diff --git a/spacy/syntax/arc_eager.pyx b/spacy/syntax/arc_eager.pyx index ef09023e3..10748408e 100644 --- a/spacy/syntax/arc_eager.pyx +++ b/spacy/syntax/arc_eager.pyx @@ -408,8 +408,8 @@ cdef inline bint _can_break(const State* s) nogil: return False elif at_eol(s): return False - elif NON_MONOTONIC: - return True + #elif NON_MONOTONIC: + # return True else: # In the Break transition paper, they have this constraint that prevents # Break if stack is disconnected. But, if we're doing non-monotonic parsing,