-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresults_example.json
More file actions
33 lines (33 loc) · 1.22 KB
/
results_example.json
File metadata and controls
33 lines (33 loc) · 1.22 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
{
"total_tweets": {
"antisemitic": 512,
"non_antisemitic": 741,
"total": 12800,
"unspecified": 27
},
"average_length": {
"antisemitic": 18.3,
"non_antisemitic": 20.7,
"total": 24.2
},
"common_words": {
"total": ["the","and","is","to","jews","support","zionists","peace","fight","truth"]
},
"longest_three_tweets": {
"antisemitic": [
"Zionists control everything and lie about the holocaust for sympathy and power. Wake up, world.",
"Jews are manipulating global politics again. Open your eyes, they’ve done this before.",
"The media is owned by Zionists, they spread lies daily. Don’t believe anything they say!"
],
"non_antisemitic": [
"Today we honor all communities and stand against hate. Peace and unity are stronger than division.",
"I’m proud to support equal rights for all people, regardless of religion, race or belief.",
"Education is the best way to fight ignorance and bigotry. We must keep learning and listening."
]
},
"uppercase_words": {
"antisemitic": 139,
"non_antisemitic": 86,
"total": 421
}
}