mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-14 11:36:24 +03:00
7 lines
159 B
Python
7 lines
159 B
Python
from .emoticons import *
|
|
from .punctuation import *
|
|
from .tag_map import *
|
|
from .entity_rules import *
|
|
from .util import *
|
|
from .tokenizer_exceptions import *
|