Skip to content

Commit

Permalink
Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Mar 24, 2023
1 parent ff2fce0 commit 2b4f0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy/pipeline/_parser_internals/ner.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b4f0c6

Please sign in to comment.