0.1.1 • Published 6 years ago

wordnet.gloss-toexamples v0.1.1

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

wordnet.gloss-toexamples

NPM

Get examples of WordNet from gloss.

const toExamples = require('wordnet.gloss-toexamples');
// toExamples(<gloss>, [target=new Set()])
// -> <target>

toExamples('in an anisotropic manner');
// Set {}
toExamples('in a kind manner or out of kindness; "He spoke kindly to the boy"; "she kindly overlooked the mistake"');
// Set {'He spoke kindly to the boy', 'she kindly overlooked the mistake'}
0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago