mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
Fix wildcard imports
This commit is contained in:
parent
c2469b8135
commit
3ca611fe48
|
@ -1,6 +1,4 @@
|
||||||
from .abbreviations import *
|
|
||||||
from .emoticons import *
|
|
||||||
from .punctuation import *
|
from .punctuation import *
|
||||||
from .tag_map import *
|
from .tag_map import TAG_MAP
|
||||||
from .entity_rules import *
|
from .entity_rules import ENTITY_RULES
|
||||||
from .tokenizer_exceptions import *
|
from .tokenizer_exceptions import BASE_EXCEPTIONS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user