Skip to content

NOUN_EXCEPTIONS

Subhajit Sahu edited this page Feb 26, 2020 · 5 revisions

Noun exceptions of English WordNet as Map.

Formats: default, min, lists, lists.min.

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.