spaCy/spacy/language_data/__init__.py

8 lines
188 B
Python
Raw Normal View History

2017-01-08 22:34:03 +03:00
from .abbreviations import *
2016-12-07 23:11:59 +03:00
from .emoticons import *
2016-12-08 21:46:43 +03:00
from .punctuation import *
2016-12-18 18:54:19 +03:00
from .tag_map import *
2016-12-18 17:36:09 +03:00
from .entity_rules import *
2016-12-17 14:27:41 +03:00
from .util import *
from .tokenizer_exceptions import *