mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +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:
|
cdef struct LexemeC:
|
||||||
const float* repvec
|
float* repvec
|
||||||
|
|
||||||
flags_t flags
|
flags_t flags
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user