Package Exports
- wordnet.gloss-toexamples
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.gloss-toexamples) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
wordnet.gloss-toexamples
Get examples of WordNet from gloss.
const toExamples = require('wordnet.gloss-toexamples');
// toExamples(<gloss>, [target=new Set()])
// -> <target>
toExamples('in an anisotropic manner');
// Set {}
toExamples('in a kind manner or out of kindness; "He spoke kindly to the boy"; "she kindly overlooked the mistake"');
// Set {'He spoke kindly to the boy', 'she kindly overlooked the mistake'}