mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Add spacy.explain() note to NER annotation scheme
This commit is contained in:
parent
219369bb7d
commit
1570b83ee5
|
@ -1,5 +1,10 @@
|
||||||
//- 💫 DOCS > API > ANNOTATION > NAMED ENTITIES
|
//- 💫 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" ])
|
+table([ "Type", "Description" ])
|
||||||
+row
|
+row
|
||||||
+cell #[code PERSON]
|
+cell #[code PERSON]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user