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