mirror of https://github.com/explosion/spaCy.git
Remove tag map
This commit is contained in:
parent
34449b66fd
commit
1da1568110
|
@ -1,12 +1,9 @@
|
|||
from .stop_words import STOP_WORDS
|
||||
from .tag_map import TAG_MAP
|
||||
|
||||
from ...language import Language
|
||||
|
||||
|
||||
class CroatianDefaults(Language.Defaults):
|
||||
stop_words = STOP_WORDS
|
||||
tag_map = TAG_MAP
|
||||
|
||||
|
||||
class Croatian(Language):
|
||||
|
|
11506
spacy/lang/hr/tag_map.py
11506
spacy/lang/hr/tag_map.py
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue