From 9ec7b9c454e92558824f2d6af9f4dedbfcb61dc5 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 3 Nov 2015 23:48:21 +1100 Subject: [PATCH] * Clean up unused Constituent struct. --- spacy/structs.pxd | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/spacy/structs.pxd b/spacy/structs.pxd index de0fe2167..733ce3022 100644 --- a/spacy/structs.pxd +++ b/spacy/structs.pxd @@ -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