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,1063 @@
1
+ OK's
2
+ OKed
3
+ OKing
4
+ OKs
5
+ acclimatize
6
+ acclimatized
7
+ acclimatizes
8
+ acclimatizing
9
+ acknowledgement
10
+ acknowledgement's
11
+ acknowledgements
12
+ aeon
13
+ aeon's
14
+ aeons
15
+ aeroplane
16
+ aeroplane's
17
+ aeroplanes
18
+ agonize
19
+ agonized
20
+ agonizes
21
+ agonizing
22
+ aluminium
23
+ aluminium's
24
+ ambience
25
+ ambience's
26
+ ambiences
27
+ amidst
28
+ amphitheatre
29
+ amphitheatre's
30
+ amphitheatres
31
+ anaemia
32
+ anaemia's
33
+ anaemic
34
+ anaesthesia
35
+ anaesthesia's
36
+ anaesthetic
37
+ anaesthetic's
38
+ anaesthetics
39
+ analyser
40
+ antagonize
41
+ antagonized
42
+ antagonizes
43
+ antagonizing
44
+ apparelled
45
+ apparelling
46
+ appetizer
47
+ appetizer's
48
+ appetizers
49
+ appetizing
50
+ arbour
51
+ arbour's
52
+ arbours
53
+ ardour
54
+ ardour's
55
+ ardours
56
+ armour
57
+ armour's
58
+ armoured
59
+ armouries
60
+ armouring
61
+ armours
62
+ armoury
63
+ armoury's
64
+ arse's
65
+ arses
66
+ artefact
67
+ artefact's
68
+ artefacts
69
+ authorization's
70
+ authorizations
71
+ bandanna
72
+ bandanna's
73
+ bandannas
74
+ baptize
75
+ baptized
76
+ baptizes
77
+ baptizing
78
+ barrelled
79
+ barrelling
80
+ baulk
81
+ baulk's
82
+ baulked
83
+ baulking
84
+ baulks
85
+ behaviour's
86
+ behavioural
87
+ belabour
88
+ belaboured
89
+ belabouring
90
+ belabours
91
+ bushelled
92
+ bushelling
93
+ bushellings
94
+ bussed
95
+ bussing
96
+ calibre
97
+ calibre's
98
+ calibres
99
+ candour
100
+ candour's
101
+ capitalization
102
+ capitalization's
103
+ capitalize
104
+ capitalized
105
+ capitalizes
106
+ capitalizing
107
+ carolled
108
+ carolling
109
+ catalogued
110
+ cataloguing
111
+ categorize
112
+ categorized
113
+ categorizes
114
+ categorizing
115
+ centimetre
116
+ centimetre's
117
+ centimetres
118
+ centralize
119
+ centralized
120
+ centralizes
121
+ centralizing
122
+ centrepiece
123
+ centrepiece's
124
+ centrepieces
125
+ channelled
126
+ channelling
127
+ chaperone
128
+ chaperone's
129
+ chaperones
130
+ characterization
131
+ characterize
132
+ characterized
133
+ characterizes
134
+ characterizing
135
+ chequer's
136
+ chequers
137
+ chequers's
138
+ chilli
139
+ chilli's
140
+ chillies
141
+ chiselled
142
+ chiselling
143
+ civilization's
144
+ civilizations
145
+ clamour
146
+ clamour's
147
+ clamoured
148
+ clamouring
149
+ clamours
150
+ colonization
151
+ colonization's
152
+ colonize
153
+ colonized
154
+ colonizes
155
+ colonizing
156
+ coloured's
157
+ coloureds
158
+ colourful
159
+ colouring's
160
+ colourless
161
+ commercialize
162
+ commercialized
163
+ commercializes
164
+ commercializing
165
+ cosier
166
+ cosies
167
+ cosiest
168
+ cosily
169
+ cosiness
170
+ cosiness's
171
+ cosy's
172
+ councillor
173
+ councillor's
174
+ councillors
175
+ counsellor
176
+ counsellor's
177
+ counsellors
178
+ crueller
179
+ cruellest
180
+ crystallization
181
+ crystallization's
182
+ crystallize
183
+ crystallized
184
+ crystallizes
185
+ crystallizing
186
+ customization
187
+ customize
188
+ customized
189
+ customizes
190
+ customizing
191
+ decentralization
192
+ decentralization's
193
+ decentralize
194
+ decentralized
195
+ decentralizes
196
+ decentralizing
197
+ defence's
198
+ defenced
199
+ defenceless
200
+ defences
201
+ defencing
202
+ demeanour
203
+ demeanour's
204
+ demoralize
205
+ demoralized
206
+ demoralizes
207
+ demoralizing
208
+ deodorize
209
+ deodorized
210
+ deodorizes
211
+ deodorizing
212
+ dependant's
213
+ dependants
214
+ descendent
215
+ destabilize
216
+ devilled
217
+ devilling
218
+ diarrhoea
219
+ diarrhoea's
220
+ digitize
221
+ digitized
222
+ digitizes
223
+ digitizing
224
+ discolour
225
+ discoloured
226
+ discolouring
227
+ discolours
228
+ disfavour
229
+ disfavour's
230
+ disfavoured
231
+ disfavouring
232
+ disfavours
233
+ dishonour
234
+ dishonour's
235
+ dishonourable
236
+ dishonoured
237
+ dishonouring
238
+ dishonours
239
+ distil
240
+ distils
241
+ dramatization
242
+ dramatization's
243
+ dramatizations
244
+ dramatize
245
+ dramatized
246
+ dramatizes
247
+ dramatizing
248
+ draught's
249
+ draughtier
250
+ draughtiest
251
+ draughtsman
252
+ draughtsman's
253
+ draughtsmen
254
+ draughty
255
+ drily
256
+ drivelled
257
+ drivelling
258
+ duelled
259
+ duelling
260
+ duellings
261
+ economize
262
+ economized
263
+ economizes
264
+ economizing
265
+ enamelled
266
+ enamelling
267
+ enamellings
268
+ endeavour's
269
+ endeavoured
270
+ endeavouring
271
+ endeavours
272
+ enrol
273
+ enrolment
274
+ enrolment's
275
+ enrolments
276
+ enrols
277
+ enthral
278
+ enthrals
279
+ epaulette
280
+ epaulette's
281
+ epaulettes
282
+ equalize
283
+ equalized
284
+ equalizes
285
+ equalizing
286
+ equalled
287
+ equalling
288
+ eulogize
289
+ eulogized
290
+ eulogizes
291
+ eulogizing
292
+ eviller
293
+ evillest
294
+ factorization
295
+ faeces
296
+ faeces's
297
+ familiarize
298
+ familiarized
299
+ familiarizes
300
+ familiarizing
301
+ favourably
302
+ favouritism
303
+ favouritism's
304
+ fertilization
305
+ fertilization's
306
+ fertilize
307
+ fertilized
308
+ fertilizer
309
+ fertilizer's
310
+ fertilizers
311
+ fertilizes
312
+ fertilizing
313
+ fervour
314
+ fervour's
315
+ fibreglass
316
+ fibreglass's
317
+ flannelled
318
+ flannelling
319
+ flautist
320
+ flautist's
321
+ flautists
322
+ flavour's
323
+ flavoured
324
+ flavouring
325
+ flavouring's
326
+ flavourings
327
+ flavours
328
+ flyer
329
+ flyer's
330
+ flyers
331
+ foetal
332
+ fogey
333
+ fogey's
334
+ fogeys
335
+ formalize
336
+ formalized
337
+ formalizes
338
+ formalizing
339
+ fossilize
340
+ fossilized
341
+ fossilizes
342
+ fossilizing
343
+ fraternize
344
+ fraternized
345
+ fraternizes
346
+ fraternizing
347
+ fuelled
348
+ fuelling
349
+ fulfilment
350
+ fulfilment's
351
+ funnelled
352
+ funnelling
353
+ furore
354
+ furore's
355
+ furores
356
+ galvanize
357
+ galvanized
358
+ galvanizes
359
+ galvanizing
360
+ glamorize
361
+ glamorized
362
+ glamorizes
363
+ glamorizing
364
+ glycerine
365
+ glycerine's
366
+ gravelled
367
+ gravelling
368
+ grey's
369
+ greyed
370
+ greyer
371
+ greyest
372
+ greying
373
+ greys
374
+ grovelled
375
+ grovelling
376
+ groyne
377
+ groyne's
378
+ groynes
379
+ gruelling
380
+ gruellings
381
+ gybe
382
+ gybe's
383
+ gybed
384
+ gybes
385
+ gybing
386
+ gynaecologist
387
+ gynaecologist's
388
+ gynaecologists
389
+ gynaecology
390
+ gynaecology's
391
+ haemoglobin
392
+ haemoglobin's
393
+ haemophilia
394
+ haemophilia's
395
+ haemorrhage
396
+ haemorrhage's
397
+ haemorrhaged
398
+ haemorrhages
399
+ haemorrhaging
400
+ harbour
401
+ harbour's
402
+ harboured
403
+ harbouring
404
+ harbours
405
+ harmonize
406
+ harmonized
407
+ harmonizes
408
+ harmonizing
409
+ hippy's
410
+ homogenize
411
+ homogenized
412
+ homogenizes
413
+ homogenizing
414
+ honourable
415
+ hospitalization
416
+ hospitalization's
417
+ hospitalizations
418
+ hospitalize
419
+ hospitalized
420
+ hospitalizes
421
+ hospitalizing
422
+ humanize
423
+ humanized
424
+ humanizes
425
+ humanizing
426
+ humour's
427
+ humoured
428
+ humouring
429
+ humours
430
+ hypnotize
431
+ hypnotized
432
+ hypnotizes
433
+ hypnotizing
434
+ hypothesize
435
+ hypothesized
436
+ hypothesizes
437
+ hypothesizing
438
+ idealize
439
+ idealized
440
+ idealizes
441
+ idealizing
442
+ idolize
443
+ idolized
444
+ idolizes
445
+ idolizing
446
+ immobilize
447
+ immobilized
448
+ immobilizes
449
+ immobilizing
450
+ immunization
451
+ immunization's
452
+ immunizations
453
+ immunize
454
+ immunized
455
+ immunizes
456
+ immunizing
457
+ imperilled
458
+ imperilling
459
+ impostor
460
+ impostor's
461
+ impostors
462
+ industrialization
463
+ industrialization's
464
+ industrialize
465
+ industrialized
466
+ industrializes
467
+ industrializing
468
+ inflection
469
+ inflection's
470
+ inflections
471
+ initialled
472
+ initialling
473
+ instalment
474
+ instalment's
475
+ instalments
476
+ instil
477
+ instils
478
+ institutionalize
479
+ institutionalized
480
+ institutionalizes
481
+ institutionalizing
482
+ italicize
483
+ italicized
484
+ italicizes
485
+ italicizing
486
+ itemize
487
+ itemized
488
+ itemizes
489
+ itemizing
490
+ jeopardize
491
+ jeopardized
492
+ jeopardizes
493
+ jeopardizing
494
+ jewelled
495
+ jeweller
496
+ jeweller's
497
+ jewellers
498
+ jewellery
499
+ jewellery's
500
+ jewelling
501
+ kennelled
502
+ kennelling
503
+ kerb
504
+ kerb's
505
+ kerbed
506
+ kerbing
507
+ kerbs
508
+ kilometre
509
+ kilometre's
510
+ kilometres
511
+ labour's
512
+ laboured
513
+ labourer
514
+ labourer's
515
+ labourers
516
+ labouring
517
+ labours
518
+ lacklustre
519
+ legalize
520
+ legalized
521
+ legalizes
522
+ legalizing
523
+ leukaemia
524
+ leukaemia's
525
+ levelled
526
+ levelling
527
+ libelled
528
+ libelling
529
+ libellous
530
+ liberalization
531
+ liberalize
532
+ liberalized
533
+ liberalizes
534
+ liberalizing
535
+ likeable
536
+ litre's
537
+ litres
538
+ liveable
539
+ localize
540
+ localized
541
+ localizes
542
+ localizing
543
+ lupin
544
+ lupin's
545
+ lupins
546
+ lustre
547
+ lustre's
548
+ magnetize
549
+ magnetized
550
+ magnetizes
551
+ magnetizing
552
+ manoeuvre
553
+ manoeuvre's
554
+ manoeuvred
555
+ manoeuvres
556
+ manoeuvring
557
+ marshalled
558
+ marshalling
559
+ marvelled
560
+ marvelling
561
+ materialize
562
+ materialized
563
+ materializes
564
+ materializing
565
+ matt
566
+ matts
567
+ maximized
568
+ maximizes
569
+ maximizing
570
+ meagre
571
+ mechanize
572
+ mechanized
573
+ mechanizes
574
+ mechanizing
575
+ memorize
576
+ memorized
577
+ memorizes
578
+ memorizing
579
+ miaow
580
+ miaow's
581
+ miaowed
582
+ miaowing
583
+ miaows
584
+ micrometre
585
+ micrometre's
586
+ micrometres
587
+ millimetre
588
+ millimetre's
589
+ millimetres
590
+ minimized
591
+ minimizes
592
+ minimizing
593
+ misbehaviour
594
+ misbehaviour's
595
+ misdemeanour
596
+ misdemeanour's
597
+ misdemeanours
598
+ mobilization
599
+ mobilization's
600
+ mobilizations
601
+ mobilize
602
+ mobilized
603
+ mobilizes
604
+ mobilizing
605
+ modernization
606
+ modernization's
607
+ modernize
608
+ modernized
609
+ modernizes
610
+ modernizing
611
+ mollusc
612
+ mollusc's
613
+ molluscs
614
+ monopolize
615
+ monopolized
616
+ monopolizes
617
+ monopolizing
618
+ motorize
619
+ motorized
620
+ motorizes
621
+ motorizing
622
+ mould's
623
+ moulded
624
+ mouldier
625
+ mouldiest
626
+ moulding
627
+ moulding's
628
+ mouldings
629
+ moulds
630
+ mouldy
631
+ moult
632
+ moult's
633
+ moulted
634
+ moulting
635
+ moults
636
+ moustache
637
+ moustache's
638
+ moustaches
639
+ nationalize
640
+ nationalized
641
+ nationalizes
642
+ nationalizing
643
+ naturalization
644
+ naturalization's
645
+ naturalize
646
+ naturalized
647
+ naturalizes
648
+ naturalizing
649
+ neighboured
650
+ neighbourhood's
651
+ neighbourhoods
652
+ neighbouring
653
+ neighbourliness
654
+ neighbourliness's
655
+ neighbourly
656
+ neutralize
657
+ neutralized
658
+ neutralizes
659
+ neutralizing
660
+ nought
661
+ nought's
662
+ noughts
663
+ odour
664
+ odour's
665
+ odours
666
+ oesophagi
667
+ omelette
668
+ omelette's
669
+ omelettes
670
+ organizational
671
+ orthopaedics
672
+ orthopaedics's
673
+ ostracize
674
+ ostracized
675
+ ostracizes
676
+ ostracizing
677
+ oxidize
678
+ oxidized
679
+ oxidizes
680
+ oxidizing
681
+ paediatrician
682
+ paediatrician's
683
+ paediatricians
684
+ paediatrics
685
+ palaeontologist
686
+ palaeontologist's
687
+ palaeontologists
688
+ palaeontology
689
+ palaeontology's
690
+ panelled
691
+ panelling
692
+ panelling's
693
+ panellings
694
+ paralyse
695
+ paralysed
696
+ paralysing
697
+ parcelled
698
+ parcelling
699
+ parlour
700
+ parlour's
701
+ parlours
702
+ pasteurization
703
+ pasteurization's
704
+ pasteurize
705
+ pasteurized
706
+ pasteurizes
707
+ pasteurizing
708
+ pedalled
709
+ pedalling
710
+ pedlar
711
+ pedlar's
712
+ pedlars
713
+ penalize
714
+ penalized
715
+ penalizes
716
+ penalizing
717
+ pencilled
718
+ pencilling
719
+ pencillings
720
+ perilled
721
+ perilling
722
+ personalize
723
+ personalized
724
+ personalizes
725
+ personalizing
726
+ philosophize
727
+ philosophized
728
+ philosophizes
729
+ philosophizing
730
+ phoney
731
+ phoney's
732
+ phoneys
733
+ plagiarize
734
+ plagiarized
735
+ plagiarizes
736
+ plagiarizing
737
+ plough
738
+ plough's
739
+ ploughed
740
+ ploughing
741
+ ploughs
742
+ polarization
743
+ polarization's
744
+ polarize
745
+ polarized
746
+ polarizes
747
+ polarizing
748
+ popularize
749
+ popularized
750
+ popularizes
751
+ popularizing
752
+ pretence
753
+ pretence's
754
+ pretences
755
+ prised
756
+ prising
757
+ privatize
758
+ privatized
759
+ privatizes
760
+ privatizing
761
+ pulverize
762
+ pulverized
763
+ pulverizes
764
+ pulverizing
765
+ pummelled
766
+ pummelling
767
+ pyjamas
768
+ pyjamas's
769
+ quarrelled
770
+ quarrelling
771
+ rancour
772
+ rancour's
773
+ rationalization
774
+ rationalize
775
+ rationalized
776
+ rationalizes
777
+ rationalizing
778
+ ravelled
779
+ ravelling
780
+ ravellings
781
+ realization's
782
+ refuelled
783
+ refuelling
784
+ remodelled
785
+ remodelling
786
+ reorganization
787
+ reorganize
788
+ reorganized
789
+ reorganizes
790
+ reorganizing
791
+ revelled
792
+ reveller
793
+ reveller's
794
+ revellers
795
+ revelling
796
+ revellings
797
+ revolutionize
798
+ revolutionized
799
+ revolutionizes
800
+ revolutionizing
801
+ rigour
802
+ rigour's
803
+ rigours
804
+ rivalled
805
+ rivalling
806
+ sabre
807
+ sabre's
808
+ sabres
809
+ saki's
810
+ saleable
811
+ satirize
812
+ satirized
813
+ satirizes
814
+ satirizing
815
+ saviour
816
+ saviour's
817
+ saviours
818
+ savour
819
+ savour's
820
+ savoured
821
+ savourier
822
+ savouries
823
+ savouriest
824
+ savouring
825
+ savours
826
+ savoury
827
+ savoury's
828
+ scandalize
829
+ scandalized
830
+ scandalizes
831
+ scandalizing
832
+ sceptic
833
+ sceptic's
834
+ scepticism
835
+ scepticism's
836
+ sceptics
837
+ sceptre
838
+ sceptre's
839
+ sceptres
840
+ scrutinize
841
+ scrutinized
842
+ scrutinizes
843
+ scrutinizing
844
+ sepulchre
845
+ sepulchre's
846
+ sepulchred
847
+ sepulchres
848
+ sepulchring
849
+ sheikh
850
+ sheikh's
851
+ sheikhs
852
+ shovelled
853
+ shovelling
854
+ shrivelled
855
+ shrivelling
856
+ sizeable
857
+ slyer
858
+ slyest
859
+ smoulder
860
+ smoulder's
861
+ smouldered
862
+ smouldering
863
+ smoulders
864
+ snorkelled
865
+ snorkelling
866
+ snowplough
867
+ snowplough's
868
+ snowploughs
869
+ socialize
870
+ socialized
871
+ socializes
872
+ socializing
873
+ sombre
874
+ specialities
875
+ speciality's
876
+ specialization
877
+ specialization's
878
+ specializations
879
+ spectre
880
+ spectre's
881
+ spectres
882
+ spilt
883
+ spiralled
884
+ spiralling
885
+ splendour
886
+ splendour's
887
+ squirrelled
888
+ squirrelling
889
+ stabilize
890
+ stabilized
891
+ stabilizes
892
+ stabilizing
893
+ standardization
894
+ standardization's
895
+ stencilled
896
+ stencilling
897
+ sterilization
898
+ sterilization's
899
+ sterilize
900
+ sterilized
901
+ sterilizes
902
+ sterilizing
903
+ succour
904
+ succour's
905
+ succoured
906
+ succouring
907
+ succours
908
+ sulphur
909
+ sulphur's
910
+ sweepstake
911
+ sweepstake's
912
+ swivelled
913
+ swivelling
914
+ symbolize
915
+ symbolized
916
+ symbolizes
917
+ symbolizing
918
+ sympathized
919
+ sympathizes
920
+ sympathizing
921
+ synchronization
922
+ synchronize
923
+ synchronized
924
+ synchronizes
925
+ synchronizing
926
+ synthesize
927
+ synthesized
928
+ synthesizes
929
+ synthesizing
930
+ tantalize
931
+ tantalized
932
+ tantalizes
933
+ tantalizing
934
+ tasselled
935
+ tasselling
936
+ teetotaller
937
+ teetotaller's
938
+ teetotallers
939
+ tenderize
940
+ tenderized
941
+ tenderizes
942
+ tenderizing
943
+ terrorize
944
+ terrorized
945
+ terrorizes
946
+ terrorizing
947
+ theatre's
948
+ theatres
949
+ theorize
950
+ theorized
951
+ theorizes
952
+ theorizing
953
+ tinselled
954
+ tinselling
955
+ titbit
956
+ titbit's
957
+ titbits
958
+ totalled
959
+ totalling
960
+ towelled
961
+ towelling
962
+ towellings
963
+ tranquillity
964
+ tranquillity's
965
+ tranquillize
966
+ tranquillized
967
+ tranquillizer
968
+ tranquillizer's
969
+ tranquillizers
970
+ tranquillizes
971
+ tranquillizing
972
+ traumatize
973
+ traumatized
974
+ traumatizes
975
+ traumatizing
976
+ traveller
977
+ traveller's
978
+ travellers
979
+ trialled
980
+ trialling
981
+ trowelled
982
+ trowelling
983
+ tsar
984
+ tsar's
985
+ tsars
986
+ tumour
987
+ tumour's
988
+ tumours
989
+ tunnelled
990
+ tunnelling
991
+ tunnellings
992
+ tyrannize
993
+ tyrannized
994
+ tyrannizes
995
+ tyrannizing
996
+ unequalled
997
+ unfavourable
998
+ unionize
999
+ unionized
1000
+ unionizes
1001
+ unionizing
1002
+ unlabelled
1003
+ unravelled
1004
+ unravelling
1005
+ unrecognized
1006
+ unrivalled
1007
+ unsavoury
1008
+ utilization
1009
+ utilization's
1010
+ utilize
1011
+ utilized
1012
+ utilizes
1013
+ utilizing
1014
+ valour
1015
+ valour's
1016
+ vandalize
1017
+ vandalized
1018
+ vandalizes
1019
+ vandalizing
1020
+ vaporize
1021
+ vaporized
1022
+ vaporizes
1023
+ vaporizing
1024
+ vapour
1025
+ vapour's
1026
+ vapours
1027
+ victimize
1028
+ victimized
1029
+ victimizes
1030
+ victimizing
1031
+ vigour
1032
+ vigour's
1033
+ visualize
1034
+ visualized
1035
+ visualizes
1036
+ visualizing
1037
+ watercolour
1038
+ watercolour's
1039
+ watercolours
1040
+ weaselled
1041
+ weaselling
1042
+ whirr
1043
+ whirr's
1044
+ whirrs
1045
+ whiskies
1046
+ whisky's
1047
+ whizz
1048
+ whizz's
1049
+ wilful
1050
+ wilfully
1051
+ woollen
1052
+ woollen's
1053
+ woollens
1054
+ worshipped
1055
+ worshipper
1056
+ worshipper's
1057
+ worshippers
1058
+ worshipping
1059
+ yodelled
1060
+ yodelling
1061
+ yogurt
1062
+ yogurt's
1063
+ yogurts