Package Exports
- wordnet-verbexceptionmap
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-verbexceptionmap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
wordnet-verbexceptionmap
Get verb exception list of WordNet as map (to present tense).
const verbExceptionMap = require('wordnet-verbexceptionmap');
// verbExceptionMap [Map]
verbExceptionMap.get('accompanied');
// 'accompany'
verbExceptionMap.get('about-shipped');
// 'about-ship'
verbExceptionMap.get('allowed_for');
// 'allow_for'
verbExceptionMap.get('appalled');
// 'appal,appall'