mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-05 06:00:36 +03:00
Typo
This commit is contained in:
parent
6906af3d8f
commit
ff2fce080f
|
@ -563,7 +563,7 @@ cdef class Last:
|
||||||
pass
|
pass
|
||||||
elif g_act == IN:
|
elif g_act == IN:
|
||||||
# L, Gold I --> True iff this entity sunk or there is sentence
|
# L, Gold I --> True iff this entity sunk or there is sentence
|
||||||
# sentence break after the first buffer token.
|
# break after the first buffer token.
|
||||||
cost += not (_entity_is_sunk(s, gold.ner) or _next_is_sent_start(s))
|
cost += not (_entity_is_sunk(s, gold.ner) or _next_is_sent_start(s))
|
||||||
elif g_act == LAST:
|
elif g_act == LAST:
|
||||||
# L, Gold L --> True
|
# L, Gold L --> True
|
||||||
|
|
Loading…
Reference in New Issue
Block a user