typingtutor 1.0.4 → 1.0.5

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 (157) hide show
  1. checksums.yaml +4 -4
  2. data/.DS_Store +0 -0
  3. data/README.md +3 -1
  4. data/dictionary/.DS_Store +0 -0
  5. data/dictionary/american-abbreviations.70 +4 -0
  6. data/dictionary/american-upper.50 +21 -0
  7. data/dictionary/american-upper.60 +2 -0
  8. data/dictionary/american-upper.70 +68 -0
  9. data/dictionary/american-words.10 +35 -0
  10. data/dictionary/american-words.20 +167 -0
  11. data/dictionary/american-words.35 +1049 -0
  12. data/dictionary/american-words.40 +221 -0
  13. data/dictionary/american-words.50 +781 -0
  14. data/dictionary/american-words.55 +227 -0
  15. data/dictionary/american-words.60 +528 -0
  16. data/dictionary/american-words.70 +1337 -0
  17. data/dictionary/british-abbreviations.55 +1 -0
  18. data/dictionary/british-abbreviations.70 +6 -0
  19. data/dictionary/british-upper.50 +21 -0
  20. data/dictionary/british-upper.60 +2 -0
  21. data/dictionary/british-upper.70 +67 -0
  22. data/dictionary/british-words.10 +47 -0
  23. data/dictionary/british-words.20 +195 -0
  24. data/dictionary/british-words.35 +1078 -0
  25. data/dictionary/british-words.40 +223 -0
  26. data/dictionary/british-words.50 +783 -0
  27. data/dictionary/british-words.55 +219 -0
  28. data/dictionary/british-words.60 +526 -0
  29. data/dictionary/british-words.70 +1339 -0
  30. data/dictionary/british_variant_1-abbreviations.55 +1 -0
  31. data/dictionary/british_variant_1-contractions.35 +1 -0
  32. data/dictionary/british_variant_1-contractions.50 +2 -0
  33. data/dictionary/british_variant_1-contractions.60 +1 -0
  34. data/dictionary/british_variant_1-upper.35 +4 -0
  35. data/dictionary/british_variant_1-upper.40 +6 -0
  36. data/dictionary/british_variant_1-upper.50 +48 -0
  37. data/dictionary/british_variant_1-upper.60 +50 -0
  38. data/dictionary/british_variant_1-upper.70 +3 -0
  39. data/dictionary/british_variant_1-words.10 +15 -0
  40. data/dictionary/british_variant_1-words.20 +44 -0
  41. data/dictionary/british_variant_1-words.35 +264 -0
  42. data/dictionary/british_variant_1-words.40 +74 -0
  43. data/dictionary/british_variant_1-words.50 +287 -0
  44. data/dictionary/british_variant_1-words.55 +86 -0
  45. data/dictionary/british_variant_1-words.60 +164 -0
  46. data/dictionary/british_variant_1-words.70 +23 -0
  47. data/dictionary/british_variant_2-abbreviations.70 +3 -0
  48. data/dictionary/british_variant_2-contractions.50 +9 -0
  49. data/dictionary/british_variant_2-contractions.70 +1 -0
  50. data/dictionary/british_variant_2-upper.35 +1 -0
  51. data/dictionary/british_variant_2-upper.40 +7 -0
  52. data/dictionary/british_variant_2-upper.50 +105 -0
  53. data/dictionary/british_variant_2-upper.60 +53 -0
  54. data/dictionary/british_variant_2-upper.70 +142 -0
  55. data/dictionary/british_variant_2-words.10 +6 -0
  56. data/dictionary/british_variant_2-words.20 +27 -0
  57. data/dictionary/british_variant_2-words.35 +439 -0
  58. data/dictionary/british_variant_2-words.40 +121 -0
  59. data/dictionary/british_variant_2-words.50 +479 -0
  60. data/dictionary/british_variant_2-words.55 +104 -0
  61. data/dictionary/british_variant_2-words.60 +183 -0
  62. data/dictionary/british_variant_2-words.70 +299 -0
  63. data/dictionary/british_z-abbreviations.55 +1 -0
  64. data/dictionary/british_z-abbreviations.70 +6 -0
  65. data/dictionary/british_z-upper.50 +21 -0
  66. data/dictionary/british_z-upper.60 +2 -0
  67. data/dictionary/british_z-upper.70 +68 -0
  68. data/dictionary/british_z-words.10 +44 -0
  69. data/dictionary/british_z-words.20 +186 -0
  70. data/dictionary/british_z-words.35 +1063 -0
  71. data/dictionary/british_z-words.40 +223 -0
  72. data/dictionary/british_z-words.50 +779 -0
  73. data/dictionary/british_z-words.55 +219 -0
  74. data/dictionary/british_z-words.60 +526 -0
  75. data/dictionary/british_z-words.70 +1336 -0
  76. data/dictionary/english-abbreviations.10 +3 -0
  77. data/dictionary/english-abbreviations.20 +2 -0
  78. data/dictionary/english-abbreviations.35 +85 -0
  79. data/dictionary/english-abbreviations.40 +208 -0
  80. data/dictionary/english-abbreviations.50 +683 -0
  81. data/dictionary/english-abbreviations.55 +27 -0
  82. data/dictionary/english-abbreviations.60 +547 -0
  83. data/dictionary/english-abbreviations.70 +693 -0
  84. data/dictionary/english-contractions.10 +13 -0
  85. data/dictionary/english-contractions.35 +5 -0
  86. data/dictionary/english-contractions.40 +30 -0
  87. data/dictionary/english-contractions.50 +8 -0
  88. data/dictionary/english-contractions.60 +12 -0
  89. data/dictionary/english-contractions.70 +13 -0
  90. data/dictionary/english-proper-names.35 +2 -0
  91. data/dictionary/english-proper-names.40 +3 -0
  92. data/dictionary/english-proper-names.50 +7817 -0
  93. data/dictionary/english-proper-names.60 +45 -0
  94. data/dictionary/english-proper-names.70 +1510 -0
  95. data/dictionary/english-upper.10 +13 -0
  96. data/dictionary/english-upper.35 +220 -0
  97. data/dictionary/english-upper.40 +488 -0
  98. data/dictionary/english-upper.50 +10301 -0
  99. data/dictionary/english-upper.60 +725 -0
  100. data/dictionary/english-upper.70 +6303 -0
  101. data/dictionary/english-words.10 +4374 -0
  102. data/dictionary/english-words.20 +7951 -0
  103. data/dictionary/english-words.35 +36071 -0
  104. data/dictionary/english-words.40 +6379 -0
  105. data/dictionary/english-words.50 +23648 -0
  106. data/dictionary/english-words.55 +6213 -0
  107. data/dictionary/english-words.60 +12999 -0
  108. data/dictionary/english-words.70 +33400 -0
  109. data/dictionary/special-hacker.50 +1649 -0
  110. data/dictionary/special-roman-numerals.35 +63 -0
  111. data/dictionary/variant_1-abbreviations.55 +1 -0
  112. data/dictionary/variant_1-contractions.35 +1 -0
  113. data/dictionary/variant_1-contractions.50 +2 -0
  114. data/dictionary/variant_1-contractions.60 +1 -0
  115. data/dictionary/variant_1-upper.35 +4 -0
  116. data/dictionary/variant_1-upper.40 +6 -0
  117. data/dictionary/variant_1-upper.50 +48 -0
  118. data/dictionary/variant_1-upper.60 +51 -0
  119. data/dictionary/variant_1-upper.70 +3 -0
  120. data/dictionary/variant_1-words.10 +22 -0
  121. data/dictionary/variant_1-words.20 +71 -0
  122. data/dictionary/variant_1-words.35 +453 -0
  123. data/dictionary/variant_1-words.40 +96 -0
  124. data/dictionary/variant_1-words.50 +360 -0
  125. data/dictionary/variant_1-words.55 +100 -0
  126. data/dictionary/variant_1-words.60 +187 -0
  127. data/dictionary/variant_1-words.70 +57 -0
  128. data/dictionary/variant_2-abbreviations.70 +3 -0
  129. data/dictionary/variant_2-contractions.50 +9 -0
  130. data/dictionary/variant_2-contractions.70 +1 -0
  131. data/dictionary/variant_2-upper.35 +1 -0
  132. data/dictionary/variant_2-upper.40 +7 -0
  133. data/dictionary/variant_2-upper.50 +109 -0
  134. data/dictionary/variant_2-upper.60 +53 -0
  135. data/dictionary/variant_2-upper.70 +142 -0
  136. data/dictionary/variant_2-words.10 +25 -0
  137. data/dictionary/variant_2-words.20 +98 -0
  138. data/dictionary/variant_2-words.35 +892 -0
  139. data/dictionary/variant_2-words.40 +155 -0
  140. data/dictionary/variant_2-words.50 +608 -0
  141. data/dictionary/variant_2-words.55 +120 -0
  142. data/dictionary/variant_2-words.60 +226 -0
  143. data/dictionary/variant_2-words.70 +331 -0
  144. data/dictionary/variant_3-abbreviations.40 +1 -0
  145. data/dictionary/variant_3-words.10 +9 -0
  146. data/dictionary/variant_3-words.20 +23 -0
  147. data/dictionary/variant_3-words.35 +112 -0
  148. data/dictionary/variant_3-words.40 +29 -0
  149. data/dictionary/variant_3-words.50 +92 -0
  150. data/dictionary/variant_3-words.55 +74 -0
  151. data/dictionary/variant_3-words.60 +33 -0
  152. data/dictionary/variant_3-words.70 +46 -0
  153. data/lib/typingtutor/dictionary.rb +51 -0
  154. data/lib/typingtutor/runner.rb +6 -0
  155. data/lib/typingtutor/version.rb +1 -1
  156. data/lib/typingtutor.rb +1 -0
  157. metadata +153 -3
@@ -0,0 +1,1049 @@
1
+ OK's
2
+ OKed
3
+ OKing
4
+ OKs
5
+ acclimatize
6
+ acclimatized
7
+ acclimatizes
8
+ acclimatizing
9
+ acknowledgment
10
+ acknowledgment's
11
+ acknowledgments
12
+ agonize
13
+ agonized
14
+ agonizes
15
+ agonizing
16
+ airplane
17
+ airplane's
18
+ airplanes
19
+ aluminum
20
+ aluminum's
21
+ ambiance
22
+ ambiance's
23
+ ambiances
24
+ amoebae
25
+ amphitheater
26
+ amphitheater's
27
+ amphitheaters
28
+ analyzer
29
+ anemia
30
+ anemia's
31
+ anemic
32
+ anesthesia
33
+ anesthesia's
34
+ anesthetic
35
+ anesthetic's
36
+ anesthetics
37
+ antagonize
38
+ antagonized
39
+ antagonizes
40
+ antagonizing
41
+ appareled
42
+ appareling
43
+ appetizer
44
+ appetizer's
45
+ appetizers
46
+ appetizing
47
+ arbor
48
+ arbor's
49
+ arbors
50
+ ardor
51
+ ardor's
52
+ ardors
53
+ armor
54
+ armor's
55
+ armored
56
+ armories
57
+ armoring
58
+ armors
59
+ armory
60
+ armory's
61
+ artifact
62
+ artifact's
63
+ artifacts
64
+ authorization's
65
+ authorizations
66
+ balk
67
+ balk's
68
+ balked
69
+ balking
70
+ balks
71
+ bandanna
72
+ bandanna's
73
+ bandannas
74
+ baptize
75
+ baptized
76
+ baptizes
77
+ baptizing
78
+ barreled
79
+ barreling
80
+ behavior's
81
+ behavioral
82
+ belabor
83
+ belabored
84
+ belaboring
85
+ belabors
86
+ bused
87
+ busheled
88
+ busheling
89
+ busing
90
+ caliber
91
+ caliber's
92
+ calibers
93
+ calk
94
+ calk's
95
+ calked
96
+ calking
97
+ calks
98
+ candor
99
+ candor's
100
+ capitalization
101
+ capitalization's
102
+ capitalize
103
+ capitalized
104
+ capitalizes
105
+ capitalizing
106
+ caroled
107
+ caroling
108
+ cataloged
109
+ cataloging
110
+ categorize
111
+ categorized
112
+ categorizes
113
+ categorizing
114
+ centerpiece
115
+ centerpiece's
116
+ centerpieces
117
+ centimeter
118
+ centimeter's
119
+ centimeters
120
+ centralize
121
+ centralized
122
+ centralizes
123
+ centralizing
124
+ channeled
125
+ channeling
126
+ chaperon
127
+ chaperon's
128
+ chaperons
129
+ characterization
130
+ characterize
131
+ characterized
132
+ characterizes
133
+ characterizing
134
+ chili
135
+ chili's
136
+ chilies
137
+ chiseled
138
+ chiseling
139
+ civilization's
140
+ civilizations
141
+ clamor
142
+ clamor's
143
+ clamored
144
+ clamoring
145
+ clamors
146
+ colonization
147
+ colonization's
148
+ colonize
149
+ colonized
150
+ colonizes
151
+ colonizing
152
+ colored's
153
+ coloreds
154
+ colorful
155
+ coloring's
156
+ colorless
157
+ commercialize
158
+ commercialized
159
+ commercializes
160
+ commercializing
161
+ councilor
162
+ councilor's
163
+ councilors
164
+ counselor
165
+ counselor's
166
+ counselors
167
+ cozier
168
+ cozies
169
+ coziest
170
+ cozily
171
+ coziness
172
+ coziness's
173
+ cozy's
174
+ crueler
175
+ cruelest
176
+ crystallization
177
+ crystallization's
178
+ crystallize
179
+ crystallized
180
+ crystallizes
181
+ crystallizing
182
+ customization
183
+ customize
184
+ customized
185
+ customizes
186
+ customizing
187
+ czar
188
+ czar's
189
+ czars
190
+ decentralization
191
+ decentralization's
192
+ decentralize
193
+ decentralized
194
+ decentralizes
195
+ decentralizing
196
+ defense's
197
+ defensed
198
+ defenseless
199
+ defenses
200
+ defensing
201
+ demeanor
202
+ demeanor's
203
+ demoralize
204
+ demoralized
205
+ demoralizes
206
+ demoralizing
207
+ deodorize
208
+ deodorized
209
+ deodorizes
210
+ deodorizing
211
+ dependent's
212
+ dependents
213
+ destabilize
214
+ deviled
215
+ deviling
216
+ diarrhea
217
+ diarrhea's
218
+ digitize
219
+ digitized
220
+ digitizes
221
+ digitizing
222
+ dike
223
+ dike's
224
+ dikes
225
+ discolor
226
+ discolored
227
+ discoloring
228
+ discolors
229
+ disfavor
230
+ disfavor's
231
+ disfavored
232
+ disfavoring
233
+ disfavors
234
+ dishonor
235
+ dishonor's
236
+ dishonorable
237
+ dishonored
238
+ dishonoring
239
+ dishonors
240
+ distill
241
+ distills
242
+ draftier
243
+ draftiest
244
+ draftsman
245
+ draftsman's
246
+ draftsmen
247
+ drafty
248
+ dramatization
249
+ dramatization's
250
+ dramatizations
251
+ dramatize
252
+ dramatized
253
+ dramatizes
254
+ dramatizing
255
+ driveled
256
+ driveling
257
+ dryly
258
+ dueled
259
+ dueling
260
+ economize
261
+ economized
262
+ economizes
263
+ economizing
264
+ enameled
265
+ enameling
266
+ endeavor's
267
+ endeavored
268
+ endeavoring
269
+ endeavors
270
+ enroll
271
+ enrollment
272
+ enrollment's
273
+ enrollments
274
+ enrolls
275
+ enthrall
276
+ enthralls
277
+ eon
278
+ eon's
279
+ eons
280
+ epaulet
281
+ epaulet's
282
+ epaulets
283
+ equaled
284
+ equaling
285
+ equalize
286
+ equalized
287
+ equalizes
288
+ equalizing
289
+ esophagi
290
+ eulogize
291
+ eulogized
292
+ eulogizes
293
+ eulogizing
294
+ eviler
295
+ evilest
296
+ factorization
297
+ fagot
298
+ fagot's
299
+ fagots
300
+ familiarize
301
+ familiarized
302
+ familiarizes
303
+ familiarizing
304
+ favorably
305
+ favoritism
306
+ favoritism's
307
+ feces
308
+ feces's
309
+ fertilization
310
+ fertilization's
311
+ fertilize
312
+ fertilized
313
+ fertilizer
314
+ fertilizer's
315
+ fertilizers
316
+ fertilizes
317
+ fertilizing
318
+ fervor
319
+ fervor's
320
+ fetal
321
+ fiberglass
322
+ fiberglass's
323
+ flanneled
324
+ flanneling
325
+ flavor's
326
+ flavored
327
+ flavoring
328
+ flavoring's
329
+ flavorings
330
+ flavors
331
+ flier
332
+ flier's
333
+ fliers
334
+ flutist
335
+ flutist's
336
+ flutists
337
+ fogies
338
+ fogy
339
+ fogy's
340
+ formalize
341
+ formalized
342
+ formalizes
343
+ formalizing
344
+ fossilize
345
+ fossilized
346
+ fossilizes
347
+ fossilizing
348
+ fraternize
349
+ fraternized
350
+ fraternizes
351
+ fraternizing
352
+ fueled
353
+ fueling
354
+ fulfillment
355
+ fulfillment's
356
+ funneled
357
+ funneling
358
+ furor
359
+ furor's
360
+ furors
361
+ galvanize
362
+ galvanized
363
+ galvanizes
364
+ galvanizing
365
+ gibe
366
+ gibe's
367
+ gibed
368
+ gibes
369
+ gibing
370
+ glamorize
371
+ glamorized
372
+ glamorizes
373
+ glamorizing
374
+ glycerin
375
+ glycerin's
376
+ graveled
377
+ graveling
378
+ gray's
379
+ grayed
380
+ grayer
381
+ grayest
382
+ graying
383
+ grays
384
+ groveled
385
+ groveling
386
+ grueling
387
+ gynecologist
388
+ gynecologist's
389
+ gynecologists
390
+ gynecology
391
+ gynecology's
392
+ harbor
393
+ harbor's
394
+ harbored
395
+ harboring
396
+ harbors
397
+ harmonize
398
+ harmonized
399
+ harmonizes
400
+ harmonizing
401
+ hemoglobin
402
+ hemoglobin's
403
+ hemophilia
404
+ hemophilia's
405
+ hemorrhage
406
+ hemorrhage's
407
+ hemorrhaged
408
+ hemorrhages
409
+ hemorrhaging
410
+ hippie
411
+ hippie's
412
+ homogenize
413
+ homogenized
414
+ homogenizes
415
+ homogenizing
416
+ honorable
417
+ hospitalization
418
+ hospitalization's
419
+ hospitalizations
420
+ hospitalize
421
+ hospitalized
422
+ hospitalizes
423
+ hospitalizing
424
+ humanize
425
+ humanized
426
+ humanizes
427
+ humanizing
428
+ humor's
429
+ humored
430
+ humoring
431
+ humors
432
+ hypnotize
433
+ hypnotized
434
+ hypnotizes
435
+ hypnotizing
436
+ hypothesize
437
+ hypothesized
438
+ hypothesizes
439
+ hypothesizing
440
+ idealize
441
+ idealized
442
+ idealizes
443
+ idealizing
444
+ idolize
445
+ idolized
446
+ idolizes
447
+ idolizing
448
+ immobilize
449
+ immobilized
450
+ immobilizes
451
+ immobilizing
452
+ immunization
453
+ immunization's
454
+ immunizations
455
+ immunize
456
+ immunized
457
+ immunizes
458
+ immunizing
459
+ imperiled
460
+ imperiling
461
+ impostor
462
+ impostor's
463
+ impostors
464
+ industrialization
465
+ industrialization's
466
+ industrialize
467
+ industrialized
468
+ industrializes
469
+ industrializing
470
+ inflection
471
+ inflection's
472
+ inflections
473
+ initialed
474
+ initialing
475
+ installment
476
+ installment's
477
+ installments
478
+ instill
479
+ instills
480
+ institutionalize
481
+ institutionalized
482
+ institutionalizes
483
+ institutionalizing
484
+ italicize
485
+ italicized
486
+ italicizes
487
+ italicizing
488
+ itemize
489
+ itemized
490
+ itemizes
491
+ itemizing
492
+ jeopardize
493
+ jeopardized
494
+ jeopardizes
495
+ jeopardizing
496
+ jeweled
497
+ jeweler
498
+ jeweler's
499
+ jewelers
500
+ jeweling
501
+ jewelry
502
+ jewelry's
503
+ kenneled
504
+ kenneling
505
+ kilometer
506
+ kilometer's
507
+ kilometers
508
+ labor's
509
+ labored
510
+ laborer
511
+ laborer's
512
+ laborers
513
+ laboring
514
+ labors
515
+ lackluster
516
+ legalize
517
+ legalized
518
+ legalizes
519
+ legalizing
520
+ leukemia
521
+ leukemia's
522
+ leveled
523
+ leveling
524
+ libeled
525
+ libeling
526
+ libelous
527
+ liberalization
528
+ liberalize
529
+ liberalized
530
+ liberalizes
531
+ liberalizing
532
+ likable
533
+ liter's
534
+ liters
535
+ livable
536
+ localize
537
+ localized
538
+ localizes
539
+ localizing
540
+ lupine's
541
+ lupines
542
+ luster
543
+ luster's
544
+ magnetize
545
+ magnetized
546
+ magnetizes
547
+ magnetizing
548
+ maneuver
549
+ maneuver's
550
+ maneuvered
551
+ maneuvering
552
+ maneuvers
553
+ marshaled
554
+ marshaling
555
+ marveled
556
+ marveling
557
+ materialize
558
+ materialized
559
+ materializes
560
+ materializing
561
+ maximized
562
+ maximizes
563
+ maximizing
564
+ meager
565
+ mechanize
566
+ mechanized
567
+ mechanizes
568
+ mechanizing
569
+ memorize
570
+ memorized
571
+ memorizes
572
+ memorizing
573
+ meow
574
+ meow's
575
+ meowed
576
+ meowing
577
+ meows
578
+ millimeter
579
+ millimeter's
580
+ millimeters
581
+ minimized
582
+ minimizes
583
+ minimizing
584
+ misbehavior
585
+ misbehavior's
586
+ misdemeanor
587
+ misdemeanor's
588
+ misdemeanors
589
+ mobilization
590
+ mobilization's
591
+ mobilizations
592
+ mobilize
593
+ mobilized
594
+ mobilizes
595
+ mobilizing
596
+ modernization
597
+ modernization's
598
+ modernize
599
+ modernized
600
+ modernizes
601
+ modernizing
602
+ mold's
603
+ molded
604
+ moldier
605
+ moldiest
606
+ molding
607
+ molding's
608
+ moldings
609
+ molds
610
+ moldy
611
+ mollusk
612
+ mollusk's
613
+ mollusks
614
+ molt
615
+ molt's
616
+ molted
617
+ molting
618
+ molts
619
+ monopolize
620
+ monopolized
621
+ monopolizes
622
+ monopolizing
623
+ motorize
624
+ motorized
625
+ motorizes
626
+ motorizing
627
+ mustache
628
+ mustache's
629
+ mustaches
630
+ nationalize
631
+ nationalized
632
+ nationalizes
633
+ nationalizing
634
+ naturalization
635
+ naturalization's
636
+ naturalize
637
+ naturalized
638
+ naturalizes
639
+ naturalizing
640
+ naught
641
+ naught's
642
+ naughts
643
+ neighbored
644
+ neighborhood's
645
+ neighborhoods
646
+ neighboring
647
+ neighborliness
648
+ neighborliness's
649
+ neighborly
650
+ neutralize
651
+ neutralized
652
+ neutralizes
653
+ neutralizing
654
+ odor
655
+ odor's
656
+ odors
657
+ okay
658
+ okay's
659
+ okaying
660
+ okays
661
+ omelet
662
+ omelet's
663
+ omelets
664
+ organizational
665
+ orthopedics
666
+ orthopedics's
667
+ ostracize
668
+ ostracized
669
+ ostracizes
670
+ ostracizing
671
+ oxidize
672
+ oxidized
673
+ oxidizes
674
+ oxidizing
675
+ pajamas
676
+ pajamas's
677
+ paleontologist
678
+ paleontologist's
679
+ paleontologists
680
+ paleontology
681
+ paleontology's
682
+ paneled
683
+ paneling
684
+ paneling's
685
+ paralyze
686
+ paralyzed
687
+ paralyzes
688
+ paralyzing
689
+ parceled
690
+ parceling
691
+ parlor
692
+ parlor's
693
+ parlors
694
+ pasteurization
695
+ pasteurization's
696
+ pasteurize
697
+ pasteurized
698
+ pasteurizes
699
+ pasteurizing
700
+ pedaled
701
+ pedaling
702
+ peddler
703
+ peddler's
704
+ peddlers
705
+ pediatrician
706
+ pediatrician's
707
+ pediatricians
708
+ pediatrics
709
+ penalize
710
+ penalized
711
+ penalizes
712
+ penalizing
713
+ penciled
714
+ penciling
715
+ periled
716
+ periling
717
+ personalize
718
+ personalized
719
+ personalizes
720
+ personalizing
721
+ philosophize
722
+ philosophized
723
+ philosophizes
724
+ philosophizing
725
+ phonies
726
+ phony
727
+ phony's
728
+ plagiarize
729
+ plagiarized
730
+ plagiarizes
731
+ plagiarizing
732
+ plow
733
+ plow's
734
+ plowed
735
+ plowing
736
+ plows
737
+ polarization
738
+ polarization's
739
+ polarize
740
+ polarized
741
+ polarizes
742
+ polarizing
743
+ popularize
744
+ popularized
745
+ popularizes
746
+ popularizing
747
+ pretense
748
+ pretense's
749
+ pretenses
750
+ privatize
751
+ privatized
752
+ privatizes
753
+ privatizing
754
+ prized
755
+ prizing
756
+ pulverize
757
+ pulverized
758
+ pulverizes
759
+ pulverizing
760
+ pummeled
761
+ pummeling
762
+ quarreled
763
+ quarreling
764
+ rancor
765
+ rancor's
766
+ rationalization
767
+ rationalize
768
+ rationalized
769
+ rationalizes
770
+ rationalizing
771
+ raveled
772
+ raveling
773
+ realization's
774
+ refueled
775
+ refueling
776
+ remodeled
777
+ remodeling
778
+ reorganization
779
+ reorganize
780
+ reorganized
781
+ reorganizes
782
+ reorganizing
783
+ reveled
784
+ reveler
785
+ reveler's
786
+ revelers
787
+ reveling
788
+ revolutionize
789
+ revolutionized
790
+ revolutionizes
791
+ revolutionizing
792
+ rigor
793
+ rigor's
794
+ rigors
795
+ rivaled
796
+ rivaling
797
+ saber
798
+ saber's
799
+ sabers
800
+ salable
801
+ satirize
802
+ satirized
803
+ satirizes
804
+ satirizing
805
+ savior
806
+ savior's
807
+ saviors
808
+ savor
809
+ savor's
810
+ savored
811
+ savorier
812
+ savories
813
+ savoriest
814
+ savoring
815
+ savors
816
+ savory
817
+ savory's
818
+ scandalize
819
+ scandalized
820
+ scandalizes
821
+ scandalizing
822
+ scepter
823
+ scepter's
824
+ scepters
825
+ scrutinize
826
+ scrutinized
827
+ scrutinizes
828
+ scrutinizing
829
+ sepulcher
830
+ sepulcher's
831
+ sepulchered
832
+ sepulchering
833
+ sepulchers
834
+ sheikh
835
+ sheikh's
836
+ sheikhs
837
+ shoveled
838
+ shoveling
839
+ shriveled
840
+ shriveling
841
+ sizable
842
+ skeptic
843
+ skeptic's
844
+ skepticism
845
+ skepticism's
846
+ skeptics
847
+ slier
848
+ sliest
849
+ smolder
850
+ smolder's
851
+ smoldered
852
+ smoldering
853
+ smolders
854
+ snorkeled
855
+ snorkeling
856
+ snowplow
857
+ snowplow's
858
+ snowplows
859
+ socialize
860
+ socialized
861
+ socializes
862
+ socializing
863
+ somber
864
+ specialization
865
+ specialization's
866
+ specializations
867
+ specialties
868
+ specialty's
869
+ specter
870
+ specter's
871
+ specters
872
+ spilled
873
+ spiraled
874
+ spiraling
875
+ splendor
876
+ splendor's
877
+ squirreled
878
+ squirreling
879
+ stabilize
880
+ stabilized
881
+ stabilizes
882
+ stabilizing
883
+ standardization
884
+ standardization's
885
+ stenciled
886
+ stenciling
887
+ sterilization
888
+ sterilization's
889
+ sterilize
890
+ sterilized
891
+ sterilizes
892
+ sterilizing
893
+ succor
894
+ succor's
895
+ succored
896
+ succoring
897
+ succors
898
+ sulfur
899
+ sulfur's
900
+ sweepstakes
901
+ sweepstakes's
902
+ swiveled
903
+ swiveling
904
+ symbolize
905
+ symbolized
906
+ symbolizes
907
+ symbolizing
908
+ sympathized
909
+ sympathizes
910
+ sympathizing
911
+ synchronization
912
+ synchronize
913
+ synchronized
914
+ synchronizes
915
+ synchronizing
916
+ synthesize
917
+ synthesized
918
+ synthesizes
919
+ synthesizing
920
+ tantalize
921
+ tantalized
922
+ tantalizes
923
+ tantalizing
924
+ tasseled
925
+ tasseling
926
+ teetotaler
927
+ teetotaler's
928
+ teetotalers
929
+ tenderize
930
+ tenderized
931
+ tenderizes
932
+ tenderizing
933
+ terrorize
934
+ terrorized
935
+ terrorizes
936
+ terrorizing
937
+ theater's
938
+ theaters
939
+ theorize
940
+ theorized
941
+ theorizes
942
+ theorizing
943
+ tidbit
944
+ tidbit's
945
+ tidbits
946
+ tinseled
947
+ tinseling
948
+ totaled
949
+ totaling
950
+ toweled
951
+ toweling
952
+ tranquility
953
+ tranquility's
954
+ tranquilize
955
+ tranquilized
956
+ tranquilizer
957
+ tranquilizer's
958
+ tranquilizers
959
+ tranquilizes
960
+ tranquilizing
961
+ traumatize
962
+ traumatized
963
+ traumatizes
964
+ traumatizing
965
+ traveler
966
+ traveler's
967
+ travelers
968
+ trialed
969
+ trialing
970
+ troweled
971
+ troweling
972
+ tumor
973
+ tumor's
974
+ tumors
975
+ tunneled
976
+ tunneling
977
+ tunnelings
978
+ tyrannize
979
+ tyrannized
980
+ tyrannizes
981
+ tyrannizing
982
+ unequaled
983
+ unfavorable
984
+ unionize
985
+ unionized
986
+ unionizes
987
+ unionizing
988
+ unlabeled
989
+ unraveled
990
+ unraveling
991
+ unrecognized
992
+ unrivaled
993
+ unsavory
994
+ utilization
995
+ utilization's
996
+ utilize
997
+ utilized
998
+ utilizes
999
+ utilizing
1000
+ valor
1001
+ valor's
1002
+ vandalize
1003
+ vandalized
1004
+ vandalizes
1005
+ vandalizing
1006
+ vapor
1007
+ vapor's
1008
+ vaporize
1009
+ vaporized
1010
+ vaporizes
1011
+ vaporizing
1012
+ vapors
1013
+ victimize
1014
+ victimized
1015
+ victimizes
1016
+ victimizing
1017
+ vigor
1018
+ vigor's
1019
+ visualize
1020
+ visualized
1021
+ visualizes
1022
+ visualizing
1023
+ watercolor
1024
+ watercolor's
1025
+ watercolors
1026
+ weaseled
1027
+ weaseling
1028
+ whir
1029
+ whir's
1030
+ whirs
1031
+ whiskey's
1032
+ whiskeys
1033
+ whiz
1034
+ whiz's
1035
+ willful
1036
+ willfully
1037
+ woolen
1038
+ woolen's
1039
+ woolens
1040
+ worshiped
1041
+ worshiper
1042
+ worshiper's
1043
+ worshipers
1044
+ worshiping
1045
+ yodeled
1046
+ yodeling
1047
+ yogurt
1048
+ yogurt's
1049
+ yogurts