I decided for testing purposes to utilze the Tracts for the Times corpus we were given in class. I figured that this would be a great start in figuring out the mechanics of text mining in R.
Sys.setenv(NOAWT=TRUE)
library(tm)
## Loading required package: NLP
mycorpus <-Corpus(DirSource("/Users/rikku8221/Desktop/Text Mining in R/tracts-for-the-times copy/"))
Following the instructions in Fred’s Document Similarity in R, I was able to get Tracts for the Times into R with the punctuation and stopwords removed.
mycorpus <- tm_map(mycorpus, removePunctuation)
mycorpus <- tm_map(mycorpus, removeWords, stopwords("english"))
library("SnowballC")
require("SnowballC")
mycorpus <- tm_map(mycorpus, stemDocument)
mytdm <- TermDocumentMatrix(mycorpus)
mydtm <- DocumentTermMatrix(mycorpus, control = list(weighting = weightTfIdf, stopwords = TRUE))
Oh boy, here is where I went a little nuts. Given that the instructions told me to have fun, so I ran with it. I continued up to frequent terms of 500, just to see what was in this corpus. A lot.
findFreqTerms(mytdm, 5)
## [1] "100" "102" "107"
## [4] "113" "115" "120"
## [7] "140" "144" "1662"
## [10] "168" "1688" "16th"
## [13] "174" "17th" "189"
## [16] "1project" "1st" "2dli"
## [19] "2nd" "300" "4th"
## [22] "6th" "aaron" "abandon"
## [25] "abbot" "abbott" "abel"
## [28] "abhor" "abhorr" "abid"
## [31] "abideth" "abil" "abl"
## [34] "abod" "abolish" "abomin"
## [37] "abound" "abraham" "abridg"
## [40] "abroad" "abrog" "absenc"
## [43] "absent" "absolut" "absolv"
## [46] "absorb" "abstain" "abstin"
## [49] "abstract" "absurd" "abund"
## [52] "abus" "acced" "accept"
## [55] "access" "accid" "accident"
## [58] "accommod" "accompani" "accomplish"
## [61] "accord" "account" "accru"
## [64] "accumul" "accur" "accurs"
## [67] "accus" "accustom" "acknowledg"
## [70] "acquaint" "acquiesc" "acquir"
## [73] "act" "action" "activ"
## [76] "acts" "actual" "actuat"
## [79] "acut" "adam" "adapt"
## [82] "add" "addeth" "addit"
## [85] "address" "adduc" "adequ"
## [88] "adher" "adjoin" "adjust"
## [91] "administ" "administr" "admir"
## [94] "admiss" "admit" "admonish"
## [97] "admonit" "adopt" "ador"
## [100] "adorat" "adorn" "adulter"
## [103] "adulteri" "advanc" "advantag"
## [106] "advent" "adversari" "advert"
## [109] "advic" "advis" "advoc"
## [112] "aerius" "afar" "affair"
## [115] "affect" "affection" "affirm"
## [118] "affix" "afflict" "afford"
## [121] "aforesaid" "afraid" "africa"
## [124] "african" "after" "afternoon"
## [127] "afterward" "agag" "again"
## [130] "against" "age" "agenc"
## [133] "agent" "agniz" "ago"
## [136] "agre" "agreeabl" "agreement"
## [139] "agreeth" "aid" "aim"
## [142] "ainesewv" "air" "akin"
## [145] "ala" "alarm" "alas"
## [148] "albeit" "alexandria" "alexandrian"
## [151] "alien" "alik" "aliv"
## [154] "all" "alleg" "allegor"
## [157] "allegori" "allianc" "allot"
## [160] "allow" "allsuffici" "allud"
## [163] "allus" "alm" "almighti"
## [166] "almost" "alms" "alon"
## [169] "along" "aloud" "alphonsus"
## [172] "alreadi" "also" "altar"
## [175] "altari" "alter" "altern"
## [178] "although" "altogeth" "alway"
## [181] "amalgam" "ambassador" "ambigu"
## [184] "ambiti" "ambrose" "amen"
## [187] "amend" "amenpp" "america"
## [190] "american" "amiabl" "amid"
## [193] "amiss" "among" "amongst"
## [196] "amount" "ampl" "ampli"
## [199] "amus" "analog" "analys"
## [202] "anamnhsiv" "anania" "anathema"
## [205] "anathemat" "ancient" "and"
## [208] "andrew" "anew" "angel"
## [211] "anger" "anglican" "angri"
## [214] "anim" "annex" "annihil"
## [217] "anniversari" "annot" "announc"
## [220] "annul" "annunciat" "anoint"
## [223] "anoth" "another" "ans"
## [226] "answer" "ant" "anteced"
## [229] "antichrist" "antichristian" "anticip"
## [232] "antient" "antioch" "antiochus"
## [235] "antiphon" "antiq" "antiqu"
## [238] "antiquiti" "antityp" "anxieti"
## [241] "anxious" "anyon" "anyth"
## [244] "apart" "apocalyps" "apocryph"
## [247] "apocrypha" "apol" "apolog"
## [250] "apost" "apostasi" "apostat"
## [253] "apostl" "apostol" "apostolical"
## [256] "appar" "appeal" "appear"
## [259] "appeareth" "appeas" "appel"
## [262] "appendix" "appertain" "appetit"
## [265] "appli" "applic" "appoint"
## [268] "appreci" "apprehend" "apprehens"
## [271] "approach" "approb" "appropri"
## [274] "approv" "approxim" "apt"
## [277] "apud" "arbitrari" "arc"
## [280] "arcani" "arch" "archangel"
## [283] "archbishop" "archdeacon" "ardent"
## [286] "are" "argu" "argument"
## [289] "arian" "arianism" "aright"
## [292] "aris" "arisen" "aristotl"
## [295] "arius" "ark" "arm"
## [298] "armi" "arminian" "aros"
## [301] "around" "arrang" "arrest"
## [304] "arriv" "arrog" "art"
## [307] "articl" "artific" "ascend"
## [310] "ascens" "ascension" "ascertain"
## [313] "ascrib" "ash" "asham"
## [316] "asia" "asid" "ask"
## [319] "asleep" "aspect" "ass"
## [322] "assail" "assault" "assembl"
## [325] "assent" "assert" "assign"
## [328] "assist" "associ" "assum"
## [331] "assumpt" "assur" "astonish"
## [334] "astray" "astronom" "asund"
## [337] "ate" "athanasian" "athanasius"
## [340] "atheism" "aton" "atonement"
## [343] "attach" "attack" "attain"
## [346] "attempt" "attend" "attent"
## [349] "attest" "attract" "attribut"
## [352] "aug" "aught" "augment"
## [355] "august" "augustin" "auster"
## [358] "austin" "aut" "authent"
## [361] "author" "authoris" "authorit"
## [364] "avail" "avaric" "ave"
## [367] "aveng" "avers" "avert"
## [370] "avoid" "avow" "await"
## [373] "awak" "awaken" "awar"
## [376] "away" "awe" "axe"
## [379] "babe" "babylon" "back"
## [382] "backward" "bad" "badg"
## [385] "balaam" "band" "banish"
## [388] "banquet" "baptism" "baptist"
## [391] "baptiz" "bar" "barbar"
## [394] "barbarian" "bare" "barley"
## [397] "barnaba" "barren" "barrow"
## [400] "bartholomew" "base" "basi"
## [403] "basil" "basl" "bath"
## [406] "batho" "battl" "bear"
## [409] "beast" "beat" "beaten"
## [412] "beatitud" "beauti" "becam"
## [415] "becaus" "becom" "bed"
## [418] "bede" "befal" "befit"
## [421] "befor" "beforehand" "beg"
## [424] "began" "begin" "begotten"
## [427] "begun" "behalf" "behav"
## [430] "behaviour" "beheld" "behind"
## [433] "behold" "behov" "belief"
## [436] "believ" "believeth" "bell"
## [439] "bellarmin" "belong" "belov"
## [442] "bene" "beneath" "benedict"
## [445] "benedictin" "benefactor" "benefici"
## [448] "benefit" "benevol" "bent"
## [451] "berengarius" "bernard" "bertram"
## [454] "beseech" "beset" "besid"
## [457] "besought" "best" "bestow"
## [460] "betak" "bethlehem" "betoken"
## [463] "betray" "better" "betwixt"
## [466] "beveridg" "bewar" "beyond"
## [469] "bibl" "bid" "bidden"
## [472] "bigot" "bind" "bingham"
## [475] "bird" "birth" "birthright"
## [478] "bishop" "bishoprick" "bit"
## [481] "bitter" "black" "blame"
## [484] "blameabl" "blasphem" "blasphemi"
## [487] "bleed" "blemish" "blend"
## [490] "bless" "blessed" "blind"
## [493] "bliss" "blood" "bloodi"
## [496] "blot" "board" "boast"
## [499] "bodi" "bodili" "bodleian"
## [502] "bold" "bond" "bondag"
## [505] "bone" "book" "bore"
## [508] "born" "borrow" "bosom"
## [511] "bossuet" "both" "bottom"
## [514] "bought" "bound" "bounden"
## [517] "boundless" "bounti" "bow"
## [520] "boy" "brake" "bramhal"
## [523] "branch" "brand" "breach"
## [526] "bread" "breadth" "break"
## [529] "breath" "brethren" "brett"
## [532] "breviari" "brevint" "bridegroom"
## [535] "brief" "briefli" "bright"
## [538] "brimston" "bring" "bringeth"
## [541] "british" "broad" "broke"
## [544] "broken" "brother" "brought"
## [547] "bruis" "bucer" "bucket"
## [550] "build" "builder" "built"
## [553] "bull" "burden" "buri"
## [556] "burial" "burn" "burnet"
## [559] "burnt" "burntoff" "burthen"
## [562] "busi" "but" "butler"
## [565] "buy" "c3i" "calam"
## [568] "calcul" "calendar" "call"
## [571] "calleth" "calm" "calumni"
## [574] "calvin" "calvinist" "came"
## [577] "camp" "can" "candid"
## [580] "candl" "candlestick" "candour"
## [583] "canon" "canst" "cant"
## [586] "canterburi" "canvass" "cap"
## [589] "capabl" "capac" "capernaum"
## [592] "capiendo" "capit" "captiv"
## [595] "cardin" "care" "career"
## [598] "careless" "carnal" "carri"
## [601] "cartwright" "case" "cast"
## [604] "casual" "catalogu" "catch"
## [607] "catech" "catechumen" "catena"
## [610] "cathedr" "cathol" "catholic"
## [613] "cattl" "caught" "caus"
## [616] "caution" "cautious" "cavil"
## [619] "ceas" "celebr" "celebremus"
## [622] "celesti" "celsus" "censur"
## [625] "centr" "centuri" "centurion"
## [628] "ceremoni" "certain" "certainti"
## [631] "cessat" "chaff" "chain"
## [634] "chair" "chalic" "challeng"
## [637] "chamber" "champion" "chanc"
## [640] "chancel" "chang" "channel"
## [643] "chant" "chap" "chapel"
## [646] "chapter" "charact" "character"
## [649] "characterist" "charg" "charit"
## [652] "chariti" "charl" "chast"
## [655] "chasten" "chastis" "chastiti"
## [658] "cheap" "check" "cheer"
## [661] "cherish" "chief" "chiefest"
## [664] "chiefli" "child" "childhood"
## [667] "children" "choic" "choos"
## [670] "chorepiscopi" "chose" "chosen"
## [673] "christ" "christendom" "christi"
## [676] "christian" "christma" "christs"
## [679] "christum" "chron" "chrysostom"
## [682] "church" "churchman" "churchmen"
## [685] "churchwarden" "cibid" "circl"
## [688] "circul" "circumcis" "circumst"
## [691] "circumstanc" "citat" "cite"
## [694] "citi" "citizen" "civ"
## [697] "civil" "claim" "class"
## [700] "claus" "clean" "cleans"
## [703] "clear" "clearer" "clem"
## [706] "clemen" "clement" "clergi"
## [709] "clergyman" "clergymen" "cleric"
## [712] "clericus" "clerk" "cling"
## [715] "close" "closer" "closet"
## [718] "cloth" "cloud" "clue"
## [721] "coast" "coat" "coincid"
## [724] "col" "cold" "collect"
## [727] "colleg" "collegi" "collier"
## [730] "colour" "colt" "combat"
## [733] "comber" "combin" "come"
## [736] "cometh" "comfort" "comforter"
## [739] "comm" "command" "commemor"
## [742] "commenc" "commend" "comment"
## [745] "commentari" "commin" "commiss"
## [748] "commission" "commit" "committe"
## [751] "common" "commun" "communic"
## [754] "communion" "communiti" "comp"
## [757] "compact" "compani" "companion"
## [760] "compar" "comparison" "compass"
## [763] "compel" "compet" "compil"
## [766] "complain" "complaint" "complet"
## [769] "complexion" "compli" "complianc"
## [772] "complin" "compos" "composit"
## [775] "compound" "comprehend" "comprehens"
## [778] "compress" "compris" "compromis"
## [781] "con" "conc" "conceal"
## [784] "conced" "conceit" "conceiv"
## [787] "concept" "concern" "concerning"
## [790] "concert" "concess" "concili"
## [793] "conclud" "conclus" "concomit"
## [796] "concord" "concupisc" "concur"
## [799] "concurr" "condemn" "condescend"
## [802] "condescens" "condit" "conduct"
## [805] "confeder" "confer" "confess"
## [808] "confesseth" "confessor" "confessoron"
## [811] "confid" "confin" "confirm"
## [814] "confisc" "conflict" "conform"
## [817] "confound" "confus" "confut"
## [820] "congreg" "conjectur" "conjunct"
## [823] "connect" "connexion" "conquer"
## [826] "conscienc" "conscienti" "conscious"
## [829] "consecr" "consent" "consequ"
## [832] "consid" "consider" "consign"
## [835] "consist" "consisteth" "consol"
## [838] "conson" "conspicu" "const"
## [841] "constanc" "constant" "constantinopl"
## [844] "constitut" "constrain" "constru"
## [847] "construct" "consult" "consum"
## [850] "consumm" "consumpt" "contain"
## [853] "containeth" "contempl" "contemporari"
## [856] "contempt" "contemptu" "contend"
## [859] "content" "contenti" "contest"
## [862] "context" "contin" "continu"
## [865] "contr" "contra" "contract"
## [868] "contradict" "contrari" "contrast"
## [871] "contribut" "contrit" "contriv"
## [874] "control" "controversi" "controversialist"
## [877] "controvert" "conveni" "convent"
## [880] "convers" "convert" "convey"
## [883] "convict" "convinc" "convoc"
## [886] "convuls" "cool" "cooper"
## [889] "copi" "copious" "cor"
## [892] "cord" "cordial" "corinth"
## [895] "corinthian" "cornelius" "corner"
## [898] "cornerston" "corpor" "corpus"
## [901] "correct" "correspond" "corrupt"
## [904] "cosin" "cost" "could"
## [907] "council" "counsel" "count"
## [910] "counten" "countenanc" "counter"
## [913] "counterfeit" "counterpart" "countri"
## [916] "courag" "cours" "court"
## [919] "coven" "cover" "covert"
## [922] "covet" "cranmer" "crasset"
## [925] "crave" "creat" "creation"
## [928] "creator" "creatur" "credibl"
## [931] "credit" "creed" "creep"
## [934] "crept" "crete" "cri"
## [937] "crime" "crimin" "critic"
## [940] "criticis" "cross" "crowd"
## [943] "crown" "crucifi" "crucifixion"
## [946] "cruel" "cruelti" "crush"
## [949] "cultiv" "cum" "cup"
## [952] "curat" "cure" "curios"
## [955] "curious" "current" "curs"
## [958] "custom" "customari" "cut"
## [961] "cypher" "cyprian" "cyprus"
## [964] "cyril" "dai" "daili"
## [967] "damag" "damiani" "damn"
## [970] "damnabl" "damnat" "damni"
## [973] "dan" "danger" "daniel"
## [976] "dare" "dark" "darken"
## [979] "darkest" "date" "daubeni"
## [982] "daughter" "david" "day"
## [985] "days" "deacon" "dead"
## [988] "deal" "dealt" "dean"
## [991] "dear" "dearest" "death"
## [994] "deathb" "debar" "debat"
## [997] "debt" "dec" "decay"
## [1000] "deceas" "deceit" "deceiv"
## [1003] "decenc" "decent" "decid"
## [1006] "decis" "deck" "declar"
## [1009] "declin" "decre" "dedic"
## [1012] "deduc" "deduct" "deed"
## [1015] "deem" "deep" "deeper"
## [1018] "deepli" "defect" "defenc"
## [1021] "defend" "defens" "defer"
## [1024] "defianc" "defici" "defil"
## [1027] "defin" "definit" "defraud"
## [1030] "degener" "degrad" "degre"
## [1033] "dei" "deign" "deiti"
## [1036] "delay" "deleg" "deliber"
## [1039] "delic" "delicaci" "delight"
## [1042] "delin" "deliv" "deliver"
## [1045] "deliveri" "delus" "demand"
## [1048] "demeanour" "demonstr" "den"
## [1051] "deni" "denial" "denieth"
## [1054] "denomin" "denot" "denounc"
## [1057] "denunci" "deo" "depart"
## [1060] "departur" "depend" "deplor"
## [1063] "depos" "deposit" "depositori"
## [1066] "deprav" "deprec" "depreci"
## [1069] "depriv" "depth" "deput"
## [1072] "deputi" "deriv" "derog"
## [1075] "descant" "descend" "descent"
## [1078] "describ" "descript" "desert"
## [1081] "deserv" "design" "desir"
## [1084] "desol" "despair" "desper"
## [1087] "despis" "despiseth" "destin"
## [1090] "destitut" "destroy" "destruct"
## [1093] "detach" "detail" "detain"
## [1096] "detect" "determin" "deum"
## [1099] "deus" "deut" "develop"
## [1102] "deviat" "devic" "devil"
## [1105] "devis" "devot" "devour"
## [1108] "devout" "dew" "dexter"
## [1111] "dialogu" "dictat" "did"
## [1114] "didst" "die" "diet"
## [1117] "differ" "difficult" "difficulti"
## [1120] "diffus" "digest" "dignifi"
## [1123] "digniti" "dilig" "dim"
## [1126] "diminish" "diminut" "dinner"
## [1129] "dioces" "dionysius" "direct"
## [1132] "disadvantag" "disagr" "disagre"
## [1135] "disappoint" "disapprov" "disavow"
## [1138] "disbeliev" "disc" "discard"
## [1141] "discern" "discharg" "discipl"
## [1144] "disciplin" "disciplina" "disclaim"
## [1147] "disclos" "disclosur" "discontinu"
## [1150] "discord" "discourag" "discours"
## [1153] "discov" "discoveri" "discrep"
## [1156] "discret" "discrimin" "discuss"
## [1159] "disdain" "diseas" "disengag"
## [1162] "disguis" "dishonour" "dislik"
## [1165] "dismiss" "disobedi" "disord"
## [1168] "disown" "disparag" "dispens"
## [1171] "dispers" "display" "displeas"
## [1174] "displeasur" "dispos" "disposit"
## [1177] "disput" "disregard" "disrespect"
## [1180] "dissens" "dissent" "dissolut"
## [1183] "dissolv" "distanc" "distant"
## [1186] "distinct" "distinguish" "distress"
## [1189] "distribut" "disturb" "disunion"
## [1192] "disus" "div" "diver"
## [1195] "divers" "divert" "divest"
## [1198] "divid" "divin" "divis"
## [1201] "doctor" "doctoron" "doctorsermon"
## [1204] "doctrin" "doctrine" "document"
## [1207] "doe" "doeth" "dog"
## [1210] "dogmat" "domest" "domin"
## [1213] "domini" "dominion" "done"
## [1216] "door" "dost" "doth"
## [1219] "doubl" "doubt" "doubtless"
## [1222] "dove" "draw" "drawn"
## [1225] "dread" "dream" "dress"
## [1228] "drew" "dri" "drift"
## [1231] "drink" "drinkoff" "drive"
## [1234] "driven" "drop" "dross"
## [1237] "drown" "drunk" "drunken"
## [1240] "dryou" "due" "duli"
## [1243] "dull" "durandus" "durat"
## [1246] "dust" "duti" "dwell"
## [1249] "dwelleth" "dwelt" "each"
## [1252] "eager" "ear" "earli"
## [1255] "earlier" "earliest" "earnest"
## [1258] "earth" "eas" "easi"
## [1261] "easier" "easili" "east"
## [1264] "easter" "eastern" "eat"
## [1267] "eaten" "eateth" "eccl"
## [1270] "eccles" "ecclesia" "ecclesiast"
## [1273] "economi" "edif" "edifi"
## [1276] "edific" "edit" "editor"
## [1279] "edmund" "educ" "edward"
## [1282] "effect" "effectu" "efficaci"
## [1285] "effort" "effus" "egypt"
## [1288] "egyptian" "eight" "eighteen"
## [1291] "eighteenth" "eighth" "either"
## [1294] "eject" "elabor" "elaps"
## [1297] "elder" "elect" "election"
## [1300] "element" "elev" "eleven"
## [1303] "eleventh" "elia" "elicit"
## [1306] "elijah" "elisha" "elizabeth"
## [1309] "eloqu" "els" "else"
## [1312] "elsewher" "ember" "emblem"
## [1315] "embodi" "embrac" "emin"
## [1318] "emot" "emperor" "emphat"
## [1321] "empir" "empire" "employ"
## [1324] "empti" "emul" "enabl"
## [1327] "enact" "encount" "encourag"
## [1330] "encroach" "end" "endeavour"
## [1333] "endless" "endow" "endu"
## [1336] "endur" "enemi" "energi"
## [1339] "enforc" "engag" "england"
## [1342] "english" "engraft" "enim"
## [1345] "enjoin" "enjoy" "enlarg"
## [1348] "enlighten" "enmiti" "enorm"
## [1351] "enough" "enquir" "enquiri"
## [1354] "ensu" "ensur" "enter"
## [1357] "entertain" "enthusiasm" "entir"
## [1360] "entitl" "entranc" "entreat"
## [1363] "entri" "entrust" "enumer"
## [1366] "enunci" "envi" "eph"
## [1369] "ephes" "ephesian" "ephesus"
## [1372] "epiphani" "epiphanius" "episcop"
## [1375] "episcopaci" "epist" "epistl"
## [1378] "epithet" "epulemur" "equal"
## [1381] "equival" "era" "ere"
## [1384] "erect" "ergo" "err"
## [1387] "erron" "error" "erskine"
## [1390] "esau" "escap" "especi"
## [1393] "ess" "essay" "essenc"
## [1396] "essenti" "est" "establish"
## [1399] "estat" "esteem" "estim"
## [1402] "etc" "etern" "eternal"
## [1405] "etiam" "eucharist" "eugenius"
## [1408] "europ" "eusebius" "evad"
## [1411] "evang" "evangel" "evangelist"
## [1414] "evas" "eve" "even"
## [1417] "evene" "event" "eventu"
## [1420] "ever" "everi" "everlast"
## [1423] "everliv" "evermor" "everyth"
## [1426] "everywher" "evid" "evidenc"
## [1429] "evil" "evinc" "exact"
## [1432] "exagger" "exalt" "examin"
## [1435] "exampl" "example" "exceed"
## [1438] "excel" "except" "excess"
## [1441] "excit" "exclud" "exclus"
## [1444] "excommun" "excus" "execut"
## [1447] "exemplifi" "exempt" "exercis"
## [1450] "exert" "exhaust" "exhibit"
## [1453] "exhort" "exhortat" "exist"
## [1456] "exod" "expans" "expect"
## [1459] "expedi" "expel" "expens"
## [1462] "experi" "experienc" "expiat"
## [1465] "expiation" "expiatori" "expir"
## [1468] "explain" "explan" "explic"
## [1471] "explicit" "expos" "exposit"
## [1474] "expound" "express" "expressli"
## [1477] "extant" "extend" "extens"
## [1480] "extent" "exterior" "extern"
## [1483] "extinct" "extol" "extort"
## [1486] "extract" "extraordinari" "extravag"
## [1489] "extrem" "exult" "eye"
## [1492] "eyewit" "ezek" "ezekiel"
## [1495] "fabl" "face" "faci"
## [1498] "fact" "faction" "factious"
## [1501] "faculti" "fail" "failur"
## [1504] "fain" "faint" "fair"
## [1507] "faith" "fall" "fallaci"
## [1510] "fallen" "fallibl" "fals"
## [1513] "falsehood" "famili" "familiar"
## [1516] "famin" "famous" "fanat"
## [1519] "fanatic" "fanci" "far"
## [1522] "fare" "farmer" "farth"
## [1525] "farther" "fashion" "fast"
## [1528] "fastday" "fat" "fatal"
## [1531] "father" "fathers" "fault"
## [1534] "faust" "faustus" "favour"
## [1537] "favourit" "fear" "fearless"
## [1540] "feast" "fed" "feder"
## [1543] "feebl" "feed" "feel"
## [1546] "feet" "feign" "felic"
## [1549] "fell" "fellow" "fellowship"
## [1552] "felt" "fenc" "fervent"
## [1555] "festiv" "fetch" "fewer"
## [1558] "fide" "fidelium" "field"
## [1561] "fierc" "fieri" "fifteen"
## [1564] "fifth" "fifti" "fig"
## [1567] "fight" "figment" "figur"
## [1570] "file" "filial" "fill"
## [1573] "filth" "filthi" "fin"
## [1576] "final" "find" "fine"
## [1579] "finger" "finish" "finit"
## [1582] "fire" "firm" "first"
## [1585] "firstborn" "fish" "fisher"
## [1588] "fit" "five" "fix"
## [1591] "flagrant" "flame" "flat"
## [1594] "flatter" "fled" "flee"
## [1597] "flesh" "fli" "flight"
## [1600] "float" "flock" "flood"
## [1603] "florenc" "flour" "flourish"
## [1606] "flow" "flower" "fold"
## [1609] "folli" "follow" "followeth"
## [1612] "fond" "food" "foolish"
## [1615] "foot" "footstep" "for"
## [1618] "forasmuch" "forbear" "forbid"
## [1621] "forbidden" "forc" "forcibl"
## [1624] "forefath" "forego" "forehead"
## [1627] "foreign" "forerunn" "forese"
## [1630] "foreshow" "foretold" "forfeit"
## [1633] "forget" "forgiv" "forgiven"
## [1636] "forgotten" "form" "formal"
## [1639] "format" "former" "formid"
## [1642] "formulari" "fornic" "forsak"
## [1645] "forth" "forthwith" "forti"
## [1648] "fortun" "forward" "fought"
## [1651] "found" "foundat" "founder"
## [1654] "fountain" "four" "fourth"
## [1657] "fox" "fragment" "frailti"
## [1660] "frame" "framer" "franc"
## [1663] "franciscan" "frankincens" "fratern"
## [1666] "fraud" "free" "freed"
## [1669] "freedom" "freeli" "freer"
## [1672] "french" "frequenc" "frequent"
## [1675] "fresh" "friar" "friday"
## [1678] "friend" "friendship" "fright"
## [1681] "fro" "from" "fruit"
## [1684] "ful" "fulfil" "full"
## [1687] "fuller" "fullest" "fulli"
## [1690] "function" "fundament" "funer"
## [1693] "furi" "furnac" "furnish"
## [1696] "furnitur" "further" "furthermor"
## [1699] "futur" "gain" "gainsay"
## [1702] "gal" "galatian" "galile"
## [1705] "gallican" "gape" "gar"
## [1708] "garden" "garment" "gate"
## [1711] "gather" "gave" "gaze"
## [1714] "gelasius" "gen" "gener"
## [1717] "general" "generat" "genesi"
## [1720] "geneva" "genius" "gentil"
## [1723] "gentl" "gentleman" "gentlemen"
## [1726] "genuin" "german" "germani"
## [1729] "get" "ghost" "gift"
## [1732] "give" "given" "giver"
## [1735] "giveth" "glad" "glanc"
## [1738] "glimps" "glori" "gloria"
## [1741] "glorifi" "glorious" "gloss"
## [1744] "glow" "goat" "god"
## [1747] "godhead" "godli" "godpp"
## [1750] "gods" "goe" "goeth"
## [1753] "gold" "golden" "gone"
## [1756] "good" "gospel" "got"
## [1759] "gotten" "govern" "governor"
## [1762] "grabe" "grace" "gracious"
## [1765] "gradual" "grand" "grandeur"
## [1768] "grant" "grass" "grate"
## [1771] "gratia" "gratian" "gratifi"
## [1774] "gratitud" "grave" "graviti"
## [1777] "great" "greater" "greatest"
## [1780] "grecian" "greek" "gregori"
## [1783] "grew" "grief" "griev"
## [1786] "grievanc" "grievous" "groan"
## [1789] "gross" "grosser" "ground"
## [1792] "groundless" "grow" "grown"
## [1795] "growth" "guard" "guardian"
## [1798] "guess" "guest" "guid"
## [1801] "guidanc" "guilt" "guilti"
## [1804] "habit" "habitu" "had"
## [1807] "hadst" "hail" "hair"
## [1810] "half" "hall" "hallow"
## [1813] "hammond" "hand" "handl"
## [1816] "handmaid" "hang" "happen"
## [1819] "happi" "happier" "happili"
## [1822] "hard" "harden" "hardship"
## [1825] "harlot" "harm" "harmon"
## [1828] "harmoni" "harsh" "harvest"
## [1831] "has" "hast" "hasten"
## [1834] "hasti" "hastili" "hate"
## [1837] "hath" "hatr" "have"
## [1840] "hay" "hazard" "head"
## [1843] "heal" "health" "heap"
## [1846] "hear" "heard" "hearer"
## [1849] "heareth" "hearken" "heart"
## [1852] "hearti" "heartili" "heat"
## [1855] "heathen" "heathenish" "heaven"
## [1858] "heavi" "heb" "hebrew"
## [1861] "heed" "height" "heir"
## [1864] "held" "hell" "hellenist"
## [1867] "help" "helper" "henc"
## [1870] "henceforth" "henri" "herald"
## [1873] "herb" "herbert" "here"
## [1876] "hereaft" "herebi" "herein"
## [1879] "hereof" "heresi" "heret"
## [1882] "heretofor" "hereunto" "hesit"
## [1885] "hex" "heylin" "heylyn"
## [1888] "hic" "hick" "hid"
## [1891] "hidden" "hide" "hierarchi"
## [1894] "hieroglyph" "hierom" "high"
## [1897] "higher" "highest" "highpriest"
## [1900] "hilari" "hildebrand" "hill"
## [1903] "him" "himself" "hinder"
## [1906] "hindranc" "hint" "his"
## [1909] "hist" "histor" "histori"
## [1912] "historian" "hitherto" "hoadley"
## [1915] "hoc" "hold" "holi"
## [1918] "holier" "holiest" "holili"
## [1921] "holocaust" "holyday" "hom"
## [1924] "home" "homili" "honest"
## [1927] "honesti" "honour" "hooker"
## [1930] "hooper" "hope" "hopeless"
## [1933] "hora" "horn" "horribl"
## [1936] "horrid" "hors" "horsley"
## [1939] "hosea" "host" "hot"
## [1942] "hour" "hous" "household"
## [1945] "how" "howev" "howsoev"
## [1948] "human" "humbl" "humil"
## [1951] "humili" "humour" "hundr"
## [1954] "hunger" "hurri" "hurt"
## [1957] "husband" "hut" "hymn"
## [1960] "hypocrisi" "hypocrit" "hypostat"
## [1963] "hypothesi" "ibid" "ice"
## [1966] "idea" "ident" "identifi"
## [1969] "idl" "idol" "idolat"
## [1972] "idolatr" "idolatri" "ignat"
## [1975] "ignatius" "ignor" "iii"
## [1978] "ill" "illumin" "illustr"
## [1981] "imag" "image" "imageri"
## [1984] "imagin" "imaginari" "imbib"
## [1987] "imbu" "imit" "immacul"
## [1990] "immateri" "immedi" "immediat"
## [1993] "immens" "immers" "immol"
## [1996] "immor" "immort" "impair"
## [1999] "impart" "imparti" "impati"
## [2002] "impedi" "impenit" "impercept"
## [2005] "imperfect" "impetr" "impetratori"
## [2008] "impieti" "impious" "impli"
## [2011] "implic" "implicit" "implor"
## [2014] "import" "importun" "impos"
## [2017] "imposit" "imposs" "impostor"
## [2020] "impostur" "impractic" "impress"
## [2023] "imprison" "improb" "improp"
## [2026] "improv" "impud" "impugn"
## [2029] "impur" "imput" "inadequ"
## [2032] "inasmuch" "incalcul" "incarn"
## [2035] "incarnat" "incens" "incid"
## [2038] "incident" "inclin" "includ"
## [2041] "incompar" "incompat" "incomplet"
## [2044] "incomprehens" "inconceiv" "incongru"
## [2047] "inconsider" "inconsist" "inconveni"
## [2050] "incorpor" "incorrupt" "increas"
## [2053] "incred" "inculc" "incumb"
## [2056] "incur" "inde" "indeed"
## [2059] "indefinit" "indel" "independ"
## [2062] "indic" "indiffer" "indign"
## [2065] "indirect" "indiscrimin" "indispens"
## [2068] "individu" "indol" "induc"
## [2071] "indulg" "industri" "ineff"
## [2074] "inestim" "inevit" "infal"
## [2077] "infanc" "infant" "infect"
## [2080] "infer" "inferior" "infidel"
## [2083] "infin" "infinit" "infirm"
## [2086] "inflam" "inflict" "influenc"
## [2089] "influenti" "inform" "infring"
## [2092] "infus" "ingeni" "ingenu"
## [2095] "inhabit" "inher" "inherit"
## [2098] "iniqu" "init" "initi"
## [2101] "injunct" "injur" "injuri"
## [2104] "innoc" "innocent" "innov"
## [2107] "innumer" "inquir" "inquiri"
## [2110] "insens" "insepar" "insert"
## [2113] "insight" "insignific" "insinu"
## [2116] "insist" "insomuch" "inspect"
## [2119] "inspir" "instanc" "instant"
## [2122] "instead" "instil" "instinct"
## [2125] "institut" "instruct" "instrument"
## [2128] "insuffici" "insul" "insult"
## [2131] "integr" "intellect" "intellectu"
## [2134] "intellig" "intend" "intens"
## [2137] "intent" "interced" "intercess"
## [2140] "intercours" "interest" "interf"
## [2143] "interfer" "intermedi" "intern"
## [2146] "internal" "interpol" "interpos"
## [2149] "interposit" "interpret" "interrupt"
## [2152] "interv" "intervent" "intim"
## [2155] "intoler" "intreat" "intric"
## [2158] "intrins" "introduc" "introduct"
## [2161] "intrud" "intrust" "invad"
## [2164] "invalid" "invari" "invent"
## [2167] "inventor" "invest" "investig"
## [2170] "inveter" "invinc" "inviol"
## [2173] "invis" "invit" "invoc"
## [2176] "invocat" "invok" "involuntari"
## [2179] "involv" "inward" "ireland"
## [2182] "irenaeus" "irenæus" "irenc3sus"
## [2185] "iron" "irrat" "irreconcil"
## [2188] "irregular" "irrelev" "irreligi"
## [2191] "irreligion" "irresist" "irrever"
## [2194] "isa" "isaac" "isaiah"
## [2197] "island" "isol" "israel"
## [2200] "israelit" "issu" "ita"
## [2203] "itali" "item" "itpp"
## [2206] "its" "jacob" "jame"
## [2209] "james" "jamess" "jealous"
## [2212] "jealousi" "jer" "jeremi"
## [2215] "jeremiah" "jericho" "jerom"
## [2218] "jerusalem" "jesuit" "jesus"
## [2221] "jew" "jewel" "jewish"
## [2224] "joan" "job" "john"
## [2227] "johnson" "join" "joint"
## [2230] "jordan" "joseph" "joshua"
## [2233] "journey" "joy" "juda"
## [2236] "judah" "judaism" "jude"
## [2239] "judg" "judgement" "judgment"
## [2242] "judici" "julian" "june"
## [2245] "jupit" "jurisdict" "just"
## [2248] "justic" "justif" "justifi"
## [2251] "justin" "kai" "kebl"
## [2254] "keep" "keeper" "ken"
## [2257] "kept" "key" "kill"
## [2260] "kind" "kindl" "kindr"
## [2263] "king" "kingdom" "kiss"
## [2266] "knee" "kneel" "knew"
## [2269] "knit" "knock" "know"
## [2272] "knoweth" "knowledg" "known"
## [2275] "labori" "labour" "lack"
## [2278] "lactantius" "ladi" "laid"
## [2281] "laiti" "lake" "lamb"
## [2284] "lament" "lamp" "land"
## [2287] "lanfrank" "languag" "laps"
## [2290] "larg" "larger" "lasco"
## [2293] "last" "late" "latent"
## [2296] "later" "latin" "latitudinarian"
## [2299] "latter" "laud" "laudi"
## [2302] "laugh" "laver" "law"
## [2305] "lay" "layman" "laymen"
## [2308] "lazarus" "lead" "leader"
## [2311] "leaf" "leagu" "lean"
## [2314] "learn" "learnt" "least"
## [2317] "leav" "leaven" "lectur"
## [2320] "led" "left" "legal"
## [2323] "legend" "legisl" "legislatur"
## [2326] "legitim" "leisur" "length"
## [2329] "lent" "leo" "less"
## [2332] "lessen" "lesser" "lesson"
## [2335] "lest" "let" "letter"
## [2338] "lev" "level" "levi"
## [2341] "levit" "liabl" "lib"
## [2344] "liber" "liberti" "librari"
## [2347] "licenti" "lie" "life"
## [2350] "lifegiv" "lifeless" "lift"
## [2353] "light" "lighter" "lightn"
## [2356] "like" "likelihood" "liken"
## [2359] "likewis" "limb" "limit"
## [2362] "lincoln" "line" "linen"
## [2365] "link" "lion" "lip"
## [2368] "liquid" "list" "listen"
## [2371] "litani" "liter" "literatur"
## [2374] "littl" "liturg" "liturgi"
## [2377] "live" "liveth" "loav"
## [2380] "local" "lodg" "lofti"
## [2383] "logic" "logo" "london"
## [2386] "long" "longer" "look"
## [2389] "loos" "lord" "lords"
## [2392] "lose" "loss" "lost"
## [2395] "lot" "loud" "love"
## [2398] "lover" "loveth" "low"
## [2401] "lower" "lowest" "lowli"
## [2404] "luc" "lucr" "luke"
## [2407] "lust" "lustr" "luther"
## [2410] "lutheran" "luxuri" "lxx"
## [2413] "macarius" "maccabe" "mad"
## [2416] "made" "magazin" "magistr"
## [2419] "magnifi" "magnific" "magnitud"
## [2422] "mahometan" "mai" "main"
## [2425] "maintain" "mainten" "majest"
## [2428] "majesti" "major" "make"
## [2431] "maker" "maketh" "mal"
## [2434] "malachi" "malic" "man"
## [2437] "manag" "manduc" "mani"
## [2440] "manichæan" "manifest" "manifold"
## [2443] "mankind" "manna" "manner"
## [2446] "mant" "manufactur" "manuscript"
## [2449] "march" "marcion" "margin"
## [2452] "mari" "mark" "marri"
## [2455] "marriag" "martin" "martyr"
## [2458] "martyrdom" "marvel" "mason"
## [2461] "mass" "master" "materi"
## [2464] "matin" "matrimoni" "matt"
## [2467] "matter" "matth" "matthew"
## [2470] "matthia" "matur" "maxim"
## [2473] "may" "mayb" "mayest"
## [2476] "meal" "mean" "meanest"
## [2479] "meaneth" "meant" "meantim"
## [2482] "meanwhil" "measur" "meat"
## [2485] "meatoff" "mede" "media"
## [2488] "mediat" "medicin" "medit"
## [2491] "meditations" "medium" "meek"
## [2494] "meet" "melancholi" "melanchthon"
## [2497] "melchisedec" "melchisedek" "melt"
## [2500] "member" "memnhmenoi" "memor"
## [2503] "memori" "men" "mendoza"
## [2506] "mensa" "mental" "mention"
## [2509] "merci" "mercyseat" "mere"
## [2512] "merit" "meritori" "messag"
## [2515] "messeng" "messiah" "met"
## [2518] "metaphor" "metaphys" "method"
## [2521] "methodist" "metonym" "metropolitan"
## [2524] "michael" "middl" "middleton"
## [2527] "midnight" "midst" "might"
## [2530] "mighti" "mild" "mildert"
## [2533] "mile" "milit" "milk"
## [2536] "mincha" "mind" "mine"
## [2539] "mingl" "minist" "ministereth"
## [2542] "ministeri" "ministr" "ministri"
## [2545] "minor" "minut" "miracl"
## [2548] "miracul" "misapprehens" "mischief"
## [2551] "misconcept" "miser" "miseri"
## [2554] "misfortun" "misgiv" "misinterpret"
## [2557] "miss" "missa" "missal"
## [2560] "mission" "missionari" "misstat"
## [2563] "mistak" "mistaken" "misunderstood"
## [2566] "mitig" "mix" "mixtur"
## [2569] "mock" "mockeri" "mode"
## [2572] "model" "moder" "modern"
## [2575] "modest" "modesti" "modif"
## [2578] "modifi" "modo" "moment"
## [2581] "momentari" "monasteri" "money"
## [2584] "monk" "monophysit" "monster"
## [2587] "monstrous" "month" "monument"
## [2590] "moon" "moral" "moralist"
## [2593] "more" "moreov" "morn"
## [2596] "mortal" "mortif" "mortifi"
## [2599] "morton" "mosaic" "mose"
## [2602] "most" "mother" "motion"
## [2605] "motiv" "mould" "mount"
## [2608] "mountain" "mourn" "mouth"
## [2611] "move" "movement" "much"
## [2614] "multipli" "multitud" "murder"
## [2617] "murmur" "music" "must"
## [2620] "mutil" "mutual" "mysteri"
## [2623] "mystic" "nake" "name"
## [2626] "narrat" "narrow" "nation"
## [2629] "nativ" "natur" "nay"
## [2632] "nazareth" "nazianzen" "near"
## [2635] "nearer" "nearest" "necess"
## [2638] "necessari" "necessarili" "necessiti"
## [2641] "need" "needless" "negat"
## [2644] "neglect" "neglig" "neighbour"
## [2647] "neighbourhood" "neither" "nelson"
## [2650] "never" "neverceas" "nevertheless"
## [2653] "new" "newli" "news"
## [2656] "next" "nice" "nicea"
## [2659] "nicen" "nichol" "nichola"
## [2662] "nicodemus" "nigh" "night"
## [2665] "nine" "nineteenth" "ninth"
## [2668] "noah" "nobi" "nobl"
## [2671] "nobodi" "nocturn" "nois"
## [2674] "nomin" "non" "none"
## [2677] "nonjuror" "noon" "nor"
## [2680] "north" "northern" "nos"
## [2683] "noster" "not" "notabl"
## [2686] "note" "noth" "notic"
## [2689] "notion" "notori" "notwithstand"
## [2692] "nought" "nourish" "novel"
## [2695] "novelti" "now" "nowaday"
## [2698] "nowher" "numb" "number"
## [2701] "numer" "nyssen" "oath"
## [2704] "obedi" "obedienc" "obey"
## [2707] "object" "objection" "oblat"
## [2710] "oblatio" "oblation" "oblig"
## [2713] "obnoxi" "obscur" "observ"
## [2716] "obstacl" "obstin" "obstinaci"
## [2719] "obstruct" "obtain" "obtrud"
## [2722] "obviat" "obvious" "occas"
## [2725] "occasion" "occupi" "occur"
## [2728] "occurr" "oclock" "offenc"
## [2731] "offend" "offens" "offer"
## [2734] "offereth" "offerimus" "offertori"
## [2737] "offic" "office" "offici"
## [2740] "officium" "offspr" "oft"
## [2743] "often" "oftentim" "oil"
## [2746] "old" "older" "omen"
## [2749] "omiss" "omit" "omnibus"
## [2752] "omnipot" "once" "one"
## [2755] "onli" "onward" "open"
## [2758] "oper" "opinion" "oppon"
## [2761] "opportun" "oppos" "opposit"
## [2764] "oppress" "oracl" "oral"
## [2767] "orat" "ordain" "ordeal"
## [2770] "order" "ordin" "ordinanc"
## [2773] "ordinari" "ordinarili" "ordinat"
## [2776] "organ" "oriental" "origen"
## [2779] "origin" "ornament" "orthodox"
## [2782] "orthodoxi" "ostentati" "other"
## [2785] "otherwis" "our" "out"
## [2788] "outlin" "outset" "outward"
## [2791] "overal" "overcom" "overflow"
## [2794] "overlook" "overpow" "overrul"
## [2797] "overstrain" "overthrow" "overthrown"
## [2800] "overwhelm" "owe" "own"
## [2803] "owner" "oxford" "pagan"
## [2806] "page" "paid" "pain"
## [2809] "paint" "pair" "pale"
## [2812] "palliat" "palm" "palmer"
## [2815] "palpabl" "pang" "panta"
## [2818] "papal" "paper" "papist"
## [2821] "par" "parabl" "paradis"
## [2824] "paradox" "paragraph" "parallel"
## [2827] "pardon" "pare" "parent"
## [2830] "pari" "parish" "parishchurch"
## [2833] "parishion" "pariti" "parliament"
## [2836] "parochi" "part" "partak"
## [2839] "partaken" "parti" "partial"
## [2842] "particip" "particular" "partook"
## [2845] "pascal" "paschal" "paschasius"
## [2848] "pass" "passag" "passion"
## [2851] "passiv" "passov" "past"
## [2854] "pastor" "pater" "path"
## [2857] "patienc" "patient" "patr"
## [2860] "patriarch" "patrick" "patrist"
## [2863] "patron" "patrum" "pattern"
## [2866] "paul" "pay" "payment"
## [2869] "peac" "peaceabl" "peaceoff"
## [2872] "pearl" "peculiar" "pelagian"
## [2875] "penalti" "penanc" "penetr"
## [2878] "penit" "penitenti" "penitentiari"
## [2881] "pentecost" "peopl" "per"
## [2884] "peradventur" "perceiv" "percept"
## [2887] "perchanc" "perdit" "peremptorili"
## [2890] "perfect" "perform" "perhap"
## [2893] "peril" "period" "perish"
## [2896] "perman" "permiss" "permit"
## [2899] "pernici" "perpetu" "perplex"
## [2902] "perron" "persecut" "persecutor"
## [2905] "persev" "persever" "persist"
## [2908] "person" "personif" "persuad"
## [2911] "persuas" "pertain" "pertin"
## [2914] "perus" "pervad" "pervers"
## [2917] "pervert" "pestil" "pet"
## [2920] "peter" "petit" "petti"
## [2923] "pharaoh" "pharisa" "pharise"
## [2926] "phenomena" "phil" "philip"
## [2929] "philosoph" "philosophi" "phrase"
## [2932] "phraseolog" "physic" "physician"
## [2935] "pick" "pictur" "piec"
## [2938] "pierc" "pieti" "pilat"
## [2941] "pilgrim" "pilgrimag" "pillar"
## [2944] "pious" "piousli" "pit"
## [2947] "piti" "pius" "place"
## [2950] "plagu" "plain" "plan"
## [2953] "plant" "plantat" "plate"
## [2956] "platform" "plato" "platon"
## [2959] "platonist" "plausibl" "play"
## [2962] "plea" "plead" "pleas"
## [2965] "pleasant" "pleasur" "pledg"
## [2968] "plenari" "plung" "plush"
## [2971] "poena" "poet" "poetic"
## [2974] "poetri" "poiein" "point"
## [2977] "poison" "polici" "polit"
## [2980] "politi" "pollut" "polycarp"
## [2983] "poni" "pontif" "poor"
## [2986] "pope" "poperi" "popish"
## [2989] "popular" "portion" "posit"
## [2992] "possess" "possessor" "possibl"
## [2995] "post" "poster" "postur"
## [2998] "potter" "pour" "power"
## [3001] "practic" "practis" "prais"
## [3004] "praiseworthi" "pray" "prayer"
## [3007] "prayerbook" "prayers" "prayeth"
## [3010] "preach" "preacher" "preambl"
## [3013] "precaut" "preced" "precept"
## [3016] "precious" "precis" "preclud"
## [3019] "preconceiv" "predecessor" "predict"
## [3022] "predomin" "preemin" "pref"
## [3025] "prefac" "prefer" "prefigur"
## [3028] "prefix" "pregnant" "prejudic"
## [3031] "prejudici" "prelat" "premis"
## [3034] "prepar" "preparatori" "prerog"
## [3037] "presbyt" "presbyter" "presbyteri"
## [3040] "presbyterian" "presbyteron" "prescrib"
## [3043] "prescript" "presenc" "present"
## [3046] "preserv" "presid" "press"
## [3049] "presum" "presumpt" "presumptu"
## [3052] "pretenc" "pretend" "pretens"
## [3055] "pretti" "prevail" "preval"
## [3058] "prevent" "previous" "price"
## [3061] "pride" "prier" "priest"
## [3064] "priesthood" "primari" "prime"
## [3067] "primit" "princ" "princip"
## [3070] "principl" "print" "prison"
## [3073] "privat" "privileg" "pro"
## [3076] "probabl" "probat" "proceed"
## [3079] "process" "proclaim" "procur"
## [3082] "prodig" "produc" "product"
## [3085] "profan" "profess" "professeth"
## [3088] "professor" "profit" "proflig"
## [3091] "profound" "progress" "prohibit"
## [3094] "project" "promin" "promis"
## [3097] "promot" "prompt" "promulg"
## [3100] "pronounc" "proof" "propag"
## [3103] "proper" "properti" "propheci"
## [3106] "prophesi" "prophet" "propiti"
## [3109] "propitiatori" "proport" "proportion"
## [3112] "propos" "proposit" "propound"
## [3115] "proprieti" "prosfora" "prospect"
## [3118] "prosper" "prostrat" "protect"
## [3121] "protection" "protest" "protestant"
## [3124] "proud" "prov" "prove"
## [3127] "proverb" "proverbi" "provid"
## [3130] "providenti" "provinc" "provis"
## [3133] "provok" "prudenc" "prudent"
## [3136] "psal" "psalm" "psalmist"
## [3139] "public" "publican" "publick"
## [3142] "publish" "pull" "punctual"
## [3145] "punish" "purchas" "pure"
## [3148] "purer" "purest" "purg"
## [3151] "purgatori" "purif" "purifi"
## [3154] "puritan" "puriti" "purpl"
## [3157] "purport" "purpos" "pursu"
## [3160] "pursuit" "pusey" "put"
## [3163] "quae" "quæst" "qualif"
## [3166] "qualifi" "qualiti" "quam"
## [3169] "quantiti" "quarantin" "quarrel"
## [3172] "quarter" "queen" "quench"
## [3175] "question" "qui" "quibus"
## [3178] "quick" "quicken" "quiet"
## [3181] "quit" "quo" "quod"
## [3184] "quot" "quotat" "qusia"
## [3187] "qusian" "qusiasthrion" "race"
## [3190] "rage" "rahab" "rail"
## [3193] "rain" "rainbow" "rais"
## [3196] "rambl" "ran" "random"
## [3199] "rang" "rank" "ransom"
## [3202] "rapid" "rare" "rash"
## [3205] "rate" "rather" "ratifi"
## [3208] "ration" "rationalist" "ray"
## [3211] "reach" "read" "reader"
## [3214] "readi" "readili" "real"
## [3217] "realiti" "realiz" "realli"
## [3220] "realm" "reap" "reason"
## [3223] "rebapt" "rebecca" "rebel"
## [3226] "rebelli" "rebellion" "rebuk"
## [3229] "recal" "recant" "reced"
## [3232] "receiv" "receiveth" "recent"
## [3235] "recept" "recipi" "recit"
## [3238] "reckon" "reclaim" "recogn"
## [3241] "recognis" "recognit" "recollect"
## [3244] "recommend" "recompens" "reconcil"
## [3247] "reconcili" "record" "recours"
## [3250] "recov" "recoveri" "recur"
## [3253] "red" "redeem" "redeemer"
## [3256] "redempt" "reduc" "refer"
## [3259] "refin" "reflect" "reform"
## [3262] "refrain" "refresh" "refug"
## [3265] "refus" "refut" "regard"
## [3268] "regener" "regina" "region"
## [3271] "regist" "regret" "regul"
## [3274] "regular" "rehears" "reign"
## [3277] "reigneth" "reiter" "reject"
## [3280] "rejoic" "relat" "relax"
## [3283] "releas" "reli" "relianc"
## [3286] "relic" "relief" "reliev"
## [3289] "religi" "religion" "relinquish"
## [3292] "relish" "reluct" "remain"
## [3295] "remaind" "remaineth" "remark"
## [3298] "remedi" "rememb" "remembr"
## [3301] "remind" "remiss" "remit"
## [3304] "remnant" "remodel" "remonstr"
## [3307] "remot" "remov" "rend"
## [3310] "render" "renew" "renounc"
## [3313] "renov" "renown" "repair"
## [3316] "repeal" "repeat" "repel"
## [3319] "repent" "repetit" "replenish"
## [3322] "repli" "report" "repos"
## [3325] "repres" "represent" "representeth"
## [3328] "reproach" "reprob" "reproof"
## [3331] "reprov" "repugn" "reput"
## [3334] "request" "requir" "requireth"
## [3337] "requisit" "rescu" "research"
## [3340] "resembl" "reserv" "resid"
## [3343] "resign" "resist" "resolut"
## [3346] "resolv" "resort" "resourc"
## [3349] "respect" "respons" "rest"
## [3352] "restless" "restor" "restrain"
## [3355] "restraint" "restrict" "result"
## [3358] "resum" "resurrect" "retain"
## [3361] "retir" "retort" "return"
## [3364] "rev" "reveal" "revel"
## [3367] "revenu" "rever" "reverenc"
## [3370] "reverend" "reverenti" "revers"
## [3373] "review" "revil" "revis"
## [3376] "reviv" "revolt" "revolut"
## [3379] "reward" "rhetor" "rich"
## [3382] "richard" "rid" "ridicul"
## [3385] "ridley" "right" "righteous"
## [3388] "rigid" "rigor" "ring"
## [3391] "rise" "risen" "risk"
## [3394] "rite" "ritual" "ritualist"
## [3397] "rival" "river" "road"
## [3400] "roast" "rob" "robe"
## [3403] "rock" "rod" "rom"
## [3406] "roman" "romanist" "rome"
## [3409] "romish" "room" "root"
## [3412] "rose" "rough" "round"
## [3415] "royal" "rubric" "rubrick"
## [3418] "rude" "ruin" "rule"
## [3421] "ruler" "run" "sabbath"
## [3424] "sabbathday" "sabellian" "sacerdot"
## [3427] "sacr" "sacrament" "sacramentari"
## [3430] "sacramentum" "sacred" "sacrif"
## [3433] "sacrific" "sacrificepp" "sacrifici"
## [3436] "sacrificii" "sacrificio" "sacrificium"
## [3439] "sacrileg" "sacrilegi" "sad"
## [3442] "safe" "safeguard" "safer"
## [3445] "safest" "safeti" "said"
## [3448] "saint" "saints" "saith"
## [3451] "sake" "salt" "salut"
## [3454] "salutari" "salv" "salvat"
## [3457] "sam" "samaria" "samaritan"
## [3460] "same" "samuel" "sancroft"
## [3463] "sanctif" "sanctifi" "sanction"
## [3466] "sanctiti" "sanctuari" "sand"
## [3469] "sarah" "sarum" "sat"
## [3472] "satan" "sate" "satisfact"
## [3475] "satisfactori" "satisfactorili" "satisfi"
## [3478] "saturday" "saul" "save"
## [3481] "saviour" "saviours" "savour"
## [3484] "saw" "saxon" "say"
## [3487] "scale" "scandal" "scanti"
## [3490] "scarc" "scarlet" "scatter"
## [3493] "scene" "sceptic" "scheme"
## [3496] "schism" "schismat" "schleiermach"
## [3499] "scholar" "scholast" "school"
## [3502] "schoolmen" "scienc" "scientif"
## [3505] "scof" "scope" "scorn"
## [3508] "scotch" "scotland" "scott"
## [3511] "scottish" "scourg" "scribe"
## [3514] "scriptur" "scrupl" "scrupul"
## [3517] "sea" "seal" "search"
## [3520] "season" "seat" "second"
## [3523] "secondari" "secreci" "secret"
## [3526] "sect" "section" "secular"
## [3529] "secur" "sed" "seduc"
## [3532] "see" "seed" "seek"
## [3535] "seem" "seemeth" "seen"
## [3538] "seest" "seeth" "seiz"
## [3541] "seldom" "select" "self"
## [3544] "selfdeni" "selfdisciplin" "selfindulg"
## [3547] "selfish" "selfsam" "selfsuffici"
## [3550] "sell" "selv" "send"
## [3553] "sens" "sensibl" "sensual"
## [3556] "sent" "sentenc" "sentiment"
## [3559] "separ" "sept" "septuagint"
## [3562] "seq" "seri" "serious"
## [3565] "serm" "sermon" "sermons"
## [3568] "serpent" "serv" "servant"
## [3571] "servic" "sess" "session"
## [3574] "set" "settl" "seven"
## [3577] "seventeenth" "seventh" "seventi"
## [3580] "sever" "shade" "shadow"
## [3583] "shake" "shaken" "shall"
## [3586] "shalt" "shame" "shape"
## [3589] "share" "sharp" "she"
## [3592] "shed" "sheep" "shepherd"
## [3595] "sherlock" "shew" "shewbread"
## [3598] "shift" "shine" "ship"
## [3601] "shock" "shore" "short"
## [3604] "shorten" "shorter" "should"
## [3607] "shoulder" "show" "shown"
## [3610] "shrine" "shrink" "shrunk"
## [3613] "shut" "sic" "sick"
## [3616] "side" "sigh" "sight"
## [3619] "sign" "signal" "signif"
## [3622] "signifi" "signific" "silenc"
## [3625] "silent" "silli" "silver"
## [3628] "simil" "similar" "similitud"
## [3631] "simon" "simpl" "simpli"
## [3634] "simplic" "sin" "sinai"
## [3637] "sinc" "sincer" "sine"
## [3640] "sing" "singl" "singular"
## [3643] "sink" "sinner" "sinoff"
## [3646] "sion" "sir" "sirach"
## [3649] "sister" "sit" "sitteth"
## [3652] "situat" "six" "sixteenth"
## [3655] "sixth" "sketch" "skil"
## [3658] "skill" "skinner" "skull"
## [3661] "sky" "slain" "slaughter"
## [3664] "slave" "slay" "sleep"
## [3667] "slight" "slightest" "sloth"
## [3670] "slow" "small" "smaller"
## [3673] "smell" "smile" "smoke"
## [3676] "snare" "snatch" "sneer"
## [3679] "sober" "sobrieti" "socal"
## [3682] "social" "societi" "socinian"
## [3685] "sodom" "soever" "sojourn"
## [3688] "sold" "soldier" "sole"
## [3691] "solemn" "solicit" "solid"
## [3694] "solitari" "solitud" "solomon"
## [3697] "solut" "solv" "some"
## [3700] "somehow" "someth" "sometim"
## [3703] "somewhat" "somewher" "son"
## [3706] "song" "sons" "soon"
## [3709] "sooner" "sophist" "sore"
## [3712] "sorri" "sorrow" "sort"
## [3715] "sought" "soul" "sound"
## [3718] "sourc" "south" "sovereign"
## [3721] "sovereignti" "sow" "sown"
## [3724] "space" "spain" "spake"
## [3727] "spare" "sparrow" "speak"
## [3730] "speaketh" "speci" "special"
## [3733] "specif" "specifi" "specimen"
## [3736] "specious" "specul" "speech"
## [3739] "speed" "speedi" "speedili"
## [3742] "spencer" "spend" "spent"
## [3745] "sphere" "spirit" "spiritu"
## [3748] "spite" "splendour" "spoil"
## [3751] "spoke" "spoken" "spontan"
## [3754] "sport" "spot" "spread"
## [3757] "spring" "sprinkl" "sprung"
## [3760] "spurious" "stabl" "stage"
## [3763] "stain" "stamp" "stand"
## [3766] "standard" "standeth" "star"
## [3769] "start" "startl" "state"
## [3772] "statement" "station" "statur"
## [3775] "statut" "stay" "stead"
## [3778] "steadi" "steadili" "stedfast"
## [3781] "step" "stephen" "steward"
## [3784] "stiff" "still" "stillingfleet"
## [3787] "stimul" "stipul" "stir"
## [3790] "stock" "stomach" "stone"
## [3793] "stood" "stop" "store"
## [3796] "stori" "storm" "straight"
## [3799] "strain" "strait" "strang"
## [3802] "stranger" "stream" "street"
## [3805] "strength" "strengthen" "strenuous"
## [3808] "stress" "stretch" "strict"
## [3811] "strife" "strike" "strive"
## [3814] "strom" "strong" "stronger"
## [3817] "strongest" "struck" "structur"
## [3820] "struggl" "strype" "stubbl"
## [3823] "student" "studi" "studious"
## [3826] "stumbl" "stumblingblock" "style"
## [3829] "sub" "subdu" "subject"
## [3832] "subjoin" "sublim" "submiss"
## [3835] "submit" "subordin" "subscrib"
## [3838] "subscript" "subsequ" "subservi"
## [3841] "subsist" "substanc" "substanti"
## [3844] "substitut" "subtilti" "subtl"
## [3847] "succeed" "success" "succession"
## [3850] "successor" "succour" "such"
## [3853] "sudden" "suffer" "suffic"
## [3856] "suffici" "suffrag" "suffragan"
## [3859] "suggest" "suit" "suitabl"
## [3862] "sum" "summari" "summer"
## [3865] "summon" "sun" "sunday"
## [3868] "sundri" "sung" "sunt"
## [3871] "sup" "superad" "superfici"
## [3874] "superflu" "superintend" "superior"
## [3877] "supernatur" "supersed" "superstit"
## [3880] "superstiti" "supper" "suppli"
## [3883] "supplic" "support" "suppos"
## [3886] "supposeth" "supposit" "suppress"
## [3889] "suprem" "supremaci" "sure"
## [3892] "surer" "surest" "surfac"
## [3895] "surmis" "surpass" "surpris"
## [3898] "surrend" "surround" "sursum"
## [3901] "survey" "suspect" "suspend"
## [3904] "suspicion" "sustain" "swallow"
## [3907] "sway" "sweep" "sweet"
## [3910] "swerv" "swine" "sword"
## [3913] "syllabl" "symbol" "sympathi"
## [3916] "symptom" "synagogu" "synod"
## [3919] "system" "systemat" "tabernacl"
## [3922] "tabl" "tacit" "tail"
## [3925] "take" "taken" "taketh"
## [3928] "tale" "talent" "talk"
## [3931] "tangibl" "tare" "task"
## [3934] "tast" "taught" "tax"
## [3937] "taylor" "teach" "teacher"
## [3940] "teachest" "teacheth" "tear"
## [3943] "technic" "tedious" "teeth"
## [3946] "tell" "telleth" "temper"
## [3949] "templ" "tempor" "temporari"
## [3952] "tempt" "temptat" "ten"
## [3955] "tend" "tendenc" "tender"
## [3958] "tendereth" "tenet" "tenor"
## [3961] "tenour" "tenth" "term"
## [3964] "termin" "terribl" "terror"
## [3967] "tertullian" "tes" "test"
## [3970] "testament" "testat" "testifi"
## [3973] "testimoni" "text" "thank"
## [3976] "thanksgiv" "that" "thc"
## [3979] "the" "thee" "their"
## [3982] "then" "thenc" "thenceforth"
## [3985] "theodoret" "theodosius" "theolog"
## [3988] "theologian" "theoph" "theophylact"
## [3991] "theoret" "theori" "there"
## [3994] "therebi" "therefor" "therein"
## [3997] "thereof" "thereon" "thereto"
## [4000] "thereunto" "thereupon" "therewith"
## [4003] "these" "thess" "they"
## [4006] "thi" "thick" "thiev"
## [4009] "thine" "thing" "think"
## [4012] "third" "thirst" "thirteenth"
## [4015] "thirti" "thirtynin" "this"
## [4018] "thisthat" "thither" "thoma"
## [4021] "thorn" "thorndik" "thorough"
## [4024] "those" "thou" "though"
## [4027] "thought" "thoughtless" "thousand"
## [4030] "thread" "threat" "threaten"
## [4033] "three" "threefold" "thrice"
## [4036] "throne" "through" "throughout"
## [4039] "throw" "thrown" "thrust"
## [4042] "thummim" "thus" "thyself"
## [4045] "tide" "tie" "till"
## [4048] "tim" "time" "timid"
## [4051] "timothi" "tiptop" "tire"
## [4054] "tis" "tit" "titl"
## [4057] "titus" "tobit" "today"
## [4060] "togeth" "toil" "token"
## [4063] "told" "toler" "tom"
## [4066] "tone" "tongu" "took"
## [4069] "topic" "torment" "tortur"
## [4072] "toss" "total" "tou"
## [4075] "touch" "touto" "toward"
## [4078] "town" "trace" "tract"
## [4081] "trade" "tradit" "traditionari"
## [4084] "train" "trampl" "tranquil"
## [4087] "transact" "transcend" "transcrib"
## [4090] "transfer" "transfigur" "transgress"
## [4093] "transit" "transitori" "translat"
## [4096] "transmiss" "transmit" "transsubstanti"
## [4099] "transubstanti" "trapeza" "travel"
## [4102] "tread" "treasur" "treat"
## [4105] "treatis" "treatment" "tree"
## [4108] "trembl" "tremend" "trent"
## [4111] "trespass" "trespassoff" "tri"
## [4114] "trial" "tribe" "tribul"
## [4117] "tribun" "tridentin" "trifl"
## [4120] "trinitarian" "triniti" "triumph"
## [4123] "triumphant" "trivial" "trod"
## [4126] "trodden" "troubl" "true"
## [4129] "truer" "truli" "trust"
## [4132] "truth" "trypho" "tune"
## [4135] "turk" "turn" "turtl"
## [4138] "twelfth" "twelv" "twenti"
## [4141] "twice" "twilight" "twn"
## [4144] "two" "twofold" "type"
## [4147] "typic" "typifi" "tyrann"
## [4150] "tyranni" "ubi" "ultim"
## [4153] "ultraprotest" "ultraprotestant" "unabl"
## [4156] "unaccount" "unaffect" "unanim"
## [4159] "unanswer" "unauthor" "unavoid"
## [4162] "unawar" "unbapt" "unbelief"
## [4165] "unbeliev" "unbloodi" "unbroken"
## [4168] "unceas" "uncertain" "unchang"
## [4171] "uncharit" "unchristian" "unchurch"
## [4174] "unclean" "unconsci" "uncorrupt"
## [4177] "unction" "undefil" "undeni"
## [4180] "under" "undergo" "undergon"
## [4183] "understand" "understood" "undertak"
## [4186] "undertaken" "undertook" "undervalu"
## [4189] "undivid" "undoubt" "undu"
## [4192] "uneasi" "uneduc" "unequ"
## [4195] "uner" "unexception" "unfair"
## [4198] "unfaith" "unfeign" "unfit"
## [4201] "unfold" "unfortun" "ungod"
## [4204] "unhappi" "unhappili" "unhealthi"
## [4207] "unhesit" "unholi" "uniform"
## [4210] "unimport" "unintellig" "uninterrupt"
## [4213] "union" "unit" "unitarian"
## [4216] "uniti" "univers" "unjust"
## [4219] "unknown" "unlaw" "unlearn"
## [4222] "unless" "unlik" "unmean"
## [4225] "unnatur" "unnecessari" "unobtrus"
## [4228] "unpleas" "unprejud" "unprofit"
## [4231] "unquench" "unquestion" "unreal"
## [4234] "unreason" "unregener" "unreserv"
## [4237] "unright" "unruli" "unsatisfactori"
## [4240] "unscriptur" "unseason" "unseen"
## [4243] "unsettl" "unsound" "unspeak"
## [4246] "unsuit" "unten" "unto"
## [4249] "untru" "unusu" "unwari"
## [4252] "unwil" "unworthi" "unworthili"
## [4255] "unwritten" "uphold" "upon"
## [4258] "upper" "upright" "upward"
## [4261] "urg" "urgent" "urim"
## [4264] "usag" "use" "useless"
## [4267] "ussher" "usual" "usurp"
## [4270] "util" "utmost" "utter"
## [4273] "vacil" "vagu" "vail"
## [4276] "vain" "valid" "valley"
## [4279] "valu" "valuabl" "van"
## [4282] "vane" "vanish" "vaniti"
## [4285] "vari" "variabl" "varianc"
## [4288] "variat" "varieti" "various"
## [4291] "vast" "vehement" "vehicl"
## [4294] "veil" "vener" "vengeanc"
## [4297] "venial" "vent" "ventur"
## [4300] "ver" "verbal" "veri"
## [4303] "verili" "veriti" "vers"
## [4306] "version" "verum" "vesper"
## [4309] "vessel" "vest" "vex"
## [4312] "vexat" "via" "viand"
## [4315] "vicar" "vice" "victim"
## [4318] "victori" "vid" "vide"
## [4321] "view" "vigil" "vigor"
## [4324] "vii" "viii" "vile"
## [4327] "villag" "vindic" "vine"
## [4330] "vineyard" "violat" "violenc"
## [4333] "violent" "virgil" "virgin"
## [4336] "virtu" "virtual" "virtuous"
## [4339] "visibl" "vision" "visit"
## [4342] "vital" "vivid" "viz"
## [4345] "vocal" "voic" "void"
## [4348] "vol" "volum" "voluntari"
## [4351] "vouchsaf" "vow" "vulgar"
## [4354] "wafer" "wage" "wait"
## [4357] "wake" "walk" "wall"
## [4360] "wander" "want" "wanton"
## [4363] "war" "ward" "warfar"
## [4366] "warm" "warmth" "warn"
## [4369] "warrant" "was" "wash"
## [4372] "wast" "watch" "water"
## [4375] "waterland" "wave" "waver"
## [4378] "wax" "way" "weak"
## [4381] "weaken" "weaker" "wealth"
## [4384] "weapon" "wear" "weari"
## [4387] "weather" "wed" "wednesday"
## [4390] "week" "weekday" "weep"
## [4393] "weigh" "weight" "weighti"
## [4396] "welcom" "welfar" "well"
## [4399] "wellknown" "wellpleas" "went"
## [4402] "were" "west" "western"
## [4405] "what" "whatev" "whatsoev"
## [4408] "wheat" "when" "whenc"
## [4411] "whenev" "whensoev" "where"
## [4414] "wherea" "wherebi" "wherefor"
## [4417] "wherein" "whereof" "whereon"
## [4420] "wheresoev" "whereunto" "whereupon"
## [4423] "wherev" "wherewith" "whether"
## [4426] "whi" "which" "while"
## [4429] "whilst" "whitbi" "white"
## [4432] "whither" "whitsunday" "who"
## [4435] "whoever" "whole" "wholesom"
## [4438] "wholli" "whom" "whose"
## [4441] "whosesoev" "whoso" "whosoev"
## [4444] "wick" "wicked" "wide"
## [4447] "wider" "widow" "wife"
## [4450] "wil" "wild" "wilder"
## [4453] "will" "william" "wilson"
## [4456] "wilsons" "wilt" "win"
## [4459] "wind" "window" "wine"
## [4462] "wing" "winter" "wisdom"
## [4465] "wise" "wiser" "wish"
## [4468] "wit" "with" "withal"
## [4471] "withdraw" "withdrawn" "wither"
## [4474] "withheld" "withhold" "withholdeth"
## [4477] "within" "without" "witnesseth"
## [4480] "woe" "wolf" "woman"
## [4483] "womb" "women" "wonder"
## [4486] "wont" "wood" "word"
## [4489] "work" "worker" "worketh"
## [4492] "world" "worldpp" "worn"
## [4495] "wors" "worship" "worshipp"
## [4498] "worst" "worth" "worthi"
## [4501] "worthili" "would" "wouldest"
## [4504] "wound" "wrap" "wrath"
## [4507] "wrest" "wrestl" "wretch"
## [4510] "writ" "write" "writer"
## [4513] "writeth" "written" "wrong"
## [4516] "wrote" "wrought" "xii"
## [4519] "xiii" "xiv" "xix"
## [4522] "xlv" "xvi" "xvii"
## [4525] "xviii" "xxi" "xxii"
## [4528] "xxiii" "xxiv" "xxix"
## [4531] "xxv" "xxvi" "xxviii"
## [4534] "xxxi" "yawn" "yea"
## [4537] "year" "yes" "yesterday"
## [4540] "yet" "yield" "yoke"
## [4543] "york" "you" "young"
## [4546] "younger" "your" "youth"
## [4549] "zacharia" "zeal" "zealous"
## [4552] "zion" "zuinglian"
findFreqTerms(mytdm, 10)
## [1] "1project" "1st" "aaron" "abandon"
## [5] "abbot" "abbott" "abel" "abhor"
## [9] "abid" "abil" "abl" "abod"
## [13] "abolish" "abomin" "abound" "abraham"
## [17] "abroad" "absenc" "absent" "absolut"
## [21] "absolv" "abstain" "abstin" "abstract"
## [25] "absurd" "abund" "abus" "accept"
## [29] "access" "accid" "accident" "accommod"
## [33] "accompani" "accomplish" "accord" "account"
## [37] "accumul" "accur" "accus" "accustom"
## [41] "acknowledg" "acquaint" "acquiesc" "acquir"
## [45] "act" "action" "activ" "acts"
## [49] "actual" "adam" "adapt" "add"
## [53] "addit" "address" "adduc" "adequ"
## [57] "adher" "adjust" "administ" "administr"
## [61] "admir" "admiss" "admit" "admonish"
## [65] "admonit" "adopt" "ador" "adulter"
## [69] "adulteri" "advanc" "advantag" "advent"
## [73] "adversari" "advic" "advis" "advoc"
## [77] "aerius" "affair" "affect" "affection"
## [81] "affirm" "afflict" "afford" "aforesaid"
## [85] "afraid" "african" "after" "afterward"
## [89] "again" "against" "age" "agenc"
## [93] "agniz" "ago" "agre" "agreeabl"
## [97] "agreement" "aid" "aim" "air"
## [101] "alarm" "alexandria" "alien" "alik"
## [105] "aliv" "all" "alleg" "allegor"
## [109] "allegori" "allow" "allsuffici" "allud"
## [113] "allus" "alm" "almighti" "almost"
## [117] "alon" "along" "alreadi" "also"
## [121] "altar" "alter" "although" "altogeth"
## [125] "alway" "ambassador" "ambigu" "ambrose"
## [129] "amen" "amend" "american" "amid"
## [133] "amiss" "among" "amongst" "amount"
## [137] "ampl" "analog" "anamnhsiv" "anathema"
## [141] "ancient" "and" "andrew" "anew"
## [145] "angel" "anger" "anglican" "anim"
## [149] "annex" "announc" "anoint" "anoth"
## [153] "another" "answer" "anteced" "antichrist"
## [157] "anticip" "antient" "antioch" "antiqu"
## [161] "antiquiti" "antityp" "anxieti" "anxious"
## [165] "anyth" "apart" "apocrypha" "apolog"
## [169] "apost" "apostasi" "apostl" "apostol"
## [173] "appar" "appeal" "appear" "appeareth"
## [177] "appendix" "appli" "applic" "appoint"
## [181] "apprehend" "apprehens" "approach" "approb"
## [185] "appropri" "approv" "approxim" "apt"
## [189] "arcani" "archangel" "archbishop" "archdeacon"
## [193] "are" "argu" "argument" "arian"
## [197] "aright" "aris" "arisen" "aristotl"
## [201] "ark" "arm" "aros" "around"
## [205] "arrang" "arriv" "arrog" "art"
## [209] "articl" "ascend" "ascens" "ascension"
## [213] "ascertain" "ascrib" "ash" "asham"
## [217] "asia" "asid" "ask" "aspect"
## [221] "ass" "assault" "assembl" "assent"
## [225] "assert" "assign" "assist" "associ"
## [229] "assum" "assumpt" "assur" "astonish"
## [233] "astray" "ate" "athanasian" "athanasius"
## [237] "aton" "atonement" "attach" "attack"
## [241] "attain" "attempt" "attend" "attent"
## [245] "attest" "attract" "attribut" "augustin"
## [249] "austin" "author" "authorit" "avail"
## [253] "avert" "avoid" "avow" "awaken"
## [257] "awar" "away" "awe" "babe"
## [261] "babylon" "back" "bad" "band"
## [265] "banish" "banquet" "baptism" "baptist"
## [269] "baptiz" "barbarian" "bare" "barnaba"
## [273] "base" "basil" "bath" "batho"
## [277] "battl" "bear" "beast" "beauti"
## [281] "becam" "becaus" "becom" "bed"
## [285] "befor" "beforehand" "beg" "began"
## [289] "begin" "begotten" "begun" "behalf"
## [293] "behav" "behaviour" "behind" "behold"
## [297] "belief" "believ" "bellarmin" "belong"
## [301] "belov" "benedict" "benefici" "benefit"
## [305] "berengarius" "bernard" "beseech" "besid"
## [309] "best" "bestow" "betray" "better"
## [313] "betwixt" "beyond" "bibl" "bid"
## [317] "bind" "bingham" "bird" "birth"
## [321] "bishop" "bitter" "blame" "blasphem"
## [325] "blasphemi" "bless" "blessed" "blind"
## [329] "bliss" "blood" "bloodi" "blot"
## [333] "board" "boast" "bodi" "bodili"
## [337] "bold" "bond" "bondag" "book"
## [341] "bore" "born" "borrow" "bosom"
## [345] "bossuet" "both" "bottom" "bought"
## [349] "bound" "bounden" "bounti" "bow"
## [353] "boy" "brake" "branch" "breach"
## [357] "bread" "break" "breath" "brethren"
## [361] "breviari" "brief" "briefli" "bright"
## [365] "bring" "broad" "broken" "brother"
## [369] "brought" "bucer" "build" "built"
## [373] "bull" "burden" "buri" "burial"
## [377] "burn" "burnet" "burnt" "burntoff"
## [381] "busi" "but" "butler" "c3i"
## [385] "calam" "calcul" "call" "calleth"
## [389] "calm" "calvin" "came" "can"
## [393] "candid" "candour" "canon" "canterburi"
## [397] "cap" "capabl" "capac" "captiv"
## [401] "cardin" "care" "careless" "carnal"
## [405] "carri" "case" "cast" "casual"
## [409] "catech" "catechumen" "catena" "cathedr"
## [413] "cathol" "catholic" "caus" "caution"
## [417] "cautious" "ceas" "celebr" "celsus"
## [421] "censur" "centr" "centuri" "ceremoni"
## [425] "certain" "certainti" "chain" "chair"
## [429] "chalic" "challeng" "champion" "chanc"
## [433] "chancel" "chang" "channel" "chap"
## [437] "chapel" "chapter" "charact" "character"
## [441] "characterist" "charg" "charit" "chariti"
## [445] "charl" "chasten" "check" "cheer"
## [449] "cherish" "chief" "chiefli" "child"
## [453] "children" "choic" "choos" "chose"
## [457] "chosen" "christ" "christendom" "christi"
## [461] "christian" "christs" "chrysostom" "church"
## [465] "churchman" "churchmen" "churchwarden" "circl"
## [469] "circumcis" "circumst" "cite" "citi"
## [473] "civ" "civil" "claim" "class"
## [477] "claus" "clean" "cleans" "clear"
## [481] "clemen" "clement" "clergi" "clergyman"
## [485] "clergymen" "clericus" "clerk" "close"
## [489] "cloth" "cloud" "clue" "coincid"
## [493] "cold" "collect" "colleg" "colour"
## [497] "colt" "combin" "come" "cometh"
## [501] "comfort" "command" "commemor" "commenc"
## [505] "commend" "comment" "commentari" "commiss"
## [509] "commit" "common" "communic" "communion"
## [513] "communiti" "compani" "compar" "comparison"
## [517] "compass" "compel" "compil" "complain"
## [521] "complaint" "complet" "compli" "complianc"
## [525] "complin" "compos" "composit" "comprehend"
## [529] "comprehens" "conceal" "conceit" "conceiv"
## [533] "concept" "concern" "concess" "conclud"
## [537] "conclus" "concord" "concur" "concurr"
## [541] "condemn" "condit" "conduct" "confer"
## [545] "confess" "confessor" "confid" "confin"
## [549] "confirm" "conform" "confound" "confus"
## [553] "confut" "congreg" "conjectur" "conjunct"
## [557] "connect" "connexion" "conscienc" "conscienti"
## [561] "conscious" "consecr" "consent" "consequ"
## [565] "consid" "consider" "consist" "consol"
## [569] "constant" "constantinopl" "constitut" "construct"
## [573] "consult" "consum" "consumm" "consumpt"
## [577] "contain" "contempl" "contempt" "contend"
## [581] "content" "context" "continu" "contr"
## [585] "contra" "contract" "contradict" "contrari"
## [589] "contrast" "contribut" "contrit" "contriv"
## [593] "control" "controversi" "controvert" "conveni"
## [597] "convers" "convert" "convey" "convict"
## [601] "convinc" "convoc" "copi" "cor"
## [605] "corinthian" "cornelius" "corner" "corpor"
## [609] "correct" "correspond" "corrupt" "cosin"
## [613] "cost" "council" "counsel" "count"
## [617] "counten" "countri" "courag" "cours"
## [621] "court" "coven" "cover" "covet"
## [625] "cranmer" "crave" "creat" "creation"
## [629] "creator" "creatur" "credit" "creed"
## [633] "cri" "crime" "critic" "cross"
## [637] "crown" "crucifi" "crucifixion" "cruel"
## [641] "cruelti" "cultiv" "cum" "cup"
## [645] "curat" "cure" "curios" "curious"
## [649] "curs" "custom" "cut" "cyprian"
## [653] "cyril" "daili" "damn" "damnat"
## [657] "danger" "daniel" "dare" "dark"
## [661] "date" "daughter" "david" "day"
## [665] "deacon" "dead" "deal" "dealt"
## [669] "dear" "dearest" "death" "debat"
## [673] "debt" "decay" "deceas" "deceit"
## [677] "deceiv" "decent" "decid" "decis"
## [681] "deck" "declar" "declin" "decre"
## [685] "dedic" "deduc" "deed" "deem"
## [689] "deep" "deeper" "deepli" "defect"
## [693] "defenc" "defend" "defer" "defici"
## [697] "defin" "definit" "defraud" "degre"
## [701] "dei" "deiti" "delay" "deleg"
## [705] "deliber" "delic" "delicaci" "delight"
## [709] "deliv" "deliver" "deliveri" "delus"
## [713] "demand" "demeanour" "demonstr" "den"
## [717] "deni" "denial" "denomin" "denot"
## [721] "denounc" "depart" "departur" "depend"
## [725] "deposit" "deprec" "depriv" "depth"
## [729] "deriv" "descend" "descent" "describ"
## [733] "descript" "desert" "deserv" "design"
## [737] "desir" "desol" "despair" "despis"
## [741] "despiseth" "destin" "destitut" "destroy"
## [745] "destruct" "detail" "determin" "deut"
## [749] "develop" "devil" "devis" "devot"
## [753] "devour" "devout" "dew" "dialogu"
## [757] "dictat" "did" "didst" "die"
## [761] "differ" "difficult" "difficulti" "diffus"
## [765] "digest" "digniti" "dilig" "dim"
## [769] "diminish" "dioces" "dionysius" "direct"
## [773] "disapprov" "discard" "discern" "discharg"
## [777] "discipl" "disciplin" "disciplina" "disclos"
## [781] "disclosur" "discourag" "discours" "discov"
## [785] "discoveri" "discrep" "discret" "discrimin"
## [789] "discuss" "diseas" "dishonour" "dislik"
## [793] "dismiss" "disobedi" "disord" "disparag"
## [797] "dispens" "dispers" "display" "displeasur"
## [801] "dispos" "disposit" "disput" "disrespect"
## [805] "dissent" "dissolut" "dissolv" "distanc"
## [809] "distant" "distinct" "distinguish" "distress"
## [813] "distribut" "disturb" "disunion" "disus"
## [817] "diver" "divers" "divid" "divin"
## [821] "divis" "doctor" "doctrin" "doctrine"
## [825] "document" "doe" "doeth" "dog"
## [829] "dominion" "done" "door" "dost"
## [833] "doth" "doubl" "doubt" "doubtless"
## [837] "draw" "drawn" "dread" "dream"
## [841] "dri" "drift" "drink" "driven"
## [845] "drop" "drown" "drunken" "due"
## [849] "duli" "duti" "dwell" "dwelleth"
## [853] "dwelt" "each" "eager" "ear"
## [857] "earli" "earlier" "earnest" "earth"
## [861] "eas" "easi" "easili" "east"
## [865] "easter" "eastern" "eat" "eaten"
## [869] "ecclesiast" "economi" "edif" "edifi"
## [873] "edit" "editor" "educ" "edward"
## [877] "effect" "effectu" "efficaci" "effort"
## [881] "egypt" "egyptian" "eight" "eighteen"
## [885] "eighth" "either" "elder" "elect"
## [889] "element" "elev" "eleventh" "elizabeth"
## [893] "eloqu" "els" "elsewher" "ember"
## [897] "emblem" "embodi" "embrac" "emin"
## [901] "emperor" "emphat" "empir" "empire"
## [905] "employ" "empti" "enabl" "enact"
## [909] "encourag" "encroach" "end" "endeavour"
## [913] "endow" "endur" "enemi" "energi"
## [917] "enforc" "engag" "england" "english"
## [921] "enjoin" "enjoy" "enlarg" "enlighten"
## [925] "enough" "enquir" "enquiri" "ensu"
## [929] "enter" "entertain" "entir" "entitl"
## [933] "entranc" "entreat" "enumer" "envi"
## [937] "eph" "ephesus" "epiphanius" "episcop"
## [941] "episcopaci" "epistl" "equal" "equival"
## [945] "erect" "err" "erron" "error"
## [949] "erskine" "escap" "especi" "essay"
## [953] "essenc" "essenti" "est" "establish"
## [957] "estat" "esteem" "estim" "etern"
## [961] "eternal" "eucharist" "eusebius" "evangel"
## [965] "evangelist" "eve" "even" "evene"
## [969] "event" "ever" "everi" "everlast"
## [973] "evermor" "evid" "evil" "evinc"
## [977] "exact" "exalt" "examin" "exampl"
## [981] "exceed" "excel" "except" "excess"
## [985] "excit" "exclud" "exclus" "excommun"
## [989] "excus" "execut" "exemplifi" "exempt"
## [993] "exercis" "exert" "exhibit" "exhort"
## [997] "exhortat" "exist" "exod" "expect"
## [1001] "expedi" "experi" "experienc" "expiat"
## [1005] "expiatori" "explain" "explan" "explic"
## [1009] "explicit" "expos" "exposit" "expound"
## [1013] "express" "expressli" "extant" "extend"
## [1017] "extens" "extent" "extern" "extract"
## [1021] "extraordinari" "extravag" "extrem" "eye"
## [1025] "ezekiel" "fabl" "face" "fact"
## [1029] "fail" "fain" "faint" "fair"
## [1033] "faith" "fall" "fallen" "fals"
## [1037] "falsehood" "famili" "familiar" "famous"
## [1041] "fanci" "far" "farther" "fashion"
## [1045] "fast" "fatal" "father" "fathers"
## [1049] "fault" "faust" "favour" "fear"
## [1053] "fearless" "feast" "fed" "feder"
## [1057] "feed" "feel" "feet" "feign"
## [1061] "fell" "fellow" "fellowship" "felt"
## [1065] "fervent" "festiv" "fetch" "fewer"
## [1069] "fide" "field" "fieri" "fifteen"
## [1073] "fifth" "fifti" "fight" "figur"
## [1077] "file" "fill" "fin" "final"
## [1081] "find" "fine" "finger" "finish"
## [1085] "fire" "firm" "first" "firstborn"
## [1089] "fish" "fisher" "fit" "five"
## [1093] "fix" "flame" "flesh" "fli"
## [1097] "flock" "flood" "florenc" "flourish"
## [1101] "flow" "flower" "fold" "folli"
## [1105] "follow" "fond" "food" "foolish"
## [1109] "foot" "for" "forasmuch" "forbear"
## [1113] "forbid" "forbidden" "forc" "forcibl"
## [1117] "forefath" "forego" "foreign" "foretold"
## [1121] "forfeit" "forget" "forgiv" "forgiven"
## [1125] "forgotten" "form" "formal" "format"
## [1129] "former" "formulari" "fornic" "forsak"
## [1133] "forth" "forti" "fortun" "forward"
## [1137] "found" "foundat" "founder" "fountain"
## [1141] "four" "fourth" "fragment" "frame"
## [1145] "framer" "franc" "free" "freed"
## [1149] "freedom" "freeli" "french" "frequent"
## [1153] "fresh" "friday" "friend" "fro"
## [1157] "from" "fruit" "ful" "fulfil"
## [1161] "full" "fuller" "fulli" "function"
## [1165] "fundament" "furnac" "furnish" "furnitur"
## [1169] "further" "futur" "gain" "gal"
## [1173] "garden" "garment" "gate" "gather"
## [1177] "gave" "gen" "general" "generat"
## [1181] "genesi" "geneva" "genius" "gentil"
## [1185] "gentl" "genuin" "germani" "get"
## [1189] "ghost" "gift" "give" "given"
## [1193] "giver" "giveth" "glad" "glori"
## [1197] "glorifi" "glorious" "gloss" "goat"
## [1201] "god" "godhead" "godli" "gods"
## [1205] "goe" "goeth" "gold" "gone"
## [1209] "good" "gospel" "got" "govern"
## [1213] "governor" "grace" "gracious" "gradual"
## [1217] "grand" "grant" "gratitud" "grave"
## [1221] "great" "greater" "greatest" "grecian"
## [1225] "greek" "gregori" "grew" "grief"
## [1229] "griev" "grievous" "gross" "ground"
## [1233] "grow" "grown" "guard" "guardian"
## [1237] "guess" "guest" "guid" "guidanc"
## [1241] "guilt" "guilti" "habit" "habitu"
## [1245] "had" "half" "hallow" "hammond"
## [1249] "hand" "handl" "hang" "happen"
## [1253] "happi" "happili" "hard" "harden"
## [1257] "harm" "harmon" "harmoni" "harsh"
## [1261] "hast" "hasten" "hate" "hath"
## [1265] "hatr" "have" "head" "heal"
## [1269] "health" "hear" "heard" "hearer"
## [1273] "heareth" "heart" "hearti" "heartili"
## [1277] "heat" "heathen" "heaven" "heavi"
## [1281] "heb" "hebrew" "heed" "height"
## [1285] "heir" "held" "hell" "help"
## [1289] "henc" "henceforth" "herbert" "here"
## [1293] "hereaft" "herebi" "herein" "hereof"
## [1297] "heresi" "heret" "heretofor" "hesit"
## [1301] "heylyn" "hick" "hid" "hidden"
## [1305] "hide" "hierom" "high" "higher"
## [1309] "highest" "hilari" "hill" "him"
## [1313] "himself" "hinder" "hindranc" "hint"
## [1317] "his" "histor" "histori" "hitherto"
## [1321] "hoc" "hold" "holi" "holyday"
## [1325] "hom" "home" "homili" "honest"
## [1329] "honour" "hooker" "hope" "horn"
## [1333] "host" "hot" "hour" "hous"
## [1337] "household" "how" "howev" "howsoev"
## [1341] "human" "humbl" "humil" "humili"
## [1345] "hundr" "hurt" "hymn" "hypocrisi"
## [1349] "hypocrit" "hypothesi" "ibid" "idea"
## [1353] "ident" "idl" "idol" "idolat"
## [1357] "idolatr" "idolatri" "ignatius" "ignor"
## [1361] "iii" "ill" "illumin" "illustr"
## [1365] "imag" "image" "imageri" "imagin"
## [1369] "imbu" "imit" "immedi" "immol"
## [1373] "immor" "immort" "impair" "impart"
## [1377] "imparti" "impati" "impedi" "imperfect"
## [1381] "impetratori" "impieti" "impious" "impli"
## [1385] "import" "impos" "imposit" "imposs"
## [1389] "impress" "improb" "improp" "improv"
## [1393] "impur" "imput" "inadequ" "inasmuch"
## [1397] "incarn" "incarnat" "incens" "incident"
## [1401] "inclin" "includ" "incomplet" "inconsider"
## [1405] "inconsist" "inconveni" "incorpor" "incorrupt"
## [1409] "increas" "inculc" "incumb" "incur"
## [1413] "inde" "indeed" "indefinit" "indel"
## [1417] "independ" "indic" "indiffer" "indign"
## [1421] "indirect" "indiscrimin" "individu" "induc"
## [1425] "indulg" "industri" "inestim" "inevit"
## [1429] "infal" "infanc" "infant" "infect"
## [1433] "infer" "inferior" "infidel" "infinit"
## [1437] "infirm" "inflict" "influenc" "influenti"
## [1441] "inform" "infus" "ingeni" "ingenu"
## [1445] "inhabit" "inher" "inherit" "iniqu"
## [1449] "initi" "injunct" "injur" "injuri"
## [1453] "innoc" "innov" "innumer" "inquir"
## [1457] "inquiri" "insens" "insepar" "insert"
## [1461] "insinu" "insist" "insomuch" "inspir"
## [1465] "instanc" "instant" "instead" "instinct"
## [1469] "institut" "instruct" "instrument" "insul"
## [1473] "insult" "integr" "intellect" "intellectu"
## [1477] "intellig" "intend" "intent" "interced"
## [1481] "intercess" "intercours" "interest" "interf"
## [1485] "interfer" "intermedi" "intern" "interpret"
## [1489] "interrupt" "interv" "intim" "intoler"
## [1493] "intrins" "introduc" "introduct" "invent"
## [1497] "invest" "investig" "invis" "invit"
## [1501] "invoc" "invocat" "involv" "inward"
## [1505] "ireland" "irenaeus" "irenæus" "iron"
## [1509] "irrat" "irrever" "isaac" "isaiah"
## [1513] "island" "isol" "israel" "israelit"
## [1517] "issu" "itali" "its" "jacob"
## [1521] "jame" "jealous" "jeremi" "jerom"
## [1525] "jerusalem" "jesuit" "jesus" "jew"
## [1529] "jewel" "jewish" "joan" "job"
## [1533] "john" "johnson" "join" "joint"
## [1537] "joshua" "journey" "joy" "juda"
## [1541] "judah" "jude" "judg" "judgment"
## [1545] "judici" "julian" "jurisdict" "just"
## [1549] "justic" "justif" "justifi" "justin"
## [1553] "kai" "keep" "ken" "kept"
## [1557] "key" "kill" "kind" "kindr"
## [1561] "king" "kingdom" "kiss" "kneel"
## [1565] "knew" "know" "knoweth" "knowledg"
## [1569] "known" "labour" "lack" "laid"
## [1573] "laiti" "lamb" "lament" "land"
## [1577] "languag" "larg" "larger" "last"
## [1581] "late" "latent" "later" "latin"
## [1585] "latter" "laud" "laugh" "laver"
## [1589] "law" "lay" "laymen" "lead"
## [1593] "lean" "learn" "least" "leav"
## [1597] "leaven" "lectur" "led" "left"
## [1601] "legal" "legend" "legitim" "leisur"
## [1605] "length" "lent" "leo" "less"
## [1609] "lessen" "lesser" "lesson" "lest"
## [1613] "let" "letter" "lev" "level"
## [1617] "levi" "levit" "liabl" "lib"
## [1621] "liber" "liberti" "librari" "lie"
## [1625] "life" "lifegiv" "lift" "light"
## [1629] "like" "likewis" "limit" "line"
## [1633] "link" "lion" "lip" "list"
## [1637] "listen" "litani" "liter" "literatur"
## [1641] "littl" "liturg" "liturgi" "live"
## [1645] "loav" "local" "lodg" "logic"
## [1649] "london" "long" "longer" "look"
## [1653] "loos" "lord" "lords" "lose"
## [1657] "loss" "lost" "lot" "loud"
## [1661] "love" "lover" "low" "lower"
## [1665] "lowest" "lowli" "luke" "lust"
## [1669] "luther" "luxuri" "made" "magazin"
## [1673] "magistr" "magnifi" "mahometan" "main"
## [1677] "maintain" "mainten" "majesti" "major"
## [1681] "make" "maker" "maketh" "mal"
## [1685] "malachi" "malic" "man" "manduc"
## [1689] "mani" "manifest" "manifold" "mankind"
## [1693] "manner" "margin" "mari" "mark"
## [1697] "marri" "marriag" "martyr" "martyrdom"
## [1701] "marvel" "mass" "master" "materi"
## [1705] "matt" "matter" "matthew" "matthia"
## [1709] "matur" "maxim" "may" "mayest"
## [1713] "mean" "meant" "meanwhil" "measur"
## [1717] "meat" "meatoff" "mede" "media"
## [1721] "mediat" "medicin" "medit" "medium"
## [1725] "meek" "meet" "melchisedec" "member"
## [1729] "memor" "memori" "men" "mental"
## [1733] "mention" "merci" "mere" "merit"
## [1737] "meritori" "messag" "messeng" "messiah"
## [1741] "met" "metaphor" "metaphys" "method"
## [1745] "metropolitan" "middl" "midnight" "midst"
## [1749] "might" "mighti" "mild" "mile"
## [1753] "milit" "mincha" "mind" "mine"
## [1757] "mingl" "minist" "ministeri" "ministr"
## [1761] "ministri" "minor" "minut" "miracl"
## [1765] "miracul" "mischief" "miser" "miseri"
## [1769] "missal" "mission" "mistak" "mistaken"
## [1773] "mitig" "mix" "mixtur" "mode"
## [1777] "model" "moder" "modern" "modest"
## [1781] "modesti" "modifi" "moment" "money"
## [1785] "monk" "monophysit" "monster" "month"
## [1789] "monument" "moon" "moral" "moreov"
## [1793] "morn" "mortal" "mortif" "mosaic"
## [1797] "mose" "most" "mother" "motion"
## [1801] "motiv" "mount" "mountain" "mourn"
## [1805] "mouth" "move" "much" "multipli"
## [1809] "multitud" "must" "mutual" "mysteri"
## [1813] "mystic" "name" "narrat" "narrow"
## [1817] "nation" "nativ" "natur" "nay"
## [1821] "nazianzen" "near" "nearer" "nearest"
## [1825] "necess" "necessari" "necessarili" "need"
## [1829] "needless" "negat" "neglect" "neglig"
## [1833] "neighbour" "neither" "nelson" "never"
## [1837] "nevertheless" "new" "news" "next"
## [1841] "nice" "nicen" "nichol" "nichola"
## [1845] "nicodemus" "nigh" "night" "nine"
## [1849] "ninth" "noah" "nobl" "nomin"
## [1853] "non" "none" "nor" "north"
## [1857] "not" "note" "noth" "notic"
## [1861] "notion" "notori" "notwithstand" "nought"
## [1865] "nourish" "novelti" "now" "number"
## [1869] "numer" "oath" "obedi" "obey"
## [1873] "object" "oblat" "oblation" "oblig"
## [1877] "obscur" "observ" "obstacl" "obstin"
## [1881] "obtain" "obvious" "occas" "occasion"
## [1885] "occupi" "occur" "offenc" "offend"
## [1889] "offer" "offereth" "offertori" "offic"
## [1893] "office" "offici" "oft" "often"
## [1897] "oil" "old" "older" "omiss"
## [1901] "omit" "one" "onli" "onward"
## [1905] "open" "oper" "opinion" "oppon"
## [1909] "opportun" "oppos" "opposit" "oppress"
## [1913] "oracl" "oral" "orat" "ordain"
## [1917] "order" "ordin" "ordinanc" "ordinari"
## [1921] "ordinarili" "ordinat" "organ" "origen"
## [1925] "origin" "orthodox" "orthodoxi" "other"
## [1929] "otherwis" "our" "outlin" "outward"
## [1933] "overcom" "overlook" "overrul" "overthrow"
## [1937] "owe" "own" "oxford" "pagan"
## [1941] "page" "paid" "pain" "palmer"
## [1945] "palpabl" "papal" "paper" "papist"
## [1949] "par" "parabl" "paradis" "paragraph"
## [1953] "parallel" "pardon" "parent" "pari"
## [1957] "parish" "parishion" "parliament" "part"
## [1961] "partak" "parti" "partial" "particip"
## [1965] "particular" "paschal" "pass" "passag"
## [1969] "passion" "passov" "past" "pastor"
## [1973] "path" "patienc" "patient" "patriarch"
## [1977] "patrick" "patron" "pattern" "paul"
## [1981] "pay" "peac" "peaceoff" "pearl"
## [1985] "peculiar" "penalti" "penanc" "penit"
## [1989] "pentecost" "peopl" "per" "perceiv"
## [1993] "percept" "perchanc" "perfect" "perform"
## [1997] "perhap" "peril" "period" "perish"
## [2001] "permit" "perpetu" "perplex" "persecut"
## [2005] "persecutor" "persever" "persist" "person"
## [2009] "persuad" "persuas" "pertain" "pervad"
## [2013] "pervers" "pervert" "pestil" "pet"
## [2017] "peter" "petit" "pharise" "phil"
## [2021] "philip" "philosoph" "philosophi" "phrase"
## [2025] "physic" "physician" "pictur" "piec"
## [2029] "pieti" "pillar" "pious" "piti"
## [2033] "pius" "place" "plain" "plan"
## [2037] "plant" "plausibl" "play" "plea"
## [2041] "plead" "pleas" "pleasant" "pleasur"
## [2045] "pledg" "plenari" "poena" "poetic"
## [2049] "poetri" "point" "polici" "polit"
## [2053] "politi" "pollut" "pontif" "poor"
## [2057] "pope" "poperi" "popish" "popular"
## [2061] "portion" "posit" "possess" "possibl"
## [2065] "post" "poster" "pour" "power"
## [2069] "practic" "practis" "prais" "pray"
## [2073] "prayer" "prayerbook" "preach" "preacher"
## [2077] "preced" "precept" "precious" "precis"
## [2081] "predecessor" "predict" "pref" "prefac"
## [2085] "prefer" "prefigur" "prefix" "prejudic"
## [2089] "prelat" "premis" "prepar" "presbyt"
## [2093] "presbyter" "presbyteri" "presbyterian" "prescrib"
## [2097] "presenc" "present" "preserv" "presid"
## [2101] "press" "presum" "presumpt" "presumptu"
## [2105] "pretenc" "pretend" "pretti" "prevail"
## [2109] "preval" "prevent" "previous" "price"
## [2113] "pride" "priest" "priesthood" "primari"
## [2117] "prime" "primit" "princ" "princip"
## [2121] "principl" "print" "prison" "privat"
## [2125] "privileg" "pro" "probabl" "probat"
## [2129] "proceed" "process" "proclaim" "procur"
## [2133] "produc" "profan" "profess" "professor"
## [2137] "profit" "progress" "project" "promin"
## [2141] "promis" "promot" "prompt" "promulg"
## [2145] "pronounc" "proof" "propag" "proper"
## [2149] "properti" "propheci" "prophesi" "prophet"
## [2153] "propiti" "propitiatori" "proport" "propos"
## [2157] "proposit" "propound" "proprieti" "prosfora"
## [2161] "prospect" "prosper" "protect" "protest"
## [2165] "protestant" "proud" "prove" "proverb"
## [2169] "provid" "providenti" "provinc" "provis"
## [2173] "provok" "prudent" "psalm" "psalmist"
## [2177] "public" "publican" "publick" "publish"
## [2181] "pull" "punish" "purchas" "pure"
## [2185] "purest" "purg" "purgatori" "purif"
## [2189] "purifi" "puritan" "puriti" "purpos"
## [2193] "pursu" "pusey" "put" "qualif"
## [2197] "qualifi" "qualiti" "quarter" "queen"
## [2201] "quench" "question" "qui" "quick"
## [2205] "quicken" "quiet" "quit" "quod"
## [2209] "quot" "quotat" "qusia" "race"
## [2213] "rahab" "rain" "rais" "random"
## [2217] "rang" "rank" "rapid" "rare"
## [2221] "rash" "rate" "rather" "ration"
## [2225] "rationalist" "reach" "read" "reader"
## [2229] "readi" "readili" "real" "realiti"
## [2233] "realiz" "realli" "realm" "reap"
## [2237] "reason" "rebellion" "rebuk" "receiv"
## [2241] "receiveth" "recent" "recept" "recit"
## [2245] "reckon" "recogn" "recognis" "recollect"
## [2249] "recommend" "reconcil" "reconcili" "record"
## [2253] "recours" "recov" "recur" "red"
## [2257] "redeem" "redeemer" "redempt" "reduc"
## [2261] "refer" "refin" "reflect" "reform"
## [2265] "refresh" "refug" "refus" "refut"
## [2269] "regard" "regener" "region" "regul"
## [2273] "regular" "rehears" "reign" "reiter"
## [2277] "reject" "rejoic" "relat" "relax"
## [2281] "releas" "reli" "relic" "relief"
## [2285] "reliev" "religi" "religion" "remain"
## [2289] "remark" "remedi" "rememb" "remembr"
## [2293] "remind" "remiss" "remit" "remot"
## [2297] "remov" "render" "renew" "renounc"
## [2301] "renov" "repair" "repeat" "repent"
## [2305] "repetit" "repli" "report" "repos"
## [2309] "repres" "represent" "representeth" "reproach"
## [2313] "reprob" "reprov" "repugn" "reput"
## [2317] "request" "requir" "requisit" "rescu"
## [2321] "resembl" "reserv" "resid" "resist"
## [2325] "resolut" "resolv" "resort" "respect"
## [2329] "respons" "rest" "restless" "restor"
## [2333] "restrain" "restraint" "result" "resurrect"
## [2337] "retain" "retir" "return" "rev"
## [2341] "reveal" "revel" "rever" "reverenc"
## [2345] "reverend" "reverenti" "review" "revis"
## [2349] "reviv" "revolt" "reward" "rich"
## [2353] "richard" "rid" "ridicul" "ridley"
## [2357] "right" "righteous" "rise" "risen"
## [2361] "risk" "rite" "ritual" "rival"
## [2365] "river" "robe" "rock" "rod"
## [2369] "rom" "roman" "romanist" "rome"
## [2373] "romish" "room" "root" "rose"
## [2377] "round" "royal" "rubric" "rude"
## [2381] "ruin" "rule" "ruler" "run"
## [2385] "sabbath" "sabellian" "sacerdot" "sacr"
## [2389] "sacrament" "sacred" "sacrif" "sacrific"
## [2393] "sacrifici" "sacrificii" "sacrificium" "sacrileg"
## [2397] "sad" "safe" "safeguard" "safest"
## [2401] "safeti" "said" "saint" "saith"
## [2405] "sake" "salutari" "salvat" "sam"
## [2409] "samuel" "sanctif" "sanctifi" "sanction"
## [2413] "sanctiti" "sanctuari" "sat" "satan"
## [2417] "satisfact" "satisfactori" "satisfi" "saul"
## [2421] "save" "saviour" "saviours" "savour"
## [2425] "saw" "say" "scale" "scandal"
## [2429] "scarc" "scarlet" "scatter" "scene"
## [2433] "scheme" "schism" "schismat" "scholar"
## [2437] "scholast" "school" "schoolmen" "scienc"
## [2441] "scope" "scorn" "scotch" "scotland"
## [2445] "scottish" "scribe" "scriptur" "scrupl"
## [2449] "scrupul" "sea" "seal" "search"
## [2453] "season" "seat" "second" "secondari"
## [2457] "secret" "sect" "section" "secular"
## [2461] "secur" "seduc" "see" "seed"
## [2465] "seek" "seem" "seemeth" "seen"
## [2469] "seeth" "seldom" "select" "self"
## [2473] "selfdeni" "selv" "send" "sens"
## [2477] "sensibl" "sensual" "sent" "sentenc"
## [2481] "sentiment" "separ" "seri" "serious"
## [2485] "serm" "sermon" "serpent" "serv"
## [2489] "servant" "servic" "set" "settl"
## [2493] "seven" "seventeenth" "sever" "shade"
## [2497] "shadow" "shall" "shalt" "shame"
## [2501] "shape" "share" "sharp" "she"
## [2505] "shed" "sheep" "shepherd" "shew"
## [2509] "shewbread" "shine" "shock" "short"
## [2513] "shorten" "should" "show" "shown"
## [2517] "shrink" "shut" "sic" "sick"
## [2521] "side" "sight" "sign" "signal"
## [2525] "signif" "signifi" "signific" "silenc"
## [2529] "silent" "silver" "similar" "similitud"
## [2533] "simon" "simpl" "simpli" "simplic"
## [2537] "sin" "sinc" "sincer" "sing"
## [2541] "singl" "singular" "sinner" "sinoff"
## [2545] "sion" "sir" "sister" "sit"
## [2549] "six" "sixteenth" "sixth" "skill"
## [2553] "slain" "slaughter" "slave" "sleep"
## [2557] "slight" "slightest" "slow" "small"
## [2561] "smell" "snare" "sober" "societi"
## [2565] "socinian" "sodom" "soever" "sold"
## [2569] "sole" "solemn" "solid" "solitari"
## [2573] "solomon" "solv" "some" "someth"
## [2577] "sometim" "somewhat" "son" "song"
## [2581] "soon" "sooner" "sorri" "sorrow"
## [2585] "sort" "sought" "soul" "sound"
## [2589] "sourc" "south" "sovereign" "sovereignti"
## [2593] "space" "spake" "spare" "sparrow"
## [2597] "speak" "speaketh" "speci" "special"
## [2601] "specif" "specifi" "specimen" "specul"
## [2605] "speech" "spend" "spent" "spirit"
## [2609] "spiritu" "spite" "spoil" "spoke"
## [2613] "spoken" "spontan" "spread" "spring"
## [2617] "sprinkl" "stage" "stand" "standard"
## [2621] "star" "start" "startl" "state"
## [2625] "statement" "station" "stay" "stead"
## [2629] "stedfast" "step" "steward" "still"
## [2633] "stillingfleet" "stir" "stomach" "stone"
## [2637] "stood" "stop" "store" "stori"
## [2641] "strang" "stranger" "stream" "street"
## [2645] "strength" "strengthen" "stress" "stretch"
## [2649] "strict" "strife" "strike" "strive"
## [2653] "strong" "stronger" "strongest" "struck"
## [2657] "structur" "struggl" "strype" "stubbl"
## [2661] "studi" "stumbl" "style" "sub"
## [2665] "subdu" "subject" "sublim" "submiss"
## [2669] "submit" "subordin" "subscrib" "subscript"
## [2673] "subsequ" "subsist" "substanc" "substanti"
## [2677] "substitut" "subtl" "succeed" "success"
## [2681] "successor" "such" "sudden" "suffer"
## [2685] "suffic" "suffici" "suffrag" "suffragan"
## [2689] "suggest" "suit" "suitabl" "sum"
## [2693] "summari" "summer" "sun" "sunday"
## [2697] "sundri" "sup" "superfici" "superflu"
## [2701] "superintend" "superior" "supernatur" "supersed"
## [2705] "superstit" "superstiti" "supper" "suppli"
## [2709] "supplic" "support" "suppos" "supposit"
## [2713] "suppress" "suprem" "supremaci" "sure"
## [2717] "surpris" "surround" "suspect" "suspend"
## [2721] "suspicion" "sustain" "sweet" "sword"
## [2725] "symbol" "sympathi" "symptom" "synagogu"
## [2729] "synod" "system" "systemat" "tabernacl"
## [2733] "tabl" "take" "taken" "taketh"
## [2737] "tale" "talent" "talk" "tare"
## [2741] "task" "tast" "taught" "taylor"
## [2745] "teach" "teacher" "teacheth" "tear"
## [2749] "teeth" "tell" "temper" "templ"
## [2753] "tempor" "temporari" "tempt" "temptat"
## [2757] "ten" "tend" "tendenc" "tender"
## [2761] "tenet" "tenor" "tenth" "term"
## [2765] "termin" "terribl" "terror" "tertullian"
## [2769] "test" "testament" "testifi" "testimoni"
## [2773] "text" "thank" "thanksgiv" "that"
## [2777] "the" "thee" "their" "then"
## [2781] "thenc" "theodoret" "theolog" "theologian"
## [2785] "theori" "there" "therebi" "therefor"
## [2789] "therein" "thereof" "thereon" "thereunto"
## [2793] "thereupon" "therewith" "these" "thess"
## [2797] "they" "thi" "thiev" "thine"
## [2801] "thing" "think" "third" "thirti"
## [2805] "this" "thither" "thoma" "thorough"
## [2809] "those" "thou" "though" "thought"
## [2813] "thousand" "threaten" "three" "throne"
## [2817] "throughout" "throw" "thrown" "thus"
## [2821] "thyself" "tie" "till" "tim"
## [2825] "time" "timothi" "tiptop" "tire"
## [2829] "tis" "tit" "titl" "titus"
## [2833] "tobit" "today" "togeth" "token"
## [2837] "told" "toler" "tom" "tone"
## [2841] "tongu" "took" "topic" "torment"
## [2845] "touch" "toward" "town" "trace"
## [2849] "tract" "tradit" "train" "transact"
## [2853] "transcrib" "transfer" "transgress" "translat"
## [2857] "transmit" "transubstanti" "travel" "treasur"
## [2861] "treat" "treatis" "treatment" "tree"
## [2865] "trembl" "trent" "trespass" "tri"
## [2869] "trial" "tribe" "tridentin" "trifl"
## [2873] "triniti" "triumph" "triumphant" "trivial"
## [2877] "troubl" "true" "truli" "trust"
## [2881] "truth" "turn" "twelv" "twenti"
## [2885] "twice" "two" "type" "typic"
## [2889] "typifi" "tyranni" "ultim" "ultraprotest"
## [2893] "unabl" "unanim" "unavoid" "unbapt"
## [2897] "unbelief" "unbeliev" "unbloodi" "uncertain"
## [2901] "unchang" "uncharit" "unclean" "unconsci"
## [2905] "uncorrupt" "undeni" "undergo" "understand"
## [2909] "understood" "undertak" "undertaken" "undoubt"
## [2913] "undu" "uneasi" "unfair" "unfaith"
## [2917] "unfit" "unfold" "ungod" "unhappi"
## [2921] "uniform" "unimport" "uninterrupt" "union"
## [2925] "unit" "unitarian" "uniti" "univers"
## [2929] "unjust" "unknown" "unlearn" "unless"
## [2933] "unlik" "unnatur" "unnecessari" "unprofit"
## [2937] "unquestion" "unreal" "unreason" "unreserv"
## [2941] "unscriptur" "unseen" "unsettl" "unspeak"
## [2945] "unto" "unusu" "unwil" "unworthi"
## [2949] "unworthili" "uphold" "upon" "upper"
## [2953] "urg" "urgent" "usag" "use"
## [2957] "useless" "ussher" "usual" "usurp"
## [2961] "utmost" "utter" "vagu" "vain"
## [2965] "valid" "valu" "valuabl" "vaniti"
## [2969] "vari" "varianc" "varieti" "various"
## [2973] "vast" "vehement" "vehicl" "veil"
## [2977] "vener" "vengeanc" "venial" "ventur"
## [2981] "ver" "verbal" "veri" "verili"
## [2985] "veriti" "vers" "version" "vesper"
## [2989] "vessel" "vest" "via" "vice"
## [2993] "victori" "vid" "vide" "view"
## [2997] "vigil" "vii" "viii" "villag"
## [3001] "vindic" "vine" "violat" "violenc"
## [3005] "violent" "virgin" "virtu" "virtual"
## [3009] "virtuous" "visibl" "vision" "visit"
## [3013] "vital" "vivid" "viz" "voic"
## [3017] "vol" "volum" "voluntari" "vouchsaf"
## [3021] "vow" "wait" "wake" "walk"
## [3025] "wall" "wander" "want" "wanton"
## [3029] "war" "warfar" "warn" "warrant"
## [3033] "was" "wash" "wast" "watch"
## [3037] "water" "wave" "wax" "way"
## [3041] "weak" "weaken" "wealth" "weapon"
## [3045] "wear" "weari" "wednesday" "week"
## [3049] "weekday" "weep" "weigh" "weight"
## [3053] "well" "wellknown" "went" "were"
## [3057] "west" "western" "what" "whatev"
## [3061] "whatsoev" "wheat" "when" "whenc"
## [3065] "whenev" "whensoev" "where" "wherea"
## [3069] "wherebi" "wherefor" "wherein" "whereof"
## [3073] "whereon" "wheresoev" "whereunto" "whereupon"
## [3077] "wherev" "wherewith" "whether" "whi"
## [3081] "which" "while" "whilst" "whitbi"
## [3085] "white" "whither" "who" "whoever"
## [3089] "whole" "wholesom" "wholli" "whose"
## [3093] "whosoev" "wick" "wicked" "wide"
## [3097] "widow" "wife" "wil" "wild"
## [3101] "wilder" "will" "william" "wilson"
## [3105] "wind" "wine" "wisdom" "wise"
## [3109] "wiser" "wish" "wit" "with"
## [3113] "withal" "withdraw" "withdrawn" "withheld"
## [3117] "withhold" "within" "without" "woe"
## [3121] "woman" "women" "wonder" "wont"
## [3125] "wood" "word" "work" "world"
## [3129] "wors" "worship" "worshipp" "worst"
## [3133] "worth" "worthi" "worthili" "would"
## [3137] "wouldest" "wound" "wrath" "wrest"
## [3141] "wretch" "writ" "write" "writer"
## [3145] "written" "wrong" "wrote" "wrought"
## [3149] "xii" "xiii" "xiv" "xix"
## [3153] "xvi" "xvii" "xviii" "xxi"
## [3157] "xxii" "xxiii" "xxiv" "xxix"
## [3161] "xxv" "xxviii" "yawn" "yea"
## [3165] "year" "yes" "yet" "yield"
## [3169] "yoke" "you" "young" "younger"
## [3173] "your" "zeal" "zealous"
findFreqTerms(mytdm, 25)
## [1] "1project" "aaron" "abid" "abl"
## [5] "abound" "abraham" "absenc" "absolut"
## [9] "abstract" "absurd" "abund" "abus"
## [13] "accept" "accid" "accompani" "accomplish"
## [17] "accord" "account" "accur" "accus"
## [21] "accustom" "acknowledg" "acquaint" "acquiesc"
## [25] "act" "action" "activ" "acts"
## [29] "actual" "adapt" "add" "addit"
## [33] "address" "adduc" "adher" "administ"
## [37] "administr" "admir" "admiss" "admit"
## [41] "admonit" "adopt" "ador" "advanc"
## [45] "advantag" "adversari" "advic" "advoc"
## [49] "affect" "affirm" "afflict" "afford"
## [53] "afraid" "after" "afterward" "again"
## [57] "age" "agre" "agreeabl" "agreement"
## [61] "aid" "alexandria" "alik" "aliv"
## [65] "all" "alleg" "allegor" "allegori"
## [69] "allow" "allud" "allus" "alm"
## [73] "almighti" "almost" "alon" "along"
## [77] "alreadi" "also" "altar" "alter"
## [81] "although" "altogeth" "alway" "ambrose"
## [85] "amen" "amend" "among" "amongst"
## [89] "amount" "analog" "anathema" "ancient"
## [93] "and" "andrew" "angel" "anglican"
## [97] "anim" "annex" "anoint" "anoth"
## [101] "another" "answer" "antichrist" "anticip"
## [105] "antioch" "antiqu" "antiquiti" "anxious"
## [109] "apart" "apost" "apostasi" "apostl"
## [113] "apostol" "appar" "appeal" "appear"
## [117] "appli" "applic" "appoint" "apprehend"
## [121] "apprehens" "approach" "appropri" "approv"
## [125] "apt" "archbishop" "are" "argu"
## [129] "argument" "aris" "arm" "around"
## [133] "arrang" "arriv" "art" "articl"
## [137] "ascens" "ascertain" "ascrib" "asham"
## [141] "asid" "ask" "assembl" "assert"
## [145] "assign" "assist" "associ" "assum"
## [149] "assur" "athanasian" "aton" "atonement"
## [153] "attach" "attack" "attain" "attempt"
## [157] "attend" "attent" "attribut" "augustin"
## [161] "austin" "author" "avail" "avoid"
## [165] "avow" "awar" "away" "back"
## [169] "bad" "baptism" "baptist" "baptiz"
## [173] "bare" "barnaba" "basil" "bear"
## [177] "beast" "beauti" "becam" "becaus"
## [181] "becom" "beforehand" "beg" "began"
## [185] "begin" "begun" "behalf" "behold"
## [189] "belief" "believ" "bellarmin" "belong"
## [193] "belov" "benefit" "berengarius" "beseech"
## [197] "besid" "best" "bestow" "betray"
## [201] "better" "betwixt" "beyond" "bibl"
## [205] "bid" "bind" "birth" "bishop"
## [209] "blame" "blasphem" "blasphemi" "bless"
## [213] "blind" "blood" "bloodi" "bodi"
## [217] "bodili" "bold" "book" "born"
## [221] "bosom" "bound" "branch" "bread"
## [225] "break" "breath" "brethren" "breviari"
## [229] "brief" "bright" "bring" "broken"
## [233] "brother" "brought" "build" "built"
## [237] "bull" "burial" "burn" "burnt"
## [241] "busi" "but" "c3i" "calcul"
## [245] "call" "calvin" "came" "can"
## [249] "canon" "canterburi" "cap" "capabl"
## [253] "capac" "captiv" "cardin" "care"
## [257] "careless" "carnal" "carri" "case"
## [261] "cast" "catech" "cathedr" "cathol"
## [265] "caus" "caution" "ceas" "celebr"
## [269] "censur" "centuri" "ceremoni" "certain"
## [273] "chain" "challeng" "chanc" "chang"
## [277] "chap" "chapel" "chapter" "charact"
## [281] "characterist" "charg" "charit" "chariti"
## [285] "check" "chief" "chiefli" "child"
## [289] "children" "choos" "chosen" "christ"
## [293] "christian" "christs" "chrysostom" "church"
## [297] "churchmen" "circumcis" "circumst" "cite"
## [301] "citi" "civil" "claim" "class"
## [305] "clean" "cleans" "clear" "clement"
## [309] "clergi" "clergyman" "close" "cloth"
## [313] "cold" "collect" "combin" "come"
## [317] "cometh" "comfort" "command" "commemor"
## [321] "commenc" "commend" "comment" "commentari"
## [325] "commiss" "commit" "common" "communic"
## [329] "communion" "compani" "compar" "comparison"
## [333] "compass" "complet" "compos" "comprehend"
## [337] "comprehens" "conceal" "conceiv" "concept"
## [341] "concern" "conclud" "conclus" "condemn"
## [345] "condit" "conduct" "confer" "confess"
## [349] "confessor" "confid" "confin" "confirm"
## [353] "conform" "confus" "congreg" "conjectur"
## [357] "connect" "connexion" "conscienc" "consecr"
## [361] "consent" "consequ" "consid" "consider"
## [365] "consist" "consol" "constant" "constitut"
## [369] "consum" "contain" "contempl" "contempt"
## [373] "contend" "content" "continu" "contradict"
## [377] "contrari" "contrast" "control" "controversi"
## [381] "conveni" "convers" "convert" "convey"
## [385] "convict" "convinc" "convoc" "cor"
## [389] "corinthian" "corpor" "correct" "correspond"
## [393] "corrupt" "council" "counsel" "count"
## [397] "counten" "countri" "cours" "coven"
## [401] "cover" "cranmer" "creat" "creation"
## [405] "creator" "creatur" "creed" "cri"
## [409] "crime" "critic" "cross" "crown"
## [413] "crucifi" "cup" "cure" "curious"
## [417] "custom" "cut" "cyprian" "cyril"
## [421] "daili" "danger" "daniel" "dare"
## [425] "dark" "daughter" "david" "day"
## [429] "deacon" "dead" "deal" "dear"
## [433] "death" "deceas" "deceiv" "decid"
## [437] "declar" "decre" "deed" "deep"
## [441] "deepli" "defect" "defenc" "defend"
## [445] "defin" "definit" "degre" "delight"
## [449] "deliv" "deliver" "demand" "demonstr"
## [453] "deni" "denot" "depart" "depend"
## [457] "depriv" "depth" "deriv" "descend"
## [461] "describ" "descript" "desert" "deserv"
## [465] "design" "desir" "despis" "destroy"
## [469] "destruct" "detail" "determin" "develop"
## [473] "devil" "devot" "devout" "die"
## [477] "differ" "difficult" "difficulti" "digniti"
## [481] "dilig" "dioces" "direct" "discern"
## [485] "discharg" "discipl" "disciplin" "disclos"
## [489] "discours" "discov" "discuss" "disparag"
## [493] "dispens" "dispos" "disposit" "disput"
## [497] "dissent" "distanc" "distinct" "distinguish"
## [501] "distribut" "disturb" "diver" "divers"
## [505] "divid" "divin" "divis" "doctor"
## [509] "doctrin" "doe" "dominion" "done"
## [513] "door" "doth" "doubt" "doubtless"
## [517] "draw" "drawn" "dread" "dream"
## [521] "drink" "due" "duli" "duti"
## [525] "dwell" "ear" "earli" "earnest"
## [529] "earth" "easi" "easili" "east"
## [533] "eat" "eaten" "ecclesiast" "economi"
## [537] "edif" "edifi" "edit" "editor"
## [541] "educ" "edward" "effect" "effectu"
## [545] "efficaci" "effort" "egypt" "either"
## [549] "elder" "elect" "element" "els"
## [553] "elsewher" "emblem" "embrac" "emin"
## [557] "emperor" "empir" "employ" "enabl"
## [561] "encourag" "end" "endeavour" "endur"
## [565] "enemi" "enforc" "engag" "england"
## [569] "english" "enjoin" "enjoy" "enlarg"
## [573] "enlighten" "enough" "enter" "entertain"
## [577] "entir" "entitl" "enumer" "ephesus"
## [581] "episcop" "episcopaci" "epistl" "equal"
## [585] "erron" "error" "erskine" "escap"
## [589] "especi" "essenti" "establish" "estat"
## [593] "esteem" "estim" "etern" "eucharist"
## [597] "eusebius" "evangel" "evangelist" "even"
## [601] "evene" "event" "ever" "everi"
## [605] "everlast" "evid" "evil" "exact"
## [609] "exalt" "examin" "exampl" "exceed"
## [613] "excel" "except" "excit" "exclud"
## [617] "exclus" "excommun" "excus" "execut"
## [621] "exercis" "exhibit" "exhort" "exist"
## [625] "exod" "expect" "expedi" "experi"
## [629] "expiat" "expiatori" "explain" "explan"
## [633] "explicit" "expos" "exposit" "expound"
## [637] "express" "expressli" "extend" "extens"
## [641] "extent" "extern" "extract" "extraordinari"
## [645] "extrem" "eye" "face" "fact"
## [649] "fail" "faint" "fair" "faith"
## [653] "fall" "fallen" "fals" "famili"
## [657] "familiar" "fanci" "far" "farther"
## [661] "fashion" "fast" "father" "fault"
## [665] "favour" "fear" "feast" "feel"
## [669] "fell" "fellowship" "felt" "festiv"
## [673] "field" "fifth" "figur" "file"
## [677] "fill" "final" "find" "finish"
## [681] "fire" "firm" "first" "fit"
## [685] "five" "fix" "flesh" "flock"
## [689] "flow" "follow" "food" "for"
## [693] "forbear" "forbid" "forc" "foreign"
## [697] "forget" "forgiv" "forgotten" "form"
## [701] "formal" "former" "forth" "forti"
## [705] "forward" "found" "foundat" "four"
## [709] "fourth" "frame" "free" "freeli"
## [713] "frequent" "fresh" "friday" "friend"
## [717] "from" "fruit" "ful" "fulfil"
## [721] "full" "fulli" "function" "furnish"
## [725] "further" "futur" "gain" "gate"
## [729] "gather" "gave" "gen" "general"
## [733] "generat" "gentil" "get" "ghost"
## [737] "gift" "give" "given" "glad"
## [741] "glori" "glorifi" "glorious" "god"
## [745] "gods" "goe" "gold" "gone"
## [749] "good" "gospel" "govern" "governor"
## [753] "grace" "gracious" "gradual" "grant"
## [757] "grave" "great" "greater" "greatest"
## [761] "greek" "gregori" "grievous" "gross"
## [765] "ground" "grow" "guard" "guid"
## [769] "guilt" "guilti" "habit" "habitu"
## [773] "half" "hand" "happen" "happi"
## [777] "hard" "harmoni" "hast" "hath"
## [781] "have" "head" "heal" "health"
## [785] "hear" "heard" "hearer" "heart"
## [789] "heathen" "heaven" "heb" "hebrew"
## [793] "held" "hell" "help" "henc"
## [797] "here" "hereaft" "herebi" "herein"
## [801] "heresi" "heret" "hesit" "hid"
## [805] "hidden" "hide" "high" "higher"
## [809] "highest" "him" "himself" "hinder"
## [813] "hint" "his" "histor" "histori"
## [817] "hitherto" "hold" "holi" "hom"
## [821] "home" "homili" "honour" "hope"
## [825] "host" "hour" "hous" "household"
## [829] "how" "howev" "human" "humbl"
## [833] "humil" "humili" "hundr" "hymn"
## [837] "ibid" "idea" "idl" "idol"
## [841] "idolatri" "ignatius" "ignor" "iii"
## [845] "ill" "illustr" "imag" "imagin"
## [849] "imit" "immedi" "immort" "impart"
## [853] "imperfect" "impli" "import" "impos"
## [857] "imposs" "impress" "improp" "improv"
## [861] "imput" "inasmuch" "incarnat" "incens"
## [865] "incident" "inclin" "includ" "inconsist"
## [869] "increas" "inculc" "incur" "inde"
## [873] "indeed" "independ" "indic" "indiffer"
## [877] "individu" "induc" "indulg" "infal"
## [881] "infant" "infer" "infidel" "infinit"
## [885] "influenc" "inform" "inherit" "iniqu"
## [889] "injuri" "innoc" "inquir" "inquiri"
## [893] "insert" "insist" "inspir" "instanc"
## [897] "instead" "institut" "instruct" "instrument"
## [901] "intellectu" "intellig" "intend" "intent"
## [905] "intercess" "interest" "interfer" "intern"
## [909] "interpret" "intim" "introduc" "introduct"
## [913] "invent" "invest" "invis" "invit"
## [917] "invoc" "involv" "inward" "irenaeus"
## [921] "irenæus" "irrever" "isaac" "isaiah"
## [925] "israel" "israelit" "jacob" "jame"
## [929] "jerom" "jerusalem" "jesus" "jew"
## [933] "jewel" "jewish" "john" "join"
## [937] "joy" "judg" "judgment" "just"
## [941] "justic" "justif" "justifi" "justin"
## [945] "keep" "kept" "key" "kind"
## [949] "king" "kingdom" "kneel" "knew"
## [953] "know" "knowledg" "known" "labour"
## [957] "laid" "laiti" "lamb" "lament"
## [961] "land" "languag" "larg" "last"
## [965] "late" "later" "latin" "latter"
## [969] "laud" "law" "lay" "lead"
## [973] "learn" "least" "leav" "led"
## [977] "left" "legal" "length" "lent"
## [981] "less" "lesson" "lest" "let"
## [985] "letter" "levit" "lib" "liber"
## [989] "liberti" "lie" "life" "lift"
## [993] "light" "like" "likewis" "limit"
## [997] "line" "lip" "liter" "littl"
## [1001] "liturgi" "live" "local" "long"
## [1005] "longer" "look" "loos" "lord"
## [1009] "lords" "lose" "loss" "lost"
## [1013] "love" "low" "lower" "luke"
## [1017] "made" "magazin" "main" "maintain"
## [1021] "majesti" "make" "man" "mani"
## [1025] "manifest" "manifold" "mankind" "manner"
## [1029] "mari" "mark" "marriag" "martyr"
## [1033] "marvel" "mass" "master" "materi"
## [1037] "matt" "matter" "matthew" "may"
## [1041] "mean" "meant" "measur" "meat"
## [1045] "mediat" "medit" "meet" "melchisedec"
## [1049] "member" "memori" "men" "mention"
## [1053] "merci" "mere" "merit" "meritori"
## [1057] "met" "method" "middl" "midst"
## [1061] "might" "mighti" "mind" "mine"
## [1065] "minist" "ministeri" "ministr" "ministri"
## [1069] "minut" "miracl" "miracul" "miser"
## [1073] "mistak" "mix" "mode" "modern"
## [1077] "moment" "month" "moral" "moreov"
## [1081] "morn" "mortal" "mose" "most"
## [1085] "mother" "motiv" "mount" "mountain"
## [1089] "mouth" "move" "much" "multitud"
## [1093] "must" "mutual" "mysteri" "mystic"
## [1097] "name" "narrat" "nation" "natur"
## [1101] "nay" "near" "nearer" "necess"
## [1105] "necessari" "necessarili" "need" "neglect"
## [1109] "neglig" "neighbour" "neither" "nelson"
## [1113] "never" "nevertheless" "new" "next"
## [1117] "night" "ninth" "noah" "nobl"
## [1121] "none" "nor" "not" "note"
## [1125] "noth" "notic" "notion" "notwithstand"
## [1129] "nourish" "now" "number" "numer"
## [1133] "obedi" "obey" "object" "oblat"
## [1137] "oblation" "oblig" "obscur" "observ"
## [1141] "obtain" "obvious" "occas" "occasion"
## [1145] "occur" "offenc" "offend" "offer"
## [1149] "offic" "office" "often" "old"
## [1153] "omiss" "omit" "one" "onli"
## [1157] "open" "oper" "opinion" "opportun"
## [1161] "oppos" "opposit" "ordain" "order"
## [1165] "ordin" "ordinari" "origen" "origin"
## [1169] "orthodox" "other" "otherwis" "our"
## [1173] "outward" "owe" "own" "oxford"
## [1177] "page" "paid" "pain" "paper"
## [1181] "papist" "parabl" "paradis" "parallel"
## [1185] "pardon" "parent" "parish" "part"
## [1189] "partak" "parti" "partial" "particip"
## [1193] "particular" "paschal" "pass" "passag"
## [1197] "passion" "passov" "past" "pastor"
## [1201] "path" "patriarch" "pattern" "paul"
## [1205] "peac" "peculiar" "penanc" "penit"
## [1209] "peopl" "perceiv" "perfect" "perform"
## [1213] "perhap" "peril" "period" "perish"
## [1217] "permit" "perpetu" "perplex" "persecut"
## [1221] "person" "persuad" "peter" "petit"
## [1225] "pharise" "philip" "philosoph" "philosophi"
## [1229] "phrase" "piec" "pieti" "pious"
## [1233] "place" "plain" "plan" "plant"
## [1237] "plead" "pleas" "pleasur" "pledg"
## [1241] "point" "polit" "poor" "pope"
## [1245] "poperi" "popish" "popular" "portion"
## [1249] "posit" "possess" "possibl" "pour"
## [1253] "power" "practic" "practis" "prais"
## [1257] "pray" "prayer" "preach" "preacher"
## [1261] "preced" "precept" "precious" "precis"
## [1265] "predict" "prefac" "prefer" "prejudic"
## [1269] "prepar" "presbyt" "prescrib" "presenc"
## [1273] "present" "preserv" "press" "presum"
## [1277] "presumpt" "pretenc" "pretend" "prevail"
## [1281] "prevent" "previous" "pride" "priest"
## [1285] "priesthood" "primit" "princ" "princip"
## [1289] "principl" "print" "prison" "privat"
## [1293] "privileg" "probabl" "proceed" "process"
## [1297] "procur" "produc" "profan" "profess"
## [1301] "profit" "progress" "promin" "promis"
## [1305] "promot" "pronounc" "proof" "proper"
## [1309] "properti" "propheci" "prophet" "propiti"
## [1313] "propitiatori" "proport" "propos" "proposit"
## [1317] "protect" "protest" "prove" "provid"
## [1321] "providenti" "provinc" "provis" "psalm"
## [1325] "public" "publish" "punish" "purchas"
## [1329] "pure" "purg" "purgatori" "purifi"
## [1333] "puriti" "purpos" "pusey" "put"
## [1337] "qualiti" "queen" "question" "quick"
## [1341] "quiet" "quit" "quot" "rais"
## [1345] "rank" "rather" "ration" "reach"
## [1349] "read" "reader" "readi" "readili"
## [1353] "real" "realiti" "realiz" "realli"
## [1357] "reason" "rebuk" "receiv" "recept"
## [1361] "reckon" "recollect" "recommend" "reconcil"
## [1365] "record" "redeem" "redempt" "reduc"
## [1369] "refer" "refin" "reflect" "reform"
## [1373] "refresh" "refus" "refut" "regard"
## [1377] "regener" "regul" "regular" "reign"
## [1381] "reject" "rejoic" "relat" "relic"
## [1385] "religi" "religion" "remain" "remark"
## [1389] "remedi" "rememb" "remembr" "remind"
## [1393] "remiss" "remit" "remov" "render"
## [1397] "renew" "repeat" "repent" "repli"
## [1401] "report" "repres" "represent" "reproach"
## [1405] "reprov" "request" "requir" "requisit"
## [1409] "resembl" "reserv" "resolv" "respect"
## [1413] "respons" "rest" "restor" "result"
## [1417] "resurrect" "retain" "retir" "return"
## [1421] "reveal" "revel" "rever" "reverenti"
## [1425] "review" "revis" "reward" "rich"
## [1429] "richard" "right" "righteous" "rise"
## [1433] "rite" "ritual" "rock" "rom"
## [1437] "roman" "romanist" "rome" "romish"
## [1441] "room" "root" "round" "rubric"
## [1445] "rule" "ruler" "run" "sacr"
## [1449] "sacrament" "sacrif" "sacrific" "sacrifici"
## [1453] "sacrificium" "safe" "said" "saint"
## [1457] "saith" "sake" "salvat" "sanctifi"
## [1461] "sanction" "sanctuari" "satan" "satisfact"
## [1465] "satisfi" "save" "saviour" "saviours"
## [1469] "savour" "saw" "say" "scandal"
## [1473] "scarc" "scene" "scheme" "schism"
## [1477] "school" "scorn" "scotch" "scriptur"
## [1481] "scrupl" "sea" "seal" "search"
## [1485] "season" "second" "secret" "sect"
## [1489] "secur" "see" "seed" "seek"
## [1493] "seem" "seen" "seldom" "select"
## [1497] "selfdeni" "send" "sens" "sensibl"
## [1501] "sent" "sentenc" "sentiment" "separ"
## [1505] "seri" "serious" "sermon" "serv"
## [1509] "servant" "servic" "set" "settl"
## [1513] "seven" "sever" "shadow" "shall"
## [1517] "shalt" "shame" "shape" "share"
## [1521] "she" "shed" "shew" "short"
## [1525] "show" "shown" "shrink" "shut"
## [1529] "sick" "side" "sight" "sign"
## [1533] "signif" "signifi" "silenc" "silent"
## [1537] "similar" "simpl" "simpli" "simplic"
## [1541] "sin" "sinc" "sincer" "singl"
## [1545] "singular" "sinner" "sir" "sister"
## [1549] "sit" "six" "sixth" "slain"
## [1553] "sleep" "slight" "small" "sober"
## [1557] "societi" "socinian" "sole" "solemn"
## [1561] "some" "someth" "sometim" "somewhat"
## [1565] "son" "soon" "sorrow" "sort"
## [1569] "soul" "sound" "sourc" "spake"
## [1573] "spare" "speak" "special" "specimen"
## [1577] "specul" "speech" "spirit" "spiritu"
## [1581] "spite" "spoke" "spoken" "spread"
## [1585] "sprinkl" "stand" "startl" "state"
## [1589] "statement" "station" "stay" "step"
## [1593] "steward" "still" "stone" "stood"
## [1597] "stop" "strang" "strength" "strengthen"
## [1601] "strict" "strike" "strong" "studi"
## [1605] "style" "subject" "submit" "subscrib"
## [1609] "subsequ" "substanc" "substanti" "substitut"
## [1613] "succeed" "success" "successor" "such"
## [1617] "sudden" "suffer" "suffici" "suggest"
## [1621] "suit" "suitabl" "sum" "sun"
## [1625] "sunday" "superior" "supernatur" "supersed"
## [1629] "superstit" "superstiti" "supper" "suppli"
## [1633] "supplic" "support" "suppos" "supposit"
## [1637] "sure" "surpris" "sweet" "sword"
## [1641] "symbol" "system" "tabernacl" "tabl"
## [1645] "take" "taken" "talk" "tast"
## [1649] "taught" "taylor" "teach" "teacher"
## [1653] "tell" "temper" "templ" "tempor"
## [1657] "tempt" "temptat" "ten" "tend"
## [1661] "tendenc" "tender" "term" "tertullian"
## [1665] "test" "testament" "testifi" "testimoni"
## [1669] "text" "thank" "thanksgiv" "that"
## [1673] "the" "thee" "their" "then"
## [1677] "thenc" "theolog" "theori" "there"
## [1681] "therebi" "therefor" "therein" "thereof"
## [1685] "these" "they" "thi" "thine"
## [1689] "thing" "think" "third" "this"
## [1693] "thorough" "those" "thou" "though"
## [1697] "thought" "thousand" "three" "throne"
## [1701] "throughout" "throw" "thrown" "thus"
## [1705] "thyself" "till" "tim" "time"
## [1709] "timothi" "tis" "titl" "togeth"
## [1713] "token" "told" "toler" "tone"
## [1717] "tongu" "took" "torment" "touch"
## [1721] "toward" "trace" "tract" "tradit"
## [1725] "train" "translat" "transubstanti" "treasur"
## [1729] "treat" "treatis" "tree" "trent"
## [1733] "tri" "trial" "triniti" "troubl"
## [1737] "true" "truli" "trust" "truth"
## [1741] "turn" "twelv" "twice" "two"
## [1745] "type" "typic" "ultim" "unbeliev"
## [1749] "unbloodi" "understand" "understood" "undoubt"
## [1753] "uniform" "union" "unit" "uniti"
## [1757] "univers" "unknown" "unless" "unseen"
## [1761] "unto" "unworthi" "upon" "urg"
## [1765] "usag" "use" "usual" "utmost"
## [1769] "utter" "vain" "valu" "vari"
## [1773] "varieti" "various" "vast" "veil"
## [1777] "vener" "ventur" "verili" "vers"
## [1781] "view" "vii" "viii" "violent"
## [1785] "virgin" "virtu" "visibl" "vision"
## [1789] "visit" "viz" "voic" "vol"
## [1793] "vouchsaf" "wait" "walk" "want"
## [1797] "war" "warn" "warrant" "wash"
## [1801] "watch" "water" "way" "weak"
## [1805] "weari" "wednesday" "week" "weight"
## [1809] "well" "went" "what" "whatev"
## [1813] "whatsoev" "when" "whenc" "whenev"
## [1817] "where" "wherea" "wherebi" "wherefor"
## [1821] "wherein" "whereof" "wherev" "wherewith"
## [1825] "whether" "whi" "which" "who"
## [1829] "whoever" "whole" "wholli" "whose"
## [1833] "whosoev" "wick" "wide" "will"
## [1837] "wine" "wisdom" "wise" "wish"
## [1841] "wit" "with" "withdraw" "withdrawn"
## [1845] "within" "without" "woman" "wonder"
## [1849] "wont" "wood" "word" "work"
## [1853] "world" "wors" "worship" "worst"
## [1857] "worth" "worthi" "worthili" "wound"
## [1861] "wrath" "writ" "write" "writer"
## [1865] "written" "wrong" "wrote" "wrought"
## [1869] "xii" "xiii" "xiv" "xvi"
## [1873] "xviii" "xxii" "yea" "year"
## [1877] "yes" "yet" "yield" "you"
## [1881] "young" "zeal" "zealous"
findFreqTerms(mytdm, 50)
## [1] "abl" "abraham" "absolut" "absurd"
## [5] "abund" "abus" "accept" "accompani"
## [9] "accord" "account" "accus" "acknowledg"
## [13] "act" "action" "acts" "actual"
## [17] "add" "addit" "address" "adduc"
## [21] "administ" "administr" "admit" "adopt"
## [25] "advanc" "advantag" "adversari" "affect"
## [29] "affirm" "afford" "after" "afterward"
## [33] "again" "age" "agre" "agreeabl"
## [37] "all" "alleg" "allow" "allud"
## [41] "allus" "alm" "almighti" "almost"
## [45] "alon" "alreadi" "also" "altar"
## [49] "alter" "although" "altogeth" "alway"
## [53] "ambrose" "amen" "among" "analog"
## [57] "ancient" "and" "angel" "anoth"
## [61] "answer" "antichrist" "antiqu" "apostl"
## [65] "apostol" "appar" "appeal" "appear"
## [69] "appli" "applic" "appoint" "approach"
## [73] "approv" "apt" "archbishop" "argu"
## [77] "argument" "aris" "arriv" "art"
## [81] "articl" "ascertain" "asid" "ask"
## [85] "assembl" "assert" "assist" "associ"
## [89] "assum" "assur" "atonement" "attain"
## [93] "attempt" "attend" "attent" "attribut"
## [97] "augustin" "author" "avoid" "away"
## [101] "back" "bad" "baptism" "baptist"
## [105] "baptiz" "bear" "beauti" "becam"
## [109] "becom" "began" "begin" "behalf"
## [113] "behold" "belief" "believ" "bellarmin"
## [117] "belong" "benefit" "beseech" "besid"
## [121] "best" "bestow" "better" "beyond"
## [125] "bibl" "bind" "birth" "bishop"
## [129] "bless" "blind" "blood" "bodi"
## [133] "bodili" "bold" "book" "born"
## [137] "bound" "branch" "bread" "break"
## [141] "brethren" "breviari" "bring" "broken"
## [145] "brother" "brought" "build" "burn"
## [149] "busi" "but" "call" "came"
## [153] "can" "canon" "canterburi" "capabl"
## [157] "care" "carnal" "carri" "case"
## [161] "cast" "cathol" "caus" "ceas"
## [165] "celebr" "censur" "centuri" "ceremoni"
## [169] "certain" "chang" "chapter" "charact"
## [173] "charg" "chariti" "chief" "children"
## [177] "chosen" "christ" "christian" "christs"
## [181] "chrysostom" "church" "circumst" "cite"
## [185] "citi" "civil" "claim" "class"
## [189] "clear" "clement" "clergi" "close"
## [193] "collect" "come" "comfort" "command"
## [197] "commemor" "comment" "commiss" "commit"
## [201] "common" "communic" "communion" "compar"
## [205] "complet" "conceal" "conceiv" "concern"
## [209] "conclud" "conclus" "condemn" "condit"
## [213] "conduct" "confer" "confess" "confid"
## [217] "confirm" "congreg" "connect" "connexion"
## [221] "conscienc" "consecr" "consent" "consequ"
## [225] "consid" "consider" "consist" "constant"
## [229] "constitut" "contain" "contempl" "content"
## [233] "continu" "contradict" "contrari" "controversi"
## [237] "convers" "convert" "convey" "convinc"
## [241] "cor" "correct" "correspond" "corrupt"
## [245] "council" "countri" "cours" "coven"
## [249] "creatur" "creed" "cross" "crucifi"
## [253] "cup" "custom" "cyprian" "daili"
## [257] "danger" "daniel" "dare" "dark"
## [261] "day" "deacon" "dead" "deal"
## [265] "death" "deceiv" "declar" "decre"
## [269] "deep" "defend" "definit" "degre"
## [273] "deliv" "deni" "depart" "depend"
## [277] "deriv" "describ" "design" "desir"
## [281] "despis" "destroy" "detail" "determin"
## [285] "develop" "devil" "devot" "devout"
## [289] "die" "differ" "difficult" "difficulti"
## [293] "dilig" "dioces" "direct" "discern"
## [297] "discipl" "disciplin" "disclos" "discours"
## [301] "discuss" "dispens" "dispos" "disposit"
## [305] "disput" "dissent" "distinct" "distinguish"
## [309] "divid" "divin" "doctor" "doctrin"
## [313] "done" "doth" "doubt" "doubtless"
## [317] "draw" "drawn" "drink" "due"
## [321] "duli" "duti" "dwell" "earli"
## [325] "earnest" "earth" "easi" "easili"
## [329] "eat" "ecclesiast" "edward" "effect"
## [333] "effectu" "efficaci" "either" "elder"
## [337] "elect" "element" "els" "elsewher"
## [341] "embrac" "employ" "encourag" "end"
## [345] "endeavour" "endur" "enemi" "engag"
## [349] "england" "english" "enjoin" "enjoy"
## [353] "enough" "enter" "entir" "episcop"
## [357] "epistl" "equal" "error" "especi"
## [361] "essenti" "establish" "etern" "eucharist"
## [365] "even" "event" "ever" "everi"
## [369] "everlast" "evid" "evil" "exact"
## [373] "examin" "exampl" "exceed" "excel"
## [377] "except" "exclud" "exclus" "excommun"
## [381] "excus" "exercis" "exhibit" "exhort"
## [385] "exist" "expect" "experi" "explain"
## [389] "explan" "exposit" "express" "expressli"
## [393] "extend" "extern" "extract" "extraordinari"
## [397] "eye" "fact" "fail" "fair"
## [401] "faith" "fall" "fals" "famili"
## [405] "fanci" "far" "fast" "father"
## [409] "fault" "favour" "fear" "feast"
## [413] "feel" "felt" "festiv" "figur"
## [417] "final" "find" "fire" "first"
## [421] "fit" "five" "flesh" "flock"
## [425] "follow" "food" "for" "forc"
## [429] "foreign" "forgiv" "form" "formal"
## [433] "former" "forth" "forward" "found"
## [437] "foundat" "four" "fourth" "frame"
## [441] "free" "frequent" "friend" "from"
## [445] "fruit" "fulfil" "full" "fulli"
## [449] "futur" "gain" "gather" "gave"
## [453] "general" "generat" "gentil" "get"
## [457] "ghost" "gift" "give" "given"
## [461] "glori" "glorious" "god" "gods"
## [465] "goe" "gone" "good" "gospel"
## [469] "govern" "grace" "gracious" "gradual"
## [473] "grant" "great" "greater" "greatest"
## [477] "greek" "gregori" "ground" "guid"
## [481] "habit" "half" "hand" "happen"
## [485] "happi" "hard" "hast" "hath"
## [489] "head" "hear" "heard" "heart"
## [493] "heathen" "heaven" "heb" "hebrew"
## [497] "held" "hell" "help" "henc"
## [501] "here" "hereaft" "heresi" "heret"
## [505] "high" "higher" "highest" "him"
## [509] "himself" "hinder" "his" "histor"
## [513] "histori" "hold" "holi" "home"
## [517] "homili" "honour" "hope" "hour"
## [521] "hous" "how" "howev" "human"
## [525] "humbl" "hundr" "ibid" "idea"
## [529] "ignor" "iii" "illustr" "imag"
## [533] "imagin" "immedi" "imperfect" "impli"
## [537] "import" "imposs" "impress" "inclin"
## [541] "inconsist" "increas" "inde" "indeed"
## [545] "independ" "indic" "individu" "infant"
## [549] "infer" "infinit" "influenc" "inquir"
## [553] "inquiri" "inspir" "instanc" "instead"
## [557] "institut" "instruct" "instrument" "intend"
## [561] "intent" "intercess" "interest" "interfer"
## [565] "interpret" "intim" "introduc" "invis"
## [569] "inward" "israel" "jacob" "jerusalem"
## [573] "jesus" "jew" "jewish" "john"
## [577] "join" "joy" "judg" "judgment"
## [581] "just" "justic" "justif" "justifi"
## [585] "justin" "keep" "kept" "kind"
## [589] "king" "kingdom" "knew" "know"
## [593] "knowledg" "known" "labour" "laid"
## [597] "lamb" "land" "languag" "larg"
## [601] "last" "late" "later" "latin"
## [605] "latter" "law" "lay" "lead"
## [609] "learn" "least" "leav" "led"
## [613] "left" "length" "less" "lesson"
## [617] "lest" "let" "letter" "liberti"
## [621] "lie" "life" "light" "like"
## [625] "likewis" "limit" "line" "liter"
## [629] "littl" "liturgi" "live" "long"
## [633] "longer" "look" "lord" "lords"
## [637] "lost" "love" "luke" "made"
## [641] "main" "maintain" "majesti" "make"
## [645] "man" "mani" "manifest" "mankind"
## [649] "manner" "mark" "martyr" "mass"
## [653] "master" "materi" "matt" "matter"
## [657] "may" "mean" "meant" "measur"
## [661] "meat" "meet" "member" "memori"
## [665] "men" "mention" "merci" "mere"
## [669] "merit" "met" "method" "might"
## [673] "mind" "minist" "ministri" "miracl"
## [677] "miracul" "mistak" "mode" "modern"
## [681] "moment" "moral" "moreov" "morn"
## [685] "mose" "mother" "mouth" "move"
## [689] "much" "multitud" "must" "mysteri"
## [693] "mystic" "name" "narrat" "nation"
## [697] "natur" "nay" "near" "necess"
## [701] "necessari" "necessarili" "need" "neglect"
## [705] "neither" "never" "new" "next"
## [709] "night" "none" "nor" "not"
## [713] "note" "noth" "notic" "notion"
## [717] "notwithstand" "now" "number" "obedi"
## [721] "obey" "object" "oblat" "oblation"
## [725] "oblig" "obscur" "observ" "obtain"
## [729] "obvious" "occas" "occur" "offenc"
## [733] "offend" "offer" "offic" "office"
## [737] "often" "old" "omit" "one"
## [741] "open" "oper" "opinion" "opportun"
## [745] "oppos" "opposit" "ordain" "order"
## [749] "ordin" "ordinari" "origen" "origin"
## [753] "orthodox" "other" "otherwis" "our"
## [757] "outward" "oxford" "pain" "papist"
## [761] "parabl" "pardon" "parish" "part"
## [765] "partak" "parti" "particip" "particular"
## [769] "pass" "passag" "passion" "passov"
## [773] "past" "pastor" "patriarch" "paul"
## [777] "peac" "peculiar" "penit" "peopl"
## [781] "perceiv" "perfect" "perform" "perhap"
## [785] "period" "permit" "perpetu" "persecut"
## [789] "person" "persuad" "peter" "phrase"
## [793] "pieti" "pious" "place" "plain"
## [797] "plead" "pleas" "pleasur" "point"
## [801] "polit" "poor" "pope" "poperi"
## [805] "popish" "popular" "portion" "posit"
## [809] "possess" "possibl" "pour" "power"
## [813] "practic" "practis" "prais" "pray"
## [817] "prayer" "preach" "preced" "precept"
## [821] "precious" "prefer" "prepar" "presbyt"
## [825] "prescrib" "presenc" "present" "preserv"
## [829] "pretend" "prevail" "prevent" "priest"
## [833] "priesthood" "primit" "princip" "principl"
## [837] "privat" "privileg" "probabl" "proceed"
## [841] "process" "produc" "profan" "profess"
## [845] "profit" "promis" "pronounc" "proof"
## [849] "proper" "propheci" "prophet" "propiti"
## [853] "propitiatori" "proport" "propos" "protest"
## [857] "prove" "provid" "psalm" "public"
## [861] "publish" "punish" "pure" "purgatori"
## [865] "purpos" "pusey" "put" "question"
## [869] "quit" "quot" "rais" "rather"
## [873] "read" "reader" "readi" "real"
## [877] "realiti" "realli" "reason" "receiv"
## [881] "recommend" "reconcil" "record" "redeem"
## [885] "redempt" "refer" "reflect" "reform"
## [889] "refus" "regard" "regener" "regular"
## [893] "reject" "relat" "religi" "religion"
## [897] "remain" "remark" "rememb" "remembr"
## [901] "remiss" "remov" "render" "repeat"
## [905] "repent" "repli" "repres" "represent"
## [909] "requir" "reserv" "respect" "rest"
## [913] "restor" "result" "resurrect" "retain"
## [917] "return" "reveal" "revel" "rever"
## [921] "reward" "rich" "right" "righteous"
## [925] "rise" "rite" "roman" "romanist"
## [929] "rome" "romish" "rubric" "rule"
## [933] "run" "sacr" "sacrament" "sacrif"
## [937] "sacrific" "safe" "said" "saint"
## [941] "saith" "sake" "salvat" "sanctifi"
## [945] "sanction" "satisfact" "satisfi" "save"
## [949] "saviour" "saviours" "saw" "say"
## [953] "scarc" "school" "scriptur" "season"
## [957] "second" "secret" "sect" "secur"
## [961] "see" "seek" "seem" "seen"
## [965] "select" "selfdeni" "send" "sens"
## [969] "sensibl" "sent" "sentenc" "sentiment"
## [973] "separ" "serious" "sermon" "serv"
## [977] "servant" "servic" "set" "settl"
## [981] "seven" "sever" "shadow" "shall"
## [985] "shed" "shew" "short" "show"
## [989] "shown" "sick" "side" "sight"
## [993] "sign" "signif" "signifi" "silenc"
## [997] "similar" "simpl" "simpli" "sin"
## [1001] "sinc" "sincer" "singl" "sinner"
## [1005] "sir" "sit" "slight" "small"
## [1009] "societi" "solemn" "some" "someth"
## [1013] "sometim" "somewhat" "son" "soon"
## [1017] "sort" "soul" "sound" "speak"
## [1021] "special" "speech" "spirit" "spiritu"
## [1025] "spoken" "stand" "state" "statement"
## [1029] "still" "strang" "strength" "strict"
## [1033] "strike" "strong" "studi" "subject"
## [1037] "submit" "substanc" "substanti" "succeed"
## [1041] "success" "successor" "such" "suffer"
## [1045] "suffici" "suggest" "sun" "sunday"
## [1049] "superstit" "supper" "suppli" "supplic"
## [1053] "support" "suppos" "supposit" "sure"
## [1057] "symbol" "system" "tabl" "take"
## [1061] "taken" "taught" "teach" "teacher"
## [1065] "tell" "temper" "templ" "tempor"
## [1069] "tempt" "temptat" "ten" "tend"
## [1073] "tendenc" "tender" "term" "tertullian"
## [1077] "testament" "testimoni" "text" "thank"
## [1081] "thanksgiv" "that" "the" "thee"
## [1085] "then" "thenc" "theolog" "theori"
## [1089] "there" "therebi" "therefor" "therein"
## [1093] "thereof" "these" "they" "thi"
## [1097] "thine" "thing" "think" "third"
## [1101] "this" "thorough" "those" "thou"
## [1105] "though" "thought" "thousand" "three"
## [1109] "throughout" "thus" "till" "time"
## [1113] "titl" "togeth" "token" "told"
## [1117] "tone" "took" "touch" "toward"
## [1121] "trace" "tract" "tradit" "translat"
## [1125] "transubstanti" "treasur" "treat" "trent"
## [1129] "tri" "triniti" "troubl" "true"
## [1133] "truli" "trust" "truth" "turn"
## [1137] "two" "type" "unbloodi" "understand"
## [1141] "understood" "undoubt" "union" "unit"
## [1145] "uniti" "univers" "unless" "unto"
## [1149] "unworthi" "upon" "urg" "usag"
## [1153] "use" "usual" "utter" "vain"
## [1157] "valu" "various" "vener" "vers"
## [1161] "view" "vii" "virgin" "virtu"
## [1165] "visibl" "visit" "viz" "voic"
## [1169] "vouchsaf" "walk" "want" "warn"
## [1173] "warrant" "wash" "water" "way"
## [1177] "weak" "week" "well" "went"
## [1181] "what" "whatev" "whatsoev" "when"
## [1185] "whenc" "wherea" "wherebi" "wherefor"
## [1189] "wherein" "whereof" "whether" "whi"
## [1193] "which" "who" "whole" "wholli"
## [1197] "whose" "wick" "will" "wine"
## [1201] "wisdom" "wise" "wish" "wit"
## [1205] "with" "within" "without" "wonder"
## [1209] "word" "work" "world" "worship"
## [1213] "worth" "worthi" "write" "writer"
## [1217] "written" "wrong" "xii" "xiii"
## [1221] "xvi" "yea" "year" "yet"
## [1225] "you" "zeal"
findFreqTerms(mytdm, 75)
## [1] "abl" "abraham" "absolut" "accept"
## [5] "accord" "account" "acknowledg" "act"
## [9] "action" "actual" "add" "address"
## [13] "administ" "admit" "adopt" "advantag"
## [17] "affect" "affirm" "after" "afterward"
## [21] "again" "age" "agre" "all"
## [25] "allow" "allud" "almighti" "almost"
## [29] "alon" "alreadi" "also" "altar"
## [33] "alter" "although" "altogeth" "alway"
## [37] "among" "analog" "ancient" "and"
## [41] "angel" "anoth" "answer" "antichrist"
## [45] "antiqu" "apostl" "apostol" "appar"
## [49] "appear" "appli" "appoint" "approach"
## [53] "argument" "aris" "art" "articl"
## [57] "ask" "assembl" "assert" "assur"
## [61] "atonement" "attempt" "attend" "attent"
## [65] "attribut" "augustin" "author" "away"
## [69] "back" "bad" "baptism" "baptiz"
## [73] "bear" "becom" "begin" "behold"
## [77] "belief" "believ" "belong" "benefit"
## [81] "beseech" "besid" "best" "better"
## [85] "beyond" "bibl" "bishop" "bless"
## [89] "blood" "bodi" "book" "born"
## [93] "bound" "bread" "break" "brethren"
## [97] "bring" "brother" "brought" "but"
## [101] "call" "came" "can" "canon"
## [105] "care" "carri" "case" "cast"
## [109] "cathol" "caus" "ceas" "celebr"
## [113] "censur" "centuri" "certain" "chang"
## [117] "chapter" "charact" "charg" "chariti"
## [121] "chief" "children" "christ" "christian"
## [125] "christs" "chrysostom" "church" "circumst"
## [129] "citi" "claim" "clear" "clergi"
## [133] "close" "collect" "come" "comfort"
## [137] "command" "commemor" "commiss" "commit"
## [141] "common" "communic" "communion" "compar"
## [145] "complet" "conceiv" "concern" "conclud"
## [149] "condemn" "condit" "conduct" "confess"
## [153] "confirm" "congreg" "connect" "conscienc"
## [157] "consecr" "consequ" "consid" "consider"
## [161] "consist" "constant" "contain" "continu"
## [165] "contrari" "controversi" "convers" "convey"
## [169] "cor" "corrupt" "council" "countri"
## [173] "cours" "coven" "creatur" "creed"
## [177] "cross" "crucifi" "cup" "custom"
## [181] "cyprian" "daili" "danger" "dark"
## [185] "day" "deacon" "dead" "deal"
## [189] "death" "declar" "decre" "deep"
## [193] "definit" "degre" "deliv" "deni"
## [197] "depart" "depend" "deriv" "describ"
## [201] "design" "desir" "destroy" "determin"
## [205] "devil" "devot" "die" "differ"
## [209] "difficulti" "direct" "discern" "discipl"
## [213] "disciplin" "discours" "discuss" "dispens"
## [217] "disput" "dissent" "distinct" "divin"
## [221] "doctrin" "done" "doth" "doubt"
## [225] "draw" "drawn" "drink" "due"
## [229] "duti" "dwell" "earli" "earnest"
## [233] "earth" "eat" "ecclesiast" "effect"
## [237] "effectu" "either" "element" "els"
## [241] "end" "endeavour" "enemi" "england"
## [245] "english" "enjoin" "enough" "enter"
## [249] "entir" "epistl" "error" "especi"
## [253] "essenti" "establish" "etern" "eucharist"
## [257] "even" "event" "ever" "everi"
## [261] "everlast" "evid" "evil" "exact"
## [265] "examin" "exampl" "excel" "except"
## [269] "exercis" "exhibit" "exist" "expect"
## [273] "explain" "exposit" "express" "expressli"
## [277] "extern" "eye" "fact" "fair"
## [281] "faith" "fall" "fals" "famili"
## [285] "far" "fast" "father" "favour"
## [289] "fear" "feast" "feel" "figur"
## [293] "find" "fire" "first" "fit"
## [297] "flesh" "follow" "for" "forc"
## [301] "form" "former" "forth" "forward"
## [305] "found" "foundat" "four" "frequent"
## [309] "friend" "fruit" "fulfil" "full"
## [313] "fulli" "gave" "general" "gentil"
## [317] "ghost" "gift" "give" "given"
## [321] "glori" "glorious" "god" "gods"
## [325] "gone" "good" "gospel" "govern"
## [329] "grace" "gracious" "grant" "great"
## [333] "greater" "greatest" "greek" "gregori"
## [337] "ground" "habit" "hand" "happen"
## [341] "happi" "hard" "hast" "hath"
## [345] "head" "hear" "heard" "heart"
## [349] "heathen" "heaven" "held" "hell"
## [353] "help" "henc" "here" "heresi"
## [357] "high" "higher" "highest" "him"
## [361] "himself" "his" "histor" "histori"
## [365] "hold" "holi" "homili" "honour"
## [369] "hope" "hour" "hous" "how"
## [373] "howev" "human" "humbl" "hundr"
## [377] "ibid" "idea" "ignor" "iii"
## [381] "illustr" "imag" "imagin" "immedi"
## [385] "impli" "import" "impress" "increas"
## [389] "inde" "independ" "indic" "individu"
## [393] "infant" "infinit" "influenc" "inspir"
## [397] "instanc" "instead" "institut" "instruct"
## [401] "instrument" "intend" "intent" "intercess"
## [405] "interest" "interpret" "introduc" "invis"
## [409] "israel" "jerusalem" "jesus" "jew"
## [413] "jewish" "john" "join" "joy"
## [417] "judg" "judgment" "just" "justifi"
## [421] "keep" "kept" "kind" "king"
## [425] "kingdom" "knew" "know" "knowledg"
## [429] "known" "labour" "laid" "lamb"
## [433] "languag" "larg" "last" "late"
## [437] "latin" "latter" "law" "lay"
## [441] "lead" "learn" "least" "leav"
## [445] "led" "left" "length" "less"
## [449] "lesson" "lest" "let" "letter"
## [453] "lie" "life" "light" "like"
## [457] "likewis" "limit" "line" "liter"
## [461] "littl" "liturgi" "live" "long"
## [465] "look" "lord" "lords" "lost"
## [469] "love" "made" "maintain" "make"
## [473] "man" "mani" "manifest" "mankind"
## [477] "manner" "mark" "martyr" "mass"
## [481] "master" "materi" "matt" "matter"
## [485] "may" "mean" "meant" "measur"
## [489] "meet" "member" "memori" "men"
## [493] "mention" "merci" "mere" "merit"
## [497] "might" "mind" "minist" "ministri"
## [501] "miracl" "mode" "modern" "moral"
## [505] "moreov" "morn" "mose" "mouth"
## [509] "move" "much" "must" "mysteri"
## [513] "mystic" "name" "nation" "natur"
## [517] "nay" "near" "necess" "necessari"
## [521] "necessarili" "need" "neglect" "neither"
## [525] "never" "new" "next" "none"
## [529] "nor" "not" "noth" "notic"
## [533] "notion" "now" "number" "obedi"
## [537] "object" "oblat" "oblig" "observ"
## [541] "obtain" "obvious" "occas" "occur"
## [545] "offer" "offic" "office" "often"
## [549] "old" "omit" "one" "open"
## [553] "opinion" "oppos" "opposit" "ordain"
## [557] "order" "ordin" "ordinari" "origen"
## [561] "origin" "other" "otherwis" "our"
## [565] "outward" "oxford" "pain" "papist"
## [569] "parabl" "pardon" "part" "partak"
## [573] "parti" "particular" "pass" "passag"
## [577] "passion" "passov" "pastor" "patriarch"
## [581] "paul" "peac" "peculiar" "peopl"
## [585] "perfect" "perform" "perhap" "perpetu"
## [589] "person" "peter" "pieti" "pious"
## [593] "place" "plain" "pleas" "point"
## [597] "poor" "pope" "popular" "portion"
## [601] "posit" "possess" "possibl" "power"
## [605] "practic" "prais" "pray" "prayer"
## [609] "preach" "precious" "prepar" "presenc"
## [613] "present" "preserv" "prevail" "priest"
## [617] "priesthood" "primit" "princip" "principl"
## [621] "privat" "privileg" "probabl" "proceed"
## [625] "produc" "profess" "profit" "promis"
## [629] "proof" "proper" "propheci" "prophet"
## [633] "propiti" "propitiatori" "protest" "prove"
## [637] "provid" "psalm" "public" "punish"
## [641] "pure" "purgatori" "purpos" "put"
## [645] "question" "quit" "quot" "rais"
## [649] "rather" "read" "reader" "real"
## [653] "realli" "reason" "receiv" "reconcil"
## [657] "record" "redempt" "refer" "reform"
## [661] "regard" "regener" "reject" "relat"
## [665] "religi" "religion" "remain" "remark"
## [669] "rememb" "remembr" "remiss" "remov"
## [673] "render" "repeat" "repent" "repli"
## [677] "repres" "represent" "requir" "reserv"
## [681] "respect" "rest" "restor" "result"
## [685] "resurrect" "retain" "return" "reveal"
## [689] "revel" "rever" "right" "righteous"
## [693] "rise" "rite" "roman" "romanist"
## [697] "rome" "romish" "rubric" "rule"
## [701] "sacr" "sacrament" "sacrif" "sacrific"
## [705] "said" "saint" "saith" "sake"
## [709] "salvat" "sanctifi" "sanction" "satisfact"
## [713] "save" "saviour" "saviours" "say"
## [717] "school" "scriptur" "season" "second"
## [721] "secret" "see" "seek" "seem"
## [725] "seen" "send" "sens" "sent"
## [729] "sentenc" "separ" "serious" "sermon"
## [733] "serv" "servant" "servic" "set"
## [737] "sever" "shadow" "shall" "shed"
## [741] "shew" "short" "show" "shown"
## [745] "side" "sight" "sign" "signifi"
## [749] "sin" "sinc" "sincer" "singl"
## [753] "sinner" "sir" "societi" "solemn"
## [757] "someth" "sometim" "son" "sort"
## [761] "soul" "sound" "speak" "special"
## [765] "spirit" "spiritu" "spoken" "stand"
## [769] "state" "statement" "still" "strang"
## [773] "strength" "strict" "strong" "subject"
## [777] "substanc" "succeed" "success" "successor"
## [781] "such" "suffer" "suffici" "suggest"
## [785] "sunday" "supper" "support" "suppos"
## [789] "sure" "symbol" "system" "tabl"
## [793] "take" "taken" "taught" "teach"
## [797] "teacher" "tell" "templ" "tend"
## [801] "tendenc" "term" "testament" "testimoni"
## [805] "text" "thank" "thanksgiv" "that"
## [809] "the" "thee" "then" "there"
## [813] "therebi" "therefor" "therein" "thereof"
## [817] "these" "they" "thi" "thine"
## [821] "thing" "think" "third" "this"
## [825] "thou" "though" "thought" "three"
## [829] "throughout" "thus" "till" "time"
## [833] "togeth" "told" "tone" "took"
## [837] "touch" "toward" "trace" "tract"
## [841] "tradit" "transubstanti" "treat" "tri"
## [845] "true" "truli" "trust" "truth"
## [849] "turn" "two" "type" "understand"
## [853] "understood" "union" "unit" "uniti"
## [857] "univers" "unless" "unto" "upon"
## [861] "use" "usual" "utter" "vain"
## [865] "valu" "various" "view" "virtu"
## [869] "visibl" "viz" "voic" "vouchsaf"
## [873] "want" "warn" "water" "way"
## [877] "week" "well" "went" "what"
## [881] "whatev" "whatsoev" "when" "wherea"
## [885] "wherebi" "wherein" "whereof" "whether"
## [889] "whi" "which" "whole" "whose"
## [893] "wick" "will" "wine" "wisdom"
## [897] "wise" "wish" "wit" "with"
## [901] "within" "without" "wonder" "word"
## [905] "work" "world" "worship" "worthi"
## [909] "write" "writer" "written" "wrong"
## [913] "year" "yet" "you"
findFreqTerms(mytdm, 100)
## [1] "abl" "abraham" "accept" "accord"
## [5] "account" "acknowledg" "act" "action"
## [9] "actual" "add" "administ" "admit"
## [13] "adopt" "affect" "afterward" "again"
## [17] "age" "agre" "all" "allow"
## [21] "almighti" "almost" "alon" "alreadi"
## [25] "also" "altar" "alter" "although"
## [29] "altogeth" "alway" "among" "analog"
## [33] "ancient" "and" "angel" "anoth"
## [37] "answer" "antichrist" "apostl" "apostol"
## [41] "appear" "appli" "appoint" "argument"
## [45] "articl" "ask" "attend" "attent"
## [49] "augustin" "author" "away" "back"
## [53] "baptism" "baptiz" "bear" "becom"
## [57] "begin" "belief" "believ" "belong"
## [61] "benefit" "beseech" "besid" "best"
## [65] "better" "beyond" "bishop" "bless"
## [69] "blood" "bodi" "book" "born"
## [73] "bound" "bread" "break" "bring"
## [77] "brought" "but" "call" "came"
## [81] "can" "canon" "care" "carri"
## [85] "case" "cast" "cathol" "caus"
## [89] "celebr" "centuri" "certain" "chang"
## [93] "chapter" "charact" "charg" "children"
## [97] "christ" "christian" "christs" "church"
## [101] "circumst" "citi" "claim" "clear"
## [105] "clergi" "collect" "come" "comfort"
## [109] "command" "commemor" "commiss" "commit"
## [113] "common" "communic" "communion" "compar"
## [117] "conceiv" "concern" "condemn" "condit"
## [121] "conduct" "confess" "confirm" "congreg"
## [125] "connect" "consecr" "consequ" "consid"
## [129] "consider" "consist" "constant" "contain"
## [133] "continu" "contrari" "controversi" "convers"
## [137] "convey" "cor" "corrupt" "council"
## [141] "countri" "cours" "coven" "creatur"
## [145] "creed" "cross" "cup" "daili"
## [149] "danger" "dark" "day" "deacon"
## [153] "dead" "deal" "death" "declar"
## [157] "degre" "deliv" "deni" "depend"
## [161] "design" "desir" "determin" "devot"
## [165] "die" "differ" "difficulti" "direct"
## [169] "discipl" "disciplin" "dispens" "disput"
## [173] "distinct" "divin" "doctrin" "done"
## [177] "doth" "doubt" "drink" "due"
## [181] "duti" "earli" "earnest" "earth"
## [185] "eat" "ecclesiast" "effect" "either"
## [189] "element" "els" "end" "england"
## [193] "english" "enough" "enter" "entir"
## [197] "epistl" "error" "especi" "establish"
## [201] "etern" "eucharist" "even" "event"
## [205] "ever" "everi" "evid" "evil"
## [209] "exampl" "except" "exercis" "exist"
## [213] "expect" "explain" "express" "expressli"
## [217] "extern" "eye" "fact" "faith"
## [221] "fall" "fals" "far" "fast"
## [225] "father" "favour" "fear" "feast"
## [229] "feel" "figur" "find" "fire"
## [233] "first" "fit" "flesh" "follow"
## [237] "for" "forc" "form" "former"
## [241] "forth" "found" "frequent" "friend"
## [245] "fruit" "fulfil" "full" "fulli"
## [249] "gave" "general" "ghost" "gift"
## [253] "give" "given" "glori" "god"
## [257] "gods" "good" "gospel" "govern"
## [261] "grace" "grant" "great" "greater"
## [265] "greek" "ground" "hand" "hard"
## [269] "hast" "hath" "head" "hear"
## [273] "heard" "heart" "heathen" "heaven"
## [277] "held" "help" "here" "high"
## [281] "him" "himself" "his" "histori"
## [285] "hold" "holi" "homili" "honour"
## [289] "hope" "hour" "hous" "how"
## [293] "howev" "human" "humbl" "ignor"
## [297] "iii" "illustr" "imag" "imagin"
## [301] "immedi" "impli" "import" "inde"
## [305] "individu" "influenc" "instanc" "instead"
## [309] "institut" "instruct" "intend" "interpret"
## [313] "introduc" "invis" "jesus" "jew"
## [317] "jewish" "john" "join" "judg"
## [321] "judgment" "just" "keep" "kind"
## [325] "king" "kingdom" "know" "knowledg"
## [329] "known" "labour" "laid" "languag"
## [333] "larg" "last" "latter" "law"
## [337] "lay" "lead" "learn" "least"
## [341] "leav" "left" "less" "let"
## [345] "letter" "lie" "life" "light"
## [349] "like" "line" "littl" "liturgi"
## [353] "live" "long" "look" "lord"
## [357] "lords" "love" "made" "maintain"
## [361] "make" "man" "mani" "manifest"
## [365] "mankind" "manner" "mark" "martyr"
## [369] "mass" "master" "materi" "matt"
## [373] "matter" "may" "mean" "meant"
## [377] "measur" "meet" "member" "memori"
## [381] "men" "mention" "merci" "mere"
## [385] "merit" "might" "mind" "minist"
## [389] "ministri" "miracl" "mode" "modern"
## [393] "moral" "morn" "mose" "much"
## [397] "must" "mysteri" "mystic" "name"
## [401] "nation" "natur" "nay" "near"
## [405] "necess" "necessari" "need" "neglect"
## [409] "neither" "never" "new" "next"
## [413] "none" "noth" "notic" "notion"
## [417] "now" "number" "obedi" "object"
## [421] "oblat" "oblig" "observ" "obtain"
## [425] "occas" "occur" "offer" "offic"
## [429] "often" "old" "one" "open"
## [433] "opinion" "oppos" "ordain" "order"
## [437] "ordin" "ordinari" "origen" "origin"
## [441] "other" "otherwis" "our" "outward"
## [445] "pain" "pardon" "part" "partak"
## [449] "parti" "particular" "pass" "passag"
## [453] "passion" "paul" "peac" "peculiar"
## [457] "peopl" "perfect" "perform" "perhap"
## [461] "person" "peter" "pieti" "place"
## [465] "plain" "pleas" "point" "pope"
## [469] "portion" "posit" "possibl" "power"
## [473] "practic" "prais" "pray" "prayer"
## [477] "preach" "prepar" "presenc" "present"
## [481] "preserv" "prevail" "priest" "priesthood"
## [485] "primit" "principl" "privat" "privileg"
## [489] "probabl" "proceed" "profess" "profit"
## [493] "promis" "proof" "proper" "propheci"
## [497] "prophet" "propitiatori" "protest" "prove"
## [501] "provid" "public" "punish" "pure"
## [505] "purgatori" "purpos" "put" "question"
## [509] "quit" "quot" "rather" "read"
## [513] "reader" "real" "realli" "reason"
## [517] "receiv" "refer" "reform" "regard"
## [521] "regener" "reject" "relat" "religi"
## [525] "religion" "remain" "remark" "rememb"
## [529] "remembr" "remiss" "render" "repent"
## [533] "repres" "represent" "requir" "reserv"
## [537] "respect" "rest" "restor" "resurrect"
## [541] "retain" "return" "reveal" "revel"
## [545] "rever" "right" "righteous" "rise"
## [549] "rite" "roman" "romanist" "rome"
## [553] "rule" "sacr" "sacrament" "sacrif"
## [557] "sacrific" "said" "saint" "saith"
## [561] "sake" "salvat" "sanctifi" "save"
## [565] "saviour" "say" "school" "scriptur"
## [569] "second" "secret" "see" "seek"
## [573] "seem" "seen" "send" "sens"
## [577] "sent" "sentenc" "separ" "serious"
## [581] "serv" "servant" "servic" "set"
## [585] "sever" "shall" "short" "show"
## [589] "shown" "side" "sight" "sign"
## [593] "signifi" "sin" "sinc" "sinner"
## [597] "sir" "solemn" "someth" "sometim"
## [601] "son" "sort" "soul" "speak"
## [605] "spirit" "spiritu" "spoken" "stand"
## [609] "state" "statement" "still" "strong"
## [613] "subject" "substanc" "success" "such"
## [617] "suffer" "suffici" "sunday" "supper"
## [621] "suppos" "sure" "symbol" "system"
## [625] "tabl" "take" "taken" "taught"
## [629] "teach" "tell" "templ" "term"
## [633] "testament" "testimoni" "text" "thank"
## [637] "thanksgiv" "that" "the" "thee"
## [641] "there" "therebi" "therefor" "thereof"
## [645] "these" "they" "thi" "thing"
## [649] "think" "third" "this" "thou"
## [653] "though" "thought" "three" "throughout"
## [657] "thus" "till" "time" "togeth"
## [661] "told" "took" "toward" "tract"
## [665] "tradit" "true" "truli" "truth"
## [669] "turn" "two" "type" "understand"
## [673] "understood" "univers" "unless" "unto"
## [677] "upon" "use" "various" "view"
## [681] "virtu" "visibl" "viz" "want"
## [685] "warn" "water" "way" "week"
## [689] "well" "went" "what" "whatev"
## [693] "when" "wherea" "wherebi" "wherein"
## [697] "whereof" "whether" "which" "whole"
## [701] "whose" "will" "wine" "wisdom"
## [705] "wish" "wit" "within" "without"
## [709] "wonder" "word" "work" "world"
## [713] "worship" "worthi" "write" "writer"
## [717] "written" "wrong" "year" "yet"
## [721] "you"
findFreqTerms(mytdm, 300)
## [1] "accord" "account" "act" "age" "also"
## [6] "altar" "among" "ancient" "and" "anoth"
## [11] "answer" "apostl" "appear" "appoint" "articl"
## [16] "author" "baptism" "believ" "bishop" "bless"
## [21] "blood" "bodi" "book" "bread" "but"
## [26] "call" "can" "case" "cathol" "certain"
## [31] "christ" "christian" "christs" "church" "come"
## [36] "command" "commemor" "common" "communion" "concern"
## [41] "consecr" "consid" "continu" "cours" "cross"
## [46] "day" "dead" "death" "differ" "divin"
## [51] "doctrin" "done" "duti" "earth" "effect"
## [56] "either" "end" "eucharist" "even" "ever"
## [61] "everi" "evid" "express" "fact" "faith"
## [66] "far" "fast" "father" "feel" "find"
## [71] "first" "follow" "for" "form" "found"
## [76] "general" "gift" "give" "given" "god"
## [81] "gods" "good" "gospel" "grace" "great"
## [86] "hand" "hath" "heart" "heaven" "high"
## [91] "him" "himself" "his" "holi" "inde"
## [96] "instanc" "institut" "jesus" "judgment" "kind"
## [101] "know" "knowledg" "last" "law" "let"
## [106] "life" "light" "like" "littl" "liturgi"
## [111] "live" "look" "lord" "lords" "love"
## [116] "made" "make" "man" "mani" "manner"
## [121] "matter" "may" "mean" "men" "merci"
## [126] "mere" "might" "mind" "minist" "much"
## [131] "must" "mysteri" "name" "natur" "necessari"
## [136] "need" "never" "new" "noth" "now"
## [141] "object" "oblat" "observ" "offer" "old"
## [146] "one" "opinion" "order" "other" "part"
## [151] "particular" "passag" "paul" "peopl" "perhap"
## [156] "person" "place" "plain" "point" "power"
## [161] "practic" "prayer" "present" "priest" "principl"
## [166] "proper" "prove" "put" "question" "rather"
## [171] "reason" "receiv" "religion" "remark" "repres"
## [176] "respect" "right" "rome" "rule" "sacrament"
## [181] "sacrific" "said" "saviour" "say" "scriptur"
## [186] "see" "seem" "sens" "servic" "set"
## [191] "shall" "show" "sin" "sinc" "son"
## [196] "soul" "speak" "spirit" "spiritu" "state"
## [201] "still" "subject" "suppos" "sure" "system"
## [206] "take" "taken" "teach" "that" "the"
## [211] "thee" "therefor" "they" "thi" "thing"
## [216] "think" "this" "thou" "though" "thought"
## [221] "thus" "time" "true" "truth" "two"
## [226] "understand" "unto" "upon" "use" "view"
## [231] "way" "well" "whether" "whole" "will"
## [236] "wine" "without" "word" "work" "world"
## [241] "year" "yet"
findFreqTerms(mytdm, 500)
## [1] "accord" "also" "ancient" "and" "apostl"
## [6] "appear" "author" "believ" "bishop" "bless"
## [11] "blood" "bodi" "bread" "but" "call"
## [16] "can" "certain" "christ" "christian" "church"
## [21] "come" "consid" "day" "death" "divin"
## [26] "doctrin" "eucharist" "even" "everi" "express"
## [31] "faith" "far" "father" "first" "follow"
## [36] "for" "give" "given" "god" "good"
## [41] "great" "hand" "hath" "heaven" "him"
## [46] "his" "holi" "jesus" "know" "let"
## [51] "life" "like" "lord" "made" "make"
## [56] "man" "mani" "may" "mean" "men"
## [61] "might" "mind" "much" "must" "name"
## [66] "natur" "now" "observ" "offer" "one"
## [71] "order" "other" "part" "peopl" "person"
## [76] "place" "power" "prayer" "present" "priest"
## [81] "reason" "receiv" "sacrament" "sacrific" "said"
## [86] "say" "scriptur" "see" "seem" "sens"
## [91] "servic" "shall" "sin" "soul" "speak"
## [96] "spirit" "subject" "take" "the" "therefor"
## [101] "thi" "thing" "think" "this" "though"
## [106] "thus" "time" "true" "truth" "two"
## [111] "unto" "upon" "use" "way" "well"
## [116] "whole" "will" "without" "word" "work"
## [121] "world" "yet"
So then, we were instructed to examine associations with words. Picking out words that I found from the frequent terms, I decided to see what I could get from it. These three words were the ones I picked, just to see what I got.
findAssocs(mytdm, 'sacrament', 0.20)
## sacrament
## blood 0.98
## bodi 0.98
## christ 0.98
## christs 0.98
## explic 0.98
## manduc 0.98
## supper 0.98
## bloodi 0.97
## bread 0.97
## consecr 0.97
## eaten 0.97
## element 0.97
## signifi 0.97
## thorndik 0.97
## virtu 0.97
## wine 0.97
## benefit 0.96
## bleed 0.96
## broken 0.96
## calleth 0.96
## cap 0.96
## christi 0.96
## cosin 0.96
## drink 0.96
## eat 0.96
## firstfruit 0.96
## holi 0.96
## impetr 0.96
## incens 0.96
## institut 0.96
## jewel 0.96
## mass 0.96
## merit 0.96
## meritori 0.96
## offerimus 0.96
## precious 0.96
## present 0.96
## priest 0.96
## primit 0.96
## proper 0.96
## purchas 0.96
## representeth 0.96
## rite 0.96
## shed 0.96
## accept 0.95
## altar 0.95
## ambigu 0.95
## ancient 0.95
## aton 0.95
## bless 0.95
## celebr 0.95
## clemen 0.95
## communic 0.95
## creatur 0.95
## cup 0.95
## distribut 0.95
## effus 0.95
## entertain 0.95
## eucharist 0.95
## excel 0.95
## feder 0.95
## followeth 0.95
## hick 0.95
## irenaeus 0.95
## johnson 0.95
## lamb 0.95
## meat 0.95
## offer 0.95
## offertori 0.95
## partak 0.95
## passion 0.95
## prais 0.95
## priesthood 0.95
## procur 0.95
## propiti 0.95
## psal 0.95
## quod 0.95
## redempt 0.95
## remembr 0.95
## repres 0.95
## represent 0.95
## sacrif 0.95
## sacrific 0.95
## sacrifici 0.95
## satisfact 0.95
## tabl 0.95
## upon 0.95
## wherebi 0.95
## whereof 0.95
## 1015 0.94
## 1016 0.94
## 103109 0.94
## 1053 0.94
## 10after 0.94
## 111114 0.94
## 1113 0.94
## 113115 0.94
## 114110 0.94
## 116140 0.94
## 1213 0.94
## 121these 0.94
## 124130 0.94
## 126128 0.94
## 1317 0.94
## 1318 0.94
## 137139 0.94
## 13d 0.94
## 1419 0.94
## 14th 0.94
## 1554 0.94
## 1558 0.94
## 159164 0.94
## 1597 0.94
## 15th 0.94
## 1617 0.94
## 1619 0.94
## 1621 0.94
## 1641 0.94
## 1656 0.94
## 1661 0.94
## 167169 0.94
## 1682 0.94
## 16was 0.94
## 1706 0.94
## 1711 0.94
## 1781 0.94
## 17g 0.94
## 17i 0.94
## 1806 0.94
## 188190 0.94
## 190192 0.94
## 1923 0.94
## 198200 0.94
## 19the 0.94
## 19with 0.94
## 1work 0.94
## 201204 0.94
## 2022 0.94
## 203206 0.94
## 210221 0.94
## 2123 0.94
## 2124 0.94
## 212627 0.94
## 215218 0.94
## 224226 0.94
## 2279 0.94
## 23lib 0.94
## 2426 0.94
## 2428 0.94
## 24from 0.94
## 24p 0.94
## 250255 0.94
## 2528 0.94
## 2540 0.94
## 258260 0.94
## 261274 0.94
## 267 0.94
## 280 0.94
## 281283 0.94
## 2830 0.94
## 284205 0.94
## 285 0.94
## 287 0.94
## 288 0.94
## 289293 0.94
## 28i 0.94
## 291 0.94
## 292 0.94
## 296298 0.94
## 296299 0.94
## 296305 0.94
## 299 0.94
## 2tract 0.94
## 301 0.94
## 302304 0.94
## 303305 0.94
## 3035 0.94
## 307309 0.94
## 308 0.94
## 310312 0.94
## 311313 0.94
## 312 0.94
## 3135 0.94
## 316322 0.94
## 320356 0.94
## 322332 0.94
## 326 0.94
## 327329 0.94
## 328 0.94
## 328334 0.94
## 3335 0.94
## 337339 0.94
## 342 0.94
## 343 0.94
## 344 0.94
## 353363 0.94
## 355 0.94
## 356 0.94
## 357 0.94
## 360 0.94
## 361 0.94
## 363 0.94
## 3638 0.94
## 365368 0.94
## 369 0.94
## 372 0.94
## 374 0.94
## 375 0.94
## 376379 0.94
## 379382 0.94
## 383392 0.94
## 3844 0.94
## 386 0.94
## 3941 0.94
## 3dli 0.94
## 3this 0.94
## 408 0.94
## 414 0.94
## 4143 0.94
## 4145 0.94
## 4147 0.94
## 419 0.94
## 422 0.94
## 424 0.94
## 437440 0.94
## 447 0.94
## 451454 0.94
## 4548 0.94
## 4550 0.94
## 457 0.94
## 459 0.94
## 45pp 0.94
## 461 0.94
## 463 0.94
## 4652 0.94
## 469 0.94
## 473 0.94
## 4757 0.94
## 481 0.94
## 492 0.94
## 493 0.94
## 4951 0.94
## 497 0.94
## 4volii 0.94
## 5057 0.94
## 531 0.94
## 533 0.94
## 534 0.94
## 538 0.94
## 544 0.94
## 550554 0.94
## 560 0.94
## 5763 0.94
## 593 0.94
## 6164 0.94
## 617 0.94
## 6264 0.94
## 6265 0.94
## 63the 0.94
## 657 0.94
## 660 0.94
## 665 0.94
## 6771 0.94
## 686 0.94
## 6871 0.94
## 687691 0.94
## 688 0.94
## 692694 0.94
## 704 0.94
## 7075 0.94
## 7178 0.94
## 7476 0.94
## 7580 0.94
## 761 0.94
## 83rd 0.94
## 8486 0.94
## 8587 0.94
## 8590 0.94
## 8688 0.94
## 8991 0.94
## 8vo 0.94
## 9294 0.94
## 9297 0.94
## 9799 0.94
## 98100 0.94
## 98101 0.94
## 992 0.94
## 996 0.94
## a7a7 0.94
## abernethi 0.94
## abhorrest 0.94
## abhorwork 0.94
## abib 0.94
## ablepp 0.94
## aboutof 0.94
## abp 0.94
## accedati 0.94
## acceptablep 0.94
## achaia 0.94
## actionem 0.94
## actioni 0.94
## actionw 0.94
## admetus 0.94
## administeredto 0.94
## admodum 0.94
## admonitionlet 0.94
## adv 0.94
## advanceth 0.94
## adventiti 0.94
## adventum 0.94
## adversaria 0.94
## adversariespp 0.94
## advocat 0.94
## affairpp 0.94
## affianc 0.94
## afflictionsp 0.94
## afreshnor 0.94
## afterag 0.94
## afterthey 0.94
## againstpp 0.94
## agenda 0.94
## agespp 0.94
## agia 0.94
## agion 0.94
## agni 0.94
## agniz 0.94
## agreeabl 0.94
## aimatov 0.94
## ainesewv 0.94
## ainon 0.94
## akar 0.94
## alexandrinus 0.94
## alhqwv 0.94
## alii 0.94
## aliiqu 0.94
## allay 0.94
## allsuffici 0.94
## alms 0.94
## almsmoney 0.94
## alonese 0.94
## alsopp 0.94
## altare 0.94
## altari 0.94
## altaroff 0.94
## altarp 0.94
## altarpp 0.94
## altarthes 0.94
## amartiwn 0.94
## amenintrod 0.94
## amenp 0.94
## amenpg 0.94
## amenpp 0.94
## amenvol 0.94
## amiti 0.94
## amudroterov 0.94
## anaimaktov 0.94
## anamnhsiv 0.94
## ancientsp 0.94
## anglais 0.94
## anglic 0.94
## anglicano 0.94
## anglicans 0.94
## annotat 0.94
## annunciati 0.94
## annuntiar 0.94
## anonym 0.94
## anotherpp 0.94
## answerabl 0.94
## answereth 0.94
## answersw 0.94
## anti 0.94
## antient 0.94
## antipathi 0.94
## antiqu 0.94
## antiqua 0.94
## antiqui 0.94
## antiquityp 0.94
## antisacrament 0.94
## antityp 0.94
## antitypa 0.94
## anw 0.94
## anyth 0.94
## ape 0.94
## apologiam 0.94
## apostleslet 0.94
## apostlesp 0.94
## appendic 0.94
## appendix 0.94
## appliabl 0.94
## applicando 0.94
## applicativum 0.94
## applicatori 0.94
## appliedread 0.94
## applieth 0.94
## appointedpp 0.94
## aquin 0.94
## aqutwv 0.94
## aram 0.94
## archbishopdiscours 0.94
## arcierea 0.94
## argumentp 0.94
## ari 0.94
## arid 0.94
## arnobius 0.94
## arton 0.94
## arva 0.94
## as2 0.94
## asa 0.94
## asaph 0.94
## ascens 0.94
## ashh 0.94
## assem 0.94
## assertor 0.94
## assure 0.94
## aswmatov 0.94
## audient 0.94
## auguri 0.94
## augustinepp 0.94
## autem 0.94
## auth 0.94
## authoribus 0.94
## autou 0.94
## autouv 0.94
## avid 0.94
## axion 0.94
## baili 0.94
## bake 0.94
## bandinel 0.94
## banquet 0.94
## banquetp 0.94
## barlow 0.94
## baron 0.94
## barrel 0.94
## bason 0.94
## baxter 0.94
## beev 0.94
## beggar 0.94
## believersth 0.94
## bellarm 0.94
## bellarmini 0.94
## bellow 0.94
## benedict 0.94
## benedictioni 0.94
## beneficii 0.94
## bennet 0.94
## bereav 0.94
## bethink 0.94
## bhma 0.94
## bishopan 0.94
## bishopcathol 0.94
## bishopcertain 0.94
## bishopcharg 0.94
## bishopchristian 0.94
## bishopconfer 0.94
## bishopdefenc 0.94
## bishopdiscours 0.94
## bishopexposit 0.94
## bishopmensa 0.94
## bishopof 0.94
## bishopprivat 0.94
## bishoprational 0.94
## bishoprepli 0.94
## bishopspp 0.94
## bishopthe 0.94
## bislidp 0.94
## blessedwork 0.94
## blood1 0.94
## bloodoff 0.94
## bloodpp 0.94
## blow 0.94
## bodiesnot 0.94
## bodl 0.94
## bodleian 0.94
## bodley 0.94
## bodydrink 0.94
## bodyfor 0.94
## bodypp 0.94
## bookj 0.94
## bothsermon 0.94
## bouveri 0.94
## bramhal 0.94
## break 0.94
## brevint 0.94
## brevitypp 0.94
## bringest 0.94
## brit 0.94
## brough 0.94
## buckeridg 0.94
## buckeridge 0.94
## buffet 0.94
## bulkeley 0.94
## bulling 0.94
## burnt 0.94
## burton 0.94
## butfor 0.94
## bwmouv 0.94
## bwmov 0.94
## bystand 0.94
## c6gea 0.94
## caecil 0.94
## caesariensi 0.94
## cake 0.94
## calix 0.94
## call 0.94
## calledaccount 0.94
## calledp 0.94
## calv 0.94
## calvari 0.94
## calvin3 0.94
## cancelli 0.94
## cand 0.94
## canist 0.94
## cannot 0.94
## canonri 0.94
## canonum 0.94
## cantar 0.94
## cantorum 0.94
## cantuarien 0.94
## capablebut 0.94
## caro 0.94
## carous 0.94
## carp 0.94
## carpet 0.94
## casalius 0.94
## casaub 0.94
## catechi 0.94
## catholicchurch 0.94
## catholicum 0.94
## catholik 0.94
## causa 0.94
## causal 0.94
## causi 0.94
## cavendum 0.94
## cccclxxxvi 0.94
## ccccxciiiccccxcv 0.94
## cccxxii 0.94
## ccranmer 0.94
## cdo 0.94
## cecilius 0.94
## celebramus 0.94
## celebrant 0.94
## celebrateth 0.94
## celebrationvol 0.94
## celebremus 0.94
## chalicepp 0.94
## chalk 0.94
## champni 0.94
## chancels 0.94
## chaplain 0.94
## characterp 0.94
## charlemain 0.94
## charles 0.94
## cheke 0.94
## chere 0.94
## cherisheth 0.94
## chichest 0.94
## chill 0.94
## choicest 0.94
## chorus 0.94
## christiani 0.94
## christianityp 0.94
## christianorum 0.94
## christianum 0.94
## christp 0.94
## christpp 0.94
## christthat 0.94
## christum 0.94
## christus 0.94
## christwork 0.94
## chrys 0.94
## chrysostomhom 0.94
## churchp 0.94
## churchpp 0.94
## churchse 0.94
## cin 0.94
## circa 0.94
## cit 0.94
## citedwhen 0.94
## citeth 0.94
## civit 0.94
## cleaver 0.94
## clementin 0.94
## climax 0.94
## clone 0.94
## cnor 0.94
## cod 0.94
## codic 0.94
## coena 0.94
## coenam 0.94
## colognepp 0.94
## come1 0.94
## comep 0.94
## comepp 0.94
## commemor 0.94
## commemorando 0.94
## commemorant 0.94
## commemorateth 0.94
## commemoratio 0.94
## commemorationem 0.94
## commemorationi 0.94
## commemorationp 0.94
## commemorativum 0.94
## commissionersnot 0.94
## commonmass 0.94
## commune 0.94
## communicantspp 0.94
## communicantsthat 0.94
## communicativum 0.94
## communion 0.94
## communionmust 0.94
## communionthat 0.94
## comparati 0.94
## compareth 0.94
## compendi 0.94
## compilers 0.94
## compriseth 0.94
## concent 0.94
## concludepp 0.94
## concurreth 0.94
## confeder 0.94
## confession 0.94
## confessoranswer 0.94
## confessorantidotum 0.94
## confessorbrief 0.94
## confessorcollect 0.94
## confessordemonstr 0.94
## confessorms 0.94
## confessorno 0.94
## confessorparaphras 0.94
## confessorreason 0.94
## confessorsermon 0.94
## confessorthe 0.94
## congeri 0.94
## congregationw 0.94
## congruous 0.94
## conjunctur 0.94
## consecrat 0.94
## consecrationi 0.94
## consecrationoff 0.94
## consecrationp 0.94
## consecrationpp 0.94
## consecrationth 0.94
## consenti 0.94
## consideration 0.94
## consistpp 0.94
## const 0.94
## constat 0.94
## constituta 0.94
## consumpt 0.94
## cont 0.94
## continually1 0.94
## continueth 0.94
## controversii 0.94
## convenimus 0.94
## convertat 0.94
## convincedpp 0.94
## convinceth 0.94
## conviv 0.94
## conviva 0.94
## convivarum 0.94
## cope 0.94
## copieth 0.94
## corpora 0.94
## counoil 0.94
## counsellor 0.94
## countess 0.94
## couray 0.94
## cousingerman 0.94
## covenanteth 0.94
## covenantfeast 0.94
## coverlid 0.94
## cpp 0.94
## createst 0.94
## credenc 0.94
## credenza 0.94
## cross 0.94
## crossit 0.94
## crossp 0.94
## crosspp 0.94
## crossthes 0.94
## cruce 0.94
## cruci 0.94
## cruento 0.94
## cudworth 0.94
## cui 0.94
## cultum 0.94
## cultus 0.94
## cushion 0.94
## cvii 0.94
## cxli 0.94
## cxvi 0.94
## dabitur 0.94
## dant 0.94
## dareth 0.94
## daubeni 0.94
## daughterchurch 0.94
## de9fens 0.94
## deadp 0.94
## death 0.94
## deathfor 0.94
## deathnow 0.94
## deaththat 0.94
## deathwhen 0.94
## decal 0.94
## decorum 0.94
## dedicateth 0.94
## deepen 0.94
## deigneth 0.94
## dele 0.94
## delightsom 0.94
## dem 0.94
## demon 0.94
## demonst 0.94
## demonstrat 0.94
## demonstratio 0.94
## demonstration 0.94
## denoteth 0.94
## dependen 0.94
## des 0.94
## descriptum 0.94
## deservedpp 0.94
## deservient 0.94
## desiderata 0.94
## devoutest 0.94
## diapantov 0.94
## dicer 0.94
## dicet 0.94
## dicimus 0.94
## didomenon 0.94
## differeth 0.94
## digneri 0.94
## dikaion 0.94
## dikaionit 0.94
## diptych 0.94
## directionlet 0.94
## disconnect 0.94
## disgorg 0.94
## disliketh 0.94
## disserv 0.94
## dissimulaverint 0.94
## dist 0.94
## distinguisheth 0.94
## divi 0.94
## docto 0.94
## doctorpractic 0.94
## doctorshort 0.94
## doctrinepp 0.94
## dodwel 0.94
## doesvol 0.94
## dominica 0.94
## dominici 0.94
## dominico 0.94
## dominum 0.94
## dominus 0.94
## done 0.94
## donep 0.94
## donor 0.94
## donotori 0.94
## dopp 0.94
## dormition 0.94
## dov 0.94
## doxan 0.94
## draft 0.94
## dramat 0.94
## dreamt 0.94
## drinkoff 0.94
## drummond 0.94
## duchi 0.94
## dunamenon 0.94
## duplici 0.94
## duppa 0.94
## dwra 0.94
## dyayuvijiri 0.94
## earnot 0.94
## eate 0.94
## ecomen 0.94
## edinburgh 0.94
## edw 0.94
## effac 0.94
## effecteth 0.94
## efficacia 0.94
## efficient 0.94
## efficimur 0.94
## effigi 0.94
## effundetur 0.94
## effusion 0.94
## egregi 0.94
## eisagwn 0.94
## eiv 0.94
## ekcunomenon 0.94
## eleemosyna 0.94
## eleemosynarum 0.94
## eli 0.94
## embden 0.94
## embraceth 0.94
## emhn 0.94
## emigr 0.94
## enchiridion 0.94
## endureth 0.94
## enemiesand 0.94
## enforceth 0.94
## englandconsid 0.94
## enounc 0.94
## entitul 0.94
## eortazwmen 0.94
## ephah 0.94
## episcopiusthey 0.94
## episkeyamenov 0.94
## epistleh 0.94
## epitom 0.94
## epula 0.94
## epulamur 0.94
## epulemur 0.94
## epulo 0.94
## epulum 0.94
## eqnwn 0.94
## equipol 0.94
## erasmus 0.94
## erat 0.94
## erga 0.94
## ergazomenoi 0.94
## errar 0.94
## esprit 0.94
## esset 0.94
## eternalbuild 0.94
## etymolog 0.94
## euaggelia 0.94
## euaggelion 0.94
## eucaristia 0.94
## eucaristiai 0.94
## eucaristiap 0.94
## eucav 0.94
## eucharisti 0.94
## eucharistiam 0.94
## eucharistico 0.94
## eucharisticum 0.94
## eucharistp 0.94
## eucharistthat 0.94
## eucharistthi 0.94
## eucliaristica 0.94
## eueharistia 0.94
## eusebiuspp 0.94
## euwdia 0.94
## evangelica 0.94
## evermorevol 0.94
## everof 0.94
## ewe 0.94
## excellenc 0.94
## excresc 0.94
## exemplum 0.94
## exercit 0.94
## exeter 0.94
## exhibiteth 0.94
## exhibitspp 0.94
## expiatori 0.94
## explainedsermon 0.94
## expositum 0.94
## expresslykai 0.94
## extendeth 0.94
## externum 0.94
## extrins 0.94
## eyepp 0.94
## eymlum 0.94
## fabius 0.94
## facer 0.94
## facere 0.94
## facit 0.94
## fage 0.94
## fagius 0.94
## fainter 0.94
## faithfulof 0.94
## faithfulpp 0.94
## falsif 0.94
## fangl 0.94
## farrea 0.94
## fatherp 0.94
## fatherspp 0.94
## faustum 0.94
## feast 0.94
## feeleth 0.94
## feigneth 0.94
## fellthird 0.94
## fellus 0.94
## ferdinand 0.94
## ferebantisa 0.94
## ferment 0.94
## fern 0.94
## ferne 0.94
## fid 0.94
## fireoff 0.94
## firmissim 0.94
## firstl 0.94
## flew 0.94
## flour 0.94
## foci 0.94
## foeder 0.94
## foederal 0.94
## foederali 0.94
## folk 0.94
## foodof 0.94
## forb 0.94
## forbes 0.94
## forbesius 0.94
## forepart 0.94
## foreseen 0.94
## forger 0.94
## forma 0.94
## forme2 0.94
## foulli 0.94
## fraction 0.94
## fractum 0.94
## fragm 0.94
## frangitur 0.94
## fratribus 0.94
## freewil 0.94
## freshest 0.94
## fretteth 0.94
## fri 0.94
## fructus 0.94
## fryth 0.94
## fuit 0.94
## fulk 0.94
## fur 0.94
## fusus 0.94
## gagger 0.94
## gangra 0.94
## gardin 0.94
## gazophylacium 0.94
## genebrard 0.94
## genuinumverequ 0.94
## genus 0.94
## ghostmay 0.94
## ghostpp 0.94
## gilgal 0.94
## glocester 0.94
## gloryp 0.94
## gloze 0.94
## godlinessmay 0.94
## godof 0.94
## godp 0.94
## godpp 0.94
## godward 0.94
## goodpp 0.94
## governorsfor 0.94
## grand 0.94
## gratiarum 0.94
## gratificatori 0.94
## gratulatori 0.94
## greg 0.94
## groweth 0.94
## guestsp 0.94
## gulielmus 0.94
## habemus 0.94
## habeo 0.94
## habet 0.94
## hadp 0.94
## haeres 0.94
## halfcommunion 0.94
## halfconc 0.94
## halfeffort 0.94
## halfforgotten 0.94
## halfsuppress 0.94
## halv 0.94
## hampton 0.94
## headp 0.94
## heavenpp 0.94
## heaveoff 0.94
## heb 0.94
## hebnext 0.94
## hebr 0.94
## hebraeo 0.94
## hereafterdo 0.94
## herefor 0.94
## hereto 0.94
## hereupon 0.94
## heylyn 0.94
## hickess 0.94
## hierarch 0.94
## hierarchie2 0.94
## hierosol 0.94
## highestpp 0.94
## highlygift 0.94
## hima 0.94
## himp 0.94
## himpp 0.94
## himselfp 0.94
## himselfpp 0.94
## himselfprefac 0.94
## hippo 0.94
## hisaddit 0.94
## historypp 0.94
## hmav 0.94
## hmin 0.94
## holocaust 0.94
## holocausti 0.94
## homer 0.94
## hooper 0.94
## hooperus 0.94
## hophni 0.94
## horslei 0.94
## hosius 0.94
## hostia 0.94
## hostiam 0.94
## hosxiv 0.94
## hqov 0.94
## hubbard 0.94
## hughes 0.94
## hujusmodi 0.94
## hydra 0.94
## hypostat 0.94
## iamb 0.94
## ibdepth 0.94
## idanswer 0.94
## idappeal 0.94
## idappendix 0.94
## idchristian 0.94
## idchurch 0.94
## idcodex 0.94
## idcollect 0.94
## idcorrupt 0.94
## iddaili 0.94
## idem 0.94
## idfuner 0.94
## idgreat 0.94
## idhistori 0.94
## idholi 0.94
## idjudgment 0.94
## idjust 0.94
## idlife 0.94
## idms 0.94
## idnote 0.94
## idololatr 0.94
## idolworship 0.94
## idpaper 0.94
## idparochialia 0.94
## idprece 0.94
## idprefac 0.94
## idprimit 0.94
## idprotest 0.94
## idrepli 0.94
## idresponsio 0.94
## idsacra 0.94
## idsecond 0.94
## idsermon 0.94
## idthe 0.94
## idtrue 0.94
## idunbloodi 0.94
## idview 0.94
## idworthi 0.94
## iera 0.94
## iereuv 0.94
## ieropoia 0.94
## ieropoiein 0.94
## ieroprepev 0.94
## ierourgein 0.94
## ierourgia 0.94
## ierwsunhv 0.94
## ignatiuss 0.94
## ijl 0.94
## illius 0.94
## illomen 0.94
## illreceiv 0.94
## illud 0.94
## illustratus 0.94
## imago 0.94
## immol 0.94
## immolat 0.94
## immolata 0.94
## immolatio 0.94
## immolatur 0.94
## immolatus 0.94
## impertin 0.94
## impetrando 0.94
## impetratori 0.94
## imprimi 0.94
## incarnationthi 0.94
## incogit 0.94
## incommodi 0.94
## incomposs 0.94
## inconst 0.94
## incruent 0.94
## incruentum 0.94
## indignus 0.94
## indivis 0.94
## inf 0.94
## infam 0.94
## infantbapt 0.94
## inferuntur 0.94
## influx 0.94
## injunction 0.94
## inkl 0.94
## inseparablepp 0.94
## insign 0.94
## instancespp 0.94
## institutor 0.94
## instructionthat 0.94
## insuper 0.94
## intercal 0.94
## intercedeth 0.94
## interim 0.94
## interleav 0.94
## interpel 0.94
## intimaci 0.94
## intus 0.94
## inveigh 0.94
## inverteth 0.94
## invigor 0.94
## invisibili 0.94
## inviteth 0.94
## ipsam 0.94
## ipse 0.94
## ipsi 0.94
## ipsius 0.94
## ipsum 0.94
## irenjei 0.94
## irpoatyiptiv 0.94
## irpoixpapa 0.94
## irration 0.94
## islandpeopl 0.94
## iswhiteus 0.94
## itaqu 0.94
## itbellarm 0.94
## itp 0.94
## itpp 0.94
## itselfpp 0.94
## itvol 0.94
## iviiixiii 0.94
## ixiii 0.94
## jehoiadah 0.94
## jenkyn 0.94
## jenkynss 0.94
## jesos 0.94
## jesum 0.94
## joineth 0.94
## jolli 0.94
## josepho 0.94
## josia 0.94
## jostl 0.94
## joythou 0.94
## jube 0.94
## judaic 0.94
## juge 0.94
## juxtasensum 0.94
## kapper 0.94
## kaqars 0.94
## karpoforiai 0.94
## katacrhstikwv 0.94
## kataggelia 0.94
## kataggellontev 0.94
## kimchi 0.94
## kinda 0.94
## kingship 0.94
## klwmenon 0.94
## kneelingp 0.94
## kneelingpp 0.94
## koinwnew 0.94
## koinwnia 0.94
## koinwnian 0.94
## kosmou 0.94
## ktl 0.94
## kuri 0.94
## laic 0.94
## laitypp 0.94
## lambert 0.94
## lambethse 0.94
## lancast 0.94
## landmark 0.94
## laodicea 0.94
## lasco 0.94
## lastuntil 0.94
## latest 0.94
## latreia 0.94
## latreiam 0.94
## latrieut 0.94
## latym 0.94
## laudatur 0.94
## laurence 0.94
## lawgiv 0.94
## laymenvol 0.94
## layoffer 0.94
## lecta 0.94
## lee 0.94
## leitourgountwn 0.94
## lhyiv 0.94
## liba 0.94
## libamen 0.94
## libat 0.94
## librarian 0.94
## liceat 0.94
## lien 0.94
## lieu 0.94
## lifepp 0.94
## lifethi 0.94
## lifethou 0.94
## lifework 0.94
## lightchrist 0.94
## liketh 0.94
## lincolniens 0.94
## liturg 0.94
## liturgypp 0.94
## loed 0.94
## logician 0.94
## logikav 0.94
## logikh 0.94
## logikhn 0.94
## logomachi 0.94
## lohomacoi 0.94
## lombard 0.94
## lombardus 0.94
## lond 0.94
## longest 0.94
## loosen 0.94
## loquebantur 0.94
## loqui 0.94
## lordto 0.94
## lovefeast 0.94
## lovep 0.94
## ludicr 0.94
## lviith 0.94
## lxiii 0.94
## lxiiilxviii 0.94
## lxxilxxiii 0.94
## lxxix 0.94
## lxxvi 0.94
## lxxxlxxxiii 0.94
## lyra 0.94
## mactat 0.94
## mactation 0.94
## macto 0.94
## made 0.94
## madest 0.94
## mag 0.94
## magni 0.94
## magnoper 0.94
## majesti 0.94
## majestypp 0.94
## malach 0.94
## mald 0.94
## maldon 0.94
## malimus 0.94
## manich 0.94
## maniche 0.94
## mankindand 0.94
## mannerp 0.94
## manus 0.94
## marten 0.94
## martyrolog 0.94
## martyrsp 0.94
## marythi 0.94
## massbook 0.94
## masswhatsoev 0.94
## matcheth 0.94
## material 0.94
## maximilian 0.94
## mayst 0.94
## meatoff 0.94
## meaux 0.94
## mede 0.94
## mediat 0.94
## mediatorand 0.94
## mediatori 0.94
## medo 0.94
## medus 0.94
## megalou 0.94
## melchisedec 0.94
## melchisedechian 0.94
## melchisedecki 0.94
## melchisedek 0.94
## melchizedechian 0.94
## melchizedeck 0.94
## melet 0.94
## melou 0.94
## mem 0.94
## membereven 0.94
## membra 0.94
## membri 0.94
## memnhmenoi 0.94
## memori 0.94
## memoria 0.94
## memorial 0.94
## memoriam 0.94
## memoryand 0.94
## memorypp 0.94
## menand 0.94
## menpp 0.94
## mensa 0.94
## mensam 0.94
## merciesand 0.94
## mercyseat 0.94
## merida 0.94
## meridav 0.94
## meridian 0.94
## merita 0.94
## mess 0.94
## metonym 0.94
## metonymi 0.94
## mho 0.94
## milevitanus 0.94
## militier 0.94
## mincha 0.94
## ministrationth 0.94
## minutius 0.94
## misbelief 0.94
## misconc 0.94
## mislik 0.94
## mispah 0.94
## missam 0.94
## misti 0.94
## mistrust 0.94
## mixion 0.94
## mnhmhn 0.94
## modesta 0.94
## modi 0.94
## modus 0.94
## molest 0.94
## molossian 0.94
## mon 0.94
## monica 0.94
## monsieur 0.94
## montacut 0.94
## montagu 0.94
## morep 0.94
## mortar 0.94
## mortem 0.94
## morton 0.94
## moscarion 0.94
## mosesyet 0.94
## mountagu 0.94
## multi 0.94
## munus 0.94
## muram 0.94
## musthrion 0.94
## mutandi 0.94
## mutati 0.94
## mutation 0.94
## myst 0.94
## mystag 0.94
## mystagogicam 0.94
## mysteriespp 0.94
## mysteriesth 0.94
## mysterio 0.94
## mystica 0.94
## mystico 0.94
## mysticum 0.94
## nam 0.94
## namepp 0.94
## natura 0.94
## navi 0.94
## naz 0.94
## nazianzenpp 0.94
## necessaria 0.94
## necessit 0.94
## needl 0.94
## negatio 0.94
## negoti 0.94
## newfound 0.94
## newp 0.94
## newspp 0.94
## nicena 0.94
## nichollss 0.94
## nicholson 0.94
## nicol 0.94
## nidor 0.94
## nighest 0.94
## nimium 0.94
## nobiscum 0.94
## nocommunion 0.94
## nominatur 0.94
## nomini 0.94
## norint 0.94
## northward 0.94
## nostri 0.94
## nostrum 0.94
## note 0.94
## noteshick 0.94
## notpp 0.94
## nova 0.94
## novator 0.94
## nove8 0.94
## novi 0.94
## nowth 0.94
## noxious 0.94
## nuda 0.94
## objective8 0.94
## oblat 0.94
## oblati 0.94
## oblatio 0.94
## oblation 0.94
## oblationp 0.94
## oblationpp 0.94
## oblations 0.94
## oblationschap 0.94
## oblatori 0.94
## oblivion 0.94
## obsequii 0.94
## observat 0.94
## obtaineth 0.94
## obtest 0.94
## obtulit 0.94
## occis 0.94
## occision 0.94
## ochinus 0.94
## odious 0.94
## offencepp 0.94
## offer4 0.94
## offeramus 0.94
## offere 0.94
## offeredi 0.94
## offeredpp 0.94
## offerend 0.94
## offererspp 0.94
## offerest 0.94
## offereth 0.94
## offeringsw 0.94
## offero 0.94
## offerof 0.94
## offerpp 0.94
## offerr 0.94
## offert 0.94
## offertur 0.94
## offeruntur 0.94
## officepp 0.94
## officesoffic 0.94
## officespp 0.94
## ofp 0.94
## oftenbefor 0.94
## oftenw 0.94
## ofyea 0.94
## olibanum 0.94
## onep 0.94
## onepp 0.94
## operam 0.94
## operant 0.94
## opponentsthos 0.94
## opposerspp 0.94
## oral 0.94
## orderto 0.94
## orthodoxso 0.94
## osakiv 0.94
## othercherish 0.94
## otherway 0.94
## otherwhil 0.94
## otherwork 0.94
## oun 0.94
## ourselvesit 0.94
## oursp 0.94
## outdo 0.94
## outram 0.94
## outworn 0.94
## overall 0.94
## overallp 0.94
## overspread 0.94
## overturn 0.94
## pacifieth 0.94
## pageantri 0.94
## pantov 0.94
## pantwv 0.94
## paratorium 0.94
## parch 0.94
## parisiensi 0.94
## parlour 0.94
## particip 0.94
## participatio 0.94
## participl 0.94
## particl 0.94
## pasca 0.94
## pascha 0.94
## paschal 0.94
## paschali 0.94
## pascit 0.94
## passibil 0.94
## passibl 0.94
## passio 0.94
## passionem 0.94
## passioni 0.94
## passionpp 0.94
## passionthi 0.94
## passov 0.94
## pastorship 0.94
## pastpp 0.94
## pathspp 0.94
## patin 0.94
## patri 0.94
## patternspp 0.94
## peaceoff 0.94
## pecori 0.94
## peculiari 0.94
## peculium 0.94
## pelusiota 0.94
## peoplearchbishop 0.94
## peoplep 0.94
## pepoihk 0.94
## peractazanch 0.94
## peragitur 0.94
## perkin 0.94
## pertinentibii 0.94
## peterboroughhickess 0.94
## petr 0.94
## pfaffius 0.94
## philand 0.94
## philistin 0.94
## philochristianus 0.94
## philodox 0.94
## philpot 0.94
## philpott 0.94
## philpotts 0.94
## phinea 0.94
## piacular 0.94
## pinht 0.94
## pio 0.94
## pistei 0.94
## pith 0.94
## pitieth 0.94
## plain 0.94
## playfellow 0.94
## plead 0.94
## pleasedpp 0.94
## plenum 0.94
## pneumatikav 0.94
## poiein 0.94
## poieisqai 0.94
## poieit 0.94
## poihseis 0.94
## pomplik 0.94
## pontinciani 0.94
## poorp 0.94
## poorpp 0.94
## possidonius 0.94
## possint 0.94
## postea 0.94
## postfact 0.94
## pour 0.94
## pra 0.94
## praasentem 0.94
## prae 0.94
## praecept 0.94
## praefigurationem 0.94
## praenuntiar 0.94
## praesanctificati 0.94
## praesen 0.94
## praiseoff 0.94
## praisep 0.94
## praisepp 0.94
## praisewhich 0.94
## praxi 0.94
## prayerfor 0.94
## prayerintrod 0.94
## prayerth 0.94
## praysw 0.94
## prearogativa 0.94
## preconcept 0.94
## preferri 0.94
## preliminari 0.94
## preposter 0.94
## prerogativa 0.94
## presbytercompanion 0.94
## presbytercours 0.94
## presbyterdissertation 0.94
## presbyterepilogu 0.94
## presbyterexplicat 0.94
## presbyterillustrat 0.94
## presbyterpractic 0.94
## presbyterpropitiatori 0.94
## presbyterright 0.94
## presbyterthe 0.94
## presbytervindic 0.94
## prescribeth 0.94
## pressdoyley 0.94
## presum 0.94
## pretendethpp 0.94
## pretii 0.94
## priestbut 0.94
## priestpp 0.94
## priestschap 0.94
## priestspp 0.94
## prim 0.94
## primasius 0.94
## prius 0.94
## problemati 0.94
## proconsul 0.94
## procurant 0.94
## procureth 0.94
## prodigi 0.94
## professeth 0.94
## profund 0.94
## progeni 0.94
## prognost 0.94
## prokeimena 0.94
## prolocutor 0.94
## promittebatur 0.94
## prooemial 0.94
## propitiandi 0.94
## propitiationthat 0.94
## propitiatori 0.94
## propitiatorium 0.94
## propitiatorypp 0.94
## propitio 0.94
## propositioni 0.94
## propria 0.94
## proprium 0.94
## proqesewv 0.94
## proqesiv 0.94
## prosedreuontev 0.94
## proseucai 0.94
## prosferein 0.94
## prosferomen 0.94
## prosfora 0.94
## prosforai 0.94
## prosforan 0.94
## protestanti 0.94
## protestantium 0.94
## prothesi 0.94
## prototyp 0.94
## prototypep 0.94
## provedpp 0.94
## provedto 0.94
## proxi 0.94
## punct 0.94
## purest 0.94
## purgatoryso 0.94
## purgedp 0.94
## puritani 0.94
## purpose1 0.94
## purposebut 0.94
## purposepp 0.94
## purum 0.94
## putpp 0.94
## putteth 0.94
## qeourgein 0.94
## qew 0.94
## quein 0.94
## quer 0.94
## quesqai 0.94
## quibbler 0.94
## quid 0.94
## quidditi 0.94
## quien 0.94
## quiqu 0.94
## quma 0.94
## qumatov 0.94
## quodam 0.94
## quomen 0.94
## quondam 0.94
## quoof 0.94
## quotidi 0.94
## qusia 0.94
## qusian 0.94
## qusiasthria 0.94
## qusiasthrion 0.94
## qusiasthriw 0.94
## qusiav 0.94
## quson 0.94
## qutai 0.94
## quw 0.94
## ratio 0.94
## rationabil 0.94
## re9pons 0.94
## realti 0.94
## reasonpp 0.94
## receivedp 0.94
## receivest 0.94
## recordatio 0.94
## rect 0.94
## reddebatur 0.94
## redemption 0.94
## ref 0.94
## reformedth 0.94
## rei 0.94
## reiter 0.94
## religio 0.94
## religiondrawn 0.94
## religionwork 0.94
## rem 0.94
## rememberest 0.94
## remembrancedrink 0.94
## remembrancep 0.94
## rememor 0.94
## remotest 0.94
## renewfor 0.94
## repeateth 0.94
## replac 0.94
## repliesthat 0.94
## repraesentatio 0.94
## repraesentativum 0.94
## reprehendeth 0.94
## representatio 0.94
## representationp 0.94
## representedth 0.94
## requisitepp 0.94
## respectivum 0.94
## respicer 0.94
## respon 0.94
## restpp 0.94
## resurrectionth 0.94
## retriev 0.94
## revelationpp 0.94
## ridlei 0.94
## ridley 0.94
## rifl 0.94
## ritibus 0.94
## roffen 0.94
## romanspp 0.94
## romanus 0.94
## romew 0.94
## sabaoth 0.94
## sac 0.94
## sacerdoti 0.94
## sacerdotio 0.94
## sacramentlib 0.94
## sacramentpp 0.94
## sacramentth 0.94
## sacramentwork 0.94
## sacrarium 0.94
## sacrificandi 0.94
## sacrificantibus 0.94
## sacrificatam 0.94
## sacrificatum 0.94
## sacrifice 0.94
## sacrificean 0.94
## sacrificeand 0.94
## sacrificeof 0.94
## sacrificep 0.94
## sacrificepp 0.94
## sacrificesp 0.94
## sacrificespp 0.94
## sacrificesw 0.94
## sacrificethat 0.94
## sacrificeuntil 0.94
## sacrificii 0.94
## sacrificio 0.94
## sacrificiorum 0.94
## sacrificium 0.94
## sacrist 0.94
## sacrista 0.94
## sacristi 0.94
## saithw 0.94
## salem 0.94
## sameeven 0.94
## samep 0.94
## samepp 0.94
## sameskinn 0.94
## sampl 0.94
## sampler 0.94
## sanc 0.94
## sancroft 0.94
## sanctific 0.94
## sanctifieth 0.94
## sangui 0.94
## saviour 0.94
## saviourpp 0.94
## savoy 0.94
## sayat 0.94
## saysth 0.94
## scandret 0.94
## scar 0.94
## scent 0.94
## scotchman 0.94
## scotlandp 0.94
## scripturepp 0.94
## scriven 0.94
## scrivener 0.94
## secretarium 0.94
## secretlysend 0.94
## sectionpp40 0.94
## seculum 0.94
## sede 0.94
## sediti 0.94
## semblabl 0.94
## senseif 0.94
## sentent 0.94
## serena 0.94
## sereno 0.94
## servicebook 0.94
## serviceor 0.94
## servus 0.94
## sexton 0.94
## sfav 0.94
## shadi 0.94
## shah 0.94
## sharethi 0.94
## shechem 0.94
## shedi 0.94
## shewbread 0.94
## shewedpp 0.94
## showpp 0.94
## shrift 0.94
## sicken 0.94
## sidet 0.94
## significandi 0.94
## significant 0.94
## signifieth 0.94
## signifiethp 0.94
## signspp 0.94
## similitudinem 0.94
## similitudinum 0.94
## singeth 0.94
## singlehand 0.94
## sinnerpp 0.94
## sinnerspp 0.94
## sinoff 0.94
## sinpp 0.94
## sinsmay 0.94
## sinthat 0.94
## skeuofulakeion 0.94
## skinner 0.94
## slaughteroff 0.94
## slay 0.94
## slili 0.94
## smalridg 0.94
## solea 0.94
## solenni 0.94
## soliloqui 0.94
## solitaria 0.94
## solus 0.94
## sonif 0.94
## sonp 0.94
## sonthis 0.94
## sordid 0.94
## soulp 0.94
## southward 0.94
## spalato 0.94
## speciatim 0.94
## spectat 0.94
## spiritbut 0.94
## spiritp 0.94
## spiritual 0.94
## spiritualp 0.94
## spokepp 0.94
## spoliat 0.94
## sportuli 0.94
## spright 0.94
## sqq 0.94
## stale 0.94
## stall 0.94
## standingp 0.94
## steam 0.94
## stolen 0.94
## strype 0.94
## stylea 0.94
## sua 0.94
## subjecta 0.94
## subjectbut 0.94
## subjective8 0.94
## sue 0.94
## sufferthat 0.94
## sumpaqhsai 0.94
## sumus 0.94
## superscript 0.94
## superstitionpp 0.94
## superstruct 0.94
## supervis 0.94
## supperp 0.94
## suppervol 0.94
## supplant 0.94
## suppletori 0.94
## supplier 0.94
## sur 0.94
## suscip 0.94
## sweareth 0.94
## swiss 0.94
## swmati 0.94
## swn 0.94
## swtheria 0.94
## swthria 0.94
## syllabletouch 0.94
## sym 0.94
## symbola 0.94
## symeon 0.94
## synecdoch 0.94
## tabernaclep 0.94
## tabernaclepp 0.94
## tablei 0.94
## tableour 0.94
## tablepp 0.94
## tam 0.94
## tauthn 0.94
## tav 0.94
## templesthou 0.94
## tendereth 0.94
## tenderethpp 0.94
## tene 0.94
## tens 0.94
## termsi 0.94
## testamenti 0.94
## testamentp 0.94
## testimonia 0.94
## thank 0.94
## thankoff 0.94
## thanksgiv 0.94
## thanksgiving1 0.94
## thanksgivingand 0.94
## thanksgivingpp 0.94
## thanksp 0.94
## thankspp 0.94
## theirselv 0.94
## theirspp 0.94
## thembut 0.94
## themistocl 0.94
## themlik 0.94
## themp 0.94
## thempp 0.94
## themthey 0.94
## thengood 0.94
## theologiam 0.94
## theologo 0.94
## theoph 0.94
## theophilus 0.94
## thereforethi 0.94
## therep 0.94
## thereuponp 0.94
## therewith 0.94
## thessal 0.94
## thicket 0.94
## thingibid 0.94
## thirtyeight 0.94
## thisfirst 0.94
## thish 0.94
## tho 0.94
## thom 0.94
## thusw 0.94
## thv 0.94
## tibi 0.94
## tifi 0.94
## timep 0.94
## timesw 0.94
## timethi 0.94
## tis 0.94
## titlepag 0.94
## togetheri 0.94
## toinun 0.94
## toiouton 0.94
## tollit 0.94
## tomav 0.94
## toopp 0.94
## totam 0.94
## touto 0.94
## towerson 0.94
## traditum 0.94
## transitus 0.94
## transsubstanti 0.94
## transsubstantiation 0.94
## transubstantiationem 0.94
## transvers 0.94
## trap 0.94
## trapeza 0.94
## trasubstanti 0.94
## travers 0.94
## treasuri 0.94
## treasuryth 0.94
## trebl 0.94
## tremblingpp 0.94
## trespassoff 0.94
## trespassofferingspp 0.94
## triest 0.94
## trisagium 0.94
## trofh 0.94
## trucidati 0.94
## truep 0.94
## truepp 0.94
## truli 0.94
## trulymad 0.94
## trypho 0.94
## tum 0.94
## tupou 0.94
## tupov 0.94
## tuus 0.94
## twere 0.94
## typus 0.94
## tyssu 0.94
## ult 0.94
## unbloodi 0.94
## und 0.94
## underneath 0.94
## undertakepp 0.94
## undevout 0.94
## undiscov 0.94
## unfitt 0.94
## unhappili 0.94
## unheed 0.94
## uni 0.94
## unicum 0.94
## unitypp 0.94
## unitythat 0.94
## univoc 0.94
## unknow 0.94
## unleaven 0.94
## unmask 0.94
## unmolest 0.94
## unravel 0.94
## unreserved 0.94
## unrever 0.94
## unsmoki 0.94
## unsoundest 0.94
## unsubstanti 0.94
## untemp 0.94
## unum 0.94
## unusquisqu 0.94
## upcompar 0.94
## upemeinen 0.94
## upomnhsin 0.94
## uproot 0.94
## upth 0.94
## usa 0.94
## usedpp 0.94
## usof 0.94
## uspp 0.94
## usthi 0.94
## usthin 0.94
## utensil 0.94
## vacat 0.94
## valet 0.94
## validite9 0.94
## valor 0.94
## valorem 0.94
## vanitypp 0.94
## venerari 0.94
## veni 0.94
## verbatim 0.94
## verit 0.94
## veritatem 0.94
## veronensi 0.94
## verum 0.94
## vestiari 0.94
## vet 0.94
## veter 0.94
## veterator 0.94
## veterum 0.94
## viand 0.94
## vibrat 0.94
## vicari 0.94
## victim 0.94
## victima 0.94
## videati 0.94
## viiis 0.94
## vim 0.94
## vindicatus 0.94
## vinum 0.94
## virginthen 0.94
## viro 0.94
## virtut 0.94
## vith 0.94
## viths 0.94
## vix 0.94
## vocarunt 0.94
## votist 0.94
## vultu 0.94
## waferbread 0.94
## waiter 0.94
## wantest 0.94
## wasprefatori 0.94
## waterwat 0.94
## waveoff 0.94
## wavering 0.94
## wayfar 0.94
## waythenc 0.94
## wayward 0.94
## wellmerit 0.94
## wellnigh 0.94
## wellpp 0.94
## wellproport 0.94
## werein 0.94
## werspurg 0.94
## westward 0.94
## wheatli 0.94
## whereat 0.94
## whereon 0.94
## whitehal 0.94
## wholli 0.94
## wicelius 0.94
## wilesmay 0.94
## willpp 0.94
## winch 0.94
## winea 0.94
## winebless 0.94
## winepp 0.94
## wineth 0.94
## winston 0.94
## withalp 0.94
## witsius 0.94
## won 0.94
## wont 0.94
## woodi 0.94
## wordnot 0.94
## wordsbless 0.94
## wordsi 0.94
## worldpp 0.94
## worldread 0.94
## worshipwhil 0.94
## worthiest 0.94
## worthilyand 0.94
## xcvi 0.94
## xiii10 0.94
## xiixv 0.94
## xli 0.94
## xlvi 0.94
## xxxiii 0.94
## xxxix 0.94
## xxxviilii 0.94
## yearspp 0.94
## yielding 0.94
## youthi 0.94
## yuch 0.94
## zeruiah 0.94
## zipporah 0.94
## zuing 0.94
## zuinglian 0.94
## zuinglicalvinist 0.94
## zurich 0.94
## 107 0.93
## 377 0.93
## ate 0.93
## behalf 0.93
## bounden 0.93
## burntoff 0.93
## christian 0.93
## chron 0.93
## collat 0.93
## cranmer 0.93
## deliver 0.93
## dignifi 0.93
## domini 0.93
## edict 0.93
## effectu 0.93
## eusebius 0.93
## evang 0.93
## fit 0.93
## frankincens 0.93
## god 0.93
## grabe 0.93
## hath 0.93
## hellenist 0.93
## heylin 0.93
## his 0.93
## hoc 0.93
## holpen 0.93
## intercess 0.93
## israelit 0.93
## jesus 0.93
## jewish 0.93
## laudi 0.93
## legal 0.93
## lesli 0.93
## lev 0.93
## lords 0.93
## melanchthon 0.93
## merci 0.93
## missa 0.93
## overal 0.93
## own 0.93
## oxen 0.93
## per 0.93
## perpetu 0.93
## pertin 0.93
## quick 0.93
## quoti 0.93
## rememb 0.93
## romish 0.93
## sacrificia 0.93
## scottish 0.93
## slain 0.93
## soi 0.93
## solemn 0.93
## sons 0.93
## stillingfleet 0.93
## thereof 0.93
## titl 0.93
## toti 0.93
## ver 0.93
## wherefor 0.93
## worshipp 0.93
## xxvi 0.93
## 2dli 0.92
## acknowledg 0.92
## agreeth 0.92
## amongst 0.92
## and 0.92
## assert 0.92
## bare 0.92
## belov 0.92
## beseech 0.92
## catena 0.92
## contend 0.92
## continu 0.92
## dear 0.92
## dedic 0.92
## dominion 0.92
## els 0.92
## eucharistia 0.92
## finish 0.92
## foreshow 0.92
## give 0.92
## given 0.92
## goat 0.92
## immediat 0.92
## interced 0.92
## intrins 0.92
## kill 0.92
## learn 0.92
## luther 0.92
## make 0.92
## malachi 0.92
## monument 0.92
## now 0.92
## office 0.92
## princip 0.92
## prove 0.92
## receiv 0.92
## remaind 0.92
## revis 0.92
## sacrileg 0.92
## signif 0.92
## son 0.92
## therefor 0.92
## thereto 0.92
## thn 0.92
## true 0.92
## twn 0.92
## use 0.92
## wellpleas 0.92
## xiii 0.92
## xxix 0.92
## absent 0.91
## administr 0.91
## annot 0.91
## begotten 0.91
## beveridg 0.91
## bloodshed 0.91
## board 0.91
## bounti 0.91
## breach 0.91
## chancel 0.91
## consisteth 0.91
## coven 0.91
## cum 0.91
## dearest 0.91
## demonstr 0.91
## deposit 0.91
## dialogu 0.91
## efficaci 0.91
## ergo 0.91
## esteem 0.91
## expiat 0.91
## forement 0.91
## gift 0.91
## gracious 0.91
## highpriest 0.91
## humbl 0.91
## improp 0.91
## inestim 0.91
## jew 0.91
## laiti 0.91
## levit 0.91
## likewis 0.91
## lincoln 0.91
## liquid 0.91
## london 0.91
## margin 0.91
## meant 0.91
## ministr 0.91
## name 0.91
## nave 0.91
## never 0.91
## neverfail 0.91
## obtain 0.91
## owner 0.91
## papist 0.91
## peopl 0.91
## pleas 0.91
## prop 0.91
## prostrat 0.91
## pure 0.91
## quo 0.91
## ransom 0.91
## real 0.91
## render 0.91
## restor 0.91
## rubric 0.91
## rubrick 0.91
## sabbathday 0.91
## sacerdot 0.91
## saith 0.91
## scotch 0.91
## seq 0.91
## sess 0.91
## set 0.91
## show 0.91
## stood 0.91
## sursum 0.91
## thee 0.91
## thi 0.91
## this 0.91
## tou 0.91
## transpos 0.91
## verb 0.91
## vocal 0.91
## xxiv 0.91
## abel 0.90
## abolish 0.90
## bull 0.90
## church 0.90
## cite 0.90
## conform 0.90
## conson 0.90
## frequent 0.90
## gave 0.90
## him 0.90
## justin 0.90
## law 0.90
## liturgi 0.90
## none 0.90
## oftentim 0.90
## pare 0.90
## perform 0.90
## prefigur 0.90
## premis 0.90
## presbyt 0.90
## redeem 0.90
## relief 0.90
## right 0.90
## sake 0.90
## second 0.90
## sprinkl 0.90
## stead 0.90
## succeed 0.90
## tender 0.90
## third 0.90
## ultraprotest 0.90
## vacil 0.90
## 13th 0.89
## 1548 0.89
## 1637 0.89
## 265 0.89
## addition 0.89
## aftertim 0.89
## almighti 0.89
## betray 0.89
## canon 0.89
## corda 0.89
## cyprian 0.89
## dissert 0.89
## drinketh 0.89
## ejus 0.89
## england 0.89
## entail 0.89
## estat 0.89
## exod 0.89
## expresseth 0.89
## foreign 0.89
## forth 0.89
## furnitur 0.89
## hearti 0.89
## hierom 0.89
## homag 0.89
## israel 0.89
## join 0.89
## lordship 0.89
## mason 0.89
## minist 0.89
## numb 0.89
## order 0.89
## pardon 0.89
## persuad 0.89
## place 0.89
## plunder 0.89
## postcommunion 0.89
## pretend 0.89
## print 0.89
## printer 0.89
## queen 0.89
## redress 0.89
## sanctifi 0.89
## sanguini 0.89
## silli 0.89
## spilt 0.89
## substanti 0.89
## suffici 0.89
## sundri 0.89
## sweet 0.89
## therebi 0.89
## took 0.89
## understood 0.89
## vol 0.89
## which 0.89
## xxxv 0.89
## 1st 0.88
## 274 0.88
## abus 0.88
## after 0.88
## andrew 0.88
## arch 0.88
## began 0.88
## besid 0.88
## book 0.88
## common 0.88
## count 0.88
## crucifi 0.88
## design 0.88
## due 0.88
## duli 0.88
## elizabeth 0.88
## emin 0.88
## evas 0.88
## father 0.88
## for 0.88
## from 0.88
## gestur 0.88
## guest 0.88
## himself 0.88
## imit 0.88
## list 0.88
## miser 0.88
## modo 0.88
## offici 0.88
## parallel 0.88
## peac 0.88
## poster 0.88
## punctual 0.88
## renew 0.88
## scotland 0.88
## sin 0.88
## suffic 0.88
## take 0.88
## testifi 0.88
## that 0.88
## togeth 0.88
## undefil 0.88
## vulgar 0.88
## whenc 0.88
## worthi 0.88
## wouldest 0.88
## aaron 0.87
## adversari 0.87
## answer 0.87
## applic 0.87
## appoint 0.87
## brought 0.87
## chrysostom 0.87
## command 0.87
## cor 0.87
## didst 0.87
## edward 0.87
## ever 0.87
## evermor 0.87
## favour 0.87
## first 0.87
## firstborn 0.87
## grant 0.87
## hand 0.87
## have 0.87
## horsley 0.87
## importun 0.87
## late 0.87
## leagu 0.87
## nice 0.87
## noth 0.87
## notion 0.87
## onli 0.87
## past 0.87
## prefac 0.87
## qualifi 0.87
## recit 0.87
## recognit 0.87
## reconcil 0.87
## restrain 0.87
## send 0.87
## serv 0.87
## smell 0.87
## speci 0.87
## subjoin 0.87
## supplic 0.87
## typifi 0.87
## vessel 0.87
## volum 0.87
## wherein 0.87
## word 0.87
## yield 0.87
## 109 0.86
## 117 0.86
## 128 0.86
## 183 0.86
## 188 0.86
## 211 0.86
## 243 0.86
## 417 0.86
## accord 0.86
## all 0.86
## also 0.86
## cain 0.86
## catech 0.86
## ceremoni 0.86
## chalic 0.86
## charl 0.86
## consequ 0.86
## consum 0.86
## consumm 0.86
## contradictori 0.86
## dure 0.86
## empti 0.86
## end 0.86
## english 0.86
## enim 0.86
## fourth 0.86
## freeli 0.86
## french 0.86
## friendship 0.86
## heaven 0.86
## herb 0.86
## inde 0.86
## insomuch 0.86
## intent 0.86
## inter 0.86
## ita 0.86
## laud 0.86
## mar 0.86
## messia 0.86
## model 0.86
## necessari 0.86
## need 0.86
## odour 0.86
## oeconomi 0.86
## ordain 0.86
## paper 0.86
## partook 0.86
## perfect 0.86
## plantat 0.86
## predic 0.86
## rainbow 0.86
## reason 0.86
## reconcili 0.86
## rehears 0.86
## selfsam 0.86
## sherlock 0.86
## sinai 0.86
## sinc 0.86
## solid 0.86
## suffer 0.86
## superad 0.86
## suprem 0.86
## taketh 0.86
## templ 0.86
## tenour 0.86
## tenth 0.86
## the 0.86
## therein 0.86
## though 0.86
## unwarrant 0.86
## videtur 0.86
## vis 0.86
## wheresoev 0.86
## worthili 0.86
## worthless 0.86
## xxxi 0.86
## yet 0.86
## act 0.85
## ador 0.85
## alm 0.85
## apart 0.85
## appli 0.85
## assur 0.85
## authoris 0.85
## avert 0.85
## becaus 0.85
## behind 0.85
## bitter 0.85
## camp 0.85
## can 0.85
## christa 0.85
## compil 0.85
## conclud 0.85
## corpor 0.85
## distinguish 0.85
## ecclesia 0.85
## etern 0.85
## expressli 0.85
## flesh 0.85
## furthermor 0.85
## gentil 0.85
## glorious 0.85
## held 0.85
## hut 0.85
## instead 0.85
## intend 0.85
## latim 0.85
## left 0.85
## maim 0.85
## manifold 0.85
## manner 0.85
## mental 0.85
## mix 0.85
## neverceas 0.85
## part 0.85
## pledg 0.85
## prayer 0.85
## publish 0.85
## purpos 0.85
## rough 0.85
## sed 0.85
## servic 0.85
## side 0.85
## still 0.85
## taught 0.85
## thine 0.85
## trent 0.85
## whenev 0.85
## 1550 0.84
## 1834 0.84
## 22nd 0.84
## 262 0.84
## 451 0.84
## 8th 0.84
## abat 0.84
## action 0.84
## actual 0.84
## aloft 0.84
## although 0.84
## alway 0.84
## angl 0.84
## annual 0.84
## appeas 0.84
## areopagit 0.84
## becometh 0.84
## bondag 0.84
## bonifac 0.84
## briefli 0.84
## calmer 0.84
## cassand 0.84
## cathol 0.84
## chrysost 0.84
## deliveri 0.84
## eateth 0.84
## expung 0.84
## extant 0.84
## fort 0.84
## fulgentius 0.84
## gallican 0.84
## greatest 0.84
## haec 0.84
## hanc 0.84
## heinous 0.84
## high 0.84
## inanim 0.84
## indig 0.84
## leav 0.84
## lord 0.84
## mabillon 0.84
## meantim 0.84
## mei 0.84
## more 0.84
## mss 0.84
## must 0.84
## new 0.84
## nyssen 0.84
## oblig 0.84
## oldest 0.84
## otherwis 0.84
## patrick 0.84
## permit 0.84
## prefatori 0.84
## presenteth 0.84
## price 0.84
## privata 0.84
## promiscu 0.84
## proscrib 0.84
## quae 0.84
## quibus 0.84
## rebellion 0.84
## reform 0.84
## remiss 0.84
## renounc 0.84
## setteth 0.84
## shew 0.84
## sittest 0.84
## smith 0.84
## sup 0.84
## supplement 0.84
## tabernacl 0.84
## these 0.84
## travail 0.84
## trembl 0.84
## tremend 0.84
## tui 0.84
## twentythird 0.84
## usand 0.84
## well 0.84
## whatsoev 0.84
## whole 0.84
## whomsoev 0.84
## whoso 0.84
## yea 0.84
## better 0.83
## bilson 0.83
## but 0.83
## consent 0.83
## consult 0.83
## defenc 0.83
## easili 0.83
## eleg 0.83
## entitl 0.83
## forasmuch 0.83
## hope 0.83
## innumer 0.83
## kai 0.83
## laid 0.83
## leprosi 0.83
## let 0.83
## martyr 0.83
## master 0.83
## particular 0.83
## pious 0.83
## popish 0.83
## profan 0.83
## remov 0.83
## salisburi 0.83
## satisfi 0.83
## share 0.83
## then 0.83
## thereon 0.83
## upright 0.83
## where 0.83
## whose 0.83
## 250 0.82
## access 0.82
## administ 0.82
## ascension 0.82
## asund 0.82
## austin 0.82
## carthag 0.82
## corrupt 0.82
## defect 0.82
## deni 0.82
## desir 0.82
## direct 0.82
## diver 0.82
## gloss 0.82
## hebrew 0.82
## henc 0.82
## honour 0.82
## inexpress 0.82
## instant 0.82
## leslie 0.82
## live 0.82
## materi 0.82
## mighti 0.82
## mysteri 0.82
## neither 0.82
## perus 0.82
## plainer 0.82
## put 0.82
## rail 0.82
## refug 0.82
## seest 0.82
## selfsuffici 0.82
## sit 0.82
## sort 0.82
## suppli 0.82
## suppress 0.82
## two 0.82
## unto 0.82
## viz 0.82
## wherewith 0.82
## whosoev 0.82
## worship 0.82
## xxii 0.82
## agre 0.81
## alreadi 0.81
## befit 0.81
## believ 0.81
## bishop 0.81
## canst 0.81
## capit 0.81
## chiefli 0.81
## concern 0.81
## confut 0.81
## content 0.81
## contrit 0.81
## declar 0.81
## definit 0.81
## denot 0.81
## especi 0.81
## evangel 0.81
## follow 0.81
## fruit 0.81
## gods 0.81
## long 0.81
## luke 0.81
## nevertheless 0.81
## prejudici 0.81
## reput 0.81
## sixth 0.81
## taken 0.81
## thenc 0.81
## translat 0.81
## unit 0.81
## usual 0.81
## veri 0.81
## 164 0.80
## 303 0.80
## 305 0.80
## 365 0.80
## 402 0.80
## 470 0.80
## 482 0.80
## 5356 0.80
## 810 0.80
## ascrib 0.80
## augusta 0.80
## avail 0.80
## brief 0.80
## bullock 0.80
## clear 0.80
## clerk 0.80
## cyril 0.80
## dalli 0.80
## deprav 0.80
## devil 0.80
## doctrina 0.80
## domin 0.80
## excelsi 0.80
## face 0.80
## felix 0.80
## fidel 0.80
## fix 0.80
## food 0.80
## forfeitur 0.80
## generi 0.80
## greater 0.80
## heav 0.80
## henri 0.80
## illustri 0.80
## imageworship 0.80
## imparti 0.80
## invalu 0.80
## librari 0.80
## main 0.80
## non 0.80
## optatus 0.80
## overthroweth 0.80
## pani 0.80
## pertaineth 0.80
## phil 0.80
## polici 0.80
## pontif 0.80
## pure2 0.80
## rescu 0.80
## rev 0.80
## sacerdo 0.80
## sacramentorum 0.80
## said 0.80
## saviours 0.80
## seal 0.80
## special 0.80
## stand 0.80
## stranger 0.80
## syriac 0.80
## tell 0.80
## tenur 0.80
## testimoni 0.80
## till 0.80
## totidem 0.80
## unhappi 0.80
## unworthi 0.80
## verbi 0.80
## white 0.80
## without 0.80
## worth 0.80
## xxiii 0.80
## 146 0.79
## deliv 0.79
## doth 0.79
## drunk 0.79
## either 0.79
## engag 0.79
## est 0.79
## ezek 0.79
## feed 0.79
## intoler 0.79
## kneel 0.79
## land 0.79
## last 0.79
## mention 0.79
## needless 0.79
## parliament 0.79
## realli 0.79
## retain 0.79
## room 0.79
## sacramentum 0.79
## salvat 0.79
## sovereign 0.79
## sum 0.79
## supposeth 0.79
## thereunto 0.79
## touch 0.79
## unless 0.79
## valuabl 0.79
## what 0.79
## xvii 0.79
## advantag 0.78
## begin 0.78
## benefactor 0.78
## brake 0.78
## card 0.78
## confid 0.78
## contrari 0.78
## corpus 0.78
## dawn 0.78
## defend 0.78
## depress 0.78
## detest 0.78
## deut 0.78
## dispatch 0.78
## dispos 0.78
## disput 0.78
## empow 0.78
## error 0.78
## everlast 0.78
## everliv 0.78
## exhort 0.78
## genealog 0.78
## grosser 0.78
## hammond 0.78
## hereof 0.78
## nobi 0.78
## pet 0.78
## post 0.78
## pro 0.78
## propos 0.78
## quia 0.78
## readili 0.78
## refut 0.78
## remain 0.78
## repetit 0.78
## repress 0.78
## rom 0.78
## see 0.78
## slaveri 0.78
## snatch 0.78
## strict 0.78
## taylor 0.78
## term 0.78
## theodoret 0.78
## thus 0.78
## unblam 0.78
## vail 0.78
## viii 0.78
## xiv 0.78
## add 0.77
## arc 0.77
## archbishop 0.77
## away 0.77
## chiefest 0.77
## confer 0.77
## constitut 0.77
## copi 0.77
## deserv 0.77
## epist 0.77
## fled 0.77
## glosser 0.77
## hard 0.77
## hast 0.77
## immens 0.77
## intern 0.77
## introduct 0.77
## joh 0.77
## lay 0.77
## leviticus 0.77
## look 0.77
## mandat 0.77
## offic 0.77
## omnibus 0.77
## phrase 0.77
## preambl 0.77
## preval 0.77
## provis 0.77
## ringlead 0.77
## say 0.77
## scrupl 0.77
## seventeenth 0.77
## singular 0.77
## spiritu 0.77
## strictest 0.77
## subsequ 0.77
## suppliant 0.77
## thirteen 0.77
## time 0.77
## unheard 0.77
## wrest 0.77
## wrote 0.77
## 12th 0.76
## anglican 0.76
## apostl 0.76
## bade 0.76
## breast 0.76
## bring 0.76
## cave 0.76
## chang 0.76
## choir 0.76
## clergi 0.76
## comber 0.76
## compos 0.76
## conceiv 0.76
## confess 0.76
## defin 0.76
## deput 0.76
## devot 0.76
## digniti 0.76
## doctrin 0.76
## everi 0.76
## ezra 0.76
## figur 0.76
## fine 0.76
## foresight 0.76
## function 0.76
## great 0.76
## herebi 0.76
## josh 0.76
## judici 0.76
## lean 0.76
## lib 0.76
## mai 0.76
## men 0.76
## peculiar 0.76
## precept 0.76
## privat 0.76
## puritan 0.76
## quam 0.76
## rent 0.76
## repos 0.76
## return 0.76
## rigour 0.76
## rust 0.76
## sacra 0.76
## sanctuari 0.76
## shift 0.76
## slander 0.76
## sounder 0.76
## stick 0.76
## style 0.76
## temporari 0.76
## think 0.76
## unspot 0.76
## upheld 0.76
## wellbelov 0.76
## while 0.76
## addit 0.75
## age 0.75
## antichristian 0.75
## apost 0.75
## author 0.75
## celesti 0.75
## concomit 0.75
## dogmat 0.75
## doubt 0.75
## exclud 0.75
## fame 0.75
## fell 0.75
## final 0.75
## grace 0.75
## hadst 0.75
## injur 0.75
## interest 0.75
## lowest 0.75
## mingl 0.75
## monstrous 0.75
## much 0.75
## one 0.75
## owe 0.75
## page 0.75
## paten 0.75
## piti 0.75
## presbyter 0.75
## reciproc 0.75
## respect 0.75
## roast 0.75
## sens 0.75
## sever 0.75
## strang 0.75
## stupend 0.75
## valu 0.75
## vouchsaf 0.75
## witnesseth 0.75
## abhor 0.74
## aforesaid 0.74
## amalgam 0.74
## american 0.74
## among 0.74
## art 0.74
## assault 0.74
## becom 0.74
## befor 0.74
## cardin 0.74
## chap 0.74
## chapter 0.74
## circumcis 0.74
## conveni 0.74
## copious 0.74
## corinthian 0.74
## descend 0.74
## discours 0.74
## edit 0.74
## fat 0.74
## form 0.74
## former 0.74
## gratitud 0.74
## groundless 0.74
## herein 0.74
## king 0.74
## lip 0.74
## may 0.74
## mutual 0.74
## nay 0.74
## necess 0.74
## next 0.74
## nor 0.74
## observ 0.74
## often 0.74
## old 0.74
## parti 0.74
## prefix 0.74
## prelat 0.74
## preserv 0.74
## proposit 0.74
## thou 0.74
## transcrib 0.74
## type 0.74
## veriti 0.74
## 102 0.73
## 174 0.73
## 309 0.73
## 370 0.73
## admit 0.73
## afresh 0.73
## alia 0.73
## alleg 0.73
## appropri 0.73
## beget 0.73
## best 0.73
## blasphem 0.73
## blast 0.73
## ceas 0.73
## celebratur 0.73
## cleanseth 0.73
## declareth 0.73
## displac 0.73
## doctorlife 0.73
## ego 0.73
## egypt 0.73
## elev 0.73
## eras 0.73
## evacu 0.73
## faith 0.73
## foreshew 0.73
## foulest 0.73
## full 0.73
## giver 0.73
## hickes 0.73
## importeth 0.73
## includeth 0.73
## inferreth 0.73
## jewell 0.73
## larg 0.73
## ligament 0.73
## nazianzenus 0.73
## omit 0.73
## orationi 0.73
## paul 0.73
## pay 0.73
## piec 0.73
## presbyterof 0.73
## prevail 0.73
## primari 0.73
## pronounceth 0.73
## psalmist 0.73
## reach 0.73
## reader 0.73
## rectifi 0.73
## reverend 0.73
## rude 0.73
## schoolmen 0.73
## shake 0.73
## soever 0.73
## substanc 0.73
## supercelesti 0.73
## thereupon 0.73
## thorndike 0.73
## unfeign 0.73
## weigh 0.73
## whether 0.73
## william 0.73
## world 0.73
## xxv 0.73
## afterward 0.72
## avoid 0.72
## betwixt 0.72
## both 0.72
## canterburi 0.72
## captious 0.72
## charit 0.72
## coetibus 0.72
## coher 0.72
## dei 0.72
## depriv 0.72
## doom 0.72
## doubl 0.72
## equival 0.72
## erron 0.72
## essenti 0.72
## float 0.72
## genuin 0.72
## glorifi 0.72
## immanuel 0.72
## inaccuraci 0.72
## inasmuch 0.72
## infinit 0.72
## just 0.72
## kaleitai 0.72
## knew 0.72
## later 0.72
## linen 0.72
## marketplac 0.72
## melchisedeck 0.72
## opposit 0.72
## ordin 0.72
## pick 0.72
## possessor 0.72
## profess 0.72
## propound 0.72
## protest 0.72
## requir 0.72
## ring 0.72
## savour 0.72
## sine 0.72
## singleheart 0.72
## strengthen 0.72
## ter 0.72
## tertullian 0.72
## theophylact 0.72
## they 0.72
## transubstanti 0.72
## turn 0.72
## unanswer 0.72
## uniniti 0.72
## wit 0.72
## aliv 0.71
## appear 0.71
## avaric 0.71
## carri 0.71
## concurr 0.71
## conjunct 0.71
## correspond 0.71
## counten 0.71
## differ 0.71
## distinct 0.71
## except 0.71
## facto 0.71
## fill 0.71
## good 0.71
## hitherto 0.71
## infer 0.71
## inward 0.71
## labour 0.71
## learnt 0.71
## ministri 0.71
## not 0.71
## occas 0.71
## offenc 0.71
## our 0.71
## pattern 0.71
## peremptorili 0.71
## prescript 0.71
## settl 0.71
## sow 0.71
## uncorrupt 0.71
## went 0.71
## xxviii 0.71
## allianc 0.70
## alter 0.70
## assembl 0.70
## busi 0.70
## commission 0.70
## condit 0.70
## confessor 0.70
## confirm 0.70
## convoc 0.70
## debat 0.70
## decor 0.70
## die 0.70
## disclaim 0.70
## duti 0.70
## enmiti 0.70
## enough 0.70
## exact 0.70
## express 0.70
## fals 0.70
## forget 0.70
## fulli 0.70
## gospel 0.70
## invit 0.70
## mean 0.70
## mistaken 0.70
## pictur 0.70
## poperi 0.70
## prepar 0.70
## question 0.70
## religion 0.70
## sacr 0.70
## saw 0.70
## sermon 0.70
## short 0.70
## somewhat 0.70
## suitabl 0.70
## there 0.70
## unlaw 0.70
## vow 0.70
## wherea 0.70
## with 0.70
## 104 0.69
## 106 0.69
## 116 0.69
## 129 0.69
## 134 0.69
## 135 0.69
## 157 0.69
## 1636 0.69
## 166 0.69
## 1702 0.69
## 1721 0.69
## 173 0.69
## 206 0.69
## 208 0.69
## 209 0.69
## 214 0.69
## 218 0.69
## 219 0.69
## 228 0.69
## 232 0.69
## 240 0.69
## 246 0.69
## 248 0.69
## 256 0.69
## 272 0.69
## 273 0.69
## 415 0.69
## 699 0.69
## apolog 0.69
## apostoli 0.69
## apostolick 0.69
## approach 0.69
## archbishopexposit 0.69
## avow 0.69
## birthplac 0.69
## brute 0.69
## calvinist 0.69
## clown 0.69
## confessordiscours 0.69
## construct 0.69
## corah 0.69
## dash 0.69
## demur 0.69
## deuteronomi 0.69
## dextrous 0.69
## diss 0.69
## doctorecclesiast 0.69
## dodwell 0.69
## doorpost 0.69
## drank 0.69
## drawn 0.69
## drop 0.69
## eccles 0.69
## elsewher 0.69
## enjoin 0.69
## episcopi 0.69
## esti 0.69
## evid 0.69
## fifth 0.69
## fresh 0.69
## gentler 0.69
## godto 0.69
## gravest 0.69
## happili 0.69
## hunc 0.69
## hunt 0.69
## hymn 0.69
## immedi 0.69
## impass 0.69
## initio 0.69
## inscript 0.69
## instruction 0.69
## intermix 0.69
## iren 0.69
## jethro 0.69
## martyrconfer 0.69
## milit 0.69
## nisi 0.69
## nullus 0.69
## opp 0.69
## overthrow 0.69
## perron 0.69
## philo 0.69
## piteous 0.69
## pollut 0.69
## poor 0.69
## preposit 0.69
## presbyterdiscours 0.69
## proceedeth 0.69
## proconsular 0.69
## proposita 0.69
## protector 0.69
## regal 0.69
## rome 0.69
## sacrificeth 0.69
## salutari 0.69
## sheweth 0.69
## shewn 0.69
## speaketh 0.69
## spear 0.69
## standest 0.69
## stupid 0.69
## supra 0.69
## tryph 0.69
## unanim 0.69
## unborn 0.69
## untruth 0.69
## unwarili 0.69
## verba 0.69
## verbal 0.69
## violent 0.69
## visibilia 0.69
## waterland 0.69
## when 0.69
## winchest 0.69
## wrath 0.69
## 1823 0.68
## affirm 0.68
## analyz 0.68
## bestow 0.68
## blemish 0.68
## capabl 0.68
## comfort 0.68
## compris 0.68
## confus 0.68
## convey 0.68
## custom 0.68
## deed 0.68
## disingenu 0.68
## divin 0.68
## earth 0.68
## fellow 0.68
## glori 0.68
## host 0.68
## indiffer 0.68
## lift 0.68
## likelihood 0.68
## lower 0.68
## matt 0.68
## meaneth 0.68
## member 0.68
## mutil 0.68
## nearer 0.68
## obscur 0.68
## pray 0.68
## race 0.68
## reproach 0.68
## superstiti 0.68
## tail 0.68
## tenor 0.68
## thither 0.68
## thoma 0.68
## within 0.68
## xliv 0.68
## zeal 0.68
## amiss 0.67
## amplifi 0.67
## annex 0.67
## came 0.67
## chariti 0.67
## cologn 0.67
## commemoratori 0.67
## comparison 0.67
## compli 0.67
## consist 0.67
## correl 0.67
## deacon 0.67
## episcop 0.67
## foment 0.67
## hereaft 0.67
## howsoev 0.67
## hundr 0.67
## idolatr 0.67
## immov 0.67
## inviol 0.67
## lest 0.67
## metaphor 0.67
## mockeri 0.67
## mosess 0.67
## natur 0.67
## neglig 0.67
## night 0.67
## noun 0.67
## prey 0.67
## public 0.67
## snow 0.67
## soon 0.67
## twain 0.67
## uncomfort 0.67
## undoubt 0.67
## uninstruct 0.67
## viiith 0.67
## will 0.67
## 1836 0.66
## 259 0.66
## 276 0.66
## 277 0.66
## 316 0.66
## 31st 0.66
## 323 0.66
## 453 0.66
## 4to 0.66
## afor 0.66
## ampl 0.66
## annal 0.66
## anoth 0.66
## ant 0.66
## arbitr 0.66
## arraign 0.66
## assist 0.66
## augsburg 0.66
## brethren 0.66
## cat 0.66
## circumstanti 0.66
## clark 0.66
## comfortless 0.66
## commerc 0.66
## commonplac 0.66
## complac 0.66
## concord 0.66
## confesseth 0.66
## contagi 0.66
## controversi 0.66
## corpori 0.66
## dart 0.66
## devout 0.66
## diction 0.66
## dioni 0.66
## distort 0.66
## dom 0.66
## dominicam 0.66
## dum 0.66
## easi 0.66
## ejusdem 0.66
## enjoineth 0.66
## equabl 0.66
## ess 0.66
## execut 0.66
## expenc 0.66
## faction 0.66
## faulti 0.66
## fellowserv 0.66
## george 0.66
## gird 0.66
## half 0.66
## haven 0.66
## heathen 0.66
## heretofor 0.66
## idon 0.66
## incompar 0.66
## innov 0.66
## invoc 0.66
## issu 0.66
## known 0.66
## largest 0.66
## locum 0.66
## mind 0.66
## misrepres 0.66
## mistak 0.66
## null 0.66
## origin 0.66
## overt 0.66
## pacifi 0.66
## philadelph 0.66
## potter 0.66
## prescrib 0.66
## priestcraft 0.66
## quando 0.66
## quomodo 0.66
## refus 0.66
## row 0.66
## secreta 0.66
## shook 0.66
## singuli 0.66
## suam 0.66
## throne 0.66
## thusi 0.66
## toward 0.66
## tua 0.66
## undertook 0.66
## unfathom 0.66
## ungovern 0.66
## varianc 0.66
## watson 0.66
## whensoev 0.66
## zeno 0.66
## 1416 0.65
## 168 0.65
## abbrevi 0.65
## aggrand 0.65
## aggrav 0.65
## along 0.65
## ambros 0.65
## anathemat 0.65
## audibl 0.65
## baronius 0.65
## beenand 0.65
## belial 0.65
## belshazzar 0.65
## benign 0.65
## bono 0.65
## chancellor 0.65
## comeand 0.65
## compendium 0.65
## complet 0.65
## composur 0.65
## congreg 0.65
## conjoin 0.65
## contrarieti 0.65
## cthe 0.65
## deaneri 0.65
## defer 0.65
## derogatori 0.65
## deserveth 0.65
## despatch 0.65
## disappear 0.65
## disinterest 0.65
## dissolv 0.65
## diversi 0.65
## drag 0.65
## durant 0.65
## eighth 0.65
## ejacul 0.65
## embolden 0.65
## englishmen 0.65
## entrench 0.65
## erad 0.65
## euseb 0.65
## even 0.65
## expedit 0.65
## expression 0.65
## extern 0.65
## firmer 0.65
## fopperi 0.65
## forgiv 0.65
## forsooth 0.65
## fuel 0.65
## fuiss 0.65
## gloria 0.65
## gloucest 0.65
## godwe 0.65
## gregorian 0.65
## gregorius 0.65
## hatch 0.65
## hither 0.65
## hold 0.65
## hugh 0.65
## hujus 0.65
## inadvert 0.65
## informeth 0.65
## interrog 0.65
## isa 0.65
## ista 0.65
## italic 0.65
## joint 0.65
## judaism 0.65
## jus 0.65
## layeth 0.65
## loin 0.65
## macc 0.65
## man 0.65
## mend 0.65
## metropoli 0.65
## mildest 0.65
## mirth 0.65
## notwithstand 0.65
## obligatori 0.65
## observeth 0.65
## oct 0.65
## oft 0.65
## oftenest 0.65
## operatum 0.65
## opus 0.65
## ordo 0.65
## ought 0.65
## pierc 0.65
## pontiff 0.65
## prefect 0.65
## presuppos 0.65
## puriti 0.65
## questionless 0.65
## rather 0.65
## regard 0.65
## reli 0.65
## reporteth 0.65
## respecteth 0.65
## risen 0.65
## royalist 0.65
## rural 0.65
## sacrilegi 0.65
## seat 0.65
## secundum 0.65
## separ 0.65
## separateth 0.65
## servant 0.65
## sinin 0.65
## sinist 0.65
## spot 0.65
## superemin 0.65
## surplic 0.65
## swear 0.65
## tamper 0.65
## themnot 0.65
## thunder 0.65
## tin 0.65
## toledo 0.65
## touchston 0.65
## trespass 0.65
## tutelari 0.65
## twas 0.65
## twentyfourth 0.65
## unalter 0.65
## unfavour 0.65
## uniti 0.65
## unshaken 0.65
## want 0.65
## warm 0.65
## winepress 0.65
## xxx 0.65
## 140 0.64
## acced 0.64
## amen 0.64
## apud 0.64
## branch 0.64
## contradict 0.64
## convinc 0.64
## court 0.64
## depreci 0.64
## dragon 0.64
## dread 0.64
## eighti 0.64
## entir 0.64
## forc 0.64
## hastili 0.64
## hinder 0.64
## home 0.64
## impedi 0.64
## inform 0.64
## jamess 0.64
## labori 0.64
## latter 0.64
## laurenc 0.64
## nobleman 0.64
## nonjuror 0.64
## outward 0.64
## pamphlet 0.64
## practic 0.64
## proceed 0.64
## pull 0.64
## relat 0.64
## run 0.64
## selv 0.64
## serveth 0.64
## shall 0.64
## sitteth 0.64
## soul 0.64
## sour 0.64
## south 0.64
## sovereignti 0.64
## substitut 0.64
## thing 0.64
## whereunto 0.64
## wide 0.64
## wipe 0.64
## xxxiv 0.64
## anger 0.63
## another 0.63
## attack 0.63
## calvin 0.63
## contrariwis 0.63
## dispers 0.63
## forgotten 0.63
## foundat 0.63
## fragment 0.63
## ground 0.63
## insert 0.63
## judg 0.63
## keep 0.63
## mainten 0.63
## mani 0.63
## mankind 0.63
## marvel 0.63
## mount 0.63
## nearest 0.63
## patr 0.63
## portion 0.63
## prejudic 0.63
## ration 0.63
## reduc 0.63
## repeat 0.63
## rever 0.63
## safe 0.63
## sooner 0.63
## speak 0.63
## who 0.63
## wonder 0.63
## wound 0.63
## year 0.63
## 325 0.62
## accustom 0.62
## alon 0.62
## andrews 0.62
## anim 0.62
## argument 0.62
## arm 0.62
## ascend 0.62
## asid 0.62
## beveridge 0.62
## bramhall 0.62
## chain 0.62
## companion 0.62
## conflict 0.62
## conspir 0.62
## denomin 0.62
## depend 0.62
## determin 0.62
## dissip 0.62
## doctorsermon 0.62
## effect 0.62
## equal 0.62
## guilti 0.62
## help 0.62
## hous 0.62
## humour 0.62
## intric 0.62
## jones 0.62
## joshua 0.62
## larger 0.62
## might 0.62
## novelti 0.62
## numberless 0.62
## pertain 0.62
## presbyterchristian 0.62
## proof 0.62
## proportion 0.62
## ratif 0.62
## sam 0.62
## singl 0.62
## sprung 0.62
## suppos 0.62
## twofold 0.62
## whither 0.62
## 165 0.61
## acknowledgeth 0.61
## acquir 0.61
## akin 0.61
## america 0.61
## bias 0.61
## controvert 0.61
## deem 0.61
## depos 0.61
## dismiss 0.61
## div 0.61
## enabl 0.61
## epistl 0.61
## famous 0.61
## fluctuat 0.61
## forthwith 0.61
## fuller 0.61
## gross 0.61
## ignatius 0.61
## ipso 0.61
## loaf 0.61
## melodi 0.61
## near 0.61
## reject 0.61
## rejoic 0.61
## smoke 0.61
## understand 0.61
## univers 0.61
## 144 0.60
## 1552 0.60
## allow 0.60
## anabaptist 0.60
## angri 0.60
## belong 0.60
## chief 0.60
## close 0.60
## conclus 0.60
## confound 0.60
## council 0.60
## dire 0.60
## distant 0.60
## east 0.60
## exhibit 0.60
## extrem 0.60
## extric 0.60
## folli 0.60
## head 0.60
## hear 0.60
## hooker 0.60
## impeach 0.60
## incid 0.60
## instrument 0.60
## kept 0.60
## life 0.60
## moment 0.60
## objection 0.60
## postur 0.60
## preced 0.60
## prevent 0.60
## resembl 0.60
## resolut 0.60
## rose 0.60
## sometim 0.60
## stock 0.60
## synagogu 0.60
## technic 0.60
## thought 0.60
## thyself 0.60
## unacquaint 0.60
## undon 0.60
## unworthili 0.60
## utter 0.60
## verili 0.60
## virtuous 0.60
## way 0.60
## withal 0.60
## 191 0.59
## 266 0.59
## anywher 0.59
## aspers 0.59
## augustin 0.59
## back 0.59
## come 0.59
## commun 0.59
## complianc 0.59
## doctor 0.59
## durandus 0.59
## durham 0.59
## enunci 0.59
## genius 0.59
## hall 0.59
## heartili 0.59
## horrid 0.59
## imprint 0.59
## inflam 0.59
## initi 0.59
## jone 0.59
## joy 0.59
## lose 0.59
## medium 0.59
## memor 0.59
## modif 0.59
## mosaic 0.59
## perplex 0.59
## pollux 0.59
## posit 0.59
## predestin 0.59
## prov 0.59
## reckon 0.59
## recommend 0.59
## refer 0.59
## reigneth 0.59
## requisit 0.59
## res 0.59
## scarc 0.59
## toucheth 0.59
## vain 0.59
## writer 0.59
## xii 0.59
## anew 0.58
## annunci 0.58
## availeth 0.58
## chose 0.58
## churchwarden 0.58
## concess 0.58
## conjoint 0.58
## decid 0.58
## dri 0.58
## endeavour 0.58
## especial 0.58
## exig 0.58
## expect 0.58
## famili 0.58
## fashion 0.58
## forese 0.58
## grasp 0.58
## hallow 0.58
## heighten 0.58
## hoii 0.58
## imposs 0.58
## imput 0.58
## intercept 0.58
## lawless 0.58
## liberti 0.58
## littl 0.58
## loss 0.58
## motiv 0.58
## move 0.58
## nigh 0.58
## opinion 0.58
## probabl 0.58
## proclaim 0.58
## provid 0.58
## reviv 0.58
## sign 0.58
## sleep 0.58
## statut 0.58
## suspens 0.58
## symbol 0.58
## those 0.58
## transgress 0.58
## ultim 0.58
## unfaith 0.58
## 118 0.57
## abroad 0.57
## almost 0.57
## bar 0.57
## blot 0.57
## bucer 0.57
## clay 0.57
## commit 0.57
## concili 0.57
## damnat 0.57
## deiti 0.57
## endless 0.57
## find 0.57
## hang 0.57
## howev 0.57
## ill 0.57
## induc 0.57
## infirm 0.57
## isai 0.57
## money 0.57
## other 0.57
## out 0.57
## paragraph 0.57
## reign 0.57
## replenish 0.57
## showeth 0.57
## spous 0.57
## superflu 0.57
## swell 0.57
## told 0.57
## union 0.57
## unlearn 0.57
## vii 0.57
## whilst 0.57
## account 0.56
## accur 0.56
## advis 0.56
## altogeth 0.56
## beg 0.56
## belief 0.56
## bequeath 0.56
## capac 0.56
## cathedr 0.56
## choos 0.56
## concur 0.56
## decent 0.56
## eccl 0.56
## establish 0.56
## estim 0.56
## explain 0.56
## extraordinari 0.56
## grief 0.56
## grossli 0.56
## here 0.56
## know 0.56
## lessen 0.56
## lutheran 0.56
## north 0.56
## point 0.56
## power 0.56
## presenc 0.56
## primaci 0.56
## quot 0.56
## recept 0.56
## sentenc 0.56
## sorrow 0.56
## testament 0.56
## total 0.56
## upper 0.56
## vestri 0.56
## west 0.56
## 114 0.55
## 138 0.55
## 1517 0.55
## 1618 0.55
## 197 0.55
## 204 0.55
## 210 0.55
## 227 0.55
## 439 0.55
## 700 0.55
## abolit 0.55
## absolut 0.55
## acclam 0.55
## address 0.55
## adjur 0.55
## apol 0.55
## appeareth 0.55
## boast 0.55
## bona 0.55
## border 0.55
## brett 0.55
## centuri 0.55
## cleans 0.55
## contempt 0.55
## corn 0.55
## damag 0.55
## day 0.55
## declaim 0.55
## defeat 0.55
## dial 0.55
## dieth 0.55
## disguis 0.55
## ethiopian 0.55
## exalt 0.55
## fairer 0.55
## handwrit 0.55
## happi 0.55
## idol 0.55
## iii 0.55
## indissolubl 0.55
## interchang 0.55
## jar 0.55
## knife 0.55
## knowest 0.55
## least 0.55
## less 0.55
## lie 0.55
## like 0.55
## matter 0.55
## misappli 0.55
## nonconformist 0.55
## omiss 0.55
## pass 0.55
## pervert 0.55
## precari 0.55
## prize 0.55
## residu 0.55
## retract 0.55
## romanist 0.55
## samuel 0.55
## shown 0.55
## spoil 0.55
## string 0.55
## subvert 0.55
## troubl 0.55
## unchang 0.55
## undertak 0.55
## undertaken 0.55
## uniform 0.55
## untru 0.55
## unutter 0.55
## uphold 0.55
## vaniti 0.55
## variat 0.55
## varieti 0.55
## welfar 0.55
## wellinform 0.55
## written 0.55
## 123 0.54
## 1562 0.54
## behold 0.54
## bought 0.54
## brave 0.54
## burnet 0.54
## collier 0.54
## contra 0.54
## fifteen 0.54
## formal 0.54
## grievous 0.54
## imagin 0.54
## impenit 0.54
## implor 0.54
## inadequ 0.54
## introduc 0.54
## jerusalem 0.54
## mark 0.54
## necessarili 0.54
## nowher 0.54
## overlook 0.54
## pariti 0.54
## person 0.54
## prece 0.54
## presid 0.54
## produc 0.54
## realiti 0.54
## sincer 0.54
## sinner 0.54
## sustain 0.54
## tradit 0.54
## unfold 0.54
## wake 0.54
## 1719 0.53
## aforement 0.53
## ago 0.53
## append 0.53
## apposit 0.53
## beza 0.53
## bid 0.53
## britain 0.53
## comprehend 0.53
## conceit 0.53
## concis 0.53
## contain 0.53
## correct 0.53
## cri 0.53
## deriv 0.53
## discret 0.53
## disus 0.53
## dona 0.53
## doubtless 0.53
## edg 0.53
## emissenus 0.53
## ensu 0.53
## euch 0.53
## farther 0.53
## fervour 0.53
## forbad 0.53
## frail 0.53
## halt 0.53
## holiday 0.53
## humil 0.53
## illi 0.53
## lame 0.53
## mystic 0.53
## nazianzen 0.53
## offend 0.53
## polish 0.53
## possess 0.53
## pretenc 0.53
## recant 0.53
## recov 0.53
## resid 0.53
## sancta 0.53
## settlement 0.53
## small 0.53
## speech 0.53
## spring 0.53
## stay 0.53
## surround 0.53
## text 0.53
## threw 0.53
## thrown 0.53
## tribut 0.53
## turbul 0.53
## unhesit 0.53
## was 0.53
## whi 0.53
## writ 0.53
## xxi 0.53
## 400 0.52
## 9th 0.52
## aim 0.52
## albeit 0.52
## apostol 0.52
## atmospher 0.52
## basket 0.52
## beam 0.52
## beholden 0.52
## blest 0.52
## bow 0.52
## brain 0.52
## breviti 0.52
## bride 0.52
## bulwark 0.52
## burneth 0.52
## clearest 0.52
## conventicl 0.52
## custodi 0.52
## destruct 0.52
## directori 0.52
## dissatisfi 0.52
## enrich 0.52
## eph 0.52
## exodus 0.52
## facilit 0.52
## fasten 0.52
## firm 0.52
## formula 0.52
## fruition 0.52
## fundament 0.52
## gain 0.52
## gilbert 0.52
## godli 0.52
## greek 0.52
## immort 0.52
## ingratitud 0.52
## instruct 0.52
## introductori 0.52
## isle 0.52
## italian 0.52
## languag 0.52
## lurk 0.52
## magn 0.52
## march 0.52
## mote 0.52
## nation 0.52
## occup 0.52
## outliv 0.52
## pestil 0.52
## provok 0.52
## reprint 0.52
## rest 0.52
## review 0.52
## seren 0.52
## soften 0.52
## splendid 0.52
## spotless 0.52
## suffereth 0.52
## tear 0.52
## tith 0.52
## tridentin 0.52
## underw 0.52
## unfit 0.52
## unstabl 0.52
## vehement 0.52
## weekday 0.52
## wicked 0.52
## abandon 0.51
## abund 0.51
## afraid 0.51
## benefici 0.51
## bore 0.51
## charg 0.51
## consid 0.51
## deduc 0.51
## eye 0.51
## fain 0.51
## ful 0.51
## general 0.51
## holili 0.51
## hom 0.51
## impart 0.51
## imperfect 0.51
## inconsist 0.51
## latin 0.51
## leaf 0.51
## liveth 0.51
## lost 0.51
## lowli 0.51
## mouth 0.51
## nicen 0.51
## niceti 0.51
## opportun 0.51
## plate 0.51
## properti 0.51
## risk 0.51
## sarum 0.51
## sold 0.51
## tongu 0.51
## treatis 0.51
## trod 0.51
## wise 0.51
## writeth 0.51
## 2ndli 0.50
## apostaci 0.50
## beyond 0.50
## borrow 0.50
## care 0.50
## cloud 0.50
## compact 0.50
## constant 0.50
## constru 0.50
## curs 0.50
## customari 0.50
## danger 0.50
## dare 0.50
## discern 0.50
## disdain 0.50
## encompass 0.50
## enlarg 0.50
## exercis 0.50
## expos 0.50
## forbear 0.50
## gentleman 0.50
## graviti 0.50
## had 0.50
## heed 0.50
## how 0.50
## inexhaust 0.50
## jeremi 0.50
## neighbour 0.50
## obliter 0.50
## oil 0.50
## oppos 0.50
## privileg 0.50
## promis 0.50
## rapid 0.50
## rare 0.50
## refresh 0.50
## reinstat 0.50
## reliev 0.50
## repair 0.50
## sabbath 0.50
## stiff 0.50
## trust 0.50
## unison 0.50
## whereupon 0.50
## 122 0.49
## 124 0.49
## 147 0.49
## archdeacon 0.49
## aris 0.49
## attend 0.49
## authorit 0.49
## chair 0.49
## daili 0.49
## degre 0.49
## desireth 0.49
## endur 0.49
## enjoy 0.49
## entreat 0.49
## explicit 0.49
## fate 0.49
## festiv 0.49
## gate 0.49
## geneva 0.49
## glad 0.49
## gradual 0.49
## grate 0.49
## highest 0.49
## imag 0.49
## kind 0.49
## longer 0.49
## narrowli 0.49
## qualif 0.49
## salut 0.49
## sion 0.49
## solitari 0.49
## somewher 0.49
## sophist 0.49
## teach 0.49
## three 0.49
## transform 0.49
## typic 0.49
## uncertain 0.49
## unsaid 0.49
## useth 0.49
## vers 0.49
## 226 0.48
## appreci 0.48
## beast 0.48
## blasphemi 0.48
## burn 0.48
## cloth 0.48
## coat 0.48
## commend 0.48
## embrac 0.48
## enquir 0.48
## extract 0.48
## far 0.48
## fault 0.48
## goe 0.48
## hazard 0.48
## impli 0.48
## influenc 0.48
## maintain 0.48
## meddl 0.48
## moder 0.48
## most 0.48
## paid 0.48
## plan 0.48
## readi 0.48
## record 0.48
## secondari 0.48
## seeth 0.48
## shrine 0.48
## step 0.48
## sub 0.48
## such 0.48
## support 0.48
## trampl 0.48
## under 0.48
## vener 0.48
## write 0.48
## wrought 0.48
## 179 0.47
## 4th 0.47
## abl 0.47
## acts 0.47
## ani 0.47
## burst 0.47
## certain 0.47
## concept 0.47
## congruiti 0.47
## conscienc 0.47
## convers 0.47
## cord 0.47
## cradl 0.47
## dead 0.47
## defac 0.47
## egyptian 0.47
## flow 0.47
## freedom 0.47
## friend 0.47
## furious 0.47
## gone 0.47
## herd 0.47
## hung 0.47
## hungri 0.47
## josephus 0.47
## meet 0.47
## method 0.47
## obstacl 0.47
## once 0.47
## parochi 0.47
## realm 0.47
## restitut 0.47
## rightmind 0.47
## rise 0.47
## sancti 0.47
## save 0.47
## specif 0.47
## superfici 0.47
## their 0.47
## withstood 0.47
## xix 0.47
## xxxii 0.47
## 3rd 0.46
## accomplish 0.46
## aught 0.46
## bad 0.46
## courag 0.46
## crucifixion 0.46
## defens 0.46
## destroy 0.46
## digest 0.46
## discontinu 0.46
## entranc 0.46
## evangelist 0.46
## extent 0.46
## heathenish 0.46
## impieti 0.46
## inquir 0.46
## involv 0.46
## jer 0.46
## mose 0.46
## obnoxi 0.46
## orat 0.46
## peter 0.46
## ran 0.46
## sacramentari 0.46
## sept 0.46
## shadow 0.46
## some 0.46
## state 0.46
## task 0.46
## top 0.46
## truth 0.46
## unclean 0.46
## unsteadi 0.46
## work 0.46
## 252 0.45
## apocryph 0.45
## argu 0.45
## beat 0.45
## becam 0.45
## brand 0.45
## calumni 0.45
## centr 0.45
## confin 0.45
## contenti 0.45
## contribut 0.45
## crieth 0.45
## darken 0.45
## discord 0.45
## enforc 0.45
## harmless 0.45
## hostil 0.45
## idolatri 0.45
## independ 0.45
## indign 0.45
## indisput 0.45
## into 0.45
## john 0.45
## linger 0.45
## media 0.45
## medit 0.45
## mildert 0.45
## momentari 0.45
## obstinaci 0.45
## plea 0.45
## practis 0.45
## provinci 0.45
## qualiti 0.45
## rank 0.45
## recent 0.45
## regist 0.45
## restrict 0.45
## safeti 0.45
## sat 0.45
## secur 0.45
## sive 0.45
## travel 0.45
## tribe 0.45
## tyranni 0.45
## undecid 0.45
## unseason 0.45
## van 0.45
## visibl 0.45
## wellb 0.45
## 132 0.44
## 148 0.44
## 247 0.44
## abomin 0.44
## alphabet 0.44
## anecdot 0.44
## april 0.44
## baruch 0.44
## biass 0.44
## caesar 0.44
## caus 0.44
## consider 0.44
## cordial 0.44
## displeas 0.44
## dorca 0.44
## endu 0.44
## enter 0.44
## fetch 0.44
## forsaken 0.44
## fortifi 0.44
## freer 0.44
## goodwil 0.44
## groundwork 0.44
## howbeit 0.44
## invok 0.44
## isidor 0.44
## jame 0.44
## partaken 0.44
## persuas 0.44
## play 0.44
## proprieti 0.44
## quicken 0.44
## riddl 0.44
## sensibl 0.44
## slowli 0.44
## sole 0.44
## someth 0.44
## stave 0.44
## strength 0.44
## stumbl 0.44
## tie 0.44
## tile 0.44
## track 0.44
## tryphon 0.44
## twenti 0.44
## ungrat 0.44
## wafer 0.44
## wish 0.44
## 17th 0.43
## 2nd 0.43
## adorn 0.43
## ash 0.43
## authent 0.43
## bringeth 0.43
## cattl 0.43
## collect 0.43
## comprehens 0.43
## defici 0.43
## earnest 0.43
## fed 0.43
## foretold 0.43
## franc 0.43
## free 0.43
## furnish 0.43
## gen 0.43
## giveth 0.43
## guilt 0.43
## imbib 0.43
## increas 0.43
## indispens 0.43
## invent 0.43
## love 0.43
## ment 0.43
## preacher 0.43
## precis 0.43
## quotat 0.43
## resist 0.43
## satisfactori 0.43
## scandal 0.43
## seldom 0.43
## sell 0.43
## seven 0.43
## shrunk 0.43
## simplic 0.43
## sung 0.43
## treasur 0.43
## urg 0.43
## utmost 0.43
## voic 0.43
## 120 0.42
## angel 0.42
## apprehend 0.42
## broad 0.42
## citat 0.42
## derog 0.42
## displeasur 0.42
## examin 0.42
## expound 0.42
## german 0.42
## got 0.42
## grown 0.42
## guard 0.42
## hint 0.42
## latitud 0.42
## manual 0.42
## pain 0.42
## pater 0.42
## quarrel 0.42
## resolv 0.42
## resurrect 0.42
## sight 0.42
## spake 0.42
## spirit 0.42
## token 0.42
## tread 0.42
## wall 0.42
## wheat 0.42
## 100 0.41
## 119 0.41
## 149 0.41
## 1688 0.41
## acquaint 0.41
## admir 0.41
## admiss 0.41
## advert 0.41
## affect 0.41
## agreement 0.41
## antidot 0.41
## appertain 0.41
## build 0.41
## candlestick 0.41
## clement 0.41
## compel 0.41
## contract 0.41
## countri 0.41
## degener 0.41
## demand 0.41
## discipl 0.41
## disparag 0.41
## earliest 0.41
## embarrass 0.41
## fabl 0.41
## found 0.41
## four 0.41
## gar 0.41
## handl 0.41
## implicit 0.41
## individu 0.41
## innoc 0.41
## insepar 0.41
## justic 0.41
## knoweth 0.41
## legisl 0.41
## multitud 0.41
## nichol 0.41
## nobl 0.41
## passiv 0.41
## pharaoh 0.41
## repositori 0.41
## resort 0.41
## rivington 0.41
## season 0.41
## session 0.41
## seventh 0.41
## standeth 0.41
## sun 0.41
## throughout 0.41
## tunc 0.41
## undivid 0.41
## uttereth 0.41
## valid 0.41
## vent 0.41
## whatev 0.41
## worker 0.41
## wors 0.41
## 103 0.40
## 110 0.40
## 133 0.40
## accessori 0.40
## advertis 0.40
## aquina 0.40
## aug 0.40
## bear 0.40
## beguil 0.40
## blame 0.40
## bold 0.40
## canaan 0.40
## carnal 0.40
## certifi 0.40
## character 0.40
## combat 0.40
## convert 0.40
## cornelius 0.40
## creator 0.40
## divina 0.40
## door 0.40
## exceed 0.40
## fear 0.40
## fellowship 0.40
## foretel 0.40
## fox 0.40
## futur 0.40
## ghost 0.40
## hieron 0.40
## idolat 0.40
## illa 0.40
## indistinct 0.40
## inevit 0.40
## init 0.40
## isaac 0.40
## jud 0.40
## malic 0.40
## mood 0.40
## nameth 0.40
## nov 0.40
## presumptu 0.40
## pretendeth 0.40
## quar 0.40
## rais 0.40
## report 0.40
## resent 0.40
## sanctus 0.40
## sith 0.40
## slightest 0.40
## stage 0.40
## surer 0.40
## testat 0.40
## twice 0.40
## unspeak 0.40
## verifi 0.40
## version 0.40
## wellmean 0.40
## wil 0.40
## worketh 0.40
## wouldst 0.40
## xvi 0.40
## accompani 0.39
## adher 0.39
## amus 0.39
## appel 0.39
## avers 0.39
## bone 0.39
## conspicu 0.39
## crept 0.39
## daughter 0.39
## depositori 0.39
## ecclesiast 0.39
## educ 0.39
## enact 0.39
## exclus 0.39
## flock 0.39
## flood 0.39
## further 0.39
## gather 0.39
## heart 0.39
## insist 0.39
## justifi 0.39
## laymen 0.39
## lucr 0.39
## lustr 0.39
## object 0.39
## partial 0.39
## pleasur 0.39
## polycarp 0.39
## press 0.39
## reward 0.39
## schismat 0.39
## sentiment 0.39
## statement 0.39
## strenuous 0.39
## virgin 0.39
## ask 0.38
## assign 0.38
## awe 0.38
## catechumen 0.38
## compar 0.38
## decre 0.38
## dost 0.38
## dwell 0.38
## elabor 0.38
## evinc 0.38
## fisher 0.38
## fond 0.38
## forefath 0.38
## formid 0.38
## germani 0.38
## heard 0.38
## heat 0.38
## hopeless 0.38
## hunger 0.38
## imaginari 0.38
## implic 0.38
## improv 0.38
## impur 0.38
## interfer 0.38
## local 0.38
## loyalti 0.38
## maker 0.38
## mayb 0.38
## michael 0.38
## month 0.38
## newli 0.38
## nos 0.38
## number 0.38
## pernici 0.38
## pillar 0.38
## possibl 0.38
## prosper 0.38
## qui 0.38
## revers 0.38
## scriptur 0.38
## section 0.38
## seemeth 0.38
## sown 0.38
## sparrow 0.38
## spiritus 0.38
## teacheth 0.38
## thirst 0.38
## thisthat 0.38
## through 0.38
## unreason 0.38
## weak 0.38
## weight 0.38
## western 0.38
## approxim 0.37
## aright 0.37
## armi 0.37
## articl 0.37
## believeth 0.37
## besought 0.37
## condemn 0.37
## debar 0.37
## deliber 0.37
## dilig 0.37
## enemi 0.37
## enumer 0.37
## eternal 0.37
## etiam 0.37
## expand 0.37
## faustus 0.37
## feet 0.37
## fol 0.37
## guid 0.37
## heap 0.37
## horribl 0.37
## husband 0.37
## length 0.37
## modern 0.37
## modifi 0.37
## patrum 0.37
## project 0.37
## rage 0.37
## read 0.37
## recapitul 0.37
## refin 0.37
## relax 0.37
## robert 0.37
## root 0.37
## scale 0.37
## sent 0.37
## sound 0.37
## stir 0.37
## subsid 0.37
## sure 0.37
## sway 0.37
## thin 0.37
## treat 0.37
## unbelief 0.37
## window 0.37
## 115 0.36
## abstain 0.36
## august 0.36
## beatif 0.36
## built 0.36
## candl 0.36
## closer 0.36
## compound 0.36
## concert 0.36
## dean 0.36
## difficult 0.36
## dionysius 0.36
## divest 0.36
## ezekiel 0.36
## familiar 0.36
## forgiven 0.36
## harmoni 0.36
## hic 0.36
## holland 0.36
## honest 0.36
## indirect 0.36
## infanc 0.36
## injunct 0.36
## injuri 0.36
## interpos 0.36
## jealous 0.36
## jealousi 0.36
## leaven 0.36
## link 0.36
## nec 0.36
## noah 0.36
## parad 0.36
## perchanc 0.36
## piousli 0.36
## prayerbook 0.36
## reap 0.36
## recoveri 0.36
## reestablish 0.36
## requireth 0.36
## rock 0.36
## shoulder 0.36
## simpl 0.36
## simpli 0.36
## spanish 0.36
## squar 0.36
## standard 0.36
## superstit 0.36
## thousand 0.36
## timid 0.36
## unwil 0.36
## upward 0.36
## violenc 0.36
## void 0.36
## warmth 0.36
## win 0.36
## xiiith 0.36
## absurd 0.35
## approv 0.35
## arminian 0.35
## attribut 0.35
## awak 0.35
## bellarmin 0.35
## col 0.35
## compromis 0.35
## david 0.35
## descript 0.35
## deus 0.35
## embodi 0.35
## employ 0.35
## felic 0.35
## finger 0.35
## fullest 0.35
## ignor 0.35
## infect 0.35
## inferior 0.35
## insight 0.35
## mad 0.35
## obviat 0.35
## occupi 0.35
## passag 0.35
## penit 0.35
## perish 0.35
## presumpt 0.35
## pronounc 0.35
## remit 0.35
## reverenc 0.35
## rich 0.35
## saint 0.35
## scott 0.35
## sect 0.35
## spoke 0.35
## unquestion 0.35
## unsettl 0.35
## vid 0.35
## accurs 0.34
## apt 0.34
## benedictin 0.34
## cast 0.34
## characterist 0.34
## choic 0.34
## civ 0.34
## commentari 0.34
## connect 0.34
## constanc 0.34
## convuls 0.34
## defianc 0.34
## draw 0.34
## extend 0.34
## finit 0.34
## fli 0.34
## heret 0.34
## inspect 0.34
## lake 0.34
## mari 0.34
## mitig 0.34
## overthrown 0.34
## ratifi 0.34
## royal 0.34
## scene 0.34
## silent 0.34
## similitud 0.34
## sought 0.34
## studious 0.34
## tenet 0.34
## urgent 0.34
## wax 0.34
## wider 0.34
## accid 0.33
## adduc 0.33
## alexandria 0.33
## allud 0.33
## anathema 0.33
## archangel 0.33
## arrog 0.33
## consign 0.33
## cover 0.33
## crime 0.33
## destin 0.33
## destitut 0.33
## discard 0.33
## discoveri 0.33
## diseas 0.33
## distress 0.33
## elder 0.33
## excess 0.33
## field 0.33
## hypocrit 0.33
## import 0.33
## intim 0.33
## intreat 0.33
## leader 0.33
## liter 0.33
## maketh 0.33
## measur 0.33
## met 0.33
## multipli 0.33
## ordinari 0.33
## path 0.33
## patron 0.33
## phraseolog 0.33
## product 0.33
## religi 0.33
## repugn 0.33
## self 0.33
## she 0.33
## six 0.33
## successor 0.33
## thenceforth 0.33
## thrice 0.33
## thrust 0.33
## unjust 0.33
## unnecessari 0.33
## wave 0.33
## weighti 0.33
## wilson 0.33
## 245 0.32
## 300 0.32
## accru 0.32
## again 0.32
## amend 0.32
## apprehens 0.32
## beneath 0.32
## bertram 0.32
## blend 0.32
## children 0.32
## clem 0.32
## contest 0.32
## deo 0.32
## divis 0.32
## each 0.32
## famin 0.32
## grotius 0.32
## gush 0.32
## includ 0.32
## indefinit 0.32
## judgment 0.32
## ladi 0.32
## manifest 0.32
## misstat 0.32
## mother 0.32
## negat 0.32
## peaceabl 0.32
## penalti 0.32
## prohibit 0.32
## seem 0.32
## seen 0.32
## silenc 0.32
## sixteenth 0.32
## smaller 0.32
## spread 0.32
## stamp 0.32
## stream 0.32
## subject 0.32
## suffrag 0.32
## supremaci 0.32
## tare 0.32
## vanish 0.32
## vari 0.32
## verdict 0.32
## view 0.32
## vobiscum 0.32
## wage 0.32
## weaker 0.32
## wilder 0.32
## 1821 0.31
## ambiti 0.31
## arriv 0.31
## athanasius 0.31
## bond 0.31
## challeng 0.31
## clean 0.31
## compass 0.31
## dislik 0.31
## dispens 0.31
## divid 0.31
## excus 0.31
## fall 0.31
## felt 0.31
## filthi 0.31
## foot 0.31
## forcibl 0.31
## hist 0.31
## impair 0.31
## impati 0.31
## inclin 0.31
## loav 0.31
## mayest 0.31
## neglect 0.31
## perhap 0.31
## purifi 0.31
## quench 0.31
## reflect 0.31
## rule 0.31
## sheep 0.31
## student 0.31
## tacit 0.31
## trial 0.31
## virtual 0.31
## wanton 0.31
## wick 0.31
## 113 0.30
## abraham 0.30
## absenc 0.30
## ardent 0.30
## assent 0.30
## attest 0.30
## bed 0.30
## buri 0.30
## candid 0.30
## curios 0.30
## deceas 0.30
## ephes 0.30
## fin 0.30
## friar 0.30
## handmaid 0.30
## imprison 0.30
## incident 0.30
## indeed 0.30
## line 0.30
## manuscript 0.30
## meanest 0.30
## mine 0.30
## mountain 0.30
## nelson 0.30
## notori 0.30
## open 0.30
## prefer 0.30
## previous 0.30
## repeal 0.30
## request 0.30
## resign 0.30
## ritual 0.30
## roman 0.30
## seiz 0.30
## strife 0.30
## survey 0.30
## suspect 0.30
## tim 0.30
## transfer 0.30
## ubi 0.30
## ultraprotestant 0.30
## unprofit 0.30
## vivid 0.30
## wash 0.30
## whom 0.30
## wilt 0.30
## wing 0.30
## aloud 0.29
## analog 0.29
## beforehand 0.29
## bottom 0.29
## chosen 0.29
## clergyman 0.29
## context 0.29
## creat 0.29
## curat 0.29
## disc 0.29
## drunken 0.29
## essenc 0.29
## expiation 0.29
## fail 0.29
## forbidden 0.29
## fountain 0.29
## furi 0.29
## invalid 0.29
## inventor 0.29
## knit 0.29
## lamp 0.29
## listen 0.29
## matthew 0.29
## medicin 0.29
## moreov 0.29
## oath 0.29
## ordinat 0.29
## petit 0.29
## recogn 0.29
## remedi 0.29
## remnant 0.29
## ridicul 0.29
## scholar 0.29
## scope 0.29
## seed 0.29
## spoken 0.29
## stone 0.29
## supposit 0.29
## thirti 0.29
## trodden 0.29
## unawar 0.29
## uneasi 0.29
## unsound 0.29
## adjust 0.28
## arbitrari 0.28
## debt 0.28
## diminish 0.28
## discov 0.28
## distanc 0.28
## flame 0.28
## gregori 0.28
## heir 0.28
## higher 0.28
## holiest 0.28
## instanc 0.28
## invis 0.28
## jurisdict 0.28
## kindr 0.28
## matur 0.28
## narrow 0.28
## nourish 0.28
## novel 0.28
## occurr 0.28
## offens 0.28
## papal 0.28
## paulinus 0.28
## perceiv 0.28
## popular 0.28
## prerog 0.28
## presbyteri 0.28
## regular 0.28
## septuagint 0.28
## spent 0.28
## superior 0.28
## swerv 0.28
## thiev 0.28
## twelv 0.28
## wait 0.28
## xlv 0.28
## you 0.28
## younger 0.28
## accident 0.27
## adopt 0.27
## anniversari 0.27
## banish 0.27
## bidden 0.27
## calendar 0.27
## cavil 0.27
## corinth 0.27
## corner 0.27
## countenanc 0.27
## critic 0.27
## crush 0.27
## diffus 0.27
## eastern 0.27
## evil 0.27
## fair 0.27
## guardian 0.27
## hasten 0.27
## invad 0.27
## involuntari 0.27
## irrat 0.27
## irreconcil 0.27
## logic 0.27
## melt 0.27
## ministeri 0.27
## miss 0.27
## obedi 0.27
## profit 0.27
## promin 0.27
## quiet 0.27
## sing 0.27
## societi 0.27
## specifi 0.27
## stori 0.27
## strain 0.27
## subsist 0.27
## subtilti 0.27
## tempor 0.27
## tend 0.27
## uncharit 0.27
## useless 0.27
## warrant 0.27
## abhorr 0.26
## agenc 0.26
## ala 0.26
## ark 0.26
## brother 0.26
## closet 0.26
## compet 0.26
## controversialist 0.26
## cost 0.26
## deeper 0.26
## depart 0.26
## difficulti 0.26
## dim 0.26
## dust 0.26
## eject 0.26
## fearless 0.26
## founder 0.26
## frame 0.26
## grave 0.26
## grew 0.26
## griev 0.26
## hereunto 0.26
## homili 0.26
## illustr 0.26
## incompat 0.26
## invinc 0.26
## letter 0.26
## mere 0.26
## murder 0.26
## nativ 0.26
## oper 0.26
## par 0.26
## pieti 0.26
## pit 0.26
## prime 0.26
## repent 0.26
## shaken 0.26
## sic 0.26
## strong 0.26
## unavoid 0.26
## unbapt 0.26
## unsatisfactori 0.26
## wholesom 0.26
## withheld 0.26
## youth 0.26
## zacharia 0.26
## appeal 0.25
## arian 0.25
## barley 0.25
## betoken 0.25
## bound 0.25
## cautious 0.25
## chasten 0.25
## claim 0.25
## comment 0.25
## deceit 0.25
## deum 0.25
## develop 0.25
## easier 0.25
## encourag 0.25
## exampl 0.25
## exhaust 0.25
## experienc 0.25
## faint 0.25
## fulfil 0.25
## immacul 0.25
## impractic 0.25
## june 0.25
## lifegiv 0.25
## major 0.25
## mixtur 0.25
## notic 0.25
## nowaday 0.25
## promulg 0.25
## proport 0.25
## prudenc 0.25
## quantiti 0.25
## safest 0.25
## sanction 0.25
## seek 0.25
## shock 0.25
## sketch 0.25
## sourc 0.25
## talent 0.25
## traditionari 0.25
## unnatur 0.25
## wiser 0.25
## adam 0.24
## afflict 0.24
## aid 0.24
## bent 0.24
## british 0.24
## censur 0.24
## collegi 0.24
## communiti 0.24
## cruel 0.24
## dan 0.24
## deathb 0.24
## entri 0.24
## forego 0.24
## habit 0.24
## idea 0.24
## miracul 0.24
## ninth 0.24
## promot 0.24
## propag 0.24
## psalm 0.24
## purg 0.24
## rhetor 0.24
## serm 0.24
## temptat 0.24
## war 0.24
## activ 0.23
## admonish 0.23
## against 0.23
## anxious 0.23
## astray 0.23
## baptism 0.23
## bridegroom 0.23
## circumst 0.23
## decay 0.23
## delight 0.23
## departur 0.23
## describ 0.23
## durat 0.23
## dwelleth 0.23
## epithet 0.23
## flourish 0.23
## happen 0.23
## hid 0.23
## hill 0.23
## imbu 0.23
## indel 0.23
## industri 0.23
## interf 0.23
## lead 0.23
## midst 0.23
## oppress 0.23
## orthodox 0.23
## pentecost 0.23
## preparatori 0.23
## restraint 0.23
## school 0.23
## sea 0.23
## struck 0.23
## struggl 0.23
## subscrib 0.23
## teeth 0.23
## triniti 0.23
## via 0.23
## abbot 0.22
## abstract 0.22
## affection 0.22
## afford 0.22
## amalarius 0.22
## asia 0.22
## basil 0.22
## calm 0.22
## captiv 0.22
## caution 0.22
## channel 0.22
## chartr 0.22
## disposit 0.22
## drown 0.22
## fire 0.22
## five 0.22
## forbid 0.22
## galatian 0.22
## henceforth 0.22
## impious 0.22
## insinu 0.22
## inspir 0.22
## justif 0.22
## nake 0.22
## nichola 0.22
## numer 0.22
## oxford 0.22
## rabanus 0.22
## repli 0.22
## righteous 0.22
## sacred 0.22
## safeguard 0.22
## scrupul 0.22
## shameless 0.22
## stedfast 0.22
## stop 0.22
## sublim 0.22
## surmis 0.22
## trivial 0.22
## unceas 0.22
## veil 0.22
## ventur 0.22
## wrong 0.22
## young 0.22
## zealous 0.22
## antioch 0.21
## appar 0.21
## attach 0.21
## celsus 0.21
## chew 0.21
## christma 0.21
## counsel 0.21
## creation 0.21
## crown 0.21
## cut 0.21
## display 0.21
## empire 0.21
## garment 0.21
## goeth 0.21
## harm 0.21
## illumin 0.21
## iniqu 0.21
## interpol 0.21
## juda 0.21
## laps 0.21
## lent 0.21
## metropolitan 0.21
## mortal 0.21
## motion 0.21
## obvious 0.21
## pearl 0.21
## penitentiari 0.21
## prudent 0.21
## skill 0.21
## snare 0.21
## strongest 0.21
## subtl 0.21
## superintend 0.21
## sympathi 0.21
## triumph 0.21
## unconsci 0.21
## usag 0.21
## abrog 0.20
## advanc 0.20
## ambrose 0.20
## bingham 0.20
## clergymen 0.20
## deepli 0.20
## delicaci 0.20
## discrimin 0.20
## ear 0.20
## exempt 0.20
## fathers 0.20
## kingdom 0.20
## lament 0.20
## miseri 0.20
## monk 0.20
## officium 0.20
## same 0.20
## studi 0.20
## sudden 0.20
## twentieth 0.20
## villag 0.20
## wear 0.20
## week 0.20
findAssocs(mytdm, 'scholar', 0.20)
## scholar
## believeth 0.83
## feign 0.83
## 230 0.82
## josephus 0.81
## resort 0.81
## untru 0.81
## fabl 0.80
## mitig 0.80
## palm 0.80
## adorn 0.79
## delight 0.78
## ecclesiast 0.77
## citat 0.76
## deus 0.76
## deo 0.75
## dream 0.75
## dri 0.75
## sometim 0.75
## 133 0.74
## 226 0.74
## borrow 0.74
## clem 0.74
## hieron 0.74
## 113 0.73
## credit 0.73
## discard 0.73
## expound 0.73
## general 0.73
## 152 0.72
## 162 0.72
## 339 0.72
## ambrose 0.72
## apparel 0.72
## ass 0.72
## burthen 0.72
## frame 0.72
## grammar 0.72
## insipid 0.72
## lamp 0.72
## oracl 0.72
## reg 0.72
## signo 0.72
## stoop 0.72
## 125 0.71
## 131 0.71
## 141 0.71
## 203 0.71
## 223 0.71
## 229 0.71
## 234 0.71
## 346 0.71
## 549 0.71
## 998 0.71
## acquitt 0.71
## adrian 0.71
## adventur 0.71
## augustin 0.71
## beckon 0.71
## certain 0.71
## champ 0.71
## comput 0.71
## craftili 0.71
## detract 0.71
## diana 0.71
## eastward 0.71
## elsewher 0.71
## ensign 0.71
## esai 0.71
## extempor 0.71
## fantast 0.71
## farfetch 0.71
## fidei 0.71
## five 0.71
## fli 0.71
## gall 0.71
## garnish 0.71
## geolog 0.71
## green 0.71
## hos 0.71
## husbandri 0.71
## invent 0.71
## oak 0.71
## origenist 0.71
## push 0.71
## quotat 0.71
## rein 0.71
## saint 0.71
## section 0.71
## subtleti 0.71
## sweat 0.71
## tale 0.71
## timber 0.71
## wore 0.71
## 630 0.70
## basil 0.70
## daughter 0.70
## isaac 0.70
## justifi 0.70
## pace 0.70
## play 0.70
## thiev 0.70
## 114 0.69
## 138 0.69
## 439 0.69
## affix 0.69
## cattl 0.69
## correl 0.69
## handmaid 0.69
## imag 0.69
## immort 0.69
## inclos 0.69
## jerom 0.69
## liter 0.69
## meet 0.69
## mosess 0.69
## noun 0.69
## scope 0.69
## snow 0.69
## specifi 0.69
## sui 0.69
## ubi 0.69
## uninstruct 0.69
## version 0.69
## wider 0.69
## appertain 0.68
## cast 0.68
## coat 0.68
## dilig 0.68
## east 0.68
## jacob 0.68
## licenti 0.68
## mayest 0.68
## possibl 0.68
## pretenc 0.68
## solitari 0.68
## statement 0.68
## 168 0.67
## excus 0.67
## falsehood 0.67
## help 0.67
## jupit 0.67
## mad 0.67
## pref 0.67
## sate 0.67
## seldom 0.67
## write 0.67
## ant 0.66
## beat 0.66
## fanci 0.66
## head 0.66
## ibid 0.66
## indulg 0.66
## interpret 0.66
## inventor 0.66
## mani 0.66
## negat 0.66
## number 0.66
## phraseolog 0.66
## region 0.66
## ring 0.66
## rule 0.66
## sell 0.66
## strom 0.66
## tom 0.66
## unchang 0.66
## uneduc 0.66
## whitbi 0.66
## 190 0.65
## abraham 0.65
## antiquiti 0.65
## caus 0.65
## critic 0.65
## deserv 0.65
## either 0.65
## exampl 0.65
## fair 0.65
## firmament 0.65
## foul 0.65
## just 0.65
## leaven 0.65
## lion 0.65
## maker 0.65
## multipli 0.65
## narrat 0.65
## orat 0.65
## pie 0.65
## read 0.65
## similitud 0.65
## sing 0.65
## special 0.65
## stage 0.65
## upper 0.65
## 245 0.64
## accommod 0.64
## aforesaid 0.64
## barley 0.64
## betoken 0.64
## colt 0.64
## creator 0.64
## deum 0.64
## devis 0.64
## drift 0.64
## employ 0.64
## exposit 0.64
## faustus 0.64
## fountain 0.64
## gather 0.64
## gush 0.64
## hearer 0.64
## incorrupt 0.64
## insinu 0.64
## kind 0.64
## measur 0.64
## pernici 0.64
## phrase 0.64
## plato 0.64
## poetri 0.64
## relat 0.64
## renown 0.64
## righteous 0.64
## sever 0.64
## startl 0.64
## tast 0.64
## token 0.64
## verdict 0.64
## wellknown 0.64
## whereupon 0.64
## women 0.64
## 148 0.63
## 247 0.63
## afterward 0.63
## alex 0.63
## alphabet 0.63
## anecdot 0.63
## art 0.63
## assign 0.63
## aught 0.63
## barnaba 0.63
## belli 0.63
## biass 0.63
## bodili 0.63
## coin 0.63
## commentari 0.63
## conclus 0.63
## crucifixion 0.63
## david 0.63
## deceit 0.63
## dorca 0.63
## doubt 0.63
## edif 0.63
## exhaust 0.63
## faust 0.63
## feet 0.63
## grammat 0.63
## groundwork 0.63
## hom 0.63
## hospit 0.63
## joan 0.63
## judg 0.63
## kindr 0.63
## knot 0.63
## mane 0.63
## mansion 0.63
## par 0.63
## piti 0.63
## plow 0.63
## prefer 0.63
## process 0.63
## profit 0.63
## remembranc 0.63
## riddl 0.63
## stave 0.63
## sun 0.63
## tile 0.63
## tryphon 0.63
## altogeth 0.62
## associ 0.62
## barbar 0.62
## clement 0.62
## comment 0.62
## constant 0.62
## dealt 0.62
## dew 0.62
## disavow 0.62
## find 0.62
## gone 0.62
## harlot 0.62
## histori 0.62
## idea 0.62
## imput 0.62
## leaf 0.62
## letter 0.62
## like 0.62
## mystic 0.62
## near 0.62
## school 0.62
## sentenc 0.62
## simpli 0.62
## slaughter 0.62
## sparrow 0.62
## student 0.62
## symbol 0.62
## thing 0.62
## transact 0.62
## tree 0.62
## visibl 0.62
## 108 0.61
## 111 0.61
## 121 0.61
## 1228 0.61
## 126 0.61
## 127 0.61
## 137 0.61
## 139 0.61
## 1414 0.61
## 142 0.61
## 143 0.61
## 144 0.61
## 145 0.61
## 154 0.61
## 158 0.61
## 159 0.61
## 1609 0.61
## 161 0.61
## 1631 0.61
## 1638 0.61
## 171 0.61
## 1714 0.61
## 1727 0.61
## 1733 0.61
## 1736 0.61
## 175 0.61
## 176 0.61
## 1766 0.61
## 1770 0.61
## 178 0.61
## 1788 0.61
## 181 0.61
## 182 0.61
## 184 0.61
## 187 0.61
## 192christ 0.61
## 194 0.61
## 195 0.61
## 196 0.61
## 198 0.61
## 199 0.61
## 2013 0.61
## 202 0.61
## 205 0.61
## 207 0.61
## 212 0.61
## 213 0.61
## 215 0.61
## 220 0.61
## 221 0.61
## 222 0.61
## 224 0.61
## 225 0.61
## 230these 0.61
## 231 0.61
## 233 0.61
## 236 0.61
## 237 0.61
## 238 0.61
## 239 0.61
## 241 0.61
## 242 0.61
## 244 0.61
## 279 0.61
## 286288 0.61
## 2923 0.61
## 312314 0.61
## 333 0.61
## 333lin 0.61
## 336 0.61
## 337 0.61
## 338 0.61
## 340 0.61
## 341 0.61
## 345 0.61
## 347 0.61
## 367 0.61
## 379 0.61
## 392 0.61
## 3tii 0.61
## 41207 0.61
## 413 0.61
## 420 0.61
## 456 0.61
## 462 0.61
## 477 0.61
## 47th 0.61
## 480 0.61
## 485 0.61
## 487490 0.61
## 537 0.61
## 540 0.61
## 546 0.61
## 54th 0.61
## 567 0.61
## 5963 0.61
## 597 0.61
## 598 0.61
## 629 0.61
## 652 0.61
## 653 0.61
## 692 0.61
## 698 0.61
## 711 0.61
## 724 0.61
## 732 0.61
## 733 0.61
## 788 0.61
## 823 0.61
## 892 0.61
## 91520 0.61
## 952 0.61
## 956 0.61
## abidest 0.61
## abimelech 0.61
## abimelech138 0.61
## above83 0.61
## abovethat 0.61
## abovethes 0.61
## accipi 0.61
## addressedth 0.61
## adds133 0.61
## adds224 0.61
## ader 0.61
## admeasur 0.61
## admixtur 0.61
## admonition208 0.61
## aeon 0.61
## aërial 0.61
## aeschylus163 0.61
## affirm198 0.61
## after166 0.61
## agag 0.61
## again123 0.61
## again124 0.61
## again176 0.61
## again235 0.61
## agam 0.61
## ahaz 0.61
## aknowledg 0.61
## alert 0.61
## alexandria16 0.61
## alexandria162 0.61
## alexandria194 0.61
## alexandria88 0.61
## alexandriathi 0.61
## alhqinon 0.61
## alive20 0.61
## alledg 0.61
## allegedjuda 0.61
## alleges76 0.61
## allegor 0.61
## allegori 0.61
## allegorical52 0.61
## allegorist 0.61
## allth 0.61
## also122 0.61
## amalek 0.61
## amalekit 0.61
## amb 0.61
## ambr 0.61
## ambrose119 0.61
## ambrose183 0.61
## ambrose187 0.61
## ambrose188 0.61
## ambrose211 0.61
## ambrose213 0.61
## ambrose218 0.61
## ambrose221 0.61
## analyst 0.61
## andbear 0.61
## animalsth 0.61
## antelop 0.61
## antenicen 0.61
## apologet 0.61
## apologis 0.61
## apostlea 0.61
## apron 0.61
## apter 0.61
## arbitrio 0.61
## argument114 0.61
## aristea 0.61
## ariston 0.61
## arkhow 0.61
## articles81 0.61
## asks249 0.61
## asks61 0.61
## associationswhen 0.61
## asss 0.61
## astound 0.61
## astrolog 0.61
## astronomi 0.61
## atone 0.61
## attributed 0.61
## aubert 0.61
## audac 0.61
## augustin108 0.61
## augustin137 0.61
## augustin139 0.61
## augustin145 0.61
## augustin177 0.61
## augustin182 0.61
## augustin248 0.61
## augustinambros 0.61
## augustine121 0.61
## augustine21 0.61
## augustine39 0.61
## auspici 0.61
## author243 0.61
## awful37 0.61
## axiom6 0.61
## bap 0.61
## bapt 0.61
## baptist190 0.61
## barm 0.61
## barn 0.61
## barnab 0.61
## basil216 0.61
## basil217 0.61
## basil219 0.61
## basil220 0.61
## basil47 0.61
## beata 0.61
## beautifi 0.61
## befel 0.61
## before136 0.61
## begat 0.61
## beingthat 0.61
## believers45 0.61
## belong 0.61
## bene 0.61
## bereft 0.61
## bespeak 0.61
## betaken 0.61
## bethabara 0.61
## bethani 0.61
## bethania 0.61
## bethel 0.61
## bethel143 0.61
## bethphag 0.61
## blamest 0.61
## bodies205 0.61
## boldest 0.61
## bondsmen 0.61
## botha 0.61
## box 0.61
## brasen 0.61
## breathth 0.61
## breed 0.61
## brightest 0.61
## brood 0.61
## brutal 0.61
## byandbi 0.61
## c3a 0.61
## c3lia 0.61
## c3z 0.61
## cæsar 0.61
## calc 0.61
## caleb 0.61
## canaanit 0.61
## canaanites104 0.61
## case147 0.61
## case71 0.61
## casuistri 0.61
## categori 0.61
## catholicæ 0.61
## caution201 0.61
## cedar 0.61
## celsum 0.61
## censor 0.61
## censurein 0.61
## censurers40 0.61
## chace 0.61
## chanter 0.61
## chariot 0.61
## chase 0.61
## chedorlaomer14 0.61
## chord 0.61
## chr 0.61
## christ214 0.61
## christ48 0.61
## christen 0.61
## christians77 0.61
## christiansth 0.61
## christin 0.61
## chronolog 0.61
## chrysali 0.61
## chrysippus 0.61
## church225 0.61
## church94 0.61
## cipl 0.61
## cited8 0.61
## classic 0.61
## classth 0.61
## clement152 0.61
## clement170 0.61
## clement174 0.61
## clement178 0.61
## clement181 0.61
## clement197 0.61
## cloven 0.61
## coars 0.61
## cochab 0.61
## cognis 0.61
## coinag 0.61
## colour 0.61
## common 0.61
## communion234 0.61
## concil 0.61
## condemnatori 0.61
## conditionfin 0.61
## conductand 0.61
## conductof 0.61
## conflux 0.61
## congruentia 0.61
## conscienceit 0.61
## considerationw 0.61
## consideringthat 0.61
## contemporarieszeal 0.61
## contr 0.61
## contra 0.61
## corporalit 0.61
## coursesb 0.61
## creationif 0.61
## creationsuch 0.61
## credamus 0.61
## crib 0.61
## crimson 0.61
## cross26 0.61
## cross31 0.61
## crossin 0.61
## cumber 0.61
## customarili 0.61
## cut 0.61
## cxi 0.61
## cypher 0.61
## cyprian196 0.61
## cyprian237 0.61
## dæmon 0.61
## dæmoniac 0.61
## daillé 0.61
## datur 0.61
## daughterinlaw 0.61
## dayspr 0.61
## deceitdid 0.61
## declaration2 0.61
## decri 0.61
## decyph 0.61
## deedgood 0.61
## defectum 0.61
## delect 0.61
## demosthen 0.61
## deniedth 0.61
## denizen 0.61
## derid 0.61
## descant 0.61
## describesof 0.61
## detractor 0.61
## diabol 0.61
## dign 0.61
## disappointment231 0.61
## discount 0.61
## discoursesd 0.61
## discrimen 0.61
## diseas 0.61
## disloc 0.61
## disonesti 0.61
## dispensations206 0.61
## dispensationth 0.61
## disprov 0.61
## disqualifi 0.61
## disquisit 0.61
## distemperatur 0.61
## distil 0.61
## divorc 0.61
## do22 0.61
## docetæ 0.61
## dock 0.61
## doct 0.61
## doctr 0.61
## doorway 0.61
## downward 0.61
## dreami 0.61
## dreams84 0.61
## dreg 0.61
## driveth 0.61
## dwarf 0.61
## earnesta 0.61
## earring 0.61
## ecclesiæ 0.61
## ecclesiastical128 0.61
## eclectic 0.61
## eden 0.61
## egyptto 0.61
## elevatingto 0.61
## elim 0.61
## elisabeth 0.61
## elsewhere103 0.61
## ensampl 0.61
## entomolog 0.61
## entri 0.61
## enumeratedan 0.61
## ephrata 0.61
## epicurus 0.61
## epiph 0.61
## equit 0.61
## equivoc 0.61
## error240 0.61
## ethics242 0.61
## eunuch 0.61
## eustochium 0.61
## even 0.61
## everflourish 0.61
## evergreens222th 0.61
## evolv 0.61
## example149 0.61
## exclaims144 0.61
## exclaims93 0.61
## exeget 0.61
## exemplif 0.61
## exemplificationsso 0.61
## exercitation 0.61
## exhal 0.61
## exitus 0.61
## experiment 0.61
## explanation195 0.61
## explorer 0.61
## expon 0.61
## export 0.61
## exposition 0.61
## expressed32 0.61
## extasi 0.61
## extendsthat 0.61
## ezech 0.61
## fabula 0.61
## fabula69 0.61
## famosissima 0.61
## fathers1 0.61
## fathersa 0.61
## fathersfor 0.61
## feelingth 0.61
## feelingthat 0.61
## felicit 0.61
## fell17 0.61
## fenelon 0.61
## figtre 0.61
## find7 0.61
## fixed 0.61
## flaw 0.61
## fleec 0.61
## flippant 0.61
## foal 0.61
## following12 0.61
## following53 0.61
## followings46 0.61
## follows167 0.61
## foreshadow 0.61
## foretoken 0.61
## forgav 0.61
## forgeri 0.61
## formsth 0.61
## fragment 0.61
## fragranc 0.61
## fragrant 0.61
## fraught 0.61
## friends244 0.61
## frigid 0.61
## frugal 0.61
## fruits204 0.61
## frusta 0.61
## fullcharg 0.61
## furlong 0.61
## gadara 0.61
## galland 0.61
## gaza 0.61
## gen 0.61
## gene 0.61
## generally58 0.61
## generat 0.61
## generation15 0.61
## genesis60 0.61
## genesis66 0.61
## gerasa 0.61
## gergesa 0.61
## giant 0.61
## giddi 0.61
## glade 0.61
## glide 0.61
## godam 0.61
## godprejudic 0.61
## godwould 0.61
## goodso 0.61
## gospelsdid 0.61
## grab 0.61
## grass 0.61
## gravit 0.61
## grief 0.61
## groundth 0.61
## grub 0.61
## habitab 0.61
## hagar 0.61
## halfcivil 0.61
## ham 0.61
## handicraft 0.61
## harduin 0.61
## he191 0.61
## he227 0.61
## healer 0.61
## hebrewsth 0.61
## herma 0.61
## hex 0.61
## hexaëm 0.61
## hexaëmeron 0.61
## hil 0.61
## him85 0.61
## himself111 0.61
## himself148 0.61
## himself156 0.61
## himthey 0.61
## hippolytus120 0.61
## histor 0.61
## historiali 0.61
## historiam 0.61
## histories78 0.61
## hive 0.61
## hood 0.61
## hortatori 0.61
## hunter 0.61
## hyssop 0.61
## idiom 0.61
## idiomat 0.61
## idl 0.61
## ierosol 0.61
## ierosolym 0.61
## ignobl 0.61
## ignoranceso 0.61
## iiith 0.61
## iispecimen 0.61
## illdispos 0.61
## imageri 0.61
## imagin 0.61
## impalp 0.61
## imperfecta 0.61
## impressionth 0.61
## inapt 0.61
## incest 0.61
## inclinavit 0.61
## incredibil 0.61
## indebt 0.61
## indescrib 0.61
## inexcus 0.61
## infanticid 0.61
## infers109 0.61
## inflex 0.61
## insect 0.61
## int 0.61
## intelligantur 0.61
## intelligentia80 0.61
## intercedit 0.61
## interp 0.61
## interpreters13 0.61
## interweav 0.61
## intimatest 0.61
## introd 0.61
## inwit 0.61
## inwrought 0.61
## irenæus 0.61
## irenæus200 0.61
## irreverence29 0.61
## is180 0.61
## isaac63 0.61
## isaiah36though 0.61
## ishmael 0.61
## issac 0.61
## it10 0.61
## it179 0.61
## it189 0.61
## ith 0.61
## itinerari 0.61
## itself 0.61
## itself5 0.61
## itselfit 0.61
## itth 0.61
## ivmystic 0.61
## ix4 0.61
## jacob154 0.61
## jairus 0.61
## jephtha 0.61
## jerem 0.61
## jess 0.61
## jesus38 0.61
## journal 0.61
## judaiz 0.61
## juic 0.61
## jurist 0.61
## justification99 0.61
## keturah 0.61
## kindto 0.61
## kirbi 0.61
## laban 0.61
## larg 0.61
## largely127 0.61
## lastment 0.61
## latuit 0.61
## leah 0.61
## legendari 0.61
## leniti 0.61
## leprous 0.61
## letternot 0.61
## leviticus55which 0.61
## libero 0.61
## lifesh 0.61
## lighteneth 0.61
## likebi 0.61
## likeliest 0.61
## likethes 0.61
## likewer 0.61
## lin 0.61
## literalem 0.61
## literam 0.61
## literam49 0.61
## literari 0.61
## loavesand 0.61
## loc 0.61
## loftier 0.61
## looketh 0.61
## lunar 0.61
## lviii 0.61
## lxv 0.61
## lxx 0.61
## lxxvilxxviii 0.61
## macknight 0.61
## mamr 0.61
## manichæan 0.61
## manichaeanswhos 0.61
## marah 0.61
## marcion 0.61
## mare 0.61
## marrow 0.61
## mate 0.61
## mathemat 0.61
## medic 0.61
## menchrist 0.61
## mendac 0.61
## mendacio 0.61
## mendacio110 0.61
## mendacium 0.61
## menshould 0.61
## merest 0.61
## metaphorical75 0.61
## middleton 0.61
## midian 0.61
## midianitish 0.61
## midwiv 0.61
## milder 0.61
## mines33 0.61
## minimum 0.61
## minutest 0.61
## miscellan 0.61
## moabit 0.61
## modesty158 0.61
## moistur 0.61
## mollifi 0.61
## monoton 0.61
## morbid 0.61
## mound 0.61
## mutini 0.61
## myrica 0.61
## mysit 0.61
## mysticis 0.61
## mysticism 0.61
## mytholog 0.61
## naked 0.61
## namemost 0.61
## nativitiesbut 0.61
## naturalist 0.61
## navig 0.61
## neither 0.61
## nemesianus 0.61
## nequ 0.61
## newcreat 0.61
## newmould 0.61
## nominalist 0.61
## nose 0.61
## nostril 0.61
## not168 0.61
## notionsor 0.61
## nowis 0.61
## nullo 0.61
## num 0.61
## objectsa 0.61
## observer 0.61
## obstenaci 0.61
## ofpolycarp 0.61
## oliv 0.61
## omniscienc 0.61
## onit 0.61
## operi 0.61
## orig 0.61
## origen 0.61
## origen130 0.61
## origen184 0.61
## origen185 0.61
## origen193 0.61
## origen90 0.61
## origenem 0.61
## origenian 0.61
## origens70 0.61
## origenthought 0.61
## othersif 0.61
## otiosum 0.61
## outweigh 0.61
## overbold 0.61
## overlight 0.61
## overrefin 0.61
## overweigh 0.61
## p231 0.61
## p341e 0.61
## p679 0.61
## p98 0.61
## pædag 0.61
## pæne 0.61
## page64 0.61
## palmtre 0.61
## pamphilus 0.61
## pant 0.61
## parable153 0.61
## parablescombin 0.61
## parabol 0.61
## paracletum 0.61
## parcel 0.61
## pariti 0.61
## parta 0.61
## pass 0.61
## passage11 0.61
## passage116 0.61
## passage160 0.61
## passage28 0.61
## passageor 0.61
## patitur 0.61
## patrist 0.61
## paula 0.61
## pebbl 0.61
## penc 0.61
## pentateuch89 0.61
## peoplea 0.61
## peoplesth 0.61
## percusserunt 0.61
## perfidi 0.61
## peripatet 0.61
## phase 0.61
## philæbus 0.61
## philo57 0.61
## philolog 0.61
## philosophy96 0.61
## philosophy98 0.61
## phineha 0.61
## phoenix 0.61
## phoenix238 0.61
## physicalto 0.61
## physicianphilosoph 0.61
## physiologist 0.61
## pietati 0.61
## piety107 0.61
## pietyusus 0.61
## pinenev 0.61
## pinion 0.61
## piqu 0.61
## pitcher 0.61
## plainly175 0.61
## planetstruck 0.61
## plantsin 0.61
## plantsth 0.61
## pledgeof 0.61
## poetic 0.61
## poetrythat 0.61
## point157 0.61
## polybius245 0.61
## polygami 0.61
## pontus 0.61
## populum 0.61
## positiveon 0.61
## possent 0.61
## prædicar 0.61
## preexist 0.61
## presignifi 0.61
## pricipl 0.61
## primâ 0.61
## prin 0.61
## proceeds101 0.61
## proceeds35 0.61
## proceeds42 0.61
## profanationson 0.61
## prolog 0.61
## prophecy246 0.61
## prophet 0.61
## protrept 0.61
## proven 0.61
## psalm87 0.61
## purgat 0.61
## purs 0.61
## putant 0.61
## quadrup 0.61
## quæ 0.61
## quæst 0.61
## quaint 0.61
## quakers151 0.61
## quasi 0.61
## quesnel 0.61
## questionallus 0.61
## questionst 0.61
## quoted50 0.61
## rabbin 0.61
## rachel 0.61
## ravin 0.61
## read23 0.61
## rebecca 0.61
## reclin 0.61
## rectitud 0.61
## refinedyet 0.61
## refluent 0.61
## refreshedst 0.61
## reisk 0.61
## remarking165 0.61
## remarks173 0.61
## reneweth 0.61
## reproachfully113 0.61
## respir 0.61
## resurrection226 0.61
## retained233 0.61
## revivingther 0.61
## rhetorician 0.61
## righteousness97 0.61
## rnind 0.61
## robber 0.61
## roboratuswil 0.61
## rock34 0.61
## rudiment 0.61
## rue 0.61
## sacramentalnatur 0.61
## said74 0.61
## samuel106 0.61
## sanguinari 0.61
## sarcast 0.61
## savil 0.61
## say229 0.61
## says100 0.61
## says112 0.61
## says117 0.61
## says118 0.61
## says164 0.61
## says172 0.61
## says199 0.61
## says210 0.61
## says232 0.61
## says247 0.61
## says41 0.61
## says51 0.61
## says65 0.61
## says67 0.61
## says73 0.61
## says9 0.61
## scarciti 0.61
## sceptr 0.61
## schulz 0.61
## scorn 0.61
## scripta 0.61
## seam 0.61
## seamen 0.61
## secant 0.61
## secat 0.61
## secondhand 0.61
## seedcorn 0.61
## selfpleas 0.61
## sense62 0.61
## sensum 0.61
## sentest 0.61
## sentiment134 0.61
## sere 0.61
## servand 0.61
## servant43 0.61
## servant56 0.61
## service215 0.61
## seth 0.61
## setrul 0.61
## shadowi 0.61
## shadowsand 0.61
## sharer 0.61
## sheass 0.61
## sheba 0.61
## sheep171 0.61
## shineth 0.61
## shortsight 0.61
## shrank 0.61
## shrub 0.61
## sidewit 0.61
## silkworm 0.61
## simil 0.61
## simpler 0.61
## sinceremind 0.61
## sineven 0.61
## site 0.61
## skeptic 0.61
## sky212 0.61
## slew 0.61
## slippest 0.61
## small 0.61
## solec 0.61
## someon 0.61
## sonit 0.61
## speaks186 0.61
## specimen 0.61
## specimen95 0.61
## spenc 0.61
## spherei 0.61
## spi 0.61
## spirit18 0.61
## staff 0.61
## stand79 0.61
## stanza 0.61
## statement236 0.61
## staugustin 0.61
## stealth 0.61
## stint 0.61
## stoic 0.61
## stoical 0.61
## stole 0.61
## stray 0.61
## study203 0.61
## subject161 0.61
## subject3 0.61
## subtiltybread 0.61
## suck 0.61
## summa 0.61
## swept 0.61
## swim 0.61
## symptomat 0.61
## tablet 0.61
## tamar 0.61
## tamarisk 0.61
## tatian 0.61
## tau 0.61
## tau25 0.61
## tautolog 0.61
## taylor159 0.61
## tellest 0.61
## tenabl 0.61
## tertullian24 0.61
## thamar 0.61
## that115 0.61
## themin 0.61
## themselvesor 0.61
## themwho 0.61
## themwisdom 0.61
## then135 0.61
## theodoret140 0.61
## theodoret142 0.61
## theodoret146 0.61
## thereabout 0.61
## thereaft 0.61
## thereforethat 0.61
## these68 0.61
## thingh 0.61
## thingsbecaus 0.61
## this72 0.61
## this91 0.61
## thistl 0.61
## thornless 0.61
## thoughtthat 0.61
## thus59 0.61
## tiii 0.61
## tize 0.61
## together150 0.61
## tool 0.61
## tourney 0.61
## tower 0.61
## tradition132 0.61
## tranquilli 0.61
## transition125 0.61
## translatorhav 0.61
## transpar 0.61
## triffl 0.61
## trin 0.61
## trinity209 0.61
## trite 0.61
## true228 0.61
## true241 0.61
## trumpet 0.61
## truthsfundament 0.61
## truthsof 0.61
## turnest 0.61
## turtl 0.61
## twin 0.61
## typesof 0.61
## unbridl 0.61
## uncensur 0.61
## uncombin 0.61
## uncrit 0.61
## under4 0.61
## unexamin 0.61
## unflinch 0.61
## ungrammat 0.61
## unhar 0.61
## unlimit 0.61
## unmerci 0.61
## unmingl 0.61
## unobserv 0.61
## unquest 0.61
## unrestrain 0.61
## unspar 0.61
## unspeakabl 0.61
## unsuspect 0.61
## untam 0.61
## untutor 0.61
## unvers 0.61
## unwholesom 0.61
## us223 0.61
## vacuum 0.61
## vainest 0.61
## vallar 0.61
## vancient 0.61
## variation19 0.61
## vein 0.61
## venet 0.61
## verbum 0.61
## veriti 0.61
## versatil 0.61
## vess 0.61
## view126 0.61
## view129 0.61
## vimystic 0.61
## vincentius 0.61
## vine 0.61
## vineyard44 0.61
## virtually202 0.61
## visibil 0.61
## volume82 0.61
## vulture239 0.61
## war 0.61
## warburton 0.61
## ware 0.61
## warrior 0.61
## wateri 0.61
## way30 0.61
## wayinde 0.61
## weed 0.61
## wellassur 0.61
## wellconsid 0.61
## wellfavour 0.61
## wellstor 0.61
## wen 0.61
## wesley 0.61
## whereev 0.61
## whisper 0.61
## whore 0.61
## widowhood 0.61
## willow 0.61
## wise 0.61
## wogan 0.61
## wool 0.61
## worded102 0.61
## wordsblunt 0.61
## worldthat 0.61
## worldto 0.61
## writer27 0.61
## writers131 0.61
## writerswrit 0.61
## writes141 0.61
## writes155 0.61
## writes169 0.61
## wroth 0.61
## xvil 0.61
## yardarm 0.61
## young92 0.61
## zechariah 0.61
## zimri 0.61
## again 0.60
## annul 0.60
## another 0.60
## backward 0.60
## beaten 0.60
## censur 0.60
## chant 0.60
## chastiti 0.60
## comm 0.60
## compar 0.60
## deliber 0.60
## detect 0.60
## divert 0.60
## domest 0.60
## doubl 0.60
## faith 0.60
## ground 0.60
## hair 0.60
## heathenish 0.60
## hint 0.60
## irreligion 0.60
## lake 0.60
## lie 0.60
## loav 0.60
## overflow 0.60
## philosophi 0.60
## pieti 0.60
## platon 0.60
## platonist 0.60
## praiseworthi 0.60
## provid 0.60
## question 0.60
## quot 0.60
## rahab 0.60
## rapid 0.60
## recal 0.60
## report 0.60
## robe 0.60
## scarlet 0.60
## serpent 0.60
## solut 0.60
## sort 0.60
## standard 0.60
## stiff 0.60
## synagogu 0.60
## testament 0.60
## thenceforth 0.60
## theodoret 0.60
## twilight 0.60
## undoubt 0.60
## ungod 0.60
## vindic 0.60
## voic 0.60
## warrant 0.60
## wolf 0.60
## writer 0.60
## written 0.60
## yea 0.60
## 191 0.59
## abund 0.59
## agreement 0.59
## air 0.59
## among 0.59
## blame 0.59
## bow 0.59
## clay 0.59
## concern 0.59
## counterpart 0.59
## creation 0.59
## deed 0.59
## detail 0.59
## devout 0.59
## esau 0.59
## fig 0.59
## flow 0.59
## found 0.59
## genesi 0.59
## herd 0.59
## hung 0.59
## illustr 0.59
## impugn 0.59
## invis 0.59
## inward 0.59
## less 0.59
## literatur 0.59
## luc 0.59
## magnitud 0.59
## materi 0.59
## matter 0.59
## mere 0.59
## noah 0.59
## perhap 0.59
## plant 0.59
## replenish 0.59
## river 0.59
## roar 0.59
## sarah 0.59
## shun 0.59
## sight 0.59
## signific 0.59
## simpl 0.59
## solv 0.59
## tie 0.59
## treat 0.59
## unjust 0.59
## vehicl 0.59
## victori 0.59
## villag 0.59
## affirm 0.58
## alleg 0.58
## allus 0.58
## almost 0.58
## amount 0.58
## anger 0.58
## apol 0.58
## bad 0.58
## band 0.58
## broad 0.58
## care 0.58
## commend 0.58
## consider 0.58
## contemptu 0.58
## dexter 0.58
## discrep 0.58
## dishonour 0.58
## egyptian 0.58
## etc 0.58
## evangelist 0.58
## fall 0.58
## fell 0.58
## futur 0.58
## gentil 0.58
## hosea 0.58
## isaiah 0.58
## jericho 0.58
## judgement 0.58
## lib 0.58
## lot 0.58
## may 0.58
## mose 0.58
## outward 0.58
## overstrain 0.58
## pair 0.58
## paradis 0.58
## permiss 0.58
## providenti 0.58
## rest 0.58
## reward 0.58
## rod 0.58
## soul 0.58
## suspicion 0.58
## theologian 0.58
## whereunto 0.58
## wherewith 0.58
## wholesom 0.58
## writ 0.58
## 151 0.57
## 163 0.57
## account 0.57
## allur 0.57
## also 0.57
## annoy 0.57
## apt 0.57
## bead 0.57
## begin 0.57
## cleav 0.57
## closet 0.57
## complex 0.57
## congreg 0.57
## consent 0.57
## construct 0.57
## delug 0.57
## deni 0.57
## discov 0.57
## discoveri 0.57
## distanc 0.57
## easi 0.57
## elat 0.57
## elisha 0.57
## euch 0.57
## figur 0.57
## fish 0.57
## fortun 0.57
## gainsay 0.57
## girdl 0.57
## gnostic 0.57
## group 0.57
## heal 0.57
## ignor 0.57
## impious 0.57
## induct 0.57
## inspir 0.57
## irrelev 0.57
## kid 0.57
## kindl 0.57
## laudabl 0.57
## light 0.57
## loath 0.57
## mean 0.57
## metal 0.57
## neck 0.57
## obvious 0.57
## odd 0.57
## ointment 0.57
## ordinari 0.57
## ornament 0.57
## overshadow 0.57
## patriarch 0.57
## rain 0.57
## rais 0.57
## reach 0.57
## rung 0.57
## scienc 0.57
## searcheth 0.57
## serveth 0.57
## shadow 0.57
## shoe 0.57
## shone 0.57
## shop 0.57
## solomon 0.57
## south 0.57
## star 0.57
## stigmat 0.57
## stricter 0.57
## swift 0.57
## three 0.57
## typic 0.57
## unawar 0.57
## unfruit 0.57
## unquestion 0.57
## unsatisfi 0.57
## verdur 0.57
## wave 0.57
## well 0.57
## whether 0.57
## wisest 0.57
## within 0.57
## worm 0.57
## 103 0.56
## 104 0.56
## 106 0.56
## 110 0.56
## 116 0.56
## 129 0.56
## 132 0.56
## 134 0.56
## 135 0.56
## 149 0.56
## 157 0.56
## 1636 0.56
## 166 0.56
## 170 0.56
## 1702 0.56
## 1721 0.56
## 173 0.56
## 188 0.56
## 206 0.56
## 208 0.56
## 209 0.56
## 214 0.56
## 218 0.56
## 219 0.56
## 228 0.56
## 232 0.56
## 240 0.56
## 243 0.56
## 246 0.56
## 248 0.56
## 256 0.56
## 272 0.56
## 273 0.56
## 28th 0.56
## 415 0.56
## 699 0.56
## affirmeth 0.56
## allegeth 0.56
## arm 0.56
## beguil 0.56
## birthplac 0.56
## blind 0.56
## brute 0.56
## buy 0.56
## canaan 0.56
## canonist 0.56
## carri 0.56
## certifi 0.56
## clown 0.56
## condescend 0.56
## contradictori 0.56
## crown 0.56
## dash 0.56
## demur 0.56
## deuteronomi 0.56
## dextrous 0.56
## didymus 0.56
## diss 0.56
## dona 0.56
## dove 0.56
## drank 0.56
## earth 0.56
## embarrass 0.56
## emblem 0.56
## everyon 0.56
## examin 0.56
## fabul 0.56
## florentin 0.56
## garland 0.56
## gentler 0.56
## godto 0.56
## goe 0.56
## gravest 0.56
## hiss 0.56
## hunt 0.56
## impass 0.56
## inadequ 0.56
## incur 0.56
## indistinct 0.56
## init 0.56
## initio 0.56
## inscript 0.56
## intermix 0.56
## introduction 0.56
## iren 0.56
## jethro 0.56
## jud 0.56
## languag 0.56
## lesser 0.56
## lewd 0.56
## line 0.56
## mar 0.56
## marcionit 0.56
## market 0.56
## meaner 0.56
## mentz 0.56
## method 0.56
## mood 0.56
## moon 0.56
## needi 0.56
## nicola 0.56
## nisi 0.56
## nowher 0.56
## nullus 0.56
## odour 0.56
## opp 0.56
## overrul 0.56
## pageant 0.56
## passag 0.56
## penetr 0.56
## peri 0.56
## philo 0.56
## precept 0.56
## presumpt 0.56
## primari 0.56
## profus 0.56
## proposita 0.56
## purport 0.56
## quia 0.56
## receptacl 0.56
## record 0.56
## resourc 0.56
## rose 0.56
## run 0.56
## sacrificeth 0.56
## salv 0.56
## scientif 0.56
## scriptur 0.56
## scroll 0.56
## sens 0.56
## sheweth 0.56
## shewn 0.56
## singl 0.56
## skill 0.56
## some 0.56
## spear 0.56
## standest 0.56
## straightway 0.56
## stupid 0.56
## sulphur 0.56
## sunshin 0.56
## supernatur 0.56
## supra 0.56
## syllabl 0.56
## testat 0.56
## thorn 0.56
## trivial 0.56
## tryph 0.56
## two 0.56
## unborn 0.56
## unchast 0.56
## untruth 0.56
## unwarili 0.56
## variat 0.56
## vener 0.56
## verba 0.56
## verifi 0.56
## vers 0.56
## visibilia 0.56
## vulcan 0.56
## wade 0.56
## wood 0.56
## worthless 0.56
## wrong 0.56
## yoke 0.56
## younger 0.56
## 115 0.55
## breath 0.55
## caught 0.55
## charg 0.55
## chose 0.55
## condit 0.55
## context 0.55
## creep 0.55
## diffus 0.55
## economi 0.55
## enough 0.55
## evad 0.55
## everi 0.55
## expressli 0.55
## fail 0.55
## far 0.55
## forc 0.55
## gross 0.55
## hard 0.55
## herebi 0.55
## ingeni 0.55
## joseph 0.55
## might 0.55
## mount 0.55
## nourish 0.55
## occur 0.55
## offspr 0.55
## paragraph 0.55
## part 0.55
## perplex 0.55
## philosoph 0.55
## proceed 0.55
## psalm 0.55
## qui 0.55
## random 0.55
## rather 0.55
## recognis 0.55
## reject 0.55
## reproof 0.55
## saxon 0.55
## scanti 0.55
## silent 0.55
## suit 0.55
## third 0.55
## thought 0.55
## train 0.55
## vaniti 0.55
## vision 0.55
## whose 0.55
## wife 0.55
## wild 0.55
## abhor 0.54
## abhorr 0.54
## acquiesc 0.54
## aspect 0.54
## axe 0.54
## bath 0.54
## cavil 0.54
## compass 0.54
## current 0.54
## difficulti 0.54
## disagr 0.54
## dismiss 0.54
## enumer 0.54
## erron 0.54
## glori 0.54
## heret 0.54
## hereunto 0.54
## howev 0.54
## impair 0.54
## imposs 0.54
## inevit 0.54
## instinct 0.54
## introduc 0.54
## judah 0.54
## lay 0.54
## least 0.54
## lift 0.54
## mingl 0.54
## old 0.54
## one 0.54
## palliat 0.54
## physic 0.54
## pilgrimag 0.54
## point 0.54
## scrupul 0.54
## seem 0.54
## sensibl 0.54
## taken 0.54
## tare 0.54
## time 0.54
## topic 0.54
## unspeak 0.54
## urg 0.54
## utter 0.54
## vanish 0.54
## wide 0.54
## work 0.54
## wrap 0.54
## zacharia 0.54
## 105 0.53
## 136 0.53
## 153 0.53
## 201 0.53
## alexandrian 0.53
## angel 0.53
## apologist 0.53
## appeareth 0.53
## assail 0.53
## assemblag 0.53
## barren 0.53
## beheld 0.53
## besid 0.53
## bibl 0.53
## canopi 0.53
## carnal 0.53
## cel 0.53
## condemn 0.53
## constru 0.53
## covert 0.53
## crafti 0.53
## creat 0.53
## cultiv 0.53
## debtor 0.53
## doctor 0.53
## drawn 0.53
## enjoin 0.53
## epicurean 0.53
## epiphaniuss 0.53
## ethic 0.53
## fertil 0.53
## follow 0.53
## for 0.53
## form 0.53
## fortiori 0.53
## freedom 0.53
## frivol 0.53
## geograph 0.53
## gloom 0.53
## hover 0.53
## hugo 0.53
## immor 0.53
## inquir 0.53
## inquiri 0.53
## insepar 0.53
## instanc 0.53
## isidorus 0.53
## julius 0.53
## kiss 0.53
## ladder 0.53
## let 0.53
## life 0.53
## most 0.53
## move 0.53
## nest 0.53
## nevertheless 0.53
## nihil 0.53
## noblest 0.53
## occasion 0.53
## orb 0.53
## particular 0.53
## pigeon 0.53
## populo 0.53
## portion 0.53
## privat 0.53
## prone 0.53
## pythagora 0.53
## realm 0.53
## red 0.53
## remain 0.53
## rhetor 0.53
## rush 0.53
## sanction 0.53
## sat 0.53
## scantili 0.53
## seemeth 0.53
## shew 0.53
## shorn 0.53
## skin 0.53
## soar 0.53
## somewher 0.53
## sound 0.53
## space 0.53
## speech 0.53
## subvers 0.53
## suitabl 0.53
## superstit 0.53
## sworn 0.53
## thou 0.53
## tine 0.53
## toward 0.53
## transcendent 0.53
## trifl 0.53
## tripl 0.53
## twice 0.53
## unreserv 0.53
## unsavouri 0.53
## varieti 0.53
## vita 0.53
## whoredom 0.53
## wound 0.53
## 140 0.52
## 189 0.52
## apud 0.52
## argu 0.52
## becam 0.52
## bound 0.52
## briefli 0.52
## brimston 0.52
## chiefli 0.52
## combin 0.52
## confound 0.52
## day 0.52
## deprec 0.52
## descent 0.52
## draw 0.52
## eccl 0.52
## epiphanius 0.52
## extrem 0.52
## final 0.52
## fond 0.52
## household 0.52
## iii 0.52
## improv 0.52
## inflam 0.52
## judgment 0.52
## lest 0.52
## modifi 0.52
## nay 0.52
## pious 0.52
## poet 0.52
## posit 0.52
## refin 0.52
## refresh 0.52
## rejoic 0.52
## rich 0.52
## schoolmen 0.52
## sea 0.52
## shine 0.52
## shrink 0.52
## store 0.52
## stream 0.52
## surpass 0.52
## teacheth 0.52
## theodosius 0.52
## type 0.52
## undu 0.52
## unlik 0.52
## virtual 0.52
## wheat 0.52
## whole 0.52
## witnesseth 0.52
## abid 0.51
## agenc 0.51
## albeit 0.51
## annex 0.51
## aug 0.51
## author 0.51
## becaus 0.51
## best 0.51
## bird 0.51
## candour 0.51
## circumcis 0.51
## civ 0.51
## closer 0.51
## compound 0.51
## concert 0.51
## concur 0.51
## concurr 0.51
## contempl 0.51
## counten 0.51
## deliv 0.51
## den 0.51
## discours 0.51
## dispens 0.51
## diver 0.51
## elabor 0.51
## extravag 0.51
## face 0.51
## famili 0.51
## first 0.51
## fox 0.51
## friar 0.51
## fruit 0.51
## furnish 0.51
## giver 0.51
## hasti 0.51
## hors 0.51
## inconsist 0.51
## indirect 0.51
## infect 0.51
## interfer 0.51
## jeremiah 0.51
## lazarus 0.51
## lessen 0.51
## limit 0.51
## lip 0.51
## logic 0.51
## modern 0.51
## moment 0.51
## motion 0.51
## object 0.51
## other 0.51
## plausibl 0.51
## pleasant 0.51
## plenari 0.51
## pray 0.51
## prepar 0.51
## press 0.51
## produc 0.51
## proverbi 0.51
## qualiti 0.51
## reliev 0.51
## remot 0.51
## resembl 0.51
## saw 0.51
## seed 0.51
## sine 0.51
## sirach 0.51
## smaller 0.51
## sojourn 0.51
## stock 0.51
## strain 0.51
## style 0.51
## sub 0.51
## sunt 0.51
## surer 0.51
## temptat 0.51
## thus 0.51
## timid 0.51
## tone 0.51
## transit 0.51
## treatis 0.51
## understand 0.51
## undertaken 0.51
## uniform 0.51
## vouchsaf 0.51
## warmth 0.51
## way 0.51
## welfar 0.51
## what 0.51
## wherein 0.51
## which 0.51
## who 0.51
## xxii 0.51
## yet 0.51
## acquaint 0.50
## aid 0.50
## appar 0.50
## becom 0.50
## began 0.50
## champion 0.50
## chang 0.50
## conveni 0.50
## correspond 0.50
## dare 0.50
## defer 0.50
## div 0.50
## eighth 0.50
## evil 0.50
## exemplifi 0.50
## extract 0.50
## fix 0.50
## forbidden 0.50
## full 0.50
## greater 0.50
## guid 0.50
## heresi 0.50
## idolatr 0.50
## industri 0.50
## labour 0.50
## maintain 0.50
## men 0.50
## mention 0.50
## mind 0.50
## much 0.50
## nazianzen 0.50
## prompt 0.50
## ritual 0.50
## say 0.50
## servant 0.50
## spiritu 0.50
## sung 0.50
## suppos 0.50
## supposit 0.50
## sure 0.50
## surest 0.50
## their 0.50
## thereupon 0.50
## those 0.50
## thread 0.50
## trade 0.50
## turn 0.50
## unnecessari 0.50
## use 0.50
## whatev 0.50
## whatsoev 0.50
## wrought 0.50
## add 0.49
## akin 0.49
## allow 0.49
## anoth 0.49
## ark 0.49
## awar 0.49
## brother 0.49
## chief 0.49
## chrysostom 0.49
## comfort 0.49
## comparison 0.49
## conclud 0.49
## disturb 0.49
## father 0.49
## fifth 0.49
## flame 0.49
## flat 0.49
## free 0.49
## gloss 0.49
## hang 0.49
## harmoni 0.49
## hieroglyph 0.49
## hous 0.49
## idol 0.49
## impieti 0.49
## infirm 0.49
## interf 0.49
## irreconcil 0.49
## jerusalem 0.49
## joshua 0.49
## lean 0.49
## local 0.49
## monk 0.49
## multitud 0.49
## next 0.49
## nobl 0.49
## oriental 0.49
## piec 0.49
## place 0.49
## purpos 0.49
## race 0.49
## rate 0.49
## remark 0.49
## sick 0.49
## sovereignti 0.49
## supremaci 0.49
## suspect 0.49
## telleth 0.49
## tend 0.49
## term 0.49
## theophylact 0.49
## transfer 0.49
## unlearn 0.49
## unusu 0.49
## vain 0.49
## wither 0.49
## zealous 0.49
## 130 0.48
## abl 0.48
## abovement 0.48
## accord 0.48
## acquit 0.48
## acut 0.48
## affin 0.48
## ampli 0.48
## anyon 0.48
## appear 0.48
## argument 0.48
## array 0.48
## bede 0.48
## beforehand 0.48
## behold 0.48
## bequeath 0.48
## beset 0.48
## bolder 0.48
## busi 0.48
## but 0.48
## chaff 0.48
## childish 0.48
## class 0.48
## complet 0.48
## consol 0.48
## contemn 0.48
## contempt 0.48
## contradict 0.48
## council 0.48
## dei 0.48
## denot 0.48
## depart 0.48
## dieth 0.48
## disgrac 0.48
## distinguish 0.48
## dost 0.48
## dress 0.48
## elder 0.48
## enforc 0.48
## enthusiast 0.48
## equal 0.48
## error 0.48
## excess 0.48
## exemplari 0.48
## expect 0.48
## exquisit 0.48
## familiar 0.48
## fifteen 0.48
## flower 0.48
## folli 0.48
## forcibl 0.48
## forest 0.48
## former 0.48
## frank 0.48
## graft 0.48
## grant 0.48
## hand 0.48
## hearest 0.48
## hebrew 0.48
## hire 0.48
## hundr 0.48
## index 0.48
## involuntari 0.48
## jesu 0.48
## knew 0.48
## machineri 0.48
## martyr 0.48
## minut 0.48
## net 0.48
## oversight 0.48
## pleasur 0.48
## potent 0.48
## potter 0.48
## prepossess 0.48
## probabl 0.48
## prophesi 0.48
## publish 0.48
## quicken 0.48
## realli 0.48
## reason 0.48
## repudi 0.48
## ride 0.48
## room 0.48
## sentiment 0.48
## setteth 0.48
## showeth 0.48
## size 0.48
## skil 0.48
## slight 0.48
## spent 0.48
## stationari 0.48
## sting 0.48
## substant 0.48
## such 0.48
## the 0.48
## theme 0.48
## touch 0.48
## unfrequ 0.48
## uninspir 0.48
## univers 0.48
## unsettl 0.48
## unweari 0.48
## viz 0.48
## welcom 0.48
## when 0.48
## wherea 0.48
## wherebi 0.48
## wick 0.48
## wilder 0.48
## william 0.48
## wive 0.48
## xlix 0.48
## xxxii 0.48
## alway 0.47
## analog 0.47
## approb 0.47
## artific 0.47
## blot 0.47
## case 0.47
## clear 0.47
## come 0.47
## content 0.47
## decay 0.47
## devot 0.47
## doth 0.47
## driven 0.47
## dull 0.47
## dwelt 0.47
## enim 0.47
## epist 0.47
## especi 0.47
## explan 0.47
## extent 0.47
## finger 0.47
## happen 0.47
## herein 0.47
## hierom 0.47
## hinder 0.47
## imbu 0.47
## intend 0.47
## investig 0.47
## ladi 0.47
## lament 0.47
## land 0.47
## mosaic 0.47
## need 0.47
## non 0.47
## overthrown 0.47
## paint 0.47
## partial 0.47
## perron 0.47
## prayers 0.47
## prayeth 0.47
## rare 0.47
## repair 0.47
## resolv 0.47
## resurrect 0.47
## serm 0.47
## shoulder 0.47
## six 0.47
## soever 0.47
## spoil 0.47
## stand 0.47
## stop 0.47
## stretch 0.47
## strict 0.47
## subsequ 0.47
## superstiti 0.47
## swallow 0.47
## tes 0.47
## transgress 0.47
## triumphant 0.47
## vii 0.47
## wanton 0.47
## without 0.47
## wonder 0.47
## absolut 0.46
## admir 0.46
## adopt 0.46
## altern 0.46
## apolog 0.46
## appropri 0.46
## attend 0.46
## avoid 0.46
## beauti 0.46
## besought 0.46
## bind 0.46
## bringeth 0.46
## cardin 0.46
## ceas 0.46
## complain 0.46
## confessor 0.46
## conjectur 0.46
## conscious 0.46
## contain 0.46
## custom 0.46
## dead 0.46
## discourag 0.46
## egypt 0.46
## exceed 0.46
## flesh 0.46
## gain 0.46
## grate 0.46
## grecian 0.46
## grievous 0.46
## hear 0.46
## heaven 0.46
## home 0.46
## idolat 0.46
## inclin 0.46
## ingenu 0.46
## know 0.46
## known 0.46
## leo 0.46
## likewis 0.46
## night 0.46
## note 0.46
## noth 0.46
## paradox 0.46
## pari 0.46
## quantiti 0.46
## reckon 0.46
## repeat 0.46
## reproach 0.46
## reprob 0.46
## rude 0.46
## scene 0.46
## second 0.46
## session 0.46
## sheep 0.46
## sign 0.46
## simplic 0.46
## sold 0.46
## surfac 0.46
## teeth 0.46
## therebi 0.46
## thousand 0.46
## torment 0.46
## trace 0.46
## ultim 0.46
## unprofit 0.46
## went 0.46
## wherev 0.46
## word 0.46
## worn 0.46
## worth 0.46
## xiv 0.46
## address 0.45
## admit 0.45
## agre 0.45
## answer 0.45
## anticip 0.45
## assembl 0.45
## assent 0.45
## away 0.45
## believ 0.45
## book 0.45
## canon 0.45
## conceiv 0.45
## deal 0.45
## deck 0.45
## deep 0.45
## deeper 0.45
## distinct 0.45
## endeavour 0.45
## err 0.45
## esteem 0.45
## eternal 0.45
## express 0.45
## field 0.45
## fit 0.45
## forerunn 0.45
## freeli 0.45
## get 0.45
## good 0.45
## honour 0.45
## hymn 0.45
## idolatri 0.45
## indefinit 0.45
## intim 0.45
## iron 0.45
## lack 0.45
## littl 0.45
## live 0.45
## lord 0.45
## make 0.45
## notwithstand 0.45
## opinion 0.45
## physician 0.45
## practis 0.45
## realiti 0.45
## reap 0.45
## request 0.45
## revers 0.45
## round 0.45
## royal 0.45
## seen 0.45
## signif 0.45
## sinc 0.45
## spurious 0.45
## standeth 0.45
## sum 0.45
## tempt 0.45
## theolog 0.45
## though 0.45
## travel 0.45
## urgent 0.45
## verbal 0.45
## virtuous 0.45
## wax 0.45
## were 0.45
## whenc 0.45
## 109 0.44
## 117 0.44
## 118 0.44
## 128 0.44
## 160 0.44
## 165 0.44
## 183 0.44
## 197 0.44
## 204 0.44
## 210 0.44
## 211 0.44
## 227 0.44
## 417 0.44
## 700 0.44
## abbey 0.44
## accustom 0.44
## acknowledgeth 0.44
## advoc 0.44
## afraid 0.44
## alcuinus 0.44
## anew 0.44
## appli 0.44
## aquina 0.44
## arch 0.44
## behaviour 0.44
## bias 0.44
## bondag 0.44
## bright 0.44
## brought 0.44
## cain 0.44
## cheap 0.44
## circ 0.44
## conceit 0.44
## conflagr 0.44
## congratul 0.44
## contrariwis 0.44
## corn 0.44
## coron 0.44
## daili 0.44
## deceas 0.44
## decret 0.44
## defeat 0.44
## descend 0.44
## dial 0.44
## discern 0.44
## disquiet 0.44
## due 0.44
## dure 0.44
## entir 0.44
## ethiopian 0.44
## explain 0.44
## extirp 0.44
## fairer 0.44
## favour 0.44
## fluctuat 0.44
## forehead 0.44
## gotten 0.44
## great 0.44
## grudg 0.44
## handwrit 0.44
## high 0.44
## howsoev 0.44
## hypothesi 0.44
## illa 0.44
## imperfect 0.44
## indissolubl 0.44
## inform 0.44
## insignific 0.44
## inter 0.44
## isai 0.44
## justif 0.44
## justin 0.44
## knowest 0.44
## liberti 0.44
## link 0.44
## loaf 0.44
## main 0.44
## maintaineth 0.44
## mari 0.44
## melodi 0.44
## mountain 0.44
## name 0.44
## nameth 0.44
## nichol 0.44
## objector 0.44
## oeconomi 0.44
## our 0.44
## overthrew 0.44
## pollux 0.44
## prayer 0.44
## predic 0.44
## prize 0.44
## provok 0.44
## refer 0.44
## refug 0.44
## regard 0.44
## res 0.44
## rever 0.44
## root 0.44
## search 0.44
## sed 0.44
## see 0.44
## shameless 0.44
## silli 0.44
## snare 0.44
## string 0.44
## subdeacon 0.44
## swell 0.44
## take 0.44
## these 0.44
## treatment 0.44
## tribun 0.44
## true 0.44
## tunc 0.44
## twofold 0.44
## understood 0.44
## unutter 0.44
## unwarrant 0.44
## usual 0.44
## ventur 0.44
## videtur 0.44
## vis 0.44
## vol 0.44
## wellinform 0.44
## west 0.44
## wheresoev 0.44
## win 0.44
## agent 0.43
## ascertain 0.43
## assum 0.43
## augment 0.43
## benefactor 0.43
## bliss 0.43
## bone 0.43
## celibaci 0.43
## chalic 0.43
## collect 0.43
## confirm 0.43
## congruiti 0.43
## consid 0.43
## counsel 0.43
## declar 0.43
## defac 0.43
## disparag 0.43
## durandus 0.43
## earnest 0.43
## encourag 0.43
## enunci 0.43
## evangel 0.43
## fact 0.43
## faint 0.43
## famous 0.43
## farther 0.43
## fled 0.43
## footstep 0.43
## fourth 0.43
## given 0.43
## gratian 0.43
## greatest 0.43
## harsh 0.43
## heard 0.43
## hereaft 0.43
## hope 0.43
## horrid 0.43
## husband 0.43
## instruct 0.43
## invoc 0.43
## joy 0.43
## kneel 0.43
## laid 0.43
## lofti 0.43
## man 0.43
## meaneth 0.43
## mutual 0.43
## natur 0.43
## never 0.43
## obedienc 0.43
## outset 0.43
## petit 0.43
## poor 0.43
## preserv 0.43
## pro 0.43
## reflect 0.43
## separ 0.43
## seri 0.43
## set 0.43
## side 0.43
## sweet 0.43
## tail 0.43
## task 0.43
## testifi 0.43
## they 0.43
## togeth 0.43
## told 0.43
## translat 0.43
## truth 0.43
## util 0.43
## wrote 0.43
## year 0.43
## ador 0.42
## advantag 0.42
## anim 0.42
## applic 0.42
## better 0.42
## beyond 0.42
## c3i 0.42
## certainti 0.42
## choic 0.42
## chosen 0.42
## contrari 0.42
## controvert 0.42
## convey 0.42
## customari 0.42
## damn 0.42
## degre 0.42
## denial 0.42
## departur 0.42
## differ 0.42
## divin 0.42
## done 0.42
## dwell 0.42
## ear 0.42
## earliest 0.42
## eighteenth 0.42
## entreat 0.42
## epistl 0.42
## except 0.42
## extend 0.42
## fewer 0.42
## fisher 0.42
## flight 0.42
## funer 0.42
## gate 0.42
## give 0.42
## height 0.42
## hic 0.42
## improb 0.42
## incred 0.42
## infanc 0.42
## innumer 0.42
## jeremi 0.42
## jordan 0.42
## knoweth 0.42
## learn 0.42
## long 0.42
## lustr 0.42
## made 0.42
## martin 0.42
## nearer 0.42
## neglig 0.42
## new 0.42
## notic 0.42
## notori 0.42
## observ 0.42
## oil 0.42
## pardon 0.42
## peopl 0.42
## predecessor 0.42
## prevent 0.42
## prove 0.42
## puriti 0.42
## reader 0.42
## readi 0.42
## readili 0.42
## real 0.42
## recit 0.42
## recollect 0.42
## relax 0.42
## relic 0.42
## reprov 0.42
## retain 0.42
## return 0.42
## rise 0.42
## salut 0.42
## secondari 0.42
## sensual 0.42
## shade 0.42
## short 0.42
## sophist 0.42
## sport 0.42
## stone 0.42
## strike 0.42
## suffici 0.42
## tabernacl 0.42
## tenor 0.42
## this 0.42
## thoma 0.42
## whoever 0.42
## will 0.42
## 101 0.41
## 112 0.41
## 150 0.41
## 155 0.41
## 1551 0.41
## 156 0.41
## 172 0.41
## 177 0.41
## 180 0.41
## 185 0.41
## 193 0.41
## 216 0.41
## 217 0.41
## 235 0.41
## 249 0.41
## 259 0.41
## 276 0.41
## 303 0.41
## 305 0.41
## 316 0.41
## 31st 0.41
## 365 0.41
## 402 0.41
## 453 0.41
## 470 0.41
## 482 0.41
## 5356 0.41
## 689 0.41
## 810 0.41
## accuraci 0.41
## addit 0.41
## affair 0.41
## age 0.41
## ail 0.41
## alpha 0.41
## amalarius 0.41
## amorit 0.41
## ans 0.41
## apollo 0.41
## archetyp 0.41
## ascetic 0.41
## ascrib 0.41
## augusta 0.41
## benign 0.41
## biblic 0.41
## blade 0.41
## blaze 0.41
## bosom 0.41
## boyl 0.41
## brass 0.41
## brief 0.41
## build 0.41
## came 0.41
## can 0.41
## cat 0.41
## ceaseth 0.41
## centuri 0.41
## chartr 0.41
## circumst 0.41
## clap 0.41
## collier 0.41
## colossian 0.41
## commit 0.41
## condens 0.41
## conjoin 0.41
## corpori 0.41
## crept 0.41
## culpabl 0.41
## cursori 0.41
## dalli 0.41
## daylight 0.41
## dazzl 0.41
## decreas 0.41
## deliveri 0.41
## dialect 0.41
## dig 0.41
## doctrina 0.41
## dom 0.41
## dominicam 0.41
## durant 0.41
## echo 0.41
## eclect 0.41
## eclips 0.41
## ejusdem 0.41
## emblemat 0.41
## endur 0.41
## enjoineth 0.41
## entertain 0.41
## estim 0.41
## exact 0.41
## expenc 0.41
## explor 0.41
## feedest 0.41
## felix 0.41
## filthi 0.41
## floor 0.41
## forasmuch 0.41
## foresaw 0.41
## forfeitur 0.41
## four 0.41
## freest 0.41
## fuel 0.41
## galatian 0.41
## generi 0.41
## george 0.41
## gibbon 0.41
## glare 0.41
## grace 0.41
## gregorian 0.41
## gregorius 0.41
## grove 0.41
## habakkuk 0.41
## hairi 0.41
## hatch 0.41
## hesit 0.41
## holili 0.41
## hugh 0.41
## illustrat 0.41
## imageworship 0.41
## immut 0.41
## imperson 0.41
## inaugur 0.41
## incauti 0.41
## incompet 0.41
## incontin 0.41
## informeth 0.41
## ingraft 0.41
## interspers 0.41
## intoler 0.41
## intuit 0.41
## josiah 0.41
## killeth 0.41
## law 0.41
## layeth 0.41
## lend 0.41
## limin 0.41
## lit 0.41
## locum 0.41
## longer 0.41
## lucr 0.41
## manifold 0.41
## meant 0.41
## medicin 0.41
## metaphor 0.41
## mightili 0.41
## mil 0.41
## money 0.41
## moralist 0.41
## morn 0.41
## mule 0.41
## mysterium 0.41
## necessari 0.41
## newborn 0.41
## nobler 0.41
## none 0.41
## noonday 0.41
## nor 0.41
## obdur 0.41
## observeth 0.41
## obtrus 0.41
## omega 0.41
## omnia 0.41
## optatus 0.41
## order 0.41
## overthroweth 0.41
## overween 0.41
## pani 0.41
## penni 0.41
## pertaineth 0.41
## pervers 0.41
## plainest 0.41
## plea 0.41
## polem 0.41
## porch 0.41
## precipic 0.41
## prelud 0.41
## proce 0.41
## profess 0.41
## profici 0.41
## public 0.41
## publick 0.41
## pure2 0.41
## pursuanc 0.41
## quomodo 0.41
## rabanus 0.41
## radianc 0.41
## receiv 0.41
## reduc 0.41
## reporteth 0.41
## responsori 0.41
## sacramentorum 0.41
## safe 0.41
## safeguard 0.41
## sagac 0.41
## sandal 0.41
## savourest 0.41
## sceneri 0.41
## scorch 0.41
## selfcomplac 0.41
## semeca 0.41
## sepulchr 0.41
## serv 0.41
## shall 0.41
## simul 0.41
## singuli 0.41
## sky 0.41
## somewhat 0.41
## song 0.41
## spiritth 0.41
## stagger 0.41
## steal 0.41
## suam 0.41
## substanc 0.41
## supercili 0.41
## superemin 0.41
## superinduc 0.41
## surmis 0.41
## sweeten 0.41
## sympath 0.41
## tenur 0.41
## therein 0.41
## thereon 0.41
## thingsthat 0.41
## thrill 0.41
## totidem 0.41
## town 0.41
## traceabl 0.41
## unaccount 0.41
## uncompromis 0.41
## undefin 0.41
## unfeign 0.41
## unfriend 0.41
## unperceiv 0.41
## untaught 0.41
## unthink 0.41
## unto 0.41
## unwilling 0.41
## uplift 0.41
## utmost 0.41
## verbi 0.41
## verborum 0.41
## veritati 0.41
## vestur 0.41
## viii 0.41
## was 0.41
## watcher 0.41
## wellground 0.41
## whirlwind 0.41
## white 0.41
## winepress 0.41
## with 0.41
## woollen 0.41
## writeth 0.41
## 100000000 0.40
## 10marriag 0.40
## 1170 0.40
## 11the 0.40
## 12the 0.40
## 1529 0.40
## 1559 0.40
## 1639walton 0.40
## 1675 0.40
## 1683 0.40
## 1685 0.40
## 1686 0.40
## 1690 0.40
## 1705 0.40
## 1751 0.40
## 1794 0.40
## 1841 0.40
## 193197 0.40
## 1holi 0.40
## 23ta 0.40
## 242244 0.40
## 25th 0.40
## 272277 0.40
## 281 0.40
## 282 0.40
## 283 0.40
## 293 0.40
## 294 0.40
## 296 0.40
## 297 0.40
## 298300 0.40
## 29th 0.40
## 2be 0.40
## 2da 0.40
## 2do 0.40
## 2id 0.40
## 2justif 0.40
## 302 0.40
## 313 0.40
## 34th 0.40
## 362 0.40
## 364 0.40
## 3740 0.40
## 378 0.40
## 384 0.40
## 3work 0.40
## 416 0.40
## 42nd 0.40
## 440 0.40
## 452 0.40
## 460 0.40
## 468 0.40
## 48th 0.40
## 4the 0.40
## 5762 0.40
## 599 0.40
## 5gener 0.40
## 6204 0.40
## 649 0.40
## 6purgatori 0.40
## 730 0.40
## 750 0.40
## 798 0.40
## 7the 0.40
## 807 0.40
## 8transubstanti 0.40
## 9mass 0.40
## abbess 0.40
## abbo 0.40
## absqu 0.40
## abus 0.40
## accip 0.40
## acquir 0.40
## acti 0.40
## actum 0.40
## adject 0.40
## adorandus 0.40
## adorato 0.40
## advertisement 0.40
## advice 0.40
## aerian 0.40
## aerius 0.40
## aeriuss 0.40
## afflictedibid 0.40
## afterreckon 0.40
## against 0.40
## agath 0.40
## agatha 0.40
## agen 0.40
## ager 0.40
## agnus 0.40
## agreeingibid 0.40
## agri 0.40
## agu 0.40
## aitia 0.40
## alanus 0.40
## aldermanburi 0.40
## allsoul 0.40
## almsdeal 0.40
## almsdeed 0.40
## almsgiving2 0.40
## alphonso 0.40
## alvarus 0.40
## alwai 0.40
## amplius 0.40
## anamarteton 0.40
## anastasius 0.40
## anathemasess 0.40
## anchoret 0.40
## anchorit 0.40
## andrewss 0.40
## anglocathol 0.40
## anno 0.40
## anotherand 0.40
## apertissim 0.40
## apocal 0.40
## apocalypsehav 0.40
## apollin 0.40
## aponemousin 0.40
## apostless 0.40
## appendag 0.40
## aptet 0.40
## archdeaconri 0.40
## archiep 0.40
## arnulphus 0.40
## arsenius 0.40
## ascendero 0.40
## asserius 0.40
## assert 0.40
## assoil 0.40
## assyria 0.40
## astaroth 0.40
## ather 0.40
## attendancebp 0.40
## attrit 0.40
## aubertus 0.40
## audit 0.40
## aufer 0.40
## augsburgh 0.40
## aurelian 0.40
## authoritieson 0.40
## authorityibid 0.40
## authorityj 0.40
## aviour 0.40
## avoc 0.40
## azorius 0.40
## baal 0.40
## baalpeor 0.40
## babi 0.40
## backdoor 0.40
## bail 0.40
## bargain 0.40
## basilica 0.40
## basilicc3s 0.40
## basium 0.40
## bathildi 0.40
## beadsbid 0.40
## befalleth 0.40
## beginsadvic 0.40
## behindhand 0.40
## belabour 0.40
## belik 0.40
## bemir 0.40
## ben 0.40
## benedicit 0.40
## bernardus 0.40
## berwickupontwe 0.40
## bestoweth 0.40
## bestthe 0.40
## bethlehem 0.40
## betwixt 0.40
## beveridgedaili 0.40
## bibliotheca 0.40
## binsfeldius 0.40
## biss 0.40
## bisse 0.40
## blameless 0.40
## bloodperil 0.40
## bodyd 0.40
## boil 0.40
## bomoutwic 0.40
## bonifacius 0.40
## bostock 0.40
## brainless 0.40
## brazen 0.40
## breathless 0.40
## brecknock 0.40
## breviarybishop 0.40
## bruse 0.40
## bullwhen 0.40
## burden 0.40
## burghr 0.40
## burnetthough 0.40
## burthensom 0.40
## businessivth 0.40
## butlerthat 0.40
## c3sgritudini 0.40
## c3y5 0.40
## cabasila 0.40
## caclum 0.40
## caermarthen 0.40
## caius 0.40
## camelscav 0.40
## campana 0.40
## candlereligion 0.40
## cantum 0.40
## canut 0.40
## canutus 0.40
## capitol 0.40
## cappenberg 0.40
## capua 0.40
## carceri 0.40
## carnalibid 0.40
## carnotensi 0.40
## carpent 0.40
## casarea 0.40
## casaubon 0.40
## casteth 0.40
## castor 0.40
## cauldron 0.40
## cauldronspurgatori 0.40
## caution 0.40
## cavethe 0.40
## cbishop 0.40
## ccccxi 0.40
## cconfer 0.40
## cde 0.40
## cdr 0.40
## ceaseadvic 0.40
## cens 0.40
## cerameus 0.40
## ceremoniesc 0.40
## certc3 0.40
## cfrom 0.40
## chamo 0.40
## changer 0.40
## chaninah 0.40
## chantri 0.40
## chappel 0.40
## cheek 0.40
## choiribid 0.40
## chop 0.40
## christiansansw 0.40
## christoph 0.40
## chronicl 0.40
## chronon 0.40
## chrysostom1 0.40
## church2 0.40
## churchdr 0.40
## churchesibid 0.40
## churchesthat 0.40
## churchexcerptio 0.40
## churchhomili 0.40
## churchibid 0.40
## churchtheir 0.40
## circumgestari 0.40
## civitati 0.40
## claudius 0.40
## climacus 0.40
## cluni 0.40
## cluniacensi 0.40
## cluster 0.40
## coelum 0.40
## coetus 0.40
## colendc3s 0.40
## coler 0.40
## colet 0.40
## collections 0.40
## com 0.40
## comberwe 0.40
## comforteth 0.40
## comforthomili 0.40
## comma 0.40
## commeatibus 0.40
## commentiti 0.40
## committ 0.40
## communionem 0.40
## compasseth 0.40
## competentibus 0.40
## complaineth 0.40
## concludeth 0.40
## condition 0.40
## conferat 0.40
## confirmeth 0.40
## confract 0.40
## congruo 0.40
## connor 0.40
## consecrationem 0.40
## conservatori 0.40
## consisten 0.40
## conspectui 0.40
## constantius 0.40
## constiterit 0.40
## contradicit 0.40
## contrectari 0.40
## controv 0.40
## controversywheth 0.40
## conven 0.40
## conventu 0.40
## convoy 0.40
## cornelio 0.40
## corneliuss 0.40
## coronet 0.40
## corpusculi 0.40
## correct 0.40
## correptionibus 0.40
## cosinseveri 0.40
## cosma 0.40
## cotidiani 0.40
## counselleth 0.40
## coventri 0.40
## cowl 0.40
## cprefac 0.40
## cram 0.40
## crass 0.40
## crear 0.40
## creedst 0.40
## creedwhen 0.40
## creedwork 0.40
## cremona 0.40
## crew 0.40
## crimina 0.40
## crippl 0.40
## crotchet 0.40
## crutch 0.40
## cspeln 0.40
## cupid 0.40
## cure 0.40
## curer 0.40
## cuthbert 0.40
## cye 0.40
## cyril 0.40
## cyrillus 0.40
## dailymorn 0.40
## damnatorum 0.40
## dankish 0.40
## dastard 0.40
## dat 0.40
## dato 0.40
## daw 0.40
## daysprayerbook 0.40
## daytim 0.40
## dea 0.40
## deathh 0.40
## deathisaac 0.40
## decern 0.40
## deest 0.40
## defenc 0.40
## definitionsin 0.40
## defuerit 0.40
## defuiss 0.40
## defunctorum 0.40
## delighteth 0.40
## demonstr 0.40
## dentibus 0.40
## dentius 0.40
## departed 0.40
## depravedit 0.40
## desin 0.40
## determin 0.40
## deumday 0.40
## devilish 0.40
## devotionsse 0.40
## dianc3s 0.40
## dicen 0.40
## dicendum 0.40
## dicent 0.40
## diebus 0.40
## diei 0.40
## difer 0.40
## differentia 0.40
## difficulty1 0.40
## dignatus 0.40
## dignentur 0.40
## diodorus 0.40
## dionysi 0.40
## directbishop 0.40
## dirg 0.40
## dis 0.40
## discerneth 0.40
## diseaseibid 0.40
## dish 0.40
## dishearten 0.40
## dissemblest 0.40
## disservic 0.40
## distinctions1 0.40
## divertis 0.40
## divinam 0.40
## divinityon 0.40
## docemus 0.40
## doctoribid 0.40
## doctorsibid 0.40
## doctrinebp 0.40
## domin 0.40
## dominationi 0.40
## doresai 0.40
## dormant 0.40
## dovesel 0.40
## draweth 0.40
## duabus 0.40
## duc 0.40
## ducaeus 0.40
## dulcitius 0.40
## dumb 0.40
## dungeon 0.40
## dunstan 0.40
## durand 0.40
## dutybishop 0.40
## dutyit 0.40
## earl 0.40
## earthbp 0.40
## ebor 0.40
## ecclesiam 0.40
## ecclesiarum 0.40
## ecclesiasticus 0.40
## ecstasi 0.40
## ecumenius 0.40
## edwin 0.40
## egberti 0.40
## eightandfifti 0.40
## eirenikon 0.40
## ekten 0.40
## eliberi 0.40
## elizabeths 0.40
## emissari 0.40
## empresss 0.40
## ench 0.40
## enhanc 0.40
## enjoy 0.40
## enjoyeth 0.40
## ennaten 0.40
## enomaus 0.40
## entertainmentfel 0.40
## ephesiorum 0.40
## epi 0.40
## epicur 0.40
## epidem 0.40
## equalvol 0.40
## erudi 0.40
## esaus 0.40
## esdras 0.40
## esto 0.40
## ethelr 0.40
## etherianus 0.40
## euchar 0.40
## eucharisterio 0.40
## euchol 0.40
## eucholog 0.40
## euchologu 0.40
## eugenicus 0.40
## evening 0.40
## eveningberacoth 0.40
## eveningthes 0.40
## everywher 0.40
## evilfavour 0.40
## excogit 0.40
## excommunicetur 0.40
## excusa 0.40
## excusation 0.40
## exegesi 0.40
## exitium 0.40
## exoner 0.40
## expati 0.40
## expiar 0.40
## explanat 0.40
## explanatori 0.40
## extraneus 0.40
## extreme 0.40
## exultatqu 0.40
## eyesight 0.40
## fabiola 0.40
## faciat 0.40
## facient 0.40
## faithdissuas 0.40
## faithfulbowden 0.40
## faithfulburnet 0.40
## falconilla 0.40
## fallingevil 0.40
## fansi 0.40
## farrer 0.40
## farrermr 0.40
## faster 0.40
## fasting2 0.40
## fastingibid 0.40
## faustinus 0.40
## favilla 0.40
## fearadv 0.40
## feat 0.40
## fellif 0.40
## fer 0.40
## fere 0.40
## feric3s 0.40
## fifthmonarchymen 0.40
## filthili 0.40
## firecibid 0.40
## fivehundr 0.40
## flebil 0.40
## flieth 0.40
## flit 0.40
## flock 0.40
## floriacensi 0.40
## flourishpart 0.40
## floweri 0.40
## flumina 0.40
## folio 0.40
## followsth 0.40
## forbiddeth 0.40
## forenam 0.40
## foresaid 0.40
## forsaketh 0.40
## fortitud 0.40
## fortyeighth 0.40
## fourandtwenti 0.40
## franci 0.40
## fratern 0.40
## freeschool 0.40
## frenchman 0.40
## frequentedfrom 0.40
## frequentlyinjunct 0.40
## fronto 0.40
## fuerit 0.40
## fuget 0.40
## fulsom 0.40
## fundatcanon 0.40
## futili 0.40
## gainsaid 0.40
## gallienus 0.40
## gay 0.40
## gehenna 0.40
## gemblac 0.40
## gemblacensi 0.40
## gentilesthi 0.40
## geologist 0.40
## gerberi 0.40
## gibsonas 0.40
## gild 0.40
## givendr 0.40
## glastonburi 0.40
## gloriam 0.40
## glorieth 0.40
## gnostiko 0.40
## gobarus 0.40
## godcave 0.40
## godfrey 0.40
## godhomili 0.40
## godibid 0.40
## godli 0.40
## godrational 0.40
## goest 0.40
## goldsmith 0.40
## gossip 0.40
## governeth 0.40
## goze 0.40
## grape 0.40
## grata 0.40
## gratiam 0.40
## greedili 0.40
## gretser 0.40
## grimoldus 0.40
## grimolduss 0.40
## grossest 0.40
## gubernet 0.40
## guilt 0.40
## gust 0.40
## habeatur 0.40
## habitacl 0.40
## halfpardon 0.40
## halfruin 0.40
## hammondin 0.40
## hangeth 0.40
## hare 0.40
## hc3sc 0.40
## headili 0.40
## healthful 0.40
## heartdr 0.40
## hegesippo 0.40
## helena 0.40
## hemon 0.40
## herberthis 0.40
## here 0.40
## hereaftera 0.40
## herethat 0.40
## heretic 0.40
## heretiqu 0.40
## hesodius 0.40
## hewetson 0.40
## hexham 0.40
## hierarchi 0.40
## hilda 0.40
## himibid 0.40
## himwher 0.40
## hindercrutwel 0.40
## hing 0.40
## hoeschelius 0.40
## holidayev 0.40
## holyholi 0.40
## homiliesa 0.40
## homilist 0.40
## homilysaith 0.40
## homilyto 0.40
## homo 0.40
## honourhomili 0.40
## horarium 0.40
## hori 0.40
## horisspelm 0.40
## horseleech 0.40
## hostem 0.40
## houseibid 0.40
## houshold 0.40
## howl 0.40
## hrist 0.40
## huge 0.40
## huic 0.40
## humor 0.40
## hurl 0.40
## hymni 0.40
## idolatress 0.40
## idolatryibid 0.40
## idolsibid 0.40
## ierourgounton 0.40
## ignibus 0.40
## iiithat 0.40
## illregul 0.40
## illus 0.40
## imaginem 0.40
## imbru 0.40
## imitation 0.40
## immemori 0.40
## immodest 0.40
## immortal 0.40
## imposturc3s 0.40
## inanit 0.40
## inc3squalit 0.40
## incent 0.40
## inculto 0.40
## indevot 0.40
## indevout 0.40
## indi 0.40
## indulgentii 0.40
## indult 0.40
## inert 0.40
## inexpi 0.40
## infer 0.40
## infern 0.40
## inferret 0.40
## ingross 0.40
## injunctions 0.40
## innocent 0.40
## inour 0.40
## insati 0.40
## instituer 0.40
## instructionthey 0.40
## intendeth 0.40
## intention 0.40
## interceder 0.40
## intercommunion 0.40
## intermit 0.40
## intitul 0.40
## intra 0.40
## intrigu 0.40
## introsuscept 0.40
## inv 0.40
## invenerit 0.40
## inventus 0.40
## invert 0.40
## invisiblyibid 0.40
## invocet 0.40
## ira 0.40
## itdiari 0.40
## itdr 0.40
## itibid 0.40
## itiner 0.40
## itthes 0.40
## itword 0.40
## ivibid 0.40
## ivo 0.40
## jacobus 0.40
## jail 0.40
## januarius 0.40
## jesuit 0.40
## jewswhen 0.40
## johann 0.40
## jose 0.40
## josua 0.40
## jovinian 0.40
## joyn 0.40
## jubile 0.40
## judass 0.40
## judicandus 0.40
## justificationsuch 0.40
## justificato 0.40
## justinus 0.40
## justl 0.40
## justlyibid 0.40
## juva 0.40
## karcharodont 0.40
## keepeth 0.40
## kenbut 0.40
## kirk 0.40
## knitteth 0.40
## knoll 0.40
## lacrymosa 0.40
## lambeth 0.40
## lamentest 0.40
## landson 0.40
## laquimur 0.40
## lascivi 0.40
## lasciviousnesssess 0.40
## last 0.40
## laurentius 0.40
## lausus 0.40
## laxa 0.40
## lazi 0.40
## leander 0.40
## leastwis 0.40
## left 0.40
## leg 0.40
## leisur 0.40
## leonard 0.40
## libr 0.40
## life2 0.40
## lightsom 0.40
## likeuis 0.40
## lil 0.40
## liquor 0.40
## litanyday 0.40
## litter 0.40
## llis 0.40
## locat 0.40
## loco 0.40
## locomot 0.40
## locus 0.40
## loipon 0.40
## looser 0.40
## loss 0.40
## love1 0.40
## loy 0.40
## lucern 0.40
## lxii 0.40
## lxxvii 0.40
## lystra 0.40
## maccab 0.40
## madnesshomili 0.40
## magdalen 0.40
## mainpris 0.40
## majestatem 0.40
## manducari 0.40
## maner 0.40
## manibid 0.40
## marcent 0.40
## marcus 0.40
## marg 0.40
## marrowbon 0.40
## masspray 0.40
## matutina 0.40
## matutini 0.40
## maud 0.40
## maximus 0.40
## medal 0.40
## medina 0.40
## melchom 0.40
## mendoza 0.40
## mendr 0.40
## menevensi 0.40
## menibid 0.40
## mensaint 0.40
## mentionedwork 0.40
## mercia 0.40
## mercian 0.40
## merentur 0.40
## merrili 0.40
## metaphrast 0.40
## meursius 0.40
## millenari 0.40
## minimc3 0.40
## minstrelsi 0.40
## minus 0.40
## mirc3sus 0.40
## misconstru 0.40
## mitibus 0.40
## modernioribus 0.40
## modest 0.40
## molanus 0.40
## moloch 0.40
## monachus 0.40
## monogamia 0.40
## monothelit 0.40
## montanus 0.40
## morning 0.40
## morningid 0.40
## mortmain 0.40
## mosand 0.40
## mosheim 0.40
## mosqu 0.40
## motherchurch 0.40
## mothercountri 0.40
## mountebank 0.40
## mumbl 0.40
## mummish 0.40
## muro 0.40
## mutat 0.40
## mutatio 0.40
## muzarab 0.40
## nail 0.40
## natuir 0.40
## nebuloni 0.40
## needeth 0.40
## nees 0.40
## negect 0.40
## neighbour 0.40
## nelsonq 0.40
## nepo 0.40
## neptun 0.40
## nereus 0.40
## newerect 0.40
## newsprung 0.40
## nicc3sa 0.40
## nicc3snus 0.40
## nicholls 0.40
## nicolas 0.40
## niec 0.40
## nimbl 0.40
## nocentibus 0.40
## nocti 0.40
## nonattend 0.40
## nonsens 0.40
## northumberland 0.40
## nostro 0.40
## noteth 0.40
## nothingon 0.40
## notwhat 0.40
## now 0.40
## obit 0.40
## objectsveri 0.40
## obliqu 0.40
## obtruder 0.40
## occam 0.40
## odilo 0.40
## odo 0.40
## of1 0.40
## offa 0.40
## offendeth 0.40
## offered 0.40
## officia 0.40
## ofttim 0.40
## olympius 0.40
## omni 0.40
## onesiphorus 0.40
## onlyhomili 0.40
## opem 0.40
## openlyarticl 0.40
## ora 0.40
## oran 0.40
## orando 0.40
## orationem 0.40
## ordinationprayerbook 0.40
## oret 0.40
## ori 0.40
## origin 0.40
## orison 0.40
## osbern 0.40
## oswald 0.40
## otio 0.40
## ourswhi 0.40
## outstrip 0.40
## over 0.40
## overallof 0.40
## overslip 0.40
## painter 0.40
## palladium 0.40
## palladiuss 0.40
## panto 0.40
## paramour 0.40
## paraph 0.40
## parc 0.40
## parousia 0.40
## parsonagehous 0.40
## passagetwo 0.40
## pastim 0.40
## pastur 0.40
## pavement 0.40
## pax 0.40
## peccati 0.40
## peccatori 0.40
## peccatoribus 0.40
## peltanus 0.40
## penshurst 0.40
## pension 0.40
## peopleibid 0.40
## perceiv 0.40
## perdat 0.40
## perduc 0.40
## peregrin 0.40
## perismon 0.40
## perniciosc3s 0.40
## persia 0.40
## personag 0.40
## perswad 0.40
## perus 0.40
## petrus 0.40
## phc3sdo 0.40
## philippicus 0.40
## phoenixa 0.40
## photiuss 0.40
## pilgrimagego 0.40
## pipe 0.40
## placebecaus 0.40
## plasmasti 0.40
## plaster 0.40
## playday 0.40
## playest 0.40
## plegilus 0.40
## poenarum 0.40
## poenc3s 0.40
## poenitentiali 0.40
## poictier 0.40
## pointshow 0.40
## pol 0.40
## pond 0.40
## pope 0.40
## populus 0.40
## porphyri 0.40
## porreta 0.40
## porretanian 0.40
## pot 0.40
## potest 0.40
## practiceword 0.40
## practisedon 0.40
## praesentem 0.40
## praisenelson 0.40
## prave2eurtm 0.40
## prayed 0.40
## prayerforasmuch 0.40
## prayeron 0.40
## prayersinjunct 0.40
## prayerthey 0.40
## prayest 0.40
## prc3sbuerat 0.40
## prc3sdestinatus 0.40
## prc3sf 0.40
## prc3sscito 0.40
## prebend 0.40
## prebendari 0.40
## presentmay 0.40
## priapus 0.40
## prick 0.40
## prier 0.40
## principalit 0.40
## privatus 0.40
## probabili 0.40
## probatori 0.40
## prod 0.40
## produceth 0.40
## proi 0.40
## promenad 0.40
## promtuari 0.40
## prope 0.40
## properaverit 0.40
## propitius 0.40
## prosopopoeia 0.40
## proviso 0.40
## prudentius 0.40
## psallat 0.40
## psalmist 0.40
## psalmista 0.40
## psalter 0.40
## puissant 0.40
## pulset 0.40
## puppet 0.40
## pureibid 0.40
## purely2 0.40
## purgatoric3s 0.40
## purposescharg 0.40
## pusillanim 0.40
## qualibet 0.40
## quarantin 0.40
## quarterpardon 0.40
## quelqu 0.40
## quem 0.40
## quencheth 0.40
## quest 0.40
## questionbut 0.40
## quir 0.40
## quoth 0.40
## quotidianc3s 0.40
## radbertus 0.40
## raphael 0.40
## ras 0.40
## rat 0.40
## rationem 0.40
## reasonep 0.40
## reatus 0.40
## receiversjohnson 0.40
## redeem 0.40
## refect 0.40
## reformationa 0.40
## refov 0.40
## rege 0.40
## regula 0.40
## rehearseth 0.40
## rejoiceth 0.40
## relateth 0.40
## religionconcern 0.40
## remarks 0.40
## remediless 0.40
## remuner 0.40
## renatus 0.40
## renunci 0.40
## repentanceth 0.40
## replieth 0.40
## reproborum 0.40
## republish 0.40
## reput 0.40
## requesteth 0.40
## requiem 0.40
## requireddr 0.40
## requit 0.40
## rer 0.40
## resolution 0.40
## resolveth 0.40
## resound 0.40
## resp 0.40
## restingplac 0.40
## resurget 0.40
## resurrectioncav 0.40
## retribut 0.40
## returneth 0.40
## reus 0.40
## revelri 0.40
## revok 0.40
## richest 0.40
## righteousness2 0.40
## rins 0.40
## rogamus 0.40
## romanensium 0.40
## romish 0.40
## rotten 0.40
## rubricthe 0.40
## ruder 0.40
## rufinus 0.40
## runneth 0.40
## ruse 0.40
## sacramentarii 0.40
## sacramentsibid 0.40
## sacrificari 0.40
## saddl 0.40
## saintsbel 0.40
## salamin 0.40
## salari 0.40
## sale 0.40
## salom 0.40
## salten 0.40
## saluteth 0.40
## salvat 0.40
## salvationth 0.40
## sana 0.40
## sanct 0.40
## sanctiti 0.40
## sancto 0.40
## sanctorum 0.40
## sanit 0.40
## sathan 0.40
## satiat 0.40
## satisfactionhomili 0.40
## satyrus 0.40
## sauc 0.40
## savedibid 0.40
## saveth 0.40
## saxia 0.40
## sc3sepe 0.40
## scabbard 0.40
## scale 0.40
## scape 0.40
## schismatiqu 0.40
## scholi 0.40
## schoolboy 0.40
## scien 0.40
## scilicet 0.40
## scour 0.40
## sculptur 0.40
## seckerbut 0.40
## seclum 0.40
## secundari 0.40
## segregar 0.40
## seleucia 0.40
## selfevid 0.40
## senat 0.40
## senseburnet 0.40
## sensegood 0.40
## sensibilt 0.40
## sensö 0.40
## septem 0.40
## sequenc 0.40
## sequuntur 0.40
## serenus 0.40
## serpentact 0.40
## serva 0.40
## serviceded 0.40
## serviceprefac 0.40
## servicesl 0.40
## serviceword 0.40
## servitor 0.40
## setter 0.40
## seventynin 0.40
## shent 0.40
## shi 0.40
## shill 0.40
## shipmen 0.40
## shipwreck 0.40
## shouldst 0.40
## sibylla 0.40
## sicili 0.40
## sicilia 0.40
## sigebert 0.40
## sigebertus 0.40
## signa 0.40
## simoniac 0.40
## sinaita 0.40
## sinecur 0.40
## sinibid 0.40
## sinsibid 0.40
## slack 0.40
## slip 0.40
## smart 0.40
## smell 0.40
## soibid 0.40
## solito 0.40
## solo 0.40
## solvat 0.40
## solvet 0.40
## sonent 0.40
## souls 0.40
## soulsibid 0.40
## soundeth 0.40
## sparrowwhatsoev 0.40
## speciosa 0.40
## spelm 0.40
## spelman 0.40
## spendeth 0.40
## spice 0.40
## spike 0.40
## spiritibus 0.40
## statementto 0.40
## stateson 0.40
## stati 0.40
## statim 0.40
## stationi 0.40
## statuari 0.40
## statuendi 0.40
## stay 0.40
## stella 0.40
## sticketh 0.40
## stillingfleeti 0.40
## stipendio 0.40
## stoni 0.40
## stoppag 0.40
## strangl 0.40
## streamsheal 0.40
## stuff 0.40
## styge 0.40
## styleth 0.40
## suarez 0.40
## suarum 0.40
## subaltern 0.40
## subjacebitspelman 0.40
## subsist 0.40
## suc3s 0.40
## succur 0.40
## suchmay 0.40
## suffrag 0.40
## suiteth 0.40
## suo 0.40
## superloc 0.40
## supern 0.40
## supernumerari 0.40
## supperthi 0.40
## suppli 0.40
## supplicii 0.40
## sureon 0.40
## suscept 0.40
## swineherd 0.40
## syllog 0.40
## sylvi 0.40
## symbolum 0.40
## takta 0.40
## talm 0.40
## talmud 0.40
## tarsensi 0.40
## tartara 0.40
## tauromeniun 0.40
## taylorbetween 0.40
## tayloreveri 0.40
## teethbp 0.40
## tell 0.40
## tem 0.40
## temporibus 0.40
## tendeth 0.40
## tenison 0.40
## terentius 0.40
## tergat 0.40
## teri 0.40
## tert 0.40
## testifieth 0.40
## that 0.40
## thecla 0.40
## thembp 0.40
## themburnet 0.40
## themcav 0.40
## themibid 0.40
## then 0.40
## thenceforward 0.40
## theol 0.40
## theophylactus 0.40
## thereadvic 0.40
## therefroif 0.40
## think 0.40
## thinkest 0.40
## thirtythre 0.40
## thisadvic 0.40
## thistak 0.40
## threeandthirti 0.40
## thriceord 0.40
## thusamong 0.40
## thuscus 0.40
## ticket 0.40
## timefirst 0.40
## timehomili 0.40
## timemus 0.40
## timor 0.40
## title 0.40
## tobia 0.40
## tobiasibid 0.40
## tobitibid 0.40
## togetherorat 0.40
## tomorrowdr 0.40
## toothach 0.40
## touching 0.40
## townhal 0.40
## toy 0.40
## treasureibid 0.40
## trental 0.40
## tripartit 0.40
## triten 0.40
## triton 0.40
## tropic 0.40
## troubel 0.40
## troublesom 0.40
## truthunless 0.40
## tryphc3sna 0.40
## twang 0.40
## twentyf 0.40
## twothird 0.40
## ubicunqu 0.40
## udalric 0.40
## ultimat 0.40
## umbrarum 0.40
## unallow 0.40
## unambigu 0.40
## unbiass 0.40
## uncloth 0.40
## uncondemn 0.40
## uncongeni 0.40
## undeni 0.40
## unemploy 0.40
## unharm 0.40
## unhesit 0.40
## unhonour 0.40
## uniformiti 0.40
## unlearnedhomili 0.40
## unmanur 0.40
## unti 0.40
## untim 0.40
## upon2bvii2 0.40
## us2 0.40
## useddr 0.40
## usibid 0.40
## utopian 0.40
## valentinian 0.40
## valerian 0.40
## valour 0.40
## varro 0.40
## vend 0.40
## veneration 0.40
## venus 0.40
## verbo 0.40
## vere 0.40
## vero 0.40
## vespertina 0.40
## vesta 0.40
## vicarag 0.40
## vicibus 0.40
## victorinus 0.40
## view 0.40
## vigilii 0.40
## viiand 0.40
## vini 0.40
## virg 0.40
## viri 0.40
## vitam 0.40
## vitc3s 0.40
## voluntari 0.40
## voragin 0.40
## vulgat 0.40
## wallow 0.40
## watchbel 0.40
## wavedther 0.40
## wayprob 0.40
## waysadvic 0.40
## weeksa 0.40
## weigheth 0.40
## welltrim 0.40
## wheatlypeopl 0.40
## whereof 0.40
## whet 0.40
## whip 0.40
## widest 0.40
## wihch 0.40
## willb 0.40
## wilsonfrom 0.40
## winenot 0.40
## wisheth 0.40
## wisht 0.40
## withal 0.40
## wittekundus 0.40
## womensaint 0.40
## wonderful 0.40
## worcest 0.40
## wordibid 0.40
## workmanship 0.40
## worldburnet 0.40
## xiiiwork 0.40
## xithat 0.40
## xivibid 0.40
## xixand 0.40
## xixth 0.40
## xvthe 0.40
## xxholi 0.40
## xxigener 0.40
## xxiith 0.40
## xxviiagain 0.40
## xxviiitransubstanti 0.40
## xxviiiwho 0.40
## xxvthose 0.40
## xxxagain 0.40
## xxxiibishop 0.40
## xxxiiin 0.40
## xxxist 0.40
## xxxith 0.40
## xxxviiith 0.40
## xxxvthe 0.40
## yearcharg 0.40
## yearjer 0.40
## yearson 0.40
## yieldeth 0.40
## yorkshir 0.40
## you2d 0.40
## zephyrinus 0.40
## zoe 0.40
## 102 0.39
## 146 0.39
## 164 0.39
## adversari 0.39
## aim 0.39
## although 0.39
## append 0.39
## appetit 0.39
## bare 0.39
## bear 0.39
## betak 0.39
## bidden 0.39
## call 0.39
## candl 0.39
## card 0.39
## carthag 0.39
## chanc 0.39
## comp 0.39
## compos 0.39
## contriv 0.39
## convers 0.39
## crave 0.39
## cyprian 0.39
## dawn 0.39
## decre 0.39
## defici 0.39
## deliver 0.39
## depress 0.39
## depth 0.39
## detest 0.39
## devil 0.39
## disrespect 0.39
## dread 0.39
## eager 0.39
## eas 0.39
## eleg 0.39
## emissenus 0.39
## enact 0.39
## enter 0.39
## eve 0.39
## excel 0.39
## faci 0.39
## foretold 0.39
## frail 0.39
## god 0.39
## hast 0.39
## health 0.39
## implic 0.39
## inde 0.39
## inexpress 0.39
## instrument 0.39
## invalid 0.39
## lame 0.39
## meat 0.39
## met 0.39
## mild 0.39
## mix 0.39
## mouth 0.39
## must 0.39
## nation 0.39
## nobi 0.39
## oblig 0.39
## occas 0.39
## opportun 0.39
## otherwis 0.39
## peac 0.39
## permit 0.39
## person 0.39
## plainer 0.39
## presenc 0.39
## present 0.39
## proof 0.39
## prosper 0.39
## quod 0.39
## rang 0.39
## repress 0.39
## sacramentari 0.39
## said 0.39
## saith 0.39
## sancta 0.39
## satisfi 0.39
## scrupl 0.39
## skull 0.39
## slaveri 0.39
## slow 0.39
## sole 0.39
## stephanus 0.39
## strang 0.39
## suggest 0.39
## sweep 0.39
## therewith 0.39
## thin 0.39
## transcrib 0.39
## unblam 0.39
## vow 0.39
## wherefor 0.39
## withdraw 0.39
## worship 0.39
## wouldst 0.39
## adjust 0.38
## along 0.38
## amongst 0.38
## appreci 0.38
## archbishop 0.38
## athanasius 0.38
## attent 0.38
## attribut 0.38
## avail 0.38
## banish 0.38
## blameabl 0.38
## bounti 0.38
## bucer 0.38
## capiendo 0.38
## casual 0.38
## ceremoni 0.38
## chast 0.38
## church 0.38
## cibid 0.38
## cite 0.38
## close 0.38
## cloud 0.38
## command 0.38
## conduct 0.38
## containeth 0.38
## corpus 0.38
## danger 0.38
## design 0.38
## deviat 0.38
## discret 0.38
## est 0.38
## ever 0.38
## exempt 0.38
## exercis 0.38
## flourish 0.38
## hath 0.38
## henceforth 0.38
## hereof 0.38
## iniqu 0.38
## irrever 0.38
## larger 0.38
## master 0.38
## nichola 0.38
## nobodi 0.38
## pain 0.38
## pater 0.38
## peril 0.38
## persuas 0.38
## plain 0.38
## pour 0.38
## prejudic 0.38
## remov 0.38
## roast 0.38
## safer 0.38
## shock 0.38
## speak 0.38
## subject 0.38
## subjoin 0.38
## therefor 0.38
## through 0.38
## tide 0.38
## tongu 0.38
## trent 0.38
## unhealthi 0.38
## unreason 0.38
## virgil 0.38
## water 0.38
## widow 0.38
## worthili 0.38
## zeal 0.38
## 122 0.37
## 123 0.37
## 124 0.37
## 147 0.37
## 179 0.37
## accepta 0.37
## addeth 0.37
## admonish 0.37
## almighti 0.37
## ancestor 0.37
## and 0.37
## ani 0.37
## approv 0.37
## attract 0.37
## bold 0.37
## bride 0.37
## burst 0.37
## celsus 0.37
## chain 0.37
## chew 0.37
## claim 0.37
## clergi 0.37
## constitut 0.37
## continu 0.37
## definit 0.37
## desir 0.37
## direct 0.37
## drop 0.37
## durham 0.37
## edifi 0.37
## empti 0.37
## everlast 0.37
## exception 0.37
## exodus 0.37
## extinguish 0.37
## fed 0.37
## flood 0.37
## food 0.37
## fool 0.37
## foolish 0.37
## foundat 0.37
## freed 0.37
## frequent 0.37
## gregori 0.37
## had 0.37
## happi 0.37
## harmon 0.37
## hungri 0.37
## hurri 0.37
## impostur 0.37
## inferior 0.37
## intern 0.37
## invit 0.37
## involv 0.37
## irresist 0.37
## italian 0.37
## lodg 0.37
## moreov 0.37
## mother 0.37
## multipl 0.37
## murder 0.37
## narrowli 0.37
## nave 0.37
## neverfail 0.37
## oath 0.37
## omit 0.37
## oppress 0.37
## oratori 0.37
## papaci 0.37
## parabl 0.37
## pervert 0.37
## pillar 0.37
## plenti 0.37
## propound 0.37
## pull 0.37
## rank 0.37
## recompens 0.37
## releas 0.37
## repugn 0.37
## rightmind 0.37
## sacrilegi 0.37
## seal 0.37
## sex 0.37
## singular 0.37
## sourc 0.37
## sup 0.37
## today 0.37
## top 0.37
## trajan 0.37
## transpos 0.37
## unsound 0.37
## verb 0.37
## vile 0.37
## want 0.37
## wouldest 0.37
## act 0.36
## alien 0.36
## arrang 0.36
## breadth 0.36
## brethren 0.36
## choos 0.36
## complaint 0.36
## conflict 0.36
## convoc 0.36
## countri 0.36
## cours 0.36
## curat 0.36
## debat 0.36
## denomin 0.36
## devic 0.36
## dialogu 0.36
## digest 0.36
## earli 0.36
## els 0.36
## enlighten 0.36
## etern 0.36
## evid 0.36
## evinc 0.36
## experienc 0.36
## fashion 0.36
## feed 0.36
## felt 0.36
## forbid 0.36
## forget 0.36
## fresh 0.36
## gave 0.36
## genuin 0.36
## giveth 0.36
## grew 0.36
## hail 0.36
## handl 0.36
## heartili 0.36
## held 0.36
## herbert 0.36
## hour 0.36
## insuffici 0.36
## marriag 0.36
## movement 0.36
## newli 0.36
## nigh 0.36
## obtain 0.36
## penanc 0.36
## perfect 0.36
## pleas 0.36
## pledg 0.36
## prefac 0.36
## proport 0.36
## propos 0.36
## proprieti 0.36
## put 0.36
## rock 0.36
## samaritan 0.36
## settl 0.36
## sion 0.36
## slave 0.36
## sleep 0.36
## son 0.36
## step 0.36
## there 0.36
## thereto 0.36
## throne 0.36
## took 0.36
## tradit 0.36
## unworthi 0.36
## upward 0.36
## visit 0.36
## weep 0.36
## wont 0.36
## world 0.36
## 174 0.35
## action 0.35
## affect 0.35
## alon 0.35
## analys 0.35
## ancient 0.35
## annihil 0.35
## arisen 0.35
## aros 0.35
## articl 0.35
## avaric 0.35
## bring 0.35
## circumstanc 0.35
## clerk 0.35
## condescens 0.35
## copi 0.35
## copious 0.35
## destitut 0.35
## disapprov 0.35
## divis 0.35
## easili 0.35
## enorm 0.35
## etiam 0.35
## exhibit 0.35
## float 0.35
## forth 0.35
## furnitur 0.35
## gaze 0.35
## glow 0.35
## groundless 0.35
## hammond 0.35
## hindranc 0.35
## human 0.35
## immens 0.35
## incongru 0.35
## job 0.35
## john 0.35
## keep 0.35
## kill 0.35
## later 0.35
## limb 0.35
## linen 0.35
## look 0.35
## maketh 0.35
## manner 0.35
## mental 0.35
## monstrous 0.35
## ninth 0.35
## notion 0.35
## objection 0.35
## omnibus 0.35
## parochi 0.35
## perform 0.35
## pestil 0.35
## pick 0.35
## possessor 0.35
## pure 0.35
## purg 0.35
## rationalist 0.35
## refus 0.35
## reign 0.35
## religion 0.35
## result 0.35
## right 0.35
## sake 0.35
## select 0.35
## shift 0.35
## sitteth 0.35
## sloth 0.35
## someth 0.35
## state 0.35
## still 0.35
## thereof 0.35
## thirti 0.35
## throw 0.35
## trembl 0.35
## weighti 0.35
## wiser 0.35
## wish 0.35
## worst 0.35
## xxi 0.35
## 262 0.34
## 377 0.34
## abat 0.34
## abel 0.34
## alphonsus 0.34
## andrew 0.34
## anteced 0.34
## appoint 0.34
## approach 0.34
## archdeacon 0.34
## areopagit 0.34
## asham 0.34
## astronom 0.34
## attack 0.34
## aut 0.34
## belov 0.34
## bodi 0.34
## bonifac 0.34
## cassand 0.34
## cleans 0.34
## clemenc 0.34
## commodi 0.34
## compat 0.34
## confus 0.34
## contract 0.34
## contrast 0.34
## corner 0.34
## corpor 0.34
## creatur 0.34
## damianus 0.34
## debt 0.34
## defend 0.34
## digniti 0.34
## disobedi 0.34
## dispos 0.34
## disput 0.34
## dissolut 0.34
## ecumen 0.34
## edict 0.34
## edit 0.34
## eight 0.34
## eighteen 0.34
## end 0.34
## essay 0.34
## evermor 0.34
## expung 0.34
## eye 0.34
## fulgentius 0.34
## glorif 0.34
## hell 0.34
## hemera 0.34
## herb 0.34
## holpen 0.34
## image 0.34
## imit 0.34
## inconsider 0.34
## indig 0.34
## infal 0.34
## influenc 0.34
## ita 0.34
## jew 0.34
## judith 0.34
## latter 0.34
## macarius 0.34
## major 0.34
## mark 0.34
## matrimoni 0.34
## maxim 0.34
## mei 0.34
## middl 0.34
## mighti 0.34
## million 0.34
## miracul 0.34
## mysteri 0.34
## noster 0.34
## offens 0.34
## opposit 0.34
## oxen 0.34
## palac 0.34
## partook 0.34
## paul 0.34
## persons 0.34
## plantat 0.34
## practic 0.34
## presenteth 0.34
## purer 0.34
## purgatorian 0.34
## quibus 0.34
## rainbow 0.34
## rational 0.34
## rebellion 0.34
## recreat 0.34
## regular 0.34
## rosari 0.34
## sacrificia 0.34
## safest 0.34
## seduc 0.34
## signifi 0.34
## sinai 0.34
## sixth 0.34
## smith 0.34
## sober 0.34
## soi 0.34
## sore 0.34
## sought 0.34
## spite 0.34
## studi 0.34
## swerv 0.34
## taught 0.34
## templ 0.34
## therefrom 0.34
## thirtyfifth 0.34
## tri 0.34
## trial 0.34
## tribe 0.34
## uncorrupt 0.34
## unfit 0.34
## unless 0.34
## vari 0.34
## vel 0.34
## voluptu 0.34
## warm 0.34
## wast 0.34
## wind 0.34
## accomplish 0.33
## adduc 0.33
## adjoin 0.33
## black 0.33
## bond 0.33
## calam 0.33
## cathol 0.33
## chapel 0.33
## chastis 0.33
## compil 0.33
## concept 0.33
## confess 0.33
## convinc 0.33
## criticis 0.33
## cruel 0.33
## cruelti 0.33
## deceiv 0.33
## diminut 0.33
## dionysius 0.33
## disclosur 0.33
## divers 0.33
## engag 0.33
## ere 0.33
## fear 0.33
## fraud 0.33
## frequenc 0.33
## garment 0.33
## genius 0.33
## have 0.33
## holi 0.33
## horribl 0.33
## indiffer 0.33
## journey 0.33
## king 0.33
## legend 0.33
## nativ 0.33
## often 0.33
## oftentim 0.33
## past 0.33
## peculiar 0.33
## peradventur 0.33
## percept 0.33
## prefigur 0.33
## princip 0.33
## proposit 0.33
## provis 0.33
## reconcil 0.33
## refut 0.33
## remaineth 0.33
## respect 0.33
## satisfact 0.33
## show 0.33
## spread 0.33
## spring 0.33
## stephen 0.33
## stronger 0.33
## suprem 0.33
## taylor 0.33
## tender 0.33
## text 0.33
## thee 0.33
## theori 0.33
## thine 0.33
## thither 0.33
## vineyard 0.33
## weari 0.33
## xxiii 0.33
## 100 0.32
## 120 0.32
## 1552 0.32
## 186 0.32
## 200 0.32
## 266 0.32
## 310 0.32
## abolish 0.32
## abound 0.32
## absent 0.32
## accompani 0.32
## accredit 0.32
## advanc 0.32
## advert 0.32
## after 0.32
## alexandria 0.32
## ambiti 0.32
## anabaptist 0.32
## anxieti 0.32
## anyth 0.32
## arianism 0.32
## aspers 0.32
## authent 0.32
## beginn 0.32
## bewar 0.32
## blemish 0.32
## both 0.32
## brain 0.32
## breviti 0.32
## bud 0.32
## bulwark 0.32
## burneth 0.32
## caesarius 0.32
## cap 0.32
## capac 0.32
## changeth 0.32
## chiefest 0.32
## christi 0.32
## cloth 0.32
## cloudi 0.32
## coast 0.32
## colleg 0.32
## comeli 0.32
## cometh 0.32
## consequ 0.32
## convict 0.32
## cordial 0.32
## corrupt 0.32
## damag 0.32
## decor 0.32
## defens 0.32
## deiti 0.32
## delinqu 0.32
## did 0.32
## die 0.32
## digress 0.32
## doctrin 0.32
## dragon 0.32
## draught 0.32
## earn 0.32
## edg 0.32
## eighti 0.32
## elev 0.32
## elucid 0.32
## emin 0.32
## enmiti 0.32
## exclaim 0.32
## exod 0.32
## expositor 0.32
## extant 0.32
## extern 0.32
## facto 0.32
## farthest 0.32
## feel 0.32
## fervour 0.32
## filth 0.32
## followeth 0.32
## font 0.32
## forethought 0.32
## frailti 0.32
## friend 0.32
## garb 0.32
## gilbert 0.32
## gleam 0.32
## graver 0.32
## hapli 0.32
## heat 0.32
## hidden 0.32
## him 0.32
## hole 0.32
## holiday 0.32
## illi 0.32
## imbib 0.32
## immacul 0.32
## impedi 0.32
## impostor 0.32
## impur 0.32
## inadmiss 0.32
## inasmuch 0.32
## indian 0.32
## inequ 0.32
## ingredi 0.32
## injustic 0.32
## inscrib 0.32
## insincer 0.32
## jer 0.32
## jurisdict 0.32
## kai 0.32
## kept 0.32
## late 0.32
## laurenc 0.32
## learner 0.32
## likelihood 0.32
## mater 0.32
## merci 0.32
## mislead 0.32
## mockeri 0.32
## mutil 0.32
## nobleman 0.32
## nugatori 0.32
## obnoxi 0.32
## oclock 0.32
## omnipres 0.32
## once 0.32
## ought 0.32
## pamphlet 0.32
## pattern 0.32
## peremptorili 0.32
## perpetr 0.32
## phantast 0.32
## plot 0.32
## plung 0.32
## prece 0.32
## predestin 0.32
## presuppos 0.32
## prey 0.32
## primit 0.32
## profan 0.32
## propheci 0.32
## puf 0.32
## recov 0.32
## recruit 0.32
## regist 0.32
## rehears 0.32
## reprint 0.32
## rescu 0.32
## resid 0.32
## retrac 0.32
## sanctuari 0.32
## satisfactori 0.32
## season 0.32
## senseless 0.32
## seventeenth 0.32
## shrunk 0.32
## shudder 0.32
## sift 0.32
## similar 0.32
## smooth 0.32
## sour 0.32
## start 0.32
## strait 0.32
## strip 0.32
## substanti 0.32
## suffereth 0.32
## superstructur 0.32
## suspens 0.32
## taint 0.32
## tear 0.32
## tenet 0.32
## tertullian 0.32
## thc 0.32
## thirsti 0.32
## toucheth 0.32
## transient 0.32
## tribut 0.32
## triumph 0.32
## trust 0.32
## turbul 0.32
## typifi 0.32
## undivid 0.32
## unscrupul 0.32
## utilitarian 0.32
## vivid 0.32
## wane 0.32
## watchword 0.32
## wipe 0.32
## xxxiv 0.32
## zuinglius 0.32
## aaron 0.31
## acknowledg 0.31
## afford 0.31
## alik 0.31
## apart 0.31
## avow 0.31
## begun 0.31
## challeng 0.31
## compet 0.31
## conc 0.31
## deepli 0.31
## didst 0.31
## distant 0.31
## establish 0.31
## fals 0.31
## framer 0.31
## further 0.31
## gentl 0.31
## gospel 0.31
## grow 0.31
## heathen 0.31
## his 0.31
## impress 0.31
## intellectu 0.31
## intent 0.31
## invok 0.31
## israel 0.31
## its 0.31
## latin 0.31
## led 0.31
## mass 0.31
## melanchthon 0.31
## patr 0.31
## pertain 0.31
## promulg 0.31
## purif 0.31
## rash 0.31
## rememb 0.31
## requir 0.31
## restrain 0.31
## rom 0.31
## samuel 0.31
## seeth 0.31
## sin 0.31
## speci 0.31
## specul 0.31
## tou 0.31
## uncertain 0.31
## unconsci 0.31
## where 0.31
## wilt 0.31
## yield 0.31
## 107 0.30
## 119 0.30
## 1548 0.30
## 1637 0.30
## 20th 0.30
## acced 0.30
## aliv 0.30
## alreadi 0.30
## ambigu 0.30
## asketh 0.30
## betray 0.30
## bitter 0.30
## branch 0.30
## bull 0.30
## capabl 0.30
## cathedr 0.30
## cave 0.30
## christian 0.30
## collegi 0.30
## comprehens 0.30
## constrain 0.30
## consumm 0.30
## damascen 0.30
## dim 0.30
## discipl 0.30
## discuss 0.30
## displeas 0.30
## dominion 0.30
## drew 0.30
## drinketh 0.30
## durst 0.30
## ejus 0.30
## enlarg 0.30
## evang 0.30
## falleth 0.30
## firstfruit 0.30
## forefath 0.30
## game 0.30
## glorious 0.30
## goeth 0.30
## got 0.30
## grabe 0.30
## hellenist 0.30
## highest 0.30
## himself 0.30
## hoc 0.30
## homili 0.30
## identifi 0.30
## impetr 0.30
## impli 0.30
## infinit 0.30
## instead 0.30
## irreligi 0.30
## item 0.30
## jewish 0.30
## lamb 0.30
## latitud 0.30
## list 0.30
## loos 0.30
## lordship 0.30
## loyalti 0.30
## manag 0.30
## matth 0.30
## miss 0.30
## moral 0.30
## music 0.30
## obscur 0.30
## pentecost 0.30
## persever 0.30
## phenomena 0.30
## popular 0.30
## precaut 0.30
## presbyt 0.30
## pretend 0.30
## profound 0.30
## pronounc 0.30
## recent 0.30
## redound 0.30
## remedi 0.30
## render 0.30
## rust 0.30
## sacerdo 0.30
## sacr 0.30
## sacra 0.30
## sacred 0.30
## sancti 0.30
## sayest 0.30
## send 0.30
## signal 0.30
## spot 0.30
## steadi 0.30
## stick 0.30
## strengthen 0.30
## strictest 0.30
## subscrib 0.30
## sundri 0.30
## temporari 0.30
## thi 0.30
## uncathol 0.30
## watch 0.30
## whensoev 0.30
## whosoev 0.30
## wrest 0.30
## xxix 0.30
## all 0.29
## anniversari 0.29
## appeal 0.29
## archangel 0.29
## astray 0.29
## behalf 0.29
## behav 0.29
## beseech 0.29
## blasphemi 0.29
## burnet 0.29
## calcul 0.29
## calleth 0.29
## coincid 0.29
## confid 0.29
## conform 0.29
## confut 0.29
## constantinopl 0.29
## cum 0.29
## damnat 0.29
## despair 0.29
## despis 0.29
## develop 0.29
## disus 0.29
## doeth 0.29
## drunken 0.29
## duti 0.29
## estat 0.29
## evene 0.29
## event 0.29
## exhort 0.29
## expel 0.29
## explic 0.29
## failur 0.29
## fault 0.29
## fellow 0.29
## forgiv 0.29
## fought 0.29
## friday 0.29
## gradual 0.29
## greek 0.29
## hastili 0.29
## how 0.29
## ill 0.29
## incident 0.29
## inconceiv 0.29
## increas 0.29
## insist 0.29
## jesus 0.29
## join 0.29
## leav 0.29
## lowli 0.29
## mainten 0.29
## majesti 0.29
## matur 0.29
## mayb 0.29
## missal 0.29
## model 0.29
## modo 0.29
## offend 0.29
## omiss 0.29
## open 0.29
## oper 0.29
## payment 0.29
## pollut 0.29
## precious 0.29
## premis 0.29
## prescript 0.29
## rend 0.29
## sacerdot 0.29
## sacrament 0.29
## seest 0.29
## servic 0.29
## shown 0.29
## sigh 0.29
## sinner 0.29
## sit 0.29
## speed 0.29
## sprung 0.29
## stranger 0.29
## struck 0.29
## suffer 0.29
## suffic 0.29
## sword 0.29
## taketh 0.29
## tenth 0.29
## thenc 0.29
## till 0.29
## transitori 0.29
## undertak 0.29
## unworthili 0.29
## upon 0.29
## vehement 0.29
## vex 0.29
## wors 0.29
## worthi 0.29
## wrath 0.29
## abstract 0.28
## accept 0.28
## advis 0.28
## agreeabl 0.28
## alm 0.28
## appeas 0.28
## august 0.28
## authorit 0.28
## back 0.28
## bishop 0.28
## blasphem 0.28
## bramhal 0.28
## chapter 0.28
## childhood 0.28
## christ 0.28
## count 0.28
## counterfeit 0.28
## cross 0.28
## decis 0.28
## descript 0.28
## dogmat 0.28
## eateth 0.28
## ecclesia 0.28
## elizabeth 0.28
## epithet 0.28
## exist 0.28
## ezek 0.28
## formid 0.28
## from 0.28
## galile 0.28
## guard 0.28
## heap 0.28
## immedi 0.28
## import 0.28
## incens 0.28
## indic 0.28
## israelit 0.28
## knee 0.28
## lead 0.28
## liber 0.28
## liquid 0.28
## lose 0.28
## mankind 0.28
## meantim 0.28
## midst 0.28
## modif 0.28
## momentari 0.28
## necessarili 0.28
## neverceas 0.28
## novelti 0.28
## offic 0.28
## owner 0.28
## power 0.28
## procur 0.28
## punctual 0.28
## queen 0.28
## research 0.28
## rigor 0.28
## saviour 0.28
## serious 0.28
## sess 0.28
## solemn 0.28
## soon 0.28
## speedi 0.28
## stood 0.28
## succour 0.28
## terror 0.28
## testimoni 0.28
## threefold 0.28
## thrown 0.28
## unseason 0.28
## wear 0.28
## western 0.28
## whom 0.28
## window 0.28
## abandon 0.27
## afternoon 0.27
## alter 0.27
## angri 0.27
## annot 0.27
## antiqu 0.27
## ask 0.27
## austin 0.27
## begotten 0.27
## benedictin 0.27
## bottom 0.27
## catech 0.27
## comber 0.27
## decent 0.27
## deduc 0.27
## defianc 0.27
## destruct 0.27
## disown 0.27
## dispers 0.27
## effect 0.27
## endu 0.27
## energi 0.27
## english 0.27
## entranc 0.27
## ergo 0.27
## extort 0.27
## feebl 0.27
## fervent 0.27
## festiv 0.27
## fetch 0.27
## fill 0.27
## finish 0.27
## foreshow 0.27
## glorifi 0.27
## grave 0.27
## heart 0.27
## hooker 0.27
## hora 0.27
## hypocrit 0.27
## intercess 0.27
## intercours 0.27
## manduc 0.27
## mildert 0.27
## minist 0.27
## monument 0.27
## notabl 0.27
## ordain 0.27
## own 0.27
## parallel 0.27
## passion 0.27
## prais 0.27
## preemin 0.27
## prevail 0.27
## price 0.27
## reli 0.27
## relief 0.27
## repetit 0.27
## repres 0.27
## restless 0.27
## rome 0.27
## rubrick 0.27
## sabbathday 0.27
## seq 0.27
## slay 0.27
## snatch 0.27
## soldier 0.27
## sorrow 0.27
## sovereign 0.27
## tenour 0.27
## titl 0.27
## toler 0.27
## transubstanti 0.27
## tread 0.27
## troubl 0.27
## truer 0.27
## truli 0.27
## unabl 0.27
## unbeliev 0.27
## unit 0.27
## unquench 0.27
## ussher 0.27
## van 0.27
## vicar 0.27
## weigh 0.27
## woman 0.27
## wretch 0.27
## xii 0.27
## 192 0.26
## 252 0.26
## 263 0.26
## 304 0.26
## 36th 0.26
## 44th 0.26
## abbot 0.26
## absorb 0.26
## abstain 0.26
## access 0.26
## adjudg 0.26
## admonisheth 0.26
## agit 0.26
## alcuin 0.26
## almsde 0.26
## almsgiv 0.26
## amidst 0.26
## announc 0.26
## anthoni 0.26
## antiprotest 0.26
## apac 0.26
## apocalyps 0.26
## appertaineth 0.26
## arma 0.26
## armenian 0.26
## ashwednesday 0.26
## avenu 0.26
## awhil 0.26
## aye 0.26
## bast 0.26
## beareth 0.26
## bedtim 0.26
## befit 0.26
## bel 0.26
## besprinkl 0.26
## bewild 0.26
## bite 0.26
## bleed 0.26
## bona 0.26
## border 0.26
## bore 0.26
## break 0.26
## bridg 0.26
## brighten 0.26
## buri 0.26
## bustl 0.26
## capit 0.26
## cappadocia 0.26
## castro 0.26
## celesti 0.26
## centri 0.26
## chargeabl 0.26
## churchin 0.26
## cicero 0.26
## clemen 0.26
## climb 0.26
## coal 0.26
## coll 0.26
## confederaci 0.26
## conrad 0.26
## constantin 0.26
## corps 0.26
## countrymen 0.26
## covet 0.26
## crumb 0.26
## dainti 0.26
## dame 0.26
## deaf 0.26
## dear 0.26
## death 0.26
## deposit 0.26
## desireth 0.26
## destroy 0.26
## diaconus 0.26
## dilat 0.26
## dip 0.26
## disclaim 0.26
## discontinu 0.26
## dole 0.26
## dominican 0.26
## domino 0.26
## dotag 0.26
## down 0.26
## eandem 0.26
## eav 0.26
## endow 0.26
## ephraim 0.26
## escap 0.26
## evagrius 0.26
## exemplorum 0.26
## extric 0.26
## faithless 0.26
## fantasi 0.26
## farewel 0.26
## featur 0.26
## fervenc 0.26
## fetter 0.26
## fiction 0.26
## fin 0.26
## findeth 0.26
## firstborn 0.26
## fisheri 0.26
## flee 0.26
## forebod 0.26
## format 0.26
## forsak 0.26
## fortieth 0.26
## frost 0.26
## furthest 0.26
## garner 0.26
## gener 0.26
## glosser 0.26
## goat 0.26
## goddess 0.26
## gothic 0.26
## gracious 0.26
## guil 0.26
## hallelujah 0.26
## harmless 0.26
## healthi 0.26
## henri 0.26
## heretofor 0.26
## highway 0.26
## hist 0.26
## ibi 0.26
## ice 0.26
## ignatius 0.26
## imaginari 0.26
## immoder 0.26
## immun 0.26
## importun 0.26
## improp 0.26
## inabl 0.26
## incap 0.26
## incess 0.26
## inquisit 0.26
## instant 0.26
## interchang 0.26
## interject 0.26
## ipso 0.26
## joh 0.26
## keeper 0.26
## knife 0.26
## laboureth 0.26
## lad 0.26
## lard 0.26
## lent 0.26
## leviticus 0.26
## liabl 0.26
## lightfoot 0.26
## lili 0.26
## liver 0.26
## luke 0.26
## lump 0.26
## lxxxiv 0.26
## lyon 0.26
## magus 0.26
## mammon 0.26
## mandat 0.26
## marbl 0.26
## margin 0.26
## maria 0.26
## mart 0.26
## matron 0.26
## mattin 0.26
## media 0.26
## mihi 0.26
## ministr 0.26
## mischiev 0.26
## misconstruct 0.26
## miserer 0.26
## monast 0.26
## montanist 0.26
## morsel 0.26
## myriad 0.26
## nake 0.26
## naught 0.26
## nauseous 0.26
## nearest 0.26
## news 0.26
## nice 0.26
## nicen 0.26
## nyssen 0.26
## octavo 0.26
## odilio 0.26
## offerimus 0.26
## officii 0.26
## oppon 0.26
## oratio 0.26
## orphan 0.26
## out 0.26
## overmuch 0.26
## overst 0.26
## paid 0.26
## paramount 0.26
## parish 0.26
## parson 0.26
## peace 0.26
## pelagius 0.26
## pen 0.26
## penalti 0.26
## perish 0.26
## photius 0.26
## piper 0.26
## plead 0.26
## pleaseth 0.26
## plini 0.26
## pool 0.26
## postur 0.26
## presseth 0.26
## primaci 0.26
## privi 0.26
## proclaim 0.26
## proper 0.26
## quaker 0.26
## raiment 0.26
## ratif 0.26
## recommend 0.26
## redempt 0.26
## refermatt 0.26
## reform 0.26
## relaps 0.26
## remiss 0.26
## renati 0.26
## renew 0.26
## repos 0.26
## republ 0.26
## restitut 0.26
## ringlead 0.26
## ruin 0.26
## rustic 0.26
## sanctifi 0.26
## scald 0.26
## scandal 0.26
## scapulari 0.26
## scipio 0.26
## scrutini 0.26
## selfsuffici 0.26
## seller 0.26
## sharpli 0.26
## slept 0.26
## slower 0.26
## speculum 0.26
## spirit 0.26
## spit 0.26
## spoken 0.26
## spous 0.26
## sprinkl 0.26
## stapl 0.26
## stink 0.26
## stipend 0.26
## straightforward 0.26
## surfeit 0.26
## sustain 0.26
## suum 0.26
## symb 0.26
## syrian 0.26
## takest 0.26
## talli 0.26
## teach 0.26
## tedious 0.26
## tempest 0.26
## tendenc 0.26
## tent 0.26
## themand 0.26
## theobald 0.26
## theorist 0.26
## thinketh 0.26
## thirteen 0.26
## throughout 0.26
## toll 0.26
## tomb 0.26
## tragic 0.26
## translateth 0.26
## treasur 0.26
## tuo 0.26
## turritanus 0.26
## twentieth 0.26
## twentysix 0.26
## twould 0.26
## ubiqu 0.26
## uncontrol 0.26
## undeceiv 0.26
## undon 0.26
## unfound 0.26
## unhappi 0.26
## unheard 0.26
## unnatur 0.26
## unremit 0.26
## unright 0.26
## upshot 0.26
## vigour 0.26
## violenc 0.26
## virtu 0.26
## walton 0.26
## warranti 0.26
## wednesday 0.26
## weight 0.26
## whitsuntid 0.26
## wight 0.26
## wit 0.26
## wondrous 0.26
## accur 0.25
## acts 0.25
## adulter 0.25
## assur 0.25
## befal 0.25
## bless 0.25
## calvin 0.25
## chamber 0.25
## channel 0.25
## cheer 0.25
## children 0.25
## controversi 0.25
## cover 0.25
## date 0.25
## dictat 0.25
## displeasur 0.25
## elect 0.25
## emperor 0.25
## fidelium 0.25
## foot 0.25
## franc 0.25
## fuller 0.25
## half 0.25
## hold 0.25
## impos 0.25
## imprison 0.25
## inherit 0.25
## innov 0.25
## introduct 0.25
## martyrdom 0.25
## milit 0.25
## miracl 0.25
## offici 0.25
## paper 0.25
## parti 0.25
## preced 0.25
## pretens 0.25
## promis 0.25
## purifi 0.25
## pursuit 0.25
## quarrel 0.25
## quench 0.25
## recours 0.25
## seat 0.25
## solid 0.25
## stillingfleet 0.25
## stori 0.25
## strength 0.25
## symptom 0.25
## undervalu 0.25
## unhappili 0.25
## uniti 0.25
## worshipp 0.25
## 169 0.24
## abod 0.24
## antityp 0.24
## appel 0.24
## ascend 0.24
## ascens 0.24
## assist 0.24
## awak 0.24
## bar 0.24
## beneath 0.24
## bestow 0.24
## blush 0.24
## bread 0.24
## broken 0.24
## burial 0.24
## canticl 0.24
## celebr 0.24
## chariti 0.24
## chuse 0.24
## claus 0.24
## clericus 0.24
## cold 0.24
## communic 0.24
## connect 0.24
## controversialist 0.24
## cor 0.24
## cosin 0.24
## dark 0.24
## defin 0.24
## deriv 0.24
## difficult 0.24
## disdain 0.24
## drunk 0.24
## eterniti 0.24
## eusebius 0.24
## favor 0.24
## formulari 0.24
## french 0.24
## gift 0.24
## gratitud 0.24
## grosser 0.24
## handywork 0.24
## harbing 0.24
## henc 0.24
## hosanna 0.24
## imparti 0.24
## insight 0.24
## interced 0.24
## inur 0.24
## inviol 0.24
## laudi 0.24
## liturg 0.24
## lust 0.24
## mahomet 0.24
## martha 0.24
## matt 0.24
## mediat 0.24
## member 0.24
## merit 0.24
## messeng 0.24
## midnight 0.24
## mode 0.24
## nos 0.24
## numer 0.24
## occupi 0.24
## orient 0.24
## overal 0.24
## papist 0.24
## parent 0.24
## particip 0.24
## paschasius 0.24
## pay 0.24
## perpetu 0.24
## post 0.24
## prop 0.24
## quam 0.24
## quit 0.24
## ram 0.24
## recogn 0.24
## ridicul 0.24
## rite 0.24
## save 0.24
## scotland 0.24
## sect 0.24
## secur 0.24
## selfdeceit 0.24
## silenc 0.24
## sister 0.24
## thereunto 0.24
## thorndik 0.24
## undertook 0.24
## unwari 0.24
## usand 0.24
## vessel 0.24
## warfar 0.24
## weaker 0.24
## whereon 0.24
## whi 0.24
## wholli 0.24
## absenc 0.23
## accident 0.23
## anglican 0.23
## apostl 0.23
## aris 0.23
## asid 0.23
## beast 0.23
## benedict 0.23
## beveridg 0.23
## blood 0.23
## bloodi 0.23
## charl 0.23
## communion 0.23
## concomit 0.23
## consist 0.23
## consisteth 0.23
## cri 0.23
## decid 0.23
## deduct 0.23
## defect 0.23
## defil 0.23
## element 0.23
## equival 0.23
## evas 0.23
## exclud 0.23
## exclus 0.23
## ghost 0.23
## gods 0.23
## hadst 0.23
## hearti 0.23
## heylin 0.23
## impud 0.23
## insert 0.23
## lactantius 0.23
## laud 0.23
## mason 0.23
## medit 0.23
## patient 0.23
## polici 0.23
## possess 0.23
## poster 0.23
## princ 0.23
## principl 0.23
## proverb 0.23
## psal 0.23
## qualifi 0.23
## quick 0.23
## recant 0.23
## remaind 0.23
## rid 0.23
## ritualist 0.23
## roman 0.23
## rubric 0.23
## sacrileg 0.23
## seek 0.23
## ship 0.23
## speaketh 0.23
## strong 0.23
## summer 0.23
## supplic 0.23
## tempor 0.23
## thorough 0.23
## tridentin 0.23
## triniti 0.23
## turk 0.23
## uphold 0.23
## useless 0.23
## vulgar 0.23
## whenev 0.23
## 1688 0.22
## accurs 0.22
## actual 0.22
## adam 0.22
## administr 0.22
## advent 0.22
## amend 0.22
## amiss 0.22
## apocryph 0.22
## arbitrari 0.22
## awe 0.22
## belief 0.22
## benefit 0.22
## bruis 0.22
## calvinist 0.22
## canvass 0.22
## catena 0.22
## christs 0.22
## combat 0.22
## compact 0.22
## compli 0.22
## conspicu 0.22
## consum 0.22
## consumpt 0.22
## cooper 0.22
## curios 0.22
## deput 0.22
## dust 0.22
## eaten 0.22
## edward 0.22
## effectu 0.22
## efficaci 0.22
## else 0.22
## embodi 0.22
## enemi 0.22
## england 0.22
## ensu 0.22
## ensur 0.22
## entitl 0.22
## expans 0.22
## fare 0.22
## foreign 0.22
## freer 0.22
## fulfil 0.22
## fulli 0.22
## german 0.22
## glanc 0.22
## graviti 0.22
## humbl 0.22
## hurt 0.22
## incarnat 0.22
## independ 0.22
## jealousi 0.22
## length 0.22
## liveth 0.22
## luxuri 0.22
## malic 0.22
## manufactur 0.22
## memori 0.22
## michael 0.22
## motiv 0.22
## nine 0.22
## obedi 0.22
## organ 0.22
## overpow 0.22
## parliament 0.22
## persev 0.22
## prelat 0.22
## priest 0.22
## purchas 0.22
## purest 0.22
## ration 0.22
## relish 0.22
## representeth 0.22
## resign 0.22
## romanist 0.22
## samaria 0.22
## satisfactorili 0.22
## seiz 0.22
## selfsam 0.22
## sermon 0.22
## situat 0.22
## sooner 0.22
## station 0.22
## steadili 0.22
## supper 0.22
## supposeth 0.22
## suppress 0.22
## thank 0.22
## trespass 0.22
## unseen 0.22
## various 0.22
## wait 0.22
## wine 0.22
## worketh 0.22
## would 0.22
## yesterday 0.22
## 250 0.21
## abettor 0.21
## abroad 0.21
## accid 0.21
## allianc 0.21
## anathemat 0.21
## anxious 0.21
## approxim 0.21
## arrog 0.21
## await 0.21
## axiom 0.21
## bed 0.21
## bell 0.21
## berengarius 0.21
## bertram 0.21
## bethsaida 0.21
## board 0.21
## bought 0.21
## capernaum 0.21
## comforter 0.21
## commemor 0.21
## committe 0.21
## confin 0.21
## consecr 0.21
## constanc 0.21
## cool 0.21
## cranmer 0.21
## crieth 0.21
## crucifi 0.21
## curs 0.21
## deepest 0.21
## dignifi 0.21
## disbeliev 0.21
## discredit 0.21
## distribut 0.21
## divulg 0.21
## door 0.21
## execut 0.21
## fabric 0.21
## faculti 0.21
## forgotten 0.21
## function 0.21
## fundament 0.21
## guilti 0.21
## heber 0.21
## hezekiah 0.21
## husbandman 0.21
## impati 0.21
## induc 0.21
## interv 0.21
## into 0.21
## intrus 0.21
## invisibl 0.21
## isidor 0.21
## jamess 0.21
## jeroboam 0.21
## johnson 0.21
## jot 0.21
## latent 0.21
## leprosi 0.21
## lesson 0.21
## liturgi 0.21
## london 0.21
## luther 0.21
## melt 0.21
## meritori 0.21
## mincha 0.21
## nathan 0.21
## nec 0.21
## neglect 0.21
## not 0.21
## oblat 0.21
## offer 0.21
## pagan 0.21
## paschal 0.21
## passov 0.21
## persuad 0.21
## peter 0.21
## propag 0.21
## proud 0.21
## qualif 0.21
## quiet 0.21
## restor 0.21
## robert 0.21
## secular 0.21
## septuagint 0.21
## shame 0.21
## she 0.21
## shield 0.21
## sive 0.21
## soft 0.21
## spare 0.21
## stress 0.21
## tame 0.21
## terribl 0.21
## thanksgiv 0.21
## tis 0.21
## tittl 0.21
## transform 0.21
## twelfth 0.21
## unanim 0.21
## unbapt 0.21
## unction 0.21
## valid 0.21
## violent 0.21
## wash 0.21
## accus 0.20
## adher 0.20
## admonit 0.20
## attain 0.20
## burn 0.20
## burntoff 0.20
## comprehend 0.20
## cup 0.20
## depend 0.20
## dissolv 0.20
## expiat 0.20
## firm 0.20
## inhabit 0.20
## insomuch 0.20
## institut 0.20
## jewel 0.20
## levit 0.20
## patrick 0.20
## popish 0.20
## remembr 0.20
## renounc 0.20
## revolt 0.20
## sacrifici 0.20
## submit 0.20
## succeed 0.20
## sudden 0.20
## whilst 0.20
## withdrawn 0.20
## xiii 0.20
findAssocs(mytdm, 'violent', 0.20)
## violent
## consum 0.82
## prove 0.82
## debat 0.81
## suffer 0.81
## cite 0.80
## favour 0.80
## left 0.80
## notion 0.80
## renounc 0.80
## strict 0.80
## testimoni 0.80
## clear 0.79
## especi 0.79
## haec 0.79
## hanc 0.79
## promiscu 0.79
## proscrib 0.79
## quae 0.79
## thereon 0.79
## took 0.79
## understood 0.79
## vessel 0.79
## accord 0.78
## acknowledg 0.78
## applic 0.78
## betray 0.78
## etern 0.78
## father 0.78
## follow 0.78
## forth 0.78
## him 0.78
## instead 0.78
## israelit 0.78
## main 0.78
## malachi 0.78
## pretend 0.78
## quo 0.78
## show 0.78
## then 0.78
## accept 0.77
## act 0.77
## action 0.77
## agre 0.77
## avow 0.77
## defect 0.77
## dialogu 0.77
## done 0.77
## first 0.77
## give 0.77
## high 0.77
## his 0.77
## hut 0.77
## improp 0.77
## inde 0.77
## jesus 0.77
## lord 0.77
## made 0.77
## mediat 0.77
## modo 0.77
## now 0.77
## obscur 0.77
## parallel 0.77
## plead 0.77
## pure 0.77
## right 0.77
## sacrileg 0.77
## saviour 0.77
## side 0.77
## sinai 0.77
## son 0.77
## suprem 0.77
## take 0.77
## taught 0.77
## the 0.77
## this 0.77
## true 0.77
## vacil 0.77
## viz 0.77
## after 0.76
## ambigu 0.76
## ancient 0.76
## arch 0.76
## behind 0.76
## call 0.76
## camp 0.76
## christian 0.76
## conclud 0.76
## contend 0.76
## creatur 0.76
## cross 0.76
## crucifi 0.76
## cyprian 0.76
## dearest 0.76
## death 0.76
## eusebius 0.76
## god 0.76
## held 0.76
## make 0.76
## mention 0.76
## need 0.76
## place 0.76
## present 0.76
## princip 0.76
## profan 0.76
## real 0.76
## realli 0.76
## relief 0.76
## render 0.76
## repres 0.76
## rescu 0.76
## return 0.76
## satisfact 0.76
## sit 0.76
## slain 0.76
## still 0.76
## suffic 0.76
## suppli 0.76
## taken 0.76
## tender 0.76
## these 0.76
## two 0.76
## worth 0.76
## yield 0.76
## 107 0.75
## 250 0.75
## alm 0.75
## answer 0.75
## antiqu 0.75
## antityp 0.75
## appli 0.75
## austin 0.75
## avail 0.75
## benefit 0.75
## better 0.75
## bless 0.75
## broken 0.75
## christ 0.75
## chrysostom 0.75
## concern 0.75
## consequ 0.75
## cum 0.75
## deliver 0.75
## desir 0.75
## disput 0.75
## emin 0.75
## end 0.75
## evang 0.75
## evangel 0.75
## ever 0.75
## exod 0.75
## expiat 0.75
## finish 0.75
## fit 0.75
## grabe 0.75
## hearti 0.75
## hellenist 0.75
## jew 0.75
## justin 0.75
## learn 0.75
## legal 0.75
## list 0.75
## majesti 0.75
## must 0.75
## name 0.75
## nave 0.75
## neverfail 0.75
## passion 0.75
## poster 0.75
## prefigur 0.75
## quick 0.75
## ransom 0.75
## reason 0.75
## scotland 0.75
## scottish 0.75
## set 0.75
## shew 0.75
## signifi 0.75
## slay 0.75
## smell 0.75
## though 0.75
## transpos 0.75
## trembl 0.75
## verb 0.75
## virtu 0.75
## well 0.75
## whereon 0.75
## wit 0.75
## 109 0.74
## 117 0.74
## 128 0.74
## 183 0.74
## 1st 0.74
## 211 0.74
## 417 0.74
## 8th 0.74
## abel 0.74
## almighti 0.74
## also 0.74
## and 0.74
## appear 0.74
## assert 0.74
## ate 0.74
## aton 0.74
## away 0.74
## began 0.74
## behalf 0.74
## belov 0.74
## bounti 0.74
## brief 0.74
## brought 0.74
## burnt 0.74
## but 0.74
## cain 0.74
## cap 0.74
## dei 0.74
## denot 0.74
## deposit 0.74
## dominion 0.74
## dure 0.74
## els 0.74
## engag 0.74
## error 0.74
## evid 0.74
## feast 0.74
## fix 0.74
## furnitur 0.74
## gave 0.74
## given 0.74
## goat 0.74
## have 0.74
## herb 0.74
## himself 0.74
## holi 0.74
## imit 0.74
## intend 0.74
## inter 0.74
## interced 0.74
## israel 0.74
## lamb 0.74
## last 0.74
## law 0.74
## let 0.74
## liquid 0.74
## liturg 0.74
## manifold 0.74
## memori 0.74
## merci 0.74
## next 0.74
## oeconomi 0.74
## partak 0.74
## partook 0.74
## paschal 0.74
## passov 0.74
## patr 0.74
## plain 0.74
## prais 0.74
## predic 0.74
## prefac 0.74
## premis 0.74
## presbyt 0.74
## privata 0.74
## proper 0.74
## propos 0.74
## rainbow 0.74
## receiv 0.74
## reli 0.74
## represent 0.74
## restor 0.74
## said 0.74
## sess 0.74
## sinc 0.74
## smoke 0.74
## tabernacl 0.74
## typifi 0.74
## unwarrant 0.74
## upon 0.74
## videtur 0.74
## vis 0.74
## whenev 0.74
## while 0.74
## whole 0.74
## whosoev 0.74
## word 0.74
## xxiii 0.74
## yet 0.74
## 1015 0.73
## 1016 0.73
## 103109 0.73
## 1053 0.73
## 10after 0.73
## 111114 0.73
## 1113 0.73
## 113115 0.73
## 114110 0.73
## 116140 0.73
## 1213 0.73
## 121these 0.73
## 124130 0.73
## 126128 0.73
## 1317 0.73
## 1318 0.73
## 137139 0.73
## 13d 0.73
## 1419 0.73
## 14th 0.73
## 1554 0.73
## 1558 0.73
## 159164 0.73
## 1597 0.73
## 15th 0.73
## 1617 0.73
## 1619 0.73
## 1621 0.73
## 1641 0.73
## 1656 0.73
## 1661 0.73
## 167169 0.73
## 1682 0.73
## 16was 0.73
## 1706 0.73
## 1711 0.73
## 1781 0.73
## 17g 0.73
## 17i 0.73
## 1806 0.73
## 188190 0.73
## 190192 0.73
## 1923 0.73
## 198200 0.73
## 19the 0.73
## 19with 0.73
## 1work 0.73
## 201204 0.73
## 2022 0.73
## 203206 0.73
## 210221 0.73
## 2123 0.73
## 2124 0.73
## 212627 0.73
## 215218 0.73
## 224226 0.73
## 2279 0.73
## 23lib 0.73
## 2426 0.73
## 2428 0.73
## 24from 0.73
## 24p 0.73
## 250255 0.73
## 2528 0.73
## 2540 0.73
## 258260 0.73
## 261274 0.73
## 267 0.73
## 280 0.73
## 281283 0.73
## 2830 0.73
## 284205 0.73
## 285 0.73
## 287 0.73
## 288 0.73
## 289293 0.73
## 28i 0.73
## 291 0.73
## 292 0.73
## 296298 0.73
## 296299 0.73
## 296305 0.73
## 299 0.73
## 2dli 0.73
## 2tract 0.73
## 301 0.73
## 302304 0.73
## 303305 0.73
## 3035 0.73
## 307309 0.73
## 308 0.73
## 310312 0.73
## 311313 0.73
## 312 0.73
## 3135 0.73
## 316322 0.73
## 320356 0.73
## 322332 0.73
## 326 0.73
## 327329 0.73
## 328 0.73
## 328334 0.73
## 3335 0.73
## 337339 0.73
## 342 0.73
## 343 0.73
## 344 0.73
## 353363 0.73
## 355 0.73
## 356 0.73
## 357 0.73
## 360 0.73
## 361 0.73
## 363 0.73
## 3638 0.73
## 365368 0.73
## 369 0.73
## 372 0.73
## 374 0.73
## 375 0.73
## 376379 0.73
## 379382 0.73
## 383392 0.73
## 3844 0.73
## 386 0.73
## 3941 0.73
## 3dli 0.73
## 3this 0.73
## 408 0.73
## 414 0.73
## 4143 0.73
## 4145 0.73
## 4147 0.73
## 419 0.73
## 422 0.73
## 424 0.73
## 437440 0.73
## 447 0.73
## 451454 0.73
## 4548 0.73
## 4550 0.73
## 457 0.73
## 459 0.73
## 45pp 0.73
## 461 0.73
## 463 0.73
## 4652 0.73
## 469 0.73
## 473 0.73
## 4757 0.73
## 481 0.73
## 492 0.73
## 493 0.73
## 4951 0.73
## 497 0.73
## 4volii 0.73
## 5057 0.73
## 531 0.73
## 533 0.73
## 534 0.73
## 538 0.73
## 544 0.73
## 550554 0.73
## 560 0.73
## 5763 0.73
## 593 0.73
## 6164 0.73
## 617 0.73
## 6264 0.73
## 6265 0.73
## 63the 0.73
## 657 0.73
## 660 0.73
## 665 0.73
## 6771 0.73
## 686 0.73
## 6871 0.73
## 687691 0.73
## 688 0.73
## 692694 0.73
## 704 0.73
## 7075 0.73
## 7178 0.73
## 7476 0.73
## 7580 0.73
## 761 0.73
## 83rd 0.73
## 8486 0.73
## 8587 0.73
## 8590 0.73
## 8688 0.73
## 8991 0.73
## 8vo 0.73
## 9294 0.73
## 9297 0.73
## 9799 0.73
## 98100 0.73
## 98101 0.73
## 992 0.73
## 996 0.73
## a7a7 0.73
## abernethi 0.73
## abhorrest 0.73
## abhorwork 0.73
## abib 0.73
## ablepp 0.73
## aboutof 0.73
## abp 0.73
## accedati 0.73
## acceptablep 0.73
## accur 0.73
## achaia 0.73
## actionem 0.73
## actioni 0.73
## actionw 0.73
## admetus 0.73
## administeredto 0.73
## admodum 0.73
## admonitionlet 0.73
## adv 0.73
## advanceth 0.73
## adventiti 0.73
## adventum 0.73
## adversaria 0.73
## adversariespp 0.73
## advocat 0.73
## affairpp 0.73
## affianc 0.73
## afflictionsp 0.73
## afreshnor 0.73
## afterag 0.73
## afterthey 0.73
## againstpp 0.73
## agenda 0.73
## agespp 0.73
## agia 0.73
## agion 0.73
## agni 0.73
## agniz 0.73
## agreeabl 0.73
## aimatov 0.73
## ainesewv 0.73
## ainon 0.73
## akar 0.73
## alexandrinus 0.73
## alhqwv 0.73
## alii 0.73
## aliiqu 0.73
## allay 0.73
## allsuffici 0.73
## alms 0.73
## almsmoney 0.73
## alonese 0.73
## alsopp 0.73
## altar 0.73
## altare 0.73
## altari 0.73
## altaroff 0.73
## altarp 0.73
## altarpp 0.73
## altarthes 0.73
## amartiwn 0.73
## amenintrod 0.73
## amenp 0.73
## amenpg 0.73
## amenpp 0.73
## amenvol 0.73
## amiti 0.73
## amongst 0.73
## amudroterov 0.73
## anaimaktov 0.73
## anamnhsiv 0.73
## ancientsp 0.73
## anglais 0.73
## anglic 0.73
## anglicano 0.73
## anglicans 0.73
## annotat 0.73
## annunciati 0.73
## annuntiar 0.73
## anonym 0.73
## anotherpp 0.73
## answerabl 0.73
## answereth 0.73
## answersw 0.73
## anti 0.73
## antient 0.73
## antipathi 0.73
## antiqua 0.73
## antiqui 0.73
## antiquityp 0.73
## antisacrament 0.73
## antitypa 0.73
## anw 0.73
## ape 0.73
## apologiam 0.73
## apostleslet 0.73
## apostlesp 0.73
## appendic 0.73
## appliabl 0.73
## applicando 0.73
## applicativum 0.73
## applicatori 0.73
## appliedread 0.73
## applieth 0.73
## appointedpp 0.73
## aquin 0.73
## aqutwv 0.73
## aram 0.73
## archbishopdiscours 0.73
## arcierea 0.73
## argumentp 0.73
## ari 0.73
## arid 0.73
## arnobius 0.73
## arton 0.73
## arva 0.73
## as2 0.73
## asa 0.73
## asaph 0.73
## ashh 0.73
## assem 0.73
## assertor 0.73
## assur 0.73
## assure 0.73
## aswmatov 0.73
## audient 0.73
## auguri 0.73
## augustinepp 0.73
## autem 0.73
## auth 0.73
## authoribus 0.73
## autou 0.73
## autouv 0.73
## avid 0.73
## axion 0.73
## baili 0.73
## bake 0.73
## bandinel 0.73
## banquetp 0.73
## barlow 0.73
## baron 0.73
## barrel 0.73
## bason 0.73
## baxter 0.73
## beev 0.73
## beggar 0.73
## believersth 0.73
## bellarm 0.73
## bellarmini 0.73
## bellow 0.73
## benedict 0.73
## benedictioni 0.73
## beneficii 0.73
## bennet 0.73
## bereav 0.73
## bethink 0.73
## bhma 0.73
## bishopan 0.73
## bishopcathol 0.73
## bishopcertain 0.73
## bishopcharg 0.73
## bishopchristian 0.73
## bishopconfer 0.73
## bishopdefenc 0.73
## bishopdiscours 0.73
## bishopexposit 0.73
## bishopmensa 0.73
## bishopof 0.73
## bishopprivat 0.73
## bishoprational 0.73
## bishoprepli 0.73
## bishopspp 0.73
## bishopthe 0.73
## bislidp 0.73
## bitter 0.73
## blessedwork 0.73
## blood1 0.73
## bloodoff 0.73
## bloodpp 0.73
## blow 0.73
## bodiesnot 0.73
## bodl 0.73
## bodleian 0.73
## bodley 0.73
## bodydrink 0.73
## bodyfor 0.73
## bodypp 0.73
## book 0.73
## bookj 0.73
## bothsermon 0.73
## bouveri 0.73
## brevint 0.73
## brevitypp 0.73
## bringest 0.73
## brit 0.73
## brough 0.73
## buckeridg 0.73
## buckeridge 0.73
## buffet 0.73
## bulkeley 0.73
## bulling 0.73
## burton 0.73
## butfor 0.73
## bwmouv 0.73
## bwmov 0.73
## bystand 0.73
## c6gea 0.73
## caecil 0.73
## caesariensi 0.73
## cake 0.73
## calix 0.73
## calledaccount 0.73
## calledp 0.73
## calv 0.73
## calvari 0.73
## calvin3 0.73
## cancelli 0.73
## cand 0.73
## canist 0.73
## cannot 0.73
## canonri 0.73
## canonum 0.73
## cantar 0.73
## cantorum 0.73
## cantuarien 0.73
## capablebut 0.73
## capit 0.73
## caro 0.73
## carous 0.73
## carp 0.73
## carpet 0.73
## casalius 0.73
## casaub 0.73
## catech 0.73
## catechi 0.73
## catholicchurch 0.73
## catholicum 0.73
## catholik 0.73
## causa 0.73
## causal 0.73
## causi 0.73
## cavendum 0.73
## cccclxxxvi 0.73
## ccccxciiiccccxcv 0.73
## cccxxii 0.73
## ccranmer 0.73
## cdo 0.73
## cecilius 0.73
## celebr 0.73
## celebramus 0.73
## celebrant 0.73
## celebrateth 0.73
## celebrationvol 0.73
## celebremus 0.73
## chalicepp 0.73
## chalk 0.73
## champni 0.73
## chancels 0.73
## chaplain 0.73
## characterp 0.73
## charlemain 0.73
## charles 0.73
## cheke 0.73
## chere 0.73
## cherisheth 0.73
## chichest 0.73
## chill 0.73
## choicest 0.73
## chorus 0.73
## christiani 0.73
## christianityp 0.73
## christianorum 0.73
## christianum 0.73
## christp 0.73
## christpp 0.73
## christthat 0.73
## christum 0.73
## christus 0.73
## christwork 0.73
## chrys 0.73
## chrysostomhom 0.73
## churchp 0.73
## churchpp 0.73
## churchse 0.73
## cin 0.73
## circa 0.73
## cit 0.73
## citedwhen 0.73
## citeth 0.73
## civit 0.73
## cleaver 0.73
## clementin 0.73
## climax 0.73
## clone 0.73
## cnor 0.73
## cod 0.73
## codic 0.73
## coena 0.73
## coenam 0.73
## colognepp 0.73
## come1 0.73
## comep 0.73
## comepp 0.73
## commemor 0.73
## commemorando 0.73
## commemorant 0.73
## commemorateth 0.73
## commemoratio 0.73
## commemorationem 0.73
## commemorationi 0.73
## commemorationp 0.73
## commemorativum 0.73
## commissionersnot 0.73
## commonmass 0.73
## commune 0.73
## communicantspp 0.73
## communicantsthat 0.73
## communicativum 0.73
## communionmust 0.73
## communionthat 0.73
## comparati 0.73
## compareth 0.73
## compendi 0.73
## compilers 0.73
## compriseth 0.73
## concent 0.73
## concludepp 0.73
## concurreth 0.73
## confession 0.73
## confessoranswer 0.73
## confessorantidotum 0.73
## confessorbrief 0.73
## confessorcollect 0.73
## confessordemonstr 0.73
## confessorms 0.73
## confessorno 0.73
## confessorparaphras 0.73
## confessorreason 0.73
## confessorsermon 0.73
## confessorthe 0.73
## congeri 0.73
## congregationw 0.73
## congruous 0.73
## conjunctur 0.73
## consecr 0.73
## consecrat 0.73
## consecrationi 0.73
## consecrationoff 0.73
## consecrationp 0.73
## consecrationpp 0.73
## consecrationth 0.73
## consenti 0.73
## consideration 0.73
## consistpp 0.73
## const 0.73
## constat 0.73
## constituta 0.73
## cont 0.73
## content 0.73
## continually1 0.73
## continueth 0.73
## controversii 0.73
## convenimus 0.73
## convertat 0.73
## convincedpp 0.73
## convinceth 0.73
## conviv 0.73
## conviva 0.73
## convivarum 0.73
## cope 0.73
## copieth 0.73
## corpora 0.73
## counoil 0.73
## counsellor 0.73
## count 0.73
## countess 0.73
## couray 0.73
## cousingerman 0.73
## covenanteth 0.73
## covenantfeast 0.73
## coverlid 0.73
## cpp 0.73
## createst 0.73
## credenc 0.73
## credenza 0.73
## crossit 0.73
## crossp 0.73
## crosspp 0.73
## crossthes 0.73
## cruce 0.73
## cruci 0.73
## cruento 0.73
## cudworth 0.73
## cui 0.73
## cultum 0.73
## cultus 0.73
## cushion 0.73
## cvii 0.73
## cxli 0.73
## cxvi 0.73
## cyril 0.73
## dabitur 0.73
## dant 0.73
## dareth 0.73
## daubeni 0.73
## daughterchurch 0.73
## de9fens 0.73
## deadp 0.73
## deathfor 0.73
## deathnow 0.73
## deaththat 0.73
## deathwhen 0.73
## decal 0.73
## decorum 0.73
## dedicateth 0.73
## deepen 0.73
## deigneth 0.73
## dele 0.73
## delightsom 0.73
## dem 0.73
## demon 0.73
## demonst 0.73
## demonstrat 0.73
## demonstratio 0.73
## demonstration 0.73
## deni 0.73
## denoteth 0.73
## dependen 0.73
## des 0.73
## descriptum 0.73
## deservedpp 0.73
## deservient 0.73
## desiderata 0.73
## devoutest 0.73
## diapantov 0.73
## dicer 0.73
## dicet 0.73
## dicimus 0.73
## didomenon 0.73
## differ 0.73
## differeth 0.73
## digneri 0.73
## dikaion 0.73
## dikaionit 0.73
## diptych 0.73
## directionlet 0.73
## disconnect 0.73
## disgorg 0.73
## disliketh 0.73
## disserv 0.73
## dissimulaverint 0.73
## dist 0.73
## distinguisheth 0.73
## distribut 0.73
## divi 0.73
## docto 0.73
## doctorpractic 0.73
## doctorshort 0.73
## doctrinepp 0.73
## dodwel 0.73
## doesvol 0.73
## dominica 0.73
## dominici 0.73
## dominico 0.73
## dominum 0.73
## dominus 0.73
## donep 0.73
## donor 0.73
## donotori 0.73
## dopp 0.73
## dormition 0.73
## dov 0.73
## doxan 0.73
## draft 0.73
## dramat 0.73
## dreamt 0.73
## drinkoff 0.73
## drummond 0.73
## duchi 0.73
## dunamenon 0.73
## duplici 0.73
## duppa 0.73
## dwra 0.73
## dyayuvijiri 0.73
## earnot 0.73
## easili 0.73
## eate 0.73
## eaten 0.73
## ecomen 0.73
## edinburgh 0.73
## edw 0.73
## effac 0.73
## effecteth 0.73
## effectu 0.73
## efficacia 0.73
## efficient 0.73
## efficimur 0.73
## effigi 0.73
## effundetur 0.73
## effusion 0.73
## egregi 0.73
## egypt 0.73
## eisagwn 0.73
## eiv 0.73
## ekcunomenon 0.73
## eleemosyna 0.73
## eleemosynarum 0.73
## eli 0.73
## embden 0.73
## embraceth 0.73
## emhn 0.73
## emigr 0.73
## enchiridion 0.73
## endureth 0.73
## enemiesand 0.73
## enforceth 0.73
## englandconsid 0.73
## enounc 0.73
## entertain 0.73
## entitul 0.73
## eortazwmen 0.73
## ephah 0.73
## episcopiusthey 0.73
## episkeyamenov 0.73
## epistleh 0.73
## epitom 0.73
## epula 0.73
## epulamur 0.73
## epulemur 0.73
## epulo 0.73
## epulum 0.73
## eqnwn 0.73
## equipol 0.73
## erasmus 0.73
## erat 0.73
## erga 0.73
## ergazomenoi 0.73
## errar 0.73
## esprit 0.73
## esset 0.73
## eternalbuild 0.73
## etymolog 0.73
## euaggelia 0.73
## euaggelion 0.73
## eucaristia 0.73
## eucaristiai 0.73
## eucaristiap 0.73
## eucav 0.73
## eucharist 0.73
## eucharisti 0.73
## eucharistiam 0.73
## eucharistico 0.73
## eucharisticum 0.73
## eucharistp 0.73
## eucharistthat 0.73
## eucharistthi 0.73
## eucliaristica 0.73
## eueharistia 0.73
## eusebiuspp 0.73
## euwdia 0.73
## evangelica 0.73
## everliv 0.73
## evermorevol 0.73
## everof 0.73
## ewe 0.73
## excellenc 0.73
## excresc 0.73
## exemplum 0.73
## exercit 0.73
## exeter 0.73
## exhibiteth 0.73
## exhibitspp 0.73
## expiatori 0.73
## explainedsermon 0.73
## expositum 0.73
## expresslykai 0.73
## extendeth 0.73
## externum 0.73
## extrins 0.73
## eyepp 0.73
## eymlum 0.73
## fabius 0.73
## facer 0.73
## facere 0.73
## facit 0.73
## fage 0.73
## fagius 0.73
## fainter 0.73
## faithfulof 0.73
## faithfulpp 0.73
## falsif 0.73
## fangl 0.73
## farrea 0.73
## fatherp 0.73
## fatherspp 0.73
## faustum 0.73
## feeleth 0.73
## feigneth 0.73
## fellthird 0.73
## fellus 0.73
## ferdinand 0.73
## ferebantisa 0.73
## ferment 0.73
## fern 0.73
## ferne 0.73
## fid 0.73
## fireoff 0.73
## firmissim 0.73
## firstl 0.73
## flew 0.73
## flour 0.73
## foci 0.73
## foeder 0.73
## foederal 0.73
## foederali 0.73
## folk 0.73
## foodof 0.73
## for 0.73
## forb 0.73
## forbes 0.73
## forbesius 0.73
## forepart 0.73
## foreseen 0.73
## foreshow 0.73
## forger 0.73
## forma 0.73
## forme2 0.73
## foulli 0.73
## fraction 0.73
## fractum 0.73
## fragm 0.73
## frangitur 0.73
## fratribus 0.73
## freewil 0.73
## frequent 0.73
## freshest 0.73
## fretteth 0.73
## fri 0.73
## fructus 0.73
## fryth 0.73
## fuit 0.73
## fulk 0.73
## fur 0.73
## fusus 0.73
## gagger 0.73
## gangra 0.73
## gardin 0.73
## gazophylacium 0.73
## genebrard 0.73
## genuinumverequ 0.73
## genus 0.73
## ghostmay 0.73
## ghostpp 0.73
## gilgal 0.73
## glocester 0.73
## gloryp 0.73
## gloze 0.73
## godlinessmay 0.73
## godof 0.73
## godp 0.73
## godpp 0.73
## godward 0.73
## goodpp 0.73
## governorsfor 0.73
## grand 0.73
## gratiarum 0.73
## gratificatori 0.73
## gratulatori 0.73
## great 0.73
## greg 0.73
## groweth 0.73
## guestsp 0.73
## gulielmus 0.73
## habemus 0.73
## habeo 0.73
## habet 0.73
## hadp 0.73
## haeres 0.73
## halfcommunion 0.73
## halfconc 0.73
## halfeffort 0.73
## halfforgotten 0.73
## halfsuppress 0.73
## halv 0.73
## hampton 0.73
## headp 0.73
## heaven 0.73
## heavenpp 0.73
## heaveoff 0.73
## hebnext 0.73
## hebr 0.73
## hebraeo 0.73
## hereafterdo 0.73
## herefor 0.73
## hereto 0.73
## hereupon 0.73
## heylyn 0.73
## hick 0.73
## hickess 0.73
## hierarch 0.73
## hierarchie2 0.73
## hierosol 0.73
## highestpp 0.73
## highlygift 0.73
## hima 0.73
## himp 0.73
## himpp 0.73
## himselfp 0.73
## himselfpp 0.73
## himselfprefac 0.73
## hippo 0.73
## hisaddit 0.73
## historypp 0.73
## hmav 0.73
## hmin 0.73
## hoc 0.73
## holocaust 0.73
## holocausti 0.73
## homer 0.73
## hooper 0.73
## hooperus 0.73
## hophni 0.73
## horslei 0.73
## hosius 0.73
## hostia 0.73
## hostiam 0.73
## hosxiv 0.73
## hqov 0.73
## hubbard 0.73
## hughes 0.73
## hujusmodi 0.73
## humbl 0.73
## hydra 0.73
## hypostat 0.73
## iamb 0.73
## ibdepth 0.73
## idanswer 0.73
## idappeal 0.73
## idappendix 0.73
## idchristian 0.73
## idchurch 0.73
## idcodex 0.73
## idcollect 0.73
## idcorrupt 0.73
## iddaili 0.73
## idem 0.73
## idfuner 0.73
## idgreat 0.73
## idhistori 0.73
## idholi 0.73
## idjudgment 0.73
## idjust 0.73
## idlife 0.73
## idms 0.73
## idnote 0.73
## idololatr 0.73
## idolworship 0.73
## idpaper 0.73
## idparochialia 0.73
## idprece 0.73
## idprefac 0.73
## idprimit 0.73
## idprotest 0.73
## idrepli 0.73
## idresponsio 0.73
## idsacra 0.73
## idsecond 0.73
## idsermon 0.73
## idthe 0.73
## idtrue 0.73
## idunbloodi 0.73
## idview 0.73
## idworthi 0.73
## iera 0.73
## iereuv 0.73
## ieropoia 0.73
## ieropoiein 0.73
## ieroprepev 0.73
## ierourgein 0.73
## ierourgia 0.73
## ierwsunhv 0.73
## ignatiuss 0.73
## ijl 0.73
## illius 0.73
## illomen 0.73
## illreceiv 0.73
## illud 0.73
## illustratus 0.73
## imago 0.73
## immol 0.73
## immolat 0.73
## immolata 0.73
## immolatio 0.73
## immolatur 0.73
## immolatus 0.73
## impertin 0.73
## impetrando 0.73
## impetratori 0.73
## imprimi 0.73
## incarnationthi 0.73
## incogit 0.73
## incommodi 0.73
## incomposs 0.73
## inconst 0.73
## incruent 0.73
## incruentum 0.73
## indignus 0.73
## indivis 0.73
## inf 0.73
## infam 0.73
## infantbapt 0.73
## inferuntur 0.73
## influx 0.73
## injunction 0.73
## inkl 0.73
## inseparablepp 0.73
## insign 0.73
## instancespp 0.73
## institutor 0.73
## instructionthat 0.73
## insuper 0.73
## intercal 0.73
## intercedeth 0.73
## interim 0.73
## interleav 0.73
## interpel 0.73
## intimaci 0.73
## intrins 0.73
## intus 0.73
## inveigh 0.73
## inverteth 0.73
## invigor 0.73
## invisibili 0.73
## inviteth 0.73
## ipsam 0.73
## ipse 0.73
## ipsi 0.73
## ipsius 0.73
## ipsum 0.73
## irenaeus 0.73
## irenjei 0.73
## irpoatyiptiv 0.73
## irpoixpapa 0.73
## irration 0.73
## islandpeopl 0.73
## iswhiteus 0.73
## itaqu 0.73
## itbellarm 0.73
## itp 0.73
## itpp 0.73
## itselfpp 0.73
## itvol 0.73
## iviiixiii 0.73
## ixiii 0.73
## jehoiadah 0.73
## jenkyn 0.73
## jenkynss 0.73
## jesos 0.73
## jesum 0.73
## jewish 0.73
## joineth 0.73
## jolli 0.73
## josepho 0.73
## josia 0.73
## jostl 0.73
## joythou 0.73
## jube 0.73
## judaic 0.73
## juge 0.73
## juxtasensum 0.73
## kapper 0.73
## kaqars 0.73
## karpoforiai 0.73
## katacrhstikwv 0.73
## kataggelia 0.73
## kataggellontev 0.73
## kimchi 0.73
## kinda 0.73
## kingship 0.73
## klwmenon 0.73
## kneelingp 0.73
## kneelingpp 0.73
## knew 0.73
## koinwnew 0.73
## koinwnia 0.73
## koinwnian 0.73
## kosmou 0.73
## ktl 0.73
## kuri 0.73
## laic 0.73
## laiti 0.73
## laitypp 0.73
## lambert 0.73
## lambethse 0.73
## lancast 0.73
## landmark 0.73
## laodicea 0.73
## lasco 0.73
## lastuntil 0.73
## latest 0.73
## latreia 0.73
## latreiam 0.73
## latrieut 0.73
## latym 0.73
## laudatur 0.73
## laurence 0.73
## lawgiv 0.73
## laymenvol 0.73
## layoffer 0.73
## leav 0.73
## lecta 0.73
## lee 0.73
## leitourgountwn 0.73
## lhyiv 0.73
## liba 0.73
## libamen 0.73
## libat 0.73
## librarian 0.73
## liceat 0.73
## lien 0.73
## lieu 0.73
## lifepp 0.73
## lifethi 0.73
## lifethou 0.73
## lifework 0.73
## lightchrist 0.73
## liketh 0.73
## lincolniens 0.73
## liturgypp 0.73
## loed 0.73
## logician 0.73
## logikav 0.73
## logikh 0.73
## logikhn 0.73
## logomachi 0.73
## lohomacoi 0.73
## lombard 0.73
## lombardus 0.73
## lond 0.73
## longest 0.73
## loosen 0.73
## loquebantur 0.73
## loqui 0.73
## lords 0.73
## lordto 0.73
## loss 0.73
## lovefeast 0.73
## lovep 0.73
## lowest 0.73
## ludicr 0.73
## lviith 0.73
## lxiii 0.73
## lxiiilxviii 0.73
## lxxilxxiii 0.73
## lxxix 0.73
## lxxvi 0.73
## lxxxlxxxiii 0.73
## lyra 0.73
## mactat 0.73
## mactation 0.73
## macto 0.73
## madest 0.73
## mag 0.73
## magni 0.73
## magnoper 0.73
## majestypp 0.73
## malach 0.73
## mald 0.73
## maldon 0.73
## malimus 0.73
## manich 0.73
## maniche 0.73
## mankindand 0.73
## manner 0.73
## mannerp 0.73
## manus 0.73
## marten 0.73
## martyrolog 0.73
## martyrsp 0.73
## marythi 0.73
## massbook 0.73
## masswhatsoev 0.73
## matcheth 0.73
## material 0.73
## maximilian 0.73
## mayst 0.73
## meant 0.73
## meatoff 0.73
## meaux 0.73
## mede 0.73
## mediatorand 0.73
## mediatori 0.73
## medo 0.73
## medus 0.73
## megalou 0.73
## melchisedec 0.73
## melchisedechian 0.73
## melchisedecki 0.73
## melchisedek 0.73
## melchizedechian 0.73
## melchizedeck 0.73
## melet 0.73
## melou 0.73
## mem 0.73
## membereven 0.73
## membra 0.73
## membri 0.73
## memnhmenoi 0.73
## memoria 0.73
## memorial 0.73
## memoriam 0.73
## memoryand 0.73
## memorypp 0.73
## menand 0.73
## menpp 0.73
## mensa 0.73
## mensam 0.73
## merciesand 0.73
## mercyseat 0.73
## merida 0.73
## meridav 0.73
## meridian 0.73
## merit 0.73
## merita 0.73
## meritori 0.73
## mess 0.73
## metonym 0.73
## metonymi 0.73
## mho 0.73
## milevitanus 0.73
## militier 0.73
## mincha 0.73
## ministrationth 0.73
## minutius 0.73
## misbelief 0.73
## misconc 0.73
## mislik 0.73
## mispah 0.73
## missa 0.73
## missam 0.73
## misti 0.73
## mistrust 0.73
## mixion 0.73
## mnhmhn 0.73
## modesta 0.73
## modi 0.73
## modus 0.73
## molest 0.73
## molossian 0.73
## mon 0.73
## monica 0.73
## monsieur 0.73
## montacut 0.73
## montagu 0.73
## morep 0.73
## mortar 0.73
## mortem 0.73
## morton 0.73
## moscarion 0.73
## mosesyet 0.73
## mountagu 0.73
## multi 0.73
## munus 0.73
## muram 0.73
## musthrion 0.73
## mutandi 0.73
## mutati 0.73
## mutation 0.73
## myst 0.73
## mystag 0.73
## mystagogicam 0.73
## mysteri 0.73
## mysteriespp 0.73
## mysteriesth 0.73
## mysterio 0.73
## mystica 0.73
## mystico 0.73
## mysticum 0.73
## nam 0.73
## namepp 0.73
## natura 0.73
## navi 0.73
## naz 0.73
## nazianzenpp 0.73
## necessaria 0.73
## necessit 0.73
## needl 0.73
## negatio 0.73
## negoti 0.73
## never 0.73
## newfound 0.73
## newp 0.73
## newspp 0.73
## nicena 0.73
## nichollss 0.73
## nicholson 0.73
## nicol 0.73
## nidor 0.73
## nighest 0.73
## nimium 0.73
## nobiscum 0.73
## nocommunion 0.73
## nominatur 0.73
## nomini 0.73
## norint 0.73
## northward 0.73
## nostri 0.73
## nostrum 0.73
## not 0.73
## noteshick 0.73
## notpp 0.73
## nova 0.73
## novator 0.73
## nove8 0.73
## novi 0.73
## nowth 0.73
## noxious 0.73
## nuda 0.73
## objective8 0.73
## oblat 0.73
## oblati 0.73
## oblatio 0.73
## oblationp 0.73
## oblationpp 0.73
## oblations 0.73
## oblationschap 0.73
## oblatori 0.73
## oblivion 0.73
## obsequii 0.73
## observat 0.73
## obtaineth 0.73
## obtest 0.73
## obtulit 0.73
## occis 0.73
## occision 0.73
## ochinus 0.73
## odious 0.73
## offencepp 0.73
## offer 0.73
## offer4 0.73
## offeramus 0.73
## offere 0.73
## offeredi 0.73
## offeredpp 0.73
## offerend 0.73
## offererspp 0.73
## offerest 0.73
## offereth 0.73
## offeringsw 0.73
## offero 0.73
## offerof 0.73
## offerpp 0.73
## offerr 0.73
## offert 0.73
## offertur 0.73
## offeruntur 0.73
## officepp 0.73
## officesoffic 0.73
## officespp 0.73
## ofp 0.73
## oftenbefor 0.73
## oftenw 0.73
## ofyea 0.73
## olibanum 0.73
## one 0.73
## onep 0.73
## onepp 0.73
## operam 0.73
## operant 0.73
## opponentsthos 0.73
## opposerspp 0.73
## orderto 0.73
## orthodoxso 0.73
## osakiv 0.73
## othercherish 0.73
## otherway 0.73
## otherwhil 0.73
## otherwork 0.73
## oun 0.73
## ourselvesit 0.73
## oursp 0.73
## outdo 0.73
## outram 0.73
## outworn 0.73
## overall 0.73
## overallp 0.73
## overspread 0.73
## overturn 0.73
## pacifieth 0.73
## pageantri 0.73
## pantov 0.73
## pantwv 0.73
## paratorium 0.73
## parch 0.73
## pare 0.73
## parisiensi 0.73
## parlour 0.73
## part 0.73
## participatio 0.73
## participl 0.73
## particl 0.73
## pasca 0.73
## pascha 0.73
## paschali 0.73
## pascit 0.73
## passibil 0.73
## passibl 0.73
## passio 0.73
## passionem 0.73
## passioni 0.73
## passionpp 0.73
## passionthi 0.73
## pastorship 0.73
## pastpp 0.73
## pathspp 0.73
## patin 0.73
## patri 0.73
## patternspp 0.73
## peaceoff 0.73
## pecori 0.73
## peculiari 0.73
## peculium 0.73
## pelusiota 0.73
## peopl 0.73
## peoplearchbishop 0.73
## peoplep 0.73
## pepoihk 0.73
## per 0.73
## peractazanch 0.73
## peragitur 0.73
## perfect 0.73
## perkin 0.73
## permit 0.73
## perpetu 0.73
## pertinentibii 0.73
## peterboroughhickess 0.73
## petr 0.73
## pfaffius 0.73
## philand 0.73
## philistin 0.73
## philochristianus 0.73
## philodox 0.73
## philpot 0.73
## philpott 0.73
## philpotts 0.73
## phinea 0.73
## piacular 0.73
## pinht 0.73
## pio 0.73
## pistei 0.73
## pith 0.73
## pitieth 0.73
## playfellow 0.73
## pleasedpp 0.73
## plenum 0.73
## pneumatikav 0.73
## poiein 0.73
## poieisqai 0.73
## poieit 0.73
## poihseis 0.73
## pomplik 0.73
## pontif 0.73
## pontinciani 0.73
## poorp 0.73
## poorpp 0.73
## possidonius 0.73
## possint 0.73
## postea 0.73
## postfact 0.73
## pour 0.73
## pra 0.73
## praasentem 0.73
## prae 0.73
## praecept 0.73
## praefigurationem 0.73
## praenuntiar 0.73
## praesanctificati 0.73
## praesen 0.73
## praiseoff 0.73
## praisep 0.73
## praisepp 0.73
## praisewhich 0.73
## praxi 0.73
## prayerfor 0.73
## prayerintrod 0.73
## prayerth 0.73
## praysw 0.73
## prearogativa 0.73
## precious 0.73
## preconcept 0.73
## preferri 0.73
## preliminari 0.73
## preposter 0.73
## prerogativa 0.73
## presbytercompanion 0.73
## presbytercours 0.73
## presbyterdissertation 0.73
## presbyterepilogu 0.73
## presbyterexplicat 0.73
## presbyterillustrat 0.73
## presbyterpractic 0.73
## presbyterpropitiatori 0.73
## presbyterright 0.73
## presbyterthe 0.73
## presbytervindic 0.73
## prescribeth 0.73
## pressdoyley 0.73
## pretendethpp 0.73
## pretii 0.73
## prevail 0.73
## priestbut 0.73
## priesthood 0.73
## priestpp 0.73
## priestschap 0.73
## priestspp 0.73
## prim 0.73
## primasius 0.73
## prius 0.73
## problemati 0.73
## proconsul 0.73
## procurant 0.73
## procureth 0.73
## prodigi 0.73
## professeth 0.73
## profund 0.73
## progeni 0.73
## prognost 0.73
## prokeimena 0.73
## prolocutor 0.73
## promittebatur 0.73
## prooemial 0.73
## propiti 0.73
## propitiandi 0.73
## propitiationthat 0.73
## propitiatori 0.73
## propitiatorium 0.73
## propitiatorypp 0.73
## propitio 0.73
## propositioni 0.73
## propria 0.73
## proprium 0.73
## proqesewv 0.73
## proqesiv 0.73
## prosedreuontev 0.73
## proseucai 0.73
## prosferein 0.73
## prosferomen 0.73
## prosfora 0.73
## prosforai 0.73
## prosforan 0.73
## prostrat 0.73
## protestanti 0.73
## protestantium 0.73
## prothesi 0.73
## prototyp 0.73
## prototypep 0.73
## provedpp 0.73
## provedto 0.73
## proxi 0.73
## punct 0.73
## purgatoryso 0.73
## purgedp 0.73
## puritani 0.73
## purpos 0.73
## purpose1 0.73
## purposebut 0.73
## purposepp 0.73
## purum 0.73
## put 0.73
## putpp 0.73
## putteth 0.73
## qeourgein 0.73
## qew 0.73
## quein 0.73
## quer 0.73
## quesqai 0.73
## quibbler 0.73
## quid 0.73
## quidditi 0.73
## quien 0.73
## quiqu 0.73
## quma 0.73
## qumatov 0.73
## quod 0.73
## quodam 0.73
## quomen 0.73
## quondam 0.73
## quoof 0.73
## quotidi 0.73
## qusia 0.73
## qusian 0.73
## qusiasthria 0.73
## qusiasthrion 0.73
## qusiasthriw 0.73
## qusiav 0.73
## quson 0.73
## qutai 0.73
## quw 0.73
## ratio 0.73
## rationabil 0.73
## re9pons 0.73
## realti 0.73
## reasonpp 0.73
## receivedp 0.73
## receivest 0.73
## reconcili 0.73
## recordatio 0.73
## rect 0.73
## reddebatur 0.73
## redeem 0.73
## redempt 0.73
## redemption 0.73
## ref 0.73
## reformedth 0.73
## rei 0.73
## religio 0.73
## religiondrawn 0.73
## religionwork 0.73
## rem 0.73
## rememberest 0.73
## remembr 0.73
## remembrancedrink 0.73
## remembrancep 0.73
## rememor 0.73
## remotest 0.73
## renewfor 0.73
## repeateth 0.73
## replac 0.73
## repliesthat 0.73
## repraesentatio 0.73
## repraesentativum 0.73
## reprehendeth 0.73
## representatio 0.73
## representationp 0.73
## representedth 0.73
## requisitepp 0.73
## respectivum 0.73
## respicer 0.73
## respon 0.73
## restpp 0.73
## resurrectionth 0.73
## retriev 0.73
## revelationpp 0.73
## ridlei 0.73
## ridley 0.73
## rifl 0.73
## ritibus 0.73
## roffen 0.73
## romanspp 0.73
## romanus 0.73
## romew 0.73
## sabaoth 0.73
## sac 0.73
## sacerdoti 0.73
## sacerdotio 0.73
## sacramentlib 0.73
## sacramentpp 0.73
## sacramentth 0.73
## sacramentwork 0.73
## sacrarium 0.73
## sacrif 0.73
## sacrific 0.73
## sacrificandi 0.73
## sacrificantibus 0.73
## sacrificatam 0.73
## sacrificatum 0.73
## sacrifice 0.73
## sacrificean 0.73
## sacrificeand 0.73
## sacrificeof 0.73
## sacrificep 0.73
## sacrificepp 0.73
## sacrificesp 0.73
## sacrificespp 0.73
## sacrificesw 0.73
## sacrificethat 0.73
## sacrificeuntil 0.73
## sacrifici 0.73
## sacrificii 0.73
## sacrificio 0.73
## sacrificiorum 0.73
## sacrificium 0.73
## sacrist 0.73
## sacrista 0.73
## sacristi 0.73
## saithw 0.73
## salem 0.73
## sameeven 0.73
## samep 0.73
## samepp 0.73
## sameskinn 0.73
## sampl 0.73
## sampler 0.73
## sanc 0.73
## sancroft 0.73
## sanctific 0.73
## sanctifieth 0.73
## sangui 0.73
## saviourpp 0.73
## savoy 0.73
## sayat 0.73
## saysth 0.73
## scandret 0.73
## scar 0.73
## scent 0.73
## scotchman 0.73
## scotlandp 0.73
## scripturepp 0.73
## scriven 0.73
## scrivener 0.73
## second 0.73
## secretarium 0.73
## secretlysend 0.73
## sectionpp40 0.73
## seculum 0.73
## sede 0.73
## sediti 0.73
## semblabl 0.73
## senseif 0.73
## sentent 0.73
## serena 0.73
## sereno 0.73
## serv 0.73
## servicebook 0.73
## serviceor 0.73
## servus 0.73
## sexton 0.73
## sfav 0.73
## shadi 0.73
## shah 0.73
## sharethi 0.73
## shechem 0.73
## shedi 0.73
## shewbread 0.73
## shewedpp 0.73
## showpp 0.73
## shrift 0.73
## sicken 0.73
## sidet 0.73
## significandi 0.73
## significant 0.73
## signifieth 0.73
## signifiethp 0.73
## signspp 0.73
## similitudinem 0.73
## similitudinum 0.73
## singeth 0.73
## singlehand 0.73
## sinnerpp 0.73
## sinnerspp 0.73
## sinpp 0.73
## sinsmay 0.73
## sinthat 0.73
## skeuofulakeion 0.73
## skinner 0.73
## slaughteroff 0.73
## slili 0.73
## smalridg 0.73
## solea 0.73
## solemn 0.73
## solenni 0.73
## soliloqui 0.73
## solitaria 0.73
## solus 0.73
## sonif 0.73
## sonp 0.73
## sons 0.73
## sonthis 0.73
## sordid 0.73
## sort 0.73
## soulp 0.73
## southward 0.73
## spalato 0.73
## speciatim 0.73
## spectat 0.73
## spiritbut 0.73
## spiritp 0.73
## spiritual 0.73
## spiritualp 0.73
## spokepp 0.73
## spoliat 0.73
## sportuli 0.73
## spright 0.73
## sqq 0.73
## stale 0.73
## stall 0.73
## standingp 0.73
## steam 0.73
## stolen 0.73
## stood 0.73
## stylea 0.73
## sua 0.73
## subjecta 0.73
## subjectbut 0.73
## subjective8 0.73
## subjoin 0.73
## sue 0.73
## sufferthat 0.73
## suffici 0.73
## sumpaqhsai 0.73
## sumus 0.73
## superscript 0.73
## superstitionpp 0.73
## superstruct 0.73
## supervis 0.73
## supperp 0.73
## suppervol 0.73
## supplant 0.73
## suppletori 0.73
## supplier 0.73
## sur 0.73
## suscip 0.73
## sweareth 0.73
## swiss 0.73
## swmati 0.73
## swn 0.73
## swtheria 0.73
## swthria 0.73
## syllabletouch 0.73
## sym 0.73
## symbola 0.73
## symeon 0.73
## synecdoch 0.73
## tabernaclep 0.73
## tabernaclepp 0.73
## tabl 0.73
## tablei 0.73
## tableour 0.73
## tablepp 0.73
## tam 0.73
## tauthn 0.73
## tav 0.73
## templesthou 0.73
## tendereth 0.73
## tenderethpp 0.73
## tene 0.73
## tens 0.73
## termsi 0.73
## testamenti 0.73
## testamentp 0.73
## testimonia 0.73
## thank 0.73
## thankoff 0.73
## thanksgiving1 0.73
## thanksgivingand 0.73
## thanksgivingpp 0.73
## thanksp 0.73
## thankspp 0.73
## theirselv 0.73
## theirspp 0.73
## thembut 0.73
## themistocl 0.73
## themlik 0.73
## themp 0.73
## thempp 0.73
## themthey 0.73
## thengood 0.73
## theologiam 0.73
## theologo 0.73
## theoph 0.73
## theophilus 0.73
## therefor 0.73
## thereforethi 0.73
## therep 0.73
## thereuponp 0.73
## thessal 0.73
## thicket 0.73
## thingibid 0.73
## thirtyeight 0.73
## thisfirst 0.73
## thish 0.73
## tho 0.73
## thom 0.73
## thusw 0.73
## thv 0.73
## tibi 0.73
## tifi 0.73
## timep 0.73
## timesw 0.73
## timethi 0.73
## titlepag 0.73
## togetheri 0.73
## toinun 0.73
## toiouton 0.73
## tollit 0.73
## tomav 0.73
## toopp 0.73
## totam 0.73
## touto 0.73
## towerson 0.73
## traditum 0.73
## transitus 0.73
## transsubstanti 0.73
## transsubstantiation 0.73
## transubstantiationem 0.73
## transvers 0.73
## trap 0.73
## trapeza 0.73
## trasubstanti 0.73
## travers 0.73
## treasuri 0.73
## treasuryth 0.73
## trebl 0.73
## tremblingpp 0.73
## trespassoff 0.73
## trespassofferingspp 0.73
## triest 0.73
## trisagium 0.73
## trofh 0.73
## trucidati 0.73
## truep 0.73
## truepp 0.73
## trulymad 0.73
## trypho 0.73
## tum 0.73
## tupou 0.73
## tupov 0.73
## tuus 0.73
## twere 0.73
## typus 0.73
## tyssu 0.73
## ult 0.73
## unbloodi 0.73
## und 0.73
## underneath 0.73
## undertakepp 0.73
## undevout 0.73
## undiscov 0.73
## unfitt 0.73
## unheed 0.73
## uni 0.73
## unicum 0.73
## unitypp 0.73
## unitythat 0.73
## univoc 0.73
## unknow 0.73
## unleaven 0.73
## unless 0.73
## unmask 0.73
## unmolest 0.73
## unravel 0.73
## unreserved 0.73
## unrever 0.73
## unsmoki 0.73
## unsoundest 0.73
## unsubstanti 0.73
## untemp 0.73
## unum 0.73
## unusquisqu 0.73
## upcompar 0.73
## upemeinen 0.73
## upomnhsin 0.73
## uproot 0.73
## upth 0.73
## usa 0.73
## use 0.73
## usedpp 0.73
## usof 0.73
## uspp 0.73
## usthi 0.73
## usthin 0.73
## utensil 0.73
## vacat 0.73
## valet 0.73
## validite9 0.73
## valor 0.73
## valorem 0.73
## vanitypp 0.73
## venerari 0.73
## veni 0.73
## ver 0.73
## verbatim 0.73
## verit 0.73
## veritatem 0.73
## veronensi 0.73
## verum 0.73
## vestiari 0.73
## vet 0.73
## veter 0.73
## veterator 0.73
## veterum 0.73
## viand 0.73
## vibrat 0.73
## vicari 0.73
## victim 0.73
## victima 0.73
## videati 0.73
## viiis 0.73
## vim 0.73
## vindicatus 0.73
## vinum 0.73
## virginthen 0.73
## viro 0.73
## virtut 0.73
## vith 0.73
## viths 0.73
## vix 0.73
## vocarunt 0.73
## votist 0.73
## vultu 0.73
## waferbread 0.73
## waiter 0.73
## wantest 0.73
## wasprefatori 0.73
## waterwat 0.73
## waveoff 0.73
## wavering 0.73
## wayfar 0.73
## waythenc 0.73
## wayward 0.73
## wellmerit 0.73
## wellnigh 0.73
## wellpp 0.73
## wellproport 0.73
## werein 0.73
## werspurg 0.73
## westward 0.73
## wheatli 0.73
## whereat 0.73
## whitehal 0.73
## wicelius 0.73
## wilesmay 0.73
## willpp 0.73
## winch 0.73
## wine 0.73
## winea 0.73
## winebless 0.73
## winepp 0.73
## wineth 0.73
## winston 0.73
## withalp 0.73
## witsius 0.73
## won 0.73
## woodi 0.73
## wordnot 0.73
## wordsbless 0.73
## wordsi 0.73
## worldpp 0.73
## worldread 0.73
## worshipwhil 0.73
## worthiest 0.73
## worthili 0.73
## worthilyand 0.73
## xcvi 0.73
## xiii10 0.73
## xiixv 0.73
## xli 0.73
## xlvi 0.73
## xxxiii 0.73
## xxxix 0.73
## xxxviilii 0.73
## yearspp 0.73
## yielding 0.73
## youthi 0.73
## yuch 0.73
## zeruiah 0.73
## zipporah 0.73
## zuing 0.73
## zuinglicalvinist 0.73
## zurich 0.73
## acquir 0.72
## add 0.72
## alreadi 0.72
## among 0.72
## appendix 0.72
## approach 0.72
## banquet 0.72
## beenand 0.72
## begin 0.72
## believ 0.72
## blood 0.72
## bodi 0.72
## bono 0.72
## bounden 0.72
## bread 0.72
## chiefli 0.72
## chron 0.72
## common 0.72
## composur 0.72
## continu 0.72
## contrari 0.72
## corrupt 0.72
## cranmer 0.72
## cup 0.72
## despatch 0.72
## direct 0.72
## dissert 0.72
## eat 0.72
## element 0.72
## endur 0.72
## equival 0.72
## erad 0.72
## erron 0.72
## exact 0.72
## excel 0.72
## express 0.72
## fellowserv 0.72
## float 0.72
## forsooth 0.72
## frankincens 0.72
## from 0.72
## genuin 0.72
## gracious 0.72
## heb 0.72
## hope 0.72
## hujus 0.72
## institut 0.72
## interest 0.72
## italic 0.72
## jewel 0.72
## laid 0.72
## largest 0.72
## laudi 0.72
## lev 0.72
## look 0.72
## lose 0.72
## macc 0.72
## mass 0.72
## mental 0.72
## mind 0.72
## miser 0.72
## mistaken 0.72
## monument 0.72
## oblation 0.72
## occas 0.72
## oral 0.72
## otherwis 0.72
## overal 0.72
## overt 0.72
## paper 0.72
## particip 0.72
## persuad 0.72
## plunder 0.72
## prefect 0.72
## priest 0.72
## printer 0.72
## purchas 0.72
## purest 0.72
## reconcil 0.72
## representeth 0.72
## rev 0.72
## safe 0.72
## sake 0.72
## saviours 0.72
## see 0.72
## separateth 0.72
## share 0.72
## shed 0.72
## signif 0.72
## sinin 0.72
## sinoff 0.72
## strype 0.72
## tertullian 0.72
## thanksgiv 0.72
## that 0.72
## thee 0.72
## there 0.72
## think 0.72
## thn 0.72
## thunder 0.72
## thus 0.72
## tis 0.72
## type 0.72
## wherefor 0.72
## wrote 0.72
## xxvi 0.72
## zuinglian 0.72
## all 0.71
## alleg 0.71
## almost 0.71
## although 0.71
## anim 0.71
## apud 0.71
## bleed 0.71
## bloodi 0.71
## board 0.71
## burntoff 0.71
## can 0.71
## command 0.71
## communic 0.71
## conform 0.71
## consumpt 0.71
## design 0.71
## distinguish 0.71
## div 0.71
## domini 0.71
## effus 0.71
## entir 0.71
## entitl 0.71
## esteem 0.71
## feder 0.71
## forthwith 0.71
## fruit 0.71
## glorious 0.71
## hand 0.71
## hard 0.71
## incens 0.71
## intercess 0.71
## judici 0.71
## kill 0.71
## london 0.71
## long 0.71
## might 0.71
## much 0.71
## nay 0.71
## noth 0.71
## obtain 0.71
## offerimus 0.71
## offertori 0.71
## pertin 0.71
## prejudic 0.71
## primit 0.71
## proceed 0.71
## procur 0.71
## psal 0.71
## refer 0.71
## reiter 0.71
## rememb 0.71
## room 0.71
## say 0.71
## scotch 0.71
## send 0.71
## singular 0.71
## stand 0.71
## subsequ 0.71
## sum 0.71
## supper 0.71
## sweet 0.71
## testifi 0.71
## theodoret 0.71
## time 0.71
## unhappili 0.71
## wellpleas 0.71
## went 0.71
## when 0.71
## wherebi 0.71
## whereof 0.71
## wheresoev 0.71
## whose 0.71
## without 0.71
## worthi 0.71
## wouldest 0.71
## xxiv 0.71
## 12th 0.70
## 700 0.70
## adversari 0.70
## agreeth 0.70
## allow 0.70
## annot 0.70
## ascens 0.70
## avert 0.70
## beseech 0.70
## bring 0.70
## canst 0.70
## card 0.70
## chancel 0.70
## choir 0.70
## christs 0.70
## church 0.70
## clemen 0.70
## communion 0.70
## confeder 0.70
## cor 0.70
## cosin 0.70
## coven 0.70
## dawn 0.70
## dedic 0.70
## defeat 0.70
## detest 0.70
## dial 0.70
## discours 0.70
## doctrin 0.70
## drink 0.70
## due 0.70
## efficaci 0.70
## empti 0.70
## enim 0.70
## ergo 0.70
## expressli 0.70
## fairer 0.70
## former 0.70
## full 0.70
## gift 0.70
## good 0.70
## greatest 0.70
## hebrew 0.70
## henc 0.70
## highpriest 0.70
## immediat 0.70
## inexpress 0.70
## innumer 0.70
## intent 0.70
## ita 0.70
## lay 0.70
## leagu 0.70
## levit 0.70
## lincoln 0.70
## margin 0.70
## may 0.70
## meat 0.70
## mockeri 0.70
## nearer 0.70
## nyssen 0.70
## observ 0.70
## order 0.70
## own 0.70
## owner 0.70
## peac 0.70
## perform 0.70
## phil 0.70
## pictur 0.70
## pious 0.70
## plantat 0.70
## pleas 0.70
## presum 0.70
## prize 0.70
## race 0.70
## recognit 0.70
## refug 0.70
## remain 0.70
## repress 0.70
## respect 0.70
## rite 0.70
## rubrick 0.70
## rust 0.70
## sabbathday 0.70
## selfsuffici 0.70
## seq 0.70
## sprinkl 0.70
## strang 0.70
## superad 0.70
## sursum 0.70
## thi 0.70
## third 0.70
## thorndik 0.70
## truli 0.70
## twn 0.70
## unblam 0.70
## undecid 0.70
## usual 0.70
## vocal 0.70
## whither 0.70
## whoso 0.70
## wont 0.70
## aaron 0.69
## afterward 0.69
## akin 0.69
## aloft 0.69
## alway 0.69
## annual 0.69
## anyth 0.69
## begotten 0.69
## besid 0.69
## break 0.69
## calleth 0.69
## calmer 0.69
## conceiv 0.69
## confid 0.69
## defenc 0.69
## defin 0.69
## demonstr 0.69
## doubl 0.69
## earth 0.69
## england 0.69
## fell 0.69
## figur 0.69
## final 0.69
## firstborn 0.69
## form 0.69
## foundat 0.69
## gestur 0.69
## gospel 0.69
## greater 0.69
## heinous 0.69
## imperfect 0.69
## intern 0.69
## intoler 0.69
## maim 0.69
## materi 0.69
## motiv 0.69
## neither 0.69
## new 0.69
## office 0.69
## oftentim 0.69
## opposit 0.69
## particular 0.69
## prepar 0.69
## pro 0.69
## prop 0.69
## psalmist 0.69
## revis 0.69
## sacerdot 0.69
## sacrament 0.69
## seventeenth 0.69
## sin 0.69
## substanti 0.69
## supplement 0.69
## tenour 0.69
## thenc 0.69
## thereof 0.69
## thine 0.69
## togeth 0.69
## travail 0.69
## whenc 0.69
## whether 0.69
## world 0.69
## xiii 0.69
## xxii 0.69
## xxix 0.69
## xxxi 0.69
## 13th 0.68
## 1548 0.68
## 1637 0.68
## account 0.68
## addition 0.68
## ador 0.68
## aftertim 0.68
## archbishop 0.68
## bare 0.68
## becom 0.68
## bloodshed 0.68
## circumcis 0.68
## collat 0.68
## consumm 0.68
## corda 0.68
## declar 0.68
## definit 0.68
## denomin 0.68
## deprav 0.68
## die 0.68
## divin 0.68
## doubt 0.68
## drinketh 0.68
## drunk 0.68
## ejus 0.68
## entail 0.68
## ess 0.68
## eucharistia 0.68
## even 0.68
## except 0.68
## firstfruit 0.68
## foreign 0.68
## forement 0.68
## fourth 0.68
## fuller 0.68
## gradual 0.68
## heylin 0.68
## homag 0.68
## howev 0.68
## immedi 0.68
## impetr 0.68
## insomuch 0.68
## johnson 0.68
## labour 0.68
## lesli 0.68
## liturgi 0.68
## lordship 0.68
## luke 0.68
## manduc 0.68
## master 0.68
## men 0.68
## mingl 0.68
## model 0.68
## necessari 0.68
## nowher 0.68
## numb 0.68
## old 0.68
## pledg 0.68
## postcommunion 0.68
## price 0.68
## print 0.68
## quoti 0.68
## recit 0.68
## redress 0.68
## regard 0.68
## remaind 0.68
## sanctifi 0.68
## sanctuari 0.68
## satisfi 0.68
## shake 0.68
## snatch 0.68
## spilt 0.68
## stillingfleet 0.68
## succeed 0.68
## suppos 0.68
## tell 0.68
## toti 0.68
## ultraprotest 0.68
## veri 0.68
## wherewith 0.68
## william 0.68
## with 0.68
## abolish 0.67
## absent 0.67
## addit 0.67
## america 0.67
## anger 0.67
## anoth 0.67
## becaus 0.67
## best 0.67
## carri 0.67
## catena 0.67
## christi 0.67
## confirm 0.67
## consent 0.67
## conson 0.67
## copi 0.67
## counten 0.67
## dear 0.67
## dignifi 0.67
## disdain 0.67
## distinct 0.67
## ensu 0.67
## epist 0.67
## explic 0.67
## followeth 0.67
## french 0.67
## furthermor 0.67
## gentil 0.67
## gloss 0.67
## grant 0.67
## greek 0.67
## hath 0.67
## horsley 0.67
## infinit 0.67
## instant 0.67
## just 0.67
## known 0.67
## land 0.67
## late 0.67
## later 0.67
## lib 0.67
## luther 0.67
## mean 0.67
## ministr 0.67
## mix 0.67
## neverceas 0.67
## note 0.67
## papist 0.67
## peculiar 0.67
## poor 0.67
## proof 0.67
## readili 0.67
## rough 0.67
## rubric 0.67
## savour 0.67
## sens 0.67
## sever 0.67
## short 0.67
## solid 0.67
## speak 0.67
## term 0.67
## they 0.67
## till 0.67
## tou 0.67
## turn 0.67
## viii 0.67
## white 0.67
## worshipp 0.67
## andrew 0.66
## apart 0.66
## appropri 0.66
## breach 0.66
## confus 0.66
## conjunct 0.66
## consisteth 0.66
## correspond 0.66
## deduc 0.66
## defer 0.66
## didst 0.66
## everi 0.66
## exclud 0.66
## expect 0.66
## explain 0.66
## fifth 0.66
## forc 0.66
## friendship 0.66
## genius 0.66
## inestim 0.66
## join 0.66
## lest 0.66
## mark 0.66
## martyr 0.66
## natur 0.66
## nice 0.66
## none 0.66
## past 0.66
## probabl 0.66
## profess 0.66
## rail 0.66
## rather 0.66
## refut 0.66
## remov 0.66
## renew 0.66
## seat 0.66
## sed 0.66
## separ 0.66
## sherlock 0.66
## silli 0.66
## small 0.66
## stead 0.66
## stranger 0.66
## sup 0.66
## supplic 0.66
## suppress 0.66
## text 0.66
## thou 0.66
## unworthi 0.66
## upright 0.66
## veriti 0.66
## what 0.66
## will 0.66
## 146 0.65
## 164 0.65
## 188 0.65
## 243 0.65
## advantag 0.65
## anew 0.65
## assault 0.65
## beveridg 0.65
## both 0.65
## breast 0.65
## came 0.65
## chiefest 0.65
## comparison 0.65
## contradictori 0.65
## depress 0.65
## either 0.65
## eleg 0.65
## estim 0.65
## extant 0.65
## flesh 0.65
## foresight 0.65
## forget 0.65
## fulli 0.65
## gods 0.65
## guest 0.65
## inadequ 0.65
## inasmuch 0.65
## invit 0.65
## kai 0.65
## latter 0.65
## leprosi 0.65
## less 0.65
## littl 0.65
## live 0.65
## mar 0.65
## matt 0.65
## minist 0.65
## nevertheless 0.65
## odour 0.65
## onli 0.65
## paul 0.65
## pay 0.65
## perplex 0.65
## plainer 0.65
## precept 0.65
## qualifi 0.65
## queen 0.65
## question 0.65
## quia 0.65
## repeat 0.65
## romish 0.65
## sacr 0.65
## sacra 0.65
## sacramentum 0.65
## scrupl 0.65
## slaveri 0.65
## south 0.65
## strengthen 0.65
## therein 0.65
## toward 0.65
## translat 0.65
## valu 0.65
## way 0.65
## weigh 0.65
## wellbelov 0.65
## wherein 0.65
## worthless 0.65
## wrest 0.65
## xvii 0.65
## 102 0.64
## 104 0.64
## 106 0.64
## 116 0.64
## 129 0.64
## 134 0.64
## 135 0.64
## 157 0.64
## 1636 0.64
## 166 0.64
## 1702 0.64
## 1721 0.64
## 173 0.64
## 206 0.64
## 208 0.64
## 209 0.64
## 214 0.64
## 218 0.64
## 219 0.64
## 228 0.64
## 232 0.64
## 240 0.64
## 246 0.64
## 248 0.64
## 252 0.64
## 256 0.64
## 272 0.64
## 273 0.64
## 415 0.64
## 699 0.64
## angri 0.64
## annal 0.64
## appeas 0.64
## argument 0.64
## ascrib 0.64
## asid 0.64
## birthplac 0.64
## bishop 0.64
## bramhal 0.64
## brethren 0.64
## briefli 0.64
## brute 0.64
## burn 0.64
## chief 0.64
## clown 0.64
## compil 0.64
## compos 0.64
## contagi 0.64
## dash 0.64
## demur 0.64
## depreci 0.64
## deuteronomi 0.64
## devil 0.64
## devot 0.64
## dextrous 0.64
## diction 0.64
## digniti 0.64
## dioni 0.64
## disappear 0.64
## diss 0.64
## drank 0.64
## drawn 0.64
## dum 0.64
## eateth 0.64
## ecclesia 0.64
## english 0.64
## entrench 0.64
## equabl 0.64
## essenti 0.64
## expedit 0.64
## fals 0.64
## freeli 0.64
## gentler 0.64
## glori 0.64
## godto 0.64
## gravest 0.64
## half 0.64
## hunt 0.64
## idon 0.64
## impass 0.64
## initio 0.64
## inscript 0.64
## intermix 0.64
## interrog 0.64
## iren 0.64
## jethro 0.64
## larg 0.64
## man 0.64
## mani 0.64
## meantim 0.64
## melanchthon 0.64
## mighti 0.64
## mutual 0.64
## nisi 0.64
## nor 0.64
## nullus 0.64
## offici 0.64
## opp 0.64
## pervert 0.64
## philo 0.64
## phrase 0.64
## prayer 0.64
## preced 0.64
## proposita 0.64
## publish 0.64
## punctual 0.64
## relat 0.64
## repetit 0.64
## restrain 0.64
## royalist 0.64
## sacrificeth 0.64
## saith 0.64
## secreta 0.64
## shall 0.64
## sheweth 0.64
## shewn 0.64
## sold 0.64
## spear 0.64
## standest 0.64
## stupid 0.64
## supra 0.64
## templ 0.64
## thrown 0.64
## titl 0.64
## tremend 0.64
## tryph 0.64
## unborn 0.64
## undefil 0.64
## ungovern 0.64
## unhappi 0.64
## unsteadi 0.64
## untruth 0.64
## unwarili 0.64
## verba 0.64
## visibilia 0.64
## vulgar 0.64
## which 0.64
## wonder 0.64
## 140 0.63
## 1550 0.63
## 174 0.63
## 1834 0.63
## 197 0.63
## 22nd 0.63
## 262 0.63
## 265 0.63
## 274 0.63
## 377 0.63
## 451 0.63
## abat 0.63
## abus 0.63
## administr 0.63
## admit 0.63
## aforesaid 0.63
## age 0.63
## angl 0.63
## appoint 0.63
## areopagit 0.63
## ascension 0.63
## asund 0.63
## author 0.63
## authorit 0.63
## becometh 0.63
## belief 0.63
## bonifac 0.63
## cassand 0.63
## christa 0.63
## chrysost 0.63
## come 0.63
## conclus 0.63
## confut 0.63
## consist 0.63
## convey 0.63
## deed 0.63
## defend 0.63
## deliv 0.63
## depend 0.63
## easi 0.63
## edict 0.63
## edward 0.63
## elev 0.63
## enough 0.63
## expresseth 0.63
## expung 0.63
## extern 0.63
## fort 0.63
## fulgentius 0.63
## glorifi 0.63
## hereaft 0.63
## holpen 0.63
## immens 0.63
## inanim 0.63
## indig 0.63
## intercept 0.63
## jerusalem 0.63
## latim 0.63
## lessen 0.63
## linen 0.63
## mabillon 0.63
## mei 0.63
## messia 0.63
## mount 0.63
## mss 0.63
## necess 0.63
## north 0.63
## oldest 0.63
## outliv 0.63
## oxen 0.63
## practic 0.63
## prefatori 0.63
## prejudici 0.63
## presenteth 0.63
## press 0.63
## privat 0.63
## produc 0.63
## quibus 0.63
## reader 0.63
## requir 0.63
## sacrificia 0.63
## salvat 0.63
## sanguini 0.63
## seal 0.63
## servic 0.63
## sittest 0.63
## smith 0.63
## soi 0.63
## style 0.63
## therewith 0.63
## thing 0.63
## thought 0.63
## touch 0.63
## trent 0.63
## tui 0.63
## twentythird 0.63
## uncertain 0.63
## uncorrupt 0.63
## unlaw 0.63
## unstabl 0.63
## unto 0.63
## usand 0.63
## varianc 0.63
## volum 0.63
## vouchsaf 0.63
## want 0.63
## whatsoev 0.63
## wholli 0.63
## whomsoev 0.63
## wide 0.63
## within 0.63
## xxxv 0.63
## access 0.62
## along 0.62
## american 0.62
## avoid 0.62
## back 0.62
## bull 0.62
## canon 0.62
## cathol 0.62
## chapter 0.62
## chariti 0.62
## charl 0.62
## conflict 0.62
## construct 0.62
## correct 0.62
## deserv 0.62
## domin 0.62
## drop 0.62
## estat 0.62
## goe 0.62
## heathen 0.62
## impenit 0.62
## incid 0.62
## isa 0.62
## latin 0.62
## laud 0.62
## librari 0.62
## mason 0.62
## metaphor 0.62
## mutil 0.62
## oblig 0.62
## patrick 0.62
## person 0.62
## point 0.62
## post 0.62
## preval 0.62
## puriti 0.62
## realiti 0.62
## rebellion 0.62
## retain 0.62
## scarc 0.62
## somewhat 0.62
## sovereignti 0.62
## spiritu 0.62
## surround 0.62
## tenth 0.62
## therebi 0.62
## thyself 0.62
## told 0.62
## unhesit 0.62
## wrath 0.62
## written 0.62
## yea 0.62
## actual 0.61
## amiss 0.61
## antichristian 0.61
## arc 0.61
## aris 0.61
## beatif 0.61
## bullock 0.61
## canterburi 0.61
## carthag 0.61
## celesti 0.61
## commend 0.61
## complet 0.61
## contrit 0.61
## dare 0.61
## depriv 0.61
## disclaim 0.61
## dispatch 0.61
## dispos 0.61
## dogmat 0.61
## duti 0.61
## eccles 0.61
## empow 0.61
## enjoin 0.61
## epistl 0.61
## evas 0.61
## extrem 0.61
## face 0.61
## fidel 0.61
## fine 0.61
## gallican 0.61
## genealog 0.61
## ground 0.61
## hast 0.61
## heav 0.61
## hitherto 0.61
## illustri 0.61
## impati 0.61
## injur 0.61
## invalu 0.61
## lean 0.61
## like 0.61
## likewis 0.61
## mankind 0.61
## often 0.61
## our 0.61
## pattern 0.61
## piti 0.61
## portion 0.61
## preserv 0.61
## provis 0.61
## recommend 0.61
## reform 0.61
## rent 0.61
## reproach 0.61
## rigour 0.61
## sacerdo 0.61
## sam 0.61
## seest 0.61
## selfsam 0.61
## singl 0.61
## sounder 0.61
## speaketh 0.61
## step 0.61
## strictest 0.61
## sundri 0.61
## suppliant 0.61
## taketh 0.61
## theophylact 0.61
## thereto 0.61
## unanim 0.61
## unit 0.61
## univers 0.61
## upheld 0.61
## utter 0.61
## vol 0.61
## where 0.61
## worship 0.61
## wound 0.61
## writer 0.61
## xxv 0.61
## apost 0.60
## authoris 0.60
## befit 0.60
## bondag 0.60
## clergi 0.60
## confess 0.60
## consid 0.60
## constitut 0.60
## courag 0.60
## doubtless 0.60
## endeavour 0.60
## episcop 0.60
## est 0.60
## everlast 0.60
## giver 0.60
## had 0.60
## here 0.60
## home 0.60
## honour 0.60
## imparti 0.60
## importun 0.60
## innov 0.60
## introduct 0.60
## issu 0.60
## joshua 0.60
## know 0.60
## life 0.60
## love 0.60
## more 0.60
## needless 0.60
## omit 0.60
## pardon 0.60
## pass 0.60
## pet 0.60
## proclaim 0.60
## propound 0.60
## quot 0.60
## reach 0.60
## religion 0.60
## reput 0.60
## someth 0.60
## sovereign 0.60
## special 0.60
## state 0.60
## suitabl 0.60
## testament 0.60
## their 0.60
## understand 0.60
## undoubt 0.60
## unfaith 0.60
## valuabl 0.60
## wherea 0.60
## xii 0.60
## xiv 0.60
## 168 0.59
## accustom 0.59
## affirm 0.59
## amalgam 0.59
## argu 0.59
## art 0.59
## assembl 0.59
## befor 0.59
## blasphem 0.59
## concord 0.59
## consult 0.59
## copious 0.59
## court 0.59
## danger 0.59
## deliveri 0.59
## discern 0.59
## displeasur 0.59
## dissolv 0.59
## enabl 0.59
## expos 0.59
## ezek 0.59
## imagin 0.59
## kept 0.59
## liberti 0.59
## lie 0.59
## lower 0.59
## modif 0.59
## mosaic 0.59
## nazianzen 0.59
## omnibus 0.59
## ordain 0.59
## pain 0.59
## parti 0.59
## perus 0.59
## pick 0.59
## popish 0.59
## posit 0.59
## possessor 0.59
## provid 0.59
## recov 0.59
## rever 0.59
## rom 0.59
## romanist 0.59
## salutari 0.59
## shift 0.59
## sine 0.59
## sitteth 0.59
## speci 0.59
## support 0.59
## three 0.59
## who 0.59
## 179 0.58
## apostl 0.58
## attack 0.58
## bought 0.58
## brake 0.58
## build 0.58
## chap 0.58
## cloud 0.58
## comfort 0.58
## compel 0.58
## compris 0.58
## concur 0.58
## contradict 0.58
## convinc 0.58
## descend 0.58
## devout 0.58
## effect 0.58
## enumer 0.58
## evermor 0.58
## extraordinari 0.58
## faction 0.58
## faith 0.58
## fate 0.58
## fill 0.58
## firm 0.58
## formid 0.58
## fragment 0.58
## function 0.58
## geneva 0.58
## happili 0.58
## heap 0.58
## hear 0.58
## henri 0.58
## hierom 0.58
## highest 0.58
## inform 0.58
## instruct 0.58
## judg 0.58
## keep 0.58
## kind 0.58
## lip 0.58
## near 0.58
## offenc 0.58
## opinion 0.58
## other 0.58
## overthrow 0.58
## polici 0.58
## preambl 0.58
## quam 0.58
## rare 0.58
## recept 0.58
## record 0.58
## reject 0.58
## resent 0.58
## rome 0.58
## saw 0.58
## sincer 0.58
## substitut 0.58
## those 0.58
## unfold 0.58
## unison 0.58
## vail 0.58
## verili 0.58
## vers 0.58
## whatev 0.58
## 1562 0.57
## 204 0.57
## aforement 0.57
## anywher 0.57
## apposit 0.57
## ash 0.57
## beholden 0.57
## beza 0.57
## bias 0.57
## burneth 0.57
## compromis 0.57
## condit 0.57
## confound 0.57
## conventicl 0.57
## corn 0.57
## degre 0.57
## destruct 0.57
## deut 0.57
## draw 0.57
## duli 0.57
## east 0.57
## edit 0.57
## equal 0.57
## execut 0.57
## fasten 0.57
## find 0.57
## illi 0.57
## impli 0.57
## indign 0.57
## indissolubl 0.57
## infer 0.57
## introduc 0.57
## king 0.57
## knowest 0.57
## lurk 0.57
## matter 0.57
## melodi 0.57
## mistak 0.57
## moment 0.57
## page 0.57
## prevent 0.57
## primari 0.57
## rehears 0.57
## rejoic 0.57
## sixth 0.57
## sleep 0.57
## soften 0.57
## soul 0.57
## sprung 0.57
## string 0.57
## subvert 0.57
## such 0.57
## symbol 0.57
## taylor 0.57
## tradit 0.57
## transgress 0.57
## unutter 0.57
## upward 0.57
## wipe 0.57
## 1836 0.56
## 277 0.56
## 323 0.56
## abund 0.56
## afor 0.56
## aggrand 0.56
## aggrav 0.56
## alter 0.56
## altogeth 0.56
## another 0.56
## arbitr 0.56
## augustin 0.56
## bade 0.56
## behold 0.56
## belial 0.56
## belshazzar 0.56
## bilson 0.56
## captious 0.56
## cave 0.56
## ceremoni 0.56
## chain 0.56
## chancellor 0.56
## clark 0.56
## coher 0.56
## cologn 0.56
## comeand 0.56
## commemoratori 0.56
## commerc 0.56
## commonplac 0.56
## complac 0.56
## contrarieti 0.56
## controversi 0.56
## dart 0.56
## deiti 0.56
## depos 0.56
## deput 0.56
## derogatori 0.56
## distort 0.56
## diver 0.56
## doom 0.56
## drag 0.56
## dread 0.56
## elizabeth 0.56
## englishmen 0.56
## excelsi 0.56
## exhibit 0.56
## expression 0.56
## ezra 0.56
## feed 0.56
## fellow 0.56
## fisher 0.56
## foment 0.56
## fopperi 0.56
## further 0.56
## glosser 0.56
## gratitud 0.56
## guard 0.56
## guilti 0.56
## hadst 0.56
## heretofor 0.56
## hold 0.56
## hom 0.56
## immanuel 0.56
## imput 0.56
## inaccuraci 0.56
## inconsist 0.56
## joh 0.56
## josh 0.56
## languag 0.56
## larger 0.56
## leslie 0.56
## leviticus 0.56
## mai 0.56
## mandat 0.56
## marketplac 0.56
## melchisedeck 0.56
## memor 0.56
## mirth 0.56
## most 0.56
## nigh 0.56
## night 0.56
## null 0.56
## operatum 0.56
## opus 0.56
## puritan 0.56
## ration 0.56
## respecteth 0.56
## ringlead 0.56
## roast 0.56
## salisburi 0.56
## sat 0.56
## secur 0.56
## seem 0.56
## setteth 0.56
## singleheart 0.56
## sinist 0.56
## slander 0.56
## some 0.56
## spanish 0.56
## speech 0.56
## stay 0.56
## stick 0.56
## subsid 0.56
## swear 0.56
## syriac 0.56
## tenor 0.56
## thereunto 0.56
## thirteen 0.56
## thither 0.56
## touchston 0.56
## transcrib 0.56
## truth 0.56
## tutelari 0.56
## twentyfourth 0.56
## typic 0.56
## uncomfort 0.56
## unfathom 0.56
## unfavour 0.56
## unheard 0.56
## uniform 0.56
## uniniti 0.56
## unspot 0.56
## verbal 0.56
## viiith 0.56
## watson 0.56
## whi 0.56
## xxx 0.56
## zeno 0.56
## advert 0.55
## apolog 0.55
## apostol 0.55
## benedictin 0.55
## blot 0.55
## busi 0.55
## certain 0.55
## contra 0.55
## conveni 0.55
## crime 0.55
## crucifixion 0.55
## darken 0.55
## decid 0.55
## demand 0.55
## disguis 0.55
## far 0.55
## fifteen 0.55
## fled 0.55
## imposs 0.55
## inquir 0.55
## intreat 0.55
## learnt 0.55
## lift 0.55
## non 0.55
## object 0.55
## offic 0.55
## oft 0.55
## owe 0.55
## pariti 0.55
## pierc 0.55
## postur 0.55
## protest 0.55
## pull 0.55
## reduc 0.55
## refus 0.55
## remiss 0.55
## replenish 0.55
## resist 0.55
## sacrilegi 0.55
## settl 0.55
## sight 0.55
## simplic 0.55
## timid 0.55
## unanswer 0.55
## vid 0.55
## vii 0.55
## violenc 0.55
## wait 0.55
## weight 0.55
## aliv 0.54
## ascend 0.54
## bad 0.54
## becam 0.54
## beneath 0.54
## blasphemi 0.54
## blemish 0.54
## borrow 0.54
## cardin 0.54
## civ 0.54
## compar 0.54
## concurr 0.54
## consider 0.54
## corinthian 0.54
## discord 0.54
## distress 0.54
## enmiti 0.54
## eye 0.54
## forasmuch 0.54
## forcibl 0.54
## fresh 0.54
## hammond 0.54
## happi 0.54
## hundr 0.54
## inviol 0.54
## least 0.54
## likelihood 0.54
## lost 0.54
## melt 0.54
## nobl 0.54
## passag 0.54
## potter 0.54
## resolut 0.54
## rise 0.54
## rude 0.54
## run 0.54
## sometim 0.54
## supposit 0.54
## trial 0.54
## unfit 0.54
## unwil 0.54
## weaker 0.54
## 3rd 0.53
## administ 0.53
## agreement 0.53
## allianc 0.53
## ampl 0.53
## ani 0.53
## appreci 0.53
## april 0.53
## assign 0.53
## bar 0.53
## belong 0.53
## benefici 0.53
## bow 0.53
## caesar 0.53
## chalic 0.53
## chang 0.53
## chose 0.53
## close 0.53
## complianc 0.53
## eighth 0.53
## extent 0.53
## foretold 0.53
## fortifi 0.53
## gate 0.53
## gather 0.53
## general 0.53
## hastili 0.53
## head 0.53
## honest 0.53
## howbeit 0.53
## hymn 0.53
## independ 0.53
## indiffer 0.53
## indisput 0.53
## induc 0.53
## inevit 0.53
## italian 0.53
## leaf 0.53
## longer 0.53
## marvel 0.53
## milit 0.53
## momentari 0.53
## mose 0.53
## mystic 0.53
## nation 0.53
## overlook 0.53
## parliament 0.53
## perchanc 0.53
## piec 0.53
## pollut 0.53
## prelat 0.53
## prescrib 0.53
## result 0.53
## retract 0.53
## risen 0.53
## sermon 0.53
## servant 0.53
## shadow 0.53
## slowli 0.53
## superflu 0.53
## temporari 0.53
## thoma 0.53
## transfer 0.53
## twofold 0.53
## uncharit 0.53
## unfeign 0.53
## varieti 0.53
## voic 0.53
## was 0.53
## wish 0.53
## write 0.53
## alon 0.52
## anglican 0.52
## annex 0.52
## antidot 0.52
## anxious 0.52
## apol 0.52
## arm 0.52
## bellarmin 0.52
## blame 0.52
## branch 0.52
## caus 0.52
## ceas 0.52
## charit 0.52
## cleans 0.52
## clerk 0.52
## commit 0.52
## custom 0.52
## deem 0.52
## egyptian 0.52
## elsewher 0.52
## exalt 0.52
## exclus 0.52
## exhort 0.52
## food 0.52
## fundament 0.52
## herein 0.52
## holland 0.52
## hopeless 0.52
## indistinct 0.52
## isidor 0.52
## length 0.52
## loyalti 0.52
## month 0.52
## nearest 0.52
## nec 0.52
## necessarili 0.52
## origin 0.52
## penalti 0.52
## public 0.52
## schoolmen 0.52
## simpli 0.52
## slightest 0.52
## sun 0.52
## supposeth 0.52
## sustain 0.52
## task 0.52
## throne 0.52
## unsettl 0.52
## vain 0.52
## vari 0.52
## wast 0.52
## xxi 0.52
## abhor 0.51
## benefactor 0.51
## calvin 0.51
## capabl 0.51
## closer 0.51
## comber 0.51
## compound 0.51
## concili 0.51
## confessor 0.51
## corpor 0.51
## council 0.51
## countri 0.51
## dislik 0.51
## dwell 0.51
## evangelist 0.51
## excess 0.51
## fat 0.51
## formal 0.51
## found 0.51
## futur 0.51
## gain 0.51
## heret 0.51
## import 0.51
## improv 0.51
## increas 0.51
## individu 0.51
## innoc 0.51
## labori 0.51
## leaven 0.51
## ministri 0.51
## objection 0.51
## out 0.51
## paid 0.51
## presumptu 0.51
## proposit 0.51
## resembl 0.51
## reverend 0.51
## ring 0.51
## rose 0.51
## safeguard 0.51
## sow 0.51
## specif 0.51
## tear 0.51
## total 0.51
## transubstanti 0.51
## uphold 0.51
## variat 0.51
## warmth 0.51
## 114 0.50
## 118 0.50
## 138 0.50
## 165 0.50
## 1688 0.50
## 210 0.50
## 227 0.50
## 325 0.50
## 439 0.50
## adjur 0.50
## advis 0.50
## amplifi 0.50
## atmospher 0.50
## attest 0.50
## avers 0.50
## bear 0.50
## beg 0.50
## beyond 0.50
## bulwark 0.50
## combat 0.50
## concept 0.50
## conjoint 0.50
## constru 0.50
## contrariwis 0.50
## contribut 0.50
## convers 0.50
## cornelius 0.50
## correl 0.50
## debt 0.50
## defens 0.50
## determin 0.50
## doth 0.50
## dri 0.50
## edg 0.50
## enemi 0.50
## enjoy 0.50
## enunci 0.50
## ethiopian 0.50
## evinc 0.50
## exceed 0.50
## exig 0.50
## facilit 0.50
## farther 0.50
## fault 0.50
## fear 0.50
## flood 0.50
## fluctuat 0.50
## forbad 0.50
## ful 0.50
## furnish 0.50
## grasp 0.50
## grosser 0.50
## halt 0.50
## handwrit 0.50
## heighten 0.50
## herebi 0.50
## hoii 0.50
## ill 0.50
## impedi 0.50
## irreconcil 0.50
## isai 0.50
## joint 0.50
## lawless 0.50
## loaf 0.50
## mosess 0.50
## noun 0.50
## obnoxi 0.50
## obstacl 0.50
## partial 0.50
## paulinus 0.50
## peremptorili 0.50
## peter 0.50
## polish 0.50
## poperi 0.50
## pretenc 0.50
## proport 0.50
## rapid 0.50
## recogn 0.50
## satisfactori 0.50
## scale 0.50
## seren 0.50
## shown 0.50
## snow 0.50
## sorrow 0.50
## splendid 0.50
## standard 0.50
## swell 0.50
## synagogu 0.50
## theori 0.50
## threw 0.50
## treasur 0.50
## treatis 0.50
## trespass 0.50
## trod 0.50
## trust 0.50
## undivid 0.50
## uninstruct 0.50
## union 0.50
## upper 0.50
## wellinform 0.50
## wing 0.50
## 1416 0.49
## 1823 0.49
## 259 0.49
## 276 0.49
## 303 0.49
## 305 0.49
## 309 0.49
## 316 0.49
## 31st 0.49
## 365 0.49
## 370 0.49
## 402 0.49
## 453 0.49
## 470 0.49
## 482 0.49
## 4to 0.49
## 5356 0.49
## 810 0.49
## abandon 0.49
## abbrevi 0.49
## abroad 0.49
## afresh 0.49
## alia 0.49
## ambros 0.49
## analyz 0.49
## anathema 0.49
## apostoli 0.49
## apostolick 0.49
## archbishopexposit 0.49
## arraign 0.49
## audibl 0.49
## augsburg 0.49
## august 0.49
## augusta 0.49
## baronius 0.49
## beget 0.49
## benign 0.49
## blast 0.49
## candid 0.49
## care 0.49
## cat 0.49
## celebratur 0.49
## centuri 0.49
## circumstanti 0.49
## cleanseth 0.49
## coetibus 0.49
## comfortless 0.49
## companion 0.49
## compendium 0.49
## comprehens 0.49
## confessordiscours 0.49
## conjoin 0.49
## context 0.49
## corah 0.49
## corpori 0.49
## cthe 0.49
## dalli 0.49
## deaneri 0.49
## declareth 0.49
## deserveth 0.49
## discipl 0.49
## disingenu 0.49
## disinterest 0.49
## displac 0.49
## diversi 0.49
## doctorecclesiast 0.49
## doctorlife 0.49
## doctrina 0.49
## dodwell 0.49
## dom 0.49
## dominicam 0.49
## doorpost 0.49
## durant 0.49
## earnest 0.49
## ego 0.49
## ejacul 0.49
## ejusdem 0.49
## embolden 0.49
## enjoineth 0.49
## episcopi 0.49
## eras 0.49
## esti 0.49
## euseb 0.49
## evacu 0.49
## expenc 0.49
## explicit 0.49
## fail 0.49
## fame 0.49
## familiar 0.49
## famous 0.49
## fashion 0.49
## faulti 0.49
## felix 0.49
## firmer 0.49
## flow 0.49
## foreshew 0.49
## forfeitur 0.49
## forgotten 0.49
## foulest 0.49
## fuel 0.49
## fuiss 0.49
## gen 0.49
## generi 0.49
## george 0.49
## gird 0.49
## gloucest 0.49
## godwe 0.49
## grace 0.49
## gregorian 0.49
## gregorius 0.49
## grievous 0.49
## guid 0.49
## hatch 0.49
## haven 0.49
## help 0.49
## hickes 0.49
## hither 0.49
## host 0.49
## hugh 0.49
## hunc 0.49
## iii 0.49
## imageworship 0.49
## immov 0.49
## importeth 0.49
## inadvert 0.49
## includeth 0.49
## inferreth 0.49
## informeth 0.49
## instruction 0.49
## ista 0.49
## itali 0.49
## jewell 0.49
## judaism 0.49
## jus 0.49
## kaleitai 0.49
## layeth 0.49
## ligament 0.49
## locum 0.49
## loin 0.49
## lowli 0.49
## martyrconfer 0.49
## mend 0.49
## metropoli 0.49
## mildest 0.49
## nazianzenus 0.49
## neglig 0.49
## obligatori 0.49
## observeth 0.49
## oct 0.49
## oftenest 0.49
## optatus 0.49
## orationi 0.49
## ordo 0.49
## overthroweth 0.49
## pacifi 0.49
## pani 0.49
## paten 0.49
## pertaineth 0.49
## pestil 0.49
## philadelph 0.49
## piteous 0.49
## plan 0.49
## pontiff 0.49
## prefix 0.49
## preposit 0.49
## presbyter 0.49
## presbyterdiscours 0.49
## presbyterof 0.49
## prescript 0.49
## priestcraft 0.49
## proceedeth 0.49
## proconsular 0.49
## pronounceth 0.49
## proportion 0.49
## protector 0.49
## pure2 0.49
## qualiti 0.49
## quando 0.49
## questionless 0.49
## quomodo 0.49
## reciproc 0.49
## rectifi 0.49
## refin 0.49
## regal 0.49
## reporteth 0.49
## row 0.49
## rural 0.49
## sacramentorum 0.49
## secundum 0.49
## shook 0.49
## sign 0.49
## singuli 0.49
## stage 0.49
## stupend 0.49
## suam 0.49
## supercelesti 0.49
## superemin 0.49
## sure 0.49
## surplic 0.49
## tamper 0.49
## teach 0.49
## tenur 0.49
## ter 0.49
## themnot 0.49
## thorndike 0.49
## thusi 0.49
## tin 0.49
## toledo 0.49
## totidem 0.49
## tua 0.49
## twain 0.49
## twas 0.49
## unalter 0.49
## uniti 0.49
## unquestion 0.49
## unseason 0.49
## unshaken 0.49
## utmost 0.49
## verbi 0.49
## welfar 0.49
## winchest 0.49
## winepress 0.49
## xliv 0.49
## younger 0.49
## 148 0.48
## 247 0.48
## accompani 0.48
## address 0.48
## adduc 0.48
## affect 0.48
## alexandria 0.48
## alphabet 0.48
## anathemat 0.48
## anecdot 0.48
## ant 0.48
## appar 0.48
## biass 0.48
## concess 0.48
## confer 0.48
## contain 0.48
## dorca 0.48
## establish 0.48
## groundless 0.48
## groundwork 0.48
## hous 0.48
## ignor 0.48
## intric 0.48
## isaac 0.48
## possibl 0.48
## presumpt 0.48
## properti 0.48
## quench 0.48
## refresh 0.48
## reigneth 0.48
## riddl 0.48
## simpl 0.48
## sion 0.48
## sought 0.48
## sound 0.48
## stave 0.48
## substanc 0.48
## tempor 0.48
## testat 0.48
## tile 0.48
## today 0.48
## tryphon 0.48
## unworthili 0.48
## waterland 0.48
## wellmean 0.48
## wicked 0.48
## work 0.48
## wors 0.48
## writ 0.48
## 103 0.47
## 110 0.47
## abl 0.47
## admir 0.47
## ago 0.47
## beast 0.47
## beguil 0.47
## bequeath 0.47
## bride 0.47
## burst 0.47
## choos 0.47
## clay 0.47
## commission 0.47
## compli 0.47
## corpus 0.47
## damnat 0.47
## daughter 0.47
## david 0.47
## day 0.47
## embarrass 0.47
## exodus 0.47
## expand 0.47
## feel 0.47
## field 0.47
## fire 0.47
## forgiven 0.47
## gentleman 0.47
## germani 0.47
## hint 0.47
## hostil 0.47
## how 0.47
## humil 0.47
## hung 0.47
## hungri 0.47
## inexhaust 0.47
## insert 0.47
## interchang 0.47
## intim 0.47
## inward 0.47
## medium 0.47
## meet 0.47
## mortal 0.47
## narrowli 0.47
## niceti 0.47
## notic 0.47
## ordin 0.47
## parad 0.47
## penit 0.47
## power 0.47
## pray 0.47
## pronounc 0.47
## recent 0.47
## requisit 0.47
## resid 0.47
## rest 0.47
## seen 0.47
## selv 0.47
## sinner 0.47
## somewher 0.47
## soon 0.47
## strain 0.47
## strong 0.47
## superfici 0.47
## thereupon 0.47
## top 0.47
## toss 0.47
## treat 0.47
## troubl 0.47
## ultim 0.47
## under 0.47
## ungrat 0.47
## unlearn 0.47
## uttereth 0.47
## verifi 0.47
## wellb 0.47
## wise 0.47
## year 0.47
## accomplish 0.46
## accurs 0.46
## amen 0.46
## arian 0.46
## assist 0.46
## betwixt 0.46
## confin 0.46
## controvert 0.46
## deriv 0.46
## disparag 0.46
## fain 0.46
## felt 0.46
## fox 0.46
## friend 0.46
## humour 0.46
## imprison 0.46
## insepar 0.46
## involuntari 0.46
## judgment 0.46
## justic 0.46
## kneel 0.46
## mainten 0.46
## matur 0.46
## modifi 0.46
## moreov 0.46
## nobi 0.46
## notwithstand 0.46
## omiss 0.46
## oppos 0.46
## penitentiari 0.46
## perhap 0.46
## possess 0.46
## practis 0.46
## report 0.46
## repos 0.46
## save 0.46
## soever 0.46
## superior 0.46
## swerv 0.46
## token 0.46
## tyranni 0.46
## undertook 0.46
## unspeak 0.46
## view 0.46
## wake 0.46
## warm 0.46
## apt 0.45
## authent 0.45
## beforehand 0.45
## bent 0.45
## brand 0.45
## charg 0.45
## clement 0.45
## constanc 0.45
## cordial 0.45
## damag 0.45
## deeper 0.45
## discuss 0.45
## earliest 0.45
## educ 0.45
## endless 0.45
## forego 0.45
## galatian 0.45
## guardian 0.45
## hazard 0.45
## hinder 0.45
## howsoev 0.45
## inclin 0.45
## john 0.45
## lutheran 0.45
## measur 0.45
## member 0.45
## mere 0.45
## modern 0.45
## murder 0.45
## perish 0.45
## rank 0.45
## remark 0.45
## season 0.45
## secondari 0.45
## shrunk 0.45
## sophist 0.45
## tongu 0.45
## urg 0.45
## wheat 0.45
## wrong 0.45
## xxviii 0.45
## zeal 0.45
## 1517 0.44
## 1719 0.44
## acknowledgeth 0.44
## again 0.44
## amus 0.44
## annunci 0.44
## arriv 0.44
## availeth 0.44
## basket 0.44
## beam 0.44
## brain 0.44
## bringeth 0.44
## britain 0.44
## churchwarden 0.44
## circumst 0.44
## commentari 0.44
## comprehend 0.44
## concis 0.44
## concomit 0.44
## confesseth 0.44
## conspir 0.44
## curs 0.44
## deathb 0.44
## decis 0.44
## declaim 0.44
## decor 0.44
## dire 0.44
## dissatisfi 0.44
## dragon 0.44
## eccl 0.44
## eighti 0.44
## encourag 0.44
## especial 0.44
## evil 0.44
## famili 0.44
## fin 0.44
## forese 0.44
## formula 0.44
## gilbert 0.44
## gloria 0.44
## hall 0.44
## hallow 0.44
## hereof 0.44
## impeach 0.44
## implor 0.44
## indispens 0.44
## inflam 0.44
## influenc 0.44
## kindr 0.44
## lead 0.44
## loav 0.44
## magn 0.44
## major 0.44
## misrepres 0.44
## neighbour 0.44
## nonjuror 0.44
## novelti 0.44
## numberless 0.44
## occup 0.44
## perceiv 0.44
## pit 0.44
## precari 0.44
## prece 0.44
## presid 0.44
## presuppos 0.44
## previous 0.44
## prov 0.44
## reaction 0.44
## recant 0.44
## reprint 0.44
## residu 0.44
## rock 0.44
## samuel 0.44
## scene 0.44
## sensibl 0.44
## sentenc 0.44
## settlement 0.44
## shaken 0.44
## sour 0.44
## spotless 0.44
## strength 0.44
## subject 0.44
## suffereth 0.44
## superstiti 0.44
## travel 0.44
## tribut 0.44
## turbul 0.44
## unacquaint 0.44
## unceas 0.44
## unreason 0.44
## untru 0.44
## window 0.44
## witnesseth 0.44
## abraham 0.43
## afraid 0.43
## allud 0.43
## ask 0.43
## bottom 0.43
## calm 0.43
## centr 0.43
## connect 0.43
## contempt 0.43
## creator 0.43
## deacon 0.43
## difficulti 0.43
## disclosur 0.43
## distant 0.43
## drunken 0.43
## expound 0.43
## faustus 0.43
## finit 0.43
## forgiv 0.43
## freedom 0.43
## habit 0.43
## harmoni 0.43
## hasten 0.43
## heard 0.43
## heart 0.43
## higher 0.43
## impair 0.43
## indirect 0.43
## infirm 0.43
## injunct 0.43
## instanc 0.43
## jealousi 0.43
## joy 0.43
## method 0.43
## move 0.43
## plate 0.43
## proprieti 0.43
## rais 0.43
## recollect 0.43
## review 0.43
## reward 0.43
## sabbath 0.43
## self 0.43
## she 0.43
## sooner 0.43
## spoken 0.43
## statement 0.43
## tend 0.43
## throw 0.43
## virtuous 0.43
## west 0.43
## whilst 0.43
## 132 0.42
## 133 0.42
## 149 0.42
## 226 0.42
## aim 0.42
## anxieti 0.42
## awe 0.42
## bestow 0.42
## bold 0.42
## calvinist 0.42
## canaan 0.42
## certifi 0.42
## citat 0.42
## comment 0.42
## concert 0.42
## congreg 0.42
## cover 0.42
## crieth 0.42
## deliber 0.42
## difficult 0.42
## dispens 0.42
## enact 0.42
## enter 0.42
## exercis 0.42
## free 0.42
## furi 0.42
## german 0.42
## gone 0.42
## hieron 0.42
## hot 0.42
## ignatius 0.42
## impart 0.42
## insight 0.42
## jud 0.42
## lake 0.42
## leader 0.42
## maintain 0.42
## mood 0.42
## mouth 0.42
## nake 0.42
## orat 0.42
## patrum 0.42
## pharaoh 0.42
## plea 0.42
## propag 0.42
## purifi 0.42
## qualif 0.42
## reckon 0.42
## religi 0.42
## repair 0.42
## robert 0.42
## seeth 0.42
## seiz 0.42
## silent 0.42
## similitud 0.42
## spoke 0.42
## spread 0.42
## stori 0.42
## sway 0.42
## synod 0.42
## unchang 0.42
## undertaken 0.42
## vivid 0.42
## whensoev 0.42
## win 0.42
## 122 0.41
## 123 0.41
## 124 0.41
## 147 0.41
## 191 0.41
## 400 0.41
## accru 0.41
## apostaci 0.41
## appertain 0.41
## attribut 0.41
## avaric 0.41
## awar 0.41
## bid 0.41
## boast 0.41
## bona 0.41
## bond 0.41
## border 0.41
## bore 0.41
## brave 0.41
## broad 0.41
## bucer 0.41
## calam 0.41
## capac 0.41
## cavil 0.41
## character 0.41
## cloth 0.41
## constant 0.41
## creat 0.41
## cri 0.41
## dead 0.41
## deceit 0.41
## declin 0.41
## develop 0.41
## discrimin 0.41
## employ 0.41
## encompass 0.41
## enlarg 0.41
## examin 0.41
## extric 0.41
## ezekiel 0.41
## four 0.41
## goodwil 0.41
## gross 0.41
## happen 0.41
## herd 0.41
## idol 0.41
## impieti 0.41
## incompat 0.41
## intellectu 0.41
## interfer 0.41
## jamess 0.41
## josephus 0.41
## knife 0.41
## monstrous 0.41
## multitud 0.41
## open 0.41
## outward 0.41
## primaci 0.41
## provinci 0.41
## reflect 0.41
## reviv 0.41
## rightmind 0.41
## scriptur 0.41
## sea 0.41
## sentiment 0.41
## slight 0.41
## specul 0.41
## spoil 0.41
## spot 0.41
## statut 0.41
## stone 0.41
## suffrag 0.41
## tenet 0.41
## track 0.41
## traditionari 0.41
## ubi 0.41
## unabl 0.41
## vanish 0.41
## various 0.41
## withal 0.41
## withstood 0.41
## xxxii 0.41
## 144 0.40
## 17th 0.40
## 245 0.40
## acquaint 0.40
## affection 0.40
## aid 0.40
## archdeacon 0.40
## brett 0.40
## case 0.40
## convoc 0.40
## decent 0.40
## detain 0.40
## dismiss 0.40
## disus 0.40
## fair 0.40
## fetch 0.40
## forbear 0.40
## glad 0.40
## got 0.40
## grief 0.40
## guilt 0.40
## gush 0.40
## handl 0.40
## heat 0.40
## idolatr 0.40
## imbib 0.40
## instrument 0.40
## line 0.40
## liter 0.40
## medit 0.40
## met 0.40
## mine 0.40
## notori 0.40
## numer 0.40
## offend 0.40
## parent 0.40
## pertain 0.40
## popular 0.40
## precis 0.40
## readi 0.40
## risk 0.40
## stock 0.40
## stream 0.40
## surmis 0.40
## trampl 0.40
## tribe 0.40
## twenti 0.40
## undertak 0.40
## vener 0.40
## verdict 0.40
## virgin 0.40
## worker 0.40
## adher 0.39
## advanc 0.39
## against 0.39
## analog 0.39
## attend 0.39
## besought 0.39
## captiv 0.39
## caution 0.39
## chanc 0.39
## choic 0.39
## collier 0.39
## contest 0.39
## describ 0.39
## descript 0.39
## dim 0.39
## discontinu 0.39
## divid 0.39
## durat 0.39
## earli 0.39
## enforc 0.39
## eternal 0.39
## experi 0.39
## festiv 0.39
## folli 0.39
## heed 0.39
## indeed 0.39
## inferior 0.39
## manifest 0.39
## martyrdom 0.39
## mountain 0.39
## nicen 0.39
## opportun 0.39
## prefer 0.39
## prohibit 0.39
## promulg 0.39
## seventh 0.39
## skill 0.39
## sparrow 0.39
## stop 0.39
## supersed 0.39
## symptom 0.39
## through 0.39
## throughout 0.39
## tie 0.39
## tri 0.39
## unclean 0.39
## ventur 0.39
## weak 0.39
## abhorr 0.38
## abstract 0.38
## accessori 0.38
## afflict 0.38
## agenc 0.38
## alarm 0.38
## appeal 0.38
## appel 0.38
## apprehens 0.38
## arbitrari 0.38
## ascertain 0.38
## aug 0.38
## awak 0.38
## bidden 0.38
## built 0.38
## cathedr 0.38
## coat 0.38
## constrain 0.38
## controversialist 0.38
## convuls 0.38
## critic 0.38
## destin 0.38
## divina 0.38
## divis 0.38
## elabor 0.38
## emissenus 0.38
## ephesus 0.38
## extract 0.38
## foretel 0.38
## gar 0.38
## husband 0.38
## implic 0.38
## incompar 0.38
## invalid 0.38
## invent 0.38
## led 0.38
## liveth 0.38
## manual 0.38
## money 0.38
## occur 0.38
## occurr 0.38
## phraseolog 0.38
## presenc 0.38
## product 0.38
## prophet 0.38
## quar 0.38
## reestablish 0.38
## reliev 0.38
## repeal 0.38
## repositori 0.38
## resolv 0.38
## rivington 0.38
## royal 0.38
## safeti 0.38
## sancta 0.38
## sanctus 0.38
## sell 0.38
## shoulder 0.38
## sourc 0.38
## spring 0.38
## stamp 0.38
## studious 0.38
## subtilti 0.38
## surer 0.38
## technic 0.38
## theologian 0.38
## toler 0.38
## tread 0.38
## unnecessari 0.38
## unsatisfactori 0.38
## valid 0.38
## venial 0.38
## vent 0.38
## version 0.38
## virtual 0.38
## visibl 0.38
## warn 0.38
## whereupon 0.38
## withdraw 0.38
## 113 0.37
## 1552 0.37
## 1618 0.37
## 266 0.37
## 9th 0.37
## abolit 0.37
## acclam 0.37
## ambrose 0.37
## anabaptist 0.37
## andrews 0.37
## aspers 0.37
## beveridge 0.37
## blest 0.37
## bramhall 0.37
## breviti 0.37
## cattl 0.37
## characterist 0.37
## clearest 0.37
## consign 0.37
## custodi 0.37
## destroy 0.37
## digress 0.37
## directori 0.37
## discov 0.37
## dissip 0.37
## doctorsermon 0.37
## elder 0.37
## embodi 0.37
## enrich 0.37
## euch 0.37
## facto 0.37
## fall 0.37
## feet 0.37
## fervour 0.37
## franc 0.37
## gregori 0.37
## grossli 0.37
## holiday 0.37
## holili 0.37
## imprint 0.37
## ingratitud 0.37
## insist 0.37
## introductori 0.37
## involv 0.37
## isle 0.37
## jame 0.37
## jar 0.37
## jone 0.37
## jones 0.37
## laurenc 0.37
## legat 0.37
## letter 0.37
## lustr 0.37
## meaneth 0.37
## misappli 0.37
## mote 0.37
## nobleman 0.37
## nonconformist 0.37
## number 0.37
## oath 0.37
## obvious 0.37
## occupi 0.37
## ordinari 0.37
## orthodox 0.37
## ought 0.37
## pamphlet 0.37
## perron 0.37
## pieti 0.37
## predestin 0.37
## presbyterchristian 0.37
## prey 0.37
## puf 0.37
## regular 0.37
## righteous 0.37
## roman 0.37
## sarum 0.37
## serveth 0.37
## silenc 0.37
## spake 0.37
## stumbl 0.37
## suspens 0.37
## tail 0.37
## thenceforth 0.37
## tith 0.37
## toucheth 0.37
## unawar 0.37
## underw 0.37
## undu 0.37
## vestri 0.37
## warrant 0.37
## wave 0.37
## whereunto 0.37
## wider 0.37
## wood 0.37
## xxxiv 0.37
## admiss 0.36
## apprehend 0.36
## attach 0.36
## casual 0.36
## chasten 0.36
## combin 0.36
## date 0.36
## delay 0.36
## derog 0.36
## emperor 0.36
## entreat 0.36
## eph 0.36
## holiest 0.36
## idea 0.36
## imbu 0.36
## initi 0.36
## lamp 0.36
## laps 0.36
## low 0.36
## march 0.36
## mari 0.36
## matthew 0.36
## origen 0.36
## quicken 0.36
## resurrect 0.36
## shrink 0.36
## suspect 0.36
## tare 0.36
## unbelief 0.36
## wind 0.36
## 100 0.35
## 120 0.35
## 300 0.35
## 4th 0.35
## absolut 0.35
## afford 0.35
## approxim 0.35
## assum 0.35
## attain 0.35
## attempt 0.35
## barley 0.35
## betoken 0.35
## brother 0.35
## calumni 0.35
## cast 0.35
## cautious 0.35
## chair 0.35
## commun 0.35
## compet 0.35
## conceit 0.35
## conjectur 0.35
## conspicu 0.35
## cord 0.35
## could 0.35
## cours 0.35
## creed 0.35
## daili 0.35
## decre 0.35
## desireth 0.35
## doctrine 0.35
## durham 0.35
## dust 0.35
## exampl 0.35
## exhaust 0.35
## exist 0.35
## explan 0.35
## felic 0.35
## flight 0.35
## foot 0.35
## forefath 0.35
## forsaken 0.35
## furious 0.35
## grave 0.35
## graviti 0.35
## growth 0.35
## henceforth 0.35
## hooker 0.35
## illustr 0.35
## imag 0.35
## inquiri 0.35
## interpret 0.35
## ipso 0.35
## jealous 0.35
## jer 0.35
## laymen 0.35
## legisl 0.35
## linger 0.35
## mammon 0.35
## meddl 0.35
## mother 0.35
## noah 0.35
## obliter 0.35
## obviat 0.35
## oil 0.35
## partaken 0.35
## piousli 0.35
## privileg 0.35
## regist 0.35
## reinstat 0.35
## restraint 0.35
## restrict 0.35
## rich 0.35
## sanction 0.35
## shock 0.35
## silver 0.35
## sketch 0.35
## standeth 0.35
## strike 0.35
## sudden 0.35
## tridentin 0.35
## useth 0.35
## vaniti 0.35
## veil 0.35
## wealth 0.35
## whom 0.35
## wrought 0.35
## xix 0.35
## xvi 0.35
## youth 0.35
## abbot 0.34
## abomin 0.34
## acced 0.34
## accident 0.34
## aught 0.34
## contin 0.34
## customari 0.34
## dark 0.34
## deal 0.34
## deepli 0.34
## disavow 0.34
## embrac 0.34
## fullest 0.34
## handmaid 0.34
## illumin 0.34
## injuri 0.34
## intens 0.34
## invad 0.34
## invoc 0.34
## knoweth 0.34
## lament 0.34
## link 0.34
## mayest 0.34
## obedi 0.34
## par 0.34
## path 0.34
## pillar 0.34
## purif 0.34
## quit 0.34
## read 0.34
## reign 0.34
## rival 0.34
## serious 0.34
## tacit 0.34
## temper 0.34
## tendenc 0.34
## thiev 0.34
## thirst 0.34
## triniti 0.34
## twice 0.34
## unconsci 0.34
## vow 0.34
## watch 0.34
## whoever 0.34
## writeth 0.34
## xlv 0.34
## 119 0.33
## 235 0.33
## 689 0.33
## accuraci 0.33
## adequ 0.33
## amid 0.33
## ascetic 0.33
## bay 0.33
## bridegroom 0.33
## carnal 0.33
## chosen 0.33
## clem 0.33
## coincid 0.33
## compliment 0.33
## conscienc 0.33
## defianc 0.33
## dialect 0.33
## discoveri 0.33
## dispers 0.33
## disturb 0.33
## doctor 0.33
## entri 0.33
## extend 0.33
## famin 0.33
## favor 0.33
## fieri 0.33
## flock 0.33
## forbidden 0.33
## frail 0.33
## hang 0.33
## heartili 0.33
## hid 0.33
## hide 0.33
## human 0.33
## impious 0.33
## imprec 0.33
## inaugur 0.33
## iniqu 0.33
## latitud 0.33
## light 0.33
## lit 0.33
## maxim 0.33
## mitig 0.33
## paragraph 0.33
## peaceabl 0.33
## period 0.33
## radianc 0.33
## rash 0.33
## relev 0.33
## resort 0.33
## rhetor 0.33
## root 0.33
## round 0.33
## sancti 0.33
## scorch 0.33
## scrupul 0.33
## shade 0.33
## solitari 0.33
## stiff 0.33
## sub 0.33
## switzerland 0.33
## sword 0.33
## thief 0.33
## thin 0.33
## transform 0.33
## trivial 0.33
## unfortun 0.33
## unfriend 0.33
## unnatur 0.33
## uttermost 0.33
## villag 0.33
## vision 0.33
## weekday 0.33
## wiser 0.33
## woollen 0.33
## xiiith 0.33
## adopt 0.32
## angel 0.32
## announc 0.32
## approb 0.32
## archangel 0.32
## banish 0.32
## basil 0.32
## breath 0.32
## british 0.32
## catechumen 0.32
## censur 0.32
## channel 0.32
## charact 0.32
## contriv 0.32
## crowd 0.32
## cruel 0.32
## cut 0.32
## discard 0.32
## excit 0.32
## experienc 0.32
## fabl 0.32
## fact 0.32
## fearless 0.32
## five 0.32
## forward 0.32
## garment 0.32
## gentl 0.32
## gold 0.32
## hill 0.32
## immort 0.32
## infanc 0.32
## insignific 0.32
## invis 0.32
## jeremi 0.32
## maker 0.32
## meal 0.32
## negat 0.32
## nicea 0.32
## nomin 0.32
## oppon 0.32
## patriarch 0.32
## persuas 0.32
## pleasur 0.32
## polycarp 0.32
## prison 0.32
## provok 0.32
## quarter 0.32
## relax 0.32
## sacramentari 0.32
## scandal 0.32
## scorn 0.32
## seldom 0.32
## sept 0.32
## sharp 0.32
## sheep 0.32
## signal 0.32
## specifi 0.32
## spirit 0.32
## stress 0.32
## struck 0.32
## suggest 0.32
## suspicion 0.32
## talk 0.32
## tast 0.32
## thirti 0.32
## unjust 0.32
## unknown 0.32
## victori 0.32
## void 0.32
## war 0.32
## wilt 0.32
## wisdom 0.32
## adorn 0.31
## betook 0.31
## bosom 0.31
## cold 0.31
## collect 0.31
## conscious 0.31
## cost 0.31
## creation 0.31
## credit 0.31
## credul 0.31
## defici 0.31
## delight 0.31
## depth 0.31
## destini 0.31
## dilig 0.31
## diminish 0.31
## dream 0.31
## farth 0.31
## founder 0.31
## fountain 0.31
## germ 0.31
## goddeni 0.31
## grate 0.31
## incident 0.31
## includ 0.31
## indic 0.31
## insinu 0.31
## iron 0.31
## irreligi 0.31
## kindl 0.31
## lesser 0.31
## mad 0.31
## media 0.31
## offens 0.31
## parochi 0.31
## plausibl 0.31
## promin 0.31
## prosper 0.31
## punish 0.31
## recruit 0.31
## reverenc 0.31
## ritual 0.31
## rule 0.31
## school 0.31
## seed 0.31
## seek 0.31
## serm 0.31
## signific 0.31
## solv 0.31
## transient 0.31
## trodden 0.31
## useless 0.31
## waver 0.31
## wilder 0.31
## worst 0.31
## zacharia 0.31
## 115 0.30
## 2nd 0.30
## 2ndli 0.30
## ambiti 0.30
## apocryph 0.30
## candlestick 0.30
## celsus 0.30
## contenti 0.30
## cooper 0.30
## delicaci 0.30
## dieth 0.30
## dwelt 0.30
## ecclesiast 0.30
## enlighten 0.30
## enquir 0.30
## excus 0.30
## faint 0.30
## frame 0.30
## freer 0.30
## fulfil 0.30
## harmless 0.30
## hidden 0.30
## histori 0.30
## hunger 0.30
## implicit 0.30
## impress 0.30
## interf 0.30
## knit 0.30
## lili 0.30
## mayb 0.30
## midst 0.30
## misinterpret 0.30
## nativ 0.30
## newli 0.30
## physic 0.30
## preacher 0.30
## promot 0.30
## psalm 0.30
## purg 0.30
## purgatori 0.30
## quotat 0.30
## ratif 0.30
## resign 0.30
## restitut 0.30
## ridicul 0.30
## salut 0.30
## sect 0.30
## sent 0.30
## showeth 0.30
## situat 0.30
## sown 0.30
## spare 0.30
## spous 0.30
## strongest 0.30
## survey 0.30
## temptat 0.30
## undon 0.30
## vagu 0.30
## verg 0.30
## widow 0.30
## wilson 0.30
## worketh 0.30
## 1057 0.29
## 1100 0.29
## 1146 0.29
## 1418 0.29
## 1431 0.29
## 1he 0.29
## 258 0.29
## 26luke 0.29
## 381 0.29
## 4245 0.29
## 573 0.29
## 830 0.29
## adde 0.29
## adducti 0.29
## adjourn 0.29
## adulteri 0.29
## advantagehom 0.29
## advertis 0.29
## aeternam 0.29
## afferam 0.29
## agree 0.29
## aix 0.29
## alexand 0.29
## alibi 0.29
## alps 0.29
## amos 0.29
## amurath 0.29
## anatomist 0.29
## anchorag 0.29
## animasqu 0.29
## antonian 0.29
## antonianus 0.29
## apertassima 0.29
## apiec 0.29
## apostlesor 0.29
## arcadius 0.29
## arrear 0.29
## asper 0.29
## asserer 0.29
## asserunt 0.29
## assever 0.29
## associ 0.29
## atrocissima 0.29
## attulimus 0.29
## auderem 0.29
## authenticai 0.29
## azaria 0.29
## babylonian 0.29
## balsam 0.29
## beatifi 0.29
## bessarion 0.29
## betteribid 0.29
## birdsin 0.29
## blind 0.29
## bordeaux 0.29
## bracar 0.29
## briar 0.29
## burnet 0.29
## busyd 0.29
## c3y48 0.29
## cabilon 0.29
## caesarini 0.29
## calcul 0.29
## carcer 0.29
## carcerem 0.29
## caress 0.29
## carnalwhoso 0.29
## carth 0.29
## cconc 0.29
## cdissuas 0.29
## centuryit 0.29
## cep 0.29
## cfor 0.29
## chapell 0.29
## childish 0.29
## childlish 0.29
## civat 0.29
## cogenc 0.29
## coiquinatum 0.29
## collater 0.29
## comer 0.29
## comest 0.29
## commut 0.29
## comparanda 0.29
## complaint 0.29
## condemn 0.29
## confirmatori 0.29
## confutat 0.29
## consistori 0.29
## constantinus 0.29
## contact 0.29
## contexthow 0.29
## continet 0.29
## contr 0.29
## conversationi 0.29
## copiosus 0.29
## corona 0.29
## crimesenchirid 0.29
## crossa 0.29
## crossbear 0.29
## cruciata 0.29
## csed 0.29
## cur 0.29
## cxviii 0.29
## cyzicus 0.29
## damna 0.29
## damsel 0.29
## dawningibid 0.29
## deadconc 0.29
## dean 0.29
## deep 0.29
## definitum 0.29
## defuncti 0.29
## delphinus 0.29
## desider 0.29
## detenta 0.29
## deterior 0.29
## dethron 0.29
## deus 0.29
## didwa 0.29
## dimens 0.29
## discomfort 0.29
## disembodi 0.29
## disencumb 0.29
## dissatisfact 0.29
## diu 0.29
## dizzi 0.29
## docent 0.29
## docet 0.29
## doctrineeph 0.29
## doer 0.29
## doge 0.29
## dort 0.29
## drachm 0.29
## ducat 0.29
## ducunt 0.29
## dulcitium 0.29
## earthen 0.29
## ecclesiarch 0.29
## ecstaci 0.29
## edmund 0.29
## effectdiv 0.29
## embellish 0.29
## enlist 0.29
## entranc 0.29
## errorem 0.29
## especiallyth 0.29
## eudoxia 0.29
## eugenius 0.29
## event 0.29
## excepto 0.29
## exculp 0.29
## expiantur 0.29
## ezeklel 0.29
## faber 0.29
## faustinum 0.29
## feather 0.29
## ferrara 0.29
## fightest 0.29
## firein 0.29
## fireorat 0.29
## fleshd 0.29
## florence 0.29
## florin 0.29
## followingwhich 0.29
## forgon 0.29
## forsomuch 0.29
## forthibid 0.29
## fortyf 0.29
## freemen 0.29
## frisingensi 0.29
## fugit 0.29
## fulcrum 0.29
## futured 0.29
## gallic 0.29
## gem 0.29
## genevan 0.29
## germanus 0.29
## glean 0.29
## goldhom 0.29
## grat 0.29
## grew 0.29
## grind 0.29
## hade 0.29
## hae 0.29
## hapax 0.29
## harm 0.29
## heal 0.29
## heavili 0.29
## heraclea 0.29
## heterodox 0.29
## himep 0.29
## himhom 0.29
## homoious 0.29
## ign 0.29
## ignem 0.29
## igni 0.29
## illsibid 0.29
## imbecil 0.29
## impertinencesi 0.29
## improbar 0.29
## inapplic 0.29
## incipi 0.29
## includedd 0.29
## inclus 0.29
## indestruct 0.29
## indict 0.29
## infallibl 0.29
## inferi 0.29
## infero 0.29
## infra 0.29
## ingrediturpart 0.29
## ingressus 0.29
## inspir 0.29
## inspirer 0.29
## inst 0.29
## intelligi 0.29
## intendedunto 0.29
## iowest 0.29
## irrecover 0.29
## isthat 0.29
## itdial 0.29
## itin 0.29
## jabesh 0.29
## judgeeven 0.29
## judgmentcomm 0.29
## judgmentin 0.29
## judgmnent 0.29
## justus 0.29
## juvari 0.29
## laedendi 0.29
## lastday 0.29
## latium 0.29
## laughter 0.29
## leaden 0.29
## lefthowev 0.29
## leftoth 0.29
## legi 0.29
## legomenon 0.29
## libel 0.29
## licet 0.29
## lifeflow 0.29
## lighter 0.29
## likingsyet 0.29
## limbus 0.29
## loca 0.29
## loiter 0.29
## lordep 0.29
## lordhom 0.29
## loved 0.29
## lovest 0.29
## luck 0.29
## lum 0.29
## luminari 0.29
## lxvi 0.29
## mademystagog 0.29
## magi 0.29
## mala 0.29
## malefactor 0.29
## manifestum 0.29
## marks 0.29
## martyrdomepist 0.29
## ment 0.29
## micvii 0.29
## mildert 0.29
## misael 0.29
## missum 0.29
## moneyget 0.29
## monogam 0.29
## mort 0.29
## morti 0.29
## mortui 0.29
## mourn 0.29
## muchstil 0.29
## muchtalk 0.29
## multipli 0.29
## narrow 0.29
## nether 0.29
## nicaea 0.29
## nicomedia 0.29
## nightfal 0.29
## nillil 0.29
## nola 0.29
## novatian 0.29
## novic 0.29
## nuga 0.29
## nulla 0.29
## oblationsep 0.29
## offshoot 0.29
## operib 0.29
## otto 0.29
## ottoman 0.29
## outlet 0.29
## outpost 0.29
## outright 0.29
## overpati 0.29
## overplus 0.29
## overset 0.29
## overtak 0.29
## overtur 0.29
## palaeologus 0.29
## pammach 0.29
## pammachius 0.29
## partisan 0.29
## passport 0.29
## patriam 0.29
## patribus 0.29
## pauca 0.29
## pearl 0.29
## pelag 0.29
## perfum 0.29
## perfunctori 0.29
## perjuri 0.29
## phaedo 0.29
## phantom 0.29
## piorum 0.29
## placeorat 0.29
## plura 0.29
## poland 0.29
## pop 0.29
## poss 0.29
## possit 0.29
## possunt 0.29
## preceptor 0.29
## predestinarian 0.29
## predisposit 0.29
## prepossess 0.29
## pretiosus 0.29
## prisonhous 0.29
## probar 0.29
## proem 0.29
## profiteth 0.29
## propheci 0.29
## prophesi 0.29
## prorogu 0.29
## prose 0.29
## pudicit 0.29
## puerorum 0.29
## punishmentlib 0.29
## punishmentto 0.29
## purgari 0.29
## purgatorii 0.29
## purgatorio 0.29
## purgatorium 0.29
## purgatorius 0.29
## quaedam 0.29
## quorum 0.29
## raca 0.29
## ralli 0.29
## readmit 0.29
## recoil 0.29
## rectitudin 0.29
## refrigerium 0.29
## reinforc 0.29
## repuls 0.29
## resurrectiond 0.29
## revelationsa 0.29
## revelationsassert 0.29
## rhine 0.29
## rigaltius 0.29
## ripe 0.29
## rochest 0.29
## rous 0.29
## sack 0.29
## saeculi 0.29
## sagaci 0.29
## saidyou 0.29
## saintsnow 0.29
## sane 0.29
## sank 0.29
## sano 0.29
## scope 0.29
## secretari 0.29
## sensus 0.29
## sententia 0.29
## sententiam 0.29
## seria 0.29
## severin 0.29
## severus 0.29
## sguropulus 0.29
## showcertain 0.29
## shrine 0.29
## similia 0.29
## sinad 0.29
## singsong 0.29
## sinsmort 0.29
## sint 0.29
## skeleton 0.29
## sleepd 0.29
## sleight 0.29
## snatcheth 0.29
## soap 0.29
## soil 0.29
## sonat 0.29
## speculatist 0.29
## spiritsd 0.29
## spokesmen 0.29
## spur 0.29
## squar 0.29
## stgregori 0.29
## strasburgh 0.29
## stratagem 0.29
## suffragii 0.29
## summon 0.29
## supererogatori 0.29
## superstitionthi 0.29
## survivor 0.29
## symmachus 0.29
## syropulus 0.29
## tame 0.29
## tempus 0.29
## tenant 0.29
## teneo 0.29
## theft 0.29
## themhom 0.29
## theod 0.29
## threaten 0.29
## tob 0.29
## transituro 0.29
## transylvania 0.29
## trebizond 0.29
## trench 0.29
## trevern 0.29
## trick 0.29
## truththey 0.29
## turkish 0.29
## turtledov 0.29
## udelric 0.29
## umpir 0.29
## unappropri 0.29
## uncancel 0.29
## underhand 0.29
## undevelop 0.29
## unforgiven 0.29
## unform 0.29
## unhealthili 0.29
## unite 0.29
## unmitig 0.29
## unprofit 0.29
## unprotect 0.29
## unseen 0.29
## untold 0.29
## unwise 0.29
## upnot 0.29
## urn 0.29
## usedconc 0.29
## van 0.29
## vanit 0.29
## vantag 0.29
## vehement 0.29
## vera 0.29
## verif 0.29
## violet 0.29
## vitaliana 0.29
## wage 0.29
## wellepist 0.29
## whowhen 0.29
## wili 0.29
## wive 0.29
## wordsswear 0.29
## worldwith 0.29
## wormat 0.29
## worn 0.29
## wouldst 0.29
## xxxviii 0.29
## abid 0.28
## acts 0.28
## antiquiti 0.28
## apologist 0.28
## aquina 0.28
## attent 0.28
## baruch 0.28
## base 0.28
## bird 0.28
## blend 0.28
## bright 0.28
## burial 0.28
## burthen 0.28
## check 0.28
## cometh 0.28
## crafti 0.28
## crown 0.28
## debtor 0.28
## depart 0.28
## door 0.28
## episcopius 0.28
## escap 0.28
## essenc 0.28
## execution 0.28
## fanci 0.28
## frivol 0.28
## fruition 0.28
## furnac 0.28
## generat 0.28
## gloom 0.28
## hay 0.28
## illa 0.28
## indulg 0.28
## ingenu 0.28
## intermedi 0.28
## jerom 0.28
## lifegiv 0.28
## moder 0.28
## nameth 0.28
## nazareth 0.28
## nichol 0.28
## nov 0.28
## opinions 0.28
## oppress 0.28
## paradis 0.28
## patron 0.28
## pigeon 0.28
## pleasant 0.28
## pollux 0.28
## pretendeth 0.28
## process 0.28
## quantiti 0.28
## recours 0.28
## recoveri 0.28
## res 0.28
## revers 0.28
## schismat 0.28
## search 0.28
## should 0.28
## soar 0.28
## startl 0.28
## student 0.28
## sung 0.28
## taunt 0.28
## tom 0.28
## tour 0.28
## tunc 0.28
## unrep 0.28
## unsaid 0.28
## vice 0.28
## vita 0.28
## wall 0.28
## wellknown 0.28
## wick 0.28
## absorb 0.27
## adjust 0.27
## anniversari 0.27
## approv 0.27
## arius 0.27
## attract 0.27
## await 0.27
## basl 0.27
## believeth 0.27
## champion 0.27
## chastis 0.27
## children 0.27
## concerning 0.27
## contrast 0.27
## countenanc 0.27
## deceiv 0.27
## dionysius 0.27
## divers 0.27
## eastern 0.27
## fellowship 0.27
## fifti 0.27
## florenc 0.27
## genesi 0.27
## hypothesi 0.27
## imaginari 0.27
## impur 0.27
## incarn 0.27
## listen 0.27
## logic 0.27
## moral 0.27
## movement 0.27
## nelson 0.27
## outlin 0.27
## pernici 0.27
## play 0.27
## poena 0.27
## rain 0.27
## remedi 0.27
## repli 0.27
## sad 0.27
## slow 0.27
## snare 0.27
## sole 0.27
## spent 0.27
## store 0.27
## stronger 0.27
## struggl 0.27
## stubbl 0.27
## subsist 0.27
## systemat 0.27
## tree 0.27
## ungod 0.27
## unten 0.27
## usag 0.27
## virgil 0.27
## visit 0.27
## western 0.27
## wherev 0.27
## withheld 0.27
## abstain 0.26
## acut 0.26
## allevi 0.26
## analys 0.26
## armi 0.26
## barren 0.26
## begun 0.26
## bibl 0.26
## blameabl 0.26
## childhood 0.26
## clergymen 0.26
## compass 0.26
## composit 0.26
## connexion 0.26
## corner 0.26
## denial 0.26
## display 0.26
## divest 0.26
## expiation 0.26
## flame 0.26
## galile 0.26
## godhead 0.26
## groan 0.26
## grow 0.26
## horribl 0.26
## incomplet 0.26
## inculc 0.26
## interv 0.26
## invest 0.26
## investig 0.26
## invok 0.26
## journey 0.26
## june 0.26
## kingdom 0.26
## mischief 0.26
## narrat 0.26
## overthrown 0.26
## pang 0.26
## passiv 0.26
## plung 0.26
## pref 0.26
## principl 0.26
## promis 0.26
## prompt 0.26
## prudenc 0.26
## quiet 0.26
## rage 0.26
## reap 0.26
## rebuk 0.26
## remonstr 0.26
## request 0.26
## reveal 0.26
## sacred 0.26
## termin 0.26
## tomorrow 0.26
## twelv 0.26
## ultraprotestant 0.26
## urgent 0.26
## were 0.26
## 1215 0.25
## 600 0.25
## accommod 0.25
## activ 0.25
## adapt 0.25
## admonit 0.25
## adulter 0.25
## allus 0.25
## amend 0.25
## antioch 0.25
## barnaba 0.25
## bliss 0.25
## brace 0.25
## chastiti 0.25
## circumstanc 0.25
## claus 0.25
## clergyman 0.25
## cloak 0.25
## compact 0.25
## constantinopl 0.25
## damni 0.25
## danc 0.25
## dazzl 0.25
## degener 0.25
## deistic 0.25
## deo 0.25
## departur 0.25
## depositori 0.25
## discover 0.25
## discret 0.25
## dispassion 0.25
## disproof 0.25
## durandus 0.25
## ear 0.25
## earlier 0.25
## easier 0.25
## economi 0.25
## else 0.25
## endang 0.25
## entic 0.25
## envi 0.25
## envious 0.25
## expend 0.25
## fatal 0.25
## faust 0.25
## fed 0.25
## fiftytwo 0.25
## fli 0.25
## futil 0.25
## gibbon 0.25
## glanc 0.25
## glow 0.25
## hesit 0.25
## homoous 0.25
## horrid 0.25
## horror 0.25
## incom 0.25
## inventor 0.25
## jeopardi 0.25
## juda 0.25
## latitudinarian 0.25
## licenc 0.25
## lifeless 0.25
## mahometan 0.25
## meretrici 0.25
## middl 0.25
## mightili 0.25
## moralist 0.25
## ocean 0.25
## oper 0.25
## outset 0.25
## outwork 0.25
## overrul 0.25
## parabl 0.25
## percept 0.25
## persev 0.25
## plainest 0.25
## precaut 0.25
## precipic 0.25
## primat 0.25
## qui 0.25
## regret 0.25
## regulam 0.25
## resourc 0.25
## romanismno 0.25
## satisfactorili 0.25
## section 0.25
## sermons 0.25
## similar 0.25
## socinian 0.25
## stabl 0.25
## strenuous 0.25
## stroke 0.25
## subtl 0.25
## sunt 0.25
## superinduc 0.25
## swine 0.25
## tarri 0.25
## tempt 0.25
## themthi 0.25
## thorn 0.25
## treason 0.25
## trustworthi 0.25
## undergo 0.25
## unfulfil 0.25
## unitarian 0.25
## unpract 0.25
## unsound 0.25
## untaught 0.25
## untoward 0.25
## unwritten 0.25
## vindic 0.25
## wafer 0.25
## wear 0.25
## witti 0.25
## abrog 0.24
## abyss 0.24
## across 0.24
## ala 0.24
## alloy 0.24
## anima 0.24
## append 0.24
## aspect 0.24
## assay 0.24
## bas 0.24
## beauti 0.24
## challeng 0.24
## cloudi 0.24
## comeli 0.24
## conduct 0.24
## contemptu 0.24
## control 0.24
## counsel 0.24
## cradl 0.24
## dew 0.24
## diffus 0.24
## disposit 0.24
## divulg 0.24
## dona 0.24
## empire 0.24
## endu 0.24
## font 0.24
## forebod 0.24
## friar 0.24
## garb 0.24
## ghost 0.24
## godli 0.24
## grudg 0.24
## guarante 0.24
## hem 0.24
## hist 0.24
## incarnat 0.24
## incur 0.24
## inequ 0.24
## ingeni 0.24
## insurmount 0.24
## into 0.24
## irrelev 0.24
## jacob 0.24
## justifi 0.24
## knowledg 0.24
## lame 0.24
## mislead 0.24
## monasteri 0.24
## nugatori 0.24
## occasion 0.24
## pater 0.24
## perpetr 0.24
## perspicu 0.24
## pervers 0.24
## populac 0.24
## proverbi 0.24
## provinc 0.24
## recapitul 0.24
## remnant 0.24
## respit 0.24
## revel 0.24
## saint 0.24
## sang 0.24
## seduct 0.24
## selfdef 0.24
## shackl 0.24
## shelter 0.24
## shudder 0.24
## sic 0.24
## sith 0.24
## sive 0.24
## specimen 0.24
## stretch 0.24
## strive 0.24
## studi 0.24
## substant 0.24
## surpris 0.24
## teacher 0.24
## thrust 0.24
## topic 0.24
## tumult 0.24
## unaffect 0.24
## unbecom 0.24
## unbeliev 0.24
## unguard 0.24
## unscrupul 0.24
## utilitarian 0.24
## vine 0.24
## walk 0.24
## watchtow 0.24
## whitbi 0.24
## withdrawn 0.24
## wither 0.24
## abod 0.23
## absurd 0.23
## alien 0.23
## annunciat 0.23
## anselm 0.23
## anticip 0.23
## appeareth 0.23
## aristotl 0.23
## ark 0.23
## award 0.23
## beat 0.23
## broughtest 0.23
## calendar 0.23
## cel 0.23
## certainti 0.23
## cheer 0.23
## compani 0.23
## crave 0.23
## cxix 0.23
## delus 0.23
## disagr 0.23
## diseas 0.23
## dross 0.23
## emul 0.23
## eterniti 0.23
## ethic 0.23
## everywher 0.23
## exposit 0.23
## exult 0.23
## faci 0.23
## flourish 0.23
## fortiori 0.23
## gaze 0.23
## giveth 0.23
## hail 0.23
## heathenish 0.23
## hedg 0.23
## impenetr 0.23
## improb 0.23
## impugn 0.23
## indefinit 0.23
## indiscrimin 0.23
## indulgenc 0.23
## irrever 0.23
## limit 0.23
## lot 0.23
## luc 0.23
## martha 0.23
## miseri 0.23
## mode 0.23
## monk 0.23
## omn 0.23
## philosoph 0.23
## plagu 0.23
## polydor 0.23
## problem 0.23
## prone 0.23
## pursuit 0.23
## regul 0.23
## russia 0.23
## safest 0.23
## scott 0.23
## selfdisciplin 0.23
## septuagint 0.23
## shine 0.23
## sixteenth 0.23
## spite 0.23
## stabil 0.23
## sublim 0.23
## submiss 0.23
## sworn 0.23
## thisthat 0.23
## thoughtless 0.23
## trace 0.23
## uneduc 0.23
## unintellig 0.23
## unlik 0.23
## venetian 0.23
## wax 0.23
## whoredom 0.23
## xxxvii 0.23
## advic 0.22
## aloud 0.22
## anania 0.22
## anteced 0.22
## ardent 0.22
## athanasian 0.22
## brimston 0.22
## buri 0.22
## chaff 0.22
## chast 0.22
## convict 0.22
## destitut 0.22
## did 0.22
## drown 0.22
## finger 0.22
## fro 0.22
## guidanc 0.22
## habitu 0.22
## heresi 0.22
## hilari 0.22
## histor 0.22
## ibid 0.22
## infidel 0.22
## infin 0.22
## instinct 0.22
## julian 0.22
## lactantius 0.22
## manuscript 0.22
## metropolitan 0.22
## miracl 0.22
## nos 0.22
## ointment 0.22
## once 0.22
## ornament 0.22
## overshadow 0.22
## phenomena 0.22
## pilgrim 0.22
## plato 0.22
## presbyterian 0.22
## protect 0.22
## proverb 0.22
## quarrel 0.22
## robe 0.22
## scanti 0.22
## scienc 0.22
## shut 0.22
## sink 0.22
## six 0.22
## skil 0.22
## slave 0.22
## submit 0.22
## thousand 0.22
## toil 0.22
## train 0.22
## tribul 0.22
## twilight 0.22
## uneasi 0.22
## unwari 0.22
## abound 0.21
## acquiesc 0.21
## albeit 0.21
## arminian 0.21
## aros 0.21
## athanasius 0.21
## axe 0.21
## bertram 0.21
## bone 0.21
## butler 0.21
## catch 0.21
## citizen 0.21
## closet 0.21
## commenc 0.21
## contract 0.21
## convert 0.21
## creep 0.21
## deceas 0.21
## deum 0.21
## disbeliev 0.21
## disrespect 0.21
## dog 0.21
## dost 0.21
## etiam 0.21
## evidenc 0.21
## expens 0.21
## extens 0.21
## fig 0.21
## grown 0.21
## immacul 0.21
## incalcul 0.21
## infect 0.21
## inspect 0.21
## level 0.21
## lofti 0.21
## medicin 0.21
## moon 0.21
## neglect 0.21
## novel 0.21
## obedienc 0.21
## oracl 0.21
## praiseworthi 0.21
## prayerbook 0.21
## preconceiv 0.21
## prime 0.21
## purpl 0.21
## ran 0.21
## reced 0.21
## red 0.21
## refrain 0.21
## relinquish 0.21
## remind 0.21
## respons 0.21
## scholar 0.21
## secret 0.21
## seven 0.21
## smaller 0.21
## sojourn 0.21
## steadi 0.21
## storm 0.21
## stumblingblock 0.21
## tim 0.21
## tone 0.21
## torment 0.21
## tranquil 0.21
## treatment 0.21
## unreal 0.21
## valley 0.21
## weighti 0.21
## wil 0.21
## african 0.20
## betak 0.20
## cleric 0.20
## clue 0.20
## dan 0.20
## enthusiasm 0.20
## feebl 0.20
## flower 0.20
## forbid 0.20
## garden 0.20
## immor 0.20
## industri 0.20
## literatur 0.20
## philosophi 0.20
## platonist 0.20
## releas 0.20
## samaritan 0.20
## scheme 0.20
## successor 0.20
## vineyard 0.20