Add Training 101 stub

This commit is contained in:
ines 2017-05-25 11:18:02 +02:00
parent b2324be3e9
commit 9063654a1a
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,3 @@
//- 💫 DOCS > USAGE > SPACY 101 > TRAINING
p

View File

@ -117,6 +117,10 @@ include _spacy-101/_pipelines
include _spacy-101/_serialization
+h(2, "training") Training
include _spacy-101/_training
+h(2, "architecture") Architecture
+image

View File

@ -6,6 +6,10 @@ p
| Once the model is trained, you can then
| #[+a("/docs/usage/saving-loading") save and load] it.
+h(2, "101") Training 101
include _spacy-101/_training
+h(2, "train-pos-tagger") Training the part-of-speech tagger
+code.