mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Add sent_end flag to TokenC struct
This commit is contained in:
parent
024cfd485c
commit
08ca5c8970
|
@ -51,6 +51,7 @@ cdef struct TokenC:
|
|||
int sense
|
||||
int head
|
||||
int dep
|
||||
bint sent_end
|
||||
uint32_t l_kids
|
||||
uint32_t r_kids
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user