README
wordnet.bunch-lexfilecontent
Get lex file content of first id in WordNet bunch.
const lexFileContent = require('wordnet.bunch-lexfilecontent');
// lexFileContent()
// this: WordNet bunch object
// -> <lex file content> | null (empty bunch)
Get lex file content of first id in WordNet bunch.
<script type="module">
import wordnetBunchLexfilecontent from 'https://cdn.skypack.dev/wordnet.bunch-lexfilecontent';
</script>
Get lex file content of first id in WordNet bunch.
const lexFileContent = require('wordnet.bunch-lexfilecontent');
// lexFileContent()
// this: WordNet bunch object
// -> <lex file content> | null (empty bunch)