README
wordnet.book-verbgroup
Get verb group pointers from id in WordNet book.
const verbGroup = require('wordnet.book-verbgroup');
// verbGroup(<id>, [target=new Set()])
// this: WordNet book object
// -> <target>
Get verb group pointers from id in WordNet book.
<script type="module">
import wordnetBookVerbgroup from 'https://cdn.skypack.dev/wordnet.book-verbgroup';
</script>
Get verb group pointers from id in WordNet book.
const verbGroup = require('wordnet.book-verbgroup');
// verbGroup(<id>, [target=new Set()])
// this: WordNet book object
// -> <target>