README
wordnet.book-lemmas
Get lemmas of id in WordNet book.
const lemmas = require('wordnet.book-lemmas');
// lemmas(<id>, [target=new Set()])
// this: WordNet book object
// -> Set {<lemma>...}
Get lemmas of id in WordNet book.
<script type="module">
import wordnetBookLemmas from 'https://cdn.skypack.dev/wordnet.book-lemmas';
</script>
Get lemmas of id in WordNet book.
const lemmas = require('wordnet.book-lemmas');
// lemmas(<id>, [target=new Set()])
// this: WordNet book object
// -> Set {<lemma>...}