mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-10 07:04:53 +03:00
Add placeholder fused_tokens to GoldC
This commit is contained in:
parent
ab93fdf5d1
commit
2df926e819
|
@ -12,6 +12,7 @@ cdef struct GoldParseC:
|
|||
int* sent_start
|
||||
attr_t* labels
|
||||
int** brackets
|
||||
int* fused_tokens
|
||||
Transition* ner
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user