-
Notifications
You must be signed in to change notification settings - Fork 0
ADJECTIVE_EXCEPTIONS.lists
Subhajit Sahu edited this page Feb 26, 2020
·
3 revisions
Adjective exceptions of English WordNet as Lists.
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
- Princeton University "About WordNet." WordNet. Princeton University. 2010.