mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Updated doc string on nb tag_map module
This commit is contained in:
parent
bbc758526c
commit
1107e89fcf
|
@ -1,6 +1,9 @@
|
|||
# coding: utf8
|
||||
"""Based on Garman tag map, converted using
|
||||
https://pdfs.semanticscholar.org/87b9/24e2134f6782acc59ab567f6bf87cb5e5d9f.pdf"""
|
||||
"""Based on unique combinations form this dataset:
|
||||
|
||||
https://github.com/UniversalDependencies/UD_Norwegian-Bokmaal
|
||||
|
||||
Models can be trained using this. dataset as well."""
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from ...symbols import POS, PUNCT, ADJ, CONJ, CCONJ, SCONJ, SYM, NUM, DET, ADV, ADP, X, VERB
|
||||
|
|
Loading…
Reference in New Issue
Block a user