Package Exports
- wordnet-verbexceptionlists
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 (wordnet-verbexceptionlists) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
wordnet-verbexceptionlists
Get verb exception list of WordNet as lists (to present tense).
const verbExceptionLists = require('wordnet-verbexceptionlists');
// verbExceptionLists [Lists]
console.log(verbExceptionLists[0][11], '->', verbExceptionLists[1][11]);
// accompanied -> accompany
console.log(verbExceptionLists[0][6], '->', verbExceptionLists[1][6]);
// about-shipped -> about-ship
console.log(verbExceptionLists[0][29], '->', verbExceptionLists[1][29]);
// allowed_for -> allow_for
console.log(verbExceptionLists[0][39], '->', verbExceptionLists[1][39]);
// appalled -> appal,appall