mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-05 14:10:34 +03:00
7 lines
152 B
Python
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 *
|