-
Notifications
You must be signed in to change notification settings - Fork 0
/
immigration.json
123 lines (123 loc) · 3.97 KB
/
immigration.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
{
"Immigration": {
"description": "Terms related to immigration policy, border security, and migration that consistently generate intense public debate",
"keywords": {
"amnesty": {
"weight": 2,
"description": "Frequent policy debate term"
},
"asylum seeker": {
"weight": 1,
"description": "Common legal status term"
},
"border crisis": {
"weight": 3,
"description": "Highly frequent controversy term"
},
"border crossing": {
"weight": 1,
"description": "Common migration term"
},
"border patrol": {
"weight": 1,
"description": "Regular enforcement term"
},
"border security": {
"weight": 3,
"description": "Highly frequent policy term"
},
"border wall": {
"weight": 2,
"description": "Frequent policy debate term"
},
"citizenship status": {
"weight": 1,
"description": "Regular legal term"
},
"deportation": {
"weight": 2,
"description": "Frequent enforcement term"
},
"detention center": {
"weight": 1,
"description": "Common facility term"
},
"detention facility": {
"weight": 1,
"description": "Common facility term"
},
"dreamers": {
"weight": 2,
"description": "Frequent policy term"
},
"family separation": {
"weight": 3,
"description": "Highly frequent controversy term"
},
"illegal immigration": {
"weight": 3,
"description": "Highly frequent policy term"
},
"immigrant": {
"weight": 0,
"description": "Basic demographic term"
},
"immigration": {
"weight": 1,
"description": "Common policy term"
},
"immigration ban": {
"weight": 1,
"description": "Common policy term"
},
"immigration crisis": {
"weight": 2,
"description": "Frequent controversy term"
},
"immigration raid": {
"weight": 1,
"description": "Common enforcement term"
},
"immigration reform": {
"weight": 2,
"description": "Frequent policy term"
},
"migrant caravan": {
"weight": 1,
"description": "Common migration term"
},
"migrant crisis": {
"weight": 2,
"description": "Frequent controversy term"
},
"migrant detention": {
"weight": 1,
"description": "Common enforcement term"
},
"migrants": {
"weight": 2,
"description": "Frequent migration term"
},
"open borders": {
"weight": 2,
"description": "Frequent policy debate term"
},
"proof-of-citizenship": {
"weight": 1,
"description": "Common legal term"
},
"refugee crisis": {
"weight": 1,
"description": "Common humanitarian term"
},
"sanctuary city": {
"weight": 1,
"description": "Common policy debate term"
},
"undocumented": {
"weight": 1,
"description": "Regular status term"
}
}
}
}