mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-11 17:56:30 +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
|
# encoding: utf8
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from ..symbols import ORTH, LEMMA, NORM, POS
|
from ...symbols import ORTH, LEMMA, NORM, POS
|
||||||
|
|
||||||
|
|
||||||
_exc = {
|
_exc = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user