README
wordnet.book-name
Get name from id in WordNet book.
const name = require('wordnet.book-name');
// name(<id>)
// this: WordNet book object
// -> <name> (if word) | null (if synset)
Get name from id in WordNet book.
<script type="module">
import wordnetBookName from 'https://cdn.skypack.dev/wordnet.book-name';
</script>
Get name from id in WordNet book.
const name = require('wordnet.book-name');
// name(<id>)
// this: WordNet book object
// -> <name> (if word) | null (if synset)