Remove tag map

This commit is contained in:
Ines Montani 2020-12-09 11:13:49 +11:00
parent 34449b66fd
commit 1da1568110
2 changed files with 0 additions and 11509 deletions

View File

@ -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):

File diff suppressed because it is too large Load Diff