mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +03:00
added missing import
This commit is contained in:
parent
eaf9cbd708
commit
68454c40bf
|
@ -2,6 +2,7 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from ._tokenizer_exceptions_list import ID_BASE_EXCEPTIONS
|
from ._tokenizer_exceptions_list import ID_BASE_EXCEPTIONS
|
||||||
|
from ...symbols import ORTH
|
||||||
|
|
||||||
_exc = {}
|
_exc = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user