spaCy/spacy/language_data/__init__.py
ines 60db497525 Add update_exc and expand_exc to util
Doesn't require separate language data util anymore
2017-05-08 15:42:12 +02:00

7 lines
168 B
Python

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