0.1.1 • Published 6 years ago

wordnet-lextypeconstants v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

wordnet-lextypeconstants

NPM

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
0.1.1

6 years ago

0.1.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago