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