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