README
wordnet.bunch-posnames
Get part of speech names of WordNet bunch.
const posNames = require('wordnet.bunch-posnames');
// posNames([target=new Set()])
// this: WordNet bunch object
// -> <target>
Get part of speech names of WordNet bunch.
<script type="module">
import wordnetBunchPosnames from 'https://cdn.skypack.dev/wordnet.bunch-posnames';
</script>
Get part of speech names of WordNet bunch.
const posNames = require('wordnet.bunch-posnames');
// posNames([target=new Set()])
// this: WordNet bunch object
// -> <target>