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,892 @@
1
+ abaci
2
+ abided
3
+ alinement's
4
+ alinements
5
+ alit
6
+ ameer
7
+ ameer's
8
+ ameers
9
+ amphitheatre
10
+ amphitheatre's
11
+ amphitheatres
12
+ anaemia
13
+ anaemia's
14
+ anaemic
15
+ anaesthesia
16
+ anaesthesia's
17
+ anaesthetic
18
+ anaesthetic's
19
+ anaesthetics
20
+ ani
21
+ aortae
22
+ apices
23
+ apparelled
24
+ apparelling
25
+ aquaria
26
+ arcked
27
+ arcking
28
+ artefact
29
+ artefact's
30
+ artefacts
31
+ auditoria
32
+ aurae
33
+ avocadoes
34
+ awaked
35
+ ay
36
+ ay's
37
+ balk
38
+ balk's
39
+ balked
40
+ balking
41
+ balks
42
+ banditti
43
+ banjoes
44
+ bannister
45
+ bannister's
46
+ bannisters
47
+ barbeque
48
+ barbeque's
49
+ barbequed
50
+ barbeques
51
+ barbequing
52
+ bayonetted
53
+ bayonetting
54
+ benefitted
55
+ benefitting
56
+ beseeched
57
+ bided
58
+ bisons
59
+ blent
60
+ boloney
61
+ boloney's
62
+ boney
63
+ boneyer
64
+ boneyest
65
+ bowlder
66
+ bowlder's
67
+ bowlders
68
+ broncho
69
+ broncho's
70
+ bronchos
71
+ brusk
72
+ brusker
73
+ bruskest
74
+ buffalos
75
+ bureaux
76
+ bushelled
77
+ bushelling
78
+ bussed
79
+ bussing
80
+ bypast
81
+ cactuses
82
+ caddy
83
+ caddy's
84
+ cagy
85
+ calculuses
86
+ calfs
87
+ calking's
88
+ calkings
89
+ cancelation
90
+ cantaloup
91
+ cantaloup's
92
+ cantaloups
93
+ cargos
94
+ carolled
95
+ carolling
96
+ cassino
97
+ cassino's
98
+ cassinos
99
+ catchup
100
+ catchup's
101
+ caucussed
102
+ caucussing
103
+ caulking's
104
+ caulkings
105
+ caviare
106
+ caviare's
107
+ celli
108
+ chagrinned
109
+ chagrinning
110
+ channelled
111
+ channelling
112
+ chapt
113
+ cherubims
114
+ chid
115
+ chidden
116
+ chile
117
+ chile's
118
+ chiles
119
+ chilis
120
+ chilli
121
+ chilli's
122
+ chillies
123
+ choosey
124
+ chorussed
125
+ chorussing
126
+ cigaret's
127
+ cigarets
128
+ clueing
129
+ cocoanut
130
+ cocoanut's
131
+ cocoanuts
132
+ combatted
133
+ combatting
134
+ commandoes
135
+ concerti
136
+ connecter's
137
+ connecters
138
+ cosier
139
+ cosies
140
+ cosiest
141
+ cosy's
142
+ councillor
143
+ councillor's
144
+ councillors
145
+ counsellor
146
+ counsellor's
147
+ counsellors
148
+ crania
149
+ crawfish
150
+ crawfish's
151
+ crawfishes
152
+ crescendi
153
+ croci
154
+ crueller
155
+ cruellest
156
+ crystalize
157
+ crystalized
158
+ crystalizes
159
+ crystalizing
160
+ cueing
161
+ cupsful
162
+ curriculums
163
+ curst
164
+ curtsey
165
+ curtsey's
166
+ curtseyed
167
+ curtseying
168
+ curtseys
169
+ damndest
170
+ daydreamt
171
+ deers
172
+ deliria
173
+ demagog
174
+ demagog's
175
+ demagogs
176
+ dependance's
177
+ dependant's
178
+ dependants
179
+ descendent
180
+ descendent's
181
+ descendents
182
+ despatch
183
+ despatch's
184
+ despatched
185
+ despatches
186
+ despatching
187
+ devilled
188
+ devilling
189
+ dextrous
190
+ diagramed
191
+ diagraming
192
+ dialog's
193
+ dialogs
194
+ diarrhoea
195
+ diarrhoea's
196
+ disproven
197
+ distil
198
+ distils
199
+ dogmata
200
+ dominos
201
+ donut
202
+ donut's
203
+ donuts
204
+ dopy
205
+ drivelled
206
+ drivelling
207
+ drouth
208
+ drouth's
209
+ drouthes
210
+ drouths
211
+ dryest
212
+ duelled
213
+ duelling
214
+ dulness
215
+ dulness's
216
+ dumfound
217
+ dumfounded
218
+ dumfounding
219
+ dumfounds
220
+ dwarves
221
+ dwelled
222
+ eery
223
+ emporia
224
+ enamelled
225
+ enamelling
226
+ encyclopaedia
227
+ encyclopaedia's
228
+ encyclopaedias
229
+ enemata
230
+ enrol
231
+ enrolment
232
+ enrolment's
233
+ enrolments
234
+ enrols
235
+ enthral
236
+ enthrals
237
+ eon
238
+ eon's
239
+ eons
240
+ epaulette
241
+ epaulette's
242
+ epaulettes
243
+ epilog
244
+ epilog's
245
+ epilogs
246
+ equalled
247
+ equalling
248
+ eviller
249
+ evillest
250
+ extoll
251
+ extolls
252
+ extravert
253
+ extravert's
254
+ extraverts
255
+ facetted
256
+ facetting
257
+ faeces
258
+ faeces's
259
+ faunae
260
+ fetich
261
+ fetich's
262
+ fetiches
263
+ fezes
264
+ filet's
265
+ filets
266
+ flamingoes
267
+ flannelled
268
+ flannelling
269
+ fledgeling
270
+ fledgeling's
271
+ fledgelings
272
+ florae
273
+ flunkey
274
+ flunkey's
275
+ flunkeys
276
+ flunkie
277
+ flunkie's
278
+ flyer
279
+ flyer's
280
+ flyers
281
+ foci
282
+ focussed
283
+ focusses
284
+ focussing
285
+ foetal
286
+ foetus
287
+ foetus's
288
+ foetuses
289
+ fogey
290
+ fogey's
291
+ fogeys
292
+ fora
293
+ foreswear
294
+ foreswearing
295
+ foreswears
296
+ foreswore
297
+ foresworn
298
+ fuelled
299
+ fuelling
300
+ fulcra
301
+ fulfilment
302
+ fulfilment's
303
+ fulness
304
+ funguses
305
+ funnelled
306
+ funnelling
307
+ fuze's
308
+ fuzed
309
+ fuzes
310
+ fuzing
311
+ gage
312
+ gage's
313
+ gaged
314
+ gages
315
+ gaging
316
+ gallowses
317
+ gasolene's
318
+ gasses
319
+ gayety
320
+ gayety's
321
+ gayly
322
+ gelatine
323
+ gelatine's
324
+ gelt
325
+ genuses
326
+ ghettoes
327
+ glamourize
328
+ glamourized
329
+ glamourizes
330
+ glamourizing
331
+ glamourous
332
+ glueing
333
+ gnawn
334
+ gossipped
335
+ gossipping
336
+ gravelled
337
+ gravelling
338
+ grey's
339
+ greyed
340
+ greyer
341
+ greyest
342
+ greying
343
+ greys
344
+ grottos
345
+ grovelled
346
+ grovelling
347
+ gruelling
348
+ gruellings
349
+ gulley
350
+ gulley's
351
+ gybe
352
+ gybe's
353
+ gybed
354
+ gybes
355
+ gybing
356
+ gymnasia
357
+ haemoglobin
358
+ haemoglobin's
359
+ haemophilia
360
+ haemophilia's
361
+ haemorrhage
362
+ haemorrhage's
363
+ haemorrhaged
364
+ haemorrhages
365
+ haemorrhaging
366
+ haloes
367
+ handkerchieves
368
+ handsful
369
+ hardline
370
+ herniae
371
+ hewn
372
+ highjack
373
+ highjack's
374
+ highjacked
375
+ highjacking
376
+ highjacks
377
+ hippopotami
378
+ homy
379
+ honied
380
+ hoorah
381
+ hoorah's
382
+ hoorahs
383
+ hoorayed
384
+ hooraying
385
+ hostelled
386
+ hostelling
387
+ hurray's
388
+ hurrayed
389
+ hurraying
390
+ hurrays
391
+ hyaena
392
+ hyaena's
393
+ hyaenas
394
+ imperilled
395
+ imperilling
396
+ inclosure
397
+ inclosure's
398
+ inclosures
399
+ indorse
400
+ indorsed
401
+ indorsement
402
+ indorsement's
403
+ indorsements
404
+ indorses
405
+ indorsing
406
+ initialled
407
+ initialling
408
+ insigne
409
+ insigne's
410
+ insignes
411
+ instalment
412
+ instalment's
413
+ instalments
414
+ instil
415
+ instils
416
+ interne's
417
+ internes
418
+ interweaved
419
+ intrench
420
+ intrenched
421
+ intrenches
422
+ intrenching
423
+ intrust
424
+ intrusted
425
+ intrusting
426
+ intrusts
427
+ isthmi
428
+ jailor
429
+ jailor's
430
+ jailors
431
+ jewelled
432
+ jeweller
433
+ jeweller's
434
+ jewellers
435
+ jewelling
436
+ jigsawn
437
+ kennelled
438
+ kennelling
439
+ kerchieves
440
+ kerosine
441
+ kerosine's
442
+ kidnaper
443
+ kidnaper's
444
+ kidnapers
445
+ kneeled
446
+ landslidden
447
+ larvas
448
+ larynxes
449
+ lateralled
450
+ lateralling
451
+ leafletted
452
+ leafletting
453
+ leapt
454
+ lept
455
+ levelled
456
+ levelling
457
+ lexica
458
+ libelled
459
+ libelling
460
+ libellous
461
+ lingos
462
+ liquified
463
+ liquifies
464
+ liquify
465
+ liquifying
466
+ liveable
467
+ looney
468
+ looney's
469
+ looneyier
470
+ looneyies
471
+ looneys
472
+ loth
473
+ loveable
474
+ loyaller
475
+ loyallest
476
+ lupin
477
+ lupin's
478
+ lupins
479
+ lustre
480
+ lustre's
481
+ lynchpin
482
+ lynchpin's
483
+ lynchpins
484
+ macaronies
485
+ mammas
486
+ mangos
487
+ manifestoes
488
+ mantlepiece
489
+ mantlepieces
490
+ marihuana
491
+ marihuana's
492
+ marshalled
493
+ marshalling
494
+ marvelled
495
+ marvelling
496
+ matt
497
+ matts
498
+ mausolea
499
+ maxima
500
+ mementoes
501
+ memoranda
502
+ merchandize
503
+ merchandized
504
+ merchandizes
505
+ merchandizing
506
+ miaow
507
+ miaow's
508
+ miaowed
509
+ miaowing
510
+ miaows
511
+ microfiches
512
+ minibusses
513
+ minima
514
+ miniscule
515
+ miniscule's
516
+ miniscules
517
+ misspelt
518
+ momma
519
+ momma's
520
+ mommas
521
+ monolog
522
+ monolog's
523
+ monologs
524
+ moratoria
525
+ mosquitos
526
+ mottos
527
+ moustache
528
+ moustache's
529
+ moustaches
530
+ mown
531
+ nebulas
532
+ neckerchieves
533
+ neglig
534
+ neglig's
535
+ negligs
536
+ nosey
537
+ nucleuses
538
+ octopi
539
+ orangutang
540
+ orangutang's
541
+ orangutangs
542
+ orthopaedics
543
+ orthopaedics's
544
+ outshined
545
+ outstript
546
+ panelled
547
+ panelling
548
+ panelling's
549
+ panellings
550
+ papyruses
551
+ parallelled
552
+ parallelling
553
+ parcelled
554
+ parcelling
555
+ parrakeet
556
+ parrakeet's
557
+ parrakeets
558
+ pease
559
+ pedalled
560
+ pedalling
561
+ pediatrist
562
+ pediatrist's
563
+ pediatrists
564
+ pedlar
565
+ pedlar's
566
+ pedlars
567
+ pelves
568
+ pencilled
569
+ pencilling
570
+ penes
571
+ perilled
572
+ perilling
573
+ phantasied
574
+ phantasying
575
+ phoney
576
+ phoney's
577
+ phoneys
578
+ phony
579
+ phony's
580
+ pickaback
581
+ pickaback's
582
+ pickabacked
583
+ pickabacking
584
+ pickabacks
585
+ pickaxe
586
+ pickaxe's
587
+ pixy
588
+ pixy's
589
+ placentae
590
+ planetaria
591
+ plateaux
592
+ pled
593
+ plough
594
+ plough's
595
+ ploughed
596
+ ploughing
597
+ ploughs
598
+ plusses
599
+ podia
600
+ porticos
601
+ pretence
602
+ pretence's
603
+ pretences
604
+ preventible
605
+ prevue's
606
+ prevues
607
+ primaeval
608
+ prolog
609
+ prolog's
610
+ prologs
611
+ provisoes
612
+ pummelled
613
+ pummelling
614
+ quarrelled
615
+ quarrelling
616
+ quartette
617
+ quartette's
618
+ quartettes
619
+ racoon
620
+ racoon's
621
+ racoons
622
+ radiuses
623
+ rainforest
624
+ ravelled
625
+ ravelling
626
+ reales
627
+ recta
628
+ reenforce
629
+ reenforced
630
+ reenforces
631
+ reenforcing
632
+ referenda
633
+ refuelled
634
+ refuelling
635
+ reindeers
636
+ reis
637
+ remodelled
638
+ remodelling
639
+ repellant
640
+ repellant's
641
+ repellants
642
+ reprogramed
643
+ reprograming
644
+ retinae
645
+ revelled
646
+ reveller
647
+ reveller's
648
+ revellers
649
+ revelling
650
+ revery
651
+ revery's
652
+ rhinoceri
653
+ ricksha
654
+ ricksha's
655
+ rickshas
656
+ ricochetted
657
+ ricochetting
658
+ rivalled
659
+ rivalling
660
+ rivetted
661
+ rivetting
662
+ rostra
663
+ sanatoria
664
+ sanitaria
665
+ saree
666
+ saree's
667
+ sarees
668
+ sauted
669
+ saviour
670
+ saviour's
671
+ saviours
672
+ sawn
673
+ scollop
674
+ scollop's
675
+ scolloped
676
+ scolloping
677
+ scollops
678
+ sera
679
+ shaikh
680
+ shaikh's
681
+ shaikhs
682
+ shaykh
683
+ shaykh's
684
+ shaykhs
685
+ sherbert
686
+ sherbert's
687
+ sherberts
688
+ shodden
689
+ shoed
690
+ shorn
691
+ shovelled
692
+ shovelling
693
+ shrivelled
694
+ shrivelling
695
+ sirup
696
+ sirup's
697
+ sirups
698
+ skyed
699
+ slily
700
+ slinked
701
+ smidge
702
+ smidge's
703
+ smidgeon
704
+ smidgeon's
705
+ smidgeons
706
+ smidges
707
+ smidgin
708
+ smidgin's
709
+ smidgins
710
+ smit
711
+ smoothes
712
+ snorkelled
713
+ snorkelling
714
+ so's
715
+ soli
716
+ spectrums
717
+ sphinges
718
+ spilt
719
+ spiralled
720
+ spiralling
721
+ spoonsful
722
+ spryer
723
+ spryest
724
+ squirrelled
725
+ squirrelling
726
+ stadia
727
+ stencilled
728
+ stencilling
729
+ stoney
730
+ straightjacket
731
+ straightjacket's
732
+ straightjacketed
733
+ straightjacketing
734
+ straightjackets
735
+ stratums
736
+ strived
737
+ sulphur
738
+ sulphur's
739
+ sunburnt
740
+ surplused
741
+ surplusing
742
+ sweepstake
743
+ sweepstake's
744
+ swivelled
745
+ swivelling
746
+ syllabi
747
+ synagog
748
+ synagog's
749
+ synagogs
750
+ syphon
751
+ syphon's
752
+ syphoned
753
+ syphoning
754
+ syphons
755
+ tablespoonsful
756
+ tabu
757
+ tabu's
758
+ tabued
759
+ tabuing
760
+ tabus
761
+ tarantulae
762
+ tasselled
763
+ tasselling
764
+ taxies
765
+ taxying
766
+ teetotaller
767
+ teetotaller's
768
+ teetotallers
769
+ terminuses
770
+ theatre's
771
+ theatres
772
+ thriven
773
+ throve
774
+ tinselled
775
+ tinselling
776
+ tipi
777
+ tipi's
778
+ tipis
779
+ titbit
780
+ titbit's
781
+ titbits
782
+ tobaccoes
783
+ toffies
784
+ toffy
785
+ toffy's
786
+ togae
787
+ tormenter
788
+ tormenter's
789
+ tormenters
790
+ tornados
791
+ torpedos
792
+ torsi
793
+ tost
794
+ totalled
795
+ totalling
796
+ towelled
797
+ towelling
798
+ towellings
799
+ tranquiller
800
+ tranquillest
801
+ tranquillize
802
+ tranquillized
803
+ tranquillizer
804
+ tranquillizer's
805
+ tranquillizers
806
+ tranquillizes
807
+ tranquillizing
808
+ transitted
809
+ transitting
810
+ traumata
811
+ traveller
812
+ traveller's
813
+ travellers
814
+ trollies
815
+ trolly's
816
+ trowelled
817
+ trowelling
818
+ trueing
819
+ tsar
820
+ tsar's
821
+ tsars
822
+ tunnelled
823
+ tunnelling
824
+ turves
825
+ tuxedoes
826
+ twingeing
827
+ tzar
828
+ tzar's
829
+ tzars
830
+ ultimata
831
+ unequalled
832
+ unravelled
833
+ unravelling
834
+ unrivalled
835
+ uteruses
836
+ vacua
837
+ vender's
838
+ venders
839
+ vertebras
840
+ virtuosi
841
+ vizor
842
+ vizor's
843
+ vizors
844
+ volcanos
845
+ vortices
846
+ wharfs
847
+ whirr
848
+ whirr's
849
+ whirrs
850
+ whiz
851
+ whiz's
852
+ wilfully
853
+ winterier
854
+ winteriest
855
+ wintery
856
+ wiz's
857
+ wizzes
858
+ woolie
859
+ woolie's
860
+ woolier
861
+ woolies
862
+ wooliest
863
+ wooly
864
+ wooly's
865
+ worshipped
866
+ worshipper
867
+ worshipper's
868
+ worshippers
869
+ worshipping
870
+ wrier
871
+ wriest
872
+ yack
873
+ yack's
874
+ yacked
875
+ yacking
876
+ yacks
877
+ yock
878
+ yock's
879
+ yocks
880
+ yodelled
881
+ yodelling
882
+ yoghourt
883
+ yoghourt's
884
+ yoghourts
885
+ yoghurt
886
+ yoghurt's
887
+ yoghurts
888
+ zinced
889
+ zincing
890
+ zombi
891
+ zombi's
892
+ zombis