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,142 @@
1
+ Abnaki
2
+ Abnaki's
3
+ Abnakis
4
+ Abolitionist
5
+ Administration
6
+ Ahmedabad
7
+ Arbela
8
+ Arbil
9
+ Archangel
10
+ Archangel's
11
+ Army
12
+ Asmera
13
+ Athapaskan
14
+ Athapaskan's
15
+ Athapaskans
16
+ Aurungabad
17
+ Bagdad
18
+ Bagdad's
19
+ Baky
20
+ Basle
21
+ Basle's
22
+ Beduin
23
+ Beduin's
24
+ Beduins
25
+ Beograd
26
+ Beograd's
27
+ Bisayas
28
+ Bisayas's
29
+ Brahminism
30
+ Brahminism's
31
+ Brahminisms
32
+ Brugge
33
+ Byelarus
34
+ Byelarus's
35
+ Caesarian
36
+ Chaldaea
37
+ Chilin
38
+ Chinan
39
+ Chinchow
40
+ Cnut
41
+ Cnut's
42
+ Colored
43
+ Cordova
44
+ Cordova's
45
+ Crown
46
+ Crusade
47
+ Crusade's
48
+ Cypriote
49
+ Cypriote's
50
+ Cypriotes
51
+ Delawarian
52
+ Delawarian's
53
+ Diesels
54
+ Dryad
55
+ Esfahan
56
+ Euclidian
57
+ Foochow
58
+ Glyndwr
59
+ Godlike
60
+ Gothenburg
61
+ Gothenburg's
62
+ Haidarabad
63
+ Hammurapi
64
+ Hangchow
65
+ Hangchow's
66
+ Heraklion
67
+ Hugli
68
+ Huhehot
69
+ Husain
70
+ Husain's
71
+ Hwang
72
+ Hwang's
73
+ Irbil
74
+ Jedda
75
+ Jugoslavia
76
+ Jugoslavia's
77
+ Jugoslavian
78
+ Jugoslavian's
79
+ Jugoslavians
80
+ Kishinyov
81
+ Knut
82
+ Knut's
83
+ Koblenz
84
+ Lanchou
85
+ Lanchou's
86
+ Laozi
87
+ Laozi's
88
+ Linnean
89
+ Mogadiscio
90
+ Mogadiscio's
91
+ Mounty
92
+ Myanma
93
+ Nabatea
94
+ Nabatean
95
+ Naiad
96
+ Nashik
97
+ Nyasaland
98
+ Nyasaland's
99
+ Pergamus
100
+ Quarter
101
+ Ralegh
102
+ Rameses
103
+ Romanoff
104
+ Romanoff's
105
+ Roumanian
106
+ Ruanda
107
+ Ruanda's
108
+ Sanscrit
109
+ Schelde
110
+ Secession
111
+ Seltzer
112
+ Seltzer's
113
+ Shiah
114
+ Shiah's
115
+ Shiahs
116
+ Shihkiachwang
117
+ Suchow
118
+ Sunnah
119
+ Szechwan
120
+ Szechwan's
121
+ Tallin
122
+ Tatra
123
+ Testament
124
+ Testament's
125
+ Testaments
126
+ Tolstoi
127
+ Tsinan
128
+ Tutankhaten
129
+ Tzupo
130
+ Urumchi
131
+ World
132
+ Xantippe
133
+ Yahwe
134
+ Yahwe's
135
+ Zairean
136
+ Zairean's
137
+ Zaireans
138
+ Zambesi
139
+ Zaragoza
140
+ Zaragoza's
141
+ Zetland
142
+ Zetland's
@@ -0,0 +1,6 @@
1
+ betted
2
+ broadcasted
3
+ militaries
4
+ quitted
5
+ ridded
6
+ tieing
@@ -0,0 +1,27 @@
1
+ anecdota
2
+ bauds
3
+ blest
4
+ bursted
5
+ clipt
6
+ criterions
7
+ draughted
8
+ draughting
9
+ echos
10
+ forbad
11
+ forecasted
12
+ heros
13
+ matrixes
14
+ offsprings
15
+ onwards
16
+ phantasies
17
+ phantasy
18
+ phantasy's
19
+ shoon
20
+ snuck
21
+ sox
22
+ speeded
23
+ stript
24
+ unbiassed
25
+ wetted
26
+ wrapt
27
+ zeroes
@@ -0,0 +1,439 @@
1
+ abaci
2
+ abided
3
+ alit
4
+ ameer
5
+ ameer's
6
+ ameers
7
+ ani
8
+ aortae
9
+ apices
10
+ aquaria
11
+ arcked
12
+ arcking
13
+ auditoria
14
+ aurae
15
+ avocadoes
16
+ awaked
17
+ ay
18
+ ay's
19
+ balk
20
+ balk's
21
+ balked
22
+ balking
23
+ balks
24
+ banditti
25
+ banjoes
26
+ bayonetted
27
+ bayonetting
28
+ benefitted
29
+ benefitting
30
+ beseeched
31
+ bided
32
+ bisons
33
+ blent
34
+ boloney
35
+ boloney's
36
+ boney
37
+ boneyer
38
+ boneyest
39
+ broncho
40
+ broncho's
41
+ bronchos
42
+ brusk
43
+ brusker
44
+ bruskest
45
+ buffalos
46
+ bureaux
47
+ bypast
48
+ cactuses
49
+ caddy
50
+ caddy's
51
+ calculuses
52
+ calfs
53
+ cargos
54
+ cassino
55
+ cassino's
56
+ cassinos
57
+ catchup
58
+ catchup's
59
+ caucussed
60
+ caucussing
61
+ celli
62
+ chagrinned
63
+ chagrinning
64
+ chapt
65
+ cherubims
66
+ chid
67
+ chidden
68
+ choosey
69
+ chorussed
70
+ chorussing
71
+ clueing
72
+ cocoanut
73
+ cocoanut's
74
+ cocoanuts
75
+ combatted
76
+ combatting
77
+ commandoes
78
+ concerti
79
+ crania
80
+ crawfish
81
+ crawfish's
82
+ crawfishes
83
+ crescendi
84
+ croci
85
+ cueing
86
+ cupsful
87
+ curriculums
88
+ curst
89
+ damndest
90
+ daydreamt
91
+ deers
92
+ deliria
93
+ dextrous
94
+ diagramed
95
+ diagraming
96
+ disproven
97
+ dogmata
98
+ dominos
99
+ dopy
100
+ drouth
101
+ drouth's
102
+ drouthes
103
+ drouths
104
+ dryest
105
+ dulness
106
+ dulness's
107
+ dumfound
108
+ dumfounded
109
+ dumfounding
110
+ dumfounds
111
+ dwarves
112
+ dwelled
113
+ eery
114
+ emporia
115
+ enemata
116
+ eon
117
+ eon's
118
+ eons
119
+ extravert
120
+ extravert's
121
+ extraverts
122
+ facetted
123
+ facetting
124
+ faunae
125
+ fezes
126
+ filet's
127
+ filets
128
+ flamingoes
129
+ florae
130
+ flunkey
131
+ flunkey's
132
+ flunkeys
133
+ flunkie
134
+ flunkie's
135
+ foci
136
+ focusses
137
+ fora
138
+ foreswear
139
+ foreswearing
140
+ foreswears
141
+ foreswore
142
+ foresworn
143
+ fulcra
144
+ fulness
145
+ funguses
146
+ gallowses
147
+ gayety
148
+ gayety's
149
+ gayly
150
+ gelt
151
+ genuses
152
+ ghettoes
153
+ glamourous
154
+ gnawn
155
+ gossipped
156
+ gossipping
157
+ grottos
158
+ gulley
159
+ gulley's
160
+ gymnasia
161
+ haloes
162
+ handkerchieves
163
+ handsful
164
+ hardline
165
+ herniae
166
+ hewn
167
+ highjack
168
+ highjack's
169
+ highjacked
170
+ highjacking
171
+ highjacks
172
+ hippopotami
173
+ homy
174
+ honied
175
+ hostelled
176
+ hostelling
177
+ hyaena
178
+ hyaena's
179
+ hyaenas
180
+ inclosure
181
+ inclosure's
182
+ inclosures
183
+ indorse
184
+ indorsed
185
+ indorsement
186
+ indorsement's
187
+ indorsements
188
+ indorses
189
+ indorsing
190
+ insigne
191
+ insigne's
192
+ insignes
193
+ interne's
194
+ internes
195
+ interweaved
196
+ intrench
197
+ intrenched
198
+ intrenches
199
+ intrenching
200
+ intrust
201
+ intrusted
202
+ intrusting
203
+ intrusts
204
+ isthmi
205
+ jigsawn
206
+ kerchieves
207
+ kneeled
208
+ landslidden
209
+ larvas
210
+ larynxes
211
+ lateralled
212
+ lateralling
213
+ leafletted
214
+ leafletting
215
+ leapt
216
+ lept
217
+ lexica
218
+ lingos
219
+ looney
220
+ looney's
221
+ looneyier
222
+ looneyies
223
+ looneys
224
+ loth
225
+ loyaller
226
+ loyallest
227
+ lynchpin
228
+ lynchpin's
229
+ lynchpins
230
+ macaronies
231
+ mammas
232
+ mangos
233
+ manifestoes
234
+ mantlepiece
235
+ mantlepieces
236
+ marihuana
237
+ marihuana's
238
+ mausolea
239
+ maxima
240
+ mementoes
241
+ memoranda
242
+ merchandize
243
+ merchandized
244
+ merchandizes
245
+ merchandizing
246
+ microfiches
247
+ minima
248
+ miniscule
249
+ miniscule's
250
+ miniscules
251
+ misspelt
252
+ momma
253
+ momma's
254
+ mommas
255
+ moratoria
256
+ mosquitos
257
+ mottos
258
+ mown
259
+ nebulas
260
+ neckerchieves
261
+ nucleuses
262
+ octopi
263
+ orangutang
264
+ orangutang's
265
+ orangutangs
266
+ outshined
267
+ outstript
268
+ papyruses
269
+ parallelled
270
+ parallelling
271
+ parrakeet
272
+ parrakeet's
273
+ parrakeets
274
+ pease
275
+ pelves
276
+ penes
277
+ phantasied
278
+ phantasying
279
+ phony
280
+ phony's
281
+ pickaback
282
+ pickaback's
283
+ pickabacked
284
+ pickabacking
285
+ pickabacks
286
+ pickaxe
287
+ pickaxe's
288
+ pixy
289
+ pixy's
290
+ placentae
291
+ planetaria
292
+ plateaux
293
+ pled
294
+ plusses
295
+ podia
296
+ porticos
297
+ preventible
298
+ provisoes
299
+ quartette
300
+ quartette's
301
+ quartettes
302
+ radiuses
303
+ rainforest
304
+ reales
305
+ recta
306
+ referenda
307
+ reindeers
308
+ reis
309
+ repellant
310
+ repellant's
311
+ repellants
312
+ reprogramed
313
+ reprograming
314
+ retinae
315
+ revery
316
+ revery's
317
+ rhinoceri
318
+ ricksha
319
+ ricksha's
320
+ rickshas
321
+ ricochetted
322
+ ricochetting
323
+ rivetted
324
+ rivetting
325
+ rostra
326
+ sanatoria
327
+ sanitaria
328
+ saree
329
+ saree's
330
+ sarees
331
+ sauted
332
+ sawn
333
+ scollop
334
+ scollop's
335
+ scolloped
336
+ scolloping
337
+ scollops
338
+ sera
339
+ sherbert
340
+ sherbert's
341
+ sherberts
342
+ shodden
343
+ shoed
344
+ shorn
345
+ skyed
346
+ slinked
347
+ smit
348
+ smoothes
349
+ so's
350
+ soli
351
+ spectrums
352
+ sphinges
353
+ spoonsful
354
+ spryer
355
+ spryest
356
+ stadia
357
+ stoney
358
+ stratums
359
+ strived
360
+ sulfur
361
+ sulfur's
362
+ sunburnt
363
+ surplused
364
+ surplusing
365
+ syllabi
366
+ synagog
367
+ synagog's
368
+ synagogs
369
+ tablespoonsful
370
+ tabu
371
+ tabu's
372
+ tabued
373
+ tabuing
374
+ tabus
375
+ tarantulae
376
+ taxies
377
+ taxying
378
+ terminuses
379
+ thriven
380
+ throve
381
+ tipi
382
+ tipi's
383
+ tipis
384
+ tobaccoes
385
+ toffies
386
+ toffy
387
+ toffy's
388
+ togae
389
+ tormenter
390
+ tormenter's
391
+ tormenters
392
+ tornados
393
+ torpedos
394
+ torsi
395
+ tost
396
+ tranquiller
397
+ tranquillest
398
+ transitted
399
+ transitting
400
+ traumata
401
+ trueing
402
+ turves
403
+ tuxedoes
404
+ twingeing
405
+ ultimata
406
+ uteruses
407
+ vacua
408
+ vertebras
409
+ virtuosi
410
+ volcanos
411
+ vortices
412
+ wharfs
413
+ whiz
414
+ whiz's
415
+ winterier
416
+ winteriest
417
+ wintery
418
+ woolie
419
+ woolie's
420
+ woolier
421
+ woolies
422
+ wooliest
423
+ wooly
424
+ wooly's
425
+ wrier
426
+ wriest
427
+ yack
428
+ yack's
429
+ yacked
430
+ yacking
431
+ yacks
432
+ yock
433
+ yock's
434
+ yocks
435
+ zinced
436
+ zincing
437
+ zombi
438
+ zombi's
439
+ zombis
@@ -0,0 +1,121 @@
1
+ abridgment
2
+ abridgment's
3
+ abridgments
4
+ anaesthetize
5
+ anaesthetized
6
+ anaesthetizes
7
+ anaesthetizing
8
+ anteed
9
+ armsful
10
+ bicepses
11
+ bimboes
12
+ bongoes
13
+ byelaw
14
+ byelaw's
15
+ byelaws
16
+ caesarian
17
+ caesarian's
18
+ caesarians
19
+ carrousel
20
+ carrousel's
21
+ carrousels
22
+ cervixes
23
+ cesarian
24
+ cesarian's
25
+ cesarians
26
+ chutzpa
27
+ chutzpa's
28
+ condoes
29
+ consortiums
30
+ diss
31
+ diss's
32
+ disses
33
+ extraverted
34
+ fiord
35
+ fiord's
36
+ fiords
37
+ flexitime
38
+ flexitime's
39
+ gazeboes
40
+ geez
41
+ geishas
42
+ gipsies
43
+ gipsy
44
+ gipsy's
45
+ gismo
46
+ gismo's
47
+ gismos
48
+ hasheesh
49
+ hasheesh's
50
+ hertzes
51
+ highjacker
52
+ highjacker's
53
+ highjackers
54
+ hookey
55
+ hookey's
56
+ hutzpa
57
+ hutzpa's
58
+ hutzpah
59
+ hutzpah's
60
+ kiddoes
61
+ kiddy
62
+ kiddy's
63
+ lassoes
64
+ methadon
65
+ methadon's
66
+ milieux
67
+ monicker
68
+ monicker's
69
+ monickers
70
+ mulattos
71
+ nark's
72
+ narks
73
+ nicknack
74
+ nicknack's
75
+ nicknacks
76
+ nonplused
77
+ nonplusing
78
+ nonplusses
79
+ nosedove
80
+ phalluses
81
+ pigmies
82
+ pigmy
83
+ pigmy's
84
+ pricy
85
+ salmonellas
86
+ schmalz
87
+ schmalz's
88
+ schmalzy
89
+ shlep
90
+ shlep's
91
+ shlepp
92
+ shlepp's
93
+ shlepped
94
+ shlepping
95
+ shlepps
96
+ shleps
97
+ shlock
98
+ shlocky
99
+ skydove
100
+ spacy
101
+ stymying
102
+ synchs
103
+ teargasses
104
+ teaspoonsful
105
+ teenaged
106
+ tike
107
+ tike's
108
+ tikes
109
+ welch
110
+ welched
111
+ welches
112
+ welching
113
+ whackier
114
+ whackiest
115
+ whacky
116
+ whodunnit
117
+ whodunnit's
118
+ whodunnits
119
+ whodunnits's
120
+ yuppy
121
+ yuppy's