-
Notifications
You must be signed in to change notification settings - Fork 0
VERB_FRAMES
Subhajit Sahu edited this page Feb 26, 2020
·
1 revision
Verb frames text of English WordNet as Array (from number).
const VERB_FRAMES = require('@extra-wordnet.english/verb-frames');
// [frame]
VERB_FRAMES[1];
// 'Something ----s'
VERB_FRAMES[2];
// 'Somebody ----s'
VERB_FRAMES[35];
// 'Something ----s INFINITIVE'
- Princeton University "About WordNet." WordNet. Princeton University. 2010.