1.1.2 • Published 3 years ago
denotation v1.1.2
DENOTATION
An npm package to get the meaning and examples of a word.
Currently this is in Beta and there may be some errors in the response.
How to use? 🤔
Installing the package
npm i denotation
Importing the package
Call the get method of the package and pass the word.
const res = await denotation.get('hello')
Example
Word : 'denotation'
Response :
{
"examples":[
"The word has one literal denotation but several different connotations.",
"The definition provides the word's denotation."
],
"meanings":[
"an act or process of ",
"meaning",
"a direct specific meaning as distinct from an implied or associated idea ",
"a ",
"sign",
"the totality of things to which a term is applicable especially in logic ",
"an act or process of denoting",
"a direct specific meaning as distinct from connotations",
"a term or label that indicates something "
]
}