spaCy/website/usage/_training/_textcat.jade

14 lines
385 B
Plaintext
Raw Normal View History

2017-10-03 15:26:20 +03:00
//- 💫 DOCS > USAGE > TRAINING > TEXT CLASSIFICATION
+under-construction
+h(3, "example-textcat") Example: Training spaCy's text classifier
+tag-new(2)
p
| This example shows how to use and train spaCy's new
| #[+api("textcategorizer") #[code TextCategorizer]] pipeline component
| on IMDB movie reviews.
+github("spacy", "examples/training/train_textcat.py")