* Roll back proposed change to Break transition while investigate effect

This commit is contained in:
Matthew Honnibal 2015-05-31 06:49:52 +02:00
parent d7cc2338e7
commit 6c5632b71c
1 changed files with 2 additions and 2 deletions

View File

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