README
wordnet.index-find
Get sense of nearest match in WordNet index.
const find = require('wordnet.index-find');
// find(<name>, [type begin=0], [type end], [begin=0], [end])
// this: WordNet index object
// -> <sense>
Get reference of nearest match in WordNet index.
<script type="module">
import wordnetIndexFind from 'https://cdn.skypack.dev/wordnet.index-find';
</script>
Get sense of nearest match in WordNet index.
const find = require('wordnet.index-find');
// find(<name>, [type begin=0], [type end], [begin=0], [end])
// this: WordNet index object
// -> <sense>