1.0.5 • Published 4 years ago

@extra-wordnet.english/verb-exceptions.lists.min v1.0.5

Weekly downloads
18
License
MIT
Repository
github
Last release
4 years ago

Verb exceptions of English WordNet as Lists.

Formats: default, min, lists, lists.min. This is part of package extra-wordnet.english.

This is browserified, minified version of @extra-wordnet.english/verb-exceptions.lists. It is exported as global variable wordnet_english_verb_exceptions. CDN: unpkg, jsDelivr.

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.
1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.55

4 years ago

0.0.53

4 years ago

0.0.54

4 years ago

0.0.51

4 years ago

0.0.52

4 years ago

0.0.49

4 years ago

0.0.50

4 years ago

0.0.48

4 years ago

0.0.47

4 years ago

0.0.46

4 years ago

0.0.45

4 years ago