From 1fee7ade611107d3aa4d7ad1e42400ac6dde5dd1 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 5 Jun 2015 23:48:43 +0200 Subject: [PATCH] * Tweak to ner --- spacy/syntax/ner.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/syntax/ner.pyx b/spacy/syntax/ner.pyx index 79fb4ea31..9f4512483 100644 --- a/spacy/syntax/ner.pyx +++ b/spacy/syntax/ner.pyx @@ -193,7 +193,7 @@ cdef class Begin: if g_act == MISSING: return 0 - if g_act == BEGIN: + elif g_act == BEGIN: # B, Gold B --> Label match return label != g_tag else: