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.
- checksums.yaml +4 -4
- data/.DS_Store +0 -0
- data/README.md +3 -1
- data/dictionary/.DS_Store +0 -0
- data/dictionary/american-abbreviations.70 +4 -0
- data/dictionary/american-upper.50 +21 -0
- data/dictionary/american-upper.60 +2 -0
- data/dictionary/american-upper.70 +68 -0
- data/dictionary/american-words.10 +35 -0
- data/dictionary/american-words.20 +167 -0
- data/dictionary/american-words.35 +1049 -0
- data/dictionary/american-words.40 +221 -0
- data/dictionary/american-words.50 +781 -0
- data/dictionary/american-words.55 +227 -0
- data/dictionary/american-words.60 +528 -0
- data/dictionary/american-words.70 +1337 -0
- data/dictionary/british-abbreviations.55 +1 -0
- data/dictionary/british-abbreviations.70 +6 -0
- data/dictionary/british-upper.50 +21 -0
- data/dictionary/british-upper.60 +2 -0
- data/dictionary/british-upper.70 +67 -0
- data/dictionary/british-words.10 +47 -0
- data/dictionary/british-words.20 +195 -0
- data/dictionary/british-words.35 +1078 -0
- data/dictionary/british-words.40 +223 -0
- data/dictionary/british-words.50 +783 -0
- data/dictionary/british-words.55 +219 -0
- data/dictionary/british-words.60 +526 -0
- data/dictionary/british-words.70 +1339 -0
- data/dictionary/british_variant_1-abbreviations.55 +1 -0
- data/dictionary/british_variant_1-contractions.35 +1 -0
- data/dictionary/british_variant_1-contractions.50 +2 -0
- data/dictionary/british_variant_1-contractions.60 +1 -0
- data/dictionary/british_variant_1-upper.35 +4 -0
- data/dictionary/british_variant_1-upper.40 +6 -0
- data/dictionary/british_variant_1-upper.50 +48 -0
- data/dictionary/british_variant_1-upper.60 +50 -0
- data/dictionary/british_variant_1-upper.70 +3 -0
- data/dictionary/british_variant_1-words.10 +15 -0
- data/dictionary/british_variant_1-words.20 +44 -0
- data/dictionary/british_variant_1-words.35 +264 -0
- data/dictionary/british_variant_1-words.40 +74 -0
- data/dictionary/british_variant_1-words.50 +287 -0
- data/dictionary/british_variant_1-words.55 +86 -0
- data/dictionary/british_variant_1-words.60 +164 -0
- data/dictionary/british_variant_1-words.70 +23 -0
- data/dictionary/british_variant_2-abbreviations.70 +3 -0
- data/dictionary/british_variant_2-contractions.50 +9 -0
- data/dictionary/british_variant_2-contractions.70 +1 -0
- data/dictionary/british_variant_2-upper.35 +1 -0
- data/dictionary/british_variant_2-upper.40 +7 -0
- data/dictionary/british_variant_2-upper.50 +105 -0
- data/dictionary/british_variant_2-upper.60 +53 -0
- data/dictionary/british_variant_2-upper.70 +142 -0
- data/dictionary/british_variant_2-words.10 +6 -0
- data/dictionary/british_variant_2-words.20 +27 -0
- data/dictionary/british_variant_2-words.35 +439 -0
- data/dictionary/british_variant_2-words.40 +121 -0
- data/dictionary/british_variant_2-words.50 +479 -0
- data/dictionary/british_variant_2-words.55 +104 -0
- data/dictionary/british_variant_2-words.60 +183 -0
- data/dictionary/british_variant_2-words.70 +299 -0
- data/dictionary/british_z-abbreviations.55 +1 -0
- data/dictionary/british_z-abbreviations.70 +6 -0
- data/dictionary/british_z-upper.50 +21 -0
- data/dictionary/british_z-upper.60 +2 -0
- data/dictionary/british_z-upper.70 +68 -0
- data/dictionary/british_z-words.10 +44 -0
- data/dictionary/british_z-words.20 +186 -0
- data/dictionary/british_z-words.35 +1063 -0
- data/dictionary/british_z-words.40 +223 -0
- data/dictionary/british_z-words.50 +779 -0
- data/dictionary/british_z-words.55 +219 -0
- data/dictionary/british_z-words.60 +526 -0
- data/dictionary/british_z-words.70 +1336 -0
- data/dictionary/english-abbreviations.10 +3 -0
- data/dictionary/english-abbreviations.20 +2 -0
- data/dictionary/english-abbreviations.35 +85 -0
- data/dictionary/english-abbreviations.40 +208 -0
- data/dictionary/english-abbreviations.50 +683 -0
- data/dictionary/english-abbreviations.55 +27 -0
- data/dictionary/english-abbreviations.60 +547 -0
- data/dictionary/english-abbreviations.70 +693 -0
- data/dictionary/english-contractions.10 +13 -0
- data/dictionary/english-contractions.35 +5 -0
- data/dictionary/english-contractions.40 +30 -0
- data/dictionary/english-contractions.50 +8 -0
- data/dictionary/english-contractions.60 +12 -0
- data/dictionary/english-contractions.70 +13 -0
- data/dictionary/english-proper-names.35 +2 -0
- data/dictionary/english-proper-names.40 +3 -0
- data/dictionary/english-proper-names.50 +7817 -0
- data/dictionary/english-proper-names.60 +45 -0
- data/dictionary/english-proper-names.70 +1510 -0
- data/dictionary/english-upper.10 +13 -0
- data/dictionary/english-upper.35 +220 -0
- data/dictionary/english-upper.40 +488 -0
- data/dictionary/english-upper.50 +10301 -0
- data/dictionary/english-upper.60 +725 -0
- data/dictionary/english-upper.70 +6303 -0
- data/dictionary/english-words.10 +4374 -0
- data/dictionary/english-words.20 +7951 -0
- data/dictionary/english-words.35 +36071 -0
- data/dictionary/english-words.40 +6379 -0
- data/dictionary/english-words.50 +23648 -0
- data/dictionary/english-words.55 +6213 -0
- data/dictionary/english-words.60 +12999 -0
- data/dictionary/english-words.70 +33400 -0
- data/dictionary/special-hacker.50 +1649 -0
- data/dictionary/special-roman-numerals.35 +63 -0
- data/dictionary/variant_1-abbreviations.55 +1 -0
- data/dictionary/variant_1-contractions.35 +1 -0
- data/dictionary/variant_1-contractions.50 +2 -0
- data/dictionary/variant_1-contractions.60 +1 -0
- data/dictionary/variant_1-upper.35 +4 -0
- data/dictionary/variant_1-upper.40 +6 -0
- data/dictionary/variant_1-upper.50 +48 -0
- data/dictionary/variant_1-upper.60 +51 -0
- data/dictionary/variant_1-upper.70 +3 -0
- data/dictionary/variant_1-words.10 +22 -0
- data/dictionary/variant_1-words.20 +71 -0
- data/dictionary/variant_1-words.35 +453 -0
- data/dictionary/variant_1-words.40 +96 -0
- data/dictionary/variant_1-words.50 +360 -0
- data/dictionary/variant_1-words.55 +100 -0
- data/dictionary/variant_1-words.60 +187 -0
- data/dictionary/variant_1-words.70 +57 -0
- data/dictionary/variant_2-abbreviations.70 +3 -0
- data/dictionary/variant_2-contractions.50 +9 -0
- data/dictionary/variant_2-contractions.70 +1 -0
- data/dictionary/variant_2-upper.35 +1 -0
- data/dictionary/variant_2-upper.40 +7 -0
- data/dictionary/variant_2-upper.50 +109 -0
- data/dictionary/variant_2-upper.60 +53 -0
- data/dictionary/variant_2-upper.70 +142 -0
- data/dictionary/variant_2-words.10 +25 -0
- data/dictionary/variant_2-words.20 +98 -0
- data/dictionary/variant_2-words.35 +892 -0
- data/dictionary/variant_2-words.40 +155 -0
- data/dictionary/variant_2-words.50 +608 -0
- data/dictionary/variant_2-words.55 +120 -0
- data/dictionary/variant_2-words.60 +226 -0
- data/dictionary/variant_2-words.70 +331 -0
- data/dictionary/variant_3-abbreviations.40 +1 -0
- data/dictionary/variant_3-words.10 +9 -0
- data/dictionary/variant_3-words.20 +23 -0
- data/dictionary/variant_3-words.35 +112 -0
- data/dictionary/variant_3-words.40 +29 -0
- data/dictionary/variant_3-words.50 +92 -0
- data/dictionary/variant_3-words.55 +74 -0
- data/dictionary/variant_3-words.60 +33 -0
- data/dictionary/variant_3-words.70 +46 -0
- data/lib/typingtutor/dictionary.rb +51 -0
- data/lib/typingtutor/runner.rb +6 -0
- data/lib/typingtutor/version.rb +1 -1
- data/lib/typingtutor.rb +1 -0
- metadata +153 -3
|
@@ -0,0 +1,1336 @@
|
|
|
1
|
+
accoutrement
|
|
2
|
+
achromatize
|
|
3
|
+
achromatized
|
|
4
|
+
achromatizes
|
|
5
|
+
achromatizing
|
|
6
|
+
adonizes
|
|
7
|
+
aeolipile
|
|
8
|
+
aeolotropic
|
|
9
|
+
aeonian
|
|
10
|
+
aeonism
|
|
11
|
+
aeq
|
|
12
|
+
aerogenic
|
|
13
|
+
aerose
|
|
14
|
+
aerugo
|
|
15
|
+
aesthesia
|
|
16
|
+
aesthetician
|
|
17
|
+
aestheticians
|
|
18
|
+
aestival
|
|
19
|
+
aestivate
|
|
20
|
+
aestivated
|
|
21
|
+
aestivates
|
|
22
|
+
aestivating
|
|
23
|
+
aestivation
|
|
24
|
+
aestivations
|
|
25
|
+
aetiologically
|
|
26
|
+
aetiologist
|
|
27
|
+
aggrandizer
|
|
28
|
+
albuminize
|
|
29
|
+
alchemize
|
|
30
|
+
alchemized
|
|
31
|
+
alchemizes
|
|
32
|
+
alchemizing
|
|
33
|
+
alcoholize
|
|
34
|
+
alcoholized
|
|
35
|
+
alcoholizes
|
|
36
|
+
alcoholizing
|
|
37
|
+
alkalinize
|
|
38
|
+
alkalinized
|
|
39
|
+
alkalinizes
|
|
40
|
+
alkalinizing
|
|
41
|
+
alkalization
|
|
42
|
+
allegorize
|
|
43
|
+
allegorized
|
|
44
|
+
allegorizes
|
|
45
|
+
allegorizing
|
|
46
|
+
aluminize
|
|
47
|
+
aluminized
|
|
48
|
+
aluminizes
|
|
49
|
+
aluminizing
|
|
50
|
+
amenorrhoea
|
|
51
|
+
amenorrhoeas
|
|
52
|
+
amenorrhoeic
|
|
53
|
+
amoebocyte
|
|
54
|
+
amortizement
|
|
55
|
+
amourist
|
|
56
|
+
amourists
|
|
57
|
+
anaesthetically
|
|
58
|
+
anagrammatize
|
|
59
|
+
anagrammatized
|
|
60
|
+
anagrammatizes
|
|
61
|
+
anagrammatizing
|
|
62
|
+
anglicization
|
|
63
|
+
animalize
|
|
64
|
+
animalized
|
|
65
|
+
animalizes
|
|
66
|
+
animalizing
|
|
67
|
+
anoxaemia
|
|
68
|
+
anserinae
|
|
69
|
+
anthropomorphized
|
|
70
|
+
anthropomorphizes
|
|
71
|
+
anthropomorphizing
|
|
72
|
+
antisepticize
|
|
73
|
+
aphaereses
|
|
74
|
+
aphaeresis
|
|
75
|
+
aphorize
|
|
76
|
+
aphorized
|
|
77
|
+
aphorizes
|
|
78
|
+
aphorizing
|
|
79
|
+
apnoea
|
|
80
|
+
apnoeas
|
|
81
|
+
apostrophize
|
|
82
|
+
apostrophized
|
|
83
|
+
apostrophizes
|
|
84
|
+
apostrophizing
|
|
85
|
+
apotheosize
|
|
86
|
+
apotheosized
|
|
87
|
+
apotheosizes
|
|
88
|
+
apotheosizing
|
|
89
|
+
arborization
|
|
90
|
+
archaize
|
|
91
|
+
archaized
|
|
92
|
+
archaizes
|
|
93
|
+
archaizing
|
|
94
|
+
areography
|
|
95
|
+
areolae
|
|
96
|
+
areologies
|
|
97
|
+
areology
|
|
98
|
+
areometer
|
|
99
|
+
aromatize
|
|
100
|
+
aromatized
|
|
101
|
+
aromatizes
|
|
102
|
+
aromatizing
|
|
103
|
+
arterialize
|
|
104
|
+
arterialized
|
|
105
|
+
arterializes
|
|
106
|
+
arterializing
|
|
107
|
+
arytaenoid
|
|
108
|
+
arytaenoids
|
|
109
|
+
asafoetida
|
|
110
|
+
asafoetidas
|
|
111
|
+
atomization
|
|
112
|
+
atomizations
|
|
113
|
+
attempre
|
|
114
|
+
attitudinizer
|
|
115
|
+
autocatalyses
|
|
116
|
+
autoionization
|
|
117
|
+
autolyses
|
|
118
|
+
automatization
|
|
119
|
+
autotomize
|
|
120
|
+
autotomized
|
|
121
|
+
autotomizes
|
|
122
|
+
autotomizing
|
|
123
|
+
axiomatizing
|
|
124
|
+
azotaemia
|
|
125
|
+
azotize
|
|
126
|
+
bael
|
|
127
|
+
baels
|
|
128
|
+
barbarization
|
|
129
|
+
barbarizations
|
|
130
|
+
bartizan
|
|
131
|
+
barycentre
|
|
132
|
+
bastinadoed
|
|
133
|
+
bastinadoes
|
|
134
|
+
battologize
|
|
135
|
+
behaviouristic
|
|
136
|
+
bestialize
|
|
137
|
+
bestialized
|
|
138
|
+
bestializes
|
|
139
|
+
bestializing
|
|
140
|
+
bicolour
|
|
141
|
+
bistre
|
|
142
|
+
bistres
|
|
143
|
+
bituminize
|
|
144
|
+
bituminized
|
|
145
|
+
bituminizes
|
|
146
|
+
bituminizing
|
|
147
|
+
bize
|
|
148
|
+
botanize
|
|
149
|
+
botanized
|
|
150
|
+
botanizes
|
|
151
|
+
botanizing
|
|
152
|
+
bour
|
|
153
|
+
bourage
|
|
154
|
+
bourg
|
|
155
|
+
cacoaethes
|
|
156
|
+
cacodaemon
|
|
157
|
+
cacodaemons
|
|
158
|
+
cadastre
|
|
159
|
+
cadastres
|
|
160
|
+
caecally
|
|
161
|
+
caecity
|
|
162
|
+
caesar
|
|
163
|
+
caesiums
|
|
164
|
+
caespitose
|
|
165
|
+
caestus
|
|
166
|
+
caesural
|
|
167
|
+
camize
|
|
168
|
+
cancellable
|
|
169
|
+
cancellate
|
|
170
|
+
caponize
|
|
171
|
+
caponized
|
|
172
|
+
caponizes
|
|
173
|
+
caponizing
|
|
174
|
+
caracolled
|
|
175
|
+
caracolling
|
|
176
|
+
caramelization
|
|
177
|
+
carbolize
|
|
178
|
+
carbonadoes
|
|
179
|
+
carbonization
|
|
180
|
+
carbonizations
|
|
181
|
+
carburization
|
|
182
|
+
carburize
|
|
183
|
+
carburized
|
|
184
|
+
carburizes
|
|
185
|
+
carburizing
|
|
186
|
+
cartelization
|
|
187
|
+
cartelize
|
|
188
|
+
catalyser
|
|
189
|
+
catechizer
|
|
190
|
+
catholicize
|
|
191
|
+
catholicized
|
|
192
|
+
catholicizes
|
|
193
|
+
catholicizing
|
|
194
|
+
centrings
|
|
195
|
+
cephalization
|
|
196
|
+
chaetopod
|
|
197
|
+
characterizer
|
|
198
|
+
chelicerae
|
|
199
|
+
cherely
|
|
200
|
+
cicatrize
|
|
201
|
+
cicatrized
|
|
202
|
+
cicatrizes
|
|
203
|
+
cicatrizing
|
|
204
|
+
cinchonize
|
|
205
|
+
cinematize
|
|
206
|
+
circularization
|
|
207
|
+
circularizations
|
|
208
|
+
circularizer
|
|
209
|
+
civilizer
|
|
210
|
+
claroes
|
|
211
|
+
classicize
|
|
212
|
+
classicized
|
|
213
|
+
classicizes
|
|
214
|
+
classicizing
|
|
215
|
+
cocainize
|
|
216
|
+
cocainized
|
|
217
|
+
cocainizes
|
|
218
|
+
cocainizing
|
|
219
|
+
coeliac
|
|
220
|
+
coeliotomy
|
|
221
|
+
coelom
|
|
222
|
+
coelomata
|
|
223
|
+
coeloms
|
|
224
|
+
coenacle
|
|
225
|
+
coenesthesia
|
|
226
|
+
coenobitical
|
|
227
|
+
cognize
|
|
228
|
+
cognized
|
|
229
|
+
cognizes
|
|
230
|
+
cognizing
|
|
231
|
+
colonizations
|
|
232
|
+
colourable
|
|
233
|
+
colourado
|
|
234
|
+
colourcast
|
|
235
|
+
colourcasting
|
|
236
|
+
colourcasts
|
|
237
|
+
colourer
|
|
238
|
+
colourific
|
|
239
|
+
colourings
|
|
240
|
+
communalize
|
|
241
|
+
communalized
|
|
242
|
+
communalizes
|
|
243
|
+
communalizing
|
|
244
|
+
communization
|
|
245
|
+
communizations
|
|
246
|
+
communize
|
|
247
|
+
communized
|
|
248
|
+
communizes
|
|
249
|
+
communizing
|
|
250
|
+
comprizable
|
|
251
|
+
concentre
|
|
252
|
+
concentred
|
|
253
|
+
concentres
|
|
254
|
+
concentring
|
|
255
|
+
concretize
|
|
256
|
+
concretized
|
|
257
|
+
concretizes
|
|
258
|
+
concretizing
|
|
259
|
+
contemporize
|
|
260
|
+
contemporized
|
|
261
|
+
contemporizes
|
|
262
|
+
contemporizing
|
|
263
|
+
conventionalization
|
|
264
|
+
conventionalizations
|
|
265
|
+
copolymerize
|
|
266
|
+
copolymerized
|
|
267
|
+
copolymerizes
|
|
268
|
+
copolymerizing
|
|
269
|
+
cosmopolitanize
|
|
270
|
+
costae
|
|
271
|
+
councillorship
|
|
272
|
+
councillorships
|
|
273
|
+
counsellorship
|
|
274
|
+
counsellorships
|
|
275
|
+
couranto
|
|
276
|
+
cree
|
|
277
|
+
crees
|
|
278
|
+
crenelled
|
|
279
|
+
crenelling
|
|
280
|
+
creolized
|
|
281
|
+
criminalization
|
|
282
|
+
criticizable
|
|
283
|
+
cupellation
|
|
284
|
+
cupulae
|
|
285
|
+
curarize
|
|
286
|
+
customizations
|
|
287
|
+
cutinize
|
|
288
|
+
cymae
|
|
289
|
+
daedal
|
|
290
|
+
daeva
|
|
291
|
+
decalitre
|
|
292
|
+
decalitres
|
|
293
|
+
decametre
|
|
294
|
+
decametres
|
|
295
|
+
decarbonize
|
|
296
|
+
decarbonized
|
|
297
|
+
decarbonizes
|
|
298
|
+
decarbonizing
|
|
299
|
+
decarburize
|
|
300
|
+
decarburized
|
|
301
|
+
decarburizes
|
|
302
|
+
decarburizing
|
|
303
|
+
decigramme
|
|
304
|
+
decigrammes
|
|
305
|
+
decimalize
|
|
306
|
+
decimalized
|
|
307
|
+
decimalizes
|
|
308
|
+
decimalizing
|
|
309
|
+
decolourant
|
|
310
|
+
decolourize
|
|
311
|
+
decolourized
|
|
312
|
+
decolourizes
|
|
313
|
+
decolourizing
|
|
314
|
+
dehypnotize
|
|
315
|
+
deionize
|
|
316
|
+
deionized
|
|
317
|
+
dekagramme
|
|
318
|
+
dekagrammes
|
|
319
|
+
dekalitre
|
|
320
|
+
dekalitres
|
|
321
|
+
dekametre
|
|
322
|
+
dekametres
|
|
323
|
+
delocalize
|
|
324
|
+
demagnetizer
|
|
325
|
+
demasculinize
|
|
326
|
+
dematerialize
|
|
327
|
+
dematerialized
|
|
328
|
+
dematerializes
|
|
329
|
+
dematerializing
|
|
330
|
+
demineralization
|
|
331
|
+
demineralizations
|
|
332
|
+
demineralize
|
|
333
|
+
demineralizer
|
|
334
|
+
demonization
|
|
335
|
+
demoralizer
|
|
336
|
+
demythologization
|
|
337
|
+
demythologizations
|
|
338
|
+
demythologize
|
|
339
|
+
demythologized
|
|
340
|
+
demythologizes
|
|
341
|
+
demythologizing
|
|
342
|
+
denaturalize
|
|
343
|
+
denaturalized
|
|
344
|
+
denaturalizes
|
|
345
|
+
denaturalizing
|
|
346
|
+
deoxidize
|
|
347
|
+
deoxidized
|
|
348
|
+
deoxidizes
|
|
349
|
+
deoxidizing
|
|
350
|
+
depersonalization
|
|
351
|
+
depolarizations
|
|
352
|
+
depoliticization
|
|
353
|
+
depolymerize
|
|
354
|
+
desensitizer
|
|
355
|
+
desexualize
|
|
356
|
+
desexualized
|
|
357
|
+
desexualizes
|
|
358
|
+
desexualizing
|
|
359
|
+
desulphurize
|
|
360
|
+
detribalize
|
|
361
|
+
detribalized
|
|
362
|
+
detribalizes
|
|
363
|
+
detribalizing
|
|
364
|
+
diabolize
|
|
365
|
+
diabolized
|
|
366
|
+
diabolizes
|
|
367
|
+
diabolizing
|
|
368
|
+
diagonalize
|
|
369
|
+
diagonalized
|
|
370
|
+
diagonalizes
|
|
371
|
+
diagonalizing
|
|
372
|
+
dialler
|
|
373
|
+
dialogize
|
|
374
|
+
dialyse
|
|
375
|
+
dialysed
|
|
376
|
+
dialyser
|
|
377
|
+
dialysing
|
|
378
|
+
diarrhoeal
|
|
379
|
+
diarrhoeic
|
|
380
|
+
dichotomize
|
|
381
|
+
dichotomized
|
|
382
|
+
dichotomizes
|
|
383
|
+
dichotomizing
|
|
384
|
+
dieselize
|
|
385
|
+
digitalize
|
|
386
|
+
digitalized
|
|
387
|
+
digitalizes
|
|
388
|
+
digitalizing
|
|
389
|
+
digitizations
|
|
390
|
+
digitizer
|
|
391
|
+
digitizers
|
|
392
|
+
dioptre
|
|
393
|
+
dioptres
|
|
394
|
+
diphthongize
|
|
395
|
+
diphthongized
|
|
396
|
+
diphthongizes
|
|
397
|
+
diphthongizing
|
|
398
|
+
disillusionize
|
|
399
|
+
disseisin
|
|
400
|
+
disseize
|
|
401
|
+
divinize
|
|
402
|
+
dogmatize
|
|
403
|
+
dogmatized
|
|
404
|
+
dogmatizes
|
|
405
|
+
dogmatizing
|
|
406
|
+
dolours
|
|
407
|
+
doura
|
|
408
|
+
dracaena
|
|
409
|
+
dracaenas
|
|
410
|
+
dyspnoea
|
|
411
|
+
dyspnoeas
|
|
412
|
+
ebonize
|
|
413
|
+
ebonized
|
|
414
|
+
ebonizes
|
|
415
|
+
ebonizing
|
|
416
|
+
economization
|
|
417
|
+
editorialization
|
|
418
|
+
editorializer
|
|
419
|
+
effeminize
|
|
420
|
+
effeminized
|
|
421
|
+
effeminizes
|
|
422
|
+
effeminizing
|
|
423
|
+
egotize
|
|
424
|
+
elaeoptene
|
|
425
|
+
electrolyse
|
|
426
|
+
electrolysed
|
|
427
|
+
electrolysing
|
|
428
|
+
elegize
|
|
429
|
+
elegized
|
|
430
|
+
elegizes
|
|
431
|
+
elegizing
|
|
432
|
+
emblematize
|
|
433
|
+
encarnalize
|
|
434
|
+
endamoeba
|
|
435
|
+
ensepulchre
|
|
436
|
+
entomologize
|
|
437
|
+
epigaeal
|
|
438
|
+
epigaeous
|
|
439
|
+
epigrammatize
|
|
440
|
+
escaladoes
|
|
441
|
+
essentialize
|
|
442
|
+
eternalize
|
|
443
|
+
eternalized
|
|
444
|
+
eternalizes
|
|
445
|
+
eternalizing
|
|
446
|
+
eternize
|
|
447
|
+
eternized
|
|
448
|
+
eternizes
|
|
449
|
+
eternizing
|
|
450
|
+
etherealize
|
|
451
|
+
etherealized
|
|
452
|
+
etherealizes
|
|
453
|
+
etherealizing
|
|
454
|
+
etherize
|
|
455
|
+
etherized
|
|
456
|
+
etherizes
|
|
457
|
+
etherizing
|
|
458
|
+
ethicize
|
|
459
|
+
etymologize
|
|
460
|
+
etymologized
|
|
461
|
+
etymologizes
|
|
462
|
+
etymologizing
|
|
463
|
+
eudaemon
|
|
464
|
+
eudaemonia
|
|
465
|
+
eudaemonics
|
|
466
|
+
eudaemonism
|
|
467
|
+
eudaemonisms
|
|
468
|
+
eudaemons
|
|
469
|
+
euhemerize
|
|
470
|
+
eunuchize
|
|
471
|
+
euphemize
|
|
472
|
+
euphemized
|
|
473
|
+
euphemizes
|
|
474
|
+
euphemizing
|
|
475
|
+
euphonize
|
|
476
|
+
evangelization
|
|
477
|
+
evangelizer
|
|
478
|
+
experimentalize
|
|
479
|
+
exsiccatae
|
|
480
|
+
exteriorize
|
|
481
|
+
exteriorized
|
|
482
|
+
exteriorizes
|
|
483
|
+
exteriorizing
|
|
484
|
+
factorizations
|
|
485
|
+
faecula
|
|
486
|
+
faeculence
|
|
487
|
+
faitour
|
|
488
|
+
fanaticize
|
|
489
|
+
fantasizer
|
|
490
|
+
faradize
|
|
491
|
+
favourableness
|
|
492
|
+
favourablenesses
|
|
493
|
+
favourer
|
|
494
|
+
feminization
|
|
495
|
+
fere
|
|
496
|
+
fertilizable
|
|
497
|
+
feudalization
|
|
498
|
+
feudalize
|
|
499
|
+
fibred
|
|
500
|
+
flavourous
|
|
501
|
+
flavoury
|
|
502
|
+
fluidize
|
|
503
|
+
fluidized
|
|
504
|
+
focalize
|
|
505
|
+
foetation
|
|
506
|
+
foeticide
|
|
507
|
+
foeticides
|
|
508
|
+
foetiparous
|
|
509
|
+
foetor
|
|
510
|
+
foetors
|
|
511
|
+
formae
|
|
512
|
+
formalizations
|
|
513
|
+
formularize
|
|
514
|
+
formularized
|
|
515
|
+
formularizes
|
|
516
|
+
formularizing
|
|
517
|
+
fossae
|
|
518
|
+
fourb
|
|
519
|
+
fractionize
|
|
520
|
+
fraena
|
|
521
|
+
fraenulum
|
|
522
|
+
fraenum
|
|
523
|
+
framboesia
|
|
524
|
+
framboesias
|
|
525
|
+
freity
|
|
526
|
+
frivolled
|
|
527
|
+
frivolling
|
|
528
|
+
frize
|
|
529
|
+
frizette
|
|
530
|
+
fueller
|
|
531
|
+
fulgour
|
|
532
|
+
galvanizer
|
|
533
|
+
gauffre
|
|
534
|
+
gelatinize
|
|
535
|
+
gelatinized
|
|
536
|
+
gelatinizes
|
|
537
|
+
gelatinizing
|
|
538
|
+
genealogize
|
|
539
|
+
generalizable
|
|
540
|
+
geologize
|
|
541
|
+
geometrize
|
|
542
|
+
ghettoization
|
|
543
|
+
glamorizer
|
|
544
|
+
glebae
|
|
545
|
+
globigerinae
|
|
546
|
+
glutaei
|
|
547
|
+
glutaeus
|
|
548
|
+
gluttonize
|
|
549
|
+
gluttonized
|
|
550
|
+
gluttonizes
|
|
551
|
+
gluttonizing
|
|
552
|
+
goey
|
|
553
|
+
gourmandism
|
|
554
|
+
gourmandize
|
|
555
|
+
grangerize
|
|
556
|
+
graphitize
|
|
557
|
+
gre
|
|
558
|
+
greenuk
|
|
559
|
+
grovellingly
|
|
560
|
+
gutturalize
|
|
561
|
+
gynaecic
|
|
562
|
+
gynaecocracy
|
|
563
|
+
gynaecoid
|
|
564
|
+
gynaecomastia
|
|
565
|
+
gyrostabilizer
|
|
566
|
+
gyrostabilizers
|
|
567
|
+
haemachrome
|
|
568
|
+
haemagglutinate
|
|
569
|
+
haemal
|
|
570
|
+
haemangioma
|
|
571
|
+
haemangiomas
|
|
572
|
+
haematic
|
|
573
|
+
haematin
|
|
574
|
+
haematinic
|
|
575
|
+
haematites
|
|
576
|
+
haematoblast
|
|
577
|
+
haematocele
|
|
578
|
+
haematocryal
|
|
579
|
+
haematogenesis
|
|
580
|
+
haematogenous
|
|
581
|
+
haematoid
|
|
582
|
+
haematoma
|
|
583
|
+
haematomas
|
|
584
|
+
haematomata
|
|
585
|
+
haematopoiesis
|
|
586
|
+
haematosis
|
|
587
|
+
haematothermal
|
|
588
|
+
haematoxylin
|
|
589
|
+
haematozoon
|
|
590
|
+
haematuria
|
|
591
|
+
haematurias
|
|
592
|
+
haemic
|
|
593
|
+
haemin
|
|
594
|
+
haemocyte
|
|
595
|
+
haemodialyses
|
|
596
|
+
haemodialysis
|
|
597
|
+
haemoid
|
|
598
|
+
haemolysin
|
|
599
|
+
haemolysis
|
|
600
|
+
haemophilic
|
|
601
|
+
haemorrhoidal
|
|
602
|
+
haemorrhoidectomy
|
|
603
|
+
haemostasis
|
|
604
|
+
haemostatic
|
|
605
|
+
haeredes
|
|
606
|
+
harbourage
|
|
607
|
+
harbourages
|
|
608
|
+
harbourer
|
|
609
|
+
hatchelled
|
|
610
|
+
hatchelling
|
|
611
|
+
heathenize
|
|
612
|
+
hectolitre
|
|
613
|
+
hectolitres
|
|
614
|
+
hetaerism
|
|
615
|
+
heteroecious
|
|
616
|
+
hierarchize
|
|
617
|
+
homoeopathically
|
|
618
|
+
homoeopathist
|
|
619
|
+
homoeostases
|
|
620
|
+
homogenizer
|
|
621
|
+
homologize
|
|
622
|
+
homologized
|
|
623
|
+
homologizes
|
|
624
|
+
homologizing
|
|
625
|
+
humoural
|
|
626
|
+
hybridizer
|
|
627
|
+
hydrocoele
|
|
628
|
+
hydrogenize
|
|
629
|
+
hydrolyzate
|
|
630
|
+
hydrolyzates
|
|
631
|
+
hydrolyzation
|
|
632
|
+
hypaesthesia
|
|
633
|
+
hypaethral
|
|
634
|
+
hyperaemia
|
|
635
|
+
hyperaemias
|
|
636
|
+
hyperaesthesia
|
|
637
|
+
hyperbolize
|
|
638
|
+
hyperbolized
|
|
639
|
+
hyperbolizes
|
|
640
|
+
hyperbolizing
|
|
641
|
+
hyperglycaemic
|
|
642
|
+
hypersensitize
|
|
643
|
+
hypnotizable
|
|
644
|
+
hypnotization
|
|
645
|
+
hypnotizer
|
|
646
|
+
hypnotizers
|
|
647
|
+
hypocentre
|
|
648
|
+
hypogaeal
|
|
649
|
+
hypogaeous
|
|
650
|
+
hypogaeum
|
|
651
|
+
hyposensitize
|
|
652
|
+
hypostasize
|
|
653
|
+
hypostasizes
|
|
654
|
+
hypostatize
|
|
655
|
+
hypostatized
|
|
656
|
+
hypostatizes
|
|
657
|
+
hypostatizing
|
|
658
|
+
hypothesizer
|
|
659
|
+
hysterectomize
|
|
660
|
+
idealizer
|
|
661
|
+
idolatrize
|
|
662
|
+
idolizer
|
|
663
|
+
illegalize
|
|
664
|
+
illegalized
|
|
665
|
+
illegalizes
|
|
666
|
+
illegalizing
|
|
667
|
+
immaterialize
|
|
668
|
+
immaterialized
|
|
669
|
+
immaterializes
|
|
670
|
+
immaterializing
|
|
671
|
+
impanelment
|
|
672
|
+
impersonalize
|
|
673
|
+
imprescriptible
|
|
674
|
+
incentivization
|
|
675
|
+
incentivize
|
|
676
|
+
incognizant
|
|
677
|
+
increate
|
|
678
|
+
indigenae
|
|
679
|
+
indraught
|
|
680
|
+
initializations
|
|
681
|
+
insolubilize
|
|
682
|
+
intellectualization
|
|
683
|
+
interiorize
|
|
684
|
+
interiorized
|
|
685
|
+
interiorizes
|
|
686
|
+
interiorizing
|
|
687
|
+
internationalizations
|
|
688
|
+
ionizable
|
|
689
|
+
ipomoea
|
|
690
|
+
iridize
|
|
691
|
+
irrationalize
|
|
692
|
+
isochronize
|
|
693
|
+
isomerize
|
|
694
|
+
itemizer
|
|
695
|
+
jargonize
|
|
696
|
+
journalize
|
|
697
|
+
juvenilize
|
|
698
|
+
kaed
|
|
699
|
+
keratinize
|
|
700
|
+
kinaesthesia
|
|
701
|
+
kinaesthesias
|
|
702
|
+
kinaesthetic
|
|
703
|
+
kyanize
|
|
704
|
+
labeller
|
|
705
|
+
labialize
|
|
706
|
+
labialized
|
|
707
|
+
labializes
|
|
708
|
+
labializing
|
|
709
|
+
labiatae
|
|
710
|
+
laevigate
|
|
711
|
+
laevogyrate
|
|
712
|
+
laevorotation
|
|
713
|
+
laevorotatory
|
|
714
|
+
laevulose
|
|
715
|
+
laevuloses
|
|
716
|
+
laicize
|
|
717
|
+
laicized
|
|
718
|
+
laicizes
|
|
719
|
+
laicizing
|
|
720
|
+
lapelled
|
|
721
|
+
lateralization
|
|
722
|
+
leporidae
|
|
723
|
+
leukorrhoea
|
|
724
|
+
libellant
|
|
725
|
+
libellee
|
|
726
|
+
libellously
|
|
727
|
+
ligulae
|
|
728
|
+
linearized
|
|
729
|
+
lionizer
|
|
730
|
+
lissomness
|
|
731
|
+
lissomnesses
|
|
732
|
+
literalize
|
|
733
|
+
literalized
|
|
734
|
+
literalizes
|
|
735
|
+
literalizing
|
|
736
|
+
localizations
|
|
737
|
+
lodiculae
|
|
738
|
+
loesses
|
|
739
|
+
logicize
|
|
740
|
+
logorrhoea
|
|
741
|
+
logorrhoeas
|
|
742
|
+
longaevous
|
|
743
|
+
loury
|
|
744
|
+
lunulae
|
|
745
|
+
lustreware
|
|
746
|
+
lustrewares
|
|
747
|
+
lustring
|
|
748
|
+
lyophilize
|
|
749
|
+
lyophilized
|
|
750
|
+
lyophilizes
|
|
751
|
+
lyophilizing
|
|
752
|
+
maculae
|
|
753
|
+
magnetizer
|
|
754
|
+
maigre
|
|
755
|
+
majusculae
|
|
756
|
+
malodour
|
|
757
|
+
malodourousness
|
|
758
|
+
malodours
|
|
759
|
+
margaritae
|
|
760
|
+
martyrization
|
|
761
|
+
martyrize
|
|
762
|
+
martyrized
|
|
763
|
+
martyrizes
|
|
764
|
+
martyrizing
|
|
765
|
+
marvellousness
|
|
766
|
+
matronize
|
|
767
|
+
maugre
|
|
768
|
+
maximizer
|
|
769
|
+
mechanizable
|
|
770
|
+
mechanizer
|
|
771
|
+
mediaevalism
|
|
772
|
+
mediaevally
|
|
773
|
+
mediatize
|
|
774
|
+
melodize
|
|
775
|
+
melodized
|
|
776
|
+
melodizes
|
|
777
|
+
melodizing
|
|
778
|
+
melodramatize
|
|
779
|
+
memorizer
|
|
780
|
+
memorizers
|
|
781
|
+
mercerization
|
|
782
|
+
mercurialize
|
|
783
|
+
mesmerization
|
|
784
|
+
mesogloea
|
|
785
|
+
metacentre
|
|
786
|
+
metallize
|
|
787
|
+
metallized
|
|
788
|
+
metathesize
|
|
789
|
+
methaemoglobin
|
|
790
|
+
methodize
|
|
791
|
+
metopae
|
|
792
|
+
micellae
|
|
793
|
+
micromillimetre
|
|
794
|
+
microminiaturization
|
|
795
|
+
microminiaturized
|
|
796
|
+
micropalaeontologies
|
|
797
|
+
micropalaeontology
|
|
798
|
+
mineralization
|
|
799
|
+
mineralize
|
|
800
|
+
minimizer
|
|
801
|
+
misadvize
|
|
802
|
+
misalphabetize
|
|
803
|
+
mischaracterize
|
|
804
|
+
mitrewort
|
|
805
|
+
mitreworts
|
|
806
|
+
mize
|
|
807
|
+
mobilizable
|
|
808
|
+
modernizations
|
|
809
|
+
modularize
|
|
810
|
+
modularized
|
|
811
|
+
modularizing
|
|
812
|
+
monetization
|
|
813
|
+
monetizations
|
|
814
|
+
mongrelize
|
|
815
|
+
mongrelized
|
|
816
|
+
mongrelizes
|
|
817
|
+
mongrelizing
|
|
818
|
+
monometallism
|
|
819
|
+
monumentalize
|
|
820
|
+
monumentalized
|
|
821
|
+
monumentalizes
|
|
822
|
+
monumentalizing
|
|
823
|
+
moralizingly
|
|
824
|
+
mucosae
|
|
825
|
+
multicolour
|
|
826
|
+
municipalize
|
|
827
|
+
mutualize
|
|
828
|
+
myriametre
|
|
829
|
+
mythicize
|
|
830
|
+
mythopoeic
|
|
831
|
+
myxoedema
|
|
832
|
+
myxoedemas
|
|
833
|
+
nanometre
|
|
834
|
+
nanometres
|
|
835
|
+
nationalizer
|
|
836
|
+
nebulization
|
|
837
|
+
nebulize
|
|
838
|
+
nebulizer
|
|
839
|
+
neologize
|
|
840
|
+
neoterize
|
|
841
|
+
neurocoele
|
|
842
|
+
nitrogenize
|
|
843
|
+
nomadize
|
|
844
|
+
nonfulfilment
|
|
845
|
+
nonionizing
|
|
846
|
+
normalizable
|
|
847
|
+
normalizations
|
|
848
|
+
normalizer
|
|
849
|
+
normalizers
|
|
850
|
+
nymphaeum
|
|
851
|
+
obelize
|
|
852
|
+
objectivize
|
|
853
|
+
ochreous
|
|
854
|
+
ochres
|
|
855
|
+
ochrey
|
|
856
|
+
oedematous
|
|
857
|
+
oenologist
|
|
858
|
+
oenologists
|
|
859
|
+
oesophagitis
|
|
860
|
+
oestradiol
|
|
861
|
+
oestrin
|
|
862
|
+
oestriol
|
|
863
|
+
oestrogenic
|
|
864
|
+
oestrogens
|
|
865
|
+
oestrone
|
|
866
|
+
oestrones
|
|
867
|
+
oestrum
|
|
868
|
+
offenceless
|
|
869
|
+
ombre
|
|
870
|
+
optimizers
|
|
871
|
+
organizable
|
|
872
|
+
orientalize
|
|
873
|
+
orientalized
|
|
874
|
+
orientalizes
|
|
875
|
+
orientalizing
|
|
876
|
+
orthographize
|
|
877
|
+
orthopaedically
|
|
878
|
+
overanalyse
|
|
879
|
+
overdramatize
|
|
880
|
+
overdramatized
|
|
881
|
+
overdramatizes
|
|
882
|
+
overdramatizing
|
|
883
|
+
overindustrialize
|
|
884
|
+
oxidizable
|
|
885
|
+
ozonize
|
|
886
|
+
paederastic
|
|
887
|
+
paedogenesis
|
|
888
|
+
paedological
|
|
889
|
+
paedologist
|
|
890
|
+
paedology
|
|
891
|
+
paedophilic
|
|
892
|
+
paganize
|
|
893
|
+
palaeobiologies
|
|
894
|
+
palaeobiologist
|
|
895
|
+
palaeobiology
|
|
896
|
+
palaeobotanies
|
|
897
|
+
palaeobotany
|
|
898
|
+
palaeoclimatologies
|
|
899
|
+
palaeoclimatology
|
|
900
|
+
palaeoecology
|
|
901
|
+
palaeoethnology
|
|
902
|
+
palaeogeographies
|
|
903
|
+
palaeogeography
|
|
904
|
+
palaeographic
|
|
905
|
+
palaeographical
|
|
906
|
+
palaeolith
|
|
907
|
+
palaeoliths
|
|
908
|
+
palaeontography
|
|
909
|
+
palaeontologic
|
|
910
|
+
palaeontological
|
|
911
|
+
palaeopsychology
|
|
912
|
+
palaeozoologies
|
|
913
|
+
palaeozoology
|
|
914
|
+
palaestra
|
|
915
|
+
palaestrae
|
|
916
|
+
pandoura
|
|
917
|
+
panegyrize
|
|
918
|
+
papulae
|
|
919
|
+
parabolize
|
|
920
|
+
paraesthesia
|
|
921
|
+
paraesthesias
|
|
922
|
+
parallelize
|
|
923
|
+
parallelized
|
|
924
|
+
parallelizes
|
|
925
|
+
parallelizing
|
|
926
|
+
parametrization
|
|
927
|
+
parametrize
|
|
928
|
+
parametrized
|
|
929
|
+
parametrizes
|
|
930
|
+
paraselenae
|
|
931
|
+
parasitize
|
|
932
|
+
parlourmaid
|
|
933
|
+
particoloured
|
|
934
|
+
pastoralize
|
|
935
|
+
patronization
|
|
936
|
+
pectize
|
|
937
|
+
peculiarize
|
|
938
|
+
pelletize
|
|
939
|
+
pennae
|
|
940
|
+
peptize
|
|
941
|
+
peptized
|
|
942
|
+
peptizes
|
|
943
|
+
peptizing
|
|
944
|
+
peptonize
|
|
945
|
+
pericopae
|
|
946
|
+
periodization
|
|
947
|
+
peroxidize
|
|
948
|
+
personalization
|
|
949
|
+
phaenology
|
|
950
|
+
philanthropize
|
|
951
|
+
phlebotomize
|
|
952
|
+
phlebotomized
|
|
953
|
+
phlebotomizes
|
|
954
|
+
phlebotomizing
|
|
955
|
+
phlyctaena
|
|
956
|
+
phosphatize
|
|
957
|
+
photosensitize
|
|
958
|
+
photosensitized
|
|
959
|
+
photosensitizes
|
|
960
|
+
photosensitizing
|
|
961
|
+
picturize
|
|
962
|
+
pilgrimize
|
|
963
|
+
pinnulae
|
|
964
|
+
piscinae
|
|
965
|
+
plagae
|
|
966
|
+
plasmolyses
|
|
967
|
+
plasticizer
|
|
968
|
+
plasticizers
|
|
969
|
+
platinize
|
|
970
|
+
platitudinize
|
|
971
|
+
ploughable
|
|
972
|
+
ploughboy
|
|
973
|
+
ploughboys
|
|
974
|
+
plougher
|
|
975
|
+
ploughers
|
|
976
|
+
plumulae
|
|
977
|
+
poe
|
|
978
|
+
poeticize
|
|
979
|
+
poetize
|
|
980
|
+
poetized
|
|
981
|
+
poetizes
|
|
982
|
+
poetizing
|
|
983
|
+
polarizability
|
|
984
|
+
polarizable
|
|
985
|
+
polarizations
|
|
986
|
+
polarizer
|
|
987
|
+
polemicize
|
|
988
|
+
polemicized
|
|
989
|
+
polemicizes
|
|
990
|
+
polemicizing
|
|
991
|
+
pollinize
|
|
992
|
+
polycythaemia
|
|
993
|
+
polycythaemias
|
|
994
|
+
poplitaeal
|
|
995
|
+
popularizations
|
|
996
|
+
popularizer
|
|
997
|
+
posturize
|
|
998
|
+
pourer
|
|
999
|
+
practiser
|
|
1000
|
+
praedial
|
|
1001
|
+
praefectorial
|
|
1002
|
+
praelect
|
|
1003
|
+
praemaxilla
|
|
1004
|
+
praemunire
|
|
1005
|
+
praepositor
|
|
1006
|
+
preacid
|
|
1007
|
+
preaemptor
|
|
1008
|
+
preaexistent
|
|
1009
|
+
preambulatory
|
|
1010
|
+
precancellation
|
|
1011
|
+
precivilization
|
|
1012
|
+
preconize
|
|
1013
|
+
prepend
|
|
1014
|
+
preprogramme
|
|
1015
|
+
prese
|
|
1016
|
+
previousness
|
|
1017
|
+
previousnesses
|
|
1018
|
+
previze
|
|
1019
|
+
proemial
|
|
1020
|
+
prologize
|
|
1021
|
+
prologized
|
|
1022
|
+
prologizes
|
|
1023
|
+
prologizing
|
|
1024
|
+
prologuize
|
|
1025
|
+
propraetor
|
|
1026
|
+
proselytization
|
|
1027
|
+
provincialization
|
|
1028
|
+
psychologize
|
|
1029
|
+
pyaemia
|
|
1030
|
+
pygmaean
|
|
1031
|
+
pyorrhoeal
|
|
1032
|
+
pyrolyse
|
|
1033
|
+
quaestionary
|
|
1034
|
+
quantization
|
|
1035
|
+
quantize
|
|
1036
|
+
quantized
|
|
1037
|
+
racialization
|
|
1038
|
+
racialize
|
|
1039
|
+
rationalizer
|
|
1040
|
+
ratitae
|
|
1041
|
+
raveller
|
|
1042
|
+
reaentrance
|
|
1043
|
+
reauthorization
|
|
1044
|
+
rebaptize
|
|
1045
|
+
recognizances
|
|
1046
|
+
recognizers
|
|
1047
|
+
reconnoitrer
|
|
1048
|
+
recrystallization
|
|
1049
|
+
relativize
|
|
1050
|
+
relativized
|
|
1051
|
+
relativizes
|
|
1052
|
+
relativizing
|
|
1053
|
+
rematerialized
|
|
1054
|
+
remilitarize
|
|
1055
|
+
remilitarized
|
|
1056
|
+
remilitarizes
|
|
1057
|
+
remilitarizing
|
|
1058
|
+
remonetize
|
|
1059
|
+
renationalized
|
|
1060
|
+
rencontre
|
|
1061
|
+
renes
|
|
1062
|
+
renormalization
|
|
1063
|
+
republicanize
|
|
1064
|
+
resh
|
|
1065
|
+
reshoes
|
|
1066
|
+
resynchronization
|
|
1067
|
+
resynchronize
|
|
1068
|
+
resynchronized
|
|
1069
|
+
resynchronizes
|
|
1070
|
+
resynchronizing
|
|
1071
|
+
resynthesize
|
|
1072
|
+
revolutionizer
|
|
1073
|
+
rigourism
|
|
1074
|
+
rigourist
|
|
1075
|
+
ritualize
|
|
1076
|
+
ritualizes
|
|
1077
|
+
ritualizing
|
|
1078
|
+
romanize
|
|
1079
|
+
ruggedize
|
|
1080
|
+
ruralize
|
|
1081
|
+
saeta
|
|
1082
|
+
sakis
|
|
1083
|
+
salinization
|
|
1084
|
+
salinize
|
|
1085
|
+
saltires
|
|
1086
|
+
sandalled
|
|
1087
|
+
sanitizer
|
|
1088
|
+
sanitizers
|
|
1089
|
+
sapour
|
|
1090
|
+
satirization
|
|
1091
|
+
savourer
|
|
1092
|
+
savourily
|
|
1093
|
+
savourless
|
|
1094
|
+
scandalization
|
|
1095
|
+
scandalizations
|
|
1096
|
+
scandalizer
|
|
1097
|
+
sceptred
|
|
1098
|
+
schematization
|
|
1099
|
+
schematizations
|
|
1100
|
+
scrutinization
|
|
1101
|
+
scrutinizer
|
|
1102
|
+
seborrhoeic
|
|
1103
|
+
sectarianize
|
|
1104
|
+
sectionalize
|
|
1105
|
+
secularizer
|
|
1106
|
+
seizable
|
|
1107
|
+
seizer
|
|
1108
|
+
seizers
|
|
1109
|
+
seizin
|
|
1110
|
+
seizings
|
|
1111
|
+
semicivilized
|
|
1112
|
+
sensitizers
|
|
1113
|
+
sensualize
|
|
1114
|
+
sensualized
|
|
1115
|
+
sensualizes
|
|
1116
|
+
sensualizing
|
|
1117
|
+
sepalled
|
|
1118
|
+
sermonizer
|
|
1119
|
+
sermonizers
|
|
1120
|
+
shoer
|
|
1121
|
+
shoveller
|
|
1122
|
+
shovellers
|
|
1123
|
+
siliquae
|
|
1124
|
+
singularization
|
|
1125
|
+
singularize
|
|
1126
|
+
singularized
|
|
1127
|
+
singularizes
|
|
1128
|
+
singularizing
|
|
1129
|
+
sizeably
|
|
1130
|
+
socializer
|
|
1131
|
+
solarize
|
|
1132
|
+
solmization
|
|
1133
|
+
solmizations
|
|
1134
|
+
solubilize
|
|
1135
|
+
sourdine
|
|
1136
|
+
sourdines
|
|
1137
|
+
sovietize
|
|
1138
|
+
sovietized
|
|
1139
|
+
sovietizes
|
|
1140
|
+
sovietizing
|
|
1141
|
+
spelaean
|
|
1142
|
+
spinulae
|
|
1143
|
+
spiritualize
|
|
1144
|
+
spiritualized
|
|
1145
|
+
spiritualizes
|
|
1146
|
+
spiritualizing
|
|
1147
|
+
spirochaetosis
|
|
1148
|
+
squamae
|
|
1149
|
+
standardizations
|
|
1150
|
+
stelae
|
|
1151
|
+
stentour
|
|
1152
|
+
stentours
|
|
1153
|
+
stilboestrol
|
|
1154
|
+
stilboestrols
|
|
1155
|
+
stipulae
|
|
1156
|
+
stomodaeum
|
|
1157
|
+
stour
|
|
1158
|
+
stree
|
|
1159
|
+
strobilae
|
|
1160
|
+
stylization
|
|
1161
|
+
subdure
|
|
1162
|
+
subminiaturize
|
|
1163
|
+
subspeciality
|
|
1164
|
+
subspecialize
|
|
1165
|
+
substantialize
|
|
1166
|
+
subtilize
|
|
1167
|
+
subtilized
|
|
1168
|
+
subtilizes
|
|
1169
|
+
subtilizing
|
|
1170
|
+
suburbanization
|
|
1171
|
+
suburbanize
|
|
1172
|
+
suburbanized
|
|
1173
|
+
suburbanizes
|
|
1174
|
+
suburbanizing
|
|
1175
|
+
succourless
|
|
1176
|
+
sulfatize
|
|
1177
|
+
sulphurize
|
|
1178
|
+
summarization
|
|
1179
|
+
summarizations
|
|
1180
|
+
summarizer
|
|
1181
|
+
summarizers
|
|
1182
|
+
superfoetation
|
|
1183
|
+
superfoetations
|
|
1184
|
+
surprizal
|
|
1185
|
+
syllabize
|
|
1186
|
+
syllabized
|
|
1187
|
+
syllabizes
|
|
1188
|
+
syllabizing
|
|
1189
|
+
syllogize
|
|
1190
|
+
syllogized
|
|
1191
|
+
syllogizes
|
|
1192
|
+
syllogizing
|
|
1193
|
+
symmetrization
|
|
1194
|
+
symmetrize
|
|
1195
|
+
symmetrized
|
|
1196
|
+
symmetrizes
|
|
1197
|
+
symmetrizing
|
|
1198
|
+
symphonize
|
|
1199
|
+
synaereses
|
|
1200
|
+
synaeresis
|
|
1201
|
+
synaesthesia
|
|
1202
|
+
synaesthesias
|
|
1203
|
+
synchronizer
|
|
1204
|
+
syncretize
|
|
1205
|
+
syncretized
|
|
1206
|
+
syncretizes
|
|
1207
|
+
syncretizing
|
|
1208
|
+
synoecious
|
|
1209
|
+
synoecology
|
|
1210
|
+
synonymize
|
|
1211
|
+
synopsize
|
|
1212
|
+
systemize
|
|
1213
|
+
systemized
|
|
1214
|
+
systemizes
|
|
1215
|
+
systemizing
|
|
1216
|
+
tabouret
|
|
1217
|
+
tabourets
|
|
1218
|
+
taels
|
|
1219
|
+
taenia
|
|
1220
|
+
taeniacide
|
|
1221
|
+
taeniafuge
|
|
1222
|
+
taenias
|
|
1223
|
+
taeniasis
|
|
1224
|
+
tamboura
|
|
1225
|
+
tautologize
|
|
1226
|
+
telaesthesia
|
|
1227
|
+
tellurize
|
|
1228
|
+
temporization
|
|
1229
|
+
territorialize
|
|
1230
|
+
terrorization
|
|
1231
|
+
terrorizations
|
|
1232
|
+
terrorizer
|
|
1233
|
+
tetanize
|
|
1234
|
+
theatricalize
|
|
1235
|
+
theologize
|
|
1236
|
+
theorizer
|
|
1237
|
+
thermae
|
|
1238
|
+
thermaesthesia
|
|
1239
|
+
thermosyphon
|
|
1240
|
+
threap
|
|
1241
|
+
titre
|
|
1242
|
+
titres
|
|
1243
|
+
totalizer
|
|
1244
|
+
totalizers
|
|
1245
|
+
totalizing
|
|
1246
|
+
toxaemic
|
|
1247
|
+
trammeller
|
|
1248
|
+
tranquilization
|
|
1249
|
+
transcendentalize
|
|
1250
|
+
tref
|
|
1251
|
+
trichinize
|
|
1252
|
+
trichloroethylene
|
|
1253
|
+
tricoloured
|
|
1254
|
+
trioecious
|
|
1255
|
+
trivializations
|
|
1256
|
+
tropaeolin
|
|
1257
|
+
tropicalize
|
|
1258
|
+
turdinae
|
|
1259
|
+
tyrannizer
|
|
1260
|
+
unacclimatized
|
|
1261
|
+
unalphabetized
|
|
1262
|
+
uncancelled
|
|
1263
|
+
uncapitalized
|
|
1264
|
+
uncrystallized
|
|
1265
|
+
underemphasize
|
|
1266
|
+
unhonoured
|
|
1267
|
+
uniformize
|
|
1268
|
+
unionizer
|
|
1269
|
+
universalization
|
|
1270
|
+
unmechanized
|
|
1271
|
+
unmemorized
|
|
1272
|
+
unnaturalized
|
|
1273
|
+
unneighbourly
|
|
1274
|
+
unpressurized
|
|
1275
|
+
unpublicized
|
|
1276
|
+
unrealizable
|
|
1277
|
+
unrecognizably
|
|
1278
|
+
unsavourily
|
|
1279
|
+
unsavouriness
|
|
1280
|
+
unsavourinesses
|
|
1281
|
+
unspecialized
|
|
1282
|
+
unsterilized
|
|
1283
|
+
unsubsidized
|
|
1284
|
+
unutilized
|
|
1285
|
+
uraemias
|
|
1286
|
+
utilizer
|
|
1287
|
+
valorization
|
|
1288
|
+
valorize
|
|
1289
|
+
valvulae
|
|
1290
|
+
vapourific
|
|
1291
|
+
vapourimeter
|
|
1292
|
+
vapouring
|
|
1293
|
+
vapourings
|
|
1294
|
+
vapourish
|
|
1295
|
+
vapourously
|
|
1296
|
+
vapourware
|
|
1297
|
+
vasectomize
|
|
1298
|
+
vasectomized
|
|
1299
|
+
vasectomizing
|
|
1300
|
+
vassalize
|
|
1301
|
+
vectorization
|
|
1302
|
+
vectorized
|
|
1303
|
+
velarize
|
|
1304
|
+
ventre
|
|
1305
|
+
ventres
|
|
1306
|
+
ventriloquize
|
|
1307
|
+
venulae
|
|
1308
|
+
verbalizer
|
|
1309
|
+
verey
|
|
1310
|
+
vernacularize
|
|
1311
|
+
vernalize
|
|
1312
|
+
versicolour
|
|
1313
|
+
vetoer
|
|
1314
|
+
victimizer
|
|
1315
|
+
victuallage
|
|
1316
|
+
victualler
|
|
1317
|
+
victuallers
|
|
1318
|
+
vigourless
|
|
1319
|
+
vire
|
|
1320
|
+
vitalizer
|
|
1321
|
+
vitriolize
|
|
1322
|
+
vizard
|
|
1323
|
+
vocalizer
|
|
1324
|
+
volatilization
|
|
1325
|
+
vowelize
|
|
1326
|
+
vowelized
|
|
1327
|
+
vowelizes
|
|
1328
|
+
vowelizing
|
|
1329
|
+
vulcanizable
|
|
1330
|
+
vulcanizer
|
|
1331
|
+
watercolourist
|
|
1332
|
+
watercolourists
|
|
1333
|
+
winterization
|
|
1334
|
+
wizen
|
|
1335
|
+
zaffre
|
|
1336
|
+
zoogloea
|