-
Notifications
You must be signed in to change notification settings - Fork 0
/
user.json
117 lines (117 loc) · 3.32 KB
/
user.json
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
{
"1": {
"about": "I am a hard-working professional working with a reputed multinational company. I have a balanced and progressive personality and looking for a similar partner.",
"gender": "Female",
"personality": "You are shrewd, somewhat inconsiderate and informal.\nYou are unstructured: you do not make a lot of time for organization in your daily life. You are authority-challenging: you prefer to challenge authority and traditional values to help bring about positive changes. And you are hedonistic: you feel your desires strongly and are easily tempted by them.\nYour choices are driven by a desire for discovery.\nYou are relatively unconcerned with tradition: you care more about making your own path than following what others have done. You value helping others a bit more: you think it is important to take care of the people around you.",
"personalityKeywords": [
"shrewd,",
"somewhat",
"inconsiderate",
"informal.\nYou",
"unstructured:",
"not",
"lot",
"time",
"organization",
"daily",
"life.",
"authority-challenging:",
"prefer",
"challenge",
"authority",
"traditional",
"values",
"help",
"bring",
"positive",
"changes.",
"hedonistic:",
"feel",
"desires",
"strongly",
"easily",
"tempted",
"them.\nYour",
"choices",
"driven",
"desire",
"discovery.\nYou",
"relatively",
"unconcerned",
"tradition:",
"care",
"making",
"own",
"path",
"following",
"others",
"done.",
"value",
"helping",
"others",
"bit",
"more:",
"think",
"important",
"care",
"people",
"around",
"you."
],
"personalityStemmed": [
"shrewd,",
"somewhat",
"inconsider",
"informal.\nyou",
"unstructured:",
"not",
"lot",
"time",
"organ",
"daili",
"life.",
"authority-challenging:",
"prefer",
"challeng",
"author",
"tradit",
"valu",
"help",
"bring",
"posit",
"changes.",
"hedonistic:",
"feel",
"desir",
"strongli",
"easili",
"tempt",
"them.\nyour",
"choic",
"driven",
"desir",
"discovery.\nyou",
"rel",
"unconcern",
"tradition:",
"care",
"make",
"own",
"path",
"follow",
"other",
"done.",
"valu",
"help",
"other",
"bit",
"more:",
"think",
"import",
"care",
"peopl",
"around",
"you."
]
}
}