JSPM

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

Verb words of English WordNet as Array.

Package Exports

  • @extra-wordnet.english/verb-words.min

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

Readme

Verb words of English WordNet as Array.

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

This is browserified, minified version of @extra-wordnet.english/verb-words.
It is exported as global variable wordnet_english_verb_words.
CDN: unpkg, jsDelivr.

const VERB_WORDS = require('@extra-wordnet.english/verb-words');
// [word]

VERB_WORDS[0];
// 'Agenise'

VERB_WORDS[1];
// 'Agenize'

VERB_WORDS[11541];
// 'zoom_in'

references

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