spaCy/spacy/language_data/__init__.py

6 lines
123 B
Python

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