mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-05 14:10:34 +03:00
Update docstring
This commit is contained in:
parent
b90e958975
commit
f57043e6fe
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user