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