diff --git a/spacy/_gold/example.py b/spacy/_gold/example.py index db9e10093..7528c360e 100644 --- a/spacy/_gold/example.py +++ b/spacy/_gold/example.py @@ -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: