* Add L2 norm field to LexemeC struct

This commit is contained in:
Matthew Honnibal 2015-02-07 08:43:17 -05:00
parent 51b618d646
commit 75f9b7d6bf

View File

@ -23,6 +23,7 @@ cdef struct LexemeC:
float prob
float sentiment
float l2_norm
cdef struct Morphology: