From 81b28ca606bb956b74849bf7971cb0b381431887 Mon Sep 17 00:00:00 2001 From: ines Date: Mon, 20 Mar 2017 18:01:51 +0100 Subject: [PATCH] Update models docs with info on retraining own models --- website/docs/usage/models.jade | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website/docs/usage/models.jade b/website/docs/usage/models.jade index d45d8d45e..ae1417a29 100644 --- a/website/docs/usage/models.jade +++ b/website/docs/usage/models.jade @@ -14,9 +14,12 @@ p | model name. +infobox("Important note") - | Due to improvements in the English lemmatizer in v1.7.0, you need to download the - | new English model. The German model is still compatible and will be - | recognised and linked automatically. + | Due to improvements in the English lemmatizer in v1.7.0, you need to + | #[strong download the new English models]. The German model is still + | compatible. If you've trained statistical models that use spaCy's + | annotations, you should #[strong retrain your models after updating spaCy]. + | If you don't retrain your models, you may suffer train/test skew, which + | might decrease your accuracy. +aside-code("Quickstart"). # Install spaCy and download English model