* Clean up unused Constituent struct.

This commit is contained in:
Matthew Honnibal 2015-11-03 23:48:21 +11:00
parent 1e99fcd413
commit 9ec7b9c454
1 changed files with 0 additions and 10 deletions

View File

@ -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