Add text classification usage guide template

This commit is contained in:
ines 2017-07-22 17:56:07 +02:00
parent d05ab1b3a0
commit 0fb89dd204
2 changed files with 11 additions and 0 deletions

View File

@ -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"

View File

@ -0,0 +1,5 @@
//- 💫 DOCS > USAGE > TEXT CLASSIFICATION
include ../../_includes/_mixins
+under-construction