Package Exports
- @extra-wordnet.english/adverb-exceptions.lists
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.lists) 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 Lists.
Formats: default, min, lists, [lists.min].
This is part of package extra-wordnet.english.
const ADVERB_EXCEPTIONS = require('@extra-wordnet.english/adverb-exceptions.lists');
// [[word], [exception]]
console.log(ADVERB_EXCEPTIONS[0][0], '=>', ADVERB_EXCEPTIONS[1][0]);
// best => well
console.log(ADVERB_EXCEPTIONS[0][1], '=>', ADVERB_EXCEPTIONS[1][1]);
// better => well
console.log(ADVERB_EXCEPTIONS[0][4], '=>', ADVERB_EXCEPTIONS[1][4]);
// further => far
references
- Princeton University "About WordNet." WordNet. Princeton University. 2010.