-
Notifications
You must be signed in to change notification settings - Fork 0
VERB_EXCEPTIONS.lists
Subhajit Sahu edited this page Feb 26, 2020
·
3 revisions
Verb exceptions of English WordNet as Lists.
const VERB_EXCEPTIONS = require('@extra-wordnet.english/verb-exceptions.lists');
// [[word], [exception]]
console.log(VERB_EXCEPTIONS[0][11], '->', VERB_EXCEPTIONS[1][11]);
// accompanied -> accompany
console.log(VERB_EXCEPTIONS[0][6], '->', VERB_EXCEPTIONS[1][6]);
// about-shipped -> about-ship
console.log(VERB_EXCEPTIONS[0][29], '->', VERB_EXCEPTIONS[1][29]);
// allowed_for -> allow_for
console.log(VERB_EXCEPTIONS[0][39], '->', VERB_EXCEPTIONS[1][39]);
// appalled -> appal,appall
- Princeton University "About WordNet." WordNet. Princeton University. 2010.