-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathemotion_triggers.json
37 lines (37 loc) · 1.28 KB
/
emotion_triggers.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
{
"joy": [
"happy", "wonderful", "great", "awesome", "excellent",
"love", "delighted", "excited", "grateful", "blessed",
"achievement", "success", "celebrate", "accomplished"
],
"sadness": [
"sad", "unfortunate", "sorry", "miss", "lost",
"alone", "heartbroken", "disappointed", "grief", "regret",
"failed", "hopeless", "depressed"
],
"anger": [
"angry", "furious", "frustrated", "annoyed", "upset",
"hate", "unfair", "wrong", "terrible", "outrageous",
"betrayed", "cheated"
],
"fear": [
"scared", "afraid", "worried", "nervous", "anxious",
"terrified", "threatened", "dangerous", "risk", "concern",
"uncertain", "doubt"
],
"surprise": [
"wow", "amazing", "unexpected", "unbelievable", "shocked",
"surprised", "astonished", "incredible", "sudden", "strange",
"unusual", "mysterious"
],
"trust": [
"trust", "believe", "honest", "reliable", "faithful",
"confident", "secure", "dependable", "loyal", "true",
"promise", "commitment"
],
"anticipation": [
"hope", "expect", "await", "looking forward", "soon",
"anticipate", "prepare", "ready", "planning", "future",
"potential", "possibility"
]
}