@extra-wordnet.english/noun-exceptions

Noun exceptions of English WordNet as Map.

Usage no npm install needed!

<script type="module">
  import extraWordnetEnglishNounExceptions from 'https://cdn.skypack.dev/@extra-wordnet.english/noun-exceptions';
</script>

README

Noun exceptions of English WordNet as Map.

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

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

NOUN_EXCEPTIONS.get('abaci');
// 'abacus'

NOUN_EXCEPTIONS.get('acre-feet');
// 'acre-foot'

NOUN_EXCEPTIONS.get('broadcast_media');
// 'broadcast_medium'

NOUN_EXCEPTIONS.get('figs.');
// 'fig.'

references

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