mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Add length attribute to MorphAnalysisC
This commit is contained in:
parent
b5f2b7b454
commit
9a2d1cc6e0
|
@ -75,6 +75,7 @@ cdef struct TokenC:
|
|||
|
||||
cdef struct MorphAnalysisC:
|
||||
univ_pos_t pos
|
||||
int length
|
||||
|
||||
attr_t abbr
|
||||
attr_t adp_type
|
||||
|
|
Loading…
Reference in New Issue
Block a user