wordnet-posnamemap
v0.1.2
Published
Get part of speech names of WordNet as map (from symbol).
Downloads
4
Readme
wordnet-posnamemap
Get part of speech names of WordNet as map (from symbol).
Use wordnet-posnumbermap, if part of speech number is needed.
const posNameMap = require('wordnet-posnamemap');
// posNameMap [Map]
posNameMap.get('n');
// 'noun'
posNameMap.get('v');
// 'verb'
posNameMap.get('s');
// 'adjective satellite'