diff --git a/spacy/syntax/arc_eager.pyx b/spacy/syntax/arc_eager.pyx index 8b3664c18..b162fb3e7 100644 --- a/spacy/syntax/arc_eager.pyx +++ b/spacy/syntax/arc_eager.pyx @@ -10,6 +10,7 @@ from collections import OrderedDict, defaultdict, Counter from thinc.extra.search cimport Beam import json +from .nonproj import is_nonproj_tree from .stateclass cimport StateClass from ._state cimport StateC from . import nonproj