README
wordnet.book-hypernyms
Get hypernym pointers from id in WordNet book.
const hypernyms = reqire('wordnet.book-hypernyms');
// hypernyms(<id>, [target=new Set()])
// this: WordNet book object
// -> <target>
Get hypernym pointers from id in WordNet book.
<script type="module">
import wordnetBookHypernyms from 'https://cdn.skypack.dev/wordnet.book-hypernyms';
</script>
Get hypernym pointers from id in WordNet book.
const hypernyms = reqire('wordnet.book-hypernyms');
// hypernyms(<id>, [target=new Set()])
// this: WordNet book object
// -> <target>