spaCy/spacy/lang/__init__.py

5 lines
158 B
Python
Raw Normal View History

2016-12-08 21:46:43 +03:00
from .punctuation import *
2017-05-08 16:56:29 +03:00
from .tag_map import TAG_MAP
from .entity_rules import ENTITY_RULES
2017-05-08 17:11:54 +03:00
from .tokenizer_exceptions import BASE_EXCEPTIONS, TOKEN_MATCH