-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfake_names.py
More file actions
199 lines (193 loc) · 7 KB
/
fake_names.py
File metadata and controls
199 lines (193 loc) · 7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
# Example lists of names traditionally associated with a particular gender
male_names = ['John', 'James', 'Robert', 'Michael', 'William', 'David', 'Richard', 'Joseph', 'Thomas', 'Charles', 'Christopher', 'Daniel', 'Matthew', 'Anthony', 'Mark', 'Donald', 'Steven', 'Paul', 'Andrew', 'Joshua', 'Kenneth', 'Kevin', 'Brian', 'George', 'Edward', 'Ronald', 'Timothy', 'Jason', 'Jeffrey', 'Ryan', 'Jacob', 'Gary', 'Nicholas', 'Eric', 'Jonathan', 'Stephen', 'Larry', 'Justin', 'Scott', 'Brandon', 'Benjamin', 'Samuel', 'Gregory', 'Frank', 'Alexander', 'Raymond', 'Patrick', 'Jack', 'Dennis', 'Jerry', 'Tyler', 'Aaron', 'Jose', 'Adam', 'Henry', 'Nathan', 'Douglas', 'Zachary', 'Peter', 'Kyle', 'Walter', 'Ethan', 'Jeremy', 'Harold', 'Keith', 'Christian', 'Roger', 'Noah', 'Gerald', 'Carl', 'Terry', 'Sean', 'Austin', 'Arthur', 'Lawrence', 'Jesse', 'Dylan', 'Bryan', 'Joe', 'Jordan', 'Billy', 'Bruce', 'Albert', 'Willie', 'Gabriel', 'Logan', 'Alan', 'Juan', 'Wayne', 'Roy', 'Ralph', 'Randy', 'Eugene', 'Vincent', 'Russell', 'Elijah', 'Louis', 'Bobby', 'Philip', 'Johnny']
female_names = ['Mary', 'Patricia', 'Jennifer', 'Linda', 'Elizabeth', 'Barbara', 'Susan', 'Jessica', 'Sarah', 'Karen', 'Nancy', 'Lisa', 'Betty', 'Margaret', 'Sandra', 'Ashley', 'Kimberly', 'Emily', 'Donna', 'Michelle', 'Dorothy', 'Carol', 'Amanda', 'Melissa', 'Deborah', 'Stephanie', 'Rebecca', 'Sharon', 'Laura', 'Cynthia', 'Kathleen', 'Amy', 'Shirley', 'Angela', 'Helen', 'Anna', 'Brenda', 'Pamela', 'Nicole', 'Emma', 'Samantha', 'Katherine', 'Christine', 'Debra', 'Rachel', 'Catherine', 'Carolyn', 'Janet', 'Ruth', 'Maria', 'Heather', 'Diane', 'Virginia', 'Julie', 'Joyce', 'Victoria', 'Olivia', 'Kelly', 'Christina', 'Lauren', 'Joan', 'Evelyn', 'Judith', 'Megan', 'Cheryl', 'Andrea', 'Hannah', 'Martha', 'Jacqueline', 'Frances', 'Gloria', 'Ann', 'Teresa', 'Kathryn', 'Sara', 'Janice', 'Marie', 'Julia', 'Grace', 'Judy', 'Theresa', 'Madison', 'Beverly', 'Denise', 'Marilyn', 'Amber', 'Danielle', 'Rose', 'Brittany', 'Diana', 'Abigail', 'Natalie', 'Jane', 'Lori', 'Alexis', 'Tiffany', 'Kayla', 'Tammy', 'Crystal', 'Madison']
last_names = ['Smith', 'Johnson', 'Williams', 'Jones', 'Brown', 'Davis', 'Miller', 'Wilson', 'Moore', 'Taylor', 'Anderson', 'Thomas', 'Jackson', 'White', 'Harris', 'Martin', 'Thompson', 'Garcia', 'Martinez', 'Robinson', 'Clark', 'Rodriguez', 'Lewis', 'Lee', 'Walker', 'Hall', 'Allen', 'Young', 'Hernandez', 'King', 'Wright', 'Lopez', 'Hill', 'Scott', 'Green', 'Adams', 'Baker', 'Gonzalez', 'Nelson', 'Carter', 'Mitchell', 'Perez', 'Roberts', 'Turner', 'Phillips', 'Campbell', 'Parker', 'Evans', 'Edwards', 'Collins', 'Stewart', 'Sanchez', 'Morris', 'Rogers', 'Reed', 'Cook', 'Morgan', 'Bell', 'Murphy', 'Bailey', 'Rivera', 'Cooper', 'Richardson', 'Cox', 'Howard', 'Ward', 'Torres', 'Peterson', 'Gray', 'Ramirez', 'James', 'Watson', 'Brooks', 'Kelly', 'Sanders', 'Price', 'Bennett', 'Wood', 'Barnes', 'Ross', 'Henderson', 'Coleman', 'Jenkins', 'Perry', 'Powell', 'Long', 'Patterson', 'Hughes', 'Flores', 'Washington', 'Butler', 'Simmons', 'Foster', 'Gonzales', 'Bryant', 'Alexander', 'Russell', 'Griffin', 'Diaz', 'Hayes']
# Example list of industries
businesses = [
'Pick Random Business Type',
'Accounting Firm',
'Alteration Service',
'Animal Shelter',
'Antique Shop',
'Arcade',
'Art Gallery',
'Art School',
'Auto Repair Shop',
'Auto Insurance Company',
'Bakery',
'Bar',
'Batting Cages',
'Beauty Supply Store',
'Bicycle Shop',
'Bookstore',
'Bowling Alley',
'Brokerage Company',
'Cafe',
'Car Dealership',
'Car Rental Agency',
'Car Wash',
'Carpentry Service',
'Catering Service',
'Cleaning Service',
'Clothing Store',
'Coffee Shop',
'Comedy Club',
'Construction Company',
'Community Support Center',
'Convenience Store',
'Dance Studio',
'Daycare Center',
'Driving School',
'Dry Cleaner',
'Electrician Service',
'Electronics Store',
'Escape Room',
'Event Planning Service',
'Florist',
'Food Truck',
'Furniture Store',
'Gardening Service',
'Gas Station',
'Gift Shop',
'Go-Kart Track',
'Grocery Store',
'Gym',
'Hair Salon',
'Hardware Store',
'Home Decor Store',
'Ice Cream Shop',
'Insurance Agency',
'Jewellery Store',
'Juice Bar',
'Landscaping Service',
'Language School',
'Laser Tag Arena',
'Laundromat',
'Law Firm',
'Limousine Service',
'Locksmith',
'Marketing Agency',
'Martial Arts School',
'Mini Golf Course',
'Motorcycle Dealership',
'Movie Rental Store',
'Movie Theater',
'Moving Company',
'Music School',
'Music Store',
'Nail Salon',
'Night Club',
'Painting Service',
'Parking Garage',
'Pawn Shop',
'Pet Grooming',
'Pet Store',
'Pharmacy',
'Photography Studio',
'Plumbing Service',
'Public Relations Firm',
'Real Estate Agency',
'Restaurant',
'Retirement Advisory Service',
'Roofing Service',
'Security Company',
'Shoe Repair Service',
'Shoe Store',
'Smoothie Bar',
'Spa',
'Sporting Goods Store',
'Storage Facility',
'Tattoo Parlor',
'Taxi Service',
'Tea House',
'Thrift Store',
'Toy Store',
'Trampoline Park',
'Travel Agency',
'Tutoring Center',
'Veterinary Clinic',
'Video Production Company',
'Virtual Reality Arcade',
'Web Design Agency',
'Yoga Studio'
]
# Example list of problems
problems = [
'account access issues',
'appointment scheduling',
'billing',
'complaint resolution',
'customer service',
'data management',
'delivery tracking',
'discount application',
'equipment malfunction',
'gift card issues',
'inventory',
'loyalty program questions',
'membership cancellation',
'order modification',
'payment processing',
'pricing',
'privacy',
'product availability',
'product quality',
'random situation',
'refund request',
'request for personal information',
'returns',
'security',
'service upgrade',
'shipping',
'subscription management',
'technical support',
'typical situation',
'warranty claim',
'website navigation help',
'wrong item received'
]
# Example list of emotions
emotions = [
# Positive emotions
'appreciative',
'confident',
'content',
'delighted',
'eager',
'enthusiastic',
'excited',
'grateful',
'happy',
'hopeful',
'impressed',
'optimistic',
'pleased',
'relieved',
'satisfied',
'trusting',
# Negative emotions
'angry',
'annoyed',
'anxious',
'betrayed',
'confused',
'disappointed',
'disgusted',
'frustrated',
'impatient',
'irritated',
'outraged',
'sad',
'skeptical',
'suspicious',
'unhappy',
'worried',
# Neutral/Complex emotions
'ambivalent',
'curious',
'indifferent',
'nervous',
'surprised',
'uncertain',
'unsure'
]