mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* 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 sentiment
|
||||
float l2_norm
|
||||
|
||||
|
||||
cdef struct Morphology:
|
||||
|
|
Loading…
Reference in New Issue
Block a user