diff --git a/spacy/pipeline/_parser_internals/ner.pyx b/spacy/pipeline/_parser_internals/ner.pyx index 58244f37a..5a3db3719 100644 --- a/spacy/pipeline/_parser_internals/ner.pyx +++ b/spacy/pipeline/_parser_internals/ner.pyx @@ -563,7 +563,7 @@ cdef class Last: pass elif g_act == IN: # L, Gold I --> True iff this entity sunk or there is sentence - # break after the first buffer token. + # break after the next buffer token. cost += not (_entity_is_sunk(s, gold.ner) or _next_is_sent_start(s)) elif g_act == LAST: # L, Gold L --> True