mirror of https://github.com/explosion/spaCy.git
* Clean up unused Constituent struct.
This commit is contained in:
parent
1e99fcd413
commit
9ec7b9c454
|
@ -32,18 +32,8 @@ cdef struct Entity:
|
|||
int label
|
||||
|
||||
|
||||
cdef struct Constituent:
|
||||
const TokenC* head
|
||||
const Constituent* parent
|
||||
const Constituent* first
|
||||
const Constituent* last
|
||||
int label
|
||||
int length
|
||||
|
||||
|
||||
cdef struct TokenC:
|
||||
const LexemeC* lex
|
||||
const Constituent* ctnt
|
||||
uint64_t morph
|
||||
univ_pos_t pos
|
||||
bint spacy
|
||||
|
|
Loading…
Reference in New Issue