0.1.2 • Published 6 years ago

wordnet.gloss v0.1.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

wordnet.gloss

NPM

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"'
0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago