From a305ecb1032fc952700fe906d7f498c19ff0163c Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Tue, 17 Mar 2020 19:52:48 +0100 Subject: [PATCH] Update README.md [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d253d4b..2f7d316 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ your pretrained `stanza` model: - Lemmatization (`token.lemma` and `token.lemma_`) - Part-of-speech tagging (`token.tag`, `token.tag_`, `token.pos`, `token.pos_`) - Dependency parsing (`token.dep`, `token.dep_`, `token.head`) -- Named entity recognition (`doc.ents`, `token.ent_type_`, `token.ent_iob_`) +- Named entity recognition (`doc.ents`, `token.ent_type`, `token.ent_type_`, `token.ent_iob`, `token.ent_iob_`) - Sentence segmentation (`doc.sents`) ## ️️️⌛️ Installation