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,299 @@
1
+ absorbant
2
+ accessaries
3
+ accessary
4
+ accidently
5
+ adjudgement
6
+ agisms
7
+ akvavit
8
+ akvavits
9
+ alamode
10
+ alarum
11
+ alarums
12
+ albedos
13
+ aliya
14
+ ampoul
15
+ anomies
16
+ anomy
17
+ apanage
18
+ apanages
19
+ argyll
20
+ assertor
21
+ assuror
22
+ atheneum
23
+ atheneums
24
+ autobusses
25
+ backlit
26
+ bandaid
27
+ banderol
28
+ bastile
29
+ beduin
30
+ begirt
31
+ beldame
32
+ beldames
33
+ blueblood
34
+ bobbysox
35
+ bourn
36
+ bourns
37
+ caeca
38
+ caecum
39
+ caffein
40
+ caffeins
41
+ cakey
42
+ calices
43
+ calix
44
+ calker
45
+ canteloupe
46
+ carrageenin
47
+ carrageenins
48
+ casette
49
+ cassaba
50
+ celeste
51
+ cellaret
52
+ cellarets
53
+ cesura
54
+ cesurae
55
+ challie
56
+ chancellory
57
+ charismas
58
+ chaunt
59
+ christy
60
+ chutnee
61
+ cliquy
62
+ closeable
63
+ cockamamy
64
+ codein
65
+ codependence
66
+ colcannon
67
+ colosseum
68
+ concoctor
69
+ consigner
70
+ consigners
71
+ constructer
72
+ correctible
73
+ corruptor
74
+ cotillon
75
+ countryfied
76
+ courtezan
77
+ cowry
78
+ crewcut
79
+ cryer
80
+ cunnilinctus
81
+ cunnilinctuses
82
+ curari
83
+ cyclicly
84
+ daishiki
85
+ decolletee
86
+ dependancy
87
+ depictor
88
+ doozie
89
+ doubletalk
90
+ drachm
91
+ drachms
92
+ drouthy
93
+ dulcimore
94
+ durrie
95
+ engrained
96
+ euclidian
97
+ extraversion
98
+ facia
99
+ faciae
100
+ facias
101
+ feaze
102
+ felspar
103
+ felspars
104
+ fluidram
105
+ fluidrams
106
+ followup
107
+ forefend
108
+ frankforter
109
+ frijoles
110
+ frowstier
111
+ frowstiest
112
+ fuzee
113
+ fuzees
114
+ galabia
115
+ galabiya
116
+ gelts
117
+ gemmologist
118
+ gerbile
119
+ gip
120
+ glutaeal
121
+ gonadotrophic
122
+ gonadotrophin
123
+ grandame
124
+ gussie
125
+ haji
126
+ hajis
127
+ halbert
128
+ hansel
129
+ heterogenous
130
+ holloware
131
+ hollowares
132
+ idealogy
133
+ idolator
134
+ ignitor
135
+ ignitors
136
+ ikonically
137
+ impellor
138
+ incase
139
+ incumbrance
140
+ inhibiter
141
+ intreat
142
+ jacklit
143
+ jellabah
144
+ jetlag
145
+ jinnee
146
+ journalled
147
+ journalling
148
+ junto
149
+ juntos
150
+ kaoline
151
+ kaolines
152
+ kaputt
153
+ kashmir
154
+ kitchenet
155
+ klatsch
156
+ laniard
157
+ laniards
158
+ leucocyte
159
+ leucocytes
160
+ levis
161
+ lichi
162
+ lichis
163
+ lifecare
164
+ likeably
165
+ lipide
166
+ lipides
167
+ lissomly
168
+ liveableness
169
+ lodgement
170
+ lodgements
171
+ loofa
172
+ loofas
173
+ lowball
174
+ lowballed
175
+ lowballing
176
+ lowballs
177
+ lubricous
178
+ lutecium
179
+ luteciums
180
+ mahjongg
181
+ malarky
182
+ meou
183
+ miladi
184
+ mina
185
+ minas
186
+ mixup
187
+ mizen
188
+ mizens
189
+ mollie
190
+ moolah
191
+ moolahs
192
+ motorbusses
193
+ mullen
194
+ nephritises
195
+ neuritises
196
+ nonsuch
197
+ nonsuches
198
+ odalisk
199
+ ogrish
200
+ oldy
201
+ omikron
202
+ organophosphorous
203
+ orgastic
204
+ overlept
205
+ paillasse
206
+ paillasses
207
+ paraffine
208
+ pattie
209
+ pein
210
+ pemican
211
+ peneplane
212
+ penuchi
213
+ peyotl
214
+ pilsener
215
+ pilseners
216
+ pipet
217
+ pixyish
218
+ pizzaz
219
+ podgier
220
+ podgiest
221
+ pointilliste
222
+ polyneuritises
223
+ portalled
224
+ predacious
225
+ premie
226
+ premies
227
+ prothalmium
228
+ prothoraces
229
+ rarified
230
+ rarifies
231
+ rarify
232
+ rarifying
233
+ rase
234
+ rased
235
+ rases
236
+ rasing
237
+ reawaked
238
+ rectilineal
239
+ relator
240
+ revisor
241
+ ricrac
242
+ ricracs
243
+ samaritan
244
+ scag
245
+ scags
246
+ seignorial
247
+ shiatzu
248
+ shnook
249
+ shwa
250
+ shwas
251
+ sillabub
252
+ sillabubs
253
+ spirt
254
+ spirted
255
+ spirting
256
+ spirts
257
+ straightlaced
258
+ subgenuses
259
+ surprize
260
+ surveille
261
+ tabouli
262
+ tabour
263
+ tabours
264
+ tabuli
265
+ takeable
266
+ templet
267
+ templets
268
+ thrustor
269
+ thyroxin
270
+ thyroxins
271
+ tora
272
+ towny
273
+ tradeable
274
+ tressel
275
+ trinitrotoluol
276
+ tsardom
277
+ turquois
278
+ twirp
279
+ twirps
280
+ tzardom
281
+ unblest
282
+ undergirt
283
+ unmistakeable
284
+ untravelled
285
+ varment
286
+ varments
287
+ wabble
288
+ wadeable
289
+ waterglass
290
+ weathervane
291
+ weathervanes
292
+ weevilly
293
+ whiney
294
+ widthways
295
+ willywaw
296
+ woful
297
+ wouldest
298
+ wysiwyg
299
+ ycleped
@@ -0,0 +1 @@
1
+ prev
@@ -0,0 +1,6 @@
1
+ Ire
2
+ aet
3
+ archaeol
4
+ jour
5
+ palaeontol
6
+ ret
@@ -0,0 +1,21 @@
1
+ Americanization
2
+ Americanization's
3
+ Americanizations
4
+ Americanize
5
+ Americanized
6
+ Americanizes
7
+ Americanizing
8
+ Baeria
9
+ Baeria's
10
+ Baeyer
11
+ Baeyer's
12
+ Hellenization
13
+ Hellenization's
14
+ Hellenize
15
+ Manilla
16
+ Manilla's
17
+ Palaeolithic
18
+ Roumania
19
+ Roumania's
20
+ Timour
21
+ Timour's
@@ -0,0 +1,2 @@
1
+ Christianize
2
+ Honourable
@@ -0,0 +1,68 @@
1
+ Acre
2
+ Africanize
3
+ Archaeozoic
4
+ Arctogaea
5
+ Aryanize
6
+ Balkanize
7
+ Boehmenism
8
+ Boehmenism's
9
+ Boehmenist
10
+ Caenis
11
+ Christianization
12
+ Compositae
13
+ Elizabethville
14
+ Europeanize
15
+ Europeanized
16
+ Europeanizes
17
+ Europeanizing
18
+ Euryalae
19
+ Euryalae's
20
+ Gallicize
21
+ Germanize
22
+ Ghebre
23
+ Gnosticize
24
+ Gothicize
25
+ Graecise
26
+ Graecism
27
+ Graecize
28
+ Grecize
29
+ Hebraize
30
+ Hellenizer
31
+ Hispanicize
32
+ Indianization
33
+ Indianize
34
+ Ire
35
+ Islamize
36
+ Italianize
37
+ Judaean
38
+ Judaize
39
+ Labourite
40
+ Labourite's
41
+ Labourites
42
+ Latinize
43
+ Latinized
44
+ Latinizes
45
+ Latinizing
46
+ Maccabaean
47
+ Mandaean
48
+ Manichaeism
49
+ Moraea
50
+ Neogaea
51
+ Notogaea
52
+ Occidentalize
53
+ Orientalize
54
+ Palaearctic
55
+ Praetorius
56
+ Pyrenaean
57
+ Rhaetian
58
+ Rhaetic
59
+ Romanize
60
+ Romanized
61
+ Romanizes
62
+ Romanizing
63
+ Russianize
64
+ Sabaean
65
+ Sovietization
66
+ Sovietize
67
+ Spires
68
+ Teutonize
@@ -0,0 +1,44 @@
1
+ among
2
+ apologize
3
+ behaviour
4
+ catalogue
5
+ centre
6
+ cheque
7
+ cheque's
8
+ chequed
9
+ cheques
10
+ chequing
11
+ colour
12
+ colour's
13
+ colours
14
+ defence
15
+ favour
16
+ favourite
17
+ flavour
18
+ grey
19
+ judgement
20
+ labelled
21
+ labelling
22
+ labour
23
+ learned
24
+ organization
25
+ organize
26
+ organized
27
+ organizes
28
+ organizing
29
+ practise
30
+ programme
31
+ programme's
32
+ programmes
33
+ realize
34
+ realized
35
+ realizes
36
+ realizing
37
+ recognize
38
+ recognized
39
+ recognizes
40
+ recognizing
41
+ rumour
42
+ saki
43
+ spelled
44
+ storey
@@ -0,0 +1,186 @@
1
+ adaptor
2
+ ageing
3
+ analyse
4
+ analysed
5
+ analysing
6
+ apologized
7
+ apologizes
8
+ apologizing
9
+ appal
10
+ appals
11
+ arse
12
+ authorization
13
+ authorize
14
+ authorized
15
+ authorizes
16
+ authorizing
17
+ axe
18
+ axe's
19
+ busses
20
+ cancelled
21
+ cancelling
22
+ catalogue's
23
+ catalogues
24
+ centre's
25
+ centred
26
+ centres
27
+ centring
28
+ chequer
29
+ civilization
30
+ civilize
31
+ civilized
32
+ civilizes
33
+ civilizing
34
+ coloured
35
+ colouring
36
+ computerize
37
+ computerized
38
+ computerizes
39
+ computerizing
40
+ cosy
41
+ counselled
42
+ counselling
43
+ criticize
44
+ criticized
45
+ criticizes
46
+ criticizing
47
+ dependant
48
+ dialled
49
+ dialling
50
+ diallings
51
+ draught
52
+ draughts
53
+ dreamed
54
+ emphasize
55
+ emphasized
56
+ emphasizes
57
+ emphasizing
58
+ endeavour
59
+ enquire
60
+ enquired
61
+ enquires
62
+ enquiries
63
+ enquiring
64
+ enquiry
65
+ enquiry's
66
+ favour's
67
+ favourable
68
+ favoured
69
+ favouring
70
+ favourite's
71
+ favourites
72
+ favours
73
+ fibre
74
+ fibre's
75
+ fibres
76
+ finalize
77
+ finalized
78
+ finalizes
79
+ finalizing
80
+ formulae
81
+ fulfil
82
+ fulfils
83
+ generalization
84
+ generalization's
85
+ generalizations
86
+ generalize
87
+ generalized
88
+ generalizes
89
+ generalizing
90
+ honour
91
+ honour's
92
+ honoured
93
+ honouring
94
+ honours
95
+ humour
96
+ initialization
97
+ initialize
98
+ initialized
99
+ initializes
100
+ initializing
101
+ judgement's
102
+ judgements
103
+ licence
104
+ licence's
105
+ licences
106
+ litre
107
+ marvellous
108
+ maximize
109
+ metre
110
+ metre's
111
+ metres
112
+ minimize
113
+ modelled
114
+ modelling
115
+ modellings
116
+ mould
117
+ neighbour
118
+ neighbour's
119
+ neighbourhood
120
+ neighbours
121
+ offence
122
+ offence's
123
+ offences
124
+ optimization
125
+ optimize
126
+ optimized
127
+ optimizes
128
+ optimizing
129
+ organization's
130
+ organizations
131
+ organizer
132
+ organizer's
133
+ organizers
134
+ patronize
135
+ patronized
136
+ patronizes
137
+ patronizing
138
+ practised
139
+ practises
140
+ practising
141
+ prise
142
+ prises
143
+ privatization
144
+ publicize
145
+ publicized
146
+ publicizes
147
+ publicizing
148
+ realization
149
+ recognizable
150
+ rumour's
151
+ rumoured
152
+ rumouring
153
+ rumours
154
+ sceptical
155
+ signalled
156
+ signalling
157
+ speciality
158
+ specialize
159
+ specialized
160
+ specializes
161
+ specializing
162
+ spoiled
163
+ standardize
164
+ standardized
165
+ standardizes
166
+ standardizing
167
+ storey's
168
+ storeys
169
+ subsidize
170
+ subsidized
171
+ subsidizes
172
+ subsidizing
173
+ summarize
174
+ summarized
175
+ summarizes
176
+ summarizing
177
+ sympathize
178
+ theatre
179
+ travelled
180
+ travelling
181
+ travellings
182
+ tyre
183
+ tyre's
184
+ tyres
185
+ unauthorized
186
+ whisky