-
Notifications
You must be signed in to change notification settings - Fork 0
ADVERB_WORDS
Subhajit Sahu edited this page Feb 26, 2020
·
1 revision
Adverb words of English WordNet as Array.
const ADVERB_WORDS = require('@extra-wordnet.english/adverb-words');
// [word]
ADVERB_WORDS[0];
// '\'tween'
ADVERB_WORDS[1];
// '\'tween_decks'
ADVERB_WORDS[4474];
// 'zigzag'
- Princeton University "About WordNet." WordNet. Princeton University. 2010.