JSPM

wordnet.gloss-toexamples

0.1.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q10765F
    • License MIT

    Get examples of WordNet from gloss.

    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

    NPM

    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'}