mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-06 06:30:35 +03:00
Fix imports
This commit is contained in:
parent
866179350b
commit
0f9b4bbfea
|
@ -1,4 +1,6 @@
|
||||||
from .annotation import TokenAnnotation, DocAnnotation
|
from .annotation import TokenAnnotation, DocAnnotation
|
||||||
|
from ..errors import Errors, AlignmentError
|
||||||
|
from ..tokens import Doc
|
||||||
# We're hoping to kill this GoldParse dependency but for now match semantics.
|
# We're hoping to kill this GoldParse dependency but for now match semantics.
|
||||||
from ..syntax.gold_parse import GoldParse
|
from ..syntax.gold_parse import GoldParse
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user