-
Notifications
You must be signed in to change notification settings - Fork 0
NOUN_EXCEPTIONS
Subhajit Sahu edited this page Feb 26, 2020
·
5 revisions
Noun exceptions of English WordNet as Map.
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.'
- Princeton University "About WordNet." WordNet. Princeton University. 2010.