Skip to content

VERB_EXCEPTIONS.lists

Subhajit Sahu edited this page Feb 26, 2020 · 3 revisions

Verb exceptions of English WordNet as Lists.

Formats: default, min, lists, lists.min.

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

references

  • Princeton University "About WordNet." WordNet. Princeton University. 2010.
Clone this wiki locally