Package Exports
- @extra-wordnet.english/verb-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/verb-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
Verb exceptions of English WordNet as Lists.
Formats: default, min, lists, lists.min.
This is part of package extra-wordnet.english.
const VERB_EXCEPTIONS = require('@extra-wordnet.english/verb-exceptions.lists');
// [[word], [exception]]
console.log(VERB_EXCEPTIONS[0][11], '->', VERB_EXCEPTIONS[1][11]);
// accompanied -> accompany
console.log(VERB_EXCEPTIONS[0][6], '->', VERB_EXCEPTIONS[1][6]);
// about-shipped -> about-ship
console.log(VERB_EXCEPTIONS[0][29], '->', VERB_EXCEPTIONS[1][29]);
// allowed_for -> allow_for
console.log(VERB_EXCEPTIONS[0][39], '->', VERB_EXCEPTIONS[1][39]);
// appalled -> appal,appallreferences
- Princeton University "About WordNet." WordNet. Princeton University. 2010.