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.
- checksums.yaml +4 -4
- data/.DS_Store +0 -0
- data/README.md +3 -1
- data/dictionary/.DS_Store +0 -0
- data/dictionary/american-abbreviations.70 +4 -0
- data/dictionary/american-upper.50 +21 -0
- data/dictionary/american-upper.60 +2 -0
- data/dictionary/american-upper.70 +68 -0
- data/dictionary/american-words.10 +35 -0
- data/dictionary/american-words.20 +167 -0
- data/dictionary/american-words.35 +1049 -0
- data/dictionary/american-words.40 +221 -0
- data/dictionary/american-words.50 +781 -0
- data/dictionary/american-words.55 +227 -0
- data/dictionary/american-words.60 +528 -0
- data/dictionary/american-words.70 +1337 -0
- data/dictionary/british-abbreviations.55 +1 -0
- data/dictionary/british-abbreviations.70 +6 -0
- data/dictionary/british-upper.50 +21 -0
- data/dictionary/british-upper.60 +2 -0
- data/dictionary/british-upper.70 +67 -0
- data/dictionary/british-words.10 +47 -0
- data/dictionary/british-words.20 +195 -0
- data/dictionary/british-words.35 +1078 -0
- data/dictionary/british-words.40 +223 -0
- data/dictionary/british-words.50 +783 -0
- data/dictionary/british-words.55 +219 -0
- data/dictionary/british-words.60 +526 -0
- data/dictionary/british-words.70 +1339 -0
- data/dictionary/british_variant_1-abbreviations.55 +1 -0
- data/dictionary/british_variant_1-contractions.35 +1 -0
- data/dictionary/british_variant_1-contractions.50 +2 -0
- data/dictionary/british_variant_1-contractions.60 +1 -0
- data/dictionary/british_variant_1-upper.35 +4 -0
- data/dictionary/british_variant_1-upper.40 +6 -0
- data/dictionary/british_variant_1-upper.50 +48 -0
- data/dictionary/british_variant_1-upper.60 +50 -0
- data/dictionary/british_variant_1-upper.70 +3 -0
- data/dictionary/british_variant_1-words.10 +15 -0
- data/dictionary/british_variant_1-words.20 +44 -0
- data/dictionary/british_variant_1-words.35 +264 -0
- data/dictionary/british_variant_1-words.40 +74 -0
- data/dictionary/british_variant_1-words.50 +287 -0
- data/dictionary/british_variant_1-words.55 +86 -0
- data/dictionary/british_variant_1-words.60 +164 -0
- data/dictionary/british_variant_1-words.70 +23 -0
- data/dictionary/british_variant_2-abbreviations.70 +3 -0
- data/dictionary/british_variant_2-contractions.50 +9 -0
- data/dictionary/british_variant_2-contractions.70 +1 -0
- data/dictionary/british_variant_2-upper.35 +1 -0
- data/dictionary/british_variant_2-upper.40 +7 -0
- data/dictionary/british_variant_2-upper.50 +105 -0
- data/dictionary/british_variant_2-upper.60 +53 -0
- data/dictionary/british_variant_2-upper.70 +142 -0
- data/dictionary/british_variant_2-words.10 +6 -0
- data/dictionary/british_variant_2-words.20 +27 -0
- data/dictionary/british_variant_2-words.35 +439 -0
- data/dictionary/british_variant_2-words.40 +121 -0
- data/dictionary/british_variant_2-words.50 +479 -0
- data/dictionary/british_variant_2-words.55 +104 -0
- data/dictionary/british_variant_2-words.60 +183 -0
- data/dictionary/british_variant_2-words.70 +299 -0
- data/dictionary/british_z-abbreviations.55 +1 -0
- data/dictionary/british_z-abbreviations.70 +6 -0
- data/dictionary/british_z-upper.50 +21 -0
- data/dictionary/british_z-upper.60 +2 -0
- data/dictionary/british_z-upper.70 +68 -0
- data/dictionary/british_z-words.10 +44 -0
- data/dictionary/british_z-words.20 +186 -0
- data/dictionary/british_z-words.35 +1063 -0
- data/dictionary/british_z-words.40 +223 -0
- data/dictionary/british_z-words.50 +779 -0
- data/dictionary/british_z-words.55 +219 -0
- data/dictionary/british_z-words.60 +526 -0
- data/dictionary/british_z-words.70 +1336 -0
- data/dictionary/english-abbreviations.10 +3 -0
- data/dictionary/english-abbreviations.20 +2 -0
- data/dictionary/english-abbreviations.35 +85 -0
- data/dictionary/english-abbreviations.40 +208 -0
- data/dictionary/english-abbreviations.50 +683 -0
- data/dictionary/english-abbreviations.55 +27 -0
- data/dictionary/english-abbreviations.60 +547 -0
- data/dictionary/english-abbreviations.70 +693 -0
- data/dictionary/english-contractions.10 +13 -0
- data/dictionary/english-contractions.35 +5 -0
- data/dictionary/english-contractions.40 +30 -0
- data/dictionary/english-contractions.50 +8 -0
- data/dictionary/english-contractions.60 +12 -0
- data/dictionary/english-contractions.70 +13 -0
- data/dictionary/english-proper-names.35 +2 -0
- data/dictionary/english-proper-names.40 +3 -0
- data/dictionary/english-proper-names.50 +7817 -0
- data/dictionary/english-proper-names.60 +45 -0
- data/dictionary/english-proper-names.70 +1510 -0
- data/dictionary/english-upper.10 +13 -0
- data/dictionary/english-upper.35 +220 -0
- data/dictionary/english-upper.40 +488 -0
- data/dictionary/english-upper.50 +10301 -0
- data/dictionary/english-upper.60 +725 -0
- data/dictionary/english-upper.70 +6303 -0
- data/dictionary/english-words.10 +4374 -0
- data/dictionary/english-words.20 +7951 -0
- data/dictionary/english-words.35 +36071 -0
- data/dictionary/english-words.40 +6379 -0
- data/dictionary/english-words.50 +23648 -0
- data/dictionary/english-words.55 +6213 -0
- data/dictionary/english-words.60 +12999 -0
- data/dictionary/english-words.70 +33400 -0
- data/dictionary/special-hacker.50 +1649 -0
- data/dictionary/special-roman-numerals.35 +63 -0
- data/dictionary/variant_1-abbreviations.55 +1 -0
- data/dictionary/variant_1-contractions.35 +1 -0
- data/dictionary/variant_1-contractions.50 +2 -0
- data/dictionary/variant_1-contractions.60 +1 -0
- data/dictionary/variant_1-upper.35 +4 -0
- data/dictionary/variant_1-upper.40 +6 -0
- data/dictionary/variant_1-upper.50 +48 -0
- data/dictionary/variant_1-upper.60 +51 -0
- data/dictionary/variant_1-upper.70 +3 -0
- data/dictionary/variant_1-words.10 +22 -0
- data/dictionary/variant_1-words.20 +71 -0
- data/dictionary/variant_1-words.35 +453 -0
- data/dictionary/variant_1-words.40 +96 -0
- data/dictionary/variant_1-words.50 +360 -0
- data/dictionary/variant_1-words.55 +100 -0
- data/dictionary/variant_1-words.60 +187 -0
- data/dictionary/variant_1-words.70 +57 -0
- data/dictionary/variant_2-abbreviations.70 +3 -0
- data/dictionary/variant_2-contractions.50 +9 -0
- data/dictionary/variant_2-contractions.70 +1 -0
- data/dictionary/variant_2-upper.35 +1 -0
- data/dictionary/variant_2-upper.40 +7 -0
- data/dictionary/variant_2-upper.50 +109 -0
- data/dictionary/variant_2-upper.60 +53 -0
- data/dictionary/variant_2-upper.70 +142 -0
- data/dictionary/variant_2-words.10 +25 -0
- data/dictionary/variant_2-words.20 +98 -0
- data/dictionary/variant_2-words.35 +892 -0
- data/dictionary/variant_2-words.40 +155 -0
- data/dictionary/variant_2-words.50 +608 -0
- data/dictionary/variant_2-words.55 +120 -0
- data/dictionary/variant_2-words.60 +226 -0
- data/dictionary/variant_2-words.70 +331 -0
- data/dictionary/variant_3-abbreviations.40 +1 -0
- data/dictionary/variant_3-words.10 +9 -0
- data/dictionary/variant_3-words.20 +23 -0
- data/dictionary/variant_3-words.35 +112 -0
- data/dictionary/variant_3-words.40 +29 -0
- data/dictionary/variant_3-words.50 +92 -0
- data/dictionary/variant_3-words.55 +74 -0
- data/dictionary/variant_3-words.60 +33 -0
- data/dictionary/variant_3-words.70 +46 -0
- data/lib/typingtutor/dictionary.rb +51 -0
- data/lib/typingtutor/runner.rb +6 -0
- data/lib/typingtutor/version.rb +1 -1
- data/lib/typingtutor.rb +1 -0
- metadata +153 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
prev
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Americanisation
|
|
2
|
+
Americanisation's
|
|
3
|
+
Americanisations
|
|
4
|
+
Americanise
|
|
5
|
+
Americanised
|
|
6
|
+
Americanises
|
|
7
|
+
Americanising
|
|
8
|
+
Baeria
|
|
9
|
+
Baeria's
|
|
10
|
+
Baeyer
|
|
11
|
+
Baeyer's
|
|
12
|
+
Hellenisation
|
|
13
|
+
Hellenisation's
|
|
14
|
+
Hellenise
|
|
15
|
+
Manilla
|
|
16
|
+
Manilla's
|
|
17
|
+
Palaeolithic
|
|
18
|
+
Roumania
|
|
19
|
+
Roumania's
|
|
20
|
+
Timour
|
|
21
|
+
Timour's
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
Acre
|
|
2
|
+
Africanise
|
|
3
|
+
Archaeozoic
|
|
4
|
+
Arctogaea
|
|
5
|
+
Aryanise
|
|
6
|
+
Balkanise
|
|
7
|
+
Boehmenism
|
|
8
|
+
Boehmenism's
|
|
9
|
+
Boehmenist
|
|
10
|
+
Caenis
|
|
11
|
+
Christianisation
|
|
12
|
+
Compositae
|
|
13
|
+
Elisabethville
|
|
14
|
+
Europeanise
|
|
15
|
+
Europeanised
|
|
16
|
+
Europeanises
|
|
17
|
+
Europeanising
|
|
18
|
+
Euryalae
|
|
19
|
+
Euryalae's
|
|
20
|
+
Gallicise
|
|
21
|
+
Germanise
|
|
22
|
+
Ghebre
|
|
23
|
+
Gnosticise
|
|
24
|
+
Gothicise
|
|
25
|
+
Graecise
|
|
26
|
+
Graecism
|
|
27
|
+
Grecise
|
|
28
|
+
Hebraise
|
|
29
|
+
Helleniser
|
|
30
|
+
Hispanicise
|
|
31
|
+
Indianisation
|
|
32
|
+
Indianise
|
|
33
|
+
Ire
|
|
34
|
+
Islamise
|
|
35
|
+
Italianise
|
|
36
|
+
Judaean
|
|
37
|
+
Judaise
|
|
38
|
+
Labourite
|
|
39
|
+
Labourite's
|
|
40
|
+
Labourites
|
|
41
|
+
Latinise
|
|
42
|
+
Latinised
|
|
43
|
+
Latinises
|
|
44
|
+
Latinising
|
|
45
|
+
Maccabaean
|
|
46
|
+
Mandaean
|
|
47
|
+
Manichaeism
|
|
48
|
+
Moraea
|
|
49
|
+
Neogaea
|
|
50
|
+
Notogaea
|
|
51
|
+
Occidentalise
|
|
52
|
+
Orientalise
|
|
53
|
+
Palaearctic
|
|
54
|
+
Praetorius
|
|
55
|
+
Pyrenaean
|
|
56
|
+
Rhaetian
|
|
57
|
+
Rhaetic
|
|
58
|
+
Romanise
|
|
59
|
+
Romanised
|
|
60
|
+
Romanises
|
|
61
|
+
Romanising
|
|
62
|
+
Russianise
|
|
63
|
+
Sabaean
|
|
64
|
+
Sovietisation
|
|
65
|
+
Sovietise
|
|
66
|
+
Spires
|
|
67
|
+
Teutonise
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
among
|
|
2
|
+
amongst
|
|
3
|
+
apologise
|
|
4
|
+
behaviour
|
|
5
|
+
catalogue
|
|
6
|
+
centre
|
|
7
|
+
cheque
|
|
8
|
+
cheque's
|
|
9
|
+
chequed
|
|
10
|
+
cheques
|
|
11
|
+
chequing
|
|
12
|
+
colour
|
|
13
|
+
colour's
|
|
14
|
+
colours
|
|
15
|
+
defence
|
|
16
|
+
favour
|
|
17
|
+
favourite
|
|
18
|
+
flavour
|
|
19
|
+
grey
|
|
20
|
+
judgement
|
|
21
|
+
labelled
|
|
22
|
+
labelling
|
|
23
|
+
labour
|
|
24
|
+
learned
|
|
25
|
+
learnt
|
|
26
|
+
organisation
|
|
27
|
+
organise
|
|
28
|
+
organised
|
|
29
|
+
organises
|
|
30
|
+
organising
|
|
31
|
+
practise
|
|
32
|
+
programme
|
|
33
|
+
programme's
|
|
34
|
+
programmes
|
|
35
|
+
realise
|
|
36
|
+
realised
|
|
37
|
+
realises
|
|
38
|
+
realising
|
|
39
|
+
recognise
|
|
40
|
+
recognised
|
|
41
|
+
recognises
|
|
42
|
+
recognising
|
|
43
|
+
rumour
|
|
44
|
+
saki
|
|
45
|
+
spelled
|
|
46
|
+
spelt
|
|
47
|
+
storey
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
adaptor
|
|
2
|
+
ageing
|
|
3
|
+
analyse
|
|
4
|
+
analysed
|
|
5
|
+
analysing
|
|
6
|
+
apologised
|
|
7
|
+
apologises
|
|
8
|
+
apologising
|
|
9
|
+
appal
|
|
10
|
+
appals
|
|
11
|
+
arse
|
|
12
|
+
authorisation
|
|
13
|
+
authorise
|
|
14
|
+
authorised
|
|
15
|
+
authorises
|
|
16
|
+
authorising
|
|
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
|
+
civilisation
|
|
30
|
+
civilise
|
|
31
|
+
civilised
|
|
32
|
+
civilises
|
|
33
|
+
civilising
|
|
34
|
+
coloured
|
|
35
|
+
colouring
|
|
36
|
+
computerise
|
|
37
|
+
computerised
|
|
38
|
+
computerises
|
|
39
|
+
computerising
|
|
40
|
+
cosy
|
|
41
|
+
counselled
|
|
42
|
+
counselling
|
|
43
|
+
criticise
|
|
44
|
+
criticised
|
|
45
|
+
criticises
|
|
46
|
+
criticising
|
|
47
|
+
dependant
|
|
48
|
+
dialled
|
|
49
|
+
dialling
|
|
50
|
+
diallings
|
|
51
|
+
draught
|
|
52
|
+
draughts
|
|
53
|
+
dreamed
|
|
54
|
+
dreamt
|
|
55
|
+
emphasise
|
|
56
|
+
emphasised
|
|
57
|
+
emphasises
|
|
58
|
+
emphasising
|
|
59
|
+
endeavour
|
|
60
|
+
enquire
|
|
61
|
+
enquired
|
|
62
|
+
enquires
|
|
63
|
+
enquiries
|
|
64
|
+
enquiring
|
|
65
|
+
enquiry
|
|
66
|
+
enquiry's
|
|
67
|
+
favour's
|
|
68
|
+
favourable
|
|
69
|
+
favoured
|
|
70
|
+
favouring
|
|
71
|
+
favourite's
|
|
72
|
+
favourites
|
|
73
|
+
favours
|
|
74
|
+
fibre
|
|
75
|
+
fibre's
|
|
76
|
+
fibres
|
|
77
|
+
finalise
|
|
78
|
+
finalised
|
|
79
|
+
finalises
|
|
80
|
+
finalising
|
|
81
|
+
formulae
|
|
82
|
+
fulfil
|
|
83
|
+
fulfils
|
|
84
|
+
generalisation
|
|
85
|
+
generalisation's
|
|
86
|
+
generalisations
|
|
87
|
+
generalise
|
|
88
|
+
generalised
|
|
89
|
+
generalises
|
|
90
|
+
generalising
|
|
91
|
+
honour
|
|
92
|
+
honour's
|
|
93
|
+
honoured
|
|
94
|
+
honouring
|
|
95
|
+
honours
|
|
96
|
+
humour
|
|
97
|
+
initialisation
|
|
98
|
+
initialise
|
|
99
|
+
initialised
|
|
100
|
+
initialises
|
|
101
|
+
initialising
|
|
102
|
+
inquire
|
|
103
|
+
inquired
|
|
104
|
+
inquires
|
|
105
|
+
inquiries
|
|
106
|
+
inquiring
|
|
107
|
+
inquiry
|
|
108
|
+
inquiry's
|
|
109
|
+
judgement's
|
|
110
|
+
judgements
|
|
111
|
+
licence
|
|
112
|
+
licence's
|
|
113
|
+
licences
|
|
114
|
+
litre
|
|
115
|
+
marvellous
|
|
116
|
+
maximise
|
|
117
|
+
metre
|
|
118
|
+
metre's
|
|
119
|
+
metres
|
|
120
|
+
minimise
|
|
121
|
+
modelled
|
|
122
|
+
modelling
|
|
123
|
+
modellings
|
|
124
|
+
mould
|
|
125
|
+
neighbour
|
|
126
|
+
neighbour's
|
|
127
|
+
neighbourhood
|
|
128
|
+
neighbours
|
|
129
|
+
offence
|
|
130
|
+
offence's
|
|
131
|
+
offences
|
|
132
|
+
optimisation
|
|
133
|
+
optimise
|
|
134
|
+
optimised
|
|
135
|
+
optimises
|
|
136
|
+
optimising
|
|
137
|
+
organisation's
|
|
138
|
+
organisations
|
|
139
|
+
organiser
|
|
140
|
+
organiser's
|
|
141
|
+
organisers
|
|
142
|
+
patronise
|
|
143
|
+
patronised
|
|
144
|
+
patronises
|
|
145
|
+
patronising
|
|
146
|
+
practised
|
|
147
|
+
practises
|
|
148
|
+
practising
|
|
149
|
+
prise
|
|
150
|
+
prises
|
|
151
|
+
privatisation
|
|
152
|
+
publicise
|
|
153
|
+
publicised
|
|
154
|
+
publicises
|
|
155
|
+
publicising
|
|
156
|
+
realisation
|
|
157
|
+
recognisable
|
|
158
|
+
rumour's
|
|
159
|
+
rumoured
|
|
160
|
+
rumouring
|
|
161
|
+
rumours
|
|
162
|
+
sceptical
|
|
163
|
+
signalled
|
|
164
|
+
signalling
|
|
165
|
+
specialise
|
|
166
|
+
specialised
|
|
167
|
+
specialises
|
|
168
|
+
specialising
|
|
169
|
+
speciality
|
|
170
|
+
spoiled
|
|
171
|
+
spoilt
|
|
172
|
+
standardise
|
|
173
|
+
standardised
|
|
174
|
+
standardises
|
|
175
|
+
standardising
|
|
176
|
+
storey's
|
|
177
|
+
storeys
|
|
178
|
+
subsidise
|
|
179
|
+
subsidised
|
|
180
|
+
subsidises
|
|
181
|
+
subsidising
|
|
182
|
+
summarise
|
|
183
|
+
summarised
|
|
184
|
+
summarises
|
|
185
|
+
summarising
|
|
186
|
+
sympathise
|
|
187
|
+
theatre
|
|
188
|
+
travelled
|
|
189
|
+
travelling
|
|
190
|
+
travellings
|
|
191
|
+
tyre
|
|
192
|
+
tyre's
|
|
193
|
+
tyres
|
|
194
|
+
unauthorised
|
|
195
|
+
whisky
|