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