mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Rename vec to repvec
This commit is contained in:
parent
5e63c606ad
commit
45264e356b
|
@ -4,7 +4,7 @@ from .typedefs cimport flags_t, attr_t, id_t, hash_t, univ_tag_t
|
|||
|
||||
|
||||
cdef struct LexemeC:
|
||||
const float* vec
|
||||
const float* repvec
|
||||
|
||||
flags_t flags
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user