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,120 @@
1
+ amphoras
2
+ archetypical
3
+ aunty
4
+ aunty's
5
+ backbencher
6
+ backbencher's
7
+ backbenchers
8
+ bagsful
9
+ blub
10
+ blubbed
11
+ blubbing
12
+ blubs
13
+ bonemeal
14
+ boogerman
15
+ boogerman's
16
+ boogermans
17
+ bougainvillaea
18
+ bougainvillaeas
19
+ caravanning
20
+ catchups
21
+ cayman
22
+ cayman's
23
+ caymans
24
+ cedarwood
25
+ chocaholic
26
+ chocaholic's
27
+ chocaholics
28
+ coppiced
29
+ coppicing
30
+ crenellate
31
+ crenellated
32
+ crenellates
33
+ crenellating
34
+ cufflink
35
+ cufflink's
36
+ cufflinks
37
+ databank
38
+ databank's
39
+ databanks
40
+ dessertspoonsful
41
+ dominatrixes
42
+ druggy's
43
+ escollope
44
+ escollope's
45
+ escollopes
46
+ fandangoes
47
+ farragos
48
+ fasciae
49
+ felafel
50
+ felafels
51
+ frowsty
52
+ hadj
53
+ hadj's
54
+ hadjes
55
+ hallo
56
+ hallo's
57
+ hallos
58
+ hijinks
59
+ hollo
60
+ hollo's
61
+ hollos
62
+ homogenous
63
+ honkey
64
+ honkey's
65
+ honkeys
66
+ hotspot
67
+ hotspot's
68
+ hotspots
69
+ ikonic
70
+ interregna
71
+ joky
72
+ laundrette
73
+ laundrette's
74
+ laundrettes
75
+ leastways
76
+ longwise
77
+ luvvie
78
+ mafiosos
79
+ manilla
80
+ mattins
81
+ metalled
82
+ midsized
83
+ moggie
84
+ moustachioed
85
+ nan
86
+ nans
87
+ necropoleis
88
+ necropoles
89
+ necropoli
90
+ olde
91
+ pernickety
92
+ pinkoes
93
+ podgy
94
+ poppadum
95
+ poppadums
96
+ praesidium
97
+ praesidium's
98
+ praesidiums
99
+ presidiums
100
+ rainforests
101
+ ramequin
102
+ ramequin's
103
+ ramequins
104
+ razzamatazz
105
+ ropey
106
+ schemas
107
+ soh
108
+ sonofabitch
109
+ spick
110
+ spicks
111
+ threepences
112
+ trapezia
113
+ trolleybusses
114
+ tsarism
115
+ tsarist
116
+ tzarism
117
+ tzarist
118
+ tzarists
119
+ unfocussed
120
+ willie
@@ -0,0 +1,226 @@
1
+ ageratums
2
+ airbusses
3
+ amnia
4
+ anapaest
5
+ anapaest's
6
+ anapaests
7
+ antisera
8
+ apprize
9
+ apprized
10
+ apprizes
11
+ apprizing
12
+ ascendence
13
+ ascendence's
14
+ audiobook
15
+ audiobook's
16
+ audiobooks
17
+ aurorae
18
+ bacchanalias
19
+ barcarolle
20
+ barcarolle's
21
+ barcarolles
22
+ biennia
23
+ bolsheviki
24
+ bursas
25
+ cabbala
26
+ cabbalah
27
+ canceller
28
+ canceller's
29
+ cancellers
30
+ caravanserais
31
+ carrell
32
+ carrell's
33
+ carrells
34
+ caviller
35
+ caviller's
36
+ cavillers
37
+ chapeaux
38
+ cloacas
39
+ conjunctivae
40
+ connectible
41
+ cumulonimbuses
42
+ deadweight
43
+ deadweight's
44
+ deadweights
45
+ debonaire
46
+ detectible
47
+ dextrousness
48
+ ditziest
49
+ djellabah
50
+ djellabah's
51
+ djellabahes
52
+ dreadnaught
53
+ dreadnaught's
54
+ dreadnaughts
55
+ driveller
56
+ driveller's
57
+ drivellers
58
+ dueller
59
+ dueller's
60
+ duellers
61
+ edemata
62
+ effluviums
63
+ enameller
64
+ enameller's
65
+ enamellers
66
+ encomia
67
+ enjambement
68
+ enjambement's
69
+ enjambements
70
+ epinephrin
71
+ epinephrin's
72
+ epithelia
73
+ equilibria
74
+ escaloped
75
+ escaloping
76
+ faery
77
+ faery's
78
+ ficuses
79
+ fistulae
80
+ frusta
81
+ glamourization
82
+ grantor
83
+ grantor's
84
+ grantors
85
+ gravamina
86
+ hadji
87
+ hadji's
88
+ hadjis
89
+ halliard
90
+ halliard's
91
+ halliards
92
+ halloing
93
+ healthcare's
94
+ highrise
95
+ highrise's
96
+ highrises
97
+ hogtieing
98
+ holloing
99
+ hooka
100
+ hooka's
101
+ hookas
102
+ hydrocephaly
103
+ hydrocephaly's
104
+ ignitible
105
+ impatienses
106
+ indwelled
107
+ infold
108
+ infolded
109
+ infolding
110
+ infolds
111
+ jejunums
112
+ kabala
113
+ laminas
114
+ lavalier
115
+ lavalier's
116
+ lavaliers
117
+ lenten
118
+ linguines
119
+ locater
120
+ locater's
121
+ locaters
122
+ loveableness
123
+ loveably
124
+ lowlives
125
+ maiolica
126
+ maiolica's
127
+ mandril
128
+ mandril's
129
+ mandrils
130
+ manilla's
131
+ markkas
132
+ marlinspike
133
+ marlinspike's
134
+ marlinspikes
135
+ mattins's
136
+ meniscuses
137
+ mislabelled
138
+ mislabelling
139
+ mockup
140
+ mockup's
141
+ mockups
142
+ mopy
143
+ moustachio
144
+ moustachio's
145
+ mujahedeen
146
+ mujahedeen's
147
+ neuronic
148
+ niseis
149
+ novenae
150
+ nurseling
151
+ nurseling's
152
+ obbligati
153
+ overspill's
154
+ overspilled
155
+ overspilling
156
+ overspills
157
+ overspilt
158
+ pellmell
159
+ petalled
160
+ pinones
161
+ platies
162
+ pollocks
163
+ precancelled
164
+ precancelling
165
+ pryer
166
+ pryer's
167
+ pryers
168
+ pullup
169
+ pullup's
170
+ pullups
171
+ quadrennia
172
+ quarreller
173
+ quarreller's
174
+ quarrellers
175
+ quarterstaffs
176
+ relit
177
+ reweaved
178
+ roundtable
179
+ roundtable's
180
+ roundtables
181
+ rubati
182
+ sauterne
183
+ sauterne's
184
+ sawboneses
185
+ schmos
186
+ seborrhoea
187
+ seborrhoea's
188
+ signaller
189
+ signaller's
190
+ signallers
191
+ situp
192
+ situp's
193
+ situps
194
+ sofabed
195
+ sofabed's
196
+ sofabeds
197
+ spadixes
198
+ spirochaete
199
+ spirochaete's
200
+ spirochaetes
201
+ supercargos
202
+ thunderstricken
203
+ totalisator
204
+ totalisator's
205
+ totalisators
206
+ tradeoff
207
+ tradeoff's
208
+ tradeoffs
209
+ transgender's
210
+ trichinas
211
+ tunneller
212
+ tunneller's
213
+ tunnellers
214
+ umbrae
215
+ vitas
216
+ vizir
217
+ vizir's
218
+ vizirs
219
+ whipsawn
220
+ windburnt
221
+ wonton
222
+ wonton's
223
+ wontons
224
+ yarmelke
225
+ yarmelke's
226
+ yarmelkes
@@ -0,0 +1,331 @@
1
+ absorbant
2
+ accessaries
3
+ accessary
4
+ accidently
5
+ adjudgement
6
+ aestival
7
+ agisms
8
+ akvavit
9
+ akvavits
10
+ alamode
11
+ alarum
12
+ alarums
13
+ albedos
14
+ aliya
15
+ ampoul
16
+ anomies
17
+ anomy
18
+ apanage
19
+ apanages
20
+ argyll
21
+ asafoetida
22
+ asafoetidas
23
+ assertor
24
+ assuror
25
+ atheneum
26
+ atheneums
27
+ autobusses
28
+ backlit
29
+ bandaid
30
+ banderol
31
+ bastile
32
+ beduin
33
+ begirt
34
+ beldame
35
+ beldames
36
+ blueblood
37
+ bobbysox
38
+ bourn
39
+ bourns
40
+ caeca
41
+ caecum
42
+ caffein
43
+ caffeins
44
+ cakey
45
+ calices
46
+ calix
47
+ calker
48
+ canteloupe
49
+ carrageenin
50
+ carrageenins
51
+ casette
52
+ cassaba
53
+ celeste
54
+ cellaret
55
+ cellarets
56
+ cesura
57
+ cesurae
58
+ challie
59
+ chancellory
60
+ charismas
61
+ chaunt
62
+ christy
63
+ chutnee
64
+ cliquy
65
+ closeable
66
+ cockamamy
67
+ codein
68
+ codependence
69
+ colcannon
70
+ colosseum
71
+ concoctor
72
+ consigner
73
+ consigners
74
+ constructer
75
+ correctible
76
+ corruptor
77
+ cotillon
78
+ countryfied
79
+ courtezan
80
+ cowry
81
+ crenelled
82
+ crenelling
83
+ crewcut
84
+ cryer
85
+ cunnilinctus
86
+ cunnilinctuses
87
+ curari
88
+ cyclicly
89
+ daishiki
90
+ decolletee
91
+ dependancy
92
+ depictor
93
+ diecious
94
+ doozie
95
+ doubletalk
96
+ drachm
97
+ drachms
98
+ drouthy
99
+ dulcimore
100
+ durrie
101
+ edile
102
+ encyclopaedically
103
+ encyclopaedist
104
+ encyclopaedists
105
+ engrained
106
+ euclidian
107
+ extraversion
108
+ facia
109
+ faciae
110
+ facias
111
+ feaze
112
+ felspar
113
+ felspars
114
+ fluidram
115
+ fluidrams
116
+ followup
117
+ forefend
118
+ frankforter
119
+ frijoles
120
+ frivolled
121
+ frivolling
122
+ frowstier
123
+ frowstiest
124
+ fuzee
125
+ fuzees
126
+ galabia
127
+ galabiya
128
+ gelts
129
+ gemmologist
130
+ gerbile
131
+ gip
132
+ glamourizer
133
+ gonadotrophic
134
+ gonadotrophin
135
+ grandame
136
+ gussie
137
+ haji
138
+ hajis
139
+ halbert
140
+ hansel
141
+ hatchelled
142
+ hatchelling
143
+ heterogenous
144
+ holloware
145
+ hollowares
146
+ idealogy
147
+ idolator
148
+ ignitor
149
+ ignitors
150
+ ikonically
151
+ imbedment
152
+ impellor
153
+ incase
154
+ incumbrance
155
+ inhibiter
156
+ intreat
157
+ jacklit
158
+ jellabah
159
+ jetlag
160
+ jinnee
161
+ journalled
162
+ journalling
163
+ junto
164
+ juntos
165
+ kaoline
166
+ kaolines
167
+ kaputt
168
+ kashmir
169
+ kitchenet
170
+ klatsch
171
+ laniard
172
+ laniards
173
+ leucocyte
174
+ leucocytes
175
+ levis
176
+ lichi
177
+ lichis
178
+ lifecare
179
+ likeably
180
+ lipide
181
+ lipides
182
+ liquifier
183
+ lissomly
184
+ lissomness
185
+ lissomnesses
186
+ liveableness
187
+ lodgement
188
+ lodgements
189
+ loofa
190
+ loofas
191
+ lovaebility
192
+ lowball
193
+ lowballed
194
+ lowballing
195
+ lowballs
196
+ lubricous
197
+ lustring
198
+ lutecium
199
+ luteciums
200
+ mahjongg
201
+ malarky
202
+ mediaevally
203
+ menad
204
+ menadic
205
+ menads
206
+ meou
207
+ miladi
208
+ mina
209
+ minas
210
+ mixup
211
+ mizen
212
+ mizens
213
+ mollie
214
+ monecious
215
+ moolah
216
+ moolahs
217
+ motorbusses
218
+ mullen
219
+ nephritises
220
+ neuritises
221
+ nonsuch
222
+ nonsuches
223
+ ochres
224
+ odalisk
225
+ ogrish
226
+ oldy
227
+ omikron
228
+ organophosphorous
229
+ orgastic
230
+ overlept
231
+ paillasse
232
+ paillasses
233
+ paraffine
234
+ pattie
235
+ pein
236
+ pemican
237
+ peneplane
238
+ penuchi
239
+ peyotl
240
+ pilsener
241
+ pilseners
242
+ pipet
243
+ pixyish
244
+ pizzaz
245
+ podgier
246
+ podgiest
247
+ pointilliste
248
+ polyneuritises
249
+ portalled
250
+ predacious
251
+ premie
252
+ premies
253
+ prenomen
254
+ prenomens
255
+ prosopopeia
256
+ prosopopeias
257
+ prothalmium
258
+ prothoraces
259
+ questor
260
+ rarified
261
+ rarifies
262
+ rarify
263
+ rarifying
264
+ rase
265
+ rased
266
+ rases
267
+ rasing
268
+ reawaked
269
+ rectilineal
270
+ relator
271
+ revisor
272
+ ricrac
273
+ ricracs
274
+ samaritan
275
+ sandalled
276
+ scag
277
+ scags
278
+ seignorial
279
+ shiatzu
280
+ shnook
281
+ shwa
282
+ shwas
283
+ sillabub
284
+ sillabubs
285
+ spirt
286
+ spirted
287
+ spirting
288
+ spirts
289
+ straightlaced
290
+ subgenuses
291
+ surprize
292
+ surveille
293
+ tabouli
294
+ tabour
295
+ tabours
296
+ tabuli
297
+ takeable
298
+ templet
299
+ templets
300
+ thrustor
301
+ thyroxin
302
+ thyroxins
303
+ tora
304
+ towny
305
+ tradeable
306
+ tressel
307
+ trinitrotoluol
308
+ tsardom
309
+ turquois
310
+ twirp
311
+ twirps
312
+ tzardom
313
+ unblest
314
+ undergirt
315
+ unmistakeable
316
+ untravelled
317
+ varment
318
+ varments
319
+ wabble
320
+ wadeable
321
+ waterglass
322
+ weathervane
323
+ weathervanes
324
+ weevilly
325
+ whiney
326
+ widthways
327
+ willywaw
328
+ woful
329
+ wouldest
330
+ wysiwyg
331
+ ycleped
@@ -0,0 +1 @@
1
+ Messrs
@@ -0,0 +1,9 @@
1
+ advertize
2
+ advertized
3
+ advertizes
4
+ advertizing
5
+ connexion
6
+ connexion's
7
+ connexions
8
+ luv
9
+ nett
@@ -0,0 +1,23 @@
1
+ advertizement
2
+ advertizement's
3
+ advertizements
4
+ analyse
5
+ analysed
6
+ analysing
7
+ chequer
8
+ dialled
9
+ dialling
10
+ diallings
11
+ draughted
12
+ draughting
13
+ dreamt
14
+ esthetically
15
+ gaol
16
+ leant
17
+ luvs
18
+ nett's
19
+ netts
20
+ queueing
21
+ sceptical
22
+ synthesiser
23
+ turnround