From 4e830b9d410a2af05c6cf1c2a8bda488cfaa11d4 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 2 Jul 2015 00:54:06 +0200 Subject: [PATCH] * Add N_SENSES in senses.pxd --- spacy/senses.pxd | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/senses.pxd b/spacy/senses.pxd index 5ebe89660..282f5f590 100644 --- a/spacy/senses.pxd +++ b/spacy/senses.pxd @@ -56,6 +56,7 @@ cpdef enum: V_social V_stative V_weather + N_SENSES cdef flags_t[parts_of_speech.N_UNIV_TAGS] POS_SENSES