-
Notifications
You must be signed in to change notification settings - Fork 0
VERB_EXCEPTIONS
Subhajit Sahu edited this page Feb 26, 2020
·
3 revisions
Verb exceptions of English WordNet as Map.
const VERB_EXCEPTIONS = require('@extra-wordnet.english/verb-exceptions');
// Map {word => exception}
VERB_EXCEPTIONS.get('accompanied');
// 'accompany'
VERB_EXCEPTIONS.get('about-shipped');
// 'about-ship'
VERB_EXCEPTIONS.get('allowed_for');
// 'allow_for'
VERB_EXCEPTIONS.get('appalled');
// 'appal,appall'
- Princeton University "About WordNet." WordNet. Princeton University. 2010.