mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 05:37:03 +03:00
fb9d3bb022
This reverts commitd3b181cdf1
, reversing changes made tob19cfcc144
.
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 *
|