mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
added norm_exceptions
This commit is contained in:
parent
b5de329ea3
commit
b80c35bc9a
|
@ -3,6 +3,7 @@ from __future__ import unicode_literals
|
|||
|
||||
from .stop_words import STOP_WORDS
|
||||
from .tokenizer_exceptions import TOKENIZER_EXCEPTIONS
|
||||
from .norm_exceptions import NORM_EXCEPTIONS
|
||||
from .lex_attrs import LEX_ATTRS
|
||||
|
||||
from ..tokenizer_exceptions import BASE_EXCEPTIONS
|
||||
|
|
Loading…
Reference in New Issue
Block a user