wordnet.gloss
v0.1.2
Published
Get gloss of WordNet from definition & examples.
Downloads
1
Readme
wordnet.gloss
Get gloss of WordNet from definition & examples.
const gloss = require('wordnet.gloss');
// gloss(<definition>, [examples=new Set()])
gloss('in an anisotropic manner');
// 'in an anisotropic manner'
gloss('in a kind manner or out of kindness', ['He spoke kindly to the boy', 'she kindly overlooked the mistake']);
// 'in a kind manner or out of kindness; "He spoke kindly to the boy"; "she kindly overlooked the mistake"'