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
|
int label
|
||||||
|
|
||||||
|
|
||||||
cdef struct Constituent:
|
|
||||||
const TokenC* head
|
|
||||||
const Constituent* parent
|
|
||||||
const Constituent* first
|
|
||||||
const Constituent* last
|
|
||||||
int label
|
|
||||||
int length
|
|
||||||
|
|
||||||
|
|
||||||
cdef struct TokenC:
|
cdef struct TokenC:
|
||||||
const LexemeC* lex
|
const LexemeC* lex
|
||||||
const Constituent* ctnt
|
|
||||||
uint64_t morph
|
uint64_t morph
|
||||||
univ_pos_t pos
|
univ_pos_t pos
|
||||||
bint spacy
|
bint spacy
|
||||||
|
|
Loading…
Reference in New Issue