* Add l_edge and r_edge props in TokenC for tracking the parse-yield of the token

This commit is contained in:
Matthew Honnibal 2015-04-29 19:14:20 +02:00
parent ec42b06a8d
commit d634038eb6
1 changed files with 3 additions and 0 deletions

View File

@ -59,8 +59,11 @@ cdef struct TokenC:
int head
int dep
bint sent_end
uint32_t l_kids
uint32_t r_kids
uint32_t l_edge
uint32_t r_edge
int ent_iob
int ent_type