0.1.1 • Published 8 years ago

wordnet-lextypeconstants v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
8 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

8 years ago

0.1.0

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago