From 1d3a592edf42e63ac101567a0f5bffc885e9568a Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 8 Jul 2015 19:24:44 +0200 Subject: [PATCH] * Remove the senses attr from LexemeC, to keep data compatibility --- spacy/structs.pxd | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/structs.pxd b/spacy/structs.pxd index 418d6cc5c..a26c87e2f 100644 --- a/spacy/structs.pxd +++ b/spacy/structs.pxd @@ -8,7 +8,6 @@ cdef struct LexemeC: const float* repvec flags_t flags - flags_t senses attr_t id attr_t length