poltextlab commited on
Commit
78f13cb
·
verified ·
1 Parent(s): 2eca954

Update with ontolisst and illframes labels

Browse files
Files changed (1) hide show
  1. label_dicts.py +43 -0
label_dicts.py CHANGED
@@ -108,4 +108,47 @@ MANIFESTO_LABEL_NAMES = {
108
  704: "Middle Class and Professional Groups",
109
  705: "Underprivileged Minority Groups",
110
  706: "Non-economic Demographic Groups"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  }
 
108
  704: "Middle Class and Professional Groups",
109
  705: "Underprivileged Minority Groups",
110
  706: "Non-economic Demographic Groups"
111
+ }
112
+
113
+ ILLFRAMES_MIGRATION_LABEL_NAMES = {
114
+ 901: "Culture Under Attack",
115
+ 902: "Economic Burden",
116
+ 903: "Illegals and Fraudsters",
117
+ 904: "Extradition Necessity",
118
+ 905: "Nation tate Should Decide",
119
+ 906: "Administrative Burden",
120
+ 907: "General System Failure",
121
+ 908: "Security Threat",
122
+ 909: "Criminals",
123
+ 910: "Welfare State Overload",
124
+ 999: "None of Them",
125
+ }
126
+
127
+ ILLFRAMES_COVID_LABEL_NAMES = {
128
+ 310: "Skepticism",
129
+ 311: "Great Reset and Elite Control",
130
+ 312: "Undermining the Economy",
131
+ 313: "Medical Choice",
132
+ 314: "Media Fabrication",
133
+ 315: "Threatening Way of Life",
134
+ 399: "None of Them",
135
+ }
136
+
137
+ ONTOLISST_LABEL_NAMES = {
138
+ 0: 'Demographics',
139
+ 1: 'Housing and local environment (Housing and environment)',
140
+ 2: 'Physical health',
141
+ 3: 'Mental health and mental processes',
142
+ 4: 'Healthcare',
143
+ 5: 'Health behaviour (Health and lifestyle)',
144
+ 6: 'Family and social networks',
145
+ 7: 'Education',
146
+ 8: 'Employment and income (Employment and pensions)',
147
+ 9: 'Expectation, attitudes and beliefs (Attitudes and beliefs)',
148
+ 10: 'Child development',
149
+ 11: 'Life events',
150
+ 12: 'Omics',
151
+ 13: 'Pregnancy',
152
+ 14: 'Administration',
153
+ 15: 'COVID19'
154
  }