* Attach comment with paper

This commit is contained in:
Matthew Honnibal 2015-01-28 03:18:43 +11:00
parent a2d6b195db
commit 1884a7a0be
1 changed files with 3 additions and 0 deletions

View File

@ -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)