Skip to content

VERB_WORDS

Subhajit Sahu edited this page Feb 26, 2020 · 1 revision

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.
Clone this wiki locally