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,287 @@
|
|
|
1
|
+
abettor
|
|
2
|
+
abettor's
|
|
3
|
+
abettors
|
|
4
|
+
ampoule
|
|
5
|
+
ampoule's
|
|
6
|
+
ampoules
|
|
7
|
+
analog's
|
|
8
|
+
analogs
|
|
9
|
+
analyticalally
|
|
10
|
+
ascendent
|
|
11
|
+
ascendent's
|
|
12
|
+
ascendents
|
|
13
|
+
aureola
|
|
14
|
+
aureola's
|
|
15
|
+
bandolier
|
|
16
|
+
bandolier's
|
|
17
|
+
bandoliers
|
|
18
|
+
baptistries
|
|
19
|
+
baptistry
|
|
20
|
+
baptistry's
|
|
21
|
+
beaux
|
|
22
|
+
blowzier
|
|
23
|
+
blowziest
|
|
24
|
+
blowzy
|
|
25
|
+
blueing's
|
|
26
|
+
bluejay
|
|
27
|
+
bluejay's
|
|
28
|
+
bluejays
|
|
29
|
+
borsch
|
|
30
|
+
borsch's
|
|
31
|
+
bosun
|
|
32
|
+
bosun's
|
|
33
|
+
bosuns
|
|
34
|
+
brier
|
|
35
|
+
brier's
|
|
36
|
+
briers
|
|
37
|
+
briquet
|
|
38
|
+
briquet's
|
|
39
|
+
briquets
|
|
40
|
+
buncombe
|
|
41
|
+
buncombe's
|
|
42
|
+
burnous
|
|
43
|
+
burnous's
|
|
44
|
+
burnouses
|
|
45
|
+
caftan
|
|
46
|
+
caftan's
|
|
47
|
+
caftans
|
|
48
|
+
cageyness
|
|
49
|
+
cageyness's
|
|
50
|
+
caldron
|
|
51
|
+
caldron's
|
|
52
|
+
caldrons
|
|
53
|
+
calliper
|
|
54
|
+
calliper's
|
|
55
|
+
callipered
|
|
56
|
+
callipering
|
|
57
|
+
callipers
|
|
58
|
+
camomile
|
|
59
|
+
camomile's
|
|
60
|
+
camomiles
|
|
61
|
+
centigramme
|
|
62
|
+
centigramme's
|
|
63
|
+
centigrammes
|
|
64
|
+
chimaera
|
|
65
|
+
chimaera's
|
|
66
|
+
chimaeras
|
|
67
|
+
chitlins
|
|
68
|
+
chitlins's
|
|
69
|
+
cicatrice
|
|
70
|
+
cicatrice's
|
|
71
|
+
citrous
|
|
72
|
+
coifed
|
|
73
|
+
coifing
|
|
74
|
+
colouration
|
|
75
|
+
colouration's
|
|
76
|
+
conjuror
|
|
77
|
+
conjuror's
|
|
78
|
+
conjurors
|
|
79
|
+
crosier
|
|
80
|
+
crosier's
|
|
81
|
+
crosiers
|
|
82
|
+
dados
|
|
83
|
+
dickies
|
|
84
|
+
dicky
|
|
85
|
+
dicky's
|
|
86
|
+
dietician
|
|
87
|
+
dietician's
|
|
88
|
+
dieticians
|
|
89
|
+
diminuendoes
|
|
90
|
+
doggie
|
|
91
|
+
doggie's
|
|
92
|
+
empanel
|
|
93
|
+
empanelled
|
|
94
|
+
empanelling
|
|
95
|
+
empanels
|
|
96
|
+
encyclopaedic
|
|
97
|
+
enure
|
|
98
|
+
enured
|
|
99
|
+
enures
|
|
100
|
+
enuring
|
|
101
|
+
extendible
|
|
102
|
+
facelift
|
|
103
|
+
facelift's
|
|
104
|
+
facelifts
|
|
105
|
+
filtrable
|
|
106
|
+
fo'c'sle's
|
|
107
|
+
forgather
|
|
108
|
+
forgathered
|
|
109
|
+
forgathering
|
|
110
|
+
forgathers
|
|
111
|
+
frowsier
|
|
112
|
+
frowsiest
|
|
113
|
+
frowsy
|
|
114
|
+
gamey
|
|
115
|
+
garotte
|
|
116
|
+
garotte's
|
|
117
|
+
garotted
|
|
118
|
+
garottes
|
|
119
|
+
garotting
|
|
120
|
+
garrotte
|
|
121
|
+
garrotte's
|
|
122
|
+
garrotted
|
|
123
|
+
garrottes
|
|
124
|
+
garrotting
|
|
125
|
+
ginkgos
|
|
126
|
+
hominess
|
|
127
|
+
hominess's
|
|
128
|
+
hootch
|
|
129
|
+
hootch's
|
|
130
|
+
horsy
|
|
131
|
+
hovercrafts
|
|
132
|
+
indue
|
|
133
|
+
indued
|
|
134
|
+
indues
|
|
135
|
+
induing
|
|
136
|
+
ioniser
|
|
137
|
+
ioniser's
|
|
138
|
+
ionisers
|
|
139
|
+
jello
|
|
140
|
+
jello's
|
|
141
|
+
jinn's
|
|
142
|
+
jinns
|
|
143
|
+
jinricksha
|
|
144
|
+
jinricksha's
|
|
145
|
+
jinrickshas
|
|
146
|
+
kabob
|
|
147
|
+
kabob's
|
|
148
|
+
kabobs
|
|
149
|
+
kebob
|
|
150
|
+
kebob's
|
|
151
|
+
kebobs
|
|
152
|
+
knackwurst
|
|
153
|
+
knackwurst's
|
|
154
|
+
knackwursts
|
|
155
|
+
kopek
|
|
156
|
+
kopek's
|
|
157
|
+
kopeks
|
|
158
|
+
lacrimal
|
|
159
|
+
lallygag
|
|
160
|
+
lallygagged
|
|
161
|
+
lallygagging
|
|
162
|
+
lallygags
|
|
163
|
+
lambast
|
|
164
|
+
lambasts
|
|
165
|
+
lasagne
|
|
166
|
+
lasagne's
|
|
167
|
+
lasagnes
|
|
168
|
+
lissome
|
|
169
|
+
lychee
|
|
170
|
+
lychee's
|
|
171
|
+
lychees
|
|
172
|
+
macintosh's
|
|
173
|
+
macintoshes
|
|
174
|
+
maharaja
|
|
175
|
+
maharaja's
|
|
176
|
+
maharajas
|
|
177
|
+
maharanee
|
|
178
|
+
maharanee's
|
|
179
|
+
maharanees
|
|
180
|
+
mahjong
|
|
181
|
+
mahjong's
|
|
182
|
+
multiplexor
|
|
183
|
+
multiplexor's
|
|
184
|
+
multiplexors
|
|
185
|
+
myna
|
|
186
|
+
myna's
|
|
187
|
+
mynas
|
|
188
|
+
numskull
|
|
189
|
+
numskull's
|
|
190
|
+
numskulls
|
|
191
|
+
papaw
|
|
192
|
+
papaw's
|
|
193
|
+
papaws
|
|
194
|
+
pharmacopeia
|
|
195
|
+
pharmacopeia's
|
|
196
|
+
pharmacopeias
|
|
197
|
+
pollywog
|
|
198
|
+
pollywog's
|
|
199
|
+
pollywogs
|
|
200
|
+
prejudgment
|
|
201
|
+
prejudgment's
|
|
202
|
+
prejudgments
|
|
203
|
+
pushup
|
|
204
|
+
pushup's
|
|
205
|
+
pushups
|
|
206
|
+
raja
|
|
207
|
+
raja's
|
|
208
|
+
rajas
|
|
209
|
+
realtor
|
|
210
|
+
realtor's
|
|
211
|
+
realtors
|
|
212
|
+
scallywag
|
|
213
|
+
scallywag's
|
|
214
|
+
scallywags
|
|
215
|
+
scrunchie
|
|
216
|
+
scrunchie's
|
|
217
|
+
selvedge
|
|
218
|
+
selvedge's
|
|
219
|
+
selvedges
|
|
220
|
+
shammies
|
|
221
|
+
sharable
|
|
222
|
+
sheikhdom
|
|
223
|
+
sheikhdom's
|
|
224
|
+
sheikhdoms
|
|
225
|
+
sherd
|
|
226
|
+
sherd's
|
|
227
|
+
sherds
|
|
228
|
+
silvan
|
|
229
|
+
skullduggery
|
|
230
|
+
skullduggery's
|
|
231
|
+
slumbrous
|
|
232
|
+
smoothy
|
|
233
|
+
smoothy's
|
|
234
|
+
snigger's
|
|
235
|
+
sniggered
|
|
236
|
+
sniggering
|
|
237
|
+
sniggers
|
|
238
|
+
spinoff
|
|
239
|
+
spinoff's
|
|
240
|
+
spinoffs
|
|
241
|
+
stye
|
|
242
|
+
stye's
|
|
243
|
+
styes
|
|
244
|
+
sweetbriar
|
|
245
|
+
sweetbriar's
|
|
246
|
+
sweetbriars
|
|
247
|
+
tameable
|
|
248
|
+
teazel
|
|
249
|
+
teazel's
|
|
250
|
+
teazels
|
|
251
|
+
teazle
|
|
252
|
+
teazle's
|
|
253
|
+
teazles
|
|
254
|
+
tendonitis
|
|
255
|
+
tendonitis's
|
|
256
|
+
thralldom
|
|
257
|
+
thralldom's
|
|
258
|
+
thruway
|
|
259
|
+
thruway's
|
|
260
|
+
thruways
|
|
261
|
+
tiro
|
|
262
|
+
tiro's
|
|
263
|
+
tiros
|
|
264
|
+
tumbrel
|
|
265
|
+
tumbrel's
|
|
266
|
+
tumbrels
|
|
267
|
+
unbeknownst
|
|
268
|
+
unlearned
|
|
269
|
+
unlearnt
|
|
270
|
+
unshakable
|
|
271
|
+
veldt
|
|
272
|
+
veldt's
|
|
273
|
+
veldts
|
|
274
|
+
waggoner
|
|
275
|
+
waggoner's
|
|
276
|
+
waggoners
|
|
277
|
+
wainscotted
|
|
278
|
+
wainscotting
|
|
279
|
+
wainscotting's
|
|
280
|
+
wainscottings
|
|
281
|
+
waterpower
|
|
282
|
+
waterpower's
|
|
283
|
+
widgeon
|
|
284
|
+
widgeon's
|
|
285
|
+
widgeons
|
|
286
|
+
wigeons
|
|
287
|
+
yeshivot
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
aerogramme
|
|
2
|
+
aerogrammes
|
|
3
|
+
airgun
|
|
4
|
+
airletter
|
|
5
|
+
archeologically
|
|
6
|
+
aunty
|
|
7
|
+
aunty's
|
|
8
|
+
baddy
|
|
9
|
+
baddy's
|
|
10
|
+
bolshy
|
|
11
|
+
catsups
|
|
12
|
+
chivvied
|
|
13
|
+
chivvies
|
|
14
|
+
chivvy
|
|
15
|
+
chivvying
|
|
16
|
+
coney
|
|
17
|
+
coney's
|
|
18
|
+
conies
|
|
19
|
+
convenor
|
|
20
|
+
convenor's
|
|
21
|
+
convenors
|
|
22
|
+
crenelate
|
|
23
|
+
crenelated
|
|
24
|
+
crenelates
|
|
25
|
+
crenelating
|
|
26
|
+
dearie
|
|
27
|
+
dearie's
|
|
28
|
+
ditzy
|
|
29
|
+
doh
|
|
30
|
+
flashpoint
|
|
31
|
+
flashpoint's
|
|
32
|
+
flashpoints
|
|
33
|
+
fusileer
|
|
34
|
+
fusileer's
|
|
35
|
+
fusileers
|
|
36
|
+
girlie
|
|
37
|
+
girlies
|
|
38
|
+
gooseflesh
|
|
39
|
+
hairdrier
|
|
40
|
+
hairdrier's
|
|
41
|
+
hairdriers
|
|
42
|
+
homoeopath
|
|
43
|
+
homoeopath's
|
|
44
|
+
homoeopaths
|
|
45
|
+
honkie
|
|
46
|
+
honkie's
|
|
47
|
+
hotline
|
|
48
|
+
hotline's
|
|
49
|
+
hotlines
|
|
50
|
+
jerrican
|
|
51
|
+
jerricans
|
|
52
|
+
joky
|
|
53
|
+
kitbag
|
|
54
|
+
kitbag's
|
|
55
|
+
kitbags
|
|
56
|
+
laundrette
|
|
57
|
+
laundrette's
|
|
58
|
+
laundrettes
|
|
59
|
+
mack
|
|
60
|
+
mack's
|
|
61
|
+
macks
|
|
62
|
+
missis
|
|
63
|
+
moggy
|
|
64
|
+
offline
|
|
65
|
+
pekinese
|
|
66
|
+
pekinese's
|
|
67
|
+
piny
|
|
68
|
+
praesidium
|
|
69
|
+
praesidium's
|
|
70
|
+
praesidiums
|
|
71
|
+
rani
|
|
72
|
+
rani's
|
|
73
|
+
ranis
|
|
74
|
+
shortie
|
|
75
|
+
shortie's
|
|
76
|
+
stagey
|
|
77
|
+
standup
|
|
78
|
+
stogy
|
|
79
|
+
stogy's
|
|
80
|
+
tittivate
|
|
81
|
+
tittivated
|
|
82
|
+
tittivates
|
|
83
|
+
tittivating
|
|
84
|
+
topis
|
|
85
|
+
unfocussed
|
|
86
|
+
vegs
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
addible
|
|
2
|
+
antichrist
|
|
3
|
+
antichrist's
|
|
4
|
+
antichrists
|
|
5
|
+
bathyscaph
|
|
6
|
+
bathyscaph's
|
|
7
|
+
bathyscaphs
|
|
8
|
+
bocce
|
|
9
|
+
bocce's
|
|
10
|
+
bocci
|
|
11
|
+
bocci's
|
|
12
|
+
bolshevik
|
|
13
|
+
bolshevik's
|
|
14
|
+
bolsheviks
|
|
15
|
+
booboo
|
|
16
|
+
booboo's
|
|
17
|
+
booboos
|
|
18
|
+
breakeven
|
|
19
|
+
breakeven's
|
|
20
|
+
bunko
|
|
21
|
+
bunko's
|
|
22
|
+
bunkoed
|
|
23
|
+
bunkoing
|
|
24
|
+
bunkos
|
|
25
|
+
cabala
|
|
26
|
+
camelhair's
|
|
27
|
+
caravansarai
|
|
28
|
+
caravansarais
|
|
29
|
+
caravanserai
|
|
30
|
+
caravanserai's
|
|
31
|
+
carney
|
|
32
|
+
carney's
|
|
33
|
+
carneys
|
|
34
|
+
carnie
|
|
35
|
+
carnie's
|
|
36
|
+
cenobite
|
|
37
|
+
cenobite's
|
|
38
|
+
cenobites
|
|
39
|
+
cenobitic
|
|
40
|
+
chocolaty
|
|
41
|
+
coverup
|
|
42
|
+
coverup's
|
|
43
|
+
coverups
|
|
44
|
+
crenelation
|
|
45
|
+
crenelation's
|
|
46
|
+
crenelations
|
|
47
|
+
cyclopaedia
|
|
48
|
+
cyclopaedia's
|
|
49
|
+
cyclopaedias
|
|
50
|
+
didos
|
|
51
|
+
dingdong
|
|
52
|
+
dingdong's
|
|
53
|
+
dingdonged
|
|
54
|
+
dingdonging
|
|
55
|
+
dingdongs
|
|
56
|
+
ditzier
|
|
57
|
+
djellabahs
|
|
58
|
+
dogear
|
|
59
|
+
dogear's
|
|
60
|
+
dogearing
|
|
61
|
+
dogears
|
|
62
|
+
doh's
|
|
63
|
+
faery
|
|
64
|
+
faery's
|
|
65
|
+
farfetched
|
|
66
|
+
franchisor
|
|
67
|
+
franchisor's
|
|
68
|
+
franchisors
|
|
69
|
+
freakout
|
|
70
|
+
freakout's
|
|
71
|
+
freakouts
|
|
72
|
+
gooseflesh's
|
|
73
|
+
guaranies
|
|
74
|
+
hallooed
|
|
75
|
+
hectogramme
|
|
76
|
+
hectogramme's
|
|
77
|
+
hectogrammes
|
|
78
|
+
homoeostatic
|
|
79
|
+
hotdog
|
|
80
|
+
hotdog's
|
|
81
|
+
hotdogged
|
|
82
|
+
hotdogging
|
|
83
|
+
hotdogs
|
|
84
|
+
huzza
|
|
85
|
+
huzza's
|
|
86
|
+
huzzaed
|
|
87
|
+
huzzaing
|
|
88
|
+
huzzas
|
|
89
|
+
improvisor
|
|
90
|
+
improvisor's
|
|
91
|
+
improvisors
|
|
92
|
+
inflight
|
|
93
|
+
institutor
|
|
94
|
+
institutor's
|
|
95
|
+
institutors
|
|
96
|
+
junketer
|
|
97
|
+
junketer's
|
|
98
|
+
junketers
|
|
99
|
+
kabbala
|
|
100
|
+
linguini
|
|
101
|
+
linguini's
|
|
102
|
+
linguinis
|
|
103
|
+
loveseat
|
|
104
|
+
loveseat's
|
|
105
|
+
loveseats
|
|
106
|
+
missis's
|
|
107
|
+
missises
|
|
108
|
+
molluscan's
|
|
109
|
+
molluscans
|
|
110
|
+
molluskans
|
|
111
|
+
moneygrubber
|
|
112
|
+
moneygrubber's
|
|
113
|
+
moneygrubbers
|
|
114
|
+
moneygrubbing
|
|
115
|
+
moneygrubbing's
|
|
116
|
+
monologuist
|
|
117
|
+
monologuist's
|
|
118
|
+
monologuists
|
|
119
|
+
mujahedin
|
|
120
|
+
mujahedin's
|
|
121
|
+
parmigiano
|
|
122
|
+
pikestaves
|
|
123
|
+
pirozhki
|
|
124
|
+
pirozhki's
|
|
125
|
+
plexiglass
|
|
126
|
+
plexiglass's
|
|
127
|
+
pollock
|
|
128
|
+
pollock's
|
|
129
|
+
postillion
|
|
130
|
+
postillion's
|
|
131
|
+
postillions
|
|
132
|
+
putdown
|
|
133
|
+
putdown's
|
|
134
|
+
putdowns
|
|
135
|
+
sauternes
|
|
136
|
+
sauternes's
|
|
137
|
+
saveable
|
|
138
|
+
schmoe
|
|
139
|
+
schmoe's
|
|
140
|
+
seigniorial
|
|
141
|
+
sharpy
|
|
142
|
+
sharpy's
|
|
143
|
+
siree
|
|
144
|
+
siree's
|
|
145
|
+
skinflick
|
|
146
|
+
skinflick's
|
|
147
|
+
skinflicks
|
|
148
|
+
standup's
|
|
149
|
+
stockinet
|
|
150
|
+
stockinet's
|
|
151
|
+
swansdown
|
|
152
|
+
swansdown's
|
|
153
|
+
taxonomical
|
|
154
|
+
tittivation
|
|
155
|
+
tittivation's
|
|
156
|
+
torah
|
|
157
|
+
torah's
|
|
158
|
+
torahs
|
|
159
|
+
transgendered
|
|
160
|
+
twinight
|
|
161
|
+
undreamt
|
|
162
|
+
warmup
|
|
163
|
+
warmup's
|
|
164
|
+
warmups
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
cenobitical
|
|
2
|
+
creneled
|
|
3
|
+
creneling
|
|
4
|
+
empanelment
|
|
5
|
+
encyclopaedically
|
|
6
|
+
encyclopaedist
|
|
7
|
+
encyclopaedists
|
|
8
|
+
internements
|
|
9
|
+
kyloes
|
|
10
|
+
moveableness
|
|
11
|
+
moveablenesses
|
|
12
|
+
moveably
|
|
13
|
+
overleapt
|
|
14
|
+
paleoethnology
|
|
15
|
+
pedology
|
|
16
|
+
pizazzes
|
|
17
|
+
primaevally
|
|
18
|
+
sizeableness
|
|
19
|
+
stoor
|
|
20
|
+
syphonophore
|
|
21
|
+
syphonostele
|
|
22
|
+
tambura
|
|
23
|
+
waggonette
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
howe'er
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Moslems
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
Athabascan
|
|
2
|
+
Athabascan's
|
|
3
|
+
Babar
|
|
4
|
+
Babar's
|
|
5
|
+
Babur
|
|
6
|
+
Babur's
|
|
7
|
+
Berne
|
|
8
|
+
Berne's
|
|
9
|
+
Brahmin
|
|
10
|
+
Brahmin's
|
|
11
|
+
Brahmins
|
|
12
|
+
Brueghel
|
|
13
|
+
Brueghel's
|
|
14
|
+
Byelorussia
|
|
15
|
+
Byelorussia's
|
|
16
|
+
Caesarean
|
|
17
|
+
Chanukah
|
|
18
|
+
Chanukah's
|
|
19
|
+
Chanukahs
|
|
20
|
+
Christy
|
|
21
|
+
Christy's
|
|
22
|
+
Chungking
|
|
23
|
+
Chungking's
|
|
24
|
+
Colonial
|
|
25
|
+
Cortez
|
|
26
|
+
Cortez's
|
|
27
|
+
Crusades
|
|
28
|
+
Dacca
|
|
29
|
+
Dacca's
|
|
30
|
+
Diaz
|
|
31
|
+
Diaz's
|
|
32
|
+
Diesel
|
|
33
|
+
Diesel's
|
|
34
|
+
Djakarta
|
|
35
|
+
Djakarta's
|
|
36
|
+
Fascism
|
|
37
|
+
Gentile
|
|
38
|
+
Gentile's
|
|
39
|
+
Gentiles
|
|
40
|
+
Ghanian
|
|
41
|
+
Ghanian's
|
|
42
|
+
Ghanians
|
|
43
|
+
Gipsies
|
|
44
|
+
Gipsy
|
|
45
|
+
Gipsy's
|
|
46
|
+
Hallowe'en
|
|
47
|
+
Hell
|
|
48
|
+
Hell's
|
|
49
|
+
Hells
|
|
50
|
+
Ijssel
|
|
51
|
+
Ijssel's
|
|
52
|
+
Kurile
|
|
53
|
+
Kurile's
|
|
54
|
+
Manaus
|
|
55
|
+
Manaus's
|
|
56
|
+
Mohammed
|
|
57
|
+
Mohammed's
|
|
58
|
+
Mohican
|
|
59
|
+
Mohican's
|
|
60
|
+
Mohicans
|
|
61
|
+
Nanking
|
|
62
|
+
Nanking's
|
|
63
|
+
Nankings
|
|
64
|
+
Navaho
|
|
65
|
+
Navaho's
|
|
66
|
+
Navahoes
|
|
67
|
+
Navahos
|
|
68
|
+
Naziism
|
|
69
|
+
Naziism's
|
|
70
|
+
Naziisms
|
|
71
|
+
Noh
|
|
72
|
+
Noh's
|
|
73
|
+
Pekineses
|
|
74
|
+
Pigmies
|
|
75
|
+
Pigmy
|
|
76
|
+
Pigmy's
|
|
77
|
+
Rebecca
|
|
78
|
+
Rebecca's
|
|
79
|
+
Reichstag
|
|
80
|
+
Roentgen's
|
|
81
|
+
Rumania
|
|
82
|
+
Rumania's
|
|
83
|
+
Sauterne
|
|
84
|
+
Sauterne's
|
|
85
|
+
Scotty
|
|
86
|
+
Scotty's
|
|
87
|
+
Scout
|
|
88
|
+
Surinam
|
|
89
|
+
Surinam's
|
|
90
|
+
Szechuan
|
|
91
|
+
Szechuan's
|
|
92
|
+
Tadzhikistan
|
|
93
|
+
Tadzhikistan's
|
|
94
|
+
Tangiers's
|
|
95
|
+
Teheran
|
|
96
|
+
Teheran's
|
|
97
|
+
Tirana
|
|
98
|
+
Tirana's
|
|
99
|
+
Tsingtao
|
|
100
|
+
Tsingtao's
|
|
101
|
+
Vergil
|
|
102
|
+
Vergil's
|
|
103
|
+
Wasp
|
|
104
|
+
Welch
|
|
105
|
+
Welch's
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
Anglophil
|
|
2
|
+
Arapahoe
|
|
3
|
+
Arapahoe's
|
|
4
|
+
Ardebil
|
|
5
|
+
Athabascans
|
|
6
|
+
Baroque
|
|
7
|
+
Belorussia
|
|
8
|
+
Belorussia's
|
|
9
|
+
Boudicca
|
|
10
|
+
Brahmanee
|
|
11
|
+
Breughel
|
|
12
|
+
Cajan
|
|
13
|
+
Cesarian
|
|
14
|
+
Decalog
|
|
15
|
+
Dostoyevsky
|
|
16
|
+
Dostoyevsky's
|
|
17
|
+
Eldorado
|
|
18
|
+
Eldorado's
|
|
19
|
+
Eriksson
|
|
20
|
+
Gaddafi
|
|
21
|
+
Heaven
|
|
22
|
+
Heaven's
|
|
23
|
+
Heavens
|
|
24
|
+
Hejira
|
|
25
|
+
Ispahan
|
|
26
|
+
Kelt
|
|
27
|
+
Kelt's
|
|
28
|
+
Kelts
|
|
29
|
+
Kwanza
|
|
30
|
+
Kwanza's
|
|
31
|
+
Kwanzas
|
|
32
|
+
Luxemburg
|
|
33
|
+
Luxemburg's
|
|
34
|
+
Mahomet
|
|
35
|
+
Mahomet's
|
|
36
|
+
Marseille
|
|
37
|
+
Mob
|
|
38
|
+
Ojibway
|
|
39
|
+
Ojibway's
|
|
40
|
+
Ojibways
|
|
41
|
+
Shoshoni
|
|
42
|
+
Shoshoni's
|
|
43
|
+
Shoshonis
|
|
44
|
+
Speaker
|
|
45
|
+
Territorial
|
|
46
|
+
Tyrol
|
|
47
|
+
Tyrol's
|
|
48
|
+
Ulaanbaatar
|
|
49
|
+
Ulaanbaatar's
|
|
50
|
+
Utahn
|
|
51
|
+
Vespers
|
|
52
|
+
Yahveh
|
|
53
|
+
Yahveh's
|