* Add TokenC.spacy attr

This commit is contained in:
Matthew Honnibal 2015-07-13 19:48:07 +02:00
parent dba6b47d4e
commit aa82caf8f5

View File

@ -62,6 +62,7 @@ cdef struct TokenC:
Morphology morph
const Constituent* ctnt
univ_pos_t pos
bint spacy
int tag
int idx
int lemma