mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
Add text classification usage guide template
This commit is contained in:
parent
d05ab1b3a0
commit
0fb89dd204
|
@ -16,6 +16,7 @@
|
|||
"Rule-based matching": "rule-based-matching",
|
||||
"Adding languages": "adding-languages",
|
||||
"Processing pipelines": "language-processing-pipeline",
|
||||
"Text classification": "text-classification",
|
||||
"Deep learning": "deep-learning",
|
||||
"Production use": "production-use",
|
||||
"Training": "training",
|
||||
|
@ -106,6 +107,11 @@
|
|||
"next": "production use"
|
||||
},
|
||||
|
||||
"text-classification": {
|
||||
"title": "Text classification",
|
||||
"next": "training"
|
||||
},
|
||||
|
||||
"production-use": {
|
||||
"title": "Production use",
|
||||
"next": "training"
|
||||
|
|
5
website/docs/usage/text-classification.jade
Normal file
5
website/docs/usage/text-classification.jade
Normal file
|
@ -0,0 +1,5 @@
|
|||
//- 💫 DOCS > USAGE > TEXT CLASSIFICATION
|
||||
|
||||
include ../../_includes/_mixins
|
||||
|
||||
+under-construction
|
Loading…
Reference in New Issue
Block a user