mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-02 04:34:08 +03:00
Remove incorrect feature zeroing
This commit is contained in:
parent
abb209f631
commit
6c31a7222f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user