mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +03:00
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
//- 💫 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")
|