mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-04 05:34:10 +03:00
6 lines
123 B
Python
6 lines
123 B
Python
from .emoticons import *
|
|
from .punctuation import *
|
|
from .tag_map import *
|
|
from .entity_rules import *
|
|
from .util import *
|