This commit is contained in:
svlandeg 2020-09-08 18:32:12 +02:00
parent bd8f9b188b
commit d0a8849e4d
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ cdef class Doc:
entity_type = 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
if self.c[i].ent_iob != 0:
ent_iob = 2