Fix off-by-1 in parse features fill_context

This commit is contained in:
Matthew Honnibal 2017-03-15 19:55:35 -05:00
parent 4ef68c413f
commit 3d0833c3df

View File

@ -33,7 +33,6 @@ cdef inline void fill_token(atom_t* context, const TokenC* token) nogil:
context[9] = 0
context[10] = 0
context[11] = 0
context[12] = 0
else:
context[0] = token.lex.orth
context[1] = token.lemma