-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseeds.js
114 lines (114 loc) · 3.98 KB
/
seeds.js
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
var seedAnalysis = {
ptweets: [
{
text:
'RT "It’s odd that our past hasn’t given us a more immediate sense of the value and inevitability of plurality... Rather t…',
sentiment: "positive"
},
{
text:
"RT _paresh I've so many Muslim freinds who happily participate & don't have any issue with Diwali Holi Dussehra & they want know how…",
sentiment: "positive"
},
{
text: "RT #Dussehra2019 PM #Modi Visits #Ramleela Ground In New #Delhi-",
sentiment: "positive"
},
{
text:
"RT _Pbvr Modi n Co wants to win the confidence of internal jihadis at the cost of life and dignity of Hindus. To build a bac…",
sentiment: "positive"
},
{
text:
"RT No human is capable of doing this you have to be a Modi-Shah to commit this barbarism #Kashmir",
sentiment: "positive"
},
{
text:
"RT Excellent editorial exposing what is happening in Indian Occupied Kashmir & the collusion between the Supreme Court of India…",
sentiment: "positive"
},
{
text:
"No human is capable of doing this you have to be a Modi-Shah to commit this barbarism !",
sentiment: "positive"
},
{
text:
"RT This is new India under the rule of Modi/RSS A female security official openly threatens Muslims ایکCRPFاہلکارک جان ایسے…",
sentiment: "positive"
},
{
text:
"RT No government in India has gone as far to silence dissent as the present one Citizens of India raise your voice and s…",
sentiment: "positive"
},
{
text:
"RT Modi! The only person who has the ability to ruin indian economy and he will make India first in the world in coming days f…",
sentiment: "positive"
},
{
text:
"The spark is lighting up from within The Fire will eventually swallow the budding fascism Hitler didn’t last for",
sentiment: "positive"
},
{
text:
"RT Govt of India has denied permission to to attend C40 climate summit in Denmark India has seen various kind of…",
sentiment: "positive"
},
{
text:
"RT A unique strategic discourse on the unique informal meet between Modi and Xi in Mahabalipuram Assemble at Le Meridian on…",
sentiment: "positive"
},
{
text:
"RT What I love about Modi govt is it is unapologetic about its ideological roots #ShastraPuja of #Rafale on #VijayaDashami2…",
sentiment: "positive"
}
],
ntweets: [
{
text:
"RT India’s biggest NGO RSS that played a crucial role in installing its pracharak Modi as PM also receives foreign funds. Modi…",
sentiment: "negative"
},
{
text:
'RT _in "Dear Sanjiv That you were let down in the end by your brothers and sisters in khaki uniform must hurt enormously as wo…',
sentiment: "negative"
},
{
text:
"RT India’s largest manufacturer of toothpaste tubes snack packets and other flexible packaging sees profits in Prime Minister N…",
sentiment: "negative"
},
{
text:
"RT Telangana strongly condemns unilateral decision taken by PM Modi in dismissing over 80,000 BSNL employees via forced VRS https:…",
sentiment: "negative"
},
{
text:
"RT Look at endian cowards. they started worshiping Rafael I can't imagin how stupid these people are Modi wa worshipin…",
sentiment: "negative"
},
{
text:
"RT _dont Future plan of IAF is to cover Rafale wid COW's Dung to make it STEALTH un-detectable. Advised by PM Modi Chotiya...🙏 #Run…",
sentiment: "negative"
},
{
text:
"if you go by Indian TV studio debates Modi will never be PM BJP will not win any election Phulpur Gorak",
sentiment: "negative"
}
],
ptpercentage: 33.333333333333336,
ntpercentage: 16.666666666666668,
neutpercentage: 50.0
};
module.exports = seedAnalysis;