spaCy/spacy/language_data/__init__.py

7 lines
159 B
Python

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