Fix typo in IOB integer to letter map

ent_iob value for an ent.iob_ value of 'B' should be 3, not B
This commit is contained in:
nycmonkey 2017-02-16 13:49:57 -05:00 committed by GitHub
parent c744ce4b6d
commit 8946a2a496

View File

@ -35,7 +35,7 @@ p An individual token — i.e. a word, punctuation symbol, whitespace, etc.
+cell int +cell int
+cell +cell
| IOB code of named entity tag. | IOB code of named entity tag.
| #[code 1="I", 2="O", B="B"]. #[code 0] means no tag is assigned. | #[code 1="I", 2="O", 3="B"]. #[code 0] means no tag is assigned.
+row +row
+cell #[code ent_iob_] +cell #[code ent_iob_]