spaCy/spacy/language_data/__init__.py
2016-12-18 16:54:19 +01:00

6 lines
123 B
Python

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