Where to find the list of all NER, POS, TAG with its description in the doc ? #11784
Answered
by
rmitsch
egbakou
asked this question in
Help: Other Questions
-
The link https://spacy.io/api/annotation where we can find this information is not working. |
Beta Was this translation helpful? Give feedback.
Answered by
rmitsch
Nov 10, 2022
Replies: 1 comment 1 reply
-
Hi @egbakou, see this reference in the docs on linguistic features - entity tags are listed as "Label scheme" in the descriptions of the published models, e.g. https://spacy.io/models/en#en_core_web_sm. You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
egbakou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @egbakou,
see this reference in the docs on linguistic features - entity tags are listed as "Label scheme" in the descriptions of the published models, e.g. https://spacy.io/models/en#en_core_web_sm.
You can use
spacy.explain()
to obtain explanations for entity types.