wordnet.gloss

Get gloss of WordNet from definition & examples.

Usage no npm install needed!

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

README

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