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