wordnet-lexfilecontentarray
v0.1.2
Published
Get content details of lex file of WordNet as array (from number).
Downloads
2
Maintainers
Readme
wordnet-lexfilecontentarray
Get content details of lex file of WordNet as array (from number).
Use wordnet-lexfilenamearray, if lex file name is needed.
const lexFileContentArray = require('wordnet-lexfilecontentarray');
// lexFileContentArray [Array]
lexFileContentArray[0];
// 'all adjective clusters'
lexFileContentArray[1];
// 'relational adjectives (pertainyms)'
lexFileContentArray[44];
// 'participial adjectives'