Get unique types of tokens from a tokens object.
types(x)
a tokens object
toks <- tokens(data_corpus_inaugural)
types(toks)
#> [1] "Fellow-Citizens" "of" "the"
#> [4] "Senate" "and" "House"
#> [7] "Representatives" ":" "Among"
#> [10] "vicissitudes" "incident" "to"
#> [13] "life" "no" "event"
#> [16] "could" "have" "filled"
#> [19] "me" "with" "greater"
#> [22] "anxieties" "than" "that"
#> [25] "which" "notification" "was"
#> [28] "transmitted" "by" "your"
#> [31] "order" "," "received"
#> [34] "on" "14th" "day"
#> [37] "present" "month" "."
#> [40] "On" "one" "hand"
#> [43] "I" "summoned" "my"
#> [46] "Country" "whose" "voice"
#> [49] "can" "never" "hear"
#> [52] "but" "veneration" "love"
#> [55] "from" "a" "retreat"
#> [58] "had" "chosen" "fondest"
#> [61] "predilection" "in" "flattering"
#> [64] "hopes" "an" "immutable"
#> [67] "decision" "as" "asylum"
#> [70] "declining" "years" "-"
#> [73] "rendered" "every" "more"
#> [76] "necessary" "well" "dear"
#> [79] "addition" "habit" "inclination"
#> [82] "frequent" "interruptions" "health"
#> [85] "gradual" "waste" "committed"
#> [88] "it" "time" "other"
#> [91] "magnitude" "difficulty" "trust"
#> [94] "country" "called" "being"
#> [97] "sufficient" "awaken" "wisest"
#> [100] "most" "experienced" "her"
#> [103] "citizens" "distrustful" "scrutiny"
#> [106] "into" "his" "qualifications"
#> [109] "not" "overwhelm" "despondence"
#> [112] "who" "(" "inheriting"
#> [115] "inferior" "endowments" "nature"
#> [118] "unpracticed" "duties" "civil"
#> [121] "administration" ")" "ought"
#> [124] "be" "peculiarly" "conscious"
#> [127] "own" "deficiencies" "In"
#> [130] "this" "conflict" "emotions"
#> [133] "all" "dare" "aver"
#> [136] "is" "has" "been"
#> [139] "faithful" "study" "collect"
#> [142] "duty" "just" "appreciation"
#> [145] "circumstance" "might" "affected"
#> [148] "All" "hope" "if"
#> [151] "executing" "task" "too"
#> [154] "much" "swayed" "grateful"
#> [157] "remembrance" "former" "instances"
#> [160] "or" "affectionate" "sensibility"
#> [163] "transcendent" "proof" "confidence"
#> [166] "fellow" "thence" "little"
#> [169] "consulted" "incapacity" "disinclination"
#> [172] "for" "weighty" "untried"
#> [175] "cares" "before" "error"
#> [178] "will" "palliated" "motives"
#> [181] "mislead" "its" "consequences"
#> [184] "judged" "some" "share"
#> [187] "partiality" "they" "originated"
#> [190] "Such" "impressions" "under"
#> [193] "obedience" "public" "summons"
#> [196] "repaired" "station" "would"
#> [199] "improper" "omit" "first"
#> [202] "official" "act" "fervent"
#> [205] "supplications" "Almighty" "Being"
#> [208] "rules" "over" "universe"
#> [211] "presides" "councils" "nations"
#> [214] "providential" "aids" "supply"
#> [217] "human" "defect" "His"
#> [220] "benediction" "may" "consecrate"
#> [223] "liberties" "happiness" "people"
#> [226] "United" "States" "Government"
#> [229] "instituted" "themselves" "these"
#> [232] "essential" "purposes" "enable"
#> [235] "instrument" "employed" "execute"
#> [238] "success" "functions" "allotted"
#> [241] "charge" "tendering" "homage"
#> [244] "Great" "Author" "private"
#> [247] "good" "assure" "myself"
#> [250] "expresses" "sentiments" "less"
#> [253] "nor" "those" "at"
#> [256] "large" "either" "No"
#> [259] "bound" "acknowledge" "adore"
#> [262] "Invisible" "Hand" "conducts"
#> [265] "affairs" "men" "Every"
#> [268] "step" "advanced" "character"
#> [271] "independent" "nation" "seems"
#> [274] "distinguished" "token" "agency"
#> [277] ";" "important" "revolution"
#> [280] "accomplished" "system" "their"
#> [283] "united" "government" "tranquil"
#> [286] "deliberations" "voluntary" "consent"
#> [289] "so" "many" "distinct"
#> [292] "communities" "resulted" "compared"
#> [295] "means" "governments" "established"
#> [298] "without" "return" "pious"
#> [301] "gratitude" "along" "humble"
#> [304] "anticipation" "future" "blessings"
#> [307] "past" "seem" "presage"
#> [310] "These" "reflections" "arising"
#> [313] "out" "crisis" "forced"
#> [316] "strongly" "mind" "suppressed"
#> [319] "You" "join" "thinking"
#> [322] "there" "are" "none"
#> [325] "influence" "proceedings" "new"
#> [328] "free" "auspiciously" "commence"
#> [331] "By" "article" "establishing"
#> [334] "executive" "department" "made"
#> [337] "President" "\"" "recommend"
#> [340] "consideration" "such" "measures"
#> [343] "he" "shall" "judge"
#> [346] "expedient" "The" "circumstances"
#> [349] "now" "meet" "you"
#> [352] "acquit" "entering" "subject"
#> [355] "further" "refer" "great"
#> [358] "constitutional" "charter" "assembled"
#> [361] "defining" "powers" "designates"
#> [364] "objects" "attention" "given"
#> [367] "It" "consistent" "far"
#> [370] "congenial" "feelings" "actuate"
#> [373] "substitute" "place" "recommendation"
#> [376] "particular" "tribute" "due"
#> [379] "talents" "rectitude" "patriotism"
#> [382] "adorn" "characters" "selected"
#> [385] "devise" "adopt" "them"
#> [388] "honorable" "behold" "surest"
#> [391] "pledges" "side" "local"
#> [394] "prejudices" "attachments" "separate"
#> [397] "views" "party" "animosities"
#> [400] "misdirect" "comprehensive" "equal"
#> [403] "eye" "watch" "assemblage"
#> [406] "interests" "another" "foundation"
#> [409] "our" "national" "policy"
#> [412] "laid" "pure" "principles"
#> [415] "morality" "preeminence" "exemplified"
#> [418] "attributes" "win" "affections"
#> [421] "command" "respect" "world"
#> [424] "dwell" "prospect" "satisfaction"
#> [427] "ardent" "inspire" "since"
#> [430] "truth" "thoroughly" "exists"
#> [433] "economy" "course" "indissoluble"
#> [436] "union" "between" "virtue"
#> [439] "advantage" "genuine" "maxims"
#> [442] "honest" "magnanimous" "solid"
#> [445] "rewards" "prosperity" "felicity"
#> [448] "we" "persuaded" "propitious"
#> [451] "smiles" "Heaven" "expected"
#> [454] "disregards" "eternal" "right"
#> [457] "itself" "ordained" "preservation"
#> [460] "sacred" "fire" "liberty"
#> [463] "destiny" "republican" "model"
#> [466] "justly" "considered" "perhaps"
#> [469] "deeply" "finally" "staked"
#> [472] "experiment" "entrusted" "hands"
#> [475] "American" "Besides" "ordinary"
#> [478] "submitted" "care" "remain"
#> [481] "judgment" "decide" "how"
#> [484] "exercise" "occasional" "power"
#> [487] "delegated" "fifth" "Constitution"
#> [490] "juncture" "objections" "urged"
#> [493] "against" "degree" "inquietude"
#> [496] "birth" "Instead" "undertaking"
#> [499] "recommendations" "guided" "lights"
#> [502] "derived" "opportunities" "again"
#> [505] "give" "way" "entire"
#> [508] "discernment" "pursuit" "whilst"
#> [511] "carefully" "avoid" "alteration"
#> [514] "endanger" "benefits" "effective"
#> [517] "await" "lessons" "experience"
#> [520] "reverence" "characteristic" "rights"
#> [523] "freemen" "regard" "harmony"
#> [526] "sufficiently" "question" "impregnably"
#> [529] "fortified" "latter" "safely"
#> [532] "advantageously" "promoted" "To"
#> [535] "foregoing" "observations" "add"
#> [538] "properly" "addressed" "concerns"
#> [541] "therefore" "brief" "possible"
#> [544] "When" "honored" "call"
#> [547] "service" "then" "eve"
#> [550] "arduous" "struggle" "light"
#> [553] "contemplated" "required" "should"
#> [556] "renounce" "pecuniary" "compensation"
#> [559] "From" "resolution" "instance"
#> [562] "departed" "still" "produced"
#> [565] "must" "decline" "inapplicable"
#> [568] "any" "personal" "emoluments"
#> [571] "indispensably" "included" "permanent"
#> [574] "provision" "accordingly" "pray"
#> [577] "estimates" "am" "placed"
#> [580] "during" "continuance" "limited"
#> [583] "actual" "expenditures" "thought"
#> [586] "require" "Having" "thus"
#> [589] "imparted" "awakened" "occasion"
#> [592] "brings" "us" "together"
#> [595] "take" "leave" "resorting"
#> [598] "once" "benign" "Parent"
#> [601] "Human" "Race" "supplication"
#> [604] "He" "pleased" "favor"
#> [607] "deliberating" "perfect" "tranquillity"
#> [610] "dispositions" "deciding" "unparalleled"
#> [613] "unanimity" "form" "security"
#> [616] "advancement" "divine" "blessing"
#> [619] "equally" "conspicuous" "enlarged"
#> [622] "temperate" "consultations" "wise"
#> [625] "depend" "Fellow" "upon"
#> [628] "Chief" "Magistrate" "proper"
#> [631] "arrive" "endeavor" "express"
#> [634] "high" "sense" "entertain"
#> [637] "honor" "reposed" "America"
#> [640] "Previous" "execution" "requires"
#> [643] "oath" "office" "This"
#> [646] "about" "presence" "That"
#> [649] "found" "violated" "willingly"
#> [652] "knowingly" "injunctions" "thereof"
#> [655] "besides" "incurring" "punishment"
#> [658] "upbraidings" "witnesses" "solemn"
#> [661] "ceremony" "perceived" "early"
#> [664] "times" "middle" "remained"
#> [667] "unlimited" "submission" "foreign"
#> [670] "legislature" "total" "independence"
#> [673] "claims" "reflection" "were"
#> [676] "apprehensive" "danger" "formidable"
#> [679] "fleets" "armies" "determine"
#> [682] "resist" "contests" "dissensions"
#> [685] "certainly" "arise" "concerning"
#> [688] "forms" "whole" "parts"
#> [691] "extensive" "Relying" "however"
#> [694] "purity" "intentions" "justice"
#> [697] "cause" "integrity" "intelligence"
#> [700] "overruling" "Providence" "signally"
#> [703] "protected" "representatives" "consisting"
#> [706] "half" "number" "only"
#> [709] "broke" "pieces" "chains"
#> [712] "forging" "rod" "iron"
#> [715] "lifted" "up" "frankly"
#> [718] "cut" "asunder" "ties"
#> [721] "launched" "ocean" "uncertainty"
#> [724] "zeal" "ardor" "Revolutionary"
#> [727] "war" "supplying" "commanded"
#> [730] "least" "temporary" "society"
#> [733] "Confederation" "felt" "prepared"
#> [736] "models" "Batavian" "Helvetic"
#> [739] "confederacies" "examples" "detail"
#> [742] "precision" "history" "ones"
#> [745] "ever" "But" "reflecting"
#> [748] "striking" "difference" "particulars"
#> [751] "where" "courier" "go"
#> [754] "seat" "frontier" "single"
#> [757] "foreseen" "assisted" "Congress"
#> [760] "formation" "durable" "Negligence"
#> [763] "regulations" "inattention" "disobedience"
#> [766] "authority" "individuals" "soon"
#> [769] "appeared" "melancholy" "universal"
#> [772] "languor" "jealousies" "rivalries"
#> [775] "navigation" "commerce" "discouragement"
#> [778] "manufactures" "fall" "value"
#> [781] "lands" "produce" "contempt"
#> [784] "faith" "loss" "credit"
#> [787] "length" "discontents" "combinations"
#> [790] "partial" "conventions" "insurrection"
#> [793] "threatening" "calamity" "dangerous"
#> [796] "abandoned" "usual" "Measures"
#> [799] "pursued" "concert" "plan"
#> [802] "establish" "insure" "domestic"
#> [805] "provide" "common" "defense"
#> [808] "promote" "general" "welfare"
#> [811] "secure" "disquisitions" "discussions"
#> [814] "issued" "happy" "Employed"
#> [817] "abroad" "transactions" "saw"
#> [820] "Irritated" "literary" "altercation"
#> [823] "animated" "debate" "heated"
#> [826] "animosity" "read" "result"
#> [829] "heads" "prompted" "hearts"
#> [832] "better" "adapted" "genius"
#> [835] "situation" "relations" "proposed"
#> [838] "suggested" "outlines" "conformable"
#> [841] "esteemed" "native" "State"
#> [844] "contributed" "Claiming" "suffrage"
#> [847] "fellow-citizens" "adoption" "rejection"
#> [850] "constitution" "rule" "posterity"
#> [853] "theirs" "did" "hesitate"
#> [856] "approbation" "occasions" "objection"
#> [859] "Executive" "Nor" "entertained"
#> [862] "promoting" "see" "feel"
#> [865] "legislatures" "according" "ordain"
#> [868] "Returning" "bosom" "after"
#> [871] "painful" "separation" "ten"
#> [874] "elected" "things" "repeatedly"
#> [877] "serious" "obligations" "support"
#> [880] "operation" "equaled" "sanguine"
#> [883] "expectations" "friends" "habitual"
#> [886] "delight" "effects" "peace"
#> [889] "acquired" "attachment" "What"
#> [892] "indeed" "deserve" "esteem"
#> [895] "?" "There" "solidity"
#> [898] "ancient" "idea" "congregations"
#> [901] "cities" "pleasing" "sight"
#> [904] "superior" "intelligences" "very"
#> [907] "certain" "benevolent" "spectacle"
#> [910] "presented" "noble" "majestic"
#> [913] "august" "assembly" "like"
#> [916] "often" "seen" "Chamber"
#> [919] "branches" "Legislature" "exercised"
#> [922] "regular" "periods" "neighbors"
#> [925] "make" "laws" "Can"
#> [928] "anything" "mere" "ornament"
#> [931] "decoration" "added" "robes"
#> [934] "diamonds" "amiable" "respectable"
#> [937] "when" "descends" "accidents"
#> [940] "institutions" "remote" "antiquity"
#> [943] "springs" "fresh" "judgments"
#> [946] "enlightened" "For" "represented"
#> [949] "majesty" "reflected" "legitimate"
#> [952] "whatever" "appear" "existence"
#> [955] "ours" "full" "dissemination"
#> [958] "knowledge" "throughout" "body"
#> [961] "And" "what" "object"
#> [964] "If" "pride" "justifiable"
#> [967] "excusable" "riches" "grandeur"
#> [970] "glory" "conviction" "innocence"
#> [973] "information" "benevolence" "midst"
#> [976] "ideas" "unfaithful" "ourselves"
#> [979] "lose" "extraneous" "infect"
#> [982] "fair" "virtuous" "elections"
#> [985] "election" "determined" "majority"
#> [988] "vote" "procured" "through"
#> [991] "artifice" "corruption" "choice"
#> [994] "ends" "solitary" "obtained"
#> [997] "flattery" "menaces" "fraud"
#> [1000] "violence" "terror" "intrigue"
#> [1003] "venality" "govern" "candid"
#> [1006] "cases" "boast" "lot"
#> [1009] "chance" "interesting" "abuses"
#> [1012] "exposed" "exhibited" "admiration"
#> [1015] "anxiety" "eight" "citizen"
#> [1018] "long" "actions" "regulated"
#> [1021] "prudence" "temperance" "fortitude"
#> [1024] "conducting" "inspired" "same"
#> [1027] "virtues" "increasing" "wealth"
#> [1030] "unexampled" "merited" "highest"
#> [1033] "praises" "secured" "immortal"
#> [1036] "retirement" "live" "enjoy"
#> [1039] "delicious" "recollection" "services"
#> [1042] "mankind" "fruits" "himself"
#> [1045] "daily" "splendid" "fortunes"
#> [1048] "opening" "year" "name"
#> [1051] "rampart" "lives" "bulwark"
#> [1054] "open" "secret" "enemies"
#> [1057] "country's" "example" "recommended"
#> [1060] "imitation" "successors" "both"
#> [1063] "Houses" "become" "silent"
#> [1066] "speak" "diffidence" "something"
#> [1069] "admitted" "apology" "venture"
#> [1072] "say" "preference" "principle"
#> [1075] "formed" "diligent" "impartial"
#> [1078] "inquiry" "conscientious" "determination"
#> [1081] "until" "altered" "wishes"
#> [1084] "expressed" "mode" "prescribed"
#> [1087] "respectful" "constitutions" "individual"
#> [1090] "constant" "caution" "delicacy"
#> [1093] "toward" "interest" "Union"
#> [1096] "northern" "southern" "eastern"
#> [1099] "western" "position" "various"
#> [1102] "political" "opinions" "unessential"
#> [1105] "points" "parties" "denominations"
#> [1108] "science" "letters" "wish"
#> [1111] "patronize" "rational" "effort"
#> [1114] "encourage" "schools" "colleges"
#> [1117] "universities" "academies" "institution"
#> [1120] "propagating" "religion" "among"
#> [1123] "classes" "stages" "preserving"
#> [1126] "natural" "spirit" "sophistry"
#> [1129] "profligacy" "pestilence" "angel"
#> [1132] "destruction" "elective" "humanity"
#> [1135] "interior" "improve" "agriculture"
#> [1138] "manufacturers" "necessity" "convenience"
#> [1141] "equity" "aboriginal" "disposition"
#> [1144] "meliorate" "condition" "inclining"
#> [1147] "friendly" "inflexible" "maintain"
#> [1150] "inviolable" "neutrality" "impartiality"
#> [1153] "belligerent" "Europe" "adopted"
#> [1156] "solemnly" "sanctioned" "applauded"
#> [1159] "opinion" "otherwise" "French"
#> [1162] "residence" "seven" "chiefly"
#> [1165] "sincere" "desire" "preserve"
#> [1168] "friendship" "while" "internal"
#> [1171] "sentiment" "energies" "preserved"
#> [1174] "earnest" "investigate" "remove"
#> [1177] "colorable" "pretense" "complaint"
#> [1180] "intention" "pursue" "amicable"
#> [1183] "negotiation" "reparation" "injuries"
#> [1186] "lay" "facts" "consider"
#> [1189] "constituents" "demand" "do"
#> [1192] "unshaken" "resources" "hazarded"
#> [1195] "deceived" "elevated" "destinies"
#> [1198] "founded" "moral" "intellectual"
#> [1201] "improvements" "engraven" "obscured"
#> [1204] "exalted" "age" "profess"
#> [1207] "Christians" "fixed" "decent"
#> [1210] "Christianity" "best" "comply"
#> [1213] "strenuous" "sagacious" "injunction"
#> [1216] "two" "effect" "With"
#> [1219] "pledged" "doubt" "energy"
#> [1222] "hesitation" "utmost" "supreme"
#> [1225] "Patron" "Order" "Fountain"
#> [1228] "Justice" "Protector" "ages"
#> [1231] "continue" "duration" "providence"
#> [1234] "Friends" "Citizens" "Called"
#> [1237] "undertake" "avail" "portion"
#> [1240] "here" "thanks" "look"
#> [1243] "declare" "consciousness" "above"
#> [1246] "approach" "anxious" "awful"
#> [1249] "presentiments" "greatness" "weakness"
#> [1252] "A" "rising" "spread"
#> [1255] "wide" "fruitful" "land"
#> [1258] "traversing" "seas" "rich"
#> [1261] "productions" "industry" "engaged"
#> [1264] "forget" "advancing" "rapidly"
#> [1267] "beyond" "reach" "mortal"
#> [1270] "contemplate" "beloved" "issue"
#> [1273] "auspices" "shrink" "contemplation"
#> [1276] "Utterly" "despair" "whom"
#> [1279] "remind" "authorities" "provided"
#> [1282] "find" "wisdom" "rely"
#> [1285] "difficulties" "gentlemen" "charged"
#> [1288] "sovereign" "legislation" "associated"
#> [1291] "encouragement" "guidance" "steer"
#> [1294] "safety" "vessel" "embarked"
#> [1297] "amidst" "conflicting" "elements"
#> [1300] "troubled" "During" "contest"
#> [1303] "passed" "animation" "exertions"
#> [1306] "sometimes" "worn" "aspect"
#> [1309] "impose" "strangers" "unused"
#> [1312] "think" "freely" "write"
#> [1315] "decided" "announced" "arrange"
#> [1318] "law" "unite" "efforts"
#> [1321] "bear" "though" "prevail"
#> [1324] "rightful" "reasonable" "minority"
#> [1327] "possess" "protect" "violate"
#> [1330] "oppression" "Let" "heart"
#> [1333] "restore" "social" "intercourse"
#> [1336] "affection" "even" "dreary"
#> [1339] "let" "reflect" "having"
#> [1342] "banished" "religious" "intolerance"
#> [1345] "bled" "suffered" "yet"
#> [1348] "gained" "countenance" "despotic"
#> [1351] "wicked" "capable" "bitter"
#> [1354] "bloody" "persecutions" "throes"
#> [1357] "convulsions" "agonizing" "spasms"
#> [1360] "infuriated" "man" "seeking"
#> [1363] "blood" "slaughter" "long-lost"
#> [1366] "wonderful" "agitation" "billows"
#> [1369] "distant" "peaceful" "shore"
#> [1372] "feared" "others" "divide"
#> [1375] "We" "different" "names"
#> [1378] "brethren" "Republicans" "Federalists"
#> [1381] "dissolve" "change" "stand"
#> [1384] "undisturbed" "monuments" "tolerated"
#> [1387] "reason" "left" "combat"
#> [1390] "know" "fear" "strong"
#> [1393] "enough" "patriot" "tide"
#> [1396] "successful" "abandon" "kept"
#> [1399] "firm" "theoretic" "visionary"
#> [1402] "world's" "possibility" "want"
#> [1405] "believe" "contrary" "strongest"
#> [1408] "earth" "fly" "standard"
#> [1411] "invasions" "concern" "Sometimes"
#> [1414] "said" "trusted" "Or"
#> [1417] "angels" "kings" "him"
#> [1420] "answer" "courage" "Federal"
#> [1423] "Republican" "representative" "Kindly"
#> [1426] "separated" "exterminating" "havoc"
#> [1429] "quarter" "globe" "high-minded"
#> [1432] "endure" "degradations" "possessing"
#> [1435] "room" "descendants" "thousandth"
#> [1438] "generation" "entertaining" "use"
#> [1441] "faculties" "acquisitions" "resulting"
#> [1444] "professed" "practiced" "inculcating"
#> [1447] "honesty" "acknowledging" "adoring"
#> [1450] "dispensations" "proves" "delights"
#> [1453] "hereafter" "prosperous" "Still"
#> [1456] "thing" "frugal" "restrain"
#> [1459] "injuring" "regulate" "pursuits"
#> [1462] "improvement" "mouth" "labor"
#> [1465] "bread" "earned" "sum"
#> [1468] "close" "circle" "felicities"
#> [1471] "About" "enter" "comprehend"
#> [1474] "everything" "valuable" "understand"
#> [1477] "deem" "consequently" "shape"
#> [1480] "Administration" "compress" "within"
#> [1483] "narrowest" "compass" "stating"
#> [1486] "limitations" "Equal" "exact"
#> [1489] "state" "persuasion" "entangling"
#> [1492] "alliances" "competent" "administrations"
#> [1495] "bulwarks" "antirepublican" "tendencies"
#> [1498] "General" "vigor" "sheet"
#> [1501] "anchor" "home" "jealous"
#> [1504] "mild" "safe" "corrective"
#> [1507] "lopped" "sword" "peaceable"
#> [1510] "remedies" "unprovided" "absolute"
#> [1513] "acquiescence" "decisions" "vital"
#> [1516] "republics" "appeal" "force"
#> [1519] "immediate" "parent" "despotism"
#> [1522] "disciplined" "militia" "reliance"
#> [1525] "moments" "till" "regulars"
#> [1528] "relieve" "supremacy" "military"
#> [1531] "expense" "lightly" "burthened"
#> [1534] "payment" "debts" "handmaid"
#> [1537] "diffusion" "arraignment" "bar"
#> [1540] "freedom" "press" "person"
#> [1543] "protection" "habeas" "corpus"
#> [1546] "trial" "juries" "impartially"
#> [1549] "bright" "constellation" "gone"
#> [1552] "steps" "reformation" "sages"
#> [1555] "heroes" "devoted" "attainment"
#> [1558] "They" "creed" "text"
#> [1561] "civic" "instruction" "touchstone"
#> [1564] "try" "wander" "alarm"
#> [1567] "hasten" "retrace" "regain"
#> [1570] "road" "alone" "leads"
#> [1573] "repair" "post" "assigned"
#> [1576] "subordinate" "offices" "greatest"
#> [1579] "learnt" "expect" "rarely"
#> [1582] "imperfect" "retire" "reputation"
#> [1585] "bring" "Without" "pretensions"
#> [1588] "revolutionary" "preeminent" "entitled"
#> [1591] "destined" "fairest" "page"
#> [1594] "volume" "ask" "firmness"
#> [1597] "legal" "wrong" "positions"
#> [1600] "view" "ground" "indulgence"
#> [1603] "errors" "intentional" "condemn"
#> [1606] "implied" "consolation" "solicitude"
#> [1609] "retain" "bestowed" "advance"
#> [1612] "conciliate" "doing" "instrumental"
#> [1615] "patronage" "work" "ready"
#> [1618] "whenever" "sensible" "Infinite"
#> [1621] "Power" "lead" "favorable"
#> [1624] "Proceeding" "qualification" "entrance"
#> [1627] "conferred" "deep" "inspires"
#> [1630] "conduct" "satisfy" "taking"
#> [1633] "declared" "believed" "administer"
#> [1636] "Commonwealth" "MY" "conscience"
#> [1639] "tells" "acted" "declaration"
#> [1642] "obvious" "import" "understanding"
#> [1645] "transaction" "endeavored" "cultivate"
#> [1648] "especially" "done" "favored"
#> [1651] "lawful" "cherished" "mutual"
#> [1654] "terms" "firmly" "convinced"
#> [1657] "soundly" "calculated" "inseparable"
#> [1660] "bears" "witness" "fact"
#> [1663] "word" "recourse" "armaments"
#> [1666] "wars" "bridle" "At"
#> [1669] "whether" "ill" "suppression"
#> [1672] "unnecessary" "useless" "establishments"
#> [1675] "expenses" "enabled" "discontinue"
#> [1678] "taxes" "covering" "officers"
#> [1681] "doors" "intrusions" "already"
#> [1684] "begun" "process" "domiciliary"
#> [1687] "vexation" "entered" "scarcely"
#> [1690] "restrained" "reaching" "successively"
#> [1693] "property" "minor" "fell"
#> [1696] "inconvenient" "because" "amount"
#> [1699] "paid" "collected" "merit"
#> [1702] "instead" "approved" "remaining"
#> [1705] "revenue" "consumption" "articles"
#> [1708] "afford" "luxuries" "comforts"
#> [1711] "seaboard" "frontiers" "incorporated"
#> [1714] "mercantile" "pleasure" "farmer"
#> [1717] "mechanic" "laborer" "sees"
#> [1720] "taxgatherer" "contributions" "current"
#> [1723] "fulfill" "contracts" "extinguish"
#> [1726] "soil" "limits" "extend"
#> [1729] "apply" "surplus" "places"
#> [1732] "short" "final" "redemption"
#> [1735] "effected" "thereby" "liberated"
#> [1738] "repartition" "corresponding" "amendment"
#> [1741] "applied" "rivers" "canals"
#> [1744] "roads" "arts" "education"
#> [1747] "each" "injustice" "increased"
#> [1750] "population" "aided" "reserved"
#> [1753] "encroaching" "generations" "burthening"
#> [1756] "War" "suspension" "useful"
#> [1759] "works" "progress" "income"
#> [1762] "extension" "possibly" "pay"
#> [1765] "meantime" "keep" "down"
#> [1768] "accruing" "events" "replace"
#> [1771] "advances" "acquisition" "Louisiana"
#> [1774] "disapproved" "apprehension" "enlargement"
#> [1777] "territory" "limit" "extent"
#> [1780] "federative" "operate" "effectively"
#> [1783] "larger" "association" "shaken"
#> [1786] "passions" "opposite" "bank"
#> [1789] "Mississippi" "settled" "children"
#> [1792] "family" "likely" "matters"
#> [1795] "undertaken" "prescribe" "exercises"
#> [1798] "suited" "direction" "discipline"
#> [1801] "church" "acknowledged" "several"
#> [1804] "societies" "inhabitants" "countries"
#> [1807] "regarded" "commiseration" "Endowed"
#> [1810] "breathing" "occupying" "stream"
#> [1813] "overflowing" "regions" "directed"
#> [1816] "shores" "divert" "habits"
#> [1819] "contend" "overwhelmed" "driven"
#> [1822] "reduced" "narrow" "hunter's"
#> [1825] "enjoins" "teach" "prepare"
#> [1828] "bodily" "adds" "morals"
#> [1831] "liberally" "furnished" "implements"
#> [1834] "husbandry" "household" "instructors"
#> [1837] "covered" "aegis" "aggressors"
#> [1840] "endeavors" "enlighten" "fate"
#> [1843] "awaits" "induce" "follow"
#> [1846] "dictates" "powerful" "obstacles"
#> [1849] "encounter" "combated" "bodies"
#> [1852] "minds" "ignorance" "interested"
#> [1855] "crafty" "nothing" "persons"
#> [1858] "inculcate" "sanctimonious" "customs"
#> [1861] "ancestors" "whatsoever" "false"
#> [1864] "guide" "counsel" "physical"
#> [1867] "perilous" "innovation" "Creator"
#> [1870] "also" "action" "counteraction"
#> [1873] "bigotry" "antiphilosophists" "keeping"
#> [1876] "dread" "exert" "ascendancy"
#> [1879] "improving" "obeying" "mandates"
#> [1882] "giving" "mean" "arrogate"
#> [1885] "weight" "strengthen" "sound"
#> [1888] "discretion" "select" "confide"
#> [1891] "legislative" "foundations" "wholesome"
#> [1894] "remains" "able" "auxiliaries"
#> [1897] "disturb" "artillery" "leveled"
#> [1900] "licentiousness" "regretted" "inasmuch"
#> [1903] "tend" "lessen" "usefulness"
#> [1906] "sap" "corrected" "punishments"
#> [1909] "falsehood" "defamation" "urgent"
#> [1912] "servants" "offenders" "indignation"
#> [1915] "uninteresting" "fairly" "fully"
#> [1918] "discussion" "unaided" "propagation"
#> [1921] "true" "unwilling" "written"
#> [1924] "tried" "witnessed" "scene"
#> [1927] "looked" "cool" "latent"
#> [1930] "source" "outrages" "proceeded"
#> [1933] "gathered" "around" "functionaries"
#> [1936] "pronounced" "verdict" "served"
#> [1939] "consolatory" "friend" "believes"
#> [1942] "control" "inference" "intended"
#> [1945] "defamatory" "publications" "enforced"
#> [1948] "renders" "reforming" "salutary"
#> [1951] "coercions" "noted" "prove"
#> [1954] "maintained" "league" "confined"
#> [1957] "needs" "restraint" "correct"
#> [1960] "reasoning" "hearing" "definite"
#> [1963] "line" "drawn" "inestimable"
#> [1966] "demoralizing" "improprieties" "supplement"
#> [1969] "sought" "censorship" "Contemplating"
#> [1972] "manifested" "generally" "auguring"
#> [1975] "offer" "congratulations" "rallied"
#> [1978] "point" "gaining" "strength"
#> [1981] "piercing" "veil" "doubting"
#> [1984] "mass" "resolve" "honestly"
#> [1987] "cultivated" "unassailed" "equality"
#> [1990] "unequal" "results" "father's"
#> [1993] "satisfied" "approve" "cherish"
#> [1996] "patient" "competitions" "need"
#> [1999] "gather" "fold" "complete"
#> [2002] "gives" "benefit" "proceed"
#> [2005] "astray" "passion" "seduce"
#> [2008] "path" "weaknesses" "injurious"
#> [2011] "heretofore" "led" "fathers"
#> [2014] "Israel" "old" "planted"
#> [2017] "flowing" "necessaries" "infancy"
#> [2020] "riper" "goodness" "prosper"
#> [2023] "Unwilling" "depart" "revered"
#> [2026] "profound" "impression" "pledge"
#> [2029] "sanctions" "So" "mark"
#> [2032] "proceeding" "deliberate" "devotion"
#> [2035] "assumed" "Under" "peculiar"
#> [2038] "solemnity" "existing" "period"
#> [2041] "responsibility" "inexpressibly" "enhanced"
#> [2044] "parallel" "pressure" "severely"
#> [2047] "fallen" "moment" "height"
#> [2050] "attained" "contrast" "maintenance"
#> [2053] "wasteful" "enjoyed" "unrivaled"
#> [2056] "growth" "Proofs" "enterprises"
#> [2059] "increase" "reducing" "debt"
#> [2062] "everywhere" "multiplying" "face"
#> [2065] "precious" "transition" "distressing"
#> [2068] "chargeable" "unwarrantable" "involuntary"
#> [2071] "Indulging" "trespass" "repose"
#> [2074] "observing" "entitle" "fulfilling"
#> [2077] "neutral" "scrupulous" "candor"
#> [2080] "assertions" "questioned" "unexceptionable"
#> [2083] "rage" "impelled" "direct"
#> [2086] "retaliation" "introduced" "How"
#> [2089] "arbitrary" "edicts" "continued"
#> [2092] "spite" "demonstrations" "pretext"
#> [2095] "liberal" "attempt" "revocation"
#> [2098] "anticipated" "Assuring" "vicissitude"
#> [2101] "safeguards" "inadequacy" "sink"
#> [2104] "correspondent" "prefer" "accommodation"
#> [2107] "differences" "arms" "exclude"
#> [2110] "intrigues" "partialities" "degrading"
#> [2113] "baneful" "foster" "invade"
#> [2116] "proud" "surrender" "indulge"
#> [2119] "unworthy" "hold" "basis"
#> [2122] "cement" "slightest" "interference"
#> [2125] "wisely" "exempted" "jurisdiction"
#> [2128] "provisions" "behalf" "observe"
#> [2131] "liberate" "discharge" "requisite"
#> [2134] "standing" "always" "remembering"
#> [2137] "armed" "trained" "firmest"
#> [2140] "authorized" "external" "manner"
#> [2143] "aliment" "carry" "plans"
#> [2146] "meritoriously" "conversion" "degradation"
#> [2149] "wretchedness" "savage" "participation"
#> [2152] "manners" "susceptible" "civilized"
#> [2155] "aid" "fulfillment" "resource"
#> [2158] "fail" "fortune" "moreover"
#> [2161] "tread" "lighted" "illustrious"
#> [2164] "successfully" "trying" "marched"
#> [2167] "Of" "predecessor" "pardoned"
#> [2170] "suppressing" "sympathy" "reward"
#> [2173] "enjoys" "benedictions" "gratefully"
#> [2176] "zealously" "career" "well-tried"
#> [2179] "counsels" "representing" "departments"
#> [2182] "next" "encouraged" "guardianship"
#> [2185] "regulates" "conspicuously" "dispensed"
#> [2188] "Republic" "address" "devout"
#> [2191] "imposed" "second" "opportunity"
#> [2194] "publicly" "repeating" "strengthened"
#> [2197] "evidence" "favorably" "estimated"
#> [2200] "momentous" "renewed" "belonging"
#> [2203] "compelled" "generous" "prominent"
#> [2206] "feature" "stamped" "invites"
#> [2209] "termination" "May" "presumption"
#> [2212] "part" "reality" "arguments"
#> [2215] "postulations" "exhausted" "positive"
#> [2218] "wrongs" "provoking" "discontinued"
#> [2221] "last" "longer" "delayed"
#> [2224] "breaking" "destroying" "perpetuating"
#> [2227] "disgraceful" "suffering" "regaining"
#> [2230] "costly" "sacrifices" "severe"
#> [2233] "struggles" "lost" "rank"
#> [2236] "sovereignty" "class" "occupations"
#> [2239] "Not" "stake" "element"
#> [2242] "title" "member" "unlawfulness"
#> [2245] "practice" "mariners" "cruising"
#> [2248] "officer" "vessels" "paint"
#> [2251] "proofs" "records" "successive"
#> [2254] "cruel" "sufferings" "dead"
#> [2257] "sympathies" "As" "origin"
#> [2260] "carrying" "usage" "precept"
#> [2263] "courtesy" "infringed" "waged"
#> [2266] "liberality" "surpassed" "enemy"
#> [2269] "!" "retained" "prisoners"
#> [2272] "liable" "usages" "refused"
#> [2275] "threatened" "punish" "traitors"
#> [2278] "deserters" "emigrating" "naturalization"
#> [2281] "fighting" "avowed" "purpose"
#> [2284] "naturalizing" "thousands" "permitting"
#> [2287] "compelling" "fight" "battles"
#> [2290] "taken" "hatchet" "knife"
#> [2293] "indiscriminate" "massacre" "loose"
#> [2296] "savages" "instruments" "allured"
#> [2299] "carried" "battle" "sides"
#> [2302] "eager" "glut" "thirst"
#> [2305] "vanquished" "finish" "torture"
#> [2308] "death" "maimed" "defenseless"
#> [2311] "captives" "British" "commanders"
#> [2314] "extorted" "victory" "unconquerable"
#> [2317] "valor" "troops" "presenting"
#> [2320] "chief" "awaiting" "associates"
#> [2323] "modes" "warfare" "conquering"
#> [2326] "attempts" "disorganize" "dismember"
#> [2329] "confederated" "Happily" "recoil"
#> [2332] "authors" "degenerate" "emanate"
#> [2335] "belong" "inconsistencies" "excite"
#> [2338] "wonder" "disorganizing" "insurrectional"
#> [2341] "adversary" "render" "reluctance"
#> [2344] "followed" "earliest" "manifestations"
#> [2347] "arrest" "scabbard" "apprised"
#> [2350] "resheathed" "precise" "repeated"
#> [2353] "forbidding" "amply" "Our"
#> [2356] "Isles" "composed" "brave"
#> [2359] "intelligent" "abounds" "visible"
#> [2362] "cabinet" "undermine" "recoiled"
#> [2365] "rapid" "development" "draining"
#> [2368] "diverting" "metals" "circulation"
#> [2371] "vaults" "poured" "unavoidable"
#> [2374] "seasonable" "facility" "knew"
#> [2377] "manly" "cheerfulness" "burden"
#> [2380] "sure" "systematic" "resort"
#> [2383] "Already" "gallant" "exploits"
#> [2386] "naval" "proved" "inherent"
#> [2389] "capacity" "thrown" "clouds"
#> [2392] "presaging" "flashes" "heroic"
#> [2395] "enterprise" "wanting" "triumphs"
#> [2398] "destitute" "feeling" "calling"
#> [2401] "assume" "expression" "derive"
#> [2404] "gratification" "estimate" "importance"
#> [2407] "intimately" "connected" "Conscious"
#> [2410] "deficiency" "cannot" "calculating"
#> [2413] "duly" "appreciated" "viewed"
#> [2416] "stations" "commencing" "explain"
#> [2419] "respective" "Administrations" "following"
#> [2422] "venerated" "naturally" "causes"
#> [2425] "principal" "shed" "commencement"
#> [2428] "Revolution" "almost" "forty"
#> [2431] "elapsed" "establishment" "twenty-eight"
#> [2434] "Through" "term" "emphatically"
#> [2437] "self-government" "turn" "relates"
#> [2440] "abundant" "felicitate" "excellence"
#> [2443] "fraught" "marked" "extraordinary"
#> [2446] "flourished" "Their" "individually"
#> [2449] "treaty" "original" "respectively"
#> [2452] "National" "parental" "dangers"
#> [2455] "enjoying" "spheres" "partition"
#> [2458] "proportion" "improved" "police"
#> [2461] "extended" "settlements" "maturity"
#> [2464] "administered" "does" "exhibit"
#> [2467] "Who" "deprived" "offering"
#> [2470] "vows" "prefers" "Divine"
#> [2473] "known" "fullest" "capital"
#> [2476] "inflicted" "anyone" "crime"
#> [2479] "treason" "Some" "admit"
#> [2482] "competency" "beneficent" "trials"
#> [2485] "put" "test" "efficiency"
#> [2488] "community" "Here" "afforded"
#> [2491] "satisfactory" "Just" "agitated"
#> [2494] "seriously" "convulsed" "Destructive"
#> [2497] "ensued" "late" "terminated"
#> [2500] "conflicts" "injury" "aloof"
#> [2503] "committing" "became" "inevitable"
#> [2506] "shown" "unfavorable" "Army"
#> [2509] "Navy" "adequate" "compact"
#> [2512] "obtain" "recognized" "contains"
#> [2515] "discord" "variance" "protects"
#> [2518] "enjoyment" "Other" "considerations"
#> [2521] "admonish" "cling" "supports"
#> [2524] "Fortunate" "essentially" "Situated"
#> [2527] "zone" "extending" "degrees"
#> [2530] "latitude" "Atlantic" "varieties"
#> [2533] "climate" "production" "Penetrating"
#> [2536] "internally" "Lakes" "sources"
#> [2539] "communicate" "happier" "domain"
#> [2542] "Blessed" "fertile" "leaving"
#> [2545] "wants" "fellow-men" "particularly"
#> [2548] "agricultural" "prospers" "Local"
#> [2551] "fostered" "North" "carriers"
#> [2554] "vast" "portions" "recompensed"
#> [2557] "nursery" "seamen" "reared"
#> [2560] "patronizes" "steady" "profitable"
#> [2563] "market" "highly" "menace"
#> [2566] "exist" "ascertained" "guarded"
#> [2569] "explaining" "asked" "raised"
#> [2572] "accomplish" "remedy" "defects"
#> [2575] "infusing" "impairing" "affecting"
#> [2578] "sustain" "pass" "depositaries"
#> [2581] "Had" "educated" "blessed"
#> [2584] "While" "constituent" "retains"
#> [2587] "healthful" "choose" "ignorant"
#> [2590] "corrupt" "populace" "incapable"
#> [2593] "exercising" "Usurpation" "easy"
#> [2596] "usurper" "willing" "debasement"
#> [2599] "ruin" "Dangers" "deserving"
#> [2602] "Experiencing" "involved" "adverse"
#> [2605] "overset" "break" "demolish"
#> [2608] "distance" "moderate" "pacific"
#> [2611] "Many" "dependent" "fisheries"
#> [2614] "invasion" "disregard" "admonition"
#> [2617] "coast" "inland" "practicable"
#> [2620] "footing" "attended" "finished"
#> [2623] "presume" "campaign" "few"
#> [2626] "thousand" "expose" "distress"
#> [2629] "forces" "garrison" "fortifications"
#> [2632] "foe" "constituting" "brought"
#> [2635] "activity" "maintaining" "dignity"
#> [2638] "saving" "spoliation" "contribute"
#> [2641] "auxiliary" "engine" "annoyance"
#> [2644] "diminish" "calamities" "speedy"
#> [2647] "held" "prominently" "eminent"
#> [2650] "Invasions" "resisted" "comport"
#> [2653] "organized" "emergency" "arrangement"
#> [2656] "youthful" "oppressive" "makes"
#> [2659] "organization" "overwhelming" "motion"
#> [2662] "claim" "sanction" "holds"
#> [2665] "facilitating" "comfort" "shorten"
#> [2668] "distances" "making" "accessible"
#> [2671] "bind" "closely" "Nature"
#> [2674] "intersecting" "bays" "lakes"
#> [2677] "approaching" "near" "inducement"
#> [2680] "situated" "containing" "grand"
#> [2683] "happily" "likewise" "fostering"
#> [2686] "Possessing" "raw" "materials"
#> [2689] "fruit" "supplies" "sudden"
#> [2692] "unsought" "unexpected" "plunge"
#> [2695] "nourishes" "case" "exhausting"
#> [2698] "branch" "Equally" "competition"
#> [2701] "enhance" "price" "cultivator"
#> [2704] "casualties" "markets" "Indian"
#> [2707] "tribes" "kindness" "persevere"
#> [2710] "advantages" "civilization" "flourishing"
#> [2713] "Treasury" "willingness" "burdens"
#> [2716] "necessities" "vacant" "augments"
#> [2719] "additional" "accomplishing" "completely"
#> [2722] "Peace" "preparation" "kind"
#> [2725] "flourishes" "easily" "productive"
#> [2728] "officially" "Departments" "disbursement"
#> [2731] "money" "responsible" "application"
#> [2734] "watchful" "guardian" "purse"
#> [2737] "agents" "intrusted" "strictly"
#> [2740] "promptly" "account" "Nothing"
#> [2743] "presumed" "facilities" "lie"
#> [2746] "uselessly" "defaulters" "evince"
#> [2749] "relaxation" "tone" "fidelity"
#> [2752] "perform" "thorough" "examination"
#> [2755] "regularly" "gratifying" "depends"
#> [2758] "claiming" "unreasonable" "rendering"
#> [2761] "pervades" "Discord" "attending"
#> [2764] "encountered" "sustained" "constitute"
#> [2767] "Experience" "questions" "slow"
#> [2770] "dictated" "accord" "respects"
#> [2773] "zealous" "Never" "modern"
#> [2776] "gigantic" "contemplating" "expand"
#> [2779] "joy" "reflects" "approached"
#> [2782] "perfection" "features" "characterize"
#> [2785] "enlightening" "arrangements" "indispensable"
#> [2788] "traced" "gracious" "attain"
#> [2791] "preceded" "closest" "instructive"
#> [2794] "expressing" "meritorious" "suffrages"
#> [2797] "prayers" "graciously" "displayed"
#> [2800] "describe" "evinced" "reelection"
#> [2803] "excited" "announces" "preceding"
#> [2806] "affords" "profoundly" "never-ceasing"
#> [2809] "imposes" "solace" "unceasing"
#> [2812] "commanding" "predecessors" "identified"
#> [2815] "preeminently" "rather" "prevailed"
#> [2818] "surmounting" "division" "occurrences"
#> [2821] "indicating" "stability" "draw"
#> [2824] "touching" "remotely" "Supreme"
#> [2827] "Good" "exclusively" "intends"
#> [2830] "review" "explanation" "respecting"
#> [2833] "succeeding" "movements" "supported"
#> [2836] "correctly" "concluded" "conditions"
#> [2839] "recent" "impressed" "memory"
#> [2842] "measure" "sea" "invaded"
#> [2845] "patriotic" "immense" "$"
#> [2848] "120,000,000" "end" "admonished"
#> [2851] "resolved" "prevent" "recurrence"
#> [2854] "evil" "recur" "mitigate"
#> [2857] "modified" "construction" "augmentation"
#> [2860] "1815" "1816" "augmented"
#> [2863] "illustrated" "report" "Board"
#> [2866] "Engineers" "Naval" "Commissioners"
#> [2869] "lately" "communicated" "appears"
#> [2872] "20,000" "six" "months"
#> [2875] "defrayed" "incurred" "judiciously"
#> [2878] "inlets" "permit" "attack"
#> [2881] "detained" "small" "suitable"
#> [2884] "menaced" "changing" "sailing"
#> [2887] "numbers" "bay" "river"
#> [2890] "navigable" "ships" "front"
#> [2893] "St" "Croix" "Sabine"
#> [2896] "eminently" "insult" "remarked"
#> [2899] "resorted" "hostility" "save"
#> [2902] "devastation" "finds" "unprepared"
#> [2905] "considerable" "completed" "considering"
#> [2908] "steadily" "persevered" "Its"
#> [2911] "Attention" "adverted" "destructive"
#> [2914] "Spain" "colonies" "South"
#> [2917] "commenced" "unsettled" "interfered"
#> [2920] "accommodations" "stage" "ports"
#> [2923] "comparative" "opposition" "strict"
#> [2926] "invariably" "attitude" "strictest"
#> [2929] "privilege" "exertion" "enforce"
#> [2932] "prohibiting" "illegal" "equipments"
#> [2935] "rigor" "purchase" "export"
#> [2938] "munitions" "exportation" "permitted"
#> [2941] "traded" "alike" "Respecting"
#> [2944] "observed" "adhered" "depending"
#> [2947] "invited" "Cortes" "accepted"
#> [2950] "Should" "regarding" "Shortly"
#> [2953] "band" "adventurers" "took"
#> [2956] "buccaneering" "neighboring" "bearing"
#> [2959] "Amelia" "Island" "1817"
#> [2962] "Florida" "1818" "details"
#> [2965] "recited" "decisive" "worst"
#> [2968] "checks" "crush" "piratical"
#> [2971] "culprits" "condemned" "suffer"
#> [2974] "atrocious" "upright" "tribunals"
#> [2977] "crimes" "interpretation" "censure"
#> [2980] "belongs" "executions" "transcend"
#> [2983] "forbids" "pardoning" "criminality"
#> [2986] "acts" "extenuating" "ratified"
#> [2989] "ratifications" "whereof" "exchanged"
#> [2992] "described" "boundary" "territories"
#> [2995] "westward" "dispute" "advantageous"
#> [2998] "attached" "secures" "opens"
#> [3001] "passage" "Province" "ceded"
#> [3004] "excellent" "harbors" "Gulf"
#> [3007] "Mexico" "largest" "size"
#> [3010] "covers" "waters" "enables"
#> [3013] "Western" "streams" "date"
#> [3016] "20th" "October" "convention"
#> [3019] "regulating" "Britain" "3d"
#> [3022] "July" "expiring" "revived"
#> [3025] "expiration" "arisen" "Ghent"
#> [3028] "claimed" "cure" "fish"
#> [3031] "Britannic" "Majesty's" "dominions"
#> [3034] "adjusted" "agreement" "West"
#> [3037] "Indies" "continent" "restraints"
#> [3040] "reciprocated" "France" "regulation"
#> [3043] "commercial" "summer" "Paris"
#> [3046] "transferred" "city" "conciliation"
#> [3049] "terminate" "Barbary" "Powers"
#> [3052] "came" "1801" "send"
#> [3055] "squadron" "Mediterranean" "intervened"
#> [3058] "excepted" "advisable" "withdraw"
#> [3061] "Pacific" "disposing" "effectual"
#> [3064] "interfering" "slave" "trade"
#> [3067] "piracy" "nearly" "67,000,000"
#> [3070] "kinds" "conclusive" "recollected"
#> [3073] "burthen" "tax" "excise"
#> [3076] "repealed" "conclusion" "untouched"
#> [3079] "affect" "inexhaustible" "yield"
#> [3082] "taxation" "depression" "prices"
#> [3085] "explained" "considerably" "diminished"
#> [3088] "compel" "loans" "demands"
#> [3091] "Anxious" "repeal" "knowing"
#> [3094] "relief" "consequence" "exigencies"
#> [3097] "promptitude" "incumbent" "session"
#> [3100] "probable" "dreaded" "shunned"
#> [3103] "appeals" "vain" "Independently"
#> [3106] "exigency" "urge" "relying"
#> [3109] "altogether" "precarious" "excises"
#> [3112] "imposts" "imposing" "augment"
#> [3115] "unfortunately" "executed" "treated"
#> [3118] "substantial" "distinction" "flattered"
#> [3121] "retarded" "paved" "dense"
#> [3124] "constantly" "back" "sacrifice"
#> [3127] "magnanimity" "real" "benefactors"
#> [3130] "Father" "endearing" "cease"
#> [3133] "lieu" "tribe" "equivalent"
#> [3136] "granted" "vested" "funds"
#> [3139] "sustenance" "My" "digest"
#> [3142] "suggest" "flame" "impossible"
#> [3145] "foresee" "unconnected" "menacing"
#> [3148] "elsewhere" "amity" "apprehend"
#> [3151] "unless" "violation" "maritime"
#> [3154] "occur" "seek" "redress"
#> [3157] "injure" "imminent" "averting"
#> [3160] "recollect" "season" "preparations"
#> [3163] "immediately" "anticipate" "happiest"
#> [3166] "forty-four" "thirty-seven" "surmount"
#> [3169] "infant" "perils" "rose"
#> [3172] "manhood" "repel" "anticipations"
#> [3175] "realized" "unceasingly" "preyed"
#> [3178] "vitals" "destroyed" "Republics"
#> [3181] "orders" "nobility" "governed"
#> [3184] "Thus" "perpetual" "ascendency"
#> [3187] "overthrow" "seldom" "exceeded"
#> [3190] "dimensions" "county" "tumultuous"
#> [3193] "disorderly" "movement" "transitory"
#> [3196] "creation" "efficient" "deriving"
#> [3199] "corresponded" "outline" "Perfection"
#> [3202] "outset" "Governments" "tracing"
#> [3205] "managed" "argument" "clearly"
#> [3208] "demonstrated" "remedied" "pursuing"
#> [3211] "attainments" "Twenty-five" "ago"
#> [3214] "shut" "outlet" "tributary"
#> [3217] "exception" "upper" "Red"
#> [3220] "River" "Floridas" "uninterrupted"
#> [3223] "New" "astonishing" "comprise"
#> [3226] "Old" "World" "utter"
#> [3229] "oppress" "Entering" "sworn"
#> [3232] "ability" "God" "forthwith"
#> [3235] "compliance" "coeval" "solemnities"
#> [3238] "obligation" "performance" "unfolding"
#> [3241] "countrymen" "swear" "defend"
#> [3244] "enumerates" "prescribes" "words"
#> [3247] "declares" "sacredly" "Since"
#> [3250] "away" "forefathers" "Administered"
#> [3253] "eventful" "annals" "incidental"
#> [3256] "disappointed" "aspirations" "lasting"
#> [3259] "receive" "inheritance" "indebted"
#> [3262] "doubly" "labors" "transmit"
#> [3265] "unimpaired" "thirty-six" "covenant"
#> [3268] "enacted" "conformity" "unfolded"
#> [3271] "practical" "Subordinate" "distributed"
#> [3274] "coordinate" "judiciary" "expounded"
#> [3277] "settling" "harmonious" "coincidence"
#> [3280] "numerous" "imperfection" "language"
#> [3283] "jubilee" "consummation" "four"
#> [3286] "millions" "multiplied" "twelve"
#> [3289] "bounded" "Treaties" "conquest"
#> [3292] "forest" "ax" "woodsmen"
#> [3295] "teem" "tillage" "farmers"
#> [3298] "whitened" "dominion" "invention"
#> [3301] "artists" "Liberty" "cost"
#> [3304] "exceeding" "expenditure" "unexaggerated"
#> [3307] "picture" "shades" "exempt"
#> [3310] "visitation" "disease" "extremities"
#> [3313] "lastly" "threaten" "dissolution"
#> [3316] "enjoyments" "earthly" "speculation"
#> [3319] "theory" "sectional" "aggravated"
#> [3322] "prepossessions" "apt" "crowned"
#> [3325] "founders" "lived" "Standing"
#> [3328] "looking" "forward" "exultation"
#> [3331] "cheering" "divided" "spotless"
#> [3334] "disinterested" "infirmity" "precisely"
#> [3337] "went" "collision" "kindled"
#> [3340] "imbittered" "center" "embraced"
#> [3343] "five" "twenty" "constituted"
#> [3346] "divisions" "catastrophe" "subsequent"
#> [3349] "weed" "strife" "uprooted"
#> [3352] "existed" "forth" "combination"
#> [3355] "dissenting" "heard" "beneficence"
#> [3358] "guaranty" "abuse" "consists"
#> [3361] "frequency" "popular" "sovereignties"
#> [3364] "masters" "uncontrolled" "uncontrollable"
#> [3367] "encroachments" "defenses" "rigorous"
#> [3370] "accountability" "guard" "aggravation"
#> [3373] "alleviate" "subordination" "inviolate"
#> [3376] "ark" "salvation" "agreed"
#> [3379] "doubted" "democracy" "orderly"
#> [3382] "management" "mighty" "doubts"
#> [3385] "dispelled" "projects" "erected"
#> [3388] "ruins" "scattered" "winds"
#> [3391] "antipathies" "extinguished" "Ten"
#> [3394] "assuaged" "contention" "blended"
#> [3397] "discordant" "prejudice" "standards"
#> [3400] "discarding" "remnant" "rancor"
#> [3403] "embracing" "yielding" "bore"
#> [3406] "badge" "communion" "collisions"
#> [3409] "originate" "speculative" "administrative"
#> [3412] "Those" "geographical" "federal"
#> [3415] "Whatsoever" "concernment" "members"
#> [3418] "directly" "involves" "fraternity"
#> [3421] "perplexed" "commonly" "jarring"
#> [3424] "allayed" "composition" "annually"
#> [3427] "quarters" "section" "meeting"
#> [3430] "deputed" "learn" "knit"
#> [3433] "metropolis" "Passing" "traces"
#> [3436] "concurrence" "preparing" "defensive"
#> [3439] "wherever" "proclaimed" "reduce"
#> [3442] "school" "promises" "induction"
#> [3445] "sixty" "discharged" "aged"
#> [3448] "indigent" "surviving" "warriors"
#> [3451] "revised" "perfected" "moneys"
#> [3454] "bee" "peaceably" "Ocean"
#> [3457] "hemisphere" "potentates" "African"
#> [3460] "traffic" "slaves" "alluring"
#> [3463] "hunters" "cultivation" "exploring"
#> [3466] "scientific" "researches" "surveys"
#> [3469] "promise" "successor" "delineated"
#> [3472] "embrace" "sphere" "topic"
#> [3475] "inauguration" "unborn" "magnificence"
#> [3478] "splendor" "imperishable" "glories"
#> [3481] "aqueducts" "Rome" "afte"
#> [3484] "survived" "conquests" "swallowed"
#> [3487] "spoil" "barbarians" "diversity"
#> [3490] "deference" "originating" "unquestioned"
#> [3493] "Repeated" "conciliated" "approximated"
#> [3496] "persevering" "deliberation" "ultimately"
#> [3499] "removed" "limitation" "relation"
#> [3502] "transcendently" "scruple" "solved"
#> [3505] "acquainted" "affording" "addressing"
#> [3508] "exposition" "Less" "possessed"
#> [3511] "oftener" "Intentions" "assistance"
#> [3514] "cooperation" "deserved" "attend"
#> [3517] "except" "Lord" "watchman"
#> [3520] "waketh" "commit" "fearless"
#> [3523] "appointed" "customary" "convinces"
#> [3526] "admonishes" "dedication" "abilities"
#> [3529] "devolve" "stated" "superintend"
#> [3532] "confederate" "manage" "communications"
#> [3535] "briefly" "administering" "trusting"
#> [3538] "transcending" "adjustment" "forbearance"
#> [3541] "becoming" "confound" "Confederacy"
#> [3544] "searching" "delicate" "trusts"
#> [3547] "inconsiderable" "observance" "aim"
#> [3550] "anxiously" "facilitate" "extinguishment"
#> [3553] "incompatible" "counteract" "tendency"
#> [3556] "profuse" "engender" "Powerful"
#> [3559] "desirable" "specific" "appropriation"
#> [3562] "prompt" "selection" "subjects"
#> [3565] "impost" "compromise" "consist"
#> [3568] "products" "Internal" "Considering"
#> [3571] "enlarge" "lesson" "teaches"
#> [3574] "flag" "climes" "skill"
#> [3577] "fame" "forts" "arsenals"
#> [3580] "dockyards" "introduction" "progressive"
#> [3583] "plainly" "excused" "omitting"
#> [3586] "mention" "sooner" "enlarging"
#> [3589] "invincible" "worth" "defending"
#> [3592] "cover" "impenetrable" "Partial"
#> [3595] "mortifications" "subjected" "million"
#> [3598] "conquered" "safeguard" "cheerfully"
#> [3601] "lend" "humane" "considerate"
#> [3604] "demonstration" "inscribes" "list"
#> [3607] "legible" "overlooked" "reform"
#> [3610] "correction" "disturbed" "appointment"
#> [3613] "incompetent" "diligence" "flow"
#> [3616] "reformed" "induces" "mercifully"
#> [3619] "upheld" "encourages" "unsolicited"
#> [3622] "calls" "preparatory" "occurred"
#> [3625] "necessarily" "allude" "leading"
#> [3628] "submit" "governing" "maxim"
#> [3631] "controversy" "unadjusted" "appropriate"
#> [3634] "constitutionally" "becomes" "observation"
#> [3637] "somewhat" "confirm" "imbibed"
#> [3640] "annihilation" "anarchy" "domination"
#> [3643] "encroaches" "impair" "detract"
#> [3646] "Solemnly" "arresting" "indirectly"
#> [3649] "encroach" "consolidate" "incalculable"
#> [3652] "accustom" "yourselves" "palladium"
#> [3655] "watching" "Jealous" "discountenancing"
#> [3658] "suspicion" "indignantly" "frowning"
#> [3661] "dawning" "alienate" "rest"
#> [3664] "enfeeble" "link" "achieved"
#> [3667] "Divided" "twenty-four" "smaller"
#> [3670] "burdened" "numberless" "exactions"
#> [3673] "communication" "sections" "obstructed"
#> [3676] "off" "sons" "soldiers"
#> [3679] "deluge" "fields" "borne"
#> [3682] "impoverished" "navies" "leaders"
#> [3685] "head" "victorious" "legions"
#> [3688] "lawgivers" "judges" "plenty"
#> [3691] "inevitably" "supporting" "freeman"
#> [3694] "philanthropist" "eyes" "practicability"
#> [3697] "realize" "extricate" "surround"
#> [3700] "Deeply" "simplicity" "raise"
#> [3703] "Constantly" "concession" "reconciling"
#> [3706] "unavoidably" "invaluable" "Finally"
#> [3709] "prayer" "overrule" "forever"
#> [3712] "accompany" "avowal" "performing"
#> [3715] "assuming" "imitating" "footsteps"
#> [3718] "superiors" "calendar" "recognize"
#> [3721] "pillars" "field" "expanded"
#> [3724] "intellect" "constructed" "occupy"
#> [3727] "marks" "inability" "adequately"
#> [3730] "difficult" "Unlike" "gave"
#> [3733] "memorable" "later" "weigh"
#> [3736] "sensibly" "unwavering" "deserted"
#> [3739] "servant" "laboring" "humbly"
#> [3742] "sustaining" "ever-watchful" "ungrateful"
#> [3745] "spring" "fortunate" "Though"
#> [3748] "embarrassments" "Abroad" "quietly"
#> [3751] "efficiently" "performs" "sole"
#> [3754] "aggregate" "surely" "imperious"
#> [3757] "singularly" "content" "happen"
#> [3760] "Position" "bounteous" "diffused"
#> [3763] "uphold" "deliberately" "reference"
#> [3766] "thoughtful" "framers" "legislated"
#> [3769] "Looking" "statesmen" "patriots"
#> [3772] "region" "Distinct" "cordial"
#> [3775] "Between" "exaggerated" "sinister"
#> [3778] "designs" "differed" "prospective"
#> [3781] "varied" "staple" "["
#> [3784] "]" "unwisely" "Most"
#> [3787] "weighed" "reciprocal" "equitable"
#> [3790] "representation" "confessedly" "designed"
#> [3793] "broad" "scope" "counteracted"
#> [3796] "innumerable" "republic" "excepting"
#> [3799] "appertain" "confederacy" "provident"
#> [3802] "forecast" "verified" "Half"
#> [3805] "century" "teeming" "producing"
#> [3808] "risen" "privileges" "humblest"
#> [3811] "induced" "remotest" "greatly"
#> [3814] "changed" "relative" "adherence"
#> [3817] "compacts" "absent" "learned"
#> [3820] "implicit" "undeviating" "set"
#> [3823] "prosperously" "onward" "lapse"
#> [3826] "actually" "unanswerably" "far-distant"
#> [3829] "confiding" "retrospect" "presents"
#> [3832] "deeper" "impresses" "belief"
#> [3835] "perpetuity" "confer" "countless"
#> [3838] "come" "endurance" "Fifty"
#> [3841] "failure" "boldly" "predicted"
#> [3844] "Latent" "supposed" "unfriendly"
#> [3847] "theorists" "fears" "overbalanced"
#> [3850] "Look" "forebodings" "hastily"
#> [3853] "reluctantly" "failed" "An"
#> [3856] "warrant" "murmur" "unequaled"
#> [3859] "alacrity" "Indeed" "uniformly"
#> [3862] "outrun" "contending" "factions"
#> [3865] "Party" "exasperation" "purified"
#> [3868] "preserves" "fraternal" "exhibitions"
#> [3871] "coercive" "needful" "municipal"
#> [3874] "Occasionally" "outrunning" "judicial"
#> [3877] "denounced" "criminal" "pain"
#> [3880] "hoped" "assuredly" "assumption"
#> [3883] "wounds" "furnishes" "abridging"
#> [3886] "landmarks" "inviolability" "unfitness"
#> [3889] "hostile" "emergencies" "foresaw"
#> [3892] "promptness" "differently" "irresponsible"
#> [3895] "voluntarily" "commensurate" "Actual"
#> [3898] "amid" "apprehensions" "similar"
#> [3901] "ample" "vindicate" "ever-ready"
#> [3904] "occasionally" "ceased" "inviting"
#> [3907] "aggression" "Certain" "foretold"
#> [3910] "multiplication" "boundaries" "comparatively"
#> [3913] "widened" "conjecture" "doubled"
#> [3916] "incredibly" "alleged" "apparent"
#> [3919] "opened" "averted" "inventive"
#> [3922] "developed" "variety" "chain"
#> [3925] "dependence" "balancing" "insurmountable"
#> [3928] "arose" "deemed" "Amid"
#> [3931] "scheme" "complex" "uninjured"
#> [3934] "succession" "Overlooking" "evils"
#> [3937] "performed" "evidently" "remarkably"
#> [3940] "protecting" "developing" "vibrations"
#> [3943] "tended" "unquestionably" "ultimate"
#> [3946] "elevate" "renown" "disaster"
#> [3949] "lurk" "slavery" "foreboding"
#> [3952] "mistaken" "embarrassment" "Have"
#> [3955] "deviation" "Amidst" "disregarded"
#> [3958] "refrain" "invoking" "deaf"
#> [3961] "Perceiving" "beginning" "motive"
#> [3964] "misrepresentation" "candidly" "understood"
#> [3967] "gratified" "Presidential" "chair"
#> [3970] "uncompromising" "opponent" "abolish"
#> [3973] "District" "Columbia" "slaveholding"
#> [3976] "fullness" "frankness" "reasons"
#> [3979] "authorizes" "confided" "including"
#> [3982] "bill" "accordance" "actuated"
#> [3985] "show" "timid" "scenes"
#> [3988] "excitement" "terrifying" "reckless"
#> [3991] "neither" "masses" "swerved"
#> [3994] "bond" "periodically" "predominating"
#> [3997] "prevails" "territorial" "calm"
#> [4000] "governs" "aims" "avoided"
#> [4003] "overcome" "perfectly" "reply"
#> [4006] "gradually" "dispel" "Present"
#> [4009] "magnify" "philosophy" "abiding"
#> [4012] "abundantly" "spot" "letter"
#> [4015] "framed" "viewing" "explicitly"
#> [4018] "parted" "referring" "relate"
#> [4021] "devote" "minute" "obtrusive"
#> [4024] "probably" "Before" "uniform"
#> [4027] "intelligible" "leaves" "run"
#> [4030] "counter" "sedulously" "compatible"
#> [4033] "openness" "sincerity" "avowing"
#> [4036] "beneficial" "dealings" "disclaim"
#> [4039] "meddle" "disputes" "molest"
#> [4042] "controversies" "Well" "exhaustless"
#> [4045] "faithfully" "fill" "atone"
#> [4048] "receiving" "twice" "exclusive"
#> [4051] "unsurpassed" "agreeing" "warmly"
#> [4054] "partake" "largely" "brilliant"
#> [4057] "evening" "well-spent" "serve"
#> [4060] "throw" "Beyond" "strengthening"
#> [4063] "solicit" "fervently" "bless"
#> [4066] "honors" "days" "ways"
#> [4069] "pleasantness" "paths" "residue"
#> [4072] "oaths" "custom" "summary"
#> [4075] "remark" "Roman" "consul"
#> [4078] "celebrated" "observable" "candidates"
#> [4081] "obtaining" "However" "upward"
#> [4084] "indignant" "develop" "Although"
#> [4087] "fiat" "proclaiming" "glorious"
#> [4090] "delusion" "deliver" "approving"
#> [4093] "uttered" "exonerated" "classed"
#> [4096] "promised" "deceive" "betray"
#> [4099] "temptations" "hitherto" "issues"
#> [4102] "rests" "breath" "unmake"
#> [4105] "modify" "shaping" "admissions"
#> [4108] "compare" "purely" "democratic"
#> [4111] "believing" "concerned" "Beneficent"
#> [4114] "amongst" "grant" "composing"
#> [4117] "contain" "declarations" "withheld"
#> [4120] "intrust" "surrendered" "unable"
#> [4123] "unalienable" "boasted" "shield"
#> [4126] "petty" "provincial" "ruler"
#> [4129] "democrat" "Athens" "console"
#> [4132] "sentence" "mockery" "banishment"
#> [4135] "tyrant" "hated" "aristocracy"
#> [4138] "Far" "interfere" "one's"
#> [4141] "worship" "inflict" "well-ascertained"
#> [4144] "guilt" "investigation" "thoughts"
#> [4147] "writing" "speaking" "unrestrained"
#> [4150] "liability" "derives" "fellow-man"
#> [4153] "fashioned" "species" "endowed"
#> [4156] "Notwithstanding" "Stages" "restricted"
#> [4159] "created" "intimate" "sententious"
#> [4162] "treats" "regards" "clause"
#> [4165] "specified" "departure" "talent"
#> [4168] "disputed" "attributable" "intrinsic"
#> [4171] "ascertaining" "unpatriotic" "usurpation"
#> [4174] "accumulation" "Limited" "concentrated"
#> [4177] "heightened" "Convention" "sternest"
#> [4180] "republicans" "alarmed" "simple"
#> [4183] "predictions" "virtual" "monarchy"
#> [4186] "sincerely" "men's" "conceive"
#> [4189] "repeat" "assurances" "really"
#> [4192] "pristine" "extensively" "complained"
#> [4195] "correctives" "misconstruction" "eligibility"
#> [4198] "Presidency" "Mr" "Jefferson"
#> [4201] "lamented" "amendatory" "mine"
#> [4204] "invidious" "enumerate" "continues"
#> [4207] "disfigure" "systems" "create"
#> [4210] "lover" "bosoms" "obliges"
#> [4213] "corrupting" "takes" "possession"
#> [4216] "gold" "insatiable" "never-dying"
#> [4219] "worm" "grows" "strengthens"
#> [4222] "victim" "she" "forgetting"
#> [4225] "accountable" "agent" "master"
#> [4228] "Until" "desired" "renewing"
#> [4231] "although" "enjoined" "propriety"
#> [4234] "grants" "solecism" "annul"
#> [4237] "refusing" "assent" "negative"
#> [4240] "void" "whereas" "veto"
#> [4243] "two-thirds" "incongruity" "Like"
#> [4246] "used" "plural" "search"
#> [4249] "operated" "apparently" "repugnant"
#> [4252] "reject" "worthy" "conceiving"
#> [4255] "maturing" "preposterous" "suppose"
#> [4258] "spend" "living" "triple"
#> [4261] "tie" "assist" "conferring"
#> [4264] "acquires" "Presidents" "presiding"
#> [4267] "consummating" "bills" "returned"
#> [4270] "referred" "inexpedient" "hasty"
#> [4273] "enactment" "recommending" "employments"
#> [4276] "partaking" "controlled" "umpire"
#> [4279] "influences" "subdivision" "solely"
#> [4282] "conservative" "secondly" "thirdly"
#> [4285] "violative" "minorities" "expressly"
#> [4288] "Madison" "recognitions" "accompanied"
#> [4291] "indications" "Upward" "curiosity"
#> [4294] "operations" "fifty" "'"
#> [4297] "ascertain" "opposed" "confident"
#> [4300] "advocates" "absorbed" "consolidated"
#> [4303] "shadow" "contended" "relied"
#> [4306] "denying" "accomplishment" "seized"
#> [4309] "AS" "casual" "observer"
#> [4312] "appearance" "compose" "Even"
#> [4315] "move" "orbits" "central"
#> [4318] "undercurrent" "seasonably" "checked"
#> [4321] "antifederal" "overshadowed" "designation"
#> [4324] "radically" "never-failing" "distributer"
#> [4327] "trifling" "Jefferson's" "potent"
#> [4330] "controlling" "franchise" "quadrupled"
#> [4333] "allowed" "forbearing" "appointing"
#> [4336] "revenues" "Commander" "Armies"
#> [4339] "writers" "mixed" "termed"
#> [4342] "contradistinction" "stamp" "monarchical"
#> [4345] "finances" "strange" "possesses"
#> [4348] "custody" "removal" "mischievous"
#> [4351] "virtually" "treasure" "disposal"
#> [4354] "Emperor" "seize" "silenced"
#> [4357] "significant" "allusion" "commissions"
#> [4360] "quite" "Caesar" "knight"
#> [4363] "insensible" "drawing" "safe-"
#> [4366] "divorce" "banking" "unhallowed"
#> [4369] "instrumentality" "propose" "Department"
#> [4372] "entirely" "removable" "Secretary"
#> [4375] "communicating" "medium" "effectually"
#> [4378] "prohibition" "published" "votes"
#> [4381] "assurance" "immunity" "unbiased"
#> [4384] "compensated" "pockets" "pliant"
#> [4387] "mother" "legacies" "golden"
#> [4390] "shackles" "whomsoever" "fatal"
#> [4393] "bonds" "presses" "employment"
#> [4396] "clear" "guilty" "varnish"
#> [4399] "Upon" "impropriety" "authorizing"
#> [4402] "schemes" "finance" "forbidden"
#> [4405] "origination" "isle" "singular"
#> [4408] "mischief" "matter" "houses"
#> [4411] "Parliament" "minister" "fiction"
#> [4414] "agreeably" "advice" "Now"
#> [4417] "reverse" "assigns" "ascribed"
#> [4420] "amendments" "defective" "devising"
#> [4423] "Connected" "currency" "metallic"
#> [4426] "devised" "mutation" "deprecated"
#> [4429] "adding" "hoards" "poor"
#> [4432] "sinking" "penury" "generosity"
#> [4435] "nobleness" "neck" "toleration"
#> [4438] "usury" "Amongst" "supervision"
#> [4441] "Territories" "deprivation" "inspiring"
#> [4444] "exterior" "guards" "camp"
#> [4447] "Are" "humiliations" "guaranteed"
#> [4450] "told" "orators" "stupid"
#> [4453] "England" "spoke" "dreamed"
#> [4456] "dreams" "deprive" "insisted"
#> [4459] "Declaration" "Independence" "accept"
#> [4462] "denied" "interpreted" "meaning"
#> [4465] "allow" "spoken" "defined"
#> [4468] "lines" "Mischievous" "careful"
#> [4471] "culture" "states" "Strong"
#> [4474] "ineffectual" "Men" "blinded"
#> [4477] "suggestions" "alternative" "destroy"
#> [4480] "bad" "creating" "corner"
#> [4483] "stone" "architects" "fabric"
#> [4486] "perpetuate" "delay" "separating"
#> [4489] "distinctly" "misunderstanding" "confers"
#> [4492] "positively" "precluded" "tendered"
#> [4495] "associations" "requiring" "resemble"
#> [4498] "allies" "fleet" "ambition"
#> [4501] "Greece" "subsequently" "mainly"
#> [4504] "attributed" "owing" "absence"
#> [4507] "Cantons" "discrepancy" "permanency"
#> [4510] "alliance" "interrupted" "Content"
#> [4513] "respected" "clothes" "distrust"
#> [4516] "jealousy" "harbingers" "disunion"
#> [4519] "copartnership" "fund" "joint"
#> [4522] "allied" "intangible" "mutually"
#> [4525] "concord" "taught" "bitterness"
#> [4528] "alienation" "embarrassed" "business"
#> [4531] "financial" "regret" "imprudent"
#> [4534] "excessive" "engagements" "disparage"
#> [4537] "discourage" "proverbial" "prudent"
#> [4540] "acting" "Unpleasant" "jurisdictions"
#> [4543] "moderation" "ruling" "souls"
#> [4546] "weaker" "enthusiast" "Utopian"
#> [4549] "scheming" "politician" "dissipated"
#> [4552] "complicated" "demagogue" "harmless"
#> [4555] "balm" "distribution" "decay"
#> [4558] "nurture" "neglect" "historians"
#> [4561] "agree" "attributing" "writings"
#> [4564] "dominant" "understandings" "warped"
#> [4567] "well-established" "arises" "unwillingness"
#> [4570] "designing" "whence" "approaches"
#> [4573] "trick" "usurp" "warning"
#> [4576] "History" "senate" "Cromwell"
#> [4579] "protector" "dictator" "Bolivar"
#> [4582] "liberator" "record" "well-"
#> [4585] "antagonist" "faction" "assumes"
#> [4588] "Christs" "coming" "Savior"
#> [4591] "seeks" "disciples" "behooves"
#> [4594] "distinguishing" "dispassionate" "detect"
#> [4597] "counterfeit" "bold" "tolerant"
#> [4600] "employs" "harsh" "vindictive"
#> [4603] "intolerant" "totally" "animates"
#> [4606] "excision" "excrescence" "fastened"
#> [4609] "restores" "beauty" "reign"
#> [4612] "fails" "accession" "unusual"
#> [4615] "professions" "remarks" "subsists"
#> [4618] "informed" "pending" "negotiations"
#> [4621] "sovereigns" "pretension" "Long"
#> [4624] "defender" "indication" "sacrificed"
#> [4627] "tarnished" "admission" "superintendent"
#> [4630] "commissioner" "sublime" "propitiate"
#> [4633] "rigid" "uncivilized" "concluding"
#> [4636] "mitigated" "ensue" "appalling"
#> [4639] "vigilance" "bounds" "eventually"
#> [4642] "conqueror" "vestige" "qualities"
#> [4645] "beautiful" "English" "writer"
#> [4648] "Octavius" "Anthony" "Yet"
#> [4651] "temple" "talk" "sacredness"
#> [4654] "gaze" "statues" "elder"
#> [4657] "Brutus" "Curtii" "Decii"
#> [4660] "forum" "Camillus" "Scipios"
#> [4663] "cast" "annual" "magistrates"
#> [4666] "spoils" "shout" "Gaul"
#> [4669] "Egypt" "lesser" "Asia"
#> [4672] "furnish" "dividend" "fled"
#> [4675] "avoiding" "abodes" "wilds"
#> [4678] "Scythia" "Scandinavia" "Capitol"
#> [4681] "forums" "Always" "flatterer"
#> [4684] "contracted" "selfish" "looks"
#> [4687] "aggrandizement" "Something" "sake"
#> [4690] "gloriously" "exerted" "halls"
#> [4693] "justify" "Christian" "gifts"
#> [4696] "watched" "prospered" "commending"
#> [4699] "Fellow-citizens" "invested" "homes"
#> [4702] "solicitation" "Honored" "earlier"
#> [4705] "disguise" "distrusted" "younger"
#> [4708] "extends" "boldest" "tremble"
#> [4711] "responsibilities" "invoke" "Ruler"
#> [4714] "Universe" "Heaven-favored" "mischiefs"
#> [4717] "unwise" "Omnipotence" "multitude"
#> [4720] "concise" "enumeration" "befitting"
#> [4723] "offspring" "binding" "chart"
#> [4726] "arid" "abstaining" "doubtful"
#> [4729] "unauthorized" "unfortunate" "prohibited"
#> [4732] "Each" "abstain" "overstep"
#> [4735] "One" "wields" "enumerated"
#> [4738] "casts" "mental" "sect"
#> [4741] "shade" "art" "occupation"
#> [4744] "rejoice" "admirable" "well-regulated"
#> [4747] "tested" "usurpations" "dispense"
#> [4750] "substituting" "caprice" "majorities"
#> [4753] "oppressing" "Minorities" "qualified"
#> [4756] "arrests" "inconsiderate" "unconstitutional"
#> [4759] "reconsideration" "transfers" "tribunal"
#> [4762] "abused" "saved" "infraction"
#> [4765] "collectively" "auspicious" "thirteen"
#> [4768] "week" "three" "multitudes"
#> [4771] "flocking" "participate" "Beneath"
#> [4774] "sway" "Freed" "miseries"
#> [4777] "Mind" "tasked" "devoting"
#> [4780] "man's" "Genius" "announce"
#> [4783] "inventions" "discoveries" "conceives"
#> [4786] "fellow-being" "distinctions" "abolished"
#> [4789] "sects" "creeds" "assign"
#> [4792] "achievements" "atrocity" "lift"
#> [4795] "noblest" "structure" "stop"
#> [4798] "involve" "warms" "imitate"
#> [4801] "remember" "revealed" "Has"
#> [4804] "despots" "safer" "surer"
#> [4807] "Does" "abode" "swarming"
#> [4810] "shudder" "compromises" "diversified"
#> [4813] "religiously" "Any" "ruinous"
#> [4816] "disastrous" "misguided" "indulged"
#> [4819] "agitations" "attaining" "consequent"
#> [4822] "speedily" "heartburnings" "discountenanced"
#> [4825] "monopolies" "practically" "discard"
#> [4828] "oppose" "pervert" "banks"
#> [4831] "impotent" "Ours" "plain"
#> [4834] "European" "monarchies" "prop"
#> [4837] "Melancholy" "amounts" "coffers"
#> [4840] "1812" "judicious" "grown"
#> [4843] "congratulate" "restoration" "Happy"
#> [4846] "freed" "liabilities" "incautiously"
#> [4849] "seeing" "heavy" "perceive"
#> [4852] "returns" "acquiesce" "levy"
#> [4855] "proposition" "economical" "material"
#> [4858] "profit" "forbid" "detriment"
#> [4861] "tariff" "adjusting" "discriminating"
#> [4864] "needed" "merely" "providing"
#> [4867] "levying" "raising" "manifest"
#> [4870] "doubtless" "discriminations" "Within"
#> [4873] "discriminate" "conceded" "range"
#> [4876] "agriculturists" "Others" "unjust"
#> [4879] "rightfully" "enriched" "impoverishing"
#> [4882] "wealthy" "toiling" "taxing"
#> [4885] "lowest" "quality" "consumed"
#> [4888] "coarse" "low" "consume"
#> [4891] "reiterate" "widespread" "cheerful"
#> [4894] "readily" "levied" "distribute"
#> [4897] "Texas" "undoubted" "dispose"
#> [4900] "merge" "reunion" "consummate"
#> [4903] "annexation" "contract" "exceptions"
#> [4906] "Foreign" "appreciate" "confederation"
#> [4909] "diminishing" "chances" "ever-increasing"
#> [4912] "arm" "genial" "Orleans"
#> [4915] "southwestern" "earnestly" "tracts"
#> [4918] "cemented" "surface" "sparsely"
#> [4921] "confidently" "weakened" "stronger"
#> [4924] "None" "ally" "dependency"
#> [4927] "herself" "Is" "bordering"
#> [4930] "cross" "unrestricted" "obstructions"
#> [4933] "Whatever" "annexed" "refuse"
#> [4936] "prevented" "forming" "valid"
#> [4939] "vitally" "reannexation" "assert"
#> [4942] "lies" "Rocky" "Mountains"
#> [4945] "Oregon" "unquestionable" "wives"
#> [4948] "eighty" "west" "ridge"
#> [4951] "Alleghanies" "lifetime" "hearers"
#> [4954] "valley" "adventurously" "ascended"
#> [4957] "Missouri" "headsprings" "valleys"
#> [4960] "beholds" "emigrants" "conventional"
#> [4963] "stipulations" "watchfulness" "jeopard"
#> [4966] "studiously" "skillful" "artisans"
#> [4969] "remunerating" "exacted" "collection"
#> [4972] "culpable" "connection" "defaulting"
#> [4975] "executes" "shrinks" "carries"
#> [4978] "unmindful" "Confidently" "supplicating"
#> [4981] "hour" "Elected" "time-honored"
#> [4984] "holding" "acceptance" "weightiest"
#> [4987] "loftiest" "surrounded" "fearful"
#> [4990] "matured" "guaranties" "diligently"
#> [4993] "manifold" "devolved" "defer"
#> [4996] "titles" "treaties" "appoint"
#> [4999] "ambassadors" "indicate" "Chosen"
#> [5002] "renew" "proclaim" "doctrines"
#> [5005] "active" "furtherance" "special"
#> [5008] "sympathize" "warned" "admonitions"
#> [5011] "Washington" "international" "settle"
#> [5014] "exhaust" "diplomacy" "appealing"
#> [5017] "conform" "onerous" "prerequisites"
#> [5020] "bestowal" "harmonize" "paramount"
#> [5023] "everyone" "truly" "loves"
#> [5026] "conducted" "beginnings" "eminence"
#> [5029] "well-directed" "assuage" "promulgation"
#> [5032] "Countrymen" "sorrow" "preside"
#> [5035] "shrinking" "answerable" "rare"
#> [5038] "manifestation" "nation's" "lightening"
#> [5041] "requirements" "changes" "complexity"
#> [5044] "Whether" "pace" "progression"
#> [5047] "sixty-four" "Carolina" "congratulation"
#> [5050] "hardly" "subsided" "emerging"
#> [5053] "evident" "mission" "bravely"
#> [5056] "fulfilled" "presumptuous" "springing"
#> [5059] "paradox" "weak" "new-born"
#> [5062] "intrinsically" "Inconsiderable" "comprehension"
#> [5065] "all-pervading" "furnace" "tempered"
#> [5068] "wasted" "idle" "delusive"
#> [5071] "speculations" "governmental" "circumscribed"
#> [5074] "stood" "fearfully" "solution"
#> [5077] "problem" "illuminated" "achieve"
#> [5080] "affirms" "oppressed" "turned"
#> [5083] "hitherward" "lest" "wane"
#> [5086] "cheered" "radiance" "listen"
#> [5089] "tones" "pronounce" "animating"
#> [5092] "Preeminently" "advocacy" "reposes"
#> [5095] "remembered" "based" "strike"
#> [5098] "priceless" "uncomplaining" "prosecuted"
#> [5101] "characterized" "impressive" "evidences"
#> [5104] "working" "far-reaching" "intellects"
#> [5107] "accumulated" "unfounded" "stars"
#> [5110] "banner" "threefold" "densely"
#> [5113] "populated" "possessions" "skirt"
#> [5116] "oceans" "suggestive" "expansion"
#> [5119] "disguised" "grasping" "invite"
#> [5122] "beckon" "Purposes" "significantly"
#> [5125] "intend" "blot" "challenge"
#> [5128] "justification" "influenced" "purchased"
#> [5131] "dishonor" "incidents" "replete"
#> [5134] "furnishing" "grounds" "hopeful"
#> [5137] "comprised" "boundless" "throng"
#> [5140] "unexplored" "pathway" "limitless"
#> [5143] "Hence" "kindly" "channels"
#> [5146] "polity" "tumults" "Whilst"
#> [5149] "reciprocity" "pertain" "discern"
#> [5152] "star" "ensign" "preferment"
#> [5155] "unabashed" "princes" "behind"
#> [5158] "rude" "tyrannical" "impunity"
#> [5161] "citizenship" "panoply" "reaffirm"
#> [5164] "fundamental" "colonization" "utterly"
#> [5167] "inadmissible" "soldier" "confirmed"
#> [5170] "gallantry" "unobtrusive" "nucleus"
#> [5173] "well-disciplined" "self-devotion" "waved"
#> [5176] "untarnished" "folds" "float"
#> [5179] "undiminished" "appropriately" "trustful"
#> [5182] "expectation" "confess" "doomed"
#> [5185] "disappointment" "humiliating" "Offices"
#> [5188] "occupancy" "prerogative" "importunate"
#> [5191] "imperatively" "regardless" "partisan"
#> [5194] "ratify" "bestow" "resentments"
#> [5197] "consult" "selections" "admitting"
#> [5200] "Higher" "canvass" "stringent"
#> [5203] "prevention" "negligence" "peculation"
#> [5206] "vigilant" "concentration" "discrimination"
#> [5209] "confine" "recently" "moved"
#> [5212] "impulse" "perpetuation" "showering"
#> [5215] "far-off" "unknown" "unequivocal"
#> [5218] "recurred" "silence" "misconstrued"
#> [5221] "dearest" "entwined" "race"
#> [5224] "dignifies" "adorns" "radiant"
#> [5227] "illumines" "struggling" "darkness"
#> [5230] "luster" "dimmed" "Do"
#> [5233] "overtake" "stay" "traversed"
#> [5236] "sectionalism" "uncharitableness" "dealt"
#> [5239] "self-sacrificing" "tending" "heartfelt"
#> [5242] "feverish" "morbid" "enthusiasm"
#> [5245] "interpose" "stern" "resistance"
#> [5248] "servitude" "stands" "1850"
#> [5251] "unhesitatingly" "obeyed" "abstract"
#> [5254] "convictions" "ambitious" "fanatical"
#> [5257] "durability" "obscure" "rash"
#> [5260] "rejected" "Wise" "experiments"
#> [5263] "hazard" "reunite" "broken"
#> [5266] "fragments" "green" "slopes"
#> [5269] "Monticello" "tomb" "memories"
#> [5272] "gathering" "eloquent" "voices"
#> [5275] "exhortation" "heaven" "smiled"
#> [5278] "inherited" "Convinced" "owe"
#> [5281] "richest" "candidate" "ably"
#> [5284] "faithfull" "tempest" "instant"
#> [5287] "conception" "settlement" "legislate"
#> [5290] "Territory" "therefrom" "Kansas"
#> [5293] "legitimately" "Court" "Nebraska-Kansas"
#> [5296] "residents" "imperative" "resident"
#> [5299] "inhabitant" "fairer" "Territorial"
#> [5302] "wherein" "extinct" "diverted"
#> [5305] "pressing" "Throughout" "intermission"
#> [5308] "prolific" "alienated" "estranged"
#> [5311] "sister" "endangered" "sober"
#> [5314] "Time" "Political" "exasperated"
#> [5317] "forgotten" "graver" "compensate"
#> [5320] "altar" "Union-loving" "suppress"
#> [5323] "omen" "calculate" "Reasoned"
#> [5326] "profits" "descending" "calculations"
#> [5329] "fault" "bare" "expanding"
#> [5332] "railroads" "East" "Annihilate"
#> [5335] "march" "insignificance" "terrific"
#> [5338] "portray" "frame" "perish"
#> [5341] "peacefully" "Next" "taint"
#> [5344] "Public" "decayed" "usurped"
#> [5347] "substance" "treasury" "extravagant"
#> [5350] "produces" "wild" "begets"
#> [5353] "speculators" "jobbers" "ingenuity"
#> [5356] "contriving" "expedients" "wrongfully"
#> [5359] "suspected" "suffers" "estimation"
#> [5362] "inadequate" "tonnage" "afloat"
#> [5365] "seacoast" "defray" "modification"
#> [5368] "benefiting" "corporations" "inconsistent"
#> [5371] "fairness" "squandering" "sinks"
#> [5374] "temptation" "remainder" "cardinal"
#> [5377] "reserve" "settlers" "hardy"
#> [5380] "industrious" "children's" "exiles"
#> [5383] "After" "native-born" "construed"
#> [5386] "i" "Whenever" "unhappy"
#> [5389] "adduced" "Neither" "strain"
#> [5392] "plainest" "implication" "truths"
#> [5395] "war-making" "absolutely" "navy"
#> [5398] "California" "transported" "invader"
#> [5401] "available" "access" "Coast"
#> [5404] "instantly" "route" "across"
#> [5407] "isthmus" "Central" "deny"
#> [5410] "defended" "constructing" "impaired"
#> [5413] "refusal" "isolated" "forbear"
#> [5416] "vanish" "nearest" "satisfactorily"
#> [5419] "frank" "accepting" "self-preservation"
#> [5422] "wisdom's" "kindred" "blend"
#> [5425] "acquire" "Acting" "complain"
#> [5428] "Hitherto" "contented" "shared"
#> [5431] "enters" "discuss" "Apprehension"
#> [5434] "Southern" "inspection" "speeches"
#> [5437] "addresses" "quote" "nominated"
#> [5440] "recanted" "platform" "emphatic"
#> [5443] "Resolved" "balance" "denounce"
#> [5446] "lawless" "gravest" "incoming"
#> [5449] "consistently" "lawfully" "demanded"
#> [5452] "delivering" "fugitives" "escaping"
#> [5455] "therein" "delivered" "reclaiming"
#> [5458] "fugitive" "lawgiver" "unanimous"
#> [5461] "temper" "unkept" "unsubstantial"
#> [5464] "Again" "jurisprudence" "enforcement"
#> [5467] "guarantees" "immunities" "to-day"
#> [5470] "reservations" "construe" "hypercritical"
#> [5473] "specify" "abide" "unrepealed"
#> [5476] "seventy-two" "fifteen" "precedent"
#> [5479] "disruption" "formidably" "attempted"
#> [5482] "Perpetuity" "organic" "Continue"
#> [5485] "unmade" "rescind" "Descending"
#> [5488] "older" "Articles" "Association"
#> [5491] "1774" "1776" "plighted"
#> [5494] "1778" "1787" "ordaining"
#> [5497] "follows" "get" "resolves"
#> [5500] "ordinances" "legally" "insurrectionary"
#> [5503] "unbroken" "Doing" "withhold"
#> [5506] "authoritative" "bloodshed" "using"
#> [5509] "anywhere" "Where" "locality"
#> [5512] "obnoxious" "irritating" "impracticable"
#> [5515] "withal" "forego" "uses"
#> [5518] "mails" "repelled" "indicated"
#> [5521] "troubles" "glad" "affirm"
#> [5524] "grave" "why" "Will"
#> [5527] "desperate" "ills" "risk"
#> [5530] "commission" "mistake" "audacity"
#> [5533] "Think" "assured" "affirmations"
#> [5536] "negations" "prohibitions" "specifically"
#> [5539] "applicable" "foresight" "document"
#> [5542] "Shall" "prohibit" "Must"
#> [5545] "continuing" "secede" "refuses"
#> [5548] "hence" "arbitrarily" "identity"
#> [5551] "secession" "Plainly" "essence"
#> [5554] "Whoever" "rejects" "Unanimity"
#> [5557] "wholly" "rejecting" "suit"
#> [5560] "obviously" "erroneous" "overruled"
#> [5563] "irrevocably" "litigation" "rulers"
#> [5566] "resigned" "assault" "court"
#> [5569] "fugitive-slave" "imperfectly" "dry"
#> [5572] "cured" "worse" "restriction"
#> [5575] "partially" "Physically" "build"
#> [5578] "impassable" "wall" "husband"
#> [5581] "wife" "divorced" "aliens"
#> [5584] "easier" "Suppose" "gain"
#> [5587] "identical" "inhabit" "grow"
#> [5590] "weary" "amending" "desirous"
#> [5593] "amended" "preferable" "allows"
#> [5596] "propositions" "irrevocable" "fix"
#> [5599] "Why" "Nations" "yours"
#> [5602] "intervals" "extreme" "wickedness"
#> [5605] "folly" "space" "calmly"
#> [5608] "hurry" "hot" "haste"
#> [5611] "frustrated" "dissatisfied" "sensitive"
#> [5614] "framing" "precipitate" "Intelligence"
#> [5617] "Him" "forsaken" "adjust"
#> [5620] "fellow-countrymen" "assail" "registered"
#> [5623] "loath" "strained" "mystic"
#> [5626] "chords" "stretching" "battlefield"
#> [5629] "hearthstone" "swell" "chorus"
#> [5632] "touched" "Fellow-Countrymen" "appearing"
#> [5635] "Then" "statement" "seemed"
#> [5638] "fitting" "phase" "absorbs"
#> [5641] "engrosses" "else" "reasonably"
#> [5644] "encouraging" "prediction" "ventured"
#> [5647] "impending" "avert" "inaugural"
#> [5650] "Both" "survive" "One-eighth"
#> [5653] "colored" "localized" "somehow"
#> [5656] "insurgents" "rend" "restrict"
#> [5659] "triumph" "astounding" "Bible"
#> [5662] "invokes" "God's" "wringing"
#> [5665] "sweat" "faces" "answered"
#> [5668] "Woe" "unto" "offenses"
#> [5671] "woe" "offense" "cometh"
#> [5674] "wills" "terrible" "believers"
#> [5677] "ascribe" "Fondly" "scourge"
#> [5680] "piled" "bondsman's" "hundred"
#> [5683] "unrequited" "toil" "sunk"
#> [5686] "drop" "lash" "righteous"
#> [5689] "malice" "charity" "strive"
#> [5692] "widow" "orphan" "Your"
#> [5695] "reservation" "untrammeled" "agitating"
#> [5698] "interposing" "defeat" "approval"
#> [5701] "Laws" "method" "emerged"
#> [5704] "rebellion" "deal" "hate"
#> [5707] "securing" "specie" "debtor"
#> [5710] "dollar" "indebtedness" "stipulated"
#> [5713] "repudiator" "farthing" "retrenchment"
#> [5716] "paying" "poverty" "emerge"
#> [5719] "twenty-five" "feasibility" "ease"
#> [5722] "box" "locked" "sterile"
#> [5725] "mountains" "key" "unlock"
#> [5728] "contingency" "Ultimately" "sort"
#> [5731] "payments" "abeyance" "contracting"
#> [5734] "payable" "prostrate" "rebuilt"
#> [5737] "industries" "young" "moment's"
#> [5740] "resumed" "acquiesced" "Legislation"
#> [5743] "restored" "resumes" "wonted"
#> [5746] "assessed" "accounted" "economically"
#> [5749] "disbursed" "design" "law-abiding"
#> [5752] "jeopardized" "floats" "demanding"
#> [5755] "treatment" "occupants" "Indians"
#> [5758] "tends" "agitate" "excluded"
#> [5761] "ratification" "fifteenth" "cementing"
#> [5764] "began" "recovered" "Therefore"
#> [5767] "republicanism" "guiding" "army"
#> [5770] "telegraph" "transit" "steam"
#> [5773] "contiguous" "Social" "status"
#> [5776] "travels" "fare" "rehabilitated"
#> [5779] "Santo" "Domingo" "Commerce"
#> [5782] "Rather" "Maker" "values"
#> [5785] "par" "cheap" "routes"
#> [5788] "remuneration" "producer" "reestablishment"
#> [5791] "manufacturing" "exports" "imports"
#> [5794] "returning" "permanently" "elevation"
#> [5797] "aborigines" "extermination" "Wars"
#> [5800] "industrial" "expensive" "weakest"
#> [5803] "superiority" "lenient" "teaching"
#> [5806] "Earth" "consciences" "beg"
#> [5809] "methods" "promotions" "gift"
#> [5812] "resting" "released" "respite"
#> [5815] "firing" "Fort" "Sumter"
#> [5818] "April" "1861" "growing"
#> [5821] "acquaintance" "asking" "promotion"
#> [5824] "revengeful" "candidacy" "1868"
#> [5827] "slander" "vindication" "ceremonial"
#> [5830] "engage" "animate" "Following"
#> [5833] "adopting" "nomination" "pacification"
#> [5836] "calamitous" "tremendous" "immeasurable"
#> [5839] "hearty" "Difficult" "embarrassing"
#> [5842] "threshold" "recognizes" "maintains"
#> [5845] "races" "deplorable" "complications"
#> [5848] "perplexities" "submits" "loyally"
#> [5851] "heartily" "Resting" "superstructure"
#> [5854] "built" "implies" "so-called"
#> [5857] "fade" "barbarism" "Democrats"
#> [5860] "fellowmen" "sweeping" "4,000,000"
#> [5863] "problems" "emancipated" "author"
#> [5866] "emancipation" "employ" "assailed"
#> [5869] "afflict" "contentment" "restoring"
#> [5872] "merits" "arrested" "deserves"
#> [5875] "Universal" "supplemented" "truest"
#> [5878] "white" "wipe" "color"
#> [5881] "practices" "radical" "meant"
#> [5884] "tenure" "appointments" "declaring"
#> [5887] "prior" "recognizing" "urging"
#> [5890] "unreserved" "owes" "mindful"
#> [5893] "serves" "prescribing" "prostration"
#> [5896] "September" "1873" "irredeemable"
#> [5899] "paper" "fluctuation" "coin"
#> [5902] "convertible" "adhere" "Congressional"
#> [5905] "resumption" "reminded" "traditional"
#> [5908] "noninterference" "inaugurated" "Grant"
#> [5911] "submitting" "arbitration" "incomparably"
#> [5914] "unhappily" "reached" "usually"
#> [5917] "attends" "espouse" "advocate"
#> [5920] "closeness" "counting" "electoral"
#> [5923] "long-established" "research" "patiently"
#> [5926] "waited" "widely" "vary"
#> [5929] "conclusions" "unerring" "unsuccessful"
#> [5932] "differ" "solving" "rejoicing"
#> [5935] "amicably" "opposing" "hushing"
#> [5938] "shaped" "Senators" "constraint"
#> [5941] "loving" "ordered" "piety"
#> [5944] "overlooks" "crowded" "pause"
#> [5947] "glance" "traveled" "Perpetual"
#> [5950] "beset" "centennial" "anniversary"
#> [5953] "Yorktown" "fought" "colonists"
#> [5956] "overestimate" "vigorous" "aside"
#> [5959] "stead" "area" "1780"
#> [5962] "inspirations" "reviewed" "interpret"
#> [5965] "resolutely" "facing" "possibilities"
#> [5968] "Sacredly" "stir" "closed"
#> [5971] "decree" "pursuance" "autonomy"
#> [5974] "negro" "immensely" "wronged"
#> [5977] "enfeebled" "5,000,000" "inspiration"
#> [5980] "self-help" "richer" "caused"
#> [5983] "disturbance" "deplored" "disfranchised"
#> [5986] "peasantry" "Freedom" "smallest"
#> [5989] "obstacle" "remarkable" "unquestioning"
#> [5992] "patience" "gentleness" "born"
#> [5995] "laying" "self-support" "widening"
#> [5998] "ballot" "allegation" "uneducated"
#> [6001] "negroes" "allegations" "palliation"
#> [6004] "offered" "Bad" "sanctities"
#> [6007] "persisted" "Suicide" "king"
#> [6010] "counted" "strangle" "stifle"
#> [6013] "pity" "emphasis" "keeps"
#> [6016] "voter" "wider" "lurks"
#> [6019] "hides" "fountains" "vice"
#> [6022] "joined" "voters" "hang"
#> [6025] "heirs" "comes" "corrupted"
#> [6028] "remediless" "census" "sounded"
#> [6031] "figures" "dangerously" "illiteracy"
#> [6034] "removing" "voting" "volunteer"
#> [6037] "savory" "educate" "fit"
#> [6040] "partisanship" "oracle" "child"
#> [6043] "overthrown" "retard" "reconciliation"
#> [6046] "truce" "anticipating" "Enterprises"
#> [6049] "well-being" "battlefields" "grander"
#> [6052] "victories" "Fruitful" "seasons"
#> [6055] "silver" "monetary" "Confusion"
#> [6058] "variations" "compulsory" "coinage"
#> [6061] "driving" "metal" "purchasing"
#> [6064] "coined" "exactly" "debt-paying"
#> [6067] "Grave" "tender" "notes"
#> [6070] "holder" "holders" "refunding"
#> [6073] "lower" "rate" "withdrawal"
#> [6076] "national-bank" "disturbing" "occupied"
#> [6079] "farms" "one-half" "coasts"
#> [6082] "tillers" "industrially" "healthy"
#> [6085] "transportation" "waterways" "shortening"
#> [6088] "voyage" "Cape" "Horn"
#> [6091] "ship" "railways" "unites"
#> [6094] "continents" "Various" "interoceanic"
#> [6097] "canal" "connects" "reproach"
#> [6100] "populous" "naught" "Mormon"
#> [6103] "Church" "offends" "sanctioning"
#> [6106] "polygamy" "prevents" "instrumentalities"
#> [6109] "uttermost" "scruples" "ecclesiastical"
#> [6112] "obstruction" "inordinate" "incumbents"
#> [6115] "removals" "invading" "supporters"
#> [6118] "reverently" "seal" "consecrates"
#> [6121] "faculty" "din" "people's"
#> [6124] "attendant" "anew" "heat"
#> [6127] "merged" "Today" "supplanted"
#> [6130] "ungrudging" "weal" "Moreover"
#> [6133] "harmoniously" "consecrated" "shock"
#> [6136] "commended" "succeed" "diverse"
#> [6139] "competing" "persistently" "recognition"
#> [6142] "postponement" "abandonment" "subserved"
#> [6145] "unstrained" "cautious" "today"
#> [6148] "farm" "workshop" "busy"
#> [6151] "marts" "town" "capitals"
#> [6154] "framework" "serving" "earnings"
#> [6157] "extravagance" "ashamed" "prudential"
#> [6160] "economies" "promotes" "thrift"
#> [6163] "dictate" "avoidance" "traditions"
#> [6166] "broils" "ambitions" "repelling"
#> [6169] "intrusion" "Monroe" "wage"
#> [6172] "workingmen" "preventing" "tempt"
#> [6175] "Care" "purloining" "unlawful"
#> [6178] "wards" "offensive" "repressed"
#> [6181] "rigidly" "immigration" "servile"
#> [6184] "compete" "acquiring" "bringing"
#> [6187] "retaining" "civil-service" "incompetency"
#> [6190] "employees" "vicious" "worthily"
#> [6193] "insist" "subserviency" "freedmen"
#> [6196] "fitness" "accorded" "unprofitable"
#> [6199] "suggests" "entitles" "charges"
#> [6202] "topics" "ever-varying" "enterprising"
#> [6205] "perception" "vouchsafed" "requirement"
#> [6208] "appropriateness" "covenants" "unfailing"
#> [6211] "evade" "penalties" "wrest"
#> [6214] "cruelty" "selfishness" "unspoken"
#> [6217] "Surely" "misinterpret" "help"
#> [6220] "righteousness" "begins" "twenty-sixth"
#> [6223] "York" "sitting" "30th"
#> [6226] "1789" "deferred" "delays"
#> [6229] "centennials" "shortly" "celebrate"
#> [6232] "suitably" "note" "marvelous"
#> [6235] "contrasts" "undauntedly" "stretched"
#> [6238] "recall" "teachings" "thirty-eight"
#> [6241] "fringed" "Dakota" "Virginia"
#> [6244] "1790" "located" "east"
#> [6247] "Baltimore" "argued" "well-informed"
#> [6250] "eastward" "1880" "Cincinnati"
#> [6253] "stride" "fringe" "robe"
#> [6256] "directions" "fed" "clothed"
#> [6259] "housed" "vastly" "sweet"
#> [6262] "higher" "ideal" "reenforced"
#> [6265] "divergent" "merchant" "shipmaster"
#> [6268] "manufacturer" "discovered" "disclosed"
#> [6271] "won" "relaxed" "hard"
#> [6274] "check" "marine" "shops"
#> [6277] "Petitions" "imposition" "afield"
#> [6280] "energetically" "equipping" "self-dependent"
#> [6283] "Societies" "domestics" "dress"
#> [6286] "revival" "protective" "opponents"
#> [6289] "inured" "cotton-producing" "walked"
#> [6292] "abreast" "cotton" "fabrics"
#> [6295] "Pennsylvania" "mineral" "treasures"
#> [6298] "southeastern" "mountain" "ranges"
#> [6301] "tardy" "smelting" "mill"
#> [6304] "coal" "hillsides" "Mill"
#> [6307] "fires" "funeral" "pile"
#> [6310] "proclamation" "depths" "sky"
#> [6313] "eliminated" "planting" "achieving"
#> [6316] "diversification" "plantation" "product"
#> [6319] "spun" "operatives" "crops"
#> [6322] "garden" "factory" "paralysis"
#> [6325] "skirts" "tolerate" "incapacities"
#> [6328] "hopefully" "mining" "unification"
#> [6331] "neighborhood" "shop" "promoters"
#> [6334] "workingman" "Clay" "expositions"
#> [6337] "Webster" "courageously" "avow"
#> [6340] "black" "plausibly" "suggestion"
#> [6343] "pointed" "elect" "obey"
#> [6346] "eject" "embraces" "entirety"
#> [6349] "code" "nullify" "pernicious"
#> [6352] "escape" "presently" "scrupulously"
#> [6355] "violent" "denies" "severed"
#> [6358] "demoralizes" "destroys" "breast"
#> [6361] "darkened" "uncanny" "inquire"
#> [6364] "influential" "connive" "lawlessness"
#> [6367] "courts" "mobs" "attractive"
#> [6370] "investments" "applying" "unimpressive"
#> [6373] "unintelligible" "hospitable" "careless"
#> [6376] "threat" "spectators" "contentions"
#> [6379] "obtruding" "attempting" "unfairly"
#> [6382] "distresses" "manifestly" "precautions"
#> [6385] "habitually" "shorter" "waterway"
#> [6388] "seaboards" "dominated" "project"
#> [6391] "environment" "dominate" "absorb"
#> [6394] "stable" "colonial" "dependencies"
#> [6397] "restrains" "transpire" "domiciled"
#> [6400] "islands" "convenient" "coaling"
#> [6403] "dock" "harbor" "trading"
#> [6406] "coercion" "feeble" "concessions"
#> [6409] "impairment" "Calmness" "contribution"
#> [6412] "opprobrium" "ruthlessly" "breaks"
#> [6415] "nominate" "burdensome" "applicants"
#> [6418] "representations" "inconsiderately" "obliging"
#> [6421] "Honorable" "disqualification" "delinquency"
#> [6424] "creditable" "Persistent" "importunity"
#> [6427] "Heads" "bureaus" "therewith"
#> [6430] "evasion" "Retrospect" "nonpartisan"
#> [6433] "incumbency" "fair-minded" "margin"
#> [6436] "Expenditure" "Wastefulness" "favoritism"
#> [6439] "unduly" "postponed" "fortunately"
#> [6442] "unforeseen" "excess" "below"
#> [6445] "reduction" "armament" "workmanship"
#> [6448] "inefficient" "guns" "rating"
#> [6451] "premeditation" "risks" "steamship"
#> [6454] "exchanges" "reliable" "lying"
#> [6457] "south" "pension" "sailors"
#> [6460] "widows" "orphans" "Dakotas"
#> [6463] "Montana" "unreasonably" "availed"
#> [6466] "invitations" "entries" "patent"
#> [6469] "throwing" "elector" "welcome"
#> [6472] "discover" "Only" "inefficiency"
#> [6475] "unfair" "districts" "electors"
#> [6478] "residing" "insistence" "savor"
#> [6481] "impertinence" "frauds" "recover"
#> [6484] "sanctity" "juggler's" "hat"
#> [6487] "renounced" "allegiance" "exalt"
#> [6490] "die" "hurtful" "evanescent"
#> [6493] "standpoint" "differing" "arbitrament"
#> [6496] "magnificent" "pleasant" "diadem"
#> [6499] "feet" "definition" "calculation"
#> [6502] "mercy" "reins" "avenues"
#> [6505] "mistrust" "ambush" "uncovered"
#> [6508] "Passion" "swept" "indecent"
#> [6511] "protest" "disaffection" "agencies"
#> [6514] "revealing" "unity" "unalloyed"
#> [6517] "revelation" "swift" "harvests"
#> [6520] "cattle" "hills" "ores"
#> [6523] "valued" "crown" "mandate"
#> [6526] "dedicate" "sufficiency" "rudest"
#> [6529] "shocks" "symptom" "insidious"
#> [6532] "threatens" "sturdy" "activities"
#> [6535] "rejoices" "hardihood" "lurking"
#> [6538] "unheeded" "dooms" "collapse"
#> [6541] "stupendous" "robust" "rise"
#> [6544] "heedlessness" "Manifestly" "exposure"
#> [6547] "arouse" "statesmanship" "depreciation"
#> [6550] "wages" "incentive" "precaution"
#> [6553] "dealing" "related" "defy"
#> [6556] "inexorable" "unmoved" "phrases"
#> [6559] "unvexed" "remedial" "intervene"
#> [6562] "Closely" "confronts" "prevalence"
#> [6565] "especial" "protection's" "exposing"
#> [6568] "brood" "unwholesome" "progeny"
#> [6571] "paternalism" "bane" "peril"
#> [6574] "degrades" "wily" "craft"
#> [6577] "bequeathed" "perverts" "tempts"
#> [6580] "pitiful" "sordid" "Government's"
#> [6583] "undermines" "self-reliance" "substitutes"
#> [6586] "stifles" "Americanism" "stupefies"
#> [6589] "ennobling" "trait" "unlearned"
#> [6592] "patriotically" "include" "bounties"
#> [6595] "subsidies" "ill-advised" "languishing"
#> [6598] "overleaps" "prostitutes" "disabled"
#> [6601] "checking" "frugality" "outgrow"
#> [6604] "prodigality" "deplorably" "saps"
#> [6607] "sturdiness" "measured" "misappropriation"
#> [6610] "awarded" "appointees" "madness"
#> [6613] "purification" "aggregations" "limiting"
#> [6616] "fixing" "Legitimate" "superseded"
#> [6619] "cheapness" "frequently" "conspiracies"
#> [6622] "phases" "unnatural" "Loyalty"
#> [6625] "manliness" "border" "Humanity"
#> [6628] "consistency" "treat" "considerately"
#> [6631] "self-supporting" "cupidity" "shielded"
#> [6634] "retards" "decreed" "unremittingly"
#> [6637] "heedless" "vindictiveness" "rectification"
#> [6640] "lifting" "treasured" "underlies"
#> [6643] "tear" "delusions" "misconceptions"
#> [6646] "denial" "familiarity" "perversions"
#> [6649] "reinstate" "self-confidence" "discrediting"
#> [6652] "abject" "stimulate" "achievement"
#> [6655] "Anxiety" "constrain" "cooperate"
#> [6658] "insuperable" "exacting" "impressively"
#> [6661] "defines" "commands" "attacked"
#> [6664] "impatience" "restlessness" "enforcing"
#> [6667] "Fully" "gravity" "confront"
#> [6670] "appalled" "Cabinet" "represent"
#> [6673] "Above" "forsake" "commandments"
#> [6676] "walk" "prevailing" "entailing"
#> [6679] "idleness" "disturbances" "revision"
#> [6682] "enduring" "circulating" "premium"
#> [6685] "contraction" "displaced" "wiser"
#> [6688] "fiscal" "insuring" "outgrowth"
#> [6691] "slowly" "exhaustive" "cordially"
#> [6694] "concur" "Business" "training"
#> [6697] "combined" "bimetallism" "co-operation"
#> [6700] "parity" "Economy" "severest"
#> [6703] "stopped" "decreased" "outstanding"
#> [6706] "vigorously" "creditors" "pensioners"
#> [6709] "Suitably" "exceed" "receipts"
#> [6712] "met" "creates" "hindrance"
#> [6715] "suffice" "lasts" "outlays"
#> [6718] "temporarily" "accrued" "deficit"
#> [6721] "Loans" "goes" "bulk"
#> [6724] "sale" "needless" "additions"
#> [6727] "latest" "utterance" "plainer"
#> [6730] "enact" "helpful" "potential"
#> [6733] "stopping" "drain" "well-nigh"
#> [6736] "re-enactment" "1890" "stimulus"
#> [6739] "manufactured" "justifies" "discretionary"
#> [6742] "granting" "severity" "toilers"
#> [6745] "Agriculture" "languished" "loyal"
#> [6748] "producers" "depressed" "lessened"
#> [6751] "decrease" "promising" "troublesome"
#> [6754] "lacking" "energetic" "immeasurably"
#> [6757] "Equality" "consoling" "speech"
#> [6760] "unmolested" "dearer" "universally"
#> [6763] "Lynchings" "rock" "securely"
#> [6766] "law-respecting" "emphasizes" "Immunity"
#> [6769] "statutes" "undue" "rates"
#> [6772] "gates" "tightly" "Illiteracy"
#> [6775] "foremost" "Reforms" "perfunctory"
#> [6778] "simply" "happens" "voted"
#> [6781] "shielding" "administrated" "highways"
#> [6784] "progressed" "rapidity" "percentage"
#> [6787] "Civil" "Commendable" "upbuilding"
#> [6790] "consort" "accords" "non-interference"
#> [6793] "entanglement" "foes" "dignified"
#> [6796] "insisting" "Arbitration" "employers"
#> [6799] "Forty-ninth" "1886" "diplomatic"
#> [6802] "Fifty-first" "Commons" "1893"
#> [6805] "invitation" "signed" "January"
#> [6808] "initiative" "respectfully" "thereon"
#> [6811] "overestimated" "leadership" "convening"
#> [6814] "convene" "extra" "economic"
#> [6817] "postpone" "freer" "politics"
#> [6820] "distract" "fearing" "disagree"
#> [6823] "preconceived" "permanence" "Monday"
#> [6826] "15th" "March" "1897"
#> [6829] "obliteration" "distracted" "marred"
#> [6832] "policies" "felicitation" "affiliation"
#> [6835] "antagonistic" "High" "4th"
#> [6838] "constrained" "41,000,000" "avenue"
#> [6841] "unprecedented" "broader" "1896"
#> [6844] "unfulfilled" "ventures" "determines"
#> [6847] "appropriations" "officials" "Honesty"
#> [6850] "nowhere" "requisites" "Four"
#> [6853] "brink" "dishonorable" "spared"
#> [6856] "horrors" "Intrusted" "appreciating"
#> [6859] "attach" "decrees" "reunited"
#> [6862] "Sectionalism" "disappeared" "Division"
#> [6865] "maps" "Existing" "quicken"
#> [6868] "Magnifying" "Distrust" "theme"
#> [6871] "Dark" "pictures" "gloomy"
#> [6874] "becloud" "Hope" "maketh"
#> [6877] "prophets" "builders" "crises"
#> [6880] "wrought" "defenders" "obstructionists"
#> [6883] "solve" "intrenched" "doctrine"
#> [6886] "deteriorate" "abate" "tropic"
#> [6889] "suns" "demonstrate" "estate"
#> [6892] "disheartened" "rightly" "smooth"
#> [6895] "consoled" "confronted" "undergoing"
#> [6898] "ordeal" "blazed" "triumphed"
#> [6901] "falter" "plead" "impotency"
#> [6904] "125" "nationality" "recital"
#> [6907] "honorably" "thrilling" "China"
#> [6910] "Cuba" "20" "1898"
#> [6913] "Ever" "evacuation" "island"
#> [6916] "speed" "assisting" "completion"
#> [6919] "transfer" "involving" "intervention"
#> [6922] "advised" "deems" "discharging"
#> [6925] "conforming" "historical" "Cuban"
#> [6928] "sponsors" "Cubans" "reconstruction"
#> [6931] "commonwealth" "enfranchisement" "entity"
#> [6934] "6th" "February" "1899"
#> [6937] "Philippine" "Islands" "archipelago"
#> [6940] "instructions" "reports" "Philippines"
#> [6943] "fast" "earnestness" "amnesty"
#> [6946] "waging" "disloyal" "Force"
#> [6949] "ushered" "thankful" "boastfulness"
#> [6952] "Giver" "bygone" "obliged"
#> [6955] "alien" "manlier" "hardier"
#> [6958] "wither" "vainglory" "realization"
#> [6961] "acknowledgment" "thrive" "soul"
#> [6964] "Much" "shirk" "behave"
#> [6967] "beseems" "Toward" "deeds"
#> [6970] "count" "wrongdoing" "insistent"
#> [6973] "afraid" "manfully" "insolent"
#> [6976] "rises" "faced" "outgrown"
#> [6979] "Modern" "intense" "fiber"
#> [6982] "Democratic" "centers" "hiding"
#> [6985] "unbending" "unflinching" "aright"
#> [6988] "tasks" "unchanged" "traits"
#> [6991] "heritage" "unwasted" "everyday"
#> [6994] "lofty" "Abraham" "Lincoln"
#> [6997] "Anyone" "main" "advisers"
#> [7000] "reforms" "initiated" "untrue"
#> [7003] "interstate" "halt" "Relief"
#> [7006] "restrictions" "antitrust" "stock"
#> [7009] "companies" "owning" "operating"
#> [7012] "reorganization" "Bureau" "Corporations"
#> [7015] "Labor" "Interstate" "Commission"
#> [7018] "December" "certainty" "combining"
#> [7021] "differentiating" "intent" "artificially"
#> [7024] "formulating" "creative" "interval"
#> [7027] "clinching" "revising" "Dingley"
#> [7030] "Act" "maximum" "equitably"
#> [7033] "drafted" "similarly" "schedules"
#> [7036] "proposal" "revise" "halts"
#> [7039] "disturbs" "perfecting" "mailing"
#> [7042] "prime" "Due" "panic"
#> [7045] "1907" "100,000,000" "graduated"
#> [7048] "affirmed" "cutting" "t"
#> [7051] "laissez" "faire" "scale"
#> [7054] "supervising" "prosecution" "putting"
#> [7057] "conservation" "forests" "reclamation"
#> [7060] "indirect" "Panama" "Canal"
#> [7063] "proceeds" "deepening" "channel"
#> [7066] "Ohio" "mainland" "officered"
#> [7069] "expeditionary" "completeness" "insufficient"
#> [7072] "adjunct" "reduces" "quickly"
#> [7075] "improvised" "messages" "Nation"
#> [7078] "conservator" "assertion" "entails"
#> [7081] "Hague" "Tribunal" "blind"
#> [7084] "foolish" "idealists" "Orient"
#> [7087] "door" "intact" "She"
#> [7090] "verbal" "Spanish" "bona"
#> [7093] "fide" "naturalized" "wishing"
#> [7096] "sojourn" "Asiatic" "immigrants"
#> [7099] "amalgamated" "prohibitory" "clauses"
#> [7102] "minimize" "friction" "self-respecting"
#> [7105] "Meantime" "failing" "outbursts"
#> [7108] "foreigners" "puts" "pusillanimous"
#> [7111] "excuse" "asserted" "elasticity"
#> [7114] "embody" "dew" "intricate"
#> [7117] "evoke" "dogmatic" "statements"
#> [7120] "studying" "investigations" "experts"
#> [7123] "undoubtedly" "postal" "savings"
#> [7126] "repay" "deposits" "substantially"
#> [7129] "investment" "alive" "feasible"
#> [7132] "sales" "cottons" "machinery"
#> [7135] "steamers" "Root" "noteworthy"
#> [7138] "visit" "tentative" "mail"
#> [7141] "play" "ridding" "importation"
#> [7144] "minimum" "revolutionize" "transcontinental"
#> [7147] "bulky" "merchandise" "rail"
#> [7150] "type" "lock" "consulting"
#> [7153] "board" "Recent" "Isthmus"
#> [7156] "engineers" "examine" "Gatun"
#> [7159] "dam" "locks" "shows"
#> [7162] "newly" "Colonel" "Goethals"
#> [7165] "rear" "pushing" "constructive"
#> [7168] "Porto" "Rico" "progressing"
#> [7171] "unabated" "sugar" "tobacco"
#> [7174] "upholding" "redounds" "secondary"
#> [7177] "tolerance" "thirteenth" "fourteenth"
#> [7180] "square" "whites" "electorate"
#> [7183] "base" "self-restraint" "Northerners"
#> [7186] "sympathized" "Negro" "specifying"
#> [7189] "province" "well-to-do" "statistics"
#> [7192] "Negroes" "Americans" "Encountering"
#> [7195] "offers" "acute" "appointee"
#> [7198] "outweigh" "harm" "Personally"
#> [7201] "awakens" "benefited" "franchises"
#> [7204] "passing" "sincerest" "abolishing"
#> [7207] "fellow-servant" "common-law" "contributory"
#> [7210] "therefor" "child-labor" "previous"
#> [7213] "devices" "limbs" "Additional"
#> [7216] "outgoing" "insofar" "injured"
#> [7219] "interstate-railway" "corporation" "device"
#> [7222] "invented" "limb" "railway"
#> [7225] "Another" "Take" "privileged"
#> [7228] "laborers" "linked" "boycott"
#> [7231] "instinct" "tyranny" "restraining"
#> [7234] "notice" "recommends" "formulation"
#> [7237] "statute" "unlikely" "procedure"
#> [7240] "assemble" "Vice-President" "uppermost"
#> [7243] "going" "familiar" "creep"
#> [7246] "latterly" "critically" "dropped"
#> [7249] "disguises" "stuff" "refreshed"
#> [7252] "insight" "aspects" "sweep"
#> [7255] "conceived" "groups" "Nowhere"
#> [7258] "women" "helpfulness" "rectify"
#> [7261] "fortuitous" "storm" "accident"
#> [7264] "abundance" "fine" "corroded"
#> [7267] "inexcusable" "squandered" "conserve"
#> [7270] "bounty" "worthless" "scorning"
#> [7273] "shamefully" "prodigal" "admirably"
#> [7276] "thoughtfully" "snuffed" "overtaxed"
#> [7279] "spiritual" "pitilessly" "groans"
#> [7282] "agony" "ears" "moving"
#> [7285] "undertone" "mines" "factories"
#> [7288] "scrutinize" "loved" "vision"
#> [7291] "debased" "decadent" "cleanse"
#> [7294] "reconsider" "purify" "humanize"
#> [7297] "weakening" "sentimentalizing" "crude"
#> [7300] "heartless" "unfeeling" "giant"
#> [7303] "levers" "scales" "proudly"
#> [7306] "itemized" "particularity" "items"
#> [7309] "cuts" "violates" "facile"
#> [7312] "sell" "concentrating" "cash"
#> [7315] "restricting" "credits" "strings"
#> [7318] "restricts" "conserving" "undertakings"
#> [7321] "watercourses" "undeveloped" "unreclaimed"
#> [7324] "untended" "disappearing" "renewal"
#> [7327] "unregarded" "heaps" "studied"
#> [7330] "organizers" "safeguarding" "sentimental"
#> [7333] "politic" "vitality" "processes"
#> [7336] "alter" "singly" "cope"
#> [7339] "Society" "weaken" "damage"
#> [7342] "Sanitary" "food" "determining"
#> [7345] "powerless" "undone" "old-fashioned"
#> [7348] "never-to-be-neglected" "shines" "hearthfire"
#> [7351] "inconceivable" "partisans" "clean"
#> [7354] "shallow" "self-satisfaction" "excursions"
#> [7357] "whither" "tell" "motto"
#> [7360] "stirred" "ideals" "debauched"
#> [7363] "heartstrings" "air" "reconciled"
#> [7366] "brother" "spokesmen" "interpreters"
#> [7369] "rectified" "muster" "Men's"
#> [7372] "wait" "dares" "summon"
#> [7375] "forward-looking" "helping" "Perhaps"
#> [7378] "house" "grosser" "speaks"
#> [7381] "centered" "outside" "despite"
#> [7384] "irresistibly" "composite" "cosmopolitan"
#> [7387] "currents" "quick" "indifferent"
#> [7390] "closer" "wished" "apart"
#> [7393] "transcended" "intolerable" "aware"
#> [7396] "fortify" "rooted" "unselfish"
#> [7399] "covet" "clarify" "spirits"
#> [7402] "provincials" "tragic" "thirty"
#> [7405] "turmoil" "turning" "bred"
#> [7408] "peoples" "henceforth" "sternly"
#> [7411] "argue" "parcel" "forged"
#> [7414] "blaze" "purged" "errant"
#> [7417] "humors" "audience" "delegation"
#> [7420] "named" "leader" "beware"
#> [7423] "building" "shadows" "dark"
#> [7426] "noting" "ruggedness" "withstood"
#> [7429] "breathes" "clarified" "atmosphere"
#> [7432] "mingling" "fury" "senses"
#> [7435] "founding" "new-world" "ambiguity"
#> [7438] "effaced" "baptism" "rivet"
#> [7441] "glorified" "scoffed" "recorded"
#> [7444] "materially" "spiritually" "noninvolvement"
#> [7447] "Confident" "jealously" "guarding"
#> [7450] "directing" "entangled" "contacts"
#> [7453] "fellowship" "crave" "builded"
#> [7456] "commitments" "misunderstand" "misconstrue"
#> [7459] "impede" "relationship" "hateful"
#> [7462] "outlaws" "associate" "conference"
#> [7465] "approximate" "disarmament" "crushing"
#> [7468] "suggesting" "mediation" "gladly"
#> [7471] "justiciable" "thereto" "translating"
#> [7474] "humanity's" "concept" "hatred"
#> [7477] "commitment" "supergovernment" "aloofness"
#> [7480] "humankind" "appraisal" "unselfishness"
#> [7483] "proven" "impassioned" "reversion"
#> [7486] "tomorrow" "dependable" "questioning"
#> [7489] "internationality" "supersede" "referendum"
#> [7492] "initiate" "seemly" "program"
#> [7495] "probability" "brotherhood" "Because"
#> [7498] "appraise" "comity" "aspire"
#> [7501] "Mankind" "world-wide" "inaugurate"
#> [7504] "era" "relationships" "comities"
#> [7507] "intimacy" "notably" "galaxy"
#> [7510] "Republic's" "wreckage" "embittered"
#> [7513] "travail" "devastated" "desolated"
#> [7516] "gaping" "delirium" "unbalanced"
#> [7519] "unspeakable" "beating" "riveted"
#> [7522] "wounded" "convey" "comrades"
#> [7525] "normal" "Reconstruction" "readjustment"
#> [7528] "lighten" "revenge" "dream"
#> [7531] "prowess" "unify" "collective"
#> [7534] "woman" "assignment" "fitted"
#> [7537] "plant" "penny" "inure"
#> [7540] "chest" "inherently" "turns"
#> [7543] "sacrificing" "dying" "Out"
#> [7546] "consecration" "impregnable" "disorganization"
#> [7549] "staggering" "swollen" "flout"
#> [7552] "sedition" "pitiable" "slackerism"
#> [7555] "outrage" "Envy" "engenders"
#> [7558] "mistakes" "yesterday" "aftermath"
#> [7561] "measureless" "wastage" "groping"
#> [7564] "Discouraging" "war-torn" "repudiation"
#> [7567] "abnormal" "grim" "sane"
#> [7570] "reassuring" "war's" "reaction"
#> [7573] "Herein" "flows" "lifeblood"
#> [7576] "mechanism" "interdependent" "jars"
#> [7579] "inflations" "upheavals" "balances"
#> [7582] "clogged" "Prices" "receding"
#> [7585] "fever" "levels" "readjusts"
#> [7588] "compensations" "normalcy" "evenly"
#> [7591] "disorder" "losses" "start"
#> [7594] "afresh" "oldest" "mutuality"
#> [7597] "miracle" "confusion" "cycle"
#> [7600] "unmistakable" "Peoples" "Industry"
#> [7603] "sensed" "resume" "lightened"
#> [7606] "sympathetic" "omission" "mindfulness"
#> [7609] "squared" "nation-wide" "womanhood"
#> [7612] "intuitions" "refinements" "alert"
#> [7615] "group" "hungers" "reverent"
#> [7618] "unpreparedness" "insists" "overturning"
#> [7621] "unfurl" "revisions" "reformations"
#> [7624] "evolutions" "table" "thirsting"
#> [7627] "cup" "fountain" "acclaim"
#> [7630] "luring" "fallacy" "barriers"
#> [7633] "costs" "tariffs" "buy"
#> [7636] "Opportunity" "surpassing" "bidding"
#> [7639] "cargoes" "bottoms" "self-reliant"
#> [7642] "nobler" "Believing" "heights"
#> [7645] "reflex" "Common" "goal"
#> [7648] "Wealth" "inimical" "friendliest"
#> [7651] "blotches" "distressed" "unemployment"
#> [7654] "illumined" "mothers" "hours"
#> [7657] "befits" "cradle" "childhood"
#> [7660] "rocked" "blight" "touch"
#> [7663] "lack" "realities" "futility"
#> [7666] "ill-considered" "disorders" "industrialism"
#> [7669] "Service" "Golden" "Rule"
#> [7672] "autocracy" "upheaval" "heavily"
#> [7675] "surge" "reassurance" "God-given"
#> [7678] "single-mindedness" "humility" "implore"
#> [7681] "unafraid" "Holy" "Writ"
#> [7684] "doth" "thee" "thy"
#> [7687] "plight" "finding" "satisfying"
#> [7690] "definitely" "deliverance" "manifesting"
#> [7693] "conscientiously" "rearranged" "Realizing"
#> [7696] "firmer" "successes" "experiences"
#> [7699] "continually" "erect" "structures"
#> [7702] "essentials" "bearings" "firmament"
#> [7705] "accurately" "fiftieth" "array"
#> [7708] "detached" "confines" "50"
#> [7711] "reasserted" "plains" "intervening"
#> [7714] "slope" "birthright" "withdrew"
#> [7717] "unrecompensed" "openly" "tensely"
#> [7720] "distinctively" "desires" "narrowed"
#> [7723] "dwarfed" "slogans" "adjective"
#> [7726] "substantive" "isolation" "pacifists"
#> [7729] "militarists" "configuration" "represents"
#> [7732] "comports" "balanced" "intensely"
#> [7735] "modem" "beneath" "friendliness"
#> [7738] "competitive" "ranks" "comparison"
#> [7741] "Removing" "accrue" "keen"
#> [7744] "rivalry" "hysteria" "fomenting"
#> [7747] "slipping" "seizing" "musket"
#> [7750] "conferences" "response" "participants"
#> [7753] "failures" "continuation" "display"
#> [7756] "factor" "advocated" "negotiated"
#> [7759] "Permanent" "International" "inessential"
#> [7762] "barter" "logic" "sophistries"
#> [7765] "subterfuges" "actively" "comprehensively"
#> [7768] "signify" "even-handed" "enormous"
#> [7771] "Especially" "implicated" "responded"
#> [7774] "Hemisphere" "sums" "financing"
#> [7777] "respond" "rehabilitation" "formula"
#> [7780] "Undoubtedly" "clarification" "scholars"
#> [7783] "studies" "outlawing" "aggressive"
#> [7786] "adjustments" "Conditions" "Unless"
#> [7789] "brotherly" "artificial" "Parchment"
#> [7792] "triumphant" "detachment" "contentious"
#> [7795] "Mindful" "trim" "fundamentally"
#> [7798] "worked" "bigoted" "label"
#> [7801] "loyalty" "coherence" "polls"
#> [7804] "Likewise" "ownership" "electric"
#> [7807] "utilities" "wanted" "clearness"
#> [7810] "computation" "monthly" "drastic"
#> [7813] "lengthens" "diminishes" "carelessly"
#> [7816] "meager" "prudently" "idealism"
#> [7819] "injuriously" "soundest" "Fortunately"
#> [7822] "wartime" "legalized" "larceny"
#> [7825] "earn" "ministers" "assess"
#> [7828] "arriving" "hamper" "extremely"
#> [7831] "absurd" "envious" "heed"
#> [7834] "owners" "squander" "dissipation"
#> [7837] "restrictive" "plentiful" "earners"
#> [7840] "recovering" "ver" "reviving"
#> [7843] "cereals" "indicates" "matchless"
#> [7846] "enshrined" "tireless" "chooses"
#> [7849] "administrators" "barbarian" "exhibiting"
#> [7852] "displaying" "savagery" "treading"
#> [7855] "jungle" "collaborator" "criticism"
#> [7858] "falls" "signified" "destination"
#> [7861] "overwhelmingly" "showed" "inquisition"
#> [7864] "contemplations" "justified" "patron"
#> [7867] "obedient" "solicitous" "earner"
#> [7870] "attentive" "intuitive" "desiring"
#> [7873] "empire" "lures" "sends"
#> [7876] "cherishes" "tradition" "OUR"
#> [7879] "PROGRESS" "survey" "satisfactions"
#> [7882] "virility" "recovery" "liberation"
#> [7885] "accomplishments" "borders" "Calvin"
#> [7888] "Coolidge" "safeguarded" "THE"
#> [7891] "FAILURE" "OF" "SYSTEM"
#> [7894] "CRIMINAL" "JUSTICE" "malign"
#> [7897] "Crime" "Confidence" "decreasing"
#> [7900] "impotence" "eighteenth" "increasingly"
#> [7903] "reestablish" "effectiveness" "redistribution"
#> [7906] "simplification" "establishes" "attorneys"
#> [7909] "present-day" "refuge" "big"
#> [7912] "criminals" "technicalities" "subterfuge"
#> [7915] "thwarted" "Reform" "First"
#> [7918] "Rigid" "expeditious" "defeated"
#> [7921] "indifference" "exploitation" "entanglements"
#> [7924] "delinquent" "inefficiently" "sore"
#> [7927] "ENFORCEMENT" "EIGHTEENTH" "AMENDMENT"
#> [7930] "mentioned" "concurrent" "liquor"
#> [7933] "patronized" "awake" "stimulating"
#> [7936] "coequal" "stamping" "outlawry"
#> [7939] "condemning" "crumble" "NATIONAL"
#> [7942] "INVESTIGATION" "RELATION" "GOVERNMENT"
#> [7945] "TO" "BUSINESS" "COOPERATION"
#> [7948] "BY" "new-found" "Self-government"
#> [7951] "imply" "Progress" "cooperating"
#> [7954] "regularity" "manifests" "recreation"
#> [7957] "EDUCATION" "primarily" "universality"
#> [7960] "instructed" "objective" "expands"
#> [7963] "wrecked" "refresh" "boy"
#> [7966] "girl" "selective" "PUBLIC"
#> [7969] "HEALTH" "diseases" "eradication"
#> [7972] "infinitely" "WORLD" "PEACE"
#> [7975] "accepts" "interlocked" "haunt"
#> [7978] "Superficial" "observers" "abounding"
#> [7981] "imperialism" "engrossed" "negation"
#> [7984] "youth" "learning" "literature"
#> [7987] "travel" "broadening" "extinction"
#> [7990] "renunciation" "sets" "pave"
#> [7993] "major" "misinterpreted" "advisory"
#> [7996] "subsidiary" "membership" "League"
#> [7999] "increases" "availability" "journey"
#> [8002] "unbounded" "hospitality" "racial"
#> [8005] "inheritances" "emotion" "chairs"
#> [8008] "shameful" "confession" "unworthiness"
#> [8011] "died" "mature" "mingled"
#> [8014] "PARTY" "RESPONSIBILITIES" "platforms"
#> [8017] "SPECIAL" "SESSION" "CONGRESS"
#> [8020] "Action" "proposals" "request"
#> [8023] "OTHER" "MANDATES" "FROM"
#> [8026] "ELECTION" "tangible" "determinations"
#> [8029] "embedded" "touchstones" "day-to-day"
#> [8032] "More" "fruition" "catalogue"
#> [8035] "definitions" "stimulation" "individuality"
#> [8038] "lessening" "faiths" "Ill-considered"
#> [8041] "faults" "CONCLUSION" "degeneration"
#> [8044] "enlist" "impels" "endured"
#> [8047] "revive" "nameless" "unreasoning"
#> [8050] "unjustified" "paralyzes" "convert"
#> [8053] "critical" "thank" "Values"
#> [8056] "shrunken" "fantastic" "curtailment"
#> [8059] "exchange" "frozen" "withered"
#> [8062] "families" "host" "unemployed"
#> [8065] "optimist" "stricken" "plague"
#> [8068] "locusts" "Compared" "Plenty"
#> [8071] "doorstep" "languishes" "Primarily"
#> [8074] "mankind's" "goods" "stubbornness"
#> [8077] "incompetence" "abdicated" "Practices"
#> [8080] "unscrupulous" "changers" "indicted"
#> [8083] "True" "pattern" "outworn"
#> [8086] "Faced" "lending" "Stripped"
#> [8089] "lure" "exhortations" "pleading"
#> [8092] "tearfully" "self-seekers" "seats"
#> [8095] "Happiness" "thrill" "mad"
#> [8098] "chase" "ministered" "Recognition"
#> [8101] "falsity" "likeness" "callous"
#> [8104] "Small" "thrives" "Restoration"
#> [8107] "ethics" "asks" "primary"
#> [8110] "unsolvable" "recruiting" "treating"
#> [8113] "reorganize" "overbalance" "engaging"
#> [8116] "helped" "output" "realistically"
#> [8119] "tragedy" "foreclosure" "drastically"
#> [8122] "unifying" "uneconomical" "planning"
#> [8125] "talking" "detailed" "outgo"
#> [8128] "spare" "basic" "guides"
#> [8131] "narrowly" "nationalistic" "interdependence"
#> [8134] "pioneer" "neighbor" "agreements"
#> [8137] "pledging" "evoked" "dedicated"
#> [8140] "image" "superbly" "stress"
#> [8143] "undelayed" "courses" "befit"
#> [8146] "warm" "rounded" "single-minded"
#> [8149] "drive" "profaned" "stagnation"
#> [8152] "Instinctively" "ever-rising" "baffled"
#> [8155] "bewildered" "controls" "ruthless"
#> [8158] "blindly" "innate" "disasters"
#> [8161] "epidemics" "centuries" "fatalistic"
#> [8164] "hurricanes" "discovering" "chapter"
#> [8167] "book" "Constitutional" "chaos"
#> [8170] "objectives" "belied" "historic"
#> [8173] "holiday" "Nearly" "intricacies"
#> [8176] "lodging" "autocratic" "public's"
#> [8179] "legend" "shattered" "challenged"
#> [8182] "beaten" "patchwork" "job"
#> [8185] "secondhand" "relearned" "untruths"
#> [8188] "self-interest" "economics" "practicality"
#> [8191] "pays" "divides" "fashioning"
#> [8194] "unimagined" "morally" "worldly"
#> [8197] "elementary" "decencies" "formerly"
#> [8200] "condoned" "Hard-headedness" "hardheartedness"
#> [8203] "ever-richer" "ever-larger" "rediscovered"
#> [8206] "ahead" "Comfort" "says"
#> [8209] "Tarry" "Opportunism" "Timidity"
#> [8212] "Vitality" "Courage" "Mental"
#> [8215] "horizons" "gains" "Advance"
#> [8218] "goad" "Dulled" "irresponsibility"
#> [8221] "reappear" "symptoms" "portents"
#> [8224] "Prosperity" "tests" "persistence"
#> [8227] "fourth" "1933" "translated"
#> [8230] "spreading" "level" "subsistence"
#> [8233] "tens" "incomes" "pall"
#> [8236] "hangs" "labeled" "polite"
#> [8239] "productiveness" "one-third" "ill-housed"
#> [8242] "ill-clad" "ill-nourished" "proposes"
#> [8245] "superfluous" "aught" "Overwhelmingly"
#> [8248] "trustees" "uncorrupted" "cancers"
#> [8251] "reconsecrate" "long-cherished" "suddenly"
#> [8254] "individualists" "sit" "Washington's"
#> [8257] "weld" "Lincoln's" "happenings"
#> [8260] "rediscover" "inaction" "Lives"
#> [8263] "three-score" "mystical" "unexplained"
#> [8266] "surging" "wave" "ebbing"
#> [8269] "Eight" "decisively" "life's"
#> [8272] "three-way" "function" "Bill"
#> [8275] "Rights" "Prophets" "downfall"
#> [8278] "dire" "Democracy" "unhampered"
#> [8281] "enlists" "infinite" "invigorated"
#> [8284] "rested" "understands" "narrowing"
#> [8287] "hit" "mostly" "aspiration"
#> [8290] "permeated" "Magna" "Charta"
#> [8293] "Americas" "impact" "irresistible"
#> [8296] "tongues" "Mayflower" "Compact"
#> [8299] "Gettysburg" "Address" "longings"
#> [8302] "sprang" "stature" "clarity"
#> [8305] "undeserved" "self-serving" "clothe"
#> [8308] "feed" "instruct" "inform"
#> [8311] "killed" "Nation's" "constricted"
#> [8314] "perished" "unnoticed" "Capital"
#> [8317] "48" "counties" "towns"
#> [8320] "villages" "enslaved" "story"
#> [8323] "prophecy" "1941" "smothered"
#> [8326] "strove" "valiantly" "triumphantly"
#> [8329] "Vice" "America's" "faintness"
#> [8332] "schoolmaster" "Dr" "Peabody"
#> [8335] "untroubled" "Things" "smoothly"
#> [8338] "downward" "trend" "peaks"
#> [8341] "colors" "1945" "ostriches"
#> [8344] "dogs" "manger" "Emerson"
#> [8347] "stout" "blows" "anguished"
#> [8350] "challenges" "brutal" "attacks"
#> [8353] "frightful" "arrived" "equals"
#> [8356] "like-minded" "regime" "adheres"
#> [8359] "purports" "Misled" "deceit"
#> [8362] "communism" "Communism" "inalienable"
#> [8365] "chattel" "People" "Communist"
#> [8368] "hostilities" "weapon" "Almost"
#> [8371] "company" "16" "cooperative"
#> [8374] "invigorate" "forefront" "defeatism"
#> [8377] "losing" "Hundreds" "partners"
#> [8380] "survival" "emphasize" "unfaltering"
#> [8383] "Second" "programs" "Economic"
#> [8386] "Third" "freedom-loving" "Charter"
#> [8389] "pact" "Rio" "de"
#> [8392] "Janeiro" "participating" "equipment"
#> [8395] "Fourth" "embark" "underdeveloped"
#> [8398] "areas" "misery" "victims"
#> [8401] "primitive" "stagnant" "handicap"
#> [8404] "pre-eminent" "techniques" "imponderable"
#> [8407] "technical" "peace-loving" "store"
#> [8410] "needing" "clothing" "housing"
#> [8413] "mechanical" "pool" "technological"
#> [8416] "welcomed" "specialized" "worldwide"
#> [8419] "developments" "Guarantees" "investor"
#> [8422] "envisage" "concepts" "fair-dealing"
#> [8425] "Greater" "vitalizing" "oppressors"
#> [8428] "hunger" "Slowly" "weaving"
#> [8431] "propaganda" "Events" "surpass"
#> [8434] "Steadfast" "begin" "uttering"
#> [8437] "bow" "beseeching" "Thou"
#> [8440] "Give" "Thy" "Amen"
#> [8443] "midway" "massed" "swearing"
#> [8446] "testimony" "century's" "Masses"
#> [8449] "bloodiest" "Thrones" "toppled"
#> [8452] "empires" "recurring" "summit"
#> [8455] "unmatched" "Seeking" "Argonne"
#> [8458] "Iwo" "Jima" "cold"
#> [8461] "Korea" "rush" "quest"
#> [8464] "beseech" "scan" "signs"
#> [8467] "wit" "pilgrimage" "nearing"
#> [8470] "night" "closing" "preoccupations"
#> [8473] "absorbing" "livelihood" "surpasses"
#> [8476] "brightest" "sharpest" "Oceans"
#> [8479] "colossal" "Disease" "imperiled"
#> [8482] "amass" "sweats" "Science"
#> [8485] "erase" "planet" "deathless"
#> [8488] "furnaces" "ledgers" "lathes"
#> [8491] "pick" "heal" "sick"
#> [8494] "corn" "profitably" "draft"
#> [8497] "legislators" "asserts" "productivity"
#> [8500] "warns" "brothers" "betrays"
#> [8503] "turbulence" "precepts" "documents"
#> [8506] "god" "tutor" "defies"
#> [8509] "slightly" "philosophies" "strikes"
#> [8512] "churches" "magic" "pitted"
#> [8515] "lightness" "binds" "grower"
#> [8518] "rice" "Burma" "planter"
#> [8521] "wheat" "Iowa" "shepherd"
#> [8524] "Italy" "mountaineer" "Andes"
#> [8527] "dies" "Indo-China" "Malaya"
#> [8530] "solitude" "surpluses" "applies"
#> [8533] "thousand-fold" "intensity" "truculence"
#> [8536] "spasmodic" "helpless" "stanch"
#> [8539] "1" "Abhorring" "balk"
#> [8542] "deter" "preying" "aimed"
#> [8545] "logically" "2" "decency"
#> [8548] "appeasement" "placate" "aggressor"
#> [8551] "bargain" "soldier's" "pack"
#> [8554] "prisoner's" "3" "Knowing"
#> [8557] "4" "Honoring" "impress"
#> [8560] "5" "Assessing" "capacities"
#> [8563] "6" "Recognizing" "impoverishment"
#> [8566] "7" "Appreciating" "combine"
#> [8569] "regional" "groupings" "enthusiastically"
#> [8572] "unitedly" "marshals" "cultural"
#> [8575] "8" "Conceiving" "indivisible"
#> [8578] "insinuation" "expendable" "9"
#> [8581] "sign" "symbol" "tire"
#> [8584] "entrust" "proficiency" "stamina"
#> [8587] "loses" "abstractions" "generate"
#> [8590] "define" "Patriotism" "equipped"
#> [8593] "citizenry" "Moral" "Love"
#> [8596] "scientists" "plays" "role"
#> [8599] "enrichment" "winning" "preach"
#> [8602] "deed" "compassion" "signifies"
#> [8605] "stilling" "easing" "haven"
#> [8608] "beckons" "bravery" "Price"
#> [8611] "Chairman" "Speaker" "testifying"
#> [8614] "fashion" "deepest" "self-righteousness"
#> [8617] "self" "abound" "crowds"
#> [8620] "rails" "skies" "rings"
#> [8623] "song" "rolling" "mills"
#> [8626] "blast" "dynamos" "dams"
#> [8629] "bountiful" "deserts" "Africa"
#> [8632] "third" "grinding" "Across"
#> [8635] "billion" "desperation" "skills"
#> [8638] "escapes" "Germany" "tragically"
#> [8641] "divisive" "strives" "capture"
#> [8644] "exploit" "hungry" "fierce"
#> [8647] "readiness" "bondage" "struck"
#> [8650] "sharp" "thrust" "lightning"
#> [8653] "Budapest" "shining" "yearning"
#> [8656] "harshly" "blow" "backs"
#> [8659] "weapons" "tense" "unstable"
#> [8662] "invoked" "comprehending" "Splendid"
#> [8665] "knows" "spark" "flames"
#> [8668] "involvement" "Middle" "cultures"
#> [8671] "sharing" "impossibility" "fortress"
#> [8674] "lone" "shelter" "prison"
#> [8677] "rightness" "stranger" "Everywhere"
#> [8680] "seeds" "fired" "longing"
#> [8683] "needy" "Sovereignty" "bartered"
#> [8686] "captive" "warmth" "tormented"
#> [8689] "Russia" "fuller" "trembling"
#> [8692] "shoulders" "brightly" "Johnson"
#> [8695] "Eisenhower" "Nixon" "Truman"
#> [8698] "reverend" "clergy" "celebration"
#> [8701] "symbolizing" "signifying" "forebears"
#> [8704] "l" "beliefs" "torch"
#> [8707] "undoing" "hardship" "origins"
#> [8710] "odds" "split" "replaced"
#> [8713] "foolishly" "riding" "tiger"
#> [8716] "ended" "inside" "huts"
#> [8719] "Communists" "casting" "prey"
#> [8722] "subversion" "outpaced" "invective"
#> [8725] "writ" "unleashed" "engulf"
#> [8728] "planned" "accidental" "self-destruction"
#> [8731] "overburdened" "deadly" "atom"
#> [8734] "racing" "uncertain" "stays"
#> [8737] "civility" "negotiate" "explore"
#> [8740] "belaboring" "formulate" "wonders"
#> [8743] "terrors" "Together" "conquer"
#> [8746] "eradicate" "tap" "corners"
#> [8749] "Isaiah" "undo" "beachhead"
#> [8752] "push" "100" "1,000"
#> [8755] "graves" "trumpet" "embattled"
#> [8758] "twilight" "tribulation" "forge"
#> [8761] "global" "glow" "decides"
#> [8764] "rocket" "moves" "Mars"
#> [8767] "reminds" "m" "span"
#> [8770] "secrets" "placing" "mastery"
#> [8773] "shaking" "uprooting" "Covenant"
#> [8776] "exile" "frightened" "Conceived"
#> [8779] "flourish" "Change" "hopeless"
#> [8782] "harvest" "healing" "miracles"
#> [8785] "unattended" "30" "vigilantly"
#> [8788] "saying" "tower" "surroundings"
#> [8791] "prideful" "Terrific" "spilled"
#> [8794] "barely" "heading" "child's"
#> [8797] "hanging" "stuck" "passengers"
#> [8800] "dot" "companions" "incredible"
#> [8803] "fragile" "wilderness" "Two"
#> [8806] "capitalist" "worker" "clerk"
#> [8809] "countryside" "shoulder" "learns"
#> [8812] "candle" "brightens" "reopen"
#> [8815] "rekindle" "hatreds" "transform"
#> [8818] "scar" "Belief" "changeless"
#> [8821] "battalion" "ants" "probing"
#> [8824] "falling" "tears" "harshest"
#> [8827] "Underneath" "clamor" "day's"
#> [8830] "someday" "awaited" "imagine"
#> [8833] "uncrossed" "desert" "unclimbed"
#> [8836] "sleeping" "unplowed" "Farewell"
#> [8839] "bend" "winding" "sorrowful"
#> [8842] "November" "1963" "Senator"
#> [8845] "Dirksen" "Humphrey" "fleeting"
#> [8848] "unique" "decades" "Forces"
#> [8851] "converging" "spiraling" "200th"
#> [8854] "millennium" "choices" "peacemaker"
#> [8857] "onto" "dawn" "mastered"
#> [8860] "strides" "broadly" "passionately"
#> [8863] "strengths" "Franklin" "Delano"
#> [8866] "Roosevelt" "ravaged" "gripped"
#> [8869] "surveying" "ragged" "moon"
#> [8872] "raucous" "caught" "torn"
#> [8875] "empty" "waiting" "Greatness"
#> [8878] "trappings" "inflated" "rhetoric"
#> [8881] "angry" "fans" "bombastic"
#> [8884] "postures" "persuading" "shouting"
#> [8887] "quiet" "anguish" "despaired"
#> [8890] "catch" "spent" "goals"
#> [8893] "rebuilding" "rural" "enhancing"
#> [8896] "pres" "urgently" "asleep"
#> [8899] "match" "enlisted" "importantly"
#> [8902] "headlines" "newspaper" "journal"
#> [8905] "cathedral" "reaches" "caring"
#> [8908] "uninspiring" "adventure" "exciting"
#> [8911] "shares" "ensure" "confrontation"
#> [8914] "adversaries" "enriching" "worlds"
#> [8917] "tempted" "Over" "freshman"
#> [8920] "Congressman" "visited" "prolonged"
#> [8923] "homeless" "grief" "son"
#> [8926] "ideology" "message" "wings"
#> [8929] "weeks" "Apollo" "astronauts"
#> [8932] "flew" "moon's" "gray"
#> [8935] "Christmas" "Eve" "lunar"
#> [8938] "poet" "Archibald" "MacLeish"
#> [8941] "blue" "riders" "loveliness"
#> [8944] "perspective" "divisible" "telling"
#> [8947] "cosmos" "dimness" "rays"
#> [8950] "curse" "chalice" "gladness"
#> [8953] "steadfast" "Cook" "Mrs"
#> [8956] "bleak" "seemingly" "endless"
#> [8959] "postwar" "revitalize" "friendships"
#> [8962] "missions" "Peking" "Moscow"
#> [8965] "initiatives" "1972" "II"
#> [8968] "flimsy" "interlude" "nuclear"
#> [8971] "walls" "bridges" "cleaner"
#> [8974] "livable" "shift" "condescending"
#> [8977] "responsibly" "locate" "frustration"
#> [8980] "erode" "shirking" "longest"
#> [8983] "parents" "creativity" "steadfastness"
#> [8986] "break-through" "embarking" "hallowed"
#> [8989] "birthday" "beacon" "striving"
#> [8992] "outward" "attest" "inner"
#> [8995] "teacher" "Miss" "Julia"
#> [8998] "Coleman" "unchanging" "timeless"
#> [9001] "prophet" "Micah" "hath"
#> [9004] "O" "milestone" "spirituality"
#> [9007] "self-" "exceptional" "exemplify"
#> [9010] "laugh" "endures" "resurgent"
#> [9013] "despise" "magnificently" "prize"
#> [9016] "grasp" "drift" "mediocrity"
#> [9019] "compassionate" "persecute" "boldness"
#> [9022] "emulation" "earns" "politically"
#> [9025] "craving" "sun" "Tapping"
#> [9028] "arsenal" "vulnerable" "marshaled"
#> [9031] "idealistic" "confuse" "clearcut"
#> [9034] "intimidate" "inhospitable" "massive"
#> [9037] "perseverance" "elimination" "purposeful"
#> [9040] "rekindling" "basi" "ensured"
#> [9043] "affirmation" "ever-expanding" "Hatfield"
#> [9046] "Bush" "Mondale" "Baker"
#> [9049] "O'Neill" "Reverend" "Moomaw"
#> [9052] "commonplace" "occurrence" "routinely"
#> [9055] "every-4-year" "continuity" "affliction"
#> [9058] "proportions" "distorts" "penalizes"
#> [9061] "crushes" "fixed-income" "elderly"
#> [9064] "shatter" "Idle" "workers"
#> [9067] "causing" "indignity" "spending"
#> [9070] "mortgaging" "guarantee" "borrowing"
#> [9073] "bastion" "self-rule" "elite"
#> [9076] "someone" "solutions" "singled"
#> [9079] "neglected" "ethnic" "crosses"
#> [9082] "patrol" "streets" "professionals"
#> [9085] "industrialists" "shopkeepers" "clerks"
#> [9088] "cabbies" "truckdrivers" "breed"
#> [9091] "administration's" "provides" "Putting"
#> [9094] "Ending" "inflation" "freeing"
#> [9097] "runaway" "core" "inventory"
#> [9100] "curb" "ride" "smother"
#> [9103] "proportionate" "loomed" "don't"
#> [9106] "handful" "entrepreneurs" "jobs"
#> [9109] "makeup" "confronting" "yes"
#> [9112] "paraphrase" "Winston" "Churchill"
#> [9115] "roadblocks" "slowed" "Steps"
#> [9118] "inches" "miles" "reawaken"
#> [9121] "punitive" "priorities" "Founding"
#> [9124] "Fathers" "Joseph" "Warren"
#> [9127] "Massachusetts" "exemplar" "misunderstood"
#> [9130] "misjudged" "today's" "terrorism"
#> [9133] "meetings" "Inauguration" "Day"
#> [9136] "Front" "vista" "city's"
#> [9139] "mall" "shrines" "giants"
#> [9142] "Directly" "monument" "monumental"
#> [9145] "George" "nationhood" "Off"
#> [9148] "stately" "memorial" "Thomas"
#> [9151] "eloquence" "Reflecting" "Pool"
#> [9154] "columns" "Memorial" "heroism"
#> [9157] "Potomac" "sloping" "Arlington"
#> [9160] "Cemetery" "row" "markers"
#> [9163] "Stars" "David" "tiny"
#> [9166] "fraction" "hero" "Belleau"
#> [9169] "Wood" "Omaha" "Beach"
#> [9172] "Salerno" "halfway" "Guadalcanal"
#> [9175] "Tarawa" "Pork" "Chop"
#> [9178] "Hill" "Chosin" "Reservoir"
#> [9181] "paddies" "jungles" "Vietnam"
#> [9184] "marker" "barber" "1917"
#> [9187] "famed" "Rainbow" "battalions"
#> [9190] "diary" "flyleaf" "Pledge"
#> [9193] "depended" "Martin" "Treptow"
#> [9196] "shouldn't" "Mathias" "Burger"
#> [9199] "Dole" "Clergy" "brighter"
#> [9202] "John" "Stennis" "Representative"
#> [9205] "Gillis" "Moment" "50th"
#> [9208] "horseback" "untamed" "13"
#> [9211] "60" "cry" "journeyed"
#> [9214] "Moon" "Voices" "backward"
#> [9217] "yielded" "belonged" "rob"
#> [9220] "machine" "1980" "Tax"
#> [9223] "dramatically" "vibrant" "climb"
#> [9226] "we'll" "restated" "government's"
#> [9229] "grip" "meaningful" "technologies"
#> [9232] "totalitarian" "sunlight" "poised"
#> [9235] "reborn" "two-party" "Boston"
#> [9238] "lawyer" "Adams" "Hall"
#> [9241] "dared" "rivals" "1800"
#> [9244] "retired" "softened" "anger"
#> [9247] "reestablished" "1826" "sunset"
#> [9250] "wrote" "Laboring" "oar"
#> [9253] "rode" "well-intentioned" "sending"
#> [9256] "futile" "bloated" "Establishment"
#> [9259] "prescription" "reelected" "1984"
#> [9262] "vindicated" "25" "straight"
#> [9265] "incentives" "unleash" "entrepreneurial"
#> [9268] "simplify" "music" "poetry"
#> [9271] "dynamic" "tool" "budget"
#> [9274] "deficits" "reckoning" "staff"
#> [9277] "freezing" "started" "handled"
#> [9280] "upgrade" "infirm" "disadvantaged"
#> [9283] "cared" "installed" "heartening"
#> [9286] "scorn" "Soviet" "buildup"
#> [9289] "awesome" "capability" "wavering"
#> [9292] "discussing" "Soviets" "retaliate"
#> [9295] "kill" "killing" "missiles"
#> [9298] "target" "wouldn't" "militarize"
#> [9301] "demilitarize" "obsolete" "hoping"
#> [9304] "rid" "heartened" "democracies"
#> [9307] "fourfold" "self-determination" "freedom's"
#> [9310] "staunchest" "lit" "transcends"
#> [9313] "ribbon" "unfurling" "hadn't"
#> [9316] "gotten" "echoes" "knees"
#> [9319] "snow" "Valley" "Forge"
#> [9322] "lonely" "paces" "ponders"
#> [9325] "Alamo" "settler" "pushes"
#> [9328] "sings" "fills" "unknowing"
#> [9331] "big-hearted" "daring" "That's"
#> [9334] "sing" "Quayle" "Mitchell"
#> [9337] "Wright" "Michael" "Reagan"
#> [9340] "200" "Bicentennial" "gladdened"
#> [9343] "concrete" "stunning" "democracy's"
#> [9346] "porch" "suspended" "Heavenly"
#> [9349] "Accept" "yields" "Make"
#> [9352] "Use" "Help" "breeze"
#> [9355] "blowing" "blown" "lifeless"
#> [9358] "tree" "thick" "fog"
#> [9361] "mists" "reveal" "what's"
#> [9364] "invent" "saint" "crucial"
#> [9367] "loudly" "enthralled" "appreciative"
#> [9370] "bigger" "car" "stayed"
#> [9373] "quieter" "silk" "finer"
#> [9376] "kinder" "gentler" "roaming"
#> [9379] "enslavement" "addiction" "drugs"
#> [9382] "demoralization" "slums" "rough"
#> [9385] "can't" "choosing" "wallet"
#> [9388] "allocating" "engagement" "activism"
#> [9391] "hands-on" "gets" "harnessing"
#> [9394] "unfocused" "stewardship" "organizations"
#> [9397] "rewarding" "White" "pitching"
#> [9400] "thrashed" "fiscally" "dissension"
#> [9403] "divisiveness" "other's" "untrusting"
#> [9406] "cleaves" "sundered" "bipartisanship"
#> [9409] "Majority" "Leader" "clocks"
#> [9412] "water's" "edge" "didn't"
#> [9415] "bicker" "vow" "reluctant"
#> [9418] "fist" "unaccounted" "Assistance"
#> [9421] "spiral" "endlessly" "marble"
#> [9424] "compliment" "subtlety" "understandable"
#> [9427] "salute" "hymns" "continuum"
#> [9430] "inescapably" "kite" "prince"
#> [9433] "pope" "window" "yearn"
#> [9436] "easy-" "goingness" "attitudes"
#> [9439] "cocaine" "smuggled" "bacteria"
#> [9442] "hurt" "flaws" "drama"
#> [9445] "trumpets" "pages" "hopefulness"
#> [9448] "unfolds" "Thank" "mystery"
#> [9451] "depth" "winter" "reinvent"
#> [9454] "American's" "half-century" "fascism"
#> [9457] "Cold" "warmed" "sunshine"
#> [9460] "plagues" "Raised" "unrivalled"
#> [9463] "inherit" "inequality" "news"
#> [9466] "travelled" "boat" "sights"
#> [9469] "sounds" "broadcast" "instantaneously"
#> [9472] "tobillions" "Communications" "Investment"
#> [9475] "mobile" "Technology" "magical"
#> [9478] "Profound" "remaking" "harder"
#> [9481] "devastates" "bankrupt" "robs"
#> [9484] "drifted" "drifting" "eroded"
#> [9487] "fractured" "fearsome" "restless"
#> [9490] "questing" "Depression" "mustered"
#> [9493] "construct" "dramatic" "envy"
#> [9496] "deadlock" "invest" "sleep"
#> [9499] "Posterity" "borrowed" "expecting"
#> [9502] "capitol" "maneuver" "worry"
#> [9505] "paves" "persistent" "experimentation"
#> [9508] "tomorrows" "yesterdays" "AIDS"
#> [9511] "passes" "Communism's" "Clearly"
#> [9514] "rebuilds" "defied" "Persian"
#> [9517] "Somalia" "testament" "congress"
#> [9520] "presidency" "Yes" "WE"
#> [9523] "ALL" "president" "THIS"
#> [9526] "YOUNG" "reconnecting" "Enough"
#> [9529] "rededicate" "ennobled" "myriad"
#> [9532] "infused" "21st" "Century"
#> [9535] "Scripture" "well-doing" "reap"
#> [9538] "faint" "joyful" "mountaintop"
#> [9541] "presidential" "Guided" "18th"
#> [9544] "19th" "exploded" "mightiest"
#> [9547] "longed" "Along" "explored"
#> [9550] "heavens" "computer" "microchip"
#> [9553] "deepened" "wellspring" "harness"
#> [9556] "Industrial" "Information" "Age"
#> [9559] "vowed" "exhilarated" "Once"
#> [9562] "thriving" "educational" "Problems"
#> [9565] "deepen" "flexible" "tools"
#> [9568] "hiring" "rolls" "shuttered"
#> [9571] "windows" "reclaim" "gangs"
#> [9574] "targets" "Prejudice" "cloaked"
#> [9577] "fuel" "fanaticism" "torment"
#> [9580] "obsessions" "cripple" "robbing"
#> [9583] "succumb" "impulses" "texture"
#> [9586] "Godsend" "Internet" "physicists"
#> [9589] "encyclopedia" "schoolchildren" "Scientists"
#> [9592] "decoding" "blueprint" "Cures"
#> [9595] "illnesses" "camps" "Growing"
#> [9598] "connections" "dictatorship" "stained"
#> [9601] "legacy" "resounding" "citizen's"
#> [9604] "prized" "igniting" "classroom"
#> [9607] "library" "Parents" "kitchen"
#> [9610] "college" "echo" "laughter"
#> [9613] "shoot" "anymore" "Everyone"
#> [9616] "tomorrow's" "medicine" "hardworking"
#> [9619] "chemical" "biological" "Ports"
#> [9622] "airports" "meets" "grandparents"
#> [9625] "grandchildren" "fortifies" "water"
#> [9628] "louder" "realizing" "Thirty-four"
#> [9631] "Mall" "Luther" "King's"
#> [9634] "Dream" "ceaseless" "redeem"
#> [9637] "bickering" "deplore" "repairers"
#> [9640] "breach" "Cardinal" "Bernardin"
#> [9643] "acrimony" "bridge" "Clinton"
#> [9646] "guests" "Gore" "grace"
#> [9649] "humbled" "slave-holding" "flawed"
#> [9652] "fallible" "grandest" "insignificant"
#> [9655] "halted" "raging" "seed"
#> [9658] "wind" "root" "inborn"
#> [9661] "225" "hidden" "backgrounds"
#> [9664] "immigrant" "matches" "forgiveness"
#> [9667] "stakes" "debates" "Civility"
#> [9670] "tactic" "cynicism" "courageous"
#> [9673] "apathy" "Security" "Medicare"
#> [9676] "sparing" "momentum" "favors"
#> [9679] "arrogance" "Abandonment" "proliferation"
#> [9682] "prisons" "hurts" "mentor's"
#> [9685] "pastor's" "synagogue" "mosque"
#> [9688] "traveler" "Jericho" "Encouraging"
#> [9691] "scapegoats" "options" "uncounted"
#> [9694] "unhonored" "missing" "statesman"
#> [9697] "Page" "rides" "whirlwind"
#> [9700] "directs" "accumulate" "themes"
#> [9703] "story's" "eternity" "tiring"
#> [9706] "finishing" "Cheney" "Carter"
#> [9709] "Members" "\\" "nOn"
#> [9712] "consequential" "shipwreck" "sabbatical"
#> [9715] "vulnerability" "simmer" "resentment"
#> [9718] "prone" "ideologies" "murder"
#> [9721] "multiply" "tyrants" "Advancing"
#> [9724] "ending" "style" "threats"
#> [9727] "eternally" "pretend" "jailed"
#> [9730] "dissidents" "humiliation" "aspires"
#> [9733] "bullies" "grudging" "dictators"
#> [9736] "dissent" "swiftest" "odd"
#> [9739] "surprised" "Eventually" "hopelessness"
#> [9742] "ignore" "reformers" "repression"
#> [9745] "outlaw" "regimes" "Start"
#> [9748] "concerted" "prelude" "liberating"
#> [9751] "kindles" "burns" "darkest"
#> [9754] "hardest" "deaths" "youngest"
#> [9757] "yourself" "unfinished" "motivated"
#> [9760] "Homestead" "GI" "widen"
#> [9763] "businesses" "insurance" "relies"
#> [9766] "edifice" "Sinai" "Sermon"
#> [9769] "Mount" "Koran" "reaffirming"
#> [9772] "unwanted" "racism" "baggage"
#> [9775] "viewpoint" "Did" "background"
#> [9778] "healed" "eventual" "runs"
#> [9781] "wheels" "inevitability" "Founders"
#> [9784] "ebb" "Bell" "rang"
#> [9787] "proclaims" "Renewed" "Forty-four"
#> [9790] "tides" "storms" "forbearers"
#> [9793] "network" "badly" "greed"
#> [9796] "Homes" "indicators" "data"
#> [9799] "measurable" "sapping" "nagging"
#> [9802] "grievances" "recriminations" "worn-out"
#> [9805] "dogmas" "strangled" "childish"
#> [9808] "shortcuts" "faint-hearted" "leisure"
#> [9811] "pleasures" "risk-takers" "doers"
#> [9814] "makers" "things'some" "rugged"
#> [9817] "towards" "packed" "toiled"
#> [9820] "sweatshops" "whip" "plowed"
#> [9823] "Concord" "Normandy" "Khe"
#> [9826] "Sahn" "struggled" "pat"
#> [9829] "unpleasant" "Starting" "dust"
#> [9832] "grids" "digital" "wield"
#> [9835] "technology's" "care's" "cars"
#> [9838] "imagination" "cynics" "shifted"
#> [9841] "stale" "helps" "dollars"
#> [9844] "spin" "Gross" "Domestic"
#> [9847] "Product" "expedience's" "village"
#> [9850] "father" "Recall" "tanks"
#> [9853] "please" "emanates" "justness"
#> [9856] "tempering" "keepers" "Iraq"
#> [9859] "hard-earned" "Afghanistan" "tirelessly"
#> [9862] "roll" "specter" "warming"
#> [9865] "apologize" "waver" "inducing"
#> [9868] "slaughtering" "innocents" "outlast"
#> [9871] "Muslims" "Jews" "Hindus"
#> [9874] "non-believers" "tasted" "swill"
#> [9877] "segregation" "ushering" "Muslim"
#> [9880] "sow" "blame" "society's"
#> [9883] "silencing" "unclench" "alongside"
#> [9886] "nourish" "starved" "whisper"
#> [9889] "guardians" "levees" "selflessness"
#> [9892] "firefighter's" "stairway" "smoke"
#> [9895] "parent's" "grudgingly" "restaurant"
#> [9898] "coldest" "huddled" "campfires"
#> [9901] "icy" "outcome" "horizon"
#> [9904] "Biden" "skin" "tenets"
#> [9907] "articulated" "self-evident" "never-ending"
#> [9910] "they've" "self-executing" "mob"
#> [9913] "entrusting" "half-slave" "half-free"
#> [9916] "train" "hazards" "misfortune"
#> [9919] "relinquished" "skepticism" "succumbed"
#> [9922] "constants" "responses" "freedoms"
#> [9925] "muskets" "militias" "math"
#> [9928] "teachers" "equip" "networks"
#> [9931] "labs" "steeled" "resilience"
#> [9934] "decade" "reinvention" "bleakest"
#> [9937] "anybody" "technology" "remake"
#> [9940] "revamp" "Code" "empower"
#> [9943] "investing" "disability" "lucky"
#> [9946] "illness" "Medicaid" "takers"
#> [9949] "devastating" "crippling" "drought"
#> [9952] "sustainable" "cede" "crop"
#> [9955] "snow-capped" "seared" "naive"
#> [9958] "durably" "marginalized" "describes"
#> [9961] "Seneca" "Falls" "Selma"
#> [9964] "Stonewall" "sung" "unsung"
#> [9967] "footprints" "preacher" "King"
#> [9970] "inextricably" "generation's" "pioneers"
#> [9973] "daughters" "gay" "sisters"
#> [9976] "students" "workforce" "expelled"
#> [9979] "Detroit" "Appalachia" "lanes"
#> [9982] "Newtown" "contour" "centuries-long"
#> [9985] "absolutism" "name-calling" "reasoned"
#> [9988] "40" "400" "Philadelphia"
#> [9991] "hall" "realizes" "waves"
#> [9994] "Roberts" "Obama" "rebuild"
#> [9997] "hardships" "Lady" "Michelle"
#> [10000] "Today's" "transferring" "DC"
#> [10003] "reaped" "Politicians" "starting"
#> [10006] "2017" "listening" "likes"
#> [10009] "neighborhoods" "trapped" "rusted-out"
#> [10012] "tombstones" "landscape" "flush"
#> [10015] "stolen" "robbed" "unrealized"
#> [10018] "carnage" "stops" "we've"
#> [10021] "subsidized" "allowing" "sad"
#> [10024] "depletion" "trillions" "overseas"
#> [10027] "infrastructure" "disrepair" "We've"
#> [10030] "ripped" "redistributed" "issuing"
#> [10033] "it's" "ravages" "stealing"
#> [10036] "Protection" "tunnels" "hire"
#> [10039] "goodwill" "shine" "reinforce"
#> [10042] "Islamic" "bedrock" "disagreements"
#> [10045] "solidarity" "unstoppable" "politicians"
#> [10048] "complaining" "arrives" "mysteries"
#> [10051] "brown" "bleed" "red"
#> [10054] "Flag" "urban" "sprawl"
#> [10057] "windswept" "Nebraska" "almighty"
#> [10060] "ignored" "Harris" "Pelosi"
#> [10063] "Schumer" "McConnell" "Pence"
#> [10066] "crucible" "heeded" "shake"
#> [10069] "Capitol's" "uniquely" "optimistic"
#> [10072] "bottom" "urgency" "Few"
#> [10075] "challenging" "we're" "once-in-a-century"
#> [10078] "virus" "silently" "stalks"
#> [10081] "It's" "Millions" "extremism"
#> [10084] "elusive" "Unity" "Year's"
#> [10087] "1863" "Emancipation" "Proclamation"
#> [10090] "pen" "Bringing" "Uniting"
#> [10093] "uniting" "Anger" "Extremism"
#> [10096] "joblessness" "Important" "fantasy"
#> [10099] "ugly" "nativism" "demonization"
#> [10102] "perennial" "Victory" "/"
#> [10105] "11" "setbacks" "temperature"
#> [10108] "Hear" "See" "Show"
#> [10111] "Politics" "disagreement" "doesn't"
#> [10114] "manipulated" "dome" "hung"
#> [10117] "108" "protestors" "block"
#> [10120] "marching" "swearing-in" "Kamala"
#> [10123] "Don't" "riotous" "guardrails"
#> [10126] "Disagreement" "Saint" "Augustine"
#> [10129] "Dignity" "Respect" "Honor"
#> [10132] "Lies" "trepidation" "inward"
#> [10135] "distrusting" "uncivil" "pits"
#> [10138] "versus" "hardening" "person's"
#> [10141] "shoes" "accounting" "toughest"
#> [10144] "deadliest" "pandemic" "weeping"
#> [10147] "morning" "yesterday's" "partner"
#> [10150] "400,000" "husbands" "co-workers"
#> [10153] "testing" "inequity" "sting"
#> [10156] "systemic" "cascading" "Anthem"
#> [10159] "verse" "…" "thrived"
#> [10162] "forebearers" "Sustained" "Driven"