mirror of https://github.com/explosion/spaCy.git
* Attach comment with paper
This commit is contained in:
parent
a2d6b195db
commit
1884a7a0be
|
@ -22,6 +22,9 @@ cdef enum:
|
||||||
BREAK_RIGHT
|
BREAK_RIGHT
|
||||||
N_MOVES
|
N_MOVES
|
||||||
|
|
||||||
|
# Break transition from here
|
||||||
|
# http://www.aclweb.org/anthology/P13-1074
|
||||||
|
|
||||||
|
|
||||||
cdef inline bint _can_shift(const State* s) nogil:
|
cdef inline bint _can_shift(const State* s) nogil:
|
||||||
return not at_eol(s)
|
return not at_eol(s)
|
||||||
|
|
Loading…
Reference in New Issue