-
Notifications
You must be signed in to change notification settings - Fork 0
/
DICT_INFOCORE_EN.txt
3738 lines (3738 loc) · 470 KB
/
DICT_INFOCORE_EN.txt
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
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
10001 Approach/Advance (Military) approach*_y(forc*|troup*|troop*|attack*|counter*|offensiv*|boots*~5) advanc*_y(forc*|troup*|troop*|attack*|counter*|offensiv*|boots*~5) progress*_y(forc*|troup*|troop*|attack*|counter*|offensiv*|boots*~5) clos*_y(forc*|troup*|troop*|attack*|counter*|offensiv*|boots*~5)
10002 Retreat (Military) retreat*
10003 Withdraw/Go Out Of (Military) withdraw* leav*_y(forc*|troup*|troop*|attack*|counter*|offensiv*|boots*~5) exit*_y(forc*|troup*|troop*|attack*|counter*|offensiv*|boots*~5) out_y((get*|got)&of~2)_y(forc*|troup*|troop*|attack*|counter*|offensiv*|boots*~5)
10004 Access/Enter/Go Into/Free Passage acces*_y(unrestrict*|unfetter*|free*|full*~5) admit*_y(investig*|expert*|observ*~5)
10005 Advance/Making Progress (NOT Progress As In History) advance advances advancing progress*_y(in|mak*|made|toward|against*~5)
10006 Approach/Coming Nearer/Closing In approaching approaches approached approach_n(new|different|the|an|another~2) clos*_y(in~2) com*_y(nearer|closer~2)
10007 Arrive/Arrival arriv*
10008 Breakthrough breakthrough
10009 Commute commut*
10010 Cross Through/Get Across through_y(cross*|proceed*|move*|advanc*|get*|com*|cam*~5) across_y(cross*|proceed*|move*|advanc*|get*|com*|cam*~5)
10011 Depart/Going Farther depart* go*_y(far*~5)
10012 Leave/Exit/Get Out Of leav* exit* out_y((get*|got)&of~2) exodus
10013 Movement move* momentum
10014 Path/Way/Tour (As In On The Way, NOT As Infrastructure) path*_y(the|to|toward~2) way*_y(the|to|toward~2)_n(best|possible|suitable~2) tour*_y(the|to|toward~2) route
10015 Standstill/Gridlock/Ground to Halt standstill gridlock still_y(stand*~2) halt_y(to|ground|grind*~5) stagnat* progress*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) move*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) halted suspended_n(from~5)
10016 Step/Steps step steps_n(onto~2)
10017 Visit visit*
10018 Accuse/Blame/Accusation accus* blame*
10019 Advice advic* advise* consult*
10020 Allege/Alleged allege* allega*
10021 Amplify/Exaggerate/Blow out of Proportion amplif* exaggerat* of_y(out&proportion~2) inflate* magify* overdraw*
10022 Announce/Announcement/Declare announc* declar* proclaim* proclam*
10023 Build Relationship/Build Trust build*_y(relation*|trust*|understand*~5)
10024 Claim/Say/Statement claim* say* said_n(port~2) statement stated stating messag*_n(short|chat|pager~5) voice
10025 Comment (NOT Social Media) comment_n(online|internet|network|facebook|twitter|web|forum|thread~5)
10026 Communicate/Communication/In Contact communica*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) contact_y(in~2) line*_y(direct|*phone|hot~5)
10027 Conference conferenc*_n(press~2)
10028 Convince/Convincing convinc*
10029 Disguise/Conceal/Mask/Cover Up disgui* conceal* mask* cover*_y(up~2) veil* hidden* hide* fig_y(lea*~2)
10030 Distort/Skew/Misrepresent distort* skew* misrepresent* deform* falsif*
10031 Downplay/No Emphasis downplay* emphas*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) minimi* play*_y(down~2)
10032 Emphasize/Emphasis emphas*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) underlin*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) underscor*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) highlight*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) stress_y(put|to|must~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not|considerable~5) stresses_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) stressing_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) stressed_n(is|am|are|be|were|was|no|don|dont|none|nothing|neither|nor|hardly|not|high|constant*|permanent*|considerable*|enduring~5) rais*_y(voice~5)
10033 Explain/Clarify/Explanation/Story/Account expla*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) clarif* story_y(of|about~5) account*_y(for|of|about|plausib*|convinc*~5)
10034 Expose/Make Visible expose* exposing* visible_y(mak*|made~5) show_y(world|every*~5) illuminat* light_y(shed*~5)
10035 Inform/Information inform*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10036 Information Flow/Dissemination (of Information) spread*_y(news*|infor*|knowl*|rumor*|pictur*|imag*|report*|articl*|claim*|alleg*~10) dissemin*_y(news*|infor*|knowl*|rumor*|pictur*|imag*|report*|articl*|claim*|alleg*~10) distribut*_y(news*|infor*|knowl*|rumor*|pictur*|imag*|report*|articl*|claim*|alleg*~10) word_y(mouth~5)
10037 Information Warfare/Disinformation information_y(operat*|war*~5) disinformation psyop* psycholog*_y(operat*|war*~5)
10038 Interaction/Interactivity/Interactive interact* react*_y(*other~5)
10039 Media Blackout/Censorship/Repression of Free Speech/Press Repression/Blocking URLs censor* media_y(blackout|restrict*|block*|repress*~5) news_y(blackout|restrict*|block*|repress*~5) information_y(blackout|restrict*|block*|repress*~5) internet_y(blackout|restrict*|block*|repress*|switch|disconnect*~5) online_y(blackout|restrict*|block*|repress*~5) web_y(blackout|restrict*|block*|repress*~5)
10040 Misunderstanding/Miscommunication misunderst* miscommunic*
10041 No Comment comment_y(no|not|refuse*~5)
10042 Not Communicate/No Communication/Lines Cut communica*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) line*_y(cut*|sever*|interrupt*~5)
10043 Persuade/Persuasion persua*
10044 Polarize/Polarized polaris* polariz*
10045 Press Conference conferenc*_y(press~2)
10046 Propaganda propagand*
10047 Report/Document/Documentation/Study dossie* report_n(news~5) reports_n(news~5)
10048 Respond/Response/React/Reaction consequenc*_y((will|must|should|would|shall)&(be|have)~5) respond_y(will|must|should|would|shall~5) response_y(adequate*|serious*|unified*|coordinated*|decisiv*|common*|must|will|would|should|shall~5)
10049 Rumor/Insinuation/Hearsay rumor* unconfirm*_y(inform*|claim*~2)
10050 Sharing/Embedding/Retweeting/Uploading (Social Media) shares_y(inform*|data|image~2) shared_y(inform*|data|image~2) sharing_y(inform*|data|image~2) embedding retweet* upload*
10051 Speech speech speeches spoke_y(at~2) address_y((state&union)|year|nation|tv|televis*~5)
10052 Stage/Theater/Play stage_n(first|second|third|fourth|fifth|sixth|next|previous|last|final~2) theat* play_y(the|this~2)
10053 Streaming/Livecasting/Webcasting live_y(broadc*|cover*|speak*|corresponden*|stream*|tweet*~5) livestream* livecast* lifestream* lifecast* streaming
10054 Suggest/Indicate suggest* indicat*
10055 Swearing swear* swor* oath*
10056 Training/Workshop training* workshop* seminar*
10057 Transmit/Transmission/Send/Transmitter transmi* send*
10058 Warn/Warning warn warned warning warns
10059 Webinar/Online Seminar/Videoconference webinar videoconf* online_y(seminar|conference~5)
10060 Experiment experiment*
10061 Espionage/Surveillance/Monitoring espionage surveil* monitor*
10062 Attention/Focus/Listen To attention* attend* focus* listen*_y(to~2) aware*
10063 Cluster/Clustering/Group/Grouping cluster* grouping* grouped
10064 Consider/Take Into Account consider considered considers considering into_y(account~2) about_y(think*|thought~2)
10065 Crowdsourcing crowdsourc*
10066 Deceive/Fool/Fall For/Succumb deceiv* deceit fool* succumb* fall*_y(for~2)
10067 Discover/Find out discover* find*_y(out~2) found_y(out~2) uncover*
10068 Explore explor*
10069 Find/Impression/Opinion find finds finding found impression* opinion* judgment*_n(day|final~2)
10070 Identification/Identity (in the sense of linking a virtual identity to an existing person!) identif* identit*_y(know*|trac*|sav*|monitor*~5)
10071 Ignore/Overlook ignor* overlook* disregard* neglect*
10072 Investigate/Find Out/Factfinding analy* investig* scrutini* factfind*
10073 Pattern Recognition/Machine Learning/Data Mining/Image Recognition recogni*_y(pattern*|imag*|voic*~5) machin*_y(learn*~5) data_y(min*|analys*~5) artificial*_y(intelligen*~2)
10074 Profess profess professes professed
10075 Research research*
10076 Social Media Analytics/Data Processing/Analysis/Klout/Social Media Influence data_y(analys*|feed*|generat*|harvest*|min*|filter*~5) analy*_y(web|google*|online|twitter~5)
10077 Test/Check test exam* check*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10078 Trail/Track/Tracking/Footprint/Trace trail* track* trace* footprint*
10079 Believe/Belief belie*_n(no|not|cannot|beyond~5) convinc*_n(no|not|cannot~5)
10080 Commitment committed_y(to|friend*|partner*|ally*~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) commitment_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10081 Convert/Conversion (Religious/Allegiance) convert*_n(money*|currency*|into~5) conversion_n(money*|currency*|into~5)
10082 Decide/Decision decid* decis*
10083 Distrust/Lack of Trust distrust* trust*_y(not|no|insufficient*|lack*~5) confidenc*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10084 Expect/Expectation/Anticipation expect*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) anticipat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) predict*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10085 Invent/Make Up/Fabricate invent*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) machniat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fabricat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) up_y(make*|made|making|dream*~5) concoct*
10086 Know/Knowledge know*
10087 Memorials/Commemoration memori* memory commemorat* recall* rememb* recollect*
10088 Not Believe/Disbelief disbelief* believ*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10089 Paranoia paranoi*
10090 Reconsider/Change Mind reconsider* chang*_y(mind~5)
10091 Trust/Confidence in trust*_n(no|don|dont|none|nothing|neither|nor|hardly|not|low|lack~5) confidenc*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10092 Understand/Comprehension understand*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) comprehen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) perception
10093 Unexpected/Surprise surpris*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unexpect*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unanticipat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) expect*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) anticipat*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) predict*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) unpredict*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10094 Unknown/Not Know understand*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) comprehen*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) know*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) unknown incalculab*
10095 Wishful Thinking wish*_y(thinking~2) castle*_y(sky|skies|dream~5) overly_y(optimis*~2)
10096 Advertisement/Advertise ad_n(hoc~2) advert*
10097 Build Coalition/Build Support build*_y(coalition*|support*|follower*|network*|base~5)
10098 Campaign (Communication: Media, Election NOT Military Campaign) campaign*_n(milit*|border|fight*|invasion|invade*|forc*|army|armies|soldier*|unit*|division*~5)
10099 Compete/Competition/Race compet* race_y(for|elect*|toward*~5)
10100 Controversy/Debate/Controversial controvers* debat*
10101 Demand/Urge NOT as in supply/demand demand_n(in~2) demanded demands urge urges urging urged
10102 Incite/Incendiary/Inflammatory/Hate Speech incit* incend* inflam* fanning hate_y(speech*|press*~2)
10103 Praise/Applaud/Compliment//Hail prais* applau* compliment* hail_n(storm|corn~2) hailed hails appreciat*
10104 Promote/Raise Support/Advocate promot*_n(a~2) support*_y(raise*|rally*|increas*~5) advocat* argu*_y(for~2)
10105 Protest/Demonstration/Rally protest* demonstration demonstrant demonstrator* demonstrat*_y(for|against~5) rally* rallie*
10106 Request/Ask/Call Upon request* ask* call*_y(upon|on~5) petition appeal* solicit* question*_n(to~2)
10107 Smartmob/Grassroots/Flashmob smartmob flashmob mob_y(smart|flash~2) grassroot*
10108 Support backer backing backed support*_n(no|don|dont|none|nothing|neither|nor|hardly|not~2) buttress* behalf
10109 Abandon/Give Up abandon* giv*_y(up~2) gave_y(up~2) relinquish* discard* ditch* drop* dump*
10110 Anti-War anti_y(war*~2) antiwar*
10111 Audience Taste audience*_y(tast*|want*|wish*|desir*~5)
10112 Trade Off/Assessment trad*_y(off~2) assess* evaluat* gaug* measur* weigh*
10113 Admit/Concede/Confess admit* admission*_n(to|into~2) conced* concession* confess*
10114 Apologize apolog* sorry regret*
10115 Dehumanize/Dehumanization (INCL common labels: Pigs, Rats, etc.) dehuman* pig pigs rat rats vermin dog dogs subhuman* ape apes monkey*
10116 Discourage discourag*
10117 Empathize/Empathy empath*
10118 Encourage encourag* embolden*
10119 Excuse/Exculpate excus* exculpat* exonerat*
10120 Forgive/Forgiving forgiv* absolv* acquit* amnest* pardon*
10121 Humanize/Are Humans Too humanis* humaniz* humans_y(|are|too~2) human_y(being*~2)
10122 Insult/Insulting/Humiliate/Disgrace insult* humiliat* disgrac*
10123 Invite/Welcome invit* welcom*
10124 Justify/Legitimation justif* legitimat* condon*
10125 Libel/Slander/Defame/Denigrate libel* slander* defam* denigrat* smear*
10126 Ostracize/Pillory? ostraci* pillor* nam*_y(sham*~5) denounc* denunc* comminat* decry* decri*
10127 Recommend/Bookmarking/Favourites/Social bookmarking/Tagging recommend* bookmark* favorit* tagging* tagged*
10128 Threaten/Threat/Intimidate threat* intimid* menac*
10129 Troll/Trolling/Online Harassment/Flaming/Cyber-bullying troll* harrass*_y(online|network*|internet*|facebook|twitter~2) bully*_y(online|network*|internet*|facebook|twitter~2) flaming cyberbully*
10130 Friend Request/Add Friend/Follow/Follower friend_y(request*|add*~5) follow*_y(online|network*|internet*|facebook|twitter|account|feed*~2)
10131 Betray/Treason/Betrayal/Treacherous/Behind the back/Sneaky betray* treason* treacher* traitor* sneaky sneakily behind_y(back~5) mutin* double_y(agent*~2) disloyal*
10132 Cooperate/Cooperation/Collaboration NOT Collaborator cooper* collaborate collaborates collaborating collaborated collaboration synerg*
10133 Help help*_n(no|not~2) aid*_s(s)
10134 Molested/Harrassed/Harrassment molest*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) harrass*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) abus*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) unmolest*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10135 Produser/Prosumer produs* prosum*
10136 Revenge reveng* retribut* vengean* aveng* retaliat* eye_y(for&an&eye~5) tat_y(tit&for~5) pay*_y(back~5) payback
10137 Turncoat/Renegade/Change Sides turncoat* renegad* chang*_y(sides~2) defector* defecting defect*_y(from|to|soldier*|minister*|officer*|ambassador*|people~5)
10138 Unmolested/Unharrassed/Without Harrassment molest*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) harrass*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) abus*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) unmolest*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10139 Volunteer/Community Work/Social Work volunt* work*_y(community|social~2)
10140 Not tolerate/Intolerance intoleran* tolera*_y(no|don|dont|none|nothing|neither|nor|hardly|not|never~5)
10141 Tolerance/Tolerate tolera*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10142 Deterrence deter deterred deterring deters deterrence
10143 Surrender surrender* giv*_y(up~2) white_y(flag~2)_y(rais*|wav*~5) towel_y(thr*&in~5) capitulat*
10144 Peace Talks peace_y(talk*|dialog*|meet*|negotiat*~2)
10145 Accept/Approve/Recognize accept acceptance accepted accepts recogniz* approv* acknowledg*
10146 Adopt/Endorse/Embrace adopt* endors* embrac* subscrib*_y(to~2) support*_y(fully|wholehearted*~2)
10147 Appeasing/Appeasers/Doves appeas* doves
10148 Commit To/Pledge/Promise NOT Promised Land pledg* promise_n(god~10) promises_n(god~10) promised_n(god|home*|land*|country*~10) commit_y(to~2) commits_y(to~2) committing_y(to~2) committed_y(to~2)
10149 Criticize/Condemn/Verbally Attack condemn* critici* verb*_y(attack*|abus*~5) critics
10150 Declaration Of Independence independen*_y(declar*~2)
10151 Defuse defus* disarm_y(bomb*|explos*|warh*~5) deactiv*_y(bomb*|explos*|warh*~5) disabl*_y(bomb*|explos*|warh*~5)
10152 Deny/Reject/Refuse/Dismiss/Defy dismiss* reject* refus* defiance defied defies defy oppose*
10153 Dialogue/Talks/Debate discuss* dialog* conversat* talks*
10154 Diplomacy diplomacy diplomatic talks_y(governm*|official*|politic*|level*|rank*|representatives*~5)
10155 Dispute disput* contest*
10156 Guarantee/Assure/Ensure/Insurance guarant* assur* ensur* insur*_n(health|house*|social|life|pension|retirement|property|liability|car|auto~2)
10157 Intervene/Intervention (NOT military) interven*_n(militar*|armed|army|armies|forces|troops|humanitar*~5)
10158 Negotiate/Negotiations negotiat*
10159 Objection objection* objecting objected object_y(to~2) objects_y(to~2)
10160 Offer offer*
10161 Proposal/Draft propos* draft* sketch* initiativ* outlin*
10162 Provoke/Provocation provo* prompt*
10163 Radicalization/Radicalize radicaliz* radicalis* increasing*_y(radical*~5)
10164 Travel Diplomacy/State Visit/Envoy's Visit diploma*_y(travel*|visit*~5) envoy*_y(trip*|visit*|travel*~5) state_y(visit*~2) president*_y(visit*|trip*~5)_y(meet*|capital*|government*~5) premier*_y(visit*|trip*~5)_y(meet*|capital*|government*~5) minister*_y(visit*|trip*~5)_y(meet*|capital*|government*~5)
10165 Electoral Fraud elect*_y(fraud*|defraud*|rig*|cheat*|irregular*|temper*|manipulat*~5)
10166 Separatist/Secession separatis* secession* independen*_y(from~2)
10167 Ceasefire/Truce ceasefire* cease*_y(fire|attack*~5) truce* hold_y(weapon*|arm*|gun*|attack*|fire~5) cessation
10168 Amnesty amnesty_n(international~2) pardon
10169 Rebellion rebellio* rebel*_y(against~2) revolt_n(me|you|him|her|us|them~2)_n(palac*~5) revolts_n(me|you|him|her|us|them~2)_n(palac*~5) revolted_n(am|are|is|be|been~5)
10170 Revolution revolution revolutions
10171 Uprising/Insurgency upris* insurrect* insurgency upheav*
10172 Accreditation accredit* register*
10173 Ban/Forbid/Outlaw ban_n(ki|moon~2) banned bans forbid* outlaw* allow*_y(not~2) longer_y(no&(allow*|permit*)~2)
10174 Coercion/Force to coerc* force*_y(to~2) compel*_y(to~2)
10175 Control/Oversight control* secure_y(to|must|will|should|would|shall~2)
10176 Country Breakup breakup break*_y(up~2)_y(country|territory|zone*|area*|land*|syria*|palestin*|israel*|macedon*|kosov*|congo*|burund*~5)
10177 Decentralization/Devolution devol* decentral* centrali*_y(less~2)
10178 Democratize/Democratization democratis* democratiz* democracy_y(bring*|install*~5)
10179 Deregulate deregul* regul*_y(less*|fewer*|reduce*|remov*~5) rules_y(less*|fewer*|reduce*|remov*~5)
10180 Elections election* elect elects electing polling cross*_y(mak*|made~5)
10181 Enforce enforc* implement* carr*_y(out~2) effect_y(in~2)_y(put*|set*~5)
10182 Governance/Management governance management handling handle* manage manages managed govern governs governed
10183 Impose/Dictate impos* force*_y(upon~5) dictate* dictating
10184 Inauguration/Take Office inaugur* office_y(tak*|assum*|ascend*~5) swear*_y(in~2) sworn_y(in~2) swear*_y(office&into~5)_n(in~2) sworn*_y(office&into~5)_n(in~2)
10185 Land Reform/Land Ownership/Land Allocation land_y(reform*|ownership|allocat*|distribut*|reallocat*~5)
10186 Mismanagement/Bad Governance/Government Failure mismanag* mishandl* manage*_y(bad*|fail*~5) handl*_y(bad*|fail*~5) govern*_y(bad*|fail*~5)
10187 Misuse of Power power*_y(misus*|abus*~5) office_y(misus*|abus*~5)
10188 Order/Command order_n(in~2)_y(restor*|bring*|breakdown*|disrupt*|law|maintain*|creat*|uphold*|hav*|be~5) orders ordered ordering command commands commanded commanding prescri* writ
10189 Permit/Allow/Legalize/License permi* allow*_n(not|longer~2) legalis* legaliz* license*
10190 Referendum referend* direct_y(democra*|vot*~2)_n(elect*~10) people_y(vot*|deci*~2)_n(elect*~10)
10191 Reform reform*
10192 Regime Change chang*_y(government|regime|elite*|leader*~5) replac*_y(government|regime|elite*|leader*~5) different*_y(government|regime|elite*|leader*~5) new_y(regime~2)
10193 Regime Collapse collaps*_y(government|regime|elite*|leader*~5) breakdown*_y(government|regime|elite*|leader*~5) downfall_y(government|regime|elite*|leader*~5) fall*_y(regime~2)
10194 Repression repress* muffl* restrain_n(themselves~2) stifl* oppress* free*_y(no|not|neither|nor|never|never~5)_n(prison*|inmat*|arrest*|captiv*|hostag*|kidnap*~10) structural_y(viol*~2)
10195 Resign/Resignation/Abdicate resign* abdicat* step*_y(down~2)
10196 Resisting/Resistance/Resilience resist* defian* defy defie* resili*
10197 Restore Government Control control_y(government|central|state*~5)_y(restor*|regain*|gain*|bring*~10)
10198 State Building build*_y(state|nation~5)
10199 Submission NOT Submit Document submission submit*_y(to|under~2)
10200 Suppression/Crackdown suppress* subdue* supprimand* quell* subjug* crackdown* crack*_y(down~5)
10201 Take To Account/Hold Accountable/Hold Responsible accountab*_y(hold*|held*|to~5) accountability_n(hold*|held*|to~5)
10202 Watchdog/Control Function watchdog* watch_y(dog~2) control_y(function*|task*|role*~5)
10203 Crime crime*_n(organi*|network*~5) criminal_y(act*|behav*|offen*~5) felony offense_y(capital*|federal*~5)
10204 Hate Crimes/Pogrome crim*_y(hate|racist*~2) pogrom*
10205 Hijack hijack* captur*_y(plane|aircraft|airplane|train|bus|car|ship|boat|vessel~5) control_y(tak*|seiz*~2)_y(plane|aircraft|airplane|train|bus|car|ship|boat|vessel~5)
10206 Organized Crime crime*_y(organi*|network*~5) criminal_y(organi*|network*~5)
10207 Prisoner Exchange exchang*_y(prisoner*|captiv*|inmat*|arrest*|pow|hostag*~5)
10208 Violation violation_n(sex*~5) breach* infring*
10209 Aggression aggress* belligeren* hostil* bellicos*
10210 Battle battle battles
10211 Capture capture captures capturing arrest arrests arresting captured_y(soldier*|fighter*|men|man|journalist*|tourist*|traveler*|hostage*~5)
10212 Conquer conquer* conquest tak*_y(in~2) took_y(in~2) seize*_n(power*|governm*|rule*~5) control*_y(tak*|assum*|took~2)
10213 Counterstrike counterattack* counterstrike* counteroffens* countermov* retaliatory_y(strik*|attack*|offens*|campaig*|violenc*|operat*~2)
10214 Defense defen*_n(court*|lawy*|prosecu*|judg*|sentenc*~10) protect* guard_n(security*|stand*|stood*|national*|to|they|we|you~2) shield protection
10215 Ground Offensive/Ground Forces ground_y(forc*|troup*|troop*|attack*|counter*|offensiv*|boots*~5) land*_y(forc*|troup*|troop*|attack*|counter*|offensiv*|boots*~5)
10216 Invasion invasio* invad* enter*_y(into~2)_y(forc*|troup*|troop*|attack*|counter*|offensiv*|milit*|tank*|armor*|armed*|arms~5) incurs* advanc*_y(into~2)_y(forc*|troup*|troop*|attack*|counter*|offensiv*|milit*|tank*|armor*|armed*|arms~5) march*_y(into~2)_y(forc*|troup*|troop*|attack*|counter*|offensiv*|milit*|tank*|armor*|armed*|arms~5) cross*_y(into~2)_y(forc*|troup*|troop*|attack*|counter*|offensiv*|milit*|tank*|armor*|armed*|arms~5) trespass*_y(forc*|troup*|troop*|attack*|counter*|offensiv*|milit*|tank*|armor*|armed*|arms~5)
10217 Liberate/Liberation liberat* free_y(set*~5)
10218 Militarization/Militarize militariz* militaris*
10219 Military Intervention interven*_y(militar*|armed|army|armies|forces|troops~5) send*_y(*to&(militar*|armed|army|armies|forces|troops)~5)
10220 Mobilization mobiliz* mobilis* call*_y((up|arms)&to~5)
10221 No Fly Zone fly_y(no*|zone*~2)
10222 Operation/Campaign (Military) campaign*_y(milit*|border|fight*|invasion|invade*|forc*|army|armies|soldier*|unit*|division*~5) operation_y(milit*|border|fight*|invasion|invade*|forc*|army|armies|soldier*|unit*|division*~5) activit*_y(milit*|fight*|forc*|army|armies|soldier*|unit*|division*~5) maneuv*_n(into~2) maneuv*_y(milit*|border|fight*|invasion|invade*|forc*|army|armies|soldier*|unit*|division*~5)
10223 Preemptive Strike/Preemption preempt* before_y(they~2)_y(strike*|hit*|attack~5)
10224 Recruitment(Military)/Enlist recruit* enlist* sign*_y(up~2)_y(soldier*|militar*|fight*|defend*|forc*|army~10)
10225 Terrorism terror terrorism terrorist* terrorise* terrorising terrorize* terrorizing
10226 To Defeat defeating defeats_n(multiple|many|few|several|the~5) defeat_y(can|may|might|shall|should|must|to~2) defeated_y(have|we|they|forces|troops|armies|military~2)
10227 De-Escalation deescalat* escalat*_y(de~5)
10228 Demilitarisation demilitari*
10229 Disarming disarm*_n(welcom*|hospitab*|smil*|bomb*|explos*|warh*|securit*|safet*~5)
10230 Pacification pacify* pacifica* pacifie* peace*_y(bring*|brought*|enabl*|enforc*|mak*|made~5)
10231 Peacebuilding peacebuild* peace_y(build*|creat*|enabl*|lead*|toward*~5)
10232 Peacekeeping peacekeep* peace_y(keep*|kept*|maintain*|preserv*|uphold*|upheld|sustain*~5)
10233 Arms Embargo/Arms Control arms_y(control*|ban*|embargo*|sanction*|limit*~5) weapon*_y(control*|ban*|embargo*|sanction*|limit*~5)
10234 Arrest/Arrested arrest* apprehend* imprison* incarcer* prison_y(in|into|to~2)_y(put*|send*|sent~5) lock*_y(up~2) custody_y(tak*|took|in|into~5)
10235 Boycott boycott* bds
10236 Collective Punishment punish*_y(collective*|all|entire|people|neighborh*|famil*~5)
10237 Criminal Prosecution/Punishment crim*_y(punish*|justic*|trial*|sentenc*|charge*~5) capital_y(punish*~2) prosecut* charged_y(with~2)
10238 Freezing Assets freez*_y(asset*|account*|hold*|wealth*|money|monies~5) frozen_y(asset*|account*|hold*|wealth*|money|monies~5) block*_y(asset*|account*|hold*|wealth*|money|monies~5) withhold* withheld*
10239 Oil Embargo oil_y(embargo*|sanction*~5) petrol*_y(embargo*|sanction*~5)
10240 Pressure pressur* press_y(to|for~2) pressing
10241 Release/Released(From A Jail) releas*_y(prison*|hostag*|kidnap*|abduct*|held*|custod*|arrest*|jail*|captiv*|captur*|offend*~10) set*_y(free~5)
10242 Sanctions/Embargo/Trade Blockade sanction* embargo* trade*_y(limit*|ban*|block*|war*|restric*~5)
10243 Suspend suspend* suspension temporar*_y(out~2)_y(effect|force|power~5)
10244 Travel Restrictions travel_y(limit*|ban*|block*|war*|restric*|embargo*|sanction*~5) visa_y(withhold*|block|cancel*|limit*~5) expel* non_y(persona&grata~2)
10245 Riot/Civil Unrest riot* civil_y(unrest*|disorder*~2) uproar* rampage* turmoil* upheav* tumult* outcr* disobedien*_y(civil*|public*~5)
10246 Capacity Building/Capacity Development/Learn How To capacit*_y(build*|develop*|obtain*|acqui*~5) capabilit*_y(build*|develop*|obtain*|acqui*~5) how_y(to~2)_y(learn*~5)
10247 Coordinate/Coordination coordinat*
10248 Coup/Takeover/Overthrow/Oust coup_y(etat|militar*|civil*|palac*|stag*~5) palac*_y(revol*~5) takeover seiz*_y(power*|governm*|rule*~5) grab*_y(power*|governm*|rule*~5) putsch* overthrow
10249 Exchange exchang*_n(prisoner*|captiv*|inmat*|arrest*|pow|hostag*~5)
10250 Join/Participate/Partake/Engagement/Involvement join joined joins participa* partak* part_y(be|are|were|being|becom*~2) involv* engagement* accession* acced* affiliat*
10251 Meet/Convene/Gather/Meeting/Gathering meet* met convene* convening convent gather*
10252 Sign/Signature signature signed signs_n(the|all|many|most|few|no|for|point*~5) sign_y(to|will|may|must|can|not|t|cannot~2)
10253 Summit Meeting summit* heads_y(meet*|conven*|gather*~5) presidents_y(meet*|conven*|gather*~5) ministers_y(meet*|conven*|gather*~5)
10254 Inquiry/Parliamentary Inquiry inquiry parliament*_y(committee~2)_y(investigat*~5) parliament*_y(hearing~5)
10255 Reconciliation reconcil* rapprochement mak*_y(peace~5)
10256 Agree/Agreement/Consent/Consensus (NOT: The Agreement As Contract) agree_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) agrees_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) agreed_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) agreeing_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) agreement_y(in|is|wide*|universal*|general*~5)_n(an|the~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) consent*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) consens*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10257 Compromise (NOT Compromised, To Compromise) compromise_n(may|might|will|can|should|to|not~2) compromises_n(may|might|will|can|should|to|not~2)
10258 Conspiracy conspir* schem*_y(secret*|veiled*|crook*~5) plot*_y(secret*|veiled*|crook*~5)
10259 Deal/Horsetrade deal_y(a|the~5) horsetrade* trad*_y(horse*~2)
10260 Disagree/Be Of Different Opinion/Dissent disagree*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) dissent*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) different_y(opinion*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) agree*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) consens*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) consent*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) diverg*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10261 Oppose/Be Against oppose*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) opposing_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) against_y(be|am|is|are|were|was|been|vote*|argu*|speak*|spoke~5)
10262 Extortion/Blackmail extort* blackmail* money_y(shush|hush|tut~5)
10263 Theft/Looting/Plunder loot* plunder* booty pillag* ransack*
10264 Weapons Smuggle traffick*_y(weapon*|*arms~5) smuggl*_y(weapon*|*arms*~5) gunrun* run*_y(weapon*|*arms*~5)
10265 Blockade/Cut Off blockad* block*_y(road*|access*|port*|border*|street*~5) cut*_y(off~2)
10266 Crowdfunding crowdfund* crowdfinanc*
10267 Modernization moderniz* modernis*
10268 Proliferation (NOT News) prolifer* spread*_n(news*|infor*|knowl*|rumor*|pictur*|imag*|report*|articl*|claim*|alleg*~10) dissemin*_n(news*|infor*|knowl*|rumor*|pictur*|imag*|report*|articl*|claim*|alleg*~10)
10269 Demand for (As in Supply/Demand) demand_y(for|high|in|constant~2)
10270 Donor donor* moneygiver* moneylender* money_y(lender*|giver*~2) fund funding funds
10271 Emergency Relief emergency_y(relief*|aid*|help~5)
10272 International Monetary Relief: Debt Relief etc monetary_y(relief|aid|help|assist*|facility|facilities~2) debt_y(relief|aid|help|assist*~2)
10273 Media Support/Media Assistance media_y(support*|assist*|help*|aid*~5)
10274 Provide/Supply/Give/Hand Over/Pay provide* give*_y(to~2) gave*_y(to~2) hand*_y(over~2) pay*_n(respect~2) supply_n(of~2) supplies_n(of~2) supplier supplied
10275 Receive/Be Paid receiv* paid_y(be|been|was|are|being~5) obtain* get*_y(money|payment*~2)
10276 Return/Give Back NOT Return to return*_n(to|right*~5) giv*_y(back~2) gave_y(back~2)
10277 Sales/Sell sale sales sell sells selling sold seller vendor
10278 Exploit/Exploitation (NOT Sexual) exploit*_n(sex*|women|women|child*~5)
10279 Abolish/Disband/Dissolve aboli* disband* dissolv*
10280 Avoidance/Prevention avoid* prevent* avert* forestall* ward*_y(off~2)
10281 Drive/Accelerate driv*_n(toward|car|bus|road~20) accelerat* press*_y(ahead|forward~5) push*_y(ahead|forward|on~5)
10282 Escalation(Military) escalate* escalating step*_y(up~2)_y(violen*|hostili*|fire*|aggress*~5)
10283 Interrupt interrupt*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) interfer*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) disturb*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) imped*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) hold_y(up~2)
10284 Lead To lead*_y(to~2) result*_y(in~2)
10285 Marginalize marginali*
10286 Solution/Solve solut*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) solve_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) solves_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) solved_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) solving_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) overcom*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10287 Transition/Transitional/Transformation transition*_n(justice~2) transform* chang*_y(into~5)
10288 Uphold uphold*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) maintain*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10289 Destroy/Destruction destroy* destruct destruction destructed destructs demolish* dismantl* ruin* devastate devastates devastated_n(is|are|be|were|was~5)
10290 Disappear/Vanish/Go Away/Into the Sea disappear*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) vanish*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) away_y(go|gone|going|goes~2) ceas*_y(exist*|be~5)
10291 Drain/Depletion drain*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) deplet*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) up_y(use|uses|used|using~2)
10292 Hit hit_n(fail*|don*|t|not|never|rarely|neither|nor|no|noone|nobody|nothing~5) hits_n(fail*|don*|t|not|never|rarely|neither|nor|no|noone|nobody|nothing~5) hitting_n(fail*|don*|t|not|never|rarely|neither|nor|no|noone|nobody|nothing~5) strik*_n(fail*|don*|t|not|never|rarely|neither|nor|no|noone|nobody|nothing~5) struck*_n(fail*|don*|t|not|never|rarely|neither|nor|no|noone|nobody|nothing~5)
10293 Neutralize neutraliz* neutralis* nullif*
10294 Remove/Eliminate remov*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) eliminat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) clear*_y(out~5) eras*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10295 Sabotage/Obstruct sabotag* vandali* incapacit* disrupt* throw*_y(wrench*|spanner*~5) put*_y(wrench*|spanner*~5) thwart* obstruct* clog* imped* undermin*
10296 Tear Apart tear*_y(apart|asunder|half|shred*|piece*~5) torn_y(apart|asunder|half|shred*|piece*~5) sever severed severs rip*_y(apart|asunder|half|shred*|piece*~5)
10297 Weaken/Water-Down weaken*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) water*_y(down~2)
10298 Encode/Encrypt/In Code encode* encrypt* code_y(in~2)
10299 Cyber-Attack/Cyberwar/Cyberterrorism/Cyberwarfare/Hacking/Hacked cyber_y(attack*|war*|terror*~2) cyberattack* cyberwar* cyberterror* hack* online_y(attack*|war*|terror*~2)
10300 Abuse abuse* abusing*
10301 Adapt/Adjust/Adaptation adapt* adjust* acclimat* accustom*
10302 Attempt attempt*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) try*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) tries_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) tried_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10303 Bolster/Reinforce bolster*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) reinforc*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) strengthen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10304 Bring Into Line/Gleichschalten into_y(line~2)_y(bring*|brought|forc*~5) gleichschalt*
10305 Change/Modify/Changes chang*_n(into~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) modif*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10306 Coding/Programming coding programming coder programmer writ*_y(code|program*|softwar*~5)
10307 Crash/Accident crash* accident*
10308 Effort effort*_n(no|don|dont|none|nothing|neither|nor|hardly|not|little|low~5) endeavo* struggl*
10309 Emergence/Emerging emerge emerges emerging emerged emergence emergent
10310 Facilitate/Make Easier facilita*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) easier_y(made|mak*~5)
10311 Lose lose lost loses losing loss
10312 Manipulate/Temper manipulat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) temper*_y(with~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10313 Renew/Again/Repeat renew* again repeat* repet* another_y(time~2) once_y(more~2)
10314 Shape/Influence/Affect influenc*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) affect_y(can|will|may|might|must|to~2) affected affects affecting power_y(over~2) shapes_n(all|different|many~5) shaping shape_y(can|will|may|might|must|to~2)
10315 Spillover (of Conflict) spillover spill*_y(over~2) spread*_y(to|into~2)
10316 Tactics/Tactical tactic*
10317 Take Care Of care_y(tak*&of~2)
10318 Win/Gain win wins won winning winner gain*
10319 Create/Setup create* creating setup set*_y(up~2) founder founds founded founding foundation_y(of~2)
10320 Erecting/Building build* construct* erect*
10321 Establish/Consolidate establish* consolidat*
10322 Rebuild/Restore rebuil* restor* repair* reconstruct*
10323 (Forced) Prostitution prostit* whor* hooker* brothel* sex*_y(work*|slav*~5)
10324 Kidnapping/Abduction kidnapp* abduct*
10325 War Crimes war_y(crim*~5) crime*_y(humanity~5)
10326 Coexistence/Cohabitation/Symbiosis coexist* cohabit* symbio* together_y(liv*|exist*~2)
10327 Deportation deport* displac* oust* exil* expel* banish*
10328 Evacuation evac* pull*_y(out~2) vacate*
10329 Exclude/Exclusive/Exclusion exclu*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) lock*_y(out~2) disenfranchis*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10330 Flee/Escape/Take Refuge flee flees fleeing escap*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) refuge_y(tak*|took|find*~5)
10331 Immigrate/Immigrant/Come Into/Come to immigr* come*_y(to|into~2)_y(people|famil*|victim*|dozen*|hundred*|thousand*~10) coming_y(to|into~2)_y(people|famil*|victim*|dozen*|hundred*|thousand*~10) came_y(to|into~2)_y(people|famil*|victim*|dozen*|hundred*|thousand*~10)
10332 Repatriation/Repatriate/Return (not things) repatri* return*_y(to~5)_y(people|famil*|victim*|dozen*|hundred*|thousand*~10)
10333 Resettlement resettl* mov*_y(settlem*~5)
10334 Uprooting uproot*
10335 Healing/Pain Relief NOT Emergency Relief relief_y(pain*|injur*|wound*~2) reliev*_y(pain*|injur*|wound*~2) heal* reconvalesc* mend*
10336 Humanitarian Intervention interven*_y(humanitarian~5)
10337 Nursing/Give Care/Caregivers/Nurses nurs* caregiv* care_y(giv*|gav*|patient*|wounded*|sick*|victim*|~5)
10338 Rescue rescu*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10339 Air Strikes air_y(campaig*|offensiv*|attack*|strike*|operat*|bomb*~5) arial_y(campaig*|offensiv*|attack*|strike*|operat*|bomb*~5) plane*_y(campaig*|offensiv*|attack*|strike*|operat*|bomb*~5)
10340 Attack/Offensive offensive_y(milit*|arm*|air*|ground*|sea*|weapon*|advanc*|retre*|against|renewed|new~5) attack* combat* assaul* ambush*
10341 Military Violence violen*_y(militar*|army*|soldier*|troop*~5)
10342 Nuclear Strike nuclear_y(attack*|strike*|bomb*|warhead*|missil*|rocket*~5) atomic_y(attack*|strike*|bomb*|warhead*|missil*|rocket*~5)
10343 Rocket Attack/Rocket Fire rocket*_y(attack*|strike*|fire*|hail*|rain*~5) missile*_y(attack*|strike*|fire*|hail*|rain*~5) warhead*_y(attack*|strike*|fire*|hail*|rain*~5)
10344 Arson Attack arson*_y(attack*~5) arson*_n(attack*|crim*|polic*|forest*~5) fire*_y(bomb*~2) firebomb* incendi*_y(bomb*~5)
10345 Bloodshed bloodshed blood*_y(shed*|spil*~5)
10346 Detonation/Explosion detona* explod* blast* explosion explosive*_y(charg*|off|trigger|ignit*~5)
10347 Ethnic Cleansing cleans*_y(ethnic*|minorit*~5)
10348 Ethnic Violence ethni*_y(violen*|attack*~5) minorit*_y(violen*|attack*~5)
10349 Execution/Decapitation executed_n(plan|agend*|protocol*|procedur*|everything|it~5) decapitat* hanged lynch* behead* electrocut* guillotin* electric*_y(chair*~2) lethal*_y(inject*~5) squad*_y(firing*|death*~2) against_y(wall&put~5)
10350 Fighting fight* combat combats combating combated skirmi* melee*
10351 Fire/Shoot shoot* shot* fire*_y(weap*|gun*|rifl*|snip*|rocket*|cannon*|artil*|shell*|open~5) gunfir* weaponfir* rocketfir* cannonfir* artilleryfir* shellfir* barrage
10352 Genocide genocid* annihil*_y(people|race~5) extermin*_y(people|race~5)
10353 Human Shields human*_y(shield*~5) behind_y(hid*~2)_y(human*|civilian*~5)
10354 Kill/Killed kill kills killing*_n(targeted~2) killed*_n(was|were|been|be~5)
10355 Mass Murder mass_y(murder*|killing*~2) wholesale_y(murder*~2)
10356 Massacre massacr* onslaught bloodbath carnage
10357 Miss miss_y(shot*|fire*|rocket*|shell*|attack*|objective*|aim*|target*|goal*~5) misses_y(shot*|fire*|rocket*|shell*|attack*|objective*|aim*|target*|goal*~5) missed_y(shot*|fire*|rocket*|shell*|attack*|objective*|aim*|target*|goal*~5) missing_y(shot*|fire*|rocket*|shell*|attack*|objective*|aim*|target*|goal*~5) hit_y(fail*|don*|t|not|never|rarely|neither|nor|no|noone|nobody|nothing~5) hits_y(fail*|don*|t|not|never|rarely|neither|nor|no|noone|nobody|nothing~5) hitting_y(fail*|don*|t|not|never|rarely|neither|nor|no|noone|nobody|nothing~5) strik*_y(fail*|don*|t|not|never|rarely|neither|nor|no|noone|nobody|nothing~5) struck*_y(fail*|don*|t|not|never|rarely|neither|nor|no|noone|nobody|nothing~5) injur*_y(fail*|don*|t|not|never|rarely|neither|nor|no|noone|nobody~5) hurt_y(fail*|don*|t|not|never|rarely|neither|nor|no|noone|nobody~5) kill*_y(fail*|don*|t|not|never|rarely|neither|nor|no|noone|nobody~5) open_y(area*|field*|countr*~2)_y(fall*|fell*|hit*|strik*|struck*|expl*|deton*~5) awry
10358 Murder/Assassinate murder* assassin* liquidat* killing*_y(targeted~2)
10359 Raid raid* sweep* maraud*
10360 Rape rape raped raping rapist defil* sex*_y(viol*|attack*|abus*|assaul*|crim*|force|forced|forcing|exploit*~5) virginity_y(test*~5)
10361 Sacrifice sacrific*
10362 Self-Defense defen*_y(*self|*selves~5)
10363 Self-Immolation immol*_y(self~5) set*_y((*self|*selves)&fire~5) burn*_y(*self|*selves~5)_y(alive|death~10)
10364 Settler Violence/Harrassment settler_y(violen*|threat*|intimid*~5)_n(against~2)
10365 Stone Throwing stone*_y(throw*|hurl*~2)
10366 Suicide suicide_n(attack*|bomb*|terror*|mission*~5)
10367 Suicide Bombing/Suicide Bomber suicide_y(attack*|bomb*|terror*|mission*~5)
10368 Target/Targeting target* aimed_y(at~5) aim_y(tak*|took~5) bull*_y(eye~2) crosshair* at_y(shoot|shot|fire~2)
10369 Torture tortur* maltreat* mistreat* abus*_y(physic*|viol*~5) torment* beat*_y(up~2) sleep*_y(depriv*~5) waterboard* whip* clubb* flay* electroshock* electr*_y(shock*~5)
10370 Violence violen*
10371 Violence against Journalists against_y(media|journalis*~2)_y(violen*|threat*|intimid*~5)
10372 Adjacent/Neighboring adjac*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) adjoin*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) neighbor* neighbour*
10373 Country-Wide/Nation-Wide/National/Federal countrywide* nationwide* wide_y(country|nation~2) national federal
10374 Far/Distant far_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) faraway_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) distant*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) remote*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) near_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) nearby*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) close_y(no|don|dont|none|nothing|neither|nor|hardly|not|to|will|can|must|shall|should~5) closeby*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) corner_y(around~5)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10375 Inside inside_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) within_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) outside_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10376 International/Interstate international*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) interstate* inter_y(state~2) transborder trans_y(border~2)
10377 Intrastate/Domestic intrastate intranational* intra_y(state|national*~2) domestic*
10378 Near/Closeby near_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) nearby*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) close_n(no|don|dont|none|nothing|neither|nor|hardly|not|to|will|can|must|shall|should~5) closeby*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) proxim*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) corner_y(around~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) far_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) faraway_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) distant*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) remote*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10379 Outside inside_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) within_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) outside_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10380 Before/Prior to before_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) prior_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) previous*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) preced*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) advance_y(in~2) prelud*
10381 Durable/Permanent/Long-Lived durabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) permanen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) long_y(liv*|lif*|term~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) lasting*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10382 Final/Last final_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) last_y(the~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10383 Fleeting/Short-Lived fleeting*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)short_y(liv*|lif*|term~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) transien*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10384 Initial/First initial_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) first_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10385 New new_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)_s(s)
10386 Not Too Early too_y(early&n*~2)
10387 Not Too Late too_y(late&n*~2)
10388 Old (Not: Old People) old_n(people~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10389 Postwar/Postconflict postwar* postconflict* post_y(war|conflict~2) after_y(war|conflict~5)
10390 Prewar/Preconflict prewar* preconflict* pre_y(war|conflict~2) before_y(war|conflict~5)
10391 Quickly/Fast quick*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fast_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) rapid*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) speedy_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) speedily_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) without_y(delay*~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10392 Realtime/Live/Sychronous/Speed realtime real_y(time~2) live_y(cover*|action*|report*|connect*~5) synchron*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) speed_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10393 Slow Down/Delay/Postpone slow*_y(down~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) delay*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) postpon*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10394 Slowly/Eventually slow*_n(down~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) eventual*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10395 Speed Up/Accelerate speed*_y(up|increas*~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) acceler*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10396 Temporary/Provisional/Limited-Time temporar*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) provisional*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) limited_y(time~2) interim
10397 Timely/Timeliness timely_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) timeli*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) time_y(in~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10398 Too Early early_y(too~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10399 Too Late late_y(too~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) too_y(long~2)
10400 Urgent urgent*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) pressing*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) needed_y(much|very~5)*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) high*_y(time~2)
10401 Creative/Respourceful/Original/Unconventional creativ*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) inventiv*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) resourceful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) original*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unconventional*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) conventional*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)_n(weapon*|arm*|ammuni*~5) innovativ*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) pioneer*
10402 Uncreative/Common/Usual/Conventional (NOT Weapons) uncreative*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) usual_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) creativ*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) inventiv*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) resourceful*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) original*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) unconventional*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) conventional*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)_n(weapon*|arm*|ammuni*~5) common_y(the|my|your|his|her|our|their~2)_y(solution*|approach*|way~5) always_y(as|like~2) always_y(same~10) innovativ*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10403 Accidental/Unintended accident*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) errant*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) erroneous*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) deliberate*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) intention*_y(without~5) intentional*_n(without~5) purpose_y(on~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) premeditat*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) unpremeditated_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) willful*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) unintended*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) intended_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10404 Crude/Basic/Rudimentary crude*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) basic*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) rudimentar*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) primitiv*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) makeshift*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) bare_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) complex*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) sophisticat*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) advanced*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) elaborat*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) tech*_y(low|lo~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10405 Deliberate/Premeditated deliberate*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) intention*_y(with~5) intentional*_n(with~5) purpose_y(on~2) premeditat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) willful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) blood*_y(cold~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) intended_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) accident*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10406 Predestined/Preordained/Destiny/Promised (NOT X promised) predestin*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) preordain*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) preordina*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) destiny_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) promised_y(god|lord|allah|was|is|been~5)
10407 Convinced/Certainty certain*_n(no|not|cannot|lack*|insuff*|need*~5) confiden*_n(no|not|cannot|lack*|insuff*|need*~5) doubt_y(no|not|cannot|beyond~5)_n(no|not|cannot|lack*|insuff*|need*~5)
10408 Implausible/Unbelievable/Non-Credible implausibl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) incredibl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unbelievabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) inconceivabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) plausibl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) credibl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) believabl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) conceivable*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) far_y(fetched~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) farfetched_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10409 Plausible/Believable/Credible plausibl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) credibl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) believabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) conceivable*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) implausibl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) inconceivabl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) far_y(fetched~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) farfetched_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10410 Skeptical/Doubt/Suspicious/to Question skeptic*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) doubt*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) suspic*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) unconvinc*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) convinc*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) question_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) questions_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) questioning_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) hesitat*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) falter*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10411 Antiquated/Outdated/Medieval antiquat*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) outdate*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) medieval*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) obsolet*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) anachronist*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) fashion*_y(old~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) of_y(out&date~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10412 Daredevil/Recklessness daredevil* daring*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) reckless*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) audac*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) irresponsib*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10413 Idealistic idealist*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) romantic*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unrealist*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) utopi*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) illusio*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) illuso*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10414 Irrational/Crazy insan*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) irration*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) craz*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) illogical*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unreasonabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unsound*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) sane_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) rational*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) logical*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) sensible*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) sanity*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) reasonabl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) right_y(mind~2)_y(no|nobody|noone|none|nothing|neither|nor|hardly|not~5) sound_y(is|are|were|be|been~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) delu*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10415 Megalomania megaloman*
10416 Modern modern*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) contemporar*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10417 Open-Minded open_y(mind*~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) open_y(to~2)_y(suggestion*|idea*|plan*|propos*|compromis*|negotiat*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) receptiv*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10418 Rational/Sane sane_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) rational*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) logical*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) sensible*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) sanity*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) reasonabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) right_y(mind~2)_n(no|nobody|noone|none|nothing|neither|nor|hardly|not~5) sound_y(is|are|were|be|been~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) realist*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10419 Smart/Intelligent smart*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) intelligent*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) ingenious*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) ingeniui*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) brillian*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) canny*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) wise_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) wisely_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) wisdom*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) farsight*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) intelligence_y(high*|superior*~2)_y(with|of~5)_n(officer*|service*|brief*|report*|agen*~5) dumb*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) stupid*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10420 Nuanced/Differentiate nuance*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) differentiat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fine_y(grain~2) detailed*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10421 Serious/Severe/Earnest/Sincere serious*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) severe*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) earnest*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) sincer*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) heartfelt*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) real_y(for|is|are|were|been|be~2) talk_y(straight*|plain*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) joke_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) joking*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10422 Dramatic/Drama dramatic*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) drama
10423 Entertainment/Escapism entertain* escapis* break_y(a~2)_y(real*|everyday*|situation~5) face_y((not|instead)&(real*|everyday*|situation)~5) faces_y((not|instead)&(real*|everyday*|situation)~5) faced_y((not|instead)&(real*|everyday*|situation)~5) facing_y((not|instead)&(real*|everyday*|situation)~5) escap*_y(real*|everyday*|situation~5)
10424 Funny/Ridiculous/Comic/Comedy fun_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) funny_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) funnily*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) ridicul*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) comic_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) comical_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) comed*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) hilari*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) laughabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) bizarr*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) ludicr*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10425 Satire/Comedy satir* comedy comedi* caricat*
10426 Sensational/Sensationalism/Boulevard/Tabloid sensational* tabloid* boulevard*_y(paper*|writ*|news*~5)
10427 Sockpuppet/Fake Account/Propaganda Account sockpuppet* sock_y(puppet~2) account*_y(fake|propaganda~5)
10428 Spam/Splog/Spamming/Twitterbot spam* splog twitterbot* emailbot*
10429 Tragic/Tragedy tragic*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) tragedy calamit*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) misfortun*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10430 Undercover/Covert covert*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) undercover*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10431 Anonymous/Anonymity anony*_n(hack*|(activ*&(group|netw*|collect*))~5)
10432 Authentic authent*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fake*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) fabricat*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10433 Certain/Ascertained/Confirmed certain*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) ascertain*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) confirmed_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) confirmation_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) certifi*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) verif*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10434 Confirm/Corroborate/Certify confirm_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) confirms_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) confirming_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) corroborat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) mak*_y(sure|certain~2)*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10435 Disconfirm/Invalidate disconfirm*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) invalidat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10436 False/Fake/Incorrect/Untrue preten*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) decei*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fake_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) faked_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) faking_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) feint_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) false*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) untrue*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) incorrect*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10437 Impossible impossib*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) possib*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) viabl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10438 Insincere/Pretense insincer*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) lightly_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) joke*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) joking*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) phony*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) phonily_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) serious*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) severe*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) earnest*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) sincer*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) heartfelt*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10439 Likely likely_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) probably_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10440 Official official*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10441 Possible/Might/May possib*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) impossib*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) might_n(with|the~5) might_y(be|become|turn~2) may_n(in|by|before~5) may_y(be|become|turn~2) maybe viabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10442 Proof/Demonstrate proof*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) prove*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) demonstrate*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) doubt*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10443 Secret/Classified secret*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)_n(state~3)_n(general~1)_s(ar*) classified*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) covert*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) undercover*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) restrict*_y(report*|infor*|news*|brief*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10444 Suspicious/Fishy NOT distrustful suspic*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fishy_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) questionabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) dubious*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10445 True/Truth/Correct/In Reality true_n(no|not~5) truth accura*
10446 Uncertain/Uncertainty uncertain*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) certain*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) ascertain*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) certif*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10447 Unconfirmed/Unverified confirm_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) unconfirm*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) corrobor*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) uncorrobor*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) verif*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) unverif*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10448 Unlikely unlikely_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) likely*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) improbabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) probabl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10449 Unofficial inofficial*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unofficial*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) official*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10450 Ambiguous/Ambiguity ambigu*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10451 Explicit/Literal/Expressly explicit*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) explicate*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) expressed*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) literal*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unambiguous*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) outspoken*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) ambiguous*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) definite*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) manifest_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) manifestly_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10452 Implicit/Latent/Tacit/Implied/Unspoken implicit*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) implie*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) imply*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) laten*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) tacit_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) explicit*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) explicate*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) expressed*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) definite*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) manifest_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) manifestly_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10453 Important/Essential/Vital important_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) essential_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) vital_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10454 Main/Key/Most Important main_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) key_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) important_y(most~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) primary*_n(no|don|dont|none|nothing|neither|nor|hardly|not|school~5) foremost priorit*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10455 Mysterious/Opaque/Unclear/Intransparent/Obscure opaque*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) opacit*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) obscur*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) intransparen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) transpar*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) unclear*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) myster*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) clear_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) clarity_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) obvious*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) perceptibl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) evident*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) overt*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) visibl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10456 Transparent/Clear transpar*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) clear_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) clarity_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) obvious*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) perceptibl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unmistakabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) evident*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) glaring*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) the_y(in&open~2) visibl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) undeniabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) myster*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) unequivocal*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10457 Unimportant/Dispensible unimportant_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) important_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) essential_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) vital_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) dispensab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10458 Bad/Negative bad*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) negative*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) awful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) lousy*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) dreadful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) good*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) unfortunat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fortunat*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) miserabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10459 Better/Improved/Improvement better*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) improve*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) upgrad*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) enhance*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) alleviat*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10460 Foolish/Dumb dumb*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) foolish*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) stupid*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) naiv*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) silly*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) shortsight*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10461 Positive/Good (NOT The Good Ones) good*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) great*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)_n(britain~2) excellent*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) wonderful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fortunate*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) lucky*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) positive*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) bad*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10462 Unworthy/Worthless/Inferior unworth*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) worthless*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) irrelevan*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) valuabl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) worthy*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) qualified*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) precious*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) relevant*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10463 Worse/Deteriorated/Deterioration/Exacerbate worse*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) deterior*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) downgrad*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) degrad*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) exacerbat*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10464 Worthy/Qualified/Valuable valuabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) worthy*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) qualified*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) precious*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) relevant*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10465 Advanced/Highly-Developed sophisticat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) elaborate_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) elaborately_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) refined*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) highly_y(developed~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) simple_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) simply*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) easy_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) tech*_y(high|hi~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) complex_y(strateg*|setup*|plan*|system*|mechanism*|negotiation*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10466 Salient/Prominent/Exalted salient_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) salience_y(high*|exalt*~5) prominen*_n(no|don|dont|none|nothing|neither|nor|hardly|not|low*~5) exalt*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) outstand*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10467 Metropolitan/Big Cities/Urban (as Identity Category) metropolitan_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) urban*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) cities_y(in~5)
10468 Provincial/Periphery/Outbackers provincial_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) periphery_y(the~2)_y(in~5) outback*_y(in~5) countryside_y(on|in~5) rural_y(in~5)
10469 Determined/Determination determined*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) determination_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10470 Irresponsive/Insensitive irresponsiv*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) insensitiv*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) responsiv*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) sensitiv*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10471 Motivated motivated*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) eager*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) keen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) willing*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) ready_y(to~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) prepared_y(to~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10472 Reluctant/Reluctance reluctan*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) hesita*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) wary_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) wari*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unwill*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) willing*_y(no|neither|nor|hardly|not~5) want*_y(no|neither|nor|hardly|not~5)
10473 Responsive/Sensitive responsiv*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) sensitiv*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10474 Cynicism/Depoliticization/Disengagement (from Politics/Public Affairs) cynic*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) depolitic*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unpolitic*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) disengage*_y(from~2)_y(public|politc*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10475 Demoralized/Demoralization demoral*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) morale_y(low*|bad*~5)
10476 Aloof/Out Of Touch aloof touch_y((out&of)|not|in~5) disconnect*_y(real*|people*|ground*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10477 Malicious malic*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) malevol*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) mischie*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) vicious*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) venom*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) poison*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10478 Revisionist/Revisionism revisionis*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) irredent*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10479 Dissident dissiden*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) nonconform*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) conform*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10480 Feedback/Likes/Liking/Mentions feedback like_y(post|comment|facebook|online|network~20) likes_y(post|comment|facebook|online|network~20) liked_y(post|comment|facebook|online|network~20) mention*_y(twitter|tweet*|weibo|*blog|post|comment~20)
10481 Follow Friday/FF/ff/Trend/Trending ff trend*_y(twitter|tweet*|weibo|facebook|*blog|post|comment|topic|media|network*~20) follow_y(friday~2)
10482 Lack Of Publicity/Silence/Omission silenc*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) omiss*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) omitt*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) publicit*_y(lack*|no|don|dont|none|hardly|little|scarce*|scant~5) invisibilit*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) visibility*_y(lack*|no|don|dont|none|hardly|little|scarce*|scant~5) media_y(attention*|hype*|focus*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) the*_y((below|off)&radar~2)
10483 Populism/Populist populis*
10484 Private private*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) public*_y(no|don|dont|none|nothing|neither|nor|hardly|not~2)
10485 Public/Publish/Make Public public*_n(european|israel*|palest*|egypt*|jordan*|leban*|syria*|iraq*|iran*|turk*|kurd*|eu|burundi|rwand*|tanzan*|ugand*|congo*|sudan*|car|angol*|zambi*|au|african|macedon*|gree*|alban*|kosov*|montenegr*|serb*|bulgar*|german*|french|franc*|dutch*|polis*|polan*|dutch*|netherl*|swed*|russ*|us|americ*~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) secret*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)_s(ar*) private*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) publish*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) the_y(in&open~2)
10486 Publicity publicit* public_y(attention*|focus*|concern*~5) visibility media_y(attention*|hype*|focus*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10487 Glory/Glorious/Celebrated glor*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) celebrated_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) grandeur*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10488 Popular/Loved/Desired popular*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) desired*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) loved*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) want*_y(people|everybody|everyone|most|majority|((proportion|share)&of)~10)_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) prefer_y(people|everybody|everyone|most|majority|((proportion|share)&of)~10)_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) desire_y(people|everybody|everyone|most|majority|((proportion|share)&of)~10)_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) love_y(people|everybody|everyone|most|majority|((proportion|share)&of)~10)_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) wish_y(people|everybody|everyone|most|majority|((proportion|share)&of)~10)_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10489 Unpopular/Resented/Undesired unpopular*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) popular*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) undesired*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) desired*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) unloved*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) loved*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) want*_y(people|everybody|everyone|most|majority|((proportion|share)&of)~10)_y(dont|no|don|dont|none|nothing|neither|nor|hardly|not~5) desire_y(people|everybody|everyone|most|majority|((proportion|share)&of)~5)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) love_y(people|everybody|everyone|most|majority|((proportion|share)&of)~10)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) wish_y(people|everybody|everyone|most|majority|((proportion|share)&of)~10)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10490 Abhorrent/Outrageous/Barbaric abhorr*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) atrociou*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) barbar*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) despicab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) disgust*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) grues*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) terribl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) heinous*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) horrib*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) inhuman*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) outrageous*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) repulsi*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) revolting*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) savag*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) grotesq*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) horrific*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) appall*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10491 Brutal/Cruel/Merciless merciless*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) mercy*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) merciful*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) pity*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) pitiless*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) remorseless*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) ruthless*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) shameless*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5)
10492 Cowardly courage*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) brave*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) daring*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) dare*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) bold*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) coward*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) timid*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5)
10493 Dishonest/Not Trustworthy/Lie/Liar dishonest*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) honest*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) untruthful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) truthful*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) untrustworth*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) trustworth*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) conscientious*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) trust_y(can&(t|no|don|dont|none|nothing|neither|nor|hardly|not)~5) trust_y(cannot|cant~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) trust_y((worth*|justif*|deserv*)&(no|don|dont|none|nothing|neither|nor|hardly|not)~5) liar*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) lie_y(a|an|the|this|my|your|his|her|their|our~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) lies_y(these|the|my|your|his|her|their|our~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) lied_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10494 Parasitic/Parasite parasit* bloodsuck* bloodlick* leech*
10495 Scapegoat scapegoat* scape_y(goat*~2) blame*_y(on~2)
10496 Courageous/Brave courage*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) brave*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) daring*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) dare*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) bold*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) coward*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) timid*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5)
10497 Bilateral/Multilateral bilateral*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) multilateral*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) unilateral*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10498 Careless/Thoughtless inconsiderate*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) thoughtless*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) careless*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) negligen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) considerate*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) careful*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) care_y(with~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) care_y(without~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) cautio*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) attentive*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10499 Considerate/Careful considerate*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) careful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) care_y(with~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) cautio*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) circumspect*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) attentive*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) sparing*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10500 Mutual/Reciprocal mutual*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) reciproc*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) both_y(sides|parties|groups|factions~5)
10501 No Respect/Disrespect respect*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*~5) digni*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) esteem*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*~5) disrespect*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) undigni*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10502 Respectful/Respect respect*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*~5) digni*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) esteem*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*~5)
10503 Unilateral unilateral*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10504 Guilty/Guilt/Sin guilt*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) sinful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) sin_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) sinner*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) innocen*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10505 Stigmatization/Stigma stigma*
10506 Dignity/Honor digni*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) honor_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) honour_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10507 Discriminated Against discriminated_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) discrimination_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) unequal*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)_y(treat*|right*|be|are|is~10) equal*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)_y(treat*|right*|be|are|is~10)
10508 Equality/Equal/Free Of Discrimination equal*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) discrimin*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) same_y(right*|treat*|dignit*|respect*|value*~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10509 Inequality equal*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) inequal*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) unequal*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) same_y(right*|treat*|dignit*|respect*|value*~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10510 Good (As In The Good Ones) good_y(the&(one*|boy*|girl*|guy*)~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)_n(evil~10) divin*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) godly_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) blessed*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) good_y(evil~10)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) righteous*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10511 Innocent/Innocence guilt*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) sinful*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) sin_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) sinner*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) innocen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10512 Integrity integrit*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) incorrupt*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) corrupt*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10513 Merciful/Grace merciless*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) mercy*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) merciful*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) pity*_n(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) pitiless*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) remorseless*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) ruthless*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5) shameless*_y(no|don|dont|none|nothing|neither|nor|hardly|not|lack*|without~5)
10514 Trustworthy/Honest honest*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) truthful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) trustworth*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) conscientious*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) trust_y(can~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) trust_y(worth*|justif*|deserv*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10515 Arrogant/Arrogance/Chauvinism arrogan*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) pompous*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) pretentious*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) cocky*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) bossy*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) aloof*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) presumpt*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) disdain*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) audac*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) immodest*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) modest*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) humbl**_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) humilit*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10516 Indigenous/Autochtonous indigen* autochton* native* inborn*
10517 Neutrality neutral*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) impartial*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) unbiased*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) bias*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) partial*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10518 Reliable/Dependable reliab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) dependab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) rely_y(can&on~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) depend_y(can&on~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10519 Responsible/Responsibility (NOT Hold Responsible) responsible_y(is|be|are|am~2)
10520 Unreliable unreliab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) reliab*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) dependab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) rely_y(on&can&(t|no|don|dont|none|nothing|neither|nor|hardly|not)~5) rely_y(on&(cannot|cant)~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) depend_y(on&can&(t|no|don|dont|none|nothing|neither|nor|hardly|not)~5) depend_y(on&(cannot|cant)~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10521 Biased/Unfair/Bias unfair*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fair*_y(ne|none|nothing|neither|nor|hardly|not~5) balanced*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) imbalanced*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unbiased*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) impartial*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) equitable*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) bias*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) prejudiced_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) partial_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) partisan_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) standard*_y(same~2)*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) standard*_y(double|different~2)*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10522 Face Saving/Honorable face_y(sav*|lose*~2) honorab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10523 War-Mongering/Bloodthirsty war_y(mong*|thirst*|eager*|hungr*|hunger*~5) warmong*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) bloodthirst*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) bloodlust*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) jingois*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) hawk*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10524 Evil evil*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) devil*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) satan*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) nefarious*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) wicked*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10525 Immoral/Inhumane/Wrong-Thing-To-Do immoral*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) moral*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) inhumane*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) humane*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) wrong_y(the&thing*~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) indecent*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unethical_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) ethical_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) reprehen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) abject*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) hypocrit*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10526 Taint/Tarnish/Infest/Besmirch taint*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) tarnish*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) infest*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) besmirch*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) impur*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10527 Just/Justice NOT Judiciary/Judge justice_n(chief|the|no|don|dont|none|nothing|neither|nor|hardly|not~5) justly just_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)_p(a|the|one|only|another|very|relatively)
10528 Moral/Humane/Right-Thing-To-Do moral*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) humane*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) right_y(the&thing*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) noble*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) decency_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) ethical_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10529 Desirable/Should (Not Conditional) desirabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) wishabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) if_y(good|great~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10530 Fair/Unbiased/Balanced fair*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) balanced*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unbiased*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) impartial*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) equitable*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) bias*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) prejudice*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) partial_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) standard*_y(same~2)*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10531 Undesirable/Should Not undesirab*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) if_y(bad~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10532 Unjust/Injustice injust*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unjust*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) just_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)_p(a|the|one|only|another|very|relatively) justice*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10533 Unpleasant unpleasant*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) pleasant*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) nice*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10534 Victory/Victorious victor*_n(lake~2) triumph* win wins winning won prevail*
10535 Pragmatic pragmat* orient*_y(solution*|problem*~5) utilitarian* practical*
10536 Complicit/Involved or implicated in crimes complicit* accomplic* conniv* conspir*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) confederate*_y(assault*|attack*|viol*|crime|crimes|criminal~5)_n(investigat*|prosecut*|law~5) partner*_y(assault*|attack*|viol*|crime|crimes|criminal~5)_n(investigat*|prosecut*|law~5)
10537 Defeat/Defeated (NOT To Defeat) defeat_y(in|a|total|the|this|our|their|my|your|his|her~5) defeated_y(is|been|was|were|are~5) debacl* beating_y(tak*|took|suffer*~5) blow_y(tak*|took|suffer*~5) lose lost_y(battl*|war*|conflict*|fight*|struggl*~5) losing loses
10538 Efficacy/Empowerment efficac*_n(lack*|no|low~5) empower*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) power_y(to~2)_y(giv*|hav*~5)
10539 Incumbent/In Office incumb* office_y(in|hold*~2)
10540 Obedient/Loyal/Faithful obedien*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) loyal*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) faithful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) devot*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) dutiful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) staunch*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10541 Outcast/Pariah outcast* pariah* outsider* grata_y(non~2)
10542 Stateless/Statelessness stateless* homeland_y(no|without~5)
10543 Unloyal/Unfaithful disobedien*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) illoyal*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) disloyal*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unfaithful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) faithless*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) obedien*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) loyal*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) faithful*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) devot*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) dutiful*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) staunch*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10544 Centrist/Liberal center_y(politi*|policy|polici*|idea*|principl*|mps*|mp|party|parties|leader*|premier|minister*|secretar*|faction*|democra*|parliam*|congress*~5) centrist* liberal* neoliberal* leftliberal* rightliberal* democrat*_y(party|senat*|representative*|majority|minority|leader*|congress|administrat*|us|american*|washington~10)
10545 Common/Shared common*_n(the|most|no|don|dont|none|nothing|neither|nor|hardly|not|without~5) share*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without|with~5) communal*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10546 Fascism/Nazi fascis* nazi* neonazi* nationalsocialist* national_y(socialist*~2) ss nsdap blackshirt* brownshirt*
10547 Left-Wing/Socialist/Socialdemocratic/Green# left_y(wing|leaning|far|oriented~2) left_y(politi*|policy|polici*|idea*|principl*|mps*|mp|party|parties|leader*|premier|minister*|secretar*|faction*|democra*|parliam*|congress*~5)_n(behind~2) leftist lefties lefty left_n(the~2)_n(side|end|i|you|he|she|we|they|it|is|are~2)_n(out~3) communis* socialis* maois* trotskis* marxis* neomarxis* postmarxis* leninis* social_y(democr*~2) green_y(politi*|policy|polici*|idea*|principl*|mps*|mp|party|parties|leader*|premier|minister*|secretar*|faction*|democra*|parliam*|congress*~5) progressiv* labour_y(politi*|policy|polici*|idea*|principl*|mps*|mp|party|parties|leader*|premier|minister*|secretar*|faction*|democra*|parliam*|congress*~5) labour_n(relations|union*|wage*|bargain*|force*|market*|divi*|politi*|policy|polici*|idea*|principl*|mps*|mp|party|parties|leader*|premier|minister*|secretar*|faction*|democra*|parliam*|congress*~5) labor_y(politi*|policy|polici*|idea*|principl*|mps*|mp|party|parties|leader*|premier|minister*|secretar*|faction*|democra*|parliam*|congress*~5) labor_n(relations|union*|wage*|bargain*|force*|market*|divi*|politi*|policy|polici*|idea*|principl*|mps*|mp|party|parties|leader*|premier|minister*|secretar*|faction*|democra*|parliam*|congress*~5)
10548 Moderate moderate*_n(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) reasonabl*_n(no|don|dont|none|nothing|neither|nor|not|hardly|never|beyond~5) modest*_n(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) middle_y(way|road~5) measured_n(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) radical*_y(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) extreme*_y(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) drastic*_y(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) excessive*_y(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) restrained_n(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) restraint_n(without|no~2) compromising_n(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) moderation_y(in|with|appl*~2) unreasonabl*_y(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) reasonabl*_n(no|don|dont|none|nothing|neither|nor|not|hardly|never|beyond~5)
10549 Negotiable/Available For Compromise negotiabl*_n(non|no|don|dont|none|nothing|neither|nor|hardly|not~5) negotiation*_y(open|availabl*|ready|prepared|up~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) compromis*_y(open|availabl*|ready|prepared~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10550 Non-Negotiable negotiabl*_y(non|no|don|dont|none|nothing|neither|nor|hardly|not~5) negotiation*_y((open|availabl*|ready|prepared|up)&(no|don|dont|none|nothing|neither|nor|hardly|not)~5) negotiation*_y(unavailabl*|exclud*|imposs*~5)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) compromis*_y(open|availabl*|ready|prepared~5)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) compromis*_y(unavail*|exclud*|imposs*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10551 Radical/Extreme (NOT Radicals/Extremists) radical*_n(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) extreme*_n(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) drastic*_n(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) excessive*_n(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) unrestrained_n(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) restrained_y(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) restraint_y(without|no~2) reaching_y(far~2)_n(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) uncompromising_n(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) compromising_y(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) moderation_y(lack*|no|without|not~5) unreasonabl*_n(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) reasonabl*_y(no|don|dont|none|nothing|neither|nor|not|hardly|never|beyond~5)
10552 Rightwing/Conservative/Nationalist right_y(wing|leaning|far|oriented~2) rightist conservativ* reactionar* christian_y(democr*~2) nationalist*_y(politi*|policy|polici*|idea*|principl*|mps*|mp|party|parties|leader*|premier|minister*|secretar*|faction*|democra*|parliam*|congress*~5) tory tories republican*_y(party|senat*|representative*|majority|minority|leader*|congress|administrat*|us|american*|washington~10)
10553 Free/Freedom free_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) freedom_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) liberty_n(neither|nor|hardly|not|lack*|without|insuffic*~5) unrestricted_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) without_y(oppress*~2) liberated_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) freed_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) confin*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10554 Illegal/Banned banned_n(not|no~5) crimina*_n(not|no|don|dont|none|nothing|neither|nor|hardly|never|investigat*|prosecut*|law*|court*|statistics*|justic*~5) illegal*_n(no|don|dont|none|nothing|neither|nor|not|hardly~5) illicit*_n(no|don|dont|none|nothing|neither|nor|not|hardly~5) offense_n(tak*~5) outlaw*_n(not|no|don|dont|none|nothing|neither|nor|never~5) prohibit*_n(no|don|dont|none|nothing|neither|nor|not|hardly|never~5) legal*_y(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) permit*_y(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) permission_y(with~5) allowed_y(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) licit_y(no|don|dont|none|nothing|neither|nor|not~5) rightful_y(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) constitutional_y(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) lawful_y(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) admissible_y(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) denied_y(be|been|was|were|has|had|exception|access~5) deny_y(to~2) unlawful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10555 Acceptable/Appropriate acceptable_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) suitable_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) appropriate_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) adequate_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) applicable_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) proper_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fair_n(no|don|dont|none|nothing|neither|nor|hardly|not|trade|arms~5)
10556 Dependent independen*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) dependen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) autonom*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) sovereign*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) foreign_y(govern*|direct*|rul*~5) mercy_y(at~5)
10557 Dominant/Hegemonic/Mainstream dominan* dominat* hegemon* mainstream* most_y(common*|powerful*~2) preponder*
10558 Impunity impunity unpunish* punish*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10559 Independent/Independence independen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) dependen*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) autonom*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) sovereign*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) *self_y(govern*|direct*|rul*~5) *selves_y(govern*|direct*|rul*~5)
10560 Isolated/Isolate/Isolation isolat*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10561 Lawless/Extralegal/Law of the Jungle lawless* extralegal*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) law*_y(jungle~5) no_y(is&law~2)
10562 Legal/Permitted/Allowed (NOT Legal System Etc.) legal*_n(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) permit*_n(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) permission_y(with~5) allowed_n(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) licit_n(no|don|dont|none|nothing|neither|nor|not~5) rightful_n(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) constitutional_n(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) lawful_n(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) admissible_n(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) granted_y(be|been|was|were|has|had|exception|access~5)_n(prize|award|money|sum*|amount*|allowance*|support*|thousand*|million*|billion*|euro*|dollar*|usd|pound*|franc*|shekel*|nis*~10) grant_y(to~2)_n(prize|award|money|sum*|amount*|allowance*|support*|thousand*|million*|billion*|euro*|dollar*|usd|pound*|franc*|shekel*|nis*~10) prohibit*_y(no|don|dont|none|nothing|neither|nor|not|never~5)
10563 Political Justice/no independent Judiciary justice_y(political|dependen*~5) independen*_y(no|not~2)_y(justice|judici*|court*|trial*~10) fair_y(no|not~2)_y(justice|judici*|court*|trial*~10)
10564 Unacceptable/Inappropriate *nacceptable unsuitable inappropriate_n(not~5) inadequate improper acceptable_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) suitable_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) appropriate_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) adequate_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) applicable_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) proper_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10565 Universal universal* one_y(size~2)_y(all|every*~5) every*_y(for~2)_y(same~5)
10566 Anarchy/Chaos anarch* chao* order_y(breakdown|broken~5) disorder* vacuum control_y(lost|no|not|out~5)
10567 Democracy democra*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)_n(congo~2) people_y(rule|govern*~2)
10568 Divided/Fragmented/Fragmentation divided*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) fragmente*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) fragmentat*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) division_y(between|into~5)
10569 Integrated/Integration/Reintegration/Inclusion integrat*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) separat*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) enfranchis*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10570 Multicultural multicultur* cultur*_y(multi*|mix*|divers*|differen*~5)
10571 Multiethnic multiethnic* ethnic*_y(multi*|mix*|divers*|differen*~5)
10572 Multipolar/Multipolarity multipolar* *powers_y(multi*~5)
10573 Multireligious multireligio* multifaith* religio*_y(multi*|mix*|divers*|differen*~5) faiths_y(multi*|mix*|divers*|differen*~5)
10574 Sectarianism/Fragmentation of Factions sectarian* fragment*_y(groups|factions~5) split*_y(multiple|different|numerous|competing|rival|diverse|many~5)_y(groups|factions~10)
10575 Separated/Keep Apart segregat*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) separated*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) separation*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) apart_y(be|been|keep|kepty~5)*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) divided_y(by~2) integrat*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5)
10576 Unified/Joint/Unity/Collective unif*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) unity_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) unite*_n(nation*|states*|kingdom~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) joint*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) together*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) unanim*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10577 Unipolar/Unipolarity unipolar* superpower_y(one|single|only|main|us|usa|america*~5)
10578 Affordable/Cheap/Economic affordable*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) cheap*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) inexpensive*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) economical*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) low_y(price*|cost*~2)*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) bargain*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)_n(make*|made*|strike*|struck*~10) costly*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) expensive*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10579 Beneficial/Advantageous beneficial*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) advantageous*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) advantage_y(of|that|to|has|had|have~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) advantages_y(has|had|have~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) profitable*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) opportune*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) worthwhile*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) helpful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) win_y(win~2)
10580 Costly/Expensive/Ineconomic affordable*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) cheap*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) inexpensive*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) economical*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) low_y(price*|cost*~2)*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) bargain*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)_n(make*|made*|strike*|struck*~10) costly*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) expensive*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) overprice*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10581 Disadvantageous adverse*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) detrimental_n(of|that|to~2)_y(has|had|have~5) disadvantageous*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) disadvantage_y(of|that|to|has|had|have~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) disadvantages_y(has|had|have~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unhelpful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) beneficial*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) advantage*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) profitable*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) opportune*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) worthwhile*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) helpful*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) lose_y(lose~2) drawback
10582 Industrious/Diligent industrious*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) diligen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) indefatigab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) tireless*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) working_y(hard~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10583 Lazy/Unproductive/Useless lazy*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) lazi*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unproductiv*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) productiv*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) useless*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) useful*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) use_y(no~2)
10584 Productive/Constructive/Useful productive*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) constructive*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) useful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) prolific*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) helpful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) oriented*_y(solution|goal|problem*~2) contribution_y(a|the~2)_y(is|was|been|be|make|made~5)
10585 Utilitarian/Cost-Benefit/Worth The Cost utilitar*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) cost*_y(benefit*~5) advantage*_y(disadvantag*~2) trade_y(off*~2) worth_y(cost*|effort*|doing|trying~5)
10586 Arable/Resource Rich/Valuable Land arabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) rich_y(resourc*|land*|soil*|field*|ground~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fertile_y(land*|soil*|field*|ground*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) valuable_y(land*|soil*|field*|ground*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10587 Consequential consequential*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) consequenc*_n(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) far_y(reaching*~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) implicat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) result*_y(in|has|have|had|with~5)
10588 Effective/Useful/Functional effective*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) functional*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) useful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) effect_y(has|have|had~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) work_y(will|can|did|does|could~5)*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) works_y(it|this|that|strategy|plan|idea|policy~5)*_n(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) way_y((a|possible|suitable)&to*~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)_y(best~2) perform*_y(good|satisfact*|better|improv*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10589 Efficient/Cost-Effective efficien*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) inefficient*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) effective_y(cost~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) way_y(best&to*~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)_n(possible|suitable~2)
10590 Inconsequential consequential*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) inconsequential*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) consequenc*_y(no|don|dont|none|nothing|neither|nor|hardly|not|without~5) far_y(reaching*~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10591 Ineffective/Useless/Dysfunctional effective*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) ineffective*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) functional*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) dysfunctional*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) useful*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) useless*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) effect_y(has|have|had~5)_y(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) work_y((will|can|did|does|could)&(no|don|dont|none|nothing|neither|nor|hardly|not|never)~5) works_y((it|this|that|strategy|plan|idea|policy)&(no|don|dont|none|nothing|neither|nor|hardly|not|never)~5) way_y((a|possible|suitable)&to*~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) perform*_y(no|don|dont|none|nothing|neither|nor|hardly|not|bad|unsatisf*|worse*|reduc*~5) *self_y(defeat*~2)
10592 Inefficient/Wasteful efficien*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) inefficient*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) wasteful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) effective_y(cost~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) way_y(best&to*~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10593 Achieve/Complete/Finish achiev*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) complet*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) finish*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) accomplish*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) concluded_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) attain*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10594 Conflict-Sensitive conflict_y(sensitiv*|responsiv*|reactiv*~5)
10595 Destructive destructiv* counterproductiv* calamitous*
10596 Difficult/Complicated/Complex simpl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) easy_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) easily_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) problem*_n(without|no|don|dont|none|nothing|neither|nor|hardly|not~5) can_y(anyone|everyone|anybody|everybody~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) could_y(anyone|everyone|anybody|everybody~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) trivial*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) straightforward*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) uncomplicat*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) difficult*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) complicat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) challenge_n(no~5) challenge_y(a|major~2) challenging_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) demanding*_n(no|don|dont|none|nothing|neither|nor|hardly|not|are|were|been~5)
10597 Failure/Fail/Failed fail*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unfinish*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) achiev*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) accomplish*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) success*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) succee*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10598 Gradual gradual*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) incremental*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) slowly_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) creeping_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) creeps_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) progressively_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) progressive_y(growth|increase|decline|advance|escalation~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) creep_n(a|the|no|don|dont|none|nothing|neither|nor|hardly|not~5)
10599 Last Resort last_y(resort*|option*|chance*|possibility~2) final_y(option*|chance*~2)
10600 No Return/No Way Back/Bridges burnt/Irrevocable return_y(no~2) way_y(no&back~2) burn*_y(bridge~2) irrevers*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) revers*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) irrevocab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) revocab*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10601 Only Way/No Alternative alternative*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) different*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) other_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) only_y(way*~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) choice*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10602 Success/Succeed/Successful success*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) succeed*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fail*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10603 Able/Can/Capability/Ability abilit*_y(produc*|use|using|move|moving|deploy*|attack*|reach*|endanger*|threaten*~5)_n(no|not|none|lack*|destroyed|disabled|remove*|dissolve*|annihilated~2) able_y(produc*|use|using|move|moving|deploy*|attack*|reach*|endanger*|threaten*~5)_n(not|no|hardly~2) capabilit*_n(no|not|none|lack*|destroy*|disable*|remove*|dissolve*|annihilat*~2) capable_n(not|no|hardly~2) skill*_n(not|no|hardly~2)
10604 Unable/Cannot (NOT: Impossible) abilit*_y(no|not|none|lack*|destroyed|disabled|remove*|dissolve*|annihilated~2) able_y(not|no|hardly~2) capabilit*_y(no|not|none|lack*|destroy*|disable*|remove*|dissolve*|annihilat*~2) capable_y(not|no|hardly~2) disable* inabilit* unabl* clums*
10605 Active activ*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) proactive*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) passiv*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) impassive*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) push*_y(for|toward*~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) wait*_y(for~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10606 Passive activ*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) proactive*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) passiv*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) impassive*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) push*_y(for|toward*~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) wait*_y(for~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) apath*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) stand*_y(by~2)
10607 Trapped trapped*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) trap_y(in~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) catch_y(22~2)
10608 Error/Mistake error*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) erroneous*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) mistak*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10609 Journalism Of Attachment journalism*_y(attachment|victims~5)
10610 Open Source/Open Media/Open Data/Open Software/Open Platform/Creative Commons/Copyleft/Open Licenses open_y(source|media|data|softwar*|platform*|licens*~5) creative_y(commons~2) copyleft cc_y(licens*~10) public_y(source|media|data|softwar*|platform*|licens*~5)
10611 Peace Journalism journalis*_y(peace~2)
10612 Service Journalism journalis*_y(service~2)
10613 Asymmetric conflict asymmetr*_y(conflict*|sides*|parties*|controvers*|forces*|power*~5)
10614 Incompatible/Irreconcilable incompatib*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) irreconcil*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) compatib*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) reconcil*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) both_y(cannot~2) both_y(not|t~2)_y(can~5) cake_y(have&eat~5) compromise*_y(impossib*|(possib*&no*)~5)
10615 Intractable/Unsolvable intractab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unsolvab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) tractab*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) solvab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10616 Zero-Sum zero_y(sum~2)
10617 Absent/Absence absen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) present_y(none|not~5) presence_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10618 Abundance/Abundant/Ubiquity abundan*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) ubiquit*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) ampl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) plent*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) copious*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) enough_y(more&than~5)
10619 Add/More add_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) added_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) adds_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) adding_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) additiona*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) more_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) further_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) supplement*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) increment*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) extra_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) amend*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10620 All/Every all_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) every_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) each_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) without_y(exception~2)
10621 Decrease/To Narrow/Reduce decreas*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) narrowing_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) narrowed_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) shrink*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) reduc*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) subside*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) subsiding_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) lower*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) abat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) ebb*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) reced*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) minimi*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10622 Incomplete/Missing/Still Required incomplet* missing*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) snippets still_y(requir*|need*|necess*|must*~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unresolv*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) shortcom* defect* deficien*
10623 Increase/Widen/Expand increas*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) widen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) expand*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) step*_y(up~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) enlarge*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) deepen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) reinforce_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) reinforcing_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) reinforced_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) grow*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) swell*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) heighten*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10624 Insufficient/Lacking/Lack Of/Too Few suffic*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) insuffic*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) enough_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) lack*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) satisf*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) too_y(few|little~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) saturat*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10625 Most/Many most many_n(no|don|dont|none|nothing|neither|nor|hardly|not~2) majorit*_y(a|the|clear|great|enormous|large|vast|huge~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) almost_y(all|every|each~2) nearly_y(all|every|each~2)
10626 None/Not A Single none nobody single_y(not~5) not_y(one|anyone|anybody~2) noone no_y(one~2)
10627 One/A Single sole_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) single_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10628 Several/Few several few_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) some minorit*_y(a|clear|small|tiny|radical~2)_n(are|remain|constitute|no|don|dont|none|nothing|neither|nor|hardly|not~5)
10629 Subtract/Fewer subtract*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) diminish*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) remov*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) cut_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) cutting_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) cuts_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) decimat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) less_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10630 Sufficient suffic*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) insuffic*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) enough_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) lack*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) satisf*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) too_y(few|little~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10631 Superfluous/Excess/Too Much superflu*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) excess*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) too_y(much|many~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10632 Strategic/Strategically Important NOT Strategy strategic*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10633 Superiority (military) superiority superior_y(militar*|power*|force*|material*|ammunition*|suppl*|position*|capa*|training*~5) upper_y(hand~2) supremacy_y(milit*|strateg*|force*~5)_n(rac*|whit*~10) stronger_y(side~2)
10634 Weak/Inferior (military) weaker_y(side~2) inferior*_y(militar*|power*|force*|material*|ammunition*|suppl*|position*|capa*|training*~5) weakness_y(militar*|power*|force*|material*|ammunition*|suppl*|position*|capa*|training*~5)
10635 Big/Wide/Significant sizeable_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) small_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) narrow_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) little_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) meager_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) minor_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) big_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) major_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) tall_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) wide_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fat_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) significant_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10636 Critical (NOT as critique but as critical state) critical_n(of|about|toward*~2)_n((facult*|belie*|idea*|theor*|view*|commen*|remark*|question*|attitud*|account*|apprais*|understand*|distan*|articl*|post*|book*|speech*|statement*|acclaim*|thought*|think*|interpret*|respon*|ratio*|argum*)&(no|don|dont|none|nothing|neither|nor|hardly|not)~5) decisive*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) pivotal*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10637 Heavy/Massive/Intense heavy*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) heavily*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) massive*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) intens*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) forceful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) hefty*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) tremendous*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) severe*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) utter*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) total*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) feroc*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) all_y(out~2) substantial*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) overwhelm*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10638 Large/Huge large_n(no|don|dont|none|nothing|neither|nor|hardly|not|at~5) huge_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) colossal_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) gigantic_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) enormous_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) immense_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) full_y(scale~2)
10639 Low-Intensity/Light (As Not Heavy) slight*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) heavy*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) massive*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) intense*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) forceful*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) severe*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) lightweight*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) flimsy*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) lightly_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) light_n(of~2)_n((in&(the|this))|heart*|color|white*|green*|red*|blue*|yellow*|bright*|dim*|pale*|fresh*|different*|same|particul*|switch*|bring*|last*|first*|day|artificial*|cast*|throw*|threw*|shin*|shon*|illumin*|electric*|~5)_n(tunnel~10)
10640 Necessary/Inevitable/Required (NOT: Still OR Needs) necessary_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) necessarily_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) inevitab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) required_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unavoidable_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) avoidable_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) indispensab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10641 Small/Narrow (Not: To Narrow) small_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) narrow_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) little_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) meager_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) paltry_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) slight_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) minor_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) big_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) major_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) tall_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) wide_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) fat_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10642 Strong/Powerful strong_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) strength_y(have|had|has|my|your|his|her|our|their|posses*|with~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) powerful_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) power_y(have|had|has|my|your|his|her|our|their|posses*|with~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) mighty_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) might_y(my|your|his|her|our|their~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) forceful_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) force_y(have|had|has|my|your|his|her|our|their|posses*|with~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) potent_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) potency_y(have|had|has|my|your|his|her|our|their|posses*|with~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) weak*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) powerless_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) power_y((without|little|small|minor)&(no|don|dont|none|nothing|neither|nor|hardly|not)~5) helpless*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10643 Tiny/Miniscule tiny_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) miniscule_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) small_y(very~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) microscopic_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) minute_y(propor*|share*|part*|issue*|problem*|concern*~2) significant_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10644 Tough/Hard/Strict tough*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) harsh*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) strict*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) disciplinary_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) grim*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) tolerance_y(zero|low|no~5) exception*_y(without|no~5) hard_y(against|on~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10645 Unnecessary/Avoidable unnecessar*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) avoidabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) necessary_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) necessarily_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) inevitab*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) required_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10646 Weak/Powerless feeble_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) helpless*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) strong_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) strength_y((have|had|has|my|your|his|her|our|their|posses*|with)&(no|don|dont|none|nothing|neither|nor|hardly|not)~5) powerful_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) power_y((have|had|has|my|your|his|her|our|their|posses*|with|within)&(no|don|dont|none|nothing|neither|nor|hardly|not)~5) mighty_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) might_y(my|your|his|her|our|their~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) forceful_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) force_y((have|had|has|my|your|his|her|our|their|posses*|with)&(no|don|dont|none|nothing|neither|nor|hardly|not)~5) potent_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) impoten*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) weak*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) powerless_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) power_y(without|little|small|minor~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10647 Alternative/Different/Other alternative*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) different*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) other_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) choice*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10648 Detail/Detailed/Specific/Concrete detail*_n(troop*|militar*|soldi*|arm*~10) specific* concrete*_n(build*|wall*|road*|made|cast*~5) particular* element* component*
10649 Direct/Immediate direct_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) immediate_n(no|don|dont|none|nothing|neither|nor|hardly|not|react*|respon*|answ*~5) firsthand_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10650 Disproportionate proportiona*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) disproportiona*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) corresponding*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) commensurat*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) proportion_y(out&of~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) proportion_y(in~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10651 Dynamic dynami*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) evolv*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) changing*_y(a|the~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10652 Flaw/Blemish/Imperfect flaw*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) blemish*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) imperfect*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) perfect*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10653 Flexible/Lenient/Soft soft_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) flexib*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) lenien*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) tough*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) rigid*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) inflexib*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) harsh*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) strict*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) disciplinary_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) grim*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) tolerance_y(some~5) exception*_y(make|made|making|grant*|some|many~5) hard_y(against|on~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10654 General/Overall/Entire/Abstract/Systemic overall global* entire*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) whole*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) holist* everything_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) generally general_y(a|the|in~2)_n(army|militar*|star*|appoint*|reliev*|retire|top|major|rebel*|leader|secretary*~10)
10655 Homogeneity/Uniformity homogen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) uniformity_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) uniformly_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) uniform_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)_n(the|military|force*|police*|in~5)
10656 Indirect/Mediated direct_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) indirect_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) immediate_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)_n(react*|respon*|answ*~5) mediated_y(by~2) firsthand_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10657 Inflexible/Stubborn/Steadfast inflexib*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) rigid*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) flexib*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) stubbor*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) steadfast*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unshakab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) single_y(minded~2) headstrong*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) adamant*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unyielding*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) obstinat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10658 Powder Keg/Potential Escalation powder_y(keg~2) bomb_y(time|ticking~2) escalat*_y(potential*|possib*|risk*|danger|(in&case)~5) conflagrat*_y(loom*|risk|danger*~5) explosiv*_y(situat*|state~5) set_y((will|can|may|risk*|danger*|potent*|possib*)&(fire|aflame|ablaze)~5)_n(back|out~3)
10659 Present/Presence present_y(am|are|is|were|be~2)_n(none|not~5) presence_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10660 Professional/Professionalism/Professionals professional*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) standard*_y(high*~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10661 Proportionate proportiona*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) corresponding*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) commensurat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) proportion_y(in~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) proportion_y((out&of)&(no|don|dont|none|nothing|neither|nor|hardly|not)~5)
10662 Simple/Easy/Basic simpl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) easy_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) easily_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) problem*_y(without|no|don|dont|none|nothing|neither|nor|hardly|not~5) can_y(anyone|everyone|anybody|everybody~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) could_y(anyone|everyone|anybody|everybody~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) trivial*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) straightforward*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) uncomplicat*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) difficult*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) complicat*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) challeng*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10663 Sudden/Abrupt sudden*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) abrupt*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10664 Unique unique*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unequaled*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unparallel*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) singular*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) exceptional*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unprecedent*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) extraordinar*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) without_y(equal|parallel|precedent~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10665 Violent/Militant violent_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) militan*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) peaceful_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) bloody_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10666 Fatal catastroph*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) disastrou*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fatal*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fateful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10667 Armed armed*_n(not~2) armored* weapon*_y(with|hold*|carry*|carrie*~5) firearm*_y(with|hold*|carry*|carrie*~5) arms_y(in|under|with|carr*~2)
10668 Unarmed unarmed* without_y(arm*|weapon*|gun*~5) armed_y(not~2)
10669 Butchered/Slaughtered butcher* slaughter*
10670 Dead/Death dead*_n(end~2)_s(line) death* fatalit* killed_y(was|were|been|be~5) slain decease* fallen_y(the|our|their|soldier*|fighter*|martyr*|hero*~5) life_y(loss*|lost|lose*|losing~5) lives_y(loss*|lost|lose*|losing~5)
10671 Distressed/Traumatized/In Pain distress*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) stress*_y(high|constant*|permanent*|considerable*|enduring~5)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) trauma*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) pain_y(in~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) distraught*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) upset*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) agony agoni* misery
10672 Injury/Wounded/Casualty casualt* injur* wound* bruis* fractur* sprain* scar*
10673 Suffering starv* suffoca* tortured suffer* endur* hardship*
10674 Disquiet/Troubled disquiet*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) quiet*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) disturbing*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) trouble*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) calm*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) tranquil*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) placid*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) serene*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) peace_y(at~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) restful*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10675 Race/Racial race_y(different|same|european|aryan|african|asian|jew*|black|yellow|red|white|arab*~5) races_y(different|same|european|aryan|african|asian|jew*|black|yellow|red|white|arab*~5) racial
10676 Spiral Of Violence spiral*_y(violen*|war|confli*~5) slope_y(slippery~2)_y(violen*|war|confli*~5) circle*_y(violen*|war|confli*~5) cycle*_y(violen*|war|confli*~5)
10677 Peaceful/Non-Violent peaceful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) violent*_y(non|no|don|dont|none|nothing|neither|nor|hardly|not~5) bloodless*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) without_y(violenc*|shot*~5) nonviolen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10678 Safe/Secure/Security safe*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) secur*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) protected_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) invulnerabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) vulnerabl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) exposed*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) sheltered*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) shielded*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) shield_y(from~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) shields_y(from~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) shielding_y(from~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) immun*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) haven_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10679 Lethal/Deadly/Death lethal_n(no|don|dont|none|nothing|neither|nor|not~5) deadly_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) death*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10680 Non-Lethal lethal_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) nonlethal deadly_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) death*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10681 Abnormal/Unnatural abnormal* normal*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) unnatural* natural*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10682 Bitter bitter*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) sour*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) acri*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) vitriol*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) sore*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) stinging*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10683 Dangerous/Harmful/Danger danger*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) harm_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) harmful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) harmless*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) hazard*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) peril*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) endanger*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10684 Existential existential* and_y(life&death~2) existence_y(matter~5)
10685 Harmless/No Danger danger*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) harm_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) harmful*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) harmless*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) innocuo*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10686 Instable/Fragile unstabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) stabl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) instabil*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) stabil*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) solid*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) enduring*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) frail*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fragil*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) destabil*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10687 Natural/Normal normal*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) natural*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10688 Quiet/Tranquil quiet*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) calm*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) tranquil*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) placid*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) serene*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) peace_y(at~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) restful*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10689 Relaxed/Ease/Low Tension relax*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) ease_n(with~2)_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) tense_y(not~5) tension*_y(no|don|dont|none|nothing|neither|nor|hardly|not|low|limit*|little|less~5) laid_y(back~2) strain_y(no|don|dont|none|nothing|neither|nor|hardly|not|low|limit*|little|less~5) strained_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10690 Stable/Unchanged/Entrenched stabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) stabil*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) unchang*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) chang*_y(no|don|dont|none|nothing|neither|nor|hardly|not|never~5) entrench*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) solid*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) enduring*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) protract*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10691 Sustainable sustainab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) durab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) tenab*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10692 Tense/Tension/Suspense suspense_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) uneas*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) relax*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) ease_n(with~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) tense_n(not~5) tension*_n(no|don|dont|none|nothing|neither|nor|hardly|not|low|limit*|little|less~5) strain_n(no|don|dont|none|nothing|neither|nor|hardly|not|low|limit*|little|less~5) strained_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10693 Unsafe/Insecure unsafe*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) safe*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) secur*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) unprotected*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) protected_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) invulnerabl*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) vulnerabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) exposed*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) sheltered*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) shielded*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) shield_y(from~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) shields_y(from~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) shielding_y(from~2)_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) immun*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) haven_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10694 Unsustainable sustainab*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)durab*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) tenab*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) unsustain*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5) precarious_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10695 Variable/Changing/Fluid variabl*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) varying_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) volatil*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) varies_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) changing_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) changes_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) fluid*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) flux_y(in~5)
10696 Diversity/Plurality/Heterogeneity divers*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) plural*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) heterogen*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10697 Ethnic Fragmentation ethn*_y(fragment*|plural*|divers*|split*~5)
10698 Mixed Ethnicity (NOT Multiethnic) mixed_y(ethnic|ethnicity|race|child*|parent*~2) mestiz* miscegenat* mulatto*
10699 Disaster: Flooding, Earthquake, Volcanic Eruption, etc. disaster* catastrophe*
10700 Incident inciden*_n(prior|previous~2) event_n(prior|previous~2)
10701 Natural Phenomenon: Drought, Wild/Forest Fire, etc. drought dryness fire*_y(forest|wild|bush~2)
10702 Precedent preceden* prior_y(inciden*|event*|moment*|case*~5) previous_y(inciden*|event*|moment*|case*~5)
10703 Schedule/Time Plan schedule* time_y(plan*|table*~2)
10704 Trigger trigger* set*_y(off~2) spark*
10705 A Perspective/A Future (NOT Perspective/Future) perspective_y(a|no~2) future_y(a|no~2) continue_y(cannot~2) continue_y(not|t~2)_y(can~5) go_y(cannot&on~2) go_y(on&(not|t)~2)_y(can~5)
10706 Attitude attitud* stance
10707 Common Fate fate*_y(common|joint|our~5) destin*_y(common|joint|our~5)
10708 Comparison/Compare/Metaphor/Analogy compar* metaph* analog* equate* liken* akin similar* reminisc*
10709 Competence/Know-How competen* know_y(how~2)
10710 Dual/Layered/Multiple/Split Identity ident*_y(dual|double|multipl*|layered|split|share*~2) allegianc*_y(dual|double|multipl*|layered|split|share*~2) loyal*_y(dual|double|multipl*|layered|split|share*~2) passport*_y(dual|double|multipl*|layered|split|share*~2) two_y(identities|passports|loyalties~2)
10711 Dystopia/Nightmare dystop* nightmar* horror* dream*_y(bad~2)
10712 Education/Literacy/Illiteracy educat* literac* literate* illitera* schooling* teaching* curricul*
10713 Idea/Inspiration idea ideas inspir* thought_y(provok*~5)
10714 Ideology/Ideological/Dogma ideolog* dogma*
10715 Myth/Legend/Tale myth* legend* tale tales epic
10716 Optimistic/Optimism/Confident/Confidence optimis*_n(not~5) confident_n(not~5) confidently_n(*not~5) confidenc*_n(no|not|little~5)
10717 Pattern/Regularity pattern* regular* recurren*
10718 Pessimistic/Pessimism pessimis* optimis*_y(not~5) confident_y(not~5) confidently_y(*not~5) confidenc*_y(no|not|little~5)
10719 Plan/Strategy/Masterplan/Chess plan plans planning strategy strategies masterplan* chess project_y(the|a~5) recipe*
10720 Scenario scenario* simulation*
10721 Stereotypes stereotyp* prejudic* fix*_y(ide*~2)
10722 Theory theor* hypothes*
10723 Utopia/Ideal World utopia* ideal_y(world~2) dream_y(of~2)
10724 View/Interpretation/Perspective view* interpret* perspectiv*_n(a|no~2)
10725 Hashtag/Debate About/Topic hash* debat*_y(on|about~2) discuss*_y(on|about~2) topic*
10726 Search Engine Optimization/SEO/Visibility/Search Results/Search Engines/Page Rankings/Indexing/Search Algorithms search*_y(optimi*|result*|engin*|page*|algorithm|rank*~5) seo visibility rank*_y(optimi*|result*|page*|algorithm~5)
10727 Blogosphere/Blogs/Moblog/Blogging/Weblog/Blogger/Weblogger/Photoblog blog* *blog *blogs *blogger
10728 Links/Hyperlinks/Permalink/URL/Hypertext/Reference/Navigate link*_y(page*|online|web|internet~20) hyperlink* permalink* url hypertext* refer*_y(page*|online|web|internet~20) navigate*_y(page*|online|web|internet~20) click*
10729 Mashup/Data Integration/Hybdrid/Aggregate/Aggregator mashup data_y(integr*|aggreg*|hybrid~10) content_y(integr*|aggreg*|hybrid~10)
10730 Amazed/Amazement amaze* amazi* mindblow* mindbogg* mind_y(blow*|bogg*~5) awesom* astonish* wonderful*
10731 Angry/Anger/Annoyed/Upset angr* anger annoy* upset*
10732 Ashamed/Shame shame* shaming ashamed embarrass*
10733 Bored/Dullness/Impassive/Indifference boring bored dull* impassiv* indifferen*
10734 Curious/Interest curio* interest*
10735 Despaired/Desparation despa* depress* hopeless* gloom*
10736 Emotional/Emotion emotio* feeling* feel feels felt passion* mood moods
10737 Enthusiastic/Enthusiasm enthus* fascina* ardor*
10738 Euphoric euphor* exhilar* ecsta*
10739 Exhausted/Tired exhaust* tired* worn
10740 Friendly/Love/Kindness friendly friendship love* kindness kindly amiab* cordial* amicab*
10741 Frustrated/Frustration frust* disapp* disillusion* unsatisfact* satisf*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10742 Fury/Rage/Infuriated rage outrage* fury furio* infuria*
10743 Glad/Pleased/Gladness glad gladly gladness pleased
10744 Good Will good_y(will*~2) goodwill will*_y(to~2)_y(cooper*|contrib*|dialog*~5)
10745 Happy/Happiness/Fulfilled happy happi* fulfilled* joy* delight* cheer*
10746 Hopeful/Hope hope* hoping
10747 Hysteric/Excitement/Agitation agitated*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) agitation_y(much|is|was|all~5) excite*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) arous*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) disturbed_n(no|don|dont|none|nothing|neither|nor|hardly|not~5) anxi*_n(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10748 Intuition/Feeling intuit* feeling* premonit*
10749 Morale morale spirit
10750 Patriotism/Patriot patriot* nation*_y(pride|proud*~2)
10751 Pity/Compassion pity compassion*
10752 Proud/Pride proud* pride
10753 Remorse/Repentance/Atonement remors* repent* atone* redemp* redeem*
10754 Revolted/Despise/Disgust revolted revolting revuls* despis* despic* disgust*
10755 Sad/Sadness, Grief sad sadly sadness sadest grief griev* tears crying weep* condolenc*
10756 Satisfied/Satisfaction satisf*
10757 Scared/Fear scare* fear* afraid angst horrified anxiety anxious*
10758 Siege Mentality siege_y(mental*~2) surrounded_y(feel*|see*~5) encircle*_y(feel*|see*~5)
10759 Traumatic/Post-Traumatic/Trauma trauma*
10760 Unfriendly/Hate/Hostile unfriendl* hate* hatred hostil*
10761 Well/Comfort well_y(be*|feel*~5) comfort comforting
10762 Feed/Online News/Updates/Status/RSS news_y(feed|online~5) updat* rss status_y(messag*~2)
10763 Geotagging/Geographical Identification/GPS/Location/Metadata/Geocoding/Geosearching/Georeference geo*_n(thank~2)_s(rg*) gps location_y(map*|trac*|id*~5)
10764 Mapping/Crisis Mapping crisis_y(map*~5)_n(region*|area*|zone*~5) crises_y(map*~5) map*_y(network*~5)
10765 Meme/Remix culture meme memes remix_y(cultur*~5)
10766 News Alert/News Flash/Breaking News/Bulletin alert_y(an|content|news|update|post*~2)
10767 Posting/Blog Post/Entry/Comment/Thread posting blog_y(entr*|comment*|thread*~5) post*_y(facebook|blog|network|forum|page|site~5)
10768 Selfie/Self-Photograph selfie* *self_y(pictur*|photo~5)
10769 Short Message/Chat Message/SMS/Pager Message/DM/Direct Message sms messag*_y(short|chat|pager~5) whatsapp viber
10770 Timeline/Chronology timelines chronology chronologies time_y(line*~2)
10771 User-Generated Content/UGC/Remix ugc remix* generate*_y(user*~2) produser*
10772 Virtual/Immersive/Computer-simulation/Simulation virtual cyber immersiv* simulat*_y(computer*|digital*|algorith*~5) simulation
10773 Webcast/Web TV/Vodcast/Vlog/Screencast webcast* web_y(tv~2) vodcast* vlog* screencast*
10774 Alarm/Alert/Siren NOT News Alert/Online alarm* alert_n(news|online|web|content|news~5) siren* code_y(red~2)
10775 Audio/Podcast/Webradio audio podcast* webradio
10776 Data data databas*
10777 Documentary/Video video* documentary documentaries film* movie* footage
10778 Evidence ascertain*_n(no|not|cannot|lack*|insuff*|need*~5) confirm*_n(no|not|cannot|lack*|insuff*|need*~5) corrobor*_n(no|not|cannot|lack*|insuff*|need*~5) evidenc*_n(no|not|cannot|lack*|insuff*|need*~5) proof_n(no|not|cannot|lack*|insuff*|need*~5) verif*_n(no|not|cannot|lack*|insuff*|need*~5)
10779 Fact fact facts
10780 Gesture/Symbolic/Token/Sign gestur* symbol* token* sign_y(a|of~2) signs_y(the~2) signal*
10781 Interview interview*
10782 Language language* dialect* tongue_n(the|his|her~5)
10783 Letter/Written Note letter written* note_y(a~2)
10784 Music/Songs/Anthem/Hymn music* song* anthem* hymn* melod*
10785 News/Current Affairs news* current_y(affairs~2) cover*_y(media|tv|television|network|live~2)
10786 No Evidence ascertain*_y(no|not|cannot|lack*|insuff*|need*~5) confirm*_y(no|not|cannot|lack*|insuff*|need*~5) corrobor*_y(no|not|cannot|lack*|insuff*|need*~5) evidenc*_y(no|not|cannot|lack*|insuff*|need*~5) proof_y(no|not|cannot|lack*|insuff*|need*~5) uncertain verif*_y(no|not|cannot|lack*|insuff*|need*~5)
10787 Photo/Picture/Visual (photorealistic representation) photo* pictur* record*_y(visual*~5)
10789 Statistics statistic* number* figures*_y(the|their|our~2)
10790 Visualize/Illustrate/Visual imagery/Multimedia/Computer-generated Images/Graphics/Visual analytics visual*_n(record*~5) illustrat* multimedia graphic* infographic* image*_y(computer*|digital*~5)
10791 Voice Recording recording_n(camera|video|tv|television|*visual|data~5) record*_y(voice|sound|call|phone|conversation|speech~5)
10792 Avatar/User/Username/User Profile/User Account/ScreennameVirtual Identity/Identicon avatar user username profile_y(virtual|facebook|twitter~3) screenname name_y(account|screen~2) identicon
10793 Blasphemy/Sacrilege blasphem* sacrileg* defil* desacr* heresy heretic
10794 Hell/Purgatory hell hellish purgatory
10795 Judgment Day judgment_y(day|last|final~2)
10796 Paradise/Eden/etc paradis* eden nirvana shangri elysi* afterlife
10797 Virgins virgins
10798 Identity identit*
10799 Identity of Dead identi*_y(body|bodies|dead|fallen|killed~5) names_y(bodies|dead|fallen|killed~5)
10800 Agenda/Intention (someone's) agenda*_n(the~5) intention*
10801 Attracted/Attraction/Desire attract* desir*_n(kabila~5) desider* wish* dream*_y(of~2) want*_n(no|neither|nor|hardly|not~5) prefer*
10802 Needs/Requirements/Necessities need needs needy necessit* requirem*
10803 Public Opinion/Opinion Polls poll polls opinion_y(survey*|public~2) people_y(want|prefer~2)
10804 Reputation/Standing reputat* renown* famous* fame standing_y(his|her|their|our|high|lose|gain~5) image_y(bad|good|as|pr|campaign~2)
10805 Culture/Cultural Values/Civilization cultur* civiliz* civilisat* civilised* heritag*
10806 Social Pressure/Peer Pressure pressur*_y(social|peer|friend*|community~2) influenc*_y(social|peer|friend*|community~2)
10807 Duty duty plight dutiful* obligat*
10808 Humanitarian aid*_n(militar*|weapon*|arm*~10)_y(food|humanit*|medic*|suppl*|shelt*|emergenc*|victim*~5)_s(s) charit* emergency_y(relief~5) humanitar*_n(intervention*~5)
10809 Solidarity/Compassion solidar* compass*
10810 Values values
10811 Bible/Commandments/Religious Laws bible* catechis* law*_y(christian*|catholic*|church*~5) rule*_y(christian*|catholic*|church*~5) commandment*_y(christian*|catholic*|church*|ten|10~5) forbid*_y(christian*|catholic*|church|priest|*bishop|pope*~5) allow*_y(christian*|catholic*|church|priest|*bishop|pope*~5)
10812 Quran/Sharia quran* sharia* law*_y(islam*|muslim*|allah~5) rule*_y(islam*|muslim*|imam*~5) commandment*_y(islam*|muslim*|imam*|allah~5) forbid*_y(muslim*|islam*|imam*~5) allow*_y(muslim*|islam*|imam*~5)
10813 Religion/Religious/Sect religio* sect sects church_y(of~2) faith
10814 Torah/Religious Values/Laws torah* halakh* law*_y(jewish|juda*|rabbi*~5) rule*_y(jewish|juda*|rabbi*~5) commandment*_y(jewish|juda*|rabbi*|ten|10~5) forbid*_y(jew*|juda*|rabbi*~5) allow*_y(jew*|juda*|rabbi*~5)
10815 Ban On Chemical/Biological Weapons bio*_y(war*|arm*|weapon*|*munitions|agents~2)_y(treaty|treaties|agreement*|accord|ban~5)
10816 Ban On Land Mines/Cluster Bombs/Other Conventional Weapons mines_y(land~2)_y(treaty|treaties|agreement*|ban~5) cluster_y(treaty|treaties|agreement*|ban~5) conventional_y(arm*|weapon*|*munitions~2)_y(treaty|treaties|agreement*|ban~5)
10817 Geneva Convention/Laws In War geneva_y(convention|treaty~2) war_y(law|legal~5)
10818 Nonproliferation/Nonproliferation Treaty proliferation_y(treaty|agreement|accord~2)_y(anti|non~5)
10819 Resolution/Treaty/Contract/Agreement (NOT In Agreement) accord_y(peace|joint|common~5) resol*_n(un|(united&nations)|joint*|common|adopt*|vote*|agree*|accord*~5) solution_y(conflict|war|situation~5) solv*_y(conflict|war|situation~5) resolution_y(un|(united&nations)|joint*|common|adopt*|vote*|agree*|accord*~5) agreem*_y(an|the|peace|mutual|sign*|official*~2) treaty_n(organization|organisation~2)
10820 Specific Disarmament Treaties disarmament_y(treaty|treaties|agreement*|accord~5) treaty_y(inf|nuclear|salt|antarctic*|tes|space|proliferation|arms|moon|cfe|forces|munitions~5)
10821 Editorial Line/Editorial Control editor*_y(line*|polic*|tendenc*|control*|restrict*|guid*~2)
10822 Parliamentary debate parliament*_y(debat*|discuss*|minutes~5)
10823 Parliamentary declaration parliament*_y(declar*|statem*~5)
10824 Parliamentary resolution parliament*_y(resolut*|pass*|deci*~5)
10825 Pirate Broadcasting/Underground Media pirate_y(radio*|broadcast*|tv|television*~2) underground_y(media|radio*|broadcast*|tv|television|websit*|news*~2)
10826 Press Freedom free*_y(press|media|journalis*|report*~5)
10827 Areas of Control control*_y(area*|zone*||territor*|south|north|*east|*west|valley|town|city|pass~5)
10828 Civil War war_y(civil~2)
10829 Coalition of the Willing willing_y(coalition|alliance~5)
10830 Jihad jihad crusade war_y(holy~2)
10831 Military/War Approach military_y(strateg*|perspect*|approa*|(point&view)~5) war_y(strateg*|perspect*|approa*|(point&view)~5)
10832 Mission mission_n(diplom*|relig*|cathol*|protest*|christian*|salvat*~5) objective_y(its|his|her|their*|our*|this|clear|common|declared|primary|secondary|main|minor|major|further|other|key|limited|one|prime|same|similar|stated|announced~2)_n(assess*|eval*|view*|infor*|coverag*|media*|news*|situat*|fact*~5) objective_y(the&(is|to|of)~2) mandate
10833 Siege siege besiege* sieges beleagu* encircl*
10834 War war_n(civil|holy~2) warlike
10835 Pacifism pacifis* antimilitarist* militarist*_y(anti|against~5)
10836 Peace peace_n(process*|proposal*|plan*|roadmap*|strateg*|initiative*~2)
10837 Peace Process peace_y(process*~2)
10838 Conflict conflict* confrontat* antagonism clash rivalry
10839 Crisis crisis crises
10840 Barriers barrier*_n(trade~2)
10841 Border Conflict Syria-Israel/Golan Heights golan_y(heights~2) syria*_y(israel*~5)_y(border*|disput*|occup*~10)
10842 Connected Territory of Palestinian State territor*_y(connect*|continuous|contiguous~5)_y(palestin*~10) state_y(connect*|continuous|contiguous~5)_y(palestin*~10)
10843 Greater Israel israel_y(greater~2)
10844 Green Line/1967 Borders green_y(line~2) border*_y(*67~5)
10845 Halt Settlements settlement*_y(halt*|stop*|end*~5)
10846 Inaccessible Territory territor*_y(inaccess*|(access*&no*)~5) area*_y(inaccess*|(access*&no*)~5) region*_y(inaccess*|(access*&no*)~5)
10847 Jerusalem Land Purchases land_y(buy*|bought*|purchas*~5)_y(jerusalem~20)
10848 Land Grabs land_y(grab*|annex*|steal*|stolen*~5)_y(israel*|*bank|palestin*|samaria*|judea*~20)
10849 Remove Settlements settlement*_y(remove*|rollback*|back|evict*~5)
10850 Separation Wall/West Bank Barrier wall_y(separation|apartheid|*bank|protection*|security*~5) barrier*_y(apartheid|*bank|protection*|security*~5)
10851 Settlement Policy settlement_y(policy|strategy~2)
10852 Status of Jerusalem jerusalem_y(status~5)
10853 Uganda-DRC Territory Disputes: Rukwanzi Island/Lake Albert/Semliki River rukwanzi_y(territor*|area*|disput*|conflict*|claim*|uganda|congo~5) albert_y(lake~2)_y(territor*|area*|disput*|conflict*|claim*|uganda|congo~5) semliki_y(territor*|area*|disput*|conflict*|claim*|uganda|congo~5)
10854 Zambia-DRC Territory Disputes: Lunkinda River/Pweto lunkinda_y(territor*|area*|disput*|conflict*|claim*|zambia|congo~5) pweto_y(territor*|area*|disput*|conflict*|claim*|uganda|congo~5)
10855 Burundi East African Community Membership african_y(east&community~2)_y(member*~10)
10856 Iranian Support for Hezbollah/Assad iran*_y(assad|hezbollah~10) tehran*_y(assad|hezbollah~10)
10857 Israel Palestine Security Coordination security_y(coordinat*~2)_y(israel*|palestin*|jerusalem|ramallah~20)
10858 Support Flotillas flotilla*_y(palestin*|gaza~5)
10859 Turkish-Kurdish Issues kurd*_y(issue|turk*~5)
10860 UN-Palestine-Relations palestin*_y(un|(united&nations)~10)
10861 Western Support for Rebels rebel*_y(support*|arm*|financ*|money*|fund*~5)_y(syria*~20)
10862 1+4 System system_y(4|four~2)_y(1|one~5)
10863 Hamas Fatah Conflict hamas_y(fatah~10)_n(agree*|unity|cooperat*|recogni*~10)
10864 Kurdish State/Kurdish Autonomy kurd*_y(state*|autonomy|government|independen*|free*~5)
10865 Palestinian Unity palestin*_y(unity~5)
10866 Recognition/Statehood of Palestine palestin*_y(state*|autonomy|government|independen*|free*~10)
10867 Gaza Blockade gaza_y(block*|*siege|access|open~5)
10868 West Bank Occupation occup*_y(west&bank~10) occup*_y(israel*~5)_n(golan|gaza|lebanon|sinai~20)
10869 Demolition of Terrorist Homes home*_y(demolish*|destroy*~10)_y(palestin*|terrorist*|attacker*~20)
10870 Israel's Right to Exist exist*_y(right~5)_y(israel*|(jewish&state)~20)
10871 Jewish State jewish*_y(state*~5)
10872 Political Rights of Israeli Arabs israeli_y(arab*|palestinian*~5)_y(rights~20)
10873 Right to Return return_y(right~5)
10874 Chemical Disarmament chemical*_y(disarm*|destroy|surrender|up|over~5)_y(syria*|assad*~20)
10875 Right to Self Defense *self_y(defen*~2)_y(israel*|palestin*~20)
10876 Rocket Fire rocket*_y(israel*|palestin*|hamas*|gaza|hezbollah|lebanon~20)
10877 Education/Support for Terrorism terror*_y(support*|educat*|train*|raise*~5)
10878 Integration of ex-FNL soldiers fnl_y(ex|former|previous*~2)
10879 Palestinian Prisoners palestinian*_y(prisoner*|inmate*|detain*~5)
10880 Palestinian Refugees palestinian*_y(refugee*~5)
10881 Netiquette/Online Etiquette/Social Behavior Online/Online Culture netiquette etiquette_y(online|web|internet|chat~5) culture_y(online|web|internet|chat~5) behavio*_y(online|web|internet|chat~5)
10882 Americanization/Westernization/Western influence americaniz* americanis* westerniz* westernis* influence*_y(western*|american~5)
10883 Cultural Influences influence*_y(cultur*|foreign*|multicultur*~2)
10884 Cultural Organization/Representation cultur*_y(organi*|associat*|representation*|cent*~2)
10885 Cultural Rights/Recognition cultur*_y(rights|recogni*~5)
10886 Custom/Customs/Rituals/Rites/Cultural Practices (NOT Duties) custom_n(official*|duties~2) customs ritual* rituals rites cultur*_y(practic*|celebr*|observ*~5) tradition*_y(practic*|celebr*|observ*~5)
10887 Traditional Roles tradition*_y(role*|stereotyp*|image*|family|gender|women|woman|household*~5) customs_n(official*|duties~2)
10888 Civil Rights civil_y(right*~2) rights_n(human|fundamental|cultural|constitution*~5)
10889 Freedom of Information free*_y(information*~5)
10890 Freedom Of Movement free*_y(movement|travel*|residen*~5)
10891 Freedom Of Opinion free*_y(opinion~5)
10892 Freedom Of Religion free*_y(religi*~5)
10893 Freedom Of Speech free*_y(speech|express*~5)
10894 Human Rights human_y(right*~2)
10895 Responsibility to Protect to_y(responsibility&protect~2) r2p
10896 Rule Of Law/Monopoly Of Force of_y(rule&law~2) monopol*_y(force|violence~5)
10897 Arab Peace Initiative/Regional Reconciliation peace_y(arab&initiative~2) region*_y(reconcil*|peace*~5)
10898 Israeli Peace Initiative peace_y(israeli&initiative~2)
10899 Mutual Recognition recogni*_y(mutual*~2)
10900 Peace Proposals peace_y(proposal*|plan*|roadmap*|strateg*|initiative*~2)
10901 Three State Solution three_y(state*~2)_y(solution|plan~5)
10902 Two State Solution two_y(state*~2)_y(solution|plan~5)
10903 Administrative Detention detention arrest_y(administrative~2)
10904 Citizenship citizenship citizen*_y(right*|status~5)
10905 Constitution/Constitutional Rights constitution* fundamental_y(law|right*|freedom*~2)
10906 Corruption/Bribe/Bribery corrupt* bribe* graft* nepotis*
10907 Drug Trafficking traffic*_y(drug*|heroine|cocaine|marihuana|weed|dope~5) trad*_y(drug*|heroine|cocaine|marihuana|weed|dope~5) deal*_y(drug*|heroine|cocaine|marihuana|weed|dope~5)
10908 Forced Labor/Labor Camp labor_y(force*|camp*|involuntar*|slave*~5) labour_y(force*|camp*|involuntar*|slave*~5) work*_y(force*|camp*|involuntar*|slave*~5)
10909 Human Trafficking traffic*_y(human*|women*|woman*|child*|peopl*|slave*~5) trad*_y(human*|women*|woman*|child*|peopl*|slave*~5) deal*_y(human*|women*|woman*|child*|peopl*|slave*~5)
10910 International Law/Rules international_y(law*|rule*|contract*|treaty|treaties|norm*~5) global_y(law*|rule*|contract*|treaty|treaties|norm*~5) world*_y(law*|rule*|contract*|treaty|treaties|norm*~5)
10911 Law/Legislation/Legal Framework law* legislation rule* regulation* norms legal_y(framework~2)
10912 Legal Protection/Legal Defense legal*_y(protect*|defen*|counsel*~5)
10913 Legal Uncertainty legal*_y(uncertain*|unclear*|grey*|loophole*~5) regula*_y(vague*|uncertain*|unclear*|grey*|loophole*~5)
10914 Official Language language_y(official|administrat*|recogniz*|status~2)
10915 Residence Permit residenc*_y(permit*|permiss*|allow*|status|id|card|document*~5) resident*_y(permit*|permiss*|allow*|status|id|card|document*|visa~5) liv*_y(permit*|permiss*~5)
10916 Terms of Service/Terms of Use/Terms and Conditions/Disclaimer/User Rights/Privacy Policy terms_y(service|use|conditions~5)
10917 Transitional Justice transition*_y(justice~2) lustration
10918 Work Permit/Interdiction work*_y(permit*|permiss*|allow*|status|id|card|interdict*|visa~5)
10919 Curfew curfew*
10920 Red Line red_y(line*~2)
10921 Restriction restrict* limit limited limits_y(this|it|law|decision|rule~5) constrain*
10922 Ultimatum/Deadline deadline* ultimatum* time_y(out|up~5)
10923 (Foreign) Relations relation*_y(foreign|external|exterior|european|regional|international~2) relations relationship
10924 Citizenship Policy citizenship_y(polic*|rule*|law*|legis*|grant*|deny|denie*|withdraw*|cancel*|revok*|bestow*|extend*|limit*~5) citizen*_y(right*|status~5)_y(polic*|rule*|law*|legis*|grant*|deny|denie*|withdraw*|cancel*|revok*|bestow*|extend*|limit*~10)
10925 Conditions condition* precondition* prerequisite* terms_n(service|use|conditions~5) ifs criteria
10926 Defense Policy defen*_y(polic*|strateg*|doctrin*~5) militar*_y(polic*|strateg*|doctrin*~5)
10927 Development Policy development*_y(polic*~5)
10928 Domestic Politics politics_n(global|international|world|party~2) policy_y(domestic|home|interior|internal~5) policies_y(domestic|home|interior|internal~5) affairs_y(domestic|home|interior|internal~5)
10929 Economic Policy econom*_y(polic*|strateg*|politi*~5)
10930 EU Africa Strategy africa*_y(strateg*|policy~5)_y(european|eu~10) jaes
10931 EU Neighborhood Policy neigborhood*_y(strateg*|policy~5)_y(european|eu~10)
10932 Foreign Policy policy_y(foreign|world|exterior|external~5) policies_y(foreign|world|exterior|external~5) affairs_y(foreign|world|exterior|external~5)
10933 Immigration Policy *migration_y(polic*|strateg*|politi*~5)
10934 International Politics politics_y(global|international|world~2)
10935 Interventionism interventionis*
10936 Isolationism isolationis* interfer*_y(non|not~5) interven*_y(non|not~5)
10937 Minorities Policy minorit*_y(polic*|strateg*|politi*~5)
10938 Neighborship Relations relation*_y(neighbor*~5)
10939 Party Politics party_y(politics~5)
10940 Policy policies policy strateg*_y(governm*|official*|politic*~5)
10941 Position position_y(policy*|on|toward|about~5)
10942 Security Policy/Security Strategy security_y(polic*|strateg*|doctrin*~5)
10943 Occupation occupation occupied_n(with~5) occupy_y(territ*|area*|region*|spac*|land*|palest*|west|gaza|forc*|milit*|troup*|troop*|tank*|fighter*~5) rule_y(under&(foreign*|israel*)~5)
10944 Administration/Government Services administration* authority_y(the|for|government*|public~5) service_y(national|federal|government~5) authorities agency_n(pr|public|communication|news|press~20) institution* bureaucrac*
10945 Alliance/Partnership alliance partnership coalition_n(govern*|parties*|parliament*|rul*~5)
10946 Apartheid apartheid* segregation
10947 Aristocracy/Oligarchs aristocra* oligarch*
10948 Authority/Supervision authority_n(the|for|government*|public~5) supervis*
10949 Autonomy autonomy independence self_y(govern*|rule*~2)
10950 Central Government Control over the Country control_y(government|central|state|maintain*|uphold*~5)
10951 Civilian Oversight civilian*_y(oversight|control|supervis*|authorit*~5)
10952 Dictator/Dictatorship/Autocracy/Strong Man dictator* autocra* strong_y(man|leader~2) tyrant authoritarian* undemocra* democra*_y(no|don|dont|none|nothing|neither|nor|hardly|not~5)
10953 Failed State failed_y(state*~2) control_y(no|lost~2)_y(government|state|central~5)
10954 Foreign Powers' Covert Involvement covert*_y(aid*|support*|involv*|role*|presen*|suppl*|equip*|arm*|help*|commando*|troop*|fighter*|unit*~5)_y(western*|europ*|america*|us*|english*|british*|french*|german*|russia*|serbia*|macedon*|kosov*|turk*|iraq*|iran*|jordan*|syria*|leban*|israel*|saudi*|ugand*|congo*|burund*|rwand*|tanzani*|angola*~10) secret*_y(aid*|support*|involv*|role*|presen*|suppl*|equip*|arm*|help*|commando*|troop*|fighter*|unit*~5)_y(western*|europ*|america*|us*|english*|british*|french*|german*|russia*|serbia*|macedon*|kosov*|turk*|iraq*|iran*|jordan*|syria*|leban*|israel*|saudi*|ugand*|congo*|burund*|rwand*|tanzani*|angola*~10)_s(ar*) unofficial*_y(aid*|support*|involv*|role*|presen*|suppl*|equip*|arm*|help*|commando*|troop*|fighter*|unit*~5)_y(western*|europ*|america*|us*|english*|british*|french*|german*|russia*|serbia*|macedon*|kosov*|turk*|iraq*|iran*|jordan*|syria*|leban*|israel*|saudi*|ugand*|congo*|burund*|rwand*|tanzani*|angola*~10)
10955 Government government* cabinet* ministers
10956 Liberalism liberalism liberali*
10957 Liberty libert*
10958 Minority Representation represent*_y(minorit*|ethnic*|communit*|interest*~5) party_y(minorit*|ethnic*|communit*|interest*~5) voic*_y(minorit*|ethnic*|communit*|interest*~5)
10959 National Unity/Unity Government unity_y(national|government|front~2) national_y(front~2)
10960 Order order_y(law|maintain*|creat*|uphold*|hav*|be|restor*~5)
10961 Parliament parliament* senat* congress* assembly assemble
10962 Paternalism/Clientelism paternalis* clientelis* old_y(boys~2) coterie cronyis* clique* cliquish* cronies
10963 Power-Sharing power_y(share|shares|sharing|shared~5)
10964 Raison d'Etat/Realpolitik realpolitik pragmat*_y(poli*~5) raison_y(etat~5)
10965 Stalemate/Tie/Draw/Standoff stalemate tie draw_y(a~2) standoff neither_y(win*~5)
10966 Theocracy theocra* relig*_y(state*~2)
10967 Voting System/Electoral Rules voting_y(system|law*|procedure*|rules~2) elect*_y(system|law*|procedure*|rules~2)
10968 World Order world_y(order~2)
10969 Black Market/Illegal Trade market*_y(black|illegal*~5) trade*_y(illegal*|illicit*~5)
10970 Economy economy business
10971 Export export*
10972 External Funding/Capital fund*_y(privat*|third|external*~2) capital_y(rais*|inflow*|attract*~5) invest_n(foreign~5) investin*_n(foreign~5) investm*_n(foreign~5) investor*_n(foreign~5) investe*_n(foreign~5)
10973 Foreign Funding/Support foreign*_y(invest|investin*|investm*|investor*|investe*|capital|support*|money|donor*|financier*~5) inflow*_y(invest*|capital|support*|money~5)
10974 Free Trade trade_y(free~2)
10975 Globalization globali*
10976 Import import importe* imports importi*
10977 Inflation/Hyperinflation *inflation price*_y(ris*|increas*|skyrocket*|explod*~5)
10978 State Monopoly monopol*_y(state|public|governm*~5)
10979 Stock Market stock_y(market*|rate*|trade*~5)
10980 Trade trade trading goods commodit*
10981 Trade Barriers/Duties/Customs duties_y(rais*|demand*|levy*|on~2) customs trade_y(barrier*|friction*~5)
10982 Agriculture/Harvest/Fields agricultur* harvest* fields plantation* farm* crops
10983 Building Materials build*_y(material*|supplies~2) construction_y(material*|supplies~2) cement wood bricks girder*
10984 Engineering engineer* construction
10985 Housing/Urban Development/Build Homes housing homes develop*_y(city|urban~5) residential
10986 Industry industry industries industrial*
10987 Manufacture/Crafts manufact* crafts craftmen* handicraft craft craftsm*
10988 Mining/Drilling/Day Mining mining mine_y(coal|ore|gold|diamond|day|mineral*|metal|gem*|lime*|salt*~5) drill* oil_y(produc*|well|wells|field*~5)
10989 Production/Productivity produc*
10990 Services/Service Economy services service_y(econ*|provision|sector~2) banking sector_y(tertia*|third~2)
10991 Compensation/Reparation compens* reparation*
10992 War Effort/War Bonds war_y(effort*|bond*|contrib*|financ*~5)
10993 Debt/Deficit debt* indebt* deficit*
10994 Fiscal/Tax fiscal tax taxation taxes tariff*
10995 GDP/National Income gdp gnp product_y(domestic|national~2) income_y(domestic|national~2)
10996 Government Funding fund*_y(government*|state|public*~2) subsidy subsidiz* subsidies
10997 Incentive incentiv* stimulus induce* carrot*
10998 Monetary monetary money currency
10999 Prohibitive Taxes/Penalties penalt*_n(death~2) prohibitive_y(tax*|fine*|dut*|lev*|cost*|barrier*~5)
11000 Protectionism protectionis*
11001 Revenue/Tax Income/Raise Taxes revenue* tax*_y(incom*|rais*|collect*~5)