* Set ent tag when close entity

This commit is contained in:
Matthew Honnibal 2015-11-07 06:09:25 +11:00
parent 9285f01d26
commit 5efad178b5

View File

@ -269,6 +269,7 @@ cdef class Last:
@staticmethod
cdef int transition(StateClass st, int label) nogil:
st.close_ent()
st.set_ent_tag(st.B(0), 2, label)
st.push()
st.pop()