mirror of https://github.com/explosion/spaCy.git
Update textcat docs
This commit is contained in:
parent
a7b9074b4c
commit
647ef64f86
|
@ -20,11 +20,10 @@ p
|
||||||
| #[strong Load the model] you want to start with, or create an
|
| #[strong Load the model] you want to start with, or create an
|
||||||
| #[strong empty model] using
|
| #[strong empty model] using
|
||||||
| #[+api("spacy#blank") #[code spacy.blank]] with the ID of your
|
| #[+api("spacy#blank") #[code spacy.blank]] with the ID of your
|
||||||
| language. If you're using a blank model, don't forget to add the
|
| language. If you're using an existing model, make sure to disable all
|
||||||
| parser to the pipeline. If you're using an existing model,
|
| other pipeline components during training using
|
||||||
| make sure to disable all other pipeline components during training
|
| #[+api("language#disable_pipes") #[code nlp.disable_pipes]]. This
|
||||||
| using #[+api("language#disable_pipes") #[code nlp.disable_pipes]].
|
| way, you'll only be training the text classifier.
|
||||||
| This way, you'll only be training the parser.
|
|
||||||
|
|
||||||
+item
|
+item
|
||||||
| #[strong Add the text classifier] to the pipeline, and add the labels
|
| #[strong Add the text classifier] to the pipeline, and add the labels
|
||||||
|
|
Loading…
Reference in New Issue