@xyo-network/wallet 2.21.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/LICENSE +165 -0
  2. package/README.md +79 -0
  3. package/babel.config.json +5 -0
  4. package/dist/cjs/Wallet/Base/Base.d.ts +8 -0
  5. package/dist/cjs/Wallet/Base/Base.js +37 -0
  6. package/dist/cjs/Wallet/Base/Base.js.map +1 -0
  7. package/dist/cjs/Wallet/Base/index.d.ts +1 -0
  8. package/dist/cjs/Wallet/Base/index.js +5 -0
  9. package/dist/cjs/Wallet/Base/index.js.map +1 -0
  10. package/dist/cjs/Wallet/index.d.ts +1 -0
  11. package/dist/cjs/Wallet/index.js +5 -0
  12. package/dist/cjs/Wallet/index.js.map +1 -0
  13. package/dist/cjs/WebWallet/Web.d.ts +5 -0
  14. package/dist/cjs/WebWallet/Web.js +15 -0
  15. package/dist/cjs/WebWallet/Web.js.map +1 -0
  16. package/dist/cjs/WebWallet/index.d.ts +1 -0
  17. package/dist/cjs/WebWallet/index.js +5 -0
  18. package/dist/cjs/WebWallet/index.js.map +1 -0
  19. package/dist/cjs/Words/Words.d.ts +2 -0
  20. package/dist/cjs/Words/Words.js +2644 -0
  21. package/dist/cjs/Words/Words.js.map +1 -0
  22. package/dist/cjs/Words/WordsPayload.d.ts +4 -0
  23. package/dist/cjs/Words/WordsPayload.js +3 -0
  24. package/dist/cjs/Words/WordsPayload.js.map +1 -0
  25. package/dist/cjs/Words/index.d.ts +2 -0
  26. package/dist/cjs/Words/index.js +6 -0
  27. package/dist/cjs/Words/index.js.map +1 -0
  28. package/dist/cjs/browserIndex.d.ts +3 -0
  29. package/dist/cjs/browserIndex.js +7 -0
  30. package/dist/cjs/browserIndex.js.map +1 -0
  31. package/dist/cjs/index.d.ts +2 -0
  32. package/dist/cjs/index.js +6 -0
  33. package/dist/cjs/index.js.map +1 -0
  34. package/dist/docs.json +7 -0
  35. package/dist/esm/Wallet/Base/Base.d.ts +8 -0
  36. package/dist/esm/Wallet/Base/Base.js +30 -0
  37. package/dist/esm/Wallet/Base/Base.js.map +1 -0
  38. package/dist/esm/Wallet/Base/index.d.ts +1 -0
  39. package/dist/esm/Wallet/Base/index.js +2 -0
  40. package/dist/esm/Wallet/Base/index.js.map +1 -0
  41. package/dist/esm/Wallet/index.d.ts +1 -0
  42. package/dist/esm/Wallet/index.js +2 -0
  43. package/dist/esm/Wallet/index.js.map +1 -0
  44. package/dist/esm/WebWallet/Web.d.ts +5 -0
  45. package/dist/esm/WebWallet/Web.js +11 -0
  46. package/dist/esm/WebWallet/Web.js.map +1 -0
  47. package/dist/esm/WebWallet/index.d.ts +1 -0
  48. package/dist/esm/WebWallet/index.js +2 -0
  49. package/dist/esm/WebWallet/index.js.map +1 -0
  50. package/dist/esm/Words/Words.d.ts +2 -0
  51. package/dist/esm/Words/Words.js +2641 -0
  52. package/dist/esm/Words/Words.js.map +1 -0
  53. package/dist/esm/Words/WordsPayload.d.ts +4 -0
  54. package/dist/esm/Words/WordsPayload.js +2 -0
  55. package/dist/esm/Words/WordsPayload.js.map +1 -0
  56. package/dist/esm/Words/index.d.ts +2 -0
  57. package/dist/esm/Words/index.js +3 -0
  58. package/dist/esm/Words/index.js.map +1 -0
  59. package/dist/esm/browserIndex.d.ts +3 -0
  60. package/dist/esm/browserIndex.js +4 -0
  61. package/dist/esm/browserIndex.js.map +1 -0
  62. package/dist/esm/index.d.ts +2 -0
  63. package/dist/esm/index.js +3 -0
  64. package/dist/esm/index.js.map +1 -0
  65. package/jest.config.cjs +25 -0
  66. package/package.json +57 -0
  67. package/src/Wallet/Base/Base.spec.ts +10 -0
  68. package/src/Wallet/Base/Base.ts +35 -0
  69. package/src/Wallet/Base/index.ts +1 -0
  70. package/src/Wallet/index.ts +1 -0
  71. package/src/WebWallet/Web.spec.ts +9 -0
  72. package/src/WebWallet/Web.ts +13 -0
  73. package/src/WebWallet/index.ts +1 -0
  74. package/src/Words/Words.ts +2643 -0
  75. package/src/Words/WordsPayload.ts +5 -0
  76. package/src/Words/index.ts +2 -0
  77. package/src/browserIndex.ts +3 -0
  78. package/src/index.ts +2 -0
