Package Exports
- @extra-wordnet.english/adverb-exceptions.min
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@extra-wordnet.english/adverb-exceptions.min) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Adverb exceptions of English WordNet as Map.
Formats: default, min, lists, lists.min.
This is part of package extra-wordnet.english.
This is browserified, minified version of @extra-wordnet.english/adverb-exceptions.
It is exported as global variable wordnet_english_adverb_exceptions.
CDN: unpkg, jsDelivr.
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'
references
- Princeton University "About WordNet." WordNet. Princeton University. 2010.