spaCy/spacy/language_data/__init__.py

5 lines
145 B
Python

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