mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +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
|