UNPKG

@extra-wordnet.english/adverb-exceptions

Version:

Adverb exceptions of English WordNet as Map.

11 lines (10 loc) 220 B
const ADV_EXC = new Map([ ["best", "well"], ["better", "well"], ["deeper", "deeply"], ["farther", "far"], ["further", "far"], ["harder", "hard"], ["hardest", "hard"] ]); module.exports = ADV_EXC;