mirror of https://github.com/explosion/spaCy.git
* Add L2 norm field to LexemeC struct
This commit is contained in:
parent
51b618d646
commit
75f9b7d6bf
|
@ -23,6 +23,7 @@ cdef struct LexemeC:
|
||||||
|
|
||||||
float prob
|
float prob
|
||||||
float sentiment
|
float sentiment
|
||||||
|
float l2_norm
|
||||||
|
|
||||||
|
|
||||||
cdef struct Morphology:
|
cdef struct Morphology:
|
||||||
|
|
Loading…
Reference in New Issue