mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Remove const qualifier on LexemeC.repvec
This commit is contained in:
parent
dd4d64b235
commit
7ac6cacc26
|
@ -5,7 +5,7 @@ from .parts_of_speech cimport univ_pos_t
|
|||
|
||||
|
||||
cdef struct LexemeC:
|
||||
const float* repvec
|
||||
float* repvec
|
||||
|
||||
flags_t flags
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user