"""Definitions Category-Word pair for IAT""" word_bundles = { 'gender_stem': { 'main_category': { 'Male': [ 'Man',' Son ',' Father ',' Boy ',' Uncle ',' Grandfather ',' Husband ',' Male' ], 'Female': [ 'Mother ',' Wife ',' Aunt ',' Wife ',' Daughter ',' Female ',' Grandmother ',' Daughter ' ], }, 'sub_category': { 'Sciences': [ 'Astronomy ',' Maths', 'Chemistry', 'Physics',' Biology ',' Geology ',' Technology ' ], 'Letters': [ 'History ',' Arts', 'Humanities',' Latin ',' Philosophy ',' Music ',' Literature ' ], } }, 'social_background': { 'main_category': { 'Frames': [ 'Lawyer ',' Engineer ',' Doctor ',' Accountant ',' Computer scientist ',' Psychologist ',' Researcher ' ], 'Employee - Worker': [ 'Cashier ',' Bus driver ',' Farmer ',' Secretary ',' Hairdresser ',' Salesman ',' Caregivers' ], }, 'sub_category': { 'Positive': [ 'Happy ',' Laughter ',' Friendship ',' Attractive ',' Happy ',' Happiness', 'Beauty', 'Tolerant' ], 'Negative': [ 'Horror ',' Tragic ',' Boring ',' Terrible ',' Fail ',' Bad ',' Hate ',' Sick ' ], } }, 'gender': { 'main_category': { 'Male': [ 'Male ',' Son ',' Father ',' Boy ',' Uncle ',' Grandfather ',' Husband ',' Male ' ], 'Female': [ 'Mother ',' Wife ',' Aunt ',' Woman ',' Daughter ',' Female ',' Grandmother ',' Daughter ' ], }, 'sub_category': { 'Positive': [ 'Happy ',' Laughter ',' Friendship ',' Attractive ',' Happy ',' Happiness', 'Beauty', 'Tolerant' ], 'Negative': [ 'Horror ',' Tragic ',' Boring ',' Terrible ',' Fail ',' Bad ',' Hate ',' Sick ' ], } }, 'market_regulation': { 'main_category': { 'Market': [ 'Enterprise ',' Market ',' Investment ',' Competition ',' Private ',' Competition ',' Liberalism ' ], 'Regulation': [ 'Social assistance ',' Taxes', 'Protectionism', 'Government', 'Regulation', 'Redistribution', 'Public' ], }, 'sub_category': { 'Positive': [ 'Happy ',' Laughter ',' Friendship ',' Attractive ',' Happy ',' Happiness', 'Beauty', 'Tolerant' ], 'Negative': [ 'Horror ',' Tragic ',' Boring ',' Terrible ',' Fail ',' Bad ',' Hate ',' Sick ' ], } }, 'science': { 'main_category': { 'Positive': [ 'Happy ',' Laughter ',' Friendship ',' Attractive ',' Happy ',' Happiness', 'Beauty', 'Tolerant' ], 'Negative': [ 'Horror ',' Tragic ',' Boring ',' Terrible ',' Fail ',' Bad ',' Hate ',' Sick ' ], }, 'sub_category': { 'Sciences': [ 'Astronomy ',' Maths', 'Chemistry', 'Physics',' Biology ',' Geology ',' Technology ' ], 'Letters': [ 'History ',' Arts', 'Humanities',' Latin ',' Philosophy ',' Music ',' Literature ' ], } } }