spaCy/spacy/language_data/__init__.py
2017-01-09 13:28:13 +01:00

8 lines
188 B
Python

from .abbreviations import *
from .emoticons import *
from .punctuation import *
from .tag_map import *
from .entity_rules import *
from .util import *
from .tokenizer_exceptions import *