0.1.1 • Published 7 years ago
wordnet-lextypeconstants

Get lex type of WordNet as constants (of name).
const lexTypeConstants = require('wordnet-lextypeconstants');
// lexTypeConstants.<CONSTANT_NAME>
lexTypeConstants.NOUN;
// 0
lexTypeConstants.NOUN_TOPS;
// 0
lexTypeConstants.NOUN_ACT;
// 256
lexTypeConstants.ADV_ALL;
// 49152