spacy-explanation-of-labels

05-10-2022 || 00:03
Tags: #nlp #spacy

spacy-explanation-of-labels

use spacy.explain() method to find out explanation of most of the common types and labels.

import spacy

spacy.explain('ORG') # Organization
spacy.explain('NNP') # Noun, proper singular

References

Advanced NLP with Scipy