@extra-wordnet.english/noun-exceptions.lists
v1.0.5
Published
Noun exceptions of English WordNet as Lists.
Downloads
7
Maintainers
Readme
Noun exceptions of English WordNet as Lists.
Formats: default, min, lists, lists.min. This is part of package extra-wordnet.english.
const NOUN_EXCEPTIONS = require('@extra-wordnet.english/noun-exceptions.lists');
// [[word], [exception]]
console.log(NOUN_EXCEPTIONS[0][1], '=>', NOUN_EXCEPTIONS[1][1]);
// abaci => abacus
console.log(NOUN_EXCEPTIONS[0][14], '=>', NOUN_EXCEPTIONS[1][14]);
// acre-feet => acre-foot
console.log(NOUN_EXCEPTIONS[0][247], '=>', NOUN_EXCEPTIONS[1][247]);
// broadcast_media => broadcast_medium
console.log(NOUN_EXCEPTIONS[0][700], '=>', NOUN_EXCEPTIONS[1][700]);
// figs. => fig.
references
- Princeton University "About WordNet." WordNet. Princeton University. 2010.