-
Notifications
You must be signed in to change notification settings - Fork 0
/
gun-policy.json
215 lines (215 loc) · 7.19 KB
/
gun-policy.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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
{
"Gun Policy": {
"description": "Terms related to firearms, gun violence, and gun policy debates that consistently generate intense reactions",
"keywords": {
"active shooter": {
"weight": 3,
"description": "Highly frequent emergency situation term"
},
"ammunition ban": {
"weight": 1,
"description": "Regular policy proposal term"
},
"armed attack": {
"weight": 1,
"description": "Common violence incident term"
},
"armed shooter": {
"weight": 2,
"description": "Frequent emergency situation term"
},
"assault weapon": {
"weight": 2,
"description": "Frequent firearms debate term"
},
"background check": {
"weight": 2,
"description": "Frequent policy debate term"
},
"ballistic vest": {
"weight": 0,
"description": "Technical protective equipment term"
},
"body armor": {
"weight": 1,
"description": "Moderate-use protective equipment term"
},
"bullet proof vest": {
"weight": 1,
"description": "Common protective equipment term"
},
"carry permit": {
"weight": 1,
"description": "Regular licensing term"
},
"concealed carry": {
"weight": 1,
"description": "Common firearms policy term"
},
"firearm ban": {
"weight": 2,
"description": "Frequent policy proposal term"
},
"firearm control": {
"weight": 1,
"description": "Common policy debate term"
},
"firearm death": {
"weight": 2,
"description": "Frequent mortality statistic term"
},
"firearm legislation": {
"weight": 1,
"description": "Common policy term"
},
"firearm murder": {
"weight": 2,
"description": "Frequent crime statistic term"
},
"firearm restriction": {
"weight": 1,
"description": "Common regulation term"
},
"firearm violence": {
"weight": 2,
"description": "Frequent public safety term"
},
"ghost gun": {
"weight": 2,
"description": "Frequent controversy term"
},
"gun ban": {
"weight": 3,
"description": "Highly frequent policy debate term"
},
"gun control": {
"weight": 3,
"description": "Highly frequent policy debate term"
},
"gun death": {
"weight": 2,
"description": "Frequent mortality statistic term"
},
"gun legislation": {
"weight": 1,
"description": "Common policy term"
},
"gun lobby": {
"weight": 2,
"description": "Frequent political influence term"
},
"gun murder": {
"weight": 2,
"description": "Frequent crime statistic term"
},
"gun restriction": {
"weight": 1,
"description": "Common regulation term"
},
"gun rights": {
"weight": 3,
"description": "Highly frequent constitutional term"
},
"gun safety": {
"weight": 1,
"description": "Common public health term"
},
"gun violence": {
"weight": 3,
"description": "Highly frequent public safety term"
},
"magazine ban": {
"weight": 1,
"description": "Regular policy proposal term"
},
"magazine capacity": {
"weight": 1,
"description": "Moderate-use technical term"
},
"mass casualty": {
"weight": 2,
"description": "Frequent emergency incident term"
},
"mass shooting": {
"weight": 3,
"description": "Highly frequent violence incident term"
},
"multiple shooting": {
"weight": 1,
"description": "Common violence incident term"
},
"NRA": {
"weight": 2,
"description": "Frequent gun rights organization"
},
"open carry": {
"weight": 1,
"description": "Common firearms policy term"
},
"red flag law": {
"weight": 2,
"description": "Frequent policy debate term"
},
"rifle ban": {
"weight": 1,
"description": "Common policy proposal term"
},
"school shooter": {
"weight": 3,
"description": "Highly frequent violence term"
},
"school shooting": {
"weight": 3,
"description": "Highly frequent violence incident term"
},
"Second Amendment": {
"weight": 3,
"description": "Highly frequent constitutional term"
},
"self defense shooting": {
"weight": 1,
"description": "Common incident term"
},
"shooting death": {
"weight": 1,
"description": "Common mortality term"
},
"shooting incident": {
"weight": 1,
"description": "Common violence term"
},
"shooting rampage": {
"weight": 2,
"description": "Frequent violence incident term"
},
"shooting spree": {
"weight": 2,
"description": "Frequent violence incident term"
},
"spree killer": {
"weight": 1,
"description": "Common violence term"
},
"spree shooting": {
"weight": 1,
"description": "Common violence incident term"
},
"stand your ground": {
"weight": 2,
"description": "Frequent legal policy term"
},
"weapon ban": {
"weight": 2,
"description": "Frequent policy proposal term"
},
"weapon restriction": {
"weight": 1,
"description": "Common regulation term"
},
"weapons legislation": {
"weight": 1,
"description": "Common policy term"
}
}
}
}