mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 00:46:28 +03:00
Fix import of symbols (now nested one level lower)
This commit is contained in:
parent
d4a8160c36
commit
9b0de9fb43
|
@ -1,7 +1,7 @@
|
|||
# encoding: utf8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from ..symbols import ORTH, LEMMA, NORM, POS
|
||||
from ...symbols import ORTH, LEMMA, NORM, POS
|
||||
|
||||
|
||||
_exc = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user