mirror of https://github.com/explosion/spaCy.git
* Remove the senses attr from LexemeC, to keep data compatibility
This commit is contained in:
parent
0ceb1f71c2
commit
1d3a592edf
|
@ -8,7 +8,6 @@ cdef struct LexemeC:
|
||||||
const float* repvec
|
const float* repvec
|
||||||
|
|
||||||
flags_t flags
|
flags_t flags
|
||||||
flags_t senses
|
|
||||||
|
|
||||||
attr_t id
|
attr_t id
|
||||||
attr_t length
|
attr_t length
|
||||||
|
|
Loading…
Reference in New Issue