Add Portuguese tag map

This commit is contained in:
ines 2017-11-05 13:58:34 +01:00
parent 793c62dfda
commit ef597622a6
2 changed files with 5041 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from .tokenizer_exceptions import TOKENIZER_EXCEPTIONS
from .stop_words import STOP_WORDS
from .lex_attrs import LEX_ATTRS
from .lemmatizer import LOOKUP
from .tag_map import TAG_MAP
from ..tokenizer_exceptions import BASE_EXCEPTIONS
from ..norm_exceptions import BASE_NORMS
@ -21,6 +22,7 @@ class PortugueseDefaults(Language.Defaults):
tokenizer_exceptions = update_exc(BASE_EXCEPTIONS, TOKENIZER_EXCEPTIONS)
stop_words = STOP_WORDS
lemma_lookup = LOOKUP
tag_map = TAG_MAP
class Portuguese(Language):

5039
spacy/lang/pt/tag_map.py Normal file

File diff suppressed because it is too large Load Diff