Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 64 additions & 4 deletions words_dir/tweet_adjectives.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
'aggressive',
'alcoholic',
'ambidextrous',
'ancient',
'angelic',
'animated',
'austere',
Expand All @@ -27,20 +28,26 @@
'clever',
'comforting',
'comical',
'complicated',
'counter-intuitive',
'curious',
'dead',
'different',
'divine',
'dumb',
'diligent',
'esteemed',
'exuberant',
'fabulous',
'fantastic',
'fertile',
'fragile',
'funky',
'furious',
'hallowed',
'happy',
'hard',
'harried',
'harsh',
'harmful',
'haughty',
Expand All @@ -50,13 +57,18 @@
'horny',
'jocose',
'jocular',
'languid',
'laughable',
'lithe',
'lively',
'lovely',
'ludicrous',
'magical',
'mushy',
'mysterious',
'nationwide',
'native',
'natural',
'naughty',
'neat',
'neighborly',
Expand All @@ -68,7 +80,9 @@
'obsolete',
'puffy',
'puzzled',
'quixotic',
'quizzical',
'rural',
'rustic',
'ruthless',
'sad',
Expand All @@ -82,11 +96,14 @@
'somber',
'sordid',
'stingy',
'stylish',
'surprised',
'swanky',
'squalid',
'terrific',
'testy',
'tragic',
'venomous',
'wacky',
'whimsical',
'witty',
Expand Down Expand Up @@ -118,16 +135,19 @@
'slippery',
'smooth',
'sticky',
'swishy',
'tender',
'tight',
'warm',
'wet',

# appearance
'alluring',
'beautiful',
'blushing',
'bright',
'butch',
'chic',
'chubby',
'clumsy',
'cracked',
Expand All @@ -139,6 +159,7 @@
'exhausted',
'femme',
'flawless',
'flowery',
'glamorous',
'gorgeous',
'gross',
Expand All @@ -149,41 +170,53 @@
'mismatched',
'murky',
'muscular',
'paisley',
'patterned',
'plump',
'poignant',
'powerful',
'quaint',
'sexy',
'shiny',
'shimmering',
'skinny',
'sparkly',
'spotless',
'spotted',
'spry',
'striped',
'tacky',
'tartan',
'twinkly',
'ugly',

# shapes
'angular',
'blobby',
'broad',
'chubby',
'circular',
'crooked',
'curved',
'deep',
'donut-shaped',
'flat',
'fluffy',
'long',
'narrow',
'oval',
'phat',
'rotund',
'round',
'shallow',
'sharp',
'skinny',
'steep',
'stout',
'thick',
'triangular',
'undulating',
'wavy',
'wonky',

# tastes
Expand All @@ -207,13 +240,17 @@
'sugary',
'sweet',
'tangy',
'umami',
'yummy',

# sounds
'audible',
'beeping',
'bleeping',
'brassy',
'cacophonous',
'crashing',
'crunching',
'deafening',
'dulcet',
'ear-splitting',
Expand Down Expand Up @@ -317,6 +354,8 @@
'skeletal',
'skimpy',
'slender',
'small',
'smol',
'stately',
'stocky',
'sturdy',
Expand All @@ -336,10 +375,9 @@
'amber',
'arsenic-colored',
'ash',
'ash',
'ashy',
'azure',
'azure',
'beige',
'burgundy',
'black ',
'carmine',
Expand All @@ -349,12 +387,13 @@
'crimson',
'cyan',
'dandelion',
'deep purple',
'drab',
'dull',
'emerald',
'fallow',
'fawn',
'fuschia',
'fuchsia',
'goldenrod',
'gray',
'hot pink',
Expand All @@ -366,6 +405,7 @@
'magenta',
'maroon',
'mauve',
'mint-colored',
'mocha',
'moss',
'multicolored',
Expand All @@ -392,6 +432,7 @@

# cold adjectives
'algid',
'arctic',
'austere',
'benumbed',
'biting',
Expand All @@ -406,6 +447,10 @@
'congealed',
'cool',
'cryogenic',
'freezing',
'frozen',
'icy',
'tepid',

# warm adjectives
'agreeable',
Expand All @@ -423,6 +468,8 @@
'even-keel'

# weather and temperature
'blustery',
'breezy',
'cloudy',
'cold',
'cool',
Expand All @@ -432,27 +479,40 @@
'frozen',
'hot',
'humid',
'misty',
'rainy',
'snowy',
'stormy',
'sunny',
'windy',

# adverb and adjective pairs
'blissfully ignorant',
'perfectly splendid',
'very similar',
'well aware',
'fast asleep',
'utterly pointless',

# character traits
'acerbic',
'charming',
'decadent',
'dogmatic',
'extraverted',
'fidgety',
'free-spirited',
'intimidating',
'introverted',
'irritable',
'kindly',
'magnanimous',
'melodramatic',
'mischievous',
'overbearing',
'sagacious',
'stoic',
'strict',
'strong'
'strong',
'tranquil'
]