1.0.5 • Published 5 years ago

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

Weekly downloads
16
License
MIT
Repository
github
Last release
5 years ago

Adjective 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/adjective-exceptions.lists. It is exported as global variable wordnet_english_adjective_exceptions. CDN: unpkg, jsDelivr.

const ADJECTIVE_EXCEPTIONS = require('@extra-wordnet.english/adjective-exceptions.lists');
// [[word], [exception]]

console.log(ADJECTIVE_EXCEPTIONS[0][3], '=>', ADJECTIVE_EXCEPTIONS[1][3]);
// airiest => airy

console.log(ADJECTIVE_EXCEPTIONS[0][4], '=>', ADJECTIVE_EXCEPTIONS[1][4]);
// all-arounder => all-arounder

console.log(ADJECTIVE_EXCEPTIONS[0][45], '=>', ADJECTIVE_EXCEPTIONS[1][45]);
// better => good,well

references

  • Princeton University "About WordNet." WordNet. Princeton University. 2010.
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.55

5 years ago

0.0.53

5 years ago

0.0.54

5 years ago

0.0.51

5 years ago

0.0.52

5 years ago

0.0.48

5 years ago

0.0.49

5 years ago

0.0.50

5 years ago

0.0.47

5 years ago