-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWatsonAnalyzerResult.txt
89 lines (89 loc) · 2.11 KB
/
WatsonAnalyzerResult.txt
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
{
"document_tone": {
"tone_categories": [
{
"category_id": "emotion_tone",
"tones": [
{
"tone_name": "Anger",
"score": 0.025172,
"tone_id": "anger"
},
{
"tone_name": "Disgust",
"score": 0.050819,
"tone_id": "disgust"
},
{
"tone_name": "Fear",
"score": 0.63407,
"tone_id": "fear"
},
{
"tone_name": "Joy",
"score": 0.000215,
"tone_id": "joy"
},
{
"tone_name": "Sadness",
"score": 0.382277,
"tone_id": "sadness"
}
],
"category_name": "Emotion Tone"
},
{
"category_id": "language_tone",
"tones": [
{
"tone_name": "Analytical",
"score": 0.0,
"tone_id": "analytical"
},
{
"tone_name": "Confident",
"score": 0.0,
"tone_id": "confident"
},
{
"tone_name": "Tentative",
"score": 0.0,
"tone_id": "tentative"
}
],
"category_name": "Language Tone"
},
{
"category_id": "social_tone",
"tones": [
{
"tone_name": "Openness",
"score": 0.212212,
"tone_id": "openness_big5"
},
{
"tone_name": "Conscientiousness",
"score": 0.27444,
"tone_id": "conscientiousness_big5"
},
{
"tone_name": "Extraversion",
"score": 0.54201,
"tone_id": "extraversion_big5"
},
{
"tone_name": "Agreeableness",
"score": 0.599267,
"tone_id": "agreeableness_big5"
},
{
"tone_name": "Emotional Range",
"score": 0.251071,
"tone_id": "emotional_range_big5"
}
],
"category_name": "Social Tone"
}
]
}
}