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,1337 @@
1
+ accouterment
2
+ achromatize
3
+ achromatized
4
+ achromatizes
5
+ achromatizing
6
+ adonizes
7
+ aerography
8
+ aerologies
9
+ aerology
10
+ aerometer
11
+ aggrandizer
12
+ albumenize
13
+ alchemize
14
+ alchemized
15
+ alchemizes
16
+ alchemizing
17
+ alcoholize
18
+ alcoholized
19
+ alcoholizes
20
+ alcoholizing
21
+ alkalinize
22
+ alkalinized
23
+ alkalinizes
24
+ alkalinizing
25
+ alkalization
26
+ allegorize
27
+ allegorized
28
+ allegorizes
29
+ allegorizing
30
+ aluminize
31
+ aluminized
32
+ aluminizes
33
+ aluminizing
34
+ amebocyte
35
+ amenorrhea
36
+ amenorrheas
37
+ amenorrheic
38
+ amorist
39
+ amorists
40
+ amortizement
41
+ anagrammatize
42
+ anagrammatized
43
+ anagrammatizes
44
+ anagrammatizing
45
+ anesthetically
46
+ anglicization
47
+ animalize
48
+ animalized
49
+ animalizes
50
+ animalizing
51
+ anoxemia
52
+ anserine
53
+ anthropomorphized
54
+ anthropomorphizes
55
+ anthropomorphizing
56
+ antisepticize
57
+ aphereses
58
+ apheresis
59
+ aphorize
60
+ aphorized
61
+ aphorizes
62
+ aphorizing
63
+ apnea
64
+ apneas
65
+ apostrophize
66
+ apostrophized
67
+ apostrophizes
68
+ apostrophizing
69
+ apotheosize
70
+ apotheosized
71
+ apotheosizes
72
+ apotheosizing
73
+ arborization
74
+ archaize
75
+ archaized
76
+ archaizes
77
+ archaizing
78
+ archeol
79
+ areole
80
+ aromatize
81
+ aromatized
82
+ aromatizes
83
+ aromatizing
84
+ arterialize
85
+ arterialized
86
+ arterializes
87
+ arterializing
88
+ arytenoid
89
+ arytenoids
90
+ asafetida
91
+ asafetidas
92
+ atomization
93
+ atomizations
94
+ attemper
95
+ attitudinizer
96
+ autocatalyzes
97
+ autoionization
98
+ autolyzes
99
+ automatization
100
+ autotomize
101
+ autotomized
102
+ autotomizes
103
+ autotomizing
104
+ axiomatizing
105
+ azotemia
106
+ azotize
107
+ barbarization
108
+ barbarizations
109
+ bartizan
110
+ barycenter
111
+ bastinaded
112
+ bastinades
113
+ battologize
114
+ behavioristic
115
+ bel
116
+ bels
117
+ bestialize
118
+ bestialized
119
+ bestializes
120
+ bestializing
121
+ bevelings
122
+ bicolor
123
+ bister
124
+ bisters
125
+ bituminize
126
+ bituminized
127
+ bituminizes
128
+ bituminizing
129
+ bize
130
+ borage
131
+ borg
132
+ botanize
133
+ botanized
134
+ botanizes
135
+ botanizing
136
+ cacodemon
137
+ cacodemons
138
+ cacoethes
139
+ cadaster
140
+ cadasters
141
+ camize
142
+ cancelable
143
+ cancelate
144
+ caponize
145
+ caponized
146
+ caponizes
147
+ caponizing
148
+ caracoled
149
+ caracoling
150
+ caramelization
151
+ carbolize
152
+ carbonades
153
+ carbonization
154
+ carbonizations
155
+ carburization
156
+ carburize
157
+ carburized
158
+ carburizes
159
+ carburizing
160
+ cartelization
161
+ cartelize
162
+ catalyzer
163
+ catechizer
164
+ catholicize
165
+ catholicized
166
+ catholicizes
167
+ catholicizing
168
+ cecally
169
+ cecity
170
+ celiac
171
+ celiotomy
172
+ celom
173
+ celomata
174
+ celoms
175
+ cenacle
176
+ cenesthesia
177
+ cenobitical
178
+ centerings
179
+ cephalization
180
+ cere
181
+ ceres
182
+ cesar
183
+ cesiums
184
+ cespitose
185
+ cestus
186
+ cesural
187
+ characterizer
188
+ cheerly
189
+ chelicere
190
+ chetopod
191
+ cicatrize
192
+ cicatrized
193
+ cicatrizes
194
+ cicatrizing
195
+ cinchonize
196
+ cinematize
197
+ circularization
198
+ circularizations
199
+ circularizer
200
+ civilizer
201
+ clares
202
+ classicize
203
+ classicized
204
+ classicizes
205
+ classicizing
206
+ cocainize
207
+ cocainized
208
+ cocainizes
209
+ cocainizing
210
+ cognize
211
+ cognized
212
+ cognizes
213
+ cognizing
214
+ colonizations
215
+ colorable
216
+ colorado
217
+ colorcast
218
+ colorcasting
219
+ colorcasts
220
+ colorer
221
+ colorific
222
+ colorings
223
+ communalize
224
+ communalized
225
+ communalizes
226
+ communalizing
227
+ communization
228
+ communizations
229
+ communize
230
+ communized
231
+ communizes
232
+ communizing
233
+ comprizable
234
+ concenter
235
+ concentered
236
+ concentering
237
+ concenters
238
+ concretize
239
+ concretized
240
+ concretizes
241
+ concretizing
242
+ contemporize
243
+ contemporized
244
+ contemporizes
245
+ contemporizing
246
+ conventionalization
247
+ conventionalizations
248
+ copolymerize
249
+ copolymerized
250
+ copolymerizes
251
+ copolymerizing
252
+ coranto
253
+ cosmopolitanize
254
+ coste
255
+ councilorship
256
+ councilorships
257
+ counselorship
258
+ counselorships
259
+ creneled
260
+ creneling
261
+ creolized
262
+ criminalization
263
+ criticizable
264
+ cupelation
265
+ cupule
266
+ curarize
267
+ customizations
268
+ cutinize
269
+ cyme
270
+ decaliter
271
+ decaliters
272
+ decameter
273
+ decameters
274
+ decarbonize
275
+ decarbonized
276
+ decarbonizes
277
+ decarbonizing
278
+ decarburize
279
+ decarburized
280
+ decarburizes
281
+ decarburizing
282
+ decigram
283
+ decigrams
284
+ decimalize
285
+ decimalized
286
+ decimalizes
287
+ decimalizing
288
+ decolorant
289
+ decolorize
290
+ decolorized
291
+ decolorizes
292
+ decolorizing
293
+ dedal
294
+ dehypnotize
295
+ deionize
296
+ deionized
297
+ dekagram
298
+ dekagrams
299
+ dekaliter
300
+ dekaliters
301
+ dekameter
302
+ dekameters
303
+ delocalize
304
+ demagnetizer
305
+ demasculinize
306
+ dematerialize
307
+ dematerialized
308
+ dematerializes
309
+ dematerializing
310
+ demineralization
311
+ demineralizations
312
+ demineralize
313
+ demineralizer
314
+ demonization
315
+ demoralizer
316
+ demythologization
317
+ demythologizations
318
+ demythologize
319
+ demythologized
320
+ demythologizes
321
+ demythologizing
322
+ denaturalize
323
+ denaturalized
324
+ denaturalizes
325
+ denaturalizing
326
+ deoxidize
327
+ deoxidized
328
+ deoxidizes
329
+ deoxidizing
330
+ depersonalization
331
+ depolarizations
332
+ depoliticization
333
+ depolymerize
334
+ desensitizer
335
+ desexualize
336
+ desexualized
337
+ desexualizes
338
+ desexualizing
339
+ desulfurize
340
+ detribalize
341
+ detribalized
342
+ detribalizes
343
+ detribalizing
344
+ deva
345
+ diabolize
346
+ diabolized
347
+ diabolizes
348
+ diabolizing
349
+ diagonalize
350
+ diagonalized
351
+ diagonalizes
352
+ diagonalizing
353
+ dialer
354
+ dialogize
355
+ dialyze
356
+ dialyzed
357
+ dialyzer
358
+ dialyzing
359
+ diarrheal
360
+ diarrheic
361
+ dichotomize
362
+ dichotomized
363
+ dichotomizes
364
+ dichotomizing
365
+ dieselize
366
+ digitalize
367
+ digitalized
368
+ digitalizes
369
+ digitalizing
370
+ digitizations
371
+ digitizer
372
+ digitizers
373
+ diopter
374
+ diopters
375
+ diphthongize
376
+ diphthongized
377
+ diphthongizes
378
+ diphthongizing
379
+ disillusionize
380
+ disseize
381
+ disseizin
382
+ divinize
383
+ dogmatize
384
+ dogmatized
385
+ dogmatizes
386
+ dogmatizing
387
+ dolors
388
+ dora
389
+ dracena
390
+ dracenas
391
+ dyspnea
392
+ dyspneas
393
+ ebonize
394
+ ebonized
395
+ ebonizes
396
+ ebonizing
397
+ economization
398
+ edematous
399
+ editorialization
400
+ editorializer
401
+ effeminize
402
+ effeminized
403
+ effeminizes
404
+ effeminizing
405
+ egotize
406
+ electrolyze
407
+ electrolyzed
408
+ electrolyzing
409
+ elegize
410
+ elegized
411
+ elegizes
412
+ elegizing
413
+ eleoptene
414
+ emblematize
415
+ encarnalize
416
+ endameba
417
+ enologist
418
+ enologists
419
+ ensepulcher
420
+ entomologize
421
+ eolipile
422
+ eolotropic
423
+ eonian
424
+ eonism
425
+ epigeal
426
+ epigeous
427
+ epigrammatize
428
+ ernes
429
+ erogenic
430
+ erose
431
+ ersh
432
+ ert
433
+ erugo
434
+ escalades
435
+ esophagitis
436
+ essentialize
437
+ esthesia
438
+ esthetician
439
+ estheticians
440
+ estival
441
+ estivate
442
+ estivated
443
+ estivates
444
+ estivating
445
+ estivation
446
+ estivations
447
+ estradiol
448
+ estrin
449
+ estriol
450
+ estrogenic
451
+ estrogens
452
+ estrone
453
+ estrones
454
+ estrum
455
+ et
456
+ eternalize
457
+ eternalized
458
+ eternalizes
459
+ eternalizing
460
+ eternize
461
+ eternized
462
+ eternizes
463
+ eternizing
464
+ etherealize
465
+ etherealized
466
+ etherealizes
467
+ etherealizing
468
+ etherize
469
+ etherized
470
+ etherizes
471
+ etherizing
472
+ ethicize
473
+ etiologically
474
+ etiologist
475
+ etymologize
476
+ etymologized
477
+ etymologizes
478
+ etymologizing
479
+ eudemon
480
+ eudemonia
481
+ eudemonics
482
+ eudemonism
483
+ eudemonisms
484
+ eudemons
485
+ euhemerize
486
+ eunuchize
487
+ euphemize
488
+ euphemized
489
+ euphemizes
490
+ euphemizing
491
+ euphonize
492
+ evangelization
493
+ evangelizer
494
+ experimentalize
495
+ exsiccate
496
+ exteriorize
497
+ exteriorized
498
+ exteriorizes
499
+ exteriorizing
500
+ factorizations
501
+ faitor
502
+ fanaticize
503
+ fantasizer
504
+ faradize
505
+ favorableness
506
+ favorablenesses
507
+ favorer
508
+ fecula
509
+ feculence
510
+ feer
511
+ feminization
512
+ ferity
513
+ fertilizable
514
+ fetation
515
+ feticide
516
+ feticides
517
+ fetiparous
518
+ fetor
519
+ fetors
520
+ feudalization
521
+ feudalize
522
+ fibered
523
+ flavorous
524
+ flavory
525
+ fluidize
526
+ fluidized
527
+ focalize
528
+ forb
529
+ formalizations
530
+ forme
531
+ formularize
532
+ formularized
533
+ formularizes
534
+ formularizing
535
+ fosse
536
+ fractionize
537
+ frambesia
538
+ frambesias
539
+ frena
540
+ frenulum
541
+ frenum
542
+ frivoled
543
+ frivoling
544
+ frize
545
+ frizette
546
+ fueler
547
+ fulgor
548
+ galvanizer
549
+ gauffer
550
+ gelatinize
551
+ gelatinized
552
+ gelatinizes
553
+ gelatinizing
554
+ genealogize
555
+ generalizable
556
+ geologize
557
+ geometrize
558
+ gerenuk
559
+ gey
560
+ ghettoization
561
+ glamorizer
562
+ glebe
563
+ globigerine
564
+ glutei
565
+ gluteus
566
+ gluttonize
567
+ gluttonized
568
+ gluttonizes
569
+ gluttonizing
570
+ gormandism
571
+ gourmandize
572
+ grangerize
573
+ graphitize
574
+ grovelingly
575
+ gutturalize
576
+ gynecic
577
+ gynecocracy
578
+ gynecoid
579
+ gynecomastia
580
+ gyrostabilizer
581
+ gyrostabilizers
582
+ harborage
583
+ harborages
584
+ harborer
585
+ hatcheled
586
+ hatcheling
587
+ heathenize
588
+ hectoliter
589
+ hectoliters
590
+ hemachrome
591
+ hemagglutinate
592
+ hemal
593
+ hemangioma
594
+ hemangiomas
595
+ hematic
596
+ hematin
597
+ hematinic
598
+ hematites
599
+ hematoblast
600
+ hematocele
601
+ hematocryal
602
+ hematogenesis
603
+ hematogenous
604
+ hematoid
605
+ hematoma
606
+ hematomas
607
+ hematomata
608
+ hematopoiesis
609
+ hematosis
610
+ hematothermal
611
+ hematoxylin
612
+ hematozoon
613
+ hematuria
614
+ hematurias
615
+ hemic
616
+ hemin
617
+ hemocyte
618
+ hemodialyses
619
+ hemodialysis
620
+ hemoid
621
+ hemolysin
622
+ hemolysis
623
+ hemophilic
624
+ hemorrhoidal
625
+ hemorrhoidectomy
626
+ hemostasis
627
+ hemostatic
628
+ heredes
629
+ heterecious
630
+ heterism
631
+ hierarchize
632
+ homeopathically
633
+ homeopathist
634
+ homeostases
635
+ homogenizer
636
+ homologize
637
+ homologized
638
+ homologizes
639
+ homologizing
640
+ humoral
641
+ hybridizer
642
+ hydrocele
643
+ hydrogenize
644
+ hydrolyzate
645
+ hydrolyzates
646
+ hydrolyzation
647
+ hyperbolize
648
+ hyperbolized
649
+ hyperbolizes
650
+ hyperbolizing
651
+ hyperemia
652
+ hyperemias
653
+ hyperesthesia
654
+ hyperglycemic
655
+ hypersensitize
656
+ hypesthesia
657
+ hypethral
658
+ hypnotizable
659
+ hypnotization
660
+ hypnotizer
661
+ hypnotizers
662
+ hypocenter
663
+ hypogeal
664
+ hypogeous
665
+ hypogeum
666
+ hyposensitize
667
+ hypostasize
668
+ hypostasizes
669
+ hypostatize
670
+ hypostatized
671
+ hypostatizes
672
+ hypostatizing
673
+ hypothesizer
674
+ hysterectomize
675
+ idealizer
676
+ idolatrize
677
+ idolizer
678
+ illegalize
679
+ illegalized
680
+ illegalizes
681
+ illegalizing
682
+ immaterialize
683
+ immaterialized
684
+ immaterializes
685
+ immaterializing
686
+ impanelment
687
+ imperscriptible
688
+ impersonalize
689
+ incentivization
690
+ incentivize
691
+ incerate
692
+ incognizant
693
+ indigene
694
+ indraft
695
+ initializations
696
+ insolubilize
697
+ intellectualization
698
+ interiorize
699
+ interiorized
700
+ interiorizes
701
+ interiorizing
702
+ internationalizations
703
+ ionizable
704
+ ipomea
705
+ iridize
706
+ irrationalize
707
+ isochronize
708
+ isomerize
709
+ itemizer
710
+ jargonize
711
+ jor
712
+ journalize
713
+ juvenilize
714
+ ked
715
+ keratinize
716
+ kinesthesia
717
+ kinesthesias
718
+ kinesthetic
719
+ kyanize
720
+ labeler
721
+ labialize
722
+ labialized
723
+ labializes
724
+ labializing
725
+ labiate
726
+ laicize
727
+ laicized
728
+ laicizes
729
+ laicizing
730
+ lapeled
731
+ lateralization
732
+ leporide
733
+ lesses
734
+ leukorrhea
735
+ levigate
736
+ levogyrate
737
+ levorotation
738
+ levorotatory
739
+ levulose
740
+ levuloses
741
+ libelant
742
+ libelee
743
+ libelously
744
+ ligule
745
+ linearized
746
+ lionizer
747
+ lissomeness
748
+ lissomenesses
749
+ literalize
750
+ literalized
751
+ literalizes
752
+ literalizing
753
+ localizations
754
+ lodicule
755
+ logicize
756
+ logorrhea
757
+ logorrheas
758
+ longevous
759
+ lory
760
+ lunule
761
+ lustering
762
+ lusterware
763
+ lusterwares
764
+ lyophilize
765
+ lyophilized
766
+ lyophilizes
767
+ lyophilizing
768
+ macule
769
+ magnetizer
770
+ maiger
771
+ majuscule
772
+ malodor
773
+ malodorousness
774
+ malodors
775
+ margarite
776
+ martyrization
777
+ martyrize
778
+ martyrized
779
+ martyrizes
780
+ martyrizing
781
+ marvelousness
782
+ matronize
783
+ mauger
784
+ maximizer
785
+ mechanizable
786
+ mechanizer
787
+ mediatize
788
+ medievalism
789
+ medievally
790
+ melodize
791
+ melodized
792
+ melodizes
793
+ melodizing
794
+ melodramatize
795
+ memorizer
796
+ memorizers
797
+ mercerization
798
+ mercurialize
799
+ mesmerization
800
+ mesoglea
801
+ metacenter
802
+ metalize
803
+ metalized
804
+ metathesize
805
+ methemoglobin
806
+ methodize
807
+ metope
808
+ micelle
809
+ micromillimeter
810
+ microminiaturization
811
+ microminiaturized
812
+ micropaleontologies
813
+ micropaleontology
814
+ mineralization
815
+ mineralize
816
+ minimizer
817
+ misadvize
818
+ misalphabetize
819
+ mischaracterize
820
+ miterwort
821
+ miterworts
822
+ mize
823
+ mobilizable
824
+ modernizations
825
+ modularize
826
+ modularized
827
+ modularizing
828
+ monetization
829
+ monetizations
830
+ mongrelize
831
+ mongrelized
832
+ mongrelizes
833
+ mongrelizing
834
+ monometalism
835
+ monumentalize
836
+ monumentalized
837
+ monumentalizes
838
+ monumentalizing
839
+ moralizingly
840
+ mucose
841
+ multicolor
842
+ municipalize
843
+ mutualize
844
+ myriameter
845
+ mythicize
846
+ mythopeic
847
+ myxedema
848
+ myxedemas
849
+ nanometer
850
+ nanometers
851
+ nationalizer
852
+ nebulization
853
+ nebulize
854
+ nebulizer
855
+ neologize
856
+ neoterize
857
+ neurocele
858
+ nitrogenize
859
+ nomadize
860
+ nonfulfillment
861
+ nonionizing
862
+ normalizable
863
+ normalizations
864
+ normalizer
865
+ normalizers
866
+ nympheum
867
+ obelize
868
+ objectivize
869
+ ocherous
870
+ ochers
871
+ ochery
872
+ offenseless
873
+ omber
874
+ optimizers
875
+ organizable
876
+ orientalize
877
+ orientalized
878
+ orientalizes
879
+ orientalizing
880
+ orthographize
881
+ orthopedically
882
+ overanalyze
883
+ overdramatize
884
+ overdramatized
885
+ overdramatizes
886
+ overdramatizing
887
+ overindustrialize
888
+ oxidizable
889
+ ozonize
890
+ paganize
891
+ paleethnology
892
+ paleobiologies
893
+ paleobiologist
894
+ paleobiology
895
+ paleobotanies
896
+ paleobotany
897
+ paleoclimatologies
898
+ paleoclimatology
899
+ paleoecology
900
+ paleogeographies
901
+ paleogeography
902
+ paleographic
903
+ paleographical
904
+ paleolith
905
+ paleoliths
906
+ paleontography
907
+ paleontol
908
+ paleontologic
909
+ paleontological
910
+ paleopsychology
911
+ paleozoologies
912
+ paleozoology
913
+ palestra
914
+ palestrae
915
+ pandora
916
+ panegyrize
917
+ papule
918
+ parabolize
919
+ parallelize
920
+ parallelized
921
+ parallelizes
922
+ parallelizing
923
+ parametrization
924
+ parametrize
925
+ parametrized
926
+ parametrizes
927
+ paraselene
928
+ parasitize
929
+ paresthesia
930
+ paresthesias
931
+ parlormaid
932
+ particolored
933
+ pastoralize
934
+ patronization
935
+ pe
936
+ pectize
937
+ peculiarize
938
+ pederastic
939
+ pedogenesis
940
+ pedological
941
+ pedologist
942
+ pedology
943
+ pedophilic
944
+ pelletize
945
+ penne
946
+ peptize
947
+ peptized
948
+ peptizes
949
+ peptizing
950
+ peptonize
951
+ peracid
952
+ perambulatory
953
+ pericope
954
+ periodization
955
+ peroxidize
956
+ perpend
957
+ perse
958
+ personalization
959
+ perviousness
960
+ perviousnesses
961
+ phenology
962
+ philanthropize
963
+ phlebotomize
964
+ phlebotomized
965
+ phlebotomizes
966
+ phlebotomizing
967
+ phlyctena
968
+ phosphatize
969
+ photosensitize
970
+ photosensitized
971
+ photosensitizes
972
+ photosensitizing
973
+ picturize
974
+ pilgrimize
975
+ pinnule
976
+ piscine
977
+ plage
978
+ plasmolyzes
979
+ plasticizer
980
+ plasticizers
981
+ platinize
982
+ platitudinize
983
+ plowable
984
+ plowboy
985
+ plowboys
986
+ plower
987
+ plowers
988
+ plumule
989
+ poeticize
990
+ poetize
991
+ poetized
992
+ poetizes
993
+ poetizing
994
+ polarizability
995
+ polarizable
996
+ polarizations
997
+ polarizer
998
+ polemicize
999
+ polemicized
1000
+ polemicizes
1001
+ polemicizing
1002
+ pollinize
1003
+ polycythemia
1004
+ polycythemias
1005
+ popliteal
1006
+ popularizations
1007
+ popularizer
1008
+ porer
1009
+ posturize
1010
+ practicer
1011
+ precancelation
1012
+ precivilization
1013
+ preconize
1014
+ predial
1015
+ preemptor
1016
+ preexistent
1017
+ prefectorial
1018
+ prelect
1019
+ premaxilla
1020
+ premial
1021
+ premunire
1022
+ prepositor
1023
+ preprogram
1024
+ previze
1025
+ prologize
1026
+ prologized
1027
+ prologizes
1028
+ prologizing
1029
+ prologuize
1030
+ propretor
1031
+ proselytization
1032
+ provincialization
1033
+ psychologize
1034
+ pyemia
1035
+ pygmean
1036
+ pyorrheal
1037
+ pyrolyze
1038
+ quantization
1039
+ quantize
1040
+ quantized
1041
+ questionary
1042
+ racialization
1043
+ racialize
1044
+ rationalizer
1045
+ ratite
1046
+ raveler
1047
+ reauthorization
1048
+ rebaptize
1049
+ recognizances
1050
+ recognizers
1051
+ reconnoiterer
1052
+ recrystallization
1053
+ reentrance
1054
+ relativize
1055
+ relativized
1056
+ relativizes
1057
+ relativizing
1058
+ rematerialized
1059
+ remilitarize
1060
+ remilitarized
1061
+ remilitarizes
1062
+ remilitarizing
1063
+ remonetize
1064
+ renationalized
1065
+ rencounter
1066
+ renormalization
1067
+ republicanize
1068
+ reshes
1069
+ resynchronization
1070
+ resynchronize
1071
+ resynchronized
1072
+ resynchronizes
1073
+ resynchronizing
1074
+ resynthesize
1075
+ revolutionizer
1076
+ rigorism
1077
+ rigorist
1078
+ ritualize
1079
+ ritualizes
1080
+ ritualizing
1081
+ romanize
1082
+ ruggedize
1083
+ ruralize
1084
+ salinization
1085
+ salinize
1086
+ saltiers
1087
+ sandaled
1088
+ sanitizer
1089
+ sanitizers
1090
+ sapor
1091
+ satirization
1092
+ savorer
1093
+ savorily
1094
+ savorless
1095
+ scandalization
1096
+ scandalizations
1097
+ scandalizer
1098
+ sceptered
1099
+ schematization
1100
+ schematizations
1101
+ scrutinization
1102
+ scrutinizer
1103
+ seborrheic
1104
+ sectarianize
1105
+ sectionalize
1106
+ secularizer
1107
+ seizable
1108
+ seizer
1109
+ seizers
1110
+ seizin
1111
+ seizings
1112
+ semicivilized
1113
+ sensitizers
1114
+ sensualize
1115
+ sensualized
1116
+ sensualizes
1117
+ sensualizing
1118
+ sepaled
1119
+ sermonizer
1120
+ sermonizers
1121
+ seta
1122
+ sher
1123
+ shoveler
1124
+ shovelers
1125
+ silique
1126
+ singularization
1127
+ singularize
1128
+ singularized
1129
+ singularizes
1130
+ singularizing
1131
+ sizably
1132
+ socializer
1133
+ solarize
1134
+ solmization
1135
+ solmizations
1136
+ solubilize
1137
+ sordine
1138
+ sordines
1139
+ sovietize
1140
+ sovietized
1141
+ sovietizes
1142
+ sovietizing
1143
+ spelean
1144
+ spinule
1145
+ spiritualize
1146
+ spiritualized
1147
+ spiritualizes
1148
+ spiritualizing
1149
+ spirochetosis
1150
+ squame
1151
+ standardizations
1152
+ stele
1153
+ stentor
1154
+ stentors
1155
+ stere
1156
+ stilbestrol
1157
+ stilbestrols
1158
+ stipule
1159
+ stomodeum
1160
+ stor
1161
+ strobile
1162
+ stylization
1163
+ subduer
1164
+ subminiaturize
1165
+ subspecialize
1166
+ subspecialty
1167
+ substantialize
1168
+ subtilize
1169
+ subtilized
1170
+ subtilizes
1171
+ subtilizing
1172
+ suburbanization
1173
+ suburbanize
1174
+ suburbanized
1175
+ suburbanizes
1176
+ suburbanizing
1177
+ succorless
1178
+ sulfatize
1179
+ sulfurize
1180
+ summarization
1181
+ summarizations
1182
+ summarizer
1183
+ summarizers
1184
+ superfetation
1185
+ superfetations
1186
+ surprizal
1187
+ syllabize
1188
+ syllabized
1189
+ syllabizes
1190
+ syllabizing
1191
+ syllogize
1192
+ syllogized
1193
+ syllogizes
1194
+ syllogizing
1195
+ symmetrization
1196
+ symmetrize
1197
+ symmetrized
1198
+ symmetrizes
1199
+ symmetrizing
1200
+ symphonize
1201
+ synchronizer
1202
+ syncretize
1203
+ syncretized
1204
+ syncretizes
1205
+ syncretizing
1206
+ synecious
1207
+ synecology
1208
+ synereses
1209
+ syneresis
1210
+ synesthesia
1211
+ synesthesias
1212
+ synonymize
1213
+ synopsize
1214
+ systemize
1215
+ systemized
1216
+ systemizes
1217
+ systemizing
1218
+ taboret
1219
+ taborets
1220
+ tambura
1221
+ tautologize
1222
+ telesthesia
1223
+ tellurize
1224
+ tels
1225
+ temporization
1226
+ tenia
1227
+ teniacide
1228
+ teniafuge
1229
+ tenias
1230
+ teniasis
1231
+ terf
1232
+ territorialize
1233
+ terrorization
1234
+ terrorizations
1235
+ terrorizer
1236
+ tetanize
1237
+ theatricalize
1238
+ theologize
1239
+ theorizer
1240
+ therme
1241
+ thermesthesia
1242
+ thermosiphon
1243
+ titer
1244
+ titers
1245
+ totalizer
1246
+ totalizers
1247
+ totalizing
1248
+ toxemic
1249
+ trammeler
1250
+ tranquilization
1251
+ transcendentalize
1252
+ trichinize
1253
+ trichlorethylene
1254
+ tricolored
1255
+ triecious
1256
+ trivializations
1257
+ tropeolin
1258
+ tropicalize
1259
+ turdine
1260
+ tyrannizer
1261
+ unacclimatized
1262
+ unalphabetized
1263
+ uncanceled
1264
+ uncapitalized
1265
+ uncrystallized
1266
+ underemphasize
1267
+ unhonored
1268
+ uniformize
1269
+ unionizer
1270
+ universalization
1271
+ unmechanized
1272
+ unmemorized
1273
+ unnaturalized
1274
+ unneighborly
1275
+ unpressurized
1276
+ unpublicized
1277
+ unrealizable
1278
+ unrecognizably
1279
+ unsavorily
1280
+ unsavoriness
1281
+ unsavorinesses
1282
+ unspecialized
1283
+ unsterilized
1284
+ unsubsidized
1285
+ unutilized
1286
+ uremias
1287
+ utilizer
1288
+ valorization
1289
+ valorize
1290
+ valvule
1291
+ vaporific
1292
+ vaporimeter
1293
+ vaporing
1294
+ vaporings
1295
+ vaporish
1296
+ vaporously
1297
+ vaporware
1298
+ vasectomize
1299
+ vasectomized
1300
+ vasectomizing
1301
+ vassalize
1302
+ vectorization
1303
+ vectorized
1304
+ veery
1305
+ velarize
1306
+ venter
1307
+ venters
1308
+ ventriloquize
1309
+ venule
1310
+ verbalizer
1311
+ vernacularize
1312
+ vernalize
1313
+ versicolor
1314
+ veter
1315
+ victimizer
1316
+ victualage
1317
+ victualer
1318
+ victualers
1319
+ vier
1320
+ vigorless
1321
+ vitalizer
1322
+ vitriolize
1323
+ vizard
1324
+ vocalizer
1325
+ volatilization
1326
+ vowelize
1327
+ vowelized
1328
+ vowelizes
1329
+ vowelizing
1330
+ vulcanizable
1331
+ vulcanizer
1332
+ watercolorist
1333
+ watercolorists
1334
+ winterization
1335
+ wizen
1336
+ zaffer
1337
+ zooglea