line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Sourcecode::Spellchecker; |
2
|
1
|
|
|
1
|
|
29547
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
41
|
|
3
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
29
|
|
4
|
1
|
|
|
1
|
|
815
|
use IO::File; |
|
1
|
|
|
|
|
11669
|
|
|
1
|
|
|
|
|
11542
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our $VERSION = 0.03; |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
# Attribution: This data is primarily from Wikipedia's |
9
|
|
|
|
|
|
|
# "List of commonly mispelled words" although I have manually |
10
|
|
|
|
|
|
|
# trimmed it down by removing words that are very unlikely to |
11
|
|
|
|
|
|
|
# occur in source code. |
12
|
|
|
|
|
|
|
# See http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings |
13
|
|
|
|
|
|
|
my %spellings = ( |
14
|
|
|
|
|
|
|
'abbout' => 'about', |
15
|
|
|
|
|
|
|
'aberation' => 'aberration', |
16
|
|
|
|
|
|
|
'abigious' => 'ambiguous', |
17
|
|
|
|
|
|
|
'abilties' => 'abilities', |
18
|
|
|
|
|
|
|
'abilty' => 'ability', |
19
|
|
|
|
|
|
|
'abitrate' => 'arbitrate', |
20
|
|
|
|
|
|
|
'abotu' => 'about', |
21
|
|
|
|
|
|
|
'abov' => 'above', |
22
|
|
|
|
|
|
|
'abreviate' => 'abbreviate', |
23
|
|
|
|
|
|
|
'abreviated' => 'abbreviated', |
24
|
|
|
|
|
|
|
'abreviation' => 'abbreviation', |
25
|
|
|
|
|
|
|
'abritrary' => 'arbitrary', |
26
|
|
|
|
|
|
|
'abscence' => 'absence', |
27
|
|
|
|
|
|
|
'absense' => 'absence', |
28
|
|
|
|
|
|
|
'absolut' => 'absolute', |
29
|
|
|
|
|
|
|
'absolutly' => 'absolutely', |
30
|
|
|
|
|
|
|
'absorbsion' => 'absorption', |
31
|
|
|
|
|
|
|
'absorbtion' => 'absorption', |
32
|
|
|
|
|
|
|
'abudance' => 'abundance', |
33
|
|
|
|
|
|
|
'abundacies' => 'abundances', |
34
|
|
|
|
|
|
|
'abundancies' => 'abundances', |
35
|
|
|
|
|
|
|
'abundunt' => 'abundant', |
36
|
|
|
|
|
|
|
'abutts' => 'abuts', |
37
|
|
|
|
|
|
|
'acadamy' => 'academy', |
38
|
|
|
|
|
|
|
'acadmic' => 'academic', |
39
|
|
|
|
|
|
|
'accademic' => 'academic', |
40
|
|
|
|
|
|
|
'accademy' => 'academy', |
41
|
|
|
|
|
|
|
'acccused' => 'accused', |
42
|
|
|
|
|
|
|
'accelleration' => 'acceleration', |
43
|
|
|
|
|
|
|
'accension' => 'accession, ascension', |
44
|
|
|
|
|
|
|
'acceptence' => 'acceptance', |
45
|
|
|
|
|
|
|
'acceptible' => 'acceptable', |
46
|
|
|
|
|
|
|
'accesing' => 'accessing', |
47
|
|
|
|
|
|
|
'accesnt' => 'accent', |
48
|
|
|
|
|
|
|
'accesories' => 'accessories', |
49
|
|
|
|
|
|
|
'accessable' => 'accessible', |
50
|
|
|
|
|
|
|
'accidant' => 'accident', |
51
|
|
|
|
|
|
|
'accidentaly' => 'accidentally', |
52
|
|
|
|
|
|
|
'accidently' => 'accidentally', |
53
|
|
|
|
|
|
|
'accidentually' => 'accidentally', |
54
|
|
|
|
|
|
|
'acclimitization' => 'acclimatization', |
55
|
|
|
|
|
|
|
'accomadate' => 'accommodate', |
56
|
|
|
|
|
|
|
'accomadated' => 'accommodated', |
57
|
|
|
|
|
|
|
'accomadates' => 'accommodates', |
58
|
|
|
|
|
|
|
'accomadating' => 'accommodating', |
59
|
|
|
|
|
|
|
'accomadation' => 'accommodation', |
60
|
|
|
|
|
|
|
'accomadations' => 'accommodations', |
61
|
|
|
|
|
|
|
'accomdate' => 'accommodate', |
62
|
|
|
|
|
|
|
'accomodate' => 'accommodate', |
63
|
|
|
|
|
|
|
'accomodated' => 'accommodated', |
64
|
|
|
|
|
|
|
'accomodates' => 'accommodates', |
65
|
|
|
|
|
|
|
'accomodating' => 'accommodating', |
66
|
|
|
|
|
|
|
'accomodation' => 'accommodation', |
67
|
|
|
|
|
|
|
'accomodations' => 'accommodations', |
68
|
|
|
|
|
|
|
'accompanyed' => 'accompanied', |
69
|
|
|
|
|
|
|
'accordian' => 'accordion', |
70
|
|
|
|
|
|
|
'accoring' => 'according', |
71
|
|
|
|
|
|
|
'accoustic' => 'acoustic', |
72
|
|
|
|
|
|
|
'accout' => 'account', |
73
|
|
|
|
|
|
|
'accrediation' => 'accreditation', |
74
|
|
|
|
|
|
|
'accredidation' => 'accreditation', |
75
|
|
|
|
|
|
|
'accross' => 'across', |
76
|
|
|
|
|
|
|
'acedemic' => 'academic', |
77
|
|
|
|
|
|
|
'acessable' => 'accessible', |
78
|
|
|
|
|
|
|
'acess' => 'access', |
79
|
|
|
|
|
|
|
'acheive' => 'achieve', |
80
|
|
|
|
|
|
|
'acheived' => 'achieved', |
81
|
|
|
|
|
|
|
'acheivement' => 'achievement', |
82
|
|
|
|
|
|
|
'acheivements' => 'achievements', |
83
|
|
|
|
|
|
|
'acheives' => 'achieves', |
84
|
|
|
|
|
|
|
'acheiving' => 'achieving', |
85
|
|
|
|
|
|
|
'acheivment' => 'achievement', |
86
|
|
|
|
|
|
|
'acheivments' => 'achievements', |
87
|
|
|
|
|
|
|
'achievment' => 'achievement', |
88
|
|
|
|
|
|
|
'achievments' => 'achievements', |
89
|
|
|
|
|
|
|
'achive' => 'achieve, archive', |
90
|
|
|
|
|
|
|
'achived' => 'achieved, archived', |
91
|
|
|
|
|
|
|
'achivement' => 'achievement', |
92
|
|
|
|
|
|
|
'achivements' => 'achievements', |
93
|
|
|
|
|
|
|
'acknowldeged' => 'acknowledged', |
94
|
|
|
|
|
|
|
'acknowledgeing' => 'acknowledging', |
95
|
|
|
|
|
|
|
'ackward' => 'awkward, backward', |
96
|
|
|
|
|
|
|
'acommodate' => 'accommodate', |
97
|
|
|
|
|
|
|
'acomplish' => 'accomplish', |
98
|
|
|
|
|
|
|
'acomplished' => 'accomplished', |
99
|
|
|
|
|
|
|
'acomplishment' => 'accomplishment', |
100
|
|
|
|
|
|
|
'acomplishments' => 'accomplishments', |
101
|
|
|
|
|
|
|
'acording' => 'according', |
102
|
|
|
|
|
|
|
'acordingly' => 'accordingly', |
103
|
|
|
|
|
|
|
'acquaintence' => 'acquaintance', |
104
|
|
|
|
|
|
|
'acquaintences' => 'acquaintances', |
105
|
|
|
|
|
|
|
'acquiantence' => 'acquaintance', |
106
|
|
|
|
|
|
|
'acquiantences' => 'acquaintances', |
107
|
|
|
|
|
|
|
'acquited' => 'acquitted', |
108
|
|
|
|
|
|
|
'activites' => 'activities', |
109
|
|
|
|
|
|
|
'activly' => 'actively', |
110
|
|
|
|
|
|
|
'actualy' => 'actually', |
111
|
|
|
|
|
|
|
'acumulating' => 'accumulating', |
112
|
|
|
|
|
|
|
'acuracy' => 'accuracy', |
113
|
|
|
|
|
|
|
'acused' => 'accused', |
114
|
|
|
|
|
|
|
'acustom' => 'accustom', |
115
|
|
|
|
|
|
|
'acustommed' => 'accustomed', |
116
|
|
|
|
|
|
|
'adavanced' => 'advanced', |
117
|
|
|
|
|
|
|
'adbandon' => 'abandon', |
118
|
|
|
|
|
|
|
'addional' => 'additional', |
119
|
|
|
|
|
|
|
'addionally' => 'additionally', |
120
|
|
|
|
|
|
|
'additinally' => 'additionally', |
121
|
|
|
|
|
|
|
'additionaly' => 'additionally', |
122
|
|
|
|
|
|
|
'additonal' => 'additional', |
123
|
|
|
|
|
|
|
'additonally' => 'additionally', |
124
|
|
|
|
|
|
|
'addmission' => 'admission', |
125
|
|
|
|
|
|
|
'addopt' => 'adopt', |
126
|
|
|
|
|
|
|
'addopted' => 'adopted', |
127
|
|
|
|
|
|
|
'addoptive' => 'adoptive', |
128
|
|
|
|
|
|
|
'addresable' => 'addressable', |
129
|
|
|
|
|
|
|
'addres' => 'address, adders', |
130
|
|
|
|
|
|
|
'addresed' => 'addressed', |
131
|
|
|
|
|
|
|
'addresing' => 'addressing', |
132
|
|
|
|
|
|
|
'addressess' => 'addresses', |
133
|
|
|
|
|
|
|
'addtion' => 'addition', |
134
|
|
|
|
|
|
|
'addtional' => 'additional', |
135
|
|
|
|
|
|
|
'adecuate' => 'adequate', |
136
|
|
|
|
|
|
|
'adequit' => 'adequate', |
137
|
|
|
|
|
|
|
'adhearing' => 'adhering', |
138
|
|
|
|
|
|
|
'adherance' => 'adherence', |
139
|
|
|
|
|
|
|
'admendment' => 'amendment', |
140
|
|
|
|
|
|
|
'admininistrative' => 'administrative', |
141
|
|
|
|
|
|
|
'adminstered' => 'administered', |
142
|
|
|
|
|
|
|
'adminstrate' => 'administrate', |
143
|
|
|
|
|
|
|
'adminstration' => 'administration', |
144
|
|
|
|
|
|
|
'adminstrative' => 'administrative', |
145
|
|
|
|
|
|
|
'adminstrator' => 'administrator', |
146
|
|
|
|
|
|
|
'admissability' => 'admissibility', |
147
|
|
|
|
|
|
|
'admissable' => 'admissible', |
148
|
|
|
|
|
|
|
'admited' => 'admitted', |
149
|
|
|
|
|
|
|
'admitedly' => 'admittedly', |
150
|
|
|
|
|
|
|
'adn' => 'and', |
151
|
|
|
|
|
|
|
'adolecent' => 'adolescent', |
152
|
|
|
|
|
|
|
'adquire' => 'acquire', |
153
|
|
|
|
|
|
|
'adquired' => 'acquired', |
154
|
|
|
|
|
|
|
'adquires' => 'acquires', |
155
|
|
|
|
|
|
|
'adquiring' => 'acquiring', |
156
|
|
|
|
|
|
|
'adresable' => 'addressable', |
157
|
|
|
|
|
|
|
'adres' => 'address', |
158
|
|
|
|
|
|
|
'adresing' => 'addressing', |
159
|
|
|
|
|
|
|
'adressable' => 'addressable', |
160
|
|
|
|
|
|
|
'adress' => 'address', |
161
|
|
|
|
|
|
|
'adressed' => 'addressed', |
162
|
|
|
|
|
|
|
'adresses' => 'addresses', |
163
|
|
|
|
|
|
|
'adressing' => 'addressing, dressing', |
164
|
|
|
|
|
|
|
'adventrous' => 'adventurous', |
165
|
|
|
|
|
|
|
'advertisment' => 'advertisement', |
166
|
|
|
|
|
|
|
'advertisments' => 'advertisements', |
167
|
|
|
|
|
|
|
'advesary' => 'adversary', |
168
|
|
|
|
|
|
|
'adviced' => 'advised', |
169
|
|
|
|
|
|
|
'aeriel' => 'aerial', |
170
|
|
|
|
|
|
|
'aeriels' => 'aerials', |
171
|
|
|
|
|
|
|
'afecting' => 'affecting', |
172
|
|
|
|
|
|
|
'affilate' => 'affiliate', |
173
|
|
|
|
|
|
|
'affilliate' => 'affiliate', |
174
|
|
|
|
|
|
|
'affort' => 'afford, effort', |
175
|
|
|
|
|
|
|
'aforememtioned' => 'aforementioned', |
176
|
|
|
|
|
|
|
'againnst' => 'against', |
177
|
|
|
|
|
|
|
'agains' => 'against', |
178
|
|
|
|
|
|
|
'agaisnt' => 'against', |
179
|
|
|
|
|
|
|
'aganist' => 'against', |
180
|
|
|
|
|
|
|
'aggaravates' => 'aggravates', |
181
|
|
|
|
|
|
|
'aggreed' => 'agreed', |
182
|
|
|
|
|
|
|
'aggreement' => 'agreement', |
183
|
|
|
|
|
|
|
'aggregious' => 'egregious', |
184
|
|
|
|
|
|
|
'aggresive' => 'aggressive', |
185
|
|
|
|
|
|
|
'agian' => 'again', |
186
|
|
|
|
|
|
|
'agianst' => 'against', |
187
|
|
|
|
|
|
|
'agina' => 'again, angina', |
188
|
|
|
|
|
|
|
'agin' => 'again', |
189
|
|
|
|
|
|
|
'aginst' => 'against', |
190
|
|
|
|
|
|
|
'agravate' => 'aggravate', |
191
|
|
|
|
|
|
|
'agre' => 'agree', |
192
|
|
|
|
|
|
|
'agred' => 'agreed', |
193
|
|
|
|
|
|
|
'agreeement' => 'agreement', |
194
|
|
|
|
|
|
|
'agreemnt' => 'agreement', |
195
|
|
|
|
|
|
|
'agregate' => 'aggregate', |
196
|
|
|
|
|
|
|
'agregates' => 'aggregates', |
197
|
|
|
|
|
|
|
'agreing' => 'agreeing', |
198
|
|
|
|
|
|
|
'agression' => 'aggression', |
199
|
|
|
|
|
|
|
'agressive' => 'aggressive', |
200
|
|
|
|
|
|
|
'agressively' => 'aggressively', |
201
|
|
|
|
|
|
|
'agressor' => 'aggressor', |
202
|
|
|
|
|
|
|
'ahev' => 'have', |
203
|
|
|
|
|
|
|
'ahppen' => 'happen', |
204
|
|
|
|
|
|
|
'ahve' => 'have', |
205
|
|
|
|
|
|
|
'aicraft' => 'aircraft', |
206
|
|
|
|
|
|
|
'aiport' => 'airport', |
207
|
|
|
|
|
|
|
'airbourne' => 'airborne', |
208
|
|
|
|
|
|
|
'aircaft' => 'aircraft', |
209
|
|
|
|
|
|
|
'aircrafts' => 'aircraft', |
210
|
|
|
|
|
|
|
'airporta' => 'airports', |
211
|
|
|
|
|
|
|
'airrcraft' => 'aircraft', |
212
|
|
|
|
|
|
|
'aisian' => 'asian', |
213
|
|
|
|
|
|
|
'albiet' => 'albeit', |
214
|
|
|
|
|
|
|
'albumns' => 'albums', |
215
|
|
|
|
|
|
|
'alchohol' => 'alcohol', |
216
|
|
|
|
|
|
|
'alchoholic' => 'alcoholic', |
217
|
|
|
|
|
|
|
'alchol' => 'alcohol', |
218
|
|
|
|
|
|
|
'alcholic' => 'alcoholic', |
219
|
|
|
|
|
|
|
'alcohal' => 'alcohol', |
220
|
|
|
|
|
|
|
'alcoholical' => 'alcoholic', |
221
|
|
|
|
|
|
|
'aledge' => 'allege', |
222
|
|
|
|
|
|
|
'aledged' => 'alleged', |
223
|
|
|
|
|
|
|
'aledges' => 'alleges', |
224
|
|
|
|
|
|
|
'alege' => 'allege', |
225
|
|
|
|
|
|
|
'aleged' => 'alleged', |
226
|
|
|
|
|
|
|
'alegience' => 'allegiance', |
227
|
|
|
|
|
|
|
'alegorical' => 'allegorical', |
228
|
|
|
|
|
|
|
'algebraical' => 'algebraic', |
229
|
|
|
|
|
|
|
'algorhitms' => 'algorithms', |
230
|
|
|
|
|
|
|
'algorith' => 'algorithm', |
231
|
|
|
|
|
|
|
'algorithmical' => 'algorithmically', |
232
|
|
|
|
|
|
|
'algoritm' => 'algorithm', |
233
|
|
|
|
|
|
|
'algoritms' => 'algorithms', |
234
|
|
|
|
|
|
|
'alientating' => 'alienating', |
235
|
|
|
|
|
|
|
'alledge' => 'allege', |
236
|
|
|
|
|
|
|
'alledged' => 'alleged', |
237
|
|
|
|
|
|
|
'alledgedly' => 'allegedly', |
238
|
|
|
|
|
|
|
'alledges' => 'alleges', |
239
|
|
|
|
|
|
|
'allegedely' => 'allegedly', |
240
|
|
|
|
|
|
|
'allegedy' => 'allegedly', |
241
|
|
|
|
|
|
|
'allegely' => 'allegedly', |
242
|
|
|
|
|
|
|
'allegence' => 'allegiance', |
243
|
|
|
|
|
|
|
'allegience' => 'allegiance', |
244
|
|
|
|
|
|
|
'allign' => 'align', |
245
|
|
|
|
|
|
|
'alligned' => 'aligned', |
246
|
|
|
|
|
|
|
'alliviate' => 'alleviate', |
247
|
|
|
|
|
|
|
'allpication' => 'application', |
248
|
|
|
|
|
|
|
'allready' => 'already', |
249
|
|
|
|
|
|
|
'allthough' => 'although', |
250
|
|
|
|
|
|
|
'alltogether' => 'altogether', |
251
|
|
|
|
|
|
|
'almsot' => 'almost', |
252
|
|
|
|
|
|
|
'alochol' => 'alcohol', |
253
|
|
|
|
|
|
|
'alomst' => 'almost', |
254
|
|
|
|
|
|
|
'alotted' => 'allotted', |
255
|
|
|
|
|
|
|
'alowed' => 'allowed', |
256
|
|
|
|
|
|
|
'alowing' => 'allowing', |
257
|
|
|
|
|
|
|
'alows' => 'allows', |
258
|
|
|
|
|
|
|
'alreayd' => 'already', |
259
|
|
|
|
|
|
|
'alse' => 'else', |
260
|
|
|
|
|
|
|
'alsot' => 'also', |
261
|
|
|
|
|
|
|
'alternitives' => 'alternatives', |
262
|
|
|
|
|
|
|
'altho' => 'although', |
263
|
|
|
|
|
|
|
'althought' => 'although', |
264
|
|
|
|
|
|
|
'altough' => 'although', |
265
|
|
|
|
|
|
|
'alusion' => 'allusion, illusion', |
266
|
|
|
|
|
|
|
'alwasy' => 'always', |
267
|
|
|
|
|
|
|
'alwyas' => 'always', |
268
|
|
|
|
|
|
|
'amalgomated' => 'amalgamated', |
269
|
|
|
|
|
|
|
'amatuer' => 'amateur', |
270
|
|
|
|
|
|
|
'amature' => 'armature, amateur', |
271
|
|
|
|
|
|
|
'ambigious' => 'ambiguous', |
272
|
|
|
|
|
|
|
'amendmant' => 'amendment', |
273
|
|
|
|
|
|
|
'amercia' => 'America', |
274
|
|
|
|
|
|
|
'amke' => 'make', |
275
|
|
|
|
|
|
|
'amking' => 'making', |
276
|
|
|
|
|
|
|
'ammend' => 'amend', |
277
|
|
|
|
|
|
|
'ammended' => 'amended', |
278
|
|
|
|
|
|
|
'ammendment' => 'amendment', |
279
|
|
|
|
|
|
|
'ammendments' => 'amendments', |
280
|
|
|
|
|
|
|
'ammount' => 'amount', |
281
|
|
|
|
|
|
|
'ammused' => 'amused', |
282
|
|
|
|
|
|
|
'amoung' => 'among', |
283
|
|
|
|
|
|
|
'amoungst' => 'amongst', |
284
|
|
|
|
|
|
|
'amout' => 'amount', |
285
|
|
|
|
|
|
|
'amung' => 'among', |
286
|
|
|
|
|
|
|
'amunition' => 'ammunition', |
287
|
|
|
|
|
|
|
'analagous' => 'analogous', |
288
|
|
|
|
|
|
|
'analitic' => 'analytic', |
289
|
|
|
|
|
|
|
'analogeous' => 'analogous', |
290
|
|
|
|
|
|
|
'analysator' => 'analyzer', |
291
|
|
|
|
|
|
|
'anarchim' => 'anarchism', |
292
|
|
|
|
|
|
|
'anarchistm' => 'anarchism', |
293
|
|
|
|
|
|
|
'anbd' => 'and', |
294
|
|
|
|
|
|
|
'ancestory' => 'ancestry', |
295
|
|
|
|
|
|
|
'ancilliary' => 'ancillary', |
296
|
|
|
|
|
|
|
'andd' => 'and', |
297
|
|
|
|
|
|
|
'ang' => 'and', |
298
|
|
|
|
|
|
|
'anihilation' => 'annihilation', |
299
|
|
|
|
|
|
|
'aniversary' => 'anniversary', |
300
|
|
|
|
|
|
|
'annouced' => 'announced', |
301
|
|
|
|
|
|
|
'annoucement' => 'announcement', |
302
|
|
|
|
|
|
|
'annualy' => 'annually', |
303
|
|
|
|
|
|
|
'annuled' => 'annulled', |
304
|
|
|
|
|
|
|
'anohter' => 'another', |
305
|
|
|
|
|
|
|
'anomolies' => 'anomalies', |
306
|
|
|
|
|
|
|
'anomolous' => 'anomalous', |
307
|
|
|
|
|
|
|
'anomoly' => 'anomaly', |
308
|
|
|
|
|
|
|
'anonimity' => 'anonymity', |
309
|
|
|
|
|
|
|
'anounced' => 'announced', |
310
|
|
|
|
|
|
|
'anouncement' => 'announcement', |
311
|
|
|
|
|
|
|
'ansestors' => 'ancestors', |
312
|
|
|
|
|
|
|
'antartic' => 'antarctic', |
313
|
|
|
|
|
|
|
'anual' => 'annual', |
314
|
|
|
|
|
|
|
'anulled' => 'annulled', |
315
|
|
|
|
|
|
|
'anwsered' => 'answered', |
316
|
|
|
|
|
|
|
'anyhwere' => 'anywhere', |
317
|
|
|
|
|
|
|
'anytying' => 'anything', |
318
|
|
|
|
|
|
|
'aparent' => 'apparent', |
319
|
|
|
|
|
|
|
'aparment' => 'apartment', |
320
|
|
|
|
|
|
|
'apenines' => 'apennines, Apennines', |
321
|
|
|
|
|
|
|
'aplication' => 'application', |
322
|
|
|
|
|
|
|
'aplied' => 'applied', |
323
|
|
|
|
|
|
|
'apolegetics' => 'apologetics', |
324
|
|
|
|
|
|
|
'apon' => 'upon, apron', |
325
|
|
|
|
|
|
|
'apparant' => 'apparent', |
326
|
|
|
|
|
|
|
'apparantly' => 'apparently', |
327
|
|
|
|
|
|
|
'appart' => 'apart', |
328
|
|
|
|
|
|
|
'appartment' => 'apartment', |
329
|
|
|
|
|
|
|
'appartments' => 'apartments', |
330
|
|
|
|
|
|
|
'appealling' => 'appealing, appalling', |
331
|
|
|
|
|
|
|
'appeareance' => 'appearance', |
332
|
|
|
|
|
|
|
'appearence' => 'appearance', |
333
|
|
|
|
|
|
|
'appearences' => 'appearances', |
334
|
|
|
|
|
|
|
'apperance' => 'appearance', |
335
|
|
|
|
|
|
|
'apperances' => 'appearances', |
336
|
|
|
|
|
|
|
'appereance' => 'appearance', |
337
|
|
|
|
|
|
|
'appereances' => 'appearances', |
338
|
|
|
|
|
|
|
'applicaiton' => 'application', |
339
|
|
|
|
|
|
|
'applicaitons' => 'applications', |
340
|
|
|
|
|
|
|
'appologies' => 'apologies', |
341
|
|
|
|
|
|
|
'appology' => 'apology', |
342
|
|
|
|
|
|
|
'apprearance' => 'appearance', |
343
|
|
|
|
|
|
|
'apprieciate' => 'appreciate', |
344
|
|
|
|
|
|
|
'approachs' => 'approaches', |
345
|
|
|
|
|
|
|
'appropiate' => 'appropriate', |
346
|
|
|
|
|
|
|
'appropraite' => 'appropriate', |
347
|
|
|
|
|
|
|
'appropriatly' => 'appropriately', |
348
|
|
|
|
|
|
|
'appropropiate' => 'appropriate', |
349
|
|
|
|
|
|
|
'approproximate' => 'approximate', |
350
|
|
|
|
|
|
|
'approxamately' => 'approximately', |
351
|
|
|
|
|
|
|
'approxiately' => 'approximately', |
352
|
|
|
|
|
|
|
'approximitely' => 'approximately', |
353
|
|
|
|
|
|
|
'aprehensive' => 'apprehensive', |
354
|
|
|
|
|
|
|
'apropriate' => 'appropriate', |
355
|
|
|
|
|
|
|
'aproval' => 'approval', |
356
|
|
|
|
|
|
|
'aproximate' => 'approximate', |
357
|
|
|
|
|
|
|
'aproximately' => 'approximately', |
358
|
|
|
|
|
|
|
'aquaintance' => 'acquaintance', |
359
|
|
|
|
|
|
|
'aquainted' => 'acquainted', |
360
|
|
|
|
|
|
|
'aquiantance' => 'acquaintance', |
361
|
|
|
|
|
|
|
'aquire' => 'acquire', |
362
|
|
|
|
|
|
|
'aquired' => 'acquired', |
363
|
|
|
|
|
|
|
'aquiring' => 'acquiring', |
364
|
|
|
|
|
|
|
'aquisition' => 'acquisition', |
365
|
|
|
|
|
|
|
'aquitted' => 'acquitted', |
366
|
|
|
|
|
|
|
'aranged' => 'arranged', |
367
|
|
|
|
|
|
|
'arangement' => 'arrangement', |
368
|
|
|
|
|
|
|
'arbitarily' => 'arbitrarily', |
369
|
|
|
|
|
|
|
'arbitary' => 'arbitrary', |
370
|
|
|
|
|
|
|
'archetect' => 'architect', |
371
|
|
|
|
|
|
|
'archetects' => 'architects', |
372
|
|
|
|
|
|
|
'archetectural' => 'architectural', |
373
|
|
|
|
|
|
|
'archetecturally' => 'architecturally', |
374
|
|
|
|
|
|
|
'archetecture' => 'architecture', |
375
|
|
|
|
|
|
|
'archiac' => 'archaic', |
376
|
|
|
|
|
|
|
'archictect' => 'architect', |
377
|
|
|
|
|
|
|
'archimedian' => 'archimedean', |
378
|
|
|
|
|
|
|
'architecht' => 'architect', |
379
|
|
|
|
|
|
|
'architechturally' => 'architecturally', |
380
|
|
|
|
|
|
|
'architechture' => 'architecture', |
381
|
|
|
|
|
|
|
'architechtures' => 'architectures', |
382
|
|
|
|
|
|
|
'architectual' => 'architectural', |
383
|
|
|
|
|
|
|
'archtypes' => 'archetypes', |
384
|
|
|
|
|
|
|
'aready' => 'already', |
385
|
|
|
|
|
|
|
'areodynamics' => 'aerodynamics', |
386
|
|
|
|
|
|
|
'argubly' => 'arguably', |
387
|
|
|
|
|
|
|
'arguement' => 'argument', |
388
|
|
|
|
|
|
|
'arguements' => 'arguments', |
389
|
|
|
|
|
|
|
'arised' => 'arose', |
390
|
|
|
|
|
|
|
'aritmetic' => 'arithmetic', |
391
|
|
|
|
|
|
|
'arival' => 'arrival', |
392
|
|
|
|
|
|
|
'armamant' => 'armament', |
393
|
|
|
|
|
|
|
'armistace' => 'armistice', |
394
|
|
|
|
|
|
|
'arogant' => 'arrogant', |
395
|
|
|
|
|
|
|
'arogent' => 'arrogant', |
396
|
|
|
|
|
|
|
'aroud' => 'around', |
397
|
|
|
|
|
|
|
'arraival' => 'arrival', |
398
|
|
|
|
|
|
|
'arrangment' => 'arrangement', |
399
|
|
|
|
|
|
|
'arrangments' => 'arrangements', |
400
|
|
|
|
|
|
|
'arrengement' => 'arrangement', |
401
|
|
|
|
|
|
|
'arrengements' => 'arrangements', |
402
|
|
|
|
|
|
|
'arround' => 'around', |
403
|
|
|
|
|
|
|
'artcile' => 'article', |
404
|
|
|
|
|
|
|
'artical' => 'article', |
405
|
|
|
|
|
|
|
'artice' => 'article', |
406
|
|
|
|
|
|
|
'articel' => 'article', |
407
|
|
|
|
|
|
|
'artifical' => 'artificial', |
408
|
|
|
|
|
|
|
'artifically' => 'artificially', |
409
|
|
|
|
|
|
|
'arund' => 'around', |
410
|
|
|
|
|
|
|
'asign' => 'assign', |
411
|
|
|
|
|
|
|
'aslo' => 'also', |
412
|
|
|
|
|
|
|
'asociated' => 'associated', |
413
|
|
|
|
|
|
|
'asorbed' => 'absorbed', |
414
|
|
|
|
|
|
|
'assemple' => 'assemble', |
415
|
|
|
|
|
|
|
'assertation' => 'assertion', |
416
|
|
|
|
|
|
|
'asside' => 'aside', |
417
|
|
|
|
|
|
|
'assigment' => 'assignment', |
418
|
|
|
|
|
|
|
'assigments' => 'assignments', |
419
|
|
|
|
|
|
|
'assistent' => 'assistant', |
420
|
|
|
|
|
|
|
'assitant' => 'assistant', |
421
|
|
|
|
|
|
|
'assit' => 'assist', |
422
|
|
|
|
|
|
|
'assocation' => 'association', |
423
|
|
|
|
|
|
|
'assoicate' => 'associate', |
424
|
|
|
|
|
|
|
'assoicated' => 'associated', |
425
|
|
|
|
|
|
|
'assoicates' => 'associates', |
426
|
|
|
|
|
|
|
'assosication' => 'assassination', |
427
|
|
|
|
|
|
|
'asssassans' => 'assassins', |
428
|
|
|
|
|
|
|
'assualt' => 'assault', |
429
|
|
|
|
|
|
|
'assualted' => 'assaulted', |
430
|
|
|
|
|
|
|
'assymetrical' => 'asymmetrical', |
431
|
|
|
|
|
|
|
'assymetric' => 'asymmetric', |
432
|
|
|
|
|
|
|
'asteriod' => 'asteroid', |
433
|
|
|
|
|
|
|
'asthetic' => 'aesthetic', |
434
|
|
|
|
|
|
|
'asthetical' => 'aesthetical', |
435
|
|
|
|
|
|
|
'asthetically' => 'aesthetically', |
436
|
|
|
|
|
|
|
'asume' => 'assume', |
437
|
|
|
|
|
|
|
'asuming' => 'assuming', |
438
|
|
|
|
|
|
|
'atain' => 'attain', |
439
|
|
|
|
|
|
|
'atempting' => 'attempting', |
440
|
|
|
|
|
|
|
'atomatically' => 'automatically', |
441
|
|
|
|
|
|
|
'atorney' => 'attorney', |
442
|
|
|
|
|
|
|
'atribute' => 'attribute', |
443
|
|
|
|
|
|
|
'atributed' => 'attributed', |
444
|
|
|
|
|
|
|
'atributes' => 'attributes', |
445
|
|
|
|
|
|
|
'attaindre' => 'attainder, attained', |
446
|
|
|
|
|
|
|
'attemp' => 'attempt', |
447
|
|
|
|
|
|
|
'attemped' => 'attempted', |
448
|
|
|
|
|
|
|
'attemps' => 'attempts', |
449
|
|
|
|
|
|
|
'attemt' => 'attempt', |
450
|
|
|
|
|
|
|
'attemted' => 'attempted', |
451
|
|
|
|
|
|
|
'attemting' => 'attempting', |
452
|
|
|
|
|
|
|
'attemts' => 'attempts', |
453
|
|
|
|
|
|
|
'attendence' => 'attendance', |
454
|
|
|
|
|
|
|
'attendent' => 'attendant', |
455
|
|
|
|
|
|
|
'attendents' => 'attendants', |
456
|
|
|
|
|
|
|
'attened' => 'attended', |
457
|
|
|
|
|
|
|
'attension' => 'attention', |
458
|
|
|
|
|
|
|
'attitide' => 'attitude', |
459
|
|
|
|
|
|
|
'attributred' => 'attributed', |
460
|
|
|
|
|
|
|
'attrocities' => 'atrocities', |
461
|
|
|
|
|
|
|
'attruibutes' => 'attributes', |
462
|
|
|
|
|
|
|
'audeince' => 'audience', |
463
|
|
|
|
|
|
|
'auromated' => 'automated', |
464
|
|
|
|
|
|
|
'austrailia' => 'Australia', |
465
|
|
|
|
|
|
|
'austrailian' => 'Australian', |
466
|
|
|
|
|
|
|
'authentification' => 'authentication', |
467
|
|
|
|
|
|
|
'auther' => 'author', |
468
|
|
|
|
|
|
|
'authobiographic' => 'autobiographic', |
469
|
|
|
|
|
|
|
'authobiography' => 'autobiography', |
470
|
|
|
|
|
|
|
'authorative' => 'authoritative', |
471
|
|
|
|
|
|
|
'authorites' => 'authorities', |
472
|
|
|
|
|
|
|
'authorithy' => 'authority', |
473
|
|
|
|
|
|
|
'authoritiers' => 'authorities', |
474
|
|
|
|
|
|
|
'authoritive' => 'authoritative', |
475
|
|
|
|
|
|
|
'authrorities' => 'authorities', |
476
|
|
|
|
|
|
|
'autochtonous' => 'autochthonous', |
477
|
|
|
|
|
|
|
'autoctonous' => 'autochthonous', |
478
|
|
|
|
|
|
|
'automaticaly' => 'automatically', |
479
|
|
|
|
|
|
|
'automaticly' => 'automatically', |
480
|
|
|
|
|
|
|
'automatize' => 'automate', |
481
|
|
|
|
|
|
|
'automatized' => 'automated', |
482
|
|
|
|
|
|
|
'automatizes' => 'automates', |
483
|
|
|
|
|
|
|
'automibile' => 'automobile', |
484
|
|
|
|
|
|
|
'automonomous' => 'autonomous', |
485
|
|
|
|
|
|
|
'autonymous' => 'autonomous', |
486
|
|
|
|
|
|
|
'autor' => 'author', |
487
|
|
|
|
|
|
|
'autority' => 'authority', |
488
|
|
|
|
|
|
|
'auxilary' => 'auxiliary', |
489
|
|
|
|
|
|
|
'auxillaries' => 'auxiliaries', |
490
|
|
|
|
|
|
|
'auxillary' => 'auxiliary', |
491
|
|
|
|
|
|
|
'auxilliaries' => 'auxiliaries', |
492
|
|
|
|
|
|
|
'auxilliary' => 'auxiliary', |
493
|
|
|
|
|
|
|
'avaiable' => 'available', |
494
|
|
|
|
|
|
|
'availabe' => 'available', |
495
|
|
|
|
|
|
|
'availabled' => 'available', |
496
|
|
|
|
|
|
|
'availablity' => 'availability', |
497
|
|
|
|
|
|
|
'availaible' => 'available', |
498
|
|
|
|
|
|
|
'availale' => 'available', |
499
|
|
|
|
|
|
|
'availavility' => 'availability', |
500
|
|
|
|
|
|
|
'availble' => 'available', |
501
|
|
|
|
|
|
|
'availiable' => 'available', |
502
|
|
|
|
|
|
|
'availible' => 'available', |
503
|
|
|
|
|
|
|
'avalable' => 'available', |
504
|
|
|
|
|
|
|
'avalance' => 'avalanche', |
505
|
|
|
|
|
|
|
'avaliable' => 'available', |
506
|
|
|
|
|
|
|
'avation' => 'aviation', |
507
|
|
|
|
|
|
|
'averageed' => 'averaged', |
508
|
|
|
|
|
|
|
'avilable' => 'available', |
509
|
|
|
|
|
|
|
'awared' => 'awarded', |
510
|
|
|
|
|
|
|
'awya' => 'away', |
511
|
|
|
|
|
|
|
'baceause' => 'because', |
512
|
|
|
|
|
|
|
'backgorund' => 'background', |
513
|
|
|
|
|
|
|
'backgroud' => 'background', |
514
|
|
|
|
|
|
|
'backrounds' => 'backgrounds', |
515
|
|
|
|
|
|
|
'bahavior' => 'behavior', |
516
|
|
|
|
|
|
|
'bakc' => 'back', |
517
|
|
|
|
|
|
|
'baloons' => 'balloons', |
518
|
|
|
|
|
|
|
'banannas' => 'bananas', |
519
|
|
|
|
|
|
|
'bandwith' => 'bandwidth', |
520
|
|
|
|
|
|
|
'bankrupcy' => 'bankruptcy', |
521
|
|
|
|
|
|
|
'banruptcy' => 'bankruptcy', |
522
|
|
|
|
|
|
|
'baout' => 'about, bout', |
523
|
|
|
|
|
|
|
'basicaly' => 'basically', |
524
|
|
|
|
|
|
|
'basicly' => 'basically', |
525
|
|
|
|
|
|
|
'batery' => 'battery', |
526
|
|
|
|
|
|
|
'bcak' => 'back', |
527
|
|
|
|
|
|
|
'beacuse' => 'because', |
528
|
|
|
|
|
|
|
'beatiful' => 'beautiful', |
529
|
|
|
|
|
|
|
'beaurocracy' => 'bureaucracy', |
530
|
|
|
|
|
|
|
'beaurocratic' => 'bureaucratic', |
531
|
|
|
|
|
|
|
'beautyfull' => 'beautiful', |
532
|
|
|
|
|
|
|
'becamae' => 'became', |
533
|
|
|
|
|
|
|
'becames' => 'becomes, became', |
534
|
|
|
|
|
|
|
'becasue' => 'because', |
535
|
|
|
|
|
|
|
'beccause' => 'because', |
536
|
|
|
|
|
|
|
'becomeing' => 'becoming', |
537
|
|
|
|
|
|
|
'becomming' => 'becoming', |
538
|
|
|
|
|
|
|
'becouse' => 'because', |
539
|
|
|
|
|
|
|
'becuase' => 'because', |
540
|
|
|
|
|
|
|
'bedore' => 'before', |
541
|
|
|
|
|
|
|
'beeing' => 'being', |
542
|
|
|
|
|
|
|
'befoer' => 'before', |
543
|
|
|
|
|
|
|
'beggin' => 'begin, begging', |
544
|
|
|
|
|
|
|
'begginer' => 'beginner', |
545
|
|
|
|
|
|
|
'begginers' => 'beginners', |
546
|
|
|
|
|
|
|
'beggining' => 'beginning', |
547
|
|
|
|
|
|
|
'begginings' => 'beginnings', |
548
|
|
|
|
|
|
|
'beggins' => 'begins', |
549
|
|
|
|
|
|
|
'begining' => 'beginning', |
550
|
|
|
|
|
|
|
'beginnig' => 'beginning', |
551
|
|
|
|
|
|
|
'behavour' => 'behavior, behaviour', |
552
|
|
|
|
|
|
|
'beleif' => 'belief', |
553
|
|
|
|
|
|
|
'beleive' => 'believe', |
554
|
|
|
|
|
|
|
'beleived' => 'believed', |
555
|
|
|
|
|
|
|
'beleives' => 'believes', |
556
|
|
|
|
|
|
|
'beleiving' => 'believing', |
557
|
|
|
|
|
|
|
'belive' => 'believe', |
558
|
|
|
|
|
|
|
'belived' => 'believed, beloved', |
559
|
|
|
|
|
|
|
'belives' => 'believes, beliefs', |
560
|
|
|
|
|
|
|
'beneficary' => 'beneficiary', |
561
|
|
|
|
|
|
|
'beng' => 'being', |
562
|
|
|
|
|
|
|
'benificial' => 'beneficial', |
563
|
|
|
|
|
|
|
'benifit' => 'benefit', |
564
|
|
|
|
|
|
|
'benifits' => 'benefits', |
565
|
|
|
|
|
|
|
'bernouilli' => 'Bernoulli', |
566
|
|
|
|
|
|
|
'beteen' => 'between', |
567
|
|
|
|
|
|
|
'betwen' => 'between', |
568
|
|
|
|
|
|
|
'beween' => 'between', |
569
|
|
|
|
|
|
|
'bewteen' => 'between', |
570
|
|
|
|
|
|
|
'bilateraly' => 'bilaterally', |
571
|
|
|
|
|
|
|
'billingualism' => 'bilingualism', |
572
|
|
|
|
|
|
|
'binominal' => 'binomial', |
573
|
|
|
|
|
|
|
'bizzare' => 'bizarre', |
574
|
|
|
|
|
|
|
'blaim' => 'blame', |
575
|
|
|
|
|
|
|
'blaimed' => 'blamed', |
576
|
|
|
|
|
|
|
'blessure' => 'blessing', |
577
|
|
|
|
|
|
|
'boaut' => 'bout, boat, about', |
578
|
|
|
|
|
|
|
'bodydbuilder' => 'bodybuilder', |
579
|
|
|
|
|
|
|
'bombardement' => 'bombardment', |
580
|
|
|
|
|
|
|
'bombarment' => 'bombardment', |
581
|
|
|
|
|
|
|
'bondary' => 'boundary', |
582
|
|
|
|
|
|
|
'borke' => 'broke', |
583
|
|
|
|
|
|
|
'boundry' => 'boundary', |
584
|
|
|
|
|
|
|
'bouyancy' => 'buoyancy', |
585
|
|
|
|
|
|
|
'bouyant' => 'buoyant', |
586
|
|
|
|
|
|
|
'boyant' => 'buoyant', |
587
|
|
|
|
|
|
|
'breakthough' => 'breakthrough', |
588
|
|
|
|
|
|
|
'breakthroughts' => 'breakthroughs', |
589
|
|
|
|
|
|
|
'breif' => 'brief', |
590
|
|
|
|
|
|
|
'breifly' => 'briefly', |
591
|
|
|
|
|
|
|
'brethen' => 'brethren', |
592
|
|
|
|
|
|
|
'briliant' => 'brilliant', |
593
|
|
|
|
|
|
|
'brillant' => 'brilliant', |
594
|
|
|
|
|
|
|
'brimestone' => 'brimstone', |
595
|
|
|
|
|
|
|
'broacasted' => 'broadcast', |
596
|
|
|
|
|
|
|
'broadacasting' => 'broadcasting', |
597
|
|
|
|
|
|
|
'broady' => 'broadly', |
598
|
|
|
|
|
|
|
'buisness' => 'business', |
599
|
|
|
|
|
|
|
'buisnessman' => 'businessman', |
600
|
|
|
|
|
|
|
'buoancy' => 'buoyancy', |
601
|
|
|
|
|
|
|
'buring' => 'burying, burning, burin, during', |
602
|
|
|
|
|
|
|
'burried' => 'buried', |
603
|
|
|
|
|
|
|
'busines' => 'business', |
604
|
|
|
|
|
|
|
'busineses' => 'business, businesses', |
605
|
|
|
|
|
|
|
'busness' => 'business', |
606
|
|
|
|
|
|
|
'bussiness' => 'business', |
607
|
|
|
|
|
|
|
'caculater' => 'calculator', |
608
|
|
|
|
|
|
|
'cacuses' => 'caucuses', |
609
|
|
|
|
|
|
|
'cahracters' => 'characters', |
610
|
|
|
|
|
|
|
'calaber' => 'caliber', |
611
|
|
|
|
|
|
|
'calander' => 'calendar, calender, colander', |
612
|
|
|
|
|
|
|
'calculater' => 'calculator', |
613
|
|
|
|
|
|
|
'calculs' => 'calculus', |
614
|
|
|
|
|
|
|
'calender' => 'calendar', |
615
|
|
|
|
|
|
|
'calenders' => 'calendars', |
616
|
|
|
|
|
|
|
'caligraphy' => 'calligraphy', |
617
|
|
|
|
|
|
|
'caluclate' => 'calculate', |
618
|
|
|
|
|
|
|
'caluclated' => 'calculated', |
619
|
|
|
|
|
|
|
'caluculate' => 'calculate', |
620
|
|
|
|
|
|
|
'caluculated' => 'calculated', |
621
|
|
|
|
|
|
|
'calulate' => 'calculate', |
622
|
|
|
|
|
|
|
'calulated' => 'calculated', |
623
|
|
|
|
|
|
|
'calulater' => 'calculator', |
624
|
|
|
|
|
|
|
'camoflage' => 'camouflage', |
625
|
|
|
|
|
|
|
'campain' => 'campaign', |
626
|
|
|
|
|
|
|
'campains' => 'campaigns', |
627
|
|
|
|
|
|
|
'cancelation' => 'cancellation', |
628
|
|
|
|
|
|
|
'candadate' => 'candidate', |
629
|
|
|
|
|
|
|
'candiate' => 'candidate', |
630
|
|
|
|
|
|
|
'candidiate' => 'candidate', |
631
|
|
|
|
|
|
|
'cannister' => 'canister', |
632
|
|
|
|
|
|
|
'cannisters' => 'canisters', |
633
|
|
|
|
|
|
|
'cannnot' => 'cannot', |
634
|
|
|
|
|
|
|
'cannonical' => 'canonical', |
635
|
|
|
|
|
|
|
'cannotation' => 'connotation', |
636
|
|
|
|
|
|
|
'cannotations' => 'connotations', |
637
|
|
|
|
|
|
|
'caost' => 'coast', |
638
|
|
|
|
|
|
|
'capabilites' => 'capabilities', |
639
|
|
|
|
|
|
|
'capatibilities' => 'capabilities', |
640
|
|
|
|
|
|
|
'caperbility' => 'capability', |
641
|
|
|
|
|
|
|
'capible' => 'capable', |
642
|
|
|
|
|
|
|
'captial' => 'capital', |
643
|
|
|
|
|
|
|
'captued' => 'captured', |
644
|
|
|
|
|
|
|
'capturd' => 'captured', |
645
|
|
|
|
|
|
|
'carachter' => 'character', |
646
|
|
|
|
|
|
|
'caracterized' => 'characterized', |
647
|
|
|
|
|
|
|
'carefull' => 'careful', |
648
|
|
|
|
|
|
|
'careing' => 'caring', |
649
|
|
|
|
|
|
|
'cariage' => 'carriage', |
650
|
|
|
|
|
|
|
'carniverous' => 'carnivorous', |
651
|
|
|
|
|
|
|
'carreer' => 'career', |
652
|
|
|
|
|
|
|
'carrers' => 'careers', |
653
|
|
|
|
|
|
|
'cartdridge' => 'cartridge', |
654
|
|
|
|
|
|
|
'carthographer' => 'cartographer', |
655
|
|
|
|
|
|
|
'casette' => 'cassette', |
656
|
|
|
|
|
|
|
'casue' => 'cause', |
657
|
|
|
|
|
|
|
'casued' => 'caused', |
658
|
|
|
|
|
|
|
'casues' => 'causes', |
659
|
|
|
|
|
|
|
'casuing' => 'causing', |
660
|
|
|
|
|
|
|
'casulaties' => 'casualties', |
661
|
|
|
|
|
|
|
'casulaty' => 'casualty', |
662
|
|
|
|
|
|
|
'catagories' => 'categories', |
663
|
|
|
|
|
|
|
'catagorized' => 'categorized', |
664
|
|
|
|
|
|
|
'catagory' => 'category', |
665
|
|
|
|
|
|
|
'catapillar' => 'caterpillar', |
666
|
|
|
|
|
|
|
'catapillars' => 'caterpillars', |
667
|
|
|
|
|
|
|
'catapiller' => 'caterpillar', |
668
|
|
|
|
|
|
|
'catapillers' => 'caterpillars', |
669
|
|
|
|
|
|
|
'catepillar' => 'caterpillar', |
670
|
|
|
|
|
|
|
'catepillars' => 'caterpillars', |
671
|
|
|
|
|
|
|
'catergorize' => 'categorize', |
672
|
|
|
|
|
|
|
'catergorized' => 'categorized', |
673
|
|
|
|
|
|
|
'caterpilar' => 'caterpillar', |
674
|
|
|
|
|
|
|
'caterpilars' => 'caterpillars', |
675
|
|
|
|
|
|
|
'caterpiller' => 'caterpillar', |
676
|
|
|
|
|
|
|
'caterpillers' => 'caterpillars', |
677
|
|
|
|
|
|
|
'cathlic' => 'catholic', |
678
|
|
|
|
|
|
|
'catholocism' => 'catholicism', |
679
|
|
|
|
|
|
|
'catterpilar' => 'caterpillar', |
680
|
|
|
|
|
|
|
'catterpilars' => 'caterpillars', |
681
|
|
|
|
|
|
|
'catterpillar' => 'caterpillar', |
682
|
|
|
|
|
|
|
'catterpillars' => 'caterpillars', |
683
|
|
|
|
|
|
|
'cattleship' => 'battleship', |
684
|
|
|
|
|
|
|
'causalities' => 'casualties', |
685
|
|
|
|
|
|
|
'ceasar' => 'Caesar', |
686
|
|
|
|
|
|
|
'celcius' => 'Celsius', |
687
|
|
|
|
|
|
|
'cellpading' => 'cellpadding', |
688
|
|
|
|
|
|
|
'cementary' => 'cemetery', |
689
|
|
|
|
|
|
|
'cemetarey' => 'cemetery', |
690
|
|
|
|
|
|
|
'cemetaries' => 'cemeteries', |
691
|
|
|
|
|
|
|
'cemetary' => 'cemetery', |
692
|
|
|
|
|
|
|
'cencus' => 'census', |
693
|
|
|
|
|
|
|
'censur' => 'censor, censure', |
694
|
|
|
|
|
|
|
'cententenial' => 'centennial', |
695
|
|
|
|
|
|
|
'centruies' => 'centuries', |
696
|
|
|
|
|
|
|
'centruy' => 'century', |
697
|
|
|
|
|
|
|
'centuties' => 'centuries', |
698
|
|
|
|
|
|
|
'centuty' => 'century', |
699
|
|
|
|
|
|
|
'ceratin' => 'certain, keratin', |
700
|
|
|
|
|
|
|
'cerimonial' => 'ceremonial', |
701
|
|
|
|
|
|
|
'cerimonies' => 'ceremonies', |
702
|
|
|
|
|
|
|
'cerimonious' => 'ceremonious', |
703
|
|
|
|
|
|
|
'cerimony' => 'ceremony', |
704
|
|
|
|
|
|
|
'ceromony' => 'ceremony', |
705
|
|
|
|
|
|
|
'certainity' => 'certainty', |
706
|
|
|
|
|
|
|
'certian' => 'certain', |
707
|
|
|
|
|
|
|
'cervial' => 'cervical, servile, serval', |
708
|
|
|
|
|
|
|
'chalenging' => 'challenging', |
709
|
|
|
|
|
|
|
'challange' => 'challenge', |
710
|
|
|
|
|
|
|
'challanged' => 'challenged', |
711
|
|
|
|
|
|
|
'challanges' => 'challenges', |
712
|
|
|
|
|
|
|
'challege' => 'challenge', |
713
|
|
|
|
|
|
|
'changable' => 'changeable', |
714
|
|
|
|
|
|
|
'charachter' => 'character', |
715
|
|
|
|
|
|
|
'charachters' => 'characters', |
716
|
|
|
|
|
|
|
'charactersistic' => 'characteristic', |
717
|
|
|
|
|
|
|
'charactor' => 'character', |
718
|
|
|
|
|
|
|
'charactors' => 'characters', |
719
|
|
|
|
|
|
|
'charasmatic' => 'charismatic', |
720
|
|
|
|
|
|
|
'charaterized' => 'characterized', |
721
|
|
|
|
|
|
|
'charcter' => 'character', |
722
|
|
|
|
|
|
|
'chariman' => 'chairman', |
723
|
|
|
|
|
|
|
'charistics' => 'characteristics', |
724
|
|
|
|
|
|
|
'chasr' => 'chaser, chase', |
725
|
|
|
|
|
|
|
'cheif' => 'chief', |
726
|
|
|
|
|
|
|
'cheifs' => 'chiefs', |
727
|
|
|
|
|
|
|
'chemcial' => 'chemical', |
728
|
|
|
|
|
|
|
'chemcially' => 'chemically', |
729
|
|
|
|
|
|
|
'chemestry' => 'chemistry', |
730
|
|
|
|
|
|
|
'chemicaly' => 'chemically', |
731
|
|
|
|
|
|
|
'childbird' => 'childbirth', |
732
|
|
|
|
|
|
|
'childen' => 'children', |
733
|
|
|
|
|
|
|
'childs' => 'children', |
734
|
|
|
|
|
|
|
'chnages' => 'changes', |
735
|
|
|
|
|
|
|
'choosen' => 'chosen', |
736
|
|
|
|
|
|
|
'chracter' => 'character', |
737
|
|
|
|
|
|
|
'chuch' => 'church', |
738
|
|
|
|
|
|
|
'churchs' => 'churches', |
739
|
|
|
|
|
|
|
'circulaton' => 'circulation', |
740
|
|
|
|
|
|
|
'circut' => 'circuit', |
741
|
|
|
|
|
|
|
'ciricuit' => 'circuit', |
742
|
|
|
|
|
|
|
'ciriculum' => 'curriculum', |
743
|
|
|
|
|
|
|
'civillian' => 'civilian', |
744
|
|
|
|
|
|
|
'claer' => 'clear', |
745
|
|
|
|
|
|
|
'claerer' => 'clearer', |
746
|
|
|
|
|
|
|
'claerly' => 'clearly', |
747
|
|
|
|
|
|
|
'claimes' => 'claims', |
748
|
|
|
|
|
|
|
'clas' => 'class', |
749
|
|
|
|
|
|
|
'clasical' => 'classical', |
750
|
|
|
|
|
|
|
'clasically' => 'classically', |
751
|
|
|
|
|
|
|
'clasic' => 'classic', |
752
|
|
|
|
|
|
|
'cleareance' => 'clearance', |
753
|
|
|
|
|
|
|
'clera' => 'clear, sclera', |
754
|
|
|
|
|
|
|
'clincial' => 'clinical', |
755
|
|
|
|
|
|
|
'clinicaly' => 'clinically', |
756
|
|
|
|
|
|
|
'cmo' => 'com', |
757
|
|
|
|
|
|
|
'cmoputer' => 'computer', |
758
|
|
|
|
|
|
|
'coctail' => 'cocktail', |
759
|
|
|
|
|
|
|
'coform' => 'conform', |
760
|
|
|
|
|
|
|
'cognizent' => 'cognizant', |
761
|
|
|
|
|
|
|
'coincedentally' => 'coincidentally', |
762
|
|
|
|
|
|
|
'colaborations' => 'collaborations', |
763
|
|
|
|
|
|
|
'colateral' => 'collateral', |
764
|
|
|
|
|
|
|
'colelctive' => 'collective', |
765
|
|
|
|
|
|
|
'collaberative' => 'collaborative', |
766
|
|
|
|
|
|
|
'collecton' => 'collection', |
767
|
|
|
|
|
|
|
'collegue' => 'colleague', |
768
|
|
|
|
|
|
|
'collegues' => 'colleagues', |
769
|
|
|
|
|
|
|
'collonade' => 'colonnade', |
770
|
|
|
|
|
|
|
'collonies' => 'colonies', |
771
|
|
|
|
|
|
|
'collony' => 'colony', |
772
|
|
|
|
|
|
|
'collosal' => 'colossal', |
773
|
|
|
|
|
|
|
'colonizators' => 'colonizers', |
774
|
|
|
|
|
|
|
'colorfull' => 'colorful', |
775
|
|
|
|
|
|
|
'comand' => 'command', |
776
|
|
|
|
|
|
|
'comander' => 'commander, commandeer', |
777
|
|
|
|
|
|
|
'comando' => 'commando', |
778
|
|
|
|
|
|
|
'comandos' => 'commandos', |
779
|
|
|
|
|
|
|
'comany' => 'company', |
780
|
|
|
|
|
|
|
'comapany' => 'company', |
781
|
|
|
|
|
|
|
'comback' => 'comeback', |
782
|
|
|
|
|
|
|
'combanations' => 'combinations', |
783
|
|
|
|
|
|
|
'combinatins' => 'combinations', |
784
|
|
|
|
|
|
|
'combusion' => 'combustion', |
785
|
|
|
|
|
|
|
'comdemnation' => 'condemnation', |
786
|
|
|
|
|
|
|
'comemmorates' => 'commemorates', |
787
|
|
|
|
|
|
|
'comemoretion' => 'commemoration', |
788
|
|
|
|
|
|
|
'comision' => 'commission', |
789
|
|
|
|
|
|
|
'comisioned' => 'commissioned', |
790
|
|
|
|
|
|
|
'comisioner' => 'commissioner', |
791
|
|
|
|
|
|
|
'comisioning' => 'commissioning', |
792
|
|
|
|
|
|
|
'comisions' => 'commissions', |
793
|
|
|
|
|
|
|
'comission' => 'commission', |
794
|
|
|
|
|
|
|
'comissioned' => 'commissioned', |
795
|
|
|
|
|
|
|
'comissioner' => 'commissioner', |
796
|
|
|
|
|
|
|
'comissioning' => 'commissioning', |
797
|
|
|
|
|
|
|
'comissions' => 'commissions', |
798
|
|
|
|
|
|
|
'comit' => 'commit', |
799
|
|
|
|
|
|
|
'comited' => 'committed', |
800
|
|
|
|
|
|
|
'comiting' => 'committing', |
801
|
|
|
|
|
|
|
'comitted' => 'committed', |
802
|
|
|
|
|
|
|
'comittee' => 'committee', |
803
|
|
|
|
|
|
|
'comitting' => 'committing', |
804
|
|
|
|
|
|
|
'commandoes' => 'commandos', |
805
|
|
|
|
|
|
|
'commedic' => 'comedic', |
806
|
|
|
|
|
|
|
'commemerative' => 'commemorative', |
807
|
|
|
|
|
|
|
'commemmorate' => 'commemorate', |
808
|
|
|
|
|
|
|
'commemmorating' => 'commemorating', |
809
|
|
|
|
|
|
|
'commerical' => 'commercial', |
810
|
|
|
|
|
|
|
'commerically' => 'commercially', |
811
|
|
|
|
|
|
|
'commericial' => 'commercial', |
812
|
|
|
|
|
|
|
'commericially' => 'commercially', |
813
|
|
|
|
|
|
|
'commerorative' => 'commemorative', |
814
|
|
|
|
|
|
|
'comming' => 'coming', |
815
|
|
|
|
|
|
|
'comminication' => 'communication', |
816
|
|
|
|
|
|
|
'comminucation' => 'communication', |
817
|
|
|
|
|
|
|
'commision' => 'commission', |
818
|
|
|
|
|
|
|
'commisioned' => 'commissioned', |
819
|
|
|
|
|
|
|
'commisioner' => 'commissioner', |
820
|
|
|
|
|
|
|
'commisioning' => 'commissioning', |
821
|
|
|
|
|
|
|
'commisions' => 'commissions', |
822
|
|
|
|
|
|
|
'commited' => 'committed', |
823
|
|
|
|
|
|
|
'commitee' => 'committee', |
824
|
|
|
|
|
|
|
'commiting' => 'committing', |
825
|
|
|
|
|
|
|
'committ' => 'commit', |
826
|
|
|
|
|
|
|
'committe' => 'committee', |
827
|
|
|
|
|
|
|
'committment' => 'commitment', |
828
|
|
|
|
|
|
|
'committments' => 'commitments', |
829
|
|
|
|
|
|
|
'commmemorated' => 'commemorated', |
830
|
|
|
|
|
|
|
'commoditiy' => 'commodity', |
831
|
|
|
|
|
|
|
'commongly' => 'commonly', |
832
|
|
|
|
|
|
|
'commonweath' => 'commonwealth', |
833
|
|
|
|
|
|
|
'commuications' => 'communications', |
834
|
|
|
|
|
|
|
'commuinications' => 'communications', |
835
|
|
|
|
|
|
|
'communciation' => 'communication', |
836
|
|
|
|
|
|
|
'communiation' => 'communication', |
837
|
|
|
|
|
|
|
'communites' => 'communities', |
838
|
|
|
|
|
|
|
'compability' => 'compatibility', |
839
|
|
|
|
|
|
|
'comparision' => 'comparison', |
840
|
|
|
|
|
|
|
'comparisions' => 'comparisons', |
841
|
|
|
|
|
|
|
'comparitive' => 'comparative', |
842
|
|
|
|
|
|
|
'comparitively' => 'comparatively', |
843
|
|
|
|
|
|
|
'compatabilities' => 'compatibilities', |
844
|
|
|
|
|
|
|
'compatability' => 'compatibility', |
845
|
|
|
|
|
|
|
'compatable' => 'compatible', |
846
|
|
|
|
|
|
|
'compatablities' => 'compatibilities', |
847
|
|
|
|
|
|
|
'compatablity' => 'compatibility', |
848
|
|
|
|
|
|
|
'compatiable' => 'compatible', |
849
|
|
|
|
|
|
|
'compatibiliy' => 'compatibility', |
850
|
|
|
|
|
|
|
'compatibilty' => 'compatibility', |
851
|
|
|
|
|
|
|
'compatiblities' => 'compatibilities', |
852
|
|
|
|
|
|
|
'compatiblity' => 'compatibility', |
853
|
|
|
|
|
|
|
'compeitions' => 'competitions', |
854
|
|
|
|
|
|
|
'compensantion' => 'compensation', |
855
|
|
|
|
|
|
|
'competance' => 'competence', |
856
|
|
|
|
|
|
|
'competant' => 'competent', |
857
|
|
|
|
|
|
|
'competative' => 'competitive', |
858
|
|
|
|
|
|
|
'competion' => 'competition, completion', |
859
|
|
|
|
|
|
|
'competitiion' => 'competition', |
860
|
|
|
|
|
|
|
'competive' => 'competitive', |
861
|
|
|
|
|
|
|
'competiveness' => 'competitiveness', |
862
|
|
|
|
|
|
|
'comphrehensive' => 'comprehensive', |
863
|
|
|
|
|
|
|
'compitent' => 'competent', |
864
|
|
|
|
|
|
|
'compleatly' => 'completely', |
865
|
|
|
|
|
|
|
'completedthe' => 'completed the', |
866
|
|
|
|
|
|
|
'completelyl' => 'completely', |
867
|
|
|
|
|
|
|
'completetion' => 'completion', |
868
|
|
|
|
|
|
|
'complient' => 'compliant', |
869
|
|
|
|
|
|
|
'complier' => 'compiler', |
870
|
|
|
|
|
|
|
'componant' => 'component', |
871
|
|
|
|
|
|
|
'comprable' => 'comparable', |
872
|
|
|
|
|
|
|
'compres' => 'compress', |
873
|
|
|
|
|
|
|
'compresion' => 'compression', |
874
|
|
|
|
|
|
|
'comprimise' => 'compromise', |
875
|
|
|
|
|
|
|
'compulsary' => 'compulsory', |
876
|
|
|
|
|
|
|
'compulsery' => 'compulsory', |
877
|
|
|
|
|
|
|
'computarized' => 'computerized', |
878
|
|
|
|
|
|
|
'concensus' => 'consensus', |
879
|
|
|
|
|
|
|
'concider' => 'consider', |
880
|
|
|
|
|
|
|
'concidered' => 'considered', |
881
|
|
|
|
|
|
|
'concidering' => 'considering', |
882
|
|
|
|
|
|
|
'conciders' => 'considers', |
883
|
|
|
|
|
|
|
'concieted' => 'conceited', |
884
|
|
|
|
|
|
|
'concieved' => 'conceived', |
885
|
|
|
|
|
|
|
'concious' => 'conscious', |
886
|
|
|
|
|
|
|
'conciously' => 'consciously', |
887
|
|
|
|
|
|
|
'conciousness' => 'consciousness', |
888
|
|
|
|
|
|
|
'condamned' => 'condemned', |
889
|
|
|
|
|
|
|
'condemmed' => 'condemned', |
890
|
|
|
|
|
|
|
'condidtion' => 'condition', |
891
|
|
|
|
|
|
|
'condidtions' => 'conditions', |
892
|
|
|
|
|
|
|
'conditionsof' => 'conditions of', |
893
|
|
|
|
|
|
|
'conected' => 'connected', |
894
|
|
|
|
|
|
|
'conection' => 'connection', |
895
|
|
|
|
|
|
|
'conesencus' => 'consensus', |
896
|
|
|
|
|
|
|
'confidental' => 'confidential', |
897
|
|
|
|
|
|
|
'confidentally' => 'confidentially', |
898
|
|
|
|
|
|
|
'confids' => 'confides', |
899
|
|
|
|
|
|
|
'configuratoin' => 'configuration', |
900
|
|
|
|
|
|
|
'configureable' => 'configurable', |
901
|
|
|
|
|
|
|
'confortable' => 'comfortable', |
902
|
|
|
|
|
|
|
'congradulations' => 'congratulations', |
903
|
|
|
|
|
|
|
'congresional' => 'congressional', |
904
|
|
|
|
|
|
|
'conived' => 'connived', |
905
|
|
|
|
|
|
|
'conjecutre' => 'conjecture', |
906
|
|
|
|
|
|
|
'conjuction' => 'conjunction', |
907
|
|
|
|
|
|
|
'connectinos' => 'connections', |
908
|
|
|
|
|
|
|
'conotations' => 'connotations', |
909
|
|
|
|
|
|
|
'conquerd' => 'conquered', |
910
|
|
|
|
|
|
|
'conquerer' => 'conqueror', |
911
|
|
|
|
|
|
|
'conquerers' => 'conquerors', |
912
|
|
|
|
|
|
|
'conqured' => 'conquered', |
913
|
|
|
|
|
|
|
'conscent' => 'consent', |
914
|
|
|
|
|
|
|
'consciouness' => 'consciousness', |
915
|
|
|
|
|
|
|
'consdider' => 'consider', |
916
|
|
|
|
|
|
|
'consdidered' => 'considered', |
917
|
|
|
|
|
|
|
'consdiered' => 'considered', |
918
|
|
|
|
|
|
|
'consectutive' => 'consecutive', |
919
|
|
|
|
|
|
|
'consenquently' => 'consequently', |
920
|
|
|
|
|
|
|
'consentrate' => 'concentrate', |
921
|
|
|
|
|
|
|
'consentrated' => 'concentrated', |
922
|
|
|
|
|
|
|
'consentrates' => 'concentrates', |
923
|
|
|
|
|
|
|
'consept' => 'concept', |
924
|
|
|
|
|
|
|
'consequentually' => 'consequently', |
925
|
|
|
|
|
|
|
'consequeseces' => 'consequences', |
926
|
|
|
|
|
|
|
'consern' => 'concern', |
927
|
|
|
|
|
|
|
'conserned' => 'concerned', |
928
|
|
|
|
|
|
|
'conserning' => 'concerning', |
929
|
|
|
|
|
|
|
'conservitive' => 'conservative', |
930
|
|
|
|
|
|
|
'consiciousness' => 'consciousness', |
931
|
|
|
|
|
|
|
'consicousness' => 'consciousness', |
932
|
|
|
|
|
|
|
'considerd' => 'considered', |
933
|
|
|
|
|
|
|
'consideres' => 'considered', |
934
|
|
|
|
|
|
|
'consious' => 'conscious', |
935
|
|
|
|
|
|
|
'consistancy' => 'consistency', |
936
|
|
|
|
|
|
|
'consistant' => 'consistent', |
937
|
|
|
|
|
|
|
'consistantly' => 'consistently', |
938
|
|
|
|
|
|
|
'consituencies' => 'constituencies', |
939
|
|
|
|
|
|
|
'consituency' => 'constituency', |
940
|
|
|
|
|
|
|
'consituted' => 'constituted', |
941
|
|
|
|
|
|
|
'consitutional' => 'constitutional', |
942
|
|
|
|
|
|
|
'consitution' => 'constitution', |
943
|
|
|
|
|
|
|
'consolodate' => 'consolidate', |
944
|
|
|
|
|
|
|
'consolodated' => 'consolidated', |
945
|
|
|
|
|
|
|
'consonent' => 'consonant', |
946
|
|
|
|
|
|
|
'consonents' => 'consonants', |
947
|
|
|
|
|
|
|
'consorcium' => 'consortium', |
948
|
|
|
|
|
|
|
'conspiracys' => 'conspiracies', |
949
|
|
|
|
|
|
|
'conspiriator' => 'conspirator', |
950
|
|
|
|
|
|
|
'constaints' => 'constraints', |
951
|
|
|
|
|
|
|
'constanly' => 'constantly', |
952
|
|
|
|
|
|
|
'constatn' => 'constant', |
953
|
|
|
|
|
|
|
'constinually' => 'continually', |
954
|
|
|
|
|
|
|
'constituant' => 'constituent', |
955
|
|
|
|
|
|
|
'constituants' => 'constituents', |
956
|
|
|
|
|
|
|
'constituional' => 'constitutional', |
957
|
|
|
|
|
|
|
'constituion' => 'constitution', |
958
|
|
|
|
|
|
|
'consttruction' => 'construction', |
959
|
|
|
|
|
|
|
'constuction' => 'construction', |
960
|
|
|
|
|
|
|
'consulant' => 'consultant', |
961
|
|
|
|
|
|
|
'contaiminate' => 'contaminate', |
962
|
|
|
|
|
|
|
'containes' => 'contains', |
963
|
|
|
|
|
|
|
'containts' => 'contains', |
964
|
|
|
|
|
|
|
'contamporaries' => 'contemporaries', |
965
|
|
|
|
|
|
|
'contamporary' => 'contemporary', |
966
|
|
|
|
|
|
|
'contempoary' => 'contemporary', |
967
|
|
|
|
|
|
|
'contemporaneus' => 'contemporaneous', |
968
|
|
|
|
|
|
|
'contempory' => 'contemporary', |
969
|
|
|
|
|
|
|
'contence' => 'contents', |
970
|
|
|
|
|
|
|
'contendor' => 'contender', |
971
|
|
|
|
|
|
|
'contibute' => 'contribute', |
972
|
|
|
|
|
|
|
'contibuted' => 'contributed', |
973
|
|
|
|
|
|
|
'contibutes' => 'contributes', |
974
|
|
|
|
|
|
|
'contigent' => 'contingent', |
975
|
|
|
|
|
|
|
'contined' => 'continued', |
976
|
|
|
|
|
|
|
'continous' => 'continuous', |
977
|
|
|
|
|
|
|
'continously' => 'continuously', |
978
|
|
|
|
|
|
|
'continueing' => 'continuing', |
979
|
|
|
|
|
|
|
'contraints' => 'constraints', |
980
|
|
|
|
|
|
|
'contravercial' => 'controversial', |
981
|
|
|
|
|
|
|
'contraversy' => 'controversy', |
982
|
|
|
|
|
|
|
'contributer' => 'contributor', |
983
|
|
|
|
|
|
|
'contributers' => 'contributors', |
984
|
|
|
|
|
|
|
'contritutions' => 'contributions', |
985
|
|
|
|
|
|
|
'controled' => 'controlled', |
986
|
|
|
|
|
|
|
'controling' => 'controlling', |
987
|
|
|
|
|
|
|
'controll' => 'control', |
988
|
|
|
|
|
|
|
'controlls' => 'controls', |
989
|
|
|
|
|
|
|
'controvercial' => 'controversial', |
990
|
|
|
|
|
|
|
'controvercy' => 'controversy', |
991
|
|
|
|
|
|
|
'controveries' => 'controversies', |
992
|
|
|
|
|
|
|
'controversal' => 'controversial', |
993
|
|
|
|
|
|
|
'controversey' => 'controversy', |
994
|
|
|
|
|
|
|
'controvertial' => 'controversial', |
995
|
|
|
|
|
|
|
'controvery' => 'controversy', |
996
|
|
|
|
|
|
|
'contruction' => 'construction', |
997
|
|
|
|
|
|
|
'contstruction' => 'construction', |
998
|
|
|
|
|
|
|
'conveinent' => 'convenient', |
999
|
|
|
|
|
|
|
'convential' => 'conventional', |
1000
|
|
|
|
|
|
|
'convertables' => 'convertibles', |
1001
|
|
|
|
|
|
|
'convertion' => 'conversion', |
1002
|
|
|
|
|
|
|
'convertor' => 'converter', |
1003
|
|
|
|
|
|
|
'conviced' => 'convinced', |
1004
|
|
|
|
|
|
|
'convienient' => 'convenient', |
1005
|
|
|
|
|
|
|
'convinient' => 'convenient', |
1006
|
|
|
|
|
|
|
'coordiantion' => 'coordination', |
1007
|
|
|
|
|
|
|
'coorperation' => 'cooperation, corporation', |
1008
|
|
|
|
|
|
|
'coorperations' => 'corporations', |
1009
|
|
|
|
|
|
|
'copmetitors' => 'competitors', |
1010
|
|
|
|
|
|
|
'coputer' => 'computer', |
1011
|
|
|
|
|
|
|
'copywrite' => 'copyright', |
1012
|
|
|
|
|
|
|
'corected' => 'corrected', |
1013
|
|
|
|
|
|
|
'cornmitted' => 'committed', |
1014
|
|
|
|
|
|
|
'corosion' => 'corrosion', |
1015
|
|
|
|
|
|
|
'corparate' => 'corporate', |
1016
|
|
|
|
|
|
|
'corperations' => 'corporations', |
1017
|
|
|
|
|
|
|
'correcters' => 'correctors', |
1018
|
|
|
|
|
|
|
'correponding' => 'corresponding', |
1019
|
|
|
|
|
|
|
'correponds' => 'corresponds', |
1020
|
|
|
|
|
|
|
'correposding' => 'corresponding', |
1021
|
|
|
|
|
|
|
'correspondant' => 'correspondent', |
1022
|
|
|
|
|
|
|
'correspondants' => 'correspondents', |
1023
|
|
|
|
|
|
|
'corridoors' => 'corridors', |
1024
|
|
|
|
|
|
|
'corrispondant' => 'correspondent', |
1025
|
|
|
|
|
|
|
'corrispondants' => 'correspondents', |
1026
|
|
|
|
|
|
|
'corrispond' => 'correspond', |
1027
|
|
|
|
|
|
|
'corrisponded' => 'corresponded', |
1028
|
|
|
|
|
|
|
'corrisponding' => 'corresponding', |
1029
|
|
|
|
|
|
|
'corrisponds' => 'corresponds', |
1030
|
|
|
|
|
|
|
'costitution' => 'constitution', |
1031
|
|
|
|
|
|
|
'coucil' => 'council', |
1032
|
|
|
|
|
|
|
'coudl' => 'could, cloud', |
1033
|
|
|
|
|
|
|
'councellor' => 'councillor, counselor, councilor', |
1034
|
|
|
|
|
|
|
'councellors' => 'councillors, counselors, councilors', |
1035
|
|
|
|
|
|
|
'counries' => 'countries', |
1036
|
|
|
|
|
|
|
'countains' => 'contains', |
1037
|
|
|
|
|
|
|
'countires' => 'countries', |
1038
|
|
|
|
|
|
|
'coururier' => 'courier, couturier', |
1039
|
|
|
|
|
|
|
'coverted' => 'converted, covered, coveted', |
1040
|
|
|
|
|
|
|
'cpoy' => 'coy, copy', |
1041
|
|
|
|
|
|
|
'creaeted' => 'created', |
1042
|
|
|
|
|
|
|
'critereon' => 'criterion', |
1043
|
|
|
|
|
|
|
'criterias' => 'criteria', |
1044
|
|
|
|
|
|
|
'criticists' => 'critics', |
1045
|
|
|
|
|
|
|
'critising' => 'criticising, criticizing', |
1046
|
|
|
|
|
|
|
'critisising' => 'criticising', |
1047
|
|
|
|
|
|
|
'critisism' => 'criticism', |
1048
|
|
|
|
|
|
|
'critisisms' => 'criticisms', |
1049
|
|
|
|
|
|
|
'critisize' => 'criticise, criticize', |
1050
|
|
|
|
|
|
|
'critisized' => 'criticised, criticized', |
1051
|
|
|
|
|
|
|
'critisizes' => 'criticises, criticizes', |
1052
|
|
|
|
|
|
|
'critisizing' => 'criticising, criticizing', |
1053
|
|
|
|
|
|
|
'critized' => 'criticized', |
1054
|
|
|
|
|
|
|
'critizing' => 'criticizing', |
1055
|
|
|
|
|
|
|
'crockodiles' => 'crocodiles', |
1056
|
|
|
|
|
|
|
'crowm' => 'crown', |
1057
|
|
|
|
|
|
|
'crtical' => 'critical', |
1058
|
|
|
|
|
|
|
'crticised' => 'criticised', |
1059
|
|
|
|
|
|
|
'crusies' => 'cruises', |
1060
|
|
|
|
|
|
|
'cryptocraphic' => 'cryptographic', |
1061
|
|
|
|
|
|
|
'crystalisation' => 'crystallisation', |
1062
|
|
|
|
|
|
|
'culiminating' => 'culminating', |
1063
|
|
|
|
|
|
|
'cumulatative' => 'cumulative', |
1064
|
|
|
|
|
|
|
'curch' => 'church', |
1065
|
|
|
|
|
|
|
'curcuit' => 'circuit', |
1066
|
|
|
|
|
|
|
'curently' => 'currently', |
1067
|
|
|
|
|
|
|
'currenly' => 'currently', |
1068
|
|
|
|
|
|
|
'curriculem' => 'curriculum', |
1069
|
|
|
|
|
|
|
'cxan' => 'cyan', |
1070
|
|
|
|
|
|
|
'cyclinder' => 'cylinder', |
1071
|
|
|
|
|
|
|
'daed' => 'dead', |
1072
|
|
|
|
|
|
|
'dael' => 'deal, dial, dahl', |
1073
|
|
|
|
|
|
|
'damenor' => 'demeanor', |
1074
|
|
|
|
|
|
|
'dammage' => 'damage', |
1075
|
|
|
|
|
|
|
'daugher' => 'daughter', |
1076
|
|
|
|
|
|
|
'deafult' => 'default', |
1077
|
|
|
|
|
|
|
'deamon' => 'daemon', |
1078
|
|
|
|
|
|
|
'debateable' => 'debatable', |
1079
|
|
|
|
|
|
|
'decendant' => 'descendant', |
1080
|
|
|
|
|
|
|
'decendants' => 'descendants', |
1081
|
|
|
|
|
|
|
'decendent' => 'descendant', |
1082
|
|
|
|
|
|
|
'decendents' => 'descendants', |
1083
|
|
|
|
|
|
|
'decideable' => 'decidable', |
1084
|
|
|
|
|
|
|
'decidely' => 'decidedly', |
1085
|
|
|
|
|
|
|
'decieved' => 'deceived', |
1086
|
|
|
|
|
|
|
'decison' => 'decision', |
1087
|
|
|
|
|
|
|
'decomissioned' => 'decommissioned', |
1088
|
|
|
|
|
|
|
'decomposit' => 'decompose', |
1089
|
|
|
|
|
|
|
'decomposited' => 'decomposed', |
1090
|
|
|
|
|
|
|
'decompositing' => 'decomposing', |
1091
|
|
|
|
|
|
|
'decomposits' => 'decomposes', |
1092
|
|
|
|
|
|
|
'decompres' => 'decompress', |
1093
|
|
|
|
|
|
|
'decress' => 'decrees', |
1094
|
|
|
|
|
|
|
'decribed' => 'described', |
1095
|
|
|
|
|
|
|
'decribe' => 'describe', |
1096
|
|
|
|
|
|
|
'decribes' => 'describes', |
1097
|
|
|
|
|
|
|
'decribing' => 'describing', |
1098
|
|
|
|
|
|
|
'dectect' => 'detect', |
1099
|
|
|
|
|
|
|
'defendent' => 'defendant', |
1100
|
|
|
|
|
|
|
'defendents' => 'defendants', |
1101
|
|
|
|
|
|
|
'deffensively' => 'defensively', |
1102
|
|
|
|
|
|
|
'deffined' => 'defined', |
1103
|
|
|
|
|
|
|
'deffine' => 'define', |
1104
|
|
|
|
|
|
|
'definance' => 'defiance', |
1105
|
|
|
|
|
|
|
'definate' => 'definite', |
1106
|
|
|
|
|
|
|
'definately' => 'definitely', |
1107
|
|
|
|
|
|
|
'definatly' => 'definitely', |
1108
|
|
|
|
|
|
|
'definetly' => 'definitely', |
1109
|
|
|
|
|
|
|
'definining' => 'defining', |
1110
|
|
|
|
|
|
|
'definit' => 'definite', |
1111
|
|
|
|
|
|
|
'definitly' => 'definitely', |
1112
|
|
|
|
|
|
|
'definiton' => 'definition', |
1113
|
|
|
|
|
|
|
'defintion' => 'definition', |
1114
|
|
|
|
|
|
|
'degrate' => 'degrade', |
1115
|
|
|
|
|
|
|
'delagates' => 'delegates', |
1116
|
|
|
|
|
|
|
'delapidated' => 'dilapidated', |
1117
|
|
|
|
|
|
|
'delemiter' => 'delimiter', |
1118
|
|
|
|
|
|
|
'delevopment' => 'development', |
1119
|
|
|
|
|
|
|
'deliberatly' => 'deliberately', |
1120
|
|
|
|
|
|
|
'demenor' => 'demeanor', |
1121
|
|
|
|
|
|
|
'demographical' => 'demographic', |
1122
|
|
|
|
|
|
|
'demolision' => 'demolition', |
1123
|
|
|
|
|
|
|
'demorcracy' => 'democracy', |
1124
|
|
|
|
|
|
|
'demostration' => 'demonstration', |
1125
|
|
|
|
|
|
|
'denegrating' => 'denigrating', |
1126
|
|
|
|
|
|
|
'densly' => 'densely', |
1127
|
|
|
|
|
|
|
'deparmental' => 'departmental', |
1128
|
|
|
|
|
|
|
'deparment' => 'department', |
1129
|
|
|
|
|
|
|
'deparments' => 'departments', |
1130
|
|
|
|
|
|
|
'dependance' => 'dependence', |
1131
|
|
|
|
|
|
|
'dependancies' => 'dependencies', |
1132
|
|
|
|
|
|
|
'dependancy' => 'dependency', |
1133
|
|
|
|
|
|
|
'dependant' => 'dependent', |
1134
|
|
|
|
|
|
|
'deram' => 'dram, dream', |
1135
|
|
|
|
|
|
|
'deriviated' => 'derived', |
1136
|
|
|
|
|
|
|
'derivitive' => 'derivative', |
1137
|
|
|
|
|
|
|
'derogitory' => 'derogatory', |
1138
|
|
|
|
|
|
|
'descendands' => 'descendants', |
1139
|
|
|
|
|
|
|
'descibed' => 'described', |
1140
|
|
|
|
|
|
|
'descision' => 'decision', |
1141
|
|
|
|
|
|
|
'descisions' => 'decisions', |
1142
|
|
|
|
|
|
|
'descriibes' => 'describes', |
1143
|
|
|
|
|
|
|
'descripters' => 'descriptors', |
1144
|
|
|
|
|
|
|
'descripton' => 'description', |
1145
|
|
|
|
|
|
|
'desctruction' => 'destruction', |
1146
|
|
|
|
|
|
|
'descuss' => 'discuss', |
1147
|
|
|
|
|
|
|
'desgined' => 'designed', |
1148
|
|
|
|
|
|
|
'deside' => 'decide', |
1149
|
|
|
|
|
|
|
'desigining' => 'designing', |
1150
|
|
|
|
|
|
|
'desinations' => 'destinations', |
1151
|
|
|
|
|
|
|
'desintegrated' => 'disintegrated', |
1152
|
|
|
|
|
|
|
'desintegration' => 'disintegration', |
1153
|
|
|
|
|
|
|
'desireable' => 'desirable', |
1154
|
|
|
|
|
|
|
'desitned' => 'destined', |
1155
|
|
|
|
|
|
|
'desktiop' => 'desktop', |
1156
|
|
|
|
|
|
|
'desorder' => 'disorder', |
1157
|
|
|
|
|
|
|
'desoriented' => 'disoriented', |
1158
|
|
|
|
|
|
|
'desparate' => 'desperate, disparate', |
1159
|
|
|
|
|
|
|
'despict' => 'depict', |
1160
|
|
|
|
|
|
|
'despiration' => 'desperation', |
1161
|
|
|
|
|
|
|
'dessicated' => 'desiccated', |
1162
|
|
|
|
|
|
|
'dessigned' => 'designed', |
1163
|
|
|
|
|
|
|
'destablized' => 'destabilized', |
1164
|
|
|
|
|
|
|
'destory' => 'destroy', |
1165
|
|
|
|
|
|
|
'detabase' => 'database', |
1166
|
|
|
|
|
|
|
'detailled' => 'detailed', |
1167
|
|
|
|
|
|
|
'detatched' => 'detached', |
1168
|
|
|
|
|
|
|
'deteoriated' => 'deteriorated', |
1169
|
|
|
|
|
|
|
'deteriate' => 'deteriorate', |
1170
|
|
|
|
|
|
|
'deterioriating' => 'deteriorating', |
1171
|
|
|
|
|
|
|
'determinining' => 'determining', |
1172
|
|
|
|
|
|
|
'detremental' => 'detrimental', |
1173
|
|
|
|
|
|
|
'devasted' => 'devastated', |
1174
|
|
|
|
|
|
|
'develope' => 'develop', |
1175
|
|
|
|
|
|
|
'developement' => 'development', |
1176
|
|
|
|
|
|
|
'developped' => 'developed', |
1177
|
|
|
|
|
|
|
'develpment' => 'development', |
1178
|
|
|
|
|
|
|
'deveolpment' => 'development', |
1179
|
|
|
|
|
|
|
'devestated' => 'devastated', |
1180
|
|
|
|
|
|
|
'devestating' => 'devastating', |
1181
|
|
|
|
|
|
|
'devided' => 'divided', |
1182
|
|
|
|
|
|
|
'devide' => 'divide', |
1183
|
|
|
|
|
|
|
'devistating' => 'devastating', |
1184
|
|
|
|
|
|
|
'devolopement' => 'development', |
1185
|
|
|
|
|
|
|
'diablical' => 'diabolical', |
1186
|
|
|
|
|
|
|
'diamons' => 'diamonds', |
1187
|
|
|
|
|
|
|
'diaster' => 'disaster', |
1188
|
|
|
|
|
|
|
'dichtomy' => 'dichotomy', |
1189
|
|
|
|
|
|
|
'diconnects' => 'disconnects', |
1190
|
|
|
|
|
|
|
'dicover' => 'discover', |
1191
|
|
|
|
|
|
|
'dicovered' => 'discovered', |
1192
|
|
|
|
|
|
|
'dicovering' => 'discovering', |
1193
|
|
|
|
|
|
|
'dicovers' => 'discovers', |
1194
|
|
|
|
|
|
|
'dicovery' => 'discovery', |
1195
|
|
|
|
|
|
|
'dictionnary' => 'dictionary', |
1196
|
|
|
|
|
|
|
'dicussed' => 'discussed', |
1197
|
|
|
|
|
|
|
'diferent' => 'different', |
1198
|
|
|
|
|
|
|
'diferrent' => 'different', |
1199
|
|
|
|
|
|
|
'differentiatiations' => 'differentiations', |
1200
|
|
|
|
|
|
|
'differnt' => 'different', |
1201
|
|
|
|
|
|
|
'difficulity' => 'difficulty', |
1202
|
|
|
|
|
|
|
'diffrent' => 'different', |
1203
|
|
|
|
|
|
|
'dificulties' => 'difficulties', |
1204
|
|
|
|
|
|
|
'dificulty' => 'difficulty', |
1205
|
|
|
|
|
|
|
'dimenions' => 'dimensions', |
1206
|
|
|
|
|
|
|
'dimentional' => 'dimensional', |
1207
|
|
|
|
|
|
|
'dimention' => 'dimension', |
1208
|
|
|
|
|
|
|
'dimentions' => 'dimensions', |
1209
|
|
|
|
|
|
|
'dimesnional' => 'dimensional', |
1210
|
|
|
|
|
|
|
'diminuitive' => 'diminutive', |
1211
|
|
|
|
|
|
|
'dimunitive' => 'diminutive', |
1212
|
|
|
|
|
|
|
'diplay' => 'display', |
1213
|
|
|
|
|
|
|
'diplomancy' => 'diplomacy', |
1214
|
|
|
|
|
|
|
'dirived' => 'derived', |
1215
|
|
|
|
|
|
|
'disagreeed' => 'disagreed', |
1216
|
|
|
|
|
|
|
'disapeared' => 'disappeared', |
1217
|
|
|
|
|
|
|
'disapointing' => 'disappointing', |
1218
|
|
|
|
|
|
|
'disappearred' => 'disappeared', |
1219
|
|
|
|
|
|
|
'disaproval' => 'disapproval', |
1220
|
|
|
|
|
|
|
'disasterous' => 'disastrous', |
1221
|
|
|
|
|
|
|
'disatisfaction' => 'dissatisfaction', |
1222
|
|
|
|
|
|
|
'disatisfied' => 'dissatisfied', |
1223
|
|
|
|
|
|
|
'disatrous' => 'disastrous', |
1224
|
|
|
|
|
|
|
'discontentment' => 'discontent', |
1225
|
|
|
|
|
|
|
'discontiguous' => 'noncontiguous', |
1226
|
|
|
|
|
|
|
'discribed' => 'described', |
1227
|
|
|
|
|
|
|
'discribe' => 'describe', |
1228
|
|
|
|
|
|
|
'discribes' => 'describes', |
1229
|
|
|
|
|
|
|
'discribing' => 'describing', |
1230
|
|
|
|
|
|
|
'disctinction' => 'distinction', |
1231
|
|
|
|
|
|
|
'disctinctive' => 'distinctive', |
1232
|
|
|
|
|
|
|
'disemination' => 'dissemination', |
1233
|
|
|
|
|
|
|
'disenchanged' => 'disenchanted', |
1234
|
|
|
|
|
|
|
'disiplined' => 'disciplined', |
1235
|
|
|
|
|
|
|
'disobediance' => 'disobedience', |
1236
|
|
|
|
|
|
|
'disobediant' => 'disobedient', |
1237
|
|
|
|
|
|
|
'disolved' => 'dissolved', |
1238
|
|
|
|
|
|
|
'disover' => 'discover', |
1239
|
|
|
|
|
|
|
'dispair' => 'despair', |
1240
|
|
|
|
|
|
|
'disparingly' => 'disparagingly', |
1241
|
|
|
|
|
|
|
'dispenced' => 'dispensed', |
1242
|
|
|
|
|
|
|
'dispence' => 'dispense', |
1243
|
|
|
|
|
|
|
'dispencing' => 'dispensing', |
1244
|
|
|
|
|
|
|
'dispertion' => 'dispersion', |
1245
|
|
|
|
|
|
|
'dispicable' => 'despicable', |
1246
|
|
|
|
|
|
|
'dispite' => 'despite', |
1247
|
|
|
|
|
|
|
'dispostion' => 'disposition', |
1248
|
|
|
|
|
|
|
'disproportiate' => 'disproportionate', |
1249
|
|
|
|
|
|
|
'disricts' => 'districts', |
1250
|
|
|
|
|
|
|
'dissagreement' => 'disagreement', |
1251
|
|
|
|
|
|
|
'dissapearance' => 'disappearance', |
1252
|
|
|
|
|
|
|
'dissapear' => 'disappear', |
1253
|
|
|
|
|
|
|
'dissapeared' => 'disappeared', |
1254
|
|
|
|
|
|
|
'dissapearing' => 'disappearing', |
1255
|
|
|
|
|
|
|
'dissapears' => 'disappears', |
1256
|
|
|
|
|
|
|
'dissappear' => 'disappear', |
1257
|
|
|
|
|
|
|
'dissappears' => 'disappears', |
1258
|
|
|
|
|
|
|
'dissappointed' => 'disappointed', |
1259
|
|
|
|
|
|
|
'dissarray' => 'disarray', |
1260
|
|
|
|
|
|
|
'dissobediance' => 'disobedience', |
1261
|
|
|
|
|
|
|
'dissobediant' => 'disobedient', |
1262
|
|
|
|
|
|
|
'dissobedience' => 'disobedience', |
1263
|
|
|
|
|
|
|
'dissobedient' => 'disobedient', |
1264
|
|
|
|
|
|
|
'distiction' => 'distinction', |
1265
|
|
|
|
|
|
|
'distingish' => 'distinguish', |
1266
|
|
|
|
|
|
|
'distingished' => 'distinguished', |
1267
|
|
|
|
|
|
|
'distingishes' => 'distinguishes', |
1268
|
|
|
|
|
|
|
'distingishing' => 'distinguishing', |
1269
|
|
|
|
|
|
|
'distingquished' => 'distinguished', |
1270
|
|
|
|
|
|
|
'distrubution' => 'distribution', |
1271
|
|
|
|
|
|
|
'distruction' => 'destruction', |
1272
|
|
|
|
|
|
|
'distructive' => 'destructive', |
1273
|
|
|
|
|
|
|
'ditributed' => 'distributed', |
1274
|
|
|
|
|
|
|
'diversed' => 'diverse, diverged', |
1275
|
|
|
|
|
|
|
'divice' => 'device', |
1276
|
|
|
|
|
|
|
'divison' => 'division', |
1277
|
|
|
|
|
|
|
'divisons' => 'divisions', |
1278
|
|
|
|
|
|
|
'doccument' => 'document', |
1279
|
|
|
|
|
|
|
'doccumented' => 'documented', |
1280
|
|
|
|
|
|
|
'doccuments' => 'documents', |
1281
|
|
|
|
|
|
|
'docrines' => 'doctrines', |
1282
|
|
|
|
|
|
|
'doctines' => 'doctrines', |
1283
|
|
|
|
|
|
|
'docuentation' => 'documentation', |
1284
|
|
|
|
|
|
|
'documantation' => 'documentation', |
1285
|
|
|
|
|
|
|
'documenatry' => 'documentary', |
1286
|
|
|
|
|
|
|
'documentaion' => 'documentation', |
1287
|
|
|
|
|
|
|
'doens' => 'does', |
1288
|
|
|
|
|
|
|
'doign' => 'doing', |
1289
|
|
|
|
|
|
|
'dominaton' => 'domination', |
1290
|
|
|
|
|
|
|
'dominent' => 'dominant', |
1291
|
|
|
|
|
|
|
'dominiant' => 'dominant', |
1292
|
|
|
|
|
|
|
'donig' => 'doing', |
1293
|
|
|
|
|
|
|
'dowloads' => 'downloads', |
1294
|
|
|
|
|
|
|
'downlad' => 'download', |
1295
|
|
|
|
|
|
|
'downlads' => 'downloads', |
1296
|
|
|
|
|
|
|
'dramtic' => 'dramatic', |
1297
|
|
|
|
|
|
|
'dreasm' => 'dreams', |
1298
|
|
|
|
|
|
|
'driectly' => 'directly', |
1299
|
|
|
|
|
|
|
'drnik' => 'drink', |
1300
|
|
|
|
|
|
|
'druming' => 'drumming', |
1301
|
|
|
|
|
|
|
'drummless' => 'drumless', |
1302
|
|
|
|
|
|
|
'dum' => 'dumb', |
1303
|
|
|
|
|
|
|
'dupicate' => 'duplicate', |
1304
|
|
|
|
|
|
|
'durig' => 'during', |
1305
|
|
|
|
|
|
|
'durring' => 'during', |
1306
|
|
|
|
|
|
|
'duting' => 'during', |
1307
|
|
|
|
|
|
|
'eahc' => 'each', |
1308
|
|
|
|
|
|
|
'ealier' => 'earlier', |
1309
|
|
|
|
|
|
|
'earlies' => 'earliest', |
1310
|
|
|
|
|
|
|
'earnt' => 'earned', |
1311
|
|
|
|
|
|
|
'easilly' => 'easily', |
1312
|
|
|
|
|
|
|
'ecclectic' => 'eclectic', |
1313
|
|
|
|
|
|
|
'eceonomy' => 'economy', |
1314
|
|
|
|
|
|
|
'ecidious' => 'deciduous', |
1315
|
|
|
|
|
|
|
'eclispe' => 'eclipse', |
1316
|
|
|
|
|
|
|
'ecomonic' => 'economic', |
1317
|
|
|
|
|
|
|
'ecspecially' => 'especially', |
1318
|
|
|
|
|
|
|
'edditable' => 'editable', |
1319
|
|
|
|
|
|
|
'editting' => 'editing', |
1320
|
|
|
|
|
|
|
'eearly' => 'early', |
1321
|
|
|
|
|
|
|
'efel' => 'evil', |
1322
|
|
|
|
|
|
|
'effeciency' => 'efficiency', |
1323
|
|
|
|
|
|
|
'effecient' => 'efficient', |
1324
|
|
|
|
|
|
|
'effeciently' => 'efficiently', |
1325
|
|
|
|
|
|
|
'efficency' => 'efficiency', |
1326
|
|
|
|
|
|
|
'efficent' => 'efficient', |
1327
|
|
|
|
|
|
|
'efficently' => 'efficiently', |
1328
|
|
|
|
|
|
|
'efford' => 'effort, afford', |
1329
|
|
|
|
|
|
|
'effords' => 'efforts, affords', |
1330
|
|
|
|
|
|
|
'effulence' => 'effluence', |
1331
|
|
|
|
|
|
|
'eigth' => 'eighth, eight', |
1332
|
|
|
|
|
|
|
'eiter' => 'either', |
1333
|
|
|
|
|
|
|
'elction' => 'election', |
1334
|
|
|
|
|
|
|
'electic' => 'eclectic, electric', |
1335
|
|
|
|
|
|
|
'electon' => 'election, electron', |
1336
|
|
|
|
|
|
|
'electrial' => 'electrical', |
1337
|
|
|
|
|
|
|
'electricly' => 'electrically', |
1338
|
|
|
|
|
|
|
'electricty' => 'electricity', |
1339
|
|
|
|
|
|
|
'elementay' => 'elementary', |
1340
|
|
|
|
|
|
|
'eleminated' => 'eliminated', |
1341
|
|
|
|
|
|
|
'eleminating' => 'eliminating', |
1342
|
|
|
|
|
|
|
'eletricity' => 'electricity', |
1343
|
|
|
|
|
|
|
'eletronic' => 'electronic', |
1344
|
|
|
|
|
|
|
'elicided' => 'elicited', |
1345
|
|
|
|
|
|
|
'eligable' => 'eligible', |
1346
|
|
|
|
|
|
|
'elimentary' => 'elementary', |
1347
|
|
|
|
|
|
|
'ellected' => 'elected', |
1348
|
|
|
|
|
|
|
'elphant' => 'elephant', |
1349
|
|
|
|
|
|
|
'embarassed' => 'embarrassed', |
1350
|
|
|
|
|
|
|
'embarass' => 'embarrass', |
1351
|
|
|
|
|
|
|
'embarassing' => 'embarrassing', |
1352
|
|
|
|
|
|
|
'embarassment' => 'embarrassment', |
1353
|
|
|
|
|
|
|
'embargos' => 'embargoes', |
1354
|
|
|
|
|
|
|
'embarrased' => 'embarrassed', |
1355
|
|
|
|
|
|
|
'embarras' => 'embarrass', |
1356
|
|
|
|
|
|
|
'embarrasing' => 'embarrassing', |
1357
|
|
|
|
|
|
|
'embarrasment' => 'embarrassment', |
1358
|
|
|
|
|
|
|
'emblamatic' => 'emblematic', |
1359
|
|
|
|
|
|
|
'eminated' => 'emanated', |
1360
|
|
|
|
|
|
|
'eminate' => 'emanate', |
1361
|
|
|
|
|
|
|
'emision' => 'emission', |
1362
|
|
|
|
|
|
|
'emited' => 'emitted', |
1363
|
|
|
|
|
|
|
'emiting' => 'emitting', |
1364
|
|
|
|
|
|
|
'emition' => 'emission, emotion', |
1365
|
|
|
|
|
|
|
'emmediately' => 'immediately', |
1366
|
|
|
|
|
|
|
'emmigrated' => 'emigrated, immigrated', |
1367
|
|
|
|
|
|
|
'emminent' => 'eminent, imminent', |
1368
|
|
|
|
|
|
|
'emminently' => 'eminently', |
1369
|
|
|
|
|
|
|
'emmisaries' => 'emissaries', |
1370
|
|
|
|
|
|
|
'emmisarries' => 'emissaries', |
1371
|
|
|
|
|
|
|
'emmisarry' => 'emissary', |
1372
|
|
|
|
|
|
|
'emmisary' => 'emissary', |
1373
|
|
|
|
|
|
|
'emmision' => 'emission', |
1374
|
|
|
|
|
|
|
'emmisions' => 'emissions', |
1375
|
|
|
|
|
|
|
'emmited' => 'emitted', |
1376
|
|
|
|
|
|
|
'emmiting' => 'emitting', |
1377
|
|
|
|
|
|
|
'emmitted' => 'emitted', |
1378
|
|
|
|
|
|
|
'emmitting' => 'emitting', |
1379
|
|
|
|
|
|
|
'emperical' => 'empirical', |
1380
|
|
|
|
|
|
|
'emphaised' => 'emphasised', |
1381
|
|
|
|
|
|
|
'emphsis' => 'emphasis', |
1382
|
|
|
|
|
|
|
'empirial' => 'empirical, imperial', |
1383
|
|
|
|
|
|
|
'emprisoned' => 'imprisoned', |
1384
|
|
|
|
|
|
|
'enameld' => 'enameled', |
1385
|
|
|
|
|
|
|
'enchanced' => 'enhanced', |
1386
|
|
|
|
|
|
|
'enchancement' => 'enhancement', |
1387
|
|
|
|
|
|
|
'encorporating' => 'incorporating', |
1388
|
|
|
|
|
|
|
'encouraing' => 'encouraging', |
1389
|
|
|
|
|
|
|
'encryptiion' => 'encryption', |
1390
|
|
|
|
|
|
|
'encylopedia' => 'encyclopedia', |
1391
|
|
|
|
|
|
|
'endevors' => 'endeavors', |
1392
|
|
|
|
|
|
|
'endevour' => 'endeavour', |
1393
|
|
|
|
|
|
|
'endianess' => 'endianness', |
1394
|
|
|
|
|
|
|
'endig' => 'ending', |
1395
|
|
|
|
|
|
|
'endolithes' => 'endoliths', |
1396
|
|
|
|
|
|
|
'enduce' => 'induce', |
1397
|
|
|
|
|
|
|
'ened' => 'need', |
1398
|
|
|
|
|
|
|
'enflamed' => 'inflamed', |
1399
|
|
|
|
|
|
|
'enforceing' => 'enforcing', |
1400
|
|
|
|
|
|
|
'engagment' => 'engagement', |
1401
|
|
|
|
|
|
|
'engeneer' => 'engineer', |
1402
|
|
|
|
|
|
|
'engeneering' => 'engineering', |
1403
|
|
|
|
|
|
|
'engieneer' => 'engineer', |
1404
|
|
|
|
|
|
|
'engieneers' => 'engineers', |
1405
|
|
|
|
|
|
|
'enhaced' => 'enhanced', |
1406
|
|
|
|
|
|
|
'enlargment' => 'enlargement', |
1407
|
|
|
|
|
|
|
'enlargments' => 'enlargements', |
1408
|
|
|
|
|
|
|
'enlightnment' => 'enlightenment', |
1409
|
|
|
|
|
|
|
'enlish' => 'English, enlist', |
1410
|
|
|
|
|
|
|
'enocded' => 'encoded', |
1411
|
|
|
|
|
|
|
'enourmous' => 'enormous', |
1412
|
|
|
|
|
|
|
'enourmously' => 'enormously', |
1413
|
|
|
|
|
|
|
'ensconsed' => 'ensconced', |
1414
|
|
|
|
|
|
|
'entaglements' => 'entanglements', |
1415
|
|
|
|
|
|
|
'enteratinment' => 'entertainment', |
1416
|
|
|
|
|
|
|
'enterily' => 'entirely', |
1417
|
|
|
|
|
|
|
'enthusiatic' => 'enthusiastic', |
1418
|
|
|
|
|
|
|
'entitity' => 'entity', |
1419
|
|
|
|
|
|
|
'entitlied' => 'entitled', |
1420
|
|
|
|
|
|
|
'entrepeneur' => 'entrepreneur', |
1421
|
|
|
|
|
|
|
'entrepeneurs' => 'entrepreneurs', |
1422
|
|
|
|
|
|
|
'enviormental' => 'environmental', |
1423
|
|
|
|
|
|
|
'enviormentally' => 'environmentally', |
1424
|
|
|
|
|
|
|
'enviorment' => 'environment', |
1425
|
|
|
|
|
|
|
'enviorments' => 'environments', |
1426
|
|
|
|
|
|
|
'enviornmental' => 'environmental', |
1427
|
|
|
|
|
|
|
'enviornmentalist' => 'environmentalist', |
1428
|
|
|
|
|
|
|
'enviornmentally' => 'environmentally', |
1429
|
|
|
|
|
|
|
'enviornment' => 'environment', |
1430
|
|
|
|
|
|
|
'enviornments' => 'environments', |
1431
|
|
|
|
|
|
|
'enviroiment' => 'environment', |
1432
|
|
|
|
|
|
|
'enviromental' => 'environmental', |
1433
|
|
|
|
|
|
|
'enviromentalist' => 'environmentalist', |
1434
|
|
|
|
|
|
|
'enviromentally' => 'environmentally', |
1435
|
|
|
|
|
|
|
'enviroment' => 'environment', |
1436
|
|
|
|
|
|
|
'enviroments' => 'environments', |
1437
|
|
|
|
|
|
|
'environement' => 'environment', |
1438
|
|
|
|
|
|
|
'environent' => 'environment', |
1439
|
|
|
|
|
|
|
'envolutionary' => 'evolutionary', |
1440
|
|
|
|
|
|
|
'envrionments' => 'environments', |
1441
|
|
|
|
|
|
|
'enxt' => 'next', |
1442
|
|
|
|
|
|
|
'epidsodes' => 'episodes', |
1443
|
|
|
|
|
|
|
'epsiode' => 'episode', |
1444
|
|
|
|
|
|
|
'equialent' => 'equivalent', |
1445
|
|
|
|
|
|
|
'equilibium' => 'equilibrium', |
1446
|
|
|
|
|
|
|
'equilibrum' => 'equilibrium', |
1447
|
|
|
|
|
|
|
'equiped' => 'equipped', |
1448
|
|
|
|
|
|
|
'equippment' => 'equipment', |
1449
|
|
|
|
|
|
|
'equitorial' => 'equatorial', |
1450
|
|
|
|
|
|
|
'equivelant' => 'equivalent', |
1451
|
|
|
|
|
|
|
'equivelent' => 'equivalent', |
1452
|
|
|
|
|
|
|
'equivilant' => 'equivalent', |
1453
|
|
|
|
|
|
|
'equivilent' => 'equivalent', |
1454
|
|
|
|
|
|
|
'equivlalent' => 'equivalent', |
1455
|
|
|
|
|
|
|
'erally' => 'orally, really', |
1456
|
|
|
|
|
|
|
'eratically' => 'erratically', |
1457
|
|
|
|
|
|
|
'eratic' => 'erratic', |
1458
|
|
|
|
|
|
|
'eraticly' => 'erratically', |
1459
|
|
|
|
|
|
|
'erested' => 'arrested, erected', |
1460
|
|
|
|
|
|
|
'errupted' => 'erupted', |
1461
|
|
|
|
|
|
|
'esential' => 'essential', |
1462
|
|
|
|
|
|
|
'esitmated' => 'estimated', |
1463
|
|
|
|
|
|
|
'esle' => 'else', |
1464
|
|
|
|
|
|
|
'especialy' => 'especially', |
1465
|
|
|
|
|
|
|
'essencial' => 'essential', |
1466
|
|
|
|
|
|
|
'essense' => 'essence', |
1467
|
|
|
|
|
|
|
'essentail' => 'essential', |
1468
|
|
|
|
|
|
|
'essentialy' => 'essentially', |
1469
|
|
|
|
|
|
|
'essentual' => 'essential', |
1470
|
|
|
|
|
|
|
'essesital' => 'essential', |
1471
|
|
|
|
|
|
|
'estabishes' => 'establishes', |
1472
|
|
|
|
|
|
|
'establising' => 'establishing', |
1473
|
|
|
|
|
|
|
'ethnocentricm' => 'ethnocentrism', |
1474
|
|
|
|
|
|
|
'ethose' => 'those, ethos', |
1475
|
|
|
|
|
|
|
'europian' => 'European', |
1476
|
|
|
|
|
|
|
'europians' => 'Europeans', |
1477
|
|
|
|
|
|
|
'eurpean' => 'European', |
1478
|
|
|
|
|
|
|
'eurpoean' => 'European', |
1479
|
|
|
|
|
|
|
'evenhtually' => 'eventually', |
1480
|
|
|
|
|
|
|
'eventally' => 'eventually', |
1481
|
|
|
|
|
|
|
'eventhough' => 'even though', |
1482
|
|
|
|
|
|
|
'eventially' => 'eventually', |
1483
|
|
|
|
|
|
|
'eventualy' => 'eventually', |
1484
|
|
|
|
|
|
|
'everthing' => 'everything', |
1485
|
|
|
|
|
|
|
'everytime' => 'every time', |
1486
|
|
|
|
|
|
|
'everyting' => 'everything', |
1487
|
|
|
|
|
|
|
'eveyr' => 'every', |
1488
|
|
|
|
|
|
|
'evidentally' => 'evidently', |
1489
|
|
|
|
|
|
|
'exagerated' => 'exaggerated', |
1490
|
|
|
|
|
|
|
'exagerate' => 'exaggerate', |
1491
|
|
|
|
|
|
|
'exagerates' => 'exaggerates', |
1492
|
|
|
|
|
|
|
'exagerating' => 'exaggerating', |
1493
|
|
|
|
|
|
|
'exagerrated' => 'exaggerated', |
1494
|
|
|
|
|
|
|
'exagerrate' => 'exaggerate', |
1495
|
|
|
|
|
|
|
'exagerrates' => 'exaggerates', |
1496
|
|
|
|
|
|
|
'exagerrating' => 'exaggerating', |
1497
|
|
|
|
|
|
|
'examinated' => 'examined', |
1498
|
|
|
|
|
|
|
'exampt' => 'exempt', |
1499
|
|
|
|
|
|
|
'exapansion' => 'expansion', |
1500
|
|
|
|
|
|
|
'excact' => 'exact', |
1501
|
|
|
|
|
|
|
'excange' => 'exchange', |
1502
|
|
|
|
|
|
|
'excecutable' => 'executable', |
1503
|
|
|
|
|
|
|
'excecuted' => 'executed', |
1504
|
|
|
|
|
|
|
'excecute' => 'execute', |
1505
|
|
|
|
|
|
|
'excecutes' => 'executes', |
1506
|
|
|
|
|
|
|
'excecuting' => 'executing', |
1507
|
|
|
|
|
|
|
'excecution' => 'execution', |
1508
|
|
|
|
|
|
|
'excedded' => 'exceeded', |
1509
|
|
|
|
|
|
|
'exceded' => 'exceeded', |
1510
|
|
|
|
|
|
|
'excelent' => 'excellent', |
1511
|
|
|
|
|
|
|
'excellance' => 'excellence', |
1512
|
|
|
|
|
|
|
'excellant' => 'excellent', |
1513
|
|
|
|
|
|
|
'excell' => 'excel', |
1514
|
|
|
|
|
|
|
'excells' => 'excels', |
1515
|
|
|
|
|
|
|
'excercise' => 'exercise', |
1516
|
|
|
|
|
|
|
'exchanching' => 'exchanging', |
1517
|
|
|
|
|
|
|
'excisted' => 'existed', |
1518
|
|
|
|
|
|
|
'exculsivly' => 'exclusively', |
1519
|
|
|
|
|
|
|
'execising' => 'exercising', |
1520
|
|
|
|
|
|
|
'exection' => 'execution', |
1521
|
|
|
|
|
|
|
'exectued' => 'executed', |
1522
|
|
|
|
|
|
|
'exeedingly' => 'exceedingly', |
1523
|
|
|
|
|
|
|
'exelent' => 'excellent', |
1524
|
|
|
|
|
|
|
'exellent' => 'excellent', |
1525
|
|
|
|
|
|
|
'exemple' => 'example', |
1526
|
|
|
|
|
|
|
'exept' => 'except', |
1527
|
|
|
|
|
|
|
'exeptional' => 'exceptional', |
1528
|
|
|
|
|
|
|
'exerbated' => 'exacerbated', |
1529
|
|
|
|
|
|
|
'exerbate' => 'exacerbate', |
1530
|
|
|
|
|
|
|
'exerciese' => 'exercises', |
1531
|
|
|
|
|
|
|
'exerpt' => 'excerpt', |
1532
|
|
|
|
|
|
|
'exerpts' => 'excerpts', |
1533
|
|
|
|
|
|
|
'exersize' => 'exercise', |
1534
|
|
|
|
|
|
|
'exerternal' => 'external', |
1535
|
|
|
|
|
|
|
'exhalted' => 'exalted', |
1536
|
|
|
|
|
|
|
'exhibtion' => 'exhibition', |
1537
|
|
|
|
|
|
|
'exibition' => 'exhibition', |
1538
|
|
|
|
|
|
|
'exibitions' => 'exhibitions', |
1539
|
|
|
|
|
|
|
'exicting' => 'exciting', |
1540
|
|
|
|
|
|
|
'exinct' => 'extinct', |
1541
|
|
|
|
|
|
|
'existance' => 'existence', |
1542
|
|
|
|
|
|
|
'existant' => 'existent', |
1543
|
|
|
|
|
|
|
'existince' => 'existence', |
1544
|
|
|
|
|
|
|
'exlcude' => 'exclude', |
1545
|
|
|
|
|
|
|
'exliled' => 'exiled', |
1546
|
|
|
|
|
|
|
'exludes' => 'excludes', |
1547
|
|
|
|
|
|
|
'exmaple' => 'example', |
1548
|
|
|
|
|
|
|
'expalin' => 'explain', |
1549
|
|
|
|
|
|
|
'expatriot' => 'expatriate', |
1550
|
|
|
|
|
|
|
'expeced' => 'expected', |
1551
|
|
|
|
|
|
|
'expecially' => 'especially', |
1552
|
|
|
|
|
|
|
'expeditonary' => 'expeditionary', |
1553
|
|
|
|
|
|
|
'expeiments' => 'experiments', |
1554
|
|
|
|
|
|
|
'expell' => 'expel', |
1555
|
|
|
|
|
|
|
'expells' => 'expels', |
1556
|
|
|
|
|
|
|
'experianced' => 'experienced', |
1557
|
|
|
|
|
|
|
'experiance' => 'experience', |
1558
|
|
|
|
|
|
|
'expiditions' => 'expeditions', |
1559
|
|
|
|
|
|
|
'expierence' => 'experience', |
1560
|
|
|
|
|
|
|
'explaination' => 'explanation', |
1561
|
|
|
|
|
|
|
'explaning' => 'explaining', |
1562
|
|
|
|
|
|
|
'explicitely' => 'explicitly', |
1563
|
|
|
|
|
|
|
'explictly' => 'explicitly', |
1564
|
|
|
|
|
|
|
'exploititive' => 'exploitative', |
1565
|
|
|
|
|
|
|
'explotation' => 'exploitation', |
1566
|
|
|
|
|
|
|
'expresion' => 'expression', |
1567
|
|
|
|
|
|
|
'exprimental' => 'experimental', |
1568
|
|
|
|
|
|
|
'expropiated' => 'expropriated', |
1569
|
|
|
|
|
|
|
'expropiation' => 'expropriation', |
1570
|
|
|
|
|
|
|
'exressed' => 'expressed', |
1571
|
|
|
|
|
|
|
'extemely' => 'extremely', |
1572
|
|
|
|
|
|
|
'extention' => 'extension', |
1573
|
|
|
|
|
|
|
'extentions' => 'extensions', |
1574
|
|
|
|
|
|
|
'extered' => 'exerted', |
1575
|
|
|
|
|
|
|
'extermist' => 'extremist', |
1576
|
|
|
|
|
|
|
'extint' => 'extinct, extant', |
1577
|
|
|
|
|
|
|
'extradiction' => 'extradition', |
1578
|
|
|
|
|
|
|
'extraterrestial' => 'extraterrestrial', |
1579
|
|
|
|
|
|
|
'extraterrestials' => 'extraterrestrials', |
1580
|
|
|
|
|
|
|
'extravagent' => 'extravagant', |
1581
|
|
|
|
|
|
|
'extrememly' => 'extremely', |
1582
|
|
|
|
|
|
|
'extremeophile' => 'extremophile', |
1583
|
|
|
|
|
|
|
'extremly' => 'extremely', |
1584
|
|
|
|
|
|
|
'extrordinarily' => 'extraordinarily', |
1585
|
|
|
|
|
|
|
'extrordinary' => 'extraordinary', |
1586
|
|
|
|
|
|
|
'eyars' => 'years, eyas', |
1587
|
|
|
|
|
|
|
'eyar' => 'year, eyas', |
1588
|
|
|
|
|
|
|
'eyasr' => 'years, eyas', |
1589
|
|
|
|
|
|
|
'faciliated' => 'facilitated', |
1590
|
|
|
|
|
|
|
'faciliate' => 'facilitate', |
1591
|
|
|
|
|
|
|
'faciliates' => 'facilitates', |
1592
|
|
|
|
|
|
|
'facilites' => 'facilities', |
1593
|
|
|
|
|
|
|
'facillitate' => 'facilitate', |
1594
|
|
|
|
|
|
|
'facinated' => 'fascinated', |
1595
|
|
|
|
|
|
|
'facist' => 'fascist', |
1596
|
|
|
|
|
|
|
'failuer' => 'failure', |
1597
|
|
|
|
|
|
|
'familar' => 'familiar', |
1598
|
|
|
|
|
|
|
'familes' => 'families', |
1599
|
|
|
|
|
|
|
'familliar' => 'familiar', |
1600
|
|
|
|
|
|
|
'famoust' => 'famous', |
1601
|
|
|
|
|
|
|
'fanatism' => 'fanaticism', |
1602
|
|
|
|
|
|
|
'farenheit' => 'Fahrenheit', |
1603
|
|
|
|
|
|
|
'fatc' => 'fact', |
1604
|
|
|
|
|
|
|
'fatser' => 'faster', |
1605
|
|
|
|
|
|
|
'faught' => 'fought', |
1606
|
|
|
|
|
|
|
'favoutrable' => 'favourable', |
1607
|
|
|
|
|
|
|
'feasable' => 'feasible', |
1608
|
|
|
|
|
|
|
'febuary' => 'February', |
1609
|
|
|
|
|
|
|
'feburary' => 'February', |
1610
|
|
|
|
|
|
|
'fedreally' => 'federally', |
1611
|
|
|
|
|
|
|
'feromone' => 'pheromone', |
1612
|
|
|
|
|
|
|
'fertily' => 'fertility', |
1613
|
|
|
|
|
|
|
'fetaures' => 'features', |
1614
|
|
|
|
|
|
|
'fianite' => 'finite', |
1615
|
|
|
|
|
|
|
'fianlly' => 'finally', |
1616
|
|
|
|
|
|
|
'ficticious' => 'fictitious', |
1617
|
|
|
|
|
|
|
'fictious' => 'fictitious', |
1618
|
|
|
|
|
|
|
'fidn' => 'find', |
1619
|
|
|
|
|
|
|
'fiel' => 'feel, field, file, phial', |
1620
|
|
|
|
|
|
|
'fiels' => 'feels, fields, files, phials', |
1621
|
|
|
|
|
|
|
'fiercly' => 'fiercely', |
1622
|
|
|
|
|
|
|
'fightings' => 'fighting', |
1623
|
|
|
|
|
|
|
'filiament' => 'filament', |
1624
|
|
|
|
|
|
|
'fimilies' => 'families', |
1625
|
|
|
|
|
|
|
'finacial' => 'financial', |
1626
|
|
|
|
|
|
|
'finaly' => 'finally', |
1627
|
|
|
|
|
|
|
'financialy' => 'financially', |
1628
|
|
|
|
|
|
|
'firends' => 'friends', |
1629
|
|
|
|
|
|
|
'firts' => 'flirts, first', |
1630
|
|
|
|
|
|
|
'fisionable' => 'fissionable', |
1631
|
|
|
|
|
|
|
'flamable' => 'flammable', |
1632
|
|
|
|
|
|
|
'flawess' => 'flawless', |
1633
|
|
|
|
|
|
|
'fleed' => 'fled, freed', |
1634
|
|
|
|
|
|
|
'florescent' => 'fluorescent', |
1635
|
|
|
|
|
|
|
'flourescent' => 'fluorescent', |
1636
|
|
|
|
|
|
|
'flourine' => 'fluorine', |
1637
|
|
|
|
|
|
|
'flourishment' => 'flourishing', |
1638
|
|
|
|
|
|
|
'fluorish' => 'flourish', |
1639
|
|
|
|
|
|
|
'follwoing' => 'following', |
1640
|
|
|
|
|
|
|
'folowing' => 'following', |
1641
|
|
|
|
|
|
|
'fomed' => 'formed', |
1642
|
|
|
|
|
|
|
'fomr' => 'from, form', |
1643
|
|
|
|
|
|
|
'fonetic' => 'phonetic', |
1644
|
|
|
|
|
|
|
'fontrier' => 'fontier', |
1645
|
|
|
|
|
|
|
'foootball' => 'football', |
1646
|
|
|
|
|
|
|
'forbad' => 'forbade', |
1647
|
|
|
|
|
|
|
'forbiden' => 'forbidden', |
1648
|
|
|
|
|
|
|
'foreward' => 'foreword', |
1649
|
|
|
|
|
|
|
'forfiet' => 'forfeit', |
1650
|
|
|
|
|
|
|
'forhead' => 'forehead', |
1651
|
|
|
|
|
|
|
'foriegn' => 'foreign', |
1652
|
|
|
|
|
|
|
'formallized' => 'formalized', |
1653
|
|
|
|
|
|
|
'formallize' => 'formalize', |
1654
|
|
|
|
|
|
|
'formaly' => 'formally, formerly', |
1655
|
|
|
|
|
|
|
'formelly' => 'formerly', |
1656
|
|
|
|
|
|
|
'formidible' => 'formidable', |
1657
|
|
|
|
|
|
|
'formost' => 'foremost', |
1658
|
|
|
|
|
|
|
'forsaw' => 'foresaw', |
1659
|
|
|
|
|
|
|
'forseeable' => 'foreseeable', |
1660
|
|
|
|
|
|
|
'forse' => 'force', |
1661
|
|
|
|
|
|
|
'fortan' => 'fortran', |
1662
|
|
|
|
|
|
|
'fortelling' => 'foretelling', |
1663
|
|
|
|
|
|
|
'forunner' => 'forerunner', |
1664
|
|
|
|
|
|
|
'forwardig' => 'forwarding', |
1665
|
|
|
|
|
|
|
'foucs' => 'focus', |
1666
|
|
|
|
|
|
|
'foudn' => 'found', |
1667
|
|
|
|
|
|
|
'fougth' => 'fought', |
1668
|
|
|
|
|
|
|
'foundaries' => 'foundries', |
1669
|
|
|
|
|
|
|
'foundary' => 'foundry', |
1670
|
|
|
|
|
|
|
'fourties' => 'forties', |
1671
|
|
|
|
|
|
|
'fourty' => 'forty', |
1672
|
|
|
|
|
|
|
'fouth' => 'fourth', |
1673
|
|
|
|
|
|
|
'foward' => 'forward', |
1674
|
|
|
|
|
|
|
'framwork' => 'framework', |
1675
|
|
|
|
|
|
|
'freind' => 'friend', |
1676
|
|
|
|
|
|
|
'freindly' => 'friendly', |
1677
|
|
|
|
|
|
|
'frequentily' => 'frequently', |
1678
|
|
|
|
|
|
|
'fromed' => 'formed', |
1679
|
|
|
|
|
|
|
'frome' => 'from', |
1680
|
|
|
|
|
|
|
'froniter' => 'frontier', |
1681
|
|
|
|
|
|
|
'fucntion' => 'function', |
1682
|
|
|
|
|
|
|
'fucntioning' => 'functioning', |
1683
|
|
|
|
|
|
|
'fuction' => 'function', |
1684
|
|
|
|
|
|
|
'fuctions' => 'functions', |
1685
|
|
|
|
|
|
|
'fufilled' => 'fulfilled', |
1686
|
|
|
|
|
|
|
'fufill' => 'fulfill', |
1687
|
|
|
|
|
|
|
'fulfiled' => 'fulfilled', |
1688
|
|
|
|
|
|
|
'fullfilled' => 'fulfilled', |
1689
|
|
|
|
|
|
|
'fullfill' => 'fulfill', |
1690
|
|
|
|
|
|
|
'functionaly' => 'functionally', |
1691
|
|
|
|
|
|
|
'functionnality' => 'functionality', |
1692
|
|
|
|
|
|
|
'functonality' => 'functionality', |
1693
|
|
|
|
|
|
|
'fundametal' => 'fundamental', |
1694
|
|
|
|
|
|
|
'fundametals' => 'fundamentals', |
1695
|
|
|
|
|
|
|
'funguses' => 'fungi', |
1696
|
|
|
|
|
|
|
'funtion' => 'function', |
1697
|
|
|
|
|
|
|
'furuther' => 'further', |
1698
|
|
|
|
|
|
|
'futher' => 'further', |
1699
|
|
|
|
|
|
|
'futhermore' => 'furthermore', |
1700
|
|
|
|
|
|
|
'gae' => 'game, Gael, gale', |
1701
|
|
|
|
|
|
|
'galatic' => 'galactic', |
1702
|
|
|
|
|
|
|
'gallaxies' => 'galaxies', |
1703
|
|
|
|
|
|
|
'galvinized' => 'galvanized', |
1704
|
|
|
|
|
|
|
'ganerate' => 'generate', |
1705
|
|
|
|
|
|
|
'ganes' => 'games', |
1706
|
|
|
|
|
|
|
'garanteed' => 'guaranteed', |
1707
|
|
|
|
|
|
|
'garantee' => 'guarantee', |
1708
|
|
|
|
|
|
|
'garantees' => 'guarantees', |
1709
|
|
|
|
|
|
|
'gauarana' => 'guaraná', |
1710
|
|
|
|
|
|
|
'gauranteed' => 'guaranteed', |
1711
|
|
|
|
|
|
|
'gaurantee' => 'guarantee', |
1712
|
|
|
|
|
|
|
'gaurantees' => 'guarantees', |
1713
|
|
|
|
|
|
|
'gaurd' => 'guard, gourd', |
1714
|
|
|
|
|
|
|
'gaurenteed' => 'guaranteed', |
1715
|
|
|
|
|
|
|
'gaurentee' => 'guarantee', |
1716
|
|
|
|
|
|
|
'gaurentees' => 'guarantees', |
1717
|
|
|
|
|
|
|
'geneological' => 'genealogical', |
1718
|
|
|
|
|
|
|
'geneologies' => 'genealogies', |
1719
|
|
|
|
|
|
|
'geneology' => 'genealogy', |
1720
|
|
|
|
|
|
|
'generaly' => 'generally', |
1721
|
|
|
|
|
|
|
'generatting' => 'generating', |
1722
|
|
|
|
|
|
|
'generiously' => 'generously', |
1723
|
|
|
|
|
|
|
'geographicial' => 'geographical', |
1724
|
|
|
|
|
|
|
'geometrician' => 'geometer', |
1725
|
|
|
|
|
|
|
'geometricians' => 'geometers', |
1726
|
|
|
|
|
|
|
'gerat' => 'great', |
1727
|
|
|
|
|
|
|
'glight' => 'flight', |
1728
|
|
|
|
|
|
|
'gnawwed' => 'gnawed', |
1729
|
|
|
|
|
|
|
'gogin' => 'going', |
1730
|
|
|
|
|
|
|
'goign' => 'going', |
1731
|
|
|
|
|
|
|
'gonig' => 'going', |
1732
|
|
|
|
|
|
|
'gouvener' => 'governor', |
1733
|
|
|
|
|
|
|
'govement' => 'government', |
1734
|
|
|
|
|
|
|
'govenment' => 'government', |
1735
|
|
|
|
|
|
|
'govenrment' => 'government', |
1736
|
|
|
|
|
|
|
'goverance' => 'governance', |
1737
|
|
|
|
|
|
|
'govermental' => 'governmental', |
1738
|
|
|
|
|
|
|
'goverment' => 'government', |
1739
|
|
|
|
|
|
|
'governer' => 'governor', |
1740
|
|
|
|
|
|
|
'governmnet' => 'government', |
1741
|
|
|
|
|
|
|
'govormental' => 'governmental', |
1742
|
|
|
|
|
|
|
'govorment' => 'government', |
1743
|
|
|
|
|
|
|
'govornment' => 'government', |
1744
|
|
|
|
|
|
|
'gracefull' => 'graceful', |
1745
|
|
|
|
|
|
|
'graet' => 'great', |
1746
|
|
|
|
|
|
|
'grafitti' => 'graffiti', |
1747
|
|
|
|
|
|
|
'grahical' => 'graphical', |
1748
|
|
|
|
|
|
|
'grahpical' => 'graphical', |
1749
|
|
|
|
|
|
|
'gramatically' => 'grammatically', |
1750
|
|
|
|
|
|
|
'grammaticaly' => 'grammatically', |
1751
|
|
|
|
|
|
|
'grammer' => 'grammar', |
1752
|
|
|
|
|
|
|
'grapic' => 'graphic', |
1753
|
|
|
|
|
|
|
'grat' => 'great', |
1754
|
|
|
|
|
|
|
'gratuitious' => 'gratuitous', |
1755
|
|
|
|
|
|
|
'greatful' => 'grateful', |
1756
|
|
|
|
|
|
|
'greatfully' => 'gratefully', |
1757
|
|
|
|
|
|
|
'greif' => 'grief', |
1758
|
|
|
|
|
|
|
'gridles' => 'griddles', |
1759
|
|
|
|
|
|
|
'gropu' => 'group', |
1760
|
|
|
|
|
|
|
'grwo' => 'grow', |
1761
|
|
|
|
|
|
|
'guage' => 'gauge', |
1762
|
|
|
|
|
|
|
'guarenteed' => 'guaranteed', |
1763
|
|
|
|
|
|
|
'guarentee' => 'guarantee', |
1764
|
|
|
|
|
|
|
'guarentees' => 'guarantees', |
1765
|
|
|
|
|
|
|
'guidence' => 'guidance', |
1766
|
|
|
|
|
|
|
'gunanine' => 'guanine', |
1767
|
|
|
|
|
|
|
'guranteed' => 'guaranteed', |
1768
|
|
|
|
|
|
|
'gurantee' => 'guarantee', |
1769
|
|
|
|
|
|
|
'gurantees' => 'guarantees', |
1770
|
|
|
|
|
|
|
'guttaral' => 'guttural', |
1771
|
|
|
|
|
|
|
'gutteral' => 'guttural', |
1772
|
|
|
|
|
|
|
'habaeus' => 'habeas', |
1773
|
|
|
|
|
|
|
'haev' => 'have, heave', |
1774
|
|
|
|
|
|
|
'halarious' => 'hilarious', |
1775
|
|
|
|
|
|
|
'halfs' => 'halves', |
1776
|
|
|
|
|
|
|
'halp' => 'help', |
1777
|
|
|
|
|
|
|
'hapened' => 'happened', |
1778
|
|
|
|
|
|
|
'hapen' => 'happen', |
1779
|
|
|
|
|
|
|
'hapening' => 'happening', |
1780
|
|
|
|
|
|
|
'happended' => 'happened', |
1781
|
|
|
|
|
|
|
'happend' => 'happened', |
1782
|
|
|
|
|
|
|
'happenned' => 'happened', |
1783
|
|
|
|
|
|
|
'harased' => 'harassed', |
1784
|
|
|
|
|
|
|
'harases' => 'harasses', |
1785
|
|
|
|
|
|
|
'harasment' => 'harassment', |
1786
|
|
|
|
|
|
|
'harasments' => 'harassments', |
1787
|
|
|
|
|
|
|
'harassement' => 'harassment', |
1788
|
|
|
|
|
|
|
'harrased' => 'harassed', |
1789
|
|
|
|
|
|
|
'harrases' => 'harasses', |
1790
|
|
|
|
|
|
|
'harras' => 'harass', |
1791
|
|
|
|
|
|
|
'harrasing' => 'harassing', |
1792
|
|
|
|
|
|
|
'harrasment' => 'harassment', |
1793
|
|
|
|
|
|
|
'harrasments' => 'harassments', |
1794
|
|
|
|
|
|
|
'harrassed' => 'harassed', |
1795
|
|
|
|
|
|
|
'harrasses' => 'harassed', |
1796
|
|
|
|
|
|
|
'harrassing' => 'harassing', |
1797
|
|
|
|
|
|
|
'harrassment' => 'harassment', |
1798
|
|
|
|
|
|
|
'harrassments' => 'harassments', |
1799
|
|
|
|
|
|
|
'haviest' => 'heaviest', |
1800
|
|
|
|
|
|
|
'headquarer' => 'headquarter', |
1801
|
|
|
|
|
|
|
'headquatered' => 'headquartered', |
1802
|
|
|
|
|
|
|
'headquater' => 'headquarter', |
1803
|
|
|
|
|
|
|
'headquaters' => 'headquarters', |
1804
|
|
|
|
|
|
|
'healthercare' => 'healthcare', |
1805
|
|
|
|
|
|
|
'heared' => 'heard', |
1806
|
|
|
|
|
|
|
'heathy' => 'healthy', |
1807
|
|
|
|
|
|
|
'heigher' => 'higher', |
1808
|
|
|
|
|
|
|
'heirarchically' => 'hierarchically', |
1809
|
|
|
|
|
|
|
'heirarchy' => 'hierarchy', |
1810
|
|
|
|
|
|
|
'heiroglyphics' => 'hieroglyphics', |
1811
|
|
|
|
|
|
|
'helment' => 'helmet', |
1812
|
|
|
|
|
|
|
'helpfull' => 'helpful', |
1813
|
|
|
|
|
|
|
'helpped' => 'helped', |
1814
|
|
|
|
|
|
|
'herad' => 'heard', |
1815
|
|
|
|
|
|
|
'heridity' => 'heredity', |
1816
|
|
|
|
|
|
|
'heroe' => 'hero', |
1817
|
|
|
|
|
|
|
'heros' => 'heroes', |
1818
|
|
|
|
|
|
|
'hertiage' => 'heritage', |
1819
|
|
|
|
|
|
|
'hertzs' => 'hertz', |
1820
|
|
|
|
|
|
|
'hesistant' => 'hesitant', |
1821
|
|
|
|
|
|
|
'heterogenous' => 'heterogeneous', |
1822
|
|
|
|
|
|
|
'hieght' => 'height', |
1823
|
|
|
|
|
|
|
'hierachical' => 'hierarchical', |
1824
|
|
|
|
|
|
|
'hierachies' => 'hierarchies', |
1825
|
|
|
|
|
|
|
'hierachy' => 'hierarchy', |
1826
|
|
|
|
|
|
|
'hierarchie' => 'hierarchy', |
1827
|
|
|
|
|
|
|
'hierarcical' => 'hierarchical', |
1828
|
|
|
|
|
|
|
'hierarcy' => 'hierarchy', |
1829
|
|
|
|
|
|
|
'hieroglph' => 'hieroglyph', |
1830
|
|
|
|
|
|
|
'hieroglphs' => 'hieroglyphs', |
1831
|
|
|
|
|
|
|
'higer' => 'higher', |
1832
|
|
|
|
|
|
|
'higest' => 'highest', |
1833
|
|
|
|
|
|
|
'higway' => 'highway', |
1834
|
|
|
|
|
|
|
'hillarious' => 'hilarious', |
1835
|
|
|
|
|
|
|
'himselv' => 'himself', |
1836
|
|
|
|
|
|
|
'hinderance' => 'hindrance', |
1837
|
|
|
|
|
|
|
'hinderence' => 'hindrance', |
1838
|
|
|
|
|
|
|
'hindrence' => 'hindrance', |
1839
|
|
|
|
|
|
|
'hismelf' => 'himself', |
1840
|
|
|
|
|
|
|
'historicians' => 'historians', |
1841
|
|
|
|
|
|
|
'holf' => 'hold', |
1842
|
|
|
|
|
|
|
'holliday' => 'holiday', |
1843
|
|
|
|
|
|
|
'homogeneized' => 'homogenized', |
1844
|
|
|
|
|
|
|
'homogeneize' => 'homogenize', |
1845
|
|
|
|
|
|
|
'honory' => 'honorary', |
1846
|
|
|
|
|
|
|
'horrifing' => 'horrifying', |
1847
|
|
|
|
|
|
|
'hosited' => 'hoisted', |
1848
|
|
|
|
|
|
|
'hospitible' => 'hospitable', |
1849
|
|
|
|
|
|
|
'hounour' => 'honour', |
1850
|
|
|
|
|
|
|
'housr' => 'hours, house', |
1851
|
|
|
|
|
|
|
'howver' => 'however', |
1852
|
|
|
|
|
|
|
'hsitorians' => 'historians', |
1853
|
|
|
|
|
|
|
'hstory' => 'history', |
1854
|
|
|
|
|
|
|
'hten' => 'then, hen, the', |
1855
|
|
|
|
|
|
|
'htere' => 'there, here', |
1856
|
|
|
|
|
|
|
'htey' => 'they', |
1857
|
|
|
|
|
|
|
'htikn' => 'think', |
1858
|
|
|
|
|
|
|
'hting' => 'thing', |
1859
|
|
|
|
|
|
|
'htink' => 'think', |
1860
|
|
|
|
|
|
|
'htis' => 'this', |
1861
|
|
|
|
|
|
|
'humer' => 'humor, humour', |
1862
|
|
|
|
|
|
|
'humerous' => 'humorous', |
1863
|
|
|
|
|
|
|
'huminoid' => 'humanoid', |
1864
|
|
|
|
|
|
|
'humoural' => 'humoral', |
1865
|
|
|
|
|
|
|
'humurous' => 'humorous', |
1866
|
|
|
|
|
|
|
'husban' => 'husband', |
1867
|
|
|
|
|
|
|
'hvae' => 'have', |
1868
|
|
|
|
|
|
|
'hvaing' => 'having', |
1869
|
|
|
|
|
|
|
'hvea' => 'have, heave', |
1870
|
|
|
|
|
|
|
'hwihc' => 'which', |
1871
|
|
|
|
|
|
|
'hwile' => 'while', |
1872
|
|
|
|
|
|
|
'hwole' => 'whole', |
1873
|
|
|
|
|
|
|
'hydogen' => 'hydrogen', |
1874
|
|
|
|
|
|
|
'hydropile' => 'hydrophile', |
1875
|
|
|
|
|
|
|
'hydropilic' => 'hydrophilic', |
1876
|
|
|
|
|
|
|
'hydropobe' => 'hydrophobe', |
1877
|
|
|
|
|
|
|
'hydropobic' => 'hydrophobic', |
1878
|
|
|
|
|
|
|
'hygeine' => 'hygiene', |
1879
|
|
|
|
|
|
|
'hypocracy' => 'hypocrisy', |
1880
|
|
|
|
|
|
|
'hypocrasy' => 'hypocrisy', |
1881
|
|
|
|
|
|
|
'hypocricy' => 'hypocrisy', |
1882
|
|
|
|
|
|
|
'hypocrit' => 'hypocrite', |
1883
|
|
|
|
|
|
|
'hypocrits' => 'hypocrites', |
1884
|
|
|
|
|
|
|
'iconclastic' => 'iconoclastic', |
1885
|
|
|
|
|
|
|
'idaeidae' => 'idea', |
1886
|
|
|
|
|
|
|
'idaes' => 'ideas', |
1887
|
|
|
|
|
|
|
'idealogies' => 'ideologies', |
1888
|
|
|
|
|
|
|
'idealogy' => 'ideology', |
1889
|
|
|
|
|
|
|
'identicial' => 'identical', |
1890
|
|
|
|
|
|
|
'identifers' => 'identifiers', |
1891
|
|
|
|
|
|
|
'ideosyncratic' => 'idiosyncratic', |
1892
|
|
|
|
|
|
|
'idesa' => 'ideas, ides', |
1893
|
|
|
|
|
|
|
'idiosyncracy' => 'idiosyncrasy', |
1894
|
|
|
|
|
|
|
'illegimacy' => 'illegitimacy', |
1895
|
|
|
|
|
|
|
'illegitmate' => 'illegitimate', |
1896
|
|
|
|
|
|
|
'illess' => 'illness', |
1897
|
|
|
|
|
|
|
'illiegal' => 'illegal', |
1898
|
|
|
|
|
|
|
'illution' => 'illusion', |
1899
|
|
|
|
|
|
|
'ilness' => 'illness', |
1900
|
|
|
|
|
|
|
'ilogical' => 'illogical', |
1901
|
|
|
|
|
|
|
'imagenary' => 'imaginary', |
1902
|
|
|
|
|
|
|
'imaginery' => 'imaginary, imagery', |
1903
|
|
|
|
|
|
|
'imagin' => 'imagine', |
1904
|
|
|
|
|
|
|
'imanent' => 'eminent, imminent', |
1905
|
|
|
|
|
|
|
'imcomplete' => 'incomplete', |
1906
|
|
|
|
|
|
|
'imediately' => 'immediately', |
1907
|
|
|
|
|
|
|
'imense' => 'immense', |
1908
|
|
|
|
|
|
|
'imigrant' => 'emigrant, immigrant', |
1909
|
|
|
|
|
|
|
'imigrated' => 'emigrated, immigrated', |
1910
|
|
|
|
|
|
|
'imigration' => 'emigration, immigration', |
1911
|
|
|
|
|
|
|
'iminent' => 'eminent, imminent, immanent', |
1912
|
|
|
|
|
|
|
'immeadiately' => 'immediately', |
1913
|
|
|
|
|
|
|
'immediatley' => 'immediately', |
1914
|
|
|
|
|
|
|
'immediatly' => 'immediately', |
1915
|
|
|
|
|
|
|
'immidately' => 'immediately', |
1916
|
|
|
|
|
|
|
'immidiately' => 'immediately', |
1917
|
|
|
|
|
|
|
'immitated' => 'imitated', |
1918
|
|
|
|
|
|
|
'immitate' => 'imitate', |
1919
|
|
|
|
|
|
|
'immitating' => 'imitating', |
1920
|
|
|
|
|
|
|
'immitator' => 'imitator', |
1921
|
|
|
|
|
|
|
'impecabbly' => 'impeccably', |
1922
|
|
|
|
|
|
|
'impedence' => 'impedance', |
1923
|
|
|
|
|
|
|
'implamenting' => 'implementing', |
1924
|
|
|
|
|
|
|
'implemantation' => 'implementation', |
1925
|
|
|
|
|
|
|
'implemention' => 'implementation', |
1926
|
|
|
|
|
|
|
'implimented' => 'implemented', |
1927
|
|
|
|
|
|
|
'impliment' => 'implement', |
1928
|
|
|
|
|
|
|
'imploys' => 'employs', |
1929
|
|
|
|
|
|
|
'importamt' => 'important', |
1930
|
|
|
|
|
|
|
'impressario' => 'impresario', |
1931
|
|
|
|
|
|
|
'imprioned' => 'imprisoned', |
1932
|
|
|
|
|
|
|
'imprisonned' => 'imprisoned', |
1933
|
|
|
|
|
|
|
'improvision' => 'improvisation', |
1934
|
|
|
|
|
|
|
'improvments' => 'improvements', |
1935
|
|
|
|
|
|
|
'inablility' => 'inability', |
1936
|
|
|
|
|
|
|
'inaccessable' => 'inaccessible', |
1937
|
|
|
|
|
|
|
'inadiquate' => 'inadequate', |
1938
|
|
|
|
|
|
|
'inadquate' => 'inadequate', |
1939
|
|
|
|
|
|
|
'inadvertant' => 'inadvertent', |
1940
|
|
|
|
|
|
|
'inadvertantly' => 'inadvertently', |
1941
|
|
|
|
|
|
|
'inagurated' => 'inaugurated', |
1942
|
|
|
|
|
|
|
'inaguration' => 'inauguration', |
1943
|
|
|
|
|
|
|
'inappropiate' => 'inappropriate', |
1944
|
|
|
|
|
|
|
'inaugures' => 'inaugurates', |
1945
|
|
|
|
|
|
|
'inbalanced' => 'imbalanced', |
1946
|
|
|
|
|
|
|
'inbalance' => 'imbalance', |
1947
|
|
|
|
|
|
|
'inbetween' => 'between', |
1948
|
|
|
|
|
|
|
'incarcirated' => 'incarcerated', |
1949
|
|
|
|
|
|
|
'incidentially' => 'incidentally', |
1950
|
|
|
|
|
|
|
'incidently' => 'incidentally', |
1951
|
|
|
|
|
|
|
'inclreased' => 'increased', |
1952
|
|
|
|
|
|
|
'includ' => 'include', |
1953
|
|
|
|
|
|
|
'includng' => 'including', |
1954
|
|
|
|
|
|
|
'incomming' => 'incoming', |
1955
|
|
|
|
|
|
|
'incompatabilities' => 'incompatibilities', |
1956
|
|
|
|
|
|
|
'incompatability' => 'incompatibility', |
1957
|
|
|
|
|
|
|
'incompatable' => 'incompatible', |
1958
|
|
|
|
|
|
|
'incompatablities' => 'incompatibilities', |
1959
|
|
|
|
|
|
|
'incompatablity' => 'incompatibility', |
1960
|
|
|
|
|
|
|
'incompatiblities' => 'incompatibilities', |
1961
|
|
|
|
|
|
|
'incompatiblity' => 'incompatibility', |
1962
|
|
|
|
|
|
|
'incompetance' => 'incompetence', |
1963
|
|
|
|
|
|
|
'incompetant' => 'incompetent', |
1964
|
|
|
|
|
|
|
'incomptable' => 'incompatible', |
1965
|
|
|
|
|
|
|
'incomptetent' => 'incompetent', |
1966
|
|
|
|
|
|
|
'inconsistant' => 'inconsistent', |
1967
|
|
|
|
|
|
|
'incoroporated' => 'incorporated', |
1968
|
|
|
|
|
|
|
'incorperation' => 'incorporation', |
1969
|
|
|
|
|
|
|
'incorportaed' => 'incorporated', |
1970
|
|
|
|
|
|
|
'incorprates' => 'incorporates', |
1971
|
|
|
|
|
|
|
'incorruptable' => 'incorruptible', |
1972
|
|
|
|
|
|
|
'incramentally' => 'incrementally', |
1973
|
|
|
|
|
|
|
'increadible' => 'incredible', |
1974
|
|
|
|
|
|
|
'incredable' => 'incredible', |
1975
|
|
|
|
|
|
|
'inctroduced' => 'introduced', |
1976
|
|
|
|
|
|
|
'inctroduce' => 'introduce', |
1977
|
|
|
|
|
|
|
'incuding' => 'including', |
1978
|
|
|
|
|
|
|
'indefinately' => 'indefinitely', |
1979
|
|
|
|
|
|
|
'indefineable' => 'undefinable', |
1980
|
|
|
|
|
|
|
'indefinitly' => 'indefinitely', |
1981
|
|
|
|
|
|
|
'indendation' => 'indentation', |
1982
|
|
|
|
|
|
|
'indended' => 'intended', |
1983
|
|
|
|
|
|
|
'indentical' => 'identical', |
1984
|
|
|
|
|
|
|
'indepedantly' => 'independently', |
1985
|
|
|
|
|
|
|
'indepedence' => 'independence', |
1986
|
|
|
|
|
|
|
'independance' => 'independence', |
1987
|
|
|
|
|
|
|
'independant' => 'independent', |
1988
|
|
|
|
|
|
|
'independantly' => 'independently', |
1989
|
|
|
|
|
|
|
'independece' => 'independence', |
1990
|
|
|
|
|
|
|
'independendet' => 'independent', |
1991
|
|
|
|
|
|
|
'indespensable' => 'indispensable', |
1992
|
|
|
|
|
|
|
'indespensible' => 'indispensable', |
1993
|
|
|
|
|
|
|
'indictement' => 'indictment', |
1994
|
|
|
|
|
|
|
'indipendence' => 'independence', |
1995
|
|
|
|
|
|
|
'indipendent' => 'independent', |
1996
|
|
|
|
|
|
|
'indipendently' => 'independently', |
1997
|
|
|
|
|
|
|
'indispensible' => 'indispensable', |
1998
|
|
|
|
|
|
|
'indisputible' => 'indisputable', |
1999
|
|
|
|
|
|
|
'indisputibly' => 'indisputably', |
2000
|
|
|
|
|
|
|
'indite' => 'indict', |
2001
|
|
|
|
|
|
|
'individualy' => 'individually', |
2002
|
|
|
|
|
|
|
'indpendent' => 'independent', |
2003
|
|
|
|
|
|
|
'indpendently' => 'independently', |
2004
|
|
|
|
|
|
|
'indulgue' => 'indulge', |
2005
|
|
|
|
|
|
|
'indutrial' => 'industrial', |
2006
|
|
|
|
|
|
|
'indviduals' => 'individuals', |
2007
|
|
|
|
|
|
|
'inefficienty' => 'inefficiently', |
2008
|
|
|
|
|
|
|
'inevatible' => 'inevitable', |
2009
|
|
|
|
|
|
|
'inevitible' => 'inevitable', |
2010
|
|
|
|
|
|
|
'inevititably' => 'inevitably', |
2011
|
|
|
|
|
|
|
'infalability' => 'infallibility', |
2012
|
|
|
|
|
|
|
'infallable' => 'infallible', |
2013
|
|
|
|
|
|
|
'infectuous' => 'infectious', |
2014
|
|
|
|
|
|
|
'infered' => 'inferred', |
2015
|
|
|
|
|
|
|
'infilitrated' => 'infiltrated', |
2016
|
|
|
|
|
|
|
'infilitrate' => 'infiltrate', |
2017
|
|
|
|
|
|
|
'infilitration' => 'infiltration', |
2018
|
|
|
|
|
|
|
'infinit' => 'infinite', |
2019
|
|
|
|
|
|
|
'inflamation' => 'inflammation', |
2020
|
|
|
|
|
|
|
'influencial' => 'influential', |
2021
|
|
|
|
|
|
|
'influented' => 'influenced', |
2022
|
|
|
|
|
|
|
'infomation' => 'information', |
2023
|
|
|
|
|
|
|
'informatiom' => 'information', |
2024
|
|
|
|
|
|
|
'informations' => 'information', |
2025
|
|
|
|
|
|
|
'informtion' => 'information', |
2026
|
|
|
|
|
|
|
'infrantryman' => 'infantryman', |
2027
|
|
|
|
|
|
|
'infrigement' => 'infringement', |
2028
|
|
|
|
|
|
|
'infromation' => 'information', |
2029
|
|
|
|
|
|
|
'ingenius' => 'ingenious', |
2030
|
|
|
|
|
|
|
'ingreediants' => 'ingredients', |
2031
|
|
|
|
|
|
|
'inhabitans' => 'inhabitants', |
2032
|
|
|
|
|
|
|
'inherantly' => 'inherently', |
2033
|
|
|
|
|
|
|
'inheritage' => 'heritage, inheritance', |
2034
|
|
|
|
|
|
|
'inheritence' => 'inheritance', |
2035
|
|
|
|
|
|
|
'inital' => 'initial', |
2036
|
|
|
|
|
|
|
'initalize' => 'initialize', |
2037
|
|
|
|
|
|
|
'initally' => 'initially', |
2038
|
|
|
|
|
|
|
'initation' => 'initiation', |
2039
|
|
|
|
|
|
|
'initators' => 'initiators', |
2040
|
|
|
|
|
|
|
'initiaitive' => 'initiative', |
2041
|
|
|
|
|
|
|
'initializiation' => 'initialization', |
2042
|
|
|
|
|
|
|
'inlcuding' => 'including', |
2043
|
|
|
|
|
|
|
'inmigrant' => 'immigrant', |
2044
|
|
|
|
|
|
|
'inmigrants' => 'immigrants', |
2045
|
|
|
|
|
|
|
'inocence' => 'innocence', |
2046
|
|
|
|
|
|
|
'inofficial' => 'unofficial', |
2047
|
|
|
|
|
|
|
'inot' => 'into', |
2048
|
|
|
|
|
|
|
'inpeach' => 'impeach', |
2049
|
|
|
|
|
|
|
'inpolite' => 'impolite', |
2050
|
|
|
|
|
|
|
'inprisonment' => 'imprisonment', |
2051
|
|
|
|
|
|
|
'inproving' => 'improving', |
2052
|
|
|
|
|
|
|
'insectiverous' => 'insectivorous', |
2053
|
|
|
|
|
|
|
'insensative' => 'insensitive', |
2054
|
|
|
|
|
|
|
'inseperable' => 'inseparable', |
2055
|
|
|
|
|
|
|
'insistance' => 'insistence', |
2056
|
|
|
|
|
|
|
'insitution' => 'institution', |
2057
|
|
|
|
|
|
|
'insitutions' => 'institutions', |
2058
|
|
|
|
|
|
|
'instade' => 'instead', |
2059
|
|
|
|
|
|
|
'instatance' => 'instance', |
2060
|
|
|
|
|
|
|
'institue' => 'institute', |
2061
|
|
|
|
|
|
|
'instuction' => 'instruction', |
2062
|
|
|
|
|
|
|
'instuments' => 'instruments', |
2063
|
|
|
|
|
|
|
'instutionalized' => 'institutionalized', |
2064
|
|
|
|
|
|
|
'instutions' => 'intuitions', |
2065
|
|
|
|
|
|
|
'insurence' => 'insurance', |
2066
|
|
|
|
|
|
|
'integreated' => 'integrated', |
2067
|
|
|
|
|
|
|
'integrety' => 'integrity', |
2068
|
|
|
|
|
|
|
'integrey' => 'integrity', |
2069
|
|
|
|
|
|
|
'intelectual' => 'intellectual', |
2070
|
|
|
|
|
|
|
'inteligence' => 'intelligence', |
2071
|
|
|
|
|
|
|
'inteligent' => 'intelligent', |
2072
|
|
|
|
|
|
|
'intenational' => 'international', |
2073
|
|
|
|
|
|
|
'intendet' => 'intended', |
2074
|
|
|
|
|
|
|
'intented' => 'intended, indented', |
2075
|
|
|
|
|
|
|
'intepretation' => 'interpretation', |
2076
|
|
|
|
|
|
|
'intepretator' => 'interpretor', |
2077
|
|
|
|
|
|
|
'interational' => 'international', |
2078
|
|
|
|
|
|
|
'interbread' => 'interbreed, interbred', |
2079
|
|
|
|
|
|
|
'interchangable' => 'interchangeable', |
2080
|
|
|
|
|
|
|
'interchangably' => 'interchangeably', |
2081
|
|
|
|
|
|
|
'intercontinetal' => 'intercontinental', |
2082
|
|
|
|
|
|
|
'intered' => 'interred, interned', |
2083
|
|
|
|
|
|
|
'interelated' => 'interrelated', |
2084
|
|
|
|
|
|
|
'interferance' => 'interference', |
2085
|
|
|
|
|
|
|
'interfereing' => 'interfering', |
2086
|
|
|
|
|
|
|
'intergrated' => 'integrated', |
2087
|
|
|
|
|
|
|
'intergration' => 'integration', |
2088
|
|
|
|
|
|
|
'interm' => 'interim', |
2089
|
|
|
|
|
|
|
'intermittant' => 'intermittent', |
2090
|
|
|
|
|
|
|
'internation' => 'international', |
2091
|
|
|
|
|
|
|
'interpet' => 'interpret', |
2092
|
|
|
|
|
|
|
'interrim' => 'interim', |
2093
|
|
|
|
|
|
|
'interrugum' => 'interregnum', |
2094
|
|
|
|
|
|
|
'intertaining' => 'entertaining', |
2095
|
|
|
|
|
|
|
'interupted' => 'interrupted', |
2096
|
|
|
|
|
|
|
'interupt' => 'interrupt', |
2097
|
|
|
|
|
|
|
'intervines' => 'intervenes', |
2098
|
|
|
|
|
|
|
'intevene' => 'intervene', |
2099
|
|
|
|
|
|
|
'intial' => 'initial', |
2100
|
|
|
|
|
|
|
'intially' => 'initially', |
2101
|
|
|
|
|
|
|
'intrduced' => 'introduced', |
2102
|
|
|
|
|
|
|
'intrest' => 'interest', |
2103
|
|
|
|
|
|
|
'introdued' => 'introduced', |
2104
|
|
|
|
|
|
|
'intruduced' => 'introduced', |
2105
|
|
|
|
|
|
|
'intrumental' => 'instrumental', |
2106
|
|
|
|
|
|
|
'intrument' => 'instrument', |
2107
|
|
|
|
|
|
|
'intruments' => 'instruments', |
2108
|
|
|
|
|
|
|
'intrusted' => 'entrusted', |
2109
|
|
|
|
|
|
|
'intutive' => 'intuitive', |
2110
|
|
|
|
|
|
|
'intutively' => 'intuitively', |
2111
|
|
|
|
|
|
|
'inudstry' => 'industry', |
2112
|
|
|
|
|
|
|
'inumerable' => 'enumerable, innumerable', |
2113
|
|
|
|
|
|
|
'inventer' => 'inventor', |
2114
|
|
|
|
|
|
|
'invertibrates' => 'invertebrates', |
2115
|
|
|
|
|
|
|
'investingate' => 'investigate', |
2116
|
|
|
|
|
|
|
'involvment' => 'involvement', |
2117
|
|
|
|
|
|
|
'irelevent' => 'irrelevant', |
2118
|
|
|
|
|
|
|
'iresistable' => 'irresistible', |
2119
|
|
|
|
|
|
|
'iresistably' => 'irresistibly', |
2120
|
|
|
|
|
|
|
'iresistible' => 'irresistible', |
2121
|
|
|
|
|
|
|
'iresistibly' => 'irresistibly', |
2122
|
|
|
|
|
|
|
'iritable' => 'irritable', |
2123
|
|
|
|
|
|
|
'iritated' => 'irritated', |
2124
|
|
|
|
|
|
|
'ironicly' => 'ironically', |
2125
|
|
|
|
|
|
|
'irregardless' => 'regardless', |
2126
|
|
|
|
|
|
|
'irrelevent' => 'irrelevant', |
2127
|
|
|
|
|
|
|
'irreplacable' => 'irreplaceable', |
2128
|
|
|
|
|
|
|
'irresistable' => 'irresistible', |
2129
|
|
|
|
|
|
|
'irresistably' => 'irresistibly', |
2130
|
|
|
|
|
|
|
'issueing' => 'issuing', |
2131
|
|
|
|
|
|
|
'itnroduced' => 'introduced', |
2132
|
|
|
|
|
|
|
'iunior' => 'junior', |
2133
|
|
|
|
|
|
|
'iwll' => 'will', |
2134
|
|
|
|
|
|
|
'iwth' => 'with', |
2135
|
|
|
|
|
|
|
'janurary' => 'January', |
2136
|
|
|
|
|
|
|
'januray' => 'January', |
2137
|
|
|
|
|
|
|
'japanes' => 'Japanese', |
2138
|
|
|
|
|
|
|
'jaques' => 'jacques', |
2139
|
|
|
|
|
|
|
'jave' => 'java', |
2140
|
|
|
|
|
|
|
'jeapardy' => 'jeopardy', |
2141
|
|
|
|
|
|
|
'jewllery' => 'jewellery', |
2142
|
|
|
|
|
|
|
'jorunal' => 'journal', |
2143
|
|
|
|
|
|
|
'jouney' => 'journey', |
2144
|
|
|
|
|
|
|
'journied' => 'journeyed', |
2145
|
|
|
|
|
|
|
'journies' => 'journeys', |
2146
|
|
|
|
|
|
|
'jstu' => 'just', |
2147
|
|
|
|
|
|
|
'jsut' => 'just', |
2148
|
|
|
|
|
|
|
'judical' => 'judicial', |
2149
|
|
|
|
|
|
|
'judisuary' => 'judiciary', |
2150
|
|
|
|
|
|
|
'juducial' => 'judicial', |
2151
|
|
|
|
|
|
|
'juristiction' => 'jurisdiction', |
2152
|
|
|
|
|
|
|
'juristictions' => 'jurisdictions', |
2153
|
|
|
|
|
|
|
'kindergarden' => 'kindergarten', |
2154
|
|
|
|
|
|
|
'klenex' => 'kleenex', |
2155
|
|
|
|
|
|
|
'knifes' => 'knives', |
2156
|
|
|
|
|
|
|
'knive' => 'knife', |
2157
|
|
|
|
|
|
|
'knowlegeable' => 'knowledgeable', |
2158
|
|
|
|
|
|
|
'knowlege' => 'knowledge', |
2159
|
|
|
|
|
|
|
'knwo' => 'know', |
2160
|
|
|
|
|
|
|
'knwos' => 'knows', |
2161
|
|
|
|
|
|
|
'konw' => 'know', |
2162
|
|
|
|
|
|
|
'konws' => 'knows', |
2163
|
|
|
|
|
|
|
'kwno' => 'know', |
2164
|
|
|
|
|
|
|
'labatory' => 'lavatory, laboratory', |
2165
|
|
|
|
|
|
|
'labled' => 'labelled, labeled', |
2166
|
|
|
|
|
|
|
'labratory' => 'laboratory', |
2167
|
|
|
|
|
|
|
'laguage' => 'language', |
2168
|
|
|
|
|
|
|
'laguages' => 'languages', |
2169
|
|
|
|
|
|
|
'langage' => 'language', |
2170
|
|
|
|
|
|
|
'langauage' => 'language', |
2171
|
|
|
|
|
|
|
'langugage' => 'language', |
2172
|
|
|
|
|
|
|
'larg' => 'large', |
2173
|
|
|
|
|
|
|
'largst' => 'largest', |
2174
|
|
|
|
|
|
|
'larrry' => 'larry', |
2175
|
|
|
|
|
|
|
'lastr' => 'last', |
2176
|
|
|
|
|
|
|
'lattitude' => 'latitude', |
2177
|
|
|
|
|
|
|
'lauch' => 'launch', |
2178
|
|
|
|
|
|
|
'launchs' => 'launch, launches', |
2179
|
|
|
|
|
|
|
'launhed' => 'launched', |
2180
|
|
|
|
|
|
|
'lavae' => 'larvae', |
2181
|
|
|
|
|
|
|
'layed' => 'laid', |
2182
|
|
|
|
|
|
|
'lazyness' => 'laziness', |
2183
|
|
|
|
|
|
|
'leage' => 'league', |
2184
|
|
|
|
|
|
|
'leanr' => 'lean, learn, leaner', |
2185
|
|
|
|
|
|
|
'leathal' => 'lethal', |
2186
|
|
|
|
|
|
|
'lefted' => 'left', |
2187
|
|
|
|
|
|
|
'legitamate' => 'legitimate', |
2188
|
|
|
|
|
|
|
'legitmate' => 'legitimate', |
2189
|
|
|
|
|
|
|
'leibnitz' => 'leibniz', |
2190
|
|
|
|
|
|
|
'lenght' => 'length', |
2191
|
|
|
|
|
|
|
'leran' => 'learn', |
2192
|
|
|
|
|
|
|
'lerans' => 'learns', |
2193
|
|
|
|
|
|
|
'lesstiff' => 'lesstif', |
2194
|
|
|
|
|
|
|
'levetated' => 'levitated', |
2195
|
|
|
|
|
|
|
'levetate' => 'levitate', |
2196
|
|
|
|
|
|
|
'levetates' => 'levitates', |
2197
|
|
|
|
|
|
|
'levetating' => 'levitating', |
2198
|
|
|
|
|
|
|
'levle' => 'level', |
2199
|
|
|
|
|
|
|
'liasion' => 'liaison', |
2200
|
|
|
|
|
|
|
'liason' => 'liaison', |
2201
|
|
|
|
|
|
|
'liasons' => 'liaisons', |
2202
|
|
|
|
|
|
|
'libaries' => 'libraries', |
2203
|
|
|
|
|
|
|
'libary' => 'library', |
2204
|
|
|
|
|
|
|
'libell' => 'libel', |
2205
|
|
|
|
|
|
|
'libguistic' => 'linguistic', |
2206
|
|
|
|
|
|
|
'libguistics' => 'linguistics', |
2207
|
|
|
|
|
|
|
'lible' => 'libel, liable', |
2208
|
|
|
|
|
|
|
'libraris' => 'libraries', |
2209
|
|
|
|
|
|
|
'licenceing' => 'licencing', |
2210
|
|
|
|
|
|
|
'lieing' => 'lying', |
2211
|
|
|
|
|
|
|
'liekd' => 'liked', |
2212
|
|
|
|
|
|
|
'liek' => 'like', |
2213
|
|
|
|
|
|
|
'liesure' => 'leisure', |
2214
|
|
|
|
|
|
|
'lieuenant' => 'lieutenant', |
2215
|
|
|
|
|
|
|
'lieved' => 'lived', |
2216
|
|
|
|
|
|
|
'liftime' => 'lifetime', |
2217
|
|
|
|
|
|
|
'likelyhood' => 'likelihood', |
2218
|
|
|
|
|
|
|
'liquify' => 'liquefy', |
2219
|
|
|
|
|
|
|
'liscense' => 'license, licence', |
2220
|
|
|
|
|
|
|
'lisence' => 'license, licence', |
2221
|
|
|
|
|
|
|
'lisense' => 'license, licence', |
2222
|
|
|
|
|
|
|
'listners' => 'listeners', |
2223
|
|
|
|
|
|
|
'litature' => 'literature', |
2224
|
|
|
|
|
|
|
'literaly' => 'literally', |
2225
|
|
|
|
|
|
|
'literture' => 'literature', |
2226
|
|
|
|
|
|
|
'littel' => 'little', |
2227
|
|
|
|
|
|
|
'litterally' => 'literally', |
2228
|
|
|
|
|
|
|
'liuke' => 'like', |
2229
|
|
|
|
|
|
|
'livley' => 'lively', |
2230
|
|
|
|
|
|
|
'lmits' => 'limits', |
2231
|
|
|
|
|
|
|
'loev' => 'love', |
2232
|
|
|
|
|
|
|
'loggging' => 'logging', |
2233
|
|
|
|
|
|
|
'loggin' => 'login', |
2234
|
|
|
|
|
|
|
'logile' => 'logfile', |
2235
|
|
|
|
|
|
|
'lonelyness' => 'loneliness', |
2236
|
|
|
|
|
|
|
'longitudonal' => 'longitudinal', |
2237
|
|
|
|
|
|
|
'lonley' => 'lonely', |
2238
|
|
|
|
|
|
|
'lonly' => 'lonely, only', |
2239
|
|
|
|
|
|
|
'loosing' => 'losing', |
2240
|
|
|
|
|
|
|
'lotharingen' => 'lothringen', |
2241
|
|
|
|
|
|
|
'lsat' => 'last', |
2242
|
|
|
|
|
|
|
'lukid' => 'likud', |
2243
|
|
|
|
|
|
|
'lveo' => 'love', |
2244
|
|
|
|
|
|
|
'lvoe' => 'love', |
2245
|
|
|
|
|
|
|
'machinary' => 'machinery', |
2246
|
|
|
|
|
|
|
'maching' => 'machine, marching, matching', |
2247
|
|
|
|
|
|
|
'mackeral' => 'mackerel', |
2248
|
|
|
|
|
|
|
'magasine' => 'magazine', |
2249
|
|
|
|
|
|
|
'magincian' => 'magician', |
2250
|
|
|
|
|
|
|
'magnificient' => 'magnificent', |
2251
|
|
|
|
|
|
|
'mailny' => 'mainly', |
2252
|
|
|
|
|
|
|
'maintainance' => 'maintenance', |
2253
|
|
|
|
|
|
|
'maintainence' => 'maintenance', |
2254
|
|
|
|
|
|
|
'maintance' => 'maintenance', |
2255
|
|
|
|
|
|
|
'maintenence' => 'maintenance', |
2256
|
|
|
|
|
|
|
'maintinaing' => 'maintaining', |
2257
|
|
|
|
|
|
|
'maintioned' => 'mentioned', |
2258
|
|
|
|
|
|
|
'majoroty' => 'majority', |
2259
|
|
|
|
|
|
|
'maked' => 'marked, made', |
2260
|
|
|
|
|
|
|
'makeing' => 'making', |
2261
|
|
|
|
|
|
|
'makse' => 'makes', |
2262
|
|
|
|
|
|
|
'mamalian' => 'mammalian', |
2263
|
|
|
|
|
|
|
'mamal' => 'mammal', |
2264
|
|
|
|
|
|
|
'managable' => 'manageable', |
2265
|
|
|
|
|
|
|
'managment' => 'management', |
2266
|
|
|
|
|
|
|
'maneouvred' => 'manoeuvred', |
2267
|
|
|
|
|
|
|
'maneouvre' => 'manoeuvre', |
2268
|
|
|
|
|
|
|
'maneouvres' => 'manoeuvres', |
2269
|
|
|
|
|
|
|
'maneouvring' => 'manoeuvring', |
2270
|
|
|
|
|
|
|
'manisfestations' => 'manifestations', |
2271
|
|
|
|
|
|
|
'manoeuverability' => 'maneuverability', |
2272
|
|
|
|
|
|
|
'manoeuvering' => 'maneuvering', |
2273
|
|
|
|
|
|
|
'manouverability' => 'maneuverability, manoeuvrability, manoeuverability', |
2274
|
|
|
|
|
|
|
'manouverable' => 'maneuverable, manoeuvrable', |
2275
|
|
|
|
|
|
|
'manouver' => 'maneuver, manoeuvre', |
2276
|
|
|
|
|
|
|
'manouvers' => 'maneuvers, manoeuvres', |
2277
|
|
|
|
|
|
|
'mantained' => 'maintained', |
2278
|
|
|
|
|
|
|
'manuever' => 'maneuver, manoeuvre', |
2279
|
|
|
|
|
|
|
'manuevers' => 'maneuvers, manoeuvres', |
2280
|
|
|
|
|
|
|
'manufacturedd' => 'manufactured', |
2281
|
|
|
|
|
|
|
'manufatured' => 'manufactured', |
2282
|
|
|
|
|
|
|
'manufature' => 'manufacture', |
2283
|
|
|
|
|
|
|
'manufaturing' => 'manufacturing', |
2284
|
|
|
|
|
|
|
'manuver' => 'maneuver', |
2285
|
|
|
|
|
|
|
'mariage' => 'marriage', |
2286
|
|
|
|
|
|
|
'marjority' => 'majority', |
2287
|
|
|
|
|
|
|
'markes' => 'marks', |
2288
|
|
|
|
|
|
|
'marketting' => 'marketing', |
2289
|
|
|
|
|
|
|
'marrage' => 'marriage', |
2290
|
|
|
|
|
|
|
'marraige' => 'marriage', |
2291
|
|
|
|
|
|
|
'marryied' => 'married', |
2292
|
|
|
|
|
|
|
'masterbation' => 'masturbation', |
2293
|
|
|
|
|
|
|
'mataphysical' => 'metaphysical', |
2294
|
|
|
|
|
|
|
'materalists' => 'materialist', |
2295
|
|
|
|
|
|
|
'mathamatics' => 'mathematics', |
2296
|
|
|
|
|
|
|
'mathematican' => 'mathematician', |
2297
|
|
|
|
|
|
|
'mathematicas' => 'mathematics', |
2298
|
|
|
|
|
|
|
'matheticians' => 'mathematicians', |
2299
|
|
|
|
|
|
|
'mathimatical' => 'mathematical', |
2300
|
|
|
|
|
|
|
'mathimatic' => 'mathematic', |
2301
|
|
|
|
|
|
|
'mathimatics' => 'mathematics', |
2302
|
|
|
|
|
|
|
'mathmatically' => 'mathematically', |
2303
|
|
|
|
|
|
|
'mathmatician' => 'mathematician', |
2304
|
|
|
|
|
|
|
'mathmaticians' => 'mathematicians', |
2305
|
|
|
|
|
|
|
'mchanics' => 'mechanics', |
2306
|
|
|
|
|
|
|
'meaninng' => 'meaning', |
2307
|
|
|
|
|
|
|
'mear' => 'wear, mere', |
2308
|
|
|
|
|
|
|
'mechandise' => 'merchandise', |
2309
|
|
|
|
|
|
|
'medacine' => 'medicine', |
2310
|
|
|
|
|
|
|
'medeival' => 'medieval', |
2311
|
|
|
|
|
|
|
'medevial' => 'medieval', |
2312
|
|
|
|
|
|
|
'mediciney' => 'mediciny', |
2313
|
|
|
|
|
|
|
'medievel' => 'medieval', |
2314
|
|
|
|
|
|
|
'memeber' => 'member', |
2315
|
|
|
|
|
|
|
'menally' => 'mentally', |
2316
|
|
|
|
|
|
|
'ment' => 'meant', |
2317
|
|
|
|
|
|
|
'messanger' => 'messenger', |
2318
|
|
|
|
|
|
|
'messenging' => 'messaging', |
2319
|
|
|
|
|
|
|
'messsages' => 'messages', |
2320
|
|
|
|
|
|
|
'metalic' => 'metallic', |
2321
|
|
|
|
|
|
|
'metalurgical' => 'metallurgical', |
2322
|
|
|
|
|
|
|
'metalurgic' => 'metallurgic', |
2323
|
|
|
|
|
|
|
'metalurgy' => 'metallurgy', |
2324
|
|
|
|
|
|
|
'metamorphysis' => 'metamorphosis', |
2325
|
|
|
|
|
|
|
'metaphoricial' => 'metaphorical', |
2326
|
|
|
|
|
|
|
'meterologist' => 'meteorologist', |
2327
|
|
|
|
|
|
|
'meterology' => 'meteorology', |
2328
|
|
|
|
|
|
|
'methaphor' => 'metaphor', |
2329
|
|
|
|
|
|
|
'methaphors' => 'metaphors', |
2330
|
|
|
|
|
|
|
'micoscopy' => 'microscopy', |
2331
|
|
|
|
|
|
|
'microprocesspr' => 'microprocessor', |
2332
|
|
|
|
|
|
|
'milennia' => 'millennia', |
2333
|
|
|
|
|
|
|
'milennium' => 'millennium', |
2334
|
|
|
|
|
|
|
'miliary' => 'military', |
2335
|
|
|
|
|
|
|
'milion' => 'million', |
2336
|
|
|
|
|
|
|
'miliraty' => 'military', |
2337
|
|
|
|
|
|
|
'millenialism' => 'millennialism', |
2338
|
|
|
|
|
|
|
'millenial' => 'millennial', |
2339
|
|
|
|
|
|
|
'millenia' => 'millennia', |
2340
|
|
|
|
|
|
|
'millenium' => 'millennium', |
2341
|
|
|
|
|
|
|
'millepede' => 'millipede', |
2342
|
|
|
|
|
|
|
'millioniare' => 'millionaire', |
2343
|
|
|
|
|
|
|
'milliseonds' => 'milliseconds', |
2344
|
|
|
|
|
|
|
'millitary' => 'military', |
2345
|
|
|
|
|
|
|
'millon' => 'million', |
2346
|
|
|
|
|
|
|
'miltary' => 'military', |
2347
|
|
|
|
|
|
|
'minature' => 'miniature', |
2348
|
|
|
|
|
|
|
'minerial' => 'mineral', |
2349
|
|
|
|
|
|
|
'miniscule' => 'minuscule', |
2350
|
|
|
|
|
|
|
'ministery' => 'ministry', |
2351
|
|
|
|
|
|
|
'minstries' => 'ministries', |
2352
|
|
|
|
|
|
|
'minstry' => 'ministry', |
2353
|
|
|
|
|
|
|
'minumum' => 'minimum', |
2354
|
|
|
|
|
|
|
'mirrorred' => 'mirrored', |
2355
|
|
|
|
|
|
|
'miscelaneous' => 'miscellaneous', |
2356
|
|
|
|
|
|
|
'miscellanious' => 'miscellaneous', |
2357
|
|
|
|
|
|
|
'miscellanous' => 'miscellaneous', |
2358
|
|
|
|
|
|
|
'miscelleneous' => 'miscellaneous', |
2359
|
|
|
|
|
|
|
'mischeivous' => 'mischievous', |
2360
|
|
|
|
|
|
|
'mischevious' => 'mischievous', |
2361
|
|
|
|
|
|
|
'mischievious' => 'mischievous', |
2362
|
|
|
|
|
|
|
'misdameanor' => 'misdemeanor', |
2363
|
|
|
|
|
|
|
'misdameanors' => 'misdemeanors', |
2364
|
|
|
|
|
|
|
'misdemenor' => 'misdemeanor', |
2365
|
|
|
|
|
|
|
'misdemenors' => 'misdemeanors', |
2366
|
|
|
|
|
|
|
'misformed' => 'malformed', |
2367
|
|
|
|
|
|
|
'misfourtunes' => 'misfortunes', |
2368
|
|
|
|
|
|
|
'misile' => 'missile', |
2369
|
|
|
|
|
|
|
'mispelled' => 'misspelled', |
2370
|
|
|
|
|
|
|
'mispelling' => 'misspelling', |
2371
|
|
|
|
|
|
|
'mispell' => 'misspell', |
2372
|
|
|
|
|
|
|
'missle' => 'missile', |
2373
|
|
|
|
|
|
|
'missonary' => 'missionary', |
2374
|
|
|
|
|
|
|
'misterious' => 'mysterious', |
2375
|
|
|
|
|
|
|
'mistery' => 'mystery', |
2376
|
|
|
|
|
|
|
'misteryous' => 'mysterious', |
2377
|
|
|
|
|
|
|
'mkae' => 'make', |
2378
|
|
|
|
|
|
|
'mkaes' => 'makes', |
2379
|
|
|
|
|
|
|
'mkaing' => 'making', |
2380
|
|
|
|
|
|
|
'mkea' => 'make', |
2381
|
|
|
|
|
|
|
'mmnemonic' => 'mnemonic', |
2382
|
|
|
|
|
|
|
'moderm' => 'modem', |
2383
|
|
|
|
|
|
|
'modle' => 'model', |
2384
|
|
|
|
|
|
|
'modulues' => 'modules', |
2385
|
|
|
|
|
|
|
'moent' => 'moment', |
2386
|
|
|
|
|
|
|
'moeny' => 'money', |
2387
|
|
|
|
|
|
|
'moil' => 'soil', |
2388
|
|
|
|
|
|
|
'moleclues' => 'molecules', |
2389
|
|
|
|
|
|
|
'momento' => 'memento', |
2390
|
|
|
|
|
|
|
'monestaries' => 'monasteries', |
2391
|
|
|
|
|
|
|
'monestary' => 'monastery, monetary', |
2392
|
|
|
|
|
|
|
'monickers' => 'monikers', |
2393
|
|
|
|
|
|
|
'monochorome' => 'monochrome', |
2394
|
|
|
|
|
|
|
'monochromo' => 'monochrome', |
2395
|
|
|
|
|
|
|
'monocrome' => 'monochrome', |
2396
|
|
|
|
|
|
|
'monolite' => 'monolithic', |
2397
|
|
|
|
|
|
|
'montains' => 'mountains', |
2398
|
|
|
|
|
|
|
'montanous' => 'mountainous', |
2399
|
|
|
|
|
|
|
'monts' => 'months', |
2400
|
|
|
|
|
|
|
'montypic' => 'monotypic', |
2401
|
|
|
|
|
|
|
'morgage' => 'mortgage', |
2402
|
|
|
|
|
|
|
'mortage' => 'mortgage', |
2403
|
|
|
|
|
|
|
'mosture' => 'moisture', |
2404
|
|
|
|
|
|
|
'motiviated' => 'motivated', |
2405
|
|
|
|
|
|
|
'mounth' => 'month', |
2406
|
|
|
|
|
|
|
'movei' => 'movie', |
2407
|
|
|
|
|
|
|
'movment' => 'movement', |
2408
|
|
|
|
|
|
|
'mroe' => 'more', |
2409
|
|
|
|
|
|
|
'mucuous' => 'mucous', |
2410
|
|
|
|
|
|
|
'mudering' => 'murdering', |
2411
|
|
|
|
|
|
|
'muder' => 'murder', |
2412
|
|
|
|
|
|
|
'mulitplied' => 'multiplied', |
2413
|
|
|
|
|
|
|
'multicultralism' => 'multiculturalism', |
2414
|
|
|
|
|
|
|
'multidimensionnal' => 'multidimensional', |
2415
|
|
|
|
|
|
|
'multipled' => 'multiplied', |
2416
|
|
|
|
|
|
|
'multiplers' => 'multipliers', |
2417
|
|
|
|
|
|
|
'munbers' => 'numbers', |
2418
|
|
|
|
|
|
|
'muncipalities' => 'municipalities', |
2419
|
|
|
|
|
|
|
'muncipality' => 'municipality', |
2420
|
|
|
|
|
|
|
'munnicipality' => 'municipality', |
2421
|
|
|
|
|
|
|
'muscels' => 'mussels, muscles', |
2422
|
|
|
|
|
|
|
'muscial' => 'musical', |
2423
|
|
|
|
|
|
|
'muscician' => 'musician', |
2424
|
|
|
|
|
|
|
'muscicians' => 'musicians', |
2425
|
|
|
|
|
|
|
'mutiliated' => 'mutilated', |
2426
|
|
|
|
|
|
|
'mutiple' => 'multiple', |
2427
|
|
|
|
|
|
|
'myraid' => 'myriad', |
2428
|
|
|
|
|
|
|
'mysef' => 'myself', |
2429
|
|
|
|
|
|
|
'mysterous' => 'mysterious', |
2430
|
|
|
|
|
|
|
'naieve' => 'naive', |
2431
|
|
|
|
|
|
|
'nam' => 'name', |
2432
|
|
|
|
|
|
|
'nams' => 'names', |
2433
|
|
|
|
|
|
|
'naturaly' => 'naturally', |
2434
|
|
|
|
|
|
|
'naturely' => 'naturally', |
2435
|
|
|
|
|
|
|
'naturually' => 'naturally', |
2436
|
|
|
|
|
|
|
'naturual' => 'natural', |
2437
|
|
|
|
|
|
|
'navagating' => 'navigating', |
2438
|
|
|
|
|
|
|
'nead' => 'need', |
2439
|
|
|
|
|
|
|
'neccesarily' => 'necessarily', |
2440
|
|
|
|
|
|
|
'neccesary' => 'necessary', |
2441
|
|
|
|
|
|
|
'neccessarily' => 'necessarily', |
2442
|
|
|
|
|
|
|
'neccessary' => 'necessary', |
2443
|
|
|
|
|
|
|
'neccessities' => 'necessities', |
2444
|
|
|
|
|
|
|
'necesarily' => 'necessarily', |
2445
|
|
|
|
|
|
|
'necesary' => 'necessary', |
2446
|
|
|
|
|
|
|
'necessiate' => 'necessitate', |
2447
|
|
|
|
|
|
|
'neglible' => 'negligible', |
2448
|
|
|
|
|
|
|
'negligable' => 'negligible', |
2449
|
|
|
|
|
|
|
'negociate' => 'negotiate', |
2450
|
|
|
|
|
|
|
'negociation' => 'negotiation', |
2451
|
|
|
|
|
|
|
'negociations' => 'negotiations', |
2452
|
|
|
|
|
|
|
'negotation' => 'negotiation', |
2453
|
|
|
|
|
|
|
'neice' => 'niece, nice', |
2454
|
|
|
|
|
|
|
'neigborhood' => 'neighborhood', |
2455
|
|
|
|
|
|
|
'neigbourhood' => 'neighbourhood', |
2456
|
|
|
|
|
|
|
'neigbouring' => 'neighbouring, neighboring', |
2457
|
|
|
|
|
|
|
'neigbour' => 'neighbour, neighbor', |
2458
|
|
|
|
|
|
|
'neigbours' => 'neighbours, neighbors', |
2459
|
|
|
|
|
|
|
'nescessary' => 'necessary', |
2460
|
|
|
|
|
|
|
'nessasarily' => 'necessarily', |
2461
|
|
|
|
|
|
|
'nessecary' => 'necessary', |
2462
|
|
|
|
|
|
|
'nessessary' => 'necessary', |
2463
|
|
|
|
|
|
|
'nestin' => 'nesting', |
2464
|
|
|
|
|
|
|
'neverthless' => 'nevertheless', |
2465
|
|
|
|
|
|
|
'newletters' => 'newsletters', |
2466
|
|
|
|
|
|
|
'nickle' => 'nickel', |
2467
|
|
|
|
|
|
|
'nightfa;;' => 'nightfall', |
2468
|
|
|
|
|
|
|
'nightime' => 'nighttime', |
2469
|
|
|
|
|
|
|
'nineth' => 'ninth', |
2470
|
|
|
|
|
|
|
'ninteenth' => 'nineteenth', |
2471
|
|
|
|
|
|
|
'ninty' => 'ninety', |
2472
|
|
|
|
|
|
|
'nkow' => 'know', |
2473
|
|
|
|
|
|
|
'nkwo' => 'know', |
2474
|
|
|
|
|
|
|
'nmae' => 'name', |
2475
|
|
|
|
|
|
|
'nonsence' => 'nonsense', |
2476
|
|
|
|
|
|
|
'nontheless' => 'nonetheless', |
2477
|
|
|
|
|
|
|
'norhern' => 'northern', |
2478
|
|
|
|
|
|
|
'northen' => 'northern', |
2479
|
|
|
|
|
|
|
'northereastern' => 'northeastern', |
2480
|
|
|
|
|
|
|
'notabley' => 'notably', |
2481
|
|
|
|
|
|
|
'noteable' => 'notable', |
2482
|
|
|
|
|
|
|
'noteably' => 'notably', |
2483
|
|
|
|
|
|
|
'noteriety' => 'notoriety', |
2484
|
|
|
|
|
|
|
'nothern' => 'northern', |
2485
|
|
|
|
|
|
|
'noth' => 'north', |
2486
|
|
|
|
|
|
|
'noticable' => 'noticeable', |
2487
|
|
|
|
|
|
|
'noticably' => 'noticeably', |
2488
|
|
|
|
|
|
|
'notications' => 'notifications', |
2489
|
|
|
|
|
|
|
'noticeing' => 'noticing', |
2490
|
|
|
|
|
|
|
'noticible' => 'noticeable', |
2491
|
|
|
|
|
|
|
'notwhithstanding' => 'notwithstanding', |
2492
|
|
|
|
|
|
|
'noveau' => 'nouveau', |
2493
|
|
|
|
|
|
|
'novermber' => 'November', |
2494
|
|
|
|
|
|
|
'nowdays' => 'nowadays', |
2495
|
|
|
|
|
|
|
'nowe' => 'now', |
2496
|
|
|
|
|
|
|
'nto' => 'not', |
2497
|
|
|
|
|
|
|
'nucular' => 'nuclear', |
2498
|
|
|
|
|
|
|
'nuculear' => 'nuclear', |
2499
|
|
|
|
|
|
|
'nuisanse' => 'nuisance', |
2500
|
|
|
|
|
|
|
'numberous' => 'numerous', |
2501
|
|
|
|
|
|
|
'nusance' => 'nuisance', |
2502
|
|
|
|
|
|
|
'nutritent' => 'nutrient', |
2503
|
|
|
|
|
|
|
'nutritents' => 'nutrients', |
2504
|
|
|
|
|
|
|
'nuturing' => 'nurturing', |
2505
|
|
|
|
|
|
|
'obediance' => 'obedience', |
2506
|
|
|
|
|
|
|
'obediant' => 'obedient', |
2507
|
|
|
|
|
|
|
'obession' => 'obsession', |
2508
|
|
|
|
|
|
|
'obssessed' => 'obsessed', |
2509
|
|
|
|
|
|
|
'obstacal' => 'obstacle', |
2510
|
|
|
|
|
|
|
'obstancles' => 'obstacles', |
2511
|
|
|
|
|
|
|
'obstruced' => 'obstructed', |
2512
|
|
|
|
|
|
|
'ocasionally' => 'occasionally', |
2513
|
|
|
|
|
|
|
'ocasional' => 'occasional', |
2514
|
|
|
|
|
|
|
'ocasionaly' => 'occasionally', |
2515
|
|
|
|
|
|
|
'ocasioned' => 'occasioned', |
2516
|
|
|
|
|
|
|
'ocasion' => 'occasion', |
2517
|
|
|
|
|
|
|
'ocasions' => 'occasions', |
2518
|
|
|
|
|
|
|
'ocassionally' => 'occasionally', |
2519
|
|
|
|
|
|
|
'ocassional' => 'occasional', |
2520
|
|
|
|
|
|
|
'ocassionaly' => 'occasionally', |
2521
|
|
|
|
|
|
|
'ocassioned' => 'occasioned', |
2522
|
|
|
|
|
|
|
'ocassion' => 'occasion', |
2523
|
|
|
|
|
|
|
'ocassions' => 'occasions', |
2524
|
|
|
|
|
|
|
'occaison' => 'occasion', |
2525
|
|
|
|
|
|
|
'occassionally' => 'occasionally', |
2526
|
|
|
|
|
|
|
'occassional' => 'occasional', |
2527
|
|
|
|
|
|
|
'occassionaly' => 'occasionally', |
2528
|
|
|
|
|
|
|
'occassioned' => 'occasioned', |
2529
|
|
|
|
|
|
|
'occassion' => 'occasion', |
2530
|
|
|
|
|
|
|
'occassions' => 'occasions', |
2531
|
|
|
|
|
|
|
'occationally' => 'occasionally', |
2532
|
|
|
|
|
|
|
'occour' => 'occur', |
2533
|
|
|
|
|
|
|
'occurance' => 'occurrence', |
2534
|
|
|
|
|
|
|
'occurances' => 'occurrences', |
2535
|
|
|
|
|
|
|
'occured' => 'occurred', |
2536
|
|
|
|
|
|
|
'occurence' => 'occurrence', |
2537
|
|
|
|
|
|
|
'occurences' => 'occurrences', |
2538
|
|
|
|
|
|
|
'occuring' => 'occurring', |
2539
|
|
|
|
|
|
|
'occurrance' => 'occurrence', |
2540
|
|
|
|
|
|
|
'occurrances' => 'occurrences', |
2541
|
|
|
|
|
|
|
'occurr' => 'occur', |
2542
|
|
|
|
|
|
|
'octohedral' => 'octahedral', |
2543
|
|
|
|
|
|
|
'octohedra' => 'octahedra', |
2544
|
|
|
|
|
|
|
'octohedron' => 'octahedron', |
2545
|
|
|
|
|
|
|
'ocuntries' => 'countries', |
2546
|
|
|
|
|
|
|
'ocuntry' => 'country', |
2547
|
|
|
|
|
|
|
'ocurrance' => 'occurrence', |
2548
|
|
|
|
|
|
|
'ocurred' => 'occurred', |
2549
|
|
|
|
|
|
|
'ocurrence' => 'occurrence', |
2550
|
|
|
|
|
|
|
'ocurr' => 'occur', |
2551
|
|
|
|
|
|
|
'offcers' => 'officers', |
2552
|
|
|
|
|
|
|
'offcially' => 'officially', |
2553
|
|
|
|
|
|
|
'offereings' => 'offerings', |
2554
|
|
|
|
|
|
|
'offically' => 'officially', |
2555
|
|
|
|
|
|
|
'offical' => 'official', |
2556
|
|
|
|
|
|
|
'officals' => 'officials', |
2557
|
|
|
|
|
|
|
'officaly' => 'officially', |
2558
|
|
|
|
|
|
|
'officialy' => 'officially', |
2559
|
|
|
|
|
|
|
'offred' => 'offered', |
2560
|
|
|
|
|
|
|
'oftenly' => 'often', |
2561
|
|
|
|
|
|
|
'oging' => 'going, ogling', |
2562
|
|
|
|
|
|
|
'omision' => 'omission', |
2563
|
|
|
|
|
|
|
'omited' => 'omitted', |
2564
|
|
|
|
|
|
|
'omiting' => 'omitting', |
2565
|
|
|
|
|
|
|
'omitt' => 'omit', |
2566
|
|
|
|
|
|
|
'omlette' => 'omelette', |
2567
|
|
|
|
|
|
|
'ommision' => 'omission', |
2568
|
|
|
|
|
|
|
'ommited' => 'omitted', |
2569
|
|
|
|
|
|
|
'ommiting' => 'omitting', |
2570
|
|
|
|
|
|
|
'ommitted' => 'omitted', |
2571
|
|
|
|
|
|
|
'ommitting' => 'omitting', |
2572
|
|
|
|
|
|
|
'omre' => 'more', |
2573
|
|
|
|
|
|
|
'onyl' => 'only', |
2574
|
|
|
|
|
|
|
'openess' => 'openness', |
2575
|
|
|
|
|
|
|
'oponent' => 'opponent', |
2576
|
|
|
|
|
|
|
'oportunity' => 'opportunity', |
2577
|
|
|
|
|
|
|
'opose' => 'oppose', |
2578
|
|
|
|
|
|
|
'oposite' => 'opposite', |
2579
|
|
|
|
|
|
|
'oposition' => 'opposition', |
2580
|
|
|
|
|
|
|
'oppenly' => 'openly', |
2581
|
|
|
|
|
|
|
'oppinion' => 'opinion', |
2582
|
|
|
|
|
|
|
'opponant' => 'opponent', |
2583
|
|
|
|
|
|
|
'oppononent' => 'opponent', |
2584
|
|
|
|
|
|
|
'oppositition' => 'opposition', |
2585
|
|
|
|
|
|
|
'oppossed' => 'opposed', |
2586
|
|
|
|
|
|
|
'opprotunity' => 'opportunity', |
2587
|
|
|
|
|
|
|
'opression' => 'oppression', |
2588
|
|
|
|
|
|
|
'opressive' => 'oppressive', |
2589
|
|
|
|
|
|
|
'optionnal' => 'optional', |
2590
|
|
|
|
|
|
|
'optmizations' => 'optimizations', |
2591
|
|
|
|
|
|
|
'optomism' => 'optimism', |
2592
|
|
|
|
|
|
|
'orded' => 'ordered', |
2593
|
|
|
|
|
|
|
'organim' => 'organism', |
2594
|
|
|
|
|
|
|
'organistion' => 'organisation', |
2595
|
|
|
|
|
|
|
'organiztion' => 'organization', |
2596
|
|
|
|
|
|
|
'orginally' => 'originally', |
2597
|
|
|
|
|
|
|
'orginal' => 'original', |
2598
|
|
|
|
|
|
|
'orginize' => 'organise', |
2599
|
|
|
|
|
|
|
'orgin' => 'origin, organ', |
2600
|
|
|
|
|
|
|
'oridinarily' => 'ordinarily', |
2601
|
|
|
|
|
|
|
'orientatied' => 'orientated', |
2602
|
|
|
|
|
|
|
'orientied' => 'oriented', |
2603
|
|
|
|
|
|
|
'origanaly' => 'originally', |
2604
|
|
|
|
|
|
|
'originall' => 'original, originally', |
2605
|
|
|
|
|
|
|
'originaly' => 'originally', |
2606
|
|
|
|
|
|
|
'originially' => 'originally', |
2607
|
|
|
|
|
|
|
'originnally' => 'originally', |
2608
|
|
|
|
|
|
|
'origional' => 'original', |
2609
|
|
|
|
|
|
|
'orignally' => 'originally', |
2610
|
|
|
|
|
|
|
'orignially' => 'originally', |
2611
|
|
|
|
|
|
|
'otehr' => 'other', |
2612
|
|
|
|
|
|
|
'oublisher' => 'publisher', |
2613
|
|
|
|
|
|
|
'oustanding' => 'outstanding', |
2614
|
|
|
|
|
|
|
'overaall' => 'overall', |
2615
|
|
|
|
|
|
|
'overriden' => 'overridden', |
2616
|
|
|
|
|
|
|
'overshaddowed' => 'overshadowed', |
2617
|
|
|
|
|
|
|
'overthere' => 'over there', |
2618
|
|
|
|
|
|
|
'overwelming' => 'overwhelming', |
2619
|
|
|
|
|
|
|
'overwheliming' => 'overwhelming', |
2620
|
|
|
|
|
|
|
'owrk' => 'work', |
2621
|
|
|
|
|
|
|
'owudl' => 'would', |
2622
|
|
|
|
|
|
|
'oxigen' => 'oxygen', |
2623
|
|
|
|
|
|
|
'oximoron' => 'oxymoron', |
2624
|
|
|
|
|
|
|
'pacakge' => 'package', |
2625
|
|
|
|
|
|
|
'pachage' => 'package', |
2626
|
|
|
|
|
|
|
'packacge' => 'package', |
2627
|
|
|
|
|
|
|
'packege' => 'package', |
2628
|
|
|
|
|
|
|
'packge' => 'package', |
2629
|
|
|
|
|
|
|
'paide' => 'paid', |
2630
|
|
|
|
|
|
|
'paitience' => 'patience', |
2631
|
|
|
|
|
|
|
'pakage' => 'package', |
2632
|
|
|
|
|
|
|
'palce' => 'place, palace', |
2633
|
|
|
|
|
|
|
'paliamentarian' => 'parliamentarian', |
2634
|
|
|
|
|
|
|
'pallete' => 'palette', |
2635
|
|
|
|
|
|
|
'pallette' => 'palette', |
2636
|
|
|
|
|
|
|
'pamflet' => 'pamphlet', |
2637
|
|
|
|
|
|
|
'pamplet' => 'pamphlet', |
2638
|
|
|
|
|
|
|
'paralell' => 'parallel', |
2639
|
|
|
|
|
|
|
'paralelly' => 'parallelly', |
2640
|
|
|
|
|
|
|
'paralel' => 'parallel', |
2641
|
|
|
|
|
|
|
'paralely' => 'parallelly', |
2642
|
|
|
|
|
|
|
'parallely' => 'parallelly', |
2643
|
|
|
|
|
|
|
'paramameters' => 'parameters', |
2644
|
|
|
|
|
|
|
'paramater' => 'parameter', |
2645
|
|
|
|
|
|
|
'parametes' => 'parameters', |
2646
|
|
|
|
|
|
|
'paramter' => 'parameter', |
2647
|
|
|
|
|
|
|
'paramters' => 'parameters', |
2648
|
|
|
|
|
|
|
'paranthesis' => 'parenthesis', |
2649
|
|
|
|
|
|
|
'paraphenalia' => 'paraphernalia', |
2650
|
|
|
|
|
|
|
'parellels' => 'parallels', |
2651
|
|
|
|
|
|
|
'parituclar' => 'particular', |
2652
|
|
|
|
|
|
|
'parliment' => 'parliament', |
2653
|
|
|
|
|
|
|
'parrakeets' => 'parakeets', |
2654
|
|
|
|
|
|
|
'parralel' => 'parallel', |
2655
|
|
|
|
|
|
|
'parrallell' => 'parallel', |
2656
|
|
|
|
|
|
|
'parrallelly' => 'parallelly', |
2657
|
|
|
|
|
|
|
'parrallel' => 'parallel', |
2658
|
|
|
|
|
|
|
'parrallely' => 'parallelly', |
2659
|
|
|
|
|
|
|
'partialy' => 'partially', |
2660
|
|
|
|
|
|
|
'particually' => 'particularly', |
2661
|
|
|
|
|
|
|
'particualr' => 'particular', |
2662
|
|
|
|
|
|
|
'particuarly' => 'particularly', |
2663
|
|
|
|
|
|
|
'particularily' => 'particularly', |
2664
|
|
|
|
|
|
|
'particulary' => 'particularly', |
2665
|
|
|
|
|
|
|
'pary' => 'party', |
2666
|
|
|
|
|
|
|
'pased' => 'passed', |
2667
|
|
|
|
|
|
|
'pasengers' => 'passengers', |
2668
|
|
|
|
|
|
|
'passerbys' => 'passersby', |
2669
|
|
|
|
|
|
|
'pasttime' => 'pastime', |
2670
|
|
|
|
|
|
|
'pastural' => 'pastoral', |
2671
|
|
|
|
|
|
|
'paticular' => 'particular', |
2672
|
|
|
|
|
|
|
'pattented' => 'patented', |
2673
|
|
|
|
|
|
|
'pavillion' => 'pavilion', |
2674
|
|
|
|
|
|
|
'payed' => 'paid', |
2675
|
|
|
|
|
|
|
'pblisher' => 'publisher', |
2676
|
|
|
|
|
|
|
'pbulisher' => 'publisher', |
2677
|
|
|
|
|
|
|
'peageant' => 'pageant', |
2678
|
|
|
|
|
|
|
'peculure' => 'peculiar', |
2679
|
|
|
|
|
|
|
'pedestrain' => 'pedestrian', |
2680
|
|
|
|
|
|
|
'peformed' => 'performed', |
2681
|
|
|
|
|
|
|
'peice' => 'piece', |
2682
|
|
|
|
|
|
|
'penatly' => 'penalty', |
2683
|
|
|
|
|
|
|
'penerator' => 'penetrator', |
2684
|
|
|
|
|
|
|
'penisula' => 'peninsula', |
2685
|
|
|
|
|
|
|
'penisular' => 'peninsular', |
2686
|
|
|
|
|
|
|
'penninsula' => 'peninsula', |
2687
|
|
|
|
|
|
|
'penninsular' => 'peninsular', |
2688
|
|
|
|
|
|
|
'pennisula' => 'peninsula', |
2689
|
|
|
|
|
|
|
'pensinula' => 'peninsula', |
2690
|
|
|
|
|
|
|
'peom' => 'poem', |
2691
|
|
|
|
|
|
|
'peoms' => 'poems', |
2692
|
|
|
|
|
|
|
'peopel' => 'people', |
2693
|
|
|
|
|
|
|
'peotry' => 'poetry', |
2694
|
|
|
|
|
|
|
'peprocessor' => 'preprocessor', |
2695
|
|
|
|
|
|
|
'perade' => 'parade', |
2696
|
|
|
|
|
|
|
'percepted' => 'perceived', |
2697
|
|
|
|
|
|
|
'percieved' => 'perceived', |
2698
|
|
|
|
|
|
|
'percieve' => 'perceive', |
2699
|
|
|
|
|
|
|
'perenially' => 'perennially', |
2700
|
|
|
|
|
|
|
'perfomance' => 'performance', |
2701
|
|
|
|
|
|
|
'perfomers' => 'performers', |
2702
|
|
|
|
|
|
|
'perfoming' => 'performing', |
2703
|
|
|
|
|
|
|
'performence' => 'performance', |
2704
|
|
|
|
|
|
|
'performes' => 'performed, performs', |
2705
|
|
|
|
|
|
|
'perhasp' => 'perhaps', |
2706
|
|
|
|
|
|
|
'perheaps' => 'perhaps', |
2707
|
|
|
|
|
|
|
'perhpas' => 'perhaps', |
2708
|
|
|
|
|
|
|
'peripathetic' => 'peripatetic', |
2709
|
|
|
|
|
|
|
'peristent' => 'persistent', |
2710
|
|
|
|
|
|
|
'perjery' => 'perjury', |
2711
|
|
|
|
|
|
|
'perjorative' => 'pejorative', |
2712
|
|
|
|
|
|
|
'permanant' => 'permanent', |
2713
|
|
|
|
|
|
|
'permenantly' => 'permanently', |
2714
|
|
|
|
|
|
|
'permenant' => 'permanent', |
2715
|
|
|
|
|
|
|
'permissable' => 'permissible', |
2716
|
|
|
|
|
|
|
'permissons' => 'permissions', |
2717
|
|
|
|
|
|
|
'perogative' => 'prerogative', |
2718
|
|
|
|
|
|
|
'peronal' => 'personal', |
2719
|
|
|
|
|
|
|
'perosnality' => 'personality', |
2720
|
|
|
|
|
|
|
'perphas' => 'perhaps', |
2721
|
|
|
|
|
|
|
'perpindicular' => 'perpendicular', |
2722
|
|
|
|
|
|
|
'perseverence' => 'perseverance', |
2723
|
|
|
|
|
|
|
'persistance' => 'persistence', |
2724
|
|
|
|
|
|
|
'persistant' => 'persistent', |
2725
|
|
|
|
|
|
|
'personell' => 'personnel', |
2726
|
|
|
|
|
|
|
'personel' => 'personnel, personal', |
2727
|
|
|
|
|
|
|
'personnell' => 'personnel', |
2728
|
|
|
|
|
|
|
'persuded' => 'persuaded', |
2729
|
|
|
|
|
|
|
'persued' => 'pursued', |
2730
|
|
|
|
|
|
|
'persue' => 'pursue', |
2731
|
|
|
|
|
|
|
'persuing' => 'pursuing', |
2732
|
|
|
|
|
|
|
'persuit' => 'pursuit', |
2733
|
|
|
|
|
|
|
'persuits' => 'pursuits', |
2734
|
|
|
|
|
|
|
'pertubation' => 'perturbation', |
2735
|
|
|
|
|
|
|
'pertubations' => 'perturbations', |
2736
|
|
|
|
|
|
|
'petetion' => 'petition', |
2737
|
|
|
|
|
|
|
'phenomenom' => 'phenomenon', |
2738
|
|
|
|
|
|
|
'phenomenonal' => 'phenomenal', |
2739
|
|
|
|
|
|
|
'phenomenonly' => 'phenomenally', |
2740
|
|
|
|
|
|
|
'phenomonenon' => 'phenomenon', |
2741
|
|
|
|
|
|
|
'phenomonon' => 'phenomenon', |
2742
|
|
|
|
|
|
|
'phenonmena' => 'phenomena', |
2743
|
|
|
|
|
|
|
'philisopher' => 'philosopher', |
2744
|
|
|
|
|
|
|
'philisophical' => 'philosophical', |
2745
|
|
|
|
|
|
|
'philisophy' => 'philosophy', |
2746
|
|
|
|
|
|
|
'phillosophically' => 'philosophically', |
2747
|
|
|
|
|
|
|
'philospher' => 'philosopher', |
2748
|
|
|
|
|
|
|
'philosphies' => 'philosophies', |
2749
|
|
|
|
|
|
|
'philosphy' => 'philosophy', |
2750
|
|
|
|
|
|
|
'phongraph' => 'phonograph', |
2751
|
|
|
|
|
|
|
'phylosophical' => 'philosophical', |
2752
|
|
|
|
|
|
|
'physicaly' => 'physically', |
2753
|
|
|
|
|
|
|
'piblisher' => 'publisher', |
2754
|
|
|
|
|
|
|
'pich' => 'pitch', |
2755
|
|
|
|
|
|
|
'pilgrimmage' => 'pilgrimage', |
2756
|
|
|
|
|
|
|
'pilgrimmages' => 'pilgrimages', |
2757
|
|
|
|
|
|
|
'pinapple' => 'pineapple', |
2758
|
|
|
|
|
|
|
'pinnaple' => 'pineapple', |
2759
|
|
|
|
|
|
|
'pinoneered' => 'pioneered', |
2760
|
|
|
|
|
|
|
'plagarism' => 'plagiarism', |
2761
|
|
|
|
|
|
|
'planation' => 'plantation', |
2762
|
|
|
|
|
|
|
'planed' => 'planned', |
2763
|
|
|
|
|
|
|
'plantiff' => 'plaintiff', |
2764
|
|
|
|
|
|
|
'plateu' => 'plateau', |
2765
|
|
|
|
|
|
|
'plattform' => 'platform', |
2766
|
|
|
|
|
|
|
'plausable' => 'plausible', |
2767
|
|
|
|
|
|
|
'playright' => 'playwright', |
2768
|
|
|
|
|
|
|
'playwrite' => 'playwright', |
2769
|
|
|
|
|
|
|
'playwrites' => 'playwrights', |
2770
|
|
|
|
|
|
|
'pleaes' => 'please', |
2771
|
|
|
|
|
|
|
'pleasent' => 'pleasant', |
2772
|
|
|
|
|
|
|
'plesant' => 'pleasant', |
2773
|
|
|
|
|
|
|
'ploting' => 'plotting', |
2774
|
|
|
|
|
|
|
'poeoples' => 'peoples', |
2775
|
|
|
|
|
|
|
'poety' => 'poetry', |
2776
|
|
|
|
|
|
|
'poisin' => 'poison', |
2777
|
|
|
|
|
|
|
'polical' => 'political', |
2778
|
|
|
|
|
|
|
'polinator' => 'pollinator', |
2779
|
|
|
|
|
|
|
'polinators' => 'pollinators', |
2780
|
|
|
|
|
|
|
'politican' => 'politician', |
2781
|
|
|
|
|
|
|
'politicans' => 'politicians', |
2782
|
|
|
|
|
|
|
'poltical' => 'political', |
2783
|
|
|
|
|
|
|
'poluted' => 'polluted', |
2784
|
|
|
|
|
|
|
'polute' => 'pollute', |
2785
|
|
|
|
|
|
|
'polutes' => 'pollutes', |
2786
|
|
|
|
|
|
|
'poluting' => 'polluting', |
2787
|
|
|
|
|
|
|
'polution' => 'pollution', |
2788
|
|
|
|
|
|
|
'pomotion' => 'promotion', |
2789
|
|
|
|
|
|
|
'poportional' => 'proportional', |
2790
|
|
|
|
|
|
|
'popoulation' => 'population', |
2791
|
|
|
|
|
|
|
'popularaty' => 'popularity', |
2792
|
|
|
|
|
|
|
'populare' => 'popular', |
2793
|
|
|
|
|
|
|
'populer' => 'popular', |
2794
|
|
|
|
|
|
|
'portait' => 'portrait', |
2795
|
|
|
|
|
|
|
'portayed' => 'portrayed', |
2796
|
|
|
|
|
|
|
'portraing' => 'portraying', |
2797
|
|
|
|
|
|
|
'portuguease' => 'portuguese', |
2798
|
|
|
|
|
|
|
'portugues' => 'Portuguese', |
2799
|
|
|
|
|
|
|
'posessed' => 'possessed', |
2800
|
|
|
|
|
|
|
'posesses' => 'possesses', |
2801
|
|
|
|
|
|
|
'posessing' => 'possessing', |
2802
|
|
|
|
|
|
|
'posession' => 'possession', |
2803
|
|
|
|
|
|
|
'posessions' => 'possessions', |
2804
|
|
|
|
|
|
|
'posess' => 'possess', |
2805
|
|
|
|
|
|
|
'posible' => 'possible', |
2806
|
|
|
|
|
|
|
'posion' => 'poison', |
2807
|
|
|
|
|
|
|
'positon' => 'position, positron', |
2808
|
|
|
|
|
|
|
'possable' => 'possible', |
2809
|
|
|
|
|
|
|
'possably' => 'possibly', |
2810
|
|
|
|
|
|
|
'posseses' => 'possesses', |
2811
|
|
|
|
|
|
|
'possesing' => 'possessing', |
2812
|
|
|
|
|
|
|
'possesion' => 'possession', |
2813
|
|
|
|
|
|
|
'possessess' => 'possesses', |
2814
|
|
|
|
|
|
|
'possibile' => 'possible', |
2815
|
|
|
|
|
|
|
'possibilty' => 'possibility', |
2816
|
|
|
|
|
|
|
'possiblility' => 'possibility', |
2817
|
|
|
|
|
|
|
'possiblilty' => 'possibility', |
2818
|
|
|
|
|
|
|
'possiblities' => 'possibilities', |
2819
|
|
|
|
|
|
|
'possiblity' => 'possibility', |
2820
|
|
|
|
|
|
|
'possition' => 'position', |
2821
|
|
|
|
|
|
|
'posthomous' => 'posthumous', |
2822
|
|
|
|
|
|
|
'postion' => 'position', |
2823
|
|
|
|
|
|
|
'postive' => 'positive', |
2824
|
|
|
|
|
|
|
'potatos' => 'potatoes', |
2825
|
|
|
|
|
|
|
'potrait' => 'portrait', |
2826
|
|
|
|
|
|
|
'potrayed' => 'portrayed', |
2827
|
|
|
|
|
|
|
'poulations' => 'populations', |
2828
|
|
|
|
|
|
|
'poverful' => 'powerful', |
2829
|
|
|
|
|
|
|
'poweful' => 'powerful', |
2830
|
|
|
|
|
|
|
'powerfull' => 'powerful', |
2831
|
|
|
|
|
|
|
'ppublisher' => 'publisher', |
2832
|
|
|
|
|
|
|
'practially' => 'practically', |
2833
|
|
|
|
|
|
|
'practial' => 'practical', |
2834
|
|
|
|
|
|
|
'practicaly' => 'practically', |
2835
|
|
|
|
|
|
|
'practicioner' => 'practitioner', |
2836
|
|
|
|
|
|
|
'practicioners' => 'practitioners', |
2837
|
|
|
|
|
|
|
'practicly' => 'practically', |
2838
|
|
|
|
|
|
|
'practioner' => 'practitioner', |
2839
|
|
|
|
|
|
|
'practioners' => 'practitioners', |
2840
|
|
|
|
|
|
|
'prairy' => 'prairie', |
2841
|
|
|
|
|
|
|
'prarie' => 'prairie', |
2842
|
|
|
|
|
|
|
'praries' => 'prairies', |
2843
|
|
|
|
|
|
|
'pratice' => 'practice', |
2844
|
|
|
|
|
|
|
'preample' => 'preamble', |
2845
|
|
|
|
|
|
|
'precedessor' => 'predecessor', |
2846
|
|
|
|
|
|
|
'preceeded' => 'preceded', |
2847
|
|
|
|
|
|
|
'preceeding' => 'preceding', |
2848
|
|
|
|
|
|
|
'preceed' => 'precede', |
2849
|
|
|
|
|
|
|
'preceeds' => 'precedes', |
2850
|
|
|
|
|
|
|
'precendence' => 'precedence', |
2851
|
|
|
|
|
|
|
'precentage' => 'percentage', |
2852
|
|
|
|
|
|
|
'precice' => 'precise', |
2853
|
|
|
|
|
|
|
'precisly' => 'precisely', |
2854
|
|
|
|
|
|
|
'precission' => 'precision', |
2855
|
|
|
|
|
|
|
'precurser' => 'precursor', |
2856
|
|
|
|
|
|
|
'predecesors' => 'predecessors', |
2857
|
|
|
|
|
|
|
'predicatble' => 'predictable', |
2858
|
|
|
|
|
|
|
'predicitons' => 'predictions', |
2859
|
|
|
|
|
|
|
'predomiantly' => 'predominately', |
2860
|
|
|
|
|
|
|
'prefered' => 'preferred', |
2861
|
|
|
|
|
|
|
'prefering' => 'preferring', |
2862
|
|
|
|
|
|
|
'preferrably' => 'preferably', |
2863
|
|
|
|
|
|
|
'prefferably' => 'preferably', |
2864
|
|
|
|
|
|
|
'pregancies' => 'pregnancies', |
2865
|
|
|
|
|
|
|
'preiod' => 'period', |
2866
|
|
|
|
|
|
|
'preliferation' => 'proliferation', |
2867
|
|
|
|
|
|
|
'premeired' => 'premiered', |
2868
|
|
|
|
|
|
|
'premeire' => 'premiere', |
2869
|
|
|
|
|
|
|
'premillenial' => 'premillennial', |
2870
|
|
|
|
|
|
|
'preminence' => 'preeminence', |
2871
|
|
|
|
|
|
|
'premission' => 'permission', |
2872
|
|
|
|
|
|
|
'preocupation' => 'preoccupation', |
2873
|
|
|
|
|
|
|
'prepaired' => 'prepared', |
2874
|
|
|
|
|
|
|
'prepair' => 'prepare', |
2875
|
|
|
|
|
|
|
'prepartion' => 'preparation', |
2876
|
|
|
|
|
|
|
'prepatory' => 'preparatory', |
2877
|
|
|
|
|
|
|
'preperation' => 'preparation', |
2878
|
|
|
|
|
|
|
'preperations' => 'preparations', |
2879
|
|
|
|
|
|
|
'preriod' => 'period', |
2880
|
|
|
|
|
|
|
'presedential' => 'presidential', |
2881
|
|
|
|
|
|
|
'presense' => 'presence', |
2882
|
|
|
|
|
|
|
'presidenital' => 'presidential', |
2883
|
|
|
|
|
|
|
'presidental' => 'presidential', |
2884
|
|
|
|
|
|
|
'presitgious' => 'prestigious', |
2885
|
|
|
|
|
|
|
'prespective' => 'perspective', |
2886
|
|
|
|
|
|
|
'prestigeous' => 'prestigious', |
2887
|
|
|
|
|
|
|
'prestigous' => 'prestigious', |
2888
|
|
|
|
|
|
|
'presumabely' => 'presumably', |
2889
|
|
|
|
|
|
|
'presumibly' => 'presumably', |
2890
|
|
|
|
|
|
|
'pretection' => 'protection', |
2891
|
|
|
|
|
|
|
'prevelant' => 'prevalent', |
2892
|
|
|
|
|
|
|
'preverse' => 'perverse', |
2893
|
|
|
|
|
|
|
'previvous' => 'previous', |
2894
|
|
|
|
|
|
|
'pricipal' => 'principal', |
2895
|
|
|
|
|
|
|
'priciple' => 'principle', |
2896
|
|
|
|
|
|
|
'priestood' => 'priesthood', |
2897
|
|
|
|
|
|
|
'primarly' => 'primarily', |
2898
|
|
|
|
|
|
|
'primatively' => 'primitively', |
2899
|
|
|
|
|
|
|
'primative' => 'primitive', |
2900
|
|
|
|
|
|
|
'primatives' => 'primitives', |
2901
|
|
|
|
|
|
|
'primordal' => 'primordial', |
2902
|
|
|
|
|
|
|
'principaly' => 'principality', |
2903
|
|
|
|
|
|
|
'principial' => 'principal', |
2904
|
|
|
|
|
|
|
'principlaity' => 'principality', |
2905
|
|
|
|
|
|
|
'principly' => 'principally', |
2906
|
|
|
|
|
|
|
'princliple' => 'principle', |
2907
|
|
|
|
|
|
|
'prinicipal' => 'principal', |
2908
|
|
|
|
|
|
|
'priorty' => 'priority', |
2909
|
|
|
|
|
|
|
'privalege' => 'privilege', |
2910
|
|
|
|
|
|
|
'privaleges' => 'privileges', |
2911
|
|
|
|
|
|
|
'priveledges' => 'privileges', |
2912
|
|
|
|
|
|
|
'priveleged' => 'privileged', |
2913
|
|
|
|
|
|
|
'privelege' => 'privilege', |
2914
|
|
|
|
|
|
|
'priveleges' => 'privileges', |
2915
|
|
|
|
|
|
|
'priveliged' => 'privileged', |
2916
|
|
|
|
|
|
|
'privelige' => 'privilege', |
2917
|
|
|
|
|
|
|
'priveliges' => 'privileges', |
2918
|
|
|
|
|
|
|
'privelleges' => 'privileges', |
2919
|
|
|
|
|
|
|
'privilage' => 'privilege', |
2920
|
|
|
|
|
|
|
'priviledge' => 'privilege', |
2921
|
|
|
|
|
|
|
'priviledges' => 'privileges', |
2922
|
|
|
|
|
|
|
'privledge' => 'privilege', |
2923
|
|
|
|
|
|
|
'privte' => 'private', |
2924
|
|
|
|
|
|
|
'probabilaty' => 'probability', |
2925
|
|
|
|
|
|
|
'probablistic' => 'probabilistic', |
2926
|
|
|
|
|
|
|
'probablly' => 'probably', |
2927
|
|
|
|
|
|
|
'probalibity' => 'probability', |
2928
|
|
|
|
|
|
|
'probaly' => 'probably', |
2929
|
|
|
|
|
|
|
'probelm' => 'problem', |
2930
|
|
|
|
|
|
|
'procceed' => 'proceed', |
2931
|
|
|
|
|
|
|
'proccesors' => 'processors', |
2932
|
|
|
|
|
|
|
'proccessing' => 'processing', |
2933
|
|
|
|
|
|
|
'proccess' => 'process', |
2934
|
|
|
|
|
|
|
'proceded' => 'proceeded, preceded', |
2935
|
|
|
|
|
|
|
'procede' => 'proceed, precede', |
2936
|
|
|
|
|
|
|
'procedes' => 'proceeds, precedes', |
2937
|
|
|
|
|
|
|
'procedger' => 'procedure', |
2938
|
|
|
|
|
|
|
'proceding' => 'proceeding, preceding', |
2939
|
|
|
|
|
|
|
'procedings' => 'proceedings', |
2940
|
|
|
|
|
|
|
'proceedure' => 'procedure', |
2941
|
|
|
|
|
|
|
'proces' => 'process', |
2942
|
|
|
|
|
|
|
'processer' => 'processor', |
2943
|
|
|
|
|
|
|
'processessing' => 'processing', |
2944
|
|
|
|
|
|
|
'processpr' => 'processor', |
2945
|
|
|
|
|
|
|
'processsing' => 'processing', |
2946
|
|
|
|
|
|
|
'proclaimation' => 'proclamation', |
2947
|
|
|
|
|
|
|
'proclamed' => 'proclaimed', |
2948
|
|
|
|
|
|
|
'proclaming' => 'proclaiming', |
2949
|
|
|
|
|
|
|
'proclomation' => 'proclamation', |
2950
|
|
|
|
|
|
|
'profesion' => 'profusion, profession', |
2951
|
|
|
|
|
|
|
'profesor' => 'professor', |
2952
|
|
|
|
|
|
|
'professer' => 'professor', |
2953
|
|
|
|
|
|
|
'proffesed' => 'professed', |
2954
|
|
|
|
|
|
|
'proffesional' => 'professional', |
2955
|
|
|
|
|
|
|
'proffesion' => 'profession', |
2956
|
|
|
|
|
|
|
'proffesor' => 'professor', |
2957
|
|
|
|
|
|
|
'profilic' => 'prolific', |
2958
|
|
|
|
|
|
|
'progams' => 'programs', |
2959
|
|
|
|
|
|
|
'progessed' => 'progressed', |
2960
|
|
|
|
|
|
|
'programable' => 'programmable', |
2961
|
|
|
|
|
|
|
'programers' => 'programmers', |
2962
|
|
|
|
|
|
|
'programm' => 'program', |
2963
|
|
|
|
|
|
|
'programms' => 'programs', |
2964
|
|
|
|
|
|
|
'progrom' => 'program', |
2965
|
|
|
|
|
|
|
'progroms' => 'programs', |
2966
|
|
|
|
|
|
|
'prohabition' => 'prohibition', |
2967
|
|
|
|
|
|
|
'prologomena' => 'prolegomena', |
2968
|
|
|
|
|
|
|
'prominance' => 'prominence', |
2969
|
|
|
|
|
|
|
'prominantly' => 'prominently', |
2970
|
|
|
|
|
|
|
'prominant' => 'prominent', |
2971
|
|
|
|
|
|
|
'prominately' => 'prominently, predominately', |
2972
|
|
|
|
|
|
|
'promiscous' => 'promiscuous', |
2973
|
|
|
|
|
|
|
'promotted' => 'promoted', |
2974
|
|
|
|
|
|
|
'promps' => 'prompts', |
2975
|
|
|
|
|
|
|
'pronnounced' => 'pronounced', |
2976
|
|
|
|
|
|
|
'pronomial' => 'pronominal', |
2977
|
|
|
|
|
|
|
'prononciation' => 'pronunciation', |
2978
|
|
|
|
|
|
|
'pronouced' => 'pronounced', |
2979
|
|
|
|
|
|
|
'pronouce' => 'pronounce', |
2980
|
|
|
|
|
|
|
'pronounched' => 'pronounced', |
2981
|
|
|
|
|
|
|
'pronounciation' => 'pronunciation', |
2982
|
|
|
|
|
|
|
'pronunce' => 'pronounce', |
2983
|
|
|
|
|
|
|
'prooved' => 'proved', |
2984
|
|
|
|
|
|
|
'proove' => 'prove', |
2985
|
|
|
|
|
|
|
'propery' => 'property', |
2986
|
|
|
|
|
|
|
'prophacy' => 'prophecy', |
2987
|
|
|
|
|
|
|
'propietary' => 'proprietary', |
2988
|
|
|
|
|
|
|
'propmted' => 'prompted', |
2989
|
|
|
|
|
|
|
'propoganda' => 'propaganda', |
2990
|
|
|
|
|
|
|
'propogate' => 'propagate', |
2991
|
|
|
|
|
|
|
'propogates' => 'propagates', |
2992
|
|
|
|
|
|
|
'propogation' => 'propagation', |
2993
|
|
|
|
|
|
|
'propostion' => 'proposition', |
2994
|
|
|
|
|
|
|
'propotions' => 'proportions', |
2995
|
|
|
|
|
|
|
'propperly' => 'properly', |
2996
|
|
|
|
|
|
|
'propper' => 'proper', |
2997
|
|
|
|
|
|
|
'proprietory' => 'proprietary', |
2998
|
|
|
|
|
|
|
'proseletyzing' => 'proselytizing', |
2999
|
|
|
|
|
|
|
'prosess' => 'process', |
3000
|
|
|
|
|
|
|
'protable' => 'portable', |
3001
|
|
|
|
|
|
|
'protaganist' => 'protagonist', |
3002
|
|
|
|
|
|
|
'protaganists' => 'protagonists', |
3003
|
|
|
|
|
|
|
'protcol' => 'protocol', |
3004
|
|
|
|
|
|
|
'protecion' => 'protection', |
3005
|
|
|
|
|
|
|
'protocal' => 'protocol', |
3006
|
|
|
|
|
|
|
'protocoll' => 'protocol', |
3007
|
|
|
|
|
|
|
'protoganist' => 'protagonist', |
3008
|
|
|
|
|
|
|
'protrayed' => 'portrayed', |
3009
|
|
|
|
|
|
|
'protruberance' => 'protuberance', |
3010
|
|
|
|
|
|
|
'protruberances' => 'protuberances', |
3011
|
|
|
|
|
|
|
'prouncements' => 'pronouncements', |
3012
|
|
|
|
|
|
|
'provacative' => 'provocative', |
3013
|
|
|
|
|
|
|
'provded' => 'provided', |
3014
|
|
|
|
|
|
|
'provicial' => 'provincial', |
3015
|
|
|
|
|
|
|
'provinicial' => 'provincial', |
3016
|
|
|
|
|
|
|
'provisiosn' => 'provision', |
3017
|
|
|
|
|
|
|
'provisonal' => 'provisional', |
3018
|
|
|
|
|
|
|
'proximty' => 'proximity', |
3019
|
|
|
|
|
|
|
'pseudononymous' => 'pseudonymous', |
3020
|
|
|
|
|
|
|
'pseudonyn' => 'pseudonym', |
3021
|
|
|
|
|
|
|
'psuedo' => 'pseudo', |
3022
|
|
|
|
|
|
|
'psychadelic' => 'psychedelic', |
3023
|
|
|
|
|
|
|
'psycology' => 'psychology', |
3024
|
|
|
|
|
|
|
'psyhic' => 'psychic', |
3025
|
|
|
|
|
|
|
'pubilsher' => 'publisher', |
3026
|
|
|
|
|
|
|
'pubisher' => 'publisher', |
3027
|
|
|
|
|
|
|
'publiaher' => 'publisher', |
3028
|
|
|
|
|
|
|
'publically' => 'publicly', |
3029
|
|
|
|
|
|
|
'publicaly' => 'publicly', |
3030
|
|
|
|
|
|
|
'publicher' => 'publisher', |
3031
|
|
|
|
|
|
|
'publihser' => 'publisher', |
3032
|
|
|
|
|
|
|
'publisehr' => 'publisher', |
3033
|
|
|
|
|
|
|
'publiser' => 'publisher', |
3034
|
|
|
|
|
|
|
'publisger' => 'publisher', |
3035
|
|
|
|
|
|
|
'publisheed' => 'published', |
3036
|
|
|
|
|
|
|
'publisherr' => 'publisher', |
3037
|
|
|
|
|
|
|
'publishher' => 'publisher', |
3038
|
|
|
|
|
|
|
'publishor' => 'publisher', |
3039
|
|
|
|
|
|
|
'publishre' => 'publisher', |
3040
|
|
|
|
|
|
|
'publissher' => 'publisher', |
3041
|
|
|
|
|
|
|
'publlisher' => 'publisher', |
3042
|
|
|
|
|
|
|
'publsiher' => 'publisher', |
3043
|
|
|
|
|
|
|
'publusher' => 'publisher', |
3044
|
|
|
|
|
|
|
'puchasing' => 'purchasing', |
3045
|
|
|
|
|
|
|
'pulisher' => 'publisher', |
3046
|
|
|
|
|
|
|
'pumkin' => 'pumpkin', |
3047
|
|
|
|
|
|
|
'puplisher' => 'publisher', |
3048
|
|
|
|
|
|
|
'puritannical' => 'puritanical', |
3049
|
|
|
|
|
|
|
'purposedly' => 'purposely', |
3050
|
|
|
|
|
|
|
'purpotedly' => 'purportedly', |
3051
|
|
|
|
|
|
|
'pursuaded' => 'persuaded', |
3052
|
|
|
|
|
|
|
'pursuade' => 'persuade', |
3053
|
|
|
|
|
|
|
'pursuades' => 'persuades', |
3054
|
|
|
|
|
|
|
'pususading' => 'persuading', |
3055
|
|
|
|
|
|
|
'puting' => 'putting', |
3056
|
|
|
|
|
|
|
'pwoer' => 'power', |
3057
|
|
|
|
|
|
|
'pyscic' => 'psychic', |
3058
|
|
|
|
|
|
|
'qtuie' => 'quite, quiet', |
3059
|
|
|
|
|
|
|
'quantaty' => 'quantity', |
3060
|
|
|
|
|
|
|
'quantitiy' => 'quantity', |
3061
|
|
|
|
|
|
|
'quarantaine' => 'quarantine', |
3062
|
|
|
|
|
|
|
'quering' => 'querying', |
3063
|
|
|
|
|
|
|
'questonable' => 'questionable', |
3064
|
|
|
|
|
|
|
'quicklyu' => 'quickly', |
3065
|
|
|
|
|
|
|
'quinessential' => 'quintessential', |
3066
|
|
|
|
|
|
|
'quitted' => 'quit', |
3067
|
|
|
|
|
|
|
'quizes' => 'quizzes', |
3068
|
|
|
|
|
|
|
'qutie' => 'quite, quiet', |
3069
|
|
|
|
|
|
|
'rabinnical' => 'rabbinical', |
3070
|
|
|
|
|
|
|
'racaus' => 'raucous', |
3071
|
|
|
|
|
|
|
'radiactive' => 'radioactive', |
3072
|
|
|
|
|
|
|
'radify' => 'ratify', |
3073
|
|
|
|
|
|
|
'raelly' => 'really', |
3074
|
|
|
|
|
|
|
'rarified' => 'rarefied', |
3075
|
|
|
|
|
|
|
'reaccurring' => 'recurring', |
3076
|
|
|
|
|
|
|
'reacing' => 'reaching', |
3077
|
|
|
|
|
|
|
'reacll' => 'recall', |
3078
|
|
|
|
|
|
|
'readmition' => 'readmission', |
3079
|
|
|
|
|
|
|
'realitvely' => 'relatively', |
3080
|
|
|
|
|
|
|
'realsitic' => 'realistic', |
3081
|
|
|
|
|
|
|
'realtions' => 'relations', |
3082
|
|
|
|
|
|
|
'realyl' => 'really', |
3083
|
|
|
|
|
|
|
'realy' => 'really', |
3084
|
|
|
|
|
|
|
'reasearch' => 'research', |
3085
|
|
|
|
|
|
|
'rebiulding' => 'rebuilding', |
3086
|
|
|
|
|
|
|
'rebllions' => 'rebellions', |
3087
|
|
|
|
|
|
|
'rebounce' => 'rebound', |
3088
|
|
|
|
|
|
|
'reccomendations' => 'recommendations', |
3089
|
|
|
|
|
|
|
'reccomended' => 'recommended', |
3090
|
|
|
|
|
|
|
'reccomending' => 'recommending', |
3091
|
|
|
|
|
|
|
'reccomend' => 'recommend', |
3092
|
|
|
|
|
|
|
'reccommended' => 'recommended', |
3093
|
|
|
|
|
|
|
'reccommending' => 'recommending', |
3094
|
|
|
|
|
|
|
'reccommend' => 'recommend', |
3095
|
|
|
|
|
|
|
'reccuring' => 'recurring', |
3096
|
|
|
|
|
|
|
'receeded' => 'receded', |
3097
|
|
|
|
|
|
|
'receeding' => 'receding', |
3098
|
|
|
|
|
|
|
'recepient' => 'recipient', |
3099
|
|
|
|
|
|
|
'recepients' => 'recipients', |
3100
|
|
|
|
|
|
|
'receving' => 'receiving', |
3101
|
|
|
|
|
|
|
'rechargable' => 'rechargeable', |
3102
|
|
|
|
|
|
|
'reched' => 'reached', |
3103
|
|
|
|
|
|
|
'recided' => 'resided', |
3104
|
|
|
|
|
|
|
'recident' => 'resident', |
3105
|
|
|
|
|
|
|
'recidents' => 'residents', |
3106
|
|
|
|
|
|
|
'recide' => 'reside', |
3107
|
|
|
|
|
|
|
'reciding' => 'residing', |
3108
|
|
|
|
|
|
|
'reciepents' => 'recipients', |
3109
|
|
|
|
|
|
|
'reciept' => 'receipt', |
3110
|
|
|
|
|
|
|
'recieved' => 'received', |
3111
|
|
|
|
|
|
|
'recieve' => 'receive', |
3112
|
|
|
|
|
|
|
'reciever' => 'receiver', |
3113
|
|
|
|
|
|
|
'recievers' => 'receivers', |
3114
|
|
|
|
|
|
|
'recieves' => 'receives', |
3115
|
|
|
|
|
|
|
'recieving' => 'receiving', |
3116
|
|
|
|
|
|
|
'recipiant' => 'recipient', |
3117
|
|
|
|
|
|
|
'recipiants' => 'recipients', |
3118
|
|
|
|
|
|
|
'recived' => 'received', |
3119
|
|
|
|
|
|
|
'recivership' => 'receivership', |
3120
|
|
|
|
|
|
|
'recogise' => 'recognise', |
3121
|
|
|
|
|
|
|
'recogize' => 'recognize', |
3122
|
|
|
|
|
|
|
'recogniced' => 'recognised', |
3123
|
|
|
|
|
|
|
'recognizeable' => 'recognizable', |
3124
|
|
|
|
|
|
|
'recomended' => 'recommended', |
3125
|
|
|
|
|
|
|
'recomending' => 'recommending', |
3126
|
|
|
|
|
|
|
'recomend' => 'recommend', |
3127
|
|
|
|
|
|
|
'recomends' => 'recommends', |
3128
|
|
|
|
|
|
|
'recommanded' => 'recommended', |
3129
|
|
|
|
|
|
|
'recommedations' => 'recommendations', |
3130
|
|
|
|
|
|
|
'recompence' => 'recompense', |
3131
|
|
|
|
|
|
|
'reconaissance' => 'reconnaissance', |
3132
|
|
|
|
|
|
|
'reconcilation' => 'reconciliation', |
3133
|
|
|
|
|
|
|
'reconized' => 'recognized', |
3134
|
|
|
|
|
|
|
'reconnaisance' => 'reconnaissance', |
3135
|
|
|
|
|
|
|
'reconnaissence' => 'reconnaissance', |
3136
|
|
|
|
|
|
|
'recontructed' => 'reconstructed', |
3137
|
|
|
|
|
|
|
'recquired' => 'required', |
3138
|
|
|
|
|
|
|
'recrational' => 'recreational', |
3139
|
|
|
|
|
|
|
'recrod' => 'record', |
3140
|
|
|
|
|
|
|
'recuiting' => 'recruiting', |
3141
|
|
|
|
|
|
|
'recuring' => 'recurring', |
3142
|
|
|
|
|
|
|
'recurrance' => 'recurrence', |
3143
|
|
|
|
|
|
|
'rediculous' => 'ridiculous', |
3144
|
|
|
|
|
|
|
'redircet' => 'redirect', |
3145
|
|
|
|
|
|
|
'redirectrion' => 'redirection', |
3146
|
|
|
|
|
|
|
'reedeming' => 'redeeming', |
3147
|
|
|
|
|
|
|
'reenforced' => 'reinforced', |
3148
|
|
|
|
|
|
|
'refect' => 'reflect', |
3149
|
|
|
|
|
|
|
'refedendum' => 'referendum', |
3150
|
|
|
|
|
|
|
'refence' => 'reference', |
3151
|
|
|
|
|
|
|
'referal' => 'referral', |
3152
|
|
|
|
|
|
|
'referece' => 'reference', |
3153
|
|
|
|
|
|
|
'refereces' => 'references', |
3154
|
|
|
|
|
|
|
'refered' => 'referred', |
3155
|
|
|
|
|
|
|
'referemce' => 'reference', |
3156
|
|
|
|
|
|
|
'referemces' => 'references', |
3157
|
|
|
|
|
|
|
'referencs' => 'references', |
3158
|
|
|
|
|
|
|
'refereneced' => 'referenced', |
3159
|
|
|
|
|
|
|
'referenece' => 'reference', |
3160
|
|
|
|
|
|
|
'refereneces' => 'references', |
3161
|
|
|
|
|
|
|
'referiang' => 'referring', |
3162
|
|
|
|
|
|
|
'refering' => 'referring', |
3163
|
|
|
|
|
|
|
'refernce' => 'references', |
3164
|
|
|
|
|
|
|
'refernces' => 'references', |
3165
|
|
|
|
|
|
|
'referrence' => 'reference', |
3166
|
|
|
|
|
|
|
'referrences' => 'references', |
3167
|
|
|
|
|
|
|
'referrs' => 'refers', |
3168
|
|
|
|
|
|
|
'reffered' => 'referred', |
3169
|
|
|
|
|
|
|
'refference' => 'reference', |
3170
|
|
|
|
|
|
|
'reffering' => 'referring', |
3171
|
|
|
|
|
|
|
'refrence' => 'reference', |
3172
|
|
|
|
|
|
|
'refrences' => 'references', |
3173
|
|
|
|
|
|
|
'refrers' => 'refers', |
3174
|
|
|
|
|
|
|
'refridgeration' => 'refrigeration', |
3175
|
|
|
|
|
|
|
'refridgerator' => 'refrigerator', |
3176
|
|
|
|
|
|
|
'refromist' => 'reformist', |
3177
|
|
|
|
|
|
|
'refusla' => 'refusal', |
3178
|
|
|
|
|
|
|
'regardes' => 'regards', |
3179
|
|
|
|
|
|
|
'registerd' => 'registered', |
3180
|
|
|
|
|
|
|
'registraration' => 'registration', |
3181
|
|
|
|
|
|
|
'regluar' => 'regular', |
3182
|
|
|
|
|
|
|
'reguarly' => 'regularly', |
3183
|
|
|
|
|
|
|
'regulaion' => 'regulation', |
3184
|
|
|
|
|
|
|
'regulamentations' => 'regulations', |
3185
|
|
|
|
|
|
|
'regulaotrs' => 'regulators', |
3186
|
|
|
|
|
|
|
'regularily' => 'regularly', |
3187
|
|
|
|
|
|
|
'rehersal' => 'rehearsal', |
3188
|
|
|
|
|
|
|
'reicarnation' => 'reincarnation', |
3189
|
|
|
|
|
|
|
'reigining' => 'reigning', |
3190
|
|
|
|
|
|
|
'reknowned' => 'renowned', |
3191
|
|
|
|
|
|
|
'reknown' => 'renown', |
3192
|
|
|
|
|
|
|
'relaly' => 'really', |
3193
|
|
|
|
|
|
|
'rela' => 'real', |
3194
|
|
|
|
|
|
|
'relatiopnship' => 'relationship', |
3195
|
|
|
|
|
|
|
'relativly' => 'relatively', |
3196
|
|
|
|
|
|
|
'relected' => 'reelected', |
3197
|
|
|
|
|
|
|
'releived' => 'relieved', |
3198
|
|
|
|
|
|
|
'releive' => 'relieve', |
3199
|
|
|
|
|
|
|
'releiver' => 'reliever', |
3200
|
|
|
|
|
|
|
'releses' => 'releases', |
3201
|
|
|
|
|
|
|
'relevence' => 'relevance', |
3202
|
|
|
|
|
|
|
'relevent' => 'relevant', |
3203
|
|
|
|
|
|
|
'reliablity' => 'reliability', |
3204
|
|
|
|
|
|
|
'relient' => 'reliant', |
3205
|
|
|
|
|
|
|
'religeous' => 'religious', |
3206
|
|
|
|
|
|
|
'religously' => 'religiously', |
3207
|
|
|
|
|
|
|
'religous' => 'religious', |
3208
|
|
|
|
|
|
|
'relinqushment' => 'relinquishment', |
3209
|
|
|
|
|
|
|
'relitavely' => 'relatively', |
3210
|
|
|
|
|
|
|
'relized' => 'realised, realized', |
3211
|
|
|
|
|
|
|
'relpacement' => 'replacement', |
3212
|
|
|
|
|
|
|
'remaing' => 'remaining', |
3213
|
|
|
|
|
|
|
'remeber' => 'remember', |
3214
|
|
|
|
|
|
|
'rememberable' => 'memorable', |
3215
|
|
|
|
|
|
|
'rememberance' => 'remembrance', |
3216
|
|
|
|
|
|
|
'remembrence' => 'remembrance', |
3217
|
|
|
|
|
|
|
'remenant' => 'remnant', |
3218
|
|
|
|
|
|
|
'remenicent' => 'reminiscent', |
3219
|
|
|
|
|
|
|
'reminent' => 'remnant', |
3220
|
|
|
|
|
|
|
'reminescent' => 'reminiscent', |
3221
|
|
|
|
|
|
|
'reminscent' => 'reminiscent', |
3222
|
|
|
|
|
|
|
'reminsicent' => 'reminiscent', |
3223
|
|
|
|
|
|
|
'remoote' => 'remote', |
3224
|
|
|
|
|
|
|
'removeable' => 'removable', |
3225
|
|
|
|
|
|
|
'rendevous' => 'rendezvous', |
3226
|
|
|
|
|
|
|
'rendezous' => 'rendezvous', |
3227
|
|
|
|
|
|
|
'renedered' => 'rende', |
3228
|
|
|
|
|
|
|
'renewl' => 'renewal', |
3229
|
|
|
|
|
|
|
'rennovated' => 'renovated', |
3230
|
|
|
|
|
|
|
'rennovate' => 'renovate', |
3231
|
|
|
|
|
|
|
'rennovating' => 'renovating', |
3232
|
|
|
|
|
|
|
'rennovation' => 'renovation', |
3233
|
|
|
|
|
|
|
'rentors' => 'renters', |
3234
|
|
|
|
|
|
|
'reoccurrence' => 'recurrence', |
3235
|
|
|
|
|
|
|
'reorganision' => 'reorganisation', |
3236
|
|
|
|
|
|
|
'repatition' => 'repetition, repartition', |
3237
|
|
|
|
|
|
|
'repblican' => 'republican', |
3238
|
|
|
|
|
|
|
'repblicans' => 'republicans', |
3239
|
|
|
|
|
|
|
'repblic' => 'republic', |
3240
|
|
|
|
|
|
|
'repblics' => 'republics', |
3241
|
|
|
|
|
|
|
'repectively' => 'respectively', |
3242
|
|
|
|
|
|
|
'repeition' => 'repetition', |
3243
|
|
|
|
|
|
|
'repentence' => 'repentance', |
3244
|
|
|
|
|
|
|
'repentent' => 'repentant', |
3245
|
|
|
|
|
|
|
'repeteadly' => 'repeatedly', |
3246
|
|
|
|
|
|
|
'repetion' => 'repetition', |
3247
|
|
|
|
|
|
|
'repid' => 'rapid', |
3248
|
|
|
|
|
|
|
'replacments' => 'replacements', |
3249
|
|
|
|
|
|
|
'reponse' => 'response', |
3250
|
|
|
|
|
|
|
'reponsible' => 'responsible', |
3251
|
|
|
|
|
|
|
'reportadly' => 'reportedly', |
3252
|
|
|
|
|
|
|
'represantative' => 'representative', |
3253
|
|
|
|
|
|
|
'representive' => 'representative', |
3254
|
|
|
|
|
|
|
'representives' => 'representatives', |
3255
|
|
|
|
|
|
|
'reproducable' => 'reproducible', |
3256
|
|
|
|
|
|
|
'reprtoire' => 'repertoire', |
3257
|
|
|
|
|
|
|
'repsectively' => 'respectively', |
3258
|
|
|
|
|
|
|
'reptition' => 'repetition', |
3259
|
|
|
|
|
|
|
'repubican' => 'republican', |
3260
|
|
|
|
|
|
|
'repubicans' => 'republicans', |
3261
|
|
|
|
|
|
|
'repubic' => 'republic', |
3262
|
|
|
|
|
|
|
'repubics' => 'republics', |
3263
|
|
|
|
|
|
|
'republian' => 'republican', |
3264
|
|
|
|
|
|
|
'republians' => 'republicans', |
3265
|
|
|
|
|
|
|
'republi' => 'republic', |
3266
|
|
|
|
|
|
|
'republis' => 'republics', |
3267
|
|
|
|
|
|
|
'repulican' => 'republican', |
3268
|
|
|
|
|
|
|
'repulicans' => 'republicans', |
3269
|
|
|
|
|
|
|
'repulic' => 'republic', |
3270
|
|
|
|
|
|
|
'repulics' => 'republics', |
3271
|
|
|
|
|
|
|
'requiere' => 'require', |
3272
|
|
|
|
|
|
|
'requirment' => 'requirement', |
3273
|
|
|
|
|
|
|
'requred' => 'required', |
3274
|
|
|
|
|
|
|
'resaurant' => 'restaurant', |
3275
|
|
|
|
|
|
|
'resembelance' => 'resemblance', |
3276
|
|
|
|
|
|
|
'resembes' => 'resembles', |
3277
|
|
|
|
|
|
|
'resemblence' => 'resemblance', |
3278
|
|
|
|
|
|
|
'resevoir' => 'reservoir', |
3279
|
|
|
|
|
|
|
'residental' => 'residential', |
3280
|
|
|
|
|
|
|
'resignement' => 'resignment', |
3281
|
|
|
|
|
|
|
'resistable' => 'resistible', |
3282
|
|
|
|
|
|
|
'resistence' => 'resistance', |
3283
|
|
|
|
|
|
|
'resistent' => 'resistant', |
3284
|
|
|
|
|
|
|
'resizeable' => 'resizable', |
3285
|
|
|
|
|
|
|
'respectivly' => 'respectively', |
3286
|
|
|
|
|
|
|
'responce' => 'response', |
3287
|
|
|
|
|
|
|
'responibilities' => 'responsibilities', |
3288
|
|
|
|
|
|
|
'responisble' => 'responsible', |
3289
|
|
|
|
|
|
|
'responnsibilty' => 'responsibility', |
3290
|
|
|
|
|
|
|
'responsability' => 'responsibility', |
3291
|
|
|
|
|
|
|
'responsibile' => 'responsible', |
3292
|
|
|
|
|
|
|
'responsibilites' => 'responsibilities', |
3293
|
|
|
|
|
|
|
'responsiblities' => 'responsibilities', |
3294
|
|
|
|
|
|
|
'responsiblity' => 'responsibility', |
3295
|
|
|
|
|
|
|
'ressemblance' => 'resemblance', |
3296
|
|
|
|
|
|
|
'ressembled' => 'resembled', |
3297
|
|
|
|
|
|
|
'ressemblence' => 'resemblance', |
3298
|
|
|
|
|
|
|
'ressemble' => 'resemble', |
3299
|
|
|
|
|
|
|
'ressembling' => 'resembling', |
3300
|
|
|
|
|
|
|
'ressize' => 'resize', |
3301
|
|
|
|
|
|
|
'ressource' => 'resource', |
3302
|
|
|
|
|
|
|
'resssurecting' => 'resurrecting', |
3303
|
|
|
|
|
|
|
'ressurected' => 'resurrected', |
3304
|
|
|
|
|
|
|
'ressurection' => 'resurrection', |
3305
|
|
|
|
|
|
|
'ressurect' => 'resurrect', |
3306
|
|
|
|
|
|
|
'ressurrection' => 'resurrection', |
3307
|
|
|
|
|
|
|
'restarant' => 'restaurant', |
3308
|
|
|
|
|
|
|
'restarants' => 'restaurants', |
3309
|
|
|
|
|
|
|
'restaraunteur' => 'restaurateur', |
3310
|
|
|
|
|
|
|
'restaraunteurs' => 'restaurateurs', |
3311
|
|
|
|
|
|
|
'restaraunt' => 'restaurant', |
3312
|
|
|
|
|
|
|
'restaraunts' => 'restaurants', |
3313
|
|
|
|
|
|
|
'restauranteurs' => 'restaurateurs', |
3314
|
|
|
|
|
|
|
'restauration' => 'restoration', |
3315
|
|
|
|
|
|
|
'restauraunt' => 'restaurant', |
3316
|
|
|
|
|
|
|
'resteraunt' => 'restaurant', |
3317
|
|
|
|
|
|
|
'resteraunts' => 'restaurants', |
3318
|
|
|
|
|
|
|
'resticted' => 'restricted', |
3319
|
|
|
|
|
|
|
'restraunt' => 'restraint, restaurant', |
3320
|
|
|
|
|
|
|
'resturant' => 'restaurant', |
3321
|
|
|
|
|
|
|
'resturants' => 'restaurants', |
3322
|
|
|
|
|
|
|
'resturaunt' => 'restaurant', |
3323
|
|
|
|
|
|
|
'resturaunts' => 'restaurants', |
3324
|
|
|
|
|
|
|
'resurecting' => 'resurrecting', |
3325
|
|
|
|
|
|
|
'retalitated' => 'retaliated', |
3326
|
|
|
|
|
|
|
'retalitation' => 'retaliation', |
3327
|
|
|
|
|
|
|
'retransmited' => 'retransmitted', |
3328
|
|
|
|
|
|
|
'retreive' => 'retrieve', |
3329
|
|
|
|
|
|
|
'returnd' => 'returned', |
3330
|
|
|
|
|
|
|
'revaluated' => 'reevaluated', |
3331
|
|
|
|
|
|
|
'reveiw' => 'review', |
3332
|
|
|
|
|
|
|
'reveral' => 'reversal', |
3333
|
|
|
|
|
|
|
'reversable' => 'reversible', |
3334
|
|
|
|
|
|
|
'revolutionar' => 'revolutionary', |
3335
|
|
|
|
|
|
|
'rewitten' => 'rewritten', |
3336
|
|
|
|
|
|
|
'rewriet' => 'rewrite', |
3337
|
|
|
|
|
|
|
'rference' => 'reference', |
3338
|
|
|
|
|
|
|
'rferences' => 'references', |
3339
|
|
|
|
|
|
|
'rhymme' => 'rhyme', |
3340
|
|
|
|
|
|
|
'rhythem' => 'rhythm', |
3341
|
|
|
|
|
|
|
'rhythim' => 'rhythm', |
3342
|
|
|
|
|
|
|
'rhytmic' => 'rhythmic', |
3343
|
|
|
|
|
|
|
'rigeur' => 'rigueur, rigour, rigor', |
3344
|
|
|
|
|
|
|
'rigourous' => 'rigorous', |
3345
|
|
|
|
|
|
|
'rininging' => 'ringing', |
3346
|
|
|
|
|
|
|
'rised' => 'rose', |
3347
|
|
|
|
|
|
|
'rocord' => 'record', |
3348
|
|
|
|
|
|
|
'roomate' => 'roommate', |
3349
|
|
|
|
|
|
|
'rougly' => 'roughly', |
3350
|
|
|
|
|
|
|
'rucuperate' => 'recuperate', |
3351
|
|
|
|
|
|
|
'rudimentatry' => 'rudimentary', |
3352
|
|
|
|
|
|
|
'rulle' => 'rule', |
3353
|
|
|
|
|
|
|
'runing' => 'running', |
3354
|
|
|
|
|
|
|
'runnning' => 'running', |
3355
|
|
|
|
|
|
|
'runnung' => 'running', |
3356
|
|
|
|
|
|
|
'russina' => 'Russian', |
3357
|
|
|
|
|
|
|
'russion' => 'Russian', |
3358
|
|
|
|
|
|
|
'rwite' => 'write', |
3359
|
|
|
|
|
|
|
'rythem' => 'rhythm', |
3360
|
|
|
|
|
|
|
'rythim' => 'rhythm', |
3361
|
|
|
|
|
|
|
'rythmic' => 'rhythmic', |
3362
|
|
|
|
|
|
|
'rythm' => 'rhythm', |
3363
|
|
|
|
|
|
|
'rythyms' => 'rhythms', |
3364
|
|
|
|
|
|
|
'sacrafice' => 'sacrifice', |
3365
|
|
|
|
|
|
|
'sacreligious' => 'sacrilegious', |
3366
|
|
|
|
|
|
|
'sacrifical' => 'sacrificial', |
3367
|
|
|
|
|
|
|
'safly' => 'safely', |
3368
|
|
|
|
|
|
|
'saftey' => 'safety', |
3369
|
|
|
|
|
|
|
'safty' => 'safety', |
3370
|
|
|
|
|
|
|
'salery' => 'salary', |
3371
|
|
|
|
|
|
|
'sanctionning' => 'sanctioning', |
3372
|
|
|
|
|
|
|
'sandwhich' => 'sandwich', |
3373
|
|
|
|
|
|
|
'santioned' => 'sanctioned', |
3374
|
|
|
|
|
|
|
'sasy' => 'says, sassy', |
3375
|
|
|
|
|
|
|
'satelite' => 'satellite', |
3376
|
|
|
|
|
|
|
'satelites' => 'satellites', |
3377
|
|
|
|
|
|
|
'saterday' => 'Saturday', |
3378
|
|
|
|
|
|
|
'saterdays' => 'Saturdays', |
3379
|
|
|
|
|
|
|
'satisfactority' => 'satisfactorily', |
3380
|
|
|
|
|
|
|
'satrically' => 'satirically', |
3381
|
|
|
|
|
|
|
'satrical' => 'satirical', |
3382
|
|
|
|
|
|
|
'satric' => 'satiric', |
3383
|
|
|
|
|
|
|
'sattelite' => 'satellite', |
3384
|
|
|
|
|
|
|
'sattelites' => 'satellites', |
3385
|
|
|
|
|
|
|
'saught' => 'sought', |
3386
|
|
|
|
|
|
|
'savable' => 'saveable', |
3387
|
|
|
|
|
|
|
'saveing' => 'saving', |
3388
|
|
|
|
|
|
|
'saxaphone' => 'saxophone', |
3389
|
|
|
|
|
|
|
'scaleable' => 'scalable', |
3390
|
|
|
|
|
|
|
'scandanavia' => 'Scandinavia', |
3391
|
|
|
|
|
|
|
'scaricity' => 'scarcity', |
3392
|
|
|
|
|
|
|
'scavanged' => 'scavenged', |
3393
|
|
|
|
|
|
|
'schedual' => 'schedule', |
3394
|
|
|
|
|
|
|
'scholarhip' => 'scholarship', |
3395
|
|
|
|
|
|
|
'scholarstic' => 'scholastic, scholarly', |
3396
|
|
|
|
|
|
|
'scientfic' => 'scientific', |
3397
|
|
|
|
|
|
|
'scientifc' => 'scientific', |
3398
|
|
|
|
|
|
|
'scientis' => 'scientist', |
3399
|
|
|
|
|
|
|
'scince' => 'science', |
3400
|
|
|
|
|
|
|
'scinece' => 'science', |
3401
|
|
|
|
|
|
|
'scirpt' => 'script', |
3402
|
|
|
|
|
|
|
'scoll' => 'scroll', |
3403
|
|
|
|
|
|
|
'screenwrighter' => 'screenwriter', |
3404
|
|
|
|
|
|
|
'scrutinity' => 'scrutiny', |
3405
|
|
|
|
|
|
|
'scuptures' => 'sculptures', |
3406
|
|
|
|
|
|
|
'seached' => 'searched', |
3407
|
|
|
|
|
|
|
'seaches' => 'searches', |
3408
|
|
|
|
|
|
|
'seach' => 'search', |
3409
|
|
|
|
|
|
|
'searchs' => 'searches', |
3410
|
|
|
|
|
|
|
'secceeded' => 'seceded, succeeded', |
3411
|
|
|
|
|
|
|
'seceeded' => 'succeeded, seceded', |
3412
|
|
|
|
|
|
|
'seceed' => 'succeed, secede', |
3413
|
|
|
|
|
|
|
'secratary' => 'secretary', |
3414
|
|
|
|
|
|
|
'secretery' => 'secretary', |
3415
|
|
|
|
|
|
|
'secund' => 'second', |
3416
|
|
|
|
|
|
|
'sedereal' => 'sidereal', |
3417
|
|
|
|
|
|
|
'seeked' => 'sought', |
3418
|
|
|
|
|
|
|
'segementation' => 'segmentation', |
3419
|
|
|
|
|
|
|
'seige' => 'siege', |
3420
|
|
|
|
|
|
|
'seing' => 'seeing', |
3421
|
|
|
|
|
|
|
'seinor' => 'senior', |
3422
|
|
|
|
|
|
|
'seldomly' => 'seldom', |
3423
|
|
|
|
|
|
|
'senarios' => 'scenarios', |
3424
|
|
|
|
|
|
|
'sence' => 'sense, since', |
3425
|
|
|
|
|
|
|
'senstive' => 'sensitive', |
3426
|
|
|
|
|
|
|
'sensure' => 'censure', |
3427
|
|
|
|
|
|
|
'separatly' => 'separately', |
3428
|
|
|
|
|
|
|
'sepcify' => 'specify', |
3429
|
|
|
|
|
|
|
'seperated' => 'separated', |
3430
|
|
|
|
|
|
|
'seperately' => 'separately', |
3431
|
|
|
|
|
|
|
'seperate' => 'separate', |
3432
|
|
|
|
|
|
|
'seperates' => 'separates', |
3433
|
|
|
|
|
|
|
'seperating' => 'separating', |
3434
|
|
|
|
|
|
|
'seperation' => 'separation', |
3435
|
|
|
|
|
|
|
'seperatism' => 'separatism', |
3436
|
|
|
|
|
|
|
'seperatist' => 'separatist', |
3437
|
|
|
|
|
|
|
'seperatly' => 'separately', |
3438
|
|
|
|
|
|
|
'seperator' => 'separator', |
3439
|
|
|
|
|
|
|
'sequencial' => 'sequential', |
3440
|
|
|
|
|
|
|
'sergent' => 'sergeant', |
3441
|
|
|
|
|
|
|
'serveral' => 'several', |
3442
|
|
|
|
|
|
|
'settelement' => 'settlement', |
3443
|
|
|
|
|
|
|
'settlment' => 'settlement', |
3444
|
|
|
|
|
|
|
'setts' => 'sets', |
3445
|
|
|
|
|
|
|
'severeal' => 'several', |
3446
|
|
|
|
|
|
|
'severley' => 'severely', |
3447
|
|
|
|
|
|
|
'severly' => 'severely', |
3448
|
|
|
|
|
|
|
'sevice' => 'service', |
3449
|
|
|
|
|
|
|
'shaddow' => 'shadow', |
3450
|
|
|
|
|
|
|
'sheat' => 'sheath, sheet, cheat', |
3451
|
|
|
|
|
|
|
'sheild' => 'shield', |
3452
|
|
|
|
|
|
|
'sherif' => 'sheriff', |
3453
|
|
|
|
|
|
|
'shineing' => 'shining', |
3454
|
|
|
|
|
|
|
'shiped' => 'shipped', |
3455
|
|
|
|
|
|
|
'shiping' => 'shipping', |
3456
|
|
|
|
|
|
|
'shopkeeepers' => 'shopkeepers', |
3457
|
|
|
|
|
|
|
'shorly' => 'shortly', |
3458
|
|
|
|
|
|
|
'shortwhile' => 'short while', |
3459
|
|
|
|
|
|
|
'shoudl' => 'should', |
3460
|
|
|
|
|
|
|
'shrinked' => 'shrunk', |
3461
|
|
|
|
|
|
|
'sicne' => 'since', |
3462
|
|
|
|
|
|
|
'siezed' => 'seized, sized', |
3463
|
|
|
|
|
|
|
'sieze' => 'seize, size', |
3464
|
|
|
|
|
|
|
'siezing' => 'seizing, sizing', |
3465
|
|
|
|
|
|
|
'siezure' => 'seizure', |
3466
|
|
|
|
|
|
|
'siezures' => 'seizures', |
3467
|
|
|
|
|
|
|
'siginificant' => 'significant', |
3468
|
|
|
|
|
|
|
'signficant' => 'significant', |
3469
|
|
|
|
|
|
|
'signficiant' => 'significant', |
3470
|
|
|
|
|
|
|
'signfies' => 'signifies', |
3471
|
|
|
|
|
|
|
'signifantly' => 'significantly', |
3472
|
|
|
|
|
|
|
'significently' => 'significantly', |
3473
|
|
|
|
|
|
|
'signifigantly' => 'significantly', |
3474
|
|
|
|
|
|
|
'signifigant' => 'significant', |
3475
|
|
|
|
|
|
|
'signitories' => 'signatories', |
3476
|
|
|
|
|
|
|
'signitory' => 'signatory', |
3477
|
|
|
|
|
|
|
'similarily' => 'similarly', |
3478
|
|
|
|
|
|
|
'similiarity' => 'similarity', |
3479
|
|
|
|
|
|
|
'similiarly' => 'similarly', |
3480
|
|
|
|
|
|
|
'similiar' => 'similar', |
3481
|
|
|
|
|
|
|
'simliar' => 'similar', |
3482
|
|
|
|
|
|
|
'simmilar' => 'similar', |
3483
|
|
|
|
|
|
|
'simpley' => 'simply', |
3484
|
|
|
|
|
|
|
'simplier' => 'simpler', |
3485
|
|
|
|
|
|
|
'simultanously' => 'simultaneously', |
3486
|
|
|
|
|
|
|
'simultanous' => 'simultaneous', |
3487
|
|
|
|
|
|
|
'sincerley' => 'sincerely', |
3488
|
|
|
|
|
|
|
'singsog' => 'singsong', |
3489
|
|
|
|
|
|
|
'sinse' => 'sines, since', |
3490
|
|
|
|
|
|
|
'skateing' => 'skating', |
3491
|
|
|
|
|
|
|
'slaugterhouses' => 'slaughterhouses', |
3492
|
|
|
|
|
|
|
'slighly' => 'slightly', |
3493
|
|
|
|
|
|
|
'slippy' => 'slippery', |
3494
|
|
|
|
|
|
|
'slowy' => 'slowly', |
3495
|
|
|
|
|
|
|
'smae' => 'same', |
3496
|
|
|
|
|
|
|
'smoe' => 'some', |
3497
|
|
|
|
|
|
|
'sneeks' => 'sneaks', |
3498
|
|
|
|
|
|
|
'snese' => 'sneeze', |
3499
|
|
|
|
|
|
|
'socalism' => 'socialism', |
3500
|
|
|
|
|
|
|
'socities' => 'societies', |
3501
|
|
|
|
|
|
|
'soem' => 'some', |
3502
|
|
|
|
|
|
|
'sofware' => 'software', |
3503
|
|
|
|
|
|
|
'sohw' => 'show', |
3504
|
|
|
|
|
|
|
'soilders' => 'soldiers', |
3505
|
|
|
|
|
|
|
'solatary' => 'solitary', |
3506
|
|
|
|
|
|
|
'soley' => 'solely', |
3507
|
|
|
|
|
|
|
'soliders' => 'soldiers', |
3508
|
|
|
|
|
|
|
'soliliquy' => 'soliloquy', |
3509
|
|
|
|
|
|
|
'soluable' => 'soluble', |
3510
|
|
|
|
|
|
|
'somene' => 'someone', |
3511
|
|
|
|
|
|
|
'somtimes' => 'sometimes', |
3512
|
|
|
|
|
|
|
'somwhere' => 'somewhere', |
3513
|
|
|
|
|
|
|
'sophicated' => 'sophisticated', |
3514
|
|
|
|
|
|
|
'sophmore' => 'sophomore', |
3515
|
|
|
|
|
|
|
'sorceror' => 'sorcerer', |
3516
|
|
|
|
|
|
|
'sorrounding' => 'surrounding', |
3517
|
|
|
|
|
|
|
'sotry' => 'story', |
3518
|
|
|
|
|
|
|
'sotyr' => 'satyr, story', |
3519
|
|
|
|
|
|
|
'soudn' => 'sound', |
3520
|
|
|
|
|
|
|
'soudns' => 'sounds', |
3521
|
|
|
|
|
|
|
'sould' => 'could, should, sold, soul', |
3522
|
|
|
|
|
|
|
'sountrack' => 'soundtrack', |
3523
|
|
|
|
|
|
|
'sourthern' => 'southern', |
3524
|
|
|
|
|
|
|
'sourth' => 'south', |
3525
|
|
|
|
|
|
|
'souvenier' => 'souvenir', |
3526
|
|
|
|
|
|
|
'souveniers' => 'souvenirs', |
3527
|
|
|
|
|
|
|
'soveits' => 'soviets', |
3528
|
|
|
|
|
|
|
'sovereignity' => 'sovereignty', |
3529
|
|
|
|
|
|
|
'soverignity' => 'sovereignty', |
3530
|
|
|
|
|
|
|
'soverign' => 'sovereign', |
3531
|
|
|
|
|
|
|
'soverignty' => 'sovereignty', |
3532
|
|
|
|
|
|
|
'spainish' => 'Spanish', |
3533
|
|
|
|
|
|
|
'speach' => 'speech', |
3534
|
|
|
|
|
|
|
'specfic' => 'specific', |
3535
|
|
|
|
|
|
|
'speciallized' => 'specialised, specialized', |
3536
|
|
|
|
|
|
|
'speciefied' => 'specified', |
3537
|
|
|
|
|
|
|
'specifed' => 'specified', |
3538
|
|
|
|
|
|
|
'specificaton' => 'specification', |
3539
|
|
|
|
|
|
|
'specifing' => 'specifying', |
3540
|
|
|
|
|
|
|
'specifiying' => 'specifying', |
3541
|
|
|
|
|
|
|
'specif' => 'specific, specify', |
3542
|
|
|
|
|
|
|
'speciman' => 'specimen', |
3543
|
|
|
|
|
|
|
'spectauclar' => 'spectacular', |
3544
|
|
|
|
|
|
|
'spectaulars' => 'spectaculars', |
3545
|
|
|
|
|
|
|
'spects' => 'aspects, expects', |
3546
|
|
|
|
|
|
|
'spectum' => 'spectrum', |
3547
|
|
|
|
|
|
|
'speficied' => 'specified', |
3548
|
|
|
|
|
|
|
'speices' => 'species', |
3549
|
|
|
|
|
|
|
'speling' => 'spelling', |
3550
|
|
|
|
|
|
|
'spendour' => 'splendour', |
3551
|
|
|
|
|
|
|
'splitted' => 'split', |
3552
|
|
|
|
|
|
|
'spoace' => 'space', |
3553
|
|
|
|
|
|
|
'sponsered' => 'sponsored', |
3554
|
|
|
|
|
|
|
'sponser' => 'sponsor', |
3555
|
|
|
|
|
|
|
'spontanous' => 'spontaneous', |
3556
|
|
|
|
|
|
|
'sponzored' => 'sponsored', |
3557
|
|
|
|
|
|
|
'spoonfulls' => 'spoonfuls', |
3558
|
|
|
|
|
|
|
'sppeches' => 'speeches', |
3559
|
|
|
|
|
|
|
'spreaded' => 'spread', |
3560
|
|
|
|
|
|
|
'sprech' => 'speech', |
3561
|
|
|
|
|
|
|
'spred' => 'spread', |
3562
|
|
|
|
|
|
|
'spriritual' => 'spiritual', |
3563
|
|
|
|
|
|
|
'spritual' => 'spiritual', |
3564
|
|
|
|
|
|
|
'sqaure' => 'square', |
3565
|
|
|
|
|
|
|
'stablility' => 'stability', |
3566
|
|
|
|
|
|
|
'staically' => 'statically', |
3567
|
|
|
|
|
|
|
'stainlees' => 'stainless', |
3568
|
|
|
|
|
|
|
'staion' => 'station', |
3569
|
|
|
|
|
|
|
'standars' => 'standards', |
3570
|
|
|
|
|
|
|
'standart' => 'standard', |
3571
|
|
|
|
|
|
|
'stange' => 'strange', |
3572
|
|
|
|
|
|
|
'startegic' => 'strategic', |
3573
|
|
|
|
|
|
|
'startegies' => 'strategies', |
3574
|
|
|
|
|
|
|
'startegy' => 'strategy', |
3575
|
|
|
|
|
|
|
'stateman' => 'statesman', |
3576
|
|
|
|
|
|
|
'statememts' => 'statements', |
3577
|
|
|
|
|
|
|
'staticly' => 'statically', |
3578
|
|
|
|
|
|
|
'statment' => 'statement', |
3579
|
|
|
|
|
|
|
'steriods' => 'steroids', |
3580
|
|
|
|
|
|
|
'sterotypes' => 'stereotypes', |
3581
|
|
|
|
|
|
|
'stilus' => 'stylus', |
3582
|
|
|
|
|
|
|
'stingent' => 'stringent', |
3583
|
|
|
|
|
|
|
'stiring' => 'stirring', |
3584
|
|
|
|
|
|
|
'stirrs' => 'stirs', |
3585
|
|
|
|
|
|
|
'stlye' => 'style', |
3586
|
|
|
|
|
|
|
'stomache' => 'stomach', |
3587
|
|
|
|
|
|
|
'stong' => 'strong', |
3588
|
|
|
|
|
|
|
'stopry' => 'story', |
3589
|
|
|
|
|
|
|
'storeis' => 'stories', |
3590
|
|
|
|
|
|
|
'storise' => 'stories', |
3591
|
|
|
|
|
|
|
'stornegst' => 'strongest', |
3592
|
|
|
|
|
|
|
'stoyr' => 'story', |
3593
|
|
|
|
|
|
|
'stpo' => 'stop', |
3594
|
|
|
|
|
|
|
'stradegies' => 'strategies', |
3595
|
|
|
|
|
|
|
'stradegy' => 'strategy', |
3596
|
|
|
|
|
|
|
'stratagically' => 'strategically', |
3597
|
|
|
|
|
|
|
'strat' => 'start, strata', |
3598
|
|
|
|
|
|
|
'streemlining' => 'streamlining', |
3599
|
|
|
|
|
|
|
'stregth' => 'strength', |
3600
|
|
|
|
|
|
|
'strenghened' => 'strengthened', |
3601
|
|
|
|
|
|
|
'strenghening' => 'strengthening', |
3602
|
|
|
|
|
|
|
'strenghen' => 'strengthen', |
3603
|
|
|
|
|
|
|
'strenghtened' => 'strengthened', |
3604
|
|
|
|
|
|
|
'strenghtening' => 'strengthening', |
3605
|
|
|
|
|
|
|
'strenghten' => 'strengthen', |
3606
|
|
|
|
|
|
|
'strenght' => 'strength', |
3607
|
|
|
|
|
|
|
'strengtened' => 'strengthened', |
3608
|
|
|
|
|
|
|
'strenous' => 'strenuous', |
3609
|
|
|
|
|
|
|
'strictist' => 'strictest', |
3610
|
|
|
|
|
|
|
'strikely' => 'strikingly', |
3611
|
|
|
|
|
|
|
'strnad' => 'strand', |
3612
|
|
|
|
|
|
|
'stroy' => 'story, destroy', |
3613
|
|
|
|
|
|
|
'structual' => 'structural', |
3614
|
|
|
|
|
|
|
'stubborness' => 'stubbornness', |
3615
|
|
|
|
|
|
|
'stuctured' => 'structured', |
3616
|
|
|
|
|
|
|
'stucture' => 'structure', |
3617
|
|
|
|
|
|
|
'studdy' => 'study', |
3618
|
|
|
|
|
|
|
'studing' => 'studying', |
3619
|
|
|
|
|
|
|
'stuggling' => 'struggling', |
3620
|
|
|
|
|
|
|
'sturcture' => 'structure', |
3621
|
|
|
|
|
|
|
'subcatagories' => 'subcategories', |
3622
|
|
|
|
|
|
|
'subcatagory' => 'subcategory', |
3623
|
|
|
|
|
|
|
'subconsiously' => 'subconsciously', |
3624
|
|
|
|
|
|
|
'subdirectoires' => 'subdirectories', |
3625
|
|
|
|
|
|
|
'subjudgation' => 'subjugation', |
3626
|
|
|
|
|
|
|
'suble' => 'subtle', |
3627
|
|
|
|
|
|
|
'submachne' => 'submachine', |
3628
|
|
|
|
|
|
|
'subpecies' => 'subspecies', |
3629
|
|
|
|
|
|
|
'subsidary' => 'subsidiary', |
3630
|
|
|
|
|
|
|
'subsiduary' => 'subsidiary', |
3631
|
|
|
|
|
|
|
'subsquently' => 'subsequently', |
3632
|
|
|
|
|
|
|
'subsquent' => 'subsequent', |
3633
|
|
|
|
|
|
|
'substace' => 'substance', |
3634
|
|
|
|
|
|
|
'substancial' => 'substantial', |
3635
|
|
|
|
|
|
|
'substatial' => 'substantial', |
3636
|
|
|
|
|
|
|
'substituded' => 'substituted', |
3637
|
|
|
|
|
|
|
'substracted' => 'subtracted', |
3638
|
|
|
|
|
|
|
'substracting' => 'subtracting', |
3639
|
|
|
|
|
|
|
'substraction' => 'subtraction', |
3640
|
|
|
|
|
|
|
'substracts' => 'subtracts', |
3641
|
|
|
|
|
|
|
'substract' => 'subtract', |
3642
|
|
|
|
|
|
|
'subtances' => 'substances', |
3643
|
|
|
|
|
|
|
'subterranian' => 'subterranean', |
3644
|
|
|
|
|
|
|
'suburburban' => 'suburban', |
3645
|
|
|
|
|
|
|
'succceeded' => 'succeeded', |
3646
|
|
|
|
|
|
|
'succcesses' => 'successes', |
3647
|
|
|
|
|
|
|
'succedded' => 'succeeded', |
3648
|
|
|
|
|
|
|
'succeded' => 'succeeded', |
3649
|
|
|
|
|
|
|
'succeds' => 'succeeds', |
3650
|
|
|
|
|
|
|
'succesfully' => 'successfully', |
3651
|
|
|
|
|
|
|
'succesful' => 'successful', |
3652
|
|
|
|
|
|
|
'succesfuly' => 'successfully', |
3653
|
|
|
|
|
|
|
'succesion' => 'succession', |
3654
|
|
|
|
|
|
|
'succesive' => 'successive', |
3655
|
|
|
|
|
|
|
'successfull' => 'successful', |
3656
|
|
|
|
|
|
|
'successully' => 'successfully', |
3657
|
|
|
|
|
|
|
'succsessfull' => 'successful', |
3658
|
|
|
|
|
|
|
'succsess' => 'success', |
3659
|
|
|
|
|
|
|
'suceeded' => 'succeeded', |
3660
|
|
|
|
|
|
|
'suceeding' => 'succeeding', |
3661
|
|
|
|
|
|
|
'suceeds' => 'succeeds', |
3662
|
|
|
|
|
|
|
'suceed' => 'succeed', |
3663
|
|
|
|
|
|
|
'sucesfully' => 'successfully', |
3664
|
|
|
|
|
|
|
'sucesful' => 'successful', |
3665
|
|
|
|
|
|
|
'sucesfuly' => 'successfully', |
3666
|
|
|
|
|
|
|
'sucesion' => 'succession', |
3667
|
|
|
|
|
|
|
'sucesses' => 'successes', |
3668
|
|
|
|
|
|
|
'sucessfull' => 'successful', |
3669
|
|
|
|
|
|
|
'sucessfully' => 'successfully', |
3670
|
|
|
|
|
|
|
'sucessful' => 'successful', |
3671
|
|
|
|
|
|
|
'sucessfuly' => 'successfully', |
3672
|
|
|
|
|
|
|
'sucession' => 'succession', |
3673
|
|
|
|
|
|
|
'sucessive' => 'successive', |
3674
|
|
|
|
|
|
|
'sucessor' => 'successor', |
3675
|
|
|
|
|
|
|
'sucessot' => 'successor', |
3676
|
|
|
|
|
|
|
'sucess' => 'success', |
3677
|
|
|
|
|
|
|
'sucide' => 'suicide', |
3678
|
|
|
|
|
|
|
'sucidial' => 'suicidal', |
3679
|
|
|
|
|
|
|
'sufficently' => 'sufficiently', |
3680
|
|
|
|
|
|
|
'sufficent' => 'sufficient', |
3681
|
|
|
|
|
|
|
'sumary' => 'summary', |
3682
|
|
|
|
|
|
|
'sunglases' => 'sunglasses', |
3683
|
|
|
|
|
|
|
'suop' => 'soup', |
3684
|
|
|
|
|
|
|
'superceeded' => 'superseded', |
3685
|
|
|
|
|
|
|
'superflous' => 'superfluous', |
3686
|
|
|
|
|
|
|
'superintendant' => 'superintendent', |
3687
|
|
|
|
|
|
|
'superseeded' => 'superseded', |
3688
|
|
|
|
|
|
|
'suphisticated' => 'sophisticated', |
3689
|
|
|
|
|
|
|
'suplied' => 'supplied', |
3690
|
|
|
|
|
|
|
'suplimented' => 'supplemented', |
3691
|
|
|
|
|
|
|
'suport' => 'support', |
3692
|
|
|
|
|
|
|
'suposedly' => 'supposedly', |
3693
|
|
|
|
|
|
|
'suposed' => 'supposed', |
3694
|
|
|
|
|
|
|
'suposes' => 'supposes', |
3695
|
|
|
|
|
|
|
'supose' => 'suppose', |
3696
|
|
|
|
|
|
|
'suposing' => 'supposing', |
3697
|
|
|
|
|
|
|
'supplamented' => 'supplemented', |
3698
|
|
|
|
|
|
|
'suppliementing' => 'supplementing', |
3699
|
|
|
|
|
|
|
'suppoed' => 'supposed', |
3700
|
|
|
|
|
|
|
'suppored' => 'supported', |
3701
|
|
|
|
|
|
|
'supportin' => 'supporting', |
3702
|
|
|
|
|
|
|
'supposingly' => 'supposedly', |
3703
|
|
|
|
|
|
|
'suppoted' => 'supported', |
3704
|
|
|
|
|
|
|
'suppported' => 'supported', |
3705
|
|
|
|
|
|
|
'suppport' => 'support', |
3706
|
|
|
|
|
|
|
'suppy' => 'supply', |
3707
|
|
|
|
|
|
|
'supressed' => 'suppressed', |
3708
|
|
|
|
|
|
|
'supresses' => 'suppresses', |
3709
|
|
|
|
|
|
|
'supressing' => 'suppressing', |
3710
|
|
|
|
|
|
|
'supress' => 'suppress', |
3711
|
|
|
|
|
|
|
'suprised' => 'surprised', |
3712
|
|
|
|
|
|
|
'suprise' => 'surprise', |
3713
|
|
|
|
|
|
|
'suprisingly' => 'surprisingly', |
3714
|
|
|
|
|
|
|
'suprising' => 'surprising', |
3715
|
|
|
|
|
|
|
'suprized' => 'surprised', |
3716
|
|
|
|
|
|
|
'suprize' => 'surprise', |
3717
|
|
|
|
|
|
|
'suprizingly' => 'surprisingly', |
3718
|
|
|
|
|
|
|
'suprizing' => 'surprising', |
3719
|
|
|
|
|
|
|
'surfce' => 'surface', |
3720
|
|
|
|
|
|
|
'surley' => 'surly, surely', |
3721
|
|
|
|
|
|
|
'surounded' => 'surrounded', |
3722
|
|
|
|
|
|
|
'suroundings' => 'surroundings', |
3723
|
|
|
|
|
|
|
'surounding' => 'surrounding', |
3724
|
|
|
|
|
|
|
'surounds' => 'surrounds', |
3725
|
|
|
|
|
|
|
'suround' => 'surround', |
3726
|
|
|
|
|
|
|
'surplanted' => 'supplanted', |
3727
|
|
|
|
|
|
|
'surpressed' => 'suppressed', |
3728
|
|
|
|
|
|
|
'surpress' => 'suppress', |
3729
|
|
|
|
|
|
|
'surprized' => 'surprised', |
3730
|
|
|
|
|
|
|
'surprize' => 'surprise', |
3731
|
|
|
|
|
|
|
'surprizingly' => 'surprisingly', |
3732
|
|
|
|
|
|
|
'surprizing' => 'surprising', |
3733
|
|
|
|
|
|
|
'surrended' => 'surrounded, surrendered', |
3734
|
|
|
|
|
|
|
'surrepetitiously' => 'surreptitiously', |
3735
|
|
|
|
|
|
|
'surrepetitious' => 'surreptitious', |
3736
|
|
|
|
|
|
|
'surreptiously' => 'surreptitiously', |
3737
|
|
|
|
|
|
|
'surreptious' => 'surreptitious', |
3738
|
|
|
|
|
|
|
'surronded' => 'surrounded', |
3739
|
|
|
|
|
|
|
'surrouded' => 'surrounded', |
3740
|
|
|
|
|
|
|
'surrouding' => 'surrounding', |
3741
|
|
|
|
|
|
|
'surrundering' => 'surrendering', |
3742
|
|
|
|
|
|
|
'surveilence' => 'surveillance', |
3743
|
|
|
|
|
|
|
'surveill' => 'surveil', |
3744
|
|
|
|
|
|
|
'surveyer' => 'surveyor', |
3745
|
|
|
|
|
|
|
'survivers' => 'survivors', |
3746
|
|
|
|
|
|
|
'surviver' => 'survivor', |
3747
|
|
|
|
|
|
|
'survivied' => 'survived', |
3748
|
|
|
|
|
|
|
'suseptable' => 'susceptible', |
3749
|
|
|
|
|
|
|
'suseptible' => 'susceptible', |
3750
|
|
|
|
|
|
|
'suspention' => 'suspension', |
3751
|
|
|
|
|
|
|
'suspicously' => 'suspiciously', |
3752
|
|
|
|
|
|
|
'swaers' => 'swears', |
3753
|
|
|
|
|
|
|
'swaer' => 'swear', |
3754
|
|
|
|
|
|
|
'swepth' => 'swept', |
3755
|
|
|
|
|
|
|
'swiming' => 'swimming', |
3756
|
|
|
|
|
|
|
'syas' => 'says', |
3757
|
|
|
|
|
|
|
'symetrically' => 'symmetrically', |
3758
|
|
|
|
|
|
|
'symetrical' => 'symmetrical', |
3759
|
|
|
|
|
|
|
'symetry' => 'symmetry', |
3760
|
|
|
|
|
|
|
'symettric' => 'symmetric', |
3761
|
|
|
|
|
|
|
'symmetral' => 'symmetric', |
3762
|
|
|
|
|
|
|
'symmetricaly' => 'symmetrically', |
3763
|
|
|
|
|
|
|
'synagouge' => 'synagogue', |
3764
|
|
|
|
|
|
|
'synax' => 'syntax', |
3765
|
|
|
|
|
|
|
'synchonized' => 'synchronized', |
3766
|
|
|
|
|
|
|
'syncronization' => 'synchronization', |
3767
|
|
|
|
|
|
|
'syncronize' => 'synchronize', |
3768
|
|
|
|
|
|
|
'syncronizing' => 'synchronizing', |
3769
|
|
|
|
|
|
|
'syncronus' => 'synchronous', |
3770
|
|
|
|
|
|
|
'synonomous' => 'synonymous', |
3771
|
|
|
|
|
|
|
'synonymns' => 'synonyms', |
3772
|
|
|
|
|
|
|
'synphony' => 'symphony', |
3773
|
|
|
|
|
|
|
'syphyllis' => 'syphilis', |
3774
|
|
|
|
|
|
|
'sypmtoms' => 'symptoms', |
3775
|
|
|
|
|
|
|
'syrap' => 'syrup', |
3776
|
|
|
|
|
|
|
'sysmatically' => 'systematically', |
3777
|
|
|
|
|
|
|
'syste' => 'system', |
3778
|
|
|
|
|
|
|
'sytem' => 'system', |
3779
|
|
|
|
|
|
|
'sythesis' => 'synthesis', |
3780
|
|
|
|
|
|
|
'sytle' => 'style', |
3781
|
|
|
|
|
|
|
'tabacco' => 'tobacco', |
3782
|
|
|
|
|
|
|
'tahn' => 'than', |
3783
|
|
|
|
|
|
|
'taht' => 'that', |
3784
|
|
|
|
|
|
|
'talekd' => 'talked', |
3785
|
|
|
|
|
|
|
'targetted' => 'targeted', |
3786
|
|
|
|
|
|
|
'targetting' => 'targeting', |
3787
|
|
|
|
|
|
|
'tast' => 'taste', |
3788
|
|
|
|
|
|
|
'tath' => 'that', |
3789
|
|
|
|
|
|
|
'taxanomy' => 'taxonomy', |
3790
|
|
|
|
|
|
|
'teached' => 'taught', |
3791
|
|
|
|
|
|
|
'techicians' => 'technicians', |
3792
|
|
|
|
|
|
|
'techician' => 'technician', |
3793
|
|
|
|
|
|
|
'techiniques' => 'techniques', |
3794
|
|
|
|
|
|
|
'technitian' => 'technician', |
3795
|
|
|
|
|
|
|
'technnology' => 'technology', |
3796
|
|
|
|
|
|
|
'technolgy' => 'technology', |
3797
|
|
|
|
|
|
|
'teh' => 'the', |
3798
|
|
|
|
|
|
|
'tehy' => 'they', |
3799
|
|
|
|
|
|
|
'telelevision' => 'television', |
3800
|
|
|
|
|
|
|
'televsion' => 'television', |
3801
|
|
|
|
|
|
|
'telphony' => 'telephony', |
3802
|
|
|
|
|
|
|
'temerature' => 'temperature', |
3803
|
|
|
|
|
|
|
'tempaltes' => 'templates', |
3804
|
|
|
|
|
|
|
'tempalte' => 'template', |
3805
|
|
|
|
|
|
|
'temparate' => 'temperate', |
3806
|
|
|
|
|
|
|
'temperarily' => 'temporarily', |
3807
|
|
|
|
|
|
|
'temperment' => 'temperament', |
3808
|
|
|
|
|
|
|
'tempertaure' => 'temperature', |
3809
|
|
|
|
|
|
|
'temperture' => 'temperature', |
3810
|
|
|
|
|
|
|
'temprary' => 'temporary', |
3811
|
|
|
|
|
|
|
'tenacles' => 'tentacles', |
3812
|
|
|
|
|
|
|
'tenacle' => 'tentacle', |
3813
|
|
|
|
|
|
|
'tendacy' => 'tendency', |
3814
|
|
|
|
|
|
|
'tendancies' => 'tendencies', |
3815
|
|
|
|
|
|
|
'tendancy' => 'tendency', |
3816
|
|
|
|
|
|
|
'tepmorarily' => 'temporarily', |
3817
|
|
|
|
|
|
|
'terrestial' => 'terrestrial', |
3818
|
|
|
|
|
|
|
'terriories' => 'territories', |
3819
|
|
|
|
|
|
|
'terriory' => 'territory', |
3820
|
|
|
|
|
|
|
'territorist' => 'terrorist', |
3821
|
|
|
|
|
|
|
'territoy' => 'territory', |
3822
|
|
|
|
|
|
|
'terroist' => 'terrorist', |
3823
|
|
|
|
|
|
|
'testiclular' => 'testicular', |
3824
|
|
|
|
|
|
|
'tghe' => 'the', |
3825
|
|
|
|
|
|
|
'theather' => 'theater', |
3826
|
|
|
|
|
|
|
'theese' => 'these', |
3827
|
|
|
|
|
|
|
'theif' => 'thief', |
3828
|
|
|
|
|
|
|
'theives' => 'thieves', |
3829
|
|
|
|
|
|
|
'themselfs' => 'themselves', |
3830
|
|
|
|
|
|
|
'themslves' => 'themselves', |
3831
|
|
|
|
|
|
|
'therafter' => 'thereafter', |
3832
|
|
|
|
|
|
|
'therby' => 'thereby', |
3833
|
|
|
|
|
|
|
'theri' => 'their', |
3834
|
|
|
|
|
|
|
'ther' => 'there, their, the', |
3835
|
|
|
|
|
|
|
'thgat' => 'that', |
3836
|
|
|
|
|
|
|
'thge' => 'the', |
3837
|
|
|
|
|
|
|
'thier' => 'their', |
3838
|
|
|
|
|
|
|
'thigns' => 'things', |
3839
|
|
|
|
|
|
|
'thign' => 'thing', |
3840
|
|
|
|
|
|
|
'thigsn' => 'things', |
3841
|
|
|
|
|
|
|
'thikning' => 'thinking, thickening', |
3842
|
|
|
|
|
|
|
'thikns' => 'thinks', |
3843
|
|
|
|
|
|
|
'thikn' => 'think', |
3844
|
|
|
|
|
|
|
'thiunk' => 'think', |
3845
|
|
|
|
|
|
|
'thna' => 'than', |
3846
|
|
|
|
|
|
|
'thne' => 'then', |
3847
|
|
|
|
|
|
|
'thnigs' => 'things', |
3848
|
|
|
|
|
|
|
'thnig' => 'thing', |
3849
|
|
|
|
|
|
|
'thn' => 'then', |
3850
|
|
|
|
|
|
|
'thoughout' => 'throughout', |
3851
|
|
|
|
|
|
|
'threatend' => 'threatened', |
3852
|
|
|
|
|
|
|
'threatning' => 'threatening', |
3853
|
|
|
|
|
|
|
'threee' => 'three', |
3854
|
|
|
|
|
|
|
'threshhold' => 'threshold', |
3855
|
|
|
|
|
|
|
'thrid' => 'third', |
3856
|
|
|
|
|
|
|
'throrough' => 'thorough', |
3857
|
|
|
|
|
|
|
'throughly' => 'thoroughly', |
3858
|
|
|
|
|
|
|
'throught' => 'through', |
3859
|
|
|
|
|
|
|
'througout' => 'throughout', |
3860
|
|
|
|
|
|
|
'thru' => 'through', |
3861
|
|
|
|
|
|
|
'thsi' => 'this', |
3862
|
|
|
|
|
|
|
'thsoe' => 'those', |
3863
|
|
|
|
|
|
|
'thta' => 'that', |
3864
|
|
|
|
|
|
|
'thyat' => 'that', |
3865
|
|
|
|
|
|
|
'tiem' => 'time, Tim', |
3866
|
|
|
|
|
|
|
'tihkn' => 'think', |
3867
|
|
|
|
|
|
|
'tihs' => 'this', |
3868
|
|
|
|
|
|
|
'timne' => 'time', |
3869
|
|
|
|
|
|
|
'tiome' => 'time', |
3870
|
|
|
|
|
|
|
'tje' => 'the', |
3871
|
|
|
|
|
|
|
'tjhe' => 'the', |
3872
|
|
|
|
|
|
|
'tkaes' => 'takes', |
3873
|
|
|
|
|
|
|
'tkae' => 'take', |
3874
|
|
|
|
|
|
|
'tkaing' => 'taking', |
3875
|
|
|
|
|
|
|
'tlaking' => 'talking', |
3876
|
|
|
|
|
|
|
'tobbaco' => 'tobacco', |
3877
|
|
|
|
|
|
|
'todya' => 'today', |
3878
|
|
|
|
|
|
|
'toghether' => 'together', |
3879
|
|
|
|
|
|
|
'toke' => 'took', |
3880
|
|
|
|
|
|
|
'tolerence' => 'tolerance', |
3881
|
|
|
|
|
|
|
'tomatos' => 'tomatoes', |
3882
|
|
|
|
|
|
|
'tommorow' => 'tomorrow', |
3883
|
|
|
|
|
|
|
'tommorrow' => 'tomorrow', |
3884
|
|
|
|
|
|
|
'tongiht' => 'tonight', |
3885
|
|
|
|
|
|
|
'toriodal' => 'toroidal', |
3886
|
|
|
|
|
|
|
'tormenters' => 'tormentors', |
3887
|
|
|
|
|
|
|
'tornadoe' => 'tornado', |
3888
|
|
|
|
|
|
|
'torpeados' => 'torpedoes', |
3889
|
|
|
|
|
|
|
'torpedos' => 'torpedoes', |
3890
|
|
|
|
|
|
|
'toubles' => 'troubles', |
3891
|
|
|
|
|
|
|
'tounge' => 'tongue', |
3892
|
|
|
|
|
|
|
'tourch' => 'torch, touch', |
3893
|
|
|
|
|
|
|
'towords' => 'towards', |
3894
|
|
|
|
|
|
|
'towrad' => 'toward', |
3895
|
|
|
|
|
|
|
'tradionally' => 'traditionally', |
3896
|
|
|
|
|
|
|
'traditionaly' => 'traditionally', |
3897
|
|
|
|
|
|
|
'traditionnal' => 'traditional', |
3898
|
|
|
|
|
|
|
'traditition' => 'tradition', |
3899
|
|
|
|
|
|
|
'tradtionally' => 'traditionally', |
3900
|
|
|
|
|
|
|
'trafficed' => 'trafficked', |
3901
|
|
|
|
|
|
|
'trafficing' => 'trafficking', |
3902
|
|
|
|
|
|
|
'trafic' => 'traffic', |
3903
|
|
|
|
|
|
|
'trancendent' => 'transcendent', |
3904
|
|
|
|
|
|
|
'trancending' => 'transcending', |
3905
|
|
|
|
|
|
|
'tranformed' => 'transformed', |
3906
|
|
|
|
|
|
|
'tranform' => 'transform', |
3907
|
|
|
|
|
|
|
'transcendance' => 'transcendence', |
3908
|
|
|
|
|
|
|
'transcendant' => 'transcendent', |
3909
|
|
|
|
|
|
|
'transcendentational' => 'transcendental', |
3910
|
|
|
|
|
|
|
'transcripting' => 'transcribing, transcription', |
3911
|
|
|
|
|
|
|
'transending' => 'transcending', |
3912
|
|
|
|
|
|
|
'transesxuals' => 'transsexuals', |
3913
|
|
|
|
|
|
|
'transfered' => 'transferred', |
3914
|
|
|
|
|
|
|
'transfering' => 'transferring', |
3915
|
|
|
|
|
|
|
'transformaton' => 'transformation', |
3916
|
|
|
|
|
|
|
'transistion' => 'transition', |
3917
|
|
|
|
|
|
|
'translaters' => 'translators', |
3918
|
|
|
|
|
|
|
'translater' => 'translator', |
3919
|
|
|
|
|
|
|
'transmissable' => 'transmissible', |
3920
|
|
|
|
|
|
|
'transporation' => 'transportation', |
3921
|
|
|
|
|
|
|
'trasmission' => 'transmission', |
3922
|
|
|
|
|
|
|
'tremelos' => 'tremolos', |
3923
|
|
|
|
|
|
|
'tremelo' => 'tremolo', |
3924
|
|
|
|
|
|
|
'treshold' => 'threshold', |
3925
|
|
|
|
|
|
|
'trigerring' => 'triggering', |
3926
|
|
|
|
|
|
|
'triguered' => 'triggered', |
3927
|
|
|
|
|
|
|
'triology' => 'trilogy', |
3928
|
|
|
|
|
|
|
'troling' => 'trolling', |
3929
|
|
|
|
|
|
|
'troups' => 'troupes, troops', |
3930
|
|
|
|
|
|
|
'troup' => 'troupe', |
3931
|
|
|
|
|
|
|
'truely' => 'truly', |
3932
|
|
|
|
|
|
|
'trustworthyness' => 'trustworthiness', |
3933
|
|
|
|
|
|
|
'turnk' => 'turnkey, trunk', |
3934
|
|
|
|
|
|
|
'tust' => 'trust', |
3935
|
|
|
|
|
|
|
'twelth' => 'twelfth', |
3936
|
|
|
|
|
|
|
'twon' => 'town', |
3937
|
|
|
|
|
|
|
'twpo' => 'two', |
3938
|
|
|
|
|
|
|
'tyhat' => 'that', |
3939
|
|
|
|
|
|
|
'tyhe' => 'they', |
3940
|
|
|
|
|
|
|
'typcial' => 'typical', |
3941
|
|
|
|
|
|
|
'typicaly' => 'typically', |
3942
|
|
|
|
|
|
|
'tyranies' => 'tyrannies', |
3943
|
|
|
|
|
|
|
'tyrany' => 'tyranny', |
3944
|
|
|
|
|
|
|
'tyrranies' => 'tyrannies', |
3945
|
|
|
|
|
|
|
'tyrrany' => 'tyranny', |
3946
|
|
|
|
|
|
|
'ubiquitious' => 'ubiquitous', |
3947
|
|
|
|
|
|
|
'ublisher' => 'publisher', |
3948
|
|
|
|
|
|
|
'uise' => 'use', |
3949
|
|
|
|
|
|
|
'ultimely' => 'ultimately', |
3950
|
|
|
|
|
|
|
'unacompanied' => 'unaccompanied', |
3951
|
|
|
|
|
|
|
'unahppy' => 'unhappy', |
3952
|
|
|
|
|
|
|
'unanymous' => 'unanimous', |
3953
|
|
|
|
|
|
|
'unathorised' => 'unauthorised', |
3954
|
|
|
|
|
|
|
'unavailible' => 'unavailable', |
3955
|
|
|
|
|
|
|
'unballance' => 'unbalance', |
3956
|
|
|
|
|
|
|
'unbeknowst' => 'unbeknownst', |
3957
|
|
|
|
|
|
|
'unbeleivable' => 'unbelievable', |
3958
|
|
|
|
|
|
|
'uncertainity' => 'uncertainty', |
3959
|
|
|
|
|
|
|
'unchallengable' => 'unchallengeable', |
3960
|
|
|
|
|
|
|
'unchangable' => 'unchangeable', |
3961
|
|
|
|
|
|
|
'uncompetive' => 'uncompetitive', |
3962
|
|
|
|
|
|
|
'unconciousness' => 'unconsciousness', |
3963
|
|
|
|
|
|
|
'unconcious' => 'unconscious', |
3964
|
|
|
|
|
|
|
'unconfortability' => 'discomfort', |
3965
|
|
|
|
|
|
|
'uncontitutional' => 'unconstitutional', |
3966
|
|
|
|
|
|
|
'unconvential' => 'unconventional', |
3967
|
|
|
|
|
|
|
'undecideable' => 'undecidable', |
3968
|
|
|
|
|
|
|
'understoon' => 'understood', |
3969
|
|
|
|
|
|
|
'undesireable' => 'undesirable', |
3970
|
|
|
|
|
|
|
'undetecable' => 'undetectable', |
3971
|
|
|
|
|
|
|
'undoubtely' => 'undoubtedly', |
3972
|
|
|
|
|
|
|
'undreground' => 'underground', |
3973
|
|
|
|
|
|
|
'uneccesary' => 'unnecessary', |
3974
|
|
|
|
|
|
|
'unecessary' => 'unnecessary', |
3975
|
|
|
|
|
|
|
'unequalities' => 'inequalities', |
3976
|
|
|
|
|
|
|
'unexecpted' => 'unexpected', |
3977
|
|
|
|
|
|
|
'unforetunately' => 'unfortunately', |
3978
|
|
|
|
|
|
|
'unforgetable' => 'unforgettable', |
3979
|
|
|
|
|
|
|
'unforgiveable' => 'unforgivable', |
3980
|
|
|
|
|
|
|
'unfortunatelly' => 'unfortunately', |
3981
|
|
|
|
|
|
|
'unfortunatley' => 'unfortunately', |
3982
|
|
|
|
|
|
|
'unfortunatly' => 'unfortunately', |
3983
|
|
|
|
|
|
|
'unfourtunately' => 'unfortunately', |
3984
|
|
|
|
|
|
|
'unihabited' => 'uninhabited', |
3985
|
|
|
|
|
|
|
'unilateraly' => 'unilaterally', |
3986
|
|
|
|
|
|
|
'unilatreally' => 'unilaterally', |
3987
|
|
|
|
|
|
|
'unilatreal' => 'unilateral', |
3988
|
|
|
|
|
|
|
'uninterruped' => 'uninterrupted', |
3989
|
|
|
|
|
|
|
'uninterupted' => 'uninterrupted', |
3990
|
|
|
|
|
|
|
'univeral' => 'universal', |
3991
|
|
|
|
|
|
|
'univeristies' => 'universities', |
3992
|
|
|
|
|
|
|
'univeristy' => 'university', |
3993
|
|
|
|
|
|
|
'univerity' => 'university', |
3994
|
|
|
|
|
|
|
'universtiy' => 'university', |
3995
|
|
|
|
|
|
|
'univesities' => 'universities', |
3996
|
|
|
|
|
|
|
'univesity' => 'university', |
3997
|
|
|
|
|
|
|
'unknonw' => 'unknown', |
3998
|
|
|
|
|
|
|
'unkown' => 'unknown', |
3999
|
|
|
|
|
|
|
'unlikey' => 'unlikely', |
4000
|
|
|
|
|
|
|
'unmanouverable' => 'unmaneuverable, unmanoeuvrable', |
4001
|
|
|
|
|
|
|
'unmistakeably' => 'unmistakably', |
4002
|
|
|
|
|
|
|
'unneccesarily' => 'unnecessarily', |
4003
|
|
|
|
|
|
|
'unneccesary' => 'unnecessary', |
4004
|
|
|
|
|
|
|
'unneccessarily' => 'unnecessarily', |
4005
|
|
|
|
|
|
|
'unneccessary' => 'unnecessary', |
4006
|
|
|
|
|
|
|
'unnecesarily' => 'unnecessarily', |
4007
|
|
|
|
|
|
|
'unnecesary' => 'unnecessary', |
4008
|
|
|
|
|
|
|
'unoffical' => 'unofficial', |
4009
|
|
|
|
|
|
|
'unoperational' => 'nonoperational', |
4010
|
|
|
|
|
|
|
'unoticeable' => 'unnoticeable', |
4011
|
|
|
|
|
|
|
'unplease' => 'displease', |
4012
|
|
|
|
|
|
|
'unplesant' => 'unpleasant', |
4013
|
|
|
|
|
|
|
'unprecendented' => 'unprecedented', |
4014
|
|
|
|
|
|
|
'unprecidented' => 'unprecedented', |
4015
|
|
|
|
|
|
|
'unrepentent' => 'unrepentant', |
4016
|
|
|
|
|
|
|
'unrepetant' => 'unrepentant', |
4017
|
|
|
|
|
|
|
'unrepetent' => 'unrepentant', |
4018
|
|
|
|
|
|
|
'unsed' => 'used, unused, unsaid', |
4019
|
|
|
|
|
|
|
'unsubstanciated' => 'unsubstantiated', |
4020
|
|
|
|
|
|
|
'unsuccesfully' => 'unsuccessfully', |
4021
|
|
|
|
|
|
|
'unsuccesful' => 'unsuccessful', |
4022
|
|
|
|
|
|
|
'unsuccessfull' => 'unsuccessful', |
4023
|
|
|
|
|
|
|
'unsucesful' => 'unsuccessful', |
4024
|
|
|
|
|
|
|
'unsucesfuly' => 'unsuccessfully', |
4025
|
|
|
|
|
|
|
'unsucessfull' => 'unsuccessful', |
4026
|
|
|
|
|
|
|
'unsucessfully' => 'unsuccessfully', |
4027
|
|
|
|
|
|
|
'unsucessful' => 'unsuccessful', |
4028
|
|
|
|
|
|
|
'unsuprised' => 'unsurprised', |
4029
|
|
|
|
|
|
|
'unsuprisingly' => 'unsurprisingly', |
4030
|
|
|
|
|
|
|
'unsuprising' => 'unsurprising', |
4031
|
|
|
|
|
|
|
'unsuprized' => 'unsurprised', |
4032
|
|
|
|
|
|
|
'unsuprizingly' => 'unsurprisingly', |
4033
|
|
|
|
|
|
|
'unsuprizing' => 'unsurprising', |
4034
|
|
|
|
|
|
|
'unsurprized' => 'unsurprised', |
4035
|
|
|
|
|
|
|
'unsurprizingly' => 'unsurprisingly', |
4036
|
|
|
|
|
|
|
'unsurprizing' => 'unsurprising', |
4037
|
|
|
|
|
|
|
'untill' => 'until', |
4038
|
|
|
|
|
|
|
'untranslateable' => 'untranslatable', |
4039
|
|
|
|
|
|
|
'unuseable' => 'unusable', |
4040
|
|
|
|
|
|
|
'unuseful' => 'useless', |
4041
|
|
|
|
|
|
|
'unusuable' => 'unusable', |
4042
|
|
|
|
|
|
|
'unviersity' => 'university', |
4043
|
|
|
|
|
|
|
'unwarrented' => 'unwarranted', |
4044
|
|
|
|
|
|
|
'unweildly' => 'unwieldy', |
4045
|
|
|
|
|
|
|
'unwieldly' => 'unwieldy', |
4046
|
|
|
|
|
|
|
'upcomming' => 'upcoming', |
4047
|
|
|
|
|
|
|
'upgradded' => 'upgraded', |
4048
|
|
|
|
|
|
|
'usally' => 'usually', |
4049
|
|
|
|
|
|
|
'useage' => 'usage', |
4050
|
|
|
|
|
|
|
'usefull' => 'useful', |
4051
|
|
|
|
|
|
|
'usefuly' => 'usefully', |
4052
|
|
|
|
|
|
|
'useing' => 'using', |
4053
|
|
|
|
|
|
|
'usera' => 'users', |
4054
|
|
|
|
|
|
|
'usetnet' => 'Usenet', |
4055
|
|
|
|
|
|
|
'usualy' => 'usually', |
4056
|
|
|
|
|
|
|
'ususally' => 'usually', |
4057
|
|
|
|
|
|
|
'utilites' => 'utilities', |
4058
|
|
|
|
|
|
|
'utillities' => 'utilities', |
4059
|
|
|
|
|
|
|
'utilties' => 'utilities', |
4060
|
|
|
|
|
|
|
'utiltity' => 'utility', |
4061
|
|
|
|
|
|
|
'utitlty' => 'utility', |
4062
|
|
|
|
|
|
|
'vaccume' => 'vacuum', |
4063
|
|
|
|
|
|
|
'vaccum' => 'vacuum', |
4064
|
|
|
|
|
|
|
'vacinity' => 'vicinity', |
4065
|
|
|
|
|
|
|
'vaieties' => 'varieties', |
4066
|
|
|
|
|
|
|
'vailidty' => 'validity', |
4067
|
|
|
|
|
|
|
'valuble' => 'valuable', |
4068
|
|
|
|
|
|
|
'valueable' => 'valuable', |
4069
|
|
|
|
|
|
|
'varations' => 'variations', |
4070
|
|
|
|
|
|
|
'variantions' => 'variations', |
4071
|
|
|
|
|
|
|
'varient' => 'variant', |
4072
|
|
|
|
|
|
|
'variey' => 'variety', |
4073
|
|
|
|
|
|
|
'varing' => 'varying', |
4074
|
|
|
|
|
|
|
'varities' => 'varieties', |
4075
|
|
|
|
|
|
|
'varity' => 'variety', |
4076
|
|
|
|
|
|
|
'vegatarian' => 'vegetarian', |
4077
|
|
|
|
|
|
|
'vegitables' => 'vegetables', |
4078
|
|
|
|
|
|
|
'vegitable' => 'vegetable', |
4079
|
|
|
|
|
|
|
'vegtable' => 'vegetable', |
4080
|
|
|
|
|
|
|
'vehicule' => 'vehicle', |
4081
|
|
|
|
|
|
|
'vell' => 'well', |
4082
|
|
|
|
|
|
|
'venemous' => 'venomous', |
4083
|
|
|
|
|
|
|
'vengance' => 'vengeance', |
4084
|
|
|
|
|
|
|
'vengence' => 'vengeance', |
4085
|
|
|
|
|
|
|
'verbse' => 'verbose', |
4086
|
|
|
|
|
|
|
'verfication' => 'verification', |
4087
|
|
|
|
|
|
|
'verisons' => 'versions', |
4088
|
|
|
|
|
|
|
'verison' => 'version', |
4089
|
|
|
|
|
|
|
'vermillion' => 'vermilion', |
4090
|
|
|
|
|
|
|
'versitilaty' => 'versatility', |
4091
|
|
|
|
|
|
|
'versitlity' => 'versatility', |
4092
|
|
|
|
|
|
|
'verson' => 'version', |
4093
|
|
|
|
|
|
|
'vetween' => 'between', |
4094
|
|
|
|
|
|
|
'veyr' => 'very', |
4095
|
|
|
|
|
|
|
'vigeur' => 'vigueur, vigour, vigor', |
4096
|
|
|
|
|
|
|
'vigilence' => 'vigilance', |
4097
|
|
|
|
|
|
|
'vigourous' => 'vigorous', |
4098
|
|
|
|
|
|
|
'villian' => 'villain', |
4099
|
|
|
|
|
|
|
'villification' => 'vilification', |
4100
|
|
|
|
|
|
|
'villify' => 'vilify', |
4101
|
|
|
|
|
|
|
'villin' => 'villi, villain, villein', |
4102
|
|
|
|
|
|
|
'vincinity' => 'vicinity', |
4103
|
|
|
|
|
|
|
'violentce' => 'violence', |
4104
|
|
|
|
|
|
|
'virtualy' => 'virtually', |
4105
|
|
|
|
|
|
|
'virutally' => 'virtually', |
4106
|
|
|
|
|
|
|
'virutal' => 'virtual', |
4107
|
|
|
|
|
|
|
'visable' => 'visible', |
4108
|
|
|
|
|
|
|
'visably' => 'visibly', |
4109
|
|
|
|
|
|
|
'visting' => 'visiting', |
4110
|
|
|
|
|
|
|
'vistors' => 'visitors', |
4111
|
|
|
|
|
|
|
'vitories' => 'victories', |
4112
|
|
|
|
|
|
|
'vitual' => 'virtual', |
4113
|
|
|
|
|
|
|
'volcanoe' => 'volcano', |
4114
|
|
|
|
|
|
|
'voleyball' => 'volleyball', |
4115
|
|
|
|
|
|
|
'volontary' => 'voluntary', |
4116
|
|
|
|
|
|
|
'volonteered' => 'volunteered', |
4117
|
|
|
|
|
|
|
'volonteering' => 'volunteering', |
4118
|
|
|
|
|
|
|
'volonteers' => 'volunteers', |
4119
|
|
|
|
|
|
|
'volonteer' => 'volunteer', |
4120
|
|
|
|
|
|
|
'volounteered' => 'volunteered', |
4121
|
|
|
|
|
|
|
'volounteering' => 'volunteering', |
4122
|
|
|
|
|
|
|
'volounteers' => 'volunteers', |
4123
|
|
|
|
|
|
|
'volounteer' => 'volunteer', |
4124
|
|
|
|
|
|
|
'volumne' => 'volume', |
4125
|
|
|
|
|
|
|
'vreity' => 'variety', |
4126
|
|
|
|
|
|
|
'vrey' => 'very', |
4127
|
|
|
|
|
|
|
'vriety' => 'variety', |
4128
|
|
|
|
|
|
|
'vulnerablility' => 'vulnerability', |
4129
|
|
|
|
|
|
|
'vyer' => 'very', |
4130
|
|
|
|
|
|
|
'vyre' => 'very', |
4131
|
|
|
|
|
|
|
'waht' => 'what', |
4132
|
|
|
|
|
|
|
'wanna' => 'want to', |
4133
|
|
|
|
|
|
|
'warantee' => 'warranty', |
4134
|
|
|
|
|
|
|
'wardobe' => 'wardrobe', |
4135
|
|
|
|
|
|
|
'warrent' => 'warrant', |
4136
|
|
|
|
|
|
|
'warrriors' => 'warriors', |
4137
|
|
|
|
|
|
|
'wass' => 'was', |
4138
|
|
|
|
|
|
|
'watn' => 'want', |
4139
|
|
|
|
|
|
|
'weaponary' => 'weaponry', |
4140
|
|
|
|
|
|
|
'weas' => 'was', |
4141
|
|
|
|
|
|
|
'wehn' => 'when', |
4142
|
|
|
|
|
|
|
'weilded' => 'wielded', |
4143
|
|
|
|
|
|
|
'weild' => 'wield, wild', |
4144
|
|
|
|
|
|
|
'wendsay' => 'Wednesday', |
4145
|
|
|
|
|
|
|
'wensday' => 'Wednesday', |
4146
|
|
|
|
|
|
|
'wereabouts' => 'whereabouts', |
4147
|
|
|
|
|
|
|
'whants' => 'wants', |
4148
|
|
|
|
|
|
|
'whant' => 'want', |
4149
|
|
|
|
|
|
|
'whataver' => 'whatever', |
4150
|
|
|
|
|
|
|
'whcih' => 'which', |
4151
|
|
|
|
|
|
|
'wheras' => 'whereas', |
4152
|
|
|
|
|
|
|
'wherease' => 'whereas', |
4153
|
|
|
|
|
|
|
'whereever' => 'wherever', |
4154
|
|
|
|
|
|
|
'wheter' => 'whether', |
4155
|
|
|
|
|
|
|
'whic' => 'which', |
4156
|
|
|
|
|
|
|
'whihc' => 'which', |
4157
|
|
|
|
|
|
|
'whith' => 'with', |
4158
|
|
|
|
|
|
|
'whlch' => 'which', |
4159
|
|
|
|
|
|
|
'whn' => 'when', |
4160
|
|
|
|
|
|
|
'wholey' => 'wholly', |
4161
|
|
|
|
|
|
|
'wholy' => 'wholly, holy', |
4162
|
|
|
|
|
|
|
'whta' => 'what', |
4163
|
|
|
|
|
|
|
'whther' => 'whether', |
4164
|
|
|
|
|
|
|
'wich' => 'which, witch', |
4165
|
|
|
|
|
|
|
'widesread' => 'widespread', |
4166
|
|
|
|
|
|
|
'wief' => 'wife', |
4167
|
|
|
|
|
|
|
'wierd' => 'weird', |
4168
|
|
|
|
|
|
|
'wiew' => 'view', |
4169
|
|
|
|
|
|
|
'wiht' => 'with', |
4170
|
|
|
|
|
|
|
'wih' => 'with', |
4171
|
|
|
|
|
|
|
'wille' => 'will', |
4172
|
|
|
|
|
|
|
'willingless' => 'willingness', |
4173
|
|
|
|
|
|
|
'willk' => 'will', |
4174
|
|
|
|
|
|
|
'wirting' => 'writing', |
4175
|
|
|
|
|
|
|
'withdrawl' => 'withdrawal, withdraw', |
4176
|
|
|
|
|
|
|
'witheld' => 'withheld', |
4177
|
|
|
|
|
|
|
'withh' => 'with', |
4178
|
|
|
|
|
|
|
'withing' => 'within', |
4179
|
|
|
|
|
|
|
'withold' => 'withhold', |
4180
|
|
|
|
|
|
|
'witht' => 'with', |
4181
|
|
|
|
|
|
|
'witn' => 'with', |
4182
|
|
|
|
|
|
|
'wiull' => 'will', |
4183
|
|
|
|
|
|
|
'wnated' => 'wanted', |
4184
|
|
|
|
|
|
|
'wnats' => 'wants', |
4185
|
|
|
|
|
|
|
'wnat' => 'want', |
4186
|
|
|
|
|
|
|
'wohle' => 'whole', |
4187
|
|
|
|
|
|
|
'wokring' => 'working', |
4188
|
|
|
|
|
|
|
'wokr' => 'work', |
4189
|
|
|
|
|
|
|
'wonderfull' => 'wonderful', |
4190
|
|
|
|
|
|
|
'wordlwide' => 'worldwide', |
4191
|
|
|
|
|
|
|
'workststion' => 'workstation', |
4192
|
|
|
|
|
|
|
'worls' => 'world', |
4193
|
|
|
|
|
|
|
'worstened' => 'worsened', |
4194
|
|
|
|
|
|
|
'woudl' => 'would', |
4195
|
|
|
|
|
|
|
'wresters' => 'wrestlers', |
4196
|
|
|
|
|
|
|
'wriet' => 'write', |
4197
|
|
|
|
|
|
|
'writen' => 'written', |
4198
|
|
|
|
|
|
|
'wroet' => 'wrote', |
4199
|
|
|
|
|
|
|
'wroking' => 'working', |
4200
|
|
|
|
|
|
|
'wrok' => 'work', |
4201
|
|
|
|
|
|
|
'wtih' => 'with', |
4202
|
|
|
|
|
|
|
'wupport' => 'support', |
4203
|
|
|
|
|
|
|
'yaching' => 'yachting', |
4204
|
|
|
|
|
|
|
'yaerly' => 'yearly', |
4205
|
|
|
|
|
|
|
'yaers' => 'years', |
4206
|
|
|
|
|
|
|
'yaer' => 'year', |
4207
|
|
|
|
|
|
|
'yatch' => 'yacht', |
4208
|
|
|
|
|
|
|
'yearm' => 'year', |
4209
|
|
|
|
|
|
|
'yeasr' => 'years', |
4210
|
|
|
|
|
|
|
'yeilding' => 'yielding', |
4211
|
|
|
|
|
|
|
'yeild' => 'yield', |
4212
|
|
|
|
|
|
|
'yeras' => 'years', |
4213
|
|
|
|
|
|
|
'yera' => 'year', |
4214
|
|
|
|
|
|
|
'yersa' => 'years', |
4215
|
|
|
|
|
|
|
'yotube' => 'youtube', |
4216
|
|
|
|
|
|
|
'youself' => 'yourself', |
4217
|
|
|
|
|
|
|
'yrea' => 'year', |
4218
|
|
|
|
|
|
|
'ytou' => 'you', |
4219
|
|
|
|
|
|
|
'yuo' => 'you', |
4220
|
|
|
|
|
|
|
'yur' => 'your', |
4221
|
|
|
|
|
|
|
'zeebra' => 'zebra' |
4222
|
|
|
|
|
|
|
); |
4223
|
|
|
|
|
|
|
|
4224
|
|
|
|
|
|
|
sub new { |
4225
|
1
|
|
|
1
|
1
|
452
|
my ($class, $additionalSpellings) = @_; |
4226
|
|
|
|
|
|
|
|
4227
|
|
|
|
|
|
|
# If a custom dictionary was specified, merge it with the default dictionary |
4228
|
1
|
|
|
|
|
2
|
my $dictionary = \%spellings; |
4229
|
1
|
50
|
|
|
|
4
|
if (defined $additionalSpellings) { |
4230
|
1
|
|
|
|
|
1328
|
%{$dictionary} = %spellings; |
|
1
|
|
|
|
|
3283
|
|
4231
|
1
|
|
|
|
|
465
|
while ( my ($misspelling, $correction) = |
|
2
|
|
|
|
|
17
|
|
4232
|
|
|
|
|
|
|
each %{$additionalSpellings} ) |
4233
|
|
|
|
|
|
|
{ |
4234
|
1
|
|
|
|
|
4
|
$dictionary->{$misspelling} = $correction; |
4235
|
|
|
|
|
|
|
} |
4236
|
|
|
|
|
|
|
} |
4237
|
|
|
|
|
|
|
|
4238
|
1
|
|
|
|
|
782
|
my $misspellingPattern = join '|', (keys %spellings); |
4239
|
|
|
|
|
|
|
|
4240
|
1
|
|
|
|
|
161
|
return bless { |
4241
|
|
|
|
|
|
|
'spellings' => $dictionary, |
4242
|
|
|
|
|
|
|
'anyMisspelling' => $misspellingPattern |
4243
|
|
|
|
|
|
|
}, $class; |
4244
|
|
|
|
|
|
|
} |
4245
|
|
|
|
|
|
|
|
4246
|
|
|
|
|
|
|
# Look for common mispellings in comments and names |
4247
|
|
|
|
|
|
|
sub _spellcheckLine { |
4248
|
33
|
|
|
33
|
|
48
|
my ($self, $line) = @_; |
4249
|
|
|
|
|
|
|
|
4250
|
33
|
|
|
|
|
46
|
my $lowerCaseLine = lc $line; |
4251
|
|
|
|
|
|
|
|
4252
|
|
|
|
|
|
|
# Look for each possible misspelled word in the line, returning only |
4253
|
|
|
|
|
|
|
# if such a word is separated from its surroundings by space, punctuation, |
4254
|
|
|
|
|
|
|
# or a change in case. |
4255
|
33
|
|
|
|
|
13807
|
while ($lowerCaseLine =~ /(.?)($self->{anyMisspelling})(.?)/g) |
4256
|
|
|
|
|
|
|
{ |
4257
|
17
|
|
|
|
|
942
|
my $matchPos = $-[2]; |
4258
|
17
|
|
|
|
|
71
|
my $match = substr($line, $-[2], $+[2] - $-[2]); |
4259
|
17
|
|
|
|
|
60
|
my $before = substr($line, $-[1], $+[1] - $-[1]); |
4260
|
17
|
|
|
|
|
47
|
my $after = substr($line, $-[3], $+[3] - $-[3]); |
4261
|
|
|
|
|
|
|
|
4262
|
17
|
100
|
|
|
|
84
|
if ($match !~ /^(?:[A-Z]+|(?:[A-Z]?[a-z]+))$/) { |
4263
|
2
|
|
|
|
|
4
|
pos($lowerCaseLine) = $matchPos + 1; |
4264
|
2
|
|
|
|
|
51
|
next; |
4265
|
|
|
|
|
|
|
} |
4266
|
|
|
|
|
|
|
|
4267
|
|
|
|
|
|
|
# Only report issues where the characters on either side of the |
4268
|
|
|
|
|
|
|
# match are either non-alphabetic or represent a change in case |
4269
|
|
|
|
|
|
|
# from left to right of lower case to upper-case. This matches |
4270
|
|
|
|
|
|
|
# what we see in most variable names (i.e. you see 'numFrames' |
4271
|
|
|
|
|
|
|
# but not 'NUMfRAMES'). |
4272
|
15
|
|
66
|
|
|
103
|
my $boundaryBefore = |
4273
|
|
|
|
|
|
|
!$before |
4274
|
|
|
|
|
|
|
|| $before =~ /[^a-z]/i |
4275
|
|
|
|
|
|
|
|| ($before =~ /[a-z]/ && $match =~ /^[A-Z]/); |
4276
|
15
|
100
|
|
|
|
30
|
if (!$boundaryBefore) { |
4277
|
2
|
|
|
|
|
4
|
pos($lowerCaseLine) = $matchPos + 1; |
4278
|
2
|
|
|
|
|
67
|
next; |
4279
|
|
|
|
|
|
|
} |
4280
|
|
|
|
|
|
|
|
4281
|
13
|
|
66
|
|
|
91
|
my $boundaryAfter = |
4282
|
|
|
|
|
|
|
!$after |
4283
|
|
|
|
|
|
|
|| $after =~ /[^a-z]/i |
4284
|
|
|
|
|
|
|
|| ($match =~ /[a-z]$/ && $after =~ /[A-Z]$/); |
4285
|
13
|
100
|
|
|
|
27
|
if (!$boundaryAfter) { |
4286
|
6
|
|
|
|
|
14
|
pos($lowerCaseLine) = $matchPos + 1; |
4287
|
6
|
|
|
|
|
803
|
next; |
4288
|
|
|
|
|
|
|
} |
4289
|
|
|
|
|
|
|
|
4290
|
7
|
|
|
|
|
12
|
my $key = lc $match; |
4291
|
7
|
50
|
33
|
|
|
56
|
return ($key, $self->{spellings}->{$key}) |
4292
|
|
|
|
|
|
|
if ($boundaryBefore && $boundaryAfter); |
4293
|
|
|
|
|
|
|
} |
4294
|
|
|
|
|
|
|
|
4295
|
26
|
|
|
|
|
52
|
return; |
4296
|
|
|
|
|
|
|
} |
4297
|
|
|
|
|
|
|
|
4298
|
|
|
|
|
|
|
sub spellcheck { |
4299
|
1
|
|
|
1
|
1
|
10
|
my ($self, $file) = @_; |
4300
|
1
|
50
|
|
|
|
9
|
my $fileHandle = IO::File->new($file, 'r') |
4301
|
|
|
|
|
|
|
or die("Cannot open $file for spellchecking"); |
4302
|
|
|
|
|
|
|
|
4303
|
1
|
|
|
|
|
194
|
my $lineNum = 0; |
4304
|
1
|
|
|
|
|
2
|
my @results = (); |
4305
|
1
|
|
|
|
|
49
|
while (my $line = $fileHandle->getline) { |
4306
|
38
|
|
|
|
|
975
|
$lineNum++; |
4307
|
|
|
|
|
|
|
|
4308
|
|
|
|
|
|
|
# Don't process empty lines further |
4309
|
38
|
|
|
|
|
51
|
chomp $line; |
4310
|
38
|
100
|
|
|
|
159
|
next if !length($line); |
4311
|
|
|
|
|
|
|
|
4312
|
33
|
|
|
|
|
69
|
my ($misspelling, $correction) = $self->_spellcheckLine($line); |
4313
|
33
|
100
|
66
|
|
|
668
|
if (defined $misspelling && defined $misspelling) { |
4314
|
7
|
|
|
|
|
163
|
push @results, |
4315
|
|
|
|
|
|
|
{ |
4316
|
|
|
|
|
|
|
'line' => $lineNum, |
4317
|
|
|
|
|
|
|
'misspelling' => $misspelling, |
4318
|
|
|
|
|
|
|
'correction' => $correction |
4319
|
|
|
|
|
|
|
}; |
4320
|
|
|
|
|
|
|
} |
4321
|
|
|
|
|
|
|
} |
4322
|
|
|
|
|
|
|
|
4323
|
1
|
|
|
|
|
104
|
return @results; |
4324
|
|
|
|
|
|
|
} |
4325
|
|
|
|
|
|
|
|
4326
|
|
|
|
|
|
|
1; |
4327
|
|
|
|
|
|
|
__END__ |