From 5de8a36537ecc33ef81806ab051394134d511c61 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 29 Apr 2018 15:49:11 +0200 Subject: [PATCH] Fix arc_eager is_nonproj_tree --- spacy/syntax/arc_eager.pyx | 1 + 1 file changed, 1 insertion(+) 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