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