JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q90422F
  • License MIT

Adjective exceptions of English WordNet as Lists.

Package Exports

  • @extra-wordnet.english/adjective-exceptions.lists

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@extra-wordnet.english/adjective-exceptions.lists) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Adjective exceptions of English WordNet as Lists.

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

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.