Merge pull request #839 from nycmonkey/patch-1

Fix typo in IOB integer to letter map
This commit is contained in:
Ines Montani 2017-02-16 23:47:30 +01:00 committed by GitHub
commit e7d89001bc
1 changed files with 1 additions and 1 deletions

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_]