npm.io
0.1.2 • Published 8 years ago

wordnet-posnamearray

Licence
MIT
Version
0.1.2
Deps
0
Vulns
0
Weekly
0

wordnet-posnamearray

NPM

Get part of speech names of WordNet as array (from number).

Use wordnet-possymbolarray, if part of speech symbol is needed.

const posNameArray = require('wordnet-posnamearray');
// posNameArray [Array]

posNameArray[1];
// 'noun'
posNameArray[2];
// 'verb'
posNameArray[5];
// 'adjective satellite'

Keywords