wordnet-adjectiveexceptionmap
v0.1.2
Published
Get adjective exception list of WordNet as map (to positive form).
Downloads
5
Maintainers
Readme
wordnet-adjectiveexceptionmap
Get adjective exception list of WordNet as map (to positive form).
const adjectiveExceptionMap = require('wordnet-adjectiveexceptionmap');
// adjectiveExceptionMap [Map]
adjectiveExceptionMap.get('airiest');
// 'airy'
adjectiveExceptionMap.get('all-arounder');
// 'all-arounder'
adjectiveExceptionMap.get('better');
// 'good,well'