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,96 @@
|
|
|
1
|
+
abridgment
|
|
2
|
+
abridgment's
|
|
3
|
+
abridgments
|
|
4
|
+
adapter's
|
|
5
|
+
adapters
|
|
6
|
+
ageing's
|
|
7
|
+
ageings
|
|
8
|
+
aging's
|
|
9
|
+
agings
|
|
10
|
+
anesthetize
|
|
11
|
+
anesthetized
|
|
12
|
+
anesthetizes
|
|
13
|
+
anesthetizing
|
|
14
|
+
awol
|
|
15
|
+
beveled
|
|
16
|
+
beveling
|
|
17
|
+
bingeing
|
|
18
|
+
binging
|
|
19
|
+
busing's
|
|
20
|
+
cabbie
|
|
21
|
+
cabbie's
|
|
22
|
+
caesarean
|
|
23
|
+
caesarean's
|
|
24
|
+
caesareans
|
|
25
|
+
collectable
|
|
26
|
+
collectable's
|
|
27
|
+
collectables
|
|
28
|
+
collectible
|
|
29
|
+
collectible's
|
|
30
|
+
collectibles
|
|
31
|
+
diehard
|
|
32
|
+
diehard's
|
|
33
|
+
diehards
|
|
34
|
+
doggoned
|
|
35
|
+
doggoneder
|
|
36
|
+
doggonedest
|
|
37
|
+
enamor
|
|
38
|
+
enamored
|
|
39
|
+
enamoring
|
|
40
|
+
enamors
|
|
41
|
+
esthetics
|
|
42
|
+
floozie
|
|
43
|
+
floozie's
|
|
44
|
+
freebee
|
|
45
|
+
freebee's
|
|
46
|
+
freebees
|
|
47
|
+
gobbledygook
|
|
48
|
+
gobbledygook's
|
|
49
|
+
goddam
|
|
50
|
+
goddamed
|
|
51
|
+
grandad
|
|
52
|
+
grandad's
|
|
53
|
+
grandads
|
|
54
|
+
hankie
|
|
55
|
+
hankie's
|
|
56
|
+
hanky
|
|
57
|
+
hanky's
|
|
58
|
+
internement
|
|
59
|
+
interneship
|
|
60
|
+
interneships
|
|
61
|
+
judgemental
|
|
62
|
+
judgmental
|
|
63
|
+
misjudgment
|
|
64
|
+
misjudgment's
|
|
65
|
+
misjudgments
|
|
66
|
+
nighty
|
|
67
|
+
nighty's
|
|
68
|
+
outmaneuver
|
|
69
|
+
outmaneuvered
|
|
70
|
+
outmaneuvering
|
|
71
|
+
outmaneuvers
|
|
72
|
+
oversize
|
|
73
|
+
oversized
|
|
74
|
+
pinky
|
|
75
|
+
pinky's
|
|
76
|
+
pizazz
|
|
77
|
+
pizazz's
|
|
78
|
+
preppie
|
|
79
|
+
preppie's
|
|
80
|
+
rigamarole
|
|
81
|
+
rigamarole's
|
|
82
|
+
rigamaroles
|
|
83
|
+
schlepp
|
|
84
|
+
schlepp's
|
|
85
|
+
schlepps
|
|
86
|
+
schlocky
|
|
87
|
+
shat
|
|
88
|
+
softie
|
|
89
|
+
softie's
|
|
90
|
+
sombrely
|
|
91
|
+
symmetricly
|
|
92
|
+
utopian
|
|
93
|
+
utopian's
|
|
94
|
+
utopians
|
|
95
|
+
yucked
|
|
96
|
+
yucking
|
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
abetter
|
|
2
|
+
abetter's
|
|
3
|
+
abetters
|
|
4
|
+
abettor
|
|
5
|
+
abettor's
|
|
6
|
+
abettors
|
|
7
|
+
accoutrements
|
|
8
|
+
adz
|
|
9
|
+
adz's
|
|
10
|
+
amebic
|
|
11
|
+
ampoule
|
|
12
|
+
ampoule's
|
|
13
|
+
ampoules
|
|
14
|
+
analog's
|
|
15
|
+
analogs
|
|
16
|
+
analyticalally
|
|
17
|
+
armorer
|
|
18
|
+
armorer's
|
|
19
|
+
armorers
|
|
20
|
+
aureola
|
|
21
|
+
aureola's
|
|
22
|
+
bandolier
|
|
23
|
+
bandolier's
|
|
24
|
+
bandoliers
|
|
25
|
+
baptistries
|
|
26
|
+
baptistry
|
|
27
|
+
baptistry's
|
|
28
|
+
beaux
|
|
29
|
+
blowsier
|
|
30
|
+
blowsiest
|
|
31
|
+
blowsy
|
|
32
|
+
blowzier
|
|
33
|
+
blowziest
|
|
34
|
+
blowzy
|
|
35
|
+
blueing's
|
|
36
|
+
bluejay
|
|
37
|
+
bluejay's
|
|
38
|
+
bluejays
|
|
39
|
+
borsch
|
|
40
|
+
borsch's
|
|
41
|
+
bosun
|
|
42
|
+
bosun's
|
|
43
|
+
bosuns
|
|
44
|
+
briar
|
|
45
|
+
briar's
|
|
46
|
+
briars
|
|
47
|
+
brier
|
|
48
|
+
brier's
|
|
49
|
+
briers
|
|
50
|
+
briquet
|
|
51
|
+
briquet's
|
|
52
|
+
briquets
|
|
53
|
+
buncombe
|
|
54
|
+
buncombe's
|
|
55
|
+
burnous
|
|
56
|
+
burnous's
|
|
57
|
+
burnouses
|
|
58
|
+
caftan
|
|
59
|
+
caftan's
|
|
60
|
+
caftans
|
|
61
|
+
caldron
|
|
62
|
+
caldron's
|
|
63
|
+
caldrons
|
|
64
|
+
camomile
|
|
65
|
+
camomile's
|
|
66
|
+
camomiles
|
|
67
|
+
caviled
|
|
68
|
+
caviling
|
|
69
|
+
chimaera
|
|
70
|
+
chimaera's
|
|
71
|
+
chimaeras
|
|
72
|
+
chiseller
|
|
73
|
+
chiseller's
|
|
74
|
+
chisellers
|
|
75
|
+
chitlins
|
|
76
|
+
chitlins's
|
|
77
|
+
cicatrix
|
|
78
|
+
cicatrix's
|
|
79
|
+
citrous
|
|
80
|
+
clangor
|
|
81
|
+
clangor's
|
|
82
|
+
clarinettist
|
|
83
|
+
clarinettist's
|
|
84
|
+
clarinettists
|
|
85
|
+
coifed
|
|
86
|
+
coifing
|
|
87
|
+
conjuror
|
|
88
|
+
conjuror's
|
|
89
|
+
conjurors
|
|
90
|
+
crosier
|
|
91
|
+
crosier's
|
|
92
|
+
crosiers
|
|
93
|
+
crozier
|
|
94
|
+
crozier's
|
|
95
|
+
croziers
|
|
96
|
+
dados
|
|
97
|
+
dentine
|
|
98
|
+
dentine's
|
|
99
|
+
dickies
|
|
100
|
+
dicky
|
|
101
|
+
dicky's
|
|
102
|
+
dietician
|
|
103
|
+
dietician's
|
|
104
|
+
dieticians
|
|
105
|
+
diminuendoes
|
|
106
|
+
doggie
|
|
107
|
+
doggie's
|
|
108
|
+
empanel
|
|
109
|
+
empaneled
|
|
110
|
+
empaneling
|
|
111
|
+
empanels
|
|
112
|
+
enure
|
|
113
|
+
enured
|
|
114
|
+
enures
|
|
115
|
+
enuring
|
|
116
|
+
extendible
|
|
117
|
+
facelift
|
|
118
|
+
facelift's
|
|
119
|
+
facelifts
|
|
120
|
+
fo'c'sle's
|
|
121
|
+
foregather
|
|
122
|
+
foregathered
|
|
123
|
+
foregathering
|
|
124
|
+
foregathers
|
|
125
|
+
forgather
|
|
126
|
+
forgathered
|
|
127
|
+
forgathering
|
|
128
|
+
forgathers
|
|
129
|
+
frowsier
|
|
130
|
+
frowsiest
|
|
131
|
+
frowsy
|
|
132
|
+
gamey
|
|
133
|
+
garotte
|
|
134
|
+
garotte's
|
|
135
|
+
garotted
|
|
136
|
+
garottes
|
|
137
|
+
garotting
|
|
138
|
+
garrotte
|
|
139
|
+
garrotte's
|
|
140
|
+
garrotted
|
|
141
|
+
garrottes
|
|
142
|
+
garrotting
|
|
143
|
+
ginkgos
|
|
144
|
+
goodby's
|
|
145
|
+
goodbys
|
|
146
|
+
gruelings
|
|
147
|
+
hominess
|
|
148
|
+
hominess's
|
|
149
|
+
hootch
|
|
150
|
+
hootch's
|
|
151
|
+
horsy
|
|
152
|
+
hovercrafts
|
|
153
|
+
impanel
|
|
154
|
+
impanels
|
|
155
|
+
indue
|
|
156
|
+
indued
|
|
157
|
+
indues
|
|
158
|
+
induing
|
|
159
|
+
jello
|
|
160
|
+
jello's
|
|
161
|
+
jinn's
|
|
162
|
+
jinns
|
|
163
|
+
jinricksha
|
|
164
|
+
jinricksha's
|
|
165
|
+
jinrickshas
|
|
166
|
+
kabob
|
|
167
|
+
kabob's
|
|
168
|
+
kabobs
|
|
169
|
+
kebob
|
|
170
|
+
kebob's
|
|
171
|
+
kebobs
|
|
172
|
+
knackwurst
|
|
173
|
+
knackwurst's
|
|
174
|
+
knackwursts
|
|
175
|
+
kopek
|
|
176
|
+
kopek's
|
|
177
|
+
kopeks
|
|
178
|
+
lacrimal
|
|
179
|
+
lallygag
|
|
180
|
+
lallygagged
|
|
181
|
+
lallygagging
|
|
182
|
+
lallygags
|
|
183
|
+
lambast
|
|
184
|
+
lambasts
|
|
185
|
+
lasagne
|
|
186
|
+
lasagne's
|
|
187
|
+
lasagnes
|
|
188
|
+
likeableness
|
|
189
|
+
likeableness's
|
|
190
|
+
lissome
|
|
191
|
+
louver
|
|
192
|
+
louver's
|
|
193
|
+
louvered
|
|
194
|
+
louvers
|
|
195
|
+
lychee
|
|
196
|
+
lychee's
|
|
197
|
+
lychees
|
|
198
|
+
maharaja
|
|
199
|
+
maharaja's
|
|
200
|
+
maharajas
|
|
201
|
+
maharanee
|
|
202
|
+
maharanee's
|
|
203
|
+
maharanees
|
|
204
|
+
mahjong
|
|
205
|
+
mahjong's
|
|
206
|
+
myna
|
|
207
|
+
myna's
|
|
208
|
+
mynah
|
|
209
|
+
mynah's
|
|
210
|
+
mynahes
|
|
211
|
+
mynas
|
|
212
|
+
nitroglycerin
|
|
213
|
+
nitroglycerin's
|
|
214
|
+
nitroglycerine
|
|
215
|
+
nitroglycerine's
|
|
216
|
+
numbskull
|
|
217
|
+
numbskull's
|
|
218
|
+
numbskulls
|
|
219
|
+
numskull
|
|
220
|
+
numskull's
|
|
221
|
+
numskulls
|
|
222
|
+
orthopedic
|
|
223
|
+
papaw
|
|
224
|
+
papaw's
|
|
225
|
+
papaws
|
|
226
|
+
pharmacopeia
|
|
227
|
+
pharmacopeia's
|
|
228
|
+
pharmacopeias
|
|
229
|
+
plowman
|
|
230
|
+
plowman's
|
|
231
|
+
plowmen
|
|
232
|
+
plowshare
|
|
233
|
+
plowshare's
|
|
234
|
+
plowshares
|
|
235
|
+
pollywog
|
|
236
|
+
pollywog's
|
|
237
|
+
pollywogs
|
|
238
|
+
prejudgment
|
|
239
|
+
prejudgment's
|
|
240
|
+
prejudgments
|
|
241
|
+
preterit
|
|
242
|
+
preterit's
|
|
243
|
+
preterite
|
|
244
|
+
preterite's
|
|
245
|
+
preterites
|
|
246
|
+
preterits
|
|
247
|
+
pushup
|
|
248
|
+
pushup's
|
|
249
|
+
pushups
|
|
250
|
+
raja
|
|
251
|
+
raja's
|
|
252
|
+
rajas
|
|
253
|
+
realtor
|
|
254
|
+
realtor's
|
|
255
|
+
realtors
|
|
256
|
+
reconnoiter
|
|
257
|
+
reconnoitered
|
|
258
|
+
reconnoitering
|
|
259
|
+
reconnoiters
|
|
260
|
+
roweled
|
|
261
|
+
roweling
|
|
262
|
+
scallywag
|
|
263
|
+
scallywag's
|
|
264
|
+
scallywags
|
|
265
|
+
scrunchie
|
|
266
|
+
scrunchie's
|
|
267
|
+
selvedge
|
|
268
|
+
selvedge's
|
|
269
|
+
selvedges
|
|
270
|
+
shammies
|
|
271
|
+
sharable
|
|
272
|
+
sheikhdom
|
|
273
|
+
sheikhdom's
|
|
274
|
+
sheikhdoms
|
|
275
|
+
sherd
|
|
276
|
+
sherd's
|
|
277
|
+
sherds
|
|
278
|
+
silvan
|
|
279
|
+
skullduggery
|
|
280
|
+
skullduggery's
|
|
281
|
+
slumbrous
|
|
282
|
+
smoothy
|
|
283
|
+
smoothy's
|
|
284
|
+
snigger's
|
|
285
|
+
sniggered
|
|
286
|
+
sniggering
|
|
287
|
+
sniggers
|
|
288
|
+
spinoff
|
|
289
|
+
spinoff's
|
|
290
|
+
spinoffs
|
|
291
|
+
spiraea
|
|
292
|
+
spiraea's
|
|
293
|
+
spiraeas
|
|
294
|
+
stye
|
|
295
|
+
stye's
|
|
296
|
+
styes
|
|
297
|
+
sulfate
|
|
298
|
+
sulfate's
|
|
299
|
+
sulfates
|
|
300
|
+
sulfide
|
|
301
|
+
sulfide's
|
|
302
|
+
sulfides
|
|
303
|
+
sulfured
|
|
304
|
+
sulfuric
|
|
305
|
+
sulfuring
|
|
306
|
+
sulfurous
|
|
307
|
+
sulfurs
|
|
308
|
+
sweetbriar
|
|
309
|
+
sweetbriar's
|
|
310
|
+
sweetbriars
|
|
311
|
+
tameable
|
|
312
|
+
tendonitis
|
|
313
|
+
tendonitis's
|
|
314
|
+
thraldom
|
|
315
|
+
thraldom's
|
|
316
|
+
thralldom
|
|
317
|
+
thralldom's
|
|
318
|
+
throughway
|
|
319
|
+
throughway's
|
|
320
|
+
throughways
|
|
321
|
+
thruway
|
|
322
|
+
thruway's
|
|
323
|
+
thruways
|
|
324
|
+
trammeled
|
|
325
|
+
trammeling
|
|
326
|
+
travelog
|
|
327
|
+
travelog's
|
|
328
|
+
travelogs
|
|
329
|
+
tumbrel
|
|
330
|
+
tumbrel's
|
|
331
|
+
tumbrels
|
|
332
|
+
tumbril
|
|
333
|
+
tumbril's
|
|
334
|
+
tumbrils
|
|
335
|
+
unbeknown
|
|
336
|
+
unbeknownst
|
|
337
|
+
unlearned
|
|
338
|
+
unshakable
|
|
339
|
+
unshakeable
|
|
340
|
+
varicolored
|
|
341
|
+
wainscoted
|
|
342
|
+
wainscoting
|
|
343
|
+
wainscoting's
|
|
344
|
+
wainscotings
|
|
345
|
+
wainscotted
|
|
346
|
+
wainscotting
|
|
347
|
+
wainscotting's
|
|
348
|
+
wainscottings
|
|
349
|
+
waterpower
|
|
350
|
+
waterpower's
|
|
351
|
+
widgeon
|
|
352
|
+
widgeon's
|
|
353
|
+
widgeons
|
|
354
|
+
wigeons
|
|
355
|
+
wilfulness
|
|
356
|
+
wilfulness's
|
|
357
|
+
yeshivot
|
|
358
|
+
yodeler
|
|
359
|
+
yodeler's
|
|
360
|
+
yodelers
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
aerogramme
|
|
2
|
+
aerogrammes
|
|
3
|
+
airgun
|
|
4
|
+
airletter
|
|
5
|
+
archeologically
|
|
6
|
+
baddy
|
|
7
|
+
baddy's
|
|
8
|
+
battleax
|
|
9
|
+
battleax's
|
|
10
|
+
behaviorism
|
|
11
|
+
behaviorist
|
|
12
|
+
behaviorist's
|
|
13
|
+
behaviorists
|
|
14
|
+
behaviors
|
|
15
|
+
bolshy
|
|
16
|
+
catsups
|
|
17
|
+
cavilings
|
|
18
|
+
chivvied
|
|
19
|
+
chivvies
|
|
20
|
+
chivvy
|
|
21
|
+
chivvying
|
|
22
|
+
colorant
|
|
23
|
+
colorant's
|
|
24
|
+
colorants
|
|
25
|
+
colorist
|
|
26
|
+
colorists
|
|
27
|
+
colorway
|
|
28
|
+
colorways
|
|
29
|
+
coney
|
|
30
|
+
coney's
|
|
31
|
+
conies
|
|
32
|
+
convenor
|
|
33
|
+
convenor's
|
|
34
|
+
convenors
|
|
35
|
+
crenelate
|
|
36
|
+
crenelated
|
|
37
|
+
crenelates
|
|
38
|
+
crenelating
|
|
39
|
+
dearie
|
|
40
|
+
dearie's
|
|
41
|
+
ditzy
|
|
42
|
+
doh
|
|
43
|
+
enamelings
|
|
44
|
+
flashpoint
|
|
45
|
+
flashpoint's
|
|
46
|
+
flashpoints
|
|
47
|
+
fusileer
|
|
48
|
+
fusileer's
|
|
49
|
+
fusileers
|
|
50
|
+
girlie
|
|
51
|
+
girlies
|
|
52
|
+
gooseflesh
|
|
53
|
+
hairdrier
|
|
54
|
+
hairdrier's
|
|
55
|
+
hairdriers
|
|
56
|
+
honkie
|
|
57
|
+
honkie's
|
|
58
|
+
hotline
|
|
59
|
+
hotline's
|
|
60
|
+
hotlines
|
|
61
|
+
jerrican
|
|
62
|
+
jerricans
|
|
63
|
+
kitbag
|
|
64
|
+
kitbag's
|
|
65
|
+
kitbags
|
|
66
|
+
mack
|
|
67
|
+
mack's
|
|
68
|
+
macks
|
|
69
|
+
maneuverings
|
|
70
|
+
metaled
|
|
71
|
+
missis
|
|
72
|
+
moggy
|
|
73
|
+
offline
|
|
74
|
+
pajama
|
|
75
|
+
pekinese
|
|
76
|
+
pekinese's
|
|
77
|
+
piny
|
|
78
|
+
presidia
|
|
79
|
+
rani
|
|
80
|
+
rani's
|
|
81
|
+
ranis
|
|
82
|
+
ravelings
|
|
83
|
+
remold
|
|
84
|
+
remolded
|
|
85
|
+
remolding
|
|
86
|
+
remolds
|
|
87
|
+
shortie
|
|
88
|
+
shortie's
|
|
89
|
+
sombreness
|
|
90
|
+
splendors
|
|
91
|
+
stagey
|
|
92
|
+
standup
|
|
93
|
+
stogy
|
|
94
|
+
stogy's
|
|
95
|
+
tittivate
|
|
96
|
+
tittivated
|
|
97
|
+
tittivates
|
|
98
|
+
tittivating
|
|
99
|
+
topis
|
|
100
|
+
vegs
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
accoutre
|
|
2
|
+
accoutred
|
|
3
|
+
accoutres
|
|
4
|
+
accoutring
|
|
5
|
+
addible
|
|
6
|
+
ameboid
|
|
7
|
+
antichrist
|
|
8
|
+
antichrist's
|
|
9
|
+
antichrists
|
|
10
|
+
bathyscaph
|
|
11
|
+
bathyscaph's
|
|
12
|
+
bathyscaphs
|
|
13
|
+
behaviorally
|
|
14
|
+
behaviorism's
|
|
15
|
+
blamable
|
|
16
|
+
blameable
|
|
17
|
+
bocce
|
|
18
|
+
bocce's
|
|
19
|
+
bocci
|
|
20
|
+
bocci's
|
|
21
|
+
bolshevik
|
|
22
|
+
bolshevik's
|
|
23
|
+
bolsheviks
|
|
24
|
+
booboo
|
|
25
|
+
booboo's
|
|
26
|
+
booboos
|
|
27
|
+
breakeven
|
|
28
|
+
breakeven's
|
|
29
|
+
bunko
|
|
30
|
+
bunko's
|
|
31
|
+
bunkoed
|
|
32
|
+
bunkoing
|
|
33
|
+
bunkos
|
|
34
|
+
cabala
|
|
35
|
+
camelhair's
|
|
36
|
+
caravansarai
|
|
37
|
+
caravansarais
|
|
38
|
+
caravanserai
|
|
39
|
+
caravanserai's
|
|
40
|
+
carney
|
|
41
|
+
carney's
|
|
42
|
+
carneys
|
|
43
|
+
carnie
|
|
44
|
+
carnie's
|
|
45
|
+
cenobite
|
|
46
|
+
cenobite's
|
|
47
|
+
cenobites
|
|
48
|
+
cenobitic
|
|
49
|
+
chocolatey
|
|
50
|
+
chocolaty
|
|
51
|
+
coverup
|
|
52
|
+
coverup's
|
|
53
|
+
coverups
|
|
54
|
+
crenelation
|
|
55
|
+
crenelation's
|
|
56
|
+
crenelations
|
|
57
|
+
cyclopaedia
|
|
58
|
+
cyclopaedia's
|
|
59
|
+
cyclopaedias
|
|
60
|
+
didos
|
|
61
|
+
dingdong
|
|
62
|
+
dingdong's
|
|
63
|
+
dingdonged
|
|
64
|
+
dingdonging
|
|
65
|
+
dingdongs
|
|
66
|
+
ditzier
|
|
67
|
+
djellabahs
|
|
68
|
+
dogear
|
|
69
|
+
dogear's
|
|
70
|
+
dogearing
|
|
71
|
+
dogears
|
|
72
|
+
doh's
|
|
73
|
+
dolor
|
|
74
|
+
dolor's
|
|
75
|
+
faggoting
|
|
76
|
+
fagoting
|
|
77
|
+
farfetched
|
|
78
|
+
fontanelle
|
|
79
|
+
fontanelle's
|
|
80
|
+
fontanelles
|
|
81
|
+
franchisor
|
|
82
|
+
franchisor's
|
|
83
|
+
franchisors
|
|
84
|
+
freakout
|
|
85
|
+
freakout's
|
|
86
|
+
freakouts
|
|
87
|
+
gemmology
|
|
88
|
+
gemmology's
|
|
89
|
+
gooseflesh's
|
|
90
|
+
guaranies
|
|
91
|
+
hallooed
|
|
92
|
+
hotdog
|
|
93
|
+
hotdog's
|
|
94
|
+
hotdogged
|
|
95
|
+
hotdogging
|
|
96
|
+
hotdogs
|
|
97
|
+
huzza
|
|
98
|
+
huzza's
|
|
99
|
+
huzzaed
|
|
100
|
+
huzzaing
|
|
101
|
+
huzzas
|
|
102
|
+
improvisor
|
|
103
|
+
improvisor's
|
|
104
|
+
improvisors
|
|
105
|
+
inflight
|
|
106
|
+
institutor
|
|
107
|
+
institutor's
|
|
108
|
+
institutors
|
|
109
|
+
junketer
|
|
110
|
+
junketer's
|
|
111
|
+
junketers
|
|
112
|
+
kabbala
|
|
113
|
+
kiloliter
|
|
114
|
+
kiloliter's
|
|
115
|
+
kiloliters
|
|
116
|
+
likeability
|
|
117
|
+
likeability's
|
|
118
|
+
linguini
|
|
119
|
+
linguini's
|
|
120
|
+
linguinis
|
|
121
|
+
loveseat
|
|
122
|
+
loveseat's
|
|
123
|
+
loveseats
|
|
124
|
+
missis's
|
|
125
|
+
missises
|
|
126
|
+
molluscan's
|
|
127
|
+
molluscans
|
|
128
|
+
molluskan
|
|
129
|
+
molluskans
|
|
130
|
+
moneygrubber
|
|
131
|
+
moneygrubber's
|
|
132
|
+
moneygrubbers
|
|
133
|
+
moneygrubbing
|
|
134
|
+
moneygrubbing's
|
|
135
|
+
monologuist
|
|
136
|
+
monologuist's
|
|
137
|
+
monologuists
|
|
138
|
+
mujahedin
|
|
139
|
+
mujahedin's
|
|
140
|
+
parmigiano
|
|
141
|
+
pikestaves
|
|
142
|
+
pirozhki
|
|
143
|
+
pirozhki's
|
|
144
|
+
plexiglass
|
|
145
|
+
plexiglass's
|
|
146
|
+
pollock
|
|
147
|
+
pollock's
|
|
148
|
+
postillion
|
|
149
|
+
postillion's
|
|
150
|
+
postillions
|
|
151
|
+
putdown
|
|
152
|
+
putdown's
|
|
153
|
+
putdowns
|
|
154
|
+
sauternes
|
|
155
|
+
sauternes's
|
|
156
|
+
saveable
|
|
157
|
+
schmoe
|
|
158
|
+
schmoe's
|
|
159
|
+
seigniorial
|
|
160
|
+
sharpy
|
|
161
|
+
sharpy's
|
|
162
|
+
siree
|
|
163
|
+
siree's
|
|
164
|
+
skinflick
|
|
165
|
+
skinflick's
|
|
166
|
+
skinflicks
|
|
167
|
+
sombreness's
|
|
168
|
+
standup's
|
|
169
|
+
stockinet
|
|
170
|
+
stockinet's
|
|
171
|
+
swansdown
|
|
172
|
+
swansdown's
|
|
173
|
+
taxonomical
|
|
174
|
+
tittivation
|
|
175
|
+
tittivation's
|
|
176
|
+
torah
|
|
177
|
+
torah's
|
|
178
|
+
torahs
|
|
179
|
+
transgendered
|
|
180
|
+
twinight
|
|
181
|
+
uncolored
|
|
182
|
+
undreamt
|
|
183
|
+
unflavored
|
|
184
|
+
unpracticed
|
|
185
|
+
warmup
|
|
186
|
+
warmup's
|
|
187
|
+
warmups
|