Recommender / utils /moods_data.py
badminton001's picture
Upload 16 files
f765910 verified
MOOD_KEYWORDS = {
"uplifting": ["uplifting", "optimistic", "inspirational", "hopeful", "positive", "encouraging", "spirited", "cheerful", "motivational", "joyful", "elating", "exhilarating"],
"heartwarming": ["heartwarming", "feel-good", "touching", "tender", "emotional", "moving", "comforting", "sweet", "sentimental", "poignant"],
"dark": ["dark", "grim", "bleak", "depressing", "gloomy", "somber", "disturbing", "noir", "gritty", "heavy", "brooding", "dismal", "oppressive", "dreadful", "forbidding", "melancholy"],
"lighthearted": ["lighthearted", "easygoing", "fun", "breezy", "cheery", "playful", "joyful", "happy", "carefree", "pleasant", "uplifting", "goofy", "silly", "charming"],
"funny": ["funny", "hilarious", "comedic", "humorous", "amusing", "witty", "laugh", "joking", "comical", "ludicrous", "absurd", "chuckle", "giggle", "jest"],
"serious": ["serious", "thought-provoking", "profound", "philosophical", "contemplative", "deep", "somber", "solemn", "earnest", "grave", "weighty"],
"exciting": ["exciting", "fast-paced", "action-packed", "high-energy", "dynamic", "thrilling", "adrenaline", "electrifying", "exhilarating", "pumping", "intense", "stimulating", "captivating", "engaging"],
"calm": ["calm", "relaxing", "tranquil", "peaceful", "serene", "quiet", "soothing", "meditative", "chill", "mellow", "gentle", "placid"],
"suspenseful": ["suspenseful", "tense", "gripping", "nail-biting", "anxious", "stressful", "taut", "thrilling", "edge of seat", "foreboding", "unsettling", "nerve-wracking"],
"thrilling": ["thrilling", "exciting", "edge-of-seat", "pulsating", "heart-pounding", "adrenaline-fueled", "riveting", "electrifying", "exhilarating", "blood-pumping"],
"adventurous": ["adventurous", "exploratory", "epic", "journey", "quest", "daring", "bold", "daring", "heroic", "explorer", "exploration", "perilous", "intrepid"],
"romantic": ["romantic", "love", "passion", "affectionate", "intimate", "sentimental", "tender", "heartfelt", "swoon-worthy", "charming"],
"sad": ["sad", "melancholy", "heartbreaking", "tragic", "downbeat", "unhappy", "sorrowful", "tearful", "depressing", "gloomy", "woeful", "doleful", "mournful", "grief"],
"angry": ["angry", "rage", "furious", "vengeful", "intense", "resentful", "wrathful", "bitter", "explosive", "violent", "enraged", "indignant", "incensed"],
"mysterious": ["mysterious", "puzzling", "enigmatic", "unexplained", "secret", "cryptic", "baffling", "clues", "intriguing", "perplexing", "obscure", "shadowy", "unfathomable"],
"chilling": ["chilling", "spooky", "creepy", "eerie", "haunting", "scary", "terrifying", "macabre", "bone-chilling", "frightening", "unnerving", "disturbing"],
"dramatic": ["dramatic", "intense", "high stakes", "emotional", "powerful", "compelling", "gripping", "forceful"],
"philosophical": ["philosophical", "thoughtful", "intellectual", "profound", "deep thinking", "insightful", "meditative", "reflective"],
"nostalgic": ["nostalgic", "reminiscent", "retro", "throwback", "old-fashioned", "vintage", "wistful", "sentimental"],
"chaotic": ["chaotic", "disorderly", "wild", "unpredictable", "madcap", "turbulent", "frenzied", "anarchic"],
"absurdist": ["absurdist", "surreal", "nonsensical", "bizarre", "weird", "illogical", "outlandish"],
"witty": ["witty", "clever", "smart", "intellectual humor", "sharp", "ingenious", "quick-witted"],
"gritty": ["gritty", "raw", "realistic", "harsh", "tough", "unflinching", "unvarnished", "candid"],
"epic": ["epic", "grand", "sweeping", "monumental", "large-scale", "colossal", "saga", "vast"],
"inspiring": ["inspiring", "motivational", "uplifting", "encouraging", "transformative", "awe-inspiring"],
"gloomy": ["gloomy", "depressing", "melancholy", "dismal", "somber", "cheerless"],
"tense": ["tense", "anxious", "stressful", "nervous", "strained", "tight"],
"hopeful": ["hopeful", "optimistic", "promising", "bright", "encouraging"],
"feel-good": ["feel-good", "positive", "uplifting"],
"thoughtful": ["thoughtful", "reflective", "meditative"],
"intense": ["intense", "fierce", "powerful", "strong", "vehement"],
"visceral": ["visceral", "instinctive", "gut-wrenching"],
"bleak": ["bleak", "despairing", "empty", "hopeless"],
"suspense": ["suspense"],
"thrills": ["thrills"],
"laughs": ["laughs"],
"tears": ["tears", "tearjerker"],
"action-packed": ["action-packed"],
"fast-paced": ["fast-paced"],
"slow-paced": ["slow-paced", "deliberate", "leisurely"],
"mind-bending": ["mind-bending", "mind-blowing", "trippy", "psychedelic", "confusing"],
"surreal": ["surreal", "dreamlike", "fantastical"],
"provocative": ["provocative", "controversial", "challenging"],
"grandiose": ["grandiose", "epic", "magnificent"],
"wacky": ["wacky", "zany", "quirky", "silly"],
"captivating": ["captivating", "engaging", "mesmerizing", "absorbing", "spellbinding"],
"breathtaking": ["breathtaking", "awe-inspiring", "spectacular"],
}