JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q56132F
  • License MIT

Verb usage sentence list of English WordNet as Map.

Package Exports

  • @extra-wordnet.english/verb-sentences

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-sentences) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Verb usage sentence list of English WordNet as Map.

Formats: default, min.
This is part of package extra-wordnet.english.

const VERB_SENTENCES = require('@extra-wordnet.english/verb-sentences');
// Map {word => exception}

VERB_SENTENCES.get(110);
// 'They %s in the city'

VERB_SENTENCES.get(2);
// 'The banks %s the check'

VERB_SENTENCES.get(99);
// 'These balls %s easily'

references

  • Princeton University "About WordNet." WordNet. Princeton University. 2010.