Initial commit
[porter2stemmer.git] / test / tc_porter2_full.rb
1 # coding: utf-8
2 # Porter 2 stemmer test file
3 #
4 # This file tests the whole stemmer.
5
6 $:.unshift File.join(File.dirname(__FILE__), "..", "lib")
7
8 require 'test/unit'
9 require 'porter2'
10
11 class String
12 public :porter2_preprocess, :porter2_r1, :porter2_r2
13 end
14
15 class TestPorter2 < Test::Unit::TestCase
16
17 TEST_WORDS = {"'" => "'",
18 "''" => "''",
19 "'a" => "'a",
20 "'s" => "'s",
21 "'aa" => "aa",
22 "'as" => "as",
23 "'''" => "'",
24 "'a'" => "a",
25 "'s'" => "s",
26 "'aa'" => "aa",
27 "'as'" => "as",
28 "a" => "a",
29 "a'" => "a'",
30 "a''" => "a'",
31 "aa'" => "aa",
32 "aback" => "aback",
33 "abandon" => "abandon",
34 "abandoned" => "abandon",
35 "abandoning" => "abandon",
36 "abandonment" => "abandon",
37 "abandons" => "abandon",
38 "abasement" => "abas",
39 "abashed" => "abash",
40 "abate" => "abat",
41 "abated" => "abat",
42 "abbey" => "abbey",
43 "abbott" => "abbott",
44 "abbreviation" => "abbrevi",
45 "abdicating" => "abdic",
46 "abdomen" => "abdomen",
47 "abdominal" => "abdomin",
48 "abe" => "abe",
49 "abear" => "abear",
50 "abed" => "abe",
51 "abel" => "abel",
52 "aberration" => "aberr",
53 "abershaw" => "abershaw",
54 "abet" => "abet",
55 "abettor" => "abettor",
56 "abeyance" => "abey",
57 "abhorred" => "abhor",
58 "abhorrence" => "abhorr",
59 "abhorring" => "abhor",
60 "abide" => "abid",
61 "abiding" => "abid",
62 "abilities" => "abil",
63 "ability" => "abil",
64 "abimee" => "abime",
65 "abingdon" => "abingdon",
66 "abipones" => "abipon",
67 "abject" => "abject",
68 "abjectly" => "abject",
69 "abjectness" => "abject",
70 "abjure" => "abjur",
71 "abjured" => "abjur",
72 "abl" => "abl",
73 "able" => "abl",
74 "ablutions" => "ablut",
75 "abnegation" => "abneg",
76 "abnormal" => "abnorm",
77 "abnormality" => "abnorm",
78 "abnormally" => "abnorm",
79 "aboard" => "aboard",
80 "abode" => "abod",
81 "abodes" => "abod",
82 "abolish" => "abolish",
83 "abolished" => "abolish",
84 "abolishing" => "abolish",
85 "abolition" => "abolit",
86 "abominable" => "abomin",
87 "abominably" => "abomin",
88 "abominated" => "abomin",
89 "abomination" => "abomin",
90 "aboot" => "aboot",
91 "aboriginal" => "aborigin",
92 "aboriginally" => "aborigin",
93 "aborigines" => "aborigin",
94 "abortion" => "abort",
95 "abortions" => "abort",
96 "abortive" => "abort",
97 "abound" => "abound",
98 "abounded" => "abound",
99 "abounding" => "abound",
100 "abounds" => "abound",
101 "about" => "about",
102 "above" => "abov",
103 "aboveboard" => "aboveboard",
104 "abraham" => "abraham",
105 "abreast" => "abreast",
106 "abridge" => "abridg",
107 "abridged" => "abridg",
108 "abroad" => "abroad",
109 "abrogated" => "abrog",
110 "abrolhos" => "abrolho",
111 "abrupt" => "abrupt",
112 "abruptly" => "abrupt",
113 "abruptness" => "abrupt",
114 "abscess" => "abscess",
115 "absence" => "absenc",
116 "absent" => "absent",
117 "absenting" => "absent",
118 "absolute" => "absolut",
119 "absolutely" => "absolut",
120 "absolve" => "absolv",
121 "absolved" => "absolv",
122 "absorb" => "absorb",
123 "absorbed" => "absorb",
124 "absorbent" => "absorb",
125 "absorbing" => "absorb",
126 "absorbs" => "absorb",
127 "absorption" => "absorpt",
128 "abstain" => "abstain",
129 "abstained" => "abstain",
130 "abstaining" => "abstain",
131 "abstinence" => "abstin",
132 "abstract" => "abstract",
133 "abstracted" => "abstract",
134 "abstractedly" => "abstract",
135 "abstraction" => "abstract",
136 "abstracts" => "abstract",
137 "abstruse" => "abstrus",
138 "absurd" => "absurd",
139 "absurdities" => "absurd",
140 "absurdity" => "absurd",
141 "absurdly" => "absurd",
142 "abt" => "abt",
143 "abundance" => "abund",
144 "abundant" => "abund",
145 "abundantly" => "abund",
146 "abuse" => "abus",
147 "abused" => "abus",
148 "abuses" => "abus",
149 "abusing" => "abus",
150 "abusive" => "abus",
151 "abut" => "abut",
152 "abuts" => "abut",
153 "abutting" => "abut",
154 "abyss" => "abyss",
155 "abysses" => "abyss",
156 "abyssinia" => "abyssinia",
157 "ac" => "ac",
158 "acacia" => "acacia",
159 "acacias" => "acacia",
160 "academy" => "academi",
161 "acalypha" => "acalypha",
162 "acapulco" => "acapulco",
163 "accede" => "acced",
164 "acceded" => "acced",
165 "accedes" => "acced",
166 "accelerate" => "acceler",
167 "accelerated" => "acceler",
168 "accent" => "accent",
169 "accents" => "accent",
170 "accept" => "accept",
171 "acceptable" => "accept",
172 "acceptance" => "accept",
173 "acceptances" => "accept",
174 "acceptation" => "accept",
175 "accepted" => "accept",
176 "accepting" => "accept",
177 "accepts" => "accept",
178 "access" => "access",
179 "accessible" => "access",
180 "accession" => "access",
181 "accessories" => "accessori",
182 "accessory" => "accessori",
183 "accident" => "accid",
184 "accidental" => "accident",
185 "accidentally" => "accident",
186 "accidents" => "accid",
187 "acclamations" => "acclam",
188 "acclivity" => "accliv",
189 "accommodate" => "accommod",
190 "accommodated" => "accommod",
191 "accommodating" => "accommod",
192 "accommodation" => "accommod",
193 "accommodations" => "accommod",
194 "accompanied" => "accompani",
195 "accompanies" => "accompani",
196 "accompaniment" => "accompani",
197 "accompaniments" => "accompani",
198 "accompany" => "accompani",
199 "accompanying" => "accompani",
200 "accomplice" => "accomplic",
201 "accomplices" => "accomplic",
202 "accomplish" => "accomplish",
203 "accomplished" => "accomplish",
204 "accomplishes" => "accomplish",
205 "accomplishing" => "accomplish",
206 "accomplishment" => "accomplish",
207 "accomplishments" => "accomplish",
208 "accord" => "accord",
209 "accordance" => "accord",
210 "accorded" => "accord",
211 "according" => "accord",
212 "accordingly" => "accord",
213 "accosted" => "accost",
214 "accosting" => "accost",
215 "accoun" => "accoun",
216 "account" => "account",
217 "accountabilities" => "account",
218 "accountability" => "account",
219 "accountable" => "account",
220 "accountant" => "account",
221 "accounted" => "account",
222 "accounting" => "account",
223 "accounts" => "account",
224 "accoutred" => "accoutr",
225 "accoutrements" => "accoutr",
226 "accredited" => "accredit",
227 "accrue" => "accru",
228 "accrued" => "accru",
229 "accruing" => "accru",
230 "accumulate" => "accumul",
231 "accumulated" => "accumul",
232 "accumulating" => "accumul",
233 "accumulation" => "accumul",
234 "accumulations" => "accumul",
235 "accuracy" => "accuraci",
236 "accurate" => "accur",
237 "accurately" => "accur",
238 "accursed" => "accurs",
239 "accusation" => "accus",
240 "accusations" => "accus",
241 "accuse" => "accus",
242 "accused" => "accus",
243 "accuser" => "accus",
244 "accusers" => "accus",
245 "accuses" => "accus",
246 "accusing" => "accus",
247 "accustom" => "accustom",
248 "accustomed" => "accustom",
249 "accustoming" => "accustom",
250 "ace" => "ace",
251 "acerbity" => "acerb",
252 "aces" => "ace",
253 "ach" => "ach",
254 "ache" => "ach",
255 "ached" => "ach",
256 "aches" => "ach",
257 "achieve" => "achiev",
258 "achieved" => "achiev",
259 "achievement" => "achiev",
260 "achievements" => "achiev",
261 "achieves" => "achiev",
262 "achieving" => "achiev",
263 "achilles" => "achill",
264 "aching" => "ach",
265 "acid" => "acid",
266 "acids" => "acid",
267 "ack" => "ack",
268 "ackney" => "ackney",
269 "acknowledge" => "acknowledg",
270 "acknowledged" => "acknowledg",
271 "acknowledgement" => "acknowledg",
272 "acknowledges" => "acknowledg",
273 "acknowledging" => "acknowledg",
274 "acknowledgment" => "acknowledg",
275 "acknowledgments" => "acknowledg",
276 "aconcagua" => "aconcagua",
277 "acorn" => "acorn",
278 "acquaint" => "acquaint",
279 "acquaintance" => "acquaint",
280 "acquaintances" => "acquaint",
281 "acquainted" => "acquaint",
282 "acquainting" => "acquaint",
283 "acquaints" => "acquaint",
284 "acquiesce" => "acquiesc",
285 "acquiesced" => "acquiesc",
286 "acquiescence" => "acquiesc",
287 "acquiescent" => "acquiesc",
288 "acquiesces" => "acquiesc",
289 "acquiescing" => "acquiesc",
290 "acquire" => "acquir",
291 "acquired" => "acquir",
292 "acquirement" => "acquir",
293 "acquirements" => "acquir",
294 "acquires" => "acquir",
295 "acquiring" => "acquir",
296 "acquisition" => "acquisit",
297 "acquit" => "acquit",
298 "acquittal" => "acquitt",
299 "acquitted" => "acquit",
300 "acqulred" => "acqulr",
301 "acre" => "acr",
302 "acres" => "acr",
303 "acrid" => "acrid",
304 "acrimonious" => "acrimoni",
305 "acrimoniously" => "acrimoni",
306 "across" => "across",
307 "acrydium" => "acrydium",
308 "act" => "act",
309 "acted" => "act",
310 "acting" => "act",
311 "actinia" => "actinia",
312 "action" => "action",
313 "actions" => "action",
314 "active" => "activ",
315 "actively" => "activ",
316 "activity" => "activ",
317 "actor" => "actor",
318 "actors" => "actor",
319 "actress" => "actress",
320 "actresses" => "actress",
321 "acts" => "act",
322 "actual" => "actual",
323 "actuality" => "actual",
324 "actually" => "actual",
325 "actuate" => "actuat",
326 "actuated" => "actuat",
327 "actuating" => "actuat",
328 "acumen" => "acumen",
329 "acunha" => "acunha",
330 "acut" => "acut",
331 "acute" => "acut",
332 "acutely" => "acut",
333 "acuteness" => "acut",
334 "acuter" => "acut",
335 "ad" => "ad",
336 "ada" => "ada",
337 "adage" => "adag",
338 "adages" => "adag",
339 "adam" => "adam",
340 "adamant" => "adam",
341 "adams" => "adam",
342 "adapt" => "adapt",
343 "adaptability" => "adapt",
344 "adaptable" => "adapt",
345 "adaptation" => "adapt",
346 "adapted" => "adapt",
347 "adapter" => "adapt",
348 "adapting" => "adapt",
349 "adapts" => "adapt",
350 "adas" => "ada",
351 "add" => "add",
352 "added" => "ad",
353 "adder" => "adder",
354 "addicted" => "addict",
355 "adding" => "ad",
356 "addition" => "addit",
357 "additional" => "addit",
358 "additionally" => "addit",
359 "additions" => "addit",
360 "addled" => "addl",
361 "address" => "address",
362 "addressed" => "address",
363 "addresses" => "address",
364 "addressing" => "address",
365 "adds" => "add",
366 "adduced" => "adduc",
367 "adducing" => "adduc",
368 "adequate" => "adequ",
369 "adhere" => "adher",
370 "adhered" => "adher",
371 "adherence" => "adher",
372 "adherent" => "adher",
373 "adherents" => "adher",
374 "adheres" => "adher",
375 "adhering" => "adher",
376 "adhesive" => "adhes",
377 "adieu" => "adieu",
378 "adieux" => "adieux",
379 "adimonia" => "adimonia",
380 "adios" => "adio",
381 "adjacent" => "adjac",
382 "adjective" => "adject",
383 "adjoined" => "adjoin",
384 "adjoining" => "adjoin",
385 "adjourned" => "adjourn",
386 "adjournment" => "adjourn",
387 "adjuration" => "adjur",
388 "adjurations" => "adjur",
389 "adjured" => "adjur",
390 "adjuring" => "adjur",
391 "adjust" => "adjust",
392 "adjusted" => "adjust",
393 "adjusting" => "adjust",
394 "adjustment" => "adjust",
395 "adjusts" => "adjust",
396 "adjutant" => "adjut",
397 "administer" => "administ",
398 "administered" => "administ",
399 "administering" => "administ",
400 "administration" => "administr",
401 "administrative" => "administr",
402 "administrator" => "administr",
403 "administrators" => "administr",
404 "admirable" => "admir",
405 "admirably" => "admir",
406 "admiral" => "admir",
407 "admiralty" => "admiralti",
408 "admiration" => "admir",
409 "admire" => "admir",
410 "admired" => "admir",
411 "admirer" => "admir",
412 "admirers" => "admir",
413 "admires" => "admir",
414 "admiring" => "admir",
415 "admiringly" => "admir",
416 "admission" => "admiss",
417 "admissions" => "admiss",
418 "admit" => "admit",
419 "admits" => "admit",
420 "admittance" => "admitt",
421 "admitted" => "admit",
422 "admitting" => "admit",
423 "admixture" => "admixtur",
424 "admonished" => "admonish",
425 "admonishes" => "admonish",
426 "admonishing" => "admonish",
427 "admonition" => "admonit",
428 "admonitions" => "admonit",
429 "admonitory" => "admonitori",
430 "adn" => "adn",
431 "ado" => "ado",
432 "adopt" => "adopt",
433 "adopted" => "adopt",
434 "adopting" => "adopt",
435 "adoption" => "adopt",
436 "adoration" => "ador",
437 "adorations" => "ador",
438 "adore" => "ador",
439 "adored" => "ador",
440 "adores" => "ador",
441 "adoring" => "ador",
442 "adorned" => "adorn",
443 "adorning" => "adorn",
444 "adornment" => "adorn",
445 "adornments" => "adorn",
446 "adorns" => "adorn",
447 "adrianople" => "adrianopl",
448 "adrift" => "adrift",
449 "adroit" => "adroit",
450 "adulation" => "adul",
451 "adulatory" => "adulatori",
452 "adult" => "adult",
453 "adultery" => "adulteri",
454 "advance" => "advanc",
455 "advanced" => "advanc",
456 "advancement" => "advanc",
457 "advances" => "advanc",
458 "advancing" => "advanc",
459 "advantage" => "advantag",
460 "advantageous" => "advantag",
461 "advantageously" => "advantag",
462 "advantages" => "advantag",
463 "advent" => "advent",
464 "adventure" => "adventur",
465 "adventurer" => "adventur",
466 "adventurers" => "adventur",
467 "adventures" => "adventur",
468 "adventuresses" => "adventuress",
469 "adventurous" => "adventur",
470 "adventurously" => "adventur",
471 "adversaries" => "adversari",
472 "adversary" => "adversari",
473 "adverse" => "advers",
474 "adversity" => "advers",
475 "advert" => "advert",
476 "adverted" => "advert",
477 "adverting" => "advert",
478 "advertise" => "advertis",
479 "advertised" => "advertis",
480 "advertisement" => "advertis",
481 "advertisements" => "advertis",
482 "advertiser" => "advertis",
483 "advertising" => "advertis",
484 "advice" => "advic",
485 "advisability" => "advis",
486 "advisable" => "advis",
487 "advise" => "advis",
488 "advised" => "advis",
489 "advisedly" => "advis",
490 "adviser" => "advis",
491 "advises" => "advis",
492 "advising" => "advis",
493 "advocacy" => "advocaci",
494 "advocate" => "advoc",
495 "advocated" => "advoc",
496 "advocating" => "advoc",
497 "adwiser" => "adwis",
498 "aeqam" => "aeqam",
499 "aerial" => "aerial",
500 "aeriform" => "aeriform",
501 "aeronaut" => "aeronaut",
502 "aeronautics" => "aeronaut",
503 "aery" => "aeri",
504 "aeschylus" => "aeschylus",
505 "aesop" => "aesop",
506 "aesthetic" => "aesthet",
507 "aesthetically" => "aesthet",
508 "aesthetics" => "aesthet",
509 "aestivation" => "aestiv",
510 "afanasy" => "afanasi",
511 "afanasyvitch" => "afanasyvitch",
512 "afar" => "afar",
513 "afeard" => "afeard",
514 "afeared" => "afear",
515 "afer" => "afer",
516 "affability" => "affabl",
517 "affable" => "affabl",
518 "affably" => "affabl",
519 "affair" => "affair",
520 "affairs" => "affair",
521 "affect" => "affect",
522 "affectation" => "affect",
523 "affected" => "affect",
524 "affectedly" => "affect",
525 "affecting" => "affect",
526 "affection" => "affect",
527 "affectionate" => "affection",
528 "affectionately" => "affection",
529 "affections" => "affect",
530 "affects" => "affect",
531 "afferdavid" => "afferdavid",
532 "affidavit" => "affidavit",
533 "affidavits" => "affidavit",
534 "affinity" => "affin",
535 "affirm" => "affirm",
536 "affirmative" => "affirm",
537 "affirmed" => "affirm",
538 "affirms" => "affirm",
539 "afflict" => "afflict",
540 "afflicted" => "afflict",
541 "afflicting" => "afflict",
542 "affliction" => "afflict",
543 "afflictions" => "afflict",
544 "affluence" => "affluenc",
545 "affluent" => "affluent",
546 "afford" => "afford",
547 "afforded" => "afford",
548 "affording" => "afford",
549 "affords" => "afford",
550 "affright" => "affright",
551 "affrighted" => "affright",
552 "affront" => "affront",
553 "affronted" => "affront",
554 "afield" => "afield",
555 "aflicto" => "aflicto",
556 "afloat" => "afloat",
557 "afoot" => "afoot",
558 "afore" => "afor",
559 "aforementioned" => "aforement",
560 "aforesaid" => "aforesaid",
561 "afraid" => "afraid",
562 "afresh" => "afresh",
563 "africa" => "africa",
564 "african" => "african",
565 "afrique" => "afriqu",
566 "afrosinya" => "afrosinya",
567 "afsd" => "afsd",
568 "aft" => "aft",
569 "after" => "after",
570 "afternoon" => "afternoon",
571 "afternoons" => "afternoon",
572 "afterthought" => "afterthought",
573 "afterwards" => "afterward",
574 "agai" => "agai",
575 "again" => "again",
576 "against" => "against",
577 "agate" => "agat",
578 "agave" => "agav",
579 "agaves" => "agav",
580 "age" => "age",
581 "agean" => "agean",
582 "aged" => "age",
583 "agency" => "agenc",
584 "agent" => "agent",
585 "agents" => "agent",
586 "agers" => "ager",
587 "ages" => "age",
588 "aggeravating" => "aggerav",
589 "agglomeration" => "agglomer",
590 "agglutinated" => "agglutin",
591 "aggrandizement" => "aggrandiz",
592 "aggravate" => "aggrav",
593 "aggravated" => "aggrav",
594 "aggravates" => "aggrav",
595 "aggravating" => "aggrav",
596 "aggravation" => "aggrav",
597 "aggravations" => "aggrav",
598 "aggregate" => "aggreg",
599 "aggregated" => "aggreg",
600 "aggression" => "aggress",
601 "aggressor" => "aggressor",
602 "aggrieved" => "aggriev",
603 "aghast" => "aghast",
604 "agility" => "agil",
605 "agin" => "agin",
606 "agitate" => "agit",
607 "agitated" => "agit",
608 "agitating" => "agit",
609 "agitation" => "agit",
610 "agitators" => "agit",
611 "aglow" => "aglow",
612 "agnes" => "agn",
613 "ago" => "ago",
614 "agonies" => "agoni",
615 "agonised" => "agonis",
616 "agonising" => "agonis",
617 "agonisingly" => "agonis",
618 "agonizing" => "agon",
619 "agony" => "agoni",
620 "agouti" => "agouti",
621 "agoutis" => "agouti",
622 "agrarian" => "agrarian",
623 "agree" => "agre",
624 "agreeable" => "agreeabl",
625 "agreeably" => "agreeabl",
626 "agreed" => "agre",
627 "agreeing" => "agre",
628 "agreement" => "agreement",
629 "agrees" => "agre",
630 "agricult" => "agricult",
631 "agricultural" => "agricultur",
632 "agriculture" => "agricultur",
633 "agriculturists" => "agriculturist",
634 "aground" => "aground",
635 "agua" => "agua",
636 "ague" => "agu",
637 "agueros" => "aguero",
638 "ah" => "ah",
639 "aha" => "aha",
640 "ahead" => "ahead",
641 "ai" => "ai",
642 "aid" => "aid",
643 "aided" => "aid",
644 "aider" => "aider",
645 "aiding" => "aid",
646 "aids" => "aid",
647 "aie" => "aie",
648 "ailing" => "ail",
649 "ailment" => "ailment",
650 "ailments" => "ailment",
651 "ails" => "ail",
652 "aim" => "aim",
653 "aimed" => "aim",
654 "aiming" => "aim",
655 "aimless" => "aimless",
656 "aimlessly" => "aimless",
657 "aims" => "aim",
658 "ain" => "ain",
659 "air" => "air",
660 "aired" => "air",
661 "airily" => "airili",
662 "airing" => "air",
663 "airlessness" => "airless",
664 "airnest" => "airnest",
665 "airs" => "air",
666 "airy" => "airi",
667 "aisle" => "aisl",
668 "aits" => "ait",
669 "ajar" => "ajar",
670 "ajax" => "ajax",
671 "akad" => "akad",
672 "ake" => "ake",
673 "akeady" => "akeadi",
674 "akimbo" => "akimbo",
675 "akin" => "akin",
676 "al" => "al",
677 "alabaster" => "alabast",
678 "alacrity" => "alacr",
679 "alameda" => "alameda",
680 "alarm" => "alarm",
681 "alarmed" => "alarm",
682 "alarming" => "alarm",
683 "alarmingly" => "alarm",
684 "alarms" => "alarm",
685 "alas" => "ala",
686 "alba" => "alba",
687 "albania" => "albania",
688 "albanians" => "albanian",
689 "albans" => "alban",
690 "albatross" => "albatross",
691 "albeit" => "albeit",
692 "albemarle" => "albemarl",
693 "albert" => "albert",
694 "albertine" => "albertin",
695 "albiceps" => "albicep",
696 "albicollis" => "albicolli",
697 "albicores" => "albicor",
698 "albino" => "albino",
699 "albion" => "albion",
700 "album" => "album",
701 "albuminous" => "albumin",
702 "albury" => "alburi",
703 "alcicornis" => "alcicorni",
704 "alcide" => "alcid",
705 "alcohol" => "alcohol",
706 "alder" => "alder",
707 "alderman" => "alderman",
708 "aldershot" => "aldershot",
709 "aldgate" => "aldgat",
710 "ale" => "ale",
711 "alehouse" => "alehous",
712 "alehouses" => "alehous",
713 "aleide" => "aleid",
714 "alerce" => "alerc",
715 "alert" => "alert",
716 "alexander" => "alexand",
717 "alexandr" => "alexandr",
718 "alexandrovna" => "alexandrovna",
719 "alexey" => "alexey",
720 "alfalfa" => "alfalfa",
721 "alfonso" => "alfonso",
722 "alford" => "alford",
723 "alfred" => "alfr",
724 "algarroba" => "algarroba",
725 "algebra" => "algebra",
726 "alice" => "alic",
727 "alienated" => "alien",
728 "alight" => "alight",
729 "alighted" => "alight",
730 "alighting" => "alight",
731 "alights" => "alight",
732 "alike" => "alik",
733 "alive" => "aliv",
734 "all" => "all",
735 "allah" => "allah",
736 "allan" => "allan",
737 "allay" => "allay",
738 "allayed" => "allay",
739 "allays" => "allay",
740 "allegation" => "alleg",
741 "allegations" => "alleg",
742 "alleged" => "alleg",
743 "allegiance" => "allegi",
744 "alleging" => "alleg",
745 "allegorical" => "allegor",
746 "allegories" => "allegori",
747 "allegory" => "allegori",
748 "allenby" => "allenbi",
749 "aller" => "aller",
750 "alleviate" => "allevi",
751 "alleviated" => "allevi",
752 "alley" => "alley",
753 "alleys" => "alley",
754 "alliance" => "allianc",
755 "alliances" => "allianc",
756 "allied" => "alli",
757 "allies" => "alli",
758 "alligators" => "allig",
759 "allotted" => "allot",
760 "allotting" => "allot",
761 "allow" => "allow",
762 "allowable" => "allow",
763 "allowance" => "allow",
764 "allowances" => "allow",
765 "allowed" => "allow",
766 "allowing" => "allow",
767 "allows" => "allow",
768 "alloyed" => "alloy",
769 "allude" => "allud",
770 "alluded" => "allud",
771 "alludes" => "allud",
772 "alluding" => "allud",
773 "allure" => "allur",
774 "allured" => "allur",
775 "allurement" => "allur",
776 "allurements" => "allur",
777 "alluring" => "allur",
778 "allus" => "allus",
779 "allusion" => "allus",
780 "allusions" => "allus",
781 "alluvial" => "alluvi",
782 "alluvium" => "alluvium",
783 "ally" => "alli",
784 "alma" => "alma",
785 "almac" => "almac",
786 "almanac" => "almanac",
787 "almanacs" => "almanac",
788 "almighty" => "almighti",
789 "almos" => "almo",
790 "almost" => "almost",
791 "alms" => "alm",
792 "almshouses" => "almshous",
793 "aloe" => "alo",
794 "aloft" => "aloft",
795 "alone" => "alon",
796 "along" => "along",
797 "alongside" => "alongsid",
798 "aloof" => "aloof",
799 "aloud" => "aloud",
800 "alphabet" => "alphabet",
801 "alphabets" => "alphabet",
802 "alphonse" => "alphons",
803 "alpine" => "alpin",
804 "alps" => "alp",
805 "already" => "alreadi",
806 "also" => "also",
807 "alta" => "alta",
808 "altar" => "altar",
809 "altars" => "altar",
810 "alter" => "alter",
811 "alteration" => "alter",
812 "alterations" => "alter",
813 "altercation" => "alterc",
814 "altered" => "alter",
815 "altering" => "alter",
816 "alternate" => "altern",
817 "alternately" => "altern",
818 "alternating" => "altern",
819 "alternation" => "altern",
820 "alternations" => "altern",
821 "alternative" => "altern",
822 "alternatives" => "altern",
823 "alters" => "alter",
824 "althoug" => "althoug",
825 "although" => "although",
826 "altisidora" => "altisidora",
827 "altitude" => "altitud",
828 "alto" => "alto",
829 "altogether" => "altogeth",
830 "alured" => "alur",
831 "alway" => "alway",
832 "always" => "alway",
833 "alyona" => "alyona",
834 "alyoshka" => "alyoshka",
835 "am" => "am",
836 "ama" => "ama",
837 "amalgamate" => "amalgam",
838 "amalgamated" => "amalgam",
839 "amalgamation" => "amalgam",
840 "amalia" => "amalia",
841 "amancaes" => "amanca",
842 "amang" => "amang",
843 "amanuensis" => "amanuensi",
844 "amarga" => "amarga",
845 "amass" => "amass",
846 "amassed" => "amass",
847 "amassing" => "amass",
848 "amateur" => "amateur",
849 "amaze" => "amaz",
850 "amazed" => "amaz",
851 "amazedly" => "amaz",
852 "amazement" => "amaz",
853 "amazes" => "amaz",
854 "amazing" => "amaz",
855 "amazingly" => "amaz",
856 "ambassadors" => "ambassador",
857 "ambassadress" => "ambassadress",
858 "amber" => "amber",
859 "ambient" => "ambient",
860 "ambiguous" => "ambigu",
861 "ambition" => "ambit",
862 "ambitious" => "ambiti",
863 "amble" => "ambl",
864 "ambling" => "ambl",
865 "amblyrhynchus" => "amblyrhynchus",
866 "ambox" => "ambox",
867 "ambuscade" => "ambuscad",
868 "ambush" => "ambush",
869 "amd" => "amd",
870 "amelioration" => "amelior",
871 "amen" => "amen",
872 "amenable" => "amen",
873 "amend" => "amend",
874 "amended" => "amend",
875 "amendment" => "amend",
876 "amendments" => "amend",
877 "amends" => "amend",
878 "america" => "america",
879 "american" => "american",
880 "americana" => "americana",
881 "americans" => "american",
882 "americas" => "america",
883 "amerique" => "ameriqu",
884 "amethysts" => "amethyst",
885 "ami" => "ami",
886 "amiabilities" => "amiabl",
887 "amiability" => "amiabl",
888 "amiable" => "amiabl",
889 "amiably" => "amiabl",
890 "amicability" => "amic",
891 "amicable" => "amic",
892 "amicably" => "amic",
893 "amid" => "amid",
894 "amidst" => "amidst",
895 "amiss" => "amiss",
896 "amity" => "amiti",
897 "ammunition" => "ammunit",
898 "amn" => "amn",
899 "amoncelees" => "amoncele",
900 "among" => "among",
901 "amongst" => "amongst",
902 "amorites" => "amorit",
903 "amorous" => "amor",
904 "amost" => "amost",
905 "amount" => "amount",
906 "amounted" => "amount",
907 "amounting" => "amount",
908 "amounts" => "amount",
909 "amphibious" => "amphibi",
910 "amphitheatre" => "amphitheatr",
911 "amphitheatrical" => "amphitheatr",
912 "ample" => "ampl",
913 "amply" => "ampli",
914 "ampullariae" => "ampullaria",
915 "amputated" => "amput",
916 "amputation" => "amput",
917 "amuse" => "amus",
918 "amused" => "amus",
919 "amusement" => "amus",
920 "amusements" => "amus",
921 "amuses" => "amus",
922 "amusing" => "amus",
923 "an" => "an",
924 "ana" => "ana",
925 "anadeers" => "anad",
926 "anaemic" => "anaem",
927 "analogies" => "analog",
928 "analogous" => "analog",
929 "analogue" => "analogu",
930 "analogy" => "analog",
931 "analyse" => "analys",
932 "analysed" => "analys",
933 "analysing" => "analys",
934 "analysis" => "analysi",
935 "analyze" => "analyz",
936 "analyzed" => "analyz",
937 "anarchy" => "anarchi",
938 "anas" => "ana",
939 "anastasia" => "anastasia",
940 "anat" => "anat",
941 "anathematising" => "anathematis",
942 "anathematizing" => "anathemat",
943 "anatolia" => "anatolia",
944 "anatomical" => "anatom",
945 "anatomists" => "anatomist",
946 "anatomy" => "anatomi",
947 "ancestor" => "ancestor",
948 "ancestors" => "ancestor",
949 "ancestral" => "ancestr",
950 "ancestress" => "ancestress",
951 "ancestry" => "ancestri",
952 "anchor" => "anchor",
953 "anchorage" => "anchorag",
954 "anchored" => "anchor",
955 "anchoring" => "anchor",
956 "anchors" => "anchor",
957 "anchovies" => "anchovi",
958 "ancient" => "ancient",
959 "anciently" => "ancient",
960 "ancients" => "ancient",
961 "and" => "and",
962 "andalusia" => "andalusia",
963 "ande" => "and",
964 "andes" => "andes",
965 "andle" => "andl",
966 "andled" => "andl",
967 "andrew" => "andrew",
968 "andrews" => "andrew",
969 "andrey" => "andrey",
970 "anecdote" => "anecdot",
971 "anecdotes" => "anecdot",
972 "anemone" => "anemon",
973 "anew" => "anew",
974 "angel" => "angel",
975 "angela" => "angela",
976 "angelic" => "angel",
977 "angelica" => "angelica",
978 "angels" => "angel",
979 "anger" => "anger",
980 "angered" => "anger",
981 "angerless" => "angerless",
982 "angers" => "anger",
983 "angle" => "angl",
984 "angler" => "angler",
985 "angles" => "angl",
986 "anglican" => "anglican",
987 "anglicanism" => "anglican",
988 "anglified" => "anglifi",
989 "angriest" => "angriest",
990 "angrily" => "angrili",
991 "angry" => "angri",
992 "anguish" => "anguish",
993 "angula" => "angula",
994 "angular" => "angular",
995 "anima" => "anima",
996 "animadvert" => "animadvert",
997 "animal" => "anim",
998 "animalcula" => "animalcula",
999 "animalcule" => "animalcul",
1000 "animalized" => "anim",
1001 "animals" => "anim",
1002 "animas" => "anima",
1003 "animate" => "anim",
1004 "animated" => "anim",
1005 "animates" => "anim",
1006 "animating" => "anim",
1007 "animation" => "anim",
1008 "animosity" => "animos",
1009 "aniska" => "aniska",
1010 "ankle" => "ankl",
1011 "ankles" => "ankl",
1012 "ann" => "ann",
1013 "anna" => "anna",
1014 "annal" => "annal",
1015 "annales" => "annal",
1016 "annals" => "annal",
1017 "anne" => "ann",
1018 "annelidous" => "annelid",
1019 "annette" => "annett",
1020 "annewum" => "annewum",
1021 "annexed" => "annex",
1022 "annie" => "anni",
1023 "annihilate" => "annihil",
1024 "annihilated" => "annihil",
1025 "annihilation" => "annihil",
1026 "anniversaries" => "anniversari",
1027 "anniversary" => "anniversari",
1028 "annoucing" => "annouc",
1029 "announce" => "announc",
1030 "announced" => "announc",
1031 "announcement" => "announc",
1032 "announcements" => "announc",
1033 "announces" => "announc",
1034 "announcing" => "announc",
1035 "annoy" => "annoy",
1036 "annoyance" => "annoy",
1037 "annoyances" => "annoy",
1038 "annoyed" => "annoy",
1039 "annoying" => "annoy",
1040 "annoys" => "annoy",
1041 "annual" => "annual",
1042 "annually" => "annual",
1043 "annuals" => "annual",
1044 "annuelle" => "annuell",
1045 "annuity" => "annuiti",
1046 "annul" => "annul",
1047 "annum" => "annum",
1048 "anomalies" => "anomali",
1049 "anomalous" => "anomal",
1050 "anomaly" => "anomali",
1051 "anon" => "anon",
1052 "anonymous" => "anonym",
1053 "anoother" => "anooth",
1054 "another" => "anoth",
1055 "anson" => "anson",
1056 "anstice" => "anstic",
1057 "answer" => "answer",
1058 "answerable" => "answer",
1059 "answered" => "answer",
1060 "answering" => "answer",
1061 "answers" => "answer",
1062 "ant" => "ant",
1063 "antagonism" => "antagon",
1064 "antagonist" => "antagonist",
1065 "antagonistic" => "antagonist",
1066 "antarctic" => "antarct",
1067 "antarctica" => "antarctica",
1068 "antarcticus" => "antarcticus",
1069 "anteater" => "anteat",
1070 "antecedent" => "anteced",
1071 "antecedents" => "anteced",
1072 "antechamber" => "antechamb",
1073 "antechambers" => "antechamb",
1074 "antediluvian" => "antediluvian",
1075 "antelope" => "antelop",
1076 "antelopes" => "antelop",
1077 "antennae" => "antenna",
1078 "antennatus" => "antennatus",
1079 "anterior" => "anterior",
1080 "anthem" => "anthem",
1081 "anthony" => "anthoni",
1082 "anthus" => "anthus",
1083 "anti" => "anti",
1084 "anticipate" => "anticip",
1085 "anticipated" => "anticip",
1086 "anticipates" => "anticip",
1087 "anticipating" => "anticip",
1088 "anticipation" => "anticip",
1089 "anticipations" => "anticip",
1090 "anticipative" => "anticip",
1091 "antics" => "antic",
1092 "antilles" => "antill",
1093 "antipodean" => "antipodean",
1094 "antipodes" => "antipod",
1095 "antiquarian" => "antiquarian",
1096 "antiquaries" => "antiquari",
1097 "antiquated" => "antiqu",
1098 "antiques" => "antiqu",
1099 "antiquities" => "antiqu",
1100 "antiquity" => "antiqu",
1101 "antlers" => "antler",
1102 "antonio" => "antonio",
1103 "antony" => "antoni",
1104 "antrum" => "antrum",
1105 "ants" => "ant",
1106 "antuco" => "antuco",
1107 "anxieties" => "anxieti",
1108 "anxiety" => "anxieti",
1109 "anxious" => "anxious",
1110 "anxiously" => "anxious",
1111 "any" => "ani",
1112 "anybody" => "anybodi",
1113 "anyhow" => "anyhow",
1114 "anymore" => "anymor",
1115 "anyone" => "anyon",
1116 "anything" => "anyth",
1117 "anythink" => "anythink",
1118 "anyvays" => "anyvay",
1119 "anyway" => "anyway",
1120 "anyways" => "anyway",
1121 "anywhere" => "anywher",
1122 "anywheres" => "anywher",
1123 "ap" => "ap",
1124 "apace" => "apac",
1125 "apar" => "apar",
1126 "apart" => "apart",
1127 "apartment" => "apart",
1128 "apartments" => "apart",
1129 "apate" => "apat",
1130 "apathy" => "apathi",
1131 "ape" => "ape",
1132 "apennines" => "apennin",
1133 "aperient" => "aperi",
1134 "aperture" => "apertur",
1135 "apertures" => "apertur",
1136 "apex" => "apex",
1137 "aphodius" => "aphodius",
1138 "apiece" => "apiec",
1139 "apire" => "apir",
1140 "apires" => "apir",
1141 "aplysia" => "aplysia",
1142 "apollinaris" => "apollinari",
1143 "apollo" => "apollo",
1144 "apologetic" => "apologet",
1145 "apologetically" => "apologet",
1146 "apologies" => "apolog",
1147 "apologise" => "apologis",
1148 "apologised" => "apologis",
1149 "apologising" => "apologis",
1150 "apologists" => "apologist",
1151 "apologize" => "apolog",
1152 "apologized" => "apolog",
1153 "apologizes" => "apolog",
1154 "apologizing" => "apolog",
1155 "apology" => "apolog",
1156 "apoplectic" => "apoplect",
1157 "apoplexy" => "apoplexi",
1158 "apostle" => "apostl",
1159 "apostles" => "apostl",
1160 "apostolica" => "apostolica",
1161 "apostrophe" => "apostroph",
1162 "apostrophised" => "apostrophis",
1163 "apostrophized" => "apostroph",
1164 "apostrophizing" => "apostroph",
1165 "apothecaries" => "apothecari",
1166 "apothecary" => "apothecari",
1167 "appalled" => "appal",
1168 "appalling" => "appal",
1169 "appallingly" => "appal",
1170 "appanage" => "appanag",
1171 "apparatus" => "apparatus",
1172 "apparel" => "apparel",
1173 "apparent" => "appar",
1174 "apparently" => "appar",
1175 "apparition" => "apparit",
1176 "apparitions" => "apparit",
1177 "appea" => "appea",
1178 "appeal" => "appeal",
1179 "appealed" => "appeal",
1180 "appealing" => "appeal",
1181 "appealingly" => "appeal",
1182 "appeals" => "appeal",
1183 "appear" => "appear",
1184 "appearance" => "appear",
1185 "appearances" => "appear",
1186 "appeared" => "appear",
1187 "appearing" => "appear",
1188 "appears" => "appear",
1189 "appease" => "appeas",
1190 "appeased" => "appeas",
1191 "appellation" => "appel",
1192 "append" => "append",
1193 "appendage" => "appendag",
1194 "appendages" => "appendag",
1195 "appended" => "append",
1196 "appendix" => "appendix",
1197 "appertained" => "appertain",
1198 "appertaining" => "appertain",
1199 "apperton" => "apperton",
1200 "appetite" => "appetit",
1201 "appetites" => "appetit",
1202 "appiness" => "appi",
1203 "applauded" => "applaud",
1204 "applauding" => "applaud",
1205 "applause" => "applaus",
1206 "apple" => "appl",
1207 "apples" => "appl",
1208 "appliances" => "applianc",
1209 "applicable" => "applic",
1210 "applicant" => "applic",
1211 "application" => "applic",
1212 "applications" => "applic",
1213 "applied" => "appli",
1214 "applies" => "appli",
1215 "apply" => "appli",
1216 "applying" => "appli",
1217 "appoint" => "appoint",
1218 "appointed" => "appoint",
1219 "appointment" => "appoint",
1220 "appointments" => "appoint",
1221 "appoints" => "appoint",
1222 "apportioned" => "apport",
1223 "appreciable" => "appreci",
1224 "appreciate" => "appreci",
1225 "appreciated" => "appreci",
1226 "appreciates" => "appreci",
1227 "appreciating" => "appreci",
1228 "appreciation" => "appreci",
1229 "apprehend" => "apprehend",
1230 "apprehended" => "apprehend",
1231 "apprehending" => "apprehend",
1232 "apprehension" => "apprehens",
1233 "apprehensions" => "apprehens",
1234 "apprehensive" => "apprehens",
1235 "apprentice" => "apprentic",
1236 "apprenticed" => "apprent",
1237 "apprentices" => "apprentic",
1238 "apprenticeship" => "apprenticeship",
1239 "apprise" => "appris",
1240 "apprised" => "appris",
1241 "apprising" => "appris",
1242 "approach" => "approach",
1243 "approached" => "approach",
1244 "approaches" => "approach",
1245 "approachin" => "approachin",
1246 "approaching" => "approach",
1247 "approbation" => "approb",
1248 "appropriate" => "appropri",
1249 "appropriated" => "appropri",
1250 "appropriately" => "appropri",
1251 "appropriateness" => "appropri",
1252 "appropriating" => "appropri",
1253 "appropriation" => "appropri",
1254 "approval" => "approv",
1255 "approve" => "approv",
1256 "approved" => "approv",
1257 "approves" => "approv",
1258 "approving" => "approv",
1259 "approvingly" => "approv",
1260 "approximate" => "approxim",
1261 "approximately" => "approxim",
1262 "appurtenance" => "appurten",
1263 "appurtenances" => "appurten",
1264 "apricots" => "apricot",
1265 "april" => "april",
1266 "apron" => "apron",
1267 "aprons" => "apron",
1268 "apropos" => "apropo",
1269 "apt" => "apt",
1270 "aptenodytes" => "aptenodyt",
1271 "apteryz" => "apteryz",
1272 "aptitude" => "aptitud",
1273 "aptly" => "apt",
1274 "aptness" => "apt",
1275 "aptnesses" => "apt",
1276 "aquatic" => "aquat",
1277 "aqueous" => "aqueous",
1278 "aqui" => "aqui",
1279 "aquiline" => "aquilin",
1280 "aquilines" => "aquilin",
1281 "aquinas" => "aquina",
1282 "ar" => "ar",
1283 "arab" => "arab",
1284 "arabian" => "arabian",
1285 "arabic" => "arab",
1286 "arachnidae" => "arachnida",
1287 "arago" => "arago",
1288 "araucanians" => "araucanian",
1289 "araucarian" => "araucarian",
1290 "arauco" => "arauco",
1291 "arbiter" => "arbit",
1292 "arbitrarily" => "arbitrarili",
1293 "arbitrary" => "arbitrari",
1294 "arborescent" => "arboresc",
1295 "arbour" => "arbour",
1296 "arbours" => "arbour",
1297 "arbutus" => "arbutus",
1298 "arcade" => "arcad",
1299 "arcades" => "arcad",
1300 "arcadia" => "arcadia",
1301 "arch" => "arch",
1302 "archaeologists" => "archaeologist",
1303 "archbishop" => "archbishop",
1304 "archducal" => "archduc",
1305 "arched" => "arch",
1306 "archer" => "archer",
1307 "archery" => "archeri",
1308 "arches" => "arch",
1309 "archest" => "archest",
1310 "archipelago" => "archipelago",
1311 "archipelagoes" => "archipelago",
1312 "architect" => "architect",
1313 "architects" => "architect",
1314 "architectural" => "architectur",
1315 "architecture" => "architectur",
1316 "archly" => "arch",
1317 "archness" => "arch",
1318 "archway" => "archway",
1319 "archways" => "archway",
1320 "arctic" => "arctic",
1321 "ard" => "ard",
1322 "ardent" => "ardent",
1323 "ardently" => "ardent",
1324 "ardness" => "ard",
1325 "ardour" => "ardour",
1326 "ards" => "ard",
1327 "arduous" => "arduous",
1328 "are" => "are",
1329 "area" => "area",
1330 "aready" => "areadi",
1331 "areas" => "area",
1332 "areco" => "areco",
1333 "aren" => "aren",
1334 "arena" => "arena",
1335 "arenales" => "arenal",
1336 "arequipa" => "arequipa",
1337 "arethusa" => "arethusa",
1338 "argillaceo" => "argillaceo",
1339 "argillaceous" => "argillac",
1340 "argue" => "argu",
1341 "argued" => "argu",
1342 "argues" => "argu",
1343 "arguing" => "argu",
1344 "argument" => "argument",
1345 "argumentative" => "argument",
1346 "arguments" => "argument",
1347 "argus" => "argus",
1348 "argyroneta" => "argyroneta",
1349 "ari" => "ari",
1350 "arica" => "arica",
1351 "arid" => "arid",
1352 "aridity" => "arid",
1353 "ariel" => "ariel",
1354 "aright" => "aright",
1355 "arise" => "aris",
1356 "arisen" => "arisen",
1357 "arises" => "aris",
1358 "arising" => "aris",
1359 "aristides" => "aristid",
1360 "aristocracy" => "aristocraci",
1361 "aristocrat" => "aristocrat",
1362 "aristocratic" => "aristocrat",
1363 "aristocrats" => "aristocrat",
1364 "arithmetic" => "arithmet",
1365 "arithmetical" => "arithmet",
1366 "arithmeticians" => "arithmetician",
1367 "ark" => "ark",
1368 "arkady" => "arkadi",
1369 "arm" => "arm",
1370 "armadillo" => "armadillo",
1371 "armadilloes" => "armadillo",
1372 "armadillos" => "armadillo",
1373 "armado" => "armado",
1374 "armaments" => "armament",
1375 "armchair" => "armchair",
1376 "armchairs" => "armchair",
1377 "armed" => "arm",
1378 "armful" => "arm",
1379 "armhole" => "armhol",
1380 "armies" => "armi",
1381 "arming" => "arm",
1382 "armorial" => "armori",
1383 "armour" => "armour",
1384 "armourer" => "armour",
1385 "arms" => "arm",
1386 "armstrong" => "armstrong",
1387 "army" => "armi",
1388 "arn" => "arn",
1389 "arnold" => "arnold",
1390 "arnong" => "arnong",
1391 "aromatic" => "aromat",
1392 "arose" => "aros",
1393 "around" => "around",
1394 "arouse" => "arous",
1395 "aroused" => "arous",
1396 "arqueros" => "arquero",
1397 "arragonite" => "arragonit",
1398 "arrange" => "arrang",
1399 "arranged" => "arrang",
1400 "arrangement" => "arrang",
1401 "arrangements" => "arrang",
1402 "arranges" => "arrang",
1403 "arranging" => "arrang",
1404 "arrant" => "arrant",
1405 "array" => "array",
1406 "arrayed" => "array",
1407 "arraying" => "array",
1408 "arrear" => "arrear",
1409 "arrears" => "arrear",
1410 "arrecife" => "arrecif",
1411 "arrest" => "arrest",
1412 "arrested" => "arrest",
1413 "arresting" => "arrest",
1414 "arriero" => "arriero",
1415 "arrival" => "arriv",
1416 "arrivals" => "arriv",
1417 "arrive" => "arriv",
1418 "arrived" => "arriv",
1419 "arrives" => "arriv",
1420 "arriving" => "arriv",
1421 "arrngd" => "arrngd",
1422 "arrogance" => "arrog",
1423 "arrogant" => "arrog",
1424 "arrow" => "arrow",
1425 "arrowing" => "arrow",
1426 "arrows" => "arrow",
1427 "arroyo" => "arroyo",
1428 "arson" => "arson",
1429 "art" => "art",
1430 "arter" => "arter",
1431 "artevelde" => "arteveld",
1432 "artful" => "art",
1433 "artfully" => "art",
1434 "artfulness" => "art",
1435 "arthur" => "arthur",
1436 "arthurs" => "arthur",
1437 "artichoke" => "artichok",
1438 "artichokes" => "artichok",
1439 "article" => "articl",
1440 "articled" => "articl",
1441 "articles" => "articl",
1442 "articulate" => "articul",
1443 "articulated" => "articul",
1444 "articulately" => "articul",
1445 "articulating" => "articul",
1446 "artifice" => "artific",
1447 "artifices" => "artific",
1448 "artificial" => "artifici",
1449 "artificially" => "artifici",
1450 "artillery" => "artilleri",
1451 "artilleryman" => "artilleryman",
1452 "artisan" => "artisan",
1453 "artist" => "artist",
1454 "artistic" => "artist",
1455 "artistical" => "artist",
1456 "artistically" => "artist",
1457 "artists" => "artist",
1458 "artless" => "artless",
1459 "artlessness" => "artless",
1460 "arts" => "art",
1461 "arum" => "arum",
1462 "as" => "as",
1463 "ascal" => "ascal",
1464 "ascend" => "ascend",
1465 "ascendancy" => "ascend",
1466 "ascendant" => "ascend",
1467 "ascended" => "ascend",
1468 "ascendency" => "ascend",
1469 "ascending" => "ascend",
1470 "ascends" => "ascend",
1471 "ascension" => "ascens",
1472 "ascent" => "ascent",
1473 "ascertain" => "ascertain",
1474 "ascertained" => "ascertain",
1475 "ascertaining" => "ascertain",
1476 "ascetic" => "ascet",
1477 "ascidiae" => "ascidia",
1478 "ascribable" => "ascrib",
1479 "ascribe" => "ascrib",
1480 "ascribed" => "ascrib",
1481 "ascribes" => "ascrib",
1482 "ash" => "ash",
1483 "ashamed" => "asham",
1484 "asheamed" => "asheam",
1485 "ashes" => "ash",
1486 "ashore" => "ashor",
1487 "ashy" => "ashi",
1488 "asia" => "asia",
1489 "asiat" => "asiat",
1490 "asiatic" => "asiat",
1491 "asiatiques" => "asiatiqu",
1492 "aside" => "asid",
1493 "ask" => "ask",
1494 "askance" => "askanc",
1495 "askant" => "askant",
1496 "asked" => "ask",
1497 "askew" => "askew",
1498 "asking" => "ask",
1499 "askmg" => "askmg",
1500 "asks" => "ask",
1501 "aslant" => "aslant",
1502 "asleep" => "asleep",
1503 "asparagus" => "asparagus",
1504 "aspect" => "aspect",
1505 "aspects" => "aspect",
1506 "aspen" => "aspen",
1507 "asperity" => "asper",
1508 "asphalax" => "asphalax",
1509 "aspirant" => "aspir",
1510 "aspirants" => "aspir",
1511 "aspirate" => "aspir",
1512 "aspirated" => "aspir",
1513 "aspiration" => "aspir",
1514 "aspirations" => "aspir",
1515 "aspire" => "aspir",
1516 "aspired" => "aspir",
1517 "aspires" => "aspir",
1518 "aspiring" => "aspir",
1519 "ass" => "ass",
1520 "assailant" => "assail",
1521 "assassin" => "assassin",
1522 "assassinating" => "assassin",
1523 "assault" => "assault",
1524 "assaulted" => "assault",
1525 "assaults" => "assault",
1526 "assay" => "assay",
1527 "assayer" => "assay",
1528 "assemblage" => "assemblag",
1529 "assemble" => "assembl",
1530 "assembled" => "assembl",
1531 "assembles" => "assembl",
1532 "assemblies" => "assembl",
1533 "assembling" => "assembl",
1534 "assembly" => "assembl",
1535 "assent" => "assent",
1536 "assented" => "assent",
1537 "assenting" => "assent",
1538 "assents" => "assent",
1539 "assert" => "assert",
1540 "asserted" => "assert",
1541 "asserting" => "assert",
1542 "assertion" => "assert",
1543 "assertions" => "assert",
1544 "asserts" => "assert",
1545 "asses" => "ass",
1546 "assessor" => "assessor",
1547 "asset" => "asset",
1548 "assets" => "asset",
1549 "asseverations" => "assever",
1550 "assez" => "assez",
1551 "assiduity" => "assidu",
1552 "assiduous" => "assidu",
1553 "assiduously" => "assidu",
1554 "assign" => "assign",
1555 "assignable" => "assign",
1556 "assigned" => "assign",
1557 "assignment" => "assign",
1558 "assigns" => "assign",
1559 "assimilation" => "assimil",
1560 "assist" => "assist",
1561 "assistance" => "assist",
1562 "assistant" => "assist",
1563 "assistants" => "assist",
1564 "assisted" => "assist",
1565 "assisting" => "assist",
1566 "assists" => "assist",
1567 "assize" => "assiz",
1568 "assizes" => "assiz",
1569 "assoc" => "assoc",
1570 "associate" => "associ",
1571 "associated" => "associ",
1572 "associates" => "associ",
1573 "associating" => "associ",
1574 "association" => "associ",
1575 "associations" => "associ",
1576 "assoiled" => "assoil",
1577 "assort" => "assort",
1578 "assorted" => "assort",
1579 "assortment" => "assort",
1580 "assume" => "assum",
1581 "assumed" => "assum",
1582 "assumes" => "assum",
1583 "assuming" => "assum",
1584 "assumption" => "assumpt",
1585 "assumptions" => "assumpt",
1586 "assurance" => "assur",
1587 "assurances" => "assur",
1588 "assure" => "assur",
1589 "assured" => "assur",
1590 "assuredly" => "assur",
1591 "assures" => "assur",
1592 "assuring" => "assur",
1593 "astelia" => "astelia",
1594 "astern" => "astern",
1595 "asthma" => "asthma",
1596 "astir" => "astir",
1597 "astley" => "astley",
1598 "astonish" => "astonish",
1599 "astonished" => "astonish",
1600 "astonishes" => "astonish",
1601 "astonishinent" => "astonishin",
1602 "astonishing" => "astonish",
1603 "astonishingly" => "astonish",
1604 "astonishment" => "astonish",
1605 "astounded" => "astound",
1606 "astounding" => "astound",
1607 "astray" => "astray",
1608 "astride" => "astrid",
1609 "astringent" => "astring",
1610 "astrolabe" => "astrolab",
1611 "astronomical" => "astronom",
1612 "astronomy" => "astronomi",
1613 "astute" => "astut",
1614 "asunder" => "asund",
1615 "asylum" => "asylum",
1616 "asylums" => "asylum",
1617 "at" => "at",
1618 "atacama" => "atacama",
1619 "ate" => "ate",
1620 "ated" => "ate",
1621 "atheists" => "atheist",
1622 "athenaeum" => "athenaeum",
1623 "athene" => "athen",
1624 "athenian" => "athenian",
1625 "athletic" => "athlet",
1626 "athos" => "atho",
1627 "athwart" => "athwart",
1628 "atlantic" => "atlant",
1629 "atmosphere" => "atmospher",
1630 "atmospheric" => "atmospher",
1631 "atoll" => "atol",
1632 "atollons" => "atollon",
1633 "atolls" => "atol",
1634 "atom" => "atom",
1635 "atoms" => "atom",
1636 "atone" => "aton",
1637 "atonement" => "aton",
1638 "atra" => "atra",
1639 "atratus" => "atratus",
1640 "atrocious" => "atroci",
1641 "atrocities" => "atroc",
1642 "attach" => "attach",
1643 "attache" => "attach",
1644 "attached" => "attach",
1645 "attaches" => "attach",
1646 "attaching" => "attach",
1647 "attachment" => "attach",
1648 "attachments" => "attach",
1649 "attack" => "attack",
1650 "attacked" => "attack",
1651 "attacking" => "attack",
1652 "attacks" => "attack",
1653 "attagis" => "attagi",
1654 "attain" => "attain",
1655 "attainable" => "attain",
1656 "attained" => "attain",
1657 "attaining" => "attain",
1658 "attainment" => "attain",
1659 "attainments" => "attain",
1660 "attains" => "attain",
1661 "attempt" => "attempt",
1662 "attempted" => "attempt",
1663 "attempting" => "attempt",
1664 "attempts" => "attempt",
1665 "attend" => "attend",
1666 "attendance" => "attend",
1667 "attendances" => "attend",
1668 "attendant" => "attend",
1669 "attendants" => "attend",
1670 "attended" => "attend",
1671 "attending" => "attend",
1672 "attends" => "attend",
1673 "attention" => "attent",
1674 "attentions" => "attent",
1675 "attentive" => "attent",
1676 "attentively" => "attent",
1677 "attenuated" => "attenu",
1678 "attest" => "attest",
1679 "attested" => "attest",
1680 "attesting" => "attest",
1681 "attic" => "attic",
1682 "attics" => "attic",
1683 "attire" => "attir",
1684 "attired" => "attir",
1685 "attitude" => "attitud",
1686 "attitudes" => "attitud",
1687 "attorney" => "attorney",
1688 "attorneys" => "attorney",
1689 "attract" => "attract",
1690 "attracted" => "attract",
1691 "attracting" => "attract",
1692 "attraction" => "attract",
1693 "attractions" => "attract",
1694 "attractive" => "attract",
1695 "attracts" => "attract",
1696 "attrapped" => "attrap",
1697 "attributable" => "attribut",
1698 "attribute" => "attribut",
1699 "attributed" => "attribut",
1700 "attributes" => "attribut",
1701 "attrition" => "attrit",
1702 "atwater" => "atwat",
1703 "au" => "au",
1704 "auckland" => "auckland",
1705 "auction" => "auction",
1706 "aud" => "aud",
1707 "audacious" => "audaci",
1708 "audaciously" => "audaci",
1709 "audacity" => "audac",
1710 "audible" => "audibl",
1711 "audibly" => "audibl",
1712 "audience" => "audienc",
1713 "audiences" => "audienc",
1714 "auditor" => "auditor",
1715 "auditors" => "auditor",
1716 "audubon" => "audubon",
1717 "aug" => "aug",
1718 "augean" => "augean",
1719 "augen" => "augen",
1720 "aught" => "aught",
1721 "augment" => "augment",
1722 "augmentation" => "augment",
1723 "augmented" => "augment",
1724 "augmenting" => "augment",
1725 "augments" => "augment",
1726 "augur" => "augur",
1727 "augured" => "augur",
1728 "auguries" => "auguri",
1729 "augurs" => "augur",
1730 "august" => "august",
1731 "augusta" => "augusta",
1732 "auguste" => "august",
1733 "augustus" => "augustus",
1734 "auk" => "auk",
1735 "auks" => "auk",
1736 "auld" => "auld",
1737 "aunt" => "aunt",
1738 "aunts" => "aunt",
1739 "aura" => "aura",
1740 "aureole" => "aureol",
1741 "auriferous" => "aurifer",
1742 "aus" => "aus",
1743 "auspices" => "auspic",
1744 "auspicious" => "auspici",
1745 "austell" => "austel",
1746 "austere" => "auster",
1747 "austerity" => "auster",
1748 "australes" => "austral",
1749 "australey" => "australey",
1750 "australia" => "australia",
1751 "australian" => "australian",
1752 "australians" => "australian",
1753 "austrian" => "austrian",
1754 "authentic" => "authent",
1755 "authentically" => "authent",
1756 "authenticated" => "authent",
1757 "authenticity" => "authent",
1758 "author" => "author",
1759 "authoress" => "authoress",
1760 "authoritative" => "authorit",
1761 "authoritatively" => "authorit",
1762 "authorities" => "author",
1763 "authority" => "author",
1764 "authorized" => "author",
1765 "authors" => "author",
1766 "authorship" => "authorship",
1767 "autobiographies" => "autobiographi",
1768 "autocratic" => "autocrat",
1769 "autograph" => "autograph",
1770 "autographs" => "autograph",
1771 "automaton" => "automaton",
1772 "autour" => "autour",
1773 "autre" => "autr",
1774 "autres" => "autr",
1775 "autumn" => "autumn",
1776 "autumnal" => "autumn",
1777 "auvergne" => "auvergn",
1778 "aux" => "aux",
1779 "auxiliaries" => "auxiliari",
1780 "auxiliary" => "auxiliari",
1781 "ava" => "ava",
1782 "avail" => "avail",
1783 "available" => "avail",
1784 "availed" => "avail",
1785 "availing" => "avail",
1786 "avails" => "avail",
1787 "avarice" => "avaric",
1788 "avaricious" => "avarici",
1789 "avatar" => "avatar",
1790 "avatars" => "avatar",
1791 "avaunt" => "avaunt",
1792 "avdotya" => "avdotya",
1793 "ave" => "ave",
1794 "avenge" => "aveng",
1795 "avenger" => "aveng",
1796 "avenges" => "aveng",
1797 "avenging" => "aveng",
1798 "avenue" => "avenu",
1799 "avenues" => "avenu",
1800 "average" => "averag",
1801 "averaging" => "averag",
1802 "averred" => "aver",
1803 "averring" => "aver",
1804 "avers" => "aver",
1805 "averse" => "avers",
1806 "aversion" => "avers",
1807 "aversions" => "avers",
1808 "avert" => "avert",
1809 "averted" => "avert",
1810 "averting" => "avert",
1811 "avestruz" => "avestruz",
1812 "aviary" => "aviari",
1813 "avicularia" => "avicularia",
1814 "avidity" => "avid",
1815 "avignon" => "avignon",
1816 "avocations" => "avoc",
1817 "avoid" => "avoid",
1818 "avoidable" => "avoid",
1819 "avoidance" => "avoid",
1820 "avoided" => "avoid",
1821 "avoiding" => "avoid",
1822 "avoids" => "avoid",
1823 "avoient" => "avoient",
1824 "avons" => "avon",
1825 "avow" => "avow",
1826 "avowal" => "avow",
1827 "avowed" => "avow",
1828 "avowedly" => "avow",
1829 "avowing" => "avow",
1830 "awa" => "awa",
1831 "await" => "await",
1832 "awaited" => "await",
1833 "awaiting" => "await",
1834 "awaits" => "await",
1835 "awake" => "awak",
1836 "awaken" => "awaken",
1837 "awakened" => "awaken",
1838 "awakening" => "awaken",
1839 "awakens" => "awaken",
1840 "awakes" => "awak",
1841 "awaking" => "awak",
1842 "aware" => "awar",
1843 "away" => "away",
1844 "awe" => "awe",
1845 "awed" => "awe",
1846 "awful" => "aw",
1847 "awfullest" => "awfullest",
1848 "awfully" => "aw",
1849 "awhile" => "awhil",
1850 "awhiles" => "awhil",
1851 "awkward" => "awkward",
1852 "awkwardly" => "awkward",
1853 "awkwardness" => "awkward",
1854 "awl" => "awl",
1855 "awoided" => "awoid",
1856 "awoke" => "awok",
1857 "awry" => "awri",
1858 "axe" => "axe",
1859 "axes" => "axe",
1860 "axiom" => "axiom",
1861 "axis" => "axi",
1862 "axles" => "axl",
1863 "ay" => "ay",
1864 "ayant" => "ayant",
1865 "aye" => "aye",
1866 "ayres" => "ayr",
1867 "azalea" => "azalea",
1868 "azara" => "azara",
1869 "azarae" => "azara",
1870 "azingly" => "aze",
1871 "azores" => "azor",
1872 "azucar" => "azucar",
1873 "azure" => "azur",
1874 "b" => "b",
1875 "ba" => "ba",
1876 "babble" => "babbl",
1877 "babbled" => "babbl",
1878 "babbling" => "babbl",
1879 "babby" => "babbi",
1880 "babe" => "babe",
1881 "babel" => "babel",
1882 "babes" => "babe",
1883 "babies" => "babi",
1884 "baboon" => "baboon",
1885 "babushkin" => "babushkin",
1886 "baby" => "babi",
1887 "babylon" => "babylon",
1888 "bac" => "bac",
1889 "bacchus" => "bacchus",
1890 "bachapins" => "bachapin",
1891 "bachelor" => "bachelor",
1892 "bachelorship" => "bachelorship",
1893 "bachman" => "bachman",
1894 "back" => "back",
1895 "backbone" => "backbon",
1896 "backed" => "back",
1897 "backer" => "backer",
1898 "backers" => "backer",
1899 "backgammon" => "backgammon",
1900 "background" => "background",
1901 "backing" => "back",
1902 "backs" => "back",
1903 "backsheesh" => "backsheesh",
1904 "backslidings" => "backslid",
1905 "backward" => "backward",
1906 "backwardness" => "backward",
1907 "backwards" => "backward",
1908 "backyard" => "backyard",
1909 "bacon" => "bacon",
1910 "bad" => "bad",
1911 "bade" => "bade",
1912 "baden" => "baden",
1913 "badge" => "badg",
1914 "badger" => "badger",
1915 "badgered" => "badger",
1916 "badges" => "badg",
1917 "badinage" => "badinag",
1918 "badly" => "bad",
1919 "badness" => "bad",
1920 "baffled" => "baffl",
1921 "bag" => "bag",
1922 "bagatelle" => "bagatell",
1923 "baggage" => "baggag",
1924 "bagnet" => "bagnet",
1925 "bagnets" => "bagnet",
1926 "bags" => "bag",
1927 "baguet" => "baguet",
1928 "bah" => "bah",
1929 "bahama" => "bahama",
1930 "bahia" => "bahia",
1931 "bail" => "bail",
1932 "bailed" => "bail",
1933 "bailey" => "bailey",
1934 "bailiff" => "bailiff",
1935 "baillie" => "bailli",
1936 "bairn" => "bairn",
1937 "bairns" => "bairn",
1938 "bait" => "bait",
1939 "baited" => "bait",
1940 "baize" => "baiz",
1941 "bajada" => "bajada",
1942 "bakaleyev" => "bakaleyev",
1943 "baked" => "bake",
1944 "baker" => "baker",
1945 "bakers" => "baker",
1946 "baking" => "bake",
1947 "balalaika" => "balalaika",
1948 "balance" => "balanc",
1949 "balanced" => "balanc",
1950 "balancing" => "balanc",
1951 "balandra" => "balandra",
1952 "balbi" => "balbi",
1953 "balcarce" => "balcarc",
1954 "balci" => "balci",
1955 "balconies" => "balconi",
1956 "balcony" => "balconi",
1957 "bald" => "bald",
1958 "bale" => "bale",
1959 "baleful" => "bale",
1960 "bales" => "bale",
1961 "balked" => "balk",
1962 "balking" => "balk",
1963 "balks" => "balk",
1964 "ball" => "ball",
1965 "ballad" => "ballad",
1966 "ballast" => "ballast",
1967 "balled" => "ball",
1968 "ballenagh" => "ballenagh",
1969 "ballenar" => "ballenar",
1970 "ballet" => "ballet",
1971 "balloon" => "balloon",
1972 "balloons" => "balloon",
1973 "ballot" => "ballot",
1974 "balls" => "ball",
1975 "balm" => "balm",
1976 "balmy" => "balmi",
1977 "balsam" => "balsam",
1978 "balusters" => "balust",
1979 "balustrade" => "balustrad",
1980 "balustrades" => "balustrad",
1981 "bamboo" => "bamboo",
1982 "bamboos" => "bamboo",
1983 "bamford" => "bamford",
1984 "banana" => "banana",
1985 "bananas" => "banana",
1986 "banc" => "banc",
1987 "band" => "band",
1988 "banda" => "banda",
1989 "bandage" => "bandag",
1990 "bandages" => "bandag",
1991 "bandbox" => "bandbox",
1992 "bandboxes" => "bandbox",
1993 "bandied" => "bandi",
1994 "bandit" => "bandit",
1995 "banditti" => "banditti",
1996 "bandmaster" => "bandmast",
1997 "bands" => "band",
1998 "bandy" => "bandi",
1999 "bandying" => "bandi",
2000 "bane" => "bane",
2001 "baneful" => "bane",
2002 "bang" => "bang",
2003 "banged" => "bang",
2004 "banging" => "bang",
2005 "banish" => "banish",
2006 "banishe" => "banish",
2007 "banished" => "banish",
2008 "banishes" => "banish",
2009 "banishing" => "banish",
2010 "banishment" => "banish",
2011 "banisters" => "banist",
2012 "bank" => "bank",
2013 "banked" => "bank",
2014 "banker" => "banker",
2015 "bankers" => "banker",
2016 "banking" => "bank",
2017 "banknotes" => "banknot",
2018 "bankrupt" => "bankrupt",
2019 "bankruptcies" => "bankruptci",
2020 "bankruptcy" => "bankruptci",
2021 "bankrupts" => "bankrupt",
2022 "banks" => "bank",
2023 "banner" => "banner",
2024 "banners" => "banner",
2025 "banns" => "bann",
2026 "banquet" => "banquet",
2027 "banqueting" => "banquet",
2028 "banquetings" => "banquet",
2029 "banquets" => "banquet",
2030 "banshee" => "banshe",
2031 "bantam" => "bantam",
2032 "banter" => "banter",
2033 "bantering" => "banter",
2034 "banters" => "banter",
2035 "baptism" => "baptism",
2036 "baptismal" => "baptism",
2037 "baptistery" => "baptisteri",
2038 "baptized" => "baptiz",
2039 "baptizing" => "baptiz",
2040 "bar" => "bar",
2041 "barbare" => "barbar",
2042 "barbarian" => "barbarian",
2043 "barbarians" => "barbarian",
2044 "barbarism" => "barbar",
2045 "barbarous" => "barbar",
2046 "barbary" => "barbari",
2047 "barbauld" => "barbauld",
2048 "barbecued" => "barbecu",
2049 "barber" => "barber",
2050 "barbs" => "barb",
2051 "barbuda" => "barbuda",
2052 "barcaroles" => "barcarol",
2053 "bard" => "bard",
2054 "bare" => "bare",
2055 "bared" => "bare",
2056 "barefaced" => "barefac",
2057 "barefoot" => "barefoot",
2058 "barefooted" => "barefoot",
2059 "bareheaded" => "barehead",
2060 "barely" => "bare",
2061 "barest" => "barest",
2062 "bargain" => "bargain",
2063 "bargained" => "bargain",
2064 "bargaining" => "bargain",
2065 "bargains" => "bargain",
2066 "barge" => "barg",
2067 "barges" => "barg",
2068 "baring" => "bare",
2069 "bark" => "bark",
2070 "barker" => "barker",
2071 "barking" => "bark",
2072 "barks" => "bark",
2073 "barley" => "barley",
2074 "barmaid" => "barmaid",
2075 "barmherzige" => "barmherzig",
2076 "barn" => "barn",
2077 "barnacles" => "barnacl",
2078 "barnard" => "barnard",
2079 "barnet" => "barnet",
2080 "barnevelts" => "barnevelt",
2081 "barnton" => "barnton",
2082 "barometer" => "baromet",
2083 "baron" => "baron",
2084 "baroness" => "baro",
2085 "baronesses" => "baro",
2086 "baronet" => "baronet",
2087 "baronetcy" => "baronetci",
2088 "baronets" => "baronet",
2089 "baronial" => "baroni",
2090 "barons" => "baron",
2091 "barouche" => "barouch",
2092 "barrack" => "barrack",
2093 "barracks" => "barrack",
2094 "barre" => "barr",
2095 "barred" => "bar",
2096 "barrel" => "barrel",
2097 "barrels" => "barrel",
2098 "barren" => "barren",
2099 "barrenness" => "barren",
2100 "barrett" => "barrett",
2101 "barricade" => "barricad",
2102 "barricaded" => "barricad",
2103 "barrier" => "barrier",
2104 "barriers" => "barrier",
2105 "barrington" => "barrington",
2106 "barrister" => "barrist",
2107 "barristers" => "barrist",
2108 "barrows" => "barrow",
2109 "bars" => "bar",
2110 "bart" => "bart",
2111 "barter" => "barter",
2112 "bartholomew" => "bartholomew",
2113 "barton" => "barton",
2114 "bas" => "bas",
2115 "basa" => "basa",
2116 "basal" => "basal",
2117 "basalt" => "basalt",
2118 "basalti" => "basalti",
2119 "basaltic" => "basalt",
2120 "base" => "base",
2121 "based" => "base",
2122 "basely" => "base",
2123 "basement" => "basement",
2124 "basements" => "basement",
2125 "baseness" => "base",
2126 "baser" => "baser",
2127 "bases" => "base",
2128 "basest" => "basest",
2129 "bashful" => "bash",
2130 "bashfully" => "bash",
2131 "bashfulness" => "bash",
2132 "basilisk" => "basilisk",
2133 "basin" => "basin",
2134 "basins" => "basin",
2135 "basis" => "basi",
2136 "bask" => "bask",
2137 "basked" => "bask",
2138 "basket" => "basket",
2139 "basketful" => "basket",
2140 "baskets" => "basket",
2141 "basking" => "bask",
2142 "basks" => "bask",
2143 "basque" => "basqu",
2144 "bass" => "bass",
2145 "bassoon" => "bassoon",
2146 "bastard" => "bastard",
2147 "bat" => "bat",
2148 "batch" => "batch",
2149 "bate" => "bate",
2150 "bath" => "bath",
2151 "bathe" => "bath",
2152 "bathed" => "bath",
2153 "bathers" => "bather",
2154 "bathes" => "bath",
2155 "bathing" => "bath",
2156 "baths" => "bath",
2157 "bathurst" => "bathurst",
2158 "batrachian" => "batrachian",
2159 "bats" => "bat",
2160 "battalion" => "battalion",
2161 "batter" => "batter",
2162 "battered" => "batter",
2163 "battering" => "batter",
2164 "battery" => "batteri",
2165 "battle" => "battl",
2166 "battled" => "battl",
2167 "battlefield" => "battlefield",
2168 "battlements" => "battlement",
2169 "battles" => "battl",
2170 "bauble" => "baubl",
2171 "baubles" => "baubl",
2172 "baudi" => "baudi",
2173 "bawl" => "bawl",
2174 "bawled" => "bawl",
2175 "bawling" => "bawl",
2176 "bawls" => "bawl",
2177 "bay" => "bay",
2178 "bayard" => "bayard",
2179 "bayham" => "bayham",
2180 "baying" => "bay",
2181 "baynoe" => "bayno",
2182 "bayonet" => "bayonet",
2183 "bays" => "bay",
2184 "bazaar" => "bazaar",
2185 "be" => "be",
2186 "bea" => "bea",
2187 "beach" => "beach",
2188 "beaches" => "beach",
2189 "beachheads" => "beachhead",
2190 "beacon" => "beacon",
2191 "beacons" => "beacon",
2192 "bead" => "bead",
2193 "beaded" => "bead",
2194 "beadle" => "beadl",
2195 "beadles" => "beadl",
2196 "beads" => "bead",
2197 "beagle" => "beagl",
2198 "beak" => "beak",
2199 "beaks" => "beak",
2200 "beam" => "beam",
2201 "beamed" => "beam",
2202 "beaming" => "beam",
2203 "beamingly" => "beam",
2204 "beams" => "beam",
2205 "bean" => "bean",
2206 "beans" => "bean",
2207 "bear" => "bear",
2208 "beard" => "beard",
2209 "bearded" => "beard",
2210 "beardless" => "beardless",
2211 "beards" => "beard",
2212 "bearer" => "bearer",
2213 "bearers" => "bearer",
2214 "bearing" => "bear",
2215 "bearings" => "bear",
2216 "bearish" => "bearish",
2217 "bears" => "bear",
2218 "beast" => "beast",
2219 "beastliness" => "beastli",
2220 "beastly" => "beast",
2221 "beasts" => "beast",
2222 "beat" => "beat",
2223 "beaten" => "beaten",
2224 "beaters" => "beater",
2225 "beating" => "beat",
2226 "beatings" => "beat",
2227 "beats" => "beat",
2228 "beatson" => "beatson",
2229 "beatten" => "beatten",
2230 "beau" => "beau",
2231 "beauchamp" => "beauchamp",
2232 "beaufort" => "beaufort",
2233 "beauteous" => "beauteous",
2234 "beauties" => "beauti",
2235 "beautiful" => "beauti",
2236 "beautifullest" => "beautifullest",
2237 "beautifully" => "beauti",
2238 "beauty" => "beauti",
2239 "beaux" => "beaux",
2240 "beaver" => "beaver",
2241 "becalmed" => "becalm",
2242 "became" => "becam",
2243 "because" => "becaus",
2244 "beck" => "beck",
2245 "beckon" => "beckon",
2246 "beckoned" => "beckon",
2247 "beckoning" => "beckon",
2248 "beckons" => "beckon",
2249 "become" => "becom",
2250 "becomes" => "becom",
2251 "becoming" => "becom",
2252 "bed" => "bed",
2253 "bedabbled" => "bedabbl",
2254 "bedaubed" => "bedaub",
2255 "bedchamber" => "bedchamb",
2256 "bedchambers" => "bedchamb",
2257 "bedclothes" => "bedcloth",
2258 "bedding" => "bed",
2259 "bedecked" => "bedeck",
2260 "bedecks" => "bedeck",
2261 "bedevilment" => "bedevil",
2262 "bedfellows" => "bedfellow",
2263 "bedlam" => "bedlam",
2264 "bedridden" => "bedridden",
2265 "bedroom" => "bedroom",
2266 "bedrooms" => "bedroom",
2267 "beds" => "bed",
2268 "bedside" => "bedsid",
2269 "bedstead" => "bedstead",
2270 "bedsteads" => "bedstead",
2271 "bedtime" => "bedtim",
2272 "bee" => "bee",
2273 "beech" => "beech",
2274 "beechey" => "beechey",
2275 "beef" => "beef",
2276 "beefsteak" => "beefsteak",
2277 "beehive" => "beehiv",
2278 "been" => "been",
2279 "beer" => "beer",
2280 "bees" => "bee",
2281 "beeswax" => "beeswax",
2282 "beeswaxes" => "beeswax",
2283 "beetle" => "beetl",
2284 "beetles" => "beetl",
2285 "befall" => "befal",
2286 "befallen" => "befallen",
2287 "befell" => "befel",
2288 "befillaire" => "befillair",
2289 "befit" => "befit",
2290 "befits" => "befit",
2291 "befitting" => "befit",
2292 "befogged" => "befog",
2293 "before" => "befor",
2294 "beforehand" => "beforehand",
2295 "befriend" => "befriend",
2296 "befriended" => "befriend",
2297 "befriending" => "befriend",
2298 "beg" => "beg",
2299 "bega" => "bega",
2300 "began" => "began",
2301 "begat" => "begat",
2302 "beget" => "beget",
2303 "beggar" => "beggar",
2304 "beggared" => "beggar",
2305 "beggarly" => "beggar",
2306 "beggars" => "beggar",
2307 "beggary" => "beggari",
2308 "begged" => "beg",
2309 "begging" => "beg",
2310 "begin" => "begin",
2311 "beginning" => "begin",
2312 "beginnings" => "begin",
2313 "begins" => "begin",
2314 "begludship" => "begludship",
2315 "begone" => "begon",
2316 "begotten" => "begotten",
2317 "begrimed" => "begrim",
2318 "begrimes" => "begrim",
2319 "begrudge" => "begrudg",
2320 "begrudged" => "begrudg",
2321 "begs" => "beg",
2322 "beguile" => "beguil",
2323 "beguiled" => "beguil",
2324 "begun" => "begun",
2325 "behalf" => "behalf",
2326 "behave" => "behav",
2327 "behaved" => "behav",
2328 "behaves" => "behav",
2329 "behaving" => "behav",
2330 "behavior" => "behavior",
2331 "behaviour" => "behaviour",
2332 "beheaded" => "behead",
2333 "beheld" => "beheld",
2334 "behest" => "behest",
2335 "behests" => "behest",
2336 "behind" => "behind",
2337 "behindhand" => "behindhand",
2338 "behold" => "behold",
2339 "beholden" => "beholden",
2340 "beholder" => "behold",
2341 "beholders" => "behold",
2342 "beholding" => "behold",
2343 "beholds" => "behold",
2344 "behoof" => "behoof",
2345 "behoved" => "behov",
2346 "behoves" => "behov",
2347 "behring" => "behr",
2348 "being" => "be",
2349 "beings" => "be",
2350 "beknown" => "beknown",
2351 "belated" => "belat",
2352 "belauded" => "belaud",
2353 "beldame" => "beldam",
2354 "belfry" => "belfri",
2355 "belgrave" => "belgrav",
2356 "belgravia" => "belgravia",
2357 "belgravian" => "belgravian",
2358 "belie" => "beli",
2359 "belied" => "beli",
2360 "belief" => "belief",
2361 "beliefs" => "belief",
2362 "believe" => "believ",
2363 "believed" => "believ",
2364 "believer" => "believ",
2365 "believers" => "believ",
2366 "believes" => "believ",
2367 "believest" => "believest",
2368 "believeth" => "believeth",
2369 "believing" => "believ",
2370 "bell" => "bell",
2371 "bellavista" => "bellavista",
2372 "belle" => "bell",
2373 "belled" => "bell",
2374 "bellies" => "belli",
2375 "belligerents" => "belliger",
2376 "belling" => "bell",
2377 "bellmen" => "bellmen",
2378 "bellow" => "bellow",
2379 "bellower" => "bellow",
2380 "bellowing" => "bellow",
2381 "bellows" => "bellow",
2382 "bells" => "bell",
2383 "belly" => "belli",
2384 "belong" => "belong",
2385 "belonged" => "belong",
2386 "belonging" => "belong",
2387 "belongings" => "belong",
2388 "belongs" => "belong",
2389 "beloved" => "belov",
2390 "below" => "below",
2391 "belt" => "belt",
2392 "belts" => "belt",
2393 "belvawney" => "belvawney",
2394 "belvedere" => "belveder",
2395 "bemoaned" => "bemoan",
2396 "ben" => "ben",
2397 "bench" => "bench",
2398 "bencher" => "bencher",
2399 "benchers" => "bencher",
2400 "benches" => "bench",
2401 "benchuca" => "benchuca",
2402 "bend" => "bend",
2403 "bended" => "bend",
2404 "bending" => "bend",
2405 "bends" => "bend",
2406 "beneath" => "beneath",
2407 "benedict" => "benedict",
2408 "benediction" => "benedict",
2409 "benefactor" => "benefactor",
2410 "benefactors" => "benefactor",
2411 "beneficent" => "benefic",
2412 "beneficently" => "benefic",
2413 "beneficial" => "benefici",
2414 "benefit" => "benefit",
2415 "benefited" => "benefit",
2416 "benefiting" => "benefit",
2417 "benefits" => "benefit",
2418 "benet" => "benet",
2419 "benevolence" => "benevol",
2420 "benevolent" => "benevol",
2421 "bengal" => "bengal",
2422 "benguela" => "benguela",
2423 "benighted" => "benight",
2424 "benign" => "benign",
2425 "benignant" => "benign",
2426 "benignantly" => "benign",
2427 "benignity" => "benign",
2428 "benignly" => "benign",
2429 "benito" => "benito",
2430 "bennet" => "bennet",
2431 "bennett" => "bennett",
2432 "benson" => "benson",
2433 "bent" => "bent",
2434 "benumbed" => "benumb",
2435 "bequeath" => "bequeath",
2436 "bequeathed" => "bequeath",
2437 "bequeathing" => "bequeath",
2438 "bequest" => "bequest",
2439 "berardi" => "berardi",
2440 "bereaved" => "bereav",
2441 "bereft" => "bereft",
2442 "berg" => "berg",
2443 "berkele" => "berkel",
2444 "berkeley" => "berkeley",
2445 "berlin" => "berlin",
2446 "bermudas" => "bermuda",
2447 "bernantio" => "bernantio",
2448 "beroe" => "bero",
2449 "berquelo" => "berquelo",
2450 "berrid" => "berrid",
2451 "berried" => "berri",
2452 "berries" => "berri",
2453 "berrin" => "berrin",
2454 "berry" => "berri",
2455 "berryin" => "berryin",
2456 "berteroii" => "berteroii",
2457 "berth" => "berth",
2458 "berthelot" => "berthelot",
2459 "bertram" => "bertram",
2460 "beryl" => "beryl",
2461 "berzelius" => "berzelius",
2462 "beseech" => "beseech",
2463 "beseeches" => "beseech",
2464 "beseeching" => "beseech",
2465 "beseechingly" => "beseech",
2466 "beseeltes" => "beseelt",
2467 "beseems" => "beseem",
2468 "beset" => "beset",
2469 "besetting" => "beset",
2470 "beside" => "besid",
2471 "besides" => "besid",
2472 "besieged" => "besieg",
2473 "besmeared" => "besmear",
2474 "besought" => "besought",
2475 "bespattered" => "bespatt",
2476 "bespeak" => "bespeak",
2477 "bespeaking" => "bespeak",
2478 "bespeaks" => "bespeak",
2479 "bespeckled" => "bespeckl",
2480 "bespoke" => "bespok",
2481 "besprinkled" => "besprinkl",
2482 "best" => "best",
2483 "bestest" => "bestest",
2484 "bestir" => "bestir",
2485 "bestow" => "bestow",
2486 "bestowal" => "bestow",
2487 "bestowed" => "bestow",
2488 "bestowing" => "bestow",
2489 "bestows" => "bestow",
2490 "bet" => "bet",
2491 "betake" => "betak",
2492 "betaken" => "betaken",
2493 "bethany" => "bethani",
2494 "bethel" => "bethel",
2495 "bethlehem" => "bethlehem",
2496 "bethought" => "bethought",
2497 "betimes" => "betim",
2498 "betokened" => "betoken",
2499 "betokening" => "betoken",
2500 "betook" => "betook",
2501 "betray" => "betray",
2502 "betrayal" => "betray",
2503 "betrayed" => "betray",
2504 "betraying" => "betray",
2505 "betrays" => "betray",
2506 "betrothed" => "betroth",
2507 "bets" => "bet",
2508 "better" => "better",
2509 "betters" => "better",
2510 "betther" => "betther",
2511 "betting" => "bet",
2512 "betty" => "betti",
2513 "betuloides" => "betuloid",
2514 "betwee" => "betwe",
2515 "between" => "between",
2516 "betwixt" => "betwixt",
2517 "beudant" => "beudant",
2518 "bevan" => "bevan",
2519 "beverage" => "beverag",
2520 "beverley" => "beverley",
2521 "bewail" => "bewail",
2522 "bewailed" => "bewail",
2523 "bewailing" => "bewail",
2524 "beware" => "bewar",
2525 "bewilder" => "bewild",
2526 "bewildered" => "bewild",
2527 "bewildering" => "bewild",
2528 "bewilderment" => "bewilder",
2529 "bewitched" => "bewitch",
2530 "bewitching" => "bewitch",
2531 "beyond" => "beyond",
2532 "bezants" => "bezant",
2533 "bezzemelny" => "bezzemelni",
2534 "bianchini" => "bianchini",
2535 "bias" => "bias",
2536 "bible" => "bibl",
2537 "bibo" => "bibo",
2538 "bibron" => "bibron",
2539 "bid" => "bid",
2540 "biddable" => "biddabl",
2541 "bidden" => "bidden",
2542 "bidder" => "bidder",
2543 "bidding" => "bid",
2544 "biddy" => "biddi",
2545 "bide" => "bide",
2546 "biding" => "bide",
2547 "bids" => "bid",
2548 "bien" => "bien",
2549 "biffin" => "biffin",
2550 "bifurcating" => "bifurc",
2551 "bifurcation" => "bifurc",
2552 "big" => "big",
2553 "bigamy" => "bigami",
2554 "bigger" => "bigger",
2555 "biggest" => "biggest",
2556 "bigness" => "big",
2557 "bigoted" => "bigot",
2558 "bigotry" => "bigotri",
2559 "bile" => "bile",
2560 "bileing" => "bile",
2561 "bilious" => "bilious",
2562 "bill" => "bill",
2563 "billed" => "bill",
2564 "billet" => "billet",
2565 "billeted" => "billet",
2566 "billiard" => "billiard",
2567 "billiards" => "billiard",
2568 "billing" => "bill",
2569 "billows" => "billow",
2570 "bills" => "bill",
2571 "bin" => "bin",
2572 "bind" => "bind",
2573 "binding" => "bind",
2574 "bindings" => "bind",
2575 "bindloes" => "bindlo",
2576 "binds" => "bind",
2577 "bingley" => "bingley",
2578 "binn" => "binn",
2579 "biographical" => "biograph",
2580 "biography" => "biographi",
2581 "bios" => "bio",
2582 "biped" => "bipe",
2583 "birch" => "birch",
2584 "bird" => "bird",
2585 "birdcage" => "birdcag",
2586 "birds" => "bird",
2587 "birgos" => "birgo",
2588 "birmingham" => "birmingham",
2589 "birth" => "birth",
2590 "birthday" => "birthday",
2591 "birthdays" => "birthday",
2592 "birthplace" => "birthplac",
2593 "birthright" => "birthright",
2594 "births" => "birth",
2595 "biscuit" => "biscuit",
2596 "biscuits" => "biscuit",
2597 "bisecting" => "bisect",
2598 "bisection" => "bisect",
2599 "bishop" => "bishop",
2600 "bishopgate" => "bishopg",
2601 "bishopric" => "bishopr",
2602 "bishops" => "bishop",
2603 "bishopsgate" => "bishopsg",
2604 "bismarcks" => "bismarck",
2605 "bisness" => "bis",
2606 "bit" => "bit",
2607 "bitch" => "bitch",
2608 "bite" => "bite",
2609 "bites" => "bite",
2610 "biting" => "bite",
2611 "bits" => "bit",
2612 "bitted" => "bit",
2613 "bitten" => "bitten",
2614 "bitter" => "bitter",
2615 "bitterer" => "bitter",
2616 "bitterest" => "bitterest",
2617 "bitterly" => "bitter",
2618 "bitterness" => "bitter",
2619 "bivalves" => "bivalv",
2620 "bivouac" => "bivouac",
2621 "bivouacked" => "bivouack",
2622 "bivouacking" => "bivouack",
2623 "bizcacha" => "bizcacha",
2624 "bizcachas" => "bizcacha",
2625 "blab" => "blab",
2626 "black" => "black",
2627 "blackamoor" => "blackamoor",
2628 "blackberries" => "blackberri",
2629 "blackberry" => "blackberri",
2630 "blackbird" => "blackbird",
2631 "blacken" => "blacken",
2632 "blackened" => "blacken",
2633 "blackens" => "blacken",
2634 "blacker" => "blacker",
2635 "blackest" => "blackest",
2636 "blackfriars" => "blackfriar",
2637 "blackguard" => "blackguard",
2638 "blackguardly" => "blackguard",
2639 "blackguards" => "blackguard",
2640 "blackhaired" => "blackhair",
2641 "blackheath" => "blackheath",
2642 "blacking" => "black",
2643 "blackish" => "blackish",
2644 "blacklead" => "blacklead",
2645 "blackleg" => "blackleg",
2646 "blacks" => "black",
2647 "blacksmith" => "blacksmith",
2648 "blacksmiths" => "blacksmith",
2649 "blackstone" => "blackston",
2650 "blackwall" => "blackwal",
2651 "bladder" => "bladder",
2652 "bladders" => "bladder",
2653 "blade" => "blade",
2654 "bladed" => "blade",
2655 "blades" => "blade",
2656 "blain" => "blain",
2657 "blamable" => "blamabl",
2658 "blame" => "blame",
2659 "blameable" => "blameabl",
2660 "blamed" => "blame",
2661 "blameless" => "blameless",
2662 "blamelessness" => "blameless",
2663 "blames" => "blame",
2664 "blaming" => "blame",
2665 "blanc" => "blanc",
2666 "blanca" => "blanca",
2667 "blanche" => "blanch",
2668 "blanched" => "blanch",
2669 "blanco" => "blanco",
2670 "bland" => "bland",
2671 "blandest" => "blandest",
2672 "blandishments" => "blandish",
2673 "blandly" => "bland",
2674 "blank" => "blank",
2675 "blanket" => "blanket",
2676 "blankets" => "blanket",
2677 "blankly" => "blank",
2678 "blankness" => "blank",
2679 "blanks" => "blank",
2680 "blas" => "blas",
2681 "blasphemer" => "blasphem",
2682 "blasphemy" => "blasphemi",
2683 "blast" => "blast",
2684 "blasted" => "blast",
2685 "blasts" => "blast",
2686 "blatta" => "blatta",
2687 "blaze" => "blaze",
2688 "blazing" => "blaze",
2689 "blazoned" => "blazon",
2690 "bleached" => "bleach",
2691 "bleak" => "bleak",
2692 "bleakness" => "bleak",
2693 "blear" => "blear",
2694 "bleared" => "blear",
2695 "bled" => "bled",
2696 "bleed" => "bleed",
2697 "bleeding" => "bleed",
2698 "blemish" => "blemish",
2699 "blemishes" => "blemish",
2700 "blench" => "blench",
2701 "blended" => "blend",
2702 "blending" => "blend",
2703 "blends" => "blend",
2704 "bless" => "bless",
2705 "blessed" => "bless",
2706 "blessedness" => "blessed",
2707 "blesses" => "bless",
2708 "blessing" => "bless",
2709 "blessings" => "bless",
2710 "blest" => "blest",
2711 "blew" => "blew",
2712 "blight" => "blight",
2713 "blighted" => "blight",
2714 "blighting" => "blight",
2715 "blights" => "blight",
2716 "blind" => "blind",
2717 "blinded" => "blind",
2718 "blinder" => "blinder",
2719 "blindfolding" => "blindfold",
2720 "blinding" => "blind",
2721 "blindly" => "blind",
2722 "blindness" => "blind",
2723 "blindnesses" => "blind",
2724 "blinds" => "blind",
2725 "blink" => "blink",
2726 "blinkers" => "blinker",
2727 "blinking" => "blink",
2728 "blinks" => "blink",
2729 "bliss" => "bliss",
2730 "blissful" => "bliss",
2731 "blister" => "blister",
2732 "blistered" => "blister",
2733 "blistering" => "blister",
2734 "blithe" => "blith",
2735 "blitheness" => "blith",
2736 "blo" => "blo",
2737 "bloated" => "bloat",
2738 "block" => "block",
2739 "blockade" => "blockad",
2740 "blockaded" => "blockad",
2741 "blocked" => "block",
2742 "blockhead" => "blockhead",
2743 "blockheads" => "blockhead",
2744 "blocking" => "block",
2745 "blocks" => "block",
2746 "blockson" => "blockson",
2747 "blood" => "blood",
2748 "blooded" => "blood",
2749 "bloodhound" => "bloodhound",
2750 "bloodless" => "bloodless",
2751 "bloodlessness" => "bloodless",
2752 "bloods" => "blood",
2753 "bloodshed" => "bloodsh",
2754 "bloodshot" => "bloodshot",
2755 "bloodthirsty" => "bloodthirsti",
2756 "bloody" => "bloodi",
2757 "bloom" => "bloom",
2758 "bloometh" => "bloometh",
2759 "blooming" => "bloom",
2760 "bloomsbury" => "bloomsburi",
2761 "blossom" => "blossom",
2762 "blossomed" => "blossom",
2763 "blossoming" => "blossom",
2764 "blossoms" => "blossom",
2765 "blot" => "blot",
2766 "blotches" => "blotch",
2767 "blotchy" => "blotchi",
2768 "blots" => "blot",
2769 "blotted" => "blot",
2770 "blotting" => "blot",
2771 "blow" => "blow",
2772 "blowed" => "blow",
2773 "blower" => "blower",
2774 "blowers" => "blower",
2775 "blowing" => "blow",
2776 "blown" => "blown",
2777 "blowpipe" => "blowpip",
2778 "blows" => "blow",
2779 "blubber" => "blubber",
2780 "blubbered" => "blubber",
2781 "bludgeon" => "bludgeon",
2782 "bludgeons" => "bludgeon",
2783 "blue" => "blue",
2784 "bluebells" => "bluebel",
2785 "blues" => "blue",
2786 "bluff" => "bluff",
2787 "bluffy" => "bluffi",
2788 "bluid" => "bluid",
2789 "bluish" => "bluish",
2790 "blulfy" => "blulfi",
2791 "blunder" => "blunder",
2792 "blunderbore" => "blunderbor",
2793 "blunderbus" => "blunderbus",
2794 "blunderbuss" => "blunderbuss",
2795 "blundered" => "blunder",
2796 "blundering" => "blunder",
2797 "blunders" => "blunder",
2798 "blunt" => "blunt",
2799 "blunted" => "blunt",
2800 "bluntly" => "blunt",
2801 "bluntness" => "blunt",
2802 "blur" => "blur",
2803 "blurs" => "blur",
2804 "blurt" => "blurt",
2805 "blurted" => "blurt",
2806 "blurting" => "blurt",
2807 "blurts" => "blurt",
2808 "blush" => "blush",
2809 "blushed" => "blush",
2810 "blushes" => "blush",
2811 "blushing" => "blush",
2812 "blushingly" => "blush",
2813 "bluster" => "bluster",
2814 "blusterers" => "bluster",
2815 "blustering" => "bluster",
2816 "bo" => "bo",
2817 "boa" => "boa",
2818 "boan" => "boan",
2819 "boans" => "boan",
2820 "boar" => "boar",
2821 "board" => "board",
2822 "boarded" => "board",
2823 "boarder" => "boarder",
2824 "boarders" => "boarder",
2825 "boarding" => "board",
2826 "boards" => "board",
2827 "boars" => "boar",
2828 "boas" => "boa",
2829 "boast" => "boast",
2830 "boasted" => "boast",
2831 "boastful" => "boast",
2832 "boastfully" => "boast",
2833 "boastfulness" => "boast",
2834 "boasting" => "boast",
2835 "boasts" => "boast",
2836 "boat" => "boat",
2837 "boating" => "boat",
2838 "boats" => "boat",
2839 "bob" => "bob",
2840 "bobbed" => "bob",
2841 "bobbing" => "bob",
2842 "bobbish" => "bobbish",
2843 "bobs" => "bob",
2844 "bobster" => "bobster",
2845 "bod" => "bod",
2846 "boddy" => "boddi",
2847 "bodice" => "bodic",
2848 "bodied" => "bodi",
2849 "bodies" => "bodi",
2850 "bodilessness" => "bodiless",
2851 "bodily" => "bodili",
2852 "boding" => "bode",
2853 "bodkins" => "bodkin",
2854 "body" => "bodi",
2855 "boer" => "boer",
2856 "boffin" => "boffin",
2857 "boffinites" => "boffinit",
2858 "bog" => "bog",
2859 "bogg" => "bogg",
2860 "bogsby" => "bogsbi",
2861 "boguey" => "boguey",
2862 "bohemianism" => "bohemian",
2863 "bohemond" => "bohemond",
2864 "boil" => "boil",
2865 "boiled" => "boil",
2866 "boiler" => "boiler",
2867 "boilers" => "boiler",
2868 "boiling" => "boil",
2869 "boils" => "boil",
2870 "bois" => "boi",
2871 "boisterous" => "boister",
2872 "boisterously" => "boister",
2873 "bolabola" => "bolabola",
2874 "bolas" => "bola",
2875 "bold" => "bold",
2876 "bolder" => "bolder",
2877 "boldest" => "boldest",
2878 "boldly" => "bold",
2879 "boldness" => "bold",
2880 "bole" => "bole",
2881 "boles" => "bole",
2882 "bolivia" => "bolivia",
2883 "bolivian" => "bolivian",
2884 "bolster" => "bolster",
2885 "bolt" => "bolt",
2886 "bolted" => "bolt",
2887 "bolter" => "bolter",
2888 "bolting" => "bolt",
2889 "bolts" => "bolt",
2890 "bomb" => "bomb",
2891 "bombarding" => "bombard",
2892 "bombs" => "bomb",
2893 "bon" => "bon",
2894 "bona" => "bona",
2895 "bond" => "bond",
2896 "bondage" => "bondag",
2897 "bonds" => "bond",
2898 "bone" => "bone",
2899 "boned" => "bone",
2900 "bones" => "bone",
2901 "bonfires" => "bonfir",
2902 "bonitos" => "bonito",
2903 "bonjour" => "bonjour",
2904 "bonn" => "bonn",
2905 "bonne" => "bonn",
2906 "bonnet" => "bonnet",
2907 "bonnets" => "bonnet",
2908 "bonney" => "bonney",
2909 "bonny" => "bonni",
2910 "bonpland" => "bonpland",
2911 "bons" => "bon",
2912 "bony" => "boni",
2913 "booby" => "boobi",
2914 "boodle" => "boodl",
2915 "boody" => "boodi",
2916 "book" => "book",
2917 "bookcase" => "bookcas",
2918 "booked" => "book",
2919 "booker" => "booker",
2920 "booking" => "book",
2921 "bookish" => "bookish",
2922 "books" => "book",
2923 "bookseller" => "booksel",
2924 "booksellers" => "booksel",
2925 "bookstall" => "bookstal",
2926 "bookworms" => "bookworm",
2927 "boom" => "boom",
2928 "boomerang" => "boomerang",
2929 "boon" => "boon",
2930 "boorioboola" => "boorioboola",
2931 "boorly" => "boor",
2932 "boost" => "boost",
2933 "boot" => "boot",
2934 "booth" => "booth",
2935 "booths" => "booth",
2936 "boots" => "boot",
2937 "bootuns" => "bootun",
2938 "booty" => "booti",
2939 "boozed" => "booz",
2940 "boozums" => "boozum",
2941 "bor" => "bor",
2942 "bord" => "bord",
2943 "border" => "border",
2944 "bordered" => "border",
2945 "bordering" => "border",
2946 "borders" => "border",
2947 "bore" => "bore",
2948 "boreali" => "boreali",
2949 "boreas" => "borea",
2950 "bored" => "bore",
2951 "boredom" => "boredom",
2952 "bores" => "bore",
2953 "boring" => "bore",
2954 "born" => "born",
2955 "borne" => "born",
2956 "borneo" => "borneo",
2957 "borough" => "borough",
2958 "boroughbridge" => "boroughbridg",
2959 "boroughmongering" => "boroughmong",
2960 "boroughs" => "borough",
2961 "borreria" => "borreria",
2962 "borrioboola" => "borrioboola",
2963 "borrioboolan" => "borrioboolan",
2964 "borriohoola" => "borriohoola",
2965 "borrow" => "borrow",
2966 "borrowed" => "borrow",
2967 "borrower" => "borrow",
2968 "borrowers" => "borrow",
2969 "borrowing" => "borrow",
2970 "borrows" => "borrow",
2971 "borum" => "borum",
2972 "bory" => "bori",
2973 "bos" => "bos",
2974 "bosh" => "bosh",
2975 "bosom" => "bosom",
2976 "bosomer" => "bosom",
2977 "bosoms" => "bosom",
2978 "bosses" => "boss",
2979 "boston" => "boston",
2980 "bot" => "bot",
2981 "botanic" => "botan",
2982 "botanical" => "botan",
2983 "botanist" => "botanist",
2984 "botanists" => "botanist",
2985 "botanizing" => "botan",
2986 "botany" => "botani",
2987 "both" => "both",
2988 "bother" => "bother",
2989 "botheration" => "bother",
2990 "bothered" => "bother",
2991 "bothering" => "bother",
2992 "botofogo" => "botofogo",
2993 "bott" => "bott",
2994 "bottin" => "bottin",
2995 "bottinney" => "bottinney",
2996 "bottle" => "bottl",
2997 "bottled" => "bottl",
2998 "bottles" => "bottl",
2999 "bottom" => "bottom",
3000 "bottomed" => "bottom",
3001 "bottomless" => "bottomless",
3002 "bottoms" => "bottom",
3003 "boudoir" => "boudoir",
3004 "bougainville" => "bougainvill",
3005 "boughs" => "bough",
3006 "bought" => "bought",
3007 "boulder" => "boulder",
3008 "boulders" => "boulder",
3009 "boulevard" => "boulevard",
3010 "bouleversees" => "bouleverse",
3011 "boulogne" => "boulogn",
3012 "boulong" => "boulong",
3013 "bounced" => "bounc",
3014 "bouncing" => "bounc",
3015 "bound" => "bound",
3016 "boundaries" => "boundari",
3017 "boundary" => "boundari",
3018 "bounde" => "bound",
3019 "bounded" => "bound",
3020 "bounden" => "bounden",
3021 "bounding" => "bound",
3022 "boundless" => "boundless",
3023 "bounds" => "bound",
3024 "boung" => "boung",
3025 "boungites" => "boungit",
3026 "bountiful" => "bounti",
3027 "bounty" => "bounti",
3028 "bouquet" => "bouquet",
3029 "bouquets" => "bouquet",
3030 "bourbon" => "bourbon",
3031 "bourgeois" => "bourgeoi",
3032 "bourne" => "bourn",
3033 "bout" => "bout",
3034 "bow" => "bow",
3035 "bowed" => "bow",
3036 "bowels" => "bowel",
3037 "bower" => "bower",
3038 "bowered" => "bower",
3039 "bowers" => "bower",
3040 "bowery" => "boweri",
3041 "bowing" => "bow",
3042 "bowl" => "bowl",
3043 "bowled" => "bowl",
3044 "bowling" => "bowl",
3045 "bowls" => "bowl",
3046 "bows" => "bow",
3047 "box" => "box",
3048 "boxed" => "box",
3049 "boxes" => "box",
3050 "boxing" => "box",
3051 "boy" => "boy",
3052 "boyhood" => "boyhood",
3053 "boyish" => "boyish",
3054 "boys" => "boy",
3055 "boytborn" => "boytborn",
3056 "boythorn" => "boythorn",
3057 "brabantio" => "brabantio",
3058 "brace" => "brace",
3059 "braced" => "brace",
3060 "bracelet" => "bracelet",
3061 "bracelets" => "bracelet",
3062 "braces" => "brace",
3063 "brachelytra" => "brachelytra",
3064 "brachiotis" => "brachioti",
3065 "brachyptera" => "brachyptera",
3066 "bracing" => "brace",
3067 "brackish" => "brackish",
3068 "bradshaw" => "bradshaw",
3069 "brag" => "brag",
3070 "braggadocio" => "braggadocio",
3071 "braggart" => "braggart",
3072 "bragging" => "brag",
3073 "braid" => "braid",
3074 "braided" => "braid",
3075 "braids" => "braid",
3076 "brain" => "brain",
3077 "brained" => "brain",
3078 "brainless" => "brainless",
3079 "brains" => "brain",
3080 "brak" => "brak",
3081 "brake" => "brake",
3082 "brakes" => "brake",
3083 "bramador" => "bramador",
3084 "brambles" => "brambl",
3085 "bran" => "bran",
3086 "branc" => "branc",
3087 "branch" => "branch",
3088 "branched" => "branch",
3089 "branches" => "branch",
3090 "branchiae" => "branchia",
3091 "branchial" => "branchial",
3092 "branching" => "branch",
3093 "brand" => "brand",
3094 "branded" => "brand",
3095 "branding" => "brand",
3096 "brandished" => "brandish",
3097 "brandishing" => "brandish",
3098 "brandon" => "brandon",
3099 "brandons" => "brandon",
3100 "brandy" => "brandi",
3101 "brash" => "brash",
3102 "brasiliensis" => "brasiliensi",
3103 "brass" => "brass",
3104 "brasses" => "brass",
3105 "brat" => "brat",
3106 "brats" => "brat",
3107 "bravado" => "bravado",
3108 "bravard" => "bravard",
3109 "bravassa" => "bravassa",
3110 "brave" => "brave",
3111 "braved" => "brave",
3112 "bravely" => "brave",
3113 "bravery" => "braveri",
3114 "bravest" => "bravest",
3115 "braving" => "brave",
3116 "bravo" => "bravo",
3117 "brawl" => "brawl",
3118 "brawler" => "brawler",
3119 "brawling" => "brawl",
3120 "brawny" => "brawni",
3121 "braxon" => "braxon",
3122 "bray" => "bray",
3123 "braying" => "bray",
3124 "brazen" => "brazen",
3125 "brazened" => "brazen",
3126 "brazil" => "brazil",
3127 "brazilian" => "brazilian",
3128 "brazilians" => "brazilian",
3129 "brazils" => "brazil",
3130 "breach" => "breach",
3131 "breached" => "breach",
3132 "breaches" => "breach",
3133 "bread" => "bread",
3134 "breads" => "bread",
3135 "breadth" => "breadth",
3136 "break" => "break",
3137 "breaker" => "breaker",
3138 "breakers" => "breaker",
3139 "breakfast" => "breakfast",
3140 "breakfasted" => "breakfast",
3141 "breakfasting" => "breakfast",
3142 "breakfasts" => "breakfast",
3143 "breakin" => "breakin",
3144 "breaking" => "break",
3145 "breaks" => "break",
3146 "breakwater" => "breakwat",
3147 "breakwaters" => "breakwat",
3148 "breast" => "breast",
3149 "breasted" => "breast",
3150 "breasts" => "breast",
3151 "breastwork" => "breastwork",
3152 "breath" => "breath",
3153 "breathe" => "breath",
3154 "breathed" => "breath",
3155 "breathes" => "breath",
3156 "breathing" => "breath",
3157 "breathings" => "breath",
3158 "breathless" => "breathless",
3159 "breathlessly" => "breathless",
3160 "breathlessness" => "breathless",
3161 "breaths" => "breath",
3162 "breccia" => "breccia",
3163 "bred" => "bred",
3164 "bree" => "bree",
3165 "breeches" => "breech",
3166 "breed" => "breed",
3167 "breeder" => "breeder",
3168 "breeding" => "breed",
3169 "breeds" => "breed",
3170 "breeze" => "breez",
3171 "breezes" => "breez",
3172 "breezy" => "breezi",
3173 "brethren" => "brethren",
3174 "brevity" => "breviti",
3175 "brew" => "brew",
3176 "brewed" => "brew",
3177 "brewer" => "brewer",
3178 "brewers" => "brewer",
3179 "brewery" => "breweri",
3180 "brewing" => "brew",
3181 "brewster" => "brewster",
3182 "bribe" => "bribe",
3183 "bribed" => "bribe",
3184 "bribery" => "briberi",
3185 "bribes" => "bribe",
3186 "bribing" => "bribe",
3187 "brick" => "brick",
3188 "bricked" => "brick",
3189 "bricklayers" => "bricklay",
3190 "brickmaker" => "brickmak",
3191 "brickmakers" => "brickmak",
3192 "bricks" => "brick",
3193 "brickwork" => "brickwork",
3194 "bridal" => "bridal",
3195 "bride" => "bride",
3196 "bridegroom" => "bridegroom",
3197 "bridesmaid" => "bridesmaid",
3198 "bridesmaids" => "bridesmaid",
3199 "bridge" => "bridg",
3200 "bridged" => "bridg",
3201 "bridges" => "bridg",
3202 "bridle" => "bridl",
3203 "bridling" => "bridl",
3204 "brief" => "brief",
3205 "briefly" => "briefli",
3206 "briefs" => "brief",
3207 "brier" => "brier",
3208 "briers" => "brier",
3209 "brig" => "brig",
3210 "brigade" => "brigad",
3211 "brigand" => "brigand",
3212 "brigands" => "brigand",
3213 "bright" => "bright",
3214 "brighten" => "brighten",
3215 "brightened" => "brighten",
3216 "brightening" => "brighten",
3217 "brightens" => "brighten",
3218 "brighter" => "brighter",
3219 "brightest" => "brightest",
3220 "brightly" => "bright",
3221 "brightness" => "bright",
3222 "brighton" => "brighton",
3223 "brigs" => "brig",
3224 "brilliance" => "brillianc",
3225 "brilliancy" => "brillianc",
3226 "brilliant" => "brilliant",
3227 "brilliantly" => "brilliant",
3228 "brim" => "brim",
3229 "brimful" => "brim",
3230 "brimless" => "brimless",
3231 "brimmed" => "brim",
3232 "brimming" => "brim",
3233 "brimmy" => "brimmi",
3234 "brims" => "brim",
3235 "brimstone" => "brimston",
3236 "brindle" => "brindl",
3237 "brine" => "brine",
3238 "bring" => "bring",
3239 "bringing" => "bring",
3240 "brings" => "bring",
3241 "brink" => "brink",
3242 "briny" => "brini",
3243 "brisk" => "brisk",
3244 "brisker" => "brisker",
3245 "briskly" => "brisk",
3246 "briskness" => "brisk",
3247 "bristle" => "bristl",
3248 "bristled" => "bristl",
3249 "bristles" => "bristl",
3250 "bristly" => "brist",
3251 "bristol" => "bristol",
3252 "brit" => "brit",
3253 "britain" => "britain",
3254 "britannia" => "britannia",
3255 "british" => "british",
3256 "briton" => "briton",
3257 "brittann" => "brittann",
3258 "brittle" => "brittl",
3259 "broach" => "broach",
3260 "broached" => "broach",
3261 "broad" => "broad",
3262 "broadcast" => "broadcast",
3263 "broadened" => "broaden",
3264 "broader" => "broader",
3265 "broadly" => "broad",
3266 "broadside" => "broadsid",
3267 "broadsides" => "broadsid",
3268 "broadsword" => "broadsword",
3269 "broadwise" => "broadwis",
3270 "brocade" => "brocad",
3271 "brochure" => "brochur",
3272 "brock" => "brock",
3273 "brogden" => "brogden",
3274 "broide" => "broid",
3275 "broiled" => "broil",
3276 "broiling" => "broil",
3277 "broke" => "broke",
3278 "broken" => "broken",
3279 "brokenly" => "broken",
3280 "broker" => "broker",
3281 "brokers" => "broker",
3282 "brokken" => "brokken",
3283 "bromelia" => "bromelia",
3284 "bromley" => "bromley",
3285 "brompton" => "brompton",
3286 "bronchial" => "bronchial",
3287 "bronchitis" => "bronchiti",
3288 "bronze" => "bronz",
3289 "bronzed" => "bronz",
3290 "broo" => "broo",
3291 "brooch" => "brooch",
3292 "brood" => "brood",
3293 "brooded" => "brood",
3294 "brooding" => "brood",
3295 "broodingly" => "brood",
3296 "brook" => "brook",
3297 "brooker" => "brooker",
3298 "brooks" => "brook",
3299 "broom" => "broom",
3300 "brooms" => "broom",
3301 "broomstick" => "broomstick",
3302 "brooses" => "broos",
3303 "broth" => "broth",
3304 "brother" => "brother",
3305 "brotherhood" => "brotherhood",
3306 "brotherly" => "brother",
3307 "brothers" => "brother",
3308 "brougham" => "brougham",
3309 "brought" => "brought",
3310 "broune" => "broun",
3311 "brout" => "brout",
3312 "brow" => "brow",
3313 "browdie" => "browdi",
3314 "browdies" => "browdi",
3315 "brown" => "brown",
3316 "browndock" => "browndock",
3317 "browne" => "brown",
3318 "browner" => "browner",
3319 "browning" => "brown",
3320 "brownish" => "brownish",
3321 "browns" => "brown",
3322 "brows" => "brow",
3323 "browsed" => "brows",
3324 "browsing" => "brows",
3325 "bruce" => "bruce",
3326 "bruise" => "bruis",
3327 "bruised" => "bruis",
3328 "bruises" => "bruis",
3329 "bruising" => "bruis",
3330 "brun" => "brun",
3331 "brunswick" => "brunswick",
3332 "brunt" => "brunt",
3333 "brush" => "brush",
3334 "brushed" => "brush",
3335 "brushes" => "brush",
3336 "brushing" => "brush",
3337 "brushwood" => "brushwood",
3338 "brusque" => "brusqu",
3339 "brussels" => "brussel",
3340 "brutal" => "brutal",
3341 "brutality" => "brutal",
3342 "brutally" => "brutal",
3343 "brute" => "brute",
3344 "brutes" => "brute",
3345 "brutish" => "brutish",
3346 "bryanstone" => "bryanston",
3347 "bu" => "bu",
3348 "bubble" => "bubbl",
3349 "bubbles" => "bubbl",
3350 "bubblin" => "bubblin",
3351 "bubbling" => "bubbl",
3352 "bucaniers" => "bucani",
3353 "buccaneering" => "buccan",
3354 "buccaneers" => "buccan",
3355 "buch" => "buch",
3356 "buck" => "buck",
3357 "bucket" => "bucket",
3358 "bucketful" => "bucket",
3359 "buckets" => "bucket",
3360 "buckingham" => "buckingham",
3361 "buckland" => "buckland",
3362 "buckle" => "buckl",
3363 "buckler" => "buckler",
3364 "buckles" => "buckl",
3365 "buckram" => "buckram",
3366 "buckskins" => "buckskin",
3367 "bud" => "bud",
3368 "budded" => "bud",
3369 "budding" => "bud",
3370 "budge" => "budg",
3371 "budget" => "budget",
3372 "budgets" => "budget",
3373 "buds" => "bud",
3374 "buena" => "buena",
3375 "buenos" => "bueno",
3376 "buey" => "buey",
3377 "buff" => "buff",
3378 "buffer" => "buffer",
3379 "buffet" => "buffet",
3380 "buffeting" => "buffet",
3381 "buffetings" => "buffet",
3382 "buffets" => "buffet",
3383 "buffon" => "buffon",
3384 "buffoon" => "buffoon",
3385 "buffoonery" => "buffooneri",
3386 "buffoons" => "buffoon",
3387 "buffy" => "buffi",
3388 "bug" => "bug",
3389 "bugged" => "bug",
3390 "bugle" => "bugl",
3391 "bugs" => "bug",
3392 "buil" => "buil",
3393 "build" => "build",
3394 "builder" => "builder",
3395 "buildin" => "buildin",
3396 "building" => "build",
3397 "buildings" => "build",
3398 "builds" => "build",
3399 "built" => "built",
3400 "bulbous" => "bulbous",
3401 "bulgaria" => "bulgaria",
3402 "bulged" => "bulg",
3403 "bulimus" => "bulimus",
3404 "bulk" => "bulk",
3405 "bulkeley" => "bulkeley",
3406 "bulky" => "bulki",
3407 "bull" => "bull",
3408 "bulldog" => "bulldog",
3409 "bullen" => "bullen",
3410 "bullet" => "bullet",
3411 "bulletin" => "bulletin",
3412 "bulletins" => "bulletin",
3413 "bullets" => "bullet",
3414 "bullfinch" => "bullfinch",
3415 "bullied" => "bulli",
3416 "bullies" => "bulli",
3417 "bullion" => "bullion",
3418 "bullock" => "bullock",
3419 "bullocks" => "bullock",
3420 "bulls" => "bull",
3421 "bully" => "bulli",
3422 "bullying" => "bulli",
3423 "bulph" => "bulph",
3424 "bulwarks" => "bulwark",
3425 "bump" => "bump",
3426 "bumped" => "bump",
3427 "bumper" => "bumper",
3428 "bumpers" => "bumper",
3429 "bumping" => "bump",
3430 "bun" => "bun",
3431 "bunch" => "bunch",
3432 "bunches" => "bunch",
3433 "buncombe" => "buncomb",
3434 "bundle" => "bundl",
3435 "bundled" => "bundl",
3436 "bundles" => "bundl",
3437 "bung" => "bung",
3438 "bungay" => "bungay",
3439 "bungays" => "bungay",
3440 "bungle" => "bungl",
3441 "bungling" => "bungl",
3442 "buns" => "bun",
3443 "bunting" => "bunt",
3444 "buoy" => "buoy",
3445 "buoyancy" => "buoyanc",
3446 "buoyant" => "buoyant",
3447 "buoyantly" => "buoyant",
3448 "buoyed" => "buoy",
3449 "burchell" => "burchel",
3450 "burchess" => "burchess",
3451 "burden" => "burden",
3452 "burdened" => "burden",
3453 "burdening" => "burden",
3454 "burdens" => "burden",
3455 "burdensome" => "burdensom",
3456 "bureau" => "bureau",
3457 "burglars" => "burglar",
3458 "burgomaster" => "burgomast",
3459 "burgomeister" => "burgomeist",
3460 "burial" => "burial",
3461 "buried" => "buri",
3462 "buries" => "buri",
3463 "burlesque" => "burlesqu",
3464 "burlinghammer" => "burlinghamm",
3465 "burly" => "bur",
3466 "burn" => "burn",
3467 "burned" => "burn",
3468 "burnet" => "burnet",
3469 "burning" => "burn",
3470 "burnings" => "burn",
3471 "burnished" => "burnish",
3472 "burnous" => "burnous",
3473 "burns" => "burn",
3474 "burnt" => "burnt",
3475 "burrow" => "burrow",
3476 "burrowed" => "burrow",
3477 "burrowing" => "burrow",
3478 "burrowings" => "burrow",
3479 "burrows" => "burrow",
3480 "burst" => "burst",
3481 "bursting" => "burst",
3482 "bursts" => "burst",
3483 "burthen" => "burthen",
3484 "burton" => "burton",
3485 "bury" => "buri",
3486 "burying" => "buri",
3487 "bus" => "bus",
3488 "bush" => "bush",
3489 "bushby" => "bushbi",
3490 "bushe" => "bush",
3491 "bushel" => "bushel",
3492 "bushels" => "bushel",
3493 "bushes" => "bush",
3494 "bushy" => "bushi",
3495 "busied" => "busi",
3496 "busier" => "busier",
3497 "busies" => "busi",
3498 "busily" => "busili",
3499 "business" => "busi",
3500 "businesslike" => "businesslik",
3501 "buskin" => "buskin",
3502 "bust" => "bust",
3503 "busted" => "bust",
3504 "bustle" => "bustl",
3505 "bustled" => "bustl",
3506 "bustling" => "bustl",
3507 "busts" => "bust",
3508 "busy" => "busi",
3509 "busybody" => "busybodi",
3510 "busying" => "busi",
3511 "but" => "but",
3512 "butcher" => "butcher",
3513 "butchered" => "butcher",
3514 "butchers" => "butcher",
3515 "butler" => "butler",
3516 "buts" => "but",
3517 "butt" => "butt",
3518 "butter" => "butter",
3519 "buttered" => "butter",
3520 "butterflies" => "butterfli",
3521 "butterfly" => "butterfli",
3522 "butterman" => "butterman",
3523 "butther" => "butther",
3524 "butting" => "but",
3525 "button" => "button",
3526 "buttoned" => "button",
3527 "buttonhole" => "buttonhol",
3528 "buttoning" => "button",
3529 "buttons" => "button",
3530 "buttresses" => "buttress",
3531 "butts" => "butt",
3532 "buxom" => "buxom",
3533 "buy" => "buy",
3534 "buyers" => "buyer",
3535 "buying" => "buy",
3536 "buyings" => "buy",
3537 "buys" => "buy",
3538 "buzz" => "buzz",
3539 "buzzard" => "buzzard",
3540 "buzzed" => "buzz",
3541 "buzzing" => "buzz",
3542 "bwoken" => "bwoken",
3543 "by" => "by",
3544 "bye" => "bye",
3545 "byelinsky" => "byelinski",
3546 "bygone" => "bygon",
3547 "bygones" => "bygon",
3548 "bynoe" => "byno",
3549 "byron" => "byron",
3550 "bystanders" => "bystand",
3551 "byways" => "byway",
3552 "byzantine" => "byzantin",
3553 "c" => "c",
3554 "ca" => "ca",
3555 "cab" => "cab",
3556 "cabalistic" => "cabalist",
3557 "caballed" => "cabal",
3558 "cabals" => "cabal",
3559 "cabbage" => "cabbag",
3560 "cabbages" => "cabbag",
3561 "cabbery" => "cabberi",
3562 "cabeza" => "cabeza",
3563 "cabin" => "cabin",
3564 "cabinet" => "cabinet",
3565 "cabinets" => "cabinet",
3566 "cabins" => "cabin",
3567 "cable" => "cabl",
3568 "cables" => "cabl",
3569 "cabman" => "cabman",
3570 "cabooses" => "caboos",
3571 "cabriolet" => "cabriolet",
3572 "cabriolets" => "cabriolet",
3573 "cabs" => "cab",
3574 "cachapual" => "cachapu",
3575 "cacique" => "caciqu",
3576 "caciques" => "caciqu",
3577 "cackle" => "cackl",
3578 "cackled" => "cackl",
3579 "cacti" => "cacti",
3580 "cactornis" => "cactorni",
3581 "cactus" => "cactus",
3582 "cactuses" => "cactus",
3583 "cad" => "cad",
3584 "cadaverous" => "cadaver",
3585 "caddy" => "caddi",
3586 "cadesses" => "cadess",
3587 "cadet" => "cadet",
3588 "cadets" => "cadet",
3589 "cadogan" => "cadogan",
3590 "cads" => "cad",
3591 "caesar" => "caesar",
3592 "cafe" => "cafe",
3593 "caffer" => "caffer",
3594 "caffre" => "caffr",
3595 "caffres" => "caffr",
3596 "cage" => "cage",
3597 "caged" => "cage",
3598 "cages" => "cage",
3599 "cajoled" => "cajol",
3600 "cajoling" => "cajol",
3601 "cake" => "cake",
3602 "cakes" => "cake",
3603 "calabria" => "calabria",
3604 "calais" => "calai",
3605 "calamities" => "calam",
3606 "calamitous" => "calamit",
3607 "calamity" => "calam",
3608 "calandria" => "calandria",
3609 "calcareo" => "calcareo",
3610 "calcareous" => "calcar",
3611 "calculate" => "calcul",
3612 "calculated" => "calcul",
3613 "calculates" => "calcul",
3614 "calculating" => "calcul",
3615 "calculation" => "calcul",
3616 "calculations" => "calcul",
3617 "calculus" => "calculus",
3618 "caldcleugh" => "caldcleugh",
3619 "caldeleugh" => "caldeleugh",
3620 "caldrons" => "caldron",
3621 "caledonia" => "caledonia",
3622 "caledonian" => "caledonian",
3623 "calendar" => "calendar",
3624 "calendars" => "calendar",
3625 "calf" => "calf",
3626 "calibre" => "calibr",
3627 "calico" => "calico",
3628 "california" => "california",
3629 "call" => "call",
3630 "callao" => "callao",
3631 "calle" => "call",
3632 "called" => "call",
3633 "callems" => "callem",
3634 "calling" => "call",
3635 "callings" => "call",
3636 "callous" => "callous",
3637 "callousness" => "callous",
3638 "calls" => "call",
3639 "calm" => "calm",
3640 "calmed" => "calm",
3641 "calmer" => "calmer",
3642 "calmest" => "calmest",
3643 "calming" => "calm",
3644 "calmly" => "calm",
3645 "calmness" => "calm",
3646 "calms" => "calm",
3647 "caln" => "caln",
3648 "calodera" => "calodera",
3649 "calomel" => "calomel",
3650 "calosoma" => "calosoma",
3651 "calumniated" => "calumni",
3652 "calumnies" => "calumni",
3653 "calumniously" => "calumni",
3654 "calumny" => "calumni",
3655 "calve" => "calv",
3656 "calves" => "calv",
3657 "camarhynchus" => "camarhynchus",
3658 "camberwell" => "camberwel",
3659 "cambric" => "cambric",
3660 "cambridge" => "cambridg",
3661 "cambridgeshire" => "cambridgeshir",
3662 "came" => "came",
3663 "camel" => "camel",
3664 "camels" => "camel",
3665 "camlet" => "camlet",
3666 "camp" => "camp",
3667 "campaign" => "campaign",
3668 "campana" => "campana",
3669 "campany" => "campani",
3670 "campestris" => "campestri",
3671 "camphor" => "camphor",
3672 "campo" => "campo",
3673 "campos" => "campo",
3674 "can" => "can",
3675 "canada" => "canada",
3676 "canal" => "canal",
3677 "canals" => "canal",
3678 "canaries" => "canari",
3679 "canary" => "canari",
3680 "cancan" => "cancan",
3681 "cancellaria" => "cancellaria",
3682 "cancelled" => "cancel",
3683 "cancelling" => "cancel",
3684 "cancer" => "cancer",
3685 "candid" => "candid",
3686 "candidate" => "candid",
3687 "candidates" => "candid",
3688 "candidateship" => "candidateship",
3689 "candidature" => "candidatur",
3690 "candidly" => "candid",
3691 "candle" => "candl",
3692 "candlelight" => "candlelight",
3693 "candles" => "candl",
3694 "candlestick" => "candlestick",
3695 "candlesticks" => "candlestick",
3696 "candour" => "candour",
3697 "cane" => "cane",
3698 "caned" => "cane",
3699 "canelones" => "canelon",
3700 "canes" => "cane",
3701 "cangrejales" => "cangrejal",
3702 "canis" => "cani",
3703 "canister" => "canist",
3704 "cannibal" => "cannib",
3705 "cannibalism" => "cannib",
3706 "cannibals" => "cannib",
3707 "canning" => "canning",
3708 "canno" => "canno",
3709 "cannon" => "cannon",
3710 "cannons" => "cannon",
3711 "cannot" => "cannot",
3712 "canoe" => "cano",
3713 "canoes" => "cano",
3714 "canons" => "canon",
3715 "canopy" => "canopi",
3716 "cant" => "cant",
3717 "cantal" => "cantal",
3718 "canter" => "canter",
3719 "canterbury" => "canterburi",
3720 "cantered" => "canter",
3721 "canting" => "cant",
3722 "cantrip" => "cantrip",
3723 "cantrips" => "cantrip",
3724 "canvas" => "canva",
3725 "canvass" => "canvass",
3726 "canvassed" => "canvass",
3727 "canvassing" => "canvass",
3728 "cap" => "cap",
3729 "capabilities" => "capabl",
3730 "capability" => "capabl",
3731 "capable" => "capabl",
3732 "capacious" => "capaci",
3733 "capacities" => "capac",
3734 "capacity" => "capac",
3735 "cape" => "cape",
3736 "capella" => "capella",
3737 "capers" => "caper",
3738 "capita" => "capita",
3739 "capital" => "capit",
3740 "capitalist" => "capitalist",
3741 "capitalists" => "capitalist",
3742 "capitally" => "capit",
3743 "capitals" => "capit",
3744 "capitol" => "capitol",
3745 "capitulate" => "capitul",
3746 "capped" => "cap",
3747 "capping" => "cap",
3748 "caprice" => "capric",
3749 "caprices" => "capric",
3750 "capricious" => "caprici",
3751 "capriciously" => "caprici",
3752 "capricorn" => "capricorn",
3753 "caps" => "cap",
3754 "capsicum" => "capsicum",
3755 "capstans" => "capstan",
3756 "capsule" => "capsul",
3757 "capt" => "capt",
3758 "captain" => "captain",
3759 "captains" => "captain",
3760 "captious" => "captious",
3761 "captivate" => "captiv",
3762 "captivated" => "captiv",
3763 "captivater" => "captivat",
3764 "captivating" => "captiv",
3765 "captivator" => "captiv",
3766 "captive" => "captiv",
3767 "captives" => "captiv",
3768 "captivity" => "captiv",
3769 "capture" => "captur",
3770 "captured" => "captur",
3771 "capybara" => "capybara",
3772 "capybaras" => "capybara",
3773 "carabidae" => "carabida",
3774 "caracara" => "caracara",
3775 "caracaras" => "caracara",
3776 "caracter" => "caract",
3777 "caravan" => "caravan",
3778 "caravansary" => "caravansari",
3779 "caravanserai" => "caravanserai",
3780 "caravels" => "caravel",
3781 "carbine" => "carbin",
3782 "carbonaceous" => "carbonac",
3783 "carbonate" => "carbon",
3784 "carboniferous" => "carbonifer",
3785 "carboy" => "carboy",
3786 "carbury" => "carburi",
3787 "carcase" => "carcas",
3788 "carcass" => "carcass",
3789 "carcasses" => "carcass",
3790 "card" => "card",
3791 "cardinal" => "cardin",
3792 "cardoon" => "cardoon",
3793 "cards" => "card",
3794 "cardui" => "cardui",
3795 "cardunculus" => "cardunculus",
3796 "care" => "care",
3797 "cared" => "care",
3798 "career" => "career",
3799 "careers" => "career",
3800 "careful" => "care",
3801 "carefully" => "care",
3802 "carefulness" => "care",
3803 "careless" => "careless",
3804 "carelessly" => "careless",
3805 "carelessness" => "careless",
3806 "cares" => "care",
3807 "caress" => "caress",
3808 "caressed" => "caress",
3809 "caresses" => "caress",
3810 "caressing" => "caress",
3811 "caressingly" => "caress",
3812 "careworn" => "careworn",
3813 "cargo" => "cargo",
3814 "cargoes" => "cargo",
3815 "caricature" => "caricatur",
3816 "caricatures" => "caricatur",
3817 "caring" => "care",
3818 "carizal" => "cariz",
3819 "carking" => "cark",
3820 "carlos" => "carlo",
3821 "carlton" => "carlton",
3822 "carmen" => "carmen",
3823 "carmichael" => "carmichael",
3824 "carmine" => "carmin",
3825 "carnage" => "carnag",
3826 "carnation" => "carnat",
3827 "carne" => "carn",
3828 "carnegie" => "carnegi",
3829 "carnivorous" => "carnivor",
3830 "caroline" => "carolin",
3831 "carolling" => "carol",
3832 "carp" => "carp",
3833 "carpacho" => "carpacho",
3834 "carpenter" => "carpent",
3835 "carpenters" => "carpent",
3836 "carpet" => "carpet",
3837 "carpeted" => "carpet",
3838 "carpeting" => "carpet",
3839 "carpetless" => "carpetless",
3840 "carpets" => "carpet",
3841 "carping" => "carp",
3842 "carrancha" => "carrancha",
3843 "carranchas" => "carrancha",
3844 "carriage" => "carriag",
3845 "carriages" => "carriag",
3846 "carrie" => "carri",
3847 "carried" => "carri",
3848 "carrier" => "carrier",
3849 "carries" => "carri",
3850 "carrion" => "carrion",
3851 "carrot" => "carrot",
3852 "carrots" => "carrot",
3853 "carry" => "carri",
3854 "carrying" => "carri",
3855 "carse" => "cars",
3856 "carstone" => "carston",
3857 "cart" => "cart",
3858 "carte" => "cart",
3859 "cartel" => "cartel",
3860 "carthagena" => "carthagena",
3861 "cartload" => "cartload",
3862 "cartloads" => "cartload",
3863 "cartridge" => "cartridg",
3864 "cartridges" => "cartridg",
3865 "carts" => "cart",
3866 "carve" => "carv",
3867 "carved" => "carv",
3868 "carving" => "carv",
3869 "carvings" => "carv",
3870 "casara" => "casara",
3871 "casarita" => "casarita",
3872 "cascade" => "cascad",
3873 "cascades" => "cascad",
3874 "case" => "case",
3875 "casement" => "casement",
3876 "casements" => "casement",
3877 "cases" => "case",
3878 "cash" => "cash",
3879 "cashmere" => "cashmer",
3880 "cashup" => "cashup",
3881 "cask" => "cask",
3882 "casket" => "casket",
3883 "caskets" => "casket",
3884 "casks" => "cask",
3885 "casma" => "casma",
3886 "caspian" => "caspian",
3887 "cassada" => "cassada",
3888 "cassio" => "cassio",
3889 "cast" => "cast",
3890 "castanet" => "castanet",
3891 "castaway" => "castaway",
3892 "caste" => "cast",
3893 "castigate" => "castig",
3894 "castigation" => "castig",
3895 "casting" => "cast",
3896 "castle" => "castl",
3897 "castles" => "castl",
3898 "castor" => "castor",
3899 "castrated" => "castrat",
3900 "castro" => "castro",
3901 "casts" => "cast",
3902 "casual" => "casual",
3903 "casually" => "casual",
3904 "casualties" => "casualti",
3905 "casuarina" => "casuarina",
3906 "casucha" => "casucha",
3907 "casuchas" => "casucha",
3908 "casuistry" => "casuistri",
3909 "casuists" => "casuist",
3910 "cat" => "cat",
3911 "catacomb" => "catacomb",
3912 "cataleptic" => "catalept",
3913 "catalogue" => "catalogu",
3914 "catalogued" => "catalogu",
3915 "catalonian" => "catalonian",
3916 "catamaran" => "catamaran",
3917 "cataract" => "cataract",
3918 "cataracts" => "cataract",
3919 "catastrophe" => "catastroph",
3920 "catastrophes" => "catastroph",
3921 "catch" => "catch",
3922 "catched" => "catch",
3923 "catchers" => "catcher",
3924 "catches" => "catch",
3925 "catching" => "catch",
3926 "catchings" => "catch",
3927 "catechism" => "catech",
3928 "categories" => "categori",
3929 "category" => "categori",
3930 "caterpillar" => "caterpillar",
3931 "caterpillars" => "caterpillar",
3932 "catgut" => "catgut",
3933 "cathartes" => "cathart",
3934 "cathedral" => "cathedr",
3935 "cathedrals" => "cathedr",
3936 "catherine" => "catherin",
3937 "catholic" => "cathol",
3938 "catholics" => "cathol",
3939 "cats" => "cat",
3940 "cattle" => "cattl",
3941 "caucahue" => "caucahu",
3942 "caught" => "caught",
3943 "cauldron" => "cauldron",
3944 "cauliflowers" => "cauliflow",
3945 "cauquenes" => "cauquen",
3946 "caus" => "caus",
3947 "cause" => "caus",
3948 "caused" => "caus",
3949 "causeless" => "causeless",
3950 "causes" => "caus",
3951 "causing" => "caus",
3952 "caustic" => "caustic",
3953 "caution" => "caution",
3954 "cautioned" => "caution",
3955 "cautioning" => "caution",
3956 "cautions" => "caution",
3957 "cautious" => "cautious",
3958 "cautiously" => "cautious",
3959 "cavalry" => "cavalri",
3960 "cave" => "cave",
3961 "caveat" => "caveat",
3962 "cavendish" => "cavendish",
3963 "cavern" => "cavern",
3964 "cavernous" => "cavern",
3965 "caverns" => "cavern",
3966 "caves" => "cave",
3967 "cavia" => "cavia",
3968 "cavies" => "cavi",
3969 "cavil" => "cavil",
3970 "cavillers" => "cavil",
3971 "cavities" => "caviti",
3972 "cavity" => "caviti",
3973 "cavy" => "cavi",
3974 "caw" => "caw",
3975 "cawa" => "cawa",
3976 "cawing" => "caw",
3977 "cayanus" => "cayanus",
3978 "cayenne" => "cayenn",
3979 "caylen" => "caylen",
3980 "cease" => "ceas",
3981 "ceased" => "ceas",
3982 "ceaseless" => "ceaseless",
3983 "ceaselessly" => "ceaseless",
3984 "ceases" => "ceas",
3985 "ceasing" => "ceas",
3986 "cebrionidae" => "cebrionida",
3987 "cecilia" => "cecilia",
3988 "cedar" => "cedar",
3989 "cedars" => "cedar",
3990 "ceedingly" => "ceed",
3991 "ceiling" => "ceil",
3992 "ceilings" => "ceil",
3993 "ceillhg" => "ceillhg",
3994 "cel" => "cel",
3995 "celebes" => "celeb",
3996 "celebrate" => "celebr",
3997 "celebrated" => "celebr",
3998 "celebration" => "celebr",
3999 "celebrity" => "celebr",
4000 "celery" => "celeri",
4001 "celestial" => "celesti",
4002 "cell" => "cell",
4003 "cellar" => "cellar",
4004 "cellarage" => "cellarag",
4005 "cellaria" => "cellaria",
4006 "cellars" => "cellar",
4007 "cells" => "cell",
4008 "cellular" => "cellular",
4009 "cement" => "cement",
4010 "cemented" => "cement",
4011 "cementing" => "cement",
4012 "cemetery" => "cemeteri",
4013 "cenotherae" => "cenothera",
4014 "censorious" => "censori",
4015 "censorship" => "censorship",
4016 "censure" => "censur",
4017 "censured" => "censur",
4018 "censures" => "censur",
4019 "censuring" => "censur",
4020 "census" => "census",
4021 "cent" => "cent",
4022 "centaurs" => "centaur",
4023 "centered" => "center",
4024 "centra" => "centra",
4025 "central" => "central",
4026 "centre" => "centr",
4027 "centred" => "centr",
4028 "centres" => "centr",
4029 "centrifugal" => "centrifug",
4030 "centring" => "centr",
4031 "cents" => "cent",
4032 "centuries" => "centuri",
4033 "century" => "centuri",
4034 "cependent" => "cepend",
4035 "cephalopoda" => "cephalopoda",
4036 "cereal" => "cereal",
4037 "ceremonial" => "ceremoni",
4038 "ceremonies" => "ceremoni",
4039 "ceremonious" => "ceremoni",
4040 "ceremoniously" => "ceremoni",
4041 "ceremony" => "ceremoni",
4042 "cerro" => "cerro",
4043 "certain" => "certain",
4044 "certainl" => "certainl",
4045 "certainly" => "certain",
4046 "certainties" => "certainti",
4047 "certainty" => "certainti",
4048 "certhia" => "certhia",
4049 "certhidea" => "certhidea",
4050 "certificate" => "certif",
4051 "certificates" => "certif",
4052 "certified" => "certifi",
4053 "certifiket" => "certifiket",
4054 "certify" => "certifi",
4055 "certifying" => "certifi",
4056 "cervicem" => "cervicem",
4057 "cervus" => "cervus",
4058 "ceryle" => "ceryl",
4059 "ces" => "ces",
4060 "cesenate" => "cesen",
4061 "cessation" => "cessat",
4062 "cesspool" => "cesspool",
4063 "cesspools" => "cesspool",
4064 "cetaceous" => "cetac",
4065 "cetera" => "cetera",
4066 "ceteras" => "cetera",
4067 "cetrer" => "cetrer",
4068 "chacao" => "chacao",
4069 "chacun" => "chacun",
4070 "chadband" => "chadband",
4071 "chadbands" => "chadband",
4072 "chafe" => "chafe",
4073 "chafed" => "chafe",
4074 "chafes" => "chafe",
4075 "chaff" => "chaff",
4076 "chaffers" => "chaffer",
4077 "chaffinch" => "chaffinch",
4078 "chafing" => "chafe",
4079 "chagos" => "chago",
4080 "chagrin" => "chagrin",
4081 "chai" => "chai",
4082 "chain" => "chain",
4083 "chained" => "chain",
4084 "chains" => "chain",
4085 "chair" => "chair",
4086 "chairing" => "chair",
4087 "chairman" => "chairman",
4088 "chairs" => "chair",
4089 "chaise" => "chais",
4090 "chalk" => "chalk",
4091 "chalked" => "chalk",
4092 "chalking" => "chalk",
4093 "challenge" => "challeng",
4094 "challenged" => "challeng",
4095 "challenger" => "challeng",
4096 "challenging" => "challeng",
4097 "chalr" => "chalr",
4098 "chama" => "chama",
4099 "chamber" => "chamber",
4100 "chamberlain" => "chamberlain",
4101 "chambers" => "chamber",
4102 "chambre" => "chambr",
4103 "chameleon" => "chameleon",
4104 "chamisso" => "chamisso",
4105 "chamois" => "chamoi",
4106 "champagne" => "champagn",
4107 "champion" => "champion",
4108 "champions" => "champion",
4109 "chance" => "chanc",
4110 "chanced" => "chanc",
4111 "chancellor" => "chancellor",
4112 "chancellors" => "chancellor",
4113 "chancelor" => "chancelor",
4114 "chancery" => "chanceri",
4115 "chances" => "chanc",
4116 "chancing" => "chanc",
4117 "chandelier" => "chandeli",
4118 "chandeliers" => "chandeli",
4119 "chandler" => "chandler",
4120 "chaneral" => "chaner",
4121 "change" => "chang",
4122 "changeable" => "changeabl",
4123 "changed" => "chang",
4124 "changeling" => "changel",
4125 "changes" => "chang",
4126 "changing" => "chang",
4127 "channel" => "channel",
4128 "channels" => "channel",
4129 "chantant" => "chantant",
4130 "chanted" => "chant",
4131 "chanting" => "chant",
4132 "chants" => "chant",
4133 "chanuncillo" => "chanuncillo",
4134 "chaos" => "chao",
4135 "chaotic" => "chaotic",
4136 "chap" => "chap",
4137 "chapel" => "chapel",
4138 "chapels" => "chapel",
4139 "chaperon" => "chaperon",
4140 "chaperone" => "chaperon",
4141 "chaperons" => "chaperon",
4142 "chaplain" => "chaplain",
4143 "chaps" => "chap",
4144 "chapter" => "chapter",
4145 "chapters" => "chapter",
4146 "chaquaio" => "chaquaio",
4147 "character" => "charact",
4148 "characteristic" => "characterist",
4149 "characteristically" => "characterist",
4150 "characteristics" => "characterist",
4151 "characterize" => "character",
4152 "characterized" => "character",
4153 "characterizes" => "character",
4154 "characterizing" => "character",
4155 "characters" => "charact",
4156 "charade" => "charad",
4157 "charcoal" => "charcoal",
4158 "charcoaled" => "charcoal",
4159 "charge" => "charg",
4160 "chargeable" => "chargeabl",
4161 "charged" => "charg",
4162 "chargers" => "charger",
4163 "charges" => "charg",
4164 "charging" => "charg",
4165 "chariey" => "chariey",
4166 "charing" => "chare",
4167 "chariot" => "chariot",
4168 "chariots" => "chariot",
4169 "charitable" => "charit",
4170 "charitably" => "charit",
4171 "charities" => "chariti",
4172 "charity" => "chariti",
4173 "charlatanism" => "charlatan",
4174 "charles" => "charl",
4175 "charley" => "charley",
4176 "charlie" => "charli",
4177 "charlotte" => "charlott",
4178 "charm" => "charm",
4179 "charmed" => "charm",
4180 "charmer" => "charmer",
4181 "charmers" => "charmer",
4182 "charming" => "charm",
4183 "charmingly" => "charm",
4184 "charms" => "charm",
4185 "charnel" => "charnel",
4186 "charon" => "charon",
4187 "charqui" => "charqui",
4188 "charred" => "char",
4189 "chart" => "chart",
4190 "chartered" => "charter",
4191 "chartism" => "chartism",
4192 "chartist" => "chartist",
4193 "charts" => "chart",
4194 "charwoman" => "charwoman",
4195 "chary" => "chari",
4196 "chase" => "chase",
4197 "chased" => "chase",
4198 "chases" => "chase",
4199 "chasing" => "chase",
4200 "chasm" => "chasm",
4201 "chasms" => "chasm",
4202 "chaste" => "chast",
4203 "chastened" => "chasten",
4204 "chastening" => "chasten",
4205 "chastise" => "chastis",
4206 "chastisement" => "chastis",
4207 "chastity" => "chastiti",
4208 "chat" => "chat",
4209 "chateau" => "chateau",
4210 "chatham" => "chatham",
4211 "chatted" => "chat",
4212 "chattels" => "chattel",
4213 "chatter" => "chatter",
4214 "chatterbox" => "chatterbox",
4215 "chattered" => "chatter",
4216 "chatterer" => "chatter",
4217 "chattering" => "chatter",
4218 "chatters" => "chatter",
4219 "chatting" => "chat",
4220 "chatty" => "chatti",
4221 "chaunt" => "chaunt",
4222 "cheap" => "cheap",
4223 "cheaper" => "cheaper",
4224 "cheapest" => "cheapest",
4225 "cheaply" => "cheapli",
4226 "cheapside" => "cheapsid",
4227 "cheat" => "cheat",
4228 "cheated" => "cheat",
4229 "cheating" => "cheat",
4230 "cheats" => "cheat",
4231 "chec" => "chec",
4232 "check" => "check",
4233 "checked" => "check",
4234 "checking" => "check",
4235 "checks" => "check",
4236 "cheek" => "cheek",
4237 "cheeked" => "cheek",
4238 "cheeks" => "cheek",
4239 "cheer" => "cheer",
4240 "cheered" => "cheer",
4241 "cheerful" => "cheer",
4242 "cheerfully" => "cheer",
4243 "cheerfulness" => "cheer",
4244 "cheerily" => "cheerili",
4245 "cheeriness" => "cheeri",
4246 "cheering" => "cheer",
4247 "cheerless" => "cheerless",
4248 "cheers" => "cheer",
4249 "cheery" => "cheeri",
4250 "cheeryble" => "cheerybl",
4251 "cheerybles" => "cheerybl",
4252 "cheese" => "chees",
4253 "cheeseming" => "cheesem",
4254 "chefs" => "chef",
4255 "chelsea" => "chelsea",
4256 "cheltenham" => "cheltenham",
4257 "chem" => "chem",
4258 "chemical" => "chemic",
4259 "chemins" => "chemin",
4260 "chemise" => "chemis",
4261 "chemist" => "chemist",
4262 "chemistry" => "chemistri",
4263 "chemists" => "chemist",
4264 "chenille" => "chenill",
4265 "chepones" => "chepon",
4266 "cheque" => "chequ",
4267 "chequered" => "chequer",
4268 "cheques" => "chequ",
4269 "cher" => "cher",
4270 "chere" => "chere",
4271 "cherish" => "cherish",
4272 "cherished" => "cherish",
4273 "cherishes" => "cherish",
4274 "cherishing" => "cherish",
4275 "cherizette" => "cherizett",
4276 "cherries" => "cherri",
4277 "cherry" => "cherri",
4278 "cherryble" => "cherrybl",
4279 "cherrybles" => "cherrybl",
4280 "cherty" => "cherti",
4281 "cherubim" => "cherubim",
4282 "cheshires" => "cheshir",
4283 "chesney" => "chesney",
4284 "chess" => "chess",
4285 "chest" => "chest",
4286 "chested" => "chest",
4287 "chesterfield" => "chesterfield",
4288 "chestnut" => "chestnut",
4289 "chestnuts" => "chestnut",
4290 "chests" => "chest",
4291 "cheucau" => "cheucau",
4292 "cheval" => "cheval",
4293 "chevaux" => "chevaux",
4294 "chevy" => "chevi",
4295 "chew" => "chew",
4296 "chewed" => "chew",
4297 "chewing" => "chew",
4298 "chichester" => "chichest",
4299 "chichi" => "chichi",
4300 "chick" => "chick",
4301 "chicken" => "chicken",
4302 "chickens" => "chicken",
4303 "chiduco" => "chiduco",
4304 "chief" => "chief",
4305 "chiefest" => "chiefest",
4306 "chiefly" => "chiefli",
4307 "chiefs" => "chief",
4308 "chiel" => "chiel",
4309 "chiens" => "chien",
4310 "child" => "child",
4311 "childhood" => "childhood",
4312 "childish" => "childish",
4313 "childishly" => "childish",
4314 "childishness" => "childish",
4315 "childless" => "childless",
4316 "childlike" => "childlik",
4317 "children" => "children",
4318 "chile" => "chile",
4319 "chilean" => "chilean",
4320 "chileno" => "chileno",
4321 "chilenos" => "chileno",
4322 "chilian" => "chilian",
4323 "chilicauquen" => "chilicauquen",
4324 "chilipa" => "chilipa",
4325 "chill" => "chill",
4326 "chilled" => "chill",
4327 "chilling" => "chill",
4328 "chills" => "chill",
4329 "chilly" => "chilli",
4330 "chiloe" => "chilo",
4331 "chilotan" => "chilotan",
4332 "chilotans" => "chilotan",
4333 "chiltern" => "chiltern",
4334 "chimango" => "chimango",
4335 "chimbley" => "chimbley",
4336 "chimborazo" => "chimborazo",
4337 "chimes" => "chime",
4338 "chimie" => "chimi",
4339 "chimney" => "chimney",
4340 "chimneypiece" => "chimneypiec",
4341 "chimneys" => "chimney",
4342 "chin" => "chin",
4343 "china" => "china",
4344 "chinas" => "china",
4345 "chinchilloides" => "chinchilloid",
4346 "chinese" => "chines",
4347 "chink" => "chink",
4348 "chinking" => "chink",
4349 "chinks" => "chink",
4350 "chins" => "chin",
4351 "chintz" => "chintz",
4352 "chionis" => "chioni",
4353 "chip" => "chip",
4354 "chipping" => "chip",
4355 "chirp" => "chirp",
4356 "chirped" => "chirp",
4357 "chirping" => "chirp",
4358 "chirps" => "chirp",
4359 "chirrup" => "chirrup",
4360 "chirruped" => "chirrup",
4361 "chirruping" => "chirrup",
4362 "chisel" => "chisel",
4363 "chiselled" => "chisel",
4364 "chit" => "chit",
4365 "chitons" => "chiton",
4366 "chivalrous" => "chivalr",
4367 "chivalrously" => "chivalr",
4368 "chivalry" => "chivalri",
4369 "chivied" => "chivi",
4370 "chivying" => "chivi",
4371 "chizzle" => "chizzl",
4372 "chlorides" => "chlorid",
4373 "chock" => "chock",
4374 "chocolate" => "chocol",
4375 "choice" => "choic",
4376 "choiceness" => "choic",
4377 "choicest" => "choicest",
4378 "choir" => "choir",
4379 "choiseul" => "choiseul",
4380 "choke" => "choke",
4381 "choked" => "choke",
4382 "chokes" => "choke",
4383 "choking" => "choke",
4384 "cholechel" => "cholechel",
4385 "cholera" => "cholera",
4386 "chonchi" => "chonchi",
4387 "chonos" => "chono",
4388 "choose" => "choos",
4389 "chooses" => "choos",
4390 "choosing" => "choos",
4391 "chop" => "chop",
4392 "chopkins" => "chopkin",
4393 "chopped" => "chop",
4394 "chopping" => "chop",
4395 "chops" => "chop",
4396 "chord" => "chord",
4397 "chords" => "chord",
4398 "choristers" => "chorist",
4399 "chorus" => "chorus",
4400 "choruses" => "chorus",
4401 "chose" => "chose",
4402 "chosen" => "chosen",
4403 "chowser" => "chowser",
4404 "christ" => "christ",
4405 "christabel" => "christabel",
4406 "christen" => "christen",
4407 "christendom" => "christendom",
4408 "christened" => "christen",
4409 "christening" => "christen",
4410 "christi" => "christi",
4411 "christian" => "christian",
4412 "christianity" => "christian",
4413 "christians" => "christian",
4414 "christmas" => "christma",
4415 "christopher" => "christoph",
4416 "chronic" => "chronic",
4417 "chronicle" => "chronicl",
4418 "chronicled" => "chronicl",
4419 "chroniclers" => "chronicl",
4420 "chronicles" => "chronicl",
4421 "chronometrical" => "chronometr",
4422 "chrysalis" => "chrysali",
4423 "chrysomelidae" => "chrysomelida",
4424 "chrysopa" => "chrysopa",
4425 "chubby" => "chubbi",
4426 "chuck" => "chuck",
4427 "chucked" => "chuck",
4428 "chuckle" => "chuckl",
4429 "chuckled" => "chuckl",
4430 "chuckling" => "chuckl",
4431 "chunk" => "chunk",
4432 "chunks" => "chunk",
4433 "chupat" => "chupat",
4434 "church" => "church",
4435 "churches" => "church",
4436 "churchgoing" => "churchgo",
4437 "churchyard" => "churchyard",
4438 "churchyards" => "churchyard",
4439 "churlishness" => "churlish",
4440 "churls" => "churl",
4441 "churned" => "churn",
4442 "churning" => "churn",
4443 "chut" => "chut",
4444 "chuzo" => "chuzo",
4445 "chuzos" => "chuzo",
4446 "chy" => "chi",
4447 "cicadae" => "cicada",
4448 "cicadas" => "cicada",
4449 "cicidae" => "cicida",
4450 "cider" => "cider",
4451 "cigar" => "cigar",
4452 "cigarette" => "cigarett",
4453 "cigarettes" => "cigarett",
4454 "cigaritos" => "cigarito",
4455 "cigars" => "cigar",
4456 "ciliae" => "cilia",
4457 "cimabue" => "cimabu",
4458 "cincindela" => "cincindela",
4459 "cincinnatus" => "cincinnatus",
4460 "cincinnatuses" => "cincinnatus",
4461 "cinder" => "cinder",
4462 "cinderella" => "cinderella",
4463 "cinders" => "cinder",
4464 "cindery" => "cinderi",
4465 "cinereus" => "cinereus",
4466 "cinnamon" => "cinnamon",
4467 "cinq" => "cinq",
4468 "ciphering" => "cipher",
4469 "cir" => "cir",
4470 "circle" => "circl",
4471 "circles" => "circl",
4472 "circling" => "circl",
4473 "circuit" => "circuit",
4474 "circuitous" => "circuit",
4475 "circuits" => "circuit",
4476 "circular" => "circular",
4477 "circulars" => "circular",
4478 "circulated" => "circul",
4479 "circulates" => "circul",
4480 "circulating" => "circul",
4481 "circulation" => "circul",
4482 "circumambient" => "circumambi",
4483 "circumference" => "circumfer",
4484 "circumjacent" => "circumjac",
4485 "circumlocution" => "circumlocut",
4486 "circumnavigate" => "circumnavig",
4487 "circumnavigation" => "circumnavig",
4488 "circumscribed" => "circumscrib",
4489 "circumspect" => "circumspect",
4490 "circumstance" => "circumst",
4491 "circumstanced" => "circumstanc",
4492 "circumstances" => "circumst",
4493 "circumstantial" => "circumstanti",
4494 "circumstantially" => "circumstanti",
4495 "circus" => "circus",
4496 "cistern" => "cistern",
4497 "cisterns" => "cistern",
4498 "citadel" => "citadel",
4499 "citation" => "citat",
4500 "cite" => "cite",
4501 "cited" => "cite",
4502 "cities" => "citi",
4503 "citigrade" => "citigrad",
4504 "citizen" => "citizen",
4505 "citizens" => "citizen",
4506 "city" => "citi",
4507 "cive" => "cive",
4508 "civil" => "civil",
4509 "civilian" => "civilian",
4510 "civilians" => "civilian",
4511 "civilised" => "civilis",
4512 "civilities" => "civil",
4513 "civility" => "civil",
4514 "civilization" => "civil",
4515 "civilized" => "civil",
4516 "civilly" => "civilli",
4517 "clad" => "clad",
4518 "cladonia" => "cladonia",
4519 "claim" => "claim",
4520 "claimant" => "claimant",
4521 "claimed" => "claim",
4522 "claiming" => "claim",
4523 "claims" => "claim",
4524 "clairvoyante" => "clairvoyant",
4525 "clambered" => "clamber",
4526 "clamorous" => "clamor",
4527 "clamour" => "clamour",
4528 "clamouring" => "clamour",
4529 "clandestinely" => "clandestin",
4530 "clang" => "clang",
4531 "clanging" => "clang",
4532 "clangour" => "clangour",
4533 "clank" => "clank",
4534 "clanking" => "clank",
4535 "clanks" => "clank",
4536 "clap" => "clap",
4537 "clapped" => "clap",
4538 "clapping" => "clap",
4539 "clappings" => "clap",
4540 "claps" => "clap",
4541 "clara" => "clara",
4542 "clare" => "clare",
4543 "claret" => "claret",
4544 "clarionet" => "clarionet",
4545 "clark" => "clark",
4546 "clarke" => "clark",
4547 "clash" => "clash",
4548 "clashed" => "clash",
4549 "clashes" => "clash",
4550 "clashing" => "clash",
4551 "clasp" => "clasp",
4552 "clasped" => "clasp",
4553 "clasping" => "clasp",
4554 "claspknife" => "claspknif",
4555 "clasps" => "clasp",
4556 "class" => "class",
4557 "classed" => "class",
4558 "classes" => "class",
4559 "classic" => "classic",
4560 "classical" => "classic",
4561 "classicality" => "classic",
4562 "classify" => "classifi",
4563 "clatter" => "clatter",
4564 "clattered" => "clatter",
4565 "clattering" => "clatter",
4566 "clause" => "claus",
4567 "clausen" => "clausen",
4568 "clauses" => "claus",
4569 "clavipes" => "clavip",
4570 "claw" => "claw",
4571 "clawing" => "claw",
4572 "claws" => "claw",
4573 "clay" => "clay",
4574 "clayey" => "clayey",
4575 "claying" => "clay",
4576 "clayver" => "clayver",
4577 "clean" => "clean",
4578 "cleaned" => "clean",
4579 "cleaner" => "cleaner",
4580 "cleanest" => "cleanest",
4581 "cleaning" => "clean",
4582 "cleanliest" => "cleanliest",
4583 "cleanliness" => "cleanli",
4584 "cleanly" => "clean",
4585 "cleans" => "clean",
4586 "cleanse" => "cleans",
4587 "cleanses" => "cleans",
4588 "cleansing" => "cleans",
4589 "clear" => "clear",
4590 "clearance" => "clearanc",
4591 "cleared" => "clear",
4592 "clearer" => "clearer",
4593 "clearest" => "clearest",
4594 "clearing" => "clear",
4595 "clearly" => "clear",
4596 "clearness" => "clear",
4597 "cleavage" => "cleavag",
4598 "cleft" => "cleft",
4599 "clefts" => "cleft",
4600 "clematis" => "clemati",
4601 "clemency" => "clemenc",
4602 "clench" => "clench",
4603 "clenched" => "clench",
4604 "clenches" => "clench",
4605 "clenching" => "clench",
4606 "cleopatra" => "cleopatra",
4607 "clergyman" => "clergyman",
4608 "clergymen" => "clergymen",
4609 "clerical" => "cleric",
4610 "clerk" => "clerk",
4611 "clerkenwell" => "clerkenwel",
4612 "clerkly" => "clerk",
4613 "clerks" => "clerk",
4614 "clerkship" => "clerkship",
4615 "cleveland" => "cleveland",
4616 "clever" => "clever",
4617 "cleverer" => "clever",
4618 "cleverest" => "cleverest",
4619 "cleverly" => "clever",
4620 "cleverness" => "clever",
4621 "click" => "click",
4622 "clicked" => "click",
4623 "clicking" => "click",
4624 "client" => "client",
4625 "clients" => "client",
4626 "cliff" => "cliff",
4627 "clifford" => "clifford",
4628 "cliffs" => "cliff",
4629 "clifton" => "clifton",
4630 "clima" => "clima",
4631 "climate" => "climat",
4632 "climates" => "climat",
4633 "climax" => "climax",
4634 "climb" => "climb",
4635 "climbed" => "climb",
4636 "climbers" => "climber",
4637 "climbing" => "climb",
4638 "clime" => "clime",
4639 "climes" => "clime",
4640 "clinched" => "clinch",
4641 "cling" => "cling",
4642 "clinging" => "cling",
4643 "clings" => "cling",
4644 "clink" => "clink",
4645 "clinked" => "clink",
4646 "clinking" => "clink",
4647 "clip" => "clip",
4648 "clipped" => "clip",
4649 "clippers" => "clipper",
4650 "clipping" => "clip",
4651 "cliquot" => "cliquot",
4652 "clks" => "clks",
4653 "cloak" => "cloak",
4654 "cloaks" => "cloak",
4655 "clock" => "clock",
4656 "clocks" => "clock",
4657 "clods" => "clod",
4658 "cloe" => "cloe",
4659 "clogged" => "clog",
4660 "cloister" => "cloister",
4661 "cloistered" => "cloister",
4662 "cloisterly" => "cloister",
4663 "cloisters" => "cloister",
4664 "close" => "close",
4665 "closed" => "close",
4666 "closely" => "close",
4667 "closeness" => "close",
4668 "closer" => "closer",
4669 "closes" => "close",
4670 "closest" => "closest",
4671 "closet" => "closet",
4672 "closeted" => "closet",
4673 "closets" => "closet",
4674 "closing" => "close",
4675 "cloth" => "cloth",
4676 "clothe" => "cloth",
4677 "clothed" => "cloth",
4678 "clother" => "clother",
4679 "clothes" => "cloth",
4680 "clothing" => "cloth",
4681 "cloths" => "cloth",
4682 "clotted" => "clot",
4683 "cloud" => "cloud",
4684 "clouded" => "cloud",
4685 "cloudily" => "cloudili",
4686 "cloudless" => "cloudless",
4687 "clouds" => "cloud",
4688 "cloudy" => "cloudi",
4689 "clout" => "clout",
4690 "clove" => "clove",
4691 "clover" => "clover",
4692 "cloves" => "clove",
4693 "clown" => "clown",
4694 "clt" => "clt",
4695 "club" => "club",
4696 "clubs" => "club",
4697 "cluck" => "cluck",
4698 "clue" => "clue",
4699 "clump" => "clump",
4700 "clumps" => "clump",
4701 "clumsily" => "clumsili",
4702 "clumsiness" => "clumsi",
4703 "clumsy" => "clumsi",
4704 "clung" => "clung",
4705 "cluskie" => "cluski",
4706 "cluster" => "cluster",
4707 "clustered" => "cluster",
4708 "clustering" => "cluster",
4709 "clusters" => "cluster",
4710 "clutch" => "clutch",
4711 "clutched" => "clutch",
4712 "clutches" => "clutch",
4713 "clutching" => "clutch",
4714 "clytia" => "clytia",
4715 "co" => "co",
4716 "coach" => "coach",
4717 "coaches" => "coach",
4718 "coaching" => "coach",
4719 "coachmaker" => "coachmak",
4720 "coachman" => "coachman",
4721 "coachmen" => "coachmen",
4722 "coachyard" => "coachyard",
4723 "coadjutor" => "coadjutor",
4724 "coal" => "coal",
4725 "coalesced" => "coalesc",
4726 "coalescing" => "coalesc",
4727 "coalition" => "coalit",
4728 "coalitions" => "coalit",
4729 "coals" => "coal",
4730 "coalworth" => "coalworth",
4731 "coarse" => "coars",
4732 "coarsely" => "coars",
4733 "coarsened" => "coarsen",
4734 "coarseness" => "coars",
4735 "coarser" => "coarser",
4736 "coarsest" => "coarsest",
4737 "coast" => "coast",
4738 "coasts" => "coast",
4739 "coat" => "coat",
4740 "coated" => "coat",
4741 "coating" => "coat",
4742 "coatings" => "coat",
4743 "coats" => "coat",
4744 "coavins" => "coavin",
4745 "coavinses" => "coavins",
4746 "coaxed" => "coax",
4747 "coaxin" => "coaxin",
4748 "coaxing" => "coax",
4749 "coaxingly" => "coax",
4750 "cob" => "cob",
4751 "cobbey" => "cobbey",
4752 "cobbler" => "cobbler",
4753 "cobblesborough" => "cobblesborough",
4754 "coburg" => "coburg",
4755 "cobweb" => "cobweb",
4756 "cobwebs" => "cobweb",
4757 "cochlogena" => "cochlogena",
4758 "cochrane" => "cochran",
4759 "cock" => "cock",
4760 "cockaded" => "cockad",
4761 "cockades" => "cockad",
4762 "cockatoo" => "cockatoo",
4763 "cocked" => "cock",
4764 "cocking" => "cock",
4765 "cockney" => "cockney",
4766 "cockroaches" => "cockroach",
4767 "coco" => "coco",
4768 "cocoa" => "cocoa",
4769 "cocoon" => "cocoon",
4770 "cocos" => "coco",
4771 "cod" => "cod",
4772 "coddle" => "coddl",
4773 "coddled" => "coddl",
4774 "coddling" => "coddl",
4775 "code" => "code",
4776 "codes" => "code",
4777 "codger" => "codger",
4778 "codicil" => "codicil",
4779 "codified" => "codifi",
4780 "codlings" => "codl",
4781 "coelum" => "coelum",
4782 "coerced" => "coerc",
4783 "coercive" => "coerciv",
4784 "coeur" => "coeur",
4785 "coeval" => "coeval",
4786 "coextensive" => "coextens",
4787 "coffee" => "coffe",
4788 "coffeehouse" => "coffeehous",
4789 "coffers" => "coffer",
4790 "coffin" => "coffin",
4791 "coffins" => "coffin",
4792 "cogitated" => "cogit",
4793 "cogitating" => "cogit",
4794 "cogitation" => "cogit",
4795 "cogitations" => "cogit",
4796 "cognate" => "cognat",
4797 "cognisant" => "cognis",
4798 "cognizant" => "cogniz",
4799 "cognovits" => "cognovit",
4800 "cogs" => "cog",
4801 "coherence" => "coher",
4802 "coherent" => "coher",
4803 "cohesion" => "cohes",
4804 "coil" => "coil",
4805 "coiled" => "coil",
4806 "coils" => "coil",
4807 "coin" => "coin",
4808 "coinage" => "coinag",
4809 "coincide" => "coincid",
4810 "coincided" => "coincid",
4811 "coincidence" => "coincid",
4812 "coincidences" => "coincid",
4813 "coincides" => "coincid",
4814 "coiner" => "coiner",
4815 "coiners" => "coiner",
4816 "coining" => "coin",
4817 "coins" => "coin",
4818 "coinstantaneous" => "coinstantan",
4819 "coinstantaneously" => "coinstantan",
4820 "coke" => "coke",
4821 "cold" => "cold",
4822 "colder" => "colder",
4823 "coldest" => "coldest",
4824 "coldly" => "cold",
4825 "coldness" => "cold",
4826 "coldnesses" => "cold",
4827 "colds" => "cold",
4828 "coleman" => "coleman",
4829 "coleoptera" => "coleoptera",
4830 "coleridge" => "coleridg",
4831 "colias" => "colia",
4832 "colla" => "colla",
4833 "collapse" => "collaps",
4834 "collapsed" => "collaps",
4835 "collapses" => "collaps",
4836 "collar" => "collar",
4837 "collars" => "collar",
4838 "collateral" => "collater",
4839 "collation" => "collat",
4840 "colleague" => "colleagu",
4841 "colleagues" => "colleagu",
4842 "collect" => "collect",
4843 "collected" => "collect",
4844 "collectedly" => "collect",
4845 "collecting" => "collect",
4846 "collection" => "collect",
4847 "collections" => "collect",
4848 "collectively" => "collect",
4849 "collector" => "collector",
4850 "collectors" => "collector",
4851 "collects" => "collect",
4852 "college" => "colleg",
4853 "collier" => "collier",
4854 "collieries" => "collieri",
4855 "colliers" => "collier",
4856 "colliery" => "collieri",
4857 "collision" => "collis",
4858 "collnet" => "collnet",
4859 "collnett" => "collnett",
4860 "colloquial" => "colloqui",
4861 "colloquially" => "colloqui",
4862 "colloquy" => "colloquy",
4863 "colman" => "colman",
4864 "colnett" => "colnett",
4865 "cologne" => "cologn",
4866 "colonel" => "colonel",
4867 "colonia" => "colonia",
4868 "colonies" => "coloni",
4869 "colonist" => "colonist",
4870 "colonists" => "colonist",
4871 "colonize" => "colon",
4872 "colonized" => "colon",
4873 "colonnade" => "colonnad",
4874 "colonnades" => "colonnad",
4875 "colony" => "coloni",
4876 "color" => "color",
4877 "colorado" => "colorado",
4878 "colored" => "color",
4879 "colossal" => "coloss",
4880 "colour" => "colour",
4881 "coloured" => "colour",
4882 "colouring" => "colour",
4883 "colourless" => "colourless",
4884 "colours" => "colour",
4885 "colt" => "colt",
4886 "colts" => "colt",
4887 "columbus" => "columbus",
4888 "column" => "column",
4889 "columnar" => "columnar",
4890 "columns" => "column",
4891 "colymbetes" => "colymbet",
4892 "com" => "com",
4893 "comb" => "comb",
4894 "combat" => "combat",
4895 "combatants" => "combat",
4896 "combative" => "combat",
4897 "combativeness" => "combat",
4898 "combats" => "combat",
4899 "combatted" => "combat",
4900 "combed" => "comb",
4901 "combination" => "combin",
4902 "combinations" => "combin",
4903 "combine" => "combin",
4904 "combined" => "combin",
4905 "combines" => "combin",
4906 "combing" => "comb",
4907 "combining" => "combin",
4908 "combs" => "comb",
4909 "combusted" => "combust",
4910 "combusting" => "combust",
4911 "combustion" => "combust",
4912 "come" => "come",
4913 "comedies" => "comedi",
4914 "comedy" => "comedi",
4915 "comeliness" => "comeli",
4916 "comely" => "come",
4917 "comer" => "comer",
4918 "comers" => "comer",
4919 "comes" => "come",
4920 "comestibles" => "comest",
4921 "cometh" => "cometh",
4922 "comfort" => "comfort",
4923 "comfortable" => "comfort",
4924 "comfortabler" => "comfortabl",
4925 "comfortablest" => "comfortablest",
4926 "comfortably" => "comfort",
4927 "comforted" => "comfort",
4928 "comforter" => "comfort",
4929 "comforters" => "comfort",
4930 "comforting" => "comfort",
4931 "comfortingly" => "comfort",
4932 "comfortless" => "comfortless",
4933 "comforts" => "comfort",
4934 "comic" => "comic",
4935 "comical" => "comic",
4936 "comicality" => "comic",
4937 "comin" => "comin",
4938 "coming" => "come",
4939 "comings" => "come",
4940 "command" => "command",
4941 "commandant" => "command",
4942 "commanded" => "command",
4943 "commander" => "command",
4944 "commanding" => "command",
4945 "commands" => "command",
4946 "comme" => "comm",
4947 "commemorate" => "commemor",
4948 "commemorated" => "commemor",
4949 "commemoration" => "commemor",
4950 "commemorative" => "commemor",
4951 "commence" => "commenc",
4952 "commenced" => "commenc",
4953 "commencement" => "commenc",
4954 "commencements" => "commenc",
4955 "commences" => "commenc",
4956 "commencing" => "commenc",
4957 "commend" => "commend",
4958 "commendable" => "commend",
4959 "commendation" => "commend",
4960 "commendations" => "commend",
4961 "commended" => "commend",
4962 "commending" => "commend",
4963 "commendingly" => "commend",
4964 "commends" => "commend",
4965 "comment" => "comment",
4966 "commentary" => "commentari",
4967 "commented" => "comment",
4968 "commenting" => "comment",
4969 "comments" => "comment",
4970 "commerce" => "commerc",
4971 "commercial" => "commerci",
4972 "commiserating" => "commiser",
4973 "commiseration" => "commiser",
4974 "commissariat" => "commissariat",
4975 "commission" => "commiss",
4976 "commissioned" => "commiss",
4977 "commissioner" => "commission",
4978 "commissioners" => "commission",
4979 "commissions" => "commiss",
4980 "commit" => "commit",
4981 "commits" => "commit",
4982 "committed" => "commit",
4983 "committee" => "committe",
4984 "committees" => "committe",
4985 "committing" => "commit",
4986 "commixta" => "commixta",
4987 "commo" => "commo",
4988 "commodious" => "commodi",
4989 "commodities" => "commod",
4990 "commodity" => "commod",
4991 "commodore" => "commodor",
4992 "common" => "common",
4993 "commoner" => "common",
4994 "commoners" => "common",
4995 "commonest" => "commonest",
4996 "commonl" => "commonl",
4997 "commonly" => "common",
4998 "commonplace" => "commonplac",
4999 "commonplaces" => "commonplac",
5000 "commons" => "common",
5001 "commonwealth" => "commonwealth",
5002 "commotion" => "commot",
5003 "commotions" => "commot",
5004 "commttted" => "commtt",
5005 "commune" => "commune",
5006 "communicant" => "communic",
5007 "communicate" => "communic",
5008 "communicated" => "communic",
5009 "communicates" => "communic",
5010 "communicating" => "communic",
5011 "communication" => "communic",
5012 "communications" => "communic",
5013 "communicative" => "communic",
5014 "communing" => "commune",
5015 "communion" => "communion",
5016 "communism" => "communism",
5017 "communities" => "communiti",
5018 "community" => "communiti",
5019 "commuted" => "commut",
5020 "commuuity" => "commuuiti",
5021 "como" => "como",
5022 "compact" => "compact",
5023 "compactness" => "compact",
5024 "compacts" => "compact",
5025 "companies" => "compani",
5026 "companion" => "companion",
5027 "companions" => "companion",
5028 "companionship" => "companionship",
5029 "company" => "compani",
5030 "comparable" => "compar",
5031 "comparative" => "compar",
5032 "comparatively" => "compar",
5033 "compare" => "compar",
5034 "compared" => "compar",
5035 "compares" => "compar",
5036 "comparing" => "compar",
5037 "comparison" => "comparison",
5038 "comparisons" => "comparison",
5039 "compartments" => "compart",
5040 "compass" => "compass",
5041 "compassion" => "compass",
5042 "compassionate" => "compassion",
5043 "compassionated" => "compassion",
5044 "compassionately" => "compassion",
5045 "compassionating" => "compassion",
5046 "compatible" => "compat",
5047 "compatriots" => "compatriot",
5048 "compel" => "compel",
5049 "compelled" => "compel",
5050 "compelling" => "compel",
5051 "compels" => "compel",
5052 "compensate" => "compens",
5053 "compensated" => "compens",
5054 "compensating" => "compens",
5055 "compensation" => "compens",
5056 "compete" => "compet",
5057 "competency" => "compet",
5058 "competent" => "compet",
5059 "competitions" => "competit",
5060 "competitor" => "competitor",
5061 "compilers" => "compil",
5062 "complacency" => "complac",
5063 "complacent" => "complac",
5064 "complacently" => "complac",
5065 "complain" => "complain",
5066 "complained" => "complain",
5067 "complaining" => "complain",
5068 "complainings" => "complain",
5069 "complains" => "complain",
5070 "complaint" => "complaint",
5071 "complaints" => "complaint",
5072 "complanata" => "complanata",
5073 "complement" => "complement",
5074 "complete" => "complet",
5075 "completed" => "complet",
5076 "completel" => "completel",
5077 "completely" => "complet",
5078 "completeness" => "complet",
5079 "completes" => "complet",
5080 "completest" => "completest",
5081 "completing" => "complet",
5082 "completion" => "complet",
5083 "complex" => "complex",
5084 "complexion" => "complexion",
5085 "complexioned" => "complexion",
5086 "complexions" => "complexion",
5087 "compliance" => "complianc",
5088 "complicated" => "complic",
5089 "complication" => "complic",
5090 "complications" => "complic",
5091 "complied" => "compli",
5092 "complies" => "compli",
5093 "compliment" => "compliment",
5094 "complimentary" => "complimentari",
5095 "complimented" => "compliment",
5096 "complimenting" => "compliment",
5097 "compliments" => "compliment",
5098 "comply" => "compli",
5099 "complying" => "compli",
5100 "compn" => "compn",
5101 "component" => "compon",
5102 "compose" => "compos",
5103 "composed" => "compos",
5104 "composedly" => "compos",
5105 "composer" => "compos",
5106 "composes" => "compos",
5107 "composing" => "compos",
5108 "compositae" => "composita",
5109 "composite" => "composit",
5110 "composition" => "composit",
5111 "compositions" => "composit",
5112 "composure" => "composur",
5113 "compound" => "compound",
5114 "compounded" => "compound",
5115 "comprehen" => "comprehen",
5116 "comprehend" => "comprehend",
5117 "comprehended" => "comprehend",
5118 "comprehending" => "comprehend",
5119 "comprehends" => "comprehend",
5120 "comprehensible" => "comprehens",
5121 "comprehension" => "comprehens",
5122 "comprehensive" => "comprehens",
5123 "compressed" => "compress",
5124 "compressible" => "compress",
5125 "compressing" => "compress",
5126 "compression" => "compress",
5127 "comprise" => "compris",
5128 "comprised" => "compris",
5129 "comprises" => "compris",
5130 "comprising" => "compris",
5131 "compromise" => "compromis",
5132 "compromised" => "compromis",
5133 "compromises" => "compromis",
5134 "compromising" => "compromis",
5135 "compter" => "compter",
5136 "comptes" => "compt",
5137 "compulsion" => "compuls",
5138 "compulsory" => "compulsori",
5139 "compunction" => "compunct",
5140 "computation" => "comput",
5141 "comrade" => "comrad",
5142 "comrades" => "comrad",
5143 "con" => "con",
5144 "concatenation" => "concaten",
5145 "concave" => "concav",
5146 "conceal" => "conceal",
5147 "concealed" => "conceal",
5148 "concealing" => "conceal",
5149 "concealment" => "conceal",
5150 "concealments" => "conceal",
5151 "concebida" => "concebida",
5152 "concede" => "conced",
5153 "conceded" => "conced",
5154 "concedes" => "conced",
5155 "conceit" => "conceit",
5156 "conceited" => "conceit",
5157 "conceivable" => "conceiv",
5158 "conceive" => "conceiv",
5159 "conceived" => "conceiv",
5160 "conceives" => "conceiv",
5161 "conceiving" => "conceiv",
5162 "concentrate" => "concentr",
5163 "concentrated" => "concentr",
5164 "concentrating" => "concentr",
5165 "concentration" => "concentr",
5166 "concepcion" => "concepcion",
5167 "conception" => "concept",
5168 "conceptions" => "concept",
5169 "concern" => "concern",
5170 "concerned" => "concern",
5171 "concerning" => "concern",
5172 "concerns" => "concern",
5173 "concert" => "concert",
5174 "concerted" => "concert",
5175 "concertina" => "concertina",
5176 "concerts" => "concert",
5177 "concession" => "concess",
5178 "concessions" => "concess",
5179 "conchalee" => "conchale",
5180 "conchas" => "concha",
5181 "conchological" => "concholog",
5182 "conciliate" => "concili",
5183 "conciliated" => "concili",
5184 "conciliation" => "concili",
5185 "conciliations" => "concili",
5186 "conciliatory" => "conciliatori",
5187 "concise" => "concis",
5188 "conclave" => "conclav",
5189 "conclaves" => "conclav",
5190 "conclude" => "conclud",
5191 "concluded" => "conclud",
5192 "concludes" => "conclud",
5193 "concluding" => "conclud",
5194 "conclusion" => "conclus",
5195 "conclusions" => "conclus",
5196 "conclusive" => "conclus",
5197 "conclusively" => "conclus",
5198 "concoct" => "concoct",
5199 "concocted" => "concoct",
5200 "concord" => "concord",
5201 "concourse" => "concours",
5202 "concretions" => "concret",
5203 "concubine" => "concubin",
5204 "concur" => "concur",
5205 "concurrence" => "concurr",
5206 "concurrent" => "concurr",
5207 "concurs" => "concur",
5208 "condemn" => "condemn",
5209 "condemnation" => "condemn",
5210 "condemned" => "condemn",
5211 "condemning" => "condemn",
5212 "condemns" => "condemn",
5213 "condense" => "condens",
5214 "condensed" => "condens",
5215 "condescend" => "condescend",
5216 "condescended" => "condescend",
5217 "condescending" => "condescend",
5218 "condescendingly" => "condescend",
5219 "condescends" => "condescend",
5220 "condescension" => "condescens",
5221 "condescent" => "condesc",
5222 "condeseending" => "condeseend",
5223 "condign" => "condign",
5224 "condition" => "condit",
5225 "conditional" => "condit",
5226 "conditioned" => "condit",
5227 "conditions" => "condit",
5228 "condole" => "condol",
5229 "condoled" => "condol",
5230 "condolence" => "condol",
5231 "condolences" => "condol",
5232 "condor" => "condor",
5233 "condors" => "condor",
5234 "conduce" => "conduc",
5235 "conducive" => "conduc",
5236 "conduct" => "conduct",
5237 "conducted" => "conduct",
5238 "conducting" => "conduct",
5239 "conductor" => "conductor",
5240 "conductors" => "conductor",
5241 "conductress" => "conductress",
5242 "conducts" => "conduct",
5243 "conduits" => "conduit",
5244 "cone" => "cone",
5245 "conejos" => "conejo",
5246 "cones" => "cone",
5247 "confabulation" => "confabul",
5248 "confabulations" => "confabul",
5249 "confectioner" => "confection",
5250 "confederate" => "confeder",
5251 "confederates" => "confeder",
5252 "confer" => "confer",
5253 "conference" => "confer",
5254 "conferences" => "confer",
5255 "conferred" => "confer",
5256 "conferring" => "confer",
5257 "confers" => "confer",
5258 "confervae" => "conferva",
5259 "confess" => "confess",
5260 "confessed" => "confess",
5261 "confessedly" => "confess",
5262 "confessing" => "confess",
5263 "confession" => "confess",
5264 "confessions" => "confess",
5265 "confessor" => "confessor",
5266 "confidante" => "confidant",
5267 "confidantes" => "confidant",
5268 "confide" => "confid",
5269 "confided" => "confid",
5270 "confidence" => "confid",
5271 "confidences" => "confid",
5272 "confident" => "confid",
5273 "confidential" => "confidenti",
5274 "confidentially" => "confidenti",
5275 "confidently" => "confid",
5276 "confides" => "confid",
5277 "confiding" => "confid",
5278 "confidingly" => "confid",
5279 "configuration" => "configur",
5280 "confine" => "confin",
5281 "confined" => "confin",
5282 "confinement" => "confin",
5283 "confines" => "confin",
5284 "confining" => "confin",
5285 "confirm" => "confirm",
5286 "confirmation" => "confirm",
5287 "confirmatory" => "confirmatori",
5288 "confirmed" => "confirm",
5289 "confirming" => "confirm",
5290 "confirms" => "confirm",
5291 "confiscate" => "confisc",
5292 "confiscation" => "confisc",
5293 "conflagrations" => "conflagr",
5294 "conflict" => "conflict",
5295 "conflicting" => "conflict",
5296 "conform" => "conform",
5297 "conforming" => "conform",
5298 "conformity" => "conform",
5299 "confound" => "confound",
5300 "confounded" => "confound",
5301 "confoundedly" => "confound",
5302 "confounding" => "confound",
5303 "confront" => "confront",
5304 "confronted" => "confront",
5305 "confronting" => "confront",
5306 "confronts" => "confront",
5307 "confuse" => "confus",
5308 "confused" => "confus",
5309 "confusedly" => "confus",
5310 "confuses" => "confus",
5311 "confusing" => "confus",
5312 "confusion" => "confus",
5313 "confute" => "confut",
5314 "confuting" => "confut",
5315 "congealed" => "congeal",
5316 "congelation" => "congel",
5317 "congeners" => "congen",
5318 "congenial" => "congeni",
5319 "congenially" => "congeni",
5320 "conglomerate" => "conglomer",
5321 "conglomeration" => "conglomer",
5322 "congo" => "congo",
5323 "congratulate" => "congratul",
5324 "congratulated" => "congratul",
5325 "congratulating" => "congratul",
5326 "congratulation" => "congratul",
5327 "congratulations" => "congratul",
5328 "congratulatory" => "congratulatori",
5329 "congregate" => "congreg",
5330 "congregated" => "congreg",
5331 "congregation" => "congreg",
5332 "congruous" => "congruous",
5333 "conica" => "conica",
5334 "conical" => "conic",
5335 "conjecture" => "conjectur",
5336 "conjectured" => "conjectur",
5337 "conjectures" => "conjectur",
5338 "conjecturing" => "conjectur",
5339 "conjoint" => "conjoint",
5340 "conjointly" => "conjoint",
5341 "conjugal" => "conjug",
5342 "conjunction" => "conjunct",
5343 "conjuncture" => "conjunctur",
5344 "conjuration" => "conjur",
5345 "conjure" => "conjur",
5346 "conjured" => "conjur",
5347 "conjures" => "conjur",
5348 "conjuring" => "conjur",
5349 "conjuror" => "conjuror",
5350 "connect" => "connect",
5351 "connected" => "connect",
5352 "connecting" => "connect",
5353 "connection" => "connect",
5354 "connections" => "connect",
5355 "connects" => "connect",
5356 "connexion" => "connexion",
5357 "connexions" => "connexion",
5358 "conning" => "con",
5359 "connivance" => "conniv",
5360 "connoisseur" => "connoisseur",
5361 "connubialities" => "connubi",
5362 "conquer" => "conquer",
5363 "conquerable" => "conquer",
5364 "conquered" => "conquer",
5365 "conquering" => "conquer",
5366 "conqueror" => "conqueror",
5367 "conquerors" => "conqueror",
5368 "conquest" => "conquest",
5369 "consanguinity" => "consanguin",
5370 "consarn" => "consarn",
5371 "conscience" => "conscienc",
5372 "consciences" => "conscienc",
5373 "conscientious" => "conscienti",
5374 "conscientiously" => "conscienti",
5375 "conscientiousness" => "conscienti",
5376 "conscious" => "conscious",
5377 "consciously" => "conscious",
5378 "consciousness" => "conscious",
5379 "consecrated" => "consecr",
5380 "consecrating" => "consecr",
5381 "consecutive" => "consecut",
5382 "consecutively" => "consecut",
5383 "consent" => "consent",
5384 "consented" => "consent",
5385 "consenting" => "consent",
5386 "consents" => "consent",
5387 "consequence" => "consequ",
5388 "consequences" => "consequ",
5389 "consequent" => "consequ",
5390 "consequential" => "consequenti",
5391 "consequently" => "consequ",
5392 "conservatism" => "conservat",
5393 "conservative" => "conserv",
5394 "conservatives" => "conserv",
5395 "conservatories" => "conservatori",
5396 "conservatory" => "conservatori",
5397 "conserved" => "conserv",
5398 "consider" => "consid",
5399 "considerable" => "consider",
5400 "considerably" => "consider",
5401 "considerate" => "consider",
5402 "considerately" => "consider",
5403 "consideration" => "consider",
5404 "considerations" => "consider",
5405 "considered" => "consid",
5406 "considering" => "consid",
5407 "considers" => "consid",
5408 "consign" => "consign",
5409 "consigned" => "consign",
5410 "consigning" => "consign",
5411 "consignment" => "consign",
5412 "consist" => "consist",
5413 "consisted" => "consist",
5414 "consistency" => "consist",
5415 "consistent" => "consist",
5416 "consistently" => "consist",
5417 "consisting" => "consist",
5418 "consists" => "consist",
5419 "consolation" => "consol",
5420 "consolations" => "consol",
5421 "consolatory" => "consolatori",
5422 "console" => "consol",
5423 "consoled" => "consol",
5424 "consoles" => "consol",
5425 "consolidate" => "consolid",
5426 "consolidated" => "consolid",
5427 "consolidating" => "consolid",
5428 "consoling" => "consol",
5429 "consolingly" => "consol",
5430 "consols" => "consol",
5431 "consonant" => "conson",
5432 "consort" => "consort",
5433 "consorted" => "consort",
5434 "consorting" => "consort",
5435 "conspicuous" => "conspicu",
5436 "conspicuously" => "conspicu",
5437 "conspiracy" => "conspiraci",
5438 "conspirator" => "conspir",
5439 "conspirators" => "conspir",
5440 "conspire" => "conspir",
5441 "conspired" => "conspir",
5442 "conspiring" => "conspir",
5443 "constable" => "constabl",
5444 "constables" => "constabl",
5445 "constance" => "constanc",
5446 "constancy" => "constanc",
5447 "constant" => "constant",
5448 "constantinople" => "constantinopl",
5449 "constantly" => "constant",
5450 "constellations" => "constel",
5451 "consternation" => "constern",
5452 "constitootion" => "constitoot",
5453 "constituencies" => "constitu",
5454 "constituency" => "constitu",
5455 "constituent" => "constitu",
5456 "constituents" => "constitu",
5457 "constitute" => "constitut",
5458 "constituted" => "constitut",
5459 "constitutes" => "constitut",
5460 "constituting" => "constitut",
5461 "constitution" => "constitut",
5462 "constitutional" => "constitut",
5463 "constitutionally" => "constitut",
5464 "constrain" => "constrain",
5465 "constrained" => "constrain",
5466 "constraining" => "constrain",
5467 "constrains" => "constrain",
5468 "constraint" => "constraint",
5469 "construct" => "construct",
5470 "constructed" => "construct",
5471 "constructing" => "construct",
5472 "construction" => "construct",
5473 "constructions" => "construct",
5474 "construe" => "constru",
5475 "consul" => "consul",
5476 "consult" => "consult",
5477 "consultation" => "consult",
5478 "consultations" => "consult",
5479 "consulted" => "consult",
5480 "consulting" => "consult",
5481 "consults" => "consult",
5482 "consume" => "consum",
5483 "consumed" => "consum",
5484 "consumedly" => "consum",
5485 "consumers" => "consum",
5486 "consuming" => "consum",
5487 "consummate" => "consumm",
5488 "consummation" => "consumm",
5489 "consumption" => "consumpt",
5490 "consumptive" => "consumpt",
5491 "contact" => "contact",
5492 "contagion" => "contagion",
5493 "contagious" => "contagi",
5494 "contain" => "contain",
5495 "contained" => "contain",
5496 "containing" => "contain",
5497 "contains" => "contain",
5498 "contaminated" => "contamin",
5499 "contaminating" => "contamin",
5500 "contamination" => "contamin",
5501 "contemned" => "contemn",
5502 "contemning" => "contemn",
5503 "contemns" => "contemn",
5504 "contemplate" => "contempl",
5505 "contemplated" => "contempl",
5506 "contemplates" => "contempl",
5507 "contemplating" => "contempl",
5508 "contemplation" => "contempl",
5509 "contemplations" => "contempl",
5510 "contemplative" => "contempl",
5511 "contemporaneous" => "contemporan",
5512 "contemporaneously" => "contemporan",
5513 "contemporaneousness" => "contemporan",
5514 "contemporaries" => "contemporari",
5515 "contempt" => "contempt",
5516 "contemptible" => "contempt",
5517 "contemptuous" => "contemptu",
5518 "contemptuously" => "contemptu",
5519 "conten" => "conten",
5520 "contend" => "contend",
5521 "contended" => "contend",
5522 "contending" => "contend",
5523 "contends" => "contend",
5524 "content" => "content",
5525 "contented" => "content",
5526 "contentedly" => "content",
5527 "contenting" => "content",
5528 "contention" => "content",
5529 "contentions" => "content",
5530 "contentious" => "contenti",
5531 "contentment" => "content",
5532 "contents" => "content",
5533 "contest" => "contest",
5534 "contested" => "contest",
5535 "contests" => "contest",
5536 "continent" => "contin",
5537 "continental" => "continent",
5538 "continents" => "contin",
5539 "contingencies" => "conting",
5540 "contingency" => "conting",
5541 "contingent" => "conting",
5542 "continney" => "continney",
5543 "continual" => "continu",
5544 "continually" => "continu",
5545 "continuance" => "continu",
5546 "continuation" => "continu",
5547 "continue" => "continu",
5548 "continued" => "continu",
5549 "continues" => "continu",
5550 "continuing" => "continu",
5551 "continuous" => "continu",
5552 "continuously" => "continu",
5553 "contorted" => "contort",
5554 "contorting" => "contort",
5555 "contortions" => "contort",
5556 "contra" => "contra",
5557 "contract" => "contract",
5558 "contracted" => "contract",
5559 "contracting" => "contract",
5560 "contraction" => "contract",
5561 "contractors" => "contractor",
5562 "contracts" => "contract",
5563 "contradict" => "contradict",
5564 "contradicted" => "contradict",
5565 "contradicting" => "contradict",
5566 "contradiction" => "contradict",
5567 "contradictions" => "contradict",
5568 "contradictory" => "contradictori",
5569 "contradicts" => "contradict",
5570 "contradistinction" => "contradistinct",
5571 "contrairy" => "contrairi",
5572 "contralto" => "contralto",
5573 "contrarieties" => "contrarieti",
5574 "contrary" => "contrari",
5575 "contrast" => "contrast",
5576 "contrasted" => "contrast",
5577 "contrasting" => "contrast",
5578 "contrasts" => "contrast",
5579 "contrees" => "contre",
5580 "contribute" => "contribut",
5581 "contributed" => "contribut",
5582 "contributes" => "contribut",
5583 "contributing" => "contribut",
5584 "contribution" => "contribut",
5585 "contributions" => "contribut",
5586 "contributors" => "contributor",
5587 "contrite" => "contrit",
5588 "contrition" => "contrit",
5589 "contrivance" => "contriv",
5590 "contrivances" => "contriv",
5591 "contrive" => "contriv",
5592 "contrived" => "contriv",
5593 "contriving" => "contriv",
5594 "control" => "control",
5595 "controlled" => "control",
5596 "controlling" => "control",
5597 "controls" => "control",
5598 "controvert" => "controvert",
5599 "controverted" => "controvert",
5600 "contumelious" => "contumeli",
5601 "contumely" => "contum",
5602 "contusion" => "contus",
5603 "conundrums" => "conundrum",
5604 "conurus" => "conurus",
5605 "convalescence" => "convalesc",
5606 "convalescent" => "convalesc",
5607 "convened" => "conven",
5608 "convenience" => "conveni",
5609 "convenient" => "conveni",
5610 "conveniently" => "conveni",
5611 "convent" => "convent",
5612 "convention" => "convent",
5613 "conventional" => "convent",
5614 "conventionalities" => "convent",
5615 "conventionality" => "convent",
5616 "conventionally" => "convent",
5617 "conventions" => "convent",
5618 "convents" => "convent",
5619 "conventual" => "conventu",
5620 "converge" => "converg",
5621 "converged" => "converg",
5622 "convergent" => "converg",
5623 "conversant" => "convers",
5624 "conversation" => "convers",
5625 "conversational" => "convers",
5626 "conversationally" => "convers",
5627 "conversations" => "convers",
5628 "converse" => "convers",
5629 "conversed" => "convers",
5630 "converses" => "convers",
5631 "conversing" => "convers",
5632 "conversion" => "convers",
5633 "convert" => "convert",
5634 "converted" => "convert",
5635 "convertible" => "convert",
5636 "converting" => "convert",
5637 "convertion" => "convert",
5638 "converts" => "convert",
5639 "convex" => "convex",
5640 "convey" => "convey",
5641 "conveyance" => "convey",
5642 "conveyancer" => "conveyanc",
5643 "conveyances" => "convey",
5644 "conveyed" => "convey",
5645 "conveying" => "convey",
5646 "conveys" => "convey",
5647 "convict" => "convict",
5648 "convicted" => "convict",
5649 "conviction" => "convict",
5650 "convictions" => "convict",
5651 "convicts" => "convict",
5652 "convince" => "convinc",
5653 "convinced" => "convinc",
5654 "convinces" => "convinc",
5655 "convincing" => "convinc",
5656 "convivial" => "convivi",
5657 "conviviality" => "convivi",
5658 "convolvulus" => "convolvulus",
5659 "convulsed" => "convuls",
5660 "convulsion" => "convuls",
5661 "convulsions" => "convuls",
5662 "convulsive" => "convuls",
5663 "convulsively" => "convuls",
5664 "conwenient" => "conweni",
5665 "conwulsions" => "conwuls",
5666 "coodle" => "coodl",
5667 "coodleites" => "coodleit",
5668 "cooing" => "coo",
5669 "cook" => "cook",
5670 "cooked" => "cook",
5671 "cookery" => "cookeri",
5672 "cooking" => "cook",
5673 "cookites" => "cookit",
5674 "cooks" => "cook",
5675 "cookshop" => "cookshop",
5676 "cool" => "cool",
5677 "cooled" => "cool",
5678 "cooler" => "cooler",
5679 "coolest" => "coolest",
5680 "cooling" => "cool",
5681 "coolly" => "coolli",
5682 "coolness" => "cool",
5683 "coom" => "coom",
5684 "coomin" => "coomin",
5685 "cooms" => "coom",
5686 "coop" => "coop",
5687 "cooped" => "coop",
5688 "coorch" => "coorch",
5689 "coot" => "coot",
5690 "cope" => "cope",
5691 "copeck" => "copeck",
5692 "copecks" => "copeck",
5693 "cophias" => "cophia",
5694 "copiapo" => "copiapo",
5695 "copied" => "copi",
5696 "copies" => "copi",
5697 "coping" => "cope",
5698 "copious" => "copious",
5699 "copiously" => "copious",
5700 "copper" => "copper",
5701 "coppers" => "copper",
5702 "coppery" => "copperi",
5703 "coppice" => "coppic",
5704 "copse" => "cops",
5705 "copy" => "copi",
5706 "copying" => "copi",
5707 "coquetry" => "coquetri",
5708 "coquette" => "coquett",
5709 "coquettish" => "coquettish",
5710 "coquille" => "coquill",
5711 "coquimbo" => "coquimbo",
5712 "cora" => "cora",
5713 "coral" => "coral",
5714 "coralline" => "corallin",
5715 "corallines" => "corallin",
5716 "corals" => "coral",
5717 "corcovado" => "corcovado",
5718 "cord" => "cord",
5719 "cordage" => "cordag",
5720 "corded" => "cord",
5721 "cordial" => "cordial",
5722 "cordiality" => "cordial",
5723 "cordially" => "cordial",
5724 "cordials" => "cordial",
5725 "cordillera" => "cordillera",
5726 "cords" => "cord",
5727 "corduroy" => "corduroy",
5728 "core" => "core",
5729 "corfield" => "corfield",
5730 "coriaceous" => "coriac",
5731 "coriolanus" => "coriolanus",
5732 "cork" => "cork",
5733 "corks" => "cork",
5734 "corkscrew" => "corkscrew",
5735 "corkscrewed" => "corkscrew",
5736 "cormoran" => "cormoran",
5737 "cormorant" => "cormor",
5738 "cormorants" => "cormor",
5739 "corn" => "corn",
5740 "corned" => "corn",
5741 "cornelia" => "cornelia",
5742 "cornelian" => "cornelian",
5743 "corner" => "corner",
5744 "cornered" => "corner",
5745 "corners" => "corner",
5746 "cornerstone" => "cornerston",
5747 "cornfield" => "cornfield",
5748 "cornice" => "cornic",
5749 "cornish" => "cornish",
5750 "corns" => "corn",
5751 "cornwall" => "cornwal",
5752 "coronal" => "coron",
5753 "coroner" => "coron",
5754 "coroners" => "coron",
5755 "coronet" => "coronet",
5756 "coronets" => "coronet",
5757 "corporal" => "corpor",
5758 "corporation" => "corpor",
5759 "corporations" => "corpor",
5760 "corporeal" => "corpor",
5761 "corps" => "corp",
5762 "corpse" => "corps",
5763 "corpses" => "corps",
5764 "corpulence" => "corpul",
5765 "corpulent" => "corpul",
5766 "corpus" => "corpus",
5767 "corral" => "corral",
5768 "corrales" => "corral",
5769 "corrals" => "corral",
5770 "correct" => "correct",
5771 "corrected" => "correct",
5772 "correcting" => "correct",
5773 "correction" => "correct",
5774 "corrective" => "correct",
5775 "correctly" => "correct",
5776 "correctness" => "correct",
5777 "corrects" => "correct",
5778 "correndera" => "correndera",
5779 "correspond" => "correspond",
5780 "corresponded" => "correspond",
5781 "correspondence" => "correspond",
5782 "correspondent" => "correspond",
5783 "correspondents" => "correspond",
5784 "corresponding" => "correspond",
5785 "correspondingly" => "correspond",
5786 "corridor" => "corridor",
5787 "corrientes" => "corrient",
5788 "corrobery" => "corroberi",
5789 "corroborate" => "corrobor",
5790 "corroborated" => "corrobor",
5791 "corroboration" => "corrobor",
5792 "corroborative" => "corrobor",
5793 "corroboratory" => "corroboratori",
5794 "corroded" => "corrod",
5795 "corroding" => "corrod",
5796 "corrugated" => "corrug",
5797 "corrupt" => "corrupt",
5798 "corrupted" => "corrupt",
5799 "corrupting" => "corrupt",
5800 "corruption" => "corrupt",
5801 "corrupts" => "corrupt",
5802 "corse" => "cors",
5803 "cortez" => "cortez",
5804 "corunda" => "corunda",
5805 "corynetes" => "corynet",
5806 "cos" => "cos",
5807 "cosa" => "cosa",
5808 "coseguina" => "coseguina",
5809 "cosgrave" => "cosgrav",
5810 "cosily" => "cosili",
5811 "cosmopolitan" => "cosmopolitan",
5812 "cost" => "cost",
5813 "costal" => "costal",
5814 "costermongers" => "costermong",
5815 "costlier" => "costlier",
5816 "costliest" => "costliest",
5817 "costly" => "cost",
5818 "costs" => "cost",
5819 "costume" => "costum",
5820 "costumes" => "costum",
5821 "cosy" => "cosi",
5822 "cot" => "cot",
5823 "cote" => "cote",
5824 "cottage" => "cottag",
5825 "cottager" => "cottag",
5826 "cottagers" => "cottag",
5827 "cottages" => "cottag",
5828 "cotton" => "cotton",
5829 "cottoned" => "cotton",
5830 "cottons" => "cotton",
5831 "couch" => "couch",
5832 "couched" => "couch",
5833 "couches" => "couch",
5834 "cough" => "cough",
5835 "coughed" => "cough",
5836 "coughing" => "cough",
5837 "coughs" => "cough",
5838 "could" => "could",
5839 "couldn" => "couldn",
5840 "couldst" => "couldst",
5841 "council" => "council",
5842 "councillor" => "councillor",
5843 "councillors" => "councillor",
5844 "councils" => "council",
5845 "counsel" => "counsel",
5846 "counselled" => "counsel",
5847 "counsellor" => "counsellor",
5848 "counsellors" => "counsellor",
5849 "counsels" => "counsel",
5850 "count" => "count",
5851 "counted" => "count",
5852 "countenance" => "counten",
5853 "countenanced" => "countenanc",
5854 "countenances" => "counten",
5855 "counter" => "counter",
5856 "counteract" => "counteract",
5857 "counteracted" => "counteract",
5858 "counterbalance" => "counterbal",
5859 "counterbalanced" => "counterbalanc",
5860 "counterfeit" => "counterfeit",
5861 "counterfeited" => "counterfeit",
5862 "counterfeiting" => "counterfeit",
5863 "counterfeits" => "counterfeit",
5864 "counterpane" => "counterpan",
5865 "counterpart" => "counterpart",
5866 "counterplot" => "counterplot",
5867 "counterpoise" => "counterpois",
5868 "counters" => "counter",
5869 "countess" => "countess",
5870 "countesses" => "countess",
5871 "counties" => "counti",
5872 "counting" => "count",
5873 "countless" => "countless",
5874 "countree" => "countre",
5875 "countries" => "countri",
5876 "countrified" => "countrifi",
5877 "country" => "countri",
5878 "countryman" => "countryman",
5879 "countrymen" => "countrymen",
5880 "countryrmen" => "countryrmen",
5881 "countrywomen" => "countrywomen",
5882 "counts" => "count",
5883 "county" => "counti",
5884 "coup" => "coup",
5885 "couple" => "coupl",
5886 "coupled" => "coupl",
5887 "couples" => "coupl",
5888 "coupling" => "coupl",
5889 "courage" => "courag",
5890 "courageous" => "courag",
5891 "courageously" => "courag",
5892 "courcy" => "courci",
5893 "courcys" => "courci",
5894 "courier" => "courier",
5895 "course" => "cours",
5896 "coursed" => "cours",
5897 "coursers" => "courser",
5898 "courses" => "cours",
5899 "coursing" => "cours",
5900 "court" => "court",
5901 "courted" => "court",
5902 "courteous" => "courteous",
5903 "courteously" => "courteous",
5904 "courtesies" => "courtesi",
5905 "courtesy" => "courtesi",
5906 "courtier" => "courtier",
5907 "courtiers" => "courtier",
5908 "courting" => "court",
5909 "courtly" => "court",
5910 "courts" => "court",
5911 "courtship" => "courtship",
5912 "courtships" => "courtship",
5913 "courtyard" => "courtyard",
5914 "courtyards" => "courtyard",
5915 "cousin" => "cousin",
5916 "cousinly" => "cousin",
5917 "cousins" => "cousin",
5918 "cousinship" => "cousinship",
5919 "couthouy" => "couthouy",
5920 "cove" => "cove",
5921 "covenanted" => "coven",
5922 "covent" => "covent",
5923 "coventry" => "coventri",
5924 "cover" => "cover",
5925 "covered" => "cover",
5926 "covering" => "cover",
5927 "coverings" => "cover",
5928 "coverlet" => "coverlet",
5929 "coverley" => "coverley",
5930 "covers" => "cover",
5931 "covert" => "covert",
5932 "covertly" => "covert",
5933 "coverts" => "covert",
5934 "coverture" => "covertur",
5935 "coves" => "cove",
5936 "covet" => "covet",
5937 "coveted" => "covet",
5938 "covetous" => "covet",
5939 "covetousness" => "covet",
5940 "coveys" => "covey",
5941 "cow" => "cow",
5942 "coward" => "coward",
5943 "cowardice" => "cowardic",
5944 "cowardly" => "coward",
5945 "cowards" => "coward",
5946 "cowboy" => "cowboy",
5947 "cowcumber" => "cowcumb",
5948 "cowed" => "cow",
5949 "cower" => "cower",
5950 "cowered" => "cower",
5951 "cowering" => "cower",
5952 "cowers" => "cower",
5953 "cowl" => "cowl",
5954 "cowley" => "cowley",
5955 "cows" => "cow",
5956 "cowshed" => "cowsh",
5957 "cowslip" => "cowslip",
5958 "cowslips" => "cowslip",
5959 "cox" => "cox",
5960 "coxcomb" => "coxcomb",
5961 "coxcombical" => "coxcomb",
5962 "coxcombs" => "coxcomb",
5963 "coxswain" => "coxswain",
5964 "coy" => "coy",
5965 "coyness" => "coy",
5966 "coypus" => "coypus",
5967 "cozened" => "cozen",
5968 "cozily" => "cozili",
5969 "crab" => "crab",
5970 "crabbe" => "crabb",
5971 "crabbed" => "crab",
5972 "crabberies" => "crabberi",
5973 "crabs" => "crab",
5974 "crack" => "crack",
5975 "cracked" => "crack",
5976 "cracking" => "crack",
5977 "crackle" => "crackl",
5978 "crackled" => "crackl",
5979 "crackling" => "crackl",
5980 "cracks" => "crack",
5981 "cradle" => "cradl",
5982 "cradles" => "cradl",
5983 "craft" => "craft",
5984 "craftier" => "craftier",
5985 "craftiest" => "craftiest",
5986 "crafts" => "craft",
5987 "crafty" => "crafti",
5988 "crags" => "crag",
5989 "cram" => "cram",
5990 "cramble" => "crambl",
5991 "crammed" => "cram",
5992 "cramming" => "cram",
5993 "cramp" => "cramp",
5994 "cramped" => "cramp",
5995 "cramping" => "cramp",
5996 "cranberry" => "cranberri",
5997 "crancrivora" => "crancrivora",
5998 "cranes" => "crane",
5999 "craning" => "crane",
6000 "cranks" => "crank",
6001 "crannies" => "cranni",
6002 "crape" => "crape",
6003 "crash" => "crash",
6004 "crashed" => "crash",
6005 "crashing" => "crash",
6006 "crater" => "crater",
6007 "crateriform" => "crateriform",
6008 "craters" => "crater",
6009 "cravat" => "cravat",
6010 "cravats" => "cravat",
6011 "crave" => "crave",
6012 "craved" => "crave",
6013 "craven" => "craven",
6014 "craving" => "crave",
6015 "craw" => "craw",
6016 "crawl" => "crawl",
6017 "crawled" => "crawl",
6018 "crawling" => "crawl",
6019 "crawls" => "crawl",
6020 "craws" => "craw",
6021 "cray" => "cray",
6022 "crayons" => "crayon",
6023 "craze" => "craze",
6024 "crazed" => "craze",
6025 "crazy" => "crazi",
6026 "creak" => "creak",
6027 "creaked" => "creak",
6028 "creaking" => "creak",
6029 "cream" => "cream",
6030 "crease" => "creas",
6031 "creases" => "creas",
6032 "creasing" => "creas",
6033 "create" => "creat",
6034 "created" => "creat",
6035 "creating" => "creat",
6036 "creation" => "creation",
6037 "creations" => "creation",
6038 "creative" => "creativ",
6039 "creator" => "creator",
6040 "creature" => "creatur",
6041 "creatures" => "creatur",
6042 "credence" => "credenc",
6043 "credentials" => "credenti",
6044 "credibility" => "credibl",
6045 "credible" => "credibl",
6046 "credibly" => "credibl",
6047 "credit" => "credit",
6048 "creditable" => "credit",
6049 "creditably" => "credit",
6050 "credited" => "credit",
6051 "crediting" => "credit",
6052 "creditor" => "creditor",
6053 "creditors" => "creditor",
6054 "credulity" => "credul",
6055 "credulous" => "credul",
6056 "cree" => "cree",
6057 "creed" => "creed",
6058 "creek" => "creek",
6059 "creeks" => "creek",
6060 "creep" => "creep",
6061 "creeper" => "creeper",
6062 "creepers" => "creeper",
6063 "creeping" => "creep",
6064 "creeps" => "creep",
6065 "creetur" => "creetur",
6066 "creeturs" => "creetur",
6067 "creevy" => "creevi",
6068 "crepitans" => "crepitan",
6069 "crept" => "crept",
6070 "crescent" => "crescent",
6071 "crest" => "crest",
6072 "crested" => "crest",
6073 "crestfallen" => "crestfallen",
6074 "crests" => "crest",
6075 "crevez" => "crevez",
6076 "crevice" => "crevic",
6077 "crevices" => "crevic",
6078 "crew" => "crew",
6079 "crib" => "crib",
6080 "cribs" => "crib",
6081 "crichton" => "crichton",
6082 "cricket" => "cricket",
6083 "crickets" => "cricket",
6084 "cried" => "cri",
6085 "crier" => "crier",
6086 "criers" => "crier",
6087 "cries" => "cri",
6088 "crime" => "crime",
6089 "crimes" => "crime",
6090 "criminal" => "crimin",
6091 "criminality" => "crimin",
6092 "criminals" => "crimin",
6093 "criminate" => "crimin",
6094 "criminations" => "crimin",
6095 "crimson" => "crimson",
6096 "crimsoned" => "crimson",
6097 "cringe" => "cring",
6098 "cringing" => "cring",
6099 "cringingly" => "cring",
6100 "crinoline" => "crinolin",
6101 "cripple" => "crippl",
6102 "crippled" => "crippl",
6103 "crippler" => "crippler",
6104 "crisia" => "crisia",
6105 "crisis" => "crisi",
6106 "crisp" => "crisp",
6107 "cristal" => "cristal",
6108 "cristatus" => "cristatus",
6109 "cristiandad" => "cristiandad",
6110 "cristianos" => "cristiano",
6111 "criterion" => "criterion",
6112 "critic" => "critic",
6113 "critical" => "critic",
6114 "criticise" => "criticis",
6115 "criticised" => "criticis",
6116 "criticism" => "critic",
6117 "criticisms" => "critic",
6118 "criticize" => "critic",
6119 "criticizing" => "critic",
6120 "critics" => "critic",
6121 "critique" => "critiqu",
6122 "critturs" => "crittur",
6123 "croak" => "croak",
6124 "croaked" => "croak",
6125 "croaking" => "croak",
6126 "croaks" => "croak",
6127 "crockery" => "crockeri",
6128 "crockford" => "crockford",
6129 "crocking" => "crock",
6130 "crocodile" => "crocodil",
6131 "crocodiles" => "crocodil",
6132 "croesus" => "croesus",
6133 "crois" => "croi",
6134 "crook" => "crook",
6135 "crooked" => "crook",
6136 "crookedly" => "crook",
6137 "crooks" => "crook",
6138 "crop" => "crop",
6139 "cropley" => "cropley",
6140 "crops" => "crop",
6141 "cros" => "cros",
6142 "cross" => "cross",
6143 "crosse" => "cross",
6144 "crossed" => "cross",
6145 "crosses" => "cross",
6146 "crossgrained" => "crossgrain",
6147 "crossin" => "crossin",
6148 "crossing" => "cross",
6149 "crossings" => "cross",
6150 "crossly" => "crossli",
6151 "crost" => "crost",
6152 "crotchet" => "crotchet",
6153 "crotchets" => "crotchet",
6154 "crouched" => "crouch",
6155 "crouches" => "crouch",
6156 "crouching" => "crouch",
6157 "croup" => "croup",
6158 "crow" => "crow",
6159 "crowbar" => "crowbar",
6160 "crowd" => "crowd",
6161 "crowded" => "crowd",
6162 "crowding" => "crowd",
6163 "crowds" => "crowd",
6164 "crowed" => "crow",
6165 "crowin" => "crowin",
6166 "crowing" => "crow",
6167 "crowl" => "crowl",
6168 "crown" => "crown",
6169 "crowned" => "crown",
6170 "crowning" => "crown",
6171 "crowns" => "crown",
6172 "crowquill" => "crowquil",
6173 "crows" => "crow",
6174 "crucified" => "crucifi",
6175 "crucify" => "crucifi",
6176 "crucifying" => "crucifi",
6177 "crude" => "crude",
6178 "crudely" => "crude",
6179 "crudest" => "crudest",
6180 "cruel" => "cruel",
6181 "cruellest" => "cruellest",
6182 "cruelly" => "cruelli",
6183 "cruelties" => "cruelti",
6184 "cruelty" => "cruelti",
6185 "cruenta" => "cruenta",
6186 "cruet" => "cruet",
6187 "cruise" => "cruis",
6188 "cruises" => "cruis",
6189 "crumb" => "crumb",
6190 "crumber" => "crumber",
6191 "crumble" => "crumbl",
6192 "crumbled" => "crumbl",
6193 "crumbling" => "crumbl",
6194 "crumbs" => "crumb",
6195 "crumlinwallinwer" => "crumlinwallinw",
6196 "crummles" => "crumml",
6197 "crummleses" => "crummles",
6198 "crumpet" => "crumpet",
6199 "crumpets" => "crumpet",
6200 "crumpled" => "crumpl",
6201 "crumpling" => "crumpl",
6202 "crumpy" => "crumpi",
6203 "crupper" => "crupper",
6204 "crusade" => "crusad",
6205 "crusader" => "crusad",
6206 "crusaders" => "crusad",
6207 "crusades" => "crusad",
6208 "crusading" => "crusad",
6209 "crush" => "crush",
6210 "crushed" => "crush",
6211 "crushes" => "crush",
6212 "crushing" => "crush",
6213 "crusoe" => "cruso",
6214 "crust" => "crust",
6215 "crustacea" => "crustacea",
6216 "crustaceous" => "crustac",
6217 "crusts" => "crust",
6218 "crusty" => "crusti",
6219 "crutches" => "crutch",
6220 "cruz" => "cruz",
6221 "cry" => "cri",
6222 "crying" => "cri",
6223 "crypt" => "crypt",
6224 "cryptogamic" => "cryptogam",
6225 "crystal" => "crystal",
6226 "crystalline" => "crystallin",
6227 "crystallization" => "crystal",
6228 "crystallized" => "crystal",
6229 "crystals" => "crystal",
6230 "crystial" => "crystial",
6231 "ct" => "ct",
6232 "ctenomys" => "ctenomi",
6233 "cu" => "cu",
6234 "cubes" => "cube",
6235 "cubic" => "cubic",
6236 "cubs" => "cub",
6237 "cucao" => "cucao",
6238 "cuchilla" => "cuchilla",
6239 "cuckoo" => "cuckoo",
6240 "cuckoos" => "cuckoo",
6241 "cucumber" => "cucumb",
6242 "cucumbers" => "cucumb",
6243 "cudgel" => "cudgel",
6244 "cudgelled" => "cudgel",
6245 "cudgels" => "cudgel",
6246 "cudico" => "cudico",
6247 "cue" => "cue",
6248 "cuentas" => "cuenta",
6249 "cuero" => "cuero",
6250 "cues" => "cue",
6251 "cueva" => "cueva",
6252 "cuff" => "cuff",
6253 "cuffs" => "cuff",
6254 "cuffy" => "cuffi",
6255 "cufre" => "cufr",
6256 "cul" => "cul",
6257 "culpability" => "culpabl",
6258 "culpeu" => "culpeu",
6259 "culprit" => "culprit",
6260 "cultivate" => "cultiv",
6261 "cultivated" => "cultiv",
6262 "cultivating" => "cultiv",
6263 "cultivation" => "cultiv",
6264 "culture" => "cultur",
6265 "culver" => "culver",
6266 "cum" => "cum",
6267 "cumber" => "cumber",
6268 "cumberland" => "cumberland",
6269 "cumbre" => "cumbr",
6270 "cumbrously" => "cumbrous",
6271 "cumfbler" => "cumfbler",
6272 "cumin" => "cumin",
6273 "cuming" => "cume",
6274 "cummin" => "cummin",
6275 "cumnor" => "cumnor",
6276 "cums" => "cum",
6277 "cumuli" => "cumuli",
6278 "cunicularia" => "cunicularia",
6279 "cunicularius" => "cunicularius",
6280 "cunning" => "cun",
6281 "cunningest" => "cunningest",
6282 "cunningly" => "cun",
6283 "cup" => "cup",
6284 "cupboard" => "cupboard",
6285 "cupboards" => "cupboard",
6286 "cupid" => "cupid",
6287 "cupidity" => "cupid",
6288 "cupids" => "cupid",
6289 "cupola" => "cupola",
6290 "cups" => "cup",
6291 "cur" => "cur",
6292 "cura" => "cura",
6293 "curacy" => "curaci",
6294 "curate" => "curat",
6295 "curb" => "curb",
6296 "curbed" => "curb",
6297 "curdle" => "curdl",
6298 "curds" => "curd",
6299 "cure" => "cure",
6300 "cured" => "cure",
6301 "cures" => "cure",
6302 "curing" => "cure",
6303 "curiosities" => "curios",
6304 "curiosity" => "curios",
6305 "curious" => "curious",
6306 "curiously" => "curious",
6307 "curl" => "curl",
6308 "curled" => "curl",
6309 "curlew" => "curlew",
6310 "curling" => "curl",
6311 "curlings" => "curl",
6312 "curls" => "curl",
6313 "curly" => "cur",
6314 "curmudgeon" => "curmudgeon",
6315 "curragh" => "curragh",
6316 "currant" => "currant",
6317 "currants" => "currant",
6318 "currency" => "currenc",
6319 "current" => "current",
6320 "currently" => "current",
6321 "currents" => "current",
6322 "curricle" => "curricl",
6323 "curries" => "curri",
6324 "curry" => "curri",
6325 "curs" => "cur",
6326 "curse" => "curs",
6327 "cursed" => "curs",
6328 "curses" => "curs",
6329 "cursing" => "curs",
6330 "cursitor" => "cursitor",
6331 "cursory" => "cursori",
6332 "curt" => "curt",
6333 "curtain" => "curtain",
6334 "curtained" => "curtain",
6335 "curtaining" => "curtain",
6336 "curtains" => "curtain",
6337 "curtness" => "curt",
6338 "curtsey" => "curtsey",
6339 "curtseyed" => "curtsey",
6340 "curtseying" => "curtsey",
6341 "curtseys" => "curtsey",
6342 "curtsied" => "curtsi",
6343 "curtsy" => "curtsi",
6344 "curtsying" => "curtsi",
6345 "curtsys" => "curtsi",
6346 "curvature" => "curvatur",
6347 "curve" => "curv",
6348 "curved" => "curv",
6349 "curves" => "curv",
6350 "curvidens" => "curviden",
6351 "curving" => "curv",
6352 "cushion" => "cushion",
6353 "cushioned" => "cushion",
6354 "cushioning" => "cushion",
6355 "cushions" => "cushion",
6356 "custodian" => "custodian",
6357 "custodians" => "custodian",
6358 "custody" => "custodi",
6359 "custom" => "custom",
6360 "customarily" => "customarili",
6361 "customary" => "customari",
6362 "customer" => "custom",
6363 "customers" => "custom",
6364 "customs" => "custom",
6365 "cut" => "cut",
6366 "cutaneous" => "cutan",
6367 "cute" => "cute",
6368 "cutlass" => "cutlass",
6369 "cutler" => "cutler",
6370 "cutlery" => "cutleri",
6371 "cutlets" => "cutlet",
6372 "cuts" => "cut",
6373 "cutter" => "cutter",
6374 "cutters" => "cutter",
6375 "cutthroat" => "cutthroat",
6376 "cutting" => "cut",
6377 "cuttle" => "cuttl",
6378 "cuvier" => "cuvier",
6379 "cycle" => "cycl",
6380 "cycles" => "cycl",
6381 "cyclopean" => "cyclopean",
6382 "cylinder" => "cylind",
6383 "cylinders" => "cylind",
6384 "cylindrical" => "cylindr",
6385 "cymbal" => "cymbal",
6386 "cymindis" => "cymindi",
6387 "cynara" => "cynara",
6388 "cynic" => "cynic",
6389 "cynical" => "cynic",
6390 "cynicism" => "cynic",
6391 "cynucus" => "cynucus",
6392 "cyperus" => "cyperus",
6393 "cypress" => "cypress",
6394 "cyprus" => "cyprus",
6395 "cyrus" => "cyrus",
6396 "cyttaria" => "cyttaria",
6397 "d" => "d",
6398 "da" => "da",
6399 "daark" => "daark",
6400 "dab" => "dab",
6401 "dabber" => "dabber",
6402 "dabbing" => "dab",
6403 "dabbled" => "dabbl",
6404 "dabblers" => "dabbler",
6405 "dabbling" => "dabbl",
6406 "dabs" => "dab",
6407 "dacelo" => "dacelo",
6408 "dacia" => "dacia",
6409 "dadass" => "dadass",
6410 "daft" => "daft",
6411 "dagestan" => "dagestan",
6412 "dagger" => "dagger",
6413 "daggers" => "dagger",
6414 "dail" => "dail",
6415 "daily" => "daili",
6416 "dainties" => "dainti",
6417 "daintily" => "daintili",
6418 "dainty" => "dainti",
6419 "dairy" => "dairi",
6420 "dais" => "dai",
6421 "daisy" => "daisi",
6422 "dale" => "dale",
6423 "dalliance" => "dallianc",
6424 "dallied" => "dalli",
6425 "dally" => "dalli",
6426 "damage" => "damag",
6427 "damaged" => "damag",
6428 "damages" => "damag",
6429 "damaging" => "damag",
6430 "damask" => "damask",
6431 "dame" => "dame",
6432 "dames" => "dame",
6433 "damme" => "damm",
6434 "dammed" => "dam",
6435 "damn" => "damn",
6436 "damnable" => "damnabl",
6437 "damnably" => "damnabl",
6438 "damnation" => "damnat",
6439 "damnatory" => "damnatori",
6440 "damned" => "damn",
6441 "damp" => "damp",
6442 "damped" => "damp",
6443 "damper" => "damper",
6444 "dampest" => "dampest",
6445 "dampier" => "dampier",
6446 "damping" => "damp",
6447 "dampness" => "damp",
6448 "damsel" => "damsel",
6449 "damsels" => "damsel",
6450 "dan" => "dan",
6451 "dance" => "danc",
6452 "danced" => "danc",
6453 "dancer" => "dancer",
6454 "dancers" => "dancer",
6455 "dances" => "danc",
6456 "dancing" => "danc",
6457 "dancings" => "danc",
6458 "dandified" => "dandifi",
6459 "dandling" => "dandl",
6460 "dandy" => "dandi",
6461 "dandyism" => "dandyism",
6462 "dang" => "dang",
6463 "danger" => "danger",
6464 "dangerous" => "danger",
6465 "dangerously" => "danger",
6466 "dangers" => "danger",
6467 "dangle" => "dangl",
6468 "dangling" => "dangl",
6469 "daniel" => "daniel",
6470 "daniell" => "daniel",
6471 "dank" => "dank",
6472 "danke" => "dank",
6473 "dans" => "dan",
6474 "danse" => "dans",
6475 "dante" => "dant",
6476 "dapibus" => "dapibus",
6477 "darby" => "darbi",
6478 "dare" => "dare",
6479 "dared" => "dare",
6480 "daren" => "daren",
6481 "dares" => "dare",
6482 "daresay" => "daresay",
6483 "daring" => "dare",
6484 "dark" => "dark",
6485 "darken" => "darken",
6486 "darkened" => "darken",
6487 "darkening" => "darken",
6488 "darkens" => "darken",
6489 "darker" => "darker",
6490 "darkest" => "darkest",
6491 "darkly" => "dark",
6492 "darkness" => "dark",
6493 "darling" => "darl",
6494 "darlings" => "darl",
6495 "darn" => "darn",
6496 "darned" => "darn",
6497 "darning" => "darn",
6498 "dart" => "dart",
6499 "darted" => "dart",
6500 "darting" => "dart",
6501 "darts" => "dart",
6502 "darwin" => "darwin",
6503 "darwinian" => "darwinian",
6504 "darwinii" => "darwinii",
6505 "darya" => "darya",
6506 "das" => "das",
6507 "dash" => "dash",
6508 "dashed" => "dash",
6509 "dashes" => "dash",
6510 "dashing" => "dash",
6511 "dastard" => "dastard",
6512 "dastardly" => "dastard",
6513 "dasypus" => "dasypus",
6514 "data" => "data",
6515 "date" => "date",
6516 "dated" => "date",
6517 "dates" => "date",
6518 "dating" => "date",
6519 "daubed" => "daub",
6520 "daubeny" => "daubeni",
6521 "daubney" => "daubney",
6522 "daughter" => "daughter",
6523 "daughters" => "daughter",
6524 "daunt" => "daunt",
6525 "daunted" => "daunt",
6526 "daverous" => "daver",
6527 "david" => "david",
6528 "davies" => "davi",
6529 "davis" => "davi",
6530 "davy" => "davi",
6531 "dawdle" => "dawdl",
6532 "dawdling" => "dawdl",
6533 "dawlish" => "dawlish",
6534 "dawn" => "dawn",
6535 "dawned" => "dawn",
6536 "dawning" => "dawn",
6537 "dawns" => "dawn",
6538 "day" => "day",
6539 "daybreak" => "daybreak",
6540 "daylight" => "daylight",
6541 "days" => "day",
6542 "daytime" => "daytim",
6543 "dayvle" => "dayvl",
6544 "dazed" => "daze",
6545 "dazzle" => "dazzl",
6546 "dazzled" => "dazzl",
6547 "dazzler" => "dazzler",
6548 "dazzling" => "dazzl",
6549 "dcar" => "dcar",
6550 "de" => "de",
6551 "dea" => "dea",
6552 "dead" => "dead",
6553 "deaden" => "deaden",
6554 "deadened" => "deaden",
6555 "deadens" => "deaden",
6556 "deadliest" => "deadliest",
6557 "deadlock" => "deadlock",
6558 "deadly" => "dead",
6559 "deadwood" => "deadwood",
6560 "deaf" => "deaf",
6561 "deafen" => "deafen",
6562 "deafening" => "deafen",
6563 "deafness" => "deaf",
6564 "deal" => "deal",
6565 "dealer" => "dealer",
6566 "dealers" => "dealer",
6567 "dealing" => "deal",
6568 "dealings" => "deal",
6569 "dealt" => "dealt",
6570 "dean" => "dean",
6571 "deane" => "dean",
6572 "deans" => "dean",
6573 "dear" => "dear",
6574 "dearer" => "dearer",
6575 "dearest" => "dearest",
6576 "dearly" => "dear",
6577 "dears" => "dear",
6578 "dearth" => "dearth",
6579 "dease" => "deas",
6580 "death" => "death",
6581 "deathbed" => "deathb",
6582 "deathless" => "deathless",
6583 "deathlike" => "deathlik",
6584 "deathly" => "death",
6585 "deaths" => "death",
6586 "debacle" => "debacl",
6587 "debar" => "debar",
6588 "debarred" => "debar",
6589 "debase" => "debas",
6590 "debased" => "debas",
6591 "debasement" => "debas",
6592 "debasing" => "debas",
6593 "debate" => "debat",
6594 "debated" => "debat",
6595 "debater" => "debat",
6596 "debates" => "debat",
6597 "debating" => "debat",
6598 "debauch" => "debauch",
6599 "debauchery" => "debaucheri",
6600 "debilitated" => "debilit",
6601 "debility" => "debil",
6602 "debris" => "debri",
6603 "debt" => "debt",
6604 "debtor" => "debtor",
6605 "debtors" => "debtor",
6606 "debts" => "debt",
6607 "dec" => "dec",
6608 "decamp" => "decamp",
6609 "decamped" => "decamp",
6610 "decanter" => "decant",
6611 "decanters" => "decant",
6612 "decapitated" => "decapit",
6613 "decay" => "decay",
6614 "decayed" => "decay",
6615 "decaying" => "decay",
6616 "decease" => "deceas",
6617 "deceased" => "deceas",
6618 "deceit" => "deceit",
6619 "deceitful" => "deceit",
6620 "deceitfulness" => "deceit",
6621 "deceive" => "deceiv",
6622 "deceived" => "deceiv",
6623 "deceivers" => "deceiv",
6624 "deceives" => "deceiv",
6625 "deceiving" => "deceiv",
6626 "december" => "decemb",
6627 "decencies" => "decenc",
6628 "decency" => "decenc",
6629 "decent" => "decent",
6630 "decently" => "decent",
6631 "deception" => "decept",
6632 "deceptions" => "decept",
6633 "deceptive" => "decept",
6634 "decide" => "decid",
6635 "decided" => "decid",
6636 "decidedly" => "decid",
6637 "decides" => "decid",
6638 "deciding" => "decid",
6639 "deciduous" => "decidu",
6640 "decimal" => "decim",
6641 "decimals" => "decim",
6642 "decipher" => "deciph",
6643 "deciphered" => "deciph",
6644 "deciphering" => "deciph",
6645 "decision" => "decis",
6646 "decisions" => "decis",
6647 "decisive" => "decis",
6648 "decisively" => "decis",
6649 "deck" => "deck",
6650 "decked" => "deck",
6651 "decking" => "deck",
6652 "declaim" => "declaim",
6653 "declaimed" => "declaim",
6654 "declamation" => "declam",
6655 "declaration" => "declar",
6656 "declarations" => "declar",
6657 "declaratory" => "declaratori",
6658 "declare" => "declar",
6659 "declared" => "declar",
6660 "declares" => "declar",
6661 "declaring" => "declar",
6662 "decline" => "declin",
6663 "declined" => "declin",
6664 "declines" => "declin",
6665 "declining" => "declin",
6666 "decompose" => "decompos",
6667 "decomposed" => "decompos",
6668 "decomposing" => "decompos",
6669 "decomposition" => "decomposit",
6670 "decorate" => "decor",
6671 "decorated" => "decor",
6672 "decorates" => "decor",
6673 "decoration" => "decor",
6674 "decorations" => "decor",
6675 "decorative" => "decor",
6676 "decorous" => "decor",
6677 "decorously" => "decor",
6678 "decorum" => "decorum",
6679 "decoy" => "decoy",
6680 "decrease" => "decreas",
6681 "decreased" => "decreas",
6682 "decreasing" => "decreas",
6683 "decree" => "decre",
6684 "decreed" => "decre",
6685 "decrees" => "decre",
6686 "decrepit" => "decrepit",
6687 "decrepitude" => "decrepitud",
6688 "dedicated" => "dedic",
6689 "dedlock" => "dedlock",
6690 "dedlocks" => "dedlock",
6691 "deduced" => "deduc",
6692 "deducible" => "deduc",
6693 "deduct" => "deduct",
6694 "deducted" => "deduct",
6695 "deducting" => "deduct",
6696 "deduction" => "deduct",
6697 "deductions" => "deduct",
6698 "dee" => "dee",
6699 "deead" => "deead",
6700 "deed" => "deed",
6701 "deedn" => "deedn",
6702 "deeds" => "deed",
6703 "deein" => "deein",
6704 "deem" => "deem",
6705 "deemed" => "deem",
6706 "deeming" => "deem",
6707 "deems" => "deem",
6708 "deep" => "deep",
6709 "deepen" => "deepen",
6710 "deepened" => "deepen",
6711 "deepening" => "deepen",
6712 "deepens" => "deepen",
6713 "deeper" => "deeper",
6714 "deepest" => "deepest",
6715 "deeply" => "deepli",
6716 "deer" => "deer",
6717 "deering" => "deer",
6718 "defacing" => "defac",
6719 "defalcation" => "defalc",
6720 "default" => "default",
6721 "defeat" => "defeat",
6722 "defeated" => "defeat",
6723 "defect" => "defect",
6724 "defection" => "defect",
6725 "defective" => "defect",
6726 "defects" => "defect",
6727 "defence" => "defenc",
6728 "defenceless" => "defenceless",
6729 "defend" => "defend",
6730 "defendant" => "defend",
6731 "defendants" => "defend",
6732 "defended" => "defend",
6733 "defenders" => "defend",
6734 "defending" => "defend",
6735 "defer" => "defer",
6736 "deference" => "defer",
6737 "deferential" => "deferenti",
6738 "deferentially" => "deferenti",
6739 "deferred" => "defer",
6740 "deferring" => "defer",
6741 "defers" => "defer",
6742 "defiance" => "defianc",
6743 "defiances" => "defianc",
6744 "defiant" => "defiant",
6745 "defiantly" => "defiant",
6746 "deficiencies" => "defici",
6747 "deficiency" => "defici",
6748 "deficient" => "defici",
6749 "defied" => "defi",
6750 "defies" => "defi",
6751 "defile" => "defil",
6752 "defiled" => "defil",
6753 "defiles" => "defil",
6754 "define" => "defin",
6755 "defined" => "defin",
6756 "defining" => "defin",
6757 "definite" => "definit",
6758 "definitely" => "definit",
6759 "definition" => "definit",
6760 "definitions" => "definit",
6761 "definitively" => "definit",
6762 "deflected" => "deflect",
6763 "deflecting" => "deflect",
6764 "deformed" => "deform",
6765 "deformities" => "deform",
6766 "deformity" => "deform",
6767 "defrauded" => "defraud",
6768 "defrauding" => "defraud",
6769 "defray" => "defray",
6770 "defrayed" => "defray",
6771 "defraying" => "defray",
6772 "deftly" => "deft",
6773 "defunct" => "defunct",
6774 "defy" => "defi",
6775 "defying" => "defi",
6776 "degage" => "degag",
6777 "degenerate" => "degener",
6778 "degenerated" => "degener",
6779 "degenerating" => "degener",
6780 "degeneration" => "degener",
6781 "degradation" => "degrad",
6782 "degrade" => "degrad",
6783 "degraded" => "degrad",
6784 "degrading" => "degrad",
6785 "degree" => "degre",
6786 "degrees" => "degre",
6787 "degs" => "deg",
6788 "deified" => "deifi",
6789 "deigned" => "deign",
6790 "deigning" => "deign",
6791 "deinornis" => "deinorni",
6792 "deity" => "deiti",
6793 "dejected" => "deject",
6794 "dejectedly" => "deject",
6795 "dejection" => "deject",
6796 "del" => "del",
6797 "delaval" => "delav",
6798 "delavals" => "delav",
6799 "delay" => "delay",
6800 "delayed" => "delay",
6801 "delaying" => "delay",
6802 "delays" => "delay",
6803 "delectable" => "delect",
6804 "delegates" => "deleg",
6805 "deleterious" => "deleteri",
6806 "deliberate" => "deliber",
6807 "deliberated" => "deliber",
6808 "deliberately" => "deliber",
6809 "deliberating" => "deliber",
6810 "deliberation" => "deliber",
6811 "deliberations" => "deliber",
6812 "delicacies" => "delicaci",
6813 "delicacy" => "delicaci",
6814 "delicate" => "delic",
6815 "delicately" => "delic",
6816 "delicater" => "delicat",
6817 "delicious" => "delici",
6818 "deliciously" => "delici",
6819 "delight" => "delight",
6820 "delighted" => "delight",
6821 "delightful" => "delight",
6822 "delightfully" => "delight",
6823 "delighting" => "delight",
6824 "delights" => "delight",
6825 "delinquency" => "delinqu",
6826 "deliquescent" => "deliquesc",
6827 "delirious" => "deliri",
6828 "deliriously" => "deliri",
6829 "delirium" => "delirium",
6830 "deliver" => "deliv",
6831 "deliverance" => "deliver",
6832 "delivered" => "deliv",
6833 "deliverer" => "deliver",
6834 "delivering" => "deliv",
6835 "delivers" => "deliv",
6836 "delivery" => "deliveri",
6837 "delude" => "delud",
6838 "deluded" => "delud",
6839 "deludes" => "delud",
6840 "deluding" => "delud",
6841 "deluge" => "delug",
6842 "deluges" => "delug",
6843 "delusion" => "delus",
6844 "delusions" => "delus",
6845 "delusive" => "delus",
6846 "delving" => "delv",
6847 "dem" => "dem",
6848 "demagogue" => "demagogu",
6849 "demand" => "demand",
6850 "demanded" => "demand",
6851 "demanding" => "demand",
6852 "demands" => "demand",
6853 "demarlii" => "demarlii",
6854 "demd" => "demd",
6855 "demder" => "demder",
6856 "demdest" => "demdest",
6857 "demeaning" => "demean",
6858 "demeanour" => "demeanour",
6859 "demented" => "dement",
6860 "dementyev" => "dementyev",
6861 "demerits" => "demerit",
6862 "demersa" => "demersa",
6863 "demi" => "demi",
6864 "demigods" => "demigod",
6865 "demmit" => "demmit",
6866 "demneble" => "demnebl",
6867 "demnebly" => "demnebl",
6868 "demnition" => "demnit",
6869 "democracy" => "democraci",
6870 "democratic" => "democrat",
6871 "demolished" => "demolish",
6872 "demolition" => "demolit",
6873 "demon" => "demon",
6874 "demoniacs" => "demoniac",
6875 "demons" => "demon",
6876 "demonstrate" => "demonstr",
6877 "demonstrated" => "demonstr",
6878 "demonstrates" => "demonstr",
6879 "demonstration" => "demonstr",
6880 "demonstrations" => "demonstr",
6881 "demonstrative" => "demonstr",
6882 "demoralisation" => "demoralis",
6883 "demoralize" => "demor",
6884 "demoralized" => "demor",
6885 "demur" => "demur",
6886 "demure" => "demur",
6887 "demurely" => "demur",
6888 "demurred" => "demur",
6889 "den" => "den",
6890 "denial" => "denial",
6891 "denied" => "deni",
6892 "denies" => "deni",
6893 "denizens" => "denizen",
6894 "denmark" => "denmark",
6895 "dennison" => "dennison",
6896 "denominated" => "denomin",
6897 "denomination" => "denomin",
6898 "denominations" => "denomin",
6899 "denote" => "denot",
6900 "denoted" => "denot",
6901 "denotes" => "denot",
6902 "denoting" => "denot",
6903 "denouement" => "denouement",
6904 "denounce" => "denounc",
6905 "denounced" => "denounc",
6906 "denouncing" => "denounc",
6907 "dens" => "den",
6908 "dense" => "dens",
6909 "densely" => "dens",
6910 "denser" => "denser",
6911 "densest" => "densest",
6912 "density" => "densiti",
6913 "dent" => "dent",
6914 "dentist" => "dentist",
6915 "dentistical" => "dentist",
6916 "denudation" => "denud",
6917 "denuded" => "denud",
6918 "denuding" => "denud",
6919 "denunciation" => "denunci",
6920 "denunciations" => "denunci",
6921 "deny" => "deni",
6922 "denying" => "deni",
6923 "deodara" => "deodara",
6924 "deos" => "deo",
6925 "depairture" => "depairtur",
6926 "depart" => "depart",
6927 "departed" => "depart",
6928 "departing" => "depart",
6929 "department" => "depart",
6930 "departs" => "depart",
6931 "departure" => "departur",
6932 "departures" => "departur",
6933 "depend" => "depend",
6934 "dependant" => "depend",
6935 "dependants" => "depend",
6936 "depended" => "depend",
6937 "dependence" => "depend",
6938 "dependencies" => "depend",
6939 "dependent" => "depend",
6940 "dependents" => "depend",
6941 "depending" => "depend",
6942 "depends" => "depend",
6943 "depict" => "depict",
6944 "depicted" => "depict",
6945 "depicter" => "depict",
6946 "depicts" => "depict",
6947 "deplorable" => "deplor",
6948 "deplorably" => "deplor",
6949 "deplore" => "deplor",
6950 "deplored" => "deplor",
6951 "deploring" => "deplor",
6952 "deploy" => "deploy",
6953 "deport" => "deport",
6954 "deportation" => "deport",
6955 "deporting" => "deport",
6956 "deportment" => "deport",
6957 "depose" => "depos",
6958 "deposed" => "depos",
6959 "deposer" => "depos",
6960 "deposit" => "deposit",
6961 "deposited" => "deposit",
6962 "depositing" => "deposit",
6963 "deposition" => "deposit",
6964 "depository" => "depositori",
6965 "deposits" => "deposit",
6966 "depraved" => "deprav",
6967 "depraving" => "deprav",
6968 "depravity" => "deprav",
6969 "deprecating" => "deprec",
6970 "deprecation" => "deprec",
6971 "depreciate" => "depreci",
6972 "depreciated" => "depreci",
6973 "depreciating" => "depreci",
6974 "depreciation" => "depreci",
6975 "depress" => "depress",
6976 "depressed" => "depress",
6977 "depresses" => "depress",
6978 "depressing" => "depress",
6979 "depression" => "depress",
6980 "depressions" => "depress",
6981 "deprivation" => "depriv",
6982 "deprive" => "depriv",
6983 "deprived" => "depriv",
6984 "deprives" => "depriv",
6985 "depriving" => "depriv",
6986 "deptford" => "deptford",
6987 "depth" => "depth",
6988 "depths" => "depth",
6989 "deputation" => "deput",
6990 "deputations" => "deput",
6991 "depute" => "deput",
6992 "deputed" => "deput",
6993 "deputies" => "deputi",
6994 "deputy" => "deputi",
6995 "der" => "der",
6996 "deranged" => "derang",
6997 "derangement" => "derang",
6998 "derby" => "derbi",
6999 "derided" => "derid",
7000 "derision" => "deris",
7001 "derisive" => "deris",
7002 "derisively" => "deris",
7003 "derivable" => "deriv",
7004 "derivation" => "deriv",
7005 "derive" => "deriv",
7006 "derived" => "deriv",
7007 "derives" => "deriv",
7008 "deriving" => "deriv",
7009 "dermestes" => "dermest",
7010 "derogatory" => "derogatori",
7011 "derwent" => "derwent",
7012 "des" => "des",
7013 "desc" => "desc",
7014 "descanted" => "descant",
7015 "descanting" => "descant",
7016 "descen" => "descen",
7017 "descend" => "descend",
7018 "descendant" => "descend",
7019 "descendants" => "descend",
7020 "descended" => "descend",
7021 "descendin" => "descendin",
7022 "descending" => "descend",
7023 "descends" => "descend",
7024 "descent" => "descent",
7025 "describe" => "describ",
7026 "described" => "describ",
7027 "describes" => "describ",
7028 "describing" => "describ",
7029 "descried" => "descri",
7030 "descries" => "descri",
7031 "descrip" => "descrip",
7032 "description" => "descript",
7033 "descriptions" => "descript",
7034 "descriptive" => "descript",
7035 "descripts" => "descript",
7036 "descry" => "descri",
7037 "desert" => "desert",
7038 "deserted" => "desert",
7039 "deserting" => "desert",
7040 "desertion" => "desert",
7041 "deserts" => "desert",
7042 "deserve" => "deserv",
7043 "deserved" => "deserv",
7044 "deservedly" => "deserv",
7045 "deserves" => "deserv",
7046 "deserving" => "deserv",
7047 "design" => "design",
7048 "designates" => "design",
7049 "designation" => "design",
7050 "designed" => "design",
7051 "designer" => "design",
7052 "designing" => "design",
7053 "designs" => "design",
7054 "desirable" => "desir",
7055 "desire" => "desir",
7056 "desired" => "desir",
7057 "desires" => "desir",
7058 "desiring" => "desir",
7059 "desirous" => "desir",
7060 "desist" => "desist",
7061 "desisted" => "desist",
7062 "desists" => "desist",
7063 "desk" => "desk",
7064 "desks" => "desk",
7065 "desmodus" => "desmodus",
7066 "desolate" => "desol",
7067 "desolated" => "desol",
7068 "desolately" => "desol",
7069 "desolateness" => "desol",
7070 "desolation" => "desol",
7071 "desolee" => "desole",
7072 "despair" => "despair",
7073 "despaired" => "despair",
7074 "despairing" => "despair",
7075 "despairingly" => "despair",
7076 "despairs" => "despair",
7077 "despatch" => "despatch",
7078 "despatched" => "despatch",
7079 "desperate" => "desper",
7080 "desperately" => "desper",
7081 "desperation" => "desper",
7082 "despicable" => "despic",
7083 "despicably" => "despic",
7084 "despise" => "despis",
7085 "despised" => "despis",
7086 "despises" => "despis",
7087 "despising" => "despis",
7088 "despite" => "despit",
7089 "despoblado" => "despoblado",
7090 "despoil" => "despoil",
7091 "despoiled" => "despoil",
7092 "despond" => "despond",
7093 "desponded" => "despond",
7094 "despondence" => "despond",
7095 "despondency" => "despond",
7096 "despondent" => "despond",
7097 "despondently" => "despond",
7098 "desponding" => "despond",
7099 "despondingly" => "despond",
7100 "despot" => "despot",
7101 "despotic" => "despot",
7102 "despotism" => "despot",
7103 "dessert" => "dessert",
7104 "desserts" => "dessert",
7105 "destination" => "destin",
7106 "destinction" => "destinct",
7107 "destined" => "destin",
7108 "destinies" => "destini",
7109 "destiny" => "destini",
7110 "destitute" => "destitut",
7111 "destitution" => "destitut",
7112 "destro" => "destro",
7113 "destroy" => "destroy",
7114 "destroyed" => "destroy",
7115 "destroyer" => "destroy",
7116 "destroyers" => "destroy",
7117 "destroying" => "destroy",
7118 "destroys" => "destroy",
7119 "destruction" => "destruct",
7120 "destructive" => "destruct",
7121 "desultory" => "desultori",
7122 "det" => "det",
7123 "detach" => "detach",
7124 "detached" => "detach",
7125 "detaches" => "detach",
7126 "detachment" => "detach",
7127 "detail" => "detail",
7128 "detailed" => "detail",
7129 "details" => "detail",
7130 "detain" => "detain",
7131 "detained" => "detain",
7132 "detainer" => "detain",
7133 "detaining" => "detain",
7134 "detect" => "detect",
7135 "detected" => "detect",
7136 "detecting" => "detect",
7137 "detection" => "detect",
7138 "detective" => "detect",
7139 "detects" => "detect",
7140 "detenined" => "detenin",
7141 "detention" => "detent",
7142 "deter" => "deter",
7143 "deteriorate" => "deterior",
7144 "deteriorated" => "deterior",
7145 "deteriorating" => "deterior",
7146 "determination" => "determin",
7147 "determine" => "determin",
7148 "determined" => "determin",
7149 "determines" => "determin",
7150 "determining" => "determin",
7151 "deterred" => "deter",
7152 "detest" => "detest",
7153 "detestable" => "detest",
7154 "detestation" => "detest",
7155 "detested" => "detest",
7156 "detesting" => "detest",
7157 "dethronement" => "dethron",
7158 "detour" => "detour",
7159 "detract" => "detract",
7160 "detriment" => "detriment",
7161 "detrimental" => "detriment",
7162 "detritus" => "detritus",
7163 "deuce" => "deuc",
7164 "deuced" => "deuc",
7165 "deum" => "deum",
7166 "deus" => "deus",
7167 "deux" => "deux",
7168 "devastate" => "devast",
7169 "devastation" => "devast",
7170 "develop" => "develop",
7171 "developed" => "develop",
7172 "developes" => "develop",
7173 "developing" => "develop",
7174 "development" => "develop",
7175 "develops" => "develop",
7176 "deviated" => "deviat",
7177 "deviation" => "deviat",
7178 "device" => "devic",
7179 "devices" => "devic",
7180 "devil" => "devil",
7181 "devilish" => "devilish",
7182 "devilry" => "devilri",
7183 "devils" => "devil",
7184 "devious" => "devious",
7185 "devise" => "devis",
7186 "devised" => "devis",
7187 "deviser" => "devis",
7188 "devising" => "devis",
7189 "devoid" => "devoid",
7190 "devoir" => "devoir",
7191 "devolved" => "devolv",
7192 "devolves" => "devolv",
7193 "devon" => "devon",
7194 "devonian" => "devonian",
7195 "devonport" => "devonport",
7196 "devonshire" => "devonshir",
7197 "devote" => "devot",
7198 "devoted" => "devot",
7199 "devotedly" => "devot",
7200 "devotedness" => "devoted",
7201 "devotes" => "devot",
7202 "devoting" => "devot",
7203 "devotion" => "devot",
7204 "devotions" => "devot",
7205 "devour" => "devour",
7206 "devoured" => "devour",
7207 "devourers" => "devour",
7208 "devouring" => "devour",
7209 "devout" => "devout",
7210 "devoutly" => "devout",
7211 "dew" => "dew",
7212 "dewdrop" => "dewdrop",
7213 "dewdrops" => "dewdrop",
7214 "deweloping" => "dewelop",
7215 "dewiness" => "dewi",
7216 "dews" => "dew",
7217 "dewy" => "dewi",
7218 "dexterity" => "dexter",
7219 "dexterous" => "dexter",
7220 "dexterously" => "dexter",
7221 "dey" => "dey",
7222 "deyvle" => "deyvl",
7223 "deyvlish" => "deyvlish",
7224 "di" => "di",
7225 "diabolical" => "diabol",
7226 "diabolicus" => "diabolicus",
7227 "diagnosed" => "diagnos",
7228 "diagonal" => "diagon",
7229 "dial" => "dial",
7230 "dialect" => "dialect",
7231 "dialects" => "dialect",
7232 "dialogue" => "dialogu",
7233 "dialogues" => "dialogu",
7234 "dials" => "dial",
7235 "diamanten" => "diamanten",
7236 "diameter" => "diamet",
7237 "diametrically" => "diametr",
7238 "diamond" => "diamond",
7239 "diamonds" => "diamond",
7240 "dianaea" => "dianaea",
7241 "diaphragm" => "diaphragm",
7242 "diappointments" => "diappoint",
7243 "diaries" => "diari",
7244 "diary" => "diari",
7245 "diatribes" => "diatrib",
7246 "dibabs" => "dibab",
7247 "dibabses" => "dibabs",
7248 "dick" => "dick",
7249 "dickens" => "dicken",
7250 "dicks" => "dick",
7251 "dictate" => "dictat",
7252 "dictated" => "dictat",
7253 "dictates" => "dictat",
7254 "dictating" => "dictat",
7255 "dictation" => "dictat",
7256 "dictator" => "dictat",
7257 "dictatorial" => "dictatori",
7258 "dictionary" => "dictionari",
7259 "dictum" => "dictum",
7260 "did" => "did",
7261 "diddler" => "diddler",
7262 "didelphis" => "didelphi",
7263 "didn" => "didn",
7264 "didst" => "didst",
7265 "die" => "die",
7266 "died" => "die",
7267 "dieffenbach" => "dieffenbach",
7268 "diego" => "diego",
7269 "dieman" => "dieman",
7270 "diemen" => "diemen",
7271 "diernan" => "diernan",
7272 "dies" => "die",
7273 "diet" => "diet",
7274 "differ" => "differ",
7275 "differed" => "differ",
7276 "difference" => "differ",
7277 "differences" => "differ",
7278 "different" => "differ",
7279 "differently" => "differ",
7280 "differing" => "differ",
7281 "differs" => "differ",
7282 "difficult" => "difficult",
7283 "difficulties" => "difficulti",
7284 "difficulty" => "difficulti",
7285 "diffidence" => "diffid",
7286 "diffident" => "diffid",
7287 "diffidently" => "diffid",
7288 "diffused" => "diffus",
7289 "diffusing" => "diffus",
7290 "diffusion" => "diffus",
7291 "dig" => "dig",
7292 "digby" => "digbi",
7293 "diges" => "dige",
7294 "digest" => "digest",
7295 "digester" => "digest",
7296 "digestio" => "digestio",
7297 "digestion" => "digest",
7298 "digestive" => "digest",
7299 "digger" => "digger",
7300 "digging" => "dig",
7301 "digitated" => "digit",
7302 "digitatus" => "digitatus",
7303 "dignified" => "dignifi",
7304 "dignities" => "digniti",
7305 "dignity" => "digniti",
7306 "digression" => "digress",
7307 "dilapidated" => "dilapid",
7308 "dilapidation" => "dilapid",
7309 "dilatation" => "dilat",
7310 "dilate" => "dilat",
7311 "dilated" => "dilat",
7312 "dilates" => "dilat",
7313 "dilating" => "dilat",
7314 "dilatory" => "dilatori",
7315 "dilemma" => "dilemma",
7316 "dilettanti" => "dilettanti",
7317 "diligence" => "dilig",
7318 "diligent" => "dilig",
7319 "diligently" => "dilig",
7320 "diluted" => "dilut",
7321 "dim" => "dim",
7322 "dimension" => "dimens",
7323 "dimensions" => "dimens",
7324 "diminish" => "diminish",
7325 "diminished" => "diminish",
7326 "diminishes" => "diminish",
7327 "diminishing" => "diminish",
7328 "diminution" => "diminut",
7329 "diminutive" => "diminut",
7330 "dimity" => "dimiti",
7331 "dimly" => "dim",
7332 "dimmed" => "dim",
7333 "dimple" => "dimpl",
7334 "dimpled" => "dimpl",
7335 "dimpling" => "dimpl",
7336 "din" => "din",
7337 "dine" => "dine",
7338 "dined" => "dine",
7339 "dines" => "dine",
7340 "ding" => "ding",
7341 "dingey" => "dingey",
7342 "dingleby" => "dinglebi",
7343 "dingo" => "dingo",
7344 "dingy" => "dingi",
7345 "dining" => "dine",
7346 "dinner" => "dinner",
7347 "dinners" => "dinner",
7348 "dinnot" => "dinnot",
7349 "dint" => "dint",
7350 "diocese" => "dioces",
7351 "diodon" => "diodon",
7352 "diopaea" => "diopaea",
7353 "diorgeenes" => "diorgeen",
7354 "dios" => "dio",
7355 "dip" => "dip",
7356 "diplomacy" => "diplomaci",
7357 "diplomatic" => "diplomat",
7358 "diplomatical" => "diplomat",
7359 "diplomats" => "diplomat",
7360 "dipped" => "dip",
7361 "dipping" => "dip",
7362 "dips" => "dip",
7363 "diptera" => "diptera",
7364 "dire" => "dire",
7365 "direcfly" => "direcfli",
7366 "direct" => "direct",
7367 "directed" => "direct",
7368 "directing" => "direct",
7369 "direction" => "direct",
7370 "directions" => "direct",
7371 "directly" => "direct",
7372 "director" => "director",
7373 "directors" => "director",
7374 "directory" => "directori",
7375 "directress" => "directress",
7376 "directs" => "direct",
7377 "direfully" => "dire",
7378 "dirt" => "dirt",
7379 "dirtied" => "dirti",
7380 "dirtier" => "dirtier",
7381 "dirtiest" => "dirtiest",
7382 "dirty" => "dirti",
7383 "disable" => "disabl",
7384 "disabled" => "disabl",
7385 "disadvantage" => "disadvantag",
7386 "disadvantages" => "disadvantag",
7387 "disagree" => "disagre",
7388 "disagreeable" => "disagre",
7389 "disagreeably" => "disagre",
7390 "disagreed" => "disagre",
7391 "disagreeing" => "disagre",
7392 "disagreement" => "disagr",
7393 "disappear" => "disappear",
7394 "disappearance" => "disappear",
7395 "disappeared" => "disappear",
7396 "disappearing" => "disappear",
7397 "disappears" => "disappear",
7398 "disappoint" => "disappoint",
7399 "disappointed" => "disappoint",
7400 "disappointing" => "disappoint",
7401 "disappointment" => "disappoint",
7402 "disappointments" => "disappoint",
7403 "disappoints" => "disappoint",
7404 "disapprobation" => "disapprob",
7405 "disapproval" => "disapprov",
7406 "disapprove" => "disapprov",
7407 "disapproved" => "disapprov",
7408 "disapproves" => "disapprov",
7409 "disapproving" => "disapprov",
7410 "disarm" => "disarm",
7411 "disarmed" => "disarm",
7412 "disarming" => "disarm",
7413 "disarranged" => "disarrang",
7414 "disarrangement" => "disarrang",
7415 "disarray" => "disarray",
7416 "disaster" => "disast",
7417 "disastrous" => "disastr",
7418 "disavow" => "disavow",
7419 "disavowal" => "disavow",
7420 "disavowals" => "disavow",
7421 "disband" => "disband",
7422 "disbelief" => "disbelief",
7423 "disbelieve" => "disbeliev",
7424 "disbelieved" => "disbeliev",
7425 "disbelieving" => "disbeliev",
7426 "discard" => "discard",
7427 "discarded" => "discard",
7428 "discern" => "discern",
7429 "discerned" => "discern",
7430 "discernible" => "discern",
7431 "discerning" => "discern",
7432 "discernment" => "discern",
7433 "discharge" => "discharg",
7434 "discharged" => "discharg",
7435 "discharges" => "discharg",
7436 "discharging" => "discharg",
7437 "disciples" => "discipl",
7438 "disciplinary" => "disciplinari",
7439 "discipline" => "disciplin",
7440 "disciplined" => "disciplin",
7441 "disciplining" => "disciplin",
7442 "disclaimed" => "disclaim",
7443 "disclose" => "disclos",
7444 "disclosed" => "disclos",
7445 "disclosing" => "disclos",
7446 "disclosure" => "disclosur",
7447 "disclosures" => "disclosur",
7448 "discoloration" => "discolor",
7449 "discoloured" => "discolour",
7450 "discolouring" => "discolour",
7451 "discomfited" => "discomfit",
7452 "discomfiture" => "discomfitur",
7453 "discomfort" => "discomfort",
7454 "discomforts" => "discomfort",
7455 "discompose" => "discompos",
7456 "discomposed" => "discompos",
7457 "discomposure" => "discomposur",
7458 "disconcert" => "disconcert",
7459 "disconcerted" => "disconcert",
7460 "disconnected" => "disconnect",
7461 "disconsolate" => "disconsol",
7462 "disconsolately" => "disconsol",
7463 "discontended" => "discontend",
7464 "discontent" => "discont",
7465 "discontented" => "discont",
7466 "discontentedly" => "discont",
7467 "discontinuance" => "discontinu",
7468 "discontinue" => "discontinu",
7469 "discontinued" => "discontinu",
7470 "discord" => "discord",
7471 "discordant" => "discord",
7472 "discordantly" => "discord",
7473 "discords" => "discord",
7474 "discount" => "discount",
7475 "discountenanced" => "discountenanc",
7476 "discounters" => "discount",
7477 "discounting" => "discount",
7478 "discourage" => "discourag",
7479 "discouraged" => "discourag",
7480 "discouragement" => "discourag",
7481 "discourages" => "discourag",
7482 "discouraging" => "discourag",
7483 "discourse" => "discours",
7484 "discoursed" => "discours",
7485 "discourses" => "discours",
7486 "discoursing" => "discours",
7487 "discourteous" => "discourt",
7488 "discourtesy" => "discourtesi",
7489 "discover" => "discov",
7490 "discoverable" => "discover",
7491 "discovered" => "discov",
7492 "discoverer" => "discover",
7493 "discoverers" => "discover",
7494 "discoveries" => "discoveri",
7495 "discoverin" => "discoverin",
7496 "discovering" => "discov",
7497 "discovers" => "discov",
7498 "discovery" => "discoveri",
7499 "discredit" => "discredit",
7500 "discreditable" => "discredit",
7501 "discreet" => "discreet",
7502 "discreetest" => "discreetest",
7503 "discreetly" => "discreet",
7504 "discretion" => "discret",
7505 "discriminate" => "discrimin",
7506 "discrimination" => "discrimin",
7507 "discursive" => "discurs",
7508 "discuss" => "discuss",
7509 "discussed" => "discuss",
7510 "discusses" => "discuss",
7511 "discussing" => "discuss",
7512 "discussion" => "discuss",
7513 "discussions" => "discuss",
7514 "disdain" => "disdain",
7515 "disdained" => "disdain",
7516 "disdainful" => "disdain",
7517 "disdainfully" => "disdain",
7518 "disdaining" => "disdain",
7519 "disease" => "diseas",
7520 "diseased" => "diseas",
7521 "diseases" => "diseas",
7522 "disembarrassed" => "disembarrass",
7523 "disenchanted" => "disench",
7524 "disenchantment" => "disenchant",
7525 "disengage" => "disengag",
7526 "disengaged" => "disengag",
7527 "disengages" => "disengag",
7528 "disengaging" => "disengag",
7529 "disentangle" => "disentangl",
7530 "disentangles" => "disentangl",
7531 "disestablished" => "disestablish",
7532 "disfavour" => "disfavour",
7533 "disfigured" => "disfigur",
7534 "disfigurement" => "disfigur",
7535 "disfigurements" => "disfigur",
7536 "disgorged" => "disgorg",
7537 "disgorging" => "disgorg",
7538 "disgrace" => "disgrac",
7539 "disgraced" => "disgrac",
7540 "disgraceful" => "disgrac",
7541 "disgraces" => "disgrac",
7542 "disgracing" => "disgrac",
7543 "disguise" => "disguis",
7544 "disguised" => "disguis",
7545 "disguises" => "disguis",
7546 "disguising" => "disguis",
7547 "disgust" => "disgust",
7548 "disgusted" => "disgust",
7549 "disgusting" => "disgust",
7550 "disgustingly" => "disgust",
7551 "disgusts" => "disgust",
7552 "dish" => "dish",
7553 "dishabille" => "dishabill",
7554 "disheartened" => "dishearten",
7555 "disheartening" => "dishearten",
7556 "dished" => "dish",
7557 "dishes" => "dish",
7558 "dishevelled" => "dishevel",
7559 "dishonest" => "dishonest",
7560 "dishonestly" => "dishonest",
7561 "dishonesty" => "dishonesti",
7562 "dishonour" => "dishonour",
7563 "dishonourable" => "dishonour",
7564 "dishonoured" => "dishonour",
7565 "dishonouring" => "dishonour",
7566 "disillusion" => "disillus",
7567 "disillusioned" => "disillus",
7568 "disinclination" => "disinclin",
7569 "disinclined" => "disinclin",
7570 "disinherit" => "disinherit",
7571 "disinherits" => "disinherit",
7572 "disintegration" => "disintegr",
7573 "disinterested" => "disinterest",
7574 "disinterestedly" => "disinterest",
7575 "disinterestedness" => "disinterested",
7576 "disjoin" => "disjoin",
7577 "disjointed" => "disjoint",
7578 "disk" => "disk",
7579 "dislike" => "dislik",
7580 "disliked" => "dislik",
7581 "dislikes" => "dislik",
7582 "disliking" => "dislik",
7583 "dislocated" => "disloc",
7584 "dislocation" => "disloc",
7585 "dislodge" => "dislodg",
7586 "dismal" => "dismal",
7587 "dismally" => "dismal",
7588 "dismantle" => "dismantl",
7589 "dismantled" => "dismantl",
7590 "dismay" => "dismay",
7591 "dismayed" => "dismay",
7592 "dismiss" => "dismiss",
7593 "dismissal" => "dismiss",
7594 "dismissed" => "dismiss",
7595 "dismisses" => "dismiss",
7596 "dismissing" => "dismiss",
7597 "dismount" => "dismount",
7598 "dismounted" => "dismount",
7599 "disobedience" => "disobedi",
7600 "disobedient" => "disobedi",
7601 "disobey" => "disobey",
7602 "disobeyed" => "disobey",
7603 "disorder" => "disord",
7604 "disordered" => "disord",
7605 "disorderly" => "disord",
7606 "disorders" => "disord",
7607 "disorganization" => "disorgan",
7608 "disown" => "disown",
7609 "disowned" => "disown",
7610 "disparage" => "disparag",
7611 "disparagement" => "disparag",
7612 "disparaging" => "disparag",
7613 "dispassionate" => "dispassion",
7614 "dispassionately" => "dispassion",
7615 "dispatch" => "dispatch",
7616 "dispatched" => "dispatch",
7617 "dispatching" => "dispatch",
7618 "dispel" => "dispel",
7619 "dispelled" => "dispel",
7620 "dispensation" => "dispens",
7621 "dispense" => "dispens",
7622 "dispensed" => "dispens",
7623 "dispenses" => "dispens",
7624 "dispensing" => "dispens",
7625 "disperse" => "dispers",
7626 "dispersed" => "dispers",
7627 "disperses" => "dispers",
7628 "dispersing" => "dispers",
7629 "dispirited" => "dispirit",
7630 "displaced" => "displac",
7631 "displacement" => "displac",
7632 "displaces" => "displac",
7633 "displacing" => "displac",
7634 "display" => "display",
7635 "displayed" => "display",
7636 "displaying" => "display",
7637 "displays" => "display",
7638 "displease" => "displeas",
7639 "displeased" => "displeas",
7640 "displeases" => "displeas",
7641 "displeasing" => "displeas",
7642 "displeasure" => "displeasur",
7643 "disposal" => "dispos",
7644 "dispose" => "dispos",
7645 "disposed" => "dispos",
7646 "disposes" => "dispos",
7647 "disposing" => "dispos",
7648 "disposition" => "disposit",
7649 "dispositions" => "disposit",
7650 "dispossess" => "dispossess",
7651 "dispossessed" => "dispossess",
7652 "dispraise" => "disprais",
7653 "disproof" => "disproof",
7654 "disproportionate" => "disproportion",
7655 "disproportionately" => "disproportion",
7656 "disproved" => "disprov",
7657 "disproving" => "disprov",
7658 "disputation" => "disput",
7659 "disputations" => "disput",
7660 "dispute" => "disput",
7661 "disputed" => "disput",
7662 "disputes" => "disput",
7663 "disputing" => "disput",
7664 "disqualification" => "disqualif",
7665 "disquiet" => "disquiet",
7666 "disquietude" => "disquietud",
7667 "disregard" => "disregard",
7668 "disregarded" => "disregard",
7669 "disregardful" => "disregard",
7670 "disregarding" => "disregard",
7671 "disregards" => "disregard",
7672 "disreputable" => "disreput",
7673 "disrespect" => "disrespect",
7674 "disrespectful" => "disrespect",
7675 "disrespectfully" => "disrespect",
7676 "disruption" => "disrupt",
7677 "dissatisfaction" => "dissatisfact",
7678 "dissatisfied" => "dissatisfi",
7679 "dissected" => "dissect",
7680 "dissecting" => "dissect",
7681 "dissection" => "dissect",
7682 "dissemble" => "dissembl",
7683 "dissembler" => "dissembl",
7684 "disseminated" => "dissemin",
7685 "dissemination" => "dissemin",
7686 "dissension" => "dissens",
7687 "dissensions" => "dissens",
7688 "dissent" => "dissent",
7689 "dissenter" => "dissent",
7690 "dissertation" => "dissert",
7691 "dissimilar" => "dissimilar",
7692 "dissimulation" => "dissimul",
7693 "dissipate" => "dissip",
7694 "dissipated" => "dissip",
7695 "dissipating" => "dissip",
7696 "dissipation" => "dissip",
7697 "dissolute" => "dissolut",
7698 "dissolution" => "dissolut",
7699 "dissolve" => "dissolv",
7700 "dissolved" => "dissolv",
7701 "dissuade" => "dissuad",
7702 "dissuaded" => "dissuad",
7703 "dissuasions" => "dissuas",
7704 "distanc" => "distanc",
7705 "distance" => "distanc",
7706 "distanced" => "distanc",
7707 "distances" => "distanc",
7708 "distant" => "distant",
7709 "distantly" => "distant",
7710 "distaste" => "distast",
7711 "distasteful" => "distast",
7712 "distempered" => "distemp",
7713 "distended" => "distend",
7714 "distending" => "distend",
7715 "distilled" => "distil",
7716 "distinct" => "distinct",
7717 "distinction" => "distinct",
7718 "distinctions" => "distinct",
7719 "distinctive" => "distinct",
7720 "distinctly" => "distinct",
7721 "distinctness" => "distinct",
7722 "distinguish" => "distinguish",
7723 "distinguishable" => "distinguish",
7724 "distinguished" => "distinguish",
7725 "distinguishes" => "distinguish",
7726 "distinguishing" => "distinguish",
7727 "distinguons" => "distinguon",
7728 "distort" => "distort",
7729 "distorted" => "distort",
7730 "distortion" => "distort",
7731 "distortions" => "distort",
7732 "distract" => "distract",
7733 "distracted" => "distract",
7734 "distractedly" => "distract",
7735 "distracting" => "distract",
7736 "distraction" => "distract",
7737 "distracts" => "distract",
7738 "distraught" => "distraught",
7739 "distress" => "distress",
7740 "distressed" => "distress",
7741 "distresses" => "distress",
7742 "distressful" => "distress",
7743 "distressfully" => "distress",
7744 "distressing" => "distress",
7745 "distribute" => "distribut",
7746 "distributed" => "distribut",
7747 "distributing" => "distribut",
7748 "distribution" => "distribut",
7749 "district" => "district",
7750 "districts" => "district",
7751 "distrust" => "distrust",
7752 "distrusted" => "distrust",
7753 "distrustful" => "distrust",
7754 "distrustfully" => "distrust",
7755 "disturb" => "disturb",
7756 "disturbance" => "disturb",
7757 "disturbances" => "disturb",
7758 "disturbed" => "disturb",
7759 "disturbing" => "disturb",
7760 "disturbs" => "disturb",
7761 "disused" => "disus",
7762 "ditch" => "ditch",
7763 "ditches" => "ditch",
7764 "ditching" => "ditch",
7765 "ditties" => "ditti",
7766 "ditto" => "ditto",
7767 "ditty" => "ditti",
7768 "diurnal" => "diurnal",
7769 "divan" => "divan",
7770 "dive" => "dive",
7771 "dived" => "dive",
7772 "diver" => "diver",
7773 "diverge" => "diverg",
7774 "diverged" => "diverg",
7775 "divergence" => "diverg",
7776 "diverging" => "diverg",
7777 "divers" => "diver",
7778 "diverse" => "divers",
7779 "diversified" => "diversifi",
7780 "diversifying" => "diversifi",
7781 "diversion" => "divers",
7782 "diversions" => "divers",
7783 "diversity" => "divers",
7784 "divert" => "divert",
7785 "diverted" => "divert",
7786 "diverting" => "divert",
7787 "dives" => "dive",
7788 "divest" => "divest",
7789 "divested" => "divest",
7790 "divesting" => "divest",
7791 "divide" => "divid",
7792 "divided" => "divid",
7793 "dividend" => "dividend",
7794 "divides" => "divid",
7795 "dividing" => "divid",
7796 "divine" => "divin",
7797 "divined" => "divin",
7798 "diviner" => "divin",
7799 "divines" => "divin",
7800 "diving" => "dive",
7801 "divining" => "divin",
7802 "divinities" => "divin",
7803 "divinity" => "divin",
7804 "divisio" => "divisio",
7805 "division" => "divis",
7806 "divisions" => "divis",
7807 "divn" => "divn",
7808 "divorce" => "divorc",
7809 "divorced" => "divorc",
7810 "divulge" => "divulg",
7811 "divulges" => "divulg",
7812 "dixon" => "dixon",
7813 "dizzier" => "dizzier",
7814 "dizziness" => "dizzi",
7815 "dizzy" => "dizzi",
7816 "dmitri" => "dmitri",
7817 "do" => "do",
7818 "doant" => "doant",
7819 "dobrizhoffen" => "dobrizhoffen",
7820 "dobrizhoffer" => "dobrizhoff",
7821 "docile" => "docil",
7822 "dock" => "dock",
7823 "docks" => "dock",
7824 "dockyard" => "dockyard",
7825 "dockyards" => "dockyard",
7826 "doctor" => "doctor",
7827 "doctoring" => "doctor",
7828 "doctors" => "doctor",
7829 "doctrine" => "doctrin",
7830 "doctrines" => "doctrin",
7831 "document" => "document",
7832 "documentary" => "documentari",
7833 "documents" => "document",
7834 "dod" => "dod",
7835 "dodge" => "dodg",
7836 "dodged" => "dodg",
7837 "dodges" => "dodg",
7838 "dodging" => "dodg",
7839 "dodo" => "dodo",
7840 "doe" => "doe",
7841 "doers" => "doer",
7842 "does" => "doe",
7843 "doesn" => "doesn",
7844 "dog" => "dog",
7845 "dogged" => "dog",
7846 "doggedly" => "dog",
7847 "doggedness" => "dogged",
7848 "doggies" => "doggi",
7849 "dogging" => "dog",
7850 "dogs" => "dog",
7851 "doin" => "doin",
7852 "doing" => "do",
7853 "doings" => "do",
7854 "dole" => "dole",
7855 "doleful" => "dole",
7856 "dolefully" => "dole",
7857 "dolichonyx" => "dolichonyx",
7858 "doll" => "doll",
7859 "dollar" => "dollar",
7860 "dollars" => "dollar",
7861 "dolls" => "doll",
7862 "dolly" => "dolli",
7863 "dolorous" => "dolor",
7864 "dolt" => "dolt",
7865 "dom" => "dom",
7866 "domain" => "domain",
7867 "domains" => "domain",
7868 "dome" => "dome",
7869 "domestic" => "domest",
7870 "domesticated" => "domest",
7871 "domestication" => "domest",
7872 "domestics" => "domest",
7873 "domiciled" => "domicil",
7874 "domidor" => "domidor",
7875 "domidors" => "domidor",
7876 "dominant" => "domin",
7877 "domination" => "domin",
7878 "domineer" => "domin",
7879 "domineered" => "domin",
7880 "domineering" => "domin",
7881 "domingo" => "domingo",
7882 "dominion" => "dominion",
7883 "dominions" => "dominion",
7884 "domino" => "domino",
7885 "domo" => "domo",
7886 "don" => "don",
7887 "donatia" => "donatia",
7888 "donation" => "donat",
7889 "done" => "done",
7890 "dong" => "dong",
7891 "donkey" => "donkey",
7892 "donkeys" => "donkey",
7893 "donnez" => "donnez",
7894 "donny" => "donni",
7895 "donnys" => "donni",
7896 "dont" => "dont",
7897 "dooble" => "doobl",
7898 "dooced" => "dooc",
7899 "doodle" => "doodl",
7900 "doodleites" => "doodleit",
7901 "doom" => "doom",
7902 "doomed" => "doom",
7903 "dooms" => "doom",
7904 "doomsday" => "doomsday",
7905 "doon" => "doon",
7906 "doonstairs" => "doonstair",
7907 "door" => "door",
7908 "doorkeeper" => "doorkeep",
7909 "doors" => "door",
7910 "doorway" => "doorway",
7911 "doorways" => "doorway",
7912 "doos" => "doo",
7913 "doozen" => "doozen",
7914 "dora" => "dora",
7915 "doris" => "dori",
7916 "dorker" => "dorker",
7917 "dormant" => "dormant",
7918 "dormitory" => "dormitori",
7919 "dormouse" => "dormous",
7920 "dorsal" => "dorsal",
7921 "dose" => "dose",
7922 "dosed" => "dose",
7923 "doses" => "dose",
7924 "dost" => "dost",
7925 "dostoevsky" => "dostoevski",
7926 "dotage" => "dotag",
7927 "dotard" => "dotard",
7928 "dote" => "dote",
7929 "doted" => "dote",
7930 "dotes" => "dote",
7931 "doth" => "doth",
7932 "dotheboys" => "dotheboy",
7933 "dothebys" => "dothebi",
7934 "doting" => "dote",
7935 "dots" => "dot",
7936 "dotted" => "dot",
7937 "double" => "doubl",
7938 "doubled" => "doubl",
7939 "doubleday" => "doubleday",
7940 "doubles" => "doubl",
7941 "doubling" => "doubl",
7942 "doubly" => "doubli",
7943 "doubt" => "doubt",
7944 "doubted" => "doubt",
7945 "doubtful" => "doubt",
7946 "doubtfully" => "doubt",
7947 "doubting" => "doubt",
7948 "doubtingly" => "doubt",
7949 "doubtless" => "doubtless",
7950 "doubts" => "doubt",
7951 "douches" => "douch",
7952 "douglas" => "dougla",
7953 "dounia" => "dounia",
7954 "dourov" => "dourov",
7955 "dove" => "dove",
7956 "dover" => "dover",
7957 "dovercourt" => "dovercourt",
7958 "doves" => "dove",
7959 "dovetailedness" => "dovetailed",
7960 "doveton" => "doveton",
7961 "dowager" => "dowag",
7962 "dowagers" => "dowag",
7963 "dowdles" => "dowdl",
7964 "dowdy" => "dowdi",
7965 "dower" => "dower",
7966 "down" => "down",
7967 "downcast" => "downcast",
7968 "downfall" => "downfal",
7969 "downfallings" => "downfal",
7970 "downhearted" => "downheart",
7971 "downing" => "down",
7972 "downright" => "downright",
7973 "downs" => "down",
7974 "downstairs" => "downstair",
7975 "downward" => "downward",
7976 "downwards" => "downward",
7977 "downy" => "downi",
7978 "dowry" => "dowri",
7979 "doze" => "doze",
7980 "dozed" => "doze",
7981 "dozen" => "dozen",
7982 "dozens" => "dozen",
7983 "dozenth" => "dozenth",
7984 "dozes" => "doze",
7985 "dozing" => "doze",
7986 "dr" => "dr",
7987 "dra" => "dra",
7988 "drab" => "drab",
7989 "drabs" => "drab",
7990 "draft" => "draft",
7991 "drafts" => "draft",
7992 "drag" => "drag",
7993 "dragged" => "drag",
7994 "dragging" => "drag",
7995 "draggled" => "draggl",
7996 "draggletails" => "draggletail",
7997 "dragon" => "dragon",
7998 "dragoon" => "dragoon",
7999 "dragooning" => "dragoon",
8000 "dragoons" => "dragoon",
8001 "drags" => "drag",
8002 "drain" => "drain",
8003 "drainage" => "drainag",
8004 "drained" => "drain",
8005 "draining" => "drain",
8006 "drains" => "drain",
8007 "drake" => "drake",
8008 "drakes" => "drake",
8009 "dram" => "dram",
8010 "drama" => "drama",
8011 "dramatic" => "dramat",
8012 "dramatically" => "dramat",
8013 "dramaticus" => "dramaticus",
8014 "dramatise" => "dramatis",
8015 "dramatised" => "dramatis",
8016 "dramatist" => "dramatist",
8017 "dramatists" => "dramatist",
8018 "drank" => "drank",
8019 "drap" => "drap",
8020 "draperies" => "draperi",
8021 "drapery" => "draperi",
8022 "drat" => "drat",
8023 "draught" => "draught",
8024 "draughts" => "draught",
8025 "draughtsman" => "draughtsman",
8026 "draw" => "draw",
8027 "drawback" => "drawback",
8028 "drawbacks" => "drawback",
8029 "drawbridge" => "drawbridg",
8030 "drawed" => "draw",
8031 "drawer" => "drawer",
8032 "drawers" => "drawer",
8033 "drawing" => "draw",
8034 "drawings" => "draw",
8035 "drawl" => "drawl",
8036 "drawled" => "drawl",
8037 "drawling" => "drawl",
8038 "drawls" => "drawl",
8039 "drawn" => "drawn",
8040 "draws" => "draw",
8041 "dray" => "dray",
8042 "drays" => "dray",
8043 "dread" => "dread",
8044 "dreaded" => "dread",
8045 "dreadful" => "dread",
8046 "dreadfully" => "dread",
8047 "dreading" => "dread",
8048 "dreadnought" => "dreadnought",
8049 "dream" => "dream",
8050 "dreamed" => "dream",
8051 "dreamer" => "dreamer",
8052 "dreamily" => "dreamili",
8053 "dreaminess" => "dreami",
8054 "dreaming" => "dream",
8055 "dreamings" => "dream",
8056 "dreams" => "dream",
8057 "dreamt" => "dreamt",
8058 "dreamy" => "dreami",
8059 "drear" => "drear",
8060 "dreariness" => "dreari",
8061 "dreary" => "dreari",
8062 "dregs" => "dreg",
8063 "drenched" => "drench",
8064 "dresden" => "dresden",
8065 "dress" => "dress",
8066 "dressed" => "dress",
8067 "dresser" => "dresser",
8068 "dresses" => "dress",
8069 "dressing" => "dress",
8070 "dressmaker" => "dressmak",
8071 "dressmakers" => "dressmak",
8072 "dressmaking" => "dressmak",
8073 "drest" => "drest",
8074 "drew" => "drew",
8075 "driblets" => "driblet",
8076 "dried" => "dri",
8077 "drier" => "drier",
8078 "dries" => "dri",
8079 "driest" => "driest",
8080 "drift" => "drift",
8081 "drifte" => "drift",
8082 "drifted" => "drift",
8083 "drifting" => "drift",
8084 "drifts" => "drift",
8085 "drigg" => "drigg",
8086 "drilled" => "drill",
8087 "drily" => "drili",
8088 "drink" => "drink",
8089 "drinkable" => "drinkabl",
8090 "drinker" => "drinker",
8091 "drinkers" => "drinker",
8092 "drinking" => "drink",
8093 "drinkings" => "drink",
8094 "drinks" => "drink",
8095 "drip" => "drip",
8096 "dripping" => "drip",
8097 "drips" => "drip",
8098 "drive" => "drive",
8099 "drivelling" => "drivel",
8100 "driven" => "driven",
8101 "driver" => "driver",
8102 "drivers" => "driver",
8103 "drives" => "drive",
8104 "driving" => "drive",
8105 "drizzle" => "drizzl",
8106 "drizzling" => "drizzl",
8107 "drizzly" => "drizzli",
8108 "dro" => "dro",
8109 "droite" => "droit",
8110 "droll" => "droll",
8111 "drollery" => "drolleri",
8112 "drolly" => "drolli",
8113 "drone" => "drone",
8114 "drones" => "drone",
8115 "droonk" => "droonk",
8116 "droop" => "droop",
8117 "drooped" => "droop",
8118 "drooping" => "droop",
8119 "droops" => "droop",
8120 "drop" => "drop",
8121 "droppe" => "dropp",
8122 "dropped" => "drop",
8123 "dropping" => "drop",
8124 "droppings" => "drop",
8125 "drops" => "drop",
8126 "dropsy" => "dropsi",
8127 "dross" => "dross",
8128 "drought" => "drought",
8129 "droughts" => "drought",
8130 "drove" => "drove",
8131 "drover" => "drover",
8132 "drovers" => "drover",
8133 "droves" => "drove",
8134 "drown" => "drown",
8135 "drownded" => "drownd",
8136 "drowned" => "drown",
8137 "drowning" => "drown",
8138 "drowsily" => "drowsili",
8139 "drowsiness" => "drowsi",
8140 "drowsy" => "drowsi",
8141 "drubbing" => "drub",
8142 "drudge" => "drudg",
8143 "drudgery" => "drudgeri",
8144 "drudges" => "drudg",
8145 "drugs" => "drug",
8146 "druidical" => "druidic",
8147 "drum" => "drum",
8148 "drummer" => "drummer",
8149 "drummers" => "drummer",
8150 "drummond" => "drummond",
8151 "drummonds" => "drummond",
8152 "drums" => "drum",
8153 "drunk" => "drunk",
8154 "drunkard" => "drunkard",
8155 "drunkards" => "drunkard",
8156 "drunken" => "drunken",
8157 "drunkenness" => "drunken",
8158 "drury" => "druri",
8159 "dry" => "dri",
8160 "dryer" => "dryer",
8161 "drying" => "dri",
8162 "dryly" => "dryli",
8163 "dryness" => "dryness",
8164 "dst" => "dst",
8165 "du" => "du",
8166 "dubious" => "dubious",
8167 "dublin" => "dublin",
8168 "ducal" => "ducal",
8169 "duchess" => "duchess",
8170 "duchesses" => "duchess",
8171 "duchy" => "duchi",
8172 "duck" => "duck",
8173 "ducking" => "duck",
8174 "ducklings" => "duckl",
8175 "ducks" => "duck",
8176 "duclida" => "duclida",
8177 "dudgeon" => "dudgeon",
8178 "due" => "due",
8179 "duel" => "duel",
8180 "duenna" => "duenna",
8181 "dues" => "due",
8182 "duets" => "duet",
8183 "duffer" => "duffer",
8184 "duffy" => "duffi",
8185 "dug" => "dug",
8186 "dugong" => "dugong",
8187 "duke" => "duke",
8188 "dukedom" => "dukedom",
8189 "dukes" => "duke",
8190 "dulcet" => "dulcet",
8191 "dull" => "dull",
8192 "dullards" => "dullard",
8193 "duller" => "duller",
8194 "dullest" => "dullest",
8195 "dullish" => "dullish",
8196 "dullness" => "dull",
8197 "dully" => "dulli",
8198 "dulness" => "dul",
8199 "dulwich" => "dulwich",
8200 "duly" => "duli",
8201 "dumb" => "dumb",
8202 "dumbbell" => "dumbbel",
8203 "dumbfounded" => "dumbfound",
8204 "dumbfoundered" => "dumbfound",
8205 "dumbly" => "dumbl",
8206 "dummy" => "dummi",
8207 "dumpling" => "dumpl",
8208 "dun" => "dun",
8209 "duncan" => "duncan",
8210 "dunes" => "dune",
8211 "dung" => "dung",
8212 "dungeon" => "dungeon",
8213 "dungeons" => "dungeon",
8214 "dunghill" => "dunghil",
8215 "dunheved" => "dunhev",
8216 "dunlops" => "dunlop",
8217 "duns" => "dun",
8218 "duodecimos" => "duodecimo",
8219 "duodenum" => "duodenum",
8220 "dupe" => "dupe",
8221 "duped" => "dupe",
8222 "duping" => "dupe",
8223 "duplicate" => "duplic",
8224 "duplicates" => "duplic",
8225 "duplicity" => "duplic",
8226 "durability" => "durabl",
8227 "duratio" => "duratio",
8228 "duration" => "durat",
8229 "durden" => "durden",
8230 "durer" => "durer",
8231 "durham" => "durham",
8232 "during" => "dure",
8233 "dursn" => "dursn",
8234 "durst" => "durst",
8235 "durstn" => "durstn",
8236 "dushkin" => "dushkin",
8237 "dusk" => "dusk",
8238 "duskier" => "duskier",
8239 "dusky" => "duski",
8240 "dussauts" => "dussaut",
8241 "dust" => "dust",
8242 "dusted" => "dust",
8243 "duster" => "duster",
8244 "dustier" => "dustier",
8245 "dusting" => "dust",
8246 "dustman" => "dustman",
8247 "dustn" => "dustn",
8248 "dusty" => "dusti",
8249 "dutch" => "dutch",
8250 "dutchman" => "dutchman",
8251 "duties" => "duti",
8252 "dutiful" => "duti",
8253 "dutifully" => "duti",
8254 "duty" => "duti",
8255 "dwarf" => "dwarf",
8256 "dwell" => "dwell",
8257 "dweller" => "dweller",
8258 "dwelling" => "dwell",
8259 "dwellings" => "dwell",
8260 "dwells" => "dwell",
8261 "dwelt" => "dwelt",
8262 "dwindled" => "dwindl",
8263 "dwindling" => "dwindl",
8264 "dy" => "dy",
8265 "dye" => "dye",
8266 "dyed" => "dy",
8267 "dyer" => "dyer",
8268 "dyes" => "dye",
8269 "dying" => "die",
8270 "dykes" => "dyke",
8271 "dynasty" => "dynasti",
8272 "dysentery" => "dysenteri",
8273 "e" => "e",
8274 "each" => "each",
8275 "ead" => "ead",
8276 "eager" => "eager",
8277 "eagerly" => "eager",
8278 "eagerness" => "eager",
8279 "eagle" => "eagl",
8280 "eagles" => "eagl",
8281 "ealthiest" => "ealthiest",
8282 "ear" => "ear",
8283 "eard" => "eard",
8284 "eared" => "ear",
8285 "earings" => "ear",
8286 "earl" => "earl",
8287 "earlier" => "earlier",
8288 "earliest" => "earliest",
8289 "earls" => "earl",
8290 "early" => "earli",
8291 "earlybird" => "earlybird",
8292 "earn" => "earn",
8293 "earned" => "earn",
8294 "earnest" => "earnest",
8295 "earnestly" => "earnest",
8296 "earnestness" => "earnest",
8297 "earning" => "earn",
8298 "earnings" => "earn",
8299 "earring" => "earring",
8300 "earrings" => "earring",
8301 "ears" => "ear",
8302 "eart" => "eart",
8303 "earth" => "earth",
8304 "earthen" => "earthen",
8305 "earthenware" => "earthenwar",
8306 "earthly" => "earth",
8307 "earthquake" => "earthquak",
8308 "earthquakes" => "earthquak",
8309 "earths" => "earth",
8310 "earthy" => "earthi",
8311 "earwigs" => "earwig",
8312 "eas" => "ea",
8313 "ease" => "eas",
8314 "eased" => "eas",
8315 "easier" => "easier",
8316 "easiest" => "easiest",
8317 "easily" => "easili",
8318 "easiness" => "easi",
8319 "east" => "east",
8320 "easter" => "easter",
8321 "easterly" => "easter",
8322 "eastern" => "eastern",
8323 "eastward" => "eastward",
8324 "eastwards" => "eastward",
8325 "easy" => "easi",
8326 "eat" => "eat",
8327 "eatable" => "eatabl",
8328 "eatables" => "eatabl",
8329 "eaten" => "eaten",
8330 "eater" => "eater",
8331 "eaters" => "eater",
8332 "eating" => "eat",
8333 "eats" => "eat",
8334 "eau" => "eau",
8335 "eaves" => "eav",
8336 "ebb" => "ebb",
8337 "ebbed" => "eb",
8338 "ebbing" => "eb",
8339 "ebullitions" => "ebullit",
8340 "eccentric" => "eccentr",
8341 "eccentricities" => "eccentr",
8342 "eccentricity" => "eccentr",
8343 "ecclesiastical" => "ecclesiast",
8344 "ech" => "ech",
8345 "echo" => "echo",
8346 "echoed" => "echo",
8347 "echoes" => "echo",
8348 "echoing" => "echo",
8349 "echoings" => "echo",
8350 "eclipse" => "eclips",
8351 "eclipsed" => "eclips",
8352 "ecod" => "ecod",
8353 "economic" => "econom",
8354 "economical" => "econom",
8355 "economically" => "econom",
8356 "economists" => "economist",
8357 "economize" => "econom",
8358 "economizing" => "econom",
8359 "economy" => "economi",
8360 "ecstasies" => "ecstasi",
8361 "ecstasy" => "ecstasi",
8362 "ecstatic" => "ecstat",
8363 "ecstatically" => "ecstat",
8364 "ed" => "ed",
8365 "eddication" => "eddic",
8366 "eddies" => "eddi",
8367 "eddying" => "eddi",
8368 "eden" => "eden",
8369 "edental" => "edent",
8370 "edentata" => "edentata",
8371 "edge" => "edg",
8372 "edged" => "edg",
8373 "edgeless" => "edgeless",
8374 "edges" => "edg",
8375 "edgeware" => "edgewar",
8376 "edgeways" => "edgeway",
8377 "edging" => "edg",
8378 "edible" => "edibl",
8379 "edict" => "edict",
8380 "edification" => "edif",
8381 "edifice" => "edific",
8382 "edifices" => "edific",
8383 "edified" => "edifi",
8384 "edify" => "edifi",
8385 "edifying" => "edifi",
8386 "edin" => "edin",
8387 "edinburgh" => "edinburgh",
8388 "edition" => "edit",
8389 "editor" => "editor",
8390 "editors" => "editor",
8391 "educate" => "educ",
8392 "educated" => "educ",
8393 "educating" => "educ",
8394 "education" => "educ",
8395 "educational" => "educ",
8396 "educator" => "educ",
8397 "edusa" => "edusa",
8398 "edward" => "edward",
8399 "edwards" => "edward",
8400 "edwin" => "edwin",
8401 "ee" => "ee",
8402 "eel" => "eel",
8403 "eels" => "eel",
8404 "ees" => "ee",
8405 "efface" => "effac",
8406 "effaceable" => "effac",
8407 "effect" => "effect",
8408 "effected" => "effect",
8409 "effecting" => "effect",
8410 "effective" => "effect",
8411 "effectiveness" => "effect",
8412 "effects" => "effect",
8413 "effectual" => "effectu",
8414 "effectually" => "effectu",
8415 "effeminate" => "effemin",
8416 "effervescence" => "effervesc",
8417 "effervescent" => "effervesc",
8418 "effets" => "effet",
8419 "efficacious" => "efficaci",
8420 "efficacy" => "efficaci",
8421 "efficiency" => "effici",
8422 "efficient" => "effici",
8423 "effigy" => "effigi",
8424 "effloresce" => "effloresc",
8425 "efflorescence" => "effloresc",
8426 "effluvia" => "effluvia",
8427 "effluvium" => "effluvium",
8428 "effort" => "effort",
8429 "efforts" => "effort",
8430 "effrontery" => "effronteri",
8431 "effulgence" => "effulg",
8432 "effusion" => "effus",
8433 "effusions" => "effus",
8434 "efther" => "efther",
8435 "egad" => "egad",
8436 "egbert" => "egbert",
8437 "egg" => "egg",
8438 "eggs" => "egg",
8439 "eggshells" => "eggshel",
8440 "eghert" => "eghert",
8441 "eglantine" => "eglantin",
8442 "egoist" => "egoist",
8443 "egotistically" => "egotist",
8444 "egregious" => "egregi",
8445 "egregiously" => "egregi",
8446 "egress" => "egress",
8447 "egrets" => "egret",
8448 "egypt" => "egypt",
8449 "egyptian" => "egyptian",
8450 "egyptians" => "egyptian",
8451 "eh" => "eh",
8452 "ehrenberg" => "ehrenberg",
8453 "eight" => "eight",
8454 "eighteen" => "eighteen",
8455 "eighteenpence" => "eighteenp",
8456 "eighteenpences" => "eighteenp",
8457 "eighteenpenny" => "eighteenpenni",
8458 "eighth" => "eighth",
8459 "eighthly" => "eighth",
8460 "eighths" => "eighth",
8461 "eightpence" => "eightpenc",
8462 "eighty" => "eighti",
8463 "eimeo" => "eimeo",
8464 "eine" => "ein",
8465 "either" => "either",
8466 "ejaculate" => "ejacul",
8467 "ejaculated" => "ejacul",
8468 "ejaculates" => "ejacul",
8469 "ejaculating" => "ejacul",
8470 "ejaculations" => "ejacul",
8471 "eject" => "eject",
8472 "ejected" => "eject",
8473 "ejecting" => "eject",
8474 "ekaterininsky" => "ekaterininski",
8475 "eke" => "eke",
8476 "eked" => "eke",
8477 "eking" => "eke",
8478 "el" => "el",
8479 "elaborate" => "elabor",
8480 "elaborated" => "elabor",
8481 "elaboration" => "elabor",
8482 "elan" => "elan",
8483 "elapse" => "elaps",
8484 "elapsed" => "elaps",
8485 "elapses" => "elaps",
8486 "elastic" => "elast",
8487 "elasticity" => "elast",
8488 "elated" => "elat",
8489 "elater" => "elat",
8490 "elateridae" => "elaterida",
8491 "elaters" => "elat",
8492 "elation" => "elat",
8493 "elber" => "elber",
8494 "elbers" => "elber",
8495 "elbow" => "elbow",
8496 "elbowed" => "elbow",
8497 "elbowing" => "elbow",
8498 "elbows" => "elbow",
8499 "elder" => "elder",
8500 "elderly" => "elder",
8501 "elders" => "elder",
8502 "eldest" => "eldest",
8503 "eldon" => "eldon",
8504 "elect" => "elect",
8505 "elected" => "elect",
8506 "electing" => "elect",
8507 "election" => "elect",
8508 "electioneering" => "election",
8509 "elections" => "elect",
8510 "elector" => "elector",
8511 "electors" => "elector",
8512 "electric" => "electr",
8513 "electrical" => "electr",
8514 "electricity" => "electr",
8515 "elegance" => "eleg",
8516 "elegancies" => "eleg",
8517 "elegans" => "elegan",
8518 "elegant" => "eleg",
8519 "elegantly" => "eleg",
8520 "element" => "element",
8521 "elementary" => "elementari",
8522 "elements" => "element",
8523 "elephant" => "eleph",
8524 "elephantine" => "elephantin",
8525 "elephants" => "eleph",
8526 "elevate" => "elev",
8527 "elevated" => "elev",
8528 "elevates" => "elev",
8529 "elevating" => "elev",
8530 "elevation" => "elev",
8531 "elevations" => "elev",
8532 "elevatory" => "elevatori",
8533 "eleven" => "eleven",
8534 "elevens" => "eleven",
8535 "eleventh" => "eleventh",
8536 "elewated" => "elew",
8537 "elf" => "elf",
8538 "elfin" => "elfin",
8539 "elgble" => "elgbl",
8540 "elicit" => "elicit",
8541 "elicited" => "elicit",
8542 "eliciting" => "elicit",
8543 "elicits" => "elicit",
8544 "eligible" => "elig",
8545 "eliminate" => "elimin",
8546 "elite" => "elit",
8547 "elizabeth" => "elizabeth",
8548 "ell" => "ell",
8549 "elle" => "ell",
8550 "ellen" => "ellen",
8551 "elles" => "ell",
8552 "ellesmere" => "ellesmer",
8553 "elliptic" => "ellipt",
8554 "ellis" => "elli",
8555 "ellore" => "ellor",
8556 "elm" => "elm",
8557 "elmo" => "elmo",
8558 "elms" => "elm",
8559 "elocution" => "elocut",
8560 "elongated" => "elong",
8561 "elongation" => "elong",
8562 "elope" => "elop",
8563 "eloped" => "elop",
8564 "elopement" => "elop",
8565 "eloquence" => "eloqu",
8566 "eloquent" => "eloqu",
8567 "eloquently" => "eloqu",
8568 "elscholchias" => "elscholchia",
8569 "elsdale" => "elsdal",
8570 "else" => "els",
8571 "elsewhere" => "elsewher",
8572 "elucidate" => "elucid",
8573 "elucidated" => "elucid",
8574 "elude" => "elud",
8575 "eluded" => "elud",
8576 "eluding" => "elud",
8577 "elves" => "elv",
8578 "elwes" => "elw",
8579 "elysian" => "elysian",
8580 "elysium" => "elysium",
8581 "em" => "em",
8582 "emaciated" => "emaci",
8583 "emanated" => "eman",
8584 "emanating" => "eman",
8585 "emanation" => "eman",
8586 "emancipated" => "emancip",
8587 "emancipation" => "emancip",
8588 "emancipist" => "emancipist",
8589 "emasculate" => "emascul",
8590 "embankment" => "embank",
8591 "embankments" => "embank",
8592 "embarassed" => "embarass",
8593 "embargo" => "embargo",
8594 "embark" => "embark",
8595 "embarked" => "embark",
8596 "embarking" => "embark",
8597 "embarrass" => "embarrass",
8598 "embarrassed" => "embarrass",
8599 "embarrassing" => "embarrass",
8600 "embarrassment" => "embarrass",
8601 "embarrassments" => "embarrass",
8602 "embassy" => "embassi",
8603 "embedded" => "embed",
8604 "embellish" => "embellish",
8605 "embellished" => "embellish",
8606 "embellishes" => "embellish",
8607 "embellishing" => "embellish",
8608 "embellishment" => "embellish",
8609 "embellishments" => "embellish",
8610 "ember" => "ember",
8611 "embers" => "ember",
8612 "embitter" => "embitt",
8613 "embittered" => "embitt",
8614 "emblazoned" => "emblazon",
8615 "emblem" => "emblem",
8616 "emblems" => "emblem",
8617 "embodied" => "embodi",
8618 "embodiment" => "embodi",
8619 "emboldened" => "embolden",
8620 "emboldening" => "embolden",
8621 "emboldens" => "embolden",
8622 "embossed" => "emboss",
8623 "embowed" => "embow",
8624 "embrace" => "embrac",
8625 "embraced" => "embrac",
8626 "embracer" => "embrac",
8627 "embraces" => "embrac",
8628 "embracing" => "embrac",
8629 "embroidered" => "embroid",
8630 "embroidering" => "embroid",
8631 "embroiders" => "embroid",
8632 "embroidery" => "embroideri",
8633 "embroil" => "embroil",
8634 "embryo" => "embryo",
8635 "emerald" => "emerald",
8636 "emerge" => "emerg",
8637 "emerged" => "emerg",
8638 "emergency" => "emerg",
8639 "emerges" => "emerg",
8640 "emerging" => "emerg",
8641 "emigrate" => "emigr",
8642 "emigrated" => "emigr",
8643 "emigration" => "emigr",
8644 "emilia" => "emilia",
8645 "emily" => "emili",
8646 "eminence" => "emin",
8647 "eminent" => "emin",
8648 "eminently" => "emin",
8649 "emit" => "emit",
8650 "emits" => "emit",
8651 "emitted" => "emit",
8652 "emitting" => "emit",
8653 "emma" => "emma",
8654 "emollient" => "emolli",
8655 "emoluments" => "emolu",
8656 "emotion" => "emot",
8657 "emotional" => "emot",
8658 "emotions" => "emot",
8659 "emperor" => "emperor",
8660 "empetrum" => "empetrum",
8661 "emphasis" => "emphasi",
8662 "emphasise" => "emphasis",
8663 "emphasising" => "emphasis",
8664 "emphasizing" => "emphas",
8665 "emphatic" => "emphat",
8666 "emphatically" => "emphat",
8667 "empire" => "empir",
8668 "employ" => "employ",
8669 "employed" => "employ",
8670 "employer" => "employ",
8671 "employers" => "employ",
8672 "employing" => "employ",
8673 "employment" => "employ",
8674 "employments" => "employ",
8675 "employs" => "employ",
8676 "emporium" => "emporium",
8677 "emporiums" => "emporium",
8678 "empower" => "empow",
8679 "empowered" => "empow",
8680 "empress" => "empress",
8681 "emptied" => "empti",
8682 "empties" => "empti",
8683 "emptiness" => "empti",
8684 "emptor" => "emptor",
8685 "empty" => "empti",
8686 "emptying" => "empti",
8687 "emu" => "emu",
8688 "emulation" => "emul",
8689 "emus" => "emus",
8690 "en" => "en",
8691 "enable" => "enabl",
8692 "enabled" => "enabl",
8693 "enables" => "enabl",
8694 "enabling" => "enabl",
8695 "enact" => "enact",
8696 "enacted" => "enact",
8697 "enacting" => "enact",
8698 "enamel" => "enamel",
8699 "enamelled" => "enamel",
8700 "enamoured" => "enamour",
8701 "encamped" => "encamp",
8702 "encampment" => "encamp",
8703 "encamps" => "encamp",
8704 "encased" => "encas",
8705 "encerrado" => "encerrado",
8706 "enchanted" => "enchant",
8707 "enchanter" => "enchant",
8708 "enchanting" => "enchant",
8709 "encircle" => "encircl",
8710 "encircled" => "encircl",
8711 "encircles" => "encircl",
8712 "encircling" => "encircl",
8713 "enclos" => "enclo",
8714 "enclose" => "enclos",
8715 "enclosed" => "enclos",
8716 "enclosing" => "enclos",
8717 "enclosure" => "enclosur",
8718 "enclosures" => "enclosur",
8719 "encomium" => "encomium",
8720 "encomiums" => "encomium",
8721 "encompassed" => "encompass",
8722 "encompassing" => "encompass",
8723 "encore" => "encor",
8724 "encounter" => "encount",
8725 "encountered" => "encount",
8726 "encountering" => "encount",
8727 "encounters" => "encount",
8728 "encourage" => "encourag",
8729 "encouraged" => "encourag",
8730 "encouragement" => "encourag",
8731 "encouragements" => "encourag",
8732 "encourager" => "encourag",
8733 "encourages" => "encourag",
8734 "encouraging" => "encourag",
8735 "encouragingly" => "encourag",
8736 "encroach" => "encroach",
8737 "encroached" => "encroach",
8738 "encroaches" => "encroach",
8739 "encroachment" => "encroach",
8740 "encroachments" => "encroach",
8741 "encrusted" => "encrust",
8742 "encumber" => "encumb",
8743 "encumbered" => "encumb",
8744 "encumbering" => "encumb",
8745 "encyclop" => "encyclop",
8746 "end" => "end",
8747 "endanger" => "endang",
8748 "endangered" => "endang",
8749 "endear" => "endear",
8750 "endeared" => "endear",
8751 "endearing" => "endear",
8752 "endearment" => "endear",
8753 "endearments" => "endear",
8754 "endeavour" => "endeavour",
8755 "endeavoured" => "endeavour",
8756 "endeavouring" => "endeavour",
8757 "endeavours" => "endeavour",
8758 "ended" => "end",
8759 "endemic" => "endem",
8760 "enderby" => "enderbi",
8761 "enders" => "ender",
8762 "ending" => "end",
8763 "endless" => "endless",
8764 "endlessly" => "endless",
8765 "endow" => "endow",
8766 "endowed" => "endow",
8767 "endowing" => "endow",
8768 "endowment" => "endow",
8769 "endowments" => "endow",
8770 "endroits" => "endroit",
8771 "ends" => "end",
8772 "endurable" => "endur",
8773 "endurance" => "endur",
8774 "endure" => "endur",
8775 "endured" => "endur",
8776 "enduring" => "endur",
8777 "eneaf" => "eneaf",
8778 "enemies" => "enemi",
8779 "enemy" => "enemi",
8780 "energetic" => "energet",
8781 "energetically" => "energet",
8782 "energies" => "energi",
8783 "energy" => "energi",
8784 "enervated" => "enerv",
8785 "enfant" => "enfant",
8786 "enfeebled" => "enfeebl",
8787 "enfolded" => "enfold",
8788 "enfolding" => "enfold",
8789 "enforce" => "enforc",
8790 "enforced" => "enforc",
8791 "enforcing" => "enforc",
8792 "engaddi" => "engaddi",
8793 "engage" => "engag",
8794 "engaged" => "engag",
8795 "engagement" => "engag",
8796 "engagements" => "engag",
8797 "engages" => "engag",
8798 "engaging" => "engag",
8799 "engagingness" => "engaging",
8800 "engagmg" => "engagmg",
8801 "engender" => "engend",
8802 "engendered" => "engend",
8803 "engenhodo" => "engenhodo",
8804 "engine" => "engin",
8805 "engineer" => "engin",
8806 "engineering" => "engin",
8807 "engines" => "engin",
8808 "england" => "england",
8809 "english" => "english",
8810 "englishman" => "englishman",
8811 "englishmen" => "englishmen",
8812 "englishwoman" => "englishwoman",
8813 "engraved" => "engrav",
8814 "engraven" => "engraven",
8815 "engraver" => "engrav",
8816 "engraving" => "engrav",
8817 "engravings" => "engrav",
8818 "engrossed" => "engross",
8819 "engrosser" => "engross",
8820 "engrossing" => "engross",
8821 "enhance" => "enhanc",
8822 "enhanced" => "enhanc",
8823 "enhancing" => "enhanc",
8824 "enigma" => "enigma",
8825 "enigmatic" => "enigmat",
8826 "enigmatically" => "enigmat",
8827 "enjoin" => "enjoin",
8828 "enjoined" => "enjoin",
8829 "enjoins" => "enjoin",
8830 "enjoy" => "enjoy",
8831 "enjoyable" => "enjoy",
8832 "enjoyed" => "enjoy",
8833 "enjoying" => "enjoy",
8834 "enjoyingly" => "enjoy",
8835 "enjoyment" => "enjoy",
8836 "enjoys" => "enjoy",
8837 "enlarge" => "enlarg",
8838 "enlarged" => "enlarg",
8839 "enlarging" => "enlarg",
8840 "enlighten" => "enlighten",
8841 "enlightened" => "enlighten",
8842 "enlightenment" => "enlighten",
8843 "enlist" => "enlist",
8844 "enlisted" => "enlist",
8845 "enlisting" => "enlist",
8846 "enlistment" => "enlist",
8847 "enliven" => "enliven",
8848 "enlivened" => "enliven",
8849 "enlivening" => "enliven",
8850 "enlivenment" => "enliven",
8851 "enmity" => "enmiti",
8852 "ennoble" => "ennobl",
8853 "ennobled" => "ennobl",
8854 "ennobles" => "ennobl",
8855 "ennui" => "ennui",
8856 "enormity" => "enorm",
8857 "enormous" => "enorm",
8858 "enormously" => "enorm",
8859 "enough" => "enough",
8860 "enrage" => "enrag",
8861 "enraged" => "enrag",
8862 "enraptured" => "enraptur",
8863 "enriched" => "enrich",
8864 "enriching" => "enrich",
8865 "enrichment" => "enrich",
8866 "enrobed" => "enrob",
8867 "enrol" => "enrol",
8868 "enrolled" => "enrol",
8869 "enshrined" => "enshrin",
8870 "enshrouded" => "enshroud",
8871 "ensign" => "ensign",
8872 "enslaver" => "enslav",
8873 "enslaving" => "enslav",
8874 "ensnare" => "ensnar",
8875 "ensnared" => "ensnar",
8876 "ensue" => "ensu",
8877 "ensued" => "ensu",
8878 "ensues" => "ensu",
8879 "ensuing" => "ensu",
8880 "ensure" => "ensur",
8881 "entail" => "entail",
8882 "entailed" => "entail",
8883 "entangle" => "entangl",
8884 "entangled" => "entangl",
8885 "entanglement" => "entangl",
8886 "enter" => "enter",
8887 "entered" => "enter",
8888 "entering" => "enter",
8889 "enterprise" => "enterpris",
8890 "enterprising" => "enterpris",
8891 "enters" => "enter",
8892 "entertain" => "entertain",
8893 "entertained" => "entertain",
8894 "entertainer" => "entertain",
8895 "entertaining" => "entertain",
8896 "entertainment" => "entertain",
8897 "entertainments" => "entertain",
8898 "entertains" => "entertain",
8899 "enthralled" => "enthral",
8900 "enthusiasm" => "enthusiasm",
8901 "enthusiastic" => "enthusiast",
8902 "enthusiastically" => "enthusiast",
8903 "enticed" => "entic",
8904 "enticing" => "entic",
8905 "entire" => "entir",
8906 "entirely" => "entir",
8907 "entirety" => "entireti",
8908 "entitle" => "entitl",
8909 "entitled" => "entitl",
8910 "entitling" => "entitl",
8911 "entombed" => "entomb",
8912 "entombment" => "entomb",
8913 "entomol" => "entomol",
8914 "entomological" => "entomolog",
8915 "entomologist" => "entomologist",
8916 "entomology" => "entomolog",
8917 "entomostraca" => "entomostraca",
8918 "entomostracous" => "entomostrac",
8919 "entrails" => "entrail",
8920 "entrance" => "entranc",
8921 "entrances" => "entranc",
8922 "entrap" => "entrap",
8923 "entrapped" => "entrap",
8924 "entre" => "entr",
8925 "entreat" => "entreat",
8926 "entreated" => "entreat",
8927 "entreaties" => "entreati",
8928 "entreating" => "entreat",
8929 "entreats" => "entreat",
8930 "entreaty" => "entreati",
8931 "entree" => "entre",
8932 "entrenched" => "entrench",
8933 "entries" => "entri",
8934 "entrust" => "entrust",
8935 "entrusted" => "entrust",
8936 "entry" => "entri",
8937 "entwine" => "entwin",
8938 "entwined" => "entwin",
8939 "entwines" => "entwin",
8940 "enumerate" => "enumer",
8941 "enumerated" => "enumer",
8942 "enunciated" => "enunci",
8943 "enunciation" => "enunci",
8944 "envelope" => "envelop",
8945 "enveloped" => "envelop",
8946 "envelopes" => "envelop",
8947 "envelops" => "envelop",
8948 "envenomed" => "envenom",
8949 "enviable" => "enviabl",
8950 "envied" => "envi",
8951 "envies" => "envi",
8952 "envious" => "envious",
8953 "environ" => "environ",
8954 "environment" => "environ",
8955 "environne" => "environn",
8956 "envy" => "envi",
8957 "epaulets" => "epaulet",
8958 "epaulette" => "epaulett",
8959 "epeira" => "epeira",
8960 "ephemeral" => "ephemer",
8961 "epicure" => "epicur",
8962 "epicurean" => "epicurean",
8963 "epidemics" => "epidem",
8964 "epilepsy" => "epilepsi",
8965 "epileptic" => "epilept",
8966 "epilogue" => "epilogu",
8967 "episode" => "episod",
8968 "episodes" => "episod",
8969 "epistle" => "epistl",
8970 "epithet" => "epithet",
8971 "epithets" => "epithet",
8972 "epitome" => "epitom",
8973 "epoch" => "epoch",
8974 "epochs" => "epoch",
8975 "eprise" => "epris",
8976 "epsom" => "epsom",
8977 "equable" => "equabl",
8978 "equal" => "equal",
8979 "equality" => "equal",
8980 "equalle" => "equall",
8981 "equalled" => "equal",
8982 "equalling" => "equal",
8983 "equally" => "equal",
8984 "equals" => "equal",
8985 "equanimity" => "equanim",
8986 "equator" => "equat",
8987 "equatorial" => "equatori",
8988 "equestrian" => "equestrian",
8989 "equidistant" => "equidist",
8990 "equilibrium" => "equilibrium",
8991 "equinox" => "equinox",
8992 "equipage" => "equipag",
8993 "equipages" => "equipag",
8994 "equipment" => "equip",
8995 "equipped" => "equip",
8996 "equitable" => "equit",
8997 "equitably" => "equit",
8998 "equitem" => "equitem",
8999 "equity" => "equiti",
9000 "equivalent" => "equival",
9001 "equivocal" => "equivoc",
9002 "equivocation" => "equivoc",
9003 "equus" => "equus",
9004 "er" => "er",
9005 "era" => "era",
9006 "eradicate" => "erad",
9007 "eradicated" => "erad",
9008 "eras" => "era",
9009 "erased" => "eras",
9010 "ercharged" => "ercharg",
9011 "ere" => "ere",
9012 "erec" => "erec",
9013 "erect" => "erect",
9014 "erected" => "erect",
9015 "erections" => "erect",
9016 "erectness" => "erect",
9017 "erects" => "erect",
9018 "erichson" => "erichson",
9019 "erle" => "erl",
9020 "erme" => "erm",
9021 "ermine" => "ermin",
9022 "erosio" => "erosio",
9023 "err" => "err",
9024 "errand" => "errand",
9025 "errands" => "errand",
9026 "erratic" => "errat",
9027 "erred" => "er",
9028 "erring" => "er",
9029 "erroneous" => "erron",
9030 "error" => "error",
9031 "errors" => "error",
9032 "erst" => "erst",
9033 "erstan" => "erstan",
9034 "eructans" => "eructan",
9035 "erudite" => "erudit",
9036 "erudition" => "erudit",
9037 "erupted" => "erupt",
9038 "eruption" => "erupt",
9039 "eruptions" => "erupt",
9040 "eruptive" => "erupt",
9041 "eryngium" => "eryngium",
9042 "erysipelas" => "erysipela",
9043 "erythraeum" => "erythraeum",
9044 "es" => "es",
9045 "escape" => "escap",
9046 "escaped" => "escap",
9047 "escapes" => "escap",
9048 "escaping" => "escap",
9049 "escarpment" => "escarp",
9050 "escarpments" => "escarp",
9051 "eschara" => "eschara",
9052 "escheated" => "escheat",
9053 "escort" => "escort",
9054 "escorted" => "escort",
9055 "escorting" => "escort",
9056 "esculentus" => "esculentus",
9057 "escutcheons" => "escutcheon",
9058 "esk" => "esk",
9059 "espagne" => "espagn",
9060 "especial" => "especi",
9061 "especially" => "especi",
9062 "espied" => "espi",
9063 "esplanades" => "esplanad",
9064 "espouse" => "espous",
9065 "espoused" => "espous",
9066 "esprit" => "esprit",
9067 "esq" => "esq",
9068 "esquimau" => "esquimau",
9069 "esquire" => "esquir",
9070 "essay" => "essay",
9071 "essayed" => "essay",
9072 "essays" => "essay",
9073 "esse" => "ess",
9074 "essence" => "essenc",
9075 "essential" => "essenti",
9076 "essentially" => "essenti",
9077 "essentials" => "essenti",
9078 "essex" => "essex",
9079 "est" => "est",
9080 "establish" => "establish",
9081 "established" => "establish",
9082 "establishes" => "establish",
9083 "establishing" => "establish",
9084 "establishment" => "establish",
9085 "establishments" => "establish",
9086 "estacado" => "estacado",
9087 "estancia" => "estancia",
9088 "estancias" => "estancia",
9089 "estanciero" => "estanciero",
9090 "estate" => "estat",
9091 "estates" => "estat",
9092 "esteem" => "esteem",
9093 "esteemed" => "esteem",
9094 "esteeming" => "esteem",
9095 "esteems" => "esteem",
9096 "esther" => "esther",
9097 "esthers" => "esther",
9098 "estimable" => "estim",
9099 "estimate" => "estim",
9100 "estimated" => "estim",
9101 "estimates" => "estim",
9102 "estimating" => "estim",
9103 "estimation" => "estim",
9104 "estrange" => "estrang",
9105 "estranged" => "estrang",
9106 "estrangement" => "estrang",
9107 "estranging" => "estrang",
9108 "estuaries" => "estuari",
9109 "estuary" => "estuari",
9110 "et" => "et",
9111 "etage" => "etag",
9112 "etc" => "etc",
9113 "ete" => "ete",
9114 "eternal" => "etern",
9115 "eternally" => "etern",
9116 "eternelle" => "eternell",
9117 "eternity" => "etern",
9118 "etes" => "ete",
9119 "ethereal" => "ether",
9120 "etiquette" => "etiquett",
9121 "etiquettes" => "etiquett",
9122 "etna" => "etna",
9123 "eton" => "eton",
9124 "etonnement" => "etonn",
9125 "etymology" => "etymolog",
9126 "eucalypti" => "eucalypti",
9127 "eucalyptus" => "eucalyptus",
9128 "eudromia" => "eudromia",
9129 "eulogistic" => "eulogist",
9130 "eulogium" => "eulogium",
9131 "euphorbia" => "euphorbia",
9132 "euphorbiaceae" => "euphorbiacea",
9133 "europe" => "europ",
9134 "european" => "european",
9135 "europeans" => "european",
9136 "eustace" => "eustac",
9137 "euston" => "euston",
9138 "ev" => "ev",
9139 "evade" => "evad",
9140 "evaded" => "evad",
9141 "evading" => "evad",
9142 "evans" => "evan",
9143 "evaporate" => "evapor",
9144 "evaporated" => "evapor",
9145 "evaporates" => "evapor",
9146 "evaporation" => "evapor",
9147 "evasion" => "evas",
9148 "evasions" => "evas",
9149 "evasive" => "evas",
9150 "evasively" => "evas",
9151 "evasiveness" => "evas",
9152 "eve" => "eve",
9153 "evelyn" => "evelyn",
9154 "evelyns" => "evelyn",
9155 "even" => "even",
9156 "evening" => "even",
9157 "evenings" => "even",
9158 "evenlng" => "evenlng",
9159 "evenly" => "even",
9160 "evenness" => "even",
9161 "event" => "event",
9162 "eventful" => "event",
9163 "events" => "event",
9164 "eventually" => "eventu",
9165 "ever" => "ever",
9166 "everbody" => "everbodi",
9167 "everbrowns" => "everbrown",
9168 "everett" => "everett",
9169 "evergreen" => "evergreen",
9170 "evergreens" => "evergreen",
9171 "everlasting" => "everlast",
9172 "everlastingly" => "everlast",
9173 "evermore" => "evermor",
9174 "evervwhere" => "evervwher",
9175 "every" => "everi",
9176 "everybody" => "everybodi",
9177 "everybodys" => "everybodi",
9178 "everyday" => "everyday",
9179 "everyone" => "everyon",
9180 "everything" => "everyth",
9181 "everythink" => "everythink",
9182 "everyways" => "everyway",
9183 "everywhere" => "everywher",
9184 "everywheres" => "everywher",
9185 "evidence" => "evid",
9186 "evidences" => "evid",
9187 "evidenfly" => "evidenfli",
9188 "evident" => "evid",
9189 "evidently" => "evid",
9190 "evil" => "evil",
9191 "evils" => "evil",
9192 "evince" => "evinc",
9193 "evinced" => "evinc",
9194 "evincing" => "evinc",
9195 "evins" => "evin",
9196 "evoke" => "evok",
9197 "evoked" => "evok",
9198 "evokes" => "evok",
9199 "evolution" => "evolut",
9200 "evolutions" => "evolut",
9201 "ew" => "ew",
9202 "ewe" => "ewe",
9203 "ewent" => "ewent",
9204 "ex" => "ex",
9205 "exact" => "exact",
9206 "exacted" => "exact",
9207 "exacting" => "exact",
9208 "exactions" => "exact",
9209 "exactitude" => "exactitud",
9210 "exactly" => "exact",
9211 "exactness" => "exact",
9212 "exaggerate" => "exagger",
9213 "exaggerated" => "exagger",
9214 "exaggerates" => "exagger",
9215 "exaggerating" => "exagger",
9216 "exaggeration" => "exagger",
9217 "exaggerations" => "exagger",
9218 "exalt" => "exalt",
9219 "exaltation" => "exalt",
9220 "exalted" => "exalt",
9221 "exalting" => "exalt",
9222 "examination" => "examin",
9223 "examinations" => "examin",
9224 "examine" => "examin",
9225 "examined" => "examin",
9226 "examines" => "examin",
9227 "examining" => "examin",
9228 "example" => "exampl",
9229 "examples" => "exampl",
9230 "exasperated" => "exasper",
9231 "exasperating" => "exasper",
9232 "exasperation" => "exasper",
9233 "excavated" => "excav",
9234 "excavation" => "excav",
9235 "excavations" => "excav",
9236 "exceed" => "exceed",
9237 "exceeded" => "exceed",
9238 "exceeding" => "exceed",
9239 "exceedingly" => "exceed",
9240 "exceeds" => "exceed",
9241 "excelled" => "excel",
9242 "excellence" => "excel",
9243 "excellences" => "excel",
9244 "excellencies" => "excel",
9245 "excellency" => "excel",
9246 "excellent" => "excel",
9247 "excellently" => "excel",
9248 "except" => "except",
9249 "excepted" => "except",
9250 "excepting" => "except",
9251 "exception" => "except",
9252 "exceptional" => "except",
9253 "exceptionally" => "except",
9254 "exceptionalness" => "exception",
9255 "exceptions" => "except",
9256 "excess" => "excess",
9257 "excesses" => "excess",
9258 "excessive" => "excess",
9259 "excessively" => "excess",
9260 "exchange" => "exchang",
9261 "exchanged" => "exchang",
9262 "exchanges" => "exchang",
9263 "exchanging" => "exchang",
9264 "exchequer" => "exchequ",
9265 "excitable" => "excit",
9266 "excitableness" => "excit",
9267 "excite" => "excit",
9268 "excited" => "excit",
9269 "excitedly" => "excit",
9270 "excitement" => "excit",
9271 "excitements" => "excit",
9272 "excites" => "excit",
9273 "exciting" => "excit",
9274 "exclaim" => "exclaim",
9275 "exclaimed" => "exclaim",
9276 "exclaiming" => "exclaim",
9277 "exclaims" => "exclaim",
9278 "exclamation" => "exclam",
9279 "exclamations" => "exclam",
9280 "exclude" => "exclud",
9281 "excluded" => "exclud",
9282 "excluding" => "exclud",
9283 "exclusion" => "exclus",
9284 "exclusions" => "exclus",
9285 "exclusive" => "exclus",
9286 "exclusively" => "exclus",
9287 "exclusiveness" => "exclus",
9288 "excoriate" => "excori",
9289 "excremens" => "excremen",
9290 "excrescence" => "excresc",
9291 "excruciatingly" => "excruci",
9292 "excursion" => "excurs",
9293 "excursions" => "excurs",
9294 "excusable" => "excus",
9295 "excuse" => "excus",
9296 "excused" => "excus",
9297 "excuses" => "excus",
9298 "excusing" => "excus",
9299 "execrable" => "execr",
9300 "execrate" => "execr",
9301 "execrating" => "execr",
9302 "execute" => "execut",
9303 "executed" => "execut",
9304 "executing" => "execut",
9305 "execution" => "execut",
9306 "executioner" => "execution",
9307 "executions" => "execut",
9308 "executive" => "execut",
9309 "executor" => "executor",
9310 "executors" => "executor",
9311 "exemplary" => "exemplari",
9312 "exemplified" => "exemplifi",
9313 "exemplifies" => "exemplifi",
9314 "exemplify" => "exemplifi",
9315 "exempt" => "exempt",
9316 "exempted" => "exempt",
9317 "exemption" => "exempt",
9318 "exercise" => "exercis",
9319 "exercised" => "exercis",
9320 "exercises" => "exercis",
9321 "exercising" => "exercis",
9322 "exert" => "exert",
9323 "exerted" => "exert",
9324 "exerting" => "exert",
9325 "exertion" => "exert",
9326 "exertions" => "exert",
9327 "exerts" => "exert",
9328 "exeter" => "exet",
9329 "exhalations" => "exhal",
9330 "exhale" => "exhal",
9331 "exhaled" => "exhal",
9332 "exhaust" => "exhaust",
9333 "exhausted" => "exhaust",
9334 "exhausting" => "exhaust",
9335 "exhaustion" => "exhaust",
9336 "exhaustless" => "exhaustless",
9337 "exhausts" => "exhaust",
9338 "exhibit" => "exhibit",
9339 "exhibited" => "exhibit",
9340 "exhibiting" => "exhibit",
9341 "exhibition" => "exhibit",
9342 "exhibitions" => "exhibit",
9343 "exhibits" => "exhibit",
9344 "exhilarated" => "exhilar",
9345 "exhilarating" => "exhilar",
9346 "exhilaration" => "exhilar",
9347 "exhort" => "exhort",
9348 "exhortation" => "exhort",
9349 "exhortations" => "exhort",
9350 "exhorted" => "exhort",
9351 "exhorting" => "exhort",
9352 "exhorts" => "exhort",
9353 "exigencies" => "exig",
9354 "exile" => "exil",
9355 "exiled" => "exil",
9356 "exiles" => "exil",
9357 "exist" => "exist",
9358 "existe" => "exist",
9359 "existed" => "exist",
9360 "existence" => "exist",
9361 "existent" => "exist",
9362 "existing" => "exist",
9363 "exists" => "exist",
9364 "exit" => "exit",
9365 "exorbitant" => "exorbit",
9366 "exordium" => "exordium",
9367 "exotic" => "exot",
9368 "exotically" => "exot",
9369 "exotics" => "exot",
9370 "expand" => "expand",
9371 "expande" => "expand",
9372 "expanded" => "expand",
9373 "expanding" => "expand",
9374 "expands" => "expand",
9375 "expanse" => "expans",
9376 "expanses" => "expans",
9377 "expansion" => "expans",
9378 "expansions" => "expans",
9379 "expansive" => "expans",
9380 "expatiate" => "expati",
9381 "expatiated" => "expati",
9382 "expatiating" => "expati",
9383 "expatriated" => "expatri",
9384 "expatriation" => "expatri",
9385 "expect" => "expect",
9386 "expectancy" => "expect",
9387 "expectant" => "expect",
9388 "expectants" => "expect",
9389 "expectation" => "expect",
9390 "expectations" => "expect",
9391 "expected" => "expect",
9392 "expecting" => "expect",
9393 "expects" => "expect",
9394 "exped" => "exp",
9395 "expedience" => "expedi",
9396 "expediency" => "expedi",
9397 "expedient" => "expedi",
9398 "expedients" => "expedi",
9399 "expedite" => "expedit",
9400 "expedition" => "expedit",
9401 "expeditions" => "expedit",
9402 "expeditious" => "expediti",
9403 "expeditiously" => "expediti",
9404 "expel" => "expel",
9405 "expelled" => "expel",
9406 "expelling" => "expel",
9407 "expend" => "expend",
9408 "expended" => "expend",
9409 "expenditure" => "expenditur",
9410 "expense" => "expens",
9411 "expenses" => "expens",
9412 "expensive" => "expens",
9413 "expensively" => "expens",
9414 "experience" => "experi",
9415 "experienced" => "experienc",
9416 "experiences" => "experi",
9417 "experiment" => "experi",
9418 "experimental" => "experiment",
9419 "experimented" => "experi",
9420 "experiments" => "experi",
9421 "expert" => "expert",
9422 "expiate" => "expiat",
9423 "expiating" => "expiat",
9424 "expiation" => "expiat",
9425 "expiration" => "expir",
9426 "expire" => "expir",
9427 "expired" => "expir",
9428 "expiring" => "expir",
9429 "explain" => "explain",
9430 "explained" => "explain",
9431 "explaining" => "explain",
9432 "explains" => "explain",
9433 "explanation" => "explan",
9434 "explanations" => "explan",
9435 "explanatory" => "explanatori",
9436 "expletive" => "explet",
9437 "expletives" => "explet",
9438 "expletus" => "expletus",
9439 "explicit" => "explicit",
9440 "explode" => "explod",
9441 "explodes" => "explod",
9442 "exploding" => "explod",
9443 "exploit" => "exploit",
9444 "exploits" => "exploit",
9445 "explore" => "explor",
9446 "explored" => "explor",
9447 "explorer" => "explor",
9448 "exploring" => "explor",
9449 "explosion" => "explos",
9450 "explosions" => "explos",
9451 "explosive" => "explos",
9452 "exponent" => "expon",
9453 "export" => "export",
9454 "exportation" => "export",
9455 "exported" => "export",
9456 "exports" => "export",
9457 "expose" => "expos",
9458 "exposed" => "expos",
9459 "exposes" => "expos",
9460 "exposing" => "expos",
9461 "exposition" => "exposit",
9462 "expostulate" => "expostul",
9463 "expostulated" => "expostul",
9464 "expostulating" => "expostul",
9465 "expostulation" => "expostul",
9466 "exposure" => "exposur",
9467 "expound" => "expound",
9468 "expounding" => "expound",
9469 "express" => "express",
9470 "expressed" => "express",
9471 "expresses" => "express",
9472 "expressing" => "express",
9473 "expression" => "express",
9474 "expressionless" => "expressionless",
9475 "expressions" => "express",
9476 "expressive" => "express",
9477 "expressively" => "express",
9478 "expressly" => "expressli",
9479 "expulsion" => "expuls",
9480 "exquisite" => "exquisit",
9481 "exquisitely" => "exquisit",
9482 "exquisites" => "exquisit",
9483 "exserted" => "exsert",
9484 "extant" => "extant",
9485 "extemporaneously" => "extemporan",
9486 "extemporary" => "extemporari",
9487 "extemporized" => "extempor",
9488 "extend" => "extend",
9489 "extended" => "extend",
9490 "extending" => "extend",
9491 "extends" => "extend",
9492 "extensile" => "extensil",
9493 "extension" => "extens",
9494 "extensive" => "extens",
9495 "extensively" => "extens",
9496 "extent" => "extent",
9497 "extenuating" => "extenu",
9498 "extenuation" => "extenu",
9499 "exterior" => "exterior",
9500 "exterminated" => "extermin",
9501 "exterminating" => "extermin",
9502 "extermination" => "extermin",
9503 "exterminations" => "extermin",
9504 "external" => "extern",
9505 "externally" => "extern",
9506 "extinct" => "extinct",
9507 "extinction" => "extinct",
9508 "extinguish" => "extinguish",
9509 "extinguished" => "extinguish",
9510 "extinguisher" => "extinguish",
9511 "extinguishers" => "extinguish",
9512 "extinguishes" => "extinguish",
9513 "extinguishing" => "extinguish",
9514 "extirpating" => "extirp",
9515 "extol" => "extol",
9516 "extolled" => "extol",
9517 "extolling" => "extol",
9518 "extort" => "extort",
9519 "extorted" => "extort",
9520 "extorting" => "extort",
9521 "extortion" => "extort",
9522 "extortions" => "extort",
9523 "extra" => "extra",
9524 "extract" => "extract",
9525 "extracted" => "extract",
9526 "extracting" => "extract",
9527 "extraction" => "extract",
9528 "extracts" => "extract",
9529 "extraneous" => "extran",
9530 "extraordinarily" => "extraordinarili",
9531 "extraordinary" => "extraordinari",
9532 "extras" => "extra",
9533 "extravagance" => "extravag",
9534 "extravagances" => "extravag",
9535 "extravagant" => "extravag",
9536 "extreme" => "extrem",
9537 "extremely" => "extrem",
9538 "extremes" => "extrem",
9539 "extremest" => "extremest",
9540 "extremities" => "extrem",
9541 "extremity" => "extrem",
9542 "extremum" => "extremum",
9543 "extricate" => "extric",
9544 "extricated" => "extric",
9545 "extricating" => "extric",
9546 "extrication" => "extric",
9547 "exuberant" => "exuber",
9548 "exudations" => "exud",
9549 "exuded" => "exud",
9550 "exultation" => "exult",
9551 "exulted" => "exult",
9552 "exulting" => "exult",
9553 "exultingly" => "exult",
9554 "exults" => "exult",
9555 "ey" => "ey",
9556 "eye" => "eye",
9557 "eyeball" => "eyebal",
9558 "eyebrow" => "eyebrow",
9559 "eyebrows" => "eyebrow",
9560 "eyed" => "eye",
9561 "eyeglass" => "eyeglass",
9562 "eyeing" => "eye",
9563 "eyelash" => "eyelash",
9564 "eyelashes" => "eyelash",
9565 "eyelid" => "eyelid",
9566 "eyelids" => "eyelid",
9567 "eyes" => "eye",
9568 "eyesight" => "eyesight",
9569 "eyesore" => "eyesor",
9570 "eyre" => "eyr",
9571 "ezactly" => "ezact",
9572 "f" => "f",
9573 "fa" => "fa",
9574 "fable" => "fabl",
9575 "fabled" => "fabl",
9576 "fables" => "fabl",
9577 "fabric" => "fabric",
9578 "fabricated" => "fabric",
9579 "fabricius" => "fabricius",
9580 "fabulous" => "fabul",
9581 "fabulously" => "fabul",
9582 "facade" => "facad",
9583 "face" => "face",
9584 "faced" => "face",
9585 "faces" => "face",
9586 "facetious" => "faceti",
9587 "facetiously" => "faceti",
9588 "facetiousness" => "faceti",
9589 "facial" => "facial",
9590 "facile" => "facil",
9591 "facilitate" => "facilit",
9592 "facilitates" => "facilit",
9593 "facilitating" => "facilit",
9594 "facilities" => "facil",
9595 "facility" => "facil",
9596 "facing" => "face",
9597 "facings" => "face",
9598 "fact" => "fact",
9599 "faction" => "faction",
9600 "factor" => "factor",
9601 "factors" => "factor",
9602 "factory" => "factori",
9603 "facts" => "fact",
9604 "faculties" => "faculti",
9605 "faculty" => "faculti",
9606 "fade" => "fade",
9607 "faded" => "fade",
9608 "fadedly" => "fade",
9609 "fades" => "fade",
9610 "fading" => "fade",
9611 "fag" => "fag",
9612 "fagged" => "fag",
9613 "faggot" => "faggot",
9614 "fagus" => "fagus",
9615 "fah" => "fah",
9616 "fail" => "fail",
9617 "failed" => "fail",
9618 "failing" => "fail",
9619 "failings" => "fail",
9620 "fails" => "fail",
9621 "failure" => "failur",
9622 "failures" => "failur",
9623 "fain" => "fain",
9624 "faineant" => "faineant",
9625 "faineants" => "faineant",
9626 "faint" => "faint",
9627 "fainted" => "faint",
9628 "fainter" => "fainter",
9629 "faintest" => "faintest",
9630 "fainting" => "faint",
9631 "faintings" => "faint",
9632 "faintly" => "faint",
9633 "faintness" => "faint",
9634 "faints" => "faint",
9635 "fair" => "fair",
9636 "faire" => "fair",
9637 "fairer" => "fairer",
9638 "fairest" => "fairest",
9639 "fairies" => "fairi",
9640 "fairish" => "fairish",
9641 "fairly" => "fair",
9642 "fairness" => "fair",
9643 "fairy" => "fairi",
9644 "fait" => "fait",
9645 "faith" => "faith",
9646 "faithful" => "faith",
9647 "faithfuller" => "faithful",
9648 "faithfully" => "faith",
9649 "faithfulness" => "faith",
9650 "falconer" => "falcon",
9651 "falkland" => "falkland",
9652 "falklands" => "falkland",
9653 "fall" => "fall",
9654 "fallacy" => "fallaci",
9655 "fallen" => "fallen",
9656 "fallible" => "fallibl",
9657 "fallin" => "fallin",
9658 "falling" => "fall",
9659 "falls" => "fall",
9660 "falmouth" => "falmouth",
9661 "false" => "fals",
9662 "falsehood" => "falsehood",
9663 "falsehoods" => "falsehood",
9664 "falsely" => "fals",
9665 "falseness" => "fals",
9666 "falser" => "falser",
9667 "falsetto" => "falsetto",
9668 "falsify" => "falsifi",
9669 "falsity" => "falsiti",
9670 "falter" => "falter",
9671 "faltered" => "falter",
9672 "faltering" => "falter",
9673 "falteringly" => "falter",
9674 "falters" => "falter",
9675 "fame" => "fame",
9676 "famed" => "fame",
9677 "familiar" => "familiar",
9678 "familiaris" => "familiari",
9679 "familiarised" => "familiaris",
9680 "familiarities" => "familiar",
9681 "familiarity" => "familiar",
9682 "familiarized" => "familiar",
9683 "familiarly" => "familiar",
9684 "familiars" => "familiar",
9685 "families" => "famili",
9686 "family" => "famili",
9687 "famine" => "famin",
9688 "famines" => "famin",
9689 "famished" => "famish",
9690 "famoso" => "famoso",
9691 "famous" => "famous",
9692 "famously" => "famous",
9693 "fan" => "fan",
9694 "fanaticism" => "fanatic",
9695 "fancied" => "fanci",
9696 "fancier" => "fancier",
9697 "fancies" => "fanci",
9698 "fanciful" => "fanci",
9699 "fancy" => "fanci",
9700 "fancying" => "fanci",
9701 "faneant" => "faneant",
9702 "fangs" => "fang",
9703 "fanlight" => "fanlight",
9704 "fanned" => "fan",
9705 "fanny" => "fanni",
9706 "fans" => "fan",
9707 "fanshawe" => "fanshaw",
9708 "fantastic" => "fantast",
9709 "fantastical" => "fantast",
9710 "fantastically" => "fantast",
9711 "fantasy" => "fantasi",
9712 "far" => "far",
9713 "farce" => "farc",
9714 "fare" => "fare",
9715 "fared" => "fare",
9716 "fares" => "fare",
9717 "farewell" => "farewel",
9718 "farewells" => "farewel",
9719 "farinha" => "farinha",
9720 "farm" => "farm",
9721 "farmed" => "farm",
9722 "farmer" => "farmer",
9723 "farmers" => "farmer",
9724 "farmhouse" => "farmhous",
9725 "farmhouses" => "farmhous",
9726 "farming" => "farm",
9727 "farms" => "farm",
9728 "farrago" => "farrago",
9729 "farther" => "farther",
9730 "farthest" => "farthest",
9731 "farthing" => "farth",
9732 "farthings" => "farth",
9733 "fascinate" => "fascin",
9734 "fascinated" => "fascin",
9735 "fascinating" => "fascin",
9736 "fascination" => "fascin",
9737 "fascinations" => "fascin",
9738 "fascinator" => "fascin",
9739 "fash" => "fash",
9740 "fashion" => "fashion",
9741 "fashionable" => "fashion",
9742 "fashionably" => "fashion",
9743 "fashionahle" => "fashionahl",
9744 "fashioned" => "fashion",
9745 "fashions" => "fashion",
9746 "fast" => "fast",
9747 "fasten" => "fasten",
9748 "fastened" => "fasten",
9749 "fastening" => "fasten",
9750 "fastenings" => "fasten",
9751 "fastens" => "fasten",
9752 "faster" => "faster",
9753 "fastest" => "fastest",
9754 "fastidious" => "fastidi",
9755 "fastidiousness" => "fastidi",
9756 "fasting" => "fast",
9757 "fastness" => "fast",
9758 "fat" => "fat",
9759 "fatal" => "fatal",
9760 "fate" => "fate",
9761 "fated" => "fate",
9762 "fateful" => "fate",
9763 "fates" => "fate",
9764 "father" => "father",
9765 "fatherland" => "fatherland",
9766 "fatherless" => "fatherless",
9767 "fatherly" => "father",
9768 "fathers" => "father",
9769 "fathom" => "fathom",
9770 "fathomless" => "fathomless",
9771 "fathoms" => "fathom",
9772 "fatigue" => "fatigu",
9773 "fatigued" => "fatigu",
9774 "fatigues" => "fatigu",
9775 "fatiguing" => "fatigu",
9776 "fatima" => "fatima",
9777 "fatly" => "fat",
9778 "fatness" => "fat",
9779 "fatten" => "fatten",
9780 "fattened" => "fatten",
9781 "fattening" => "fatten",
9782 "fatter" => "fatter",
9783 "fattish" => "fattish",
9784 "fatuity" => "fatuiti",
9785 "faugh" => "faugh",
9786 "fault" => "fault",
9787 "faultless" => "faultless",
9788 "faults" => "fault",
9789 "fauna" => "fauna",
9790 "faux" => "faux",
9791 "favour" => "favour",
9792 "favourable" => "favour",
9793 "favourably" => "favour",
9794 "favoured" => "favour",
9795 "favouring" => "favour",
9796 "favourite" => "favourit",
9797 "favourites" => "favourit",
9798 "favours" => "favour",
9799 "fawn" => "fawn",
9800 "fawned" => "fawn",
9801 "fawning" => "fawn",
9802 "fawns" => "fawn",
9803 "fazenda" => "fazenda",
9804 "fazendas" => "fazenda",
9805 "fe" => "fe",
9806 "feace" => "feac",
9807 "feaced" => "feac",
9808 "fealty" => "fealti",
9809 "fear" => "fear",
9810 "feared" => "fear",
9811 "feareth" => "feareth",
9812 "fearful" => "fear",
9813 "fearfully" => "fear",
9814 "fearfulty" => "fearfulti",
9815 "fearing" => "fear",
9816 "feariocious" => "fearioci",
9817 "fearless" => "fearless",
9818 "fearlessly" => "fearless",
9819 "fears" => "fear",
9820 "feasible" => "feasibl",
9821 "feast" => "feast",
9822 "feasted" => "feast",
9823 "feasting" => "feast",
9824 "feasts" => "feast",
9825 "feat" => "feat",
9826 "feather" => "feather",
9827 "featherbed" => "featherb",
9828 "feathered" => "feather",
9829 "feathers" => "feather",
9830 "feathery" => "featheri",
9831 "feats" => "feat",
9832 "feature" => "featur",
9833 "featured" => "featur",
9834 "features" => "featur",
9835 "feb" => "feb",
9836 "februa" => "februa",
9837 "february" => "februari",
9838 "fed" => "fed",
9839 "fedosya" => "fedosya",
9840 "fedyaev" => "fedyaev",
9841 "fee" => "fee",
9842 "feeble" => "feebl",
9843 "feebleness" => "feebl",
9844 "feebler" => "feebler",
9845 "feebly" => "feebli",
9846 "feeckle" => "feeckl",
9847 "feed" => "feed",
9848 "feeder" => "feeder",
9849 "feeders" => "feeder",
9850 "feeding" => "feed",
9851 "feeds" => "feed",
9852 "feel" => "feel",
9853 "feeling" => "feel",
9854 "feelingly" => "feel",
9855 "feelings" => "feel",
9856 "feels" => "feel",
9857 "fees" => "fee",
9858 "feet" => "feet",
9859 "feign" => "feign",
9860 "feigned" => "feign",
9861 "feigning" => "feign",
9862 "feigns" => "feign",
9863 "feijao" => "feijao",
9864 "feint" => "feint",
9865 "feints" => "feint",
9866 "fel" => "fel",
9867 "feldspathic" => "feldspath",
9868 "felicitations" => "felicit",
9869 "felicitous" => "felicit",
9870 "felicitously" => "felicit",
9871 "felicity" => "felic",
9872 "feline" => "felin",
9873 "felipe" => "felip",
9874 "felix" => "felix",
9875 "fell" => "fell",
9876 "felled" => "fell",
9877 "feller" => "feller",
9878 "fellow" => "fellow",
9879 "fellows" => "fellow",
9880 "fellowship" => "fellowship",
9881 "felo" => "felo",
9882 "felon" => "felon",
9883 "feloniously" => "feloni",
9884 "felons" => "felon",
9885 "felony" => "feloni",
9886 "felspar" => "felspar",
9887 "felspathic" => "felspath",
9888 "felt" => "felt",
9889 "female" => "femal",
9890 "females" => "femal",
9891 "feminine" => "feminin",
9892 "fen" => "fen",
9893 "fence" => "fenc",
9894 "fenced" => "fenc",
9895 "fences" => "fenc",
9896 "fencing" => "fenc",
9897 "fender" => "fender",
9898 "fennel" => "fennel",
9899 "fens" => "fen",
9900 "ferdinand" => "ferdinand",
9901 "ferdy" => "ferdi",
9902 "ferguson" => "ferguson",
9903 "ferment" => "ferment",
9904 "fermentable" => "ferment",
9905 "fermenting" => "ferment",
9906 "fern" => "fern",
9907 "fernal" => "fernal",
9908 "fernandez" => "fernandez",
9909 "fernando" => "fernando",
9910 "fernery" => "ferneri",
9911 "ferns" => "fern",
9912 "ferocious" => "feroci",
9913 "ferociously" => "feroci",
9914 "ferocity" => "feroc",
9915 "feronia" => "feronia",
9916 "ferret" => "ferret",
9917 "ferreted" => "ferret",
9918 "ferried" => "ferri",
9919 "ferruginous" => "ferrugin",
9920 "ferrule" => "ferrul",
9921 "ferry" => "ferri",
9922 "fertile" => "fertil",
9923 "fertility" => "fertil",
9924 "fertilizing" => "fertil",
9925 "ferule" => "ferul",
9926 "fervency" => "fervenc",
9927 "fervent" => "fervent",
9928 "fervently" => "fervent",
9929 "fervid" => "fervid",
9930 "fervour" => "fervour",
9931 "fester" => "fester",
9932 "festering" => "fester",
9933 "festival" => "festiv",
9934 "festivals" => "festiv",
9935 "festive" => "festiv",
9936 "festivities" => "festiv",
9937 "festivity" => "festiv",
9938 "festoon" => "festoon",
9939 "festoons" => "festoon",
9940 "fetch" => "fetch",
9941 "fetched" => "fetch",
9942 "fetches" => "fetch",
9943 "fetching" => "fetch",
9944 "feted" => "fete",
9945 "fetid" => "fetid",
9946 "fetlock" => "fetlock",
9947 "fetlocks" => "fetlock",
9948 "fetters" => "fetter",
9949 "feud" => "feud",
9950 "feudal" => "feudal",
9951 "feury" => "feuri",
9952 "fever" => "fever",
9953 "fevered" => "fever",
9954 "feverish" => "feverish",
9955 "feverishly" => "feverish",
9956 "feverishness" => "feverish",
9957 "fevers" => "fever",
9958 "few" => "few",
9959 "fewer" => "fewer",
9960 "fewest" => "fewest",
9961 "fewness" => "few",
9962 "feyther" => "feyther",
9963 "feythers" => "feyther",
9964 "fiance" => "fianc",
9965 "fiancee" => "fiance",
9966 "fiat" => "fiat",
9967 "fib" => "fib",
9968 "fibbing" => "fib",
9969 "fibre" => "fibr",
9970 "fibres" => "fibr",
9971 "fibrous" => "fibrous",
9972 "fibs" => "fib",
9973 "fichy" => "fichi",
9974 "fickle" => "fickl",
9975 "fickleness" => "fickl",
9976 "fico" => "fico",
9977 "fiction" => "fiction",
9978 "fictions" => "fiction",
9979 "fictitious" => "fictiti",
9980 "fiddle" => "fiddl",
9981 "fiddles" => "fiddl",
9982 "fiddlesticks" => "fiddlestick",
9983 "fide" => "fide",
9984 "fidelity" => "fidel",
9985 "fidget" => "fidget",
9986 "fidgeted" => "fidget",
9987 "fidgeting" => "fidget",
9988 "fidgett" => "fidgett",
9989 "fidgetts" => "fidgett",
9990 "fidgety" => "fidgeti",
9991 "fie" => "fie",
9992 "field" => "field",
9993 "fieldfare" => "fieldfar",
9994 "fieldingsby" => "fieldingsbi",
9995 "fields" => "field",
9996 "fiend" => "fiend",
9997 "fiendish" => "fiendish",
9998 "fierce" => "fierc",
9999 "fiercely" => "fierc",
10000 "fierceness" => "fierc",
10001 "fiercer" => "fiercer",
10002 "fiercest" => "fiercest",
10003 "fiery" => "fieri",
10004 "fife" => "fife",
10005 "fifer" => "fifer",
10006 "fifteen" => "fifteen",
10007 "fifteenth" => "fifteenth",
10008 "fifth" => "fifth",
10009 "fifthly" => "fifth",
10010 "fifths" => "fifth",
10011 "fifty" => "fifti",
10012 "fig" => "fig",
10013 "fight" => "fight",
10014 "fighter" => "fighter",
10015 "fighting" => "fight",
10016 "fights" => "fight",
10017 "figment" => "figment",
10018 "figs" => "fig",
10019 "figuireda" => "figuireda",
10020 "figurative" => "figur",
10021 "figure" => "figur",
10022 "figured" => "figur",
10023 "figures" => "figur",
10024 "figuring" => "figur",
10025 "filamentous" => "filament",
10026 "filched" => "filch",
10027 "file" => "file",
10028 "filed" => "file",
10029 "files" => "file",
10030 "filial" => "filial",
10031 "filigree" => "filigre",
10032 "filing" => "file",
10033 "filka" => "filka",
10034 "fill" => "fill",
10035 "fille" => "fill",
10036 "filled" => "fill",
10037 "fillet" => "fillet",
10038 "filling" => "fill",
10039 "fillip" => "fillip",
10040 "fills" => "fill",
10041 "film" => "film",
10042 "films" => "film",
10043 "filtered" => "filter",
10044 "filtering" => "filter",
10045 "filth" => "filth",
10046 "filthily" => "filthili",
10047 "filthiness" => "filthi",
10048 "filthy" => "filthi",
10049 "fin" => "fin",
10050 "final" => "final",
10051 "finally" => "final",
10052 "finance" => "financ",
10053 "finances" => "financ",
10054 "financial" => "financi",
10055 "finch" => "finch",
10056 "finches" => "finch",
10057 "find" => "find",
10058 "finding" => "find",
10059 "finds" => "find",
10060 "fine" => "fine",
10061 "finely" => "fine",
10062 "finer" => "finer",
10063 "finery" => "fineri",
10064 "finest" => "finest",
10065 "finger" => "finger",
10066 "fingered" => "finger",
10067 "fingerends" => "fingerend",
10068 "fingerless" => "fingerless",
10069 "fingers" => "finger",
10070 "finis" => "fini",
10071 "finish" => "finish",
10072 "finished" => "finish",
10073 "finishes" => "finish",
10074 "finishing" => "finish",
10075 "finlshed" => "finlsh",
10076 "finn" => "finn",
10077 "finnish" => "finnish",
10078 "fins" => "fin",
10079 "finsbury" => "finsburi",
10080 "fiord" => "fiord",
10081 "fir" => "fir",
10082 "fire" => "fire",
10083 "firearms" => "firearm",
10084 "firebrand" => "firebrand",
10085 "fired" => "fire",
10086 "fireflies" => "firefli",
10087 "firelight" => "firelight",
10088 "fireman" => "fireman",
10089 "fireplace" => "fireplac",
10090 "fires" => "fire",
10091 "fireside" => "firesid",
10092 "firesides" => "firesid",
10093 "firewood" => "firewood",
10094 "firework" => "firework",
10095 "fireworks" => "firework",
10096 "firing" => "fire",
10097 "firm" => "firm",
10098 "firma" => "firma",
10099 "firmament" => "firmament",
10100 "firmaments" => "firmament",
10101 "firmer" => "firmer",
10102 "firmest" => "firmest",
10103 "firmly" => "firm",
10104 "firmness" => "firm",
10105 "firs" => "fir",
10106 "first" => "first",
10107 "firstborn" => "firstborn",
10108 "firstly" => "first",
10109 "fis" => "fis",
10110 "fiscal" => "fiscal",
10111 "fish" => "fish",
10112 "fished" => "fish",
10113 "fisherman" => "fisherman",
10114 "fishermen" => "fishermen",
10115 "fishes" => "fish",
10116 "fishing" => "fish",
10117 "fishmonger" => "fishmong",
10118 "fissure" => "fissur",
10119 "fissured" => "fissur",
10120 "fissurella" => "fissurella",
10121 "fissurellae" => "fissurella",
10122 "fissures" => "fissur",
10123 "fist" => "fist",
10124 "fisted" => "fist",
10125 "fists" => "fist",
10126 "fit" => "fit",
10127 "fitful" => "fit",
10128 "fitfully" => "fit",
10129 "fitly" => "fit",
10130 "fitness" => "fit",
10131 "fitnesses" => "fit",
10132 "fits" => "fit",
10133 "fitted" => "fit",
10134 "fitter" => "fitter",
10135 "fittest" => "fittest",
10136 "fitting" => "fit",
10137 "fittings" => "fit",
10138 "fitz" => "fitz",
10139 "fitzgibbon" => "fitzgibbon",
10140 "fitzgibbons" => "fitzgibbon",
10141 "fitzhugh" => "fitzhugh",
10142 "fitzroy" => "fitzroy",
10143 "five" => "five",
10144 "fiver" => "fiver",
10145 "fives" => "five",
10146 "fix" => "fix",
10147 "fixed" => "fix",
10148 "fixedly" => "fix",
10149 "fixes" => "fix",
10150 "fixing" => "fix",
10151 "fixity" => "fixiti",
10152 "fixture" => "fixtur",
10153 "fixtures" => "fixtur",
10154 "flabbily" => "flabbili",
10155 "flabby" => "flabbi",
10156 "flabella" => "flabella",
10157 "flaco" => "flaco",
10158 "flag" => "flag",
10159 "flagellation" => "flagel",
10160 "flagellator" => "flagel",
10161 "flagged" => "flag",
10162 "flagging" => "flag",
10163 "flagrant" => "flagrant",
10164 "flagrantly" => "flagrant",
10165 "flags" => "flag",
10166 "flagstaff" => "flagstaff",
10167 "flake" => "flake",
10168 "flakes" => "flake",
10169 "flambeaux" => "flambeaux",
10170 "flame" => "flame",
10171 "flames" => "flame",
10172 "flaming" => "flame",
10173 "flamingoes" => "flamingo",
10174 "flank" => "flank",
10175 "flanked" => "flank",
10176 "flanks" => "flank",
10177 "flannel" => "flannel",
10178 "flap" => "flap",
10179 "flapped" => "flap",
10180 "flapping" => "flap",
10181 "flaps" => "flap",
10182 "flare" => "flare",
10183 "flares" => "flare",
10184 "flaring" => "flare",
10185 "flash" => "flash",
10186 "flashed" => "flash",
10187 "flashes" => "flash",
10188 "flashing" => "flash",
10189 "flashy" => "flashi",
10190 "flask" => "flask",
10191 "flat" => "flat",
10192 "flatly" => "flat",
10193 "flatness" => "flat",
10194 "flats" => "flat",
10195 "flattened" => "flatten",
10196 "flattening" => "flatten",
10197 "flatter" => "flatter",
10198 "flattered" => "flatter",
10199 "flatterer" => "flatter",
10200 "flatterers" => "flatter",
10201 "flattering" => "flatter",
10202 "flatters" => "flatter",
10203 "flattery" => "flatteri",
10204 "flattest" => "flattest",
10205 "flattish" => "flattish",
10206 "flavor" => "flavor",
10207 "flavour" => "flavour",
10208 "flavoured" => "flavour",
10209 "flaw" => "flaw",
10210 "flawed" => "flaw",
10211 "flaws" => "flaw",
10212 "flax" => "flax",
10213 "flaxen" => "flaxen",
10214 "flaying" => "flay",
10215 "flea" => "flea",
10216 "fleas" => "flea",
10217 "fleck" => "fleck",
10218 "flecked" => "fleck",
10219 "fled" => "fled",
10220 "fledged" => "fledg",
10221 "fledgling" => "fledgl",
10222 "fledglings" => "fledgl",
10223 "flee" => "flee",
10224 "fleece" => "fleec",
10225 "fleecy" => "fleeci",
10226 "fleet" => "fleet",
10227 "fleeting" => "fleet",
10228 "fleetingly" => "fleet",
10229 "flemish" => "flemish",
10230 "fler" => "fler",
10231 "flesh" => "flesh",
10232 "fleshing" => "flesh",
10233 "fleshly" => "flesh",
10234 "fleshy" => "fleshi",
10235 "fletcher" => "fletcher",
10236 "fletcherites" => "fletcherit",
10237 "fletchers" => "fletcher",
10238 "flew" => "flew",
10239 "flexibility" => "flexibl",
10240 "flexible" => "flexibl",
10241 "flexure" => "flexur",
10242 "flickering" => "flicker",
10243 "flickers" => "flicker",
10244 "flicking" => "flick",
10245 "flier" => "flier",
10246 "flies" => "fli",
10247 "flight" => "flight",
10248 "flights" => "flight",
10249 "flighty" => "flighti",
10250 "flinch" => "flinch",
10251 "flinching" => "flinch",
10252 "flinder" => "flinder",
10253 "flinders" => "flinder",
10254 "fling" => "fling",
10255 "flinging" => "fling",
10256 "flings" => "fling",
10257 "flint" => "flint",
10258 "flinty" => "flinti",
10259 "flippant" => "flippant",
10260 "flipping" => "flip",
10261 "flirt" => "flirt",
10262 "flirtation" => "flirtat",
10263 "flirtations" => "flirtat",
10264 "flirted" => "flirt",
10265 "flirting" => "flirt",
10266 "flirts" => "flirt",
10267 "flit" => "flit",
10268 "flite" => "flite",
10269 "flits" => "flit",
10270 "flitted" => "flit",
10271 "flitting" => "flit",
10272 "float" => "float",
10273 "floated" => "float",
10274 "floating" => "float",
10275 "floats" => "float",
10276 "flocculent" => "floccul",
10277 "flock" => "flock",
10278 "flocked" => "flock",
10279 "flocking" => "flock",
10280 "flocks" => "flock",
10281 "flog" => "flog",
10282 "flogged" => "flog",
10283 "flogging" => "flog",
10284 "flood" => "flood",
10285 "flooded" => "flood",
10286 "floodgates" => "floodgat",
10287 "flooding" => "flood",
10288 "floods" => "flood",
10289 "floor" => "floor",
10290 "floored" => "floor",
10291 "flooring" => "floor",
10292 "floors" => "floor",
10293 "flop" => "flop",
10294 "flora" => "flora",
10295 "floral" => "floral",
10296 "florence" => "florenc",
10297 "florian" => "florian",
10298 "floriated" => "floriat",
10299 "florid" => "florid",
10300 "florist" => "florist",
10301 "florula" => "florula",
10302 "flotilla" => "flotilla",
10303 "flounce" => "flounc",
10304 "flounced" => "flounc",
10305 "flounces" => "flounc",
10306 "flouncing" => "flounc",
10307 "floundered" => "flounder",
10308 "floundering" => "flounder",
10309 "flour" => "flour",
10310 "floured" => "flour",
10311 "flourish" => "flourish",
10312 "flourished" => "flourish",
10313 "flourishes" => "flourish",
10314 "flourishing" => "flourish",
10315 "flow" => "flow",
10316 "flowed" => "flow",
10317 "flower" => "flower",
10318 "flowering" => "flower",
10319 "flowers" => "flower",
10320 "flowing" => "flow",
10321 "flown" => "flown",
10322 "flows" => "flow",
10323 "flrst" => "flrst",
10324 "flu" => "flu",
10325 "fluctuate" => "fluctuat",
10326 "fluctuated" => "fluctuat",
10327 "fluctuating" => "fluctuat",
10328 "flue" => "flue",
10329 "fluent" => "fluent",
10330 "fluently" => "fluentli",
10331 "fluffles" => "fluffl",
10332 "fluggers" => "flugger",
10333 "fluid" => "fluid",
10334 "fluidified" => "fluidifi",
10335 "fluids" => "fluid",
10336 "flung" => "flung",
10337 "flunkey" => "flunkey",
10338 "flurried" => "flurri",
10339 "flurries" => "flurri",
10340 "flurry" => "flurri",
10341 "flush" => "flush",
10342 "flushed" => "flush",
10343 "flushes" => "flush",
10344 "flushing" => "flush",
10345 "flustered" => "fluster",
10346 "flustra" => "flustra",
10347 "flustraceae" => "flustracea",
10348 "flute" => "flute",
10349 "flutes" => "flute",
10350 "flutings" => "flute",
10351 "flutter" => "flutter",
10352 "fluttered" => "flutter",
10353 "flutterers" => "flutter",
10354 "fluttering" => "flutter",
10355 "flutteringiy" => "flutteringiy",
10356 "flutters" => "flutter",
10357 "fly" => "fli",
10358 "flycatcher" => "flycatch",
10359 "flycatchers" => "flycatch",
10360 "flying" => "fli",
10361 "flys" => "flys",
10362 "fo" => "fo",
10363 "foal" => "foal",
10364 "foals" => "foal",
10365 "foam" => "foam",
10366 "foaming" => "foam",
10367 "fob" => "fob",
10368 "focus" => "focus",
10369 "fodere" => "foder",
10370 "foe" => "foe",
10371 "foes" => "foe",
10372 "foetid" => "foetid",
10373 "fog" => "fog",
10374 "fogeys" => "fogey",
10375 "foggy" => "foggi",
10376 "fogies" => "fogi",
10377 "fogs" => "fog",
10378 "fogy" => "fogi",
10379 "foh" => "foh",
10380 "foibles" => "foibl",
10381 "foil" => "foil",
10382 "foiled" => "foil",
10383 "foind" => "foind",
10384 "foinds" => "foind",
10385 "folair" => "folair",
10386 "fold" => "fold",
10387 "folded" => "fold",
10388 "folding" => "fold",
10389 "folds" => "fold",
10390 "foliaceous" => "foliac",
10391 "foliage" => "foliag",
10392 "folio" => "folio",
10393 "folk" => "folk",
10394 "folkestone" => "folkeston",
10395 "folks" => "folk",
10396 "foller" => "foller",
10397 "follerer" => "foller",
10398 "follerers" => "foller",
10399 "follering" => "foller",
10400 "follies" => "folli",
10401 "follow" => "follow",
10402 "followed" => "follow",
10403 "follower" => "follow",
10404 "followers" => "follow",
10405 "following" => "follow",
10406 "follows" => "follow",
10407 "folly" => "folli",
10408 "fomentation" => "foment",
10409 "fomitch" => "fomitch",
10410 "fond" => "fond",
10411 "fonder" => "fonder",
10412 "fondest" => "fondest",
10413 "fondle" => "fondl",
10414 "fondles" => "fondl",
10415 "fondling" => "fondl",
10416 "fondly" => "fond",
10417 "fondness" => "fond",
10418 "font" => "font",
10419 "foo" => "foo",
10420 "food" => "food",
10421 "foodle" => "foodl",
10422 "fool" => "fool",
10423 "fooled" => "fool",
10424 "fooleries" => "fooleri",
10425 "foolery" => "fooleri",
10426 "fooling" => "fool",
10427 "foolish" => "foolish",
10428 "foolishly" => "foolish",
10429 "foolishness" => "foolish",
10430 "fools" => "fool",
10431 "foolscap" => "foolscap",
10432 "foot" => "foot",
10433 "football" => "footbal",
10434 "footboy" => "footboy",
10435 "footed" => "foot",
10436 "footer" => "footer",
10437 "footfall" => "footfal",
10438 "footguards" => "footguard",
10439 "foothold" => "foothold",
10440 "footing" => "foot",
10441 "footlights" => "footlight",
10442 "footman" => "footman",
10443 "footmen" => "footmen",
10444 "footpad" => "footpad",
10445 "footpath" => "footpath",
10446 "footprint" => "footprint",
10447 "footprints" => "footprint",
10448 "footsore" => "footsor",
10449 "footstep" => "footstep",
10450 "footsteps" => "footstep",
10451 "footstool" => "footstool",
10452 "footstools" => "footstool",
10453 "footway" => "footway",
10454 "footways" => "footway",
10455 "foppish" => "foppish",
10456 "for" => "for",
10457 "foragers" => "forag",
10458 "forard" => "forard",
10459 "forards" => "forard",
10460 "forasmuch" => "forasmuch",
10461 "forbade" => "forbad",
10462 "forbear" => "forbear",
10463 "forbearance" => "forbear",
10464 "forbearing" => "forbear",
10465 "forbearingly" => "forbear",
10466 "forbears" => "forbear",
10467 "forbes" => "forb",
10468 "forbid" => "forbid",
10469 "forbidden" => "forbidden",
10470 "forbidding" => "forbid",
10471 "forbids" => "forbid",
10472 "forbore" => "forbor",
10473 "force" => "forc",
10474 "forced" => "forc",
10475 "forceps" => "forcep",
10476 "forces" => "forc",
10477 "forcible" => "forcibl",
10478 "forcibly" => "forcibl",
10479 "forcing" => "forc",
10480 "ford" => "ford",
10481 "forded" => "ford",
10482 "fore" => "fore",
10483 "foreboded" => "forebod",
10484 "foreboding" => "forebod",
10485 "forebodings" => "forebod",
10486 "forecast" => "forecast",
10487 "forecoming" => "forecom",
10488 "forefathers" => "forefath",
10489 "forefinger" => "forefing",
10490 "forefingers" => "forefing",
10491 "foregathered" => "foregath",
10492 "forego" => "forego",
10493 "foregoing" => "forego",
10494 "foregone" => "foregon",
10495 "foreground" => "foreground",
10496 "forehead" => "forehead",
10497 "foreheads" => "forehead",
10498 "foreign" => "foreign",
10499 "foreigner" => "foreign",
10500 "foreigners" => "foreign",
10501 "forelock" => "forelock",
10502 "foreman" => "foreman",
10503 "foremost" => "foremost",
10504 "forenoon" => "forenoon",
10505 "forensic" => "forens",
10506 "forerunner" => "forerunn",
10507 "foresaw" => "foresaw",
10508 "foresee" => "forese",
10509 "foreseeing" => "forese",
10510 "foreseen" => "foreseen",
10511 "foresees" => "forese",
10512 "foreshadow" => "foreshadow",
10513 "foreshadowing" => "foreshadow",
10514 "foreshortened" => "foreshorten",
10515 "foresight" => "foresight",
10516 "forest" => "forest",
10517 "forests" => "forest",
10518 "foretaste" => "foretast",
10519 "foretell" => "foretel",
10520 "foretelling" => "foretel",
10521 "forethought" => "forethought",
10522 "foretold" => "foretold",
10523 "forever" => "forev",
10524 "forewarned" => "forewarn",
10525 "forewarning" => "forewarn",
10526 "forewarnings" => "forewarn",
10527 "forewoman" => "forewoman",
10528 "forfeit" => "forfeit",
10529 "forfeited" => "forfeit",
10530 "forfeiting" => "forfeit",
10531 "forfeits" => "forfeit",
10532 "forficatus" => "forficatus",
10533 "forgave" => "forgav",
10534 "forge" => "forg",
10535 "forged" => "forg",
10536 "forgeries" => "forgeri",
10537 "forgery" => "forgeri",
10538 "forget" => "forget",
10539 "forgetful" => "forget",
10540 "forgetfulness" => "forget",
10541 "forgets" => "forget",
10542 "forgetting" => "forget",
10543 "forgi" => "forgi",
10544 "forging" => "forg",
10545 "forgive" => "forgiv",
10546 "forgiven" => "forgiven",
10547 "forgiveness" => "forgiv",
10548 "forgives" => "forgiv",
10549 "forgiving" => "forgiv",
10550 "forgivingly" => "forgiv",
10551 "forgot" => "forgot",
10552 "forgotten" => "forgotten",
10553 "fork" => "fork",
10554 "forked" => "fork",
10555 "forks" => "fork",
10556 "forlorn" => "forlorn",
10557 "forlornest" => "forlornest",
10558 "forlornly" => "forlorn",
10559 "form" => "form",
10560 "formal" => "formal",
10561 "formalities" => "formal",
10562 "formality" => "formal",
10563 "formally" => "formal",
10564 "formation" => "format",
10565 "formations" => "format",
10566 "formed" => "form",
10567 "former" => "former",
10568 "formerly" => "former",
10569 "formidable" => "formid",
10570 "forming" => "form",
10571 "forms" => "form",
10572 "forrard" => "forrard",
10573 "forrenner" => "forrenn",
10574 "forres" => "forr",
10575 "forsake" => "forsak",
10576 "forsaken" => "forsaken",
10577 "forsaking" => "forsak",
10578 "forsook" => "forsook",
10579 "forster" => "forster",
10580 "forsworn" => "forsworn",
10581 "fort" => "fort",
10582 "forte" => "fort",
10583 "forth" => "forth",
10584 "forthcoming" => "forthcom",
10585 "forthwith" => "forthwith",
10586 "fortification" => "fortif",
10587 "fortifications" => "fortif",
10588 "fortified" => "fortifi",
10589 "fortifying" => "fortifi",
10590 "fortis" => "forti",
10591 "fortitude" => "fortitud",
10592 "fortnight" => "fortnight",
10593 "fortress" => "fortress",
10594 "forts" => "fort",
10595 "fortuitous" => "fortuit",
10596 "fortunate" => "fortun",
10597 "fortunately" => "fortun",
10598 "fortunatus" => "fortunatus",
10599 "fortune" => "fortun",
10600 "fortunes" => "fortun",
10601 "forty" => "forti",
10602 "forward" => "forward",
10603 "forwarded" => "forward",
10604 "forwarding" => "forward",
10605 "forwardness" => "forward",
10606 "forwards" => "forward",
10607 "fossil" => "fossil",
10608 "fossiles" => "fossil",
10609 "fossiliferous" => "fossilifer",
10610 "fossils" => "fossil",
10611 "foster" => "foster",
10612 "fostered" => "foster",
10613 "fostering" => "foster",
10614 "fothergill" => "fothergil",
10615 "fotheringham" => "fotheringham",
10616 "fotheringhams" => "fotheringham",
10617 "fou" => "fou",
10618 "fought" => "fought",
10619 "foul" => "foul",
10620 "fouled" => "foul",
10621 "foulest" => "foulest",
10622 "foun" => "foun",
10623 "found" => "found",
10624 "foundation" => "foundat",
10625 "foundations" => "foundat",
10626 "founded" => "found",
10627 "founding" => "found",
10628 "foundling" => "foundl",
10629 "foundries" => "foundri",
10630 "founds" => "found",
10631 "fount" => "fount",
10632 "fountain" => "fountain",
10633 "fountains" => "fountain",
10634 "fouque" => "fouqu",
10635 "four" => "four",
10636 "fourier" => "fourier",
10637 "fourpence" => "fourpenc",
10638 "fours" => "four",
10639 "fourteen" => "fourteen",
10640 "fourteenpenny" => "fourteenpenni",
10641 "fourteenth" => "fourteenth",
10642 "fourth" => "fourth",
10643 "fourthly" => "fourth",
10644 "fourths" => "fourth",
10645 "fower" => "fower",
10646 "fowl" => "fowl",
10647 "fowler" => "fowler",
10648 "fowls" => "fowl",
10649 "fox" => "fox",
10650 "foxes" => "fox",
10651 "foxgloves" => "foxglov",
10652 "fra" => "fra",
10653 "fraction" => "fraction",
10654 "fractious" => "fractious",
10655 "fracture" => "fractur",
10656 "fractured" => "fractur",
10657 "fractures" => "fractur",
10658 "fragile" => "fragil",
10659 "fragility" => "fragil",
10660 "fragm" => "fragm",
10661 "fragment" => "fragment",
10662 "fragmentary" => "fragmentari",
10663 "fragments" => "fragment",
10664 "fragrance" => "fragranc",
10665 "fragrant" => "fragrant",
10666 "frail" => "frail",
10667 "frame" => "frame",
10668 "framed" => "frame",
10669 "frames" => "frame",
10670 "framework" => "framework",
10671 "framing" => "frame",
10672 "francais" => "francai",
10673 "france" => "franc",
10674 "franchise" => "franchis",
10675 "franchises" => "franchis",
10676 "francia" => "francia",
10677 "francis" => "franci",
10678 "francisco" => "francisco",
10679 "frank" => "frank",
10680 "frankest" => "frankest",
10681 "frankfort" => "frankfort",
10682 "frankly" => "frank",
10683 "frankness" => "frank",
10684 "franks" => "frank",
10685 "frantic" => "frantic",
10686 "frantically" => "frantic",
10687 "frantsovna" => "frantsovna",
10688 "frantsovnas" => "frantsovna",
10689 "fraternal" => "fratern",
10690 "fraternity" => "fratern",
10691 "fraud" => "fraud",
10692 "fraudulent" => "fraudul",
10693 "fraudulently" => "fraudul",
10694 "fraught" => "fraught",
10695 "fray" => "fray",
10696 "frayed" => "fray",
10697 "freak" => "freak",
10698 "freaks" => "freak",
10699 "freckled" => "freckl",
10700 "frederick" => "frederick",
10701 "free" => "free",
10702 "freed" => "freed",
10703 "freedom" => "freedom",
10704 "freeholders" => "freehold",
10705 "freeing" => "free",
10706 "freely" => "freeli",
10707 "freemason" => "freemason",
10708 "freemasonry" => "freemasonri",
10709 "freer" => "freer",
10710 "frees" => "free",
10711 "freestone" => "freeston",
10712 "freeze" => "freez",
10713 "freezes" => "freez",
10714 "freezing" => "freez",
10715 "freight" => "freight",
10716 "freischutz" => "freischutz",
10717 "french" => "french",
10718 "frenchman" => "frenchman",
10719 "frenchmen" => "frenchmen",
10720 "frenchwoman" => "frenchwoman",
10721 "frenchwomen" => "frenchwomen",
10722 "frenzied" => "frenzi",
10723 "frenzy" => "frenzi",
10724 "frequency" => "frequenc",
10725 "frequenfly" => "frequenfli",
10726 "frequent" => "frequent",
10727 "frequented" => "frequent",
10728 "frequenters" => "frequent",
10729 "frequenting" => "frequent",
10730 "frequentl" => "frequentl",
10731 "frequently" => "frequent",
10732 "frequents" => "frequent",
10733 "fres" => "fres",
10734 "fresco" => "fresco",
10735 "fresh" => "fresh",
10736 "freshen" => "freshen",
10737 "freshened" => "freshen",
10738 "freshening" => "freshen",
10739 "fresher" => "fresher",
10740 "freshest" => "freshest",
10741 "freshly" => "fresh",
10742 "freshness" => "fresh",
10743 "freshwater" => "freshwat",
10744 "fret" => "fret",
10745 "fretful" => "fret",
10746 "fretfully" => "fret",
10747 "fretfulness" => "fret",
10748 "fretted" => "fret",
10749 "fretting" => "fret",
10750 "frever" => "frever",
10751 "freyrina" => "freyrina",
10752 "friable" => "friabl",
10753 "friar" => "friar",
10754 "fricassee" => "fricasse",
10755 "friction" => "friction",
10756 "friday" => "friday",
10757 "fridays" => "friday",
10758 "fridolin" => "fridolin",
10759 "fried" => "fri",
10760 "friend" => "friend",
10761 "friendless" => "friendless",
10762 "friendliest" => "friendliest",
10763 "friendliness" => "friendli",
10764 "friendly" => "friend",
10765 "friends" => "friend",
10766 "friendship" => "friendship",
10767 "friendships" => "friendship",
10768 "frigate" => "frigat",
10769 "fright" => "fright",
10770 "frighten" => "frighten",
10771 "frightened" => "frighten",
10772 "frightening" => "frighten",
10773 "frightens" => "frighten",
10774 "frightful" => "fright",
10775 "frightfully" => "fright",
10776 "frights" => "fright",
10777 "frigid" => "frigid",
10778 "frigidity" => "frigid",
10779 "frill" => "frill",
10780 "frilled" => "frill",
10781 "frills" => "frill",
10782 "fringe" => "fring",
10783 "fringed" => "fring",
10784 "fringes" => "fring",
10785 "fringing" => "fring",
10786 "frio" => "frio",
10787 "frippery" => "fripperi",
10788 "frisk" => "frisk",
10789 "frisking" => "frisk",
10790 "friths" => "frith",
10791 "fritter" => "fritter",
10792 "frittered" => "fritter",
10793 "frivolities" => "frivol",
10794 "frivolity" => "frivol",
10795 "frivolous" => "frivol",
10796 "frizzling" => "frizzl",
10797 "fro" => "fro",
10798 "frock" => "frock",
10799 "frocks" => "frock",
10800 "frog" => "frog",
10801 "frogs" => "frog",
10802 "frolic" => "frolic",
10803 "frolics" => "frolic",
10804 "frolicsome" => "frolicsom",
10805 "from" => "from",
10806 "frond" => "frond",
10807 "fronds" => "frond",
10808 "front" => "front",
10809 "fronte" => "front",
10810 "fronted" => "front",
10811 "frontier" => "frontier",
10812 "fronting" => "front",
10813 "frontispiece" => "frontispiec",
10814 "fronts" => "front",
10815 "frost" => "frost",
10816 "frosted" => "frost",
10817 "frosts" => "frost",
10818 "frosty" => "frosti",
10819 "froth" => "froth",
10820 "frothed" => "froth",
10821 "frothy" => "frothi",
10822 "frouzy" => "frouzi",
10823 "frown" => "frown",
10824 "frowned" => "frown",
10825 "frowning" => "frown",
10826 "frowns" => "frown",
10827 "frowsy" => "frowsi",
10828 "froze" => "froze",
10829 "frozen" => "frozen",
10830 "fructifying" => "fructifi",
10831 "frugal" => "frugal",
10832 "frugality" => "frugal",
10833 "fruit" => "fruit",
10834 "fruitful" => "fruit",
10835 "fruitless" => "fruitless",
10836 "fruitlessly" => "fruitless",
10837 "fruits" => "fruit",
10838 "frusta" => "frusta",
10839 "fry" => "fri",
10840 "frying" => "fri",
10841 "fuchsia" => "fuchsia",
10842 "fucus" => "fucus",
10843 "fuddled" => "fuddl",
10844 "fuega" => "fuega",
10845 "fuegia" => "fuegia",
10846 "fuegian" => "fuegian",
10847 "fuegians" => "fuegian",
10848 "fuego" => "fuego",
10849 "fuel" => "fuel",
10850 "fuentes" => "fuent",
10851 "fuffy" => "fuffi",
10852 "fugitive" => "fugit",
10853 "fugitives" => "fugit",
10854 "fulcrum" => "fulcrum",
10855 "fule" => "fule",
10856 "fulfil" => "fulfil",
10857 "fulfilled" => "fulfil",
10858 "fulfilling" => "fulfil",
10859 "fulfilment" => "fulfil",
10860 "fulgurites" => "fulgurit",
10861 "fulils" => "fulil",
10862 "full" => "full",
10863 "fuller" => "fuller",
10864 "fullest" => "fullest",
10865 "fullness" => "full",
10866 "fully" => "fulli",
10867 "fulness" => "ful",
10868 "fulvipes" => "fulvip",
10869 "fumbled" => "fumbl",
10870 "fumbling" => "fumbl",
10871 "fume" => "fume",
10872 "fumed" => "fume",
10873 "fumes" => "fume",
10874 "fumigation" => "fumig",
10875 "fuming" => "fume",
10876 "fun" => "fun",
10877 "function" => "function",
10878 "functionary" => "functionari",
10879 "functions" => "function",
10880 "fund" => "fund",
10881 "fundamental" => "fundament",
10882 "fundamentally" => "fundament",
10883 "funds" => "fund",
10884 "funebre" => "funebr",
10885 "funeral" => "funer",
10886 "funerals" => "funer",
10887 "funereal" => "funer",
10888 "fungi" => "fungi",
10889 "fungus" => "fungus",
10890 "funk" => "funk",
10891 "funnel" => "funnel",
10892 "funniest" => "funniest",
10893 "funny" => "funni",
10894 "fur" => "fur",
10895 "furbished" => "furbish",
10896 "furder" => "furder",
10897 "furies" => "furi",
10898 "furious" => "furious",
10899 "furiously" => "furious",
10900 "furlongs" => "furlong",
10901 "furnace" => "furnac",
10902 "furnaces" => "furnac",
10903 "furnarius" => "furnarius",
10904 "furnish" => "furnish",
10905 "furnished" => "furnish",
10906 "furnishes" => "furnish",
10907 "furnishing" => "furnish",
10908 "furniter" => "furnit",
10909 "furniture" => "furnitur",
10910 "furrowed" => "furrow",
10911 "furrows" => "furrow",
10912 "furry" => "furri",
10913 "furs" => "fur",
10914 "further" => "further",
10915 "furtherance" => "further",
10916 "furthermore" => "furthermor",
10917 "furthest" => "furthest",
10918 "furtive" => "furtiv",
10919 "furtively" => "furtiv",
10920 "fury" => "furi",
10921 "furze" => "furz",
10922 "fuse" => "fuse",
10923 "fused" => "fuse",
10924 "fusibility" => "fusibl",
10925 "fuss" => "fuss",
10926 "fussily" => "fussili",
10927 "fussy" => "fussi",
10928 "fust" => "fust",
10929 "fustian" => "fustian",
10930 "futile" => "futil",
10931 "futur" => "futur",
10932 "future" => "futur",
10933 "futures" => "futur",
10934 "fyodor" => "fyodor",
10935 "fyodorovna" => "fyodorovna",
10936 "fypunnote" => "fypunnot",
10937 "g" => "g",
10938 "ga" => "ga",
10939 "gab" => "gab",
10940 "gabble" => "gabbl",
10941 "gabbled" => "gabbl",
10942 "gable" => "gabl",
10943 "gables" => "gabl",
10944 "gad" => "gad",
10945 "gadfly" => "gadfli",
10946 "gadzooks" => "gadzook",
10947 "gags" => "gag",
10948 "gaieties" => "gaieti",
10949 "gaiety" => "gaieti",
10950 "gaily" => "gaili",
10951 "gaimard" => "gaimard",
10952 "gain" => "gain",
10953 "gained" => "gain",
10954 "gainer" => "gainer",
10955 "gaining" => "gain",
10956 "gains" => "gain",
10957 "gainsaid" => "gainsaid",
10958 "gainsay" => "gainsay",
10959 "gainsaying" => "gainsay",
10960 "gait" => "gait",
10961 "gaiters" => "gaiter",
10962 "gal" => "gal",
10963 "gala" => "gala",
10964 "galapageian" => "galapageian",
10965 "galapagoensis" => "galapagoensi",
10966 "galapagos" => "galapago",
10967 "galaxy" => "galaxi",
10968 "gale" => "gale",
10969 "gales" => "gale",
10970 "gall" => "gall",
10971 "gallanbile" => "gallanbil",
10972 "gallant" => "gallant",
10973 "gallantly" => "gallant",
10974 "gallantries" => "gallantri",
10975 "gallantry" => "gallantri",
10976 "gallants" => "gallant",
10977 "galled" => "gall",
10978 "gallegos" => "gallego",
10979 "galleries" => "galleri",
10980 "gallery" => "galleri",
10981 "galley" => "galley",
10982 "galleys" => "galley",
10983 "gallinaceous" => "gallinac",
10984 "gallinazo" => "gallinazo",
10985 "gallinazos" => "gallinazo",
10986 "galling" => "gall",
10987 "gallivanting" => "galliv",
10988 "gallon" => "gallon",
10989 "gallons" => "gallon",
10990 "gallop" => "gallop",
10991 "galloped" => "gallop",
10992 "galloping" => "gallop",
10993 "gallops" => "gallop",
10994 "gallows" => "gallow",
10995 "gals" => "gal",
10996 "galvanism" => "galvan",
10997 "gambier" => "gambier",
10998 "gamble" => "gambl",
10999 "gambled" => "gambl",
11000 "gambler" => "gambler",
11001 "gamblers" => "gambler",
11002 "gambles" => "gambl",
11003 "gambling" => "gambl",
11004 "gambolling" => "gambol",
11005 "gambrinus" => "gambrinus",
11006 "game" => "game",
11007 "gamekeepers" => "gamekeep",
11008 "games" => "game",
11009 "gamester" => "gamest",
11010 "gamesters" => "gamest",
11011 "gaming" => "game",
11012 "gammon" => "gammon",
11013 "gammoning" => "gammon",
11014 "gamut" => "gamut",
11015 "gander" => "gander",
11016 "gane" => "gane",
11017 "gang" => "gang",
11018 "ganges" => "gang",
11019 "ganging" => "gang",
11020 "ganglion" => "ganglion",
11021 "gangs" => "gang",
11022 "gangway" => "gangway",
11023 "gannet" => "gannet",
11024 "gannets" => "gannet",
11025 "ganz" => "ganz",
11026 "gap" => "gap",
11027 "gape" => "gape",
11028 "gaped" => "gape",
11029 "gapes" => "gape",
11030 "gaping" => "gape",
11031 "gaps" => "gap",
11032 "gar" => "gar",
11033 "garb" => "garb",
11034 "garbled" => "garbl",
11035 "garbs" => "garb",
11036 "garde" => "gard",
11037 "garden" => "garden",
11038 "gardener" => "garden",
11039 "gardeners" => "garden",
11040 "gardening" => "garden",
11041 "gardens" => "garden",
11042 "gardner" => "gardner",
11043 "gardners" => "gardner",
11044 "garish" => "garish",
11045 "garland" => "garland",
11046 "garlanded" => "garland",
11047 "garlands" => "garland",
11048 "garment" => "garment",
11049 "garments" => "garment",
11050 "garnet" => "garnet",
11051 "garnett" => "garnett",
11052 "garnish" => "garnish",
11053 "garnished" => "garnish",
11054 "garnishing" => "garnish",
11055 "garniture" => "garnitur",
11056 "garran" => "garran",
11057 "garret" => "garret",
11058 "garrets" => "garret",
11059 "garrison" => "garrison",
11060 "garter" => "garter",
11061 "gartered" => "garter",
11062 "garters" => "garter",
11063 "garth" => "garth",
11064 "garthers" => "garther",
11065 "gas" => "gas",
11066 "gases" => "gase",
11067 "gash" => "gash",
11068 "gashed" => "gash",
11069 "gaslights" => "gaslight",
11070 "gasp" => "gasp",
11071 "gasped" => "gasp",
11072 "gasping" => "gasp",
11073 "gaspingly" => "gasp",
11074 "gasps" => "gasp",
11075 "gate" => "gate",
11076 "gates" => "gate",
11077 "gateway" => "gateway",
11078 "gateways" => "gateway",
11079 "gather" => "gather",
11080 "gathered" => "gather",
11081 "gatherer" => "gather",
11082 "gatherers" => "gather",
11083 "gathering" => "gather",
11084 "gatherings" => "gather",
11085 "gatherlng" => "gatherlng",
11086 "gathers" => "gather",
11087 "gatherum" => "gatherum",
11088 "gato" => "gato",
11089 "gauch" => "gauch",
11090 "gaucho" => "gaucho",
11091 "gauchos" => "gaucho",
11092 "gaudiest" => "gaudiest",
11093 "gaudy" => "gaudi",
11094 "gaul" => "gaul",
11095 "gaunt" => "gaunt",
11096 "gauntlet" => "gauntlet",
11097 "gauntlets" => "gauntlet",
11098 "gauntly" => "gaunt",
11099 "gauze" => "gauz",
11100 "gauzy" => "gauzi",
11101 "gave" => "gave",
11102 "gavia" => "gavia",
11103 "gawky" => "gawki",
11104 "gay" => "gay",
11105 "gayest" => "gayest",
11106 "gaze" => "gaze",
11107 "gazed" => "gaze",
11108 "gazelle" => "gazell",
11109 "gazelles" => "gazell",
11110 "gazes" => "gaze",
11111 "gazette" => "gazett",
11112 "gazing" => "gaze",
11113 "gazingi" => "gazingi",
11114 "gear" => "gear",
11115 "geese" => "gees",
11116 "geist" => "geist",
11117 "gelatinous" => "gelatin",
11118 "gem" => "gem",
11119 "gemmules" => "gemmul",
11120 "gen" => "gen",
11121 "gender" => "gender",
11122 "genealogical" => "genealog",
11123 "genealogist" => "genealogist",
11124 "genelman" => "genelman",
11125 "genelmen" => "genelmen",
11126 "genera" => "genera",
11127 "general" => "general",
11128 "generalities" => "general",
11129 "generality" => "general",
11130 "generalization" => "general",
11131 "generally" => "general",
11132 "generals" => "general",
11133 "generalship" => "generalship",
11134 "generate" => "generat",
11135 "generated" => "generat",
11136 "generation" => "generat",
11137 "generations" => "generat",
11138 "generic" => "generic",
11139 "generosity" => "generos",
11140 "generous" => "generous",
11141 "generously" => "generous",
11142 "genesis" => "genesi",
11143 "geneva" => "geneva",
11144 "genfleman" => "genfleman",
11145 "genial" => "genial",
11146 "genially" => "genial",
11147 "genie" => "geni",
11148 "genius" => "genius",
11149 "geniuses" => "genius",
11150 "genlmen" => "genlmen",
11151 "genlmn" => "genlmn",
11152 "genteel" => "genteel",
11153 "genteelest" => "genteelest",
11154 "genteelly" => "genteelli",
11155 "gentile" => "gentil",
11156 "gentility" => "gentil",
11157 "gentle" => "gentl",
11158 "gentlefolk" => "gentlefolk",
11159 "gentlefolks" => "gentlefolk",
11160 "gentlema" => "gentlema",
11161 "gentleman" => "gentleman",
11162 "gentlemanlike" => "gentlemanlik",
11163 "gentlemanly" => "gentleman",
11164 "gentlemen" => "gentlemen",
11165 "gentleness" => "gentl",
11166 "gentler" => "gentler",
11167 "gentlest" => "gentlest",
11168 "gentlewoman" => "gentlewoman",
11169 "gently" => "gentl",
11170 "gentry" => "gentri",
11171 "genuine" => "genuin",
11172 "genuinely" => "genuin",
11173 "genus" => "genus",
11174 "geoffroi" => "geoffroi",
11175 "geoffroy" => "geoffroy",
11176 "geograph" => "geograph",
11177 "geographer" => "geograph",
11178 "geographica" => "geographica",
11179 "geographical" => "geograph",
11180 "geography" => "geographi",
11181 "geolog" => "geolog",
11182 "geological" => "geolog",
11183 "geologically" => "geolog",
11184 "geologicas" => "geologica",
11185 "geologist" => "geologist",
11186 "geologists" => "geologist",
11187 "geologize" => "geolog",
11188 "geologizing" => "geolog",
11189 "geology" => "geolog",
11190 "geometrical" => "geometr",
11191 "geometry" => "geometri",
11192 "george" => "georg",
11193 "georges" => "georg",
11194 "georgia" => "georgia",
11195 "georgina" => "georgina",
11196 "geospiza" => "geospiza",
11197 "geously" => "geousli",
11198 "geraldine" => "geraldin",
11199 "geranium" => "geranium",
11200 "geraniums" => "geranium",
11201 "germ" => "germ",
11202 "german" => "german",
11203 "germans" => "german",
11204 "germany" => "germani",
11205 "germinating" => "germin",
11206 "germs" => "germ",
11207 "gerous" => "gerous",
11208 "gervais" => "gervai",
11209 "geschichte" => "geschicht",
11210 "gesticulating" => "gesticul",
11211 "gesticulations" => "gesticul",
11212 "gesture" => "gestur",
11213 "gestures" => "gestur",
11214 "get" => "get",
11215 "gets" => "get",
11216 "getting" => "get",
11217 "gettings" => "get",
11218 "gewgaws" => "gewgaw",
11219 "gha" => "gha",
11220 "ghastlier" => "ghastlier",
11221 "ghastly" => "ghast",
11222 "ghirlandajo" => "ghirlandajo",
11223 "ghost" => "ghost",
11224 "ghostly" => "ghost",
11225 "ghosts" => "ghost",
11226 "ght" => "ght",
11227 "gi" => "gi",
11228 "giant" => "giant",
11229 "giants" => "giant",
11230 "gibing" => "gibe",
11231 "gibraltar" => "gibraltar",
11232 "giddily" => "giddili",
11233 "giddiness" => "giddi",
11234 "giddy" => "giddi",
11235 "gift" => "gift",
11236 "gifted" => "gift",
11237 "gifts" => "gift",
11238 "gig" => "gig",
11239 "gigantea" => "gigantea",
11240 "gigantic" => "gigant",
11241 "gigas" => "giga",
11242 "giggle" => "giggl",
11243 "giggled" => "giggl",
11244 "giggles" => "giggl",
11245 "giggling" => "giggl",
11246 "gild" => "gild",
11247 "gilded" => "gild",
11248 "gilding" => "gild",
11249 "gilds" => "gild",
11250 "giles" => "gile",
11251 "gill" => "gill",
11252 "gillies" => "gilli",
11253 "gillingwater" => "gillingwat",
11254 "gilt" => "gilt",
11255 "gimlet" => "gimlet",
11256 "gimlets" => "gimlet",
11257 "gin" => "gin",
11258 "ginger" => "ginger",
11259 "gingerbread" => "gingerbread",
11260 "gingery" => "gingeri",
11261 "gipsy" => "gipsi",
11262 "giraffe" => "giraff",
11263 "giraffes" => "giraff",
11264 "gird" => "gird",
11265 "girdle" => "girdl",
11266 "girdled" => "girdl",
11267 "girl" => "girl",
11268 "girlhood" => "girlhood",
11269 "girlish" => "girlish",
11270 "girlishly" => "girlish",
11271 "girls" => "girl",
11272 "girt" => "girt",
11273 "girth" => "girth",
11274 "girths" => "girth",
11275 "gist" => "gist",
11276 "git" => "git",
11277 "giuseppe" => "giusepp",
11278 "giv" => "giv",
11279 "give" => "give",
11280 "given" => "given",
11281 "giver" => "giver",
11282 "gives" => "give",
11283 "giving" => "give",
11284 "gizzard" => "gizzard",
11285 "gl" => "gl",
11286 "glacier" => "glacier",
11287 "glaciers" => "glacier",
11288 "glad" => "glad",
11289 "gladden" => "gladden",
11290 "gladdened" => "gladden",
11291 "glades" => "glade",
11292 "gladiator" => "gladiat",
11293 "gladly" => "glad",
11294 "gladness" => "glad",
11295 "gladsome" => "gladsom",
11296 "gladsomeness" => "gladsom",
11297 "glance" => "glanc",
11298 "glanced" => "glanc",
11299 "glances" => "glanc",
11300 "glancing" => "glanc",
11301 "glare" => "glare",
11302 "glared" => "glare",
11303 "glares" => "glare",
11304 "glaring" => "glare",
11305 "glaringly" => "glare",
11306 "glass" => "glass",
11307 "glasses" => "glass",
11308 "glassful" => "glass",
11309 "glassy" => "glassi",
11310 "glavormelly" => "glavormelli",
11311 "glaze" => "glaze",
11312 "glazed" => "glaze",
11313 "gleam" => "gleam",
11314 "gleamed" => "gleam",
11315 "gleaming" => "gleam",
11316 "gleams" => "gleam",
11317 "glean" => "glean",
11318 "gleaned" => "glean",
11319 "glee" => "glee",
11320 "gleefully" => "gleefulli",
11321 "gleesome" => "gleesom",
11322 "glen" => "glen",
11323 "glencora" => "glencora",
11324 "glib" => "glib",
11325 "glide" => "glide",
11326 "glided" => "glide",
11327 "glides" => "glide",
11328 "gliding" => "glide",
11329 "glimmer" => "glimmer",
11330 "glimmered" => "glimmer",
11331 "glimmering" => "glimmer",
11332 "glimmerings" => "glimmer",
11333 "glimpse" => "glimps",
11334 "glimpses" => "glimps",
11335 "glissez" => "glissez",
11336 "glisten" => "glisten",
11337 "glistened" => "glisten",
11338 "glistening" => "glisten",
11339 "glistens" => "glisten",
11340 "glitter" => "glitter",
11341 "glittered" => "glitter",
11342 "glittering" => "glitter",
11343 "gloated" => "gloat",
11344 "gloating" => "gloat",
11345 "globe" => "globe",
11346 "globes" => "globe",
11347 "globular" => "globular",
11348 "globules" => "globul",
11349 "glod" => "glod",
11350 "gloom" => "gloom",
11351 "gloomier" => "gloomier",
11352 "gloomily" => "gloomili",
11353 "gloominess" => "gloomi",
11354 "gloomy" => "gloomi",
11355 "gloried" => "glori",
11356 "glories" => "glori",
11357 "glorious" => "glorious",
11358 "glory" => "glori",
11359 "glorying" => "glori",
11360 "gloss" => "gloss",
11361 "glossary" => "glossari",
11362 "glossy" => "glossi",
11363 "gloucester" => "gloucest",
11364 "glove" => "glove",
11365 "gloved" => "glove",
11366 "gloves" => "glove",
11367 "glow" => "glow",
11368 "glowed" => "glow",
11369 "glowered" => "glower",
11370 "glowing" => "glow",
11371 "glows" => "glow",
11372 "glowworm" => "glowworm",
11373 "glowworms" => "glowworm",
11374 "glue" => "glue",
11375 "glum" => "glum",
11376 "glutinous" => "glutin",
11377 "glutton" => "glutton",
11378 "gluttons" => "glutton",
11379 "gnarled" => "gnarl",
11380 "gnashed" => "gnash",
11381 "gnashing" => "gnash",
11382 "gnats" => "gnat",
11383 "gnaw" => "gnaw",
11384 "gnawed" => "gnaw",
11385 "gnawer" => "gnawer",
11386 "gnawers" => "gnawer",
11387 "gnawing" => "gnaw",
11388 "gneiss" => "gneiss",
11389 "gnus" => "gnus",
11390 "go" => "go",
11391 "goa" => "goa",
11392 "goad" => "goad",
11393 "goaded" => "goad",
11394 "goads" => "goad",
11395 "goal" => "goal",
11396 "goar" => "goar",
11397 "goat" => "goat",
11398 "goatherd" => "goatherd",
11399 "goats" => "goat",
11400 "goatskin" => "goatskin",
11401 "goatsucker" => "goatsuck",
11402 "goblet" => "goblet",
11403 "goblets" => "goblet",
11404 "goblin" => "goblin",
11405 "god" => "god",
11406 "godalming" => "godalm",
11407 "godchild" => "godchild",
11408 "goddess" => "goddess",
11409 "godfather" => "godfath",
11410 "godfeyther" => "godfeyth",
11411 "godfrey" => "godfrey",
11412 "godless" => "godless",
11413 "godlike" => "godlik",
11414 "godly" => "god",
11415 "godmother" => "godmoth",
11416 "gods" => "god",
11417 "godsend" => "godsend",
11418 "godson" => "godson",
11419 "goeree" => "goere",
11420 "goes" => "goe",
11421 "goesler" => "goesler",
11422 "goeth" => "goeth",
11423 "goethe" => "goeth",
11424 "gog" => "gog",
11425 "goggle" => "goggl",
11426 "gogol" => "gogol",
11427 "going" => "go",
11428 "goings" => "go",
11429 "goitre" => "goitr",
11430 "gold" => "gold",
11431 "golden" => "golden",
11432 "goldfinch" => "goldfinch",
11433 "goldfinches" => "goldfinch",
11434 "goldfish" => "goldfish",
11435 "goldingsby" => "goldingsbi",
11436 "goldsmith" => "goldsmith",
11437 "golgotha" => "golgotha",
11438 "goloshes" => "golosh",
11439 "gomez" => "gomez",
11440 "gondola" => "gondola",
11441 "gone" => "gone",
11442 "gong" => "gong",
11443 "gonoph" => "gonoph",
11444 "gonzales" => "gonzal",
11445 "goo" => "goo",
11446 "good" => "good",
11447 "goodbye" => "goodby",
11448 "goodle" => "goodl",
11449 "goodly" => "good",
11450 "goodnaturedly" => "goodnatur",
11451 "goodness" => "good",
11452 "goods" => "good",
11453 "goodwill" => "goodwil",
11454 "goodwood" => "goodwood",
11455 "goose" => "goos",
11456 "gooseberries" => "gooseberri",
11457 "gooseberry" => "gooseberri",
11458 "gootther" => "gootther",
11459 "gorda" => "gorda",
11460 "gore" => "gore",
11461 "gorge" => "gorg",
11462 "gorged" => "gorg",
11463 "gorgeous" => "gorgeous",
11464 "gorgeously" => "gorgeous",
11465 "gorgeousness" => "gorgeous",
11466 "gorges" => "gorg",
11467 "gorging" => "gorg",
11468 "gormandize" => "gormand",
11469 "gorse" => "gors",
11470 "gory" => "gori",
11471 "gospel" => "gospel",
11472 "gossamer" => "gossam",
11473 "gossip" => "gossip",
11474 "gossiper" => "gossip",
11475 "gossiping" => "gossip",
11476 "gossips" => "gossip",
11477 "got" => "got",
11478 "gothic" => "gothic",
11479 "gothlands" => "gothland",
11480 "gott" => "gott",
11481 "gotten" => "gotten",
11482 "gould" => "gould",
11483 "gourmand" => "gourmand",
11484 "gourmands" => "gourmand",
11485 "gout" => "gout",
11486 "gouty" => "gouti",
11487 "gov" => "gov",
11488 "gove" => "gove",
11489 "govemment" => "govem",
11490 "govern" => "govern",
11491 "governed" => "govern",
11492 "governess" => "gover",
11493 "governesses" => "gover",
11494 "governessing" => "gover",
11495 "governing" => "govern",
11496 "government" => "govern",
11497 "governments" => "govern",
11498 "governor" => "governor",
11499 "governors" => "governor",
11500 "governorship" => "governorship",
11501 "governs" => "govern",
11502 "govett" => "govett",
11503 "govvernor" => "govvernor",
11504 "gower" => "gower",
11505 "gown" => "gown",
11506 "gownd" => "gownd",
11507 "gowns" => "gown",
11508 "gra" => "gra",
11509 "grace" => "grace",
11510 "gracechurch" => "gracechurch",
11511 "graced" => "grace",
11512 "graceful" => "grace",
11513 "gracefully" => "grace",
11514 "graceless" => "graceless",
11515 "graces" => "grace",
11516 "gracing" => "grace",
11517 "gracious" => "gracious",
11518 "graciously" => "gracious",
11519 "graciousness" => "gracious",
11520 "gradation" => "gradat",
11521 "gradations" => "gradat",
11522 "grade" => "grade",
11523 "grades" => "grade",
11524 "gradual" => "gradual",
11525 "gradually" => "gradual",
11526 "graduate" => "graduat",
11527 "graduated" => "graduat",
11528 "grafted" => "graft",
11529 "grafts" => "graft",
11530 "grain" => "grain",
11531 "grained" => "grain",
11532 "grains" => "grain",
11533 "grammar" => "grammar",
11534 "grammarian" => "grammarian",
11535 "grammars" => "grammar",
11536 "grammatical" => "grammat",
11537 "gran" => "gran",
11538 "granaries" => "granari",
11539 "grand" => "grand",
11540 "grandchild" => "grandchild",
11541 "grandchildren" => "grandchildren",
11542 "granddaughter" => "granddaught",
11543 "grande" => "grand",
11544 "grandee" => "grande",
11545 "grandees" => "grande",
11546 "grander" => "grander",
11547 "grandest" => "grandest",
11548 "grandeur" => "grandeur",
11549 "grandeurs" => "grandeur",
11550 "grandfather" => "grandfath",
11551 "grandfathers" => "grandfath",
11552 "grandiflorus" => "grandiflorus",
11553 "grandiloquent" => "grandiloqu",
11554 "grandiloquently" => "grandiloqu",
11555 "grandly" => "grand",
11556 "grandmama" => "grandmama",
11557 "grandmamma" => "grandmamma",
11558 "grandmother" => "grandmoth",
11559 "grandmothers" => "grandmoth",
11560 "grandpapa" => "grandpapa",
11561 "grandsire" => "grandsir",
11562 "grandson" => "grandson",
11563 "granite" => "granit",
11564 "granitic" => "granit",
11565 "granny" => "granni",
11566 "grant" => "grant",
11567 "granted" => "grant",
11568 "grantham" => "grantham",
11569 "granting" => "grant",
11570 "granular" => "granular",
11571 "granulo" => "granulo",
11572 "grape" => "grape",
11573 "grapes" => "grape",
11574 "grapevine" => "grapevin",
11575 "grapple" => "grappl",
11576 "grappled" => "grappl",
11577 "grappling" => "grappl",
11578 "grasp" => "grasp",
11579 "grasped" => "grasp",
11580 "grasping" => "grasp",
11581 "grasps" => "grasp",
11582 "graspus" => "graspus",
11583 "grass" => "grass",
11584 "grasses" => "grass",
11585 "grasshopper" => "grasshopp",
11586 "grasshoppers" => "grasshopp",
11587 "grassy" => "grassi",
11588 "grate" => "grate",
11589 "grated" => "grate",
11590 "grateful" => "grate",
11591 "gratefully" => "grate",
11592 "grater" => "grater",
11593 "grates" => "grate",
11594 "gratful" => "grat",
11595 "gratification" => "gratif",
11596 "gratified" => "gratifi",
11597 "gratifies" => "gratifi",
11598 "gratify" => "gratifi",
11599 "gratifying" => "gratifi",
11600 "grating" => "grate",
11601 "gratitude" => "gratitud",
11602 "gratuitous" => "gratuit",
11603 "gratuitously" => "gratuit",
11604 "gratulation" => "gratul",
11605 "gravamen" => "gravamen",
11606 "grave" => "grave",
11607 "graveclothes" => "gravecloth",
11608 "gravel" => "gravel",
11609 "gravelled" => "gravel",
11610 "gravelly" => "gravelli",
11611 "gravely" => "grave",
11612 "graver" => "graver",
11613 "graves" => "grave",
11614 "gravesend" => "gravesend",
11615 "gravest" => "gravest",
11616 "gravestone" => "graveston",
11617 "gravestones" => "graveston",
11618 "graveyard" => "graveyard",
11619 "gravies" => "gravi",
11620 "gravity" => "graviti",
11621 "gravy" => "gravi",
11622 "gray" => "gray",
11623 "graymarsh" => "graymarsh",
11624 "graze" => "graze",
11625 "grazed" => "graze",
11626 "grazes" => "graze",
11627 "grazier" => "grazier",
11628 "grazing" => "graze",
11629 "grea" => "grea",
11630 "grease" => "greas",
11631 "greased" => "greas",
11632 "greasily" => "greasili",
11633 "greasy" => "greasi",
11634 "great" => "great",
11635 "greatcoat" => "greatcoat",
11636 "greateful" => "great",
11637 "greater" => "greater",
11638 "greatest" => "greatest",
11639 "greatl" => "greatl",
11640 "greatly" => "great",
11641 "greatness" => "great",
11642 "grecian" => "grecian",
11643 "grecians" => "grecian",
11644 "greece" => "greec",
11645 "greed" => "greed",
11646 "greedily" => "greedili",
11647 "greediness" => "greedi",
11648 "greedy" => "greedi",
11649 "greek" => "greek",
11650 "green" => "green",
11651 "greener" => "greener",
11652 "greengrocer" => "greengroc",
11653 "greengrocery" => "greengroceri",
11654 "greenhorn" => "greenhorn",
11655 "greenish" => "greenish",
11656 "greenland" => "greenland",
11657 "greenleaf" => "greenleaf",
11658 "greenly" => "green",
11659 "greenness" => "green",
11660 "greens" => "green",
11661 "greenstone" => "greenston",
11662 "greensward" => "greensward",
11663 "greenwich" => "greenwich",
11664 "greet" => "greet",
11665 "greeted" => "greet",
11666 "greeting" => "greet",
11667 "greetings" => "greet",
11668 "greets" => "greet",
11669 "gregarious" => "gregari",
11670 "gregory" => "gregori",
11671 "gregsbury" => "gregsburi",
11672 "grenadier" => "grenadi",
11673 "grenadiers" => "grenadi",
11674 "gresham" => "gresham",
11675 "greshambury" => "greshamburi",
11676 "greta" => "greta",
11677 "grew" => "grew",
11678 "grey" => "grey",
11679 "greyhound" => "greyhound",
11680 "greyhounds" => "greyhound",
11681 "greyish" => "greyish",
11682 "gride" => "gride",
11683 "gridiron" => "gridiron",
11684 "gridley" => "gridley",
11685 "grief" => "grief",
11686 "griefs" => "grief",
11687 "grievance" => "grievanc",
11688 "grievances" => "grievanc",
11689 "grieve" => "griev",
11690 "grieved" => "griev",
11691 "grieves" => "griev",
11692 "grieving" => "griev",
11693 "grievous" => "grievous",
11694 "grievously" => "grievous",
11695 "griffin" => "griffin",
11696 "griffith" => "griffith",
11697 "griffiths" => "griffith",
11698 "grig" => "grig",
11699 "grigorievitch" => "grigorievitch",
11700 "grigoryev" => "grigoryev",
11701 "grim" => "grim",
11702 "grimace" => "grimac",
11703 "grimaces" => "grimac",
11704 "grimacing" => "grimac",
11705 "grimalkin" => "grimalkin",
11706 "grimble" => "grimbl",
11707 "grimbles" => "grimbl",
11708 "grime" => "grime",
11709 "grimed" => "grime",
11710 "grimes" => "grime",
11711 "grimly" => "grim",
11712 "grimy" => "grimi",
11713 "grin" => "grin",
11714 "grind" => "grind",
11715 "grinder" => "grinder",
11716 "grinders" => "grinder",
11717 "grinding" => "grind",
11718 "grinned" => "grin",
11719 "grinning" => "grin",
11720 "grins" => "grin",
11721 "grip" => "grip",
11722 "griping" => "gripe",
11723 "gripped" => "grip",
11724 "gripping" => "grip",
11725 "grips" => "grip",
11726 "grisly" => "grisli",
11727 "grist" => "grist",
11728 "gritting" => "grit",
11729 "grizzled" => "grizzl",
11730 "groan" => "groan",
11731 "groaned" => "groan",
11732 "groaning" => "groan",
11733 "groans" => "groan",
11734 "grocer" => "grocer",
11735 "grogram" => "grogram",
11736 "grogzwig" => "grogzwig",
11737 "groom" => "groom",
11738 "groomed" => "groom",
11739 "grooms" => "groom",
11740 "groove" => "groov",
11741 "grooves" => "groov",
11742 "grooving" => "groov",
11743 "grope" => "grope",
11744 "groped" => "grope",
11745 "gropes" => "grope",
11746 "gropin" => "gropin",
11747 "groping" => "grope",
11748 "grose" => "grose",
11749 "gross" => "gross",
11750 "grosser" => "grosser",
11751 "grossest" => "grossest",
11752 "grossly" => "grossli",
11753 "grossness" => "gross",
11754 "grosvenor" => "grosvenor",
11755 "grotesque" => "grotesqu",
11756 "grotesquely" => "grotesqu",
11757 "grottoes" => "grotto",
11758 "ground" => "ground",
11759 "grounded" => "ground",
11760 "groundless" => "groundless",
11761 "groundlessness" => "groundless",
11762 "grounds" => "ground",
11763 "groundwork" => "groundwork",
11764 "group" => "group",
11765 "grouped" => "group",
11766 "grouping" => "group",
11767 "groups" => "group",
11768 "grouse" => "grous",
11769 "grove" => "grove",
11770 "grovel" => "grovel",
11771 "grovelling" => "grovel",
11772 "groves" => "grove",
11773 "grow" => "grow",
11774 "groweth" => "groweth",
11775 "growin" => "growin",
11776 "growing" => "grow",
11777 "growl" => "growl",
11778 "growled" => "growl",
11779 "growlery" => "growleri",
11780 "growling" => "growl",
11781 "growlings" => "growl",
11782 "growls" => "growl",
11783 "grown" => "grown",
11784 "grows" => "grow",
11785 "growth" => "growth",
11786 "grub" => "grub",
11787 "grubbed" => "grub",
11788 "grubbing" => "grub",
11789 "grubble" => "grubbl",
11790 "grudden" => "grudden",
11791 "grudge" => "grudg",
11792 "grudged" => "grudg",
11793 "grudges" => "grudg",
11794 "grudgingly" => "grudg",
11795 "gruff" => "gruff",
11796 "gruffly" => "gruffli",
11797 "grumble" => "grumbl",
11798 "grumbled" => "grumbl",
11799 "grumbler" => "grumbler",
11800 "grumblers" => "grumbler",
11801 "grumbling" => "grumbl",
11802 "grumblings" => "grumbl",
11803 "grund" => "grund",
11804 "grunt" => "grunt",
11805 "grunted" => "grunt",
11806 "grunts" => "grunt",
11807 "gryllus" => "gryllus",
11808 "guanaco" => "guanaco",
11809 "guanacos" => "guanaco",
11810 "guano" => "guano",
11811 "guantajaya" => "guantajaya",
11812 "guarantee" => "guarante",
11813 "guaranteed" => "guarante",
11814 "guard" => "guard",
11815 "guardage" => "guardag",
11816 "guarded" => "guard",
11817 "guardedness" => "guarded",
11818 "guardhouse" => "guardhous",
11819 "guardia" => "guardia",
11820 "guardian" => "guardian",
11821 "guardians" => "guardian",
11822 "guardianship" => "guardianship",
11823 "guarding" => "guard",
11824 "guards" => "guard",
11825 "guardsman" => "guardsman",
11826 "guardsmen" => "guardsmen",
11827 "guasco" => "guasco",
11828 "guascos" => "guasco",
11829 "guaso" => "guaso",
11830 "guasos" => "guaso",
11831 "guatemala" => "guatemala",
11832 "guava" => "guava",
11833 "guayaquil" => "guayaquil",
11834 "guayatecas" => "guayateca",
11835 "guayavita" => "guayavita",
11836 "gucho" => "gucho",
11837 "gude" => "gude",
11838 "guerre" => "guerr",
11839 "guess" => "guess",
11840 "guessed" => "guess",
11841 "guesses" => "guess",
11842 "guessing" => "guess",
11843 "guest" => "guest",
11844 "guests" => "guest",
11845 "guffaw" => "guffaw",
11846 "guffawed" => "guffaw",
11847 "guffawing" => "guffaw",
11848 "guffy" => "guffi",
11849 "guid" => "guid",
11850 "guidance" => "guidanc",
11851 "guide" => "guid",
11852 "guided" => "guid",
11853 "guides" => "guid",
11854 "guiding" => "guid",
11855 "guilandina" => "guilandina",
11856 "guildford" => "guildford",
11857 "guile" => "guil",
11858 "guileless" => "guileless",
11859 "guilt" => "guilt",
11860 "guiltily" => "guiltili",
11861 "guiltiness" => "guilti",
11862 "guiltless" => "guiltless",
11863 "guilty" => "guilti",
11864 "guinea" => "guinea",
11865 "guineas" => "guinea",
11866 "guise" => "guis",
11867 "guitar" => "guitar",
11868 "guitron" => "guitron",
11869 "gulf" => "gulf",
11870 "gulfs" => "gulf",
11871 "gull" => "gull",
11872 "gulled" => "gull",
11873 "gullet" => "gullet",
11874 "gulleys" => "gulley",
11875 "gullies" => "gulli",
11876 "gulliver" => "gulliv",
11877 "gulls" => "gull",
11878 "gully" => "gulli",
11879 "gulp" => "gulp",
11880 "gulped" => "gulp",
11881 "gulping" => "gulp",
11882 "gulps" => "gulp",
11883 "gum" => "gum",
11884 "gums" => "gum",
11885 "gumwood" => "gumwood",
11886 "gun" => "gun",
11887 "gunless" => "gunless",
11888 "gunner" => "gunner",
11889 "gunnera" => "gunnera",
11890 "gunners" => "gunner",
11891 "gunnners" => "gunnner",
11892 "gunpowder" => "gunpowd",
11893 "guns" => "gun",
11894 "gunsmith" => "gunsmith",
11895 "gunther" => "gunther",
11896 "gunwale" => "gunwal",
11897 "gunwales" => "gunwal",
11898 "gup" => "gup",
11899 "guppy" => "guppi",
11900 "gurgled" => "gurgl",
11901 "gurgling" => "gurgl",
11902 "gush" => "gush",
11903 "gushed" => "gush",
11904 "gusher" => "gusher",
11905 "gushing" => "gush",
11906 "gust" => "gust",
11907 "guster" => "guster",
11908 "gusts" => "gust",
11909 "gusty" => "gusti",
11910 "gutta" => "gutta",
11911 "gutter" => "gutter",
11912 "guttered" => "gutter",
11913 "guttering" => "gutter",
11914 "gutters" => "gutter",
11915 "guttural" => "guttur",
11916 "guv" => "guv",
11917 "guy" => "guy",
11918 "guyaquil" => "guyaquil",
11919 "guzzling" => "guzzl",
11920 "gwyneth" => "gwyneth",
11921 "gymnasium" => "gymnasium",
11922 "gymnastic" => "gymnast",
11923 "gypsies" => "gypsi",
11924 "gypsum" => "gypsum",
11925 "gypsy" => "gypsi",
11926 "gyrations" => "gyrat",
11927 "h" => "h",
11928 "ha" => "ha",
11929 "habeas" => "habea",
11930 "haberdasher" => "haberdash",
11931 "habiliments" => "habili",
11932 "habit" => "habit",
11933 "habitable" => "habit",
11934 "habitation" => "habit",
11935 "habitations" => "habit",
11936 "habited" => "habit",
11937 "habits" => "habit",
11938 "habitual" => "habitu",
11939 "habitually" => "habitu",
11940 "habituated" => "habitu",
11941 "hachette" => "hachett",
11942 "hacienda" => "hacienda",
11943 "haciendero" => "haciendero",
11944 "hack" => "hack",
11945 "hackney" => "hackney",
11946 "hacks" => "hack",
11947 "had" => "had",
11948 "hadn" => "hadn",
11949 "hadst" => "hadst",
11950 "hag" => "hag",
11951 "haggard" => "haggard",
11952 "haggardly" => "haggard",
11953 "haggardness" => "haggard",
11954 "haggle" => "haggl",
11955 "hah" => "hah",
11956 "hail" => "hail",
11957 "hailed" => "hail",
11958 "hailing" => "hail",
11959 "hailstones" => "hailston",
11960 "hair" => "hair",
11961 "hairbrush" => "hairbrush",
11962 "hairdresser" => "hairdress",
11963 "haired" => "hair",
11964 "hairless" => "hairless",
11965 "hairs" => "hair",
11966 "hairy" => "hairi",
11967 "halcyon" => "halcyon",
11968 "hale" => "hale",
11969 "half" => "half",
11970 "halfpence" => "halfpenc",
11971 "halfpenny" => "halfpenni",
11972 "halfpennyworth" => "halfpennyworth",
11973 "halfway" => "halfway",
11974 "hall" => "hall",
11975 "hallo" => "hallo",
11976 "halloa" => "halloa",
11977 "halloo" => "halloo",
11978 "hallooing" => "halloo",
11979 "hallowed" => "hallow",
11980 "halls" => "hall",
11981 "hallucination" => "hallucin",
11982 "halo" => "halo",
11983 "halt" => "halt",
11984 "halted" => "halt",
11985 "halter" => "halter",
11986 "haltica" => "haltica",
11987 "halting" => "halt",
11988 "halts" => "halt",
11989 "halves" => "halv",
11990 "ham" => "ham",
11991 "hamilton" => "hamilton",
11992 "hamlet" => "hamlet",
11993 "hamlets" => "hamlet",
11994 "hammer" => "hammer",
11995 "hammercloths" => "hammercloth",
11996 "hammered" => "hammer",
11997 "hammering" => "hammer",
11998 "hammers" => "hammer",
11999 "hammersmith" => "hammersmith",
12000 "hammond" => "hammond",
12001 "hampdens" => "hampden",
12002 "hamper" => "hamper",
12003 "hampered" => "hamper",
12004 "hampering" => "hamper",
12005 "hampers" => "hamper",
12006 "hampshire" => "hampshir",
12007 "hampstead" => "hampstead",
12008 "hampton" => "hampton",
12009 "hams" => "ham",
12010 "hamstrings" => "hamstr",
12011 "hand" => "hand",
12012 "handcuff" => "handcuff",
12013 "handcuffed" => "handcuf",
12014 "handcuffs" => "handcuff",
12015 "hande" => "hand",
12016 "handed" => "hand",
12017 "handeder" => "handed",
12018 "handel" => "handel",
12019 "handful" => "hand",
12020 "handfuls" => "hand",
12021 "handing" => "hand",
12022 "handkercher" => "handkerch",
12023 "handkerchief" => "handkerchief",
12024 "handkerchiefs" => "handkerchief",
12025 "handle" => "handl",
12026 "handled" => "handl",
12027 "handles" => "handl",
12028 "handling" => "handl",
12029 "handmaid" => "handmaid",
12030 "handmaiden" => "handmaiden",
12031 "handrail" => "handrail",
12032 "hands" => "hand",
12033 "handsome" => "handsom",
12034 "handsomely" => "handsom",
12035 "handsomer" => "handsom",
12036 "handsomest" => "handsomest",
12037 "handwriting" => "handwrit",
12038 "handy" => "handi",
12039 "hang" => "hang",
12040 "hangdog" => "hangdog",
12041 "hanged" => "hang",
12042 "hanger" => "hanger",
12043 "hangers" => "hanger",
12044 "hanging" => "hang",
12045 "hangings" => "hang",
12046 "hangman" => "hangman",
12047 "hangs" => "hang",
12048 "hankering" => "hanker",
12049 "hankers" => "hanker",
12050 "hannah" => "hannah",
12051 "hanover" => "hanov",
12052 "hansome" => "hansom",
12053 "hap" => "hap",
12054 "haphazard" => "haphazard",
12055 "hapless" => "hapless",
12056 "haply" => "hapli",
12057 "happen" => "happen",
12058 "happened" => "happen",
12059 "happening" => "happen",
12060 "happens" => "happen",
12061 "happerton" => "happerton",
12062 "happertons" => "happerton",
12063 "happier" => "happier",
12064 "happiest" => "happiest",
12065 "happily" => "happili",
12066 "happiness" => "happi",
12067 "happy" => "happi",
12068 "harangue" => "harangu",
12069 "harangued" => "harangu",
12070 "harass" => "harass",
12071 "harassed" => "harass",
12072 "harassing" => "harass",
12073 "harbinger" => "harbing",
12074 "harbour" => "harbour",
12075 "harboured" => "harbour",
12076 "harbouring" => "harbour",
12077 "harbours" => "harbour",
12078 "hard" => "hard",
12079 "harden" => "harden",
12080 "hardened" => "harden",
12081 "hardening" => "harden",
12082 "harder" => "harder",
12083 "hardest" => "hardest",
12084 "hardihood" => "hardihood",
12085 "harding" => "hard",
12086 "hardly" => "hard",
12087 "hardness" => "hard",
12088 "hardship" => "hardship",
12089 "hardships" => "hardship",
12090 "hardworking" => "hardwork",
12091 "hardy" => "hardi",
12092 "hare" => "hare",
12093 "hares" => "hare",
12094 "hareskin" => "hareskin",
12095 "hark" => "hark",
12096 "harkee" => "harke",
12097 "harkov" => "harkov",
12098 "harkye" => "harky",
12099 "harlamov" => "harlamov",
12100 "harlequin" => "harlequin",
12101 "harlot" => "harlot",
12102 "harm" => "harm",
12103 "harmattan" => "harmattan",
12104 "harmful" => "harm",
12105 "harmless" => "harmless",
12106 "harmlessly" => "harmless",
12107 "harmonic" => "harmon",
12108 "harmonious" => "harmoni",
12109 "harmoniously" => "harmoni",
12110 "harmonised" => "harmonis",
12111 "harmony" => "harmoni",
12112 "harn" => "harn",
12113 "harness" => "har",
12114 "harnessed" => "har",
12115 "harnessing" => "har",
12116 "harold" => "harold",
12117 "harp" => "harp",
12118 "harpalidae" => "harpalida",
12119 "harpalus" => "harpalus",
12120 "harpies" => "harpi",
12121 "harping" => "harp",
12122 "harps" => "harp",
12123 "harpy" => "harpi",
12124 "harriet" => "harriet",
12125 "harriett" => "harriett",
12126 "harrington" => "harrington",
12127 "harris" => "harri",
12128 "harrison" => "harrison",
12129 "harrow" => "harrow",
12130 "harrowgate" => "harrowg",
12131 "harrowing" => "harrow",
12132 "harrows" => "harrow",
12133 "harse" => "hars",
12134 "harsh" => "harsh",
12135 "harsher" => "harsher",
12136 "harshest" => "harshest",
12137 "harshly" => "harsh",
12138 "harshness" => "harsh",
12139 "hart" => "hart",
12140 "hartlepod" => "hartlepod",
12141 "hartlepool" => "hartlepool",
12142 "hartshorn" => "hartshorn",
12143 "harum" => "harum",
12144 "harurn" => "harurn",
12145 "harvest" => "harvest",
12146 "has" => "has",
12147 "hash" => "hash",
12148 "hashed" => "hash",
12149 "hasn" => "hasn",
12150 "hasp" => "hasp",
12151 "hassan" => "hassan",
12152 "hast" => "hast",
12153 "haste" => "hast",
12154 "hasten" => "hasten",
12155 "hastened" => "hasten",
12156 "hastening" => "hasten",
12157 "hastens" => "hasten",
12158 "hastily" => "hastili",
12159 "hasty" => "hasti",
12160 "hat" => "hat",
12161 "hatch" => "hatch",
12162 "hatched" => "hatch",
12163 "hatches" => "hatch",
12164 "hatchet" => "hatchet",
12165 "hatching" => "hatch",
12166 "hatchings" => "hatch",
12167 "hatchment" => "hatchment",
12168 "hate" => "hate",
12169 "hated" => "hate",
12170 "hateful" => "hate",
12171 "hater" => "hater",
12172 "hates" => "hate",
12173 "hath" => "hath",
12174 "hating" => "hate",
12175 "hatless" => "hatless",
12176 "hatred" => "hatr",
12177 "hatreds" => "hatr",
12178 "hats" => "hat",
12179 "hatter" => "hatter",
12180 "hatton" => "hatton",
12181 "haughtiest" => "haughtiest",
12182 "haughtily" => "haughtili",
12183 "haughtiness" => "haughti",
12184 "haughtinesses" => "haughti",
12185 "haughty" => "haughti",
12186 "haul" => "haul",
12187 "hauled" => "haul",
12188 "hauling" => "haul",
12189 "haunches" => "haunch",
12190 "haunt" => "haunt",
12191 "haunted" => "haunt",
12192 "haunting" => "haunt",
12193 "haunts" => "haunt",
12194 "hav" => "hav",
12195 "have" => "have",
12196 "haven" => "haven",
12197 "having" => "have",
12198 "havoc" => "havoc",
12199 "hawdon" => "hawdon",
12200 "hawed" => "haw",
12201 "hawfinch" => "hawfinch",
12202 "hawk" => "hawk",
12203 "hawkinses" => "hawkins",
12204 "hawks" => "hawk",
12205 "hawthorns" => "hawthorn",
12206 "hay" => "hay",
12207 "haycock" => "haycock",
12208 "hayes" => "hay",
12209 "haymakers" => "haymak",
12210 "haymaking" => "haymak",
12211 "haymarket" => "haymarket",
12212 "haystacks" => "haystack",
12213 "hazard" => "hazard",
12214 "hazarded" => "hazard",
12215 "hazarding" => "hazard",
12216 "hazardous" => "hazard",
12217 "hazards" => "hazard",
12218 "haze" => "haze",
12219 "hazel" => "hazel",
12220 "hazy" => "hazi",
12221 "hd" => "hd",
12222 "he" => "he",
12223 "hea" => "hea",
12224 "head" => "head",
12225 "headache" => "headach",
12226 "headaches" => "headach",
12227 "headdress" => "headdress",
12228 "headed" => "head",
12229 "headgear" => "headgear",
12230 "heading" => "head",
12231 "headland" => "headland",
12232 "headlands" => "headland",
12233 "headless" => "headless",
12234 "headlong" => "headlong",
12235 "headmost" => "headmost",
12236 "headquarters" => "headquart",
12237 "heads" => "head",
12238 "headstrong" => "headstrong",
12239 "heal" => "heal",
12240 "healed" => "heal",
12241 "healing" => "heal",
12242 "health" => "health",
12243 "healthful" => "health",
12244 "healthier" => "healthier",
12245 "healthiness" => "healthi",
12246 "healths" => "health",
12247 "healthy" => "healthi",
12248 "heap" => "heap",
12249 "heaped" => "heap",
12250 "heaping" => "heap",
12251 "heaps" => "heap",
12252 "hear" => "hear",
12253 "heard" => "heard",
12254 "hearer" => "hearer",
12255 "hearers" => "hearer",
12256 "hearest" => "hearest",
12257 "hearing" => "hear",
12258 "hearken" => "hearken",
12259 "hearne" => "hearn",
12260 "hears" => "hear",
12261 "hearse" => "hears",
12262 "heart" => "heart",
12263 "heartache" => "heartach",
12264 "heartbroken" => "heartbroken",
12265 "heartburns" => "heartburn",
12266 "hearted" => "heart",
12267 "heartedest" => "heartedest",
12268 "heartedness" => "hearted",
12269 "heartfelt" => "heartfelt",
12270 "hearth" => "hearth",
12271 "hearths" => "hearth",
12272 "hearthstone" => "hearthston",
12273 "heartiest" => "heartiest",
12274 "heartily" => "heartili",
12275 "heartiness" => "hearti",
12276 "heartless" => "heartless",
12277 "heartlessly" => "heartless",
12278 "heartlessness" => "heartless",
12279 "heartrending" => "heartrend",
12280 "hearts" => "heart",
12281 "heartsease" => "heartseas",
12282 "heartsore" => "heartsor",
12283 "heartstrings" => "heartstr",
12284 "hearty" => "hearti",
12285 "heat" => "heat",
12286 "heated" => "heat",
12287 "heater" => "heater",
12288 "heath" => "heath",
12289 "heathen" => "heathen",
12290 "heather" => "heather",
12291 "heaths" => "heath",
12292 "heav" => "heav",
12293 "heave" => "heav",
12294 "heaved" => "heav",
12295 "heaven" => "heaven",
12296 "heavenly" => "heaven",
12297 "heavens" => "heaven",
12298 "heaver" => "heaver",
12299 "heaves" => "heav",
12300 "heavier" => "heavier",
12301 "heaviest" => "heaviest",
12302 "heavily" => "heavili",
12303 "heaviness" => "heavi",
12304 "heaving" => "heav",
12305 "heavings" => "heav",
12306 "heavv" => "heavv",
12307 "heavy" => "heavi",
12308 "hebrew" => "hebrew",
12309 "hecla" => "hecla",
12310 "hectic" => "hectic",
12311 "hectoring" => "hector",
12312 "hedge" => "hedg",
12313 "hedgehog" => "hedgehog",
12314 "hedgerows" => "hedgerow",
12315 "hedges" => "hedg",
12316 "hedging" => "hedg",
12317 "heed" => "heed",
12318 "heeded" => "heed",
12319 "heeding" => "heed",
12320 "heedless" => "heedless",
12321 "heedlessly" => "heedless",
12322 "heedlessness" => "heedless",
12323 "heeds" => "heed",
12324 "heel" => "heel",
12325 "heeled" => "heel",
12326 "heels" => "heel",
12327 "heerd" => "heerd",
12328 "heern" => "heern",
12329 "heigh" => "heigh",
12330 "heigho" => "heigho",
12331 "height" => "height",
12332 "heighten" => "heighten",
12333 "heightened" => "heighten",
12334 "heightening" => "heighten",
12335 "heightens" => "heighten",
12336 "heighth" => "heighth",
12337 "heights" => "height",
12338 "heinous" => "heinous",
12339 "heir" => "heir",
12340 "heiress" => "heiress",
12341 "heiresses" => "heiress",
12342 "heirlooms" => "heirloom",
12343 "heirs" => "heir",
12344 "heirship" => "heirship",
12345 "held" => "held",
12346 "helden" => "helden",
12347 "helen" => "helen",
12348 "helena" => "helena",
12349 "heliotrope" => "heliotrop",
12350 "helix" => "helix",
12351 "hell" => "hell",
12352 "helm" => "helm",
12353 "helmet" => "helmet",
12354 "helmets" => "helmet",
12355 "help" => "help",
12356 "helped" => "help",
12357 "helper" => "helper",
12358 "helpers" => "helper",
12359 "helpful" => "help",
12360 "helping" => "help",
12361 "helpless" => "helpless",
12362 "helplessly" => "helpless",
12363 "helplessness" => "helpless",
12364 "helpmate" => "helpmat",
12365 "helps" => "help",
12366 "helvellyn" => "helvellyn",
12367 "hem" => "hem",
12368 "hemiptera" => "hemiptera",
12369 "hemisphere" => "hemispher",
12370 "hemispheres" => "hemispher",
12371 "hemmed" => "hem",
12372 "hemming" => "hem",
12373 "hempen" => "hempen",
12374 "hen" => "hen",
12375 "hence" => "henc",
12376 "henceforth" => "henceforth",
12377 "henceforward" => "henceforward",
12378 "hend" => "hend",
12379 "henemies" => "henemi",
12380 "henrietta" => "henrietta",
12381 "henriette" => "henriett",
12382 "henry" => "henri",
12383 "hens" => "hen",
12384 "henslow" => "henslow",
12385 "heptarchy" => "heptarchi",
12386 "her" => "her",
12387 "herald" => "herald",
12388 "heralded" => "herald",
12389 "heraldic" => "herald",
12390 "herb" => "herb",
12391 "herbaceous" => "herbac",
12392 "herbage" => "herbag",
12393 "herbarium" => "herbarium",
12394 "herbert" => "herbert",
12395 "herbivorous" => "herbivor",
12396 "herbs" => "herb",
12397 "herculean" => "herculean",
12398 "hercules" => "hercul",
12399 "herd" => "herd",
12400 "herds" => "herd",
12401 "here" => "here",
12402 "hereabouts" => "hereabout",
12403 "hereafter" => "hereaft",
12404 "hereby" => "herebi",
12405 "hereditary" => "hereditari",
12406 "hereford" => "hereford",
12407 "herein" => "herein",
12408 "hereof" => "hereof",
12409 "heresy" => "heresi",
12410 "heretic" => "heret",
12411 "heretick" => "heretick",
12412 "hereticks" => "heretick",
12413 "heretics" => "heret",
12414 "heretofore" => "heretofor",
12415 "hereupon" => "hereupon",
12416 "herewith" => "herewith",
12417 "heritage" => "heritag",
12418 "hermit" => "hermit",
12419 "hermitage" => "hermitag",
12420 "hero" => "hero",
12421 "herod" => "herod",
12422 "heroded" => "herod",
12423 "heroes" => "hero",
12424 "heroic" => "heroic",
12425 "heroine" => "heroin",
12426 "heroism" => "heroism",
12427 "herons" => "heron",
12428 "herries" => "herri",
12429 "herrings" => "herring",
12430 "hers" => "her",
12431 "herschel" => "herschel",
12432 "herself" => "herself",
12433 "hertfordshire" => "hertfordshir",
12434 "heruvimov" => "heruvimov",
12435 "hesitate" => "hesit",
12436 "hesitated" => "hesit",
12437 "hesitates" => "hesit",
12438 "hesitating" => "hesit",
12439 "hesitatingly" => "hesit",
12440 "hesitation" => "hesit",
12441 "hesitations" => "hesit",
12442 "heterogeneous" => "heterogen",
12443 "heteromera" => "heteromera",
12444 "heteromerous" => "heteromer",
12445 "heteromidae" => "heteromida",
12446 "hever" => "hever",
12447 "hew" => "hew",
12448 "hewer" => "hewer",
12449 "hewers" => "hewer",
12450 "hewing" => "hew",
12451 "hey" => "hey",
12452 "heyday" => "heyday",
12453 "hi" => "hi",
12454 "hiatus" => "hiatus",
12455 "hibiscus" => "hibiscus",
12456 "hiccup" => "hiccup",
12457 "hiccuped" => "hiccup",
12458 "hid" => "hid",
12459 "hidden" => "hidden",
12460 "hide" => "hide",
12461 "hideous" => "hideous",
12462 "hideously" => "hideous",
12463 "hideousness" => "hideous",
12464 "hides" => "hide",
12465 "hiding" => "hide",
12466 "hierarchy" => "hierarchi",
12467 "hieroglyphics" => "hieroglyph",
12468 "higgenbottom" => "higgenbottom",
12469 "higgins" => "higgin",
12470 "high" => "high",
12471 "higher" => "higher",
12472 "highest" => "highest",
12473 "highfaluting" => "highfalut",
12474 "highgate" => "highgat",
12475 "highl" => "highl",
12476 "highland" => "highland",
12477 "highlanders" => "highland",
12478 "highlands" => "highland",
12479 "highly" => "high",
12480 "highness" => "high",
12481 "highroad" => "highroad",
12482 "highway" => "highway",
12483 "highwayman" => "highwayman",
12484 "highways" => "highway",
12485 "hignominiousness" => "hignomini",
12486 "hilaire" => "hilair",
12487 "hilarious" => "hilari",
12488 "hilariously" => "hilari",
12489 "hilarity" => "hilar",
12490 "hilda" => "hilda",
12491 "hill" => "hill",
12492 "hillock" => "hillock",
12493 "hillocks" => "hillock",
12494 "hills" => "hill",
12495 "hillsides" => "hillsid",
12496 "hilltops" => "hilltop",
12497 "hilly" => "hilli",
12498 "hilt" => "hilt",
12499 "hilts" => "hilt",
12500 "him" => "him",
12501 "himalaya" => "himalaya",
12502 "himantopus" => "himantopus",
12503 "himsel" => "himsel",
12504 "himself" => "himself",
12505 "hind" => "hind",
12506 "hinder" => "hinder",
12507 "hindered" => "hinder",
12508 "hindering" => "hinder",
12509 "hindoos" => "hindoo",
12510 "hindrance" => "hindranc",
12511 "hinds" => "hind",
12512 "hindu" => "hindu",
12513 "hing" => "hing",
12514 "hinges" => "hing",
12515 "hint" => "hint",
12516 "hinted" => "hint",
12517 "hinting" => "hint",
12518 "hints" => "hint",
12519 "hip" => "hip",
12520 "hippah" => "hippah",
12521 "hippahs" => "hippah",
12522 "hipped" => "hip",
12523 "hippish" => "hippish",
12524 "hippopotamus" => "hippopotamus",
12525 "hippopotamuses" => "hippopotamus",
12526 "hips" => "hip",
12527 "hire" => "hire",
12528 "hired" => "hire",
12529 "hiring" => "hire",
12530 "hirrold" => "hirrold",
12531 "his" => "his",
12532 "hiss" => "hiss",
12533 "hisself" => "hisself",
12534 "hisses" => "hiss",
12535 "hissing" => "hiss",
12536 "hist" => "hist",
12537 "histoire" => "histoir",
12538 "historian" => "historian",
12539 "historical" => "histor",
12540 "historically" => "histor",
12541 "histories" => "histori",
12542 "history" => "histori",
12543 "histrionic" => "histrion",
12544 "hit" => "hit",
12545 "hitch" => "hitch",
12546 "hitchcock" => "hitchcock",
12547 "hitched" => "hitch",
12548 "hitches" => "hitch",
12549 "hitching" => "hitch",
12550 "hither" => "hither",
12551 "hitherto" => "hitherto",
12552 "hitherward" => "hitherward",
12553 "hits" => "hit",
12554 "hitting" => "hit",
12555 "hittites" => "hittit",
12556 "hive" => "hive",
12557 "hl" => "hl",
12558 "hm" => "hm",
12559 "ho" => "ho",
12560 "hoar" => "hoar",
12561 "hoard" => "hoard",
12562 "hoarded" => "hoard",
12563 "hoarding" => "hoard",
12564 "hoardings" => "hoard",
12565 "hoards" => "hoard",
12566 "hoarse" => "hoars",
12567 "hoarsely" => "hoars",
12568 "hoarser" => "hoarser",
12569 "hoary" => "hoari",
12570 "hob" => "hob",
12571 "hobart" => "hobart",
12572 "hobbled" => "hobbl",
12573 "hobbledehoy" => "hobbledehoy",
12574 "hobbles" => "hobbl",
12575 "hobbling" => "hobbl",
12576 "hobby" => "hobbi",
12577 "hobgoblin" => "hobgoblin",
12578 "hoch" => "hoch",
12579 "hochbeseeltes" => "hochbeseelt",
12580 "hock" => "hock",
12581 "hod" => "hod",
12582 "hof" => "hof",
12583 "hoffmanseggi" => "hoffmanseggi",
12584 "hog" => "hog",
12585 "hogoleu" => "hogoleu",
12586 "hogs" => "hog",
12587 "hoist" => "hoist",
12588 "hoisted" => "hoist",
12589 "hoity" => "hoiti",
12590 "holborn" => "holborn",
12591 "hold" => "hold",
12592 "holden" => "holden",
12593 "holder" => "holder",
12594 "holders" => "holder",
12595 "holding" => "hold",
12596 "holds" => "hold",
12597 "hole" => "hole",
12598 "holes" => "hole",
12599 "holiday" => "holiday",
12600 "holidays" => "holiday",
12601 "holies" => "holi",
12602 "holily" => "holili",
12603 "holiness" => "holi",
12604 "holland" => "holland",
12605 "hollies" => "holli",
12606 "hollo" => "hollo",
12607 "holloa" => "holloa",
12608 "hollow" => "hollow",
12609 "holloway" => "holloway",
12610 "hollowed" => "hollow",
12611 "hollower" => "hollow",
12612 "hollowness" => "hollow",
12613 "hollows" => "hollow",
12614 "holly" => "holli",
12615 "holman" => "holman",
12616 "holstein" => "holstein",
12617 "holuthuriae" => "holuthuria",
12618 "holy" => "holi",
12619 "holyhead" => "holyhead",
12620 "homage" => "homag",
12621 "hombre" => "hombr",
12622 "home" => "home",
12623 "homeless" => "homeless",
12624 "homelessness" => "homeless",
12625 "homelike" => "homelik",
12626 "homely" => "home",
12627 "homes" => "home",
12628 "homeward" => "homeward",
12629 "homewards" => "homeward",
12630 "homicidal" => "homicid",
12631 "homily" => "homili",
12632 "homoptera" => "homoptera",
12633 "hon" => "hon",
12634 "hond" => "hond",
12635 "honds" => "hond",
12636 "honest" => "honest",
12637 "honester" => "honest",
12638 "honestest" => "honestest",
12639 "honestly" => "honest",
12640 "honesty" => "honesti",
12641 "honey" => "honey",
12642 "honeymoon" => "honeymoon",
12643 "honeysuckle" => "honeysuckl",
12644 "hong" => "hong",
12645 "honoria" => "honoria",
12646 "honour" => "honour",
12647 "honourable" => "honour",
12648 "honourably" => "honour",
12649 "honourahle" => "honourahl",
12650 "honoured" => "honour",
12651 "honouring" => "honour",
12652 "honourmg" => "honourmg",
12653 "honours" => "honour",
12654 "honysuckles" => "honysuckl",
12655 "hoo" => "hoo",
12656 "hood" => "hood",
12657 "hooded" => "hood",
12658 "hoodle" => "hoodl",
12659 "hoodwinked" => "hoodwink",
12660 "hoof" => "hoof",
12661 "hoofs" => "hoof",
12662 "hook" => "hook",
12663 "hooked" => "hook",
12664 "hooker" => "hooker",
12665 "hooking" => "hook",
12666 "hookites" => "hookit",
12667 "hooks" => "hook",
12668 "hoold" => "hoold",
12669 "hoonger" => "hoonger",
12670 "hoongry" => "hoongri",
12671 "hoop" => "hoop",
12672 "hooping" => "hoop",
12673 "hoops" => "hoop",
12674 "hoor" => "hoor",
12675 "hooray" => "hooray",
12676 "hoorly" => "hoor",
12677 "hooted" => "hoot",
12678 "hooting" => "hoot",
12679 "hootings" => "hoot",
12680 "hoots" => "hoot",
12681 "hop" => "hop",
12682 "hope" => "hope",
12683 "hoped" => "hope",
12684 "hopeful" => "hope",
12685 "hopefully" => "hope",
12686 "hopefulness" => "hope",
12687 "hopeless" => "hopeless",
12688 "hopelessly" => "hopeless",
12689 "hopelessness" => "hopeless",
12690 "hopes" => "hope",
12691 "hoping" => "hope",
12692 "hopped" => "hop",
12693 "hopping" => "hop",
12694 "hops" => "hop",
12695 "horatio" => "horatio",
12696 "horders" => "horder",
12697 "horizon" => "horizon",
12698 "horizonta" => "horizonta",
12699 "horizontal" => "horizont",
12700 "horizontally" => "horizont",
12701 "horn" => "horn",
12702 "horned" => "horn",
12703 "horner" => "horner",
12704 "hornet" => "hornet",
12705 "hornos" => "horno",
12706 "hornpipe" => "hornpip",
12707 "hornpipes" => "hornpip",
12708 "horns" => "horn",
12709 "hornsey" => "hornsey",
12710 "horny" => "horni",
12711 "horrible" => "horribl",
12712 "horribly" => "horribl",
12713 "horrid" => "horrid",
12714 "horridly" => "horrid",
12715 "horrified" => "horrifi",
12716 "horror" => "horror",
12717 "horrors" => "horror",
12718 "horse" => "hors",
12719 "horseback" => "horseback",
12720 "horsecloths" => "horsecloth",
12721 "horseflesh" => "horseflesh",
12722 "horsefly" => "horsefli",
12723 "horsehair" => "horsehair",
12724 "horseman" => "horseman",
12725 "horsemanship" => "horsemanship",
12726 "horsemen" => "horsemen",
12727 "horsepittle" => "horsepittl",
12728 "horses" => "hors",
12729 "horsewhip" => "horsewhip",
12730 "horsewhipped" => "horsewhip",
12731 "horsewhipping" => "horsewhip",
12732 "hortense" => "hortens",
12733 "hortensio" => "hortensio",
12734 "horticultural" => "horticultur",
12735 "horticulture" => "horticultur",
12736 "hose" => "hose",
12737 "hospitable" => "hospit",
12738 "hospitably" => "hospit",
12739 "hospital" => "hospit",
12740 "hospitalities" => "hospit",
12741 "hospitality" => "hospit",
12742 "hospitals" => "hospit",
12743 "hospitility" => "hospitil",
12744 "host" => "host",
12745 "hostages" => "hostag",
12746 "hoste" => "host",
12747 "hostelry" => "hostelri",
12748 "hostess" => "hostess",
12749 "hostesses" => "hostess",
12750 "hostile" => "hostil",
12751 "hostilities" => "hostil",
12752 "hostility" => "hostil",
12753 "hostlers" => "hostler",
12754 "hosts" => "host",
12755 "hot" => "hot",
12756 "hotel" => "hotel",
12757 "hotels" => "hotel",
12758 "hothouse" => "hothous",
12759 "hotly" => "hot",
12760 "hottentot" => "hottentot",
12761 "hottentots" => "hottentot",
12762 "hotter" => "hotter",
12763 "hottest" => "hottest",
12764 "hou" => "hou",
12765 "hound" => "hound",
12766 "hounded" => "hound",
12767 "hounding" => "hound",
12768 "hounds" => "hound",
12769 "hour" => "hour",
12770 "houri" => "houri",
12771 "hourly" => "hour",
12772 "hours" => "hour",
12773 "house" => "hous",
12774 "housebreaker" => "housebreak",
12775 "housebuilder" => "housebuild",
12776 "housed" => "hous",
12777 "household" => "household",
12778 "housekeeper" => "housekeep",
12779 "housekeepers" => "housekeep",
12780 "housekeeping" => "housekeep",
12781 "housemaid" => "housemaid",
12782 "housemaids" => "housemaid",
12783 "housemaker" => "housemak",
12784 "houses" => "hous",
12785 "housetops" => "housetop",
12786 "housewife" => "housewif",
12787 "housewifery" => "housewiferi",
12788 "hove" => "hove",
12789 "hovel" => "hovel",
12790 "hovels" => "hovel",
12791 "hover" => "hover",
12792 "hovered" => "hover",
12793 "hovering" => "hover",
12794 "hovers" => "hover",
12795 "how" => "how",
12796 "howard" => "howard",
12797 "howbeit" => "howbeit",
12798 "howell" => "howel",
12799 "howeve" => "howev",
12800 "however" => "howev",
12801 "howitt" => "howitt",
12802 "howl" => "howl",
12803 "howled" => "howl",
12804 "howling" => "howl",
12805 "howls" => "howl",
12806 "howsoever" => "howsoev",
12807 "huacas" => "huaca",
12808 "huachos" => "huacho",
12809 "huantamo" => "huantamo",
12810 "huapi" => "huapi",
12811 "huaraz" => "huaraz",
12812 "hubbard" => "hubbard",
12813 "hubbub" => "hubbub",
12814 "huckster" => "huckster",
12815 "huddled" => "huddl",
12816 "hue" => "hue",
12817 "huechucucuy" => "huechucucuy",
12818 "hues" => "hue",
12819 "huff" => "huff",
12820 "huffily" => "huffili",
12821 "huffy" => "huffi",
12822 "hug" => "hug",
12823 "huge" => "huge",
12824 "hugged" => "hug",
12825 "hugging" => "hug",
12826 "huggins" => "huggin",
12827 "hugh" => "hugh",
12828 "hugs" => "hug",
12829 "huitreu" => "huitreu",
12830 "hulk" => "hulk",
12831 "hullo" => "hullo",
12832 "hulloa" => "hulloa",
12833 "hum" => "hum",
12834 "humain" => "humain",
12835 "humaine" => "humain",
12836 "human" => "human",
12837 "humane" => "human",
12838 "humanely" => "human",
12839 "humanising" => "humanis",
12840 "humanity" => "human",
12841 "humanizing" => "human",
12842 "humanly" => "human",
12843 "humanum" => "humanum",
12844 "humble" => "humbl",
12845 "humbled" => "humbl",
12846 "humbleness" => "humbl",
12847 "humbler" => "humbler",
12848 "humblest" => "humblest",
12849 "humbling" => "humbl",
12850 "humbly" => "humbl",
12851 "humboldt" => "humboldt",
12852 "humbug" => "humbug",
12853 "humbugging" => "humbug",
12854 "humdrum" => "humdrum",
12855 "humid" => "humid",
12856 "humidity" => "humid",
12857 "humiliate" => "humili",
12858 "humiliated" => "humili",
12859 "humiliating" => "humili",
12860 "humiliation" => "humili",
12861 "humility" => "humil",
12862 "hummed" => "hum",
12863 "humming" => "hum",
12864 "hummingbirds" => "hummingbird",
12865 "hummocks" => "hummock",
12866 "humorous" => "humor",
12867 "humorously" => "humor",
12868 "humour" => "humour",
12869 "humoured" => "humour",
12870 "humouredly" => "humour",
12871 "humouring" => "humour",
12872 "humours" => "humour",
12873 "hump" => "hump",
12874 "humph" => "humph",
12875 "hums" => "hum",
12876 "hunchback" => "hunchback",
12877 "hundred" => "hundr",
12878 "hundreds" => "hundr",
12879 "hundredth" => "hundredth",
12880 "hundredweight" => "hundredweight",
12881 "hung" => "hung",
12882 "hunger" => "hunger",
12883 "hungering" => "hunger",
12884 "hungry" => "hungri",
12885 "hunks" => "hunk",
12886 "hunky" => "hunki",
12887 "hunt" => "hunt",
12888 "hunted" => "hunt",
12889 "hunter" => "hunter",
12890 "hunters" => "hunter",
12891 "hunting" => "hunt",
12892 "hunts" => "hunt",
12893 "huntsman" => "huntsman",
12894 "huntsmen" => "huntsmen",
12895 "hurled" => "hurl",
12896 "hurly" => "hur",
12897 "hurrah" => "hurrah",
12898 "hurrahed" => "hurrah",
12899 "hurrahs" => "hurrah",
12900 "hurricane" => "hurrican",
12901 "hurried" => "hurri",
12902 "hurriedly" => "hurri",
12903 "hurries" => "hurri",
12904 "hurry" => "hurri",
12905 "hurrying" => "hurri",
12906 "hurt" => "hurt",
12907 "hurtado" => "hurtado",
12908 "hurting" => "hurt",
12909 "hurts" => "hurt",
12910 "husband" => "husband",
12911 "husbanded" => "husband",
12912 "husbandman" => "husbandman",
12913 "husbands" => "husband",
12914 "hush" => "hush",
12915 "hushed" => "hush",
12916 "hushing" => "hush",
12917 "husk" => "husk",
12918 "huskily" => "huskili",
12919 "huskiness" => "huski",
12920 "husky" => "huski",
12921 "hussar" => "hussar",
12922 "hussy" => "hussi",
12923 "hustings" => "hust",
12924 "hustle" => "hustl",
12925 "hustled" => "hustl",
12926 "hustling" => "hustl",
12927 "hut" => "hut",
12928 "hutch" => "hutch",
12929 "huts" => "hut",
12930 "hutton" => "hutton",
12931 "hy" => "hy",
12932 "hyacinth" => "hyacinth",
12933 "hyacinths" => "hyacinth",
12934 "hyaena" => "hyaena",
12935 "hybernate" => "hybern",
12936 "hybernating" => "hybern",
12937 "hybernation" => "hybern",
12938 "hybrid" => "hybrid",
12939 "hybrida" => "hybrida",
12940 "hyde" => "hyde",
12941 "hydra" => "hydra",
12942 "hydraulic" => "hydraul",
12943 "hydrobius" => "hydrobius",
12944 "hydrochaerus" => "hydrochaerus",
12945 "hydrogen" => "hydrogen",
12946 "hydrographer" => "hydrograph",
12947 "hydrophilidae" => "hydrophilida",
12948 "hydrophilus" => "hydrophilus",
12949 "hydrophobia" => "hydrophobia",
12950 "hydroporus" => "hydroporus",
12951 "hygrometer" => "hygromet",
12952 "hyla" => "hyla",
12953 "hymenophallus" => "hymenophallus",
12954 "hymenoptera" => "hymenoptera",
12955 "hymenopterous" => "hymenopter",
12956 "hymn" => "hymn",
12957 "hymns" => "hymn",
12958 "hyperbolical" => "hyperbol",
12959 "hyperion" => "hyperion",
12960 "hypochondria" => "hypochondria",
12961 "hypochondriac" => "hypochondriac",
12962 "hypochondriacal" => "hypochondriac",
12963 "hypocrisy" => "hypocrisi",
12964 "hypocrite" => "hypocrit",
12965 "hypocritical" => "hypocrit",
12966 "hypocritically" => "hypocrit",
12967 "hypotheses" => "hypothes",
12968 "hypothesis" => "hypothesi",
12969 "hypothetical" => "hypothet",
12970 "hyseters" => "hyset",
12971 "hysteric" => "hyster",
12972 "hysterical" => "hyster",
12973 "hysterically" => "hyster",
12974 "hysterics" => "hyster",
12975 "i" => "i",
12976 "iagoensis" => "iagoensi",
12977 "ibis" => "ibi",
12978 "ica" => "ica",
12979 "ice" => "ice",
12980 "iceberg" => "iceberg",
12981 "icebergs" => "iceberg",
12982 "iced" => "ice",
12983 "iceland" => "iceland",
12984 "ices" => "ice",
12985 "ich" => "ich",
12986 "icterus" => "icterus",
12987 "icy" => "ici",
12988 "ide" => "ide",
12989 "idea" => "idea",
12990 "ideal" => "ideal",
12991 "idealism" => "ideal",
12992 "idealist" => "idealist",
12993 "ideality" => "ideal",
12994 "ideals" => "ideal",
12995 "ideas" => "idea",
12996 "identical" => "ident",
12997 "identically" => "ident",
12998 "identification" => "identif",
12999 "identified" => "identifi",
13000 "identifles" => "identifl",
13001 "identifying" => "identifi",
13002 "identity" => "ident",
13003 "idiocy" => "idioci",
13004 "idiosyncrasies" => "idiosyncrasi",
13005 "idiosyncrasy" => "idiosyncrasi",
13006 "idiot" => "idiot",
13007 "idiotcy" => "idiotci",
13008 "idiotic" => "idiot",
13009 "idiotically" => "idiot",
13010 "idiots" => "idiot",
13011 "idle" => "idl",
13012 "idleness" => "idl",
13013 "idlers" => "idler",
13014 "idlest" => "idlest",
13015 "idling" => "idl",
13016 "idly" => "idl",
13017 "idol" => "idol",
13018 "idolatrous" => "idolatr",
13019 "idolatry" => "idolatri",
13020 "idolized" => "idol",
13021 "ie" => "ie",
13022 "ied" => "ie",
13023 "if" => "if",
13024 "ies" => "ie",
13025 "ight" => "ight",
13026 "ighway" => "ighway",
13027 "igneous" => "igneous",
13028 "ignited" => "ignit",
13029 "igniting" => "ignit",
13030 "ignoble" => "ignobl",
13031 "ignominious" => "ignomini",
13032 "ignominy" => "ignomini",
13033 "ignoramuses" => "ignoramus",
13034 "ignorance" => "ignor",
13035 "ignorant" => "ignor",
13036 "ignorantly" => "ignor",
13037 "ignore" => "ignor",
13038 "ignored" => "ignor",
13039 "ignoring" => "ignor",
13040 "iguana" => "iguana",
13041 "ii" => "ii",
13042 "iii" => "iii",
13043 "ikon" => "ikon",
13044 "ikons" => "ikon",
13045 "il" => "il",
13046 "iles" => "ile",
13047 "ill" => "ill",
13048 "illapel" => "illapel",
13049 "illegible" => "illeg",
13050 "illegitimate" => "illegitim",
13051 "illiberal" => "illiber",
13052 "illig" => "illig",
13053 "illimitable" => "illimit",
13054 "illiterate" => "illiter",
13055 "illness" => "ill",
13056 "illnesses" => "ill",
13057 "illuminate" => "illumin",
13058 "illuminated" => "illumin",
13059 "illuminating" => "illumin",
13060 "illumined" => "illumin",
13061 "illusion" => "illus",
13062 "illusions" => "illus",
13063 "illustrated" => "illustr",
13064 "illustrates" => "illustr",
13065 "illustrating" => "illustr",
13066 "illustration" => "illustr",
13067 "illustrations" => "illustr",
13068 "illustrative" => "illustr",
13069 "illustrious" => "illustri",
13070 "ils" => "il",
13071 "ilya" => "ilya",
13072 "image" => "imag",
13073 "images" => "imag",
13074 "imaginable" => "imagin",
13075 "imaginary" => "imaginari",
13076 "imagination" => "imagin",
13077 "imaginative" => "imagin",
13078 "imagine" => "imagin",
13079 "imagined" => "imagin",
13080 "imagines" => "imagin",
13081 "imagining" => "imagin",
13082 "imaginings" => "imagin",
13083 "imbecile" => "imbecil",
13084 "imbecility" => "imbecil",
13085 "imbedded" => "imbed",
13086 "imbibed" => "imbib",
13087 "imbue" => "imbu",
13088 "imbued" => "imbu",
13089 "imeantersay" => "imeantersay",
13090 "imitate" => "imit",
13091 "imitated" => "imit",
13092 "imitating" => "imit",
13093 "imitation" => "imit",
13094 "imitations" => "imit",
13095 "imitative" => "imit",
13096 "imitator" => "imit",
13097 "immaculate" => "immacul",
13098 "immaterial" => "immateri",
13099 "immature" => "immatur",
13100 "immeasurable" => "immeasur",
13101 "immeasurably" => "immeasur",
13102 "immediate" => "immedi",
13103 "immediately" => "immedi",
13104 "immemorial" => "immemori",
13105 "immense" => "immens",
13106 "immensely" => "immens",
13107 "immensity" => "immens",
13108 "immensus" => "immensus",
13109 "immersed" => "immers",
13110 "immersion" => "immers",
13111 "immigrants" => "immigr",
13112 "imminent" => "immin",
13113 "immoderate" => "immoder",
13114 "immolate" => "immol",
13115 "immolation" => "immol",
13116 "immoral" => "immor",
13117 "immorality" => "immor",
13118 "immortal" => "immort",
13119 "immortality" => "immort",
13120 "immovability" => "immov",
13121 "immovable" => "immov",
13122 "immovably" => "immov",
13123 "immoveable" => "immov",
13124 "immured" => "immur",
13125 "immutability" => "immut",
13126 "immutable" => "immut",
13127 "imp" => "imp",
13128 "impair" => "impair",
13129 "impaired" => "impair",
13130 "impairing" => "impair",
13131 "impaling" => "impal",
13132 "impalpable" => "impalp",
13133 "impalpably" => "impalp",
13134 "impanelled" => "impanel",
13135 "impart" => "impart",
13136 "imparted" => "impart",
13137 "impartial" => "imparti",
13138 "impartiality" => "imparti",
13139 "impartially" => "imparti",
13140 "imparting" => "impart",
13141 "imparts" => "impart",
13142 "impassable" => "impass",
13143 "impassibility" => "impass",
13144 "impassible" => "impass",
13145 "impassioned" => "impass",
13146 "impassive" => "impass",
13147 "impassiveness" => "impass",
13148 "impatience" => "impati",
13149 "impatient" => "impati",
13150 "impatiently" => "impati",
13151 "impeach" => "impeach",
13152 "impeachment" => "impeach",
13153 "impecuniosity" => "impecunios",
13154 "impecunious" => "impecuni",
13155 "impede" => "imped",
13156 "impeded" => "imped",
13157 "impediment" => "impedi",
13158 "impediments" => "impedi",
13159 "impel" => "impel",
13160 "impelled" => "impel",
13161 "impels" => "impel",
13162 "impend" => "impend",
13163 "impending" => "impend",
13164 "impenetrabilities" => "impenetr",
13165 "impenetrable" => "impenetr",
13166 "imperative" => "imper",
13167 "imperatively" => "imper",
13168 "imperceptibly" => "impercept",
13169 "imperfect" => "imperfect",
13170 "imperfection" => "imperfect",
13171 "imperfectly" => "imperfect",
13172 "imperial" => "imperi",
13173 "imperilled" => "imperil",
13174 "imperils" => "imperil",
13175 "imperious" => "imperi",
13176 "imperiously" => "imperi",
13177 "impersonal" => "imperson",
13178 "impertinence" => "impertin",
13179 "impertinent" => "impertin",
13180 "impertinently" => "impertin",
13181 "imperturbability" => "imperturb",
13182 "imperturbable" => "imperturb",
13183 "imperturbably" => "imperturb",
13184 "impervious" => "impervi",
13185 "impetuosity" => "impetuos",
13186 "impetuous" => "impetu",
13187 "impetuously" => "impetu",
13188 "impiety" => "impieti",
13189 "impious" => "impious",
13190 "implacable" => "implac",
13191 "implacably" => "implac",
13192 "implanted" => "implant",
13193 "implement" => "implement",
13194 "implements" => "implement",
13195 "implicate" => "implic",
13196 "implicated" => "implic",
13197 "implication" => "implic",
13198 "implicit" => "implicit",
13199 "implicitly" => "implicit",
13200 "implied" => "impli",
13201 "implies" => "impli",
13202 "implore" => "implor",
13203 "implored" => "implor",
13204 "imploring" => "implor",
13205 "imploringly" => "implor",
13206 "imply" => "impli",
13207 "implying" => "impli",
13208 "impolitic" => "impolit",
13209 "import" => "import",
13210 "importance" => "import",
13211 "important" => "import",
13212 "importation" => "import",
13213 "imported" => "import",
13214 "importer" => "import",
13215 "importing" => "import",
13216 "importunate" => "importun",
13217 "importunity" => "importun",
13218 "impose" => "impos",
13219 "imposed" => "impos",
13220 "imposing" => "impos",
13221 "imposition" => "imposit",
13222 "impossibilities" => "imposs",
13223 "impossibility" => "imposs",
13224 "impossible" => "imposs",
13225 "imposter" => "impost",
13226 "impostors" => "impostor",
13227 "imposture" => "impostur",
13228 "impostures" => "impostur",
13229 "impotence" => "impot",
13230 "impotent" => "impot",
13231 "impoverished" => "impoverish",
13232 "impracticability" => "impractic",
13233 "impracticable" => "impractic",
13234 "impracticality" => "impract",
13235 "imprecation" => "imprec",
13236 "imprecations" => "imprec",
13237 "impregnability" => "impregn",
13238 "impregnable" => "impregn",
13239 "impregnated" => "impregn",
13240 "impress" => "impress",
13241 "impressed" => "impress",
13242 "impresses" => "impress",
13243 "impressible" => "impress",
13244 "impressing" => "impress",
13245 "impression" => "impress",
13246 "impressionable" => "impression",
13247 "impressions" => "impress",
13248 "impressive" => "impress",
13249 "impressively" => "impress",
13250 "imprinted" => "imprint",
13251 "imprinting" => "imprint",
13252 "imprisoned" => "imprison",
13253 "imprisonment" => "imprison",
13254 "improbability" => "improb",
13255 "improbable" => "improb",
13256 "improbably" => "improb",
13257 "impromptu" => "impromptu",
13258 "improper" => "improp",
13259 "improperly" => "improp",
13260 "impropriety" => "improprieti",
13261 "improve" => "improv",
13262 "improved" => "improv",
13263 "improvement" => "improv",
13264 "improvements" => "improv",
13265 "improves" => "improv",
13266 "improvident" => "improvid",
13267 "improving" => "improv",
13268 "improvisatrice" => "improvisatric",
13269 "imprudence" => "imprud",
13270 "imprudent" => "imprud",
13271 "imprudently" => "imprud",
13272 "imps" => "imp",
13273 "impudence" => "impud",
13274 "impudent" => "impud",
13275 "impudently" => "impud",
13276 "impugned" => "impugn",
13277 "impulse" => "impuls",
13278 "impulses" => "impuls",
13279 "impulsive" => "impuls",
13280 "impulsively" => "impuls",
13281 "impulsiveness" => "impuls",
13282 "impunity" => "impun",
13283 "impure" => "impur",
13284 "impurity" => "impur",
13285 "imputation" => "imput",
13286 "impute" => "imput",
13287 "imputed" => "imput",
13288 "imputing" => "imput",
13289 "imself" => "imself",
13290 "in" => "in",
13291 "inability" => "inabl",
13292 "inaccessible" => "inaccess",
13293 "inaccurate" => "inaccur",
13294 "inaccurately" => "inaccur",
13295 "inaction" => "inact",
13296 "inactive" => "inact",
13297 "inactivity" => "inact",
13298 "inadequate" => "inadequ",
13299 "inadmissible" => "inadmiss",
13300 "inadvertently" => "inadvert",
13301 "inanimate" => "inanim",
13302 "inanities" => "inan",
13303 "inanity" => "inan",
13304 "inappeasable" => "inappeas",
13305 "inapplicable" => "inapplic",
13306 "inappreciable" => "inappreci",
13307 "inappropriate" => "inappropri",
13308 "inappropriately" => "inappropri",
13309 "inaptitude" => "inaptitud",
13310 "inaptly" => "inapt",
13311 "inarticulate" => "inarticul",
13312 "inarticulately" => "inarticul",
13313 "inartistic" => "inartist",
13314 "inasmuch" => "inasmuch",
13315 "inattention" => "inattent",
13316 "inattentive" => "inattent",
13317 "inaudible" => "inaud",
13318 "inaudibly" => "inaud",
13319 "inaugurate" => "inaugur",
13320 "inaugurated" => "inaugur",
13321 "inaugurates" => "inaugur",
13322 "inauspicious" => "inauspici",
13323 "inborn" => "inborn",
13324 "inbred" => "inbr",
13325 "incalculable" => "incalcul",
13326 "incalculably" => "incalcul",
13327 "incapable" => "incap",
13328 "incapacitated" => "incapacit",
13329 "incapacity" => "incapac",
13330 "incarnation" => "incarn",
13331 "incas" => "inca",
13332 "incased" => "incas",
13333 "incautious" => "incauti",
13334 "incautiously" => "incauti",
13335 "incense" => "incens",
13336 "incensed" => "incens",
13337 "incentive" => "incent",
13338 "incessant" => "incess",
13339 "incessantly" => "incess",
13340 "inch" => "inch",
13341 "inches" => "inch",
13342 "incident" => "incid",
13343 "incidental" => "incident",
13344 "incidentally" => "incident",
13345 "incidents" => "incid",
13346 "incipient" => "incipi",
13347 "incisions" => "incis",
13348 "incisive" => "incis",
13349 "incited" => "incit",
13350 "incitement" => "incit",
13351 "incivility" => "incivil",
13352 "inclemency" => "inclem",
13353 "inclement" => "inclement",
13354 "inclination" => "inclin",
13355 "inclinations" => "inclin",
13356 "incline" => "inclin",
13357 "inclined" => "inclin",
13358 "inclines" => "inclin",
13359 "inclining" => "inclin",
13360 "inclosure" => "inclosur",
13361 "include" => "includ",
13362 "included" => "includ",
13363 "includes" => "includ",
13364 "including" => "includ",
13365 "inclusive" => "inclus",
13366 "incog" => "incog",
13367 "incognita" => "incognita",
13368 "incognito" => "incognito",
13369 "incoherence" => "incoher",
13370 "incoherent" => "incoher",
13371 "incoherently" => "incoher",
13372 "income" => "incom",
13373 "incoming" => "incom",
13374 "incommoded" => "incommod",
13375 "incomparably" => "incompar",
13376 "incompatibility" => "incompat",
13377 "incompatible" => "incompat",
13378 "incomplete" => "incomplet",
13379 "incomprehensible" => "incomprehens",
13380 "inconceivable" => "inconceiv",
13381 "incongruity" => "incongru",
13382 "incongruous" => "incongru",
13383 "inconsiderable" => "inconsider",
13384 "inconsiderate" => "inconsider",
13385 "inconsiderately" => "inconsider",
13386 "inconsiderateness" => "inconsider",
13387 "inconsistencies" => "inconsist",
13388 "inconsistency" => "inconsist",
13389 "inconsistent" => "inconsist",
13390 "inconsistently" => "inconsist",
13391 "inconsolable" => "inconsol",
13392 "inconstancy" => "inconst",
13393 "inconstant" => "inconst",
13394 "incontestable" => "incontest",
13395 "incontestably" => "incontest",
13396 "inconvenience" => "inconveni",
13397 "inconvenienced" => "inconvenienc",
13398 "inconveniences" => "inconveni",
13399 "inconveniency" => "inconveni",
13400 "inconvenient" => "inconveni",
13401 "inconveniently" => "inconveni",
13402 "incorrect" => "incorrect",
13403 "incorrectly" => "incorrect",
13404 "incorrigible" => "incorrig",
13405 "incorruptible" => "incorrupt",
13406 "increase" => "increas",
13407 "increased" => "increas",
13408 "increases" => "increas",
13409 "increasing" => "increas",
13410 "increasingly" => "increas",
13411 "incredible" => "incred",
13412 "incredibly" => "incred",
13413 "incredulity" => "incredul",
13414 "incredulous" => "incredul",
13415 "incredulously" => "incredul",
13416 "incrustation" => "incrust",
13417 "incrustations" => "incrust",
13418 "incrusted" => "incrust",
13419 "incubation" => "incub",
13420 "incubus" => "incubus",
13421 "inculcate" => "inculc",
13422 "inculcates" => "inculc",
13423 "inculcating" => "inculc",
13424 "incumbent" => "incumb",
13425 "incumbrance" => "incumbr",
13426 "incumbrances" => "incumbr",
13427 "incur" => "incur",
13428 "incurious" => "incuri",
13429 "incurred" => "incur",
13430 "incursion" => "incurs",
13431 "indebted" => "indebt",
13432 "indecency" => "indec",
13433 "indecent" => "indec",
13434 "indecently" => "indec",
13435 "indecision" => "indecis",
13436 "indecorous" => "indecor",
13437 "indecorously" => "indecor",
13438 "indeed" => "inde",
13439 "indefatigable" => "indefatig",
13440 "indefatigably" => "indefatig",
13441 "indefinable" => "indefin",
13442 "indefinably" => "indefin",
13443 "indefinite" => "indefinit",
13444 "indefinitely" => "indefinit",
13445 "indelible" => "indel",
13446 "indelibly" => "indel",
13447 "indelicate" => "indel",
13448 "indented" => "indent",
13449 "indenting" => "indent",
13450 "indenture" => "indentur",
13451 "independence" => "independ",
13452 "independent" => "independ",
13453 "independently" => "independ",
13454 "independeuce" => "independeuc",
13455 "inder" => "inder",
13456 "indescribable" => "indescrib",
13457 "indescribably" => "indescrib",
13458 "indestructible" => "indestruct",
13459 "india" => "india",
13460 "indiaman" => "indiaman",
13461 "indian" => "indian",
13462 "indians" => "indian",
13463 "indica" => "indica",
13464 "indicate" => "indic",
13465 "indicated" => "indic",
13466 "indicates" => "indic",
13467 "indicating" => "indic",
13468 "indication" => "indic",
13469 "indications" => "indic",
13470 "indicative" => "indic",
13471 "indies" => "indi",
13472 "indifference" => "indiffer",
13473 "indifferent" => "indiffer",
13474 "indifferently" => "indiffer",
13475 "indigenous" => "indigen",
13476 "indigent" => "indig",
13477 "indigestion" => "indigest",
13478 "indignant" => "indign",
13479 "indignantly" => "indign",
13480 "indignation" => "indign",
13481 "indignities" => "indign",
13482 "indignity" => "indign",
13483 "indigo" => "indigo",
13484 "indios" => "indio",
13485 "indirect" => "indirect",
13486 "indirectly" => "indirect",
13487 "indiscreet" => "indiscreet",
13488 "indiscreetness" => "indiscreet",
13489 "indiscretion" => "indiscret",
13490 "indiscretions" => "indiscret",
13491 "indiscriminate" => "indiscrimin",
13492 "indiscriminately" => "indiscrimin",
13493 "indiscriminating" => "indiscrimin",
13494 "indispensable" => "indispens",
13495 "indispensably" => "indispens",
13496 "indisposed" => "indispos",
13497 "indisposition" => "indisposit",
13498 "indisputably" => "indisput",
13499 "indistinct" => "indistinct",
13500 "indistinctly" => "indistinct",
13501 "indistinctness" => "indistinct",
13502 "indistinguishable" => "indistinguish",
13503 "indited" => "indit",
13504 "individua" => "individua",
13505 "individual" => "individu",
13506 "individualism" => "individu",
13507 "individuality" => "individu",
13508 "individually" => "individu",
13509 "individuals" => "individu",
13510 "indo" => "indo",
13511 "indolence" => "indol",
13512 "indolent" => "indol",
13513 "indolently" => "indol",
13514 "indomitable" => "indomit",
13515 "indoor" => "indoor",
13516 "indoors" => "indoor",
13517 "indubitable" => "indubit",
13518 "indubitably" => "indubit",
13519 "induce" => "induc",
13520 "induced" => "induc",
13521 "inducement" => "induc",
13522 "inducements" => "induc",
13523 "induces" => "induc",
13524 "inducing" => "induc",
13525 "inducted" => "induct",
13526 "inducts" => "induct",
13527 "indulge" => "indulg",
13528 "indulged" => "indulg",
13529 "indulgence" => "indulg",
13530 "indulgences" => "indulg",
13531 "indulgent" => "indulg",
13532 "indulging" => "indulg",
13533 "indurated" => "indur",
13534 "industrie" => "industri",
13535 "industrious" => "industri",
13536 "industriously" => "industri",
13537 "industry" => "industri",
13538 "inebriated" => "inebri",
13539 "inebriety" => "inebrieti",
13540 "ineffable" => "ineff",
13541 "ineffective" => "ineffect",
13542 "ineffectiveness" => "ineffect",
13543 "ineffectual" => "ineffectu",
13544 "ineffectually" => "ineffectu",
13545 "inefficacious" => "inefficaci",
13546 "inefficacy" => "inefficaci",
13547 "inefficiency" => "ineffici",
13548 "inefficient" => "ineffici",
13549 "inelegance" => "ineleg",
13550 "ineptitude" => "ineptitud",
13551 "inequalities" => "inequ",
13552 "inequality" => "inequ",
13553 "ineradicable" => "ineradic",
13554 "inermis" => "inermi",
13555 "inert" => "inert",
13556 "inertia" => "inertia",
13557 "inertness" => "inert",
13558 "inestimable" => "inestim",
13559 "inestimably" => "inestim",
13560 "inevitable" => "inevit",
13561 "inevitably" => "inevit",
13562 "inexcusable" => "inexcus",
13563 "inexhaustible" => "inexhaust",
13564 "inexorable" => "inexor",
13565 "inexpedient" => "inexpedi",
13566 "inexperience" => "inexperi",
13567 "inexperienced" => "inexperienc",
13568 "inexpiable" => "inexpi",
13569 "inexplicable" => "inexplic",
13570 "inexpressible" => "inexpress",
13571 "inexpressibles" => "inexpress",
13572 "inexpressibly" => "inexpress",
13573 "inexpressive" => "inexpress",
13574 "inexpressively" => "inexpress",
13575 "inextinguishable" => "inextinguish",
13576 "infallibility" => "infal",
13577 "infallible" => "infal",
13578 "infallibly" => "infal",
13579 "infame" => "infam",
13580 "infamies" => "infami",
13581 "infamous" => "infam",
13582 "infamy" => "infami",
13583 "infancy" => "infanc",
13584 "infant" => "infant",
13585 "infanticide" => "infanticid",
13586 "infantine" => "infantin",
13587 "infantry" => "infantri",
13588 "infants" => "infant",
13589 "infatuated" => "infatu",
13590 "infatuation" => "infatu",
13591 "infect" => "infect",
13592 "infected" => "infect",
13593 "infection" => "infect",
13594 "infectious" => "infecti",
13595 "infer" => "infer",
13596 "inference" => "infer",
13597 "inferior" => "inferior",
13598 "inferiorities" => "inferior",
13599 "inferiority" => "inferior",
13600 "inferiors" => "inferior",
13601 "infernal" => "infern",
13602 "inferred" => "infer",
13603 "inferring" => "infer",
13604 "infested" => "infest",
13605 "infidel" => "infidel",
13606 "infidelities" => "infidel",
13607 "infidelity" => "infidel",
13608 "infidels" => "infidel",
13609 "infinite" => "infinit",
13610 "infinitely" => "infinit",
13611 "infinitesimal" => "infinitesim",
13612 "infinitum" => "infinitum",
13613 "infinity" => "infin",
13614 "infirm" => "infirm",
13615 "infirmities" => "infirm",
13616 "infirmity" => "infirm",
13617 "inflamed" => "inflam",
13618 "inflammable" => "inflamm",
13619 "inflammation" => "inflamm",
13620 "inflated" => "inflat",
13621 "inflates" => "inflat",
13622 "inflation" => "inflat",
13623 "inflexam" => "inflexam",
13624 "inflexibility" => "inflex",
13625 "inflexible" => "inflex",
13626 "inflict" => "inflict",
13627 "inflicted" => "inflict",
13628 "inflicting" => "inflict",
13629 "infliction" => "inflict",
13630 "inflicts" => "inflict",
13631 "influence" => "influenc",
13632 "influenced" => "influenc",
13633 "influences" => "influenc",
13634 "influencing" => "influenc",
13635 "influential" => "influenti",
13636 "influx" => "influx",
13637 "inform" => "inform",
13638 "informant" => "inform",
13639 "information" => "inform",
13640 "informed" => "inform",
13641 "informer" => "inform",
13642 "informing" => "inform",
13643 "informs" => "inform",
13644 "infra" => "infra",
13645 "infrequency" => "infrequ",
13646 "infrequent" => "infrequ",
13647 "infrequently" => "infrequ",
13648 "infuriated" => "infuri",
13649 "infuse" => "infus",
13650 "infused" => "infus",
13651 "infusing" => "infus",
13652 "infusoria" => "infusoria",
13653 "infusorial" => "infusori",
13654 "ing" => "ing",
13655 "ingenio" => "ingenio",
13656 "ingenious" => "ingeni",
13657 "ingeniously" => "ingeni",
13658 "ingenuity" => "ingenu",
13659 "ingenuous" => "ingenu",
13660 "ingenuously" => "ingenu",
13661 "ingleses" => "ingles",
13662 "ingrained" => "ingrain",
13663 "ingratiate" => "ingrati",
13664 "ingratiated" => "ingrati",
13665 "ingratiating" => "ingrati",
13666 "ingratitude" => "ingratitud",
13667 "ingredient" => "ingredi",
13668 "ingredients" => "ingredi",
13669 "inhabit" => "inhabit",
13670 "inhabitant" => "inhabit",
13671 "inhabitants" => "inhabit",
13672 "inhabited" => "inhabit",
13673 "inhabiting" => "inhabit",
13674 "inhabits" => "inhabit",
13675 "inhaled" => "inhal",
13676 "inhaling" => "inhal",
13677 "inharmonious" => "inharmoni",
13678 "inherent" => "inher",
13679 "inherit" => "inherit",
13680 "inheritance" => "inherit",
13681 "inherited" => "inherit",
13682 "inheriting" => "inherit",
13683 "inhospitable" => "inhospit",
13684 "inhospitality" => "inhospit",
13685 "inhuman" => "inhuman",
13686 "inhumanity" => "inhuman",
13687 "inhumanly" => "inhuman",
13688 "inimical" => "inim",
13689 "iniquities" => "iniqu",
13690 "iniquity" => "iniqu",
13691 "init" => "init",
13692 "initial" => "initi",
13693 "initiated" => "initi",
13694 "initiation" => "initi",
13695 "initiative" => "initi",
13696 "initiatory" => "initiatori",
13697 "injected" => "inject",
13698 "injection" => "inject",
13699 "injections" => "inject",
13700 "injudicious" => "injudici",
13701 "injudiciously" => "injudici",
13702 "injunction" => "injunct",
13703 "injunctions" => "injunct",
13704 "injure" => "injur",
13705 "injured" => "injur",
13706 "injures" => "injur",
13707 "injuries" => "injuri",
13708 "injuring" => "injur",
13709 "injurious" => "injuri",
13710 "injury" => "injuri",
13711 "injustice" => "injustic",
13712 "ink" => "ink",
13713 "inked" => "ink",
13714 "inkling" => "inkl",
13715 "inkpot" => "inkpot",
13716 "inkstand" => "inkstand",
13717 "inkstands" => "inkstand",
13718 "inkwhich" => "inkwhich",
13719 "inkwhiched" => "inkwhich",
13720 "inky" => "inki",
13721 "inlaid" => "inlaid",
13722 "inland" => "inland",
13723 "inlet" => "inlet",
13724 "inlets" => "inlet",
13725 "inmate" => "inmat",
13726 "inmates" => "inmat",
13727 "inmost" => "inmost",
13728 "inn" => "inn",
13729 "innate" => "innat",
13730 "inner" => "inner",
13731 "innings" => "inning",
13732 "innkeeper" => "innkeep",
13733 "innkeepers" => "innkeep",
13734 "innocence" => "innoc",
13735 "innocent" => "innoc",
13736 "innocently" => "innoc",
13737 "innocents" => "innoc",
13738 "innocuous" => "innocu",
13739 "innombrable" => "innombr",
13740 "inns" => "inn",
13741 "innuendo" => "innuendo",
13742 "innuendoes" => "innuendo",
13743 "innumerable" => "innumer",
13744 "inoffensive" => "inoffens",
13745 "inopportune" => "inopportun",
13746 "inopportunely" => "inopportun",
13747 "inorganic" => "inorgan",
13748 "inquest" => "inquest",
13749 "inquests" => "inquest",
13750 "inquire" => "inquir",
13751 "inquired" => "inquir",
13752 "inquirer" => "inquir",
13753 "inquirers" => "inquir",
13754 "inquires" => "inquir",
13755 "inquiries" => "inquiri",
13756 "inquiring" => "inquir",
13757 "inquiringly" => "inquir",
13758 "inquiry" => "inquiri",
13759 "inquisition" => "inquisit",
13760 "inquisitive" => "inquisit",
13761 "inquisitively" => "inquisit",
13762 "inquisitiveness" => "inquisit",
13763 "inroad" => "inroad",
13764 "inroads" => "inroad",
13765 "ins" => "in",
13766 "insane" => "insan",
13767 "insanity" => "insan",
13768 "insatiable" => "insati",
13769 "insatiate" => "insati",
13770 "inscribed" => "inscrib",
13771 "inscription" => "inscript",
13772 "inscriptions" => "inscript",
13773 "inscrutable" => "inscrut",
13774 "insect" => "insect",
13775 "insects" => "insect",
13776 "insecure" => "insecur",
13777 "insecurity" => "insecur",
13778 "insense" => "insens",
13779 "insensibility" => "insens",
13780 "insensible" => "insens",
13781 "insensibly" => "insens",
13782 "inseparable" => "insepar",
13783 "inserted" => "insert",
13784 "inserting" => "insert",
13785 "insertion" => "insert",
13786 "inserts" => "insert",
13787 "inside" => "insid",
13788 "insides" => "insid",
13789 "insight" => "insight",
13790 "insignificance" => "insignific",
13791 "insignificant" => "insignific",
13792 "insinuate" => "insinu",
13793 "insinuated" => "insinu",
13794 "insinuating" => "insinu",
13795 "insinuation" => "insinu",
13796 "insinuations" => "insinu",
13797 "insipid" => "insipid",
13798 "insipidity" => "insipid",
13799 "insist" => "insist",
13800 "insisted" => "insist",
13801 "insistence" => "insist",
13802 "insistent" => "insist",
13803 "insistently" => "insist",
13804 "insistes" => "insist",
13805 "insisting" => "insist",
13806 "insists" => "insist",
13807 "insolence" => "insol",
13808 "insolent" => "insol",
13809 "insolently" => "insol",
13810 "insolvent" => "insolv",
13811 "insomuch" => "insomuch",
13812 "inspect" => "inspect",
13813 "inspected" => "inspect",
13814 "inspecting" => "inspect",
13815 "inspection" => "inspect",
13816 "inspector" => "inspector",
13817 "inspects" => "inspect",
13818 "inspiration" => "inspir",
13819 "inspire" => "inspir",
13820 "inspired" => "inspir",
13821 "inspires" => "inspir",
13822 "inspiring" => "inspir",
13823 "inspirit" => "inspirit",
13824 "inspiriting" => "inspirit",
13825 "instability" => "instabl",
13826 "installed" => "instal",
13827 "instalment" => "instal",
13828 "instance" => "instanc",
13829 "instanced" => "instanc",
13830 "instances" => "instanc",
13831 "instant" => "instant",
13832 "instantaneous" => "instantan",
13833 "instantaneously" => "instantan",
13834 "instantly" => "instant",
13835 "instea" => "instea",
13836 "instead" => "instead",
13837 "instigated" => "instig",
13838 "instigation" => "instig",
13839 "instigator" => "instig",
13840 "instil" => "instil",
13841 "instinct" => "instinct",
13842 "instinctive" => "instinct",
13843 "instinctively" => "instinct",
13844 "instincts" => "instinct",
13845 "institut" => "institut",
13846 "institute" => "institut",
13847 "instituted" => "institut",
13848 "institution" => "institut",
13849 "institutions" => "institut",
13850 "instruct" => "instruct",
13851 "instructed" => "instruct",
13852 "instructing" => "instruct",
13853 "instruction" => "instruct",
13854 "instructions" => "instruct",
13855 "instructive" => "instruct",
13856 "instructor" => "instructor",
13857 "instructs" => "instruct",
13858 "instrument" => "instrument",
13859 "instrumental" => "instrument",
13860 "instrumentality" => "instrument",
13861 "instruments" => "instrument",
13862 "insubordinate" => "insubordin",
13863 "insubordination" => "insubordin",
13864 "insufferable" => "insuffer",
13865 "insufferably" => "insuffer",
13866 "insufficient" => "insuffici",
13867 "insufficiently" => "insuffici",
13868 "insular" => "insular",
13869 "insulated" => "insul",
13870 "insult" => "insult",
13871 "insulted" => "insult",
13872 "insulting" => "insult",
13873 "insults" => "insult",
13874 "insuperable" => "insuper",
13875 "insupportable" => "insupport",
13876 "insure" => "insur",
13877 "insured" => "insur",
13878 "insuring" => "insur",
13879 "insurmountable" => "insurmount",
13880 "intact" => "intact",
13881 "integral" => "integr",
13882 "integrity" => "integr",
13883 "intellect" => "intellect",
13884 "intellects" => "intellect",
13885 "intellectual" => "intellectu",
13886 "intellectuality" => "intellectu",
13887 "intellectually" => "intellectu",
13888 "intelligence" => "intellig",
13889 "intelligent" => "intellig",
13890 "intelligently" => "intellig",
13891 "intelligible" => "intellig",
13892 "intelligibly" => "intellig",
13893 "intemperance" => "intemper",
13894 "intemperate" => "intemper",
13895 "intend" => "intend",
13896 "intended" => "intend",
13897 "intendeds" => "intend",
13898 "intending" => "intend",
13899 "intends" => "intend",
13900 "intense" => "intens",
13901 "intensely" => "intens",
13902 "intensest" => "intensest",
13903 "intensifies" => "intensifi",
13904 "intensifying" => "intensifi",
13905 "intensity" => "intens",
13906 "intent" => "intent",
13907 "intention" => "intent",
13908 "intentional" => "intent",
13909 "intentionally" => "intent",
13910 "intentioned" => "intent",
13911 "intentions" => "intent",
13912 "intently" => "intent",
13913 "intents" => "intent",
13914 "inter" => "inter",
13915 "intercalated" => "intercal",
13916 "intercede" => "interced",
13917 "intercept" => "intercept",
13918 "intercepted" => "intercept",
13919 "intercepting" => "intercept",
13920 "intercepts" => "intercept",
13921 "intercession" => "intercess",
13922 "interchange" => "interchang",
13923 "interchangeable" => "interchang",
13924 "interchanged" => "interchang",
13925 "interchanging" => "interchang",
13926 "intercourse" => "intercours",
13927 "interest" => "interest",
13928 "interested" => "interest",
13929 "interestin" => "interestin",
13930 "interesting" => "interest",
13931 "interests" => "interest",
13932 "interfere" => "interfer",
13933 "interfered" => "interf",
13934 "interference" => "interfer",
13935 "interferes" => "interfer",
13936 "interfering" => "interf",
13937 "interior" => "interior",
13938 "interjection" => "interject",
13939 "interlacings" => "interlac",
13940 "interleaved" => "interleav",
13941 "interloper" => "interlop",
13942 "interlopers" => "interlop",
13943 "interlude" => "interlud",
13944 "intermarriages" => "intermarriag",
13945 "intermeddling" => "intermeddl",
13946 "intermediate" => "intermedi",
13947 "interminable" => "intermin",
13948 "intermingling" => "intermingl",
13949 "intermission" => "intermiss",
13950 "intermittent" => "intermitt",
13951 "internal" => "intern",
13952 "internally" => "intern",
13953 "international" => "intern",
13954 "interpose" => "interpos",
13955 "interposed" => "interpos",
13956 "interposes" => "interpos",
13957 "interposing" => "interpos",
13958 "interposition" => "interposit",
13959 "interpret" => "interpret",
13960 "interpretation" => "interpret",
13961 "interpretations" => "interpret",
13962 "interpreted" => "interpret",
13963 "interpreter" => "interpret",
13964 "interrogate" => "interrog",
13965 "interrogated" => "interrog",
13966 "interrogating" => "interrog",
13967 "interrogations" => "interrog",
13968 "interrogator" => "interrog",
13969 "interrogatories" => "interrogatori",
13970 "interrogatory" => "interrogatori",
13971 "interrupt" => "interrupt",
13972 "interrupted" => "interrupt",
13973 "interrupting" => "interrupt",
13974 "interruption" => "interrupt",
13975 "interruptions" => "interrupt",
13976 "interrupts" => "interrupt",
13977 "intersect" => "intersect",
13978 "intersected" => "intersect",
13979 "intersecting" => "intersect",
13980 "intersection" => "intersect",
13981 "interspersed" => "interspers",
13982 "interspersing" => "interspers",
13983 "interstices" => "interstic",
13984 "interstratified" => "interstratifi",
13985 "intertropical" => "intertrop",
13986 "intertwined" => "intertwin",
13987 "interval" => "interv",
13988 "intervals" => "interv",
13989 "intervened" => "interven",
13990 "intervening" => "interven",
13991 "interview" => "interview",
13992 "interviews" => "interview",
13993 "interwoven" => "interwoven",
13994 "intestate" => "intest",
13995 "intestinal" => "intestin",
13996 "intestines" => "intestin",
13997 "intimacy" => "intimaci",
13998 "intimate" => "intim",
13999 "intimated" => "intim",
14000 "intimately" => "intim",
14001 "intimates" => "intim",
14002 "intimating" => "intim",
14003 "intimation" => "intim",
14004 "intimidated" => "intimid",
14005 "intimidation" => "intimid",
14006 "intiv" => "intiv",
14007 "into" => "into",
14008 "intolerable" => "intoler",
14009 "intolerably" => "intoler",
14010 "intombed" => "intomb",
14011 "intonation" => "inton",
14012 "intonations" => "inton",
14013 "intoning" => "inton",
14014 "intoxicated" => "intox",
14015 "intoxicating" => "intox",
14016 "intoxication" => "intox",
14017 "intractable" => "intract",
14018 "intreat" => "intreat",
14019 "intrepid" => "intrepid",
14020 "intrepidity" => "intrepid",
14021 "intricacies" => "intricaci",
14022 "intricate" => "intric",
14023 "intrigue" => "intrigu",
14024 "intrigued" => "intrigu",
14025 "intrigues" => "intrigu",
14026 "intriguing" => "intrigu",
14027 "intrinsic" => "intrins",
14028 "introduce" => "introduc",
14029 "introduced" => "introduc",
14030 "introduces" => "introduc",
14031 "introducing" => "introduc",
14032 "introduction" => "introduct",
14033 "introductions" => "introduct",
14034 "introductory" => "introductori",
14035 "intrude" => "intrud",
14036 "intruded" => "intrud",
14037 "intruder" => "intrud",
14038 "intrudes" => "intrud",
14039 "intruding" => "intrud",
14040 "intrusion" => "intrus",
14041 "intrusive" => "intrus",
14042 "intrust" => "intrust",
14043 "intrusted" => "intrust",
14044 "intuition" => "intuit",
14045 "intuitive" => "intuit",
14046 "intwined" => "intwin",
14047 "intwining" => "intwin",
14048 "inundated" => "inund",
14049 "inundations" => "inund",
14050 "inured" => "inur",
14051 "inutility" => "inutil",
14052 "invade" => "invad",
14053 "invaded" => "invad",
14054 "invaders" => "invad",
14055 "invading" => "invad",
14056 "invalid" => "invalid",
14057 "invalidate" => "invalid",
14058 "invalided" => "invalid",
14059 "invalids" => "invalid",
14060 "invaluable" => "invalu",
14061 "invariable" => "invari",
14062 "invariably" => "invari",
14063 "invasion" => "invas",
14064 "invective" => "invect",
14065 "invectives" => "invect",
14066 "inveighed" => "inveigh",
14067 "inveigle" => "inveigl",
14068 "inveigled" => "inveigl",
14069 "invencion" => "invencion",
14070 "invent" => "invent",
14071 "invented" => "invent",
14072 "inventing" => "invent",
14073 "invention" => "invent",
14074 "inventions" => "invent",
14075 "inventory" => "inventori",
14076 "invents" => "invent",
14077 "inverness" => "inver",
14078 "invertebrate" => "invertebr",
14079 "inverted" => "invert",
14080 "invest" => "invest",
14081 "invested" => "invest",
14082 "investigate" => "investig",
14083 "investigated" => "investig",
14084 "investigating" => "investig",
14085 "investigation" => "investig",
14086 "investigations" => "investig",
14087 "investigators" => "investig",
14088 "investment" => "invest",
14089 "invests" => "invest",
14090 "inveterate" => "inveter",
14091 "invigorate" => "invigor",
14092 "invigorated" => "invigor",
14093 "invigorating" => "invigor",
14094 "invigoration" => "invigor",
14095 "invincible" => "invinc",
14096 "invisible" => "invis",
14097 "invisibly" => "invis",
14098 "invitation" => "invit",
14099 "invitations" => "invit",
14100 "invite" => "invit",
14101 "invited" => "invit",
14102 "invites" => "invit",
14103 "inviting" => "invit",
14104 "invitingly" => "invit",
14105 "invoking" => "invok",
14106 "involuntarily" => "involuntarili",
14107 "involuntary" => "involuntari",
14108 "involutions" => "involut",
14109 "involve" => "involv",
14110 "involved" => "involv",
14111 "involvement" => "involv",
14112 "involves" => "involv",
14113 "involving" => "involv",
14114 "inward" => "inward",
14115 "inwardly" => "inward",
14116 "inwards" => "inward",
14117 "inwentory" => "inwentori",
14118 "iodic" => "iodic",
14119 "ionic" => "ionic",
14120 "iota" => "iota",
14121 "iou" => "iou",
14122 "iquique" => "iquiqu",
14123 "irascibility" => "irasc",
14124 "irascible" => "irasc",
14125 "irascibly" => "irasc",
14126 "irate" => "irat",
14127 "ire" => "ire",
14128 "ireland" => "ireland",
14129 "iridescent" => "iridesc",
14130 "iris" => "iri",
14131 "irish" => "irish",
14132 "irishman" => "irishman",
14133 "irishmen" => "irishmen",
14134 "irishwoman" => "irishwoman",
14135 "irksome" => "irksom",
14136 "irksomeness" => "irksom",
14137 "iron" => "iron",
14138 "ironed" => "iron",
14139 "ironical" => "iron",
14140 "ironically" => "iron",
14141 "ironing" => "iron",
14142 "ironmaster" => "ironmast",
14143 "ironmasters" => "ironmast",
14144 "ironmonger" => "ironmong",
14145 "irons" => "iron",
14146 "irony" => "ironi",
14147 "irradiated" => "irradi",
14148 "irrational" => "irrat",
14149 "irreclaimable" => "irreclaim",
14150 "irreconcilable" => "irreconcil",
14151 "irrecoverable" => "irrecover",
14152 "irredeemable" => "irredeem",
14153 "irrefutable" => "irrefut",
14154 "irregular" => "irregular",
14155 "irregularities" => "irregular",
14156 "irregularity" => "irregular",
14157 "irregularly" => "irregular",
14158 "irrelevant" => "irrelev",
14159 "irrepressible" => "irrepress",
14160 "irreproachable" => "irreproach",
14161 "irresistible" => "irresist",
14162 "irresistibly" => "irresist",
14163 "irresolute" => "irresolut",
14164 "irresolutely" => "irresolut",
14165 "irresolution" => "irresolut",
14166 "irrespective" => "irrespect",
14167 "irresponsible" => "irrespons",
14168 "irresponsive" => "irrespons",
14169 "irretrievable" => "irretriev",
14170 "irretrievably" => "irretriev",
14171 "irreverent" => "irrever",
14172 "irreverently" => "irrever",
14173 "irrevocable" => "irrevoc",
14174 "irrevocably" => "irrevoc",
14175 "irrigate" => "irrig",
14176 "irrigated" => "irrig",
14177 "irrigating" => "irrig",
14178 "irrigation" => "irrig",
14179 "irritability" => "irrit",
14180 "irritable" => "irrit",
14181 "irritably" => "irrit",
14182 "irritate" => "irrit",
14183 "irritated" => "irrit",
14184 "irritating" => "irrit",
14185 "irritation" => "irrit",
14186 "irruption" => "irrupt",
14187 "irtish" => "irtish",
14188 "is" => "is",
14189 "isabel" => "isabel",
14190 "isaiah" => "isaiah",
14191 "isid" => "isid",
14192 "isidro" => "isidro",
14193 "island" => "island",
14194 "islanders" => "island",
14195 "islands" => "island",
14196 "isle" => "isl",
14197 "isles" => "isl",
14198 "islet" => "islet",
14199 "islets" => "islet",
14200 "islington" => "islington",
14201 "isn" => "isn",
14202 "isobel" => "isobel",
14203 "isolated" => "isol",
14204 "isolation" => "isol",
14205 "israelites" => "israelit",
14206 "issue" => "issu",
14207 "issued" => "issu",
14208 "issues" => "issu",
14209 "issuing" => "issu",
14210 "ist" => "ist",
14211 "isthmus" => "isthmus",
14212 "it" => "it",
14213 "italian" => "italian",
14214 "italy" => "itali",
14215 "itch" => "itch",
14216 "itchen" => "itchen",
14217 "itching" => "itch",
14218 "item" => "item",
14219 "items" => "item",
14220 "ithacaia" => "ithacaia",
14221 "itinerant" => "itiner",
14222 "its" => "it",
14223 "itself" => "itself",
14224 "iv" => "iv",
14225 "ivan" => "ivan",
14226 "ivanitch" => "ivanitch",
14227 "ivanovitch" => "ivanovitch",
14228 "ivanovna" => "ivanovna",
14229 "ivory" => "ivori",
14230 "ivy" => "ivi",
14231 "ix" => "ix",
14232 "ixion" => "ixion",
14233 "j" => "j",
14234 "ja" => "ja",
14235 "jabbers" => "jabber",
14236 "jaca" => "jaca",
14237 "jack" => "jack",
14238 "jackals" => "jackal",
14239 "jackanapes" => "jackanap",
14240 "jackas" => "jacka",
14241 "jackdaw" => "jackdaw",
14242 "jackdaws" => "jackdaw",
14243 "jacket" => "jacket",
14244 "jackets" => "jacket",
14245 "jacks" => "jack",
14246 "jackson" => "jackson",
14247 "jacob" => "jacob",
14248 "jacuitque" => "jacuitqu",
14249 "jaculation" => "jacul",
14250 "jade" => "jade",
14251 "jaded" => "jade",
14252 "jading" => "jade",
14253 "jag" => "jag",
14254 "jagged" => "jag",
14255 "jago" => "jago",
14256 "jaguar" => "jaguar",
14257 "jaguars" => "jaguar",
14258 "jail" => "jail",
14259 "jailer" => "jailer",
14260 "jajuel" => "jajuel",
14261 "jam" => "jam",
14262 "jamaica" => "jamaica",
14263 "james" => "jame",
14264 "jammed" => "jam",
14265 "jams" => "jam",
14266 "jan" => "jan",
14267 "jane" => "jane",
14268 "janeiro" => "janeiro",
14269 "janes" => "jane",
14270 "jangled" => "jangl",
14271 "jangling" => "jangl",
14272 "january" => "januari",
14273 "japan" => "japan",
14274 "jar" => "jar",
14275 "jargon" => "jargon",
14276 "jargonelle" => "jargonell",
14277 "jarnders" => "jarnder",
14278 "jarndyce" => "jarndyc",
14279 "jarndyces" => "jarndyc",
14280 "jarodyce" => "jarodyc",
14281 "jarring" => "jar",
14282 "jasmine" => "jasmin",
14283 "jaundice" => "jaundic",
14284 "jaundiced" => "jaundic",
14285 "jaunt" => "jaunt",
14286 "jauntily" => "jauntili",
14287 "jauntiness" => "jaunti",
14288 "jaunty" => "jaunti",
14289 "java" => "java",
14290 "javelin" => "javelin",
14291 "jaw" => "jaw",
14292 "jawed" => "jaw",
14293 "jawlly" => "jawlli",
14294 "jaws" => "jaw",
14295 "je" => "je",
14296 "jea" => "jea",
14297 "jealous" => "jealous",
14298 "jealousies" => "jealousi",
14299 "jealously" => "jealous",
14300 "jealousy" => "jealousi",
14301 "jean" => "jean",
14302 "jeanie" => "jeani",
14303 "jeer" => "jeer",
14304 "jeered" => "jeer",
14305 "jeering" => "jeer",
14306 "jeeringly" => "jeer",
14307 "jeers" => "jeer",
14308 "jell" => "jell",
14309 "jelly" => "jelli",
14310 "jellyby" => "jellybi",
14311 "jellybys" => "jellybi",
14312 "jemmy" => "jemmi",
14313 "jenkins" => "jenkin",
14314 "jennings" => "jen",
14315 "jenny" => "jenni",
14316 "jennys" => "jenni",
14317 "jenyns" => "jenyn",
14318 "jeopardy" => "jeopardi",
14319 "jeremy" => "jeremi",
14320 "jericho" => "jericho",
14321 "jerk" => "jerk",
14322 "jerked" => "jerk",
14323 "jerkily" => "jerkili",
14324 "jerking" => "jerk",
14325 "jerks" => "jerk",
14326 "jerky" => "jerki",
14327 "jerry" => "jerri",
14328 "jerusalem" => "jerusalem",
14329 "jest" => "jest",
14330 "jesting" => "jest",
14331 "jestingly" => "jest",
14332 "jests" => "jest",
14333 "jesuit" => "jesuit",
14334 "jesuitical" => "jesuit",
14335 "jesus" => "jesus",
14336 "jet" => "jet",
14337 "jets" => "jet",
14338 "jew" => "jew",
14339 "jewby" => "jewbi",
14340 "jewel" => "jewel",
14341 "jeweler" => "jewel",
14342 "jewelled" => "jewel",
14343 "jeweller" => "jewel",
14344 "jewellers" => "jewel",
14345 "jewellery" => "jewelleri",
14346 "jewels" => "jewel",
14347 "jewess" => "jewess",
14348 "jewish" => "jewish",
14349 "jews" => "jew",
14350 "jezebel" => "jezebel",
14351 "jilted" => "jilt",
14352 "jingle" => "jingl",
14353 "jingled" => "jingl",
14354 "jingles" => "jingl",
14355 "jingling" => "jingl",
14356 "jist" => "jist",
14357 "jo" => "jo",
14358 "joan" => "joan",
14359 "joanna" => "joanna",
14360 "job" => "job",
14361 "jobbed" => "job",
14362 "jobling" => "jobl",
14363 "jobs" => "job",
14364 "jockey" => "jockey",
14365 "jocose" => "jocos",
14366 "jocosely" => "jocos",
14367 "jocoseness" => "jocos",
14368 "jocular" => "jocular",
14369 "jocularity" => "jocular",
14370 "jocularly" => "jocular",
14371 "jocundity" => "jocund",
14372 "joe" => "joe",
14373 "joful" => "joful",
14374 "jog" => "jog",
14375 "jogg" => "jogg",
14376 "jogged" => "jog",
14377 "jogging" => "jog",
14378 "johann" => "johann",
14379 "john" => "john",
14380 "johnnie" => "johnni",
14381 "johnny" => "johnni",
14382 "johnson" => "johnson",
14383 "join" => "join",
14384 "joined" => "join",
14385 "joinin" => "joinin",
14386 "joining" => "join",
14387 "joins" => "join",
14388 "joint" => "joint",
14389 "jointly" => "joint",
14390 "joints" => "joint",
14391 "joke" => "joke",
14392 "joked" => "joke",
14393 "joker" => "joker",
14394 "jokers" => "joker",
14395 "jokes" => "joke",
14396 "joking" => "joke",
14397 "jolliest" => "jolliest",
14398 "jollity" => "jolliti",
14399 "jolly" => "jolli",
14400 "jolquera" => "jolquera",
14401 "jolt" => "jolt",
14402 "jolted" => "jolt",
14403 "jolter" => "jolter",
14404 "jolting" => "jolt",
14405 "jolts" => "jolt",
14406 "jones" => "jone",
14407 "joneses" => "jones",
14408 "joodle" => "joodl",
14409 "jordan" => "jordan",
14410 "jorullo" => "jorullo",
14411 "jose" => "jose",
14412 "joseph" => "joseph",
14413 "joshua" => "joshua",
14414 "jostle" => "jostl",
14415 "jostled" => "jostl",
14416 "jostling" => "jostl",
14417 "jot" => "jot",
14418 "jour" => "jour",
14419 "journ" => "journ",
14420 "journal" => "journal",
14421 "journalist" => "journalist",
14422 "journalistic" => "journalist",
14423 "journals" => "journal",
14424 "journey" => "journey",
14425 "journeyed" => "journey",
14426 "journeying" => "journey",
14427 "journeyings" => "journey",
14428 "journeyman" => "journeyman",
14429 "journeys" => "journey",
14430 "jove" => "jove",
14431 "jovial" => "jovial",
14432 "joviality" => "jovial",
14433 "jowl" => "jowl",
14434 "joy" => "joy",
14435 "joyed" => "joy",
14436 "joyful" => "joy",
14437 "joyfully" => "joy",
14438 "joyous" => "joyous",
14439 "joyously" => "joyous",
14440 "joyousness" => "joyous",
14441 "joys" => "joy",
14442 "juan" => "juan",
14443 "judah" => "judah",
14444 "judge" => "judg",
14445 "judged" => "judg",
14446 "judgement" => "judgement",
14447 "judges" => "judg",
14448 "judging" => "judg",
14449 "judgment" => "judgment",
14450 "judgments" => "judgment",
14451 "judicial" => "judici",
14452 "judicious" => "judici",
14453 "judiciously" => "judici",
14454 "judith" => "judith",
14455 "judy" => "judi",
14456 "juffy" => "juffi",
14457 "jug" => "jug",
14458 "juggle" => "juggl",
14459 "juggled" => "juggl",
14460 "juggler" => "juggler",
14461 "jugglery" => "juggleri",
14462 "jugs" => "jug",
14463 "jugular" => "jugular",
14464 "juice" => "juic",
14465 "juices" => "juic",
14466 "juicy" => "juici",
14467 "juillet" => "juillet",
14468 "julia" => "julia",
14469 "julian" => "julian",
14470 "juliet" => "juliet",
14471 "julius" => "julius",
14472 "july" => "juli",
14473 "jumble" => "jumbl",
14474 "jumbled" => "jumbl",
14475 "jumbling" => "jumbl",
14476 "jump" => "jump",
14477 "jumped" => "jump",
14478 "jumping" => "jump",
14479 "jumps" => "jump",
14480 "junction" => "junction",
14481 "juncture" => "junctur",
14482 "juncus" => "juncus",
14483 "june" => "june",
14484 "jungle" => "jungl",
14485 "jungles" => "jungl",
14486 "junior" => "junior",
14487 "juniorest" => "juniorest",
14488 "juniors" => "junior",
14489 "junk" => "junk",
14490 "jupiter" => "jupit",
14491 "jura" => "jura",
14492 "juries" => "juri",
14493 "jurisprudence" => "jurisprud",
14494 "juror" => "juror",
14495 "jurors" => "juror",
14496 "jury" => "juri",
14497 "juryman" => "juryman",
14498 "jurymen" => "jurymen",
14499 "just" => "just",
14500 "juster" => "juster",
14501 "justest" => "justest",
14502 "justice" => "justic",
14503 "justifiable" => "justifi",
14504 "justification" => "justif",
14505 "justifications" => "justif",
14506 "justified" => "justifi",
14507 "justifies" => "justifi",
14508 "justify" => "justifi",
14509 "justifying" => "justifi",
14510 "justitia" => "justitia",
14511 "justly" => "just",
14512 "jute" => "jute",
14513 "juvenile" => "juvenil",
14514 "juxtaposition" => "juxtaposit",
14515 "k" => "k",
14516 "kalydor" => "kalydor",
14517 "kammerjunker" => "kammerjunk",
14518 "kampfes" => "kampf",
14519 "kamtschatka" => "kamtschatka",
14520 "kangaroo" => "kangaroo",
14521 "kapernaumov" => "kapernaumov",
14522 "kapernaumovs" => "kapernaumov",
14523 "karl" => "karl",
14524 "karros" => "karro",
14525 "kate" => "kate",
14526 "kater" => "kater",
14527 "katerina" => "katerina",
14528 "katharina" => "katharina",
14529 "katia" => "katia",
14530 "kattymaly" => "kattymali",
14531 "kauri" => "kauri",
14532 "kazan" => "kazan",
14533 "keane" => "kean",
14534 "keating" => "keat",
14535 "keeling" => "keel",
14536 "keen" => "keen",
14537 "keener" => "keener",
14538 "keenest" => "keenest",
14539 "keenly" => "keen",
14540 "keenness" => "keen",
14541 "keep" => "keep",
14542 "keeper" => "keeper",
14543 "keepers" => "keeper",
14544 "keeping" => "keep",
14545 "keeps" => "keep",
14546 "keepsake" => "keepsak",
14547 "keepsakes" => "keepsak",
14548 "keine" => "kein",
14549 "kelp" => "kelp",
14550 "ken" => "ken",
14551 "kendall" => "kendal",
14552 "kenge" => "keng",
14553 "kennel" => "kennel",
14554 "kennels" => "kennel",
14555 "kennington" => "kennington",
14556 "kensington" => "kensington",
14557 "kent" => "kent",
14558 "kentish" => "kentish",
14559 "kenwigs" => "kenwig",
14560 "kenwigses" => "kenwigs",
14561 "kepler" => "kepler",
14562 "kept" => "kept",
14563 "kerchief" => "kerchief",
14564 "kerguelen" => "kerguelen",
14565 "kernel" => "kernel",
14566 "kerr" => "kerr",
14567 "kerrig" => "kerrig",
14568 "kettle" => "kettl",
14569 "kettles" => "kettl",
14570 "key" => "key",
14571 "keyhole" => "keyhol",
14572 "keyholes" => "keyhol",
14573 "keyne" => "keyn",
14574 "keys" => "key",
14575 "khan" => "khan",
14576 "kick" => "kick",
14577 "kicked" => "kick",
14578 "kicking" => "kick",
14579 "kicks" => "kick",
14580 "kid" => "kid",
14581 "kidnapped" => "kidnap",
14582 "kidnapper" => "kidnapp",
14583 "kidnapping" => "kidnap",
14584 "kidney" => "kidney",
14585 "kilda" => "kilda",
14586 "kill" => "kill",
14587 "killed" => "kill",
14588 "killer" => "killer",
14589 "killing" => "kill",
14590 "kills" => "kill",
14591 "kiln" => "kiln",
14592 "kilns" => "kiln",
14593 "kilt" => "kilt",
14594 "kimbo" => "kimbo",
14595 "kimiri" => "kimiri",
14596 "kimpelled" => "kimpel",
14597 "kin" => "kin",
14598 "kind" => "kind",
14599 "kinder" => "kinder",
14600 "kindest" => "kindest",
14601 "kindhearted" => "kindheart",
14602 "kindle" => "kindl",
14603 "kindled" => "kindl",
14604 "kindles" => "kindl",
14605 "kindlier" => "kindlier",
14606 "kindliest" => "kindliest",
14607 "kindliness" => "kindli",
14608 "kindling" => "kindl",
14609 "kindly" => "kind",
14610 "kindness" => "kind",
14611 "kindnesses" => "kind",
14612 "kindred" => "kindr",
14613 "kinds" => "kind",
14614 "king" => "king",
14615 "kingdom" => "kingdom",
14616 "kingdoms" => "kingdom",
14617 "kingfisher" => "kingfish",
14618 "kingly" => "king",
14619 "kings" => "king",
14620 "kingston" => "kingston",
14621 "kinkajou" => "kinkajou",
14622 "kinsman" => "kinsman",
14623 "kirby" => "kirbi",
14624 "kiss" => "kiss",
14625 "kissed" => "kiss",
14626 "kisses" => "kiss",
14627 "kissing" => "kiss",
14628 "kit" => "kit",
14629 "kitchen" => "kitchen",
14630 "kitchens" => "kitchen",
14631 "kitchin" => "kitchin",
14632 "kite" => "kite",
14633 "kitten" => "kitten",
14634 "kittlitz" => "kittlitz",
14635 "kitty" => "kitti",
14636 "klopstock" => "klopstock",
14637 "knack" => "knack",
14638 "knackeries" => "knackeri",
14639 "knacks" => "knack",
14640 "knag" => "knag",
14641 "knave" => "knave",
14642 "knaves" => "knave",
14643 "knavish" => "knavish",
14644 "kneaded" => "knead",
14645 "kneading" => "knead",
14646 "knee" => "knee",
14647 "kneel" => "kneel",
14648 "kneeled" => "kneel",
14649 "kneeling" => "kneel",
14650 "kneels" => "kneel",
14651 "knees" => "knee",
14652 "knell" => "knell",
14653 "knelt" => "knelt",
14654 "knew" => "knew",
14655 "knick" => "knick",
14656 "knif" => "knif",
14657 "knife" => "knife",
14658 "knight" => "knight",
14659 "knightly" => "knight",
14660 "knights" => "knight",
14661 "knit" => "knit",
14662 "knits" => "knit",
14663 "knitted" => "knit",
14664 "knitting" => "knit",
14665 "knives" => "knive",
14666 "knob" => "knob",
14667 "knobs" => "knob",
14668 "knock" => "knock",
14669 "knocked" => "knock",
14670 "knocker" => "knocker",
14671 "knockers" => "knocker",
14672 "knocking" => "knock",
14673 "knocks" => "knock",
14674 "knopp" => "knopp",
14675 "knot" => "knot",
14676 "knots" => "knot",
14677 "knotted" => "knot",
14678 "knotty" => "knotti",
14679 "know" => "know",
14680 "knowa" => "knowa",
14681 "knowd" => "knowd",
14682 "knowed" => "know",
14683 "knowest" => "knowest",
14684 "knoweth" => "knoweth",
14685 "knowin" => "knowin",
14686 "knowing" => "know",
14687 "knowledg" => "knowledg",
14688 "knowledge" => "knowledg",
14689 "known" => "known",
14690 "knows" => "know",
14691 "knuckle" => "knuckl",
14692 "knuckleboy" => "knuckleboy",
14693 "knuckles" => "knuckl",
14694 "kobelev" => "kobelev",
14695 "kobilatnikov" => "kobilatnikov",
14696 "koch" => "koch",
14697 "koeldwethout" => "koeldwethout",
14698 "kolomensky" => "kolomenski",
14699 "kolya" => "kolya",
14700 "kong" => "kong",
14701 "konig" => "konig",
14702 "koodle" => "koodl",
14703 "kororadika" => "kororadika",
14704 "kotzebue" => "kotzebu",
14705 "kozel" => "kozel",
14706 "krestovsky" => "krestovski",
14707 "kriegsrath" => "kriegsrath",
14708 "krook" => "krook",
14709 "kryukov" => "kryukov",
14710 "kuffy" => "kuffi",
14711 "l" => "l",
14712 "la" => "la",
14713 "label" => "label",
14714 "labelled" => "label",
14715 "labillardiere" => "labillardier",
14716 "laborious" => "labori",
14717 "laboriously" => "labori",
14718 "labour" => "labour",
14719 "laboured" => "labour",
14720 "labourer" => "labour",
14721 "labourers" => "labour",
14722 "labouring" => "labour",
14723 "labourious" => "labouri",
14724 "labours" => "labour",
14725 "laburnum" => "laburnum",
14726 "labyrinth" => "labyrinth",
14727 "labyrinths" => "labyrinth",
14728 "lace" => "lace",
14729 "laced" => "lace",
14730 "lacerate" => "lacer",
14731 "lacerta" => "lacerta",
14732 "laches" => "lach",
14733 "lachrymatories" => "lachrymatori",
14734 "lachrymose" => "lachrymos",
14735 "lacing" => "lace",
14736 "lack" => "lack",
14737 "lackadaisical" => "lackadais",
14738 "lacked" => "lack",
14739 "lacking" => "lack",
14740 "lacks" => "lack",
14741 "laconic" => "lacon",
14742 "lacquered" => "lacquer",
14743 "lad" => "lad",
14744 "ladder" => "ladder",
14745 "ladders" => "ladder",
14746 "lade" => "lade",
14747 "laden" => "laden",
14748 "laderas" => "ladera",
14749 "ladies" => "ladi",
14750 "ladle" => "ladl",
14751 "lads" => "lad",
14752 "lady" => "ladi",
14753 "ladyhood" => "ladyhood",
14754 "ladylike" => "ladylik",
14755 "ladyship" => "ladyship",
14756 "lag" => "lag",
14757 "laggard" => "laggard",
14758 "lagged" => "lag",
14759 "lagging" => "lag",
14760 "lagoa" => "lagoa",
14761 "lagoon" => "lagoon",
14762 "lagoons" => "lagoon",
14763 "lagostomus" => "lagostomus",
14764 "lags" => "lag",
14765 "laguna" => "laguna",
14766 "laid" => "laid",
14767 "lain" => "lain",
14768 "lair" => "lair",
14769 "laissez" => "laissez",
14770 "laity" => "laiti",
14771 "lajdak" => "lajdak",
14772 "lake" => "lake",
14773 "lakes" => "lake",
14774 "lalegraicavalca" => "lalegraicavalca",
14775 "lall" => "lall",
14776 "lalla" => "lalla",
14777 "lama" => "lama",
14778 "lamarck" => "lamarck",
14779 "lamb" => "lamb",
14780 "lambert" => "lambert",
14781 "lambeth" => "lambeth",
14782 "lambs" => "lamb",
14783 "lame" => "lame",
14784 "lamed" => "lame",
14785 "lamellicorn" => "lamellicorn",
14786 "lameness" => "lame",
14787 "lament" => "lament",
14788 "lamentable" => "lament",
14789 "lamentably" => "lament",
14790 "lamentation" => "lament",
14791 "lamentations" => "lament",
14792 "lamented" => "lament",
14793 "lamenting" => "lament",
14794 "laments" => "lament",
14795 "laminae" => "lamina",
14796 "lamp" => "lamp",
14797 "lamplight" => "lamplight",
14798 "lamplighter" => "lamplight",
14799 "lamps" => "lamp",
14800 "lampyridae" => "lampyrida",
14801 "lampyris" => "lampyri",
14802 "lancashire" => "lancashir",
14803 "lancaster" => "lancast",
14804 "lance" => "lanc",
14805 "lancerated" => "lancer",
14806 "land" => "land",
14807 "landed" => "land",
14808 "landing" => "land",
14809 "landings" => "land",
14810 "landlady" => "landladi",
14811 "landlord" => "landlord",
14812 "landmark" => "landmark",
14813 "landmarks" => "landmark",
14814 "landowner" => "landown",
14815 "landowners" => "landown",
14816 "lands" => "land",
14817 "landscape" => "landscap",
14818 "landseer" => "landseer",
14819 "landsman" => "landsman",
14820 "lane" => "lane",
14821 "lanes" => "lane",
14822 "langsdorff" => "langsdorff",
14823 "language" => "languag",
14824 "languages" => "languag",
14825 "languid" => "languid",
14826 "languidly" => "languid",
14827 "languish" => "languish",
14828 "languished" => "languish",
14829 "languishing" => "languish",
14830 "languor" => "languor",
14831 "langwedge" => "langwedg",
14832 "lank" => "lank",
14833 "lanky" => "lanki",
14834 "lantern" => "lantern",
14835 "lanterns" => "lantern",
14836 "lap" => "lap",
14837 "lapel" => "lapel",
14838 "lappel" => "lappel",
14839 "laps" => "lap",
14840 "lapse" => "laps",
14841 "lapsed" => "laps",
14842 "lapses" => "laps",
14843 "lapsing" => "laps",
14844 "lar" => "lar",
14845 "larcenerer" => "larcener",
14846 "larch" => "larch",
14847 "larg" => "larg",
14848 "large" => "larg",
14849 "largely" => "larg",
14850 "largeness" => "larg",
14851 "larger" => "larger",
14852 "largest" => "largest",
14853 "lark" => "lark",
14854 "larking" => "lark",
14855 "larks" => "lark",
14856 "larming" => "larm",
14857 "larry" => "larri",
14858 "larvae" => "larva",
14859 "las" => "las",
14860 "lash" => "lash",
14861 "lashed" => "lash",
14862 "lashes" => "lash",
14863 "lashing" => "lash",
14864 "lass" => "lass",
14865 "lassie" => "lassi",
14866 "lassitude" => "lassitud",
14867 "lassoit" => "lassoit",
14868 "lassonthwaite" => "lassonthwait",
14869 "lassonthwayte" => "lassonthwayt",
14870 "last" => "last",
14871 "lasted" => "last",
14872 "lasting" => "last",
14873 "lastly" => "last",
14874 "lasts" => "last",
14875 "lat" => "lat",
14876 "latch" => "latch",
14877 "latched" => "latch",
14878 "late" => "late",
14879 "latel" => "latel",
14880 "lately" => "late",
14881 "lateness" => "late",
14882 "latent" => "latent",
14883 "later" => "later",
14884 "lateral" => "later",
14885 "laterally" => "later",
14886 "latest" => "latest",
14887 "lath" => "lath",
14888 "lathered" => "lather",
14889 "latin" => "latin",
14890 "latinity" => "latin",
14891 "latitude" => "latitud",
14892 "latitudes" => "latitud",
14893 "latreille" => "latreill",
14894 "latro" => "latro",
14895 "latte" => "latt",
14896 "latter" => "latter",
14897 "latterly" => "latter",
14898 "latther" => "latther",
14899 "latthers" => "latther",
14900 "lattice" => "lattic",
14901 "latticed" => "lattic",
14902 "lattle" => "lattl",
14903 "laud" => "laud",
14904 "laudable" => "laudabl",
14905 "laudamus" => "laudamus",
14906 "laudation" => "laudat",
14907 "laudatory" => "laudatori",
14908 "lauded" => "laud",
14909 "laugh" => "laugh",
14910 "laughable" => "laughabl",
14911 "laughed" => "laugh",
14912 "laughing" => "laugh",
14913 "laughingly" => "laugh",
14914 "laughs" => "laugh",
14915 "laughter" => "laughter",
14916 "launch" => "launch",
14917 "launched" => "launch",
14918 "launching" => "launch",
14919 "laundry" => "laundri",
14920 "laura" => "laura",
14921 "laurance" => "lauranc",
14922 "laurel" => "laurel",
14923 "laurels" => "laurel",
14924 "laurence" => "laurenc",
14925 "lauzun" => "lauzun",
14926 "lav" => "lav",
14927 "lava" => "lava",
14928 "laval" => "laval",
14929 "lavas" => "lava",
14930 "lavender" => "lavend",
14931 "lavish" => "lavish",
14932 "lavished" => "lavish",
14933 "lavishly" => "lavish",
14934 "law" => "law",
14935 "lawful" => "law",
14936 "lawgiver" => "lawgiv",
14937 "lawk" => "lawk",
14938 "lawn" => "lawn",
14939 "lawns" => "lawn",
14940 "lawrence" => "lawrenc",
14941 "laws" => "law",
14942 "lawson" => "lawson",
14943 "lawstationers" => "lawstation",
14944 "lawsuit" => "lawsuit",
14945 "lawver" => "lawver",
14946 "lawyer" => "lawyer",
14947 "lawyers" => "lawyer",
14948 "lax" => "lax",
14949 "laxity" => "laxiti",
14950 "lay" => "lay",
14951 "layer" => "layer",
14952 "layers" => "layer",
14953 "layin" => "layin",
14954 "laying" => "lay",
14955 "laylec" => "laylec",
14956 "lays" => "lay",
14957 "layton" => "layton",
14958 "laz" => "laz",
14959 "lazarus" => "lazarus",
14960 "lazily" => "lazili",
14961 "laziness" => "lazi",
14962 "lazo" => "lazo",
14963 "lazoed" => "lazo",
14964 "lazos" => "lazo",
14965 "lazy" => "lazi",
14966 "lazzeretto" => "lazzeretto",
14967 "le" => "le",
14968 "lead" => "lead",
14969 "leaden" => "leaden",
14970 "leadenhall" => "leadenhal",
14971 "leader" => "leader",
14972 "leaders" => "leader",
14973 "leadership" => "leadership",
14974 "leading" => "lead",
14975 "leads" => "lead",
14976 "leaf" => "leaf",
14977 "leafed" => "leaf",
14978 "leafless" => "leafless",
14979 "leafy" => "leafi",
14980 "league" => "leagu",
14981 "leagued" => "leagu",
14982 "leagues" => "leagu",
14983 "leaked" => "leak",
14984 "lean" => "lean",
14985 "leaned" => "lean",
14986 "leaning" => "lean",
14987 "leanness" => "lean",
14988 "leans" => "lean",
14989 "leant" => "leant",
14990 "leap" => "leap",
14991 "leaped" => "leap",
14992 "leaper" => "leaper",
14993 "leaping" => "leap",
14994 "leapings" => "leap",
14995 "leapt" => "leapt",
14996 "lear" => "lear",
14997 "learn" => "learn",
14998 "learned" => "learn",
14999 "learners" => "learner",
15000 "learning" => "learn",
15001 "learns" => "learn",
15002 "learnt" => "learnt",
15003 "lease" => "leas",
15004 "leases" => "leas",
15005 "least" => "least",
15006 "leastways" => "leastway",
15007 "leather" => "leather",
15008 "leathern" => "leathern",
15009 "leave" => "leav",
15010 "leaves" => "leav",
15011 "leaving" => "leav",
15012 "lebanon" => "lebanon",
15013 "leben" => "leben",
15014 "lebeziatnikov" => "lebeziatnikov",
15015 "lecherousness" => "lecher",
15016 "lecture" => "lectur",
15017 "lectured" => "lectur",
15018 "lecturer" => "lectur",
15019 "lectures" => "lectur",
15020 "lecturing" => "lectur",
15021 "led" => "led",
15022 "ledge" => "ledg",
15023 "ledger" => "ledger",
15024 "ledgers" => "ledger",
15025 "ledges" => "ledg",
15026 "ledrook" => "ledrook",
15027 "leech" => "leech",
15028 "leek" => "leek",
15029 "leer" => "leer",
15030 "leered" => "leer",
15031 "leering" => "leer",
15032 "leetle" => "leetl",
15033 "leeuwin" => "leeuwin",
15034 "leeward" => "leeward",
15035 "left" => "left",
15036 "leg" => "leg",
15037 "legacy" => "legaci",
15038 "legal" => "legal",
15039 "legality" => "legal",
15040 "legally" => "legal",
15041 "legatee" => "legate",
15042 "legatees" => "legate",
15043 "legend" => "legend",
15044 "legendary" => "legendari",
15045 "legends" => "legend",
15046 "legged" => "leg",
15047 "leggings" => "leg",
15048 "legh" => "legh",
15049 "legibility" => "legibl",
15050 "legible" => "legibl",
15051 "legibly" => "legibl",
15052 "legion" => "legion",
15053 "legislation" => "legisl",
15054 "legislative" => "legisl",
15055 "legislator" => "legisl",
15056 "legislators" => "legisl",
15057 "legislature" => "legislatur",
15058 "legitimacy" => "legitimaci",
15059 "legitimate" => "legitim",
15060 "legs" => "leg",
15061 "leguminosae" => "leguminosa",
15062 "leicester" => "leicest",
15063 "leicestershire" => "leicestershir",
15064 "leighton" => "leighton",
15065 "leisure" => "leisur",
15066 "leisurely" => "leisur",
15067 "lemen" => "lemen",
15068 "lemon" => "lemon",
15069 "lemonade" => "lemonad",
15070 "lemons" => "lemon",
15071 "lemuel" => "lemuel",
15072 "lemuy" => "lemuy",
15073 "len" => "len",
15074 "lend" => "lend",
15075 "lender" => "lender",
15076 "lenders" => "lender",
15077 "lending" => "lend",
15078 "lends" => "lend",
15079 "length" => "length",
15080 "lengthen" => "lengthen",
15081 "lengthened" => "lengthen",
15082 "lengths" => "length",
15083 "lengthy" => "lengthi",
15084 "lenient" => "lenient",
15085 "leniently" => "lenient",
15086 "lenning" => "len",
15087 "lenou" => "lenou",
15088 "lens" => "len",
15089 "lent" => "lent",
15090 "lentils" => "lentil",
15091 "lenville" => "lenvill",
15092 "leone" => "leon",
15093 "leoneros" => "leonero",
15094 "leoville" => "leovill",
15095 "lepidoptera" => "lepidoptera",
15096 "lepus" => "lepus",
15097 "les" => "les",
15098 "leslie" => "lesli",
15099 "less" => "less",
15100 "lessen" => "lessen",
15101 "lessened" => "lessen",
15102 "lessening" => "lessen",
15103 "lesser" => "lesser",
15104 "lesson" => "lesson",
15105 "lessons" => "lesson",
15106 "lest" => "lest",
15107 "let" => "let",
15108 "lethargic" => "letharg",
15109 "lethargy" => "lethargi",
15110 "lethe" => "leth",
15111 "lets" => "let",
15112 "lett" => "lett",
15113 "letter" => "letter",
15114 "letters" => "letter",
15115 "letting" => "let",
15116 "lettres" => "lettr",
15117 "lettuce" => "lettuc",
15118 "lettuces" => "lettuc",
15119 "leurs" => "leur",
15120 "levanted" => "levant",
15121 "leve" => "leve",
15122 "levees" => "leve",
15123 "level" => "level",
15124 "levelle" => "levell",
15125 "levelled" => "level",
15126 "levelling" => "level",
15127 "levels" => "level",
15128 "levers" => "lever",
15129 "levities" => "leviti",
15130 "levity" => "leviti",
15131 "lewes" => "lew",
15132 "lewis" => "lewi",
15133 "li" => "li",
15134 "liabilities" => "liabil",
15135 "liability" => "liabil",
15136 "liable" => "liabl",
15137 "liana" => "liana",
15138 "liar" => "liar",
15139 "libation" => "libat",
15140 "libel" => "libel",
15141 "liberal" => "liber",
15142 "liberalism" => "liber",
15143 "liberality" => "liber",
15144 "liberally" => "liber",
15145 "liberals" => "liber",
15146 "liberate" => "liber",
15147 "liberated" => "liber",
15148 "liberates" => "liber",
15149 "liberties" => "liberti",
15150 "libertine" => "libertin",
15151 "libertines" => "libertin",
15152 "liberty" => "liberti",
15153 "librarian" => "librarian",
15154 "libraries" => "librari",
15155 "library" => "librari",
15156 "lice" => "lice",
15157 "licence" => "licenc",
15158 "licences" => "licenc",
15159 "license" => "licens",
15160 "licensed" => "licens",
15161 "licenses" => "licens",
15162 "licentious" => "licenti",
15163 "licentiousness" => "licenti",
15164 "lichen" => "lichen",
15165 "lichens" => "lichen",
15166 "lichtenstein" => "lichtenstein",
15167 "licked" => "lick",
15168 "licking" => "lick",
15169 "lid" => "lid",
15170 "lida" => "lida",
15171 "lids" => "lid",
15172 "lie" => "lie",
15173 "liebig" => "liebig",
15174 "lied" => "lie",
15175 "lies" => "lie",
15176 "liesk" => "liesk",
15177 "lieu" => "lieu",
15178 "lieut" => "lieut",
15179 "lieutenancies" => "lieuten",
15180 "lieutenant" => "lieuten",
15181 "lieutenants" => "lieuten",
15182 "life" => "life",
15183 "lifeless" => "lifeless",
15184 "lifetime" => "lifetim",
15185 "lift" => "lift",
15186 "lifted" => "lift",
15187 "lifting" => "lift",
15188 "lifts" => "lift",
15189 "ligament" => "ligament",
15190 "ligaments" => "ligament",
15191 "ligh" => "ligh",
15192 "light" => "light",
15193 "lighted" => "light",
15194 "lighten" => "lighten",
15195 "lightened" => "lighten",
15196 "lightening" => "lighten",
15197 "lightens" => "lighten",
15198 "lighter" => "lighter",
15199 "lightest" => "lightest",
15200 "lightheaded" => "lighthead",
15201 "lighthearted" => "lightheart",
15202 "lighthouse" => "lighthous",
15203 "lighthouses" => "lighthous",
15204 "lighting" => "light",
15205 "lightly" => "light",
15206 "lightness" => "light",
15207 "lightning" => "lightn",
15208 "lights" => "light",
15209 "lightsome" => "lightsom",
15210 "lignite" => "lignit",
15211 "lignum" => "lignum",
15212 "lii" => "lii",
15213 "liii" => "liii",
15214 "lik" => "lik",
15215 "like" => "like",
15216 "liked" => "like",
15217 "likelier" => "likeli",
15218 "likelihood" => "likelihood",
15219 "likely" => "like",
15220 "likened" => "liken",
15221 "likeness" => "like",
15222 "likenesses" => "like",
15223 "likes" => "like",
15224 "likewise" => "likewis",
15225 "liking" => "like",
15226 "likings" => "like",
15227 "lilac" => "lilac",
15228 "lilaceous" => "lilac",
15229 "lilacs" => "lilac",
15230 "liliaceous" => "liliac",
15231 "lilies" => "lili",
15232 "lilliput" => "lilliput",
15233 "lillyvick" => "lillyvick",
15234 "lillyvicks" => "lillyvick",
15235 "lily" => "lili",
15236 "lima" => "lima",
15237 "limache" => "limach",
15238 "limb" => "limb",
15239 "limbs" => "limb",
15240 "lime" => "lime",
15241 "limes" => "lime",
15242 "limestone" => "limeston",
15243 "limit" => "limit",
15244 "limited" => "limit",
15245 "limiting" => "limit",
15246 "limits" => "limit",
15247 "limnaea" => "limnaea",
15248 "limp" => "limp",
15249 "limped" => "limp",
15250 "limpet" => "limpet",
15251 "limpid" => "limpid",
15252 "limping" => "limp",
15253 "lin" => "lin",
15254 "lincoln" => "lincoln",
15255 "lincolnshire" => "lincolnshir",
15256 "line" => "line",
15257 "linea" => "linea",
15258 "lineage" => "lineag",
15259 "lineament" => "lineament",
15260 "lineaments" => "lineament",
15261 "linear" => "linear",
15262 "lined" => "line",
15263 "linen" => "linen",
15264 "linendraper" => "linendrap",
15265 "lines" => "line",
15266 "linger" => "linger",
15267 "lingered" => "linger",
15268 "lingering" => "linger",
15269 "lingerings" => "linger",
15270 "lingers" => "linger",
15271 "linguist" => "linguist",
15272 "lining" => "line",
15273 "linings" => "line",
15274 "link" => "link",
15275 "linked" => "link",
15276 "linking" => "link",
15277 "linkinwater" => "linkinwat",
15278 "links" => "link",
15279 "linn" => "linn",
15280 "linnaean" => "linnaean",
15281 "linnean" => "linnean",
15282 "linnets" => "linnet",
15283 "lintels" => "lintel",
15284 "lion" => "lion",
15285 "lioness" => "lioness",
15286 "lions" => "lion",
15287 "lip" => "lip",
15288 "lippevechsel" => "lippevechsel",
15289 "lipping" => "lip",
15290 "lips" => "lip",
15291 "liquid" => "liquid",
15292 "liquidating" => "liquid",
15293 "liquor" => "liquor",
15294 "liquorish" => "liquorish",
15295 "liquors" => "liquor",
15296 "lisbon" => "lisbon",
15297 "lisp" => "lisp",
15298 "list" => "list",
15299 "listed" => "list",
15300 "listen" => "listen",
15301 "listened" => "listen",
15302 "listener" => "listen",
15303 "listeners" => "listen",
15304 "listening" => "listen",
15305 "listenings" => "listen",
15306 "listens" => "listen",
15307 "listless" => "listless",
15308 "listlessly" => "listless",
15309 "listlessness" => "listless",
15310 "lists" => "list",
15311 "lit" => "lit",
15312 "litany" => "litani",
15313 "literal" => "liter",
15314 "literally" => "liter",
15315 "literary" => "literari",
15316 "literature" => "literatur",
15317 "lithe" => "lith",
15318 "lithographic" => "lithograph",
15319 "litigation" => "litig",
15320 "litigious" => "litigi",
15321 "litter" => "litter",
15322 "littered" => "litter",
15323 "littering" => "litter",
15324 "littl" => "littl",
15325 "little" => "littl",
15326 "littleness" => "littl",
15327 "littlenesses" => "littl",
15328 "littlest" => "littlest",
15329 "littoral" => "littor",
15330 "liv" => "liv",
15331 "live" => "live",
15332 "lived" => "live",
15333 "livelier" => "liveli",
15334 "liveliest" => "liveliest",
15335 "livelihood" => "livelihood",
15336 "liveliness" => "liveli",
15337 "livelong" => "livelong",
15338 "lively" => "live",
15339 "liver" => "liver",
15340 "liveried" => "liveri",
15341 "liveries" => "liveri",
15342 "liverpool" => "liverpool",
15343 "livers" => "liver",
15344 "livery" => "liveri",
15345 "lives" => "live",
15346 "livest" => "livest",
15347 "liveth" => "liveth",
15348 "livid" => "livid",
15349 "living" => "live",
15350 "livingstone" => "livingston",
15351 "lix" => "lix",
15352 "liz" => "liz",
15353 "lizard" => "lizard",
15354 "lizards" => "lizard",
15355 "lizaveta" => "lizaveta",
15356 "lizzie" => "lizzi",
15357 "lizzy" => "lizzi",
15358 "ll" => "ll",
15359 "llama" => "llama",
15360 "llandaff" => "llandaff",
15361 "llanos" => "llano",
15362 "lloyd" => "lloyd",
15363 "llth" => "llth",
15364 "lmmediately" => "lmmediat",
15365 "lo" => "lo",
15366 "load" => "load",
15367 "loaded" => "load",
15368 "loading" => "load",
15369 "loads" => "load",
15370 "loaf" => "loaf",
15371 "loam" => "loam",
15372 "loan" => "loan",
15373 "loans" => "loan",
15374 "loath" => "loath",
15375 "loathe" => "loath",
15376 "loathed" => "loath",
15377 "loathing" => "loath",
15378 "loathsome" => "loathsom",
15379 "loathsomeness" => "loathsom",
15380 "loaves" => "loav",
15381 "lobbies" => "lobbi",
15382 "lobby" => "lobbi",
15383 "lobster" => "lobster",
15384 "lobsters" => "lobster",
15385 "local" => "local",
15386 "locality" => "local",
15387 "locations" => "locat",
15388 "lochness" => "loch",
15389 "lock" => "lock",
15390 "locked" => "lock",
15391 "locket" => "locket",
15392 "locking" => "lock",
15393 "lockouts" => "lockout",
15394 "locks" => "lock",
15395 "locksmiths" => "locksmith",
15396 "lockyer" => "lockyer",
15397 "locock" => "locock",
15398 "lococks" => "locock",
15399 "locomotion" => "locomot",
15400 "locomotive" => "locomot",
15401 "locomotives" => "locomot",
15402 "locust" => "locust",
15403 "locusts" => "locust",
15404 "lod" => "lod",
15405 "lodge" => "lodg",
15406 "lodged" => "lodg",
15407 "lodger" => "lodger",
15408 "lodgers" => "lodger",
15409 "lodges" => "lodg",
15410 "lodging" => "lodg",
15411 "lodgings" => "lodg",
15412 "loft" => "loft",
15413 "loftiest" => "loftiest",
15414 "loftily" => "loftili",
15415 "loftiness" => "lofti",
15416 "lofty" => "lofti",
15417 "log" => "log",
15418 "loggerheaded" => "loggerhead",
15419 "loggerheads" => "loggerhead",
15420 "logic" => "logic",
15421 "logical" => "logic",
15422 "logically" => "logic",
15423 "logs" => "log",
15424 "loight" => "loight",
15425 "loike" => "loik",
15426 "loikewise" => "loikewis",
15427 "loins" => "loin",
15428 "loiter" => "loiter",
15429 "loitered" => "loiter",
15430 "loiterer" => "loiter",
15431 "loiterers" => "loiter",
15432 "loitering" => "loiter",
15433 "loix" => "loix",
15434 "loll" => "loll",
15435 "lolling" => "loll",
15436 "lombard" => "lombard",
15437 "lombardic" => "lombard",
15438 "lon" => "lon",
15439 "lond" => "lond",
15440 "london" => "london",
15441 "lone" => "lone",
15442 "lonelier" => "loneli",
15443 "loneliness" => "loneli",
15444 "lonely" => "lone",
15445 "lonesome" => "lonesom",
15446 "long" => "long",
15447 "longbarns" => "longbarn",
15448 "longed" => "long",
15449 "longer" => "longer",
15450 "longest" => "longest",
15451 "longevity" => "longev",
15452 "longing" => "long",
15453 "longings" => "long",
15454 "longitude" => "longitud",
15455 "longitudinal" => "longitudin",
15456 "longitudinally" => "longitudin",
15457 "longs" => "long",
15458 "longwood" => "longwood",
15459 "loo" => "loo",
15460 "looder" => "looder",
15461 "loodgin" => "loodgin",
15462 "loodle" => "loodl",
15463 "look" => "look",
15464 "looked" => "look",
15465 "lookee" => "looke",
15466 "looker" => "looker",
15467 "lookers" => "looker",
15468 "looking" => "look",
15469 "looks" => "look",
15470 "lookye" => "looky",
15471 "loom" => "loom",
15472 "loomed" => "loom",
15473 "looming" => "loom",
15474 "looms" => "loom",
15475 "loonching" => "loonch",
15476 "loone" => "loon",
15477 "loop" => "loop",
15478 "loopholes" => "loophol",
15479 "loose" => "loos",
15480 "loosed" => "loos",
15481 "loosely" => "loos",
15482 "loosen" => "loosen",
15483 "loosened" => "loosen",
15484 "looseness" => "loos",
15485 "loosening" => "loosen",
15486 "looser" => "looser",
15487 "loosing" => "loos",
15488 "loov" => "loov",
15489 "lop" => "lop",
15490 "lopez" => "lopez",
15491 "lopezes" => "lopez",
15492 "lopezites" => "lopezit",
15493 "lopped" => "lop",
15494 "loppings" => "lop",
15495 "loquacious" => "loquaci",
15496 "lor" => "lor",
15497 "lord" => "lord",
15498 "lordlings" => "lordl",
15499 "lordly" => "lord",
15500 "lords" => "lord",
15501 "lordship" => "lordship",
15502 "lordships" => "lordship",
15503 "lorenzo" => "lorenzo",
15504 "los" => "los",
15505 "lose" => "lose",
15506 "loser" => "loser",
15507 "losers" => "loser",
15508 "loses" => "lose",
15509 "losing" => "lose",
15510 "loss" => "loss",
15511 "losses" => "loss",
15512 "lost" => "lost",
15513 "lot" => "lot",
15514 "lothbury" => "lothburi",
15515 "lots" => "lot",
15516 "lottery" => "lotteri",
15517 "loud" => "loud",
15518 "louder" => "louder",
15519 "loudest" => "loudest",
15520 "loudly" => "loud",
15521 "loudness" => "loud",
15522 "louis" => "loui",
15523 "louisa" => "louisa",
15524 "lounge" => "loung",
15525 "lounged" => "loung",
15526 "lounger" => "lounger",
15527 "loungers" => "lounger",
15528 "lounges" => "loung",
15529 "lounging" => "loung",
15530 "lous" => "lous",
15531 "louse" => "lous",
15532 "louvain" => "louvain",
15533 "lovable" => "lovabl",
15534 "love" => "love",
15535 "loveable" => "loveabl",
15536 "loved" => "love",
15537 "lovelier" => "loveli",
15538 "loveliest" => "loveliest",
15539 "loveliness" => "loveli",
15540 "lovely" => "love",
15541 "lover" => "lover",
15542 "lovers" => "lover",
15543 "loves" => "love",
15544 "loving" => "love",
15545 "lovingly" => "love",
15546 "lovingness" => "loving",
15547 "low" => "low",
15548 "lower" => "lower",
15549 "lowered" => "lower",
15550 "lowering" => "lower",
15551 "lowers" => "lower",
15552 "lowest" => "lowest",
15553 "lowland" => "lowland",
15554 "lowliest" => "lowliest",
15555 "lowliness" => "lowli",
15556 "lowly" => "lowli",
15557 "lowness" => "low",
15558 "loyal" => "loyal",
15559 "loyalty" => "loyalti",
15560 "lozenge" => "lozeng",
15561 "lozenges" => "lozeng",
15562 "lt" => "lt",
15563 "lubricates" => "lubric",
15564 "lucanee" => "lucane",
15565 "lucia" => "lucia",
15566 "luciano" => "luciano",
15567 "lucid" => "lucid",
15568 "lucidly" => "lucid",
15569 "lucifer" => "lucif",
15570 "lucifers" => "lucif",
15571 "luck" => "luck",
15572 "luckiest" => "luckiest",
15573 "luckily" => "luckili",
15574 "luckless" => "luckless",
15575 "lucky" => "lucki",
15576 "lucrative" => "lucrat",
15577 "lucre" => "lucr",
15578 "lucy" => "luci",
15579 "lud" => "lud",
15580 "ludgate" => "ludgat",
15581 "ludicrous" => "ludicr",
15582 "ludicrously" => "ludicr",
15583 "ludship" => "ludship",
15584 "ludwigovna" => "ludwigovna",
15585 "luffy" => "luffi",
15586 "luggage" => "luggag",
15587 "lugged" => "lug",
15588 "lui" => "lui",
15589 "luis" => "lui",
15590 "luise" => "luis",
15591 "lukewarm" => "lukewarm",
15592 "lukin" => "lukin",
15593 "lull" => "lull",
15594 "lullaby" => "lullabi",
15595 "lulled" => "lull",
15596 "lulling" => "lull",
15597 "lulls" => "lull",
15598 "lumb" => "lumb",
15599 "lumbagers" => "lumbag",
15600 "lumber" => "lumber",
15601 "lumbering" => "lumber",
15602 "lumbey" => "lumbey",
15603 "luminary" => "luminari",
15604 "luminosus" => "luminosus",
15605 "luminous" => "lumin",
15606 "lumley" => "lumley",
15607 "lump" => "lump",
15608 "lumpkin" => "lumpkin",
15609 "lumps" => "lump",
15610 "lumpy" => "lumpi",
15611 "lunacy" => "lunaci",
15612 "lunatic" => "lunat",
15613 "lunch" => "lunch",
15614 "luncheon" => "luncheon",
15615 "lunches" => "lunch",
15616 "lund" => "lund",
15617 "lunge" => "lung",
15618 "lungs" => "lung",
15619 "lunnun" => "lunnun",
15620 "lupton" => "lupton",
15621 "lurch" => "lurch",
15622 "lurched" => "lurch",
15623 "lure" => "lure",
15624 "lured" => "lure",
15625 "lures" => "lure",
15626 "lurid" => "lurid",
15627 "luring" => "lure",
15628 "lurk" => "lurk",
15629 "lurked" => "lurk",
15630 "lurking" => "lurk",
15631 "luscious" => "luscious",
15632 "lustfahrt" => "lustfahrt",
15633 "lustier" => "lustier",
15634 "lustily" => "lustili",
15635 "lustre" => "lustr",
15636 "lustreless" => "lustreless",
15637 "lustrous" => "lustrous",
15638 "lusts" => "lust",
15639 "lusty" => "lusti",
15640 "lute" => "lute",
15641 "luxan" => "luxan",
15642 "luxuriance" => "luxuri",
15643 "luxuriant" => "luxuri",
15644 "luxuriantly" => "luxuri",
15645 "luxuriate" => "luxuri",
15646 "luxuriating" => "luxuri",
15647 "luxuries" => "luxuri",
15648 "luxurious" => "luxuri",
15649 "luxuriously" => "luxuri",
15650 "luxury" => "luxuri",
15651 "luzhin" => "luzhin",
15652 "lv" => "lv",
15653 "lvi" => "lvi",
15654 "lvii" => "lvii",
15655 "lviii" => "lviii",
15656 "lx" => "lx",
15657 "lxi" => "lxi",
15658 "lxii" => "lxii",
15659 "lxiii" => "lxiii",
15660 "lxiv" => "lxiv",
15661 "lxv" => "lxv",
15662 "lxvi" => "lxvi",
15663 "lxvii" => "lxvii",
15664 "ly" => "ly",
15665 "lycosa" => "lycosa",
15666 "lycurgus" => "lycurgus",
15667 "lyell" => "lyell",
15668 "lying" => "lie",
15669 "lymington" => "lymington",
15670 "lymph" => "lymph",
15671 "lynne" => "lynn",
15672 "lynx" => "lynx",
15673 "lyra" => "lyra",
15674 "lyre" => "lyre",
15675 "lyres" => "lyre",
15676 "m" => "m",
15677 "ma" => "ma",
15678 "macadam" => "macadam",
15679 "macae" => "maca",
15680 "macbeth" => "macbeth",
15681 "maccoort" => "maccoort",
15682 "maccoorts" => "maccoort",
15683 "macculloch" => "macculloch",
15684 "mace" => "mace",
15685 "maces" => "mace",
15686 "macfuzlem" => "macfuzlem",
15687 "macgregor" => "macgregor",
15688 "machina" => "machina",
15689 "machine" => "machin",
15690 "machinery" => "machineri",
15691 "mack" => "mack",
15692 "mackenzie" => "mackenzi",
15693 "maclaren" => "maclaren",
15694 "macpherson" => "macpherson",
15695 "macphersons" => "macpherson",
15696 "macquarie" => "macquari",
15697 "macquarrie" => "macquarri",
15698 "macrauchenia" => "macrauchenia",
15699 "macrocystis" => "macrocysti",
15700 "mactrae" => "mactra",
15701 "maculata" => "maculata",
15702 "mad" => "mad",
15703 "madagascar" => "madagascar",
15704 "madam" => "madam",
15705 "madame" => "madam",
15706 "madcaps" => "madcap",
15707 "madchen" => "madchen",
15708 "madden" => "madden",
15709 "maddened" => "madden",
15710 "maddening" => "madden",
15711 "madder" => "madder",
15712 "maddest" => "maddest",
15713 "made" => "made",
15714 "madeira" => "madeira",
15715 "madeline" => "madelin",
15716 "mademoiselle" => "mademoisell",
15717 "madhouse" => "madhous",
15718 "madly" => "mad",
15719 "madman" => "madman",
15720 "madmen" => "madmen",
15721 "madness" => "mad",
15722 "madonna" => "madonna",
15723 "madras" => "madra",
15724 "madre" => "madr",
15725 "madrid" => "madrid",
15726 "madrina" => "madrina",
15727 "madrinas" => "madrina",
15728 "madwoman" => "madwoman",
15729 "mag" => "mag",
15730 "magalonyx" => "magalonyx",
15731 "magazine" => "magazin",
15732 "magazines" => "magazin",
15733 "magdalen" => "magdalen",
15734 "magellan" => "magellan",
15735 "magellanica" => "magellanica",
15736 "magellanicus" => "magellanicus",
15737 "maggot" => "maggot",
15738 "maggots" => "maggot",
15739 "magic" => "magic",
15740 "magical" => "magic",
15741 "magically" => "magic",
15742 "magician" => "magician",
15743 "magistrate" => "magistr",
15744 "magistrates" => "magistr",
15745 "magnanimity" => "magnanim",
15746 "magnanimous" => "magnanim",
15747 "magnanimously" => "magnanim",
15748 "magnate" => "magnat",
15749 "magnates" => "magnat",
15750 "magnesium" => "magnesium",
15751 "magnetic" => "magnet",
15752 "magnetized" => "magnet",
15753 "magnificence" => "magnific",
15754 "magnificent" => "magnific",
15755 "magnificently" => "magnific",
15756 "magnified" => "magnifi",
15757 "magnifies" => "magnifi",
15758 "magnify" => "magnifi",
15759 "magnifying" => "magnifi",
15760 "magnirostris" => "magnirostri",
15761 "magnitude" => "magnitud",
15762 "magnum" => "magnum",
15763 "magog" => "magog",
15764 "magpie" => "magpi",
15765 "magpies" => "magpi",
15766 "mahdoo" => "mahdoo",
15767 "mahlos" => "mahlo",
15768 "mahogany" => "mahogani",
15769 "mahomedan" => "mahomedan",
15770 "mahomet" => "mahomet",
15771 "mahony" => "mahoni",
15772 "mai" => "mai",
15773 "maid" => "maid",
15774 "maiden" => "maiden",
15775 "maidenly" => "maiden",
15776 "maidens" => "maiden",
15777 "maidish" => "maidish",
15778 "maids" => "maid",
15779 "maidservants" => "maidserv",
15780 "mail" => "mail",
15781 "maim" => "maim",
15782 "maimed" => "maim",
15783 "main" => "main",
15784 "mainland" => "mainland",
15785 "mainly" => "main",
15786 "mainspring" => "mainspr",
15787 "mainstay" => "mainstay",
15788 "maintain" => "maintain",
15789 "maintained" => "maintain",
15790 "maintaining" => "maintain",
15791 "maintenance" => "mainten",
15792 "maire" => "mair",
15793 "maitre" => "maitr",
15794 "majestic" => "majest",
15795 "majestically" => "majest",
15796 "majesty" => "majesti",
15797 "major" => "major",
15798 "majorities" => "major",
15799 "majority" => "major",
15800 "mak" => "mak",
15801 "make" => "make",
15802 "maker" => "maker",
15803 "makers" => "maker",
15804 "makes" => "make",
15805 "making" => "make",
15806 "maktng" => "maktng",
15807 "mal" => "mal",
15808 "malacca" => "malacca",
15809 "malady" => "maladi",
15810 "malaria" => "malaria",
15811 "malay" => "malay",
15812 "malaya" => "malaya",
15813 "malays" => "malay",
15814 "malcolmson" => "malcolmson",
15815 "malcontents" => "malcont",
15816 "maldiva" => "maldiva",
15817 "maldonado" => "maldonado",
15818 "male" => "male",
15819 "malediction" => "maledict",
15820 "maledictions" => "maledict",
15821 "malefactors" => "malefactor",
15822 "males" => "male",
15823 "malevolent" => "malevol",
15824 "malgre" => "malgr",
15825 "malice" => "malic",
15826 "malicious" => "malici",
15827 "maliciously" => "malici",
15828 "malignance" => "malign",
15829 "malignant" => "malign",
15830 "malignantly" => "malign",
15831 "maligned" => "malign",
15832 "malignity" => "malign",
15833 "mall" => "mall",
15834 "malleable" => "malleabl",
15835 "mallowford" => "mallowford",
15836 "malouines" => "malouin",
15837 "malt" => "malt",
15838 "malta" => "malta",
15839 "malte" => "malt",
15840 "maltreatment" => "maltreat",
15841 "malty" => "malti",
15842 "mama" => "mama",
15843 "mamas" => "mama",
15844 "mameluke" => "mameluk",
15845 "mamma" => "mamma",
15846 "mammalia" => "mammalia",
15847 "mammals" => "mammal",
15848 "mammiferous" => "mammifer",
15849 "mammifers" => "mammif",
15850 "mammillated" => "mammil",
15851 "mammon" => "mammon",
15852 "mammy" => "mammi",
15853 "man" => "man",
15854 "manage" => "manag",
15855 "manageable" => "manag",
15856 "managed" => "manag",
15857 "management" => "manag",
15858 "manager" => "manag",
15859 "manageress" => "manageress",
15860 "managers" => "manag",
15861 "manages" => "manag",
15862 "managing" => "manag",
15863 "manatee" => "manate",
15864 "manchester" => "manchest",
15865 "mandate" => "mandat",
15866 "mandetiba" => "mandetiba",
15867 "mandibl" => "mandibl",
15868 "mandible" => "mandibl",
15869 "mandioca" => "mandioca",
15870 "mane" => "mane",
15871 "manes" => "mane",
15872 "manful" => "man",
15873 "manfully" => "man",
15874 "manganese" => "manganes",
15875 "manger" => "manger",
15876 "mangering" => "manger",
15877 "mangle" => "mangl",
15878 "mangles" => "mangl",
15879 "mangling" => "mangl",
15880 "mango" => "mango",
15881 "mangostin" => "mangostin",
15882 "mangot" => "mangot",
15883 "mangroves" => "mangrov",
15884 "mangy" => "mangi",
15885 "manhood" => "manhood",
15886 "mania" => "mania",
15887 "maniac" => "maniac",
15888 "maniacs" => "maniac",
15889 "manie" => "mani",
15890 "manifest" => "manifest",
15891 "manifestation" => "manifest",
15892 "manifestations" => "manifest",
15893 "manifested" => "manifest",
15894 "manifesting" => "manifest",
15895 "manifestly" => "manifest",
15896 "manifests" => "manifest",
15897 "manifold" => "manifold",
15898 "manipulated" => "manipul",
15899 "manipulation" => "manipul",
15900 "mankind" => "mankind",
15901 "manliness" => "manli",
15902 "manly" => "man",
15903 "manne" => "mann",
15904 "manned" => "man",
15905 "manner" => "manner",
15906 "mannered" => "manner",
15907 "manners" => "manner",
15908 "mannish" => "mannish",
15909 "manoeuvre" => "manoeuvr",
15910 "manoeuvred" => "manoeuvr",
15911 "manoeuvres" => "manoeuvr",
15912 "manoeuvring" => "manoeuvr",
15913 "manor" => "manor",
15914 "mansion" => "mansion",
15915 "mansions" => "mansion",
15916 "manslaughtering" => "manslaught",
15917 "mansos" => "manso",
15918 "mantalini" => "mantalini",
15919 "mantel" => "mantel",
15920 "mantelpiece" => "mantelpiec",
15921 "mantelshelf" => "mantelshelf",
15922 "mantie" => "manti",
15923 "mantle" => "mantl",
15924 "mantled" => "mantl",
15925 "mantles" => "mantl",
15926 "mantling" => "mantl",
15927 "manual" => "manual",
15928 "manuals" => "manual",
15929 "manuel" => "manuel",
15930 "manufactories" => "manufactori",
15931 "manufactory" => "manufactori",
15932 "manufacture" => "manufactur",
15933 "manufactured" => "manufactur",
15934 "manufacturers" => "manufactur",
15935 "manufacturing" => "manufactur",
15936 "manure" => "manur",
15937 "manured" => "manur",
15938 "manuring" => "manur",
15939 "manuscript" => "manuscript",
15940 "manuscripts" => "manuscript",
15941 "many" => "mani",
15942 "map" => "map",
15943 "mapped" => "map",
15944 "maps" => "map",
15945 "mar" => "mar",
15946 "marbl" => "marbl",
15947 "marble" => "marbl",
15948 "marbles" => "marbl",
15949 "march" => "march",
15950 "marchantiae" => "marchantia",
15951 "marched" => "march",
15952 "marches" => "march",
15953 "marching" => "march",
15954 "mare" => "mare",
15955 "mares" => "mare",
15956 "marfa" => "marfa",
15957 "margate" => "margat",
15958 "marge" => "marg",
15959 "margin" => "margin",
15960 "marginal" => "margin",
15961 "margins" => "margin",
15962 "mari" => "mari",
15963 "maria" => "maria",
15964 "mariano" => "mariano",
15965 "marica" => "marica",
15966 "marie" => "mari",
15967 "marine" => "marin",
15968 "mariners" => "marin",
15969 "marines" => "marin",
15970 "marital" => "marit",
15971 "maritime" => "maritim",
15972 "mark" => "mark",
15973 "marked" => "mark",
15974 "marker" => "marker",
15975 "market" => "market",
15976 "marketing" => "market",
15977 "marketplace" => "marketplac",
15978 "markets" => "market",
15979 "marking" => "mark",
15980 "marks" => "mark",
15981 "marl" => "marl",
15982 "marlborough" => "marlborough",
15983 "marly" => "mar",
15984 "marmalade" => "marmalad",
15985 "marmeladov" => "marmeladov",
15986 "marmeladovs" => "marmeladov",
15987 "marquess" => "marquess",
15988 "marquis" => "marqui",
15989 "marquises" => "marquis",
15990 "marred" => "mar",
15991 "marriage" => "marriag",
15992 "marriages" => "marriag",
15993 "married" => "marri",
15994 "marries" => "marri",
15995 "marring" => "mar",
15996 "marrow" => "marrow",
15997 "marrows" => "marrow",
15998 "marry" => "marri",
15999 "marrying" => "marri",
16000 "mars" => "mar",
16001 "marsden" => "marsden",
16002 "marseilles" => "marseill",
16003 "marsh" => "marsh",
16004 "marshal" => "marshal",
16005 "marshalled" => "marshal",
16006 "marshes" => "marsh",
16007 "marshy" => "marshi",
16008 "marstone" => "marston",
16009 "marstones" => "marston",
16010 "marsupial" => "marsupi",
16011 "mart" => "mart",
16012 "martens" => "marten",
16013 "martha" => "martha",
16014 "martial" => "martial",
16015 "martin" => "martin",
16016 "martindale" => "martindal",
16017 "martindales" => "martindal",
16018 "martins" => "martin",
16019 "martlets" => "martlet",
16020 "martyr" => "martyr",
16021 "martyrdom" => "martyrdom",
16022 "marvel" => "marvel",
16023 "marvelled" => "marvel",
16024 "marvelling" => "marvel",
16025 "marvellous" => "marvel",
16026 "marvellously" => "marvel",
16027 "marvels" => "marvel",
16028 "mary" => "mari",
16029 "marylebone" => "marylebon",
16030 "marys" => "mari",
16031 "mascariensis" => "mascariensi",
16032 "masculine" => "masculin",
16033 "mashes" => "mash",
16034 "mask" => "mask",
16035 "masonry" => "masonri",
16036 "masquerading" => "masquerad",
16037 "mass" => "mass",
16038 "massacre" => "massacr",
16039 "massacred" => "massacr",
16040 "massacres" => "massacr",
16041 "masse" => "mass",
16042 "masses" => "mass",
16043 "massive" => "massiv",
16044 "massively" => "massiv",
16045 "mast" => "mast",
16046 "mastadon" => "mastadon",
16047 "masted" => "mast",
16048 "master" => "master",
16049 "mastered" => "master",
16050 "masterful" => "master",
16051 "mastering" => "master",
16052 "masterly" => "master",
16053 "masterpieces" => "masterpiec",
16054 "masters" => "master",
16055 "mastery" => "masteri",
16056 "masthead" => "masthead",
16057 "mastiff" => "mastiff",
16058 "mastodon" => "mastodon",
16059 "mastodons" => "mastodon",
16060 "masts" => "mast",
16061 "mat" => "mat",
16062 "mata" => "mata",
16063 "mataco" => "mataco",
16064 "matador" => "matador",
16065 "matavai" => "matavai",
16066 "match" => "match",
16067 "matched" => "match",
16068 "matches" => "match",
16069 "matching" => "match",
16070 "mate" => "mate",
16071 "material" => "materi",
16072 "materially" => "materi",
16073 "materials" => "materi",
16074 "maternal" => "matern",
16075 "mates" => "mate",
16076 "mathematical" => "mathemat",
16077 "mathematically" => "mathemat",
16078 "mathematics" => "mathemat",
16079 "matilda" => "matilda",
16080 "matins" => "matin",
16081 "matlock" => "matlock",
16082 "matricide" => "matricid",
16083 "matrimonial" => "matrimoni",
16084 "matrimonially" => "matrimoni",
16085 "matrimony" => "matrimoni",
16086 "matrix" => "matrix",
16087 "matron" => "matron",
16088 "matronly" => "matron",
16089 "matrons" => "matron",
16090 "mats" => "mat",
16091 "matted" => "mat",
16092 "matter" => "matter",
16093 "mattered" => "matter",
16094 "matters" => "matter",
16095 "matther" => "matther",
16096 "matthew" => "matthew",
16097 "matthews" => "matthew",
16098 "matting" => "mat",
16099 "mattress" => "mattress",
16100 "mattresses" => "mattress",
16101 "mature" => "matur",
16102 "matured" => "matur",
16103 "maturely" => "matur",
16104 "maturer" => "matur",
16105 "maturity" => "matur",
16106 "matutina" => "matutina",
16107 "matvey" => "matvey",
16108 "maun" => "maun",
16109 "maunder" => "maunder",
16110 "maurice" => "mauric",
16111 "mauritius" => "mauritius",
16112 "maurua" => "maurua",
16113 "mausoleum" => "mausoleum",
16114 "mausoleums" => "mausoleum",
16115 "mauvais" => "mauvai",
16116 "mawkish" => "mawkish",
16117 "maxillae" => "maxilla",
16118 "maxim" => "maxim",
16119 "may" => "may",
16120 "maybe" => "mayb",
16121 "maydickle" => "maydickl",
16122 "mayfair" => "mayfair",
16123 "mayhap" => "mayhap",
16124 "mayn" => "mayn",
16125 "mayo" => "mayo",
16126 "mayor" => "mayor",
16127 "maypu" => "maypu",
16128 "mayst" => "mayst",
16129 "maze" => "maze",
16130 "mazeppa" => "mazeppa",
16131 "mazes" => "maze",
16132 "mazurka" => "mazurka",
16133 "mazy" => "mazi",
16134 "me" => "me",
16135 "meadow" => "meadow",
16136 "meadows" => "meadow",
16137 "meads" => "mead",
16138 "meagre" => "meagr",
16139 "meal" => "meal",
16140 "meals" => "meal",
16141 "mean" => "mean",
16142 "meandering" => "meander",
16143 "meanest" => "meanest",
16144 "meaning" => "mean",
16145 "meaningless" => "meaningless",
16146 "meanings" => "mean",
16147 "meanly" => "mean",
16148 "meanness" => "mean",
16149 "means" => "mean",
16150 "meant" => "meant",
16151 "meantime" => "meantim",
16152 "meanwhile" => "meanwhil",
16153 "measles" => "measl",
16154 "measther" => "measther",
16155 "measthers" => "measther",
16156 "measure" => "measur",
16157 "measured" => "measur",
16158 "measurement" => "measur",
16159 "measurements" => "measur",
16160 "measurer" => "measur",
16161 "measures" => "measur",
16162 "measuring" => "measur",
16163 "meat" => "meat",
16164 "meats" => "meat",
16165 "mechanic" => "mechan",
16166 "mechanical" => "mechan",
16167 "mechanically" => "mechan",
16168 "mechanics" => "mechan",
16169 "mechanism" => "mechan",
16170 "mecum" => "mecum",
16171 "medal" => "medal",
16172 "medallions" => "medallion",
16173 "meddle" => "meddl",
16174 "meddled" => "meddl",
16175 "meddlers" => "meddler",
16176 "meddlesome" => "meddlesom",
16177 "meddling" => "meddl",
16178 "mediaeval" => "mediaev",
16179 "mediate" => "mediat",
16180 "mediation" => "mediat",
16181 "mediator" => "mediat",
16182 "medical" => "medic",
16183 "medicinal" => "medicin",
16184 "medicine" => "medicin",
16185 "medicines" => "medicin",
16186 "mediocrity" => "mediocr",
16187 "meditate" => "medit",
16188 "meditated" => "medit",
16189 "meditates" => "medit",
16190 "meditating" => "medit",
16191 "meditation" => "medit",
16192 "meditations" => "medit",
16193 "meditative" => "medit",
16194 "meditatively" => "medit",
16195 "mediterranean" => "mediterranean",
16196 "medium" => "medium",
16197 "medley" => "medley",
16198 "medusae" => "medusa",
16199 "meek" => "meek",
16200 "meekest" => "meekest",
16201 "meekly" => "meek",
16202 "meekness" => "meek",
16203 "meet" => "meet",
16204 "meeting" => "meet",
16205 "meetings" => "meet",
16206 "meets" => "meet",
16207 "megalonyx" => "megalonyx",
16208 "megalosaurus" => "megalosaurus",
16209 "megapodius" => "megapodius",
16210 "megatherium" => "megatherium",
16211 "megatheroid" => "megatheroid",
16212 "mehr" => "mehr",
16213 "melancholy" => "melancholi",
16214 "melanops" => "melanop",
16215 "melanotis" => "melanoti",
16216 "melasoma" => "melasoma",
16217 "melchisedech" => "melchisedech",
16218 "melindres" => "melindr",
16219 "mell" => "mell",
16220 "mellifluousness" => "melliflu",
16221 "mellow" => "mellow",
16222 "mellowed" => "mellow",
16223 "mellows" => "mellow",
16224 "melodious" => "melodi",
16225 "melodiously" => "melodi",
16226 "melodrama" => "melodrama",
16227 "melodramatic" => "melodramat",
16228 "melody" => "melodi",
16229 "melolonthidae" => "melolonthida",
16230 "melons" => "melon",
16231 "melt" => "melt",
16232 "melted" => "melt",
16233 "melteth" => "melteth",
16234 "melting" => "melt",
16235 "melts" => "melt",
16236 "melvilleson" => "melvilleson",
16237 "mem" => "mem",
16238 "member" => "member",
16239 "members" => "member",
16240 "membrane" => "membran",
16241 "membranous" => "membran",
16242 "mememto" => "mememto",
16243 "memoir" => "memoir",
16244 "memoirs" => "memoir",
16245 "memorable" => "memor",
16246 "memoranda" => "memoranda",
16247 "memorandum" => "memorandum",
16248 "memorial" => "memori",
16249 "memorials" => "memori",
16250 "memories" => "memori",
16251 "memory" => "memori",
16252 "men" => "men",
16253 "menace" => "menac",
16254 "menacing" => "menac",
16255 "menage" => "menag",
16256 "menchicoff" => "menchicoff",
16257 "mend" => "mend",
16258 "mended" => "mend",
16259 "mending" => "mend",
16260 "mendoza" => "mendoza",
16261 "mendozinos" => "mendozino",
16262 "mends" => "mend",
16263 "menfion" => "menfion",
16264 "menfioning" => "menfion",
16265 "mental" => "mental",
16266 "mentally" => "mental",
16267 "mention" => "mention",
16268 "mentioned" => "mention",
16269 "mentioning" => "mention",
16270 "mentions" => "mention",
16271 "mentor" => "mentor",
16272 "mercantile" => "mercantil",
16273 "mercedes" => "merced",
16274 "mercenary" => "mercenari",
16275 "mercers" => "mercer",
16276 "merchandise" => "merchandis",
16277 "merchant" => "merchant",
16278 "merchants" => "merchant",
16279 "mercie" => "merci",
16280 "mercies" => "merci",
16281 "merciful" => "merci",
16282 "mercifully" => "merci",
16283 "merciless" => "merciless",
16284 "mercilessly" => "merciless",
16285 "mercuries" => "mercuri",
16286 "mercury" => "mercuri",
16287 "mercy" => "merci",
16288 "mere" => "mere",
16289 "merely" => "mere",
16290 "merest" => "merest",
16291 "merged" => "merg",
16292 "merging" => "merg",
16293 "merid" => "merid",
16294 "meridian" => "meridian",
16295 "merit" => "merit",
16296 "merited" => "merit",
16297 "meritorious" => "meritori",
16298 "meritoriously" => "meritori",
16299 "merits" => "merit",
16300 "mermaid" => "mermaid",
16301 "mero" => "mero",
16302 "merrier" => "merrier",
16303 "merriest" => "merriest",
16304 "merrily" => "merrili",
16305 "merriment" => "merriment",
16306 "merry" => "merri",
16307 "merveille" => "merveill",
16308 "mervyn" => "mervyn",
16309 "mesalliance" => "mesalli",
16310 "mesh" => "mesh",
16311 "meshes" => "mesh",
16312 "mesmerism" => "mesmer",
16313 "mess" => "mess",
16314 "message" => "messag",
16315 "messages" => "messag",
16316 "messenger" => "messeng",
16317 "messengers" => "messeng",
16318 "messes" => "mess",
16319 "messiah" => "messiah",
16320 "messrs" => "messr",
16321 "met" => "met",
16322 "metal" => "metal",
16323 "metallic" => "metal",
16324 "metalliferous" => "metallifer",
16325 "metals" => "metal",
16326 "metamorphic" => "metamorph",
16327 "metamorphosed" => "metamorphos",
16328 "metaphorically" => "metaphor",
16329 "metaphysical" => "metaphys",
16330 "metaphysics" => "metaphys",
16331 "meteor" => "meteor",
16332 "meteorological" => "meteorolog",
16333 "meteors" => "meteor",
16334 "method" => "method",
16335 "methodical" => "method",
16336 "methodically" => "method",
16337 "methodist" => "methodist",
16338 "methods" => "method",
16339 "methoozellers" => "methoozel",
16340 "methuselah" => "methuselah",
16341 "metropolis" => "metropoli",
16342 "metropolitan" => "metropolitan",
16343 "mettle" => "mettl",
16344 "mew" => "mew",
16345 "mewlinn" => "mewlinn",
16346 "mewlinnwillinwodd" => "mewlinnwillinwodd",
16347 "mews" => "mew",
16348 "mexican" => "mexican",
16349 "mexico" => "mexico",
16350 "mezzotinto" => "mezzotinto",
16351 "miasma" => "miasma",
16352 "mica" => "mica",
16353 "micaceous" => "micac",
16354 "mice" => "mice",
16355 "michael" => "michael",
16356 "michaelmas" => "michaelma",
16357 "michell" => "michel",
16358 "mickle" => "mickl",
16359 "microbes" => "microb",
16360 "microscope" => "microscop",
16361 "microscopic" => "microscop",
16362 "microscopical" => "microscop",
16363 "mid" => "mid",
16364 "midday" => "midday",
16365 "middl" => "middl",
16366 "middle" => "middl",
16367 "middlesex" => "middlesex",
16368 "middleton" => "middleton",
16369 "middling" => "middl",
16370 "midnight" => "midnight",
16371 "midshipmen" => "midshipmen",
16372 "midst" => "midst",
16373 "midsummer" => "midsumm",
16374 "midway" => "midway",
16375 "midwives" => "midwiv",
16376 "mien" => "mien",
16377 "miers" => "mier",
16378 "might" => "might",
16379 "mightier" => "mightier",
16380 "mightily" => "mightili",
16381 "mightn" => "mightn",
16382 "mighty" => "mighti",
16383 "mignonette" => "mignonett",
16384 "migrate" => "migrat",
16385 "migrated" => "migrat",
16386 "migrates" => "migrat",
16387 "migrating" => "migrat",
16388 "migration" => "migrat",
16389 "migrations" => "migrat",
16390 "migratorius" => "migratorius",
16391 "migratory" => "migratori",
16392 "mihail" => "mihail",
16393 "mihailovitch" => "mihailovitch",
16394 "mihailovsky" => "mihailovski",
16395 "mikolka" => "mikolka",
16396 "milch" => "milch",
16397 "mild" => "mild",
16398 "milder" => "milder",
16399 "mildest" => "mildest",
16400 "mildewed" => "mildew",
16401 "mildly" => "mild",
16402 "mildmay" => "mildmay",
16403 "mildness" => "mild",
16404 "mile" => "mile",
16405 "miles" => "mile",
16406 "milestone" => "mileston",
16407 "milestones" => "mileston",
16408 "military" => "militari",
16409 "militia" => "militia",
16410 "milk" => "milk",
16411 "milked" => "milk",
16412 "milking" => "milk",
16413 "milkmaid" => "milkmaid",
16414 "milkman" => "milkman",
16415 "milkpot" => "milkpot",
16416 "milksop" => "milksop",
16417 "milky" => "milki",
16418 "mill" => "mill",
16419 "millennium" => "millennium",
16420 "millenniums" => "millennium",
16421 "millepois" => "millepoi",
16422 "millepora" => "millepora",
16423 "miller" => "miller",
16424 "milleypoise" => "milleypois",
16425 "milliner" => "millin",
16426 "milliners" => "millin",
16427 "millinery" => "millineri",
16428 "milling" => "mill",
16429 "million" => "million",
16430 "millionaire" => "millionair",
16431 "millions" => "million",
16432 "millionth" => "millionth",
16433 "mills" => "mill",
16434 "millstone" => "millston",
16435 "milton" => "milton",
16436 "mimicking" => "mimick",
16437 "mimicry" => "mimicri",
16438 "mimics" => "mimic",
16439 "mimosa" => "mimosa",
16440 "mimosae" => "mimosa",
16441 "mimosas" => "mimosa",
16442 "mimus" => "mimus",
16443 "minaret" => "minaret",
16444 "minas" => "mina",
16445 "mince" => "minc",
16446 "minced" => "minc",
16447 "mincefenille" => "mincefenill",
16448 "mincing" => "minc",
16449 "mincingly" => "minc",
16450 "mind" => "mind",
16451 "minded" => "mind",
16452 "mindedly" => "mind",
16453 "mindedness" => "minded",
16454 "mindful" => "mind",
16455 "minding" => "mind",
16456 "minds" => "mind",
16457 "mine" => "mine",
16458 "miner" => "miner",
16459 "mineral" => "miner",
16460 "mineralogical" => "mineralog",
16461 "miners" => "miner",
16462 "minerva" => "minerva",
16463 "mines" => "mine",
16464 "mingle" => "mingl",
16465 "mingled" => "mingl",
16466 "mingles" => "mingl",
16467 "mingling" => "mingl",
16468 "miniature" => "miniatur",
16469 "miniatures" => "miniatur",
16470 "minimum" => "minimum",
16471 "mining" => "mine",
16472 "minions" => "minion",
16473 "minister" => "minist",
16474 "ministered" => "minist",
16475 "ministerial" => "ministeri",
16476 "ministerialist" => "ministerialist",
16477 "ministers" => "minist",
16478 "ministership" => "ministership",
16479 "ministration" => "ministr",
16480 "ministrations" => "ministr",
16481 "ministress" => "ministress",
16482 "ministries" => "ministri",
16483 "ministry" => "ministri",
16484 "minnit" => "minnit",
16485 "minor" => "minor",
16486 "minorities" => "minor",
16487 "minority" => "minor",
16488 "minster" => "minster",
16489 "minstrel" => "minstrel",
16490 "mint" => "mint",
16491 "minute" => "minut",
16492 "minutely" => "minut",
16493 "minuteness" => "minut",
16494 "minutes" => "minut",
16495 "minutest" => "minutest",
16496 "minutus" => "minutus",
16497 "minx" => "minx",
16498 "miracle" => "miracl",
16499 "miraculous" => "miracul",
16500 "mirage" => "mirag",
16501 "miranda" => "miranda",
16502 "mire" => "mire",
16503 "mirror" => "mirror",
16504 "mirrored" => "mirror",
16505 "mirrors" => "mirror",
16506 "mirth" => "mirth",
16507 "mirthful" => "mirth",
16508 "mirthfulness" => "mirth",
16509 "miry" => "miri",
16510 "misanthrope" => "misanthrop",
16511 "misanthropical" => "misanthrop",
16512 "misapprehend" => "misapprehend",
16513 "misapprehended" => "misapprehend",
16514 "misbehave" => "misbehav",
16515 "misbehaved" => "misbehav",
16516 "misbehaving" => "misbehav",
16517 "misbestowed" => "misbestow",
16518 "miscalculated" => "miscalcul",
16519 "miscalculation" => "miscalcul",
16520 "miscalled" => "miscal",
16521 "miscarried" => "miscarri",
16522 "miscellaneous" => "miscellan",
16523 "mischance" => "mischanc",
16524 "mischances" => "mischanc",
16525 "mischeevious" => "mischeevi",
16526 "mischief" => "mischief",
16527 "mischievous" => "mischiev",
16528 "misconception" => "misconcept",
16529 "misconduct" => "misconduct",
16530 "misconstruction" => "misconstruct",
16531 "misconstructions" => "misconstruct",
16532 "misconstrued" => "misconstru",
16533 "misconstruing" => "misconstru",
16534 "miscreant" => "miscreant",
16535 "misdeed" => "misde",
16536 "misdeeds" => "misde",
16537 "misdemeanor" => "misdemeanor",
16538 "misdemeanour" => "misdemeanour",
16539 "misdemeanours" => "misdemeanour",
16540 "misdirected" => "misdirect",
16541 "misdirecting" => "misdirect",
16542 "misdirections" => "misdirect",
16543 "miser" => "miser",
16544 "miserable" => "miser",
16545 "miserably" => "miser",
16546 "misericordia" => "misericordia",
16547 "miseries" => "miseri",
16548 "miserly" => "miser",
16549 "misers" => "miser",
16550 "misery" => "miseri",
16551 "misfortune" => "misfortun",
16552 "misfortunes" => "misfortun",
16553 "misgave" => "misgav",
16554 "misgiving" => "misgiv",
16555 "misgivings" => "misgiv",
16556 "mishap" => "mishap",
16557 "misinformed" => "misinform",
16558 "misinterpreted" => "misinterpret",
16559 "misjudged" => "misjudg",
16560 "misjudges" => "misjudg",
16561 "mislaid" => "mislaid",
16562 "mislead" => "mislead",
16563 "misled" => "misl",
16564 "mismanaged" => "mismanag",
16565 "mismanagement" => "mismanag",
16566 "misplaced" => "misplac",
16567 "misrepresent" => "misrepres",
16568 "misrepresentations" => "misrepresent",
16569 "misrepresenting" => "misrepres",
16570 "miss" => "miss",
16571 "missed" => "miss",
16572 "misses" => "miss",
16573 "missile" => "missil",
16574 "missing" => "miss",
16575 "mission" => "mission",
16576 "missionaries" => "missionari",
16577 "missionary" => "missionari",
16578 "missiones" => "mission",
16579 "missions" => "mission",
16580 "missis" => "missi",
16581 "missive" => "missiv",
16582 "misspent" => "misspent",
16583 "missus" => "missus",
16584 "missy" => "missi",
16585 "mist" => "mist",
16586 "mistake" => "mistak",
16587 "mistaken" => "mistaken",
16588 "mistakenly" => "mistaken",
16589 "mistakes" => "mistak",
16590 "mistaking" => "mistak",
16591 "miste" => "mist",
16592 "mister" => "mister",
16593 "misther" => "misther",
16594 "mistily" => "mistili",
16595 "mistiness" => "misti",
16596 "mistoo" => "mistoo",
16597 "mistook" => "mistook",
16598 "mistress" => "mistress",
16599 "mistresses" => "mistress",
16600 "mistrust" => "mistrust",
16601 "mistrusted" => "mistrust",
16602 "mistrustful" => "mistrust",
16603 "mistrustfully" => "mistrust",
16604 "mistrusting" => "mistrust",
16605 "mistrusts" => "mistrust",
16606 "mists" => "mist",
16607 "misty" => "misti",
16608 "misunderstand" => "misunderstand",
16609 "misunderstanding" => "misunderstand",
16610 "misunderstood" => "misunderstood",
16611 "misused" => "misus",
16612 "misuses" => "misus",
16613 "mitchell" => "mitchel",
16614 "mite" => "mite",
16615 "mites" => "mite",
16616 "mitigation" => "mitig",
16617 "mitka" => "mitka",
16618 "mitrofanievsky" => "mitrofanievski",
16619 "mitten" => "mitten",
16620 "mix" => "mix",
16621 "mixed" => "mix",
16622 "mixer" => "mixer",
16623 "mixes" => "mix",
16624 "mixing" => "mix",
16625 "mixtur" => "mixtur",
16626 "mixture" => "mixtur",
16627 "mizzle" => "mizzl",
16628 "mlud" => "mlud",
16629 "mm" => "mm",
16630 "mmd" => "mmd",
16631 "mo" => "mo",
16632 "moan" => "moan",
16633 "moaned" => "moan",
16634 "moaning" => "moan",
16635 "moanings" => "moan",
16636 "moans" => "moan",
16637 "moat" => "moat",
16638 "mob" => "mob",
16639 "mobbed" => "mob",
16640 "mobbs" => "mobb",
16641 "mobile" => "mobil",
16642 "mock" => "mock",
16643 "mocked" => "mock",
16644 "mockeries" => "mockeri",
16645 "mockery" => "mockeri",
16646 "mocking" => "mock",
16647 "mockingly" => "mock",
16648 "mode" => "mode",
16649 "model" => "model",
16650 "modelled" => "model",
16651 "modelling" => "model",
16652 "models" => "model",
16653 "moderate" => "moder",
16654 "moderated" => "moder",
16655 "moderately" => "moder",
16656 "moderation" => "moder",
16657 "modern" => "modern",
16658 "modes" => "mode",
16659 "modest" => "modest",
16660 "modestly" => "modest",
16661 "modesty" => "modesti",
16662 "modifications" => "modif",
16663 "modified" => "modifi",
16664 "modify" => "modifi",
16665 "mogley" => "mogley",
16666 "mogul" => "mogul",
16667 "mohair" => "mohair",
16668 "moi" => "moi",
16669 "moiler" => "moiler",
16670 "moind" => "moind",
16671 "moins" => "moin",
16672 "moist" => "moist",
16673 "moisten" => "moisten",
16674 "moistened" => "moisten",
16675 "moistening" => "moisten",
16676 "moisture" => "moistur",
16677 "molar" => "molar",
16678 "molasses" => "molass",
16679 "moldavia" => "moldavia",
16680 "mole" => "mole",
16681 "molest" => "molest",
16682 "molestation" => "molest",
16683 "molested" => "molest",
16684 "molesting" => "molest",
16685 "moliere" => "molier",
16686 "molina" => "molina",
16687 "mollified" => "mollifi",
16688 "mollify" => "mollifi",
16689 "mollifying" => "mollifi",
16690 "mollusca" => "mollusca",
16691 "molluscous" => "mollusc",
16692 "molluscs" => "mollusc",
16693 "molothrus" => "molothrus",
16694 "molten" => "molten",
16695 "momen" => "momen",
16696 "moment" => "moment",
16697 "momentarily" => "momentarili",
16698 "momentary" => "momentari",
16699 "momentous" => "moment",
16700 "moments" => "moment",
16701 "momentum" => "momentum",
16702 "mon" => "mon",
16703 "monarch" => "monarch",
16704 "monarchs" => "monarch",
16705 "monastery" => "monasteri",
16706 "monats" => "monat",
16707 "monceaux" => "monceaux",
16708 "mond" => "mond",
16709 "monday" => "monday",
16710 "mondays" => "monday",
16711 "monde" => "mond",
16712 "monetary" => "monetari",
16713 "money" => "money",
16714 "moneyed" => "money",
16715 "moneys" => "money",
16716 "monge" => "mong",
16717 "mongering" => "monger",
16718 "mongrel" => "mongrel",
16719 "mongrels" => "mongrel",
16720 "mongrober" => "mongrob",
16721 "monied" => "moni",
16722 "monitions" => "monit",
16723 "monk" => "monk",
16724 "monkey" => "monkey",
16725 "monkeyish" => "monkeyish",
16726 "monkeys" => "monkey",
16727 "monks" => "monk",
16728 "monneyment" => "monney",
16729 "monoceros" => "monocero",
16730 "monocotyledonous" => "monocotyledon",
16731 "monodonta" => "monodonta",
16732 "monogram" => "monogram",
16733 "monologues" => "monologu",
16734 "monomania" => "monomania",
16735 "monomaniac" => "monomaniac",
16736 "monomaniacs" => "monomaniac",
16737 "monopolising" => "monopolis",
16738 "monopolist" => "monopolist",
16739 "monopolize" => "monopol",
16740 "monopoly" => "monopoli",
16741 "monosyllabic" => "monosyllab",
16742 "monosyllable" => "monosyl",
16743 "monosyllables" => "monosyl",
16744 "monotonous" => "monoton",
16745 "monotonously" => "monoton",
16746 "monotony" => "monotoni",
16747 "monsieur" => "monsieur",
16748 "monsoon" => "monsoon",
16749 "monster" => "monster",
16750 "monsters" => "monster",
16751 "monsther" => "monsther",
16752 "monstrous" => "monstrous",
16753 "monstrously" => "monstrous",
16754 "mont" => "mont",
16755 "montagne" => "montagn",
16756 "monte" => "mont",
16757 "monter" => "monter",
16758 "montes" => "mont",
16759 "month" => "month",
16760 "monthly" => "month",
16761 "months" => "month",
16762 "monument" => "monument",
16763 "monumental" => "monument",
16764 "monuments" => "monument",
16765 "mood" => "mood",
16766 "moodily" => "moodili",
16767 "moodiness" => "moodi",
16768 "moodle" => "moodl",
16769 "moods" => "mood",
16770 "moody" => "moodi",
16771 "moon" => "moon",
16772 "mooney" => "mooney",
16773 "mooning" => "moon",
16774 "moonlight" => "moonlight",
16775 "moonlighted" => "moonlight",
16776 "moons" => "moon",
16777 "moonshine" => "moonshin",
16778 "moonths" => "moonth",
16779 "moor" => "moor",
16780 "moored" => "moor",
16781 "moorings" => "moor",
16782 "moorish" => "moorish",
16783 "moorland" => "moorland",
16784 "moors" => "moor",
16785 "moot" => "moot",
16786 "mooted" => "moot",
16787 "mooth" => "mooth",
16788 "moothers" => "moother",
16789 "mope" => "mope",
16790 "moped" => "mope",
16791 "moping" => "mope",
16792 "mor" => "mor",
16793 "moraine" => "morain",
16794 "moral" => "moral",
16795 "moralise" => "moralis",
16796 "moralised" => "moralis",
16797 "moralising" => "moralis",
16798 "moralisings" => "moralis",
16799 "morality" => "moral",
16800 "moralizes" => "moral",
16801 "moralizing" => "moral",
16802 "morally" => "moral",
16803 "morals" => "moral",
16804 "morass" => "morass",
16805 "morbid" => "morbid",
16806 "morbidly" => "morbid",
16807 "morbury" => "morburi",
16808 "more" => "more",
16809 "moreover" => "moreov",
16810 "moresby" => "moresbi",
16811 "moreton" => "moreton",
16812 "morgan" => "morgan",
16813 "morgenfruh" => "morgenfruh",
16814 "morleena" => "morleena",
16815 "morn" => "morn",
16816 "morning" => "morn",
16817 "mornings" => "morn",
16818 "mornmg" => "mornmg",
16819 "morocco" => "morocco",
16820 "morose" => "moros",
16821 "morosely" => "moros",
16822 "moroseness" => "moros",
16823 "morpheus" => "morpheus",
16824 "morrow" => "morrow",
16825 "morsel" => "morsel",
16826 "morsels" => "morsel",
16827 "mortal" => "mortal",
16828 "mortality" => "mortal",
16829 "mortally" => "mortal",
16830 "mortals" => "mortal",
16831 "mortar" => "mortar",
16832 "mortgage" => "mortgag",
16833 "mortgages" => "mortgag",
16834 "mortgaging" => "mortgag",
16835 "mortification" => "mortif",
16836 "mortified" => "mortifi",
16837 "mortify" => "mortifi",
16838 "mortifying" => "mortifi",
16839 "mortimer" => "mortim",
16840 "morton" => "morton",
16841 "mos" => "mos",
16842 "moscow" => "moscow",
16843 "mosquitoes" => "mosquito",
16844 "moss" => "moss",
16845 "mosses" => "moss",
16846 "mossy" => "mossi",
16847 "most" => "most",
16848 "mostly" => "most",
16849 "moth" => "moth",
16850 "mother" => "mother",
16851 "motherless" => "motherless",
16852 "motherly" => "mother",
16853 "mothers" => "mother",
16854 "moths" => "moth",
16855 "motion" => "motion",
16856 "motioned" => "motion",
16857 "motioning" => "motion",
16858 "motionles" => "motionl",
16859 "motionless" => "motionless",
16860 "motions" => "motion",
16861 "motive" => "motiv",
16862 "motives" => "motiv",
16863 "motley" => "motley",
16864 "mottled" => "mottl",
16865 "mottles" => "mottl",
16866 "motto" => "motto",
16867 "mouchoir" => "mouchoir",
16868 "mould" => "mould",
16869 "moulded" => "mould",
16870 "moulder" => "moulder",
16871 "mouldering" => "moulder",
16872 "moulding" => "mould",
16873 "moulds" => "mould",
16874 "mouldy" => "mouldi",
16875 "moun" => "moun",
16876 "mound" => "mound",
16877 "mounds" => "mound",
16878 "mount" => "mount",
16879 "mountain" => "mountain",
16880 "mountainous" => "mountain",
16881 "mountains" => "mountain",
16882 "mountebanks" => "mountebank",
16883 "mounted" => "mount",
16884 "mounting" => "mount",
16885 "mounts" => "mount",
16886 "mourn" => "mourn",
16887 "mourned" => "mourn",
16888 "mourner" => "mourner",
16889 "mourners" => "mourner",
16890 "mournful" => "mourn",
16891 "mournfully" => "mourn",
16892 "mournfulness" => "mourn",
16893 "mourning" => "mourn",
16894 "mourns" => "mourn",
16895 "mouse" => "mous",
16896 "moustache" => "moustach",
16897 "moustached" => "moustach",
16898 "moustaches" => "moustach",
16899 "moustachios" => "moustachio",
16900 "mouth" => "mouth",
16901 "mouthed" => "mouth",
16902 "mouthful" => "mouth",
16903 "mouthfuls" => "mouth",
16904 "mouthing" => "mouth",
16905 "mouthpiece" => "mouthpiec",
16906 "mouths" => "mouth",
16907 "mov" => "mov",
16908 "movables" => "movabl",
16909 "move" => "move",
16910 "moveable" => "moveabl",
16911 "moved" => "move",
16912 "movemen" => "movemen",
16913 "movement" => "movement",
16914 "movements" => "movement",
16915 "mover" => "mover",
16916 "moves" => "move",
16917 "moving" => "move",
16918 "mowed" => "mow",
16919 "mown" => "mown",
16920 "mozart" => "mozart",
16921 "mp" => "mp",
16922 "mps" => "mps",
16923 "mr" => "mr",
16924 "mrs" => "mrs",
16925 "ms" => "ms",
16926 "mt" => "mt",
16927 "muc" => "muc",
16928 "much" => "much",
16929 "muchisimas" => "muchisima",
16930 "mucilaginous" => "mucilagin",
16931 "mucker" => "mucker",
16932 "mud" => "mud",
16933 "muddiest" => "muddiest",
16934 "muddle" => "muddl",
16935 "muddled" => "muddl",
16936 "muddles" => "muddl",
16937 "muddocks" => "muddock",
16938 "muddy" => "muddi",
16939 "muddying" => "muddi",
16940 "mudie" => "mudi",
16941 "mudlike" => "mudlik",
16942 "muffin" => "muffin",
16943 "muffins" => "muffin",
16944 "muffle" => "muffl",
16945 "muffled" => "muffl",
16946 "muffles" => "muffl",
16947 "muffling" => "muffl",
16948 "muffy" => "muffi",
16949 "mug" => "mug",
16950 "mugeres" => "muger",
16951 "mugs" => "mug",
16952 "mulatto" => "mulatto",
16953 "mulberry" => "mulberri",
16954 "mulcted" => "mulct",
16955 "mule" => "mule",
16956 "mules" => "mule",
16957 "muleteer" => "mulet",
16958 "muleteers" => "mulet",
16959 "mulita" => "mulita",
16960 "mullins" => "mullin",
16961 "multimaculatus" => "multimaculatus",
16962 "multiplication" => "multipl",
16963 "multiplicity" => "multipl",
16964 "multiplied" => "multipli",
16965 "multiplier" => "multipli",
16966 "multiply" => "multipli",
16967 "multiplying" => "multipli",
16968 "multitude" => "multitud",
16969 "multitudes" => "multitud",
16970 "multitudinous" => "multitudin",
16971 "mum" => "mum",
16972 "mumbled" => "mumbl",
16973 "mumbling" => "mumbl",
16974 "mummery" => "mummeri",
16975 "mummy" => "mummi",
16976 "mun" => "mun",
16977 "munchausen" => "munchausen",
16978 "munches" => "munch",
16979 "munching" => "munch",
16980 "mundane" => "mundan",
16981 "mungo" => "mungo",
16982 "munich" => "munich",
16983 "municipal" => "municip",
16984 "municipalities" => "municip",
16985 "munificence" => "munific",
16986 "munificent" => "munific",
16987 "muniz" => "muniz",
16988 "muntle" => "muntl",
16989 "muntlehiney" => "muntlehiney",
16990 "murder" => "murder",
16991 "murdered" => "murder",
16992 "murderer" => "murder",
16993 "murderers" => "murder",
16994 "murderess" => "murderess",
16995 "murdering" => "murder",
16996 "murderous" => "murder",
16997 "murders" => "murder",
16998 "muriate" => "muriat",
16999 "muriates" => "muriat",
17000 "murinus" => "murinus",
17001 "murky" => "murki",
17002 "murmur" => "murmur",
17003 "murmured" => "murmur",
17004 "murmuring" => "murmur",
17005 "murmuringly" => "murmur",
17006 "murmurings" => "murmur",
17007 "murmurs" => "murmur",
17008 "murphy" => "murphi",
17009 "murray" => "murray",
17010 "murrumbidgee" => "murrumbidge",
17011 "mus" => "mus",
17012 "muscle" => "muscl",
17013 "muscles" => "muscl",
17014 "muscular" => "muscular",
17015 "muse" => "muse",
17016 "mused" => "muse",
17017 "muses" => "muse",
17018 "museum" => "museum",
17019 "musgrave" => "musgrav",
17020 "mushroom" => "mushroom",
17021 "mushrooms" => "mushroom",
17022 "music" => "music",
17023 "musical" => "music",
17024 "musician" => "musician",
17025 "musing" => "muse",
17026 "musingly" => "muse",
17027 "musk" => "musk",
17028 "musket" => "musket",
17029 "musketry" => "musketri",
17030 "muskets" => "musket",
17031 "muslin" => "muslin",
17032 "muslins" => "muslin",
17033 "musn" => "musn",
17034 "musquitoes" => "musquito",
17035 "muss" => "muss",
17036 "mussel" => "mussel",
17037 "must" => "must",
17038 "mustaches" => "mustach",
17039 "mustard" => "mustard",
17040 "muster" => "muster",
17041 "mustered" => "muster",
17042 "mustn" => "mustn",
17043 "musty" => "musti",
17044 "mute" => "mute",
17045 "mutilated" => "mutil",
17046 "mutilates" => "mutil",
17047 "mutinous" => "mutin",
17048 "mutiny" => "mutini",
17049 "mutter" => "mutter",
17050 "muttered" => "mutter",
17051 "muttering" => "mutter",
17052 "mutterings" => "mutter",
17053 "mutters" => "mutter",
17054 "mutton" => "mutton",
17055 "mutual" => "mutual",
17056 "mutually" => "mutual",
17057 "muy" => "muy",
17058 "muzzle" => "muzzl",
17059 "my" => "my",
17060 "myiobius" => "myiobius",
17061 "mylodon" => "mylodon",
17062 "myopotamus" => "myopotamus",
17063 "myriads" => "myriad",
17064 "myrmidons" => "myrmidon",
17065 "myrtle" => "myrtl",
17066 "myrtus" => "myrtus",
17067 "myself" => "myself",
17068 "mysteries" => "mysteri",
17069 "mysterieuse" => "mysterieus",
17070 "mysterious" => "mysteri",
17071 "mysteriously" => "mysteri",
17072 "mystery" => "mysteri",
17073 "mystic" => "mystic",
17074 "mystification" => "mystif",
17075 "mystified" => "mystifi",
17076 "mystify" => "mystifi",
17077 "mythische" => "mythisch",
17078 "myths" => "myth",
17079 "mytilus" => "mytilus",
17080 "n" => "n",
17081 "na" => "na",
17082 "nae" => "nae",
17083 "nag" => "nag",
17084 "nags" => "nag",
17085 "nail" => "nail",
17086 "nailed" => "nail",
17087 "nails" => "nail",
17088 "naive" => "naiv",
17089 "naively" => "naiv",
17090 "naked" => "nake",
17091 "nakedness" => "naked",
17092 "nam" => "nam",
17093 "name" => "name",
17094 "named" => "name",
17095 "nameless" => "nameless",
17096 "namely" => "name",
17097 "names" => "name",
17098 "namesake" => "namesak",
17099 "naming" => "name",
17100 "nankeen" => "nankeen",
17101 "nanus" => "nanus",
17102 "nap" => "nap",
17103 "nape" => "nape",
17104 "napkin" => "napkin",
17105 "naples" => "napl",
17106 "napoleon" => "napoleon",
17107 "napoleons" => "napoleon",
17108 "narborough" => "narborough",
17109 "narcissus" => "narcissus",
17110 "narr" => "narr",
17111 "narrated" => "narrat",
17112 "narrates" => "narrat",
17113 "narration" => "narrat",
17114 "narrative" => "narrat",
17115 "narratives" => "narrat",
17116 "narrow" => "narrow",
17117 "narrowed" => "narrow",
17118 "narrower" => "narrow",
17119 "narrowest" => "narrowest",
17120 "narrowing" => "narrow",
17121 "narrowly" => "narrowli",
17122 "narrowness" => "narrow",
17123 "narrows" => "narrow",
17124 "nasal" => "nasal",
17125 "nassa" => "nassa",
17126 "nastasya" => "nastasya",
17127 "nastiness" => "nasti",
17128 "nasturtions" => "nasturt",
17129 "nasty" => "nasti",
17130 "nat" => "nat",
17131 "nata" => "nata",
17132 "natalya" => "natalya",
17133 "nate" => "nate",
17134 "nateral" => "nater",
17135 "naterally" => "nater",
17136 "nation" => "nation",
17137 "national" => "nation",
17138 "nationality" => "nation",
17139 "nations" => "nation",
17140 "native" => "nativ",
17141 "natives" => "nativ",
17142 "natur" => "natur",
17143 "natural" => "natur",
17144 "naturalest" => "naturalest",
17145 "naturalist" => "naturalist",
17146 "naturalista" => "naturalista",
17147 "naturalists" => "naturalist",
17148 "naturalized" => "natur",
17149 "naturally" => "natur",
17150 "naturalness" => "natur",
17151 "nature" => "natur",
17152 "natured" => "natur",
17153 "naturedly" => "natur",
17154 "naturelles" => "naturell",
17155 "natures" => "natur",
17156 "naughtiest" => "naughtiest",
17157 "naughtiness" => "naughti",
17158 "naughty" => "naughti",
17159 "nausea" => "nausea",
17160 "nauseous" => "nauseous",
17161 "nautical" => "nautic",
17162 "naval" => "naval",
17163 "navarin" => "navarin",
17164 "nave" => "nave",
17165 "navedad" => "navedad",
17166 "navel" => "navel",
17167 "navies" => "navi",
17168 "navigate" => "navig",
17169 "navigating" => "navig",
17170 "navigation" => "navig",
17171 "navigator" => "navig",
17172 "navigators" => "navig",
17173 "navy" => "navi",
17174 "nay" => "nay",
17175 "nayver" => "nayver",
17176 "nd" => "nd",
17177 "ne" => "ne",
17178 "nea" => "nea",
17179 "neame" => "neam",
17180 "neaming" => "neam",
17181 "neane" => "nean",
17182 "near" => "near",
17183 "neared" => "near",
17184 "nearer" => "nearer",
17185 "nearest" => "nearest",
17186 "nearl" => "nearl",
17187 "nearly" => "near",
17188 "nearness" => "near",
17189 "nearsighted" => "nearsight",
17190 "neat" => "neat",
17191 "neatest" => "neatest",
17192 "neath" => "neath",
17193 "neatly" => "neat",
17194 "neatness" => "neat",
17195 "nebulous" => "nebul",
17196 "necesary" => "necesari",
17197 "necesidad" => "necesidad",
17198 "necessaries" => "necessari",
17199 "necessarily" => "necessarili",
17200 "necessary" => "necessari",
17201 "necessitate" => "necessit",
17202 "necessitated" => "necessit",
17203 "necessitates" => "necessit",
17204 "necessities" => "necess",
17205 "necessity" => "necess",
17206 "neck" => "neck",
17207 "neckcloth" => "neckcloth",
17208 "neckcloths" => "neckcloth",
17209 "necked" => "neck",
17210 "neckerchief" => "neckerchief",
17211 "neckett" => "neckett",
17212 "neckkerchief" => "neckkerchief",
17213 "necklace" => "necklac",
17214 "necklaced" => "necklac",
17215 "necklaces" => "necklac",
17216 "necks" => "neck",
17217 "necktie" => "neckti",
17218 "necromancer" => "necromanc",
17219 "necrophagous" => "necrophag",
17220 "nectar" => "nectar",
17221 "nectarine" => "nectarin",
17222 "nectarines" => "nectarin",
17223 "ned" => "ned",
17224 "neeburs" => "neebur",
17225 "need" => "need",
17226 "needed" => "need",
17227 "needful" => "need",
17228 "needing" => "need",
17229 "needle" => "needl",
17230 "needless" => "needless",
17231 "needlework" => "needlework",
17232 "needn" => "needn",
17233 "needs" => "need",
17234 "needy" => "needi",
17235 "neeght" => "neeght",
17236 "nefarious" => "nefari",
17237 "negative" => "negat",
17238 "neglect" => "neglect",
17239 "neglected" => "neglect",
17240 "neglectful" => "neglect",
17241 "neglecting" => "neglect",
17242 "negligemment" => "negligem",
17243 "negligence" => "neglig",
17244 "negligent" => "neglig",
17245 "negligently" => "neglig",
17246 "negotiable" => "negoti",
17247 "negotiate" => "negoti",
17248 "negotiating" => "negoti",
17249 "negotiation" => "negoti",
17250 "negotiations" => "negoti",
17251 "negress" => "negress",
17252 "negro" => "negro",
17253 "negroes" => "negro",
17254 "negus" => "negus",
17255 "neigh" => "neigh",
17256 "neighborhood" => "neighborhood",
17257 "neighbour" => "neighbour",
17258 "neighbourhood" => "neighbourhood",
17259 "neighbouring" => "neighbour",
17260 "neighbourly" => "neighbour",
17261 "neighbours" => "neighbour",
17262 "neighing" => "neigh",
17263 "neight" => "neight",
17264 "neither" => "neither",
17265 "nekrassov" => "nekrassov",
17266 "nelly" => "nelli",
17267 "nemo" => "nemo",
17268 "nemophilas" => "nemophila",
17269 "neophyte" => "neophyt",
17270 "nepean" => "nepean",
17271 "nephew" => "nephew",
17272 "nephews" => "nephew",
17273 "ner" => "ner",
17274 "nereidae" => "nereida",
17275 "nereidous" => "nereid",
17276 "nero" => "nero",
17277 "nerve" => "nerv",
17278 "nerves" => "nerv",
17279 "nerving" => "nerv",
17280 "nervous" => "nervous",
17281 "nervously" => "nervous",
17282 "nervousness" => "nervous",
17283 "nervure" => "nervur",
17284 "nervures" => "nervur",
17285 "nesbit" => "nesbit",
17286 "nest" => "nest",
17287 "nestled" => "nestl",
17288 "nestling" => "nestl",
17289 "nestlings" => "nestl",
17290 "nestor" => "nestor",
17291 "nests" => "nest",
17292 "net" => "net",
17293 "nether" => "nether",
17294 "nets" => "net",
17295 "netted" => "net",
17296 "nettle" => "nettl",
17297 "nettled" => "nettl",
17298 "nettles" => "nettl",
17299 "neuralgia" => "neuralgia",
17300 "neuroptera" => "neuroptera",
17301 "neuter" => "neuter",
17302 "neutral" => "neutral",
17303 "neva" => "neva",
17304 "neve" => "neve",
17305 "never" => "never",
17306 "nevertheless" => "nevertheless",
17307 "nevew" => "nevew",
17308 "nevsky" => "nevski",
17309 "new" => "new",
17310 "newark" => "newark",
17311 "newcastle" => "newcastl",
17312 "newcomers" => "newcom",
17313 "newer" => "newer",
17314 "newest" => "newest",
17315 "newgate" => "newgat",
17316 "newly" => "newli",
17317 "newman" => "newman",
17318 "newmarket" => "newmarket",
17319 "newness" => "new",
17320 "news" => "news",
17321 "newsmen" => "newsmen",
17322 "newspaper" => "newspap",
17323 "newspapers" => "newspap",
17324 "newton" => "newton",
17325 "next" => "next",
17326 "ney" => "ney",
17327 "neyver" => "neyver",
17328 "nezhin" => "nezhin",
17329 "ni" => "ni",
17330 "niagaras" => "niagara",
17331 "niata" => "niata",
17332 "niatas" => "niata",
17333 "nib" => "nib",
17334 "nice" => "nice",
17335 "nicely" => "nice",
17336 "niceness" => "nice",
17337 "nicer" => "nicer",
17338 "nicest" => "nicest",
17339 "nicety" => "niceti",
17340 "niche" => "nich",
17341 "nicher" => "nicher",
17342 "niches" => "nich",
17343 "nicholas" => "nichola",
17344 "nick" => "nick",
17345 "nickelby" => "nickelbi",
17346 "nickleby" => "nicklebi",
17347 "nicklebys" => "nicklebi",
17348 "nickname" => "nicknam",
17349 "nicolas" => "nicola",
17350 "nictitating" => "nictit",
17351 "nidification" => "nidif",
17352 "niebla" => "niebla",
17353 "niece" => "niec",
17354 "nieces" => "niec",
17355 "niente" => "nient",
17356 "niger" => "niger",
17357 "nigger" => "nigger",
17358 "niggering" => "nigger",
17359 "niggers" => "nigger",
17360 "nigh" => "nigh",
17361 "night" => "night",
17362 "nightcap" => "nightcap",
17363 "nightcaps" => "nightcap",
17364 "nightfall" => "nightfal",
17365 "nightingale" => "nightingal",
17366 "nightingales" => "nightingal",
17367 "nightly" => "night",
17368 "nightmare" => "nightmar",
17369 "nights" => "night",
17370 "nigra" => "nigra",
17371 "nigricans" => "nigrican",
17372 "nigricollis" => "nigricolli",
17373 "nihil" => "nihil",
17374 "nihilist" => "nihilist",
17375 "nihilists" => "nihilist",
17376 "nikiforovna" => "nikiforovna",
17377 "nikodim" => "nikodim",
17378 "nikolaevsky" => "nikolaevski",
17379 "nikolay" => "nikolay",
17380 "nil" => "nil",
17381 "nile" => "nile",
17382 "nillandoo" => "nillandoo",
17383 "nimble" => "nimbl",
17384 "nimbly" => "nimbl",
17385 "nimrod" => "nimrod",
17386 "nine" => "nine",
17387 "ninepence" => "ninep",
17388 "ninepin" => "ninepin",
17389 "nines" => "nine",
17390 "nineteen" => "nineteen",
17391 "nineteenth" => "nineteenth",
17392 "ninetta" => "ninetta",
17393 "ninety" => "nineti",
17394 "ninevite" => "ninevit",
17395 "ninnies" => "ninni",
17396 "ninth" => "ninth",
17397 "niobe" => "niob",
17398 "nipped" => "nip",
17399 "nipping" => "nip",
17400 "nips" => "nip",
17401 "nitrate" => "nitrat",
17402 "nitric" => "nitric",
17403 "nivalis" => "nivali",
17404 "nixon" => "nixon",
17405 "nixt" => "nixt",
17406 "no" => "no",
17407 "noa" => "noa",
17408 "noabody" => "noabodi",
17409 "noah" => "noah",
17410 "nobbiest" => "nobbiest",
17411 "nobility" => "nobil",
17412 "noble" => "nobl",
17413 "nobleman" => "nobleman",
17414 "noblemen" => "noblemen",
17415 "nobleness" => "nobl",
17416 "nobler" => "nobler",
17417 "noblesse" => "nobless",
17418 "noblest" => "noblest",
17419 "nobly" => "nobli",
17420 "nobodies" => "nobodi",
17421 "nobody" => "nobodi",
17422 "nobodys" => "nobodi",
17423 "nocturna" => "nocturna",
17424 "nocturnal" => "nocturn",
17425 "nod" => "nod",
17426 "nodded" => "nod",
17427 "noddies" => "noddi",
17428 "nodding" => "nod",
17429 "noddings" => "nod",
17430 "noddy" => "noddi",
17431 "nods" => "nod",
17432 "nodules" => "nodul",
17433 "noes" => "noe",
17434 "nogg" => "nogg",
17435 "noggs" => "nogg",
17436 "noice" => "noic",
17437 "noir" => "noir",
17438 "noire" => "noir",
17439 "noise" => "nois",
17440 "noised" => "nois",
17441 "noiseless" => "noiseless",
17442 "noiselessly" => "noiseless",
17443 "noises" => "nois",
17444 "noisier" => "noisier",
17445 "noisily" => "noisili",
17446 "noisome" => "noisom",
17447 "noisy" => "noisi",
17448 "nokolay" => "nokolay",
17449 "nolasko" => "nolasko",
17450 "nomadically" => "nomad",
17451 "nomads" => "nomad",
17452 "nomenclature" => "nomenclatur",
17453 "nominal" => "nomin",
17454 "nominally" => "nomin",
17455 "nominate" => "nomin",
17456 "nominated" => "nomin",
17457 "nomination" => "nomin",
17458 "nominative" => "nomin",
17459 "nominee" => "nomine",
17460 "non" => "non",
17461 "nonce" => "nonc",
17462 "nonchalance" => "nonchal",
17463 "nonchalant" => "nonchal",
17464 "none" => "none",
17465 "nonentity" => "nonent",
17466 "nonpareil" => "nonpareil",
17467 "nonsense" => "nonsens",
17468 "nonsensical" => "nonsens",
17469 "noo" => "noo",
17470 "noodle" => "noodl",
17471 "noodles" => "noodl",
17472 "nook" => "nook",
17473 "nooks" => "nook",
17474 "noon" => "noon",
17475 "noonday" => "noonday",
17476 "noose" => "noos",
17477 "nooses" => "noos",
17478 "nor" => "nor",
17479 "nore" => "nore",
17480 "normal" => "normal",
17481 "normally" => "normal",
17482 "norman" => "norman",
17483 "normously" => "normous",
17484 "noronha" => "noronha",
17485 "north" => "north",
17486 "northampton" => "northampton",
17487 "northerly" => "norther",
17488 "northern" => "northern",
17489 "northward" => "northward",
17490 "northwards" => "northward",
17491 "norval" => "norval",
17492 "norway" => "norway",
17493 "nose" => "nose",
17494 "nosed" => "nose",
17495 "nosegay" => "nosegay",
17496 "nosegays" => "nosegay",
17497 "noses" => "nose",
17498 "nostril" => "nostril",
17499 "nostrils" => "nostril",
17500 "not" => "not",
17501 "notable" => "notabl",
17502 "notably" => "notabl",
17503 "notaphus" => "notaphus",
17504 "notary" => "notari",
17505 "notched" => "notch",
17506 "notches" => "notch",
17507 "note" => "note",
17508 "notebook" => "notebook",
17509 "notebooks" => "notebook",
17510 "noted" => "note",
17511 "notes" => "note",
17512 "noteworthy" => "noteworthi",
17513 "nothin" => "nothin",
17514 "nothing" => "noth",
17515 "nothings" => "noth",
17516 "nothink" => "nothink",
17517 "nothura" => "nothura",
17518 "notic" => "notic",
17519 "notice" => "notic",
17520 "noticeable" => "notic",
17521 "noticeably" => "notic",
17522 "noticed" => "notic",
17523 "notices" => "notic",
17524 "noticing" => "notic",
17525 "notification" => "notif",
17526 "notified" => "notifi",
17527 "noting" => "note",
17528 "notion" => "notion",
17529 "notions" => "notion",
17530 "notopods" => "notopod",
17531 "notoriety" => "notorieti",
17532 "notorious" => "notori",
17533 "notoriously" => "notori",
17534 "notre" => "notr",
17535 "notwithstanding" => "notwithstand",
17536 "nou" => "nou",
17537 "nough" => "nough",
17538 "nought" => "nought",
17539 "noun" => "noun",
17540 "nourish" => "nourish",
17541 "nourished" => "nourish",
17542 "nourishment" => "nourish",
17543 "nous" => "nous",
17544 "nov" => "nov",
17545 "novae" => "nova",
17546 "novel" => "novel",
17547 "novelist" => "novelist",
17548 "novels" => "novel",
17549 "novelties" => "novelti",
17550 "novelty" => "novelti",
17551 "november" => "novemb",
17552 "novice" => "novic",
17553 "novices" => "novic",
17554 "novitiate" => "noviti",
17555 "novos" => "novo",
17556 "now" => "now",
17557 "nowadays" => "nowaday",
17558 "noways" => "noway",
17559 "nowhere" => "nowher",
17560 "nowheres" => "nowher",
17561 "nowise" => "nowis",
17562 "nowt" => "nowt",
17563 "noxious" => "noxious",
17564 "nozzle" => "nozzl",
17565 "nt" => "nt",
17566 "nucleus" => "nucleus",
17567 "nudge" => "nudg",
17568 "nudged" => "nudg",
17569 "nudges" => "nudg",
17570 "nudging" => "nudg",
17571 "nuisance" => "nuisanc",
17572 "nulla" => "nulla",
17573 "nulliporae" => "nullipora",
17574 "numb" => "numb",
17575 "numbed" => "numb",
17576 "number" => "number",
17577 "numbered" => "number",
17578 "numberless" => "numberless",
17579 "numbers" => "number",
17580 "numerical" => "numer",
17581 "numerous" => "numer",
17582 "nummularia" => "nummularia",
17583 "numskull" => "numskul",
17584 "nun" => "nun",
17585 "nunnery" => "nunneri",
17586 "nuptial" => "nuptial",
17587 "nuptials" => "nuptial",
17588 "nurse" => "nurs",
17589 "nursed" => "nurs",
17590 "nursemaid" => "nursemaid",
17591 "nursery" => "nurseri",
17592 "nurses" => "nurs",
17593 "nursing" => "nurs",
17594 "nurture" => "nurtur",
17595 "nurtured" => "nurtur",
17596 "nuss" => "nuss",
17597 "nut" => "nut",
17598 "nutcrackers" => "nutcrack",
17599 "nutmeg" => "nutmeg",
17600 "nutriment" => "nutriment",
17601 "nutritious" => "nutriti",
17602 "nuts" => "nut",
17603 "nutshell" => "nutshel",
17604 "nutshells" => "nutshel",
17605 "nymph" => "nymph",
17606 "nymphs" => "nymph",
17607 "o" => "o",
17608 "oaf" => "oaf",
17609 "oak" => "oak",
17610 "oaken" => "oaken",
17611 "oaks" => "oak",
17612 "oar" => "oar",
17613 "oars" => "oar",
17614 "oarsman" => "oarsman",
17615 "oasis" => "oasi",
17616 "oath" => "oath",
17617 "oaths" => "oath",
17618 "oats" => "oat",
17619 "oban" => "oban",
17620 "obduracy" => "obduraci",
17621 "obdurate" => "obdur",
17622 "obdurately" => "obdur",
17623 "obedience" => "obedi",
17624 "obedient" => "obedi",
17625 "obediently" => "obedi",
17626 "obedt" => "obedt",
17627 "obeisance" => "obeis",
17628 "obeisances" => "obeis",
17629 "obelisk" => "obelisk",
17630 "obelisks" => "obelisk",
17631 "obesity" => "obes",
17632 "obey" => "obey",
17633 "obeyed" => "obey",
17634 "obeyeth" => "obeyeth",
17635 "obeying" => "obey",
17636 "obeys" => "obey",
17637 "obispo" => "obispo",
17638 "obits" => "obit",
17639 "object" => "object",
17640 "objected" => "object",
17641 "objecting" => "object",
17642 "objection" => "object",
17643 "objectionable" => "objection",
17644 "objections" => "object",
17645 "objectless" => "objectless",
17646 "objects" => "object",
17647 "obleege" => "obleeg",
17648 "obleeging" => "obleeg",
17649 "obligation" => "oblig",
17650 "obligations" => "oblig",
17651 "oblige" => "oblig",
17652 "obliged" => "oblig",
17653 "obliges" => "oblig",
17654 "obliging" => "oblig",
17655 "obligingly" => "oblig",
17656 "obligingness" => "obliging",
17657 "oblique" => "obliqu",
17658 "obliterate" => "obliter",
17659 "obliterated" => "obliter",
17660 "obliterating" => "obliter",
17661 "obliteration" => "obliter",
17662 "oblivion" => "oblivion",
17663 "oblivious" => "oblivi",
17664 "oblong" => "oblong",
17665 "obscene" => "obscen",
17666 "obscenity" => "obscen",
17667 "obscure" => "obscur",
17668 "obscured" => "obscur",
17669 "obscurely" => "obscur",
17670 "obscures" => "obscur",
17671 "obscuring" => "obscur",
17672 "obscurity" => "obscur",
17673 "obsequious" => "obsequi",
17674 "obsequiousness" => "obsequi",
17675 "observa" => "observa",
17676 "observable" => "observ",
17677 "observaciones" => "observacion",
17678 "observance" => "observ",
17679 "observant" => "observ",
17680 "observation" => "observ",
17681 "observations" => "observ",
17682 "observe" => "observ",
17683 "observed" => "observ",
17684 "observer" => "observ",
17685 "observers" => "observ",
17686 "observes" => "observ",
17687 "observing" => "observ",
17688 "obsession" => "obsess",
17689 "obsolete" => "obsolet",
17690 "obstacle" => "obstacl",
17691 "obstacles" => "obstacl",
17692 "obstinacy" => "obstinaci",
17693 "obstinate" => "obstin",
17694 "obstinately" => "obstin",
17695 "obstructed" => "obstruct",
17696 "obstructing" => "obstruct",
17697 "obstruction" => "obstruct",
17698 "obtain" => "obtain",
17699 "obtainable" => "obtain",
17700 "obtained" => "obtain",
17701 "obtaining" => "obtain",
17702 "obtains" => "obtain",
17703 "obtruded" => "obtrud",
17704 "obtruding" => "obtrud",
17705 "obtrusive" => "obtrus",
17706 "obtrusively" => "obtrus",
17707 "obtuse" => "obtus",
17708 "obviating" => "obviat",
17709 "obvious" => "obvious",
17710 "obviously" => "obvious",
17711 "occasion" => "occas",
17712 "occasional" => "occasion",
17713 "occasionally" => "occasion",
17714 "occasioned" => "occas",
17715 "occasioning" => "occas",
17716 "occasions" => "occas",
17717 "occidentalis" => "occidentali",
17718 "occupancy" => "occup",
17719 "occupant" => "occup",
17720 "occupants" => "occup",
17721 "occupation" => "occup",
17722 "occupations" => "occup",
17723 "occupied" => "occupi",
17724 "occupier" => "occupi",
17725 "occupiers" => "occupi",
17726 "occupies" => "occupi",
17727 "occupy" => "occupi",
17728 "occupying" => "occupi",
17729 "occur" => "occur",
17730 "occurred" => "occur",
17731 "occurrence" => "occurr",
17732 "occurrences" => "occurr",
17733 "occurring" => "occur",
17734 "occurs" => "occur",
17735 "ocean" => "ocean",
17736 "oceanic" => "ocean",
17737 "oceans" => "ocean",
17738 "och" => "och",
17739 "octave" => "octav",
17740 "octavia" => "octavia",
17741 "octavo" => "octavo",
17742 "october" => "octob",
17743 "octopus" => "octopus",
17744 "ocular" => "ocular",
17745 "odd" => "odd",
17746 "odder" => "odder",
17747 "oddest" => "oddest",
17748 "oddities" => "odditi",
17749 "oddity" => "odditi",
17750 "oddly" => "odd",
17751 "oddness" => "odd",
17752 "odds" => "odd",
17753 "ode" => "ode",
17754 "odious" => "odious",
17755 "odiously" => "odious",
17756 "odium" => "odium",
17757 "odoriferous" => "odorifer",
17758 "odour" => "odour",
17759 "odours" => "odour",
17760 "ods" => "od",
17761 "oens" => "oen",
17762 "oesophagus" => "oesophagus",
17763 "oeuvre" => "oeuvr",
17764 "of" => "of",
17765 "off" => "off",
17766 "offal" => "offal",
17767 "offe" => "off",
17768 "offence" => "offenc",
17769 "offences" => "offenc",
17770 "offend" => "offend",
17771 "offended" => "offend",
17772 "offender" => "offend",
17773 "offending" => "offend",
17774 "offends" => "offend",
17775 "offense" => "offens",
17776 "offensive" => "offens",
17777 "offensively" => "offens",
17778 "offer" => "offer",
17779 "offered" => "offer",
17780 "offering" => "offer",
17781 "offerings" => "offer",
17782 "offers" => "offer",
17783 "office" => "offic",
17784 "officer" => "offic",
17785 "officered" => "offic",
17786 "officers" => "offic",
17787 "offices" => "offic",
17788 "official" => "offici",
17789 "officially" => "offici",
17790 "officials" => "offici",
17791 "officiates" => "offici",
17792 "officier" => "offici",
17793 "officious" => "offici",
17794 "officiously" => "offici",
17795 "offing" => "of",
17796 "offshoots" => "offshoot",
17797 "offspring" => "offspr",
17798 "oft" => "oft",
17799 "often" => "often",
17800 "oftener" => "often",
17801 "oftenest" => "oftenest",
17802 "oftentimes" => "oftentim",
17803 "ogles" => "ogl",
17804 "ogre" => "ogr",
17805 "ogreish" => "ogreish",
17806 "oh" => "oh",
17807 "ohnglaube" => "ohnglaub",
17808 "oho" => "oho",
17809 "oil" => "oil",
17810 "oiliness" => "oili",
17811 "oilskin" => "oilskin",
17812 "oily" => "oili",
17813 "ointment" => "ointment",
17814 "ojection" => "oject",
17815 "ojos" => "ojo",
17816 "old" => "old",
17817 "older" => "older",
17818 "oldest" => "oldest",
17819 "ole" => "ole",
17820 "olfactory" => "olfactori",
17821 "olfersia" => "olfersia",
17822 "olinda" => "olinda",
17823 "oliva" => "oliva",
17824 "olivasea" => "olivasea",
17825 "olive" => "oliv",
17826 "olives" => "oliv",
17827 "olivia" => "olivia",
17828 "ologies" => "olog",
17829 "olympus" => "olympus",
17830 "ombu" => "ombu",
17831 "omen" => "omen",
17832 "ominous" => "omin",
17833 "omission" => "omiss",
17834 "omissions" => "omiss",
17835 "omit" => "omit",
17836 "omitted" => "omit",
17837 "omitting" => "omit",
17838 "omnibus" => "omnibus",
17839 "omnibuses" => "omnibus",
17840 "omnipotence" => "omnipot",
17841 "omnipotent" => "omnipot",
17842 "omniscience" => "omnisci",
17843 "omniscient" => "omnisci",
17844 "omnium" => "omnium",
17845 "omnivorous" => "omnivor",
17846 "on" => "on",
17847 "once" => "onc",
17848 "one" => "one",
17849 "oneness" => "one",
17850 "onerous" => "oner",
17851 "ones" => "one",
17852 "oneself" => "oneself",
17853 "onion" => "onion",
17854 "onions" => "onion",
17855 "oniscia" => "oniscia",
17856 "only" => "onli",
17857 "ont" => "ont",
17858 "onthophagus" => "onthophagus",
17859 "onto" => "onto",
17860 "onus" => "onus",
17861 "onward" => "onward",
17862 "onwards" => "onward",
17863 "onwholesome" => "onwholesom",
17864 "ony" => "oni",
17865 "oo" => "oo",
17866 "ooman" => "ooman",
17867 "oop" => "oop",
17868 "oot" => "oot",
17869 "oother" => "oother",
17870 "ootside" => "ootsid",
17871 "ooze" => "ooz",
17872 "oozed" => "ooz",
17873 "oozes" => "ooz",
17874 "opaque" => "opaqu",
17875 "ope" => "ope",
17876 "open" => "open",
17877 "opened" => "open",
17878 "opener" => "open",
17879 "opening" => "open",
17880 "openings" => "open",
17881 "openly" => "open",
17882 "openness" => "open",
17883 "opens" => "open",
17884 "opera" => "opera",
17885 "operas" => "opera",
17886 "operate" => "oper",
17887 "operated" => "oper",
17888 "operating" => "oper",
17889 "operation" => "oper",
17890 "operations" => "oper",
17891 "operative" => "oper",
17892 "operator" => "oper",
17893 "operculum" => "operculum",
17894 "opetiorhynchi" => "opetiorhynchi",
17895 "opetiorhynchus" => "opetiorhynchus",
17896 "ophrys" => "ophri",
17897 "opiate" => "opiat",
17898 "opimon" => "opimon",
17899 "opined" => "opin",
17900 "opining" => "opin",
17901 "opinion" => "opinion",
17902 "opinionated" => "opinion",
17903 "opinionative" => "opinion",
17904 "opinions" => "opinion",
17905 "opinlon" => "opinlon",
17906 "opium" => "opium",
17907 "opossum" => "opossum",
17908 "opossums" => "opossum",
17909 "opp" => "opp",
17910 "opponent" => "oppon",
17911 "opponents" => "oppon",
17912 "opportune" => "opportun",
17913 "opportunely" => "opportun",
17914 "opportunities" => "opportun",
17915 "opportunity" => "opportun",
17916 "oppose" => "oppos",
17917 "opposed" => "oppos",
17918 "opposing" => "oppos",
17919 "opposite" => "opposit",
17920 "opposites" => "opposit",
17921 "opposition" => "opposit",
17922 "oppress" => "oppress",
17923 "oppressed" => "oppress",
17924 "oppression" => "oppress",
17925 "oppressive" => "oppress",
17926 "oppressor" => "oppressor",
17927 "opprobrious" => "opprobri",
17928 "optic" => "optic",
17929 "optical" => "optic",
17930 "opulence" => "opul",
17931 "opulent" => "opul",
17932 "opuntia" => "opuntia",
17933 "opuntias" => "opuntia",
17934 "or" => "or",
17935 "oracle" => "oracl",
17936 "oracularly" => "oracular",
17937 "oraison" => "oraison",
17938 "orange" => "orang",
17939 "orangeman" => "orangeman",
17940 "oranges" => "orang",
17941 "oration" => "orat",
17942 "orations" => "orat",
17943 "orator" => "orat",
17944 "orators" => "orat",
17945 "oratory" => "oratori",
17946 "orb" => "orb",
17947 "orbigny" => "orbigni",
17948 "orbignyi" => "orbignyi",
17949 "orbingy" => "orbingi",
17950 "orchard" => "orchard",
17951 "orchards" => "orchard",
17952 "orchestra" => "orchestra",
17953 "orchideae" => "orchidea",
17954 "orchideous" => "orchid",
17955 "orchids" => "orchid",
17956 "orchis" => "orchi",
17957 "ordained" => "ordain",
17958 "ordeal" => "ordeal",
17959 "order" => "order",
17960 "ordered" => "order",
17961 "ordering" => "order",
17962 "orderly" => "order",
17963 "orders" => "order",
17964 "ordinance" => "ordin",
17965 "ordinances" => "ordin",
17966 "ordinarily" => "ordinarili",
17967 "ordinary" => "ordinari",
17968 "ore" => "ore",
17969 "ores" => "ore",
17970 "organ" => "organ",
17971 "organic" => "organ",
17972 "organically" => "organ",
17973 "organisation" => "organis",
17974 "organise" => "organis",
17975 "organised" => "organis",
17976 "organism" => "organ",
17977 "organization" => "organ",
17978 "organizations" => "organ",
17979 "organized" => "organ",
17980 "organs" => "organ",
17981 "orgies" => "orgi",
17982 "oriels" => "oriel",
17983 "oriental" => "orient",
17984 "orifice" => "orific",
17985 "orifices" => "orific",
17986 "origin" => "origin",
17987 "original" => "origin",
17988 "originality" => "origin",
17989 "originally" => "origin",
17990 "originals" => "origin",
17991 "originate" => "origin",
17992 "originated" => "origin",
17993 "originates" => "origin",
17994 "originating" => "origin",
17995 "originatinin" => "originatinin",
17996 "orinoco" => "orinoco",
17997 "orlando" => "orlando",
17998 "orlandos" => "orlando",
17999 "ormolu" => "ormolu",
18000 "ornament" => "ornament",
18001 "ornamental" => "ornament",
18002 "ornamented" => "ornament",
18003 "ornamenting" => "ornament",
18004 "ornaments" => "ornament",
18005 "ornithologist" => "ornithologist",
18006 "ornithologists" => "ornithologist",
18007 "ornithology" => "ornitholog",
18008 "ornithorhynchus" => "ornithorhynchus",
18009 "orphan" => "orphan",
18010 "orphaned" => "orphan",
18011 "orphanhood" => "orphanhood",
18012 "orphans" => "orphan",
18013 "orpheus" => "orpheus",
18014 "orsono" => "orsono",
18015 "orth" => "orth",
18016 "orthodox" => "orthodox",
18017 "orthography" => "orthographi",
18018 "orthoptera" => "orthoptera",
18019 "oruro" => "oruro",
18020 "oryctes" => "oryct",
18021 "oryzivorus" => "oryzivorus",
18022 "oscillated" => "oscil",
18023 "oscillates" => "oscil",
18024 "oscillating" => "oscil",
18025 "oscillation" => "oscil",
18026 "oscillations" => "oscil",
18027 "osorno" => "osorno",
18028 "ossemens" => "ossemen",
18029 "osseous" => "osseous",
18030 "ostend" => "ostend",
18031 "ostensible" => "ostens",
18032 "ostensibly" => "ostens",
18033 "ostentation" => "ostent",
18034 "ostentatious" => "ostentati",
18035 "ostentatiously" => "ostentati",
18036 "ostler" => "ostler",
18037 "ostlers" => "ostler",
18038 "ostrich" => "ostrich",
18039 "ostriches" => "ostrich",
18040 "ostrov" => "ostrov",
18041 "oswald" => "oswald",
18042 "osyth" => "osyth",
18043 "otaheite" => "otaheit",
18044 "othe" => "oth",
18045 "othello" => "othello",
18046 "other" => "other",
18047 "othered" => "other",
18048 "others" => "other",
18049 "otherwise" => "otherwis",
18050 "otter" => "otter",
18051 "otters" => "otter",
18052 "otto" => "otto",
18053 "ottoman" => "ottoman",
18054 "ottomans" => "ottoman",
18055 "otus" => "otus",
18056 "ou" => "ou",
18057 "ought" => "ought",
18058 "oughtn" => "oughtn",
18059 "oughts" => "ought",
18060 "ouly" => "ouli",
18061 "oun" => "oun",
18062 "ounce" => "ounc",
18063 "ounces" => "ounc",
18064 "our" => "our",
18065 "ourangoutang" => "ourangoutang",
18066 "ours" => "our",
18067 "oursel" => "oursel",
18068 "ourselves" => "ourselv",
18069 "ouse" => "ous",
18070 "ousting" => "oust",
18071 "out" => "out",
18072 "outbidden" => "outbidden",
18073 "outbreak" => "outbreak",
18074 "outburst" => "outburst",
18075 "outcast" => "outcast",
18076 "outcasts" => "outcast",
18077 "outcries" => "outcri",
18078 "outcry" => "outcri",
18079 "outdie" => "outdi",
18080 "outdone" => "outdon",
18081 "outer" => "outer",
18082 "outerest" => "outerest",
18083 "outermost" => "outermost",
18084 "outerside" => "outersid",
18085 "outfit" => "outfit",
18086 "outgoing" => "outgo",
18087 "outgoings" => "outgo",
18088 "outgrown" => "outgrown",
18089 "outhouse" => "outhous",
18090 "outlandish" => "outlandish",
18091 "outlaw" => "outlaw",
18092 "outlaws" => "outlaw",
18093 "outlay" => "outlay",
18094 "outlet" => "outlet",
18095 "outlets" => "outlet",
18096 "outliers" => "outlier",
18097 "outline" => "outlin",
18098 "outlines" => "outlin",
18099 "outlive" => "outliv",
18100 "outlived" => "outliv",
18101 "outlook" => "outlook",
18102 "outlying" => "out",
18103 "outposts" => "outpost",
18104 "outpouring" => "outpour",
18105 "outpourings" => "outpour",
18106 "outr" => "outr",
18107 "outrage" => "outrag",
18108 "outraged" => "outrag",
18109 "outrageous" => "outrag",
18110 "outrageously" => "outrag",
18111 "outrages" => "outrag",
18112 "outraging" => "outrag",
18113 "outre" => "outr",
18114 "outrigeously" => "outrig",
18115 "outright" => "outright",
18116 "outrun" => "outrun",
18117 "outs" => "out",
18118 "outset" => "outset",
18119 "outshine" => "outshin",
18120 "outshone" => "outshon",
18121 "outside" => "outsid",
18122 "outsider" => "outsid",
18123 "outsiders" => "outsid",
18124 "outsides" => "outsid",
18125 "outskirting" => "outskirt",
18126 "outskirts" => "outskirt",
18127 "outspoken" => "outspoken",
18128 "outspread" => "outspread",
18129 "outstanding" => "outstand",
18130 "outstep" => "outstep",
18131 "outstretched" => "outstretch",
18132 "outstripping" => "outstrip",
18133 "outward" => "outward",
18134 "outwardly" => "outward",
18135 "outwards" => "outward",
18136 "outweigh" => "outweigh",
18137 "outweighed" => "outweigh",
18138 "outweighing" => "outweigh",
18139 "ova" => "ova",
18140 "oval" => "oval",
18141 "ovarium" => "ovarium",
18142 "ove" => "ove",
18143 "oven" => "oven",
18144 "ovens" => "oven",
18145 "over" => "over",
18146 "overawe" => "overaw",
18147 "overawed" => "overaw",
18148 "overbalancing" => "overbalanc",
18149 "overbearing" => "overbear",
18150 "overblown" => "overblown",
18151 "overboard" => "overboard",
18152 "overborne" => "overborn",
18153 "overburdened" => "overburden",
18154 "overcame" => "overcam",
18155 "overcast" => "overcast",
18156 "overcoat" => "overcoat",
18157 "overcome" => "overcom",
18158 "overcoming" => "overcom",
18159 "overcrowed" => "overcrow",
18160 "overdid" => "overdid",
18161 "overdo" => "overdo",
18162 "overdoes" => "overdo",
18163 "overdoing" => "overdo",
18164 "overdone" => "overdon",
18165 "overdriven" => "overdriven",
18166 "overdue" => "overdu",
18167 "overflow" => "overflow",
18168 "overflowed" => "overflow",
18169 "overflowing" => "overflow",
18170 "overflows" => "overflow",
18171 "overgrown" => "overgrown",
18172 "overhanging" => "overhang",
18173 "overhangs" => "overhang",
18174 "overhaul" => "overhaul",
18175 "overhead" => "overhead",
18176 "overhear" => "overhear",
18177 "overheard" => "overheard",
18178 "overhearing" => "overhear",
18179 "overhung" => "overhung",
18180 "overjoyed" => "overjoy",
18181 "overlaid" => "overlaid",
18182 "overleap" => "overleap",
18183 "overleaping" => "overleap",
18184 "overloaded" => "overload",
18185 "overlook" => "overlook",
18186 "overlooked" => "overlook",
18187 "overlookers" => "overlook",
18188 "overlooking" => "overlook",
18189 "overlying" => "over",
18190 "overmuch" => "overmuch",
18191 "overnight" => "overnight",
18192 "overpowered" => "overpow",
18193 "overpowering" => "overpow",
18194 "overpoweringly" => "overpow",
18195 "overpowers" => "overpow",
18196 "overrated" => "overr",
18197 "overreached" => "overreach",
18198 "overreaching" => "overreach",
18199 "overruled" => "overrul",
18200 "overrun" => "overrun",
18201 "overset" => "overset",
18202 "overshadowed" => "overshadow",
18203 "overshadowing" => "overshadow",
18204 "overshadows" => "overshadow",
18205 "oversleep" => "oversleep",
18206 "oversleeping" => "oversleep",
18207 "overslept" => "overslept",
18208 "overspreading" => "overspread",
18209 "overspreads" => "overspread",
18210 "overstated" => "overst",
18211 "overstating" => "overst",
18212 "overstep" => "overstep",
18213 "overstepped" => "overstep",
18214 "overstepping" => "overstep",
18215 "overstrained" => "overstrain",
18216 "overtake" => "overtak",
18217 "overtaken" => "overtaken",
18218 "overtakes" => "overtak",
18219 "overtaking" => "overtak",
18220 "overtask" => "overtask",
18221 "overtasked" => "overtask",
18222 "overthrew" => "overthrew",
18223 "overthrow" => "overthrow",
18224 "overthrown" => "overthrown",
18225 "overthrows" => "overthrow",
18226 "overtime" => "overtim",
18227 "overtook" => "overtook",
18228 "overtures" => "overtur",
18229 "overturn" => "overturn",
18230 "overturned" => "overturn",
18231 "overturning" => "overturn",
18232 "overturns" => "overturn",
18233 "overweening" => "overween",
18234 "overwhelm" => "overwhelm",
18235 "overwhelmed" => "overwhelm",
18236 "overwhelming" => "overwhelm",
18237 "overwhelmingly" => "overwhelm",
18238 "overwhelms" => "overwhelm",
18239 "overworked" => "overwork",
18240 "overwrought" => "overwrought",
18241 "ovules" => "ovul",
18242 "ow" => "ow",
18243 "owdacious" => "owdaci",
18244 "owe" => "owe",
18245 "owed" => "owe",
18246 "owen" => "owen",
18247 "ower" => "ower",
18248 "owes" => "owe",
18249 "owing" => "owe",
18250 "owl" => "owl",
18251 "owlish" => "owlish",
18252 "owls" => "owl",
18253 "own" => "own",
18254 "owned" => "own",
18255 "owner" => "owner",
18256 "owners" => "owner",
18257 "ownership" => "ownership",
18258 "owning" => "own",
18259 "owns" => "own",
18260 "owor" => "owor",
18261 "ox" => "ox",
18262 "oxen" => "oxen",
18263 "oxford" => "oxford",
18264 "oxidate" => "oxid",
18265 "oxides" => "oxid",
18266 "oxyurus" => "oxyurus",
18267 "oyster" => "oyster",
18268 "oysters" => "oyster",
18269 "p" => "p",
18270 "pa" => "pa",
18271 "pace" => "pace",
18272 "paced" => "pace",
18273 "paces" => "pace",
18274 "pachydermata" => "pachydermata",
18275 "pachydermatous" => "pachydermat",
18276 "pachydermous" => "pachyderm",
18277 "pacific" => "pacif",
18278 "pacified" => "pacifi",
18279 "pacify" => "pacifi",
18280 "pacifying" => "pacifi",
18281 "pacing" => "pace",
18282 "pack" => "pack",
18283 "package" => "packag",
18284 "packages" => "packag",
18285 "packed" => "pack",
18286 "packer" => "packer",
18287 "packet" => "packet",
18288 "packets" => "packet",
18289 "packhorse" => "packhors",
18290 "packing" => "pack",
18291 "packs" => "pack",
18292 "pad" => "pad",
18293 "padded" => "pad",
18294 "paddled" => "paddl",
18295 "paddles" => "paddl",
18296 "paddling" => "paddl",
18297 "paddock" => "paddock",
18298 "padlock" => "padlock",
18299 "padlocked" => "padlock",
18300 "padlocking" => "padlock",
18301 "padre" => "padr",
18302 "padres" => "padr",
18303 "pagan" => "pagan",
18304 "page" => "page",
18305 "pageant" => "pageant",
18306 "pageants" => "pageant",
18307 "pages" => "page",
18308 "pah" => "pah",
18309 "pahia" => "pahia",
18310 "paid" => "paid",
18311 "pail" => "pail",
18312 "pailfuls" => "pail",
18313 "pain" => "pain",
18314 "pained" => "pain",
18315 "painful" => "pain",
18316 "painfullest" => "painfullest",
18317 "painfully" => "pain",
18318 "pains" => "pain",
18319 "painstaking" => "painstak",
18320 "paint" => "paint",
18321 "painted" => "paint",
18322 "painter" => "painter",
18323 "painters" => "painter",
18324 "painting" => "paint",
18325 "paintings" => "paint",
18326 "paints" => "paint",
18327 "pair" => "pair",
18328 "paired" => "pair",
18329 "pairing" => "pair",
18330 "pairs" => "pair",
18331 "palace" => "palac",
18332 "palaces" => "palac",
18333 "paladin" => "paladin",
18334 "palaeologos" => "palaeologo",
18335 "palaeotherium" => "palaeotherium",
18336 "palais" => "palai",
18337 "palanquin" => "palanquin",
18338 "palatable" => "palat",
18339 "palate" => "palat",
18340 "palates" => "palat",
18341 "pale" => "pale",
18342 "paled" => "pale",
18343 "palely" => "pale",
18344 "paleness" => "pale",
18345 "paler" => "paler",
18346 "palings" => "pale",
18347 "pall" => "pall",
18348 "palladium" => "palladium",
18349 "pallas" => "palla",
18350 "palliate" => "palliat",
18351 "palliated" => "palliat",
18352 "palliation" => "palliat",
18353 "pallid" => "pallid",
18354 "palliser" => "pallis",
18355 "pallisers" => "pallis",
18356 "pallor" => "pallor",
18357 "palm" => "palm",
18358 "palmer" => "palmer",
18359 "palmerston" => "palmerston",
18360 "palmes" => "palm",
18361 "palms" => "palm",
18362 "palmy" => "palmi",
18363 "palpable" => "palpabl",
18364 "palpably" => "palpabl",
18365 "palpitate" => "palpit",
18366 "palpitated" => "palpit",
18367 "palpitating" => "palpit",
18368 "palpitation" => "palpit",
18369 "palpitations" => "palpit",
18370 "pals" => "pal",
18371 "palsy" => "palsi",
18372 "paltry" => "paltri",
18373 "paludina" => "paludina",
18374 "pampaean" => "pampaean",
18375 "pampas" => "pampa",
18376 "pampean" => "pampean",
18377 "pamper" => "pamper",
18378 "pampered" => "pamper",
18379 "pamphlet" => "pamphlet",
18380 "pamphlets" => "pamphlet",
18381 "pamplemousses" => "pamplemouss",
18382 "pan" => "pan",
18383 "panacea" => "panacea",
18384 "panama" => "panama",
18385 "pancake" => "pancak",
18386 "pancakes" => "pancak",
18387 "pandanus" => "pandanus",
18388 "pandemoniac" => "pandemoniac",
18389 "pandemonium" => "pandemonium",
18390 "pane" => "pane",
18391 "panel" => "panel",
18392 "panelled" => "panel",
18393 "panelling" => "panel",
18394 "panels" => "panel",
18395 "panes" => "pane",
18396 "pang" => "pang",
18397 "pangs" => "pang",
18398 "pani" => "pani",
18399 "panic" => "panic",
18400 "panics" => "panic",
18401 "panke" => "pank",
18402 "pannikins" => "pannikin",
18403 "panoply" => "panopli",
18404 "panorama" => "panorama",
18405 "pans" => "pan",
18406 "pansies" => "pansi",
18407 "pant" => "pant",
18408 "pantaloons" => "pantaloon",
18409 "panted" => "pant",
18410 "panther" => "panther",
18411 "panting" => "pant",
18412 "pantomime" => "pantomim",
18413 "pantomimes" => "pantomim",
18414 "pantomimist" => "pantomimist",
18415 "pantry" => "pantri",
18416 "pants" => "pant",
18417 "panza" => "panza",
18418 "papa" => "papa",
18419 "papal" => "papal",
18420 "papawa" => "papawa",
18421 "paper" => "paper",
18422 "papered" => "paper",
18423 "papering" => "paper",
18424 "papers" => "paper",
18425 "papiete" => "papiet",
18426 "papilio" => "papilio",
18427 "papillae" => "papilla",
18428 "papin" => "papin",
18429 "papist" => "papist",
18430 "paposo" => "paposo",
18431 "par" => "par",
18432 "parable" => "parabl",
18433 "parabola" => "parabola",
18434 "parade" => "parad",
18435 "paraded" => "parad",
18436 "parades" => "parad",
18437 "paradise" => "paradis",
18438 "paradox" => "paradox",
18439 "paradoxical" => "paradox",
18440 "paradoxus" => "paradoxus",
18441 "paragon" => "paragon",
18442 "paragraph" => "paragraph",
18443 "paragraphs" => "paragraph",
18444 "paraguay" => "paraguay",
18445 "parallel" => "parallel",
18446 "parallelism" => "parallel",
18447 "paralyse" => "paralys",
18448 "paralysed" => "paralys",
18449 "paralysis" => "paralysi",
18450 "paralytic" => "paralyt",
18451 "paramatta" => "paramatta",
18452 "paramount" => "paramount",
18453 "parana" => "parana",
18454 "parapet" => "parapet",
18455 "parapets" => "parapet",
18456 "parasha" => "parasha",
18457 "parasite" => "parasit",
18458 "parasites" => "parasit",
18459 "parasitic" => "parasit",
18460 "parasitical" => "parasit",
18461 "parasol" => "parasol",
18462 "parasols" => "parasol",
18463 "parcel" => "parcel",
18464 "parcels" => "parcel",
18465 "parchappe" => "parchapp",
18466 "parched" => "parch",
18467 "parchment" => "parchment",
18468 "parchments" => "parchment",
18469 "parchmentses" => "parchments",
18470 "pardiggle" => "pardiggl",
18471 "pardiggles" => "pardiggl",
18472 "pardon" => "pardon",
18473 "pardonable" => "pardon",
18474 "pardoned" => "pardon",
18475 "pardoning" => "pardon",
18476 "pardons" => "pardon",
18477 "pared" => "pare",
18478 "parenchymatous" => "parenchymat",
18479 "parent" => "parent",
18480 "parentage" => "parentag",
18481 "parental" => "parent",
18482 "parentheses" => "parenthes",
18483 "parenthesis" => "parenthesi",
18484 "parenthetically" => "parenthet",
18485 "parents" => "parent",
18486 "pariah" => "pariah",
18487 "paris" => "pari",
18488 "parish" => "parish",
18489 "parishes" => "parish",
18490 "parishioner" => "parishion",
18491 "parisian" => "parisian",
18492 "parisians" => "parisian",
18493 "park" => "park",
18494 "parker" => "parker",
18495 "parkers" => "parker",
18496 "parks" => "park",
18497 "parlance" => "parlanc",
18498 "parlay" => "parlay",
18499 "parlaying" => "parlay",
18500 "parley" => "parley",
18501 "parlez" => "parlez",
18502 "parliament" => "parliament",
18503 "parliamentary" => "parliamentari",
18504 "parliaments" => "parliament",
18505 "parlour" => "parlour",
18506 "parlours" => "parlour",
18507 "parochial" => "parochi",
18508 "parole" => "parol",
18509 "paroxysm" => "paroxysm",
18510 "paroxysms" => "paroxysm",
18511 "parried" => "parri",
18512 "parrot" => "parrot",
18513 "parrots" => "parrot",
18514 "parry" => "parri",
18515 "parsimonious" => "parsimoni",
18516 "parsimony" => "parsimoni",
18517 "parsley" => "parsley",
18518 "parson" => "parson",
18519 "parsonage" => "parsonag",
18520 "part" => "part",
18521 "partake" => "partak",
18522 "partaken" => "partaken",
18523 "partaker" => "partak",
18524 "partakes" => "partak",
18525 "partaking" => "partak",
18526 "parted" => "part",
18527 "parterre" => "parterr",
18528 "parthenon" => "parthenon",
18529 "parti" => "parti",
18530 "partial" => "partial",
18531 "partiality" => "partial",
18532 "partially" => "partial",
18533 "participate" => "particip",
18534 "participated" => "particip",
18535 "participation" => "particip",
18536 "particle" => "particl",
18537 "particles" => "particl",
18538 "particular" => "particular",
18539 "particularised" => "particularis",
18540 "particularity" => "particular",
18541 "particularly" => "particular",
18542 "particulars" => "particular",
18543 "parties" => "parti",
18544 "parting" => "part",
18545 "partings" => "part",
18546 "partisans" => "partisan",
18547 "partisanship" => "partisanship",
18548 "partition" => "partit",
18549 "partitioned" => "partit",
18550 "partitions" => "partit",
18551 "partly" => "part",
18552 "partner" => "partner",
18553 "partners" => "partner",
18554 "partnership" => "partnership",
18555 "partnerships" => "partnership",
18556 "partook" => "partook",
18557 "partridge" => "partridg",
18558 "partridges" => "partridg",
18559 "parts" => "part",
18560 "party" => "parti",
18561 "parvula" => "parvula",
18562 "parvulus" => "parvulus",
18563 "pas" => "pas",
18564 "pashenka" => "pashenka",
18565 "pass" => "pass",
18566 "passable" => "passabl",
18567 "passage" => "passag",
18568 "passages" => "passag",
18569 "passed" => "pass",
18570 "passee" => "passe",
18571 "passees" => "passe",
18572 "passenger" => "passeng",
18573 "passengers" => "passeng",
18574 "passer" => "passer",
18575 "passerby" => "passerbi",
18576 "passers" => "passer",
18577 "passes" => "pass",
18578 "passin" => "passin",
18579 "passing" => "pass",
18580 "passion" => "passion",
18581 "passionate" => "passion",
18582 "passionately" => "passion",
18583 "passionless" => "passionless",
18584 "passions" => "passion",
18585 "passive" => "passiv",
18586 "passively" => "passiv",
18587 "passport" => "passport",
18588 "passports" => "passport",
18589 "passwords" => "password",
18590 "past" => "past",
18591 "pasteboard" => "pasteboard",
18592 "pasted" => "past",
18593 "pasthry" => "pasthri",
18594 "pastime" => "pastim",
18595 "pastoral" => "pastor",
18596 "pastors" => "pastor",
18597 "pastry" => "pastri",
18598 "pastrycook" => "pastrycook",
18599 "pasturage" => "pasturag",
18600 "pasture" => "pastur",
18601 "pastures" => "pastur",
18602 "pasty" => "pasti",
18603 "pat" => "pat",
18604 "patachonica" => "patachonica",
18605 "patagones" => "patagon",
18606 "patagonia" => "patagonia",
18607 "patagonian" => "patagonian",
18608 "patagonians" => "patagonian",
18609 "patagonica" => "patagonica",
18610 "patagonicus" => "patagonicus",
18611 "patch" => "patch",
18612 "patched" => "patch",
18613 "patches" => "patch",
18614 "patchwork" => "patchwork",
18615 "patellae" => "patella",
18616 "patelliform" => "patelliform",
18617 "patent" => "patent",
18618 "paternal" => "patern",
18619 "paternally" => "patern",
18620 "path" => "path",
18621 "pathetic" => "pathet",
18622 "pathetically" => "pathet",
18623 "pathetics" => "pathet",
18624 "pathos" => "patho",
18625 "paths" => "path",
18626 "pathway" => "pathway",
18627 "pathways" => "pathway",
18628 "patience" => "patienc",
18629 "patient" => "patient",
18630 "patienter" => "patient",
18631 "patiently" => "patient",
18632 "patients" => "patient",
18633 "patriarch" => "patriarch",
18634 "patriarchal" => "patriarch",
18635 "patriarchs" => "patriarch",
18636 "patrician" => "patrician",
18637 "patrick" => "patrick",
18638 "patrimonial" => "patrimoni",
18639 "patrimony" => "patrimoni",
18640 "patriot" => "patriot",
18641 "patriotic" => "patriot",
18642 "patriotism" => "patriot",
18643 "patrolling" => "patrol",
18644 "patron" => "patron",
18645 "patronage" => "patronag",
18646 "patroness" => "patro",
18647 "patronesses" => "patro",
18648 "patronise" => "patronis",
18649 "patronised" => "patronis",
18650 "patronising" => "patronis",
18651 "patronize" => "patron",
18652 "patronized" => "patron",
18653 "patronizing" => "patron",
18654 "patronizingly" => "patron",
18655 "patrons" => "patron",
18656 "pats" => "pat",
18657 "patted" => "pat",
18658 "pattening" => "patten",
18659 "pattens" => "patten",
18660 "patter" => "patter",
18661 "pattered" => "patter",
18662 "pattering" => "patter",
18663 "pattern" => "pattern",
18664 "patternless" => "patternless",
18665 "patterns" => "pattern",
18666 "patting" => "pat",
18667 "patula" => "patula",
18668 "paucity" => "pauciti",
18669 "paul" => "paul",
18670 "pauline" => "paulin",
18671 "paunch" => "paunch",
18672 "paunchy" => "paunchi",
18673 "pauper" => "pauper",
18674 "paupers" => "pauper",
18675 "pause" => "paus",
18676 "paused" => "paus",
18677 "pauses" => "paus",
18678 "pausilippo" => "pausilippo",
18679 "pausing" => "paus",
18680 "pave" => "pave",
18681 "paved" => "pave",
18682 "pavement" => "pavement",
18683 "pavements" => "pavement",
18684 "pavilion" => "pavilion",
18685 "paving" => "pave",
18686 "paviour" => "paviour",
18687 "pavlitch" => "pavlitch",
18688 "pavlovitch" => "pavlovitch",
18689 "pavlovna" => "pavlovna",
18690 "paw" => "paw",
18691 "pawn" => "pawn",
18692 "pawnbroker" => "pawnbrok",
18693 "pawnbrokers" => "pawnbrok",
18694 "pawned" => "pawn",
18695 "paws" => "paw",
18696 "pay" => "pay",
18697 "payable" => "payabl",
18698 "paying" => "pay",
18699 "payment" => "payment",
18700 "payments" => "payment",
18701 "paypote" => "paypot",
18702 "pays" => "pay",
18703 "pe" => "pe",
18704 "pea" => "pea",
18705 "peace" => "peac",
18706 "peaceable" => "peaceabl",
18707 "peaceably" => "peaceabl",
18708 "peaceful" => "peac",
18709 "peacefully" => "peac",
18710 "peacefulness" => "peac",
18711 "peach" => "peach",
18712 "peaches" => "peach",
18713 "peachy" => "peachi",
18714 "peacock" => "peacock",
18715 "peacocks" => "peacock",
18716 "peak" => "peak",
18717 "peaked" => "peak",
18718 "peaks" => "peak",
18719 "peal" => "peal",
18720 "pealed" => "peal",
18721 "peals" => "peal",
18722 "pear" => "pear",
18723 "pearl" => "pearl",
18724 "pearls" => "pearl",
18725 "pearly" => "pear",
18726 "pears" => "pear",
18727 "peas" => "pea",
18728 "peasant" => "peasant",
18729 "peasantry" => "peasantri",
18730 "peasants" => "peasant",
18731 "pease" => "peas",
18732 "peat" => "peat",
18733 "peaty" => "peati",
18734 "pebble" => "pebbl",
18735 "pebbles" => "pebbl",
18736 "pecado" => "pecado",
18737 "peccari" => "peccari",
18738 "peccaries" => "peccari",
18739 "peccet" => "peccet",
18740 "peck" => "peck",
18741 "pecker" => "pecker",
18742 "pecking" => "peck",
18743 "pecoris" => "pecori",
18744 "pectoral" => "pector",
18745 "peculation" => "pecul",
18746 "peculiar" => "peculiar",
18747 "peculiarities" => "peculiar",
18748 "peculiarity" => "peculiar",
18749 "peculiarly" => "peculiar",
18750 "pecuniarily" => "pecuniarili",
18751 "pecuniary" => "pecuniari",
18752 "pedagogue" => "pedagogu",
18753 "pedantry" => "pedantri",
18754 "pedestal" => "pedest",
18755 "pedestrian" => "pedestrian",
18756 "pedigree" => "pedigre",
18757 "pediment" => "pediment",
18758 "pedlar" => "pedlar",
18759 "pedlars" => "pedlar",
18760 "pedro" => "pedro",
18761 "peel" => "peel",
18762 "peeled" => "peel",
18763 "peeling" => "peel",
18764 "peep" => "peep",
18765 "peeped" => "peep",
18766 "peeping" => "peep",
18767 "peeps" => "peep",
18768 "peepy" => "peepi",
18769 "peer" => "peer",
18770 "peerage" => "peerag",
18771 "peerages" => "peerag",
18772 "peered" => "peer",
18773 "peeresses" => "peeress",
18774 "peering" => "peer",
18775 "peerless" => "peerless",
18776 "peers" => "peer",
18777 "peevish" => "peevish",
18778 "peevishly" => "peevish",
18779 "peevishness" => "peevish",
18780 "peewit" => "peewit",
18781 "peewits" => "peewit",
18782 "peffer" => "peffer",
18783 "peg" => "peg",
18784 "pegasus" => "pegasus",
18785 "pegged" => "peg",
18786 "pegs" => "peg",
18787 "pelacanoides" => "pelacanoid",
18788 "pelagic" => "pelag",
18789 "pelham" => "pelham",
18790 "pelisse" => "peliss",
18791 "pell" => "pell",
18792 "pelt" => "pelt",
18793 "pelted" => "pelt",
18794 "pelting" => "pelt",
18795 "peltirogus" => "peltirogus",
18796 "peltiroguses" => "peltirogus",
18797 "peludo" => "peludo",
18798 "pembroke" => "pembrok",
18799 "pen" => "pen",
18800 "penal" => "penal",
18801 "penalties" => "penalti",
18802 "penalty" => "penalti",
18803 "penance" => "penanc",
18804 "penas" => "pena",
18805 "pence" => "penc",
18806 "pencil" => "pencil",
18807 "pencilled" => "pencil",
18808 "pencils" => "pencil",
18809 "pendant" => "pendant",
18810 "pending" => "pend",
18811 "pendulum" => "pendulum",
18812 "penetrable" => "penetr",
18813 "penetrate" => "penetr",
18814 "penetrated" => "penetr",
18815 "penetrates" => "penetr",
18816 "penetrating" => "penetr",
18817 "penetration" => "penetr",
18818 "penguin" => "penguin",
18819 "penguins" => "penguin",
18820 "peninsula" => "peninsula",
18821 "peninsular" => "peninsular",
18822 "penitence" => "penit",
18823 "penitent" => "penit",
18824 "penitential" => "penitenti",
18825 "penitents" => "penit",
18826 "penknife" => "penknif",
18827 "penn" => "penn",
18828 "penned" => "pen",
18829 "penniless" => "penniless",
18830 "penny" => "penni",
18831 "pennyworth" => "pennyworth",
18832 "pens" => "pen",
18833 "pension" => "pension",
18834 "pensioner" => "pension",
18835 "pensioners" => "pension",
18836 "pensioning" => "pension",
18837 "pensions" => "pension",
18838 "pensive" => "pensiv",
18839 "pensively" => "pensiv",
18840 "pensiveness" => "pensiv",
18841 "pent" => "pent",
18842 "pentland" => "pentland",
18843 "penton" => "penton",
18844 "pentonville" => "pentonvill",
18845 "penultimate" => "penultim",
18846 "penury" => "penuri",
18847 "peony" => "peoni",
18848 "people" => "peopl",
18849 "peopled" => "peopl",
18850 "peoples" => "peopl",
18851 "pepper" => "pepper",
18852 "pepsis" => "pepsi",
18853 "per" => "per",
18854 "perceive" => "perceiv",
18855 "perceived" => "perceiv",
18856 "perceives" => "perceiv",
18857 "perceiving" => "perceiv",
18858 "percent" => "percent",
18859 "percentage" => "percentag",
18860 "percentages" => "percentag",
18861 "perceptible" => "percept",
18862 "perceptibly" => "percept",
18863 "perception" => "percept",
18864 "perceptions" => "percept",
18865 "percepts" => "percept",
18866 "perch" => "perch",
18867 "percha" => "percha",
18868 "perchance" => "perchanc",
18869 "perched" => "perch",
18870 "perches" => "perch",
18871 "percival" => "perciv",
18872 "percolates" => "percol",
18873 "percolating" => "percol",
18874 "percolation" => "percol",
18875 "percy" => "perci",
18876 "perdition" => "perdit",
18877 "peremptorily" => "peremptorili",
18878 "peremptory" => "peremptori",
18879 "perennial" => "perenni",
18880 "perennially" => "perenni",
18881 "perfecfly" => "perfecfli",
18882 "perfect" => "perfect",
18883 "perfected" => "perfect",
18884 "perfection" => "perfect",
18885 "perfections" => "perfect",
18886 "perfectly" => "perfect",
18887 "perfidy" => "perfidi",
18888 "perforate" => "perfor",
18889 "perforated" => "perfor",
18890 "perforce" => "perforc",
18891 "perform" => "perform",
18892 "performance" => "perform",
18893 "performances" => "perform",
18894 "performed" => "perform",
18895 "performer" => "perform",
18896 "performers" => "perform",
18897 "performing" => "perform",
18898 "performs" => "perform",
18899 "perfume" => "perfum",
18900 "perfumed" => "perfum",
18901 "perfumery" => "perfumeri",
18902 "perfumes" => "perfum",
18903 "perhaps" => "perhap",
18904 "periagua" => "periagua",
18905 "perianth" => "perianth",
18906 "pericardium" => "pericardium",
18907 "peril" => "peril",
18908 "perilled" => "peril",
18909 "perilous" => "peril",
18910 "perilously" => "peril",
18911 "perils" => "peril",
18912 "period" => "period",
18913 "periodical" => "period",
18914 "periodically" => "period",
18915 "periodicals" => "period",
18916 "periods" => "period",
18917 "perish" => "perish",
18918 "perishable" => "perish",
18919 "perished" => "perish",
18920 "perishing" => "perish",
18921 "perjured" => "perjur",
18922 "perjury" => "perjuri",
18923 "perkins" => "perkin",
18924 "perlen" => "perlen",
18925 "permanence" => "perman",
18926 "permanent" => "perman",
18927 "permanently" => "perman",
18928 "permeated" => "permeat",
18929 "permissable" => "permiss",
18930 "permissible" => "permiss",
18931 "permission" => "permiss",
18932 "permit" => "permit",
18933 "permitted" => "permit",
18934 "permitting" => "permit",
18935 "pernambuco" => "pernambuco",
18936 "pernety" => "perneti",
18937 "pernicious" => "pernici",
18938 "peron" => "peron",
18939 "peroration" => "peror",
18940 "perpendicular" => "perpendicular",
18941 "perpendicularly" => "perpendicular",
18942 "perpetrated" => "perpetr",
18943 "perpetration" => "perpetr",
18944 "perpetrator" => "perpetr",
18945 "perpetrators" => "perpetr",
18946 "perpetual" => "perpetu",
18947 "perpetually" => "perpetu",
18948 "perpetuate" => "perpetu",
18949 "perpetuated" => "perpetu",
18950 "perpetuating" => "perpetu",
18951 "perpetuity" => "perpetu",
18952 "perplex" => "perplex",
18953 "perplexed" => "perplex",
18954 "perplexing" => "perplex",
18955 "perplexities" => "perplex",
18956 "perplexity" => "perplex",
18957 "perquisition" => "perquisit",
18958 "perquisitions" => "perquisit",
18959 "pers" => "per",
18960 "persecute" => "persecut",
18961 "persecuted" => "persecut",
18962 "persecuting" => "persecut",
18963 "persecution" => "persecut",
18964 "persecutions" => "persecut",
18965 "persecutor" => "persecutor",
18966 "persecutors" => "persecutor",
18967 "perseverance" => "persever",
18968 "persevere" => "persever",
18969 "persevered" => "persev",
18970 "perseveres" => "persever",
18971 "persevering" => "persev",
18972 "perseveringly" => "persev",
18973 "persia" => "persia",
18974 "persian" => "persian",
18975 "persist" => "persist",
18976 "persisted" => "persist",
18977 "persistence" => "persist",
18978 "persistency" => "persist",
18979 "persistent" => "persist",
18980 "persistently" => "persist",
18981 "persisting" => "persist",
18982 "persists" => "persist",
18983 "person" => "person",
18984 "personage" => "personag",
18985 "personages" => "personag",
18986 "personal" => "person",
18987 "personality" => "person",
18988 "personally" => "person",
18989 "personate" => "person",
18990 "personated" => "person",
18991 "personification" => "personif",
18992 "personified" => "personifi",
18993 "persons" => "person",
18994 "perspective" => "perspect",
18995 "perspiration" => "perspir",
18996 "perspired" => "perspir",
18997 "perspires" => "perspir",
18998 "persuadable" => "persuad",
18999 "persuade" => "persuad",
19000 "persuaded" => "persuad",
19001 "persuading" => "persuad",
19002 "persuasion" => "persuas",
19003 "persuasions" => "persuas",
19004 "persuasive" => "persuas",
19005 "persuasively" => "persuas",
19006 "pert" => "pert",
19007 "perthshire" => "perthshir",
19008 "pertinacious" => "pertinaci",
19009 "pertinaciously" => "pertinaci",
19010 "pertinacity" => "pertinac",
19011 "perturbation" => "perturb",
19012 "perturbed" => "perturb",
19013 "peru" => "peru",
19014 "perusal" => "perus",
19015 "perusals" => "perus",
19016 "peruse" => "perus",
19017 "perused" => "perus",
19018 "perusing" => "perus",
19019 "peruvian" => "peruvian",
19020 "peruvians" => "peruvian",
19021 "pervade" => "pervad",
19022 "pervaded" => "pervad",
19023 "pervades" => "pervad",
19024 "pervading" => "pervad",
19025 "perverse" => "pervers",
19026 "perversely" => "pervers",
19027 "perverseness" => "pervers",
19028 "perversion" => "pervers",
19029 "perversity" => "pervers",
19030 "perverted" => "pervert",
19031 "pervious" => "pervious",
19032 "perwerse" => "perwers",
19033 "peski" => "peski",
19034 "pest" => "pest",
19035 "pester" => "pester",
19036 "pestered" => "pester",
19037 "pestering" => "pester",
19038 "pestiferous" => "pestifer",
19039 "pestilence" => "pestil",
19040 "pestilent" => "pestil",
19041 "pestilential" => "pestilenti",
19042 "pestle" => "pestl",
19043 "pestryakov" => "pestryakov",
19044 "pet" => "pet",
19045 "petals" => "petal",
19046 "peter" => "peter",
19047 "petersburg" => "petersburg",
19048 "petersham" => "petersham",
19049 "petioles" => "petiol",
19050 "petise" => "petis",
19051 "petises" => "petis",
19052 "petition" => "petit",
19053 "petitioned" => "petit",
19054 "petitioners" => "petition",
19055 "petitioning" => "petit",
19056 "petitions" => "petit",
19057 "petorca" => "petorca",
19058 "petowker" => "petowk",
19059 "petrel" => "petrel",
19060 "petrels" => "petrel",
19061 "petrified" => "petrifi",
19062 "petrovitch" => "petrovitch",
19063 "petrovna" => "petrovna",
19064 "petrovsky" => "petrovski",
19065 "petruchio" => "petruchio",
19066 "pets" => "pet",
19067 "petted" => "pet",
19068 "petticoat" => "petticoat",
19069 "petticoats" => "petticoat",
19070 "pettifoggers" => "pettifogg",
19071 "pettifogging" => "pettifog",
19072 "pettiness" => "petti",
19073 "petting" => "pet",
19074 "pettish" => "pettish",
19075 "pettishly" => "pettish",
19076 "petty" => "petti",
19077 "petulance" => "petul",
19078 "petulant" => "petul",
19079 "petulantly" => "petul",
19080 "peuquenes" => "peuquen",
19081 "pew" => "pew",
19082 "pewter" => "pewter",
19083 "pfoo" => "pfoo",
19084 "phaeton" => "phaeton",
19085 "phairy" => "phairi",
19086 "phalanstery" => "phalansteri",
19087 "phallus" => "phallus",
19088 "phanaeus" => "phanaeus",
19089 "phantom" => "phantom",
19090 "phantoms" => "phantom",
19091 "pharaoh" => "pharaoh",
19092 "pharisees" => "pharise",
19093 "phases" => "phase",
19094 "pheasants" => "pheasant",
19095 "phenomena" => "phenomena",
19096 "phenomenal" => "phenomen",
19097 "phenomenally" => "phenomen",
19098 "phenomenes" => "phenomen",
19099 "phenomenon" => "phenomenon",
19100 "phenomenons" => "phenomenon",
19101 "phew" => "phew",
19102 "phib" => "phib",
19103 "phil" => "phil",
19104 "philandering" => "philand",
19105 "philanthropic" => "philanthrop",
19106 "philanthropical" => "philanthrop",
19107 "philanthropist" => "philanthropist",
19108 "philanthropists" => "philanthropist",
19109 "philanthropy" => "philanthropi",
19110 "philip" => "philip",
19111 "philippe" => "philipp",
19112 "philippines" => "philippin",
19113 "phillippensis" => "phillippensi",
19114 "philo" => "philo",
19115 "philos" => "philo",
19116 "philosoph" => "philosoph",
19117 "philosopher" => "philosoph",
19118 "philosophers" => "philosoph",
19119 "philosophical" => "philosoph",
19120 "philosophically" => "philosoph",
19121 "philosophies" => "philosophi",
19122 "philosophy" => "philosophi",
19123 "phineas" => "phinea",
19124 "phlegmatic" => "phlegmat",
19125 "pho" => "pho",
19126 "phoebe" => "phoeb",
19127 "phoenix" => "phoenix",
19128 "phonolite" => "phonolit",
19129 "phosphate" => "phosphat",
19130 "phosphorescence" => "phosphoresc",
19131 "phosphorescent" => "phosphoresc",
19132 "phosphoric" => "phosphor",
19133 "phosphorus" => "phosphorus",
19134 "phosphuretted" => "phosphuret",
19135 "photographer" => "photograph",
19136 "phrase" => "phrase",
19137 "phrased" => "phrase",
19138 "phraseology" => "phraseolog",
19139 "phrases" => "phrase",
19140 "phrenological" => "phrenolog",
19141 "phryniscus" => "phryniscus",
19142 "physalia" => "physalia",
19143 "physic" => "physic",
19144 "physical" => "physic",
19145 "physically" => "physic",
19146 "physician" => "physician",
19147 "physicians" => "physician",
19148 "physicking" => "physick",
19149 "physiognomist" => "physiognomist",
19150 "physiognomy" => "physiognomi",
19151 "physiol" => "physiol",
19152 "physiological" => "physiolog",
19153 "physiology" => "physiolog",
19154 "physique" => "physiqu",
19155 "phytolitharia" => "phytolitharia",
19156 "piano" => "piano",
19157 "pianoforte" => "pianofort",
19158 "pianos" => "piano",
19159 "picaninnies" => "picaninni",
19160 "picaninny" => "picaninni",
19161 "piccadilly" => "piccadilli",
19162 "pichy" => "pichi",
19163 "pick" => "pick",
19164 "pickaxe" => "pickax",
19165 "picked" => "pick",
19166 "pickers" => "picker",
19167 "picking" => "pick",
19168 "pickings" => "pick",
19169 "pickle" => "pickl",
19170 "pickled" => "pickl",
19171 "pickles" => "pickl",
19172 "pickling" => "pickl",
19173 "pickpocket" => "pickpocket",
19174 "pickpockets" => "pickpocket",
19175 "picks" => "pick",
19176 "pickwick" => "pickwick",
19177 "picnic" => "picnic",
19178 "picnics" => "picnic",
19179 "picter" => "picter",
19180 "pictorial" => "pictori",
19181 "picture" => "pictur",
19182 "pictured" => "pictur",
19183 "pictures" => "pictur",
19184 "picturesque" => "picturesqu",
19185 "picturing" => "pictur",
19186 "piderit" => "piderit",
19187 "pie" => "pie",
19188 "piebald" => "piebald",
19189 "piebalds" => "piebald",
19190 "piece" => "piec",
19191 "pieced" => "piec",
19192 "piecemeal" => "piecem",
19193 "pieces" => "piec",
19194 "piecework" => "piecework",
19195 "pieman" => "pieman",
19196 "pier" => "pier",
19197 "pierce" => "pierc",
19198 "pierced" => "pierc",
19199 "pierces" => "pierc",
19200 "piercing" => "pierc",
19201 "piercingly" => "pierc",
19202 "pierre" => "pierr",
19203 "pierres" => "pierr",
19204 "piers" => "pier",
19205 "pies" => "pie",
19206 "pietras" => "pietra",
19207 "piety" => "pieti",
19208 "pig" => "pig",
19209 "pigeon" => "pigeon",
19210 "pigeons" => "pigeon",
19211 "pigmies" => "pigmi",
19212 "pigmy" => "pigmi",
19213 "pigs" => "pig",
19214 "pigsties" => "pigsti",
19215 "pigtail" => "pigtail",
19216 "pigtails" => "pigtail",
19217 "pikestaff" => "pikestaff",
19218 "pile" => "pile",
19219 "piled" => "pile",
19220 "piles" => "pile",
19221 "pilfering" => "pilfer",
19222 "pilger" => "pilger",
19223 "pilgrim" => "pilgrim",
19224 "pilgrimage" => "pilgrimag",
19225 "piling" => "pile",
19226 "pill" => "pill",
19227 "pillar" => "pillar",
19228 "pillars" => "pillar",
19229 "pillow" => "pillow",
19230 "pillowed" => "pillow",
19231 "pillows" => "pillow",
19232 "pills" => "pill",
19233 "pilot" => "pilot",
19234 "piloted" => "pilot",
19235 "pilots" => "pilot",
19236 "pimlico" => "pimlico",
19237 "pimple" => "pimpl",
19238 "pimples" => "pimpl",
19239 "pimply" => "pimpli",
19240 "pin" => "pin",
19241 "pinafore" => "pinafor",
19242 "pincers" => "pincer",
19243 "pinch" => "pinch",
19244 "pinched" => "pinch",
19245 "pincheira" => "pincheira",
19246 "pinches" => "pinch",
19247 "pinching" => "pinch",
19248 "pincushions" => "pincushion",
19249 "pine" => "pine",
19250 "pineapple" => "pineappl",
19251 "pined" => "pine",
19252 "pines" => "pine",
19253 "pining" => "pine",
19254 "pinion" => "pinion",
19255 "pinions" => "pinion",
19256 "pink" => "pink",
19257 "pinked" => "pink",
19258 "pinker" => "pinker",
19259 "pinkish" => "pinkish",
19260 "pinnace" => "pinnac",
19261 "pinnacle" => "pinnacl",
19262 "pinnacled" => "pinnacl",
19263 "pinnacles" => "pinnacl",
19264 "pinned" => "pin",
19265 "pinning" => "pin",
19266 "pins" => "pin",
19267 "pint" => "pint",
19268 "pints" => "pint",
19269 "pious" => "pious",
19270 "pipe" => "pipe",
19271 "pipeclayed" => "pipeclay",
19272 "pipelight" => "pipelight",
19273 "piper" => "piper",
19274 "pipes" => "pipe",
19275 "piping" => "pipe",
19276 "pips" => "pip",
19277 "piquancy" => "piquanc",
19278 "piquant" => "piquant",
19279 "pique" => "piqu",
19280 "piqued" => "piqu",
19281 "piquet" => "piquet",
19282 "pirouette" => "pirouett",
19283 "pisagua" => "pisagua",
19284 "pise" => "pise",
19285 "pish" => "pish",
19286 "pistil" => "pistil",
19287 "pistol" => "pistol",
19288 "pistoling" => "pistol",
19289 "pistolling" => "pistol",
19290 "pistols" => "pistol",
19291 "pit" => "pit",
19292 "pitcairn" => "pitcairn",
19293 "pitch" => "pitch",
19294 "pitched" => "pitch",
19295 "pitcher" => "pitcher",
19296 "pitchers" => "pitcher",
19297 "pitchfork" => "pitchfork",
19298 "pitching" => "pitch",
19299 "pitchy" => "pitchi",
19300 "piteous" => "piteous",
19301 "piteously" => "piteous",
19302 "pitfall" => "pitfal",
19303 "pitfalls" => "pitfal",
19304 "pith" => "pith",
19305 "pithy" => "pithi",
19306 "pitiable" => "pitiabl",
19307 "pitiably" => "pitiabl",
19308 "pitied" => "piti",
19309 "pities" => "piti",
19310 "pitiful" => "piti",
19311 "pitilessly" => "pitiless",
19312 "pitmen" => "pitmen",
19313 "pits" => "pit",
19314 "pitt" => "pitt",
19315 "pittance" => "pittanc",
19316 "pittances" => "pittanc",
19317 "pitted" => "pit",
19318 "pitty" => "pitti",
19319 "pity" => "piti",
19320 "pitying" => "piti",
19321 "pivot" => "pivot",
19322 "pizzaro" => "pizzaro",
19323 "pla" => "pla",
19324 "plac" => "plac",
19325 "placard" => "placard",
19326 "placarded" => "placard",
19327 "placards" => "placard",
19328 "place" => "place",
19329 "placed" => "place",
19330 "places" => "place",
19331 "placid" => "placid",
19332 "placidity" => "placid",
19333 "placidly" => "placid",
19334 "placing" => "place",
19335 "plagiarists" => "plagiarist",
19336 "plague" => "plagu",
19337 "plagued" => "plagu",
19338 "plagues" => "plagu",
19339 "plaguing" => "plagu",
19340 "plaid" => "plaid",
19341 "plain" => "plain",
19342 "plainer" => "plainer",
19343 "plainest" => "plainest",
19344 "plainly" => "plain",
19345 "plainness" => "plain",
19346 "plains" => "plain",
19347 "plaint" => "plaint",
19348 "plaintiff" => "plaintiff",
19349 "plaintiffs" => "plaintiff",
19350 "plaintive" => "plaintiv",
19351 "plaintively" => "plaintiv",
19352 "plaintiveness" => "plaintiv",
19353 "plaire" => "plair",
19354 "plaisir" => "plaisir",
19355 "plait" => "plait",
19356 "plaited" => "plait",
19357 "plaits" => "plait",
19358 "plan" => "plan",
19359 "planaria" => "planaria",
19360 "planariae" => "planaria",
19361 "plane" => "plane",
19362 "planed" => "plane",
19363 "planet" => "planet",
19364 "planing" => "plane",
19365 "plank" => "plank",
19366 "planks" => "plank",
19367 "planned" => "plan",
19368 "planning" => "plan",
19369 "plans" => "plan",
19370 "plant" => "plant",
19371 "plantagenet" => "plantagenet",
19372 "plantation" => "plantat",
19373 "plantations" => "plantat",
19374 "planted" => "plant",
19375 "planter" => "planter",
19376 "planting" => "plant",
19377 "plants" => "plant",
19378 "planty" => "planti",
19379 "plashing" => "plash",
19380 "plaster" => "plaster",
19381 "plastered" => "plaster",
19382 "plat" => "plat",
19383 "plata" => "plata",
19384 "plate" => "plate",
19385 "plateau" => "plateau",
19386 "plated" => "plate",
19387 "plates" => "plate",
19388 "platform" => "platform",
19389 "platforms" => "platform",
19390 "platforna" => "platforna",
19391 "platina" => "platina",
19392 "platitudes" => "platitud",
19393 "platters" => "platter",
19394 "plaudits" => "plaudit",
19395 "plausible" => "plausibl",
19396 "plausibly" => "plausibl",
19397 "play" => "play",
19398 "playbill" => "playbil",
19399 "playbills" => "playbil",
19400 "played" => "play",
19401 "player" => "player",
19402 "players" => "player",
19403 "playfellow" => "playfellow",
19404 "playfellows" => "playfellow",
19405 "playful" => "play",
19406 "playfully" => "play",
19407 "playfulness" => "play",
19408 "playing" => "play",
19409 "playmate" => "playmat",
19410 "playmates" => "playmat",
19411 "plays" => "play",
19412 "playsure" => "playsur",
19413 "plaything" => "playth",
19414 "playthings" => "playth",
19415 "playwright" => "playwright",
19416 "plaza" => "plaza",
19417 "plea" => "plea",
19418 "pleace" => "pleac",
19419 "plead" => "plead",
19420 "pleaded" => "plead",
19421 "pleader" => "pleader",
19422 "pleaders" => "pleader",
19423 "pleading" => "plead",
19424 "pleadingly" => "plead",
19425 "pleads" => "plead",
19426 "pleasant" => "pleasant",
19427 "pleasanter" => "pleasant",
19428 "pleasantest" => "pleasantest",
19429 "pleasantly" => "pleasant",
19430 "pleasantness" => "pleasant",
19431 "pleasantry" => "pleasantri",
19432 "please" => "pleas",
19433 "pleased" => "pleas",
19434 "pleases" => "pleas",
19435 "pleasing" => "pleas",
19436 "pleasurable" => "pleasur",
19437 "pleasure" => "pleasur",
19438 "pleasures" => "pleasur",
19439 "pleasuring" => "pleasur",
19440 "plebeian" => "plebeian",
19441 "pledge" => "pledg",
19442 "pledged" => "pledg",
19443 "pledges" => "pledg",
19444 "pledging" => "pledg",
19445 "plentiful" => "plenti",
19446 "plentifully" => "plenti",
19447 "plenty" => "plenti",
19448 "plestcheiev" => "plestcheiev",
19449 "pliability" => "pliabil",
19450 "plicata" => "plicata",
19451 "plied" => "pli",
19452 "plies" => "pli",
19453 "plight" => "plight",
19454 "plighting" => "plight",
19455 "plodding" => "plod",
19456 "plot" => "plot",
19457 "plots" => "plot",
19458 "plotted" => "plot",
19459 "plotter" => "plotter",
19460 "plotters" => "plotter",
19461 "plotting" => "plot",
19462 "plough" => "plough",
19463 "ploughboy" => "ploughboy",
19464 "ploughed" => "plough",
19465 "ploughing" => "plough",
19466 "ploughman" => "ploughman",
19467 "ploughs" => "plough",
19468 "ploughshare" => "ploughshar",
19469 "ploughshares" => "ploughshar",
19470 "plover" => "plover",
19471 "pluck" => "pluck",
19472 "plucked" => "pluck",
19473 "plucking" => "pluck",
19474 "plucks" => "pluck",
19475 "plug" => "plug",
19476 "pluies" => "plui",
19477 "plum" => "plum",
19478 "plumage" => "plumag",
19479 "plumbago" => "plumbago",
19480 "plumed" => "plume",
19481 "pluming" => "plume",
19482 "plummets" => "plummet",
19483 "plump" => "plump",
19484 "plumpest" => "plumpest",
19485 "plumpness" => "plump",
19486 "plums" => "plum",
19487 "plunder" => "plunder",
19488 "plundered" => "plunder",
19489 "plundering" => "plunder",
19490 "plunge" => "plung",
19491 "plunged" => "plung",
19492 "plunges" => "plung",
19493 "plunging" => "plung",
19494 "plural" => "plural",
19495 "plurality" => "plural",
19496 "plus" => "plus",
19497 "plutonic" => "pluton",
19498 "ply" => "pli",
19499 "plying" => "pli",
19500 "plymouth" => "plymouth",
19501 "pm" => "pm",
19502 "poached" => "poach",
19503 "poaching" => "poach",
19504 "poast" => "poast",
19505 "pock" => "pock",
19506 "pocket" => "pocket",
19507 "pocketbook" => "pocketbook",
19508 "pocketed" => "pocket",
19509 "pocketing" => "pocket",
19510 "pockets" => "pocket",
19511 "pods" => "pod",
19512 "poem" => "poem",
19513 "poems" => "poem",
19514 "poet" => "poet",
19515 "poetic" => "poetic",
19516 "poetical" => "poetic",
19517 "poetizing" => "poetiz",
19518 "poetry" => "poetri",
19519 "poets" => "poet",
19520 "poignant" => "poignant",
19521 "poin" => "poin",
19522 "poins" => "poin",
19523 "point" => "point",
19524 "pointed" => "point",
19525 "pointedly" => "point",
19526 "pointing" => "point",
19527 "pointless" => "pointless",
19528 "points" => "point",
19529 "poised" => "pois",
19530 "poising" => "pois",
19531 "poison" => "poison",
19532 "poisoned" => "poison",
19533 "poisoning" => "poison",
19534 "poisonous" => "poison",
19535 "poke" => "poke",
19536 "poked" => "poke",
19537 "poker" => "poker",
19538 "pokers" => "poker",
19539 "pokes" => "poke",
19540 "poking" => "poke",
19541 "pokorev" => "pokorev",
19542 "polanco" => "polanco",
19543 "polar" => "polar",
19544 "pole" => "pole",
19545 "polecat" => "polecat",
19546 "polemical" => "polem",
19547 "polenka" => "polenka",
19548 "poles" => "pole",
19549 "police" => "polic",
19550 "policeman" => "policeman",
19551 "policemen" => "policemen",
19552 "policies" => "polici",
19553 "policy" => "polici",
19554 "polish" => "polish",
19555 "polished" => "polish",
19556 "polishes" => "polish",
19557 "polishing" => "polish",
19558 "polit" => "polit",
19559 "polite" => "polit",
19560 "politely" => "polit",
19561 "politeness" => "polit",
19562 "politest" => "politest",
19563 "politic" => "polit",
19564 "political" => "polit",
19565 "politically" => "polit",
19566 "politician" => "politician",
19567 "politicians" => "politician",
19568 "politics" => "polit",
19569 "polking" => "polk",
19570 "poll" => "poll",
19571 "pollard" => "pollard",
19572 "pollewt" => "pollewt",
19573 "polling" => "poll",
19574 "pollis" => "polli",
19575 "pollute" => "pollut",
19576 "polluted" => "pollut",
19577 "pollutions" => "pollut",
19578 "polly" => "polli",
19579 "pollys" => "polli",
19580 "poltroon" => "poltroon",
19581 "polya" => "polya",
19582 "polybori" => "polybori",
19583 "polyborus" => "polyborus",
19584 "polygastrica" => "polygastrica",
19585 "polygon" => "polygon",
19586 "polynesia" => "polynesia",
19587 "polynesian" => "polynesian",
19588 "polypi" => "polypi",
19589 "polypus" => "polypus",
19590 "polysyllable" => "polysyl",
19591 "pomaded" => "pomad",
19592 "pomarre" => "pomarr",
19593 "pomatum" => "pomatum",
19594 "pommel" => "pommel",
19595 "pomp" => "pomp",
19596 "pompey" => "pompey",
19597 "pomposities" => "pompos",
19598 "pompous" => "pompous",
19599 "pompously" => "pompous",
19600 "pomps" => "pomp",
19601 "poncho" => "poncho",
19602 "ponchos" => "poncho",
19603 "pond" => "pond",
19604 "ponder" => "ponder",
19605 "pondered" => "ponder",
19606 "pondering" => "ponder",
19607 "ponderous" => "ponder",
19608 "ponders" => "ponder",
19609 "ponds" => "pond",
19610 "poniard" => "poniard",
19611 "ponies" => "poni",
19612 "ponsonby" => "ponsonbi",
19613 "pony" => "poni",
19614 "pooder" => "pooder",
19615 "poodle" => "poodl",
19616 "poof" => "poof",
19617 "pooh" => "pooh",
19618 "pool" => "pool",
19619 "pools" => "pool",
19620 "poonded" => "poond",
19621 "poop" => "poop",
19622 "poor" => "poor",
19623 "poorer" => "poorer",
19624 "poorest" => "poorest",
19625 "poorly" => "poor",
19626 "poorness" => "poor",
19627 "pop" => "pop",
19628 "pope" => "pope",
19629 "popery" => "poperi",
19630 "poplars" => "poplar",
19631 "popolorum" => "popolorum",
19632 "popped" => "pop",
19633 "poppet" => "poppet",
19634 "popping" => "pop",
19635 "popular" => "popular",
19636 "popularity" => "popular",
19637 "populated" => "popul",
19638 "population" => "popul",
19639 "populous" => "popul",
19640 "porch" => "porch",
19641 "porches" => "porch",
19642 "porcupine" => "porcupin",
19643 "pore" => "pore",
19644 "pored" => "pore",
19645 "pores" => "pore",
19646 "porfiry" => "porfiri",
19647 "poring" => "pore",
19648 "pork" => "pork",
19649 "porous" => "porous",
19650 "porphyries" => "porphyri",
19651 "porphyrio" => "porphyrio",
19652 "porphyry" => "porphyri",
19653 "porpoises" => "porpois",
19654 "porridge" => "porridg",
19655 "porson" => "porson",
19656 "port" => "port",
19657 "portable" => "portabl",
19658 "portal" => "portal",
19659 "portend" => "portend",
19660 "portended" => "portend",
19661 "portentous" => "portent",
19662 "porter" => "porter",
19663 "porterage" => "porterag",
19664 "porters" => "porter",
19665 "portfolio" => "portfolio",
19666 "portfolios" => "portfolio",
19667 "porth" => "porth",
19668 "portico" => "portico",
19669 "portillo" => "portillo",
19670 "portion" => "portion",
19671 "portionless" => "portionless",
19672 "portions" => "portion",
19673 "portland" => "portland",
19674 "portly" => "port",
19675 "portmanteau" => "portmanteau",
19676 "portmanteaus" => "portmanteaus",
19677 "porto" => "porto",
19678 "portrait" => "portrait",
19679 "portraits" => "portrait",
19680 "portrayed" => "portray",
19681 "ports" => "port",
19682 "portsmouth" => "portsmouth",
19683 "portugal" => "portug",
19684 "portuguese" => "portugues",
19685 "pose" => "pose",
19686 "posed" => "pose",
19687 "poses" => "pose",
19688 "posession" => "posess",
19689 "posing" => "pose",
19690 "position" => "posit",
19691 "positions" => "posit",
19692 "positive" => "posit",
19693 "positively" => "posit",
19694 "positiveness" => "posit",
19695 "possess" => "possess",
19696 "possesse" => "possess",
19697 "possessed" => "possess",
19698 "possesses" => "possess",
19699 "possessin" => "possessin",
19700 "possessing" => "possess",
19701 "possession" => "possess",
19702 "possessions" => "possess",
19703 "possessive" => "possess",
19704 "possessor" => "possessor",
19705 "possessors" => "possessor",
19706 "possibilities" => "possibl",
19707 "possibility" => "possibl",
19708 "possible" => "possibl",
19709 "possibly" => "possibl",
19710 "post" => "post",
19711 "posta" => "posta",
19712 "postage" => "postag",
19713 "postas" => "posta",
19714 "posted" => "post",
19715 "poster" => "poster",
19716 "posterior" => "posterior",
19717 "posterity" => "poster",
19718 "postern" => "postern",
19719 "posters" => "poster",
19720 "posthouse" => "posthous",
19721 "postilion" => "postilion",
19722 "posting" => "post",
19723 "postman" => "postman",
19724 "postmaster" => "postmast",
19725 "postmen" => "postmen",
19726 "postpone" => "postpon",
19727 "postponed" => "postpon",
19728 "postponement" => "postpon",
19729 "postpones" => "postpon",
19730 "postponing" => "postpon",
19731 "posts" => "post",
19732 "postscript" => "postscript",
19733 "posture" => "postur",
19734 "postures" => "postur",
19735 "posuit" => "posuit",
19736 "pot" => "pot",
19737 "potanchikov" => "potanchikov",
19738 "potash" => "potash",
19739 "potations" => "potat",
19740 "potato" => "potato",
19741 "potatoes" => "potato",
19742 "potatoless" => "potatoless",
19743 "potboy" => "potboy",
19744 "potchinkov" => "potchinkov",
19745 "potent" => "potent",
19746 "potentate" => "potent",
19747 "pothouse" => "pothous",
19748 "potion" => "potion",
19749 "potosi" => "potosi",
19750 "potrero" => "potrero",
19751 "pots" => "pot",
19752 "potted" => "pot",
19753 "potter" => "potter",
19754 "potteries" => "potteri",
19755 "pottery" => "potteri",
19756 "pouce" => "pouc",
19757 "pouch" => "pouch",
19758 "pouches" => "pouch",
19759 "poultry" => "poultri",
19760 "pounce" => "pounc",
19761 "pounced" => "pounc",
19762 "pounces" => "pounc",
19763 "pouncing" => "pounc",
19764 "pound" => "pound",
19765 "pounded" => "pound",
19766 "pounder" => "pounder",
19767 "pounds" => "pound",
19768 "pountney" => "pountney",
19769 "pountneys" => "pountney",
19770 "pour" => "pour",
19771 "poured" => "pour",
19772 "pouring" => "pour",
19773 "pours" => "pour",
19774 "pout" => "pout",
19775 "pouted" => "pout",
19776 "pouting" => "pout",
19777 "poverty" => "poverti",
19778 "powder" => "powder",
19779 "powdered" => "powder",
19780 "powderin" => "powderin",
19781 "powe" => "pow",
19782 "powell" => "powel",
19783 "power" => "power",
19784 "powerful" => "power",
19785 "powerfully" => "power",
19786 "powerless" => "powerless",
19787 "powers" => "power",
19788 "pox" => "pox",
19789 "pp" => "pp",
19790 "pr" => "pr",
19791 "practicability" => "practic",
19792 "practicable" => "practic",
19793 "practical" => "practic",
19794 "practicality" => "practic",
19795 "practically" => "practic",
19796 "practice" => "practic",
19797 "practices" => "practic",
19798 "practise" => "practis",
19799 "practised" => "practis",
19800 "practiser" => "practis",
19801 "practises" => "practis",
19802 "practising" => "practis",
19803 "practitioner" => "practition",
19804 "practitioners" => "practition",
19805 "prae" => "prae",
19806 "praetorian" => "praetorian",
19807 "praia" => "praia",
19808 "prairies" => "prairi",
19809 "praise" => "prais",
19810 "praised" => "prais",
19811 "praises" => "prais",
19812 "praiseworthy" => "praiseworthi",
19813 "praising" => "prais",
19814 "prance" => "pranc",
19815 "prancing" => "pranc",
19816 "pranks" => "prank",
19817 "prasant" => "prasant",
19818 "praskovya" => "praskovya",
19819 "prattlings" => "prattl",
19820 "pratty" => "pratti",
19821 "prawn" => "prawn",
19822 "prawns" => "prawn",
19823 "pray" => "pray",
19824 "praya" => "praya",
19825 "prayed" => "pray",
19826 "prayer" => "prayer",
19827 "prayers" => "prayer",
19828 "prayfession" => "prayfess",
19829 "prayin" => "prayin",
19830 "praying" => "pray",
19831 "prays" => "pray",
19832 "pre" => "pre",
19833 "preach" => "preach",
19834 "preached" => "preach",
19835 "preacher" => "preacher",
19836 "preachers" => "preacher",
19837 "preaching" => "preach",
19838 "prebendary" => "prebendari",
19839 "precarious" => "precari",
19840 "precaution" => "precaut",
19841 "precautions" => "precaut",
19842 "precede" => "preced",
19843 "preceded" => "preced",
19844 "precedence" => "preced",
19845 "precedent" => "preced",
19846 "precedents" => "preced",
19847 "preceding" => "preced",
19848 "precept" => "precept",
19849 "preceptor" => "preceptor",
19850 "precepts" => "precept",
19851 "precincts" => "precinct",
19852 "precious" => "precious",
19853 "preciousest" => "preciousest",
19854 "precipice" => "precipic",
19855 "precipices" => "precipic",
19856 "precipitate" => "precipit",
19857 "precipitated" => "precipit",
19858 "precipitately" => "precipit",
19859 "precipitation" => "precipit",
19860 "precipitous" => "precipit",
19861 "precise" => "precis",
19862 "precisely" => "precis",
19863 "precision" => "precis",
19864 "precluded" => "preclud",
19865 "precocious" => "precoci",
19866 "precociously" => "precoci",
19867 "preconceived" => "preconceiv",
19868 "preconcerted" => "preconcert",
19869 "predecessor" => "predecessor",
19870 "predecessors" => "predecessor",
19871 "predestined" => "predestin",
19872 "predicament" => "predica",
19873 "predicaments" => "predica",
19874 "predict" => "predict",
19875 "predicted" => "predict",
19876 "predicting" => "predict",
19877 "prediction" => "predict",
19878 "predictions" => "predict",
19879 "predilections" => "predilect",
19880 "predisposition" => "predisposit",
19881 "predominant" => "predomin",
19882 "predominate" => "predomin",
19883 "predominated" => "predomin",
19884 "preening" => "preen",
19885 "preface" => "prefac",
19886 "prefacing" => "prefac",
19887 "prefatory" => "prefatori",
19888 "prefer" => "prefer",
19889 "preferable" => "prefer",
19890 "preference" => "prefer",
19891 "preferer" => "prefer",
19892 "preferment" => "prefer",
19893 "preferred" => "prefer",
19894 "preferring" => "prefer",
19895 "prefers" => "prefer",
19896 "prefixed" => "prefix",
19897 "prehensile" => "prehensil",
19898 "prehensilis" => "prehensili",
19899 "prejudge" => "prejudg",
19900 "prejudice" => "prejudic",
19901 "prejudiced" => "prejud",
19902 "prejudices" => "prejudic",
19903 "prejudicial" => "prejudici",
19904 "preliminaries" => "preliminari",
19905 "preliminary" => "preliminari",
19906 "prelude" => "prelud",
19907 "premature" => "prematur",
19908 "prematurely" => "prematur",
19909 "premeditated" => "premedit",
19910 "premeditation" => "premedit",
19911 "premier" => "premier",
19912 "premiers" => "premier",
19913 "premiership" => "premiership",
19914 "premise" => "premis",
19915 "premised" => "premis",
19916 "premises" => "premis",
19917 "premium" => "premium",
19918 "prentice" => "prentic",
19919 "prentices" => "prentic",
19920 "preoccupation" => "preoccup",
19921 "preoccupations" => "preoccup",
19922 "preoccupied" => "preoccupi",
19923 "preordained" => "preordain",
19924 "preparation" => "prepar",
19925 "preparations" => "prepar",
19926 "preparatory" => "preparatori",
19927 "prepare" => "prepar",
19928 "prepared" => "prepar",
19929 "prepares" => "prepar",
19930 "preparing" => "prepar",
19931 "prepense" => "prepens",
19932 "preponderance" => "preponder",
19933 "preponderated" => "preponder",
19934 "preponderates" => "preponder",
19935 "preponderating" => "preponder",
19936 "prepossessed" => "prepossess",
19937 "prepossessing" => "prepossess",
19938 "prepossession" => "prepossess",
19939 "prepossessions" => "prepossess",
19940 "preposterous" => "preposter",
19941 "presbyterian" => "presbyterian",
19942 "prescribe" => "prescrib",
19943 "prescribed" => "prescrib",
19944 "prescription" => "prescript",
19945 "prescriptive" => "prescript",
19946 "presence" => "presenc",
19947 "presenfty" => "presenfti",
19948 "present" => "present",
19949 "presentable" => "present",
19950 "presentation" => "present",
19951 "presented" => "present",
19952 "presentime" => "presentim",
19953 "presentiment" => "presenti",
19954 "presentiments" => "presenti",
19955 "presenting" => "present",
19956 "presently" => "present",
19957 "presentments" => "present",
19958 "presents" => "present",
19959 "preservation" => "preserv",
19960 "preserve" => "preserv",
19961 "preserved" => "preserv",
19962 "preserver" => "preserv",
19963 "preserves" => "preserv",
19964 "preserving" => "preserv",
19965 "preside" => "presid",
19966 "presided" => "presid",
19967 "presidency" => "presid",
19968 "president" => "presid",
19969 "presidents" => "presid",
19970 "presidentship" => "presidentship",
19971 "presiding" => "presid",
19972 "press" => "press",
19973 "pressed" => "press",
19974 "presses" => "press",
19975 "pressing" => "press",
19976 "pressingly" => "press",
19977 "pressure" => "pressur",
19978 "prestige" => "prestig",
19979 "presumably" => "presum",
19980 "presume" => "presum",
19981 "presumed" => "presum",
19982 "presumes" => "presum",
19983 "presuming" => "presum",
19984 "presumption" => "presumpt",
19985 "presumptuous" => "presumptu",
19986 "presumptuously" => "presumptu",
19987 "presupposes" => "presuppos",
19988 "pretence" => "pretenc",
19989 "pretences" => "pretenc",
19990 "pretend" => "pretend",
19991 "pretended" => "pretend",
19992 "pretending" => "pretend",
19993 "pretends" => "pretend",
19994 "pretension" => "pretens",
19995 "pretensions" => "pretens",
19996 "pretentious" => "pretenti",
19997 "preternatural" => "preternatur",
19998 "pretext" => "pretext",
19999 "pretexts" => "pretext",
20000 "prett" => "prett",
20001 "prettier" => "prettier",
20002 "prettiest" => "prettiest",
20003 "prettily" => "prettili",
20004 "prettiness" => "pretti",
20005 "prettinesses" => "pretti",
20006 "pretty" => "pretti",
20007 "prevail" => "prevail",
20008 "prevailed" => "prevail",
20009 "prevailing" => "prevail",
20010 "prevails" => "prevail",
20011 "prevalent" => "preval",
20012 "prevaricate" => "prevar",
20013 "prevent" => "prevent",
20014 "prevented" => "prevent",
20015 "preventing" => "prevent",
20016 "prevents" => "prevent",
20017 "previous" => "previous",
20018 "previously" => "previous",
20019 "prevost" => "prevost",
20020 "prey" => "prey",
20021 "preyed" => "prey",
20022 "preying" => "prey",
20023 "preys" => "prey",
20024 "price" => "price",
20025 "priceless" => "priceless",
20026 "prices" => "price",
20027 "prick" => "prick",
20028 "pricked" => "prick",
20029 "pricking" => "prick",
20030 "prickles" => "prickl",
20031 "prickly" => "prick",
20032 "pricks" => "prick",
20033 "pride" => "pride",
20034 "pries" => "pri",
20035 "priest" => "priest",
20036 "priesthood" => "priesthood",
20037 "priestly" => "priest",
20038 "priests" => "priest",
20039 "prig" => "prig",
20040 "prilukov" => "prilukov",
20041 "prim" => "prim",
20042 "primarily" => "primarili",
20043 "primary" => "primari",
20044 "prime" => "prime",
20045 "primer" => "primer",
20046 "primera" => "primera",
20047 "primeval" => "primev",
20048 "primitive" => "primit",
20049 "primogeniture" => "primogenitur",
20050 "primrose" => "primros",
20051 "prince" => "princ",
20052 "princely" => "princ",
20053 "princes" => "princ",
20054 "princess" => "princess",
20055 "princesses" => "princess",
20056 "principal" => "princip",
20057 "principally" => "princip",
20058 "principals" => "princip",
20059 "principle" => "principl",
20060 "principles" => "principl",
20061 "prinking" => "prink",
20062 "print" => "print",
20063 "printed" => "print",
20064 "printers" => "printer",
20065 "printing" => "print",
20066 "prints" => "print",
20067 "prionotus" => "prionotus",
20068 "prior" => "prior",
20069 "prioress" => "prioress",
20070 "priority" => "prioriti",
20071 "priory" => "priori",
20072 "priscilla" => "priscilla",
20073 "prismatic" => "prismat",
20074 "prison" => "prison",
20075 "prisoner" => "prison",
20076 "prisoners" => "prison",
20077 "prisons" => "prison",
20078 "pritchard" => "pritchard",
20079 "pritchards" => "pritchard",
20080 "privacy" => "privaci",
20081 "private" => "privat",
20082 "privateer" => "privat",
20083 "privately" => "privat",
20084 "privation" => "privat",
20085 "privations" => "privat",
20086 "privilege" => "privileg",
20087 "privileged" => "privileg",
20088 "privileges" => "privileg",
20089 "privy" => "privi",
20090 "prize" => "prize",
20091 "prized" => "prize",
20092 "prizes" => "prize",
20093 "pro" => "pro",
20094 "probabilities" => "probabl",
20095 "probability" => "probabl",
20096 "probable" => "probabl",
20097 "probably" => "probabl",
20098 "probation" => "probat",
20099 "probing" => "probe",
20100 "problem" => "problem",
20101 "problematical" => "problemat",
20102 "problems" => "problem",
20103 "proboscis" => "probosci",
20104 "procedure" => "procedur",
20105 "proceed" => "proceed",
20106 "proceeded" => "proceed",
20107 "proceeding" => "proceed",
20108 "proceedings" => "proceed",
20109 "proceeds" => "proceed",
20110 "procellaria" => "procellaria",
20111 "process" => "process",
20112 "processes" => "process",
20113 "procession" => "process",
20114 "proclaim" => "proclaim",
20115 "proclaimed" => "proclaim",
20116 "proclaiming" => "proclaim",
20117 "proclaims" => "proclaim",
20118 "proclamation" => "proclam",
20119 "procrastinates" => "procrastin",
20120 "procrastination" => "procrastin",
20121 "proctotretus" => "proctotretus",
20122 "procurable" => "procur",
20123 "procure" => "procur",
20124 "procured" => "procur",
20125 "procuring" => "procur",
20126 "prodigal" => "prodig",
20127 "prodigality" => "prodig",
20128 "prodigieux" => "prodigieux",
20129 "prodigious" => "prodigi",
20130 "prodigiously" => "prodigi",
20131 "prodigy" => "prodigi",
20132 "produce" => "produc",
20133 "produced" => "produc",
20134 "produces" => "produc",
20135 "producible" => "produc",
20136 "producing" => "produc",
20137 "product" => "product",
20138 "production" => "product",
20139 "productions" => "product",
20140 "productive" => "product",
20141 "productiveness" => "product",
20142 "products" => "product",
20143 "profanation" => "profan",
20144 "profane" => "profan",
20145 "profanely" => "profan",
20146 "profaning" => "profan",
20147 "profess" => "profess",
20148 "professed" => "profess",
20149 "professes" => "profess",
20150 "professing" => "profess",
20151 "profession" => "profess",
20152 "professional" => "profession",
20153 "professionally" => "profession",
20154 "professionals" => "profession",
20155 "professionaly" => "professionali",
20156 "professions" => "profess",
20157 "professor" => "professor",
20158 "professors" => "professor",
20159 "professorship" => "professorship",
20160 "proffer" => "proffer",
20161 "proffered" => "proffer",
20162 "proficiency" => "profici",
20163 "proficient" => "profici",
20164 "profile" => "profil",
20165 "profit" => "profit",
20166 "profitable" => "profit",
20167 "profited" => "profit",
20168 "profiting" => "profit",
20169 "profitless" => "profitless",
20170 "profits" => "profit",
20171 "profligacy" => "profligaci",
20172 "profligate" => "proflig",
20173 "profligately" => "proflig",
20174 "profligates" => "proflig",
20175 "profound" => "profound",
20176 "profoundest" => "profoundest",
20177 "profoundly" => "profound",
20178 "profundity" => "profund",
20179 "profuse" => "profus",
20180 "profusely" => "profus",
20181 "profusion" => "profus",
20182 "progenitive" => "progenit",
20183 "progenitors" => "progenitor",
20184 "progne" => "progn",
20185 "prognostications" => "prognost",
20186 "programme" => "programm",
20187 "progress" => "progress",
20188 "progressed" => "progress",
20189 "progressing" => "progress",
20190 "progression" => "progress",
20191 "progressive" => "progress",
20192 "progressively" => "progress",
20193 "progressives" => "progress",
20194 "prohibited" => "prohibit",
20195 "prohibiting" => "prohibit",
20196 "prohibition" => "prohibit",
20197 "project" => "project",
20198 "projected" => "project",
20199 "projecting" => "project",
20200 "projection" => "project",
20201 "projector" => "projector",
20202 "projects" => "project",
20203 "prokofitch" => "prokofitch",
20204 "prolific" => "prolif",
20205 "prolix" => "prolix",
20206 "prolixities" => "prolix",
20207 "prolixity" => "prolix",
20208 "prolong" => "prolong",
20209 "prolongation" => "prolong",
20210 "prolonged" => "prolong",
20211 "prolonging" => "prolong",
20212 "promenade" => "promenad",
20213 "promethean" => "promethean",
20214 "prominent" => "promin",
20215 "prominently" => "promin",
20216 "promise" => "promis",
20217 "promised" => "promis",
20218 "promises" => "promis",
20219 "promisin" => "promisin",
20220 "promising" => "promis",
20221 "promissory" => "promissori",
20222 "promontories" => "promontori",
20223 "promontory" => "promontori",
20224 "promote" => "promot",
20225 "promoted" => "promot",
20226 "promoter" => "promot",
20227 "promotes" => "promot",
20228 "promoting" => "promot",
20229 "promotion" => "promot",
20230 "prompt" => "prompt",
20231 "prompted" => "prompt",
20232 "prompter" => "prompter",
20233 "prompters" => "prompter",
20234 "prompting" => "prompt",
20235 "promptitude" => "promptitud",
20236 "promptly" => "prompt",
20237 "promptness" => "prompt",
20238 "prompts" => "prompt",
20239 "prone" => "prone",
20240 "proneness" => "prone",
20241 "pronoun" => "pronoun",
20242 "pronounce" => "pronounc",
20243 "pronounced" => "pronounc",
20244 "pronounces" => "pronounc",
20245 "pronouncing" => "pronounc",
20246 "proodest" => "proodest",
20247 "proof" => "proof",
20248 "proofs" => "proof",
20249 "prop" => "prop",
20250 "propaganda" => "propaganda",
20251 "propagated" => "propag",
20252 "propagates" => "propag",
20253 "propagation" => "propag",
20254 "propensity" => "propens",
20255 "proper" => "proper",
20256 "properly" => "proper",
20257 "properties" => "properti",
20258 "property" => "properti",
20259 "propertyless" => "propertyless",
20260 "prophecy" => "propheci",
20261 "prophesied" => "prophesi",
20262 "prophesying" => "prophesi",
20263 "prophet" => "prophet",
20264 "prophetic" => "prophet",
20265 "prophetical" => "prophet",
20266 "prophetically" => "prophet",
20267 "propitiate" => "propiti",
20268 "propitiated" => "propiti",
20269 "propitiation" => "propiti",
20270 "propitiatory" => "propitiatori",
20271 "propitious" => "propiti",
20272 "proportion" => "proport",
20273 "proportionably" => "proportion",
20274 "proportional" => "proport",
20275 "proportionally" => "proport",
20276 "proportionate" => "proportion",
20277 "proportionately" => "proportion",
20278 "proportioned" => "proport",
20279 "proportions" => "proport",
20280 "propos" => "propo",
20281 "proposal" => "propos",
20282 "proposals" => "propos",
20283 "propose" => "propos",
20284 "proposed" => "propos",
20285 "proposes" => "propos",
20286 "proposing" => "propos",
20287 "proposition" => "proposit",
20288 "propositions" => "proposit",
20289 "propound" => "propound",
20290 "propounded" => "propound",
20291 "propounding" => "propound",
20292 "propoundlng" => "propoundlng",
20293 "propounds" => "propound",
20294 "propped" => "prop",
20295 "propping" => "prop",
20296 "proprieties" => "proprieti",
20297 "proprietor" => "proprietor",
20298 "proprietorship" => "proprietorship",
20299 "proprietress" => "proprietress",
20300 "propriety" => "proprieti",
20301 "prorogation" => "prorog",
20302 "prosaic" => "prosaic",
20303 "proscenium" => "proscenium",
20304 "proscribed" => "proscrib",
20305 "prose" => "prose",
20306 "prosecute" => "prosecut",
20307 "prosecuted" => "prosecut",
20308 "prosecution" => "prosecut",
20309 "prosecutor" => "prosecutor",
20310 "prosing" => "prose",
20311 "prospect" => "prospect",
20312 "prospective" => "prospect",
20313 "prospects" => "prospect",
20314 "prospectus" => "prospectus",
20315 "prosper" => "prosper",
20316 "prospered" => "prosper",
20317 "prospering" => "prosper",
20318 "prosperity" => "prosper",
20319 "prosperous" => "prosper",
20320 "prosperously" => "prosper",
20321 "prostrate" => "prostrat",
20322 "prostrated" => "prostrat",
20323 "prostration" => "prostrat",
20324 "prosy" => "prosi",
20325 "protect" => "protect",
20326 "protected" => "protect",
20327 "protecting" => "protect",
20328 "protection" => "protect",
20329 "protective" => "protect",
20330 "protector" => "protector",
20331 "protectors" => "protector",
20332 "protegee" => "protege",
20333 "proteges" => "proteg",
20334 "protest" => "protest",
20335 "protestant" => "protest",
20336 "protestantism" => "protestant",
20337 "protestation" => "protest",
20338 "protestations" => "protest",
20339 "protested" => "protest",
20340 "protesting" => "protest",
20341 "protests" => "protest",
20342 "proteus" => "proteus",
20343 "protococcus" => "protococcus",
20344 "prototype" => "prototyp",
20345 "prototypes" => "prototyp",
20346 "protract" => "protract",
20347 "protracted" => "protract",
20348 "protrude" => "protrud",
20349 "protruded" => "protrud",
20350 "protrudes" => "protrud",
20351 "protruding" => "protrud",
20352 "proud" => "proud",
20353 "prouder" => "prouder",
20354 "proudest" => "proudest",
20355 "proudhon" => "proudhon",
20356 "proudly" => "proud",
20357 "prov" => "prov",
20358 "prove" => "prove",
20359 "proved" => "prove",
20360 "proverb" => "proverb",
20361 "proves" => "prove",
20362 "provide" => "provid",
20363 "provided" => "provid",
20364 "providence" => "provid",
20365 "providential" => "providenti",
20366 "providentially" => "providenti",
20367 "provider" => "provid",
20368 "provides" => "provid",
20369 "providing" => "provid",
20370 "province" => "provinc",
20371 "provinces" => "provinc",
20372 "provincial" => "provinci",
20373 "proving" => "prove",
20374 "provision" => "provis",
20375 "provisional" => "provision",
20376 "provisions" => "provis",
20377 "proviso" => "proviso",
20378 "provocation" => "provoc",
20379 "provocative" => "provoc",
20380 "provoke" => "provok",
20381 "provoked" => "provok",
20382 "provokes" => "provok",
20383 "provoking" => "provok",
20384 "provokingly" => "provok",
20385 "prow" => "prow",
20386 "prowess" => "prowess",
20387 "prowl" => "prowl",
20388 "prowled" => "prowl",
20389 "prowling" => "prowl",
20390 "proximity" => "proxim",
20391 "proxy" => "proxi",
20392 "proxying" => "proxi",
20393 "prudence" => "prudenc",
20394 "prudent" => "prudent",
20395 "prudently" => "prudent",
20396 "prudery" => "pruderi",
20397 "prudish" => "prudish",
20398 "pruning" => "prune",
20399 "prunings" => "prune",
20400 "prurient" => "prurient",
20401 "prussian" => "prussian",
20402 "prussians" => "prussian",
20403 "prussic" => "prussic",
20404 "pry" => "pri",
20405 "psalm" => "psalm",
20406 "psalms" => "psalm",
20407 "psammophis" => "psammophi",
20408 "pselaphus" => "pselaphus",
20409 "pseudo" => "pseudo",
20410 "psha" => "psha",
20411 "pshaw" => "pshaw",
20412 "psyche" => "psych",
20413 "psychological" => "psycholog",
20414 "psychologically" => "psycholog",
20415 "psychologist" => "psychologist",
20416 "psychology" => "psycholog",
20417 "pt" => "pt",
20418 "ptarmigans" => "ptarmigan",
20419 "pterophorus" => "pterophorus",
20420 "pteropoda" => "pteropoda",
20421 "pteroptochos" => "pteroptocho",
20422 "public" => "public",
20423 "publicans" => "publican",
20424 "publication" => "public",
20425 "publications" => "public",
20426 "publicity" => "public",
20427 "publicly" => "public",
20428 "publish" => "publish",
20429 "published" => "publish",
20430 "publisher" => "publish",
20431 "publishers" => "publish",
20432 "publishing" => "publish",
20433 "puckered" => "pucker",
20434 "puddick" => "puddick",
20435 "pudding" => "pud",
20436 "puddings" => "pud",
20437 "puddle" => "puddl",
20438 "puddles" => "puddl",
20439 "puente" => "puent",
20440 "puff" => "puff",
20441 "puffed" => "puf",
20442 "puffing" => "puf",
20443 "puffinus" => "puffinus",
20444 "puffs" => "puff",
20445 "puffy" => "puffi",
20446 "pug" => "pug",
20447 "pugilistic" => "pugilist",
20448 "pugnacious" => "pugnaci",
20449 "pugnacity" => "pugnac",
20450 "pugstyles" => "pugstyl",
20451 "pul" => "pul",
20452 "pulcheria" => "pulcheria",
20453 "pull" => "pull",
20454 "pulled" => "pull",
20455 "pulling" => "pull",
20456 "pulls" => "pull",
20457 "pulp" => "pulp",
20458 "pulperia" => "pulperia",
20459 "pulpit" => "pulpit",
20460 "pulpy" => "pulpi",
20461 "pulse" => "puls",
20462 "pulses" => "puls",
20463 "pum" => "pum",
20464 "puma" => "puma",
20465 "pumas" => "puma",
20466 "pumice" => "pumic",
20467 "pumiceous" => "pumic",
20468 "pumila" => "pumila",
20469 "pummelled" => "pummel",
20470 "pummelling" => "pummel",
20471 "pump" => "pump",
20472 "pumping" => "pump",
20473 "pumpkin" => "pumpkin",
20474 "pumps" => "pump",
20475 "pun" => "pun",
20476 "puna" => "puna",
20477 "punch" => "punch",
20478 "punched" => "punch",
20479 "punches" => "punch",
20480 "punchinello" => "punchinello",
20481 "punching" => "punch",
20482 "punctatissima" => "punctatissima",
20483 "punctilious" => "punctili",
20484 "punctiliousness" => "punctili",
20485 "punctual" => "punctual",
20486 "punctuality" => "punctual",
20487 "punctually" => "punctual",
20488 "punctuation" => "punctuat",
20489 "puncture" => "punctur",
20490 "punctured" => "punctur",
20491 "pundit" => "pundit",
20492 "pundits" => "pundit",
20493 "punish" => "punish",
20494 "punished" => "punish",
20495 "punishing" => "punish",
20496 "punishment" => "punish",
20497 "punt" => "punt",
20498 "punta" => "punta",
20499 "puny" => "puni",
20500 "pupil" => "pupil",
20501 "pupils" => "pupil",
20502 "pupker" => "pupker",
20503 "puppet" => "puppet",
20504 "puppies" => "puppi",
20505 "puppy" => "puppi",
20506 "puppyism" => "puppyism",
20507 "purblind" => "purblind",
20508 "purchas" => "purcha",
20509 "purchase" => "purchas",
20510 "purchased" => "purchas",
20511 "purchaser" => "purchas",
20512 "purchases" => "purchas",
20513 "purchasing" => "purchas",
20514 "pure" => "pure",
20515 "purechurch" => "purechurch",
20516 "purely" => "pure",
20517 "purer" => "purer",
20518 "purest" => "purest",
20519 "purge" => "purg",
20520 "purified" => "purifi",
20521 "purify" => "purifi",
20522 "purity" => "puriti",
20523 "purple" => "purpl",
20524 "purplish" => "purplish",
20525 "purport" => "purport",
20526 "purporting" => "purport",
20527 "purpose" => "purpos",
20528 "purposed" => "purpos",
20529 "purposeless" => "purposeless",
20530 "purposely" => "purpos",
20531 "purposes" => "purpos",
20532 "purpura" => "purpura",
20533 "purpurea" => "purpurea",
20534 "purr" => "purr",
20535 "purring" => "pur",
20536 "purse" => "purs",
20537 "pursed" => "purs",
20538 "purser" => "purser",
20539 "purses" => "purs",
20540 "pursing" => "purs",
20541 "pursuance" => "pursuanc",
20542 "pursuant" => "pursuant",
20543 "pursue" => "pursu",
20544 "pursued" => "pursu",
20545 "pursuer" => "pursuer",
20546 "pursuers" => "pursuer",
20547 "pursues" => "pursu",
20548 "pursuing" => "pursu",
20549 "pursuit" => "pursuit",
20550 "pursuits" => "pursuit",
20551 "pursult" => "pursult",
20552 "purvided" => "purvid",
20553 "push" => "push",
20554 "pushed" => "push",
20555 "pushes" => "push",
20556 "pushing" => "push",
20557 "pushkin" => "pushkin",
20558 "pusillanimity" => "pusillanim",
20559 "puss" => "puss",
20560 "pussy" => "pussi",
20561 "pustules" => "pustul",
20562 "put" => "put",
20563 "putrefaction" => "putrefact",
20564 "putrefying" => "putrefi",
20565 "putrid" => "putrid",
20566 "putridity" => "putrid",
20567 "puts" => "put",
20568 "puttin" => "puttin",
20569 "putting" => "put",
20570 "puzzle" => "puzzl",
20571 "puzzled" => "puzzl",
20572 "puzzles" => "puzzl",
20573 "puzzling" => "puzzl",
20574 "py" => "py",
20575 "pye" => "pye",
20576 "pygmy" => "pygmi",
20577 "pyke" => "pyke",
20578 "pyotr" => "pyotr",
20579 "pyramid" => "pyramid",
20580 "pyramids" => "pyramid",
20581 "pyrard" => "pyrard",
20582 "pyre" => "pyre",
20583 "pyrenees" => "pyrene",
20584 "pyrifera" => "pyrifera",
20585 "pyrites" => "pyrit",
20586 "pyrocephalus" => "pyrocephalus",
20587 "pyrophorus" => "pyrophorus",
20588 "pyrosma" => "pyrosma",
20589 "q" => "q",
20590 "qc" => "qc",
20591 "qu" => "qu",
20592 "quaccha" => "quaccha",
20593 "quack" => "quack",
20594 "quadra" => "quadra",
20595 "quadrangle" => "quadrangl",
20596 "quadrangular" => "quadrangular",
20597 "quadras" => "quadra",
20598 "quadrille" => "quadrill",
20599 "quadruped" => "quadrup",
20600 "quadrupeds" => "quadrup",
20601 "quadruple" => "quadrupl",
20602 "quadrupled" => "quadrupl",
20603 "quagmire" => "quagmir",
20604 "quagmires" => "quagmir",
20605 "quail" => "quail",
20606 "quailed" => "quail",
20607 "quailing" => "quail",
20608 "quails" => "quail",
20609 "quaint" => "quaint",
20610 "quaintly" => "quaint",
20611 "quaintness" => "quaint",
20612 "quake" => "quak",
20613 "quaked" => "quak",
20614 "quakes" => "quak",
20615 "quaking" => "quak",
20616 "quakings" => "quak",
20617 "quale" => "qual",
20618 "qualification" => "qualif",
20619 "qualifications" => "qualif",
20620 "qualified" => "qualifi",
20621 "qualify" => "qualifi",
20622 "qualifying" => "qualifi",
20623 "qualities" => "qualiti",
20624 "quality" => "qualiti",
20625 "quand" => "quand",
20626 "quantite" => "quantit",
20627 "quantities" => "quantiti",
20628 "quantity" => "quantiti",
20629 "quarrel" => "quarrel",
20630 "quarrelled" => "quarrel",
20631 "quarrelling" => "quarrel",
20632 "quarrels" => "quarrel",
20633 "quarrelsome" => "quarrelsom",
20634 "quarry" => "quarri",
20635 "quart" => "quart",
20636 "quarter" => "quarter",
20637 "quartered" => "quarter",
20638 "quartering" => "quarter",
20639 "quarterly" => "quarter",
20640 "quartermaster" => "quartermast",
20641 "quartern" => "quartern",
20642 "quarters" => "quarter",
20643 "quarther" => "quarther",
20644 "quartz" => "quartz",
20645 "quatre" => "quatr",
20646 "quaver" => "quaver",
20647 "quavering" => "quaver",
20648 "quay" => "quay",
20649 "que" => "que",
20650 "quebec" => "quebec",
20651 "quebrantahuesos" => "quebrantahueso",
20652 "quedius" => "quedius",
20653 "queen" => "queen",
20654 "queens" => "queen",
20655 "queer" => "queer",
20656 "queerest" => "queerest",
20657 "queerness" => "queer",
20658 "quell" => "quell",
20659 "quelled" => "quell",
20660 "quench" => "quench",
20661 "quenched" => "quench",
20662 "quenching" => "quench",
20663 "queries" => "queri",
20664 "querulous" => "querul",
20665 "query" => "queri",
20666 "quest" => "quest",
20667 "question" => "question",
20668 "questionable" => "question",
20669 "questioned" => "question",
20670 "questioner" => "question",
20671 "questioning" => "question",
20672 "questionings" => "question",
20673 "questions" => "question",
20674 "quibble" => "quibbl",
20675 "quick" => "quick",
20676 "quicken" => "quicken",
20677 "quickened" => "quicken",
20678 "quickens" => "quicken",
20679 "quicker" => "quicker",
20680 "quickest" => "quickest",
20681 "quickly" => "quick",
20682 "quickness" => "quick",
20683 "quicksilver" => "quicksilv",
20684 "quidnuncs" => "quidnunc",
20685 "quien" => "quien",
20686 "quiescence" => "quiescenc",
20687 "quiescent" => "quiescent",
20688 "quiet" => "quiet",
20689 "quieted" => "quiet",
20690 "quieter" => "quieter",
20691 "quietest" => "quietest",
20692 "quietly" => "quiet",
20693 "quietness" => "quiet",
20694 "quiets" => "quiet",
20695 "quietude" => "quietud",
20696 "quilimari" => "quilimari",
20697 "quillay" => "quillay",
20698 "quillota" => "quillota",
20699 "quills" => "quill",
20700 "quilmes" => "quilm",
20701 "quilt" => "quilt",
20702 "quince" => "quinc",
20703 "quinchao" => "quinchao",
20704 "quintero" => "quintero",
20705 "quints" => "quint",
20706 "quintus" => "quintus",
20707 "quiriquina" => "quiriquina",
20708 "quit" => "quit",
20709 "quite" => "quit",
20710 "quito" => "quito",
20711 "quits" => "quit",
20712 "quitted" => "quit",
20713 "quitting" => "quit",
20714 "quiver" => "quiver",
20715 "quivered" => "quiver",
20716 "quivering" => "quiver",
20717 "quivers" => "quiver",
20718 "quixote" => "quixot",
20719 "quixotic" => "quixot",
20720 "quixotism" => "quixot",
20721 "quizzical" => "quizzic",
20722 "quizzing" => "quizz",
20723 "quizzings" => "quizz",
20724 "qulte" => "qult",
20725 "quo" => "quo",
20726 "quondam" => "quondam",
20727 "quoodle" => "quoodl",
20728 "quotation" => "quotat",
20729 "quotations" => "quotat",
20730 "quote" => "quot",
20731 "quoted" => "quot",
20732 "quotes" => "quot",
20733 "quoth" => "quoth",
20734 "quoting" => "quot",
20735 "quoy" => "quoy",
20736 "r" => "r",
20737 "ra" => "ra",
20738 "raa" => "raa",
20739 "rabbit" => "rabbit",
20740 "rabbits" => "rabbit",
20741 "rabidly" => "rabid",
20742 "race" => "race",
20743 "racehorses" => "racehors",
20744 "racers" => "racer",
20745 "races" => "race",
20746 "rachael" => "rachael",
20747 "rachel" => "rachel",
20748 "racing" => "race",
20749 "rack" => "rack",
20750 "racked" => "rack",
20751 "racket" => "racket",
20752 "racketing" => "racket",
20753 "racking" => "rack",
20754 "rackings" => "rack",
20755 "radack" => "radack",
20756 "radiance" => "radianc",
20757 "radiant" => "radiant",
20758 "radiantly" => "radiant",
20759 "radiata" => "radiata",
20760 "radiate" => "radiat",
20761 "radiated" => "radiat",
20762 "radiating" => "radiat",
20763 "radiation" => "radiat",
20764 "radical" => "radic",
20765 "radicalism" => "radic",
20766 "radicals" => "radic",
20767 "radii" => "radii",
20768 "radish" => "radish",
20769 "radishchev" => "radishchev",
20770 "radishes" => "radish",
20771 "rads" => "rad",
20772 "rafael" => "rafael",
20773 "raff" => "raff",
20774 "raffaelite" => "raffaelit",
20775 "raffaelites" => "raffaelit",
20776 "raffaelitism" => "raffaelit",
20777 "raft" => "raft",
20778 "rafters" => "rafter",
20779 "rafts" => "raft",
20780 "rag" => "rag",
20781 "rage" => "rage",
20782 "raged" => "rage",
20783 "rages" => "rage",
20784 "ragged" => "rag",
20785 "raging" => "rage",
20786 "rags" => "rag",
20787 "rail" => "rail",
20788 "railed" => "rail",
20789 "railing" => "rail",
20790 "railings" => "rail",
20791 "raillery" => "railleri",
20792 "railroad" => "railroad",
20793 "railroads" => "railroad",
20794 "rails" => "rail",
20795 "railway" => "railway",
20796 "railways" => "railway",
20797 "rain" => "rain",
20798 "rainbow" => "rainbow",
20799 "raindrops" => "raindrop",
20800 "rained" => "rain",
20801 "raining" => "rain",
20802 "rains" => "rain",
20803 "rainy" => "raini",
20804 "raise" => "rais",
20805 "raised" => "rais",
20806 "raises" => "rais",
20807 "raising" => "rais",
20808 "raisins" => "raisin",
20809 "rake" => "rake",
20810 "raked" => "rake",
20811 "rakes" => "rake",
20812 "raking" => "rake",
20813 "rakish" => "rakish",
20814 "rakishly" => "rakish",
20815 "rakishness" => "rakish",
20816 "ral" => "ral",
20817 "rallied" => "ralli",
20818 "rallus" => "rallus",
20819 "rally" => "ralli",
20820 "rallying" => "ralli",
20821 "ralph" => "ralph",
20822 "ram" => "ram",
20823 "ramble" => "rambl",
20824 "rambled" => "rambl",
20825 "rambles" => "rambl",
20826 "rambling" => "rambl",
20827 "ramification" => "ramif",
20828 "ramirez" => "ramirez",
20829 "rammer" => "rammer",
20830 "rampant" => "rampant",
20831 "rampart" => "rampart",
20832 "ramsden" => "ramsden",
20833 "ramsgate" => "ramsgat",
20834 "ran" => "ran",
20835 "rana" => "rana",
20836 "rancagua" => "rancagua",
20837 "ranche" => "ranch",
20838 "rancho" => "rancho",
20839 "ranchos" => "rancho",
20840 "rancorous" => "rancor",
20841 "rancorously" => "rancor",
20842 "rancour" => "rancour",
20843 "randal" => "randal",
20844 "randall" => "randal",
20845 "random" => "random",
20846 "rang" => "rang",
20847 "range" => "rang",
20848 "ranged" => "rang",
20849 "rangees" => "range",
20850 "ranges" => "rang",
20851 "ranging" => "rang",
20852 "rank" => "rank",
20853 "ranked" => "rank",
20854 "rankled" => "rankl",
20855 "rankling" => "rankl",
20856 "rankness" => "rank",
20857 "ranks" => "rank",
20858 "ransack" => "ransack",
20859 "ransacked" => "ransack",
20860 "ransacking" => "ransack",
20861 "rap" => "rap",
20862 "rapacious" => "rapaci",
20863 "rapacity" => "rapac",
20864 "raphael" => "raphael",
20865 "rapid" => "rapid",
20866 "rapidity" => "rapid",
20867 "rapidly" => "rapid",
20868 "rapine" => "rapin",
20869 "rapping" => "rap",
20870 "raps" => "rap",
20871 "rapt" => "rapt",
20872 "rapture" => "raptur",
20873 "raptures" => "raptur",
20874 "rapturous" => "raptur",
20875 "rapturously" => "raptur",
20876 "rare" => "rare",
20877 "rarefied" => "rarefi",
20878 "rarely" => "rare",
20879 "rarer" => "rarer",
20880 "rarest" => "rarest",
20881 "rarity" => "rariti",
20882 "rascal" => "rascal",
20883 "rascality" => "rascal",
20884 "rascally" => "rascal",
20885 "rascals" => "rascal",
20886 "rash" => "rash",
20887 "rasher" => "rasher",
20888 "rashly" => "rash",
20889 "rashness" => "rash",
20890 "raskolnikov" => "raskolnikov",
20891 "raspberries" => "raspberri",
20892 "raspberry" => "raspberri",
20893 "rasper" => "rasper",
20894 "rastro" => "rastro",
20895 "rat" => "rat",
20896 "rate" => "rate",
20897 "rated" => "rate",
20898 "rates" => "rate",
20899 "rathe" => "rath",
20900 "rather" => "rather",
20901 "ratio" => "ratio",
20902 "rational" => "ration",
20903 "rationally" => "ration",
20904 "rations" => "ration",
20905 "rats" => "rat",
20906 "rattle" => "rattl",
20907 "rattled" => "rattl",
20908 "rattler" => "rattler",
20909 "rattlers" => "rattler",
20910 "rattles" => "rattl",
20911 "rattlesnake" => "rattlesnak",
20912 "rattling" => "rattl",
20913 "rattus" => "rattus",
20914 "ravaged" => "ravag",
20915 "ravages" => "ravag",
20916 "ravaging" => "ravag",
20917 "rave" => "rave",
20918 "raved" => "rave",
20919 "raven" => "raven",
20920 "ravenous" => "raven",
20921 "ravenously" => "raven",
20922 "ravens" => "raven",
20923 "ravine" => "ravin",
20924 "ravines" => "ravin",
20925 "raving" => "rave",
20926 "ravings" => "rave",
20927 "ravins" => "ravin",
20928 "ravishing" => "ravish",
20929 "raw" => "raw",
20930 "rawest" => "rawest",
20931 "ray" => "ray",
20932 "rays" => "ray",
20933 "razor" => "razor",
20934 "razors" => "razor",
20935 "razsudkin" => "razsudkin",
20936 "razumihin" => "razumihin",
20937 "razumihins" => "razumihin",
20938 "rd" => "rd",
20939 "re" => "re",
20940 "rea" => "rea",
20941 "reach" => "reach",
20942 "reached" => "reach",
20943 "reaches" => "reach",
20944 "reaching" => "reach",
20945 "reaction" => "reaction",
20946 "reactionaries" => "reactionari",
20947 "reactionary" => "reactionari",
20948 "read" => "read",
20949 "reader" => "reader",
20950 "readers" => "reader",
20951 "readied" => "readi",
20952 "readiest" => "readiest",
20953 "readil" => "readil",
20954 "readily" => "readili",
20955 "readiness" => "readi",
20956 "reading" => "read",
20957 "readings" => "read",
20958 "readjourned" => "readjourn",
20959 "readjust" => "readjust",
20960 "readjusted" => "readjust",
20961 "readjusts" => "readjust",
20962 "reads" => "read",
20963 "ready" => "readi",
20964 "real" => "real",
20965 "realisation" => "realis",
20966 "realise" => "realis",
20967 "realised" => "realis",
20968 "realising" => "realis",
20969 "realit" => "realit",
20970 "realities" => "realiti",
20971 "reality" => "realiti",
20972 "realize" => "realiz",
20973 "realized" => "realiz",
20974 "realizes" => "realiz",
20975 "realizing" => "realiz",
20976 "reall" => "reall",
20977 "really" => "realli",
20978 "realm" => "realm",
20979 "realms" => "realm",
20980 "reals" => "real",
20981 "realty" => "realti",
20982 "ream" => "ream",
20983 "reams" => "ream",
20984 "reanimate" => "reanim",
20985 "reap" => "reap",
20986 "reaped" => "reap",
20987 "reaping" => "reap",
20988 "reappear" => "reappear",
20989 "reappearance" => "reappear",
20990 "reappeared" => "reappear",
20991 "reappearing" => "reappear",
20992 "reappears" => "reappear",
20993 "rear" => "rear",
20994 "reared" => "rear",
20995 "rearing" => "rear",
20996 "rearrange" => "rearrang",
20997 "rearrangements" => "rearrang",
20998 "rears" => "rear",
20999 "reascended" => "reascend",
21000 "reascending" => "reascend",
21001 "reason" => "reason",
21002 "reasonable" => "reason",
21003 "reasonableness" => "reason",
21004 "reasonably" => "reason",
21005 "reasoned" => "reason",
21006 "reasoners" => "reason",
21007 "reasoning" => "reason",
21008 "reasons" => "reason",
21009 "reassume" => "reassum",
21010 "reassurance" => "reassur",
21011 "reassure" => "reassur",
21012 "reassured" => "reassur",
21013 "reassures" => "reassur",
21014 "reassuring" => "reassur",
21015 "reassuringly" => "reassur",
21016 "reaumur" => "reaumur",
21017 "rebel" => "rebel",
21018 "rebelled" => "rebel",
21019 "rebelling" => "rebel",
21020 "rebellion" => "rebellion",
21021 "rebellious" => "rebelli",
21022 "rebellyon" => "rebellyon",
21023 "rebels" => "rebel",
21024 "rebound" => "rebound",
21025 "rebounded" => "rebound",
21026 "rebounding" => "rebound",
21027 "rebuff" => "rebuff",
21028 "rebuffed" => "rebuf",
21029 "rebuilding" => "rebuild",
21030 "rebuilt" => "rebuilt",
21031 "rebuke" => "rebuk",
21032 "rebuked" => "rebuk",
21033 "rec" => "rec",
21034 "recado" => "recado",
21035 "recall" => "recal",
21036 "recalled" => "recal",
21037 "recalling" => "recal",
21038 "recalls" => "recal",
21039 "recantation" => "recant",
21040 "recapitulate" => "recapitul",
21041 "recapitulation" => "recapitul",
21042 "rece" => "rece",
21043 "receded" => "reced",
21044 "receding" => "reced",
21045 "receipt" => "receipt",
21046 "receipts" => "receipt",
21047 "receive" => "receiv",
21048 "received" => "receiv",
21049 "receiver" => "receiv",
21050 "receives" => "receiv",
21051 "receiving" => "receiv",
21052 "recent" => "recent",
21053 "recently" => "recent",
21054 "reception" => "recept",
21055 "receptions" => "recept",
21056 "recess" => "recess",
21057 "recesses" => "recess",
21058 "recipe" => "recip",
21059 "recipient" => "recipi",
21060 "recipro" => "recipro",
21061 "reciprocal" => "reciproc",
21062 "reciprocate" => "reciproc",
21063 "reciprocated" => "reciproc",
21064 "reciprocating" => "reciproc",
21065 "reciprocity" => "reciproc",
21066 "recital" => "recit",
21067 "recitals" => "recit",
21068 "recite" => "recit",
21069 "recited" => "recit",
21070 "reckless" => "reckless",
21071 "recklessly" => "reckless",
21072 "recklessness" => "reckless",
21073 "reckon" => "reckon",
21074 "reckoned" => "reckon",
21075 "reckoners" => "reckon",
21076 "reckoning" => "reckon",
21077 "reckonings" => "reckon",
21078 "reclaim" => "reclaim",
21079 "reclaimed" => "reclaim",
21080 "reclined" => "reclin",
21081 "reclines" => "reclin",
21082 "reclining" => "reclin",
21083 "reclosing" => "reclos",
21084 "recluse" => "reclus",
21085 "recognisant" => "recognis",
21086 "recognise" => "recognis",
21087 "recognised" => "recognis",
21088 "recognising" => "recognis",
21089 "recognition" => "recognit",
21090 "recognize" => "recogn",
21091 "recognized" => "recogn",
21092 "recognizes" => "recogn",
21093 "recognizing" => "recogn",
21094 "recoil" => "recoil",
21095 "recoiled" => "recoil",
21096 "recoiling" => "recoil",
21097 "recoils" => "recoil",
21098 "recollect" => "recollect",
21099 "recollected" => "recollect",
21100 "recollecting" => "recollect",
21101 "recollection" => "recollect",
21102 "recollections" => "recollect",
21103 "recollects" => "recollect",
21104 "recommenced" => "recommenc",
21105 "recommences" => "recomm",
21106 "recommend" => "recommend",
21107 "recommendation" => "recommend",
21108 "recommended" => "recommend",
21109 "recommending" => "recommend",
21110 "recompense" => "recompens",
21111 "recompenses" => "recompens",
21112 "recomposed" => "recompos",
21113 "recomposing" => "recompos",
21114 "reconcilable" => "reconcil",
21115 "reconcile" => "reconcil",
21116 "reconciled" => "reconcil",
21117 "reconcilements" => "reconcil",
21118 "reconciliation" => "reconcili",
21119 "reconciling" => "reconcil",
21120 "reconnoitre" => "reconnoitr",
21121 "reconnoitred" => "reconnoitr",
21122 "reconsider" => "reconsid",
21123 "reconsideration" => "reconsider",
21124 "reconsidering" => "reconsid",
21125 "reconsigning" => "reconsign",
21126 "reconsignment" => "reconsign",
21127 "recopied" => "recopi",
21128 "record" => "record",
21129 "recorded" => "record",
21130 "recording" => "record",
21131 "records" => "record",
21132 "recount" => "recount",
21133 "recounted" => "recount",
21134 "recounting" => "recount",
21135 "recouped" => "recoup",
21136 "recourse" => "recours",
21137 "recover" => "recov",
21138 "recovered" => "recov",
21139 "recovering" => "recov",
21140 "recovers" => "recov",
21141 "recovery" => "recoveri",
21142 "recreation" => "recreat",
21143 "recreative" => "recreat",
21144 "recrimination" => "recrimin",
21145 "recriminations" => "recrimin",
21146 "recross" => "recross",
21147 "recrossed" => "recross",
21148 "recrossing" => "recross",
21149 "recruit" => "recruit",
21150 "recruited" => "recruit",
21151 "rectified" => "rectifi",
21152 "rectify" => "rectifi",
21153 "rectifying" => "rectifi",
21154 "rectitude" => "rectitud",
21155 "rectly" => "rect",
21156 "rector" => "rector",
21157 "rectory" => "rectori",
21158 "recumbent" => "recumb",
21159 "recuperative" => "recup",
21160 "recur" => "recur",
21161 "recurred" => "recur",
21162 "recurrence" => "recurr",
21163 "recurrent" => "recurr",
21164 "recurring" => "recur",
21165 "recurs" => "recur",
21166 "recuvver" => "recuvv",
21167 "red" => "red",
21168 "reddened" => "redden",
21169 "reddening" => "redden",
21170 "redder" => "redder",
21171 "reddest" => "reddest",
21172 "reddish" => "reddish",
21173 "reddy" => "reddi",
21174 "redecorated" => "redecor",
21175 "redeem" => "redeem",
21176 "redeemed" => "redeem",
21177 "redeemer" => "redeem",
21178 "redeeming" => "redeem",
21179 "redemption" => "redempt",
21180 "redistribution" => "redistribut",
21181 "redly" => "red",
21182 "redolent" => "redol",
21183 "redouble" => "redoubl",
21184 "redoubled" => "redoubl",
21185 "redoubling" => "redoubl",
21186 "redoubtable" => "redoubt",
21187 "redound" => "redound",
21188 "redounded" => "redound",
21189 "redress" => "redress",
21190 "reduce" => "reduc",
21191 "reduced" => "reduc",
21192 "reduces" => "reduc",
21193 "reducidos" => "reducido",
21194 "reducing" => "reduc",
21195 "reduction" => "reduct",
21196 "reductions" => "reduct",
21197 "reduvius" => "reduvius",
21198 "reed" => "reed",
21199 "reeds" => "reed",
21200 "reef" => "reef",
21201 "reefs" => "reef",
21202 "reeght" => "reeght",
21203 "reek" => "reek",
21204 "reeked" => "reek",
21205 "reeking" => "reek",
21206 "reeks" => "reek",
21207 "reel" => "reel",
21208 "reeled" => "reel",
21209 "reeling" => "reel",
21210 "ref" => "ref",
21211 "refer" => "refer",
21212 "referable" => "refer",
21213 "reference" => "refer",
21214 "references" => "refer",
21215 "referred" => "refer",
21216 "referring" => "refer",
21217 "refers" => "refer",
21218 "refine" => "refin",
21219 "refined" => "refin",
21220 "refinement" => "refin",
21221 "refinements" => "refin",
21222 "refines" => "refin",
21223 "refit" => "refit",
21224 "reflect" => "reflect",
21225 "reflected" => "reflect",
21226 "reflectin" => "reflectin",
21227 "reflecting" => "reflect",
21228 "reflection" => "reflect",
21229 "reflections" => "reflect",
21230 "reflective" => "reflect",
21231 "reflector" => "reflector",
21232 "reflects" => "reflect",
21233 "refolding" => "refold",
21234 "refolds" => "refold",
21235 "reform" => "reform",
21236 "reformation" => "reform",
21237 "reformed" => "reform",
21238 "reformer" => "reform",
21239 "reforming" => "reform",
21240 "reforms" => "reform",
21241 "refraction" => "refract",
21242 "refractory" => "refractori",
21243 "refrain" => "refrain",
21244 "refrained" => "refrain",
21245 "refrains" => "refrain",
21246 "refresh" => "refresh",
21247 "refreshed" => "refresh",
21248 "refreshes" => "refresh",
21249 "refreshing" => "refresh",
21250 "refreshingly" => "refresh",
21251 "refreshment" => "refresh",
21252 "refreshments" => "refresh",
21253 "refrigerator" => "refriger",
21254 "refuge" => "refug",
21255 "refugees" => "refuge",
21256 "refulgent" => "refulg",
21257 "refund" => "refund",
21258 "refunded" => "refund",
21259 "refurnish" => "refurnish",
21260 "refusal" => "refus",
21261 "refuse" => "refus",
21262 "refused" => "refus",
21263 "refuses" => "refus",
21264 "refusest" => "refusest",
21265 "refusing" => "refus",
21266 "refutation" => "refut",
21267 "refute" => "refut",
21268 "reg" => "reg",
21269 "regain" => "regain",
21270 "regained" => "regain",
21271 "regaining" => "regain",
21272 "regains" => "regain",
21273 "regal" => "regal",
21274 "regale" => "regal",
21275 "regaled" => "regal",
21276 "regaling" => "regal",
21277 "regard" => "regard",
21278 "regarded" => "regard",
21279 "regardful" => "regard",
21280 "regarding" => "regard",
21281 "regardless" => "regardless",
21282 "regards" => "regard",
21283 "regeneration" => "regener",
21284 "regent" => "regent",
21285 "regimen" => "regimen",
21286 "regiment" => "regiment",
21287 "regimental" => "regiment",
21288 "reginald" => "reginald",
21289 "region" => "region",
21290 "regions" => "region",
21291 "register" => "regist",
21292 "registered" => "regist",
21293 "registrar" => "registrar",
21294 "registries" => "registri",
21295 "regression" => "regress",
21296 "regret" => "regret",
21297 "regretful" => "regret",
21298 "regretfully" => "regret",
21299 "regrets" => "regret",
21300 "regretted" => "regret",
21301 "regretting" => "regret",
21302 "regular" => "regular",
21303 "regularity" => "regular",
21304 "regularly" => "regular",
21305 "regulars" => "regular",
21306 "regulate" => "regul",
21307 "regulated" => "regul",
21308 "regulates" => "regul",
21309 "regulating" => "regul",
21310 "regulation" => "regul",
21311 "rehearsal" => "rehears",
21312 "rehearse" => "rehears",
21313 "rehearsed" => "rehears",
21314 "reid" => "reid",
21315 "reign" => "reign",
21316 "reigned" => "reign",
21317 "reigning" => "reign",
21318 "reigns" => "reign",
21319 "reimbursed" => "reimburs",
21320 "rein" => "rein",
21321 "reindeer" => "reindeer",
21322 "reined" => "rein",
21323 "reinforced" => "reinforc",
21324 "reining" => "rein",
21325 "reins" => "rein",
21326 "reinstated" => "reinstat",
21327 "reinstating" => "reinstat",
21328 "reiterated" => "reiter",
21329 "reiterates" => "reiter",
21330 "reiteration" => "reiter",
21331 "reithrodon" => "reithrodon",
21332 "reject" => "reject",
21333 "rejected" => "reject",
21334 "rejecting" => "reject",
21335 "rejection" => "reject",
21336 "rejects" => "reject",
21337 "rejoice" => "rejoic",
21338 "rejoiced" => "rejoic",
21339 "rejoices" => "rejoic",
21340 "rejoicing" => "rejoic",
21341 "rejoicings" => "rejoic",
21342 "rejoin" => "rejoin",
21343 "rejoinder" => "rejoind",
21344 "rejoinders" => "rejoind",
21345 "rejoined" => "rejoin",
21346 "rejoining" => "rejoin",
21347 "rejoins" => "rejoin",
21348 "rekindled" => "rekindl",
21349 "relapse" => "relaps",
21350 "relapsed" => "relaps",
21351 "relapses" => "relaps",
21352 "relapsing" => "relaps",
21353 "relate" => "relat",
21354 "related" => "relat",
21355 "relates" => "relat",
21356 "relating" => "relat",
21357 "relation" => "relat",
21358 "relations" => "relat",
21359 "relationship" => "relationship",
21360 "relative" => "relat",
21361 "relatively" => "relat",
21362 "relatives" => "relat",
21363 "relax" => "relax",
21364 "relaxation" => "relax",
21365 "relaxations" => "relax",
21366 "relaxe" => "relax",
21367 "relaxed" => "relax",
21368 "relaxes" => "relax",
21369 "relaxing" => "relax",
21370 "relays" => "relay",
21371 "release" => "releas",
21372 "released" => "releas",
21373 "releases" => "releas",
21374 "releasing" => "releas",
21375 "relent" => "relent",
21376 "relented" => "relent",
21377 "relenting" => "relent",
21378 "relentless" => "relentless",
21379 "relents" => "relent",
21380 "reliable" => "reliabl",
21381 "reliance" => "relianc",
21382 "reliant" => "reliant",
21383 "relic" => "relic",
21384 "relics" => "relic",
21385 "relict" => "relict",
21386 "relied" => "reli",
21387 "relief" => "relief",
21388 "reliefs" => "relief",
21389 "relies" => "reli",
21390 "relieve" => "reliev",
21391 "relieved" => "reliev",
21392 "relieves" => "reliev",
21393 "relieving" => "reliev",
21394 "religion" => "religion",
21395 "religions" => "religion",
21396 "religious" => "religi",
21397 "religiously" => "religi",
21398 "relinquish" => "relinquish",
21399 "relinquished" => "relinquish",
21400 "relinquishing" => "relinquish",
21401 "relinquishment" => "relinquish",
21402 "reliques" => "reliqu",
21403 "relish" => "relish",
21404 "relished" => "relish",
21405 "relishing" => "relish",
21406 "reluctance" => "reluct",
21407 "reluctant" => "reluct",
21408 "reluctantly" => "reluct",
21409 "rely" => "reli",
21410 "relying" => "reli",
21411 "remain" => "remain",
21412 "remainder" => "remaind",
21413 "remaine" => "remain",
21414 "remained" => "remain",
21415 "remaining" => "remain",
21416 "remains" => "remain",
21417 "remand" => "remand",
21418 "remanded" => "remand",
21419 "remands" => "remand",
21420 "remark" => "remark",
21421 "remarkable" => "remark",
21422 "remarkably" => "remark",
21423 "remarked" => "remark",
21424 "remarkedly" => "remark",
21425 "remarking" => "remark",
21426 "remarks" => "remark",
21427 "remedies" => "remedi",
21428 "remedy" => "remedi",
21429 "remember" => "rememb",
21430 "remembered" => "rememb",
21431 "remembering" => "rememb",
21432 "remembers" => "rememb",
21433 "remembrance" => "remembr",
21434 "remembrances" => "remembr",
21435 "remensher" => "remensh",
21436 "remind" => "remind",
21437 "reminded" => "remind",
21438 "reminder" => "remind",
21439 "reminders" => "remind",
21440 "reminding" => "remind",
21441 "remindingmanfact" => "remindingmanfact",
21442 "reminds" => "remind",
21443 "reminiscence" => "reminisc",
21444 "reminiscences" => "reminisc",
21445 "reminiscent" => "reminisc",
21446 "remiss" => "remiss",
21447 "remit" => "remit",
21448 "remittance" => "remitt",
21449 "remitting" => "remit",
21450 "remnant" => "remnant",
21451 "remnants" => "remnant",
21452 "remonstrance" => "remonstr",
21453 "remonstrances" => "remonstr",
21454 "remonstrate" => "remonstr",
21455 "remonstrated" => "remonstr",
21456 "remonstrates" => "remonstr",
21457 "remonstrating" => "remonstr",
21458 "remonstrative" => "remonstr",
21459 "remorse" => "remors",
21460 "remorseful" => "remors",
21461 "remote" => "remot",
21462 "remotely" => "remot",
21463 "remoteness" => "remot",
21464 "remotest" => "remotest",
21465 "remounted" => "remount",
21466 "removal" => "remov",
21467 "removals" => "remov",
21468 "remove" => "remov",
21469 "removed" => "remov",
21470 "removes" => "remov",
21471 "removing" => "remov",
21472 "remplir" => "remplir",
21473 "remunerate" => "remuner",
21474 "remunerated" => "remuner",
21475 "remuneration" => "remuner",
21476 "rend" => "rend",
21477 "render" => "render",
21478 "rendered" => "render",
21479 "rendering" => "render",
21480 "renders" => "render",
21481 "rendezvous" => "rendezv",
21482 "rending" => "rend",
21483 "rendus" => "rendus",
21484 "renegade" => "renegad",
21485 "renew" => "renew",
21486 "renewable" => "renew",
21487 "renewal" => "renew",
21488 "renewals" => "renew",
21489 "renewed" => "renew",
21490 "renewing" => "renew",
21491 "renews" => "renew",
21492 "rengger" => "rengger",
21493 "renounce" => "renounc",
21494 "renounced" => "renounc",
21495 "renouncing" => "renounc",
21496 "renous" => "renous",
21497 "renovation" => "renov",
21498 "renown" => "renown",
21499 "renowned" => "renown",
21500 "rent" => "rent",
21501 "rents" => "rent",
21502 "renunciation" => "renunci",
21503 "repacked" => "repack",
21504 "repaid" => "repaid",
21505 "repair" => "repair",
21506 "repaired" => "repair",
21507 "repairing" => "repair",
21508 "repairs" => "repair",
21509 "reparation" => "repar",
21510 "repartee" => "reparte",
21511 "repass" => "repass",
21512 "repassed" => "repass",
21513 "repassing" => "repass",
21514 "repast" => "repast",
21515 "repay" => "repay",
21516 "repaying" => "repay",
21517 "repayment" => "repay",
21518 "repays" => "repay",
21519 "repeal" => "repeal",
21520 "repealed" => "repeal",
21521 "repeat" => "repeat",
21522 "repeated" => "repeat",
21523 "repeatedly" => "repeat",
21524 "repeater" => "repeat",
21525 "repeating" => "repeat",
21526 "repeats" => "repeat",
21527 "repeatually" => "repeatu",
21528 "repel" => "repel",
21529 "repelled" => "repel",
21530 "repellent" => "repel",
21531 "repelling" => "repel",
21532 "repent" => "repent",
21533 "repentance" => "repent",
21534 "repentant" => "repent",
21535 "repented" => "repent",
21536 "repenteth" => "repenteth",
21537 "repenting" => "repent",
21538 "repents" => "repent",
21539 "reperusal" => "reperus",
21540 "repetition" => "repetit",
21541 "repetitions" => "repetit",
21542 "rephed" => "reph",
21543 "repine" => "repin",
21544 "repined" => "repin",
21545 "repines" => "repin",
21546 "repining" => "repin",
21547 "replace" => "replac",
21548 "replaced" => "replac",
21549 "replaces" => "replac",
21550 "replacing" => "replac",
21551 "replenishing" => "replenish",
21552 "replete" => "replet",
21553 "repletion" => "replet",
21554 "replied" => "repli",
21555 "replies" => "repli",
21556 "reply" => "repli",
21557 "replying" => "repli",
21558 "report" => "report",
21559 "reported" => "report",
21560 "reporter" => "report",
21561 "reporters" => "report",
21562 "reporting" => "report",
21563 "reports" => "report",
21564 "repose" => "repos",
21565 "reposed" => "repos",
21566 "reposes" => "repos",
21567 "reposing" => "repos",
21568 "repository" => "repositori",
21569 "repossess" => "repossess",
21570 "repossession" => "repossess",
21571 "reprehensible" => "reprehens",
21572 "reprehension" => "reprehens",
21573 "represent" => "repres",
21574 "representation" => "represent",
21575 "representations" => "represent",
21576 "representative" => "repres",
21577 "representatives" => "repres",
21578 "represented" => "repres",
21579 "representing" => "repres",
21580 "represents" => "repres",
21581 "repress" => "repress",
21582 "repressed" => "repress",
21583 "repressing" => "repress",
21584 "reprieve" => "repriev",
21585 "reprint" => "reprint",
21586 "reprinted" => "reprint",
21587 "reproach" => "reproach",
21588 "reproached" => "reproach",
21589 "reproaches" => "reproach",
21590 "reproachful" => "reproach",
21591 "reproachfully" => "reproach",
21592 "reproaching" => "reproach",
21593 "reprobate" => "reprob",
21594 "reprobates" => "reprob",
21595 "reprobation" => "reprob",
21596 "reproduce" => "reproduc",
21597 "reproduced" => "reproduc",
21598 "reproducing" => "reproduc",
21599 "reproof" => "reproof",
21600 "reproofs" => "reproof",
21601 "reprove" => "reprov",
21602 "reproved" => "reprov",
21603 "reprovingly" => "reprov",
21604 "reptile" => "reptil",
21605 "reptiles" => "reptil",
21606 "republic" => "republ",
21607 "republican" => "republican",
21608 "republicanism" => "republican",
21609 "republicans" => "republican",
21610 "republics" => "republ",
21611 "republished" => "republish",
21612 "repudiate" => "repudi",
21613 "repudiated" => "repudi",
21614 "repudiating" => "repudi",
21615 "repudiation" => "repudi",
21616 "repugnance" => "repugn",
21617 "repugnant" => "repugn",
21618 "repulse" => "repuls",
21619 "repulsed" => "repuls",
21620 "repulsion" => "repuls",
21621 "repulsive" => "repuls",
21622 "reputable" => "reput",
21623 "reputation" => "reput",
21624 "reputations" => "reput",
21625 "repute" => "reput",
21626 "reputed" => "reput",
21627 "request" => "request",
21628 "requested" => "request",
21629 "requesting" => "request",
21630 "requests" => "request",
21631 "requiem" => "requiem",
21632 "require" => "requir",
21633 "required" => "requir",
21634 "requirements" => "requir",
21635 "requires" => "requir",
21636 "requiring" => "requir",
21637 "requisite" => "requisit",
21638 "requisites" => "requisit",
21639 "requisition" => "requisit",
21640 "requite" => "requit",
21641 "reread" => "reread",
21642 "rescue" => "rescu",
21643 "rescued" => "rescu",
21644 "rescuers" => "rescuer",
21645 "rescuing" => "rescu",
21646 "research" => "research",
21647 "researches" => "research",
21648 "resemblance" => "resembl",
21649 "resemble" => "resembl",
21650 "resembled" => "resembl",
21651 "resembles" => "resembl",
21652 "resembling" => "resembl",
21653 "resent" => "resent",
21654 "resented" => "resent",
21655 "resentful" => "resent",
21656 "resentfully" => "resent",
21657 "resenting" => "resent",
21658 "resentment" => "resent",
21659 "resentments" => "resent",
21660 "resents" => "resent",
21661 "reservation" => "reserv",
21662 "reservations" => "reserv",
21663 "reserve" => "reserv",
21664 "reserved" => "reserv",
21665 "reserves" => "reserv",
21666 "reserving" => "reserv",
21667 "reservoir" => "reservoir",
21668 "reservoirs" => "reservoir",
21669 "resettles" => "resettl",
21670 "resfless" => "resfless",
21671 "reside" => "resid",
21672 "resided" => "resid",
21673 "residence" => "resid",
21674 "residences" => "resid",
21675 "resident" => "resid",
21676 "residents" => "resid",
21677 "resides" => "resid",
21678 "residing" => "resid",
21679 "residue" => "residu",
21680 "resign" => "resign",
21681 "resignation" => "resign",
21682 "resignations" => "resign",
21683 "resigned" => "resign",
21684 "resigning" => "resign",
21685 "resigns" => "resign",
21686 "resin" => "resin",
21687 "resinous" => "resin",
21688 "resist" => "resist",
21689 "resistance" => "resist",
21690 "resisted" => "resist",
21691 "resisting" => "resist",
21692 "resists" => "resist",
21693 "resoled" => "resol",
21694 "resolute" => "resolut",
21695 "resolutely" => "resolut",
21696 "resolution" => "resolut",
21697 "resolutions" => "resolut",
21698 "resolve" => "resolv",
21699 "resolved" => "resolv",
21700 "resolves" => "resolv",
21701 "resolving" => "resolv",
21702 "resonant" => "reson",
21703 "resort" => "resort",
21704 "resorted" => "resort",
21705 "resorting" => "resort",
21706 "resorts" => "resort",
21707 "resound" => "resound",
21708 "resounded" => "resound",
21709 "resounding" => "resound",
21710 "resource" => "resourc",
21711 "resourcefulness" => "resourc",
21712 "resources" => "resourc",
21713 "respect" => "respect",
21714 "respectabilities" => "respect",
21715 "respectability" => "respect",
21716 "respectable" => "respect",
21717 "respectably" => "respect",
21718 "respected" => "respect",
21719 "respectful" => "respect",
21720 "respectfully" => "respect",
21721 "respecting" => "respect",
21722 "respective" => "respect",
21723 "respectively" => "respect",
21724 "respects" => "respect",
21725 "respiration" => "respir",
21726 "respite" => "respit",
21727 "resplendent" => "resplend",
21728 "resplendently" => "resplend",
21729 "respond" => "respond",
21730 "responded" => "respond",
21731 "responding" => "respond",
21732 "responds" => "respond",
21733 "response" => "respons",
21734 "responsibilities" => "respons",
21735 "responsibility" => "respons",
21736 "responsible" => "respons",
21737 "responsive" => "respons",
21738 "resslich" => "resslich",
21739 "rest" => "rest",
21740 "restaurant" => "restaur",
21741 "restaurants" => "restaur",
21742 "rested" => "rest",
21743 "restful" => "rest",
21744 "resting" => "rest",
21745 "restitution" => "restitut",
21746 "restive" => "restiv",
21747 "restless" => "restless",
21748 "restlessly" => "restless",
21749 "restlessness" => "restless",
21750 "restoration" => "restor",
21751 "restorative" => "restor",
21752 "restoratives" => "restor",
21753 "restore" => "restor",
21754 "restored" => "restor",
21755 "restores" => "restor",
21756 "restoring" => "restor",
21757 "restrain" => "restrain",
21758 "restrained" => "restrain",
21759 "restraining" => "restrain",
21760 "restrains" => "restrain",
21761 "restraint" => "restraint",
21762 "restraints" => "restraint",
21763 "restrictions" => "restrict",
21764 "rests" => "rest",
21765 "resuit" => "resuit",
21766 "result" => "result",
21767 "resultant" => "result",
21768 "resulted" => "result",
21769 "resulting" => "result",
21770 "results" => "result",
21771 "resume" => "resum",
21772 "resumed" => "resum",
21773 "resumes" => "resum",
21774 "resuming" => "resum",
21775 "resumption" => "resumpt",
21776 "resurrected" => "resurrect",
21777 "resurrection" => "resurrect",
21778 "resurrections" => "resurrect",
21779 "resuscitated" => "resuscit",
21780 "retail" => "retail",
21781 "retain" => "retain",
21782 "retained" => "retain",
21783 "retainer" => "retain",
21784 "retainers" => "retain",
21785 "retaining" => "retain",
21786 "retains" => "retain",
21787 "retaliate" => "retali",
21788 "retaliated" => "retali",
21789 "retaliation" => "retali",
21790 "retard" => "retard",
21791 "retarded" => "retard",
21792 "retches" => "retch",
21793 "retention" => "retent",
21794 "reticence" => "retic",
21795 "reticent" => "retic",
21796 "reticles" => "reticl",
21797 "reticule" => "reticul",
21798 "reticules" => "reticul",
21799 "retinue" => "retinu",
21800 "retire" => "retir",
21801 "retired" => "retir",
21802 "retirement" => "retir",
21803 "retirements" => "retir",
21804 "retires" => "retir",
21805 "retiring" => "retir",
21806 "retored" => "retor",
21807 "retort" => "retort",
21808 "retorted" => "retort",
21809 "retorting" => "retort",
21810 "retorts" => "retort",
21811 "retouching" => "retouch",
21812 "retrace" => "retrac",
21813 "retraced" => "retrac",
21814 "retraces" => "retrac",
21815 "retract" => "retract",
21816 "retracted" => "retract",
21817 "retraction" => "retract",
21818 "retreat" => "retreat",
21819 "retreated" => "retreat",
21820 "retreating" => "retreat",
21821 "retreats" => "retreat",
21822 "retrenchment" => "retrench",
21823 "retrenchments" => "retrench",
21824 "retribution" => "retribut",
21825 "retributive" => "retribut",
21826 "retrievable" => "retriev",
21827 "retrieve" => "retriev",
21828 "retrieved" => "retriev",
21829 "retrieving" => "retriev",
21830 "retrograde" => "retrograd",
21831 "retrograding" => "retrograd",
21832 "retrorsum" => "retrorsum",
21833 "retrospect" => "retrospect",
21834 "retrospective" => "retrospect",
21835 "return" => "return",
21836 "returned" => "return",
21837 "returning" => "return",
21838 "returns" => "return",
21839 "retzch" => "retzch",
21840 "reunion" => "reunion",
21841 "rev" => "rev",
21842 "reveal" => "reveal",
21843 "revealed" => "reveal",
21844 "revealing" => "reveal",
21845 "revel" => "revel",
21846 "revelation" => "revel",
21847 "revelations" => "revel",
21848 "revelled" => "revel",
21849 "revellers" => "revel",
21850 "revelling" => "revel",
21851 "revelry" => "revelri",
21852 "revels" => "revel",
21853 "revenge" => "reveng",
21854 "revenged" => "reveng",
21855 "revengeful" => "reveng",
21856 "revenges" => "reveng",
21857 "revenging" => "reveng",
21858 "revenue" => "revenu",
21859 "reverberate" => "reverber",
21860 "reverberated" => "reverber",
21861 "reverberates" => "reverber",
21862 "reverberating" => "reverber",
21863 "reverberation" => "reverber",
21864 "revered" => "rever",
21865 "reverence" => "rever",
21866 "reverenced" => "reverenc",
21867 "reverend" => "reverend",
21868 "reverends" => "reverend",
21869 "reverent" => "rever",
21870 "reverential" => "reverenti",
21871 "reverentially" => "reverenti",
21872 "reverently" => "rever",
21873 "reverie" => "reveri",
21874 "reversal" => "revers",
21875 "reverse" => "revers",
21876 "reversed" => "revers",
21877 "reverses" => "revers",
21878 "reversion" => "revers",
21879 "revert" => "revert",
21880 "reverted" => "revert",
21881 "reverting" => "revert",
21882 "reverts" => "revert",
21883 "reviendra" => "reviendra",
21884 "review" => "review",
21885 "reviewal" => "review",
21886 "reviewing" => "review",
21887 "reviews" => "review",
21888 "revile" => "revil",
21889 "reviled" => "revil",
21890 "reviling" => "revil",
21891 "revilings" => "revil",
21892 "revise" => "revis",
21893 "revision" => "revis",
21894 "revisit" => "revisit",
21895 "revisited" => "revisit",
21896 "revival" => "reviv",
21897 "revive" => "reviv",
21898 "revived" => "reviv",
21899 "reviving" => "reviv",
21900 "revivingly" => "reviv",
21901 "revoke" => "revok",
21902 "revoked" => "revok",
21903 "revolt" => "revolt",
21904 "revolted" => "revolt",
21905 "revolting" => "revolt",
21906 "revolts" => "revolt",
21907 "revolution" => "revolut",
21908 "revolutionary" => "revolutionari",
21909 "revolutionist" => "revolutionist",
21910 "revolutionized" => "revolution",
21911 "revolutions" => "revolut",
21912 "revolve" => "revolv",
21913 "revolved" => "revolv",
21914 "revolver" => "revolv",
21915 "revolves" => "revolv",
21916 "revolving" => "revolv",
21917 "revulsion" => "revuls",
21918 "reward" => "reward",
21919 "rewarded" => "reward",
21920 "rewarding" => "reward",
21921 "rewards" => "reward",
21922 "rewashed" => "rewash",
21923 "rex" => "rex",
21924 "rexes" => "rex",
21925 "rhapsody" => "rhapsodi",
21926 "rhea" => "rhea",
21927 "rheims" => "rheim",
21928 "rhetoric" => "rhetor",
21929 "rheumatic" => "rheumat",
21930 "rheumatics" => "rheumat",
21931 "rheumatism" => "rheumat",
21932 "rhine" => "rhine",
21933 "rhinoceros" => "rhinocero",
21934 "rhinoceroses" => "rhinoceros",
21935 "rhododendron" => "rhododendron",
21936 "rhododendrons" => "rhododendron",
21937 "rhubarb" => "rhubarb",
21938 "rhyme" => "rhyme",
21939 "rhymes" => "rhyme",
21940 "rhynchops" => "rhynchop",
21941 "rhyncophora" => "rhyncophora",
21942 "rhythmically" => "rhythmic",
21943 "ri" => "ri",
21944 "rib" => "rib",
21945 "ribbed" => "rib",
21946 "ribbentrop" => "ribbentrop",
21947 "ribbon" => "ribbon",
21948 "ribbons" => "ribbon",
21949 "ribeira" => "ribeira",
21950 "ribs" => "rib",
21951 "rice" => "rice",
21952 "rich" => "rich",
21953 "richard" => "richard",
21954 "richardson" => "richardson",
21955 "richer" => "richer",
21956 "riches" => "rich",
21957 "richest" => "richest",
21958 "richly" => "rich",
21959 "richmond" => "richmond",
21960 "richness" => "rich",
21961 "rick" => "rick",
21962 "rickety" => "ricketi",
21963 "rickworth" => "rickworth",
21964 "rid" => "rid",
21965 "riddance" => "riddanc",
21966 "ridden" => "ridden",
21967 "ridding" => "rid",
21968 "riddle" => "riddl",
21969 "riddles" => "riddl",
21970 "ride" => "ride",
21971 "ridendus" => "ridendus",
21972 "rider" => "rider",
21973 "riders" => "rider",
21974 "rides" => "ride",
21975 "ridg" => "ridg",
21976 "ridge" => "ridg",
21977 "ridges" => "ridg",
21978 "ridicule" => "ridicul",
21979 "ridiculed" => "ridicul",
21980 "ridiculous" => "ridicul",
21981 "ridiculously" => "ridicul",
21982 "riding" => "ride",
21983 "ridinghood" => "ridinghood",
21984 "rife" => "rife",
21985 "riff" => "riff",
21986 "rifle" => "rifl",
21987 "rifles" => "rifl",
21988 "rifling" => "rifl",
21989 "rig" => "rig",
21990 "rigamarole" => "rigamarol",
21991 "riggers" => "rigger",
21992 "rigging" => "rig",
21993 "right" => "right",
21994 "righted" => "right",
21995 "righteous" => "righteous",
21996 "righteousness" => "righteous",
21997 "rightly" => "right",
21998 "rights" => "right",
21999 "rigid" => "rigid",
22000 "rigidity" => "rigid",
22001 "rigidly" => "rigid",
22002 "rigorous" => "rigor",
22003 "rigour" => "rigour",
22004 "rigueur" => "rigueur",
22005 "rill" => "rill",
22006 "rim" => "rim",
22007 "rims" => "rim",
22008 "rimsky" => "rimski",
22009 "rincon" => "rincon",
22010 "ring" => "ring",
22011 "ringed" => "ring",
22012 "ringer" => "ringer",
22013 "ringing" => "ring",
22014 "ringleaders" => "ringlead",
22015 "ringlets" => "ringlet",
22016 "rings" => "ring",
22017 "rinse" => "rins",
22018 "rinsing" => "rins",
22019 "rio" => "rio",
22020 "rios" => "rio",
22021 "riot" => "riot",
22022 "riotous" => "riotous",
22023 "rip" => "rip",
22024 "ripe" => "ripe",
22025 "ripen" => "ripen",
22026 "ripened" => "ripen",
22027 "ripening" => "ripen",
22028 "ripens" => "ripen",
22029 "ripped" => "rip",
22030 "ripple" => "rippl",
22031 "rippled" => "rippl",
22032 "ripples" => "rippl",
22033 "rippling" => "rippl",
22034 "rise" => "rise",
22035 "risen" => "risen",
22036 "risers" => "riser",
22037 "rises" => "rise",
22038 "risible" => "risibl",
22039 "risin" => "risin",
22040 "rising" => "rise",
22041 "risingham" => "risingham",
22042 "risk" => "risk",
22043 "risked" => "risk",
22044 "risking" => "risk",
22045 "risks" => "risk",
22046 "risky" => "riski",
22047 "rite" => "rite",
22048 "rites" => "rite",
22049 "rival" => "rival",
22050 "rivalled" => "rival",
22051 "rivalry" => "rivalri",
22052 "rivals" => "rival",
22053 "rivalship" => "rivalship",
22054 "rive" => "rive",
22055 "river" => "river",
22056 "rivers" => "river",
22057 "rivet" => "rivet",
22058 "riveted" => "rivet",
22059 "riveting" => "rivet",
22060 "rivetted" => "rivet",
22061 "riviere" => "rivier",
22062 "rivoli" => "rivoli",
22063 "rivulet" => "rivulet",
22064 "rivulets" => "rivulet",
22065 "ro" => "ro",
22066 "road" => "road",
22067 "roads" => "road",
22068 "roadside" => "roadsid",
22069 "roam" => "roam",
22070 "roamed" => "roam",
22071 "roaming" => "roam",
22072 "roams" => "roam",
22073 "roan" => "roan",
22074 "roar" => "roar",
22075 "roared" => "roar",
22076 "roarer" => "roarer",
22077 "roaring" => "roar",
22078 "roast" => "roast",
22079 "roasted" => "roast",
22080 "roasting" => "roast",
22081 "rob" => "rob",
22082 "robbed" => "rob",
22083 "robber" => "robber",
22084 "robberies" => "robberi",
22085 "robbers" => "robber",
22086 "robbery" => "robberi",
22087 "robbing" => "rob",
22088 "robe" => "robe",
22089 "robed" => "robe",
22090 "robert" => "robert",
22091 "roberto" => "roberto",
22092 "robes" => "robe",
22093 "robin" => "robin",
22094 "robing" => "robe",
22095 "robinson" => "robinson",
22096 "robs" => "rob",
22097 "robust" => "robust",
22098 "robustly" => "robust",
22099 "robustus" => "robustus",
22100 "roby" => "robi",
22101 "robys" => "robi",
22102 "rochester" => "rochest",
22103 "rock" => "rock",
22104 "rocked" => "rock",
22105 "rocket" => "rocket",
22106 "rockets" => "rocket",
22107 "rocking" => "rock",
22108 "rocks" => "rock",
22109 "rocky" => "rocki",
22110 "rod" => "rod",
22111 "rode" => "rode",
22112 "rodent" => "rodent",
22113 "rodentia" => "rodentia",
22114 "rodents" => "rodent",
22115 "rodeo" => "rodeo",
22116 "rodion" => "rodion",
22117 "rodionovitch" => "rodionovitch",
22118 "rods" => "rod",
22119 "rodya" => "rodya",
22120 "roe" => "roe",
22121 "roger" => "roger",
22122 "rogers" => "roger",
22123 "rogue" => "rogu",
22124 "roguery" => "rogueri",
22125 "rogues" => "rogu",
22126 "roi" => "roi",
22127 "rokeby" => "rokebi",
22128 "role" => "role",
22129 "roles" => "role",
22130 "roll" => "roll",
22131 "rolle" => "roll",
22132 "rolled" => "roll",
22133 "roller" => "roller",
22134 "rollicking" => "rollick",
22135 "rolling" => "roll",
22136 "rollings" => "roll",
22137 "rolls" => "roll",
22138 "rolor" => "rolor",
22139 "roman" => "roman",
22140 "romance" => "romanc",
22141 "romancing" => "romanc",
22142 "romanovitch" => "romanovitch",
22143 "romanovna" => "romanovna",
22144 "romans" => "roman",
22145 "romantic" => "romant",
22146 "romantically" => "romant",
22147 "rome" => "rome",
22148 "romeo" => "romeo",
22149 "romish" => "romish",
22150 "romp" => "romp",
22151 "romping" => "romp",
22152 "roof" => "roof",
22153 "roofed" => "roof",
22154 "roofs" => "roof",
22155 "rooge" => "roog",
22156 "rook" => "rook",
22157 "rookery" => "rookeri",
22158 "rookh" => "rookh",
22159 "rooks" => "rook",
22160 "room" => "room",
22161 "roomed" => "room",
22162 "roomer" => "roomer",
22163 "rooms" => "room",
22164 "roomy" => "roomi",
22165 "roon" => "roon",
22166 "roonaway" => "roonaway",
22167 "roosher" => "roosher",
22168 "roost" => "roost",
22169 "roosting" => "roost",
22170 "root" => "root",
22171 "rooted" => "root",
22172 "rooteth" => "rooteth",
22173 "roots" => "root",
22174 "rope" => "rope",
22175 "ropemakers" => "ropemak",
22176 "ropes" => "rope",
22177 "rosa" => "rosa",
22178 "rosary" => "rosari",
22179 "rosas" => "rosa",
22180 "rose" => "rose",
22181 "roseate" => "roseat",
22182 "rosebud" => "rosebud",
22183 "roses" => "rose",
22184 "rosettes" => "rosett",
22185 "rosewood" => "rosewood",
22186 "rosina" => "rosina",
22187 "rosinas" => "rosina",
22188 "ross" => "ross",
22189 "rosy" => "rosi",
22190 "rot" => "rot",
22191 "rotation" => "rotat",
22192 "rotatory" => "rotatori",
22193 "rote" => "rote",
22194 "rotted" => "rot",
22195 "rotten" => "rotten",
22196 "rottenness" => "rotten",
22197 "rotting" => "rot",
22198 "rouble" => "roubl",
22199 "roubles" => "roubl",
22200 "roue" => "roue",
22201 "rouge" => "roug",
22202 "rouged" => "roug",
22203 "rough" => "rough",
22204 "roughening" => "roughen",
22205 "rougher" => "rougher",
22206 "roughest" => "roughest",
22207 "roughing" => "rough",
22208 "roughly" => "rough",
22209 "roughness" => "rough",
22210 "roughs" => "rough",
22211 "roulette" => "roulett",
22212 "rounceweil" => "rounceweil",
22213 "rouncewell" => "rouncewel",
22214 "rouncewells" => "rouncewel",
22215 "round" => "round",
22216 "roundabout" => "roundabout",
22217 "rounde" => "round",
22218 "rounded" => "round",
22219 "rounder" => "rounder",
22220 "roundest" => "roundest",
22221 "rounding" => "round",
22222 "roundly" => "round",
22223 "roundness" => "round",
22224 "rounds" => "round",
22225 "rouse" => "rous",
22226 "roused" => "rous",
22227 "rousing" => "rous",
22228 "rousseau" => "rousseau",
22229 "rout" => "rout",
22230 "route" => "rout",
22231 "routed" => "rout",
22232 "routes" => "rout",
22233 "routine" => "routin",
22234 "rover" => "rover",
22235 "roving" => "rove",
22236 "row" => "row",
22237 "rowed" => "row",
22238 "rowel" => "rowel",
22239 "rowing" => "row",
22240 "rowland" => "rowland",
22241 "rowling" => "rowl",
22242 "rows" => "row",
22243 "roy" => "roy",
22244 "royal" => "royal",
22245 "royalists" => "royalist",
22246 "royalty" => "royalti",
22247 "roystering" => "royster",
22248 "royston" => "royston",
22249 "rozario" => "rozario",
22250 "rt" => "rt",
22251 "ruat" => "ruat",
22252 "rub" => "rub",
22253 "rubbed" => "rub",
22254 "rubber" => "rubber",
22255 "rubbers" => "rubber",
22256 "rubbing" => "rub",
22257 "rubbish" => "rubbish",
22258 "rubbishing" => "rubbish",
22259 "rubbishly" => "rubbish",
22260 "rubecula" => "rubecula",
22261 "rubicund" => "rubicund",
22262 "rubies" => "rubi",
22263 "rubinstein" => "rubinstein",
22264 "rubrum" => "rubrum",
22265 "rubs" => "rub",
22266 "ruby" => "rubi",
22267 "ruck" => "ruck",
22268 "ruddier" => "ruddier",
22269 "ruddle" => "ruddl",
22270 "ruddy" => "ruddi",
22271 "rude" => "rude",
22272 "rudely" => "rude",
22273 "rudeness" => "rude",
22274 "ruder" => "ruder",
22275 "rudest" => "rudest",
22276 "rudimentary" => "rudimentari",
22277 "rudiments" => "rudiment",
22278 "rue" => "rue",
22279 "rueful" => "rueful",
22280 "ruefully" => "ruefulli",
22281 "ruff" => "ruff",
22282 "ruffian" => "ruffian",
22283 "ruffianly" => "ruffian",
22284 "ruffians" => "ruffian",
22285 "ruffle" => "ruffl",
22286 "ruffled" => "ruffl",
22287 "rug" => "rug",
22288 "rugged" => "rug",
22289 "rugs" => "rug",
22290 "ruin" => "ruin",
22291 "ruinas" => "ruina",
22292 "ruined" => "ruin",
22293 "ruining" => "ruin",
22294 "ruinous" => "ruinous",
22295 "ruins" => "ruin",
22296 "rule" => "rule",
22297 "ruled" => "rule",
22298 "ruler" => "ruler",
22299 "rulers" => "ruler",
22300 "rules" => "rule",
22301 "ruling" => "rule",
22302 "rum" => "rum",
22303 "rumble" => "rumbl",
22304 "rumbled" => "rumbl",
22305 "rumbling" => "rumbl",
22306 "rumicivorus" => "rumicivorus",
22307 "ruminant" => "rumin",
22308 "ruminants" => "rumin",
22309 "ruminate" => "rumin",
22310 "ruminated" => "rumin",
22311 "ruminates" => "rumin",
22312 "ruminating" => "rumin",
22313 "ruminations" => "rumin",
22314 "rummage" => "rummag",
22315 "rummaged" => "rummag",
22316 "rummaging" => "rummag",
22317 "rummest" => "rummest",
22318 "rummiest" => "rummiest",
22319 "rummy" => "rummi",
22320 "rumour" => "rumour",
22321 "rumoured" => "rumour",
22322 "rumours" => "rumour",
22323 "rumpling" => "rumpl",
22324 "rums" => "rum",
22325 "run" => "run",
22326 "runaway" => "runaway",
22327 "runaways" => "runaway",
22328 "rung" => "rung",
22329 "running" => "run",
22330 "runs" => "run",
22331 "rupture" => "ruptur",
22332 "ruptured" => "ruptur",
22333 "rural" => "rural",
22334 "rush" => "rush",
22335 "rushed" => "rush",
22336 "rushes" => "rush",
22337 "rushing" => "rush",
22338 "rushlight" => "rushlight",
22339 "russell" => "russel",
22340 "russet" => "russet",
22341 "russia" => "russia",
22342 "russian" => "russian",
22343 "russians" => "russian",
22344 "rust" => "rust",
22345 "rusted" => "rust",
22346 "rustic" => "rustic",
22347 "rusticated" => "rustic",
22348 "rusticities" => "rustic",
22349 "rustily" => "rustili",
22350 "rusting" => "rust",
22351 "rustle" => "rustl",
22352 "rustled" => "rustl",
22353 "rustling" => "rustl",
22354 "rusty" => "rusti",
22355 "rut" => "rut",
22356 "ruthlessly" => "ruthless",
22357 "ry" => "ry",
22358 "ryazan" => "ryazan",
22359 "ryde" => "ryde",
22360 "rylstone" => "rylston",
22361 "s" => "s",
22362 "sa" => "sa",
22363 "sabbatarian" => "sabbatarian",
22364 "sabbath" => "sabbath",
22365 "sabe" => "sabe",
22366 "sabine" => "sabin",
22367 "sable" => "sabl",
22368 "sabre" => "sabr",
22369 "sabres" => "sabr",
22370 "sac" => "sac",
22371 "sachet" => "sachet",
22372 "sack" => "sack",
22373 "sackcloth" => "sackcloth",
22374 "sackcloths" => "sackcloth",
22375 "sacked" => "sack",
22376 "sacking" => "sack",
22377 "sacks" => "sack",
22378 "sacrament" => "sacrament",
22379 "sacramiento" => "sacramiento",
22380 "sacred" => "sacr",
22381 "sacredly" => "sacr",
22382 "sacrifice" => "sacrific",
22383 "sacrificed" => "sacrif",
22384 "sacrifices" => "sacrific",
22385 "sacrificing" => "sacrif",
22386 "sacrilege" => "sacrileg",
22387 "sad" => "sad",
22388 "saddened" => "sadden",
22389 "saddening" => "sadden",
22390 "saddle" => "saddl",
22391 "saddled" => "saddl",
22392 "saddler" => "saddler",
22393 "saddling" => "saddl",
22394 "sadly" => "sad",
22395 "sadness" => "sad",
22396 "sadovy" => "sadovi",
22397 "saeugethiere" => "saeugethier",
22398 "safe" => "safe",
22399 "safeguard" => "safeguard",
22400 "safeguards" => "safeguard",
22401 "safely" => "safe",
22402 "safer" => "safer",
22403 "safes" => "safe",
22404 "safest" => "safest",
22405 "safety" => "safeti",
22406 "saffron" => "saffron",
22407 "sagacious" => "sagaci",
22408 "sagacity" => "sagac",
22409 "sage" => "sage",
22410 "sago" => "sago",
22411 "said" => "said",
22412 "sail" => "sail",
22413 "sailed" => "sail",
22414 "sailing" => "sail",
22415 "sailor" => "sailor",
22416 "sailors" => "sailor",
22417 "sails" => "sail",
22418 "saint" => "saint",
22419 "sainted" => "saint",
22420 "saintly" => "saint",
22421 "saints" => "saint",
22422 "saisis" => "saisi",
22423 "sait" => "sait",
22424 "saith" => "saith",
22425 "sak" => "sak",
22426 "sake" => "sake",
22427 "sakes" => "sake",
22428 "sal" => "sal",
22429 "sala" => "sala",
22430 "saladillo" => "saladillo",
22431 "salado" => "salado",
22432 "salaried" => "salari",
22433 "salary" => "salari",
22434 "sald" => "sald",
22435 "sale" => "sale",
22436 "salesman" => "salesman",
22437 "saliferous" => "salifer",
22438 "salina" => "salina",
22439 "salinas" => "salina",
22440 "saline" => "salin",
22441 "salinus" => "salinus",
22442 "salitral" => "salitr",
22443 "salitrales" => "salitral",
22444 "saliva" => "saliva",
22445 "sallied" => "salli",
22446 "sallies" => "salli",
22447 "sallow" => "sallow",
22448 "sally" => "salli",
22449 "sallys" => "salli",
22450 "salmon" => "salmon",
22451 "salon" => "salon",
22452 "saloon" => "saloon",
22453 "saloons" => "saloon",
22454 "salt" => "salt",
22455 "salta" => "salta",
22456 "salted" => "salt",
22457 "saltenfiord" => "saltenfiord",
22458 "salting" => "salt",
22459 "saltire" => "saltir",
22460 "saltpeter" => "saltpet",
22461 "saltpetre" => "saltpetr",
22462 "salts" => "salt",
22463 "salubrity" => "salubr",
22464 "salutary" => "salutari",
22465 "salutation" => "salut",
22466 "salutations" => "salut",
22467 "salute" => "salut",
22468 "saluted" => "salut",
22469 "salutes" => "salut",
22470 "saluting" => "salut",
22471 "salvador" => "salvador",
22472 "salvation" => "salvat",
22473 "salvator" => "salvat",
22474 "salver" => "salver",
22475 "sam" => "sam",
22476 "samaritan" => "samaritan",
22477 "same" => "same",
22478 "sameness" => "same",
22479 "samovar" => "samovar",
22480 "samovars" => "samovar",
22481 "sampler" => "sampler",
22482 "samples" => "sampl",
22483 "samson" => "samson",
22484 "san" => "san",
22485 "sancho" => "sancho",
22486 "sanctified" => "sanctifi",
22487 "sanction" => "sanction",
22488 "sanctions" => "sanction",
22489 "sanctity" => "sanctiti",
22490 "sanctuary" => "sanctuari",
22491 "sanctum" => "sanctum",
22492 "sand" => "sand",
22493 "sandal" => "sandal",
22494 "sandaled" => "sandal",
22495 "sandalled" => "sandal",
22496 "sandals" => "sandal",
22497 "sanded" => "sand",
22498 "sandpiper" => "sandpip",
22499 "sands" => "sand",
22500 "sandstone" => "sandston",
22501 "sandstones" => "sandston",
22502 "sandwich" => "sandwich",
22503 "sandwiches" => "sandwich",
22504 "sandy" => "sandi",
22505 "sane" => "sane",
22506 "sang" => "sang",
22507 "sanger" => "sanger",
22508 "sangsby" => "sangsbi",
22509 "sanguinary" => "sanguinari",
22510 "sanguine" => "sanguin",
22511 "saniem" => "saniem",
22512 "sanity" => "saniti",
22513 "sank" => "sank",
22514 "sant" => "sant",
22515 "santa" => "santa",
22516 "santiago" => "santiago",
22517 "sap" => "sap",
22518 "sapient" => "sapient",
22519 "sapling" => "sapl",
22520 "sapped" => "sap",
22521 "sapphire" => "sapphir",
22522 "sapphires" => "sapphir",
22523 "sar" => "sar",
22524 "saracen" => "saracen",
22525 "saracenic" => "saracen",
22526 "saracens" => "saracen",
22527 "sarah" => "sarah",
22528 "sarandis" => "sarandi",
22529 "sarcasm" => "sarcasm",
22530 "sarcastic" => "sarcast",
22531 "sarcastically" => "sarcast",
22532 "sarcophagus" => "sarcophagus",
22533 "sarmiento" => "sarmiento",
22534 "sart" => "sart",
22535 "sash" => "sash",
22536 "sashed" => "sash",
22537 "sasiated" => "sasiat",
22538 "sassafras" => "sassafra",
22539 "sat" => "sat",
22540 "satan" => "satan",
22541 "sated" => "sate",
22542 "satellite" => "satellit",
22543 "satellites" => "satellit",
22544 "satin" => "satin",
22545 "satins" => "satin",
22546 "satire" => "satir",
22547 "satirical" => "satir",
22548 "satirically" => "satir",
22549 "satisfaction" => "satisfact",
22550 "satisfactorily" => "satisfactorili",
22551 "satisfactory" => "satisfactori",
22552 "satisfied" => "satisfi",
22553 "satisfies" => "satisfi",
22554 "satisfy" => "satisfi",
22555 "satisfying" => "satisfi",
22556 "satrap" => "satrap",
22557 "satraps" => "satrap",
22558 "saturated" => "satur",
22559 "saturation" => "satur",
22560 "saturday" => "saturday",
22561 "saturdays" => "saturday",
22562 "saturnine" => "saturnin",
22563 "satyr" => "satyr",
22564 "sauce" => "sauc",
22565 "saucepan" => "saucepan",
22566 "saucepans" => "saucepan",
22567 "saucer" => "saucer",
22568 "saucers" => "saucer",
22569 "saucily" => "saucili",
22570 "saucy" => "sauci",
22571 "saul" => "saul",
22572 "saunter" => "saunter",
22573 "sauntered" => "saunter",
22574 "saunterer" => "saunter",
22575 "sauntering" => "saunter",
22576 "saunters" => "saunter",
22577 "saurophagus" => "saurophagus",
22578 "sausage" => "sausag",
22579 "sausages" => "sausag",
22580 "sauvages" => "sauvag",
22581 "savage" => "savag",
22582 "savagely" => "savag",
22583 "savages" => "savag",
22584 "savana" => "savana",
22585 "savannahs" => "savannah",
22586 "save" => "save",
22587 "saved" => "save",
22588 "saves" => "save",
22589 "saving" => "save",
22590 "savings" => "save",
22591 "saviour" => "saviour",
22592 "savoir" => "savoir",
22593 "savour" => "savour",
22594 "savoured" => "savour",
22595 "savouries" => "savouri",
22596 "savours" => "savour",
22597 "savoury" => "savouri",
22598 "saw" => "saw",
22599 "sawdust" => "sawdust",
22600 "saws" => "saw",
22601 "sawyer" => "sawyer",
22602 "saxon" => "saxon",
22603 "say" => "say",
22604 "saying" => "say",
22605 "sayings" => "say",
22606 "says" => "say",
22607 "scabra" => "scabra",
22608 "scabs" => "scab",
22609 "scaffold" => "scaffold",
22610 "scaffolding" => "scaffold",
22611 "scaffolds" => "scaffold",
22612 "scagliola" => "scagliola",
22613 "scald" => "scald",
22614 "scalded" => "scald",
22615 "scalding" => "scald",
22616 "scale" => "scale",
22617 "scaled" => "scale",
22618 "scales" => "scale",
22619 "scalesia" => "scalesia",
22620 "scaley" => "scaley",
22621 "scaling" => "scale",
22622 "scallops" => "scallop",
22623 "scalping" => "scalp",
22624 "scaly" => "scali",
22625 "scamander" => "scamand",
22626 "scamp" => "scamp",
22627 "scamper" => "scamper",
22628 "scampered" => "scamper",
22629 "scamps" => "scamp",
22630 "scan" => "scan",
22631 "scandal" => "scandal",
22632 "scandalising" => "scandalis",
22633 "scandalized" => "scandal",
22634 "scandalizing" => "scandal",
22635 "scandalous" => "scandal",
22636 "scandals" => "scandal",
22637 "scanned" => "scan",
22638 "scanning" => "scan",
22639 "scant" => "scant",
22640 "scantier" => "scantier",
22641 "scantiest" => "scantiest",
22642 "scantily" => "scantili",
22643 "scantiness" => "scanti",
22644 "scanty" => "scanti",
22645 "scape" => "scape",
22646 "scapegoat" => "scapegoat",
22647 "scapegrace" => "scapegrac",
22648 "scar" => "scar",
22649 "scarabaeus" => "scarabaeus",
22650 "scarce" => "scarc",
22651 "scarcel" => "scarcel",
22652 "scarcely" => "scarc",
22653 "scarcer" => "scarcer",
22654 "scarcity" => "scarciti",
22655 "scare" => "scare",
22656 "scarecrow" => "scarecrow",
22657 "scarecrows" => "scarecrow",
22658 "scared" => "scare",
22659 "scarf" => "scarf",
22660 "scarfs" => "scarf",
22661 "scarlet" => "scarlet",
22662 "scarred" => "scar",
22663 "scars" => "scar",
22664 "scarum" => "scarum",
22665 "scarus" => "scarus",
22666 "scatter" => "scatter",
22667 "scattered" => "scatter",
22668 "scattering" => "scatter",
22669 "scavengers" => "scaveng",
22670 "scelidotherium" => "scelidotherium",
22671 "scene" => "scene",
22672 "scenery" => "sceneri",
22673 "scenes" => "scene",
22674 "scent" => "scent",
22675 "scented" => "scent",
22676 "scentless" => "scentless",
22677 "scents" => "scent",
22678 "sceptic" => "sceptic",
22679 "sceptical" => "sceptic",
22680 "sceptics" => "sceptic",
22681 "schedule" => "schedul",
22682 "schegolskoy" => "schegolskoy",
22683 "scheme" => "scheme",
22684 "schemer" => "schemer",
22685 "schemes" => "scheme",
22686 "scheming" => "scheme",
22687 "schiller" => "schiller",
22688 "schilleresque" => "schilleresqu",
22689 "schirdel" => "schirdel",
22690 "schleswig" => "schleswig",
22691 "scholar" => "scholar",
22692 "scholarly" => "scholar",
22693 "scholars" => "scholar",
22694 "scholarship" => "scholarship",
22695 "scholastic" => "scholast",
22696 "schone" => "schone",
22697 "schonsten" => "schonsten",
22698 "school" => "school",
22699 "schoolboy" => "schoolboy",
22700 "schooldays" => "schoolday",
22701 "schooled" => "school",
22702 "schoolfellow" => "schoolfellow",
22703 "schoolfellows" => "schoolfellow",
22704 "schooling" => "school",
22705 "schoolmaster" => "schoolmast",
22706 "schoolmasters" => "schoolmast",
22707 "schoolmate" => "schoolmat",
22708 "schoolmeasther" => "schoolmeasth",
22709 "schoolroom" => "schoolroom",
22710 "schools" => "school",
22711 "schooner" => "schooner",
22712 "schwach" => "schwach",
22713 "scienc" => "scienc",
22714 "science" => "scienc",
22715 "sciences" => "scienc",
22716 "scientific" => "scientif",
22717 "scimitar" => "scimitar",
22718 "scintillate" => "scintil",
22719 "scintillation" => "scintil",
22720 "scions" => "scion",
22721 "scissor" => "scissor",
22722 "scissors" => "scissor",
22723 "sclater" => "sclater",
22724 "scoff" => "scoff",
22725 "scoffed" => "scof",
22726 "scoffers" => "scoffer",
22727 "scold" => "scold",
22728 "scolded" => "scold",
22729 "scolding" => "scold",
22730 "scolds" => "scold",
22731 "scoondrel" => "scoondrel",
22732 "scoondrels" => "scoondrel",
22733 "scoop" => "scoop",
22734 "scooped" => "scoop",
22735 "scooping" => "scoop",
22736 "scoops" => "scoop",
22737 "scope" => "scope",
22738 "scorch" => "scorch",
22739 "scorched" => "scorch",
22740 "scorches" => "scorch",
22741 "scorching" => "scorch",
22742 "scorchingly" => "scorch",
22743 "score" => "score",
22744 "scored" => "score",
22745 "scores" => "score",
22746 "scoresby" => "scoresbi",
22747 "scoriaceous" => "scoriac",
22748 "scoriae" => "scoria",
22749 "scorn" => "scorn",
22750 "scorned" => "scorn",
22751 "scornful" => "scorn",
22752 "scornfully" => "scorn",
22753 "scorning" => "scorn",
22754 "scorns" => "scorn",
22755 "scorpion" => "scorpion",
22756 "scorpions" => "scorpion",
22757 "scot" => "scot",
22758 "scotch" => "scotch",
22759 "scotched" => "scotch",
22760 "scotland" => "scotland",
22761 "scott" => "scott",
22762 "scoundrel" => "scoundrel",
22763 "scoundrelly" => "scoundrelli",
22764 "scoundrels" => "scoundrel",
22765 "scour" => "scour",
22766 "scoured" => "scour",
22767 "scourge" => "scourg",
22768 "scourges" => "scourg",
22769 "scouring" => "scour",
22770 "scours" => "scour",
22771 "scout" => "scout",
22772 "scouted" => "scout",
22773 "scouts" => "scout",
22774 "scowl" => "scowl",
22775 "scowled" => "scowl",
22776 "scowling" => "scowl",
22777 "scowls" => "scowl",
22778 "scramble" => "scrambl",
22779 "scrambled" => "scrambl",
22780 "scrambling" => "scrambl",
22781 "scrap" => "scrap",
22782 "scrapbook" => "scrapbook",
22783 "scrape" => "scrape",
22784 "scraped" => "scrape",
22785 "scraper" => "scraper",
22786 "scrapes" => "scrape",
22787 "scraping" => "scrape",
22788 "scraps" => "scrap",
22789 "scratch" => "scratch",
22790 "scratched" => "scratch",
22791 "scratches" => "scratch",
22792 "scratching" => "scratch",
22793 "scrawl" => "scrawl",
22794 "scrawled" => "scrawl",
22795 "scrawls" => "scrawl",
22796 "scream" => "scream",
22797 "screamed" => "scream",
22798 "screaming" => "scream",
22799 "screams" => "scream",
22800 "screeched" => "screech",
22801 "screeches" => "screech",
22802 "screeching" => "screech",
22803 "screen" => "screen",
22804 "screened" => "screen",
22805 "screening" => "screen",
22806 "screens" => "screen",
22807 "screw" => "screw",
22808 "screwdriver" => "screwdriv",
22809 "screwdrivers" => "screwdriv",
22810 "screwed" => "screw",
22811 "screwing" => "screw",
22812 "screws" => "screw",
22813 "scribble" => "scribbl",
22814 "scribbled" => "scribbl",
22815 "scribe" => "scribe",
22816 "scrip" => "scrip",
22817 "scripter" => "scripter",
22818 "scriptural" => "scriptur",
22819 "scripture" => "scriptur",
22820 "scrivener" => "scriven",
22821 "scrofulous" => "scroful",
22822 "scrolls" => "scroll",
22823 "scrope" => "scrope",
22824 "scrub" => "scrub",
22825 "scrubbed" => "scrub",
22826 "scrubbing" => "scrub",
22827 "scrubbs" => "scrubb",
22828 "scrubby" => "scrubbi",
22829 "scrubs" => "scrub",
22830 "scruple" => "scrupl",
22831 "scruples" => "scrupl",
22832 "scrupulous" => "scrupul",
22833 "scrupulously" => "scrupul",
22834 "scrutinise" => "scrutinis",
22835 "scrutinised" => "scrutinis",
22836 "scrutinising" => "scrutinis",
22837 "scrutinizing" => "scrutin",
22838 "scrutiny" => "scrutini",
22839 "scudded" => "scud",
22840 "scuffle" => "scuffl",
22841 "scuffling" => "scuffl",
22842 "scullery" => "sculleri",
22843 "scullions" => "scullion",
22844 "sculptor" => "sculptor",
22845 "sculptured" => "sculptur",
22846 "sculptures" => "sculptur",
22847 "scum" => "scum",
22848 "scurvy" => "scurvi",
22849 "scuttle" => "scuttl",
22850 "scuttling" => "scuttl",
22851 "scytalopus" => "scytalopus",
22852 "se" => "se",
22853 "sea" => "sea",
22854 "seacoast" => "seacoast",
22855 "seafowl" => "seafowl",
22856 "seal" => "seal",
22857 "sealed" => "seal",
22858 "sealer" => "sealer",
22859 "sealers" => "sealer",
22860 "sealing" => "seal",
22861 "seals" => "seal",
22862 "seaman" => "seaman",
22863 "seame" => "seam",
22864 "seamed" => "seam",
22865 "seamen" => "seamen",
22866 "seams" => "seam",
22867 "seaport" => "seaport",
22868 "sear" => "sear",
22869 "search" => "search",
22870 "searched" => "search",
22871 "searches" => "search",
22872 "searching" => "search",
22873 "seas" => "sea",
22874 "seashells" => "seashel",
22875 "seaside" => "seasid",
22876 "season" => "season",
22877 "seasoned" => "season",
22878 "seasons" => "season",
22879 "seat" => "seat",
22880 "seated" => "seat",
22881 "seating" => "seat",
22882 "seats" => "seat",
22883 "seaward" => "seaward",
22884 "seawards" => "seaward",
22885 "seaweed" => "seawe",
22886 "secede" => "seced",
22887 "secession" => "secess",
22888 "seclude" => "seclud",
22889 "secluded" => "seclud",
22890 "seclusion" => "seclus",
22891 "seco" => "seco",
22892 "second" => "second",
22893 "secondary" => "secondari",
22894 "seconded" => "second",
22895 "secondly" => "second",
22896 "seconds" => "second",
22897 "secrecy" => "secreci",
22898 "secret" => "secret",
22899 "secretaries" => "secretari",
22900 "secretary" => "secretari",
22901 "secretaryship" => "secretaryship",
22902 "secretaryships" => "secretaryship",
22903 "secrete" => "secret",
22904 "secreted" => "secret",
22905 "secretes" => "secret",
22906 "secreting" => "secret",
22907 "secretion" => "secret",
22908 "secretly" => "secret",
22909 "secrets" => "secret",
22910 "sect" => "sect",
22911 "sectio" => "sectio",
22912 "section" => "section",
22913 "sections" => "section",
22914 "secular" => "secular",
22915 "secure" => "secur",
22916 "secured" => "secur",
22917 "securely" => "secur",
22918 "secures" => "secur",
22919 "securing" => "secur",
22920 "securities" => "secur",
22921 "security" => "secur",
22922 "sed" => "sed",
22923 "sedate" => "sedat",
22924 "sedately" => "sedat",
22925 "sedateness" => "sedat",
22926 "sedative" => "sedat",
22927 "sedentary" => "sedentari",
22928 "sedes" => "sede",
22929 "sedge" => "sedg",
22930 "sediment" => "sediment",
22931 "sedimentary" => "sedimentari",
22932 "sediments" => "sediment",
22933 "sedley" => "sedley",
22934 "seduced" => "seduc",
22935 "seducer" => "seduc",
22936 "seductive" => "seduct",
22937 "seductively" => "seduct",
22938 "sedulous" => "sedul",
22939 "sedulously" => "sedul",
22940 "see" => "see",
22941 "seed" => "seed",
22942 "seeds" => "seed",
22943 "seeing" => "see",
22944 "seek" => "seek",
22945 "seeker" => "seeker",
22946 "seekers" => "seeker",
22947 "seeking" => "seek",
22948 "seeks" => "seek",
22949 "seem" => "seem",
22950 "seeme" => "seem",
22951 "seemed" => "seem",
22952 "seeming" => "seem",
22953 "seemingly" => "seem",
22954 "seems" => "seem",
22955 "seen" => "seen",
22956 "sees" => "see",
22957 "seetzen" => "seetzen",
22958 "segment" => "segment",
22959 "segments" => "segment",
22960 "sehr" => "sehr",
22961 "sein" => "sein",
22962 "seize" => "seiz",
22963 "seized" => "seiz",
22964 "seizes" => "seiz",
22965 "seizing" => "seiz",
22966 "seizure" => "seizur",
22967 "seldom" => "seldom",
22968 "select" => "select",
22969 "selected" => "select",
22970 "selecting" => "select",
22971 "selection" => "select",
22972 "selections" => "select",
22973 "self" => "self",
22974 "selfish" => "selfish",
22975 "selfishness" => "selfish",
22976 "sell" => "sell",
22977 "seller" => "seller",
22978 "sellers" => "seller",
22979 "selling" => "sell",
22980 "sellings" => "sell",
22981 "sells" => "sell",
22982 "selves" => "selv",
22983 "semblance" => "semblanc",
22984 "semblances" => "semblanc",
22985 "semi" => "semi",
22986 "semicircle" => "semicircl",
22987 "semicircular" => "semicircular",
22988 "seminal" => "semin",
22989 "seminarists" => "seminarist",
22990 "semyon" => "semyon",
22991 "semyonova" => "semyonova",
22992 "semyonovitch" => "semyonovitch",
22993 "semyonovna" => "semyonovna",
22994 "semyonovsky" => "semyonovski",
22995 "senate" => "senat",
22996 "senator" => "senat",
22997 "senatorial" => "senatori",
22998 "senators" => "senat",
22999 "send" => "send",
23000 "sender" => "sender",
23001 "sending" => "send",
23002 "sends" => "send",
23003 "senhor" => "senhor",
23004 "senile" => "senil",
23005 "senior" => "senior",
23006 "seniority" => "senior",
23007 "seniors" => "senior",
23008 "senor" => "senor",
23009 "senoritas" => "senorita",
23010 "sensation" => "sensat",
23011 "sensational" => "sensat",
23012 "sensations" => "sensat",
23013 "sense" => "sens",
23014 "senseless" => "senseless",
23015 "senses" => "sens",
23016 "sensibilities" => "sensibl",
23017 "sensibility" => "sensibl",
23018 "sensible" => "sensibl",
23019 "sensibly" => "sensibl",
23020 "sensitive" => "sensit",
23021 "sensitiveness" => "sensit",
23022 "sensual" => "sensual",
23023 "sensualist" => "sensualist",
23024 "sensuality" => "sensual",
23025 "sent" => "sent",
23026 "sentence" => "sentenc",
23027 "sentenced" => "sentenc",
23028 "sentences" => "sentenc",
23029 "sententiously" => "sententi",
23030 "sentiment" => "sentiment",
23031 "sentimental" => "sentiment",
23032 "sentimentalism" => "sentiment",
23033 "sentimentality" => "sentiment",
23034 "sentimentally" => "sentiment",
23035 "sentiments" => "sentiment",
23036 "sentinel" => "sentinel",
23037 "sentinels" => "sentinel",
23038 "sentries" => "sentri",
23039 "sentry" => "sentri",
23040 "separate" => "separ",
23041 "separated" => "separ",
23042 "separately" => "separ",
23043 "separates" => "separ",
23044 "separating" => "separ",
23045 "separation" => "separ",
23046 "sept" => "sept",
23047 "septa" => "septa",
23048 "september" => "septemb",
23049 "septuagenarian" => "septuagenarian",
23050 "septum" => "septum",
23051 "sepulchral" => "sepulchr",
23052 "sepulchre" => "sepulchr",
23053 "sepultus" => "sepultus",
23054 "sequel" => "sequel",
23055 "sequence" => "sequenc",
23056 "sequestered" => "sequest",
23057 "ser" => "ser",
23058 "seraph" => "seraph",
23059 "seraphically" => "seraph",
23060 "seraphim" => "seraphim",
23061 "serces" => "serc",
23062 "serenades" => "serenad",
23063 "serene" => "seren",
23064 "serenely" => "seren",
23065 "serenity" => "seren",
23066 "serf" => "serf",
23067 "serfdom" => "serfdom",
23068 "serfs" => "serf",
23069 "sergeant" => "sergeant",
23070 "seriatim" => "seriatim",
23071 "series" => "seri",
23072 "serio" => "serio",
23073 "serious" => "serious",
23074 "seriously" => "serious",
23075 "seriousness" => "serious",
23076 "serjeant" => "serjeant",
23077 "serjeants" => "serjeant",
23078 "sermon" => "sermon",
23079 "sermonizing" => "sermon",
23080 "serpent" => "serpent",
23081 "serpentine" => "serpentin",
23082 "serpents" => "serpent",
23083 "serpulae" => "serpula",
23084 "serrated" => "serrat",
23085 "sertularia" => "sertularia",
23086 "servant" => "servant",
23087 "servants" => "servant",
23088 "serve" => "serv",
23089 "served" => "serv",
23090 "server" => "server",
23091 "serves" => "serv",
23092 "service" => "servic",
23093 "serviceable" => "servic",
23094 "serviceably" => "servic",
23095 "services" => "servic",
23096 "servile" => "servil",
23097 "servility" => "servil",
23098 "serving" => "serv",
23099 "servitor" => "servitor",
23100 "servitude" => "servitud",
23101 "servts" => "servt",
23102 "ses" => "ses",
23103 "session" => "session",
23104 "sessions" => "session",
23105 "set" => "set",
23106 "sets" => "set",
23107 "setten" => "setten",
23108 "setting" => "set",
23109 "settle" => "settl",
23110 "settled" => "settl",
23111 "settlement" => "settlement",
23112 "settlements" => "settlement",
23113 "settler" => "settler",
23114 "settlers" => "settler",
23115 "settles" => "settl",
23116 "settling" => "settl",
23117 "seul" => "seul",
23118 "sevastopol" => "sevastopol",
23119 "seven" => "seven",
23120 "sevenpence" => "sevenp",
23121 "sevens" => "seven",
23122 "seventeen" => "seventeen",
23123 "seventeenth" => "seventeenth",
23124 "seventh" => "seventh",
23125 "seventhly" => "seventh",
23126 "seventy" => "seventi",
23127 "seventysix" => "seventysix",
23128 "sever" => "sever",
23129 "severa" => "severa",
23130 "several" => "sever",
23131 "severally" => "sever",
23132 "severe" => "sever",
23133 "severed" => "sever",
23134 "severely" => "sever",
23135 "severer" => "sever",
23136 "severest" => "severest",
23137 "severity" => "sever",
23138 "severn" => "severn",
23139 "sevres" => "sevr",
23140 "sew" => "sew",
23141 "sewed" => "sew",
23142 "sewerage" => "sewerag",
23143 "sewerely" => "sewer",
23144 "sewing" => "sew",
23145 "sex" => "sex",
23146 "sexes" => "sex",
23147 "sexton" => "sexton",
23148 "sextus" => "sextus",
23149 "sexty" => "sexti",
23150 "seychelle" => "seychell",
23151 "seychelles" => "seychell",
23152 "sh" => "sh",
23153 "sha" => "sha",
23154 "shabbily" => "shabbili",
23155 "shabbiness" => "shabbi",
23156 "shabby" => "shabbi",
23157 "shade" => "shade",
23158 "shaded" => "shade",
23159 "shades" => "shade",
23160 "shading" => "shade",
23161 "shadow" => "shadow",
23162 "shadowed" => "shadow",
23163 "shadowless" => "shadowless",
23164 "shadows" => "shadow",
23165 "shadowy" => "shadowi",
23166 "shady" => "shadi",
23167 "shaft" => "shaft",
23168 "shafts" => "shaft",
23169 "shaggy" => "shaggi",
23170 "shak" => "shak",
23171 "shake" => "shake",
23172 "shaken" => "shaken",
23173 "shakes" => "shake",
23174 "shakespeare" => "shakespear",
23175 "shaking" => "shake",
23176 "shakings" => "shake",
23177 "shakspeare" => "shakspear",
23178 "shal" => "shal",
23179 "shall" => "shall",
23180 "shallow" => "shallow",
23181 "shallowest" => "shallowest",
23182 "shallows" => "shallow",
23183 "shalt" => "shalt",
23184 "sham" => "sham",
23185 "shambled" => "shambl",
23186 "shambles" => "shambl",
23187 "shambling" => "shambl",
23188 "shame" => "shame",
23189 "shamed" => "shame",
23190 "shamefaced" => "shamefac",
23191 "shameful" => "shame",
23192 "shamefully" => "shame",
23193 "shameless" => "shameless",
23194 "shamelessly" => "shameless",
23195 "shamming" => "sham",
23196 "shan" => "shan",
23197 "shanks" => "shank",
23198 "shanties" => "shanti",
23199 "shape" => "shape",
23200 "shaped" => "shape",
23201 "shapeless" => "shapeless",
23202 "shapely" => "shape",
23203 "shapes" => "shape",
23204 "shaping" => "shape",
23205 "shar" => "shar",
23206 "share" => "share",
23207 "shared" => "share",
23208 "shareholder" => "sharehold",
23209 "shareholders" => "sharehold",
23210 "sharer" => "sharer",
23211 "shares" => "share",
23212 "sharing" => "share",
23213 "shark" => "shark",
23214 "sharking" => "shark",
23215 "sharks" => "shark",
23216 "sharmer" => "sharmer",
23217 "sharp" => "sharp",
23218 "sharpen" => "sharpen",
23219 "sharpened" => "sharpen",
23220 "sharpening" => "sharpen",
23221 "sharpens" => "sharpen",
23222 "sharper" => "sharper",
23223 "sharpers" => "sharper",
23224 "sharpest" => "sharpest",
23225 "sharply" => "sharpli",
23226 "sharpness" => "sharp",
23227 "sharpshooters" => "sharpshoot",
23228 "shattered" => "shatter",
23229 "shave" => "shave",
23230 "shaved" => "shave",
23231 "shaven" => "shaven",
23232 "shaver" => "shaver",
23233 "shaves" => "shave",
23234 "shaving" => "shave",
23235 "shaw" => "shaw",
23236 "shawl" => "shawl",
23237 "shawls" => "shawl",
23238 "she" => "she",
23239 "sheake" => "sheak",
23240 "sheame" => "sheam",
23241 "shearing" => "shear",
23242 "sheath" => "sheath",
23243 "sheaves" => "sheav",
23244 "shed" => "shed",
23245 "shedding" => "shed",
23246 "sheds" => "shed",
23247 "sheen" => "sheen",
23248 "sheep" => "sheep",
23249 "sheepish" => "sheepish",
23250 "sheepskin" => "sheepskin",
23251 "sheer" => "sheer",
23252 "sheet" => "sheet",
23253 "sheets" => "sheet",
23254 "sheik" => "sheik",
23255 "shelf" => "shelf",
23256 "shell" => "shell",
23257 "shelley" => "shelley",
23258 "shellfish" => "shellfish",
23259 "shellfuls" => "shell",
23260 "shells" => "shell",
23261 "shelly" => "shelli",
23262 "shelopaev" => "shelopaev",
23263 "shelter" => "shelter",
23264 "sheltered" => "shelter",
23265 "sheltering" => "shelter",
23266 "shelters" => "shelter",
23267 "shelves" => "shelv",
23268 "shelving" => "shelv",
23269 "shepherd" => "shepherd",
23270 "shepherdess" => "shepherdess",
23271 "shepherdesses" => "shepherdess",
23272 "shepherds" => "shepherd",
23273 "sheriff" => "sheriff",
23274 "sherry" => "sherri",
23275 "shetland" => "shetland",
23276 "shh" => "shh",
23277 "shibboleth" => "shibboleth",
23278 "shied" => "shi",
23279 "shield" => "shield",
23280 "shielded" => "shield",
23281 "shielding" => "shield",
23282 "shields" => "shield",
23283 "shies" => "shi",
23284 "shift" => "shift",
23285 "shifted" => "shift",
23286 "shifting" => "shift",
23287 "shiftings" => "shift",
23288 "shifts" => "shift",
23289 "shil" => "shil",
23290 "shilling" => "shill",
23291 "shillings" => "shill",
23292 "shin" => "shin",
23293 "shine" => "shine",
23294 "shines" => "shine",
23295 "shingle" => "shingl",
23296 "shining" => "shine",
23297 "shiny" => "shini",
23298 "ship" => "ship",
23299 "shipbuilder" => "shipbuild",
23300 "shiploads" => "shipload",
23301 "shipped" => "ship",
23302 "shipping" => "ship",
23303 "ships" => "ship",
23304 "shipton" => "shipton",
23305 "shipwreck" => "shipwreck",
23306 "shipwrecked" => "shipwreck",
23307 "shipwrecks" => "shipwreck",
23308 "shire" => "shire",
23309 "shirk" => "shirk",
23310 "shirked" => "shirk",
23311 "shirking" => "shirk",
23312 "shirt" => "shirt",
23313 "shirts" => "shirt",
23314 "shiver" => "shiver",
23315 "shivered" => "shiver",
23316 "shivering" => "shiver",
23317 "shivers" => "shiver",
23318 "shoal" => "shoal",
23319 "shoaler" => "shoaler",
23320 "shoalness" => "shoal",
23321 "shoals" => "shoal",
23322 "shock" => "shock",
23323 "shocked" => "shock",
23324 "shocking" => "shock",
23325 "shockingly" => "shock",
23326 "shocks" => "shock",
23327 "shod" => "shod",
23328 "shoe" => "shoe",
23329 "shoed" => "sho",
23330 "shoeless" => "shoeless",
23331 "shoemaker" => "shoemak",
23332 "shoemakers" => "shoemak",
23333 "shoes" => "shoe",
23334 "shone" => "shone",
23335 "shongi" => "shongi",
23336 "shoohoo" => "shoohoo",
23337 "shook" => "shook",
23338 "shoon" => "shoon",
23339 "shoot" => "shoot",
23340 "shooters" => "shooter",
23341 "shooting" => "shoot",
23342 "shoots" => "shoot",
23343 "shop" => "shop",
23344 "shopkeeper" => "shopkeep",
23345 "shopkeepers" => "shopkeep",
23346 "shopman" => "shopman",
23347 "shopmen" => "shopmen",
23348 "shopofwomen" => "shopofwomen",
23349 "shops" => "shop",
23350 "shore" => "shore",
23351 "shoreham" => "shoreham",
23352 "shores" => "shore",
23353 "shorn" => "shorn",
23354 "short" => "short",
23355 "shortcoming" => "shortcom",
23356 "shortcomings" => "shortcom",
23357 "shorten" => "shorten",
23358 "shortened" => "shorten",
23359 "shortening" => "shorten",
23360 "shortens" => "shorten",
23361 "shorter" => "shorter",
23362 "shortest" => "shortest",
23363 "shortly" => "short",
23364 "shortness" => "short",
23365 "shorts" => "short",
23366 "shot" => "shot",
23367 "shots" => "shot",
23368 "should" => "should",
23369 "shoulder" => "shoulder",
23370 "shouldered" => "shoulder",
23371 "shouldering" => "shoulder",
23372 "shoulders" => "shoulder",
23373 "shouldest" => "shouldest",
23374 "shouldn" => "shouldn",
23375 "shouldst" => "shouldst",
23376 "shout" => "shout",
23377 "shouted" => "shout",
23378 "shouting" => "shout",
23379 "shouts" => "shout",
23380 "shove" => "shove",
23381 "shoved" => "shove",
23382 "shovel" => "shovel",
23383 "shoving" => "shove",
23384 "show" => "show",
23385 "showd" => "showd",
23386 "showed" => "show",
23387 "shower" => "shower",
23388 "showered" => "shower",
23389 "showering" => "shower",
23390 "showers" => "shower",
23391 "showery" => "showeri",
23392 "showing" => "show",
23393 "shown" => "shown",
23394 "shows" => "show",
23395 "showy" => "showi",
23396 "shrank" => "shrank",
23397 "shreds" => "shred",
23398 "shrew" => "shrew",
23399 "shrewd" => "shrewd",
23400 "shrewdly" => "shrewd",
23401 "shrewdness" => "shrewd",
23402 "shriek" => "shriek",
23403 "shrieked" => "shriek",
23404 "shrieking" => "shriek",
23405 "shrieks" => "shriek",
23406 "shrikes" => "shrike",
23407 "shrill" => "shrill",
23408 "shrillest" => "shrillest",
23409 "shrillness" => "shrill",
23410 "shrilly" => "shrilli",
23411 "shrimp" => "shrimp",
23412 "shrimps" => "shrimp",
23413 "shrine" => "shrine",
23414 "shrink" => "shrink",
23415 "shrinking" => "shrink",
23416 "shrinks" => "shrink",
23417 "shrivel" => "shrivel",
23418 "shrivelled" => "shrivel",
23419 "shropshire" => "shropshir",
23420 "shroud" => "shroud",
23421 "shrouded" => "shroud",
23422 "shrub" => "shrub",
23423 "shrubberies" => "shrubberi",
23424 "shrubbery" => "shrubberi",
23425 "shrubs" => "shrub",
23426 "shrug" => "shrug",
23427 "shrugged" => "shrug",
23428 "shrugging" => "shrug",
23429 "shrugs" => "shrug",
23430 "shrunk" => "shrunk",
23431 "shrunken" => "shrunken",
23432 "shudder" => "shudder",
23433 "shuddered" => "shudder",
23434 "shuddering" => "shudder",
23435 "shudders" => "shudder",
23436 "shuffle" => "shuffl",
23437 "shuffled" => "shuffl",
23438 "shufflers" => "shuffler",
23439 "shuffles" => "shuffl",
23440 "shuffling" => "shuffl",
23441 "shufflings" => "shuffl",
23442 "shuflle" => "shufll",
23443 "shun" => "shun",
23444 "shunned" => "shun",
23445 "shunning" => "shun",
23446 "shut" => "shut",
23447 "shuts" => "shut",
23448 "shutter" => "shutter",
23449 "shutters" => "shutter",
23450 "shutting" => "shut",
23451 "shy" => "shi",
23452 "shyer" => "shyer",
23453 "shyest" => "shyest",
23454 "shylock" => "shylock",
23455 "shyly" => "shyli",
23456 "shyness" => "shyness",
23457 "si" => "si",
23458 "siamese" => "siames",
23459 "siberia" => "siberia",
23460 "siberian" => "siberian",
23461 "sich" => "sich",
23462 "sick" => "sick",
23463 "sickened" => "sicken",
23464 "sickening" => "sicken",
23465 "sickens" => "sicken",
23466 "sickliness" => "sickli",
23467 "sickly" => "sick",
23468 "sickness" => "sick",
23469 "side" => "side",
23470 "sideboard" => "sideboard",
23471 "sided" => "side",
23472 "sidelong" => "sidelong",
23473 "sides" => "side",
23474 "sideway" => "sideway",
23475 "sideways" => "sideway",
23476 "sidewise" => "sidewis",
23477 "sidings" => "side",
23478 "sidle" => "sidl",
23479 "sidled" => "sidl",
23480 "sidles" => "sidl",
23481 "sidling" => "sidl",
23482 "siege" => "sieg",
23483 "sierra" => "sierra",
23484 "sieve" => "siev",
23485 "sift" => "sift",
23486 "sifter" => "sifter",
23487 "sigh" => "sigh",
23488 "sighed" => "sigh",
23489 "sighing" => "sigh",
23490 "sighs" => "sigh",
23491 "sight" => "sight",
23492 "sighted" => "sight",
23493 "sightedness" => "sighted",
23494 "sightless" => "sightless",
23495 "sights" => "sight",
23496 "sightseer" => "sightseer",
23497 "sign" => "sign",
23498 "signal" => "signal",
23499 "signalised" => "signalis",
23500 "signalize" => "signal",
23501 "signalling" => "signal",
23502 "signally" => "signal",
23503 "signals" => "signal",
23504 "signature" => "signatur",
23505 "signatures" => "signatur",
23506 "signed" => "sign",
23507 "significance" => "signific",
23508 "significancy" => "signific",
23509 "significant" => "signific",
23510 "significantly" => "signific",
23511 "signification" => "signif",
23512 "signified" => "signifi",
23513 "signifies" => "signifi",
23514 "signifieth" => "signifieth",
23515 "signify" => "signifi",
23516 "signifying" => "signifi",
23517 "signing" => "sign",
23518 "signoritas" => "signorita",
23519 "signs" => "sign",
23520 "sike" => "sike",
23521 "silence" => "silenc",
23522 "silenced" => "silenc",
23523 "silencing" => "silenc",
23524 "silent" => "silent",
23525 "silently" => "silent",
23526 "silex" => "silex",
23527 "siliceous" => "silic",
23528 "silicified" => "silicifi",
23529 "silk" => "silk",
23530 "silken" => "silken",
23531 "silkiness" => "silki",
23532 "silks" => "silk",
23533 "silkworm" => "silkworm",
23534 "silky" => "silki",
23535 "sill" => "sill",
23536 "sillier" => "sillier",
23537 "sillies" => "silli",
23538 "silliest" => "silliest",
23539 "silliman" => "silliman",
23540 "silliness" => "silli",
23541 "sills" => "sill",
23542 "silly" => "silli",
23543 "silurian" => "silurian",
23544 "silurus" => "silurus",
23545 "silver" => "silver",
23546 "silverbridge" => "silverbridg",
23547 "silvered" => "silver",
23548 "silversmith" => "silversmith",
23549 "silvery" => "silveri",
23550 "silworth" => "silworth",
23551 "similar" => "similar",
23552 "similarity" => "similar",
23553 "similarly" => "similar",
23554 "simile" => "simil",
23555 "similes" => "simil",
23556 "similitude" => "similitud",
23557 "simmering" => "simmer",
23558 "simmonds" => "simmond",
23559 "simper" => "simper",
23560 "simpered" => "simper",
23561 "simpering" => "simper",
23562 "simple" => "simpl",
23563 "simpler" => "simpler",
23564 "simplest" => "simplest",
23565 "simpleton" => "simpleton",
23566 "simpletons" => "simpleton",
23567 "simplex" => "simplex",
23568 "simplicity" => "simplic",
23569 "simplified" => "simplifi",
23570 "simplon" => "simplon",
23571 "simply" => "simpli",
23572 "simpson" => "simpson",
23573 "simul" => "simul",
23574 "simultaneous" => "simultan",
23575 "simultaneously" => "simultan",
23576 "sin" => "sin",
23577 "sinai" => "sinai",
23578 "sinbad" => "sinbad",
23579 "since" => "sinc",
23580 "sincere" => "sincer",
23581 "sincerely" => "sincer",
23582 "sincerest" => "sincerest",
23583 "sincerity" => "sincer",
23584 "sinecure" => "sinecur",
23585 "sinew" => "sinew",
23586 "sinews" => "sinew",
23587 "sinewy" => "sinewi",
23588 "sinful" => "sin",
23589 "sinfulness" => "sin",
23590 "sing" => "sing",
23591 "singapore" => "singapor",
23592 "singed" => "sing",
23593 "singeing" => "sing",
23594 "singer" => "singer",
23595 "singers" => "singer",
23596 "singing" => "sing",
23597 "single" => "singl",
23598 "singleness" => "singl",
23599 "singling" => "singl",
23600 "singly" => "singl",
23601 "sings" => "sing",
23602 "singula" => "singula",
23603 "singular" => "singular",
23604 "singularities" => "singular",
23605 "singularity" => "singular",
23606 "singularly" => "singular",
23607 "sinister" => "sinist",
23608 "sink" => "sink",
23609 "sinking" => "sink",
23610 "sinks" => "sink",
23611 "sinless" => "sinless",
23612 "sinlessly" => "sinless",
23613 "sinned" => "sin",
23614 "sinner" => "sinner",
23615 "sinners" => "sinner",
23616 "sinning" => "sin",
23617 "sins" => "sin",
23618 "sinuous" => "sinuous",
23619 "sip" => "sip",
23620 "siphon" => "siphon",
23621 "sipped" => "sip",
23622 "sipping" => "sip",
23623 "sips" => "sip",
23624 "sir" => "sir",
23625 "sire" => "sire",
23626 "siren" => "siren",
23627 "sirocco" => "sirocco",
23628 "sirrah" => "sirrah",
23629 "sister" => "sister",
23630 "sisterhood" => "sisterhood",
23631 "sisterly" => "sister",
23632 "sisters" => "sister",
23633 "sistine" => "sistin",
23634 "sit" => "sit",
23635 "site" => "site",
23636 "sites" => "site",
23637 "sitiwation" => "sitiw",
23638 "sitiwations" => "sitiw",
23639 "sits" => "sit",
23640 "sitter" => "sitter",
23641 "sitters" => "sitter",
23642 "sittin" => "sittin",
23643 "sitting" => "sit",
23644 "sittings" => "sit",
23645 "situ" => "situ",
23646 "situate" => "situat",
23647 "situated" => "situat",
23648 "situation" => "situat",
23649 "situations" => "situat",
23650 "siunmerson" => "siunmerson",
23651 "sivatherium" => "sivatherium",
23652 "six" => "six",
23653 "sixes" => "six",
23654 "sixieme" => "sixiem",
23655 "sixpen" => "sixpen",
23656 "sixpence" => "sixpenc",
23657 "sixpences" => "sixpenc",
23658 "sixpenny" => "sixpenni",
23659 "sixteen" => "sixteen",
23660 "sixteenth" => "sixteenth",
23661 "sixth" => "sixth",
23662 "sixthly" => "sixth",
23663 "sixty" => "sixti",
23664 "size" => "size",
23665 "sized" => "size",
23666 "sizes" => "size",
23667 "skampling" => "skampl",
23668 "skate" => "skate",
23669 "skaters" => "skater",
23670 "skating" => "skate",
23671 "skeen" => "skeen",
23672 "skein" => "skein",
23673 "skeleto" => "skeleto",
23674 "skeleton" => "skeleton",
23675 "skeletons" => "skeleton",
23676 "sketch" => "sketch",
23677 "sketched" => "sketch",
23678 "sketches" => "sketch",
23679 "sketchily" => "sketchili",
23680 "sketching" => "sketch",
23681 "skewer" => "skewer",
23682 "skiddaw" => "skiddaw",
23683 "skies" => "sky",
23684 "skilful" => "skil",
23685 "skilfully" => "skil",
23686 "skilfulness" => "skil",
23687 "skill" => "skill",
23688 "skilled" => "skill",
23689 "skilly" => "skilli",
23690 "skim" => "skim",
23691 "skimmed" => "skim",
23692 "skimming" => "skim",
23693 "skimpole" => "skimpol",
23694 "skims" => "skim",
23695 "skin" => "skin",
23696 "skinned" => "skin",
23697 "skinning" => "skin",
23698 "skinny" => "skinni",
23699 "skins" => "skin",
23700 "skip" => "skip",
23701 "skipped" => "skip",
23702 "skipper" => "skipper",
23703 "skipping" => "skip",
23704 "skips" => "skip",
23705 "skirmish" => "skirmish",
23706 "skirmished" => "skirmish",
23707 "skirmishes" => "skirmish",
23708 "skirmishing" => "skirmish",
23709 "skirt" => "skirt",
23710 "skirted" => "skirt",
23711 "skirts" => "skirt",
23712 "skittish" => "skittish",
23713 "skittle" => "skittl",
23714 "skittles" => "skittl",
23715 "skrimmage" => "skrimmag",
23716 "skul" => "skul",
23717 "skulk" => "skulk",
23718 "skulking" => "skulk",
23719 "skulks" => "skulk",
23720 "skull" => "skull",
23721 "skulls" => "skull",
23722 "skumpling" => "skumpl",
23723 "skunks" => "skunk",
23724 "skurry" => "skurri",
23725 "skuttle" => "skuttl",
23726 "sky" => "sky",
23727 "skye" => "skye",
23728 "skylark" => "skylark",
23729 "skylight" => "skylight",
23730 "skylights" => "skylight",
23731 "slab" => "slab",
23732 "slabs" => "slab",
23733 "slack" => "slack",
23734 "slacken" => "slacken",
23735 "slackened" => "slacken",
23736 "slackness" => "slack",
23737 "sladdery" => "sladderi",
23738 "slags" => "slag",
23739 "slain" => "slain",
23740 "slaked" => "slake",
23741 "slam" => "slam",
23742 "slammed" => "slam",
23743 "slammons" => "slammon",
23744 "slander" => "slander",
23745 "slandered" => "slander",
23746 "slanderer" => "slander",
23747 "slanderers" => "slander",
23748 "slandering" => "slander",
23749 "slang" => "slang",
23750 "slangular" => "slangular",
23751 "slanting" => "slant",
23752 "slap" => "slap",
23753 "slapped" => "slap",
23754 "slapping" => "slap",
23755 "slaps" => "slap",
23756 "slash" => "slash",
23757 "slashing" => "slash",
23758 "slat" => "slat",
23759 "slate" => "slate",
23760 "slatternly" => "slattern",
23761 "slaughter" => "slaughter",
23762 "slaughtered" => "slaughter",
23763 "slaughtering" => "slaughter",
23764 "slaughterous" => "slaughter",
23765 "slave" => "slave",
23766 "slaved" => "slave",
23767 "slavery" => "slaveri",
23768 "slaves" => "slave",
23769 "slavish" => "slavish",
23770 "slavishly" => "slavish",
23771 "slay" => "slay",
23772 "sledge" => "sledg",
23773 "sleek" => "sleek",
23774 "sleep" => "sleep",
23775 "sleeper" => "sleeper",
23776 "sleepers" => "sleeper",
23777 "sleepily" => "sleepili",
23778 "sleepiness" => "sleepi",
23779 "sleeping" => "sleep",
23780 "sleepless" => "sleepless",
23781 "sleeps" => "sleep",
23782 "sleepy" => "sleepi",
23783 "sleet" => "sleet",
23784 "sleeve" => "sleev",
23785 "sleeved" => "sleev",
23786 "sleeves" => "sleev",
23787 "sleight" => "sleight",
23788 "slender" => "slender",
23789 "slenderer" => "slender",
23790 "slenderly" => "slender",
23791 "slep" => "slep",
23792 "slept" => "slept",
23793 "slice" => "slice",
23794 "sliced" => "slice",
23795 "slices" => "slice",
23796 "slicing" => "slice",
23797 "slid" => "slid",
23798 "slide" => "slide",
23799 "slider" => "slider",
23800 "sliders" => "slider",
23801 "sliderskew" => "sliderskew",
23802 "slides" => "slide",
23803 "sliding" => "slide",
23804 "slight" => "slight",
23805 "slighted" => "slight",
23806 "slighter" => "slighter",
23807 "slightest" => "slightest",
23808 "slighting" => "slight",
23809 "slightly" => "slight",
23810 "slights" => "slight",
23811 "slim" => "slim",
23812 "slime" => "slime",
23813 "slimy" => "slimi",
23814 "sling" => "sling",
23815 "slings" => "sling",
23816 "slinking" => "slink",
23817 "slip" => "slip",
23818 "slipped" => "slip",
23819 "slipper" => "slipper",
23820 "slippered" => "slipper",
23821 "slippers" => "slipper",
23822 "slippery" => "slipperi",
23823 "slipping" => "slip",
23824 "slips" => "slip",
23825 "slipshod" => "slipshod",
23826 "slit" => "slit",
23827 "slits" => "slit",
23828 "sloane" => "sloan",
23829 "slocomb" => "slocomb",
23830 "slongs" => "slong",
23831 "slope" => "slope",
23832 "sloped" => "slope",
23833 "slopes" => "slope",
23834 "sloping" => "slope",
23835 "sloppy" => "sloppi",
23836 "slopseller" => "slopsel",
23837 "sloth" => "sloth",
23838 "sloths" => "sloth",
23839 "slouch" => "slouch",
23840 "slouching" => "slouch",
23841 "sloven" => "sloven",
23842 "slovenly" => "sloven",
23843 "slow" => "slow",
23844 "slower" => "slower",
23845 "slowly" => "slowli",
23846 "slowness" => "slow",
23847 "sludge" => "sludg",
23848 "slug" => "slug",
23849 "sluggish" => "sluggish",
23850 "slugs" => "slug",
23851 "sluices" => "sluic",
23852 "slumber" => "slumber",
23853 "slumbered" => "slumber",
23854 "slumbering" => "slumber",
23855 "slumbers" => "slumber",
23856 "slung" => "slung",
23857 "slunk" => "slunk",
23858 "slurring" => "slur",
23859 "slush" => "slush",
23860 "slut" => "slut",
23861 "sly" => "sli",
23862 "slyboots" => "slyboot",
23863 "slyly" => "slyli",
23864 "slyness" => "slyness",
23865 "smack" => "smack",
23866 "smacked" => "smack",
23867 "smacking" => "smack",
23868 "smacks" => "smack",
23869 "smal" => "smal",
23870 "small" => "small",
23871 "smallclothes" => "smallcloth",
23872 "smaller" => "smaller",
23873 "smallest" => "smallest",
23874 "smallness" => "small",
23875 "smalls" => "small",
23876 "smallweed" => "smallwe",
23877 "smallweeds" => "smallwe",
23878 "smallweedy" => "smallweedi",
23879 "smart" => "smart",
23880 "smartened" => "smarten",
23881 "smarting" => "smart",
23882 "smartly" => "smart",
23883 "smartness" => "smart",
23884 "smartnesses" => "smart",
23885 "smarts" => "smart",
23886 "smash" => "smash",
23887 "smashed" => "smash",
23888 "smashing" => "smash",
23889 "smattering" => "smatter",
23890 "smear" => "smear",
23891 "smeared" => "smear",
23892 "smearing" => "smear",
23893 "smears" => "smear",
23894 "smell" => "smell",
23895 "smelling" => "smell",
23896 "smells" => "smell",
23897 "smelt" => "smelt",
23898 "smelted" => "smelt",
23899 "smelting" => "smelt",
23900 "smiffeld" => "smiffeld",
23901 "smifligate" => "smiflig",
23902 "smifligation" => "smiflig",
23903 "smifser" => "smifser",
23904 "smike" => "smike",
23905 "smile" => "smile",
23906 "smiled" => "smile",
23907 "smiles" => "smile",
23908 "smilin" => "smilin",
23909 "smiling" => "smile",
23910 "smilingly" => "smile",
23911 "smirched" => "smirch",
23912 "smirk" => "smirk",
23913 "smirking" => "smirk",
23914 "smith" => "smith",
23915 "smithers" => "smither",
23916 "smithfield" => "smithfield",
23917 "smithson" => "smithson",
23918 "smiting" => "smite",
23919 "smitten" => "smitten",
23920 "smock" => "smock",
23921 "smoke" => "smoke",
23922 "smoked" => "smoke",
23923 "smoker" => "smoker",
23924 "smokes" => "smoke",
23925 "smoking" => "smoke",
23926 "smokings" => "smoke",
23927 "smoky" => "smoki",
23928 "smoldering" => "smolder",
23929 "smooth" => "smooth",
23930 "smoothed" => "smooth",
23931 "smoother" => "smoother",
23932 "smoothing" => "smooth",
23933 "smoothingly" => "smooth",
23934 "smoothings" => "smooth",
23935 "smoothly" => "smooth",
23936 "smoothness" => "smooth",
23937 "smooths" => "smooth",
23938 "smote" => "smote",
23939 "smothered" => "smother",
23940 "smothering" => "smother",
23941 "smothers" => "smother",
23942 "smouldering" => "smoulder",
23943 "smuggle" => "smuggl",
23944 "smuggler" => "smuggler",
23945 "smut" => "smut",
23946 "smutty" => "smutti",
23947 "snagsby" => "snagsbi",
23948 "snail" => "snail",
23949 "snails" => "snail",
23950 "snake" => "snake",
23951 "snakes" => "snake",
23952 "snap" => "snap",
23953 "snapped" => "snap",
23954 "snapper" => "snapper",
23955 "snapping" => "snap",
23956 "snappish" => "snappish",
23957 "snappishly" => "snappish",
23958 "snaps" => "snap",
23959 "snare" => "snare",
23960 "snares" => "snare",
23961 "snarl" => "snarl",
23962 "snarled" => "snarl",
23963 "snarling" => "snarl",
23964 "snarls" => "snarl",
23965 "snatch" => "snatch",
23966 "snatched" => "snatch",
23967 "snatches" => "snatch",
23968 "snatching" => "snatch",
23969 "snawley" => "snawley",
23970 "sneak" => "sneak",
23971 "sneaked" => "sneak",
23972 "sneaking" => "sneak",
23973 "sneaks" => "sneak",
23974 "sneer" => "sneer",
23975 "sneered" => "sneer",
23976 "sneering" => "sneer",
23977 "sneers" => "sneer",
23978 "sneeze" => "sneez",
23979 "sneezed" => "sneez",
23980 "sneezing" => "sneez",
23981 "snevellicci" => "snevellicci",
23982 "snewkes" => "snewk",
23983 "sniff" => "sniff",
23984 "sniffed" => "snif",
23985 "sniffing" => "snif",
23986 "sniffs" => "sniff",
23987 "snigger" => "snigger",
23988 "sniggered" => "snigger",
23989 "sniggering" => "snigger",
23990 "snipe" => "snipe",
23991 "snipping" => "snip",
23992 "snittle" => "snittl",
23993 "snobb" => "snobb",
23994 "snoog" => "snoog",
23995 "snooks" => "snook",
23996 "snore" => "snore",
23997 "snores" => "snore",
23998 "snoring" => "snore",
23999 "snort" => "snort",
24000 "snorted" => "snort",
24001 "snorting" => "snort",
24002 "snorts" => "snort",
24003 "snout" => "snout",
24004 "snow" => "snow",
24005 "snowed" => "snow",
24006 "snowflakes" => "snowflak",
24007 "snowing" => "snow",
24008 "snowstorm" => "snowstorm",
24009 "snowstorms" => "snowstorm",
24010 "snowy" => "snowi",
24011 "snub" => "snub",
24012 "snubbed" => "snub",
24013 "snubbing" => "snub",
24014 "snubs" => "snub",
24015 "snuff" => "snuff",
24016 "snuffed" => "snuf",
24017 "snuffers" => "snuffer",
24018 "snuffim" => "snuffim",
24019 "snuffing" => "snuf",
24020 "snuffling" => "snuffl",
24021 "snuffy" => "snuffi",
24022 "snug" => "snug",
24023 "snugly" => "snug",
24024 "so" => "so",
24025 "soaked" => "soak",
24026 "soaking" => "soak",
24027 "soap" => "soap",
24028 "soar" => "soar",
24029 "soared" => "soar",
24030 "soaring" => "soar",
24031 "soars" => "soar",
24032 "sob" => "sob",
24033 "sobbed" => "sob",
24034 "sobbing" => "sob",
24035 "sobbings" => "sob",
24036 "sober" => "sober",
24037 "sobered" => "sober",
24038 "sobering" => "sober",
24039 "soberly" => "sober",
24040 "sobre" => "sobr",
24041 "sobriety" => "sobrieti",
24042 "sobs" => "sob",
24043 "soc" => "soc",
24044 "socego" => "socego",
24045 "sociable" => "sociabl",
24046 "social" => "social",
24047 "socialist" => "socialist",
24048 "socialists" => "socialist",
24049 "sociality" => "social",
24050 "socially" => "social",
24051 "society" => "societi",
24052 "sock" => "sock",
24053 "socket" => "socket",
24054 "sockets" => "socket",
24055 "socks" => "sock",
24056 "soda" => "soda",
24057 "sodden" => "sodden",
24058 "soever" => "soever",
24059 "sofa" => "sofa",
24060 "sofas" => "sofa",
24061 "soft" => "soft",
24062 "soften" => "soften",
24063 "softened" => "soften",
24064 "softeners" => "soften",
24065 "softening" => "soften",
24066 "softens" => "soften",
24067 "softer" => "softer",
24068 "softest" => "softest",
24069 "softly" => "soft",
24070 "softness" => "soft",
24071 "sofy" => "sofi",
24072 "sofya" => "sofya",
24073 "soho" => "soho",
24074 "soie" => "soie",
24075 "soight" => "soight",
24076 "soil" => "soil",
24077 "soiled" => "soil",
24078 "soiree" => "soire",
24079 "soirees" => "soire",
24080 "soizable" => "soizabl",
24081 "soizes" => "soiz",
24082 "sojourn" => "sojourn",
24083 "sojourners" => "sojourn",
24084 "sojourning" => "sojourn",
24085 "sol" => "sol",
24086 "solace" => "solac",
24087 "solaced" => "solac",
24088 "solaces" => "solac",
24089 "solacing" => "solac",
24090 "solander" => "soland",
24091 "solar" => "solar",
24092 "sold" => "sold",
24093 "soldier" => "soldier",
24094 "soldiering" => "soldier",
24095 "soldierly" => "soldier",
24096 "soldiers" => "soldier",
24097 "sole" => "sole",
24098 "solecisms" => "solec",
24099 "solely" => "sole",
24100 "solemn" => "solemn",
24101 "solemnest" => "solemnest",
24102 "solemnities" => "solemn",
24103 "solemnity" => "solemn",
24104 "solemnly" => "solemn",
24105 "solen" => "solen",
24106 "solent" => "solent",
24107 "soles" => "sole",
24108 "solicitation" => "solicit",
24109 "solicitations" => "solicit",
24110 "solicited" => "solicit",
24111 "soliciting" => "solicit",
24112 "solicitor" => "solicitor",
24113 "solicitors" => "solicitor",
24114 "solicitous" => "solicit",
24115 "solicitously" => "solicit",
24116 "solicits" => "solicit",
24117 "solicitude" => "solicitud",
24118 "solid" => "solid",
24119 "solidified" => "solidifi",
24120 "solidities" => "solid",
24121 "solidity" => "solid",
24122 "solidness" => "solid",
24123 "soliloquies" => "soliloqui",
24124 "soliloquised" => "soliloquis",
24125 "soliloquize" => "soliloqu",
24126 "soliloquized" => "soliloqu",
24127 "soliloquy" => "soliloquy",
24128 "solitaries" => "solitari",
24129 "solitary" => "solitari",
24130 "solitude" => "solitud",
24131 "solitudes" => "solitud",
24132 "solo" => "solo",
24133 "solomon" => "solomon",
24134 "solon" => "solon",
24135 "solstice" => "solstic",
24136 "soluble" => "solubl",
24137 "solution" => "solut",
24138 "solve" => "solv",
24139 "solved" => "solv",
24140 "solvent" => "solvent",
24141 "solves" => "solv",
24142 "som" => "som",
24143 "sombre" => "sombr",
24144 "sombrero" => "sombrero",
24145 "some" => "some",
24146 "somebodies" => "somebodi",
24147 "somebody" => "somebodi",
24148 "someday" => "someday",
24149 "somehow" => "somehow",
24150 "someone" => "someon",
24151 "somers" => "somer",
24152 "something" => "someth",
24153 "somethings" => "someth",
24154 "somethink" => "somethink",
24155 "sometime" => "sometim",
24156 "sometimes" => "sometim",
24157 "someway" => "someway",
24158 "somewhat" => "somewhat",
24159 "somewhere" => "somewher",
24160 "somewheres" => "somewher",
24161 "somewhither" => "somewhith",
24162 "somnolent" => "somnol",
24163 "somnum" => "somnum",
24164 "son" => "son",
24165 "sondern" => "sondern",
24166 "sone" => "sone",
24167 "song" => "song",
24168 "songs" => "song",
24169 "sonia" => "sonia",
24170 "sonnets" => "sonnet",
24171 "sonorous" => "sonor",
24172 "sonorously" => "sonor",
24173 "sonourous" => "sonour",
24174 "sons" => "son",
24175 "soobjact" => "soobjact",
24176 "soodden" => "soodden",
24177 "sooffer" => "sooffer",
24178 "soom" => "soom",
24179 "soomat" => "soomat",
24180 "soon" => "soon",
24181 "sooner" => "sooner",
24182 "soonest" => "soonest",
24183 "soop" => "soop",
24184 "sooper" => "sooper",
24185 "soot" => "soot",
24186 "sooth" => "sooth",
24187 "soothe" => "sooth",
24188 "soothed" => "sooth",
24189 "soothing" => "sooth",
24190 "soothingly" => "sooth",
24191 "sooty" => "sooti",
24192 "sop" => "sop",
24193 "sophistry" => "sophistri",
24194 "soporific" => "soporif",
24195 "sopped" => "sop",
24196 "sorcery" => "sorceri",
24197 "sordid" => "sordid",
24198 "sore" => "sore",
24199 "sorely" => "sore",
24200 "soreness" => "sore",
24201 "sores" => "sore",
24202 "sorest" => "sorest",
24203 "sorrel" => "sorrel",
24204 "sorrow" => "sorrow",
24205 "sorrowful" => "sorrow",
24206 "sorrowfully" => "sorrow",
24207 "sorrowing" => "sorrow",
24208 "sorrows" => "sorrow",
24209 "sorry" => "sorri",
24210 "sort" => "sort",
24211 "sorted" => "sort",
24212 "sorting" => "sort",
24213 "sorts" => "sort",
24214 "sotto" => "sotto",
24215 "sought" => "sought",
24216 "soul" => "soul",
24217 "souled" => "soul",
24218 "souls" => "soul",
24219 "soun" => "soun",
24220 "sound" => "sound",
24221 "sounded" => "sound",
24222 "sounder" => "sounder",
24223 "sounding" => "sound",
24224 "soundings" => "sound",
24225 "soundly" => "sound",
24226 "soundness" => "sound",
24227 "sounds" => "sound",
24228 "soup" => "soup",
24229 "sour" => "sour",
24230 "source" => "sourc",
24231 "sources" => "sourc",
24232 "soured" => "sour",
24233 "souring" => "sour",
24234 "sourly" => "sour",
24235 "sous" => "sous",
24236 "soused" => "sous",
24237 "sousing" => "sous",
24238 "sout" => "sout",
24239 "south" => "south",
24240 "southampton" => "southampton",
24241 "southerly" => "souther",
24242 "southern" => "southern",
24243 "southfront" => "southfront",
24244 "southward" => "southward",
24245 "southwards" => "southward",
24246 "southwestern" => "southwestern",
24247 "sov" => "sov",
24248 "sovereign" => "sovereign",
24249 "sovereignest" => "sovereignest",
24250 "sovereigns" => "sovereign",
24251 "sovereignty" => "sovereignti",
24252 "sow" => "sow",
24253 "sowed" => "sow",
24254 "sowerby" => "sowerbi",
24255 "sowing" => "sow",
24256 "sown" => "sown",
24257 "sows" => "sow",
24258 "space" => "space",
24259 "spaces" => "space",
24260 "spacious" => "spacious",
24261 "spade" => "spade",
24262 "spain" => "spain",
24263 "spak" => "spak",
24264 "spake" => "spake",
24265 "spaletro" => "spaletro",
24266 "span" => "span",
24267 "spangled" => "spangl",
24268 "spaniard" => "spaniard",
24269 "spaniards" => "spaniard",
24270 "spaniels" => "spaniel",
24271 "spanish" => "spanish",
24272 "spanned" => "span",
24273 "spar" => "spar",
24274 "spare" => "spare",
24275 "spared" => "spare",
24276 "spares" => "spare",
24277 "sparing" => "spare",
24278 "sparingly" => "spare",
24279 "spark" => "spark",
24280 "sparking" => "spark",
24281 "sparkle" => "sparkl",
24282 "sparkled" => "sparkl",
24283 "sparklers" => "sparkler",
24284 "sparkles" => "sparkl",
24285 "sparkling" => "sparkl",
24286 "sparks" => "spark",
24287 "sparring" => "spar",
24288 "sparrow" => "sparrow",
24289 "sparrows" => "sparrow",
24290 "spartan" => "spartan",
24291 "spasm" => "spasm",
24292 "spasmodic" => "spasmod",
24293 "spasmodically" => "spasmod",
24294 "spasms" => "spasm",
24295 "spat" => "spat",
24296 "spattered" => "spatter",
24297 "spawn" => "spawn",
24298 "speak" => "speak",
24299 "speaker" => "speaker",
24300 "speaketh" => "speaketh",
24301 "speakin" => "speakin",
24302 "speaking" => "speak",
24303 "speaks" => "speak",
24304 "spear" => "spear",
24305 "spearhead" => "spearhead",
24306 "spearing" => "spear",
24307 "spears" => "spear",
24308 "spec" => "spec",
24309 "special" => "special",
24310 "specialist" => "specialist",
24311 "speciality" => "special",
24312 "specially" => "special",
24313 "specialty" => "specialti",
24314 "species" => "speci",
24315 "specific" => "specif",
24316 "specifically" => "specif",
24317 "specified" => "specifi",
24318 "specify" => "specifi",
24319 "specimen" => "specimen",
24320 "specimens" => "specimen",
24321 "specious" => "specious",
24322 "speck" => "speck",
24323 "speckelation" => "speckel",
24324 "speckled" => "speckl",
24325 "specks" => "speck",
24326 "spectacle" => "spectacl",
24327 "spectacled" => "spectacl",
24328 "spectacles" => "spectacl",
24329 "spectator" => "spectat",
24330 "spectators" => "spectat",
24331 "spectral" => "spectral",
24332 "spectre" => "spectr",
24333 "speculate" => "specul",
24334 "speculated" => "specul",
24335 "speculates" => "specul",
24336 "speculating" => "specul",
24337 "speculation" => "specul",
24338 "speculations" => "specul",
24339 "speculative" => "specul",
24340 "speculator" => "specul",
24341 "speculators" => "specul",
24342 "sped" => "sped",
24343 "speech" => "speech",
24344 "speeches" => "speech",
24345 "speechifying" => "speechifi",
24346 "speechless" => "speechless",
24347 "speechlessly" => "speechless",
24348 "speed" => "speed",
24349 "speediest" => "speediest",
24350 "speedily" => "speedili",
24351 "speedy" => "speedi",
24352 "spell" => "spell",
24353 "spelling" => "spell",
24354 "spells" => "spell",
24355 "spelt" => "spelt",
24356 "spence" => "spenc",
24357 "spencer" => "spencer",
24358 "spend" => "spend",
24359 "spending" => "spend",
24360 "spends" => "spend",
24361 "spendthrift" => "spendthrift",
24362 "spent" => "spent",
24363 "spermaceti" => "spermaceti",
24364 "sphere" => "sphere",
24365 "spheres" => "sphere",
24366 "spherical" => "spheric",
24367 "sphex" => "sphex",
24368 "sphinx" => "sphinx",
24369 "sphinxes" => "sphinx",
24370 "spice" => "spice",
24371 "spick" => "spick",
24372 "spicula" => "spicula",
24373 "spicy" => "spici",
24374 "spider" => "spider",
24375 "spiders" => "spider",
24376 "spied" => "spi",
24377 "spies" => "spi",
24378 "spigwiffin" => "spigwiffin",
24379 "spiked" => "spike",
24380 "spikes" => "spike",
24381 "spileing" => "spile",
24382 "spill" => "spill",
24383 "spilled" => "spill",
24384 "spilling" => "spill",
24385 "spilt" => "spilt",
24386 "spin" => "spin",
24387 "spinach" => "spinach",
24388 "spinal" => "spinal",
24389 "spindle" => "spindl",
24390 "spine" => "spine",
24391 "spines" => "spine",
24392 "spinners" => "spinner",
24393 "spinnies" => "spinni",
24394 "spinning" => "spin",
24395 "spinster" => "spinster",
24396 "spiny" => "spini",
24397 "spiral" => "spiral",
24398 "spirally" => "spiral",
24399 "spire" => "spire",
24400 "spires" => "spire",
24401 "spirit" => "spirit",
24402 "spirited" => "spirit",
24403 "spiritless" => "spiritless",
24404 "spirits" => "spirit",
24405 "spiritual" => "spiritu",
24406 "spirituous" => "spiritu",
24407 "spirt" => "spirt",
24408 "spirted" => "spirt",
24409 "spit" => "spit",
24410 "spite" => "spite",
24411 "spiteful" => "spite",
24412 "spitefully" => "spite",
24413 "spitefulness" => "spite",
24414 "spithead" => "spithead",
24415 "spits" => "spit",
24416 "spitting" => "spit",
24417 "spittoon" => "spittoon",
24418 "spittoons" => "spittoon",
24419 "spitzbergen" => "spitzbergen",
24420 "splash" => "splash",
24421 "splashed" => "splash",
24422 "splashes" => "splash",
24423 "splashin" => "splashin",
24424 "splashing" => "splash",
24425 "spleen" => "spleen",
24426 "splendid" => "splendid",
24427 "splendidly" => "splendid",
24428 "splendour" => "splendour",
24429 "splendours" => "splendour",
24430 "splenetic" => "splenet",
24431 "splinter" => "splinter",
24432 "split" => "split",
24433 "splitting" => "split",
24434 "sploiced" => "sploic",
24435 "splutter" => "splutter",
24436 "spluttering" => "splutter",
24437 "spo" => "spo",
24438 "spoil" => "spoil",
24439 "spoiled" => "spoil",
24440 "spoiling" => "spoil",
24441 "spoils" => "spoil",
24442 "spoilt" => "spoilt",
24443 "spoke" => "spoke",
24444 "spoken" => "spoken",
24445 "spokesman" => "spokesman",
24446 "spoliation" => "spoliat",
24447 "sponge" => "spong",
24448 "spongey" => "spongey",
24449 "sponsor" => "sponsor",
24450 "sponsorial" => "sponsori",
24451 "sponsors" => "sponsor",
24452 "spontaneous" => "spontan",
24453 "spontaneously" => "spontan",
24454 "spoon" => "spoon",
24455 "spoonbill" => "spoonbil",
24456 "spoonful" => "spoon",
24457 "spoonfuls" => "spoon",
24458 "spoons" => "spoon",
24459 "sport" => "sport",
24460 "sported" => "sport",
24461 "sporting" => "sport",
24462 "sportive" => "sportiv",
24463 "sportiveness" => "sportiv",
24464 "sports" => "sport",
24465 "sportsman" => "sportsman",
24466 "sportsmen" => "sportsmen",
24467 "sporules" => "sporul",
24468 "spot" => "spot",
24469 "spotless" => "spotless",
24470 "spots" => "spot",
24471 "spotted" => "spot",
24472 "spotty" => "spotti",
24473 "spouse" => "spous",
24474 "spout" => "spout",
24475 "spouting" => "spout",
24476 "spouts" => "spout",
24477 "spraining" => "sprain",
24478 "sprang" => "sprang",
24479 "sprawler" => "sprawler",
24480 "sprawls" => "sprawl",
24481 "spray" => "spray",
24482 "spread" => "spread",
24483 "spreading" => "spread",
24484 "spreads" => "spread",
24485 "spree" => "spree",
24486 "sprightliness" => "sprightli",
24487 "sprightly" => "spright",
24488 "spring" => "spring",
24489 "springing" => "spring",
24490 "springs" => "spring",
24491 "sprinkle" => "sprinkl",
24492 "sprinkled" => "sprinkl",
24493 "sprinkling" => "sprinkl",
24494 "sprite" => "sprite",
24495 "sprott" => "sprott",
24496 "sprout" => "sprout",
24497 "sprouter" => "sprouter",
24498 "sprouts" => "sprout",
24499 "spruce" => "spruce",
24500 "sprucely" => "spruce",
24501 "sprugeon" => "sprugeon",
24502 "sprugeons" => "sprugeon",
24503 "sprung" => "sprung",
24504 "spun" => "spun",
24505 "spur" => "spur",
24506 "spurn" => "spurn",
24507 "spurned" => "spurn",
24508 "spurred" => "spur",
24509 "spurs" => "spur",
24510 "spy" => "spi",
24511 "spying" => "spi",
24512 "squabble" => "squabbl",
24513 "squabbles" => "squabbl",
24514 "squabbling" => "squabbl",
24515 "squabs" => "squab",
24516 "squalid" => "squalid",
24517 "squall" => "squall",
24518 "squallingest" => "squallingest",
24519 "squalls" => "squall",
24520 "squally" => "squalli",
24521 "squalor" => "squalor",
24522 "squander" => "squander",
24523 "squandered" => "squander",
24524 "squandering" => "squander",
24525 "square" => "squar",
24526 "squared" => "squar",
24527 "squarely" => "squar",
24528 "squarer" => "squarer",
24529 "squares" => "squar",
24530 "squaring" => "squar",
24531 "squashed" => "squash",
24532 "squat" => "squat",
24533 "squatted" => "squat",
24534 "squatters" => "squatter",
24535 "squatting" => "squat",
24536 "squeak" => "squeak",
24537 "squeaked" => "squeak",
24538 "squeal" => "squeal",
24539 "squealed" => "squeal",
24540 "squealing" => "squeal",
24541 "squeals" => "squeal",
24542 "squeamishly" => "squeamish",
24543 "squeamishness" => "squeamish",
24544 "squeedged" => "squeedg",
24545 "squeedgin" => "squeedgin",
24546 "squeer" => "squeer",
24547 "squeers" => "squeer",
24548 "squeerses" => "squeers",
24549 "squeery" => "squeeri",
24550 "squeeze" => "squeez",
24551 "squeezed" => "squeez",
24552 "squeezes" => "squeez",
24553 "squeezing" => "squeez",
24554 "squib" => "squib",
24555 "squint" => "squint",
24556 "squire" => "squir",
24557 "squirearchy" => "squirearchi",
24558 "squires" => "squir",
24559 "squiress" => "squiress",
24560 "squirt" => "squirt",
24561 "squod" => "squod",
24562 "st" => "st",
24563 "stab" => "stab",
24564 "stabbed" => "stab",
24565 "stabbing" => "stab",
24566 "stability" => "stabil",
24567 "stable" => "stabl",
24568 "stabled" => "stabl",
24569 "stables" => "stabl",
24570 "stablewards" => "stableward",
24571 "stabling" => "stabl",
24572 "stack" => "stack",
24573 "stacks" => "stack",
24574 "staff" => "staff",
24575 "staffordshire" => "staffordshir",
24576 "staffs" => "staff",
24577 "stag" => "stag",
24578 "stage" => "stage",
24579 "stagecoach" => "stagecoach",
24580 "stager" => "stager",
24581 "stages" => "stage",
24582 "stagger" => "stagger",
24583 "staggered" => "stagger",
24584 "staggering" => "stagger",
24585 "staggers" => "stagger",
24586 "stagnant" => "stagnant",
24587 "stagnating" => "stagnat",
24588 "stagnation" => "stagnat",
24589 "stags" => "stag",
24590 "staid" => "staid",
24591 "staidness" => "staid",
24592 "stain" => "stain",
24593 "stained" => "stain",
24594 "stains" => "stain",
24595 "stair" => "stair",
24596 "staircase" => "staircas",
24597 "staircases" => "staircas",
24598 "stairs" => "stair",
24599 "stake" => "stake",
24600 "staked" => "stake",
24601 "stakes" => "stake",
24602 "staking" => "stake",
24603 "stalactical" => "stalact",
24604 "stalactitic" => "stalactit",
24605 "stale" => "stale",
24606 "staled" => "stale",
24607 "stalk" => "stalk",
24608 "stalked" => "stalk",
24609 "stalking" => "stalk",
24610 "stalks" => "stalk",
24611 "stall" => "stall",
24612 "stallion" => "stallion",
24613 "stallions" => "stallion",
24614 "stalwart" => "stalwart",
24615 "stamens" => "stamen",
24616 "stamford" => "stamford",
24617 "stammer" => "stammer",
24618 "stammered" => "stammer",
24619 "stammering" => "stammer",
24620 "stammers" => "stammer",
24621 "stamp" => "stamp",
24622 "stamped" => "stamp",
24623 "stamping" => "stamp",
24624 "stamps" => "stamp",
24625 "stan" => "stan",
24626 "stanch" => "stanch",
24627 "stand" => "stand",
24628 "standaloft" => "standaloft",
24629 "standard" => "standard",
24630 "standing" => "stand",
24631 "stands" => "stand",
24632 "standstill" => "standstil",
24633 "stanza" => "stanza",
24634 "staphylinidae" => "staphylinida",
24635 "staple" => "stapl",
24636 "star" => "star",
24637 "starch" => "starch",
24638 "starched" => "starch",
24639 "stare" => "stare",
24640 "stared" => "stare",
24641 "stares" => "stare",
24642 "staring" => "stare",
24643 "staringly" => "stare",
24644 "stark" => "stark",
24645 "starlight" => "starlight",
24646 "starling" => "starl",
24647 "starn" => "starn",
24648 "starred" => "star",
24649 "starry" => "starri",
24650 "stars" => "star",
24651 "start" => "start",
24652 "starte" => "start",
24653 "started" => "start",
24654 "starting" => "start",
24655 "startings" => "start",
24656 "startle" => "startl",
24657 "startled" => "startl",
24658 "startles" => "startl",
24659 "startling" => "startl",
24660 "starts" => "start",
24661 "starvation" => "starvat",
24662 "starve" => "starv",
24663 "starved" => "starv",
24664 "starvin" => "starvin",
24665 "starving" => "starv",
24666 "starwation" => "starwat",
24667 "state" => "state",
24668 "statecraft" => "statecraft",
24669 "stated" => "state",
24670 "stateliness" => "stateli",
24671 "stately" => "state",
24672 "statement" => "statement",
24673 "statements" => "statement",
24674 "statenland" => "statenland",
24675 "states" => "state",
24676 "statesman" => "statesman",
24677 "statesmanlike" => "statesmanlik",
24678 "statesmen" => "statesmen",
24679 "stating" => "state",
24680 "station" => "station",
24681 "stationary" => "stationari",
24682 "stationed" => "station",
24683 "stationer" => "station",
24684 "stationering" => "station",
24685 "stationers" => "station",
24686 "stationery" => "stationeri",
24687 "stations" => "station",
24688 "statu" => "statu",
24689 "statuary" => "statuari",
24690 "statue" => "statu",
24691 "statues" => "statu",
24692 "stature" => "statur",
24693 "status" => "status",
24694 "statute" => "statut",
24695 "staunch" => "staunch",
24696 "staunchly" => "staunch",
24697 "staunchness" => "staunch",
24698 "stave" => "stave",
24699 "staved" => "stave",
24700 "staves" => "stave",
24701 "staving" => "stave",
24702 "stay" => "stay",
24703 "stayed" => "stay",
24704 "staying" => "stay",
24705 "staylace" => "staylac",
24706 "stays" => "stay",
24707 "stead" => "stead",
24708 "steadfast" => "steadfast",
24709 "steadfastly" => "steadfast",
24710 "steadfastness" => "steadfast",
24711 "steadied" => "steadi",
24712 "steadier" => "steadier",
24713 "steadily" => "steadili",
24714 "steadiness" => "steadi",
24715 "steady" => "steadi",
24716 "steak" => "steak",
24717 "steal" => "steal",
24718 "stealing" => "steal",
24719 "stealings" => "steal",
24720 "steals" => "steal",
24721 "stealth" => "stealth",
24722 "stealthily" => "stealthili",
24723 "stealthy" => "stealthi",
24724 "steam" => "steam",
24725 "steamboat" => "steamboat",
24726 "steamboats" => "steamboat",
24727 "steamed" => "steam",
24728 "steamer" => "steamer",
24729 "steamers" => "steamer",
24730 "steaming" => "steam",
24731 "steams" => "steam",
24732 "steddy" => "steddi",
24733 "stee" => "stee",
24734 "steed" => "steed",
24735 "steeds" => "steed",
24736 "steel" => "steel",
24737 "steeled" => "steel",
24738 "steep" => "steep",
24739 "steeped" => "steep",
24740 "steeper" => "steeper",
24741 "steepest" => "steepest",
24742 "steeple" => "steepl",
24743 "steeplechase" => "steeplechas",
24744 "steepled" => "steepl",
24745 "steeples" => "steepl",
24746 "steeply" => "steepli",
24747 "steepness" => "steep",
24748 "steer" => "steer",
24749 "steered" => "steer",
24750 "steering" => "steer",
24751 "stem" => "stem",
24752 "stemming" => "stem",
24753 "stems" => "stem",
24754 "stench" => "stench",
24755 "stentorian" => "stentorian",
24756 "step" => "step",
24757 "stepdaughter" => "stepdaught",
24758 "stephenson" => "stephenson",
24759 "stepmother" => "stepmoth",
24760 "steppe" => "stepp",
24761 "stepped" => "step",
24762 "steppes" => "stepp",
24763 "stepping" => "step",
24764 "steps" => "step",
24765 "stepson" => "stepson",
24766 "stercovorous" => "stercovor",
24767 "sterile" => "steril",
24768 "sterilit" => "sterilit",
24769 "sterility" => "steril",
24770 "sterling" => "sterl",
24771 "stern" => "stern",
24772 "sterne" => "stern",
24773 "sterner" => "sterner",
24774 "sternest" => "sternest",
24775 "sternly" => "stern",
24776 "sternness" => "stern",
24777 "stertorous" => "stertor",
24778 "stertorously" => "stertor",
24779 "stethoscope" => "stethoscop",
24780 "stew" => "stew",
24781 "stewam" => "stewam",
24782 "steward" => "steward",
24783 "stewardship" => "stewardship",
24784 "stewart" => "stewart",
24785 "stewing" => "stew",
24786 "stic" => "stic",
24787 "stick" => "stick",
24788 "sticker" => "sticker",
24789 "sticking" => "stick",
24790 "stickler" => "stickler",
24791 "sticks" => "stick",
24792 "sticky" => "sticki",
24793 "stif" => "stif",
24794 "stiff" => "stiff",
24795 "stiffer" => "stiffer",
24796 "stiffest" => "stiffest",
24797 "stiffly" => "stiffli",
24798 "stiffness" => "stiff",
24799 "stifle" => "stifl",
24800 "stifled" => "stifl",
24801 "stifling" => "stifl",
24802 "stigmatised" => "stigmatis",
24803 "stigmatize" => "stigmat",
24804 "stigmatizing" => "stigmat",
24805 "still" => "still",
24806 "stillest" => "stillest",
24807 "stillness" => "still",
24808 "stilt" => "stilt",
24809 "stilts" => "stilt",
24810 "stimulant" => "stimul",
24811 "stimulants" => "stimul",
24812 "stimulate" => "stimul",
24813 "stimulated" => "stimul",
24814 "stimulates" => "stimul",
24815 "stimulating" => "stimul",
24816 "stimulation" => "stimul",
24817 "stimulus" => "stimulus",
24818 "sting" => "sting",
24819 "stinginess" => "stingi",
24820 "stinging" => "sting",
24821 "stings" => "sting",
24822 "stinketh" => "stinketh",
24823 "stinking" => "stink",
24824 "stinks" => "stink",
24825 "stipend" => "stipend",
24826 "stipendiaries" => "stipendiari",
24827 "stipulate" => "stipul",
24828 "stipulated" => "stipul",
24829 "stipulating" => "stipul",
24830 "stipulation" => "stipul",
24831 "stipulations" => "stipul",
24832 "stir" => "stir",
24833 "stirred" => "stir",
24834 "stirring" => "stir",
24835 "stirrup" => "stirrup",
24836 "stirrups" => "stirrup",
24837 "stirs" => "stir",
24838 "stitch" => "stitch",
24839 "stitched" => "stitch",
24840 "stitches" => "stitch",
24841 "stitching" => "stitch",
24842 "stock" => "stock",
24843 "stockade" => "stockad",
24844 "stockbroker" => "stockbrok",
24845 "stocked" => "stock",
24846 "stocking" => "stock",
24847 "stockingless" => "stockingless",
24848 "stockings" => "stock",
24849 "stocks" => "stock",
24850 "stokes" => "stoke",
24851 "stolbuns" => "stolbun",
24852 "stole" => "stole",
24853 "stolen" => "stolen",
24854 "stolid" => "stolid",
24855 "stolidity" => "stolid",
24856 "stolidly" => "stolid",
24857 "stomach" => "stomach",
24858 "stomached" => "stomach",
24859 "stomacher" => "stomach",
24860 "stomachic" => "stomach",
24861 "stomachs" => "stomach",
24862 "stond" => "stond",
24863 "stone" => "stone",
24864 "stoned" => "stone",
24865 "stones" => "stone",
24866 "stony" => "stoni",
24867 "stood" => "stood",
24868 "stool" => "stool",
24869 "stools" => "stool",
24870 "stoop" => "stoop",
24871 "stooped" => "stoop",
24872 "stooping" => "stoop",
24873 "stoops" => "stoop",
24874 "stop" => "stop",
24875 "stoppage" => "stoppag",
24876 "stoppages" => "stoppag",
24877 "stopped" => "stop",
24878 "stopper" => "stopper",
24879 "stopping" => "stop",
24880 "stops" => "stop",
24881 "store" => "store",
24882 "stored" => "store",
24883 "storehouse" => "storehous",
24884 "storehouses" => "storehous",
24885 "stores" => "store",
24886 "storey" => "storey",
24887 "storeys" => "storey",
24888 "storied" => "stori",
24889 "stories" => "stori",
24890 "storing" => "store",
24891 "stork" => "stork",
24892 "storks" => "stork",
24893 "storm" => "storm",
24894 "stormed" => "storm",
24895 "storming" => "storm",
24896 "storms" => "storm",
24897 "stormy" => "stormi",
24898 "storr" => "storr",
24899 "story" => "stori",
24900 "storybook" => "storybook",
24901 "stout" => "stout",
24902 "stouter" => "stouter",
24903 "stoutest" => "stoutest",
24904 "stoutish" => "stoutish",
24905 "stoutly" => "stout",
24906 "stove" => "stove",
24907 "stoves" => "stove",
24908 "stow" => "stow",
24909 "stowed" => "stow",
24910 "strack" => "strack",
24911 "straggle" => "straggl",
24912 "straggled" => "straggl",
24913 "straggler" => "straggler",
24914 "stragglers" => "straggler",
24915 "straggling" => "straggl",
24916 "straight" => "straight",
24917 "straightening" => "straighten",
24918 "straightforward" => "straightforward",
24919 "straightly" => "straight",
24920 "straightway" => "straightway",
24921 "strain" => "strain",
24922 "strained" => "strain",
24923 "straining" => "strain",
24924 "strains" => "strain",
24925 "strait" => "strait",
24926 "straitened" => "straiten",
24927 "straits" => "strait",
24928 "strand" => "strand",
24929 "stranded" => "strand",
24930 "stranding" => "strand",
24931 "strange" => "strang",
24932 "strangely" => "strang",
24933 "strangeness" => "strang",
24934 "stranger" => "stranger",
24935 "strangers" => "stranger",
24936 "strangest" => "strangest",
24937 "strangle" => "strangl",
24938 "strangled" => "strangl",
24939 "strangling" => "strangl",
24940 "strangulation" => "strangul",
24941 "strap" => "strap",
24942 "strapped" => "strap",
24943 "straps" => "strap",
24944 "strata" => "strata",
24945 "stratagem" => "stratagem",
24946 "strategy" => "strategi",
24947 "stratford" => "stratford",
24948 "stratification" => "stratif",
24949 "stratified" => "stratifi",
24950 "stratum" => "stratum",
24951 "straw" => "straw",
24952 "strawberries" => "strawberri",
24953 "straws" => "straw",
24954 "stray" => "stray",
24955 "strayed" => "stray",
24956 "straying" => "stray",
24957 "streak" => "streak",
24958 "streaked" => "streak",
24959 "streaks" => "streak",
24960 "stream" => "stream",
24961 "streamed" => "stream",
24962 "streamer" => "streamer",
24963 "streaming" => "stream",
24964 "streamlet" => "streamlet",
24965 "streamlets" => "streamlet",
24966 "streams" => "stream",
24967 "street" => "street",
24968 "streetdoor" => "streetdoor",
24969 "streets" => "street",
24970 "strength" => "strength",
24971 "strengthen" => "strengthen",
24972 "strengthened" => "strengthen",
24973 "strengthening" => "strengthen",
24974 "strenuously" => "strenuous",
24975 "stress" => "stress",
24976 "stretch" => "stretch",
24977 "stretched" => "stretch",
24978 "stretches" => "stretch",
24979 "stretching" => "stretch",
24980 "stretchings" => "stretch",
24981 "strew" => "strew",
24982 "strewed" => "strew",
24983 "strewn" => "strewn",
24984 "stricken" => "stricken",
24985 "strickland" => "strickland",
24986 "strict" => "strict",
24987 "stricter" => "stricter",
24988 "strictest" => "strictest",
24989 "strictly" => "strict",
24990 "strictness" => "strict",
24991 "stride" => "stride",
24992 "strides" => "stride",
24993 "striding" => "stride",
24994 "strife" => "strife",
24995 "strike" => "strike",
24996 "strikes" => "strike",
24997 "striking" => "strike",
24998 "strikingly" => "strike",
24999 "string" => "string",
25000 "strings" => "string",
25001 "strip" => "strip",
25002 "striped" => "stripe",
25003 "stripes" => "stripe",
25004 "stripling" => "stripl",
25005 "stripped" => "strip",
25006 "stripping" => "strip",
25007 "strips" => "strip",
25008 "stritched" => "stritch",
25009 "strive" => "strive",
25010 "striven" => "striven",
25011 "striving" => "strive",
25012 "strix" => "strix",
25013 "strode" => "strode",
25014 "stroke" => "stroke",
25015 "stroked" => "stroke",
25016 "strokes" => "stroke",
25017 "stroking" => "stroke",
25018 "strokings" => "stroke",
25019 "stroll" => "stroll",
25020 "strolled" => "stroll",
25021 "strolling" => "stroll",
25022 "strolls" => "stroll",
25023 "strong" => "strong",
25024 "stronger" => "stronger",
25025 "strongest" => "strongest",
25026 "strongholds" => "stronghold",
25027 "strongly" => "strong",
25028 "strongylus" => "strongylus",
25029 "strop" => "strop",
25030 "strove" => "strove",
25031 "struck" => "struck",
25032 "structure" => "structur",
25033 "structures" => "structur",
25034 "struggle" => "struggl",
25035 "struggled" => "struggl",
25036 "struggler" => "struggler",
25037 "strugglers" => "struggler",
25038 "struggles" => "struggl",
25039 "struggling" => "struggl",
25040 "strum" => "strum",
25041 "strung" => "strung",
25042 "struthio" => "struthio",
25043 "strzelecki" => "strzelecki",
25044 "stuart" => "stuart",
25045 "stubb" => "stubb",
25046 "stubble" => "stubbl",
25047 "stubbly" => "stubbl",
25048 "stubborn" => "stubborn",
25049 "stubbornly" => "stubborn",
25050 "stubbornness" => "stubborn",
25051 "stubbs" => "stubb",
25052 "stuck" => "stuck",
25053 "stud" => "stud",
25054 "studded" => "stud",
25055 "student" => "student",
25056 "students" => "student",
25057 "studied" => "studi",
25058 "studies" => "studi",
25059 "studio" => "studio",
25060 "studious" => "studious",
25061 "studiously" => "studious",
25062 "studiousness" => "studious",
25063 "study" => "studi",
25064 "studying" => "studi",
25065 "stuff" => "stuff",
25066 "stuffed" => "stuf",
25067 "stuffing" => "stuf",
25068 "stuffs" => "stuff",
25069 "stuffy" => "stuffi",
25070 "stumble" => "stumbl",
25071 "stumbled" => "stumbl",
25072 "stumbles" => "stumbl",
25073 "stumbling" => "stumbl",
25074 "stump" => "stump",
25075 "stumps" => "stump",
25076 "stung" => "stung",
25077 "stunned" => "stun",
25078 "stunning" => "stun",
25079 "stunted" => "stunt",
25080 "stupefaction" => "stupefact",
25081 "stupefied" => "stupefi",
25082 "stupendous" => "stupend",
25083 "stupid" => "stupid",
25084 "stupider" => "stupid",
25085 "stupidity" => "stupid",
25086 "stupidly" => "stupid",
25087 "stupids" => "stupid",
25088 "stupor" => "stupor",
25089 "sturdiest" => "sturdiest",
25090 "sturdily" => "sturdili",
25091 "sturdy" => "sturdi",
25092 "sturt" => "sturt",
25093 "stuttered" => "stutter",
25094 "style" => "style",
25095 "styles" => "style",
25096 "stylifer" => "stylif",
25097 "stylish" => "stylish",
25098 "suadiva" => "suadiva",
25099 "suavity" => "suaviti",
25100 "sub" => "sub",
25101 "subacid" => "subacid",
25102 "subaqueous" => "subaqu",
25103 "subcostal" => "subcost",
25104 "subdue" => "subdu",
25105 "subdued" => "subdu",
25106 "subduer" => "subduer",
25107 "subdues" => "subdu",
25108 "subduing" => "subdu",
25109 "subgroup" => "subgroup",
25110 "subgroups" => "subgroup",
25111 "subject" => "subject",
25112 "subjected" => "subject",
25113 "subjecting" => "subject",
25114 "subjection" => "subject",
25115 "subjects" => "subject",
25116 "subjugating" => "subjug",
25117 "sublime" => "sublim",
25118 "sublimity" => "sublim",
25119 "submarine" => "submarin",
25120 "submerged" => "submerg",
25121 "submergence" => "submerg",
25122 "submission" => "submiss",
25123 "submissive" => "submiss",
25124 "submissively" => "submiss",
25125 "submissiveness" => "submiss",
25126 "submit" => "submit",
25127 "submits" => "submit",
25128 "submitted" => "submit",
25129 "submitting" => "submit",
25130 "subordinate" => "subordin",
25131 "subordinates" => "subordin",
25132 "subordination" => "subordin",
25133 "suborned" => "suborn",
25134 "suborning" => "suborn",
25135 "subscribe" => "subscrib",
25136 "subscribed" => "subscrib",
25137 "subscribing" => "subscrib",
25138 "subscription" => "subscript",
25139 "subscriptions" => "subscript",
25140 "subsequent" => "subsequ",
25141 "subsequently" => "subsequ",
25142 "subservience" => "subservi",
25143 "subserviences" => "subservi",
25144 "subservient" => "subservi",
25145 "subside" => "subsid",
25146 "subsided" => "subsid",
25147 "subsidence" => "subsid",
25148 "subsides" => "subsid",
25149 "subsidiary" => "subsidiari",
25150 "subsiding" => "subsid",
25151 "subsidized" => "subsid",
25152 "subsist" => "subsist",
25153 "subsisted" => "subsist",
25154 "subsistence" => "subsist",
25155 "subsoil" => "subsoil",
25156 "substance" => "substanc",
25157 "substances" => "substanc",
25158 "substantial" => "substanti",
25159 "substantially" => "substanti",
25160 "substantials" => "substanti",
25161 "substantiate" => "substanti",
25162 "substantive" => "substant",
25163 "substitute" => "substitut",
25164 "substituted" => "substitut",
25165 "substitutes" => "substitut",
25166 "substituting" => "substitut",
25167 "substracted" => "substract",
25168 "substratum" => "substratum",
25169 "subterfuge" => "subterfug",
25170 "subterfuges" => "subterfug",
25171 "subterranean" => "subterranean",
25172 "subtile" => "subtil",
25173 "subtle" => "subtl",
25174 "subtlety" => "subtleti",
25175 "subtracted" => "subtract",
25176 "subtracting" => "subtract",
25177 "suburb" => "suburb",
25178 "suburban" => "suburban",
25179 "suburbs" => "suburb",
25180 "subversive" => "subvers",
25181 "subverted" => "subvert",
25182 "suc" => "suc",
25183 "succeed" => "succeed",
25184 "succeeded" => "succeed",
25185 "succeeding" => "succeed",
25186 "succeeds" => "succeed",
25187 "success" => "success",
25188 "successes" => "success",
25189 "successful" => "success",
25190 "successfully" => "success",
25191 "succession" => "success",
25192 "successions" => "success",
25193 "successive" => "success",
25194 "successively" => "success",
25195 "successor" => "successor",
25196 "successors" => "successor",
25197 "succinea" => "succinea",
25198 "succour" => "succour",
25199 "succulent" => "succul",
25200 "succumbed" => "succumb",
25201 "succumbing" => "succumb",
25202 "such" => "such",
25203 "suck" => "suck",
25204 "sucked" => "suck",
25205 "sucker" => "sucker",
25206 "suckers" => "sucker",
25207 "sucking" => "suck",
25208 "suckle" => "suckl",
25209 "suckling" => "suckl",
25210 "suction" => "suction",
25211 "sudden" => "sudden",
25212 "suddenl" => "suddenl",
25213 "suddenly" => "sudden",
25214 "suddenness" => "sudden",
25215 "suds" => "sud",
25216 "sued" => "su",
25217 "suffer" => "suffer",
25218 "sufferance" => "suffer",
25219 "suffered" => "suffer",
25220 "sufferer" => "suffer",
25221 "sufferers" => "suffer",
25222 "suffering" => "suffer",
25223 "sufferings" => "suffer",
25224 "suffers" => "suffer",
25225 "suffice" => "suffic",
25226 "sufficed" => "suffic",
25227 "sufficiency" => "suffici",
25228 "sufficient" => "suffici",
25229 "sufficiently" => "suffici",
25230 "sufficing" => "suffic",
25231 "sufflciently" => "sufflcient",
25232 "suffocated" => "suffoc",
25233 "suffocating" => "suffoc",
25234 "suffocation" => "suffoc",
25235 "suffolk" => "suffolk",
25236 "suffrage" => "suffrag",
25237 "suffrages" => "suffrag",
25238 "suffused" => "suffus",
25239 "sugar" => "sugar",
25240 "sugarscaps" => "sugarscap",
25241 "sugarscraps" => "sugarscrap",
25242 "suggest" => "suggest",
25243 "suggested" => "suggest",
25244 "suggesting" => "suggest",
25245 "suggestion" => "suggest",
25246 "suggestions" => "suggest",
25247 "suggestive" => "suggest",
25248 "suggests" => "suggest",
25249 "suicidal" => "suicid",
25250 "suicide" => "suicid",
25251 "suicides" => "suicid",
25252 "suing" => "su",
25253 "suit" => "suit",
25254 "suitability" => "suitabl",
25255 "suitable" => "suitabl",
25256 "suitably" => "suitabl",
25257 "suite" => "suit",
25258 "suited" => "suit",
25259 "suites" => "suit",
25260 "suiting" => "suit",
25261 "suitor" => "suitor",
25262 "suitors" => "suitor",
25263 "suits" => "suit",
25264 "sulivan" => "sulivan",
25265 "sulk" => "sulk",
25266 "sulked" => "sulk",
25267 "sulkily" => "sulkili",
25268 "sulkiness" => "sulki",
25269 "sulks" => "sulk",
25270 "sulky" => "sulki",
25271 "sullen" => "sullen",
25272 "sullenly" => "sullen",
25273 "sullenness" => "sullen",
25274 "sully" => "sulli",
25275 "sulphate" => "sulphat",
25276 "sulphates" => "sulphat",
25277 "sulphur" => "sulphur",
25278 "sulphuratus" => "sulphuratus",
25279 "sulphureous" => "sulphur",
25280 "sulphuric" => "sulphur",
25281 "sultan" => "sultan",
25282 "sultry" => "sultri",
25283 "sum" => "sum",
25284 "sumatra" => "sumatra",
25285 "sumhoo" => "sumhoo",
25286 "summarily" => "summarili",
25287 "summary" => "summari",
25288 "summat" => "summat",
25289 "summer" => "summer",
25290 "summers" => "summer",
25291 "summerson" => "summerson",
25292 "summertime" => "summertim",
25293 "summing" => "sum",
25294 "summit" => "summit",
25295 "summits" => "summit",
25296 "summon" => "summon",
25297 "summoned" => "summon",
25298 "summoning" => "summon",
25299 "summons" => "summon",
25300 "summonses" => "summons",
25301 "summonsizzing" => "summonsizz",
25302 "sumptuous" => "sumptuous",
25303 "sumptuously" => "sumptuous",
25304 "sums" => "sum",
25305 "sun" => "sun",
25306 "sunbeam" => "sunbeam",
25307 "sunburnt" => "sunburnt",
25308 "sunday" => "sunday",
25309 "sundays" => "sunday",
25310 "sundries" => "sundri",
25311 "sundry" => "sundri",
25312 "sunflowers" => "sunflow",
25313 "sung" => "sung",
25314 "sunk" => "sunk",
25315 "sunken" => "sunken",
25316 "sunlight" => "sunlight",
25317 "sunning" => "sun",
25318 "sunny" => "sunni",
25319 "sunrise" => "sunris",
25320 "suns" => "sun",
25321 "sunset" => "sunset",
25322 "sunsets" => "sunset",
25323 "sunshine" => "sunshin",
25324 "sunshiny" => "sunshini",
25325 "sup" => "sup",
25326 "superabundant" => "superabund",
25327 "superadded" => "superad",
25328 "superadding" => "superad",
25329 "superannuated" => "superannu",
25330 "superannuating" => "superannu",
25331 "superb" => "superb",
25332 "superbly" => "superbl",
25333 "supercilious" => "supercili",
25334 "superciliously" => "supercili",
25335 "superciliousness" => "supercili",
25336 "superficial" => "superfici",
25337 "superficially" => "superfici",
25338 "superfluities" => "superflu",
25339 "superfluity" => "superflu",
25340 "superfluous" => "superflu",
25341 "superhuman" => "superhuman",
25342 "superincumbent" => "superincumb",
25343 "superinduced" => "superinduc",
25344 "superintend" => "superintend",
25345 "superintended" => "superintend",
25346 "superintendence" => "superintend",
25347 "superintendent" => "superintend",
25348 "superintending" => "superintend",
25349 "superintends" => "superintend",
25350 "superior" => "superior",
25351 "superiority" => "superior",
25352 "superiors" => "superior",
25353 "superlative" => "superl",
25354 "superlatives" => "superl",
25355 "superlativest" => "superlativest",
25356 "supernatural" => "supernatur",
25357 "supernumeraries" => "supernumerari",
25358 "superscription" => "superscript",
25359 "supersede" => "supersed",
25360 "superseded" => "supersed",
25361 "superstition" => "superstit",
25362 "superstitious" => "superstiti",
25363 "superstitiously" => "superstiti",
25364 "supervene" => "superven",
25365 "supervision" => "supervis",
25366 "supped" => "sup",
25367 "supper" => "supper",
25368 "suppers" => "supper",
25369 "supplanted" => "supplant",
25370 "supple" => "suppl",
25371 "supplementary" => "supplementari",
25372 "suppleness" => "suppl",
25373 "suppliant" => "suppliant",
25374 "supplication" => "supplic",
25375 "supplications" => "supplic",
25376 "supplied" => "suppli",
25377 "supplies" => "suppli",
25378 "supply" => "suppli",
25379 "supplying" => "suppli",
25380 "suppor" => "suppor",
25381 "support" => "support",
25382 "supported" => "support",
25383 "supporter" => "support",
25384 "supporters" => "support",
25385 "supporting" => "support",
25386 "supports" => "support",
25387 "suppose" => "suppos",
25388 "supposed" => "suppos",
25389 "supposes" => "suppos",
25390 "supposing" => "suppos",
25391 "supposition" => "supposit",
25392 "suppositions" => "supposit",
25393 "supposititious" => "supposititi",
25394 "suppress" => "suppress",
25395 "suppressed" => "suppress",
25396 "suppressing" => "suppress",
25397 "suppression" => "suppress",
25398 "suppurated" => "suppur",
25399 "supremacy" => "supremaci",
25400 "supreme" => "suprem",
25401 "supremely" => "suprem",
25402 "supremest" => "supremest",
25403 "sups" => "sup",
25404 "sur" => "sur",
25405 "surcingle" => "surcingl",
25406 "sure" => "sure",
25407 "surely" => "sure",
25408 "surest" => "surest",
25409 "surf" => "surf",
25410 "surfac" => "surfac",
25411 "surface" => "surfac",
25412 "surfaces" => "surfac",
25413 "surge" => "surg",
25414 "surged" => "surg",
25415 "surgeon" => "surgeon",
25416 "surgeons" => "surgeon",
25417 "surgery" => "surgeri",
25418 "surging" => "surg",
25419 "surly" => "sur",
25420 "surmise" => "surmis",
25421 "surmised" => "surmis",
25422 "surmises" => "surmis",
25423 "surmising" => "surmis",
25424 "surmount" => "surmount",
25425 "surmounted" => "surmount",
25426 "surmounting" => "surmount",
25427 "surname" => "surnam",
25428 "surnames" => "surnam",
25429 "surpass" => "surpass",
25430 "surpassed" => "surpass",
25431 "surpasses" => "surpass",
25432 "surpassing" => "surpass",
25433 "surplus" => "surplus",
25434 "surprise" => "surpris",
25435 "surprised" => "surpris",
25436 "surprises" => "surpris",
25437 "surprising" => "surpris",
25438 "surprisingly" => "surpris",
25439 "surrender" => "surrend",
25440 "surrendered" => "surrend",
25441 "surrendering" => "surrend",
25442 "surreptitiously" => "surreptiti",
25443 "surrey" => "surrey",
25444 "surround" => "surround",
25445 "surrounded" => "surround",
25446 "surrounding" => "surround",
25447 "surroundings" => "surround",
25448 "surry" => "surri",
25449 "surveillance" => "surveil",
25450 "survey" => "survey",
25451 "surveyed" => "survey",
25452 "surveying" => "survey",
25453 "surveyor" => "surveyor",
25454 "surveyors" => "surveyor",
25455 "surveys" => "survey",
25456 "survive" => "surviv",
25457 "survived" => "surviv",
25458 "surviving" => "surviv",
25459 "survivor" => "survivor",
25460 "survivors" => "survivor",
25461 "surweys" => "surwey",
25462 "susan" => "susan",
25463 "susceptibility" => "suscept",
25464 "susceptible" => "suscept",
25465 "suspect" => "suspect",
25466 "suspected" => "suspect",
25467 "suspecting" => "suspect",
25468 "suspects" => "suspect",
25469 "suspended" => "suspend",
25470 "suspending" => "suspend",
25471 "suspense" => "suspens",
25472 "suspension" => "suspens",
25473 "suspicion" => "suspicion",
25474 "suspicions" => "suspicion",
25475 "suspicious" => "suspici",
25476 "suspiciously" => "suspici",
25477 "suspiciousness" => "suspici",
25478 "sustain" => "sustain",
25479 "sustained" => "sustain",
25480 "sustaining" => "sustain",
25481 "sustenance" => "susten",
25482 "svidrigailov" => "svidrigailov",
25483 "svidrigailovs" => "svidrigailov",
25484 "svidrigrailovs" => "svidrigrailov",
25485 "svirbey" => "svirbey",
25486 "swab" => "swab",
25487 "swaddling" => "swaddl",
25488 "swagger" => "swagger",
25489 "swaggered" => "swagger",
25490 "swaggering" => "swagger",
25491 "swaggerings" => "swagger",
25492 "swain" => "swain",
25493 "swains" => "swain",
25494 "swainson" => "swainson",
25495 "swaller" => "swaller",
25496 "swallering" => "swaller",
25497 "swallow" => "swallow",
25498 "swallowed" => "swallow",
25499 "swallower" => "swallow",
25500 "swallowing" => "swallow",
25501 "swallows" => "swallow",
25502 "swam" => "swam",
25503 "swamp" => "swamp",
25504 "swamps" => "swamp",
25505 "swampy" => "swampi",
25506 "swan" => "swan",
25507 "swans" => "swan",
25508 "swansea" => "swansea",
25509 "sward" => "sward",
25510 "swarm" => "swarm",
25511 "swarmed" => "swarm",
25512 "swarming" => "swarm",
25513 "swarms" => "swarm",
25514 "swart" => "swart",
25515 "swarthy" => "swarthi",
25516 "sway" => "sway",
25517 "swayed" => "sway",
25518 "swaying" => "sway",
25519 "swear" => "swear",
25520 "swearing" => "swear",
25521 "swears" => "swear",
25522 "sweat" => "sweat",
25523 "sweden" => "sweden",
25524 "sweep" => "sweep",
25525 "sweeper" => "sweeper",
25526 "sweepers" => "sweeper",
25527 "sweeping" => "sweep",
25528 "sweeps" => "sweep",
25529 "sweet" => "sweet",
25530 "sweetbread" => "sweetbread",
25531 "sweetbrier" => "sweetbrier",
25532 "sweeten" => "sweeten",
25533 "sweetened" => "sweeten",
25534 "sweetener" => "sweeten",
25535 "sweeter" => "sweeter",
25536 "sweetest" => "sweetest",
25537 "sweetheart" => "sweetheart",
25538 "sweethearts" => "sweetheart",
25539 "sweetie" => "sweeti",
25540 "sweetly" => "sweet",
25541 "sweetmeat" => "sweetmeat",
25542 "sweetness" => "sweet",
25543 "sweets" => "sweet",
25544 "swell" => "swell",
25545 "swelled" => "swell",
25546 "swelling" => "swell",
25547 "swellings" => "swell",
25548 "swells" => "swell",
25549 "sweltering" => "swelter",
25550 "swept" => "swept",
25551 "swerve" => "swerv",
25552 "swerved" => "swerv",
25553 "swift" => "swift",
25554 "swifter" => "swifter",
25555 "swiftest" => "swiftest",
25556 "swiftly" => "swift",
25557 "swiftness" => "swift",
25558 "swig" => "swig",
25559 "swillenhausen" => "swillenhausen",
25560 "swillenhausens" => "swillenhausen",
25561 "swills" => "swill",
25562 "swim" => "swim",
25563 "swimming" => "swim",
25564 "swims" => "swim",
25565 "swindle" => "swindl",
25566 "swindled" => "swindl",
25567 "swindler" => "swindler",
25568 "swindlers" => "swindler",
25569 "swindling" => "swindl",
25570 "swine" => "swine",
25571 "swing" => "swing",
25572 "swinging" => "swing",
25573 "swings" => "swing",
25574 "swinishness" => "swinish",
25575 "swipes" => "swipe",
25576 "swirling" => "swirl",
25577 "switch" => "switch",
25578 "switches" => "switch",
25579 "switzerland" => "switzerland",
25580 "swollen" => "swollen",
25581 "swoln" => "swoln",
25582 "swoon" => "swoon",
25583 "swooned" => "swoon",
25584 "swooning" => "swoon",
25585 "swoop" => "swoop",
25586 "swooped" => "swoop",
25587 "sword" => "sword",
25588 "swords" => "sword",
25589 "swordsman" => "swordsman",
25590 "swordsmanship" => "swordsmanship",
25591 "swordsmen" => "swordsmen",
25592 "swore" => "swore",
25593 "sworn" => "sworn",
25594 "swosser" => "swosser",
25595 "swung" => "swung",
25596 "sycophancy" => "sycoph",
25597 "sydney" => "sydney",
25598 "syenite" => "syenit",
25599 "syenitic" => "syenit",
25600 "syllable" => "syllabl",
25601 "syllogism" => "syllog",
25602 "sylph" => "sylph",
25603 "symbol" => "symbol",
25604 "symbolic" => "symbol",
25605 "symbolism" => "symbol",
25606 "symbols" => "symbol",
25607 "symes" => "syme",
25608 "symmetrical" => "symmetr",
25609 "symmetrically" => "symmetr",
25610 "symmetry" => "symmetri",
25611 "symond" => "symond",
25612 "symonds" => "symond",
25613 "sympathetic" => "sympathet",
25614 "sympathetically" => "sympathet",
25615 "sympathies" => "sympathi",
25616 "sympathise" => "sympathis",
25617 "sympathised" => "sympathis",
25618 "sympathising" => "sympathis",
25619 "sympathize" => "sympath",
25620 "sympathized" => "sympath",
25621 "sympathizers" => "sympath",
25622 "sympathizing" => "sympath",
25623 "sympathy" => "sympathi",
25624 "symptom" => "symptom",
25625 "symptomatic" => "symptomat",
25626 "symptoms" => "symptom",
25627 "synetheres" => "synether",
25628 "synod" => "synod",
25629 "synonymous" => "synonym",
25630 "syria" => "syria",
25631 "syriac" => "syriac",
25632 "syrphus" => "syrphus",
25633 "system" => "system",
25634 "systematic" => "systemat",
25635 "systems" => "system",
25636 "t" => "t",
25637 "ta" => "ta",
25638 "tabanus" => "tabanus",
25639 "tabby" => "tabbi",
25640 "table" => "tabl",
25641 "tableau" => "tableau",
25642 "tablecloth" => "tablecloth",
25643 "tablecloths" => "tablecloth",
25644 "tables" => "tabl",
25645 "tabooed" => "taboo",
25646 "tabor" => "tabor",
25647 "tacit" => "tacit",
25648 "tacitly" => "tacit",
25649 "taciturn" => "taciturn",
25650 "taciturnity" => "taciturn",
25651 "tack" => "tack",
25652 "tacking" => "tack",
25653 "tackle" => "tackl",
25654 "tacks" => "tack",
25655 "tacna" => "tacna",
25656 "tact" => "tact",
25657 "tactics" => "tactic",
25658 "tags" => "tag",
25659 "tagua" => "tagua",
25660 "tahiti" => "tahiti",
25661 "tahitian" => "tahitian",
25662 "tahitians" => "tahitian",
25663 "tail" => "tail",
25664 "tailed" => "tail",
25665 "tailor" => "tailor",
25666 "tailors" => "tailor",
25667 "tails" => "tail",
25668 "tain" => "tain",
25669 "taint" => "taint",
25670 "tainted" => "taint",
25671 "tainting" => "taint",
25672 "taints" => "taint",
25673 "tak" => "tak",
25674 "take" => "take",
25675 "taken" => "taken",
25676 "taker" => "taker",
25677 "takes" => "take",
25678 "taketh" => "taketh",
25679 "taking" => "take",
25680 "takken" => "takken",
25681 "takkin" => "takkin",
25682 "talbot" => "talbot",
25683 "talcahuano" => "talcahuano",
25684 "tale" => "tale",
25685 "talent" => "talent",
25686 "talented" => "talent",
25687 "talents" => "talent",
25688 "tales" => "tale",
25689 "talguen" => "talguen",
25690 "talisman" => "talisman",
25691 "talk" => "talk",
25692 "talkative" => "talkat",
25693 "talked" => "talk",
25694 "talker" => "talker",
25695 "talkers" => "talker",
25696 "talkin" => "talkin",
25697 "talking" => "talk",
25698 "talks" => "talk",
25699 "tall" => "tall",
25700 "taller" => "taller",
25701 "tallest" => "tallest",
25702 "tallied" => "talli",
25703 "tallow" => "tallow",
25704 "tally" => "talli",
25705 "talus" => "talus",
25706 "tam" => "tam",
25707 "tambillos" => "tambillo",
25708 "tambour" => "tambour",
25709 "tambourine" => "tambourin",
25710 "tame" => "tame",
25711 "tamed" => "tame",
25712 "tamely" => "tame",
25713 "tameness" => "tame",
25714 "tamer" => "tamer",
25715 "taming" => "tame",
25716 "tamper" => "tamper",
25717 "tampered" => "tamper",
25718 "tampering" => "tamper",
25719 "tampers" => "tamper",
25720 "tan" => "tan",
25721 "tandeel" => "tandeel",
25722 "tangible" => "tangibl",
25723 "tangle" => "tangl",
25724 "tangled" => "tangl",
25725 "tankard" => "tankard",
25726 "tanks" => "tank",
25727 "tanned" => "tan",
25728 "tanqui" => "tanqui",
25729 "tantalisation" => "tantalis",
25730 "tantalised" => "tantalis",
25731 "tantalising" => "tantalis",
25732 "tantalizing" => "tantal",
25733 "tantamount" => "tantamount",
25734 "tantrums" => "tantrum",
25735 "tap" => "tap",
25736 "tapacolo" => "tapacolo",
25737 "tapalguen" => "tapalguen",
25738 "tape" => "tape",
25739 "taper" => "taper",
25740 "tapering" => "taper",
25741 "tapers" => "taper",
25742 "tapes" => "tape",
25743 "tapir" => "tapir",
25744 "tapirs" => "tapir",
25745 "tapis" => "tapi",
25746 "tapn" => "tapn",
25747 "tapped" => "tap",
25748 "tapping" => "tap",
25749 "taps" => "tap",
25750 "tapster" => "tapster",
25751 "taradiddle" => "taradiddl",
25752 "tardily" => "tardili",
25753 "tardiness" => "tardi",
25754 "tardy" => "tardi",
25755 "tares" => "tare",
25756 "target" => "target",
25757 "targets" => "target",
25758 "tarn" => "tarn",
25759 "tarnii" => "tarnii",
25760 "tarnish" => "tarnish",
25761 "tarnished" => "tarnish",
25762 "tarpaulins" => "tarpaulin",
25763 "tarradiddles" => "tarradiddl",
25764 "tarred" => "tar",
25765 "tarry" => "tarri",
25766 "tart" => "tart",
25767 "tartan" => "tartan",
25768 "tartar" => "tartar",
25769 "tartary" => "tartari",
25770 "tartly" => "tart",
25771 "tarts" => "tart",
25772 "task" => "task",
25773 "tasking" => "task",
25774 "tasks" => "task",
25775 "tasman" => "tasman",
25776 "tasmania" => "tasmania",
25777 "tassel" => "tassel",
25778 "tasselled" => "tassel",
25779 "tassels" => "tassel",
25780 "tasso" => "tasso",
25781 "taste" => "tast",
25782 "tasted" => "tast",
25783 "tasteful" => "tast",
25784 "tastefully" => "tast",
25785 "tasteless" => "tasteless",
25786 "tastes" => "tast",
25787 "tasting" => "tast",
25788 "tat" => "tat",
25789 "tata" => "tata",
25790 "tattered" => "tatter",
25791 "tatters" => "tatter",
25792 "tattoo" => "tattoo",
25793 "tattooed" => "tattoo",
25794 "tattooing" => "tattoo",
25795 "taught" => "taught",
25796 "taunt" => "taunt",
25797 "taunted" => "taunt",
25798 "taunting" => "taunt",
25799 "taunto" => "taunto",
25800 "taunton" => "taunton",
25801 "taunts" => "taunt",
25802 "tavern" => "tavern",
25803 "taverns" => "tavern",
25804 "tawdry" => "tawdri",
25805 "tawny" => "tawni",
25806 "tax" => "tax",
25807 "taxation" => "taxat",
25808 "taxed" => "tax",
25809 "taxes" => "tax",
25810 "taylor" => "taylor",
25811 "tbe" => "tbe",
25812 "tchebarov" => "tchebarov",
25813 "te" => "te",
25814 "tea" => "tea",
25815 "teach" => "teach",
25816 "teacher" => "teacher",
25817 "teachers" => "teacher",
25818 "teaches" => "teach",
25819 "teaching" => "teach",
25820 "teachings" => "teach",
25821 "teacups" => "teacup",
25822 "teak" => "teak",
25823 "team" => "team",
25824 "teapot" => "teapot",
25825 "tear" => "tear",
25826 "teardrop" => "teardrop",
25827 "tearful" => "tear",
25828 "tearfully" => "tear",
25829 "tearing" => "tear",
25830 "tearless" => "tearless",
25831 "tears" => "tear",
25832 "tease" => "teas",
25833 "teased" => "teas",
25834 "teasing" => "teas",
25835 "teaspoon" => "teaspoon",
25836 "teaspoons" => "teaspoon",
25837 "teatime" => "teatim",
25838 "technicalities" => "technic",
25839 "tedious" => "tedious",
25840 "tediousness" => "tedious",
25841 "tedium" => "tedium",
25842 "tee" => "tee",
25843 "teel" => "teel",
25844 "teeming" => "teem",
25845 "teems" => "teem",
25846 "teens" => "teen",
25847 "teeth" => "teeth",
25848 "tehuelches" => "tehuelch",
25849 "tekenika" => "tekenika",
25850 "telegram" => "telegram",
25851 "telegrams" => "telegram",
25852 "telegraph" => "telegraph",
25853 "telegraphed" => "telegraph",
25854 "telegraphic" => "telegraph",
25855 "telegraphing" => "telegraph",
25856 "telemachus" => "telemachus",
25857 "telephoridae" => "telephorida",
25858 "telescope" => "telescop",
25859 "telescopes" => "telescop",
25860 "telescopic" => "telescop",
25861 "tell" => "tell",
25862 "tellee" => "telle",
25863 "teller" => "teller",
25864 "telling" => "tell",
25865 "tells" => "tell",
25866 "temminckii" => "temminckii",
25867 "temp" => "temp",
25868 "temper" => "temper",
25869 "temperament" => "tempera",
25870 "temperaments" => "tempera",
25871 "temperance" => "temper",
25872 "temperate" => "temper",
25873 "temperature" => "temperatur",
25874 "tempered" => "temper",
25875 "tempers" => "temper",
25876 "tempest" => "tempest",
25877 "tempestuous" => "tempestu",
25878 "temple" => "templ",
25879 "temples" => "templ",
25880 "temporal" => "tempor",
25881 "temporary" => "temporari",
25882 "tempt" => "tempt",
25883 "temptation" => "temptat",
25884 "temptations" => "temptat",
25885 "tempted" => "tempt",
25886 "tempter" => "tempter",
25887 "tempting" => "tempt",
25888 "tempts" => "tempt",
25889 "ten" => "ten",
25890 "tenacious" => "tenaci",
25891 "tenaciously" => "tenaci",
25892 "tenacity" => "tenac",
25893 "tenant" => "tenant",
25894 "tenanted" => "tenant",
25895 "tenantry" => "tenantri",
25896 "tenants" => "tenant",
25897 "tend" => "tend",
25898 "tended" => "tend",
25899 "tendencies" => "tendenc",
25900 "tendency" => "tendenc",
25901 "tender" => "tender",
25902 "tendered" => "tender",
25903 "tenderer" => "tender",
25904 "tenderest" => "tenderest",
25905 "tendering" => "tender",
25906 "tenderly" => "tender",
25907 "tenderness" => "tender",
25908 "tending" => "tend",
25909 "tendinous" => "tendin",
25910 "tendon" => "tendon",
25911 "tends" => "tend",
25912 "tenement" => "tenement",
25913 "tenements" => "tenement",
25914 "teneriffe" => "teneriff",
25915 "tenez" => "tenez",
25916 "tenfold" => "tenfold",
25917 "tennyson" => "tennyson",
25918 "tenor" => "tenor",
25919 "tens" => "ten",
25920 "tense" => "tens",
25921 "tension" => "tension",
25922 "tensions" => "tension",
25923 "tent" => "tent",
25924 "tentacula" => "tentacula",
25925 "tentative" => "tentat",
25926 "tentatively" => "tentat",
25927 "tenth" => "tenth",
25928 "tenths" => "tenth",
25929 "tents" => "tent",
25930 "tenure" => "tenur",
25931 "tenway" => "tenway",
25932 "ter" => "ter",
25933 "tercero" => "tercero",
25934 "terebra" => "terebra",
25935 "terebyeva" => "terebyeva",
25936 "terewth" => "terewth",
25937 "term" => "term",
25938 "termagant" => "termag",
25939 "termed" => "term",
25940 "terminal" => "termin",
25941 "terminate" => "termin",
25942 "terminated" => "termin",
25943 "terminates" => "termin",
25944 "terminating" => "termin",
25945 "termination" => "termin",
25946 "terms" => "term",
25947 "tern" => "tern",
25948 "terns" => "tern",
25949 "tero" => "tero",
25950 "terra" => "terra",
25951 "terrace" => "terrac",
25952 "terraces" => "terrac",
25953 "terres" => "terr",
25954 "terrestrial" => "terrestri",
25955 "terrible" => "terribl",
25956 "terribly" => "terribl",
25957 "terrier" => "terrier",
25958 "terriers" => "terrier",
25959 "terrific" => "terrif",
25960 "terrified" => "terrifi",
25961 "terrify" => "terrifi",
25962 "terrifying" => "terrifi",
25963 "territorial" => "territori",
25964 "territories" => "territori",
25965 "territory" => "territori",
25966 "terror" => "terror",
25967 "terrors" => "terror",
25968 "terse" => "ters",
25969 "terseness" => "ters",
25970 "tertiary" => "tertiari",
25971 "teru" => "teru",
25972 "tesselated" => "tessel",
25973 "test" => "test",
25974 "testacea" => "testacea",
25975 "testament" => "testament",
25976 "testamentary" => "testamentari",
25977 "testator" => "testat",
25978 "tested" => "test",
25979 "testified" => "testifi",
25980 "testifies" => "testifi",
25981 "testifled" => "testifl",
25982 "testify" => "testifi",
25983 "testifying" => "testifi",
25984 "testily" => "testili",
25985 "testimonial" => "testimoni",
25986 "testimony" => "testimoni",
25987 "testiness" => "testi",
25988 "tests" => "test",
25989 "testudo" => "testudo",
25990 "testy" => "testi",
25991 "tete" => "tete",
25992 "tetes" => "tete",
25993 "teutons" => "teuton",
25994 "tew" => "tew",
25995 "text" => "text",
25996 "texture" => "textur",
25997 "tfoo" => "tfoo",
25998 "th" => "th",
25999 "tha" => "tha",
26000 "thames" => "thame",
26001 "than" => "than",
26002 "thank" => "thank",
26003 "thanked" => "thank",
26004 "thankee" => "thanke",
26005 "thankful" => "thank",
26006 "thankfully" => "thank",
26007 "thankfulness" => "thank",
26008 "thanking" => "thank",
26009 "thankless" => "thankless",
26010 "thanks" => "thank",
26011 "thanksgiving" => "thanksgiv",
26012 "thanksgivings" => "thanksgiv",
26013 "thanyou" => "thanyou",
26014 "that" => "that",
26015 "thatch" => "thatch",
26016 "thatched" => "thatch",
26017 "thavies" => "thavi",
26018 "thaw" => "thaw",
26019 "thawed" => "thaw",
26020 "thawing" => "thaw",
26021 "the" => "the",
26022 "theatre" => "theatr",
26023 "theatres" => "theatr",
26024 "theatrical" => "theatric",
26025 "theatrically" => "theatric",
26026 "theatricals" => "theatric",
26027 "theayter" => "theayter",
26028 "thee" => "thee",
26029 "theer" => "theer",
26030 "theeself" => "theeself",
26031 "theft" => "theft",
26032 "thei" => "thei",
26033 "theils" => "theil",
26034 "their" => "their",
26035 "theirs" => "their",
26036 "theirselves" => "theirselv",
26037 "them" => "them",
26038 "theme" => "theme",
26039 "themes" => "theme",
26040 "themselves" => "themselv",
26041 "then" => "then",
26042 "thence" => "thenc",
26043 "thenceforth" => "thenceforth",
26044 "theodolite" => "theodolit",
26045 "theodora" => "theodora",
26046 "theodoras" => "theodora",
26047 "theodore" => "theodor",
26048 "theoretical" => "theoret",
26049 "theoretically" => "theoret",
26050 "theorie" => "theori",
26051 "theories" => "theori",
26052 "theorize" => "theoriz",
26053 "theory" => "theori",
26054 "ther" => "ther",
26055 "there" => "there",
26056 "thereabout" => "thereabout",
26057 "thereabouts" => "thereabout",
26058 "thereafter" => "thereaft",
26059 "thereby" => "therebi",
26060 "therefore" => "therefor",
26061 "therefrom" => "therefrom",
26062 "therein" => "therein",
26063 "thereof" => "thereof",
26064 "thereon" => "thereon",
26065 "theresa" => "theresa",
26066 "thereto" => "thereto",
26067 "thereunto" => "thereunto",
26068 "thereupon" => "thereupon",
26069 "therewith" => "therewith",
26070 "theridion" => "theridion",
26071 "theristicus" => "theristicus",
26072 "thermometer" => "thermomet",
26073 "thes" => "thes",
26074 "these" => "these",
26075 "they" => "they",
26076 "thi" => "thi",
26077 "thick" => "thick",
26078 "thicken" => "thicken",
26079 "thickened" => "thicken",
26080 "thickening" => "thicken",
26081 "thicker" => "thicker",
26082 "thickest" => "thickest",
26083 "thicket" => "thicket",
26084 "thickets" => "thicket",
26085 "thickly" => "thick",
26086 "thickness" => "thick",
26087 "thief" => "thief",
26088 "thier" => "thier",
26089 "thieved" => "thiev",
26090 "thieves" => "thiev",
26091 "thigh" => "thigh",
26092 "thighs" => "thigh",
26093 "thimble" => "thimbl",
26094 "thin" => "thin",
26095 "thine" => "thine",
26096 "thing" => "thing",
26097 "things" => "thing",
26098 "think" => "think",
26099 "thinkable" => "thinkabl",
26100 "thinker" => "thinker",
26101 "thinkin" => "thinkin",
26102 "thinking" => "think",
26103 "thinks" => "think",
26104 "thinly" => "thin",
26105 "thinned" => "thin",
26106 "thinner" => "thinner",
26107 "thinness" => "thin",
26108 "thinning" => "thin",
26109 "thins" => "thin",
26110 "third" => "third",
26111 "thirdly" => "third",
26112 "thirds" => "third",
26113 "thirst" => "thirst",
26114 "thirstier" => "thirstier",
26115 "thirsting" => "thirst",
26116 "thirsty" => "thirsti",
26117 "thirteen" => "thirteen",
26118 "thirteenth" => "thirteenth",
26119 "thirtieth" => "thirtieth",
26120 "thirty" => "thirti",
26121 "this" => "this",
26122 "thistle" => "thistl",
26123 "thistles" => "thistl",
26124 "thither" => "thither",
26125 "tho" => "tho",
26126 "thomas" => "thoma",
26127 "thong" => "thong",
26128 "thongs" => "thong",
26129 "thorax" => "thorax",
26130 "thorn" => "thorn",
26131 "thorns" => "thorn",
26132 "thorny" => "thorni",
26133 "thorough" => "thorough",
26134 "thoroughbred" => "thoroughbr",
26135 "thoroughfare" => "thoroughfar",
26136 "thoroughfares" => "thoroughfar",
26137 "thoroughgoing" => "thoroughgo",
26138 "thoroughly" => "thorough",
26139 "those" => "those",
26140 "thot" => "thot",
26141 "thou" => "thou",
26142 "though" => "though",
26143 "thought" => "thought",
26144 "thoughtful" => "thought",
26145 "thoughtfully" => "thought",
26146 "thoughtfulness" => "thought",
26147 "thoughtless" => "thoughtless",
26148 "thoughtlessness" => "thoughtless",
26149 "thoughts" => "thought",
26150 "thoughy" => "thoughi",
26151 "thousand" => "thousand",
26152 "thousandfold" => "thousandfold",
26153 "thousands" => "thousand",
26154 "thousandth" => "thousandth",
26155 "thousandths" => "thousandth",
26156 "thousing" => "thous",
26157 "thout" => "thout",
26158 "thraldom" => "thraldom",
26159 "thrash" => "thrash",
26160 "thrashed" => "thrash",
26161 "thrashing" => "thrash",
26162 "thre" => "thre",
26163 "thread" => "thread",
26164 "threadbare" => "threadbar",
26165 "threaded" => "thread",
26166 "threading" => "thread",
26167 "threadneedle" => "threadneedl",
26168 "threads" => "thread",
26169 "threat" => "threat",
26170 "threaten" => "threaten",
26171 "threatened" => "threaten",
26172 "threatening" => "threaten",
26173 "threatenings" => "threaten",
26174 "threatens" => "threaten",
26175 "threats" => "threat",
26176 "three" => "three",
26177 "threepence" => "threepenc",
26178 "threes" => "three",
26179 "threescore" => "threescor",
26180 "threshed" => "thresh",
26181 "threshold" => "threshold",
26182 "threw" => "threw",
26183 "thrice" => "thrice",
26184 "thried" => "thri",
26185 "thrift" => "thrift",
26186 "thriftless" => "thriftless",
26187 "thrill" => "thrill",
26188 "thrilled" => "thrill",
26189 "thrilling" => "thrill",
26190 "thrills" => "thrill",
26191 "thrive" => "thrive",
26192 "thriven" => "thriven",
26193 "thrives" => "thrive",
26194 "thriving" => "thrive",
26195 "throat" => "throat",
26196 "throats" => "throat",
26197 "throb" => "throb",
26198 "throbbed" => "throb",
26199 "throbbing" => "throb",
26200 "throne" => "throne",
26201 "throng" => "throng",
26202 "thronged" => "throng",
26203 "thronging" => "throng",
26204 "throngs" => "throng",
26205 "throttled" => "throttl",
26206 "throug" => "throug",
26207 "through" => "through",
26208 "throughout" => "throughout",
26209 "throve" => "throve",
26210 "throw" => "throw",
26211 "throwed" => "throw",
26212 "throwing" => "throw",
26213 "thrown" => "thrown",
26214 "throws" => "throw",
26215 "thrush" => "thrush",
26216 "thrushes" => "thrush",
26217 "thrust" => "thrust",
26218 "thrusting" => "thrust",
26219 "thrusts" => "thrust",
26220 "thrveydrop" => "thrveydrop",
26221 "thu" => "thu",
26222 "thud" => "thud",
26223 "thuds" => "thud",
26224 "thumb" => "thumb",
26225 "thumbed" => "thumb",
26226 "thumbs" => "thumb",
26227 "thump" => "thump",
26228 "thumped" => "thump",
26229 "thumping" => "thump",
26230 "thumps" => "thump",
26231 "thunder" => "thunder",
26232 "thunderbolt" => "thunderbolt",
26233 "thunderclap" => "thunderclap",
26234 "thundered" => "thunder",
26235 "thundering" => "thunder",
26236 "thunderings" => "thunder",
26237 "thunderstorm" => "thunderstorm",
26238 "thunderstorms" => "thunderstorm",
26239 "thunderstruck" => "thunderstruck",
26240 "thundery" => "thunderi",
26241 "thursday" => "thursday",
26242 "thursdays" => "thursday",
26243 "thus" => "thus",
26244 "thwart" => "thwart",
26245 "thwarted" => "thwart",
26246 "thwarting" => "thwart",
26247 "thy" => "thi",
26248 "thyself" => "thyself",
26249 "ti" => "ti",
26250 "tiaauru" => "tiaauru",
26251 "tial" => "tial",
26252 "tibby" => "tibbi",
26253 "tibiae" => "tibia",
26254 "tick" => "tick",
26255 "ticked" => "tick",
26256 "ticket" => "ticket",
26257 "ticketed" => "ticket",
26258 "tickets" => "ticket",
26259 "ticking" => "tick",
26260 "tickings" => "tick",
26261 "tickle" => "tickl",
26262 "tickled" => "tickl",
26263 "tickles" => "tickl",
26264 "tickling" => "tickl",
26265 "ticklish" => "ticklish",
26266 "ticks" => "tick",
26267 "tidal" => "tidal",
26268 "tiddler" => "tiddler",
26269 "tide" => "tide",
26270 "tides" => "tide",
26271 "tidied" => "tidi",
26272 "tidily" => "tidili",
26273 "tidings" => "tide",
26274 "tidy" => "tidi",
26275 "tie" => "tie",
26276 "tied" => "tie",
26277 "tierra" => "tierra",
26278 "tiers" => "tier",
26279 "ties" => "tie",
26280 "tiff" => "tiff",
26281 "tiger" => "tiger",
26282 "tigerish" => "tigerish",
26283 "tigers" => "tiger",
26284 "tight" => "tight",
26285 "tighten" => "tighten",
26286 "tightened" => "tighten",
26287 "tighter" => "tighter",
26288 "tightly" => "tight",
26289 "tightness" => "tight",
26290 "tights" => "tight",
26291 "tigre" => "tigr",
26292 "tigress" => "tigress",
26293 "til" => "til",
26294 "tilda" => "tilda",
26295 "tile" => "tile",
26296 "tiles" => "tile",
26297 "tiliareus" => "tiliareus",
26298 "till" => "till",
26299 "tillage" => "tillag",
26300 "tilled" => "till",
26301 "tilly" => "tilli",
26302 "tilted" => "tilt",
26303 "tilting" => "tilt",
26304 "tilts" => "tilt",
26305 "tim" => "tim",
26306 "timber" => "timber",
26307 "timberry" => "timberri",
26308 "timbers" => "timber",
26309 "timbrel" => "timbrel",
26310 "time" => "time",
26311 "timed" => "time",
26312 "timely" => "time",
26313 "times" => "time",
26314 "timid" => "timid",
26315 "timidity" => "timid",
26316 "timidly" => "timid",
26317 "timorous" => "timor",
26318 "timorously" => "timor",
26319 "timothy" => "timothi",
26320 "timour" => "timour",
26321 "tin" => "tin",
26322 "tinae" => "tina",
26323 "tinamus" => "tinamus",
26324 "tinder" => "tinder",
26325 "tinderidica" => "tinderidica",
26326 "tinge" => "ting",
26327 "tinged" => "ting",
26328 "tingle" => "tingl",
26329 "tingled" => "tingl",
26330 "tingling" => "tingl",
26331 "tiniest" => "tiniest",
26332 "tinker" => "tinker",
26333 "tinkers" => "tinker",
26334 "tinkle" => "tinkl",
26335 "tinkled" => "tinkl",
26336 "tinkling" => "tinkl",
26337 "tinochorus" => "tinochorus",
26338 "tint" => "tint",
26339 "tinted" => "tint",
26340 "tinting" => "tint",
26341 "tints" => "tint",
26342 "tiny" => "tini",
26343 "tion" => "tion",
26344 "tip" => "tip",
26345 "tipped" => "tip",
26346 "tipperary" => "tipperari",
26347 "tippets" => "tippet",
26348 "tippy" => "tippi",
26349 "tips" => "tip",
26350 "tipsily" => "tipsili",
26351 "tipslark" => "tipslark",
26352 "tipsy" => "tipsi",
26353 "tiptoe" => "tipto",
26354 "tiptop" => "tiptop",
26355 "tirade" => "tirad",
26356 "tire" => "tire",
26357 "tired" => "tire",
26358 "tires" => "tire",
26359 "tiresome" => "tiresom",
26360 "tiring" => "tire",
26361 "tis" => "tis",
26362 "tissue" => "tissu",
26363 "tit" => "tit",
26364 "tithe" => "tith",
26365 "titian" => "titian",
26366 "titlark" => "titlark",
26367 "title" => "titl",
26368 "titled" => "titl",
26369 "titles" => "titl",
26370 "titmouse" => "titmous",
26371 "tittered" => "titter",
26372 "tittering" => "titter",
26373 "titular" => "titular",
26374 "tiv" => "tiv",
26375 "tix" => "tix",
26376 "tle" => "tle",
26377 "to" => "to",
26378 "toad" => "toad",
26379 "toads" => "toad",
26380 "toast" => "toast",
26381 "toasted" => "toast",
26382 "toasting" => "toast",
26383 "tobacco" => "tobacco",
26384 "tobacconist" => "tobacconist",
26385 "tockahoopo" => "tockahoopo",
26386 "today" => "today",
26387 "toddy" => "toddi",
26388 "toe" => "toe",
26389 "toes" => "toe",
26390 "together" => "togeth",
26391 "togezzer" => "togezz",
26392 "toight" => "toight",
26393 "toil" => "toil",
26394 "toiled" => "toil",
26395 "toiler" => "toiler",
26396 "toilet" => "toilet",
26397 "toilette" => "toilett",
26398 "toiling" => "toil",
26399 "toils" => "toil",
26400 "toilsome" => "toilsom",
26401 "toity" => "toiti",
26402 "token" => "token",
26403 "tokens" => "token",
26404 "tol" => "tol",
26405 "told" => "told",
26406 "toldos" => "toldo",
26407 "tolerable" => "toler",
26408 "tolerably" => "toler",
26409 "tolerate" => "toler",
26410 "tolerated" => "toler",
26411 "toleration" => "toler",
26412 "toll" => "toll",
26413 "tolled" => "toll",
26414 "tolling" => "toll",
26415 "tolstyakov" => "tolstyakov",
26416 "tom" => "tom",
26417 "tomahawk" => "tomahawk",
26418 "tomahawked" => "tomahawk",
26419 "tomb" => "tomb",
26420 "tombs" => "tomb",
26421 "tombstone" => "tombston",
26422 "tombstones" => "tombston",
26423 "tomkins" => "tomkin",
26424 "tommy" => "tommi",
26425 "tomorrow" => "tomorrow",
26426 "ton" => "ton",
26427 "tone" => "tone",
26428 "toned" => "tone",
26429 "tones" => "tone",
26430 "tongs" => "tong",
26431 "tongue" => "tongu",
26432 "tongued" => "tongu",
26433 "tongues" => "tongu",
26434 "tonight" => "tonight",
26435 "tons" => "ton",
26436 "tony" => "toni",
26437 "too" => "too",
26438 "toogather" => "toogath",
26439 "took" => "took",
26440 "tool" => "tool",
26441 "tools" => "tool",
26442 "toomultuous" => "toomultu",
26443 "toon" => "toon",
26444 "tooth" => "tooth",
26445 "toothed" => "tooth",
26446 "toothful" => "tooth",
26447 "toothpick" => "toothpick",
26448 "toothpicks" => "toothpick",
26449 "tooting" => "toot",
26450 "top" => "top",
26451 "topic" => "topic",
26452 "topics" => "topic",
26453 "topped" => "top",
26454 "topping" => "top",
26455 "toppling" => "toppl",
26456 "tops" => "top",
26457 "topsail" => "topsail",
26458 "topsel" => "topsel",
26459 "topsy" => "topsi",
26460 "tor" => "tor",
26461 "torches" => "torch",
26462 "torchlight" => "torchlight",
26463 "tore" => "tore",
26464 "torment" => "torment",
26465 "tormented" => "torment",
26466 "tormenting" => "torment",
26467 "tormentor" => "tormentor",
26468 "tormentors" => "tormentor",
26469 "torments" => "torment",
26470 "torn" => "torn",
26471 "torpid" => "torpid",
26472 "torpor" => "torpor",
26473 "torrent" => "torrent",
26474 "torrents" => "torrent",
26475 "torrid" => "torrid",
26476 "tortershell" => "tortershel",
26477 "tortoise" => "tortois",
26478 "tortoises" => "tortois",
26479 "tortuous" => "tortuous",
26480 "torture" => "tortur",
26481 "tortured" => "tortur",
26482 "torturer" => "tortur",
26483 "tortures" => "tortur",
26484 "torturing" => "tortur",
26485 "tory" => "tori",
26486 "toryism" => "toryism",
26487 "toss" => "toss",
26488 "tossed" => "toss",
26489 "tosses" => "toss",
26490 "tossing" => "toss",
26491 "tossings" => "toss",
26492 "total" => "total",
26493 "totally" => "total",
26494 "totanus" => "totanus",
26495 "tottenham" => "tottenham",
26496 "tottered" => "totter",
26497 "tottering" => "totter",
26498 "totum" => "totum",
26499 "toucans" => "toucan",
26500 "touch" => "touch",
26501 "touched" => "touch",
26502 "toucher" => "toucher",
26503 "touches" => "touch",
26504 "touching" => "touch",
26505 "touchingly" => "touch",
26506 "touchstone" => "touchston",
26507 "touchwood" => "touchwood",
26508 "tough" => "tough",
26509 "tougher" => "tougher",
26510 "toughey" => "toughey",
26511 "toughness" => "tough",
26512 "toughy" => "toughi",
26513 "toulon" => "toulon",
26514 "tour" => "tour",
26515 "tourists" => "tourist",
26516 "tours" => "tour",
26517 "tout" => "tout",
26518 "toutes" => "tout",
26519 "touts" => "tout",
26520 "toward" => "toward",
26521 "towards" => "toward",
26522 "towed" => "tow",
26523 "towel" => "towel",
26524 "towelling" => "towel",
26525 "towels" => "towel",
26526 "tower" => "tower",
26527 "towered" => "tower",
26528 "towering" => "tower",
26529 "towers" => "tower",
26530 "town" => "town",
26531 "towns" => "town",
26532 "township" => "township",
26533 "townsman" => "townsman",
26534 "townsmen" => "townsmen",
26535 "townspeople" => "townspeopl",
26536 "toxodon" => "toxodon",
26537 "toy" => "toy",
26538 "toyed" => "toy",
26539 "toying" => "toy",
26540 "toys" => "toy",
26541 "trace" => "trace",
26542 "traceable" => "traceabl",
26543 "traced" => "trace",
26544 "tracery" => "traceri",
26545 "traces" => "trace",
26546 "tracing" => "trace",
26547 "track" => "track",
26548 "tracked" => "track",
26549 "tracking" => "track",
26550 "trackless" => "trackless",
26551 "tracks" => "track",
26552 "tract" => "tract",
26553 "tractable" => "tractabl",
26554 "tracts" => "tract",
26555 "trade" => "trade",
26556 "trader" => "trader",
26557 "traders" => "trader",
26558 "trades" => "trade",
26559 "tradesfolk" => "tradesfolk",
26560 "tradesman" => "tradesman",
26561 "tradesmen" => "tradesmen",
26562 "tradespeople" => "tradespeopl",
26563 "trading" => "trade",
26564 "tradition" => "tradit",
26565 "traditional" => "tradit",
26566 "traditionally" => "tradit",
26567 "traditions" => "tradit",
26568 "traducer" => "traduc",
26569 "traducers" => "traduc",
26570 "trafalgar" => "trafalgar",
26571 "traffic" => "traffic",
26572 "tragedian" => "tragedian",
26573 "tragedies" => "tragedi",
26574 "tragedy" => "tragedi",
26575 "tragic" => "tragic",
26576 "tragical" => "tragic",
26577 "trail" => "trail",
26578 "trailed" => "trail",
26579 "trailing" => "trail",
26580 "trails" => "trail",
26581 "train" => "train",
26582 "trained" => "train",
26583 "trainer" => "trainer",
26584 "training" => "train",
26585 "trains" => "train",
26586 "trait" => "trait",
26587 "traitent" => "traitent",
26588 "traitor" => "traitor",
26589 "traitorous" => "traitor",
26590 "traitors" => "traitor",
26591 "traits" => "trait",
26592 "trammels" => "trammel",
26593 "tramp" => "tramp",
26594 "tramped" => "tramp",
26595 "tramping" => "tramp",
26596 "trample" => "trampl",
26597 "trampled" => "trampl",
26598 "trampling" => "trampl",
26599 "tramps" => "tramp",
26600 "trance" => "tranc",
26601 "tranquil" => "tranquil",
26602 "tranquillity" => "tranquil",
26603 "tranquillize" => "tranquil",
26604 "tranquillized" => "tranquil",
26605 "tranquilly" => "tranquilli",
26606 "trans" => "tran",
26607 "transact" => "transact",
26608 "transacted" => "transact",
26609 "transaction" => "transact",
26610 "transactions" => "transact",
26611 "transcendent" => "transcend",
26612 "transfer" => "transfer",
26613 "transferred" => "transfer",
26614 "transferring" => "transfer",
26615 "transfers" => "transfer",
26616 "transfigured" => "transfigur",
26617 "transfixed" => "transfix",
26618 "transform" => "transform",
26619 "transformation" => "transform",
26620 "transformed" => "transform",
26621 "transgress" => "transgress",
26622 "transgressed" => "transgress",
26623 "transgressing" => "transgress",
26624 "transgression" => "transgress",
26625 "transient" => "transient",
26626 "transit" => "transit",
26627 "transition" => "transit",
26628 "transitory" => "transitori",
26629 "translate" => "translat",
26630 "translated" => "translat",
26631 "translating" => "translat",
26632 "translation" => "translat",
26633 "translator" => "translat",
26634 "translucency" => "transluc",
26635 "transmission" => "transmiss",
26636 "transmits" => "transmit",
26637 "transmitted" => "transmit",
26638 "transmutes" => "transmut",
26639 "transparency" => "transpar",
26640 "transparenfly" => "transparenfli",
26641 "transparent" => "transpar",
26642 "transpire" => "transpir",
26643 "transpired" => "transpir",
26644 "transplant" => "transplant",
26645 "transplanted" => "transplant",
26646 "transplanting" => "transplant",
26647 "transport" => "transport",
26648 "transportable" => "transport",
26649 "transportal" => "transport",
26650 "transportation" => "transport",
26651 "transported" => "transport",
26652 "transporting" => "transport",
26653 "transports" => "transport",
26654 "transposing" => "transpos",
26655 "transverse" => "transvers",
26656 "transversely" => "transvers",
26657 "trap" => "trap",
26658 "trappe" => "trapp",
26659 "trapped" => "trap",
26660 "trappings" => "trap",
26661 "traps" => "trap",
26662 "trash" => "trash",
26663 "trashy" => "trashi",
26664 "travel" => "travel",
26665 "travelers" => "travel",
26666 "travelled" => "travel",
26667 "traveller" => "travel",
26668 "travellers" => "travel",
26669 "travelling" => "travel",
26670 "travels" => "travel",
26671 "traverse" => "travers",
26672 "traversed" => "travers",
26673 "traversia" => "traversia",
26674 "traversing" => "travers",
26675 "travertin" => "travertin",
26676 "tray" => "tray",
26677 "trays" => "tray",
26678 "treaces" => "treac",
26679 "treacherous" => "treacher",
26680 "treachery" => "treacheri",
26681 "treacle" => "treacl",
26682 "treacled" => "treacl",
26683 "tread" => "tread",
26684 "treadin" => "treadin",
26685 "treading" => "tread",
26686 "treadmills" => "treadmil",
26687 "treads" => "tread",
26688 "treason" => "treason",
26689 "treasur" => "treasur",
26690 "treasure" => "treasur",
26691 "treasured" => "treasur",
26692 "treasures" => "treasur",
26693 "treasuring" => "treasur",
26694 "treasury" => "treasuri",
26695 "treat" => "treat",
26696 "treated" => "treat",
26697 "treating" => "treat",
26698 "treatise" => "treatis",
26699 "treatises" => "treatis",
26700 "treatment" => "treatment",
26701 "treats" => "treat",
26702 "treaty" => "treati",
26703 "treble" => "trebl",
26704 "trebled" => "trebl",
26705 "tree" => "tree",
26706 "trees" => "tree",
26707 "trellis" => "trelli",
26708 "trellised" => "trellis",
26709 "tremble" => "trembl",
26710 "trembled" => "trembl",
26711 "trembles" => "trembl",
26712 "trembling" => "trembl",
26713 "tremblingly" => "trembl",
26714 "tremblings" => "trembl",
26715 "tremendous" => "tremend",
26716 "tremendously" => "tremend",
26717 "tremenjous" => "tremenj",
26718 "tremor" => "tremor",
26719 "tremors" => "tremor",
26720 "tremulous" => "tremul",
26721 "tremulously" => "tremul",
26722 "trenchant" => "trenchant",
26723 "trenched" => "trench",
26724 "trenches" => "trench",
26725 "trenching" => "trench",
26726 "trenham" => "trenham",
26727 "trepanned" => "trepan",
26728 "trepidation" => "trepid",
26729 "tres" => "tres",
26730 "trespass" => "trespass",
26731 "tress" => "tress",
26732 "tresses" => "tress",
26733 "trial" => "trial",
26734 "trials" => "trial",
26735 "triangle" => "triangl",
26736 "triangular" => "triangular",
26737 "triangularity" => "triangular",
26738 "tribe" => "tribe",
26739 "tribes" => "tribe",
26740 "tribulation" => "tribul",
26741 "tributaries" => "tributari",
26742 "tributary" => "tributari",
26743 "tribute" => "tribut",
26744 "trice" => "trice",
26745 "trichodactylus" => "trichodactylus",
26746 "trichodesmium" => "trichodesmium",
26747 "trichomanes" => "trichoman",
26748 "trick" => "trick",
26749 "tricked" => "trick",
26750 "trickery" => "trickeri",
26751 "trickled" => "trickl",
26752 "trickles" => "trickl",
26753 "trickling" => "trickl",
26754 "tricks" => "trick",
26755 "tricksters" => "trickster",
26756 "tried" => "tri",
26757 "triermain" => "triermain",
26758 "tries" => "tri",
26759 "trifasciatus" => "trifasciatus",
26760 "trifle" => "trifl",
26761 "trifled" => "trifl",
26762 "trifles" => "trifl",
26763 "trifling" => "trifl",
26764 "trigger" => "trigger",
26765 "trigonocephalus" => "trigonocephalus",
26766 "trigonometry" => "trigonometri",
26767 "trigonomical" => "trigonom",
26768 "trigonomics" => "trigonom",
26769 "trilled" => "trill",
26770 "trilling" => "trill",
26771 "trim" => "trim",
26772 "trimly" => "trim",
26773 "trimmed" => "trim",
26774 "trimmers" => "trimmer",
26775 "trimming" => "trim",
26776 "trimmings" => "trim",
26777 "trinity" => "triniti",
26778 "trinket" => "trinket",
26779 "trinkets" => "trinket",
26780 "trio" => "trio",
26781 "trip" => "trip",
26782 "tripod" => "tripod",
26783 "tripods" => "tripod",
26784 "tripped" => "trip",
26785 "tripping" => "trip",
26786 "trippingly" => "trip",
26787 "tristan" => "tristan",
26788 "tristram" => "tristram",
26789 "triturated" => "tritur",
26790 "triumph" => "triumph",
26791 "triumphal" => "triumphal",
26792 "triumphant" => "triumphant",
26793 "triumphantly" => "triumphant",
26794 "triumphed" => "triumph",
26795 "triumphing" => "triumph",
26796 "triumphs" => "triumph",
26797 "triumvirate" => "triumvir",
26798 "trivets" => "trivet",
26799 "trivial" => "trivial",
26800 "trivialities" => "trivial",
26801 "trochi" => "trochi",
26802 "trochilus" => "trochilus",
26803 "trochus" => "trochus",
26804 "trod" => "trod",
26805 "trodden" => "trodden",
26806 "troifling" => "troifl",
26807 "trois" => "troi",
26808 "trolling" => "troll",
26809 "trollope" => "trollop",
26810 "troop" => "troop",
26811 "trooped" => "troop",
26812 "trooper" => "trooper",
26813 "troops" => "troop",
26814 "trophies" => "trophi",
26815 "trophy" => "trophi",
26816 "tropic" => "tropic",
26817 "tropical" => "tropic",
26818 "tropics" => "tropic",
26819 "tropillas" => "tropilla",
26820 "trot" => "trot",
26821 "trotted" => "trot",
26822 "trotting" => "trot",
26823 "trotty" => "trotti",
26824 "trouble" => "troubl",
26825 "troubled" => "troubl",
26826 "troubles" => "troubl",
26827 "troublesome" => "troublesom",
26828 "troubling" => "troubl",
26829 "troublous" => "troublous",
26830 "troughs" => "trough",
26831 "trouser" => "trouser",
26832 "trousers" => "trouser",
26833 "trousseau" => "trousseau",
26834 "trout" => "trout",
26835 "trouve" => "trouv",
26836 "trowel" => "trowel",
26837 "trowels" => "trowel",
26838 "truant" => "truant",
26839 "trudged" => "trudg",
26840 "trudges" => "trudg",
26841 "trudging" => "trudg",
26842 "true" => "true",
26843 "truer" => "truer",
26844 "truest" => "truest",
26845 "truly" => "truli",
26846 "trump" => "trump",
26847 "trumpery" => "trumperi",
26848 "trumpet" => "trumpet",
26849 "trumpeters" => "trumpet",
26850 "trumpets" => "trumpet",
26851 "trumps" => "trump",
26852 "truncate" => "truncat",
26853 "truncated" => "truncat",
26854 "truncheon" => "truncheon",
26855 "truncheons" => "truncheon",
26856 "trunk" => "trunk",
26857 "trunks" => "trunk",
26858 "trusses" => "truss",
26859 "trust" => "trust",
26860 "trusted" => "trust",
26861 "trustees" => "truste",
26862 "trustful" => "trust",
26863 "trustiest" => "trustiest",
26864 "trusting" => "trust",
26865 "trusts" => "trust",
26866 "trustworthy" => "trustworthi",
26867 "trusty" => "trusti",
26868 "truth" => "truth",
26869 "truthful" => "truth",
26870 "truthlike" => "truthlik",
26871 "truths" => "truth",
26872 "try" => "tri",
26873 "trying" => "tri",
26874 "tryst" => "tryst",
26875 "tsar" => "tsar",
26876 "tschudi" => "tschudi",
26877 "tsetup" => "tsetup",
26878 "tsubmit" => "tsubmit",
26879 "tub" => "tub",
26880 "tube" => "tube",
26881 "tubercles" => "tubercl",
26882 "tuberculata" => "tuberculata",
26883 "tubers" => "tuber",
26884 "tubes" => "tube",
26885 "tubs" => "tub",
26886 "tuck" => "tuck",
26887 "tucked" => "tuck",
26888 "tucker" => "tucker",
26889 "tuckered" => "tucker",
26890 "tucking" => "tuck",
26891 "tucks" => "tuck",
26892 "tucuman" => "tucuman",
26893 "tucutuco" => "tucutuco",
26894 "tucutucos" => "tucutuco",
26895 "tuesday" => "tuesday",
26896 "tufaceous" => "tufac",
26897 "tuff" => "tuff",
26898 "tuft" => "tuft",
26899 "tufted" => "tuft",
26900 "tufts" => "tuft",
26901 "tugged" => "tug",
26902 "tugging" => "tug",
26903 "tuition" => "tuition",
26904 "tul" => "tul",
26905 "tulip" => "tulip",
26906 "tulkinghorn" => "tulkinghorn",
26907 "tumble" => "tumbl",
26908 "tumbled" => "tumbl",
26909 "tumbler" => "tumbler",
26910 "tumblers" => "tumbler",
26911 "tumbles" => "tumbl",
26912 "tumbling" => "tumbl",
26913 "tumblings" => "tumbl",
26914 "tumbrils" => "tumbril",
26915 "tuming" => "tume",
26916 "tumley" => "tumley",
26917 "tumult" => "tumult",
26918 "tumultuous" => "tumultu",
26919 "tumultuously" => "tumultu",
26920 "tunbridge" => "tunbridg",
26921 "tune" => "tune",
26922 "tunes" => "tune",
26923 "tunic" => "tunic",
26924 "tuning" => "tune",
26925 "tunnel" => "tunnel",
26926 "tunnels" => "tunnel",
26927 "tupinieri" => "tupinieri",
26928 "tupungato" => "tupungato",
26929 "turban" => "turban",
26930 "turbans" => "turban",
26931 "turbid" => "turbid",
26932 "turbo" => "turbo",
26933 "turbulence" => "turbul",
26934 "turbulent" => "turbul",
26935 "turco" => "turco",
26936 "tureen" => "tureen",
26937 "turf" => "turf",
26938 "turgenev" => "turgenev",
26939 "turgid" => "turgid",
26940 "turing" => "ture",
26941 "turk" => "turk",
26942 "turkey" => "turkey",
26943 "turkish" => "turkish",
26944 "turks" => "turk",
26945 "turmoil" => "turmoil",
26946 "turmoils" => "turmoil",
26947 "turn" => "turn",
26948 "turnbull" => "turnbul",
26949 "turned" => "turn",
26950 "turner" => "turner",
26951 "turning" => "turn",
26952 "turnings" => "turn",
26953 "turnip" => "turnip",
26954 "turnips" => "turnip",
26955 "turnout" => "turnout",
26956 "turnpike" => "turnpik",
26957 "turns" => "turn",
26958 "turnstile" => "turnstil",
26959 "turpentining" => "turpentin",
26960 "turpin" => "turpin",
26961 "turret" => "turret",
26962 "turreted" => "turret",
26963 "turrets" => "turret",
26964 "turtle" => "turtl",
26965 "turtledoves" => "turtledov",
26966 "turtles" => "turtl",
26967 "turveydrop" => "turveydrop",
26968 "turveydrops" => "turveydrop",
26969 "turvy" => "turvi",
26970 "tusks" => "tusk",
26971 "tussocks" => "tussock",
26972 "tut" => "tut",
26973 "tutbury" => "tutburi",
26974 "tutor" => "tutor",
26975 "tw" => "tw",
26976 "twain" => "twain",
26977 "twang" => "twang",
26978 "twas" => "twas",
26979 "tweak" => "tweak",
26980 "tweaking" => "tweak",
26981 "twelfth" => "twelfth",
26982 "twelve" => "twelv",
26983 "twelvemonth" => "twelvemonth",
26984 "twelvemonths" => "twelvemonth",
26985 "twenties" => "twenti",
26986 "twentieth" => "twentieth",
26987 "twenty" => "twenti",
26988 "twice" => "twice",
26989 "twickenham" => "twickenham",
26990 "twig" => "twig",
26991 "twigs" => "twig",
26992 "twilight" => "twilight",
26993 "twin" => "twin",
26994 "twine" => "twine",
26995 "twined" => "twine",
26996 "twinge" => "twing",
26997 "twining" => "twine",
26998 "twinkle" => "twinkl",
26999 "twinkled" => "twinkl",
27000 "twinkling" => "twinkl",
27001 "twinklings" => "twinkl",
27002 "twins" => "twin",
27003 "twirl" => "twirl",
27004 "twirled" => "twirl",
27005 "twirling" => "twirl",
27006 "twirls" => "twirl",
27007 "twist" => "twist",
27008 "twisted" => "twist",
27009 "twisting" => "twist",
27010 "twistings" => "twist",
27011 "twists" => "twist",
27012 "twitch" => "twitch",
27013 "twitched" => "twitch",
27014 "twitching" => "twitch",
27015 "twitchings" => "twitch",
27016 "twitted" => "twit",
27017 "twitter" => "twitter",
27018 "twittering" => "twitter",
27019 "twixt" => "twixt",
27020 "two" => "two",
27021 "twofold" => "twofold",
27022 "twolve" => "twolv",
27023 "twonty" => "twonti",
27024 "twopence" => "twopenc",
27025 "twopenn" => "twopenn",
27026 "twopenny" => "twopenni",
27027 "twos" => "twos",
27028 "twould" => "twould",
27029 "ty" => "ty",
27030 "tybalt" => "tybalt",
27031 "tyerman" => "tyerman",
27032 "tying" => "tie",
27033 "tyler" => "tyler",
27034 "tylerish" => "tylerish",
27035 "type" => "type",
27036 "types" => "type",
27037 "typhus" => "typhus",
27038 "typical" => "typic",
27039 "tyrannical" => "tyrann",
27040 "tyrannized" => "tyrann",
27041 "tyrannus" => "tyrannus",
27042 "tyranny" => "tyranni",
27043 "tyrant" => "tyrant",
27044 "tyrants" => "tyrant",
27045 "tyrolese" => "tyroles",
27046 "tyrone" => "tyron",
27047 "u" => "u",
27048 "ud" => "ud",
27049 "ugh" => "ugh",
27050 "uglier" => "uglier",
27051 "ugliness" => "ugli",
27052 "ugly" => "ugli",
27053 "uji" => "uji",
27054 "ulloa" => "ulloa",
27055 "ulterior" => "ulterior",
27056 "ultimate" => "ultim",
27057 "ultimately" => "ultim",
27058 "ultra" => "ultra",
27059 "ulvae" => "ulva",
27060 "um" => "um",
27061 "umb" => "umb",
27062 "umbilical" => "umbil",
27063 "umbrageous" => "umbrag",
27064 "umbrella" => "umbrella",
27065 "umbrellas" => "umbrella",
27066 "umsonst" => "umsonst",
27067 "un" => "un",
27068 "unabashed" => "unabash",
27069 "unabated" => "unab",
27070 "unable" => "unabl",
27071 "unaccompanied" => "unaccompani",
27072 "unaccountable" => "unaccount",
27073 "unaccountably" => "unaccount",
27074 "unaccustomed" => "unaccustom",
27075 "unacknowledged" => "unacknowledg",
27076 "unacquainted" => "unacquaint",
27077 "unadorned" => "unadorn",
27078 "unaffected" => "unaffect",
27079 "unaffectedly" => "unaffect",
27080 "unaided" => "unaid",
27081 "unallowable" => "unallow",
27082 "unalloyed" => "unalloy",
27083 "unalluring" => "unallur",
27084 "unaltered" => "unalt",
27085 "unambitious" => "unambiti",
27086 "unanimous" => "unanim",
27087 "unanimously" => "unanim",
27088 "unanswerable" => "unanswer",
27089 "unanswered" => "unansw",
27090 "unanue" => "unanu",
27091 "unappeasable" => "unappeas",
27092 "unappeased" => "unappeas",
27093 "unapproachable" => "unapproach",
27094 "unasked" => "unask",
27095 "unassailable" => "unassail",
27096 "unassisted" => "unassist",
27097 "unassuming" => "unassum",
27098 "unattached" => "unattach",
27099 "unattainable" => "unattain",
27100 "unattempted" => "unattempt",
27101 "unavailing" => "unavail",
27102 "unavailingly" => "unavail",
27103 "unavoidable" => "unavoid",
27104 "unavoidably" => "unavoid",
27105 "unaware" => "unawar",
27106 "unawares" => "unawar",
27107 "unbear" => "unbear",
27108 "unbearable" => "unbear",
27109 "unbearably" => "unbear",
27110 "unbecoming" => "unbecom",
27111 "unbelieving" => "unbeliev",
27112 "unbending" => "unbend",
27113 "unbent" => "unbent",
27114 "unbiassed" => "unbiass",
27115 "unbidden" => "unbidden",
27116 "unblemished" => "unblemish",
27117 "unblotted" => "unblot",
27118 "unblushing" => "unblush",
27119 "unblushingly" => "unblush",
27120 "unbolted" => "unbolt",
27121 "unbonneted" => "unbonnet",
27122 "unborn" => "unborn",
27123 "unbound" => "unbound",
27124 "unbounded" => "unbound",
27125 "unbroken" => "unbroken",
27126 "unbrushed" => "unbrush",
27127 "unburdening" => "unburden",
27128 "unburied" => "unburi",
27129 "unbusiness" => "unbusi",
27130 "unbuttoned" => "unbutton",
27131 "uncalculating" => "uncalcul",
27132 "uncalled" => "uncal",
27133 "uncandid" => "uncandid",
27134 "uncanny" => "uncanni",
27135 "uncared" => "uncar",
27136 "uncarried" => "uncarri",
27137 "unceasing" => "unceas",
27138 "unceasingly" => "unceas",
27139 "uncensorious" => "uncensori",
27140 "unceremonious" => "unceremoni",
27141 "unceremoniously" => "unceremoni",
27142 "uncertain" => "uncertain",
27143 "uncertainly" => "uncertain",
27144 "uncertainties" => "uncertainti",
27145 "uncertainty" => "uncertainti",
27146 "unchain" => "unchain",
27147 "unchallengeable" => "unchalleng",
27148 "unchangeable" => "unchang",
27149 "unchangeably" => "unchang",
27150 "unchanged" => "unchang",
27151 "unchanging" => "unchang",
27152 "uncharitable" => "uncharit",
27153 "unchastened" => "unchasten",
27154 "unchecked" => "uncheck",
27155 "uncherished" => "uncherish",
27156 "unchild" => "unchild",
27157 "unchildish" => "unchildish",
27158 "unchildlike" => "unchildlik",
27159 "uncivil" => "uncivil",
27160 "uncivilized" => "uncivil",
27161 "unclaimed" => "unclaim",
27162 "unclasp" => "unclasp",
27163 "unclasped" => "unclasp",
27164 "unclasping" => "unclasp",
27165 "unclassified" => "unclassifi",
27166 "uncle" => "uncl",
27167 "unclean" => "unclean",
27168 "uncleanliness" => "uncleanli",
27169 "uncleanness" => "unclean",
27170 "uncleared" => "unclear",
27171 "uncles" => "uncl",
27172 "unclose" => "unclos",
27173 "unclouded" => "uncloud",
27174 "uncoile" => "uncoil",
27175 "uncoils" => "uncoil",
27176 "uncomfortable" => "uncomfort",
27177 "uncomfortably" => "uncomfort",
27178 "uncommon" => "uncommon",
27179 "uncommonly" => "uncommon",
27180 "uncommunicative" => "uncommun",
27181 "uncompanionable" => "uncompanion",
27182 "uncomplaining" => "uncomplain",
27183 "uncompleted" => "uncomplet",
27184 "uncomplimentary" => "uncomplimentari",
27185 "uncomprehended" => "uncomprehend",
27186 "uncompressed" => "uncompress",
27187 "uncompromising" => "uncompromis",
27188 "unconcealed" => "unconc",
27189 "unconcern" => "unconcern",
27190 "unconcerned" => "unconcern",
27191 "unconcernedly" => "unconcern",
27192 "unconfinable" => "unconfin",
27193 "unconfined" => "unconfin",
27194 "uncongenial" => "uncongeni",
27195 "unconnected" => "unconnect",
27196 "unconquerable" => "unconquer",
27197 "unconscious" => "unconsci",
27198 "unconsciously" => "unconsci",
27199 "unconsciousness" => "unconsci",
27200 "unconsidered" => "unconsid",
27201 "unconstitutional" => "unconstitut",
27202 "unconstitutionally" => "unconstitut",
27203 "unconstrained" => "unconstrain",
27204 "uncontaminated" => "uncontamin",
27205 "uncontradicted" => "uncontradict",
27206 "uncontrollable" => "uncontrol",
27207 "uncontrollably" => "uncontrol",
27208 "uncontrolled" => "uncontrol",
27209 "unconvinced" => "unconvinc",
27210 "uncorked" => "uncork",
27211 "uncourteous" => "uncourt",
27212 "uncouth" => "uncouth",
27213 "uncover" => "uncov",
27214 "uncovered" => "uncov",
27215 "uncritically" => "uncrit",
27216 "uncrossed" => "uncross",
27217 "uncrossing" => "uncross",
27218 "unction" => "unction",
27219 "uncultivated" => "uncultiv",
27220 "uncut" => "uncut",
27221 "und" => "und",
27222 "undaunted" => "undaunt",
27223 "undeceive" => "undec",
27224 "undeceived" => "undeceiv",
27225 "undeceiving" => "undeceiv",
27226 "undecided" => "undecid",
27227 "undefaced" => "undefac",
27228 "undefinable" => "undefin",
27229 "undefined" => "undefin",
27230 "undeniable" => "undeni",
27231 "under" => "under",
27232 "underbred" => "underbr",
27233 "undercliff" => "undercliff",
27234 "underclothes" => "undercloth",
27235 "underdone" => "underdon",
27236 "underfoot" => "underfoot",
27237 "undergo" => "undergo",
27238 "undergoes" => "undergo",
27239 "undergoing" => "undergo",
27240 "undergone" => "undergon",
27241 "undergraduate" => "undergradu",
27242 "underground" => "underground",
27243 "underhand" => "underhand",
27244 "underhanded" => "underhand",
27245 "underling" => "underl",
27246 "underlip" => "underlip",
27247 "underlying" => "under",
27248 "undermine" => "undermin",
27249 "undermined" => "undermin",
27250 "undermining" => "undermin",
27251 "underneath" => "underneath",
27252 "underrated" => "underr",
27253 "underscored" => "underscor",
27254 "undersecretary" => "undersecretari",
27255 "underserving" => "underserv",
27256 "undersoil" => "undersoil",
27257 "understand" => "understand",
27258 "understanding" => "understand",
27259 "understands" => "understand",
27260 "understood" => "understood",
27261 "understrapper" => "understrapp",
27262 "understrappers" => "understrapp",
27263 "undertake" => "undertak",
27264 "undertaken" => "undertaken",
27265 "undertaker" => "undertak",
27266 "undertakers" => "undertak",
27267 "undertakes" => "undertak",
27268 "undertaking" => "undertak",
27269 "undertakings" => "undertak",
27270 "undertone" => "underton",
27271 "undertook" => "undertook",
27272 "undervalue" => "undervalu",
27273 "underwent" => "underw",
27274 "underwood" => "underwood",
27275 "undescribed" => "undescrib",
27276 "undeserved" => "undeserv",
27277 "undeservedly" => "undeserv",
27278 "undesigning" => "undesign",
27279 "undesirable" => "undesir",
27280 "undetermined" => "undetermin",
27281 "undeviating" => "undevi",
27282 "undid" => "undid",
27283 "undignified" => "undignifi",
27284 "undiminished" => "undiminish",
27285 "undimmed" => "undim",
27286 "undisfigured" => "undisfigur",
27287 "undisguisable" => "undisguis",
27288 "undisguised" => "undisguis",
27289 "undisguisedly" => "undisguis",
27290 "undismayed" => "undismay",
27291 "undisposed" => "undispos",
27292 "undistinguishable" => "undistinguish",
27293 "undisturbed" => "undisturb",
27294 "undivided" => "undivid",
27295 "undivulged" => "undivulg",
27296 "undo" => "undo",
27297 "undoing" => "undo",
27298 "undone" => "undon",
27299 "undoubted" => "undoubt",
27300 "undoubtedly" => "undoubt",
27301 "undrained" => "undrain",
27302 "undraws" => "undraw",
27303 "undress" => "undress",
27304 "undressed" => "undress",
27305 "undressing" => "undress",
27306 "undue" => "undu",
27307 "undulating" => "undul",
27308 "undulation" => "undul",
27309 "undulations" => "undul",
27310 "undulatory" => "undulatori",
27311 "undutiful" => "unduti",
27312 "undying" => "undi",
27313 "une" => "une",
27314 "unearthed" => "unearth",
27315 "unearthly" => "unearth",
27316 "uneasily" => "uneasili",
27317 "uneasiness" => "uneasi",
27318 "uneasy" => "uneasi",
27319 "uneatable" => "uneat",
27320 "uneducated" => "uneduc",
27321 "unembarrassed" => "unembarrass",
27322 "unemployed" => "unemploy",
27323 "unencumbered" => "unencumb",
27324 "unendurable" => "unendur",
27325 "unenviable" => "unenvi",
27326 "unequal" => "unequ",
27327 "unequalled" => "unequal",
27328 "unequally" => "unequ",
27329 "unequivocal" => "unequivoc",
27330 "unequivocally" => "unequivoc",
27331 "unerring" => "uner",
27332 "unes" => "une",
27333 "uneven" => "uneven",
27334 "uneventful" => "unev",
27335 "unexamined" => "unexamin",
27336 "unexampled" => "unexampl",
27337 "unexceptionable" => "unexception",
27338 "unexciting" => "unexcit",
27339 "unexpected" => "unexpect",
27340 "unexpectedly" => "unexpect",
27341 "unexplained" => "unexplain",
27342 "unexplored" => "unexplor",
27343 "unexpressed" => "unexpress",
27344 "unfailing" => "unfail",
27345 "unfair" => "unfair",
27346 "unfairly" => "unfair",
27347 "unfaithfulness" => "unfaith",
27348 "unfamiliar" => "unfamiliar",
27349 "unfamiliarity" => "unfamiliar",
27350 "unfashionable" => "unfashion",
27351 "unfastened" => "unfasten",
27352 "unfathomable" => "unfathom",
27353 "unfavourable" => "unfavour",
27354 "unfeeling" => "unfeel",
27355 "unfeelingly" => "unfeel",
27356 "unfeigned" => "unfeign",
27357 "unfeignedly" => "unfeign",
27358 "unfeminine" => "unfeminin",
27359 "unfilled" => "unfil",
27360 "unfinished" => "unfinish",
27361 "unfit" => "unfit",
27362 "unfitness" => "unfit",
27363 "unfitted" => "unfit",
27364 "unfitting" => "unfit",
27365 "unflinching" => "unflinch",
27366 "unflinchingly" => "unflinch",
27367 "unfold" => "unfold",
27368 "unfolded" => "unfold",
27369 "unfolding" => "unfold",
27370 "unfolds" => "unfold",
27371 "unforeseen" => "unforeseen",
27372 "unforgiving" => "unforgiv",
27373 "unformed" => "unform",
27374 "unfort" => "unfort",
27375 "unfortnet" => "unfortnet",
27376 "unfortunate" => "unfortun",
27377 "unfortunately" => "unfortun",
27378 "unfortunates" => "unfortun",
27379 "unfounded" => "unfound",
27380 "unfrequent" => "unfrequ",
27381 "unfrequented" => "unfrequ",
27382 "unfrequently" => "unfrequ",
27383 "unfresh" => "unfresh",
27384 "unfriended" => "unfriend",
27385 "unfriendly" => "unfriend",
27386 "unfulfilled" => "unfulfil",
27387 "unfurled" => "unfurl",
27388 "ungainly" => "ungain",
27389 "ungallant" => "ungal",
27390 "ungenerous" => "ungener",
27391 "ungenial" => "ungeni",
27392 "ungenteel" => "ungenteel",
27393 "ungentlemanly" => "ungentleman",
27394 "ungirdles" => "ungirdl",
27395 "ungovernable" => "ungovern",
27396 "ungracious" => "ungraci",
27397 "ungraciously" => "ungraci",
27398 "ungraciousness" => "ungraci",
27399 "ungrateful" => "ungrat",
27400 "ungratefully" => "ungrat",
27401 "ungratified" => "ungratifi",
27402 "ungrown" => "ungrown",
27403 "unguarded" => "unguard",
27404 "unhand" => "unhand",
27405 "unhandsome" => "unhandsom",
27406 "unhappier" => "unhappi",
27407 "unhappily" => "unhappili",
27408 "unhappiness" => "unhappi",
27409 "unhappy" => "unhappi",
27410 "unharnessing" => "unhar",
27411 "unhealed" => "unheal",
27412 "unhealthy" => "unhealthi",
27413 "unheard" => "unheard",
27414 "unheeded" => "unheed",
27415 "unheeding" => "unheed",
27416 "unhesitatingly" => "unhesit",
27417 "unhewn" => "unhewn",
27418 "unhinged" => "unhing",
27419 "unholy" => "unholi",
27420 "unhonoured" => "unhonour",
27421 "unhooking" => "unhook",
27422 "unhorsed" => "unhors",
27423 "unhurried" => "unhurri",
27424 "unhurt" => "unhurt",
27425 "unifor" => "unifor",
27426 "uniform" => "uniform",
27427 "uniformity" => "uniform",
27428 "uniformly" => "uniform",
27429 "uniforms" => "uniform",
27430 "unimaginable" => "unimagin",
27431 "unimagined" => "unimagin",
27432 "unimpaired" => "unimpair",
27433 "unimpeachable" => "unimpeach",
27434 "unimpeached" => "unimpeach",
27435 "unimportant" => "unimport",
27436 "unimprovable" => "unimprov",
27437 "unimproved" => "unimprov",
27438 "uninfluenced" => "uninfluenc",
27439 "uninhabited" => "uninhabit",
27440 "uninitiated" => "uniniti",
27441 "uninjured" => "uninjur",
27442 "unintellectual" => "unintellectu",
27443 "unintelligible" => "unintellig",
27444 "unintentional" => "unintent",
27445 "unintentionally" => "unintent",
27446 "uninterested" => "uninterest",
27447 "uninteresting" => "uninterest",
27448 "uninterrupted" => "uninterrupt",
27449 "uninterruptedly" => "uninterrupt",
27450 "uninvited" => "uninvit",
27451 "uninviting" => "uninvit",
27452 "union" => "union",
27453 "unions" => "union",
27454 "unique" => "uniqu",
27455 "unison" => "unison",
27456 "unit" => "unit",
27457 "unite" => "unit",
27458 "united" => "unit",
27459 "unites" => "unit",
27460 "unities" => "uniti",
27461 "uniting" => "unit",
27462 "units" => "unit",
27463 "unity" => "uniti",
27464 "universal" => "univers",
27465 "universally" => "univers",
27466 "universe" => "univers",
27467 "university" => "univers",
27468 "unjoyous" => "unjoy",
27469 "unjust" => "unjust",
27470 "unjustifiable" => "unjustifi",
27471 "unjustly" => "unjust",
27472 "unkempt" => "unkempt",
27473 "unkind" => "unkind",
27474 "unkindly" => "unkind",
27475 "unkindness" => "unkind",
27476 "unkiver" => "unkiv",
27477 "unknowing" => "unknow",
27478 "unknowingly" => "unknow",
27479 "unknown" => "unknown",
27480 "unladylike" => "unladylik",
27481 "unlatched" => "unlatch",
27482 "unlawful" => "unlaw",
27483 "unlawfully" => "unlaw",
27484 "unlearn" => "unlearn",
27485 "unlearnt" => "unlearnt",
27486 "unless" => "unless",
27487 "unlicensed" => "unlicens",
27488 "unlike" => "unlik",
27489 "unlikely" => "unlik",
27490 "unlimited" => "unlimit",
27491 "unliquidated" => "unliquid",
27492 "unload" => "unload",
27493 "unloaded" => "unload",
27494 "unloading" => "unload",
27495 "unlock" => "unlock",
27496 "unlocked" => "unlock",
27497 "unlocking" => "unlock",
27498 "unlocks" => "unlock",
27499 "unlooked" => "unlook",
27500 "unloosed" => "unloos",
27501 "unloosened" => "unloosen",
27502 "unlovable" => "unlov",
27503 "unloved" => "unlov",
27504 "unlovely" => "unlov",
27505 "unloving" => "unlov",
27506 "unluckily" => "unluckili",
27507 "unlucky" => "unlucki",
27508 "unmade" => "unmad",
27509 "unmake" => "unmak",
27510 "unmanageable" => "unmanag",
27511 "unmanly" => "unman",
27512 "unmanned" => "unman",
27513 "unmans" => "unman",
27514 "unmarked" => "unmark",
27515 "unmarried" => "unmarri",
27516 "unmasked" => "unmask",
27517 "unmatched" => "unmatch",
27518 "unmeaning" => "unmean",
27519 "unmentionable" => "unmention",
27520 "unmerciful" => "unmerci",
27521 "unmercifully" => "unmerci",
27522 "unmerited" => "unmerit",
27523 "unmindful" => "unmind",
27524 "unmistakable" => "unmistak",
27525 "unmistakably" => "unmistak",
27526 "unmitigated" => "unmitig",
27527 "unmixed" => "unmix",
27528 "unmolested" => "unmolest",
27529 "unmoved" => "unmov",
27530 "unnamed" => "unnam",
27531 "unnat" => "unnat",
27532 "unnatural" => "unnatur",
27533 "unnaturally" => "unnatur",
27534 "unnecessarily" => "unnecessarili",
27535 "unnecessary" => "unnecessari",
27536 "unnerved" => "unnerv",
27537 "unnoticed" => "unnot",
27538 "unobjectionable" => "unobjection",
27539 "unobservant" => "unobserv",
27540 "unobserved" => "unobserv",
27541 "unobtrusive" => "unobtrus",
27542 "unoccupied" => "unoccupi",
27543 "unoffending" => "unoffend",
27544 "unopenable" => "unopen",
27545 "unopened" => "unopen",
27546 "unowned" => "unown",
27547 "unpack" => "unpack",
27548 "unpacked" => "unpack",
27549 "unpacking" => "unpack",
27550 "unpaid" => "unpaid",
27551 "unpainted" => "unpaint",
27552 "unpalatable" => "unpalat",
27553 "unparalleled" => "unparallel",
27554 "unpardonable" => "unpardon",
27555 "unpardonably" => "unpardon",
27556 "unpaved" => "unpav",
27557 "unpensioning" => "unpens",
27558 "unperformed" => "unperform",
27559 "unpersuadable" => "unpersuad",
27560 "unperturbable" => "unperturb",
27561 "unpicturesque" => "unpicturesqu",
27562 "unpitying" => "unpiti",
27563 "unplaced" => "unplac",
27564 "unpleasant" => "unpleas",
27565 "unpleasantly" => "unpleas",
27566 "unpleasantness" => "unpleas",
27567 "unpleasantnesses" => "unpleas",
27568 "unpleasing" => "unpleas",
27569 "unpleasingly" => "unpleas",
27570 "unpolite" => "unpolit",
27571 "unpolitely" => "unpolit",
27572 "unpoliteness" => "unpolit",
27573 "unpopular" => "unpopular",
27574 "unpractical" => "unpract",
27575 "unpractised" => "unpractis",
27576 "unprecedented" => "unpreced",
27577 "unpremeditated" => "unpremedit",
27578 "unprepared" => "unprepar",
27579 "unpretending" => "unpretend",
27580 "unpretendingly" => "unpretend",
27581 "unprevaricating" => "unprevar",
27582 "unprincipled" => "unprincipl",
27583 "unproducible" => "unproduc",
27584 "unproductive" => "unproduct",
27585 "unprofitable" => "unprofit",
27586 "unpromising" => "unpromis",
27587 "unprosperous" => "unprosper",
27588 "unprotected" => "unprotect",
27589 "unprovided" => "unprovid",
27590 "unpublished" => "unpublish",
27591 "unpunctual" => "unpunctu",
27592 "unpunished" => "unpunish",
27593 "unqualified" => "unqualifi",
27594 "unquestionable" => "unquestion",
27595 "unquestionably" => "unquestion",
27596 "unquiet" => "unquiet",
27597 "unravel" => "unravel",
27598 "unravelling" => "unravel",
27599 "unravelment" => "unravel",
27600 "unread" => "unread",
27601 "unreal" => "unreal",
27602 "unreason" => "unreason",
27603 "unreasonable" => "unreason",
27604 "unreasonableness" => "unreason",
27605 "unreasonably" => "unreason",
27606 "unreasoning" => "unreason",
27607 "unreclaimed" => "unreclaim",
27608 "unrecognised" => "unrecognis",
27609 "unredeemed" => "unredeem",
27610 "unrelenting" => "unrel",
27611 "unrelieved" => "unreliev",
27612 "unremitting" => "unremit",
27613 "unrepining" => "unrepin",
27614 "unrequited" => "unrequit",
27615 "unreserved" => "unreserv",
27616 "unresisting" => "unresist",
27617 "unrest" => "unrest",
27618 "unrestrained" => "unrestrain",
27619 "unrestrainedly" => "unrestrain",
27620 "unriddling" => "unriddl",
27621 "unripe" => "unrip",
27622 "unrivalled" => "unrival",
27623 "unroofed" => "unroof",
27624 "unruly" => "unruli",
27625 "unsaddle" => "unsaddl",
27626 "unsaddled" => "unsaddl",
27627 "unsafe" => "unsaf",
27628 "unsatisfactory" => "unsatisfactori",
27629 "unsatisfied" => "unsatisfi",
27630 "unsavoury" => "unsavouri",
27631 "unsay" => "unsay",
27632 "unschooled" => "unschool",
27633 "unscratched" => "unscratch",
27634 "unscrews" => "unscrew",
27635 "unscrupulous" => "unscrupul",
27636 "unscrupulously" => "unscrupul",
27637 "unseasonable" => "unseason",
27638 "unseemly" => "unseem",
27639 "unseen" => "unseen",
27640 "unselfish" => "unselfish",
27641 "unselfishly" => "unselfish",
27642 "unselfishness" => "unselfish",
27643 "unsettle" => "unsettl",
27644 "unsettled" => "unsettl",
27645 "unsettles" => "unsettl",
27646 "unsettling" => "unsettl",
27647 "unshackled" => "unshackl",
27648 "unshadowed" => "unshadow",
27649 "unshaken" => "unshaken",
27650 "unshaved" => "unshav",
27651 "unshaven" => "unshaven",
27652 "unsheltered" => "unshelt",
27653 "unshod" => "unshod",
27654 "unsightly" => "unsight",
27655 "unskilful" => "unskil",
27656 "unsoftened" => "unsoften",
27657 "unsolicited" => "unsolicit",
27658 "unsolved" => "unsolv",
27659 "unsophisticated" => "unsophist",
27660 "unsparing" => "unspar",
27661 "unspeakable" => "unspeak",
27662 "unspeakably" => "unspeak",
27663 "unspoilt" => "unspoilt",
27664 "unspoken" => "unspoken",
27665 "unstable" => "unstabl",
27666 "unsteadier" => "unsteadi",
27667 "unsteadily" => "unsteadili",
27668 "unsteadiness" => "unsteadi",
27669 "unsteady" => "unsteadi",
27670 "unstratified" => "unstratifi",
27671 "unstrung" => "unstrung",
27672 "unstudied" => "unstudi",
27673 "unsubstantial" => "unsubstanti",
27674 "unsuccessful" => "unsuccess",
27675 "unsuccessfully" => "unsuccess",
27676 "unsuitable" => "unsuit",
27677 "unsuited" => "unsuit",
27678 "unsullied" => "unsulli",
27679 "unsupportable" => "unsupport",
27680 "unsupported" => "unsupport",
27681 "unsuspecting" => "unsuspect",
27682 "unsuspicious" => "unsuspici",
27683 "unsustainable" => "unsustain",
27684 "unsymmetrical" => "unsymmetr",
27685 "unsympathetic" => "unsympathet",
27686 "untainted" => "untaint",
27687 "untamed" => "untam",
27688 "untarnished" => "untarnish",
27689 "untasted" => "untast",
27690 "untaxed" => "untax",
27691 "untenable" => "unten",
27692 "untenanted" => "unten",
27693 "untended" => "untend",
27694 "unthankful" => "unthank",
27695 "unthankfulness" => "unthank",
27696 "unthinkable" => "unthink",
27697 "unthought" => "unthought",
27698 "unthrifty" => "unthrifti",
27699 "untidily" => "untidili",
27700 "untidy" => "untidi",
27701 "untie" => "unti",
27702 "untied" => "unti",
27703 "unties" => "unti",
27704 "until" => "until",
27705 "untimely" => "untim",
27706 "untiring" => "untir",
27707 "unto" => "unto",
27708 "untold" => "untold",
27709 "untouched" => "untouch",
27710 "untoward" => "untoward",
27711 "untrammelled" => "untrammel",
27712 "untranslatable" => "untranslat",
27713 "untried" => "untri",
27714 "untrimmed" => "untrim",
27715 "untroubled" => "untroubl",
27716 "untrue" => "untru",
27717 "untrustworthy" => "untrustworthi",
27718 "unturned" => "unturn",
27719 "untwisting" => "untwist",
27720 "untying" => "unti",
27721 "unused" => "unus",
27722 "unusual" => "unusu",
27723 "unusually" => "unusu",
27724 "unutterable" => "unutter",
27725 "unuttered" => "unutt",
27726 "unvaried" => "unvari",
27727 "unvarying" => "unvari",
27728 "unveil" => "unveil",
27729 "unveiling" => "unveil",
27730 "unventilated" => "unventil",
27731 "unverified" => "unverifi",
27732 "unwarily" => "unwarili",
27733 "unwary" => "unwari",
27734 "unwashed" => "unwash",
27735 "unwearied" => "unweari",
27736 "unwearying" => "unweari",
27737 "unwelcome" => "unwelcom",
27738 "unwell" => "unwel",
27739 "unwhitewashed" => "unwhitewash",
27740 "unwholesome" => "unwholesom",
27741 "unwieldy" => "unwieldi",
27742 "unwilling" => "unwil",
27743 "unwillingly" => "unwil",
27744 "unwillingness" => "unwilling",
27745 "unwinding" => "unwind",
27746 "unwise" => "unwis",
27747 "unwisely" => "unwis",
27748 "unwittingly" => "unwit",
27749 "unwonted" => "unwont",
27750 "unworldly" => "unworld",
27751 "unworthily" => "unworthili",
27752 "unworthiness" => "unworthi",
27753 "unworthy" => "unworthi",
27754 "unwound" => "unwound",
27755 "unwritten" => "unwritten",
27756 "unwrung" => "unwrung",
27757 "unyielding" => "unyield",
27758 "up" => "up",
27759 "upas" => "upa",
27760 "upbearing" => "upbear",
27761 "upbraid" => "upbraid",
27762 "upbraiding" => "upbraid",
27763 "upheaval" => "upheav",
27764 "upheavals" => "upheav",
27765 "upheaved" => "upheav",
27766 "upheaving" => "upheav",
27767 "upheld" => "upheld",
27768 "uphill" => "uphil",
27769 "uphold" => "uphold",
27770 "upholding" => "uphold",
27771 "upholstered" => "upholst",
27772 "upholsterer" => "upholster",
27773 "upholsterers" => "upholster",
27774 "upholstery" => "upholsteri",
27775 "upjohn" => "upjohn",
27776 "uplan" => "uplan",
27777 "upland" => "upland",
27778 "uplift" => "uplift",
27779 "uplifted" => "uplift",
27780 "uplifting" => "uplift",
27781 "upliftings" => "uplift",
27782 "upon" => "upon",
27783 "upper" => "upper",
27784 "uppermost" => "uppermost",
27785 "upraised" => "uprais",
27786 "upright" => "upright",
27787 "uprightness" => "upright",
27788 "uprising" => "upris",
27789 "uprisings" => "upris",
27790 "uproar" => "uproar",
27791 "uproarious" => "uproari",
27792 "uproariously" => "uproari",
27793 "uproot" => "uproot",
27794 "uprooting" => "uproot",
27795 "uprose" => "upros",
27796 "ups" => "up",
27797 "upsallata" => "upsallata",
27798 "upset" => "upset",
27799 "upsets" => "upset",
27800 "upsetting" => "upset",
27801 "upshot" => "upshot",
27802 "upside" => "upsid",
27803 "upstairs" => "upstair",
27804 "upstart" => "upstart",
27805 "upstarts" => "upstart",
27806 "upturned" => "upturn",
27807 "upward" => "upward",
27808 "upwards" => "upward",
27809 "urbane" => "urban",
27810 "urbanity" => "urban",
27811 "urchin" => "urchin",
27812 "urge" => "urg",
27813 "urged" => "urg",
27814 "urgency" => "urgenc",
27815 "urgent" => "urgent",
27816 "urgently" => "urgent",
27817 "urges" => "urg",
27818 "urging" => "urg",
27819 "urinary" => "urinari",
27820 "urn" => "urn",
27821 "ursula" => "ursula",
27822 "uruguay" => "uruguay",
27823 "us" => "us",
27824 "usage" => "usag",
27825 "usborne" => "usborn",
27826 "use" => "use",
27827 "used" => "use",
27828 "useful" => "use",
27829 "usefully" => "use",
27830 "usefulness" => "use",
27831 "useless" => "useless",
27832 "uselessly" => "useless",
27833 "uselessness" => "useless",
27834 "uses" => "use",
27835 "usher" => "usher",
27836 "ushered" => "usher",
27837 "ushering" => "usher",
27838 "ushers" => "usher",
27839 "using" => "use",
27840 "usnera" => "usnera",
27841 "uspallata" => "uspallata",
27842 "usual" => "usual",
27843 "usually" => "usual",
27844 "usurer" => "usur",
27845 "usurers" => "usur",
27846 "usurp" => "usurp",
27847 "utamme" => "utamm",
27848 "utensils" => "utensil",
27849 "utilitarianism" => "utilitarian",
27850 "utility" => "util",
27851 "utilize" => "util",
27852 "utilized" => "util",
27853 "utmost" => "utmost",
27854 "utter" => "utter",
27855 "utterance" => "utter",
27856 "uttered" => "utter",
27857 "uttering" => "utter",
27858 "utterly" => "utter",
27859 "utters" => "utter",
27860 "v" => "v",
27861 "va" => "va",
27862 "vacancies" => "vacanc",
27863 "vacancy" => "vacanc",
27864 "vacant" => "vacant",
27865 "vacantly" => "vacant",
27866 "vacas" => "vaca",
27867 "vacate" => "vacat",
27868 "vacated" => "vacat",
27869 "vacation" => "vacat",
27870 "vacations" => "vacat",
27871 "vacillated" => "vacil",
27872 "vacillating" => "vacil",
27873 "vacillations" => "vacil",
27874 "vacillatory" => "vacillatori",
27875 "vade" => "vade",
27876 "vagabond" => "vagabond",
27877 "vagabondizing" => "vagabond",
27878 "vagabonds" => "vagabond",
27879 "vagaries" => "vagari",
27880 "vagary" => "vagari",
27881 "vagrant" => "vagrant",
27882 "vagrants" => "vagrant",
27883 "vague" => "vagu",
27884 "vaguely" => "vagu",
27885 "vagueness" => "vagu",
27886 "vahrushin" => "vahrushin",
27887 "vain" => "vain",
27888 "vainer" => "vainer",
27889 "vainest" => "vainest",
27890 "vainglory" => "vainglori",
27891 "vainly" => "vain",
27892 "vaiuly" => "vaiuli",
27893 "valdes" => "vald",
27894 "valdivia" => "valdivia",
27895 "vale" => "vale",
27896 "valet" => "valet",
27897 "valets" => "valet",
27898 "valiantly" => "valiant",
27899 "valid" => "valid",
27900 "validity" => "valid",
27901 "valise" => "valis",
27902 "valle" => "vall",
27903 "valley" => "valley",
27904 "valleys" => "valley",
27905 "valour" => "valour",
27906 "valparaiso" => "valparaiso",
27907 "valuable" => "valuabl",
27908 "valuables" => "valuabl",
27909 "valuation" => "valuat",
27910 "value" => "valu",
27911 "valued" => "valu",
27912 "valueless" => "valueless",
27913 "valve" => "valv",
27914 "vamp" => "vamp",
27915 "vampire" => "vampir",
27916 "van" => "van",
27917 "vancouver" => "vancouv",
27918 "vane" => "vane",
27919 "vanellus" => "vanellus",
27920 "vanes" => "vane",
27921 "vanessa" => "vanessa",
27922 "vanikoro" => "vanikoro",
27923 "vanish" => "vanish",
27924 "vanished" => "vanish",
27925 "vanishes" => "vanish",
27926 "vanishing" => "vanish",
27927 "vanities" => "vaniti",
27928 "vanity" => "vaniti",
27929 "vans" => "van",
27930 "vapid" => "vapid",
27931 "vapidity" => "vapid",
27932 "vaporous" => "vapor",
27933 "vapour" => "vapour",
27934 "vapouring" => "vapour",
27935 "vapourings" => "vapour",
27936 "vapours" => "vapour",
27937 "vapoury" => "vapouri",
27938 "vara" => "vara",
27939 "varents" => "varent",
27940 "variable" => "variabl",
27941 "variance" => "varianc",
27942 "variation" => "variat",
27943 "variations" => "variat",
27944 "varie" => "vari",
27945 "varied" => "vari",
27946 "variegated" => "varieg",
27947 "varies" => "vari",
27948 "varieties" => "varieti",
27949 "variety" => "varieti",
27950 "various" => "various",
27951 "variously" => "various",
27952 "varnish" => "varnish",
27953 "varnished" => "varnish",
27954 "vary" => "vari",
27955 "varying" => "vari",
27956 "vase" => "vase",
27957 "vases" => "vase",
27958 "vassal" => "vassal",
27959 "vassalage" => "vassalag",
27960 "vassilitch" => "vassilitch",
27961 "vassily" => "vassili",
27962 "vassilyevsky" => "vassilyevski",
27963 "vast" => "vast",
27964 "vastly" => "vast",
27965 "vastness" => "vast",
27966 "vasya" => "vasya",
27967 "vater" => "vater",
27968 "vaughans" => "vaughan",
27969 "vault" => "vault",
27970 "vaulted" => "vault",
27971 "vaulting" => "vault",
27972 "vaults" => "vault",
27973 "vaunt" => "vaunt",
27974 "vauxhall" => "vauxhal",
27975 "vayli" => "vayli",
27976 "ve" => "ve",
27977 "veal" => "veal",
27978 "veals" => "veal",
27979 "veer" => "veer",
27980 "veered" => "veer",
27981 "veering" => "veer",
27982 "vegetabl" => "vegetabl",
27983 "vegetable" => "veget",
27984 "vegetables" => "veget",
27985 "vegetate" => "veget",
27986 "vegetation" => "veget",
27987 "vehemence" => "vehem",
27988 "vehement" => "vehement",
27989 "vehemently" => "vehement",
27990 "vehicle" => "vehicl",
27991 "vehicles" => "vehicl",
27992 "veil" => "veil",
27993 "veiled" => "veil",
27994 "veils" => "veil",
27995 "vein" => "vein",
27996 "veined" => "vein",
27997 "veinous" => "veinous",
27998 "veins" => "vein",
27999 "vellum" => "vellum",
28000 "velocity" => "veloc",
28001 "velvet" => "velvet",
28002 "velvets" => "velvet",
28003 "venda" => "venda",
28004 "vendome" => "vendom",
28005 "vendor" => "vendor",
28006 "vendors" => "vendor",
28007 "venerable" => "vener",
28008 "veneration" => "vener",
28009 "venetian" => "venetian",
28010 "vengeance" => "vengeanc",
28011 "venice" => "venic",
28012 "veniso" => "veniso",
28013 "venom" => "venom",
28014 "venomous" => "venom",
28015 "vent" => "vent",
28016 "ventana" => "ventana",
28017 "vented" => "vent",
28018 "ventilated" => "ventil",
28019 "ventilation" => "ventil",
28020 "ventilator" => "ventil",
28021 "venting" => "vent",
28022 "ventnor" => "ventnor",
28023 "ventriloquists" => "ventriloquist",
28024 "vents" => "vent",
28025 "venture" => "ventur",
28026 "ventured" => "ventur",
28027 "ventures" => "ventur",
28028 "venturesome" => "venturesom",
28029 "venturing" => "ventur",
28030 "venus" => "venus",
28031 "veo" => "veo",
28032 "ver" => "ver",
28033 "vera" => "vera",
28034 "veracious" => "veraci",
28035 "veracity" => "verac",
28036 "veranda" => "veranda",
28037 "verandah" => "verandah",
28038 "verandahs" => "verandah",
28039 "verb" => "verb",
28040 "verbal" => "verbal",
28041 "verbally" => "verbal",
28042 "verbena" => "verbena",
28043 "verbenas" => "verbena",
28044 "verbose" => "verbos",
28045 "verd" => "verd",
28046 "verdant" => "verdant",
28047 "verdict" => "verdict",
28048 "verdigris" => "verdigri",
28049 "verds" => "verd",
28050 "verdure" => "verdur",
28051 "vere" => "vere",
28052 "verge" => "verg",
28053 "verging" => "verg",
28054 "verified" => "verifi",
28055 "verify" => "verifi",
28056 "verily" => "verili",
28057 "verisopht" => "verisopht",
28058 "veritably" => "verit",
28059 "verite" => "verit",
28060 "vermiform" => "vermiform",
28061 "vermilion" => "vermilion",
28062 "vermin" => "vermin",
28063 "verona" => "verona",
28064 "versailles" => "versaill",
28065 "versatile" => "versatil",
28066 "verse" => "vers",
28067 "versed" => "vers",
28068 "verses" => "vers",
28069 "versification" => "versif",
28070 "version" => "version",
28071 "versions" => "version",
28072 "versts" => "verst",
28073 "vertebrae" => "vertebra",
28074 "vertical" => "vertic",
28075 "vertically" => "vertic",
28076 "vertu" => "vertu",
28077 "verulam" => "verulam",
28078 "very" => "veri",
28079 "vesicles" => "vesicl",
28080 "vessel" => "vessel",
28081 "vessels" => "vessel",
28082 "vestal" => "vestal",
28083 "vestige" => "vestig",
28084 "vestiges" => "vestig",
28085 "vestigia" => "vestigia",
28086 "vestry" => "vestri",
28087 "vesuvius" => "vesuvius",
28088 "veteran" => "veteran",
28089 "veterinary" => "veterinari",
28090 "veto" => "veto",
28091 "vex" => "vex",
28092 "vexation" => "vexat",
28093 "vexations" => "vexat",
28094 "vexatious" => "vexati",
28095 "vexed" => "vex",
28096 "vexes" => "vex",
28097 "vexing" => "vex",
28098 "vholes" => "vhole",
28099 "vholeses" => "vholes",
28100 "vi" => "vi",
28101 "via" => "via",
28102 "viands" => "viand",
28103 "viazemsky" => "viazemski",
28104 "vibrate" => "vibrat",
28105 "vibrated" => "vibrat",
28106 "vibrates" => "vibrat",
28107 "vibrating" => "vibrat",
28108 "vibration" => "vibrat",
28109 "vibrations" => "vibrat",
28110 "vibratory" => "vibratori",
28111 "vicar" => "vicar",
28112 "vicarage" => "vicarag",
28113 "vicarious" => "vicari",
28114 "vicariously" => "vicari",
28115 "vice" => "vice",
28116 "vicencio" => "vicencio",
28117 "viceroys" => "viceroy",
28118 "vices" => "vice",
28119 "vicinity" => "vicin",
28120 "vicious" => "vicious",
28121 "viciously" => "vicious",
28122 "viciousness" => "vicious",
28123 "vicissitudes" => "vicissitud",
28124 "victim" => "victim",
28125 "victimized" => "victim",
28126 "victims" => "victim",
28127 "victoria" => "victoria",
28128 "victories" => "victori",
28129 "victorious" => "victori",
28130 "victory" => "victori",
28131 "victualled" => "victual",
28132 "victuals" => "victual",
28133 "vicuna" => "vicuna",
28134 "vide" => "vide",
28135 "video" => "video",
28136 "vie" => "vie",
28137 "vied" => "vie",
28138 "vienna" => "vienna",
28139 "view" => "view",
28140 "viewed" => "view",
28141 "viewing" => "view",
28142 "views" => "view",
28143 "vigil" => "vigil",
28144 "vigilance" => "vigil",
28145 "vigilant" => "vigil",
28146 "vigilantly" => "vigil",
28147 "vigorous" => "vigor",
28148 "vigorously" => "vigor",
28149 "vigour" => "vigour",
28150 "vii" => "vii",
28151 "viii" => "viii",
28152 "vil" => "vil",
28153 "vile" => "vile",
28154 "vilely" => "vile",
28155 "vileness" => "vile",
28156 "viler" => "viler",
28157 "vilest" => "vilest",
28158 "vilified" => "vilifi",
28159 "vilinco" => "vilinco",
28160 "vilipilli" => "vilipilli",
28161 "villa" => "villa",
28162 "village" => "villag",
28163 "villagers" => "villag",
28164 "villages" => "villag",
28165 "villain" => "villain",
28166 "villainous" => "villain",
28167 "villains" => "villain",
28168 "villainy" => "villaini",
28169 "villarica" => "villarica",
28170 "villas" => "villa",
28171 "villechardouin" => "villechardouin",
28172 "villosus" => "villosus",
28173 "vilna" => "vilna",
28174 "vin" => "vin",
28175 "vincent" => "vincent",
28176 "vindicate" => "vindic",
28177 "vindicated" => "vindic",
28178 "vindication" => "vindic",
28179 "vindictive" => "vindict",
28180 "vindictively" => "vindict",
28181 "vindictiveness" => "vindict",
28182 "vine" => "vine",
28183 "vinegar" => "vinegar",
28184 "vines" => "vine",
28185 "vineyards" => "vineyard",
28186 "vino" => "vino",
28187 "vinoque" => "vinoqu",
28188 "vintems" => "vintem",
28189 "viola" => "viola",
28190 "violate" => "violat",
28191 "violated" => "violat",
28192 "violates" => "violat",
28193 "violation" => "violat",
28194 "violence" => "violenc",
28195 "violent" => "violent",
28196 "violently" => "violent",
28197 "violet" => "violet",
28198 "violets" => "violet",
28199 "violin" => "violin",
28200 "violins" => "violin",
28201 "violoncello" => "violoncello",
28202 "violoncellos" => "violoncello",
28203 "viper" => "viper",
28204 "vire" => "vire",
28205 "virgin" => "virgin",
28206 "virginian" => "virginian",
28207 "virgularia" => "virgularia",
28208 "virtually" => "virtual",
28209 "virtue" => "virtu",
28210 "virtues" => "virtu",
28211 "virtuous" => "virtuous",
28212 "virtuously" => "virtuous",
28213 "virulence" => "virul",
28214 "vis" => "vis",
28215 "visage" => "visag",
28216 "visaged" => "visag",
28217 "viscid" => "viscid",
28218 "vise" => "vise",
28219 "vish" => "vish",
28220 "vishera" => "vishera",
28221 "visible" => "visibl",
28222 "visibly" => "visibl",
28223 "vision" => "vision",
28224 "visionary" => "visionari",
28225 "visions" => "vision",
28226 "visit" => "visit",
28227 "visitation" => "visit",
28228 "visitations" => "visit",
28229 "visited" => "visit",
28230 "visiting" => "visit",
28231 "visitor" => "visitor",
28232 "visitors" => "visitor",
28233 "visits" => "visit",
28234 "vista" => "vista",
28235 "vitae" => "vita",
28236 "vital" => "vital",
28237 "vitality" => "vital",
28238 "vitally" => "vital",
28239 "vitals" => "vital",
28240 "vith" => "vith",
28241 "vithout" => "vithout",
28242 "vitiated" => "vitiat",
28243 "vitrified" => "vitrifi",
28244 "vittles" => "vittl",
28245 "vituperation" => "vituper",
28246 "vituperative" => "vitup",
28247 "vivacious" => "vivaci",
28248 "vivacity" => "vivac",
28249 "vive" => "vive",
28250 "vivid" => "vivid",
28251 "vividly" => "vivid",
28252 "vividness" => "vivid",
28253 "vivisecting" => "vivisect",
28254 "vivoras" => "vivora",
28255 "vixen" => "vixen",
28256 "vixenish" => "vixenish",
28257 "viz" => "viz",
28258 "vizier" => "vizier",
28259 "vm" => "vm",
28260 "vocabulary" => "vocabulari",
28261 "vocal" => "vocal",
28262 "vocalist" => "vocalist",
28263 "vocalists" => "vocalist",
28264 "vocation" => "vocat",
28265 "voce" => "voce",
28266 "vociferates" => "vocifer",
28267 "vociferous" => "vocifer",
28268 "vodka" => "vodka",
28269 "vogue" => "vogu",
28270 "voice" => "voic",
28271 "voiced" => "voic",
28272 "voices" => "voic",
28273 "void" => "void",
28274 "voir" => "voir",
28275 "vol" => "vol",
28276 "volatile" => "volatil",
28277 "volatilized" => "volatil",
28278 "volcanic" => "volcan",
28279 "volcano" => "volcano",
28280 "volcanoes" => "volcano",
28281 "volcanos" => "volcano",
28282 "volley" => "volley",
28283 "volleys" => "volley",
28284 "volney" => "volney",
28285 "volte" => "volt",
28286 "volubility" => "volubl",
28287 "voluble" => "volubl",
28288 "volubly" => "volubl",
28289 "volume" => "volum",
28290 "volumes" => "volum",
28291 "voluminous" => "volumin",
28292 "volumnia" => "volumnia",
28293 "volumnias" => "volumnia",
28294 "voluntarily" => "voluntarili",
28295 "voluntary" => "voluntari",
28296 "volunteer" => "volunt",
28297 "volunteered" => "volunt",
28298 "volunteering" => "volunt",
28299 "voluptuous" => "voluptu",
28300 "voluta" => "voluta",
28301 "volutas" => "voluta",
28302 "volute" => "volut",
28303 "vom" => "vom",
28304 "vomit" => "vomit",
28305 "von" => "von",
28306 "voraciously" => "voraci",
28307 "vortex" => "vortex",
28308 "vorticose" => "vorticos",
28309 "voskresensky" => "voskresenski",
28310 "votaries" => "votari",
28311 "vote" => "vote",
28312 "voted" => "vote",
28313 "voter" => "voter",
28314 "voters" => "voter",
28315 "votes" => "vote",
28316 "voting" => "vote",
28317 "vouch" => "vouch",
28318 "vouches" => "vouch",
28319 "vouchsafe" => "vouchsaf",
28320 "vouchsafed" => "vouchsaf",
28321 "vouchsafing" => "vouchsaf",
28322 "vous" => "vous",
28323 "vow" => "vow",
28324 "vowed" => "vow",
28325 "vowing" => "vow",
28326 "vows" => "vow",
28327 "voyage" => "voyag",
28328 "voyager" => "voyag",
28329 "voyagers" => "voyag",
28330 "voyages" => "voyag",
28331 "voznesensky" => "voznesenski",
28332 "vrazumihin" => "vrazumihin",
28333 "vremya" => "vremya",
28334 "vrow" => "vrow",
28335 "vue" => "vue",
28336 "vulgar" => "vulgar",
28337 "vulgarest" => "vulgarest",
28338 "vulgarise" => "vulgaris",
28339 "vulgarity" => "vulgar",
28340 "vultur" => "vultur",
28341 "vulture" => "vultur",
28342 "vultures" => "vultur",
28343 "w" => "w",
28344 "wa" => "wa",
28345 "waa" => "waa",
28346 "waants" => "waant",
28347 "waat" => "waat",
28348 "wackford" => "wackford",
28349 "wackfords" => "wackford",
28350 "wadded" => "wad",
28351 "wadding" => "wad",
28352 "waddling" => "waddl",
28353 "wade" => "wade",
28354 "waded" => "wade",
28355 "waders" => "wader",
28356 "wading" => "wade",
28357 "wafer" => "wafer",
28358 "wafered" => "wafer",
28359 "wafers" => "wafer",
28360 "waft" => "waft",
28361 "wafted" => "waft",
28362 "wage" => "wage",
28363 "waged" => "wage",
28364 "wager" => "wager",
28365 "wagers" => "wager",
28366 "wages" => "wage",
28367 "wagged" => "wag",
28368 "wagging" => "wag",
28369 "waggish" => "waggish",
28370 "waggishly" => "waggish",
28371 "waggon" => "waggon",
28372 "waggoner" => "waggon",
28373 "waggons" => "waggon",
28374 "wagner" => "wagner",
28375 "wagon" => "wagon",
28376 "wai" => "wai",
28377 "wail" => "wail",
28378 "wailed" => "wail",
28379 "wailing" => "wail",
28380 "wailings" => "wail",
28381 "wails" => "wail",
28382 "waimate" => "waimat",
28383 "wainscot" => "wainscot",
28384 "wainscotting" => "wainscot",
28385 "waiomio" => "waiomio",
28386 "waist" => "waist",
28387 "waistcoat" => "waistcoat",
28388 "waistcoats" => "waistcoat",
28389 "waisted" => "waist",
28390 "waists" => "waist",
28391 "wait" => "wait",
28392 "waited" => "wait",
28393 "waiter" => "waiter",
28394 "waiters" => "waiter",
28395 "waither" => "waither",
28396 "waiting" => "wait",
28397 "waitress" => "waitress",
28398 "waits" => "wait",
28399 "wake" => "wake",
28400 "waked" => "wake",
28401 "wakeful" => "wake",
28402 "wakefulness" => "wake",
28403 "wakened" => "waken",
28404 "wakening" => "waken",
28405 "wakes" => "wake",
28406 "waking" => "wake",
28407 "wakken" => "wakken",
28408 "walckanaer" => "walckana",
28409 "walcot" => "walcot",
28410 "wale" => "wale",
28411 "walerawang" => "walerawang",
28412 "wales" => "wale",
28413 "walk" => "walk",
28414 "walked" => "walk",
28415 "walker" => "walker",
28416 "walketh" => "walketh",
28417 "walking" => "walk",
28418 "walks" => "walk",
28419 "wall" => "wall",
28420 "walled" => "wall",
28421 "walleechu" => "walleechu",
28422 "wallenstein" => "wallenstein",
28423 "wallflower" => "wallflow",
28424 "wallflowers" => "wallflow",
28425 "wallow" => "wallow",
28426 "wallowing" => "wallow",
28427 "walls" => "wall",
28428 "walnut" => "walnut",
28429 "walpole" => "walpol",
28430 "walter" => "walter",
28431 "walting" => "walt",
28432 "waltz" => "waltz",
28433 "waltzed" => "waltz",
28434 "waltzes" => "waltz",
28435 "waltzing" => "waltz",
28436 "wan" => "wan",
28437 "wand" => "wand",
28438 "wander" => "wander",
28439 "wandered" => "wander",
28440 "wanderer" => "wander",
28441 "wanderers" => "wander",
28442 "wandering" => "wander",
28443 "wanderings" => "wander",
28444 "wanders" => "wander",
28445 "wands" => "wand",
28446 "wane" => "wane",
28447 "waned" => "wane",
28448 "wanness" => "wan",
28449 "wanst" => "wanst",
28450 "want" => "want",
28451 "wanted" => "want",
28452 "wanting" => "want",
28453 "wanton" => "wanton",
28454 "wantonly" => "wanton",
28455 "wantonness" => "wanton",
28456 "wants" => "want",
28457 "war" => "war",
28458 "warbler" => "warbler",
28459 "warbling" => "warbl",
28460 "warburton" => "warburton",
28461 "ward" => "ward",
28462 "warded" => "ward",
28463 "warder" => "warder",
28464 "warding" => "ward",
28465 "wardrobe" => "wardrob",
28466 "wardrobes" => "wardrob",
28467 "wards" => "ward",
28468 "ware" => "ware",
28469 "warehouse" => "warehous",
28470 "warehousemen" => "warehousemen",
28471 "warehouses" => "warehous",
28472 "wares" => "ware",
28473 "warfare" => "warfar",
28474 "warhorse" => "warhors",
28475 "warily" => "warili",
28476 "warking" => "wark",
28477 "warlike" => "warlik",
28478 "warm" => "warm",
28479 "warmed" => "warm",
28480 "warmer" => "warmer",
28481 "warmest" => "warmest",
28482 "warmhearted" => "warmheart",
28483 "warming" => "warm",
28484 "warmly" => "warm",
28485 "warms" => "warm",
28486 "warmth" => "warmth",
28487 "warn" => "warn",
28488 "warned" => "warn",
28489 "warning" => "warn",
28490 "warnings" => "warn",
28491 "warped" => "warp",
28492 "warrant" => "warrant",
28493 "warranted" => "warrant",
28494 "warrants" => "warrant",
28495 "warrens" => "warren",
28496 "warring" => "war",
28497 "warrior" => "warrior",
28498 "warriors" => "warrior",
28499 "warrn" => "warrn",
28500 "wars" => "war",
28501 "wart" => "wart",
28502 "warted" => "wart",
28503 "warts" => "wart",
28504 "warwick" => "warwick",
28505 "wary" => "wari",
28506 "was" => "was",
28507 "wasche" => "wasch",
28508 "wash" => "wash",
28509 "washed" => "wash",
28510 "washerwoman" => "washerwoman",
28511 "washery" => "washeri",
28512 "washes" => "wash",
28513 "washin" => "washin",
28514 "washing" => "wash",
28515 "washings" => "wash",
28516 "wasn" => "wasn",
28517 "wasp" => "wasp",
28518 "waste" => "wast",
28519 "wasted" => "wast",
28520 "wasteful" => "wast",
28521 "wastefulness" => "wast",
28522 "wastes" => "wast",
28523 "wasting" => "wast",
28524 "wat" => "wat",
28525 "watch" => "watch",
28526 "watched" => "watch",
28527 "watcher" => "watcher",
28528 "watchers" => "watcher",
28529 "watches" => "watch",
28530 "watchful" => "watch",
28531 "watchfully" => "watch",
28532 "watchfulness" => "watch",
28533 "watching" => "watch",
28534 "watchings" => "watch",
28535 "watchmaker" => "watchmak",
28536 "watchman" => "watchman",
28537 "watchmen" => "watchmen",
28538 "water" => "water",
28539 "watercourse" => "watercours",
28540 "watered" => "water",
28541 "waterfall" => "waterfal",
28542 "waterfalls" => "waterfal",
28543 "waterfloods" => "waterflood",
28544 "waterfowl" => "waterfowl",
28545 "waterhouse" => "waterhous",
28546 "watering" => "water",
28547 "waterloo" => "waterloo",
28548 "waterproof" => "waterproof",
28549 "waters" => "water",
28550 "watershed" => "watersh",
28551 "waterside" => "watersid",
28552 "waterwheel" => "waterwheel",
28553 "waterworn" => "waterworn",
28554 "watery" => "wateri",
28555 "wather" => "wather",
28556 "watkins" => "watkin",
28557 "watt" => "watt",
28558 "watts" => "watt",
28559 "wave" => "wave",
28560 "waved" => "wave",
28561 "wavered" => "waver",
28562 "wavering" => "waver",
28563 "waves" => "wave",
28564 "waving" => "wave",
28565 "wavy" => "wavi",
28566 "wax" => "wax",
28567 "waxed" => "wax",
28568 "waxen" => "waxen",
28569 "waxing" => "wax",
28570 "waxy" => "waxi",
28571 "way" => "way",
28572 "wayfarer" => "wayfar",
28573 "wayfarers" => "wayfar",
28574 "waylaid" => "waylaid",
28575 "waylay" => "waylay",
28576 "ways" => "way",
28577 "wayside" => "waysid",
28578 "wayward" => "wayward",
28579 "waywardness" => "wayward",
28580 "we" => "we",
28581 "weak" => "weak",
28582 "weaken" => "weaken",
28583 "weakened" => "weaken",
28584 "weakening" => "weaken",
28585 "weaker" => "weaker",
28586 "weakest" => "weakest",
28587 "weakly" => "weak",
28588 "weakness" => "weak",
28589 "weaknesses" => "weak",
28590 "weals" => "weal",
28591 "wealth" => "wealth",
28592 "wealthy" => "wealthi",
28593 "wean" => "wean",
28594 "weaning" => "wean",
28595 "weapon" => "weapon",
28596 "weapons" => "weapon",
28597 "wear" => "wear",
28598 "wearer" => "wearer",
28599 "wearers" => "wearer",
28600 "wearied" => "weari",
28601 "wearily" => "wearili",
28602 "weariness" => "weari",
28603 "wearing" => "wear",
28604 "wearisome" => "wearisom",
28605 "wears" => "wear",
28606 "weary" => "weari",
28607 "wearying" => "weari",
28608 "weasen" => "weasen",
28609 "weather" => "weather",
28610 "weatherboard" => "weatherboard",
28611 "weathercock" => "weathercock",
28612 "weathered" => "weather",
28613 "weathers" => "weather",
28614 "weave" => "weav",
28615 "weavers" => "weaver",
28616 "weaving" => "weav",
28617 "weazen" => "weazen",
28618 "weazened" => "weazen",
28619 "web" => "web",
28620 "webb" => "webb",
28621 "webbed" => "web",
28622 "webs" => "web",
28623 "webster" => "webster",
28624 "wed" => "wed",
28625 "wedded" => "wed",
28626 "weddin" => "weddin",
28627 "wedding" => "wed",
28628 "weddings" => "wed",
28629 "wedge" => "wedg",
28630 "wedged" => "wedg",
28631 "wedges" => "wedg",
28632 "wedlock" => "wedlock",
28633 "wednesday" => "wednesday",
28634 "wednesdays" => "wednesday",
28635 "weed" => "weed",
28636 "weeding" => "weed",
28637 "weeds" => "weed",
28638 "weedur" => "weedur",
28639 "weedy" => "weedi",
28640 "week" => "week",
28641 "weekly" => "week",
28642 "weeks" => "week",
28643 "weel" => "weel",
28644 "weep" => "weep",
28645 "weepers" => "weeper",
28646 "weeping" => "weep",
28647 "weeps" => "weep",
28648 "weevle" => "weevl",
28649 "wehr" => "wehr",
28650 "weigh" => "weigh",
28651 "weighed" => "weigh",
28652 "weighing" => "weigh",
28653 "weighs" => "weigh",
28654 "weight" => "weight",
28655 "weightily" => "weightili",
28656 "weights" => "weight",
28657 "weighty" => "weighti",
28658 "weir" => "weir",
28659 "weird" => "weird",
28660 "weirs" => "weir",
28661 "weise" => "weis",
28662 "welcome" => "welcom",
28663 "welcomed" => "welcom",
28664 "welcomer" => "welcom",
28665 "welcomes" => "welcom",
28666 "welcoming" => "welcom",
28667 "welfare" => "welfar",
28668 "well" => "well",
28669 "wellington" => "wellington",
28670 "wells" => "well",
28671 "welsh" => "welsh",
28672 "weltering" => "welter",
28673 "welveteen" => "welveteen",
28674 "wen" => "wen",
28675 "wench" => "wench",
28676 "wenches" => "wench",
28677 "wend" => "wend",
28678 "wended" => "wend",
28679 "wending" => "wend",
28680 "wengeance" => "wengeanc",
28681 "went" => "went",
28682 "weobly" => "weobli",
28683 "wepping" => "wep",
28684 "wept" => "wept",
28685 "wer" => "wer",
28686 "were" => "were",
28687 "weren" => "weren",
28688 "werry" => "werri",
28689 "wery" => "weri",
28690 "wessel" => "wessel",
28691 "west" => "west",
28692 "westerly" => "wester",
28693 "western" => "western",
28694 "westminster" => "westminst",
28695 "westmoreland" => "westmoreland",
28696 "westward" => "westward",
28697 "westwood" => "westwood",
28698 "wet" => "wet",
28699 "wets" => "wet",
28700 "wetted" => "wet",
28701 "wettest" => "wettest",
28702 "wetting" => "wet",
28703 "wexed" => "wex",
28704 "wha" => "wha",
28705 "whale" => "whale",
28706 "whalebones" => "whalebon",
28707 "whaler" => "whaler",
28708 "whalers" => "whaler",
28709 "whalery" => "whaleri",
28710 "whales" => "whale",
28711 "whaling" => "whale",
28712 "wharf" => "wharf",
28713 "wharton" => "wharton",
28714 "whartons" => "wharton",
28715 "wharves" => "wharv",
28716 "what" => "what",
28717 "whate" => "whate",
28718 "whatever" => "whatev",
28719 "whatsername" => "whatsernam",
28720 "whatsoever" => "whatsoev",
28721 "whe" => "whe",
28722 "wheat" => "wheat",
28723 "wheedled" => "wheedl",
28724 "wheedlin" => "wheedlin",
28725 "wheel" => "wheel",
28726 "wheelbarrow" => "wheelbarrow",
28727 "wheelbarrowful" => "wheelbarrow",
28728 "wheeled" => "wheel",
28729 "wheeling" => "wheel",
28730 "wheels" => "wheel",
28731 "wheelwright" => "wheelwright",
28732 "wheeze" => "wheez",
28733 "wheezing" => "wheez",
28734 "when" => "when",
28735 "whence" => "whenc",
28736 "whenever" => "whenev",
28737 "whensoever" => "whensoev",
28738 "wher" => "wher",
28739 "where" => "where",
28740 "whereabout" => "whereabout",
28741 "whereabouts" => "whereabout",
28742 "whereas" => "wherea",
28743 "whereat" => "whereat",
28744 "whereby" => "wherebi",
28745 "wherefore" => "wherefor",
28746 "wherein" => "wherein",
28747 "whereof" => "whereof",
28748 "whereon" => "whereon",
28749 "wheresoever" => "wheresoev",
28750 "whereupon" => "whereupon",
28751 "whereve" => "wherev",
28752 "wherever" => "wherev",
28753 "wherewith" => "wherewith",
28754 "whet" => "whet",
28755 "whethe" => "wheth",
28756 "whether" => "whether",
28757 "whew" => "whew",
28758 "whey" => "whey",
28759 "whic" => "whic",
28760 "which" => "which",
28761 "whichever" => "whichev",
28762 "whichsoever" => "whichsoev",
28763 "whiff" => "whiff",
28764 "whig" => "whig",
28765 "whigs" => "whig",
28766 "while" => "while",
28767 "whiles" => "while",
28768 "whilst" => "whilst",
28769 "whim" => "whim",
28770 "whimper" => "whimper",
28771 "whimpered" => "whimper",
28772 "whimpering" => "whimper",
28773 "whimpers" => "whimper",
28774 "whims" => "whim",
28775 "whimsical" => "whimsic",
28776 "whimsically" => "whimsic",
28777 "whined" => "whine",
28778 "whines" => "whine",
28779 "whining" => "whine",
28780 "whinstone" => "whinston",
28781 "whip" => "whip",
28782 "whipcord" => "whipcord",
28783 "whipped" => "whip",
28784 "whipper" => "whipper",
28785 "whipping" => "whip",
28786 "whips" => "whip",
28787 "whipster" => "whipster",
28788 "whipt" => "whipt",
28789 "whirl" => "whirl",
28790 "whirled" => "whirl",
28791 "whirling" => "whirl",
28792 "whirlpool" => "whirlpool",
28793 "whirls" => "whirl",
28794 "whirlwind" => "whirlwind",
28795 "whirr" => "whirr",
28796 "whish" => "whish",
28797 "whisk" => "whisk",
28798 "whisked" => "whisk",
28799 "whisker" => "whisker",
28800 "whiskered" => "whisker",
28801 "whiskers" => "whisker",
28802 "whisking" => "whisk",
28803 "whisky" => "whiski",
28804 "whisper" => "whisper",
28805 "whispered" => "whisper",
28806 "whisperers" => "whisper",
28807 "whispering" => "whisper",
28808 "whisperings" => "whisper",
28809 "whisperirig" => "whisperirig",
28810 "whispers" => "whisper",
28811 "whist" => "whist",
28812 "whistle" => "whistl",
28813 "whistled" => "whistl",
28814 "whistles" => "whistl",
28815 "whistling" => "whistl",
28816 "whit" => "whit",
28817 "white" => "white",
28818 "whitechapel" => "whitechapel",
28819 "whiteford" => "whiteford",
28820 "whitefriars" => "whitefriar",
28821 "whitened" => "whiten",
28822 "whiteness" => "white",
28823 "whitening" => "whiten",
28824 "whiter" => "whiter",
28825 "whites" => "white",
28826 "whitest" => "whitest",
28827 "whitewash" => "whitewash",
28828 "whitewashed" => "whitewash",
28829 "whitewashing" => "whitewash",
28830 "whitey" => "whitey",
28831 "whitford" => "whitford",
28832 "whither" => "whither",
28833 "whitish" => "whitish",
28834 "whitsunday" => "whitsunday",
28835 "whitsuntide" => "whitsuntid",
28836 "whittington" => "whittington",
28837 "whity" => "whiti",
28838 "who" => "who",
28839 "whoam" => "whoam",
28840 "whoever" => "whoever",
28841 "whol" => "whol",
28842 "whole" => "whole",
28843 "wholesale" => "wholesal",
28844 "wholesome" => "wholesom",
28845 "wholesomely" => "wholesom",
28846 "wholesomer" => "wholesom",
28847 "wholly" => "wholli",
28848 "whom" => "whom",
28849 "whomsoever" => "whomsoev",
28850 "whoo" => "whoo",
28851 "whooping" => "whoop",
28852 "whoosh" => "whoosh",
28853 "whose" => "whose",
28854 "whosoever" => "whosoev",
28855 "why" => "whi",
28856 "whytorseller" => "whytorsel",
28857 "wi" => "wi",
28858 "wice" => "wice",
28859 "wicious" => "wicious",
28860 "wick" => "wick",
28861 "wicked" => "wick",
28862 "wickedest" => "wickedest",
28863 "wickedly" => "wick",
28864 "wickedness" => "wicked",
28865 "wicker" => "wicker",
28866 "wicket" => "wicket",
28867 "wickham" => "wickham",
28868 "widder" => "widder",
28869 "wide" => "wide",
28870 "widely" => "wide",
28871 "widened" => "widen",
28872 "wider" => "wider",
28873 "widespread" => "widespread",
28874 "widest" => "widest",
28875 "widow" => "widow",
28876 "widowed" => "widow",
28877 "widower" => "widow",
28878 "widowhood" => "widowhood",
28879 "widows" => "widow",
28880 "width" => "width",
28881 "widths" => "width",
28882 "wield" => "wield",
28883 "wielded" => "wield",
28884 "wife" => "wife",
28885 "wig" => "wig",
28886 "wight" => "wight",
28887 "wiglomeration" => "wiglomer",
28888 "wigmaker" => "wigmak",
28889 "wigmore" => "wigmor",
28890 "wigs" => "wig",
28891 "wigwam" => "wigwam",
28892 "wigwams" => "wigwam",
28893 "wil" => "wil",
28894 "wild" => "wild",
28895 "wilder" => "wilder",
28896 "wilderness" => "wilder",
28897 "wildest" => "wildest",
28898 "wildly" => "wild",
28899 "wildness" => "wild",
28900 "wile" => "wile",
28901 "wiled" => "wile",
28902 "wiles" => "wile",
28903 "wilful" => "wil",
28904 "wilfully" => "wil",
28905 "wilfulness" => "wil",
28906 "wilheim" => "wilheim",
28907 "will" => "will",
28908 "willage" => "willag",
28909 "willed" => "will",
28910 "william" => "william",
28911 "williams" => "william",
28912 "willin" => "willin",
28913 "willing" => "will",
28914 "willingiy" => "willingiy",
28915 "willingly" => "will",
28916 "willingness" => "willing",
28917 "willinwodd" => "willinwodd",
28918 "willl" => "willl",
28919 "willow" => "willow",
28920 "willows" => "willow",
28921 "wills" => "will",
28922 "willst" => "willst",
28923 "willy" => "willi",
28924 "wilmot" => "wilmot",
28925 "wilson" => "wilson",
28926 "wilt" => "wilt",
28927 "wily" => "wili",
28928 "win" => "win",
28929 "winced" => "winc",
28930 "winchester" => "winchest",
28931 "wincing" => "winc",
28932 "wind" => "wind",
28933 "winded" => "wind",
28934 "winder" => "winder",
28935 "winders" => "winder",
28936 "winding" => "wind",
28937 "windings" => "wind",
28938 "windlass" => "windlass",
28939 "windmill" => "windmil",
28940 "windmills" => "windmil",
28941 "window" => "window",
28942 "windowed" => "window",
28943 "windows" => "window",
28944 "windpipe" => "windpip",
28945 "winds" => "wind",
28946 "windsor" => "windsor",
28947 "windward" => "windward",
28948 "windy" => "windi",
28949 "wine" => "wine",
28950 "wineglassful" => "wineglass",
28951 "wines" => "wine",
28952 "wing" => "wing",
28953 "winged" => "wing",
28954 "wingfield" => "wingfield",
28955 "wingless" => "wingless",
28956 "wings" => "wing",
28957 "wink" => "wink",
28958 "winked" => "wink",
28959 "winking" => "wink",
28960 "winkles" => "winkl",
28961 "winks" => "wink",
28962 "winner" => "winner",
28963 "winning" => "win",
28964 "winnings" => "win",
28965 "winnowing" => "winnow",
28966 "wins" => "win",
28967 "winter" => "winter",
28968 "winters" => "winter",
28969 "wintry" => "wintri",
28970 "wiolinceller" => "wiolincel",
28971 "wiolincellers" => "wiolincel",
28972 "wipe" => "wipe",
28973 "wiped" => "wipe",
28974 "wipes" => "wipe",
28975 "wiping" => "wipe",
28976 "wire" => "wire",
28977 "wires" => "wire",
28978 "wiry" => "wiri",
28979 "wis" => "wis",
28980 "wisdom" => "wisdom",
28981 "wise" => "wise",
28982 "wisely" => "wise",
28983 "wiser" => "wiser",
28984 "wisest" => "wisest",
28985 "wish" => "wish",
28986 "wished" => "wish",
28987 "wisher" => "wisher",
28988 "wishermaydie" => "wishermaydi",
28989 "wishes" => "wish",
28990 "wishful" => "wish",
28991 "wishing" => "wish",
28992 "wisit" => "wisit",
28993 "wisitation" => "wisit",
28994 "wisitations" => "wisit",
28995 "wisitin" => "wisitin",
28996 "wisiting" => "wisit",
28997 "wisk" => "wisk",
28998 "wisp" => "wisp",
28999 "wiss" => "wiss",
29000 "wissen" => "wissen",
29001 "wistful" => "wist",
29002 "wistfully" => "wist",
29003 "wit" => "wit",
29004 "witch" => "witch",
29005 "witchcraft" => "witchcraft",
29006 "witchery" => "witcheri",
29007 "witches" => "witch",
29008 "with" => "with",
29009 "withal" => "withal",
29010 "withdraw" => "withdraw",
29011 "withdrawal" => "withdraw",
29012 "withdrawed" => "withdraw",
29013 "withdrawing" => "withdraw",
29014 "withdrawn" => "withdrawn",
29015 "withdraws" => "withdraw",
29016 "withdrew" => "withdrew",
29017 "wither" => "wither",
29018 "withered" => "wither",
29019 "withering" => "wither",
29020 "withers" => "wither",
29021 "withheld" => "withheld",
29022 "withhold" => "withhold",
29023 "withi" => "withi",
29024 "within" => "within",
29025 "withou" => "withou",
29026 "without" => "without",
29027 "withstand" => "withstand",
29028 "withstood" => "withstood",
29029 "wititterly" => "wititt",
29030 "wititterlys" => "wititt",
29031 "witness" => "wit",
29032 "witnessed" => "wit",
29033 "witnesses" => "wit",
29034 "witnessing" => "wit",
29035 "wits" => "wit",
29036 "witted" => "wit",
29037 "witticism" => "wittic",
29038 "witticisms" => "wittic",
29039 "wittier" => "wittier",
29040 "wittily" => "wittili",
29041 "wittles" => "wittl",
29042 "witty" => "witti",
29043 "wives" => "wive",
29044 "wizard" => "wizard",
29045 "wizened" => "wizen",
29046 "wlll" => "wlll",
29047 "wo" => "wo",
29048 "woa" => "woa",
29049 "woe" => "woe",
29050 "woebegone" => "woebegon",
29051 "woeful" => "woeful",
29052 "woes" => "woe",
29053 "woful" => "woful",
29054 "wofully" => "wofulli",
29055 "woice" => "woic",
29056 "woices" => "woic",
29057 "woke" => "woke",
29058 "wold" => "wold",
29059 "wolds" => "wold",
29060 "wolf" => "wolf",
29061 "wolgan" => "wolgan",
29062 "wollaston" => "wollaston",
29063 "wolsey" => "wolsey",
29064 "wolves" => "wolv",
29065 "woman" => "woman",
29066 "womanhood" => "womanhood",
29067 "womanish" => "womanish",
29068 "womankind" => "womankind",
29069 "womanly" => "woman",
29070 "women" => "women",
29071 "won" => "won",
29072 "wonder" => "wonder",
29073 "wondered" => "wonder",
29074 "wonderful" => "wonder",
29075 "wonderfully" => "wonder",
29076 "wondering" => "wonder",
29077 "wonderingly" => "wonder",
29078 "wonderment" => "wonder",
29079 "wonders" => "wonder",
29080 "wondrous" => "wondrous",
29081 "wonld" => "wonld",
29082 "wont" => "wont",
29083 "wonted" => "wont",
29084 "woo" => "woo",
29085 "wood" => "wood",
29086 "woodbine" => "woodbin",
29087 "woodchips" => "woodchip",
29088 "woodcot" => "woodcot",
29089 "woodcourt" => "woodcourt",
29090 "woodcut" => "woodcut",
29091 "wooded" => "wood",
29092 "wooden" => "wooden",
29093 "woodland" => "woodland",
29094 "woodlouse" => "woodlous",
29095 "woodman" => "woodman",
29096 "woodpecker" => "woodpeck",
29097 "woods" => "wood",
29098 "woodwork" => "woodwork",
29099 "woody" => "woodi",
29100 "wooed" => "woo",
29101 "wool" => "wool",
29102 "woolen" => "woolen",
29103 "woollen" => "woollen",
29104 "woolly" => "woolli",
29105 "woollya" => "woollya",
29106 "woolsack" => "woolsack",
29107 "woolwich" => "woolwich",
29108 "wooman" => "wooman",
29109 "wor" => "wor",
29110 "word" => "word",
29111 "worded" => "word",
29112 "wording" => "word",
29113 "words" => "word",
29114 "wordsworth" => "wordsworth",
29115 "wordy" => "wordi",
29116 "wore" => "wore",
29117 "worid" => "worid",
29118 "work" => "work",
29119 "workaday" => "workaday",
29120 "workbox" => "workbox",
29121 "worked" => "work",
29122 "worker" => "worker",
29123 "workers" => "worker",
29124 "workhouse" => "workhous",
29125 "working" => "work",
29126 "workings" => "work",
29127 "workman" => "workman",
29128 "workmanlike" => "workmanlik",
29129 "workmanship" => "workmanship",
29130 "workmen" => "workmen",
29131 "workroom" => "workroom",
29132 "works" => "work",
29133 "workshop" => "workshop",
29134 "workshops" => "workshop",
29135 "world" => "world",
29136 "worldliness" => "worldli",
29137 "worldlings" => "worldl",
29138 "worldly" => "world",
29139 "worlds" => "world",
29140 "worm" => "worm",
29141 "worming" => "worm",
29142 "worms" => "worm",
29143 "wormwood" => "wormwood",
29144 "worn" => "worn",
29145 "worried" => "worri",
29146 "worries" => "worri",
29147 "worrit" => "worrit",
29148 "worrited" => "worrit",
29149 "worritted" => "worrit",
29150 "worry" => "worri",
29151 "worrying" => "worri",
29152 "worse" => "wors",
29153 "worship" => "worship",
29154 "worshipped" => "worship",
29155 "worshippers" => "worshipp",
29156 "worships" => "worship",
29157 "worst" => "worst",
29158 "worsted" => "worst",
29159 "worsteds" => "worst",
29160 "worth" => "worth",
29161 "worthbourne" => "worthbourn",
29162 "worthier" => "worthier",
29163 "worthies" => "worthi",
29164 "worthily" => "worthili",
29165 "worthless" => "worthless",
29166 "worthlessness" => "worthless",
29167 "worthwhile" => "worthwhil",
29168 "worthy" => "worthi",
29169 "wos" => "wos",
29170 "wot" => "wot",
29171 "woul" => "woul",
29172 "would" => "would",
29173 "wouldest" => "wouldest",
29174 "wouldn" => "wouldn",
29175 "wound" => "wound",
29176 "wounded" => "wound",
29177 "wounding" => "wound",
29178 "wounds" => "wound",
29179 "woven" => "woven",
29180 "wow" => "wow",
29181 "wows" => "wow",
29182 "wrangerton" => "wrangerton",
29183 "wrangle" => "wrangl",
29184 "wrangling" => "wrangl",
29185 "wrap" => "wrap",
29186 "wrapped" => "wrap",
29187 "wrapper" => "wrapper",
29188 "wrappers" => "wrapper",
29189 "wrapping" => "wrap",
29190 "wrappings" => "wrap",
29191 "wrapt" => "wrapt",
29192 "wrath" => "wrath",
29193 "wrathful" => "wrath",
29194 "wrathfully" => "wrath",
29195 "wreaked" => "wreak",
29196 "wreaking" => "wreak",
29197 "wreath" => "wreath",
29198 "wreathed" => "wreath",
29199 "wreathes" => "wreath",
29200 "wreathing" => "wreath",
29201 "wreaths" => "wreath",
29202 "wreck" => "wreck",
29203 "wrecked" => "wreck",
29204 "wren" => "wren",
29205 "wrench" => "wrench",
29206 "wrenched" => "wrench",
29207 "wrenching" => "wrench",
29208 "wrens" => "wren",
29209 "wrested" => "wrest",
29210 "wresting" => "wrest",
29211 "wrestle" => "wrestl",
29212 "wrestling" => "wrestl",
29213 "wretch" => "wretch",
29214 "wretched" => "wretch",
29215 "wretchedest" => "wretchedest",
29216 "wretchedly" => "wretch",
29217 "wretchedness" => "wretched",
29218 "wretches" => "wretch",
29219 "wriggling" => "wriggl",
29220 "wring" => "wring",
29221 "wringing" => "wring",
29222 "wrings" => "wring",
29223 "wrinkle" => "wrinkl",
29224 "wrinkled" => "wrinkl",
29225 "wrinkles" => "wrinkl",
29226 "wrinkling" => "wrinkl",
29227 "wrist" => "wrist",
29228 "wristbands" => "wristband",
29229 "wrists" => "wrist",
29230 "writ" => "writ",
29231 "write" => "write",
29232 "writer" => "writer",
29233 "writers" => "writer",
29234 "writes" => "write",
29235 "writhe" => "writh",
29236 "writhed" => "writh",
29237 "writhing" => "writh",
29238 "writhings" => "writh",
29239 "writin" => "writin",
29240 "writing" => "write",
29241 "writings" => "write",
29242 "written" => "written",
29243 "wrong" => "wrong",
29244 "wrongdoing" => "wrongdo",
29245 "wronged" => "wrong",
29246 "wrongfully" => "wrong",
29247 "wronging" => "wrong",
29248 "wrongly" => "wrong",
29249 "wrongs" => "wrong",
29250 "wrote" => "wrote",
29251 "wroth" => "wroth",
29252 "wrought" => "wrought",
29253 "wrung" => "wrung",
29254 "wry" => "wri",
29255 "wrymug" => "wrymug",
29256 "wull" => "wull",
29257 "wuns" => "wun",
29258 "wunst" => "wunst",
29259 "wur" => "wur",
29260 "wurd" => "wurd",
29261 "wye" => "wye",
29262 "wyelands" => "wyeland",
29263 "wyndham" => "wyndham",
29264 "x" => "x",
29265 "xi" => "xi",
29266 "xii" => "xii",
29267 "xiii" => "xiii",
29268 "xiv" => "xiv",
29269 "xix" => "xix",
29270 "xl" => "xl",
29271 "xli" => "xli",
29272 "xlii" => "xlii",
29273 "xliii" => "xliii",
29274 "xliv" => "xliv",
29275 "xlix" => "xlix",
29276 "xlv" => "xlv",
29277 "xlvi" => "xlvi",
29278 "xlvii" => "xlvii",
29279 "xlviii" => "xlviii",
29280 "xv" => "xv",
29281 "xvi" => "xvi",
29282 "xvii" => "xvii",
29283 "xviii" => "xviii",
29284 "xx" => "xx",
29285 "xxi" => "xxi",
29286 "xxii" => "xxii",
29287 "xxiii" => "xxiii",
29288 "xxiv" => "xxiv",
29289 "xxix" => "xxix",
29290 "xxv" => "xxv",
29291 "xxvi" => "xxvi",
29292 "xxvii" => "xxvii",
29293 "xxviii" => "xxviii",
29294 "xxx" => "xxx",
29295 "xxxi" => "xxxi",
29296 "xxxii" => "xxxii",
29297 "xxxiii" => "xxxiii",
29298 "xxxiv" => "xxxiv",
29299 "xxxix" => "xxxix",
29300 "xxxv" => "xxxv",
29301 "xxxvi" => "xxxvi",
29302 "xxxvii" => "xxxvii",
29303 "xxxviii" => "xxxviii",
29304 "y" => "y",
29305 "ya" => "ya",
29306 "yacht" => "yacht",
29307 "yachting" => "yacht",
29308 "yagouaroundi" => "yagouaroundi",
29309 "yam" => "yam",
29310 "yammerschooner" => "yammerschoon",
29311 "yammerschoonering" => "yammerschoon",
29312 "yams" => "yam",
29313 "yan" => "yan",
29314 "yankee" => "yanke",
29315 "yaquil" => "yaquil",
29316 "yard" => "yard",
29317 "yards" => "yard",
29318 "yarn" => "yarn",
29319 "yataghan" => "yataghan",
29320 "yawl" => "yawl",
29321 "yawn" => "yawn",
29322 "yawned" => "yawn",
29323 "yawning" => "yawn",
29324 "yawns" => "yawn",
29325 "ye" => "ye",
29326 "yea" => "yea",
29327 "year" => "year",
29328 "yearly" => "year",
29329 "yearned" => "yearn",
29330 "yearning" => "yearn",
29331 "yearnings" => "yearn",
29332 "years" => "year",
29333 "yegorovna" => "yegorovna",
29334 "yell" => "yell",
29335 "yelled" => "yell",
29336 "yelling" => "yell",
29337 "yellow" => "yellow",
29338 "yellowed" => "yellow",
29339 "yellower" => "yellow",
29340 "yellowish" => "yellowish",
29341 "yells" => "yell",
29342 "yelping" => "yelp",
29343 "yeoman" => "yeoman",
29344 "yerba" => "yerba",
29345 "yes" => "yes",
29346 "yesday" => "yesday",
29347 "yeso" => "yeso",
29348 "yesterday" => "yesterday",
29349 "yet" => "yet",
29350 "yew" => "yew",
29351 "yield" => "yield",
29352 "yielded" => "yield",
29353 "yielding" => "yield",
29354 "yields" => "yield",
29355 "yinder" => "yinder",
29356 "yit" => "yit",
29357 "yo" => "yo",
29358 "yoke" => "yoke",
29359 "yokes" => "yoke",
29360 "yolk" => "yolk",
29361 "yon" => "yon",
29362 "yonder" => "yonder",
29363 "yonge" => "yong",
29364 "yoong" => "yoong",
29365 "yoongster" => "yoongster",
29366 "yore" => "yore",
29367 "yorick" => "yorick",
29368 "york" => "york",
29369 "yorkshire" => "yorkshir",
29370 "yorkshireman" => "yorkshireman",
29371 "you" => "you",
29372 "youn" => "youn",
29373 "young" => "young",
29374 "younger" => "younger",
29375 "youngest" => "youngest",
29376 "youngster" => "youngster",
29377 "youngsters" => "youngster",
29378 "your" => "your",
29379 "yours" => "your",
29380 "yourself" => "yourself",
29381 "yourselves" => "yourselv",
29382 "youth" => "youth",
29383 "youthful" => "youth",
29384 "youthfully" => "youth",
29385 "youthfulness" => "youth",
29386 "youths" => "youth",
29387 "yquem" => "yquem",
29388 "yseulte" => "yseult",
29389 "yucca" => "yucca",
29390 "yushin" => "yushin",
29391 "yusupov" => "yusupov",
29392 "z" => "z",
29393 "zag" => "zag",
29394 "zaharovitch" => "zaharovitch",
29395 "zametov" => "zametov",
29396 "zample" => "zampl",
29397 "zaraisk" => "zaraisk",
29398 "zaraisky" => "zaraiski",
29399 "zarnitsyn" => "zarnitsyn",
29400 "zeal" => "zeal",
29401 "zealand" => "zealand",
29402 "zealander" => "zealand",
29403 "zealanders" => "zealand",
29404 "zealous" => "zealous",
29405 "zebras" => "zebra",
29406 "zelandiae" => "zelandia",
29407 "zelinda" => "zelinda",
29408 "zenaida" => "zenaida",
29409 "zenith" => "zenith",
29410 "zest" => "zest",
29411 "zeus" => "zeus",
29412 "zig" => "zig",
29413 "zigzag" => "zigzag",
29414 "zigzags" => "zigzag",
29415 "zimmerman" => "zimmerman",
29416 "zone" => "zone",
29417 "zones" => "zone",
29418 "zonotrichia" => "zonotrichia",
29419 "zoo" => "zoo",
29420 "zoodle" => "zoodl",
29421 "zooks" => "zook",
29422 "zoolog" => "zoolog",
29423 "zoological" => "zoolog",
29424 "zoologically" => "zoolog",
29425 "zoology" => "zoolog",
29426 "zoophyt" => "zoophyt",
29427 "zoophyte" => "zoophyt",
29428 "zoophytes" => "zoophyt",
29429 "zorillo" => "zorillo",
29430 "zorillos" => "zorillo",
29431 "zossimov" => "zossimov",
29432 "zu" => "zu" }
29433
29434 TEST_WORDS_ENGB = { "aggrandisement" => "aggrandis",
29435 "agonising" => "agon",
29436 "anathematising" => "anathemat",
29437 "animalised" => "anim",
29438 "apologise" => "apolog",
29439 "apologised" => "apolog",
29440 "apologises" => "apolog",
29441 "apologising" => "apolog",
29442 "apostrophised" => "apostroph",
29443 "apostrophising" => "apostroph",
29444 "authorised" => "author",
29445 "baptised" => "baptis",
29446 "baptising" => "baptis",
29447 "botanising" => "botan",
29448 "characterise" => "character",
29449 "characterised" => "character",
29450 "characterises" => "character",
29451 "characterising" => "character",
29452 "colonise" => "colon",
29453 "colonised" => "colon",
29454 "criticise" => "critic",
29455 "criticising" => "critic",
29456 "crystallisation" => "crystal",
29457 "crystallised" => "crystal",
29458 "demoralise" => "demor",
29459 "demoralised" => "demor",
29460 "disorganisation" => "disorgan",
29461 "economise" => "econom",
29462 "economising" => "econom",
29463 "emphasising" => "emphas",
29464 "extemporised" => "extempor",
29465 "familiarised" => "familiar",
29466 "fertilising" => "fertil",
29467 "generalisation" => "general",
29468 "geologise" => "geolog",
29469 "geologising" => "geolog",
29470 "gormandise" => "gormand",
29471 "humanising" => "human",
29472 "idolised" => "idol",
29473 "magnetised" => "magnet",
29474 "monopolise" => "monopol",
29475 "moralises" => "moral",
29476 "moralising" => "moral",
29477 "naturalised" => "natur",
29478 "organisation" => "organ",
29479 "organisations" => "organ",
29480 "organised" => "organ",
29481 "patronise" => "patron",
29482 "patronised" => "patron",
29483 "patronising" => "patron",
29484 "patronisingly" => "patron",
29485 "poetising" => "poetis",
29486 "realise" => "realis",
29487 "realised" => "realis",
29488 "realises" => "realis",
29489 "realising" => "realis",
29490 "recognise" => "recogn",
29491 "recognised" => "recogn",
29492 "recognises" => "recogn",
29493 "recognising" => "recogn",
29494 "revolutionised" => "revolution",
29495 "scandalised" => "scandal",
29496 "scandalising" => "scandal",
29497 "scrutinising" => "scrutin",
29498 "sermonising" => "sermon",
29499 "signalise" => "signal",
29500 "soliloquise" => "soliloqu",
29501 "soliloquised" => "soliloqu",
29502 "stigmatise" => "stigmat",
29503 "stigmatising" => "stigmat",
29504 "subsidised" => "subsid",
29505 "sympathise" => "sympath",
29506 "sympathised" => "sympath",
29507 "sympathisers" => "sympath",
29508 "sympathising" => "sympath",
29509 "tantalising" => "tantal",
29510 "theorise" => "theoris",
29511 "tranquillise" => "tranquil",
29512 "tranquillised" => "tranquil",
29513 "tyrannised" => "tyrann",
29514 "uncivilised" => "uncivil",
29515 "utilise" => "util",
29516 "utilised" => "util",
29517 "vagabondising" => "vagabond",
29518 "victimised" => "victim",
29519 "volatilised" => "volatil" }
29520
29521 def test_stemmer
29522 TEST_WORDS.each do |original, stemmed|
29523 assert_equal stemmed, original.stem,
29524 "#{original} should have stemmed to #{stemmed} but got #{original.stem} instead"
29525 end
29526 end
29527
29528 def test_stemmer_engb
29529 TEST_WORDS_ENGB.each do |original, stemmed|
29530 assert_equal stemmed, original.stem(true),
29531 "#{original} should have stemmed to #{stemmed} but got #{original.stem(true)} instead"
29532 end
29533 end
29534
29535 end