-
Notifications
You must be signed in to change notification settings - Fork 0
/
us-government-institutions.json
983 lines (983 loc) · 32.2 KB
/
us-government-institutions.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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
{
"US Government Institutions": {
"description": "Terms related to US government bodies, positions, and processes that appear in public discourse",
"keywords": {
"Acting Secretary": {
"weight": 0,
"description": "Regular position title"
},
"America First Policy": {
"weight": 1,
"description": "Common political term"
},
"Appropriations Committee": {
"weight": 0,
"description": "Regular committee name"
},
"Armed Services Committee": {
"weight": 0,
"description": "Regular committee name"
},
"Assistant Secretary": {
"weight": 0,
"description": "Basic position title"
},
"Attorney General": {
"weight": 1,
"description": "Frequent official title"
},
"bicameral": {
"weight": 0,
"description": "Basic legislative term"
},
"Budget Committee": {
"weight": 0,
"description": "Regular committee name"
},
"Cabinet appointment": {
"weight": 1,
"description": "Common process term"
},
"Cabinet confirmation": {
"weight": 1,
"description": "Common process term"
},
"Cabinet nominee": {
"weight": 1,
"description": "Common process term"
},
"Cabinet pick": {
"weight": 1,
"description": "Common process term"
},
"Cabinet position": {
"weight": 0,
"description": "Regular position term"
},
"Cabinet purge": {
"weight": 1,
"description": "Frequent controversy term"
},
"Cabinet Secretary": {
"weight": 0,
"description": "Regular position title"
},
"Chief Justice": {
"weight": 1,
"description": "Frequent official title"
},
"Chief Medical Officer": {
"weight": 0,
"description": "Regular position title"
},
"Chief of Staff": {
"weight": 1,
"description": "Common position title"
},
"child care bills": {
"weight": 0,
"description": "Common legislation term"
},
"CIA": {
"weight": 1,
"description": "Frequent agency name"
},
"Civil Service": {
"weight": 0,
"description": "Regular system term"
},
"committee chair": {
"weight": 0,
"description": "Basic position title"
},
"committee hearing": {
"weight": 0,
"description": "Regular process term"
},
"committee markup": {
"weight": 0,
"description": "Basic process term"
},
"committee report": {
"weight": 0,
"description": "Basic document term"
},
"committee vote": {
"weight": 0,
"description": "Regular process term"
},
"Communications Director": {
"weight": 0,
"description": "Basic position title"
},
"Congress": {
"weight": 1,
"description": "Frequent institution term"
},
"Congressional Budget Office": {
"weight": 0,
"description": "Regular agency name"
},
"Congressional hearing": {
"weight": 1,
"description": "Common process term"
},
"Congressional investigation": {
"weight": 1,
"description": "Frequent oversight term"
},
"Congressional oversight": {
"weight": 1,
"description": "Common process term"
},
"Congressional record": {
"weight": 0,
"description": "Basic document term"
},
"Congressional report": {
"weight": 0,
"description": "Basic document term"
},
"Congressional session": {
"weight": 0,
"description": "Basic process term"
},
"Congressional staff": {
"weight": 0,
"description": "Basic personnel term"
},
"Congressional subcommittee": {
"weight": 0,
"description": "Basic structure term"
},
"Customs and Border Protection": {
"weight": 1,
"description": "Common agency name"
},
"Defense Intelligence Agency": {
"weight": 0,
"description": "Regular agency name"
},
"Department of Agriculture": {
"weight": 0,
"description": "Basic department name"
},
"Department of Commerce": {
"weight": 0,
"description": "Basic department name"
},
"Department of Defense": {
"weight": 1,
"description": "Frequent department name"
},
"Department of Education": {
"weight": 1,
"description": "Common department name"
},
"Department of Energy": {
"weight": 0,
"description": "Regular department name"
},
"Department of Government Efficiency": {
"weight": 0,
"description": "Basic department name"
},
"Department of Health and Human Services": {
"weight": 1,
"description": "Common department name"
},
"Department of Homeland Security": {
"weight": 1,
"description": "Frequent department name"
},
"Department of Housing and Urban Development": {
"weight": 0,
"description": "Regular department name"
},
"Department of Justice": {
"weight": 1,
"description": "Frequent department name"
},
"Department of Labor": {
"weight": 0,
"description": "Regular department name"
},
"Department of State": {
"weight": 1,
"description": "Common department name"
},
"Department of the Interior": {
"weight": 0,
"description": "Basic department name"
},
"Department of Transportation": {
"weight": 0,
"description": "Basic department name"
},
"Department of Treasury": {
"weight": 0,
"description": "Regular department name"
},
"Department of Veterans Affairs": {
"weight": 0,
"description": "Regular department name"
},
"Deputy Attorney General": {
"weight": 0,
"description": "Regular position title"
},
"Deputy Chief of Staff": {
"weight": 0,
"description": "Basic position title"
},
"Deputy Director": {
"weight": 0,
"description": "Basic position title"
},
"Deputy National Security Advisor": {
"weight": 0,
"description": "Regular position title"
},
"Deputy Press Secretary": {
"weight": 0,
"description": "Basic position title"
},
"Deputy Secretary": {
"weight": 0,
"description": "Basic position title"
},
"Deputy Secretary of State": {
"weight": 0,
"description": "Regular position title"
},
"Director of National Intelligence": {
"weight": 1,
"description": "Common position title"
},
"disaster relief": {
"weight": 0,
"description": "Common funding term"
},
"DNI": {
"weight": 0,
"description": "Regular acronym"
},
"DOD": {
"weight": 0,
"description": "Regular acronym"
},
"DOE": {
"weight": 0,
"description": "Basic acronym"
},
"DOGE": {
"weight": 0,
"description": "Basic acronym"
},
"DOJ": {
"weight": 1,
"description": "Common acronym"
},
"Electoral College": {
"weight": 1,
"description": "Frequent electoral term"
},
"Energy and Commerce Committee": {
"weight": 0,
"description": "Regular committee name"
},
"Environmental Protection Agency": {
"weight": 1,
"description": "Common agency name"
},
"EPA": {
"weight": 1,
"description": "Common agency name"
},
"EPA Administrator": {
"weight": 0,
"description": "Regular position title"
},
"Ethics Committee": {
"weight": 1,
"description": "Common committee name"
},
"Executive agency": {
"weight": 0,
"description": "Basic structure term"
},
"Executive Order": {
"weight": 1,
"description": "Frequent policy term"
},
"federal authority": {
"weight": 0,
"description": "Common governance term"
},
"executive session": {
"weight": 0,
"description": "Basic process term"
},
"FBI": {
"weight": 1,
"description": "Frequent agency name"
},
"FDA": {
"weight": 1,
"description": "Common agency name"
},
"FDA Commissioner": {
"weight": 0,
"description": "Regular position title"
},
"federal government": {
"weight": 1,
"description": "Common institution term"
},
"federal money": {
"weight": 1,
"description": "Common funding term"
},
"federal taxes": {
"weight": 1,
"description": "Common revenue term"
},
"Federal agency": {
"weight": 0,
"description": "Regular structure term"
},
"Federal Bureau of Investigation": {
"weight": 1,
"description": "Common agency name"
},
"Federal bureaucracy": {
"weight": 0,
"description": "Regular criticism term"
},
"Federal employee": {
"weight": 0,
"description": "Regular personnel term"
},
"Federal Trade Commission": {
"weight": 0,
"description": "Regular agency name"
},
"Federal worker": {
"weight": 0,
"description": "Regular personnel term"
},
"Federal workforce": {
"weight": 0,
"description": "Regular personnel term"
},
"FEMA": {
"weight": 1,
"description": "Common agency name"
},
"FEMA Administrator": {
"weight": 0,
"description": "Regular position title"
},
"filibuster": {
"weight": 1,
"description": "Frequent procedural term"
},
"First Lady": {
"weight": 1,
"description": "Official White House position"
},
"Financial Services Committee": {
"weight": 0,
"description": "Regular committee name"
},
"Food and Drug Administration": {
"weight": 1,
"description": "Common agency name"
},
"Foreign Affairs Committee": {
"weight": 0,
"description": "Regular committee name"
},
"Foreign Relations Committee": {
"weight": 0,
"description": "Regular committee name"
},
"FTC": {
"weight": 2,
"description": "Common regulatory agency"
},
"GAO": {
"weight": 0,
"description": "Basic acronym"
},
"Government Accountability Office": {
"weight": 0,
"description": "Basic agency name"
},
"government funded": {
"weight": 0,
"description": "Common budget term"
},
"Government agency": {
"weight": 0,
"description": "Basic structure term"
},
"government shutdown": {
"weight": 3,
"description": "Highly frequent crisis term"
},
"Heritage Foundation": {
"weight": 0,
"description": "Regular think tank name"
},
"HHS": {
"weight": 0,
"description": "Regular acronym"
},
"House clerk": {
"weight": 0,
"description": "Basic position title"
},
"House Committee": {
"weight": 0,
"description": "Basic structure term"
},
"House floor": {
"weight": 0,
"description": "Regular location term"
},
"House Judiciary": {
"weight": 1,
"description": "Common committee name"
},
"House Majority Leader": {
"weight": 1,
"description": "Common position title"
},
"House Majority Whip": {
"weight": 0,
"description": "Regular position title"
},
"House Minority Leader": {
"weight": 1,
"description": "Common position title"
},
"House Minority Whip": {
"weight": 0,
"description": "Regular position title"
},
"House of Representatives": {
"weight": 1,
"description": "Common institution name"
},
"House passes": {
"weight": 0,
"description": "Common legislative action term"
},
"House parliamentarian": {
"weight": 0,
"description": "Basic position title"
},
"House rules": {
"weight": 0,
"description": "Regular process term"
},
"House Speaker": {
"weight": 1,
"description": "Frequent position title"
},
"House vote": {
"weight": 1,
"description": "Common process term"
},
"Immigration and Customs": {
"weight": 1,
"description": "Common agency name"
},
"Intelligence agency": {
"weight": 0,
"description": "Regular structure term"
},
"Intelligence Committee": {
"weight": 1,
"description": "Common committee name"
},
"Intelligence community": {
"weight": 1,
"description": "Common structure term"
},
"intel officials": {
"weight": 0,
"description": "Common government personnel term"
},
"Internal Revenue Service": {
"weight": 1,
"description": "Common agency name"
},
"IRS": {
"weight": 1,
"description": "Frequent agency name"
},
"Joint Chiefs of Staff": {
"weight": 1,
"description": "Common military term"
},
"Judiciary Committee": {
"weight": 1,
"description": "Common committee name"
},
"Justice Department": {
"weight": 1,
"description": "Frequent department name"
},
"legislative agenda": {
"weight": 0,
"description": "Regular process term"
},
"legislative aide": {
"weight": 0,
"description": "Basic position title"
},
"legislative branch": {
"weight": 0,
"description": "Basic structure term"
},
"legislative calendar": {
"weight": 0,
"description": "Basic process term"
},
"legislative committee": {
"weight": 0,
"description": "Basic structure term"
},
"legislative counsel": {
"weight": 0,
"description": "Basic position title"
},
"legislative director": {
"weight": 0,
"description": "Basic position title"
},
"legislative hearing": {
"weight": 0,
"description": "Basic process term"
},
"legislative markup": {
"weight": 0,
"description": "Basic process term"
},
"legislative oversight": {
"weight": 0,
"description": "Regular process term"
},
"legislative process": {
"weight": 0,
"description": "Basic process term"
},
"legislative proposal": {
"weight": 0,
"description": "Basic process term"
},
"legislative record": {
"weight": 0,
"description": "Basic document term"
},
"legislative report": {
"weight": 0,
"description": "Basic document term"
},
"legislative session": {
"weight": 0,
"description": "Basic process term"
},
"legislative staff": {
"weight": 0,
"description": "Basic personnel term"
},
"legislative vote": {
"weight": 0,
"description": "Basic process term"
},
"majority leader": {
"weight": 1,
"description": "Common position title"
},
"minority leader": {
"weight": 1,
"description": "Common position title"
},
"National Economic Advisor": {
"weight": 0,
"description": "Regular position title"
},
"National Security Advisor": {
"weight": 1,
"description": "Frequent position title"
},
"National Security Council": {
"weight": 1,
"description": "Common agency name"
},
"NIH Director": {
"weight": 0,
"description": "Regular position title"
},
"NSA": {
"weight": 1,
"description": "Frequent agency name"
},
"NSC": {
"weight": 0,
"description": "Regular acronym"
},
"Office of Management and Budget": {
"weight": 0,
"description": "Regular agency name"
},
"Office of Personnel": {
"weight": 0,
"description": "Basic agency name"
},
"OMB": {
"weight": 0,
"description": "Regular acronym"
},
"OMB Director": {
"weight": 0,
"description": "Regular position title"
},
"OPM": {
"weight": 0,
"description": "Basic acronym"
},
"Oversight Committee": {
"weight": 1,
"description": "Common committee name"
},
"parliamentary procedure": {
"weight": 0,
"description": "Basic process term"
},
"parliamentarian": {
"weight": 0,
"description": "Basic position title"
},
"party whip": {
"weight": 0,
"description": "Regular position title"
},
"Pentagon": {
"weight": 1,
"description": "Frequent institution name"
},
"POTUS": {
"weight": 1,
"description": "Frequent position acronym"
},
"political power struggle": {
"weight": 0,
"description": "Common political conflict term"
},
"Press Secretary": {
"weight": 1,
"description": "Common position title"
},
"president-elect": {
"weight": 3,
"description": "Highly frequent transitional position term"
},
"Principal Deputy": {
"weight": 0,
"description": "Basic position title"
},
"Project 2025": {
"weight": 1,
"description": "Common initiative name"
},
"proof of citizenship": {
"weight": 0,
"description": "Common documentation term"
},
"quorum call": {
"weight": 0,
"description": "Basic process term"
},
"ranking member": {
"weight": 0,
"description": "Basic position title"
},
"representatives": {
"weight": 1,
"description": "Common legislative term"
},
"Rules Committee": {
"weight": 0,
"description": "Regular committee name"
},
"Schedule F": {
"weight": 1,
"description": "Common policy term"
},
"SCOTUS": {
"weight": 1,
"description": "Frequent court acronym"
},
"Secretary of Agriculture": {
"weight": 0,
"description": "Basic position title"
},
"Secretary of Commerce": {
"weight": 0,
"description": "Basic position title"
},
"Secretary of Defense": {
"weight": 1,
"description": "Frequent position title"
},
"Secretary of Education": {
"weight": 1,
"description": "Common position title"
},
"Secretary of Energy": {
"weight": 0,
"description": "Regular position title"
},
"secession": {
"weight": 0,
"description": "Common political conflict term"
},
"Secretary of Health and Human Services": {
"weight": 1,
"description": "Common position title"
},
"Secretary of Homeland Security": {
"weight": 1,
"description": "Frequent position title"
},
"Secretary of Housing and Urban Development": {
"weight": 0,
"description": "Regular position title"
},
"Secretary of Labor": {
"weight": 0,
"description": "Regular position title"
},
"Secretary of State": {
"weight": 1,
"description": "Frequent position title"
},
"Secretary of the Interior": {
"weight": 0,
"description": "Basic position title"
},
"Secretary of the Treasury": {
"weight": 1,
"description": "Common position title"
},
"Secretary of Transportation": {
"weight": 0,
"description": "Basic position title"
},
"Secretary of Veterans Affairs": {
"weight": 0,
"description": "Regular position title"
},
"shutdown threat": {
"weight": 3,
"description": "Highly frequent crisis term"
},
"shutdown looms": {
"weight": 0,
"description": "Common crisis term"
},
"Senate": {
"weight": 1,
"description": "Frequent institution term"
},
"Senate clerk": {
"weight": 0,
"description": "Basic position title"
},
"Senate Committee": {
"weight": 0,
"description": "Basic structure term"
},
"Senate floor": {
"weight": 0,
"description": "Regular location term"
},
"Senate Judiciary": {
"weight": 1,
"description": "Common committee name"
},
"Senate Majority Leader": {
"weight": 1,
"description": "Frequent position title"
},
"Senate Majority Whip": {
"weight": 0,
"description": "Regular position title"
},
"Senate Minority Leader": {
"weight": 1,
"description": "Frequent position title"
},
"Senate Minority Whip": {
"weight": 0,
"description": "Regular position title"
},
"Senate parliamentarian": {
"weight": 0,
"description": "Basic position title"
},
"Senate rules": {
"weight": 0,
"description": "Regular process term"
},
"Senate vote": {
"weight": 1,
"description": "Common process term"
},
"Senior Advisor": {
"weight": 0,
"description": "Regular position title"
},
"Speaker of the House": {
"weight": 1,
"description": "Frequent position title"
},
"spending bill": {
"weight": 0,
"description": "Common legislation term"
},
"Speakership": {
"weight": 2,
"description": "Frequent leadership term"
},
"Social Security Administration": {
"weight": 1,
"description": "Common agency name"
},
"Solicitor General": {
"weight": 0,
"description": "Regular position title"
},
"SSA": {
"weight": 0,
"description": "Regular acronym"
},
"State Department": {
"weight": 1,
"description": "Frequent department name"
},
"subcommittee": {
"weight": 0,
"description": "Basic structure term"
},
"subcommittee chair": {
"weight": 0,
"description": "Basic position title"
},
"subcommittee hearing": {
"weight": 0,
"description": "Basic process term"
},
"Supreme Court": {
"weight": 2,
"description": "Highly frequent institution name"
},
"Surgeon General": {
"weight": 1,
"description": "Common position title"
},
"Teamsters": {
"weight": 1,
"description": "Common labor organization"
},
"Trade Representative": {
"weight": 0,
"description": "Regular position title"
},
"top court": {
"weight": 0,
"description": "Common judicial term"
},
"Transportation Security Administration": {
"weight": 0,
"description": "Regular agency name"
},
"Treasury Department": {
"weight": 1,
"description": "Common department name"
},
"TSA": {
"weight": 1,
"description": "Common agency acronym"
},
"Under Secretary": {
"weight": 0,
"description": "Basic position title"
},
"US Government": {
"weight": 1,
"description": "Common institution term"
},
"USAID": {
"weight": 0,
"description": "Basic agency acronym"
},
"USDA": {
"weight": 0,
"description": "Basic agency acronym"
},
"USPS": {
"weight": 0,
"description": "Regular agency acronym"
},
"USTR": {
"weight": 0,
"description": "Basic agency acronym"
},
"US House": {
"weight": 0,
"description": "Common legislative body term"
},
"US restrictions": {
"weight": 0,
"description": "Common policy term"
},
"Veterans Affairs Committee": {
"weight": 0,
"description": "Regular committee name"
},
"veto": {
"weight": 0,
"description": "Common executive action term"
},
"Vice President": {
"weight": 1,
"description": "Frequent position title"
},
"Ways and Means Committee": {
"weight": 0,
"description": "Regular committee name"
},
"White House": {
"weight": 2,
"description": "Highly frequent institution term"
},
"White House Communications": {
"weight": 0,
"description": "Regular office name"
},
"White House Counsel": {
"weight": 1,
"description": "Common position title"
},
"White House Staff": {
"weight": 0,
"description": "Regular personnel term"
}
}
}
}