mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-14 19:46:26 +03:00
60db497525
Doesn't require separate language data util anymore
7 lines
168 B
Python
7 lines
168 B
Python
from .abbreviations import *
|
|
from .emoticons import *
|
|
from .punctuation import *
|
|
from .tag_map import *
|
|
from .entity_rules import *
|
|
from .tokenizer_exceptions import *
|