spaCy/spacy/language_data/__init__.py

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 *