* Tweak to ner

This commit is contained in:
Matthew Honnibal 2015-06-05 23:48:43 +02:00
parent 362f87dc3a
commit 1fee7ade61
1 changed files with 1 additions and 1 deletions

View File

@ -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: