mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-27 20:33:42 +03:00
fix typo
This commit is contained in:
parent
bd8f9b188b
commit
d0a8849e4d
|
@ -576,7 +576,7 @@ cdef class Doc:
|
||||||
entity_type = 0
|
entity_type = 0
|
||||||
kb_id = 0
|
kb_id = 0
|
||||||
|
|
||||||
# Set ent_iob to Missing (0) bij default unless this token was nered before
|
# Set ent_iob to Missing (0) by default unless this token was nered before
|
||||||
ent_iob = 0
|
ent_iob = 0
|
||||||
if self.c[i].ent_iob != 0:
|
if self.c[i].ent_iob != 0:
|
||||||
ent_iob = 2
|
ent_iob = 2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user