Update IOB docs

This commit is contained in:
ines 2017-05-23 23:15:50 +02:00
parent 3aff883434
commit 786af87ffb

View File

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