mirror of https://github.com/explosion/spaCy.git
Add length attribute to MorphAnalysisC
This commit is contained in:
parent
b5f2b7b454
commit
9a2d1cc6e0
|
@ -75,6 +75,7 @@ cdef struct TokenC:
|
||||||
|
|
||||||
cdef struct MorphAnalysisC:
|
cdef struct MorphAnalysisC:
|
||||||
univ_pos_t pos
|
univ_pos_t pos
|
||||||
|
int length
|
||||||
|
|
||||||
attr_t abbr
|
attr_t abbr
|
||||||
attr_t adp_type
|
attr_t adp_type
|
||||||
|
|
Loading…
Reference in New Issue