diff --git a/spacy/syntax/arc_eager.pyx b/spacy/syntax/arc_eager.pyx index 55c20eb33..78c26d22a 100644 --- a/spacy/syntax/arc_eager.pyx +++ b/spacy/syntax/arc_eager.pyx @@ -22,6 +22,9 @@ cdef enum: BREAK_RIGHT N_MOVES +# Break transition from here +# http://www.aclweb.org/anthology/P13-1074 + cdef inline bint _can_shift(const State* s) nogil: return not at_eol(s)