mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
5 lines
158 B
Python
5 lines
158 B
Python
from .punctuation import *
|
|
from .tag_map import TAG_MAP
|
|
from .entity_rules import ENTITY_RULES
|
|
from .tokenizer_exceptions import BASE_EXCEPTIONS, TOKEN_MATCH
|