Files
2026-07-13 12:48:55 +08:00

318 lines
3.5 KiB
JavaScript

//adjectives that convert to superlative/comparative form
export default [
'absurd',
'angry',
'awesome',
'bad',
'bald',
'bawdy',
'big',
'bitter',
'black',
'bland',
'blond',
'bloody',
'blue',
'bold',
'bouncy',
'brash',
'brave',
'bright',
'brilliant',
'broad',
'brown',
'buff',
'burly',
'busy',
'cagey',
'cheap',
'cheesy',
'chilly',
'clever',
'cloudy',
'coarse',
'cold',
'common',
'costly',
'cowardly',
'cozy',
'crisp',
'cruel',
'cuddly',
'curly',
'cute',
'dapper',
'dark',
'dead',
'deadly',
'deaf',
'dear',
'deep',
'dense',
'dire',
'dirty',
'divine',
'dizzy',
'drunk',
'dumb',
'early',
'earthly',
'eastern',
'easy',
'eerie',
'essential',
'evil',
'extreme',
'far',
'faulty',
'feeble',
'fierce',
'financial',
'flat',
'flirty',
'foamy',
'fond',
'formal',
'frail',
'fresh',
'friendly',
'full',
'fun',
'funny',
'furry',
'gaudy',
'gay',
'gentle',
'genuine',
'ghastly',
'ghostly',
'giant',
'giddy',
'glad',
'glib',
'gloomy',
'goofy',
'grand',
'gray',
'great',
'greedy',
'green',
'grey',
'grim',
'grisly',
'groovy',
'gross',
'gruesome',
'handsome',
'happy',
'hard',
'hardy',
'harsh',
'heady',
'hearty',
'heavenly',
'heavy',
'hefty',
'hesitant',
'high',
'hilly',
'homely',
'hot',
'huge',
'humble',
'humid',
'hungry',
'icy',
'ill',
'insecure',
'intellegent',
'intermediate',
'intimate',
'jolly',
'juicy',
'keen',
'kind',
'lame',
'large',
'late',
'leery',
'lewd',
'likely',
'lil',
'limp',
'little',
'lively',
'lofty',
'lonely',
'long',
'loose',
'loud',
'lousy',
'lovely',
'low',
'lowly',
'loyal',
'lucky',
'mad',
'measly',
'meaty',
'meek',
'mellow',
'mild',
'moist',
'moody',
'mundane',
'mute',
'naive',
'near',
'neat',
'nerdy',
'new',
'nibbly',
'nice',
'nimble',
'noble',
'noisy',
'normal',
'nosy',
'numb',
'odd',
'oily',
'old',
'orange',
'phony',
'pink',
'plain',
'pleasant',
'polite',
'poor',
'pregnant',
'pricey',
'prickly',
'profound',
'proud',
'puny',
'pure',
'purple',
'quaint',
'quick',
'quiet',
'ragged',
'rainy',
'random',
'rapid',
'rare',
'raw',
'ready',
'real',
'red',
'remote',
'rich',
'ripe',
'ritzy',
'romantic',
'roomy',
'rosy',
'rough',
'round',
'rude',
'sad',
'safe',
'saintly',
'salty',
'savvy',
'scanty',
'scarce',
'scary',
'severe',
'sexy',
'shady',
'shallow',
'sharp',
'shiny',
'shrill',
'shy',
'sick',
'sickly',
'silly',
'simple',
'skinny',
'sleek',
'slender',
'slight',
'slim',
'slimy',
'sly',
'small',
'smart',
'smelly',
'social',
'soft',
'solemn',
'solid',
'soon',
'sore',
'special',
'spicy',
'sprightly',
'stale',
'stark',
'stately',
'steady',
'steep',
'stern',
'stiff',
'straight',
'strange',
'strict',
'strong',
'stupid',
'sturdy',
'substantial',
'subtle',
'sudden',
'superficial',
'surreal',
'sweet',
'swift',
'tall',
'tame',
'tart',
'tawdry',
'tense',
'thick',
'thirsty',
'tidy',
'tight',
'timely',
'tiny',
'tired',
'tough',
'tranquil',
'trendy',
'true',
'ugly',
'vague',
'vain',
'vast',
'verdant',
'vulgar',
'wary',
'weak',
'weary',
'weird',
'whiny',
'white',
'wicked',
'wide',
'wild',
'wily',
'windy',
'wiry',
'wise',
'wry',
'yellow',
'young',
'zany',
]