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