-
Notifications
You must be signed in to change notification settings - Fork 0
VERB_SENTENCES
Subhajit Sahu edited this page Feb 26, 2020
·
1 revision
Verb usage sentence list of English WordNet as Map.
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'
- Princeton University "About WordNet." WordNet. Princeton University. 2010.