-
Notifications
You must be signed in to change notification settings - Fork 0
ADJECTIVE_EXCEPTIONS
Subhajit Sahu edited this page Feb 26, 2020
·
2 revisions
Adjective exceptions of English WordNet as Map.
const ADJECTIVE_EXCEPTIONS = require('@extra-wordnet.english/adjective-exceptions');
// Map {word => exception}
ADJECTIVE_EXCEPTIONS.get('airiest');
// 'airy'
ADJECTIVE_EXCEPTIONS.get('all-arounder');
// 'all-arounder'
ADJECTIVE_EXCEPTIONS.get('better');
// 'good,well'
- Princeton University "About WordNet." WordNet. Princeton University. 2010.