mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-03 13:14:11 +03:00
* Add TokenC.spacy attr
This commit is contained in:
parent
dba6b47d4e
commit
aa82caf8f5
|
@ -62,6 +62,7 @@ cdef struct TokenC:
|
|||
Morphology morph
|
||||
const Constituent* ctnt
|
||||
univ_pos_t pos
|
||||
bint spacy
|
||||
int tag
|
||||
int idx
|
||||
int lemma
|
||||
|
|
Loading…
Reference in New Issue
Block a user