Update docstring

This commit is contained in:
ines 2017-10-26 16:29:08 +02:00
parent b90e958975
commit f57043e6fe

View File

@ -4,6 +4,13 @@
A simple example for training a part-of-speech tagger with a custom tag map. A simple example for training a part-of-speech tagger with a custom tag map.
To allow us to update the tag map with our custom one, this example starts off To allow us to update the tag map with our custom one, this example starts off
with a blank Language class and modifies its defaults. with a blank Language class and modifies its defaults.
For more details, see the documentation:
* Training: https://alpha.spacy.io/usage/training
* POS Tagging: https://alpha.spacy.io/usage/linguistic-features#pos-tagging
Developed for: spaCy 2.0.0a18
Last updated for: spaCy 2.0.0a18
""" """
from __future__ import unicode_literals, print_function from __future__ import unicode_literals, print_function