@@ -0,0 +1,2643 @@
1
+ /* eslint-disable max-lines */
2
+ import { XyoWordsPayload } from './WordsPayload'
3
+
4
+ //TODO: Move to archivist
5
+ export const Words: XyoWordsPayload = {
6
+ schema: 'network.xyo.words',
7
+ words: [
8
+ 'abandon',
9
+ 'abandoned',
10
+ 'abducted',
11
+ 'abduction',
12
+ 'abductions',
13
+ 'abhor',
14
+ 'abhorred',
15
+ 'abhorrent',
16
+ 'abhors',
17
+ 'abilities',
18
+ 'ability',
19
+ 'aboard',
20
+ 'absentee',
21
+ 'absentees',
22
+ 'absolve',
23
+ 'absolved',
24
+ 'absolves',
25
+ 'absolving',
26
+ 'absorbed',
27
+ 'abuse',
28
+ 'abused',
29
+ 'abuses',
30
+ 'abusive',
31
+ 'accept',
32
+ 'accepted',
33
+ 'accepting',
34
+ 'accepts',
35
+ 'accident',
36
+ 'accidental',
37
+ 'accidentally',
38
+ 'accidents',
39
+ 'accomplish',
40
+ 'accomplished',
41
+ 'accomplishes',
42
+ 'accusation',
43
+ 'accusations',
44
+ 'accuse',
45
+ 'accused',
46
+ 'accuses',
47
+ 'accusing',
48
+ 'ache',
49
+ 'achievable',
50
+ 'aching',
51
+ 'acquit',
52
+ 'acquits',
53
+ 'acquitted',
54
+ 'acquitting',
55
+ 'acrimonious',
56
+ 'active',
57
+ 'adequate',
58
+ 'admire',
59
+ 'admired',
60
+ 'admires',
61
+ 'admiring',
62
+ 'admit',
63
+ 'admits',
64
+ 'admitted',
65
+ 'admonish',
66
+ 'admonished',
67
+ 'adopt',
68
+ 'adopts',
69
+ 'adorable',
70
+ 'adore',
71
+ 'adored',
72
+ 'adores',
73
+ 'advanced',
74
+ 'advantage',
75
+ 'advantages',
76
+ 'adventure',
77
+ 'adventures',
78
+ 'adventurous',
79
+ 'affected',
80
+ 'affection',
81
+ 'affectionate',
82
+ 'afflicted',
83
+ 'affronted',
84
+ 'afraid',
85
+ 'aggravate',
86
+ 'aggravated',
87
+ 'aggravates',
88
+ 'aggravating',
89
+ 'aggression',
90
+ 'aggressions',
91
+ 'aggressive',
92
+ 'aghast',
93
+ 'agog',
94
+ 'agonise',
95
+ 'agonised',
96
+ 'agonises',
97
+ 'agonising',
98
+ 'agonize',
99
+ 'agonized',
100
+ 'agonizes',
101
+ 'agonizing',
102
+ 'agree',
103
+ 'agreeable',
104
+ 'agreed',
105
+ 'agreement',
106
+ 'agrees',
107
+ 'alarm',
108
+ 'alarmed',
109
+ 'alarmist',
110
+ 'alarmists',
111
+ 'alas',
112
+ 'alert',
113
+ 'alienation',
114
+ 'alive',
115
+ 'allergic',
116
+ 'allow',
117
+ 'alone',
118
+ 'amaze',
119
+ 'amazed',
120
+ 'amazes',
121
+ 'amazing',
122
+ 'ambitious',
123
+ 'ambivalent',
124
+ 'amuse',
125
+ 'amused',
126
+ 'amusement',
127
+ 'amusements',
128
+ 'anger',
129
+ 'angers',
130
+ 'angry',
131
+ 'anguish',
132
+ 'anguished',
133
+ 'animosity',
134
+ 'annoy',
135
+ 'annoyance',
136
+ 'annoyed',
137
+ 'annoying',
138
+ 'annoys',
139
+ 'antagonistic',
140
+ 'anti',
141
+ 'anticipation',
142
+ 'anxiety',
143
+ 'anxious',
144
+ 'apathetic',
145
+ 'apathy',
146
+ 'apeshit',
147
+ 'apocalyptic',
148
+ 'apologise',
149
+ 'apologised',
150
+ 'apologises',
151
+ 'apologising',
152
+ 'apologize',
153
+ 'apologized',
154
+ 'apologizes',
155
+ 'apologizing',
156
+ 'apology',
157
+ 'appalled',
158
+ 'appalling',
159
+ 'appease',
160
+ 'appeased',
161
+ 'appeases',
162
+ 'appeasing',
163
+ 'applaud',
164
+ 'applauded',
165
+ 'applauding',
166
+ 'applauds',
167
+ 'applause',
168
+ 'appreciate',
169
+ 'appreciated',
170
+ 'appreciates',
171
+ 'appreciating',
172
+ 'appreciation',
173
+ 'apprehensive',
174
+ 'approval',
175
+ 'approved',
176
+ 'approves',
177
+ 'ardent',
178
+ 'arrest',
179
+ 'arrested',
180
+ 'arrests',
181
+ 'arrogant',
182
+ 'ashame',
183
+ 'ashamed',
184
+ 'assassination',
185
+ 'assassinations',
186
+ 'asset',
187
+ 'assets',
188
+ 'assfucking',
189
+ 'astonished',
190
+ 'astound',
191
+ 'astounded',
192
+ 'astounding',
193
+ 'astoundingly',
194
+ 'astounds',
195
+ 'attack',
196
+ 'attacked',
197
+ 'attacking',
198
+ 'attacks',
199
+ 'attract',
200
+ 'attracted',
201
+ 'attracting',
202
+ 'attraction',
203
+ 'attractions',
204
+ 'attracts',
205
+ 'audacious',
206
+ 'authority',
207
+ 'avert',
208
+ 'averted',
209
+ 'averts',
210
+ 'avid',
211
+ 'avoid',
212
+ 'avoided',
213
+ 'avoids',
214
+ 'await',
215
+ 'awaited',
216
+ 'awaits',
217
+ 'award',
218
+ 'awarded',
219
+ 'awards',
220
+ 'awesome',
221
+ 'awful',
222
+ 'awkward',
223
+ 'axe',
224
+ 'axed',
225
+ 'abandons',
226
+ 'backing',
227
+ 'backs',
228
+ 'badass',
229
+ 'badly',
230
+ 'bailout',
231
+ 'bamboozle',
232
+ 'bamboozled',
233
+ 'bamboozles',
234
+ 'ban',
235
+ 'banish',
236
+ 'bankrupt',
237
+ 'bankster',
238
+ 'banned',
239
+ 'bargain',
240
+ 'barrier',
241
+ 'bastards',
242
+ 'battle',
243
+ 'battles',
244
+ 'beaten',
245
+ 'beatific',
246
+ 'beating',
247
+ 'beauties',
248
+ 'beautiful',
249
+ 'beautifully',
250
+ 'beautify',
251
+ 'belittle',
252
+ 'belittled',
253
+ 'beloved',
254
+ 'benefit',
255
+ 'benefits',
256
+ 'benefitted',
257
+ 'benefitting',
258
+ 'bereave',
259
+ 'bereaved',
260
+ 'bereaves',
261
+ 'bereaving',
262
+ 'best',
263
+ 'betray',
264
+ 'betrayal',
265
+ 'betrayed',
266
+ 'betraying',
267
+ 'betrays',
268
+ 'better',
269
+ 'bias',
270
+ 'biased',
271
+ 'big',
272
+ 'bitter',
273
+ 'bitterly',
274
+ 'bizarre',
275
+ 'blah',
276
+ 'blame',
277
+ 'blamed',
278
+ 'blames',
279
+ 'blaming',
280
+ 'bless',
281
+ 'blesses',
282
+ 'blessing',
283
+ 'blind',
284
+ 'bliss',
285
+ 'blissful',
286
+ 'blithe',
287
+ 'block',
288
+ 'blockbuster',
289
+ 'blocked',
290
+ 'blocking',
291
+ 'blocks',
292
+ 'bloody',
293
+ 'blurry',
294
+ 'boastful',
295
+ 'bold',
296
+ 'boldly',
297
+ 'boost',
298
+ 'boosted',
299
+ 'boosting',
300
+ 'boosts',
301
+ 'bore',
302
+ 'bored',
303
+ 'boring',
304
+ 'bother',
305
+ 'bothered',
306
+ 'bothers',
307
+ 'bothersome',
308
+ 'boycott',
309
+ 'boycotted',
310
+ 'boycotting',
311
+ 'boycotts',
312
+ 'brainwashing',
313
+ 'brave',
314
+ 'breakthrough',
315
+ 'breathtaking',
316
+ 'bribe',
317
+ 'bright',
318
+ 'brightest',
319
+ 'brightness',
320
+ 'brilliant',
321
+ 'brisk',
322
+ 'broke',
323
+ 'broken',
324
+ 'brooding',
325
+ 'bullied',
326
+ 'bully',
327
+ 'bullying',
328
+ 'bummer',
329
+ 'buoyant',
330
+ 'burden',
331
+ 'burdened',
332
+ 'burdening',
333
+ 'burdens',
334
+ 'backed',
335
+ 'bad',
336
+ 'committed',
337
+ 'calming',
338
+ 'cancel',
339
+ 'cancelled',
340
+ 'cancelling',
341
+ 'cancels',
342
+ 'capable',
343
+ 'captivated',
344
+ 'care',
345
+ 'carefree',
346
+ 'careful',
347
+ 'carefully',
348
+ 'careless',
349
+ 'cares',
350
+ 'casualty',
351
+ 'catastrophe',
352
+ 'catastrophic',
353
+ 'cautious',
354
+ 'celebrate',
355
+ 'celebrated',
356
+ 'celebrates',
357
+ 'celebrating',
358
+ 'censor',
359
+ 'censored',
360
+ 'censors',
361
+ 'certain',
362
+ 'chagrin',
363
+ 'chagrined',
364
+ 'challenge',
365
+ 'chance',
366
+ 'chances',
367
+ 'chaos',
368
+ 'chaotic',
369
+ 'charged',
370
+ 'charges',
371
+ 'charm',
372
+ 'charming',
373
+ 'charmless',
374
+ 'chastise',
375
+ 'chastised',
376
+ 'chastises',
377
+ 'chastising',
378
+ 'cheat',
379
+ 'cheated',
380
+ 'cheater',
381
+ 'cheaters',
382
+ 'cheats',
383
+ 'calmed',
384
+ 'cheered',
385
+ 'cheerful',
386
+ 'cheering',
387
+ 'cheerless',
388
+ 'cheers',
389
+ 'cheery',
390
+ 'cherish',
391
+ 'cherished',
392
+ 'cherishes',
393
+ 'cherishing',
394
+ 'chic',
395
+ 'childish',
396
+ 'chilling',
397
+ 'choke',
398
+ 'choked',
399
+ 'chokes',
400
+ 'choking',
401
+ 'clarifies',
402
+ 'clarity',
403
+ 'clash',
404
+ 'classy',
405
+ 'clean',
406
+ 'cleaner',
407
+ 'clear',
408
+ 'cleared',
409
+ 'clearly',
410
+ 'clears',
411
+ 'clever',
412
+ 'clouded',
413
+ 'clueless',
414
+ 'cocksuckers',
415
+ 'coerced',
416
+ 'collapse',
417
+ 'collapsed',
418
+ 'collapses',
419
+ 'collapsing',
420
+ 'collide',
421
+ 'collides',
422
+ 'colliding',
423
+ 'collision',
424
+ 'collisions',
425
+ 'colluding',
426
+ 'combat',
427
+ 'combats',
428
+ 'comedy',
429
+ 'comfort',
430
+ 'comfortable',
431
+ 'comforting',
432
+ 'comforts',
433
+ 'commend',
434
+ 'commended',
435
+ 'commit',
436
+ 'commitment',
437
+ 'commits',
438
+ 'calms',
439
+ 'committing',
440
+ 'compassionate',
441
+ 'compelled',
442
+ 'competent',
443
+ 'competitive',
444
+ 'complacent',
445
+ 'complain',
446
+ 'complained',
447
+ 'complains',
448
+ 'comprehensive',
449
+ 'conciliate',
450
+ 'conciliated',
451
+ 'conciliates',
452
+ 'conciliating',
453
+ 'condemn',
454
+ 'condemnation',
455
+ 'condemned',
456
+ 'condemns',
457
+ 'confidence',
458
+ 'confident',
459
+ 'conflict',
460
+ 'conflicting',
461
+ 'conflictive',
462
+ 'conflicts',
463
+ 'confuse',
464
+ 'confused',
465
+ 'confusing',
466
+ 'congrats',
467
+ 'congratulate',
468
+ 'congratulation',
469
+ 'congratulations',
470
+ 'consent',
471
+ 'consents',
472
+ 'consolable',
473
+ 'constrained',
474
+ 'contagion',
475
+ 'contagions',
476
+ 'contagious',
477
+ 'contempt',
478
+ 'contemptuous',
479
+ 'contemptuously',
480
+ 'contend',
481
+ 'contender',
482
+ 'contending',
483
+ 'contentious',
484
+ 'contestable',
485
+ 'controversial',
486
+ 'controversially',
487
+ 'convince',
488
+ 'convinced',
489
+ 'convinces',
490
+ 'convivial',
491
+ 'cool',
492
+ 'cornered',
493
+ 'corpse',
494
+ 'costly',
495
+ 'courage',
496
+ 'courageous',
497
+ 'courteous',
498
+ 'courtesy',
499
+ 'coward',
500
+ 'cowardly',
501
+ 'coziness',
502
+ 'cramp',
503
+ 'crash',
504
+ 'crazier',
505
+ 'craziest',
506
+ 'crazy',
507
+ 'creative',
508
+ 'crestfallen',
509
+ 'cried',
510
+ 'cries',
511
+ 'crime',
512
+ 'criminal',
513
+ 'criminals',
514
+ 'crisis',
515
+ 'critic',
516
+ 'criticism',
517
+ 'criticize',
518
+ 'criticized',
519
+ 'criticizes',
520
+ 'criticizing',
521
+ 'critics',
522
+ 'cruel',
523
+ 'cruelty',
524
+ 'crush',
525
+ 'crushed',
526
+ 'crushes',
527
+ 'crushing',
528
+ 'cry',
529
+ 'crying',
530
+ 'curious',
531
+ 'curse',
532
+ 'cut',
533
+ 'cute',
534
+ 'cuts',
535
+ 'cutting',
536
+ 'cynic',
537
+ 'cynical',
538
+ 'cynicism',
539
+ 'calm',
540
+ 'cheer',
541
+ 'damages',
542
+ 'damned',
543
+ 'danger',
544
+ 'daredevil',
545
+ 'daring',
546
+ 'darkest',
547
+ 'darkness',
548
+ 'dauntless',
549
+ 'dead',
550
+ 'deadlock',
551
+ 'deafening',
552
+ 'dear',
553
+ 'dearly',
554
+ 'death',
555
+ 'debonair',
556
+ 'debt',
557
+ 'deceit',
558
+ 'deceitful',
559
+ 'deceive',
560
+ 'deceived',
561
+ 'deceives',
562
+ 'deceiving',
563
+ 'deception',
564
+ 'decisive',
565
+ 'dedicated',
566
+ 'defeated',
567
+ 'defect',
568
+ 'defects',
569
+ 'defender',
570
+ 'defenders',
571
+ 'defenseless',
572
+ 'defer',
573
+ 'deferring',
574
+ 'defiant',
575
+ 'deficit',
576
+ 'degrade',
577
+ 'degraded',
578
+ 'degrades',
579
+ 'dehumanize',
580
+ 'dehumanized',
581
+ 'dehumanizes',
582
+ 'dehumanizing',
583
+ 'deject',
584
+ 'dejected',
585
+ 'dejecting',
586
+ 'dejects',
587
+ 'delay',
588
+ 'delayed',
589
+ 'delight',
590
+ 'delighted',
591
+ 'delighting',
592
+ 'delights',
593
+ 'demand',
594
+ 'demanded',
595
+ 'demanding',
596
+ 'demands',
597
+ 'demonstration',
598
+ 'demoralized',
599
+ 'denied',
600
+ 'denier',
601
+ 'deniers',
602
+ 'denies',
603
+ 'denounce',
604
+ 'denounces',
605
+ 'deny',
606
+ 'denying',
607
+ 'depressed',
608
+ 'depressing',
609
+ 'derail',
610
+ 'derailed',
611
+ 'derails',
612
+ 'deride',
613
+ 'derided',
614
+ 'derides',
615
+ 'deriding',
616
+ 'derision',
617
+ 'desirable',
618
+ 'desire',
619
+ 'desired',
620
+ 'desirous',
621
+ 'damage',
622
+ 'despairing',
623
+ 'despairs',
624
+ 'desperate',
625
+ 'desperately',
626
+ 'despondent',
627
+ 'destroy',
628
+ 'destroyed',
629
+ 'destroying',
630
+ 'destroys',
631
+ 'destruction',
632
+ 'destructive',
633
+ 'detached',
634
+ 'detain',
635
+ 'detained',
636
+ 'detention',
637
+ 'determined',
638
+ 'devastate',
639
+ 'devastated',
640
+ 'devastating',
641
+ 'devoted',
642
+ 'diamond',
643
+ 'die',
644
+ 'died',
645
+ 'difficult',
646
+ 'diffident',
647
+ 'dilemma',
648
+ 'dire',
649
+ 'direful',
650
+ 'dirt',
651
+ 'dirtier',
652
+ 'dirtiest',
653
+ 'dirty',
654
+ 'disabling',
655
+ 'disadvantage',
656
+ 'disadvantaged',
657
+ 'disappear',
658
+ 'disappeared',
659
+ 'disappears',
660
+ 'disappoint',
661
+ 'disappointed',
662
+ 'disappointing',
663
+ 'disappointment',
664
+ 'disappointments',
665
+ 'disappoints',
666
+ 'disaster',
667
+ 'disasters',
668
+ 'disastrous',
669
+ 'disbelieve',
670
+ 'discard',
671
+ 'discarded',
672
+ 'discarding',
673
+ 'discards',
674
+ 'disconsolate',
675
+ 'disconsolation',
676
+ 'discontented',
677
+ 'discord',
678
+ 'discounted',
679
+ 'discouraged',
680
+ 'discredited',
681
+ 'disdain',
682
+ 'disgrace',
683
+ 'disgraced',
684
+ 'disguise',
685
+ 'disguised',
686
+ 'disguises',
687
+ 'disguising',
688
+ 'disgust',
689
+ 'disgusted',
690
+ 'disgusting',
691
+ 'disheartened',
692
+ 'dishonest',
693
+ 'disillusioned',
694
+ 'disinclined',
695
+ 'disjointed',
696
+ 'dislike',
697
+ 'dismal',
698
+ 'dismayed',
699
+ 'disorder',
700
+ 'disorganized',
701
+ 'disoriented',
702
+ 'disparage',
703
+ 'disparaged',
704
+ 'disparages',
705
+ 'disparaging',
706
+ 'displeased',
707
+ 'dispute',
708
+ 'disputed',
709
+ 'disputes',
710
+ 'disputing',
711
+ 'disqualified',
712
+ 'disquiet',
713
+ 'disregard',
714
+ 'disregarded',
715
+ 'disregarding',
716
+ 'disregards',
717
+ 'disrespect',
718
+ 'disrespected',
719
+ 'disruption',
720
+ 'disruptions',
721
+ 'disruptive',
722
+ 'dissatisfied',
723
+ 'distort',
724
+ 'distorted',
725
+ 'distorting',
726
+ 'distorts',
727
+ 'distract',
728
+ 'distracted',
729
+ 'distraction',
730
+ 'distracts',
731
+ 'distress',
732
+ 'distressed',
733
+ 'distresses',
734
+ 'distressing',
735
+ 'distrust',
736
+ 'distrustful',
737
+ 'disturb',
738
+ 'disturbing',
739
+ 'disturbs',
740
+ 'dithering',
741
+ 'dizzy',
742
+ 'dodging',
743
+ 'dodgy',
744
+ 'dolorous',
745
+ 'doom',
746
+ 'doomed',
747
+ 'doubt',
748
+ 'doubted',
749
+ 'doubtful',
750
+ 'doubting',
751
+ 'doubts',
752
+ 'douche',
753
+ 'douchebag',
754
+ 'downcast',
755
+ 'downhearted',
756
+ 'downside',
757
+ 'drag',
758
+ 'dragged',
759
+ 'drags',
760
+ 'drained',
761
+ 'dread',
762
+ 'dreaded',
763
+ 'dreadful',
764
+ 'dreading',
765
+ 'dream',
766
+ 'dreams',
767
+ 'dreary',
768
+ 'droopy',
769
+ 'drop',
770
+ 'drown',
771
+ 'drowned',
772
+ 'drowns',
773
+ 'dubious',
774
+ 'dud',
775
+ 'dull',
776
+ 'dump',
777
+ 'dumped',
778
+ 'dumps',
779
+ 'dupe',
780
+ 'duped',
781
+ 'dysfunction',
782
+ 'despair',
783
+ 'eager',
784
+ 'ease',
785
+ 'easy',
786
+ 'ecstatic',
787
+ 'eerie',
788
+ 'eery',
789
+ 'effective',
790
+ 'effectively',
791
+ 'elated',
792
+ 'elation',
793
+ 'elegant',
794
+ 'elegantly',
795
+ 'embarrass',
796
+ 'embarrassed',
797
+ 'embarrasses',
798
+ 'embarrassing',
799
+ 'embarrassment',
800
+ 'embittered',
801
+ 'embrace',
802
+ 'emergency',
803
+ 'empathetic',
804
+ 'emptiness',
805
+ 'empty',
806
+ 'enchanted',
807
+ 'encourage',
808
+ 'encouraged',
809
+ 'encouragement',
810
+ 'encourages',
811
+ 'endorse',
812
+ 'endorsed',
813
+ 'endorsement',
814
+ 'endorses',
815
+ 'enemies',
816
+ 'energetic',
817
+ 'engage',
818
+ 'engages',
819
+ 'engrossed',
820
+ 'enjoy',
821
+ 'enjoying',
822
+ 'enjoys',
823
+ 'enlighten',
824
+ 'enlightened',
825
+ 'enlightening',
826
+ 'enlightens',
827
+ 'ennui',
828
+ 'enrage',
829
+ 'enraged',
830
+ 'enrages',
831
+ 'enraging',
832
+ 'enrapture',
833
+ 'enslave',
834
+ 'enslaved',
835
+ 'enslaves',
836
+ 'ensure',
837
+ 'ensuring',
838
+ 'enterprising',
839
+ 'entertaining',
840
+ 'enthral',
841
+ 'enthusiastic',
842
+ 'entitled',
843
+ 'entrusted',
844
+ 'envies',
845
+ 'envious',
846
+ 'envy',
847
+ 'envying',
848
+ 'erroneous',
849
+ 'error',
850
+ 'errors',
851
+ 'escape',
852
+ 'escapes',
853
+ 'escaping',
854
+ 'esteemed',
855
+ 'ethical',
856
+ 'euphoria',
857
+ 'euphoric',
858
+ 'eviction',
859
+ 'evil',
860
+ 'exaggerate',
861
+ 'exaggerated',
862
+ 'exaggerates',
863
+ 'exaggerating',
864
+ 'exasperated',
865
+ 'excellence',
866
+ 'excellent',
867
+ 'excite',
868
+ 'excited',
869
+ 'excitement',
870
+ 'exciting',
871
+ 'exclude',
872
+ 'excluded',
873
+ 'exclusion',
874
+ 'exclusive',
875
+ 'excuse',
876
+ 'exempt',
877
+ 'exhausted',
878
+ 'exhilarated',
879
+ 'exhilarates',
880
+ 'exhilarating',
881
+ 'exonerate',
882
+ 'exonerated',
883
+ 'exonerates',
884
+ 'exonerating',
885
+ 'expand',
886
+ 'expands',
887
+ 'expel',
888
+ 'expelled',
889
+ 'expelling',
890
+ 'expels',
891
+ 'exploit',
892
+ 'exploited',
893
+ 'exploiting',
894
+ 'exploits',
895
+ 'exploration',
896
+ 'explorations',
897
+ 'expose',
898
+ 'exposed',
899
+ 'exposes',
900
+ 'exposing',
901
+ 'extend',
902
+ 'extends',
903
+ 'exuberant',
904
+ 'exultant',
905
+ 'exultantly',
906
+ 'earnest',
907
+ 'fad',
908
+ 'fraudster',
909
+ 'faggots',
910
+ 'fail',
911
+ 'failed',
912
+ 'failing',
913
+ 'fails',
914
+ 'failure',
915
+ 'failures',
916
+ 'fainthearted',
917
+ 'fair',
918
+ 'faith',
919
+ 'faithful',
920
+ 'fake',
921
+ 'fakes',
922
+ 'faking',
923
+ 'fallen',
924
+ 'falling',
925
+ 'falsified',
926
+ 'falsify',
927
+ 'fame',
928
+ 'fan',
929
+ 'fantastic',
930
+ 'farce',
931
+ 'fascinate',
932
+ 'fascinated',
933
+ 'fascinates',
934
+ 'fascinating',
935
+ 'fascist',
936
+ 'fascists',
937
+ 'fatalities',
938
+ 'fatality',
939
+ 'fatigue',
940
+ 'fatigued',
941
+ 'fatigues',
942
+ 'fatiguing',
943
+ 'favor',
944
+ 'favored',
945
+ 'favorite',
946
+ 'favorited',
947
+ 'favorites',
948
+ 'favors',
949
+ 'fear',
950
+ 'fearful',
951
+ 'fearing',
952
+ 'fearless',
953
+ 'fearsome',
954
+ 'feeble',
955
+ 'feeling',
956
+ 'felonies',
957
+ 'felony',
958
+ 'fervent',
959
+ 'fervid',
960
+ 'festive',
961
+ 'fiasco',
962
+ 'fidgety',
963
+ 'fight',
964
+ 'fine',
965
+ 'fire',
966
+ 'fired',
967
+ 'firing',
968
+ 'fit',
969
+ 'fitness',
970
+ 'flagship',
971
+ 'flees',
972
+ 'flop',
973
+ 'flops',
974
+ 'flu',
975
+ 'flustered',
976
+ 'focused',
977
+ 'fond',
978
+ 'fondness',
979
+ 'fool',
980
+ 'foolish',
981
+ 'fools',
982
+ 'forced',
983
+ 'foreclosure',
984
+ 'foreclosures',
985
+ 'forget',
986
+ 'forgetful',
987
+ 'forgive',
988
+ 'forgiving',
989
+ 'forgotten',
990
+ 'fortunate',
991
+ 'frantic',
992
+ 'fraud',
993
+ 'frauds',
994
+ 'fabulous',
995
+ 'fraudsters',
996
+ 'fraudulence',
997
+ 'fraudulent',
998
+ 'free',
999
+ 'freedom',
1000
+ 'frenzy',
1001
+ 'fresh',
1002
+ 'friendly',
1003
+ 'fright',
1004
+ 'frightened',
1005
+ 'frightening',
1006
+ 'frikin',
1007
+ 'frisky',
1008
+ 'frowning',
1009
+ 'frustrate',
1010
+ 'frustrated',
1011
+ 'frustrates',
1012
+ 'frustrating',
1013
+ 'frustration',
1014
+ 'ftw',
1015
+ 'fud',
1016
+ 'fuked',
1017
+ 'fuking',
1018
+ 'fulfill',
1019
+ 'fulfilled',
1020
+ 'fulfills',
1021
+ 'fuming',
1022
+ 'fun',
1023
+ 'funeral',
1024
+ 'funerals',
1025
+ 'funky',
1026
+ 'funnier',
1027
+ 'funny',
1028
+ 'furious',
1029
+ 'futile',
1030
+ 'gagged',
1031
+ 'gloom',
1032
+ 'gained',
1033
+ 'gaining',
1034
+ 'gains',
1035
+ 'gallant',
1036
+ 'gallantly',
1037
+ 'gallantry',
1038
+ 'generous',
1039
+ 'genial',
1040
+ 'ghost',
1041
+ 'giddy',
1042
+ 'gift',
1043
+ 'glad',
1044
+ 'glamorous',
1045
+ 'glamourous',
1046
+ 'glee',
1047
+ 'gleeful',
1048
+ 'gag',
1049
+ 'gloomy',
1050
+ 'glorious',
1051
+ 'glory',
1052
+ 'glum',
1053
+ 'godsend',
1054
+ 'good',
1055
+ 'goodness',
1056
+ 'grace',
1057
+ 'gracious',
1058
+ 'grand',
1059
+ 'grant',
1060
+ 'granted',
1061
+ 'granting',
1062
+ 'grants',
1063
+ 'grateful',
1064
+ 'gratification',
1065
+ 'grave',
1066
+ 'gray',
1067
+ 'great',
1068
+ 'greater',
1069
+ 'greatest',
1070
+ 'greed',
1071
+ 'greedy',
1072
+ 'greenwash',
1073
+ 'greenwasher',
1074
+ 'greenwashers',
1075
+ 'greenwashing',
1076
+ 'greet',
1077
+ 'greeted',
1078
+ 'greeting',
1079
+ 'greetings',
1080
+ 'greets',
1081
+ 'grey',
1082
+ 'grief',
1083
+ 'grieved',
1084
+ 'growing',
1085
+ 'growth',
1086
+ 'guarantee',
1087
+ 'guilt',
1088
+ 'guilty',
1089
+ 'gullibility',
1090
+ 'gullible',
1091
+ 'gun',
1092
+ 'gain',
1093
+ 'hid',
1094
+ 'hacked',
1095
+ 'hahaha',
1096
+ 'hahahah',
1097
+ 'hail',
1098
+ 'hailed',
1099
+ 'hapless',
1100
+ 'haplessness',
1101
+ 'happiness',
1102
+ 'happy',
1103
+ 'hard',
1104
+ 'hardier',
1105
+ 'hardship',
1106
+ 'hardy',
1107
+ 'harm',
1108
+ 'harmed',
1109
+ 'harmful',
1110
+ 'ha',
1111
+ 'harms',
1112
+ 'harried',
1113
+ 'harsh',
1114
+ 'harsher',
1115
+ 'harshest',
1116
+ 'hate',
1117
+ 'hated',
1118
+ 'haters',
1119
+ 'hates',
1120
+ 'hating',
1121
+ 'haunt',
1122
+ 'haunted',
1123
+ 'haunting',
1124
+ 'haunts',
1125
+ 'havoc',
1126
+ 'healthy',
1127
+ 'heartbreaking',
1128
+ 'heartbroken',
1129
+ 'heartfelt',
1130
+ 'heaven',
1131
+ 'heavenly',
1132
+ 'heavyhearted',
1133
+ 'help',
1134
+ 'helpful',
1135
+ 'helping',
1136
+ 'helpless',
1137
+ 'helps',
1138
+ 'hero',
1139
+ 'heroes',
1140
+ 'heroic',
1141
+ 'hesitant',
1142
+ 'hesitate',
1143
+ 'haha',
1144
+ 'hide',
1145
+ 'hides',
1146
+ 'hiding',
1147
+ 'highlight',
1148
+ 'hilarious',
1149
+ 'hindrance',
1150
+ 'hoax',
1151
+ 'homesick',
1152
+ 'honest',
1153
+ 'honor',
1154
+ 'honored',
1155
+ 'honoring',
1156
+ 'honour',
1157
+ 'honoured',
1158
+ 'honouring',
1159
+ 'hooligan',
1160
+ 'hooliganism',
1161
+ 'hooligans',
1162
+ 'hope',
1163
+ 'hopeful',
1164
+ 'hopefully',
1165
+ 'hopeless',
1166
+ 'hopelessness',
1167
+ 'hopes',
1168
+ 'hoping',
1169
+ 'horrendous',
1170
+ 'horrible',
1171
+ 'horrific',
1172
+ 'horrified',
1173
+ 'hostile',
1174
+ 'huckster',
1175
+ 'hug',
1176
+ 'huge',
1177
+ 'hugs',
1178
+ 'humerous',
1179
+ 'humiliated',
1180
+ 'humiliation',
1181
+ 'humor',
1182
+ 'humorous',
1183
+ 'humour',
1184
+ 'humourous',
1185
+ 'hunger',
1186
+ 'hurrah',
1187
+ 'hurt',
1188
+ 'hurting',
1189
+ 'hurts',
1190
+ 'hypocritical',
1191
+ 'hysteria',
1192
+ 'hysterical',
1193
+ 'hysterics',
1194
+ 'harming',
1195
+ 'idiotic',
1196
+ 'ignorance',
1197
+ 'ignorant',
1198
+ 'ignore',
1199
+ 'ignored',
1200
+ 'ignores',
1201
+ 'ill',
1202
+ 'illegal',
1203
+ 'illiteracy',
1204
+ 'illness',
1205
+ 'illnesses',
1206
+ 'imbecile',
1207
+ 'immobilized',
1208
+ 'immortal',
1209
+ 'immune',
1210
+ 'impatient',
1211
+ 'imperfect',
1212
+ 'importance',
1213
+ 'important',
1214
+ 'impose',
1215
+ 'imposed',
1216
+ 'imposes',
1217
+ 'imposing',
1218
+ 'impotent',
1219
+ 'impress',
1220
+ 'impressed',
1221
+ 'impresses',
1222
+ 'impressive',
1223
+ 'imprisoned',
1224
+ 'improve',
1225
+ 'improved',
1226
+ 'improvement',
1227
+ 'improves',
1228
+ 'improving',
1229
+ 'inability',
1230
+ 'inaction',
1231
+ 'inadequate',
1232
+ 'incapable',
1233
+ 'incapacitated',
1234
+ 'incensed',
1235
+ 'incompetence',
1236
+ 'incompetent',
1237
+ 'inconsiderate',
1238
+ 'inconvenience',
1239
+ 'inconvenient',
1240
+ 'increase',
1241
+ 'increased',
1242
+ 'indecisive',
1243
+ 'indestructible',
1244
+ 'indifference',
1245
+ 'indifferent',
1246
+ 'indignant',
1247
+ 'indignation',
1248
+ 'indoctrinate',
1249
+ 'indoctrinated',
1250
+ 'indoctrinates',
1251
+ 'indoctrinating',
1252
+ 'ineffective',
1253
+ 'ineffectively',
1254
+ 'infatuated',
1255
+ 'infatuation',
1256
+ 'infected',
1257
+ 'inferior',
1258
+ 'inflamed',
1259
+ 'influential',
1260
+ 'infringement',
1261
+ 'infuriate',
1262
+ 'infuriated',
1263
+ 'infuriates',
1264
+ 'infuriating',
1265
+ 'inhibit',
1266
+ 'injured',
1267
+ 'injury',
1268
+ 'injustice',
1269
+ 'innovate',
1270
+ 'innovates',
1271
+ 'innovation',
1272
+ 'innovative',
1273
+ 'inquisition',
1274
+ 'inquisitive',
1275
+ 'insane',
1276
+ 'insanity',
1277
+ 'insecure',
1278
+ 'insensitive',
1279
+ 'insensitivity',
1280
+ 'insignificant',
1281
+ 'insipid',
1282
+ 'inspiration',
1283
+ 'inspirational',
1284
+ 'inspire',
1285
+ 'inspired',
1286
+ 'inspires',
1287
+ 'inspiring',
1288
+ 'insult',
1289
+ 'insulted',
1290
+ 'insulting',
1291
+ 'insults',
1292
+ 'intact',
1293
+ 'integrity',
1294
+ 'intelligent',
1295
+ 'intense',
1296
+ 'interest',
1297
+ 'interested',
1298
+ 'interesting',
1299
+ 'interests',
1300
+ 'interrogated',
1301
+ 'interrupt',
1302
+ 'interrupted',
1303
+ 'interrupting',
1304
+ 'interruption',
1305
+ 'interrupts',
1306
+ 'intimidate',
1307
+ 'intimidated',
1308
+ 'intimidates',
1309
+ 'intimidating',
1310
+ 'intimidation',
1311
+ 'intricate',
1312
+ 'intrigues',
1313
+ 'invincible',
1314
+ 'invite',
1315
+ 'inviting',
1316
+ 'invulnerable',
1317
+ 'irate',
1318
+ 'ironic',
1319
+ 'irony',
1320
+ 'irrational',
1321
+ 'irresistible',
1322
+ 'irresolute',
1323
+ 'irresponsible',
1324
+ 'irreversible',
1325
+ 'irritate',
1326
+ 'irritated',
1327
+ 'irritating',
1328
+ 'isolated',
1329
+ 'itchy',
1330
+ 'jackasses',
1331
+ 'jaunty',
1332
+ 'jealous',
1333
+ 'jeopardy',
1334
+ 'jerk',
1335
+ 'jewel',
1336
+ 'jewels',
1337
+ 'jocular',
1338
+ 'join',
1339
+ 'joke',
1340
+ 'jokes',
1341
+ 'jolly',
1342
+ 'jovial',
1343
+ 'joy',
1344
+ 'joyful',
1345
+ 'joyfully',
1346
+ 'joyless',
1347
+ 'joyous',
1348
+ 'jubilant',
1349
+ 'jumpy',
1350
+ 'justice',
1351
+ 'justifiably',
1352
+ 'justified',
1353
+ 'jailed',
1354
+ 'kill',
1355
+ 'killed',
1356
+ 'kind',
1357
+ 'kinder',
1358
+ 'kiss',
1359
+ 'kudos',
1360
+ 'keen',
1361
+ 'loathe',
1362
+ 'lag',
1363
+ 'lags',
1364
+ 'lame',
1365
+ 'landmark',
1366
+ 'laugh',
1367
+ 'laughed',
1368
+ 'laughing',
1369
+ 'laughs',
1370
+ 'laughting',
1371
+ 'launched',
1372
+ 'lawl',
1373
+ 'lawsuit',
1374
+ 'lawsuits',
1375
+ 'lazy',
1376
+ 'leak',
1377
+ 'leaked',
1378
+ 'leave',
1379
+ 'legal',
1380
+ 'legally',
1381
+ 'lenient',
1382
+ 'lethargic',
1383
+ 'lethargy',
1384
+ 'liar',
1385
+ 'liars',
1386
+ 'libelous',
1387
+ 'lied',
1388
+ 'lifesaver',
1389
+ 'lighthearted',
1390
+ 'like',
1391
+ 'liked',
1392
+ 'likes',
1393
+ 'limitation',
1394
+ 'limited',
1395
+ 'limits',
1396
+ 'litigation',
1397
+ 'litigious',
1398
+ 'lively',
1399
+ 'livid',
1400
+ 'lmao',
1401
+ 'lmfao',
1402
+ 'lagging',
1403
+ 'loathed',
1404
+ 'loathes',
1405
+ 'loathing',
1406
+ 'lobby',
1407
+ 'lobbying',
1408
+ 'lol',
1409
+ 'lonely',
1410
+ 'lonesome',
1411
+ 'longing',
1412
+ 'loom',
1413
+ 'loomed',
1414
+ 'looming',
1415
+ 'looms',
1416
+ 'loose',
1417
+ 'looses',
1418
+ 'losing',
1419
+ 'loss',
1420
+ 'lost',
1421
+ 'lovable',
1422
+ 'love',
1423
+ 'loved',
1424
+ 'lovelies',
1425
+ 'lovely',
1426
+ 'loving',
1427
+ 'lowest',
1428
+ 'loyal',
1429
+ 'loyalty',
1430
+ 'luck',
1431
+ 'luckily',
1432
+ 'lucky',
1433
+ 'lugubrious',
1434
+ 'lunatic',
1435
+ 'lunatics',
1436
+ 'lurk',
1437
+ 'lurking',
1438
+ 'lurks',
1439
+ 'lackadaisical',
1440
+ 'lagged',
1441
+ 'lack',
1442
+ 'madly',
1443
+ 'madness',
1444
+ 'mandatory',
1445
+ 'manipulated',
1446
+ 'manipulating',
1447
+ 'manipulation',
1448
+ 'marvel',
1449
+ 'marvelous',
1450
+ 'marvels',
1451
+ 'masterpiece',
1452
+ 'masterpieces',
1453
+ 'matter',
1454
+ 'matters',
1455
+ 'mature',
1456
+ 'meaningful',
1457
+ 'meaningless',
1458
+ 'medal',
1459
+ 'mediocrity',
1460
+ 'meditative',
1461
+ 'melancholy',
1462
+ 'menace',
1463
+ 'menaced',
1464
+ 'mercy',
1465
+ 'mess',
1466
+ 'messed',
1467
+ 'methodical',
1468
+ 'mindless',
1469
+ 'miracle',
1470
+ 'mirth',
1471
+ 'mirthful',
1472
+ 'mirthfully',
1473
+ 'misbehave',
1474
+ 'misbehaved',
1475
+ 'misbehaves',
1476
+ 'misbehaving',
1477
+ 'mischief',
1478
+ 'mischiefs',
1479
+ 'miserable',
1480
+ 'misery',
1481
+ 'misgiving',
1482
+ 'misinformation',
1483
+ 'misinformed',
1484
+ 'misinterpreted',
1485
+ 'misleading',
1486
+ 'misread',
1487
+ 'misreporting',
1488
+ 'misrepresentation',
1489
+ 'miss',
1490
+ 'missed',
1491
+ 'missing',
1492
+ 'mistake',
1493
+ 'mistaken',
1494
+ 'mistakes',
1495
+ 'mistaking',
1496
+ 'misunderstand',
1497
+ 'misunderstanding',
1498
+ 'misunderstands',
1499
+ 'misunderstood',
1500
+ 'moan',
1501
+ 'moaned',
1502
+ 'moaning',
1503
+ 'moans',
1504
+ 'mock',
1505
+ 'mocked',
1506
+ 'mocking',
1507
+ 'mocks',
1508
+ 'mongering',
1509
+ 'monopolize',
1510
+ 'monopolized',
1511
+ 'monopolizes',
1512
+ 'monopolizing',
1513
+ 'moody',
1514
+ 'mope',
1515
+ 'moping',
1516
+ 'motivate',
1517
+ 'motivated',
1518
+ 'motivating',
1519
+ 'motivation',
1520
+ 'mourn',
1521
+ 'mourned',
1522
+ 'mournful',
1523
+ 'mourning',
1524
+ 'mourns',
1525
+ 'mumpish',
1526
+ 'murdering',
1527
+ 'murderous',
1528
+ 'murders',
1529
+ 'myth',
1530
+ 'maddening',
1531
+ 'merry',
1532
+ 'naive',
1533
+ 'natural',
1534
+ 'needy',
1535
+ 'negative',
1536
+ 'negativity',
1537
+ 'neglect',
1538
+ 'neglected',
1539
+ 'neglecting',
1540
+ 'neglects',
1541
+ 'nerves',
1542
+ 'nervous',
1543
+ 'nervously',
1544
+ 'nice',
1545
+ 'nifty',
1546
+ 'nasty',
1547
+ 'no',
1548
+ 'noble',
1549
+ 'noisy',
1550
+ 'nonsense',
1551
+ 'noob',
1552
+ 'nosey',
1553
+ 'notorious',
1554
+ 'novel',
1555
+ 'numb',
1556
+ 'nuts',
1557
+ 'obliterated',
1558
+ 'obnoxious',
1559
+ 'obscene',
1560
+ 'obsessed',
1561
+ 'obsolete',
1562
+ 'obstacle',
1563
+ 'obstacles',
1564
+ 'obstinate',
1565
+ 'odd',
1566
+ 'offend',
1567
+ 'offended',
1568
+ 'offender',
1569
+ 'offending',
1570
+ 'offends',
1571
+ 'offline',
1572
+ 'oks',
1573
+ 'ominous',
1574
+ 'opportunities',
1575
+ 'opportunity',
1576
+ 'oppressed',
1577
+ 'oppressive',
1578
+ 'optimism',
1579
+ 'optimistic',
1580
+ 'optionless',
1581
+ 'outcry',
1582
+ 'outmaneuvered',
1583
+ 'outrage',
1584
+ 'outraged',
1585
+ 'outreach',
1586
+ 'outstanding',
1587
+ 'overjoyed',
1588
+ 'overload',
1589
+ 'overlooked',
1590
+ 'overreact',
1591
+ 'overreacted',
1592
+ 'overreaction',
1593
+ 'overreacts',
1594
+ 'oversell',
1595
+ 'overselling',
1596
+ 'oversells',
1597
+ 'oversimplification',
1598
+ 'oversimplified',
1599
+ 'oversimplifies',
1600
+ 'oversimplify',
1601
+ 'overstatement',
1602
+ 'overstatements',
1603
+ 'overweight',
1604
+ 'oxymoron',
1605
+ 'obliterate',
1606
+ 'punished',
1607
+ 'pained',
1608
+ 'panicked',
1609
+ 'pain',
1610
+ 'paradise',
1611
+ 'paradox',
1612
+ 'pardon',
1613
+ 'pardoned',
1614
+ 'pardoning',
1615
+ 'pardons',
1616
+ 'parley',
1617
+ 'passionate',
1618
+ 'passive',
1619
+ 'passively',
1620
+ 'pathetic',
1621
+ 'pay',
1622
+ 'peace',
1623
+ 'peaceful',
1624
+ 'peacefully',
1625
+ 'penalty',
1626
+ 'pensive',
1627
+ 'perfect',
1628
+ 'perfected',
1629
+ 'perfectly',
1630
+ 'perfects',
1631
+ 'peril',
1632
+ 'perjury',
1633
+ 'perpetrator',
1634
+ 'perpetrators',
1635
+ 'perplexed',
1636
+ 'persecute',
1637
+ 'persecuted',
1638
+ 'persecutes',
1639
+ 'persecuting',
1640
+ 'perturbed',
1641
+ 'pesky',
1642
+ 'pessimism',
1643
+ 'pessimistic',
1644
+ 'petrified',
1645
+ 'phobic',
1646
+ 'picturesque',
1647
+ 'pileup',
1648
+ 'pique',
1649
+ 'piqued',
1650
+ 'piteous',
1651
+ 'pitied',
1652
+ 'pity',
1653
+ 'playful',
1654
+ 'pleasant',
1655
+ 'please',
1656
+ 'pleased',
1657
+ 'pleasure',
1658
+ 'poised',
1659
+ 'poison',
1660
+ 'poisoned',
1661
+ 'poisons',
1662
+ 'pollute',
1663
+ 'polluted',
1664
+ 'polluter',
1665
+ 'polluters',
1666
+ 'pollutes',
1667
+ 'poor',
1668
+ 'poorer',
1669
+ 'poorest',
1670
+ 'popular',
1671
+ 'positive',
1672
+ 'positively',
1673
+ 'possessive',
1674
+ 'postpone',
1675
+ 'postponed',
1676
+ 'postpones',
1677
+ 'postponing',
1678
+ 'poverty',
1679
+ 'powerful',
1680
+ 'powerless',
1681
+ 'praise',
1682
+ 'praised',
1683
+ 'praises',
1684
+ 'praising',
1685
+ 'pray',
1686
+ 'praying',
1687
+ 'prays',
1688
+ 'prblm',
1689
+ 'prblms',
1690
+ 'prepared',
1691
+ 'pressure',
1692
+ 'pressured',
1693
+ 'pretend',
1694
+ 'pretending',
1695
+ 'pretends',
1696
+ 'pretty',
1697
+ 'prevent',
1698
+ 'prevented',
1699
+ 'preventing',
1700
+ 'prevents',
1701
+ 'prison',
1702
+ 'prisoner',
1703
+ 'prisoners',
1704
+ 'privileged',
1705
+ 'proactive',
1706
+ 'problem',
1707
+ 'problems',
1708
+ 'profiteer',
1709
+ 'progress',
1710
+ 'prominent',
1711
+ 'promise',
1712
+ 'promised',
1713
+ 'promises',
1714
+ 'promote',
1715
+ 'promoted',
1716
+ 'promotes',
1717
+ 'promoting',
1718
+ 'prosecute',
1719
+ 'prosecuted',
1720
+ 'prosecutes',
1721
+ 'prosecution',
1722
+ 'prospect',
1723
+ 'prospects',
1724
+ 'prosperous',
1725
+ 'protect',
1726
+ 'protected',
1727
+ 'protects',
1728
+ 'protest',
1729
+ 'protesters',
1730
+ 'protesting',
1731
+ 'protests',
1732
+ 'proud',
1733
+ 'proudly',
1734
+ 'provoke',
1735
+ 'provoked',
1736
+ 'provokes',
1737
+ 'provoking',
1738
+ 'pseudoscience',
1739
+ 'punish',
1740
+ 'panic',
1741
+ 'punishes',
1742
+ 'punitive',
1743
+ 'pushy',
1744
+ 'puzzled',
1745
+ 'panics',
1746
+ 'quaking',
1747
+ 'questioned',
1748
+ 'questioning',
1749
+ 'questionable',
1750
+ 'resign',
1751
+ 'racist',
1752
+ 'rage',
1753
+ 'rageful',
1754
+ 'rainy',
1755
+ 'rant',
1756
+ 'ranter',
1757
+ 'ranters',
1758
+ 'rants',
1759
+ 'rapture',
1760
+ 'raptured',
1761
+ 'raptures',
1762
+ 'rapturous',
1763
+ 'rash',
1764
+ 'ratified',
1765
+ 'reach',
1766
+ 'reached',
1767
+ 'reaches',
1768
+ 'reaching',
1769
+ 'reassure',
1770
+ 'reassured',
1771
+ 'reassures',
1772
+ 'reassuring',
1773
+ 'rebellion',
1774
+ 'recession',
1775
+ 'reckless',
1776
+ 'recommend',
1777
+ 'recommended',
1778
+ 'recommends',
1779
+ 'redeemed',
1780
+ 'refuse',
1781
+ 'refused',
1782
+ 'refusing',
1783
+ 'regret',
1784
+ 'regretful',
1785
+ 'regrets',
1786
+ 'regretted',
1787
+ 'regretting',
1788
+ 'reject',
1789
+ 'rejected',
1790
+ 'rejecting',
1791
+ 'rejects',
1792
+ 'rejoice',
1793
+ 'rejoiced',
1794
+ 'rejoices',
1795
+ 'rejoicing',
1796
+ 'relaxed',
1797
+ 'relentless',
1798
+ 'reliant',
1799
+ 'relieve',
1800
+ 'relieved',
1801
+ 'relieves',
1802
+ 'relieving',
1803
+ 'relishing',
1804
+ 'remarkable',
1805
+ 'remorse',
1806
+ 'repulse',
1807
+ 'repulsed',
1808
+ 'rescue',
1809
+ 'rescued',
1810
+ 'racism',
1811
+ 'resentful',
1812
+ 'racists',
1813
+ 'resigned',
1814
+ 'resigning',
1815
+ 'resigns',
1816
+ 'resolute',
1817
+ 'resolve',
1818
+ 'resolved',
1819
+ 'resolves',
1820
+ 'resolving',
1821
+ 'respected',
1822
+ 'responsible',
1823
+ 'responsive',
1824
+ 'restful',
1825
+ 'restless',
1826
+ 'restore',
1827
+ 'restored',
1828
+ 'restores',
1829
+ 'restoring',
1830
+ 'restrict',
1831
+ 'restricted',
1832
+ 'restricting',
1833
+ 'restriction',
1834
+ 'restricts',
1835
+ 'retained',
1836
+ 'retreat',
1837
+ 'revenge',
1838
+ 'revengeful',
1839
+ 'revered',
1840
+ 'revive',
1841
+ 'revives',
1842
+ 'reward',
1843
+ 'rewarded',
1844
+ 'rewarding',
1845
+ 'rewards',
1846
+ 'rich',
1847
+ 'ridiculous',
1848
+ 'rig',
1849
+ 'rigged',
1850
+ 'rigorous',
1851
+ 'rigorously',
1852
+ 'riot',
1853
+ 'riots',
1854
+ 'risk',
1855
+ 'risks',
1856
+ 'rob',
1857
+ 'robed',
1858
+ 'robing',
1859
+ 'robs',
1860
+ 'robust',
1861
+ 'rofl',
1862
+ 'roflcopter',
1863
+ 'roflmao',
1864
+ 'romance',
1865
+ 'rotfl',
1866
+ 'rotflmfao',
1867
+ 'rotflol',
1868
+ 'ruin',
1869
+ 'ruined',
1870
+ 'ruining',
1871
+ 'ruins',
1872
+ 'rescues',
1873
+ 'sabotage',
1874
+ 'sad',
1875
+ 'sadden',
1876
+ 'saddened',
1877
+ 'sadly',
1878
+ 'safe',
1879
+ 'safely',
1880
+ 'safety',
1881
+ 'salient',
1882
+ 'sappy',
1883
+ 'sarcastic',
1884
+ 'satisfied',
1885
+ 'save',
1886
+ 'saved',
1887
+ 'scam',
1888
+ 'scams',
1889
+ 'scandal',
1890
+ 'scandalous',
1891
+ 'scandals',
1892
+ 'scapegoat',
1893
+ 'scapegoats',
1894
+ 'scare',
1895
+ 'scared',
1896
+ 'scary',
1897
+ 'sceptical',
1898
+ 'scold',
1899
+ 'scoop',
1900
+ 'scorn',
1901
+ 'scornful',
1902
+ 'scream',
1903
+ 'screamed',
1904
+ 'screaming',
1905
+ 'screams',
1906
+ 'screwed',
1907
+ 'scumbag',
1908
+ 'secure',
1909
+ 'secured',
1910
+ 'secures',
1911
+ 'sedition',
1912
+ 'seditious',
1913
+ 'seduced',
1914
+ 'selfish',
1915
+ 'selfishness',
1916
+ 'sentence',
1917
+ 'sentenced',
1918
+ 'sentences',
1919
+ 'sentencing',
1920
+ 'serene',
1921
+ 'severe',
1922
+ 'shaky',
1923
+ 'shame',
1924
+ 'shamed',
1925
+ 'shameful',
1926
+ 'share',
1927
+ 'shared',
1928
+ 'shares',
1929
+ 'shattered',
1930
+ 'shock',
1931
+ 'shocked',
1932
+ 'shocking',
1933
+ 'shocks',
1934
+ 'shortage',
1935
+ 'shortages',
1936
+ 'shrew',
1937
+ 'shy',
1938
+ 'sigh',
1939
+ 'significance',
1940
+ 'significant',
1941
+ 'silencing',
1942
+ 'silly',
1943
+ 'sincere',
1944
+ 'sincerely',
1945
+ 'sincerest',
1946
+ 'sincerity',
1947
+ 'sinful',
1948
+ 'singleminded',
1949
+ 'skeptic',
1950
+ 'skeptical',
1951
+ 'skepticism',
1952
+ 'skeptics',
1953
+ 'slam',
1954
+ 'slash',
1955
+ 'slashed',
1956
+ 'slashes',
1957
+ 'slashing',
1958
+ 'slavery',
1959
+ 'sleeplessness',
1960
+ 'slick',
1961
+ 'slicker',
1962
+ 'slickest',
1963
+ 'sluggish',
1964
+ 'smart',
1965
+ 'smarter',
1966
+ 'smartest',
1967
+ 'smear',
1968
+ 'smile',
1969
+ 'smiled',
1970
+ 'smiles',
1971
+ 'smiling',
1972
+ 'smog',
1973
+ 'sneaky',
1974
+ 'snub',
1975
+ 'snubbed',
1976
+ 'snubbing',
1977
+ 'snubs',
1978
+ 'sobering',
1979
+ 'solemn',
1980
+ 'solid',
1981
+ 'solidarity',
1982
+ 'solution',
1983
+ 'solutions',
1984
+ 'solve',
1985
+ 'solved',
1986
+ 'solves',
1987
+ 'solving',
1988
+ 'somber',
1989
+ 'soothe',
1990
+ 'soothed',
1991
+ 'soothing',
1992
+ 'sophisticated',
1993
+ 'sore',
1994
+ 'sorrow',
1995
+ 'sorrowful',
1996
+ 'sorry',
1997
+ 'spam',
1998
+ 'spammer',
1999
+ 'spammers',
2000
+ 'spamming',
2001
+ 'spark',
2002
+ 'sparkle',
2003
+ 'sparkles',
2004
+ 'sparkling',
2005
+ 'speculative',
2006
+ 'spirit',
2007
+ 'spirited',
2008
+ 'spiritless',
2009
+ 'spiteful',
2010
+ 'splendid',
2011
+ 'sprightly',
2012
+ 'squelched',
2013
+ 'stab',
2014
+ 'stabbed',
2015
+ 'stable',
2016
+ 'stabs',
2017
+ 'stall',
2018
+ 'stalled',
2019
+ 'stalling',
2020
+ 'stamina',
2021
+ 'stampede',
2022
+ 'startled',
2023
+ 'starve',
2024
+ 'starved',
2025
+ 'starves',
2026
+ 'starving',
2027
+ 'steadfast',
2028
+ 'steal',
2029
+ 'steals',
2030
+ 'stereotype',
2031
+ 'stereotyped',
2032
+ 'stifled',
2033
+ 'stimulate',
2034
+ 'stimulated',
2035
+ 'stimulates',
2036
+ 'stimulating',
2037
+ 'stingy',
2038
+ 'stolen',
2039
+ 'stop',
2040
+ 'stopped',
2041
+ 'stopping',
2042
+ 'stops',
2043
+ 'stout',
2044
+ 'straight',
2045
+ 'strange',
2046
+ 'strangely',
2047
+ 'strangled',
2048
+ 'strength',
2049
+ 'strengthen',
2050
+ 'strengthened',
2051
+ 'strengthening',
2052
+ 'strengthens',
2053
+ 'stressed',
2054
+ 'stressor',
2055
+ 'stressors',
2056
+ 'stricken',
2057
+ 'strike',
2058
+ 'strikers',
2059
+ 'strikes',
2060
+ 'strong',
2061
+ 'stronger',
2062
+ 'strongest',
2063
+ 'struck',
2064
+ 'struggle',
2065
+ 'struggled',
2066
+ 'struggles',
2067
+ 'struggling',
2068
+ 'stubborn',
2069
+ 'stuck',
2070
+ 'stunned',
2071
+ 'stunning',
2072
+ 'stupidly',
2073
+ 'suave',
2074
+ 'substantial',
2075
+ 'substantially',
2076
+ 'subversive',
2077
+ 'success',
2078
+ 'successful',
2079
+ 'sucks',
2080
+ 'suffer',
2081
+ 'suffering',
2082
+ 'suffers',
2083
+ 'suicidal',
2084
+ 'suing',
2085
+ 'sulking',
2086
+ 'sulky',
2087
+ 'sullen',
2088
+ 'sunshine',
2089
+ 'super',
2090
+ 'superb',
2091
+ 'superior',
2092
+ 'support',
2093
+ 'supported',
2094
+ 'supporter',
2095
+ 'supporters',
2096
+ 'supporting',
2097
+ 'supportive',
2098
+ 'supports',
2099
+ 'survived',
2100
+ 'surviving',
2101
+ 'survivor',
2102
+ 'suspect',
2103
+ 'suspected',
2104
+ 'suspecting',
2105
+ 'suspects',
2106
+ 'suspend',
2107
+ 'suspended',
2108
+ 'suspicious',
2109
+ 'swear',
2110
+ 'swearing',
2111
+ 'swears',
2112
+ 'sweet',
2113
+ 'swift',
2114
+ 'swiftly',
2115
+ 'swindle',
2116
+ 'swindles',
2117
+ 'swindling',
2118
+ 'sympathetic',
2119
+ 'sympathy',
2120
+ 'torn',
2121
+ 'tense',
2122
+ 'tension',
2123
+ 'terrible',
2124
+ 'terribly',
2125
+ 'terrific',
2126
+ 'terrified',
2127
+ 'terror',
2128
+ 'terrorize',
2129
+ 'terrorized',
2130
+ 'terrorizes',
2131
+ 'thank',
2132
+ 'thankful',
2133
+ 'thanks',
2134
+ 'thorny',
2135
+ 'thoughtful',
2136
+ 'thoughtless',
2137
+ 'threat',
2138
+ 'threaten',
2139
+ 'threatened',
2140
+ 'threatening',
2141
+ 'threatens',
2142
+ 'threats',
2143
+ 'thrilled',
2144
+ 'thwart',
2145
+ 'thwarted',
2146
+ 'thwarting',
2147
+ 'thwarts',
2148
+ 'timid',
2149
+ 'timorous',
2150
+ 'tired',
2151
+ 'tolerant',
2152
+ 'toothless',
2153
+ 'top',
2154
+ 'tops',
2155
+ 'tender',
2156
+ 'tortured',
2157
+ 'tortures',
2158
+ 'torturing',
2159
+ 'totalitarian',
2160
+ 'totalitarianism',
2161
+ 'tout',
2162
+ 'touted',
2163
+ 'touting',
2164
+ 'touts',
2165
+ 'tragedy',
2166
+ 'tragic',
2167
+ 'tranquil',
2168
+ 'trap',
2169
+ 'trapped',
2170
+ 'trauma',
2171
+ 'traumatic',
2172
+ 'travesty',
2173
+ 'treason',
2174
+ 'treasonous',
2175
+ 'treasure',
2176
+ 'treasures',
2177
+ 'trembling',
2178
+ 'tremulous',
2179
+ 'tricked',
2180
+ 'trickery',
2181
+ 'triumph',
2182
+ 'triumphant',
2183
+ 'trouble',
2184
+ 'troubled',
2185
+ 'troubles',
2186
+ 'true',
2187
+ 'trust',
2188
+ 'trusted',
2189
+ 'tumor',
2190
+ 'tears',
2191
+ 'ugly',
2192
+ 'unacceptable',
2193
+ 'unappreciated',
2194
+ 'unapproved',
2195
+ 'unaware',
2196
+ 'unbelievable',
2197
+ 'unbelieving',
2198
+ 'unbiased',
2199
+ 'uncertain',
2200
+ 'unclear',
2201
+ 'uncomfortable',
2202
+ 'unconcerned',
2203
+ 'unconfirmed',
2204
+ 'unconvinced',
2205
+ 'uncredited',
2206
+ 'undecided',
2207
+ 'underestimate',
2208
+ 'underestimated',
2209
+ 'underestimates',
2210
+ 'underestimating',
2211
+ 'undermine',
2212
+ 'undermined',
2213
+ 'undermines',
2214
+ 'undermining',
2215
+ 'undeserving',
2216
+ 'undesirable',
2217
+ 'uneasy',
2218
+ 'unemployment',
2219
+ 'unequal',
2220
+ 'unequaled',
2221
+ 'unethical',
2222
+ 'unfair',
2223
+ 'unfocused',
2224
+ 'unfulfilled',
2225
+ 'unhappy',
2226
+ 'unhealthy',
2227
+ 'unified',
2228
+ 'unimpressed',
2229
+ 'unintelligent',
2230
+ 'united',
2231
+ 'unjust',
2232
+ 'unlovable',
2233
+ 'unloved',
2234
+ 'unmatched',
2235
+ 'unmotivated',
2236
+ 'unprofessional',
2237
+ 'unresearched',
2238
+ 'unsatisfied',
2239
+ 'unsecured',
2240
+ 'unsettled',
2241
+ 'unsophisticated',
2242
+ 'unstable',
2243
+ 'unstoppable',
2244
+ 'unsupported',
2245
+ 'unsure',
2246
+ 'untarnished',
2247
+ 'unwanted',
2248
+ 'unworthy',
2249
+ 'upset',
2250
+ 'upsets',
2251
+ 'upsetting',
2252
+ 'uptight',
2253
+ 'urgent',
2254
+ 'useful',
2255
+ 'usefulness',
2256
+ 'useless',
2257
+ 'uselessness',
2258
+ 'vindicates',
2259
+ 'vague',
2260
+ 'validates',
2261
+ 'validating',
2262
+ 'verdict',
2263
+ 'verdicts',
2264
+ 'vested',
2265
+ 'vexation',
2266
+ 'vexing',
2267
+ 'vibrant',
2268
+ 'vicious',
2269
+ 'victim',
2270
+ 'victimize',
2271
+ 'victimized',
2272
+ 'victimizes',
2273
+ 'victimizing',
2274
+ 'victims',
2275
+ 'vigilant',
2276
+ 'vile',
2277
+ 'vindicate',
2278
+ 'vindicated',
2279
+ 'validated',
2280
+ 'vindicating',
2281
+ 'violate',
2282
+ 'violated',
2283
+ 'violates',
2284
+ 'violating',
2285
+ 'violence',
2286
+ 'violent',
2287
+ 'virtuous',
2288
+ 'virulent',
2289
+ 'vision',
2290
+ 'visionary',
2291
+ 'visioning',
2292
+ 'visions',
2293
+ 'vitality',
2294
+ 'vitamin',
2295
+ 'vitriolic',
2296
+ 'vivacious',
2297
+ 'vociferous',
2298
+ 'vulnerability',
2299
+ 'vulnerable',
2300
+ 'validate',
2301
+ 'walkout',
2302
+ 'walkouts',
2303
+ 'want',
2304
+ 'war',
2305
+ 'warfare',
2306
+ 'warm',
2307
+ 'warmth',
2308
+ 'warn',
2309
+ 'warned',
2310
+ 'warning',
2311
+ 'warnings',
2312
+ 'warns',
2313
+ 'waste',
2314
+ 'wasted',
2315
+ 'wasting',
2316
+ 'wavering',
2317
+ 'weak',
2318
+ 'weakness',
2319
+ 'wealth',
2320
+ 'wealthy',
2321
+ 'weary',
2322
+ 'weep',
2323
+ 'weeping',
2324
+ 'weird',
2325
+ 'welcome',
2326
+ 'welcomed',
2327
+ 'welcomes',
2328
+ 'whimsical',
2329
+ 'whitewash',
2330
+ 'wicked',
2331
+ 'widowed',
2332
+ 'willingness',
2333
+ 'win',
2334
+ 'winner',
2335
+ 'winning',
2336
+ 'wins',
2337
+ 'winwin',
2338
+ 'wish',
2339
+ 'wishes',
2340
+ 'wishing',
2341
+ 'withdrawal',
2342
+ 'woebegone',
2343
+ 'woeful',
2344
+ 'won',
2345
+ 'wonderful',
2346
+ 'woo',
2347
+ 'woohoo',
2348
+ 'wooo',
2349
+ 'woow',
2350
+ 'worn',
2351
+ 'worried',
2352
+ 'worry',
2353
+ 'worrying',
2354
+ 'worse',
2355
+ 'worsen',
2356
+ 'worsened',
2357
+ 'worsening',
2358
+ 'worsens',
2359
+ 'worshiped',
2360
+ 'worst',
2361
+ 'worth',
2362
+ 'worthless',
2363
+ 'worthy',
2364
+ 'wow',
2365
+ 'wowow',
2366
+ 'wowww',
2367
+ 'wrathful',
2368
+ 'wreck',
2369
+ 'wrong',
2370
+ 'wronged',
2371
+ 'yeah',
2372
+ 'yearning',
2373
+ 'yeees',
2374
+ 'yes',
2375
+ 'youthful',
2376
+ 'yucky',
2377
+ 'yummy',
2378
+ 'zealot',
2379
+ 'zealots',
2380
+ 'zealous',
2381
+ 'kaleidoscope',
2382
+ 'kangaroo',
2383
+ 'kaput',
2384
+ 'karat',
2385
+ 'karate',
2386
+ 'karma',
2387
+ 'kayak',
2388
+ 'keel',
2389
+ 'keenly',
2390
+ 'keenness',
2391
+ 'keep',
2392
+ 'keeper',
2393
+ 'keeping',
2394
+ 'keepsake',
2395
+ 'keg',
2396
+ 'kennel',
2397
+ 'kept',
2398
+ 'kernel',
2399
+ 'kerosene',
2400
+ 'ketchup',
2401
+ 'kettle',
2402
+ 'key',
2403
+ 'keyboard',
2404
+ 'keyhole',
2405
+ 'keynote',
2406
+ 'khaki',
2407
+ 'khakis',
2408
+ 'kick',
2409
+ 'kickback',
2410
+ 'kickoff',
2411
+ 'kid',
2412
+ 'kiddie',
2413
+ 'kiddo',
2414
+ 'kidnap',
2415
+ 'kidnapper',
2416
+ 'kidnapping',
2417
+ 'kidney',
2418
+ 'kiln',
2419
+ 'kilo',
2420
+ 'kilobyte',
2421
+ 'kilogram',
2422
+ 'kilometer',
2423
+ 'kilowatt',
2424
+ 'kilt',
2425
+ 'kimono',
2426
+ 'kin',
2427
+ 'kindergarten',
2428
+ 'kindergartner',
2429
+ 'kindhearted',
2430
+ 'kindle',
2431
+ 'kindling',
2432
+ 'kindly',
2433
+ 'kindness',
2434
+ 'kindred',
2435
+ 'kinfolk',
2436
+ 'king',
2437
+ 'kingdom',
2438
+ 'kingfisher',
2439
+ 'kingpin',
2440
+ 'kiosk',
2441
+ 'kit',
2442
+ 'kitchen',
2443
+ 'kite',
2444
+ 'kitten',
2445
+ 'kitty',
2446
+ 'kiwi',
2447
+ 'kleenex',
2448
+ 'kleptomaniac',
2449
+ 'klutz',
2450
+ 'klutzy',
2451
+ 'knack',
2452
+ 'knapsack',
2453
+ 'knead',
2454
+ 'knee',
2455
+ 'kneecap',
2456
+ 'kneel',
2457
+ 'knelt',
2458
+ 'knew',
2459
+ 'knickers',
2460
+ 'knickknack',
2461
+ 'knife',
2462
+ 'knight',
2463
+ 'knit',
2464
+ 'knitting',
2465
+ 'knives',
2466
+ 'knob',
2467
+ 'knobby',
2468
+ 'knock',
2469
+ 'knocker',
2470
+ 'knockout',
2471
+ 'knoll',
2472
+ 'knot',
2473
+ 'knotty',
2474
+ 'know',
2475
+ 'knowing',
2476
+ 'knowingly',
2477
+ 'knowledge',
2478
+ 'knowledgeable',
2479
+ 'knowledgeably',
2480
+ 'known',
2481
+ 'knuckle',
2482
+ 'koala',
2483
+ 'kosher',
2484
+ 'kowtow',
2485
+ 'quack',
2486
+ 'quad',
2487
+ 'quadrangle',
2488
+ 'quadrant',
2489
+ 'quadrilateral',
2490
+ 'quadruped',
2491
+ 'quadruple',
2492
+ 'quadruplet',
2493
+ 'quagmire',
2494
+ 'quail',
2495
+ 'quaint',
2496
+ 'quake',
2497
+ 'qualification',
2498
+ 'qualified',
2499
+ 'qualifier',
2500
+ 'qualify',
2501
+ 'qualitative',
2502
+ 'quality',
2503
+ 'qualm',
2504
+ 'quandary',
2505
+ 'quantifier',
2506
+ 'quantify',
2507
+ 'quantitative',
2508
+ 'quantity',
2509
+ 'quarantine',
2510
+ 'quark',
2511
+ 'quarrel',
2512
+ 'quarrelsome',
2513
+ 'quarry',
2514
+ 'quart',
2515
+ 'quarter',
2516
+ 'quarterback',
2517
+ 'quarterfinal',
2518
+ 'quarterly',
2519
+ 'quarters',
2520
+ 'quartet',
2521
+ 'quartz',
2522
+ 'quash',
2523
+ 'quaver',
2524
+ 'quay',
2525
+ 'queasiness',
2526
+ 'queasy',
2527
+ 'queen',
2528
+ 'quell',
2529
+ 'quench',
2530
+ 'query',
2531
+ 'quest',
2532
+ 'question',
2533
+ 'questionnaire',
2534
+ 'quibble',
2535
+ 'quiche',
2536
+ 'quick',
2537
+ 'quicken',
2538
+ 'quickly',
2539
+ 'quicksand',
2540
+ 'quiet',
2541
+ 'quietly',
2542
+ 'quietness',
2543
+ 'quill',
2544
+ 'quilt',
2545
+ 'quintessence',
2546
+ 'quintessential',
2547
+ 'quintet',
2548
+ 'quintuplet',
2549
+ 'quip',
2550
+ 'quirk',
2551
+ 'quirky',
2552
+ 'quit',
2553
+ 'quite',
2554
+ 'quits',
2555
+ 'quitter',
2556
+ 'quiver',
2557
+ 'quixotic',
2558
+ 'quiz',
2559
+ 'quizzical',
2560
+ 'quorum',
2561
+ 'quota',
2562
+ 'quotable',
2563
+ 'quotation',
2564
+ 'quote',
2565
+ 'quotient',
2566
+ 'xanax',
2567
+ 'xenophobia',
2568
+ 'xenophobic',
2569
+ 'xerox',
2570
+ 'xmas',
2571
+ 'xylophone',
2572
+ 'yacht',
2573
+ 'yak',
2574
+ 'yam',
2575
+ 'yank',
2576
+ 'yankee',
2577
+ 'yap',
2578
+ 'yard',
2579
+ 'yardstick',
2580
+ 'yarmulke',
2581
+ 'yarn',
2582
+ 'yawn',
2583
+ 'year',
2584
+ 'yearbook',
2585
+ 'yearling',
2586
+ 'yearly',
2587
+ 'yearn',
2588
+ 'years',
2589
+ 'yeast',
2590
+ 'yell',
2591
+ 'yellow',
2592
+ 'yellowish',
2593
+ 'yelp',
2594
+ 'yen',
2595
+ 'yep',
2596
+ 'yesterday',
2597
+ 'yet',
2598
+ 'yield',
2599
+ 'yippee',
2600
+ 'yo',
2601
+ 'yodel',
2602
+ 'yoga',
2603
+ 'yogurt',
2604
+ 'yoke',
2605
+ 'yokel',
2606
+ 'yolk',
2607
+ 'yonder',
2608
+ 'you',
2609
+ 'young',
2610
+ 'youngster',
2611
+ 'your',
2612
+ 'yours',
2613
+ 'yourself',
2614
+ 'yourselves',
2615
+ 'youth',
2616
+ 'yuck',
2617
+ 'yuletide',
2618
+ 'yum',
2619
+ 'yuppie',
2620
+ 'zany',
2621
+ 'zap',
2622
+ 'zeal',
2623
+ 'zealously',
2624
+ 'zebra',
2625
+ 'zero',
2626
+ 'zest',
2627
+ 'zigzag',
2628
+ 'zillion',
2629
+ 'zinc',
2630
+ 'zip',
2631
+ 'zipper',
2632
+ 'zit',
2633
+ 'zodiac',
2634
+ 'zombie',
2635
+ 'zone',
2636
+ 'zoo',
2637
+ 'zoological',
2638
+ 'zoologist',
2639
+ 'zoology',
2640
+ 'zoom',
2641
+ 'zucchini',
2642
+ ],
2643
+ }