File size: 552 Bytes
872a73c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "intention_mapping": {
    "0": "Threat",
    "1": "Criticism",
    "2": "Desire",
    "3": "Praise",
    "4": "Emotional",
    "5": "Informative",
    "6": "Command",
    "7": "Personal Opinion",
    "8": "Request",
    "9": "Question",
    "10": "Promise",
    "11": "Sarcasm/Joke",
    "12": "Suggestion"
  },
  "sentiment_mapping": {
    "0": "NEG",
    "1": "NEU",
    "2": "POS"
  },
  "emotion_mapping": {
    "0": "others",
    "1": "joy",
    "2": "sadness",
    "3": "anger",
    "4": "surprise",
    "5": "disgust",
    "6": "fear"
  }
}