Remove incorrect feature zeroing

This commit is contained in:
Matthew Honnibal 2017-03-24 00:23:59 +01:00
parent abb209f631
commit 6c31a7222f

View File

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