mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Update IOB docs
This commit is contained in:
parent
3aff883434
commit
786af87ffb
|
@ -338,8 +338,10 @@ p The L2 norm of the token's vector representation.
|
||||||
+cell #[code ent_iob]
|
+cell #[code ent_iob]
|
||||||
+cell int
|
+cell int
|
||||||
+cell
|
+cell
|
||||||
| IOB code of named entity tag.
|
| IOB code of named entity tag. #[code "B"]
|
||||||
| #[code 1="I", 2="O", 3="B"]. #[code 0] means no tag is assigned.
|
| means the token begins an entity, #[code "I"] means it is inside
|
||||||
|
| an entity, #[code "O"] means it is outside an entity, and
|
||||||
|
| #[code ""] means no entity tag is set.
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code ent_iob_]
|
+cell #[code ent_iob_]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user