My Spell checker and correcter software (and sample dictionary) is attached.
It's used in your Rebol script (this is from my eText - web site creation
software) like this:

        Create: has [NameSpace Extension Name Text][
            NameSpace: make block! 3000
            foreach File read %. [
                if found? Extension: find File %.txt [
                    Name: to string! copy/part File Extension
                    Text: spell read File
                    repend NameSpace [Name Definitions Text Text]
                    ]
                ]
            NameSpace
            ]

    In the line:
        Text: spell read File
    the string read from 'File is interactively spell-checked and corrected
with the user, then returned to 'Text:.

The directory/file structure that I use is like this:
        %/c/Rebol/Units/Spell.r
        %/c/Rebol/Units/Spell/Dictionary.txt

Suggestions for improvements all gratefully accepted.

Andrew Martin
ICQ: 26227169 http://members.nbci.com/AndrewMartin/
-><-



-- Attached file included as plaintext by Listar --
-- File: Spell.r

[
Rebol [
        Name: 'Spell
        Title: "Spell Checker and Corrector"
        File: %Spell.r
        Home: http://members.nbci.com/AndrewMartin/Rebol/Units/Spell.r
        Author: "Andrew Martin"
        eMail: [EMAIL PROTECTED]
        Date: 22/Jan/2001
        ]

Spell!: make object! [
        Directory: join wd %Spell/
        File: %Dictionary.txt
        Dictionary: make block! 0
        Ignored: make block! 0
        Additions: make block! 0
        error? try [Dictionary: make hash! sort/case load Directory/:File]
        Lower: charset [#"a" - #"z"]
        Upper: charset [#"A" - #"Z"]
        Alpha: union Upper Lower
        set 'Spell function [
                {Spell checks and corrects (with user interaction) the text supplied.}
                Text [string!]
                ][
                WordStart WordEnd Original Correction Before After Cancelled
                ][
                parse/case/all Text [
                        some [
                                WordStart: [some Alpha opt [[{'} | {-}] some Alpha]] 
WordEnd: (
                                        Before: copy/part WordStart -29
                                        Original: copy/part WordStart WordEnd
                                        After: copy/part WordEnd +29
                                        Correction: copy Original
                                        if not Cancelled [
                                                if not found? any [
                                                        find/case Ignored Original
                                                        find/case Additions Original
                                                        find/case Dictionary Original
                                                        ][
                                                        view layout [
                                                                across
                                                                label "Not in 
Dictionary:" return
                                                                text Before field 
Correction text After return
                                                                button "Ignore" [
                                                                        unview/all
                                                                        ]
                                                                button "Ignore All" [
                                                                        append Ignored 
Original
                                                                        unview/all
                                                                        ]
                                                                return
                                                                button "Add" [
                                                                        append 
Additions Original
                                                                        unview/all
                                                                        ]
                                                                button "Change" [
                                                                        WordEnd: 
change/part WordStart Correction WordEnd
                                                                        unview/all
                                                                        ]
                                                                button "Change All" [
                                                                        
replace/case/all WordStart Original Correction
                                                                        unview/all
                                                                        ]
                                                                button "Cancel" [
                                                                        Cancelled: yes
                                                                        unview/all
                                                                        ]
                                                                return
                                                                button "Quit" [
                                                                        quit
                                                                        ]
                                                                ]
                                                        ]
                                                ]
                                        ) :WordEnd
                                | skip
                                ]
                        ]
                if not any [
                        Cancelled
                        empty? Additions
                        ][
                        append Dictionary Additions
                        clear Additions
                        save Directory/:File make block! sort/case Dictionary
                        ]
                Text
                ]
        ]

]


-- Attached file included as plaintext by Listar --
-- File: Dictionary.txt

"America" "American" "Americans" "April" "Benedictine" "Berlin" "British" "Christian" 
"Christmas" "Colonel" "Count" "Death" "December" "Dodo" "Dr" "English" "French" 
"Frenchman" "Frenchwoman" "German" "Germans" "Germany" "God" "Greek" "Gutenberg" 
"Gutenberg's" "Humor" "Hush" "I" "I'd" "I'll" "I'm" "I've" "Illinois" "Indian" "Irish" 
"Italian" "Italy" "Jupiter" "Latin" "London" "Major" "March" "March's" "Marches" 
"Marches'" "Mass" "May" "May's" "Miss" "Misses" "Monday" "Mr" "Mrs" "Napoleon" 
"November" "October" "Oh" "Paris" "Pickwick" "Pilgrim's" "Plato" "President" 
"Professor" "Professor's" "Rome" "Saturday" "Shakespeare" "St" "Switzerland" 
"Thursday" "Tuesday" "Washington" "West" "Yankee" "Yankees" "York" "a" "abandon" 
"abashed" "abject" "able" "abominable" "about" "above" "abroad" "abruptly" "absence" 
"absent" "absent-minded" "absently" "absorbed" "absurd" "accent" "accept" "accepted" 
"accepting" "accident" "accidents" "accompanied" "accomplished" "accomplishments" 
"accordi!
ng" "account" "accounts" "accused" "accustomed" "ache" "ached" "aches" "aching" 
"acquaintance" "acquaintances" "acquainted" "across" "act" "acted" "acting" "active" 
"actors" "actually" "add" "added" "adding" "addition" "address" "adieu" "administered" 
"admiration" "admire" "admired" "admiring" "admission" "adore" "adored" "adorned" 
"advantage" "adventures" "advice" "advise" "advised" "afar" "affair" "affairs" 
"affect" "affectation" "affected" "affection" "affectionate" "affections" "afflicted" 
"affliction" "afford" "afforded" "afghan" "afire" "afraid" "after" "afternoon" 
"afternoons" "afterward" "again" "against" "age" "ages" "aggravated" "agitated" "ago" 
"agree" "agreeable" "agreed" "aid" "ain't" "air" "airing" "airs" "airy" "alarmed" 
"alas" "alike" "alive" "all" "allow" "allowed" "alluded" "almost" "alone" "along" 
"aloud" "already" "also" "altered" "although" "altogether" "always" "am" "amazed" 
"amazement" "amazingly" "ambition" "ambitious" "amiable" "amiss" "among" "amoun!
t" "amuse" "amused" "amusement" "amusing" "an" "ancient" "and!
" "angel" "angelic" "angels" "anger" "angrily" "angry" "anguish" "ankle" "announced" 
"another" "answer" "answered" "answers" "anticipations" "antique" "anxiety" "anxious" 
"anxiously" "any" "anybody" "anyone" "anything" "anyway" "anywhere" "apart" "apiece" 
"apology" "apparently" "appeal" "appealing" "appear" "appearance" "appeared" 
"appeased" "appetite" "applause" "apple" "apples" "apply" "approached" "approaching" 
"appropriate" "approval" "approve" "approving" "approvingly" "apron" "apt" "arch" 
"ardent" "ardor" "are" "aren't" "argument" "aristocratic" "arm" "armed" "arms" "army" 
"arose" "around" "arrange" "arranged" "arrangement" "array" "arrested" "arrive" 
"arrived" "art" "artful" "article" "articles" "artist" "artistic" "artistically" 
"artless" "as" "ashamed" "aside" "ask" "asked" "asking" "asleep" "asparagus" "aspect" 
"assembled" "assert" "associate" "association" "assumed" "assurances" "assure" 
"assured" "astonish" "astonished" "astonishing" "at" "ate" "atmosphere" "aton!
e" "attack" "attempt" "attempts" "attend" "attention" "attentions" "attitude" 
"attitudes" "attracted" "attraction" "attractive" "audacity" "audience" "aunt" 
"aunt's" "aunts" "author" "authoress" "autumn" "aversion" "avoid" "awake" "away" 
"awful" "awkward" "aye" "babies" "baby" "baby's" "back" "backs" "bad" "bade" "badly" 
"bag" "bags" "ball" "ballroom" "balm" "band" "bangs" "banisters" "bank" "banks" "bare" 
"bargain" "barrel" "barricade" "bars" "basely" "bashful" "bashfulness" "basket" 
"baskets" "bay" "be" "beach" "beads" "beam" "beamed" "beaming" "bear" "beard" 
"bearing" "bears" "beat" "beautified" "beautiful" "beautifully" "beauty" "became" 
"because" "beckoned" "become" "becomes" "becoming" "bed" "bedside" "bee" "beef" "been" 
"beer" "bees" "before" "beforehand" "beg" "began" "begged" "begging" "begin" 
"beginning" "begins" "begun" "behave" "behaved" "behavior" "beheld" "behind" "behold" 
"being" "beings" "belief" "beliefs" "believe" "believed" "believing" "bell" "belle" 
"bell!
s" "belong" "belonged" "beloved" "below" "bend" "bending" "be!
nefit" "benignant" "benignly" "bent" "bereft" "beside" "besides" "best" "betray" 
"betrayed" "better" "between" "bewildered" "bewilderment" "beyond" "bib" "bid" "big" 
"bigger" "bill" "bills" "bind" "bird" "birds" "birthday" "bit" "bits" "bitter" 
"bitterly" "bitterness" "black" "blame" "blancmange" "blandly" "blank" "blaze" "bless" 
"blessed" "blessing" "blessings" "blew" "blighted" "blind" "blindly" "bliss" 
"blissful" "blissfully" "blithe" "blithely" "blonde" "blood" "bloom" "bloomed" 
"blossom" "blossomed" "blotted" "blow" "blowing" "blown" "blows" "blue" "blunder" 
"blundered" "blunt" "blush" "blushed" "blushing" "boat" "boating" "boats" "body" 
"boiled" "bold" "boldly" "bolted" "bonbons" "bonnet" "bonnets" "bonnie" "book" "books" 
"boot" "boots" "bore" "born" "borne" "borrow" "borrowed" "bosom" "both" "bother" 
"bottle" "bottles" "bottom" "bought" "bounce" "bounced" "bound" "bouquet" "bouquets" 
"bow" "bowed" "bower" "box" "boxes" "boy" "boy'" "boy's" "boyish" "boys" "boys'" "bra!
celet" "brain" "brave" "bravely" "breach" "bread" "breadth" "break" "breakfast" 
"breaking" "breaks" "breast" "breath" "breathlessly" "breeding" "bribe" "bridal" 
"bride" "bridegroom" "bridge" "brief" "bright" "bright-eyed" "brighten" "brightened" 
"brightening" "brilliancy" "brilliant" "bring" "bringing" "brings" "brisk" "briskly" 
"broad" "broke" "broken" "brood" "broom" "brooms" "brother" "brotherly" "brothers" 
"brought" "brow" "brown" "brows" "brush" "brushed" "brute" "bud" "budding" "buds" 
"built" "bunch" "bundle" "bundled" "bundles" "burden" "burdened" "burdens" "bureau" 
"buried" "burn" "burned" "burning" "burr" "burst" "bushes" "bushy" "busily" "business" 
"bustle" "busts" "busy" "but" "butter" "button" "buttonhole" "buttonholes" "buttons" 
"buy" "buying" "by" "by-and-by" "cage" "cake" "call" "called" "calling" "calls" "calm" 
"calmly" "came" "camp" "can" "can't" "cane" "cannot" "cap" "capital" "capitally" 
"caps" "captain" "captivating" "captive" "card" "cards" "care" "cared!
" "careful" "carefully" "careless" "cares" "caressed" "carnel!
ian" "carpet" "carriage" "carriages" "carried" "carrol" "carry" "carrying" "carved" 
"case" "cases" "cast" "castle" "castles" "cat" "catch" "catching" "cats" "caught" 
"cause" "caused" "cave" "ceased" "celestial" "cellar" "ceremonies" "ceremony" 
"certain" "certainly" "chains" "chair" "chairs" "chance" "change" "changed" "changes" 
"changing" "chanting" "chaotic" "chapel" "chapter" "character" "characteristic" 
"characters" "charge" "charity" "charm" "charmed" "charming" "charms" "chateau" 
"chatted" "chattered" "chatting" "cheap" "cheat" "check" "checked" "cheek" "cheeks" 
"cheer" "cheered" "cheerful" "cheerfully" "cheerfulness" "cheering" "cheers" "cheery" 
"cherished" "cherub" "chest" "chestnut" "chests" "chicken" "chief" "child" "childish" 
"children" "children'" "children's" "chilly" "chimney" "chin" "china" "chirp" 
"chirped" "chocolate" "choke" "choose" "chorus" "chose" "chosen" "chubby" "church" 
"cigar" "circle" "circumstances" "city" "civil" "claim" "clapped" "clashed" "clasp!
ed" "class" "clay" "cleaned" "clear" "cleared" "clearer" "clever" "climate" "climb" 
"climbed" "cling" "clinging" "cloak" "clock" "close" "closed" "closely" "closet" 
"clothes" "cloud" "clouds" "club" "clumsy" "clung" "coal" "coat" "cocked" "coffee" 
"cold" "collar" "collars" "collected" "collecting" "college" "cologne" "color" 
"colored" "colors" "colt" "come" "comes" "comfort" "comfortable" "comfortably" 
"comforted" "comforting" "comforts" "comical" "coming" "commanded" "commander" 
"commanding" "comment" "common" "companion" "company" "compared" "complacently" 
"complain" "complained" "complaining" "complete" "compliment" "compliments" "compose" 
"composed" "computer" "conceal" "concealed" "concerts" "conclusion" "condition" 
"cones" "conferred" "confess" "confessed" "confidante" "confided" "confidence" 
"confidences" "confidential" "confiding" "confidingly" "confinement" "confounded" 
"confusion" "congratulate" "congratulating" "congratulations" "conquer" "conquered" 
"conquering" !
"conscience" "conscious" "consciousness" "consent" "consented!
" "conservatory" "consider" "considered" "consolation" "console" "consoled" 
"consolingly" "constant" "constantly" "consult" "contained" "content" "contented" 
"continent" "continually" "continued" "contrary" "contrast" "contrasted" 
"contribution" "contributions" "control" "conversation" "conversations" "conviction" 
"convulsed" "cook" "cooking" "cool" "cooled" "copied" "copies" "copy" "copyright" 
"coquettish" "cordial" "cordially" "corner" "corner'" "corners" "correct" "cost" 
"costs" "costume" "costumes" "cotton" "could" "couldn't" "countenance" "country" 
"couple" "couples" "courage" "course" "cover" "covered" "covering" "covers" "coveted" 
"cozy" "crash" "crazy" "cream" "created" "creation" "creature" "creatures" "credit" 
"crept" "cricket" "cried" "crimson" "croak" "croaked" "crop" "croquet" "cross" 
"crossly" "crow" "crowning" "cruel" "crumpled" "crushed" "crutch" "cry" "crying" 
"cuddled" "cultivated" "cup" "cups" "cure" "curiosity" "curious" "curl" "curls" 
"curly" "curtain" "!
curtained" "curtains" "cushion" "cut" "cutting" "daily" "dainty" "daisies" "daisy" 
"damage" "damaged" "damages" "damp" "dance" "danced" "dances" "dancing" "danger" 
"dangerous" "dare" "dared" "daring" "dark" "darkened" "darkly" "darling" "das" "dash" 
"dashing" "date" "daughter" "daughters" "daunted" "dawdle" "dawdling" "dawn" "day" 
"day's" "days" "de" "dead" "deaf" "deal" "dear" "dear'" "dearer" "dearest" "dearly" 
"dears" "deary" "debt" "debts" "deceive" "decide" "decided" "decidedly" "decision" 
"declare" "declared" "declaring" "declined" "deep" "deepest" "deeply" "deer" "defects" 
"defend" "defended" "defied" "degree" "delay" "delicate" "delicious" "delight" 
"delighted" "delightful" "delightfully" "delights" "deliver" "delivered" "delusion" 
"demand" "demanded" "demanding" "demijohn" "departed" "departing" "departure" "depend" 
"depended" "depends" "deportment" "describe" "described" "description" "desert" 
"deserted" "deserve" "deserved" "desirable" "desire" "desired" "desires"!
 "desk" "despair" "despairing" "despairingly" "desperate" "de!
sperately" "despise" "despite" "despondent" "detained" "determined" "deuce" "devices" 
"devote" "devoted" "devoting" "devotion" "diamonds" "dickens" "did" "didn't" "die" 
"died" "dies" "difference" "different" "difficult" "difficulties" "difficulty" "dig" 
"dignified" "dignity" "dilapidated" "diligently" "dim" "dining" "dinner" "directions" 
"directly" "dirt" "dirty" "disagreeable" "disappeared" "disappoint" "disappointed" 
"disappointment" "discontented" "discover" "discovered" "discoveries" "discovery" 
"discretion" "discussing" "discussion" "disgrace" "disgraced" "disgust" "disgusted" 
"dish" "dishes" "disheveled" "disk" "disliked" "dismal" "dismally" "dismay" 
"dispatched" "display" "displayed" "displaying" "displeased" "disposed" "distance" 
"distant" "distracted" "distracting" "distressed" "distribute" "disturb" "disturbed" 
"ditto" "diverted" "divine" "do" "docile" "doctor" "does" "doesn't" "dog" "dogs" 
"doing" "doll" "dollar" "dollars" "dolls" "domain" "domestic" "domino" "don!
't" "donations" "done" "doom" "door" "double" "doubt" "doubts" "dovecote" "down" 
"downcast" "downstairs" "dozen" "drag" "dragged" "dramatic" "drank" "draped" "draw" 
"drawer" "drawing" "drawn" "dread" "dreaded" "dreadful" "dreadfully" "dream" "dreamed" 
"dreaming" "dreams" "dreary" "dress" "dressed" "dresses" "dressing" "drew" "dried" 
"drink" "drive" "driven" "droll" "drop" "dropped" "dropping" "drops" "drove" "drunk" 
"dry" "drying" "dull" "dumb" "during" "dusk" "dust" "dusty" "duties" "dutiful" 
"dutifully" "duty" "dying" "each" "eager" "eagerly" "ear" "early" "earn" "earned" 
"earnest" "earnestly" "earnestness" "earnings" "earrings" "ears" "earth" "earthly" 
"earthquake" "ease" "easier" "easily" "east" "easy" "eat" "eaten" "eating" "echo" 
"echoed" "editor" "education" "effect" "effective" "effectually" "effort" "efforts" 
"eight" "eighteen" "either" "elbows" "elder" "elders" "eldest" "electrified" 
"electronically" "elegance" "elegant" "element" "eleven" "eloquence" "eloquent" "e!
lse" "elsewhere" "elves" "embrace" "emerged" "emotion" "emoti!
ons" "employed" "empty" "encourages" "encouraging" "end" "ended" "ends" "enemies" 
"enemy" "energetic" "energetically" "energy" "engaged" "engagement" "engaging" "enjoy" 
"enjoyed" "enjoying" "enlightened" "enough" "enter" "entered" "entertain" "enthusiasm" 
"enthusiastic" "entire" "entirely" "entry" "enveloped" "envy" "equal" "equally" 
"equivalent" "erect" "errand" "errands" "escape" "escaped" "escort" "escorted" 
"especial" "especially" "establishment" "etext" "etexts" "eve" "even" "evening" 
"evenings" "event" "events" "ever" "everlasting" "every" "everybody" "everybody's" 
"everyone" "everything" "everywhere" "evident" "evidently" "evil" "exact" "exactly" 
"examine" "examined" "examining" "example" "exasperating" "excellent" "except" 
"exchanged" "excited" "excitedly" "excitement" "exciting" "exclaim" "exclaimed" 
"exclaiming" "exclamation" "excuse" "exercise" "exertions" "exhausted" "expect" 
"expected" "expecting" "expense" "expenses" "experience" "experiences" "experiment" 
"exp!
eriments" "explain" "explained" "explanation" "explosion" "express" "expressed" 
"expression" "expressive" "extent" "extra" "exult" "exulted" "eye" "eyebrows" "eyes" 
"fable" "face" "faces" "fact" "facts" "faded" "fail" "failed" "failing" "fails" 
"failure" "failures" "faint" "fainting" "fair" "fairer" "fairly" "fairy" "faith" 
"faithful" "faithfully" "fall" "fallen" "falling" "falls" "faltered" "fame" "familiar" 
"families" "family" "famous" "fan" "fancied" "fancies" "fancy" "far" "fare" "farewell" 
"fashion" "fashionable" "fashions" "fast" "fastened" "fastidious" "fat" "fate" 
"father" "father's" "fatherly" "fault" "faults" "favor" "favorite" "favors" "fear" 
"feared" "fearful" "fearing" "fears" "feast" "feather" "feathers" "feature" "fed" 
"feeble" "feed" "feeding" "feel" "feeling" "feelings" "feels" "feet" "fell" "fellow" 
"fellows" "felt" "feminine" "fence" "ferns" "fervently" "festival" "festive" "fete" 
"fever" "few" "fib" "fidgets" "fidgety" "field" "fierce" "fifteen" "fifty" "!
fight" "fighting" "figure" "figures" "file" "files" "fill" "f!
illed" "filling" "final" "finally" "find" "finding" "finds" "fine" "finely" "finest" 
"finger" "fingers" "finish" "finished" "finishing" "fire" "fired" "firm" "firmly" 
"first" "fish" "fist" "fit" "fits" "fitted" "fitting" "five" "five-and-twenty" "fixed" 
"flap" "flapping" "flash" "flashed" "flat" "flatter" "flattered" "flattering" "fled" 
"flesh" "flew" "flight" "fling" "flirt" "flirted" "flirting" "floated" "floating" 
"flock" "floor" "flourish" "flourished" "flower" "flowers" "flurry" "flush" "flushed" 
"flutter" "fly" "flyaway" "flying" "fog" "fold" "folded" "folding" "folds" "folks" 
"follow" "followed" "following" "folly" "fond" "food" "fool" "foolish" "foot" "for" 
"forbade" "forbidden" "force" "forced" "forehead" "foreign" "forethought" "forever" 
"forgave" "forget" "forgets" "forgetting" "forgive" "forgiven" "forgot" "forgotten" 
"forlorn" "forlornly" "form" "formal" "former" "forming" "forth" "fortnight" 
"fortunate" "fortunately" "fortune" "fortunes" "forty" "forward" "foun!
d" "fountain" "four" "fourth" "fragments" "fragrant" "frail" "frame" "france" "frank" 
"frankly" "frankness" "free" "freedom" "freely" "frequent" "frequently" "fresh" 
"freshly" "fret" "fretting" "friend" "friend'" "friend's" "friendliest" "friendly" 
"friends" "friendship" "fright" "frighten" "frightened" "frivolous" "frizzle" "fro" 
"frock" "frolic" "frolicked" "from" "front" "frown" "frowned" "fruit" "ftp" "full" 
"fullest" "fun" "funeral" "funny" "furnished" "furniture" "further" "fuss" "fussed" 
"fussing" "future" "gaily" "gain" "gallant" "gallantly" "galloped" "game" "games" 
"garden" "gardens" "garland" "gate" "gather" "gathered" "gathering" "gave" "gay" 
"geese" "general" "generous" "generously" "genius" "gentle" "gentleman" "gentlemanly" 
"gentlemen" "gentlewoman" "gently" "genuine" "gesture" "get" "gets" "getting" "ghost" 
"gif" "gift" "gifted" "gifts" "gingerbread" "girl" "girl's" "girlish" "girls" "girls'" 
"give" "given" "gives" "giving" "glad" "gladly" "glance" "glanced" !
"glances" "glancing" "glass" "glasses" "glided" "glimpse" "gl!
impses" "gloom" "gloomy" "glories" "glorified" "glorious" "glory" "glove" "gloves" 
"glow" "glowed" "go" "gods" "goes" "going" "gold" "golden" "gone" "good" "good-by" 
"good-for-nothing" "good-natured" "goodbye" "goodness" "goose" "gorgeous" "gossip" 
"got" "governess" "gown" "gowns" "grace" "graceful" "gracefully" "graces" "gracious" 
"graciously" "gradually" "grammar" "grand" "grandfather" "grandfather's" "grandma" 
"grandmother" "grandpa" "grandson" "grapes" "grasp" "grass" "grateful" "gratefully" 
"gratified" "gratitude" "grave" "gravely" "gravity" "gray" "great" "greatcoat" 
"greater" "greatest" "greatly" "green" "greet" "greeted" "greeting" "grew" "grief" 
"grieved" "grim" "grind" "groan" "groaned" "grooms" "ground" "grounds" "group" "grove" 
"grow" "growing" "grown" "grown-up" "gruff" "gruffly" "guard" "guess" "guessed" 
"guest" "guests" "guide" "guidebook" "guilty" "gunpowder" "gut" "guy" "gymnastics" 
"ha" "habits" "had" "hadn't" "hailed" "hair" "hairpins" "half" "hall" "halve!
s" "hammering" "hammock" "hand" "handed" "handful" "handing" "handkerchief" 
"handkerchiefs" "handle" "hands" "handsome" "hang" "hanged" "hanging" "happen" 
"happened" "happens" "happier" "happiest" "happily" "happiness" "happy" 
"happy-hearted" "hard" "harder" "hardly" "hardships" "harm" "harmless" "hart" 
"harum-scarum" "has" "hasn't" "haste" "hastily" "hasty" "hat" "hate" "hated" "hates" 
"hats" "haughty" "haunt" "haunted" "have" "haven't" "having" "he" "he'd" "he'll" 
"he's" "head" "headache" "heads" "health" "healthy" "heap" "heaps" "hear" "heard" 
"hearing" "heart" "heart's" "hearth" "heartily" "hearts" "hearty" "heaven" "heavenly" 
"heavy" "hedge" "heel" "heels" "heir" "held" "help" "helped" "helpful" "helping" 
"helpless" "helps" "hem" "hemmed" "her" "here" "here's" "hero" "heroes" "heroic" 
"heroically" "heroine" "hers" "herself" "hey" "hid" "hidden" "hide" "hiding" "high" 
"high-heeled" "higher" "highest" "highly" "hill" "hills" "him" "himself" "hint" 
"hinted" "hints" "hire" !
"his" "history" "hit" "hither" "hold" "holder" "holding" "hol!
ds" "hole" "holiday" "home" "homelike" "homely" "homes" "homesick" "homeward" "honest" 
"honestly" "honey" "honeymoon" "honor" "honorable" "honored" "hood" "hop" "hope" 
"hoped" "hopeful" "hopefully" "hopes" "hoping" "horrid" "horrified" "horse" "horses" 
"hospitable" "hospital" "hospitality" "host" "hot" "hotel" "hour" "hours" "house" 
"household" "housekeeper" "housekeeping" "houses" "housewifely" "hovered" "how" 
"however" "hug" "hugged" "hugging" "hum" "human" "humble" "humbly" "humility" 
"humming" "hundred" "hundreds" "hung" "hungry" "hunt" "hurried" "hurry" "hurrying" 
"hurt" "husband" "husband's" "hymn" "ice" "idea" "ideas" "idle" "idol" "if" "ill" 
"illness" "illuminated" "imaginary" "imagine" "imagined" "imagining" "imitate" 
"imitating" "imitation" "immediately" "immense" "immensely" "immortal" "impatience" 
"impatient" "impatiently" "impertinent" "impetuous" "implied" "implored" "imploring" 
"imploringly" "important" "impossible" "impressed" "impression" "impressive" "impre!
ssively" "impromptu" "improper" "improve" "improved" "impulse" "in" "inch" "inclined" 
"including" "incorrigible" "increase" "increased" "increasing" "indeed" "independence" 
"independent" "indescribable" "indifference" "indifferent" "indignant" "indignantly" 
"indignation" "indolent" "indulge" "indulged" "indulgence" "infant" "infants" 
"infinite" "infinitely" "influence" "information" "informed" "injured" "ink" 
"inkstand" "innocent" "innocently" "inquire" "inquired" "inquiries" "inquiring" 
"inquiry" "inquisitive" "inside" "insist" "insisted" "inspiration" "inspired" 
"instant" "instantly" "instead" "instinct" "instinctively" "institution" "instrument" 
"insult" "insulted" "intellect" "intellectual" "intelligent" "intend" "intended" 
"intending" "intense" "intentions" "interest" "interested" "interesting" "interfere" 
"interrupted" "into" "introduced" "invalid" "invalids" "invented" "invention" 
"invisible" "invitation" "invite" "invited" "inviting" "invitingly" "involuntarily" 
"ira!
scible" "irksome" "irrepressible" "irresistible" "irritated" !
"is" "isn't" "issued" "issuing" "ist" "it" "it's" "its" "itself" "jacket" "jackets" 
"jar" "jealous" "jelly" "jewel" "jiffy" "jig" "join" "joined" "joke" "jokes" "jolly" 
"journey" "jovial" "joy" "joyful" "joyfully" "joys" "judging" "jumbled" "jumped" 
"just" "justice" "keen" "keep" "keeping" "keeps" "kept" "key" "keys" "kill" "killed" 
"kind" "kinder" "kindest" "kindled" "kindly" "kindness" "kinds" "king" "king's" 
"kingdom" "kings" "kiss" "kissed" "kisses" "kissing" "kitchen" "kite" "kittens" 
"kitty" "knee" "kneeling" "knees" "knew" "knife" "knight" "knights" "knit" "knitting" 
"knobby" "knock" "knocked" "know" "knowing" "knowledge" "known" "knows" "labor" 
"labored" "laboring" "labors" "lace" "lad" "ladder" "ladies" "lads" "lady" "lady's" 
"ladylike" "laid" "lake" "lamb" "lambs" "lame" "lament" "lamp" "lamps" "land" 
"language" "languages" "lap" "large" "lark" "larks" "last" "lasted" "late" "lately" 
"later" "latest" "latter" "laugh" "laughed" "laughing" "laughter" "lavender" "law"!
 "lawn" "lay" "laying" "lazy" "lead" "leading" "leaf" "lean" "leaned" "leaning" "leap" 
"learn" "learned" "learning" "least" "leave" "leaves" "leaving" "lecture" "lectured" 
"lectures" "led" "left" "leg" "legal" "legs" "leisure" "leisurely" "lemonade" "lend" 
"lending" "length" "lent" "less" "lessened" "lesson" "lessons" "lest" "let" "let's" 
"lets" "letter" "letters" "letting" "liability" "liberties" "liberty" "library" "lid" 
"lie" "lies" "life" "lift" "lifted" "lifting" "light" "lighted" "lightly" "like" 
"liked" "likely" "likes" "likewise" "liking" "lilies" "limbs" "lime" "limes" "limited" 
"line" "lined" "linen" "lines" "lion" "lions" "lips" "list" "listen" "listened" 
"listening" "listless" "literary" "literature" "little" "live" "lived" "lively" 
"lives" "living" "load" "loaded" "lobster" "lock" "locked" "locks" "loneliness" 
"lonely" "long" "longed" "longer" "longing" "lonliness" "look" "looked" "looking" 
"looks" "lord" "lords" "lose" "losing" "loss" "lost" "lot" "lots" "lotty!
" "loud" "lounged" "lounging" "love" "love's" "loved" "lovely!
" "lover" "lovering" "lovers" "loves" "loving" "low" "lower" "loyalty" "lucky" 
"ludicrous" "lull" "lullabies" "lump" "lunch" "luncheon" "luxurious" "luxuriously" 
"luxury" "lying" "ma" "ma'am" "machinery" "mad" "madam" "madame" "made" "mademoiselle" 
"magic" "maid" "maiden" "maids" "mail" "make" "makes" "making" "mamma" "man" "man'" 
"man's" "manage" "managed" "management" "mane" "manfully" "mania" "mankind" "manly" 
"manner" "manners" "mansion" "mantlepiece" "manuscript" "manuscripts" "many" "maps" 
"marble" "marched" "marching" "marked" "market" "marriage" "married" "marry" "martyr" 
"masculine" "mask" "masquerade" "massive" "master" "match" "mate" "material" 
"maternal" "matronly" "matrons" "matter" "matters" "maybe" "mayn't" "me" "me's" 
"meals" "mean" "meaning" "means" "meant" "meantime" "meanwhile" "medicine" 
"meditative" "medium" "meek" "meekly" "meet" "meeting" "mellow" "melodramatic" 
"melody" "melt" "member" "members" "memory" "men" "mend" "mended" "mending" "mental" 
"menti!
on" "mentioned" "mentor" "mercenary" "mercy" "mere" "merely" "merrily" "merriment" 
"merry" "mess" "message" "messages" "messes" "met" "method" "mice" "middle" "midnight" 
"midst" "midsummer" "might" "mild" "miles" "milk" "million" "mind" "minds" "mine" 
"mingled" "minute" "minute's" "minutes" "miracle" "miracles" "mirror" "mischief" 
"mischievous" "miserable" "misery" "mishap" "missed" "mission" "mistake" "mistaken" 
"mistakes" "mistress" "mite" "mixture" "moan" "model" "models" "modest" "modestly" 
"mold" "moment" "momentary" "moments" "money" "monsieur" "month" "months" "mood" 
"moods" "moody" "moon" "moonlight" "mop" "moral" "morals" "more" "morning" "morsel" 
"mortal" "mortally" "mortification" "most" "mother" "mother'" "mother's" "motherly" 
"mothers" "motion" "motionless" "motto" "mountain" "mountains" "mounted" "mouse" 
"mouth" "mouths" "move" "moved" "movement" "much" "mud" "muddle" "muddy" "muffled" 
"mum" "murmur" "murmured" "murmuring" "music" "musical" "musician" "muslin" !
"must" "mustn't" "mute" "mutely" "muttered" "mutual" "my" "my!
self" "mysterious" "mysteriously" "mystery" "name" "named" "names" "nap" "napkin" 
"narrow" "nation" "nations" "native" "natural" "naturally" "nature" "naughty" "near" 
"nearer" "nearest" "nearly" "neat" "neatly" "necessary" "neck" "necklace" "need" 
"needed" "needle" "needles" "needn't" "needs" "neglect" "neglected" "neighbor" 
"neighborhood" "neighborly" "neighbors" "neither" "nephew" "nervous" "nervously" 
"nest" "nestled" "net" "nettled" "never" "nevertheless" "new" "newcomer" "newly" 
"news" "newspaper" "newspapers" "next" "nice" "nicely" "night" "nightgown" "nine" 
"nineteen" "no" "nobility" "noble" "nobody" "nod" "nodded" "nodding" "nods" 
"noiselessly" "none" "nonsense" "nonsensical" "nor" "nose" "noses" "not" "note" 
"notes" "nothing" "notice" "notion" "novel" "novels" "now" "nowadays" "number" "nurse" 
"nursed" "nursery" "nuts" "o'clock" "oars" "obedience" "obediently" "obey" "obeyed" 
"object" "objected" "objection" "obliged" "obliging" "observation" "observe" 
"observed" "ob!
serving" "obstacles" "obstinacy" "occasion" "occasional" "occasionally" "occasions" 
"occurred" "odd" "of" "off" "offended" "offer" "offered" "offering" "offers" "office" 
"officers" "often" "old" "old-fashioned" "older" "oldest" "omen" "omens" "omnibus" 
"on" "on'" "once" "one" "one's" "ones" "only" "onto" "open" "opened" "opening" 
"openly" "opens" "opera" "operatic" "opinion" "opportunities" "opportunity" "opposite" 
"opposition" "or" "orange" "orchard" "order" "ordered" "orders" "ordinary" "original" 
"ornament" "ornaments" "other" "others" "otherwise" "ought" "our" "ours" "ourselves" 
"out" "outright" "outside" "over" "overcome" "overhead" "owe" "own" "owner" "pace" 
"packed" "page" "pages" "paid" "pail" "pain" "painful" "paint" "painted" "pair" 
"pairs" "palace" "pale" "palm" "pan" "panic" "pansies" "papa" "paper" "papers" 
"parade" "paradise" "parasol" "parcel" "pardon" "pardonable" "parents" "park" "parlor" 
"parrot" "part" "partake" "parted" "particle" "particular" "particular!
ly" "parties" "parting" "partly" "partner" "parts" "party" "p!
ass" "passages" "passed" "passers-by" "passing" "passion" "passionate" "passionately" 
"passions" "past" "pat" "paternal" "path" "pathetic" "patience" "patient" "patiently" 
"patronizing" "patted" "pattern" "patting" "pause" "paused" "pausing" "pay" "paying" 
"peace" "peaceful" "peacock" "peacocks" "pearl" "pearls" "peck" "pecking" "peculiar" 
"peculiarly" "peep" "peeped" "peeping" "peeps" "pell-mell" "pen" "pencil" "pencils" 
"penitent" "penny" "pens" "pensive" "people" "people's" "per" "perch" "perched" 
"perfect" "perfection" "perfectly" "performance" "performances" "performed" "perhaps" 
"perilous" "period" "periods" "permitted" "perpetual" "persisted" "person" "persons" 
"persuaded" "persuasive" "perturbed" "pervaded" "perverse" "perversity" "pet" "petted" 
"petting" "petulantly" "phantom" "philosopher" "philosophic" "philosophical" 
"philosophy" "phrases" "piano" "pick" "picked" "picking" "pickle" "pickled" "picnic" 
"picture" "pictures" "picturesque" "pie" "piece" "pieces" "pies!
" "pile" "piled" "piles" "pilgrim" "pilgrims" "pillow" "pillows" "pin" "pinafore" 
"pinch" "pining" "pink" "pins" "pip" "pitied" "pitty" "pity" "place" "places" "placid" 
"plague" "plain" "plainly" "plaintive" "plan" "planned" "planning" "plans" "plans'" 
"plaster" "plate" "plates" "play" "played" "playing" "plays" "pleaded" "pleasant" 
"pleasanter" "pleasantly" "please" "pleased" "pleasing" "pleasure" "pleasures" 
"plenty" "plot" "plucked" "plump" "pocket" "pockets" "poetry" "point" "pointed" 
"pointing" "points" "poked" "poking" "pole" "polish" "polite" "politics" "polka" 
"ponies" "poodle" "poor" "poorly" "popped" "popping" "porch" "portfolio" "position" 
"possess" "possessed" "possessing" "possession" "possessions" "possible" "post" "posy" 
"pot" "potions" "pots" "poverty" "power" "powers" "practice" "practiced" "practicing" 
"praise" "praised" "praiseworthy" "pranced" "prancing" "prank" "pranks" "pray" 
"prayed" "prayer" "prayers" "preach" "preached" "precious" "precipitately" "pr!
ecocious" "prefer" "preferred" "preparation" "preparations" "!
prepare" "prepared" "preparing" "presence" "present" "presented" "presently" 
"presents" "preserve" "presided" "pressed" "pretending" "pretense" "prettier" 
"prettiest" "prettily" "pretty" "prevailed" "prevent" "price" "pricked" "prickly" 
"pride" "prided" "prim" "prime" "princess" "princesses" "print" "printed" "prisoner" 
"private" "privately" "prize" "probably" "proceeded" "proceeding" "process" 
"procession" "produce" "produced" "producing" "profitable" "program" "progress" 
"project" "promenade" "promenaded" "promise" "promised" "promises" "promising" 
"promptly" "pronounced" "pronunciation" "proofs" "proper" "properly" "property" 
"propitious" "propose" "proposed" "propriety" "prospect" "prosper" "protection" 
"proud" "prouder" "proudly" "prove" "proved" "provide" "provided" "proving" 
"provoking" "prudent" "prudently" "public" "pudding" "pull" "pulled" "pulling" 
"punctuation" "punished" "punishment" "pupil" "pupils" "purple" "purpose" "purse" 
"pushed" "put" "putting" "puzzled" !
"quaint" "quantities" "quantity" "quarrel" "quarrels" "quarts" "queen" "queer" 
"quenched" "question" "questions" "quick" "quickly" "quiet" "quieted" "quietly" 
"quite" "quiver" "quizzical" "quoting" "race" "rack" "racket" "rag" "ragamuffin" 
"ragged" "rain" "rainy" "raisins" "ran" "rang" "rank" "rap" "rapidity" "rapidly" 
"rapture" "rapturous" "rascals" "rash" "rate" "rather" "rattle" "rattling" "reach" 
"reached" "reaching" "read" "readable" "reader" "readers" "readily" "reading" "ready" 
"real" "realize" "realized" "really" "reason" "reasonable" "rebel" "rebelled" 
"rebellious" "rebelliously" "recalled" "receive" "received" "receiving" "reception" 
"recess" "recollection" "record" "recover" "recovered" "red" "redder" "reflected" 
"refractory" "refrain" "refresh" "refreshing" "refreshment" "refuge" "refund" "refuse" 
"refused" "regard" "regarded" "regarding" "regardless" "regret" "regrets" "regretted" 
"regular" "regularity" "regularly" "reigned" "reins" "rejoiced" "rejoicing" "relat!
ion" "relations" "relaxed" "release" "relics" "relief" "relie!
ved" "religion" "relish" "reluctantly" "remain" "remained" "remains" "remark" 
"remarkable" "remarkably" "remarked" "remarks" "remember" "remembered" "remembering" 
"remind" "reminded" "reminds" "remorse" "remorseful" "remove" "removed" "render" 
"repeat" "repeated" "repeating" "replaced" "replacement" "replied" "reply" "report" 
"repose" "reposed" "reprehensible" "represented" "reproach" "reproachful" 
"reprovingly" "request" "requested" "rescue" "rescued" "resented" "resentful" 
"resignation" "resigned" "resist" "resolute" "resolution" "resolutions" "resolve" 
"resolved" "resolving" "respect" "respectable" "respected" "respectful" "respectfully" 
"respects" "rest" "rested" "resting" "restless" "restore" "restrain" "restrained" 
"result" "retired" "retorted" "return" "returned" "returning" "revel" "reveled" 
"reverence" "reverie" "revived" "reward" "ribbon" "ribbons" "rich" "richer" "ride" 
"rides" "ridiculous" "riding" "right" "rightly" "rights" "ring" "rings" "riotous" 
"ripe" "ripen!
" "rise" "rising" "rival" "river" "road" "roamed" "rob" "rocked" "rocking" "rode" 
"roll" "rolled" "rolling" "romance" "romances" "romantic" "romping" "roof" "room" 
"rooms" "rope" "rosary" "rose" "roses" "rosy" "rough" "round" "roused" "rousing" "row" 
"rowed" "rubbed" "rubber" "rubbers" "rubbish" "rubbish'" "ruddy" "rude" "ruffled" 
"rug" "ruin" "ruins" "rule" "rules" "rummage" "rummaging" "rumpled" "rumpling" "run" 
"running" "runs" "rush" "rushed" "rushing" "rustle" "rustled" "rustling" "sacred" 
"sacrifice" "sacrificed" "sacrifices" "sad" "saddle" "sadly" "safe" "safely" "said" 
"sail" "sailed" "saint" "saintly" "sake" "salad" "salary" "salon" "saloon" "salt" 
"same" "sang" "sank" "sash" "sat" "satin" "satisfaction" "satisfactory" "satisfied" 
"satisfy" "save" "saved" "saving" "saw" "say" "saying" "says" "scandalized" "scarlet" 
"scattered" "scene" "scenery" "scenes" "scholar" "school" "scold" "scolded" "scolding" 
"scorched" "scorn" "scornfully" "scrabble" "scrambled" "scrape" "s!
crapes" "screamed" "scribbled" "scribbling" "scrubbing" "sea"!
 "seal" "sealed" "sealing" "search" "season" "seat" "seated" "seats" "second" "secret" 
"secretly" "secrets" "see" "seeds" "seeing" "seem" "seemed" "seeming" "seems" "seen" 
"sees" "seized" "seldom" "self" "self-denial" "selfish" "sell" "selling" "send" 
"sending" "sends" "sensation" "sensational" "sense" "sensible" "sensitive" "sent" 
"sentence" "sentiment" "sentimental" "separate" "separated" "separation" "serenade" 
"serene" "series" "serious" "seriously" "sermon" "sermons" "servant" "servants" 
"serve" "served" "serves" "service" "services" "set" "setting" "settle" "settled" 
"settling" "seven" "seventeen" "seventy" "several" "severe" "sew" "sewed" "sewing" 
"shabby" "shade" "shadow" "shadowy" "shady" "shake" "shaken" "shaking" "shall" "shame" 
"shan't" "shape" "share" "sharp" "sharply" "shawl" "she" "she'd" "she'll" "she's" 
"shed" "sheep" "sheet" "sheets" "shelf" "shelter" "shield" "shine" "shining" "ship" 
"ships" "shiver" "shock" "shoe" "shoes" "shone" "shook" "shop" "shopping"!
 "shore" "shorn" "short" "shortsighted" "shot" "should" "shoulder" "shoulders" 
"shouldn't" "shout" "show" "showed" "shower" "showing" "shown" "shows" "shrine" 
"shroud" "shrug" "shut" "shutting" "shy" "shyness" "sick" "sicker" "side" "sigh" 
"sighed" "sight" "sign" "signs" "sild" "silence" "silent" "silently" "silk" "silly" 
"silver" "silvery" "simmering" "simple" "simply" "sin" "since" "sincere" "sincerely" 
"sing" "singing" "single" "sinner" "sinners" "sins" "sir" "sire" "sister" "sister's" 
"sisterly" "sisters" "sisters'" "sit" "sits" "sitting" "six" "sixteen" "sixty" "size" 
"skates" "skating" "sketch" "sketchbook" "sketched" "sketches" "sketching" "skill" 
"skin" "skipped" "skirmishes" "skirt" "skirts" "sky" "slamming" "slang" "slap" "slate" 
"slave" "sleep" "sleeps" "sleepy" "slender" "slept" "slight" "slightest" "slip" 
"slipped" "slippers" "slow" "slowly" "sly" "slyly" "small" "smart" "smashed" "smell" 
"smile" "smiled" "smiles" "smiling" "smoke" "smooth" "smoothed" "smoothing!
" "smoothly" "snatched" "sniff" "snow" "snowball" "snowy" "sn!
ub" "so" "soap" "sob" "sobbed" "sobbing" "sober" "soberly" "sociable" "social" 
"society" "society'" "sock" "socks" "sofa" "soft" "softened" "softly" "solace" "sold" 
"soldier" "solemn" "solemnly" "solitary" "solitude" "some" "somebody" "somehow" 
"someone" "something" "sometime" "sometimes" "somewhat" "somewhere" "son" "song" 
"songs" "soon" "sooner" "soothe" "soothed" "soothing" "soothingly" "sore" "sorely" 
"sorrow" "sorrowful" "sorrowfully" "sorrows" "sorry" "sort" "sorting" "sorts" "soul" 
"souls" "sound" "sounded" "sounding" "sounds" "sour" "spare" "spared" "sparkle" 
"sparkled" "speak" "speaking" "speaks" "special" "speck" "spectacle" "spectacles" 
"spectators" "speech" "speeches" "speed" "spell" "spend" "spending" "spent" "spice" 
"spider" "spiders" "spinning" "spinster" "spirit" "spirits" "spite" "splash" 
"splendid" "splendidly" "splendor" "spoil" "spoiled" "spoiling" "spoke" "spoken" 
"spot" "spouse" "spread" "spring" "spun" "squeeze" "squeezed" "squirrel" "staff" 
"stage" "s!
tairs" "stake" "stalked" "stammered" "stand" "standing" "stare" "stared" "staring" 
"stars" "start" "started" "startled" "state" "stately" "statement" "states" "statue" 
"stay" "stayed" "steadily" "steady" "steal" "step" "steps" "stern" "stick" "sticks" 
"stiff" "stile" "still" "stir" "stirred" "stitches" "stock" "stockings" "stole" 
"stone" "stood" "stool" "stoop" "stooped" "stooping" "stop" "stopped" "stopping" 
"stops" "store" "stored" "stores" "stories" "storm" "stormy" "story" "storybook" 
"stout" "stoutly" "stove" "straight" "strain" "strange" "stranger" "strangers" 
"strawberries" "strayed" "streak" "street" "streets" "strength" "stretch" "stretched" 
"stricken" "strict" "striking" "string" "strings" "stroke" "stroking" "strolled" 
"strong" "strong-minded" "stronger" "strongly" "struck" "struggle" "struggles" 
"struggling" "stuck" "students" "studied" "studious" "study" "studying" "stuff" 
"stuffed" "stupid" "style" "subdued" "subject" "submissive" "subsided" "succeed" 
"succeede!
d" "succeeding" "success" "successes" "successful" "successfu!
lly" "such" "sudden" "suddenly" "suffer" "suffered" "suffering" "sugar" "suggest" 
"suggested" "suggestion" "suggestive" "suit" "suited" "suits" "sum" "summer" "sun" 
"sundry" "sunny" "sunset" "sunshine" "sunshiny" "superior" "supper" "supplied" 
"supply" "support" "suppose" "supposed" "suppressed" "sure" "surely" "surprise" 
"surprised" "surrounded" "surveyed" "surveying" "suspect" "suspected" "suspense" 
"suspicion" "suspicions" "suspicious" "sustain" "sweep" "sweeping" "sweet" "sweeter" 
"sweetest" "sweetly" "sweetness" "swept" "swing" "sword" "swung" "sympathetic" 
"sympathize" "sympathy" "table" "tables" "tact" "tail" "tails" "take" "taken" "takes" 
"taking" "tale" "talent" "tales" "talisman" "talk" "talked" "talking" "talks" "tall" 
"tap" "task" "tasks" "tassel" "taste" "tasted" "tastes" "taught" "tea" "teach" 
"teacher" "teachers" "teaching" "teapot" "tear" "tearing" "tears" "tease" "teased" 
"teddy" "teens" "teeth" "telegram" "telegraph" "telegraphed" "tell" "telling" "tells" 
"!
temper" "tempers" "temptation" "temptations" "tempted" "ten" "tender" "tenderest" 
"tenderhearted" "tenderly" "tenderness" "tent" "terms" "terrace" "test" "text" "th" 
"than" "thank" "thanked" "thanks" "that" "that's" "the" "theater" "theaters" "thee" 
"their" "theirs" "them" "themselves" "then" "theory" "there" "there'll" "there's" 
"therefore" "these" "they" "they'll" "they've" "thick" "thin" "thing" "things" "think" 
"thinking" "thinks" "third" "thirty" "this" "thorns" "thorny" "thoroughly" "those" 
"thou" "thou'" "though" "thought" "thoughtful" "thoughtfully" "thoughts" "threatened" 
"threatening" "three" "threshold" "threw" "thrill" "thrilling" "throat" "throng" 
"through" "throw" "throwing" "thrown" "thunder" "thus" "thy" "tide" "tidy" "tie" 
"tied" "tight" "tightly" "till" "time" "times" "timid" "tin" "tiny" "tire" "tired" 
"titles" "to" "toast" "today" "toes" "together" "told" "tomb" "tome" "tomorrow" "tone" 
"tongs" "tongue" "tongues" "tonight" "too" "took" "top" "topsy-turvy"!
 "tore" "torment" "torn" "toss" "tossed" "tossing" "total" "t!
ouch" "touched" "touches" "touching" "tour" "toward" "tower" "town" "tragedy" "tragic" 
"tragically" "trail" "train" "training" "tramp" "tramped" "tramping" "tranquil" 
"transparent" "trash" "travel" "traveler" "traveling" "tread" "treasure" "treasures" 
"treat" "treated" "tree" "trees" "trembled" "trembling" "tremendous" "tremendously" 
"trial" "trials" "tried" "tries" "trifle" "trifles" "trifling" "trimmed" "trimming" 
"trip" "trips" "triumph" "triumphantly" "trotting" "trouble" "troubled" "troubles" 
"true" "truly" "trump" "trunk" "trust" "trusted" "truth" "try" "trying" "tub" "tucked" 
"tudor" "tumble" "tumbled" "tumbling" "tune" "turf" "turkey" "turn" "turned" "turning" 
"turnovers" "turns" "turquoise" "turtledoves" "tut" "tutor" "twelve" "twenty" 
"twenty-five" "twice" "twilight" "twinkle" "twinkled" "twins" "two" "txt" "tyrannized" 
"ugly" "umbrella" "unbroken" "uncle" "uncomfortable" "uncommon" "uncommonly" 
"unconscious" "unconsciously" "undecided" "under" "understand" "unders!
tood" "undertook" "uneven" "unexpected" "unexpectedly" "unfinished" "unfolding" 
"unfortunate" "unfortunately" "ungrateful" "unhappy" "uninteresting" "united" "unjust" 
"unknown" "unless" "unlike" "unlucky" "unmaidenly" "unnatural" "unnecessary" 
"unromantic" "unseen" "unselfish" "unsettled" "until" "unusual" "unusually" 
"unworldly" "up" "upon" "upper" "upset" "upside" "upstairs" "us" "use" "used" "useful" 
"useless" "users" "using" "usual" "usually" "utter" "utterance" "uttered" "utterly" 
"vacation" "vague" "vain" "valley" "valuable" "value" "valued" "vanished" "vanities" 
"vanity" "various" "vase" "vases" "veil" "velvet" "venerable" "vent" "venture" "verse" 
"very" "victim" "view" "views" "villain" "vines" "viola" "violent" "violently" 
"violet" "virtue" "virtues" "virtuous" "visions" "visit" "visiting" "visits" "voice" 
"voices" "volcano" "voluntarily" "vote" "voyage" "vulgar" "wagon" "wailing" 
"waistcoat" "wait" "waited" "waiting" "wake" "wakes" "waking" "walk" "walked" "walking!
" "walks" "wall" "walls" "wandering" "wanderings" "want" "wan!
ted" "wanting" "wants" "war" "warbled" "ward" "wardrobe" "warm" "warmed" "warming" 
"warmly" "warmth" "warn" "warning" "warranties" "was" "wash" "washing" "wasn't" 
"waste" "wasted" "watch" "watched" "watches" "watching" "water" "wave" "waved" 
"waving" "wax" "way" "ways" "we" "we'd" "we'll" "we've" "weak" "wealth" "wear" 
"wearied" "wearing" "wears" "weather" "weathercock" "wedding" "week" "weekly" "weeks" 
"weep" "weighed" "welcome" "welcomed" "well" "well-bred" "well-kept" "well-known" 
"well-worn" "went" "wept" "were" "weren't" "wet" "what" "what's" "whatever" 
"wheedlesome" "when" "whenever" "where" "where's" "whereat" "wherever" "whether" 
"which" "while" "whisk" "whisked" "whisking" "whisper" "whispered" "whispering" 
"whispers" "whistle" "white" "whither" "who" "whole" "wholesome" "whom" "whose" "why" 
"wicked" "wicket" "wide" "wide-awake" "wife" "wig" "wild" "wilderness" "wildly" "will" 
"willing" "wills" "win" "wind" "winding" "window" "windows" "winds" "wine" "wings" 
"winkin!
g" "winkle" "winter" "wintry" "wipe" "wiped" "wisdom" "wise" "wisely" "wiser" "wisest" 
"wish" "wished" "wishes" "wishing" "wistful" "wistfully" "witch" "with" "within" 
"without" "wits" "witty" "wives" "woe" "woke" "woman" "woman'" "woman's" "womanhood" 
"womanly" "women" "won" "won't" "wonder" "wondered" "wonderful" "wonderfully" 
"wondering" "wood" "wooden" "wooing" "word" "words" "wore" "work" "workbasket" 
"worked" "working" "works" "world" "worldly" "worn" "worried" "worries" "worry" 
"worrying" "worse" "worship" "worst" "worsted" "worth" "worthy" "would" "wouldn't" 
"wound" "wounded" "wrapped" "wrath" "wrathful" "wreath" "wreck" "wretch" "wrinkled" 
"write" "writes" "writing" "written" "wrong" "wrongs" "wrote" "wrought" "wrung" "year" 
"year's" "years" "yellow" "yer" "yes" "yesterday" "yet" "yielded" "you" "you'" "you'd" 
"you'll" "you're" "you've" "young" "younger" "your" "yours" "yourself" "youth" 
"youthful"
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to