mirror of https://github.com/explosion/spaCy.git
Merge pull request #839 from nycmonkey/patch-1
Fix typo in IOB integer to letter map
This commit is contained in:
commit
e7d89001bc
|
@ -35,7 +35,7 @@ p An individual token — i.e. a word, punctuation symbol, whitespace, etc.
|
|||
+cell int
|
||||
+cell
|
||||
| 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
|
||||
+cell #[code ent_iob_]
|
||||
|
|
Loading…
Reference in New Issue