README
wordnet.bunch-lextype
Get lex type of first id in WordNet bunch.
const lexType = require('wordnet.bunch-lextype');
// lexType()
// this: WordNet bunch object
// -> <lex type> | -1 (empty bunch)
Get lex type of first id in WordNet bunch.
<script type="module">
import wordnetBunchLextype from 'https://cdn.skypack.dev/wordnet.bunch-lextype';
</script>
Get lex type of first id in WordNet bunch.
const lexType = require('wordnet.bunch-lextype');
// lexType()
// this: WordNet bunch object
// -> <lex type> | -1 (empty bunch)