spaCy/spacy/language_data/__init__.py

8 lines
188 B
Python
Raw Normal View History

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