spaCy/spacy/lang/__init__.py
2017-05-08 20:00:40 +02:00

5 lines
158 B
Python

from .punctuation import *
from .tag_map import TAG_MAP
from .entity_rules import ENTITY_RULES
from .tokenizer_exceptions import BASE_EXCEPTIONS, TOKEN_MATCH