Fix wildcard imports

This commit is contained in:
ines 2017-05-08 15:56:29 +02:00
parent c2469b8135
commit 3ca611fe48

View File

@ -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