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,155 @@
1
+ abridgement
2
+ abridgement's
3
+ abridgements
4
+ adaptor's
5
+ adaptors
6
+ anaesthetist
7
+ anaesthetist's
8
+ anaesthetists
9
+ anaesthetize
10
+ anaesthetized
11
+ anaesthetizes
12
+ anaesthetizing
13
+ anteed
14
+ armsful
15
+ ascendency
16
+ ascendency's
17
+ bevelled
18
+ bevelling
19
+ bicepses
20
+ bimboes
21
+ bongoes
22
+ bussing's
23
+ byelaw
24
+ byelaw's
25
+ byelaws
26
+ caesarian
27
+ caesarian's
28
+ caesarians
29
+ carrousel
30
+ carrousel's
31
+ carrousels
32
+ cervixes
33
+ cesarian
34
+ cesarian's
35
+ cesarians
36
+ chutzpa
37
+ chutzpa's
38
+ condoes
39
+ consortiums
40
+ dishevelled
41
+ dishevelling
42
+ diss
43
+ diss's
44
+ disses
45
+ extraverted
46
+ faecal
47
+ fiord
48
+ fiord's
49
+ fiords
50
+ flexitime
51
+ flexitime's
52
+ gazeboes
53
+ geez
54
+ geishas
55
+ gipsies
56
+ gipsy
57
+ gipsy's
58
+ gismo
59
+ gismo's
60
+ gismos
61
+ gobbledegook
62
+ gobbledegook's
63
+ gonorrhoea
64
+ gonorrhoea's
65
+ greyish
66
+ haemorrhoids
67
+ hasheesh
68
+ hasheesh's
69
+ hertzes
70
+ highjacker
71
+ highjacker's
72
+ highjackers
73
+ hookey
74
+ hookey's
75
+ hutzpa
76
+ hutzpa's
77
+ hutzpah
78
+ hutzpah's
79
+ kiddoes
80
+ kiddy
81
+ kiddy's
82
+ kindergartener
83
+ kindergartener's
84
+ kindergarteners
85
+ lassoes
86
+ methadon
87
+ methadon's
88
+ milieux
89
+ misjudgement
90
+ misjudgement's
91
+ misjudgements
92
+ monicker
93
+ monicker's
94
+ monickers
95
+ mulattos
96
+ nark's
97
+ narks
98
+ nicknack
99
+ nicknack's
100
+ nicknacks
101
+ nonplused
102
+ nonplusing
103
+ nonplusses
104
+ nosedove
105
+ outmanoeuvre
106
+ outmanoeuvred
107
+ outmanoeuvres
108
+ outmanoeuvring
109
+ phalluses
110
+ pigmies
111
+ pigmy
112
+ pigmy's
113
+ pricy
114
+ salmonellas
115
+ schmalz
116
+ schmalz's
117
+ schmalzy
118
+ shlep
119
+ shlep's
120
+ shlepp
121
+ shlepp's
122
+ shlepped
123
+ shlepping
124
+ shlepps
125
+ shleps
126
+ shlock
127
+ shlocky
128
+ skydove
129
+ spacy
130
+ stymying
131
+ synch
132
+ synch's
133
+ synched
134
+ synches
135
+ synching
136
+ synchs
137
+ teargasses
138
+ teaspoonsful
139
+ teenaged
140
+ tike
141
+ tike's
142
+ tikes
143
+ welch
144
+ welched
145
+ welches
146
+ welching
147
+ whackier
148
+ whackiest
149
+ whacky
150
+ whodunnit
151
+ whodunnit's
152
+ whodunnits
153
+ whodunnits's
154
+ yuppy
155
+ yuppy's
@@ -0,0 +1,608 @@
1
+ abscissae
2
+ absinth
3
+ absinth's
4
+ acanthi
5
+ accurst
6
+ addendums
7
+ adieux
8
+ adjustor
9
+ adjustor's
10
+ adjustors
11
+ aery
12
+ aery's
13
+ agism
14
+ alluvia
15
+ ampul
16
+ ampul's
17
+ ampuls
18
+ aneurism
19
+ aneurism's
20
+ aneurisms
21
+ aquae
22
+ aquiculture
23
+ aquiculture's
24
+ arboreta
25
+ ascendent
26
+ ascendent's
27
+ ascendents
28
+ atriums
29
+ aureolas
30
+ automata
31
+ awestricken
32
+ backpedalled
33
+ backpedalling
34
+ backslidden
35
+ bassi
36
+ bedevilled
37
+ bedevilling
38
+ bestrid
39
+ bo's'n's
40
+ bo'sun's
41
+ bogied
42
+ bogy
43
+ bogy's
44
+ bonitoes
45
+ bonnie
46
+ bos'n's
47
+ brimfull
48
+ brinksmanship
49
+ brinksmanship's
50
+ brontosauri
51
+ bruskly
52
+ bruskness
53
+ bruskness's
54
+ cablecasted
55
+ caesurae
56
+ cageyness
57
+ cageyness's
58
+ calif
59
+ calif's
60
+ califs
61
+ calliper
62
+ calliper's
63
+ callipered
64
+ callipering
65
+ callipers
66
+ callisthenics
67
+ calyces
68
+ cambia
69
+ campanili
70
+ candelabrums
71
+ caracul
72
+ caracul's
73
+ carcinomata
74
+ caroller
75
+ caroller's
76
+ carollers
77
+ caryatides
78
+ cataloguer
79
+ cataloguer's
80
+ cataloguers
81
+ catechise
82
+ catechised
83
+ catechises
84
+ catechising
85
+ cavilled
86
+ cavilling
87
+ centigramme
88
+ centigramme's
89
+ centigrammes
90
+ cerebella
91
+ chammies
92
+ chammy
93
+ chammy's
94
+ chamoix
95
+ chanties
96
+ chanty
97
+ chanty's
98
+ chirrupped
99
+ chirrupping
100
+ chitlings
101
+ chitlings's
102
+ chrysalides
103
+ cicadae
104
+ cicatrice
105
+ cicatrice's
106
+ civies
107
+ coccyxes
108
+ cognomina
109
+ colloquia
110
+ colossuses
111
+ compendia
112
+ conches
113
+ conquistadores
114
+ continuums
115
+ conveyer
116
+ conveyer's
117
+ conveyers
118
+ copeck
119
+ copeck's
120
+ copecks
121
+ coppice
122
+ coppice's
123
+ coppices
124
+ copulae
125
+ coronae
126
+ corpuses
127
+ cortexes
128
+ countersank
129
+ crossways
130
+ cudgelled
131
+ cudgelling
132
+ cumquat
133
+ cumquat's
134
+ cumquats
135
+ curlycue
136
+ curlycue's
137
+ curlycues
138
+ curvacious
139
+ decrescendi
140
+ delphinia
141
+ demagogry
142
+ deprogramed
143
+ deprograming
144
+ desperados
145
+ dextrously
146
+ dickie
147
+ dickie's
148
+ dictums
149
+ dilettanti
150
+ disembowelled
151
+ disembowelling
152
+ djinn
153
+ djinn's
154
+ djinni
155
+ djinni's
156
+ djinns
157
+ dodoes
158
+ dowelled
159
+ dowelling
160
+ drachmae
161
+ drachmai
162
+ duellist
163
+ duellist's
164
+ duellists
165
+ duodenums
166
+ egis
167
+ egis's
168
+ encyclopaedic
169
+ endwise
170
+ epiglottides
171
+ epoxyed
172
+ esthete
173
+ esthete's
174
+ esthetes
175
+ executrixes
176
+ exorcize
177
+ exorcized
178
+ exorcizes
179
+ exorcizing
180
+ expeditor
181
+ expeditor's
182
+ expeditors
183
+ eyrie
184
+ eyrie's
185
+ femora
186
+ fibulas
187
+ filtrable
188
+ flagellums
189
+ flannelet
190
+ flannelet's
191
+ floatation
192
+ floatation's
193
+ floatations
194
+ flukey
195
+ fo'c's'le's
196
+ fondu
197
+ fondu's
198
+ fondus
199
+ frescos
200
+ frier
201
+ frier's
202
+ friers
203
+ frontrunner
204
+ frontrunner's
205
+ frontrunners
206
+ fulness's
207
+ gambolled
208
+ gambolling
209
+ ganglier
210
+ gangliest
211
+ ganglions
212
+ gangly
213
+ garote
214
+ garote's
215
+ garoted
216
+ garotes
217
+ garoting
218
+ geckoes
219
+ geegaw
220
+ geegaw's
221
+ geegaws
222
+ gingko
223
+ gingko's
224
+ gingkoes
225
+ gingkos
226
+ gladioluses
227
+ glissandos
228
+ glottides
229
+ goitre
230
+ goitre's
231
+ goitres
232
+ groveller
233
+ groveller's
234
+ grovellers
235
+ gryphon
236
+ gryphon's
237
+ gryphons
238
+ halleluiah
239
+ halleluiah's
240
+ halleluiahs
241
+ harken
242
+ harkened
243
+ harkening
244
+ harkens
245
+ helixes
246
+ helpmeet
247
+ helpmeet's
248
+ helpmeets
249
+ hiccough's
250
+ hifalutin
251
+ highfaluting
252
+ hoagy
253
+ hoagy's
254
+ honoraria
255
+ hoummos
256
+ houmous
257
+ humungous
258
+ hydrae
259
+ hyperbolae
260
+ ibices
261
+ idyl
262
+ idyl's
263
+ idyls
264
+ immoveable
265
+ incrust
266
+ incrusted
267
+ incrusting
268
+ incrusts
269
+ incubi
270
+ insetted
271
+ intagli
272
+ intrenchment
273
+ intrenchment's
274
+ intrenchments
275
+ jehad
276
+ jehad's
277
+ jehads
278
+ jessamine
279
+ jessamine's
280
+ jessamines
281
+ jinnis
282
+ jiujitsu
283
+ jiujitsu's
284
+ jujutsu
285
+ jujutsu's
286
+ juncoes
287
+ kaftan
288
+ kaftan's
289
+ kaftans
290
+ kielbasy
291
+ kilohertzes
292
+ kookie
293
+ lacunas
294
+ largesse
295
+ largesse's
296
+ leftie
297
+ leftie's
298
+ lengthways
299
+ leveller's
300
+ levellers
301
+ libeller
302
+ libeller's
303
+ libellers
304
+ libretti
305
+ lichee
306
+ lichee's
307
+ lichees
308
+ liras
309
+ lissom
310
+ loadstar
311
+ loadstar's
312
+ loadstars
313
+ loadstone
314
+ loadstone's
315
+ loadstones
316
+ louvred
317
+ loxes
318
+ lymphomata
319
+ macintosh's
320
+ macintoshes
321
+ maestri
322
+ mannikin
323
+ mannikin's
324
+ mannikins
325
+ mantes
326
+ marvellously
327
+ mavin
328
+ mavin's
329
+ mavins
330
+ maxillas
331
+ mazourka
332
+ mazourka's
333
+ mazourkas
334
+ medullae
335
+ megahertzes
336
+ melanomata
337
+ menhadens
338
+ mestizoes
339
+ miasmata
340
+ micra
341
+ millepede
342
+ millepede's
343
+ millepedes
344
+ mongeese
345
+ monied
346
+ monsignori
347
+ mortgager
348
+ mortgager's
349
+ mortgagers
350
+ mortice
351
+ mortice's
352
+ morticed
353
+ mortices
354
+ morticing
355
+ multiplexor
356
+ multiplexor's
357
+ multiplexors
358
+ mynahs
359
+ naiades
360
+ narcissi
361
+ narcissuses
362
+ narked
363
+ narking
364
+ nautili
365
+ nimbuses
366
+ novelle
367
+ ochre
368
+ ochre's
369
+ octette
370
+ octette's
371
+ octettes
372
+ omnibusses
373
+ organdie
374
+ organdie's
375
+ orthopaedic
376
+ orthopaedist
377
+ orthopaedist's
378
+ orthopaedists
379
+ outsized
380
+ overspill
381
+ oxymorons
382
+ pailsful
383
+ palmettoes
384
+ panier
385
+ panier's
386
+ paniers
387
+ parameciums
388
+ patinae
389
+ peccadillos
390
+ pedagog
391
+ pedagog's
392
+ pedagogs
393
+ penlite
394
+ penlite's
395
+ penlites
396
+ pericardiums
397
+ perihelions
398
+ peritonea
399
+ pharynxes
400
+ philodendra
401
+ phloxes
402
+ pianissimi
403
+ piazze
404
+ pilaff
405
+ pilaff's
406
+ pilaffs
407
+ pilau
408
+ pilau's
409
+ pilaus
410
+ pilaw
411
+ pilaw's
412
+ pilaws
413
+ pintoes
414
+ pizzicatos
415
+ platypi
416
+ ploughshare
417
+ ploughshare's
418
+ ploughshares
419
+ politicoes
420
+ polyhedra
421
+ pommelled
422
+ pommelling
423
+ pompon
424
+ pompon's
425
+ pompons
426
+ portmanteaux
427
+ preshrunken
428
+ proboscides
429
+ propellent
430
+ propellent's
431
+ propellents
432
+ proscenia
433
+ protozoon
434
+ protozoon's
435
+ pupas
436
+ quadriphonic
437
+ quahaug
438
+ quahaug's
439
+ quahaugs
440
+ rebroadcasted
441
+ reeved
442
+ refocussed
443
+ refocusses
444
+ refocussing
445
+ relabelled
446
+ relabelling
447
+ respelt
448
+ restauranteur
449
+ restauranteur's
450
+ restauranteurs
451
+ revokable
452
+ rhombi
453
+ rowelled
454
+ rowelling
455
+ saltpetre
456
+ saltpetre's
457
+ salvoes
458
+ sancta
459
+ sarape
460
+ sarape's
461
+ sarapes
462
+ sarcomata
463
+ sarcophaguses
464
+ savannah
465
+ savannah's
466
+ savannahes
467
+ savannahs
468
+ scampies
469
+ scapulas
470
+ scherzi
471
+ schrod
472
+ schrod's
473
+ schrods
474
+ schtick
475
+ schtick's
476
+ schticks
477
+ scrods
478
+ scrotums
479
+ septette
480
+ septette's
481
+ septettes
482
+ septums
483
+ seraphim
484
+ sextette
485
+ sextette's
486
+ sextettes
487
+ shammy
488
+ shammy's
489
+ shillalah
490
+ shillalah's
491
+ shillalahs
492
+ shlemiel
493
+ shlemiel's
494
+ shlemiels
495
+ shrove
496
+ shtik
497
+ shtik's
498
+ shtiks
499
+ sidewise
500
+ silicious
501
+ skilful
502
+ snivelled
503
+ snivelling
504
+ solariums
505
+ sos
506
+ soubriquet
507
+ soubriquet's
508
+ soubriquets
509
+ soya
510
+ soya's
511
+ specced
512
+ speccing
513
+ spumone
514
+ spumone's
515
+ staccati
516
+ sterna
517
+ stilettoes
518
+ stuccos
519
+ substratums
520
+ subtotalled
521
+ subtotalling
522
+ sulphured
523
+ sulphuring
524
+ sulphurous
525
+ sulphurs
526
+ sumach
527
+ sumach's
528
+ swop
529
+ swop's
530
+ swopped
531
+ swopping
532
+ swops
533
+ symposia
534
+ tableaus
535
+ teazel
536
+ teazel's
537
+ teazels
538
+ teazle
539
+ teazle's
540
+ teazles
541
+ teensier
542
+ teensiest
543
+ teensy
544
+ telecasted
545
+ tenderfeet
546
+ terraria
547
+ tetrahedra
548
+ thiamin
549
+ thiamin's
550
+ thoraces
551
+ thymi
552
+ tibias
553
+ tiro
554
+ tiro's
555
+ tiros
556
+ towelling's
557
+ tracheas
558
+ trammelled
559
+ trammelling
560
+ transfixt
561
+ triceratopses
562
+ trousseaus
563
+ tsarina
564
+ tsarina's
565
+ tsarinas
566
+ tympana
567
+ tyroes
568
+ tzarina
569
+ tzarina's
570
+ tzarinas
571
+ ukelele
572
+ ukelele's
573
+ ukeleles
574
+ ulnas
575
+ umbilicuses
576
+ undersize
577
+ unspoilt
578
+ urethras
579
+ useability
580
+ useability's
581
+ uvulae
582
+ veldt
583
+ veldt's
584
+ veldts
585
+ velours's
586
+ vermillion
587
+ vermillion's
588
+ victualled
589
+ victualling
590
+ viragos
591
+ vulvas
592
+ whimsey
593
+ whimsey's
594
+ whimseys
595
+ wildfowls
596
+ wistaria
597
+ wistaria's
598
+ wistarias
599
+ yeshivah
600
+ yeshivah's
601
+ yeshivahs
602
+ yeshivoth
603
+ yodeller
604
+ yodeller's
605
+ yodellers
606
+ yogin
607
+ yogin's
608
+ yogins