mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +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 .tag_map import *
|
||||
from .entity_rules import *
|
||||
from .tokenizer_exceptions import *
|
||||
from .tag_map import TAG_MAP
|
||||
from .entity_rules import ENTITY_RULES
|
||||
from .tokenizer_exceptions import BASE_EXCEPTIONS
|
||||
|
|
Loading…
Reference in New Issue
Block a user