JSPM

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

Adverb exceptions of English WordNet as Map.

Package Exports

  • @extra-wordnet.english/adverb-exceptions

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/adverb-exceptions) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Adverb exceptions of English WordNet as Map.

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

const ADVERB_EXCEPTIONS = require('@extra-wordnet.english/adverb-exceptions');
// Map {word => exception}

ADVERB_EXCEPTIONS.get('best');
// 'well'

ADVERB_EXCEPTIONS.get('better');
// 'well'

ADVERB_EXCEPTIONS.get('further');
// 'far'

references

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