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,63 @@
1
+ clii
2
+ clix
3
+ clvi
4
+ clvii
5
+ clxi
6
+ clxii
7
+ clxiv
8
+ clxix
9
+ clxvi
10
+ clxvii
11
+ ii
12
+ iii
13
+ iv
14
+ ix
15
+ lii
16
+ lix
17
+ lvi
18
+ lvii
19
+ lxi
20
+ lxii
21
+ lxiv
22
+ lxix
23
+ lxvi
24
+ lxvii
25
+ vi
26
+ vii
27
+ viii
28
+ x
29
+ xci
30
+ xcii
31
+ xciv
32
+ xcix
33
+ xcvi
34
+ xcvii
35
+ xi
36
+ xii
37
+ xiii
38
+ xiv
39
+ xix
40
+ xv
41
+ xvi
42
+ xvii
43
+ xviii
44
+ xx
45
+ xxi
46
+ xxii
47
+ xxiii
48
+ xxiv
49
+ xxix
50
+ xxv
51
+ xxvi
52
+ xxvii
53
+ xxviii
54
+ xxx
55
+ xxxi
56
+ xxxii
57
+ xxxiii
58
+ xxxiv
59
+ xxxix
60
+ xxxv
61
+ xxxvi
62
+ xxxvii
63
+ xxxviii
@@ -0,0 +1 @@
1
+ hm
@@ -0,0 +1 @@
1
+ Qur'an
@@ -0,0 +1,2 @@
1
+ fo'c'sle
2
+ fo'c'sles
@@ -0,0 +1 @@
1
+ Qur'anic
@@ -0,0 +1,4 @@
1
+ Moslem
2
+ Moslem's
3
+ Qur'an
4
+ Quran
@@ -0,0 +1,6 @@
1
+ Black
2
+ Black's
3
+ Blacks
4
+ Sister
5
+ Sister's
6
+ Sisters
@@ -0,0 +1,48 @@
1
+ Benares
2
+ Benares's
3
+ Biblical
4
+ Biblical's
5
+ Celebes
6
+ Celebes's
7
+ Dnieper
8
+ Dnieper's
9
+ Druid
10
+ Druid's
11
+ Ericson
12
+ Ericson's
13
+ Ericsson
14
+ Ericsson's
15
+ Euclidean
16
+ Euclidean's
17
+ Joliet
18
+ Joliet's
19
+ Katmandu
20
+ Katmandu's
21
+ Mammon
22
+ Mammon's
23
+ Manila
24
+ Manila's
25
+ Nikolayev
26
+ Nikolayev's
27
+ Palau
28
+ Palau's
29
+ Parsi
30
+ Parsi's
31
+ Pekinese
32
+ Pekinese's
33
+ Red
34
+ Red's
35
+ Sian
36
+ Sian's
37
+ Sukkoth
38
+ Sukkoth's
39
+ Sukkoths
40
+ Tartar
41
+ Tartar's
42
+ Tartars
43
+ Tientsin
44
+ Tientsin's
45
+ Visakhapatnam
46
+ Visakhapatnam's
47
+ Zeppelin
48
+ Zeppelin's
@@ -0,0 +1,51 @@
1
+ Athabaska
2
+ Basic
3
+ Castile
4
+ Castile's
5
+ Deutschmark
6
+ Deutschmark's
7
+ Deutschmarks
8
+ Devil
9
+ Devil's
10
+ Dnepr
11
+ Fascist
12
+ Hanukah
13
+ Hanukah's
14
+ Honorable
15
+ Imam
16
+ Krakatau
17
+ Krakatau's
18
+ Kwangchow
19
+ Kwangchow's
20
+ Labradorian
21
+ Mammons
22
+ Meshed
23
+ Meshed's
24
+ Nature
25
+ Northern
26
+ Northern's
27
+ Parsee
28
+ Parsee's
29
+ Parsees
30
+ Parsis
31
+ Place
32
+ Purgatory
33
+ Quebecker
34
+ Qur'anic
35
+ Quranic
36
+ Reds
37
+ Romantic
38
+ Rugby
39
+ Rumanian
40
+ Rumanian's
41
+ Rumanians
42
+ Sanaa
43
+ Sanaa's
44
+ Southern
45
+ Statehouse
46
+ Statehouse's
47
+ Statehouses
48
+ Stateside
49
+ Surabaja
50
+ Territory
51
+ Veep
@@ -0,0 +1,3 @@
1
+ Grecism
2
+ Mandean
3
+ Manicheism
@@ -0,0 +1,22 @@
1
+ among
2
+ analog
3
+ behavior
4
+ catalogue
5
+ center
6
+ color
7
+ color's
8
+ colors
9
+ defense
10
+ favor
11
+ favorite
12
+ flavor
13
+ gray
14
+ judgment
15
+ labor
16
+ learned
17
+ nite
18
+ programed
19
+ programing
20
+ rumor
21
+ saki
22
+ spelled
@@ -0,0 +1,71 @@
1
+ adapter
2
+ advisor
3
+ advisor's
4
+ advisors
5
+ ageing
6
+ aging
7
+ biassed
8
+ biassing
9
+ cancelled
10
+ cancelling
11
+ catalogue's
12
+ catalogues
13
+ center's
14
+ centered
15
+ centering
16
+ centers
17
+ colored
18
+ coloring
19
+ convertor
20
+ cooky
21
+ cooky's
22
+ dreamed
23
+ esthetic
24
+ favor's
25
+ favorable
26
+ favored
27
+ favoring
28
+ favorite's
29
+ favorites
30
+ favors
31
+ formulae
32
+ goodby
33
+ goodie
34
+ goodie's
35
+ hah
36
+ honor
37
+ honor's
38
+ honored
39
+ honoring
40
+ honors
41
+ humor
42
+ inquire
43
+ inquired
44
+ inquires
45
+ inquiries
46
+ inquiring
47
+ inquiry
48
+ inquiry's
49
+ judgment's
50
+ judgments
51
+ mold
52
+ neighbor
53
+ neighbor's
54
+ neighborhood
55
+ neighbors
56
+ nite's
57
+ nites
58
+ offense
59
+ offense's
60
+ offenses
61
+ practiced
62
+ practicing
63
+ racquet
64
+ rumor's
65
+ rumored
66
+ rumoring
67
+ rumors
68
+ spoiled
69
+ theater
70
+ whiskey
71
+ whisky
@@ -0,0 +1,453 @@
1
+ OK's
2
+ OKed
3
+ OKing
4
+ OKs
5
+ acknowledgement
6
+ acknowledgement's
7
+ acknowledgements
8
+ acknowledgment
9
+ acknowledgment's
10
+ acknowledgments
11
+ aeon
12
+ aeon's
13
+ aeons
14
+ alkalis
15
+ ambiance
16
+ ambiance's
17
+ ambiances
18
+ ambience
19
+ ambience's
20
+ ambiences
21
+ ameba
22
+ ameba's
23
+ amebae
24
+ amebas
25
+ amidst
26
+ amir
27
+ amir's
28
+ amirs
29
+ amphitheater
30
+ amphitheater's
31
+ amphitheaters
32
+ amuck
33
+ anesthesia
34
+ anesthesia's
35
+ anesthetic
36
+ anesthetic's
37
+ anesthetics
38
+ arbor
39
+ arbor's
40
+ arbors
41
+ archeological
42
+ archeologist
43
+ archeologist's
44
+ archeologists
45
+ archeology
46
+ archeology's
47
+ archipelagoes
48
+ ardor
49
+ ardor's
50
+ ardors
51
+ armor
52
+ armor's
53
+ armored
54
+ armories
55
+ armoring
56
+ armors
57
+ armory
58
+ armory's
59
+ bandana
60
+ bandana's
61
+ bandanas
62
+ bandanna
63
+ bandanna's
64
+ bandannas
65
+ barrelled
66
+ barrelling
67
+ behavior's
68
+ behavioral
69
+ belabor
70
+ belabored
71
+ belaboring
72
+ belabors
73
+ blueing
74
+ bootie
75
+ bootie's
76
+ bused
77
+ busing
78
+ calicos
79
+ candor
80
+ candor's
81
+ catalogued
82
+ cataloguing
83
+ catsup
84
+ catsup's
85
+ chaperon
86
+ chaperon's
87
+ chaperone
88
+ chaperone's
89
+ chaperones
90
+ chaperons
91
+ chiselled
92
+ chiselling
93
+ clamor
94
+ clamor's
95
+ clamored
96
+ clamoring
97
+ clamors
98
+ colored's
99
+ coloreds
100
+ colorful
101
+ coloring's
102
+ colorless
103
+ convertor's
104
+ convertors
105
+ counselor
106
+ counselor's
107
+ counselors
108
+ crueler
109
+ cruelest
110
+ cullender
111
+ cullender's
112
+ cullenders
113
+ cypher
114
+ cypher's
115
+ czar
116
+ czar's
117
+ czars
118
+ defense's
119
+ defensed
120
+ defenses
121
+ defensing
122
+ demeanor
123
+ demeanor's
124
+ dependent's
125
+ dependents
126
+ dike
127
+ dike's
128
+ dikes
129
+ discolor
130
+ discolored
131
+ discoloring
132
+ discolors
133
+ disfavor
134
+ disfavor's
135
+ disfavored
136
+ disfavoring
137
+ disfavors
138
+ dishonor
139
+ dishonor's
140
+ dishonorable
141
+ dishonored
142
+ dishonoring
143
+ dishonors
144
+ dittoes
145
+ drily
146
+ dryly
147
+ edgeways
148
+ enameled
149
+ enameling
150
+ enroll
151
+ enrollment
152
+ enrollment's
153
+ enrollments
154
+ enrolls
155
+ epaulet
156
+ epaulet's
157
+ epaulets
158
+ esophaguses
159
+ eying
160
+ fagot
161
+ fagot's
162
+ fagots
163
+ favoritism
164
+ favoritism's
165
+ fervor
166
+ fervor's
167
+ fiascos
168
+ flanneled
169
+ flanneling
170
+ flavor's
171
+ flavored
172
+ flavoring
173
+ flavoring's
174
+ flavorings
175
+ flavors
176
+ flier
177
+ flier's
178
+ fliers
179
+ fogies
180
+ fogy
181
+ fogy's
182
+ gibe
183
+ gibe's
184
+ gibed
185
+ gibes
186
+ gibing
187
+ glamor
188
+ glamor's
189
+ glamored
190
+ glamoring
191
+ glamors
192
+ glycerine
193
+ glycerine's
194
+ grannie
195
+ grannie's
196
+ gray's
197
+ grayed
198
+ grayer
199
+ grayest
200
+ graying
201
+ grays
202
+ groveled
203
+ groveling
204
+ grueling
205
+ guerilla
206
+ guerilla's
207
+ guerillas
208
+ harbor
209
+ harbor's
210
+ harbored
211
+ harboring
212
+ harbors
213
+ hippie
214
+ hippie's
215
+ hippy's
216
+ hoboes
217
+ homie
218
+ homie's
219
+ homies
220
+ honorable
221
+ hooray's
222
+ hoorays
223
+ humor's
224
+ humored
225
+ humoring
226
+ humors
227
+ hurray
228
+ imposter
229
+ imposter's
230
+ imposters
231
+ impostor
232
+ impostor's
233
+ impostors
234
+ inflection
235
+ inflection's
236
+ inflections
237
+ initialed
238
+ initialing
239
+ innuendoes
240
+ insignias
241
+ installment
242
+ installment's
243
+ installments
244
+ instill
245
+ instills
246
+ interne
247
+ jewelry
248
+ jewelry's
249
+ junky
250
+ junky's
251
+ kilometer
252
+ kilometer's
253
+ kilometers
254
+ labor's
255
+ labored
256
+ laborer
257
+ laborer's
258
+ laborers
259
+ laboring
260
+ labors
261
+ leggin
262
+ leggin's
263
+ leggins
264
+ libelous
265
+ likable
266
+ likeable
267
+ lollypop
268
+ lollypop's
269
+ lollypops
270
+ maneuver
271
+ maneuver's
272
+ maneuvered
273
+ maneuvering
274
+ maneuvers
275
+ meager
276
+ meow
277
+ meow's
278
+ meowed
279
+ meowing
280
+ meows
281
+ midwived
282
+ midwiving
283
+ misdemeanor
284
+ misdemeanor's
285
+ misdemeanors
286
+ mold's
287
+ molded
288
+ moldier
289
+ moldiest
290
+ molding
291
+ molding's
292
+ moldings
293
+ molds
294
+ moldy
295
+ mollusc
296
+ mollusc's
297
+ molluscs
298
+ mousey
299
+ moveable
300
+ moveable's
301
+ moveables
302
+ mustache
303
+ mustache's
304
+ mustaches
305
+ neighbored
306
+ neighborhood's
307
+ neighborhoods
308
+ neighboring
309
+ neighborly
310
+ nought
311
+ nought's
312
+ noughts
313
+ odor
314
+ odor's
315
+ odors
316
+ okayed
317
+ omelet
318
+ omelet's
319
+ omelets
320
+ omelette
321
+ omelette's
322
+ omelettes
323
+ orthopedics
324
+ orthopedics's
325
+ pajamas
326
+ pajamas's
327
+ panty
328
+ panty's
329
+ parlor
330
+ parlor's
331
+ parlors
332
+ partizan
333
+ partizan's
334
+ partizans
335
+ pedaled
336
+ pedaling
337
+ phonies
338
+ protestor
339
+ protestor's
340
+ protestors
341
+ raccoons
342
+ racquet's
343
+ racquets
344
+ raveling
345
+ rigor
346
+ rigor's
347
+ rigors
348
+ sabre
349
+ sabre's
350
+ sabres
351
+ saki's
352
+ saleable
353
+ savior
354
+ savior's
355
+ saviors
356
+ savor
357
+ savor's
358
+ savored
359
+ savorier
360
+ savories
361
+ savoriest
362
+ savoring
363
+ savors
364
+ savory
365
+ savory's
366
+ sheik
367
+ sheik's
368
+ sheikh
369
+ sheikh's
370
+ sheikhs
371
+ sheiks
372
+ sizable
373
+ sizeable
374
+ slyer
375
+ slyest
376
+ smolder
377
+ smolder's
378
+ smoldered
379
+ smoldering
380
+ smolders
381
+ smoulder
382
+ smoulder's
383
+ smouldered
384
+ smouldering
385
+ smoulders
386
+ snigger
387
+ snorkeled
388
+ snorkeling
389
+ sombre
390
+ spilled
391
+ spiraled
392
+ spiraling
393
+ splendor
394
+ splendor's
395
+ squirreled
396
+ squirreling
397
+ sulfur
398
+ sulfur's
399
+ sweepstakes
400
+ sweepstakes's
401
+ teepee
402
+ teepee's
403
+ teepees
404
+ tempi
405
+ theater's
406
+ theaters
407
+ tinseled
408
+ tinseling
409
+ tranquility
410
+ tranquility's
411
+ tranquillity
412
+ tranquillity's
413
+ tumor
414
+ tumor's
415
+ tumors
416
+ unfavorable
417
+ unsavory
418
+ valor
419
+ valor's
420
+ vapor
421
+ vapor's
422
+ vapors
423
+ verandah
424
+ verandah's
425
+ verandahs
426
+ vigor
427
+ vigor's
428
+ virtuosos
429
+ watercolor
430
+ watercolor's
431
+ watercolors
432
+ whir
433
+ whir's
434
+ whirs
435
+ whiskey's
436
+ whiskeys
437
+ whiskies
438
+ whisky's
439
+ whizz
440
+ whizz's
441
+ wilful
442
+ willful
443
+ wizes
444
+ woolen
445
+ woolen's
446
+ woolens
447
+ yodeled
448
+ yodeling
449
+ yogurt
450
+ yogurt's
451
+ yogurts
452
+ yuck's
453
+ yucks