Add placeholder fused_tokens to GoldC

This commit is contained in:
Matthew Honnibal 2018-03-30 13:26:21 +02:00
parent ab93fdf5d1
commit 2df926e819

View File

@ -12,6 +12,7 @@ cdef struct GoldParseC:
int* sent_start
attr_t* labels
int** brackets
int* fused_tokens
Transition* ner