diff --git a/spacy/_gold/example.py b/spacy/_gold/example.py index 7528c360e..969ba0374 100644 --- a/spacy/_gold/example.py +++ b/spacy/_gold/example.py @@ -1,4 +1,6 @@ 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. from ..syntax.gold_parse import GoldParse