README
wordnet.bunch-posname
Get part of speech name of first id in WordNet bunch.
const posName = require('wordnet.bunch-posname');
// posName()
// this: WordNet bunch object
// -> <pos name> | null (empty bunch)
Get part of speech name of first id in WordNet bunch.
<script type="module">
import wordnetBunchPosname from 'https://cdn.skypack.dev/wordnet.bunch-posname';
</script>
Get part of speech name of first id in WordNet bunch.
const posName = require('wordnet.bunch-posname');
// posName()
// this: WordNet bunch object
// -> <pos name> | null (empty bunch)