* Remove const qualifier on LexemeC.repvec

This commit is contained in:
Matthew Honnibal 2015-09-15 14:42:51 +10:00
parent dd4d64b235
commit 7ac6cacc26

View File

@ -5,7 +5,7 @@ from .parts_of_speech cimport univ_pos_t
cdef struct LexemeC:
const float* repvec
float* repvec
flags_t flags