diff --git a/website/docs/api/_annotation/_named-entities.jade b/website/docs/api/_annotation/_named-entities.jade index 476659d4a..68b3bd17d 100644 --- a/website/docs/api/_annotation/_named-entities.jade +++ b/website/docs/api/_annotation/_named-entities.jade @@ -1,5 +1,10 @@ //- 💫 DOCS > API > ANNOTATION > NAMED ENTITIES ++infobox("Tip") + | In spaCy v1.8.3+, you can also use #[code spacy.explain()] to get the + | description for the string representation of an entity label. For example, + | #[code spacy.explain("LANGUAGE")] will return "any named language". + +table([ "Type", "Description" ]) +row +cell #[code PERSON]