spaCy/spacy/language_data/__init__.py
2017-01-08 20:34:03 +01:00

7 lines
152 B
Python

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