@extra-wordnet.english/adjective-exceptions.lists
v1.0.5
Published
Adjective exceptions of English WordNet as Lists.
Downloads
16
Maintainers
Readme
Adjective exceptions of English WordNet as Lists.
Formats: default, min, lists, lists.min. This is part of package extra-wordnet.english.
const ADJECTIVE_EXCEPTIONS = require('@extra-wordnet.english/adjective-exceptions.lists');
// [[word], [exception]]
console.log(ADJECTIVE_EXCEPTIONS[0][3], '=>', ADJECTIVE_EXCEPTIONS[1][3]);
// airiest => airy
console.log(ADJECTIVE_EXCEPTIONS[0][4], '=>', ADJECTIVE_EXCEPTIONS[1][4]);
// all-arounder => all-arounder
console.log(ADJECTIVE_EXCEPTIONS[0][45], '=>', ADJECTIVE_EXCEPTIONS[1][45]);
// better => good,well
references
- Princeton University "About WordNet." WordNet. Princeton University. 2010.