From 75f9b7d6bff4b65380bf8e4481bc0ff11d30e433 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 7 Feb 2015 08:43:17 -0500 Subject: [PATCH] * Add L2 norm field to LexemeC struct --- spacy/structs.pxd | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/structs.pxd b/spacy/structs.pxd index b33b24db3..53b384f1f 100644 --- a/spacy/structs.pxd +++ b/spacy/structs.pxd @@ -23,6 +23,7 @@ cdef struct LexemeC: float prob float sentiment + float l2_norm cdef struct Morphology: