wordnet.gloss-toexamples

Get examples of WordNet from gloss.

Usage no npm install needed!

<script type="module">
  import wordnetGlossToexamples from 'https://cdn.skypack.dev/wordnet.gloss-toexamples';
</script>

README

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'}