Skip to content

VERB_SENTENCES

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

Verb usage sentence list of English WordNet as Map.

Formats: default, min.

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