mirror of https://github.com/explosion/spaCy.git
Remove vector member from lexeme
This commit is contained in:
parent
2445707f3c
commit
3ea98e2043
|
@ -5,8 +5,6 @@ from .parts_of_speech cimport univ_pos_t
|
|||
|
||||
|
||||
cdef struct LexemeC:
|
||||
float* vector
|
||||
|
||||
flags_t flags
|
||||
|
||||
attr_t lang
|
||||
|
|
Loading…
Reference in New Issue