spencermountain--compromise
814 行
10 KiB
JavaScript
814 行
10 KiB
JavaScript
//adjectives that don't conjugate to superlative/adverb/verb forms
|
|
export default [
|
|
'prima',
|
|
'ultra',
|
|
'extra',
|
|
'vice versa',
|
|
'magenta',
|
|
'superb',
|
|
'cardiac',
|
|
|
|
// -ic
|
|
'specific',
|
|
'terrific',
|
|
'horrific',
|
|
'scientific',
|
|
'public',
|
|
'symbolic',
|
|
'alcoholic',
|
|
'organic',
|
|
'hispanic',
|
|
'generic',
|
|
'didactic',
|
|
'gigantic',
|
|
'frantic',
|
|
'authentic',
|
|
'ad hoc',
|
|
'ahead',
|
|
'widespread',
|
|
|
|
// -ed
|
|
'nuanced',
|
|
'wounded',
|
|
'retarded',
|
|
'naked',
|
|
'buck naked',
|
|
'fabled',
|
|
'so called',
|
|
'old fashioned',
|
|
'sacred',
|
|
'deceased',
|
|
'diseased',
|
|
'lapsed',
|
|
'sophisticated',
|
|
'antiquated',
|
|
'spirited',
|
|
'talented',
|
|
'subdued',
|
|
'beloved',
|
|
'hallowed',
|
|
'crazed',
|
|
'infrared',
|
|
'grizzled',
|
|
'appalled',
|
|
'enamored',
|
|
'newlywed',
|
|
'famed',
|
|
'jaded',
|
|
'conceited',
|
|
|
|
// -id
|
|
'plaid',
|
|
'prepaid',
|
|
'afraid',
|
|
'rabid',
|
|
'placid',
|
|
'splendid',
|
|
'sordid',
|
|
'rheumatoid',
|
|
'devoid',
|
|
'torpid',
|
|
'languid',
|
|
|
|
'behind',
|
|
'blind',
|
|
'beyond',
|
|
'good',
|
|
'substandard',
|
|
'on board',
|
|
'aboard',
|
|
'onboard',
|
|
'off guard',
|
|
'awkward',
|
|
'forward',
|
|
'straight forward',
|
|
'straightforward',
|
|
'boldface',
|
|
|
|
'avant garde',
|
|
'home made',
|
|
'wee',
|
|
'teenage',
|
|
'average',
|
|
'awake',
|
|
'upscale',
|
|
'wholesale',
|
|
|
|
// -ble
|
|
'able',
|
|
'probable',
|
|
'foreseeable',
|
|
'notable',
|
|
'valuable',
|
|
'invaluable',
|
|
'soluble',
|
|
'insoluble',
|
|
'single',
|
|
|
|
// -ile
|
|
'fragile',
|
|
'worthwhile',
|
|
'sterile',
|
|
'volatile',
|
|
'versatile',
|
|
'fertile',
|
|
'hostile',
|
|
|
|
'whole',
|
|
'multiple',
|
|
'ample',
|
|
'same',
|
|
'supreme',
|
|
'part time',
|
|
'profane',
|
|
'humane',
|
|
'insane',
|
|
'obscene',
|
|
'serene',
|
|
|
|
// -ine
|
|
'alkaline',
|
|
'offline',
|
|
'crystalline',
|
|
'online',
|
|
'masculine',
|
|
'feminine',
|
|
'pristine',
|
|
|
|
'done',
|
|
'autoimmune',
|
|
'picayune',
|
|
'aware',
|
|
'macabre',
|
|
'sincere',
|
|
'mere',
|
|
'entire',
|
|
'bizarre',
|
|
'premature',
|
|
'immature',
|
|
'obese',
|
|
'precise',
|
|
'concise',
|
|
'false',
|
|
'immense',
|
|
'intense',
|
|
'sparse',
|
|
'adverse',
|
|
'diverse',
|
|
'perverse',
|
|
'profuse',
|
|
|
|
// -ate
|
|
'delicate',
|
|
'up to date',
|
|
'immediate',
|
|
'appropriate',
|
|
'inappropriate',
|
|
'legitimate',
|
|
'ultimate',
|
|
'insubordinate',
|
|
'indeterminate',
|
|
'innate',
|
|
'passionate',
|
|
'compassionate',
|
|
'proportionate',
|
|
'alternate',
|
|
'fortunate',
|
|
'disparate',
|
|
'degenerate',
|
|
'temperate',
|
|
'desperate',
|
|
'literate',
|
|
'illiterate',
|
|
'irate',
|
|
'accurate',
|
|
'inaccurate',
|
|
'commensurate',
|
|
'adequate',
|
|
'inadequate',
|
|
'private',
|
|
|
|
'obsolete',
|
|
'incomplete',
|
|
'discrete',
|
|
'recondite',
|
|
'impolite',
|
|
'finite',
|
|
'definite',
|
|
'indefinite',
|
|
'trite',
|
|
'petite',
|
|
'exquisite',
|
|
'en suite',
|
|
'acute',
|
|
'absolute',
|
|
'resolute',
|
|
'en route',
|
|
'due',
|
|
'concave',
|
|
'coercive',
|
|
'conducive',
|
|
'alive',
|
|
'aggressive',
|
|
'attractive',
|
|
'above',
|
|
'ablaze',
|
|
'bronze',
|
|
'well off',
|
|
'far off',
|
|
'aloof',
|
|
'soundproof',
|
|
'weatherproof',
|
|
|
|
// -ing
|
|
'menacing',
|
|
'longstanding',
|
|
'impending',
|
|
'far reaching',
|
|
'scathing',
|
|
'foregoing',
|
|
'ongoing',
|
|
'easygoing',
|
|
'lumbering',
|
|
'nausiating',
|
|
'preexisting',
|
|
'left wing',
|
|
'right wing',
|
|
'mindblowing',
|
|
'knowing',
|
|
'appetizing',
|
|
'appalling',
|
|
|
|
'smug',
|
|
// -ish
|
|
'snobbish',
|
|
'selfish',
|
|
'hellish',
|
|
'foolish',
|
|
'stylish',
|
|
'squeamish',
|
|
'loutish',
|
|
|
|
'mammoth',
|
|
'north',
|
|
'south',
|
|
'punjabi',
|
|
'mini',
|
|
'a priori',
|
|
'ok',
|
|
'brisk',
|
|
|
|
// -al
|
|
'global',
|
|
'ethereal',
|
|
'legal',
|
|
'illegal',
|
|
'conjugal',
|
|
'lethal',
|
|
'racial',
|
|
'beneficial',
|
|
'artificial',
|
|
'crucial',
|
|
'colonial',
|
|
'initial',
|
|
'influential',
|
|
'partial',
|
|
'impartial',
|
|
'final',
|
|
'literal',
|
|
'colossal',
|
|
'equal',
|
|
'usual',
|
|
'actual',
|
|
'archival',
|
|
'rival',
|
|
'royal',
|
|
|
|
// -el
|
|
'civil',
|
|
'all',
|
|
'overall',
|
|
'still',
|
|
'old school',
|
|
|
|
// -ful
|
|
'peaceful',
|
|
'graceful',
|
|
'vengeful',
|
|
'shameful',
|
|
'careful',
|
|
'useful',
|
|
'hateful',
|
|
'grateful',
|
|
'tasteful',
|
|
'wasteful',
|
|
'beautiful',
|
|
'gainful',
|
|
'painful',
|
|
'helpful',
|
|
'doubtful',
|
|
'forgetful',
|
|
'fretful',
|
|
'delightful',
|
|
'rightful',
|
|
'thoughtful',
|
|
'wistful',
|
|
|
|
'dim',
|
|
'longterm',
|
|
'ad infinitum',
|
|
'urban',
|
|
'suburban',
|
|
'mammalian',
|
|
'deadpan',
|
|
|
|
// -en
|
|
'wooden',
|
|
'barren',
|
|
'rotten',
|
|
'craven',
|
|
'proven',
|
|
'frozen',
|
|
|
|
'foreign',
|
|
'benign',
|
|
'main',
|
|
'certain',
|
|
'highfalutin',
|
|
'spot on',
|
|
'modern',
|
|
'northern',
|
|
'southern',
|
|
'western',
|
|
'upside down',
|
|
'gung ho',
|
|
'macho',
|
|
'in vitro',
|
|
'de facto',
|
|
'ipso facto',
|
|
'asleep',
|
|
'tip top',
|
|
'nonstop',
|
|
'fed up',
|
|
'hard up',
|
|
'familiar',
|
|
|
|
// -er
|
|
'somber',
|
|
'sheer',
|
|
'eager',
|
|
'together',
|
|
'other',
|
|
'former',
|
|
'inner',
|
|
'proper',
|
|
'improper',
|
|
'upper',
|
|
'super duper',
|
|
'super',
|
|
'lesser',
|
|
'outer',
|
|
'over',
|
|
|
|
'junior',
|
|
'inferior',
|
|
'prior',
|
|
'major',
|
|
'indoor',
|
|
'outdoor',
|
|
'backwards',
|
|
'sui generis',
|
|
'gratis',
|
|
'for keeps',
|
|
'bogus',
|
|
'dangerous',
|
|
'offbeat',
|
|
'upbeat',
|
|
|
|
// -ct
|
|
'abstract',
|
|
'intact',
|
|
'exact',
|
|
// 'perfect',
|
|
'imperfect',
|
|
'erect',
|
|
'indirect',
|
|
'incorrect',
|
|
'derelict',
|
|
'distinct',
|
|
|
|
'discreet',
|
|
'soviet',
|
|
'upset',
|
|
'makeshift',
|
|
'overweight',
|
|
'lightweight',
|
|
'overnight',
|
|
'uptight',
|
|
'overwrought',
|
|
'illicit',
|
|
'implicit',
|
|
'explicit',
|
|
'nonprofit',
|
|
'difficult',
|
|
|
|
// -ant
|
|
'vacant',
|
|
'significant',
|
|
'insignificant',
|
|
'abundant',
|
|
'redundant',
|
|
'extravagant',
|
|
'elegant',
|
|
'arrogant',
|
|
'obediant',
|
|
'defiant',
|
|
'nonchalant',
|
|
'vigilant',
|
|
'dormant',
|
|
'dominant',
|
|
'resonant',
|
|
'vibrant',
|
|
'exuberant',
|
|
'tolerant',
|
|
'flagrant',
|
|
'ignorant',
|
|
'aberrant',
|
|
'reluctant',
|
|
'exultant',
|
|
'important',
|
|
'distant',
|
|
'resistant',
|
|
'constant',
|
|
'relevant',
|
|
'irrelevant',
|
|
'observant',
|
|
'cognizant',
|
|
|
|
// -ent
|
|
'bent',
|
|
'fluorescent',
|
|
'interdependent',
|
|
'stringent',
|
|
'emergent',
|
|
'divergent',
|
|
'urgent',
|
|
'efficient',
|
|
'permanent',
|
|
'eminent',
|
|
'imminent',
|
|
'prominent',
|
|
'pertinent',
|
|
'apparent',
|
|
'transparent',
|
|
'absent',
|
|
'fluent',
|
|
'affluent',
|
|
'frequent',
|
|
'infrequent',
|
|
'subsequent',
|
|
'consequent',
|
|
'congruent',
|
|
'insolvent',
|
|
|
|
'conjoint',
|
|
'disjoint',
|
|
'in front',
|
|
'up front',
|
|
'moot',
|
|
'apt',
|
|
'adept',
|
|
'nondescript',
|
|
// 'exempt',
|
|
'abrupt',
|
|
|
|
'inert',
|
|
'overt',
|
|
'covert',
|
|
'east',
|
|
'abreast',
|
|
'steadfast',
|
|
'honest',
|
|
'populist',
|
|
'against',
|
|
'most',
|
|
'uttermost',
|
|
'robust',
|
|
'devout',
|
|
'kaput',
|
|
'next',
|
|
'in situ',
|
|
'brand new',
|
|
'below',
|
|
'faux',
|
|
'everyday',
|
|
'okay',
|
|
'nearby',
|
|
'muddy',
|
|
'speedy',
|
|
'moldy',
|
|
'handy',
|
|
'cutesy',
|
|
'creepy',
|
|
'sleepy',
|
|
'drowsy',
|
|
'folksy',
|
|
'handsy',
|
|
'fiery',
|
|
'flowery',
|
|
'cheery',
|
|
'chintzy',
|
|
|
|
// -ly
|
|
'kindly',
|
|
'monthly',
|
|
'daily',
|
|
'weekly',
|
|
'seemly',
|
|
'womanly',
|
|
'yearly',
|
|
'scholarly',
|
|
'elderly',
|
|
'orderly',
|
|
'quarterly',
|
|
'neighborly',
|
|
'hourly',
|
|
'surly',
|
|
'nightly',
|
|
'many',
|
|
'sparkly',
|
|
// 'approximately',
|
|
// 'fortunately',
|
|
'lately',
|
|
// 'ultimately',
|
|
|
|
// -ry
|
|
'legendary',
|
|
'secondary',
|
|
'dreary',
|
|
'tertiary',
|
|
'primary',
|
|
'customary',
|
|
'honorary',
|
|
'temporary',
|
|
'arbitrary',
|
|
'contrary',
|
|
'necessary',
|
|
'supervisory',
|
|
'sensory',
|
|
'mandatory',
|
|
'inhibitory',
|
|
'auditory',
|
|
'statutory',
|
|
'sorry',
|
|
'hairy',
|
|
'uppity',
|
|
'guilty',
|
|
'woozy',
|
|
|
|
// un-prefix that aren't verbs
|
|
'unabated',
|
|
'unappealing',
|
|
'unassuming',
|
|
'unattended',
|
|
'unauthorized',
|
|
'unbecoming',
|
|
'unchallenged',
|
|
'uncharted',
|
|
'unchecked',
|
|
'uncircumcised',
|
|
'unconvincing',
|
|
'undecided',
|
|
|
|
'under',
|
|
'underage',
|
|
'undercover',
|
|
'underhand',
|
|
'underlying',
|
|
'underneath',
|
|
'underprivileged',
|
|
'undersized',
|
|
'underwater',
|
|
'underway',
|
|
'underweight',
|
|
|
|
'undisclosed',
|
|
'undisputed',
|
|
'undocumented',
|
|
'undue',
|
|
'unemployed',
|
|
'unending',
|
|
'uneven',
|
|
'unexpected',
|
|
'unexplained',
|
|
'unfair',
|
|
'unfinished',
|
|
'unforeseen',
|
|
'unguarded',
|
|
'unheard',
|
|
'uninsured',
|
|
'uninterested',
|
|
'uninterrupted',
|
|
'uninvited',
|
|
'unique',
|
|
'universal',
|
|
'unknown',
|
|
'unmarried',
|
|
'unmatched',
|
|
'unmet',
|
|
'unnamed',
|
|
'unnoticed',
|
|
'unopposed',
|
|
'unpaid',
|
|
'unparalleled',
|
|
'unprecedented',
|
|
'unrecognized',
|
|
'unregulated',
|
|
'unrelated',
|
|
'unrelenting',
|
|
'unrequited',
|
|
'unreserved',
|
|
'unresolved',
|
|
'unruly',
|
|
'unseen',
|
|
'unsettled',
|
|
'unsightly',
|
|
'unsold',
|
|
'unspent',
|
|
'unspoken',
|
|
'unsupervised',
|
|
'unsuspecting',
|
|
'untapped',
|
|
'untested',
|
|
'untold',
|
|
'untouched',
|
|
'unused',
|
|
'unwanted',
|
|
'unwarranted',
|
|
'unwieldy',
|
|
|
|
'recent',
|
|
'overseas',
|
|
'monochrome',
|
|
'contradictory',
|
|
'satisfactory',
|
|
|
|
'skilled',
|
|
'antique',
|
|
'dependent',
|
|
'independent',
|
|
'modest',
|
|
|
|
// -ide
|
|
'bona fide',
|
|
'bonafide',
|
|
// -ate
|
|
'affectionate',
|
|
'celebate',
|
|
'corporate',
|
|
'illegitimate',
|
|
'inconsiderate',
|
|
'inordinate',
|
|
'proximate',
|
|
|
|
'renowned',
|
|
'beside',
|
|
'alright',
|
|
'top notch',
|
|
'self sufficient',
|
|
'middle aged',
|
|
'no more',
|
|
'ashen',
|
|
'scarlet',
|
|
'alone',
|
|
'homesick',
|
|
'longtime',
|
|
'bigtime',
|
|
'inside',
|
|
'outside',
|
|
'artsy',
|
|
'antsy',
|
|
'golden',
|
|
'bare',
|
|
'subpar',
|
|
'ingrown',
|
|
'agreeable',
|
|
'vile',
|
|
'mega',
|
|
'frilly',
|
|
'indulgent',
|
|
'win win',
|
|
'strung out',
|
|
'whacked out',
|
|
'crystal clear',
|
|
'skin deep',
|
|
'pent up',
|
|
'partisan',
|
|
'bipartisan',
|
|
'ice cold',
|
|
'one on one',
|
|
'ongoing',
|
|
'literary',
|
|
'beneath',
|
|
'alike',
|
|
'mainstream',
|
|
'metropolitan',
|
|
'overboard',
|
|
'mediocre',
|
|
'maritime',
|
|
'paranoid',
|
|
'compulsory',
|
|
'hardcore',
|
|
'clockwise',
|
|
'counterclockwise',
|
|
'multifaceted',
|
|
'lighthearted',
|
|
'belated',
|
|
'bestselling',
|
|
'breathtaking',
|
|
'infinite',
|
|
'southwest',
|
|
'northwest',
|
|
'southeast',
|
|
'northeast',
|
|
'indie',
|
|
'nude',
|
|
'destitute',
|
|
'obligated',
|
|
'naval',
|
|
'puzzled',
|
|
'overdue',
|
|
'overhand',
|
|
'overhead',
|
|
'hardworking',
|
|
'gauche',
|
|
'stout',
|
|
|
|
'abject',
|
|
'adamant',
|
|
'agile',
|
|
// 'articulate',
|
|
'astute',
|
|
'austere',
|
|
'blithe',
|
|
'circumspect',
|
|
'coy',
|
|
'eloquent',
|
|
'enough',
|
|
'expedient',
|
|
'fervent',
|
|
'fragrant',
|
|
'frugal',
|
|
'hoary',
|
|
'inane',
|
|
'inept',
|
|
'jittery',
|
|
'maverick',
|
|
'obedient',
|
|
'offhand',
|
|
'orotund',
|
|
'rampant',
|
|
'reprobate',
|
|
'sinister',
|
|
'slippery',
|
|
'stalwart',
|
|
'stubborn',
|
|
'sublime',
|
|
'thorny',
|
|
'trenchant',
|
|
'vagrant',
|
|
'wanton',
|
|
'meager',
|
|
'doting',
|
|
'crafty',
|
|
'morbid',
|
|
'acquiescent',
|
|
'despondent',
|
|
'slipshod',
|
|
'contrite',
|
|
'recalcitrant',
|
|
'merry',
|
|
'condescending',
|
|
'abstruse',
|
|
'erstwhile',
|
|
'comatose',
|
|
'desultory',
|
|
'pert',
|
|
'curmudgeonly',
|
|
'cogent',
|
|
'spry',
|
|
'demure',
|
|
'docile',
|
|
'watery',
|
|
'succinct',
|
|
'major',
|
|
'minor',
|
|
'fast paced',
|
|
'chewy',
|
|
'drunk',
|
|
'greasy',
|
|
'pointy',
|
|
'testy',
|
|
'sold out',
|
|
]
|