mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 00:46:28 +03:00
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:
parent
c744ce4b6d
commit
8946a2a496
|
@ -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
Block a user