VERB_WORDS - nodef/extra-english-wordnet GitHub Wiki

Verb words of English WordNet as Array.

Formats: default, min.

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.