From 7ac6cacc2613178e038ae91cab970bd461a5d793 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 15 Sep 2015 14:42:51 +1000 Subject: [PATCH] * Remove const qualifier on LexemeC.repvec --- spacy/structs.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/structs.pxd b/spacy/structs.pxd index a0a3d65a3..04078c0f5 100644 --- a/spacy/structs.pxd +++ b/spacy/structs.pxd @@ -5,7 +5,7 @@ from .parts_of_speech cimport univ_pos_t cdef struct LexemeC: - const float* repvec + float* repvec flags_t flags