ST-OCR-Evaluation-and-Correction

In [1]:
%load_ext autoreload
In [2]:
%autoreload 2
In [3]:
from text2topics import reports
from text2topics import utilities
from text2topics import clean
import re
import os
from os import listdir
from os.path import isfile, join
import collections
In [4]:
%matplotlib inline
In [5]:
wordlist_dir = "/Users/jeriwieringa/Dissertation/drafts/data/word-lists"
wordlists = ["2016-12-07-SDA-last-names.txt", 
             "2016-12-07-SDA-place-names.txt", 
             "2016-12-08-SDA-Vocabulary.txt", 
             "2017-01-03-place-names.txt", 
             "2017-02-14-Base-Word-List-SCOWL&KJV.txt",
             "2017-02-14-Roman-Numerals.txt",
             "2017-03-01-Additional-Approved-Words.txt"
            ]
In [6]:
spelling_dictionary = utilities.create_spelling_dictionary(wordlist_dir, wordlists)
In [7]:
title = "ST"
In [8]:
base_dir = "/Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/{}/".format(title)

Baseline

In [9]:
cycle = 'baseline'
In [10]:
stats = reports.overview_report(join(base_dir, cycle), spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/ST/baseline

Average verified rate: 0.9456481148200234

Average of error rates: 0.05545122187742437

Total token count: 36908545

In [11]:
errors_summary = reports.get_errors_summary( stats )
reports.top_errors( errors_summary, 1000 )
Out[11]:
[('-', 71819),
 (')', 39961),
 ('ñ', 36059),
 ('¥', 29487),
 ("'", 28740),
 ('(', 21095),
 ('e', 20821),
 ('re-', 19656),
 ('m', 18049),
 ('tion', 17964),
 ('con-', 17104),
 ('d', 16965),
 ('w', 16732),
 ('n', 15374),
 ('t', 14460),
 ('in-', 14383),
 ('be-', 13231),
 ('r', 10941),
 ('g', 10890),
 ('ñthe', 10869),
 ('de-', 10750),
 ('com-', 10356),
 ('ment', 8671),
 ('th', 8267),
 ('ex-', 7926),
 ('f', 7733),
 ('pp', 6853),
 ('un-', 5605),
 ('co', 5591),
 ('dis-', 5532),
 ('tions', 5111),
 ('per-', 4906),
 ('*', 4847),
 ('pro-', 4676),
 ('en-', 4617),
 ('ña', 4490),
 ('im-', 4097),
 ('pre-', 3949),
 ('u', 3879),
 ('ac-', 3742),
 ('ments', 3575),
 ('an-', 3420),
 ('sab-', 3238),
 ('_', 3099),
 ('x', 3056),
 (']', 3045),
 ('ex', 3028),
 ('ad-', 2997),
 ('ence', 2982),
 ('chris-', 2975),
 ('ap-', 2905),
 ('for-', 2485),
 ('ple', 2458),
 ('ful', 2375),
 ('sub-', 2304),
 ('al-', 2292),
 ('-the', 2280),
 ('to-', 2269),
 ('mo', 2212),
 ('ance', 2210),
 ('mis-', 2201),
 ("'the", 2170),
 ('ers', 2073),
 ('peo-', 1998),
 ('command-', 1985),
 ('na-', 1985),
 ('(continued', 1926),
 ('ob-', 1909),
 ('ł', 1901),
 ('/', 1875),
 ('at-', 1867),
 ('with-', 1848),
 ('wm', 1840),
 ('tian', 1824),
 ('fol-', 1809),
 ('--', 1798),
 ('ity', 1760),
 ('him-', 1711),
 ('š', 1668),
 ('right-', 1645),
 ('k', 1623),
 ('as-', 1611),
 ('ble', 1606),
 ('inter-', 1603),
 ('ture', 1601),
 ('ñit', 1596),
 ('them-', 1588),
 ('em-', 1545),
 ('[', 1519),
 ('sun-', 1517),
 ('ent', 1514),
 ('there-', 1495),
 ('under-', 1489),
 ('[the', 1475),
 ('di-', 1462),
 ('some-', 1454),
 ('trans-', 1439),
 ('copies)', 1437),
 ('chil-', 1436),
 ('dren', 1428),
 ('ques-', 1427),
 ('govern-', 1425),
 ('fifth-day', 1385),
 ('pres-', 1384),
 ('gen-', 1382),
 ('king-', 1353),
 ('ber', 1345),
 ('society-', 1307),
 ("the'", 1295),
 ('man-', 1290),
 ('eze', 1286),
 ('sup-', 1255),
 ('altho', 1240),
 ('or-', 1238),
 ('par-', 1235),
 ('pur-', 1232),
 ('over-', 1225),
 ('ous', 1219),
 ('eousness', 1188),
 ('es-', 1167),
 ('coun-', 1152),
 ('can-', 1136),
 ('%', 1132),
 ('mandments', 1125),
 ("of'", 1125),
 ('sev-', 1121),
 ('(see', 1121),
 ('šthe', 1113),
 ('thou-', 1111),
 ('meet-', 1106),
 ('char-', 1102),
 ('gov-', 1101),
 ('pos-', 1088),
 ('pa-', 1083),
 ('ets', 1081),
 ('cor-', 1064),
 ('ar-', 1063),
 ('z', 1044),
 ('pub-', 1037),
 ('cer-', 1034),
 ('(the', 1029),
 ('judg-', 1028),
 ('proph-', 1020),
 ('tive', 1017),
 ('ure', 1010),
 ('ñin', 1008),
 ('every-', 1005)]

Review Special Character Use

In [12]:
reports.tokens_with_special_characters(errors_summary)
Out[12]:
[(')', 39961),
 ('ñ', 36059),
 ('¥', 29487),
 ('(', 21095),
 ('ñthe', 10869),
 ('*', 4847),
 ('ña', 4490),
 ('_', 3099),
 (']', 3045),
 ('(continued', 1926),
 ('ł', 1901),
 ('/', 1875),
 ('š', 1668),
 ('ñit', 1596),
 ('[', 1519),
 ('[the', 1475),
 ('copies)', 1437),
 ('%', 1132),
 ('(see', 1121),
 ('šthe', 1113),
 ('(the', 1029),
 ('ñin', 1008),
 ('(john', 996),
 ('•', 945),
 ('`', 929),
 ('¥¥', 900),
 ('(rom', 799),
 ('ñselected', 774),
 ('ã', 753),
 ('ñsel', 736),
 ('(a', 732),
 ('(entered', 723),
 ('(rev', 685),
 ('ñan', 685),
 ('(for', 668),
 ('(matt', 665),
 ('(luke', 656),
 ('ñthere', 638),
 ('+', 632),
 ('ñrev', 621),
 ('numbers)', 621),
 ('(verse', 616),
 ('(to', 614),
 ('ñno', 548),
 ('(acts', 542),
 ('¡', 539),
 ('ñchristian', 530),
 ('=', 519),
 ('ñwe', 507),
 ('ñthat', 506),
 ('ñand', 490),
 ('(isa', 488),
 ('(ps', 487),
 ('ñat', 479),
 ('ša', 477),
 ('\\', 469),
 ('(b', 449),
 ('(concluded', 444),
 ('ñdr', 444),
 ('(heb', 441),
 ('**', 407),
 ('ñon', 407),
 ('(page', 406),
 ('ô', 406),
 ('(gen', 403),
 ('(and', 393),
 ('—', 388),
 ('(or', 387),
 ('ñall', 378),
 ('¥the', 375),
 ('£', 363),
 ('ñby', 353),
 ('(i', 347),
 ('(in', 342),
 ('(a)', 331),
 ('(lesson', 323),
 ('ñmrs', 312),
 ('ñto', 311),
 ('(ex', 305),
 ('(b)', 301),
 ('ñone', 299),
 ('ñjohn', 299),
 ('ñthis', 297),
 ('(mark', 295),
 ('(which', 295),
 ('the¥', 290),
 ('(as', 289),
 ('ñnot', 287),
 ('[or', 280),
 ('(matthew', 277),
 ('ñs', 270),
 ('ñ*ñ', 268),
 ('(eph', 261),
 ('[christ]', 259),
 ('(i)', 254),
 ('societyñbox', 252),
 ('ñhe', 245),
 ('ñwhat', 243),
 ('ñwhen', 242),
 ('(size', 238),
 ('ñtwo', 237),
 ('[a', 235),
 ('(c)', 235),
 ('ñj', 230),
 ('ñi', 229),
 ('¥¥¥', 229),
 ('(dan', 225),
 ('©', 223),
 ('-¥', 222),
 ('(saturday)', 220),
 ('ñbut', 215),
 ('ñis', 213),
 ('ñnew', 209),
 ('(not', 208),
 ('(gal', 207),
 ('¦', 204),
 ('ñbecause', 203),
 ('¥of', 198),
 ('ñfor', 197),
 ('~~', 195),
 ('[of', 194),
 ('ñdied', 191),
 ('(revelation', 190),
 ('[in', 189),
 ('ñhouse', 186),
 ('ññ', 184),
 ('ñas', 184),
 ('ñn', 182),
 ('(verses', 181),
 ('`the', 178),
 ('ñof', 177),
 ('ñyes', 176),
 ('ñfrom', 175),
 ('ñthey', 169),
 ('__', 168),
 ('ñid', 168),
 ('[from', 167),
 ('ñhow', 167),
 ('(r', 165),
 ('o)', 164),
 ('i)', 163),
 ('#', 160),
 ('ñchurch', 158),
 ('[margin', 157),
 ('ñour', 157),
 ('ñif', 154),
 ('[that', 154),
 ('¥and', 153),
 ('(from', 153),
 ('and¥', 143),
 ('\ufeff', 142),
 ('(chapter', 138),
 ('[for', 137),
 ('(margin', 136),
 ('ñsome', 134),
 ('(that', 134),
 ('šit', 133),
 ('ñbishop', 133),
 ('(illustrated)', 133),
 ('¥-', 131),
 ('(maps', 131),
 ('[sunday]', 131),
 ('ñduring', 130),
 ('ñmr', 129),
 ('(col', 127),
 ('ñt', 127),
 ("¥'", 125),
 ('[not', 125),
 ('(to)', 124),
 ('(james', 124),
 ('(chap', 122),
 ('ñthose', 122),
 ('christñthe', 120),
 ('*igns', 119),
 ('[by', 118),
 ('(jer', 118),
 ('(by', 117),
 ('~', 117),
 ('ñaccording', 115),
 ('ñelder', 115),
 ('bibleñthe', 113),
 ('to¥', 113),
 ('godñthe', 113),
 ('it)', 113),
 ('in¥', 112),
 ('(d)', 112),
 ('(if', 111),
 ('(-', 111),
 ('james)', 110),
 ('ñanon', 109),
 ('ñanother', 109),
 ('¥¥¥¥', 109),
 ('ñgeneral', 108),
 ('¥-¥', 108),
 ('¥to', 107),
 ('%x', 106),
 ('continued)', 106),
 ('šin', 106),
 ('(isaiah', 106),
 ('(king', 106),
 ('ñgod', 105),
 ('endorñthe', 104),
 ('the_', 103),
 ('of¥', 102),
 ('ñthree', 102),
 ('ñthese', 102),
 ('(v', 101),
 ('ó', 101),
 ("'¥", 101),
 ('(eze', 101),
 ('ñw', 100),
 ('sabbathñthe', 100),
 ('¤', 100),
 ('littleñthe', 99),
 ('***', 99),
 ('(romans', 99),
 ('ñsabbath', 99),
 ('ñplease', 99),
 ('ñwhy', 98),
 ('years)', 97),
 ('ñh', 97),
 ('ñphil', 97),
 ('ñdo', 96),
 ('[all', 96),
 ('ñwhich', 95),
 ('ñgreat', 95),
 ('¥a', 95),
 ('[god]', 95),
 ('(of', 95),
 ('>', 93),
 ('ñm', 91),
 ('(always', 91),
 ('šrev', 91),
 ('to)', 91),
 ('[this', 91),
 ('ñjesus', 91),
 ('only)', 91),
 ('*ñ', 90),
 ('societyñl', 90),
 ('ñthen', 90),
 ('(who', 90),
 ('ñp', 90),
 ('margin]', 89),
 ('¥in', 89),
 ('(lev', 89),
 ('*-', 89),
 ('ñpresident', 88),
 ('(t', 88),
 ('*¥', 88),
 ('ñwho', 88),
 ('}', 88),
 ('consideredñthe', 87),
 ('(he', 87),
 ('(phil', 87),
 ('*the', 86),
 ("ñgod's", 86),
 ('*ign', 86),
 ('ñprof', 86),
 ('(psalm', 86),
 ('ñnotes', 85),
 ('a¥', 85),
 ('(new', 85),
 ('ñmissionary', 85),
 ('(hebrews', 85),
 ('(about', 85),
 ('ñabout', 84),
 ('(genesis', 84),
 ('šthere', 84),
 ('ñe', 82),
 ('ñhis', 81),
 ('ñadvices', 81),
 ('preparation)', 81),
 ('margin)', 81),
 ('ñc', 81),
 ('ñindependent', 80),
 ('šselected', 80),
 ('day)', 80),
 ('deadñthe', 80),
 ('ñcontains', 80),
 ('father]', 79),
 ('<', 79),
 ('šdr', 79),
 ('ñjames', 79),
 ('ñsunday', 79),
 ('_the', 78),
 ('australiañecho', 77),
 ('ñjoseph', 77),
 ('(job', 76),
 ('dayñ', 76),
 ('ñnos', 76),
 ('[margin]', 76),
 ('testamentñthe', 75),
 ('(s', 75),
 ('societyñmrs', 74),
 ('(baptist)', 74),
 ('(spanish', 74),
 ('society)', 73),
 ('vermontñlizzie', 73),
 ('baptistsñthe', 73),
 ('[i', 73),
 ('law]', 73),
 ('^', 72),
 ('(so', 72),
 ('ñlast', 72),
 ('ñsan', 72),
 ('(daniel', 72),
 ('(e)', 72),
 ('i¥', 72),
 ('ñlondon', 72),
 ('switzerlandñimprimerie', 72),
 ('god)', 72),
 ('itñ', 71),
 ('law)', 71),
 ('ñare', 71),
 ('ñwith', 71),
 ('englandñthe', 70),
 ('ñset', 70),
 ('(deut', 70),
 ('england)', 70),
 ('ñst', 70),
 ('___', 69),
 ('ñd', 69),
 ('ñeccl', 69),
 ('(prov', 69),
 ('`fie', 69),
 ('text)', 68),
 ('šchristian', 68),
 ('ñgood', 68),
 ('day]', 67),
 ('(n', 67),
 ('(ii)', 67),
 ('ñmethodist', 67),
 ('ñjust', 67),
 ('šan', 67),
 ('(ibid', 67),
 ('ñf', 66),
 ('ñfive', 66),
 ('ñg', 66),
 ('(with', 66),
 ('/os', 66),
 ('societyñsouth', 66),
 ('ñ**ñ', 66),
 ('(r)', 65),
 ('(t)', 65),
 ('grave]', 65),
 ('(compare', 65),
 ('tennessee)', 65),
 ('ñlate', 65),
 ('ñuse', 65),
 ('adventñthe', 65),
 ('ñso', 64),
 ('ñfour', 64),
 ('agencyñpacific', 64),
 ('ñchrist', 64),
 ('(exodus', 64),
 ('ñreports', 64),
 ('week)', 63),
 ('church]', 63),
 ('••', 62),
 ('ñgeorge', 62),
 ('(tithe)', 62),
 ('dayñthe', 62),
 ('t)', 62),
 ('englandñn', 62),
 ('truthñthe', 62),
 ('ñafter', 61),
 ('`me', 61),
 ('ñevery', 61),
 ('(we', 61),
 ('societyñvilas', 61),
 ('negligently)', 61),
 ('ñsimply', 61),
 ('r)', 60),
 ('ñmary', 60),
 ('ñeld', 60),
 ('(sunday)', 60),
 ('(eastern', 60),
 ('¥i', 60),
 ('societyñj', 60),
 ('ñhenry', 60),
 ('immortalityñ', 60),
 ('ñseveral', 59),
 ('(this', 59),
 ('[to', 59),
 ('šsel', 59),
 ('ñcharles', 58),
 ('[as', 58),
 ('(eccl', 58),
 ('englandñmrs', 58),
 ('@', 58),
 ('ies)', 58),
 ('(cal', 58),
 ('ñten', 57),
 ('pacificñmrs', 57),
 ('ñmay', 57),
 ('ñsince', 57),
 ('ñr', 57),
 ('¥¥¥¥¥', 57),
 ('ñcloth', 57),
 ('is¥', 57),
 ('(an', 57),
 ('c)', 57),
 ('¥that', 56),
 ('addressñ', 56),
 ('ñdist', 56),
 ('ñwhile', 56),
 ('railroadñsamuel', 56),
 ('ñhistory', 56),
 ('god]', 56),
 ('ñover', 56),
 ('ñrecent', 56),
 ('ñjuly', 55),
 ('(poetry)', 55),
 ('(no', 55),
 ('thatñ', 55),
 ('¥is', 55),
 ('s)', 54),
 ('šorš', 54),
 ('(sabbath', 54),
 ('ñjudge', 54),
 ('ñwill', 54),
 ('englandñinternational', 54),
 ('ñgospel', 54),
 ('ñcor', 53),
 ('—the', 53),
 ('ñwas', 53),
 ('nevadañcal', 53),
 ('ñgovernor', 53),
 ('cents)', 53),
 ('christ]', 52),
 ('ñb', 52),
 ('ñsir', 52),
 ('ñorñ', 52),
 ('(catholic)', 52),
 ('societyñno', 52),
 ('(italics', 52),
 ('(x', 52),
 ('ñexchange', 52),
 ('ñyou', 51),
 ('ñlife', 51),
 ('ñwrite', 51),
 ('%c', 51),
 ('timeñcelestial', 51),
 ('°', 51),
 ('ñmatt', 50),
 ('church)', 50),
 ('(titus', 50),
 ('(christ)', 50),
 ('ñshe', 50),
 ('*iglu', 50),
 ('-_', 50),
 ('ñreligiousñsecular', 50),
 ('šwe', 49),
 ('ñbible', 49),
 ('godñ', 49),
 ('christñfundamental', 49),
 ('ñprofessor', 49),
 ('ñseven', 49),
 ('ñpage', 49),
 ('ñeven', 49),
 ('for¥', 49),
 ('šat', 49),
 ('version)', 49),
 ('šand', 49),
 ("[god's]", 49),
 ('ñgolden', 49),
 ('york)', 49),
 ('(now', 49),
 (')ñhouse', 49),
 ('ñspiritualism', 48),
 ('-*', 48),
 ('ñcalifornia', 48),
 ('ñor', 48),
 ('-#', 48),
 ('ñmen', 47),
 ('ñchicago', 47),
 ('(margin)', 47),
 ('(poetry)ñ', 47),
 ('(num', 47),
 ('ñmore', 47),
 ('ñl', 47),
 ('¥he', 47),
 ('ñpacific', 47),
 ('(it', 47),
 ('ñreligious', 46),
 ('ñbrother', 46),
 ('ñthomas', 46),
 ('himñ', 46),
 ('andñ', 46),
 ('¥it', 46),
 ('chinaña', 46),
 ('catholic)', 46),
 ('ñcertainly', 46),
 ('ñamerican', 46),
 ('ñonly', 46),
 ('ñbaptist', 46),
 ('()', 46),
 ('(dent', 46),
 ('islandñb', 46),
 ('societyñs', 46),
 ('ñgen', 46),
 ('ñmarch', 45),
 ('(at', 45),
 ('[and', 45),
 ('¥by', 45),
 ('ñex', 45),
 ('(roman', 45),
 ('germanyñinternational', 45),
 ('\\\\', 45),
 ('societyñnorth', 45),
 ('ñsecretary', 45),
 ('redemptionñthe', 45),
 ('____', 45),
 ('ñhave', 45),
 ('[literally', 45),
 ('son]', 44),
 ('timeñthe', 44),
 ('¥but', 44),
 ('islandñbernard', 44),
 ('(presbyterian)', 44),
 ('(mal', 44),
 ('christ)', 44),
 ("'ñ", 44),
 ('ñlet', 44),
 ('[jesus]', 44),
 ('them)', 44),
 ('%ions', 44),
 ('ñshowing', 43),
 ('(but', 43),
 ('ñsix', 43),
 ('šchurch', 43),
 ('ñmiss', 43),
 ('ñlord', 43),
 ('adventistsñthe', 43),
 ('¥we', 43),
 ('♦', 43),
 ('(poetry)ñthe', 43),
 ('(on', 42),
 (')ñthe', 42),
 ('lordñ', 42),
 ('michiganñmiss', 42),
 ('*********************************', 42),
 ('))', 42),
 ('(poem', 42),
 ('referencesñthe', 42),
 ('¥¥¥¥¥¥¥¥', 42),
 ('butñ', 42),
 ('[his', 42),
 ('ñmany', 42),
 ('(one', 42),
 ('****', 42),
 ('(notes)', 41),
 ('ò', 41),
 ('ñheavy', 41),
 ('//', 41),
 ('sabbathñ', 41),
 ("[christ's]", 41),
 ('ñwilliam', 41),
 ('{', 41),
 ('lawñthe', 41),
 ('¥be', 41),
 ('[at', 41),
 ("')", 41),
 ('ñnay', 41),
 ('ñfree', 41),
 ('(it)', 41),
 ('ñsays', 41),
 ('ñspurgeon', 41),
 ('testamentñ', 40),
 ('free)', 40),
 ('`i', 40),
 ('(bible', 40),
 ('_-', 40),
 ('ii)', 40),
 ('bñ', 40),
 ("ñ'", 40),
 ('societyña', 40),
 ('[note', 40),
 ('(mich', 40),
 ('ñnow', 40),
 ('ñwm', 40),
 ('ñcatholic', 40),
 ('(p', 40),
 ('ñpaul', 40),
 ('fifthšday', 40),
 ('¥which', 40),
 ('ñhon', 40),
 ('pages)', 40),
 ('one)', 40),
 ('ñsubscribers', 39),
 ('(though', 39),
 ('ñmatthew', 39),
 ('be)', 39),
 ('¥his', 39),
 ('millenniumñdeparting', 39),
 ('life]', 39),
 ('ñnearly', 39),
 ('(general)', 39),
 ('connecticut)', 38),
 ('ñaugust', 38),
 ('(southern)', 38),
 ('■', 38),
 ('ñhere', 38),
 ('ñdecember', 38),
 ('šs', 38),
 ('societyñt', 38),
 ('(post', 38),
 ('(all', 38),
 ('n¥', 38),
 ("ñyouth's", 38),
 ('ñapril', 38),
 ('christñ', 38),
 ('that¥', 38),
 ('columbiañu', 38),
 ('(april', 38),
 ('šdied', 38),
 ('ñreligionsñsecular', 37),
 ('fateñcan', 37),
 ('cityñthe', 37),
 ('reading)', 37),
 ('societyñnewburg', 37),
 ('i/', 37),
 ('ñgeo', 37),
 ('(northern)', 37),
 ('ñu', 37),
 ('wyomingñj', 37),
 ('ñbe', 37),
 ('ñprince', 37),
 ('his¥', 37),
 ('(ezra', 37),
 ('(jude', 36),
 ('[we', 36),
 ('ñany', 36),
 ('toñ', 36),
 ('ñwell', 36),
 ('ñadvance', 36),
 ('revisedñdefinite', 36),
 ('(rhode', 36),
 ('(verse)ñ', 36),
 ('ñsenator', 36),
 ('lifeñ', 36),
 ('(f)', 36),
 (')ñ', 36),
 ('¥as', 36),
 ('(ephesians', 36),
 ('¥for', 36),
 ('*n', 36),
 ('ñmargaret', 36),
 ('(lay', 36),
 ('page)', 36),
 ('(western', 36),
 ('ñcan', 36),
 ('ñboston', 35),
 ('(signed)', 35),
 ('benevolenceñthe', 35),
 ('[believing', 35),
 ('pacificñn', 35),
 ('ñamong', 35),
 ('ñherald', 35),
 ('ñrussia', 35),
 ('[which', 35),
 ('šthat', 35),
 ('**ñ', 35),
 ('(g)', 35),
 ('‚', 35),
 ('ñnews', 35),
 ('(including', 35),
 ('*a', 35),
 ('i*', 35),
 ('(mass', 35),
 ('ñluke', 35),
 ('be¥', 35),
 ('(ñ', 35),
 ('themñ', 35),
 ('and_', 35),
 ('(except', 35),
 ('(price', 35),
 ('(c', 35),
 ('(zech', 35),
 ('(greater)', 34),
 ('tennesseeñj', 34),
 ('(condensed', 34),
 ('societyñkeene', 34),
 ('ñmark', 34),
 ('lawsñspirit', 34),
 ('s\x8eance', 34),
 ('(sunday', 34),
 ('soul]', 34),
 ('¥¥¥¥¥¥', 34),
 ('ñbro', 34),
 ('is)', 34),
 ('ñhealth', 34),
 ('canadañint', 34),
 ('ñsuch', 34),
 ('ñwork', 34),
 ('[italics', 34),
 ('(incorporated)', 34),
 ('isñ', 34),
 ('ñcardinal', 33),
 ('ñah', 33),
 (')-', 33),
 ('societyñfayetteville', 33),
 ('(so)', 33),
 ('(mat-', 33),
 ('_and', 33),
 ('(life', 33),
 ("father's]", 33),
 ('questionñargument', 33),
 ('manñ', 33),
 ('(methodist)', 33),
 ('ñfire', 33),
 ('*gns', 33),
 ('_____', 33),
 ('manitobañw', 33),
 ('ñowing', 33),
 ('ñhad', 33),
 ('(micah', 33),
 ('(joel', 33),
 ('questionñspiritualism', 33),
 ('cñ', 33),
 ('ñfaith', 33),
 ('¥was', 33),
 ('time)', 33),
 ('ñed', 33),
 ('ñfirst', 33),
 ('abolishedñaddress', 33),
 ('ñdecline', 33),
 ('šmrs', 33),
 ('ñdean', 32),
 ('in_', 32),
 ('ishedñaddress', 32),
 ('sabbath]', 32),
 ('-)', 32),
 ('ñcongregationalist', 32),
 ('prophecyñthe', 32),
 ('(d', 32),
 ('ño', 32),
 ('delusionñin-', 32),
 ('excuseñwhich', 32),
 ('ñen', 32),
 ('ñmost', 32),
 ('youñ', 32),
 ('(california)', 32),
 ('a_', 32),
 ('¥¥¥¥¥¥¥', 32),
 ('itñthe', 32),
 ('ñrobert', 31),
 ('(lid', 31),
 ('symposium)', 31),
 ('him)', 31),
 ('(verse)ñthe', 31),
 ('[greek', 31),
 ('abolishedñthe', 31),
 ('wickedñscripture', 31),
 ('(j', 31),
 ('ñcholera', 31),
 ('ñremember', 31),
 ('ãã', 31),
 ('meñ', 31),
 ('called)', 31),
 ('commentsñthe', 31),
 ('ñreview', 31),
 ('iñ', 31),
 ('[sheol]', 31),
 ('societyñhattie', 30),
 ('[jehovah]', 30),
 ('ñarchbishop', 30),
 ('as¥', 30),
 ('_of', 30),
 ('ñella', 30),
 ('(march', 30),
 ('ñvarious', 30),
 ('earth]', 30),
 ('(turner', 30),
 ('societyñmilton', 30),
 ('societyñackersgaden', 30),
 ('street)', 30),
 ('it¥', 30),
 ('elihuñthe', 30),
 ('(state)', 30),
 ('thereforeš', 30),
 ('lazarusñargument', 30),
 ('j\\ts', 30),
 ('half)', 30),
 ('lawñ', 30),
 ('`to', 30),
 ('islandsñinternational', 30),
 ('ñnine', 30),
 ('ñwithout', 29),
 ('¥or', 29),
 ('ñlove', 29),
 ('¥not', 29),
 ('of_', 29),
 ('¥*', 29),
 ('ñchris-', 29),
 ('ñorigin', 29),
 ('(is)', 29),
 ('chariotsñthe', 29),
 ('*as', 29),
 ('baptistsñpresent', 29),
 ('šfrom', 29),
 ('šon', 29),
 ('(may', 29),
 ('millenniumñthe', 29),
 ('deathñ', 29),
 ('ñdispatches', 29),
 ('times)', 29),
 ('of]', 29),
 ('logueñbrief', 29),
 ('(id', 29),
 ("('", 29),
 ('ñarticle', 29),
 ('ñexaminer', 29),
 ('worldñ', 29),
 ('lifeñthe', 28),
 ('(january', 28),
 ('us)', 28),
 ('łthe', 28),
 ('ñnational', 28),
 ('year)', 28),
 ('`he', 28),
 ('r¥', 28),
 ('(less', 28),
 ('southern)', 28),
 ('io)', 28),
 ('ñ*', 28),
 ('canada)', 28),
 ('[he', 28),
 ('dayñseven', 28),
 ('šone', 28),
 ('ñfrank', 28),
 ('`and', 28),
 ('(two', 28),
 ('beñ', 28),
 ('t¥', 28),
 ('_ñ', 28),
 ('ñbook', 28),
 ('wayñ', 28),
 ('ñdavid', 28),
 ('ñengland', 28),
 ('inches)', 28),
 ('`mimeo', 28),
 ('ñeducation', 28),
 ('societyñc', 28),
 ('ñmy', 28),
 ('father)', 28),
 ('(what', 28),
 ('ñalexander', 28),
 ('africañinternational', 28),
 ('death]', 27),
 ('ñnothing', 27),
 ('timesñthe', 27),
 ('to_', 27),
 ('*illinois', 27),
 ('(san', 27),
 ('ñmuch', 27),
 ('franciscoñservices', 27),
 ('lord]', 27),
 ('he¥', 27),
 ('spirit]', 27),
 ('examinedñsabbath', 27),
 ('zealandñinternational', 27),
 ('(review', 27),
 ('worldñthe', 27),
 ('menñ', 27),
 ('oneñ', 27),
 ('ñjune', 27),
 ('što', 26),
 ('japanña', 26),
 ('virginiañamy', 26),
 ('¨', 26),
 ('ñcontinued', 26),
 ('ñnear', 26),
 ('ñbritish', 26),
 ("ñzion's", 26),
 ('ñunion', 26),
 ('¥are', 26),
 ('our¥', 26),
 ('sabbatonñinfidel', 26),
 ('ñnever', 26),
 ('(bible-reading)', 26),
 ('completeñlibrary', 26),
 ('norwayñeld', 26),
 ('ñcol', 26),
 ('[it', 26),
 ('[see', 26),
 ('wickedñscrip-', 26),
 ('societyñm', 26),
 ('``', 26),
 ('manñthe', 26),
 ('\\v', 26),
 ('ñits', 25),
 ('añ', 25),
 ('ñinternational', 25),
 ('(ezekiel', 25),
 ('(mr', 25),
 ('ñhas', 25),
 ('ñmission', 25),
 ('ñdec', 25),
 ('✓', 25),
 ('`if', 25),
 ('stateñj', 25),
 ('¥¥¥¥¥¥¥¥¥¥', 25),
 ('(his', 25),
 ('_l', 25),
 ('oaklandñservices', 25),
 ('sabbatonñthe', 25),
 ('*e', 25),
 ('ñsamuel', 25),
 ('delusionñsamuel', 25),
 ('¥on', 25),
 ('(verse)', 25),
 ('(study', 25),
 ('not)', 25),
 ('(there', 25),
 ('šex', 25),
 ('ñboth', 25),
 ('šduring', 25),
 ('a)', 25),
 ('ñman', 25),
 ('societyñdixville', 25),
 ('ñeight', 24),
 ('zealandñedward', 24),
 ('¥god', 24),
 ('wickedñthe', 24),
 ('ñii', 24),
 ('(vol', 24),
 ('ç', 24),
 ('ñunited', 24),
 ('ñking', 24),
 ('(read', 24),
 ('ñenglish', 24),
 ('ñnovember', 24),
 ('*i', 24),
 ('„', 24),
 ('eli)', 24),
 ('wordñ', 24),
 ('do)', 24),
 ('(refined', 24),
 ('ñscientific', 24),
 ('switzerlandñb', 24),
 ('ñunder', 24),
 ('-(', 24),
 ('ñdaniel', 24),
 ('sinñ', 24),
 ('šthis', 24),
 ('ñbrethren', 24),
 ('columbiañmrs', 24),
 ('factsñthe', 24),
 ('covenantsñaddress', 24),
 ('ñtestimony', 24),
 ('edition)', 23),
 ('heartñ', 23),
 ('word)', 23),
 ('is_', 23),
 ('*ill', 23),
 ('ñfrances', 23),
 ('ñtwenty-five', 23),
 ('ñtheir', 23),
 ('powerñ', 23),
 ('thronesñthe', 23),
 ('australiañinternational', 23),
 ('sunday]', 23),
 ('±', 23),
 ('[on', 23),
 ('—a', 23),
 ('_i', 23),
 ('(book', 23),
 ('*sermon', 23),
 ('societyñfremont', 23),
 ('(thomas', 23),
 ('homeñ', 23),
 ('reason]', 23),
 ('ñdistrict', 23),
 ('islandsñl', 23),
 ('s¥', 23),
 ('(july', 23),
 ('ñthrough', 23),
 ('societyñmiss', 23),
 ('churchñthe', 23),
 ('e¥', 23),
 ("¡'", 23),
 ('grave)', 23),
 ('ñ*-', 23),
 ('(according', 23),
 ('`no', 23),
 ('are¥', 23),
 ('ñ¥', 23),
 ('-ñ', 23),
 ('[mar-', 23),
 ('societyñspringville', 22),
 ('/vs', 22),
 ('(state', 22),
 ('*of', 22),
 ('fateñ', 22),
 ('_*_', 22),
 ('štwo', 22),
 ('/x', 22),
 ('(dr', 22),
 ('t*', 22),
 ...]

Correction 1 -- Normalize Characters

In [13]:
# %load shared_elements/normalize_characters.py
prev = "baseline"
cycle = "correction1"

directories = utilities.define_directories(prev, cycle, base_dir)
if not os.path.exists(directories['cycle']):
    os.makedirs(directories['cycle'])

corpus = (f for f in listdir(directories['prev']) if not f.startswith('.') and isfile(join(directories['prev'], f)))

for filename in corpus:
    content = utilities.readfile(directories['prev'], filename)

    # Substitute for all other dashes
    content = re.sub(r"—-—–‑", r"-", content)

    # Substitute formatted apostrophe
    content = re.sub(r"\’\’\‘\'\‛\´", r"'", content)
    
    # Replace all special characters with a space (as these tend to occur at the end of lines)
    content = re.sub(r"[^a-zA-Z0-9\s,.!?$:;\-&\'\"]", r" ", content)
    
    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()
In [14]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/ST/correction1

Average verified rate: 0.9549642739204225

Average of error rates: 0.045730168735453845

Total token count: 36801827

In [15]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[15]:
[('-', 74435),
 ("'", 30070),
 ('e', 21612),
 ('re-', 19702),
 ('m', 18395),
 ('tion', 18077),
 ('d', 17384),
 ('w', 17149),
 ('con-', 17144),
 ('n', 16127),
 ('t', 15594),
 ('in-', 14457),
 ('be-', 13281),
 ('r', 11778),
 ('g', 11219),
 ('de-', 10768),
 ('com-', 10381),
 ('ment', 8721),
 ('th', 8395),
 ('f', 8179),
 ('ex-', 7949),
 ('pp', 6891),
 ('co', 5647),
 ('un-', 5627),
 ('dis-', 5541),
 ('tions', 5137),
 ('per-', 4928),
 ('pro-', 4693),
 ('en-', 4626),
 ('im-', 4106),
 ('u', 4030),
 ('pre-', 3954),
 ('ac-', 3748),
 ('ments', 3603),
 ('ex', 3435),
 ('an-', 3434),
 ('x', 3377),
 ('sab-', 3253),
 ('chris-', 3015),
 ('ence', 3014),
 ('ad-', 3004),
 ('ap-', 2910),
 ('for-', 2495),
 ('ple', 2466),
 ('ful', 2381),
 ('sub-', 2306),
 ('al-', 2304),
 ('-the', 2301),
 ('to-', 2280),
 ('ance', 2258)]

Correction 2 -- Connect Line Endings

In [16]:
# %load shared_elements/correct_line_endings.py
prev = cycle
cycle = "correction2"

directories = utilities.define_directories(prev, cycle, base_dir)
if not os.path.exists(directories['cycle']):
    os.makedirs(directories['cycle'])

corpus = (f for f in listdir(directories['prev']) if not f.startswith('.') and isfile(join(directories['prev'], f)))

for filename in corpus:
    content = utilities.readfile(directories['prev'], filename)

    content = re.sub(r"(\w+)(\-\s{1,})([a-z]+)", r"\1\3", content)

    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()
In [17]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/ST/correction2

Average verified rate: 0.974700822761197

Average of error rates: 0.025303190457719164

Total token count: 36254262

In [18]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[18]:
[('-', 73958),
 ("'", 30070),
 ('e', 21563),
 ('m', 18372),
 ('d', 17357),
 ('w', 17134),
 ('n', 16090),
 ('t', 15499),
 ('r', 11729),
 ('g', 11187),
 ('th', 8385),
 ('f', 8143),
 ('pp', 6879),
 ('co', 5639),
 ('u', 4024),
 ('ex', 3435),
 ('x', 3372),
 ('tion', 2391),
 ('-the', 2301),
 ('mo', 2241),
 ("'the", 2186),
 ('--', 2126),
 ('wm', 1940),
 ('k', 1754),
 ('eze', 1389),
 ('fifth-day', 1385),
 ("the'", 1308),
 ('society-', 1307),
 ('altho', 1272),
 ('ment', 1232),
 ('z', 1140),
 ("of'", 1130),
 ('wo', 989),
 ('pa', 984),
 ("'tis", 970),
 ('first-day', 941),
 ("'of", 913),
 ('q', 911),
 ('ti', 896),
 ("an'", 882),
 ('re-', 868),
 ('sel', 853),
 ('ets', 847),
 ("'and", 846),
 ('es', 843),
 ("'s", 779),
 ('con-', 774),
 ('al', 750),
 ('re', 714),
 ('va', 699)]

Correction 3 -- Remove extra dashes

In [19]:
# %load shared_elements/remove_extra_dashes.py
prev = cycle
cycle = "correction2"

directories = utilities.define_directories(prev, cycle, base_dir)
if not os.path.exists(directories['cycle']):
    os.makedirs(directories['cycle'])

corpus = (f for f in listdir(directories['prev']) if not f.startswith('.') and isfile(join(directories['prev'], f)))

for filename in corpus:
    content = utilities.readfile(directories['prev'], filename)
    
    text = re.sub(r"[0-9,!?$:;&]", " ", content)
    tokens = utilities.tokenize_text(text)
    
    replacements = []
    for token in tokens:
        if token[0] is "-":
            replacements.append((token, token[1:]))
            
        elif token[-1] is "-":
            replacements.append((token, token[:-1]))
        else:
            pass
        
    if len(replacements) > 0:
        print("{}: {}".format(filename, replacements))
        
        for replacement in replacements:
            content = clean.replace_pair(replacement, content)
    else:
        pass

    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()
ST18740604-V01-01-page1.txt: [('--that', '-that'), ('anti-', 'anti'), ('be-', 'be'), ('-as', 'as'), ('-damned', 'damned'), ('cut-', 'cut'), ('-voice', 'voice'), ('com-', 'com'), ('dis-', 'dis')]
ST18740604-V01-01-page2.txt: [('--------', '-------'), ('-', ''), ('Christ.-', 'Christ.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-figurative', 'figurative'), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
ST18740604-V01-01-page3.txt: [('know-', 'know'), ('-', ''), ('-', ''), ('speci-', 'speci'), ('con-', 'con'), ('-reaching', 'reaching'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('then-', 'then'), ('testa-', 'testa'), ('ob-', 'ob'), ('-', ''), ('conver-', 'conver'), ('-', ''), ('king-', 'king'), ('en-', 'en'), ('affec-', 'affec'), ('translation-', 'translation')]
ST18740604-V01-01-page4.txt: [('sac-', 'sac'), ('sup-', 'sup'), ('humili-', 'humili'), ('-', ''), ('minis-', 'minis')]
ST18740604-V01-01-page5.txt: [('-', ''), ('-manner', 'manner'), ('In-', 'In'), ('sim-', 'sim'), ('month-', 'month'), ('-', ''), ('princi-', 'princi')]
ST18740604-V01-01-page6.txt: [('w-', 'w'), ('fill-', 'fill'), ('-', ''), ('re-', 're'), ("'-", "'"), ('-', ''), ('-', ''), ('-stood', 'stood'), ('-', '')]
ST18740604-V01-01-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('THIRTY-', 'THIRTY'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Redeemer', 'Redeemer'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18740604-V01-01-page8.txt: [('-', ''), ('Two-', 'Two'), ('Cali-', 'Cali'), ('---', '--'), ('Al-', 'Al'), ('in-', 'in'), ('Or-', 'Or'), ('Zit.-', 'Zit.'), ('-', ''), ('-se', 'se'), ('-', ''), ('-Littlejohn.', 'Littlejohn.'), ('COM-', 'COM'), ('-', ''), ('-', '')]
ST18740611-V01-02-page1.txt: [('-one', 'one'), ('-sickens', 'sickens'), ('-world', 'world')]
ST18740611-V01-02-page2.txt: [('-', ''), ('-', ''), ("'be-", "'be"), ('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('tai-', 'tai'), ('-', ''), ('-power', 'power'), ('descen-', 'descen'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('repen-', 'repen'), ('andworld-', 'andworld')]
ST18740611-V01-02-page3.txt: [('-', ''), ('Spir-', 'Spir'), ('fashion-', 'fashion'), ('-entire', 'entire')]
ST18740611-V01-02-page4.txt: [('-their', 'their'), ('Eli-', 'Eli'), ('-', ''), ('-elle', 'elle'), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('tempta-', 'tempta'), ('-', ''), ('re-', 're')]
ST18740611-V01-02-page5.txt: [('-', ''), ('-given', 'given'), ('-', ''), ('eni-', 'eni'), ('do-', 'do'), ('-Christ', 'Christ'), ('become-', 'become'), ('-overcame', 'overcame'), ('him-', 'him'), ('-He', 'He'), ('-with', 'with'), ('-as', 'as'), ('-', ''), ('de-', 'de'), ('wor-', 'wor'), ('-God', 'God'), ('-succeed', 'succeed'), ('pow-', 'pow'), ('law.-', 'law.'), ('-warship', 'warship'), ('-', ''), ('super-', 'super'), ('-pious', 'pious'), ('-volumes', 'volumes'), ('trans-', 'trans'), ('andun-', 'andun'), ('fear-', 'fear'), ("-In'", "In'"), ('-', ''), ('-', ''), ('-but', 'but'), ('-ww', 'ww'), ('-', '')]
ST18740611-V01-02-page6.txt: [('return-', 'return'), ('keep-', 'keep'), ('-', ''), ('Heaven.-', 'Heaven.'), ('com-', 'com'), ('as-', 'as'), ('be.-', 'be.'), ('counten-', 'counten'), ('hu-', 'hu'), ("-Men's", "Men's"), ('read-', 'read'), ('read--', 'read-'), ('tent-', 'tent'), ('-', ''), ('the-', 'the'), ('to--', 'to-'), ('observ-', 'observ')]
ST18740611-V01-02-page7.txt: [('sev-', 'sev'), ('un-', 'un'), ('-opening', 'opening'), ('-', ''), ('-for', 'for'), ('-', ''), ('ac-', 'ac'), ('differ-', 'differ'), ('-', ''), ('over-', 'over')]
ST18740611-V01-02-page8.txt: [('-', ''), ('N.-', 'N.'), ('Two-', 'Two'), ("-'", "'"), ('-', ''), ('righteous-', 'righteous'), ('Ter-', 'Ter'), ('cru-', 'cru'), ('Pic-', 'Pic'), ('-', ''), ('-', ''), ('-Lidtlejohn.', 'Lidtlejohn.'), ('Prin-', 'Prin')]
ST18740625-V01-03-page1.txt: [('ap-', 'ap'), ('-', ''), ('-which', 'which'), ('ly-', 'ly'), ('-words', 'words')]
ST18740625-V01-03-page2.txt: [('--', '-'), ('-s', 's'), ('-first-advent..of...Jesiishrist.', 'first-advent..of...Jesiishrist.'), ('-heathen', 'heathen'), ('---', '--'), ('king-', 'king'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-terrors', 'terrors'), ('-of', 'of'), ('-', ''), ('-', ''), ('harmoni-', 'harmoni'), ('-be', 'be'), ('-which', 'which'), ('-', ''), ('-', ''), ('-the', 'the'), ('writers-', 'writers')]
ST18740625-V01-03-page3.txt: [('-', ''), ('-with', 'with'), ('them--', 'them-'), ('-', ''), ('-seed', 'seed'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-value', 'value'), ('-one', 'one'), ('-', ''), ('-sold', 'sold'), ('-', ''), ('-Judas', 'Judas'), ('-', ''), ('New-', 'New')]
ST18740625-V01-03-page4.txt: [('ab-', 'ab'), ('judg-', 'judg'), ('are-', 'are'), ('betray-', 'betray'), ('-', ''), ('fath-', 'fath')]
ST18740625-V01-03-page5.txt: [('-', ''), ('splen-', 'splen'), ('-a', 'a'), ('-', ''), ('-', ''), ('be-', 'be'), ('im-', 'im'), ('-He', 'He'), ('-VAN', 'VAN')]
ST18740625-V01-03-page6.txt: [('-', ''), ('regu-', 'regu'), ('advan-', 'advan'), ('privi--', 'privi-'), ('Austri--', 'Austri-'), ('-', ''), ('some-', 'some'), ('-', ''), ('-', ''), ('at-', 'at'), ('-', ''), ('-', ''), ('-', '')]
ST18740625-V01-03-page7.txt: [('-', ''), ('street-', 'street'), ('-the', 'the'), ('Rus-', 'Rus'), ('--', '-'), ('--', '-'), ('-', ''), ('-and', 'and'), ('-Actuate', 'Actuate'), ('-mere', 'mere'), ('-of', 'of'), ('-', ''), ('-', ''), ("-'No", "'No"), ('-.verycareful', '.verycareful'), ('-', ''), ('-from', 'from')]
ST18740625-V01-03-page8.txt: [('-', ''), ('-test', 'test'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ses--', 'Ses-'), ('Dim-', 'Dim'), ('-', ''), ('-', ''), ('pp.-', 'pp.'), ('-', ''), ('-who', 'who'), ('Tur-', 'Tur'), ('state-', 'state'), ('-', ''), ('cts.-', 'cts.'), ('between-', 'between'), ('N.-', 'N.'), ('Two--', 'Two-'), ('-', '')]
ST18740709-V01-04-page1.txt: [('-', ''), ('-"And', '"And'), ('-', ''), ('-', ''), ('-entire', 'entire'), ('sinners-', 'sinners'), ('-', ''), ('-', ''), ('metony-', 'metony'), ('-', ''), ('-', ''), ('king-', 'king')]
ST18740709-V01-04-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18740709-V01-04-page3.txt: [('-', ''), ('GEN-', 'GEN')]
ST18740709-V01-04-page4.txt: [('gos-', 'gos'), ('-', ''), ('-', ''), ('-Adam', 'Adam'), ('-', ''), ('-th-e-wilderness.-', 'th-e-wilderness.-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18740709-V01-04-page5.txt: [('-exhaust', 'exhaust'), ('D.-', 'D.'), ('circum-', 'circum'), ('heav-', 'heav')]
ST18740709-V01-04-page6.txt: [('CON-', 'CON'), ('-anything', 'anything'), ('-to', 'to'), ('asys-', 'asys'), ('prep-', 'prep'), ('-waters', 'waters'), ('enjoy-', 'enjoy'), ('neigh-', 'neigh'), ('TRAVELER.-', 'TRAVELER.'), ('or-', 'or'), ('posi-', 'posi')]
ST18740709-V01-04-page7.txt: [('-', ''), ('-cloak', 'cloak'), ('crev-', 'crev'), ('-of', 'of'), ('-a', 'a'), ('Sab-', 'Sab')]
ST18740709-V01-04-page8.txt: [('embrac-', 'embrac'), ('-Lord', 'Lord'), ('in-', 'in'), ('Amer-', 'Amer')]
ST18740723-V01-05-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ccele-', 'Ccele'), ('Anglo-', 'Anglo'), ('-', '')]
ST18740723-V01-05-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('divid-', 'divid'), ('-The', 'The'), ('-', '')]
ST18740723-V01-05-page3.txt: [('men-', 'men'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('mate-', 'mate'), ('anoth-', 'anoth'), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('-', '')]
ST18740723-V01-05-page4.txt: [('con-', 'con'), ('Post-', 'Post'), ('-first', 'first'), ('-', '')]
ST18740723-V01-05-page5.txt: [('sin.-', 'sin.'), ('be-', 'be')]
ST18740723-V01-05-page6.txt: [('-to', 'to'), ('-', ''), ('ungentle-', 'ungentle'), ('pro-', 'pro'), ('-"Does', '"Does')]
ST18740723-V01-05-page7.txt: [('qual-', 'qual'), ('-friend', 'friend'), ('compen-', 'compen')]
ST18740723-V01-05-page8.txt: [('-', ''), ('-I', 'I'), ('-', ''), ('estab-', 'estab'), ('-', ''), ('-', ''), ('-to', 'to')]
ST18740813-V01-06-page1.txt: [('maid-', 'maid'), ('-', ''), ('-', ''), ('appro-', 'appro'), ('-', ''), ('-', ''), ('Sah-', 'Sah'), ('everlast-', 'everlast'), ('-', ''), ('-', ''), ('com-', 'com'), ('commemo-', 'commemo')]
ST18740813-V01-06-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Heav-', 'Heav'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('heav-', 'heav')]
ST18740813-V01-06-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-"But', '"But'), ('Pe-', 'Pe'), ('-', ''), ('-', ''), ('-describing', 'describing'), ('pro-', 'pro'), ('-the', 'the'), ('heart-', 'heart'), ('-', ''), ('Lord."-', 'Lord."')]
ST18740813-V01-06-page4.txt: [('spirit-', 'spirit')]
ST18740813-V01-06-page5.txt: [('dissipa-', 'dissipa'), ('cast-', 'cast'), ('com-', 'com'), ('-', ''), ('corres-', 'corres')]
ST18740813-V01-06-page6.txt: [('-be', 'be'), ('namely-', 'namely'), ('-', ''), ('iniquity-', 'iniquity'), ('-', ''), ('-', ''), ('-', ''), ('spir-', 'spir'), ('-', '')]
ST18740813-V01-06-page7.txt: [('allrighte-', 'allrighte'), ('-', ''), ('-', ''), ('GEN-', 'GEN'), ('dis-', 'dis')]
ST18740813-V01-06-page8.txt: [('-', ''), ('-other', 'other'), ('-', '')]
ST18740917-V01-07-page1.txt: [('Re-', 'Re'), ('SAB-', 'SAB'), ('-should', 'should'), ('papa-', 'papa'), ('-', ''), ('-power', 'power')]
ST18740917-V01-07-page2.txt: [('Whit-', 'Whit'), ('-', ''), ('-', ''), ('the-', 'the'), ('sev--', 'sev-'), ('-Mason', 'Mason'), ('-Eon.', 'Eon.')]
ST18740917-V01-07-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-judge', 'judge'), ('re-', 're')]
ST18740917-V01-07-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18740917-V01-07-page5.txt: [('ser-', 'ser'), ('fre-', 'fre')]
ST18740917-V01-07-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18740917-V01-07-page7.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', '')]
ST18740917-V01-07-page8.txt: [('our-', 'our'), ('-', '')]
ST18741022-V01-08-page1.txt: [('--', '-'), ('--', '-'), ('a-', 'a'), ('along-', 'along'), ('glances-', 'glances'), ('them-', 'them'), ('her-', 'her'), ('idolatry-', 'idolatry'), ('-', ''), ('-', ''), ('Chronol-', 'Chronol'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('concern-', 'concern'), ('-', ''), ('command-', 'command'), ('--', '-'), ('sanctu-', 'sanctu')]
ST18741022-V01-08-page2.txt: [('--', '-'), ('d--', 'd-'), ('-are', 'are'), ('-', ''), ('-These', 'These'), ('testa-', 'testa'), ('-angel', 'angel'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('open-', 'open'), ('-understood', 'understood'), ('-', ''), ('-', '')]
ST18741022-V01-08-page3.txt: [('--.', '-.'), ('-', ''), ('-', ''), ('-shall', 'shall'), ('-point', 'point'), ('teach-', 'teach'), ('recom-', 'recom'), ('-', ''), ('-', ''), ('Sec-', 'Sec'), ('-', '')]
ST18741022-V01-08-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('per-', 'per')]
ST18741022-V01-08-page5.txt: [('-United', 'United'), ('-Van', 'Van'), ('up-', 'up'), ('--', '-'), ('-so', 'so'), ('fulfill-', 'fulfill')]
ST18741022-V01-08-page6.txt: [('-keep', 'keep'), ('burn-', 'burn'), ('-', ''), ('ac-', 'ac'), ('trans-', 'trans')]
ST18741022-V01-08-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mor-', 'Mor'), ("-White's", "White's"), ('-E.', 'E.'), ('--', '-'), ('--J.', '-J.')]
ST18741022-V01-08-page8.txt: [('-Vol.', 'Vol.'), ('ffa-', 'ffa'), ('-Autobiography', 'Autobiography'), ('-cts', 'cts'), ('Christ--', 'Christ-'), ('resolu-', 'resolu'), ('-', ''), ('Pg-', 'Pg'), ('Smithhart-', 'Smithhart')]
ST18741112-V01-09-page1.txt: [('-', ''), ('INCREASING-', 'INCREASING'), ('glo-', 'glo'), ('com-', 'com'), ('-', ''), ('-', ''), ('be-', 'be')]
ST18741112-V01-09-page2.txt: [('of-', 'of'), ('-', '')]
ST18741112-V01-09-page3.txt: [('-', ''), ('-', ''), ('Eve-', 'Eve'), ('-', ''), ('-', ''), ('-', '')]
ST18741112-V01-09-page4.txt: [('-When', 'When'), ('-not', 'not'), ('-', ''), ('-sacrifice', 'sacrifice'), ('-example', 'example'), ('mat-', 'mat')]
ST18741112-V01-09-page5.txt: [('inter-', 'inter'), ('-eating', 'eating'), ('pres-', 'pres'), ('-ent', 'ent'), ('cor-', 'cor'), ('organi-', 'organi'), ('-', ''), ('prodime-', 'prodime'), ('-Work', 'Work'), ('Confer-', 'Confer'), ('-', ''), ('ben-', 'ben')]
ST18741112-V01-09-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Inci-', 'Inci')]
ST18741112-V01-09-page7.txt: [('-', ''), ('ex-', 'ex'), ('-AA', 'AA'), ('"gam-', '"gam'), ('compara-', 'compara'), ('Guate-', 'Guate')]
ST18741112-V01-09-page8.txt: [('Tw.o-', 'Tw.o'), ('No.-', 'No.'), ('-', '')]
ST18741203-V01-10-page1.txt: [('explained-', 'explained'), ('-', ''), ('-which', 'which'), ('movement--', 'movement-'), ('--yet', '-yet'), ('--', '-'), ('-my', 'my'), ('-havino-conscientiously', 'havino-conscientiously')]
ST18741203-V01-10-page2.txt: [('-', ''), ('-', ''), ('Vol.-', 'Vol.'), ('under-', 'under'), ('-', ''), ('-', ''), ('accom-', 'accom'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18741203-V01-10-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('unsight-', 'unsight'), ('-man', 'man'), ('-', '')]
ST18741203-V01-10-page4.txt: [('-many', 'many'), ('-Co', 'Co'), ('-', ''), ('erect-', 'erect'), ('Con-', 'Con'), ('se-', 'se')]
ST18741203-V01-10-page5.txt: [('conse-', 'conse'), ('"Abra-', '"Abra'), ('-', ''), ('-', ''), ('con-', 'con'), ('or-', 'or')]
ST18741203-V01-10-page6.txt: [('Busi-', 'Busi'), ('-', ''), ('Dis-', 'Dis')]
ST18741203-V01-10-page7.txt: [('-', ''), ('-', ''), ('Sympathiz-', 'Sympathiz'), ('-', ''), ('-', ''), ('-', ''), ('foot-', 'foot'), ('ev-', 'ev')]
ST18741203-V01-10-page8.txt: [('there.-', 'there.'), ('preach-', 'preach'), ('gentle-', 'gentle'), ('Two-', 'Two'), ('Christ.--', 'Christ.-'), ('a-', 'a'), ('preach-', 'preach'), ('Swinner-', 'Swinner'), ('fig-', 'fig'), ('al-', 'al'), ('dona-', 'dona'), ('pia-', 'pia'), ('ex-', 'ex'), ('Oak-', 'Oak'), ('de-', 'de'), ('Stanis-', 'Stanis')]
ST18741217-V01-11-page1.txt: [('-', ''), ('in-', 'in'), ('con-', 'con'), ('im-', 'im'), ('-', ''), ('-his', 'his')]
ST18741217-V01-11-page2.txt: [('--', '-'), ('-', ''), ('ha-', 'ha'), ('-', ''), ('-', ''), ('-arise', 'arise'), ('Heav-', 'Heav'), ('-than', 'than'), ('complet-', 'complet'), ('-to', 'to'), ('-down', 'down'), ('-', ''), ('--', '-'), ('-', '')]
ST18741217-V01-11-page3.txt: [('-as', 'as'), ('-when', 'when'), ('-', ''), ('--', '-')]
ST18741217-V01-11-page4.txt: [('-', ''), ('-', ''), ('or-', 'or'), ('--', '-'), ('ex-', 'ex'), ('-thousand.', 'thousand.'), ('-and', 'and')]
ST18741217-V01-11-page5.txt: [('-', ''), ('corn-', 'corn'), ('twenty-', 'twenty')]
ST18741217-V01-11-page6.txt: [('SIGNS-', 'SIGNS'), ('ex--', 'ex-'), ('-', ''), ('--', '-'), ('--.', '-.'), ('Repa-', 'Repa'), ('--.', '-.'), ('--', '-'), ('fam-', 'fam'), ('prompt-', 'prompt'), ('-can', 'can'), ('--', '-'), ('-Vigilant', 'Vigilant')]
ST18741217-V01-11-page7.txt: [('-to', 'to'), ('yester-', 'yester'), ('furni-', 'furni'), ('ex-', 'ex'), ('morn-', 'morn'), ('-between', 'between'), ('im-', 'im'), ('jour-', 'jour')]
ST18741217-V01-11-page8.txt: [('-', ''), ('-', ''), ('Two-', 'Two'), ('-', ''), ('-gift', 'gift'), ('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18741231-V01-12-page1.txt: [('lig--', 'lig-'), ('-things', 'things'), ('--', '-'), ('-', ''), ('-', ''), ('thank-', 'thank'), ('---Then', '--Then'), ('wor-', 'wor')]
ST18741231-V01-12-page2.txt: [('thou-', 'thou'), ('lim-', 'lim'), ('Chro-', 'Chro'), ('-', '')]
ST18741231-V01-12-page3.txt: [('-', ''), ('mor-', 'mor'), ('thedi-', 'thedi'), ('-', ''), ('-', ''), ('cor-', 'cor'), ('appoint-', 'appoint')]
ST18741231-V01-12-page4.txt: [('-', ''), ('-', ''), ('tak-', 'tak'), ('-', ''), ('-', ''), ('com-', 'com'), ('accom-', 'accom')]
ST18741231-V01-12-page5.txt: [('-wealth', 'wealth'), ('char-', 'char'), ('-', ''), ('Govern-', 'Govern')]
ST18741231-V01-12-page6.txt: [('sub-', 'sub'), ('-', ''), ('-She', 'She'), ('-cash', 'cash'), ('in-', 'in'), ('-', ''), ('induc-', 'induc'), ('wheth-', 'wheth'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18741231-V01-12-page7.txt: [('-the', 'the'), ('-world', 'world'), ('proclam-', 'proclam'), ('rap-', 'rap')]
ST18741231-V01-12-page8.txt: [('new-', 'new'), ('-', ''), ('-want', 'want'), ('-civilization', 'civilization'), ('Two-', 'Two')]
ST18750114-V01-13-page1.txt: [('-', ''), ('-particular', 'particular'), ('atten-', 'atten'), ('over-', 'over'), ('after-', 'after')]
ST18750114-V01-13-page2.txt: [('-', ''), ('peo-', 'peo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('op-', 'op')]
ST18750114-V01-13-page3.txt: [('-', ''), ('pro--', 'pro-'), ('-', ''), ('-', ''), ('con-', 'con'), ('-very', 'very'), ('-', ''), ('lan-', 'lan'), ('strong-', 'strong'), ('-', ''), ('Sab-', 'Sab')]
ST18750114-V01-13-page4.txt: [('-up.', 'up.'), ('in-', 'in'), ('-', ''), ('-', '')]
ST18750114-V01-13-page5.txt: [('-', ''), ('t-', 't'), ('-', ''), ('-the', 'the'), ('-thousand', 'thousand'), ('--day', '-day'), ('-wicked', 'wicked')]
ST18750114-V01-13-page6.txt: [('immedi-', 'immedi'), ('-', ''), ('con-', 'con'), ('de-', 'de')]
ST18750114-V01-13-page7.txt: [('-', ''), ('Au-', 'Au'), ('in-', 'in'), ('-These', 'These'), ('-', ''), ('con-', 'con'), ('ex-', 'ex'), ('men-', 'men'), ('dis-', 'dis')]
ST18750114-V01-13-page8.txt: [('-', ''), ('AD-', 'AD'), ('-ALL', 'ALL'), ('-', ''), ('-', ''), ('-P-', 'P-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('v-ht-', 'v-ht'), ('Two-', 'Two'), ('-Celestial', 'Celestial'), ('-The', 'The'), ('Christ-', 'Christ'), ('Adventists-', 'Adventists'), ('contain-', 'contain')]
ST18750128-V01-14-page1.txt: [('mil-', 'mil'), ('-in', 'in'), ('-', ''), ('false-', 'false'), ('-healed', 'healed'), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('wouldter-', 'wouldter'), ('-', ''), ('-', ''), ('-', ''), ('pe-', 'pe'), ('-', ''), ('-', ''), ('-', '')]
ST18750128-V01-14-page2.txt: [('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('al-', 'al'), ('-', ''), ('-With', 'With'), ('--', '-')]
ST18750128-V01-14-page3.txt: [('-Where', 'Where'), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-indicating', 'indicating'), ('-', ''), ('-', ''), ('-', ''), ('read-', 'read'), ('-So', 'So'), ('neigh--', 'neigh-'), ('-', '')]
ST18750128-V01-14-page4.txt: [('-', ''), ('-', ''), ('Dan.-', 'Dan.'), ('proclama-', 'proclama'), ('Seventh-', 'Seventh'), ('-', ''), ('Sal-', 'Sal'), ('-', ''), ('conver-', 'conver'), ('-', ''), ('-', '')]
ST18750128-V01-14-page5.txt: [('-', ''), ('-', ''), ('--', '-'), ('-them.', 'them.'), ('Battle-', 'Battle'), ('be-', 'be'), ('pleas-', 'pleas'), ('-a', 'a'), ('r-', 'r'), ('-', '')]
ST18750128-V01-14-page6.txt: [('-', ''), ('pa-', 'pa'), ('-to', 'to')]
ST18750128-V01-14-page7.txt: [('de-', 'de'), ('-SIGNS"', 'SIGNS"')]
ST18750128-V01-14-page8.txt: [('----', '---'), ('-', ''), ('-', ''), ('-.J', '.J'), ('--', '-'), ('I-', 'I'), ('-', ''), ('-', ''), ('-IH-', 'IH-'), ('-', ''), ('-iiF', 'iiF'), ('-I', 'I'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('---', '--'), ('-', ''), ('i---', 'i--'), ('r---', 'r--'), ('--', '-'), ('F-', 'F'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--"H', '-"H'), ('Meet.-', 'Meet.'), ('Two-', 'Two'), ('pg-', 'pg'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('-I-i', 'I-i'), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('i-', 'i'), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-dr-e', 'dr-e')]
ST18750211-V01-15-page1.txt: [('cir-', 'cir'), ('-', ''), ('-extending', 'extending'), ('-', ''), ('-', ''), ('Sab-', 'Sab'), ('trib-', 'trib'), ('proclama-', 'proclama'), ('-', ''), ('rea-', 'rea'), ('-', ''), ('difficul-', 'difficul')]
ST18750211-V01-15-page2.txt: [('-And', 'And'), ('ancient-', 'ancient'), ('-', ''), ('-', ''), ('-accused', 'accused'), ('-', ''), ('-', ''), ('-case', 'case'), ('eag-', 'eag')]
ST18750211-V01-15-page3.txt: [('-neither', 'neither'), ('giv-', 'giv'), ('ho-', 'ho'), ('up-', 'up'), ('commemorate-', 'commemorate'), ('of-', 'of'), ('-stone', 'stone'), ("-don't", "don't")]
ST18750211-V01-15-page4.txt: [('-', ''), ('-', ''), ('hum-', 'hum'), ('wit-', 'wit')]
ST18750211-V01-15-page5.txt: [('-shield', 'shield'), ('-terrible', 'terrible'), ('-their', 'their'), ('wil-', 'wil')]
ST18750211-V01-15-page6.txt: [('gen-', 'gen'), ('antedilu-', 'antedilu'), ('-', '')]
ST18750211-V01-15-page7.txt: [('-the', 'the'), ('-fountain', 'fountain'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('here-', 'here'), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and')]
ST18750211-V01-15-page8.txt: [('-', ''), ('establish-', 'establish'), ('-', ''), ('-', ''), ('-T', 'T'), ('for-', 'for'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('R-', 'R'), ('-to', 'to'), ('-"', '"'), ('R-', 'R'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-F-', 'F-'), ('-', ''), ('-', ''), ('v--', 'v-'), ('-P-', 'P-'), ('--t', '-t'), ('--', '-'), ('-', ''), ('.---c--', '.---c-'), ('-tN', 'tN'), ('tv--', 'tv-'), ('ORD.-', 'ORD.'), ('twenty-', 'twenty'), ('-', ''), ('-', ''), ('-', ''), ('-all', 'all'), ('P-', 'P'), ('Cim.-', 'Cim.'), ('Christ-', 'Christ'), ('Adventists-', 'Adventists'), ('Drew-', 'Drew'), ('-', ''), ('-.', '.'), ('Two-', 'Two'), ('-Celestial', 'Celestial'), ('-The', 'The'), ('Kingdom-', 'Kingdom')]
ST18750225-V01-16-page1.txt: [('death."-', 'death."'), ('-coming', 'coming'), ('per-', 'per'), ('-', ''), ('-Extract', 'Extract'), ('-President', 'President'), ('under-', 'under'), ('-Life', 'Life'), ('-Portsmouth', 'Portsmouth'), ('-so', 'so'), ('-', ''), ('-', ''), ('door."-', 'door."'), ('contin-', 'contin')]
ST18750225-V01-16-page2.txt: [('-', ''), ('-', ''), ('-that', 'that'), ('-Satan', 'Satan'), ('-their', 'their'), ('-', ''), ('grave.-', 'grave.'), ('-the', 'the'), ('emer-', 'emer'), ('-dominions.', 'dominions.'), ('-pride', 'pride'), ('-', ''), ('-thee', 'thee'), ('-', ''), ('-a', 'a'), ('-world', 'world'), ('-world', 'world'), ('-well', 'well'), ('induce-', 'induce'), ('beau-', 'beau'), ('foun-', 'foun')]
ST18750225-V01-16-page3.txt: [('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--the', '-the'), ('-watch', 'watch'), ('-', ''), ('command-', 'command'), ('-', ''), ('-', ''), ('author-', 'author'), ('-', '')]
ST18750225-V01-16-page4.txt: [('INCOR-', 'INCOR'), ('-with', 'with'), ('-two', 'two'), ('-ours', 'ours'), ('-to', 'to'), ('-then', 'then'), ('-', ''), ('-', ''), ('-tree', 'tree'), ('por-', 'por')]
ST18750225-V01-16-page5.txt: [('over-', 'over'), ('listen-', 'listen'), ('Kol-', 'Kol'), ('posi-', 'posi')]
ST18750225-V01-16-page6.txt: [('-', ''), ('Healds-', 'Healds'), ('Eggles-', 'Eggles'), ('the-', 'the'), ('Oak-', 'Oak'), ('igno-', 'igno')]
ST18750225-V01-16-page7.txt: [('with-', 'with'), ('-clared', 'clared'), ('-', ''), ('Ex-', 'Ex'), ('deserv-', 'deserv')]
ST18750225-V01-16-page8.txt: [('selected-', 'selected'), ('--', '-'), ('sani-', 'sani'), ('Two-', 'Two'), ('-The', 'The')]
ST18750304-V01-17-page1.txt: [('-', ''), ('-seven', 'seven'), ('-and', 'and'), ('for-', 'for'), ('-', '')]
ST18750304-V01-17-page2.txt: [('-', ''), ('-they', 'they'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cer-', 'cer')]
ST18750304-V01-17-page3.txt: [('peri-', 'peri'), ('preach-', 'preach'), ('origi-', 'origi'), ('-dm', 'dm'), ('custom.-', 'custom.'), ('di-', 'di')]
ST18750304-V01-17-page4.txt: [('in-', 'in'), ('ut-', 'ut'), ('thre-', 'thre'), ('-', ''), ('re-', 're'), ('-as', 'as'), ('-', ''), ('-', ''), ('-', '')]
ST18750304-V01-17-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST18750304-V01-17-page6.txt: [('matter--', 'matter-'), ('en-', 'en'), ('there--', 'there-'), ('-his', 'his'), ('-', ''), ('-', ''), ('-', '')]
ST18750304-V01-17-page7.txt: [('-class', 'class'), ('-church', 'church'), ('sancti-', 'sancti'), ('-Roman', 'Roman')]
ST18750304-V01-17-page8.txt: [('Pa-', 'Pa'), ('-LIST.', 'LIST.'), ('-', ''), ('Two-', 'Two'), ('-', ''), ('-', ''), ('ex-', 'ex'), ('AB-', 'AB'), ('-.ALL', '.ALL')]
ST18750311-V01-18-page1.txt: [('-', ''), ('com-', 'com'), ('-', ''), ('build-', 'build'), ('Heav-', 'Heav'), ('-', ''), ('-', '')]
ST18750311-V01-18-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('des-', 'des'), ('them-', 'them'), ('sup-', 'sup'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('scape-', 'scape'), ('-', ''), ('-', ''), ('trans-', 'trans'), ('-', ''), ('togeth-', 'togeth'), ('gen-', 'gen'), ('-', ''), ('dark-', 'dark'), ('-', ''), ('-Almighty', 'Almighty'), ('-unto', 'unto'), ('sup-', 'sup')]
ST18750311-V01-18-page3.txt: [('-', ''), ('-', ''), ("-lorne's", "lorne's"), ('experience.-', 'experience.'), ('-', ''), ('-is', 'is'), ('-Which', 'Which'), ('-to', 'to'), ('heav-', 'heav'), ('na-', 'na'), ('ly-', 'ly'), ('-marked', 'marked'), ('-whose', 'whose'), ('-', ''), ('-infants', 'infants'), ('-point', 'point'), ('ap-', 'ap')]
ST18750311-V01-18-page4.txt: [('-through', 'through'), ('-', ''), ('-', ''), ('-the', 'the'), ('perpetuity.-', 'perpetuity.'), ('-', ''), ('-Gen.', 'Gen.'), ('-', ''), ('-The', 'The'), ('-', ''), ('-ten', 'ten'), ('-the', 'the'), ('-there', 'there')]
ST18750311-V01-18-page5.txt: [('TIMES.-', 'TIMES.'), ('-', ''), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('-', ''), ('-.does', '.does'), ('Heav-', 'Heav'), ('-', ''), ('corn-', 'corn')]
ST18750311-V01-18-page6.txt: [('-', ''), ('-', ''), ('Review.--', 'Review.-'), ('for-', 'for'), ('-set', 'set'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-Come', 'Come'), ('history.-', 'history.'), ('-', ''), ('-', ''), ('-new', 'new'), ('-district', 'district'), ('advo-', 'advo'), ('-to', 'to'), ('-and', 'and'), ('scat-', 'scat'), ('-', ''), ('-of', 'of'), ('-forty', 'forty'), ('-', ''), ('com-', 'com')]
ST18750311-V01-18-page7.txt: [('-never', 'never'), ('-', ''), ('-clears', 'clears'), ('-', ''), ('-but', 'but'), ('-has', 'has'), ('difficulty.-', 'difficulty.'), ('-can', 'can'), ('-the', 'the'), ('-says', 'says'), ('com-', 'com'), ('-in', 'in'), ('com-', 'com'), ('-', ''), ('rev-', 'rev'), ('-', ''), ('-', '')]
ST18750311-V01-18-page8.txt: [('-', ''), ('Two-', 'Two'), ('-', ''), ('accom-', 'accom'), ('Loughbor-', 'Loughbor'), ('boast-', 'boast'), ('.-', '.'), ('individ-', 'individ'), ('-White', 'White'), ('-', ''), ('Seventh-', 'Seventh')]
ST18750318-V01-19-page1.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-there', 'there'), ('-', ''), ('come.-', 'come.'), ('ful-', 'ful'), ('com-', 'com'), ('-', ''), ('-because', 'because'), ('-', ''), ('--', '-'), ('-', ''), ('com-', 'com')]
ST18750318-V01-19-page2.txt: [('contro-', 'contro'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex')]
ST18750318-V01-19-page3.txt: [('-', ''), ('-another.', 'another.'), ('-', ''), ('-', ''), ('--', '-'), ('"In-', '"In'), ('-', ''), ('-animals', 'animals'), ('-', ''), ('-is', 'is'), ('impor-', 'impor'), ('-', ''), ('-turn', 'turn'), ('-honorable."', 'honorable."')]
ST18750318-V01-19-page4.txt: [('-', ''), ('command--', 'command-'), ('can-', 'can'), ('re-', 're'), ('-', ''), ('-', ''), ('corn-', 'corn'), ('-you', 'you'), ('com-', 'com'), ('designa-', 'designa'), ('nei-', 'nei')]
ST18750318-V01-19-page5.txt: [('-called', 'called'), ('-hear', 'hear'), ('-', ''), ('gen-', 'gen'), ('right-', 'right'), ('-', '')]
ST18750318-V01-19-page6.txt: [('-Do', 'Do'), ('-in', 'in'), ('-', ''), ('taken---', 'taken--'), ('-them', 'them'), ('expense.-', 'expense.'), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-we', 'we'), ('-wished', 'wished'), ('-city..', 'city..'), ('-veryflat.', 'veryflat.'), ('-Which', 'Which'), ('-', ''), ('our-', 'our'), ('-bound', 'bound'), ('-.', '.')]
ST18750318-V01-19-page7.txt: [('-prayer', 'prayer'), ('-felt', 'felt'), ('-than', 'than'), ('ex-', 'ex'), ('-Which', 'Which'), ('command-', 'command'), ('-wisdom', 'wisdom'), ('peo-', 'peo'), ('sup-', 'sup'), ('Aca-', 'Aca'), ('-penitent', 'penitent'), ('involv-', 'involv'), ('-', '')]
ST18750318-V01-19-page8.txt: [('-.', '.'), ('-', ''), ('-And', 'And'), ('-', ''), ('Two-', 'Two'), ('--', '-'), ('Bi-', 'Bi')]
ST18750325-V01-20-page1.txt: [('LEH-', 'LEH'), ('-', ''), ('-moping', 'moping'), ('-of', 'of'), ('-borne', 'borne'), ('-it', 'it'), ('city-', 'city'), ('--Bible', '-Bible'), ('-Lord.', 'Lord.'), ('ap-', 'ap'), ('-', ''), ('-', ''), ('scarcely-', 'scarcely'), ('-as', 'as'), ('exam-', 'exam')]
ST18750325-V01-20-page2.txt: [('-', ''), ('--', '-'), ('-not', 'not'), ('spok-', 'spok'), ('-when', 'when'), ('him."-', 'him."'), ('wicked-', 'wicked'), ('-joys', 'joys'), ('-', ''), ('excite-', 'excite'), ('-a', 'a'), ('"Bless-', '"Bless'), ('par-', 'par'), ('ques-', 'ques'), ('-tempted', 'tempted'), ('-is', 'is'), ('-about', 'about')]
ST18750325-V01-20-page3.txt: [('hun-', 'hun'), ('en-', 'en'), ('--the', '-the'), ('hun-', 'hun'), ('-secular', 'secular'), ('civiliz-', 'civiliz'), ('Lou-', 'Lou'), ('atteii-', 'atteii'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('mur-', 'mur'), ('-', ''), ('-', ''), ('-', ''), ('bold-', 'bold'), ('fanat-', 'fanat'), ('-op-', 'op-'), ('re-', 're'), ('-whole', 'whole'), ('eX-', 'eX'), ('-', ''), ('-already', 'already'), ('there-', 'there'), ('crime.-', 'crime.'), ('-is', 'is'), ('-the', 'the'), ('-', ''), ('-Herald', 'Herald'), ('-', ''), ('unnat-', 'unnat')]
ST18750325-V01-20-page4.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-Throne', 'Throne'), ('-', ''), ('of-', 'of'), ('-', ''), ('-means', 'means'), ('-', ''), ('-', ''), ('situa-', 'situa'), ('impor-', 'impor')]
ST18750325-V01-20-page5.txt: [('-Let', 'Let'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-this', 'this'), ('-', ''), ('-', ''), ('-by', 'by'), ('-', ''), ('associ-', 'associ'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('from-', 'from'), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('laws.-', 'laws.'), ('ob-', 'ob'), ('plain-', 'plain')]
ST18750325-V01-20-page6.txt: [('faith-', 'faith'), ('NeW-', 'NeW'), ('-There', 'There'), ('-rejected', 'rejected'), ('the-', 'the'), ('--I', '-I'), ('-"', '"'), ('-consciously', 'consciously'), ('-What', 'What'), ('whisper-', 'whisper'), ('-', ''), ('---', '--'), ('impor-', 'impor'), ('-be', 'be'), ('glori-', 'glori'), ('-is', 'is'), ('Of-', 'Of'), ('other-', 'other'), ('-that', 'that'), ('Sec--', 'Sec-'), ('-the', 'the')]
ST18750325-V01-20-page7.txt: [('-THE', 'THE'), ('-', ''), ('-clevilsin', 'clevilsin'), ('be-', 'be'), ('-What', 'What'), ('-the', 'the'), ('-LA', 'LA'), ('-sincere', 'sincere'), ('-Christ', 'Christ'), ('-changes', 'changes'), ('-case.', 'case.'), ('-sometimes', 'sometimes'), ('tens-', 'tens'), ('liar-', 'liar'), ('do-', 'do'), ('-', ''), ('-grave', 'grave'), ('-Worship', 'Worship'), ('-', ''), ('car-', 'car'), ('-Union', 'Union'), ('LATER-', 'LATER'), ('at-', 'at')]
ST18750325-V01-20-page8.txt: [('re-', 're'), ('-of', 'of'), ('Two-', 'Two'), ('-in', 'in')]
ST18750401-V01-21-page1.txt: [('in-', 'in'), ('cheer-', 'cheer'), ('-who', 'who'), ('-lips', 'lips'), ('per-', 'per'), ('every-', 'every')]
ST18750401-V01-21-page2.txt: [('-could', 'could'), ('-substance', 'substance'), ('posi-', 'posi'), ('-them', 'them'), ('-children', 'children'), ('al-', 'al'), ('-', ''), ('-prefigure', 'prefigure'), ('-trial', 'trial'), ('-of', 'of'), ('-the', 'the'), ('sacri-', 'sacri'), ('-What', 'What'), ('A.bra-', 'A.bra'), ("-God's", "God's"), ('min-', 'min'), ('can-', 'can'), ('-', ''), ('per-', 'per'), ('-', ''), ('-and', 'and'), ('-do', 'do'), ('-world.', 'world.'), ('-', ''), ('-', '')]
ST18750401-V01-21-page3.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('sim-', 'sim'), ('Chris-', 'Chris'), ('neo-pla-', 'neo-pla'), ('per-', 'per'), ('-', ''), ('sight--', 'sight-'), ('-Which', 'Which'), ('blessed--', 'blessed-'), ('-', ''), ('-', '')]
ST18750401-V01-21-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-the', 'the'), ('-while', 'while'), ('-', ''), ('-which', 'which'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('doc-', 'doc'), ('-Who', 'Who'), ('-', ''), ('-studied', 'studied')]
ST18750401-V01-21-page5.txt: [('-Vol.', 'Vol.'), ('-No.', 'No.'), ('adhe-', 'adhe'), ('per-', 'per'), ('"non-resurrec-', '"non-resurrec'), ('command-', 'command')]
ST18750401-V01-21-page6.txt: [('who-', 'who'), ('-', ''), ('-find.', 'find.'), ('in--', 'in-'), ('Sab-', 'Sab'), ('state-', 'state'), ('-witnesses', 'witnesses'), ('-', ''), ('-is', 'is'), ('-willing', 'willing'), ('appear-', 'appear')]
ST18750401-V01-21-page7.txt: [('-', ''), ('Mc-', 'Mc'), ('-', ''), ('MIL-', 'MIL'), ('-', ''), ('-ton', 'ton'), ('-', ''), ('-ton', 'ton'), ('-the', 'the'), ('-ton', 'ton'), ('-ton', 'ton'), ('-pounder.', 'pounder.'), ('-ton', 'ton'), ('-', ''), ('-and', 'and'), ('So-', 'So'), ('-United', 'United'), ('-ton', 'ton'), ('-ton', 'ton'), ('-pound', 'pound')]
ST18750401-V01-21-page8.txt: [('-religion', 'religion'), ('---', '--'), ('--', '-'), ('-', ''), ('-', ''), ('--Matt.', '-Matt.'), ('-Eph.', 'Eph.'), ('-Isa.', 'Isa.'), ('-Rev.', 'Rev.'), ('-Ps.', 'Ps.'), ('-Heb.', 'Heb.'), ('-Isa.', 'Isa.'), ('-Matt.', 'Matt.'), ('-', ''), ('-John', 'John'), ('-John', 'John'), ('-Matt.', 'Matt.'), ('-Rev.', 'Rev.'), ('-', ''), ('-', ''), ('-Jer.', 'Jer.'), ('-John', 'John'), ('-John', 'John'), ('-Isa.', 'Isa.'), ('-', ''), ('-Matt.', 'Matt.'), ('-Isa.', 'Isa.'), ('-Early', 'Early'), ('-Titus', 'Titus'), ('-', ''), ('the-', 'the'), ('Two-', 'Two'), ('Rev.-', 'Rev.'), ('Covenants.-', 'Covenants.'), ('-Celestial', 'Celestial'), ('-The', 'The'), ('Little-', 'Little'), ('Day-', 'Day'), ('-', '')]
ST18750408-V01-22-page1.txt: [('-', ''), ('-which', 'which'), ('-Where', 'Where'), ('-time', 'time'), ('harmony-', 'harmony'), ('per-', 'per'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-yourselves', 'yourselves')]
ST18750408-V01-22-page2.txt: [('systeing.-', 'systeing.'), ('-', ''), ('-toward', 'toward'), ('-Matt.-', 'Matt.-'), ('-said', 'said'), ('pa-', 'pa'), ('-', ''), ('prophecy--', 'prophecy-'), ('-', ''), ('-', ''), ('-keep', 'keep'), ('-', ''), ('wo-', 'wo'), ('-', ''), ('Is-', 'Is')]
ST18750408-V01-22-page3.txt: [('-but', 'but'), ('-touch', 'touch'), ('-Of', 'Of'), ('-Bible', 'Bible'), ('-', ''), ('-a', 'a'), ('-hates', 'hates'), ('-and', 'and'), ('-was', 'was'), ('-as', 'as'), ('crea-', 'crea'), ('-that', 'that')]
ST18750408-V01-22-page4.txt: [('-for', 'for'), ('-', '')]
ST18750408-V01-22-page5.txt: [('-', ''), ('-', ''), ('-of', 'of'), ('com-', 'com')]
ST18750408-V01-22-page6.txt: [('wife-', 'wife'), ('-as', 'as'), ('per-', 'per'), ('--', '-'), ('--', '-'), ('Lord--', 'Lord-'), ('-', ''), ('-was', 'was'), ('-is', 'is'), ('neighbor-', 'neighbor'), ('--', '-'), ('be-', 'be')]
ST18750408-V01-22-page7.txt: [('-I', 'I'), ('in-', 'in'), ('be--', 'be-'), ('-without', 'without'), ('credit-', 'credit'), ('-The', 'The'), ('But-', 'But'), ('RE-', 'RE'), ("'jackknives-", "'jackknives"), ('-and', 'and'), ('-the', 'the'), ('-', '')]
ST18750408-V01-22-page8.txt: [('.-', '.'), ('THE-', 'THE'), ('ad-', 'ad'), ('Two-', 'Two'), ('Scrip-', 'Scrip'), ('-', ''), ('-', ''), ('-.', '.'), ('-of', 'of'), ('-', ''), ('pub-', 'pub'), ('Corpo-', 'Corpo'), ('a-', 'a')]
ST18750415-V01-23-page1.txt: [('Ira--', 'Ira-'), ('antino-', 'antino'), ("'sinned--", "'sinned-"), ('-if', 'if'), ('-Christian', 'Christian'), ('digres-', 'digres'), ('-power', 'power'), ('-', ''), ('-', ''), ('-death', 'death'), ('-sins', 'sins'), ('-', ''), ('-', '')]
ST18750415-V01-23-page2.txt: [('con--', 'con-'), ('per-', 'per'), ('-were', 'were'), ('-.', '.'), ('in-', 'in'), ('us-', 'us'), ('disap-', 'disap'), ('-', ''), ('-Sam.', 'Sam.'), ('-', ''), ('an-', 'an'), ('-can', 'can'), ('-wicked.', 'wicked.'), ('-"', '"'), ('-Webster.', 'Webster.'), ('-', ''), ('COM-', 'COM')]
ST18750415-V01-23-page3.txt: [('hearts."-', 'hearts."'), ('-whether', 'whether'), ('-shall', 'shall'), ('de-', 'de'), ('he-', 'he'), ('-he', 'he'), ('-have', 'have'), ('-', ''), ('-Revelation', 'Revelation'), ('SMITH-', 'SMITH'), ('Temper-', 'Temper')]
ST18750415-V01-23-page4.txt: [('period-', 'period'), ('pu-', 'pu'), ('-', ''), ('-appear', 'appear'), ('-', ''), ('-', ''), ('es-', 'es'), ('-', ''), ('-of', 'of'), ('-eye', 'eye'), ('incorrupti-', 'incorrupti'), ('-must', 'must'), ('-the', 'the'), ('-', ''), ('-praying', 'praying'), ('vis-', 'vis')]
ST18750415-V01-23-page5.txt: [('-on', 'on'), ('there-', 'there'), ('endur-', 'endur')]
ST18750415-V01-23-page6.txt: [('thereby-', 'thereby'), ('-to', 'to'), ('-tempta-', 'tempta-'), ('-ce', 'ce'), ('-', ''), ('-', ''), ('-', ''), ('honor-', 'honor'), ('dentthattheclaimsofthebeastaretobeen-', 'dentthattheclaimsofthebeastaretobeen'), ('-that', 'that'), ('-has', 'has'), ('cor-', 'cor'), ('-by', 'by'), ('-', ''), ('-', ''), ('-', ''), ('-good', 'good'), ('abode.--', 'abode.-'), ('-that', 'that'), ('evi-', 'evi'), ('ven-', 'ven'), ('dis-', 'dis'), ("hu'-", "hu'"), ('-us', 'us'), ('loving-', 'loving')]
ST18750415-V01-23-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-survivers.', 'survivers.'), ('-by', 'by'), ('con-', 'con'), ('-The', 'The'), ('-', ''), ('hu-', 'hu'), ('-of', 'of'), ('--', '-'), ('-Nearly', 'Nearly'), ('-Vigorous', 'Vigorous')]
ST18750415-V01-23-page8.txt: [('i-', 'i'), ('--', '-'), ('play-', 'play'), ('addi-', 'addi'), ('Two-', 'Two'), ('the-', 'the'), ('Sab-', 'Sab'), ('-holds', 'holds'), ('-Many', 'Many')]
ST18750422-V01-24-page1.txt: [('-has', 'has'), ('-God', 'God'), ('-', ''), ('-', ''), ('-day', 'day'), ('-', ''), ('Lord-', 'Lord'), ('as-', 'as'), ('-"doctrines.', '"doctrines.'), ('Ob-', 'Ob'), ('-Utah', 'Utah'), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('cannot--', 'cannot-'), ('-', ''), ('re-', 're'), ('ac-', 'ac'), ('-a', 'a'), ('Corn-', 'Corn'), ('-therefore', 'therefore'), ('-because', 'because'), ('-the', 'the'), ('-', ''), ('city.-', 'city.'), ('Mor-', 'Mor'), ('-', ''), ('-in', 'in'), ('suf-', 'suf'), ('-', ''), ('-and', 'and')]
ST18750422-V01-24-page2.txt: [('-.', '.'), ('-', ''), ('-order', 'order'), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-very', 'very'), ('-Is', 'Is'), ('en-', 'en')]
ST18750422-V01-24-page3.txt: [("SIGNS'-", "SIGNS'"), ('manifesta-', 'manifesta'), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('Tohn.-', 'Tohn.'), ('-', ''), ('-', ''), ('Ellkhamees"-', 'Ellkhamees"'), ('-', ''), ('-your', 'your'), ('-', ''), ('-the', 'the'), ('-', ''), ('-then', 'then'), ('.un-', '.un'), ('-experience', 'experience'), ('corn-', 'corn'), ('-', ''), ('-us', 'us'), ('-Atfirst', 'Atfirst'), ('prophe-', 'prophe'), ('capa-', 'capa'), ('-', ''), ('-', ''), ('AP-', 'AP'), ('apply.-', 'apply.'), ('-', '')]
ST18750422-V01-24-page4.txt: [('-put', 'put'), ('-forty', 'forty'), ('-', ''), ('-', ''), ('Scrip-', 'Scrip'), ('-', ''), ('-text', 'text'), ('proph-', 'proph'), ('-if', 'if'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('ap-', 'ap'), ('non-', 'non'), ('-', ''), ('fFP-', 'fFP'), ('din-', 'din'), ('-here', 'here')]
ST18750422-V01-24-page5.txt: [('better.-', 'better.'), ('-the', 'the'), ('-"To', '"To'), ('-', ''), ('be-', 'be'), ('"-', '"'), ('-', ''), ('-others', 'others'), ('worship-', 'worship'), ('-', '')]
ST18750422-V01-24-page6.txt: [('estab-', 'estab'), ("-make'", "make'"), ('-', ''), ('-had', 'had'), ('-', ''), ('-', ''), ('--ithe.', '-ithe.'), ('-', ''), ('Ha-', 'Ha'), ('-', ''), ("-'", "'"), ('-with', 'with'), ('-the', 'the'), ('com-', 'com'), ('-', ''), ('Jesus-', 'Jesus'), ('-', ''), ('time.-', 'time.'), ('-which', 'which'), ('respect-', 'respect'), ('people-', 'people'), ('-these', 'these'), ('-of', 'of'), ('Wher-', 'Wher'), ('--Popular', '-Popular')]
ST18750422-V01-24-page7.txt: [('deal-', 'deal'), ('THE--', 'THE-'), ('SIGNS-', 'SIGNS'), ('-the', 'the'), ('-thee."', 'thee."'), ('-', ''), ('-', ''), ('eleva-', 'eleva'), ('-', ''), ('-', ''), ('overlook-', 'overlook'), ('-', ''), ('determina-', 'determina'), ('-', '')]
ST18750422-V01-24-page8.txt: [('CAI..-', 'CAI..'), ('-a', 'a'), ('assem-', 'assem'), ('Two-', 'Two'), ('-', ''), ('play-', 'play'), ('-Advent', 'Advent'), ('-delivered', 'delivered'), ('Associa-', 'Associa'), ('spec-', 'spec'), ('-Jesus', 'Jesus'), ('Skinn-', 'Skinn'), ('con-', 'con')]
ST18750429-V01-25-page1.txt: [('-', ''), ('-in', 'in'), ('-', ''), ('-', ''), ('dis-', 'dis'), ('-', ''), ('-', '')]
ST18750429-V01-25-page2.txt: [('-sway', 'sway'), ('-bath', 'bath'), ('-Guatimala', 'Guatimala'), ('-under', 'under'), ('"Ju-', '"Ju')]
ST18750429-V01-25-page3.txt: [('-', ''), ('-Wood', 'Wood'), ('EN-', 'EN'), ('--Gospel', '-Gospel'), ('-', ''), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('some-', 'some'), ('-.', '.'), ('-', ''), ('Matt.-', 'Matt.'), ('decrepit-', 'decrepit')]
ST18750429-V01-25-page4.txt: [('-led', 'led'), ('-MORROW', 'MORROW'), ('-side', 'side'), ('-first', 'first'), ('depart-', 'depart'), ('sel-', 'sel')]
ST18750429-V01-25-page5.txt: [('-', ''), ('gs-', 'gs'), ('-', ''), ('-', ''), ('labor-', 'labor'), ('trib-', 'trib')]
ST18750429-V01-25-page6.txt: [('-to', 'to'), ('im-', 'im'), ('prob-', 'prob'), ('familiar-', 'familiar')]
ST18750429-V01-25-page7.txt: [('ques-', 'ques'), ('beauti-', 'beauti'), ('-', ''), ('--Troubles', '-Troubles'), ('-the', 'the'), ('-', ''), ('ring-', 'ring'), ('em-', 'em')]
ST18750429-V01-25-page8.txt: [('-', ''), ('AD--', 'AD-'), ('Two-', 'Two'), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be')]
ST18750506-V01-26-page1.txt: [('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-work', 'work'), ('in-', 'in'), ('hav-', 'hav'), ('-', ''), ("'--", "'-")]
ST18750506-V01-26-page2.txt: [('-', ''), ('-', ''), ('-vol.', 'vol.'), ('-', ''), ('en-', 'en'), ('-', ''), ('hope-', 'hope'), ('-Airso', 'Airso'), ('-', ''), ('pa-', 'pa'), ('begin-', 'begin'), ('-to', 'to'), ('-', ''), ('-', ''), ('neces-', 'neces'), ('for-', 'for'), ('-', ''), ('-', ''), ('-', ''), ('command-', 'command'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('truth-', 'truth')]
ST18750506-V01-26-page3.txt: [('some-', 'some'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('eva-', 'eva'), ('-justly', 'justly'), ('-', ''), ('conflagrations-', 'conflagrations'), ('-falling', 'falling'), ('-Villiers', 'Villiers'), ('brighter.--', 'brighter.-'), ('-.at', '.at'), ('tears-', 'tears'), ('--tenderly', '-tenderly'), ('sing-', 'sing'), ('-', ''), ('-', ''), ('-were', 'were'), ('-careless', 'careless'), ('-glorified', 'glorified'), ('-try', 'try')]
ST18750506-V01-26-page4.txt: [('mag-', 'mag'), ('-', ''), ('Oak-', 'Oak')]
ST18750506-V01-26-page5.txt: [('-the', 'the'), ('acknOwl-', 'acknOwl'), ('Sacra-', 'Sacra'), ('im-', 'im')]
ST18750506-V01-26-page6.txt: [('pro-', 'pro'), ('-to', 'to'), ('publica-', 'publica'), ('-OF', 'OF'), ('-looked', 'looked')]
ST18750506-V01-26-page7.txt: [('rills-', 'rills'), ('what-', 'what'), ('-ever', 'ever'), ('improve-', 'improve'), ('Den-', 'Den'), ('doc-', 'doc'), ('passen-', 'passen'), ('-the', 'the'), ('-A', 'A'), ('dan-', 'dan'), ('-La', 'La')]
ST18750506-V01-26-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('expec-', 'expec'), ('mel-', 'mel'), ('Two-', 'Two'), ('Covenants.-', 'Covenants.'), ('--The', '-The'), ('de-', 'de'), ('-in.', 'in.'), ('-aft', 'aft'), ('a-', 'a')]
ST18750513-V01-27-page1.txt: [('-', ''), ('-It', 'It'), ('-', ''), ('aa-', 'aa'), ('--', '-'), ('-let', 'let'), ('a--', 'a-'), ('proinise--', 'proinise-'), ('-', ''), ('-my', 'my')]
ST18750513-V01-27-page2.txt: [('-and', 'and'), ('-suddenly', 'suddenly'), ('-', ''), ('-you', 'you'), ('-pan', 'pan'), ('-they', 'they'), ('-the', 'the'), ('over-', 'over'), ('necessa-', 'necessa'), ('con-', 'con'), ('-do', 'do'), ('-many', 'many'), ('-crossing', 'crossing'), ('-"', '"'), ('-own', 'own'), ('deceivable-', 'deceivable'), ('-who', 'who')]
ST18750513-V01-27-page3.txt: [('-', ''), ('-Ungodly', 'Ungodly'), ('creation."-', 'creation."'), ('-themselves', 'themselves'), ('-should', 'should'), ('com-', 'com'), ('-', ''), ('-as', 'as'), ('AND-', 'AND'), ('-in', 'in')]
ST18750513-V01-27-page4.txt: [('-', ''), ('-the', 'the'), ('-', ''), ('and-', 'and'), ('-', ''), ('-', ''), ('-all', 'all'), ('import-', 'import')]
ST18750513-V01-27-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('up-', 'up'), ('-Co', 'Co'), ('aver-', 'aver')]
ST18750513-V01-27-page6.txt: [('-', ''), ('-', ''), ('Testa-', 'Testa'), ('de-', 'de'), ('en-', 'en'), ('-', ''), ('-wine', 'wine'), ('-', ''), ('singu-', 'singu'), ('-were', 'were'), ('-the', 'the'), ('commem-', 'commem')]
ST18750513-V01-27-page7.txt: [('-', ''), ('ex-', 'ex'), ('-', ''), ('actu-', 'actu'), ('-ainong', 'ainong'), ('prop-', 'prop'), ('abol-', 'abol'), ('-', ''), ('-The', 'The'), ('Eti-', 'Eti'), ('-French', 'French'), ('Joel-', 'Joel'), ('-', ''), ('-paying', 'paying'), ('-influence', 'influence'), ('-Mr.', 'Mr.')]
ST18750513-V01-27-page8.txt: [('-', ''), ('Two-', 'Two'), ('-', ''), ('AD-', 'AD'), ('-', ''), ('change"--', 'change"-'), ('him-', 'him'), ('meet-', 'meet'), ('-', ''), ('in-', 'in')]
ST18750520-V01-28-page1.txt: [('-', ''), ('journey-', 'journey'), ('ends-', 'ends'), ('-', ''), ('-had', 'had')]
ST18750520-V01-28-page2.txt: [('year-', 'year'), ('-throughout', 'throughout'), ('be-', 'be'), ('-', ''), ('message-', 'message'), ('GIVING-', 'GIVING'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('illustra-', 'illustra'), ('-"Commandments"', '"Commandments"'), ('-', ''), ('permit-', 'permit'), ('char-', 'char'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18750520-V01-28-page3.txt: [('-', ''), ('-which', 'which'), ('-', ''), ('-SIGNS', 'SIGNS'), ('-together', 'together'), ('-small', 'small'), ('-Jesus', 'Jesus'), ('-Sodom', 'Sodom'), ('won-', 'won'), ('en-', 'en'), ('-them', 'them'), ('-', ''), ('-We', 'We')]
ST18750520-V01-28-page4.txt: [('-', ''), ('-', ''), ('Bi-', 'Bi'), ('-', ''), ('with-', 'with')]
ST18750520-V01-28-page5.txt: [('-out', 'out'), ('-', ''), ('re-', 're'), ('-Van', 'Van')]
ST18750520-V01-28-page6.txt: [('-', ''), ('be-', 'be'), ('meet-', 'meet'), ('-usual.', 'usual.')]
ST18750520-V01-28-page7.txt: [('Ox-', 'Ox'), ('-various', 'various'), ('congrega-', 'congrega'), ('-', ''), ('-', ''), ('-', ''), ('-in', 'in'), ('-the', 'the'), ('in-', 'in'), ('ac-', 'ac'), ('young--', 'young-'), ('honee-', 'honee'), ('-', ''), ('-They', 'They')]
ST18750520-V01-28-page8.txt: [('Two-', 'Two')]
ST18750527-V01-29-page1.txt: [('com-', 'com'), ('-viz.', 'viz.'), ('-threescore', 'threescore'), ('-', ''), ('-and', 'and'), ('-take', 'take'), ('-', ''), ('-with', 'with'), ('faith--', 'faith-'), ('-in', 'in'), ('-the', 'the'), ('fa-', 'fa'), ('-not', 'not'), ('-spirit', 'spirit'), ('ex-', 'ex'), ('-united', 'united'), ('occupy.-', 'occupy.'), ('-', ''), ('Joel-', 'Joel'), ('-', ''), ('-', ''), ('-to', 'to')]
ST18750527-V01-29-page2.txt: [('--seen', '-seen'), ('An-', 'An'), ('is.-', 'is.'), ('ShOW-', 'ShOW'), ('be-', 'be'), ('testi-', 'testi'), ('coin-', 'coin'), ('-', ''), ("-Vin-ey-aftisTand'stripping", "Vin-ey-aftisTand'stripping"), ('cere-', 'cere'), ("-'--", "'--"), ('-is', 'is'), ('-', ''), ('-', ''), ('car-', 'car'), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-Written', 'Written'), ('"Where-', '"Where'), ('-', ''), ('-', ''), ('-', ''), ('-hath', 'hath'), ('-', ''), ('-precisely', 'precisely'), ('depreda-', 'depreda'), ('-', ''), ('-', ''), ('-Which', 'Which'), ('-', ''), ('-', ''), ('-"', '"'), ("'withsack-", "'withsack"), ('-', ''), ('-inflict.', 'inflict.'), ('-What', 'What'), ("-been'", "been'"), ('-eye', 'eye'), ('-For', 'For'), ('-How', 'How'), ('appli-', 'appli')]
ST18750527-V01-29-page3.txt: [('-', ''), ('extermina-', 'extermina'), ('--L"', '-L"'), ('-would', 'would'), ("--'goes", "-'goes"), ('-his', 'his'), ('-jUstify', 'jUstify'), ('-Wealth', 'Wealth'), ('-rejoicing', 'rejoicing'), ('-', ''), ('deprecatedin-', 'deprecatedin'), ('Bi-', 'Bi'), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ('-Yield', 'Yield'), ('-', '')]
ST18750527-V01-29-page4.txt: [('-for', 'for'), ('--', '-'), ('-VOICE', 'VOICE'), ('-', ''), ('-somewhat', 'somewhat'), ('-Why', 'Why'), ('-labor-saving', 'labor-saving'), ('-Parma', 'Parma'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('morn-', 'morn'), ('-', ''), ('sup-', 'sup'), ('-', ''), ('an-', 'an'), ('resur-', 'resur'), ('bor-', 'bor'), ('contend-', 'contend'), ('super-', 'super')]
ST18750527-V01-29-page5.txt: [('COMMUNION-', 'COMMUNION'), ('SERVICE.-', 'SERVICE.'), ('-The', 'The'), ('Mc-', 'Mc'), ('-but', 'but'), ('-', ''), ('-authority', 'authority'), ('-the', 'the'), ('-no', 'no'), ('doc-', 'doc'), ('coun-', 'coun'), ('im-', 'im'), ('-you', 'you'), ('Chris-', 'Chris'), ('con-', 'con'), ('-matter', 'matter'), ('-', ''), ('ser-', 'ser')]
ST18750527-V01-29-page6.txt: [('.-', '.'), ('-', ''), ('-', ''), ('immedi-', 'immedi'), ('-Others', 'Others'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Valley', 'Valley'), ('-the', 'the'), ('-General', 'General'), ('-they', 'they'), ('suc-', 'suc'), ('-periodicals', 'periodicals'), ('-', '')]
ST18750527-V01-29-page7.txt: [('Cath-', 'Cath'), ('citi-', 'citi'), ('-', ''), ('-There', 'There'), ('-', ''), ('-Of', 'Of'), ('-', ''), ('-the', 'the'), ('-weather', 'weather'), ('-', ''), ('-', ''), ("being'dev-", "being'dev"), ('-has', 'has'), ('-', ''), ('-', ''), ('Lan-', 'Lan'), ('testimo-', 'testimo'), ('-The', 'The'), ('Mon-', 'Mon'), ('-truth', 'truth'), ('dark-', 'dark'), ('-', ''), ('-Mountainsof', 'Mountainsof'), ('-beyond', 'beyond'), ('-', ''), ('-', ''), ('-', ''), ('reached-', 'reached'), ('-ROsewater', 'ROsewater'), ('-which', 'which'), ('-Philadelphia', 'Philadelphia'), ('-', ''), ('-', ''), ('.-', '.'), ('--.', '-.'), ('-points', 'points'), ('es-', 'es'), ('-', ''), ('-.The', '.The'), ('-', ''), ('-Dispatches', 'Dispatches'), ('-frequently', 'frequently'), ('-of', 'of'), ('.-', '.')]
ST18750527-V01-29-page8.txt: [('-', ''), ('-cents', 'cents'), ('prison-', 'prison'), ('-j.', 'j.'), ('Wood-', 'Wood'), ('Waggoner.-', 'Waggoner.'), ('-', ''), ('Two-', 'Two'), ('--The', '-The'), ('con-', 'con'), ('at-', 'at'), ('dif-', 'dif'), ('Btu-', 'Btu')]
ST18750603-V01-30-page1.txt: [('-', ''), ('-they', 'they'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('igno-', 'igno'), ('--', '-'), ('revealed.-', 'revealed.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('offer-', 'offer')]
ST18750603-V01-30-page2.txt: [('-Chap.', 'Chap.'), ('-not', 'not'), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('-a', 'a'), ('fornica-', 'fornica'), ('-', ''), ('-then', 'then'), ('-With', 'With'), ('-', ''), ('coni-', 'coni'), ('-', ''), ('-', ''), ('-', ''), ('-would', 'would'), ('-contracts.', 'contracts.'), ('Juda-', 'Juda'), ('-look', 'look'), ('-', ''), ('-', '')]
ST18750603-V01-30-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-What', 'What'), ('-the', 'the'), ('-verse', 'verse'), ('vic-', 'vic'), ('-attention', 'attention'), ('-', ''), ('-', ''), ('-', ''), ('gener-', 'gener'), ('-', ''), ('-hurt', 'hurt')]
ST18750603-V01-30-page4.txt: [('-', ''), ('-', ''), ('hand-', 'hand'), ('re-', 're')]
ST18750603-V01-30-page5.txt: [('-', ''), ('-', ''), ('-Neither', 'Neither'), ('-', ''), ('-who', 'who'), ('-', ''), ('-from', 'from'), ('-rebuke', 'rebuke'), ('-', ''), ('-', '')]
ST18750603-V01-30-page6.txt: [('--and', '-and'), ('-using', 'using'), ('-.', '.'), ('-We', 'We'), ('"Faith-', '"Faith'), ('for-', 'for'), ('-arid', 'arid'), ('work.-', 'work.'), ('twenty-', 'twenty'), ('-', ''), ('-------', '------'), ('pub-', 'pub'), ('de-', 'de')]
ST18750603-V01-30-page7.txt: [('ex-', 'ex'), ('-claimed', 'claimed'), ('-continued', 'continued'), ('-disgrace', 'disgrace'), ('cloth-', 'cloth'), ('THEE-', 'THEE'), ('-', ''), ('-are', 'are'), ('-up.', 'up.'), ("-Which'", "Which'"), ('diree-', 'diree'), ('-', ''), ('-which', 'which'), ('-', ''), ('-which', 'which'), ('appe-', 'appe'), ('-', ''), ('-for', 'for'), ('exodus-', 'exodus'), ('-', ''), ('-Worthy', 'Worthy'), ('-', ''), ('-', ''), ('-', ''), ('-Dr.', 'Dr.'), ('favor-', 'favor'), ('-', ''), ('-Sabbath', 'Sabbath')]
ST18750603-V01-30-page8.txt: [('Sun-', 'Sun'), ('Two-', 'Two'), ('July-', 'July'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Which', 'Which'), ('Septem-', 'Septem'), ('re-', 're'), ('-', ''), ('J--', 'J-')]
ST18750610-V01-31-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-in', 'in'), ('es-', 'es')]
ST18750610-V01-31-page2.txt: [('of-', 'of'), ('-forth', 'forth'), ('-Unbelievers', 'Unbelievers'), ('ob-', 'ob')]
ST18750610-V01-31-page3.txt: [('-world', 'world'), ('-', '')]
ST18750610-V01-31-page4.txt: [('resurrec-', 'resurrec')]
ST18750610-V01-31-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--.', '-.'), ('ed-', 'ed')]
ST18750610-V01-31-page6.txt: [('the-', 'the'), ('-a', 'a'), ('member-', 'member')]
ST18750610-V01-31-page7.txt: [('-prosper', 'prosper'), ('-', ''), ('-twelve', 'twelve'), ('-what', 'what'), ('-', ''), ('-', ''), ('Dela-', 'Dela'), ('of-', 'of'), ('-', '')]
ST18750610-V01-31-page8.txt: [('-writing', 'writing'), ('Two-', 'Two'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18750617-V01-32-page1.txt: [('-', ''), ('ex-', 'ex'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18750617-V01-32-page2.txt: [('-', ''), ('-higher', 'higher'), ('-', ''), ('-that', 'that'), ('-were', 'were'), ('-peculiarity', 'peculiarity'), ('-pained', 'pained'), ('-', ''), ('-a', 'a'), ('-', ''), ('an-', 'an'), ('-Cake', 'Cake'), ('-Lord', 'Lord'), ('mourn-', 'mourn'), ('-', '')]
ST18750617-V01-32-page3.txt: [('-fires', 'fires'), ('offer-', 'offer'), ('-the', 'the'), ('-stone', 'stone'), ('phy-', 'phy'), ('-', ''), ('con-', 'con'), ('-it', 'it')]
ST18750617-V01-32-page4.txt: [('-', ''), ('-', ''), ('CAN-', 'CAN'), ('-', ''), ('pro-', 'pro'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cry-', 'cry'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18750617-V01-32-page5.txt: [('Holi-', 'Holi'), ('-willful', 'willful'), ('-and', 'and')]
ST18750617-V01-32-page6.txt: [('-', ''), ('-', ''), ('-Thursday', 'Thursday'), ('-instead', 'instead'), ('---', '--'), ('opportu-', 'opportu')]
ST18750617-V01-32-page7.txt: [('Peters-', 'Peters'), ('for-', 'for'), ('June-', 'June'), ('Epis-', 'Epis')]
ST18750617-V01-32-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('a-', 'a'), ('-R-', 'R-'), ('-', ''), ('z-', 'z'), ('-a', 'a'), ('-NO', 'NO'), ('-lisus', 'lisus'), ('-', ''), ('-', ''), ('-.', '.'), ('pL-', 'pL'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Two-', 'Two'), ('CAL-', 'CAL'), ('-', ''), ('-', ''), ('-ais', 'ais'), ('.-', '.'), ('-', ''), ('-re', 're')]
ST18750624-V01-33-page1.txt: [('for-', 'for'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-Whosoever', 'Whosoever'), ('esteem-', 'esteem'), ('-that', 'that'), ('-', ''), ("'judg-", "'judg")]
ST18750624-V01-33-page2.txt: [('-', ''), ('-twenty-six', 'twenty-six'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-obedien', 'obedien'), ('--reaS', '-reaS'), ('jus-', 'jus'), ('-God', 'God'), ('-', ''), ('-', ''), ("-the'", "the'"), ('-These', 'These'), ('-', ''), ('in-', 'in'), ('ac-', 'ac'), ('-', ''), ('-', ''), ('-', ''), ('-last', 'last'), ('-in', 'in'), ('-Lord-gave', 'Lord-gave'), ('-him-', 'him-'), ('-inheritance', 'inheritance'), ('-', '')]
ST18750624-V01-33-page3.txt: [('with-', 'with'), ('-we', 'we'), ('sec-', 'sec'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-which', 'which'), ('SLANDER.-', 'SLANDER.'), ('-', ''), ('-Thus', 'Thus'), ('-thunder', 'thunder'), ('-', ''), ('-', '')]
ST18750624-V01-33-page4.txt: [('THE-', 'THE'), ('-', ''), ('-in', 'in'), ('-the', 'the'), ('-whom', 'whom'), ('-denomination', 'denomination')]
ST18750624-V01-33-page5.txt: [('-the', 'the'), ('fore-', 'fore'), ('-', ''), ('OF-', 'OF'), ('THE-', 'THE'), ('at-', 'at'), ('-Very', 'Very'), ('-a', 'a'), ('-days', 'days'), ('-', ''), ('-Which', 'Which')]
ST18750624-V01-33-page6.txt: [('-', ''), ('-', ''), ('victo-', 'victo'), ('-that', 'that'), ('-', ''), ('-', ''), ('-', ''), ('-while', 'while'), ('pub-', 'pub'), ('-', ''), ('-', ''), ('-', '')]
ST18750624-V01-33-page7.txt: [('--', '-'), ('-The', 'The'), ('---', '--'), ('------', '-----'), ('-', ''), ('in-', 'in'), ('in-', 'in'), ('-the', 'the'), ('-.-The', '.-The'), ('farm-', 'farm'), ('Woon.-', 'Woon.'), ('im-', 'im'), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('per-', 'per'), ('contri-', 'contri'), ('-', ''), ('-', ''), ('re-', 're')]
ST18750624-V01-33-page8.txt: [('du-', 'du'), ('-Any', 'Any'), ('-OF', 'OF'), ('con-', 'con'), ('Two-', 'Two'), ('Vindica-', 'Vindica'), ('-The', 'The'), ('Day-', 'Day'), ('Examined-', 'Examined'), ('Immortality-', 'Immortality'), ('-Coming', 'Coming'), ('-Sabbath', 'Sabbath'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18750701-V01-34-page1.txt: [('-', ''), ('believ-', 'believ'), ("-he'", "he'")]
ST18750701-V01-34-page2.txt: [('-', ''), ('-', ''), ('lib-', 'lib'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-die', 'die'), ('-Paul', 'Paul'), ('-', ''), ('-', ''), ('-', ''), ('recep-', 'recep')]
ST18750701-V01-34-page3.txt: [('-Instead', 'Instead'), ('-', ''), ('-', ''), ('pervert-', 'pervert'), ('re-', 're'), ('-', ''), ('-', ''), ('House--', 'House-'), ('be-', 'be'), ('-', ''), ('arrAfri-', 'arrAfri'), ('the-inhabit--', 'the-inhabit-'), ('-Augustus', 'Augustus'), ('yellow-', 'yellow'), ('per-', 'per'), ('-', '')]
ST18750701-V01-34-page4.txt: [('-DAY', 'DAY'), ('-', ''), ('peo-', 'peo'), ('-given', 'given'), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de')]
ST18750701-V01-34-page5.txt: [('-', ''), ('-', ''), ('-the-church.', 'the-church.'), ('-', ''), ('-Words.', 'Words.'), ('fami-', 'fami'), ('-people."', 'people."'), ('-', ''), ('-World', 'World'), ('dedi-', 'dedi'), ('-', ''), ('conclu-', 'conclu'), ('-', ''), ("'de-", "'de"), ('conclu.-', 'conclu.'), ('-', ''), ('-just', 'just'), ('-lOok', 'lOok'), ('-his', 'his'), ('-use', 'use'), ('-do', 'do'), ('-', ''), ('-Us', 'Us'), ('-', ''), ('-glance', 'glance'), ('re-', 're'), ('forefath-', 'forefath')]
ST18750701-V01-34-page6.txt: [('op-', 'op'), ('oppo-', 'oppo'), ('accord-', 'accord'), ('resi-', 'resi'), ('subordin-', 'subordin')]
ST18750701-V01-34-page7.txt: [("Other'denomina--", "Other'denomina-"), ('penal--', 'penal-'), ('-these', 'these'), ('internation-', 'internation'), ('-body', 'body'), ('material--', 'material-'), ('-the', 'the'), ('-Without', 'Without'), ('ap--', 'ap-'), ('---Sir', '--Sir'), ('-', ''), ('-Major', 'Major'), ('AGE.-', 'AGE.'), ('-thiee', 'thiee'), ('-', '')]
ST18750701-V01-34-page8.txt: [('quar-', 'quar'), ('-i', 'i'), ('ques-', 'ques'), ('-', ''), ('-', ''), ('Jesus--', 'Jesus-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('xfff-', 'xfff'), ('de-', 'de'), ('Two-', 'Two')]
ST18750708-V01-35-page1.txt: [('--', '-'), ('con-', 'con'), ('expeditions."-', 'expeditions."'), ('impar-', 'impar'), ('becom-', 'becom'), ('suc-', 'suc'), ('season-', 'season')]
ST18750708-V01-35-page2.txt: [('-', ''), ('bless-', 'bless'), ('willing-', 'willing'), ('-', ''), ('fit-', 'fit'), ('--', '-'), ('-', ''), ('--', '-'), ('re-', 're'), ('-', ''), ('-', ''), ('cer-', 'cer'), ('al-', 'al'), ('-', ''), ('Job-', 'Job'), ('-', '')]
ST18750708-V01-35-page3.txt: [('Bless-', 'Bless'), ('-', ''), ('-', ''), ('-', ''), ('-Gal.', 'Gal.'), ('-Rom.', 'Rom.'), ('-Rom.', 'Rom.'), ('Christ-', 'Christ'), ('idol-', 'idol'), ('-', ''), ('-', ''), ('-they', 'they')]
ST18750708-V01-35-page4.txt: [('-', ''), ('re-', 're'), ('-', ''), ('New-', 'New'), ('adver-', 'adver'), ('breth-', 'breth'), ('them-', 'them'), ('-something', 'something'), ('El-', 'El'), ('imme-', 'imme'), ('per-', 'per'), ('er-', 'er'), ('un-', 'un')]
ST18750708-V01-35-page5.txt: [('-', ''), ('-', ''), ('hab-', 'hab'), ('-.O.', '.O.'), ('fol-', 'fol')]
ST18750708-V01-35-page6.txt: [('eav-', 'eav'), ('secre-', 'secre'), ('-', ''), ('busi-', 'busi'), ('suc-', 'suc')]
ST18750708-V01-35-page7.txt: [('pres-', 'pres'), ('Recent-', 'Recent'), ('--Joseph', '-Joseph'), ('--The', '-The'), ('--The', '-The'), ('-', ''), ('--The', '-The')]
ST18750708-V01-35-page8.txt: [('-----', '----'), ('pre-', 'pre'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Wood-', 'Wood'), ('Two-', 'Two'), ('writ-', 'writ'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18750715-V01-36-page1.txt: [('re-', 're'), ('-of', 'of'), ('con-', 'con'), ('transgres-', 'transgres'), ('pres-', 'pres')]
ST18750715-V01-36-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-film', 'film'), ('in-', 'in'), ('receiv-', 'receiv'), ('-', '')]
ST18750715-V01-36-page3.txt: [('-Unfortunately', 'Unfortunately'), ('-', ''), ('ne-', 'ne')]
ST18750715-V01-36-page4.txt: [('la-', 'la'), ('-', ''), ('per-', 'per')]
ST18750715-V01-36-page5.txt: [('-paganism', 'paganism'), ('conver-', 'conver'), ('instiga-', 'instiga')]
ST18750715-V01-36-page7.txt: [('--The', '-The'), ('-', ''), ('-The', 'The'), ('--Bishop', '-Bishop'), ('----A', '---A')]
ST18750715-V01-36-page8.txt: [('AO-', 'AO'), ('Two-', 'Two'), ('-', ''), ('fie-', 'fie'), ('AO-', 'AO'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Fund-', 'Fund')]
ST18750722-V01-37-page1.txt: [('TESTA-', 'TESTA'), ('-', ''), ('salva-', 'salva'), ('relig-', 'relig'), ('-', '')]
ST18750722-V01-37-page2.txt: [('-', ''), ('peo-', 'peo'), ('-', ''), ('resur-', 'resur'), ('thou-', 'thou'), ('-', ''), ('-', ''), ('-', ''), ('pil-', 'pil')]
ST18750722-V01-37-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('pas-', 'pas')]
ST18750722-V01-37-page4.txt: [('-', '')]
ST18750722-V01-37-page5.txt: [('BOUR-', 'BOUR'), ('-', ''), ('orna-', 'orna')]
ST18750722-V01-37-page6.txt: [('-', '')]
ST18750722-V01-37-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Appear-', 'Appear'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Lom-', 'Lom'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('gtr-', 'gtr'), ('Two-', 'Two')]
ST18750729-V01-38-page1.txt: [('day-', 'day'), ('-', ''), ("-Zion's", "Zion's"), ('ceremo-', 'ceremo'), ('be-', 'be'), ('cove-', 'cove'), ('horior-', 'horior'), ('Fath-', 'Fath'), ('rela-', 'rela'), ('substitu-', 'substitu'), ('ex-', 'ex'), ('com-', 'com'), ('mor-', 'mor'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Gen-', 'Gen'), ('-only', 'only'), ('sepa-', 'sepa')]
ST18750729-V01-38-page2.txt: [('con-', 'con'), ('--', '-'), ('-', ''), ('clip-', 'clip'), ('testi-', 'testi'), ('-', ''), ('appli-', 'appli'), ('-', ''), ('-', ''), ('testimo-', 'testimo')]
ST18750729-V01-38-page3.txt: [('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-that', 'that'), ('-', ''), ('-', ''), ('dif-', 'dif'), ('-', ''), ('-', ''), ('-Selected.', 'Selected.'), ('coun-', 'coun'), ('nonde-', 'nonde')]
ST18750729-V01-38-page4.txt: [('salva-', 'salva'), ('ter-', 'ter')]
ST18750729-V01-38-page6.txt: [('ap-', 'ap'), ('-', ''), ('-SSi', 'SSi'), ('--BA', '-BA'), ('--BA', '-BA')]
ST18750729-V01-38-page7.txt: [('--That', '-That'), ('--', '-'), ('---which', '--which')]
ST18750729-V01-38-page8.txt: [('Two-', 'Two'), ('-Which', 'Which'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('neces-', 'neces'), ('collec-', 'collec'), ('AO-', 'AO'), ('ifigi-', 'ifigi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18750805-V01-39-page1.txt: [('--', '-'), ('-', ''), ('--', '-'), ('-without', 'without'), ('-', ''), ('con-', 'con')]
ST18750805-V01-39-page2.txt: [('-that', 'that'), ('rep-', 'rep'), ('--', '-'), ('--', '-'), ('-', '')]
ST18750805-V01-39-page3.txt: [('-', ''), ('-visit.', 'visit.'), ('adversity.-', 'adversity.')]
ST18750805-V01-39-page4.txt: [('-there', 'there')]
ST18750805-V01-39-page5.txt: [('him-', 'him'), ('stand-', 'stand')]
ST18750805-V01-39-page6.txt: [('-', ''), ('im-', 'im')]
ST18750805-V01-39-page7.txt: [('--There', '-There'), ('--Six', '-Six'), ('--In', '-In')]
ST18750805-V01-39-page8.txt: [('pSer-', 'pSer'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.'), ('-', ''), ('-', ''), ('Bap-', 'Bap'), ('-', ''), ('Seventh-day-', 'Seventh-day'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('im-', 'im'), ('Two-', 'Two')]
ST18750812-V01-40-page1.txt: [('morning-', 'morning'), ('-', ''), ('-', '')]
ST18750812-V01-40-page2.txt: [('trans-', 'trans'), ('scripture-', 'scripture'), ('-', ''), ('-', ''), ('-he', 'he'), ('Re-', 'Re')]
ST18750812-V01-40-page3.txt: [('-But', 'But')]
ST18750812-V01-40-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('em-', 'em'), ('-', ''), ('-', ''), ('pa-', 'pa'), ('conver-', 'conver')]
ST18750812-V01-40-page5.txt: [('-', ''), ('-', ''), ('nei-', 'nei')]
ST18750812-V01-40-page6.txt: [('sen-', 'sen'), ('-', ''), ('quarter-', 'quarter')]
ST18750812-V01-40-page7.txt: [('-be', 'be'), ('-most', 'most'), ('mis-', 'mis'), ('-', '')]
ST18750812-V01-40-page8.txt: [('"sig-', '"sig'), ('Two-', 'Two'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Camp-', 'Camp'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18750819-V01-41-page1.txt: [('holi-', 'holi'), ('-', ''), ('-', ''), ('con-', 'con')]
ST18750819-V01-41-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('-in', 'in'), ('semi-', 'semi'), ('-', '')]
ST18750819-V01-41-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('prop-', 'prop'), ('prac-', 'prac'), ('Evi-', 'Evi'), ('-', ''), ('in-', 'in'), ('-', ''), ('-', '')]
ST18750819-V01-41-page4.txt: [('-', ''), ('-own', 'own')]
ST18750819-V01-41-page5.txt: [('-', ''), ('con-', 'con'), ('enfee-', 'enfee'), ('con-', 'con')]
ST18750819-V01-41-page6.txt: [('for-', 'for')]
ST18750819-V01-41-page7.txt: [('--The', '-The'), ('.-', '.'), ('-', ''), ('wher-', 'wher')]
ST18750819-V01-41-page8.txt: [('-', ''), ('-', ''), ('-Oct.', 'Oct.'), ('-', ''), ('-', ''), ('Camp-', 'Camp'), ('-', ''), ('-', ''), ('Two-', 'Two'), ('gr-', 'gr'), ('Y-', 'Y'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18750826-V01-42-page2.txt: [('-', ''), ('-', ''), ('com-', 'com')]
ST18750826-V01-42-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18750826-V01-42-page4.txt: [('light-', 'light'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('judg-', 'judg'), ('re-', 're'), ('-', ''), ('pun-', 'pun'), ('re-', 're')]
ST18750826-V01-42-page5.txt: [('ter-', 'ter'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18750826-V01-42-page6.txt: [('-while', 'while'), ('nat-', 'nat'), ('meet-', 'meet'), ('-', '')]
ST18750826-V01-42-page7.txt: [('Mc-', 'Mc'), ('-', ''), ('Sun-', 'Sun'), ('--"', '-"'), ('GEOR-', 'GEOR')]
ST18750826-V01-42-page8.txt: [('-', ''), ('-', ''), ('-Oct.', 'Oct.'), ('-', ''), ('-', ''), ('Camp-', 'Camp'), ('-.', '.'), ('-', ''), ('Two-', 'Two'), ('-', ''), ('accus-', 'accus'), ('un-', 'un'), ('-', ''), ('-', ''), ('-', ''), ('Lovings-', 'Lovings'), ('PD-', 'PD'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18750902-V01-43-page1.txt: [('be-', 'be'), ('bet-', 'bet'), ('--"', '-"'), ('-', ''), ('-', ''), ('trans-', 'trans'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18750902-V01-43-page2.txt: [('nec-', 'nec'), ('-', ''), ('em-', 'em'), ('-', ''), ('-', ''), ('tremendu-', 'tremendu')]
ST18750902-V01-43-page3.txt: [('-encouragement', 'encouragement'), ('--', '-'), ('--', '-'), ('.-', '.')]
ST18750902-V01-43-page4.txt: [('-', ''), ('-', '')]
ST18750902-V01-43-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mak-', 'mak'), ('-', ''), ('IP.--', 'IP.-')]
ST18750902-V01-43-page6.txt: [('ac-', 'ac'), ('natu-', 'natu'), ('-destroyii', 'destroyii'), ('"-', '"'), ('know-', 'know')]
ST18750902-V01-43-page7.txt: [('-', ''), ('-', ''), ('--Not', '-Not'), ('appe-', 'appe'), ('the-', 'the'), ('----The', '---The'), ('--"The', '-"The')]
ST18750902-V01-43-page8.txt: [('meet-', 'meet'), ('-Strength', 'Strength'), ('self-', 'self'), ('Camp-', 'Camp'), ('mis-', 'mis'), ('-Any', 'Any'), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Franco-', 'Franco'), ('Vindica-', 'Vindica'), ('-', ''), ('Advent.-', 'Advent.'), ('--The', '-The'), ('-', ''), ('Little-', 'Little'), ('Day-', 'Day'), ('Immortality-', 'Immortality'), ('-', ''), ('Meet-', 'Meet'), ('-', ''), ('ordi-', 'ordi'), ('Two-', 'Two'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18750909-V01-44-page1.txt: [('justifica-', 'justifica'), ('God."-', 'God."'), ('-', ''), ('plead-', 'plead'), ('or-', 'or'), ('illustra-', 'illustra')]
ST18750909-V01-44-page2.txt: [('-', ''), ('-', ''), ('singu-', 'singu'), ('signi-', 'signi'), ('-', ''), ('-', ''), ('-', ''), ('foun-', 'foun'), ('con-', 'con')]
ST18750909-V01-44-page3.txt: [('-', ''), ('pro-', 'pro'), ('Seventh-day-', 'Seventh-day'), ('-Unquestionably', 'Unquestionably'), ('-"a', '"a'), ('scat-', 'scat')]
ST18750909-V01-44-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-who', 'who')]
ST18750909-V01-44-page5.txt: [('-every', 'every'), ('-', ''), ('-', ''), ('-', ''), ('testi-', 'testi'), ('-heart', 'heart'), ('-to', 'to'), ('-and', 'and'), ('-coming', 'coming')]
ST18750909-V01-44-page6.txt: [('-it', 'it'), ('uprise.-', 'uprise.'), ('-Sol.', 'Sol.'), ('-', ''), ('fol-', 'fol'), ('-', ''), ('rejoicing-', 'rejoicing'), ('Pacific-', 'Pacific'), ('-c', 'c'), ('-', ''), ('-', ''), ('-', ''), ('COn-', 'COn'), ('-', ''), ('-', ''), ('Ad-', 'Ad'), ('J.-', 'J.'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-.', '.'), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('--', '-'), ('g-', 'g'), ('I.-', 'I.'), ('-A', 'A'), ('-L', 'L'), ('-', ''), ('-', ''), ('-A', 'A'), ('I-', 'I'), ('-', ''), ('-A', 'A'), ('-', ''), ('I-', 'I'), ('-', ''), ('-I', 'I'), ('-c', 'c'), ('I-', 'I'), ("-'", "'"), ('-A', 'A'), ("-....'", "....'"), ('-."', '."'), (".'--", ".'-"), ('-', ''), ('--', '-'), ('-.', '.'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("--'", "-'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('I-', 'I'), ('-A', 'A'), ('-A', 'A'), ('I-', 'I'), ('-', ''), ('I-', 'I'), ('I-', 'I'), ('--', '-'), ('-I', 'I'), ('-A', 'A'), ('-', ''), ('-A', 'A'), ('-A', 'A'), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('c-', 'c'), ('.-', '.'), ('--', '-'), ('--', '-'), ('l-', 'l'), ('-', ''), ('-', ''), ('pertaining-', 'pertaining'), ('-', ''), ('-Resolved', 'Resolved')]
ST18750909-V01-44-page7.txt: [('-on', 'on'), ('vi-', 'vi'), ('-', ''), ('rev-', 'rev'), ('ben-', 'ben'), ('earn-', 'earn')]
ST18750909-V01-44-page8.txt: [('Two-', 'Two'), ('-Eastern', 'Eastern'), ('-', ''), ('-', ''), ("-Oct.'", "Oct.'"), ('-', ''), ('Rickey-', 'Rickey'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Camp-', 'Camp'), ('-', '')]
ST18750916-V01-45-page1.txt: [('neces-', 'neces'), ('jus-', 'jus'), ('-after', 'after'), ('necessarily--', 'necessarily-'), ('--the', '-the'), ('be-', 'be'), ('-condemna-', 'condemna-'), ('dispensa-', 'dispensa'), ('-creatures', 'creatures')]
ST18750916-V01-45-page2.txt: [('mes-', 'mes'), ('-', ''), ('So-', 'So'), ('-', ''), ('-', ''), ('-Verses', 'Verses'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-in', 'in'), ('-', ''), ('-delight', 'delight'), ('-at', 'at'), ('"Bab-', '"Bab'), ('tell-', 'tell'), ('de-', 'de')]
ST18750916-V01-45-page3.txt: [('-very', 'very'), ('-What', 'What'), ('originat-', 'originat'), ('Ilea-', 'Ilea'), ('-to', 'to'), ('-', ''), ('fear."-', 'fear."'), ('-', ''), ('-of', 'of'), ('min-', 'min'), ('-Wherever', 'Wherever'), ('-', ''), ('Be-', 'Be'), ('-devil', 'devil'), ('-broken', 'broken'), ('Sab-', 'Sab')]
ST18750916-V01-45-page4.txt: [('command-', 'command'), ('en-', 'en'), ('in-', 'in'), ('-and', 'and'), ('-', ''), ('-', ''), ('express-', 'express')]
ST18750916-V01-45-page5.txt: [('-', ''), ('-', ''), ('presen-', 'presen'), ('news-', 'news')]
ST18750916-V01-45-page6.txt: [('-', ''), ('-do', 'do'), ('-', ''), ('-either', 'either'), ('--would', '-would'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('let-', 'let'), ('-', ''), ('-man', 'man'), ('lon-', 'lon'), ('-Now', 'Now'), ('indefi-', 'indefi'), ('-', ''), ('-effective', 'effective'), ('vine-', 'vine'), ('-', ''), ('es-', 'es')]
ST18750916-V01-45-page7.txt: [('-Whatever', 'Whatever'), ('-Who', 'Who'), ('--LA', '-LA'), ('won-', 'won'), ('super-', 'super')]
ST18750916-V01-45-page8.txt: [('-', ''), ('del-', 'del'), ('dele-', 'dele'), ('-', ''), ('-Oct.', 'Oct.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Camp-', 'Camp'), ('Two-', 'Two'), ('pft-', 'pft'), ('-', '')]
ST18750923-V01-46-page1.txt: [('PUBLISHING-', 'PUBLISHING'), ('ag-', 'ag'), ('in-', 'in')]
ST18750923-V01-46-page2.txt: [('-', ''), ('-', ''), ('-on', 'on'), ('-', ''), ('-the', 'the'), ('an-', 'an'), ('-', ''), ('-the', 'the'), ('mi.-', 'mi.')]
ST18750923-V01-46-page3.txt: [('-', ''), ('-of', 'of'), ('-', ''), ('r-', 'r')]
ST18750923-V01-46-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-people.', 'people.')]
ST18750923-V01-46-page5.txt: [('HAS-', 'HAS'), ('-', ''), ('-', ''), ('-', ''), ('-whom', 'whom'), ('sub--', 'sub-')]
ST18750923-V01-46-page6.txt: [('partak-', 'partak'), ('-', ''), ('thead-', 'thead'), ('-who', 'who'), ('require-', 'require')]
ST18750923-V01-46-page7.txt: [('ca-', 'ca'), ('-taxing', 'taxing'), ('sequence.--', 'sequence.-'), ('dys-', 'dys'), ('-', ''), ('-Why', 'Why'), ('-obthe', 'obthe')]
ST18750923-V01-46-page8.txt: [('-', ''), ('-', ''), ('Camp-', 'Camp'), ('-', ''), ('Two-', 'Two'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18751007-V01-47-page1.txt: [('-', ''), ('-knows', 'knows'), ('-will', 'will'), ('-very', 'very'), ('-', '')]
ST18751007-V01-47-page2.txt: [('-', ''), ('-', ''), ('coin-', 'coin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pres-', 'pres'), ('-', '')]
ST18751007-V01-47-page3.txt: [('-said', 'said'), ('sel-', 'sel'), ('Ameri-', 'Ameri'), ('-cans', 'cans'), ('-', ''), ('-.the', '.the'), ('leav-', 'leav'), ('-', ''), ('-', ''), ('-le', 'le'), ('de-', 'de'), ('-', '')]
ST18751007-V01-47-page4.txt: [("'-", "'"), ('compar-', 'compar'), ('New-', 'New')]
ST18751007-V01-47-page5.txt: [('-The', 'The'), ('-', ''), ('priest.-', 'priest.'), ('cheer.-', 'cheer.')]
ST18751007-V01-47-page6.txt: [('-', ''), ('Har-', 'Har'), ('Fran-', 'Fran'), ('preach-', 'preach')]
ST18751007-V01-47-page7.txt: [('thou-', 'thou'), ('-', ''), ('intel-', 'intel'), ('pro-', 'pro'), ('mil-', 'mil')]
ST18751007-V01-47-page8.txt: [('-', ''), ('-No', 'No'), ('-', ''), ('Two-', 'Two'), ('McAl-', 'McAl'), ('Camp-', 'Camp'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Annette-', 'Annette'), ('-The', 'The'), ('-The', 'The'), ('Little-', 'Little'), ('Day-', 'Day'), ('Immortality-', 'Immortality'), ('-Coming', 'Coming')]
ST18751021-V01-48-page1.txt: [('holi-', 'holi'), ('reasona-', 'reasona')]
ST18751021-V01-48-page2.txt: [('sus-', 'sus'), ('im-', 'im'), ('-in', 'in'), ('-distant', 'distant'), ('be-', 'be')]
ST18751021-V01-48-page3.txt: [('--but', '-but'), ('ap-', 'ap'), ('dele-', 'dele'), ('-', ''), ('-', '')]
ST18751021-V01-48-page4.txt: [('Prus-', 'Prus'), ('-of', 'of'), ('-', ''), ('-the', 'the')]
ST18751021-V01-48-page5.txt: [('-if', 'if'), ('-been', 'been'), ('this.-', 'this.'), ('-', ''), ('bless-', 'bless')]
ST18751021-V01-48-page6.txt: [('concern-', 'concern'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('In-', 'In'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-above', 'above'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('spirit-', 'spirit')]
ST18751021-V01-48-page7.txt: [('-was', 'was'), ('-', ''), ('-', ''), ('-by', 'by'), ('cler-', 'cler'), ('gov-', 'gov'), ('-', ''), ('ad-', 'ad'), ('-', ''), ('meet-', 'meet'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Jones', 'Jones'), ('-', ''), ('-', ''), ('-', ''), ('-..and', '..and'), ("-Wale's", "Wale's"), ('-', '')]
ST18751021-V01-48-page8.txt: [('M-', 'M'), ('-', ''), ('-', ''), ('-', ''), ('Gaining-', 'Gaining'), ('-Coast', 'Coast')]
ST18760127-V02-09-page1.txt: [('-', ''), ('-', ''), ('-proclaimed', 'proclaimed'), ('-be', 'be'), ('-"', '"'), ('and.-', 'and.'), ("-to'", "to'"), ('face--', 'face-'), ('Weary-', 'Weary'), ('mo-', 'mo'), ('-is', 'is'), ('encour-', 'encour')]
ST18760127-V02-09-page2.txt: [('-people', 'people'), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('coin-', 'coin'), ('em-', 'em'), ('-', '')]
ST18760127-V02-09-page3.txt: [('tast-', 'tast'), ('-', ''), ('century-', 'century'), ('-charity', 'charity'), ('-pow', 'pow'), ('disap-', 'disap'), ('-bishops', 'bishops'), ('-with', 'with'), ('out-', 'out'), ('neglected-', 'neglected'), ('-', ''), ('Bon.-i-', 'Bon.-i'), ('-', ''), ('coriee-', 'coriee'), ('-virgin', 'virgin'), ('St.-', 'St.'), ('-the', 'the'), ('.-', '.')]
ST18760127-V02-09-page4.txt: [('-', ''), ('-', ''), ('-Works', 'Works'), ('-wonderful', 'wonderful')]
ST18760127-V02-09-page5.txt: [('Bes-', 'Bes'), ('Constanti-', 'Constanti'), ('-the', 'the'), ('-', ''), ('-', ''), ('Constantino-', 'Constantino'), ('-', ''), ('-suretyin', 'suretyin'), ('ex-', 'ex'), ('Pray-', 'Pray'), ('-', ''), ('ev-', 'ev'), ('re-', 're'), ('-Se', 'Se'), ('-', ''), ('-phange.', 'phange.'), ('Portland-', 'Portland'), ('-eye', 'eye'), ('opportu-', 'opportu'), ('sur-', 'sur')]
ST18760127-V02-09-page6.txt: [('-the', 'the'), ('proceed-', 'proceed'), ('-', '')]
ST18760127-V02-09-page7.txt: [('-to', 'to'), ('-are', 'are'), ('pro-', 'pro'), ('-', ''), ('-tendency', 'tendency'), ('-', ''), ('---Hon.', '--Hon.'), ('-visit', 'visit'), ('Eng-', 'Eng'), ('-Dr.', 'Dr.'), ('en-', 'en'), ('pru-', 'pru'), ('--The', '-The'), ('---the', '--the'), ('-so.fond', 'so.fond'), ('the-', 'the'), ('-something', 'something'), ('-an', 'an'), ('-', ''), ('-which', 'which'), ('-the', 'the'), ('nen-', 'nen'), ('prepara-', 'prepara'), ("is'af-", "is'af"), ('de-', 'de'), ('-For', 'For'), ('-imagination', 'imagination'), ('de-', 'de'), ('site-', 'site'), ('nor-', 'nor'), ('lean-', 'lean'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18760127-V02-09-page8.txt: [('fellow-help-', 'fellow-help'), ('ser-', 'ser'), ('-', ''), ('"-', '"'), ('P-', 'P'), ('-TESTIMONY', 'TESTIMONY'), ('-Co', 'Co'), ('meeting-', 'meeting'), ('-', ''), ('C-', 'C'), ('Two-', 'Two'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('EAcm-', 'EAcm'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-CaliSta', 'CaliSta'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Advent.-', 'Advent.'), ('-', ''), ('Little-', 'Little'), ('Day-', 'Day'), ('Immortality-', 'Immortality'), ('-', '')]
ST18770419-V03-16-page1.txt: [('-', ''), ('-t.', 't.'), ('-from', 'from'), ('-', ''), ('-', ''), ('-', ''), ('Je-', 'Je'), ('-', ''), ('-', ''), ('pos-', 'pos')]
ST18770419-V03-16-page2.txt: [('TES-', 'TES'), ('-', ''), ('-', ''), ('-out.-', 'out.-'), ('-', ''), ('-', ''), ('--ner-', '-ner-'), ('-', ''), ('---', '--'), ('the-', 'the'), ('-', '')]
ST18770524-V03-21-page1.txt: [('-', ''), ('luna-', 'luna'), ('-which', 'which'), ('-wild', 'wild'), ('gov-', 'gov'), ('not-', 'not'), ('magni-', 'magni')]
ST18770524-V03-21-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18770612-V05-23-page1.txt: [('de-', 'de'), ('-', '')]
ST18770612-V05-23-page2.txt: [('ex-', 'ex'), ('-cited', 'cited'), ('-church', 'church'), ('-sought', 'sought'), ('--', '-'), ('Au-', 'Au')]
ST18780103-V04-01-page1.txt: [('-', ''), ('dis-', 'dis'), ('con-', 'con')]
ST18780103-V04-01-page2.txt: [('dis-', 'dis'), ('-Y.', 'Y.'), ('pud-', 'pud')]
ST18780103-V04-01-page3.txt: [('com-', 'com'), ('-', ''), ('-', '')]
ST18780103-V04-01-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('resur-', 'resur')]
ST18780103-V04-01-page5.txt: [('-', ''), ('arti-', 'arti'), ('-', ''), ('per-', 'per'), ('-', '')]
ST18780103-V04-01-page6.txt: [('present.-', 'present.')]
ST18780103-V04-01-page7.txt: [('-so', 'so'), ('Mil-', 'Mil'), ('-', ''), ('-', '')]
ST18780103-V04-01-page8.txt: [('-', ''), ('-Vacaville.', 'Vacaville.'), ('cru-', 'cru'), ('estab--', 'estab-'), ('-Spiritualism', 'Spiritualism'), ('Lost-', 'Lost'), ('Cavils-', 'Cavils'), ('-The', 'The'), ('-The', 'The'), ('-Seven', 'Seven'), ('-The', 'The'), ('-Without', 'Without'), ('-', ''), ('--Is', '-Is'), ('first-', 'first'), ('-', ''), ('-', ''), ('-', ''), ('-r.', 'r.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Levi', 'Levi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('OU-', 'OU'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('eta-', 'eta'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780110-V04-02-page1.txt: [('-by', 'by'), ('-.first', '.first'), ('-a', 'a'), ('-the', 'the'), ('-forsake', 'forsake'), ('-forward', 'forward'), ('-now', 'now'), ('-', '')]
ST18780110-V04-02-page2.txt: [('free-', 'free'), ('-', ''), ('ter-', 'ter'), ('-', ''), ('-', '')]
ST18780110-V04-02-page3.txt: [('PUNISH-', 'PUNISH'), ('-', ''), ('-of', 'of'), ('Dr.-', 'Dr.'), ('-', '')]
ST18780110-V04-02-page4.txt: [('Alexan-', 'Alexan'), ('confi-', 'confi'), ('evi-', 'evi'), ('-', ''), ('re-', 're'), ('-', ''), ('speak-', 'speak'), ('-', ''), ('perdi-', 'perdi'), ('-That', 'That'), ('im-', 'im'), ('com-', 'com'), ('to-', 'to'), ('opin-', 'opin')]
ST18780110-V04-02-page5.txt: [('-was', 'was'), ('-', ''), ('-', ''), ('-', ''), ('--Elder', '-Elder'), ('an-', 'an'), ('-', ''), ('-', '')]
ST18780110-V04-02-page6.txt: [('--', '-'), ('-', ''), ('-', ''), ('az--', 'az-'), ('--', '-'), ('-any', 'any')]
ST18780110-V04-02-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780110-V04-02-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('vine-', 'vine'), ('them-', 'them'), ('-', ''), ('-', ''), ('-', ''), ('Skin-', 'Skin'), ('-', ''), ('origi-', 'origi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Lost-', 'Lost'), ('-The', 'The'), ('-The', 'The'), ('Testament-', 'Testament'), ('-', ''), ('-The', 'The'), ("-God's", "God's"), ('Immortality-', 'Immortality'), ('-Without', 'Without'), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-page', 'page'), ('Preach-', 'Preach'), ('-', ''), ('-', ''), ('-Spiritualism', 'Spiritualism')]
ST18780117-V04-03-page1.txt: [('-trials', 'trials'), ('-', '')]
ST18780117-V04-03-page2.txt: [('pre-', 'pre'), ('de-', 'de')]
ST18780117-V04-03-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780117-V04-03-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('obedi-', 'obedi'), ('-once', 'once'), ('Script-', 'Script'), ('-', ''), ('an-', 'an')]
ST18780117-V04-03-page5.txt: [('-', ''), ('omnipo-', 'omnipo'), ('breth-', 'breth'), ('circu-', 'circu'), ('gen-', 'gen'), ('-', '')]
ST18780117-V04-03-page6.txt: [('Mary-', 'Mary'), ('--Christian', '-Christian'), ('Every-', 'Every')]
ST18780117-V04-03-page7.txt: [('ship-', 'ship'), ('-let', 'let'), ('temper-', 'temper'), ('-Another', 'Another'), ("-Whittaker's", "Whittaker's"), ('-increase', 'increase'), ('-', ''), ('popula-', 'popula'), ('-increase', 'increase'), ('-Se', 'Se'), ('-As', 'As'), ('-Sweden', 'Sweden'), ('-For', 'For'), ('-Winthrop', 'Winthrop'), ('-A', 'A'), ('-The', 'The'), ('--Sew', '-Sew'), ('-Philadelphia', 'Philadelphia'), ('-There', 'There'), ('-Several', 'Several'), ('-The', 'The'), ('-An', 'An'), ('--The', '-The'), ('-', ''), ('-It', 'It'), ('-It', 'It'), ('-There', 'There'), ('-King', 'King'), ('-January', 'January'), ('--January', '-January'), ('-One', 'One'), ('-According', 'According'), ('-in-', 'in-'), ('-Herald', 'Herald'), ('-Boston', 'Boston'), ('-More', 'More'), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-During', 'During'), ('-Switzerland', 'Switzerland'), ('-Paris', 'Paris'), ('-', ''), ('ii.-', 'ii.')]
ST18780117-V04-03-page8.txt: [('Fitt-', 'Fitt'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Lost-', 'Lost'), ('--The', '-The'), ('-', '')]
ST18780124-V04-04-page1.txt: [('-disciples', 'disciples'), ('-list', 'list'), ('DIS-', 'DIS'), ('-is', 'is'), ('inge-', 'inge'), ('beloved-', 'beloved'), ('-their', 'their'), ('rtittro.-', 'rtittro.'), ('un-', 'un'), ('approba-', 'approba')]
ST18780124-V04-04-page2.txt: [('the-', 'the'), ('-', ''), ('-Scott.', 'Scott.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.')]
ST18780124-V04-04-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('de"-', 'de"'), ('-', '')]
ST18780124-V04-04-page4.txt: [('be-', 'be'), ('-', ''), ('fore-', 'fore'), ('safe-', 'safe'), ('-', ''), ('Seleu-', 'Seleu')]
ST18780124-V04-04-page5.txt: [('dif-', 'dif'), ('-ficulty', 'ficulty'), ('-', ''), ('-', '')]
ST18780124-V04-04-page7.txt: [('"-', '"'), ('--While', '-While'), ('-', ''), ('Mex-', 'Mex')]
ST18780124-V04-04-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Phil-', 'Phil'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('so-', 'so'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--ica', '-ica'), ('ai--', 'ai-'), ('-', ''), ('-', ''), ('-', ''), ('--icq', '-icq'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I--', 'I-'), ('-tri', 'tri'), ('-', ''), ('t-', 't'), ('-Spiritualism', 'Spiritualism'), ('-i', 'i'), ('-.', '.'), ('-', ''), ('-i', 'i'), ('-I', 'I'), ('-', ''), ('a-', 'a'), ('-I', 'I'), ('-', ''), ('-', ''), ('-I', 'I'), ('--', '-'), ('I-', 'I'), ('-', ''), ('--', '-'), ('-', ''), ('-di', 'di'), ("ea'--", "ea'-"), ('cok-t--', 'cok-t-'), ('r-', 'r'), ('-', ''), ('-C', 'C'), ('t-toco-', 't-toco'), ('-', ''), ('-', ''), ('-', ''), ('cs-.aor-', 'cs-.aor'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Good-', 'Good'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('r-', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--.', '-.'), ('-ai', 'ai'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I--', 'I-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('t--', 't-'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cop-', 'cop'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('Testament-', 'Testament'), ('-The', 'The'), ("-God's", "God's"), ('Immortality-', 'Immortality'), ('-Without', 'Without'), ('-', ''), ('-', ''), ('-', '')]
ST18780207-V04-06-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-It.ninitrt', 'It.ninitrt'), ('-', ''), ('-ifellaed', 'ifellaed'), ('-', ''), ('-', ''), ('-', ''), ('conquests-', 'conquests'), ('-Open', 'Open'), ('-They', 'They'), ('-sat', 'sat'), ('-', ''), ('-the', 'the'), ('-riches', 'riches'), ('-', ''), ('-', ''), ('-of', 'of'), ('char-', 'char'), ('-', ''), ('adorn-', 'adorn'), ('-and', 'and'), ('heart.-', 'heart.'), ('-under', 'under'), ('-', ''), ('-connect', 'connect'), ('-', ''), ('-', ''), ('Andnear-', 'Andnear'), ('-', ''), ('-', ''), ('-', ''), ('say-', 'say'), ('-He', 'He'), ('-magnificent.', 'magnificent.'), ('-', ''), ('-distance', 'distance'), ('-been', 'been'), ('-which', 'which'), ('-', ''), ('-roots', 'roots'), ('sat-', 'sat'), ('-', ''), ('-and', 'and'), ('-', '')]
ST18780207-V04-06-page2.txt: [('-lindWfOot', 'lindWfOot'), ('-', ''), ('Christ-', 'Christ'), ('--', '-'), ('-it', 'it'), ('-', ''), ('-', ''), ('-that', 'that'), ('stat-', 'stat'), ('Christ.-', 'Christ.'), ('Tato-', 'Tato'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('-', ''), ('-that', 'that'), ('-rescinded', 'rescinded'), ('-', ''), ('things.-', 'things.'), ('-', ''), ('it.-', 'it.'), ('knew--', 'knew-'), ('-three', 'three'), ('and-', 'and'), ('-', ''), ('min-', 'min'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-congregation', 'congregation'), ('-', ''), ('-pre', 'pre'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ac-', 'ac'), ('-', ''), ('-of', 'of'), ('-Ereo-.', 'Ereo-.')]
ST18780207-V04-06-page3.txt: [('sim-', 'sim'), ('-designed', 'designed'), ('last-', 'last'), ('-Lo', 'Lo'), ('-this', 'this'), ('our-', 'our'), ('-gift', 'gift'), ('-you', 'you'), ('-Spirit', 'Spirit'), ('proph-', 'proph'), ('se-v.-', 'se-v.'), ('-', ''), ('opera-', 'opera'), ('PUNISH-', 'PUNISH'), ('--', '-'), ('neces-', 'neces'), ('mani-', 'mani'), ('tes-', 'tes'), ('-', ''), ('corn-', 'corn'), ('-', ''), ('-Which-brings', 'Which-brings'), ('-world', 'world'), ('-', ''), ('-', ''), ('-speaking', 'speaking'), ('-them', 'them'), ('-', '')]
ST18780207-V04-06-page4.txt: [('-', ''), ('the-', 'the'), ('-determine', 'determine'), ('dissatis-', 'dissatis'), ('-', ''), ('-', ''), ('-', ''), ('-.thought', '.thought'), ('-', ''), ('-circumstances', 'circumstances'), ('-godd', 'godd'), ('-', ''), ('judg-', 'judg'), ('candi--', 'candi-'), ("-'as", "'as"), ('-baptism', 'baptism'), ('-', ''), ('-determines', 'determines'), ('believed-', 'believed'), ('-', ''), ('es-', 'es'), ('-', ''), ('-', ''), ('just."--', 'just."-'), ('-', ''), ('-', ''), ('-', ''), ('-that', 'that'), ('nine.-', 'nine.'), ('-', '')]
ST18780207-V04-06-page5.txt: [('-', ''), ('-', ''), ('-Chap.', 'Chap.'), ('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('-in', 'in'), ('-found', 'found'), ('blot-', 'blot'), ('consid-', 'consid'), ('-does', 'does'), ('bon-', 'bon'), ('Anti-', 'Anti'), ('Ptol-', 'Ptol'), ('EpiPlianes-', 'EpiPlianes'), ('-', ''), ('-', ''), ("-'farsi", "'farsi")]
ST18780207-V04-06-page6.txt: [('-Fashloned', 'Fashloned'), ('---Watchnicvn.', '--Watchnicvn.'), ('-', ''), ('A-', 'A'), ('-', ''), ('-', ''), ('-', ''), ('seat-', 'seat'), ('mov-', 'mov'), ('-safe', 'safe'), ('-enough', 'enough'), ('-', ''), ('-Of', 'Of'), ('-where', 'where'), ('-', '')]
ST18780207-V04-06-page7.txt: [('-', ''), ('i.-', 'i.'), ('-and', 'and'), ('-the', 'the'), ('con-', 'con'), ('blind-', 'blind'), ('-', ''), ('-', ''), ('ene-', 'ene'), ('-', ''), ('for-', 'for'), ('-when', 'when')]
ST18780207-V04-06-page8.txt: [('-', ''), ('-', ''), ('command.-', 'command.'), ('-', ''), ('pp-', 'pp'), ('-', ''), ('Wood-', 'Wood'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Abol-', 'Abol'), ('Lost-', 'Lost'), ('-The', 'The'), ('-The', 'The'), ('-The', 'The'), ("-God's", "God's"), ('Immortality-', 'Immortality'), ('-Without', 'Without'), ('-', ''), ('-Is-the', 'Is-the'), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Spiritualism', 'Spiritualism')]
ST18780214-V04-07-page1.txt: [('-', ''), ('Ira--', 'Ira-'), ('-And', 'And'), ('examine-', 'examine')]
ST18780214-V04-07-page2.txt: [('cog-', 'cog'), ('settle-', 'settle'), ('FEB.-', 'FEB.'), ('confi-', 'confi'), ('-', ''), ('-', ''), ('success.-', 'success.'), ('-Which', 'Which'), ('gen-', 'gen')]
ST18780214-V04-07-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Wisconsin.', 'Wisconsin.'), ('breth-', 'breth')]
ST18780214-V04-07-page4.txt: [('inhab-', 'inhab'), ('Whichcommand-', 'Whichcommand'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Abol-', 'Abol'), ('iI-', 'iI'), ('L-', 'L'), ('-Is', 'Is'), ('--A', '-A'), ('Die-', 'Die'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780221-V04-08-page1.txt: [('-that', 'that'), ('-', ''), ('-an', 'an'), ('-Without', 'Without')]
ST18780221-V04-08-page2.txt: [('-', '')]
ST18780221-V04-08-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-was', 'was'), ('--', '-'), ('-operation', 'operation'), ('-', ''), ('-', ''), ('-', ''), ('X-', 'X')]
ST18780221-V04-08-page4.txt: [('-', ''), ('-Prussian', 'Prussian'), ('Franco-', 'Franco'), ('Russo-', 'Russo'), ('The-', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780221-V04-08-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST18780221-V04-08-page6.txt: [('-', ''), ('-', ''), ('-verses', 'verses'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('as-', 'as'), ('-', ''), ('-', ''), ('--Notes', '-Notes')]
ST18780221-V04-08-page7.txt: [('-to', 'to'), ('-give', 'give'), ('-thousand', 'thousand'), ('Amer-', 'Amer'), ('-the', 'the'), ('--American', '-American'), ('in-', 'in'), ('--No', '-No'), ('-', '')]
ST18780221-V04-08-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Frank', 'Frank'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Abol-', 'Abol'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Lost-', 'Lost')]
ST18780307-V04-10-page2.txt: [('-', '')]
ST18780307-V04-10-page3.txt: [('-', ''), ('-----------', '----------'), ('-that', 'that'), ('the-', 'the')]
ST18780307-V04-10-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780307-V04-10-page5.txt: [('-which', 'which'), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-presence', 'presence'), ('-', ''), ('.-', '.')]
ST18780307-V04-10-page6.txt: [('-a', 'a'), ('-wife', 'wife')]
ST18780307-V04-10-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780307-V04-10-page8.txt: [('the-', 'the'), ('Con-', 'Con'), ('-', ''), ('ets-', 'ets'), ('con-', 'con'), ('By-', 'By'), ('--o-', '-o-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('eta-', 'eta'), ('Sab-', 'Sab'), ('Sabbath-', 'Sabbath'), ('Associa-', 'Associa'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('quar-', 'quar'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Maria', 'Maria'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Advent-', 'Advent'), ('-Spiritualism', 'Spiritualism'), ('Lost-', 'Lost'), ('-The', 'The'), ('-The', 'The'), ('-Origin', 'Origin'), ('-The', 'The'), ("-God's", "God's"), ('Immortality-', 'Immortality'), ('-Without', 'Without'), ('-', ''), ('Sin-', 'Sin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Taylor-', 'Taylor'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Hub-', 'Hub'), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780314-V04-11-page1.txt: [('-But', 'But'), ('-Prophets', 'Prophets'), ('-Gaunt', 'Gaunt'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-al.--', 'al.--'), ('accom-', 'accom')]
ST18780314-V04-11-page2.txt: [('con-', 'con'), ('-', ''), ('yin-', 'yin')]
ST18780314-V04-11-page3.txt: [('humilia-', 'humilia'), ('Ad-', 'Ad'), ('-which', 'which')]
ST18780314-V04-11-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('Pri-', 'Pri'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-without', 'without'), ('-', ''), ('-', ''), ('-', ''), ('Jew-', 'Jew'), ('-', ''), ('-', '')]
ST18780314-V04-11-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pre-', 'pre'), ('mon-', 'mon'), ('inter-', 'inter'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780314-V04-11-page6.txt: [('lit-', 'lit'), ('Lever-', 'Lever'), ('lov-', 'lov')]
ST18780314-V04-11-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780314-V04-11-page8.txt: [('recov-', 'recov'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('with-', 'with'), ('--', '-'), ('By-', 'By'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Immortality--', 'Immortality-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780321-V04-12-page1.txt: [('build-', 'build'), ('Chi-', 'Chi'), ('-as', 'as'), ('-.they', '.they'), ('-', ''), ('Phari-', 'Phari'), ('Spirit---', 'Spirit--'), ("'Well-", "'Well"), ("-have'just.", "have'just.")]
ST18780321-V04-12-page2.txt: [('-', ''), ('-fourth', 'fourth'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Accord-', 'Accord'), ('-', '')]
ST18780321-V04-12-page3.txt: [('in-', 'in'), ('in-', 'in'), ('apes-', 'apes'), ('-', ''), ('.-', '.'), ('-', ''), ('-', '')]
ST18780321-V04-12-page4.txt: [('-upon', 'upon'), ("lead'-", "lead'"), ('-', ''), ('-second', 'second'), ('-', ''), ('-', ''), ('--A', '-A'), ('provi-', 'provi')]
ST18780321-V04-12-page5.txt: [('ex-', 'ex'), ('ore-', 'ore'), ('-', ''), ('-new', 'new')]
ST18780321-V04-12-page6.txt: [('-', ''), ('-Wild', 'Wild'), ('shak-', 'shak'), ('sepa-', 'sepa'), ('speak-', 'speak'), ('Mar-', 'Mar'), ('thou-', 'thou'), ('Everlast-', 'Everlast')]
ST18780321-V04-12-page7.txt: [('hold-', 'hold'), ('-', ''), ('Mar-', 'Mar'), ('rest-', 'rest'), ('con-', 'con'), ('get-', 'get'), ('min-', 'min'), ('-', ''), ('con-', 'con')]
ST18780321-V04-12-page8.txt: [('-church', 'church'), ('By-', 'By'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Spiritualism', 'Spiritualism'), ('.-', '.'), ('-', ''), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('-Origin', 'Origin'), ('Testament-', 'Testament'), ('-The', 'The'), ('ecy-', 'ecy'), ("-God's", "God's"), ('Immortality-', 'Immortality'), ('-Without', 'Without'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bur-', 'Bur'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780328-V04-13-page1.txt: [('be-', 'be'), ('-Upon', 'Upon'), ('-clinking', 'clinking'), ('the-', 'the'), ("-'exchange", "'exchange"), ('excep-', 'excep'), ('-abated', 'abated'), ('-of', 'of'), ('-sight', 'sight'), ('-At', 'At'), ('-', ''), ('-', ''), ('-in', 'in'), ('-faithful', 'faithful')]
ST18780328-V04-13-page2.txt: [('-White', 'White')]
ST18780328-V04-13-page3.txt: [('dis-', 'dis')]
ST18780328-V04-13-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('per-', 'per'), ('-', ''), ('exam-', 'exam')]
ST18780328-V04-13-page5.txt: [('equiva-', 'equiva'), ('-in', 'in'), ('-', ''), ('-ft.', 'ft.'), ('com-', 'com')]
ST18780328-V04-13-page6.txt: [('-', '')]
ST18780328-V04-13-page7.txt: [('----March', '---March'), ('--It', '-It'), ('estima-', 'estima'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780328-V04-13-page8.txt: [('Cali-', 'Cali'), ('By-', 'By'), ('Associa-', 'Associa'), ('rep-', 'rep'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Abol-', 'Abol'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Origin', '-Origin'), ('Lost-', 'Lost'), ('Immortality-', 'Immortality')]
ST18780411-V04-14-page1.txt: [('.-', '.'), ('cru-', 'cru'), ('favor-', 'favor'), ('--', '-'), ('an-', 'an'), ('evi-', 'evi')]
ST18780411-V04-14-page2.txt: [('-heaven', 'heaven'), ('par-', 'par'), ('-asol', 'asol')]
ST18780411-V04-14-page3.txt: [('fanat-', 'fanat'), ('BE-', 'BE')]
ST18780411-V04-14-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('un-', 'un')]
ST18780411-V04-14-page5.txt: [('-', ''), ('prepos-', 'prepos'), ('Beth-', 'Beth'), ('-', ''), ('-', ''), ('obvi-', 'obvi'), ('em-', 'em'), ('every-', 'every'), ('gov-', 'gov')]
ST18780411-V04-14-page6.txt: [('-', ''), ('humilia-', 'humilia'), ('the-', 'the'), ('can-', 'can'), ('inter-', 'inter')]
ST18780411-V04-14-page7.txt: [('find-', 'find'), ('to-', 'to'), ('-his', 'his'), ('suspense.-', 'suspense.'), ('-It', 'It')]
ST18780411-V04-14-page8.txt: [('-', ''), ('-', ''), ('Pub-', 'Pub'), ('com-', 'com'), ('-', ''), ('Geerge.-', 'Geerge.'), ('Laur-', 'Laur'), ('-rill.rence', 'rill.rence'), ('Jose-', 'Jose'), ('Dia-', 'Dia'), ('Win-', 'Win'), ('-N.', 'N.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Park-', 'Park'), ('responil-', 'responil'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Associa-', 'Associa'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Pin-', 'Pin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Advent-', 'Advent'), ('-The', 'The'), ('Advent-', 'Advent'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780418-V04-15-page1.txt: [('un-', 'un'), ('--', '-'), ('-', ''), ('-tests', 'tests')]
ST18780418-V04-15-page3.txt: [('-lords', 'lords')]
ST18780418-V04-15-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780418-V04-15-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('come-', 'come'), ('-', ''), ('finish-', 'finish'), ('-', ''), ('Sunday-', 'Sunday'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780418-V04-15-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-that', 'that'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-remember', 'remember')]
ST18780418-V04-15-page7.txt: [('-wrong', 'wrong'), ('-.Fifteen', '.Fifteen'), ('Guar-', 'Guar'), ('Indus-', 'Indus'), ('-', ''), ('-', ''), ('Austro-', 'Austro'), ('Sub-', 'Sub'), ('-', ''), ('-', ''), ('steam-', 'steam'), ('--Political', '-Political'), ('Rte.-', 'Rte.'), ('-meets', 'meets'), ('--A', '-A'), ('-', '')]
ST18780418-V04-15-page8.txt: [('-', ''), ('de-', 'de'), ('Tyn-', 'Tyn'), ('-Etc.', 'Etc.'), ('hold-', 'hold'), ('To-', 'To'), ('--Services', '-Services'), ('-', ''), ('us-', 'us'), ('s-', 's'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Testament-', 'Testament'), ('Revised--', 'Revised-'), ('-The', 'The'), ('City-', 'City'), ('Immortelitye-', 'Immortelitye'), ('Lord-', 'Lord'), ('-Without', 'Without'), ("-.'", ".'"), ('C-', 'C'), ('-', ''), ('-r', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.--', '.-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780425-V04-16-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('faith-', 'faith'), ('-LAY', 'LAY')]
ST18780425-V04-16-page2.txt: [('-by', 'by'), ('--', '-'), ('-', '')]
ST18780425-V04-16-page4.txt: [('-', ''), ('shep-', 'shep'), ('-', ''), ('-', ''), ('pub-', 'pub'), ('-ges', 'ges'), ('preach-', 'preach')]
ST18780425-V04-16-page5.txt: [('-', ''), ('man-', 'man'), ('sub-', 'sub'), ('square-', 'square'), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('L--', 'L-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-et', 'et'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-i', 'i'), ('co-', 'co'), ('-', ''), ('...-', '...'), ('.-', '.'), ('"-', '"'), ('-.', '.'), ('--.', '-.'), ('-', ''), ('-', ''), ('-C..', 'C..'), ('arc-', 'arc'), ('-i', 'i'), ('--I', '-I'), ('---', '--'), ('-', ''), ('-.a', '.a'), ("-'", "'"), ("-'C", "'C"), ('r-', 'r'), ('-i', 'i'), ('-i', 'i'), ('-', ''), ('a--', 'a-'), ('ce-', 'ce'), ('-I', 'I'), ('-', ''), ('r-', 'r'), ('--I', '-I'), ('t--', 't-'), ('-where', 'where')]
ST18780425-V04-16-page6.txt: [('-----', '----'), ('Sul-', 'Sul'), ('became-', 'became'), ('trust-', 'trust'), ('-', ''), ('-', ''), ('-', '')]
ST18780425-V04-16-page7.txt: [('-', ''), ('-', ''), ('-deep-toned', 'deep-toned'), ('sim-', 'sim'), ('-the', 'the'), ('temper-', 'temper'), ('ee-', 'ee'), ('refresh-', 'refresh'), ('--There', '-There'), ('-', ''), ('-', ''), ('-', ''), ('-Island', 'Island'), ('Mis-', 'Mis'), ('Sab-', 'Sab'), ('-in', 'in'), ('-world.', 'world.'), ('.-', '.'), ('-', ''), ('-', ''), ('---An', '--An')]
ST18780425-V04-16-page8.txt: [('pray-', 'pray'), ('-ft.', 'ft.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mill-', 'Mill'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Truth-', 'Truth'), ('--The', '-The'), ('-Spiritualism', 'Spiritualism'), ('Delusiondeniption-', 'Delusiondeniption'), ('Benevolence-', 'Benevolence'), ('--Origin', '-Origin'), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Question-', 'Question'), ('-The', 'The'), ('-t-The', 't-The'), ('-The', 'The'), ('rood-', 'rood'), ('Sabbath-', 'Sabbath'), ('-The', 'The'), ('Adventists-', 'Adventists'), ('ecy-', 'ecy'), ('-', ''), ('--Gaya', '-Gaya'), ('--Without', '-Without'), ('--.Is', '-.Is'), ('-A', 'A'), ('-', '')]
ST18780502-V04-17-page1.txt: [('substi-', 'substi'), ('PHARI-', 'PHARI'), ('per-', 'per'), ('priest-', 'priest'), ('swal-', 'swal')]
ST18780502-V04-17-page2.txt: [('-', ''), ('accept-', 'accept')]
ST18780502-V04-17-page3.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-Webster.', 'Webster.')]
ST18780502-V04-17-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('an-', 'an')]
ST18780502-V04-17-page5.txt: [('con-', 'con'), ('re-', 're'), ('govern-', 'govern'), ('-', ''), ('-good', 'good'), ('-of', 'of'), ('Sab-', 'Sab'), ('-of', 'of'), ('-', '')]
ST18780502-V04-17-page7.txt: [('fall-', 'fall'), ('-Europe', 'Europe'), ('-What', 'What'), ('-', ''), ('-', ''), ('-then', 'then'), ('fam--', 'fam-'), ('arch-', 'arch')]
ST18780502-V04-17-page8.txt: [('reforma-', 'reforma'), ('-', ''), ('-', ''), ('-.----', '.----'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Benevolence-', 'Benevolence'), ('-a', 'a'), ('--Origin', '-Origin'), ('--The', '-The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780509-V04-18-page1.txt: [('-', '')]
ST18780509-V04-18-page2.txt: [('-whieh', 'whieh'), ('me-', 'me'), ('Pear-', 'Pear')]
ST18780509-V04-18-page3.txt: [('-', ''), ('-in', 'in'), ('re-', 're'), ('de-', 'de'), ('-voted', 'voted'), ('in-', 'in')]
ST18780509-V04-18-page4.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-what', 'what'), ('--', '-'), ('-the', 'the'), ('yin-', 'yin'), ('Pho-', 'Pho'), ('-', ''), ('-', ''), ('-', '')]
ST18780509-V04-18-page5.txt: [('-', ''), ('rem-', 'rem'), ('-', ''), ('peo-', 'peo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-thte', 'thte'), ('nat-', 'nat'), ('captiv-', 'captiv'), ('camp-meet-', 'camp-meet'), ('-', '')]
ST18780509-V04-18-page6.txt: [('-', ''), ('-', ''), ('under-', 'under'), ('tvans-', 'tvans'), ('inter-', 'inter'), ('command-', 'command'), ('Sab-', 'Sab')]
ST18780509-V04-18-page7.txt: [('him-', 'him'), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis')]
ST18780509-V04-18-page8.txt: [('mo-', 'mo'), ('-page', 'page'), ('-alio-.', 'alio-.'), ('-ft.', 'ft.'), ('wit-', 'wit'), ('--', '-'), ('--Origin', '-Origin'), ('hun-', 'hun'), ('Testament-', 'Testament'), ("-God's", "God's"), ('Immortality--', 'Immortality-'), ('-j', 'j'), ('--Can', '-Can'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780516-V04-19-page1.txt: [('-', ''), ('pre-', 'pre'), ('-', ''), ('-', ''), ('mai-', 'mai'), ('-ice', 'ice'), ('-continiially', 'continiially'), ('accord-', 'accord')]
ST18780516-V04-19-page2.txt: [('-', ''), ('-', '')]
ST18780516-V04-19-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.BEATH.', '.BEATH.'), ('-.Autobiography', '.Autobiography')]
ST18780516-V04-19-page4.txt: [('inconsid-', 'inconsid'), ('-feet', 'feet'), ('-foot', 'foot'), ('-in', 'in'), ('ren-', 'ren'), ('-', ''), ('-wisdom', 'wisdom'), ('tem-', 'tem')]
ST18780516-V04-19-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780516-V04-19-page6.txt: [("ma'-", "ma'")]
ST18780516-V04-19-page7.txt: [('-', ''), ('-', ''), ('vegeta-', 'vegeta'), ('-', ''), ('-', '')]
ST18780516-V04-19-page8.txt: [('-', ''), ('-', ''), ('-of', 'of'), ('pat-', 'pat'), ('eon-', 'eon'), ('-', ''), ('-or', 'or'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Abol-', 'Abol'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Spiritualism', 'Spiritualism'), ('--Origin', '-Origin'), ('lan-', 'lan'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-Without', 'Without'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-copies', 'copies'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('So-', 'So'), ('-page', 'page'), ('-', ''), ('del-', 'del'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780523-V04-20-page1.txt: [('ass-', 'ass'), ('-tord', 'tord'), ('-ssnit', 'ssnit'), ('my-', 'my')]
ST18780523-V04-20-page2.txt: [('-be', 'be')]
ST18780523-V04-20-page3.txt: [('-', ''), ('green--', 'green-')]
ST18780523-V04-20-page4.txt: [('taber-', 'taber'), ('Bona-', 'Bona'), ('-', ''), ('-The', 'The'), ('testi-', 'testi'), ('func-', 'func')]
ST18780523-V04-20-page5.txt: [('-', ''), ('--', '-')]
ST18780523-V04-20-page6.txt: [('-my', 'my'), ('-ye', 'ye'), ('-me', 'me'), ('-my', 'my'), ('-go', 'go'), ('-', '')]
ST18780523-V04-20-page7.txt: [('-', ''), ('-to', 'to'), ('-', ''), ('-United', 'United'), ('--and', '-and'), ('-Upon', 'Upon')]
ST18780523-V04-20-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('--', '-'), ('--', '-'), ('-Visited', 'Visited'), ('-', ''), ('the-', 'the'), ('hun-', 'hun'), ('ar--', 'ar-'), ('-', ''), ('-', ''), ('-tan', 'tan'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('---r', '--r'), ('--', '-'), ('----T', '---T'), ('-L', 'L'), ('-', ''), ('-', ''), ('--TORTTS.', '-TORTTS.'), ('-', ''), ('-', ''), ('-', ''), ('-i', 'i'), ('-', ''), ('.-', '.'), ('T---i--', 'T---i-'), ('it---', 'it--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Me-', 'Me'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---tfr', '--tfr'), ('--e-l', '-e-l'), ('-', ''), ('-', ''), ('German-', 'German'), ('Ter-', 'Ter'), ('-', ''), ('-', ''), ('----', '---'), ('--', '-'), ('-', ''), ('---r', '--r'), ('tli-', 'tli'), ('r--', 'r-'), ('---', '--'), ('-', ''), ('--', '-'), ('Frt-', 'Frt'), ('.----', '.---')]
ST18780530-V04-21-page1.txt: [('-', ''), ('hand.-', 'hand.'), ('-cif', 'cif'), ('-', ''), ('-', ''), ('disci-', 'disci'), ('fre-', 'fre'), ('pro-', 'pro'), ("-'teadeda", "'teadeda"), ('-', ''), ('-', ''), ('in-', 'in'), ('-.Every', '.Every'), ('-', '')]
ST18780530-V04-21-page2.txt: [('re-', 're'), ('-saw', 'saw')]
ST18780530-V04-21-page3.txt: [('-', ''), ('-partition', 'partition'), ('-', ''), ('perse-', 'perse'), ('-', ''), ('-', '')]
ST18780530-V04-21-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dan-', 'dan'), ('-the', 'the'), ('-', ''), ('--', '-'), ('-at', 'at'), ('cern.-', 'cern.'), ('-', '')]
ST18780530-V04-21-page5.txt: [('out-', 'out'), ('-', ''), ('Can-', 'Can'), ('-', ''), ('-', ''), ('-no', 'no'), ('nothiagnn-', 'nothiagnn'), ('-no', 'no'), ('inter-', 'inter'), ('saying-', 'saying'), ('-husbands', 'husbands'), ('-', ''), ('offer-', 'offer'), ('-', ''), ('-', ''), ('-lifting', 'lifting')]
ST18780530-V04-21-page6.txt: [('-', ''), ('-were', 'were'), ('voice.-', 'voice.'), ('liar-', 'liar'), ('-he', 'he'), ('-he', 'he'), ('-again', 'again'), ('-', ''), ('timely.-', 'timely.'), ('-', '')]
ST18780530-V04-21-page7.txt: [('-population', 'population'), ('-', ''), ('-cuspids', 'cuspids'), ('-', ''), ('-i.', 'i.'), ('men-', 'men'), ("Wi-erig'etrAion-", "Wi-erig'etrAion"), ('-', ''), ('-', ''), ('-to', 'to'), ('-', ''), ('i-', 'i'), ('-', ''), ('eel-', 'eel'), ('r-', 'r'), ('t--', 't-'), ('en-', 'en'), ('extrav-', 'extrav'), ('con-', 'con'), ('-', ''), ('-is', 'is')]
ST18780530-V04-21-page8.txt: [('set-', 'set'), ('-', ''), ('-that', 'that'), ('-in', 'in'), ('-with', 'with'), ('Dis-', 'Dis'), ('Brew-', 'Brew'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-W', 'W'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-il', 'il'), ('-', ''), ('Millen-', 'Millen'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Abol-', 'Abol'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mar-', 'Mar'), ('-Spiritualism', 'Spiritualism'), ('Delusion-Redemption-', 'Delusion-Redemption'), ('Benevolence-', 'Benevolence'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Pugh-', 'Pugh'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Origin', 'Origin'), ('-', ''), ('-Who', 'Who'), ('-The', 'The'), ('Testament--', 'Testament-'), ('-The', 'The'), ("-God's", "God's"), ('-Without', 'Without'), ('Whyt-', 'Whyt'), ('-', ''), ('-', ''), ('-Can', 'Can'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780606-V04-22-page1.txt: [('-', ''), ('-', ''), ('-no', 'no'), ('-', ''), ('de-', 'de'), ('dis-', 'dis'), ('Je-', 'Je'), ('be-', 'be'), ('coun-', 'coun'), ('God-', 'God')]
ST18780606-V04-22-page3.txt: [('-', ''), ('-there', 'there'), ('-if', 'if'), ('-', ''), ('-it', 'it'), ('-', ''), ('-', ''), ('-Under', 'Under'), ('-', ''), ('-', ''), ('-in', 'in'), ('-the', 'the'), ('-', ''), ('.whomso-', '.whomso'), ('-phesh', 'phesh'), ('-Soul.', 'Soul.'), ('-', ''), ('-', '')]
ST18780606-V04-22-page4.txt: [('-', ''), ('-', ''), ('twenty-', 'twenty'), ('-', ''), ('INSEPA-', 'INSEPA'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ('-', '')]
ST18780606-V04-22-page5.txt: [('na-', 'na'), ('-', ''), ('na-', 'na'), ('-', ''), ('-', ''), ('prom-', 'prom'), ('-', ''), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-diVinity', 'diVinity')]
ST18780606-V04-22-page6.txt: [('-', ''), ('-tiled', 'tiled')]
ST18780606-V04-22-page7.txt: [("''-", "''"), ('-', ''), ('-', ''), ('-', ''), ('month-', 'month'), ('-', ''), ('--At', '-At'), ('how-', 'how'), ('-le', 'le'), ('re-', 're'), ('oppor-', 'oppor'), ('-golden', 'golden'), ('thY-', 'thY'), ('lat-', 'lat'), ('-teSsential', 'teSsential'), ('--There', '-There'), ('-', ''), ('Chris-', 'Chris'), ('estab-', 'estab'), ('-', ''), ('L--', 'L-'), ('-', ''), ('-', ''), ('.-', '.'), ('Wash-', 'Wash')]
ST18780606-V04-22-page8.txt: [('-volume.', 'volume.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('match-mak-', 'match-mak'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Origin', '-Origin'), ('Lost-', 'Lost'), ('Testament--', 'Testament-'), ('advance-', 'advance'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Fran-', 'Fran'), ('-', ''), ('-', ''), ('del-', 'del'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780613-V04-23-page1.txt: [('-Publishing', 'Publishing'), ('-thyself', 'thyself'), ('com-', 'com'), ('rereem-', 'rereem'), ('Say-', 'Say'), ('-Dreyer', 'Dreyer'), ('-Wreak', 'Wreak'), ('-which', 'which')]
ST18780613-V04-23-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780613-V04-23-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780613-V04-23-page4.txt: [('-', ''), ('-', ''), ('DO-', 'DO'), ('-', ''), ('-Creek', 'Creek'), ('menu-', 'menu'), ('-of', 'of'), ('-', ''), ('-', ''), ('-work', 'work'), ('intro-', 'intro'), ('die-', 'die'), ('deblara-', 'deblara'), ('-', ''), ('him-', 'him'), ('High-', 'High')]
ST18780613-V04-23-page5.txt: [('-', ''), ('-T', 'T'), ('-German', 'German'), ('-much', 'much'), ('printed-', 'printed'), ('Ian-', 'Ian'), ('-Lord', 'Lord')]
ST18780613-V04-23-page7.txt: [('Char-', 'Char'), ('-anatomical', 'anatomical'), ('corn-', 'corn'), ('ex-', 'ex'), ('-', '')]
ST18780613-V04-23-page8.txt: [('iden-', 'iden'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-viz.', 'viz.'), ('inva-', 'inva'), ('Benevolence-', 'Benevolence'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780627-V04-24-page1.txt: [('-stood-.', 'stood-.'), ('had--', 'had-'), ('that-', 'that'), ('-More', 'More'), ('-', ''), ('judges-', 'judges'), ('mihd.-', 'mihd.'), ('fore-', 'fore'), ('con-', 'con'), ('ex-', 'ex'), ('God-', 'God'), ('real-', 'real'), ('-that', 'that')]
ST18780627-V04-24-page2.txt: [('KEEP-', 'KEEP'), ('-', ''), ('-', ''), ('-nave', 'nave')]
ST18780627-V04-24-page3.txt: [('-whosoever', 'whosoever'), ('righteous-', 'righteous'), ('-', ''), ('-', ''), ('-all', 'all'), ('cep-', 'cep'), ('Mils-', 'Mils'), ('press-', 'press'), ('-were', 'were'), ('"-So--', '"-So-'), ('-.and', '.and'), ('you"-', 'you"'), ('-J-Iere', 'J-Iere'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the')]
ST18780627-V04-24-page4.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('Heb.-', 'Heb.'), ('sanct-', 'sanct'), ('-', '')]
ST18780627-V04-24-page5.txt: [('atten-', 'atten'), ("-CO'", "CO'"), ('-time.', 'time.'), ('-A', 'A'), ('Camp-', 'Camp'), ('-', ''), ('-was', 'was'), ('Pres-', 'Pres'), ('-', ''), ('-rheartsswere', 'rheartsswere'), ('-to', 'to'), ('-', ''), ("'-", "'"), ('-was', 'was'), ('-a', 'a'), ('-', ''), ('-', ''), ('-being', 'being'), ('-wonderfully', 'wonderfully'), ('-', ''), ('-', '')]
ST18780627-V04-24-page6.txt: [("foute'-", "foute'"), ('n-', 'n'), ('-', ''), ('.-', '.'), ("consider-'-", "consider-'")]
ST18780627-V04-24-page7.txt: [('-', ''), ('--The', '-The'), ('-', ''), ('-other', 'other'), ('-sbecomeioiOnd', 'sbecomeioiOnd'), ('-', ''), ('and-', 'and'), ('-and.dogare', 'and.dogare'), ('-', ''), ('-II-Would', 'II-Would'), ('--The', '-The'), ('-from', 'from'), ('rum-', 'rum'), ('-so', 'so'), ('-their', 'their'), ('-kiaine-arguraent', 'kiaine-arguraent'), ('-', ''), ('pre-', 'pre'), ('-pare', 'pare'), ('-distillation.', 'distillation.'), ('-the', 'the'), ('-with', 'with'), ('of-', 'of'), ('-seconds', 'seconds'), ('-', '')]
ST18780627-V04-24-page8.txt: [('-very', 'very'), ('attrac-', 'attrac'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-S.', 'S.'), ("-'-", "'-"), ('J.-', 'J.'), ('-J.', 'J.'), ('-Redeemer', 'Redeemer'), ("-'the", "'the"), ('A-', 'A'), ('-Andrews.', 'Andrews.'), ('-A.', 'A.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('toit-', 'toit'), ('Chariots-', 'Chariots'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bible-', 'Bible'), ('Fate-', 'Fate'), ('End-', 'End'), ('-', ''), ('Encl-Neart-', 'Encl-Neart'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Theories', 'Theories'), ('-', ''), ('-', ''), ('-Aclventiei', 'Aclventiei'), ('--Origin', '-Origin'), ('-', ''), ('-', ''), ('Oett-', 'Oett'), ('-', '')]
ST18780704-V04-25-page1.txt: [('Two-', 'Two'), ('-', ''), ('-pffice', 'pffice'), ('-Avon', 'Avon'), ('-disciples', 'disciples'), ('seek-', 'seek'), ('sup-', 'sup'), ('him-', 'him'), ('-', ''), ('magni-', 'magni')]
ST18780704-V04-25-page2.txt: [('KEEP-', 'KEEP'), ('-', ''), ('-', ''), ('-', ''), ('EXCUSE-', 'EXCUSE'), ('-away', 'away')]
ST18780704-V04-25-page3.txt: [('-', ''), ('-', ''), ('any-', 'any'), ('rea-', 'rea'), ('-', ''), ('some-', 'some'), ("'-", "'"), ('--', '-'), ('-T', 'T'), ('exist-', 'exist'), ('-', ''), ('de-', 'de'), ('-', ''), ('re-', 're')]
ST18780704-V04-25-page4.txt: [('-', ''), ('-John', 'John'), ('-New', 'New'), ('-', ''), ('-', ''), ('-', ''), ('house-', 'house'), ('one-', 'one')]
ST18780704-V04-25-page5.txt: [('things-', 'things'), ("'wherepar-", "'wherepar"), ('-', ''), ('sat-', 'sat'), ('untena-', 'untena'), ('---church', '--church'), ('-', ''), ('-.lswith"', '.lswith"'), ('-', ''), ('-they', 'they'), ('-house', 'house'), ('-', '')]
ST18780704-V04-25-page6.txt: [('-', ''), ('-rear', 'rear'), ('-is', 'is'), ('-La', 'La'), ('-', ''), ('--', '-'), ('-coax', 'coax'), ('-', '')]
ST18780704-V04-25-page7.txt: [('-wonder', 'wonder'), ('-greatly', 'greatly'), ('dagger-', 'dagger'), ('-laid', 'laid'), ("-'eyosia", "'eyosia"), ('Grays-', 'Grays'), ('-', ''), ('Talaeoo-', 'Talaeoo'), ('-', ''), ('-ae', 'ae'), ('-and', 'and'), ('--It', '-It'), ('-', ''), ('-the', 'the'), ('forthe-', 'forthe'), ('mo-', 'mo'), ('-nerve', 'nerve'), ('-will', 'will'), ('-away', 'away'), ('-who', 'who'), ('ihstructioneeretiain-', 'ihstructioneeretiain'), ('con-', 'con'), ('-that', 'that'), ('-but', 'but'), ('-L-The', 'L-The'), ('Philadel-', 'Philadel'), ('Zeal-', 'Zeal'), ('letiniOny-', 'letiniOny'), ('stimu-', 'stimu'), ('-hawse', 'hawse'), ('re-', 're'), ('-', '')]
ST18780704-V04-25-page8.txt: [('-of', 'of'), ('-', ''), ('-Teachings', 'Teachings'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('eta-', 'eta'), ('Two--', 'Two-'), ('Lost.-', 'Lost.'), ('com-', 'com'), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('H-', 'H'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('c-', 'c'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Origin', '-Origin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780711-V04-26-page1.txt: [('-of', 'of'), ('-they', 'they'), ('accord-', 'accord'), ('-', ''), ('that--', 'that-')]
ST18780711-V04-26-page2.txt: [('spirit-', 'spirit'), ('-one', 'one'), ('ven-', 'ven')]
ST18780711-V04-26-page3.txt: [('per-', 'per'), ('restora-', 'restora'), ('noth-', 'noth'), ('unhon-', 'unhon'), ('agen-', 'agen'), ('pro-', 'pro'), ('-where', 'where'), ('re-', 're'), ('The-', 'The'), ('Sab-', 'Sab'), ('---PaoF.', '--PaoF.'), ('posi-', 'posi')]
ST18780711-V04-26-page4.txt: [('be-', 'be'), ('-', ''), ('Vohwin-', 'Vohwin')]
ST18780711-V04-26-page5.txt: [('-', ''), ('-action.', 'action.'), ('-', ''), ('formed--', 'formed-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('bap-', 'bap'), ('-', ''), ("'nixie-", "'nixie"), ('HEALEY.-', 'HEALEY.'), ('--', '-')]
ST18780711-V04-26-page6.txt: [('-We', 'We'), ('I-', 'I'), ('-', ''), ('di-', 'di'), ('-for', 'for')]
ST18780711-V04-26-page7.txt: [('-', ''), ('-er', 'er'), ('-OeStilt', 'OeStilt'), ('-allowed', 'allowed'), ('-', ''), ('-for', 'for'), ('de-', 'de'), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('govern-', 'govern')]
ST18780711-V04-26-page8.txt: [('-where', 'where'), ('-in', 'in'), ('Revised-', 'Revised'), ('resolu-', 'resolu'), ('-', ''), ('run-', 'run'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Wings-', 'Wings'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('man-', 'man'), ('Lost-', 'Lost'), ('Wicked-', 'Wicked'), ('-The', 'The'), ('-The', 'The'), ('-The', 'The'), ("-God's", "God's"), ('room-', 'room'), ('Whyi--', 'Whyi-'), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Spiritualism', 'Spiritualism'), ('-Origin', 'Origin'), ('-CanWeKnow', 'CanWeKnow'), ('-Without', 'Without'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780718-V04-27-page1.txt: [('re-', 're'), ('-In', 'In'), ('-', '')]
ST18780718-V04-27-page3.txt: [('-not', 'not'), ('-', ''), ('-throngh', 'throngh'), ('man-', 'man'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('who-', 'who'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mid-', 'mid'), ('-', ''), ('-', ''), ('-', ''), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('F-', 'F'), ('-', ''), ('-', ''), ('ex-', 'ex'), ('-no', 'no'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780718-V04-27-page4.txt: [('dis-', 'dis'), ('peni-', 'peni'), ('-Incidents', 'Incidents')]
ST18780718-V04-27-page5.txt: [('command-', 'command'), ('-', ''), ('-', ''), ('-', ''), ('Advent-', 'Advent'), ('-those', 'those'), ('---Elcler', '--Elcler'), ('de-', 'de'), ('sev-', 'sev'), ('-', ''), ('-', ''), ('-a', 'a'), ('im-', 'im'), ('plitce-', 'plitce'), ('ttert-', 'ttert'), ('-large', 'large'), ('-', ''), ('chrirch-', 'chrirch'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780718-V04-27-page6.txt: [('-pathetic', 'pathetic'), ('but-', 'but'), ('"Miss-', '"Miss')]
ST18780718-V04-27-page7.txt: [('-', ''), ('-', ''), ('--"Ye', '-"Ye'), ('-', ''), ('-', ''), ('inju-', 'inju')]
ST18780718-V04-27-page8.txt: [('-', ''), ('-Everybody', 'Everybody'), ('-', ''), ('-ft', 'ft'), ('-', ''), ('minis-', 'minis'), ('-last.', 'last.'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Lost-', 'Lost'), ('-The', 'The'), ('-The', 'The'), ('Testament--', 'Testament-'), ('-The', 'The'), ("-God's", "God's"), ('-', ''), ('--Origin', '-Origin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Martin-', 'Martin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Without', 'Without'), ('-', ''), ('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780725-V04-28-page1.txt: [('-dutiful-.son', 'dutiful-.son'), ('-', ''), ('-which', 'which'), ('-heart', 'heart'), ('-that', 'that'), ('-flee', 'flee'), ('-', ''), ('-were', 'were'), ('-Press', 'Press'), ('exectitionerststand--', 'exectitionerststand-'), ('-retrilaus', 'retrilaus'), ('-the', 'the'), ('-', ''), ('-hope', 'hope'), ('-kingdom', 'kingdom'), ('-called', 'called'), ("-wa's", "wa's"), ('-not', 'not')]
ST18780725-V04-28-page2.txt: [('-together', 'together'), ('ironiecli-', 'ironiecli'), ('-the', 'the'), ('be-', 'be'), ('-', ''), ('-Holy', 'Holy'), ('in-', 'in'), ('-', '')]
ST18780725-V04-28-page3.txt: [('-', ''), ('-our', 'our'), ('-understood', 'understood'), ('-', ''), ('-', ''), ('-', ''), ('-tablekt', 'tablekt'), ('not-', 'not'), ('-and', 'and'), ('seduc-', 'seduc')]
ST18780725-V04-28-page4.txt: [('-we', 'we'), ('reached-', 'reached'), ('ex-', 'ex'), ('-hygienic', 'hygienic')]
ST18780725-V04-28-page5.txt: [('accomplished-', 'accomplished'), ('-to', 'to'), ('-', ''), ('----', '---'), ('-', ''), ('de-', 'de'), ('to-', 'to'), ('Pas-', 'Pas')]
ST18780725-V04-28-page6.txt: [('-', ''), ('-in-from', 'in-from'), ('suppose-', 'suppose'), ('diffi-', 'diffi'), ('you-', 'you'), ('-', ''), ('--although', '-although'), ('-knowledge', 'knowledge'), ('-', ''), ('-looks', 'looks')]
ST18780725-V04-28-page7.txt: [('em-', 'em'), ('remark-', 'remark'), ('-', ''), ('-', ''), ('-', ''), ('thousand--', 'thousand-'), ('second-', 'second'), ('Yount-', 'Yount'), ('sus-', 'sus'), ('-felled', 'felled'), ('mortified-', 'mortified'), ('-look', 'look'), ('-Wide', 'Wide')]
ST18780725-V04-28-page8.txt: [('-', ''), ('-of', 'of'), ('I--', 'I-'), ('r-', 'r'), ('-', ''), ('-a', 'a'), ('-', ''), ('-', ''), ('.--', '.-'), ('-t', 't'), ('-', ''), ('.-', '.'), ('--.', '-.'), ('Co-', 'Co'), ('-loce', 'loce'), ('-', ''), ('-', ''), ("'-", "'"), ('-', ''), ('-of', 'of'), ('there-', 'there'), ('-so', 'so'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mrs-', 'Mrs'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780801-V04-29-page1.txt: [('-', ''), ('-', ''), ('-Taaa', 'Taaa'), ('-Card-Lilly', 'Card-Lilly'), ('-', ''), ('-to', 'to'), ('cru-', 'cru')]
ST18780801-V04-29-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sab-', 'Sab'), ('--', '-'), ('-returning', 'returning'), ('-', '')]
ST18780801-V04-29-page3.txt: [('-us', 'us'), ('what-', 'what'), ('-aCcepted', 'aCcepted'), ('-itself', 'itself'), ('hap-', 'hap'), ("-'", "'")]
ST18780801-V04-29-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18780801-V04-29-page5.txt: [('-accomplishment', 'accomplishment'), ('-But', 'But'), ('-', ''), ('-', ''), ('begin-', 'begin'), ('-came', 'came'), ("-Seethed'", "Seethed'"), ('moup-', 'moup'), ('suc-', 'suc')]
ST18780801-V04-29-page6.txt: [('atten-', 'atten'), ('-a', 'a')]
ST18780801-V04-29-page7.txt: [('-', ''), ('-', ''), ('abund-', 'abund'), ('-time', 'time'), ('-', ''), ('con-', 'con'), ('-Children', 'Children'), ('-misery', 'misery'), ('-', ''), ('-', ''), ('-spent', 'spent'), ('-', ''), ('.United-', '.United'), ('proportion-', 'proportion'), ('-and', 'and'), ('in-', 'in'), ('Chris-', 'Chris'), ('-', ''), ('-in', 'in'), ('--', '-'), ('-', ''), ('profitablyem-', 'profitablyem'), ('con-', 'con'), ('unrea-', 'unrea'), ('govern-', 'govern'), ('-nient-should', 'nient-should'), ('-the', 'the'), ('-further', 'further'), ('un-', 'un'), ('him-', 'him'), ('twenty-', 'twenty'), ('--', '-')]
ST18780801-V04-29-page8.txt: [('-ft.', 'ft.'), ('pay-', 'pay'), ('sev-', 'sev'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Cul-', 'Cul'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('out-', 'out'), ('-That', 'That'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780808-V04-30-page1.txt: [('-the', 'the'), ('of-', 'of'), ('pos-', 'pos')]
ST18780808-V04-30-page2.txt: [('--', '-'), ('-', ''), ('"See-', '"See'), ('-', ''), ('-', ''), ('-it', 'it'), ('-him."', 'him."'), ('-', ''), ('-upon', 'upon'), ('-', ''), ('-in', 'in'), ('-', ''), ('YOUR-', 'YOUR'), ('Scriptures."-', 'Scriptures."'), ('satis-', 'satis')]
ST18780808-V04-30-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-world', 'world'), ('under--', 'under-'), ('proph-', 'proph')]
ST18780808-V04-30-page4.txt: [('gath-', 'gath'), ('liv-', 'liv'), ('INFLU-', 'INFLU'), ('-by', 'by'), ('influ-', 'influ'), ('mes-', 'mes')]
ST18780808-V04-30-page5.txt: [('while-', 'while'), ('considera-', 'considera'), ('con-', 'con'), ('-', ''), ('-ft.', 'ft.'), ('en-', 'en')]
ST18780808-V04-30-page6.txt: [('-', ''), ('-', ''), ('had-', 'had'), ('-', ''), ('-', ''), ('-be', 'be'), ('oldmother.-', 'oldmother.')]
ST18780808-V04-30-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-America', 'America'), ('audience-', 'audience'), ('-', ''), ('-', '')]
ST18780808-V04-30-page8.txt: [('con-', 'con'), ('varioussys-', 'varioussys'), ('-', ''), ('-to', 'to'), ('Camp-', 'Camp'), ('requested-', 'requested'), ('Forty-', 'Forty'), ('con-', 'con'), ('-', ''), ('-the', 'the'), ('--withus', '-withus'), ('Camp-', 'Camp'), ('Con-', 'Con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Tues-', 'Tues')]
ST18780815-V04-31-page1.txt: [('-thus', 'thus'), ('commit-', 'commit'), ('-that', 'that'), ('say-', 'say'), ('atem-', 'atem'), ('-censure', 'censure')]
ST18780815-V04-31-page2.txt: [('-', ''), ('-', ''), ('-from', 'from'), ('-consequences.', 'consequences.'), ('atterIhavingbeenregularlycalledtothisresponsi-', 'atterIhavingbeenregularlycalledtothisresponsi'), ('-in', 'in')]
ST18780815-V04-31-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-dd', 'dd'), ('-the', 'the'), ('-we', 'we')]
ST18780815-V04-31-page4.txt: [('-', ''), ('-of', 'of'), ('-', ''), ('posi-', 'posi')]
ST18780815-V04-31-page5.txt: [('move-', 'move'), ('JUDG-', 'JUDG'), ('-', ''), ('-', ''), ('-', ''), ('twenty-', 'twenty'), ('-', ''), ('Sabbath.-', 'Sabbath.'), ('-', ''), ('made.-', 'made.'), ('August-', 'August'), ('-', ''), ('des-', 'des'), ('separa-', 'separa'), ('-three', 'three'), ('de-', 'de'), ('Elders-', 'Elders')]
ST18780815-V04-31-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-indifference', 'indifference')]
ST18780815-V04-31-page7.txt: [('TIMES-', 'TIMES'), ('--Signor', '-Signor'), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-wrecked.', 'wrecked.'), ('vigo-', 'vigo'), ('woreeeni.-', 'woreeeni.'), ('and-', 'and'), ('-', '')]
ST18780815-V04-31-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-iv', 'iv'), ('-it', 'it'), ('-', ''), ('iE-', 'iE'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---I', '--I'), ('-', ''), ('-', ''), ('I--', 'I-'), ('--i', '-i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-IF', 'IF'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"sE', '"sE'), ('-', ''), ('--a', '-a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-vide.', 'vide.'), ('Camp-', 'Camp'), ('power.-', 'power.'), ('Camp-', 'Camp'), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
ST18780822-V04-32-page1.txt: [('r-', 'r'), ('-tlaraugll-the', 'tlaraugll-the'), ('-', ''), ('ex-', 'ex'), ('de-', 'de')]
ST18780822-V04-32-page2.txt: [('pur-', 'pur')]
ST18780822-V04-32-page4.txt: [('-', ''), ('Je-', 'Je'), ('profess-', 'profess'), ('infe-', 'infe')]
ST18780822-V04-32-page5.txt: [('-', ''), ('missionary-', 'missionary'), ('gen-', 'gen'), ('society-', 'society'), ('-the', 'the')]
ST18780822-V04-32-page6.txt: [('per-', 'per')]
ST18780822-V04-32-page7.txt: [('--The', '-The'), ('Sunday-schools--', 'Sunday-schools-'), ('-', ''), ('-', ''), ('--The', '-The'), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('Mormon-', 'Mormon'), ('-', ''), ('-', ''), ('pre-', 'pre'), ('-shall', 'shall')]
ST18780822-V04-32-page8.txt: [('Camp-', 'Camp'), ('Yount-', 'Yount'), ('ef-', 'ef'), ('Camp-', 'Camp'), ('stew-', 'stew'), ('Ex-', 'Ex'), ('Con-', 'Con'), ('-and', 'and'), ('neg-', 'neg'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('minis-', 'minis'), ('Advent-', 'Advent'), ('--Origin', '-Origin'), ('Lost-', 'Lost'), ('-Being', 'Being'), ('-Principles', 'Principles'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780829-V04-33-page1.txt: [('-Useful', 'Useful'), ('---', '--'), ('-or', 'or'), ('over-', 'over')]
ST18780829-V04-33-page2.txt: [('-week', 'week')]
ST18780829-V04-33-page3.txt: [('-walk', 'walk'), ('--', '-')]
ST18780829-V04-33-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('Or-', 'Or'), ('ses-', 'ses')]
ST18780829-V04-33-page5.txt: [('-', ''), ('-beauty', 'beauty'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sec-', 'sec'), ('advo-', 'advo'), ('vir-', 'vir'), ('-', ''), ('-L--', 'L--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('figur-', 'figur')]
ST18780829-V04-33-page6.txt: [('Galveston-', 'Galveston')]
ST18780829-V04-33-page7.txt: [('-vitzerland', 'vitzerland'), ('-', ''), ('-', ''), ('ut-', 'ut'), ('-most', 'most'), ('em-', 'em'), ('--A', '-A'), ('-', ''), ('-', ''), ('Provi-', 'Provi'), ('leav-', 'leav')]
ST18780829-V04-33-page8.txt: [('-', ''), ('at-', 'at'), ('-ft', 'ft'), ('Camp-', 'Camp'), ('Camp-', 'Camp'), ('.--', '.-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Origin', '-Origin'), ('-', ''), ('--A', '-A'), ('-', ''), ('-', ''), ('-', '')]
ST18780912-V04-34-page1.txt: [('-carried', 'carried'), ('-', ''), ('af-', 'af'), ('-', ''), ('-Lord', 'Lord'), ('-', ''), ('-is', 'is'), ('with-', 'with'), ('SEP-', 'SEP'), ('LOUGH-', 'LOUGH'), ('-', ''), ('build-', 'build'), ('-feet', 'feet'), ('-', ''), ('-', ''), ('-epistle', 'epistle'), ('-', '')]
ST18780912-V04-34-page2.txt: [('-', ''), ('-street', 'street')]
ST18780912-V04-34-page3.txt: [('be-', 'be'), ('bat-', 'bat'), ('-women', 'women')]
ST18780912-V04-34-page4.txt: [('-', ''), ('the-', 'the'), ('-bodY', 'bodY'), ('impu-', 'impu'), ('in-', 'in'), ('-upon', 'upon'), ('-They', 'They'), ('-as', 'as'), ('-', ''), ('-', ''), ('-to', 'to'), ('-children', 'children'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-eternal', 'eternal'), ('-', ''), ('-', ''), ('-wait', 'wait'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780912-V04-34-page5.txt: [('Conference-', 'Conference'), ('anng-', 'anng'), ('--', '-'), ('-', ''), ('en-', 'en'), ('-rejoice', 'rejoice'), ('-fitting', 'fitting'), ('-meeting', 'meeting'), ('-', ''), ('beetinno-', 'beetinno'), ('n-', 'n'), ('-', ''), ('-Alioiso', 'Alioiso')]
ST18780912-V04-34-page6.txt: [('-', ''), ('-of', 'of'), ('Bloomfield-', 'Bloomfield'), ('-Frank', 'Frank')]
ST18780912-V04-34-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-There', 'There'), ('-There', 'There'), ('-The', 'The'), ('-There', 'There'), ('-in', 'in'), ('-The', 'The'), ('-', ''), ('-To', 'To'), ('-There', 'There'), ('-', ''), ('-', ''), ('-There', 'There'), ('-About', 'About'), ('-on', 'on'), ('-', ''), ('re-', 're'), ('-The', 'The'), ("--'-During", "-'-During"), ('-', ''), ('-An', 'An'), ('-The', 'The'), ('signa-', 'signa'), ('-A', 'A'), ('-The', 'The'), ('-The', 'The'), ('re-', 're'), ("-The'", "The'"), ('.-', '.'), ('nne--', 'nne-'), ('-The', 'The'), ('-September', 'September'), ('-A', 'A'), ('-There', 'There'), ('-', ''), ('-This', 'This'), ('-The', 'The'), ('-Thirty', 'Thirty'), ('-An', 'An'), ('-Three', 'Three'), ('-A', 'A'), ('estab-', 'estab'), ('-completion', 'completion'), ('-', ''), ("a'plaiteter.-", "a'plaiteter."), ('-September', 'September'), ('-During', 'During'), ('struck-', 'struck'), ('-.', '.'), ('-The', 'The'), ('-At', 'At'), ('-Cincinnati', 'Cincinnati'), ('-This', 'This'), ('-England', 'England'), ('-There', 'There'), ('-Austria', 'Austria'), ('-September', 'September'), ('-The', 'The'), ('-', ''), ('-', '')]
ST18780912-V04-34-page8.txt: [('-', ''), ('-', ''), ('-very', 'very'), ('-', ''), ('-long', 'long'), ('-journey', 'journey'), ('-at', 'at'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ft', 'ft'), ('-e', 'e'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-results', 'results'), ('-Thechurch', 'Thechurch'), ('-Annual', 'Annual'), ('Constitutional-', 'Constitutional'), ('Prophecy-', 'Prophecy'), ('-', ''), ('Es-', 'Es'), ('Two--', 'Two-'), ('-', ''), ('estab-', 'estab'), ('James-', 'James'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Benton-', 'Benton'), ('-', ''), ('-', ''), ('-', ''), ('E-', 'E'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Mrs', 'Mrs'), ('-', ''), ('Wood-', 'Wood'), ('Lost-', 'Lost'), ('-The', 'The'), ('--The-Second', '-The-Second'), ('Lazarus-', 'Lazarus'), ('-The', 'The'), ("-God's", "God's"), ('IMmortality-', 'IMmortality'), ('-LOrd-Without-', 'LOrd-Without-'), ('-Geologyand', 'Geologyand'), ('-Is', 'Is'), ('Address-', 'Address'), ("'Val-", "'Val"), ('.-', '.'), ('Ten-', 'Ten'), ('Abol-', 'Abol'), ('Truth-The-', 'Truth-The'), ('-', ''), ('-Spiritualisna', 'Spiritualisna'), ('-Originralid', 'Originralid'), ('-', ''), ('-', ''), ('-', '')]
ST18780919-V04-35-page1.txt: [('table-', 'table'), ('Old-', 'Old'), ('-', ''), ('-and', 'and'), ('but-be-', 'but-be'), ('unqueStionob-', 'unqueStionob')]
ST18780919-V04-35-page3.txt: [('ruins.-', 'ruins.')]
ST18780919-V04-35-page4.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('"-', '"'), ('-', ''), ('-', ''), ('-', '')]
ST18780919-V04-35-page5.txt: [('-that', 'that'), ('Rob-', 'Rob'), ('--', '-'), ('-', ''), ('-Bible', 'Bible'), ('-this', 'this'), ('doe-', 'doe'), ('publica-', 'publica')]
ST18780919-V04-35-page7.txt: [('-Sel.', 'Sel.'), ('folks.-', 'folks.'), ('-Sel.', 'Sel.'), ('-', ''), ('-', ''), ('pre-', 'pre'), ('-', ''), ('-In', 'In'), ('-', ''), ('-Behm', 'Behm'), ('-There', 'There'), ('-', ''), ('months-', 'months'), ('-The', 'The'), ('govern-', 'govern'), ('-', ''), ('-It', 'It'), ('-', ''), ('-', ''), ('-Upward', 'Upward'), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('--In', '-In'), ('-', ''), ('Vir-', 'Vir'), ('Tennessee-', 'Tennessee'), ('-', ''), ('-Tue', 'Tue'), ('-', ''), ("--An'", "-An'"), ('-The', 'The'), ('-', ''), ('-while', 'while'), ('-A', 'A'), ('-In', 'In'), ('-According', 'According'), ('-Statisticians', 'Statisticians'), ('-', ''), ('-San', 'San'), ('-', ''), ('-During', 'During')]
ST18780919-V04-35-page8.txt: [('Wednes-', 'Wednes'), ('The-', 'The'), ('--Origin', '-Origin'), ('Lost-', 'Lost'), ('Perfee-', 'Perfee'), ('Lord--', 'Lord-'), ('Dialogue--', 'Dialogue-'), ('Address--', 'Address-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bible-ap-', 'Bible-ap'), ('or-Satur-', 'or-Satur'), ('-little', 'little'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Geo', 'Geo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780926-V04-36-page1.txt: [('.-', '.'), ('glad-', 'glad'), ('-', '')]
ST18780926-V04-36-page3.txt: [('-where', 'where'), ('-went', 'went')]
ST18780926-V04-36-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('after-', 'after'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18780926-V04-36-page5.txt: [('-', ''), ('Mc-', 'Mc')]
ST18780926-V04-36-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('deteriora-', 'deteriora'), ('-', '')]
ST18780926-V04-36-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Spiritualism', 'Spiritualism'), ('--Origin', '-Origin'), ('Lost-', 'Lost'), ('-The', 'The'), ('-The', 'The'), ('Testament-', 'Testament'), ('-The', 'The'), ("-God'sMemorial-TheSabbath", "God'sMemorial-TheSabbath"), ('Immortality-', 'Immortality'), ('Lord-', 'Lord'), ('-Is', 'Is'), ('-A', 'A'), ('Dialogue-', 'Dialogue'), ('Address-', 'Address'), ('keep-', 'keep'), ('-', ''), ('Con-', 'Con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18781003-V04-37-page1.txt: [('-All', 'All'), ('-', ''), ('boast-', 'boast'), ('knowl-', 'knowl')]
ST18781003-V04-37-page2.txt: [('-them', 'them'), ('-had', 'had')]
ST18781003-V04-37-page3.txt: [('-', ''), ('-he', 'he'), ('foundation-', 'foundation'), ('Hutchins-', 'Hutchins')]
ST18781003-V04-37-page4.txt: [('-of', 'of'), ('-', ''), ('-or', 'or'), ('-', ''), ('-', ''), ('-of', 'of'), ('-for', 'for'), ('-we', 'we'), ('-Thus', 'Thus')]
ST18781003-V04-37-page5.txt: [('concern-', 'concern'), ('-and', 'and'), ('-', ''), ('-', ''), ('obedient-', 'obedient'), ('others-', 'others'), ('Sabbath.-', 'Sabbath.'), ('-', ''), ('-', ''), ('-rests', 'rests'), ('forthe-', 'forthe'), ('-labored', 'labored'), ('-', '')]
ST18781003-V04-37-page6.txt: [('-a', 'a'), ('-it', 'it'), ('of-', 'of'), ('God-', 'God'), ('-Christ', 'Christ'), ('-', ''), ('-in', 'in'), ('-perfectly', 'perfectly')]
ST18781003-V04-37-page7.txt: [("--Peter's", "-Peter's"), ('-', ''), ('-SiPplieants', 'SiPplieants'), ('Gethard-', 'Gethard'), ('-', ''), ('--The', '-The'), ('-es', 'es'), ('-work', 'work'), ('-square', 'square')]
ST18781003-V04-37-page8.txt: [('long-tent-meet-', 'long-tent-meet'), ('-', ''), ('-judicious', 'judicious'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Advent-', 'Advent'), ('Abol-', 'Abol'), ('-with', 'with'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ex-', 'Ex'), ('Millen-', 'Millen'), ('established.-', 'established.'), ('--Origin', '-Origin'), ('Lost-', 'Lost'), ('-', ''), ('-', '')]
ST18781010-V04-38-page1.txt: [('crucifix-', 'crucifix'), ('resurrec-', 'resurrec')]
ST18781010-V04-38-page2.txt: [('misunder-', 'misunder'), ('-', ''), ('-', ''), ('crea-', 'crea')]
ST18781010-V04-38-page3.txt: [('-', ''), ('----', '---')]
ST18781010-V04-38-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('p.-', 'p.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18781010-V04-38-page5.txt: [('-', ''), ('-', ''), ('plain-', 'plain'), ('-', '')]
ST18781010-V04-38-page7.txt: [('immedi-', 'immedi'), ('-', ''), ('-', ''), ('-There', 'There'), ('-An', 'An'), ('-The', 'The'), ('-During', 'During'), ('-The', 'The'), ('-The', 'The'), ('-One', 'One'), ('-Five', 'Five'), ('-It', 'It'), ('-Last', 'Last'), ('gal-', 'gal'), ('-October', 'October'), ('-A', 'A'), ('-Washington', 'Washington'), ('-The', 'The'), ('-The', 'The'), ('-Fortune-telling', 'Fortune-telling'), ('-On', 'On'), ('-', ''), ('-Pennsylvania', 'Pennsylvania'), ('-The', 'The'), ('--The', '-The'), ('-Diphtheria', 'Diphtheria'), ('-Large', 'Large'), ('-', ''), ('-Large', 'Large'), ('-', ''), ('-', ''), ('-An', 'An'), ('-', ''), ('-The', 'The'), ('-', ''), ('-It', 'It'), ('-', ''), ('popu-', 'popu')]
ST18781010-V04-38-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the'), ('Andrews.-', 'Andrews.'), ('--Origin', '-Origin'), ('Lost-', 'Lost'), ('pres-', 'pres'), ('-', ''), ('.HisMightyMiracles-', '.HisMightyMiracles'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-John', 'John'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18781017-V04-39-page1.txt: [('-L.', 'L.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18781017-V04-39-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-were', 'were'), ('-', ''), ('-says', 'says'), ('-', '')]
ST18781017-V04-39-page3.txt: [('-by', 'by'), ('gainins-', 'gainins'), ('-of', 'of'), ('.-', '.'), ('.-', '.')]
ST18781017-V04-39-page4.txt: [('-DAY', 'DAY'), ('bus-', 'bus'), ('-iness', 'iness'), ('char-', 'char'), ('.-', '.'), ('-', ''), ('drunk-', 'drunk')]
ST18781017-V04-39-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('prov-', 'prov')]
ST18781017-V04-39-page6.txt: [('im-', 'im')]
ST18781017-V04-39-page7.txt: [('-', ''), ('-them', 'them'), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('Sil-', 'Sil'), ('excur-', 'excur')]
ST18781017-V04-39-page8.txt: [('misap-', 'misap'), ('-', ''), ('Sab-', 'Sab'), ('Conven-', 'Conven'), ('-', ''), ('-', ''), ('-Yellow', 'Yellow'), ('-songs', 'songs'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('goodminis-', 'goodminis'), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('Testament--', 'Testament-'), ('--One', '-One'), ("-God's", "God's"), ('Immortality-', 'Immortality'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Spiritualism', 'Spiritualism'), ('--Origin', '-Origin')]
ST18781024-V04-40-page1.txt: [('prop-', 'prop')]
ST18781024-V04-40-page2.txt: [('--', '-'), ('-', ''), ('-', '')]
ST18781024-V04-40-page3.txt: [('-', ''), ('-', '')]
ST18781024-V04-40-page4.txt: [('Sab-', 'Sab'), ('per-', 'per'), ('Lough-', 'Lough'), ('grati-', 'grati'), ('-without', 'without'), ('Has-', 'Has'), ("-'", "'"), ('ap-', 'ap'), ('Seventh-', 'Seventh')]
ST18781024-V04-40-page5.txt: [('ac-', 'ac'), ('-', ''), ('-', '')]
ST18781024-V04-40-page6.txt: [('-with', 'with')]
ST18781024-V04-40-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mal-', 'mal')]
ST18781024-V04-40-page8.txt: [('-', ''), ('two-', 'two'), ('-ft.', 'ft.'), ('CO-', 'CO'), ('--', '-'), ('-', ''), ('I-', 'I'), ('-', ''), ('--', '-'), ('FP-', 'FP'), ('-', ''), ('i-', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-T', 'T'), ('I--', 'I-'), ('periodi-', 'periodi'), ('-', ''), ('-', ''), ('-', ''), ('gen-', 'gen'), ('.-', '.'), ('-cs', 'cs'), ('-', ''), ('-', ''), ('-cy', 'cy'), ('-', ''), ('-', ''), ('dis-', 'dis'), ('I--', 'I-'), ('Rug-', 'Rug'), ('sing-', 'sing'), ('Wilber-', 'Wilber'), ('Part-', 'Part'), ('Advent-', 'Advent'), ('The-', 'The'), ('Aboi-', 'Aboi'), ('Lost-', 'Lost'), ('-The', 'The'), ('-The', 'The'), ("-God's", "God's"), ('Lord-', 'Lord'), ('-Geology', 'Geology'), ("Sinner's-", "Sinner's"), ('-Is', 'Is'), ('-A', 'A'), ('Dialogue-', 'Dialogue'), ('Sabbath-', 'Sabbath'), ('-', ''), ('Address-', 'Address'), ('la-', 'la'), ('-I', 'I'), ('i--', 'i-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-.I', '.I'), ('-', ''), ('I--', 'I-'), ('.-', '.'), ('--', '-'), ('-', ''), ('-.', '.'), ('pros-', 'pros'), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('-s', 's'), ('IND--', 'IND-'), ('IPcabDtz--', 'IPcabDtz-'), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sub-', 'sub'), ('Septem-', 'Septem'), ('White-', 'White'), ('-Spiritualism', 'Spiritualism'), ('--Origin', '-Origin')]
ST18781031-V04-41-page2.txt: [('church-', 'church')]
ST18781031-V04-41-page3.txt: [('-', '')]
ST18781031-V04-41-page4.txt: [('-NINTH', 'NINTH'), ('-', ''), ('sub-', 'sub'), ('-at', 'at'), ('-', ''), ('pio-', 'pio'), ('socie-', 'socie'), ('-', ''), ('theyen-', 'theyen'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('recom-', 'recom'), ('-', ''), ('-', ''), ('-', ''), ('Con-', 'Con'), ('in-', 'in')]
ST18781031-V04-41-page5.txt: [('-or', 'or'), ('interrup-', 'interrup'), ('Sabbath-', 'Sabbath')]
ST18781031-V04-41-page6.txt: [('-to', 'to'), ('-no', 'no'), ('-', '')]
ST18781031-V04-41-page7.txt: [('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('supera-', 'supera'), ('-', '')]
ST18781031-V04-41-page8.txt: [('forSabbath-SchoolandPraiseserv-', 'forSabbath-SchoolandPraiseserv'), ('-', ''), ('-.', '.'), ('-r', 'r'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('M-', 'M'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-God's", "God's"), ('Lord-', 'Lord'), ('-Geology', 'Geology'), ('-Is', 'Is'), ('-A', 'A'), ('Dialogue-', 'Dialogue'), ('Sabbath-', 'Sabbath'), ('-', ''), ('Address-', 'Address'), ('-', ''), ('-', ''), ('-', ''), ('-i', 'i'), ('-.', '.'), ('expendi-', 'expendi'), ('Two-', 'Two'), ('-.', '.'), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-V', 'V'), ('-', ''), ('-....TM', '....TM'), ('---r', '--r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-to', 'to'), ('num-', 'num'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ofthechurchisitssocialbrotherhoodanden-', 'ofthechurchisitssocialbrotherhoodanden'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Advent-', 'Advent'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Spiritualism', 'Spiritualism'), ('--Origin', '-Origin'), ('Lost-', 'Lost'), ('-The', 'The'), ('-The', 'The'), ('Millennium-Depart-', 'Millennium-Depart'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18781107-V04-42-page1.txt: [('occa-', 'occa')]
ST18781107-V04-42-page2.txt: [('theprom-', 'theprom'), ('-weakness', 'weakness'), ('glo-', 'glo'), ('-Rom.', 'Rom.'), ('-', ''), ('-may', 'may'), ('S---', 'S--'), ('peo-', 'peo'), ('tempo-', 'tempo'), ('re-', 're'), ('nota-', 'nota'), ('con-', 'con')]
ST18781107-V04-42-page3.txt: [('-', ''), ('ex-', 'ex'), ('delight-', 'delight'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('princi-', 'princi'), ('at-', 'at')]
ST18781107-V04-42-page4.txt: [('-', ''), ('-', '')]
ST18781107-V04-42-page5.txt: [('in-', 'in'), ('in-', 'in')]
ST18781107-V04-42-page6.txt: [('sec-', 'sec')]
ST18781107-V04-42-page7.txt: [('get-', 'get'), ('-There', 'There'), ('yel-', 'yel'), ('-', ''), ('Amer-', 'Amer'), ('-', ''), ('-The', 'The'), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-An', 'An'), ('-Seven', 'Seven'), ('-over', 'over'), ('-The', 'The'), ('pare-', 'pare'), ('-as', 'as'), ('-About', 'About'), ('-Mohammedanism', 'Mohammedanism'), ('-During', 'During'), ('-The', 'The'), ('-Not', 'Not'), ('-The', 'The'), ('-Correcting', 'Correcting'), ('-', ''), ('-The', 'The'), ('sen-', 'sen'), ('-The', 'The'), ('-From', 'From'), ('-', ''), ('-In', 'In'), ('-', ''), ('-', '')]
ST18781107-V04-42-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Lost-', 'Lost'), ('-', ''), ('-', ''), ('-', ''), ('Thick-', 'Thick'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sympa-', 'sympa'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18781114-V04-43-page1.txt: [('wedeter-', 'wedeter')]
ST18781114-V04-43-page2.txt: [('-a', 'a'), ('forgot-', 'forgot')]
ST18781114-V04-43-page3.txt: [('aims.-', 'aims.'), ('-', ''), ('die.-', 'die.'), ('-As', 'As'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sanctifica-', 'sanctifica')]
ST18781114-V04-43-page4.txt: [('legis-', 'legis'), ('-', ''), ('-', ''), ('recon-', 'recon'), ('gov-', 'gov'), ('-the', 'the'), ('-court', 'court'), ('Am-', 'Am'), ('-', ''), ('-of', 'of'), ('-', '')]
ST18781114-V04-43-page5.txt: [('-', ''), ('-', ''), ('impos-', 'impos')]
ST18781114-V04-43-page6.txt: [('-', ''), ('-my', 'my'), ('hand.-', 'hand.')]
ST18781114-V04-43-page7.txt: [('build-', 'build'), ('-', ''), ('pub-', 'pub')]
ST18781114-V04-43-page8.txt: [('Sabbath-', 'Sabbath'), ('sanc-', 'sanc'), ('-the', 'the'), ('-', ''), ('-walk', 'walk'), ('-', ''), ('-', ''), ('-', ''), ('Ala-', 'Ala'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Lost-', 'Lost'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18781121-V04-44-page1.txt: [('distribu-', 'distribu'), ('faith-', 'faith'), ('false-', 'false'), ('de-', 'de'), ('-', '')]
ST18781121-V04-44-page2.txt: [('-', ''), ('cour-', 'cour'), ('-', ''), ('apoc-', 'apoc')]
ST18781121-V04-44-page3.txt: [('de-', 'de'), ('en-', 'en'), ('Sab-', 'Sab'), ('or-', 'or'), ('God-', 'God'), ('them-', 'them')]
ST18781121-V04-44-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('with-', 'with'), ('-', ''), ('fail-', 'fail'), ('-message', 'message'), ('-', ''), ('-or', 'or'), ('--', '-')]
ST18781121-V04-44-page5.txt: [('-L.', 'L.'), ('-', ''), ('-lately', 'lately'), ('-', ''), ('.-', '.')]
ST18781121-V04-44-page6.txt: [('stand-', 'stand'), ('fu-', 'fu')]
ST18781121-V04-44-page7.txt: [('---The', '--The'), ('--The', '-The'), ("val'-", "val'"), ('Rob-', 'Rob')]
ST18781121-V04-44-page8.txt: [('entertain-', 'entertain'), ('offi-', 'offi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-order', 'order'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('a-', 'a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Advent--', 'Advent-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Whieh', '-Whieh'), ('-', ''), ('-', ''), ('In-', 'In'), ('-', ''), ('bap-', 'bap'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18781128-V04-45-page1.txt: [('hadnoth-', 'hadnoth'), ('ap-', 'ap'), ('Ur-', 'Ur'), ('Pe-', 'Pe'), ('-be', 'be'), ('-Unscrupuous', 'Unscrupuous'), ('fath-', 'fath')]
ST18781128-V04-45-page2.txt: [('of--', 'of-'), ('sincere-', 'sincere'), ('Sunday-', 'Sunday'), ('plans-', 'plans')]
ST18781128-V04-45-page3.txt: [('men-', 'men'), ("been'de-", "been'de")]
ST18781128-V04-45-page4.txt: [('-', ''), ('-', ''), ('re-', 're')]
ST18781128-V04-45-page5.txt: [('-', '')]
ST18781128-V04-45-page6.txt: [('ad-', 'ad'), ('dis-', 'dis'), ('-', ''), ('-', ''), ('-Italian.', 'Italian.'), ('-', ''), ('-have', 'have'), ('Ages."-', 'Ages."')]
ST18781128-V04-45-page7.txt: [('-', ''), ('--Jewish', '-Jewish'), ('-', ''), ('-', ''), ('Shef-', 'Shef'), ('-basements', 'basements'), ('--Labor', '-Labor'), ('--The', '-The'), ('-', '')]
ST18781128-V04-45-page8.txt: [('su-', 'su'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('un-', 'un'), ('-', ''), ('-', ''), ('-', ''), ('-which', 'which'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ('Two-', 'Two'), ('--Origin', '-Origin'), ('Lost-', 'Lost'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18781205-V04-46-page1.txt: [('-hackregardr', 'hackregardr'), ('Ethi-', 'Ethi'), ('won-', 'won'), ('Christi-', 'Christi')]
ST18781205-V04-46-page2.txt: [('-', ''), ('-he', 'he'), ('por-', 'por'), ('na-', 'na')]
ST18781205-V04-46-page3.txt: [('---', '--'), ('"-', '"'), ('for-', 'for'), ('innu-', 'innu'), ('pub-', 'pub'), ('minister-', 'minister'), ('--a', '-a'), ('---in', '--in'), ('synony-', 'synony'), ('-the', 'the'), ('-he', 'he')]
ST18781205-V04-46-page4.txt: [('-', ''), ('ago--', 'ago-'), ('God.-', 'God.'), ('-', ''), ('collectedto-', 'collectedto'), ('-', ''), ('-', '')]
ST18781205-V04-46-page5.txt: [('-', '')]
ST18781205-V04-46-page6.txt: [('-', ''), ('now-', 'now'), ('mem-', 'mem'), ('-but', 'but'), ('morn-', 'morn'), ('pub-', 'pub')]
ST18781205-V04-46-page7.txt: [('--The', '-The'), ('-', ''), ('-', ''), ('-', ''), ('--It', '-It'), ('--While', '-While'), ('-faith', 'faith')]
ST18781205-V04-46-page8.txt: [('-', ''), ('Tem-', 'Tem'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('h-', 'h'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Examined-', 'Examined'), ('-The', 'The'), ("'Laws-", "'Laws"), ("-God's", "God's"), ('Lord-', 'Lord'), ('-', ''), ('Address-', 'Address'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Refer-', 'Refer'), ('Patter-', 'Patter'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Advent-', 'Advent'), ('-The', 'The'), ('-Spiritualism', 'Spiritualism'), ('Benevolence-', 'Benevolence'), ('--Origin', '-Origin'), ("-'The", "'The"), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18781212-V04-47-page1.txt: [('inten-', 'inten'), ('per-', 'per'), ('-', ''), ('-', '')]
ST18781212-V04-47-page2.txt: [('tena-', 'tena'), ('-', ''), ('athe-', 'athe'), ('explana-', 'explana'), ('-', ''), ('pro-', 'pro'), ('pub-', 'pub'), ('--', '-'), ('ex-', 'ex'), ('any-', 'any'), ('--', '-'), ('re-', 're'), ('Ptol-', 'Ptol'), ('-Ins', 'Ins')]
ST18781212-V04-47-page3.txt: [('ex-', 'ex'), ('-', ''), ('repub-', 'repub'), ('dis-', 'dis'), ('wonder-', 'wonder'), ('-', ''), ('Bre-', 'Bre')]
ST18781212-V04-47-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('glori-', 'glori')]
ST18781212-V04-47-page5.txt: [('re-', 're'), ('rea-', 'rea'), ('meet-', 'meet'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18781212-V04-47-page6.txt: [('-W-Owere', 'W-Owere'), ('-The', 'The'), ('-', ''), ('-', ''), ('Rabin-', 'Rabin'), ('en-', 'en')]
ST18781212-V04-47-page7.txt: [('dis-', 'dis'), ('-', ''), ('--The', '-The'), ('opera-', 'opera'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Anti-Christianity', '-Anti-Christianity')]
ST18781212-V04-47-page8.txt: [('in-', 'in'), ('during-', 'during'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cowic-', 'cowic'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('In-', 'In'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18781219-V04-48-page1.txt: [('ignor-', 'ignor'), ('while.-', 'while.'), ('Jerusa-', 'Jerusa'), ('-', ''), ('-', ''), ('-e', 'e'), ('preileh-', 'preileh'), ('sin-', 'sin')]
ST18781219-V04-48-page2.txt: [('care-', 'care'), ('--', '-')]
ST18781219-V04-48-page3.txt: [('Jes-', 'Jes'), ('mad-', 'mad'), ('dis-', 'dis'), ('Miser-', 'Miser'), ('ap-', 'ap'), ('In-', 'In'), ('pro-', 'pro'), ('pa-', 'pa'), ('-', '')]
ST18781219-V04-48-page4.txt: [('-c.', 'c.'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18781219-V04-48-page5.txt: [('sleep-', 'sleep'), ('-translation', 'translation'), ('-', ''), ('-', ''), ('lat-', 'lat')]
ST18781219-V04-48-page6.txt: [('-rock', 'rock'), ('--', '-'), ('-', '')]
ST18781219-V04-48-page7.txt: [('--Pittsburg', '-Pittsburg'), ('---In', '--In'), ('simultane-', 'simultane'), ('--The', '-The'), ('En-', 'En'), ('--It', '-It'), ('-as', 'as'), ('-ere', 'ere'), ('--The', '-The'), ('---A', '--A'), ('hy-', 'hy'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18781219-V04-48-page8.txt: [('Sab-', 'Sab'), ("-'", "'"), ('-', '')]
ST18781219-V04-48s-page1.txt: [('at-', 'at'), ('la-', 'la'), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
ST18781219-V04-48s-page2.txt: [('contribu-', 'contribu'), ('-', ''), ('of-', 'of'), ('dur-', 'dur'), ('burnt-', 'burnt'), ('recit-', 'recit'), ('contrib-', 'contrib'), ('sing-', 'sing'), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath')]
ST18790102-V05-01-page1.txt: [('-of', 'of')]
ST18790102-V05-01-page2.txt: [('-"', '"'), ('-"', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('--', '-'), ('-', ''), ('-Worker', 'Worker'), ('-which', 'which'), ('-', ''), ('-D.', 'D.')]
ST18790102-V05-01-page3.txt: [('---', '--'), ('Eviden-', 'Eviden'), ('-Worthy', 'Worthy'), ('-with', 'with'), ('quota-', 'quota')]
ST18790102-V05-01-page4.txt: [('-', ''), ('-', ''), ('stand-point--', 'stand-point-'), ('mem-', 'mem')]
ST18790102-V05-01-page5.txt: [('-that', 'that'), ('-', ''), ('-even', 'even'), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('judg-', 'judg'), ('En-', 'En')]
ST18790102-V05-01-page6.txt: [('--', '-'), ("-man's", "man's"), ('dis-', 'dis')]
ST18790102-V05-01-page7.txt: [('-packed', 'packed'), ('pro-', 'pro'), ('--There', '-There'), ('-', ''), ('attendedthe-', 'attendedthe')]
ST18790102-V05-01-page8.txt: [('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pre-', 'pre'), ('neces-', 'neces'), ('--A', '-A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-i.', 'i.'), ('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('No-', 'No'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790109-V05-02-page1.txt: [('-wondrous', 'wondrous'), ('ac-', 'ac'), ('dig-', 'dig')]
ST18790109-V05-02-page3.txt: [('--', '-'), ('--that', '-that'), ('por-', 'por'), ('--', '-'), ('mat-', 'mat'), ('sis-', 'sis'), ('-', '')]
ST18790109-V05-02-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790109-V05-02-page5.txt: [('Man-', 'Man'), ('-', ''), ('-', ''), ('unceremoni-', 'unceremoni'), ('afford-', 'afford')]
ST18790109-V05-02-page6.txt: [('Sabbath--', 'Sabbath-'), ('--', '-')]
ST18790109-V05-02-page7.txt: [('-', ''), ('-ton', 'ton'), ('-', ''), ('--If', '-If'), ('damag-', 'damag')]
ST18790109-V05-02-page8.txt: [('-', ''), ('an-', 'an'), ('sys-', 'sys'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Spiritualism', 'Spiritualism'), ('-Systematic', 'Systematic'), ('--The', '-The'), ('Examined-', 'Examined'), ('Lord-', 'Lord'), ('-', ''), ('-Is', 'Is'), ('--A', '-A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Address-', 'Address'), ('-', ''), ('-', '')]
ST18790116-V05-03-page1.txt: [('-TERMS', 'TERMS'), ('reputa-', 'reputa'), ('chan-', 'chan'), ('go-', 'go'), ('altogether-', 'altogether')]
ST18790116-V05-03-page2.txt: [('pres-', 'pres'), ('sur-', 'sur'), ('-were', 'were'), ('expec-', 'expec'), ('discon-', 'discon'), ('pleas-', 'pleas')]
ST18790116-V05-03-page3.txt: [('exhilarat-', 'exhilarat'), ('go-', 'go'), ('natu-', 'natu')]
ST18790116-V05-03-page4.txt: [('-', ''), ('-', ''), ('be-', 'be'), ('-', '')]
ST18790116-V05-03-page5.txt: [('-', ''), ('-any', 'any'), ('mat-', 'mat'), ('-Christian', 'Christian'), ('-all', 'all'), ('stimu-', 'stimu'), ('-', '')]
ST18790116-V05-03-page6.txt: [('-And', 'And'), ('-', '')]
ST18790116-V05-03-page7.txt: [('--Mr.', '-Mr.'), ('-', ''), ('--Michigan', '-Michigan'), ('per-', 'per'), ('-all', 'all'), ('-', '')]
ST18790116-V05-03-page8.txt: [('OAK-', 'OAK'), ('Smith-', 'Smith'), ('-', ''), ('--Systematic', '-Systematic'), ('--The', '-The'), ('-operation', 'operation'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('-', '')]
ST18790123-V05-04-page1.txt: [('-Sel.', 'Sel.'), ('-', ''), ('-', ''), ('-a', 'a'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-lest', 'lest')]
ST18790123-V05-04-page2.txt: [('THREE-', 'THREE'), ('-CoNCLUDED.', 'CoNCLUDED.'), ('tempta-', 'tempta'), ('-regard', 'regard'), ('char-', 'char'), ('-"Eden', '"Eden'), ('en-', 'en'), ('-that', 'that'), ('-surely', 'surely'), ('-happy', 'happy'), ('-', ''), ('Eden.--', 'Eden.-'), ('conse-', 'conse'), ('-society', 'society'), ('him-', 'him'), ('-self', 'self'), ('-binding', 'binding'), ('-punishment', 'punishment'), ('-thought', 'thought'), ('-wise', 'wise'), ('fol-', 'fol'), ('-', ''), ('-sessing', 'sessing'), ('-tained', 'tained'), ('--words', '-words'), ('hap-', 'hap'), ('-and', 'and'), ('re-', 're'), ('-enced', 'enced')]
ST18790123-V05-04-page3.txt: [('bestow--', 'bestow-'), ('-', ''), ('with-', 'with'), ('-', '')]
ST18790123-V05-04-page4.txt: [('-', ''), ('Afghan-', 'Afghan'), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex'), ('an-', 'an'), ('An-', 'An')]
ST18790123-V05-04-page5.txt: [('opera-', 'opera'), ('-', ''), ('-', ''), ('-this', 'this'), ('-own', 'own'), ('-meet', 'meet'), ('-with', 'with'), ('-other', 'other'), ('-with', 'with'), ('-', ''), ('pro-', 'pro'), ('serv-', 'serv'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('of-', 'of'), ('an-', 'an'), ('-with', 'with'), ('-', ''), ('-', ''), ('Script-', 'Script')]
ST18790123-V05-04-page6.txt: [('-to', 'to'), ('re-', 're'), ('be-', 'be'), ('Christian-', 'Christian')]
ST18790123-V05-04-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-would', 'would'), ('-', ''), ('New-', 'New'), ('-in', 'in'), ('-', ''), ('-', ''), ("loca'-", "loca'"), ('-preaching', 'preaching'), ('-', ''), ('-placed', 'placed'), ('com-', 'com'), ('vic-', 'vic')]
ST18790123-V05-04-page8.txt: [('-Services', 'Services'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-z', 'z'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Spiritualism', 'Spiritualism'), ('--Systematic', '-Systematic'), ('-The', 'The'), ('Testament-', 'Testament'), ('Examined-', 'Examined'), ('Immortality-', 'Immortality'), ('-', ''), ('--A', '-A'), ('-', ''), ('-', ''), ('I-', 'I'), ('.-', '.'), ('-', ''), ('r--', 'r-'), ('r.-', 'r.'), ('-', ''), ('-', ''), ('-', ''), ('r-', 'r'), ('-', ''), ('--', '-'), ('-co', 'co'), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('e-', 'e'), ('-co', 'co'), ('-c', 'c'), ('T-', 'T'), ('-.', '.'), ('-', ''), ('i--', 'i-'), ('prp-', 'prp'), ('--', '-'), ('I.-', 'I.'), ('-', ''), ('--', '-'), ('-', ''), ('P-', 'P'), ('I-', 'I'), ('--', '-'), ('--woovN.Doi--', '-woovN.Doi--'), ('--', '-'), ('--', '-'), ('p-', 'p'), ('-', ''), ('ri--', 'ri-'), ('-', ''), ('Address-', 'Address')]
ST18790130-V05-05-page1.txt: [('exceptions-', 'exceptions'), ('-in', 'in')]
ST18790130-V05-05-page2.txt: [('es-', 'es'), ('Af-', 'Af'), ('peo-', 'peo'), ('-to', 'to'), ('look-', 'look'), ('sac-', 'sac'), ('-appear', 'appear'), ('-', ''), ('be-', 'be'), ('con-', 'con'), ('in-', 'in'), ('insepara-', 'insepara')]
ST18790130-V05-05-page4.txt: [('-', ''), ('-', ''), ('thor-', 'thor'), ('there-', 'there'), ('ques-', 'ques'), ('Sunday-', 'Sunday')]
ST18790130-V05-05-page5.txt: [('Sunday-', 'Sunday'), ('institu-', 'institu'), ('-', ''), ('-', ''), ('it-', 'it'), ('re-', 're'), ('-', ''), ('-', ''), ('Un-', 'Un'), ('-circumcision', 'circumcision'), ('-time', 'time'), ('-Jesus', 'Jesus'), ('-', ''), ('-Make', 'Make'), ('-', '')]
ST18790130-V05-05-page6.txt: [('own-', 'own'), ('Gor-', 'Gor'), ('sensi-', 'sensi'), ('recu--', 'recu-')]
ST18790130-V05-05-page7.txt: [('-E', 'E'), ('-Mayor', 'Mayor'), ('--The', '-The'), ('-We', 'We'), ('-', ''), ('under-', 'under'), ('----', '---'), ('-Good', 'Good'), ('Gentle-', 'Gentle'), ('-', ''), ('-feel', 'feel'), ('--', '-'), ('--Mr.', '-Mr.'), ('-There', 'There'), ('re-', 're')]
ST18790130-V05-05-page8.txt: [('Nor.--', 'Nor.-'), ('--Services', '-Services'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cts-', 'cts'), ('-never', 'never'), ('-Giles', 'Giles'), ('un-', 'un'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('His--', 'His-'), ('-', ''), ('estab-', 'estab'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Testament-', 'Testament'), ('Examined-', 'Examined'), ('Lord-', 'Lord'), ('-', ''), ('-Is', 'Is'), ('--A', '-A'), ('-', ''), ('Address-', 'Address'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('-', ''), ('-', ''), ('Abed--', 'Abed-'), ('-Spiritualism', 'Spiritualism'), ('-Systematic', 'Systematic'), ('the-', 'the'), ('Little-', 'Little'), ('--The', '-The')]
ST18790206-V05-06-page1.txt: [('-', ''), ('-TERMS', 'TERMS'), ('-to', 'to'), ('-talk', 'talk'), ('-this', 'this'), ('-', ''), ('-', ''), ('-is', 'is'), ('"-', '"'), ('-', '')]
ST18790206-V05-06-page2.txt: [('-They', 'They'), ('re-', 're'), ('obe-', 'obe'), ('pro-', 'pro'), ('-', ''), ('prac-', 'prac'), ('de-', 'de'), ('butsud-', 'butsud'), ('-', ''), ('-', ''), ('and-', 'and'), ('-', ''), ('-the', 'the'), ('-benefit', 'benefit'), ('man.--', 'man.-'), ('-given', 'given'), ('-', ''), ('-to', 'to'), ('-reject', 'reject'), ('be-', 'be'), ('-', ''), ('Cher-', 'Cher'), ('of-', 'of'), ('de-', 'de'), ('-', ''), ('-Cain', 'Cain'), ('-in', 'in'), ('trans-', 'trans'), ('--', '-'), ('-', ''), ('-IS', 'IS')]
ST18790206-V05-06-page3.txt: [('-', ''), ('--', '-'), ('-can', 'can'), ("and'Stand'-", "and'Stand'"), ('"-', '"'), ('-Ving', 'Ving'), ('-there', 'there'), ('trans-', 'trans'), ('physi-', 'physi'), ("-the'", "the'"), ('-They', 'They'), ('-that', 'that'), ('-', ''), ('ma-', 'ma'), ('-real', 'real'), ('-foes', 'foes'), ("-God's", "God's"), ('-urge', 'urge'), ('-readiness', 'readiness'), ('itshould-', 'itshould'), ("-ANNIITILTION'", "ANNIITILTION'"), ('-convinced', 'convinced'), ('-will', 'will'), ('-', ''), ('-', ''), ('-let', 'let')]
ST18790206-V05-06-page4.txt: [('-', ''), ('-', ''), ('-occurrence.', 'occurrence.'), ('-', ''), ('-', ''), ('obliga-', 'obliga'), ('-', ''), ('-covenant', 'covenant'), ('re-', 're')]
ST18790206-V05-06-page5.txt: [('-', ''), ('-', ''), ('medi-', 'medi'), ('-', ''), ('-', ''), ('-am', 'am'), ('-"', '"'), ('-', ''), ('anti-', 'anti'), ('-thy', 'thy')]
ST18790206-V05-06-page6.txt: [('twenty-', 'twenty'), ('-customers', 'customers'), ('the-', 'the'), ('wor--', 'wor-'), ('-ished', 'ished'), ('-to', 'to'), ('four-', 'four'), ('interest-', 'interest')]
ST18790206-V05-06-page7.txt: [('re-', 're'), ('con-', 'con'), ('-', ''), ('-', ''), ('Catholi-', 'Catholi'), ('Cleve--', 'Cleve-'), ('-', ''), ('--A.', '-A.'), ('-L-Sunday', 'L-Sunday'), ('-', ''), ('-Geo.', 'Geo.'), ('-their', 'their'), ('places.-', 'places.'), ('---Rev.-Calvin', '--Rev.-Calvin'), ('-L-The', 'L-The'), ('-within', 'within'), ('-', ''), ('-We', 'We'), ('en-', 'en'), ('-', ''), ('de-', 'de'), ('care-', 'care'), ('-vestigation', 'vestigation'), ('in-', 'in'), ('-gentle-', 'gentle-'), ('"dona-', '"dona'), ('-teeth', 'teeth'), ('at-', 'at'), ('-seven', 'seven'), ('obtain-', 'obtain'), ('-Women', 'Women'), ('-Essay', 'Essay'), ('with-', 'with'), ('sick-', 'sick'), ('-National', 'National'), ('--A', '-A')]
ST18790206-V05-06-page8.txt: [('"Chris-', '"Chris'), ('White-', 'White'), ('G.-', 'G.'), ('-a', 'a'), ('-seem', 'seem'), ('-', ''), ('-', ''), ('Dicken-', 'Dicken'), ('Millen-', 'Millen'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-T', 'T'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Frost', 'Frost'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('The-', 'The'), ('--Systematic', '-Systematic'), ('Testament--', 'Testament-'), ('-', ''), ('Revised-', 'Revised'), ("God's-", "God's"), ('Immortality--', 'Immortality-'), ('--A', '-A'), ('-', ''), ('report-', 'report'), ('Fran-', 'Fran'), ('Prayer-', 'Prayer'), ('-', ''), ('Miracles-', 'Miracles'), ('-', ''), ('-', ''), ('-', ''), ('ctS-', 'ctS'), ('eta-', 'eta'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('eta-', 'eta'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790213-V05-07-page1.txt: [('-TERMS', 'TERMS'), ('woes-', 'woes'), ('-the', 'the'), ('-Henry', 'Henry'), ('God."-', 'God."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('---at', '--at'), ('-', ''), ('-', ''), ('-', '')]
ST18790213-V05-07-page2.txt: [('excite-', 'excite'), ('rela-', 'rela')]
ST18790213-V05-07-page3.txt: [('-', '')]
ST18790213-V05-07-page4.txt: [('cove-', 'cove'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('under-', 'under'), ('command-', 'command'), ('-', ''), ('cove-', 'cove'), ('South-', 'South'), ('pros-', 'pros')]
ST18790213-V05-07-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST18790213-V05-07-page6.txt: [('ap-', 'ap'), ('-', ''), ('curly-', 'curly'), ('truth.-', 'truth.'), ('-', ''), ('de--', 'de-'), ('Christ."-----', 'Christ."----'), ('-', '')]
ST18790213-V05-07-page7.txt: [('-read', 'read'), ('-', ''), ('--In', '-In'), ('-The', 'The'), ('-to', 'to'), ('--LSerisationalism', '-LSerisationalism'), ('-Pope', 'Pope'), ('peace-', 'peace'), ('Cop-', 'Cop'), ('the-', 'the'), ('North-western-', 'North-western'), ('-November', 'November'), ('re-', 're'), ('Ligo-', 'Ligo'), ('-are', 'are'), ('-A', 'A'), ('-they', 'they'), ('asmtounpre-', 'asmtounpre'), ("-'", "'"), ('-', ''), ('-', ''), ('argu-', 'argu'), ('-some', 'some')]
ST18790213-V05-07-page8.txt: [('af-', 'af'), ('sug-', 'sug'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-r', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('James-', 'James'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('DIPHTHERIA-', 'DIPHTHERIA'), ('-x', 'x'), ('cheer-', 'cheer'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ma-', 'Ma'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Town-', 'Town'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Systematic', '-Systematic'), ('Testament--', 'Testament-'), ('--A', '-A'), ('-', '')]
ST18790220-V05-08-page1.txt: [('-"For', '"For'), ('The-', 'The'), ('-', ''), ('--', '-'), ('--', '-'), ('-the', 'the'), ('-they', 'they'), ('-ns', 'ns'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-the', 'the'), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('-"', '"')]
ST18790220-V05-08-page2.txt: [('-', '')]
ST18790220-V05-08-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ANTI-', 'ANTI'), ('-', ''), ('confederacy-', 'confederacy'), ('-the', 'the'), ('millennium.-', 'millennium.')]
ST18790220-V05-08-page4.txt: [('-', ''), ('-', ''), ('resur-', 'resur')]
ST18790220-V05-08-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('Notwithstand-', 'Notwithstand')]
ST18790220-V05-08-page6.txt: [('-', ''), ('Advent-', 'Advent'), ('---', '--')]
ST18790220-V05-08-page7.txt: [('-"', '"'), ("-'", "'"), ('-', ''), ('-following', 'following'), ("'liga-", "'liga"), ('be-', 'be'), ('-', '')]
ST18790220-V05-08-page8.txt: [('-', ''), ('-', ''), ('splen-', 'splen'), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ad-', 'Ad'), ('Candid-', 'Candid'), ('Chariots-', 'Chariots'), ('--Is', '-Is'), ('-A', 'A'), ('Dia-', 'Dia'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-so', 'so'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Systematic', '-Systematic'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790227-V05-09-page1.txt: [('-H.', 'H.'), ('--', '-'), ('-', ''), ('re-', 're'), ('-', ''), ('--', '-'), ('-that', 'that'), ('-', ''), ('-the', 'the'), ('-"', '"'), ('--', '-'), ('-', ''), ('-', ''), ('in-', 'in')]
ST18790227-V05-09-page2.txt: [('body."-', 'body."'), ('-', ''), ('-Bible', 'Bible'), ('de-', 'de'), ('-', ''), ('blas-', 'blas'), ('be-', 'be'), ('-', ''), ('la-', 'la'), ('al-', 'al')]
ST18790227-V05-09-page3.txt: [('re-', 're'), ('ap-', 'ap'), ('lit-', 'lit')]
ST18790227-V05-09-page4.txt: [('dis-', 'dis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--"', '-"'), ('Russia.-', 'Russia.'), ('-', ''), ('pri-', 'pri'), ('-', ''), ('inti-', 'inti'), ('-magazines', 'magazines'), ('-', '')]
ST18790227-V05-09-page5.txt: [('-has', 'has'), ('fa-', 'fa'), ('intro-', 'intro'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cove-', 'cove'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('three-', 'three'), ('-and-that', 'and-that'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-example', 'example'), ("'Script-", "'Script")]
ST18790227-V05-09-page6.txt: [('-nte', 'nte'), ('accus-', 'accus'), ('-', ''), ('blos-', 'blos'), ('us.-', 'us.'), ('mul-', 'mul'), ('west-', 'west'), ('-', '')]
ST18790227-V05-09-page7.txt: [('-bowels', 'bowels'), ('-', ''), ('-lawyers', 'lawyers'), ('-', ''), ('-', ''), ('-', ''), ('sends-', 'sends'), ('-the', 'the'), ('-', ''), ('-', ''), ('-tell', 'tell'), ('--The', '-The'), ('-ton', 'ton'), ('defraud-', 'defraud'), ('-', ''), ('-had', 'had'), ('-', ''), ('China-', 'China')]
ST18790227-V05-09-page8.txt: [('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('Tem-', 'Tem'), ('superintend-', 'superintend'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Candid-', 'Candid'), ('-A', 'A'), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('Sab-', 'Sab'), ('Seventh-', 'Seventh'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-i', 'i'), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790306-V05-10-page1.txt: [('Con-', 'Con'), ('-TERMS', 'TERMS'), ('ren-', 'ren'), ('-Cyclopedia', 'Cyclopedia'), ('---', '--'), ('ety-', 'ety'), ('--mere', '-mere'), ('-disembodied', 'disembodied'), ('--sheol', '-sheol')]
ST18790306-V05-10-page2.txt: [('-', ''), ('-"', '"'), ('-', ''), ('-their', 'their'), ('-them', 'them')]
ST18790306-V05-10-page3.txt: [('--', '-'), ('ques-', 'ques'), ('-', ''), ('-', ''), ('--Nevins.', '-Nevins.')]
ST18790306-V05-10-page4.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('atten-', 'atten'), ('mourn-', 'mourn'), ('--', '-'), ('ap-', 'ap'), ('bless-', 'bless'), ('-', '')]
ST18790306-V05-10-page5.txt: [('any-', 'any'), ('form-', 'form'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790306-V05-10-page6.txt: [('-and', 'and'), ('-flatterers', 'flatterers'), ('-', ''), ('addi-', 'addi')]
ST18790306-V05-10-page7.txt: [('peo-', 'peo'), ('--.It', '-.It'), ('pat-', 'pat'), ('-to', 'to'), ('--Five', '-Five'), ('sutcess-', 'sutcess')]
ST18790306-V05-10-page8.txt: [('tend-', 'tend'), ('Sab-', 'Sab'), ('Ex-', 'Ex'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-street', 'street'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('By-', 'By'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Seventh-', 'Seventh'), ('instru-', 'instru'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Tur-', 'Tur'), ('--Systematic', '-Systematic'), ('--The', '-The'), ('Candid-', 'Candid'), ('Fate-', 'Fate'), ('-Can', 'Can'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Scrib-', 'Scrib'), ('-', ''), ('pop-', 'pop'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790313-V05-11-page1.txt: [('-TERMS', 'TERMS'), ('-to', 'to'), ('-', ''), ('.-', '.'), ('-', ''), ('---"', '--"'), ('-however', 'however'), ('-', ''), ('-is', 'is'), ('Corrupthen--', 'Corrupthen-'), ('-', ''), ('-underhis', 'underhis'), ('-in', 'in'), ('-that', 'that'), ('-', ''), ('-or', 'or'), ('de-', 'de')]
ST18790313-V05-11-page2.txt: [('-', ''), ('--', '-'), ('-', ''), ('command-', 'command'), ('inhab-', 'inhab'), ('-', ''), ('-Lord', 'Lord'), ('ele-', 'ele'), ('-', ''), ('-', ''), ('-G.', 'G.')]
ST18790313-V05-11-page3.txt: [('-The', 'The'), ('obli-', 'obli'), ('an-', 'an'), ('con-', 'con'), ('worship-', 'worship'), ('pre-', 'pre'), ('spec-', 'spec'), ('-', ''), ('-', ''), ('supremely.-', 'supremely.')]
ST18790313-V05-11-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-each', 'each'), ('-separated', 'separated'), ('prom-', 'prom'), ('Script-', 'Script'), ('--the', '-the'), ('-set', 'set'), ('-', ''), ('coin-', 'coin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('e-', 'e'), ('-ast', 'ast'), ('-', ''), ('-"he', '"he'), ('-', ''), ('-', ''), ('-they', 'they'), ('impor-', 'impor')]
ST18790313-V05-11-page5.txt: [('OF-', 'OF'), ('-', ''), ('mistake-', 'mistake'), ('for-', 'for'), ('con-', 'con'), ('-', ''), ('from-', 'from'), ('-is', 'is'), ('impos-', 'impos'), ('"-', '"'), ('-it', 'it'), ('CREATOR.-', 'CREATOR.'), ('-', ''), ('-as', 'as'), ('-Our', 'Our'), ('kuriaka.-', 'kuriaka.'), ('-ever', 'ever'), ('-looks', 'looks')]
ST18790313-V05-11-page6.txt: [('--', '-'), ('-t', 't'), ('con-', 'con')]
ST18790313-V05-11-page7.txt: [('ex-', 'ex'), ('-Turks', 'Turks'), ('--But', '-But'), ('-so', 'so'), ('-', ''), ('un-', 'un'), ('-ism', 'ism'), ('posi-', 'posi'), ('-March', 'March'), ('young-', 'young')]
ST18790313-V05-11-page8.txt: [('By-', 'By'), ('meet-', 'meet'), ('provi-', 'provi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-penman', 'penman'), ('-so', 'so'), ('-R', 'R'), ('-', ''), ('-x', 'x'), ('-so', 'so'), ('-so', 'so'), ('-so', 'so'), ('-', ''), ('-so', 'so'), ('-', ''), ('-', ''), ('-is', 'is'), ('-so', 'so'), ('-so', 'so'), ('-', ''), ('-so', 'so'), ('-so', 'so'), ('-', ''), ('-so', 'so'), ('-so', 'so'), ('-so', 'so'), ('-so', 'so'), ('stand-', 'stand'), ('-so', 'so'), ('-', ''), ('-', ''), ('-i', 'i'), ('-so', 'so'), ('-', ''), ('-so', 'so'), ('-so', 'so'), ('-', ''), ('-so', 'so'), ('-so', 'so'), ('-', ''), ('-', ''), ('-so', 'so'), ('-so', 'so'), ('-', ''), ('-so.', 'so.'), ('-', ''), ('-so', 'so'), ('-', ''), ('-so', 'so'), ('-so', 'so'), ('-so', 'so'), ('-so', 'so'), ('-so', 'so'), ('-so', 'so'), ('-so', 'so'), ('-so', 'so'), ('-', ''), ('-so', 'so'), ('-', ''), ('-x', 'x'), ('-', ''), ('-', ''), ('-so', 'so'), ('-so', 'so'), ('-so', 'so'), ('-', ''), ('-so', 'so'), ('-so.', 'so.'), ('-', ''), ('-so', 'so'), ('-so', 'so'), ('-so.', 'so.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-x', 'x'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-so', 'so'), ('-', ''), ('-', ''), ('-', ''), ('Ski-', 'Ski'), ('-', ''), ('-', ''), ('-so', 'so'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cop-', 'cop'), ('-', ''), ('ences-', 'ences'), ('-', ''), ('-', ''), ('-', ''), ('camp-meet-', 'camp-meet'), ('-so', 'so'), ('-so', 'so'), ('-so', 'so'), ('-', ''), ('-so', 'so'), ('-so', 'so'), ('-', ''), ('-so', 'so'), ('-so', 'so'), ('-', ''), ('-', ''), ('-so', 'so'), ('-so', 'so'), ("-so.'", "so.'"), ('-So', 'So'), ('Examined-', 'Examined'), ('-Spirit', 'Spirit'), ('-The', 'The'), ('Candid-', 'Candid'), ('Chariots-', 'Chariots'), ('-', ''), ('-Present', 'Present'), ('Question-', 'Question'), ('Sabbaton-', 'Sabbaton'), ('Refer-', 'Refer'), ('-', ''), ('-', '')]
ST18790320-V05-12-page1.txt: [('-TERICF', 'TERICF'), ('-', ''), ('-appeared', 'appeared'), ('patri-', 'patri'), ('-this', 'this'), ('-', ''), ('-', ''), ('-Christ', 'Christ'), ('-out', 'out'), ('-', ''), ('-', '')]
ST18790320-V05-12-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-by', 'by')]
ST18790320-V05-12-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Was', 'Was'), ('-Made', 'Made'), ('--Christ', '-Christ'), ('-He', 'He'), ('-Is', 'Is'), ('-Is', 'Is'), ('-Is', 'Is'), ('-The', 'The'), ('-Was', 'Was'), ('-Is', 'Is'), ('-Was', 'Was'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Is', 'Is'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Is', 'Is'), ('-Is', 'Is'), ('-Is', 'Is'), ('-Is', 'Is'), ('--Contains', '-Contains'), ('-"Stcod', '"Stcod'), ('-Was', 'Was'), ('-Was', 'Was'), ('-Was', 'Was'), ('-Was', 'Was'), ('-Jesus', 'Jesus'), ('-He', 'He'), ('-Is', 'Is'), ('-Is', 'Is'), ('-', ''), ('-Must', 'Must'), ('-', ''), ('-Is', 'Is'), ('-', ''), ('-Existed', 'Existed'), ('-Was', 'Was'), ('-Was', 'Was'), ('-Was', 'Was'), ('-Relates', 'Relates'), ('-Is', 'Is'), ('--Was', '-Was'), ('-Spoken', 'Spoken'), ('-', ''), ('-Was', 'Was'), ('--Was', '-Was'), ('-Was', 'Was'), ('-Was', 'Was'), ('-Was', 'Was'), ('--', '-'), ('-Was', 'Was'), ('-Was', 'Was'), ('-Was', 'Was'), ('-Was', 'Was'), ('-Was', 'Was'), ('-Will', 'Will'), ('---', '--')]
ST18790320-V05-12-page4.txt: [('land-', 'land'), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('re-', 're'), ('-we', 'we')]
ST18790320-V05-12-page5.txt: [('inter-', 'inter'), ('-', ''), ('-', ''), ('-', '')]
ST18790320-V05-12-page6.txt: [('mother--', 'mother-')]
ST18790320-V05-12-page7.txt: [('-A', 'A'), ('but-', 'but'), ('--The', '-The'), ('dis-', 'dis'), ('Tab-', 'Tab')]
ST18790320-V05-12-page8.txt: [('By-', 'By'), ('-', ''), ('-the', 'the'), ('-but', 'but'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('En-', 'En'), ('-', ''), ('-', ''), ('-', ''), ('-sr', 'sr'), ('-u', 'u'), ('-u', 'u'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-u', 'u'), ('-', ''), ('-', ''), ('-', ''), ('Suf-', 'Suf'), ('--A', '-A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-u', 'u'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-r', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-u', 'u'), ('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ii', 'ii'), ('-r', 'r'), ('-', ''), ('-', ''), ('--Systematic', '-Systematic'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790327-V05-13-page1.txt: [('-', ''), ("immortal'-", "immortal'"), ('-', ''), ('-', ''), ('-Set.', 'Set.'), ('-reward', 'reward'), ('con-', 'con'), ('-TERM', 'TERM'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('dis-', 'dis')]
ST18790327-V05-13-page2.txt: [('-on', 'on'), ('-souls', 'souls'), ('inter-', 'inter'), ('-very', 'very'), ('-their', 'their'), ('-.cried', '.cried'), ('-we', 'we'), ('fel-', 'fel'), ('-Notice', 'Notice'), ('-what', 'what'), ('-was', 'was'), ('-where', 'where'), ('-James', 'James'), ('pas-', 'pas'), ('-the', 'the'), ('com-', 'com'), ('en-', 'en')]
ST18790327-V05-13-page3.txt: [('-substantive', 'substantive'), ('sig.--', 'sig.-')]
ST18790327-V05-13-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('ques-', 'ques'), ('Domin-', 'Domin'), ('-', ''), ('Domin-', 'Domin'), ('Chris-', 'Chris'), ('-would', 'would'), ('cen-', 'cen'), ('per-', 'per')]
ST18790327-V05-13-page6.txt: [('abom-', 'abom'), ('responsibili-', 'responsibili'), ('-teachings', 'teachings'), ('-it', 'it')]
ST18790327-V05-13-page7.txt: [('-', ''), ('o-', 'o'), ('coun-', 'coun'), ('Sen-', 'Sen'), ('Liver-', 'Liver'), ('-', ''), ('-', ''), ('-', '')]
ST18790327-V05-13-page8.txt: [('Cali-', 'Cali'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-x', 'x'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('Beek-', 'Beek'), ('Candid-', 'Candid'), ('--A', '-A'), ('-', ''), ('By-', 'By'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-u', 'u'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('AMERI-', 'AMERI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790403-V05-14-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-continues', 'continues'), ('---', '--'), ('innu-', 'innu'), ('-', '')]
ST18790403-V05-14-page2.txt: [('-', ''), ('earth.-', 'earth.'), ('-od', 'od'), ('infalli-', 'infalli'), ('Chris-', 'Chris'), ('-minds', 'minds'), ('semi-', 'semi')]
ST18790403-V05-14-page3.txt: [('-APRIL', 'APRIL'), ('-so', 'so'), ('-', ''), ('-', ''), ('genera-', 'genera'), ('-From', 'From')]
ST18790403-V05-14-page4.txt: [('Con-', 'Con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('him-', 'him')]
ST18790403-V05-14-page5.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('notwithstand-', 'notwithstand'), ('-', ''), ('-', ''), ('-', '')]
ST18790403-V05-14-page6.txt: [('P--', 'P-'), ('-', ''), ('-', ''), ('-a', 'a'), ('mother--', 'mother-'), ('-crown', 'crown'), ('respond-', 'respond')]
ST18790403-V05-14-page7.txt: [('-enormous', 'enormous'), ('new-', 'new'), ('-', ''), ('ta-', 'ta'), ('Ex-', 'Ex'), ('-', ''), ('refresh-', 'refresh'), ('--that', '-that'), ('-', '')]
ST18790403-V05-14-page8.txt: [('-letter', 'letter'), ('vary-', 'vary'), ('-hrist', 'hrist'), ('-', ''), ('Seventh-', 'Seventh'), ('be-', 'be'), ('Jour-', 'Jour'), ('-', ''), ('Tem-', 'Tem'), ('-', ''), ('in-', 'in'), ('Kal-', 'Kal'), ('fur-', 'fur'), ('-', ''), ('-x', 'x'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Present', 'Present'), ('-Spiritualism', 'Spiritualism'), ('-Systeinatic', 'Systeinatic'), ('-The', 'The'), ('Examined-', 'Examined'), ('-Spirit', 'Spirit'), ('Prophecy-', 'Prophecy'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-oo', 'oo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Immortality-', 'Immortality'), ('Candid-', 'Candid'), ('I-', 'I'), ('--', '-'), ('-Is', 'Is'), ('--A', '-A'), ('-', ''), ('Address-', 'Address'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-r', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790410-V05-15-page1.txt: [('remain.-', 'remain.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ot', 'ot'), ('-', ''), ('PER-', 'PER'), ('-', ''), ('misun-', 'misun')]
ST18790410-V05-15-page2.txt: [('-Webster.', 'Webster.'), ('grave.-', 'grave.'), ('con-', 'con'), ('offspring.-', 'offspring.'), ('-', '')]
ST18790410-V05-15-page3.txt: [('F.--', 'F.-'), ('-But', 'But'), ('-', ''), ('-Why', 'Why'), ('P.-', 'P.'), ('-Most', 'Most'), ('-', ''), ('in-', 'in'), ('ex-', 'ex'), ('den-', 'den'), ('question.--Acact-', 'question.--Acact')]
ST18790410-V05-15-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('es-', 'es'), ('six-', 'six'), ('sug-', 'sug')]
ST18790410-V05-15-page5.txt: [('-', ''), ('persecu-', 'persecu')]
ST18790410-V05-15-page6.txt: [('-now', 'now'), ('---', '--'), ('will-', 'will'), ('fa-', 'fa')]
ST18790410-V05-15-page7.txt: [('a-', 'a'), ('-had', 'had'), ('-', ''), ('cop-', 'cop'), ('-', ''), ('-Ca', 'Ca'), ('Chris-', 'Chris')]
ST18790410-V05-15-page8.txt: [('unam-', 'unam'), ('de-', 'de'), ('.Prayer-', '.Prayer'), ('Sab-', 'Sab'), ('concern-', 'concern'), ('ap-', 'ap'), ('reliev-', 'reliev'), ('cheer-', 'cheer'), ('Califor-', 'Califor'), ('Testament--', 'Testament-'), ('--A', '-A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('eve-', 'eve'), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790417-V05-16-page1.txt: [('Con-', 'Con'), ('--No.', '-No.'), ('fa-', 'fa'), ('-be', 'be'), ('-point', 'point'), ('-', ''), ('-', ''), ('-', ''), ('-is', 'is'), ('-', ''), ('-', ''), ('-', ''), ('for-', 'for'), ('-', ''), ('-', '')]
ST18790417-V05-16-page2.txt: [('begin-', 'begin'), ('fascina-', 'fascina')]
ST18790417-V05-16-page3.txt: [('preach-', 'preach'), ('gath-', 'gath')]
ST18790417-V05-16-page4.txt: [('word.-', 'word.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ap-', 'ap'), ('op-', 'op'), ('rea-', 'rea'), ('-', '')]
ST18790417-V05-16-page5.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('lan-', 'lan'), ('time."--', 'time."-'), ('calen-', 'calen'), ('-', ''), ('-', ''), ('-', '')]
ST18790417-V05-16-page6.txt: [('-work', 'work'), ('-', ''), ('--"', '-"')]
ST18790417-V05-16-page7.txt: [('-', ''), ('Ne-', 'Ne'), ('Govern-', 'Govern'), ('-yes', 'yes')]
ST18790417-V05-16-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('fellow-', 'fellow'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ap-', 'ap'), ('assertions-', 'assertions'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-who', 'who'), ('-Spiritualism', 'Spiritualism'), ('--Systematic', '-Systematic'), ('-The', 'The'), ('Examined-', 'Examined'), ('-The', 'The'), ('Lord-', 'Lord'), ('-', ''), ('--A', '-A'), ('-', ''), ('Address-', 'Address'), ('Tem-', 'Tem'), ('-u', 'u'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790424-V05-17-page1.txt: [('be-', 'be'), ('-TERMS', 'TERMS')]
ST18790424-V05-17-page2.txt: [('--', '-'), ('ta-', 'ta'), ('-church', 'church'), ('-', '')]
ST18790424-V05-17-page3.txt: [('--that', '-that'), ('-did', 'did'), ('-', ''), ('-', ''), ('this--', 'this-')]
ST18790424-V05-17-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('New-', 'New')]
ST18790424-V05-17-page5.txt: [('Anglo-', 'Anglo'), ('-', ''), ('--', '-'), ('read-', 'read')]
ST18790424-V05-17-page6.txt: [('-', ''), ('-what', 'what'), ('-where', 'where'), ('-', ''), ('ponder-', 'ponder'), ('re-', 're')]
ST18790424-V05-17-page7.txt: [('surround-', 'surround'), ('-', ''), ('recov-', 'recov')]
ST18790424-V05-17-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-x', 'x'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-x', 'x'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-x', 'x'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-u', 'u'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-x', 'x'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Spiritualism', 'Spiritualism'), ('--Systematic', '-Systematic'), ('-State', 'State'), ('-The', 'The'), ('Examined-', 'Examined'), ('Prophecy-', 'Prophecy'), ('-One', 'One'), ('-The', 'The'), ('Lord--', 'Lord-'), ('-', ''), ('-Is', 'Is'), ('--A', '-A'), ('Christian-', 'Christian'), ('-', ''), ('I-', 'I'), ('I-', 'I'), ('I-', 'I'), ('I--', 'I-'), ('I-', 'I'), ('I--', 'I-'), ('--', '-'), ('-', ''), ('-CO-CO', 'CO-CO'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('I--', 'I-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790501-V05-18-page1.txt: [('-', ''), ('-', '')]
ST18790501-V05-18-page2.txt: [('-', ''), ('self-', 'self'), ('-which', 'which')]
ST18790501-V05-18-page3.txt: [('-average', 'average'), ('--a', '-a'), ('re-', 're')]
ST18790501-V05-18-page4.txt: [('-', ''), ('-', ''), ('-in', 'in'), ('posi-', 'posi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-of', 'of'), ('-', ''), ("-'", "'"), ("'-", "'"), ("-'", "'"), ('ob-', 'ob'), ('-is', 'is'), ('-', ''), ('-"', '"')]
ST18790501-V05-18-page5.txt: [('-', ''), ('-', ''), ('-four', 'four'), ('-', '')]
ST18790501-V05-18-page6.txt: [('-what', 'what'), ('-and', 'and')]
ST18790501-V05-18-page7.txt: [('-', ''), ('day-', 'day'), ('-', ''), ('--Bishop', '-Bishop'), ('Confer-', 'Confer'), ('con-', 'con'), ('pro-', 'pro')]
ST18790501-V05-18-page8.txt: [('sys-', 'sys'), ('con-', 'con'), ('dec-', 'dec'), ('-', ''), ('promi-', 'promi'), ('Superintend-', 'Superintend'), ('-', ''), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('Examined-', 'Examined'), ('Prophecy-', 'Prophecy'), ('-The', 'The'), ('Lord-', 'Lord'), ('--', '-'), ('-Is', 'Is'), ('--A', '-A'), ('-', ''), ('Address--', 'Address-'), ('Tem-', 'Tem'), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the'), ('concern.-', 'concern.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-oo', 'oo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Spiritualism', 'Spiritualism'), ('--Systematic', '-Systematic'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', '')]
ST18790508-V05-19-page1.txt: [('-', ''), ('-TERMS', 'TERMS'), ('-makes', 'makes'), ('-', ''), ('-', ''), ('-be', 'be'), ('-', ''), ('mu-', 'mu'), ('be-', 'be')]
ST18790508-V05-19-page2.txt: [('upright-', 'upright'), ('stupen-', 'stupen'), ('-', ''), ('re-', 're'), ('asso-', 'asso'), ('Gen-', 'Gen')]
ST18790508-V05-19-page3.txt: [('-.vould', '.vould'), ('ban-', 'ban')]
ST18790508-V05-19-page4.txt: [('hue."-', 'hue."'), ('-', ''), ('-', ''), ('RE-', 'RE'), ('-', ''), ('-', ''), ('-', '')]
ST18790508-V05-19-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790508-V05-19-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18790508-V05-19-page7.txt: [('-Vol.', 'Vol.'), ('-', ''), ('-In', 'In'), ('--Dr.', '-Dr.')]
ST18790508-V05-19-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Systematic', '-Systematic'), ('Lord--', 'Lord-'), ('--A', '-A'), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-x', 'x'), ('-x', 'x'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-x', 'x'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-fis', 'fis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790515-V05-20-page1.txt: [('-', ''), ('anas-', 'anas'), ('doc-', 'doc')]
ST18790515-V05-20-page2.txt: [('--but', '-but'), ('pro-', 'pro')]
ST18790515-V05-20-page3.txt: [('mercy"--', 'mercy"-'), ('differ--', 'differ-'), ('-was', 'was')]
ST18790515-V05-20-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('exer-', 'exer'), ('-', ''), ('gos-', 'gos')]
ST18790515-V05-20-page5.txt: [('-', ''), ('--', '-'), ('-we', 'we'), ('-', ''), ('-', ''), ('-time', 'time')]
ST18790515-V05-20-page6.txt: [('-what', 'what'), ('-so', 'so'), ('-of', 'of'), ('-with', 'with'), ('-work.', 'work.'), ('Cal.-', 'Cal.'), ('-', '')]
ST18790515-V05-20-page7.txt: [('suc-', 'suc'), ('-prayer-meetings.', 'prayer-meetings.'), ('-the', 'the'), ('-', ''), ('-at', 'at'), ('Kan-', 'Kan'), ('-about', 'about'), ('--r-Rev.', '-r-Rev.'), ('execu-', 'execu'), ('Twen-', 'Twen'), ('--The', '-The')]
ST18790515-V05-20-page8.txt: [('-page', 'page'), ('-Sunshine', 'Sunshine'), ('-', ''), ('In-', 'In'), ('per-', 'per'), ('list-', 'list'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-x', 'x'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ig', 'ig'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Systematic', '-Systematic'), ('--A', '-A'), ('-', ''), ('mani-', 'mani'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790522-V05-21-page1.txt: [('-TERMS', 'TERMS'), ('work-', 'work'), ('-', ''), ('knowl-', 'knowl'), ('-modified', 'modified')]
ST18790522-V05-21-page2.txt: [('-', ''), ('.-', '.'), ('rever-', 'rever'), ('-try', 'try')]
ST18790522-V05-21-page3.txt: [('-doubtful', 'doubtful'), ('-', '')]
ST18790522-V05-21-page4.txt: [('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('--', '-'), ('de-', 'de'), ('--', '-'), ('-', ''), ('-', '')]
ST18790522-V05-21-page5.txt: [('-', ''), ('--', '-'), ('-', ''), ('--"', '-"'), ('-', ''), ('--', '-'), ('--', '-'), ('-', '')]
ST18790522-V05-21-page6.txt: [('-', ''), ('Al-', 'Al')]
ST18790522-V05-21-page7.txt: [('--Dr.', '-Dr.'), ('re-', 're')]
ST18790522-V05-21-page8.txt: [('Seventh-', 'Seventh'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Testament--', 'Testament-'), ('Lord--', 'Lord-'), ('--', '-'), ('--A', '-A'), ('-', '')]
ST18790605-V05-22-page1.txt: [('-TERMS', 'TERMS'), ('-smote', 'smote')]
ST18790605-V05-22-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('COth-', 'COth'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('--', '-'), ('-', ''), ('-', '')]
ST18790605-V05-22-page3.txt: [('-But', 'But')]
ST18790605-V05-22-page4.txt: [('-', ''), ('present--', 'present-'), ('--', '-'), ('---', '--'), ('examina-', 'examina'), ('-children', 'children'), ('-', ''), ('-', ''), ('---not', '--not'), ('-on', 'on'), ('-children', 'children'), ('---', '--'), ('--discern', '-discern'), ('--', '-')]
ST18790605-V05-22-page5.txt: [('---', '--'), ('-', ''), ('--', '-'), ('--', '-'), ('-and', 'and'), ('-', ''), ('-', ''), ('--', '-'), ('--', '-')]
ST18790605-V05-22-page6.txt: [('-L-', 'L-'), ('-paper', 'paper')]
ST18790605-V05-22-page7.txt: [('--Henry', '-Henry'), ('---The', '--The'), ('---The', '--The'), ('--The', '-The'), ('---At', '--At'), ('-', ''), ('-Count', 'Count'), ('--The', '-The'), ('--United', '-United'), ('--May', '-May'), ('---A', '--A'), ('-', ''), ('-The', 'The'), ('-', ''), ('---Eight', '--Eight')]
ST18790605-V05-22-page8.txt: [('--', '-'), ('R-', 'R'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pari-', 'pari'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('anti-Chi--', 'anti-Chi-'), ('-', ''), ('--', '-'), ('-J', 'J'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---Ga', '--Ga'), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-e-', 'e-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Advent-', 'Advent'), ('-Spiritualism', 'Spiritualism'), ('--Systematic', '-Systematic'), ('Little-', 'Little'), ('-The', 'The'), ('Testament-', 'Testament'), ('Examined-', 'Examined'), ('-', ''), ('-', ''), ('Wads-', 'Wads'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('camp-meet-', 'camp-meet'), ('meet-', 'meet'), ('camp-', 'camp'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---t', '--t'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ste-', 'Ste'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Jo-', 'Jo'), ('neces-', 'neces'), ('-', ''), ('Inde-', 'Inde'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('Immortality-', 'Immortality'), ('Candid-', 'Candid'), ('Lord-', 'Lord'), ('-', ''), ('-Is', 'Is'), ('--A', '-A'), ('-', ''), ('V-', 'V'), ('-d', 'd'), ('-', ''), ('-', ''), ('-', ''), ('---r', '--r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Hutch-', 'Hutch'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Address-', 'Address'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790612-V05-23-page1.txt: [('-his', 'his'), ('-and', 'and'), ('-', ''), ('Gen-', 'Gen'), ('forbear-', 'forbear')]
ST18790612-V05-23-page2.txt: [('--', '-')]
ST18790612-V05-23-page3.txt: [('-dying', 'dying'), ('-to', 'to'), ('-an', 'an'), ('-', '')]
ST18790612-V05-23-page4.txt: [('-.verse', '.verse'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('for-', 'for'), ('-', ''), ('-', ''), ('-', '')]
ST18790612-V05-23-page5.txt: [('previous.-', 'previous.'), ('-the', 'the'), ('-', ''), ('-day', 'day'), ('-seventh', 'seventh'), ('-while', 'while'), ('reck-', 'reck'), ('chronol-', 'chronol'), ('-', ''), ('-', ''), ('.-', '.'), ('---Biblical', '--Biblical'), ('trans-', 'trans'), ('procla-', 'procla'), ('Ad-', 'Ad'), ('ne-', 'ne')]
ST18790612-V05-23-page6.txt: [('Christian-', 'Christian')]
ST18790612-V05-23-page7.txt: [('--The', '-The'), ('--A', '-A'), ('de-', 'de'), ('-down.', 'down.'), ('--Dr.', '-Dr.'), ('---The', '--The'), ('-', ''), ('-not', 'not'), ('--A', '-A'), ('-that', 'that'), ('appli-', 'appli'), ('ar-', 'ar')]
ST18790612-V05-23-page8.txt: [('-"', '"'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('as-', 'as'), ('-', ''), ('-', ''), ('-', ''), ('cts-', 'cts'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Spiritualism', 'Spiritualism'), ('--Systematic', '-Systematic'), ('--The', '-The'), ('Testament-', 'Testament'), ('Examined-', 'Examined'), ('Immortality-', 'Immortality'), ('Candid-', 'Candid'), ('Lord-', 'Lord'), ('-', ''), ('-Is', 'Is'), ('--A', '-A'), ('-', ''), ('Address-', 'Address'), ('-', ''), ('-', ''), ('-', '')]
ST18790619-V05-24-page1.txt: [('-TER', 'TER'), ('-looth', 'looth'), ('--', '-'), ('-in', 'in'), ('--', '-'), ('-was', 'was'), ('re-', 're')]
ST18790619-V05-24-page2.txt: [('-and', 'and'), ('--Word', '-Word'), ('-', ''), ('-there', 'there'), ('com-', 'com')]
ST18790619-V05-24-page3.txt: [('-', ''), ('Canter-', 'Canter'), ('--Dr.', '-Dr.'), ('re-', 're')]
ST18790619-V05-24-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('gos-', 'gos'), ('-matter', 'matter'), ('-So', 'So'), ('-same', 'same'), ('-Thou', 'Thou'), ('remis-', 'remis'), ('-hion', 'hion'), ('in-', 'in'), ('-gospel', 'gospel'), ('--works', '-works'), ('-', ''), ('be-', 'be'), ('-different', 'different'), ('-', ''), ('loves."-', 'loves."'), ('-Atonement', 'Atonement'), ('-bling."', 'bling."'), ('gos-', 'gos'), ('-pel', 'pel'), ('preven-', 'preven'), ('-carnal', 'carnal'), ('-', ''), ('-as', 'as'), ('suffi-', 'suffi'), ('-', ''), ('-', '')]
ST18790619-V05-24-page5.txt: [('Christ-', 'Christ'), ('with-', 'with'), ('-', '')]
ST18790619-V05-24-page6.txt: [("large'-", "large'"), ('-', ''), ('-within', 'within'), ('-', ''), ('-do', 'do'), ('neg-', 'neg')]
ST18790619-V05-24-page7.txt: [('--S.', '-S.'), ('----The', '---The'), ('----Dr.', '---Dr.'), ('Omis-', 'Omis'), ('eti-', 'eti'), ('per-', 'per'), ('-ve.ted', 've.ted'), ('-', ''), ('-', ''), ('--The', '-The'), ('--The', '-The'), ('chil-', 'chil')]
ST18790619-V05-24-page8.txt: [('do-', 'do'), ('-', ''), ('-', ''), ('--"', '-"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('backslid-', 'backslid'), ('immi-', 'immi'), ('Confer-', 'Confer'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dispo-', 'dispo'), ('testi-', 'testi'), ('-', ''), ('Testament-', 'Testament'), ('Examined-', 'Examined'), ('-Spirit', 'Spirit'), ('--', '-'), ('-', ''), ('-Present', 'Present'), ('-Spi', 'Spi'), ('--Systematic', '-Systematic'), ('-The', 'The'), ('Immortality-', 'Immortality'), ('Candid-', 'Candid'), ('slots-', 'slots'), ('Lord--', 'Lord-'), ('-', ''), ('-', ''), ('--A', '-A'), ('-', ''), ('Address-', 'Address'), ('-', ''), ('-', '')]
ST18790626-V05-25-page1.txt: [('sense-', 'sense'), ('-', ''), ('favor-', 'favor')]
ST18790626-V05-25-page2.txt: [('mate-', 'mate'), ('strict--', 'strict-')]
ST18790626-V05-25-page3.txt: [('-JUNE', 'JUNE'), ('-stop', 'stop'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the'), ('-', ''), ('pow"-', 'pow"'), ('---Sabbath', '--Sabbath')]
ST18790626-V05-25-page4.txt: [('-', ''), ('-', ''), ('-creatures', 'creatures'), ('re-', 're'), ('-', ''), ('his-', 'his'), ('sev-', 'sev')]
ST18790626-V05-25-page5.txt: [('ances-', 'ances'), ('an-', 'an'), ('Fa-', 'Fa')]
ST18790626-V05-25-page6.txt: [('-hardly', 'hardly'), ('be-', 'be'), ('-', ''), ('-', ''), ('-together', 'together'), ('-left', 'left')]
ST18790626-V05-25-page7.txt: [('--', '-'), ('-The', 'The'), ('-', ''), ('--Prince', '-Prince'), ('-', ''), ('-raining', 'raining'), ('anx-', 'anx'), ('--A', '-A'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('--Senator', '-Senator'), ('-rejoice.', 'rejoice.')]
ST18790626-V05-25-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('Milton-', 'Milton'), ('-', ''), ('Treasurer-', 'Treasurer'), ('-', ''), ('-', ''), ('-', ''), ('-Spiritualism', 'Spiritualism'), ('--Systematic', '-Systematic'), ('-The', 'The'), ('Testament--', 'Testament-'), ('Examined-', 'Examined'), ('Immortality-', 'Immortality'), ('Lord-', 'Lord'), ('-', ''), ('-Is', 'Is'), ('--A', '-A'), ('-', ''), ('Address-', 'Address'), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cts-', 'cts')]
ST18790703-V05-26-page1.txt: [('--Paul', '-Paul'), ('Thya-', 'Thya'), ('con-', 'con')]
ST18790703-V05-26-page2.txt: [('--all', '-all'), ('pos-', 'pos'), ('immate-', 'immate'), ('-', ''), ('coin-', 'coin')]
ST18790703-V05-26-page3.txt: [('there-', 'there'), ('-', ''), ('-', ''), ('un-', 'un'), ('-', ''), ('-', ''), ('-', ''), ('-wonders', 'wonders'), ('-what', 'what'), ('en-', 'en'), ('-', ''), ('sec-', 'sec'), ('responsi-', 'responsi'), ('in-', 'in')]
ST18790703-V05-26-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('Yo-', 'Yo'), ('-', ''), ('-', '')]
ST18790703-V05-26-page5.txt: [('-announced.', 'announced.'), ('-content', 'content'), ('-', ''), ('-', ''), ('regu-', 'regu'), ('-pay', 'pay'), ('-', '')]
ST18790703-V05-26-page6.txt: [('-', '')]
ST18790703-V05-26-page7.txt: [('-ES.', 'ES.'), ('in-', 'in'), ('-', ''), ('cause--', 'cause-'), ('re-', 're'), ('Gen-', 'Gen'), ('--The', '-The'), ('--Two', '-Two')]
ST18790703-V05-26-page8.txt: [('the-', 'the'), ('-', ''), ('-', ''), ('ots-', 'ots'), ('-', ''), ('-', ''), ('-', ''), ('Sab-', 'Sab'), ('op-', 'op'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Dia-', 'Dia'), ('---', '--'), ('--A', '-A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('meet-', 'meet'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790717-V05-27-page1.txt: [('-', ''), ('uproa-', 'uproa'), ('-', ''), ('smell-', 'smell'), ('tempo-', 'tempo')]
ST18790717-V05-27-page2.txt: [('-', '')]
ST18790717-V05-27-page3.txt: [('excursions-', 'excursions'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790717-V05-27-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('twenty-', 'twenty'), ('-', ''), ('-', ''), ('-', '')]
ST18790717-V05-27-page5.txt: [('-', ''), ('-', ''), ('suffi-', 'suffi'), ('announce-', 'announce'), ('-', ''), ('Baby-', 'Baby'), ('-', ''), ('refresh-', 'refresh'), ('-', ''), ('-', ''), ('-', '')]
ST18790717-V05-27-page6.txt: [('-why', 'why'), ('chil-', 'chil'), ('shoe-', 'shoe')]
ST18790717-V05-27-page7.txt: [('mem-', 'mem'), ('-Josiah', 'Josiah'), ('-', '')]
ST18790717-V05-27-page8.txt: [('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-not', 'not'), ('-', ''), ('be-', 'be'), ('---', '--'), ('-J.', 'J.'), ('-WM.', 'WM.'), ('-ELD.', 'ELD.'), ('Advent-', 'Advent'), ('-', ''), ('Re-', 'Re'), ('-', ''), ('-', ''), ('-', ''), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('enter-', 'enter'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Jen-', 'Jen'), ('-', ''), ('-', ''), ('vindica-', 'vindica')]
ST18790724-V05-28-page1.txt: [('--', '-'), ('---', '--'), ('-', ''), ('mov-', 'mov')]
ST18790724-V05-28-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc')]
ST18790724-V05-28-page3.txt: [('-', ''), ('pub-', 'pub'), ('-the', 'the'), ('indig-', 'indig')]
ST18790724-V05-28-page4.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('some-', 'some')]
ST18790724-V05-28-page5.txt: [('-', ''), ('-', ''), ('inhabit-', 'inhabit'), ('-', ''), ('import-', 'import'), ('-', ''), ('-', '')]
ST18790724-V05-28-page6.txt: [('set-', 'set'), ('-us', 'us'), ('fra-', 'fra'), ('-had', 'had'), ('-', ''), ('-her', 'her')]
ST18790724-V05-28-page7.txt: [('-', ''), ('-Kansas.', 'Kansas.'), ('-', ''), ('exces-', 'exces'), ('-Virginia', 'Virginia'), ('-Usually', 'Usually'), ('ac-', 'ac'), ('an-', 'an')]
ST18790724-V05-28-page8.txt: [('denomina-', 'denomina'), ('present-', 'present'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Healdsburg.-', 'Healdsburg.'), ('-.', '.'), ('instruc-', 'instruc'), ('--', '-'), ('-', ''), ('-', ''), ('CI-', 'CI'), ('-', ''), ('-elien', 'elien'), ('-', ''), ('re-', 're'), ('-', ''), ('co--', 'co-'), ('--', '-'), ('--', '-'), ('-', ''), ('---.', '--.'), ('-.', '.'), ('-', ''), ('-...o..', '...o..'), ('I-', 'I'), ('-', ''), ('"-', '"'), ('-.', '.'), ('i--', 'i-'), ('-', ''), ('sug-', 'sug')]
ST18790731-V05-29-page1.txt: [('sac-', 'sac'), ('-', '')]
ST18790731-V05-29-page2.txt: [('-the', 'the'), ('-fact', 'fact'), ('-', ''), ('enti-', 'enti'), ('-churches', 'churches'), ('-of', 'of'), ('-foot', 'foot'), ('-', ''), ('-', ''), ('neg-', 'neg'), ('business.-', 'business.'), ('-always', 'always'), ('-', ''), ('-', ''), ('-', '')]
ST18790731-V05-29-page3.txt: [('-', ''), ('an-', 'an'), ('sim-', 'sim'), ('--', '-'), ('-a-', 'a-'), ('prom-', 'prom')]
ST18790731-V05-29-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790731-V05-29-page5.txt: [('-', ''), ('-the', 'the'), ('them-', 'them'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('exhib-', 'exhib'), ('ro-', 'ro'), ('wick-', 'wick'), ('begin-', 'begin'), ('un-', 'un'), ('Gen-', 'Gen')]
ST18790731-V05-29-page6.txt: [('-', ''), ('-', '')]
ST18790731-V05-29-page7.txt: [('-Many', 'Many'), ('--and', '-and'), ('-', ''), ('of-', 'of'), ('--The', '-The'), ('rev-', 'rev')]
ST18790731-V05-29-page8.txt: [('-', ''), ('Pennsylva-', 'Pennsylva'), ('As-', 'As'), ('quar-', 'quar'), ('Freeman-', 'Freeman'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('lec-', 'lec'), ('-at', 'at'), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-.', '.'), ("-'eF", "'eF"), ('-', ''), ("-'", "'"), ('-gl', 'gl'), ('-dn.', 'dn.'), ('--p', '-p'), ("-'-'.'", "'-'.'"), ('-', ''), ('-', ''), ('-', ''), ('...-', '...'), ('-.', '.'), ('Classes-', 'Classes')]
ST18790807-V05-30-page1.txt: [('-to', 'to'), ('-TERMS', 'TERMS'), ('him-', 'him'), ('-', ''), ('al-', 'al')]
ST18790807-V05-30-page2.txt: [('Hor-', 'Hor'), ('Spen-', 'Spen'), ('-', ''), ('hon-', 'hon'), ('n-', 'n')]
ST18790807-V05-30-page3.txt: [('ex-', 'ex'), ('person.-', 'person.'), ('six-', 'six'), ('weighed."-', 'weighed."'), ('--', '-'), ('-L', 'L'), ('times-', 'times')]
ST18790807-V05-30-page4.txt: [('-', ''), ('-', ''), ('in-', 'in'), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790807-V05-30-page5.txt: [('coming-', 'coming'), ('-', ''), ('-the', 'the'), ('-in', 'in')]
ST18790807-V05-30-page6.txt: [('-', ''), ('July-', 'July'), ('-', ''), ('expect-', 'expect')]
ST18790807-V05-30-page7.txt: [('-towel', 'towel'), ('-', ''), ('-', ''), ('-', ''), ('--The', '-The'), ('lectur-', 'lectur'), ('-of', 'of'), ('-the', 'the'), ('-crunched', 'crunched'), ('.-', '.'), ('immor-', 'immor'), ('immedi-', 'immedi'), ('occupy-', 'occupy'), ('-This..is', 'This..is')]
ST18790807-V05-30-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('Elder-', 'Elder'), ('-', ''), ('cts.-', 'cts.'), ('-', ''), ('Script-', 'Script'), ('meet-', 'meet'), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-Nalan's", "Nalan's"), ('Lord-', 'Lord'), ('-', ''), ('-Is', 'Is'), ('--A', '-A'), ('-', ''), ('Address-', 'Address')]
ST18790814-V05-31-page1.txt: [('will-', 'will'), ('-TERMS', 'TERMS'), ('-what', 'what'), ('-these', 'these'), ('force-', 'force')]
ST18790814-V05-31-page2.txt: [('un-', 'un'), ('-forfeit', 'forfeit'), ('BRIDE-', 'BRIDE'), ('-', '')]
ST18790814-V05-31-page3.txt: [('ig-', 'ig'), ('-', ''), ('-supthat', 'supthat'), ('-', ''), ('incor-', 'incor'), ('--', '-'), ('im-', 'im'), ('phil-', 'phil'), ('pro-', 'pro'), ('succes-', 'succes')]
ST18790814-V05-31-page4.txt: [('g-', 'g'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sen-', 'sen'), ('-sational', 'sational'), ('-', '')]
ST18790814-V05-31-page5.txt: [('-our', 'our'), ('fellow-', 'fellow'), ('-ship', 'ship'), ('-but', 'but')]
ST18790814-V05-31-page6.txt: [('-', ''), ('place-', 'place'), ('the-', 'the'), ('--', '-'), ('ex-', 'ex')]
ST18790814-V05-31-page7.txt: [('-', ''), ('--For', '-For'), ('even-', 'even'), ('--The', '-The'), ('--American', '-American'), ('-', '')]
ST18790814-V05-31-page8.txt: [("'Timm.-", "'Timm."), ('-', ''), ('contro-', 'contro'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-pp.', 'pp.'), ('Elder-', 'Elder'), ('-', ''), ('this-', 'this'), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Fri-', 'Fri')]
ST18790821-V05-32-page1.txt: [('suffer-', 'suffer'), ('power.-', 'power.'), ('-fiords', 'fiords')]
ST18790821-V05-32-page2.txt: [('-', ''), ('res-', 'res'), ('pri-', 'pri'), ('chap-', 'chap'), ('in-', 'in'), ('-', ''), ('cen-', 'cen'), ('Je-', 'Je')]
ST18790821-V05-32-page3.txt: [('------------', '-----------'), ('-', ''), ('-', ''), ('-', ''), ('-views', 'views'), ('-', ''), ('say-', 'say'), ('spir-', 'spir'), ('-wages', 'wages'), ('-vain', 'vain'), ('obedience--', 'obedience-')]
ST18790821-V05-32-page4.txt: [('-', ''), ('-', ''), ('help-', 'help'), ('-', ''), ('-', ''), ('-', '')]
ST18790821-V05-32-page5.txt: [('-anslate', 'anslate'), ('ene-', 'ene'), ('-', ''), ('-', '')]
ST18790821-V05-32-page6.txt: [('Sab-', 'Sab'), ('meet-', 'meet')]
ST18790821-V05-32-page7.txt: [('-', ''), ('-', ''), ('--The', '-The'), ('-', ''), ('-', ''), ('Mon-', 'Mon'), ('member-', 'member'), ('-', ''), ('re-', 're'), ('-', ''), ('Tim.-', 'Tim.'), ('-', ''), ('--The', '-The'), ('-sent', 'sent'), ('revela-', 'revela'), ('--There', '-There')]
ST18790821-V05-32-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('Tem-', 'Tem'), ('Waggoner-', 'Waggoner'), ('-', ''), ('-', ''), ('--Systematic', '-Systematic'), ('-The', 'The'), ('Candid-', 'Candid'), ('Lord-', 'Lord'), ('-Is', 'Is'), ('--A', '-A'), ('-', ''), ('Address--', 'Address-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790828-V05-33-page1.txt: [('-Vega', 'Vega'), ('-his', 'his')]
ST18790828-V05-33-page2.txt: [('-', ''), ('some-', 'some'), ('un-', 'un')]
ST18790828-V05-33-page3.txt: [('dis-', 'dis'), ('--', '-'), ('Religio-', 'Religio'), ('prog-', 'prog'), ('com-', 'com')]
ST18790828-V05-33-page4.txt: [('-', ''), ('--', '-'), ('-correctness', 'correctness'), ('-fix', 'fix'), ('-', ''), ('-', '')]
ST18790828-V05-33-page5.txt: [('at-', 'at'), ('-', ''), ('read.--', 'read.-'), ('ten-', 'ten'), ('Re-', 'Re'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('prom-', 'prom')]
ST18790828-V05-33-page7.txt: [('--It', '-It'), ('--The', '-The'), ('-', ''), ('--Bishop', '-Bishop'), ('---', '--'), ('mortal-', 'mortal'), ('-', ''), ('-worth', 'worth'), ('-he', 'he')]
ST18790828-V05-33-page8.txt: [('--', '-'), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('state-', 'state'), ('con-', 'con'), ('--Systematic', '-Systematic'), ('--The', '-The'), ('Examined-', 'Examined'), ('Lord--', 'Lord-'), ('-', ''), ('-Is', 'Is'), ('--A', '-A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790904-V05-34-page1.txt: [('seek-', 'seek'), ('their--', 'their-'), ('-', ''), ('-', ''), ('-', ''), ('-will', 'will'), ('-', ''), ('neigh-', 'neigh')]
ST18790904-V05-34-page2.txt: [('Epi-', 'Epi'), ('commonpeo-', 'commonpeo'), ('-chap.', 'chap.'), ('-only', 'only'), ('-"', '"')]
ST18790904-V05-34-page3.txt: [('pub-', 'pub')]
ST18790904-V05-34-page4.txt: [('-', ''), ('-of', 'of'), ('indi-', 'indi'), ('-cated', 'cated'), ('-of', 'of'), ('-armies.', 'armies.'), ('unavoid-', 'unavoid'), ('-able.', 'able.'), ('-counted', 'counted'), ('con-', 'con'), ('-', ''), ('-rioting', 'rioting'), ('sup-', 'sup'), ('-plied', 'plied'), ('-classes.', 'classes.'), ('-', ''), ('-', ''), ('An-', 'An')]
ST18790904-V05-34-page5.txt: [('over-', 'over'), ('-', ''), ('-', ''), ('-', '')]
ST18790904-V05-34-page6.txt: [('Itirdt-', 'Itirdt'), ('-proportion', 'proportion'), ('-', ''), ('"-', '"')]
ST18790904-V05-34-page7.txt: [('-Very', 'Very'), ('--Persia', '-Persia'), ('-', ''), ('--Col', '-Col'), ('temper-', 'temper'), ('per-', 'per'), ('num-', 'num')]
ST18790904-V05-34-page8.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('--Systematic', '-Systematic'), ('--A', '-A'), ('contribu-', 'contribu'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sab-', 'Sab')]
ST18790911-V05-35-page1.txt: [('-strongest', 'strongest'), ('-', ''), ('per-', 'per'), ('-I', 'I')]
ST18790911-V05-35-page2.txt: [('--Father', '-Father'), ('-', ''), ('man-', 'man'), ('finally-', 'finally'), ('-', ''), ('-', '')]
ST18790911-V05-35-page3.txt: [('pro-', 'pro'), ('--Selected.', '-Selected.'), ('--that', '-that')]
ST18790911-V05-35-page4.txt: [('.SIG-HS-', '.SIG-HS'), ('-', ''), ('-', ''), ('representa-', 'representa'), ('-', ''), ('-', ''), ('-', '')]
ST18790911-V05-35-page5.txt: [('-Of', 'Of'), ('-any', 'any'), ('-then', 'then'), ('-connected', 'connected'), ('begin-', 'begin'), ('-ning', 'ning'), ('-does', 'does'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18790911-V05-35-page6.txt: [('long--', 'long-'), ('-', ''), ('their-', 'their'), ('-', '')]
ST18790911-V05-35-page7.txt: [('-Afghanistan.', 'Afghanistan.'), ('--A', '-A'), ('-', ''), ('-', ''), ('win-', 'win'), ('--On', '-On'), ('-pounders', 'pounders'), ('-pounders.', 'pounders.')]
ST18790911-V05-35-page8.txt: [('-Sabbath', 'Sabbath'), ('-', ''), ('Can-', 'Can'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.'), ('-Oct.', 'Oct.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Redemetps-', 'Redemetps')]
ST18790918-V05-36-page1.txt: [('immor-', 'immor'), ('-TERMS', 'TERMS'), ('-up.', 'up.')]
ST18790918-V05-36-page2.txt: [('-but', 'but'), ('-Vol.', 'Vol.'), ('sleep.-', 'sleep.'), ('-', ''), ('-', ''), ('disembod-', 'disembod'), ('-Virgil', 'Virgil')]
ST18790918-V05-36-page3.txt: [('-dices', 'dices'), ('-', ''), ('-', '')]
ST18790918-V05-36-page4.txt: [('writ-', 'writ'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('apos-', 'apos'), ('princi-', 'princi'), ('-', ''), ('--"---.', '-"---.')]
ST18790918-V05-36-page5.txt: [('-', '')]
ST18790918-V05-36-page6.txt: [('de-', 'de'), ('-', ''), ('members-', 'members')]
ST18790918-V05-36-page7.txt: [('---Spring', '--Spring'), ('--Spain', '-Spain'), ('-', ''), ('Alton-', 'Alton'), ('made.-', 'made.'), ('-seamen', 'seamen'), ('mys-', 'mys')]
ST18790918-V05-36-page8.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('senti-', 'senti'), ('refu-', 'refu'), ('cheatsp.-', 'cheatsp.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18791002-V05-37-page1.txt: [('-TERMS', 'TERMS'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('its.-', 'its.'), ('-', ''), ('Chris-', 'Chris'), ('re---', 're--'), ('oth-', 'oth')]
ST18791002-V05-37-page2.txt: [('-mere', 'mere'), ('-great', 'great'), ('-Here', 'Here'), ('thunder-', 'thunder'), ('-theogony', 'theogony'), ('-\'"They', '\'"They'), ('-of', 'of'), ('Poly-', 'Poly'), ('-', ''), ('-by', 'by'), ('import-', 'import'), ('-', ''), ('--of', '-of'), ('sol-', 'sol'), ('-were', 'were'), ('-', ''), ('-', ''), ('-', ''), ('--a', '-a'), ('ev-', 'ev'), ('Je-', 'Je'), ('quo-', 'quo')]
ST18791002-V05-37-page3.txt: [('.-', '.'), ('immortal-', 'immortal'), ('-there', 'there'), ('make--', 'make-'), ('any--', 'any-'), ('re-', 're'), ('with-', 'with'), ('-', ''), ('cumber-', 'cumber'), ('de-', 'de')]
ST18791002-V05-37-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('Rail-', 'Rail'), ('-for', 'for'), ('-', ''), ('-and', 'and'), ('Con-', 'Con'), ('Temper-', 'Temper'), ('-a.nce', 'a.nce'), ('-received', 'received'), ('-all', 'all'), ('-they', 'they'), ('-', '')]
ST18791002-V05-37-page5.txt: [('Anglo-', 'Anglo'), ('-', ''), ('par-', 'par'), ('-disease.', 'disease.'), ('con-', 'con'), ('con-', 'con'), ('Medo-', 'Medo')]
ST18791002-V05-37-page6.txt: [('cov-', 'cov')]
ST18791002-V05-37-page7.txt: [('--The', '-The'), ('--The', '-The'), ('-', ''), ('-', ''), ('--Russian', '-Russian'), ('-', ''), ('-The', 'The'), ('Em-', 'Em'), ('Sab-', 'Sab'), ('--The', '-The'), ('-two', 'two')]
ST18791002-V05-37-page8.txt: [('-', ''), ('-', ''), ('pa-', 'pa'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('suit-', 'suit'), ('-', ''), ('-', ''), ('-J.', 'J.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-W.', 'W.'), ('-M.', 'M.'), ('-', ''), ('-', ''), ('import-', 'import'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ab-', 'ab'), ('-', '')]
ST18791009-V05-38-page1.txt: [('-disciples', 'disciples')]
ST18791009-V05-38-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('it-', 'it'), ('-', ''), ('ac-', 'ac'), ('-gradual', 'gradual'), ('-Was', 'Was'), ('las-', 'las'), ('-taken', 'taken'), ('-love', 'love')]
ST18791009-V05-38-page3.txt: [('-', ''), ('-word', 'word'), ('hypocriti-', 'hypocriti'), ('spirit-', 'spirit'), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('Tele-', 'Tele'), ('con-', 'con')]
ST18791009-V05-38-page4.txt: [('com-', 'com'), ('-by', 'by'), ('offi-', 'offi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mid-', 'mid'), ('com-', 'com'), ('-', '')]
ST18791009-V05-38-page5.txt: [('-', ''), ('--Horace', '-Horace'), ('-', ''), ('some-', 'some'), ('Colpor-', 'Colpor')]
ST18791009-V05-38-page6.txt: [('-army', 'army'), ('won-', 'won')]
ST18791009-V05-38-page7.txt: [('--A', '-A'), ('-', ''), ('-A', 'A'), ('-cure', 'cure'), ('smok-', 'smok'), ('-', ''), ('adminis-', 'adminis'), ('--The', '-The'), ('Post-', 'Post'), ('en--', 'en-'), ('-It', 'It'), ('-According', 'According')]
ST18791009-V05-38-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('refer-', 'refer'), ('meet-', 'meet'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Canright.-', 'Canright.')]
ST18791016-V05-39-page1.txt: [('-', ''), ('-contrast', 'contrast'), ('-', ''), ('-wonderful', 'wonderful'), ('-', '')]
ST18791016-V05-39-page2.txt: [('-', ''), ('-', ''), ('argu-', 'argu'), ('-', ''), ('-a', 'a'), ('histori-', 'histori'), ('-Written', 'Written'), ('-', '')]
ST18791016-V05-39-page3.txt: [('en-', 'en'), ('-', ''), ('"-', '"'), ('-', ''), ('---', '--'), ('-', ''), ('-very', 'very'), ('-Universalism', 'Universalism'), ('Lathe-', 'Lathe'), ('-', ''), ('-', ''), ('Spirit-', 'Spirit'), ('phys-', 'phys'), ('-work', 'work'), ('-faded.', 'faded.')]
ST18791016-V05-39-page4.txt: [('uninter-', 'uninter'), ('-', ''), ('-pirit', 'pirit'), ('-', ''), ('ren-', 'ren'), ('ap-', 'ap')]
ST18791016-V05-39-page5.txt: [('lo-', 'lo'), ('-', ''), ('-', ''), ('-not', 'not'), ('-', ''), ('ARTICLE-', 'ARTICLE'), ('absent.-', 'absent.'), ('be-', 'be'), ('meet-', 'meet'), ('lit-', 'lit'), ('Chris-', 'Chris')]
ST18791016-V05-39-page6.txt: [('-said', 'said'), ('Con--', 'Con-')]
ST18791016-V05-39-page7.txt: [('excel-', 'excel'), ('rier-', 'rier'), ('Rich-', 'Rich'), ('ven-', 'ven'), ('--The', '-The'), ('ser-', 'ser'), ('-minute', 'minute'), ('at-', 'at'), ('--', '-'), ('--', '-'), ('WI-', 'WI'), ('-disease.', 'disease.'), ('-Moved', 'Moved'), ('-', ''), ('pa.-', 'pa.'), ('guar-', 'guar'), ('of-', 'of'), ('-', ''), ('sev-', 'sev')]
ST18791016-V05-39-page8.txt: [('-mother', 'mother'), ('house-', 'house'), ('Sabbathques-', 'Sabbathques'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Martha-', 'Martha'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18791023-V05-40-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-Romans', 'Romans'), ('ex-', 'ex')]
ST18791023-V05-40-page2.txt: [('-soon', 'soon'), ('a-', 'a'), ('-the', 'the'), ('-', ''), ("'-", "'"), ('-which', 'which'), ('de-', 'de'), ('-the', 'the'), ('-the', 'the'), ('gentle-', 'gentle')]
ST18791023-V05-40-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('occur-', 'occur'), ('-when', 'when'), ('-', ''), ('-', ''), ('-offering', 'offering'), ('-', ''), ('eh-', 'eh')]
ST18791023-V05-40-page4.txt: [('-', ''), ('-', ''), ('sup-', 'sup'), ('-', ''), ('expe-', 'expe'), ('pre-', 'pre'), ('backsliding-', 'backsliding'), ('meet-', 'meet'), ('-and', 'and'), ('-', ''), ('-', ''), ('fain-', 'fain'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.')]
ST18791023-V05-40-page5.txt: [('-to', 'to'), ('-victoria', 'victoria'), ('-of', 'of'), ('-are', 'are'), ('-', ''), ('-order', 'order'), ('people.-', 'people.'), ('H.-', 'H.'), ('-have', 'have'), ('-', ''), ('-', ''), ('-', ''), ('fellow-', 'fellow'), ('-', ''), ('-', ''), ('-', ''), ('prom-', 'prom'), ('-', ''), ('the-', 'the'), ('-beat', 'beat'), ('-s-having', 's-having'), ('gigan-', 'gigan'), ('West.-', 'West.'), ('distillgitishable-', 'distillgitishable'), ('-aerfs.', 'aerfs.'), ('-firm', 'firm'), ('-future', 'future'), ('-into', 'into'), ('by-', 'by')]
ST18791023-V05-40-page6.txt: [('-For', 'For'), ('Virgil-', 'Virgil'), ('requi-', 'requi'), ('-while', 'while'), ('-', ''), ('-', '')]
ST18791023-V05-40-page7.txt: [('-', ''), ('--Thegrea', '-Thegrea'), ('ex-', 'ex'), ('--Rev.', '-Rev.'), ('-only', 'only'), ('-', ''), ('-', '')]
ST18791023-V05-40-page8.txt: [('-the', 'the'), ('confi-', 'confi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('self-', 'self'), ('-', ''), ('-his', 'his'), ('heentos-.-', 'heentos-.'), ('Sopeirstit.-', 'Sopeirstit.'), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('contro-', 'contro')]
ST18791030-V05-41-page1.txt: [('-Winingpoints', 'Winingpoints'), ('-', ''), ('char-', 'char'), ("--Enoch's", "-Enoch's")]
ST18791030-V05-41-page2.txt: [('distin-', 'distin'), ('-', ''), ('-what', 'what'), ('re-', 're'), ('-', '')]
ST18791030-V05-41-page3.txt: [('-', ''), ('Religio-', 'Religio'), ('intoxicated--', 'intoxicated-'), ('-paid', 'paid'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-life', 'life'), ('-', '')]
ST18791030-V05-41-page4.txt: [('-', ''), ('-', ''), ('-no', 'no'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18791030-V05-41-page5.txt: [('de-', 'de'), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('canvass-', 'canvass'), ('-', ''), ('-', ''), ('-', ''), ('-kingdoms', 'kingdoms'), ('-', ''), ('-', ''), ('--the', '-the'), ('-his', 'his')]
ST18791030-V05-41-page6.txt: [('-my', 'my'), ('-Unclean', 'Unclean'), ('-lightning', 'lightning'), ('forgot-', 'forgot'), ('associ-', 'associ')]
ST18791030-V05-41-page7.txt: [('-', ''), ('poly-', 'poly'), ('-desirous', 'desirous'), ('-quiet', 'quiet'), ('di-', 'di'), ('say-', 'say'), ('--Rev.', '-Rev.'), ('-', ''), ('-', '')]
ST18791030-V05-41-page8.txt: [('encour-', 'encour'), ('-', ''), ('-', ''), ('-', ''), ('Waggoner-', 'Waggoner'), ('Sabbath-', 'Sabbath'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ("-''", "''"), ('-', ''), ('-e', 'e'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('preach-', 'preach'), ('-', ''), ('-', ''), ('Tor-', 'Tor'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18791106-V05-42-page1.txt: [('ex-', 'ex'), ('-whole', 'whole'), ('-near', 'near'), ('re-', 're')]
ST18791106-V05-42-page2.txt: [('catas-', 'catas'), ('emi-', 'emi'), ('common-', 'common')]
ST18791106-V05-42-page3.txt: [('-', '')]
ST18791106-V05-42-page4.txt: [('--the', '-the'), ('--', '-'), ('-', ''), ('sev-', 'sev'), ('-', ''), ('hun-', 'hun'), ('-', '')]
ST18791106-V05-42-page5.txt: [('-scythe', 'scythe'), ('-clamshell-shaped', 'clamshell-shaped'), ('-of', 'of'), ('-society', 'society'), ('failure-', 'failure'), ('-', ''), ('-', ''), ('con-', 'con'), ('English-', 'English')]
ST18791106-V05-42-page6.txt: [('-it', 'it'), ('--having', '-having'), ('in-', 'in'), ('of.-', 'of.')]
ST18791106-V05-42-page7.txt: [('mala-', 'mala'), ('--An', '-An')]
ST18791106-V05-42-page8.txt: [('deed-', 'deed'), ('-', ''), ('-', ''), ('-', ''), ('savages.-', 'savages.'), ('-', ''), ('--ses', '-ses'), ('ob-', 'ob'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the'), ('Sun-', 'Sun'), ('flexi-', 'flexi'), ('-', ''), ('cts-', 'cts'), ('Waggoner-', 'Waggoner'), ('Elder-', 'Elder')]
ST18791113-V05-43-page2.txt: [('-Isabella', 'Isabella'), ('respect-', 'respect'), ('SCRIPT-', 'SCRIPT'), ('resur-', 'resur'), ('authority-', 'authority')]
ST18791113-V05-43-page3.txt: [('-', ''), ('-"Life-Line', '"Life-Line'), ('in-', 'in'), ('Davis--', 'Davis-'), ('insinua-', 'insinua'), ('ob-', 'ob')]
ST18791113-V05-43-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('dis-', 'dis'), ('pro-', 'pro')]
ST18791113-V05-43-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', '')]
ST18791113-V05-43-page6.txt: [('careless-', 'careless'), ('R--', 'R-'), ('T--', 'T-'), ('T--', 'T-'), ('T---', 'T--'), ('-and', 'and'), ('-', ''), ('-gave', 'gave'), ('-', ''), ('-', ''), ('-hope', 'hope'), ('-R.', 'R.')]
ST18791113-V05-43-page7.txt: [('-Rev.', 'Rev.'), ('-prohibitory', 'prohibitory'), ('wholesome--', 'wholesome-'), ('--The', '-The'), ('MUSCip-', 'MUSCip'), ('Pa-', 'Pa'), ('-', ''), ('Peters-', 'Peters'), ('-Windows', 'Windows'), ('--The', '-The'), ('En-', 'En'), ('-', ''), ('-', ''), ('--The', '-The'), ('-acre', 'acre'), ('Mary-', 'Mary')]
ST18791113-V05-43-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('T-', 'T'), ('eve-', 'eve'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Prayer-meet-', 'Prayer-meet'), ('or--', 'or-')]
ST18791120-V05-44-page1.txt: [('-', ''), ('-', ''), ('-was', 'was')]
ST18791120-V05-44-page2.txt: [('tobacco.--', 'tobacco.-'), ('-', ''), ('-', ''), ('pur-', 'pur')]
ST18791120-V05-44-page3.txt: [('pre-', 'pre')]
ST18791120-V05-44-page4.txt: [('-', ''), ('condi-', 'condi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Solo--', 'Solo-'), ('sano-', 'sano'), ('criti-', 'criti'), ('cer-', 'cer'), ('-', ''), ('old-', 'old'), ('-..mming', '..mming')]
ST18791120-V05-44-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('indi-', 'indi'), ('-', '')]
ST18791120-V05-44-page6.txt: [('sacri-', 'sacri'), ('-know', 'know'), ('-ov.', 'ov.'), ('ordi-', 'ordi'), ('-', '')]
ST18791120-V05-44-page7.txt: [('--It', '-It'), ('-character', 'character'), ('--A', '-A')]
ST18791120-V05-44-page8.txt: [('-Ps', 'Ps'), ('-y', 'y'), ('-', ''), ('-', ''), ('s-', 's'), ('a-', 'a'), ('A--', 'A-'), ('-', ''), ('-', ''), ('-P', 'P'), ('-R', 'R'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('with-', 'with'), ('-', ''), ('-"', '"'), ('in-', 'in'), ('possible.-', 'possible.'), ('-y', 'y'), ('-', ''), ('-', ''), ('-', ''), ("-sus'", "sus'"), ('i-i-', 'i-i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mu-', 'mu'), ('-P', 'P'), ('--', '-'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('IN-', 'IN'), ('--P', '-P'), ('-rr', 'rr'), ('ANCHOR."-', 'ANCHOR."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-t', 't'), ('-', ''), ('moder-', 'moder'), ('with-', 'with'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Jackson', 'Jackson'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('n-', 'n'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('C-', 'C'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-i--I', 'i--I'), ('t-', 't'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), (".'I's-I-", ".'I's-I"), ('-', ''), ('-', ''), ('-', ''), ('IvvvwT-r-', 'IvvvwT-r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-v-r', 'v-r'), ('----r', '---r'), ('i--', 'i-'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('--', '-'), ('-ar-', 'ar-'), ('tov-', 'tov'), ('-.', '.'), ('-', ''), ('-IIIt', 'IIIt'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Seventh-', 'Seventh'), ('CAN-', 'CAN'), ('meet-', 'meet'), ('OAKLAND-', 'OAKLAND'), ('-The', 'The'), ('-L--r', 'L--r'), ('I--', 'I-'), ('.--', '.-'), ('-', ''), ('is-..o-', 'is-..o'), ('-', ''), ('-a', 'a'), ('-', ''), ('-', ''), ("-F''", "F''"), ('some-', 'some')]
ST18791127-V05-45-page1.txt: [('-preparation', 'preparation'), ('-', '')]
ST18791127-V05-45-page2.txt: [('-Rev.', 'Rev.'), ('--Will', '-Will'), ('-an', 'an'), ('con-', 'con'), ('-the', 'the'), ('-shown', 'shown'), ('-', ''), ('-', ''), ('Chris-', 'Chris'), ('con-', 'con')]
ST18791127-V05-45-page3.txt: [('nar-', 'nar'), ('occa-', 'occa'), ('-because', 'because'), ('com-', 'com')]
ST18791127-V05-45-page4.txt: [('gm-', 'gm'), ('-', ''), ('Jeru-', 'Jeru'), ('-', ''), ('-', ''), ('fellow-', 'fellow'), ('-Alter."', 'Alter."'), ('-', ''), ('-', ''), ('-', '')]
ST18791127-V05-45-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-iii', 'iii'), ('-', ''), ('-', ''), ('-', ''), ('rug-', 'rug')]
ST18791127-V05-45-page6.txt: [('G--', 'G-'), ('-', ''), ('-', ''), ('be-', 'be'), ('com-', 'com'), ('--', '-'), ('stu-', 'stu')]
ST18791127-V05-45-page7.txt: [('-', ''), ('Govern-', 'Govern'), ('-', ''), ('--V', '-V'), ('-and', 'and'), ('-', ''), ('-anniversary', 'anniversary'), ('celebra-', 'celebra'), ('--The', '-The')]
ST18791127-V05-45-page8.txt: [('SAB-', 'SAB'), ('them.-', 'them.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Mrs', 'Mrs'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mad-', 'Mad'), ('-', ''), ('-', ''), ('-', ''), ('-lobt', 'lobt'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Meas-', 'Meas'), ('"flexible\'.-', '"flexible\'.'), ('TEACH-', 'TEACH'), ('-', ''), ('CO-', 'CO'), ('-', ''), ('-', '')]
ST18791204-V05-46-page1.txt: [('non-', 'non'), ('-', ''), ('-we', 'we')]
ST18791204-V05-46-page2.txt: [('PHILOSOPHY-', 'PHILOSOPHY'), ('im-', 'im'), ('-the', 'the'), ('-', ''), ('tribu-', 'tribu')]
ST18791204-V05-46-page3.txt: [('abso-', 'abso'), ('CONSUM-', 'CONSUM'), ('-', ''), ('concernino-', 'concernino'), ('-contrast', 'contrast'), ('re-', 're'), ('con-', 'con'), ('-', ''), ('Con-', 'Con'), ('-', ''), ('me-', 'me')]
ST18791204-V05-46-page4.txt: [('-Then', 'Then'), ('-go', 'go'), ('-', ''), ('-the', 'the'), ('com-', 'com'), ('-', ''), ('repent-', 'repent'), ('-', ''), ('-', ''), ('-it', 'it'), ('-', ''), ('labor-', 'labor'), ('-', ''), ('-', ''), ('Publica-', 'Publica'), ('-', '')]
ST18791204-V05-46-page5.txt: [('adminis-', 'adminis'), ('-the-case', 'the-case'), ('REPRE-', 'REPRE')]
ST18791204-V05-46-page6.txt: [('--Caleb', '-Caleb'), ('-Willie', 'Willie'), ('dur-', 'dur'), ('-his', 'his'), ('W--', 'W-'), ('C--', 'C-'), ('-', ''), ('--', '-')]
ST18791204-V05-46-page7.txt: [('-on', 'on'), ('An-', 'An'), ('---', '--'), ('-and', 'and'), ('cit-', 'cit'), ('his-', 'his'), ('-burned.', 'burned.')]
ST18791204-V05-46-page8.txt: [('SAB-', 'SAB'), ('..-', '..'), ('resurrec-', 'resurrec'), ('-', ''), ('Bab-', 'Bab'), ('-burnt.', 'burnt.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TEACH-', 'TEACH')]
ST18791211-V05-47-page2.txt: [('-Universalism', 'Universalism'), ('super-', 'super')]
ST18791211-V05-47-page3.txt: [('--but', '-but'), ('rea-', 'rea'), ('sol-', 'sol'), ('-', ''), ('-', ''), ('-service', 'service'), ('Ro-', 'Ro'), ('know-', 'know')]
ST18791211-V05-47-page4.txt: [('-not', 'not'), ('"-', '"'), ('-', ''), ('-', ''), ('mean-', 'mean'), ('-', ''), ('-lights', 'lights'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('sor-', 'sor'), ('rela-', 'rela'), ('tribula-', 'tribula'), ('-', ''), ('-the', 'the'), ('-a', 'a')]
ST18791211-V05-47-page5.txt: [('Republic-', 'Republic'), ('not-', 'not')]
ST18791211-V05-47-page6.txt: [('-at', 'at'), ('-Wilder', 'Wilder')]
ST18791211-V05-47-page7.txt: [('-', ''), ('unwhole-', 'unwhole'), ('--A', '-A'), ('-', ''), ('--During', '-During'), ('civ-', 'civ'), ('----The', '---The')]
ST18791211-V05-47-page8.txt: [('-', ''), ('-', ''), ('SAB-', 'SAB'), ('-', ''), ('-', ''), ('PP-', 'PP'), ('Ireland."-Oak-', 'Ireland."-Oak'), ('-', ''), ('-', ''), ('-', ''), ('Cum-', 'Cum'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TEACH-', 'TEACH'), ('Patri-', 'Patri'), ('-an', 'an')]
ST18791218-V05-48-page1.txt: [('in-', 'in'), ('car-', 'car')]
ST18791218-V05-48-page10.txt: [('-', ''), ('-Walter', 'Walter'), ('-Not', 'Not'), ('Tommy-', 'Tommy'), ('-', ''), ('de-', 'de'), ('Cup-', 'Cup'), ('-', '')]
ST18791218-V05-48-page2.txt: [('-will', 'will'), ('-', ''), ('-and', 'and'), ('knowl-', 'knowl'), ('-they', 'they'), ('-', ''), ('-', ''), ('-Harriet', 'Harriet'), ('-all', 'all'), ('hearts-', 'hearts')]
ST18791218-V05-48-page3.txt: [('compan-', 'compan'), ('loco-', 'loco'), ('per-', 'per'), ('annuallyre-', 'annuallyre'), ('ex-', 'ex'), ('ques-', 'ques')]
ST18791218-V05-48-page4.txt: [('al-', 'al'), ('-', ''), ('-', ''), ('-', ''), ('days-', 'days'), ('-', ''), ('-', ''), ('--that', '-that'), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('-', '')]
ST18791218-V05-48-page5.txt: [('-and', 'and'), ('-lies', 'lies'), ('minis-', 'minis'), ('-', ''), ('-', '')]
ST18791218-V05-48-page6.txt: [('-a', 'a'), ('-', ''), ('re-', 're')]
ST18791218-V05-48-page7.txt: [('--The', '-The'), ('-.', '.')]
ST18791218-V05-48-page8.txt: [('-writings', 'writings'), ('-not', 'not'), ('-', ''), ('prom-', 'prom'), ('-', ''), ('Prayer-meet-', 'Prayer-meet'), ('Sabbath-', 'Sabbath'), ('-', ''), ('-', ''), ('Wag-', 'Wag'), ('-', ''), ('-', ''), ('covers.-', 'covers.'), ('Seventh-', 'Seventh'), ('covers...-', 'covers...'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TEACH-', 'TEACH'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bab-', 'Bab')]
ST18791218-V05-48-page9.txt: [('-VOLUME', 'VOLUME'), ('-', ''), ('-.', '.'), ('-Aore', 'Aore'), ('A-', 'A'), ('Chris-', 'Chris'), ('Califor-', 'Califor'), ('-', ''), ('False-', 'False'), ('-T.', 'T.'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('Bu-', 'Bu'), ('-', ''), ('-', ''), ('-...', '...'), ('Cat-', 'Cat')]
ST18800108-V06-01-page1.txt: [('re-', 're'), ('faithful-', 'faithful'), ('every-', 'every'), ('prin-', 'prin')]
ST18800108-V06-01-page10.txt: [('--', '-'), ('-white', 'white'), ('--', '-'), ('vio-', 'vio'), ('--', '-'), ('-God', 'God'), ('--', '-')]
ST18800108-V06-01-page11.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('-', ''), ('--', '-'), ('per-', 'per'), ('dispensa-', 'dispensa'), ('--', '-')]
ST18800108-V06-01-page12.txt: [('-', ''), ('-', ''), ('-SIGNS', 'SIGNS'), ('-', ''), ('-page', 'page'), ('magna-', 'magna'), ('Laborosoar-', 'Laborosoar'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bel-', 'Bel'), ('remark-', 'remark'), ('-SANITARIUM', 'SANITARIUM'), ('in-', 'in'), ('pp.-', 'pp.'), ('-', ''), ('-', '')]
ST18800108-V06-01-page2.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('-', ''), ('pos-', 'pos'), ('exceed-', 'exceed'), ('repre-', 'repre')]
ST18800108-V06-01-page3.txt: [('--', '-'), ('--', '-'), ('in-', 'in'), ('com-', 'com'), ('ful-', 'ful')]
ST18800108-V06-01-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800108-V06-01-page5.txt: [('no-', 'no'), ('Aus-', 'Aus'), ('Pales-', 'Pales'), ('utter-', 'utter'), ('starv-', 'starv')]
ST18800108-V06-01-page6.txt: [('impres-', 'impres')]
ST18800108-V06-01-page7.txt: [('distribu-', 'distribu'), ('Bom-', 'Bom'), ('sal-', 'sal'), ('-', ''), ('mate-', 'mate'), ('In-', 'In'), ('Bap-', 'Bap'), ('Ger-', 'Ger'), ('ac-', 'ac'), ('Maga-', 'Maga')]
ST18800108-V06-01-page8.txt: [('-The', 'The'), ('-Mrs.', 'Mrs.'), ('-Bishop', 'Bishop'), ('-It', 'It'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-During', 'During'), ('-De', 'De'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'-", "'"), ('-', ''), ('-', ''), ('-Gov.', 'Gov.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-Of', 'Of'), ('tem-', 'tem'), ('-Delegate', 'Delegate'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('faith-', 'faith'), ('-The', 'The'), ('-Gen.', 'Gen.'), ('-The', 'The'), ('Ken-', 'Ken'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oregon', 'Oregon'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Two', 'Two'), ('-Bishop', 'Bishop'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('shep-', 'shep'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800108-V06-01-page9.txt: [('pres-', 'pres'), ('-"', '"'), ('-', ''), ('-', ''), ('neg-', 'neg')]
ST18800115-V06-02-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('inter-', 'inter'), ('interpre-', 'interpre'), ('-terrible', 'terrible'), ('none-', 'none'), ('ill-', 'ill'), ('in-', 'in'), ('fol-', 'fol'), ('say-', 'say')]
ST18800115-V06-02-page10.txt: [('--', '-'), ('-', ''), ('un-', 'un')]
ST18800115-V06-02-page11.txt: [('-', ''), ('Con-', 'Con'), ('-', ''), ('-', ''), ('-to', 'to'), ('-', '')]
ST18800115-V06-02-page12.txt: [('ASSOCIA-', 'ASSOCIA'), ('regu-', 'regu'), ('-', ''), ('-SIGNS', 'SIGNS'), ('pp.-', 'pp.'), ('-', ''), ('-', ''), ('Presbyterian-', 'Presbyterian'), ('pro-', 'pro'), ('-SANITARIUM', 'SANITARIUM')]
ST18800115-V06-02-page2.txt: [('mar-', 'mar')]
ST18800115-V06-02-page3.txt: [('--', '-'), ('-', ''), ('or-', 'or')]
ST18800115-V06-02-page4.txt: [('persua-', 'persua'), ('-', ''), ('-taken', 'taken'), ('-church', 'church'), ('-.early', '.early'), ('men-', 'men'), ('where-', 'where')]
ST18800115-V06-02-page5.txt: [('-man', 'man'), ('let-', 'let')]
ST18800115-V06-02-page6.txt: [('crea-', 'crea'), ('en-', 'en'), ('over-', 'over'), ('dan-', 'dan')]
ST18800115-V06-02-page7.txt: [('-', ''), ('skill-', 'skill')]
ST18800115-V06-02-page8.txt: [('-workers', 'workers'), ('-The', 'The'), ('-So', 'So'), ('-', ''), ('-President', 'President'), ('-', ''), ('inven-', 'inven'), ('-The', 'The'), ('-The', 'The'), ('-The', 'The'), ('-"', '"'), ('-Clerical', 'Clerical'), ('opposition.-', 'opposition.'), ('-Dr.', 'Dr.'), ('-A', 'A'), ('-The', 'The'), ('-', ''), ('-San', 'San'), ('-Trevina', 'Trevina'), ('-The', 'The'), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-A', 'A'), ('-General', 'General'), ('de-', 'de'), ('-The', 'The'), ('-Advices', 'Advices'), ('-By', 'By'), ('-Dr.', 'Dr.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-As', 'As'), ('-The', 'The'), ('-', ''), ('-The', 'The'), ('-Maine', 'Maine'), ('occu-', 'occu'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('debt-', 'debt'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-What', 'What'), ('-Kossuth', 'Kossuth'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-The', 'The')]
ST18800115-V06-02-page9.txt: [('say-', 'say'), ('-Let', 'Let'), ('well-', 'well'), ('writ-', 'writ'), ('-', ''), ('pal-', 'pal')]
ST18800122-V06-03-page1.txt: [('------', '-----'), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('an-', 'an'), ('de-', 'de'), ('-behold', 'behold'), ('pro-', 'pro'), ('ic--', 'ic-'), ('pa-', 'pa'), ('jour-', 'jour')]
ST18800122-V06-03-page10.txt: [('c-', 'c'), ('-', ''), ('-', ''), ('-', ''), ('ad-', 'ad')]
ST18800122-V06-03-page11.txt: [('-', ''), ('-', ''), ('-SELFISHNESS', 'SELFISHNESS')]
ST18800122-V06-03-page12.txt: [('discov-', 'discov'), ('Hystas-', 'Hystas'), ('-', ''), ('-SANITARIUM', 'SANITARIUM'), ('in-', 'in'), ('dis-', 'dis'), ('-', ''), ('-SIGNS', 'SIGNS'), ('ASSOCIA-', 'ASSOCIA'), ('persist-', 'persist'), ('in-', 'in'), ('pp.-', 'pp.'), ('-', '')]
ST18800122-V06-03-page2.txt: [('-', ''), ('-', ''), ('-come.', 'come.'), ('-', ''), ('-', ''), ('-', '')]
ST18800122-V06-03-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('in-', 'in')]
ST18800122-V06-03-page4.txt: [('-', ''), ('be-', 'be'), ('His-', 'His'), ('mill-', 'mill'), ('ser-', 'ser'), ('deliv-', 'deliv'), ('command-', 'command'), ('-To', 'To'), ('Sam-', 'Sam'), ('-', '')]
ST18800122-V06-03-page5.txt: [('-', ''), ('pos-', 'pos'), ('an-', 'an'), ('-', ''), ('acquaint-', 'acquaint')]
ST18800122-V06-03-page6.txt: [('un-', 'un'), ('t-', 't'), ('out-', 'out'), ('-', ''), ('oppor-', 'oppor'), ('complain-', 'complain'), ('instan-', 'instan'), ('.-', '.'), ('Iit--', 'Iit-'), ('-', ''), ('-', ''), ('-.E', '.E'), ('-', ''), ('.-', '.'), ('z-', 'z'), ('.-', '.'), ('-', '')]
ST18800122-V06-03-page7.txt: [('-other', 'other'), ('tribu-', 'tribu'), ('-.', '.'), ('P--', 'P-'), ('not."L-', 'not."L'), ('unac-', 'unac'), ('un-', 'un'), ('gar-', 'gar')]
ST18800122-V06-03-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('separ-', 'separ'), ('-During', 'During'), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-Gen.', 'Gen.'), ('-The', 'The'), ('-', ''), ('-Diphtheria', 'Diphtheria'), ('-', ''), ('-George', 'George'), ('-', ''), ('-It', 'It'), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-There', 'There'), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Lander-', 'Lander'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-During', 'During'), ('-', ''), ('-Diphtheria', 'Diphtheria'), ('-Secretary', 'Secretary'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('D-', 'D'), ('-', '')]
ST18800122-V06-03-page9.txt: [('em-', 'em'), ('-', ''), ('gos-', 'gos'), ('-', ''), ('-', '')]
ST18800129-V06-04-page1.txt: [('tray-', 'tray'), ('govern-', 'govern'), ('afflic-', 'afflic'), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('per-', 'per'), ('breth-', 'breth')]
ST18800129-V06-04-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('import-', 'import'), ('-', ''), ('connection-', 'connection'), ('reali-', 'reali'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-worlds', 'worlds'), ('con-', 'con'), ('-', '')]
ST18800129-V06-04-page11.txt: [('.-', '.'), ('-', ''), ('-', ''), ('-Pekin', 'Pekin'), ('argu-', 'argu'), ('-', ''), ('mys-', 'mys'), ('--SANITARIUM', '-SANITARIUM'), ('at-', 'at')]
ST18800129-V06-04-page12.txt: [('-', ''), ('examine-', 'examine'), ('-', ''), ('-', ''), ('pleas-', 'pleas'), ('Alex-', 'Alex'), ('doc-', 'doc')]
ST18800129-V06-04-page2.txt: [('gen-', 'gen'), ('expul-', 'expul'), ('-', ''), ('re-', 're')]
ST18800129-V06-04-page3.txt: [('-', ''), ('con-', 'con'), ('pro-', 'pro'), ('-', ''), ('follow-', 'follow'), ('hea-', 'hea'), ('hea-', 'hea'), ('-', ''), ('sud-', 'sud'), ('-woe', 'woe'), ('indi-', 'indi')]
ST18800129-V06-04-page4.txt: [('-', ''), ('BAP-', 'BAP'), ('an-', 'an'), ('dis-', 'dis'), ('-under."', 'under."'), ('meet-', 'meet'), ('con-', 'con'), ('differ-', 'differ')]
ST18800129-V06-04-page5.txt: [('TI-', 'TI')]
ST18800129-V06-04-page6.txt: [('-', ''), ('-and', 'and'), ('-', ''), ('-', '')]
ST18800129-V06-04-page7.txt: [('-took', 'took'), ('Sabbath-', 'Sabbath')]
ST18800129-V06-04-page8.txt: [('-', ''), ('-The', 'The'), ('-', ''), ('-The', 'The'), ('-Severe', 'Severe'), ('-The', 'The'), ('-It', 'It'), ('-', ''), ('-A', 'A'), ('-By', 'By'), ('-General', 'General'), ('-Congressman', 'Congressman'), ('-The', 'The'), ('-', ''), ('-', ''), ('-General', 'General'), ('-French', 'French'), ('-The', 'The'), ('-A', 'A'), ('-A', 'A'), ('-Naples', 'Naples'), ('-A', 'A'), ('-A', 'A'), ('Col-', 'Col'), ('-', ''), ('-New', 'New'), ('-The', 'The'), ('-Holland', 'Holland'), ('-', ''), ('-The', 'The'), ('-', ''), ('-A', 'A'), ('-On', 'On'), ('-"A', '"A'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-The', 'The'), ("-Philadelphia's", "Philadelphia's"), ('-The', 'The'), ('-Heavy', 'Heavy'), ('-Lieut.', 'Lieut.'), ('-By', 'By'), ('-Fresno', 'Fresno'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('McCor-', 'McCor'), ('-Napa', 'Napa'), ('-Yolo', 'Yolo'), ('-', ''), ('-Tehama', 'Tehama'), ('-Alameda', 'Alameda'), ('-San', 'San'), ('-Los', 'Los'), ('-Fifteen', 'Fifteen'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800129-V06-04-page9.txt: [('-', ''), ('-', '')]
ST18800205-V06-05-page1.txt: [('bless-', 'bless'), ('-', ''), ('------', '-----'), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pre-', 'pre')]
ST18800205-V06-05-page10.txt: [('-', ''), ('pre-', 'pre')]
ST18800205-V06-05-page11.txt: [('like-', 'like'), ('in-', 'in'), ('math-', 'math'), ('per-', 'per'), ('sub-', 'sub')]
ST18800205-V06-05-page12.txt: [('argu-', 'argu'), ('-', ''), ('res-', 'res'), ('-', ''), ('re-', 're'), ('fulfill-', 'fulfill')]
ST18800205-V06-05-page2.txt: [('phi-', 'phi'), ('Old-', 'Old'), ('wit-', 'wit'), ('con-', 'con'), ('-', ''), ('help-', 'help')]
ST18800205-V06-05-page3.txt: [('-', ''), ('-', ''), ('centu-', 'centu'), ('wor-', 'wor'), ('-', ''), ('--', '-'), ('al-', 'al')]
ST18800205-V06-05-page4.txt: [('-', ''), ('-', ''), ('-ten', 'ten'), ('-', ''), ('-', '')]
ST18800205-V06-05-page5.txt: [('do-', 'do'), ('liberal-', 'liberal'), ('con-', 'con'), ('-us', 'us'), ('benevo-', 'benevo'), ('com-', 'com')]
ST18800205-V06-05-page6.txt: [('en-', 'en'), ('South-', 'South'), ('.la-', '.la'), ('addi-', 'addi'), ('interest-', 'interest'), ('Tues-', 'Tues'), ('im-', 'im'), ('pro-', 'pro')]
ST18800205-V06-05-page7.txt: [('fifty-', 'fifty'), ('-Than', 'Than')]
ST18800205-V06-05-page8.txt: [('-', ''), ('encourage-', 'encourage'), ('-', ''), ('-Germany', 'Germany'), ('-Infectious', 'Infectious'), ('-', ''), ('-', ''), ('-Further', 'Further'), ('-', ''), ('-', ''), ('-', ''), ('pres-', 'pres'), ('-Bismarck', 'Bismarck'), ('-', ''), ('-', ''), ('Af-', 'Af'), ('-The', 'The'), ('-', ''), ('at-', 'at'), ('selec-', 'selec'), ('-', ''), ('-The', 'The'), ('-', ''), ('-Chas.', 'Chas.'), ('-The', 'The'), ('Spirit-', 'Spirit'), ('-Icicles', 'Icicles'), ('-', ''), ('-It', 'It'), ('re-', 're'), ('ex-', 'ex'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Beaconsfield', 'Beaconsfield'), ('-Yellow', 'Yellow'), ('-Disastrous', 'Disastrous'), ('-', ''), ('-The', 'The'), ('-', '')]
ST18800205-V06-05-page9.txt: [('-', ''), ('reve-', 'reve'), ('abhor-', 'abhor'), ('af-', 'af'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('-', ''), ('-', '')]
ST18800212-V06-06-page1.txt: [('nu-', 'nu'), ('-------', '------'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-praise', 'praise'), ('them-', 'them')]
ST18800212-V06-06-page10.txt: [('-man-traps', 'man-traps')]
ST18800212-V06-06-page11.txt: [('-tea-table', 'tea-table'), ('noth-', 'noth'), ('differ-', 'differ'), ('ef-', 'ef'), ('disposi-', 'disposi')]
ST18800212-V06-06-page12.txt: [('Ro-', 'Ro'), ('-', ''), ('-', ''), ('Ro-', 'Ro'), ('in-', 'in'), ('-', ''), ('sur-', 'sur'), ('-', ''), ('pow-', 'pow'), ('-', ''), ('PP-', 'PP'), ('-SANITARIUM', 'SANITARIUM'), ('-SIGNS', 'SIGNS'), ('pp.-', 'pp.')]
ST18800212-V06-06-page2.txt: [('manufact-', 'manufact'), ("'fair-", "'fair"), ('con-', 'con'), ('"pil-', '"pil')]
ST18800212-V06-06-page3.txt: [('na-', 'na'), ('-', ''), ('flour-', 'flour'), ('num-', 'num')]
ST18800212-V06-06-page4.txt: [('mean-', 'mean'), ('sal-', 'sal'), ('pro-', 'pro'), ('-', ''), ('denomina-', 'denomina'), ('be-', 'be'), ('-work.', 'work.'), ('ob-', 'ob')]
ST18800212-V06-06-page5.txt: [('-', ''), ('Philis-', 'Philis'), ('Jer-', 'Jer')]
ST18800212-V06-06-page6.txt: [('secur-', 'secur'), ('weak-', 'weak'), ('-', ''), ('Scof-', 'Scof')]
ST18800212-V06-06-page7.txt: [('writ-', 'writ'), ('come--', 'come-'), ('feet-', 'feet'), ('mon-', 'mon'), ('-', ''), ('-', ''), ('re-', 're'), ('disput-', 'disput'), ('covetous-', 'covetous'), ('read-', 'read')]
ST18800212-V06-06-page8.txt: [('-Philadelphia', 'Philadelphia'), ('-A', 'A'), ('-Two', 'Two'), ('-The', 'The'), ('-', ''), ('-A', 'A'), ('de-', 'de'), ('-Presbyterian', 'Presbyterian'), ('-', ''), ('-The', 'The'), ('-There', 'There'), ('-Cetawayo', 'Cetawayo'), ('-', ''), ('som-', 'som'), ('-', ''), ('-', ''), ('-There', 'There'), ('-', ''), ('-Chicago', 'Chicago'), ('-The', 'The'), ('-', ''), ('-Lowell', 'Lowell'), ('-A', 'A'), ('-Near', 'Near'), ('-Adolphe', 'Adolphe'), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('-Terrible', 'Terrible'), ('-A', 'A'), ('-', ''), ('-A', 'A'), ('-Two', 'Two'), ('-The', 'The'), ('-The', 'The'), ('organ-', 'organ'), ('await-', 'await'), ('-', ''), ('pro-', 'pro'), ('-An', 'An'), ('Frank-', 'Frank'), ('-', ''), ('-', ''), ('-', ''), ('-By', 'By'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-General', 'General'), ('command-', 'command'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-New', 'New'), ('-Near', 'Near'), ('land-', 'land'), ('-', ''), ('-', ''), ('-', ''), ('-Four', 'Four'), ('Prov-', 'Prov'), ('-The', 'The'), ('-Throughout', 'Throughout'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800212-V06-06-page9.txt: [('dispas-', 'dispas'), ('neces-', 'neces'), ('ab-', 'ab'), ('frag-', 'frag'), ('chemis-', 'chemis')]
ST18800219-V06-07-page1.txt: [('char-', 'char'), ('sur-', 'sur'), ('-', ''), ('-', ''), ('self-ex-', 'self-ex'), ('moun-', 'moun'), ('chan-', 'chan'), ('wan-', 'wan'), ('Con-', 'Con')]
ST18800219-V06-07-page10.txt: [('be-', 'be'), ('He-', 'He'), ('acknowl-', 'acknowl'), ('sub-', 'sub'), ('fer-', 'fer'), ('in-', 'in')]
ST18800219-V06-07-page11.txt: [('-', ''), ('-', ''), ('giv-', 'giv')]
ST18800219-V06-07-page12.txt: [('coun-', 'coun'), ('Mace-', 'Mace'), ('-', ''), ('-it', 'it'), ('-', ''), ('-SIGNS', 'SIGNS'), ('-a', 'a'), ('-SANITARIUM', 'SANITARIUM'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800219-V06-07-page2.txt: [('follow-', 'follow'), ('Testa-', 'Testa'), ('pre-', 'pre'), ('repudi-', 'repudi'), ('con-', 'con'), ('F-', 'F')]
ST18800219-V06-07-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('salva-', 'salva'), ('-', ''), ('gos-', 'gos'), ('Judg-', 'Judg'), ('warn-', 'warn'), ('be-', 'be')]
ST18800219-V06-07-page4.txt: [('-', ''), ('de-', 'de'), ('-', ''), ('proposi-', 'proposi'), ('king-', 'king'), ('over-', 'over'), ('-', ''), ('-', '')]
ST18800219-V06-07-page5.txt: [('-What', 'What'), ('-We', 'We'), ('dis-', 'dis'), ('-confide', 'confide'), ('-that', 'that'), ('-controlled', 'controlled'), ('-to', 'to'), ('-"', '"'), ('-come."', 'come."'), ('ne-', 'ne'), ('people.-', 'people.'), ('-', ''), ('z-', 'z'), ('fall.-', 'fall.'), ('-', ''), ('adherents.-', 'adherents.'), ('-', ''), ('un-', 'un'), ('irreso-', 'irreso'), ('-covering', 'covering'), ('-to', 'to')]
ST18800219-V06-07-page6.txt: [('impor-', 'impor'), ('temper-', 'temper')]
ST18800219-V06-07-page7.txt: [('-', '')]
ST18800219-V06-07-page8.txt: [('-Baroness', 'Baroness'), ('-Small-pox', 'Small-pox'), ('-A', 'A'), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('sec-', 'sec'), ('-A', 'A'), ('-The', 'The'), ('-Letters', 'Letters'), ('-The', 'The'), ('-', ''), ('--Two', '-Two'), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('out-', 'out'), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-', ''), ('-A', 'A'), ('-The', 'The'), ('-King', 'King'), ('-The', 'The'), ('-Trinity', 'Trinity'), ('-', ''), ('-A', 'A'), ('mem-', 'mem'), ('-', ''), ('-', ''), ('-Four', 'Four'), ('ex-', 'ex'), ('-The', 'The'), ('-Considerable', 'Considerable'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Illinois', '-Illinois'), ('-For', 'For'), ('-', ''), ('-', ''), ('-', ''), ('-In', 'In'), ('devas-', 'devas'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-General', 'General'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800219-V06-07-page9.txt: [('-', ''), ('-', ''), ('develope-', 'develope'), ('them-', 'them'), ('dimen-', 'dimen')]
ST18800226-V06-08-page1.txt: [('unap-', 'unap'), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('cour-', 'cour'), ('-substiearned.', 'substiearned.')]
ST18800226-V06-08-page10.txt: [('con-', 'con'), ('twenty-', 'twenty'), ('-Miss', 'Miss'), ('for-', 'for')]
ST18800226-V06-08-page11.txt: [('win-', 'win'), ('cook-', 'cook'), ('con-', 'con'), ('Institution-', 'Institution'), ('poison-', 'poison'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pro-', 'pro')]
ST18800226-V06-08-page12.txt: [('inter-', 'inter'), ('-R', 'R'), ('Eu-', 'Eu'), ('-', ''), ('king-', 'king'), ('in-', 'in')]
ST18800226-V06-08-page2.txt: [('con-', 'con'), ('man-', 'man'), ('com-', 'com'), ('ex-', 'ex'), ('CONSTI-', 'CONSTI'), ('an-', 'an'), ('com-', 'com')]
ST18800226-V06-08-page3.txt: [('earn-', 'earn'), ('-', ''), ('incon-', 'incon'), ('impor-', 'impor'), ('stand-', 'stand'), ('-', '')]
ST18800226-V06-08-page4.txt: [('-', ''), ('typ-', 'typ'), ('ex-', 'ex'), ('Univer-', 'Univer'), ('sus-', 'sus'), ('investi-', 'investi'), ('Re-', 'Re'), ('ex-', 'ex')]
ST18800226-V06-08-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('an-', 'an'), ('con-', 'con'), ('de-', 'de')]
ST18800226-V06-08-page6.txt: [('in-', 'in'), ('be-', 'be'), ('read-', 'read'), ('man-', 'man'), ('excel-', 'excel')]
ST18800226-V06-08-page7.txt: [('refer-', 'refer'), ('Disci-', 'Disci'), ('coin-', 'coin'), ('oth-', 'oth'), ('valua-', 'valua')]
ST18800226-V06-08-page8.txt: [('-', ''), ('-De', 'De'), ('-', ''), ('-Frank', 'Frank'), ('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('-Victor', 'Victor'), ('-London', 'London'), ('-A', 'A'), ('-The', 'The'), ('-Prof.', 'Prof.'), ('-', ''), ('-Dean', 'Dean'), ('-The', 'The'), ('immedi-', 'immedi'), ('-Forty', 'Forty'), ('-', ''), ('-A', 'A'), ('-The', 'The'), ('-', ''), ('-The', 'The'), ('-A', 'A'), ('-From', 'From'), ('-', ''), ('-One-third', 'One-third'), ('-The', 'The'), ('en-', 'en'), ('-According', 'According'), ('-A', 'A'), ('-The', 'The'), ('-The', 'The'), ('-The', 'The'), ('-Mrs.', 'Mrs.'), ('-The', 'The'), ('-At', 'At'), ('-The', 'The'), ('-A', 'A'), ('-Thirty', 'Thirty'), ('-', ''), ('-', ''), ('-Monday', 'Monday'), ('-A', 'A'), ('-Rev.', 'Rev.'), ('-Near', 'Near'), ('-The', 'The'), ('-The', 'The'), ('-In', 'In'), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('gal-', 'gal'), ('-', ''), ('-At', 'At'), ('-', ''), ('-In', 'In'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Baron', 'Baron'), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-MYtehell', 'MYtehell'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800226-V06-08-page9.txt: [('-', ''), ('"morn-', '"morn'), ('-', ''), ('-', ''), ('mur-', 'mur'), ('-', ''), ('in-', 'in'), ('au-', 'au')]
ST18800304-V06-09-page1.txt: [('foretell-', 'foretell'), ('remon-', 'remon'), ('re-', 're')]
ST18800304-V06-09-page10.txt: [('pre-', 'pre'), ('pro-', 'pro'), ('advo-', 'advo'), ('pri-', 'pri')]
ST18800304-V06-09-page11.txt: [('temper-', 'temper'), ('-Tom', 'Tom'), ('-', ''), ('re-', 're'), ('dy-', 'dy')]
ST18800304-V06-09-page12.txt: [('ASSOCIA-', 'ASSOCIA'), ('re-', 're'), ('-', ''), ('-', ''), ('By-', 'By'), ('--By', '-By'), ('Mon-', 'Mon'), ('PP-', 'PP'), ('-', ''), ('depop-', 'depop'), ('cata-', 'cata'), ('rail-', 'rail'), ('-', '')]
ST18800304-V06-09-page2.txt: [('Mahala-', 'Mahala'), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-vciiittcn', 'vciiittcn')]
ST18800304-V06-09-page3.txt: [('seem-', 'seem'), ('Cal-', 'Cal'), ('beauti-', 'beauti'), ('hav-', 'hav'), ('inspira-', 'inspira'), ('mat-', 'mat'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('three-', 'three')]
ST18800304-V06-09-page4.txt: [('-', ''), ('en-', 'en'), ('en-', 'en')]
ST18800304-V06-09-page5.txt: [('re-', 're'), ('Scot-', 'Scot'), ('inter-', 'inter'), ('proph-', 'proph'), ('-did', 'did'), ('be-', 'be'), ('inform-', 'inform'), ('re-', 're'), ('skepti-', 'skepti')]
ST18800304-V06-09-page6.txt: [('tell-', 'tell'), ('substan-', 'substan'), ('fur-', 'fur')]
ST18800304-V06-09-page7.txt: [('it-', 'it'), ('Temper-', 'Temper'), ('-ance', 'ance'), ('-coffee', 'coffee'), ('every-', 'every'), ('cry-', 'cry'), ('polite-', 'polite'), ('Gen-', 'Gen'), ('dis-', 'dis'), ('our-', 'our')]
ST18800304-V06-09-page8.txt: [('inter-', 'inter'), ('clergy-', 'clergy'), ('Free-', 'Free'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('instruc-', 'instruc'), ('-', ''), ('-', ''), ('-', ''), ('Na-', 'Na'), ('con-', 'con'), ('-would', 'would'), ('sla-', 'sla'), ('topo-', 'topo'), ('deter-', 'deter'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('writ-', 'writ'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800304-V06-09-page9.txt: [('-', ''), ('-', ''), ('dur-', 'dur'), ('with-', 'with'), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('fur-', 'fur'), ('Lau-', 'Lau'), ('act-', 'act'), ('-', ''), ('Neb-', 'Neb')]
ST18800311-V06-10-page1.txt: [('de-', 'de'), ('enchant-', 'enchant'), ('-', ''), ('-', ''), ('-and', 'and'), ('-', '')]
ST18800311-V06-10-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--most', '-most'), ('-', ''), ('-wood', 'wood')]
ST18800311-V06-10-page11.txt: [('-married', 'married'), ('--Edwin', '-Edwin'), ('triumph-', 'triumph'), ("-you's", "you's")]
ST18800311-V06-10-page12.txt: [('-', ''), ('-', ''), ('por-', 'por'), ('struc-', 'struc'), ('relig-', 'relig'), ('Em-', 'Em'), ('-', ''), ('--', '-'), ('un-', 'un'), ('rail-', 'rail'), ('ASSOCIA-', 'ASSOCIA'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800311-V06-10-page2.txt: [('-', ''), ('-', ''), ('ex-', 'ex'), ('conse-', 'conse'), ('-', '')]
ST18800311-V06-10-page3.txt: [('-', ''), ('posses-', 'posses'), ('ego-', 'ego'), ('command-', 'command'), ('-us', 'us'), ('-then', 'then'), ('-wrecks', 'wrecks'), ('speak-', 'speak')]
ST18800311-V06-10-page4.txt: [('Cro-', 'Cro'), ('-', '')]
ST18800311-V06-10-page5.txt: [('-', ''), ('allow.-', 'allow.'), ('affirma-', 'affirma'), ('indica-', 'indica')]
ST18800311-V06-10-page6.txt: [('praise-', 'praise'), ('twenty-', 'twenty')]
ST18800311-V06-10-page7.txt: [('procla-', 'procla'), ('-the', 'the'), ('contem-', 'contem'), ('fa-', 'fa')]
ST18800311-V06-10-page8.txt: [('CAL-', 'CAL'), ('favor-', 'favor'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Minnesota-', 'Minnesota'), ('at-', 'at'), ('-', ''), ('recom-', 'recom'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sab-', 'Sab')]
ST18800311-V06-10-page9.txt: [('bib-', 'bib'), ('phi-', 'phi'), ('-', ''), ('in-', 'in'), ('-', ''), ('apos-', 'apos')]
ST18800318-V06-11-page1.txt: [('destroy-', 'destroy'), ('deliver-', 'deliver'), ('them-', 'them'), ('for-', 'for'), ('-', '')]
ST18800318-V06-11-page10.txt: [('bat-', 'bat'), ('nor-', 'nor')]
ST18800318-V06-11-page11.txt: [('weep-', 'weep'), ('wilder-', 'wilder'), ('--The', '-The'), ('govern-', 'govern'), ('dis-', 'dis'), ('pow-', 'pow'), ('Char-', 'Char'), ('institu-', 'institu'), ('re-', 're'), ('prop-', 'prop')]
ST18800318-V06-11-page12.txt: [('Prayer-', 'Prayer'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cop-', 'cop'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ASSOCIA-', 'ASSOCIA'), ('pp.-', 'pp.'), ('-', ''), ('-', ''), ('cata-', 'cata'), ('fol-', 'fol'), ('de-', 'de'), ('-', ''), ('law-', 'law'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('Ravens-', 'Ravens'), ('-----', '----'), ('---', '--')]
ST18800318-V06-11-page2.txt: [('-killing', 'killing'), ('-half', 'half')]
ST18800318-V06-11-page3.txt: [('be-', 'be'), ('threat-', 'threat')]
ST18800318-V06-11-page4.txt: [('-white', 'white'), ('-', ''), ('treas-', 'treas'), ('dis-', 'dis'), ('pro-', 'pro'), ('concern-', 'concern'), ('im-', 'im'), ('-', ''), ('or-', 'or'), ('CHURCH-', 'CHURCH')]
ST18800318-V06-11-page5.txt: [('observ-', 'observ'), ('-', ''), ('sum-', 'sum'), ('-', ''), ('posi-', 'posi'), ('beauti-', 'beauti'), ('teach-', 'teach'), ('-', ''), ('Sabbath-', 'Sabbath'), ('ex-', 'ex'), ('Sabbath-', 'Sabbath')]
ST18800318-V06-11-page6.txt: [('Ad-', 'Ad'), ('im-', 'im'), ('glo-', 'glo'), ('sanc-', 'sanc'), ('-Vicar', 'Vicar'), ('conver-', 'conver')]
ST18800318-V06-11-page7.txt: [('t-', 't'), ('-', ''), ('dark-', 'dark'), ('pur-', 'pur'), ('-the', 'the'), ('pres-', 'pres'), ('experi-', 'experi'), ('dis-', 'dis')]
ST18800318-V06-11-page8.txt: [('pro-', 'pro'), ('stimulat-', 'stimulat'), ('-', ''), ("-shall'", "shall'"), ('-', '')]
ST18800318-V06-11-page9.txt: [('sub-', 'sub'), ('min-', 'min'), ('men-', 'men'), ('Camp-', 'Camp'), ('appropri-', 'appropri'), ('re-', 're'), ('sub-', 'sub'), ('-', ''), ('dis-', 'dis')]
ST18800325-V06-12-page1.txt: [('hence-', 'hence'), ('wor-', 'wor'), ('deliver-', 'deliver'), ('aton-', 'aton'), ('ser-', 'ser'), ('-must', 'must')]
ST18800325-V06-12-page10.txt: [('hard-', 'hard'), ('-determined', 'determined')]
ST18800325-V06-12-page11.txt: [('direct-', 'direct'), ('procla-', 'procla'), ('quali-', 'quali'), ('blas-', 'blas'), ('Re-', 'Re'), ('de-', 'de'), ('Concord-', 'Concord'), ('Script-', 'Script'), ('post-', 'post')]
ST18800325-V06-12-page12.txt: [('car-', 'car'), ('nat-', 'nat'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('AMP-', 'AMP'), ('-', ''), ('-page', 'page'), ('de-', 'de'), ('Ex-', 'Ex'), ('-page', 'page'), ('-', ''), ('en-', 'en'), ('-', ''), ('-', ''), ('-accept', 'accept'), ('-', ''), ('MEETING-', 'MEETING'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('Ravens-', 'Ravens')]
ST18800325-V06-12-page2.txt: [('fol-', 'fol'), ('de-', 'de'), ('won-', 'won'), ('some-', 'some'), ('-', ''), ('govern-', 'govern'), ('ex-', 'ex')]
ST18800325-V06-12-page3.txt: [('-', ''), ('Con-', 'Con')]
ST18800325-V06-12-page4.txt: [('prize-', 'prize'), ('an-', 'an'), ('-', ''), ('-', ''), ('-', ''), ('interpre-', 'interpre')]
ST18800325-V06-12-page5.txt: [('Penta-', 'Penta'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-water', 'water'), ('-withbefore', 'withbefore'), ('unchris-', 'unchris'), ('bap-', 'bap'), ('-', ''), ('"-', '"'), ('ex-', 'ex'), ('ex-', 'ex')]
ST18800325-V06-12-page6.txt: [('ad-', 'ad'), ('-w.e', 'w.e'), ('-', ''), ('sub-', 'sub'), ('com-', 'com')]
ST18800325-V06-12-page7.txt: [('com-', 'com'), ('Switzer-', 'Switzer'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800325-V06-12-page8.txt: [('-', ''), ('ques-', 'ques'), ('Script-', 'Script')]
ST18800325-V06-12-page9.txt: [('knowl-', 'knowl'), ('ex-', 'ex'), ('in-', 'in'), ('com-', 'com'), ('mud-', 'mud'), ('dis-', 'dis')]
ST18800401-V06-13-page1.txt: [('for-', 'for'), ('wail-', 'wail'), ('compas-', 'compas'), ('har-', 'har')]
ST18800401-V06-13-page10.txt: [('Vol-', 'Vol'), ('liter-', 'liter'), ('Pom-', 'Pom'), ('Memo-', 'Memo')]
ST18800401-V06-13-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ASSOCIA-', 'ASSOCIA'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Law-', 'Law'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Re-', 'Re'), ('certifi-', 'certifi')]
ST18800401-V06-13-page12.txt: [('ad-', 'ad'), ('At-', 'At'), ('in-', 'in'), ('-', ''), ('OR.--', 'OR.-'), ('Ravens-', 'Ravens'), ('organ-', 'organ'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800401-V06-13-page2.txt: [('disre-', 'disre'), ('impreg-', 'impreg'), ('-the', 'the')]
ST18800401-V06-13-page3.txt: [('suf-', 'suf'), ('be-', 'be')]
ST18800401-V06-13-page4.txt: [('life--', 'life-'), ('-interest.', 'interest.'), ('obedi-', 'obedi'), ('-its', 'its')]
ST18800401-V06-13-page5.txt: [('adorn-', 'adorn')]
ST18800401-V06-13-page6.txt: [('-', ''), ('re-', 're'), ('-', ''), ('ex-', 'ex'), ('transgres-', 'transgres'), ('-', ''), ('concern-', 'concern'), ('significa-', 'significa'), ('au-', 'au')]
ST18800401-V06-13-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('oc-', 'oc'), ('re-', 're'), ('be-', 'be'), ('be-', 'be'), ('hum-', 'hum'), ('any-', 'any'), ('it-', 'it')]
ST18800401-V06-13-page8.txt: [('peo-', 'peo'), ('-', ''), ('act-', 'act'), ('sec-', 'sec'), ('-', '')]
ST18800401-V06-13-page9.txt: [('attend-', 'attend'), ('quar-', 'quar'), ('pro-', 'pro'), ('pre-', 'pre'), ('To-', 'To')]
ST18800408-V06-14-page1.txt: [('-no', 'no'), ('hard-', 'hard'), ('mani-', 'mani'), ('sol-', 'sol'), ('con-', 'con'), ('work-', 'work'), ('num-', 'num')]
ST18800408-V06-14-page11.txt: [('cal-', 'cal'), ('PP-', 'PP'), ('in-', 'in'), ('-SANITARIUM', 'SANITARIUM'), ('further-', 'further'), ('-', ''), ('-SIGNS', 'SIGNS'), ('ASSOCIA-', 'ASSOCIA'), ('pp.-', 'pp.'), ('preju-', 'preju'), ('giv-', 'giv')]
ST18800408-V06-14-page12.txt: [('locali-', 'locali'), ('Cal-', 'Cal'), ('corn-', 'corn'), ('-', ''), ('meet-', 'meet'), ('prepar-', 'prepar'), ('ex-', 'ex'), ('dis-', 'dis'), ('direc-', 'direc'), ('con-', 'con'), ('per-', 'per'), ('dane-', 'dane'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800408-V06-14-page2.txt: [('ex-', 'ex'), ('ac-', 'ac'), ('pro-', 'pro'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Green-', 'Green')]
ST18800408-V06-14-page3.txt: [('command-', 'command'), ('-', ''), ('-commercial', 'commercial'), ('-', ''), ('-', ''), ('-what', 'what'), ('adop-', 'adop'), ('concern-', 'concern'), ('-', ''), ('forbid-', 'forbid'), ('ex-', 'ex')]
ST18800408-V06-14-page4.txt: [('ap-', 'ap'), ('accus-', 'accus'), ('con-', 'con'), ('-', ''), ('-', '')]
ST18800408-V06-14-page5.txt: [('-', ''), ('death-', 'death'), ('non-', 'non'), ('con-', 'con'), ('Ad-', 'Ad'), ('world-', 'world')]
ST18800408-V06-14-page6.txt: [('-', ''), ('-', ''), ('-be', 'be'), ('for-', 'for'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Rev-', 'Rev'), ('lit-', 'lit'), ('-', ''), ('pre-', 'pre'), ('-', ''), ('some-', 'some'), ('-', ''), ('ex-', 'ex'), ('be-', 'be'), ('-', '')]
ST18800408-V06-14-page7.txt: [('-', ''), ('ex-', 'ex'), ('be-', 'be'), ('dissatis-', 'dissatis'), ('respon-', 'respon'), ('publish-', 'publish'), ('enter-', 'enter'), ('command-', 'command')]
ST18800408-V06-14-page8.txt: [('ex-', 'ex'), ('in-', 'in'), ('cer-', 'cer'), ('-up', 'up')]
ST18800408-V06-14-page9.txt: [('meet-', 'meet'), ('king-', 'king'), ('speak-', 'speak'), ('encour-', 'encour')]
ST18800415-V06-15-page1.txt: [('di-', 'di')]
ST18800415-V06-15-page10.txt: [('benevo-', 'benevo')]
ST18800415-V06-15-page11.txt: [('-', ''), ('ob-', 'ob'), ('Paul.-', 'Paul.'), ('Sinai.-', 'Sinai.'), ('-its', 'its'), ('pp.-', 'pp.'), ('in-', 'in'), ('-SANITARIUM', 'SANITARIUM'), ('-', ''), ('-SIGNS', 'SIGNS'), ('ASSOCIA-', 'ASSOCIA'), ('Des-', 'Des'), ('PP-', 'PP')]
ST18800415-V06-15-page12.txt: [('-page', 'page'), ('-page', 'page'), ('-In', 'In'), ('-page', 'page'), ('-page', 'page'), ('-A', 'A'), ('-Russian', 'Russian'), ('-The', 'The'), ('-', ''), ('-Severe', 'Severe'), ('-page', 'page'), ('meet-', 'meet'), ('-The', 'The'), ('-Seven', 'Seven'), ('-A', 'A'), ('-There', 'There'), ('-Dr.', 'Dr.'), ('Con-', 'Con'), ('-A', 'A'), ('ex-', 'ex'), ('im-', 'im'), ('-Instead', 'Instead'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('them-', 'them'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('some-', 'some'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('fol-', 'fol'), ('-', ''), ('-', ''), ('Edition.-', 'Edition.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('neces-', 'neces'), ('-', ''), ('-', ''), ('-', ''), ('-In', 'In'), ('absolu-', 'absolu'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sa-', 'sa'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Hon.', 'Hon.'), ('-There', 'There'), ('-----', '----'), ('Edition.-', 'Edition.'), ('-OR--', 'OR--'), ('Main-', 'Main'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800415-V06-15-page2.txt: [('-beast.', 'beast.'), ('-', ''), ('war-', 'war'), ('re-', 're'), ('im-', 'im'), ('de-', 'de'), ('cere-', 'cere'), ('de-', 'de'), ('hiero-', 'hiero')]
ST18800415-V06-15-page3.txt: [('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('cir-', 'cir'), ('-', ''), ('noth-', 'noth'), ('ES-', 'ES'), ('ex-', 'ex'), ('exam-', 'exam'), ('-', ''), ('-', ''), ('-', '')]
ST18800415-V06-15-page4.txt: [('de-', 'de'), ('uni-', 'uni'), ('em-', 'em'), ('earth-', 'earth'), ('or-', 'or'), ('-', ''), ('under-', 'under')]
ST18800415-V06-15-page5.txt: [('HIN-', 'HIN')]
ST18800415-V06-15-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800415-V06-15-page7.txt: [('untir-', 'untir'), ('hal-', 'hal'), ('possi-', 'possi'), ('Jeho-', 'Jeho'), ('con-', 'con'), ('com-', 'com'), ('con-', 'con')]
ST18800415-V06-15-page8.txt: [('adjourn-', 'adjourn'), ('through-', 'through'), ('-', ''), ('-', '')]
ST18800415-V06-15-page9.txt: [('Bap-', 'Bap'), ('-', ''), ('-for', 'for'), ('-', '')]
ST18800422-V06-16-page1.txt: [('-', ''), ('im-', 'im')]
ST18800422-V06-16-page10.txt: [('birth-', 'birth'), ('beauti-', 'beauti'), ('indul-', 'indul'), ('-', ''), ('re-', 're'), ('old-', 'old'), ('post-', 'post'), ('Elen-', 'Elen'), ('Hol-', 'Hol')]
ST18800422-V06-16-page11.txt: [('-', ''), ('-', ''), ('over-', 'over'), ('-', ''), ('instruc-', 'instruc'), ('pp.-', 'pp.'), ('im-', 'im'), ('-of', 'of'), ('-object', 'object'), ('-', ''), ('-', ''), ('-SANITARIUM', 'SANITARIUM'), ('-SIGNS', 'SIGNS'), ('ASSOCIA-', 'ASSOCIA')]
ST18800422-V06-16-page12.txt: [('Noth-', 'Noth'), ('-', ''), ('-', ''), ('ter-', 'ter'), ('Twenty-', 'Twenty'), ('-', ''), ('-a', 'a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-In', 'In'), ('So-', 'So'), ('-page', 'page'), ('-', ''), ('Edition.-', 'Edition.'), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('Ravens-', 'Ravens')]
ST18800422-V06-16-page2.txt: [('Catho-', 'Catho'), ('obliga-', 'obliga'), ('prefer-', 'prefer'), ('-', ''), ('-', ''), ('-', '')]
ST18800422-V06-16-page3.txt: [('dis-', 'dis'), ('Tes-', 'Tes'), ('be-', 'be'), ('"re-', '"re'), ('CHRIS-', 'CHRIS'), ('command-', 'command'), ('hav-', 'hav'), ('command-', 'command'), ('school-', 'school'), ('any-', 'any')]
ST18800422-V06-16-page4.txt: [('ad-', 'ad'), ('-val.', 'val.'), ('IN-', 'IN'), ('rela-', 'rela')]
ST18800422-V06-16-page5.txt: [('CALI-', 'CALI'), ('Re-', 'Re'), ('prbclaim-', 'prbclaim'), ('engrav-', 'engrav'), ('divis-', 'divis'), ('differ-', 'differ'), ('and-', 'and'), ('communi-', 'communi'), ('-', '')]
ST18800422-V06-16-page6.txt: [('with-', 'with'), ('cer-', 'cer'), ('Seventh-', 'Seventh'), ('Seventh-', 'Seventh'), ('re-', 're'), ('-', ''), ('-', ''), ('receiv--', 'receiv-'), ('-', ''), ('-', ''), ('king-', 'king')]
ST18800422-V06-16-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800422-V06-16-page8.txt: [('con-', 'con'), ('-', ''), ('instruc-', 'instruc'), ('-', ''), ('-', ''), ('accom-', 'accom')]
ST18800422-V06-16-page9.txt: [('-', ''), ('-for', 'for'), ('Parlia-', 'Parlia'), ('-', '')]
ST18800506-V06-17-page1.txt: [('fear-', 'fear'), ('de-', 'de')]
ST18800506-V06-17-page10.txt: [('por-', 'por'), ('mani-', 'mani'), ('im-', 'im')]
ST18800506-V06-17-page11.txt: [('PP-', 'PP'), ('pro-', 'pro'), ('doc-', 'doc'), ('-', ''), ('PP-', 'PP'), ('-', ''), ('in-', 'in'), ('ASSOCIA-', 'ASSOCIA'), ('-', ''), ('-N.', 'N.'), ('-', '')]
ST18800506-V06-17-page12.txt: [('par-', 'par'), ('-', ''), ('pro-', 'pro'), ('CAMP-', 'CAMP'), ('-', ''), ('-', ''), ('expect-', 'expect'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('abil-', 'abil'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('i-', 'i'), ('-', ''), ('-', ''), ('-', ''), ('AIONIOS-', 'AIONIOS'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('advis-', 'advis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('Ravens-', 'Ravens'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Edition.-', 'Edition.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('...---', '...--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis')]
ST18800506-V06-17-page2.txt: [('ref-', 'ref'), ('-', ''), ('sec-', 'sec')]
ST18800506-V06-17-page3.txt: [('low-', 'low'), ('ex-', 'ex'), ('pro-', 'pro'), ('reve-', 'reve'), ('un-', 'un'), ('be-', 'be'), ('hesi-', 'hesi')]
ST18800506-V06-17-page4.txt: [('puri-', 'puri'), ('origi-', 'origi')]
ST18800506-V06-17-page5.txt: [('for-', 'for'), ('Miss-', 'Miss'), ('con-', 'con'), ('com-', 'com')]
ST18800506-V06-17-page6.txt: [('-', ''), ('tran-', 'tran'), ('-', ''), ('-', '')]
ST18800506-V06-17-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('au-', 'au'), ('Sab-', 'Sab'), ('Jew-', 'Jew')]
ST18800506-V06-17-page8.txt: [('thank-', 'thank'), ('Ad-', 'Ad'), ('truthful-', 'truthful'), ('peo-', 'peo'), ('phae-', 'phae'), ('wis-', 'wis'), ('confess-', 'confess'), ('con-', 'con'), ('as-', 'as')]
ST18800506-V06-17-page9.txt: [('Bloom-', 'Bloom'), ('Sun-', 'Sun')]
ST18800513-V06-18-page1.txt: [('procla-', 'procla'), ('prom-', 'prom'), ('sig-', 'sig'), ('re-', 're')]
ST18800513-V06-18-page10.txt: [('-', ''), ('uni-', 'uni'), ('manifes-', 'manifes'), ('en-', 'en'), ('de-', 'de'), ('-respect', 'respect')]
ST18800513-V06-18-page11.txt: [('--Two', '-Two'), ('prayer-meet-', 'prayer-meet'), ('meth-', 'meth'), ('In-', 'In'), ('ASSOCIA-', 'ASSOCIA'), ('ex-', 'ex'), ('Ad-', 'Ad'), ('-', ''), ('-', ''), ('-El', 'El'), ('pro-', 'pro'), ('-stsmAa', 'stsmAa'), ('sav-', 'sav')]
ST18800513-V06-18-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Pardon', 'Pardon'), ('occa-', 'occa'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ORboy', 'ORboy'), ('Ravens-', 'Ravens'), ('Philla-', 'Philla'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('fol-', 'fol'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Wil-', 'Wil'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-c', 'c'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800513-V06-18-page2.txt: [('-', ''), ('-', ''), ('denomina-', 'denomina')]
ST18800513-V06-18-page3.txt: [('-', ''), ('-to', 'to'), ('Cof-', 'Cof'), ('an-', 'an')]
ST18800513-V06-18-page4.txt: [('foun-', 'foun'), ('lan-', 'lan')]
ST18800513-V06-18-page5.txt: [('superin-', 'superin')]
ST18800513-V06-18-page6.txt: [('-', ''), ('-', ''), ('prac-', 'prac'), ('-', ''), ('--', '-')]
ST18800513-V06-18-page7.txt: [('inter-', 'inter'), ('Pro-', 'Pro'), ('chron-', 'chron'), ('en-', 'en'), ('them-', 'them'), ('-', ''), ('-', ''), ('Prophe-', 'Prophe')]
ST18800513-V06-18-page8.txt: [('out-', 'out'), ('fisher-', 'fisher'), ('fag-', 'fag'), ('El-', 'El')]
ST18800513-V06-18-page9.txt: [('-page', 'page'), ('in-', 'in'), ('-page', 'page'), ('-page', 'page'), ('-', ''), ('-', ''), ('ap-', 'ap'), ('-No.', 'No.')]
ST18800520-V06-19-page1.txt: [('-', ''), ('-exhibition', 'exhibition'), ('un-', 'un'), ('encour-', 'encour')]
ST18800520-V06-19-page10.txt: [('self-', 'self')]
ST18800520-V06-19-page11.txt: [('ASSOCIA-', 'ASSOCIA'), ('per-', 'per'), ('-', ''), ('-', ''), ('-', ''), ('-S', 'S'), ('Sanita-', 'Sanita'), ('in-', 'in')]
ST18800520-V06-19-page12.txt: [('prec-', 'prec'), ('in-', 'in'), ('state-', 'state'), ('writ-', 'writ'), ('-THE', 'THE'), ('Ob-', 'Ob'), ('-', ''), ('enter-', 'enter'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('OREGON-', 'OREGON'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('remem-', 'remem'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Oak-', 'Oak'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sanc-', 'sanc')]
ST18800520-V06-19-page2.txt: [('Cin-', 'Cin'), ('Conven-', 'Conven'), ('Di-', 'Di'), ('respect-', 'respect'), ('thou-', 'thou'), ('Conven-', 'Conven'), ('Pitts-', 'Pitts'), ('des-', 'des'), ('attractive-', 'attractive'), ('Mis-', 'Mis'), ('incorpo-', 'incorpo'), ('depre-', 'depre'), ('-', ''), ('con-', 'con')]
ST18800520-V06-19-page3.txt: [('bow-', 'bow'), ('Tim-', 'Tim'), ('accusa-', 'accusa'), ('deter-', 'deter')]
ST18800520-V06-19-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18800520-V06-19-page5.txt: [('labored.-', 'labored.'), ('stim-', 'stim'), ('Love-', 'Love'), ('-', ''), ('in-', 'in'), ('min-', 'min'), ('gen-', 'gen'), ('connec-', 'connec'), ('Sabbath-', 'Sabbath')]
ST18800520-V06-19-page6.txt: [('any-', 'any'), ('-', ''), ('ques-', 'ques'), ('-', ''), ('-', ''), ('mean-', 'mean'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-aised', 'aised'), ('remark-', 'remark')]
ST18800520-V06-19-page7.txt: [('Sanctu-', 'Sanctu'), ('-', ''), ('trans-', 'trans'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('captiv-', 'captiv'), ('ex-', 'ex'), ('Evangeli-', 'Evangeli')]
ST18800520-V06-19-page8.txt: [('-', ''), ('very-', 'very'), ('bro-', 'bro')]
ST18800520-V06-19-page9.txt: [('al-', 'al'), ('assist-', 'assist'), ('con-', 'con'), ('recita-', 'recita'), ('Be-', 'Be')]
ST18800527-V06-20-page1.txt: [('indi-', 'indi'), ('con-', 'con'), ('----Dean', '---Dean'), ('way-', 'way'), ('afflict-', 'afflict'), ('obe-', 'obe'), ('cre-', 'cre'), ('pun-', 'pun'), ('notwithstand-', 'notwithstand')]
ST18800527-V06-20-page10.txt: [('unno-', 'unno'), ('ca-', 'ca'), ('fel-', 'fel'), ('moon-', 'moon')]
ST18800527-V06-20-page11.txt: [('--A', '-A'), ('ASSOCIA-', 'ASSOCIA'), ('geo-', 'geo'), ('op-', 'op'), ('insti-', 'insti'), ('-', ''), ('-', '')]
ST18800527-V06-20-page12.txt: [('-', ''), ('Ko-', 'Ko'), ('-the', 'the'), ('-', ''), ('-', ''), ('-"', '"'), ('-have', 'have'), ('-', ''), ('-', ''), ('-who', 'who'), ('-before', 'before'), ('-', ''), ('num-', 'num'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Edition.-', 'Edition.'), ('Sabbath-', 'Sabbath'), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('Southampton-', 'Southampton'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST18800527-V06-20-page2.txt: [('-no', 'no'), ('relig-', 'relig'), ('In-', 'In'), ('Conven-', 'Conven'), ('liber-', 'liber'), ('Divinity-', 'Divinity'), ('indica-', 'indica'), ('nec-', 'nec'), ('pau-', 'pau'), ('munifi-', 'munifi')]
ST18800527-V06-20-page3.txt: [('-is', 'is'), ('dis-', 'dis'), ('for-', 'for'), ('gen-', 'gen')]
ST18800527-V06-20-page4.txt: [('-', ''), ('com-', 'com'), ('-', ''), ('bap-', 'bap'), ('pre-', 'pre'), ('pre-', 'pre')]
ST18800527-V06-20-page5.txt: [('oxida-', 'oxida'), ('sun-', 'sun'), ('fales-', 'fales'), ('-', ''), ('engrav-', 'engrav'), ('hith-', 'hith'), ('-of', 'of'), ('be-', 'be')]
ST18800527-V06-20-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-time', 'time'), ('god-', 'god'), ('-', ''), ('-', ''), ('-', ''), ('scoff-', 'scoff'), ('mes-', 'mes'), ('-', ''), ('-', '')]
ST18800527-V06-20-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('sanct-', 'sanct'), ('bor-', 'bor'), ('sanct-', 'sanct'), ('concern-', 'concern'), ('-', ''), ('pine-', 'pine'), ('con-', 'con'), ('thi-', 'thi'), ('-in', 'in'), ('consid-', 'consid'), ('-', '')]
ST18800527-V06-20-page8.txt: [('So-', 'So'), ('salva-', 'salva'), ('de-', 'de'), ('Sabbath-', 'Sabbath'), ('Congrega-', 'Congrega')]
ST18800527-V06-20-page9.txt: [('invita-', 'invita'), ('Bartholo-', 'Bartholo'), ('faith-', 'faith')]
ST18800603-V06-21-page1.txt: [('con-', 'con'), ('taber-', 'taber'), ('plead-', 'plead'), ('genera-', 'genera'), ('chil-', 'chil'), ('de-', 'de')]
ST18800603-V06-21-page11.txt: [('-He', 'He'), ('semin-', 'semin'), ('per-', 'per'), ('pall-', 'pall'), ('Syra-', 'Syra'), ('-', ''), ('-', ''), ('-', ''), ('PP-', 'PP'), ('reg-', 'reg')]
ST18800603-V06-21-page12.txt: [('--.', '-.'), ('k--', 'k-'), ('-', ''), ('.-', '.'), ('-', ''), ('-t', 't'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('P-', 'P'), ('-', ''), ('--', '-'), ('---', '--'), ('-', ''), ("a't--", "a't-"), ('---', '--'), ('ministe-', 'ministe'), ('plausi-', 'plausi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Her-', 'Her'), ('--N--k', '-N--k'), ('t--', 't-'), ('--t', '-t'), ('--', '-'), ('-', ''), ('ai---', 'ai--'), ('at-o-', 'at-o'), ('-', ''), ('-AS', 'AS'), ('-NI', 'NI'), ('-I', 'I'), ('s-s--', 's-s-'), ('-', ''), ('-s--', 's--'), ('-', ''), ('--', '-'), ('--', '-'), ('-P', 'P'), ('-', ''), ('-', ''), ('-', ''), ('"--', '"-'), ('-', ''), ('di.-', 'di.'), ('-', ''), ('-f', 'f'), ('--', '-'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('---', '--'), ('-', ''), ('-..', '..'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---.', '--.'), ('----', '---'), ('-', ''), ('.---', '.--'), ('-sr', 'sr'), ('-', ''), ('-PIP', 'PIP'), ('-', ''), ('---', '--'), ('-I', 'I'), ('-', ''), ('----..', '---..'), ('...---', '...--'), ('-', ''), ('-lour', 'lour'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('e---', 'e--'), ('L--j-', 'L--j'), ('-', ''), ('-ir', 'ir'), ('---r.', '--r.'), ('-', ''), ('---Ikk', '--Ikk'), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-tc', 'tc'), ('-', ''), ('""-', '""'), ('-I', 'I'), ('-h.', 'h.'), ('-ki', 'ki'), ('-', ''), ('-I', 'I'), ('--ki', '-ki'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('insuf-', 'insuf'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sub-', 'sub'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('is-', 'is'), ('-ir-', 'ir-'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('.i---', '.i--'), ('--', '-'), ('"-i-', '"-i'), ("'..---", "'..--"), ('-', ''), ('dr-', 'dr'), ('--', '-'), ('-', ''), ('-AL', 'AL'), ('-.....', '.....'), ('-', ''), ('-a', 'a'), ('-a-', 'a-'), ('-...', '...'), ('.-', '.'), ('-low', 'low'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-...', '...'), ('--', '-'), ('-', ''), ('----i', '---i'), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-if', 'if'), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('each-', 'each'), ('-', ''), ('-', ''), ('Southampton-', 'Southampton'), ('-', ''), ('ti-', 'ti'), ('-', '')]
ST18800603-V06-21-page2.txt: [('num-', 'num'), ('ulti-', 'ulti'), ('al-', 'al'), ('ques-', 'ques'), ('ques-', 'ques'), ('remor-', 'remor'), ('friend-', 'friend'), ('establish-', 'establish'), ('con-', 'con'), ('selec-', 'selec'), ('prac-', 'prac')]
ST18800603-V06-21-page3.txt: [('-many', 'many'), ('pre-', 'pre'), ('-', ''), ('some-', 'some'), ('-', ''), ('reason-', 'reason'), ('tri-', 'tri'), ('-dapper.', 'dapper.')]
ST18800603-V06-21-page4.txt: [('-the', 'the'), ('au-', 'au'), ('individ-', 'individ'), ('bap-', 'bap'), ('begin-', 'begin'), ('dispen-', 'dispen'), ('ful-', 'ful'), ('-', ''), ('author-', 'author'), ('-', ''), ('author-', 'author')]
ST18800603-V06-21-page5.txt: [('-', ''), ('pos-', 'pos'), ('RAY-', 'RAY'), ('-', ''), ('teach-', 'teach'), ('ex-', 'ex'), ('-', ''), ('remem-', 'remem'), ('in-', 'in')]
ST18800603-V06-21-page6.txt: [('-', ''), ('-', ''), ('Ad-', 'Ad'), ('-page', 'page'), ('unfavor-', 'unfavor'), ('circulat-', 'circulat')]
ST18800603-V06-21-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('har-', 'har')]
ST18800603-V06-21-page8.txt: [('--Faith', '-Faith'), ('ad-', 'ad'), ('Saxony-', 'Saxony'), ('under-', 'under')]
ST18800603-V06-21-page9.txt: [('-', ''), ('-One', 'One'), ('bap-', 'bap'), ('emer-', 'emer'), ('situ-', 'situ'), ('at-', 'at'), ('cir-', 'cir'), ('Pitt-', 'Pitt'), ('periodi-', 'periodi'), ('charac-', 'charac')]
ST18800610-V06-22-page1.txt: [('disobedi-', 'disobedi'), ('pen-', 'pen'), ('transgres-', 'transgres'), ('an-', 'an')]
ST18800610-V06-22-page10.txt: [('We-', 'We'), ('broth-', 'broth'), ('ex-', 'ex'), ('-way', 'way'), ('advantage.-', 'advantage.'), ('won-', 'won'), ('where-', 'where'), ('-hers', 'hers'), ('yobue-', 'yobue')]
ST18800610-V06-22-page11.txt: [('-are', 'are'), ('im-', 'im'), ('peo-', 'peo'), ('Chris-', 'Chris'), ('condi-', 'condi'), ('ser-', 'ser'), ('-', ''), ('-description', 'description'), ('pro-', 'pro'), ('--SANITARIUM', '-SANITARIUM'), ('ASSOCIA-', 'ASSOCIA')]
ST18800610-V06-22-page12.txt: [('meet-', 'meet'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Southampton-', 'Southampton')]
ST18800610-V06-22-page2.txt: [('-there', 'there'), ('author-', 'author'), ('-', ''), ('ex-', 'ex'), ('for-', 'for'), ('indica-', 'indica'), ('con-', 'con'), ('influ-', 'influ'), ('seventh-', 'seventh')]
ST18800610-V06-22-page3.txt: [('testi-', 'testi'), ("the'-", "the'"), ('mo-', 'mo'), ('-stipulations', 'stipulations')]
ST18800610-V06-22-page4.txt: [('-', ''), ('-', ''), ('start-', 'start'), ('re-', 're')]
ST18800610-V06-22-page5.txt: [('atten-', 'atten'), ('Gott-', 'Gott'), ('for-', 'for'), ('ex-', 'ex'), ('hea-', 'hea'), ('neglect-', 'neglect'), ('judg-', 'judg')]
ST18800610-V06-22-page6.txt: [('imet-', 'imet'), ('Sab-', 'Sab'), ('-', '')]
ST18800610-V06-22-page7.txt: [('-', ''), ('thence-', 'thence'), ('Sanctu-', 'Sanctu'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800610-V06-22-page8.txt: [('-', ''), ('confer-', 'confer'), ('in-', 'in'), ('co-oper-', 'co-oper'), ('favor-', 'favor'), ('appreciat-', 'appreciat')]
ST18800610-V06-22-page9.txt: [('inter-', 'inter'), ('-page', 'page'), ('Instruc-', 'Instruc'), ('-', '')]
ST18800617-V06-23-page1.txt: [('bond-', 'bond'), ('con-', 'con'), ('per-', 'per'), ('oth-', 'oth')]
ST18800617-V06-23-page10.txt: [('can-', 'can'), ('-Say', 'Say')]
ST18800617-V06-23-page11.txt: [('ASSOCIA-', 'ASSOCIA'), ('-barrel', 'barrel'), ('dete-', 'dete'), ('differ-', 'differ'), ('-', ''), ('-', ''), ('Des-', 'Des'), ('-', ''), ('-', '')]
ST18800617-V06-23-page12.txt: [('re-', 're'), ('"-', '"'), ('-Mrs.', 'Mrs.'), ('com-', 'com'), ('-', ''), ('-x', 'x'), ('-', ''), ('-', ''), ('F-', 'F'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oa-', 'Oa-'), ('-', ''), ('-', ''), ('Ander-', 'Ander'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('Southampton-', 'Southampton')]
ST18800617-V06-23-page2.txt: [('promul-', 'promul'), ('Sa-', 'Sa'), ('Congregation-', 'Congregation'), ('self-', 'self')]
ST18800617-V06-23-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('fol-', 'fol'), ('ene-', 'ene')]
ST18800617-V06-23-page4.txt: [('-chil-', 'chil-'), ('-', ''), ('an-', 'an'), ('Bap-', 'Bap'), ('bap-', 'bap'), ('pos-', 'pos'), ('ex-', 'ex'), ('-', '')]
ST18800617-V06-23-page5.txt: [('false-', 'false'), ('thou-', 'thou'), ('superintend-', 'superintend'), ('com-', 'com'), ('think-', 'think'), ('-', '')]
ST18800617-V06-23-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('im-', 'im'), ('-', ''), ('-', '')]
ST18800617-V06-23-page7.txt: [('-', ''), ('per-', 'per'), ('-', ''), ('de-', 'de'), ('-', ''), ('ad-', 'ad'), ('Lev-', 'Lev'), ('ven-', 'ven'), ('contin-', 'contin'), ('-', '')]
ST18800617-V06-23-page8.txt: [('-tents', 'tents'), ('-', ''), ('pub-', 'pub')]
ST18800617-V06-23-page9.txt: [('seventh-', 'seventh'), ('thank-', 'thank')]
ST18800624-V06-24-page1.txt: [('Israel-', 'Israel'), ('struct-', 'struct'), ('com-', 'com'), ('-of', 'of')]
ST18800624-V06-24-page10.txt: [('-', ''), ('Lawrence.-', 'Lawrence.'), ('-is', 'is')]
ST18800624-V06-24-page11.txt: [('ASSOCIA-', 'ASSOCIA'), ('--A', '-A'), ('-', ''), ('Ad-', 'Ad'), ('Sab-', 'Sab'), ('-', ''), ('-known', 'known'), ('-', '')]
ST18800624-V06-24-page12.txt: [('backslid-', 'backslid'), ('mes-', 'mes'), ('de-', 'de'), ('-', ''), ('-this', 'this'), ('-foreign', 'foreign'), ('-x', 'x'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---.', '--.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Southampton-', 'Southampton'), ('-', ''), ('Meairs-', 'Meairs')]
ST18800624-V06-24-page2.txt: [('ex-', 'ex'), ("man-o'-", "man-o'"), ('-The', 'The'), ('imposi-', 'imposi'), ('con-', 'con'), ('dif-', 'dif'), ('-be', 'be'), ('-demeanor.', 'demeanor.'), ('Constan-', 'Constan'), ('-of', 'of')]
ST18800624-V06-24-page3.txt: [('Presby-', 'Presby'), ('slave-', 'slave'), ('oth-', 'oth'), ('sym-', 'sym'), ('per-', 'per'), ('an-', 'an'), ('Chi-', 'Chi'), ('emi-', 'emi'), ('and.-', 'and.'), ('peo-', 'peo')]
ST18800624-V06-24-page4.txt: [('-', ''), ('stren-', 'stren'), ('in-', 'in'), ('-', ''), ('dis-', 'dis'), ('bap-', 'bap'), ('ques-', 'ques'), ('bap-', 'bap'), ('com-', 'com'), ('men-', 'men')]
ST18800624-V06-24-page5.txt: [('household-', 'household'), ('-', ''), ('evi-', 'evi'), ('infer-', 'infer'), ('com-', 'com'), ('les-', 'les'), ('asso-', 'asso'), ('-conviction', 'conviction'), ('counter-', 'counter'), ('bap-', 'bap'), ('-more', 'more')]
ST18800624-V06-24-page6.txt: [('tena-', 'tena'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Seventh-day', 'Seventh-day'), ('-', ''), ('the-', 'the'), ('Protest-', 'Protest'), ('-', '')]
ST18800624-V06-24-page7.txt: [('-', ''), ('-', ''), ('heav-', 'heav'), ('-', ''), ('-', ''), ('sanctu-', 'sanctu'), ('-', ''), ('fut-', 'fut'), ('-', ''), ('-', '')]
ST18800624-V06-24-page8.txt: [('meeting-', 'meeting'), ('quar-', 'quar'), ('re-', 're'), ('ex-', 'ex'), ('an-', 'an'), ('-', ''), ('or-', 'or'), ('con-', 'con'), ('-', ''), ('neighbor-', 'neighbor'), ('-', ''), ('-', '')]
ST18800624-V06-24-page9.txt: [('Chris-', 'Chris'), ('-keep', 'keep'), ('-', ''), ('pal-', 'pal'), ('temp-', 'temp'), ('in-', 'in'), ('Man-', 'Man'), ('-', ''), ('strug-', 'strug'), ('-', '')]
ST18800701-V06-25-page1.txt: [('diso-', 'diso'), ('indul-', 'indul'), ('sympathiz-', 'sympathiz'), ('grow-', 'grow')]
ST18800701-V06-25-page10.txt: [('like--', 'like-'), ('disgrace-', 'disgrace'), ('princi-', 'princi'), ('-the', 'the'), ('-Mr.', 'Mr.')]
ST18800701-V06-25-page11.txt: [('-The', 'The'), ('-Dr.', 'Dr.'), ('-There', 'There'), ('-', ''), ('-', ''), ('-The', 'The'), ('-An', 'An'), ('-A', 'A'), ('-The', 'The'), ('-An', 'An'), ('-It', 'It'), ('-A', 'A'), ('-The', 'The'), ('-A', 'A'), ('-Suits', 'Suits'), ('-There', 'There'), ('-', ''), ('-Bradlaugh', 'Bradlaugh'), ('-General', 'General'), ('-SANITARIUM', 'SANITARIUM'), ('-', ''), ('-', ''), ('-', ''), ('ASSOCIA-', 'ASSOCIA'), ('-Intelligence', 'Intelligence'), ('-General', 'General'), ('-The', 'The'), ('-', ''), ('-There', 'There'), ('-A', 'A'), ('-', ''), ('-At', 'At'), ('-Over', 'Over'), ('-June', 'June'), ('-The', 'The'), ('-A', 'A'), ('-SIGNS', 'SIGNS'), ("Bird's-", "Bird's"), ('pp.-', 'pp.'), ('his-', 'his'), ('-', ''), ('-', ''), ('v-', 'v'), ('-', ''), ('Testa-', 'Testa')]
ST18800701-V06-25-page12.txt: [('coun-', 'coun'), ('-', ''), ('-', ''), ('quar-', 'quar'), ('-', ''), ('-"', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('discon-', 'discon'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('each-', 'each'), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('Mis-', 'Mis'), ('----', '---'), ('-', '')]
ST18800701-V06-25-page2.txt: [('-villagers', 'villagers'), ('perdi-', 'perdi'), ('-', ''), ('-Vol.', 'Vol.'), ('ex-', 'ex'), ('-wicked', 'wicked')]
ST18800701-V06-25-page3.txt: [('-could', 'could'), ('activ-', 'activ'), ('-', ''), ('hon-', 'hon'), ('high-', 'high'), ('prayer-', 'prayer'), ('spirit-', 'spirit'), ('Fa-', 'Fa')]
ST18800701-V06-25-page4.txt: [('-the', 'the'), ('-', ''), ('know.-', 'know.'), ('re-', 're')]
ST18800701-V06-25-page5.txt: [('superin-', 'superin'), ('camp-meet-', 'camp-meet'), ('-', ''), ('Don-', 'Don'), ('les-', 'les')]
ST18800701-V06-25-page6.txt: [('ig-', 'ig'), ('-', ''), ('Com-', 'Com'), ('-', ''), ('-', '')]
ST18800701-V06-25-page7.txt: [('-', ''), ('busi-', 'busi'), ('sanc-', 'sanc'), ('ridi-', 'ridi')]
ST18800701-V06-25-page8.txt: [('rea-', 'rea'), ('-', ''), ('ex-', 'ex'), ('repu-', 'repu')]
ST18800701-V06-25-page9.txt: [('-.', '.'), ('-Washington', 'Washington'), ('self-', 'self'), ('attend-', 'attend'), ('en-', 'en'), ('OS-', 'OS'), ('sub-', 'sub'), ('oper-', 'oper'), ('-', '')]
ST18800708-V06-26-page1.txt: [('danger-', 'danger'), ('inves-', 'inves'), ('control.-', 'control.'), ('indul-', 'indul'), ('them-', 'them'), ('-is', 'is'), ('-s', 's'), ('-', '')]
ST18800708-V06-26-page10.txt: [('re-', 're'), ('Find-', 'Find')]
ST18800708-V06-26-page11.txt: [('ASSOCIA-', 'ASSOCIA'), ('pp.--', 'pp.-'), ('Ma-', 'Ma'), ('-', ''), ('busi-', 'busi'), ('-', ''), ('InstitutionPounded-', 'InstitutionPounded'), ('examina-', 'examina'), ('reg-', 'reg')]
ST18800708-V06-26-page12.txt: [('Prayer-meet-', 'Prayer-meet'), ('-', ''), ('-I', 'I'), ('-', ''), ('hun-', 'hun'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-nearly', 'nearly'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR.-', 'OR.-'), ('Southampton-', 'Southampton'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800708-V06-26-page2.txt: [('re-', 're'), ('-become', 'become'), ('rep-', 'rep'), ('aposta-', 'aposta'), ('-wrath', 'wrath'), ('-who', 'who'), ('profes-', 'profes'), ('cher-', 'cher'), ('Watch-', 'Watch'), ('weav-', 'weav')]
ST18800708-V06-26-page3.txt: [('be-', 'be'), ('be-', 'be'), ('-', ''), ('skepti-', 'skepti'), ('doc-', 'doc'), ('find-', 'find'), ('discus-', 'discus'), ('com-', 'com')]
ST18800708-V06-26-page4.txt: [('be--', 'be-'), ('declar-', 'declar'), ('reason-', 'reason'), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('per-', 'per')]
ST18800708-V06-26-page5.txt: [('as-', 'as'), ('Re-', 'Re'), ('knowl-', 'knowl'), ('of-', 'of')]
ST18800708-V06-26-page6.txt: [('-hour', 'hour'), ('-hour', 'hour'), ('-', ''), ('-', ''), ('-', '')]
ST18800708-V06-26-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('congrega-', 'congrega'), ('-', ''), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-', ''), ('scape-', 'scape'), ('-', ''), ('-', ''), ('-', ''), ('SAB-', 'SAB'), ('instruc-', 'instruc'), ('-', ''), ('-', ''), ('-', '')]
ST18800708-V06-26-page8.txt: [('min-', 'min'), ('Cas-', 'Cas'), ('-', ''), ('ap-', 'ap'), ('ene-', 'ene'), ('devo-', 'devo'), ('fol-', 'fol'), ('expedi-', 'expedi')]
ST18800708-V06-26-page9.txt: [('--National', '-National')]
ST18800715-V06-27-page1.txt: [('price-', 'price'), ('man.-', 'man.'), ('tab-', 'tab'), ('-', ''), ('sacri-', 'sacri'), ('-', '')]
ST18800715-V06-27-page10.txt: [('go--', 'go-'), ('grow-', 'grow'), ('Mike-', 'Mike'), ('-own', 'own'), ('other-', 'other'), ('-', ''), ("-I'm", "I'm")]
ST18800715-V06-27-page11.txt: [('-', ''), ('ASSOCIA-', 'ASSOCIA'), ('-', ''), ('Seventh-', 'Seventh'), ('-', ''), ('grape-', 'grape'), ('proba-', 'proba'), ('twenty-', 'twenty'), ('-', ''), ('-', ''), ('busi-', 'busi'), ('reg-', 'reg'), ('popula-', 'popula'), ('in-', 'in')]
ST18800715-V06-27-page12.txt: [('-', ''), ('feet-wash-', 'feet-wash'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Pedo-', 'Pedo'), ('peo-', 'peo'), ('DIREC-', 'DIREC'), ('-', ''), ('de-', 'de'), ('-', ''), ('Com.-', 'Com.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Christ', 'Christ'), ('com-', 'com'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('require-', 'require'), ('Sabbath-', 'Sabbath'), ('--------', '-------'), ('Directors-', 'Directors'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens')]
ST18800715-V06-27-page2.txt: [('re-', 're'), ('down-', 'down'), ('--', '-'), ('imbe-', 'imbe')]
ST18800715-V06-27-page3.txt: [('pleasur-', 'pleasur'), ('-of', 'of'), ('embarrass-', 'embarrass'), ('har-', 'har'), ('be-', 'be'), ('vic-', 'vic'), ('con-', 'con'), ('conscious-', 'conscious'), ('ques-', 'ques'), ('re-', 're')]
ST18800715-V06-27-page4.txt: [('ecclesias-', 'ecclesias'), ('-', ''), ('re-', 're'), ('-', ''), ('inten-', 'inten'), ('tradi-', 'tradi'), ('righteous-', 'righteous')]
ST18800715-V06-27-page5.txt: [('--in', '-in'), ('willing-', 'willing'), ('Alpha-', 'Alpha'), ('Sabbath-', 'Sabbath'), ('De-', 'De'), ('repent-', 'repent'), ('success-', 'success'), ('-with', 'with'), ('mem-', 'mem'), ('Testa-', 'Testa')]
ST18800715-V06-27-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('lan-', 'lan')]
ST18800715-V06-27-page7.txt: [('un-', 'un'), ('Judg-', 'Judg'), ('them-', 'them'), ('sanctu-', 'sanctu'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('argu-', 'argu'), ('-Which', 'Which')]
ST18800715-V06-27-page8.txt: [('oppor-', 'oppor'), ('bur-', 'bur'), ('will-', 'will'), ('Chris-', 'Chris')]
ST18800715-V06-27-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-county', 'county'), ('-', '')]
ST18800722-V06-28-page1.txt: [('com-', 'com')]
ST18800722-V06-28-page10.txt: [('fa-', 'fa'), ('-', ''), ('wa-', 'wa'), ('gar-', 'gar'), ('win-', 'win')]
ST18800722-V06-28-page11.txt: [('for-', 'for'), ('respect-', 'respect'), ('pop-', 'pop'), ('--July', '-July'), ('-', ''), ('-men', 'men'), ('-It', 'It'), ('stoop-', 'stoop'), ('-An', 'An'), ('flexi-', 'flexi'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('Abrogated-', 'Abrogated'), ('TRACTS.-', 'TRACTS.')]
ST18800722-V06-28-page12.txt: [('fur-', 'fur'), ('col-', 'col'), ('per-', 'per'), ('-', ''), ('Wag-', 'Wag'), ('-pp.', 'pp.'), ('-', ''), ('-brief', 'brief'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('noesx.-', 'noesx.'), ('Ravens-', 'Ravens'), ('Wag-', 'Wag'), ('un-', 'un')]
ST18800722-V06-28-page2.txt: [('fol-', 'fol'), ('thou-', 'thou'), ('-', ''), ('bat-', 'bat'), ('-in', 'in'), ('gener-', 'gener'), ('-', ''), ('prison-', 'prison'), ('-"', '"'), ('sil-', 'sil'), ('dif-', 'dif'), ('-the', 'the'), ('millen-', 'millen')]
ST18800722-V06-28-page3.txt: [('stumbling-', 'stumbling'), ('be-', 'be')]
ST18800722-V06-28-page4.txt: [('-', ''), ('-', ''), ('ad-', 'ad'), ('-his', 'his'), ('-to', 'to'), ('-', ''), ('-', ''), ('Oak-', 'Oak')]
ST18800722-V06-28-page5.txt: [('chil-', 'chil'), ('look-', 'look'), ('in-', 'in'), ('war-', 'war'), ('under-', 'under'), ('argu-', 'argu'), ('brig-', 'brig'), ('De-', 'De'), ('ad-', 'ad')]
ST18800722-V06-28-page6.txt: [('under-', 'under'), ('sci-', 'sci'), ('sub-', 'sub'), ('-', ''), ('-church', 'church')]
ST18800722-V06-28-page7.txt: [('-', ''), ('Execu-', 'Execu'), ('ap-', 'ap')]
ST18800722-V06-28-page8.txt: [('con-', 'con'), ('care-', 'care')]
ST18800722-V06-28-page9.txt: [('encour-', 'encour'), ('-G.', 'G.'), ('in-', 'in'), ('Eu-', 'Eu'), ('-FLORA', 'FLORA')]
ST18800729-V06-29-page1.txt: [('ac-', 'ac'), ('Whatso-', 'Whatso'), ('heav-', 'heav')]
ST18800729-V06-29-page10.txt: [('praYer-', 'praYer'), ('West-', 'West')]
ST18800729-V06-29-page11.txt: [('dead-', 'dead'), ('ex-', 'ex'), ('move-', 'move'), ('-', ''), ('Nobles-', 'Nobles'), ('com-', 'com'), ('-', ''), ('-', ''), ('-', ''), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('Abrogated-', 'Abrogated'), ('TRACTS.-', 'TRACTS.')]
ST18800729-V06-29-page12.txt: [('--', '-'), ('-', ''), ('apos-', 'apos'), ('Sci-', 'Sci'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800729-V06-29-page2.txt: [('-', ''), ('-', ''), ('evolu-', 'evolu'), ('-', ''), ('Jerusa-', 'Jerusa'), ('rhetor-', 'rhetor'), ('-', ''), ('king-', 'king'), ('sci-', 'sci')]
ST18800729-V06-29-page3.txt: [('en-', 'en'), ('histo-', 'histo'), ('Imag-', 'Imag'), ('frag-', 'frag'), ('hypoth-', 'hypoth'), ('fif-', 'fif'), ('man-', 'man'), ('re-', 're')]
ST18800729-V06-29-page4.txt: [('-', ''), ('-', ''), ('Cre-', 'Cre'), ('obsti-', 'obsti')]
ST18800729-V06-29-page5.txt: [('-abbatit', 'abbatit'), ('-', ''), ('dif-', 'dif')]
ST18800729-V06-29-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('spirit-', 'spirit'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800729-V06-29-page7.txt: [('con-', 'con'), ('-', ''), ('-', ''), ('out-', 'out'), ('-', ''), ('-', ''), ('slum-', 'slum'), ('God-', 'God'), ('-', ''), ('-', '')]
ST18800729-V06-29-page8.txt: [('Lough-', 'Lough'), ('-', ''), ('his-', 'his'), ('-It', 'It')]
ST18800729-V06-29-page9.txt: [('es-', 'es'), ('con-', 'con'), ('-', ''), ('dis-', 'dis'), ('-', ''), ('Hun-', 'Hun'), ('for-', 'for'), ('.-', '.')]
ST18800812-V06-30-page1.txt: [('prophe-', 'prophe'), ('cucum-', 'cucum')]
ST18800812-V06-30-page10.txt: [('-and', 'and'), ('-', '')]
ST18800812-V06-30-page11.txt: [('-Prophecy.', 'Prophecy.'), ('esti-', 'esti'), ('exami-', 'exami'), ('king-', 'king'), ('-', ''), ('friendli-', 'friendli'), ('Peru-', 'Peru'), ('de-', 'de'), ('-', ''), ('Metho-', 'Metho'), ('ex-', 'ex')]
ST18800812-V06-30-page12.txt: [('-', ''), ('-M.', 'M.'), ('experi-', 'experi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Wash-', 'Wash'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('Mis-', 'Mis'), ('-on-', 'on-')]
ST18800812-V06-30-page2.txt: [('flesh-', 'flesh'), ('appear-', 'appear'), ('-', '')]
ST18800812-V06-30-page3.txt: [('sub-', 'sub'), ('othei-', 'othei'), ('num-', 'num'), ('-reasons', 'reasons'), ('-were', 'were'), ('con-', 'con')]
ST18800812-V06-30-page4.txt: [('be-', 'be'), ('mascu-', 'mascu'), ('Cate-', 'Cate'), ('ren-', 'ren')]
ST18800812-V06-30-page5.txt: [('--marked', '-marked'), ('-', ''), ('-od', 'od')]
ST18800812-V06-30-page6.txt: [('sub-', 'sub'), ('-', ''), ('-', ''), ('res-', 'res'), ('-hall', 'hall'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800812-V06-30-page7.txt: [('Chris-', 'Chris'), ('-', ''), ('seven-', 'seven'), ('some-', 'some'), ('digesti-', 'digesti'), ('con-', 'con'), ('dyspep-', 'dyspep'), ('-', ''), ('intro-', 'intro')]
ST18800812-V06-30-page8.txt: [('mission-', 'mission'), ('provi-', 'provi'), ('tent-', 'tent'), ('not-', 'not'), ('sow-', 'sow'), ('be-', 'be'), ('practi-', 'practi')]
ST18800812-V06-30-page9.txt: [('sec-', 'sec'), ('-', ''), ('thor-', 'thor'), ('eter-', 'eter'), ('concep-', 'concep'), ('-which', 'which'), ('sug-', 'sug'), ('-Every', 'Every'), ('ques-', 'ques'), ('--', '-'), ('-to', 'to'), ('-an', 'an'), ('in-', 'in')]
ST18800819-V06-31-page1.txt: [('-disci-', 'disci-')]
ST18800819-V06-31-page10.txt: [('man-', 'man'), ('-', ''), ('en-', 'en'), ('Obse-', 'Obse'), ('cultiva-', 'cultiva'), ('re-', 're'), ('vis-', 'vis'), ('Wind-', 'Wind')]
ST18800819-V06-31-page11.txt: [('Rail-', 'Rail'), ('Revela-', 'Revela'), ('Cen-', 'Cen'), ('TRACTS.-', 'TRACTS.'), ('un-', 'un'), ('Wag-', 'Wag'), ('-', ''), ('Pa-', 'Pa'), ('Ari-', 'Ari'), ('exami-', 'exami'), ('ex-', 'ex')]
ST18800819-V06-31-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('them-', 'them'), ('Sabbath-', 'Sabbath'), ('oc-', 'oc'), ('DIREC-', 'DIREC'), ('fif-', 'fif'), ('petti-', 'petti'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Advo-', 'Advo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('E-', 'E')]
ST18800819-V06-31-page2.txt: [('-Unclean', 'Unclean'), ('judg-', 'judg'), ('ad-', 'ad'), ('-', ''), ('connection-', 'connection'), ('-', '')]
ST18800819-V06-31-page3.txt: [('-THE', 'THE'), ('-', ''), ('mem-', 'mem')]
ST18800819-V06-31-page4.txt: [('re-', 're'), ('-', ''), ('-the', 'the'), ('-', '')]
ST18800819-V06-31-page5.txt: [('-', ''), ('pic-', 'pic'), ('im-', 'im'), ('spontane-', 'spontane')]
ST18800819-V06-31-page6.txt: [('your-', 'your'), ('-', ''), ('-', ''), ('Judg-', 'Judg'), ('ascen-', 'ascen')]
ST18800819-V06-31-page7.txt: [('--', '-'), ('per-', 'per'), ('-', ''), ('oc-', 'oc'), ('-', ''), ('-"', '"'), ('occu-', 'occu'), ('them-', 'them'), ('agri-', 'agri')]
ST18800819-V06-31-page8.txt: [('-the', 'the'), ('children-', 'children'), ('-will', 'will'), ('sub-', 'sub'), ('.-', '.')]
ST18800819-V06-31-page9.txt: [('-the', 'the'), ('bless-', 'bless'), ('-', ''), ('--National', '-National'), ('com-', 'com')]
ST18800826-V06-32-page1.txt: [('for-', 'for'), ('country-', 'country'), ('ob-', 'ob'), ('inhabit-', 'inhabit'), ('-from', 'from'), ('peo-', 'peo')]
ST18800826-V06-32-page10.txt: [('al-', 'al')]
ST18800826-V06-32-page11.txt: [('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Peru-', 'Peru'), ('un-', 'un'), ('the-', 'the')]
ST18800826-V06-32-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Wash-', 'Wash'), ('com-', 'com'), ('-', ''), ('defi-', 'defi'), ('-', ''), ('-----', '----'), ('fit.-', 'fit.'), ('-', ''), ('-', ''), ('Me-', 'Me'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800826-V06-32-page2.txt: [('-of', 'of'), ('pm--', 'pm-')]
ST18800826-V06-32-page3.txt: [('-"', '"'), ('particularly-', 'particularly'), ('-', ''), ('age.--', 'age.-'), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('will-', 'will'), ('anas-', 'anas'), ('some-', 'some')]
ST18800826-V06-32-page4.txt: [('-are', 'are'), ('-a', 'a')]
ST18800826-V06-32-page5.txt: [('-', ''), ('-those', 'those'), ('im-', 'im'), ('-a', 'a')]
ST18800826-V06-32-page6.txt: [('heav-', 'heav'), ('-', ''), ('-', ''), ('ques-', 'ques'), ('-', ''), ('-', ''), ('him-', 'him'), ('in-', 'in')]
ST18800826-V06-32-page7.txt: [('anti-Sabba-', 'anti-Sabba'), ('king-', 'king'), ('trust-', 'trust'), ('gener-', 'gener'), ('keep-', 'keep'), ('-', ''), ('-', '')]
ST18800826-V06-32-page8.txt: [('-', '')]
ST18800826-V06-32-page9.txt: [('-friend', 'friend'), ('suf-', 'suf')]
ST18800902-V06-33-page1.txt: [('-', ''), ('--Mary', '-Mary'), ('re-', 're'), ('pas-', 'pas'), ('-', '')]
ST18800902-V06-33-page10.txt: [('-', ''), ('-first', 'first'), ('-had', 'had'), ('-I', 'I'), ('-pack', 'pack')]
ST18800902-V06-33-page11.txt: [('re-', 're'), ('-', ''), ('-', ''), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('Min-', 'Min'), ('light-', 'light'), ('-', ''), ('Australasia-', 'Australasia'), ('TRACTS.-', 'TRACTS.'), ('Abrogated-', 'Abrogated')]
ST18800902-V06-33-page12.txt: [('-end', 'end'), ('-', ''), ('re-', 're'), ('com-', 'com'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('them-', 'them'), ('camp-', 'camp'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('with-', 'with'), ('CAMP-', 'CAMP'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens'), ('arrange-', 'arrange'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----')]
ST18800902-V06-33-page2.txt: [('-day', 'day')]
ST18800902-V06-33-page3.txt: [('-command', 'command'), ('com-', 'com'), ('vacil-', 'vacil'), ('-in', 'in'), ('main-', 'main'), ('-this', 'this'), ('Chris-', 'Chris')]
ST18800902-V06-33-page4.txt: [('prophe-', 'prophe'), ('-w', 'w'), ('-nee', 'nee'), ('glori-', 'glori')]
ST18800902-V06-33-page5.txt: [('-He', 'He'), ('after-', 'after'), ('dis-', 'dis'), ('-', '')]
ST18800902-V06-33-page6.txt: [('-', ''), ('-', ''), ('atten-', 'atten'), ('cer-', 'cer'), ('-', ''), ('ceremo-', 'ceremo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('res-', 'res'), ('-', '')]
ST18800902-V06-33-page7.txt: [('ad-', 'ad'), ('histo-', 'histo'), ('deliber-', 'deliber'), ('-', ''), ('Do-', 'Do'), ('Mar-', 'Mar')]
ST18800902-V06-33-page8.txt: [('-', ''), ('-time', 'time'), ('Domin-', 'Domin'), ('"sec-', '"sec'), ('-', ''), ('-', ''), ('perform-', 'perform'), ('-', ''), ('celebrando.---', 'celebrando.--'), ('-', ''), ('-', ''), ('tor-', 'tor')]
ST18800902-V06-33-page9.txt: [('ear-', 'ear'), ('gentle-', 'gentle'), ('cele-', 'cele'), ('influ-', 'influ')]
ST18800909-V06-34-page1.txt: [('over-', 'over'), ('-than', 'than'), ('disinter-', 'disinter')]
ST18800909-V06-34-page10.txt: [('store-', 'store'), ('-', ''), ('-church', 'church')]
ST18800909-V06-34-page11.txt: [('ex-', 'ex'), ('Mc-', 'Mc'), ('Uncom-', 'Uncom'), ('accom-', 'accom'), ('Wag-', 'Wag'), ('estab-', 'estab'), ('-', ''), ('noetesx.-', 'noetesx.'), ('-', '')]
ST18800909-V06-34-page12.txt: [('pre-', 'pre'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('an-', 'an'), ('read-', 'read'), ('ex-', 'ex'), ('every-', 'every'), ('Sabbath-', 'Sabbath'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('settle-', 'settle'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('st-', 'st'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('suspen-', 'suspen'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens')]
ST18800909-V06-34-page2.txt: [('-defective.', 'defective.'), ('com-', 'com')]
ST18800909-V06-34-page3.txt: [('-confront', 'confront'), ('think-', 'think'), ('compos-', 'compos'), ('spir-', 'spir')]
ST18800909-V06-34-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-wicked', 'wicked'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('author-', 'author'), ('-', ''), ('-', ''), ('contra-', 'contra'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800909-V06-34-page5.txt: [('-which', 'which'), ('succession-', 'succession'), ('-on', 'on'), ('-to', 'to'), ('undermental-', 'undermental'), ('sur-', 'sur')]
ST18800909-V06-34-page6.txt: [('illus-', 'illus'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('des-', 'des'), ('sum-', 'sum'), ('-', '')]
ST18800909-V06-34-page7.txt: [('em-', 'em'), ('-', ''), ('ob-', 'ob'), ('ut-', 'ut'), ('Pa-', 'Pa'), ('-', '')]
ST18800909-V06-34-page8.txt: [('-', ''), ('Espe-', 'Espe'), ('-', ''), ('thou-', 'thou'), ('de-', 'de')]
ST18800916-V06-35-page1.txt: [('CON-', 'CON'), ('congre-', 'congre'), ('-', '')]
ST18800916-V06-35-page10.txt: [('-all', 'all'), ('then-', 'then'), ('sympa-', 'sympa'), ('gra-', 'gra')]
ST18800916-V06-35-page11.txt: [('dif-', 'dif'), ('steam-', 'steam'), ('north-', 'north'), ('re-', 're'), ('-and', 'and'), ('-very', 'very'), ('thou-', 'thou'), ('min-', 'min'), ('passen-', 'passen'), ('pur-', 'pur'), ('-', ''), ('flexi-', 'flexi'), ('TRACTS.-', 'TRACTS.'), ('prac-', 'prac'), ('TRACTS.-', 'TRACTS.'), ('in-', 'in'), ('Abrogated-', 'Abrogated'), ('TRACTS.-', 'TRACTS.')]
ST18800916-V06-35-page12.txt: [('attend-', 'attend'), ('AND-', 'AND'), ('...sc.-', '...sc.'), ('-', ''), ('-', ''), ('---di', '--di'), ('--N----z-', '-N----z-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Langfltt-', 'Langfltt'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('princi-', 'princi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--a', '-a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex'), ('na-', 'na'), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('so-', 'so'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('-----', '----'), ('-', ''), ('----', '---'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800916-V06-35-page2.txt: [('judg-', 'judg'), ('per-', 'per'), ('con-', 'con'), ('jus-', 'jus'), ('-were', 'were')]
ST18800916-V06-35-page3.txt: [('disci-', 'disci'), ('short-', 'short')]
ST18800916-V06-35-page4.txt: [('con--', 'con-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sab-', 'Sab'), ('Com-', 'Com'), ('our-', 'our'), ('-', ''), ('medita-', 'medita'), ('flow-', 'flow')]
ST18800916-V06-35-page5.txt: [('B--', 'B-'), ('sup-', 'sup'), ('Sabbath-', 'Sabbath'), ('atten-', 'atten')]
ST18800916-V06-35-page6.txt: [('com-', 'com'), ('-', ''), ('-', '')]
ST18800916-V06-35-page7.txt: [('-', ''), ('-', ''), ('Sab-', 'Sab'), ('there-', 'there'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18800916-V06-35-page8.txt: [('-his', 'his'), ('CONFER-', 'CONFER'), ('contrib-', 'contrib'), ('ex-', 'ex'), ('-and', 'and')]
ST18800916-V06-35-page9.txt: [('be-', 'be'), ('con-', 'con'), ('-bear', 'bear'), ('un-', 'un'), ('-wicked', 'wicked'), ('-fortunes', 'fortunes'), ('equa-', 'equa'), ('con-', 'con'), ('for-', 'for'), ('every-', 'every')]
ST18800930-V06-36-page1.txt: [('im-', 'im'), ('-glory', 'glory'), ('vouCh-', 'vouCh'), ('-', ''), ('-', ''), ('Chris-', 'Chris')]
ST18800930-V06-36-page10.txt: [('-', ''), ('re-', 're'), ('dis-', 'dis'), ('neat-', 'neat')]
ST18800930-V06-36-page11.txt: [('Wag-', 'Wag'), ('-no', 'no'), ('king-', 'king'), ('-', ''), ('-', ''), ('ex-', 'ex')]
ST18800930-V06-36-page12.txt: [('bad-', 'bad'), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('flexi-', 'flexi'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Merri-', 'Merri'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Abrogated-', 'Abrogated')]
ST18800930-V06-36-page2.txt: [('judg-', 'judg'), ('-', ''), ('-', ''), ('-or', 'or'), ('-', ''), ('impor-', 'impor'), ('Chris-', 'Chris'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('Oppo-', 'Oppo'), ('fes-', 'fes'), ('-behold', 'behold'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('abun-', 'abun'), ('-his', 'his'), ('-', ''), ('be-', 'be')]
ST18800930-V06-36-page3.txt: [('-flesh', 'flesh'), ('-', ''), ('-', ''), ('cus-', 'cus'), ('-', '')]
ST18800930-V06-36-page5.txt: [('-to', 'to'), ('our-', 'our'), ('SABBATH-', 'SABBATH'), ('-', ''), ('commu-', 'commu')]
ST18800930-V06-36-page6.txt: [('de-', 'de'), ('-', ''), ('-the', 'the'), ('pro-', 'pro'), ('ac-', 'ac'), ('move-', 'move'), ('effi-', 'effi'), ('trans-', 'trans'), ('-', ''), ('un-', 'un')]
ST18800930-V06-36-page7.txt: [('be-', 'be'), ('acknowl-', 'acknowl'), ('-', ''), ('-ft.', 'ft.'), ('sales-', 'sales'), ('-ft.', 'ft.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sol-', 'sol'), ('arrange-', 'arrange')]
ST18800930-V06-36-page8.txt: [('re-', 're'), ('de-', 'de'), ('trav-', 'trav')]
ST18800930-V06-36-page9.txt: [('sea-', 'sea'), ('encour-', 'encour'), ('Vice-', 'Vice'), ('Sabbathkeepers-', 'Sabbathkeepers'), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('Sab-', 'Sab')]
ST18801007-V06-37-page1.txt: [('im-', 'im'), ('judg-', 'judg'), ('condem-', 'condem'), ('con-', 'con'), ('com-', 'com')]
ST18801007-V06-37-page10.txt: [('alter-', 'alter'), ('million-', 'million'), ('un-', 'un'), ('-', ''), ('lov-', 'lov')]
ST18801007-V06-37-page11.txt: [('eta.-', 'eta.'), ('-pp.', 'pp.'), ('Wag-', 'Wag'), ('-', ''), ('Chau-', 'Chau'), ('es-', 'es'), ('intel-', 'intel'), ('-', ''), ('foot-', 'foot'), ('any-', 'any'), ('Mc-', 'Mc')]
ST18801007-V06-37-page12.txt: [('dis-', 'dis'), ('-persons', 'persons'), ('-', ''), ('respon-', 'respon'), ('-', ''), ('divis-', 'divis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('-OR-', 'OR-'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('-----', '----'), ('Abrogated-', 'Abrogated'), ('-', ''), ('-', ''), ('-', ''), ('feletxsi.-', 'feletxsi.'), ('TRACTS.-', 'TRACTS.')]
ST18801007-V06-37-page2.txt: [('Chris-', 'Chris'), ('Theoret-', 'Theoret'), ('-', ''), ('-as', 'as'), ('-that', 'that'), ('knowl-', 'knowl'), ('ob-', 'ob')]
ST18801007-V06-37-page3.txt: [('can-', 'can'), ('influ-', 'influ'), ('trdra-', 'trdra'), ('iv-', 'iv'), ('strug-', 'strug'), ('mount-', 'mount')]
ST18801007-V06-37-page4.txt: [('per-', 'per'), ('--we', '-we'), ('NATURE-', 'NATURE'), ('sum-', 'sum')]
ST18801007-V06-37-page5.txt: [('-speech', 'speech'), ('un-', 'un'), ('-with', 'with'), ('scrupu-', 'scrupu'), ('fol-', 'fol'), ('-', '')]
ST18801007-V06-37-page6.txt: [('-', ''), ('-', ''), ('Con-', 'Con'), ('-', '')]
ST18801007-V06-37-page7.txt: [('right-', 'right'), ('uncom-', 'uncom'), ('antedilu-', 'antedilu'), ('-', ''), ('improve-', 'improve'), ('congrega-', 'congrega'), ('-', '')]
ST18801007-V06-37-page8.txt: [('PRO-', 'PRO'), ('-', ''), ('back-', 'back'), ('-ft.', 'ft.'), ('-ft.', 'ft.'), ('after-', 'after'), ('-it', 'it'), ('pre-', 'pre'), ('command-', 'command'), ('-sepreceived', 'sepreceived'), ('camp-meet-', 'camp-meet'), ('jour-', 'jour'), ('prom-', 'prom')]
ST18801007-V06-37-page9.txt: [('Con-', 'Con'), ('ex-', 'ex'), ('sur-', 'sur'), ('organ-', 'organ'), ('compa-', 'compa')]
ST18801014-V06-38-page1.txt: [('peo-', 'peo'), ('over-', 'over'), ('consecra-', 'consecra'), ('--', '-')]
ST18801014-V06-38-page10.txt: [('-', ''), ('in-', 'in'), ('al-', 'al')]
ST18801014-V06-38-page11.txt: [('Alsace-', 'Alsace'), ('M.-', 'M.'), ('--A', '-A'), ('employ-', 'employ'), ('-', ''), ('UR-', 'UR'), ('-', ''), ('-', '')]
ST18801014-V06-38-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Me-', 'Me'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('Abrogated-', 'Abrogated')]
ST18801014-V06-38-page2.txt: [('-', ''), ('mate-', 'mate'), ('fig-', 'fig'), ('-', ''), ('-No', 'No'), ('dissemi-', 'dissemi'), ('es-', 'es'), ('act-', 'act'), ('Con-', 'Con')]
ST18801014-V06-38-page3.txt: [('-to', 'to'), ('command-', 'command'), ('hap-', 'hap'), ('Prot-', 'Prot'), ('ac-', 'ac'), ('Tes-', 'Tes'), ('sentimental-', 'sentimental')]
ST18801014-V06-38-page4.txt: [('de-', 'de'), ('pe-', 'pe'), ('Christian-', 'Christian'), ('-', ''), ('con-', 'con')]
ST18801014-V06-38-page5.txt: [("difficult'-", "difficult'"), ('com-', 'com'), ('SUPERIN-', 'SUPERIN'), ('com-', 'com'), ('com-', 'com'), ('min-', 'min'), ('rec-', 'rec')]
ST18801014-V06-38-page6.txt: [('-', ''), ('pro-', 'pro')]
ST18801014-V06-38-page7.txt: [('re-', 're'), ('con-', 'con'), ('Tues-', 'Tues'), ('-', ''), ('ever-', 'ever'), ('-', ''), ('pre-', 'pre')]
ST18801014-V06-38-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('or-', 'or')]
ST18801014-V06-38-page9.txt: [('gentlemen-', 'gentlemen'), ('-their', 'their'), ('-rooms', 'rooms'), ('---especially', '--especially'), ('-', ''), ('-mud', 'mud'), ('rum-', 'rum'), ('-', ''), ('-the', 'the')]
ST18801021-V06-39-page1.txt: [('An-', 'An'), ('des-', 'des'), ('to-day.-', 'to-day.'), ('re-', 're'), ('advano-', 'advano'), ('fitsh-', 'fitsh'), ('willing-', 'willing')]
ST18801021-V06-39-page10.txt: [('-you', 'you'), ('--The', '-The'), ('it"-', 'it"'), ('-be', 'be'), ('-in', 'in')]
ST18801021-V06-39-page11.txt: [('sitting-', 'sitting'), ('Govern-', 'Govern'), ('Roeevetlsa-', 'Roeevetlsa'), ('-', ''), ('Chi-', 'Chi'), ('dis-', 'dis'), ('Peru-', 'Peru'), ('mov-', 'mov'), ('-', ''), ('-', ''), ('-', ''), ('out-', 'out'), ('itAcTS.-', 'itAcTS.')]
ST18801021-V06-39-page12.txt: [('scientif-', 'scientif'), ('con-', 'con'), ('scien-', 'scien'), ('Ad-', 'Ad'), ('WHITE.C-', 'WHITE.C'), ('-', ''), ('-', ''), ('OR--', 'OR-'), ('Ravens-', 'Ravens'), ('-', ''), ('-', ''), ('TD-', 'TD'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('Sun-', 'Sun'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18801021-V06-39-page2.txt: [('-', ''), ('-', ''), ('pre--', 'pre-'), ('house-', 'house'), ('-', ''), ('-Came.', 'Came.'), ('-', ''), ('-', ''), ('-', ''), ('-people', 'people'), ('-', ''), ('peo-', 'peo')]
ST18801021-V06-39-page3.txt: [('-threatens', 'threatens')]
ST18801021-V06-39-page4.txt: [('regener-', 'regener'), ('interpre-', 'interpre'), ('re-', 're'), ('resurrection-', 'resurrection'), ('with-', 'with'), ('prayer-', 'prayer'), ('me-', 'me')]
ST18801021-V06-39-page5.txt: [('Shakes-', 'Shakes'), ('im-', 'im'), ('dif-', 'dif'), ('with-', 'with'), ("boil'-", "boil'"), ('de-', 'de'), ('attend-', 'attend'), ('neglect.--', 'neglect.-'), ('pen-', 'pen')]
ST18801021-V06-39-page6.txt: [('-', ''), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-', ''), ('sanctu-', 'sanctu'), ('cir-', 'cir')]
ST18801021-V06-39-page7.txt: [('-', ''), ('-Mon', 'Mon'), ('ex-', 'ex'), ('un-', 'un')]
ST18801021-V06-39-page8.txt: [('pul-', 'pul'), ('-one', 'one'), ('cere-', 'cere')]
ST18801021-V06-39-page9.txt: [('recip-', 'recip'), ('-', ''), ('clergy-', 'clergy'), ('one-', 'one')]
ST18801028-V06-40-page1.txt: [('sick-', 'sick'), ('com-', 'com'), ('-or', 'or')]
ST18801028-V06-40-page10.txt: [('mak-', 'mak'), ('sym-', 'sym'), ('"Pray-', '"Pray'), ('-Let', 'Let'), ('per-', 'per')]
ST18801028-V06-40-page11.txt: [('com-', 'com'), ('-"', '"'), ('hun-', 'hun'), ('as-', 'as'), ('-', ''), ('educa-', 'educa'), ('some-', 'some'), ('DE-', 'DE'), ('SABBATH-', 'SABBATH'), ('TRACTS.-', 'TRACTS.'), ('Abrogated-', 'Abrogated')]
ST18801028-V06-40-page12.txt: [('Oak-', 'Oak'), ('--', '-'), ('WEST..i-.-', 'WEST..i-.'), ('-', ''), ('-', ''), ('-OF-', 'OF-'), ('-', ''), ('-then', 'then'), ('-', ''), ('"---', '"--'), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Edition.-', 'Edition.'), ('Sabbath-', 'Sabbath'), ('-----', '----'), ('-OR-', 'OR-'), ('States-', 'States'), ('Mis-', 'Mis'), ('Ravens-', 'Ravens'), ('tastes.-', 'tastes.'), ('-', '')]
ST18801028-V06-40-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-chains', 'chains'), ('-dead', 'dead'), ('-', ''), ('-', '')]
ST18801028-V06-40-page3.txt: [('fol-', 'fol'), ('regu-', 'regu'), ('-', ''), ('some-', 'some')]
ST18801028-V06-40-page4.txt: [('-the', 'the'), ('-', '')]
ST18801028-V06-40-page5.txt: [('chil-', 'chil'), ('senti-', 'senti'), ('turn-', 'turn'), ('ex-', 'ex'), ('jew-', 'jew'), ('sprightli-', 'sprightli'), ('weer.-', 'weer.'), ('-have', 'have'), ('any-', 'any'), ('-Jehovah', 'Jehovah')]
ST18801028-V06-40-page6.txt: [('de-', 'de'), ('-', ''), ('-', ''), ('Hamp-', 'Hamp'), ('-', ''), ('at-', 'at'), ('philan-', 'philan')]
ST18801028-V06-40-page7.txt: [('ap-', 'ap'), ('expres-', 'expres'), ('re-', 're'), ('stir-', 'stir'), ('corn-', 'corn')]
ST18801028-V06-40-page8.txt: [('alto-', 'alto'), ('Com-', 'Com'), ('being-', 'being'), ('post-millen-', 'post-millen')]
ST18801028-V06-40-page9.txt: [('-', ''), ('col-', 'col'), ('Confer-', 'Confer'), ('Caro-', 'Caro'), ('em-', 'em'), ('consider-', 'consider'), ('-', ''), ('pro-', 'pro'), ('-', ''), ('-', ''), ('em-', 'em'), ('inex-', 'inex'), ('Law-', 'Law'), ('Lam-', 'Lam'), ('-', ''), ('-', ''), ('Ten-', 'Ten'), ('minis-', 'minis'), ('soci-', 'soci'), ('indebted-', 'indebted'), ('contri-', 'contri')]
ST18801104-V06-41-page1.txt: [('--', '-'), ('increas-', 'increas'), ('wil-', 'wil'), ('peo-', 'peo'), ('hun-', 'hun')]
ST18801104-V06-41-page10.txt: [('-uth', 'uth')]
ST18801104-V06-41-page11.txt: [('Tay-', 'Tay'), ('-our', 'our'), ('--', '-'), ('-', ''), ('-', ''), ('"-', '"'), ('fur-', 'fur'), ('Seven-', 'Seven'), ('-', ''), ('build-', 'build'), ('-', ''), ('-over', 'over'), ('-', ''), ('Ire-', 'Ire'), ('---', '--'), ('-', ''), ('.N.-', '.N.'), ('reitP.--', 'reitP.-'), ('-', ''), ('ii---', 'ii--'), ('-TaliC', 'TaliC')]
ST18801104-V06-41-page12.txt: [('com-', 'com'), ('disestab-', 'disestab'), ('wor-', 'wor'), ('religion.-', 'religion.'), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Rob-', 'Rob'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TRACTS.-', 'TRACTS.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('Abrogated-', 'Abrogated')]
ST18801104-V06-41-page2.txt: [('posses-', 'posses'), ('evi-', 'evi'), ('-the', 'the'), ('fore-', 'fore')]
ST18801104-V06-41-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be')]
ST18801104-V06-41-page4.txt: [('re-', 're')]
ST18801104-V06-41-page5.txt: [('re-', 're'), ('in-', 'in'), ('com-', 'com'), ('re-', 're'), ('-', ''), ('grat-', 'grat')]
ST18801104-V06-41-page6.txt: [('-', ''), ('take-', 'take')]
ST18801104-V06-41-page7.txt: [('investi-', 'investi'), ('con-', 'con'), ('ac-', 'ac')]
ST18801104-V06-41-page8.txt: [('direc-', 'direc'), ('effect-', 'effect'), ('Eng-', 'Eng'), ('Con-', 'Con'), ('conse-', 'conse'), ('-can', 'can'), ('mis-', 'mis'), ('CALI-', 'CALI'), ('f-', 'f')]
ST18801104-V06-41-page9.txt: [('improve-', 'improve'), ('-given.', 'given.'), ('-his', 'his'), ('-to', 'to'), ('FLOCK."-', 'FLOCK."'), ('young-', 'young'), ('-', ''), ('at-', 'at'), ('-it.', 'it.'), ('apple-', 'apple'), ('-', '')]
ST18801111-V06-42-page1.txt: [('-city', 'city'), ('-', ''), ('-and', 'and'), ('re-', 're')]
ST18801111-V06-42-page10.txt: [('remem-', 'remem')]
ST18801111-V06-42-page11.txt: [('pros-', 'pros'), ('per-', 'per'), ('-ton', 'ton')]
ST18801111-V06-42-page12.txt: [('-', ''), ('-', ''), ('WHITE.N.s.---', 'WHITE.N.s.--'), ('-', ''), ('-', ''), ('HAND-', 'HAND'), ('TRACTS.-', 'TRACTS.'), ('Abrogated-', 'Abrogated'), ('TRACTS.-', 'TRACTS.'), ('-', ''), ('-', ''), ('Her-', 'Her'), ('Ravens-', 'Ravens'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18801111-V06-42-page2.txt: [('mes-', 'mes')]
ST18801111-V06-42-page3.txt: [('de-', 'de'), ('apos-', 'apos'), ('quar-', 'quar'), ('-', ''), ('-', ''), ('such--', 'such-'), ('resurrec-', 'resurrec'), ('whoso-', 'whoso'), ('sepa-', 'sepa'), ('dining-', 'dining'), ('rec-', 'rec')]
ST18801111-V06-42-page4.txt: [('lan-', 'lan'), ('ac-', 'ac'), ('-strength', 'strength')]
ST18801111-V06-42-page5.txt: [('whis-', 'whis'), ('inatten-', 'inatten'), ('fellow-', 'fellow'), ('-The', 'The'), ('teach-', 'teach'), ('com-', 'com'), ('-hould', 'hould'), ('ques-', 'ques'), ('obe-', 'obe'), ('-', ''), ('neces-', 'neces'), ('infus-', 'infus'), ('pre-', 'pre')]
ST18801111-V06-42-page6.txt: [('gov-', 'gov'), ('monu-', 'monu')]
ST18801111-V06-42-page7.txt: [('-', ''), ('-', '')]
ST18801111-V06-42-page8.txt: [('denomi-', 'denomi'), ('-', ''), ('-revival', 'revival')]
ST18801111-V06-42-page9.txt: [('home-', 'home'), ('super-', 'super'), ('dis-', 'dis'), ('com-', 'com'), ('pump-', 'pump')]
ST18801118-V06-43-page1.txt: [('palm-', 'palm'), ('nico-', 'nico'), ('-', '')]
ST18801118-V06-43-page10.txt: [('per-', 'per'), ('supe-', 'supe'), ('bon-', 'bon')]
ST18801118-V06-43-page11.txt: [('de-', 'de'), ('-', ''), ('Dia-', 'Dia'), ('de-', 'de'), ('cor-', 'cor'), ('tender-', 'tender'), ('Kurd-', 'Kurd'), ('EXPE-', 'EXPE'), ('PREVEN-', 'PREVEN')]
ST18801118-V06-43-page12.txt: [('et-', 'et'), ('Oak-', 'Oak'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18801118-V06-43-page2.txt: [('-united', 'united'), ('spirit-', 'spirit'), ('RESUR-', 'RESUR'), ('-of', 'of'), ('-God', 'God')]
ST18801118-V06-43-page3.txt: [('lan-', 'lan'), ('glori-', 'glori'), ('com-', 'com'), ('re-', 're'), ('re-', 're'), ('re-', 're'), ('ex-', 'ex'), ('Jeru-', 'Jeru'), ('asso-', 'asso'), ('de-', 'de'), ('un-', 'un')]
ST18801118-V06-43-page4.txt: [('sanctifica-', 'sanctifica'), ('dis-', 'dis'), ('-', ''), ('in-', 'in'), ('state-', 'state'), ('crea-', 'crea')]
ST18801118-V06-43-page5.txt: [('read-', 'read'), ('right-', 'right'), ('-at', 'at'), ('exe-', 'exe'), ('ear-', 'ear'), ('con-', 'con'), ('care.-', 'care.'), ('posi-', 'posi'), ('"there-', '"there'), ('-', ''), ('ne-', 'ne'), ('com-', 'com')]
ST18801118-V06-43-page6.txt: [('con-', 'con')]
ST18801118-V06-43-page7.txt: [('set--', 'set-'), ('relig-', 'relig'), ("EXI'ERI-", "EXI'ERI"), ('ful-', 'ful'), ('re-', 're'), ('-', ''), ('satis-', 'satis'), ('pre-', 'pre'), ('forgive-', 'forgive'), ('dis-', 'dis')]
ST18801118-V06-43-page8.txt: [('domes-', 'domes'), ('meet-', 'meet')]
ST18801118-V06-43-page9.txt: [('-', ''), ('weak-', 'weak')]
ST18801125-V06-44-page1.txt: [('morn-', 'morn'), ('de-', 'de'), ('atti-', 'atti'), ('ad-', 'ad'), ('pleas-', 'pleas')]
ST18801125-V06-44-page11.txt: [('-work', 'work'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('win-', 'win'), ('-', ''), ('-', ''), ('WHITE.N.s.--', 'WHITE.N.s.-'), ('com-', 'com'), ('moun-', 'moun'), ('fol-', 'fol'), ('estab-', 'estab'), ('sub-', 'sub')]
ST18801125-V06-44-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('Social-', 'Social'), ('break-', 'break'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bis-', 'Bis'), ('ex-', 'ex'), ('-Is', 'Is'), ('-', ''), ('Fate-', 'Fate'), ('Abrogated-', 'Abrogated'), ('Edition.-', 'Edition.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('TRACTS.-', 'TRACTS.'), ('-Thoughts', 'Thoughts'), ('-Can', 'Can'), ('TRACTS.-', 'TRACTS.'), ('-Who', 'Who'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-')]
ST18801125-V06-44-page2.txt: [('man-', 'man'), ('salva-', 'salva'), ('-to', 'to'), ('dispo-', 'dispo')]
ST18801125-V06-44-page3.txt: [('op-', 'op'), ('lan-', 'lan'), ('Mr.--', 'Mr.-'), ('MAN-', 'MAN')]
ST18801125-V06-44-page4.txt: [('illus-', 'illus'), ('con-', 'con'), ('-', ''), ('adver-', 'adver')]
ST18801125-V06-44-page5.txt: [('develop-', 'develop'), ('pas-', 'pas')]
ST18801125-V06-44-page6.txt: [('-', ''), ('re-', 're'), ('ex-', 'ex')]
ST18801125-V06-44-page7.txt: [('--', '-'), ('con-', 'con'), ('au-', 'au')]
ST18801125-V06-44-page8.txt: [('be-', 'be'), ('content-', 'content'), ('denomina-', 'denomina'), ('re-', 're'), ('-', ''), ('expres-', 'expres'), ('-again', 'again'), ('get-', 'get'), ('ser-', 'ser')]
ST18801202-V06-45-page1.txt: [('PARA-', 'PARA'), ('hereto-', 'hereto'), ('--', '-'), ('-CONTRIBUTORS.', 'CONTRIBUTORS.'), ('selec-', 'selec'), ('seve-', 'seve'), ('house-', 'house')]
ST18801202-V06-45-page11.txt: [('con-', 'con'), ('re-', 're'), ('hesi-', 'hesi'), ('Man-', 'Man')]
ST18801202-V06-45-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('--P', '-P'), ('-', ''), ('-', ''), ('-', ''), ('-or', 'or'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18801202-V06-45-page13.txt: [('Vice-', 'Vice')]
ST18801202-V06-45-page14.txt: [('ANTIQ-', 'ANTIQ'), ('CON-', 'CON'), ('BI-', 'BI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cir-', 'cir'), ('Ox-', 'Ox')]
ST18801202-V06-45-page2.txt: [('Revela-', 'Revela'), ('-', ''), ('Diphtheria.-', 'Diphtheria.'), ('-', ''), ('-', ''), ('-', ''), ('thorough-', 'thorough'), ('-An', 'An'), ('TRACTS.-', 'TRACTS.'), ('-Origin', 'Origin'), ('-The', 'The'), ('-Spiritualism', 'Spiritualism'), ('TRACTS.-', 'TRACTS.'), ('-Who', 'Who'), ('-The', 'The'), ('TRACTS.-', 'TRACTS.'), ('Day---', 'Day--'), ('-The', 'The'), ('TRACTS.-', 'TRACTS.'), ('-Thoughts', 'Thoughts'), ('-Can', 'Can'), ('-Is', 'Is'), ('-Is', 'Is'), ('-The', 'The'), ('Fate-', 'Fate'), ('Abrogated-', 'Abrogated')]
ST18801202-V06-45-page3.txt: [('wan-', 'wan'), ('Re-', 'Re'), ('pre-', 'pre'), ('worth-', 'worth'), ('top-', 'top')]
ST18801202-V06-45-page4.txt: [('-', '')]
ST18801202-V06-45-page5.txt: [('-of', 'of'), ('which-', 'which'), ('impreca-', 'impreca'), ('ex-', 'ex'), ('-', '')]
ST18801202-V06-45-page6.txt: [('command-', 'command'), ('com-', 'com'), ('ex-', 'ex'), ('-', ''), ('COM-', 'COM')]
ST18801202-V06-45-page7.txt: [('-', ''), ('king-', 'king'), ('--', '-'), ('-', ''), ('foot-', 'foot'), ('demon-', 'demon')]
ST18801202-V06-45-page8.txt: [('Disci-', 'Disci'), ('be-', 'be'), ('sub-', 'sub'), ('mission-', 'mission')]
ST18801202-V06-45-page9.txt: [('-When', 'When'), ('self-re-', 'self-re'), ('fol-', 'fol'), ('-', '')]
ST18801209-V06-46-page1.txt: [('-', ''), ('deter-', 'deter'), ('neces-', 'neces'), ('pre-', 'pre')]
ST18801209-V06-46-page10.txt: [('grow-', 'grow'), ('-he', 'he'), ('owner-', 'owner'), ('any-', 'any'), ('effect-', 'effect')]
ST18801209-V06-46-page11.txt: [('-', ''), ('-It', 'It'), ('-The', 'The'), ('de-', 'de'), ('-', ''), ('-', ''), ('mari-', 'mari'), ('-Several', 'Several'), ('-The', 'The'), ('-Vesuvius', 'Vesuvius'), ('-', ''), ('Vice-Pres-', 'Vice-Pres'), ('-', ''), ('sec-', 'sec'), ('-The', 'The'), ('-', ''), ('-The', 'The'), ('-', ''), ('-Dr.', 'Dr.'), ('con-', 'con'), ('-Accordingtothelatecensusof', 'Accordingtothelatecensusof'), ('-', ''), ('-A', 'A'), ('-The', 'The'), ('faith-', 'faith'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('impor-', 'impor'), ('-Prohibition', 'Prohibition'), ('-Secretary', 'Secretary'), ('-A', 'A'), ('-It', 'It'), ('-', ''), ('ad-', 'ad'), ('-Bismarck', 'Bismarck'), ('-During', 'During'), ('rep-', 'rep'), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('por-', 'por'), ('twenty-', 'twenty')]
ST18801209-V06-46-page12.txt: [('-', ''), ('tlexi-', 'tlexi'), ('up-', 'up'), ('Oak-', 'Oak'), ('re-', 're'), ('self-', 'self'), ('-', ''), ('-', ''), ('-----', '----'), ('---', '--'), ('-ors-', 'ors-'), ('Ravens-', 'Ravens'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('TRACTS.-', 'TRACTS.'), ('-Who', 'Who'), ('-The', 'The'), ('Mes-', 'Mes'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis')]
ST18801209-V06-46-page2.txt: [('be-', 'be'), ('com-', 'com'), ('intima-', 'intima'), ('foun-', 'foun'), ('retire-', 'retire'), ('commu-', 'commu')]
ST18801209-V06-46-page3.txt: [('-to', 'to'), ('scrawl-', 'scrawl'), ('-', ''), ('dead-', 'dead'), ('-say', 'say')]
ST18801209-V06-46-page4.txt: [('His-', 'His'), ('Arch-', 'Arch'), ('writ-', 'writ'), ('prac-', 'prac'), ('op-', 'op'), ('them-', 'them'), ('admin-', 'admin')]
ST18801209-V06-46-page5.txt: [('pass-', 'pass'), ('behalf.---', 'behalf.--'), ('liv-', 'liv')]
ST18801209-V06-46-page6.txt: [('COMMAND-', 'COMMAND'), ('-', ''), ('infi-', 'infi'), ('exist-', 'exist'), ('rebell-', 'rebell'), ('-lving', 'lving')]
ST18801209-V06-46-page7.txt: [('neces-', 'neces'), ('anti-Chris-', 'anti-Chris'), ('-', ''), ('ex-', 'ex'), ('transac-', 'transac'), ('al-', 'al')]
ST18801209-V06-46-page8.txt: [('-', ''), ('-rmegioan', 'rmegioan'), ('-Noii.', 'Noii.'), ('-the', 'the'), ('-', ''), ('-A-merica.', 'A-merica.')]
ST18801209-V06-46-page9.txt: [('li-', 'li'), ('de-', 'de'), ('coin-', 'coin'), ('drunk-', 'drunk'), ('li-', 'li'), ('re-', 're'), ('com-', 'com')]
ST18801216-V06-47-page1.txt: [('-trial.', 'trial.'), ('impor-', 'impor'), ('opportu-', 'opportu'), ('encourage-', 'encourage')]
ST18801216-V06-47-page10.txt: [('-On', 'On'), ("will-o'-", "will-o'")]
ST18801216-V06-47-page11.txt: [('-', ''), ('-Dakota', 'Dakota'), ('-There', 'There'), ('-Small-pox', 'Small-pox'), ('-', ''), ('-Nine', 'Nine'), ('-Oleomargarine', 'Oleomargarine'), ('-During', 'During'), ('-Greece', 'Greece'), ('-The', 'The'), ('-A', 'A'), ('-Over', 'Over'), ('-', ''), ('-Thirty', 'Thirty'), ('re-', 're'), ('-Another', 'Another'), ('-There', 'There'), ('-The', 'The'), ('-The', 'The'), ('Mis-', 'Mis'), ('-A', 'A'), ('distribu-', 'distribu'), ('wher-', 'wher'), ('Per-', 'Per'), ('-The', 'The'), ('Ire-', 'Ire'), ('-', ''), ('-It', 'It'), ('-Secretary', 'Secretary'), ('Tem-', 'Tem'), ('ex-', 'ex'), ('-The', 'The'), ('BEN-', 'BEN'), ('-Nine-tenths', 'Nine-tenths'), ('-A', 'A'), ('be-', 'be'), ('-Jay', 'Jay'), ("-Gladstone's", "Gladstone's"), ('-', ''), ('sym-', 'sym'), ('-', ''), ('-The', 'The'), ('sing-', 'sing')]
ST18801216-V06-47-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('-', ''), ('-', ''), ('-', ''), ('E-', 'E'), ('sub-', 'sub'), ('com-', 'com'), ('-Hygiene', 'Hygiene'), ('mer-', 'mer'), ('gen-', 'gen'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-James', 'James'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('addi-', 'addi'), ('-----', '----'), ('-', ''), ('Ravens-', 'Ravens')]
ST18801216-V06-47-page2.txt: [('com-', 'com'), ('denunci-', 'denunci'), ('theo-', 'theo'), ('-.ries', '.ries'), ('-words', 'words'), ('-tenets', 'tenets'), ('res-', 'res'), ('vis-', 'vis')]
ST18801216-V06-47-page3.txt: [('-we', 'we'), ('lit-', 'lit'), ('vex-', 'vex'), ('re-', 're'), ('fid-', 'fid')]
ST18801216-V06-47-page4.txt: [('-Because', 'Because'), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-the', 'the'), ('bap-', 'bap'), ('regenera-', 'regenera')]
ST18801216-V06-47-page5.txt: [('for-', 'for'), ('relation-', 'relation'), ('disapproba-', 'disapproba'), ('sor-', 'sor'), ('en-', 'en'), ('re-', 're'), ('try-', 'try'), ('-Heaven', 'Heaven'), ('Writh-', 'Writh')]
ST18801216-V06-47-page6.txt: [('despis-', 'despis'), ('-', ''), ('circum-', 'circum'), ('in-', 'in')]
ST18801216-V06-47-page7.txt: [('instruct-', 'instruct'), ('ex-', 'ex'), ('-the', 'the'), ('-', ''), ('be-', 'be'), ('de-', 'de'), ('-', ''), ('be-', 'be'), ('prop-', 'prop'), ('-consideration', 'consideration')]
ST18801216-V06-47-page8.txt: [('at-', 'at'), ('-of', 'of'), ('corrup-', 'corrup'), ('bank-', 'bank'), ('pres-', 'pres'), ('em-', 'em'), ('promul-', 'promul')]
ST18801216-V06-47-page9.txt: [('some-', 'some'), ('to-', 'to'), ('reform-', 'reform'), ('gov-', 'gov'), ('Postmaster-', 'Postmaster'), ('-', ''), ('swal-', 'swal'), ('func-', 'func'), ('gen-', 'gen'), ('soli-', 'soli')]
ST18801230-V06-48-page1.txt: [('in-', 'in'), ('dark-', 'dark'), ('warn-', 'warn')]
ST18801230-V06-48-page10.txt: [('-', ''), ('-', ''), ('Sab-', 'Sab'), ('that-', 'that'), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('S-', 'S'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('S-', 'S'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('S-', 'S'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('B--', 'B-')]
ST18801230-V06-48-page11.txt: [('-Electric', 'Electric'), ('-In', 'In'), ('annu-', 'annu'), ('Poverty-', 'Poverty'), ('-', ''), ('Cana-', 'Cana'), ('-', ''), ('Illi-', 'Illi'), ('-The', 'The'), ('-Broadway', 'Broadway'), ('-', ''), ('en-', 'en'), ('-', ''), ('-The', 'The'), ('earth-', 'earth'), ('-', ''), ('-Aroostook', 'Aroostook'), ('-There', 'There'), ('-The', 'The'), ('-Two', 'Two'), ('Com-', 'Com'), ('-', ''), ('-', ''), ('-Hon.', 'Hon.'), ('-', ''), ('South-', 'South'), ('-Maj.', 'Maj.'), ('Scot-', 'Scot'), ('-', ''), ('-', ''), ('Pa-', 'Pa'), ('arrange-', 'arrange'), ('-', ''), ('-', ''), ('-It', 'It')]
ST18801230-V06-48-page12.txt: [('-', ''), ('-...', '...'), ('-', ''), ('-', '')]
ST18801230-V06-48-page2.txt: [('re-', 're'), ('de-', 'de'), ('-path', 'path'), ('venge-', 'venge'), ('-', ''), ('-', '')]
ST18801230-V06-48-page3.txt: [('-', ''), ('-', ''), ('them-', 'them'), ('"com-', '"com'), ('prom-', 'prom')]
ST18801230-V06-48-page4.txt: [('Chrysos-', 'Chrysos'), ('immersion-', 'immersion')]
ST18801230-V06-48-page5.txt: [('commence-', 'commence'), ('newly-', 'newly'), ('impos-', 'impos'), ('fel-', 'fel'), ('re-', 're'), ('char-', 'char')]
ST18801230-V06-48-page6.txt: [('Script-', 'Script'), ('fol-', 'fol'), ('-esurrection', 'esurrection'), ('accord-', 'accord'), ('resurrec-', 'resurrec'), ('un-', 'un')]
ST18801230-V06-48-page7.txt: [('experience-', 'experience'), ('-', ''), ('-', '')]
ST18801230-V06-48-page8.txt: [('--', '-'), ('remem-', 'remem'), ('kind-', 'kind'), ('to-', 'to')]
ST18801230-V06-48-page9.txt: [('remail-', 'remail'), ('-', ''), ('con-', 'con'), ('-re-occupied', 're-occupied'), ('sub-', 'sub'), ('inter-', 'inter'), ('ac-', 'ac')]
ST18810106-V07-01-page1.txt: [('char-', 'char'), ('disa-', 'disa')]
ST18810106-V07-01-page10.txt: [('denom-', 'denom'), ('conclu-', 'conclu'), ('cate-', 'cate')]
ST18810106-V07-01-page11.txt: [('imple-', 'imple'), ('-', ''), ('Sun-', 'Sun'), ('-', ''), ('temper-', 'temper'), ('immi-', 'immi'), ('-', ''), ('argu-', 'argu'), ('improve-', 'improve'), ('Alcohol.-', 'Alcohol.'), ('Tobacco-', 'Tobacco')]
ST18810106-V07-01-page12.txt: [('-', ''), ('---..--', '--..--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-u', 'u'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('self-', 'self'), ('re-', 're'), ('hun-', 'hun'), ('-San', 'San'), ('-Popular', 'Popular'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens')]
ST18810106-V07-01-page2.txt: [('right-', 'right'), ('him-', 'him'), ('re-', 're'), ('-This', 'This'), ('de-', 'de'), ('salva-', 'salva'), ('obe-', 'obe')]
ST18810106-V07-01-page3.txt: [('above-', 'above'), ('ex-', 'ex'), ('rea-', 'rea'), ('rela-', 'rela'), ('two-', 'two'), ('con-', 'con'), ('imagin-', 'imagin'), ('descrip-', 'descrip')]
ST18810106-V07-01-page4.txt: [('intnber-', 'intnber'), ('immer-', 'immer'), ('pre-', 'pre'), ('preva-', 'preva'), ('ex-', 'ex'), ('pro-', 'pro')]
ST18810106-V07-01-page5.txt: [('approba-', 'approba'), ('-', ''), ('atone-', 'atone'), ('sprin-', 'sprin'), ('in-', 'in'), ('high-', 'high'), ('-', ''), ('unprofitable-', 'unprofitable'), ('-', ''), ('-', ''), ('Levit-', 'Levit'), ('an-', 'an'), ('testa-', 'testa'), ('con-', 'con'), ('dif-', 'dif'), ('over-', 'over'), ('accu-', 'accu'), ('im-', 'im')]
ST18810106-V07-01-page6.txt: [('-', ''), ('There-', 'There'), ('-', ''), ('fol-', 'fol'), ('in-', 'in'), ('sur-', 'sur'), ('-', ''), ('-', '')]
ST18810106-V07-01-page7.txt: [('regu-', 'regu'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('un-', 'un'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('for-', 'for')]
ST18810106-V07-01-page8.txt: [('-abbatit', 'abbatit'), ('defi-', 'defi')]
ST18810106-V07-01-page9.txt: [('TEMPER-', 'TEMPER')]
ST18810113-V07-02-page1.txt: [('his-', 'his'), ('states-', 'states')]
ST18810113-V07-02-page11.txt: [('--Mr.', '-Mr.'), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('flexi-', 'flexi'), ('Tobacco-', 'Tobacco'), ('Alcohol.-', 'Alcohol.'), ('-', '')]
ST18810113-V07-02-page12.txt: [('num-', 'num'), ('Gov-', 'Gov'), ('con-', 'con'), ('Brit-', 'Brit'), ('assem-', 'assem'), ('teach-', 'teach'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens')]
ST18810113-V07-02-page2.txt: [('Israel-', 'Israel'), ('seek-', 'seek'), ('dili-', 'dili'), ('ex-', 'ex')]
ST18810113-V07-02-page3.txt: [('peo-', 'peo')]
ST18810113-V07-02-page4.txt: [('-waters', 'waters'), ('after-', 'after'), ('-wondrous', 'wondrous')]
ST18810113-V07-02-page5.txt: [('Nicode-', 'Nicode'), ('re-', 're'), ('peo-', 'peo')]
ST18810113-V07-02-page6.txt: [('-', ''), ('ex-', 'ex'), ('con-', 'con'), ('-', ''), ('-from', 'from'), ('-', '')]
ST18810113-V07-02-page7.txt: [('-', ''), ('-', ''), ('SUN-', 'SUN'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('-after', 'after'), ('-', ''), ('even-', 'even'), ('-', ''), ('-', '')]
ST18810113-V07-02-page8.txt: [('shame-', 'shame')]
ST18810113-V07-02-page9.txt: [('for-', 'for'), ('-', ''), ('ap-', 'ap'), ('connec-', 'connec'), ('limit-', 'limit'), ('-on', 'on'), ('hap-', 'hap')]
ST18810120-V07-03-page1.txt: [('in-', 'in')]
ST18810120-V07-03-page10.txt: [('-', ''), ('de-', 'de'), ('be-', 'be'), ('-', ''), ('-', ''), ('-Anon.', 'Anon.'), ('-information', 'information'), ('-these', 'these')]
ST18810120-V07-03-page11.txt: [('evela-', 'evela'), ('ag-', 'ag'), ('-', ''), ('dis-', 'dis'), ('-', ''), ('Commis-', 'Commis'), ('Wag-', 'Wag'), ('blud-', 'blud'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('Abrogated-', 'Abrogated'), ('-', ''), ('reli-', 'reli'), ('king-', 'king'), ('Per-', 'Per')]
ST18810120-V07-03-page12.txt: [('Ras-', 'Ras'), ('per-', 'per'), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('-', ''), ('On--', 'On-'), ('Ravens-', 'Ravens')]
ST18810120-V07-03-page2.txt: [('state-', 'state'), ('idol-', 'idol'), ('prevarica-', 'prevarica'), ('-names', 'names'), ('cer-', 'cer')]
ST18810120-V07-03-page3.txt: [('refine-', 'refine'), ('congre-', 'congre'), ('con-', 'con'), ('jaw-', 'jaw')]
ST18810120-V07-03-page4.txt: [('ab-', 'ab'), ('-', ''), ('-three', 'three'), ('in-', 'in'), ('presump-', 'presump'), ('-', ''), ('fur-', 'fur'), ('-', ''), ('con-', 'con'), ('imperfec-', 'imperfec'), ('which-', 'which')]
ST18810120-V07-03-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('Sig-', 'Sig'), ('-', ''), ('read-', 'read')]
ST18810120-V07-03-page6.txt: [('in-', 'in'), ('speak-', 'speak'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con')]
ST18810120-V07-03-page7.txt: [('manifesta-', 'manifesta'), ('in-', 'in'), ('forgive-', 'forgive'), ('dispen-', 'dispen'), ('-', ''), ('un-', 'un'), ('inde-', 'inde')]
ST18810120-V07-03-page8.txt: [('notwith-', 'notwith'), ('ob-', 'ob'), ('com-', 'com'), ('condi-', 'condi')]
ST18810120-V07-03-page9.txt: [('or-', 'or'), ('adop-', 'adop'), ('beau-', 'beau'), ('start-', 'start'), ('fran-', 'fran')]
ST18810127-V07-04-page1.txt: [('pos-', 'pos'), ('un-', 'un'), ('lat-', 'lat'), ('invig-', 'invig'), ('hinr.-', 'hinr.'), ('an-', 'an')]
ST18810127-V07-04-page10.txt: [('-That', 'That'), ('com-', 'com'), ('en-', 'en'), ('her-', 'her'), ('ob-', 'ob'), ('refer-', 'refer')]
ST18810127-V07-04-page11.txt: [('pre-', 'pre'), ('-', '')]
ST18810127-V07-04-page12.txt: [('notwith-', 'notwith'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens')]
ST18810127-V07-04-page2.txt: [('command-', 'command'), ('sus-', 'sus'), ('-', ''), ('ex-', 'ex'), ('sec-', 'sec'), ('-', ''), ('or-', 'or')]
ST18810127-V07-04-page3.txt: [('syl-', 'syl')]
ST18810127-V07-04-page4.txt: [('jar-', 'jar'), ('ren-', 'ren'), ('considera-', 'considera'), ('con-', 'con'), ('-Father', 'Father'), ('de-', 'de'), ('his-', 'his'), ('-wife', 'wife')]
ST18810127-V07-04-page5.txt: [('Sabbath-', 'Sabbath'), ('con-', 'con'), ('partner-', 'partner')]
ST18810127-V07-04-page6.txt: [('.-', '.'), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('-', ''), ('end-', 'end')]
ST18810127-V07-04-page7.txt: [('how-', 'how'), ('Gat-', 'Gat'), ('reproach-', 'reproach'), ('-', ''), ('-', ''), ('-', ''), ('where-', 'where')]
ST18810127-V07-04-page8.txt: [('discon-', 'discon'), ('in-', 'in'), ('prob-', 'prob')]
ST18810127-V07-04-page9.txt: [('di-', 'di'), ('-greet', 'greet'), ('in-', 'in'), ('abomina-', 'abomina'), ('in-', 'in'), ('min-', 'min'), ('be-', 'be')]
ST18810203-V07-05-page1.txt: [('--', '-')]
ST18810203-V07-05-page10.txt: [('usu-', 'usu'), ('-very', 'very'), ('excite-', 'excite'), ('pro-', 'pro'), ('--', '-'), ('Ball-', 'Ball'), ('thor-', 'thor'), ('-house', 'house')]
ST18810203-V07-05-page11.txt: [('Compass-', 'Compass'), ('Diet-', 'Diet'), ('-', ''), ('Mor-', 'Mor'), ('suc-', 'suc'), ('Wag-', 'Wag'), ('Agri-', 'Agri'), ('TRACTS.-', 'TRACTS.'), ('establish-', 'establish'), ('--The', '-The'), ('-', ''), ('TRACTS.-', 'TRACTS.'), ('Abrogated-', 'Abrogated'), ('-pp.', 'pp.')]
ST18810203-V07-05-page12.txt: [('-', ''), ('set-', 'set'), ('Per-', 'Per'), ('States-', 'States'), ('-', ''), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Alcohol.-', 'Alcohol.'), ('-Pork', 'Pork'), ('-', ''), ('-True', 'True'), ('Temperance.-Tobacco-Poisoning.-Tobacco-', 'Temperance.-Tobacco-Poisoning.-Tobacco'), ('-The', 'The'), ('Medication.-', 'Medication.'), ('PACKAGE.-', 'PACKAGE.'), ('-', '')]
ST18810203-V07-05-page2.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('stat-', 'stat'), ('teach-', 'teach'), ('provi-', 'provi'), ('-', ''), ('sim-', 'sim'), ('show-', 'show'), ('how-', 'how')]
ST18810203-V07-05-page3.txt: [('fifty-', 'fifty'), ('wander-', 'wander'), ('-', '')]
ST18810203-V07-05-page4.txt: [('-', ''), ('devel-', 'devel'), ('destruc-', 'destruc'), ('begin-', 'begin'), ('in-', 'in')]
ST18810203-V07-05-page5.txt: [('princi-', 'princi'), ('grammat-', 'grammat'), ('visi-', 'visi'), ('re-', 're')]
ST18810203-V07-05-page6.txt: [('-', ''), ('Thurs-', 'Thurs'), ('under-', 'under'), ('resur-', 'resur'), ('di-', 'di'), ('sab-', 'sab')]
ST18810203-V07-05-page8.txt: [('ad-', 'ad'), ('-', ''), ('re-', 're'), ('-', ''), ('en-', 'en'), ('tortur-', 'tortur'), ('Chris-', 'Chris')]
ST18810203-V07-05-page9.txt: [('head-', 'head'), ('work-', 'work'), ('de-', 'de'), ('enor-', 'enor'), ('-', ''), ('re-', 're'), ('"Al-', '"Al'), ('-', ''), ('sup-', 'sup')]
ST18810210-V07-06-page1.txt: [('interest-', 'interest'), ('right-', 'right'), ('be-', 'be')]
ST18810210-V07-06-page10.txt: [('pre-', 'pre'), ('Camp-', 'Camp')]
ST18810210-V07-06-page11.txt: [('Territo-', 'Territo'), ('-', ''), ('--A', '-A'), ('diph-', 'diph'), ('--The', '-The'), ('-', ''), ('--San', '-San'), ('--The', '-The'), ('States-', 'States'), ('interest-', 'interest'), ('-', ''), ('Tobacco-', 'Tobacco'), ('Alcohol.-', 'Alcohol.'), ('-Pork', 'Pork')]
ST18810210-V07-06-page12.txt: [('Gene-', 'Gene'), ('Ravens-', 'Ravens')]
ST18810210-V07-06-page2.txt: [('wethere-', 'wethere'), ('ex-', 'ex'), ('through-', 'through'), ('cor-', 'cor'), ('men-', 'men'), ('Chris-', 'Chris'), ('Jeru-', 'Jeru'), ('Whit-', 'Whit'), ('-', '')]
ST18810210-V07-06-page3.txt: [('desti-', 'desti'), ('becom-', 'becom'), ('-will', 'will'), ('-', ''), ('Life-', 'Life'), ('any-', 'any'), ('-', ''), ('-', ''), ('-', ''), ('doc-', 'doc')]
ST18810210-V07-06-page4.txt: [('under-', 'under'), ('certainly-', 'certainly')]
ST18810210-V07-06-page5.txt: [('im-', 'im'), ('Pheni-', 'Pheni'), ('re-', 're'), ('Jerusa-', 'Jerusa'), ('scat-', 'scat'), ('tender-', 'tender'), ('Judg-', 'Judg'), ('Sy-', 'Sy'), ('prayer-', 'prayer'), ('Pleas-', 'Pleas')]
ST18810210-V07-06-page6.txt: [('enter-', 'enter'), ('con-', 'con'), ('them-', 'them'), ('satis-', 'satis'), ('-', '')]
ST18810210-V07-06-page7.txt: [('-', ''), ('-', ''), ('be-', 'be'), ('observ-', 'observ'), ('de-', 'de'), ('perse-', 'perse')]
ST18810210-V07-06-page8.txt: [('-Jewish', 'Jewish'), ('want-', 'want'), ('pro-', 'pro'), ('dis-', 'dis')]
ST18810210-V07-06-page9.txt: [('CALI-', 'CALI'), ('set-', 'set'), ('-', ''), ('hus-', 'hus'), ('jus-', 'jus'), ('light-', 'light'), ('dis-', 'dis'), ('can-', 'can'), ('ob-', 'ob'), ('repre-', 'repre'), ('man-', 'man')]
ST18810217-V07-07-page1.txt: [('relig-', 'relig'), ('when-', 'when'), ('ap-', 'ap'), ('-', ''), ('sacri-', 'sacri'), ('ac-', 'ac'), ('atten-', 'atten')]
ST18810217-V07-07-page10.txt: [('prov-', 'prov'), ('con-', 'con'), ('op-', 'op'), ('smil-', 'smil'), ('com-', 'com'), ('dis-', 'dis'), ('ap-', 'ap'), ('neg-', 'neg')]
ST18810217-V07-07-page11.txt: [('-', ''), ('ex-', 'ex'), ('Institu-', 'Institu'), ('-', ''), ('unpar-', 'unpar'), ('pro-', 'pro'), ('DIS-', 'DIS'), ('-', ''), ('-', ''), ('thor-', 'thor')]
ST18810217-V07-07-page12.txt: [('Chan-', 'Chan'), ('Out-', 'Out'), ('un-', 'un'), ('sub-', 'sub'), ('any-', 'any'), ('wa-', 'wa'), ('Do-', 'Do'), ('ex-', 'ex'), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18810217-V07-07-page2.txt: [('ac-', 'ac'), ('hon-', 'hon'), ('emi-', 'emi')]
ST18810217-V07-07-page3.txt: [('depart-', 'depart')]
ST18810217-V07-07-page4.txt: [('excep-', 'excep'), ('desola-', 'desola'), ('tribu-', 'tribu'), ('-', ''), ('-', ''), ('nine-', 'nine'), ('-', ''), ('over-', 'over')]
ST18810217-V07-07-page5.txt: [('-', ''), ('Jeru-', 'Jeru'), ('un-', 'un'), ('pro-', 'pro'), ('lep-', 'lep'), ('boa-', 'boa'), ('up-', 'up'), ('Mas-', 'Mas'), ('Je-', 'Je'), ('pos-', 'pos'), ('al-', 'al')]
ST18810217-V07-07-page6.txt: [('un-', 'un'), ('-', ''), ('-', ''), ('thought-', 'thought'), ('-', ''), ('lan-', 'lan'), ('-', ''), ('-Vol', 'Vol')]
ST18810217-V07-07-page7.txt: [('fur-', 'fur'), ('incom-', 'incom')]
ST18810217-V07-07-page8.txt: [('-', ''), ('in-', 'in'), ('follow-', 'follow'), ('-', ''), ('-', '')]
ST18810217-V07-07-page9.txt: [('fami-', 'fami'), ('particu-', 'particu'), ('grad-', 'grad'), ('dis-', 'dis'), ('de-', 'de'), ('cus-', 'cus'), ('-', ''), ('-', ''), ('beau-', 'beau')]
ST18810224-V07-08-page1.txt: [('exer-', 'exer'), ('from-', 'from'), ('before-', 'before'), ('encour-', 'encour'), ('des-', 'des'), ('prom-', 'prom'), ('trum-', 'trum'), ('-', '')]
ST18810224-V07-08-page10.txt: [('under-', 'under'), ('shop-', 'shop'), ('encour-', 'encour'), ('bet-', 'bet')]
ST18810224-V07-08-page11.txt: [('sup-', 'sup'), ('-', ''), ('but-', 'but'), ('Peru-', 'Peru'), ('Wag-', 'Wag'), ('-', ''), ('member-', 'member'), ('-has', 'has'), ('un-', 'un'), ('tACTS.-', 'tACTS.'), ('--The', '-The'), ('re-', 're'), ('Abrogated-', 'Abrogated'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.')]
ST18810224-V07-08-page12.txt: [('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens')]
ST18810224-V07-08-page2.txt: [('-a', 'a'), ('corn-', 'corn'), ('resurree-', 'resurree'), ('Testa-', 'Testa'), ('-', ''), ('-age', 'age'), ('pun-', 'pun'), ('-', ''), ('-', ''), ('resurrec-', 'resurrec'), ('contradic-', 'contradic'), ('-', ''), ('dun-', 'dun'), ('beau-', 'beau'), ('-', ''), ('-', ''), ('right-', 'right'), ('-', '')]
ST18810224-V07-08-page3.txt: [('-', ''), ('knee--', 'knee-'), ('con-', 'con')]
ST18810224-V07-08-page4.txt: [('-', ''), ('-', '')]
ST18810224-V07-08-page5.txt: [('rheu-', 'rheu'), ('perse-', 'perse'), ('excava-', 'excava'), ('thou-', 'thou'), ('-', '')]
ST18810224-V07-08-page6.txt: [('unhon-', 'unhon'), ('right-', 'right'), ('Jer-', 'Jer'), ('-', ''), ('-g', 'g'), ('-', ''), ('ambi-', 'ambi'), ('-', ''), ('un-', 'un')]
ST18810224-V07-08-page7.txt: [('an-', 'an'), ('protu-', 'protu'), ('Apos-', 'Apos'), ('crys-', 'crys')]
ST18810224-V07-08-page8.txt: [('-', '')]
ST18810224-V07-08-page9.txt: [('rum-', 'rum'), ('-', ''), ('-', ''), ('-', ''), ('absti-', 'absti'), ('-', ''), ('Chris-', 'Chris'), ('re-', 're')]
ST18810303-V07-09-page1.txt: [('LAW-', 'LAW'), ('illum-', 'illum'), ('over-', 'over'), ('peo-', 'peo'), ('esti-', 'esti')]
ST18810303-V07-09-page10.txt: [('begin-', 'begin'), ('pen-', 'pen'), ('coun-', 'coun'), ('can-', 'can'), ('cheer-', 'cheer')]
ST18810303-V07-09-page11.txt: [('-', ''), ('essen-', 'essen'), ('dur-', 'dur'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('m.--', 'm.-'), ('-', ''), ('--', '-'), ('Abrogated-', 'Abrogated'), ('Wag-', 'Wag')]
ST18810303-V07-09-page12.txt: [('Unita-', 'Unita'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('salvation.\'"-', 'salvation.\'"'), ('Ravens-', 'Ravens')]
ST18810303-V07-09-page2.txt: [('impossi-', 'impossi'), ('dis-', 'dis'), ('-ant', 'ant'), ('-obeyed', 'obeyed'), ('sin-', 'sin'), ('-Roberts', 'Roberts'), ('-', ''), ('-', ''), ('There-', 'There'), ('dark-', 'dark'), ('Be-', 'Be'), ('Pa-', 'Pa'), ('exe-', 'exe'), ('sys-', 'sys'), ('-', '')]
ST18810303-V07-09-page3.txt: [('Congress-', 'Congress'), ('con-', 'con'), ('pre-', 'pre'), ('pres-', 'pres'), ('dis-', 'dis'), ('re-', 're'), ('-Jersons', 'Jersons'), ('sea-', 'sea'), ('-', ''), ('informa-', 'informa')]
ST18810303-V07-09-page4.txt: [('re-', 're'), ('un-', 'un'), ('-', ''), ('-', ''), ('Fes-', 'Fes'), ('unan-', 'unan'), ('-', ''), ('ex-', 'ex'), ('-.He', '.He'), ('-', ''), ('inter-', 'inter'), ('--a', '-a'), ('happi-', 'happi')]
ST18810303-V07-09-page5.txt: [('Sab-', 'Sab'), ('com-', 'com'), ('un-', 'un')]
ST18810303-V07-09-page6.txt: [('Inde-', 'Inde'), ('sin-', 'sin'), ('--', '-'), ('an-', 'an'), ('wilder-', 'wilder'), ('re-', 're')]
ST18810303-V07-09-page7.txt: [('Cincin-', 'Cincin'), ('-me', 'me'), ('Sunday-', 'Sunday'), ('Script-', 'Script'), ('in-', 'in'), ('-', ''), ('ac-', 'ac'), ('-', '')]
ST18810303-V07-09-page9.txt: [('TEM-', 'TEM'), ('mate-', 'mate'), ('cherry-', 'cherry'), ('Gray-', 'Gray'), ('restau-', 'restau'), ('re-', 're'), ('wo-', 'wo'), ('per-', 'per'), ('drink-', 'drink')]
ST18810310-V07-10-page1.txt: [('path-', 'path'), ('The-', 'The'), ('transgres-', 'transgres')]
ST18810310-V07-10-page10.txt: [('precisely-', 'precisely'), ('Prot-', 'Prot'), ('-', ''), ('men-', 'men')]
ST18810310-V07-10-page11.txt: [('-', ''), ('keep-', 'keep'), ('re-', 're'), ('num-', 'num'), ('Tues-', 'Tues'), ('recon-', 'recon'), ('FP-', 'FP'), ('-', ''), ('flexi-', 'flexi'), ('exami-', 'exami')]
ST18810310-V07-10-page12.txt: [('discon-', 'discon'), ('OF----', 'OF---'), ('search-', 'search'), ('."--', '."-'), ('de-', 'de'), ('Ro-', 'Ro'), ('offen-', 'offen'), ('starting-', 'starting'), ('manu-', 'manu'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("furnish'eata-", "furnish'eata")]
ST18810310-V07-10-page2.txt: [('ful-', 'ful'), ('con-', 'con'), ('at-', 'at'), ('Because-', 'Because'), ('Baa-', 'Baa'), ('-very', 'very'), ('talk-', 'talk'), ('ser-', 'ser'), ('expostu-', 'expostu'), ('pre-', 'pre')]
ST18810310-V07-10-page3.txt: [('-', ''), ('-', '')]
ST18810310-V07-10-page4.txt: [('worth-', 'worth'), ('en-', 'en'), ('ex-', 'ex'), ('-', ''), ('writ-', 'writ'), ('-clergy', 'clergy'), ('pos-', 'pos')]
ST18810310-V07-10-page5.txt: [('be-', 'be'), ('proffiga-', 'proffiga'), ('stum-', 'stum'), ('gener-', 'gener'), ('-', '')]
ST18810310-V07-10-page6.txt: [('endur-', 'endur'), ('dis-', 'dis'), ('-SIGNS', 'SIGNS'), ('-have', 'have')]
ST18810310-V07-10-page7.txt: [('-', ''), ('Phil-', 'Phil'), ('privi-', 'privi'), ('root-', 'root')]
ST18810310-V07-10-page8.txt: [('crea-', 'crea'), ('indi-', 'indi'), ('fol-', 'fol')]
ST18810310-V07-10-page9.txt: [('great-', 'great'), ('suf-', 'suf')]
ST18810317-V07-11-page1.txt: [('-to', 'to'), ('hon-', 'hon'), ('charac-', 'charac'), ('over-', 'over'), ('the-', 'the'), ('-', '')]
ST18810317-V07-11-page10.txt: [('noth-', 'noth'), ('sev-', 'sev'), ('Si-', 'Si'), ('suc-', 'suc'), ('glow-', 'glow'), ('sadden-', 'sadden'), ('-answered', 'answered')]
ST18810317-V07-11-page11.txt: [('--Mr.', '-Mr.'), ('con-', 'con'), ('.-', '.'), ('state-', 'state')]
ST18810317-V07-11-page12.txt: [('-', ''), ('ac-', 'ac'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pres-', 'pres'), ('amuse-', 'amuse'), ('dp-', 'dp'), ('HioWeatag.-', 'HioWeatag.'), ('Mis-', 'Mis'), ('Ravens-', 'Ravens')]
ST18810317-V07-11-page2.txt: [('-', ''), ('mad-', 'mad'), ('-"', '"'), ('-', ''), ('consist-', 'consist'), ('ap-', 'ap'), ('inflamma-', 'inflamma'), ('cer-', 'cer'), ('explan-', 'explan'), ('-', ''), ('ad-', 'ad'), ('cast-', 'cast')]
ST18810317-V07-11-page3.txt: [('glo-', 'glo'), ('domin-', 'domin'), ('-', ''), ('salva-', 'salva'), ('-', ''), ('-', ''), ('within-', 'within'), ('-', ''), ('-will', 'will')]
ST18810317-V07-11-page4.txt: [('-', ''), ('devel-', 'devel'), ('-', '')]
ST18810317-V07-11-page5.txt: [('in-', 'in'), ('illus-', 'illus'), ('him-', 'him')]
ST18810317-V07-11-page6.txt: [('main-', 'main'), ('dis-', 'dis'), ('-', ''), ('will-', 'will'), ('gar-', 'gar'), ('Im-', 'Im'), ('profes-', 'profes')]
ST18810317-V07-11-page7.txt: [('-', ''), ('accur-', 'accur'), ('-', ''), ('-', '')]
ST18810317-V07-11-page8.txt: [('de-', 'de'), ('pre-', 'pre'), ('with-', 'with'), ('--', '-'), ('un-', 'un')]
ST18810317-V07-11-page9.txt: [('sacri-', 'sacri'), ('tem-', 'tem'), ('quan-', 'quan')]
ST18810324-V07-12-page1.txt: [('ter-', 'ter'), ('wis-', 'wis'), ('transgres-', 'transgres'), ('congro-', 'congro'), ('plead-', 'plead'), ('im-', 'im'), ('per-', 'per')]
ST18810324-V07-12-page10.txt: [('dead---', 'dead--'), ('-thereby', 'thereby'), ('step-', 'step')]
ST18810324-V07-12-page11.txt: [('-.', '.'), ('Con-', 'Con'), ('--On', '-On')]
ST18810324-V07-12-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('Ravens-', 'Ravens'), ('-se', 'se'), ('flexi-', 'flexi'), ('-', ''), ('Tobacco-', 'Tobacco'), ('Alcohol.-', 'Alcohol.')]
ST18810324-V07-12-page2.txt: [('misrepre-', 'misrepre'), ('-', ''), ('tem-', 'tem'), ('--aware', '-aware'), ('suffer-', 'suffer'), ('men-', 'men'), ('-', ''), ('-.which', '.which'), ('up-', 'up'), ('--t', '-t')]
ST18810324-V07-12-page3.txt: [('dis-', 'dis'), ('en-', 'en'), ('safe-', 'safe'), ('need-', 'need')]
ST18810324-V07-12-page4.txt: [('de-', 'de'), ('sym-', 'sym'), ('per-', 'per'), ('me-', 'me')]
ST18810324-V07-12-page5.txt: [('-', ''), ('fol-', 'fol'), ('re-', 're'), ('al-', 'al'), ('in-', 'in'), ('for-', 'for'), ('voice.-', 'voice.'), ('can-', 'can'), ('sal-', 'sal')]
ST18810324-V07-12-page6.txt: [('clergy-', 'clergy'), ('immor-', 'immor')]
ST18810324-V07-12-page7.txt: [('substi-', 'substi'), ('in-', 'in'), ('Pente-', 'Pente'), ('com-', 'com'), ('Sun-', 'Sun'), ('re-', 're'), ('out-', 'out'), ('judg-', 'judg'), ('Script-', 'Script'), ('Nean-', 'Nean'), ('Magne-', 'Magne')]
ST18810324-V07-12-page8.txt: [('ordi-', 'ordi'), ('disci-', 'disci')]
ST18810324-V07-12-page9.txt: [('purport-', 'purport'), ('-', ''), ('-intoxicating', 'intoxicating'), ('sub-', 'sub'), ('instruc-', 'instruc'), ('-', ''), ('FRESH-', 'FRESH'), ('ine-', 'ine')]
ST18810331-V07-13-page1.txt: [('radi-', 'radi'), ('-fiats.', 'fiats.'), ('conde-', 'conde'), ('adver-', 'adver'), ('heal-', 'heal'), ('causing-', 'causing'), ('transgres-', 'transgres')]
ST18810331-V07-13-page10.txt: [('--', '-'), ('sud-', 'sud'), ('-atmosphere', 'atmosphere'), ('cheer-', 'cheer'), ('serv-', 'serv')]
ST18810331-V07-13-page11.txt: [('in-', 'in'), ('con-', 'con'), ('--The', '-The'), ('occasion-', 'occasion'), ('-', ''), ('de-', 'de'), ('t-', 't'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('hav-', 'hav')]
ST18810331-V07-13-page12.txt: [('theimet-', 'theimet'), ('-', ''), ('them-', 'them'), ('trans-', 'trans'), ('-page', 'page'), ('Tobacco-', 'Tobacco'), ('Alcohol.-', 'Alcohol.'), ('-Pork', 'Pork'), ('-AT', 'AT'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens')]
ST18810331-V07-13-page2.txt: [('wick-', 'wick'), ('Feb-', 'Feb'), ('-', ''), ('Chro-', 'Chro'), ('cor-', 'cor'), ('mis-', 'mis'), ('Script-', 'Script')]
ST18810331-V07-13-page3.txt: [('as-', 'as'), ('be-', 'be'), ('re-', 're'), ('preten-', 'preten'), ('al-', 'al')]
ST18810331-V07-13-page4.txt: [('sor-', 'sor'), ('-', ''), ('nib-', 'nib'), ('tel-', 'tel'), ('pol-', 'pol'), ('pro-', 'pro'), ('des-', 'des'), ('advan-', 'advan'), ('bless-', 'bless'), ('--', '-'), ('relig-', 'relig')]
ST18810331-V07-13-page5.txt: [('-', ''), ('consist-', 'consist'), ('Sab-', 'Sab'), ('Fri-', 'Fri'), ('looked-', 'looked'), ('Jew-', 'Jew'), ('charac-', 'charac'), ('-', '')]
ST18810331-V07-13-page6.txt: [('Sun-', 'Sun'), ('esti-', 'esti'), ('govern-', 'govern'), ('Amend-', 'Amend'), ('-', ''), ('differ-', 'differ')]
ST18810331-V07-13-page7.txt: [('-', ''), ('di-', 'di'), ('inclina-', 'inclina'), ('Absa-', 'Absa'), ('-', ''), ('unlaw-', 'unlaw')]
ST18810331-V07-13-page8.txt: [('-', ''), ('con-', 'con'), ('remem-', 'remem'), ('-', '')]
ST18810331-V07-13-page9.txt: [('-', '')]
ST18810407-V07-14-page1.txt: [('con-', 'con'), ('wilder-', 'wilder'), ('hav-', 'hav')]
ST18810407-V07-14-page10.txt: [('rock-', 'rock'), ('-usual', 'usual'), ('-going', 'going'), ('house-', 'house'), ('disappoint-', 'disappoint'), ('Sab-', 'Sab'), ('re-', 're')]
ST18810407-V07-14-page11.txt: [('exist-', 'exist'), ('pro-', 'pro'), ('with-', 'with'), ('Fran-', 'Fran'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('snow-', 'snow')]
ST18810407-V07-14-page12.txt: [('-', ''), ('sen-', 'sen'), ('-', ''), ('proprie-', 'proprie'), ('-', ''), ('-', ''), ('-', ''), ('Associa-', 'Associa'), ('Ravens-', 'Ravens')]
ST18810407-V07-14-page2.txt: [('illus-', 'illus'), ('-signs', 'signs'), ('command-', 'command'), ('-', ''), ('con-', 'con'), ('Script-', 'Script'), ('com-', 'com'), ('-virgins', 'virgins'), ('-wise', 'wise'), ('-', ''), ('transla-', 'transla'), ('blas-', 'blas'), ('-', '')]
ST18810407-V07-14-page3.txt: [('blos-', 'blos'), ('prop-', 'prop')]
ST18810407-V07-14-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('con-', 'con')]
ST18810407-V07-14-page5.txt: [('-', ''), ('con-', 'con'), ('au-', 'au'), ('work-', 'work'), ('-', ''), ('him-', 'him'), ('in-', 'in'), ('war-', 'war'), ('be-', 'be'), ('--these', '-these'), ('author-', 'author'), ('-', ''), ('-their', 'their'), ('be-', 'be')]
ST18810407-V07-14-page6.txt: [('Com-', 'Com'), ('-', ''), ('prim-', 'prim'), ('follow-', 'follow'), ('author-', 'author'), ('undoubt-', 'undoubt'), ('back-', 'back'), ('-', ''), ('with-', 'with'), ('-', '')]
ST18810407-V07-14-page7.txt: [('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('prin-', 'prin'), ('impar-', 'impar'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ecclesias-', 'ecclesias'), ('-', '')]
ST18810407-V07-14-page8.txt: [('pos-', 'pos'), ('Christ-', 'Christ'), ('visit-', 'visit'), ('ex-', 'ex'), ('ob-', 'ob')]
ST18810407-V07-14-page9.txt: [('-returned', 'returned')]
ST18810414-V07-15-page1.txt: [('adversa-', 'adversa'), ('ac-', 'ac'), ('ob-', 'ob'), ('peogets-', 'peogets'), ('move-', 'move'), ('unbe-', 'unbe')]
ST18810414-V07-15-page10.txt: [('-', ''), ('work-', 'work'), ('re-', 're'), ('plead-', 'plead')]
ST18810414-V07-15-page11.txt: [('-', ''), ('assassin-', 'assassin'), ('Wag-', 'Wag'), ('esti-', 'esti'), ('Wag-', 'Wag'), ('hun-', 'hun'), ('TRACTS.-', 'TRACTS.'), ('-', ''), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('Abrogated-', 'Abrogated')]
ST18810414-V07-15-page12.txt: [('-', ''), ('Archi-', 'Archi'), ('pronunciation.-', 'pronunciation.'), ('QUARTERLY-', 'QUARTERLY'), ('Ravens-', 'Ravens'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-')]
ST18810414-V07-15-page2.txt: [('condi-', 'condi'), ('-since', 'since'), ('sol-', 'sol'), ('infi-', 'infi'), ('-', ''), ('-', ''), ('Trib-', 'Trib'), ('forty-dol-', 'forty-dol')]
ST18810414-V07-15-page3.txt: [('supersed-', 'supersed')]
ST18810414-V07-15-page4.txt: [('Mas-', 'Mas'), ('--', '-'), ('fe-', 'fe'), ('amuse-', 'amuse')]
ST18810414-V07-15-page5.txt: [('---', '--'), ('Phil-', 'Phil'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('impor-', 'impor'), ('Jew-', 'Jew'), ('-', ''), ('sanc-', 'sanc'), ('-admire', 'admire')]
ST18810414-V07-15-page6.txt: [('wor-', 'wor'), ('fur-', 'fur'), ('worship-', 'worship'), ('-', ''), ('-', ''), ('proba-', 'proba')]
ST18810414-V07-15-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('meas-', 'meas')]
ST18810414-V07-15-page8.txt: [('mat-', 'mat'), ('per-', 'per'), ('indig-', 'indig'), ('speak-', 'speak'), ('-', ''), ('accom-', 'accom')]
ST18810414-V07-15-page9.txt: [('de-', 'de'), ('eter-', 'eter'), ('sup-', 'sup'), ('Wash-', 'Wash')]
ST18810421-V07-16-page1.txt: [('ti-', 'ti'), ('de-', 'de'), ('un-', 'un'), ('be-', 'be')]
ST18810421-V07-16-page10.txt: [('Sunday-', 'Sunday'), ('news-', 'news'), ('al-', 'al'), ('pre-', 'pre'), ('-having', 'having')]
ST18810421-V07-16-page11.txt: [('member-', 'member'), ('surren-', 'surren'), ('meek-', 'meek'), ('-', ''), ('flexi-', 'flexi'), ('Ravens-', 'Ravens'), ('-', ''), ('-', '')]
ST18810421-V07-16-page12.txt: [('attend-', 'attend'), ('--not', '-not'), ('con-', 'con'), ('impor-', 'impor'), ('in-', 'in'), ('as-', 'as'), ('les-', 'les'), ('mechani-', 'mechani')]
ST18810421-V07-16-page2.txt: [('evi-', 'evi'), ('six-', 'six'), ('polit-', 'polit'), ('-', '')]
ST18810421-V07-16-page3.txt: [('-', ''), ('condi-', 'condi'), ('Jerusa-', 'Jerusa'), ('ene-', 'ene'), ('-draw', 'draw'), ('im-', 'im'), ('pro-', 'pro'), ('de-', 'de'), ('tem-', 'tem')]
ST18810421-V07-16-page4.txt: [('fin-', 'fin'), ('-', ''), ('mu-', 'mu'), ('doc-', 'doc')]
ST18810421-V07-16-page5.txt: [('-', ''), ('--', '-'), ('al-', 'al')]
ST18810421-V07-16-page6.txt: [('arrange-', 'arrange'), ('rec-', 'rec'), ('dis-', 'dis'), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('-', '')]
ST18810421-V07-16-page7.txt: [('"-', '"'), ('-He', 'He'), ('-', ''), ('-', ''), ('under-', 'under')]
ST18810421-V07-16-page8.txt: [('vir-', 'vir'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18810421-V07-16-page9.txt: [('eter-', 'eter'), ('mission-', 'mission')]
ST18810505-V07-17-page1.txt: [('--Capernaum', '-Capernaum'), ('-we', 'we'), ('-', '')]
ST18810505-V07-17-page10.txt: [('"--', '"-'), ('apolo-', 'apolo'), ('can-', 'can')]
ST18810505-V07-17-page11.txt: [('Con-', 'Con'), ('unim-', 'unim'), ('--The', '-The'), ('-', ''), ('Minis-', 'Minis'), ('coun-', 'coun'), ('eePtear.-', 'eePtear.'), ('Chris-', 'Chris'), ('Peru-', 'Peru'), ('TRACTS.-', 'TRACTS.'), ('Rail-', 'Rail'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('Day--', 'Day-'), ('TRACTS.-', 'TRACTS.'), ('-', ''), ('-', ''), ('nett-', 'nett')]
ST18810505-V07-17-page12.txt: [('re-', 're'), ('-', ''), ('-', ''), ('j-', 'j'), ('flexi-', 'flexi'), ('-', ''), ('-', ''), ('Con-', 'Con'), ('PP-', 'PP'), ('-', ''), ('-------', '------'), ('-', ''), ('-', ''), ('-', '')]
ST18810505-V07-17-page2.txt: [('inter-', 'inter'), ('at-', 'at'), ('connec-', 'connec'), ('un-', 'un'), ('Octo-', 'Octo'), ('casuali-', 'casuali'), ('con-', 'con'), ('roe-', 'roe'), ('Atlan-', 'Atlan'), ('-a', 'a'), ('"earth-', '"earth')]
ST18810505-V07-17-page3.txt: [('satisfac-', 'satisfac'), ('King-', 'King'), ('relig-', 'relig'), ('---', '--'), ('-', ''), ('es-', 'es'), ('-', ''), ('re-', 're'), ('-', ''), ('Lot-', 'Lot'), ('space-', 'space'), ('-United', 'United'), ('allu-', 'allu'), ('--', '-'), ('-', '')]
ST18810505-V07-17-page4.txt: [('sub-', 'sub'), ('uncon-', 'uncon'), ('Medica-', 'Medica'), ('sym-', 'sym'), ('in-', 'in'), ('thor-', 'thor')]
ST18810505-V07-17-page5.txt: [('-', ''), ('attract-', 'attract'), ('"Ser-', '"Ser'), ('sea-', 'sea'), ('de-', 'de')]
ST18810505-V07-17-page6.txt: [('experi-', 'experi'), ('sea-', 'sea'), ('in-', 'in'), ('grow-', 'grow')]
ST18810505-V07-17-page7.txt: [('-', ''), ('men-', 'men')]
ST18810505-V07-17-page8.txt: [('Cal-', 'Cal'), ('cheer-', 'cheer'), ('un-', 'un'), ('meet-', 'meet'), ('-', ''), ('Chap-', 'Chap'), ('-', ''), ('pub-', 'pub'), ('unam-', 'unam')]
ST18810505-V07-17-page9.txt: [('-', ''), ('keep-', 'keep'), ('thank-', 'thank'), ('re-', 're'), ('pre-', 'pre'), ('meet-', 'meet'), ('coun-', 'coun'), ('sub-', 'sub'), ('meet-', 'meet'), ('Sab-', 'Sab'), ('bap-', 'bap'), ('intro-', 'intro'), ('Mil-', 'Mil'), ('meet-', 'meet'), ('-', ''), ('Commit-', 'Commit')]
ST18810512-V07-18-page1.txt: [('per-', 'per'), ('declar-', 'declar')]
ST18810512-V07-18-page10.txt: [('dol-', 'dol'), ('some-', 'some'), ('-"', '"')]
ST18810512-V07-18-page11.txt: [('fire-', 'fire'), ('-', ''), ('bombard-', 'bombard'), ('sol-', 'sol'), ('exami-', 'exami'), ('-', ''), ('PP-', 'PP'), ('ePtear.-', 'ePtear.'), ('sea-', 'sea'), ('Year-', 'Year'), ('en-', 'en'), ('TRACTS.-', 'TRACTS.'), ('Rail-', 'Rail'), ('TRACTS.-', 'TRACTS.'), ('In-', 'In'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('-', ''), ("'irogated-", "'irogated"), ('doldentsg.-', 'doldentsg.')]
ST18810512-V07-18-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('beauti-', 'beauti'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18810512-V07-18-page2.txt: [('firm-', 'firm'), ('dis-', 'dis'), ('tele-', 'tele'), ('-', ''), ('num-', 'num'), ('ful-', 'ful')]
ST18810512-V07-18-page3.txt: [('-', ''), ('Laodice-', 'Laodice'), ('-', ''), ('-', ''), ('Re-', 'Re'), ('tes-', 'tes'), ('-', ''), ('-', ''), ('de-', 'de'), ('Sab-', 'Sab'), ('Par-', 'Par'), ('-', ''), ('ser-', 'ser'), ('-', ''), ('thou-', 'thou'), ('efful-', 'efful'), ('recapitu-', 'recapitu')]
ST18810512-V07-18-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com')]
ST18810512-V07-18-page5.txt: [('-', ''), ('-', ''), ('en-', 'en'), ('Jew-', 'Jew'), ('-prophet', 'prophet'), ('-', ''), ('mak-', 'mak'), ('Sys-', 'Sys'), ('kind-', 'kind'), ('-return.', 'return.'), ('Al-', 'Al'), ('ob-', 'ob'), ('recog-', 'recog')]
ST18810512-V07-18-page6.txt: [('repre-', 'repre'), ('-', ''), ('-', ''), ('-', ''), ('Gen-', 'Gen'), ('sud-', 'sud'), ('-', '')]
ST18810512-V07-18-page7.txt: [('exam-', 'exam'), ('-God', 'God'), ('spas-', 'spas'), ('partici-', 'partici'), ('pow-', 'pow'), ('-', ''), ('-', ''), ('lit-', 'lit'), ('-', ''), ('them-', 'them')]
ST18810512-V07-18-page8.txt: [('meet-', 'meet'), ('pos-', 'pos'), ('pre-', 'pre'), ('yes-', 'yes')]
ST18810512-V07-18-page9.txt: [('con-', 'con'), ('fifty-', 'fifty'), ('Catho-', 'Catho'), ('---', '--'), ('short-com-', 'short-com'), ('my-', 'my'), ('situ-', 'situ'), ('smok-', 'smok')]
ST18810519-V07-19-page1.txt: [('de-', 'de'), ('C-', 'C')]
ST18810519-V07-19-page10.txt: [('-fifty', 'fifty'), ('andfor-', 'andfor'), ('fash-', 'fash'), ('cer-', 'cer')]
ST18810519-V07-19-page11.txt: [('-At', 'At'), ('-', ''), ('-The', 'The'), ('-Prof.', 'Prof.'), ('-The', 'The'), ('-', ''), ('-A', 'A'), ('-', ''), ('-Mrs.', 'Mrs.'), ('-Good', 'Good'), ('-', ''), ('-The', 'The'), ('stu-', 'stu'), ('-', ''), ('-', ''), ('Smarts-', 'Smarts'), ('-Cincinnati', 'Cincinnati'), ('-The', 'The'), ('-', ''), ('-In', 'In'), ('-At', 'At'), ('-', ''), ('-', ''), ('-Over', 'Over'), ('-The', 'The'), ('-A', 'A'), ('-', ''), ('-After', 'After'), ('flexi-', 'flexi'), ('-In', 'In'), ('-In', 'In'), ('TRACTS.-', 'TRACTS.'), ('Mes-', 'Mes'), ('-The', 'The'), ('-Origin', 'Origin'), ('-The', 'The'), ('-Ten', 'Ten'), ('-The', 'The'), ('-Who', 'Who'), ('-The', 'The'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('Millenoium-', 'Millenoium'), ('Day--', 'Day-'), ('-Elihu', 'Elihu'), ('-The', 'The'), ('-A', 'A')]
ST18810519-V07-19-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('popu-', 'popu'), ('Ravens-', 'Ravens'), ('close-', 'close'), ('-', ''), ('-', ''), ('Tobacco-', 'Tobacco'), ('Alcohol.-', 'Alcohol.'), ('-Pork', 'Pork')]
ST18810519-V07-19-page2.txt: [('-', ''), ('nat-', 'nat'), ('-', ''), ('Spur-', 'Spur'), ('-', ''), ('back-', 'back'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('fulfill-', 'fulfill'), ('--seek', '-seek'), ('C-', 'C'), ('tax-', 'tax')]
ST18810519-V07-19-page3.txt: [('arm-', 'arm'), ('com-', 'com'), ('exclu-', 'exclu'), ('con-', 'con'), ('sud-', 'sud'), ('ar-', 'ar'), ('Cabi-', 'Cabi'), ('No-', 'No'), ('Noth-', 'Noth'), ('re-', 're')]
ST18810519-V07-19-page4.txt: [('bro-', 'bro'), ('Je-', 'Je'), ('Sav-', 'Sav'), ('pray-', 'pray'), ('-', ''), ('cre-', 'cre'), ('man-', 'man'), ('-', ''), ('con-', 'con'), ('fol-', 'fol')]
ST18810519-V07-19-page5.txt: [('-', ''), ('-', ''), ('coun-', 'coun'), ('god-', 'god'), ('ren-', 'ren'), ('mem-', 'mem'), ('instruc-', 'instruc')]
ST18810519-V07-19-page6.txt: [('ex-', 'ex'), ('man-', 'man'), ('expec-', 'expec')]
ST18810519-V07-19-page7.txt: [('scien-', 'scien'), ('-', ''), ('-', ''), ('-', '')]
ST18810519-V07-19-page8.txt: [('Despis-', 'Despis'), ('posses-', 'posses'), ('-', ''), ('appre-', 'appre'), ('Chris-', 'Chris'), ('be-', 'be')]
ST18810519-V07-19-page9.txt: [('pres-', 'pres'), ('contriv-', 'contriv'), ('in-', 'in')]
ST18810526-V07-20-page1.txt: [('in-', 'in'), ('pre-', 'pre'), ('glo-', 'glo'), ('prom-', 'prom'), ('les-', 'les'), ('prin-', 'prin')]
ST18810526-V07-20-page10.txt: [('-', ''), ('opin-', 'opin'), ('them-', 'them'), ('disadvan-', 'disadvan')]
ST18810526-V07-20-page11.txt: [('dread-', 'dread'), ('excep-', 'excep'), ('-', ''), ('-', ''), ('-', ''), ('maga-', 'maga'), ('impris-', 'impris'), ('TRACTS.-', 'TRACTS.'), ('accom-', 'accom'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('Day--', 'Day-')]
ST18810526-V07-20-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('edu-', 'edu'), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens')]
ST18810526-V07-20-page2.txt: [('do-', 'do'), ('Inger-', 'Inger'), ('remem-', 'remem'), ('known."-', 'known."'), ('un-', 'un'), ('pro-', 'pro'), ('char-', 'char')]
ST18810526-V07-20-page3.txt: [('cov-', 'cov'), ('genera-', 'genera'), ('Be-', 'Be'), ('vehe-', 'vehe')]
ST18810526-V07-20-page4.txt: [('foun-', 'foun'), ('-', ''), ('in-', 'in'), ('-', ''), ('re-', 're'), ('faith-', 'faith'), ('de-', 'de'), ('as-', 'as'), ('continu-', 'continu'), ('-', '')]
ST18810526-V07-20-page5.txt: [('-', ''), ('-', ''), ('differ-', 'differ')]
ST18810526-V07-20-page6.txt: [('-', ''), ('-', ''), ('differ-', 'differ'), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18810526-V07-20-page7.txt: [('-', ''), ('-', ''), ('evi-', 'evi'), ('-', ''), ('man-', 'man'), ('Old-', 'Old'), ('-', ''), ('objec-', 'objec'), ('diffi-', 'diffi')]
ST18810526-V07-20-page8.txt: [('north-', 'north'), ('circum-', 'circum'), ('right-', 'right'), ('everlast-', 'everlast'), ('smother-', 'smother')]
ST18810526-V07-20-page9.txt: [('govern-', 'govern'), ('temper-', 'temper'), ('for-', 'for'), ('thir-', 'thir')]
ST18810602-V07-21-page1.txt: [('turn-', 'turn'), ('be-', 'be'), ('person-', 'person'), ('-', ''), ('-', '')]
ST18810602-V07-21-page10.txt: [('frost-', 'frost'), ('com-', 'com')]
ST18810602-V07-21-page11.txt: [('ex-', 'ex'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('em-', 'em'), ('San-', 'San'), ('-', ''), ('flexi-', 'flexi'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('Day--', 'Day-'), ('TRACTS.-', 'TRACTS.')]
ST18810602-V07-21-page12.txt: [('res-', 'res'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('every-', 'every'), ('ac-', 'ac'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18810602-V07-21-page2.txt: [('pre-', 'pre'), ('-', ''), ('-', ''), ('-', ''), ('unend-', 'unend'), ('-', ''), ('of"eter-', 'of"eter')]
ST18810602-V07-21-page3.txt: [('"un-', '"un'), ('fore-', 'fore'), ('Ref-', 'Ref'), ('---', '--'), ('dea-', 'dea'), ('sick-', 'sick')]
ST18810602-V07-21-page4.txt: [('-', ''), ('res-', 'res'), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', '')]
ST18810602-V07-21-page5.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('differ-', 'differ'), ('-paralytic', 'paralytic'), ('-have', 'have'), ('per-', 'per'), ('disci-', 'disci'), ('-CALIFORNIA', 'CALIFORNIA'), ('-c-.', 'c-.'), ('-', ''), ('despond-', 'despond'), ('-', ''), ('-', ''), ('-', ''), ('kingdom-', 'kingdom'), ('-Messi-', 'Messi-'), ('-kingdom', 'kingdom'), ('be-', 'be'), ('Gen-', 'Gen'), ('iimne-', 'iimne'), ('-', ''), ('-\'"\'', '\'"\''), ('-"', '"'), ('-', ''), ("'--", "'-"), ('-P', 'P'), ('-', '')]
ST18810602-V07-21-page6.txt: [('read-', 'read'), ('-', ''), ('-', '')]
ST18810602-V07-21-page7.txt: [('com-', 'com'), ('in-', 'in'), ('fol-', 'fol'), ('-foretold', 'foretold'), ('unmistaka-', 'unmistaka'), ('dark-', 'dark'), ('-', ''), ('conscious-', 'conscious'), ('command-', 'command')]
ST18810602-V07-21-page8.txt: [('Queen-', 'Queen'), ('one."-', 'one."'), ('circum-', 'circum'), ('report-', 'report'), ('con-', 'con'), ('pres-', 'pres'), ('breth-', 'breth')]
ST18810602-V07-21-page9.txt: [('thor-', 'thor'), ('pro-', 'pro'), ('prop-', 'prop')]
ST18810609-V07-22-page1.txt: [('earn-', 'earn'), ('-themselves', 'themselves'), ('-', '')]
ST18810609-V07-22-page10.txt: [('-', ''), ('squinting--', 'squinting-')]
ST18810609-V07-22-page11.txt: [('Bos-', 'Bos'), ('con-', 'con'), ('-', ''), ('States-', 'States'), ('-', ''), ('-', ''), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.')]
ST18810609-V07-22-page12.txt: [('neigh-', 'neigh'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('inter-', 'inter'), ('re-', 're'), ('-', ''), ('-', ''), ('Wag-', 'Wag'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('cats.-', 'cats.')]
ST18810609-V07-22-page2.txt: [('-', ''), ('the-', 'the'), ('-', ''), ('re-', 're')]
ST18810609-V07-22-page3.txt: [('doc-', 'doc'), ('per-', 'per'), ('South-', 'South'), ('-', ''), ('bless-', 'bless'), ('ren-', 'ren'), ('congre-', 'congre'), ('esti-', 'esti')]
ST18810609-V07-22-page4.txt: [('posses-', 'posses'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('prom-', 'prom'), ('-', ''), ('-', ''), ('per-', 'per'), ('-', ''), ('con-', 'con'), ('con-', 'con'), ('-', '')]
ST18810609-V07-22-page5.txt: [('entertain-', 'entertain'), ('dis.-', 'dis.'), ('-Luke', 'Luke'), ('-', '')]
ST18810609-V07-22-page6.txt: [('for-', 'for'), ('in-', 'in')]
ST18810609-V07-22-page7.txt: [('attend-', 'attend'), ('-', ''), ('-', ''), ('-', ''), ('pre-', 'pre')]
ST18810609-V07-22-page8.txt: [('juris-', 'juris'), ('A--', 'A-'), ('prayer-meet-', 'prayer-meet'), ('bring-', 'bring'), ('Sab-', 'Sab'), ('protes-', 'protes')]
ST18810609-V07-22-page9.txt: [('gather-', 'gather'), ('Al-', 'Al'), ('unhap-', 'unhap')]
ST18810616-V07-23-page1.txt: [('dan-', 'dan'), ('per-', 'per')]
ST18810616-V07-23-page10.txt: [('meet-', 'meet'), ('kind-', 'kind')]
ST18810616-V07-23-page11.txt: [('Constanti-', 'Constanti'), ('vio-', 'vio'), ('pop-', 'pop'), ('re-', 're'), ('.....-.w-', '.....-.w'), ('Feni-', 'Feni'), ('Liv-', 'Liv'), ('-', ''), ('ter-', 'ter'), ('be-', 'be'), ('con-', 'con'), ('flexi-', 'flexi'), ('TRACTS.-', 'TRACTS.')]
ST18810616-V07-23-page12.txt: [('-', ''), ('-', ''), ('evela-', 'evela'), ('-', ''), ('vest-', 'vest'), ('-', ''), ('-James', 'James'), ('Val-', 'Val'), ('rail-', 'rail'), ('-en.', 'en.'), ('Mss-', 'Mss'), ('Havens-', 'Havens'), ('-', '')]
ST18810616-V07-23-page2.txt: [('-Is', 'Is'), ('sal-', 'sal'), ('theo-', 'theo'), ('ascend-', 'ascend'), ('con-', 'con'), ('denomi-', 'denomi'), ('under-', 'under'), ('-endless', 'endless'), ('-of', 'of'), ('-', ''), ('prog-', 'prog')]
ST18810616-V07-23-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('circumcis-', 'circumcis'), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-inherit', 'inherit'), ('earn-', 'earn'), ('univer-', 'univer'), ('-', ''), ('lit-', 'lit'), ('-', ''), ('-', ''), ('-', ''), ('New-', 'New'), ('right-', 'right'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18810616-V07-23-page5.txt: [('-', ''), ('-', ''), ('cer-', 'cer'), ('Phari-', 'Phari')]
ST18810616-V07-23-page6.txt: [('pedo-', 'pedo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18810616-V07-23-page7.txt: [('with-', 'with'), ('car-', 'car'), ('ex-', 'ex')]
ST18810616-V07-23-page8.txt: [('-monasteries', 'monasteries'), ('nowa-', 'nowa'), ('compro-', 'compro'), ('-', ''), ('exam-', 'exam')]
ST18810616-V07-23-page9.txt: [('-', ''), ('-', ''), ('politi-', 'politi'), ('Scot-', 'Scot'), ('mus-', 'mus'), ('advo-', 'advo'), ('ex-', 'ex')]
ST18810623-V07-24-page1.txt: [('pun-', 'pun'), ('deliv-', 'deliv'), ('Gid-', 'Gid'), ('re-', 're'), ('in-', 'in'), ('paren-', 'paren')]
ST18810623-V07-24-page10.txt: [('her-', 'her'), ('palpi-', 'palpi'), ('re-', 're'), ('dis-', 'dis'), ('rus-', 'rus'), ('man-', 'man')]
ST18810623-V07-24-page11.txt: [('hav-', 'hav'), ('-.', '.'), ('-', ''), ('-', ''), ('ePtear.-', 'ePtear.'), ('a-', 'a'), ('furni-', 'furni'), ('Wag-', 'Wag'), ('TRACTS.-', 'TRACTS.'), ('TRACTS.-', 'TRACTS.'), ('-', ''), ('imogated-', 'imogated'), ('pub-', 'pub'), ('Tobacco-', 'Tobacco'), ('Alcohol.-', 'Alcohol.'), ('-Pork', 'Pork'), ('argu-', 'argu')]
ST18810623-V07-24-page12.txt: [('dis-', 'dis'), ('move-', 'move'), ('liquor-', 'liquor'), ('Presby-', 'Presby'), ('states-', 'states'), ('-', ''), ('Chris-', 'Chris'), ('etvaela.-', 'etvaela.')]
ST18810623-V07-24-page2.txt: [('destruc-', 'destruc'), ('un-', 'un'), ('breth-', 'breth'), ('-', ''), ('-', ''), ('-', ''), ('meek-', 'meek')]
ST18810623-V07-24-page3.txt: [('them-', 'them'), ('over-', 'over'), ('Cath-', 'Cath'), ('denom-', 'denom'), ('the-', 'the'), ('-', ''), ('-', ''), ('be-', 'be'), ('mo-', 'mo'), ('---', '--')]
ST18810623-V07-24-page4.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18810623-V07-24-page5.txt: [('mon-', 'mon'), ('at-', 'at')]
ST18810623-V07-24-page6.txt: [('suffi-', 'suffi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('bor-', 'bor'), ('-', ''), ('com-', 'com'), ('-', ''), ('Tues-', 'Tues')]
ST18810623-V07-24-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('-', ''), ('pas-', 'pas'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18810623-V07-24-page8.txt: [('joyfully--', 'joyfully-'), ('MIS-', 'MIS'), ('remain-', 'remain'), ('ex-', 'ex')]
ST18810623-V07-24-page9.txt: [('-', ''), ('mis-', 'mis'), ('veg-', 'veg')]
ST18810630-V07-25-page1.txt: [('con-', 'con')]
ST18810630-V07-25-page10.txt: [('I-', 'I')]
ST18810630-V07-25-page11.txt: [('Pres-', 'Pres'), ('-----', '----'), ('-', ''), ('-', ''), ('unpar-', 'unpar'), ('DIS-', 'DIS'), ('-obtain', 'obtain'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('coun-', 'coun'), ('-', '')]
ST18810630-V07-25-page12.txt: [('--', '-'), ('pub-', 'pub'), ('Confer-', 'Confer'), ('-.', '.'), ('impor-', 'impor'), ('-OF', 'OF'), ('THE-', 'THE'), ('popu-', 'popu'), ('-', ''), ('CLOTH-', 'CLOTH'), ('-', ''), ("PAYE'R-", "PAYE'R"), ('ex-', 'ex'), ('-', ''), ('attend-', 'attend'), ('Mae-', 'Mae'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18810630-V07-25-page2.txt: [('--a', '-a'), ('immor-', 'immor'), ('constitu-', 'constitu'), ('incor-', 'incor'), ('-', ''), ('--idols', '-idols'), ('seek-', 'seek'), ('prom-', 'prom'), ('will-', 'will')]
ST18810630-V07-25-page3.txt: [('con-', 'con'), ('moth-', 'moth'), ('re-', 're')]
ST18810630-V07-25-page4.txt: [('-', ''), ('-', ''), ('prob-', 'prob'), ('-', ''), ('mis-', 'mis'), ('strong-', 'strong')]
ST18810630-V07-25-page5.txt: [('listen-', 'listen'), ('sim-', 'sim'), ('-', ''), ('-', ''), ('-', ''), ('impor-', 'impor'), ('damp-', 'damp'), ('-', '')]
ST18810630-V07-25-page6.txt: [('Para-', 'Para'), ('even-', 'even'), ('set-', 'set'), ('conse-', 'conse'), ('hin-', 'hin'), ('cor-', 'cor')]
ST18810630-V07-25-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('unani-', 'unani'), ('exist-', 'exist'), ('idola-', 'idola'), ('there-', 'there'), ('Babyloni-', 'Babyloni'), ('cus-', 'cus'), ('discus-', 'discus'), ('dis-', 'dis'), ('-', '')]
ST18810630-V07-25-page8.txt: [('be-', 'be'), ('de-', 'de'), ('-', ''), ('de-', 'de'), ('him-', 'him'), ('Eng-', 'Eng'), ('pro-', 'pro'), ('An-', 'An')]
ST18810630-V07-25-page9.txt: [('-', ''), ('sav-', 'sav'), ('Bark-', 'Bark'), ('com-', 'com'), ('sub-', 'sub'), ('Na-', 'Na'), ('-', ''), ('bride-', 'bride')]
ST18810714-V07-26-page1.txt: [('un-', 'un'), ('-', '')]
ST18810714-V07-26-page10.txt: [('re-', 're'), ('Amer-', 'Amer'), ('ex-', 'ex'), ('prin-', 'prin')]
ST18810714-V07-26-page11.txt: [('Dis-', 'Dis'), ('-f-', 'f-'), ('.-', '.'), ('--', '-'), ('-', '')]
ST18810714-V07-26-page12.txt: [('-', ''), ('mak-', 'mak'), ('ex-', 'ex'), ('CLOTH-', 'CLOTH'), ('-', ''), ('PAPER-', 'PAPER'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens'), ('breath-', 'breath')]
ST18810714-V07-26-page2.txt: [('adver-', 'adver'), ('-', ''), ('con-', 'con'), ('sweet-', 'sweet')]
ST18810714-V07-26-page3.txt: [('sin.-', 'sin.'), ('evi-', 'evi'), ('say-', 'say'), ('im-', 'im'), ('con-', 'con'), ('re-', 're'), ('pa-', 'pa'), ('--Golden', '-Golden')]
ST18810714-V07-26-page4.txt: [('-', ''), ('con-', 'con'), ('be-', 'be'), ('-', ''), ('univers-', 'univers'), ('-', ''), ('-', '')]
ST18810714-V07-26-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('princi-', 'princi'), ('-', ''), ('-', ''), ('-', ''), ('destruc-', 'destruc'), ('-', ''), ('stand-', 'stand'), ('popu-', 'popu')]
ST18810714-V07-26-page6.txt: [('ap-', 'ap'), ('meet-', 'meet'), ('Associa-', 'Associa'), ('Commit-', 'Commit'), ('-', '')]
ST18810714-V07-26-page7.txt: [('-', ''), ('ex-', 'ex')]
ST18810714-V07-26-page8.txt: [('him-', 'him'), ('to-', 'to'), ('Hin-', 'Hin'), ('profita-', 'profita'), ('na-', 'na'), ('sit-', 'sit'), ('ordinan-', 'ordinan'), ('Hem-', 'Hem'), ('CON-', 'CON'), ('Con-', 'Con'), ('Dickin-', 'Dickin'), ('Chit-', 'Chit')]
ST18810714-V07-26-page9.txt: [('nomi-', 'nomi'), ('re-', 're'), ('en-', 'en'), ('Con-', 'Con'), ('circu-', 'circu'), ('pros-', 'pros'), ('har-', 'har'), ('be-', 'be'), ('grind-', 'grind')]
ST18810721-V07-27-page1.txt: [('implic-', 'implic'), ('sin-', 'sin'), ('re-', 're'), ('pre-', 'pre'), ('dis-', 'dis'), ('work-', 'work'), ('meth-', 'meth')]
ST18810721-V07-27-page11.txt: [('threat-', 'threat'), ('cru-', 'cru'), ('inter-', 'inter'), ('-', ''), ('Nihil-', 'Nihil')]
ST18810721-V07-27-page12.txt: [('exist-', 'exist'), ('attend-', 'attend'), ('-', ''), ('-KS.', 'KS.'), ('Chris-', 'Chris'), ('CLOTH-', 'CLOTH'), ('-', ''), ('PAPER-', 'PAPER'), ('.-', '.'), ('-', ''), ('Tobacco-', 'Tobacco'), ('TWENTY-', 'TWENTY'), ('Alcohol.-', 'Alcohol.'), ('-Pork', 'Pork'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Lavelle-', 'Lavelle')]
ST18810721-V07-27-page2.txt: [('jus-', 'jus'), ('-', ''), ('-', ''), ('-', ''), ('conse-', 'conse'), ('Jona-', 'Jona'), ('-', ''), ('so-', 'so'), ('decid-', 'decid'), ('senti-', 'senti'), ('resurrec-', 'resurrec'), ('under-', 'under'), ('in-', 'in')]
ST18810721-V07-27-page3.txt: [('accompani-', 'accompani'), ('sur-', 'sur'), ('opera-', 'opera')]
ST18810721-V07-27-page4.txt: [('-', ''), ('or-', 'or'), ('peo-', 'peo')]
ST18810721-V07-27-page5.txt: [('com-', 'com'), ('--such', '-such'), ('neg-', 'neg'), ('-the', 'the'), ('pur-', 'pur'), ('min-', 'min'), ('se-', 'se'), ('foreign-', 'foreign'), ('Mohamrne-', 'Mohamrne')]
ST18810721-V07-27-page6.txt: [('sin-', 'sin'), ('be-', 'be'), ('Testa-', 'Testa')]
ST18810721-V07-27-page7.txt: [('it-', 'it'), ('per-', 'per')]
ST18810721-V07-27-page8.txt: [('congre-', 'congre'), ('family-', 'family'), ('ex-', 'ex')]
ST18810721-V07-27-page9.txt: [('Chris-', 'Chris'), ('-Hold', 'Hold'), ('dis-', 'dis'), ('help-', 'help')]
ST18810728-V07-28-page1.txt: [('obedi-', 'obedi'), ('JODS-', 'JODS')]
ST18810728-V07-28-page10.txt: [('di-', 'di'), ('ab-', 'ab'), ('ele-', 'ele'), ('heart-bro-', 'heart-bro'), ('Les-', 'Les')]
ST18810728-V07-28-page11.txt: [('-', ''), ('dis-', 'dis'), ('wrap-', 'wrap'), ('pre-', 'pre'), ('Na-', 'Na'), ('Wis-', 'Wis'), ('explo-', 'explo')]
ST18810728-V07-28-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('distrust-', 'distrust')]
ST18810728-V07-28-page2.txt: [('-', ''), ('destruo-', 'destruo'), ('deliv-', 'deliv')]
ST18810728-V07-28-page3.txt: [('any-', 'any'), ('en-', 'en'), ('bet-', 'bet'), ('re-', 're'), ('compar-', 'compar')]
ST18810728-V07-28-page4.txt: [('com-', 'com'), ('malig-', 'malig'), ('edu-', 'edu'), ('anx-', 'anx')]
ST18810728-V07-28-page5.txt: [('-', ''), ('-', ''), ('not-', 'not'), ('-', ''), ('in-', 'in'), ('trem-', 'trem'), ('inter-', 'inter'), ('mes-', 'mes'), ('bear-', 'bear'), ('-', ''), ('sing-', 'sing'), ('-', '')]
ST18810728-V07-28-page6.txt: [('-', ''), ('be-', 'be'), ('Com-', 'Com'), ('resurrec-', 'resurrec'), ('with-', 'with'), ('-', ''), ('-led', 'led'), ('state-', 'state'), ('-', '')]
ST18810728-V07-28-page7.txt: [('-', ''), ('Al-', 'Al'), ('-', ''), ('de-', 'de'), ('-', ''), ('-', '')]
ST18810728-V07-28-page8.txt: [('Old-', 'Old'), ('--', '-')]
ST18810728-V07-28-page9.txt: [('TEMPER-', 'TEMPER'), ('-', ''), ('docu-', 'docu')]
ST18810804-V07-29-page1.txt: [('inter-', 'inter'), ('mar-', 'mar'), ('him-', 'him'), ('-wore', 'wore'), ('immedi-', 'immedi'), ('proph-', 'proph')]
ST18810804-V07-29-page10.txt: [('fra-', 'fra'), ('pleas-', 'pleas')]
ST18810804-V07-29-page11.txt: [('--The', '-The'), ('An-', 'An'), ('thou-', 'thou'), ('-', ''), ('Tobacco-', 'Tobacco'), ('Alcohol.-', 'Alcohol.'), ('-Pork', 'Pork')]
ST18810804-V07-29-page12.txt: [('-Of', 'Of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('bene-', 'bene'), ('rec-', 'rec'), ('Ore-', 'Ore'), ('in-', 'in'), ('indis-', 'indis'), ('popu-', 'popu'), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('disci-', 'disci')]
ST18810804-V07-29-page2.txt: [('spi-', 'spi'), ('opposi-', 'opposi'), ('de-', 'de'), ('experi-', 'experi'), ('sinposition.-', 'sinposition.')]
ST18810804-V07-29-page3.txt: [('companion-', 'companion'), ('-that', 'that'), ('rec-', 'rec'), ('de-', 'de')]
ST18810804-V07-29-page4.txt: [('Ian-', 'Ian'), ('king-', 'king'), ('-', ''), ('de-', 'de'), ('king-', 'king'), ('prov-', 'prov'), ('ob-', 'ob'), ('represen-', 'represen'), ('-the', 'the'), ('prov-', 'prov')]
ST18810804-V07-29-page5.txt: [('confes-', 'confes'), ('prohi-', 'prohi'), ('-as', 'as'), ('-', ''), ('-', ''), ('pub-', 'pub'), ('la-', 'la'), ('-the', 'the'), ('enact-', 'enact')]
ST18810804-V07-29-page6.txt: [('-The', 'The'), ('minis-', 'minis')]
ST18810804-V07-29-page7.txt: [('-so', 'so'), ('pre-', 'pre'), ('-', ''), ('-', ''), ('"--', '"-'), ('adver-', 'adver'), ('knowl-', 'knowl'), ('MINIS-', 'MINIS')]
ST18810804-V07-29-page8.txt: [('-could', 'could'), ('-it', 'it'), ('-', ''), ('con-', 'con'), ('speak-', 'speak'), ('tempta-', 'tempta')]
ST18810804-V07-29-page9.txt: [('temp-', 'temp'), ('un-', 'un'), ('hyper-', 'hyper'), ('an-', 'an'), ('-', ''), ('-o', 'o')]
ST18810811-V07-30-page1.txt: [('impor-', 'impor'), ('will-', 'will'), ('di-', 'di'), ('-', '')]
ST18810811-V07-30-page10.txt: [('prepar-', 'prepar')]
ST18810811-V07-30-page11.txt: [('-', ''), ('I-', 'I'), ('-', ''), ('CLOTH-', 'CLOTH'), ('-', ''), ('PAPER-', 'PAPER'), ('pris-', 'pris'), ('-', ''), ('DE-', 'DE'), ('vigor-', 'vigor'), ('in-', 'in'), ('SABBATH-', 'SABBATH'), ('sob-', 'sob')]
ST18810811-V07-30-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-WITH-', 'WITH-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('AMP-', 'AMP'), ('New-', 'New'), ('"-', '"'), ('-', ''), ('for-', 'for'), ('-', ''), ('THE-', 'THE'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cata-', 'cata')]
ST18810811-V07-30-page2.txt: [('NO.-', 'NO.'), ('re-', 're'), ('-', ''), ('-', ''), ('En-', 'En'), ('con-', 'con'), ('be-', 'be'), ('Testa-', 'Testa'), ('-', ''), ('-', ''), ('min-', 'min')]
ST18810811-V07-30-page3.txt: [('ship-', 'ship'), ('memoran-', 'memoran'), ('por-', 'por'), ('de-', 'de'), ('convers-', 'convers'), ('-', ''), ('indis-', 'indis'), ('ac-', 'ac'), ('--a', '-a'), ('tor-', 'tor'), ('as-', 'as'), ('relig-', 'relig')]
ST18810811-V07-30-page4.txt: [('cir-', 'cir'), ('bold-', 'bold'), ('inhabi-', 'inhabi')]
ST18810811-V07-30-page5.txt: [('in-', 'in'), ('Aver-', 'Aver'), ('suc-', 'suc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('where-', 'where')]
ST18810811-V07-30-page6.txt: [('---', '--')]
ST18810811-V07-30-page7.txt: [('no-', 'no'), ('-proved', 'proved'), ('conven-', 'conven'), ('our-', 'our'), ('Congregation-', 'Congregation'), ('investiga-', 'investiga'), ('his-', 'his')]
ST18810811-V07-30-page8.txt: [('Bi-', 'Bi'), ('re-', 're')]
ST18810811-V07-30-page9.txt: [('ques-', 'ques'), ('meet-', 'meet'), ('as-', 'as'), ('astonish-', 'astonish'), ('-', ''), ('through-', 'through'), ('-', '')]
ST18810818-V07-31-page1.txt: [('Cre-', 'Cre'), ('pres-', 'pres'), ('di-', 'di')]
ST18810818-V07-31-page10.txt: [('travel-', 'travel'), ('yes-', 'yes'), ('some-', 'some')]
ST18810818-V07-31-page11.txt: [('sen-', 'sen'), ('tre-', 'tre'), ('de-', 'de'), ('tint-', 'tint'), ('CLOTH-', 'CLOTH'), ('-', ''), ('-', ''), ('PAPER-', 'PAPER'), ('pre-', 'pre'), ('Eng-', 'Eng'), ('accom-', 'accom'), ('I-', 'I')]
ST18810818-V07-31-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ordi-', 'ordi'), ('-', ''), ('-', ''), ('mat-', 'mat'), ('rela-', 'rela'), ('-', ''), ('-both', 'both'), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('------', '-----')]
ST18810818-V07-31-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('chil-', 'chil'), ('-', '')]
ST18810818-V07-31-page3.txt: [('-', ''), ('meaning-', 'meaning')]
ST18810818-V07-31-page4.txt: [('Nebu-', 'Nebu'), ('an-', 'an'), ('con-', 'con'), ('Switz-', 'Switz'), ('some-', 'some')]
ST18810818-V07-31-page5.txt: [('ben-', 'ben'), ('ele-', 'ele'), ('busi-', 'busi'), ('-', ''), ('Sab-', 'Sab'), ('teach-', 'teach'), ('wis-', 'wis')]
ST18810818-V07-31-page6.txt: [('-', ''), ('denom-', 'denom'), ('denom-', 'denom'), ('-defense', 'defense'), ('increas-', 'increas'), ('super-', 'super'), ('accept-', 'accept')]
ST18810818-V07-31-page7.txt: [('-', ''), ('-', ''), ('despond-', 'despond'), ('-', ''), ('-', ''), ('per-', 'per')]
ST18810818-V07-31-page8.txt: [('there-', 'there')]
ST18810818-V07-31-page9.txt: [('-Each', 'Each'), ('in-', 'in'), ('dissi-', 'dissi'), ('ulcer-', 'ulcer'), ('Her-', 'Her'), ('per-', 'per')]
ST18810825-V07-32-page1.txt: [('assimi-', 'assimi'), ('endur-', 'endur'), ('bear-', 'bear'), ('where-', 'where'), ('re-', 're')]
ST18810825-V07-32-page10.txt: [('leav-', 'leav'), ('recom-', 'recom'), ('-society', 'society'), ('-we', 'we')]
ST18810825-V07-32-page11.txt: [('substan-', 'substan'), ('-', ''), ('rib-', 'rib'), ('-', ''), ('breath-', 'breath'), ('.-', '.'), ('tint-', 'tint'), ('ap-', 'ap'), ('rail-', 'rail'), ('PAPER-', 'PAPER'), ('--A', '-A'), ('-s', 's'), ('CLOTH-', 'CLOTH'), ('-', '')]
ST18810825-V07-32-page12.txt: [('doc-', 'doc'), ('-', ''), ('Fran-', 'Fran'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('eve-', 'eve'), ('-', ''), ('-', ''), ('ques-', 'ques'), ('-OF', 'OF'), ('--', '-'), ('Michi-', 'Michi'), ('TRACTS.-', 'TRACTS.'), ('-Thoughts', 'Thoughts'), ('-Can', 'Can'), ('-Is', 'Is'), ('-The', 'The'), ('Fate-', 'Fate'), ("'Progated-", "'Progated"), ('au-', 'au'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('De-', 'De'), ('-ua-', 'ua-')]
ST18810825-V07-32-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18810825-V07-32-page3.txt: [('posi-', 'posi'), ('-', ''), ('in-', 'in')]
ST18810825-V07-32-page4.txt: [('imme-', 'imme'), ('com-', 'com'), ('aston-', 'aston'), ('unpardon-', 'unpardon'), ('par-', 'par'), ('-powers', 'powers'), ('con-', 'con')]
ST18810825-V07-32-page5.txt: [('-abbatit', 'abbatit'), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('far-', 'far'), ('murmur-', 'murmur'), ('re-', 're'), ('know-', 'know'), ('Chris-', 'Chris')]
ST18810825-V07-32-page6.txt: [('read-', 'read'), ('-', ''), ('-', ''), ('con-', 'con'), ('Seventh-', 'Seventh')]
ST18810825-V07-32-page7.txt: [('Any-', 'Any'), ('there-', 'there'), ('pur-', 'pur'), ('danger-', 'danger')]
ST18810825-V07-32-page8.txt: [('-', ''), ('-etc.', 'etc.'), ('-', ''), ('bap-', 'bap'), ('com-', 'com'), ('-', ''), ('command-', 'command'), ('cut-', 'cut'), ('bap-', 'bap')]
ST18810825-V07-32-page9.txt: [('ex-', 'ex'), ('par-', 'par'), ('hear-', 'hear'), ('dur-', 'dur'), ('degra-', 'degra'), ('to-', 'to'), ('dis-', 'dis')]
ST18810901-V07-33-page1.txt: [('con-', 'con')]
ST18810901-V07-33-page10.txt: [('use-', 'use'), ('ab-', 'ab'), ('re-', 're')]
ST18810901-V07-33-page11.txt: [('move-', 'move'), ('resolu-', 'resolu'), ('States-', 'States'), ('-', ''), ('-', ''), ('Alcohol.-', 'Alcohol.'), ("-'", "'"), ('TRACTS.-', 'TRACTS.'), ('Abrogated-', 'Abrogated')]
ST18810901-V07-33-page12.txt: [('g-', 'g'), ('-', ''), ('--m', '-m'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('--', '-'), ('di-', 'di'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-g', 'g'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('A-', 'A'), ('-dr', 'dr'), ('.--', '.-'), ('-', ''), ('-dr....a.', 'dr....a.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---o.', '--o.')]
ST18810901-V07-33-page2.txt: [('impos-', 'impos'), ('-', ''), ('ex-', 'ex'), ('pre-', 'pre'), ('-', ''), ('Revela-', 'Revela'), ('un-', 'un'), ('-', ''), ('-', ''), ('-', ''), ('Garri-', 'Garri'), ('concern-', 'concern')]
ST18810901-V07-33-page3.txt: [('back-', 'back'), ('op-', 'op'), ('will-', 'will'), ('pro-', 'pro'), ('enter-', 'enter'), ('pre-', 'pre'), ('aim.-', 'aim.')]
ST18810901-V07-33-page4.txt: [('mar-', 'mar'), ('di-', 'di'), ('na-', 'na'), ('Oc-', 'Oc'), ('ful-', 'ful'), ('evi-', 'evi'), ('him-', 'him'), ('terri-', 'terri'), ('-', '')]
ST18810901-V07-33-page5.txt: [('resur-', 'resur'), ('resurrec-', 'resurrec'), ('Mes-', 'Mes'), ('ander-', 'ander'), ('say-', 'say'), ('fur-', 'fur'), ('pleas-', 'pleas'), ('with-', 'with'), ('turn-', 'turn')]
ST18810901-V07-33-page6.txt: [('suf-', 'suf'), ('-It', 'It'), ('ner-', 'ner'), ('-', ''), ('-', '')]
ST18810901-V07-33-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('busi-', 'busi'), ('intelli-', 'intelli')]
ST18810901-V07-33-page8.txt: [('oppor-', 'oppor'), ('build-', 'build'), ('-', '')]
ST18810901-V07-33-page9.txt: [('tax-', 'tax'), ('stock-', 'stock'), ('work-', 'work'), ('treasury-', 'treasury')]
ST18810908-V07-34-page1.txt: [('warn-', 'warn'), ('gene-', 'gene')]
ST18810908-V07-34-page10.txt: [('pallor--', 'pallor-'), ('tender-', 'tender'), ('features--', 'features-')]
ST18810908-V07-34-page11.txt: [('Mormon-', 'Mormon'), ('wrap-', 'wrap'), ('-', ''), ('exe-', 'exe'), ('regi-', 'regi'), ('popu-', 'popu'), ('dwell-', 'dwell'), ('-', '')]
ST18810908-V07-34-page12.txt: [('-', ''), ('conscien-', 'conscien'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('H-', 'H'), ('indica-', 'indica'), ('-', ''), ('-suppose-and', 'suppose-and'), ('SELF-', 'SELF'), ('-', ''), ('Confer-', 'Confer'), ('Advent-', 'Advent'), ('re-', 're'), ('per-', 'per'), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-')]
ST18810908-V07-34-page2.txt: [('unin-', 'unin'), ('character-', 'character'), ('antic-', 'antic'), ('He-', 'He'), ('tetra-', 'tetra'), ('well-', 'well'), ('phi-', 'phi'), ('gen-', 'gen'), ('construc-', 'construc'), ('evi-', 'evi'), ('-', ''), ('Lev-', 'Lev'), ('-do', 'do'), ('accus-', 'accus'), ('render-', 'render')]
ST18810908-V07-34-page3.txt: [('pul-', 'pul'), ('com-', 'com'), ('Chris-', 'Chris'), ('thor-', 'thor'), ('look-', 'look'), ('longer--', 'longer-')]
ST18810908-V07-34-page4.txt: [('-tated', 'tated'), ('-', ''), ('-', ''), ('Testa-', 'Testa'), ('com-', 'com'), ('ascer-', 'ascer'), ('per-', 'per'), ('-shach', 'shach'), ('sup-', 'sup')]
ST18810908-V07-34-page5.txt: [('in-', 'in'), ('Phari-', 'Phari'), ('-', ''), ('-', ''), ('defile-', 'defile'), ('hier-', 'hier'), ('de-', 'de'), ('tra-', 'tra'), ('in-', 'in'), ('Ba-', 'Ba')]
ST18810908-V07-34-page6.txt: [('Associ-', 'Associ'), ('inter-', 'inter'), ('-', ''), ('-', ''), ('-', ''), ('prohi-', 'prohi')]
ST18810908-V07-34-page7.txt: [('com-', 'com'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Spiritual-', 'Spiritual')]
ST18810908-V07-34-page8.txt: [('accomo-', 'accomo'), ('min-', 'min')]
ST18810908-V07-34-page9.txt: [('-bless', 'bless'), ('broad-', 'broad'), ('-cast', 'cast'), ('-', ''), ('intern--', 'intern-'), ('nasti-', 'nasti'), ('his.-', 'his.'), ('WINE-', 'WINE')]
ST18810915-V07-35-page1.txt: [('con-', 'con'), ('treat-', 'treat'), ('extrav-', 'extrav'), ('messen-', 'messen'), ('indul-', 'indul'), ('oft-', 'oft')]
ST18810915-V07-35-page10.txt: [('en-', 'en'), ('--', '-'), ('al-', 'al'), ('-A.', 'A.')]
ST18810915-V07-35-page11.txt: [('in-', 'in'), ('"talk-', '"talk'), ('-tyrants', 'tyrants'), ('remark-', 'remark'), ('sin-', 'sin'), ('Mis-', 'Mis'), ('Chi-', 'Chi'), ('States-', 'States'), ('-', ''), ('subju-', 'subju'), ('an-', 'an'), ('indi-', 'indi'), ('-', ''), ("-'", "'"), ('-', '')]
ST18810915-V07-35-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('-', ''), ('Mich.-', 'Mich.'), ('CLOTH-', 'CLOTH'), ('-tyle', 'tyle'), ('-', ''), ('PAPER-', 'PAPER'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18810915-V07-35-page2.txt: [('un-', 'un'), ('relig-', 'relig'), ('ani-', 'ani'), ('re-', 're'), ('thou-', 'thou')]
ST18810915-V07-35-page3.txt: [('un-', 'un'), ('right-', 'right'), ('char-', 'char'), ('stran-', 'stran'), ('eco-', 'eco'), ('impor-', 'impor'), ('con-', 'con')]
ST18810915-V07-35-page4.txt: [('-', ''), ('con-', 'con'), ('com-', 'com'), ('taunt-', 'taunt')]
ST18810915-V07-35-page5.txt: [('person-', 'person'), ('ser-', 'ser'), ('pro-', 'pro'), ('Chris-', 'Chris'), ('Conven-', 'Conven'), ('Al-', 'Al'), ('hab-', 'hab'), ('ar-', 'ar')]
ST18810915-V07-35-page6.txt: [('--', '-')]
ST18810915-V07-35-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('king-', 'king'), ('-', '')]
ST18810915-V07-35-page8.txt: [('require-', 'require'), ('-', ''), ('car-', 'car'), ('bap-', 'bap'), ('con-', 'con'), ('writ-', 'writ')]
ST18810915-V07-35-page9.txt: [('re-', 're')]
ST18810922-V07-36-page1.txt: [('dis-', 'dis'), ('in-', 'in'), ('selfish-', 'selfish'), ('lazar-', 'lazar'), ('in-', 'in')]
ST18810922-V07-36-page10.txt: [('par-', 'par'), ('ad-', 'ad'), ('listen-', 'listen'), ('morn-', 'morn')]
ST18810922-V07-36-page11.txt: [('-', ''), ('-', ''), ('Thomp-', 'Thomp'), ('TRACTS.-', 'TRACTS.')]
ST18810922-V07-36-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('Advent-', 'Advent'), ('per-', 'per'), ('camp-', 'camp'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TRACTS.-', 'TRACTS.')]
ST18810922-V07-36-page2.txt: [('-', ''), ('-', ''), ('be-', 'be'), ('-them', 'them'), ('sur-', 'sur'), ('-', ''), ('knowl-', 'knowl'), ('wor-', 'wor')]
ST18810922-V07-36-page3.txt: [('ap-', 'ap'), ('dis-', 'dis'), ('drop-', 'drop'), ('ac-', 'ac'), ('Com-', 'Com')]
ST18810922-V07-36-page4.txt: [('signi-', 'signi'), ('Chris-', 'Chris'), ('con-', 'con')]
ST18810922-V07-36-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Caper-', 'Caper'), ('seen-', 'seen'), ('-Wattle', 'Wattle'), ('-', ''), ('can-', 'can'), ('re-', 're')]
ST18810922-V07-36-page6.txt: [('re-', 're'), ('-', ''), ('-', ''), ('sin-', 'sin'), ('-', ''), ('pur-', 'pur')]
ST18810922-V07-36-page7.txt: [('indi-', 'indi'), ('Sab-', 'Sab'), ('ob-', 'ob'), ('-', ''), ('minis-', 'minis')]
ST18810922-V07-36-page8.txt: [('-', ''), ('marvel-', 'marvel'), ('-', ''), ('Mission-', 'Mission'), ('dis-', 'dis'), ('possibil-', 'possibil'), ('con-', 'con'), ('im-', 'im'), ('per-', 'per'), ('-', ''), ('per-', 'per')]
ST18810922-V07-36-page9.txt: [('God-', 'God')]
ST18810929-V07-37-page1.txt: [('in-', 'in'), ('instruc-', 'instruc'), ('re-', 're'), ('to-', 'to')]
ST18810929-V07-37-page10.txt: [('to-', 'to'), ('meet-', 'meet'), ('accom-', 'accom'), ('-', '')]
ST18810929-V07-37-page11.txt: [('vio-', 'vio'), ('-', ''), ('fol-', 'fol'), ('prac-', 'prac'), ('club-', 'club'), ('for-', 'for'), ('meet-', 'meet'), ('Ser-', 'Ser'), ('be-', 'be'), ('-', ''), ('Peo-', 'Peo'), ('pur-', 'pur'), ('-', ''), ('-', ''), ('be-', 'be')]
ST18810929-V07-37-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('stand-', 'stand'), ('-day', 'day'), ('Advent-', 'Advent'), ('-', ''), ('vis-', 'vis'), ('Fair-', 'Fair'), ('bring-', 'bring')]
ST18810929-V07-37-page2.txt: [('-', ''), ('mislead-', 'mislead'), ('him-', 'him')]
ST18810929-V07-37-page3.txt: [('fif-', 'fif'), ('pleas-', 'pleas'), ('-', ''), ('fellow-stu-', 'fellow-stu'), ('chastise-', 'chastise'), ('instinct-', 'instinct')]
ST18810929-V07-37-page4.txt: [('char-', 'char'), ('raven-', 'raven'), ('Visigoths-', 'Visigoths'), ('peo-', 'peo'), ('bat-', 'bat'), ('here-', 'here'), ('de-', 'de'), ('essen-', 'essen'), ('an-', 'an'), ('un-', 'un'), ('bat-', 'bat'), ('alto-', 'alto')]
ST18810929-V07-37-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('vol-', 'vol'), ('eigh-', 'eigh'), ('inter-', 'inter'), ('whomso-', 'whomso'), ('Omnip-', 'Omnip'), ('stum-', 'stum'), ('ac-', 'ac'), ('pre-', 'pre'), ('Mr-', 'Mr')]
ST18810929-V07-37-page6.txt: [('vir-', 'vir'), ('dis-', 'dis'), ('-', ''), ('some-', 'some'), ('irrever-', 'irrever'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18810929-V07-37-page7.txt: [('-', ''), ('-out', 'out'), ('resur-', 'resur'), ('rep-', 'rep'), ('-', ''), ('-', ''), ('atten-', 'atten'), ('-', ''), ('-', '')]
ST18810929-V07-37-page8.txt: [('-', ''), ('ex-', 'ex'), ('com-', 'com'), ('perform-', 'perform'), ('follow-', 'follow'), ('com-', 'com')]
ST18810929-V07-37-page9.txt: [('institu-', 'institu'), ('dif-', 'dif'), ('doc-', 'doc'), ('after-', 'after'), ('-', ''), ('dis-', 'dis'), ('cen-', 'cen'), ('drink-', 'drink'), ('them-', 'them')]
ST18811006-V07-38-page1.txt: [('loot-', 'loot')]
ST18811006-V07-38-page10.txt: [('man-', 'man')]
ST18811006-V07-38-page11.txt: [('earth-', 'earth'), ('ex-', 'ex'), ("-'", "'"), ('con-', 'con'), ('-ton', 'ton'), ('Swarth-', 'Swarth'), ('-', ''), ('months-', 'months'), ('temper-', 'temper')]
ST18811006-V07-38-page12.txt: [('-', ''), ('-', ''), ('meet-', 'meet'), ('Advent-', 'Advent'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-')]
ST18811006-V07-38-page2.txt: [('schol-', 'schol'), ('notice-', 'notice'), ('bap-', 'bap'), ('syn-', 'syn'), ('Truth.-', 'Truth.'), ('in-', 'in'), ('them-', 'them'), ('lexi-', 'lexi'), ('thirty-', 'thirty')]
ST18811006-V07-38-page3.txt: [('breth-', 'breth'), ('exaggerat-', 'exaggerat'), ('notwith-', 'notwith'), ('-o', 'o'), ('Ad-', 'Ad'), ('mani-', 'mani'), ('promi-', 'promi')]
ST18811006-V07-38-page4.txt: [('aston-', 'aston'), ('thou-', 'thou'), ('un-', 'un'), ('in-', 'in'), ('be-', 'be'), ('un-', 'un'), ('-', ''), ('-', ''), ('persecu-', 'persecu')]
ST18811006-V07-38-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('suf-', 'suf'), ('per-', 'per'), ('strength-', 'strength'), ('re-', 're'), ('con-', 'con')]
ST18811006-V07-38-page6.txt: [('-', ''), ('Fa-', 'Fa'), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('Pres-', 'Pres'), ('-', ''), ('sin-', 'sin')]
ST18811006-V07-38-page7.txt: [('be-', 'be'), ('-', ''), ('no-', 'no'), ('-', ''), ('in-', 'in'), ('meet-', 'meet'), ('pre-', 'pre')]
ST18811006-V07-38-page8.txt: [('-whatever', 'whatever'), ('op-', 'op'), ('other-', 'other'), ('CLOSE-', 'CLOSE'), ('-it', 'it'), ('ye-', 'ye'), ('eighty-', 'eighty'), ('Christianity-', 'Christianity'), ('-', '')]
ST18811006-V07-38-page9.txt: [('bon-', 'bon'), ('-One', 'One'), ('ad-', 'ad'), ('saloon-', 'saloon'), ('mer-', 'mer'), ('-', '')]
ST18811013-V07-39-page1.txt: [('folly-', 'folly'), ('Sam-', 'Sam'), ('-', ''), ('--r', '-r')]
ST18811013-V07-39-page10.txt: [('-', ''), ('Washing-', 'Washing'), ('CLOTH-', 'CLOTH'), ('-', ''), ('PAPER-', 'PAPER')]
ST18811013-V07-39-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens'), ('ex-', 'ex'), ('-', '')]
ST18811013-V07-39-page12.txt: [('-', ''), ('Sac-', 'Sac')]
ST18811013-V07-39-page2.txt: [('Oci-', 'Oci'), ('resur-', 'resur'), ('de-', 'de'), ('-', ''), ('-', ''), ('incor-', 'incor'), ('-', ''), ('-', ''), ('res-', 'res'), ('re-', 're'), ('con-', 'con'), ('-', ''), ('-', ''), ('-', '')]
ST18811013-V07-39-page3.txt: [('ele-', 'ele'), ('-', ''), ('Alexan-', 'Alexan'), ('un-', 'un'), ('-', ''), ('gentle-', 'gentle'), ('profound-', 'profound')]
ST18811013-V07-39-page4.txt: [('-THE', 'THE'), ('Alexan-', 'Alexan'), ('-in', 'in'), ('-the', 'the'), ('con-', 'con'), ('pos-', 'pos'), ('respect-', 'respect'), ('pas-', 'pas'), ('appoint-', 'appoint'), ('frivol-', 'frivol'), ('cen-', 'cen'), ('proph-', 'proph'), ('ex-', 'ex')]
ST18811013-V07-39-page5.txt: [('Script-', 'Script'), ('in-', 'in'), ('na-', 'na'), ('wire-', 'wire'), ('-out', 'out')]
ST18811013-V07-39-page6.txt: [('priv-', 'priv'), ('-', ''), ('rec-', 'rec'), ('be-', 'be'), ('di-', 'di')]
ST18811013-V07-39-page7.txt: [('-', ''), ('Anglo-', 'Anglo'), ('Anglo-', 'Anglo'), ('Ephraim-', 'Ephraim'), ('-', ''), ('-', ''), ('king-', 'king'), ('knowl-', 'knowl')]
ST18811013-V07-39-page8.txt: [('con-', 'con'), ('prom-', 'prom'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('consist-', 'consist'), ('Mes-', 'Mes')]
ST18811013-V07-39-page9.txt: [('congratula-', 'congratula'), ('princi-', 'princi')]
ST18811027-V07-40-page1.txt: [('-', ''), ('re-', 're'), ('sorrow-', 'sorrow'), ('-', ''), ('-', ''), ('ap-', 'ap'), ('com-', 'com'), ('-', ''), ('Feast-', 'Feast')]
ST18811027-V07-40-page10.txt: [('heart-', 'heart'), ('mar-', 'mar'), ('man-', 'man'), ('good-', 'good'), ('-', ''), ('some-', 'some'), ('ap-', 'ap'), ('effect-', 'effect')]
ST18811027-V07-40-page11.txt: [('-An', 'An'), ('per-', 'per'), ('-An', 'An'), ('-A', 'A'), ('-A', 'A'), ('-', ''), ('-Scoville', 'Scoville'), ('-', ''), ('-Fever', 'Fever'), ('-Peter', 'Peter'), ('-A', 'A'), ('-In', 'In'), ('-As', 'As'), ('-', ''), ('-Set', 'Set'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('--Steps', '-Steps'), ('-', ''), ('-', ''), ('-One', 'One'), ('-', ''), ('-', ''), ('--The', '-The'), ('-In', 'In'), ('-Designs', 'Designs'), ('-', ''), ('-', ''), ('-The', 'The'), ('-In', 'In'), ('in-', 'in'), ('TRACTS.-', 'TRACTS.'), ('Lord-', 'Lord'), ('-', ''), ('Ameri-', 'Ameri'), ('-', ''), ('-Is', 'Is'), ('-The', 'The'), ('Fate-', 'Fate'), ('-', ''), ('re-', 're'), ('Abrogated-', 'Abrogated'), ("-'", "'")]
ST18811027-V07-40-page12.txt: [('creak-', 'creak'), ('CLOTH-', 'CLOTH'), ('-', ''), ('PAPER-', 'PAPER'), ('conse-', 'conse'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18811027-V07-40-page2.txt: [('-', ''), ('Say-', 'Say'), ('pre-', 'pre'), ('extrava-', 'extrava'), ('turn-', 'turn'), ('-', ''), ('-', ''), ('min-', 'min'), ('my-', 'my'), ('-', ''), ('rel-', 'rel'), ('Will-', 'Will')]
ST18811027-V07-40-page3.txt: [('resurrec-', 'resurrec'), ('Corin-', 'Corin'), ('steal-', 'steal'), ('yester-', 'yester'), ('eye-', 'eye'), ('en-', 'en')]
ST18811027-V07-40-page4.txt: [('man-', 'man'), ('Sar-', 'Sar'), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('re-', 're'), ('-', ''), ('re-', 're'), ('hun-', 'hun'), ('Walden-', 'Walden'), ('Machia-', 'Machia'), ('Ian-', 'Ian'), ('exe-', 'exe')]
ST18811027-V07-40-page5.txt: [('dur-', 'dur'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('follow-', 'follow'), ('incompati-', 'incompati'), ('serv-', 'serv')]
ST18811027-V07-40-page6.txt: [('-foot', 'foot'), ('weatherre-', 'weatherre'), ('man-', 'man'), ('them-', 'them'), ('fore-', 'fore'), ('-', '')]
ST18811027-V07-40-page7.txt: [('busi-', 'busi'), ('festi-', 'festi'), ('establish-', 'establish'), ('busi-', 'busi'), ('mod-', 'mod')]
ST18811027-V07-40-page8.txt: [('ses-', 'ses'), ('re-', 're'), ('accom-', 'accom'), ('-', ''), ('peo-', 'peo'), ('-', ''), ('ap-', 'ap'), ('-', ''), ('express-', 'express'), ('in-', 'in')]
ST18811027-V07-40-page9.txt: [('tem-', 'tem'), ('-', ''), ('him-', 'him')]
ST18811103-V07-41-page1.txt: [('fellow-', 'fellow'), ('prin-', 'prin'), ('de-', 'de'), ('-and', 'and'), ('stand-', 'stand'), ('Pa-', 'Pa'), ('.....cra.-', '.....cra.')]
ST18811103-V07-41-page10.txt: [('studi-', 'studi')]
ST18811103-V07-41-page11.txt: [('-e', 'e'), ('--Henry', '-Henry'), ('-', ''), ('-', ''), ('--Rain', '-Rain'), ('vol-', 'vol'), ("-'", "'"), ('vol-', 'vol'), ('house-', 'house')]
ST18811103-V07-41-page12.txt: [('CLOTH-', 'CLOTH'), ('-', ''), ('PAPER-', 'PAPER'), ('-', ''), ('-', ''), ('-KS.', 'KS.'), ('-k', 'k')]
ST18811103-V07-41-page2.txt: [('-', ''), ('-', ''), ('fulfill-', 'fulfill'), ('-', ''), ('Provi-', 'Provi'), ('par-', 'par'), ('season-', 'season'), ('accom-', 'accom')]
ST18811103-V07-41-page3.txt: [('bas-', 'bas'), ('-', ''), ('pre-', 'pre'), ('knowl-', 'knowl'), ('tray-', 'tray'), ('over-', 'over'), ('-', ''), ('Massa-', 'Massa'), ('An-', 'An'), ('-', '')]
ST18811103-V07-41-page4.txt: [('govern-', 'govern'), ('re-', 're'), ('meas-', 'meas')]
ST18811103-V07-41-page5.txt: [('-', ''), ('bor-', 'bor'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pre-', 'pre'), ('affection-', 'affection'), ('devo-', 'devo')]
ST18811103-V07-41-page6.txt: [('any-', 'any'), ('suc-', 'suc'), ('-', ''), ('bold-', 'bold'), ('with-', 'with')]
ST18811103-V07-41-page7.txt: [('pass-', 'pass'), ('con-', 'con'), ('com-', 'com'), ('in-', 'in')]
ST18811103-V07-41-page8.txt: [('-', ''), ('im-', 'im'), ('conver-', 'conver'), ('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST18811103-V07-41-page9.txt: [('Wag-', 'Wag'), ('follow-', 'follow'), ('-', ''), ('con-', 'con'), ('author-', 'author'), ('trib-', 'trib'), ('N..Lough-', 'N..Lough'), ('suit-', 'suit'), ('solic-', 'solic')]
ST18811110-V07-42-page1.txt: [('over-', 'over'), ('re-', 're'), ('Chris-', 'Chris'), ('prefer-', 'prefer')]
ST18811110-V07-42-page10.txt: [('discourag-', 'discourag'), ('be-', 'be')]
ST18811110-V07-42-page11.txt: [('-', ''), ('-', ''), ('im-', 'im'), ('Eng-', 'Eng'), ('Vin-', 'Vin'), ('Win-', 'Win'), ('Free-', 'Free'), ('un-', 'un'), ('pay-', 'pay'), ('de-', 'de'), ('house-', 'house'), ('eventu-', 'eventu'), ('trans-', 'trans'), ('TRACTS.-', 'TRACTS.'), ('-', ''), ('-', ''), ('vol-', 'vol')]
ST18811110-V07-42-page12.txt: [('mis-', 'mis'), ('-Of', 'Of'), ('Ala-', 'Ala'), ('-', ''), ('-', '')]
ST18811110-V07-42-page2.txt: [('-', ''), ('charac-', 'charac'), ('-', ''), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('immedi-', 'immedi'), ('him-', 'him'), ('-', ''), ('re-', 're'), ('-', ''), ('foot-', 'foot')]
ST18811110-V07-42-page3.txt: [('cord-', 'cord')]
ST18811110-V07-42-page4.txt: [('inde-', 'inde'), ('-', ''), ('blos-', 'blos'), ('des-', 'des'), ('--"waitinto', '-"waitinto')]
ST18811110-V07-42-page5.txt: [('ex-', 'ex'), ('hap-', 'hap'), ('affec-', 'affec'), ('-him.', 'him.'), ('run-', 'run')]
ST18811110-V07-42-page6.txt: [('para-', 'para'), ('-', ''), ('-', ''), ('ex-', 'ex'), ('-', ''), ('bless-', 'bless'), ('quib-', 'quib'), ('cove-', 'cove'), ('in-', 'in'), ('seek-', 'seek')]
ST18811110-V07-42-page7.txt: [('obser-', 'obser'), ('origi-', 'origi'), ('foun-', 'foun'), ('Syl-', 'Syl'), ('enjoy-', 'enjoy'), ('-', ''), ('Christian-', 'Christian'), ('ral-', 'ral'), ('obli-', 'obli'), ('re-', 're')]
ST18811110-V07-42-page8.txt: [('re-', 're'), ('suffer-', 'suffer'), ('them-', 'them'), ('car-', 'car'), ('cloth-', 'cloth'), ('-', ''), ('out-', 'out'), ('rem-', 'rem'), ('sur-', 'sur'), ('.-', '.'), ('---', '--'), ('--', '-'), ('------', '-----'), ('--', '-'), ('--', '-'), ('-', ''), ('ReportsRe-', 'ReportsRe')]
ST18811110-V07-42-page9.txt: [('-', ''), ('Treas-', 'Treas'), ('-', ''), ('Anti-', 'Anti'), ('in-', 'in'), ('ci-', 'ci'), ('-', ''), ('-', '')]
ST18811117-V07-43-page1.txt: [('pro-', 'pro'), ('re-', 're'), ('ter-', 'ter'), ('tem-', 'tem'), ('ap-', 'ap'), ('pro-', 'pro')]
ST18811117-V07-43-page10.txt: [('lightly--', 'lightly-'), ('inspi-', 'inspi')]
ST18811117-V07-43-page11.txt: [('ex-', 'ex'), ('TRACTS.-', 'TRACTS.'), ('Sab-', 'Sab'), ('-', '')]
ST18811117-V07-43-page12.txt: [('rec-', 'rec'), ('Geog-', 'Geog'), ('state-', 'state'), ('necces-', 'necces'), ('ANALYT-', 'ANALYT'), ('-knew', 'knew'), ('ex-', 'ex'), ('sugges-', 'sugges'), ('inter-', 'inter'), ('-n', 'n'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18811117-V07-43-page2.txt: [('ref-', 'ref'), ('-', ''), ('-', ''), ('-whole', 'whole')]
ST18811117-V07-43-page3.txt: [('charac-', 'charac'), ('Hacken-', 'Hacken'), ('hood-', 'hood'), ('drunken-', 'drunken'), ('Method-', 'Method'), ('-Christian', 'Christian')]
ST18811117-V07-43-page4.txt: [('as-', 'as'), ('Seleu-', 'Seleu')]
ST18811117-V07-43-page5.txt: [('-', ''), ('-', ''), ('hide-', 'hide'), ('mourn-', 'mourn'), ('dili-', 'dili')]
ST18811117-V07-43-page6.txt: [('-', ''), ('con-', 'con'), ('be-', 'be')]
ST18811117-V07-43-page7.txt: [('-', ''), ('-', ''), ('prep-', 'prep')]
ST18811117-V07-43-page8.txt: [('---', '--'), ('vio-', 'vio'), ('decis-', 'decis'), ('obedi-', 'obedi')]
ST18811117-V07-43-page9.txt: [('in-', 'in'), ('per-', 'per'), ('ter-', 'ter')]
ST18811124-V07-44-page1.txt: [('-', ''), ('en-', 'en'), ('disci-', 'disci'), ('as-', 'as'), ('pains-', 'pains')]
ST18811124-V07-44-page10.txt: [('ob-', 'ob')]
ST18811124-V07-44-page11.txt: [('-Moody', 'Moody'), ('-The', 'The'), ('-', ''), ('-November', 'November'), ('-', ''), ('-In', 'In'), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('Sun-', 'Sun'), ('-Two', 'Two'), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('-Professor', 'Professor'), ('-The', 'The'), ('-All', 'All'), ('-A', 'A'), ('-The', 'The'), ('--Fifteen', '-Fifteen'), ('-', ''), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-The', 'The'), ('-Suit', 'Suit'), ('un-', 'un'), ('-Dr.', 'Dr.'), ('-To', 'To'), ('-According', 'According'), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('-An', 'An'), ('-Several', 'Several'), ('-The', 'The'), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('TRACTS.-', 'TRACTS.'), ('Baptists-', 'Baptists'), ('-Who', 'Who'), ('-The', 'The'), ('-It', 'It'), ('-On', 'On'), ('BOOKS-', 'BOOKS'), ('-', '')]
ST18811124-V07-44-page12.txt: [('commenda-', 'commenda'), ('re-', 're'), ('accom-', 'accom'), ('-over', 'over'), ('depre-', 'depre'), ('Lon-', 'Lon'), ('him-', 'him'), ('-competent', 'competent'), ('Cony-', 'Cony'), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('-', '')]
ST18811124-V07-44-page2.txt: [('state-', 'state'), ('wak-', 'wak'), ('wit-', 'wit'), ('-', ''), ('-', ''), ('regi-', 'regi'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18811124-V07-44-page3.txt: [('fellow-be-', 'fellow-be'), ('-', ''), ('se-', 'se'), ('Wes-', 'Wes'), ('em-', 'em')]
ST18811124-V07-44-page4.txt: [('influ-', 'influ'), ('Medo-', 'Medo'), ('sym-', 'sym'), ('or-', 'or'), ('Al-', 'Al'), ('sepa-', 'sepa'), ('de-', 'de'), ('Hav-', 'Hav')]
ST18811124-V07-44-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('guilt-', 'guilt'), ('Look-', 'Look'), ('de-', 'de')]
ST18811124-V07-44-page6.txt: [('tor-', 'tor'), ('Matt.-', 'Matt.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18811124-V07-44-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('evi-', 'evi'), ('-', ''), ('-', ''), ('per-', 'per'), ('-', ''), ('return-', 'return')]
ST18811124-V07-44-page8.txt: [('-', ''), ('-', ''), ('them-', 'them'), ('keep-', 'keep'), ('whole-', 'whole'), ('con-', 'con'), ('ques-', 'ques')]
ST18811124-V07-44-page9.txt: [('prin-', 'prin'), ('protec-', 'protec'), ('.-', '.'), ('-', ''), ('prop-', 'prop'), ('neighbor-', 'neighbor'), ('sup-', 'sup'), ('Sam-', 'Sam'), ('com-', 'com')]
ST18811201-V07-45-page1.txt: [('unlaw-', 'unlaw'), ('intel-', 'intel'), ('influ-', 'influ'), ('sac-', 'sac'), ('instruc-', 'instruc'), ('offer-', 'offer')]
ST18811201-V07-45-page10.txt: [('valu-', 'valu'), ('Braith-', 'Braith'), ('-and', 'and'), ('ani-', 'ani'), ('inter-', 'inter'), ('--', '-'), ('well-', 'well')]
ST18811201-V07-45-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-A', 'A'), ('-', ''), ('-', ''), ('-A', 'A'), ('-The', 'The'), ('-', ''), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('-The', 'The'), ('-In', 'In'), ('-An', 'An'), ('-The', 'The'), ('-', ''), ('-', ''), ('arrang-', 'arrang'), ('-The', 'The'), ("-Of'affairs", "Of'affairs"), ('-', ''), ('-', ''), ('-The', 'The'), ('-Advices', 'Advices'), ('Bar-', 'Bar'), ('-', ''), ('com-', 'com'), ('-', ''), ('-is.', 'is.'), ('-Within', 'Within'), ('-The', 'The'), ('-Monsignor', 'Monsignor'), ('-The', 'The'), ('-', ''), ('-', ''), ('ex-', 'ex'), ('-', ''), ('-', '')]
ST18811201-V07-45-page12.txt: [('harvest-', 'harvest'), ('ver-', 'ver'), ('-is', 'is'), ('Sun-', 'Sun'), ('-day', 'day'), ('mis-', 'mis'), ('-', ''), ('-', ''), ('Protes-', 'Protes'), ('-conceded', 'conceded')]
ST18811201-V07-45-page2.txt: [('sec-', 'sec'), ('priest-', 'priest'), ('manifesta-', 'manifesta'), ('-', ''), ('wit-', 'wit'), ('de-', 'de'), ('-', ''), ('-', ''), ('re-', 're'), ('im-', 'im'), ('how-', 'how'), ('informa-', 'informa'), ('phe-', 'phe'), ('condi-', 'condi')]
ST18811201-V07-45-page3.txt: [('Chroni-', 'Chroni'), ('di-', 'di'), ('ques-', 'ques'), ('work-', 'work'), ('abund-', 'abund'), ('mill-', 'mill')]
ST18811201-V07-45-page4.txt: [('per-', 'per'), ('con-', 'con'), ('-one', 'one'), ('ene-', 'ene')]
ST18811201-V07-45-page5.txt: [('per-', 'per'), ('cul-', 'cul'), ('atten-', 'atten'), ('to-', 'to'), ('gen-', 'gen'), ('knowl-', 'knowl'), ('un-', 'un'), ('house-', 'house'), ('Sabbath-', 'Sabbath')]
ST18811201-V07-45-page6.txt: [('-', ''), ('can-', 'can'), ('our-', 'our'), ('cer-', 'cer'), ('min-', 'min'), ('re-', 're')]
ST18811201-V07-45-page7.txt: [('Re-', 'Re'), ('ac-', 'ac'), ('-', ''), ('-', ''), ('arch-', 'arch'), ('de-', 'de'), ('chap-', 'chap'), ('-', ''), ('Ja-', 'Ja'), ('-', ''), ('en-', 'en')]
ST18811201-V07-45-page8.txt: [('ap-', 'ap'), ('Discus-', 'Discus'), ('invita-', 'invita'), ('oppor-', 'oppor'), ('ju-', 'ju'), ('Sabbath-', 'Sabbath'), ('Vege-', 'Vege')]
ST18811201-V07-45-page9.txt: [('com-', 'com'), ('suffer-', 'suffer'), ('-', ''), ('de-', 'de')]
ST18811208-V07-46-page1.txt: [('Self-', 'Self'), ('at-', 'at'), ('congre-', 'congre'), ('In-', 'In'), ('-with', 'with'), ('train-', 'train'), ('re-', 're'), ('ac-', 'ac')]
ST18811208-V07-46-page10.txt: [('consider-', 'consider'), ('for-', 'for'), ('stu-', 'stu'), ('Some-', 'Some'), ('stand-', 'stand')]
ST18811208-V07-46-page11.txt: [('-November', 'November'), ('Pa-', 'Pa'), ('-', ''), ('him-', 'him'), ('-', ''), ('-', ''), ('Mos-', 'Mos'), ('stub-', 'stub'), ('-', ''), ('-', ''), ('-Ex-president', 'Ex-president'), ('-A', 'A'), ('-The', 'The'), ('-At', 'At'), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-A', 'A'), ('-At', 'At'), ('-', ''), ('-Thurlow', 'Thurlow'), ('-', ''), ('-Recently', 'Recently'), ('-', ''), ('char-', 'char'), ('con-', 'con'), ('-', ''), ('juris-', 'juris'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('intel-', 'intel'), ('-Four', 'Four'), ('-The', 'The'), ('-', ''), ('-A', 'A'), ('-', ''), ('-The', 'The')]
ST18811208-V07-46-page12.txt: [('con-', 'con'), ('in-', 'in'), ('com-', 'com'), ('hun-', 'hun'), ('meet-', 'meet'), ('dis-', 'dis'), ('Hand-', 'Hand'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ravens-', 'Ravens')]
ST18811208-V07-46-page2.txt: [('sub-', 'sub'), ('ac-', 'ac'), ('me-', 'me'), ('pris-', 'pris'), ('-', ''), ('spir-', 'spir'), ('-', ''), ('decep-', 'decep')]
ST18811208-V07-46-page3.txt: [('prob-', 'prob'), ('in-', 'in'), ('mysteri-', 'mysteri'), ('com-', 'com')]
ST18811208-V07-46-page4.txt: [('-', ''), ('dispen-', 'dispen')]
ST18811208-V07-46-page5.txt: [('-', ''), ('-tie', 'tie'), ('sneer-', 'sneer'), ('knowl-', 'knowl')]
ST18811208-V07-46-page6.txt: [('com-', 'com'), ('conscien-', 'conscien'), ('respon-', 'respon'), ('ecclesi-', 'ecclesi'), ('-', '')]
ST18811208-V07-46-page7.txt: [('-', ''), ('be-', 'be'), ('Sab-', 'Sab'), ('-', ''), ('respon-', 'respon'), ('dif-', 'dif'), ('-', ''), ('an-', 'an')]
ST18811208-V07-46-page8.txt: [('lit-', 'lit'), ('state-', 'state'), ('-', '')]
ST18811208-V07-46-page9.txt: [('chil-', 'chil'), ('per-', 'per')]
ST18811215-V07-47-page1.txt: [('vio-', 'vio'), ('cloth-', 'cloth'), ('sin-', 'sin'), ('stub-', 'stub'), ('be-', 'be')]
ST18811215-V07-47-page10.txt: [('announce-', 'announce'), ('coml-', 'coml'), ('contri-', 'contri')]
ST18811215-V07-47-page11.txt: [('-On', 'On'), ('-', ''), ('-As', 'As'), ('-Selected.', 'Selected.'), ('-A', 'A'), ('de-', 'de'), ('-', ''), ('-Michigan', 'Michigan'), ('-Colonel', 'Colonel'), ('-', ''), ('-The', 'The'), ('De-', 'De'), ('seri-', 'seri'), ('chil-', 'chil'), ('-During', 'During'), ('-A', 'A'), ('gen-', 'gen'), ('-Ex-Senator', 'Ex-Senator'), ('-', ''), ('coun-', 'coun'), ('-Dr.', 'Dr.'), ('con-', 'con'), ('-', ''), ('-', ''), ('-Land', 'Land'), ('-The', 'The'), ('-General', 'General'), ('-The', 'The'), ('-The', 'The'), ('justi-', 'justi'), ('-The', 'The'), ('-It', 'It'), ('-Herr', 'Herr'), ('-Four', 'Four'), ('with-', 'with'), ('-', ''), ('-The', 'The'), ('-A', 'A')]
ST18811215-V07-47-page12.txt: [('con-', 'con'), ('peo-', 'peo'), ('la-', 'la'), ('-', ''), ('-', ''), ('-', ''), ('--OR', '-OR')]
ST18811215-V07-47-page2.txt: [('personifi-', 'personifi'), ('posses-', 'posses'), ('reve-', 'reve')]
ST18811215-V07-47-page3.txt: [('them-', 'them'), ('back-', 'back'), ('num-', 'num'), ('-kill', 'kill'), ('neigh-', 'neigh'), ('la-', 'la'), ('be-', 'be')]
ST18811215-V07-47-page4.txt: [('dispen-', 'dispen'), ('sacri-', 'sacri'), ('trans-', 'trans')]
ST18811215-V07-47-page5.txt: [('Bene-', 'Bene')]
ST18811215-V07-47-page6.txt: [('ob-', 'ob'), ('"en-', '"en'), ('assur-', 'assur')]
ST18811215-V07-47-page7.txt: [('Trib-', 'Trib'), ('float-', 'float'), ('-', ''), ('-', ''), ('apos-', 'apos'), ('-', ''), ('-', '')]
ST18811215-V07-47-page8.txt: [('re-', 're'), ('-', ''), ('in-', 'in'), ('-', '')]
ST18811215-V07-47-page9.txt: [('-', ''), ('Amer-', 'Amer')]
ST18811222-V07-48-page1.txt: [('disas-', 'disas'), ('ac-', 'ac'), ('Sam-', 'Sam'), ('re-', 're')]
ST18811222-V07-48-page10.txt: [('Hos-', 'Hos'), ('corres-', 'corres'), ('sub-', 'sub')]
ST18811222-V07-48-page11.txt: [('-Severe', 'Severe'), ('-Twenty-five', 'Twenty-five'), ('-', ''), ('-Benjamin', 'Benjamin'), ('-', ''), ('-', ''), ('-Among', 'Among'), ('-', ''), ('-It', 'It'), ("-Fowler's", "Fowler's"), ('-Within', 'Within'), ('-', ''), ('-', ''), ('-Another', 'Another'), ('-', ''), ('-A.', 'A.'), ('-The', 'The'), ('-There', 'There'), ('-Near', 'Near'), ('-A', 'A'), ('-', ''), ('-A', 'A'), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-The', 'The'), ('arrange-', 'arrange'), ('-In', 'In'), ('tax-', 'tax'), ('con-', 'con'), ('-', ''), ('produc-', 'produc'), ('men.-', 'men.'), ('TRACTS.-', 'TRACTS.'), ('-The', 'The'), ('Judgment-', 'Judgment'), ('-The', 'The')]
ST18811222-V07-48-page12.txt: [('Test-', 'Test'), ('utter-', 'utter'), ('Hand-', 'Hand'), ('Cony-', 'Cony'), ('seek-', 'seek'), ('-', ''), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Cus-', 'Cus')]
ST18811222-V07-48-page13.txt: [('Ques-', 'Ques'), ('Condi-', 'Condi'), ('Obits-', 'Obits'), ('Ad-', 'Ad'), ('Lazarus-', 'Lazarus'), ('Sabbath-', 'Sabbath'), ('-', ''), ('Pun-', 'Pun'), ('Read-', 'Read'), ('Immor-', 'Immor')]
ST18811222-V07-48-page14.txt: [('Might-', 'Might'), ('Camp-', 'Camp'), ('-six', 'six'), ('-', ''), ('num-', 'num'), ('Burn-', 'Burn'), ('-Heb.', 'Heb.'), ('Sec-', 'Sec'), ('Sci-', 'Sci'), ('-eat', 'eat')]
ST18811222-V07-48-page2.txt: [('-', ''), ('-', ''), ('road."--', 'road."-'), ('-bid.', 'bid.'), ('human-', 'human'), ('-', ''), ('utter-', 'utter'), ('Cleve-', 'Cleve'), ('Ba-', 'Ba'), ('im-', 'im'), ('leav-', 'leav'), ('-', ''), ('-', ''), ('igno-', 'igno'), ('Southamp-', 'Southamp')]
ST18811222-V07-48-page3.txt: [('So-and-', 'So-and'), ('pro-', 'pro'), ('--.', '-.'), ('carpen-', 'carpen'), ('vil-', 'vil'), ('nothing-', 'nothing'), ('Sun-', 'Sun'), ('Hear-', 'Hear')]
ST18811222-V07-48-page4.txt: [('-', ''), ('knowl-', 'knowl'), ('con-', 'con'), ('-', ''), ('re-', 're'), ('pro-', 'pro'), ('-', '')]
ST18811222-V07-48-page5.txt: [('Healed-', 'Healed'), ('-', ''), ('-', ''), ('pro-', 'pro'), ('dili-', 'dili'), ('-of', 'of'), ('SABBATH-', 'SABBATH'), ('perplexi-', 'perplexi'), ('con-', 'con'), ('dis-', 'dis'), ('-of', 'of'), ('-of', 'of'), ('at-', 'at'), ('-of', 'of'), ('-of', 'of'), ('pro-', 'pro'), ('-therefore', 'therefore'), ('advan-', 'advan'), ('en-', 'en'), ('su-', 'su'), ('-to', 'to'), ('anath-', 'anath')]
ST18811222-V07-48-page6.txt: [('-', ''), ('mes-', 'mes'), ('-', ''), ('-', ''), ('--', '-'), ('na-', 'na'), ('inspi-', 'inspi'), ('indiffer-', 'indiffer'), ('-', ''), ('apply-', 'apply'), ('-', ''), ('ex-', 'ex'), ('Pa-', 'Pa')]
ST18811222-V07-48-page7.txt: [('Protestant-Repub-', 'Protestant-Repub'), ('as-', 'as'), ('misap-', 'misap'), ('-', ''), ('-', ''), ('-', ''), ('Sunday-enforce-', 'Sunday-enforce')]
ST18811222-V07-48-page8.txt: [('suffer-', 'suffer'), ('-', ''), ('de-', 'de'), ('CALI-', 'CALI'), ('inade-', 'inade'), ('ex-', 'ex')]
ST18811222-V07-48-page9.txt: [('emi-', 'emi'), ('Com-', 'Com'), ('prac-', 'prac'), ('mem-', 'mem'), ('-cigarettes', 'cigarettes')]
ST18820105-V08-01-page10.txt: [('TI-', 'TI'), ('I-', 'I'), ('I-', 'I'), ('at-', 'at'), ('him-', 'him'), ('com-', 'com'), ('-Urged', 'Urged'), ('furni-', 'furni')]
ST18820105-V08-01-page11.txt: [('-', ''), ('-', ''), ('--Small-pox', '-Small-pox'), ('--During', '-During')]
ST18820105-V08-01-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820105-V08-01-page2.txt: [('-is', 'is'), ('etc."---', 'etc."--'), ('thirty-', 'thirty')]
ST18820105-V08-01-page4.txt: [('TI-', 'TI'), ('I-', 'I'), ('re-', 're'), ('atten-', 'atten'), ('legis-', 'legis'), ('Sab-', 'Sab'), ('na-', 'na'), ('any-', 'any')]
ST18820105-V08-01-page5.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820105-V08-01-page6.txt: [('-', ''), ('-', '')]
ST18820105-V08-01-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST18820105-V08-01-page8.txt: [('therefore--', 'therefore-'), ('-', ''), ('-', ''), ('-', '')]
ST18820105-V08-01-page9.txt: [('-', '')]
ST18820112-V08-02-page10.txt: [('happi-', 'happi')]
ST18820112-V08-02-page11.txt: [('-According', 'According'), ('-The', 'The'), ('-Kansas', 'Kansas'), ('-The', 'The'), ('-The', 'The'), ('-The', 'The'), ('-Mormon', 'Mormon'), ('-At', 'At'), ('-', ''), ('-Richard', 'Richard'), ('-Ex-Senator', 'Ex-Senator'), ('-The', 'The'), ('-The', 'The'), ('-The', 'The'), ('-Two', 'Two'), ('-January', 'January'), ('-The', 'The'), ('-In', 'In'), ('-Moderation', 'Moderation'), ('-Seven-tenths', 'Seven-tenths'), ('-Seven', 'Seven'), ('-It', 'It'), ('-Very', 'Very'), ('-A', 'A'), ('-During', 'During'), ('-The', 'The'), ('-', ''), ('-A', 'A'), ('-The', 'The'), ('-Postmaster', 'Postmaster'), ('-', ''), ('-A', 'A'), ('-the', 'the'), ('-Five', 'Five')]
ST18820112-V08-02-page12.txt: [('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Southamp-', 'Southamp'), ('-', '')]
ST18820112-V08-02-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18820112-V08-02-page3.txt: [('en-', 'en'), ('busi-', 'busi'), ('acknowledg-', 'acknowledg'), ('busi-', 'busi'), ('prosper-', 'prosper')]
ST18820112-V08-02-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('truth-', 'truth'), ('-', ''), ('-', ''), ('brightness-', 'brightness'), ('-', '')]
ST18820112-V08-02-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18820112-V08-02-page7.txt: [('-', ''), ('FOREVER-', 'FOREVER'), ('-', ''), ('follows--', 'follows-')]
ST18820112-V08-02-page9.txt: [('-od.', 'od.')]
ST18820119-V08-03-page10.txt: [('THE-', 'THE'), ('-', '')]
ST18820119-V08-03-page11.txt: [('--Moody', '-Moody'), ('---', '--'), ('--The', '-The'), ('--Advices', '-Advices'), ('--The', '-The'), ('-It', 'It'), ('-The', 'The'), ('-', ''), ("-'", "'")]
ST18820119-V08-03-page12.txt: [('-', ''), ('-------', '------'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820119-V08-03-page2.txt: [('right-', 'right'), ('-', ''), ('-', ''), ('-then', 'then'), ('-', ''), ('Fear-', 'Fear'), ('-', ''), ('say-', 'say'), ('op-', 'op')]
ST18820119-V08-03-page4.txt: [('hav-', 'hav'), ('agree-', 'agree')]
ST18820119-V08-03-page5.txt: [('-.chorri.', '.chorri.'), ('-', ''), ('neg-', 'neg'), ('be-', 'be'), ('-', ''), ('-Steele.', 'Steele.'), ('-', ''), ('-', ''), ('-', ''), ('-p', 'p'), ('im-', 'im'), ('-and', 'and'), ('pro-', 'pro'), ('-', ''), ('syna-', 'syna'), ('pun-', 'pun'), ('-', ''), ('-tix', 'tix'), ('Be-', 'Be'), ('-the', 'the'), ('-he', 'he'), ('indict-', 'indict'), ('noth-', 'noth'), ('fanat-', 'fanat')]
ST18820119-V08-03-page6.txt: [('remis-', 'remis'), ('pa-', 'pa'), ('con-', 'con'), ('holi-', 'holi'), ('fu-', 'fu')]
ST18820119-V08-03-page7.txt: [('TI-', 'TI'), ('-', ''), ('-an', 'an'), ('-', ''), ('-us', 'us'), ('-', ''), ('-', '')]
ST18820119-V08-03-page8.txt: [('-', '')]
ST18820119-V08-03-page9.txt: [('-as', 'as'), ('-', ''), ('ac-', 'ac'), ('guar-', 'guar'), ('-', ''), ('strength-', 'strength'), ('inex-', 'inex'), ('in-', 'in'), ('--', '-'), ('prayer-', 'prayer')]
ST18820126-V08-04-page1.txt: [('obe-', 'obe'), ('-', '')]
ST18820126-V08-04-page11.txt: [('-', ''), ('-The', 'The'), ('--A', '-A'), ('--The', '-The'), ('-', ''), ("-'", "'")]
ST18820126-V08-04-page12.txt: [('-ELI', 'ELI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-k', 'k'), ('Southamp-', 'Southamp'), ('TI-', 'TI'), ('I-', 'I'), ("-.'ht", ".'ht"), ("'-", "'"), ('mor-', 'mor')]
ST18820126-V08-04-page2.txt: [('--to', '-to'), ('Him-', 'Him'), ('politi-', 'politi'), ('re-', 're')]
ST18820126-V08-04-page4.txt: [('TI-', 'TI'), ('-', ''), ('TI-', 'TI'), ('reme-', 'reme'), ('crea-', 'crea'), ('Chris-', 'Chris'), ('rec-', 'rec'), ('command-', 'command'), ('govern-', 'govern'), ('CONSTITU-', 'CONSTITU'), ('deposi-', 'deposi'), ('Con-', 'Con')]
ST18820126-V08-04-page5.txt: [('-', ''), ('-swore', 'swore')]
ST18820126-V08-04-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820126-V08-04-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820126-V08-04-page8.txt: [('-', '')]
ST18820126-V08-04-page9.txt: [('-', '')]
ST18820202-V08-05-page11.txt: [('-', ''), ('States-', 'States'), ('-', '')]
ST18820202-V08-05-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820202-V08-05-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('that-', 'that'), ('-', ''), ('-are', 'are'), ('one.-', 'one.'), ('-', ''), ('-', '')]
ST18820202-V08-05-page3.txt: [('THE-', 'THE'), ('atmos-', 'atmos')]
ST18820202-V08-05-page5.txt: [('-', ''), ('-and', 'and')]
ST18820202-V08-05-page6.txt: [('-', ''), ('-', ''), ('Nethi-', 'Nethi'), ('hear-', 'hear'), ('Re-', 'Re'), ('in-', 'in'), ('-', ''), ('-', ''), ('accom-', 'accom'), ('-', '')]
ST18820202-V08-05-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-the', 'the')]
ST18820202-V08-05-page8.txt: [('-', '')]
ST18820209-V08-06-page11.txt: [('-Should', 'Should'), ('paper-', 'paper')]
ST18820209-V08-06-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820209-V08-06-page2.txt: [('-', ''), ('-', '')]
ST18820209-V08-06-page3.txt: [('-to', 'to')]
ST18820209-V08-06-page4.txt: [('-resented', 'resented')]
ST18820209-V08-06-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820209-V08-06-page7.txt: [('-', ''), ('-had', 'had'), ('-', '')]
ST18820209-V08-06-page8.txt: [('-', '')]
ST18820216-V08-07-page1.txt: [('-', ''), ('the-', 'the')]
ST18820216-V08-07-page11.txt: [('-A', 'A'), ('-There', 'There'), ('-The', 'The'), ('-A', 'A'), ('-A', 'A'), ('-Bishop', 'Bishop'), ('-The', 'The'), ('-Anti-polygamy', 'Anti-polygamy'), ('-The', 'The'), ('-A', 'A'), ('-', ''), ('-The', 'The'), ('-A', 'A'), ('-A', 'A'), ('-A', 'A'), ('-The', 'The'), ('-It', 'It'), ('-A', 'A'), ('-The', 'The'), ('-Gen.', 'Gen.'), ('-Governor', 'Governor'), ('-The', 'The'), ('-', ''), ('-Decisive', 'Decisive'), ('-The', 'The'), ('-At', 'At'), ('-The', 'The'), ('-A', 'A'), ('-Land', 'Land'), ('-A', 'A'), ('-By', 'By'), ('-A', 'A'), ('-Three', 'Three'), ('-Frederick', 'Frederick'), ('-When', 'When'), ('-New', 'New'), ('-At', 'At'), ('-General', 'General')]
ST18820216-V08-07-page12.txt: [('-', ''), ('Southamp-', 'Southamp')]
ST18820216-V08-07-page4.txt: [('-', ''), ('-THE', 'THE')]
ST18820216-V08-07-page5.txt: [('-', ''), ('-', '')]
ST18820216-V08-07-page6.txt: [('-', ''), ('ANSWERS.-', 'ANSWERS.')]
ST18820216-V08-07-page7.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820216-V08-07-page8.txt: [('insignifi-', 'insignifi')]
ST18820223-V08-08-page1.txt: [('there-', 'there')]
ST18820223-V08-08-page12.txt: [('-page', 'page'), ('-', ''), ('-in', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--OR-', '-OR-')]
ST18820223-V08-08-page2.txt: [('-against', 'against')]
ST18820223-V08-08-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-would', 'would')]
ST18820223-V08-08-page4.txt: [('sixty-', 'sixty'), ('-', ''), ('-', ''), ('c.-', 'c.'), ('re-', 're'), ('Carolo-', 'Carolo')]
ST18820223-V08-08-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--oud', '-oud')]
ST18820223-V08-08-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('iden-', 'iden')]
ST18820223-V08-08-page7.txt: [('SIG-', 'SIG'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820223-V08-08-page8.txt: [('misAon-', 'misAon')]
ST18820223-V08-08-page9.txt: [('-', ''), ('"Mr.--', '"Mr.-')]
ST18820302-V08-09-page11.txt: [('-', ''), ('--An', '-An'), ('-One', 'One'), ('-', ''), ('Re-', 'Re'), ('intel-', 'intel'), ('TRACTS.-', 'TRACTS.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Con-', 'Con')]
ST18820302-V08-09-page12.txt: [('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820302-V08-09-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820302-V08-09-page3.txt: [('-', ''), ('gov-', 'gov')]
ST18820302-V08-09-page4.txt: [('-', '')]
ST18820302-V08-09-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-Clarke.', 'Clarke.')]
ST18820302-V08-09-page6.txt: [('-', ''), ('L--', 'L-')]
ST18820302-V08-09-page7.txt: [('-them', 'them'), ('-', ''), ('-rather', 'rather'), ('-', ''), ('-', ''), ('-', '')]
ST18820302-V08-09-page8.txt: [('-alone', 'alone'), ('in-', 'in')]
ST18820302-V08-09-page9.txt: [('-', ''), ('t-', 't'), ('t-', 't')]
ST18820309-V08-10-page1.txt: [('--Wm.', '-Wm.'), ('-', ''), ('-', '')]
ST18820309-V08-10-page11.txt: [('-A', 'A'), ('-The', 'The'), ('-An', 'An'), ('-The', 'The'), ('-A', 'A'), ('-Count', 'Count'), ('-Eight', 'Eight'), ('-Mrs.', 'Mrs.'), ('-Professor', 'Professor'), ('-The', 'The'), ('-The', 'The'), ('-According', 'According'), ('-a', 'a'), ('-In', 'In'), ('-The', 'The'), ('-A', 'A'), ('-A', 'A'), ('-The', 'The'), ('-The', 'The'), ('-The', 'The'), ('-The', 'The'), ('-During', 'During'), ('-By', 'By'), ('-President', 'President'), ('-In', 'In'), ('-One', 'One'), ('-February', 'February'), ('-It', 'It'), ('-', ''), ('-Ten', 'Ten'), ('-In', 'In'), ('-On', 'On'), ('-It', 'It'), ('-The', 'The'), ('-A', 'A'), ('-A', 'A'), ('-A', 'A'), ('-A', 'A'), ('-The', 'The'), ('-A', 'A'), ('-Saturday', 'Saturday'), ('-According', 'According')]
ST18820309-V08-10-page12.txt: [('ours--', 'ours-'), ('-be', 'be'), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820309-V08-10-page3.txt: [('-', ''), ('I-', 'I'), ('-', ''), ('-yet', 'yet')]
ST18820309-V08-10-page4.txt: [('con-', 'con'), ('over-', 'over'), ('es-', 'es'), ('intel-', 'intel')]
ST18820309-V08-10-page5.txt: [('-on', 'on'), ('com-', 'com')]
ST18820309-V08-10-page6.txt: [('-', ''), ('-', '')]
ST18820309-V08-10-page7.txt: [('-the', 'the'), ('-', ''), ('-', '')]
ST18820309-V08-10-page8.txt: [('-', '')]
ST18820316-V08-11-page1.txt: [('-"', '"')]
ST18820316-V08-11-page10.txt: [('TI-', 'TI')]
ST18820316-V08-11-page11.txt: [('-i', 'i'), ('-', ''), ('--At', '-At'), ('--The', '-The'), ('-on', 'on'), ('-', ''), ('--Bradlaugh', '-Bradlaugh')]
ST18820316-V08-11-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820316-V08-11-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820316-V08-11-page5.txt: [('-', ''), ('-', '')]
ST18820316-V08-11-page6.txt: [('-', '')]
ST18820316-V08-11-page7.txt: [('-', ''), ('-those', 'those'), ('-', '')]
ST18820323-V08-12-page10.txt: [('TI-', 'TI'), ('-', '')]
ST18820323-V08-12-page11.txt: [('--The', '-The')]
ST18820323-V08-12-page12.txt: [('-', ''), ('-----', '----'), ('-', '')]
ST18820323-V08-12-page2.txt: [('-at', 'at')]
ST18820323-V08-12-page3.txt: [('-', ''), ('good-', 'good'), ('sol-', 'sol'), ('ob-', 'ob'), ('re-', 're')]
ST18820323-V08-12-page5.txt: [('dozen.-', 'dozen.'), ('-', '')]
ST18820323-V08-12-page6.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', '')]
ST18820323-V08-12-page9.txt: [('--S.', '-S.'), ('-', ''), ('-', '')]
ST18820330-V08-13-page1.txt: [('-PP"', 'PP"'), ('-ie', 'ie'), ('-by', 'by')]
ST18820330-V08-13-page10.txt: [('-OF', 'OF'), ('-', '')]
ST18820330-V08-13-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820330-V08-13-page2.txt: [('-', '')]
ST18820330-V08-13-page3.txt: [('C-', 'C'), ('I--', 'I-')]
ST18820330-V08-13-page4.txt: [('him-', 'him'), ('at-', 'at'), ('sym-', 'sym'), ('coun-', 'coun')]
ST18820330-V08-13-page5.txt: [('-', ''), ('-', ''), ('-a', 'a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820330-V08-13-page6.txt: [('thank-', 'thank'), ('-i', 'i')]
ST18820330-V08-13-page8.txt: [('TI-', 'TI'), ('-', '')]
ST18820403-V08-14-page1.txt: [('-experiences.', 'experiences.')]
ST18820403-V08-14-page10.txt: [('-now', 'now')]
ST18820403-V08-14-page11.txt: [('-certainly', 'certainly'), ('--Cornelius', '-Cornelius'), ('--The', '-The'), ('-Only', 'Only'), ('--Public', '-Public'), ('-to', 'to'), ('-', '')]
ST18820403-V08-14-page12.txt: [('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-')]
ST18820403-V08-14-page2.txt: [('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820403-V08-14-page3.txt: [('-', '')]
ST18820403-V08-14-page4.txt: [('king-', 'king'), ('bounds-', 'bounds'), ('-', ''), ('Alex-', 'Alex'), ('ac-', 'ac'), ('con-', 'con'), ('Ptol-', 'Ptol'), ('pro-', 'pro'), ('-', ''), ('Em-', 'Em'), ('Anti-', 'Anti'), ('there-', 'there'), ('Alexan-', 'Alexan'), ('bus-', 'bus')]
ST18820403-V08-14-page5.txt: [('Sabbath-', 'Sabbath'), ('-the', 'the')]
ST18820403-V08-14-page6.txt: [('-', ''), ('-', '')]
ST18820403-V08-14-page7.txt: [('Poly-', 'Poly')]
ST18820403-V08-14-page8.txt: [('-', ''), ('-', ''), ('pres-', 'pres')]
ST18820403-V08-14-page9.txt: [('SIG-', 'SIG'), ('.-', '.'), ('-', ''), ('-', ''), ('.-', '.'), ('-', '')]
ST18820413-V08-15-page10.txt: [('--"', '-"')]
ST18820413-V08-15-page11.txt: [('I-', 'I'), ('-but', 'but'), ('--Another', '-Another'), ('----The', '---The')]
ST18820413-V08-15-page12.txt: [('--', '-'), ('------', '-----'), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('-far', 'far')]
ST18820413-V08-15-page2.txt: [('-', '')]
ST18820413-V08-15-page3.txt: [('-', ''), ('-', '')]
ST18820413-V08-15-page4.txt: [('--Christian', '-Christian')]
ST18820413-V08-15-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST18820413-V08-15-page6.txt: [('-', ''), ('-yours', 'yours'), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', '')]
ST18820413-V08-15-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820413-V08-15-page8.txt: [('-', ''), ('where-', 'where'), ('corn-', 'corn'), ('be-', 'be'), ('men-', 'men'), ('peo-', 'peo'), ('-', ''), ('vil-', 'vil')]
ST18820413-V08-15-page9.txt: [('littler-I-', 'littler-I'), ('-die', 'die')]
ST18820420-V08-16-page11.txt: [('--Governor', '-Governor'), ('-and', 'and'), ('.North-', '.North'), ('--In', '-In'), ('re-', 're'), ('-', ''), ("-'", "'"), ('TRACTS.-', 'TRACTS.')]
ST18820420-V08-16-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-----', '----'), ('-', ''), ('-', ''), ('-OR-', 'OR-')]
ST18820420-V08-16-page2.txt: [('ascertain-', 'ascertain'), ('-', ''), ('-', ''), ('Chris-', 'Chris'), ('-ostensible', 'ostensible'), ('-', ''), ('self-', 'self')]
ST18820420-V08-16-page3.txt: [('-', '')]
ST18820420-V08-16-page5.txt: [('Sin-', 'Sin'), ('for-', 'for'), ('val-', 'val'), ('year.-', 'year.'), ('ju-', 'ju'), ('de-', 'de'), ('res-', 'res'), ('preced-', 'preced'), ('-', ''), ('pos-', 'pos'), ('overvalu-', 'overvalu'), ('TI-', 'TI'), ('-tws', 'tws'), ('-I', 'I'), ('-when', 'when'), ('dis-', 'dis'), ('-', ''), ('ob-', 'ob'), ('pres-', 'pres')]
ST18820420-V08-16-page6.txt: [('-', ''), ('Chris-', 'Chris'), ('hal-', 'hal'), ('ex-', 'ex')]
ST18820420-V08-16-page7.txt: [('TI-', 'TI'), ('-', ''), ('un-', 'un'), ('be-', 'be')]
ST18820420-V08-16-page9.txt: [('to-day.---', 'to-day.--'), ('-', ''), ('-', '')]
ST18820427-V08-17-page10.txt: [('-', ''), ('-he', 'he')]
ST18820427-V08-17-page11.txt: [('-has', 'has'), ('--The', '-The'), ("loggers'-", "loggers'"), ('TRACTS.-', 'TRACTS.')]
ST18820427-V08-17-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820427-V08-17-page2.txt: [('-', ''), ('-', '')]
ST18820427-V08-17-page3.txt: [('-', ''), ('-', ''), ('-The', 'The')]
ST18820427-V08-17-page4.txt: [('-then', 'then'), ('--', '-'), ('-', ''), ('-', '')]
ST18820427-V08-17-page5.txt: [('I-', 'I'), ('-', ''), ('-in', 'in'), ('-', ''), ('ob-', 'ob'), ('-Bible', 'Bible'), ('Gali-', 'Gali'), ('accom-', 'accom'), ('child-', 'child')]
ST18820427-V08-17-page6.txt: [('-', '')]
ST18820427-V08-17-page7.txt: [('-Redeemer', 'Redeemer')]
ST18820427-V08-17-page8.txt: [('-sivolpolaad', 'sivolpolaad'), ('chil-', 'chil')]
ST18820504-V08-18-page1.txt: [('-Lb', 'Lb')]
ST18820504-V08-18-page10.txt: [('REST-', 'REST')]
ST18820504-V08-18-page11.txt: [('--', '-'), ('-True', 'True'), ('-The', 'The'), ('-', ''), ('Alcohol.-', 'Alcohol.'), ('-Pork', 'Pork'), ('-', ''), ('TRACTS.-', 'TRACTS.'), ('-Can', 'Can'), ('-Is', 'Is'), ('-Is', 'Is'), ('-The', 'The'), ('Abrogated-', 'Abrogated'), ('-Moody', 'Moody'), ('-Mr.', 'Mr.'), ('-The', 'The'), ('-A', 'A'), ('-A', 'A'), ('-Says', 'Says'), ('-A', 'A'), ('-A', 'A'), ('-But', 'But'), ('-"', '"'), ('-The', 'The'), ('-Three', 'Three'), ('-The', 'The'), ('-It', 'It'), ('-The', 'The'), ('-Dr.', 'Dr.'), ('-The', 'The'), ('-J.', 'J.'), ('-Chicago', 'Chicago'), ('-The', 'The'), ('-A', 'A'), ('-The', 'The'), ('-The', 'The'), ('-A', 'A'), ('-The', 'The'), ('-A', 'A'), ('-A', 'A'), ('-Pinkeye', 'Pinkeye'), ('-The', 'The'), ('-Heavy', 'Heavy'), ('-The', 'The'), ('-In', 'In'), ('-It', 'It'), ('-There', 'There'), ('-Last', 'Last'), ('-Two', 'Two'), ('-A', 'A'), ('-An', 'An'), ('-Some', 'Some'), ('-The', 'The'), ('-', ''), ('-The', 'The'), ('-.', '.')]
ST18820504-V08-18-page12.txt: [('.at-', '.at'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('OR--', 'OR-'), ('-', ''), ('-June', 'June'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('-', '')]
ST18820504-V08-18-page2.txt: [('evi-', 'evi'), ('popu-', 'popu'), ('-', ''), ('-', ''), ('re-', 're'), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('com.-', 'com.'), ('-', ''), ('-', ''), ('sub-', 'sub'), ('vio-', 'vio'), ('-', ''), ('Nev-', 'Nev'), ('-', ''), ('imme-', 'imme')]
ST18820504-V08-18-page3.txt: [('-TE', 'TE'), ('--', '-'), ('By-', 'By')]
ST18820504-V08-18-page6.txt: [('-', ''), ('"-', '"'), ('-', '')]
ST18820504-V08-18-page7.txt: [('I-', 'I')]
ST18820504-V08-18-page8.txt: [('I-', 'I'), ('--those', '-those')]
ST18820518-V08-19-page1.txt: [('-Reading', 'Reading'), ('con-', 'con'), ('de-', 'de')]
ST18820518-V08-19-page10.txt: [('-', '')]
ST18820518-V08-19-page11.txt: [('-', '')]
ST18820518-V08-19-page12.txt: [('-', ''), ('-', ''), ('-June', 'June'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('stud-', 'stud'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Eintel-', 'Eintel')]
ST18820518-V08-19-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('institu-', 'institu')]
ST18820518-V08-19-page3.txt: [('-', ''), ('-', ''), ('estab-', 'estab'), ('ob-', 'ob'), ('signifi-', 'signifi'), ('por-', 'por'), ('objec-', 'objec'), ('there-', 'there')]
ST18820518-V08-19-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820518-V08-19-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--a', '-a')]
ST18820518-V08-19-page6.txt: [('--', '-'), ('-', ''), ('-', '')]
ST18820518-V08-19-page7.txt: [('-', ''), ('-', '')]
ST18820518-V08-19-page9.txt: [('TI-', 'TI'), ('argu-', 'argu')]
ST18820525-V08-20-page1.txt: [('capabilities-', 'capabilities'), ('fut-', 'fut'), ('even-', 'even')]
ST18820525-V08-20-page10.txt: [('--Observer.', '-Observer.')]
ST18820525-V08-20-page11.txt: [('-', ''), ('-The', 'The'), ('-A', 'A'), ('-A', 'A'), ('-Thirty-seven', 'Thirty-seven'), ('-', ''), ('-The', 'The'), ('-A', 'A'), ('-The', 'The'), ('-Two', 'Two'), ('-There', 'There'), ('-A', 'A'), ('-Surveys', 'Surveys'), ('-It', 'It'), ('-About', 'About'), ('-A', 'A'), ('-The', 'The'), ('-A', 'A'), ('-It', 'It'), ('-The', 'The'), ('-A', 'A'), ('-During', 'During'), ('-One', 'One'), ('-In', 'In'), ('-A', 'A'), ('-In', 'In'), ('-It', 'It'), ('-Six', 'Six'), ('-Chicago', 'Chicago'), ('-In', 'In'), ('-The', 'The'), ('-Des', 'Des'), ('-An', 'An'), ('-During', 'During'), ('-Lieutenant', 'Lieutenant'), ('-One', 'One'), ('-The', 'The'), ('-', ''), ('-An', 'An'), ('-A', 'A'), ('-A', 'A'), ('-It', 'It'), ('-Mr.', 'Mr.'), ('-A', 'A'), ('-The', 'The'), ('-It', 'It'), ('-', '')]
ST18820525-V08-20-page12.txt: [('-June', 'June'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Southamp-', 'Southamp')]
ST18820525-V08-20-page2.txt: [('for-', 'for'), ('-', ''), ('chil-', 'chil'), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('establish-', 'establish'), ('-', ''), ('over-', 'over')]
ST18820525-V08-20-page3.txt: [('-', '')]
ST18820525-V08-20-page4.txt: [('Christen-', 'Christen'), ('be-', 'be'), ('ecclesi-', 'ecclesi'), ('ex-', 'ex'), ('en-', 'en'), ('apply-', 'apply'), ('dis-', 'dis'), ('un-', 'un'), ('right-', 'right'), ('en-', 'en'), ('in-', 'in')]
ST18820525-V08-20-page5.txt: [('Sabbath-', 'Sabbath')]
ST18820525-V08-20-page8.txt: [('of-', 'of'), ('-', ''), ('-', '')]
ST18820525-V08-20-page9.txt: [('-J.', 'J.'), ('.-', '.'), ('-...-', '...-'), ('-', ''), ('-you', 'you')]
ST18820601-V08-21-page1.txt: [('worse--', 'worse-'), ('char-', 'char')]
ST18820601-V08-21-page11.txt: [('-', ''), ('-', ''), ("-'", "'")]
ST18820601-V08-21-page12.txt: [('-', ''), ('-"', '"'), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('---', '--'), ('-', '')]
ST18820601-V08-21-page2.txt: [('-', ''), ('-', '')]
ST18820601-V08-21-page3.txt: [('dis-', 'dis'), ('distinc-', 'distinc'), ('con-', 'con')]
ST18820601-V08-21-page5.txt: [('-abounds', 'abounds'), ('-', '')]
ST18820601-V08-21-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820601-V08-21-page7.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820601-V08-21-page8.txt: [('-', '')]
ST18820601-V08-21-page9.txt: [('-use', 'use')]
ST18820608-V08-22-page1.txt: [('-Pre', 'Pre'), ('-zed', 'zed'), ('hon-', 'hon')]
ST18820608-V08-22-page10.txt: [('i-', 'i')]
ST18820608-V08-22-page11.txt: [('-At', 'At'), ('-Six', 'Six'), ('-The', 'The'), ('-For', 'For'), ('-A', 'A'), ('-The', 'The'), ('-General', 'General'), ('-The', 'The'), ('-There', 'There'), ('-The', 'The'), ('-', ''), ('-About', 'About'), ('-It', 'It'), ('-The', 'The'), ('--General', '-General'), ('-Every', 'Every'), ('-Dr.', 'Dr.'), ('-The', 'The'), ('-Infant', 'Infant'), ('-Christian', 'Christian'), ('-The', 'The'), ('-Mr.', 'Mr.'), ('-It', 'It'), ('-The', 'The'), ('-Seven', 'Seven'), ('-Frank', 'Frank'), ('-May', 'May'), ('-A', 'A'), ('-Dr.', 'Dr.'), ('-Extensive', 'Extensive'), ('-Curtis', 'Curtis'), ('-The', 'The'), ('-The', 'The'), ('-Bishop', 'Bishop')]
ST18820608-V08-22-page12.txt: [('-"', '"'), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820608-V08-22-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18820608-V08-22-page3.txt: [('TI-', 'TI'), ('-', '')]
ST18820608-V08-22-page4.txt: [('TI-', 'TI'), ('nat-', 'nat')]
ST18820608-V08-22-page5.txt: [('-', '')]
ST18820608-V08-22-page6.txt: [('-', ''), ('-', '')]
ST18820608-V08-22-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('eh-', 'eh')]
ST18820608-V08-22-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820615-V08-23-page1.txt: [('-', '')]
ST18820615-V08-23-page10.txt: [('TIII-', 'TIII'), ('TI-', 'TI')]
ST18820615-V08-23-page11.txt: [('in-', 'in'), ('-', '')]
ST18820615-V08-23-page12.txt: [('-', ''), ('-July', 'July'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820615-V08-23-page2.txt: [('-When', 'When'), ('-', ''), ('-', '')]
ST18820615-V08-23-page3.txt: [('-', '')]
ST18820615-V08-23-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18820615-V08-23-page5.txt: [('cer-', 'cer')]
ST18820615-V08-23-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820615-V08-23-page7.txt: [('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-orn', 'orn'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820615-V08-23-page8.txt: [('T--', 'T-'), ('-', '')]
ST18820622-V08-24-page10.txt: [('-we', 'we')]
ST18820622-V08-24-page11.txt: [('TRACTS.-', 'TRACTS.'), ('-', ''), ("-'", "'")]
ST18820622-V08-24-page12.txt: [('-', ''), ('-July', 'July'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-oR-', 'oR-'), ('Southamp-', 'Southamp')]
ST18820622-V08-24-page2.txt: [('-', ''), ('-', ''), ('-word', 'word'), ('-', '')]
ST18820622-V08-24-page3.txt: [('alto-', 'alto'), ('reign-', 'reign'), ('strenu-', 'strenu'), ('im-', 'im')]
ST18820622-V08-24-page4.txt: [('-reign', 'reign'), ('COM-', 'COM'), ('controll-', 'controll'), ('orig-', 'orig'), ('friend-', 'friend'), ('real--', 'real-'), ('-', ''), ('thou-', 'thou'), ('Tur-', 'Tur')]
ST18820622-V08-24-page5.txt: [('-', ''), ('-Who', 'Who'), ('-the', 'the'), ('-attention', 'attention'), ('-', ''), ('-', ''), ('-', ''), ('-had', 'had'), ('-thy', 'thy')]
ST18820622-V08-24-page6.txt: [('-', ''), ('-consecration', 'consecration')]
ST18820622-V08-24-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST18820622-V08-24-page8.txt: [('-', '')]
ST18820622-V08-24-page9.txt: [('--', '-'), ('.-', '.')]
ST18820629-V08-25-page10.txt: [('be-', 'be'), ('-I', 'I'), ('per-', 'per'), ('trans-', 'trans'), ('righteous-', 'righteous'), ('out-', 'out')]
ST18820629-V08-25-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--The', '-The')]
ST18820629-V08-25-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820629-V08-25-page2.txt: [('con-', 'con'), ('-possession', 'possession'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820629-V08-25-page3.txt: [('new-', 'new'), ('-', ''), ('propor-', 'propor')]
ST18820629-V08-25-page4.txt: [('-Which', 'Which'), ('-Restore', 'Restore')]
ST18820629-V08-25-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST18820629-V08-25-page6.txt: [('-', ''), ('bap-', 'bap')]
ST18820629-V08-25-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('minis-', 'minis'), ('Ne-', 'Ne')]
ST18820629-V08-25-page8.txt: [('-', ''), ('-', '')]
ST18820629-V08-25-page9.txt: [('-.', '.'), ('a-', 'a'), ('Attend-', 'Attend'), ('school-', 'school'), ('read-', 'read'), ('in-', 'in'), ('-', ''), ('did-', 'did'), ('Scandina-', 'Scandina'), ('ob-', 'ob'), ('-------', '------'), ('--------', '-------'), ('----', '---')]
ST18820713-V08-26-page1.txt: [('-', '')]
ST18820713-V08-26-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820713-V08-26-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST18820713-V08-26-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Unto', 'Unto')]
ST18820713-V08-26-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-pleasures', 'pleasures')]
ST18820713-V08-26-page4.txt: [('THE-', 'THE'), ('con-', 'con'), ('king-', 'king'), ('-which', 'which'), ('ever-', 'ever'), ('Dan-', 'Dan'), ('insep-', 'insep'), ('short-', 'short'), ('-', '')]
ST18820713-V08-26-page5.txt: [('inter-', 'inter'), ('infor-', 'infor'), ('unreason-', 'unreason'), ('acknowl-', 'acknowl'), ('SO-', 'SO'), ('-', ''), ('counte-', 'counte'), ('-', ''), ('Chris-', 'Chris'), ('y-', 'y'), ('de-', 'de'), ('-', ''), ('flip-', 'flip'), ('intel-', 'intel'), ('refer-', 'refer'), ('vol-', 'vol'), ('cog-', 'cog'), ('house-', 'house')]
ST18820713-V08-26-page6.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820713-V08-26-page7.txt: [('--', '-'), ('W--', 'W-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820713-V08-26-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST18820713-V08-26-page9.txt: [('-', ''), ('-', '')]
ST18820720-V08-27-page1.txt: [('offering-', 'offering'), ('-', ''), ('manifested-', 'manifested')]
ST18820720-V08-27-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--OR', '-OR')]
ST18820720-V08-27-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST18820720-V08-27-page2.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', '')]
ST18820720-V08-27-page3.txt: [('bet-', 'bet'), ('sol-', 'sol'), ('prom-', 'prom'), ('ex-', 'ex'), ('dan-', 'dan'), ('judg-', 'judg'), ('pes-', 'pes'), ('corn-', 'corn'), ('misim-', 'misim'), ('Ger-', 'Ger'), ('be-', 'be'), ('cap-', 'cap'), ('cen-', 'cen'), ('bon-', 'bon')]
ST18820720-V08-27-page4.txt: [('Scien-', 'Scien'), ('immedi-', 'immedi'), ('deliv-', 'deliv')]
ST18820720-V08-27-page5.txt: [('dis-', 'dis'), ('-', ''), ('corn-', 'corn'), ('inves-', 'inves'), ('-horse', 'horse'), ('con-', 'con'), ('-', ''), ('be-', 'be'), ('-.', '.'), ('bugle-', 'bugle'), ('Q.--', 'Q.-'), ('-', ''), ('-school', 'school'), ('I-', 'I')]
ST18820720-V08-27-page6.txt: [('-', ''), ('-', ''), ('pre-', 'pre')]
ST18820720-V08-27-page7.txt: [('-', ''), ('-', ''), ('.-', '.'), ('-cov-enant', 'cov-enant')]
ST18820720-V08-27-page8.txt: [('dis-', 'dis'), ('care-', 'care'), ('commun-', 'commun'), ('Congregational-', 'Congregational')]
ST18820720-V08-27-page9.txt: [('Life-', 'Life')]
ST18820727-V08-28-page1.txt: [('.--', '.-')]
ST18820727-V08-28-page11.txt: [('TI-II-', 'TI-II'), ('-', ''), ('th-', 'th')]
ST18820727-V08-28-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-')]
ST18820727-V08-28-page2.txt: [('-', '')]
ST18820727-V08-28-page3.txt: [('-behold', 'behold'), ('inherit-', 'inherit')]
ST18820727-V08-28-page4.txt: [('termin-', 'termin'), ('expec-', 'expec')]
ST18820727-V08-28-page5.txt: [('Tm-', 'Tm'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820727-V08-28-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820727-V08-28-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST18820727-V08-28-page9.txt: [('-', '')]
ST18820803-V08-29-page1.txt: [('-had', 'had')]
ST18820803-V08-29-page11.txt: [('-i', 'i'), ('-', ''), ('--Nebraska', '-Nebraska'), ('--It', '-It'), ('--More', '-More'), ('--Another', '-Another'), ('--The', '-The')]
ST18820803-V08-29-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820803-V08-29-page2.txt: [('judg-', 'judg'), ('-to', 'to'), ('-again', 'again'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820803-V08-29-page3.txt: [('-all', 'all'), ('-', '')]
ST18820803-V08-29-page4.txt: [('dead."-', 'dead."'), ('-', ''), ('under-', 'under'), ('examin-', 'examin'), ('Script-', 'Script'), ('Chris-', 'Chris'), ('pro-', 'pro'), ('well-', 'well')]
ST18820803-V08-29-page6.txt: [('-', ''), ('-', '')]
ST18820803-V08-29-page7.txt: [('-vicked', 'vicked')]
ST18820803-V08-29-page9.txt: [('W-e-', 'W-e'), ('-', '')]
ST18820810-V08-30-page1.txt: [('-Public', 'Public'), ('-', ''), ('en-', 'en'), ('abil-', 'abil'), ('-instruction', 'instruction'), ('--powers', '-powers'), ('the.-', 'the.'), ('-', '')]
ST18820810-V08-30-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820810-V08-30-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Southamp-', 'Southamp')]
ST18820810-V08-30-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18820810-V08-30-page3.txt: [('concern-', 'concern'), ('guar-', 'guar')]
ST18820810-V08-30-page4.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-this', 'this')]
ST18820810-V08-30-page5.txt: [('-and', 'and'), ('punislamerkt---', 'punislamerkt--'), ('-again', 'again'), ('form-', 'form'), ('-uilt', 'uilt'), ('-than', 'than'), ('guilt-', 'guilt'), ('-', '')]
ST18820810-V08-30-page6.txt: [('can-', 'can'), ('-not', 'not'), ('-', ''), ('-', ''), ('-', ''), ('people-', 'people'), ('fol-', 'fol'), ('-', '')]
ST18820810-V08-30-page7.txt: [('-meeting', 'meeting'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820810-V08-30-page8.txt: [('E-', 'E')]
ST18820810-V08-30-page9.txt: [('-', ''), ('-do', 'do'), ('-', ''), ('-', '')]
ST18820817-V08-31-page1.txt: [('-ljns', 'ljns')]
ST18820817-V08-31-page11.txt: [('--A', '-A'), ('-', '')]
ST18820817-V08-31-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('v--', 'v-'), ('--', '-'), ('-', ''), ('PV-', 'PV'), ('--', '-'), ('--Ld', '-Ld'), ('a-', 'a'), ('t--', 't-'), ('-----', '----'), ('-', ''), ('-g', 'g'), ('-', ''), ('-', ''), ('L-', 'L'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-vine', 'vine'), ('-', ''), ('-', ''), ('-ges', 'ges'), ('-ter', 'ter'), ('-', ''), ('-', ''), ('-A', 'A'), ('--', '-'), ('-----', '----'), ('t--', 't-'), ('r---', 'r--'), ('-.', '.'), ('.-----', '.----'), ('I--', 'I-'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('i--', 'i-'), ('---', '--'), ('-ti-ful', 'ti-ful'), ('-', ''), ('-a-.', 'a-.'), ('-to-', 'to-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-r', 'r'), ('g--', 'g-'), ('--rn', '-rn'), ('-----', '----'), ('-', ''), ('-', ''), ('r---r--r-', 'r---r--r'), ('I--', 'I-'), ('--tr--', '-tr--'), ('-', ''), ('---', '--'), ("'do---", "'do--"), ('-', ''), ('-a', 'a'), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('Southamp-', 'Southamp'), ('-', '')]
ST18820817-V08-31-page2.txt: [('-', ''), ('-', '')]
ST18820817-V08-31-page3.txt: [('reciproca-', 'reciproca'), ('ap-', 'ap'), ('hus-', 'hus'), ('worship-', 'worship'), ('thou-', 'thou'), ('lev-', 'lev'), ('solem-', 'solem'), ('pronoune-', 'pronoune'), ('dread-', 'dread'), ('cho-', 'cho'), ('ad-', 'ad'), ('--', '-'), ('repub-', 'repub'), ('rep-', 'rep')]
ST18820817-V08-31-page4.txt: [('an-', 'an'), ('-', ''), ('-', ''), ('heart-', 'heart')]
ST18820817-V08-31-page5.txt: [('abbatit-', 'abbatit')]
ST18820817-V08-31-page6.txt: [('-', ''), ('-', ''), ('child-', 'child')]
ST18820817-V08-31-page7.txt: [('TI-', 'TI'), ('-', '')]
ST18820817-V08-31-page9.txt: [('-', '')]
ST18820824-V08-32-page1.txt: [('---', '--')]
ST18820824-V08-32-page11.txt: [('-', ''), ('-rica', 'rica'), ('-.', '.'), ('Bu-', 'Bu')]
ST18820824-V08-32-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820824-V08-32-page2.txt: [('-', ''), ('-', '')]
ST18820824-V08-32-page3.txt: [('-Work.', 'Work.')]
ST18820824-V08-32-page4.txt: [('TT-II-', 'TT-II'), ('obli-', 'obli')]
ST18820824-V08-32-page5.txt: [('TI-', 'TI'), ('-', ''), ('-', '')]
ST18820824-V08-32-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST18820824-V08-32-page8.txt: [('-', ''), ('-', '')]
ST18820824-V08-32-page9.txt: [('-foot', 'foot'), ('WELL-', 'WELL'), ('refine-', 'refine')]
ST18820831-V08-33-page1.txt: [('-', ''), ('show-', 'show'), ('obedi-', 'obedi')]
ST18820831-V08-33-page11.txt: [('-', ''), ('-of', 'of'), ('--A', '-A'), ('-off', 'off'), ('-doing', 'doing'), ('-efficiency.', 'efficiency.'), ('-be', 'be')]
ST18820831-V08-33-page12.txt: [('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-', ''), ('-OR-', 'OR-')]
ST18820831-V08-33-page2.txt: [('-', ''), ('pas-', 'pas'), ('Sabbath-', 'Sabbath'), ('minis-', 'minis'), ('du-', 'du'), ('dis-', 'dis'), ('-', '')]
ST18820831-V08-33-page3.txt: [('-', '')]
ST18820831-V08-33-page4.txt: [('mys-', 'mys')]
ST18820831-V08-33-page5.txt: [('TI-', 'TI'), ('-r', 'r'), ('-', ''), ('-', '')]
ST18820831-V08-33-page6.txt: [('-', ''), ('-', ''), ('illus-', 'illus')]
ST18820831-V08-33-page7.txt: [('-', ''), ('-authors', 'authors')]
ST18820831-V08-33-page8.txt: [('-', ''), ('Prot-', 'Prot')]
ST18820831-V08-33-page9.txt: [('-', '')]
ST18820907-V08-34-page1.txt: [('consuming--', 'consuming-'), ('judg-', 'judg'), ('trans-', 'trans'), ('er-', 'er'), ('treas-', 'treas')]
ST18820907-V08-34-page10.txt: [('b-e-', 'b-e'), ('-"', '"')]
ST18820907-V08-34-page11.txt: [('-', '')]
ST18820907-V08-34-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-OR-', 'OR-'), ('Southamp-', 'Southamp')]
ST18820907-V08-34-page13.txt: [('-', '')]
ST18820907-V08-34-page16.txt: [('-', ''), ('--', '-'), ('Southamp-', 'Southamp')]
ST18820907-V08-34-page2.txt: [('-', '')]
ST18820907-V08-34-page3.txt: [('TI-', 'TI'), ('-', '')]
ST18820907-V08-34-page4.txt: [('-', '')]
ST18820907-V08-34-page5.txt: [('-', ''), ('-Unleav-ened', 'Unleav-ened'), ('-CULTURE.', 'CULTURE.')]
ST18820907-V08-34-page6.txt: [('-', '')]
ST18820907-V08-34-page8.txt: [('lamb-', 'lamb'), ('-', ''), ('ac-', 'ac'), ('cer-', 'cer')]
ST18820914-V08-35-page1.txt: [('-', ''), ('rri--', 'rri-'), ('-I', 'I'), ('-', ''), ('-', ''), ('-', '')]
ST18820914-V08-35-page11.txt: [('-is', 'is')]
ST18820914-V08-35-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-OR-', 'OR-')]
ST18820914-V08-35-page14.txt: [('-position', 'position'), ('look-', 'look')]
ST18820914-V08-35-page15.txt: [('-who', 'who')]
ST18820914-V08-35-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820914-V08-35-page2.txt: [('TI-', 'TI'), ('-the', 'the'), ('-we', 'we'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820914-V08-35-page3.txt: [('--', '-')]
ST18820914-V08-35-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820914-V08-35-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST18820914-V08-35-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('un-', 'un')]
ST18820914-V08-35-page8.txt: [('-', '')]
ST18820914-V08-35-page9.txt: [('-', '')]
ST18820921-V08-36-page1.txt: [('breth-', 'breth')]
ST18820921-V08-36-page10.txt: [('-salt', 'salt')]
ST18820921-V08-36-page11.txt: [('--Great', '-Great')]
ST18820921-V08-36-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-on', 'on'), ('-', ''), ('-', ''), ('-', ''), ('-en', 'en'), ('-', ''), ('-', ''), ('r-F-', 'r-F'), ('-r--', 'r--'), ('--iii-', '-iii-'), ('-j', 'j'), ('ra-----', 'ra----'), ('-or', 'or'), ('--I-Tie', '-I-Tie'), ('t--', 't-'), ('-E', 'E'), ('--', '-'), ('--o-', '-o-'), ("-'-iPr---t-----", "'-iPr---t-----"), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('.-', '.'), ('J--', 'J-'), ('m-', 'm'), ('-r', 'r'), ('t---', 't--'), ('-r', 'r'), ('-', ''), ('--....', '-....'), ('k--', 'k-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('---', '--'), ('--a', '-a'), ('-la-', 'la-'), ('----', '---'), ('-fk', 'fk'), ('--i-C', '-i-C'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---.', '--.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a-', 'a-'), ('-I', 'I'), ('--"ary', '-"ary'), ('-G', 'G'), ('-', ''), ('--', '-'), ('-....."', '....."'), ('-en', 'en'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-rte', 'rte'), ('..-', '..'), ('rt-', 'rt'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('P-', 'P'), ('--', '-'), ('--', '-'), ('---', '--'), ('-', ''), ('---', '--'), ('--F-', '-F-'), ('-', ''), ('-', ''), ('-r-', 'r-'), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ("-.'", ".'"), ('-r', 'r'), ('-r-', 'r-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ing', 'ing'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('N-', 'N'), ('-', ''), ('-', ''), ('--DTP', '-DTP'), ('.bPs-', '.bPs'), ('--', '-'), ('--', '-'), ('-', ''), ('--', '-'), ('--', '-'), ('--', '-'), ('er--', 'er-'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-T-e', 'T-e'), ('-', ''), ('-y', 'y'), ('-en', 'en'), ('-', ''), ('-', ''), ('.-', '.'), ("--'", "-'"), ('"p-', '"p'), ('OP-', 'OP'), ('--', '-'), ('------', '-----'), ('-', ''), ('-', ''), ('-', '')]
ST18820921-V08-36-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820921-V08-36-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18820921-V08-36-page5.txt: [('-', '')]
ST18820921-V08-36-page6.txt: [('-', '')]
ST18820921-V08-36-page7.txt: [('-', ''), ('-', '')]
ST18820921-V08-36-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('Nus-', 'Nus')]
ST18820921-V08-36-page9.txt: [('I-', 'I'), ('-', '')]
ST18820928-V08-37-page10.txt: [('I-', 'I'), ('--', '-')]
ST18820928-V08-37-page11.txt: [('-', ''), ('following-', 'following'), ('-', '')]
ST18820928-V08-37-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-w', 'w'), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('Ravens-', 'Ravens'), ('-', '')]
ST18820928-V08-37-page2.txt: [('re-', 're'), ('pre-', 'pre'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('chil-', 'chil'), ('de-', 'de')]
ST18820928-V08-37-page4.txt: [('-Unfortunate', 'Unfortunate'), ('-', '')]
ST18820928-V08-37-page6.txt: [('-', ''), ('-', ''), ('-carried', 'carried'), ('obli-', 'obli'), ('-', ''), ('en-', 'en'), ('camp-meet-', 'camp-meet'), ('pur-', 'pur'), ('-', '')]
ST18820928-V08-37-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-believed', 'believed')]
ST18820928-V08-37-page8.txt: [('-What', 'What')]
ST18820928-V08-37-page9.txt: [('--.', '-.'), ('-will-ingness', 'will-ingness')]
ST18821005-V08-38-page1.txt: [('-', ''), ('-', ''), ('-ab', 'ab'), ('-.', '.'), ('im-', 'im'), ('rea-', 'rea'), ('condem-', 'condem'), ('pre-', 'pre'), ('--"', '-"'), ('per-', 'per'), ('pre-', 'pre')]
ST18821005-V08-38-page10.txt: [('-the', 'the')]
ST18821005-V08-38-page12.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('-OR-', 'OR-'), ('Southamp-', 'Southamp')]
ST18821005-V08-38-page2.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('self-', 'self'), ('-', ''), ('im-', 'im'), ('-', ''), ('affec-', 'affec'), ('com-', 'com'), ('-', '')]
ST18821005-V08-38-page3.txt: [('-', ''), ('-', ''), ('-weasel', 'weasel')]
ST18821005-V08-38-page4.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18821005-V08-38-page5.txt: [('--i', '-i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18821005-V08-38-page6.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-what', 'what'), ('-', ''), ('pro-', 'pro')]
ST18821005-V08-38-page7.txt: [('-', ''), ('-them', 'them'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18821005-V08-38-page8.txt: [('inevita-', 'inevita')]
ST18821019-V08-39-page1.txt: [('sur-', 'sur')]
ST18821019-V08-39-page10.txt: [('TI-', 'TI')]
ST18821019-V08-39-page11.txt: [('--A', '-A'), ('-', '')]
ST18821019-V08-39-page12.txt: [('I-', 'I'), ('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('--', '-')]
ST18821019-V08-39-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18821019-V08-39-page3.txt: [('disap--', 'disap-'), ('-The', 'The'), ('-twenty', 'twenty'), ('-seven', 'seven'), ('-proportion', 'proportion'), ('-to', 'to'), ('-lives', 'lives'), ('-even', 'even'), ('-irregular', 'irregular'), ('-tell', 'tell'), ('-', ''), ('-than', 'than'), ('-', ''), ('-occupation', 'occupation')]
ST18821019-V08-39-page4.txt: [('move-', 'move')]
ST18821019-V08-39-page5.txt: [('-who', 'who'), ('SIG-', 'SIG')]
ST18821019-V08-39-page6.txt: [('-phesh', 'phesh'), ('-', '')]
ST18821019-V08-39-page7.txt: [('John-', 'John'), ('-', ''), ('-not', 'not'), ('-was', 'was')]
ST18821019-V08-39-page8.txt: [('."-', '."')]
ST18821019-V08-39-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST18821026-V08-40-page11.txt: [('-', ''), ('--', '-'), ('--', '-'), ('-', '')]
ST18821026-V08-40-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('RAVENS-', 'RAVENS'), ('Southamp-', 'Southamp')]
ST18821026-V08-40-page2.txt: [('-', '')]
ST18821026-V08-40-page3.txt: [('-', ''), ('Erri--', 'Erri-'), ('-try', 'try')]
ST18821026-V08-40-page4.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18821026-V08-40-page5.txt: [('-Very', 'Very')]
ST18821026-V08-40-page6.txt: [('-Helena', 'Helena')]
ST18821026-V08-40-page7.txt: [('-', '')]
ST18821026-V08-40-page8.txt: [('-', ''), ('-', ''), ('-Van', 'Van')]
ST18821026-V08-40-page9.txt: [('-i', 'i'), ('-', '')]
ST18821102-V08-41-page1.txt: [('fel-', 'fel'), ('bap-', 'bap'), ('messen-', 'messen'), ('es-', 'es')]
ST18821102-V08-41-page10.txt: [('EVENING-', 'EVENING'), ('MORNING-', 'MORNING')]
ST18821102-V08-41-page11.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-diligent', 'diligent')]
ST18821102-V08-41-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--a', '-a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-al', 'al'), ('-', ''), ('-', ''), ('-', ''), ('p--', 'p-'), ('-', ''), ('-T--', 'T--'), ('--', '-'), ('--i-', '-i-'), ('-', ''), ('l-', 'l'), ('R--H---', 'R--H--'), ('ttl-', 'ttl'), ('--Pf', '-Pf'), ('---------F--F-', '--------F--F-'), ('-F--F---E-', 'F--F---E-'), ('----', '---'), ('-', ''), ('-', ''), ('-.-', '.-'), ('i-t--', 'i-t-'), ('--', '-'), ('r-', 'r'), ('-', ''), ('f-', 'f'), ('-', ''), ('---', '--'), ('-', ''), ('-i-H----', 'i-H----'), ('-', ''), ('"tLi--', '"tLi-'), ('---', '--'), ('---', '--'), ('-----', '----'), ('-.', '.'), ('-', ''), ('-y', 'y'), ('-', ''), ('-', ''), ('-', ''), ('---tom', '--tom'), ('-', ''), ('-', ''), ('a----a-', 'a----a'), ('-', ''), ('-', ''), ('---ti--T-', '--ti--T-'), ('-', ''), ('t-', 't'), ('---------', '--------'), ("---'", "--'"), ('--', '-'), ('--', '-'), ('-E.', 'E.'), ('r-', 'r'), ('---r', '--r'), ('-', ''), ('-', ''), ('-', ''), ('-ATURE', 'ATURE'), ('TRACTS.-', 'TRACTS.'), ('-', ''), ('------', '-----'), ('-', ''), ('OR--', 'OR-'), ('Southamp-', 'Southamp'), ('-page', 'page'), ('-cent', 'cent')]
ST18821102-V08-41-page2.txt: [('-wick-edness', 'wick-edness'), ('-', ''), ('-', '')]
ST18821102-V08-41-page4.txt: [('--learned', '-learned'), ('-', '')]
ST18821102-V08-41-page5.txt: [('--', '-')]
ST18821102-V08-41-page6.txt: [('-', ''), ('-', ''), ('-J.', 'J.')]
ST18821102-V08-41-page7.txt: [('-', '')]
ST18821102-V08-41-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-Vol', 'Vol'), ('--', '-'), ('-', '')]
ST18821102-V08-41-page9.txt: [('-', ''), ('differ-', 'differ'), ('thirty-', 'thirty'), ('rep-', 'rep'), ('physi-', 'physi'), ('cent-', 'cent')]
ST18821109-V08-42-page10.txt: [('fold-', 'fold'), ('get-', 'get'), ('house-', 'house'), ('be-', 'be'), ('Hew-', 'Hew'), ('speak-', 'speak')]
ST18821109-V08-42-page11.txt: [('--The', '-The')]
ST18821109-V08-42-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('OR-', 'OR')]
ST18821109-V08-42-page2.txt: [('-', ''), ('-', ''), ('-consequence', 'consequence'), ('-', ''), ('--the', '-the'), ('unrecog-', 'unrecog')]
ST18821109-V08-42-page3.txt: [('-', ''), ('WALKING-', 'WALKING')]
ST18821109-V08-42-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18821109-V08-42-page5.txt: [('I-', 'I'), ('-', ''), ('-the', 'the')]
ST18821109-V08-42-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18821109-V08-42-page7.txt: [('-', '')]
ST18821109-V08-42-page8.txt: [('-ciety', 'ciety'), ('--', '-'), ('F-', 'F'), ('-', ''), ('-to', 'to')]
ST18821109-V08-42-page9.txt: [('-', '')]
ST18821116-V08-43-page1.txt: [('-', ''), ('sun-', 'sun'), ('fur-', 'fur')]
ST18821116-V08-43-page10.txt: [('TIIROTJG-', 'TIIROTJG'), ('-', ''), ('-', ''), ('-wanted', 'wanted')]
ST18821116-V08-43-page11.txt: [('-', ''), ('occa-', 'occa'), ('-', ''), ('--It', '-It')]
ST18821116-V08-43-page12.txt: [('-some', 'some'), ('-', ''), ('i-', 'i'), ('-', ''), ('-', ''), ('theo-', 'theo'), ('-', ''), ('-', ''), ('Se-', 'Se'), ('-enth-day', 'enth-day'), ('.--', '.-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('-', '')]
ST18821116-V08-43-page4.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18821116-V08-43-page5.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('--experience', '-experience'), ('-Ands', 'Ands'), ('-The', 'The'), ('-', '')]
ST18821116-V08-43-page6.txt: [('-Jared', 'Jared'), ('-', ''), ('-', ''), ('-', ''), ('---', '--')]
ST18821116-V08-43-page7.txt: [('-LT', 'LT'), ('-', ''), ('-and', 'and'), ('-', ''), ('-the', 'the'), ('-', '')]
ST18821116-V08-43-page8.txt: [("-'dwarfed", "'dwarfed"), ('attainment.-', 'attainment.'), ('-', ''), ('-', ''), ('ott-', 'ott')]
ST18821123-V08-44-page1.txt: [('-', ''), ('-', '')]
ST18821123-V08-44-page10.txt: [('TI-', 'TI'), ('-', ''), ('TI-', 'TI'), ('-sleeves', 'sleeves')]
ST18821123-V08-44-page11.txt: [('-', ''), ('-', ''), ('-', '')]
ST18821123-V08-44-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('R---', 'R--'), ('-cent', 'cent'), ('-cent', 'cent'), ('-cent', 'cent'), ('-', ''), ('-', ''), ('-and', 'and'), ('-', '')]
ST18821123-V08-44-page2.txt: [('-', '')]
ST18821123-V08-44-page3.txt: [('TI-', 'TI')]
ST18821123-V08-44-page4.txt: [('THI-', 'THI'), ('-', ''), ('-', ''), ('-', '')]
ST18821123-V08-44-page5.txt: [('TI-', 'TI'), ('-E', 'E')]
ST18821123-V08-44-page6.txt: [('-', ''), ('con-', 'con'), ('-', ''), ('-', '')]
ST18821123-V08-44-page7.txt: [('I-', 'I'), ('-', ''), ('car-', 'car')]
ST18821123-V08-44-page8.txt: [('-i', 'i'), ('con-', 'con'), ('CALLING-', 'CALLING')]
ST18821130-V08-45-page1.txt: [('kead-', 'kead'), ('-tie', 'tie'), ('dis-', 'dis')]
ST18821130-V08-45-page10.txt: [('TI-', 'TI'), ('-', ''), ('--', '-'), ('--the', '-the'), ('---', '--')]
ST18821130-V08-45-page11.txt: [('--', '-'), ('-', '')]
ST18821130-V08-45-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('RAVENS-', 'RAVENS'), ('Southway-', 'Southway'), ('--', '-'), ('r-', 'r'), ('-', '')]
ST18821130-V08-45-page2.txt: [('defi-', 'defi'), ('disre-', 'disre')]
ST18821130-V08-45-page3.txt: [('I-', 'I'), ('-', '')]
ST18821130-V08-45-page4.txt: [('-', ''), ('-', ''), ('--what', '-what'), ('-', ''), ('-to', 'to')]
ST18821130-V08-45-page5.txt: [('-', '')]
ST18821130-V08-45-page6.txt: [('-', ''), ('-be', 'be'), ('re-', 're')]
ST18821130-V08-45-page7.txt: [('remain-', 'remain')]
ST18821130-V08-45-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('supe-', 'supe')]
ST18821130-V08-45-page9.txt: [('-Why', 'Why')]
ST18821207-V08-46-page10.txt: [('I-', 'I'), ('-He', 'He')]
ST18821207-V08-46-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18821207-V08-46-page12.txt: [('-same', 'same'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('R---', 'R--'), ('RAVENS-', 'RAVENS'), ('Southamp-', 'Southamp')]
ST18821207-V08-46-page2.txt: [('-', '')]
ST18821207-V08-46-page3.txt: [('-born', 'born'), ('ob-', 'ob'), ('-v-', 'v-'), ('Re-', 'Re'), ('Corpora-', 'Corpora'), ('-', ''), ('con-', 'con'), ('car-', 'car'), ('wonder-', 'wonder'), ('na-', 'na')]
ST18821207-V08-46-page4.txt: [('-', '')]
ST18821207-V08-46-page5.txt: [('ahhath-', 'ahhath'), ('-', ''), ('-', '')]
ST18821207-V08-46-page7.txt: [('-', ''), ('-', ''), ('TI-', 'TI'), ('thou-', 'thou')]
ST18821207-V08-46-page8.txt: [('-', ''), ('ex-', 'ex')]
ST18821207-V08-46-page9.txt: [('much."-', 'much."'), ('-', '')]
ST18821214-V08-47-page10.txt: [('-wife', 'wife')]
ST18821214-V08-47-page11.txt: [('YOUNG-', 'YOUNG'), ('-Governor', 'Governor'), ('-Arabi.', 'Arabi.'), ('-Five', 'Five'), ('-The', 'The'), ('-It', 'It'), ('-A', 'A'), ('-', ''), ('-The', 'The'), ('-A', 'A'), ('-There', 'There'), ('-The', 'The'), ('-The', 'The'), ('-There', 'There'), ('-At', 'At'), ('-A', 'A'), ('-The', 'The'), ('-Rev.', 'Rev.'), ('-There', 'There'), ('-While', 'While'), ('-The', 'The'), ('-The', 'The'), ('-The', 'The'), ('-The', 'The'), ('-Arabi', 'Arabi'), ('-An', 'An'), ('-A', 'A'), ('-While', 'While'), ('-The', 'The'), ('-An', 'An'), ('-The', 'The'), ('-A', 'A'), ('-The', 'The'), ('-The', 'The'), ('-Secretary-of-War', 'Secretary-of-War'), ('-A', 'A'), ('-The', 'The')]
ST18821214-V08-47-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18821214-V08-47-page2.txt: [('-', ''), ('-word', 'word'), ('-the', 'the'), ('-', ''), ('-', '')]
ST18821214-V08-47-page3.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('MISSING-', 'MISSING'), ('pro-', 'pro')]
ST18821214-V08-47-page4.txt: [('Philadel-', 'Philadel'), ('-', ''), ('increas-', 'increas'), ('de-', 'de')]
ST18821214-V08-47-page5.txt: [('slain-', 'slain'), ('-ome', 'ome')]
ST18821214-V08-47-page6.txt: [('--', '-'), ('-whether', 'whether'), ('-', ''), ('-Heb.', 'Heb.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18821214-V08-47-page7.txt: [('Tes-', 'Tes'), ('-one', 'one')]
ST18821214-V08-47-page8.txt: [('essen-', 'essen'), ('-', ''), ('partic-', 'partic'), ('-', '')]
ST18821214-V08-47-page9.txt: [('-ing', 'ing'), ('--Temperance', '-Temperance')]
ST18821221-V08-48-page1.txt: [('ruts-', 'ruts')]
ST18821221-V08-48-page11.txt: [('-A', 'A'), ('-The', 'The'), ('-The', 'The'), ('-The', 'The'), ('--', '-'), ('-We', 'We'), ('-Quite', 'Quite'), ('-Father', 'Father'), ('-One', 'One'), ('-Red', 'Red'), ('-The', 'The'), ('-Toledo', 'Toledo'), ('-Dec.', 'Dec.'), ('-The', 'The'), ('-Last', 'Last'), ('-A', 'A'), ('-At', 'At'), ('-Since', 'Since'), ('-Two', 'Two'), ('-It', 'It'), ('-The', 'The')]
ST18821221-V08-48-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Southamp-', 'Southamp')]
ST18821221-V08-48-page13.txt: [('--.bidets.', '-.bidets.'), ('-', ''), ('--', '-'), ('-he', 'he'), ('-', ''), ('-s.', 's.')]
ST18821221-V08-48-page14.txt: [('el.--"-', 'el.--"'), ('-T-', 'T-'), ('-', ''), ('--', '-'), ('-', ''), ('-A', 'A'), ('vo-', 'vo')]
ST18821221-V08-48-page15.txt: [('Con-', 'Con'), ('Condem-', 'Condem'), ('Lord-', 'Lord'), ('Health-', 'Health'), ('I.-', 'I.'), ('-', '')]
ST18821221-V08-48-page16.txt: [('-', ''), ('-Information', 'Information'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-er', 'er'), ('Ad-', 'Ad'), ('a-', 'a')]
ST18821221-V08-48-page2.txt: [('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Iplhc', 'Iplhc')]
ST18821221-V08-48-page4.txt: [('-', ''), ('true-', 'true'), ('de-', 'de'), ('pon-', 'pon'), ('de-', 'de'), ('wonder-work-', 'wonder-work'), ('man-', 'man')]
ST18821221-V08-48-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST18821221-V08-48-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bra-', 'Bra')]
ST18821221-V08-48-page7.txt: [('-with', 'with'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830104-V09-01-page1.txt: [('-v', 'v'), ('-with', 'with'), ('-Wliich', 'Wliich')]
ST18830104-V09-01-page10.txt: [('-YEAR."', 'YEAR."'), ('-i', 'i'), ('-i', 'i'), ('-', ''), ('-mind', 'mind')]
ST18830104-V09-01-page11.txt: [('c-', 'c'), ('re...Id-', 're...Id'), ('--The', '-The'), ('--The', '-The'), ('--Mr.', '-Mr.'), ('--A', '-A'), ('--Every', '-Every'), ('--The', '-The'), ('--The', '-The'), ('-The', 'The'), ('-Mr.', 'Mr.'), ('-The', 'The'), ('-We', 'We'), ('--There', '-There'), ('--The', '-The'), ('--There', '-There'), ('--Citizens', '-Citizens'), ('-and', 'and'), ('tin-', 'tin'), ('a-', 'a'), ('d.j.-', 'd.j.'), ('-.', '.')]
ST18830104-V09-01-page12.txt: [('RAVENS-', 'RAVENS'), ('-', ''), ('-chest', 'chest'), ('-', ''), ('-Prophecies', 'Prophecies'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-----', '----'), ('-OR-', 'OR-')]
ST18830104-V09-01-page2.txt: [('-', ''), ('--these', '-these'), ('-', ''), ('-', ''), ('theni-', 'theni'), ('-', '')]
ST18830104-V09-01-page3.txt: [('-Spurgeon', 'Spurgeon'), ('-', ''), ('TI-', 'TI'), ('-V-TBIN-', 'V-TBIN-'), ("-r'", "r'"), ('-', ''), ('en-', 'en'), ('-holds', 'holds'), ('Sophia.-', 'Sophia.'), ('-before', 'before')]
ST18830104-V09-01-page4.txt: [('-', ''), ('-', ''), ('-by', 'by'), ('-by', 'by'), ('irrevo-', 'irrevo'), ('-', ''), ('-Scriptures.', 'Scriptures.'), ('-as', 'as'), ('-miracle', 'miracle')]
ST18830104-V09-01-page5.txt: [('-i', 'i'), ('--led', '-led'), ('heav-', 'heav'), ('-', ''), ('-saken', 'saken'), ('life.-', 'life.'), ('-', ''), ('-', ''), ('circle.-', 'circle.'), ('messen-', 'messen'), ('bilight-', 'bilight'), ('re-', 're')]
ST18830104-V09-01-page6.txt: [('amend-', 'amend'), ('-"the', '"the'), ("'-", "'"), ('-White', 'White'), ('be-', 'be'), ('mis-', 'mis'), ('dif-', 'dif'), ('consid-', 'consid'), ('evi-', 'evi')]
ST18830104-V09-01-page7.txt: [('-W.', 'W.'), ('oppress-', 'oppress')]
ST18830104-V09-01-page8.txt: [('-', ''), ('TI-', 'TI'), ('-', ''), ('-', ''), ('and--', 'and-'), ('therefore--', 'therefore-'), ('therefore--', 'therefore-')]
ST18830104-V09-01-page9.txt: [('--burning', '-burning'), ('-', ''), ('notwith-', 'notwith'), ("-Jim's", "Jim's")]
ST18830111-V09-02-page1.txt: [('.-', '.'), ('-', ''), ('t-', 't'), ('strait-', 'strait'), ('-heard', 'heard'), ('-With-out', 'With-out'), ('-the', 'the'), ('--', '-'), ('eaveri-', 'eaveri'), ('-', ''), ('-to', 'to')]
ST18830111-V09-02-page10.txt: [('TI-', 'TI'), ('-', ''), ('-persons', 'persons'), ('e-', 'e')]
ST18830111-V09-02-page11.txt: [('-Jewish', 'Jewish'), ('-United', 'United'), ('-', ''), ('CLUBS-', 'CLUBS'), ('com-', 'com'), ('-.', '.')]
ST18830111-V09-02-page12.txt: [('-Vol', 'Vol'), ('-the', 'the'), ('-servants', 'servants'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830111-V09-02-page2.txt: [('-their', 'their'), ('ev-', 'ev'), ('af-', 'af'), ('--hcr', '-hcr'), ('Con-', 'Con'), ('resurrec-', 'resurrec'), ('-spoken', 'spoken'), ('-might', 'might'), ('--every', '-every'), ('-soul', 'soul'), ('-nature', 'nature')]
ST18830111-V09-02-page3.txt: [('-', ''), ('-We-fear-Sa', 'We-fear-Sa')]
ST18830111-V09-02-page4.txt: [('-', ''), ('-.', '.'), ('-', ''), ('with-', 'with'), ('-But', 'But'), ('-with-', 'with-'), ('-horts', 'horts'), ('-', ''), ('ethe-', 'ethe'), ('...-', '...'), ('-', ''), ('coin-', 'coin'), ('tangi-', 'tangi'), ('-', ''), ('an-', 'an')]
ST18830111-V09-02-page5.txt: [('-', ''), ('-"', '"'), ('per-', 'per'), ('-', ''), ('-One', 'One'), ('-to', 'to'), ('-', ''), ('--', '-'), ('Ares-', 'Ares'), ('-', ''), ('TI-', 'TI')]
ST18830111-V09-02-page6.txt: [('-in', 'in'), ('-', ''), ('-simply', 'simply'), ('at-', 'at')]
ST18830111-V09-02-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830111-V09-02-page8.txt: [('TI-', 'TI'), ('-i', 'i'), ('Matt-', 'Matt'), ('-others', 'others')]
ST18830111-V09-02-page9.txt: [('-', ''), ('-and', 'and'), ('pre-', 'pre'), ('govern-', 'govern'), ('ac-', 'ac')]
ST18830111-V09-03-page1.txt: [('.Roo-L-Y-', '.Roo-L-Y'), ('weakness.-', 'weakness.'), ('--', '-'), ('call-', 'call')]
ST18830111-V09-03-page10.txt: [('TI-', 'TI'), ('fields--', 'fields-'), ('morn-', 'morn'), ('misunder-', 'misunder'), ('-Whistle', 'Whistle'), ('help."-', 'help."'), ('-', ''), ('simplifica-', 'simplifica')]
ST18830111-V09-03-page11.txt: [('--The', '-The'), ('-much', 'much'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('RAVENS-', 'RAVENS')]
ST18830111-V09-03-page12.txt: [('-', '')]
ST18830111-V09-03-page2.txt: [('TI-', 'TI'), ('-', ''), ('doe-', 'doe')]
ST18830111-V09-03-page3.txt: [('-', ''), ('-i', 'i'), ('TI-', 'TI'), ('-', ''), ('-refreshments', 'refreshments'), ('-', ''), ('-Warn', 'Warn'), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('--Ore', '-Ore')]
ST18830111-V09-03-page4.txt: [('-', ''), ('-', '')]
ST18830111-V09-03-page5.txt: [('-that', 'that'), ('-', ''), ('-', ''), ('CLUBS-', 'CLUBS'), ('obliga-', 'obliga')]
ST18830111-V09-03-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('-', ''), ('-', '')]
ST18830111-V09-03-page7.txt: [('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-which', 'which'), ('-', ''), ('-', '')]
ST18830111-V09-03-page8.txt: [('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('and--', 'and-'), ('-', '')]
ST18830111-V09-03-page9.txt: [('-', ''), ('-', ''), ('con-', 'con')]
ST18830111-V09-04-page1.txt: [('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('e-', 'e'), ('-.."-t', '.."-t')]
ST18830111-V09-04-page10.txt: [('TI-', 'TI'), ('sur-', 'sur'), ('mis-', 'mis'), ('--.', '-.'), ('--', '-'), ('-', ''), ('-', ''), ('pow-', 'pow'), ('-', ''), ('-', ''), ('blisspi-', 'blisspi'), ('-to', 'to'), ('-them', 'them'), ('-', '')]
ST18830111-V09-04-page11.txt: [('Philadel-', 'Philadel'), ('-Chaplain', 'Chaplain'), ("-'", "'"), ('-L', 'L'), ('-', ''), ('-r.ecl', 'r.ecl'), ('t.-', 't.'), ('-', ''), ('-Li', 'Li'), ('--Two', '-Two'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('CLUBS-', 'CLUBS')]
ST18830111-V09-04-page12.txt: [('-', ''), ('-', ''), ('SAB-', 'SAB'), ('-t', 't'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', '')]
ST18830111-V09-04-page2.txt: [('-', ''), ('-', ''), ('-i', 'i'), ('I--', 'I-'), ('-hall', 'hall'), ('-whr', 'whr'), ('-', ''), ('-iself', 'iself')]
ST18830111-V09-04-page3.txt: [('-rail', 'rail'), ('-to-ward', 'to-ward'), ('-a', 'a'), ('labyrinths-', 'labyrinths'), ('-r', 'r'), ('"--', '"-')]
ST18830111-V09-04-page4.txt: [('-', ''), ('deter-', 'deter'), ('-no', 'no'), ('-..', '..')]
ST18830111-V09-04-page5.txt: [('-chapter', 'chapter'), ('fur-', 'fur'), ('-upon', 'upon'), ('command-', 'command'), ('-however', 'however'), ('-proporthe', 'proporthe'), ('-pitridgtehne-little', 'pitridgtehne-little'), ('-we', 'we'), ('-', ''), ('-sustenance', 'sustenance'), ('-', ''), ('-.', '.'), ('first-', 'first'), ('--wit', '-wit'), ('-.was', '.was')]
ST18830111-V09-04-page6.txt: [('-I.', 'I.'), ('faith-', 'faith'), ('become-', 'become'), ('--', '-'), ('in-', 'in'), ('-day', 'day'), ('-Makes', 'Makes'), ('be-', 'be'), ('-', ''), ('-', ''), ('sanctea-', 'sanctea'), ('-', '')]
ST18830111-V09-04-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830111-V09-04-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST18830111-V09-04-page9.txt: [('-I', 'I'), ('-district', 'district'), ('-.', '.'), ('peo-', 'peo'), ('-ay', 'ay'), ('open-', 'open'), ('-H.Too-rt', 'H.Too-rt'), ('-as', 'as'), ('-thirty', 'thirty'), ('-or', 'or'), ('-', '')]
ST18830111-V09-05-page1.txt: [('-which', 'which'), ('worth-', 'worth'), ('un-', 'un'), ('-Wonderful', 'Wonderful')]
ST18830111-V09-05-page10.txt: [('I-', 'I'), ('TI-', 'TI'), ('--Alexander', '-Alexander'), ('-forth', 'forth'), ('-', ''), ('-as', 'as'), ('cater-', 'cater'), ('-w-rri-', 'w-rri-'), ('-urr', 'urr'), ('WITI-', 'WITI')]
ST18830111-V09-05-page11.txt: [('TI-', 'TI'), ('-', ''), ('--There', '-There'), ('--Following', '-Following'), ('-', '')]
ST18830111-V09-05-page12.txt: [('Port-', 'Port'), ('Scandi-', 'Scandi'), ('Ger-', 'Ger'), ('refer-', 'refer'), ('Ordi-', 'Ordi'), ('Begin-', 'Begin'), ('neverthe-', 'neverthe'), ('descrip-', 'descrip'), ('ap-', 'ap'), ('Script-', 'Script'), ('CLUBS-', 'CLUBS'), ('RAVENS-', 'RAVENS'), ('Southamp-', 'Southamp'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830111-V09-05-page2.txt: [('Vol--', 'Vol-'), ('-', ''), ('-Who', 'Who'), ('-perfectly', 'perfectly'), ('-Then', 'Then'), ('-speak', 'speak')]
ST18830111-V09-05-page3.txt: [('TI-', 'TI'), ('-And', 'And'), ('-', ''), ('-daily', 'daily')]
ST18830111-V09-05-page4.txt: [('-', ''), ('-', ''), ('-of', 'of'), ('-was', 'was'), ('-', ''), ('-', ''), ('-', ''), ('-Verse', 'Verse')]
ST18830111-V09-05-page5.txt: [('-the', 'the'), ('-behaved', 'behaved'), ('-upon', 'upon'), ('-', '')]
ST18830111-V09-05-page6.txt: [('Vol--', 'Vol-'), ('-', ''), ('-', ''), ('-spreading', 'spreading'), ('-', ''), ('-predicting', 'predicting')]
ST18830111-V09-05-page7.txt: [('Sab-', 'Sab'), ('Dowl-', 'Dowl'), ('-The', 'The'), ('-attributhe', 'attributhe'), ('-outwardly.', 'outwardly.')]
ST18830111-V09-05-page8.txt: [('-i', 'i'), ('TETT-', 'TETT'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-every', 'every')]
ST18830111-V09-05-page9.txt: [('I-', 'I'), ('-as', 'as'), ('-a', 'a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Tobacco.', 'Tobacco.'), ('dis-', 'dis'), ('-demi-semi-reformers.', 'demi-semi-reformers.'), ('-a', 'a'), ('-', ''), ('-up', 'up')]
ST18830111-V09-06-page1.txt: [('re--', 're-'), ('-emed', 'emed'), ('-s', 's'), ('-conscience', 'conscience'), ('affec-', 'affec')]
ST18830111-V09-06-page10.txt: [('-i', 'i'), ('TI-', 'TI'), ('-', ''), ('lum-', 'lum'), ('imag-', 'imag'), ('re-', 're'), ('-', ''), ('invest-', 'invest'), ('him-', 'him'), ('sur-', 'sur'), ('-Wilkins', 'Wilkins'), ('-', '')]
ST18830111-V09-06-page11.txt: [('-.', '.'), ('---', '--'), ('TT-', 'TT'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ex-', 'Ex'), ('fortu-', 'fortu'), ('contro-', 'contro'), ('---', '--'), ('-', ''), ('-', '')]
ST18830111-V09-06-page12.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-Arventists.', 'Arventists.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('R-', 'R'), ('p-', 'p'), ('-of', 'of'), ('pre-', 'pre'), ('-', ''), ('-Dallies', 'Dallies')]
ST18830111-V09-06-page2.txt: [('volun-', 'volun'), ('call-', 'call'), ('back-', 'back'), ('-', ''), ('-Very', 'Very'), ('fol-', 'fol'), ('every-', 'every'), ('pig-', 'pig'), ('per-', 'per'), ('substi-', 'substi'), ('Ex-', 'Ex'), ('em-', 'em')]
ST18830111-V09-06-page3.txt: [('-', ''), ('daa-', 'daa'), ('ool..-', 'ool..'), ('-observance', 'observance'), ('discour-', 'discour'), ('-the', 'the'), ('im-', 'im'), ('-', ''), ('-', ''), ('-rroundings', 'rroundings'), ('-', ''), ('-ith', 'ith'), ('ve-', 've'), ('-', ''), ('-F', 'F'), ('-the', 'the')]
ST18830111-V09-06-page4.txt: [('-', ''), ('-', ''), ('TI-', 'TI'), ('-', ''), ('-', ''), ('-fell', 'fell'), ('-', '')]
ST18830111-V09-06-page5.txt: [('TI-', 'TI'), ('-', ''), ('-ie', 'ie'), ('-lasting', 'lasting'), ('iallbatil--', 'iallbatil-'), ('-Aim', 'Aim'), ('e-', 'e'), ('pro-', 'pro'), ('-', ''), ('-defined', 'defined'), ('posi-', 'posi'), ('cut-', 'cut'), ('de-', 'de'), ('"per-', '"per'), ('observa-', 'observa'), ('-bons', 'bons'), ('-IT', 'IT'), ('-rs', 'rs'), ('mira-', 'mira'), ('reveal-', 'reveal'), ('CLUBS-', 'CLUBS'), ('-', ''), ('-od', 'od'), ('-', ''), ('--', '-'), ('littre-', 'littre')]
ST18830111-V09-06-page6.txt: [('TI-', 'TI'), ('-The', 'The'), ('-to', 'to'), ('-', ''), ('TrArEs--', 'TrArEs-')]
ST18830111-V09-06-page7.txt: [('-', ''), ('-', ''), ('com-', 'com'), ('pref-', 'pref'), ('-ring', 'ring'), ('-', ''), ('-say', 'say'), ('-', ''), ('-', ''), ('-', ''), ('-may', 'may'), ('-', ''), ('Be-', 'Be'), ('apos-', 'apos'), ('-', ''), ('-.', '.'), ('-le', 'le'), ('Reve-', 'Reve'), ('-', ''), ('--', '-'), ('Fathth-', 'Fathth'), ('-Day', 'Day'), ('-', ''), ('-', '')]
ST18830111-V09-06-page8.txt: [('P-', 'P'), ('i-', 'i'), ('de-', 'de'), ('the.--', 'the.-'), ('-they', 'they'), ('-', ''), ('rea-', 'rea'), ('deliber-', 'deliber'), ('.-', '.'), ('--.', '-.'), ('re-', 're'), ('some-', 'some'), ('-', ''), ('rest.-', 'rest.'), ('-W.', 'W.'), ('measweD-', 'measweD'), ('---', '--')]
ST18830111-V09-06-page9.txt: [('-nay', 'nay'), ('te-', 'te'), ('-', ''), ('-', ''), ('-lily', 'lily'), ('-every', 'every'), ('smokint-', 'smokint'), ('-', ''), ('accom-', 'accom'), ('-would', 'would'), ('-', ''), ('-e', 'e'), ('z-', 'z')]
ST18830111-V09-07-page1.txt: [('LEAN-', 'LEAN'), ('will-', 'will'), ('ago-', 'ago'), ('as-', 'as'), ('inno-', 'inno'), ('ac-', 'ac'), ('-tals', 'tals')]
ST18830111-V09-07-page10.txt: [('it.-', 'it.'), ('-is', 'is'), ('-other', 'other'), ('differ-', 'differ')]
ST18830111-V09-07-page11.txt: [('-', ''), ('-', ''), ('-t-An', 't-An'), ('-', '')]
ST18830111-V09-07-page12.txt: [('I-', 'I'), ('-SIGNS', 'SIGNS'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-')]
ST18830111-V09-07-page2.txt: [('difficul-', 'difficul'), ('-When', 'When'), ('proc-', 'proc'), ('be-', 'be')]
ST18830111-V09-07-page3.txt: [('-', ''), ('-Bible.', 'Bible.'), ('-', '')]
ST18830111-V09-07-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830111-V09-07-page5.txt: [('-', ''), ('-', ''), ('I-', 'I'), ('tell-', 'tell'), ('-good', 'good'), ('CLuss-', 'CLuss')]
ST18830111-V09-07-page6.txt: [('-this', 'this'), ('-any', 'any')]
ST18830111-V09-07-page7.txt: [('-they', 'they'), ('differ-', 'differ'), ('-', '')]
ST18830111-V09-07-page9.txt: [('-', ''), ('-.T', '.T'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830111-V09-08-page1.txt: [('pleas-', 'pleas'), ('infirmi-', 'infirmi'), ('and-', 'and'), ('overcom-', 'overcom'), ('sur-', 'sur')]
ST18830111-V09-08-page10.txt: [('--', '-'), ('-"', '"')]
ST18830111-V09-08-page11.txt: [('-i', 'i'), ('-', '')]
ST18830111-V09-08-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830111-V09-08-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18830111-V09-08-page3.txt: [('-', ''), ('-E', 'E'), ('-and', 'and'), ('-make', 'make'), ('-', ''), ('-probability', 'probability')]
ST18830111-V09-08-page4.txt: [('TI-', 'TI'), ('TI-', 'TI'), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830111-V09-08-page5.txt: [('-Haggai', 'Haggai'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830111-V09-08-page6.txt: [('commit-', 'commit'), ('con-', 'con'), ('dis-', 'dis'), ('sub-', 'sub')]
ST18830111-V09-08-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-viz.', 'viz.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830222-V08-08-page1.txt: [('pleas-', 'pleas'), ('infirmi-', 'infirmi'), ('and-', 'and'), ('overcom-', 'overcom'), ('sur-', 'sur')]
ST18830222-V08-08-page10.txt: [('--', '-'), ('-"', '"')]
ST18830222-V08-08-page11.txt: [('-i', 'i'), ('-', '')]
ST18830222-V08-08-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830222-V08-08-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18830222-V08-08-page3.txt: [('-', ''), ('-E', 'E'), ('-and', 'and'), ('-make', 'make'), ('-', ''), ('-probability', 'probability')]
ST18830222-V08-08-page4.txt: [('TI-', 'TI'), ('TI-', 'TI'), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830222-V08-08-page5.txt: [('-Haggai', 'Haggai'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830222-V08-08-page6.txt: [('commit-', 'commit'), ('con-', 'con'), ('dis-', 'dis'), ('sub-', 'sub')]
ST18830222-V08-08-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-viz.', 'viz.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830301-V09-09-page1.txt: [('teach-', 'teach'), ('-', ''), ('fin-', 'fin')]
ST18830301-V09-09-page10.txt: [('-', ''), ('sac-', 'sac'), ('--', '-')]
ST18830301-V09-09-page11.txt: [('-', '')]
ST18830301-V09-09-page12.txt: [('-', ''), ('-', ''), ('-------', '------'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('RAVENS-', 'RAVENS'), ('-the', 'the'), ('-', ''), ('-Bishop', 'Bishop')]
ST18830301-V09-09-page2.txt: [('-T', 'T'), ('-', ''), ('--', '-'), ('-thus', 'thus'), ('-"', '"'), ('reasona-', 'reasona'), ('-', ''), ('-printed', 'printed'), ('-', '')]
ST18830301-V09-09-page3.txt: [('contro-', 'contro'), ('se-', 'se')]
ST18830301-V09-09-page4.txt: [('what-', 'what'), ('-', ''), ('-be', 'be'), ('-and', 'and'), ('-', ''), ('-', ''), ('-expo-sitions', 'expo-sitions'), ('soon-', 'soon'), ('--to', '-to'), ('-Christ', 'Christ')]
ST18830301-V09-09-page5.txt: [('AI-', 'AI'), ('it-', 'it'), ('JI-', 'JI'), ('-', ''), ('further-', 'further'), ('think-', 'think'), ('-.grace', '.grace'), ('-', ''), ('sub-', 'sub'), ('hap-', 'hap'), ('WORDS.-', 'WORDS.'), ('be-', 'be'), ('-money', 'money')]
ST18830301-V09-09-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-him', 'him'), ('sub--', 'sub-'), ('-', '')]
ST18830301-V09-09-page7.txt: [('-', ''), ('-where', 'where'), ('-', ''), ('-is', 'is'), ('-', ''), ('-', '')]
ST18830301-V09-09-page8.txt: [('-', ''), ('-', ''), ("-'", "'")]
ST18830301-V09-09-page9.txt: [('TI-', 'TI'), ('-', ''), ('I-', 'I'), ('-', ''), ('-', '')]
ST18830308-V09-10-page1.txt: [('-WHITE.', 'WHITE.'), ('-', ''), ('dig-', 'dig'), ('them.-', 'them.')]
ST18830308-V09-10-page10.txt: [('I-', 'I'), ('-', ''), ('strangely-', 'strangely'), ('-', '')]
ST18830308-V09-10-page11.txt: [('-', ''), ('-', ''), ('sub-', 'sub'), ('--The', '-The')]
ST18830308-V09-10-page12.txt: [('-great', 'great'), ('-page', 'page'), ('-page', 'page'), ('.dis-', '.dis'), ('-', ''), ('-', ''), ('-------', '------'), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('OR--', 'OR-')]
ST18830308-V09-10-page2.txt: [('TI-', 'TI'), ('--', '-'), ('-', ''), ('-', ''), ('i-', 'i'), ('-', ''), ('-', ''), ('-', '')]
ST18830308-V09-10-page3.txt: [('-', '')]
ST18830308-V09-10-page4.txt: [('I-', 'I'), ('-', ''), ('-the', 'the'), ('-the', 'the')]
ST18830308-V09-10-page5.txt: [('-', ''), ('I-', 'I'), ('-love', 'love'), ('-Those', 'Those'), ('-about', 'about')]
ST18830308-V09-10-page7.txt: [('-', ''), ('I-', 'I'), ('---he', '--he'), ('-', '')]
ST18830308-V09-10-page8.txt: [('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-persevere', 'persevere'), ("'-", "'"), ('-', ''), ('-', '')]
ST18830308-V09-10-page9.txt: [('I-', 'I'), ('-safe', 'safe')]
ST18830315-V09-11-page1.txt: [('-see."', 'see."')]
ST18830315-V09-11-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('---"At', '--"At'), ('-inexpressibly', 'inexpressibly'), ('-night', 'night'), ('-has', 'has')]
ST18830315-V09-11-page11.txt: [('-', ''), ('Fran-', 'Fran'), ('-r', 'r')]
ST18830315-V09-11-page12.txt: [('TI-', 'TI'), ('-', ''), ('--', '-'), ('--', '-'), ('-----N', '----N'), ('---i---', '--i---'), ('-', ''), ('-', ''), ('--tt', '-tt'), ('-', ''), ('--it', '-it'), ('--i', '-i'), ('-It', 'It'), ('---.', '--.'), ('-', ''), ('-', ''), ('--At', '-At'), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("---'", "--'"), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-it', 'it'), ('-ii-', 'ii-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--ih', '-ih'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('PP-', 'PP'), ('--', '-'), ('F-', 'F'), ('I-', 'I'), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ma', 'ma'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('---a', '--a'), ('-', ''), ('----', '---'), ('I.-', 'I.'), ('-V-', 'V-'), ('J--', 'J-'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-I-', 'I-'), ('-i-', 'i-'), ('-', ''), ('-', ''), ('-', ''), ('-------', '------'), ('-', ''), ('------', '-----'), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('RAVENS-', 'RAVENS'), ('Southamp-', 'Southamp')]
ST18830315-V09-11-page2.txt: [('-the', 'the'), ('-the', 'the'), ('said."-', 'said."'), ('--', '-'), ('----read', '---read')]
ST18830315-V09-11-page3.txt: [('I-', 'I'), ('-of', 'of'), ('As-Sabt--', 'As-Sabt-'), ('--a', '-a'), ("-'.'", "'.'"), ('-', ''), ('year-', 'year')]
ST18830315-V09-11-page4.txt: [('I-', 'I'), ('-', '')]
ST18830315-V09-11-page5.txt: [('-', ''), ('-', ''), ('-amusement', 'amusement'), ('-and', 'and'), ('-Christ', 'Christ'), ('end-', 'end'), ('-to', 'to'), ('-Is', 'Is')]
ST18830315-V09-11-page7.txt: [('-another', 'another')]
ST18830315-V09-11-page8.txt: [('-i', 'i'), ('-E', 'E'), ('-', ''), ('-', ''), ('-', ''), ('-in', 'in')]
ST18830315-V09-11-page9.txt: [('-advancing', 'advancing'), ('-', ''), ('-', ''), ('-and', 'and')]
ST18830322-V09-12-page10.txt: [('cell-', 'cell'), ('-deacon', 'deacon'), ('-substantial', 'substantial'), ("-widow's", "widow's"), ('assist-', 'assist')]
ST18830322-V09-12-page11.txt: [('-', ''), ('--A', '-A'), ('-effective', 'effective'), ('-nieces.', 'nieces.')]
ST18830322-V09-12-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('Second-', 'Second'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Southamp-', 'Southamp')]
ST18830322-V09-12-page2.txt: [('-', '')]
ST18830322-V09-12-page3.txt: [('-adulterer', 'adulterer'), ('verse-', 'verse'), ('--the', '-the'), ('-of', 'of')]
ST18830322-V09-12-page4.txt: [('cor-', 'cor'), ('-', ''), ('-', ''), ('-was', 'was'), ('-', ''), ('king-', 'king'), ('-', ''), ('attempt-', 'attempt'), ('-was', 'was'), ('-', '')]
ST18830322-V09-12-page5.txt: [('-i', 'i'), ('-the', 'the'), ('-', ''), ('-an', 'an'), ('-know', 'know'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('warning-', 'warning'), ('-the', 'the'), ('-re-gret', 're-gret')]
ST18830322-V09-12-page6.txt: [('-', ''), ('strangers.-', 'strangers.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830322-V09-12-page7.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('-is', 'is'), ('-', ''), ('-and', 'and')]
ST18830322-V09-12-page8.txt: [('-blessing', 'blessing'), ('this-', 'this'), ('-', ''), ('-', '')]
ST18830322-V09-12-page9.txt: [('I-', 'I'), ('-', ''), ('VIRGINIA.-', 'VIRGINIA.'), ('-"', '"')]
ST18830329-V09-13-page1.txt: [('-', '')]
ST18830329-V09-13-page10.txt: [('edu-', 'edu'), ('-no', 'no'), ('-', ''), ('-', ''), ('-', ''), ('a-', 'a'), ('-', '')]
ST18830329-V09-13-page11.txt: [('-', ''), ('--A', '-A'), ('-and', 'and'), ('-Francisco', 'Francisco'), ('-Several', 'Several'), ('-Patton', 'Patton'), ('--The', '-The'), ('--The', '-The'), ('-', ''), ('-', '')]
ST18830329-V09-13-page12.txt: [('-Saleni', 'Saleni'), ('-that', 'that'), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-in', 'in'), ('-', '')]
ST18830329-V09-13-page2.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('man-', 'man'), ('-and', 'and'), ('conStitution-', 'conStitution'), ('-comparing', 'comparing')]
ST18830329-V09-13-page4.txt: [('-and', 'and'), ('-', ''), ('-', ''), ('-', '')]
ST18830329-V09-13-page5.txt: [('-', '')]
ST18830329-V09-13-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('justification.-', 'justification.')]
ST18830329-V09-13-page7.txt: [('exactly-the-', 'exactly-the'), ('-"', '"'), ('Jen-', 'Jen'), ('-make', 'make'), ('-the', 'the'), ('-is', 'is'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sys-', 'sys')]
ST18830329-V09-13-page8.txt: [('-', ''), ('-', ''), ('-at', 'at'), ('-', ''), ('-', '')]
ST18830329-V09-13-page9.txt: [('-', '')]
ST18830405-V09-14-page1.txt: [('-', '')]
ST18830405-V09-14-page10.txt: [('--that', '-that'), ('side.-', 'side.')]
ST18830405-V09-14-page11.txt: [('-as', 'as'), ('--There', '-There'), ('-were', 'were'), ('-', ''), ('-head', 'head'), ('--Mr.', '-Mr.'), ('-it', 'it'), ('-religion.', 'religion.')]
ST18830405-V09-14-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Vol--', 'Vol-')]
ST18830405-V09-14-page2.txt: [('SIGN-', 'SIGN'), ('-the', 'the'), ('-command-ment.', 'command-ment.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830405-V09-14-page3.txt: [('I-', 'I'), ('will-', 'will'), ('-reduce', 'reduce'), ('-the', 'the')]
ST18830405-V09-14-page4.txt: [('-and', 'and')]
ST18830405-V09-14-page5.txt: [('--From', '-From')]
ST18830405-V09-14-page6.txt: [('-often', 'often'), ('-', '')]
ST18830405-V09-14-page7.txt: [('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-sun', 'sun'), ('-', ''), ('-away', 'away'), ('-', ''), ('-', ''), ('-relation.', 'relation.'), ('-', ''), ('-', ''), ('-', '')]
ST18830405-V09-14-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('-and', 'and'), ('-on', 'on'), ('-of', 'of')]
ST18830405-V09-14-page9.txt: [('-old', 'old'), ('-', ''), ('-United', 'United')]
ST18830412-V09-15-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-race.', 'race.')]
ST18830412-V09-15-page10.txt: [('-to', 'to'), ('-', ''), ('-', ''), ('-Once', 'Once'), ('-His', 'His')]
ST18830412-V09-15-page11.txt: [('-glory', 'glory'), ('-', ''), ('to-day-', 'to-day'), ('some-', 'some'), ('-', '')]
ST18830412-V09-15-page12.txt: [('-society', 'society'), ('part---', 'part--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('RAVENS-', 'RAVENS'), ('Southamp-', 'Southamp')]
ST18830412-V09-15-page2.txt: [('-by', 'by')]
ST18830412-V09-15-page3.txt: [('-', ''), ('-reward', 'reward'), ('-or', 'or')]
ST18830412-V09-15-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-be', 'be'), ('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST18830412-V09-15-page5.txt: [('I--', 'I-'), ('-', ''), ('-', ''), ('-', ''), ('-strong', 'strong'), ('-of', 'of'), ('-slurs', 'slurs'), ('-', '')]
ST18830412-V09-15-page6.txt: [('TI-', 'TI'), ('-L-the', 'L-the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST18830412-V09-15-page7.txt: [('Is-', 'Is'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830412-V09-15-page8.txt: [('-', ''), ('-a', 'a')]
ST18830412-V09-15-page9.txt: [('TI-', 'TI'), ('-', ''), ('-or', 'or'), ('-"', '"'), ('-mercy', 'mercy'), ('-then', 'then'), ('-', ''), ('-', '')]
ST18830419-V09-16-page10.txt: [('-', ''), ('-It', 'It'), ('-', ''), ('-started', 'started'), ('-distance', 'distance'), ('-ground', 'ground'), ('-of', 'of')]
ST18830419-V09-16-page11.txt: [('-i', 'i'), ('Met-', 'Met'), ('--The', '-The'), ('-efficient', 'efficient'), ('-Mr.', 'Mr.'), ('--An', '-An'), ('-"Very', '"Very')]
ST18830419-V09-16-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-n', 'n'), ('WHITE.-', 'WHITE.'), ('-OR-', 'OR-')]
ST18830419-V09-16-page2.txt: [('-are', 'are'), ('-', ''), ('Jer-', 'Jer')]
ST18830419-V09-16-page3.txt: [('-from', 'from'), ('-a', 'a'), ('-', ''), ('-by', 'by'), ('recog-', 'recog')]
ST18830419-V09-16-page4.txt: [('resur-', 'resur'), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-', ''), ('-Jewish', 'Jewish'), ('observ-', 'observ'), ('Sabbath-', 'Sabbath'), ('Testa-', 'Testa'), ('-', ''), ('Heb.-', 'Heb.'), ('-', ''), ('keeping-', 'keeping'), ('septil-', 'septil'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('read."-', 'read."'), ('-', ''), ('no-', 'no'), ('-', ''), ('-', '')]
ST18830419-V09-16-page5.txt: [('-', ''), ('-', ''), ('-ignorant', 'ignorant')]
ST18830419-V09-16-page6.txt: [('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('-they', 'they'), ('-', '')]
ST18830419-V09-16-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830419-V09-16-page8.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('tempo-', 'tempo')]
ST18830419-V09-16-page9.txt: [('-age', 'age'), ('-paupers', 'paupers'), ("last'-", "last'")]
ST18830426-V09-17-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST18830426-V09-17-page11.txt: [('-', ''), ('I-', 'I'), ('-', ''), ('-i', 'i'), ('-', ''), ('confirma-', 'confirma'), ('-', ''), ('--A', '-A'), ('-', ''), ('Lyman-', 'Lyman'), ('--Rev.', '-Rev.'), ('---Two', '--Two'), ('-', ''), ('---The', '--The'), ('--The', '-The')]
ST18830426-V09-17-page12.txt: [('-', ''), ('--the', '-the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830426-V09-17-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830426-V09-17-page3.txt: [('-', ''), ('-', ''), ('--not.', '-not.'), ('-', '')]
ST18830426-V09-17-page4.txt: [('-regard', 'regard'), ('de-', 'de'), ('-Our', 'Our'), ('-', ''), ('-', ''), ('refitsinp-', 'refitsinp')]
ST18830426-V09-17-page5.txt: [('-', ''), ('-than', 'than'), ('-', ''), ('-', ''), ('-means', 'means')]
ST18830426-V09-17-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830426-V09-17-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Camp-', 'Camp'), ('-', ''), ('-is', 'is')]
ST18830426-V09-17-page8.txt: [('--yes', '-yes'), ('-no', 'no'), ('-a', 'a'), ('-', ''), ('-Whose', 'Whose'), ('-', ''), ('-', ''), ('-', '')]
ST18830426-V09-17-page9.txt: [('TI-', 'TI'), ('-', '')]
ST18830510-V09-18-page1.txt: [('-i', 'i'), ('THROTIG-', 'THROTIG'), ('-', ''), ('-', ''), ('-morning.', 'morning.'), ('-thing', 'thing'), ('silence.-', 'silence.'), ('-multitude', 'multitude'), ('-frustrated', 'frustrated')]
ST18830510-V09-18-page10.txt: [('TI-', 'TI'), ('-', ''), ('treas-', 'treas'), ('-the', 'the'), ('ar-', 'ar'), ('led-', 'led'), ('imme-', 'imme'), ('char-', 'char'), ('re-', 're'), ('num-', 'num'), ('knowl-', 'knowl'), ('sup-', 'sup'), ('-missionary', 'missionary'), ('thun-', 'thun'), ('visita-', 'visita'), ('spir-', 'spir')]
ST18830510-V09-18-page11.txt: [('-', ''), ('--Bishop', '-Bishop'), ('-been', 'been'), ('-', ''), ('-Russia.', 'Russia.'), ('-all', 'all')]
ST18830510-V09-18-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-White', 'White'), ('-the', 'the'), ('-may', 'may'), ('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-')]
ST18830510-V09-18-page2.txt: [('-', ''), ('ac-', 'ac'), ('commandment-', 'commandment'), ('coin-', 'coin'), ('corn-', 'corn'), ('re-', 're'), ('-', ''), ('-', '')]
ST18830510-V09-18-page3.txt: [('-', ''), ('Gethsem-', 'Gethsem'), ('-wrongs', 'wrongs'), ('-word', 'word'), ('di-', 'di'), ('con-', 'con'), ('mak-', 'mak'), ('--', '-'), ('de-', 'de'), ('mem.-', 'mem.'), ('-', ''), ('-', ''), ('cring-', 'cring')]
ST18830510-V09-18-page4.txt: [('-i', 'i'), ('Feb-', 'Feb'), ('-doctrine', 'doctrine'), ('-', ''), ('-', ''), ('per--', 'per-'), ('ex-', 'ex'), ('there-', 'there'), ('-We', 'We'), ('-', ''), ('-what', 'what'), ('immor-', 'immor'), ('spir-', 'spir'), ('effeetu.-', 'effeetu.'), ('-bolding', 'bolding')]
ST18830510-V09-18-page5.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('CE-', 'CE'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Tent', 'Tent')]
ST18830510-V09-18-page6.txt: [('I-', 'I'), ('-Book.', 'Book.'), ('-and', 'and'), ('-it', 'it'), ('-a', 'a'), ('-', ''), ('-', ''), ('-seven', 'seven'), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-oil', 'oil'), ('-', '')]
ST18830510-V09-18-page7.txt: [('-', ''), ('-', ''), ('TI-', 'TI'), ('-and', 'and'), ('-the', 'the'), ('-The', 'The'), ('-', ''), ('-God', 'God')]
ST18830510-V09-18-page8.txt: [('-i', 'i'), ('-written', 'written'), ('ADVEN-', 'ADVEN'), ('-out', 'out'), ('-', ''), ('-', ''), ('t-', 't')]
ST18830510-V09-18-page9.txt: [('x-', 'x'), ('-', ''), ('-', ''), ('-', ''), ('-Elder', 'Elder'), ('-for', 'for'), ('-', ''), ('-the', 'the'), ('-for', 'for'), ('-ago', 'ago'), ('-', ''), ('-Vir-ginia', 'Vir-ginia'), ('-', '')]
ST18830517-V09-19-page10.txt: [('-i', 'i'), ('-lifeless', 'lifeless'), ('-the', 'the'), ('-would', 'would'), ('shadow-', 'shadow')]
ST18830517-V09-19-page11.txt: [('-', ''), ('I-', 'I'), ('--The', '-The'), ('--The', '-The'), ('-', ''), ('--A.', '-A.'), ('--A', '-A'), ('--The', '-The'), ('-homestead', 'homestead'), ('--', '-')]
ST18830517-V09-19-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ea-', 'ea-'), ('RAVENS-', 'RAVENS'), ('Southamp-', 'Southamp')]
ST18830517-V09-19-page2.txt: [('-proper', 'proper'), ('sup-', 'sup'), ('TI-', 'TI'), ('-', '')]
ST18830517-V09-19-page3.txt: [('-fill', 'fill'), ('theology.--', 'theology.-'), ('of-', 'of'), ('-', ''), ('-Written', 'Written'), ('-', '')]
ST18830517-V09-19-page4.txt: [('-six', 'six'), ('-the', 'the'), ('-as', 'as'), ('-that', 'that'), ('-', ''), ('-', ''), ('-the', 'the'), ('-on', 'on'), ('-', ''), ('-and', 'and'), ('-', ''), ('inher-', 'inher')]
ST18830517-V09-19-page5.txt: [('-EH', 'EH'), ('-', ''), ('-to', 'to'), ('-facts', 'facts'), ('cul-', 'cul'), ('--to', '-to'), ('-Undaunted', 'Undaunted')]
ST18830517-V09-19-page6.txt: [('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-knowledge', 'knowledge'), ('-', ''), ('-existing', 'existing'), ('-', ''), ('-', ''), ('-day', 'day'), ('-dsfinite', 'dsfinite')]
ST18830517-V09-19-page7.txt: [('I-', 'I'), ('-', ''), ('-', ''), ('cor-', 'cor'), ('Ex.-', 'Ex.'), ('-', ''), ('-the', 'the'), ('chapter-', 'chapter'), ('-', ''), ('Mr.-', 'Mr.'), ('-', ''), ('gram-', 'gram'), ('-', ''), ('pro-', 'pro'), ('re-', 're'), ('im-', 'im'), ('-', ''), ('-', ''), ('-an', 'an'), ('-', '')]
ST18830517-V09-19-page8.txt: [('v.-', 'v.'), ('-', ''), ('-', ''), ('Stock--', 'Stock-'), ('-during', 'during'), ('Healey-', 'Healey'), ('-', ''), ('-', ''), ('-', '')]
ST18830517-V09-19-page9.txt: [('-', ''), ('TI-', 'TI'), ('-H.', 'H.'), ('-', ''), ('-present', 'present'), ('and-', 'and'), ('-Rev.', 'Rev.'), ('-been', 'been'), ('-and', 'and'), ('sold---', 'sold--'), ('-', ''), ('-England', 'England'), ('-is', 'is')]
ST18830524-V09-20-page1.txt: [('---', '--'), ('like-', 'like')]
ST18830524-V09-20-page10.txt: [('-', ''), ('sun-', 'sun'), ('-I', 'I'), ('-So', 'So'), ('cheer-', 'cheer'), ('blue-', 'blue'), ('-faced', 'faced'), ('Think-', 'Think'), ('feet-', 'feet'), ('grand-', 'grand'), ('bet-', 'bet'), ('-', ''), ('dinner-', 'dinner'), ('water-', 'water')]
ST18830524-V09-20-page11.txt: [('-two', 'two'), ('-', ''), ('the-', 'the'), ('I-', 'I'), ('o-', 'o'), ('-obnoxious', 'obnoxious'), ('-', ''), ('aged-', 'aged'), ('-', '')]
ST18830524-V09-20-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-we', 'we'), ("-------'-", "------'-"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('OR--', 'OR-'), ('Southamp-', 'Southamp')]
ST18830524-V09-20-page2.txt: [('-', ''), ('-E', 'E'), ('-', ''), ('I-', 'I'), ('meta-', 'meta'), ('hon-', 'hon'), ('interpre-', 'interpre'), ('peo-', 'peo'), ('for-', 'for'), ('-', '')]
ST18830524-V09-20-page3.txt: [('TE-', 'TE'), ('-', ''), ('-', ''), ('-', ''), ('proud-', 'proud'), ('-hurt', 'hurt')]
ST18830524-V09-20-page4.txt: [('re-', 're'), ('-quired', 'quired'), ('-', ''), ('-', ''), ('-', ''), ('-saturated', 'saturated')]
ST18830524-V09-20-page5.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('SUNDAY-', 'SUNDAY'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('S-', 'S'), ('-', ''), ('-', ''), ('-two', 'two'), ('-and', 'and'), ('-He', 'He'), ('-fulfilled', 'fulfilled')]
ST18830524-V09-20-page6.txt: [('sup-', 'sup'), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('hus-', 'hus'), ('conduct-', 'conduct'), ('situa-', 'situa'), ("cif'-", "cif'"), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('-anything', 'anything'), ('-', ''), ('-', ''), ('Tiber-', 'Tiber'), ('I-', 'I'), ('-ally', 'ally'), ('-', ''), ('-The', 'The'), ('-White', 'White'), ('-', '')]
ST18830524-V09-20-page7.txt: [('-the', 'the'), ('-every', 'every'), ('-', ''), ('threatening-', 'threatening'), ('-contentious', 'contentious'), ('--they', '-they'), ('--', '-'), ('-W-sanctified', 'W-sanctified'), ('-i', 'i'), ('TI-', 'TI'), ('-', ''), ('-', ''), ('con-', 'con'), ('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('one-', 'one'), ('choosing-', 'choosing'), ('re-', 're'), ('sev-', 'sev'), ('-', ''), ('-followed', 'followed'), ('-laid.', 'laid.'), ('-', ''), ('-as', 'as')]
ST18830524-V09-20-page8.txt: [('TI-', 'TI'), ('-', ''), ('v--Vd-a-', 'v--Vd-a'), ('-White', 'White'), ('-better', 'better'), ('place.-', 'place.')]
ST18830524-V09-20-page9.txt: [('-', ''), ('-i', 'i'), ('vigor-', 'vigor'), ('-', ''), ('Are-tilic-', 'Are-tilic'), ('up-', 'up'), ('refer-', 'refer'), ('fur-', 'fur'), ('start-', 'start'), ('-', ''), ('"-', '"'), ('----TVpinions', '---TVpinions'), ('ad-', 'ad'), ('con-', 'con'), ('-by', 'by'), ('-A', 'A')]
ST18830531-V09-1321-page10.txt: [('-', ''), ('TI-', 'TI'), ('-', ''), ('-Vol', 'Vol'), ('-at', 'at'), ('herself.-', 'herself.'), ('-', ''), ('-library', 'library')]
ST18830531-V09-1321-page11.txt: [('--A', '-A'), ('--The', '-The'), ('--The', '-The'), ('--', '-'), ('---Acv.', '--Acv.'), ('-', ''), ('-of', 'of')]
ST18830531-V09-1321-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('J.-', 'J.'), ('-but', 'but'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-SIGNS', 'SIGNS'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830531-V09-1321-page2.txt: [('-', ''), ('arrang-', 'arrang'), ('punish-', 'punish'), ('-growing', 'growing'), ('him-', 'him'), ('-', ''), ('so-', 'so'), ('-', ''), ('-', ''), ('be-', 'be'), ('..--', '..-'), ('go-', 'go'), ('-', ''), ('-', ''), ('-.', '.'), ('-J', 'J'), ('-muse', 'muse')]
ST18830531-V09-1321-page3.txt: [('-and', 'and'), ('-company', 'company'), ('-oil', 'oil'), ('ad-', 'ad'), ('Lawless-', 'Lawless'), ('set-', 'set'), ('-get', 'get'), ('re-', 're'), ('-moved.', 'moved.'), ('-in', 'in'), ('-', ''), ('ex-', 'ex'), ('-', ''), ('--', '-'), ('re-', 're')]
ST18830531-V09-1321-page4.txt: [('-', ''), ('-that', 'that'), ('ex-', 'ex'), ('--not', '-not'), ('-emphasis', 'emphasis'), ('for-', 'for'), ('vio-', 'vio'), ('suffer-', 'suffer'), ('pre-', 'pre'), ('-men', 'men'), ('-whatever', 'whatever')]
ST18830531-V09-1321-page5.txt: [('rr-r-r-r-', 'rr-r-r-r'), ('abbath-', 'abbath'), ('-', ''), ('-', ''), ('WEDNESDAY-', 'WEDNESDAY'), ('-', ''), ('THURSDAY-', 'THURSDAY'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830531-V09-1321-page6.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-same', 'same'), ('-', ''), ('-', ''), ('-', ''), ('-would', 'would'), ('-covenant', 'covenant'), ('-', ''), ('-', '')]
ST18830531-V09-1321-page7.txt: [('-i', 'i'), ('founda-', 'founda'), ('-', ''), ('sim-', 'sim'), ('-ision', 'ision'), ('-se', 'se'), ('-', ''), ('coin-', 'coin'), ('-..qhus', '..qhus'), ('-i', 'i'), ('-', ''), ('littleinciden-', 'littleinciden'), ('fall.-', 'fall.'), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ('corn-', 'corn'), ('Chris-', 'Chris'), ('-', ''), ('pre-', 'pre'), ('-', ''), ('condi-', 'condi'), ('-The', 'The'), ('deg.-', 'deg.'), ('-', ''), ('-...', '...'), ('-or', 'or')]
ST18830531-V09-1321-page8.txt: [('can-', 'can'), ('-to', 'to'), ('-and', 'and'), ('-Upon', 'Upon'), ('-', ''), ('-', ''), ('-those', 'those'), ('en-', 'en')]
ST18830531-V09-1321-page9.txt: [('-', ''), ('t-', 't'), ('-evenings', 'evenings'), ('-hundred', 'hundred'), ('-Duple', 'Duple'), ('-', '')]
ST18830607-V09-22-page1.txt: [("-'", "'")]
ST18830607-V09-22-page10.txt: [('water-', 'water'), ('-', ''), ('-', ''), ('-', '')]
ST18830607-V09-22-page11.txt: [('pro-', 'pro'), ('--A', '-A'), ('twenty-', 'twenty'), ('-alas', 'alas')]
ST18830607-V09-22-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('page-', 'page'), ('way-', 'way'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----')]
ST18830607-V09-22-page2.txt: [('M-', 'M'), ("'TT-", "'TT"), ('-Luther.', 'Luther.'), ('-', '')]
ST18830607-V09-22-page3.txt: [('JUNE-', 'JUNE'), ('pun-', 'pun'), ('produc-', 'produc'), ('life-', 'life'), ('govern-', 'govern'), ('-an', 'an'), ('-suprem-verse', 'suprem-verse'), ('-of', 'of'), ('be-', 'be'), ('deed-', 'deed'), ('conclu-', 'conclu'), ('-', '')]
ST18830607-V09-22-page4.txt: [('-SIGNS', 'SIGNS'), ('-it', 'it'), ('-der', 'der'), ('-then', 'then'), ('fulfillment-', 'fulfillment'), ("W''-", "W''"), ('Sum-', 'Sum')]
ST18830607-V09-22-page5.txt: [('-', ''), ('-', ''), ('min-', 'min')]
ST18830607-V09-22-page6.txt: [('-', ''), ('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('-saying', 'saying'), ('-let', 'let'), ('-', ''), ('-', ''), ('-', ''), ("-won't", "won't"), ('-from', 'from'), ('Dan.-', 'Dan.'), ('-', ''), ('-', ''), ('-', '')]
ST18830607-V09-22-page7.txt: [('-who', 'who'), ('-', ''), ('-', ''), ('-the', 'the'), ('-we', 'we'), ('-not', 'not'), ('-the', 'the'), ('-of', 'of'), ('-', ''), ('-the', 'the')]
ST18830607-V09-22-page8.txt: [('Vol--', 'Vol-'), ('th-', 'th'), ('come-', 'come'), ('-word', 'word'), ('-by', 'by'), ('sub-', 'sub'), ('-and', 'and'), ('church-', 'church'), ('-', '')]
ST18830607-V09-22-page9.txt: [('-efforts', 'efforts'), ('e-', 'e'), ('-closely', 'closely'), ('en-', 'en'), ('-.d', '.d'), ('-here.', 'here.'), ('-entitled', 'entitled'), ('--effect', '-effect'), ('-hear', 'hear'), ('-said', 'said'), ('-in', 'in'), ('saloons."-', 'saloons."'), ('-death', 'death'), ('-', ''), ('-', ''), ('-sentiment', 'sentiment'), ('-.s', '.s')]
ST18830614-V09-23-page1.txt: [('let-', 'let'), ('di-', 'di'), ('elec-', 'elec'), ('be-', 'be'), ('soci-', 'soci'), ('hear-', 'hear'), ('possi-', 'possi'), ('-', ''), ('de-', 'de')]
ST18830614-V09-23-page10.txt: [("-'", "'"), ('sweetheart."-', 'sweetheart."'), ('-a', 'a'), ('-getting', 'getting')]
ST18830614-V09-23-page11.txt: [('--The', '-The'), ('-', ''), ('con-', 'con'), ('-', '')]
ST18830614-V09-23-page12.txt: [('-', ''), ('-Ho', 'Ho'), ('com-', 'com'), ('ppoinfmnti-', 'ppoinfmnti'), ('Be-', 'Be'), ('Cal-', 'Cal'), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('RAVENS-', 'RAVENS'), ('Southamp-', 'Southamp'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830614-V09-23-page13.txt: [('-', ''), ('-', ''), ('-BY', 'BY'), ('-', ''), ('-', ''), ('GI-', 'GI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830614-V09-23-page14.txt: [('-', ''), ('-.', '.'), ('-t', 't'), ('-', ''), ('Virginia-', 'Virginia'), ('-the', 'the'), ('denomina-', 'denomina'), ('PLEDGE.-', 'PLEDGE.'), ('-', ''), ('PLEDGE.-', 'PLEDGE.'), ('-', ''), ("-'", "'"), ('-.Evangelists', '.Evangelists'), ('-of', 'of'), ('-work..', 'work..'), ('reading-', 'reading'), ('semi-', 'semi'), ('-', '')]
ST18830614-V09-23-page2.txt: [('TI-', 'TI'), ('-', ''), ('-most', 'most'), ('-than', 'than'), ('-oxygen', 'oxygen')]
ST18830614-V09-23-page3.txt: [('-', ''), ('terrible-', 'terrible'), ('com-', 'com')]
ST18830614-V09-23-page4.txt: [('TI-', 'TI'), ('hearts."-', 'hearts."'), ('-the', 'the')]
ST18830614-V09-23-page5.txt: [('-', ''), ('-', ''), ('Tetiwislor-', 'Tetiwislor'), ('.-', '.'), ('-', '')]
ST18830614-V09-23-page6.txt: [('-', ''), ('-', ''), ('-baptize', 'baptize'), ('-', ''), ('-into', 'into'), ('accord-', 'accord')]
ST18830614-V09-23-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-sackcloth', 'sackcloth'), ('-', ''), ('-', ''), ('-', '')]
ST18830614-V09-23-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-foot', 'foot'), ('-the', 'the')]
ST18830614-V09-23-page9.txt: [('-', ''), ('-foot', 'foot'), ('-', ''), ('-', '')]
ST18830621-V09-24-page1.txt: [('--', '-'), ('em-', 'em'), ('substi-', 'substi'), ('interpreta-', 'interpreta'), ('ad-', 'ad')]
ST18830621-V09-24-page10.txt: [('-Robert', 'Robert'), ('-x-', 'x-'), ('--', '-')]
ST18830621-V09-24-page11.txt: [('--From', '-From'), ('-Oakland', 'Oakland'), ('-', '')]
ST18830621-V09-24-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830621-V09-24-page2.txt: [('-the', 'the'), ('dig-', 'dig')]
ST18830621-V09-24-page3.txt: [('TI-', 'TI'), ('-', ''), ('-all', 'all'), ('-', ''), ('Bos-', 'Bos')]
ST18830621-V09-24-page4.txt: [('is-', 'is'), ('-things', 'things'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"For', '"For'), ('-', ''), ('-', ''), ('-', ''), ('-Patience.', 'Patience.'), ('-another.', 'another.'), ('-', '')]
ST18830621-V09-24-page5.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('WEDNESDAY-', 'WEDNESDAY'), ('-', ''), ('THURSDAY-', 'THURSDAY'), ('-', ''), ('-', ''), ('-le', 'le'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Acts-', 'Acts'), ('-what', 'what')]
ST18830621-V09-24-page6.txt: [('-shalt', 'shalt'), ('-scripture', 'scripture'), ('-', ''), ('-in', 'in'), ('-"', '"')]
ST18830621-V09-24-page7.txt: [('-No', 'No'), ('-neces', 'neces'), ('antedilu-', 'antedilu'), ('-says', 'says'), ('-', ''), ('-people', 'people'), ('-', ''), ('-', '')]
ST18830621-V09-24-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830621-V09-24-page9.txt: [('i-', 'i'), ('-She', 'She'), ('-pursue', 'pursue'), ('-that', 'that'), ('country-', 'country'), ('-', '')]
ST18830628-V09-25-page1.txt: [('-e', 'e'), ('-Pc', 'Pc'), ('--.C', '-.C'), ('-', ''), ('-', ''), ('-us', 'us')]
ST18830628-V09-25-page10.txt: [('i-', 'i'), ('-the', 'the'), ('-letter', 'letter'), ('-who', 'who'), ('-', '')]
ST18830628-V09-25-page11.txt: [('-i', 'i'), ('---', '--'), ('-I', 'I'), ('bier--', 'bier-'), ('Anglo-', 'Anglo')]
ST18830628-V09-25-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TIE-', 'TIE'), ('I-', 'I'), ('-', ''), ('discussio.-', 'discussio.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-studied', 'studied')]
ST18830628-V09-25-page2.txt: [('TI-', 'TI'), ('-i', 'i'), ('-', ''), ('-to', 'to'), ('-', ''), ('-', '')]
ST18830628-V09-25-page3.txt: [('-baste', 'baste'), ('-', ''), ('writer.-', 'writer.'), ('-to', 'to'), ('matter.-', 'matter.'), ('-Chinese', 'Chinese'), ('-', ''), ('-', ''), ('-inconveniences', 'inconveniences'), ('-workingmen', 'workingmen'), ('manu-factured-', 'manu-factured'), ('-', ''), ('-', ''), ('-one', 'one'), ('-', ''), ('-', '')]
ST18830628-V09-25-page4.txt: [('-', ''), ('-', ''), ('-Looking', 'Looking'), ('at--', 'at-'), ('--Ted', '-Ted'), ('-physical', 'physical'), ('-', ''), ('-he', 'he'), ('-', ''), ('-', '')]
ST18830628-V09-25-page5.txt: [('-sacred', 'sacred'), ('TI-', 'TI'), ('-', ''), ('I-', 'I'), ('-', ''), ('-immediately', 'immediately'), ('-', ''), ('-', ''), ('Sab-', 'Sab'), ('-bath.', 'bath.'), ('-', ''), ('-', '')]
ST18830628-V09-25-page6.txt: [('-n', 'n'), ('just.-', 'just.'), ('-theology', 'theology'), ('TI-', 'TI'), ('-', ''), ('-absence', 'absence'), ('-', ''), ('-', '')]
ST18830628-V09-25-page7.txt: [('-', ''), ('-', ''), ('of-', 'of'), ('-able', 'able'), ('-', '')]
ST18830628-V09-25-page8.txt: [('-to', 'to'), ('-', ''), ('-those', 'those'), ('-', ''), ('-but', 'but'), ('-', '')]
ST18830628-V09-25-page9.txt: [('-', ''), ('-shame', 'shame'), ('-', ''), ('Farmington-', 'Farmington'), ('-', ''), ('-', ''), ('-WHEREAS', 'WHEREAS'), ('-Secretary.', 'Secretary.'), ('-', ''), ('-', '')]
ST18830712-V09-26-page1.txt: [('-recommended', 'recommended')]
ST18830712-V09-26-page10.txt: [('blight--', 'blight-'), ('-i', 'i'), ('-me', 'me')]
ST18830712-V09-26-page11.txt: [('-r', 'r'), ('forty-', 'forty'), ('-A', 'A'), ('ap-', 'ap'), ('-Archbishop', 'Archbishop'), ('--There', '-There'), ('con-', 'con'), ('mission-', 'mission'), ('mur-', 'mur'), ('-The', 'The'), ('Ful-', 'Ful'), ('-', ''), ('-', ''), ('-', ''), ('bap-', 'bap'), ('Les-', 'Les'), ('re-', 're'), ('o-', 'o'), ('Pa-', 'Pa'), ('advo-', 'advo'), ('-The', 'The'), ('--', '-'), ('alto-', 'alto'), ('pneumo-', 'pneumo'), ('-At', 'At'), ('suffi-', 'suffi'), ('them-', 'them')]
ST18830712-V09-26-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Southamp-', 'Southamp'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830712-V09-26-page2.txt: [('argu-', 'argu'), ('indestruct-', 'indestruct'), ('im-', 'im'), ('unor-', 'unor'), ('-number', 'number'), ('to-', 'to'), ('ere-', 'ere'), ('ex-', 'ex')]
ST18830712-V09-26-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-leaven."', 'leaven."')]
ST18830712-V09-26-page4.txt: [('-', ''), ('-i', 'i'), ('-', '')]
ST18830712-V09-26-page5.txt: [('--TE', '-TE'), ('abbatii-', 'abbatii'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830712-V09-26-page6.txt: [('-c', 'c'), ('-', ''), ('-Worces-ter', 'Worces-ter'), ('-early', 'early'), ('-.z.abbath', '.z.abbath'), ('-yom', 'yom'), ('-we', 'we'), ('estab-', 'estab')]
ST18830712-V09-26-page7.txt: [('I-', 'I'), ('-has', 'has'), ('life.-', 'life.'), ('-when', 'when'), ('yey-', 'yey'), ('revela-', 'revela'), ('-', ''), ('not-', 'not'), ('-', ''), ('Camp-', 'Camp')]
ST18830712-V09-26-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST18830712-V09-26-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Secre-', 'Secre'), ('-Vice-President', 'Vice-President'), ('-offered', 'offered'), ('---', '--')]
ST18830719-V09-27-page1.txt: [('-encircles-me', 'encircles-me'), ('--no', '-no')]
ST18830719-V09-27-page10.txt: [('Eng-', 'Eng'), ('twenty-', 'twenty'), ('gloom-', 'gloom'), ('-such', 'such'), ('--', '-'), ('--', '-'), ('me."--', 'me."-')]
ST18830719-V09-27-page11.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-i', 'i'), ('--A', '-A'), ('--At', '-At'), ('SERMON-', 'SERMON'), ('-', '')]
ST18830719-V09-27-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Good', 'Good'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-LOUGHBOROUGH', 'LOUGHBOROUGH'), ('RAVESS-', 'RAVESS'), ('outharup-', 'outharup')]
ST18830719-V09-27-page2.txt: [('-the', 'the'), ('--or', '-or')]
ST18830719-V09-27-page3.txt: [('TI-', 'TI'), ('-', ''), ('I-', 'I'), ('FIN-', 'FIN'), ('-', ''), ("-'", "'"), ("--Blunt's", "-Blunt's")]
ST18830719-V09-27-page4.txt: [('-', ''), ('-', ''), ('reek-', 'reek'), ('Sun-', 'Sun'), ('s-', 's'), ('coun.-', 'coun.'), ('-', ''), ('-', ''), ('-he', 'he')]
ST18830719-V09-27-page5.txt: [('--Selected.', '-Selected.'), ('TI-', 'TI'), ('-', ''), ('TI-', 'TI'), ('-i', 'i'), ('den---', 'den--'), ('-', ''), ('-', ''), ('-', '')]
ST18830719-V09-27-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18830719-V09-27-page7.txt: [('TT-', 'TT'), ('--i', '-i'), ('-', ''), ('disci-', 'disci'), ('pro-', 'pro'), ('satis-', 'satis'), ('com-', 'com'), ('-', ''), ('-it', 'it'), ('-', ''), ('ver-', 'ver'), ('dis-', 'dis'), ('posi-', 'posi'), ('ac-', 'ac'), ('knowl-', 'knowl')]
ST18830719-V09-27-page8.txt: [('-', ''), ('-E', 'E'), ('TI-', 'TI'), ('in-', 'in'), ('sup-', 'sup'), ('sere-', 'sere'), ('after-', 'after'), ('-', ''), ('prayer-', 'prayer'), ('prepar-', 'prepar'), ('ex-', 'ex'), ('Interna-', 'Interna')]
ST18830719-V09-27-page9.txt: [('-', ''), ('an-', 'an')]
ST18830726-V09-28-page1.txt: [('-', '')]
ST18830726-V09-28-page10.txt: [('-', ''), ('-', ''), ('-i', 'i')]
ST18830726-V09-28-page11.txt: [('-', ''), ('-near', 'near'), ('---Christian', '--Christian'), ('---The', '--The'), ('--Dispatches', '-Dispatches'), ('--The', '-The'), ('Gov-', 'Gov'), ('-', '')]
ST18830726-V09-28-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Missionary-', 'Missionary'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('e-', 'e')]
ST18830726-V09-28-page2.txt: [("T'I-", "T'I"), ('-', ''), ('-char-acterizes', 'char-acterizes')]
ST18830726-V09-28-page3.txt: [('-well', 'well'), ('-ex-emplar', 'ex-emplar'), ('-servants', 'servants')]
ST18830726-V09-28-page4.txt: [('TT-', 'TT'), ('-been', 'been'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-women-keep-ing', 'women-keep-ing'), ('-not.', 'not.'), ('-', ''), ('-', ''), ('-', ''), ('-Now', 'Now'), ('-Vermont', 'Vermont')]
ST18830726-V09-28-page5.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST18830726-V09-28-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830726-V09-28-page7.txt: [('TI-', 'TI'), ('-', ''), ('sin-', 'sin'), ('circum-', 'circum'), ('-', ''), ('com-', 'com')]
ST18830726-V09-28-page8.txt: [('-', ''), ('-a', 'a'), ('Voted-', 'Voted'), ('-at', 'at'), ('.-', '.')]
ST18830726-V09-28-page9.txt: [('TI-', 'TI'), ('-', ''), ('--', '-')]
ST18830802-V09-29-page1.txt: [('-indi-vidual', 'indi-vidual'), ('--all', '-all'), ('-jeal-ousies', 'jeal-ousies'), ('-', ''), ('-Let', 'Let'), ('--but', '-but'), ('-', '')]
ST18830802-V09-29-page2.txt: [('-', ''), ('-i', 'i'), ('-has', 'has'), ('tem-', 'tem')]
ST18830802-V09-29-page3.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830802-V09-29-page4.txt: [('-', ''), ('--E', '-E'), ('The-', 'The')]
ST18830809-V09-30-page1.txt: [('elo-', 'elo'), ('-', ''), ('-', ''), ('wrongs-', 'wrongs')]
ST18830809-V09-30-page10.txt: [("T'onr-ri-", "T'onr-ri"), ('.."-', '.."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830809-V09-30-page11.txt: [('TIML-', 'TIML'), ('-', ''), ('-', ''), ('-', ''), ('-from', 'from'), ('-', ''), ('-', ''), ('Ti-', 'Ti')]
ST18830809-V09-30-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-presented', 'presented'), ('-Whose', 'Whose'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830809-V09-30-page2.txt: [('-Which', 'Which'), ('-', ''), ('-', '')]
ST18830809-V09-30-page3.txt: [('-i', 'i'), ('I-', 'I'), ('-', ''), ('-parents.', 'parents.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830809-V09-30-page4.txt: [('.-', '.'), ('-', ''), ('-', ''), ('in-', 'in')]
ST18830809-V09-30-page5.txt: [('I-', 'I'), ('ablinth-', 'ablinth'), ('-ti', 'ti'), ('-', ''), ('-', ''), ('-church', 'church'), ('"-', '"'), ('-', ''), ('-that', 'that'), ('--changed', '-changed'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830809-V09-30-page6.txt: [('-', ''), ('-"', '"'), ('-gut', 'gut'), ('-', ''), ('-we', 'we'), ('-', ''), ('-', ''), ('-', '')]
ST18830809-V09-30-page7.txt: [('.-', '.'), ("'-", "'"), ('-', ''), ('command-', 'command'), ('au-', 'au'), ('tra-', 'tra'), ('to-', 'to'), ('indef-', 'indef'), ('-', ''), ('ad-', 'ad'), ('dition-', 'dition'), ('-', ''), ('-', ''), ('Melchize-', 'Melchize'), ('re-', 're'), ('Mel-', 'Mel'), ('-', ''), ('-', '')]
ST18830809-V09-30-page8.txt: [('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830809-V09-30-page9.txt: [('-work', 'work'), ('-i', 'i'), ('.-', '.'), ('.-', '.'), ('-the', 'the')]
ST18830816-V09-31-page1.txt: [('-hesitate', 'hesitate'), ('-', '')]
ST18830816-V09-31-page10.txt: [('fam-', 'fam'), ('at-', 'at'), ('dur-', 'dur'), ('oppor-', 'oppor'), ('expecta-', 'expecta'), ('gen-', 'gen'), ('fashion-', 'fashion')]
ST18830816-V09-31-page11.txt: [('--The', '-The'), ('-', ''), ('-rubbish', 'rubbish'), ('--LThe', '-LThe'), ('-', ''), ('-to', 'to'), ('-', ''), ('San-', 'San'), ('-', ''), ('-', ''), ('-Yob.', 'Yob.'), ('-reading', 'reading'), ('Scriptural.-', 'Scriptural.')]
ST18830816-V09-31-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-San', 'San'), ('-and', 'and'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('OR--', 'OR-'), ('printing-', 'printing'), ('Southamp-', 'Southamp')]
ST18830816-V09-31-page2.txt: [('-', ''), ('be-', 'be'), ('bless-', 'bless'), ('-', ''), ('-week', 'week'), ('remem-', 'remem'), ('en-', 'en'), ('memo-', 'memo'), ('-of', 'of'), ('medita-', 'medita'), ('-', ''), ('-at', 'at'), ('-holy."', 'holy."'), ('-as', 'as'), ('-', ''), ('-', ''), ('becom-', 'becom'), ('be-', 'be'), ('-', '')]
ST18830816-V09-31-page3.txt: [('-', ''), ('-What', 'What'), ('--Archbishop', '-Archbishop'), ('-Unless', 'Unless'), ('-I', 'I'), ('-of', 'of')]
ST18830816-V09-31-page4.txt: [('-they', 'they'), ('-fill.', 'fill.'), ('con--', 'con-'), ('TI-', 'TI'), ('-', ''), ('mat-', 'mat')]
ST18830816-V09-31-page5.txt: [('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-the', 'the')]
ST18830816-V09-31-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the')]
ST18830816-V09-31-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('can-', 'can'), ('-', ''), ('-', ''), ('-', '')]
ST18830816-V09-31-page9.txt: [('-i', 'i'), ('-strength', 'strength'), ('-', '')]
ST18830823-V09-32-page1.txt: [('win--', 'win-'), ('--', '-'), ('DISCIPLINE.-', 'DISCIPLINE.')]
ST18830823-V09-32-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830823-V09-32-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('attend-', 'attend'), ('Testa-', 'Testa'), ('-he', 'he')]
ST18830823-V09-32-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('page-', 'page'), ('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Southamp-', 'Southamp')]
ST18830823-V09-32-page2.txt: [('con-', 'con'), ('our-', 'our'), ('impossi-', 'impossi'), ('to-', 'to'), ('differ-', 'differ'), ('nat-', 'nat'), ('-generations', 'generations'), ('repre-', 'repre')]
ST18830823-V09-32-page4.txt: [('TI-', 'TI'), ('-', '')]
ST18830823-V09-32-page5.txt: [('assistino-', 'assistino'), ('les-', 'les'), ('-', ''), ('fol-', 'fol'), ('at-', 'at'), ('-', ''), ('men-', 'men'), ('pre-', 'pre'), ('form-', 'form')]
ST18830823-V09-32-page6.txt: [('devo-', 'devo'), ('-', ''), ('-', '')]
ST18830823-V09-32-page7.txt: [('Is--', 'Is-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830823-V09-32-page8.txt: [('TI-', 'TI'), ('-', '')]
ST18830823-V09-32-page9.txt: [('-', '')]
ST18830830-V09-33-page10.txt: [('I-', 'I'), ('-a', 'a'), ('-', ''), ('-The', 'The'), ('-', ''), ('-about', 'about'), ('-mortal', 'mortal'), ('-United', 'United'), ('Cecil.-', 'Cecil.')]
ST18830830-V09-33-page11.txt: [('-', ''), ('-Cettinge', 'Cettinge'), ('-', ''), ('-', ''), ('-', '')]
ST18830830-V09-33-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-wood', 'wood'), ('Southamp-', 'Southamp'), ('-', ''), ('one-', 'one'), ('c-', 'c')]
ST18830830-V09-33-page2.txt: [('-Many', 'Many'), ('-the', 'the')]
ST18830830-V09-33-page3.txt: [('-', ''), ('-', ''), ('--alluding', '-alluding'), ('-pentecost', 'pentecost'), ('-earth', 'earth'), ('--literal', '-literal'), ('living-', 'living'), ('-', ''), ('-', ''), ('domin-', 'domin')]
ST18830830-V09-33-page4.txt: [('-that', 'that'), ('-for', 'for'), ('-their', 'their'), ('-', ''), ('-law', 'law'), ('-many', 'many'), ('-respect', 'respect'), ('-apparent', 'apparent'), ('the-', 'the'), ('-such', 'such'), ('-', ''), ('--', '-')]
ST18830830-V09-33-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Sabbath', 'Sabbath')]
ST18830830-V09-33-page6.txt: [('-', ''), ('-', ''), ('-Commandment', 'Commandment'), ('-their', 'their'), ('-they', 'they'), ('-They', 'They')]
ST18830830-V09-33-page7.txt: [('-', ''), ('-', ''), ('-building', 'building'), ('-', ''), ('-', ''), ('-', ''), ('-Work', 'Work'), ('-About', 'About')]
ST18830830-V09-33-page8.txt: [('-', '')]
ST18830830-V09-33-page9.txt: [('-e.', 'e.'), ('-', ''), ('-of', 'of'), ('-full', 'full'), ('high-', 'high'), ('-', ''), ('knowl-', 'knowl'), ('"-', '"')]
ST18830906-V09-34-page1.txt: [('-Y', 'Y')]
ST18830906-V09-34-page10.txt: [('-', ''), ('-the', 'the'), ('-with', 'with')]
ST18830906-V09-34-page11.txt: [('-', ''), ('--The', '-The'), ('-ism', 'ism'), ('--The', '-The'), ('-', '')]
ST18830906-V09-34-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Wesend', 'Wesend'), ('-', ''), ('-', ''), ('-.Address', '.Address'), ('-DEVISED', 'DEVISED'), ('-', ''), ('-', ''), ('-', ''), ('-----', '----')]
ST18830906-V09-34-page4.txt: [('TI-', 'TI'), ('-', ''), ('-the', 'the'), ('--', '-'), ('-Hence', 'Hence'), ('-While', 'While'), ('-those', 'those'), ('there-', 'there'), ('-', '')]
ST18830906-V09-34-page5.txt: [('T.I-', 'T.I'), ('TI-', 'TI'), ('-', ''), ('-', ''), ('-woi', 'woi'), ('-their', 'their'), ('-', '')]
ST18830906-V09-34-page6.txt: [('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('se-', 'se'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830906-V09-34-page7.txt: [('TT-', 'TT'), ('-', ''), ('para-', 'para'), ('appli-', 'appli'), ('-', ''), ('treas-', 'treas'), ('-', ''), ('-', ''), ('-', ''), ('him-', 'him'), ('-', ''), ('ex-', 'ex'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830906-V09-34-page8.txt: [('-', ''), ('-', '')]
ST18830906-V09-34-page9.txt: [('-', '')]
ST18830920-V09-35-page1.txt: [('-', ''), ('-up', 'up'), ('-knew', 'knew'), ('-Was', 'Was')]
ST18830920-V09-35-page10.txt: [('TI-', 'TI'), ('I-', 'I'), ('-', ''), ('-', ''), ('-as', 'as')]
ST18830920-V09-35-page11.txt: [('-', ''), ('--Dakota', '-Dakota'), ('-be', 'be'), ('-Should', 'Should'), ('Norwegians.-', 'Norwegians.'), ('-our', 'our')]
ST18830920-V09-35-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-It', 'It'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830920-V09-35-page2.txt: [('-', ''), ('-', ''), ('-of', 'of')]
ST18830920-V09-35-page3.txt: [('-and', 'and'), ('-', ''), ('be.-', 'be.'), ('--', '-'), ('-the', 'the'), ('-will', 'will'), ('fit-', 'fit'), ('a-', 'a')]
ST18830920-V09-35-page4.txt: [('-he', 'he'), ('-', ''), ('-the', 'the')]
ST18830920-V09-35-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830920-V09-35-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('patri-', 'patri')]
ST18830920-V09-35-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ('-', ''), ('-', ''), ('-', ''), ('-But', 'But'), ('-lieve', 'lieve'), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830920-V09-35-page8.txt: [('TI-', 'TI'), ('-', ''), ('estab-', 'estab'), ('cona-', 'cona'), ('pro-', 'pro'), ('Gene-', 'Gene'), ('obe-', 'obe'), ('abjura-', 'abjura'), ('ta-', 'ta')]
ST18830920-V09-35-page9.txt: [('-enjoyed', 'enjoyed'), ('-', '')]
ST18830927-V09-36-page1.txt: [('them-', 'them'), ('-', ''), ('-advanced', 'advanced'), ('-share', 'share'), ('heart-', 'heart')]
ST18830927-V09-36-page10.txt: [('-down', 'down'), ('-and', 'and'), ('-', ''), ('-street', 'street'), ('-', ''), ('---then', '--then'), ('-', ''), ('-', ''), ('-', ''), ('seemed-re-', 'seemed-re'), ('-', ''), ('whole.-', 'whole.'), ('.--', '.-')]
ST18830927-V09-36-page11.txt: [('-', ''), ('--', '-'), ('--Destructive', '-Destructive'), ('-Paso', 'Paso'), ('--', '-'), ('-Roman', 'Roman')]
ST18830927-V09-36-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--a', '-a'), ('-and', 'and'), ('-Wanted.', 'Wanted.'), ("-'se", "'se"), ('-', ''), ('beginning-', 'beginning'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-on-.', 'on-.'), ('RAVENS--', 'RAVENS-'), ('Southamp-', 'Southamp')]
ST18830927-V09-36-page2.txt: [('believing-', 'believing'), ('-', '')]
ST18830927-V09-36-page3.txt: [('of-', 'of'), ('--the', '-the'), ('-both', 'both'), ('-', ''), ('-', ''), ('-suitable', 'suitable'), ('-pretends', 'pretends'), ('-be', 'be')]
ST18830927-V09-36-page4.txt: [('-some', 'some'), ('-Christ', 'Christ'), ('per-', 'per'), ('-', ''), ('-', ''), ('-are', 'are'), ('Accord-', 'Accord'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('of-', 'of'), ('-We', 'We'), ('wor-', 'wor'), ('pro-', 'pro'), ('-high', 'high')]
ST18830927-V09-36-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18830927-V09-36-page7.txt: [('THT-', 'THT'), ('-', ''), ('-', ''), ('-', ''), ('-antediluvians', 'antediluvians'), ('-', ''), ('-', ''), ('Seth.-', 'Seth.'), ('-the', 'the'), ('-greatly', 'greatly'), ('-', ''), ('-has', 'has'), ('-', ''), ('-first', 'first'), ('-', ''), ('-a', 'a'), ('fire-', 'fire'), ('-', ''), ('-The', 'The'), ('-', ''), ('-', '')]
ST18830927-V09-36-page8.txt: [('-', ''), ('--', '-'), ('--those', '-those'), ('-', ''), ('-Stem', 'Stem'), ('--Jas.', '-Jas.'), ('unorganized-', 'unorganized'), ('-Ukiah', 'Ukiah'), ('-the', 'the'), ('-', ''), ('-a', 'a')]
ST18830927-V09-36-page9.txt: [('TT-', 'TT'), ('TI-', 'TI'), ('--i', '-i'), ('-At', 'At'), ('-Vt.', 'Vt.')]
ST18831004-V09-37-page1.txt: [('Judg-', 'Judg'), ('spirit-', 'spirit'), ('----', '---'), ('serv-', 'serv'), ('-convocations', 'convocations'), ('-to', 'to'), ('pleas-', 'pleas'), ('Id-', 'Id'), ('-', ''), ('-', ''), ('impor-', 'impor'), ('God-', 'God'), ('con-', 'con'), ('-we', 'we'), ('con.-', 'con.'), ('rea-', 'rea'), ('liv-', 'liv'), ('in-', 'in'), ('-', '')]
ST18831004-V09-37-page10.txt: [('TI-', 'TI')]
ST18831004-V09-37-page11.txt: [('--Governor', '-Governor'), ('--The', '-The')]
ST18831004-V09-37-page12.txt: [('TI-II-', 'TI-II'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('explana-', 'explana'), ("-COUNTRY'S", "COUNTRY'S"), ('mis-', 'mis'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('repre-', 'repre')]
ST18831004-V09-37-page2.txt: [('TI-', 'TI'), ('I-', 'I'), ('Corn-', 'Corn'), ('-', ''), ('long-', 'long'), ('-', ''), ('coin-', 'coin'), ('hesi-', 'hesi'), ('un-', 'un'), ('si-', 'si'), ('declar-', 'declar')]
ST18831004-V09-37-page3.txt: [('-reason', 'reason'), ('-ROPIII', 'ROPIII'), ('-', ''), ('-', ''), ('command-', 'command'), ('conver-', 'conver')]
ST18831004-V09-37-page4.txt: [('-', ''), ('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('system."-', 'system."'), ('-', ''), ('abolished-', 'abolished'), ('-the', 'the'), ('-it.', 'it.'), ('-', ''), ("-is'", "is'"), ('-', ''), ('-to', 'to')]
ST18831004-V09-37-page5.txt: [('-tom', 'tom'), ('times.-', 'times.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('abbath-', 'abbath'), ('-', ''), ('-', '')]
ST18831004-V09-37-page6.txt: [('-', ''), ('D-', 'D'), ('-and', 'and'), ('-', ''), ('-', '')]
ST18831004-V09-37-page7.txt: [('Ta-', 'Ta'), ('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('doe-', 'doe')]
ST18831004-V09-37-page8.txt: [('--i', '-i'), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('--', '-'), ('-it.', 'it.'), ('-', '')]
ST18831004-V09-37-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST18831011-V09-38-page1.txt: [('cease-', 'cease'), ('-Grant', 'Grant')]
ST18831011-V09-38-page10.txt: [('-he', 'he'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-lived', 'lived'), ('-one', 'one'), ('-her', 'her'), ('-we', 'we'), ('--cared', '-cared'), ('--', '-')]
ST18831011-V09-38-page11.txt: [('-', ''), ('--Los', '-Los'), ('-', '')]
ST18831011-V09-38-page12.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-Church', 'Church'), ('-should', 'should'), ('-is', 'is'), ('-', ''), ('-missions.', 'missions.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('RAVENS-', 'RAVENS'), ('Southamp-', 'Southamp')]
ST18831011-V09-38-page2.txt: [('im-', 'im'), ('-a', 'a'), ('lov-', 'lov'), ('constitutional-', 'constitutional'), ('even-', 'even'), ('sen-', 'sen'), ('-', ''), ('affec-', 'affec'), ('poor."--', 'poor."-')]
ST18831011-V09-38-page3.txt: [('-', '')]
ST18831011-V09-38-page4.txt: [('-', ''), ('TI-', 'TI'), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', '')]
ST18831011-V09-38-page5.txt: [('TI-', 'TI'), ('-', ''), ('TI-', 'TI'), ('I-', 'I'), ('abbath-', 'abbath'), ('-', ''), ('-', '')]
ST18831011-V09-38-page6.txt: [('-', ''), ('-is', 'is'), ('-', ''), ('-', ''), ('-', '')]
ST18831011-V09-38-page7.txt: [('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-temporal', 'temporal')]
ST18831011-V09-38-page8.txt: [('-', ''), ('--', '-'), ('-men', 'men'), ('secur-', 'secur')]
ST18831011-V09-38-page9.txt: [('--its', '-its'), ('-', ''), ('-concerning', 'concerning'), ('anticipa-', 'anticipa'), ('disease.-', 'disease.'), ('-has', 'has'), ('per-', 'per'), ('-Unable', 'Unable'), ('propor-', 'propor')]
ST18831018-V09-39-page1.txt: [('SONG-', 'SONG'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18831018-V09-39-page10.txt: [('T-', 'T'), ('-starch', 'starch'), ('-come', 'come'), ('-', ''), ('-', ''), ('-', ''), ('-hin-drance', 'hin-drance'), ('-they', 'they'), ('"-', '"'), ('-John', 'John'), ('-Mary', 'Mary'), ('ex--', 'ex-'), ('-went', 'went'), ('-so', 'so'), ('-heard', 'heard'), ('-', ''), ('-she', 'she'), ('-was', 'was'), ('-will', 'will'), ('-By', 'By'), ('-week', 'week'), ('to-', 'to')]
ST18831018-V09-39-page11.txt: [('--There', '-There'), ('-', ''), ('--Miss', '-Miss')]
ST18831018-V09-39-page12.txt: [('BAPTISM-', 'BAPTISM'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--In', '-In'), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Address', 'Address'), ('OR--', 'OR-'), ('RAVENS-', 'RAVENS'), ('Soutliamp-', 'Soutliamp')]
ST18831018-V09-39-page2.txt: [('-', ''), ('-the', 'the'), ('-He', 'He'), ('-Nis', 'Nis'), ('-', ''), ('-', ''), ('.-', '.'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('for--', 'for-'), ('-', ''), ('-keeping', 'keeping'), ('-your', 'your'), ('-a', 'a'), ('mismanaged-', 'mismanaged'), ('-', '')]
ST18831018-V09-39-page3.txt: [('-', ''), ('-a', 'a'), ('N-', 'N'), ('-', ''), ('-more.', 'more.'), ('--beneath', '-beneath'), ('--Above', '-Above'), ('--aye', '-aye'), ('--I', '-I'), ('-We', 'We'), ("-'Tis", "'Tis"), ('--there', '-there'), ('--', '-'), ('-', ''), ('-', ''), ('-Saviour', 'Saviour'), ('.-', '.'), ('-', ''), ('-', ''), ('-to', 'to'), ('-is', 'is')]
ST18831018-V09-39-page4.txt: [('-', ''), ('TI-', 'TI'), ('-is', 'is'), ('-', ''), ('-', ''), ('-abolished', 'abolished'), ('-creatures.', 'creatures.'), ('-', ''), ('-he', 'he'), ('-', ''), ('-institute', 'institute'), ('-a', 'a')]
ST18831018-V09-39-page5.txt: [('-', '')]
ST18831018-V09-39-page6.txt: [('-phar', 'phar'), ('-which', 'which'), ('-was', 'was'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18831018-V09-39-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-death', 'death'), ('-', ''), ('-', ''), ('-another', 'another'), ('-', ''), ('-able', 'able'), ('con-', 'con'), ('la-', 'la'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18831018-V09-39-page8.txt: [('-goby', 'goby'), ('stran-', 'stran'), ('eStab-', 'eStab'), ('pros-', 'pros')]
ST18831018-V09-39-page9.txt: [('-A', 'A'), ('-', '')]
ST18831025-V09-40-page1.txt: [('-', ''), ('-he', 'he'), ('-', ''), ('.re-', '.re'), ('-', ''), ('-', ''), ('Every-', 'Every'), ('loveliness--', 'loveliness-'), ('pre-', 'pre'), ('Lutherre-', 'Lutherre'), ('G.-', 'G.'), ('-', ''), ('con-', 'con'), ("-Refornier's", "Refornier's"), ('-for', 'for'), ('Fredladed-', 'Fredladed'), ('-regardless', 'regardless'), ('re-', 're'), ('inwithdraw-', 'inwithdraw'), ('-are', 'are'), ('--', '-'), ('cloth-', 'cloth'), ('though-', 'though'), ('-passion', 'passion'), ('-', ''), ('-', ''), ('-from', 'from'), ('-', ''), ('e---', 'e--'), ('-', ''), ('-', ''), ('-began', 'began'), ('-not', 'not')]
ST18831025-V09-40-page10.txt: [('TI-', 'TI'), ('-', ''), ('tak-', 'tak'), ('pro-', 'pro'), ('aver-', 'aver'), ('in-', 'in'), ('John-', 'John'), ('mi-', 'mi')]
ST18831025-V09-40-page11.txt: [('TI-', 'TI'), ('-', ''), ('nominated-', 'nominated'), ('-supposed', 'supposed'), ('-', ''), ('-Pennsyl-Vania', 'Pennsyl-Vania'), ('-', '')]
ST18831025-V09-40-page12.txt: [('-', ''), ('hence-', 'hence'), ('-', ''), ('located.-', 'located.'), ('-influence', 'influence'), ('-', ''), ('-draft', 'draft'), ('-Second', 'Second'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18831025-V09-40-page2.txt: [('-', ''), ('-for', 'for'), ('Seventh-', 'Seventh'), ('-Your', 'Your'), ('-', ''), ('-Erfurth', 'Erfurth'), ('con-', 'con'), ('-Fearlessly', 'Fearlessly')]
ST18831025-V09-40-page3.txt: [('TY-', 'TY'), ('TI-', 'TI'), ('-', ''), ('-', '')]
ST18831025-V09-40-page4.txt: [('I-', 'I'), ('Vol--', 'Vol-'), ('-', ''), ('-Christ', 'Christ'), ('-', ''), ('-Universalists', 'Universalists')]
ST18831025-V09-40-page5.txt: [('-', '')]
ST18831025-V09-40-page6.txt: [('-i', 'i'), ('-', ''), ('-', ''), ('fol-', 'fol'), ('-', ''), ('-', ''), ('-of', 'of')]
ST18831025-V09-40-page7.txt: [('-even', 'even'), ('-kingdom.', 'kingdom.'), ('-', ''), ('-', ''), ('-', ''), ('-took', 'took'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18831025-V09-40-page8.txt: [('TI-', 'TI'), ('-', '')]
ST18831025-V09-40-page9.txt: [('An-', 'An'), ('sub-', 'sub'), ('dis-', 'dis'), ('ex-', 'ex')]
ST18831101-V09-41-page1.txt: [('-', ''), ('-', ''), ('-And', 'And'), ('-', ''), ('-up.', 'up.'), ('-he', 'he'), ('-', ''), ('-a', 'a')]
ST18831101-V09-41-page10.txt: [('place-', 'place'), ("-There's", "There's"), ('-', ''), ('-', ''), ('--attends', '-attends'), ('--Lgives', '-Lgives'), ('-She', 'She'), ('high-', 'high'), ('-and', 'and')]
ST18831101-V09-41-page11.txt: [('-', ''), ('-The', 'The'), ('cor-', 'cor'), ('-', ''), ('--During', '-During'), ('-to', 'to'), ('-GOOD', 'GOOD')]
ST18831101-V09-41-page12.txt: [('-', ''), ("-'nation", "'nation"), ('-by', 'by'), ('-', ''), ('-', ''), ('-PAGE', 'PAGE'), ('-of', 'of'), ('-Norwegians.', 'Norwegians.'), ('-', '')]
ST18831101-V09-41-page2.txt: [('rill--', 'rill-'), ('TI-', 'TI'), ('-as', 'as'), ('-', ''), ('-wrong', 'wrong'), ('-Man', 'Man'), ('-', ''), ('-', '')]
ST18831101-V09-41-page3.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-weep', 'weep'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.precede', '.precede'), ('-', ''), ('of-', 'of'), ('-', ''), ('-in', 'in'), ('--', '-'), ('-', ''), ('-yewzd', 'yewzd'), ('-u.', 'u.'), ('-', '')]
ST18831101-V09-41-page4.txt: [('-', ''), ('-a', 'a'), ('-die."', 'die."'), ('-guilt.', 'guilt.'), ('-was', 'was'), ('-the', 'the'), ('-a', 'a'), ('-', ''), ('-neither.', 'neither.'), ('-asserted', 'asserted'), ('-', ''), ('destroyed.-', 'destroyed.'), ('-', ''), ('-of', 'of'), ('-', ''), ('-', '')]
ST18831101-V09-41-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST18831101-V09-41-page6.txt: [('mis-', 'mis'), ('-purported.', 'purported.'), ('-circuit', 'circuit'), ('-popular', 'popular'), ('-was', 'was'), ('-', ''), ('correct.-', 'correct.'), ('--', '-'), ('medi-', 'medi')]
ST18831101-V09-41-page7.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-', ''), ('-tines', 'tines'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18831101-V09-41-page8.txt: [('I-', 'I'), ('-', ''), ('-', ''), ('-Vast', 'Vast'), ('-V-', 'V-')]
ST18831101-V09-41-page9.txt: [('-', ''), ('-', ''), ('-i', 'i'), ('-That', 'That'), ('-', ''), ('-', ''), ('-especially', 'especially'), ('---', '--')]
ST18831108-V09-42-page1.txt: [("T'nsl--", "T'nsl-"), ('-', ''), ('-TA.A', 'TA.A'), ('-they', 'they'), ('-', ''), ('-a', 'a'), ('-deception', 'deception')]
ST18831108-V09-42-page10.txt: [('-', ''), ('-', ''), ('-his', 'his'), ('answered-', 'answered'), ('-is', 'is'), ('-sort', 'sort'), ('-his', 'his'), ('drink.--', 'drink.-'), ('-', ''), ('-of', 'of')]
ST18831108-V09-42-page11.txt: [('--Geo.', '-Geo.'), ('--The', '-The'), ('--The', '-The'), ('--Frank', '-Frank'), ('-', ''), ('Cal-', 'Cal'), ('Ameri-', 'Ameri'), ('Spi-', 'Spi'), ('--The', '-The')]
ST18831108-V09-42-page12.txt: [('-cent.', 'cent.'), ('Aug-', 'Aug'), ('-Address', 'Address'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('OR--', 'OR-'), ('RAVENS-', 'RAVENS'), ('Southamp-', 'Southamp')]
ST18831108-V09-42-page2.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-by', 'by'), ('-', '')]
ST18831108-V09-42-page3.txt: [('-', ''), ('--which', '-which'), ('-of', 'of'), ("com'mand-", "com'mand"), ('-', ''), ('-', ''), ('-who', 'who')]
ST18831108-V09-42-page4.txt: [('-notice', 'notice'), ('-righteousness.', 'righteousness.'), ('-a', 'a'), ('right-', 'right'), ('Govern-', 'Govern'), ('command-', 'command'), ('at-', 'at'), ('Gov-', 'Gov'), ('-', ''), ('deter-', 'deter'), ('-', ''), ('-right', 'right'), ('-', ''), ('-weeks', 'weeks'), ('mani-', 'mani'), ('can-', 'can'), ('-', '')]
ST18831108-V09-42-page5.txt: [('-', ''), ('-', '')]
ST18831108-V09-42-page6.txt: [('-"Satan', '"Satan'), ('-when', 'when'), ('-word', 'word'), ('dark-', 'dark'), ('-a', 'a'), ('-is', 'is'), ('Cali-', 'Cali'), ('places-', 'places'), ('-We', 'We'), ('-all', 'all'), ('-', ''), ('-man', 'man'), ('Wood-', 'Wood')]
ST18831108-V09-42-page7.txt: [('protec-', 'protec'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('inter-', 'inter'), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18831108-V09-42-page8.txt: [('B-', 'B'), ('-for', 'for'), ('Tus-', 'Tus')]
ST18831108-V09-42-page9.txt: [('-factitious', 'factitious'), ('-', ''), ('-laughing', 'laughing'), ('-bit', 'bit'), ('-dis-ease', 'dis-ease'), ('-from', 'from'), ('-', ''), ('-is', 'is'), ('-a', 'a'), ('-his', 'his'), ('-make', 'make'), ('-United', 'United'), ('-th.e', 'th.e'), ('-future', 'future')]
ST18831115-V09-43-page1.txt: [('N-', 'N'), ('IN-G-', 'IN-G'), ('-had', 'had'), ('-Would', 'Would'), ('-Jesus', 'Jesus'), ('-.referred', '.referred'), ('-Work', 'Work')]
ST18831115-V09-43-page10.txt: [('-', ''), ('-William', 'William'), ('-wife', 'wife'), ('-of', 'of'), ('ci-viDR-EN-', 'ci-viDR-EN'), ('-', ''), ('com-', 'com'), ('-in', 'in'), ("-Freeman's", "Freeman's")]
ST18831115-V09-43-page11.txt: [('I-', 'I'), ('I-', 'I'), ('--The', '-The'), ('-the', 'the'), ('-', ''), ('-Senator', 'Senator'), ('-far', 'far'), ('-Williams', 'Williams'), ('-', ''), ('-', '')]
ST18831115-V09-43-page12.txt: [('-.', '.'), ('-I', 'I'), ('-', ''), ('-', ''), ('t-', 't'), ('-N', 'N'), ('--', '-'), ('-', ''), ('--"\'', '-"\''), ('--', '-'), ('.---', '.--'), ('-I', 'I'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("wash'-", "wash'"), ('-', ''), ('-', ''), ('-ver', 'ver'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.--', '.-'), ('-O', 'O'), ('----IF-', '---IF-'), ('-', ''), ('-', ''), ('-f', 'f'), ('-a', 'a'), ('-', ''), ('-', ''), ('H-', 'H'), ('-', ''), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('..-----', '..----'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('p-', 'p'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-t.', 't.'), ('-', ''), ('-', ''), ('the-', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ity-', 'ity'), ('-', ''), ('-', ''), ('-', ''), ('t-', 't'), ('-', '')]
ST18831115-V09-43-page2.txt: [('TT-', 'TT'), ('-', ''), ('other.-', 'other.'), ("God's.ina-", "God's.ina"), ('-is', 'is'), ('The-', 'The'), ('-more', 'more'), ('thy-', 'thy'), ('-', ''), ('-that', 'that'), ('-', ''), ('-Unborn', 'Unborn'), ('-These', 'These'), ('per-', 'per'), ('-saw', 'saw'), ('-', ''), ('-the', 'the'), ('-mankind', 'mankind')]
ST18831115-V09-43-page3.txt: [('TI-', 'TI'), ('-', ''), ('-Til', 'Til'), ('-to', 'to'), ('-in', 'in'), ('-', ''), ('-', ''), ('-Jesus', 'Jesus'), ('Rom.-', 'Rom.'), ('-the', 'the'), ('-reckless', 'reckless'), ('-him', 'him'), ('-make', 'make'), ('-', ''), ('life.-', 'life.')]
ST18831115-V09-43-page4.txt: [('-a', 'a'), ('-', ''), ('-the', 'the'), ('-God.', 'God.'), ('-', ''), ('-he', 'he'), ('---by', '--by')]
ST18831115-V09-43-page5.txt: [('-', ''), ('-', '')]
ST18831115-V09-43-page6.txt: [('-', ''), ('patri-', 'patri'), ('-his', 'his'), ('Arm-', 'Arm'), ('-the', 'the'), ('-', '')]
ST18831115-V09-43-page7.txt: [('I-', 'I'), ('TI-', 'TI'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18831115-V09-43-page8.txt: [('"mod\'-', '"mod\''), ('-', '')]
ST18831115-V09-43-page9.txt: [('-husbands.', 'husbands.'), ('-there', 'there')]
ST18831122-V09-44-page1.txt: [('-gazing', 'gazing'), ('-K.', 'K.'), ('as-', 'as'), ('messen-', 'messen'), ('-them', 'them'), ('de-', 'de'), ('Heaven-', 'Heaven'), ('-inconearth.', 'inconearth.'), ('Heaven-', 'Heaven'), ('iden-', 'iden'), ('-and', 'and'), ('-and', 'and'), ('mourn-', 'mourn'), ('-their', 'their'), ('-', ''), ('Say-', 'Say'), ('-', '')]
ST18831122-V09-44-page10.txt: [('-', ''), ('-', ''), ('c-', 'c'), ('-Jante', 'Jante'), ('LIGHT-', 'LIGHT'), ('-', ''), ('-USE.', 'USE.'), ('get-', 'get'), ('-', ''), ('fa-', 'fa'), ('pre-', 'pre'), ('matri-', 'matri'), ('day.-', 'day.'), ('-', ''), ('ques-', 'ques'), ('rub-', 'rub'), ('-', ''), ('-', ''), ('-', ''), ('nine-', 'nine'), ('-and', 'and'), ('-did', 'did'), ('-', ''), ('-you', 'you'), ('-', ''), ('every-', 'every'), ('mar-', 'mar'), ("-quainted.'", "quainted.'"), ('-', ''), ('nlls-', 'nlls'), ('know.-', 'know.'), ('ha.ppi-', 'ha.ppi'), ('-', ''), ('par-', 'par'), ('-', ''), ('-Co', 'Co'), ('--', '-')]
ST18831122-V09-44-page11.txt: [('-as', 'as'), ('-appointment', 'appointment'), ('--A', '-A'), ('-quarrel', 'quarrel'), ('--The', '-The'), ('Lord-', 'Lord'), ('-', ''), ('--Twenty', '-Twenty'), ('--Judge', '-Judge'), ('-by', 'by'), ('-is', 'is'), ('-', ''), ('--A', '-A'), ('and-', 'and'), ('-', ''), ('-Secretary', 'Secretary'), ('-of', 'of'), ('-was', 'was'), ('-the', 'the'), ('-', '')]
ST18831122-V09-44-page12.txt: [('them.-', 'them.'), ('-', ''), ('-', ''), ('of-', 'of'), ('Children.-', 'Children.'), ('Tir--', 'Tir-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-xl', 'xl'), ('-.', '.'), ('Dic.-', 'Dic.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-OR-', 'OR-'), ('RAVENS-', 'RAVENS'), ('-', ''), ('Southamp-', 'Southamp'), ('-x', 'x')]
ST18831122-V09-44-page2.txt: [('-', ''), ('-ready', 'ready'), ('-and', 'and'), ('-wounds', 'wounds'), ('-their', 'their'), ('-seen.', 'seen.'), ('-Sunday', 'Sunday'), ('-their', 'their'), ('-Where', 'Where'), ('-commenced', 'commenced'), ('-', ''), ('-mankind', 'mankind'), ('-adultery', 'adultery'), ('-', ''), ('-of', 'of'), ('-therefore', 'therefore'), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The')]
ST18831122-V09-44-page3.txt: [('-is', 'is'), ('-', ''), ('-with', 'with'), ('-', ''), ('-', ''), ('-', ''), ('-We', 'We'), ('-', ''), ('-by', 'by'), ('-Father', 'Father'), ('-Yet', 'Yet'), ("-who'", "who'")]
ST18831122-V09-44-page4.txt: [('-', ''), ('-with', 'with'), ('-Thus', 'Thus'), ('-', ''), ('-the', 'the'), ('-severe', 'severe'), ('-is', 'is'), ('-laws', 'laws'), ('-as', 'as'), ('-', ''), ('-he', 'he'), ('-of', 'of'), ('-bear', 'bear'), ('-if', 'if'), ('-', ''), ('-in', 'in'), ('-', ''), ('-', ''), ('-all', 'all'), ('-the', 'the'), ('-for', 'for')]
ST18831122-V09-44-page5.txt: [('-does', 'does'), ('apostle.-', 'apostle.'), ('-', '')]
ST18831122-V09-44-page6.txt: [('I-', 'I'), ('TI-', 'TI'), ('-', ''), ('-so', 'so'), ('-', ''), ('-the', 'the'), ('-closest', 'closest'), ('-of', 'of'), ('-Advocate', 'Advocate'), ('In-', 'In')]
ST18831122-V09-44-page7.txt: [('E-', 'E'), ('pass-', 'pass'), ('reek-', 'reek'), ('-', ''), ('-', ''), ('--', '-'), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-', ''), ('rea-', 'rea'), ('feet-', 'feet'), ('ton-', 'ton'), ('-', ''), ('-keep', 'keep'), ('no-', 'no'), ('-', ''), ('knowl-', 'knowl'), ('-', ''), ('-Woodcup', 'Woodcup'), ('-Woodwhen', 'Woodwhen'), ('.-', '.'), ('-his', 'his'), ('Sup-', 'Sup')]
ST18831122-V09-44-page8.txt: [('TI-', 'TI'), ('TI-', 'TI'), ('-not', 'not'), ('-', ''), ('-', ''), ('-', ''), ('pre-', 'pre')]
ST18831122-V09-44-page9.txt: [('tom-', 'tom'), ('Vau-', 'Vau'), ('-', ''), ('hay-', 'hay'), ('com-', 'com'), ('-the', 'the'), ('-led', 'led')]
ST18831129-V09-45-page1.txt: [('-keep', 'keep'), ('-During', 'During'), ('-', ''), ('-tO', 'tO'), ('-is', 'is'), ('-Blessed', 'Blessed'), ('-presence', 'presence'), ("-and'", "and'"), ('circum-', 'circum')]
ST18831129-V09-45-page10.txt: [('-', ''), ('-', '')]
ST18831129-V09-45-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Lord', '-Lord'), ('-', ''), ('-Loughrea', 'Loughrea'), ('-on', 'on'), ('-one', 'one'), ('nainedDervin.-', 'nainedDervin.'), ('-.Shoriting-that', '.Shoriting-that'), ('--The', '-The'), ('-bilt', 'bilt'), ('-seernS', 'seernS'), ('-', ''), ('Hon.-', 'Hon.'), ('-', ''), ('-yearold', 'yearold'), ('-', ''), ('com-', 'com'), ('-Deming', 'Deming'), ('-the', 'the'), ('-', ''), ('-for', 'for'), ('-heads', 'heads'), ('-Los', 'Los'), ('-con-victed', 'con-victed'), ('-', ''), ('-', ''), ('--Governor', '-Governor'), ('-', ''), ('-', ''), ('-', ''), ('-journalist', 'journalist'), ('-thei', 'thei'), ('-house', 'house')]
ST18831129-V09-45-page12.txt: [('-', ''), ('-i', 'i'), ('TI-', 'TI'), ('-We', 'We'), ('-', ''), ('-', ''), ('-from', 'from'), ('-', ''), ('--so', '-so'), ('-xli.', 'xli.'), ('Mar--', 'Mar-'), ('riage-', 'riage'), ('-illustratibns', 'illustratibns'), ('-', ''), ('-', ''), ('-No.', 'No.'), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-OR-', 'OR-'), ('Southamp--', 'Southamp-')]
ST18831129-V09-45-page2.txt: [('-', ''), ('-i', 'i'), ('-journey', 'journey'), ('--needed', '-needed'), ('-for', 'for'), ('-N-ehemiah', 'N-ehemiah'), ('country.-', 'country.'), ('-Rev.', 'Rev.'), ('-responsibilities', 'responsibilities'), ('-that', 'that'), ('-', ''), ('pay-', 'pay'), ('Journal.-', 'Journal.')]
ST18831129-V09-45-page3.txt: [('I-', 'I'), ('-or', 'or'), ('-', ''), ('-the', 'the'), ('-', ''), ('-any', 'any')]
ST18831129-V09-45-page4.txt: [('-in', 'in'), ('made-', 'made'), ('-', ''), ('-all', 'all'), ('-', ''), ('-', ''), ('-', ''), ('-is', 'is'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-man', 'man'), ('-Christ', 'Christ'), ('-', ''), ('-', ''), ('-', ''), ('less-', 'less')]
ST18831129-V09-45-page5.txt: [('abbath-', 'abbath'), ('-', ''), ('-', ''), ('-', ''), ('-corrects', 'corrects'), ('-to', 'to'), ('-the', 'the'), ('-bn', 'bn'), ('-estimation', 'estimation'), ('-', ''), ('-great', 'great'), ('-', ''), ('-', ''), ('-that', 'that'), ('-', ''), ('-', ''), ('-', ''), ('-was', 'was'), ('-Adam', 'Adam'), ('-fell', 'fell'), ('-a', 'a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('writ-', 'writ'), ('-', ''), ('-words', 'words'), ("of'-", "of'"), ('reward.-', 'reward.'), ('-is', 'is')]
ST18831129-V09-45-page6.txt: [('-', ''), ('-', ''), ('re-', 're'), ('-moral', 'moral')]
ST18831129-V09-45-page7.txt: [('-com-muaion', 'com-muaion'), ('tenderness-', 'tenderness')]
ST18831129-V09-45-page8.txt: [('TI-', 'TI'), ('-', ''), ('po-', 'po'), ('-that', 'that')]
ST18831129-V09-45-page9.txt: [('-', ''), ('asking-', 'asking'), ('-household', 'household'), ('-its', 'its'), ('-and', 'and')]
ST18831206-V09-46-page1.txt: [('-', ''), ('-there', 'there'), ('-But', 'But'), ('-the', 'the'), ('relue-', 'relue')]
ST18831206-V09-46-page10.txt: [('WI-', 'WI'), ('-I', 'I'), ('-', ''), ('-two-year-old', 'two-year-old'), ('-', ''), ('-way', 'way'), ('-and', 'and'), ('children.-', 'children.'), ('-al-ways', 'al-ways'), ('-regarded', 'regarded'), ('-useful', 'useful'), ('-', '')]
ST18831206-V09-46-page11.txt: [('for-', 'for'), ('Mayor-', 'Mayor'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--The', '-The'), ('--The', '-The'), ('---An', '--An'), ('--Nov.', '-Nov.'), ('-a', 'a'), ('---', '--'), ('-', ''), ('of-', 'of')]
ST18831206-V09-46-page12.txt: [('-', ''), ('-three', 'three'), ('-', ''), ('-ready', 'ready'), ('-We', 'We'), ('-', ''), ('-x', 'x'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('RAVENS-', 'RAVENS')]
ST18831206-V09-46-page2.txt: [('assurance-', 'assurance'), ('-upon', 'upon'), ('-when', 'when')]
ST18831206-V09-46-page3.txt: [('-CS.', 'CS.'), ('-homes', 'homes'), ('-is', 'is'), ('-his', 'his'), ('-works.', 'works.'), ('-', ''), ('-and', 'and'), ('-mercy', 'mercy'), ('-cross-s', 'cross-s'), ('-', ''), ('-whence', 'whence'), ('-said.', 'said.'), ('-', ''), ('-', ''), ('-would', 'would')]
ST18831206-V09-46-page4.txt: [('OF-', 'OF'), ('-', ''), ('-the', 'the'), ('-', ''), ('-the', 'the'), ('de-', 'de'), ('illus-', 'illus')]
ST18831206-V09-46-page5.txt: [('-IE', 'IE'), ('sal-', 'sal'), ('ap-', 'ap'), ('-', ''), ('-', ''), ('-note', 'note'), ('-', ''), ('faith.-', 'faith.')]
ST18831206-V09-46-page6.txt: [('TIL-', 'TIL'), ('-', ''), ('-', ''), ('com-', 'com'), ('The-', 'The'), ('condem-', 'condem')]
ST18831206-V09-46-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18831206-V09-46-page8.txt: [('TI-', 'TI'), ('-', ''), ('-', ''), ('-sacred', 'sacred'), ('in-', 'in'), ('-was', 'was'), ('-attended', 'attended'), ('-thoroughly', 'thoroughly'), ('-', ''), ('-', ''), ('-', '')]
ST18831206-V09-46-page9.txt: [('-College', 'College'), ('-', ''), ('-', ''), ('M.-', 'M.'), ('-', ''), ('-WHEREAS', 'WHEREAS'), ('-.---', '.---'), ('-o', 'o'), ('-', ''), ('-', ''), ('Nov.-', 'Nov.'), ('-that', 'that'), ('them-', 'them'), ('-necessity', 'necessity')]
ST18831213-V09-47-page1.txt: [('ene-', 'ene')]
ST18831213-V09-47-page10.txt: [('-win', 'win'), ('-WORK', 'WORK')]
ST18831213-V09-47-page11.txt: [("--O'Donnell", "-O'Donnell"), ('-expul-sion', 'expul-sion'), ('-four', 'four'), ('--A.', '-A.'), ('--The', '-The'), ('-storm.', 'storm.'), ('-T.', 'T.'), ('eman--', 'eman-'), ('---The', '--The'), ('--The', '-The'), ('-feet', 'feet'), ('-While', 'While'), ('-.farts', '.farts'), ('-', ''), ('---', '--'), ('-', ''), ('-Temperance', 'Temperance'), ('Fire-', 'Fire'), ('-', ''), ('Off-----', 'Off----'), ('--President', '-President'), ('--At', '-At'), ('--', '-'), ('-train', 'train'), ('-The', 'The'), ('-', ''), ('-confederates', 'confederates')]
ST18831213-V09-47-page12.txt: [('RAVENS-', 'RAVENS'), ('-regard', 'regard'), ('-', ''), ('-', ''), ('------', '-----'), ('-', ''), ('-', ''), ('---', '--'), ('--', '-'), ('-', ''), ('-', ''), ('--Q', '-Q'), ('-stands', 'stands'), ('relig-', 'relig'), ('-news', 'news')]
ST18831213-V09-47-page2.txt: [('-priests', 'priests'), ('-God', 'God'), ('-G', 'G'), ('-', ''), ('-', ''), ('-these', 'these'), ('-', ''), ('--Great', '-Great'), ('-', ''), ('-', ''), ('--The-Safeguard.', '-The-Safeguard.'), ('-timid', 'timid'), ('ran-', 'ran'), ('-', ''), ('G-er-', 'G-er'), ('-comprise', 'comprise'), ('-More', 'More'), ('-', ''), ('-People', 'People'), ('-unfinished', 'unfinished'), ('-echoed', 'echoed'), ('-th-e', 'th-e')]
ST18831213-V09-47-page3.txt: [('Para-', 'Para'), ('-', ''), ('dif-', 'dif'), ('ac-', 'ac'), ('par-', 'par'), ('-risen', 'risen'), ('vio-', 'vio'), ('in-', 'in'), ('-creasing', 'creasing'), ('in-', 'in'), ('Sabbath-', 'Sabbath'), ('be-', 'be'), ('elder-', 'elder')]
ST18831213-V09-47-page4.txt: [('--to', '-to'), ('-greater', 'greater'), ('-offered', 'offered'), ('-no', 'no'), ('-sin', 'sin'), ('-', ''), ('-where', 'where'), ('-he', 'he'), ('-', ''), ('-might', 'might'), ('-in', 'in'), ('-', ''), ('-', ''), ('-God', 'God'), ('con-', 'con'), ('-', ''), ('-', '')]
ST18831213-V09-47-page5.txt: [('-', ''), ('-', ''), ('en-', 'en')]
ST18831213-V09-47-page6.txt: [('-', ''), ('-', ''), ('ben-', 'ben'), ('-and', 'and'), ('-', ''), ('fish-', 'fish'), ('Arm-', 'Arm'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18831213-V09-47-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18831213-V09-47-page8.txt: [('-ij', 'ij'), ('TI-', 'TI'), ('-', ''), ('---short', '--short'), ('-', ''), ('-', ''), ('verse-', 'verse')]
ST18831213-V09-47-page9.txt: [('I-', 'I'), ('re-', 're'), ('load-', 'load'), ('de-', 'de'), ('pros-', 'pros'), ('-The', 'The'), ('trans-', 'trans'), ('meal-', 'meal'), ('any-', 'any'), ('uni-', 'uni'), ('-on', 'on'), ('way-', 'way')]
ST18831220-V09-48-page1.txt: [("'---", "'--"), ('-to', 'to'), ("''Io've-", "''Io've"), ('-had', 'had')]
ST18831220-V09-48-page10.txt: [('screamed-', 'screamed'), ('one-', 'one'), ('A-', 'A'), ('-their', 'their')]
ST18831220-V09-48-page11.txt: [('--A', '-A'), ('Salvation-', 'Salvation'), ('remainsof-', 'remainsof'), ('-troduced', 'troduced'), ('discounte-', 'discounte')]
ST18831220-V09-48-page12.txt: [('TI-', 'TI'), ('-', ''), ('Volume-', 'Volume'), ('re-', 're'), ('-in', 'in'), ('-', ''), ('title.-', 'title.'), ('-Iuced', 'Iuced'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('RAVENS-', 'RAVENS'), ('Southamp-', 'Southamp')]
ST18831220-V09-48-page13.txt: [('.-', '.'), ('-', ''), ('-', ''), ('-Upon', 'Upon'), ('TRACTS.-', 'TRACTS.'), ('-', ''), ('Abrogated-', 'Abrogated'), ('-', ''), ('-', '')]
ST18831220-V09-48-page14.txt: [('-', ''), ('-come', 'come'), ('-', ''), ('-as', 'as'), ('selected.-', 'selected.'), ('-agreeable.', 'agreeable.'), ('--exposing--sin', '-exposing--sin'), ('-Epistles', 'Epistles'), ('-The', 'The'), ('Amend-', 'Amend'), ('-VATURE', 'VATURE'), ('-Sabbath', 'Sabbath'), ('-any', 'any'), ('-', ''), ('-of-the-theory', 'of-the-theory'), ('-sanctified', 'sanctified'), ('-without', 'without'), ('-arid', 'arid'), ('-', ''), ('-lined', 'lined'), ('-', ''), ('Re-', 'Re'), ('-Us--to', 'Us--to'), ('-', ''), ('-', ''), ('-OR', 'OR'), ('-Volume', 'Volume'), ('-', ''), ('history-', 'history'), ('-Paul.', 'Paul.'), ('-fromthat', 'fromthat'), ('-books', 'books'), ('-upon', 'upon'), ('-SAYCTIFICATION', 'SAYCTIFICATION'), ('-Eve', 'Eve')]
ST18831220-V09-48-page15.txt: [('-Destruction', 'Destruction'), ('Min-', 'Min'), ('-', ''), ('-', ''), ('-page', 'page')]
ST18831220-V09-48-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('----.', '---.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Literature...-', 'Literature...'), ('-', '')]
ST18831220-V09-48-page2.txt: [('--', '-'), ('Jeru-', 'Jeru'), ('bless-', 'bless'), ('life-', 'life'), ('rev-', 'rev')]
ST18831220-V09-48-page3.txt: [('-and', 'and'), ('-we', 'we'), ('Scriptures."-', 'Scriptures."'), ('-we', 'we'), ('-make', 'make'), ('-people', 'people'), ('-to', 'to'), ('-the', 'the'), ('-then', 'then'), ('-and', 'and'), ('-against', 'against'), ('-Verse', 'Verse'), ('-never', 'never'), ('-almost', 'almost'), ('-"', '"'), ('-to', 'to'), ('--this', '-this'), ('-who', 'who'), ('-so', 'so'), ('-pain.', 'pain.')]
ST18831220-V09-48-page4.txt: [('-.Abraham."', '.Abraham."'), ('-"', '"'), ('-', ''), ('-', ''), ('-', ''), ('Jesus.-', 'Jesus.'), ('-', ''), ('-', ''), ('-go', 'go'), ('"-', '"'), ('-', ''), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('rob-', 'rob'), ('-death.', 'death.'), ('hum-', 'hum'), ('-', ''), ('-', ''), ('-', ''), ('-.his', '.his'), ('-', ''), ('-things', 'things'), ('-penalty.', 'penalty.'), ('dese-', 'dese'), ('-he', 'he'), ('suffer-', 'suffer')]
ST18831220-V09-48-page5.txt: [('-V', 'V'), ('-quently', 'quently'), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-immortality', 'immortality'), ('-', ''), ('-he', 'he'), ('-figure', 'figure'), ('-but', 'but'), ('-', ''), ('-Verse', 'Verse'), ('-ment', 'ment'), ('-', ''), ('-that', 'that'), ('.--', '.-'), ('reconciled.-', 'reconciled.')]
ST18831220-V09-48-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('wecould-', 'wecould'), ('-page', 'page'), ('-', '')]
ST18831220-V09-48-page7.txt: [('-', ''), ('assas-', 'assas')]
ST18831220-V09-48-page8.txt: [('--', '-')]
ST18831220-V09-48-page9.txt: [('-', '')]
ST18840117-V10-03-page1.txt: [('ex-', 'ex'), ('posi-', 'posi'), ('reason-', 'reason'), ('MISSIONARY-', 'MISSIONARY'), ('substitut-', 'substitut'), ('Sab-', 'Sab')]
ST18840117-V10-03-page10.txt: [('thy-', 'thy'), ('de-', 'de'), ('-', '')]
ST18840117-V10-03-page11.txt: [('commen-', 'commen')]
ST18840117-V10-03-page13.txt: [('disposi-', 'disposi'), ('mat-', 'mat')]
ST18840117-V10-03-page14.txt: [('thor-', 'thor'), ('num-', 'num'), ('con-', 'con'), ('dishon-', 'dishon'), ('an-', 'an'), ('ul-', 'ul'), ('com-', 'com')]
ST18840117-V10-03-page15.txt: [('mili-', 'mili'), ('al-', 'al'), ('self-respect-', 'self-respect'), ('ran-', 'ran'), ('self-de-', 'self-de')]
ST18840117-V10-03-page16.txt: [('-', ''), ('-', ''), ('Jan-', 'Jan')]
ST18840117-V10-03-page2.txt: [('en-', 'en'), ('peo-', 'peo'), ('-', ''), ('be-', 'be'), ('-', ''), ('in-', 'in'), ('-', '')]
ST18840117-V10-03-page3.txt: [('re-', 're')]
ST18840117-V10-03-page4.txt: [('re-', 're'), ('-', ''), ('can-', 'can'), ('ex-', 'ex'), ('-', ''), ('-', ''), ('-', '')]
ST18840117-V10-03-page5.txt: [('to-', 'to'), ('more-', 'more'), ('-', ''), ('perse-', 'perse'), ('-', ''), ('hon-', 'hon')]
ST18840117-V10-03-page6.txt: [('-', ''), ('doc-', 'doc'), ('con-', 'con'), ('-', ''), ('be-', 'be'), ('doc-', 'doc'), ('abol-', 'abol'), ('-', ''), ('-', ''), ('out-', 'out'), ('-', ''), ('pos-', 'pos'), ('en-', 'en')]
ST18840117-V10-03-page7.txt: [('-', ''), ('be-', 'be'), ('sensi-', 'sensi')]
ST18840117-V10-03-page8.txt: [('-See', 'See'), ('-', ''), ('-', ''), ('-', ''), ('condi-', 'condi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('per-', 'per')]
ST18840117-V10-03-page9.txt: [('compar-', 'compar'), ('ob-', 'ob'), ('minis-', 'minis'), ('dis-', 'dis'), ('above-', 'above'), ('por-', 'por'), ('stopping-', 'stopping')]
ST18840124-V10-04-page1.txt: [('-.', '.'), ('-bee', 'bee'), ('EVERLASTING-', 'EVERLASTING'), ('them-', 'them')]
ST18840124-V10-04-page10.txt: [('how-', 'how'), ('sup-', 'sup'), ('mis-', 'mis'), ('in-', 'in'), ('-', '')]
ST18840124-V10-04-page11.txt: [('--simoon', '-simoon'), ('Bap-', 'Bap'), ('re-', 're'), ('Ortho-', 'Ortho'), ('main-', 'main')]
ST18840124-V10-04-page12.txt: [('half-', 'half'), ('child-', 'child'), ('af-', 'af'), ('GROWING-', 'GROWING'), ('spice-', 'spice')]
ST18840124-V10-04-page13.txt: [('noth-', 'noth'), ('accord-', 'accord'), ('chimney-', 'chimney')]
ST18840124-V10-04-page14.txt: [('know-', 'know'), ('know-', 'know'), ('Monta-', 'Monta'), ('-evil', 'evil'), ('enlarg-', 'enlarg')]
ST18840124-V10-04-page15.txt: [('--', '-'), ('-', '')]
ST18840124-V10-04-page16.txt: [('inter-', 'inter'), ('-', '')]
ST18840124-V10-04-page2.txt: [('com-', 'com'), ('teach-', 'teach'), ('-', ''), ('Chris-', 'Chris'), ('-', ''), ('com-', 'com'), ('con-', 'con'), ('pur-', 'pur'), ('treas-', 'treas')]
ST18840124-V10-04-page3.txt: [('-', ''), ('-', ''), ('beside-', 'beside'), ('-', ''), ('follow-', 'follow'), ('reconcilia-', 'reconcilia'), ('go-', 'go'), ('sym-', 'sym'), ('discourag-', 'discourag')]
ST18840124-V10-04-page4.txt: [('-', ''), ('jus-', 'jus'), ('ex-', 'ex'), ('trans-', 'trans'), ('evi-', 'evi'), ('clos-', 'clos'), ('sin-', 'sin'), ('-', ''), ('jus-', 'jus')]
ST18840124-V10-04-page5.txt: [('ac-', 'ac'), ('-', ''), ('-', ''), ('se-', 'se'), ('in-', 'in'), ('-', ''), ('inof-', 'inof'), ('execu-', 'execu')]
ST18840124-V10-04-page6.txt: [('-', ''), ('se-', 'se'), ('-', ''), ('circum-', 'circum'), ('lux-', 'lux'), ('fol-', 'fol'), ('af-', 'af'), ('your-', 'your'), ('ref-', 'ref'), ('-', ''), ('immedi-', 'immedi'), ('-', ''), ('con-', 'con'), ('char-', 'char'), ('let-', 'let'), ('re-', 're')]
ST18840124-V10-04-page7.txt: [('-', ''), ('nurs-', 'nurs')]
ST18840124-V10-04-page8.txt: [('-', ''), ('-', ''), ('com-', 'com'), ('concern-', 'concern'), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex'), ('suc-', 'suc'), ('im-', 'im'), ('de-', 'de')]
ST18840124-V10-04-page9.txt: [('thought-', 'thought')]
ST18840131-V10-05-page1.txt: [('apa-', 'apa'), ('ten-', 'ten'), ('chil-', 'chil'), ('-of', 'of')]
ST18840131-V10-05-page10.txt: [('materi-', 'materi'), ('-', ''), ('Sab-', 'Sab'), ('unac-', 'unac'), ('infirm-', 'infirm')]
ST18840131-V10-05-page11.txt: [('ener-', 'ener'), ('inter-', 'inter'), ('inter-', 'inter'), ('ad-', 'ad')]
ST18840131-V10-05-page12.txt: [('neigh-', 'neigh'), ('Per-', 'Per'), ('knit-', 'knit'), ('ex-', 'ex'), ('bene-', 'bene'), ('Ma-', 'Ma')]
ST18840131-V10-05-page13.txt: [('in-', 'in'), ('know-', 'know'), ('-NORTH', 'NORTH')]
ST18840131-V10-05-page14.txt: [('--A', '-A'), ('Mc-', 'Mc'), ('Rich-', 'Rich'), ('Co-', 'Co'), ('nomina-', 'nomina'), ('Mis-', 'Mis'), ('FIIND.--', 'FIIND.-'), ('nationali-', 'nationali'), ('sug-', 'sug'), ('Orange-', 'Orange'), ('relig-', 'relig'), ('Leg-', 'Leg'), ('con-', 'con'), ('pre-', 'pre'), ('ex-', 'ex'), ('for-', 'for')]
ST18840131-V10-05-page15.txt: [('-', ''), ('de-', 'de'), ('hear-', 'hear'), ('co-op-', 'co-op')]
ST18840131-V10-05-page16.txt: [('Metho-', 'Metho'), ('command-', 'command'), ('attend-', 'attend'), ('prom-', 'prom'), ('readi-', 'readi')]
ST18840131-V10-05-page2.txt: [('res-', 'res'), ('in-', 'in'), ('my-', 'my'), ('tem-', 'tem'), ('Noth-', 'Noth'), ('--this', '-this')]
ST18840131-V10-05-page3.txt: [('accumu-', 'accumu'), ('dis-', 'dis'), ('seek-', 'seek'), ('be-', 'be'), ('care-', 'care'), ('sac-', 'sac')]
ST18840131-V10-05-page4.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18840131-V10-05-page5.txt: [('-', ''), ('-', ''), ('con-', 'con'), ('-be', 'be'), ('-', ''), ('-', ''), ('-', '')]
ST18840131-V10-05-page6.txt: [('-', ''), ('-', ''), ('re-', 're'), ('re-', 're')]
ST18840131-V10-05-page7.txt: [('-', '')]
ST18840131-V10-05-page8.txt: [('-', ''), ('tes-', 'tes'), ('un-', 'un'), ('par-', 'par'), ('-', ''), ('sev-', 'sev'), ('Sab-', 'Sab'), ('Testa-', 'Testa')]
ST18840131-V10-05-page9.txt: [('express-', 'express'), ('-', ''), ('ip-', 'ip'), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('ap-', 'ap')]
ST18840207-V10-06-page1.txt: [('-', ''), ('bene-', 'bene'), ('dis-', 'dis')]
ST18840207-V10-06-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18840207-V10-06-page11.txt: [('NOTHING-', 'NOTHING'), ('pae-', 'pae')]
ST18840207-V10-06-page14.txt: [('kind-', 'kind'), ('post-', 'post'), ('pay-', 'pay'), ('de-', 'de'), ('ex-', 'ex'), ('objec-', 'objec'), ('court-', 'court'), ('eradi-', 'eradi'), ('hos-', 'hos'), ('ap-', 'ap')]
ST18840207-V10-06-page15.txt: [('"with-', '"with'), ('can-', 'can'), ('im-', 'im')]
ST18840207-V10-06-page16.txt: [('con-', 'con'), ('-a', 'a'), ('posi-', 'posi'), ('publica-', 'publica'), ('Sanita-', 'Sanita'), ('-', '')]
ST18840207-V10-06-page2.txt: [('-give', 'give'), ('at-', 'at'), ('im-', 'im'), ('influ-', 'influ'), ('--', '-')]
ST18840207-V10-06-page3.txt: [('prov-', 'prov'), ('her-', 'her'), ('ene-', 'ene'), ('move-', 'move'), ('de-', 'de'), ('dag-', 'dag')]
ST18840207-V10-06-page4.txt: [('par-', 'par'), ('hav-', 'hav'), ('-', ''), ('ap-', 'ap'), ('-', ''), ('whoso-', 'whoso'), ('sanc-', 'sanc'), ('mak-', 'mak'), ('thou-', 'thou'), ('his-', 'his'), ('for-', 'for'), ('-', ''), ('-', ''), ('-', ''), ('study-', 'study'), ('him-', 'him')]
ST18840207-V10-06-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('cir-', 'cir'), ('Chris-', 'Chris'), ('results.-', 'results.'), ('agri-', 'agri'), ('-', ''), ('-', ''), ('sun-illu-', 'sun-illu'), ('pyr-', 'pyr')]
ST18840207-V10-06-page6.txt: [('-', ''), ('be-', 'be'), ('exam-', 'exam'), ('-', ''), ('-', '')]
ST18840207-V10-06-page7.txt: [('-and', 'and'), ('pict-', 'pict'), ('-cao', 'cao'), ('-tax', 'tax'), ('lovely.-', 'lovely.'), ('wel-', 'wel'), ('condon-', 'condon'), ('com-', 'com'), ('-one', 'one'), ('-', ''), ('-', ''), ('an-', 'an'), ('tobacco-', 'tobacco'), ('pack-', 'pack')]
ST18840207-V10-06-page8.txt: [('dem-', 'dem'), ('-', ''), ('-', ''), ('ap-', 'ap'), ('adver-', 'adver'), ('-', ''), ('counter-', 'counter')]
ST18840207-V10-06-page9.txt: [('-', ''), ('-', ''), ('-as', 'as'), ('re-', 're'), ('hospi-', 'hospi'), ('-', ''), ('hos-', 'hos'), ('-', ''), ('op-', 'op'), ('-', ''), ('-', '')]
ST18840214-V10-07-page1.txt: [('se-', 'se'), ('short-', 'short'), ('use-', 'use'), ('philos-', 'philos'), ('dark-', 'dark')]
ST18840214-V10-07-page10.txt: [('Script-', 'Script'), ('Bible-', 'Bible'), ('Demo-', 'Demo')]
ST18840214-V10-07-page11.txt: [('-', ''), ('Peter-', 'Peter'), ('-', ''), ('--I-', '-I-'), ('wor-', 'wor')]
ST18840214-V10-07-page12.txt: [('-', ''), ('aston-', 'aston'), ('-', ''), ('win-', 'win')]
ST18840214-V10-07-page13.txt: [('Ian.-', 'Ian.'), ('omis-', 'omis'), ('thou-', 'thou'), ('vict-', 'vict')]
ST18840214-V10-07-page14.txt: [('COLLEGE.-', 'COLLEGE.'), ('re-', 're'), ('-', ''), ('G-EN-', 'G-EN'), ('-', ''), ('in-', 'in')]
ST18840214-V10-07-page15.txt: [('Ar-', 'Ar'), ('War-', 'War'), ('peti-', 'peti'), ('com-', 'com'), ('cir-', 'cir'), ('con-', 'con'), ('carry-', 'carry')]
ST18840214-V10-07-page16.txt: [('in-', 'in'), ('go-', 'go'), ('begin-', 'begin'), ('Re-', 'Re'), ('Fern-', 'Fern'), ('pro-', 'pro'), ('SI.bhath-', 'SI.bhath'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18840214-V10-07-page2.txt: [('al-', 'al'), ('-', ''), ('--', '-'), ('Spirit-', 'Spirit'), ('ap-', 'ap'), ('mani-', 'mani'), ('de-', 'de'), ('for-', 'for'), ('..--', '..-')]
ST18840214-V10-07-page3.txt: [('Sun-', 'Sun'), ('con-', 'con')]
ST18840214-V10-07-page4.txt: [('-', ''), ('render-', 'render'), ('-', ''), ('-', ''), ('con-', 'con'), ('en-', 'en'), ('com-', 'com'), ('re-', 're')]
ST18840214-V10-07-page5.txt: [('annulled-', 'annulled'), ('-he', 'he'), ('pun-', 'pun'), ('offl-', 'offl'), ('re-', 're'), ('-', ''), ('fault-', 'fault'), ('com-', 'com')]
ST18840214-V10-07-page6.txt: [('-', ''), ('-', ''), ('com-', 'com'), ('privi-', 'privi'), ('inquir-', 'inquir'), ('---', '--'), ('-', ''), ('cul-', 'cul'), ('-church', 'church')]
ST18840214-V10-07-page7.txt: [('compli-', 'compli'), ('-as', 'as'), ('em-', 'em'), ('Accord-', 'Accord'), ('mor-', 'mor'), ('prop-', 'prop'), ('im-', 'im'), ('depres-', 'depres'), ('Ameri-', 'Ameri'), ("debts.'-", "debts.'"), ('aston-', 'aston')]
ST18840214-V10-07-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('to-', 'to')]
ST18840214-V10-07-page9.txt: [('subordi-', 'subordi'), ('be-', 'be'), ('-', ''), ('accom-', 'accom'), ('ac-', 'ac')]
ST18840221-V10-08-page1.txt: [('hin-', 'hin'), ('con-', 'con')]
ST18840221-V10-08-page10.txt: [('unit-', 'unit'), ('Athasett-', 'Athasett'), ('un-', 'un')]
ST18840221-V10-08-page11.txt: [('dis-', 'dis'), ('bleed-', 'bleed'), ('heathen--', 'heathen-'), ('build-', 'build'), ('effect-', 'effect')]
ST18840221-V10-08-page12.txt: [('ship.-', 'ship.'), ('even-', 'even')]
ST18840221-V10-08-page13.txt: [('im-', 'im'), ('In-', 'In')]
ST18840221-V10-08-page14.txt: [('re-', 're'), ('--The', '-The'), ('fa-', 'fa'), ('Sou-', 'Sou'), ('Bi-', 'Bi'), ('.-', '.'), ('Lon-', 'Lon')]
ST18840221-V10-08-page15.txt: [('com-', 'com'), ('-headed', 'headed'), ('-', '')]
ST18840221-V10-08-page16.txt: [('TI-', 'TI'), ('-', ''), ('mis-', 'mis'), ('-interesting', 'interesting'), ('ex-', 'ex'), ('-', ''), ('read-', 'read'), ('-', ''), ('-', ''), ('sup-', 'sup'), ('re-', 're'), ('t-', 't'), ('-----', '----'), ('-', '')]
ST18840221-V10-08-page2.txt: [('ser-', 'ser'), ('great-', 'great'), ('fol-', 'fol'), ('en-', 'en'), ('hon-', 'hon'), ('con-', 'con'), ('exist-', 'exist')]
ST18840221-V10-08-page3.txt: [('-', ''), ('specula-', 'specula'), ('wonder-', 'wonder'), ('imme-', 'imme')]
ST18840221-V10-08-page4.txt: [('im-', 'im'), ('per-', 'per')]
ST18840221-V10-08-page5.txt: [('-', ''), ('im-', 'im'), ('liber-', 'liber'), ('obe-', 'obe'), ('com-', 'com'), ('con-', 'con')]
ST18840221-V10-08-page7.txt: [('connec-', 'connec'), ('Cap-', 'Cap'), ('DANCE-', 'DANCE'), ('-', ''), ('through-', 'through')]
ST18840221-V10-08-page8.txt: [('troub-', 'troub'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('des-', 'des'), ('command-', 'command'), ('suffi-', 'suffi'), ('posi-', 'posi'), ('op-', 'op'), ('free-', 'free')]
ST18840221-V10-08-page9.txt: [('-no', 'no'), ('abso-', 'abso'), ('...----', '...---'), ('Sun-', 'Sun'), ('success-', 'success')]
ST18840228-V10-09-page1.txt: [('peo-', 'peo'), ('offer-', 'offer'), ('ob-', 'ob')]
ST18840228-V10-09-page10.txt: [('have-', 'have'), ('accord-', 'accord'), ('dis-', 'dis')]
ST18840228-V10-09-page11.txt: [('pre-', 'pre')]
ST18840228-V10-09-page12.txt: [('mo-', 'mo'), ('her-', 'her'), ('com-', 'com')]
ST18840228-V10-09-page13.txt: [('un-', 'un'), ('cor-', 'cor'), ('situ-', 'situ'), ('evi-', 'evi'), ('"Ele-', '"Ele'), ('intention-', 'intention'), ('founda-', 'founda'), ('in-', 'in'), ('represen-', 'represen')]
ST18840228-V10-09-page14.txt: [('-', ''), ('G-IGNIIIR-', 'G-IGNIIIR'), ('-', '')]
ST18840228-V10-09-page15.txt: [('lis-', 'lis'), ('-', ''), ('predis-', 'predis'), ('camp-', 'camp'), ('ALL-', 'ALL')]
ST18840228-V10-09-page16.txt: [('-uce', 'uce')]
ST18840228-V10-09-page2.txt: [('Gov-', 'Gov'), ('declar-', 'declar'), ('an-', 'an')]
ST18840228-V10-09-page3.txt: [('enjoy-', 'enjoy'), ('labor-', 'labor'), ('emanci-', 'emanci'), ('right-', 'right'), ('self-com-', 'self-com'), ('ex-', 'ex')]
ST18840228-V10-09-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pro-', 'pro'), ('-', ''), ('-', ''), ('atone-', 'atone'), ('-', '')]
ST18840228-V10-09-page5.txt: [('com-', 'com'), ('every-', 'every'), ('-', ''), ('im-', 'im')]
ST18840228-V10-09-page6.txt: [('contra-', 'contra'), ('"Immedi-', '"Immedi'), ('-had', 'had'), ('-', ''), ('illus-', 'illus')]
ST18840228-V10-09-page7.txt: [('-no', 'no'), ('un-', 'un'), ('vir-', 'vir')]
ST18840228-V10-09-page8.txt: [('-', ''), ('-', ''), ('Catho-', 'Catho'), ('-', '')]
ST18840228-V10-09-page9.txt: [('ice.-', 'ice.'), ('an-', 'an'), ('Egyp-', 'Egyp'), ('sacrifices-', 'sacrifices')]
ST18840313-V10-11-page1.txt: [('assump-', 'assump'), ('-.heart', '.heart'), ('-will', 'will'), ('meas-', 'meas')]
ST18840313-V10-11-page10.txt: [('un-', 'un'), ('encour-', 'encour'), ('or-', 'or'), ('ef-', 'ef'), ('stock-', 'stock'), ('In-', 'In'), ('-', ''), ('tent-', 'tent'), ('opera-', 'opera')]
ST18840313-V10-11-page11.txt: [('-', ''), ('hav-', 'hav'), ('inter-', 'inter'), ('-', '')]
ST18840313-V10-11-page12.txt: [('--', '-')]
ST18840313-V10-11-page13.txt: [('hap-', 'hap'), ('Deal-', 'Deal'), ('be-', 'be'), ('-', ''), ('in-', 'in'), ('asper-', 'asper'), ('Ad-', 'Ad'), ('con-', 'con')]
ST18840313-V10-11-page14.txt: [('-', '')]
ST18840313-V10-11-page15.txt: [('-shot', 'shot'), ('-is', 'is'), ('per-', 'per'), ('SABBATH-', 'SABBATH'), ('re-', 're'), ('innumer-', 'innumer'), ('.-', '.'), ('sup-', 'sup'), ('hand-', 'hand'), ('some-', 'some'), ('CONCORD-', 'CONCORD')]
ST18840313-V10-11-page16.txt: [('-', ''), ('Gov-', 'Gov'), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('Vindi-', 'Vindi')]
ST18840313-V10-11-page2.txt: [('Gre-', 'Gre'), ('wicked.-', 'wicked.'), ('pleas-', 'pleas'), ('pro-', 'pro'), ('com-', 'com'), ('sym-', 'sym')]
ST18840313-V10-11-page3.txt: [('dis-', 'dis'), ('dis-', 'dis'), ('ap-', 'ap'), ('en-', 'en'), ('sys-', 'sys'), ('-can', 'can'), ('cor-', 'cor'), ('Mor-', 'Mor')]
ST18840313-V10-11-page4.txt: [('-', ''), ('Jesu-', 'Jesu'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18840313-V10-11-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('for-', 'for'), ('-and', 'and'), ('-', ''), ('ex-', 'ex')]
ST18840313-V10-11-page6.txt: [("'-", "'"), ('ex-', 'ex'), ('sac-', 'sac'), ('-', ''), ('re-', 're'), ('reforma-', 'reforma'), ('stand-', 'stand'), ('en-', 'en'), ('Circum-', 'Circum'), ('-', '')]
ST18840313-V10-11-page7.txt: [('after-', 'after'), ('ad-', 'ad'), ('-', ''), ('-', ''), ('Text-', 'Text')]
ST18840313-V10-11-page8.txt: [('-', ''), ('-', ''), ('re-', 're'), ('Re-', 'Re'), ('-', '')]
ST18840313-V10-11-page9.txt: [('tes-', 'tes'), ('deter-', 'deter'), ('knowl-', 'knowl'), ('neces-', 'neces')]
ST18840327-V10-13-page10.txt: [('-scattered', 'scattered'), ('em-', 'em'), ('-', '')]
ST18840327-V10-13-page11.txt: [('Stroms-', 'Stroms'), ('--with', '-with'), ('-closing', 'closing')]
ST18840327-V10-13-page12.txt: [('-', ''), ('-said', 'said'), ('-', ''), ('ex-', 'ex')]
ST18840327-V10-13-page13.txt: [('SABBATH-', 'SABBATH'), ('-I', 'I'), ('up-', 'up'), ('tea-set.-', 'tea-set.'), ('mean-', 'mean'), ('-Rural', 'Rural'), ('-', ''), ('pre-', 'pre'), ('sev-', 'sev')]
ST18840327-V10-13-page14.txt: [('-', ''), ('-mo.', 'mo.'), ('-', ''), ('Scandi-', 'Scandi')]
ST18840327-V10-13-page15.txt: [('-', ''), ('re-', 're'), ('RE-', 'RE'), ('cum-', 'cum')]
ST18840327-V10-13-page16.txt: [('-', ''), ('-', '')]
ST18840327-V10-13-page2.txt: [('bind-', 'bind'), ('de-', 'de'), ('be-', 'be')]
ST18840327-V10-13-page3.txt: [('as-', 'as'), ('-help', 'help'), ('Tes-', 'Tes'), ('mechan-', 'mechan'), ('to-', 'to'), ('every-', 'every')]
ST18840327-V10-13-page4.txt: [('-under', 'under'), ('-', ''), ('-', ''), ('-', '')]
ST18840327-V10-13-page5.txt: [('of-', 'of'), ('-', ''), ('any-', 'any')]
ST18840327-V10-13-page6.txt: [('mes-', 'mes'), ('-', ''), ('at-', 'at'), ('-', ''), ('attractive-', 'attractive'), ('rock-', 'rock'), ('pros-', 'pros'), ('orig-', 'orig'), ('-', ''), ('val-', 'val'), ('Tim-', 'Tim'), ('un-', 'un'), ('-', ''), ('over-', 'over'), ('magnifi-', 'magnifi')]
ST18840327-V10-13-page7.txt: [('-surgical', 'surgical'), ('-have', 'have'), ('-', ''), ('consci-', 'consci'), ('lus-', 'lus'), ('black-', 'black'), ('vine-', 'vine'), ('-Britain', 'Britain')]
ST18840327-V10-13-page8.txt: [('-', ''), ('-', ''), ('pos-', 'pos'), ('-', ''), ('-', ''), ('ad-', 'ad'), ('together-', 'together'), ('-', ''), ('-', ''), ('re-', 're'), ('-', ''), ('sit-', 'sit')]
ST18840327-V10-13-page9.txt: [('-', ''), ('impor-', 'impor'), ('-', ''), ('command-', 'command'), ('trans-', 'trans'), ('-', ''), ('-', ''), ('-', ''), ('ac-', 'ac')]
ST18840403-V10-14-page1.txt: [('intelli-', 'intelli'), ('bless-', 'bless'), ('-', ''), ('merid-', 'merid'), ('pro-', 'pro')]
ST18840403-V10-14-page10.txt: [('respon-', 'respon'), ('Con-', 'Con'), ('Ne-', 'Ne'), ('Sab-', 'Sab'), ('la-', 'la'), ('meeting-', 'meeting')]
ST18840403-V10-14-page11.txt: [('-', ''), ('com-', 'com')]
ST18840403-V10-14-page12.txt: [('ab-', 'ab'), ('to-', 'to')]
ST18840403-V10-14-page13.txt: [('pur-', 'pur'), ('-', ''), ('im-', 'im'), ('hand-', 'hand'), ('chil-', 'chil'), ('ex-', 'ex'), ('any-', 'any'), ('can-', 'can'), ('-iM', 'iM'), ('mil-', 'mil'), ('culti-', 'culti'), ('service-', 'service'), ('pig-', 'pig')]
ST18840403-V10-14-page14.txt: [('-mo.', 'mo.'), ('ex-', 'ex'), ('--D.', '-D.'), ('Taberna-', 'Taberna')]
ST18840403-V10-14-page15.txt: [("'-", "'"), ('care-', 'care'), ('-Letters', 'Letters'), ('RE-', 'RE'), ('--In', '-In')]
ST18840403-V10-14-page16.txt: [('-', ''), ('be-', 'be'), ('occasion-', 'occasion'), ('-', ''), ('-', ''), ('pleas-', 'pleas'), ('fellow-', 'fellow')]
ST18840403-V10-14-page2.txt: [('-', ''), ('keep-', 'keep'), ('im-', 'im'), ('Save-', 'Save'), ('-', ''), ('Car-', 'Car')]
ST18840403-V10-14-page3.txt: [('de-', 'de'), ('-', ''), ('conscious-', 'conscious'), ('wan-', 'wan'), ('mourn-', 'mourn'), ('ao-', 'ao'), ('-ielaurch', 'ielaurch')]
ST18840403-V10-14-page4.txt: [('de-', 'de'), ('-', '')]
ST18840403-V10-14-page5.txt: [('-', ''), ('some-', 'some'), ('teach-', 'teach'), ('-', ''), ('-', ''), ('dis-', 'dis'), ('pure-', 'pure'), ('accom-', 'accom'), ('de-', 'de')]
ST18840403-V10-14-page6.txt: [('-', ''), ('un-', 'un'), ('tes-', 'tes'), ('jour-', 'jour')]
ST18840403-V10-14-page7.txt: [('in-', 'in'), ('in-', 'in'), ('re-', 're'), ('in-', 'in'), ('traffic.-', 'traffic.'), ('at-', 'at'), ('en-', 'en'), ('-', ''), ('fur-', 'fur'), ('cap-', 'cap'), ('"statesman-', '"statesman')]
ST18840403-V10-14-page8.txt: [('-', ''), ('-', ''), ('all-', 'all'), ('con-', 'con'), ('Hav-', 'Hav'), ('re-', 're'), ('Inde-', 'Inde'), ('prohibition-', 'prohibition')]
ST18840403-V10-14-page9.txt: [('-', ''), ('es-', 'es'), ('-', ''), ('-', '')]
ST18840417-V10-16-page1.txt: [('love-', 'love'), ('enjoy-', 'enjoy'), ('Sav-', 'Sav')]
ST18840417-V10-16-page10.txt: [('-', ''), ('salva-', 'salva'), ('organi-', 'organi'), ('attend-', 'attend'), ('wit-', 'wit')]
ST18840417-V10-16-page12.txt: [('-', ''), ('stick-', 'stick')]
ST18840417-V10-16-page13.txt: [('EXTEN-', 'EXTEN'), ('our-', 'our'), ('corn-', 'corn'), ('beauti-', 'beauti'), ('ev-', 'ev'), ('per-', 'per')]
ST18840417-V10-16-page14.txt: [('-', ''), ('recogniz-', 'recogniz'), ('min-', 'min'), ('Congregation-', 'Congregation'), ('-mo.', 'mo.'), ('assem-', 'assem'), ('move-', 'move'), ('-', ''), ('en-', 'en'), ('Amer-', 'Amer')]
ST18840417-V10-16-page15.txt: [('-', ''), ('fol-', 'fol'), ('Drunk-', 'Drunk'), ('in-', 'in'), ('exon-', 'exon'), ('Dys-', 'Dys'), ('-', ''), ('-Mormon', 'Mormon'), ('assign-', 'assign'), ('Mex-', 'Mex'), ('sea-', 'sea'), ('Bel-', 'Bel')]
ST18840417-V10-16-page16.txt: [('ex-', 'ex'), ('-', ''), ('-', ''), ('Publish-', 'Publish'), ('en-', 'en'), ('G.-', 'G.'), ('as-', 'as'), ('-', '')]
ST18840417-V10-16-page2.txt: [('Minister-', 'Minister'), ('-will', 'will'), ('per-', 'per'), ('dec-', 'dec'), ('unmistaka-', 'unmistaka'), ('memo-', 'memo'), ('na-', 'na')]
ST18840417-V10-16-page3.txt: [('equiv-', 'equiv'), ('-', ''), ('-', '')]
ST18840417-V10-16-page4.txt: [('can-', 'can'), ('Abra-', 'Abra'), ('accom-', 'accom'), ('immortal-', 'immortal'), ('-But', 'But'), ('-', ''), ('sal-', 'sal'), ('remarka-', 'remarka'), ('-', ''), ('-', ''), ('ever-', 'ever')]
ST18840417-V10-16-page5.txt: [('-Unto', 'Unto'), ('ostensi-', 'ostensi'), ('-do', 'do'), ('ex-', 'ex'), ('pro-', 'pro')]
ST18840417-V10-16-page6.txt: [('ca-', 'ca'), ('-', ''), ("'-", "'"), ('-', ''), ('experi-', 'experi'), ('disci-', 'disci')]
ST18840417-V10-16-page7.txt: [('educa-', 'educa'), ('an-', 'an'), ('course-', 'course')]
ST18840417-V10-16-page8.txt: [('-', ''), ('-', ''), ('-', ''), ("-'Great", "'Great"), ('-', '')]
ST18840417-V10-16-page9.txt: [('ex-', 'ex'), ('evi-', 'evi'), ('preter-', 'preter'), ('-', ''), ('per-', 'per'), ('Bhagavat-', 'Bhagavat'), ('is-', 'is'), ('fur-', 'fur'), ('sep-', 'sep'), ('fa-', 'fa'), ('con-', 'con')]
ST18840529-V10-21-page1.txt: [('har-', 'har'), ('ex-', 'ex')]
ST18840529-V10-21-page10.txt: [('-', ''), ('-', ''), ('benef-', 'benef'), ('-acre', 'acre'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('certifi-', 'certifi'), ('an-', 'an'), ('pre-', 'pre'), ('col-', 'col'), ('-', '')]
ST18840529-V10-21-page11.txt: [('be-', 'be'), ('assert-', 'assert'), ('ap-', 'ap'), ('any-', 'any'), ('-should', 'should'), ('labor-', 'labor'), ('-', ''), ('scat-', 'scat'), ('Sab-', 'Sab'), ('-', '')]
ST18840529-V10-21-page12.txt: [('free-', 'free'), ('di-', 'di'), ('in-', 'in')]
ST18840529-V10-21-page13.txt: [('-a', 'a'), ('mem-', 'mem'), ('-', ''), ('RE-', 'RE'), ('theo-', 'theo')]
ST18840529-V10-21-page14.txt: [('-', ''), ('de-', 'de'), ('-', '')]
ST18840529-V10-21-page15.txt: [('--', '-'), ('-country', 'country'), ('politi-', 'politi'), ('exam-', 'exam'), ('Sun-', 'Sun'), ('Sev-', 'Sev'), ('Ara-', 'Ara'), ('Sab-', 'Sab'), ('cen-', 'cen'), ('-', ''), ('commu-', 'commu'), ('co-op-', 'co-op'), ('-', ''), ('vol-', 'vol'), ('sup-', 'sup'), ('re-', 're'), ('-', '')]
ST18840529-V10-21-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('cove-', 'cove'), ('-', ''), ('-', ''), ('-', ''), ('Mankato-----------', 'Mankato----------'), ('-', ''), ('-', ''), ('Gov-', 'Gov'), ('-', ''), ('-', ''), ('-', '')]
ST18840529-V10-21-page2.txt: [('righteous-', 'righteous'), ('un-', 'un'), ('sin-', 'sin'), ('-en', 'en'), ('-The', 'The')]
ST18840529-V10-21-page3.txt: [('par-', 'par'), ("'pres-", "'pres"), ('obe-', 'obe')]
ST18840529-V10-21-page4.txt: [('-', '')]
ST18840529-V10-21-page5.txt: [('pro-', 'pro'), ('abun-', 'abun')]
ST18840529-V10-21-page6.txt: [('-', ''), ('-', ''), ('re-', 're'), ('sincer-', 'sincer'), ('be-', 'be'), ('and-', 'and'), ('-', ''), ('-', ''), ('-', ''), ('pre-', 'pre')]
ST18840529-V10-21-page7.txt: [('-', ''), ('la-', 'la')]
ST18840529-V10-21-page8.txt: [('di-', 'di'), ('-', ''), ('im-', 'im'), ('-', ''), ('-', '')]
ST18840529-V10-21-page9.txt: [('-.following', '.following'), ('-', ''), ('pos-', 'pos'), ('move-', 'move'), ('re-', 're'), ('denomi-', 'denomi')]
ST18840605-V10-22-page1.txt: [('un-', 'un')]
ST18840605-V10-22-page10.txt: [('feet--', 'feet-'), ('-.', '.'), ('thou-', 'thou'), ('-', '')]
ST18840605-V10-22-page11.txt: [('-', ''), ('meet-', 'meet'), ('Be-', 'Be'), ('mo-', 'mo')]
ST18840605-V10-22-page12.txt: [('broth-', 'broth')]
ST18840605-V10-22-page13.txt: [('-JUNE', 'JUNE'), ('proba-', 'proba'), ('sim-', 'sim'), ('pray-', 'pray'), ('some-', 'some'), ('up-', 'up'), ('some-', 'some'), ('profes-', 'profes'), ('cheer-', 'cheer')]
ST18840605-V10-22-page14.txt: [('-mo.', 'mo.'), ('Re-', 'Re'), ('confer-', 'confer')]
ST18840605-V10-22-page15.txt: [('fol-', 'fol'), ('con-', 'con'), ('Um-', 'Um'), ('rag-', 'rag'), ('ser-', 'ser'), ('corn-', 'corn'), ('ques-', 'ques'), ('-', ''), ('Nickl-', 'Nickl'), ('un-', 'un')]
ST18840605-V10-22-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('point-', 'point'), ('sup-', 'sup'), ('can-', 'can'), ('crit-', 'crit'), ('Sabbath-', 'Sabbath')]
ST18840605-V10-22-page2.txt: [('elo-', 'elo')]
ST18840605-V10-22-page3.txt: [('right-', 'right'), ('be-', 'be'), ('Sab-', 'Sab'), ('under-', 'under'), ('significa-', 'significa'), ('su-', 'su'), ('Com-', 'Com')]
ST18840605-V10-22-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('univer-', 'univer'), ('ma-', 'ma'), ('-vicked', 'vicked')]
ST18840605-V10-22-page5.txt: [('-', ''), ('-', ''), ('en-', 'en'), ('differ-', 'differ'), ('-', ''), ('un-', 'un'), ('-', ''), ('-', ''), ('pub-', 'pub'), ('maud-', 'maud')]
ST18840605-V10-22-page6.txt: [('illustrat-', 'illustrat'), ('abbatit-', 'abbatit'), ('-', ''), ('ob-', 'ob'), ('Aristar-', 'Aristar'), ('commun-', 'commun'), ('for-', 'for'), ('Chris-', 'Chris')]
ST18840605-V10-22-page7.txt: [('-', ''), ('pas-', 'pas'), ('sub-', 'sub'), ('re-', 're')]
ST18840605-V10-22-page8.txt: [('en-', 'en'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('-', ''), ('-', ''), ('ques-', 'ques'), ('-', ''), ('pro-', 'pro'), ('king-', 'king')]
ST18840612-V10-23-page1.txt: [('be-', 'be'), ('receiv-', 'receiv'), ('complain-', 'complain'), ('favor-', 'favor'), ('cheer-', 'cheer'), ('serv-', 'serv')]
ST18840612-V10-23-page10.txt: [('-', ''), ('Con-', 'Con'), ('breth-', 'breth')]
ST18840612-V10-23-page11.txt: [('wor-', 'wor'), ('Bible-', 'Bible'), ('in-', 'in'), ('can-', 'can'), ('suc-', 'suc'), ('camp-meet-', 'camp-meet'), ('sum-', 'sum'), ('Kan-', 'Kan'), ('-out', 'out'), ('diffi-', 'diffi'), ('-', '')]
ST18840612-V10-23-page13.txt: [('assign-', 'assign'), ('rain-', 'rain'), ('sim-', 'sim'), ('Dys-', 'Dys'), ('apart-', 'apart'), ('-IN', 'IN'), ('thor-', 'thor'), ('hunt-', 'hunt')]
ST18840612-V10-23-page14.txt: [('N-', 'N'), ('Mission-', 'Mission'), ('per-', 'per'), ('de-', 'de'), ('Mis-', 'Mis'), ('in-', 'in'), ('suffi-', 'suffi')]
ST18840612-V10-23-page15.txt: [('tempo-', 'tempo'), ('command-', 'command'), ('rail-', 'rail'), ('Hav-', 'Hav'), ('when-', 'when'), ('Christ--', 'Christ-'), ('pa-', 'pa'), ('An-', 'An')]
ST18840612-V10-23-page16.txt: [('Mankato-----------', 'Mankato----------'), ('-', ''), ('li-', 'li'), ('-', ''), ('-', ''), ('saloon-', 'saloon'), ('-', ''), ('-', ''), ('secur-', 'secur'), ('au-', 'au'), ('-page', 'page')]
ST18840612-V10-23-page2.txt: [('knowl-', 'knowl'), ('assem-', 'assem'), ('in-', 'in')]
ST18840612-V10-23-page3.txt: [('mid-', 'mid'), ('ven-', 'ven'), ('mean-', 'mean'), ('Gal-', 'Gal'), ('pro-', 'pro'), ('messen-', 'messen'), ('Chris-', 'Chris'), ('dishonestly.-', 'dishonestly.')]
ST18840612-V10-23-page4.txt: [('pleas-', 'pleas'), ('num-', 'num'), ('dust."-', 'dust."')]
ST18840612-V10-23-page5.txt: [('ac-', 'ac'), ('-', ''), ('importu-', 'importu'), ('-', ''), ('un-', 'un'), ('gra-', 'gra')]
ST18840612-V10-23-page6.txt: [('-', ''), ('ap-', 'ap'), ('in-', 'in'), ('-', ''), ('mak-', 'mak'), ('or-', 'or')]
ST18840612-V10-23-page7.txt: [('in-', 'in'), ('peo-', 'peo'), ('Illi-', 'Illi'), ('li-', 'li'), ('-of', 'of'), ('scien-', 'scien'), ('cross-', 'cross')]
ST18840612-V10-23-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('him-', 'him')]
ST18840612-V10-23-page9.txt: [('-', ''), ('-', ''), ('hav-', 'hav'), ('captiv-', 'captiv')]
ST18840619-V10-24-page1.txt: [('abun-', 'abun'), ('mo-', 'mo'), ('as-', 'as'), ('pres-', 'pres'), ('con-', 'con')]
ST18840619-V10-24-page10.txt: [('af-', 'af'), ('-foot', 'foot'), ('ac-', 'ac'), ('camp-', 'camp'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-for', 'for'), ('meet-', 'meet'), ('in-', 'in'), ('ad-', 'ad'), ('appoint-', 'appoint')]
ST18840619-V10-24-page11.txt: [('po-', 'po'), ('peo-', 'peo'), ('re-', 're'), ('ser-', 'ser'), ('mys-', 'mys'), ('re-', 're')]
ST18840619-V10-24-page12.txt: [("-EtiAacriMOTEIMPt'S", "EtiAacriMOTEIMPt'S"), ('to-night--', 'to-night-'), ('---Sel.', '--Sel.'), ('in-', 'in'), ('repeat-', 'repeat')]
ST18840619-V10-24-page13.txt: [('Rig-', 'Rig'), ('ad-', 'ad')]
ST18840619-V10-24-page14.txt: [('at-', 'at'), ('Pro-', 'Pro'), ('-', ''), ('four-', 'four'), ('beauti-', 'beauti')]
ST18840619-V10-24-page15.txt: [('National-', 'National'), ('any-', 'any'), ('di-', 'di'), ('S....-', 'S....'), ('contin-', 'contin'), ('in-', 'in'), ('experiment-', 'experiment'), ('cen-', 'cen'), ('-', ''), ('Christ--', 'Christ-')]
ST18840619-V10-24-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.July', '.July'), ('-', ''), ('-', ''), ('-', ''), ('Tem-', 'Tem'), ('Sabbath-', 'Sabbath'), ('-', '')]
ST18840619-V10-24-page3.txt: [('OF-', 'OF'), ('se-', 'se'), ('covetous-', 'covetous'), ('omis-', 'omis'), ('.con-', '.con'), ('accom-', 'accom'), ('com-', 'com'), ('measur-', 'measur'), ('pos-', 'pos'), ('brother-', 'brother')]
ST18840619-V10-24-page4.txt: [('-', ''), ('-', '')]
ST18840619-V10-24-page5.txt: [('pre-', 'pre'), ('in-', 'in'), ('-', ''), ('Script-', 'Script'), ('pass-', 'pass'), ('-', ''), ('see-', 'see')]
ST18840619-V10-24-page6.txt: [('-', ''), ('-', ''), ('defecabhath-', 'defecabhath'), ('re-', 're'), ('en-', 'en'), ('-', '')]
ST18840619-V10-24-page7.txt: [('Prohibi-', 'Prohibi'), ('Prohibi-', 'Prohibi')]
ST18840619-V10-24-page8.txt: [('-', ''), ('-', ''), ('hun-', 'hun'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('multi-', 'multi'), ('hav-', 'hav'), ('repre-', 'repre')]
ST18840619-V10-24-page9.txt: [('-', ''), ('-', ''), ('wonder-', 'wonder'), ('re-', 're'), ('per-', 'per')]
ST18840626-V10-25-page1.txt: [('-', ''), ('fouht-', 'fouht'), ('-skeptics', 'skeptics')]
ST18840626-V10-25-page10.txt: [('Robin-', 'Robin'), ('period-', 'period'), ('bap-', 'bap'), ('say-', 'say'), ('gener-', 'gener'), ('pres-', 'pres'), ('hav-', 'hav'), ('-', ''), ('disposi-', 'disposi'), ('spirit-', 'spirit')]
ST18840626-V10-25-page11.txt: [('di-', 'di'), ('at-', 'at'), ('-', ''), ('-and', 'and'), ('-', ''), ('-man', 'man')]
ST18840626-V10-25-page12.txt: [('con-', 'con'), ('con-', 'con')]
ST18840626-V10-25-page13.txt: [('to-', 'to'), ('man-', 'man'), ('close-', 'close'), ('snow-', 'snow'), ('usu-', 'usu'), ('South-', 'South'), ('-the', 'the'), ('under-', 'under'), ('-se', 'se')]
ST18840626-V10-25-page14.txt: [('exceed-', 'exceed'), ('-', '')]
ST18840626-V10-25-page15.txt: [('epi-', 'epi'), ('occur-', 'occur'), ('them-', 'them'), ('-', ''), ('tubercu-', 'tubercu')]
ST18840626-V10-25-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Script-', 'Script'), ('can-', 'can'), ('-', ''), ('Tem-', 'Tem')]
ST18840626-V10-25-page2.txt: [('Visi-', 'Visi'), ('fab-', 'fab'), ('con-', 'con'), ('orna-', 'orna'), ('patri-', 'patri'), ('entertain-', 'entertain'), ('ex-', 'ex'), ('charac-', 'charac'), ('moral-', 'moral')]
ST18840626-V10-25-page3.txt: [('"-', '"'), ('eter-', 'eter'), ('pro-', 'pro'), ('-', ''), ('litera-', 'litera')]
ST18840626-V10-25-page4.txt: [('accord-', 'accord'), ('epi-', 'epi'), ('Cath-', 'Cath'), ('Sab-', 'Sab'), ('observ-', 'observ'), ('-', ''), ('-', ''), ('Jew-', 'Jew'), ('com-', 'com'), ('de-', 'de'), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('even-', 'even'), ('-', '')]
ST18840626-V10-25-page5.txt: [('-', ''), ('win-', 'win'), ('them-', 'them'), ('ut-', 'ut')]
ST18840626-V10-25-page6.txt: [('-', ''), ('-', ''), ('communi-', 'communi'), ('-', ''), ('-time', 'time'), ('-', ''), ('-', ''), ('-', ''), ('threshing-', 'threshing')]
ST18840626-V10-25-page7.txt: [('sanc-', 'sanc'), ('griev-', 'griev'), ('in-', 'in')]
ST18840626-V10-25-page8.txt: [('wal-', 'wal'), ('-Burns', 'Burns'), ('-', ''), ('-', ''), ('neces-', 'neces'), ('trans-', 'trans')]
ST18840626-V10-25-page9.txt: [('mat-', 'mat'), ('espe-', 'espe'), ('ac-', 'ac'), ('en-', 'en'), ('be-', 'be'), ('Tes-', 'Tes'), ('mani-', 'mani')]
ST18840703-V10-26-page1.txt: [('self-', 'self'), ('true-', 'true'), ('ING-', 'ING'), ('sen-', 'sen'), ('con-', 'con'), ('house-', 'house'), ('busi-', 'busi'), ('dis-', 'dis'), ('ab-', 'ab')]
ST18840703-V10-26-page10.txt: [('cause.-', 'cause.'), ('Co-', 'Co'), ('-', ''), ('.-', '.'), ('Mc-', 'Mc'), ('held-', 'held'), ('-', ''), ('follow-', 'follow'), ('-Goodwin', 'Goodwin')]
ST18840703-V10-26-page11.txt: [('through-', 'through'), ('in-', 'in'), ('-', ''), ('-wit', 'wit'), ('-', ''), ('gos-', 'gos'), ('England.-', 'England.'), ('-', '')]
ST18840703-V10-26-page12.txt: [('repri-', 'repri'), ('re-', 're'), ('per-', 'per'), ('-are', 'are'), ('-lighten', 'lighten'), ('-not', 'not'), ('deliber-', 'deliber')]
ST18840703-V10-26-page13.txt: [('-', ''), ('visit-', 'visit'), ('un-', 'un'), ('deter-', 'deter'), ('win-', 'win'), ('beau-', 'beau'), ('apart-', 'apart'), ('-PAGE', 'PAGE'), ('semi-an-', 'semi-an'), ('car-', 'car'), ('pre-', 'pre')]
ST18840703-V10-26-page14.txt: [('neighbor-', 'neighbor'), ('ad-', 'ad'), ('-', ''), ('Mun-', 'Mun'), ('obe-', 'obe'), ('-', ''), ('obe-', 'obe')]
ST18840703-V10-26-page15.txt: [('-', ''), ('With-', 'With'), ('perse-', 'perse'), ('-', ''), ('earth-', 'earth'), ('coun-', 'coun'), ('Wash-', 'Wash'), ('Christ--', 'Christ-'), ('dis-', 'dis'), ('-', ''), ('An-', 'An')]
ST18840703-V10-26-page16.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST18840703-V10-26-page2.txt: [('treas-', 'treas'), ('-', ''), ('-a', 'a'), ('con-', 'con'), ('-Heaven', 'Heaven'), ('and-', 'and'), ('there-', 'there'), ('es-', 'es'), ('obli-', 'obli')]
ST18840703-V10-26-page3.txt: [('fail-', 'fail'), ('Constitu-', 'Constitu'), ('fun-', 'fun'), ('Sab-', 'Sab'), ('major-', 'major'), ('state-', 'state'), ('fam-', 'fam'), ('-the', 'the')]
ST18840703-V10-26-page4.txt: [('-', ''), ('sit-', 'sit'), ('-haste.', 'haste.'), ('-approve', 'approve'), ('-.and', '.and'), ('-', '')]
ST18840703-V10-26-page5.txt: [('-eschewed', 'eschewed'), ("'for-", "'for"), ('-', ''), ('instruc-', 'instruc'), ('eti-', 'eti'), ('them-', 'them'), ('-', '')]
ST18840703-V10-26-page6.txt: [('per-', 'per'), ('righteous-', 'righteous'), ('lat-', 'lat'), ('pro-', 'pro'), ('prec-', 'prec'), ('-', ''), ('-', ''), ('-Chron.', 'Chron.'), ('slight-', 'slight')]
ST18840703-V10-26-page7.txt: [('-', ''), ('-drink-shop', 'drink-shop'), ('dilemma-', 'dilemma'), ('here.-', 'here.'), ('in-', 'in'), ('oft-', 'oft'), ('-is', 'is'), ('fun-', 'fun')]
ST18840703-V10-26-page8.txt: [('coun-', 'coun'), ('-', ''), ('-', ''), ('-examine', 'examine'), ('-', '')]
ST18840703-V10-26-page9.txt: [('-', ''), ('-account.', 'account.'), ('im-', 'im'), ('vio-', 'vio'), ('-Now', 'Now'), ('-', ''), ('him-', 'him'), ('implic-', 'implic'), ('con-', 'con')]
ST18840717-V10-27-page1.txt: [('favor-', 'favor'), ('-', ''), ('contin-', 'contin')]
ST18840717-V10-27-page10.txt: [('-', ''), ('Star-', 'Star'), ('-', ''), ('ap-', 'ap'), ('-', ''), ('res-', 'res'), ('H.-', 'H.'), ('re-', 're'), ('sin-', 'sin'), ('con-', 'con'), ('fol-', 'fol'), ('com-', 'com'), ('Commit-', 'Commit'), ('Gen-', 'Gen'), ('Ad-', 'Ad')]
ST18840717-V10-27-page11.txt: [('li-', 'li'), ('recom-', 'recom'), ('mo-', 'mo'), ('es-', 'es'), ("-.'.-", ".'.-"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'S-", "'S"), ('-"f', '"f'), ('.-', '.'), ('-', ''), ('priv-', 'priv'), ('Hum-', 'Hum')]
ST18840717-V10-27-page12.txt: [('re-', 're'), ('-', ''), ('whole-', 'whole'), ('let-', 'let')]
ST18840717-V10-27-page13.txt: [('bring-', 'bring'), ('EXTEN-', 'EXTEN'), ('clock-', 'clock')]
ST18840717-V10-27-page14.txt: [('-', ''), ('Intro-', 'Intro'), ('.-', '.'), ('-', ''), ('-John', 'John'), ('-', ''), ('sec-', 'sec'), ('-', ''), ('Wag-', 'Wag'), ('-The', 'The'), ('govern-', 'govern'), ('-A', 'A'), ('-', ''), ('-The', 'The'), ('-Sixteen', 'Sixteen'), ('-As', 'As'), ('-The', 'The'), ('-', ''), ('-Sister', 'Sister'), ('canvass-', 'canvass'), ('-', ''), ('Pa-', 'Pa')]
ST18840717-V10-27-page15.txt: [('Lancaster-', 'Lancaster'), ('preach-', 'preach'), ('-was', 'was'), ('sol-', 'sol'), ('-ft.', 'ft.'), ('-of', 'of'), ('heart-', 'heart'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Con-', 'Con')]
ST18840717-V10-27-page16.txt: [('--', '-'), ('win-', 'win'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sub-', 'sub'), ('under-', 'under')]
ST18840717-V10-27-page2.txt: [('re-', 're'), ('-', ''), ('eter-', 'eter'), ('sal-', 'sal'), ('mor-', 'mor'), ('mea-', 'mea'), ('self-', 'self')]
ST18840717-V10-27-page3.txt: [('com-', 'com'), ('-re-', 're-'), ('pul-', 'pul'), ('un-', 'un'), ('-', ''), ('com-', 'com')]
ST18840717-V10-27-page4.txt: [('world-', 'world'), ('-build', 'build')]
ST18840717-V10-27-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pre-', 'pre'), ('-', ''), ('-', ''), ('-', ''), ('revela-', 'revela'), ('re-', 're'), ('-', ''), ('-', ''), ('re-', 're'), ('-PSALM', 'PSALM'), ('con-', 'con')]
ST18840717-V10-27-page7.txt: [('trans-', 'trans'), ('-', ''), ('un-', 'un'), ('intel-', 'intel'), ('cigar-', 'cigar'), ('-', ''), ('fa-', 'fa'), ('-', ''), ('to-', 'to'), ('-', ''), ('faith-', 'faith'), ('dis-', 'dis'), ('mil-', 'mil'), ('-', '')]
ST18840717-V10-27-page8.txt: [('Oregon-', 'Oregon'), ('-', ''), ('sus-', 'sus')]
ST18840717-V10-27-page9.txt: [('-', ''), ('-against', 'against'), ('sin-', 'sin'), ('-', ''), ('-', ''), ('-', ''), ('command-', 'command'), ('be-', 'be'), ('-', ''), ('salva-', 'salva'), ('Reve-', 'Reve')]
ST18840724-V10-28-page1.txt: [('diso-', 'diso'), ('right-', 'right'), ('command-', 'command'), ('command-', 'command'), ('Script-', 'Script'), ('ac-', 'ac'), ('dis-', 'dis')]
ST18840724-V10-28-page10.txt: [('righteous-', 'righteous'), ('com-', 'com'), ('Legisla-', 'Legisla'), ('en-', 'en'), ('-', ''), ('-', '')]
ST18840724-V10-28-page11.txt: [('-', ''), ('north-', 'north'), ('-ft.', 'ft.'), ('-ft.', 'ft.'), ('learn-', 'learn'), ('en-', 'en'), ('-', ''), ('-in', 'in'), ('-', '')]
ST18840724-V10-28-page12.txt: [('--Mrs.', '-Mrs.'), ('incon-', 'incon')]
ST18840724-V10-28-page13.txt: [('toil-', 'toil'), ('be-', 'be'), ('disappoint-', 'disappoint'), ('-', ''), ('assign-', 'assign')]
ST18840724-V10-28-page14.txt: [('Aria-', 'Aria'), ('--We', '-We'), ('our-', 'our'), ('rea-', 'rea'), ('ex-', 'ex'), ('coun-', 'coun'), ('-', ''), ('in-', 'in'), ('-Christ', 'Christ')]
ST18840724-V10-28-page15.txt: [('-', ''), ('--', '-'), ('--W.', '-W.'), ('-', ''), ('Dan-', 'Dan'), ('--The', '-The'), ('---A', '--A'), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('rifle-', 'rifle'), ('-In', 'In'), ('pro-', 'pro'), ('Christ--', 'Christ-'), ('Pub-', 'Pub'), ('--It', '-It'), ('Sun-', 'Sun'), ('Mat-', 'Mat'), ('fol-', 'fol')]
ST18840724-V10-28-page16.txt: [('numer-', 'numer'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('travel-', 'travel'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('camp-', 'camp'), ('-', ''), ('North.-', 'North.'), ('Sabbath-', 'Sabbath'), ('-', '')]
ST18840724-V10-28-page2.txt: [('search-', 'search'), ('insti-', 'insti'), ('"criti-', '"criti'), ('mira-', 'mira'), ('what-', 'what'), ('con-', 'con'), ('Doubt-', 'Doubt')]
ST18840724-V10-28-page3.txt: [('-', ''), ('-', ''), ('-self-willed', 'self-willed'), ('dis-', 'dis')]
ST18840724-V10-28-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18840724-V10-28-page5.txt: [('thank-', 'thank'), ('li-', 'li'), ('com-', 'com'), ('-', ''), ('ac-', 'ac'), ('finan-', 'finan'), ('preva-', 'preva'), ('Chris-', 'Chris')]
ST18840724-V10-28-page6.txt: [('abbatit-', 'abbatit'), ('tribula-', 'tribula'), ('-a', 'a'), ('-', ''), ('-', ''), ('com-', 'com'), ('-the', 'the'), ('-', ''), ('-', ''), ('pro-', 'pro'), ('-', ''), ('-', '')]
ST18840724-V10-28-page7.txt: [('-', ''), ('punish-', 'punish'), ('idleness.-', 'idleness.'), ('eman-', 'eman'), ('-two', 'two'), ('-', ''), ('constitu-', 'constitu'), ('-must', 'must')]
ST18840724-V10-28-page8.txt: [('-', ''), ('-', ''), ('op-', 'op'), ('-', ''), ('sanct-', 'sanct'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18840724-V10-28-page9.txt: [('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('jus-', 'jus'), ('-', ''), ('ac-', 'ac'), ('superin-', 'superin'), ('po-', 'po')]
ST18840731-V10-29-page1.txt: [('-', '')]
ST18840731-V10-29-page10.txt: [('col-', 'col'), ('conver-', 'conver'), ('com-', 'com'), ('se-', 'se'), ('Pro-', 'Pro'), ('ob-', 'ob'), ('canon-', 'canon'), ('pos-', 'pos'), ('sig-', 'sig')]
ST18840731-V10-29-page11.txt: [('com-', 'com'), ('-', ''), ('short-', 'short'), ('.-', '.'), ('--', '-'), ('speak-', 'speak'), ('get-', 'get')]
ST18840731-V10-29-page12.txt: [('im-', 'im')]
ST18840731-V10-29-page13.txt: [('Script-', 'Script'), ('bat-', 'bat'), ('sev-', 'sev'), ('num-', 'num'), ('Philadel-', 'Philadel')]
ST18840731-V10-29-page14.txt: [('-the', 'the'), ('Educa-', 'Educa')]
ST18840731-V10-29-page15.txt: [('exam-', 'exam'), ('put-', 'put'), ('sink-', 'sink'), ('ef-', 'ef'), ('-', ''), ('-', ''), ('bring-', 'bring')]
ST18840731-V10-29-page16.txt: [('Ale-', 'Ale'), ('demon-', 'demon'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18840731-V10-29-page2.txt: [('negative-', 'negative'), ('con-', 'con'), ('command-', 'command'), ('-', '')]
ST18840731-V10-29-page3.txt: [('ac-', 'ac'), ('-', ''), ('profa-', 'profa'), ('scien-', 'scien')]
ST18840731-V10-29-page4.txt: [('con-', 'con'), ('-', ''), ('as-', 'as'), ('pre-', 'pre'), ('-', '')]
ST18840731-V10-29-page5.txt: [('ful-', 'ful'), ('-', ''), ('-', ''), ('De-', 'De'), ('Sav-', 'Sav'), ('accom-', 'accom'), ('-', '')]
ST18840731-V10-29-page6.txt: [('-', ''), ('How-', 'How'), ('-', ''), ('domin-', 'domin'), ('-', ''), ('dis-', 'dis'), ('com-', 'com')]
ST18840731-V10-29-page7.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('Ab-', 'Ab'), ('teach-', 'teach'), ('un-', 'un')]
ST18840731-V10-29-page8.txt: [('-', ''), ('-', ''), ('mat-', 'mat'), ('with-', 'with'), ('-', ''), ('pun-', 'pun'), ('-', ''), ('king-', 'king')]
ST18840731-V10-29-page9.txt: [('be-', 'be'), ('prom-', 'prom'), ('-', ''), ('"-', '"'), ('pro-', 'pro'), ('Sun-', 'Sun')]
ST18840807-V10-30-page1.txt: [('re-', 're')]
ST18840807-V10-30-page10.txt: [('expec-', 'expec'), ('-', ''), ('-', ''), ('conver-', 'conver'), ('enter-', 'enter')]
ST18840807-V10-30-page11.txt: [('G.--', 'G.-'), ('Resolu-', 'Resolu'), ('Oak-', 'Oak'), ('sepa-', 'sepa'), ('con-', 'con'), ('lect-', 'lect'), ('be-', 'be'), ('gen-', 'gen'), ('-', ''), ('mis-', 'mis'), ("-'", "'")]
ST18840807-V10-30-page12.txt: [('exam-', 'exam'), ('B--', 'B-'), ('ques-', 'ques'), ('wel-', 'wel'), ('-', ''), ('sis-', 'sis')]
ST18840807-V10-30-page13.txt: [('Congrega-', 'Congrega'), ('sur-', 'sur'), ('thick-', 'thick'), ('sig-', 'sig'), ('vol-', 'vol'), ('-', ''), ('-', ''), ('Cas-', 'Cas')]
ST18840807-V10-30-page14.txt: [('exclu-', 'exclu'), ('re-', 're'), ('mission-', 'mission'), ('"congrega-', '"congrega'), ('re-', 're'), ('relig-', 'relig'), ('Rich-', 'Rich')]
ST18840807-V10-30-page15.txt: [('Hand-', 'Hand'), ('Sun-', 'Sun'), ('-rnotze', 'rnotze'), ('pos-', 'pos'), ('Sabbath-', 'Sabbath'), ('pre-', 'pre'), ('Lancas-', 'Lancas')]
ST18840807-V10-30-page16.txt: [('Worces-', 'Worces'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com')]
ST18840807-V10-30-page17.txt: [('them-', 'them')]
ST18840807-V10-30-page18.txt: [('mis-', 'mis'), ('be-', 'be'), ('--', '-'), ('-', ''), ('afflu-', 'afflu'), ('ex-', 'ex'), ('com-', 'com'), ('prepara-', 'prepara'), ('minis-', 'minis'), ('indi-', 'indi')]
ST18840807-V10-30-page19.txt: [('thor-', 'thor'), ('meet-', 'meet'), ('ful-', 'ful'), ('-', ''), ('-', ''), ('.-', '.'), ('dur-', 'dur'), ('con-', 'con'), ('distrib-', 'distrib')]
ST18840807-V10-30-page2.txt: [('busi-', 'busi'), ('independ-', 'independ'), ('lov-', 'lov'), ('fre-', 'fre'), ('him-', 'him'), ('bold-', 'bold')]
ST18840807-V10-30-page20.txt: [('So-', 'So'), ('-DAY', 'DAY'), ('Associa-', 'Associa')]
ST18840807-V10-30-page3.txt: [('ripen-', 'ripen'), ('apos-', 'apos'), ('com-', 'com'), ('-', ''), ('re-', 're'), ('dark-', 'dark')]
ST18840807-V10-30-page4.txt: [('-', ''), ('un-', 'un'), ('declara-', 'declara'), ('-', ''), ('be-', 'be'), ('refer-', 'refer'), ('Sab-', 'Sab')]
ST18840807-V10-30-page5.txt: [('of-', 'of'), ('Jeru-', 'Jeru'), ('-Courage', 'Courage'), ('con-', 'con'), ('-will', 'will'), ('emo-', 'emo'), ('con-', 'con')]
ST18840807-V10-30-page6.txt: [('aiabbatit-', 'aiabbatit'), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('non-pro-', 'non-pro'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18840807-V10-30-page7.txt: [('min-', 'min')]
ST18840807-V10-30-page8.txt: [('-', ''), ('-', ''), ('conver-', 'conver'), ('un-', 'un'), ('-agreed', 'agreed')]
ST18840807-V10-30-page9.txt: [('ob-', 'ob'), ('be-', 'be'), ('In-', 'In'), ('-', '')]
ST18840814-V10-31-page1.txt: [('some-', 'some'), ('de-', 'de')]
ST18840814-V10-31-page10.txt: [('-invitation', 'invitation'), ('num-', 'num'), ('col-', 'col'), ('success-', 'success'), ('be-', 'be'), ('per-', 'per'), ('roll-', 'roll')]
ST18840814-V10-31-page11.txt: [('advan-', 'advan'), ('pro-', 'pro'), ('Christ-', 'Christ'), ('slave-', 'slave'), ('influ-', 'influ'), ('deemer.--', 'deemer.-')]
ST18840814-V10-31-page12.txt: [('be-', 'be'), ('joy-', 'joy')]
ST18840814-V10-31-page13.txt: [('pleas-', 'pleas'), ('ad-', 'ad'), ('question-', 'question'), ('un-', 'un'), ('accomplish-', 'accomplish'), ('tempt-', 'tempt'), ('ele-', 'ele'), ('intru-', 'intru'), ('rep-', 'rep'), ('EXTEN-', 'EXTEN')]
ST18840814-V10-31-page14.txt: [('-lowe', 'lowe'), ('suffer-', 'suffer'), ('---', '--'), ('Ke-', 'Ke')]
ST18840814-V10-31-page15.txt: [('diffi-', 'diffi'), ('en-', 'en'), ('Re-', 'Re'), ('-', '')]
ST18840814-V10-31-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('meet-', 'meet'), ('-', ''), ('-', ''), ('pa-', 'pa'), ('Sabbath-', 'Sabbath'), ('be-', 'be'), ('Mis-', 'Mis')]
ST18840814-V10-31-page2.txt: [('ex-', 'ex'), ('-', ''), ('re-', 're')]
ST18840814-V10-31-page3.txt: [('-a', 'a'), ('-', ''), ('right-', 'right'), ('com-', 'com'), ('taber-', 'taber'), ('par-', 'par'), ('sa-', 'sa'), ('satisfac-', 'satisfac'), ('-clear', 'clear')]
ST18840814-V10-31-page4.txt: [('him-', 'him'), ('Atone-', 'Atone'), ('sep-', 'sep'), ('Chris-', 'Chris'), ('immate-', 'immate'), ('sepa-', 'sepa'), ('be-', 'be'), ('di-', 'di')]
ST18840814-V10-31-page5.txt: [('ques-', 'ques'), ('con-', 'con'), ('health-', 'health'), ('min-', 'min'), ('ma-', 'ma')]
ST18840814-V10-31-page6.txt: [('abbath-', 'abbath'), ('-', ''), ('immedi-', 'immedi'), ('-', ''), ('-', ''), ('con-', 'con'), ('-free', 'free'), ('-', '')]
ST18840814-V10-31-page7.txt: [('appear-', 'appear'), ('"Where-', '"Where')]
ST18840814-V10-31-page8.txt: [('-', ''), ('-', ''), ('warn-', 'warn'), ('de-', 'de'), ('dic-', 'dic'), ('"wan-', '"wan')]
ST18840814-V10-31-page9.txt: [('communi-', 'communi'), ('-', ''), ('nov-', 'nov'), ('phys-', 'phys'), ('ob-', 'ob'), ('corner-', 'corner'), ('com-', 'com'), ('-', ''), ('be-', 'be')]
ST18840821-V10-32-page1.txt: [('condi-', 'condi'), ('whatso-', 'whatso'), ('bless-', 'bless'), ('ex-', 'ex'), ('com-', 'com'), ('re-', 're'), ('senti-', 'senti'), ('watch-', 'watch')]
ST18840821-V10-32-page10.txt: [('-', ''), ('s-', 's')]
ST18840821-V10-32-page11.txt: [('esti-', 'esti'), ('-our', 'our')]
ST18840821-V10-32-page12.txt: [('nod-', 'nod'), ('re-', 're')]
ST18840821-V10-32-page13.txt: [('-', ''), ('foun-', 'foun')]
ST18840821-V10-32-page14.txt: [('follow-', 'follow'), ('ob-', 'ob'), ('move-', 'move'), ('MISSION.-', 'MISSION.'), ('disgrace-', 'disgrace')]
ST18840821-V10-32-page15.txt: [('-', ''), ('abil-', 'abil'), ('mission-', 'mission'), ('-', ''), ('-', ''), ('any-', 'any'), ('-', ''), ('con-', 'con'), ('un-', 'un')]
ST18840821-V10-32-page16.txt: [('-', ''), ('camp-', 'camp'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('an-', 'an'), ('-', ''), ('expe-', 'expe'), ('unan-', 'unan'), ('Camp-', 'Camp'), ('-', ''), ('-', ''), ('-', '')]
ST18840821-V10-32-page2.txt: [('-over', 'over'), ('anytrans-', 'anytrans')]
ST18840821-V10-32-page3.txt: [('con-', 'con'), ('spe-', 'spe'), ('dis-', 'dis'), ('---.Areison', '--.Areison')]
ST18840821-V10-32-page4.txt: [('Je-', 'Je'), ('strivinn-', 'strivinn')]
ST18840821-V10-32-page5.txt: [('inter-', 'inter'), ('im-', 'im'), ('burial-', 'burial')]
ST18840821-V10-32-page6.txt: [('abbatit-', 'abbatit'), ('-', ''), ('trum-', 'trum'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18840821-V10-32-page7.txt: [('depend-', 'depend'), ('duly-', 'duly'), ('-', ''), ('mul-', 'mul'), ('-', ''), ('par-', 'par'), ('un-', 'un'), ('ex-', 'ex'), ('"walk-', '"walk'), ('-as', 'as'), ('prohibi-', 'prohibi'), ('pre-', 'pre')]
ST18840821-V10-32-page8.txt: [('-', ''), ('-', ''), ('reject-', 'reject')]
ST18840821-V10-32-page9.txt: [("'-", "'"), ('-', ''), ('-', ''), ('worldli-', 'worldli')]
ST18840828-V10-33-page1.txt: [('be-', 'be'), ('pur-', 'pur')]
ST18840828-V10-33-page10.txt: [('in-', 'in'), ('sub-', 'sub'), ('spe-', 'spe'), ('accord-', 'accord')]
ST18840828-V10-33-page11.txt: [('pros-', 'pros'), ('encour-', 'encour'), ('at-', 'at'), ('striv-', 'striv'), ('Reading-', 'Reading'), ('spe-', 'spe'), ('door-', 'door')]
ST18840828-V10-33-page13.txt: [('conso-', 'conso'), ('conso-', 'conso'), ('EXTEN-', 'EXTEN'), ('ev-', 'ev')]
ST18840828-V10-33-page14.txt: [('-----', '----'), ('Or-', 'Or'), ('Rich-', 'Rich'), ('surround-', 'surround'), ('evangel-', 'evangel'), ('in-', 'in'), ('thou-', 'thou')]
ST18840828-V10-33-page15.txt: [('un-', 'un'), ('suc-', 'suc'), ('ne-', 'ne'), ('-', ''), ('Farm-', 'Farm'), ('im-', 'im'), ('-', '')]
ST18840828-V10-33-page16.txt: [('-', ''), ('-', ''), ('-dr', 'dr'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ali-', 'Ali'), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-I-', 'I-'), ('-t', 't'), ('-', ''), ('--tr', '-tr'), ('----', '---'), ('-IP', 'IP'), ('-', ''), ('-', ''), ('Pre-', 'Pre'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('al-', 'al'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-er', 'er'), ('-op', 'op'), ('-', ''), ('-', ''), ('-', ''), ('P-', 'P'), ('ID--', 'ID-'), ('-N---', 'N---'), ('-', ''), ('-', ''), ('-', ''), ('-V-r', 'V-r'), ('--i', '-i'), ('----', '---'), ('-', ''), ('F---', 'F--'), ('-', ''), ('-T', 'T'), ('IFE-', 'IFE'), ('-', ''), ('---', '--'), ('-', ''), ('--', '-'), ('Sabbath-', 'Sabbath')]
ST18840828-V10-33-page2.txt: [('leav-', 'leav'), ('re-', 're'), ('suc-', 'suc'), ('"Presi-', '"Presi'), ('Popula-', 'Popula')]
ST18840828-V10-33-page3.txt: [('-', ''), ('address-', 'address'), ('an-', 'an'), ('har-', 'har'), ('con-', 'con'), ('inspira-', 'inspira'), ('nat-', 'nat'), ('set-', 'set')]
ST18840828-V10-33-page4.txt: [('advo-', 'advo'), ('Advent-', 'Advent'), ('-', ''), ('-', ''), ("'Remem-", "'Remem"), ('reconcili-', 'reconcili')]
ST18840828-V10-33-page5.txt: [('any-', 'any')]
ST18840828-V10-33-page6.txt: [('com-', 'com'), ('al-', 'al'), ('re-', 're'), ('him-', 'him'), ('-', ''), ('be-', 'be'), ('incor-', 'incor'), ('-', ''), ('-', ''), ('Mat-', 'Mat'), ('-', ''), ('-Ps.', 'Ps.')]
ST18840828-V10-33-page7.txt: [('with-', 'with'), ('-', ''), ('-', ''), ('-', ''), ('Begin-', 'Begin'), ('-', ''), ('-', ''), ('-', ''), ('demon-', 'demon')]
ST18840828-V10-33-page8.txt: [('-', ''), ('-', ''), ('lib-', 'lib'), ('prin-', 'prin'), ('-', ''), ('inter-', 'inter'), ('man-', 'man')]
ST18840828-V10-33-page9.txt: [('-', ''), ('-', ''), ('heav-', 'heav'), ('par-', 'par'), ('Heb-', 'Heb'), ('-e', 'e'), ('-', '')]
ST18840911-V10-35-page1.txt: [('weak-', 'weak'), ('de-', 'de'), ('as-', 'as'), ('sal-', 'sal')]
ST18840911-V10-35-page10.txt: [('ex-', 'ex'), ('--condemned', '-condemned'), ('mo-', 'mo'), ('con-', 'con'), ('excava-', 'excava')]
ST18840911-V10-35-page11.txt: [('ad-', 'ad'), ('prin-', 'prin'), ('prayer-', 'prayer'), ('Nehe-', 'Nehe')]
ST18840911-V10-35-page12.txt: [('growl-', 'growl'), ('kind-', 'kind')]
ST18840911-V10-35-page13.txt: [('big-', 'big'), ('"-', '"'), ('EXTEN-', 'EXTEN')]
ST18840911-V10-35-page14.txt: [('G-', 'G'), ('-', ''), ('Con-', 'Con')]
ST18840911-V10-35-page15.txt: [('-A', 'A'), ('-"The', '"The'), ('-', ''), ('-House', 'House'), ('-', ''), ('-', ''), ('government-', 'government'), ('System.-', 'System.'), ('punished-', 'punished'), ('-i', 'i'), ('supposes-', 'supposes'), ('-II.', 'II.'), ('substitution-', 'substitution'), ('necessary-', 'necessary'), ('subjects-', 'subjects'), ('sanctuary-', 'sanctuary'), ('-', ''), ('-', ''), ('heirs-', 'heirs'), ('advent-', 'advent'), ('-Work', 'Work'), ('-', ''), ('-', ''), ('God-', 'God'), ('-', ''), ('-', ''), ('-Death', 'Death'), ('compared-', 'compared'), ('-His', 'His'), ('-The', 'The'), ('-"Punish.', '"Punish.'), ('offering-', 'offering'), ('-Scripture', 'Scripture'), ('Christ-', 'Christ'), ('-', ''), ('Atonement.-', 'Atonement.'), ('-Their', 'Their')]
ST18840911-V10-35-page16.txt: [('ques-', 'ques'), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('reli-', 'reli'), ('-', ''), ('com-', 'com'), ('tem-', 'tem'), ('im-', 'im'), ('op-', 'op'), ('our-', 'our'), ('provis-', 'provis')]
ST18840911-V10-35-page2.txt: [('ob-', 'ob'), ('lib-', 'lib'), ('per-', 'per'), ('in-', 'in'), ('cham-', 'cham')]
ST18840911-V10-35-page3.txt: [('alter-', 'alter'), ('-', ''), ('cen-', 'cen'), ('-', ''), ('-', ''), ('-', ''), ('-ye', 'ye'), ('con-', 'con')]
ST18840911-V10-35-page4.txt: [('disre-', 'disre'), ('rev-', 'rev'), ('de-', 'de'), ('conclu-', 'conclu'), ('trans-', 'trans')]
ST18840911-V10-35-page5.txt: [('-', ''), ('prom-', 'prom'), ('em-', 'em'), ('right-', 'right')]
ST18840911-V10-35-page6.txt: [('Sab-', 'Sab')]
ST18840911-V10-35-page7.txt: [('observa-', 'observa'), ('intel-', 'intel'), ('boast-', 'boast'), ('endan-', 'endan')]
ST18840911-V10-35-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST18840911-V10-35-page9.txt: [('-', ''), ('-', ''), ('immor-', 'immor'), ('"with-', '"with'), ('be-', 'be'), ('-', '')]
ST18840918-V10-36-page1.txt: [('fresh-', 'fresh')]
ST18840918-V10-36-page10.txt: [('dif-', 'dif')]
ST18840918-V10-36-page11.txt: [('pub-', 'pub'), ('na-', 'na'), ('eve-', 'eve'), ('prac-', 'prac'), ('lan-', 'lan'), ('Ka-', 'Ka'), ('be-', 'be'), ('per-', 'per'), ('-', ''), ('-', ''), ('-', '')]
ST18840918-V10-36-page12.txt: [('half-smoth-', 'half-smoth'), ('W-e-l-', 'W-e-l'), ('un-', 'un'), ('be-', 'be'), ('atten-', 'atten')]
ST18840918-V10-36-page13.txt: [('prox-', 'prox'), ('-', ''), ('en-', 'en'), ('alter-', 'alter'), ('En-', 'En')]
ST18840918-V10-36-page14.txt: [('reo-', 'reo'), ('-', ''), ('Cali-', 'Cali')]
ST18840918-V10-36-page15.txt: [('re-', 're'), ('China-', 'China'), ('com-', 'com'), ('re-', 're'), ('chang-', 'chang'), ('consump-', 'consump'), ('success-', 'success'), ('Mat-', 'Mat'), ('-', ''), ('be-', 'be'), ('-', ''), ('Christ--', 'Christ-')]
ST18840918-V10-36-page16.txt: [('an-', 'an'), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('court-', 'court'), ('ar-', 'ar'), ('---', '--'), ('-', '')]
ST18840918-V10-36-page2.txt: [('Vol-', 'Vol'), ('Mor-', 'Mor'), ('nega-', 'nega')]
ST18840918-V10-36-page3.txt: [('be-', 'be')]
ST18840918-V10-36-page4.txt: [('be-', 'be'), ('-', ''), ('con-', 'con'), ('salva-', 'salva'), ('com-', 'com'), ('doc-', 'doc'), ('-', ''), ('Sab-', 'Sab'), ('Wag-', 'Wag'), ('be-', 'be'), ('-', ''), ('-', ''), ('-', '')]
ST18840918-V10-36-page5.txt: [('tab-', 'tab'), ('-', ''), ('pres-', 'pres'), ('re-', 're'), ('be-', 'be'), ('court-', 'court')]
ST18840918-V10-36-page6.txt: [('echonath-', 'echonath'), ('---', '--'), ('-', ''), ('establish-', 'establish')]
ST18840918-V10-36-page7.txt: [('circum-', 'circum'), ('Abia-', 'Abia'), ('Bath-', 'Bath'), ('testi-', 'testi')]
ST18840918-V10-36-page8.txt: [('-', ''), ('-', ''), ('inau-', 'inau'), ('recov-', 'recov'), ('warn-', 'warn')]
ST18840918-V10-36-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('bond-', 'bond'), ('be-', 'be'), ('"un-', '"un'), ('-', ''), ('-the', 'the'), ('-', '')]
ST18841002-V10-37-page1.txt: [('mem-', 'mem'), ('e..-', 'e..'), ('-re', 're'), ('orna-', 'orna')]
ST18841002-V10-37-page10.txt: [('breth-', 'breth'), ('neces-', 'neces'), ('-ft.', 'ft.'), ('-ft.', 'ft.'), ('-the', 'the'), ('Govern-', 'Govern'), ('--sach', '-sach')]
ST18841002-V10-37-page11.txt: [('conse-', 'conse'), ('-', ''), ('-', ''), ('con-', 'con'), ('Breth-', 'Breth'), ('preach-', 'preach')]
ST18841002-V10-37-page12.txt: [('-man', 'man'), ('sel-', 'sel')]
ST18841002-V10-37-page13.txt: [('-', ''), ('dis-', 'dis'), ('mi-', 'mi'), ('peo-', 'peo'), ('pre-', 'pre'), ('opportu-', 'opportu')]
ST18841002-V10-37-page14.txt: [('Fol-', 'Fol'), ('-', ''), ('-', ''), ('por-', 'por')]
ST18841002-V10-37-page15.txt: [('-', ''), ('trans-', 'trans'), ('early-', 'early'), ('e.-', 'e.'), ('-Two', 'Two'), ('.-', '.'), ('Chron-', 'Chron'), ('-', ''), ('Sab-', 'Sab'), ('-', ''), ('S-', 'S'), ('-', ''), ('-', '')]
ST18841002-V10-37-page16.txt: [('-', ''), ('-', ''), ('waves-', 'waves'), ('command-', 'command'), ('Taber-', 'Taber'), ('hur-', 'hur'), ('-', ''), ('-', ''), ('-rooms', 'rooms')]
ST18841002-V10-37-page2.txt: [('relig-', 'relig'), ('-', '')]
ST18841002-V10-37-page3.txt: [('-', ''), ('-', ''), ('en-', 'en'), ('-fifteenth', 'fifteenth'), ('ad-', 'ad'), ('ad-', 'ad')]
ST18841002-V10-37-page4.txt: [('su-', 'su'), ('un-', 'un'), ('right-', 'right'), ('se-', 'se'), ('presump-', 'presump'), ('Chris-', 'Chris'), ('in-', 'in'), ('im-', 'im')]
ST18841002-V10-37-page5.txt: [('-THis', 'THis'), ('do-', 'do'), ('min-', 'min'), ('jour-', 'jour'), ('heavenly-', 'heavenly'), ('forgiv-', 'forgiv'), ('cabin-', 'cabin')]
ST18841002-V10-37-page6.txt: [('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('concern-', 'concern')]
ST18841002-V10-37-page7.txt: [('understand-', 'understand'), ('-', ''), ('in-', 'in'), ('righteous-', 'righteous'), ('sud-', 'sud'), ('-', ''), ('recbm-', 'recbm'), ('id-', 'id'), ('man-', 'man')]
ST18841002-V10-37-page8.txt: [('-', ''), ('-', ''), ('re-', 're'), ('prom-', 'prom')]
ST18841002-V10-37-page9.txt: [('-', ''), ('atheist-', 'atheist'), ('hun-', 'hun'), ('cer-', 'cer'), ('al-', 'al'), ('erro-', 'erro'), ('In-', 'In'), ('de-', 'de')]
ST18841009-V10-38-page1.txt: [('per-', 'per'), ('prays-', 'prays'), ('hon-', 'hon'), ('-', '')]
ST18841009-V10-38-page10.txt: [('accom-', 'accom')]
ST18841009-V10-38-page11.txt: [('port-', 'port'), ('anxi-', 'anxi'), ('Wednes-', 'Wednes'), ('-', '')]
ST18841009-V10-38-page12.txt: [('-W', 'W'), ('you.-', 'you.'), ('morn-', 'morn')]
ST18841009-V10-38-page13.txt: [('build-', 'build'), ('peo-', 'peo')]
ST18841009-V10-38-page14.txt: [('-There', 'There'), ('-', ''), ('-There', 'There'), ('-Seventeen', 'Seventeen'), ('-A', 'A'), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('Neir-', 'Neir'), ('-Richmond', 'Richmond'), ('-', ''), ('-Rev.', 'Rev.'), ('can-', 'can'), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-Pulmonary', 'Pulmonary'), ('-As', 'As'), ('-In', 'In'), ('les-', 'les'), ('-', ''), ('Loughbor-', 'Loughbor'), ('-C', 'C'), ('-The', 'The'), ('-.', '.'), ('-A', 'A'), ('-An', 'An'), ('other-', 'other'), ('-', ''), ('-', ''), ('cultiva-', 'cultiva'), ('-', ''), ('pas-', 'pas'), ('-', ''), ('-', ''), ('-As', 'As'), ('-Dr.', 'Dr.'), ('Inger-', 'Inger'), ('po-', 'po'), ('-Hog', 'Hog'), ('Mary-', 'Mary'), ('-An', 'An'), ('-A', 'A'), ('-Twenty-two', 'Twenty-two'), ('-There', 'There'), ('--A', '-A'), ('twenty-', 'twenty')]
ST18841009-V10-38-page15.txt: [('house-', 'house'), ('magni-', 'magni'), ('-', '')]
ST18841009-V10-38-page16.txt: [('-', ''), ('coun-', 'coun'), ('quar-', 'quar')]
ST18841009-V10-38-page2.txt: [('be-', 'be'), ('yes-', 'yes'), ('de-', 'de'), ('consid-', 'consid')]
ST18841009-V10-38-page3.txt: [('-', '')]
ST18841009-V10-38-page4.txt: [('doc-', 'doc'), ('appear-', 'appear'), ('dif-', 'dif'), ('-', ''), ('-our', 'our'), ('-', ''), ('-', ''), ('sec-', 'sec'), ('con-', 'con'), ('were-', 'were'), ('chronolo-', 'chronolo'), ('He-', 'He'), ('won-', 'won'), ('-but', 'but'), ('taber-', 'taber')]
ST18841009-V10-38-page5.txt: [('ex-', 'ex'), ('EXPFNITVRE-', 'EXPFNITVRE'), ('anti-', 'anti'), ('ef-', 'ef'), ('ob-', 'ob'), ('Wash-', 'Wash'), ('chol-', 'chol'), ('un-', 'un')]
ST18841009-V10-38-page6.txt: [('-', ''), ('-', ''), ('-page', 'page')]
ST18841009-V10-38-page7.txt: [('con-', 'con'), ('neces-', 'neces'), ('in-', 'in'), ('ac-', 'ac'), ('be-', 'be')]
ST18841009-V10-38-page8.txt: [('Pas-', 'Pas'), ('Lake-', 'Lake'), ('camp-', 'camp'), ('Seventh-', 'Seventh')]
ST18841009-V10-38-page9.txt: [('Sec-', 'Sec'), ('Browns-', 'Browns'), ('Lough-', 'Lough'), ('Con-', 'Con')]
ST18841016-V10-39-page1.txt: [('Je-', 'Je'), ('capa-', 'capa'), ('life-du-', 'life-du'), ('Je-', 'Je')]
ST18841016-V10-39-page10.txt: [('-TIMES', 'TIMES'), ('-', ''), ('dur-', 'dur'), ('-than', 'than'), ('recom-', 'recom'), ('-present', 'present'), ('avail-', 'avail'), ('su-', 'su'), ('fol-', 'fol')]
ST18841016-V10-39-page11.txt: [('-', ''), ('-', ''), ('meet-', 'meet'), ('--', '-'), ('mem-', 'mem'), ('publish-', 'publish'), ('-ft.', 'ft.'), ('rais-', 'rais'), ('al-', 'al'), ('subscrip-', 'subscrip')]
ST18841016-V10-39-page13.txt: [('to-', 'to'), ('work-', 'work'), ('mid-', 'mid'), ('pa-', 'pa'), ('re-', 're'), ('Ad-', 'Ad')]
ST18841016-V10-39-page14.txt: [('-', ''), ('SOCIETY.-', 'SOCIETY.'), ('--Dr.', '-Dr.'), ('-', ''), ('-', '')]
ST18841016-V10-39-page15.txt: [('-', ''), ('-that', 'that'), ('-ft.', 'ft.'), ('meet-', 'meet'), ('bound-', 'bound'), ('-ft.', 'ft.'), ('-', ''), ('illus-', 'illus'), ('-For', 'For'), ('pleas-', 'pleas'), ('-the', 'the')]
ST18841016-V10-39-page16.txt: [('decis-', 'decis'), ('cor-', 'cor'), ('man-', 'man'), ('lib-', 'lib'), ('Tem-', 'Tem')]
ST18841016-V10-39-page2.txt: [('Satur-', 'Satur')]
ST18841016-V10-39-page3.txt: [('preach-', 'preach'), ('mo-', 'mo'), ('recom-', 'recom'), ('-', ''), ('As-', 'As'), ('-like', 'like'), ('wa-', 'wa'), ('re-', 're'), ('be-', 'be'), ('ad-', 'ad'), ('at-', 'at'), ('com-', 'com'), ('foun-', 'foun'), ('-', ''), ('-Spurgeon.', 'Spurgeon.')]
ST18841016-V10-39-page4.txt: [('pre-', 'pre'), ('forgot-', 'forgot'), ('prac-', 'prac')]
ST18841016-V10-39-page5.txt: [('re-', 're'), ('advan-', 'advan'), ('em-', 'em'), ('com-', 'com'), ('de-', 'de'), ('-', ''), ('-to', 'to'), ('-', ''), ('Ver-', 'Ver'), ('water-', 'water')]
ST18841016-V10-39-page6.txt: [('-', ''), ('-', ''), ('les-', 'les'), ('-', ''), ('-a', 'a'), ('-longer', 'longer'), ('-not', 'not')]
ST18841016-V10-39-page7.txt: [('imper-', 'imper'), ('-vision', 'vision'), ('re-', 're'), ('vio-', 'vio'), ('fellow-', 'fellow'), ('-', ''), ('-', ''), ('-', '')]
ST18841016-V10-39-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('honor-', 'honor')]
ST18841016-V10-39-page9.txt: [('state-', 'state'), ('appear-', 'appear'), ('-', ''), ('let-', 'let'), ('-it', 'it'), ('per-', 'per'), ('minis-', 'minis')]
ST18841023-V10-40-page1.txt: [('--Charlotte', '-Charlotte'), ('beau-', 'beau'), ('amuse-', 'amuse'), ('opportu-', 'opportu'), ('con-', 'con')]
ST18841023-V10-40-page10.txt: [('-', ''), ('in-', 'in'), ('morn-', 'morn'), ('op-', 'op')]
ST18841023-V10-40-page11.txt: [('kind-', 'kind'), ('Ad-', 'Ad'), ("-every'", "every'")]
ST18841023-V10-40-page12.txt: [('-', ''), ('dis-', 'dis')]
ST18841023-V10-40-page13.txt: [('be-', 'be'), ('-', ''), ('in-', 'in'), ('turn-', 'turn'), ('re-', 're'), ('interest-', 'interest'), ('pre-', 'pre')]
ST18841023-V10-40-page14.txt: [('Re-', 'Re'), ('-view', 'view'), ('tem-', 'tem')]
ST18841023-V10-40-page15.txt: [('An-', 'An'), ('-', ''), ('-and', 'and'), ('-', ''), ('In-', 'In'), ('idle-', 'idle'), ('re-', 're')]
ST18841023-V10-40-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18841023-V10-40-page2.txt: [('ad-', 'ad'), ('as-', 'as'), ('knowl-', 'knowl'), ('succes-', 'succes')]
ST18841023-V10-40-page3.txt: [('-', ''), ('-believers', 'believers'), ('-would', 'would'), ('per-', 'per'), ('Question.-', 'Question.'), ('evi-', 'evi')]
ST18841023-V10-40-page4.txt: [('mur-', 'mur'), ('de-', 'de'), ('treas-', 'treas'), ('pen-', 'pen'), ('bare-', 'bare'), ('-the', 'the')]
ST18841023-V10-40-page5.txt: [('com-', 'com'), ('repre-', 'repre'), ('fee-', 'fee'), ('conver-', 'conver'), ('Phin-', 'Phin'), ('vic-', 'vic'), ('re-', 're'), ('re-', 're')]
ST18841023-V10-40-page6.txt: [('ath-', 'ath'), ('Is-', 'Is'), ('-', ''), ('inani-', 'inani'), ('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18841023-V10-40-page7.txt: [('door-', 'door'), ('an-', 'an')]
ST18841023-V10-40-page8.txt: [('pre-exist-', 'pre-exist'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('exist--', 'exist-')]
ST18841023-V10-40-page9.txt: [('espe-', 'espe'), ('be-', 'be'), ('Mos-', 'Mos'), ('-', ''), ('understand-', 'understand'), ('com-', 'com')]
ST18841030-V10-41-page1.txt: [('neg-', 'neg'), ('relig-', 'relig'), ('pro-', 'pro'), ('under-', 'under')]
ST18841030-V10-41-page10.txt: [('THE-', 'THE'), ('consid-', 'consid'), ('-', ''), ('-', ''), ('-the', 'the'), ('-', '')]
ST18841030-V10-41-page11.txt: [('mis-', 'mis'), ('mis-', 'mis'), ('baby-', 'baby'), ('individ-', 'individ'), ('indispensa-', 'indispensa'), ('--Merced', '-Merced'), ('---', '--'), ("--AS'unday", "-AS'unday"), ('board-', 'board'), ('Bud-', 'Bud')]
ST18841030-V10-41-page12.txt: [('SON-G-', 'SON-G'), ('-ays', 'ays')]
ST18841030-V10-41-page13.txt: [('EXTEN-', 'EXTEN'), ('Pom-', 'Pom'), ('col-', 'col')]
ST18841030-V10-41-page14.txt: [('FUND.-', 'FUND.'), ('-Catherine', 'Catherine'), ('poison-', 'poison'), ('Com-', 'Com'), ('fac-', 'fac'), ('print-', 'print'), ('docu-', 'docu')]
ST18841030-V10-41-page15.txt: [('-', ''), ('Gal-', 'Gal'), ('comfort-', 'comfort'), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('SIGN-', 'SIGN')]
ST18841030-V10-41-page16.txt: [('--"', '-"'), ('-', ''), ('in-', 'in')]
ST18841030-V10-41-page2.txt: [('-because', 'because'), ('States-', 'States'), ('-', ''), ('-it', 'it'), ('un-', 'un'), ('convic-', 'convic'), ('stand-', 'stand')]
ST18841030-V10-41-page3.txt: [('men-', 'men'), ('-', ''), ('-', ''), ('dark-', 'dark'), ('igno-', 'igno'), ('-', ''), ('sol-', 'sol'), ('-', ''), ('lan-', 'lan'), ('-', ''), ('back-', 'back'), ('injunc-', 'injunc')]
ST18841030-V10-41-page4.txt: [('pil-', 'pil'), ('Reforma-', 'Reforma'), ('sub-', 'sub'), ('merchan-', 'merchan'), ('Chris-', 'Chris'), ('atmos-', 'atmos')]
ST18841030-V10-41-page5.txt: [('bet-', 'bet'), ('ex-', 'ex'), ('de-', 'de'), ('ap-', 'ap'), ('pa-', 'pa')]
ST18841030-V10-41-page6.txt: [('anti-script-', 'anti-script'), ('prin-', 'prin'), ('de-', 'de'), ('-God', 'God'), ('sim-', 'sim'), ('-', ''), ('-', ''), ('wor-', 'wor'), ('-', '')]
ST18841030-V10-41-page7.txt: [('evi-', 'evi'), ('three-', 'three'), ('re-', 're'), ('re-', 're'), ('de-', 'de')]
ST18841030-V10-41-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('-', ''), ('with-', 'with'), ('sympa-', 'sympa'), ('-', '')]
ST18841030-V10-41-page9.txt: [('pre-', 'pre'), ('informa-', 'informa'), ('--', '-'), ('writ-', 'writ'), ('acknowl-', 'acknowl'), ('Presbyte-', 'Presbyte'), ('one-', 'one')]
ST18841106-V10-42-page1.txt: [('in-', 'in'), ('temp-', 'temp')]
ST18841106-V10-42-page10.txt: [('fulfill-', 'fulfill'), ('relig-', 'relig'), ('Hamp-', 'Hamp'), ('pro-', 'pro'), ('era-', 'era'), ('-', '')]
ST18841106-V10-42-page11.txt: [('-ft.', 'ft.'), ('ten-', 'ten'), ('-', ''), ('head--', 'head-'), ('camp-meet-', 'camp-meet')]
ST18841106-V10-42-page12.txt: [('ex-', 'ex'), ('stir-', 'stir'), ('wonder-', 'wonder'), ('do-', 'do')]
ST18841106-V10-42-page13.txt: [('cut-', 'cut'), ('ma-', 'ma'), ('de-', 'de')]
ST18841106-V10-42-page14.txt: [('pro-', 'pro'), ('MAIL-', 'MAIL'), ('In-', 'In'), ('ir-', 'ir'), ('oc-', 'oc'), ('diffi-', 'diffi'), ('de-', 'de'), ('sup-', 'sup'), ('At-', 'At'), ('exe-', 'exe')]
ST18841106-V10-42-page15.txt: [('ev-', 'ev'), ('money-', 'money'), ('espe-', 'espe'), ('boast-', 'boast'), ('-', ''), ('Aug-', 'Aug'), ('co-op-', 'co-op'), ('Lu-', 'Lu'), ('-', ''), ('assign-', 'assign'), ('relig-', 'relig'), ('atm-', 'atm'), ('even-', 'even'), ('Cleve-', 'Cleve')]
ST18841106-V10-42-page16.txt: [('res-', 'res'), ('-', ''), ('resurrec-', 'resurrec'), ('-', ''), ('Tem-', 'Tem'), ('Sabbath-', 'Sabbath')]
ST18841106-V10-42-page2.txt: [('cap-', 'cap'), ('adul-', 'adul'), ('-Seized', 'Seized'), ('-', ''), ('Sab-', 'Sab'), ('opportu-', 'opportu'), ('empha-', 'empha'), ('-', ''), ('curi-', 'curi'), ('brandish-', 'brandish'), ('cocka-', 'cocka'), ('fasci-', 'fasci'), ('-the', 'the')]
ST18841106-V10-42-page3.txt: [('God-for-', 'God-for'), ('-', ''), ('Sav-', 'Sav'), ('in-', 'in'), ('-newspapers', 'newspapers'), ('en-', 'en'), ('breth-', 'breth')]
ST18841106-V10-42-page4.txt: [('confi-', 'confi'), ('enter-', 'enter'), ('Alex-', 'Alex')]
ST18841106-V10-42-page5.txt: [('-', ''), ('-the', 'the'), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('as-', 'as'), ('hum-', 'hum'), ('humili-', 'humili'), ('decis-', 'decis'), ('Sa-', 'Sa'), ('ap-', 'ap'), ('-', '')]
ST18841106-V10-42-page6.txt: [('COAST.-', 'COAST.'), ('in-', 'in'), ('-which', 'which'), ('com-', 'com'), ('-', ''), ('-', ''), ('ear-', 'ear'), ('-', ''), ('-', ''), ('-', ''), ('-PROVERBS', 'PROVERBS'), ('-', ''), ('-', ''), ('chief-', 'chief'), ('-', ''), ('-', ''), ('-this', 'this')]
ST18841106-V10-42-page7.txt: [('-', ''), ('fol-', 'fol'), ('s-', 's'), ('-for', 'for'), ('--......', '-......'), ('be-', 'be'), ('-interests', 'interests')]
ST18841106-V10-42-page8.txt: [('-Now', 'Now'), ('Jere-', 'Jere'), ('-', ''), ('ef-', 'ef'), ('-', ''), ('-', ''), ('eter-', 'eter'), ('-', ''), ('-', ''), ('messen-', 'messen')]
ST18841106-V10-42-page9.txt: [('text-', 'text'), ('injunc-', 'injunc'), ('subtle-', 'subtle'), ('holi-', 'holi')]
ST18841113-V10-43-page1.txt: [('-NOVEMBER', 'NOVEMBER'), ('-', ''), ('-of', 'of'), ('husband-', 'husband')]
ST18841113-V10-43-page10.txt: [('Chris-', 'Chris'), ('well-', 'well')]
ST18841113-V10-43-page11.txt: [('appear-', 'appear'), ('Bible-', 'Bible'), ('hair-', 'hair'), ('pro-', 'pro'), ('-', ''), ('stand-', 'stand'), ('re-', 're')]
ST18841113-V10-43-page13.txt: [('employ-', 'employ'), ('Tobacco-Us-', 'Tobacco-Us'), ('EXTEN-', 'EXTEN'), ('fresh-', 'fresh'), ('fol-', 'fol')]
ST18841113-V10-43-page14.txt: [('-', ''), ('in-', 'in'), ('ob-', 'ob'), ('pas-', 'pas'), ('Mc-', 'Mc'), ('Ro-', 'Ro'), ('sam-', 'sam'), ('-', ''), ('pau-', 'pau'), ('-', ''), ('-', '')]
ST18841113-V10-43-page15.txt: [('-Great', 'Great'), ('-', ''), ('blem-', 'blem'), ('noble-', 'noble'), ('tale-', 'tale'), ('Mat-', 'Mat'), ('house-', 'house'), ('sym-', 'sym'), ('obliga-', 'obliga')]
ST18841113-V10-43-page16.txt: [('con-', 'con'), ('pre-', 'pre'), ('Cun-', 'Cun'), ('dec-', 'dec'), ('Mis-', 'Mis'), ('val-', 'val')]
ST18841113-V10-43-page2.txt: [('na-', 'na'), ('-', ''), ('-', ''), ('wicked-', 'wicked'), ('deceiva-', 'deceiva'), ('-', ''), ('chap-', 'chap'), ('oc-', 'oc')]
ST18841113-V10-43-page3.txt: [('-', ''), ('conscien-', 'conscien'), ('heav-', 'heav'), ('prom-', 'prom'), ('.-', '.'), ('material-', 'material')]
ST18841113-V10-43-page4.txt: [('en-', 'en'), ('cor-', 'cor'), ('dis-', 'dis')]
ST18841113-V10-43-page5.txt: [('-', ''), ('institu-', 'institu'), ('in-', 'in'), ('posi-', 'posi'), ('-', ''), ('-', ''), ('-', ''), ('en-', 'en'), ('Chris-', 'Chris'), ('corn-', 'corn'), ('na-', 'na')]
ST18841113-V10-43-page6.txt: [('abbath--', 'abbath-'), ('-DEC.', 'DEC.'), ('-that', 'that'), ('-reof', 'reof'), ('pe-', 'pe'), ('-', ''), ('our-', 'our'), ('an-', 'an'), ('notwith-', 'notwith'), ('-', ''), ('prom-', 'prom'), ('-', ''), ('tri-', 'tri'), ('-', ''), ('-', ''), ('judg-', 'judg'), ('integ-', 'integ'), ('-PROVERBS', 'PROVERBS'), ('-', ''), ('Wis-', 'Wis'), ('-', '')]
ST18841113-V10-43-page7.txt: [('-', ''), ('founda-', 'founda'), ('de-', 'de'), ('-', ''), ('-', ''), ('wis-', 'wis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('fount-', 'fount'), ('-', ''), ('Spring-', 'Spring'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('acknowl-', 'acknowl'), ('THERE-', 'THERE')]
ST18841113-V10-43-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('Tes-', 'Tes'), ('tra-', 'tra'), ('dis-', 'dis')]
ST18841113-V10-43-page9.txt: [('punishment--', 'punishment-'), ('set-', 'set'), ('-', ''), ('-', ''), ('judg-', 'judg'), ('-', ''), ('-', '')]
ST18841120-V10-44-page1.txt: [('--Mrs.', '-Mrs.'), ('-', ''), ('oppor-', 'oppor'), ('posses-', 'posses'), ('-reeling', 'reeling'), ('b-or-', 'b-or'), ('thy-', 'thy')]
ST18841120-V10-44-page10.txt: [('Sab-', 'Sab'), ('-', ''), ('people.-', 'people.'), ('car-', 'car'), ('dis-', 'dis'), ('bless-', 'bless')]
ST18841120-V10-44-page11.txt: [('-', ''), ('-', ''), ('abomina-', 'abomina'), ('abomi-', 'abomi'), ('Amen.-', 'Amen.')]
ST18841120-V10-44-page12.txt: [('some-', 'some'), ('pil-', 'pil'), ('discour-', 'discour'), ('com-', 'com')]
ST18841120-V10-44-page13.txt: [('-Assortid', 'Assortid'), ('supersti-', 'supersti'), ('Mex-', 'Mex'), ('com-', 'com'), ('-CENT', 'CENT'), ('satis-', 'satis'), ('in-', 'in'), ('sur-', 'sur'), ('in-', 'in'), ('stone-', 'stone')]
ST18841120-V10-44-page14.txt: [('immortal-', 'immortal'), ('-The', 'The'), ('ser-', 'ser'), ('thor-', 'thor'), ('-', ''), ('-in', 'in'), ('Cali-', 'Cali'), ('be-', 'be'), ('per-', 'per'), ('-', '')]
ST18841120-V10-44-page15.txt: [('Law-', 'Law'), ('resur-', 'resur'), ('re-', 're'), ('abdo-', 'abdo'), ('-', ''), ('-', ''), ('cir-', 'cir')]
ST18841120-V10-44-page16.txt: [('cur-', 'cur'), ('under-', 'under'), ('in-', 'in')]
ST18841120-V10-44-page17.txt: [('Christ--', 'Christ-'), ('en-', 'en'), ('The-', 'The'), ('peo-', 'peo'), ('-page', 'page')]
ST18841120-V10-44-page18.txt: [('-', ''), ('EXTEN-', 'EXTEN'), ('endure-', 'endure')]
ST18841120-V10-44-page2.txt: [('per-', 'per'), ('inter-', 'inter'), ('fort-', 'fort'), ('occa-', 'occa'), ('in-', 'in')]
ST18841120-V10-44-page3.txt: [('-', ''), ('finan-', 'finan'), ('Jerusa-', 'Jerusa'), ('-out', 'out'), ('wis-', 'wis'), ('arch-', 'arch')]
ST18841120-V10-44-page4.txt: [('pre-', 'pre'), ('as-', 'as'), ('-', ''), ('connec-', 'connec'), ('-', ''), ('-', ''), ('conse-', 'conse'), ('pri-', 'pri')]
ST18841120-V10-44-page5.txt: [('pro-', 'pro'), ('phys-', 'phys'), ('in-', 'in'), ('pre-', 'pre'), ('inscrip-', 'inscrip'), ('gen-', 'gen'), ('illus-', 'illus'), ('differ-', 'differ'), ('partic-', 'partic')]
ST18841120-V10-44-page6.txt: [('-DEC.', 'DEC.'), ('transgrek-', 'transgrek'), ('-', ''), ('-PROVERBS', 'PROVERBS'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pro-', 'pro'), ('-', ''), ('-', ''), ('-', ''), ('temper-', 'temper'), ('right-', 'right'), ('tem-', 'tem')]
ST18841120-V10-44-page7.txt: [('major-', 'major'), ('com-', 'com'), ('exhaust-', 'exhaust')]
ST18841120-V10-44-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Im-', 'Im'), ('imme-', 'imme'), ('-', '')]
ST18841120-V10-44-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('scurril-', 'scurril')]
ST18841127-V10-45-page1.txt: [("-He'll", "He'll"), ('cloth-', 'cloth'), ('be-', 'be')]
ST18841127-V10-45-page10.txt: [('-', ''), ('-', ''), ('gar-', 'gar'), ('-', ''), ('hand-', 'hand')]
ST18841127-V10-45-page11.txt: [('im-', 'im'), ('spirit-', 'spirit'), ('-a', 'a'), ('con-', 'con'), ('indi-', 'indi'), ('inti-', 'inti'), ('rep-', 'rep')]
ST18841127-V10-45-page12.txt: [('rail-', 'rail')]
ST18841127-V10-45-page13.txt: [('inten-', 'inten'), ('COMING-', 'COMING'), ('-', ''), ('out-', 'out'), ('nerv-', 'nerv'), ('com-', 'com'), ('EXTEN-', 'EXTEN')]
ST18841127-V10-45-page14.txt: [('-', ''), ('-', ''), ('--Japanese', '-Japanese'), ('neces-', 'neces'), ('Al-', 'Al'), ('con-', 'con')]
ST18841127-V10-45-page15.txt: [('even-', 'even'), ('pro-', 'pro'), ('pos-', 'pos'), ('dissat-', 'dissat'), ('ac-', 'ac'), ('cen-', 'cen'), ('informa-', 'informa'), ('co-op-', 'co-op'), ('-', ''), ('relig-', 'relig'), ('how-', 'how'), ('em-', 'em')]
ST18841127-V10-45-page16.txt: [('Sabbath-', 'Sabbath'), ('charity-', 'charity'), ('de-', 'de'), ('quar-', 'quar'), ('indi-', 'indi'), ('Sabbath-', 'Sabbath')]
ST18841127-V10-45-page3.txt: [('-', ''), ('nat-', 'nat'), ('-"madness', '"madness'), ('un-', 'un'), ('coun-', 'coun')]
ST18841127-V10-45-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('pos-', 'pos'), ('-', '')]
ST18841127-V10-45-page5.txt: [('-', ''), ('depre-', 'depre'), ('re-', 're'), ('spe-', 'spe'), ('immortal-', 'immortal'), ('un-', 'un'), ('al-', 'al'), ('les-', 'les')]
ST18841127-V10-45-page6.txt: [('-', ''), ('observ-', 'observ'), ('-those', 'those'), ('hal-', 'hal'), ('mission-', 'mission'), ('appoint-', 'appoint')]
ST18841127-V10-45-page7.txt: [('misunder-', 'misunder'), ('equiva-', 'equiva'), ('-', '')]
ST18841127-V10-45-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('glo-', 'glo'), ('-', ''), ('en-', 'en'), ('nar-', 'nar'), ('sat-', 'sat'), ('assid-', 'assid')]
ST18841127-V10-45-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('exceed-', 'exceed'), ('ex-', 'ex'), ('-', ''), ('-', '')]
ST18841204-V10-46-page1.txt: [('G-', 'G'), ('re-', 're'), ('careless-', 'careless'), ('commen-', 'commen'), ('tes-', 'tes'), ('mel-', 'mel'), ('wor-', 'wor'), ('f-', 'f'), ('sin-', 'sin'), ('in-', 'in')]
ST18841204-V10-46-page10.txt: [('-nearly', 'nearly'), ('ex-', 'ex'), ('Web-', 'Web'), ('en-', 'en'), ('ac-', 'ac'), ('Aus-', 'Aus'), ('-', ''), ('ther-', 'ther'), ('re-', 're'), ('Bal-', 'Bal'), ('popu-', 'popu')]
ST18841204-V10-46-page11.txt: [('inter-', 'inter'), ('moun-', 'moun'), ('in-', 'in'), ('con-', 'con'), ('Napo-', 'Napo'), ('-', '')]
ST18841204-V10-46-page12.txt: [('ob-', 'ob'), ('sev-', 'sev'), ('persever-', 'persever'), ('pre-', 'pre')]
ST18841204-V10-46-page13.txt: [('edi-', 'edi'), ('-', ''), ('-so', 'so'), ('bus-', 'bus'), ('future-', 'future'), ('-', ''), ('pestu-', 'pestu')]
ST18841204-V10-46-page14.txt: [('-RisriltA.r', 'RisriltA.r'), ('ex-', 'ex'), ('pa-', 'pa'), ('miscel-', 'miscel'), ('preach-', 'preach'), ('noth-', 'noth'), ('Sabbath-', 'Sabbath'), ('-', ''), ('fur-', 'fur')]
ST18841204-V10-46-page15.txt: [('Chemis-', 'Chemis'), ('it-', 'it'), ('even-', 'even'), ('-', ''), ('increas-', 'increas'), ('Sab-', 'Sab'), ('-', '')]
ST18841204-V10-46-page16.txt: [('-page', 'page'), ('edition-', 'edition'), ('--Vision', '-Vision'), ('th-', 'th'), ('dis-', 'dis'), ('-', ''), ('prin-', 'prin'), ('-----', '----'), ('Mis-', 'Mis'), ('-', '')]
ST18841204-V10-46-page2.txt: [('re-', 're'), ('-', ''), ('church-', 'church'), ('cen-', 'cen'), ('in-', 'in'), ('mam-', 'mam')]
ST18841204-V10-46-page3.txt: [('neigh-', 'neigh'), ('If-', 'If')]
ST18841204-V10-46-page4.txt: [('espe-', 'espe'), ('occa-', 'occa'), ('fre-', 'fre'), ('lib-', 'lib'), ('be-', 'be'), ('un-', 'un'), ('-', ''), ('-their', 'their'), ('apos-', 'apos')]
ST18841204-V10-46-page5.txt: [('skele-', 'skele'), ('re-', 're'), ('--the', '-the'), ('trust-', 'trust'), ('-', '')]
ST18841204-V10-46-page6.txt: [('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('car-', 'car'), ('-', ''), ('-', '')]
ST18841204-V10-46-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('gold-', 'gold'), ('As-', 'As'), ('trust-', 'trust'), ('-', ''), ('deliv-', 'deliv'), ('-', ''), ('rea-', 'rea'), ('readi-', 'readi')]
ST18841204-V10-46-page8.txt: [('nine-', 'nine'), ('an-', 'an'), ('pub-', 'pub'), ('-', ''), ('-', ''), ('-', '')]
ST18841204-V10-46-page9.txt: [('-', ''), ('peo-', 'peo')]
ST18841211-V10-47-page1.txt: [('to-', 'to'), ('con-', 'con'), ('command-', 'command'), ('-lie', 'lie'), ('--the', '-the'), ('-', ''), ('fail-', 'fail'), ('ques-', 'ques'), ("'yon-", "'yon")]
ST18841211-V10-47-page10.txt: [('-', '')]
ST18841211-V10-47-page11.txt: [('project-', 'project'), ('for-', 'for'), ('ar-', 'ar'), ('grog-', 'grog'), ('dis-', 'dis')]
ST18841211-V10-47-page12.txt: [('ar-', 'ar'), ('com-', 'com'), ('stu-', 'stu'), ('-and', 'and'), ('pros-', 'pros')]
ST18841211-V10-47-page13.txt: [('mes-', 'mes'), ('---so', '--so'), ('-', ''), ('chari-', 'chari'), ('can-', 'can')]
ST18841211-V10-47-page14.txt: [('--A', '-A'), ('-ton', 'ton'), ('afflu-', 'afflu'), ('immi-', 'immi'), ('tele-', 'tele'), ('re-', 're')]
ST18841211-V10-47-page15.txt: [('--', '-'), ('ve-', 've'), ('-Po', 'Po'), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18841211-V10-47-page16.txt: [('sub-', 'sub'), ('ex-', 'ex'), ('twenty-', 'twenty'), ('benev-', 'benev'), ('Mis-', 'Mis'), ('Cali-', 'Cali')]
ST18841211-V10-47-page2.txt: [('Chris-', 'Chris'), ('re-', 're'), ('emi-', 'emi'), ('-to', 'to'), ('idol-', 'idol')]
ST18841211-V10-47-page3.txt: [('cat-', 'cat'), ('em-', 'em'), ('-beings.', 'beings.')]
ST18841211-V10-47-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('da-', 'da'), ('forbid-', 'forbid'), ('observan-', 'observan')]
ST18841211-V10-47-page5.txt: [('-fornication', 'fornication'), ('redemp-', 'redemp'), ('-', ''), ('pre-', 'pre'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18841211-V10-47-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-by', 'by'), ('-would', 'would'), ('-', ''), ('im-', 'im'), ('writ-', 'writ'), ('liv-', 'liv'), ('pre-', 'pre')]
ST18841211-V10-47-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('wor-', 'wor'), ('be-', 'be'), ('conse-', 'conse'), ('-', ''), ('--Set.', '-Set.')]
ST18841211-V10-47-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('philos-', 'philos')]
ST18841211-V10-47-page9.txt: [('syna-', 'syna'), ('Sec-', 'Sec'), ('"Suf-', '"Suf')]
ST18850108-V11-02-page1.txt: [('over-', 'over'), ('-tIST', 'tIST'), ('-"Vie', '"Vie'), ('r---', 'r--'), ('-', ''), ('-.', '.'), ('-', ''), ('Gali-', 'Gali'), ('vacil-', 'vacil')]
ST18850108-V11-02-page10.txt: [('re-', 're'), ('sub-', 'sub')]
ST18850108-V11-02-page11.txt: [('-', ''), ('-', ''), ('righteous-', 'righteous'), ('-', ''), ('institu-', 'institu'), ('sus-', 'sus'), ('oc-', 'oc'), ('im-', 'im'), ('teach-', 'teach'), ('be-', 'be'), ('in-', 'in'), ('en-', 'en'), ('-basis', 'basis')]
ST18850108-V11-02-page12.txt: [('biog-', 'biog'), ('rel-', 'rel'), ('illus-', 'illus'), ('libra-', 'libra'), ('inebri-', 'inebri'), ('ad-', 'ad'), ('pres-', 'pres'), ('be-', 'be'), ('-there', 'there')]
ST18850108-V11-02-page13.txt: [('rig-', 'rig'), ('ques-', 'ques'), ('sit-', 'sit'), ('gentle-', 'gentle'), ('Pei.-', 'Pei.'), ('even-', 'even'), ('-', ''), ('-Tobacco', 'Tobacco'), ('-of', 'of'), ('mer-', 'mer'), ('-', ''), ('-', ''), ('c-', 'c'), ('en-', 'en'), ('conven-', 'conven'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18850108-V11-02-page14.txt: [('pam-', 'pam'), ('--London', '-London'), ('increas-', 'increas'), ('con-', 'con')]
ST18850108-V11-02-page15.txt: [('.-', '.'), ('"As-', '"As'), ('co-op-', 'co-op'), ('-', ''), ('relig-', 'relig'), ('pub-', 'pub'), ('al-', 'al'), ('grate-', 'grate'), ('-Bible', 'Bible'), ('addi-', 'addi'), ('Candid-', 'Candid'), ('-End', 'End')]
ST18850108-V11-02-page16.txt: [('expe-', 'expe'), ('-', ''), ('-with', 'with')]
ST18850108-V11-02-page2.txt: [('inno-', 'inno'), ('Je-', 'Je'), ('"Con-', '"Con'), ('sin-', 'sin'), ('prohi-', 'prohi')]
ST18850108-V11-02-page3.txt: [('presump-', 'presump'), ('Chi-', 'Chi'), ('gen-', 'gen'), ('di-', 'di'), ('proph-', 'proph'), ('battle-', 'battle')]
ST18850108-V11-02-page4.txt: [('con-', 'con'), ('-', ''), ('Israel-', 'Israel'), ('-', ''), ('strength--', 'strength-')]
ST18850108-V11-02-page5.txt: [('relation-', 'relation'), ('con-', 'con')]
ST18850108-V11-02-page6.txt: [('-the', 'the'), ('-', ''), ('-a', 'a'), ('-', ''), ('-', '')]
ST18850108-V11-02-page7.txt: [('In-', 'In'), ('pa-', 'pa'), ('physi-', 'physi'), ('-', ''), ('al-', 'al')]
ST18850108-V11-02-page8.txt: [('-', ''), ('-', ''), ('Hav-', 'Hav')]
ST18850108-V11-02-page9.txt: [('to-', 'to'), ('valua-', 'valua'), ('-', ''), ('win-', 'win'), ('-contrary', 'contrary'), ('Ven-', 'Ven'), ('obsta-', 'obsta'), ('Vea-', 'Vea')]
ST18850129-V11-05-page1.txt: [('tes-', 'tes'), ('-his', 'his'), ('-t', 't'), ('do-', 'do'), ('sin-', 'sin')]
ST18850129-V11-05-page10.txt: [('sub-', 'sub'), ('thou-', 'thou'), ('circu-', 'circu'), ('begin-', 'begin'), ('in-', 'in'), ('enter-', 'enter'), ('circum-', 'circum')]
ST18850129-V11-05-page11.txt: [('en-', 'en'), ('-', ''), ('---', '--'), ('espe-', 'espe'), ('congre-', 'congre'), ('Green-', 'Green'), ('Con-', 'Con')]
ST18850129-V11-05-page12.txt: [('BEARING-', 'BEARING'), ('-I', 'I')]
ST18850129-V11-05-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('Peerptetu-', 'Peerptetu'), ('re-', 're'), ('hav-', 'hav')]
ST18850129-V11-05-page14.txt: [('-', ''), ('--The', '-The'), ('fifty-', 'fifty'), ('"acquaint-', '"acquaint'), ('organ-', 'organ'), ('Illi-', 'Illi'), ('Vigi-', 'Vigi'), ('travel-', 'travel'), ('peo-', 'peo')]
ST18850129-V11-05-page15.txt: [('back-', 'back'), ('-', ''), ('can-', 'can'), ('Prov-', 'Prov')]
ST18850129-V11-05-page16.txt: [('-', ''), ('re-', 're')]
ST18850129-V11-05-page2.txt: [('Work-', 'Work'), ('un-', 'un'), ('com-', 'com')]
ST18850129-V11-05-page3.txt: [('-no', 'no'), ('-', ''), ('earth.-', 'earth.'), ('morn-', 'morn'), ('there-', 'there'), ('-', '')]
ST18850129-V11-05-page4.txt: [('contin-', 'contin'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', '')]
ST18850129-V11-05-page5.txt: [('-', ''), ('En-', 'En'), ('stat-', 'stat'), ('be-', 'be'), ('antiq-', 'antiq'), ('com-', 'com'), ('-', ''), ('mean-', 'mean'), ('bat-', 'bat'), ('-the', 'the'), ('-', '')]
ST18850129-V11-05-page6.txt: [('-AcTs', 'AcTs'), ('-', ''), ('-', ''), ('-the', 'the'), ('abso-', 'abso')]
ST18850129-V11-05-page7.txt: [('sus-', 'sus'), ('fanat-', 'fanat'), ('-his', 'his'), ('Be-', 'Be'), ('tem-', 'tem'), ('ad-', 'ad'), ('asso-', 'asso'), ('-', ''), ('ap-', 'ap')]
ST18850129-V11-05-page8.txt: [('-', ''), ('-', ''), ('muti-', 'muti'), ('prayer-', 'prayer'), ('sheet-and-pillow-', 'sheet-and-pillow'), ('-', ''), ('trans-', 'trans')]
ST18850129-V11-05-page9.txt: [('af-', 'af'), ('Refor-', 'Refor'), ('-', '')]
ST18850205-V11-06-page1.txt: [('wood-cov-', 'wood-cov'), ('desola-', 'desola')]
ST18850205-V11-06-page10.txt: [('pros.-', 'pros.'), ('des-', 'des'), ('ob-', 'ob'), ('Lancas-', 'Lancas'), ('partic-', 'partic'), ('Ver-', 'Ver'), ('-in', 'in'), ('prepar-', 'prepar'), ('of-', 'of')]
ST18850205-V11-06-page11.txt: [("-'", "'"), ('peo-', 'peo'), ('sug-', 'sug'), ('pre-', 'pre')]
ST18850205-V11-06-page12.txt: [('be-', 'be'), ('can-', 'can'), ('chil-', 'chil')]
ST18850205-V11-06-page13.txt: [('can-', 'can'), ('Drunk-', 'Drunk'), ('in-', 'in'), ('hav-', 'hav'), ('ad-', 'ad'), ('recip-', 'recip')]
ST18850205-V11-06-page14.txt: [('--', '-'), ('Agri-', 'Agri'), ('Rom-', 'Rom'), ('ped-', 'ped'), ('-ton', 'ton')]
ST18850205-V11-06-page15.txt: [('-', ''), ('Sensi-', 'Sensi'), ('sev-', 'sev'), ('addi-', 'addi'), ('be-', 'be'), ('-a', 'a'), ('grate-', 'grate'), ('even-', 'even')]
ST18850205-V11-06-page16.txt: [('influ-', 'influ'), ('pre-', 'pre'), ('ensam-', 'ensam'), ('with-', 'with'), ('Mis-', 'Mis')]
ST18850205-V11-06-page2.txt: [('-The', 'The'), ('gos-', 'gos'), ('-', ''), ('command-', 'command')]
ST18850205-V11-06-page3.txt: [('-', ''), ('con-', 'con'), ('Ob-', 'Ob'), ('re-', 're'), ('-', ''), ('god-', 'god'), ('al-', 'al'), ('king-', 'king')]
ST18850205-V11-06-page4.txt: [('Mc-', 'Mc'), ('state-', 'state')]
ST18850205-V11-06-page5.txt: [('as-', 'as'), ('mis-', 'mis'), ('-works.', 'works.')]
ST18850205-V11-06-page6.txt: [('re-', 're'), ('-', ''), ('-the', 'the'), ('there-', 'there'), ('-death', 'death'), ('-is', 'is'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pro-', 'pro'), ('"un-', '"un'), ('-', ''), ('mani-', 'mani'), ('-', ''), ('-Aers', 'Aers'), ('-', '')]
ST18850205-V11-06-page7.txt: [('appe-', 'appe'), ('cour-', 'cour')]
ST18850205-V11-06-page8.txt: [('success-', 'success'), ('-', ''), ('es-', 'es')]
ST18850205-V11-06-page9.txt: [('in-', 'in'), ('di-', 'di'), ('neces-', 'neces'), ('con-', 'con'), ('sa-', 'sa'), ('be-', 'be'), ('accord-', 'accord'), ('doc-', 'doc'), ('ad-', 'ad'), ('ac-', 'ac'), ('who-', 'who')]
ST18850212-V11-07-page1.txt: [('pleas-', 'pleas'), ('Burden-', 'Burden'), ('ox--', 'ox-'), ('-spirit', 'spirit'), ('ever-', 'ever')]
ST18850212-V11-07-page10.txt: [('dis-', 'dis'), ('argu-', 'argu'), ('inev-', 'inev')]
ST18850212-V11-07-page11.txt: [('per-', 'per'), ('six-', 'six'), ('dis-', 'dis'), ('-', ''), ('sus-', 'sus'), ('favor-', 'favor'), ('com-', 'com'), ('-give', 'give')]
ST18850212-V11-07-page12.txt: [('dis-', 'dis')]
ST18850212-V11-07-page13.txt: [('---', '--'), ('con-', 'con'), ('occur-', 'occur'), ('-ficient', 'ficient'), ('con-', 'con'), ('EXTEN-', 'EXTEN'), ('--', '-')]
ST18850212-V11-07-page14.txt: [('threat-', 'threat'), ('G-', 'G'), ('congres-', 'congres'), ('-Hard', 'Hard'), ('-uisse.', 'uisse.'), ('--While', '-While'), ('Dist-', 'Dist'), ('Mc-', 'Mc')]
ST18850212-V11-07-page15.txt: [('-', ''), ('-', ''), ('pub-', 'pub'), ('publish-', 'publish'), ('Profit.-', 'Profit.'), ('Passive.-', 'Passive.'), ('-Two', 'Two'), ('-When', 'When'), ('-Church', 'Church'), ('-', ''), ('Shang-', 'Shang'), ('Sab-', 'Sab'), ('Cam-', 'Cam')]
ST18850212-V11-07-page16.txt: [('per-', 'per'), ('--a', '-a'), ('Mis-', 'Mis'), ('mission-', 'mission')]
ST18850212-V11-07-page2.txt: [('in-', 'in'), ('hu-', 'hu'), ('sanc-', 'sanc'), ('daugh-', 'daugh'), ('discern-', 'discern'), ('The-', 'The')]
ST18850212-V11-07-page3.txt: [('well-', 'well'), ('work-', 'work')]
ST18850212-V11-07-page4.txt: [('-', ''), ('de-', 'de'), ('-me', 'me')]
ST18850212-V11-07-page5.txt: [('prac-', 'prac'), ('with-', 'with'), ('-', ''), ('pre-', 'pre'), ('-', ''), ('ne-', 'ne'), ('-', ''), ('Stu-', 'Stu'), ('-', '')]
ST18850212-V11-07-page6.txt: [('-ACTS', 'ACTS'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('some-', 'some')]
ST18850212-V11-07-page7.txt: [('even-', 'even'), ('excite-', 'excite'), ('serv-', 'serv'), ('nu-', 'nu'), ('fore-', 'fore'), ('breth-', 'breth')]
ST18850212-V11-07-page8.txt: [('-', ''), ('per-', 'per'), ('Or-', 'Or'), ('Seventh-', 'Seventh'), ('ac-', 'ac'), ('south-', 'south'), ('-', ''), ('Mon-', 'Mon'), ('mis-', 'mis'), ('after-', 'after'), ('pre-', 'pre'), ('meet-', 'meet')]
ST18850212-V11-07-page9.txt: [('.-', '.'), ('-of', 'of'), ('funda-', 'funda'), ('in-', 'in'), ('-', ''), ('will-', 'will')]
ST18850219-V11-08-page1.txt: [('ex-', 'ex'), ('pub-', 'pub')]
ST18850219-V11-08-page10.txt: [('-', ''), ('sug-', 'sug'), ('--compelled', '-compelled'), ('-', ''), ('Constitu-', 'Constitu'), ('pro-', 'pro'), ('-', ''), ('Roman-', 'Roman'), ('pan-', 'pan')]
ST18850219-V11-08-page11.txt: [('-', ''), ('mat-', 'mat'), ('la-', 'la'), ('im-', 'im'), ('in-', 'in'), ('Col-', 'Col'), ('devot-', 'devot'), ('-', ''), ('-', ''), ('-', '')]
ST18850219-V11-08-page13.txt: [('-', ''), ('con-', 'con'), ('ques-', 'ques'), ('Ad-', 'Ad'), ('EXTEN-', 'EXTEN')]
ST18850219-V11-08-page14.txt: [('-', ''), ('perma-', 'perma'), ('circu-', 'circu'), ('hin-', 'hin'), ('es-', 'es'), ('de-', 'de'), ('meteoro-', 'meteoro'), ('Cres-', 'Cres'), ('di-', 'di'), ('in-', 'in')]
ST18850219-V11-08-page15.txt: [('-', ''), ('-', ''), ('bring-', 'bring'), ('-', ''), ('un-', 'un'), ('lsletSaa.b-', 'lsletSaa.b'), ('cor-', 'cor'), ('de-', 'de'), ('-', '')]
ST18850219-V11-08-page16.txt: [('in-', 'in'), ('-page', 'page'), ('-to', 'to'), ('RE-', 'RE')]
ST18850219-V11-08-page2.txt: [('re-', 're'), ('com-', 'com'), ('-', ''), ('-', ''), ('sys-', 'sys')]
ST18850219-V11-08-page3.txt: [('languish-', 'languish'), ('sOr-', 'sOr'), ('com-', 'com'), ('re-', 're'), ('-', ''), ('his-', 'his'), ('-', ''), ('obli-', 'obli'), ('-', '')]
ST18850219-V11-08-page4.txt: [('Gen-', 'Gen'), ('-', ''), ('-', ''), ('-', ''), ('over-', 'over'), ('-', ''), ('-', ''), ('malevo-', 'malevo'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', '')]
ST18850219-V11-08-page5.txt: [('-', ''), ('ac-', 'ac'), ('ex-', 'ex'), ('serv-', 'serv'), ('sol-', 'sol'), ("'-", "'"), ('"Ver-', '"Ver')]
ST18850219-V11-08-page6.txt: [('pris-', 'pris'), ('pro-', 'pro'), ('-', ''), ('threat-', 'threat'), ('Je-', 'Je'), ('-ACTS', 'ACTS'), ('-', ''), ('-', ''), ('-behold', 'behold'), ('Dru-', 'Dru'), ('in-', 'in')]
ST18850219-V11-08-page7.txt: [('-A.', 'A.'), ('de-', 'de'), ('stim-', 'stim'), ('real-', 'real')]
ST18850219-V11-08-page8.txt: [('-', ''), ('-', ''), ('peo-', 'peo'), ('at-', 'at'), ('build-', 'build')]
ST18850219-V11-08-page9.txt: [('-And', 'And'), ('think-', 'think'), ('in-', 'in'), ('-', ''), ('-', ''), ('"holi-', '"holi'), ('de-', 'de'), ('ex-', 'ex'), ('con-', 'con'), ('-', ''), ('-', '')]
ST18850226-V11-09-page10.txt: [('-', ''), ('"Nei-', '"Nei'), ('vio-', 'vio'), ('pro-', 'pro'), ('conse-', 'conse'), ('breth-', 'breth')]
ST18850226-V11-09-page11.txt: [('Con-', 'Con'), ('-', ''), ('--', '-'), ('real-', 'real'), ('peo-', 'peo'), ('treas-', 'treas'), ('accom-', 'accom'), ('Con-', 'Con'), ('sub-', 'sub')]
ST18850226-V11-09-page12.txt: [('phleg-', 'phleg'), ('uncon-', 'uncon'), ('morn-', 'morn'), ('sat-', 'sat'), ('mathemat-', 'mathemat'), ('maga-', 'maga'), ('al-', 'al')]
ST18850226-V11-09-page13.txt: [('it-', 'it'), ('gener-', 'gener'), ('TEMPERANCE-', 'TEMPERANCE'), ('judg-', 'judg'), ('al-', 'al'), ('Drunk-', 'Drunk'), ('an-', 'an'), ('Yel-', 'Yel'), ('him-', 'him')]
ST18850226-V11-09-page14.txt: [('opin-', 'opin'), ('das-', 'das'), ('be-', 'be'), ('So-', 'So'), ('chil-', 'chil'), ('Legis-', 'Legis'), ('depart-', 'depart')]
ST18850226-V11-09-page15.txt: [('something.-', 'something.'), ('in-', 'in'), ('Sab-', 'Sab'), ('nat-', 'nat'), ('cov-', 'cov'), ('peo-', 'peo'), ('res-', 'res'), ('neigh-', 'neigh')]
ST18850226-V11-09-page16.txt: [('--t.', '-t.'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-.R', '.R'), ('-', ''), ('-', ''), ('-', ''), ('-d', 'd'), ('r----', 'r---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('t-', 't'), ('--', '-'), ('r"------', 'r"-----'), ('--', '-'), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('fir-', 'fir'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Pt', '-Pt'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('F-', 'F'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--.r', '-.r'), ('-', ''), ('-', ''), ('-', ''), ('--if', '-if'), ('-', ''), ('-', ''), ('-.-', '.-'), ('-', ''), ('-', ''), ('-', ''), ('-vg-v', 'vg-v'), ('-', ''), ('-it', 'it'), ('-', ''), ('-', ''), ('---.T.-', '--.T.-'), ('-', ''), ('y-', 'y'), ('-', ''), ('re-', 're'), ('Sabbath-', 'Sabbath')]
ST18850226-V11-09-page2.txt: [('Sav-', 'Sav'), ('inaugu-', 'inaugu'), ('dis-', 'dis'), ('-', ''), ('or-', 'or'), ('fun-', 'fun'), ('ad-', 'ad'), ('Teach-', 'Teach'), ('author-', 'author'), ('au-', 'au'), ('in-', 'in'), ('Speak-', 'Speak'), ('bene-', 'bene')]
ST18850226-V11-09-page3.txt: [('trans-', 'trans'), ('Cou-', 'Cou'), ('rehypothe-', 'rehypothe'), ('opera-', 'opera'), ('unsus-', 'unsus'), ('man-', 'man')]
ST18850226-V11-09-page4.txt: [('-Rome.', 'Rome.'), ('cause-', 'cause'), ('su-', 'su')]
ST18850226-V11-09-page5.txt: [('doubt-', 'doubt'), ('time-', 'time'), ('tre-', 'tre'), ('un-', 'un')]
ST18850226-V11-09-page6.txt: [('-', ''), ('oppor-', 'oppor'), ('distin-', 'distin'), ('even-', 'even'), ('-ACTS', 'ACTS'), ('-', ''), ('procura-', 'procura'), ('-they', 'they'), ('stand-', 'stand')]
ST18850226-V11-09-page7.txt: [('de-', 'de'), ('com-', 'com'), ('de-', 'de')]
ST18850226-V11-09-page8.txt: [('-', ''), ('-', ''), ('neces-', 'neces'), ('or-', 'or'), ('ele-', 'ele')]
ST18850226-V11-09-page9.txt: [('ac-', 'ac'), ('prej-', 'prej'), ('-', ''), ('-', ''), ('.--', '.-'), ('Jeho-', 'Jeho'), ('ob-', 'ob'), ('-', ''), ('admin-', 'admin'), ('ac-', 'ac'), ('ob-', 'ob'), ('-', ''), ('con-', 'con'), ('be-', 'be')]
ST18850305-V11-10-page1.txt: [('-', ''), ('-gloom', 'gloom')]
ST18850305-V11-10-page10.txt: [('-', ''), ('-Far-g', 'Far-g'), ('Chris-', 'Chris'), ('L--', 'L-'), ('moo-', 'moo'), ('-.', '.')]
ST18850305-V11-10-page11.txt: [('au-', 'au'), ('re-', 're'), ('con-', 'con'), ('posi-', 'posi'), ('-', '')]
ST18850305-V11-10-page12.txt: [('come-', 'come'), ('recog-', 'recog'), ('de-', 'de'), ('a-shin-', 'a-shin'), ('-one', 'one'), ('chil-', 'chil'), ('-', ''), ('cloth-', 'cloth'), ('edu-', 'edu'), ('truth-', 'truth')]
ST18850305-V11-10-page13.txt: [('in-', 'in'), ('evi-', 'evi'), ('-that', 'that'), ('-readings', 'readings'), ('-in', 'in'), ('broad-', 'broad'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18850305-V11-10-page14.txt: [('sby-', 'sby'), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('-Justus', 'Justus'), ('-inciting', 'inciting'), ('-', ''), ('-', ''), ('-Paper', 'Paper'), ('-', ''), ('-An', 'An'), ('-', ''), ('-Terrific', 'Terrific'), ('-In', 'In'), ('-', ''), ('-', ''), ('-', ''), ('-At', 'At'), ('-It', 'It'), ('-The', 'The'), ('-', ''), ('-', ''), ('-Dr.', 'Dr.'), ('-', ''), ('-A', 'A'), ('-', ''), ('phy-', 'phy'), ('-', ''), ('young-', 'young'), ('-The', 'The'), ('-', ''), ('-', ''), ('-Four', 'Four'), ('-', ''), ('-During', 'During'), ('-', ''), ('-There', 'There'), ('-Mrs.', 'Mrs.'), ('-Holland', 'Holland'), ('-', ''), ('-', ''), ('-', '')]
ST18850305-V11-10-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('halloo-', 'halloo'), ('-', ''), ('main-', 'main'), ('in-', 'in'), ('pp-', 'pp'), ('even-', 'even'), ('re-', 're'), ('af-', 'af'), ('plaus-', 'plaus')]
ST18850305-V11-10-page16.txt: [('re-', 're'), ('Doubt-', 'Doubt'), ('fur-', 'fur'), ('com-', 'com'), ('-', ''), ('-', ''), ('Associa-', 'Associa'), ('inter-', 'inter'), ('Col-', 'Col'), ('"salva-', '"salva')]
ST18850305-V11-10-page2.txt: [('implicitly-', 'implicitly'), ('strength-', 'strength'), ('ap-', 'ap'), ('the-', 'the'), ('rea-', 'rea'), ('-to', 'to'), ('astonish-', 'astonish')]
ST18850305-V11-10-page3.txt: [('re-', 're'), ('ex-', 'ex'), ('-', ''), ('her-', 'her'), ('suffi-', 'suffi'), ('wher-', 'wher'), ('her-', 'her'), ('toothinterpretation.-', 'toothinterpretation.'), ('Eliza-', 'Eliza'), ('Per-', 'Per')]
ST18850305-V11-10-page4.txt: [('em-', 'em'), ('ques-', 'ques'), ('ar-', 'ar'), ('Pla-', 'Pla'), ('-that', 'that'), ('cir-', 'cir'), ('Em-', 'Em'), ('re-', 're'), ('mo-', 'mo')]
ST18850305-V11-10-page5.txt: [('-', ''), ('-Give', 'Give'), ('thou-', 'thou'), ('satis-', 'satis'), ('.How-', '.How'), ('"Mur-', '"Mur')]
ST18850305-V11-10-page6.txt: [('-AcTs', 'AcTs'), ('-', ''), ('re-', 're'), ('impris-', 'impris'), ('Cu-', 'Cu'), ('top-', 'top'), ('Fes-', 'Fes'), ('ori-', 'ori'), ('-and', 'and'), ('re-', 're'), ('-', ''), ('inher-', 'inher'), ('believ-', 'believ'), ('-', '')]
ST18850305-V11-10-page7.txt: [('be-', 'be'), ('-', ''), ('pro-', 'pro'), ('men.-', 'men.'), ('-part', 'part'), ('rep-', 'rep'), ('be-', 'be'), ('-pounds', 'pounds'), ('con-', 'con'), ('min-', 'min'), ('impor-', 'impor')]
ST18850305-V11-10-page8.txt: [('-', ''), ('them-', 'them'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18850305-V11-10-page9.txt: [('de-', 'de'), ('connec-', 'connec'), ('de-', 'de'), ('sev-', 'sev'), ('inconceiv-', 'inconceiv'), ('-', ''), ('-', ''), ('overthrow-', 'overthrow'), ('speak-', 'speak'), ('"Re-', '"Re'), ('-', ''), ('secu-', 'secu')]
ST18850312-V11-11-page1.txt: [('disobedi-', 'disobedi'), ('-Instead', 'Instead'), ('gov-', 'gov')]
ST18850312-V11-11-page10.txt: [('pepres-', 'pepres'), ('Prince-', 'Prince'), ('-papers', 'papers'), ('grate-', 'grate'), ('-', ''), ('occasion-', 'occasion'), ('-', ''), ('Christian-', 'Christian'), ('attach-', 'attach'), ('-', '')]
ST18850312-V11-11-page11.txt: [('re-', 're'), ('discourage-', 'discourage'), ('-', ''), ('-', ''), ('lay-', 'lay'), ('en-', 'en'), ('-', ''), ('thou-', 'thou')]
ST18850312-V11-11-page12.txt: [('wash.-', 'wash.'), ('add-', 'add'), ('fire-', 'fire'), ('hus-', 'hus'), ('wash-', 'wash'), ('bed-', 'bed'), ('en-', 'en')]
ST18850312-V11-11-page13.txt: [('noth-', 'noth'), ('SONO-', 'SONO'), ('over-', 'over'), ('-how', 'how'), ('-.', '.'), ('sui-', 'sui'), ('-', '')]
ST18850312-V11-11-page14.txt: [('-', ''), ('ex-', 'ex'), ('de-', 'de'), ('pro-', 'pro'), ('un-', 'un'), ('Re-', 'Re'), ('congre-', 'congre'), ('-In', 'In')]
ST18850312-V11-11-page15.txt: [('Mc-', 'Mc'), ('-', ''), ('soy-', 'soy'), ('nei-', 'nei'), ('min-', 'min'), ('com-', 'com'), ('vin-', 'vin')]
ST18850312-V11-11-page16.txt: [('ar-', 'ar'), ('oppor-', 'oppor'), ('ben-', 'ben'), ('distrib-', 'distrib'), ('-', ''), ('so-', 'so'), ('re-', 're'), ('-We', 'We'), ('throw-', 'throw'), ('ap-', 'ap'), ('contem-', 'contem'), ('Sev-', 'Sev'), ('Sabbath-', 'Sabbath')]
ST18850312-V11-11-page2.txt: [('-', ''), ('-fallen', 'fallen'), ('commun-', 'commun')]
ST18850312-V11-11-page3.txt: [('spe-', 'spe'), ('resur-', 'resur'), ('-', ''), ('meet-', 'meet')]
ST18850312-V11-11-page4.txt: [('supersti-', 'supersti'), ('re-', 're'), ('re-', 're'), ('anti-Chris-', 'anti-Chris')]
ST18850312-V11-11-page5.txt: [('every-dayrela-', 'every-dayrela'), ('opposi-', 'opposi'), ('in-', 'in'), ('sev-', 'sev'), ('ad-', 'ad'), ('af-', 'af'), ('be-', 'be'), ('Sab-', 'Sab')]
ST18850312-V11-11-page6.txt: [('partak-', 'partak'), ('re-', 're'), ('ac-', 'ac'), ('im-', 'im'), ('Be-', 'Be'), ('re-', 're'), ('neglected.-', 'neglected.'), ('care-', 'care'), ('-the', 'the'), ('-natural', 'natural'), ('-', ''), ('-they', 'they')]
ST18850312-V11-11-page7.txt: [('ascer-', 'ascer'), ('anx-', 'anx'), ('dis-', 'dis'), ('-him', 'him'), ('be-', 'be'), ('relish-', 'relish'), ('confi-', 'confi')]
ST18850312-V11-11-page8.txt: [('-', ''), ('your-', 'your'), ('acquisi-', 'acquisi'), ('confi-', 'confi'), ('-', ''), ('inso-', 'inso')]
ST18850312-V11-11-page9.txt: [('Chri--', 'Chri-'), ('ex-', 'ex'), ('chap-', 'chap')]
ST18850319-V11-12-page1.txt: [('sal-', 'sal'), ('apos-', 'apos'), ('becom-', 'becom'), ('en-', 'en'), ('power-', 'power')]
ST18850319-V11-12-page10.txt: [('suffer-', 'suffer'), ('reform-', 'reform'), ('inter-', 'inter'), ('coun-', 'coun'), ('at-', 'at'), ('meet-', 'meet'), ('ur-', 'ur'), ('Yam-', 'Yam'), ('rec-', 'rec'), ('jour-', 'jour'), ('Confer-', 'Confer'), ('labor-', 'labor')]
ST18850319-V11-12-page11.txt: [('-', ''), ('-of', 'of'), ('de-', 'de'), ('pleas-', 'pleas'), ('-a', 'a'), ('fellow-', 'fellow'), ('how-', 'how'), ('coun-', 'coun'), ('de-', 'de'), ('be-', 'be'), ('-will', 'will'), ('---', '--')]
ST18850319-V11-12-page12.txt: [('DAY-', 'DAY'), ('sin-', 'sin'), ('compan-', 'compan'), ('an-', 'an'), ('desper-', 'desper'), ('com-', 'com')]
ST18850319-V11-12-page13.txt: [('be-', 'be'), ('cour-', 'cour'), ('-', ''), ('appe-', 'appe'), ('writh-', 'writh'), ('cor-', 'cor'), ('num-', 'num'), ('quota-', 'quota')]
ST18850319-V11-12-page14.txt: [('--The', '-The'), ('--of', '-of'), ('--Opium', '-Opium'), ('attend-', 'attend'), ('-', ''), ('South-', 'South'), ('esti-', 'esti'), ('Ex-', 'Ex'), ('land-', 'land'), ('con-', 'con'), ('-in', 'in'), ('Rem-', 'Rem')]
ST18850319-V11-12-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('forthepurposeofelect-', 'forthepurposeofelect'), ('-', ''), ('-', ''), ('-', '')]
ST18850319-V11-12-page16.txt: [('-', ''), ('shock-', 'shock'), ('-', ''), ('Com-', 'Com'), ('bestad-', 'bestad'), ('Sabbath-', 'Sabbath')]
ST18850319-V11-12-page2.txt: [('for-', 'for'), ('-follow', 'follow'), ('in-', 'in'), ('re-', 're'), ('ex-', 'ex'), ('sym-', 'sym'), ('suf-', 'suf'), ('hos-', 'hos')]
ST18850319-V11-12-page3.txt: [('-', ''), ('-of', 'of'), ('sere-', 'sere'), ('-the', 'the'), ('boun-', 'boun'), ('un-', 'un'), ('Fin-', 'Fin'), ('him-', 'him')]
ST18850319-V11-12-page4.txt: [('corn-', 'corn'), ('ques-', 'ques'), ('con-', 'con')]
ST18850319-V11-12-page5.txt: [('sin-', 'sin'), ('suf-', 'suf'), ('in-', 'in'), ('follow-', 'follow'), ('-', ''), ('punishment"-', 'punishment"'), ('-Rev.', 'Rev.'), ('gos-', 'gos'), ('com-', 'com'), ('pro-', 'pro'), ('fur-', 'fur'), ('nu-', 'nu')]
ST18850319-V11-12-page6.txt: [('ever-', 'ever'), ('-ACTS', 'ACTS'), ('-', ''), ('wait-', 'wait'), ('them-', 'them'), ('be-', 'be'), ('per-', 'per'), ('ves-', 'ves')]
ST18850319-V11-12-page7.txt: [('-', ''), ('dispoously-', 'dispoously'), ('chapter-', 'chapter')]
ST18850319-V11-12-page8.txt: [('em-', 'em'), ('-in', 'in'), ('-', ''), ('-', ''), ('work-', 'work'), ('accord-', 'accord'), ('-', '')]
ST18850319-V11-12-page9.txt: [('in-', 'in'), ('inter-', 'inter'), ('-', ''), ('illustra-', 'illustra'), ('-', ''), ('-', ''), ('our-', 'our'), ('selfish-', 'selfish')]
ST18850402-V11-14-page1.txt: [('them-', 'them'), ('discon-', 'discon'), ('divis-', 'divis'), ('seek-', 'seek'), ('doc-', 'doc'), ('ac-', 'ac'), ('accomplish-', 'accomplish'), ('-', ''), ('under-', 'under'), ('-Saviour', 'Saviour')]
ST18850402-V11-14-page10.txt: [('found-', 'found'), ('uni-', 'uni'), ('tem-', 'tem'), ('espe-', 'espe'), ('Watch-', 'Watch')]
ST18850402-V11-14-page11.txt: [('val-', 'val'), ('mount-', 'mount'), ('un-', 'un'), ('re-', 're'), ('meet-', 'meet'), ('Vau-', 'Vau'), ('free-', 'free'), ('Ger-', 'Ger'), ('speak-', 'speak'), ('with-', 'with'), ('-crime', 'crime'), ('is-', 'is')]
ST18850402-V11-14-page12.txt: [('--Josephine', '-Josephine'), ('forgot-', 'forgot'), ('dress.-', 'dress.'), ('con-', 'con'), ('provid-', 'provid'), ('recogni-', 'recogni'), ('Amer-', 'Amer')]
ST18850402-V11-14-page13.txt: [('col-', 'col'), ('villain-', 'villain'), ('over-', 'over'), ('to--', 'to-'), ('sen-', 'sen'), ('-', ''), ('men-', 'men')]
ST18850402-V11-14-page14.txt: [('pub-', 'pub'), ('-', ''), ('-', ''), ('--The', '-The'), ('--Mr.', '-Mr.'), ('-', ''), ('-', ''), ('-to', 'to')]
ST18850402-V11-14-page15.txt: [('-', ''), ('say-', 'say'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('Re-', 'Re'), ('-', '')]
ST18850402-V11-14-page16.txt: [('Or-', 'Or'), ('in-', 'in'), ('Two-', 'Two'), ('impos-', 'impos'), ('pres-', 'pres'), ('effect-', 'effect'), ('reputa-', 'reputa'), ('disappoint-', 'disappoint'), ('al-', 'al'), ('him-', 'him')]
ST18850402-V11-14-page2.txt: [('wis-', 'wis'), ('-"', '"'), ('-diction', 'diction'), ('.-', '.')]
ST18850402-V11-14-page3.txt: [('Cal-', 'Cal'), ('di-', 'di'), ('solem-', 'solem'), ('Alex-', 'Alex'), ('vis-', 'vis'), ('speci-', 'speci'), ('-', ''), ('impos-', 'impos'), ('hear-', 'hear'), ('gentle-', 'gentle'), ('preach-', 'preach'), ('profan-', 'profan')]
ST18850402-V11-14-page4.txt: [('state-', 'state'), ('de-', 'de'), ('difficul-', 'difficul'), ('actu-', 'actu'), ('profita-', 'profita')]
ST18850402-V11-14-page5.txt: [('pout-', 'pout'), ('wa--', 'wa-')]
ST18850402-V11-14-page6.txt: [('-', ''), ('-', ''), ('Rome.-', 'Rome.'), ('-', ''), ('horror-', 'horror'), ('ani-', 'ani'), ('unpleas-', 'unpleas'), ('-', ''), ('with-', 'with')]
ST18850402-V11-14-page7.txt: [('admin-', 'admin'), ('-', ''), ('spir-', 'spir'), ('profit-', 'profit'), ('prac-', 'prac'), ('instruc-', 'instruc'), ('thor-', 'thor'), ('ac-', 'ac')]
ST18850402-V11-14-page8.txt: [('-', ''), ('-', ''), ('submis-', 'submis'), ('-be', 'be'), ('serv-', 'serv'), ('-', ''), ('ac-', 'ac')]
ST18850402-V11-14-page9.txt: [('argu-', 'argu'), ('con-', 'con'), ('har-', 'har'), ('-', ''), ('-', ''), ('be-', 'be'), ('-', '')]
ST18850409-V11-15-page1.txt: [('man-', 'man'), ('dis-', 'dis'), ('-is', 'is'), ('im-', 'im'), ('exist-', 'exist')]
ST18850409-V11-15-page10.txt: [('an-', 'an'), ('-he', 'he'), ('fore-', 'fore'), ('mem-', 'mem'), ('-', '')]
ST18850409-V11-15-page11.txt: [('cru-', 'cru'), ('con-', 'con'), ('Savo-', 'Savo'), ('-of', 'of'), ('conse-', 'conse')]
ST18850409-V11-15-page12.txt: [('after-', 'after'), ('weary-', 'weary'), ('-deaf', 'deaf'), ('inher-', 'inher'), ('-', ''), ('an-', 'an'), ('beard"---', 'beard"--'), ('-from', 'from'), ('no-', 'no'), ('dress-', 'dress'), ('blessings."-', 'blessings."')]
ST18850409-V11-15-page13.txt: [('-sorrow', 'sorrow'), ('shat-', 'shat')]
ST18850409-V11-15-page14.txt: [('Shan-', 'Shan'), ('-', ''), ('con-', 'con'), ('re-', 're'), ('appe-', 'appe'), ('-', ''), ('ex-', 'ex'), ('an-', 'an'), ('member-', 'member'), ('de-', 'de'), ('employed-', 'employed'), ('--Parisians', '-Parisians'), ('Prov-', 'Prov')]
ST18850409-V11-15-page15.txt: [('fac-', 'fac'), ('-', ''), ('Sab-', 'Sab'), ('RE-', 'RE'), ('-', ''), ('Minne-', 'Minne'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18850409-V11-15-page16.txt: [('-', ''), ('mission-', 'mission'), ('or-', 'or'), ('vol-', 'vol'), ('Associ-', 'Associ'), ('zeal-', 'zeal'), ('writ-', 'writ'), ('RE-', 'RE'), ('--In', '-In'), ('Bap-', 'Bap'), ('Har-', 'Har'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis')]
ST18850409-V11-15-page2.txt: [('admo-', 'admo'), ('covet-', 'covet'), ('there-', 'there'), ('Every-', 'Every'), ('-Jan', 'Jan'), ('be-', 'be'), ('de-', 'de'), ('per-', 'per'), ('for-', 'for'), ('in-', 'in')]
ST18850409-V11-15-page3.txt: [('shin-', 'shin'), ('think-', 'think'), ('-', ''), ('con-', 'con'), ('every-', 'every'), ('Chris-', 'Chris'), ('Wher-', 'Wher'), ('re-', 're'), ('de-', 'de')]
ST18850409-V11-15-page4.txt: [('Re-', 'Re'), ('-into', 'into'), ('la-', 'la'), ('per-', 'per'), ('speak-', 'speak')]
ST18850409-V11-15-page5.txt: [('-', ''), ('do-', 'do'), ('ad-', 'ad'), ('ex-', 'ex'), ('charity-', 'charity'), ('magnifi-', 'magnifi'), ('Ber-', 'Ber'), ('ar-', 'ar'), ('responsibil-', 'responsibil'), ('-', ''), ('with-', 'with')]
ST18850409-V11-15-page6.txt: [('-', ''), ('-Acts', 'Acts'), ('-', ''), ('cus-', 'cus'), ('-', ''), ('-', '')]
ST18850409-V11-15-page7.txt: [('deliber-', 'deliber'), ('with-', 'with'), ('preach-', 'preach'), ('se-', 'se'), ('-on', 'on'), ('ordi-', 'ordi'), ('Holy-', 'Holy')]
ST18850409-V11-15-page8.txt: [('-', ''), ('soul-re-', 'soul-re'), ('opportu-', 'opportu'), ('mes-', 'mes'), ('im-', 'im')]
ST18850409-V11-15-page9.txt: [('responsibil-', 'responsibil'), ('Luke-', 'Luke'), ('o-', 'o'), ('responsi-', 'responsi'), ('re-', 're')]
ST18850416-V11-16-page10.txt: [('persecu-', 'persecu'), ('prov-', 'prov'), ('can-', 'can'), ('good-', 'good'), ('con-', 'con'), ('or-', 'or'), ('de-', 'de'), ('dan-', 'dan')]
ST18850416-V11-16-page11.txt: [('con-', 'con'), ('en-', 'en'), ('serv-', 'serv'), ('se-', 'se'), ('in-', 'in')]
ST18850416-V11-16-page12.txt: [('grat-', 'grat')]
ST18850416-V11-16-page13.txt: [('Answer.-', 'Answer.'), ('A.-', 'A.'), ('A.-', 'A.'), ('-It', 'It'), ('A.-', 'A.'), ('A.-', 'A.'), ('A.-', 'A.'), ('A.-', 'A.'), ('cer-', 'cer'), ('char-', 'char'), ('get-', 'get'), ('ad-', 'ad'), ('-', ''), ('State-', 'State')]
ST18850416-V11-16-page14.txt: [('-', ''), ('-', ''), ('ad-', 'ad'), ('--A', '-A'), ('mas-', 'mas'), ('count-', 'count'), ('increas-', 'increas'), ('-The', 'The'), ('lead-', 'lead')]
ST18850416-V11-16-page15.txt: [('-A', 'A'), ('-Russian', 'Russian'), ('-The', 'The'), ('-', ''), ('-', ''), ('WILSON.-', 'WILSON.'), ('-Hoture', 'Hoture'), ('-', ''), ('-page', 'page'), ("stock'-", "stock'"), ('WII-', 'WII'), ('G-', 'G'), ('.-', '.'), ('-District', 'District'), ('-Modern', 'Modern'), ('-Church', 'Church'), ('-arable', 'arable'), ('-', ''), ('-Impossible', 'Impossible'), ('Rewo-', 'Rewo'), ('-Pistol', 'Pistol'), ('conven-', 'conven'), ('cor-', 'cor'), ('-', ''), ('-', ''), ('-', ''), ('Profit.-', 'Profit.'), ('-', ''), ('-', ''), ('-Our', 'Our'), ('-Tobacco', 'Tobacco'), ('-', ''), ('c-', 'c'), ('-', '')]
ST18850416-V11-16-page16.txt: [('ap-', 'ap'), ('im-', 'im'), ('commenta-', 'commenta'), ('con-', 'con'), ('suit-', 'suit'), ('di-', 'di'), ('har-', 'har'), ('cor-', 'cor')]
ST18850416-V11-16-page2.txt: [('fruit-', 'fruit'), ('pro-', 'pro'), ('observ-', 'observ'), ('ap-', 'ap')]
ST18850416-V11-16-page3.txt: [('prophet-', 'prophet'), ('pur-', 'pur'), ('Rens-', 'Rens'), ('-', '')]
ST18850416-V11-16-page4.txt: [('proph-', 'proph'), ('him-', 'him'), ('sooth-', 'sooth'), ('chil-', 'chil'), ('-which', 'which'), ('Constan-', 'Constan'), ('cus-', 'cus'), ('with-', 'with')]
ST18850416-V11-16-page5.txt: [('Sun-', 'Sun'), ('be-', 'be'), ('pro-', 'pro'), ('hon-', 'hon'), ('jus-', 'jus'), ('per-', 'per'), ('Sam-', 'Sam')]
ST18850416-V11-16-page6.txt: [('-', ''), ('com-', 'com'), ('num-', 'num'), ('-', ''), ('-EPHESIANS', 'EPHESIANS'), ('-', ''), ('-until', 'until'), ('-', ''), ('influ-', 'influ')]
ST18850416-V11-16-page7.txt: [('Testa-', 'Testa'), ('profound-', 'profound'), ('pre-', 'pre'), ('-', ''), ('How-', 'How'), ('ear-', 'ear'), ('doc-', 'doc')]
ST18850416-V11-16-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('expres-', 'expres'), ('rev-', 'rev'), ('re-', 're'), ('walk-', 'walk'), ('act-', 'act')]
ST18850416-V11-16-page9.txt: [('-', ''), ('-', ''), ('grand-', 'grand'), ('bet-', 'bet')]
ST18850423-V11-17-page1.txt: [('apos-', 'apos'), ('re-', 're'), ('pre-', 'pre')]
ST18850423-V11-17-page10.txt: [('-', ''), ('Sab-', 'Sab')]
ST18850423-V11-17-page11.txt: [('Ire-', 'Ire'), ('go-', 'go'), ('-', ''), ('-Lord', 'Lord'), ('Nior-', 'Nior'), ('our-', 'our')]
ST18850423-V11-17-page12.txt: [('ro-', 'ro'), ('-', ''), ('ency-', 'ency'), ('cher-', 'cher'), ('to-', 'to')]
ST18850423-V11-17-page13.txt: [('with-', 'with'), ('-Our', 'Our')]
ST18850423-V11-17-page14.txt: [('--"Observer"', '-"Observer"'), ('Claren-', 'Claren'), ('in-', 'in'), ('--For', '-For'), ('cher-', 'cher'), ('as-', 'as'), ('con-', 'con')]
ST18850423-V11-17-page15.txt: [('.-', '.'), ('-', ''), ('Con-', 'Con'), ('-', ''), ('-', ''), ('-mo.', 'mo.'), ('Rail-', 'Rail'), ('-', '')]
ST18850423-V11-17-page16.txt: [('.-', '.'), ('-', ''), ('-', '')]
ST18850423-V11-17-page2.txt: [('per-', 'per'), ('-Joseph', 'Joseph'), ('peo-', 'peo'), ('Woodman-', 'Woodman'), ('accord-', 'accord'), ('nat-', 'nat')]
ST18850423-V11-17-page3.txt: [('supernat-', 'supernat'), ('dos-', 'dos'), ('predeces-', 'predeces'), ('-', ''), ('an-', 'an')]
ST18850423-V11-17-page4.txt: [('al-', 'al'), ('tem-', 'tem'), ('-', ''), ('pro-', 'pro'), ('rec-', 'rec'), ('-the', 'the'), ('chap-', 'chap')]
ST18850423-V11-17-page5.txt: [('-', ''), ('-', ''), ('perpet-', 'perpet'), ('be-', 'be'), ('Eze-', 'Eze'), ('com-', 'com'), ('un-', 'un'), ('-', ''), ('at-', 'at'), ('re-', 're')]
ST18850423-V11-17-page6.txt: [('abbath-', 'abbath'), ('rep-', 'rep'), ('-', ''), ('ear-', 'ear'), ('reputa-', 'reputa'), ('-"', '"'), ('-', ''), ('-', ''), ('char-', 'char'), ('Je-', 'Je')]
ST18850423-V11-17-page7.txt: [('rec-', 'rec'), ('Testa-', 'Testa'), ('look-', 'look'), ('ques-', 'ques'), ('coun-', 'coun'), ('-but', 'but'), ('meet-', 'meet'), ('-it', 'it'), ('com-', 'com'), ('an-', 'an'), ('stu-', 'stu'), ('need-', 'need'), ('work.--', 'work.-'), ('es-', 'es')]
ST18850423-V11-17-page8.txt: [('-', ''), ('-', ''), ('sug-', 'sug'), ('posi-', 'posi'), ('in-', 'in'), ('respon-', 'respon'), ('news-', 'news')]
ST18850423-V11-17-page9.txt: [('-', ''), ('of-', 'of'), ('la-', 'la'), ('wait-', 'wait'), ('consulta-', 'consulta'), ('dark-', 'dark')]
ST18850507-V11-18-page1.txt: [('persist-', 'persist'), ('misrep-', 'misrep'), ('Ju-', 'Ju'), ('dan-', 'dan'), ('suc-', 'suc'), ('worship-', 'worship')]
ST18850507-V11-18-page10.txt: [('-', ''), ('often-', 'often'), ('fre-', 'fre'), ('distribu-', 'distribu'), ('-McClure', 'McClure'), ('-', '')]
ST18850507-V11-18-page11.txt: [('-', ''), ('cor-', 'cor'), ('of-', 'of'), ('re-', 're'), ('be-', 'be'), ('re-', 're'), ('-', ''), ('ex-', 'ex'), ('-', '')]
ST18850507-V11-18-page12.txt: [('play-', 'play'), ('klep-', 'klep'), ('from-', 'from'), ('retire-', 'retire')]
ST18850507-V11-18-page13.txt: [('re-', 're'), ('read-', 'read'), ('squander-', 'squander')]
ST18850507-V11-18-page14.txt: [('--The', '-The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('-r', 'r')]
ST18850507-V11-18-page15.txt: [('-The', 'The'), ('.-', '.'), ('avail-', 'avail'), ('sea-', 'sea'), ('camp-', 'camp'), ('-', ''), ('-', ''), ('-Alice', 'Alice'), ('.-', '.'), ('-C', 'C'), ('-', ''), ('-J', 'J'), ('-', ''), ('-', '')]
ST18850507-V11-18-page16.txt: [('-July', 'July'), ('-', ''), ('pre-', 'pre'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('Chris-', 'Chris'), ('Mis-', 'Mis')]
ST18850507-V11-18-page3.txt: [('pub-', 'pub'), ('bet-', 'bet'), ('mo-', 'mo'), ('-', ''), ('eco-', 'eco'), ('-Worth', 'Worth'), ('grind-', 'grind'), ('remarka-', 'remarka'), ('be-', 'be')]
ST18850507-V11-18-page4.txt: [('unmo-', 'unmo'), ('Con-', 'Con'), ('un-', 'un'), ('abun-', 'abun'), ('accep-', 'accep'), ('de-', 'de'), ('Sun-', 'Sun'), ('de-', 'de'), ('pass-', 'pass'), ('in-', 'in'), ('anathema-', 'anathema'), ('pater-', 'pater'), ('in-', 'in'), ('trans-', 'trans'), ('pre-', 'pre')]
ST18850507-V11-18-page5.txt: [('-', ''), ('hold-', 'hold'), ('excus-', 'excus'), ('vic-', 'vic')]
ST18850507-V11-18-page6.txt: [('-PHILIPPIANS', 'PHILIPPIANS'), ('-', ''), ('-', ''), ('"Ac-', '"Ac'), ('spar-', 'spar'), ('-', ''), ('begin-', 'begin')]
ST18850507-V11-18-page7.txt: [('-', ''), ('ser-', 'ser'), ('-the', 'the')]
ST18850507-V11-18-page8.txt: [('con-', 'con'), ('min-', 'min')]
ST18850507-V11-18-page9.txt: [('t-', 't'), ('imagina-', 'imagina'), ('Expo-', 'Expo'), ('con-', 'con'), ('bet-', 'bet'), ('Col-', 'Col'), ('Associa-', 'Associa')]
ST18850514-V11-19-page1.txt: [('men-', 'men'), ('thank-', 'thank'), ('e--', 'e-')]
ST18850514-V11-19-page10.txt: [('de-', 'de'), ('begot-', 'begot'), ('au-', 'au'), ('dis-', 'dis'), ('him-', 'him'), ('be-', 'be'), ('occa-', 'occa'), ('argu-', 'argu'), ('pro-', 'pro'), ('con-', 'con')]
ST18850514-V11-19-page11.txt: [('-', ''), ('-', ''), ('quick-', 'quick'), ('Sa-', 'Sa'), ('dis-', 'dis'), ('sur-', 'sur'), ('--.', '-.'), ('-a', 'a'), ('inno-', 'inno'), ('.-', '.'), ('-', ''), ('-.', '.'), ('.-', '.'), ('-..', '..'), ('-.', '.'), ('-', ''), ('-.', '.'), ('-qpIsia', 'qpIsia'), ('-', ''), ('F.-', 'F.')]
ST18850514-V11-19-page12.txt: [('some-', 'some')]
ST18850514-V11-19-page13.txt: [("'re-", "'re"), ('that-', 'that'), ('to-', 'to'), ('ar-', 'ar'), ('or-', 'or'), ('unmeas-', 'unmeas'), ('espe-', 'espe'), ('asso-', 'asso'), ('ex-', 'ex')]
ST18850514-V11-19-page14.txt: [('chil-', 'chil'), ('-', ''), ('pre-', 'pre')]
ST18850514-V11-19-page15.txt: [('-', ''), ('-page', 'page'), ('camp-', 'camp'), ('provis-', 'provis'), ('sis-', 'sis'), ('-', ''), ('indi-', 'indi'), ('-', ''), ('-', ''), ('soy-', 'soy'), ('Whereverthistractisreadthereiscreatedastrongde-', 'Whereverthistractisreadthereiscreatedastrongde')]
ST18850514-V11-19-page16.txt: [('Leg-', 'Leg'), ('what-', 'what'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-', ''), ('Cal-', 'Cal'), ('Mis-', 'Mis')]
ST18850514-V11-19-page2.txt: [('loos-', 'loos'), ('be-', 'be'), ('Canada."-', 'Canada."')]
ST18850514-V11-19-page3.txt: [('inad-', 'inad'), ('ex-', 'ex'), ('profes-', 'profes'), ('ac-', 'ac'), ('ear-', 'ear')]
ST18850514-V11-19-page4.txt: [('Pro-', 'Pro')]
ST18850514-V11-19-page5.txt: [('com-', 'com'), ('wish-', 'wish'), ('seek-', 'seek'), ('long-', 'long'), ('la-', 'la'), ('accus-', 'accus'), ('command-', 'command')]
ST18850514-V11-19-page6.txt: [('giabhath-', 'giabhath'), ('-', ''), ('-', ''), ('-', ''), ('sal-', 'sal'), ('-', ''), ('-', ''), ('-', ''), ('Sav-', 'Sav'), ('de-', 'de'), ('-', '')]
ST18850514-V11-19-page7.txt: [('plow-', 'plow'), ('knowl-', 'knowl'), ('-', '')]
ST18850514-V11-19-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('in-', 'in'), ('-', ''), ('suc-', 'suc')]
ST18850514-V11-19-page9.txt: [('Ab-', 'Ab'), ('As-', 'As'), ('-', ''), ('de-', 'de'), ('out-', 'out'), ('-', ''), ('en-', 'en'), ('in-', 'in'), ('-', ''), ('fea-', 'fea'), ('pros-', 'pros'), ('Califor-', 'Califor')]
ST18850521-V11-20-page1.txt: [('UN-', 'UN'), ('--', '-'), ('en-', 'en'), ('phi-', 'phi')]
ST18850521-V11-20-page10.txt: [('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-', '')]
ST18850521-V11-20-page11.txt: [('Vuilleu-', 'Vuilleu'), ('col-', 'col'), ('hon-', 'hon'), ('peo-', 'peo')]
ST18850521-V11-20-page12.txt: [('Per-', 'Per'), ('cul-', 'cul'), ('won-', 'won'), ('stop-', 'stop'), ('promi-', 'promi')]
ST18850521-V11-20-page13.txt: [('Dis-', 'Dis'), ('im-', 'im'), ('ruf-', 'ruf'), ('-man', 'man'), ('housekeep-', 'housekeep'), ('Indian-', 'Indian'), ('fair-', 'fair'), ('ac-', 'ac')]
ST18850521-V11-20-page14.txt: [('-', ''), ('Dead-', 'Dead'), ('esti-', 'esti'), ('Ed-', 'Ed'), ('abandon-', 'abandon'), ('-', ''), ('--An', '-An'), ('pre-', 'pre'), ('--In', '-In'), ('al-', 'al'), ('-', '')]
ST18850521-V11-20-page15.txt: [('con-', 'con'), ('forward-', 'forward'), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('-', ''), ('-', ''), ('-', ''), ('encourage-', 'encourage'), ('ac-', 'ac'), ('cor-', 'cor'), ('sea-', 'sea'), ('camp-', 'camp')]
ST18850521-V11-20-page16.txt: [('TI-', 'TI'), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-people', 'people'), ('Har-', 'Har'), ('per-', 'per'), ('re-', 're'), ('differ-', 'differ')]
ST18850521-V11-20-page2.txt: [('fac-', 'fac'), ('won-', 'won'), ('at-', 'at'), ('-Because', 'Because'), ('capac-', 'capac'), ('af-', 'af'), ('sen-', 'sen'), ('Gala-', 'Gala'), ('con-', 'con')]
ST18850521-V11-20-page3.txt: [('em-', 'em'), ('-imchariot', 'imchariot'), ('mani-', 'mani')]
ST18850521-V11-20-page4.txt: [('-', ''), ('-', ''), ('deter-', 'deter'), ('un-', 'un'), ('-', ''), ('dis-', 'dis'), ('chronolog-', 'chronolog')]
ST18850521-V11-20-page5.txt: [('peo-', 'peo'), ('minister-', 'minister'), ('wo-', 'wo'), ('command-', 'command'), ('an-', 'an'), ('prayer-', 'prayer'), ('atmos-', 'atmos')]
ST18850521-V11-20-page6.txt: [('giabbatit-', 'giabbatit'), ('-', ''), ('-', ''), ('-', ''), ('-all', 'all'), ('right-', 'right'), ('-', ''), ('re-', 're'), ('-', ''), ('it-', 'it'), ('-', ''), ('writ-', 'writ'), ('can-', 'can'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-apbeen', 'apbeen'), ('-', '')]
ST18850521-V11-20-page7.txt: [('re-', 're'), ('of-', 'of'), ('-', ''), ('mak-', 'mak'), ('com-', 'com'), ('Shep-', 'Shep')]
ST18850521-V11-20-page8.txt: [('compen-', 'compen'), ('-', ''), ('relig-', 'relig'), ('move-', 'move'), ('super-', 'super'), ('ex-', 'ex')]
ST18850521-V11-20-page9.txt: [('ex-', 'ex'), ('-', ''), ('-', '')]
ST18850528-V11-21-page1.txt: [('suc-', 'suc'), ('ma-', 'ma'), ('testi-', 'testi')]
ST18850528-V11-21-page10.txt: [('-', ''), ('-', ''), ('mat-', 'mat'), ('-', ''), ('com-', 'com'), ('har-', 'har'), ('-', ''), ('sanctifi-', 'sanctifi'), ('ar-', 'ar'), ('-cambrought', 'cambrought')]
ST18850528-V11-21-page11.txt: [('stockhold-', 'stockhold'), ('-the', 'the'), ('in-', 'in'), ('testi-', 'testi'), ('balance-', 'balance'), ('in-Stock-', 'in-Stock'), ('Lancas-', 'Lancas'), ('fol-', 'fol'), ('re-', 're'), ('subscrip-', 'subscrip'), ('com-', 'com'), ('camp-', 'camp')]
ST18850528-V11-21-page12.txt: [('-r.r..tn.', 'r.r..tn.'), ('ex-', 'ex'), ('or-', 'or'), ('no-', 'no'), ('-mall', 'mall'), ('in-', 'in'), ('lad-', 'lad'), ('disap-', 'disap'), ('un-', 'un'), ('ren-', 'ren'), ('some-', 'some')]
ST18850528-V11-21-page13.txt: [('mak-', 'mak'), ('money-', 'money'), ('nat-', 'nat'), ('house-', 'house'), ('neces-', 'neces'), ('preser-', 'preser')]
ST18850528-V11-21-page14.txt: [('com-', 'com'), ('aver-', 'aver'), ('to-', 'to'), ('min-', 'min'), ('sur-', 'sur'), ('oppo-', 'oppo'), ('arri-', 'arri')]
ST18850528-V11-21-page15.txt: [('say-', 'say'), ('Pa-', 'Pa'), ('-', ''), ('-', ''), ('-', ''), ('num-', 'num'), ('-', '')]
ST18850528-V11-21-page16.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('camp-', 'camp'), ('--', '-'), ('-page', 'page'), ('impor-', 'impor'), ('Mis-', 'Mis')]
ST18850528-V11-21-page17.txt: [('heart-', 'heart'), ('-that', 'that'), ('ques-', 'ques'), ('SUPPLE-', 'SUPPLE'), ('read-', 'read'), ('ex-', 'ex')]
ST18850528-V11-21-page18.txt: [('there-', 'there'), ('re-', 're'), ('ob-', 'ob'), ('sup-', 'sup'), ('num-', 'num')]
ST18850528-V11-21-page19.txt: [('be-', 'be'), ('what-', 'what')]
ST18850528-V11-21-page2.txt: [('in-', 'in'), ('be-', 'be'), ('Is-', 'Is')]
ST18850528-V11-21-page20.txt: [('sin-', 'sin'), ('Ev-', 'Ev'), ('de-', 'de'), ('pa-', 'pa'), ('-page', 'page'), ('-page', 'page'), ('en-', 'en'), ('per-', 'per'), ('-page', 'page'), ('SUP-', 'SUP'), ('whole-', 'whole'), ('Ad-', 'Ad'), ('SUPPLE-', 'SUPPLE'), ('ad-', 'ad')]
ST18850528-V11-21-page3.txt: [('-nearly', 'nearly'), ('COM-', 'COM'), ('no-', 'no'), ('degrada-', 'degrada'), ('remem-', 'remem'), ('im-', 'im'), ('sea-', 'sea')]
ST18850528-V11-21-page4.txt: [('evi-', 'evi'), ('geo-', 'geo'), ('re-', 're'), ('transi-', 'transi'), ('fundamen-', 'fundamen')]
ST18850528-V11-21-page5.txt: [('af-', 'af'), ('gross-', 'gross'), ('pre-', 'pre'), ('con-', 'con'), ('assum-', 'assum'), ('perform-', 'perform'), ('as-', 'as'), ('prece-', 'prece'), ('un-', 'un'), ('incor-', 'incor'), ('lan-', 'lan')]
ST18850528-V11-21-page6.txt: [('re-', 're'), ('Abra-', 'Abra'), ('-Han.', 'Han.'), ('-', ''), ('-', ''), ('Jerusa-', 'Jerusa'), ('prom-', 'prom'), ('right-', 'right'), ('alto-', 'alto'), ('-', ''), ('in-', 'in'), ('chil-', 'chil')]
ST18850528-V11-21-page7.txt: [('-say', 'say'), ('peace.-', 'peace.')]
ST18850528-V11-21-page8.txt: [('con-', 'con'), ('Catho-', 'Catho'), ('-', ''), ('as-', 'as'), ('conti-', 'conti'), ('Mc-', 'Mc'), ('-jurisdiction', 'jurisdiction')]
ST18850528-V11-21-page9.txt: [('through-', 'through'), ('af-', 'af'), ('-', ''), ('-', ''), ('encourage-', 'encourage'), ('Sun-', 'Sun'), ('-', ''), ('signifi-', 'signifi')]
ST18850604-V11-22-page1.txt: [('re-', 're'), ('wide-', 'wide')]
ST18850604-V11-22-page10.txt: [('-', ''), ('unyield-', 'unyield'), ('favor-', 'favor'), ('suf-', 'suf'), ('"Sanctifi-', '"Sanctifi'), ('seventy-', 'seventy')]
ST18850604-V11-22-page11.txt: [('win-', 'win'), ('in-', 'in'), ('mer-', 'mer'), ('Hun-', 'Hun'), ('-While', 'While'), ('meas-', 'meas'), ('-', ''), ('-and', 'and'), ('ex-', 'ex')]
ST18850604-V11-22-page12.txt: [('yester-', 'yester'), ('--afraid', '-afraid'), ('ex-', 'ex')]
ST18850604-V11-22-page13.txt: [('-the', 'the'), ('oth-', 'oth')]
ST18850604-V11-22-page14.txt: [('twenty-', 'twenty'), ('him-', 'him'), ('Philadel-', 'Philadel'), ('sixty-', 'sixty'), ('Rich-', 'Rich'), ('tem-', 'tem')]
ST18850604-V11-22-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-North', 'North')]
ST18850604-V11-22-page16.txt: [('publish-', 'publish'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-', ''), ('Swed-', 'Swed'), ('calcu-', 'calcu')]
ST18850604-V11-22-page2.txt: [('over-', 'over'), ('re-', 're'), ('ex-', 'ex'), ('seourg-', 'seourg'), ('them-', 'them'), ('sav-', 'sav')]
ST18850604-V11-22-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('un-', 'un'), ('untir-', 'untir'), ('pest-', 'pest')]
ST18850604-V11-22-page4.txt: [('dem-', 'dem'), ('character-', 'character'), ('spe-', 'spe'), ('-', ''), ('begin-', 'begin')]
ST18850604-V11-22-page5.txt: [('-sins', 'sins'), ('con-', 'con'), ('lect-', 'lect'), ('ut-', 'ut'), ('charac-', 'charac'), ('back-', 'back'), ('him.-', 'him.')]
ST18850604-V11-22-page6.txt: [('ahbath-', 'ahbath'), ('-', ''), ('-HEB.', 'HEB.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('giv-', 'giv'), ('-', ''), ('per-', 'per'), ('-', ''), ('-', ''), ('serv-', 'serv'), ('-', ''), ('-', ''), ('Is-', 'Is')]
ST18850604-V11-22-page7.txt: [('command-', 'command'), ('wor-', 'wor')]
ST18850604-V11-22-page8.txt: [('-huts.', 'huts.')]
ST18850604-V11-22-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-from', 'from'), ('I-', 'I'), ('ex-', 'ex'), ('Mc-', 'Mc'), ('frivo-', 'frivo'), ('-', ''), ('Mil-', 'Mil'), ('-', ''), ('-', ''), ('tip-', 'tip'), ('-', ''), ('-', '')]
ST18850611-V11-23-page1.txt: [('li-', 'li'), ('im-', 'im'), ('ex-', 'ex'), ('busi-', 'busi')]
ST18850611-V11-23-page10.txt: [('-', '')]
ST18850611-V11-23-page11.txt: [('-Guiana', 'Guiana'), ('self-deny.-', 'self-deny.'), ('read-', 'read'), ('or-', 'or'), ('publica-', 'publica'), ('hunger-', 'hunger'), ('tribu-', 'tribu'), ('-', '')]
ST18850611-V11-23-page12.txt: [('Tx-', 'Tx'), ('per-', 'per')]
ST18850611-V11-23-page13.txt: [('irri-', 'irri'), ('-be', 'be'), ('lodg-', 'lodg'), ('God.-', 'God.'), ('favor-', 'favor')]
ST18850611-V11-23-page14.txt: [('-', ''), ('na-', 'na'), ('head-', 'head'), ('un-', 'un'), ('un-', 'un')]
ST18850611-V11-23-page15.txt: [('CONCORD-', 'CONCORD'), ('-', ''), ('-', ''), ('be-', 'be')]
ST18850611-V11-23-page16.txt: [('-', ''), ('-July', 'July'), ('-', ''), ('-', ''), ('-', ''), ('Aus-', 'Aus'), ('En-', 'En'), ('-', ''), ('Oak-', 'Oak'), ('Sabbath-', 'Sabbath')]
ST18850611-V11-23-page2.txt: [('gos-', 'gos'), ('yearn-', 'yearn')]
ST18850611-V11-23-page3.txt: [('expe-', 'expe'), ('ques-', 'ques'), ('-', ''), ('-', ''), ('grate-', 'grate'), ('persist-', 'persist'), ('repent-', 'repent'), ('her-', 'her')]
ST18850611-V11-23-page4.txt: [('assur-', 'assur'), ('ev-', 'ev'), ('Gen.-', 'Gen.'), ('re-', 're'), ('excel-', 'excel'), ('bio-', 'bio'), ('va-', 'va'), ('Wal-', 'Wal'), ('evolu-', 'evolu'), ('evo-', 'evo'), ('di-', 'di')]
ST18850611-V11-23-page5.txt: [('-', ''), ('"thou-', '"thou'), ('-', ''), ('every-', 'every'), ('prom-', 'prom'), ('-', ''), ('de-', 'de'), ('resur-', 'resur'), ('-', ''), ('devo-', 'devo'), ('anhonor-', 'anhonor'), ('rev-', 'rev'), ('com-', 'com'), ('any-', 'any')]
ST18850611-V11-23-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Is-', 'Is'), ('-', ''), ('Canaan-', 'Canaan'), ('Chris-', 'Chris')]
ST18850611-V11-23-page7.txt: [('Church-', 'Church'), ('-', ''), ('dim-', 'dim'), ('re-', 're'), ('them-', 'them')]
ST18850611-V11-23-page8.txt: [('repre-', 'repre'), ('as-', 'as'), ('rep-', 'rep'), ('-', ''), ('acknowl-', 'acknowl'), ('doc-', 'doc'), ('Je-', 'Je'), ('tradi-', 'tradi'), ('state-', 'state')]
ST18850611-V11-23-page9.txt: [('-', ''), ("'rein-", "'rein"), ('as-', 'as'), ('Advo-', 'Advo'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18850618-V11-24-page1.txt: [('subterra-', 'subterra'), ('mani-', 'mani')]
ST18850618-V11-24-page10.txt: [('-', ''), ('occa-', 'occa')]
ST18850618-V11-24-page11.txt: [('accord-', 'accord'), ('ef-', 'ef'), ('ap-', 'ap'), ('resolu-', 'resolu'), ('-will', 'will'), ('set-', 'set'), ('enter-', 'enter')]
ST18850618-V11-24-page12.txt: [('for-', 'for'), ('fretful-', 'fretful'), ('cer-', 'cer'), ('get-', 'get'), ('with-', 'with')]
ST18850618-V11-24-page13.txt: [('re-', 're'), ('Metho-', 'Metho'), ('celebra-', 'celebra'), ('fruit-', 'fruit'), ('thepres-', 'thepres'), ('industri-', 'industri'), ('Meth-', 'Meth'), ('an-', 'an')]
ST18850618-V11-24-page14.txt: [('house-', 'house'), ('turpen-', 'turpen'), ('enforc-', 'enforc'), ('pro-', 'pro'), ('animos-', 'animos'), ('bot-', 'bot'), ('morn-', 'morn')]
ST18850618-V11-24-page15.txt: [('-House', 'House'), ('Ques-', 'Ques'), ('addi-', 'addi'), ('-A', 'A'), ('-', ''), ('sym-', 'sym'), ('-C', 'C'), ('Abolished-', 'Abolished'), ('-', ''), ('Christ-', 'Christ'), ('lusion-', 'lusion'), ('-The', 'The')]
ST18850618-V11-24-page16.txt: [('concerned-', 'concerned'), ('fellow-', 'fellow'), ('-July', 'July'), ('stand-', 'stand'), ('-', ''), ('-', ''), ('ex-', 'ex'), ('-', ''), ('-', ''), ('serv-', 'serv'), ('-', ''), ('-dormitory', 'dormitory'), ('build-', 'build')]
ST18850618-V11-24-page2.txt: [('sup-', 'sup')]
ST18850618-V11-24-page3.txt: [('salva-', 'salva'), ('faith-', 'faith')]
ST18850618-V11-24-page4.txt: [('"scien-', '"scien'), ('cre-', 'cre'), ('consist-', 'consist'), ('evangel-', 'evangel'), ('-', ''), ('oc-', 'oc'), ('with-', 'with'), ('-', ''), ('"earnest-', '"earnest'), ('inconsist-', 'inconsist'), ('ex-', 'ex')]
ST18850618-V11-24-page5.txt: [('commu-', 'commu')]
ST18850618-V11-24-page6.txt: [('-', ''), ('of-', 'of'), ('un-', 'un'), ('-healthy', 'healthy'), ('en-', 'en')]
ST18850618-V11-24-page7.txt: [('Game-', 'Game'), ('pre-', 'pre'), ('Sun-', 'Sun'), ('-', ''), ('sim-', 'sim')]
ST18850618-V11-24-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18850618-V11-24-page9.txt: [('-', ''), ('Jeho-', 'Jeho'), ('Chris-', 'Chris'), ('re-', 're'), ('-', ''), ('-', ''), ('learn-', 'learn')]
ST18850625-V11-25-page1.txt: [('the-', 'the'), ('de-', 'de'), ('im-', 'im'), ('dis-', 'dis'), ('accus-', 'accus'), ('ob-', 'ob')]
ST18850625-V11-25-page10.txt: [('profita-', 'profita'), ('Camp-', 'Camp'), ('addi-', 'addi'), ('--', '-'), ('Brit-', 'Brit'), ('-', '')]
ST18850625-V11-25-page12.txt: [('in-', 'in'), ('-', ''), ('trust-', 'trust'), ('in-', 'in')]
ST18850625-V11-25-page13.txt: [('mis-', 'mis'), ('musi-', 'musi'), ('pur-', 'pur'), ('appe-', 'appe'), ('under-', 'under'), ('expe-', 'expe'), ('poi-', 'poi'), ('cop-', 'cop')]
ST18850625-V11-25-page14.txt: [('OA-', 'OA'), ('En-', 'En'), ('pro-', 'pro'), ('-', ''), ('Anglo-', 'Anglo'), ('them-', 'them'), ('de-', 'de'), ('dis-', 'dis'), ('op-', 'op'), ('tar-', 'tar'), ('-', ''), ('tor-', 'tor')]
ST18850625-V11-25-page15.txt: [('-mo.', 'mo.'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', '')]
ST18850625-V11-25-page16.txt: [('ad-', 'ad'), ('-', ''), ('ad-', 'ad'), ('-other', 'other'), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18850625-V11-25-page2.txt: [('perse-', 'perse'), ('dis-', 'dis'), ('Cath-', 'Cath'), ('bap-', 'bap'), ('concern-', 'concern'), ('in-', 'in')]
ST18850625-V11-25-page3.txt: [('nat-', 'nat'), ('verac-', 'verac'), ('in-', 'in'), ('suf-', 'suf'), ('con-', 'con'), ('-may', 'may'), ('ac-', 'ac'), ('F--', 'F-'), ('quota-', 'quota')]
ST18850625-V11-25-page4.txt: [('inconsist-', 'inconsist'), ('"Nev-', '"Nev'), ('ho-', 'ho'), ('"per-', '"per'), ('-not', 'not'), ('abil-', 'abil')]
ST18850625-V11-25-page5.txt: [('ineffa-', 'ineffa'), ('Re-', 'Re'), ('bran-', 'bran'), ('virtu-', 'virtu'), ('organ-', 'organ'), ('admira-', 'admira'), ('sac-', 'sac')]
ST18850625-V11-25-page6.txt: [('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-"', '"')]
ST18850625-V11-25-page7.txt: [('-', ''), ('ad-', 'ad'), ('reg-', 'reg'), ('-', '')]
ST18850625-V11-25-page8.txt: [('accom-', 'accom'), ('de-', 'de'), ('-', ''), ('-and', 'and'), ('en-', 'en'), ('coun-', 'coun'), ('au-', 'au'), ('-', '')]
ST18850625-V11-25-page9.txt: [('whatso-', 'whatso'), ('camp-', 'camp'), ('warn-', 'warn'), ('be-', 'be'), ('-', ''), ('morn-', 'morn'), ('-', ''), ('af-', 'af')]
ST18850702-V11-26-page1.txt: [('wit-', 'wit'), ('in-', 'in')]
ST18850702-V11-26-page10.txt: [('Re-', 'Re'), ('-', ''), ('ob-', 'ob'), ('Ha-', 'Ha')]
ST18850702-V11-26-page12.txt: [("'la-", "'la"), ('occupa-', 'occupa'), ('peniten-', 'peniten'), ('super-', 'super'), ('play-', 'play'), ('-', '')]
ST18850702-V11-26-page13.txt: [('tobacco.-', 'tobacco.'), ('-', ''), ('peo-', 'peo'), ('Leviti-', 'Leviti'), ('conse-', 'conse'), ('que-', 'que'), ('Portu-', 'Portu'), ('Hohenzollner-', 'Hohenzollner'), ('-', ''), ('won-', 'won'), ('success-', 'success'), ('-', ''), ('Sep-', 'Sep'), ('sim-', 'sim'), ('ornamenta-', 'ornamenta')]
ST18850702-V11-26-page14.txt: [('co-', 'co'), ('Fran-', 'Fran'), ('constrict-', 'constrict'), ('representa-', 'representa'), ('oc-', 'oc'), ('-', '')]
ST18850702-V11-26-page15.txt: [('y-', 'y'), ('PO-', 'PO'), ('Passive.-', 'Passive.'), ('-Two', 'Two'), ('-', ''), ('PREVEN-', 'PREVEN')]
ST18850702-V11-26-page16.txt: [('vul-', 'vul'), ('manage-', 'manage'), ('Tem-', 'Tem')]
ST18850702-V11-26-page2.txt: [('deter-', 'deter'), ('ear-', 'ear'), ('presump-', 'presump'), ('stimu-', 'stimu'), ('-', ''), ('-upon', 'upon'), ('sanc-', 'sanc')]
ST18850702-V11-26-page3.txt: [('tem-', 'tem'), ('gym-', 'gym')]
ST18850702-V11-26-page4.txt: [('fount-', 'fount'), ('-', ''), ('--------', '-------'), ('re-', 're'), ('cur-', 'cur'), ('hu-', 'hu'), ('-', '')]
ST18850702-V11-26-page5.txt: [('preva-', 'preva'), ('Chris-', 'Chris'), ('en-', 'en')]
ST18850702-V11-26-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Meso-', 'Meso'), ('-land', 'land'), ('-', ''), ('-', ''), ('-Israel', 'Israel'), ('dar-', 'dar')]
ST18850702-V11-26-page7.txt: [('-', ''), ('Chil-', 'Chil')]
ST18850702-V11-26-page8.txt: [('-', ''), ('pres-', 'pres'), ('-', ''), ('min-', 'min'), ('transgressions-', 'transgressions'), ('bet-', 'bet'), ('quota-', 'quota'), ('care-', 'care'), ('-', ''), ('-', ''), ('-', ''), ('sev-', 'sev')]
ST18850702-V11-26-page9.txt: [('-', ''), ('-', ''), ('can-', 'can'), ('-', ''), ('sel-', 'sel')]
ST18850716-V11-27-page1.txt: [('Sab-', 'Sab'), ('lan-', 'lan'), ('perse-', 'perse'), ('Here-', 'Here'), ('-', '')]
ST18850716-V11-27-page10.txt: [('-', ''), ('-', ''), ('em-', 'em'), ('John-', 'John'), ('understand-', 'understand')]
ST18850716-V11-27-page11.txt: [('effi-', 'effi'), ('advan-', 'advan'), ('bless-', 'bless'), ('re-', 're'), ('in-', 'in'), ('pres-', 'pres'), ('col-', 'col'), ('edu-', 'edu'), ('in-', 'in'), ('Is-', 'Is'), ('dele-', 'dele'), ('ad-', 'ad'), ('fol-', 'fol'), ('ap-', 'ap'), ('col-', 'col')]
ST18850716-V11-27-page12.txt: [('disap-', 'disap'), ('charac-', 'charac'), ('mean-', 'mean'), ('hard-', 'hard')]
ST18850716-V11-27-page13.txt: [('Massa-', 'Massa'), ('-', '')]
ST18850716-V11-27-page14.txt: [('cov-', 'cov'), ('Govern-', 'Govern'), ('num-', 'num'), ('-', ''), ('feet-', 'feet'), ('-', ''), ('-', '')]
ST18850716-V11-27-page15.txt: [('O-', 'O'), ('.-', '.'), ('sur-', 'sur'), ('FUND.-', 'FUND.'), ('DE-', 'DE')]
ST18850716-V11-27-page16.txt: [('-', ''), ('--', '-'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('expres-', 'expres'), ('ele-', 'ele'), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('Chron-', 'Chron'), ('par-', 'par'), ('an-', 'an'), ('per-', 'per')]
ST18850716-V11-27-page2.txt: [('-', ''), ('per-', 'per'), ('rep-', 'rep'), ('inven-', 'inven'), ('-that', 'that'), ('Je-', 'Je'), ('---', '--')]
ST18850716-V11-27-page3.txt: [('vigor-', 'vigor')]
ST18850716-V11-27-page4.txt: [('Ref-', 'Ref'), ('-paid', 'paid'), ('En-', 'En'), ('-', ''), ('evi-', 'evi')]
ST18850716-V11-27-page5.txt: [('ques-', 'ques'), ('Bi-', 'Bi'), ('Pha-', 'Pha')]
ST18850716-V11-27-page6.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('weak-', 'weak'), ('-', ''), ('re-', 're'), ('Jeze-', 'Jeze'), ('-Where', 'Where'), ('remark-', 'remark'), ('-', ''), ('-were', 'were'), ('-', ''), ('-was', 'was')]
ST18850716-V11-27-page7.txt: [('idola-', 'idola'), ('pleas-', 'pleas'), ('reci-', 'reci'), ('at-', 'at'), ('him-', 'him')]
ST18850716-V11-27-page8.txt: [('congrega-', 'congrega'), ('some-', 'some'), ('breth-', 'breth')]
ST18850716-V11-27-page9.txt: [('rela-', 'rela'), ('ordi-', 'ordi'), ('re-', 're'), ('un-', 'un')]
ST18850723-V11-28-page1.txt: [('experi-', 'experi'), ('re-', 're'), ('Reforma-', 'Reforma'), ('-God."', 'God."'), ('ap-', 'ap')]
ST18850723-V11-28-page10.txt: [('eleva-', 'eleva'), ('-h-h-h', 'h-h-h'), ('Spirit-', 'Spirit'), ('sub-', 'sub'), ('con-', 'con')]
ST18850723-V11-28-page11.txt: [('-C', 'C'), ('Minne-', 'Minne'), ('murder-', 'murder'), ('de-', 'de'), ('singu-', 'singu'), ('so-', 'so'), ('prepar-', 'prepar'), ('ev-', 'ev')]
ST18850723-V11-28-page12.txt: [('--AU', '-AU'), ('lift-', 'lift'), ('super-', 'super')]
ST18850723-V11-28-page13.txt: [('-now', 'now'), ('-Every', 'Every'), ('ap-', 'ap'), ('dread-', 'dread')]
ST18850723-V11-28-page14.txt: [('Hama-', 'Hama'), ('gar-', 'gar'), ('--It', '-It'), ('ef-', 'ef'), ('impos-', 'impos'), ('Gov-', 'Gov'), ('prop-', 'prop'), ('-', ''), ('Chey-', 'Chey')]
ST18850723-V11-28-page15.txt: [('camp-', 'camp'), ('-', ''), ('ex-', 'ex'), ('PREVEN-', 'PREVEN'), ('-', ''), ('expe-', 'expe'), ('pre-', 'pre'), ('-', ''), ('Sa-', 'Sa')]
ST18850723-V11-28-page16.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('polygamy.-', 'polygamy.'), ('-', ''), ('-', ''), ('num-', 'num'), ('-', ''), ('prac-', 'prac'), ('-', ''), ('seven-', 'seven'), ('-', ''), ('-', ''), ('-', ''), ('Joseph-', 'Joseph'), ('-', ''), ('Re-', 'Re')]
ST18850723-V11-28-page2.txt: [('-progressing', 'progressing'), ('-', ''), ('de-', 'de'), ('-', ''), ('de-', 'de'), ('our-', 'our'), ('pa--', 'pa-'), ('command-', 'command'), ('Sanc-', 'Sanc'), ('ex-', 'ex'), ('-an', 'an'), ('abandon-', 'abandon')]
ST18850723-V11-28-page3.txt: [('com-', 'com'), ('af-', 'af'), ('Dar-', 'Dar')]
ST18850723-V11-28-page4.txt: [('As-', 'As'), ('Testa-', 'Testa'), ('pun-', 'pun'), ('Sen-', 'Sen'), ('in-', 'in'), ('-', ''), ('-', ''), ('bas-', 'bas'), ('in-', 'in'), ('con-', 'con'), ('ex-', 'ex'), ('-', ''), ('-', ''), ('Nine-', 'Nine'), ('Belshaz-', 'Belshaz')]
ST18850723-V11-28-page5.txt: [('fruit-', 'fruit'), ('suc-', 'suc'), ('vanish-', 'vanish')]
ST18850723-V11-28-page6.txt: [('estab-', 'estab'), ('fa-', 'fa'), ('-', ''), ('-prophet', 'prophet'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('an-', 'an'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18850723-V11-28-page7.txt: [('-', ''), ('pre-', 'pre'), ('accu-', 'accu'), ('trans-', 'trans'), ('Je-', 'Je'), ('quar-', 'quar'), ('atten-', 'atten'), ('-', ''), ('probabil-', 'probabil'), ('-school', 'school')]
ST18850723-V11-28-page8.txt: [('-', ''), ('per-', 'per'), ('teach-', 'teach')]
ST18850723-V11-28-page9.txt: [('knowl-', 'knowl'), ('in-', 'in'), ('-Mosaic', 'Mosaic'), ('ap-', 'ap'), ('Methu-', 'Methu'), ('speak-', 'speak'), ('Doc-', 'Doc'), ('indi-', 'indi'), ('suc-', 'suc'), ('Sab-', 'Sab')]
ST18850730-V11-29-page1.txt: [('renounc-', 'renounc'), ('command-', 'command'), ('wit-', 'wit'), ('his-', 'his'), ('exe-', 'exe'), ('pri-', 'pri'), ('com-', 'com'), ('Sun-', 'Sun')]
ST18850730-V11-29-page10.txt: [('morn-', 'morn'), ('con-', 'con'), ('vine-', 'vine'), ('be-', 'be'), ('Cathe-', 'Cathe'), ('dur-', 'dur'), ('in-', 'in'), ('enter-', 'enter'), ('peo-', 'peo'), ('first-', 'first'), ('ac-', 'ac'), ('Com-', 'Com')]
ST18850730-V11-29-page11.txt: [('Nominations-', 'Nominations'), ('in-', 'in'), ('con-', 'con'), ('impor-', 'impor'), ('embar-', 'embar'), ('Ex-', 'Ex'), ('suc-', 'suc'), ('-foot', 'foot'), ('Bax-', 'Bax'), ('notwithstand-', 'notwithstand')]
ST18850730-V11-29-page12.txt: [('gym-', 'gym'), ('-our', 'our'), ('dissipa-', 'dissipa')]
ST18850730-V11-29-page13.txt: [('aro-', 'aro'), ('para-', 'para'), ('instru-', 'instru'), ('coun-', 'coun'), ('be-', 'be'), ('obliga-', 'obliga'), ('un-', 'un')]
ST18850730-V11-29-page14.txt: [('be-', 'be'), ('vent-', 'vent'), ('ev-', 'ev'), ('-', ''), ('under-', 'under'), ('kill-', 'kill'), ('oc-', 'oc'), ('up-', 'up'), ('Pres-', 'Pres'), ('-', ''), ('preach-', 'preach'), ('thea-', 'thea'), ('per-', 'per'), ('Bap-', 'Bap')]
ST18850730-V11-29-page15.txt: [('-', ''), ('G-', 'G'), ('-', ''), ('lead-', 'lead'), ('en-', 'en'), ('at-', 'at'), ('Parlia-', 'Parlia'), ('accessi-', 'accessi'), ('com-', 'com'), ('Tenn-', 'Tenn'), ('-oa-', 'oa-')]
ST18850730-V11-29-page16.txt: [('per-', 'per'), ('-', ''), ('dining-', 'dining'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.--', '.-'), ('.....-----', '.....----'), ('--', '-'), ('--', '-'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('prob-', 'prob'), ('-', ''), ('-', ''), ('liter-', 'liter'), ('fbr-', 'fbr'), ('cir-', 'cir')]
ST18850730-V11-29-page2.txt: [('mo-', 'mo'), ('ev-', 'ev'), ('-', '')]
ST18850730-V11-29-page3.txt: [('with-', 'with'), ("queg'-", "queg'"), ('con-', 'con')]
ST18850730-V11-29-page4.txt: [('-', ''), ('accep-', 'accep'), ('Merodach-Bal-', 'Merodach-Bal'), ('Me-', 'Me'), ('king-', 'king'), ('-', ''), ('bed-', 'bed'), ('-', ''), ('rediscov-', 'rediscov'), ('be-', 'be'), ('Me-', 'Me'), ('geo-', 'geo'), ('hu-', 'hu')]
ST18850730-V11-29-page6.txt: [('-', ''), ('over-', 'over'), ('pe-', 'pe'), ('-taking', 'taking'), ('-', ''), ('Redo-', 'Redo'), ('-', ''), ('-be', 'be'), ('-', ''), ('pro-', 'pro'), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18850730-V11-29-page7.txt: [('af-', 'af'), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('ac-', 'ac')]
ST18850730-V11-29-page8.txt: [('gos-', 'gos'), ('-', ''), ('consist-', 'consist'), ('-', ''), ('or-', 'or')]
ST18850730-V11-29-page9.txt: [('-', ''), ('-', ''), ('wil-', 'wil'), ('schol-', 'schol'), ('over-', 'over'), ('argu-', 'argu'), ('Sab-', 'Sab'), ('crit-', 'crit'), ('knowl-', 'knowl')]
ST18850806-V11-30-page1.txt: [('-', ''), ('-', '')]
ST18850806-V11-30-page10.txt: [('Shamas-', 'Shamas'), ('Con-', 'Con'), ('estab-', 'estab'), ('As-', 'As'), ('-', ''), ('Tiglath-', 'Tiglath'), ('Bab-', 'Bab'), ('in-', 'in'), ('re-', 're'), ('Bab-', 'Bab'), ('-', ''), ('Mero-', 'Mero'), ('to-', 'to')]
ST18850806-V11-30-page11.txt: [('-lady', 'lady'), ('-', ''), ('sep-', 'sep'), ('charac-', 'charac'), ('photo-', 'photo'), ('prob-', 'prob'), ('de-', 'de'), ('princi-', 'princi'), ('constitu-', 'constitu')]
ST18850806-V11-30-page12.txt: [('deliber-', 'deliber'), ('peo-', 'peo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('obe-', 'obe'), ('-', ''), ('-', ''), ('Eli-', 'Eli'), ('Is-', 'Is'), ('Jeze-', 'Jeze'), ('command-', 'command'), ('-', '')]
ST18850806-V11-30-page13.txt: [('temp-', 'temp'), ('of-', 'of'), ('com-', 'com'), ('prev-', 'prev'), ('teaching-proc-', 'teaching-proc')]
ST18850806-V11-30-page14.txt: [('mem-', 'mem'), ('-', ''), ('partak-', 'partak'), ('-page', 'page'), ('en-', 'en'), ('constitut-', 'constitut'), ('what-', 'what'), ('require-', 'require'), ('ex-', 'ex'), ('serv-', 'serv'), ('con-', 'con')]
ST18850806-V11-30-page15.txt: [('DE-', 'DE'), ('-Earnest', 'Earnest'), ('-', ''), ('-', ''), ('G-', 'G'), ('-', ''), ('-', '')]
ST18850806-V11-30-page16.txt: [('THE-', 'THE'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('immo-', 'immo'), ('Re-', 'Re'), ('Pro-', 'Pro'), ('Wes-', 'Wes'), ('Proclaim-', 'Proclaim'), ('dif-', 'dif'), ('Lieutenant-', 'Lieutenant'), ('-the', 'the')]
ST18850806-V11-30-page2.txt: [('mes-', 'mes'), ('sep-', 'sep'), ('daugh-', 'daugh'), ('sal-', 'sal'), ('In-', 'In'), ('command-', 'command'), ('-', ''), ('-', ''), ('at-', 'at'), ('near-', 'near')]
ST18850806-V11-30-page3.txt: [('-', ''), ('-', ''), ('garden-', 'garden'), ('sin-', 'sin'), ('-', ''), ('-', ''), ('be-', 'be')]
ST18850806-V11-30-page4.txt: [('-his', 'his'), ('re-', 're'), ('a-', 'a'), ('-never', 'never'), ('de-', 'de'), ('al-', 'al'), ('advance-', 'advance'), ('get-', 'get'), ('prop-', 'prop')]
ST18850806-V11-30-page5.txt: [('extrava-', 'extrava'), ('Mar-', 'Mar'), ('him-', 'him'), ('under-', 'under')]
ST18850806-V11-30-page6.txt: [('aver-', 'aver'), ('for-', 'for'), ('min-', 'min')]
ST18850806-V11-30-page7.txt: [('chil-', 'chil'), ('con-', 'con')]
ST18850806-V11-30-page8.txt: [('inter-', 'inter'), ('jour-', 'jour'), ('Oak-', 'Oak'), ('di-', 'di'), ('-', ''), ('Fash-', 'Fash'), ('suc-', 'suc'), ('en-', 'en'), ('pis-', 'pis')]
ST18850806-V11-30-page9.txt: [('-', ''), ('-', ''), ('every-', 'every'), ('contra-', 'contra'), ('por-', 'por'), ('-', ''), ('in-', 'in')]
ST18850813-V11-31-page1.txt: [('stu-', 'stu'), ('faith-', 'faith'), ('in-', 'in'), ('Super-', 'Super'), ('in-', 'in')]
ST18850813-V11-31-page10.txt: [('Ar-', 'Ar'), ('your-', 'your'), ('monas-', 'monas'), ('-', ''), ('Di-', 'Di'), ('call-', 'call'), ('be-', 'be')]
ST18850813-V11-31-page11.txt: [('re-', 're'), ('Sor-', 'Sor'), ('auro-', 'auro'), ('Flor-', 'Flor'), ('re-', 're'), ('-', '')]
ST18850813-V11-31-page12.txt: [('-down', 'down'), ('lis-', 'lis'), ('re-', 're'), ('neces-', 'neces'), ('proceed-', 'proceed')]
ST18850813-V11-31-page14.txt: [('-damaging', 'damaging'), ('Ari-', 'Ari'), ('recon-', 'recon'), ('dis-', 'dis'), ('"conges-', '"conges'), ('con-', 'con'), ('dump-', 'dump'), ('nip-', 'nip'), ('Au-', 'Au'), ('ser-', 'ser')]
ST18850813-V11-31-page15.txt: [('balui-', 'balui'), ('DE-', 'DE'), ('sim-', 'sim'), ('-"Tim', '"Tim'), ('Re-', 'Re'), ('-', ''), ('-', ''), ('Con-', 'Con'), ('de-', 'de'), ('Cath-', 'Cath')]
ST18850813-V11-31-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('"-', '"'), ('Bib-', 'Bib'), ('Ana---------', 'Ana--------'), ('-', ''), ('-', ''), ('-.Oct.', '.Oct.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('laugh-', 'laugh'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis')]
ST18850813-V11-31-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Testa-', 'Testa'), ('-was', 'was'), ('-', ''), ('-made', 'made'), ('-', ''), ('-', ''), ("-God's", "God's"), ('orcon-', 'orcon'), ('evi-', 'evi'), ('-', ''), ('con-', 'con')]
ST18850813-V11-31-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('command-', 'command'), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sal-', 'sal'), ('like-', 'like'), ('-The', 'The'), ('serv-', 'serv'), ('dis-', 'dis')]
ST18850813-V11-31-page4.txt: [('-', ''), ('-', ''), ('suc-', 'suc'), ('-', ''), ('Asshur-', 'Asshur'), ('Assyr-', 'Assyr'), ('Leb-', 'Leb'), ('-', ''), ('Mon-', 'Mon'), ('Merodach-Bala-', 'Merodach-Bala'), ('As-', 'As'), ('Bel-', 'Bel')]
ST18850813-V11-31-page5.txt: [('-', ''), ('-', ''), ('an-', 'an'), ('-', ''), ('wan-', 'wan'), ('in-', 'in'), ('con-', 'con'), ('com-', 'com'), ('look-', 'look'), ('-', ''), ('com-', 'com'), ('narra-', 'narra')]
ST18850813-V11-31-page6.txt: [('th-', 'th'), ('in-', 'in'), ('man-', 'man'), ('-', ''), ('-', ''), ('call-', 'call')]
ST18850813-V11-31-page7.txt: [('licen-', 'licen'), ('pa-', 'pa'), ('pub-', 'pub'), ('govern-', 'govern'), ('can-', 'can'), ('be-', 'be'), ('-needy', 'needy'), ('comfort-', 'comfort')]
ST18850813-V11-31-page9.txt: [('cere-', 'cere'), ('institu-', 'institu'), ('-', ''), ('Melchize-', 'Melchize'), ('at-', 'at'), ('-', ''), ('Sab-', 'Sab')]
ST18850827-V11-33-page1.txt: [('learn-', 'learn'), ('jt-', 'jt'), ('demon-', 'demon'), ('im-', 'im')]
ST18850827-V11-33-page10.txt: [('Testa-', 'Testa'), ('-', ''), ('-', ''), ('de-', 'de'), ('confi-', 'confi'), ('-', '')]
ST18850827-V11-33-page11.txt: [('what-', 'what')]
ST18850827-V11-33-page12.txt: [('shoe-', 'shoe'), ('-', ''), ('de-', 'de'), ('enter-', 'enter'), ('-', ''), ('play-', 'play'), ('influ-', 'influ'), ('re-', 're'), ('perform-', 'perform'), ('Congre-', 'Congre')]
ST18850827-V11-33-page13.txt: [('prop-', 'prop'), ('mus-', 'mus'), ('trail-', 'trail'), ('los-', 'los'), ('-', ''), ('med-', 'med')]
ST18850827-V11-33-page14.txt: [('temper-', 'temper'), ('Wil-', 'Wil'), ('be-', 'be'), ('-', ''), ('even-', 'even'), ('valua-', 'valua'), ('Boyls-', 'Boyls'), ('reading-', 'reading'), ('pres-', 'pres'), ('-', ''), ('University-', 'University'), ('-', ''), ('deposi-', 'deposi'), ('NEB.-', 'NEB.'), ('de-', 'de'), ('advan-', 'advan')]
ST18850827-V11-33-page15.txt: [('-', ''), ('-', ''), ('fur-', 'fur'), ('-', ''), ('secre-', 'secre'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Eld', 'Eld')]
ST18850827-V11-33-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-i.eeded', 'i.eeded'), ('-', ''), ('--', '-'), ('win-', 'win'), ('-', ''), ('them-', 'them'), ('-', '')]
ST18850827-V11-33-page2.txt: [('-', ''), ('-', ''), ('com-', 'com'), ('accusa-', 'accusa'), ('Sab-', 'Sab'), ('Nei-', 'Nei'), ('command-', 'command'), ('-', ''), ('-', ''), ('prefer-', 'prefer'), ('Thes-', 'Thes')]
ST18850827-V11-33-page3.txt: [('-', ''), ('Sab-', 'Sab'), ('inhind-', 'inhind'), ('Kings-', 'Kings'), ('de-', 'de'), ('con-', 'con'), ('-thing', 'thing'), ('qualifica-', 'qualifica')]
ST18850827-V11-33-page4.txt: [('excogi-', 'excogi'), ('am-', 'am'), ('-', ''), ('Egyp-', 'Egyp'), ('act-', 'act')]
ST18850827-V11-33-page5.txt: [('ob-', 'ob'), ('-their', 'their'), ('sen-', 'sen')]
ST18850827-V11-33-page6.txt: [('-', ''), ('declara-', 'declara'), ('pre-', 'pre'), ('prediction."-', 'prediction."'), ('-', ''), ('dis-', 'dis'), ('Rev-', 'Rev'), ('Eli-', 'Eli'), ('proph-', 'proph'), ('mas-', 'mas'), ('-', ''), ('-', ''), ('Jeri-', 'Jeri')]
ST18850827-V11-33-page7.txt: [('Profes-', 'Profes'), ('corruption-', 'corruption'), ('-', ''), ('some-', 'some'), ('dil-', 'dil')]
ST18850827-V11-33-page8.txt: [('af-', 'af'), ('be-', 'be'), ('-', '')]
ST18850827-V11-33-page9.txt: [('re-', 're'), ('in-', 'in'), ('-', ''), ('puff-', 'puff'), ('arti-', 'arti'), ('per-', 'per')]
ST18850903-V11-34-page1.txt: [('fre-', 'fre'), ('-to', 'to')]
ST18850903-V11-34-page10.txt: [('-', ''), ('peo-', 'peo'), ('lost--', 'lost-'), ('-', ''), ('-', ''), ('In-', 'In')]
ST18850903-V11-34-page11.txt: [('atten-', 'atten'), ('-', ''), ('re-', 're'), ('im-', 'im'), ('re-', 're'), ('bap-', 'bap'), ('camp-', 'camp')]
ST18850903-V11-34-page12.txt: [('temper-', 'temper'), ('-with', 'with'), ('consider-', 'consider')]
ST18850903-V11-34-page13.txt: [('rou-', 'rou'), ('fi-', 'fi'), ('sand-', 'sand'), ('busi-', 'busi'), ('be-', 'be'), ('require-', 'require'), ('-all', 'all'), ('to-', 'to')]
ST18850903-V11-34-page14.txt: [('jus-', 'jus'), ('Re-', 'Re'), ('testi-', 'testi'), ('instruc-', 'instruc'), ('Au-', 'Au'), ('rheuma-', 'rheuma'), ('prohib-', 'prohib'), ('authori-', 'authori'), ('pres-', 'pres'), ('Arch-', 'Arch'), ('col-', 'col'), ('tene-', 'tene'), ('Stratford-on-', 'Stratford-on'), ('you-', 'you')]
ST18850903-V11-34-page15.txt: [('PAR-', 'PAR'), ('PAR-', 'PAR'), ('-', ''), ('-', ''), ('-', ''), ('unor-', 'unor'), ('-', ''), ('dur-', 'dur'), ('-', ''), ('-', ''), ('-', ''), ('Con-', 'Con')]
ST18850903-V11-34-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('Or-', 'Or'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18850903-V11-34-page2.txt: [('de-', 'de'), ('wa-', 'wa'), ('cer-', 'cer'), ('-', ''), ('-', ''), ('-', '')]
ST18850903-V11-34-page3.txt: [('dis-', 'dis'), ('-', ''), ('-sin', 'sin'), ('ex-', 'ex'), ('refer-', 'refer'), ('do-', 'do')]
ST18850903-V11-34-page4.txt: [('Nebuchad-', 'Nebuchad'), ('gate-', 'gate'), ('-', ''), ('be-', 'be'), ('hav-', 'hav'), ('An-', 'An'), ('proceed-', 'proceed')]
ST18850903-V11-34-page5.txt: [('-covering', 'covering'), ('Baby-', 'Baby'), ('-', ''), ('Con-', 'Con'), ('-', '')]
ST18850903-V11-34-page6.txt: [('in-', 'in'), ('fliiirath-', 'fliiirath'), ('under-', 'under'), ('magi-', 'magi'), ('Babyloni-', 'Babyloni'), ('-', ''), ('-', ''), ('-', ''), ('Script-', 'Script'), ('Chal-', 'Chal'), ('men-', 'men'), ('-', ''), ('Eli-', 'Eli'), ('Zede-', 'Zede'), ('-', ''), ('-', '')]
ST18850903-V11-34-page8.txt: [('ob-', 'ob'), ('-', ''), ('sec-', 'sec'), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('show-', 'show')]
ST18850903-V11-34-page9.txt: [('-', ''), ('them-', 'them'), ('-', ''), ('-', '')]
ST18850917-V11-36-page10.txt: [('under-', 'under'), ('-', ''), ('re-', 're')]
ST18850917-V11-36-page11.txt: [('ter-', 'ter'), ('en-', 'en'), ('de-', 'de'), ('af-', 'af'), ('Au-', 'Au'), ('fa-', 'fa'), ('sur-', 'sur'), ('se-', 'se'), ('rec-', 'rec'), ('af-', 'af')]
ST18850917-V11-36-page12.txt: [('can-', 'can'), ('prayer-', 'prayer')]
ST18850917-V11-36-page13.txt: [('me-', 'me'), ('apart-', 'apart'), ('wor-', 'wor'), ('-labor', 'labor'), ('min-', 'min')]
ST18850917-V11-36-page14.txt: [('wel-', 'wel'), ('demon-', 'demon'), ('communi-', 'communi'), ('-theory', 'theory')]
ST18850917-V11-36-page15.txt: [('-', ''), ('G-', 'G'), ('Jeru-', 'Jeru'), ('DE-', 'DE'), ('Oak-', 'Oak'), ('-J.', 'J.'), ('RE-', 'RE'), ('bit-', 'bit'), ('mis-', 'mis')]
ST18850917-V11-36-page16.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-J', 'J'), ('-"', '"'), ('-r', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ing--', 'ing-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('P-L--', 'P-L-'), ('-', ''), ('--IIP', '-IIP'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('A-', 'A'), ('A-', 'A'), ('-', ''), ('-', ''), ('-.', '.'), ('F-', 'F'), ('-..-', '..-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ("P--'''------", "P--'''-----"), ("-'------'---", "'------'---"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-Twords', 'Twords'), ('pre-', 'pre'), ('-', ''), ('expec-', 'expec'), ('-because', 'because'), ('-page', 'page'), ('-I', 'I'), ('-', ''), ('-', ''), ('Mis-', 'Mis'), ('-', ''), ('-.I', '.I'), ('-', ''), ('-', ''), ('-', '')]
ST18850917-V11-36-page2.txt: [('nulli-', 'nulli'), ('concern-', 'concern'), ('simi-', 'simi'), ('in-', 'in'), ('sacri-', 'sacri')]
ST18850917-V11-36-page3.txt: [('per-', 'per'), ('com-', 'com')]
ST18850917-V11-36-page4.txt: [('Am-', 'Am'), ('as-', 'as'), ('Conn-', 'Conn'), ('sen-', 'sen'), ('suc-', 'suc'), ('im-', 'im'), ('demon-', 'demon'), ('hold-', 'hold')]
ST18850917-V11-36-page5.txt: [('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('end-', 'end')]
ST18850917-V11-36-page6.txt: [('pres-', 'pres'), ('announced.-', 'announced.'), ('-', ''), ('-supreme.', 'supreme.'), ('-', ''), ('-', ''), ('por-', 'por'), ('Else-', 'Else'), ('-and', 'and'), ('-gradual', 'gradual'), ('-', '')]
ST18850917-V11-36-page7.txt: [('-', ''), ('promi-', 'promi'), ('syste-', 'syste')]
ST18850917-V11-36-page8.txt: [('-r', 'r'), ('-', ''), ('-', ''), ('re-', 're'), ('right-', 'right'), ('testi-', 'testi')]
ST18850917-V11-36-page9.txt: [('-', ''), ('-', ''), ('set-', 'set'), ('sit-', 'sit'), ('-', ''), ('-', ''), ('be-', 'be')]
ST18851001-V11-37-page1.txt: [('comfort-', 'comfort'), ('false-', 'false')]
ST18851001-V11-37-page10.txt: [('king-', 'king'), ('col-', 'col'), ('twen-', 'twen'), ('re-', 're'), ('re-', 're')]
ST18851001-V11-37-page11.txt: [('Ilis-', 'Ilis')]
ST18851001-V11-37-page12.txt: [('re-', 're'), ('hun-', 'hun'), ('Grad-', 'Grad')]
ST18851001-V11-37-page13.txt: [('representa-', 'representa'), ('sum-', 'sum'), ('be-', 'be'), ('Proc.-', 'Proc.')]
ST18851001-V11-37-page14.txt: [('valua-', 'valua'), ('characteriza-', 'characteriza'), ('nur-', 'nur'), ('Vati-', 'Vati'), ('NEB.-', 'NEB.'), ('coun-', 'coun'), ('Or-', 'Or')]
ST18851001-V11-37-page15.txt: [('favor-', 'favor'), ('Ne-', 'Ne'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('Wal-', 'Wal'), ('-', '')]
ST18851001-V11-37-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('proph-', 'proph'), ('-', ''), ('-', ''), ('re-', 're'), ('Camp-', 'Camp'), ('ex-', 'ex'), ('Gen-', 'Gen')]
ST18851001-V11-37-page2.txt: [('lov-', 'lov'), ('-that', 'that'), ('-pleasure', 'pleasure'), ('dissipa-', 'dissipa'), ('pleas-', 'pleas'), ('money-', 'money'), ('-Illness', 'Illness')]
ST18851001-V11-37-page3.txt: [('rela-', 'rela'), ('fel-', 'fel'), ('defi-', 'defi'), ('thou-', 'thou'), ('fascina-', 'fascina'), ('hunt-', 'hunt'), ('Hit-', 'Hit'), ('am-', 'am')]
ST18851001-V11-37-page4.txt: [('im-', 'im'), ('Un-', 'Un'), ('un-', 'un'), ('ap-', 'ap'), ("'al-", "'al"), ('signifi-', 'signifi'), ('re-', 're')]
ST18851001-V11-37-page5.txt: [('talents-', 'talents'), ('-no', 'no'), ('-', ''), ('inherit-', 'inherit'), ('-this', 'this'), ('-', ''), ('sup-', 'sup'), ('-', ''), ('serv-', 'serv'), ('-', ''), ('quar-', 'quar')]
ST18851001-V11-37-page6.txt: [('-', ''), ('repre-', 'repre'), ('-Merodach', 'Merodach'), ('-', ''), ('har-', 'har'), ('-', ''), ('-', ''), ('Medo-', 'Medo'), ('Nab-', 'Nab'), ('Baby-', 'Baby'), ('-', ''), ('an-', 'an'), ('enter-', 'enter')]
ST18851001-V11-37-page7.txt: [('crusades-', 'crusades'), ('penetrat-', 'penetrat'), ('car-', 'car'), ('inflamma-', 'inflamma')]
ST18851001-V11-37-page8.txt: [('dispensa-', 'dispensa'), ('-', '')]
ST18851001-V11-37-page9.txt: [('-', ''), ('-the', 'the'), ('to-', 'to'), ('-', ''), ('com-', 'com'), ('-', '')]
ST18851008-V11-38-page1.txt: [('responsi-', 'responsi'), ('-', ''), ('con-', 'con'), ('real-', 'real'), ('our-', 'our')]
ST18851008-V11-38-page10.txt: [('doubt-', 'doubt'), ('de-', 'de'), ('-', ''), ('recom-', 'recom'), ('be-', 'be'), ('propo-', 'propo'), ('ac-', 'ac'), ('de-', 'de')]
ST18851008-V11-38-page11.txt: [('con-', 'con'), ('dispo-', 'dispo'), ('Sunday.-', 'Sunday.'), ('Con-', 'Con'), ('Colum-', 'Colum'), ('Camp-meet-', 'Camp-meet'), ('Confer-', 'Confer'), ('giv-', 'giv'), ('ac-', 'ac'), ('Naviga-', 'Naviga'), ('fa-', 'fa'), ('com-', 'com')]
ST18851008-V11-38-page12.txt: [('holi-', 'holi'), ('pa-', 'pa'), ('col-', 'col'), ('mes-', 'mes'), ('se-', 'se'), ('mea-', 'mea'), ('com-', 'com')]
ST18851008-V11-38-page13.txt: [('be-', 'be'), ('"pro-', '"pro'), ('sub-', 'sub'), ('contain-', 'contain'), ('-', '')]
ST18851008-V11-38-page14.txt: [('-', ''), ('chap-', 'chap'), ('-', ''), ('coun-', 'coun')]
ST18851008-V11-38-page15.txt: [('.-', '.'), ('-House', 'House'), ('even-', 'even'), ('-House', 'House'), ('RE-', 'RE'), ('-in', 'in'), ('ASSOCIATION.-', 'ASSOCIATION.'), ('-T', 'T')]
ST18851008-V11-38-page16.txt: [('im-', 'im'), ('-', ''), ('prac-', 'prac'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('be-', 'be'), ('candi-', 'candi'), ('be-', 'be'), ('Pleasure-', 'Pleasure'), ('rep-', 'rep')]
ST18851008-V11-38-page2.txt: [('fellow-', 'fellow')]
ST18851008-V11-38-page3.txt: [('gen-', 'gen'), ('inter-', 'inter'), ('-', ''), ('-', ''), ('Pe-', 'Pe'), ('pleas-', 'pleas'), ('ob-', 'ob'), ('fanati-', 'fanati'), ('ac-', 'ac')]
ST18851008-V11-38-page4.txt: [('Thapsa-', 'Thapsa'), ('-', ''), ('de-', 'de'), ('-', ''), ('es-', 'es'), ('Alex-', 'Alex'), ('as-', 'as'), ('Ac-', 'Ac'), ('-', ''), ('-', ''), ('-', ''), ('Alexan-', 'Alexan'), ('contin-', 'contin'), ('be-', 'be'), ('ex-', 'ex'), ('em-', 'em')]
ST18851008-V11-38-page5.txt: [('-', ''), ('-', ''), ('char-', 'char'), ('stat-', 'stat'), ('re-', 're')]
ST18851008-V11-38-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('Sab-', 'Sab'), ('carpen-', 'carpen'), ('greet-', 'greet')]
ST18851008-V11-38-page7.txt: [('SABBATH-', 'SABBATH'), ('-', ''), ('discour-', 'discour')]
ST18851008-V11-38-page8.txt: [('embarrass-', 'embarrass'), ('-', ''), ('vice-presi-', 'vice-presi'), ('pub-', 'pub'), ('un-', 'un'), ('-', '')]
ST18851008-V11-38-page9.txt: [('-', ''), ('tab-', 'tab'), ('re-', 're'), ('minis-', 'minis'), ('-', ''), ('-', ''), ('com-', 'com'), ('rep-', 'rep'), ('be-', 'be')]
ST18851022-V11-40-page1.txt: [('-stirred', 'stirred'), ('-', ''), ('for-', 'for'), ('hum-', 'hum'), ('-', ''), ('pro-', 'pro'), ('fra-', 'fra'), ('ordepot-', 'ordepot')]
ST18851022-V11-40-page10.txt: [('-', ''), ('-', '')]
ST18851022-V11-40-page11.txt: [('be-', 'be'), ('-our', 'our'), ('do-', 'do'), ('sculpt-', 'sculpt'), ('num-', 'num'), ('threat-', 'threat'), ('encom-', 'encom')]
ST18851022-V11-40-page12.txt: [('B--', 'B-'), ('-', ''), ('last-', 'last'), ('ear-', 'ear')]
ST18851022-V11-40-page13.txt: [('injudi-', 'injudi'), ('propor-', 'propor'), ('mor-', 'mor'), ('tak-', 'tak'), ('--Gough.', '-Gough.')]
ST18851022-V11-40-page14.txt: [('Ton-', 'Ton'), ('three-', 'three'), ('con-', 'con'), ('be-', 'be'), ('-', ''), ('im-', 'im'), ('per-', 'per'), ('celebra-', 'celebra'), ('--Two', '-Two'), ('--Louis', '-Louis')]
ST18851022-V11-40-page15.txt: [('PAR-', 'PAR'), ('PAR-', 'PAR'), ('-', ''), ('-', ''), ('PREVEN-', 'PREVEN'), ('combina-', 'combina'), ('-mo.', 'mo.')]
ST18851022-V11-40-page16.txt: [('first-', 'first'), ('prov-', 'prov'), ('smok-', 'smok'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ('in-', 'in'), ('-', ''), ('salva-', 'salva')]
ST18851022-V11-40-page2.txt: [('-', ''), ('temper-', 'temper'), ('earnest-', 'earnest'), ('serv-', 'serv'), ('man-', 'man'), ('con-', 'con')]
ST18851022-V11-40-page3.txt: [("husban.'-", "husban.'"), ('John-', 'John')]
ST18851022-V11-40-page4.txt: [('an-', 'an'), ('king-', 'king'), ('betbreadth-', 'betbreadth'), ('pre-', 'pre'), ('proph-', 'proph'), ('mut-', 'mut'), ('monu-', 'monu'), ('His-', 'His'), ('-of', 'of')]
ST18851022-V11-40-page5.txt: [('mentalma-', 'mentalma'), ('in-', 'in'), ('unpleas-', 'unpleas'), ('bank-', 'bank'), ('im-', 'im'), ('busi-', 'busi'), ('-.one', '.one'), ('aver-', 'aver')]
ST18851022-V11-40-page6.txt: [('jabbath-', 'jabbath'), ('-W', 'W'), ('Dan-', 'Dan'), ('com-', 'com'), ('power.-', 'power.'), ('move-', 'move'), ('-', ''), ('-', ''), ('inspira-', 'inspira'), ('right-', 'right'), ('-', ''), ('-', '')]
ST18851022-V11-40-page7.txt: [('con-', 'con'), ('Ha-', 'Ha'), ('-', ''), ('hun-', 'hun'), ('admon-', 'admon'), ('cheer-', 'cheer'), ('in-', 'in'), ('contribu-', 'contribu'), ('Sab-', 'Sab'), ('respon-', 'respon')]
ST18851022-V11-40-page8.txt: [('-', ''), ('em-', 'em'), ('differ-', 'differ')]
ST18851022-V11-40-page9.txt: [('man-', 'man'), ('sec-', 'sec'), ('Prot-', 'Prot'), ('coun-', 'coun')]
ST18851029-V11-41-page1.txt: [('slid-', 'slid'), ('stand-', 'stand'), ('-', ''), ('signifi-', 'signifi'), ('bless-', 'bless')]
ST18851029-V11-41-page10.txt: [('them-', 'them'), ('mar-', 'mar'), ('Je-', 'Je')]
ST18851029-V11-41-page11.txt: [('com-', 'com'), ('mis-', 'mis'), ('mem-', 'mem'), ('sum-', 'sum'), ('mem-', 'mem'), ('-', ''), ('Is-', 'Is')]
ST18851029-V11-41-page12.txt: [('de-', 'de'), ('isammaiva-', 'isammaiva'), ('as-', 'as')]
ST18851029-V11-41-page13.txt: [('nerv-', 'nerv'), ('in-', 'in'), ('constitu-', 'constitu'), ('follow-', 'follow'), ('-', ''), ('smok-', 'smok'), ('jour-', 'jour'), ('.un-', '.un'), ('aggra-', 'aggra'), ('author-', 'author')]
ST18851029-V11-41-page14.txt: [('-', ''), ('suf-', 'suf'), ('prize-fight-', 'prize-fight'), ('valua-', 'valua'), ('por-', 'por'), ('consider-', 'consider')]
ST18851029-V11-41-page15.txt: [('--', '-'), ('CIR-', 'CIR'), ('.-', '.')]
ST18851029-V11-41-page16.txt: [('Guess-', 'Guess'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18851029-V11-41-page2.txt: [('intellect-', 'intellect'), ('car-', 'car'), ('de-', 'de'), ('Script-', 'Script'), ('char-', 'char'), ('pro-', 'pro')]
ST18851029-V11-41-page3.txt: [('-', ''), ('unrighteous-', 'unrighteous')]
ST18851029-V11-41-page4.txt: [('Alex-', 'Alex'), ('ambas-', 'ambas'), ('has-', 'has')]
ST18851029-V11-41-page5.txt: [('Augus-', 'Augus'), ('-', ''), ('busi-', 'busi'), ('con-', 'con'), ('serv-', 'serv')]
ST18851029-V11-41-page6.txt: [('abbath-', 'abbath'), ('victori-', 'victori'), ('-', ''), ('-', ''), ('Medo-', 'Medo'), ('-', ''), ('Medo-', 'Medo'), ('rep-', 'rep'), ('displeas-', 'displeas'), ('irri-', 'irri')]
ST18851029-V11-41-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST18851029-V11-41-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ('-', '')]
ST18851029-V11-41-page9.txt: [('ap-', 'ap'), ('-very', 'very'), ('-', ''), ('-', ''), ('-', ''), ('can-', 'can'), ('-', ''), ('impor-', 'impor'), ('noth-', 'noth')]
ST18851105-V11-42-page1.txt: [('nat-', 'nat'), ('desti-', 'desti'), ('encour-', 'encour'), ('day-', 'day'), ('faith-', 'faith')]
ST18851105-V11-42-page10.txt: [('represent-', 'represent'), ('Confer-', 'Confer'), ('mis-', 'mis'), ('ob-', 'ob'), ('reorgani-', 'reorgani'), ('Dram-', 'Dram'), ('-Hugo', 'Hugo'), ('-', ''), ('contri-', 'contri'), ('sev-', 'sev'), ('dis-', 'dis'), ('appropri-', 'appropri')]
ST18851105-V11-42-page11.txt: [('-', ''), ('-the', 'the'), ('circu-', 'circu'), ('-', ''), ('pre-', 'pre'), ('chair-', 'chair'), ('confi-', 'confi'), ('merci-', 'merci'), ('in-', 'in'), ('advis-', 'advis'), ('Commit-', 'Commit'), ('ex-', 'ex'), ('guilty.-', 'guilty.')]
ST18851105-V11-42-page12.txt: [('NOTHITTG-', 'NOTHITTG'), ("to'Whit-", "to'Whit"), ('any-', 'any'), ('differ-', 'differ'), ('incredu-', 'incredu')]
ST18851105-V11-42-page13.txt: [('I-', 'I'), ('-', '')]
ST18851105-V11-42-page14.txt: [('Mor-', 'Mor'), ('ab-', 'ab'), ('-', ''), ('-', ''), ('clergy-', 'clergy'), ('Sum-', 'Sum'), ('natu-', 'natu'), ('dram-', 'dram'), ('dram-', 'dram')]
ST18851105-V11-42-page15.txt: [('strength-', 'strength'), ('com-', 'com'), ('be-', 'be'), ('-when', 'when'), ('-', ''), ('-', ''), ('-', ''), ('Den-', 'Den'), ('en-', 'en')]
ST18851105-V11-42-page16.txt: [('ques-', 'ques'), ('lib-', 'lib'), ('revoca-', 'revoca'), ('coun-', 'coun'), ('or-', 'or'), ('con-', 'con'), ('Prot-', 'Prot'), ('-', ''), ('har-', 'har')]
ST18851105-V11-42-page2.txt: [('righteous-', 'righteous'), ('con-', 'con'), ('-', ''), ('-of', 'of')]
ST18851105-V11-42-page3.txt: [('N--', 'N-'), ('disci-', 'disci'), ('dis-', 'dis'), ('world-', 'world'), ('im-', 'im')]
ST18851105-V11-42-page4.txt: [('-', ''), ('-', ''), ('prepara-', 'prepara'), ('en-', 'en'), ('-', ''), ('gradu-', 'gradu'), ('West-', 'West'), ('Tra-', 'Tra'), ('Cale-', 'Cale'), ('Dan-', 'Dan'), ('de-', 'de'), ('-', '')]
ST18851105-V11-42-page5.txt: [("and'invit-", "and'invit"), ('consum-', 'consum'), ('ulti-', 'ulti'), ('post-', 'post'), ('pie-', 'pie'), ('hoard-', 'hoard')]
ST18851105-V11-42-page6.txt: [('pos-', 'pos'), ('Po-', 'Po'), ('congrat-', 'congrat'), ('pres-', 'pres'), ('Sen-', 'Sen'), ('di-', 'di')]
ST18851105-V11-42-page7.txt: [('fol-', 'fol'), ('pa-', 'pa'), ('king-', 'king'), ('-', ''), ('af-', 'af'), ('af-', 'af'), ('put-', 'put')]
ST18851105-V11-42-page8.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18851105-V11-42-page9.txt: [('-inclinations', 'inclinations'), ('re-', 're'), ('-to', 'to')]
ST18851112-V11-43-page1.txt: [('vari-', 'vari'), ('pos-', 'pos'), ('-Co', 'Co'), ('second-', 'second'), ('adorn-', 'adorn'), ('indispensa-', 'indispensa')]
ST18851112-V11-43-page10.txt: [('em-', 'em'), ('peri-', 'peri'), ('whatso-', 'whatso'), ('-a', 'a'), ('in-', 'in'), ('-beT--"\'"', 'beT--"\'"'), ('-', ''), ('-', '')]
ST18851112-V11-43-page11.txt: [('disturb-', 'disturb'), ('re-', 're'), ('preach-', 'preach'), ('tecoat.-', 'tecoat.')]
ST18851112-V11-43-page12.txt: [('maga-', 'maga'), ('do-', 'do'), ('com-', 'com'), ('-', ''), ('-', '')]
ST18851112-V11-43-page13.txt: [('Consul-', 'Consul'), ('be-', 'be'), ('com-', 'com'), ('cov-', 'cov'), ('perform-', 'perform'), ('every-', 'every')]
ST18851112-V11-43-page14.txt: [('work-', 'work'), ('Galves-', 'Galves'), ('for-', 'for'), ('com-', 'com'), ('-pound', 'pound'), ('com-', 'com'), ('resolu-', 'resolu'), ('ordi-', 'ordi'), ('ship-', 'ship'), ('as-', 'as'), ('-', ''), ('resolu-', 'resolu')]
ST18851112-V11-43-page15.txt: [('fulfill-', 'fulfill'), ('.-', '.'), ('mr-', 'mr'), ('-PAGE', 'PAGE'), ('CIR-', 'CIR')]
ST18851112-V11-43-page16.txt: [('ex-', 'ex'), ('Inger-', 'Inger'), ('legal-', 'legal'), ('-', ''), ('im-', 'im'), ('-', ''), ('-', ''), ('-', '')]
ST18851112-V11-43-page2.txt: [('ceremo-', 'ceremo'), ('cere-', 'cere'), ('-', ''), ('cer-', 'cer'), ('-', ''), ('-', ''), ('-', ''), ('bury-', 'bury')]
ST18851112-V11-43-page3.txt: [('be-', 'be'), ('broth-', 'broth'), ('Script-', 'Script'), ('--lie', '-lie'), ('tele-', 'tele'), ('whis-', 'whis'), ('right-', 'right'), ('gov-', 'gov'), ('---He-is', '--He-is'), ('punish-', 'punish'), ('-', ''), ('princi-', 'princi'), ('de-', 'de'), ('knowl-', 'knowl')]
ST18851112-V11-43-page4.txt: [('king-', 'king'), ('-', ''), ('mus-', 'mus'), ('ev-', 'ev')]
ST18851112-V11-43-page5.txt: [('--', '-'), ('revela-', 'revela'), ('-', ''), ('pres-', 'pres'), ('in-', 'in'), ('rem-', 'rem'), ('mat-', 'mat'), ('supervis-', 'supervis'), ('redis-', 'redis'), ('jus-', 'jus')]
ST18851112-V11-43-page6.txt: [('-', ''), ('hun-', 'hun'), ('Austro-Rus-', 'Austro-Rus'), ('Ro-', 'Ro'), ('vol-', 'vol'), ('con-', 'con'), ('-', ''), ('suc-', 'suc'), ('ev-', 'ev'), ('pro-', 'pro'), ('pres-', 'pres')]
ST18851112-V11-43-page7.txt: [('-', ''), ('block-', 'block'), ('-', ''), ('peo-', 'peo'), ('-', ''), ('-the', 'the'), ('Ben-', 'Ben'), ('pos-', 'pos'), ('-', ''), ('-', ''), ('in-', 'in'), ('busi-', 'busi'), ('mer-', 'mer'), ('Manas-', 'Manas'), ('coun-', 'coun')]
ST18851112-V11-43-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('serv-', 'serv'), ('unbe-', 'unbe'), ('pro-', 'pro'), ('con-', 'con')]
ST18851112-V11-43-page9.txt: [('ad-', 'ad'), ('Col-', 'Col'), ('everlast-', 'everlast'), ('his-', 'his'), ('understand-', 'understand'), ('-', ''), ('num-', 'num')]
ST18851119-V11-44-page1.txt: [('ad-', 'ad'), ('-', ''), ('-to', 'to'), ('be-', 'be'), ('per-', 'per')]
ST18851119-V11-44-page10.txt: [('un-', 'un'), ('sev-', 'sev'), ('.twenty-', '.twenty'), ('at-', 'at'), ('Em-', 'Em'), ('Scan-', 'Scan'), ('gos-', 'gos'), ('Mat-', 'Mat'), ('repu-', 'repu')]
ST18851119-V11-44-page11.txt: [('op-', 'op'), ('missiona-', 'missiona'), ('cara-', 'cara'), ('dis-', 'dis')]
ST18851119-V11-44-page12.txt: [('L--', 'L-'), ('-but', 'but'), ('-by', 'by')]
ST18851119-V11-44-page13.txt: [('constitu-', 'constitu'), ('noth-', 'noth'), ('rum-', 'rum'), ('in-', 'in'), ('What-', 'What'), ('-', ''), ('-', '')]
ST18851119-V11-44-page14.txt: [('NEB.-', 'NEB.'), ('-', ''), ('--Says', '-Says'), ('isl-', 'isl'), ('ad-', 'ad'), ('six-', 'six'), ('rail-', 'rail'), ('hand-', 'hand'), ('-', '')]
ST18851119-V11-44-page15.txt: [('Bi-', 'Bi')]
ST18851119-V11-44-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18851119-V11-44-page2.txt: [('bless-', 'bless'), ('relig-', 'relig'), ('ttishonor-my-', 'ttishonor-my'), ('lit-', 'lit'), ('stay-', 'stay'), ('perfec-', 'perfec'), ('sep-', 'sep')]
ST18851119-V11-44-page3.txt: [('-', ''), ('con-', 'con'), ('meek-', 'meek'), ('in-', 'in'), ('-self', 'self'), ('him-', 'him'), ('con-', 'con'), ('-', '')]
ST18851119-V11-44-page4.txt: [('hun-', 'hun'), ('four-', 'four'), ('Mau-', 'Mau'), ('Ro-', 'Ro'), ('ex-', 'ex'), ('ac-', 'ac'), ('estab-', 'estab'), ('An-', 'An')]
ST18851119-V11-44-page5.txt: [('im-', 'im'), ('Govern-', 'Govern'), ('defi-', 'defi'), ('so-', 'so'), ('per-', 'per'), ('Chi-', 'Chi'), ('na-', 'na')]
ST18851119-V11-44-page6.txt: [('coun-', 'coun'), ('ffiabbath-', 'ffiabbath'), ('refer-', 'refer'), ('emi-', 'emi'), ('super-', 'super'), ('re-', 're'), ('in-', 'in'), ('-', '')]
ST18851119-V11-44-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('un-', 'un'), ('de-', 'de'), ('-', ''), ('-', ''), ('Sen-', 'Sen'), ('-', ''), ('-', '')]
ST18851119-V11-44-page8.txt: [('pres-', 'pres'), ('there-', 'there'), ('at-', 'at'), ('-', ''), ('fel-', 'fel'), ('concern-', 'concern')]
ST18851119-V11-44-page9.txt: [('-first', 'first'), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('pat-', 'pat'), ('teach-', 'teach'), ('Re-', 'Re')]
ST18851126-V11-45-page1.txt: [('Script-', 'Script'), ('-', ''), ('-buried', 'buried'), ('in-', 'in'), ('pur-', 'pur')]
ST18851126-V11-45-page10.txt: [('col-', 'col'), ('gen-', 'gen'), ('instruc-', 'instruc')]
ST18851126-V11-45-page11.txt: [('-', ''), ('dol-', 'dol'), ('Lough-', 'Lough'), ('proba-', 'proba'), ('Sabbath-', 'Sabbath'), ('humanity.-', 'humanity.'), ('be-', 'be'), ('for-', 'for')]
ST18851126-V11-45-page12.txt: [('monot-', 'monot')]
ST18851126-V11-45-page13.txt: [('-Union."', 'Union."'), ('-', ''), ('ev-', 'ev'), ('skat-', 'skat'), ('pe-', 'pe')]
ST18851126-V11-45-page14.txt: [('-', ''), ('Ritual-', 'Ritual'), ('half-', 'half'), ('es-', 'es'), ('de-', 'de'), ('--', '-'), ('--From', '-From'), ('-', ''), ('publi-', 'publi'), ('-', ''), ('legisla-', 'legisla')]
ST18851126-V11-45-page15.txt: [('DE-', 'DE'), ('TIME.-', 'TIME.'), ('-Or', 'Or'), ('Sab-', 'Sab'), ('-', ''), ('soy-', 'soy'), ('-', ''), ('Ser-', 'Ser')]
ST18851126-V11-45-page16.txt: [('ob-', 'ob'), ('-', ''), ('eigh-', 'eigh'), ('-', ''), ('-', ''), ('s--', 's-')]
ST18851126-V11-45-page2.txt: [('-', ''), ('thou-', 'thou'), ('posi-', 'posi'), ('En-', 'En'), ('sys-', 'sys'), ('Lushing-', 'Lushing'), ('pas-', 'pas'), ('destruc-', 'destruc'), ('main-', 'main'), ('tele-', 'tele')]
ST18851126-V11-45-page3.txt: [('pre-', 'pre'), ('re-', 're'), ('-', ''), ('re-', 're'), ('neigh-', 'neigh'), ('Faith-', 'Faith'), ('reg-', 'reg'), ('card-', 'card')]
ST18851126-V11-45-page4.txt: [('re-', 're'), ('as-', 'as'), ('exe-', 'exe'), ('in-', 'in'), ('occa-', 'occa'), ('press-', 'press'), ('-', ''), ('independ-', 'independ'), ('com-', 'com'), ('inter-', 'inter'), ('mul-', 'mul')]
ST18851126-V11-45-page5.txt: [('-', ''), ('en-', 'en'), ('-', ''), ('Israel-', 'Israel'), ('re-', 're'), ('argu-', 'argu')]
ST18851126-V11-45-page6.txt: [('rep-', 'rep'), ('possi-', 'possi'), ('desola-', 'desola'), ('stand-', 'stand'), ('-g', 'g'), ('-', ''), ('blas-', 'blas'), ('-', ''), ('-must', 'must'), ('con-', 'con'), ('pow-', 'pow'), ('sup-', 'sup'), ('lav-', 'lav'), ('flat-', 'flat'), ('incon-', 'incon'), ('-', ''), ('proba-', 'proba')]
ST18851126-V11-45-page7.txt: [('-', ''), ('-', ''), ('re-', 're'), ('con-', 'con'), ('-', ''), ('-', ''), ('Gib-', 'Gib'), ('ever-', 'ever'), ('-', ''), ('-', ''), ('permit-', 'permit'), ('-', ''), ('fbr-', 'fbr'), ('-', '')]
ST18851126-V11-45-page8.txt: [('-', ''), ('fin-', 'fin'), ('trav-', 'trav'), ('blind-', 'blind'), ('-', '')]
ST18851126-V11-45-page9.txt: [('an-', 'an'), ('"who-', '"who'), ('dis-', 'dis'), ('What-', 'What'), ('-when', 'when'), ('-doors', 'doors'), ('re-', 're'), ('-', ''), ('-', ''), ('-', '')]
ST18851203-V11-46-page1.txt: [('salva-', 'salva'), ('em-', 'em'), ('with-', 'with')]
ST18851203-V11-46-page10.txt: [('-', ''), ('-othing', 'othing'), ('-', ''), ('trans-', 'trans'), ('lend-', 'lend'), ('-', ''), ('-', ''), ('-', '')]
ST18851203-V11-46-page11.txt: [('En-', 'En'), ('-', ''), ('-', ''), ('-', ''), ('assem-', 'assem'), ('-', ''), ('ab-', 'ab')]
ST18851203-V11-46-page12.txt: [('Mo-', 'Mo'), ('cow-', 'cow'), ('Farm-', 'Farm'), ('pre-', 'pre'), ('chil-', 'chil'), ('-s', 's')]
ST18851203-V11-46-page13.txt: [('extrav-', 'extrav'), ('ex-', 'ex'), ('Van-', 'Van'), ('glut-', 'glut'), ('-', ''), ('-', ''), ('ob-', 'ob')]
ST18851203-V11-46-page14.txt: [('ban-', 'ban'), ('--The', '-The'), ('disestab-', 'disestab'), ('-', ''), ('har-', 'har'), ('conver-', 'conver'), ('pro-', 'pro'), ('Bel-', 'Bel'), ('Mada-', 'Mada'), ('proba-', 'proba')]
ST18851203-V11-46-page15.txt: [('gentle-', 'gentle'), ('Sab-', 'Sab'), ('--Jv', '-Jv'), ('W-', 'W'), ('--', '-'), ('-PAGE', 'PAGE'), ('CIR-', 'CIR')]
ST18851203-V11-46-page16.txt: [('Govern-', 'Govern'), ('-', ''), ('-', ''), ('wo-', 'wo'), ('-', ''), ('-', ''), ('-man', 'man'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('A-', 'A'), ('-r', 'r'), ('-', '')]
ST18851203-V11-46-page2.txt: [('Arkan-', 'Arkan'), ('ex-', 'ex'), ('in-', 'in'), ('circum-', 'circum'), ('Sun-', 'Sun')]
ST18851203-V11-46-page3.txt: [('pa-', 'pa'), ('-', ''), ('-', ''), ('-', ''), ('-school', 'school'), ('mem-', 'mem')]
ST18851203-V11-46-page4.txt: [('dan-', 'dan'), ('-', ''), ('-', ''), ('act-', 'act'), ('adminis-', 'adminis'), ('pre-', 'pre'), ('-', ''), ('idle-', 'idle'), ('-', ''), ('wind-', 'wind'), ('-', '')]
ST18851203-V11-46-page5.txt: [('govern-', 'govern'), ('-', ''), ('in-', 'in'), ('in-', 'in'), ('essen-', 'essen'), ('-', ''), ('-', ''), ('acknowl-', 'acknowl')]
ST18851203-V11-46-page6.txt: [('preroga-', 'preroga'), ('pro-', 'pro'), ('-', ''), ('-', ''), ('Re-', 'Re')]
ST18851203-V11-46-page7.txt: [('sud-', 'sud'), ('-and', 'and'), ('ex-', 'ex')]
ST18851203-V11-46-page8.txt: [('of-', 'of'), ('-', ''), ('same-', 'same'), ('-', '')]
ST18851203-V11-46-page9.txt: [('im-', 'im'), ('command-', 'command'), ('per-', 'per')]
ST18851210-V11-47-page1.txt: [('influ-', 'influ'), ('work-', 'work'), ('atten-', 'atten'), ('ac-', 'ac')]
ST18851210-V11-47-page10.txt: [('ex-', 'ex'), ('-', ''), ('sub-', 'sub'), ('command-', 'command')]
ST18851210-V11-47-page11.txt: [('"Quan-', '"Quan'), ('dis-', 'dis'), ('impres-', 'impres'), ('in-', 'in'), ('messen-', 'messen'), ('ex-', 'ex')]
ST18851210-V11-47-page12.txt: [('un-', 'un'), ('chil-', 'chil'), ('ab-', 'ab')]
ST18851210-V11-47-page13.txt: [('impres-', 'impres'), ('the-', 'the'), ('beer-', 'beer'), ('cal-', 'cal'), ('-', ''), ('continu-', 'continu'), ('known-', 'known'), ('man.-', 'man.'), ('pre-', 'pre'), ('let-', 'let'), ('wrong.-', 'wrong.')]
ST18851210-V11-47-page14.txt: [('-', ''), ('--That', '-That'), ('wine-', 'wine'), ('doc-', 'doc'), ('re-', 're'), ('En-', 'En'), ('revolu-', 'revolu'), ('knowl-', 'knowl')]
ST18851210-V11-47-page15.txt: [('-The', 'The'), ('-The', 'The'), ('Victo-', 'Victo'), ('-', ''), ('pres-', 'pres'), ('OUR-', 'OUR'), ('-Mrs', 'Mrs'), ('-', ''), ('-----', '----'), ('HAND-', 'HAND'), ('comma-', 'comma'), ('-', ''), ('pro-', 'pro')]
ST18851210-V11-47-page16.txt: [('-and', 'and'), ('Cath-', 'Cath'), ('impor-', 'impor'), ('-Bible', 'Bible'), ('govern-', 'govern'), ('--', '-'), ('confisca-', 'confisca'), ('-', ''), ('-', '')]
ST18851210-V11-47-page2.txt: [('be-', 'be'), ('-God.', 'God.'), ('-', ''), ('lit-', 'lit'), ('unau-', 'unau'), ('fals-', 'fals'), ('in-', 'in'), ('-he', 'he')]
ST18851210-V11-47-page3.txt: [('sub-', 'sub'), ('submis-', 'submis'), ('sus-', 'sus'), ('pray-', 'pray'), ('Vent-', 'Vent'), ('-', ''), ('noon-', 'noon'), ('ear-', 'ear'), ('will-', 'will')]
ST18851210-V11-47-page4.txt: [('se-', 'se'), ('-', ''), ('in-', 'in'), ('-', ''), ('un-', 'un'), ('-Goths', 'Goths'), ('com-', 'com'), ('plenti-', 'plenti'), ('conven-', 'conven'), ('Succes-', 'Succes'), ('-', ''), ('provin-', 'provin')]
ST18851210-V11-47-page5.txt: [('ear-', 'ear'), ('-but', 'but'), ('Treb-', 'Treb'), ('in-', 'in'), ('im-', 'im'), ('sensa-', 'sensa'), ('hand.-', 'hand.'), ('mag-', 'mag'), ('oc-', 'oc'), ('-', ''), ('-but', 'but')]
ST18851210-V11-47-page6.txt: [('alibath-', 'alibath'), ('proportion-', 'proportion'), ('stat-', 'stat'), ('speci-', 'speci'), ('al-', 'al'), ('imag-', 'imag'), ('re-', 're'), ('act-', 'act'), ('-', ''), ('recom-', 'recom'), ('-', ''), ('-', ''), ('An-', 'An'), ('-', ''), ('-', ''), ('re-', 're'), ('ad-', 'ad'), ('Chris-', 'Chris'), ('em-', 'em')]
ST18851210-V11-47-page7.txt: [('-', ''), ('-', ''), ('ex-', 'ex'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('un-', 'un'), ('-', ''), ('becom-', 'becom'), ('-', ''), ('-', ''), ('writ-', 'writ')]
ST18851210-V11-47-page8.txt: [('minis-', 'minis'), ('al-', 'al')]
ST18851210-V11-47-page9.txt: [('--', '-'), ('con-', 'con'), ('-', ''), ('exer-', 'exer')]
ST18851217-V11-48-page1.txt: [('-', ''), ('-overcoming', 'overcoming'), ('cher-', 'cher'), ('dor-', 'dor'), ('-try', 'try'), ('glories.-', 'glories.')]
ST18851217-V11-48-page10.txt: [('suf-', 'suf'), ('de-', 'de'), ('preach-', 'preach'), ('-', ''), ('-', ''), ('-', ''), ('immor-', 'immor'), ('pro-', 'pro'), ('Judg-', 'Judg'), ('-', ''), ('-', '')]
ST18851217-V11-48-page11.txt: [('oc-', 'oc'), ('de-', 'de'), ('therefore-', 'therefore'), ('-', ''), ('further-', 'further'), ('therefore-', 'therefore'), ('in-', 'in'), ('-', ''), ('reprehen-', 'reprehen'), ('an-', 'an'), ('therefore-', 'therefore')]
ST18851217-V11-48-page13.txt: [('-', ''), ('particu-', 'particu')]
ST18851217-V11-48-page14.txt: [('-ages', 'ages'), ('Mis-', 'Mis'), ('walk-', 'walk'), ('instruct-', 'instruct'), ('ob-', 'ob'), ('-', ''), ('princi-', 'princi')]
ST18851217-V11-48-page15.txt: [('DE-', 'DE'), ('-', ''), ('Cal-', 'Cal'), ('Beau-', 'Beau'), ('HAND-', 'HAND')]
ST18851217-V11-48-page16.txt: [('endeav-', 'endeav'), ('institu-', 'institu'), ('-', ''), ('-those', 'those'), ('peo-', 'peo'), ('gratify-', 'gratify'), ('-', ''), ('Cantor-', 'Cantor'), ('TH-', 'TH')]
ST18851217-V11-48-page2.txt: [('examin-', 'examin'), ('Je-', 'Je'), ('in-', 'in'), ('claim-', 'claim'), ('individ-', 'individ'), ('-perto', 'perto'), ('knowl-', 'knowl')]
ST18851217-V11-48-page3.txt: [('heav-', 'heav'), ('ac-', 'ac'), ('-', ''), ('-', ''), ('in-', 'in'), ('dis-', 'dis'), ('un-', 'un')]
ST18851217-V11-48-page4.txt: [('hon-', 'hon'), ('expe-', 'expe'), ('-', ''), ('assassin-', 'assassin')]
ST18851217-V11-48-page5.txt: [('-', ''), ('pres-', 'pres'), ('god-', 'god'), ('se-', 'se'), ('death-', 'death'), ('ap-', 'ap')]
ST18851217-V11-48-page6.txt: [('Babylon-', 'Babylon'), ('Per-', 'Per'), ('-', ''), ('-', ''), ('-', ''), ('wa-', 'wa'), ('-', ''), ('-when.', 'when.'), ('-', ''), ('-', '')]
ST18851217-V11-48-page7.txt: [('state-', 'state'), ('in-', 'in'), ('-beheld', 'beheld'), ('-', ''), ('un-', 'un'), ('con-', 'con'), ('-', ''), ('anxi-', 'anxi'), ('inter-', 'inter'), ('-comes', 'comes')]
ST18851217-V11-48-page8.txt: [('-', ''), ('un-', 'un'), ('es-', 'es'), ('-they', 'they'), ('ab-', 'ab')]
ST18851217-V11-48-page9.txt: [('pur-', 'pur'), ('An-', 'An'), ('illus-', 'illus'), ('command-', 'command'), ('be-', 'be'), ('gen-', 'gen')]
ST18851224-V11-49-page1.txt: [('hav-', 'hav'), ('develop-', 'develop')]
ST18851224-V11-49-page10.txt: [('eter-', 'eter'), ('thrall-', 'thrall'), ('---', '--'), ('inevita-', 'inevita'), ('an-', 'an'), ('fol-', 'fol'), ('con-', 'con')]
ST18851224-V11-49-page11.txt: [('-', ''), ('Tran-', 'Tran'), ('-L-excuse', 'L-excuse'), ('-bodies', 'bodies'), ('-', ''), ("--'s", "-'s"), ('-', ''), ('vil-', 'vil'), ('-', '')]
ST18851224-V11-49-page12.txt: [('-a', 'a'), ('re-', 're'), ('-foot', 'foot'), ('-to', 'to'), ('-fire', 'fire'), ('-', ''), ('includ-', 'includ')]
ST18851224-V11-49-page13.txt: [('PREVEN-', 'PREVEN'), ('--And', '-And'), ('Deal-', 'Deal'), ('-', ''), ('-page', 'page'), ('CAL-', 'CAL'), ('-mo.', 'mo.'), ('can-', 'can')]
ST18851224-V11-49-page14.txt: [('Beer-', 'Beer'), ('Knowl-', 'Knowl'), ('Mis-', 'Mis'), ('He-', 'He'), ('Read-', 'Read'), ('Prayer-Meet-', 'Prayer-Meet'), ('Associa-', 'Associa'), ('-', ''), ('-.', '.'), ('S--', 'S-'), ('Govern-', 'Govern'), ('Economy-', 'Economy')]
ST18851224-V11-49-page15.txt: [('---.mmil', '--.mmil'), ('or-', 'or'), ('Mis-', 'Mis'), ('-', ''), ('Testa-', 'Testa'), ('-The', 'The'), ('Piny-', 'Piny'), ('-Schools', 'Schools'), ('Cathol-', 'Cathol'), ('-', ''), ('Camp-', 'Camp'), ('-', ''), ('Times"-', 'Times"'), ('lop-', 'lop')]
ST18851224-V11-49-page16.txt: [('trace-', 'trace'), ('Script-', 'Script'), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('.-', '.'), ("v'-", "v'"), ('-PAGE', 'PAGE'), ('CIR-', 'CIR')]
ST18851224-V11-49-page2.txt: [('Fa-', 'Fa'), ('tres-', 'tres'), ('-', ''), ('--.', '-.'), ('-', ''), ('con-', 'con'), ('re-', 're'), ('-"', '"'), ('be-', 'be')]
ST18851224-V11-49-page3.txt: [('-', ''), ('remain-', 'remain'), ('-learn', 'learn'), ('-', ''), ('-', ''), ('circum-', 'circum'), ('ex-', 'ex'), ('-it', 'it'), ('-benefit', 'benefit'), ('-which', 'which'), ('dan-', 'dan'), ('-while', 'while'), ('shad-', 'shad')]
ST18851224-V11-49-page4.txt: [('Nais-', 'Nais'), ('diffi-', 'diffi'), ('-victorious', 'victorious'), ('bat-', 'bat'), ('oc-', 'oc'), ('-mighty', 'mighty'), ('influ-', 'influ'), ('con-', 'con'), ('re-', 're')]
ST18851224-V11-49-page5.txt: [('hypo-', 'hypo'), ('mat-', 'mat'), ('-', ''), ('-', ''), ('es-', 'es'), ('su-', 'su'), ('Protest-', 'Protest')]
ST18851224-V11-49-page6.txt: [('com-', 'com'), ('-', ''), ('al-', 'al'), ('-the', 'the'), ('Hui-', 'Hui'), ('Manas-', 'Manas'), ('-', ''), ('giv-', 'giv'), ('ex-', 'ex'), ('And-', 'And'), ('-', ''), ('re-', 're'), ('pierc-', 'pierc')]
ST18851224-V11-49-page7.txt: [('recommend-', 'recommend'), ('-', ''), ('cele-', 'cele'), ('-', ''), ('ap-', 'ap'), ('in-', 'in'), ('recommenda-', 'recommenda'), ('-', ''), ('au-', 'au'), ('-', '')]
ST18851224-V11-49-page8.txt: [('for-', 'for'), ('-', ''), ('-', ''), ('symbols--', 'symbols-'), ('Nebuchadnez-', 'Nebuchadnez'), ('-', ''), ('Ac-', 'Ac'), ('-', ''), ('-', '')]
ST18851224-V11-49-page9.txt: [('-which', 'which'), ('right-', 'right'), ('-The', 'The'), ('sub-', 'sub'), ('-', ''), ('----the', '---the'), ('be-', 'be')]
ST18860114-V12-02-page1.txt: [('GI-', 'GI'), ('en-', 'en'), ('at-', 'at'), ('be-', 'be')]
ST18860114-V12-02-page10.txt: [('neces-', 'neces'), ('-messengers', 'messengers'), ('temper-', 'temper'), ('get-', 'get'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Chal-', 'Chal')]
ST18860114-V12-02-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('of-', 'of'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', '')]
ST18860114-V12-02-page12.txt: [('any-', 'any'), ('oth-', 'oth')]
ST18860114-V12-02-page13.txt: [('-that', 'that'), ('affec-', 'affec'), ('de-', 'de'), ("'Black-", "'Black"), ('in-', 'in'), ('en-', 'en')]
ST18860114-V12-02-page14.txt: [('operat-', 'operat'), ('al-', 'al'), ('la-', 'la'), ('pre-', 'pre'), ('Turk-', 'Turk'), ('-', ''), ('"posi-', '"posi'), ('min-', 'min'), ('-', ''), ('-', ''), ('-', '')]
ST18860114-V12-02-page15.txt: [('-', ''), ('-', ''), ('Society-', 'Society'), ('ociety-', 'ociety'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('pam-', 'pam'), ('-page', 'page'), ('ei-', 'ei'), ('Coun-', 'Coun'), ('itwould-', 'itwould'), ('-page', 'page'), ('-', ''), ('-', ''), ('.-', '.'), ('-page', 'page'), ('speci-', 'speci'), ('su-', 'su'), ('RE-', 'RE'), ('-something', 'something'), ('peace-', 'peace'), ('unlim-', 'unlim')]
ST18860114-V12-02-page16.txt: [('associa-', 'associa'), ('public-', 'public'), ('-To', 'To'), ('-', ''), ('-degrees', 'degrees'), ('Minne-', 'Minne'), ('tPle-', 'tPle'), ('-', ''), ('Da-', 'Da')]
ST18860114-V12-02-page2.txt: [('puz-', 'puz')]
ST18860114-V12-02-page3.txt: [('-', ''), ('Bel-', 'Bel'), ('combat-', 'combat'), ('"fol-', '"fol'), ('-to', 'to'), ('dif-', 'dif'), ('lumin-', 'lumin')]
ST18860114-V12-02-page4.txt: [('swar-', 'swar'), ('ordi-', 'ordi'), ('ap-', 'ap'), ('merchan-', 'merchan'), ('-', '')]
ST18860114-V12-02-page5.txt: [('Isaac.--', 'Isaac.-'), ('com-', 'com'), ('al-', 'al'), ('-', ''), ('infi-', 'infi'), ('Salva-', 'Salva'), ('au-', 'au'), ('ful-', 'ful')]
ST18860114-V12-02-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('posses-', 'posses'), ('prophe-', 'prophe'), ('-', ''), ('re-', 're'), ('-', ''), ('bright-', 'bright'), ('-', ''), ('-', '')]
ST18860114-V12-02-page7.txt: [('-', ''), ('peo-', 'peo'), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('relat-', 'relat'), ('ex-', 'ex'), ('-', ''), ('-', '')]
ST18860114-V12-02-page8.txt: [('re-', 're'), ('-', ''), ('recommen-', 'recommen'), ('Where-', 'Where'), ('t-', 't'), ('non-', 'non'), ('in-', 'in')]
ST18860114-V12-02-page9.txt: [('for-', 'for'), ('treas-', 'treas'), ('-our', 'our')]
ST18860121-V12-03-page1.txt: [('com-', 'com'), ('-swiftly', 'swiftly'), ('pre-', 'pre'), ('deepen-', 'deepen'), ('ex-', 'ex')]
ST18860121-V12-03-page10.txt: [('jour-', 'jour'), ('cof-', 'cof'), ('-', ''), ('accom-', 'accom'), ('vege-', 'vege'), ('-', ''), ('Merodach-baladan--', 'Merodach-baladan-'), ('Da-', 'Da'), ('accom-', 'accom'), ('-', ''), ('-', '')]
ST18860121-V12-03-page11.txt: [('-He', 'He'), ('-', ''), ('-', ''), ('car-', 'car'), ('-we', 'we'), ('over-', 'over'), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-Since', 'Since'), ('-To', 'To')]
ST18860121-V12-03-page12.txt: [('pet-', 'pet'), ('in-', 'in'), ('an-', 'an'), ('tak-', 'tak'), ('companion-', 'companion'), ('an-', 'an')]
ST18860121-V12-03-page13.txt: [('Cor-', 'Cor'), ('suc-', 'suc'), ('ex-', 'ex'), ('au-', 'au')]
ST18860121-V12-03-page14.txt: [('--A', '-A'), ('mil-', 'mil'), ('Chi-', 'Chi'), ('dis-', 'dis'), ('resi-', 'resi'), ('Constanti-', 'Constanti'), ('Quak-', 'Quak'), ('Washing-', 'Washing'), ('seri-', 'seri'), ('solu-', 'solu'), ('re-', 're')]
ST18860121-V12-03-page15.txt: [('-', ''), ('institu-', 'institu'), ('-page', 'page'), ('-On', 'On'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('ex-', 'ex'), ('-page', 'page'), ('de-', 'de'), ('sup-', 'sup'), ('dem-', 'dem'), ('trust-', 'trust')]
ST18860121-V12-03-page16.txt: [('vindi-', 'vindi'), ('de-', 'de'), ('inhab-', 'inhab'), ('vio-', 'vio'), ('jour-', 'jour'), ('-', '')]
ST18860121-V12-03-page2.txt: [('invis-', 'invis'), ('Author-', 'Author'), ('his-', 'his')]
ST18860121-V12-03-page3.txt: [('in-', 'in'), ('low-', 'low'), ('mill-', 'mill'), ('stub-', 'stub'), ('-', '')]
ST18860121-V12-03-page4.txt: [('bar-', 'bar'), ('ap-', 'ap'), ('atten-', 'atten')]
ST18860121-V12-03-page5.txt: [('--these', '-these'), ('conversa-', 'conversa'), ('--', '-'), ('at-', 'at'), ('-', ''), ('descrip-', 'descrip'), ('responsibil-', 'responsibil'), ('sel-', 'sel')]
ST18860121-V12-03-page6.txt: [('ene-', 'ene'), ('ex-', 'ex'), ('can-', 'can'), ('suffer-', 'suffer')]
ST18860121-V12-03-page7.txt: [('compari-', 'compari'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860121-V12-03-page8.txt: [('-', ''), ('chil-', 'chil'), ('relig-', 'relig'), ('Phar-', 'Phar'), ('ex-', 'ex'), ('mission-', 'mission')]
ST18860121-V12-03-page9.txt: [('-', ''), ('cry-', 'cry'), ('sing-', 'sing'), ('peo-', 'peo')]
ST18860128-V12-04-page1.txt: [('teach-', 'teach'), ('entreating-', 'entreating')]
ST18860128-V12-04-page10.txt: [('-', ''), ('relig-', 'relig')]
ST18860128-V12-04-page11.txt: [('-', ''), ('Nebuchadnez-', 'Nebuchadnez'), ('offi-', 'offi'), ('-was', 'was'), ('fount-', 'fount'), ('-', ''), ('im-', 'im'), ('command-', 'command'), ('-By', 'By'), ('every-', 'every'), ('wor-', 'wor'), ('ingra-', 'ingra'), ('-', ''), ('re-', 're'), ('-', '')]
ST18860128-V12-04-page12.txt: [('NOTHING-', 'NOTHING'), ('de-', 'de'), ('im-', 'im'), ('out-', 'out'), ('-', '')]
ST18860128-V12-04-page13.txt: [('Ian-', 'Ian'), ('-----ga', '----ga'), ('tem-', 'tem'), ('suc-', 'suc'), ('nat-', 'nat'), ('phys-', 'phys'), ('improve-', 'improve')]
ST18860128-V12-04-page14.txt: [('com-', 'com'), ('estab-', 'estab'), ('pub-', 'pub'), ('-', ''), ('edify-', 'edify'), ('subse-', 'subse'), ('pres-', 'pres'), ('num-', 'num'), ('be-', 'be'), ('Or-', 'Or'), ('South-', 'South'), ('wor-', 'wor')]
ST18860128-V12-04-page15.txt: [('-page', 'page'), ('post-', 'post'), ('------', '-----'), ('-page', 'page'), ('-', ''), ('al-', 'al'), ('Chris-', 'Chris'), ('mis-', 'mis'), ('Amer-', 'Amer')]
ST18860128-V12-04-page16.txt: [('.----', '.---'), ('-', '')]
ST18860128-V12-04-page2.txt: [('glori-', 'glori'), ('narra-', 'narra'), ('cru-', 'cru'), ('es-', 'es'), ('-', ''), ('command-', 'command'), ('pas-', 'pas'), ('de-', 'de'), ('be-', 'be'), ('-', '')]
ST18860128-V12-04-page3.txt: [('can-', 'can'), ('-', ''), ('Re-', 'Re'), ('-trought', 'trought'), ('-', ''), ('-', ''), ('Amer-', 'Amer'), ('ac-', 'ac'), ('mak-', 'mak'), ('es-', 'es')]
ST18860128-V12-04-page4.txt: [('oppres-', 'oppres'), ('lust-', 'lust'), ('bene-', 'bene'), ('-a', 'a'), ('in-', 'in'), ('front-', 'front'), ('ob-', 'ob'), ('re-', 're'), ('un-', 'un')]
ST18860128-V12-04-page5.txt: [('com-', 'com'), ('com-', 'com'), ('ap-', 'ap'), ('con-', 'con'), ('who-', 'who')]
ST18860128-V12-04-page6.txt: [('-', ''), ('prin-', 'prin'), ('unmis-', 'unmis'), ('-', ''), ('de-', 'de'), ('-', ''), ('sorrow-', 'sorrow')]
ST18860128-V12-04-page7.txt: [('infi-', 'infi'), ('re-', 're'), ('-', ''), ('-', ''), ('Seventh-', 'Seventh'), ('confi-', 'confi'), ('bear-', 'bear'), ('-', ''), ('judg-', 'judg')]
ST18860128-V12-04-page8.txt: [('crea-', 'crea'), ('any-', 'any'), ('com-', 'com')]
ST18860128-V12-04-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860204-V12-05-page1.txt: [('af-', 'af'), ('endur-', 'endur')]
ST18860204-V12-05-page10.txt: [('withagony-', 'withagony'), ('-', ''), ('morn-', 'morn'), ('sin-', 'sin'), ('-', ''), ('as-', 'as'), ('-', ''), ('-', ''), ('Baby-', 'Baby')]
ST18860204-V12-05-page11.txt: [('circum-', 'circum'), ('cele-', 'cele'), ('-Heb.', 'Heb.'), ('-', ''), ('re-', 're'), ('-', ''), ('them-', 'them'), ('-', ''), ('-', ''), ('-', ''), ('remem-', 'remem'), ('-', ''), ('any-', 'any')]
ST18860204-V12-05-page12.txt: [('com-', 'com'), ('-', ''), ('to-', 'to'), ('in-', 'in')]
ST18860204-V12-05-page13.txt: [('author-', 'author'), ('pa-', 'pa'), ('po-', 'po')]
ST18860204-V12-05-page14.txt: [('stu-', 'stu'), ('prov-', 'prov'), ('any-', 'any'), ('vis-', 'vis'), ('sec-', 'sec'), ('educa-', 'educa'), ('peace-', 'peace'), ('-', ''), ('an-', 'an'), ('chil-', 'chil')]
ST18860204-V12-05-page15.txt: [('every-', 'every'), ('Society-', 'Society'), ('society--', 'society-'), ('Society-', 'Society'), ('Socitty-', 'Socitty'), ('Society-', 'Society'), ('Society-', 'Society'), ('Columbia-', 'Columbia'), ('-U.', 'U.'), ('Society-', 'Society'), ('ex-', 'ex'), ('-', ''), ('salva-', 'salva')]
ST18860204-V12-05-page16.txt: [('last-', 'last'), ('sub-', 'sub'), ('al-', 'al'), ('Lecture-liall.-', 'Lecture-liall.'), ('-', ''), ('-', '')]
ST18860204-V12-05-page2.txt: [('lit-', 'lit'), ('cer-', 'cer'), ('dili-', 'dili'), ('pro-', 'pro'), ('tes-', 'tes')]
ST18860204-V12-05-page3.txt: [('re-', 're')]
ST18860204-V12-05-page4.txt: [('re-', 're'), ('press-', 'press'), ('exer-', 'exer')]
ST18860204-V12-05-page5.txt: [('-', '')]
ST18860204-V12-05-page6.txt: [('-', ''), ('individu-', 'individu'), ('op-', 'op'), ('-', ''), ('-', ''), ('litera-', 'litera')]
ST18860204-V12-05-page7.txt: [('com-', 'com'), ('ques-', 'ques'), ("'con-", "'con"), ('ad-', 'ad'), ('re-', 're'), ('In-', 'In')]
ST18860204-V12-05-page8.txt: [('es-', 'es'), ('-', ''), ('com-', 'com'), ('command-', 'command')]
ST18860204-V12-05-page9.txt: [('pre-Mo-', 'pre-Mo'), ('an-', 'an'), ('corn-', 'corn'), ('corn-', 'corn'), ('Amer-', 'Amer'), ('some-', 'some'), ('de-', 'de'), ('ac-', 'ac'), ('dis-', 'dis')]
ST18860211-V12-06-page1.txt: [('-', ''), ('day--', 'day-'), ('testi-', 'testi')]
ST18860211-V12-06-page10.txt: [('-convenient', 'convenient'), ('.demp-', '.demp'), ('-', ''), ('-', ''), ('re-', 're'), ('pleas-', 'pleas')]
ST18860211-V12-06-page11.txt: [('re-', 're'), ('-Cyrus', 'Cyrus'), ('-', ''), ('-', ''), ('-C', 'C'), ('-', ''), ('women-', 'women'), ('chap-', 'chap'), ('-', '')]
ST18860211-V12-06-page12.txt: [('cheer-', 'cheer'), ('refine-', 'refine'), ('pres-', 'pres'), ('-dollar', 'dollar'), ('of-', 'of')]
ST18860211-V12-06-page13.txt: [('mod-', 'mod'), ('expen-', 'expen'), ('wine-', 'wine'), ('-', ''), ('in-', 'in'), ('-', ''), ('dis-', 'dis')]
ST18860211-V12-06-page14.txt: [('--', '-'), ('-', ''), ('Commis-', 'Commis'), ('south-', 'south'), ('sup-', 'sup')]
ST18860211-V12-06-page15.txt: [('Turco-', 'Turco'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-page', 'page'), ('SCIEN-', 'SCIEN'), ('Society-', 'Society'), ('ociety-', 'ociety'), ('Society-', 'Society'), ('pam-', 'pam'), ('-page', 'page'), ('phi-', 'phi'), ('chem-', 'chem')]
ST18860211-V12-06-page16.txt: [('Col-', 'Col'), ('-', ''), ('unlim-', 'unlim'), ('-', ''), ('favor-', 'favor'), ('Ad-', 'Ad'), ('Trans-', 'Trans'), ('semi-relig-', 'semi-relig'), ('lul-', 'lul'), ('irrele-', 'irrele'), ('prohibition-', 'prohibition')]
ST18860211-V12-06-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-men', 'men'), ('in-', 'in'), ('un-', 'un'), ('jus-', 'jus'), ('-', ''), ('ex-', 'ex'), ('-', ''), ('remark-', 'remark')]
ST18860211-V12-06-page3.txt: [('pos-', 'pos'), ('Fa-', 'Fa'), ('simil-', 'simil'), ('suf-', 'suf'), ('con-', 'con'), ('dis-', 'dis'), ('ec-', 'ec')]
ST18860211-V12-06-page4.txt: [('mis-', 'mis'), ('sus-', 'sus'), ('provin-', 'provin'), ('Rich-', 'Rich'), ('experi-', 'experi'), ('mod-', 'mod')]
ST18860211-V12-06-page5.txt: [('com-', 'com'), ('opportu-', 'opportu'), ('pel.---', 'pel.--'), ('-', ''), ('-', ''), ('-whatever', 'whatever')]
ST18860211-V12-06-page6.txt: [('resurrec-', 'resurrec'), ('resur-', 'resur'), ('resur-', 'resur'), ('-', ''), ('"Re-', '"Re'), ('-', '')]
ST18860211-V12-06-page7.txt: [('ques-', 'ques'), ('-', ''), ('con-', 'con'), ('-', ''), ('Noth-', 'Noth')]
ST18860211-V12-06-page8.txt: [('-', ''), ('pro-', 'pro'), ('-', ''), ('sup-', 'sup'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('for-', 'for')]
ST18860211-V12-06-page9.txt: [('sub-', 'sub'), ('-', '')]
ST18860218-V12-07-page10.txt: [('-', ''), ('-was', 'was'), ('is-', 'is'), ('-the', 'the'), ('for-', 'for'), ('ac-', 'ac'), ('-', ''), ('-', ''), ('-', ''), ('Sa-', 'Sa'), ('oil.-', 'oil.'), ('in-', 'in'), ('rem-', 'rem'), ('seri-', 'seri'), ('-', '')]
ST18860218-V12-07-page11.txt: [('un-', 'un'), ('-', ''), ('-', ''), ('-', ''), ('explana-', 'explana'), ('vis-', 'vis'), ('applies-', 'applies'), ('four-', 'four'), ('-', ''), ('-', ''), ('sanct-', 'sanct'), ('-', ''), ('hin-', 'hin'), ('-will', 'will'), ('Ger-', 'Ger'), ('sev-', 'sev'), ('vis-', 'vis'), ('evi-', 'evi'), ('cov-', 'cov')]
ST18860218-V12-07-page12.txt: [('learn-', 'learn'), ('giv-', 'giv'), ('impor-', 'impor')]
ST18860218-V12-07-page13.txt: [('FEHHUAM-', 'FEHHUAM'), ('deter-', 'deter'), ('politi-', 'politi'), ('-.', '.'), ('fol-', 'fol')]
ST18860218-V12-07-page14.txt: [('-', ''), ('lacto-', 'lacto'), ('--United', '-United'), ('work-', 'work')]
ST18860218-V12-07-page15.txt: [('Society-', 'Society'), ('-ociety-', 'ociety-'), ('Ques-', 'Ques'), ('Broadway-', 'Broadway'), ('-railroad', 'railroad'), ('VP-', 'VP'), ('England-', 'England'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('lety-', 'lety')]
ST18860218-V12-07-page16.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('for-', 'for'), ('journal-', 'journal'), ('culi-', 'culi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860218-V12-07-page2.txt: [('re-', 're'), ('curs-', 'curs'), ('av-', 'av'), ('-argument', 'argument'), ('remem-', 'remem'), ('-', '')]
ST18860218-V12-07-page3.txt: [('-others', 'others'), ("imp'-", "imp'"), ('en-', 'en'), ('Ab-', 'Ab'), ('ac-', 'ac')]
ST18860218-V12-07-page4.txt: [('-', ''), ('so-', 'so'), ('advan-', 'advan'), ('tem-', 'tem'), ('-', '')]
ST18860218-V12-07-page5.txt: [('mis-', 'mis'), ('pas-', 'pas'), ('Sabbath-', 'Sabbath'), ('civ-', 'civ'), ('recog-', 'recog'), ('Dun-', 'Dun'), ('mur-', 'mur'), ('pic-', 'pic'), ('bur-', 'bur'), ('help-', 'help')]
ST18860218-V12-07-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('corrupti-', 'corrupti'), ('-', ''), ('in-', 'in')]
ST18860218-V12-07-page7.txt: [('well-', 'well'), ('-', '')]
ST18860218-V12-07-page8.txt: [('con-', 'con'), ('-', ''), ('-', ''), ('al-', 'al'), ('-', '')]
ST18860218-V12-07-page9.txt: [('com-', 'com')]
ST18860225-V12-08-page1.txt: [('com-', 'com')]
ST18860225-V12-08-page10.txt: [('or-', 'or'), ('Sabbath-', 'Sabbath'), ('be-', 'be'), ('neg-', 'neg'), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('communica-', 'communica')]
ST18860225-V12-08-page11.txt: [('-', ''), ('Jerusa-', 'Jerusa'), ('-', ''), ('-', ''), ('there-', 'there'), ('cap-', 'cap'), ('ad-', 'ad'), ('counsel-', 'counsel'), ('com-', 'com'), ('-', ''), ('-', ''), ('-', ''), ('Dan-', 'Dan')]
ST18860225-V12-08-page12.txt: [('over-', 'over'), ('sur-', 'sur'), ('in-', 'in'), ('with-', 'with'), ('busi-', 'busi'), ('class-', 'class'), ('How-', 'How')]
ST18860225-V12-08-page13.txt: [('per-', 'per'), ('not-', 'not'), ('busi-', 'busi'), ('annoy-', 'annoy'), ('--ipmmusp', '-ipmmusp'), ('poi-', 'poi'), ('con-', 'con')]
ST18860225-V12-08-page14.txt: [('pre-', 'pre'), ('-', ''), ('one-', 'one'), ('Cath-', 'Cath'), ('Govern-', 'Govern'), ('-temperance', 'temperance'), ('"appre-', '"appre'), ('obtain-', 'obtain'), ('Massa-', 'Massa'), ('-ablest', 'ablest'), ('in-', 'in')]
ST18860225-V12-08-page15.txt: [("-.EN'TS", ".EN'TS"), ('-', ''), ('Society-', 'Society'), ('ociety-', 'ociety'), ('Society-', 'Society'), ('DE-', 'DE'), ('unin-', 'unin'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Con-', 'Con'), ('bap-', 'bap'), ('-', ''), ('-', ''), ('ena-', 'ena')]
ST18860225-V12-08-page16.txt: [('-', ''), ('-', ''), ('-page', 'page'), ('ap-', 'ap'), ('ab-', 'ab')]
ST18860225-V12-08-page2.txt: [('teach-', 'teach'), ('an-', 'an'), ('obser-', 'obser'), ('pursu-', 'pursu'), ('when-', 'when')]
ST18860225-V12-08-page3.txt: [('-and', 'and'), ('be-', 'be'), ('con-', 'con'), ('bond-', 'bond'), ('dis-', 'dis'), ('long-', 'long'), ('wilder-', 'wilder'), ('evi-', 'evi'), ('them-', 'them'), ('be-', 'be')]
ST18860225-V12-08-page4.txt: [('-Rbium', 'Rbium')]
ST18860225-V12-08-page5.txt: [('Chris-', 'Chris'), ('Bap-', 'Bap'), ('Bi-', 'Bi'), ('pro-', 'pro')]
ST18860225-V12-08-page6.txt: [('-VoL.', 'VoL.'), ('third-', 'third'), ('Geor-', 'Geor'), ('-If', 'If'), ('de-', 'de'), ('Gov-', 'Gov'), ('unani-', 'unani'), ('prohibition-', 'prohibition')]
ST18860225-V12-08-page7.txt: [('accom-', 'accom'), ('ob-', 'ob'), ('dark-', 'dark')]
ST18860225-V12-08-page8.txt: [('him-', 'him'), ('fol-', 'fol'), ('weekly-', 'weekly'), ('Abid-', 'Abid'), ('at-', 'at')]
ST18860225-V12-08-page9.txt: [('-', ''), ('-', ''), ('--', '-'), ('high-', 'high'), ('de-', 'de')]
ST18860304-V12-09-page1.txt: [('remem-', 'remem'), ('Con-', 'Con'), ('argu-', 'argu'), ('law-', 'law'), ('opin-', 'opin')]
ST18860304-V12-09-page10.txt: [('-', ''), ('-', ''), ('Ahasue-', 'Ahasue'), ('nat-', 'nat'), ('-', ''), ('-', '')]
ST18860304-V12-09-page11.txt: [('-', ''), ('con-', 'con'), ('differ-', 'differ'), ('-', '')]
ST18860304-V12-09-page12.txt: [('Or-', 'Or'), ('-will', 'will'), ('flan-', 'flan'), ('gentle-', 'gentle')]
ST18860304-V12-09-page13.txt: [('de-', 'de'), ('regard-', 'regard')]
ST18860304-V12-09-page14.txt: [('-', ''), ('-', ''), ('Govern-', 'Govern'), ('esti-', 'esti'), ('Fran-', 'Fran'), ('mis-', 'mis'), ('Flor-', 'Flor'), ('suc-', 'suc'), ('-', ''), ('moor-', 'moor'), ('grow-', 'grow'), ('-', '')]
ST18860304-V12-09-page15.txt: [('Society-', 'Society'), ('oeiety-', 'oeiety'), ('Society-', 'Society'), ('IN-', 'IN'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Refor-', 'Refor'), ('-page', 'page'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860304-V12-09-page16.txt: [('occu-', 'occu'), ('hes-', 'hes'), ('mis-', 'mis'), ('for-', 'for')]
ST18860304-V12-09-page2.txt: [('au-', 'au'), ('martyr-', 'martyr'), ('Chris-', 'Chris'), ('Chris-', 'Chris'), ('--so', '-so'), ('ex-', 'ex'), ('Dom-', 'Dom'), ('furtherance.-', 'furtherance.'), ('desi-', 'desi'), ('pri-', 'pri')]
ST18860304-V12-09-page3.txt: [('ar-', 'ar'), ('shame-', 'shame'), ('dis-', 'dis'), ('under-', 'under'), ('-', ''), ('convic-', 'convic')]
ST18860304-V12-09-page4.txt: [('sus-', 'sus'), ('-', ''), ('impos-', 'impos'), ('mis-', 'mis'), ('hor-', 'hor'), ('sub-', 'sub'), ('satis-', 'satis'), ('who-', 'who'), ('re-', 're'), ('barba-', 'barba')]
ST18860304-V12-09-page5.txt: [('con-', 'con'), ('vi-', 'vi'), ('see-', 'see'), ('re-', 're')]
ST18860304-V12-09-page6.txt: [('-', ''), ('com-', 'com'), ('Sun-', 'Sun'), ('-', ''), ('-', ''), ('-', '')]
ST18860304-V12-09-page7.txt: [('everlast-', 'everlast'), ('-', ''), ('-', ''), ('-', ''), ('Presbyte-', 'Presbyte'), ('neces-', 'neces'), ('utter-', 'utter'), ('imi-', 'imi')]
ST18860304-V12-09-page8.txt: [('im-', 'im'), ('-man', 'man'), ('ex-', 'ex'), ('-', '')]
ST18860304-V12-09-page9.txt: [('-', ''), ('minis-', 'minis'), ('dis-', 'dis'), ('Bible-', 'Bible')]
ST18860311-V12-10-page1.txt: [('-', ''), ('self-con-', 'self-con'), ('wis-', 'wis'), ('mother-', 'mother'), ('-', '')]
ST18860311-V12-10-page10.txt: [('do-', 'do'), ('Gen-', 'Gen')]
ST18860311-V12-10-page11.txt: [('dig-', 'dig'), ('Her-', 'Her'), ('-', ''), ('-', ''), ('grandpar-', 'grandpar'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-e.', 'e.'), ('lan-', 'lan'), ('-earth', 'earth'), ('Ps.-', 'Ps.')]
ST18860311-V12-10-page13.txt: [('es-', 'es'), ('illus-', 'illus'), ('ser-', 'ser'), ('blank.--', 'blank.-'), ('of-', 'of')]
ST18860311-V12-10-page14.txt: [('-', ''), ('de-', 'de'), ('-', ''), ('pur-', 'pur'), ('no-', 'no'), ('-option', 'option'), ('VIo-', 'VIo'), ('Hero-', 'Hero'), ('in.-', 'in.'), ('-', ''), ('-', ''), ('boy-', 'boy'), ('distrib-', 'distrib'), ('com-', 'com'), ('-ton', 'ton'), ('-', '')]
ST18860311-V12-10-page15.txt: [('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('har-', 'har'), ('in-', 'in'), ('Society-', 'Society'), ('society-', 'society'), ('Society-', 'Society'), ('Ad-', 'Ad'), ('Society-', 'Society'), ('espe-', 'espe'), ('period-', 'period'), ('resur-', 'resur'), ('im-', 'im'), ('pub-', 'pub'), ('Morri-', 'Morri'), ('.-', '.')]
ST18860311-V12-10-page16.txt: [('be-', 'be'), ('de-', 'de'), ('back-', 'back'), ('seitish-', 'seitish'), ('-', ''), ('mem-', 'mem'), ('-inch', 'inch'), ('con-', 'con'), ('Har-', 'Har'), ('-', ''), ('-', '')]
ST18860311-V12-10-page2.txt: [('fif-', 'fif'), ('vic-', 'vic'), ('re-', 're'), ('as-', 'as'), ('lim-', 'lim'), ('res-', 'res')]
ST18860311-V12-10-page3.txt: [('up-', 'up')]
ST18860311-V12-10-page4.txt: [('inde-', 'inde'), ('unsuccess-', 'unsuccess'), ('negotia-', 'negotia'), ('se-', 'se'), ('com-', 'com'), ('infal-', 'infal'), ('Visi-', 'Visi')]
ST18860311-V12-10-page5.txt: [('corn-', 'corn'), ('state-', 'state'), ('him-', 'him'), ('refer-', 'refer'), ('.-', '.'), ('syn-', 'syn'), ('weep-', 'weep'), ('-', '')]
ST18860311-V12-10-page6.txt: [('fol-', 'fol'), ('sub-', 'sub'), ('re-', 're'), ('-', ''), ('mat-', 'mat'), ('fam-', 'fam'), ('counsel-', 'counsel'), ('insubordina-', 'insubordina'), ('obey-', 'obey'), ('-', ''), ('some-', 'some')]
ST18860311-V12-10-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('some-', 'some'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860311-V12-10-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860311-V12-10-page9.txt: [('-', ''), ('-', ''), ('Caper-', 'Caper'), ('-', ''), ('Amer-', 'Amer'), ('Revela-', 'Revela')]
ST18860318-V12-11-page1.txt: [('-', ''), ('princi-', 'princi')]
ST18860318-V12-11-page10.txt: [('-', ''), ('ex-', 'ex'), ('at-', 'at'), ('neverthe-', 'neverthe')]
ST18860318-V12-11-page11.txt: [('Jeru-', 'Jeru'), ('be-', 'be'), ('Minne-', 'Minne'), ('-', ''), ('signi-', 'signi'), ('-', ''), ('-', ''), ('bottom-', 'bottom'), ('deso-', 'deso'), ('might-', 'might'), ('-', ''), ('bot-', 'bot')]
ST18860318-V12-11-page12.txt: [('-', ''), ('-', '')]
ST18860318-V12-11-page13.txt: [('be-', 'be'), ('con-', 'con')]
ST18860318-V12-11-page14.txt: [('sig-', 'sig'), ('semi-', 'semi'), ('inva-', 'inva'), ('al-', 'al'), ('work-', 'work'), ('semi-', 'semi'), ('be-', 'be'), ('Con-', 'Con'), ('convent-', 'convent'), ('in-', 'in'), ('-inch', 'inch'), ('as-', 'as'), ('un-', 'un'), ('re-', 're')]
ST18860318-V12-11-page15.txt: [('ACCOUNT.-', 'ACCOUNT.'), ('occa-', 'occa'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society--', 'Society-'), ('Society-', 'Society'), ('Columbia-', 'Columbia'), ('-U.', 'U.'), ('Society-', 'Society'), ('PREVEN-', 'PREVEN'), ('opin-', 'opin'), ('-page', 'page'), ('IN-', 'IN'), ('Society-', 'Society'), ('iociety-', 'iociety'), ('no-', 'no')]
ST18860318-V12-11-page16.txt: [('-', ''), ('-weapon', 'weapon'), ('indiffer-', 'indiffer'), ('---', '--'), ('ac-', 'ac'), ('Har-', 'Har'), ('Sabbath-', 'Sabbath'), ('-', ''), ('-', '')]
ST18860318-V12-11-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('-', ''), ('suc-', 'suc'), ('mire-', 'mire'), ('miracu-', 'miracu')]
ST18860318-V12-11-page3.txt: [('-', ''), ('-', ''), ('satis-', 'satis'), ('tri-', 'tri'), ('-', '')]
ST18860318-V12-11-page4.txt: [('-', ''), ('remark-', 'remark'), ('-', ''), ('Van-', 'Van'), ('memora-', 'memora'), ('natu-', 'natu'), ('weak-', 'weak'), ('Thu-', 'Thu'), ('be-', 'be')]
ST18860318-V12-11-page5.txt: [('Col-', 'Col'), ('his-', 'his'), ('mar-', 'mar'), ('Domin-', 'Domin'), ('cheer-', 'cheer'), ('de-', 'de'), ('ob-', 'ob')]
ST18860318-V12-11-page6.txt: [('cove-', 'cove'), ('-', ''), ('dis-', 'dis'), ('eter-', 'eter'), ('-', '')]
ST18860318-V12-11-page7.txt: [('con-', 'con'), ('trav-', 'trav'), ('declara-', 'declara'), ('right-', 'right'), ('-', ''), ('com-', 'com'), ('dis-', 'dis'), ('con-', 'con'), ('command-', 'command')]
ST18860318-V12-11-page8.txt: [('how-', 'how'), ('ob-', 'ob'), ('so-', 'so'), ('what-', 'what'), ('founda-', 'founda')]
ST18860318-V12-11-page9.txt: [('-', ''), ('per-', 'per'), ('as-', 'as'), ('man-', 'man'), ('-', ''), ('ob-', 'ob'), ('con-', 'con'), ('cov-', 'cov')]
ST18860325-V12-12-page1.txt: [('-', ''), ('gener-', 'gener'), ('lead-', 'lead'), ('sub-', 'sub'), ('co-labor-', 'co-labor')]
ST18860325-V12-12-page10.txt: [('-', ''), ('February-', 'February'), ('of-', 'of'), ('-', ''), ('-John', 'John'), ('-', ''), ('-', ''), ('-again', 'again'), ('-W.', 'W.'), ('--', '-'), ('day.--', 'day.-'), ('-', ''), ('-', '')]
ST18860325-V12-12-page11.txt: [('-', ''), ('inter-', 'inter'), ('-', ''), ('observ-', 'observ'), ('sev-', 'sev'), ('judg-', 'judg'), ('judg-', 'judg'), ('--that', '-that'), ('-', '')]
ST18860325-V12-12-page12.txt: [('-that', 'that')]
ST18860325-V12-12-page13.txt: [('run-', 'run'), ('trea-', 'trea'), ('-made', 'made'), ('hun-', 'hun'), ('author-', 'author'), ('con-', 'con')]
ST18860325-V12-12-page14.txt: [('Mad-', 'Mad'), ('de-', 'de'), ('Stu-', 'Stu'), ('gener-', 'gener'), ('relig-', 'relig'), ('serv-', 'serv'), ('-', ''), ('reciproc-', 'reciproc'), ('sub-', 'sub'), ('Mex-', 'Mex'), ('author-', 'author'), ('be-', 'be')]
ST18860325-V12-12-page15.txt: [('-', ''), ('Austro-', 'Austro'), ('-', ''), ('ex-', 'ex'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('SCIEN-', 'SCIEN'), ('-', ''), ('-Mr.', 'Mr.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('introduc-', 'introduc'), ('there-', 'there'), ('post-', 'post'), ('Washing-', 'Washing'), ('-', ''), ('-', ''), ('-W', 'W'), ('-', ''), ('-be', 'be')]
ST18860325-V12-12-page16.txt: [('Col-', 'Col'), ('expe-', 'expe'), ('every-', 'every'), ('-', ''), ('-', '')]
ST18860325-V12-12-page2.txt: [('-to', 'to'), ('-', ''), ('-', ''), ('fol-', 'fol')]
ST18860325-V12-12-page3.txt: [('-', ''), ('-', '')]
ST18860325-V12-12-page4.txt: [('assist-', 'assist'), ('distin-', 'distin'), ('ex-', 'ex'), ('honora-', 'honora'), ('inde-', 'inde'), ('revo-', 'revo'), ('knowl-', 'knowl'), ('No-', 'No')]
ST18860325-V12-12-page5.txt: [('by-and-', 'by-and'), ('por-', 'por'), ('water-', 'water'), ('occa-', 'occa'), ('-of', 'of'), ('black-', 'black'), ('hard-', 'hard'), ('ma-', 'ma'), ('before-', 'before')]
ST18860325-V12-12-page6.txt: [('prin-', 'prin'), ('perse-', 'perse'), ('-', ''), ('-', ''), ('-', ''), ('cover-', 'cover'), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in')]
ST18860325-V12-12-page7.txt: [('pleasure.-', 'pleasure.'), ('mat-', 'mat'), ('sustain-', 'sustain'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860325-V12-12-page8.txt: [('-', ''), ('com-', 'com'), ('-', ''), ('ordi---', 'ordi--')]
ST18860325-V12-12-page9.txt: [('-was', 'was'), ('nat-', 'nat'), ('bet-', 'bet'), ('legis-', 'legis'), ('wher-', 'wher')]
ST18860401-V12-13-page1.txt: [('-', ''), ('ver-', 'ver'), ('dis-', 'dis'), ('dis-', 'dis')]
ST18860401-V12-13-page10.txt: [('-', ''), ('bar-', 'bar'), ('fol-', 'fol')]
ST18860401-V12-13-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cleans-', 'cleans'), ('-', ''), ('accord-', 'accord')]
ST18860401-V12-13-page12.txt: [('medi-', 'medi'), ('in-', 'in'), ('law-', 'law')]
ST18860401-V12-13-page13.txt: [('to-', 'to'), ('dis-', 'dis'), ('un-', 'un'), ('ef-', 'ef'), ('de-', 'de')]
ST18860401-V12-13-page14.txt: [('Mc-', 'Mc'), ('-', ''), ('mis-', 'mis'), ('-', ''), ('en-', 'en'), ('drawing-', 'drawing'), ('lib-', 'lib'), ('cimetar-', 'cimetar'), ('congratula-', 'congratula'), ('half-be-', 'half-be'), ('facto-', 'facto'), ('power-', 'power'), ('de-', 'de'), ('en-', 'en')]
ST18860401-V12-13-page15.txt: [('Al-', 'Al'), ('annul-', 'annul'), ('Society-', 'Society'), ('Society-', 'Society'), ('Sooiety-', 'Sooiety'), ('Sod-Ay-', 'Sod-Ay'), ('Society-', 'Society'), ('Society-', 'Society'), ('-Toledo', 'Toledo'), ('TractSoiety-', 'TractSoiety'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Port-', 'Port'), ('post-', 'post')]
ST18860401-V12-13-page16.txt: [('Sab-', 'Sab'), ('inter-', 'inter'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860401-V12-13-page2.txt: [('be-', 'be'), ('acquaint-', 'acquaint'), ('in-', 'in'), ('wicked-', 'wicked'), ('writ-', 'writ'), ('instruct-', 'instruct'), ('recon-', 'recon'), ('conclu-', 'conclu'), ('unscript-', 'unscript')]
ST18860401-V12-13-page3.txt: [('-', ''), ('hold-', 'hold'), ('-', ''), ('-', ''), ('inven-', 'inven'), ('-', ''), ('ne-', 'ne'), ('prepar-', 'prepar'), ('-', ''), ('-', ''), ('Wither-', 'Wither')]
ST18860401-V12-13-page4.txt: [('neu-', 'neu'), ('de-', 'de'), ('fur-', 'fur'), ('-', ''), ('de-', 'de')]
ST18860401-V12-13-page5.txt: [("-'", "'"), ('use-', 'use'), ('main-', 'main'), ('medita-', 'medita')]
ST18860401-V12-13-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-a', 'a'), ('-', ''), ('peo-', 'peo')]
ST18860401-V12-13-page7.txt: [('-', ''), ('Sav-', 'Sav'), ('puri-', 'puri'), ('-', ''), ('-', ''), ('mani-', 'mani')]
ST18860401-V12-13-page8.txt: [('sanctifica-', 'sanctifica'), ('five-hundred-', 'five-hundred'), ('noth-', 'noth'), ('per-', 'per'), ('con-', 'con'), ('nowa-', 'nowa')]
ST18860401-V12-13-page9.txt: [('peo-', 'peo'), ('exposi-', 'exposi'), ('ante-', 'ante'), ('influ-', 'influ'), ('Sab-', 'Sab'), ('untrust-', 'untrust')]
ST18860408-V12-14-page1.txt: [('charac-', 'charac'), ('con-', 'con'), ('Chris-', 'Chris'), ('re-', 're')]
ST18860408-V12-14-page10.txt: [('-', '')]
ST18860408-V12-14-page11.txt: [('es-', 'es'), ('-', ''), ('-', ''), ('-', '')]
ST18860408-V12-14-page12.txt: [('Con-', 'Con')]
ST18860408-V12-14-page13.txt: [('as-', 'as'), ('ex-', 'ex'), ('compan-', 'compan'), ('remem-', 'remem')]
ST18860408-V12-14-page14.txt: [('--Speaking', '-Speaking'), ('Com-', 'Com'), ('Constantino-', 'Constantino'), ('inev-', 'inev'), ('ar-', 'ar'), ('kill-', 'kill')]
ST18860408-V12-14-page15.txt: [('-', ''), ('-', ''), ('mem-', 'mem'), ('con-', 'con'), ('-', ''), ('-', ''), ('impor-', 'impor'), ('-', ''), ('period-', 'period'), ('-', ''), ('-', ''), ('PAR-', 'PAR'), ('-SHOWING-', 'SHOWING-'), ('PAR-', 'PAR')]
ST18860408-V12-14-page16.txt: [('-page', 'page'), ('over-', 'over'), ('-', ''), ('Gov-', 'Gov')]
ST18860408-V12-14-page2.txt: [('in-', 'in'), ('par-', 'par'), ('peo-', 'peo'), ('every-', 'every'), ('au-', 'au'), ('-', '')]
ST18860408-V12-14-page3.txt: [('con-', 'con')]
ST18860408-V12-14-page4.txt: [('en-', 'en'), ('-', ''), ('tim-', 'tim'), ('Ra-', 'Ra'), ('-', ''), ('Stili-', 'Stili'), ('them-', 'them')]
ST18860408-V12-14-page5.txt: [('mis-', 'mis'), ('obe-', 'obe'), ('how-', 'how'), ('doubly-', 'doubly'), ('im-', 'im'), ('sur-', 'sur'), ('at-', 'at')]
ST18860408-V12-14-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ob-', 'ob')]
ST18860408-V12-14-page7.txt: [('exer-', 'exer'), ('immedi-', 'immedi'), ('burning-', 'burning'), ('con-', 'con'), ('liter-', 'liter')]
ST18860408-V12-14-page8.txt: [('-', ''), ('right-', 'right'), ('right-', 'right'), ('-', ''), ('institu-', 'institu'), ('Sup-', 'Sup')]
ST18860408-V12-14-page9.txt: [('-', ''), ('truth-', 'truth'), ('fatu-', 'fatu'), ('in-', 'in'), ('free-', 'free'), ('accommo-', 'accommo'), ('John-', 'John')]
ST18860415-V12-15-page1.txt: [('devi-', 'devi'), ('-', ''), ('pur-', 'pur'), ('re-', 're'), ('char-', 'char'), ('require-', 'require')]
ST18860415-V12-15-page10.txt: [('bet-', 'bet'), ('af-', 'af')]
ST18860415-V12-15-page11.txt: [('impor-', 'impor'), ('-', ''), ('-', ''), ('as-', 'as'), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('-', ''), ('uncer-', 'uncer'), ('-', ''), ('-Rev.', 'Rev.')]
ST18860415-V12-15-page12.txt: [('contro-', 'contro'), ('hus-', 'hus'), ('sob-', 'sob'), ('him-', 'him'), ('M-----', 'M----'), ('cour-', 'cour')]
ST18860415-V12-15-page13.txt: [('C--', 'C-'), ('W--', 'W-'), ('distin-', 'distin')]
ST18860415-V12-15-page14.txt: [('corre-', 'corre'), ('bit-', 'bit'), ('-', ''), ('Winches-', 'Winches'), ('-', ''), ('join-', 'join'), ('embank-', 'embank'), ('oth-', 'oth'), ('ma-', 'ma'), ('sher-', 'sher')]
ST18860415-V12-15-page15.txt: [('PREVEN-', 'PREVEN'), ('am-', 'am'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Cata-', 'Cata'), ('RIGHT-', 'RIGHT')]
ST18860415-V12-15-page16.txt: [('-', ''), ('-', ''), ('-', '')]
ST18860415-V12-15-page2.txt: [('-', ''), ('-', '')]
ST18860415-V12-15-page3.txt: [('understand-', 'understand'), ("'master-", "'master"), ('conamiability-', 'conamiability'), ('fount-', 'fount'), ('accept-', 'accept'), ('un-', 'un'), ('every-', 'every')]
ST18860415-V12-15-page4.txt: [('appear-', 'appear'), ('breast-', 'breast')]
ST18860415-V12-15-page5.txt: [('ex-', 'ex'), ('par-', 'par'), ('classifica-', 'classifica')]
ST18860415-V12-15-page6.txt: [('the-', 'the'), ('In-', 'In'), ('-', '')]
ST18860415-V12-15-page7.txt: [('-', ''), ('ap-', 'ap'), ('in-', 'in'), ('dispos-', 'dispos'), ('be-', 'be'), ('-', ''), ('receiv-', 'receiv'), ('nec-', 'nec')]
ST18860415-V12-15-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860415-V12-15-page9.txt: [('sanc-', 'sanc'), ('diffi-', 'diffi'), ('ac-', 'ac'), ('ses-', 'ses'), ('copy-', 'copy'), ('efforts-', 'efforts'), ('command-', 'command'), ('es-', 'es')]
ST18860422-V12-16-page1.txt: [('suf-', 'suf'), ('fol-', 'fol'), ('sop-', 'sop'), ('obedi-', 'obedi')]
ST18860422-V12-16-page10.txt: [('serv-', 'serv'), ('fount-', 'fount'), ('influ-', 'influ'), ('rever-', 'rever'), ('"to-', '"to'), ('re-', 're'), ('to-', 'to'), ('-', '')]
ST18860422-V12-16-page11.txt: [('righteous-', 'righteous'), ('wonder-', 'wonder'), ('-', ''), ('-', ''), ('hos-', 'hos')]
ST18860422-V12-16-page12.txt: [('Chi-', 'Chi'), ('them-', 'them')]
ST18860422-V12-16-page13.txt: [('.-', '.'), ('des-', 'des'), ('re-', 're'), ('occasion-', 'occasion'), ('-', '')]
ST18860422-V12-16-page14.txt: [('-', ''), ('mer-', 'mer'), ('Coun-', 'Coun'), ('publish-', 'publish'), ('-', ''), ('lead-', 'lead'), ('--A', '-A'), ('philoso-', 'philoso')]
ST18860422-V12-16-page15.txt: [('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('--No.', '-No.'), ('Columbia-', 'Columbia'), ('-U.', 'U.'), ('Society-', 'Society'), ('proph-', 'proph'), ('Confer-', 'Confer'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.')]
ST18860422-V12-16-page16.txt: [('com-', 'com'), ('-', ''), ('-page', 'page'), ('Jour-', 'Jour'), ('Respon-', 'Respon'), ('com-', 'com'), ('chil-', 'chil'), ('por-', 'por'), ('right-', 'right'), ('con-', 'con'), ('-', ''), ('treas-', 'treas'), ('-', ''), ('-', '')]
ST18860422-V12-16-page2.txt: [('pol-', 'pol'), ('gos-', 'gos')]
ST18860422-V12-16-page3.txt: [('peo-', 'peo'), ('inci-', 'inci'), ('-', ''), ('-', ''), ('some-', 'some'), ('ex-', 'ex')]
ST18860422-V12-16-page4.txt: [('de-', 'de'), ('permis-', 'permis'), ('-', ''), ('popu-', 'popu'), ('con-', 'con')]
ST18860422-V12-16-page5.txt: [('per-', 'per'), ('fellow-', 'fellow')]
ST18860422-V12-16-page6.txt: [('state-', 'state'), ('-', ''), ('obliga-', 'obliga'), ('per-', 'per'), ('testi-', 'testi'), ('ex-', 'ex')]
ST18860422-V12-16-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('con-', 'con'), ('-', ''), ('cere-', 'cere'), ('-', ''), ('-', ''), ('Sab-', 'Sab')]
ST18860422-V12-16-page8.txt: [('-', ''), ('ren-', 'ren'), ('act-', 'act'), ('evi-', 'evi')]
ST18860422-V12-16-page9.txt: [('wor-', 'wor'), ('dis-', 'dis'), ('licen-', 'licen'), ('can-', 'can'), ('en-', 'en')]
ST18860506-V12-17-page1.txt: [('de-', 'de'), ('peo-', 'peo'), ('grand-', 'grand'), ('re-', 're'), ('en-', 'en'), ('sur-', 'sur'), ('-were', 'were')]
ST18860506-V12-17-page10.txt: [('ac-', 'ac'), ('bed-', 'bed'), ('in-', 'in'), ('deter-', 'deter'), ('Re-', 'Re'), ('-', ''), ('-ntrIttutar.', 'ntrIttutar.'), ('-', ''), ('be-', 'be')]
ST18860506-V12-17-page11.txt: [('em-', 'em'), ('se-', 'se'), ('Amo-', 'Amo'), ('adul-', 'adul')]
ST18860506-V12-17-page12.txt: [('THE-', 'THE'), ('pos-', 'pos'), ('Chris-', 'Chris'), ('coun-', 'coun'), ('-', ''), ('-', ''), ('no-', 'no')]
ST18860506-V12-17-page13.txt: [('-latitude', 'latitude'), ('asth-', 'asth'), ('-', ''), ('swal-', 'swal')]
ST18860506-V12-17-page14.txt: [('-', ''), ('-Cardinal', 'Cardinal'), ('-April', 'April'), ('-Bishop', 'Bishop'), ('-Chicago', 'Chicago'), ('-April', 'April'), ('-It', 'It'), ('-', ''), ('-The', 'The'), ('Septem-', 'Septem'), ('-', ''), ('-A', 'A'), ('Religio-', 'Religio'), ('some-', 'some'), ('-The', 'The'), ('-An', 'An'), ('-April', 'April'), ('-In', 'In'), ('-it', 'it'), ('drunkard.-', 'drunkard.'), ('build-', 'build'), ('-The', 'The'), ('-', ''), ('-', ''), ('gradu-', 'gradu'), ('-The', 'The'), ('-Zach.', 'Zach.'), ('con-', 'con'), ('-', ''), ('-', ''), ('-Private', 'Private'), ('-In', 'In'), ('-A', 'A'), ('-', ''), ('-San', 'San'), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', '')]
ST18860506-V12-17-page15.txt: [('-', ''), ('mag-', 'mag'), ('-page', 'page'), ('-page', 'page'), ('An-', 'An'), ('in-', 'in'), ('-Upper', 'Upper'), ('-page', 'page'), ('-', ''), ('-', ''), ('Ad-', 'Ad')]
ST18860506-V12-17-page16.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sur-', 'sur'), ('-', ''), ('stu-', 'stu'), ('-', ''), ('para-', 'para'), ('Redemp-', 'Redemp'), ('under-', 'under'), ('the-', 'the'), ('attend-', 'attend'), ('in-', 'in'), ('Contro-', 'Contro'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860506-V12-17-page2.txt: [('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('neces-', 'neces'), ('-', ''), ('-', ''), ('-', '')]
ST18860506-V12-17-page3.txt: [('be-', 'be'), ('some-', 'some'), ('there-', 'there')]
ST18860506-V12-17-page4.txt: [('be-', 'be'), ('-', ''), ('pre-', 'pre'), ('re-', 're')]
ST18860506-V12-17-page5.txt: [('idol-', 'idol'), ('bet-', 'bet'), ('-', ''), ('-age', 'age'), ('-', ''), ('pleasure-', 'pleasure'), ('-that', 'that'), ('re-', 're')]
ST18860506-V12-17-page6.txt: [('Script-', 'Script'), ('UR-I.-A-', 'UR-I.-A'), ('tra-', 'tra'), ('per-', 'per'), ('rec-', 'rec'), ('Chris-', 'Chris'), ('pur-', 'pur')]
ST18860506-V12-17-page7.txt: [('ac-', 'ac'), ('argu-', 'argu'), ('-', ''), ('-', ''), ('pre-', 'pre'), ('propi-', 'propi'), ('-', ''), ('exhor-', 'exhor')]
ST18860506-V12-17-page8.txt: [('Sab-', 'Sab'), ('eter-', 'eter'), ('hence-', 'hence'), ('de-', 'de'), ('-', ''), ('--', '-')]
ST18860506-V12-17-page9.txt: [('admin-', 'admin'), ('Auck.-', 'Auck.')]
ST18860513-V12-18-page1.txt: [('Law-', 'Law'), ('-he', 'he'), ('un-', 'un'), ('in-', 'in'), ('prom-', 'prom'), ('prom-', 'prom'), ('ac-', 'ac'), ('work."-', 'work."'), ('busi-', 'busi')]
ST18860513-V12-18-page10.txt: [('Col-', 'Col'), ('suc-', 'suc'), ('-page', 'page')]
ST18860513-V12-18-page11.txt: [('-', ''), ('de-', 'de'), ('like-', 'like'), ('-', ''), ('testi-', 'testi'), ('testi-', 'testi')]
ST18860513-V12-18-page12.txt: [('cov-', 'cov'), ('twenty-six-inch--', 'twenty-six-inch-'), ('-begged', 'begged'), ('sub-', 'sub'), ('cheap-', 'cheap'), ('con-', 'con')]
ST18860513-V12-18-page13.txt: [('onebe-', 'onebe'), ('prob-', 'prob'), ('indul-', 'indul'), ('deter-', 'deter'), ('To-', 'To'), ('-be', 'be'), ('bur-', 'bur'), ('-a', 'a'), ('gener-', 'gener'), ('possi-', 'possi')]
ST18860513-V12-18-page14.txt: [('Ex-', 'Ex'), ('chil-', 'chil'), ('Univer-', 'Univer'), ('num-', 'num'), ('Ox-', 'Ox'), ('blood-', 'blood'), ('anniver-', 'anniver'), ('be-', 'be'), ('peo-', 'peo'), ('-', ''), ('dis-', 'dis'), ('dis-', 'dis'), ('speak-', 'speak'), ('author-', 'author'), ('-', ''), ('esti-', 'esti')]
ST18860513-V12-18-page15.txt: [('Society-', 'Society'), ('Suclety-', 'Suclety'), ('Society-', 'Society'), ('troll-', 'troll'), ('Amer-', 'Amer'), ('thou-', 'thou'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-No.', 'No.'), ('Society-', 'Society'), ('.-', '.'), ('Mc-', 'Mc'), ('Edi-', 'Edi')]
ST18860513-V12-18-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cer-', 'cer'), ('Sabbath-', 'Sabbath'), ('Sabbath-', 'Sabbath'), ('ob-', 'ob'), ('how-', 'how'), ('-', '')]
ST18860513-V12-18-page2.txt: [('-of', 'of'), ('an-', 'an'), ('obedi-', 'obedi'), ('-nevertheless', 'nevertheless'), ('Walden-', 'Walden'), ('un-', 'un'), ('doc-', 'doc')]
ST18860513-V12-18-page3.txt: [('rec-', 'rec'), ('con-', 'con')]
ST18860513-V12-18-page4.txt: [('ca-', 'ca'), ('promis-', 'promis'), ('re-', 're'), ('occa-', 'occa')]
ST18860513-V12-18-page5.txt: [('-', ''), ('condem-', 'condem'), ('-ton', 'ton'), ('-ton', 'ton'), ('de-', 'de'), ('-ton', 'ton'), ('-ton', 'ton'), ('-ton', 'ton'), ('font-', 'font'), ('-ton', 'ton'), ('un-', 'un'), ('-', ''), ('heav-', 'heav'), ('-', ''), ('-inch', 'inch'), ('breech-', 'breech'), ('for-', 'for')]
ST18860513-V12-18-page6.txt: [('sev-', 'sev'), ('las-', 'las'), ('envy-', 'envy'), ('-', ''), ('command-', 'command'), ('re-', 're'), ('-the', 'the'), ('inoffen-', 'inoffen'), ('-', '')]
ST18860513-V12-18-page7.txt: [('-', ''), ('con-', 'con'), ('bind-', 'bind')]
ST18860513-V12-18-page8.txt: [('-be', 'be'), ('-out', 'out'), ('-', ''), ('ad-', 'ad'), ('de-', 'de')]
ST18860513-V12-18-page9.txt: [('en-', 'en'), ('accom-', 'accom'), ('pre-', 'pre'), ('conti-', 'conti'), ('light-', 'light'), ('re-', 're')]
ST18860520-V12-19-page1.txt: [('un-', 'un'), ('inter-', 'inter'), ('char-', 'char')]
ST18860520-V12-19-page10.txt: [('-', ''), ('"preserva-', '"preserva')]
ST18860520-V12-19-page11.txt: [('-', ''), ('Sod-', 'Sod'), ('ever-', 'ever'), ('There-', 'There'), ('-', ''), ('it.-', 'it.'), ('.-', '.')]
ST18860520-V12-19-page12.txt: [('an-', 'an'), ('-a', 'a'), ('Inter-', 'Inter'), ('con-', 'con')]
ST18860520-V12-19-page13.txt: [('responsibil-', 'responsibil'), ('veg-', 'veg'), ('treas-', 'treas'), ('symp-', 'symp'), ('gastro-', 'gastro')]
ST18860520-V12-19-page14.txt: [('--The', '-The'), ('Sunday-', 'Sunday'), ('an-', 'an'), ('princi-', 'princi')]
ST18860520-V12-19-page15.txt: [('-', ''), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('ASSOCIATION.-', 'ASSOCIATION.'), ('DE-', 'DE'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860520-V12-19-page16.txt: [('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('Script-', 'Script'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('chrono-', 'chrono'), ('-', ''), ('work-', 'work'), ('Ad-', 'Ad'), ('Brit-', 'Brit'), ('immor-', 'immor'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860520-V12-19-page2.txt: [('Ad-', 'Ad')]
ST18860520-V12-19-page3.txt: [('".-', '".'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('wan-', 'wan')]
ST18860520-V12-19-page4.txt: [('insin-', 'insin'), ('inno-', 'inno'), ('-', ''), ('re-', 're'), ('Adol-', 'Adol'), ('Ro-', 'Ro'), ('Thou-', 'Thou'), ('treas-', 'treas'), ('suc-', 'suc'), ('domin-', 'domin'), ('ne-', 'ne')]
ST18860520-V12-19-page5.txt: [('-', ''), ('Sun-', 'Sun'), ('-', ''), ('per-', 'per'), ('ques-', 'ques'), ('continu-', 'continu'), ('be-', 'be'), ('individ-', 'individ'), ('indefat-', 'indefat'), ('-that', 'that'), ('Bi-', 'Bi'), ('stop-', 'stop')]
ST18860520-V12-19-page6.txt: [('nit-', 'nit'), ('leg-', 'leg'), ('to-', 'to'), ('-', ''), ('-', ''), ('con-', 'con')]
ST18860520-V12-19-page7.txt: [('-', ''), ('prac-', 'prac'), ('an-', 'an'), ('rea-', 'rea')]
ST18860520-V12-19-page8.txt: [('un-', 'un'), ('-Christ', 'Christ'), ('-', ''), ('de-', 'de'), ('-', ''), ('boycotting.-', 'boycotting.')]
ST18860520-V12-19-page9.txt: [('pros-', 'pros'), ('condi-', 'condi'), ('Mis-', 'Mis'), ('-', ''), ('--I', '-I'), ('i-', 'i'), ('-', ''), ('-', ''), ('-r', 'r'), ('--I', '-I'), ('-', ''), ('en-', 'en'), ('-', ''), ('-', ''), ('-', ''), ('as-', 'as'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('no-', 'no'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-i', 'i'), ('-', ''), ('-a', 'a'), ('-', ''), ('-', ''), ("'.-", "'."), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('--', '-'), ('-.E..-.', '.E..-.'), ('-.', '.'), ('-', ''), ('---', '--'), ('-', ''), ('-.', '.'), ('g-', 'g'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
ST18860527-V12-20-page1.txt: [('sac-', 'sac'), ('-wicked', 'wicked'), ('command-', 'command')]
ST18860527-V12-20-page10.txt: [('sol-', 'sol'), ('Eu-', 'Eu'), ('-way', 'way'), ('suffi-', 'suffi'), ('-', '')]
ST18860527-V12-20-page11.txt: [('-to', 'to'), ('---the', '--the'), ('im-', 'im'), ('wilder-', 'wilder'), ('-', '')]
ST18860527-V12-20-page12.txt: [('be-', 'be'), ('tak-', 'tak'), ('defer-', 'defer'), ('con-', 'con'), ('vi-', 'vi'), ('-true', 'true'), ('thsrv"--', 'thsrv"-')]
ST18860527-V12-20-page13.txt: [('-imbecility', 'imbecility'), ('pleas-', 'pleas'), ('.Th--', '.Th-'), ('--feature', '-feature'), ('-estimates', 'estimates')]
ST18860527-V12-20-page14.txt: [('overwhelm-', 'overwhelm'), ('oppor-', 'oppor'), ('"---', '"--')]
ST18860527-V12-20-page15.txt: [('mur-', 'mur'), ('forty-', 'forty'), ('-', ''), ('GROW-', 'GROW'), ('ear-', 'ear'), ('-', ''), ('PAR-', 'PAR'), ('TOGETHER--', 'TOGETHER-'), ('-', ''), ('-', ''), ('-', ''), ('post-', 'post'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860527-V12-20-page16.txt: [('recom-', 'recom'), ('-', ''), ('recom-', 'recom'), ('-', ''), ('-', ''), ('any-', 'any'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Temper-', 'Temper'), ('--', '-'), ('-', ''), ('-', '')]
ST18860527-V12-20-page2.txt: [('look-', 'look'), ('mountain-', 'mountain'), ('Mar-', 'Mar'), ('-', ''), ('-', '')]
ST18860527-V12-20-page3.txt: [('pro-', 'pro'), ('-', ''), ('grow-', 'grow'), ('-', '')]
ST18860527-V12-20-page4.txt: [('-', ''), ('shipwrecks.-', 'shipwrecks.'), ('-', ''), ('-', ''), ('Ga-', 'Ga')]
ST18860527-V12-20-page5.txt: [('apes-', 'apes'), ('-', ''), ('wit-', 'wit'), ('be-', 'be'), ('es-', 'es'), ('Fa-', 'Fa'), ('king-', 'king'), ('disci-', 'disci'), ('bap-', 'bap'), ('-believe', 'believe')]
ST18860527-V12-20-page6.txt: [('-', ''), ('under-', 'under'), ('-', ''), ('Chris-', 'Chris'), ('-', ''), ('sub-', 'sub'), ('salva-', 'salva')]
ST18860527-V12-20-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('claim-', 'claim'), ('iden-', 'iden'), ('fol-', 'fol')]
ST18860527-V12-20-page8.txt: [('"hearken-', '"hearken'), ('En-', 'En'), ('-', ''), ('-give', 'give'), ('accus-', 'accus')]
ST18860527-V12-20-page9.txt: [('as-', 'as'), ('dis-', 'dis'), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('cru-', 'cru'), ('val-', 'val'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"abomi-', '"abomi'), ('condi-', 'condi'), ('figura-', 'figura')]
ST18860610-V12-22-page1.txt: [('prophe-', 'prophe'), ('noth-', 'noth'), ('be-', 'be')]
ST18860610-V12-22-page10.txt: [('pee-', 'pee'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('me."-', 'me."'), ('full-', 'full'), ('clo-', 'clo'), ('inter-', 'inter'), ('distrib-', 'distrib'), ('em-', 'em'), ('ev-', 'ev')]
ST18860610-V12-22-page11.txt: [('-the', 'the'), ('-before', 'before'), ('-then', 'then'), ('can-', 'can'), ('justifica-', 'justifica'), ('ltr-', 'ltr'), ('tongues.-', 'tongues.'), ('--', '-')]
ST18860610-V12-22-page12.txt: [('out-', 'out'), ('pay-', 'pay'), ('-', '')]
ST18860610-V12-22-page13.txt: [('theattrac-', 'theattrac'), ('"vis-', '"vis'), ('at-', 'at')]
ST18860610-V12-22-page14.txt: [('excep-', 'excep'), ('mis-', 'mis'), ('-Conference', 'Conference'), ('des-', 'des'), ('Over-', 'Over'), ('--Heavy', '-Heavy')]
ST18860610-V12-22-page15.txt: [('-United', 'United'), ('-', ''), ('-', ''), ('Society-', 'Society'), ('Society.--', 'Society.-'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('PREVEN-', 'PREVEN'), ('Cata-', 'Cata'), ('-law', 'law'), ('com-', 'com')]
ST18860610-V12-22-page16.txt: [('cer-', 'cer'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cor-', 'cor'), ('-', ''), ('threat-', 'threat'), ('-', ''), ('elec-', 'elec')]
ST18860610-V12-22-page2.txt: [('Can-', 'Can'), ('-', ''), ('be-', 'be'), ('-', ''), ('be-', 'be'), ('-', ''), ('thy-', 'thy')]
ST18860610-V12-22-page3.txt: [('min-', 'min'), ('signify-', 'signify'), ('trans-', 'trans'), ('pres-', 'pres'), ('teas-', 'teas')]
ST18860610-V12-22-page4.txt: [('-', ''), ('prom-', 'prom'), ('per-', 'per'), ('prac-', 'prac'), ('-to', 'to'), ('them-', 'them'), ('formid-', 'formid'), ('insen-', 'insen'), ('Swit-', 'Swit')]
ST18860610-V12-22-page5.txt: [('expect-', 'expect'), ('sub-', 'sub'), ('munifi-', 'munifi'), ('con-', 'con'), ('look-', 'look')]
ST18860610-V12-22-page6.txt: [('effectu-', 'effectu'), ('in-', 'in'), ('move-', 'move'), ('ecclesiasti-', 'ecclesiasti'), ('ac-', 'ac'), ('exalt-', 'exalt'), ('it-', 'it'), ('pre-', 'pre')]
ST18860610-V12-22-page7.txt: [('-', ''), ('-', ''), ('pro-', 'pro'), ('con-', 'con')]
ST18860610-V12-22-page8.txt: [('com-', 'com'), ('obliga-', 'obliga'), ('mak-', 'mak')]
ST18860610-V12-22-page9.txt: [('Pro-', 'Pro'), ('pres-', 'pres'), ('Pa-', 'Pa'), ('big-', 'big'), ('them-', 'them'), ('-', ''), ('pre-', 'pre'), ('-', ''), ('re-', 're'), ('-', ''), ('re-', 're'), ('be-', 'be'), ('-Tote', 'Tote'), ('-', ''), ('Every-', 'Every'), ('Col-', 'Col'), ('-', '')]
ST18860617-V12-23-page1.txt: [('acknowl-', 'acknowl'), ('pos-', 'pos'), ('cher-', 'cher')]
ST18860617-V12-23-page10.txt: [('-', ''), ('enchant-', 'enchant'), ('equip-', 'equip'), ('for-', 'for'), ('-', ''), ('Juda-', 'Juda')]
ST18860617-V12-23-page11.txt: [('which-', 'which'), ('vouch-', 'vouch'), ('weari-', 'weari'), ('pro--', 'pro-'), ('-', ''), ('-us', 'us'), ('press-', 'press')]
ST18860617-V12-23-page12.txt: [('him-', 'him'), ('wife--', 'wife-'), ('beau-', 'beau'), ('-sham', 'sham'), ('-those', 'those'), ('law-', 'law')]
ST18860617-V12-23-page13.txt: [('for-', 'for'), ('dis-', 'dis'), ('de-', 'de'), ('tempta-', 'tempta'), ('Arch-', 'Arch')]
ST18860617-V12-23-page14.txt: [('Cap-', 'Cap'), ('Frankfort-on-the-', 'Frankfort-on-the'), ('ar-', 'ar'), ('con-', 'con'), ('pro-', 'pro'), ('pub-', 'pub'), ('combina-', 'combina'), ('Orange-', 'Orange'), ('relig-', 'relig')]
ST18860617-V12-23-page15.txt: [('Society-', 'Society'), ('-iociety-Cor.', 'iociety-Cor.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Profit.-', 'Profit.'), ('Passive.-', 'Passive.'), ('-Two', 'Two'), ('-', ''), ('-When', 'When'), ('-Tithe', 'Tithe'), ('-Church', 'Church'), ('-arable', 'arable'), ('-', ''), ('post-', 'post'), ('Society-', 'Society'), ('Society-', 'Society'), ('Columbia--', 'Columbia-'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Impossible', 'Impossible'), ('Reaso-', 'Reaso'), ('mis-', 'mis')]
ST18860617-V12-23-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex'), ('-', '')]
ST18860617-V12-23-page2.txt: [('-', ''), ('-which', 'which'), ('hesi-', 'hesi'), ('ship-', 'ship'), ('profit-', 'profit')]
ST18860617-V12-23-page3.txt: [('--', '-'), ('destroy-', 'destroy'), ('some-', 'some'), ('little-', 'little'), ('peo-', 'peo'), ('mani-', 'mani')]
ST18860617-V12-23-page4.txt: [('disturb-', 'disturb'), ('-', ''), ('formida-', 'formida'), ('auxilia-', 'auxilia'), ('-celerity', 'celerity'), ('-which', 'which')]
ST18860617-V12-23-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('some-', 'some'), ('can-', 'can')]
ST18860617-V12-23-page6.txt: [('-', ''), ('-', ''), ('re-', 're'), ('con-', 'con'), ('--', '-'), ('"Per-', '"Per'), ('afflic-', 'afflic'), ('dis-', 'dis'), ('ev-', 'ev')]
ST18860617-V12-23-page7.txt: [('-', ''), ('volun-', 'volun'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('hus-', 'hus'), ('mar-', 'mar')]
ST18860617-V12-23-page8.txt: [('-', ''), ('argu-', 'argu'), ('cruci-', 'cruci'), ('-', ''), ('apos-', 'apos'), ('-', ''), ('deca-', 'deca'), ('search-', 'search')]
ST18860617-V12-23-page9.txt: [('-', ''), ('considera-', 'considera'), ('ful-', 'ful'), ('-', ''), ('-', ''), ('-', ''), ('obliga-', 'obliga'), ('re-', 're'), ('camp-', 'camp'), ('-', ''), ('-', ''), ('-officers', 'officers')]
ST18860624-V12-24-page1.txt: [('com-', 'com'), ('fol-', 'fol'), ('ex-', 'ex'), ('re-', 're')]
ST18860624-V12-24-page10.txt: [('-', ''), ('--', '-'), ('nothing-', 'nothing'), ('-', ''), ('ef-', 'ef'), ('preach-', 'preach'), ('arrange-', 'arrange'), ('disci-', 'disci'), ('-', '')]
ST18860624-V12-24-page11.txt: [('-', ''), ('meas-', 'meas'), ('in-', 'in'), ('impres-', 'impres'), ('oppor-', 'oppor'), ('right-', 'right'), ('har-', 'har')]
ST18860624-V12-24-page12.txt: [('dis-', 'dis'), ('self-', 'self'), ('be-', 'be'), ('sun-', 'sun')]
ST18860624-V12-24-page13.txt: [('Nei-', 'Nei'), ('chil-', 'chil'), ('cook-', 'cook'), ('suc-', 'suc'), ('but-', 'but'), ('vege-', 'vege'), ('Look-', 'Look')]
ST18860624-V12-24-page14.txt: [('Sab-', 'Sab'), ('En-', 'En'), ('Result-', 'Result'), ('explo-', 'explo'), ('IN-', 'IN'), ('well-', 'well'), ('post-', 'post')]
ST18860624-V12-24-page15.txt: [('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('prices-', 'prices'), ('GROW-', 'GROW'), ('-.Oregon', '.Oregon'), ('-page', 'page'), ('ei-', 'ei'), ('AGENTS-', 'AGENTS'), ('Coun-', 'Coun'), ('Peter-', 'Peter'), ('-page', 'page'), ('RE-', 'RE')]
ST18860624-V12-24-page16.txt: [('-', ''), ('-JUNE', 'JUNE'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('im-', 'im'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860624-V12-24-page2.txt: [('but-', 'but'), ('signif-', 'signif'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('Testa-', 'Testa')]
ST18860624-V12-24-page3.txt: [('accord-', 'accord'), ('cultiva-', 'cultiva'), ('self-renuncia-', 'self-renuncia'), ('twink-', 'twink'), ('r--', 'r-'), ('will-', 'will')]
ST18860624-V12-24-page4.txt: [('impru-', 'impru'), ('posses-', 'posses'), ('Toxan-', 'Toxan'), ('conster-', 'conster'), ('-', ''), ('-', ''), ('some-', 'some'), ('ad-', 'ad'), ('Chris-', 'Chris')]
ST18860624-V12-24-page5.txt: [('-only', 'only'), ('-', ''), ('tit-', 'tit'), ('it-', 'it'), ('pre-', 'pre'), ('king-', 'king')]
ST18860624-V12-24-page6.txt: [('--a', '-a'), ('-', '')]
ST18860624-V12-24-page7.txt: [('hy-', 'hy'), ('pros-', 'pros')]
ST18860624-V12-24-page8.txt: [('-', ''), ('tri-', 'tri')]
ST18860624-V12-24-page9.txt: [('Ostran-', 'Ostran'), ('-Butler', 'Butler'), ('Browns-', 'Browns'), ('Mes-', 'Mes'), ('encour-', 'encour'), ('ap-', 'ap'), ('-Boise', 'Boise'), ('"Re-', '"Re'), ('edu-', 'edu'), ('Secre-', 'Secre'), ('re-', 're'), ('Confer-', 'Confer')]
ST18860701-V12-25-page1.txt: [('temptri-', 'temptri'), ('-forbear-', 'forbear-'), ('se-', 'se'), ('foun-', 'foun'), ('re-', 're'), ('ex-', 'ex')]
ST18860701-V12-25-page11.txt: [('-Y', 'Y'), ('-', ''), ('Messiah-', 'Messiah'), ('char-', 'char'), ('cora-', 'cora'), ('com-', 'com'), ('-Sabbath', 'Sabbath')]
ST18860701-V12-25-page12.txt: [('usu-', 'usu'), ('sud-', 'sud'), ('over-', 'over'), ('man-', 'man'), ('gentle-', 'gentle')]
ST18860701-V12-25-page13.txt: [('will-', 'will'), ('depres-', 'depres'), ('fashion-', 'fashion'), ('character-', 'character')]
ST18860701-V12-25-page14.txt: [('--The', '-The'), ('Por-', 'Por'), ('-', ''), ('hor-', 'hor'), ('ad-', 'ad'), ('En-', 'En'), ('Sab-', 'Sab'), ('Bi-', 'Bi'), ('trans-', 'trans'), ('Police-', 'Police'), ('mas-', 'mas'), ('prices-', 'prices'), ('en-', 'en'), ('-', ''), ('-', ''), ('-', '')]
ST18860701-V12-25-page15.txt: [('Society-', 'Society'), ('Society-', 'Society'), ('-No.', 'No.'), ('Society-', 'Society'), ('Val-', 'Val'), ('him-', 'him'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('circu-', 'circu'), ('re-', 're'), ('informa-', 'informa')]
ST18860701-V12-25-page16.txt: [('atten-', 'atten'), ('suprem-', 'suprem'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('swallow-', 'swallow'), ('-', ''), ('Rock-', 'Rock'), ('-', '')]
ST18860701-V12-25-page2.txt: [('-to-about', 'to-about'), ('-', ''), ('-', ''), ('-a', 'a'), ('-Did', 'Did'), ('-dark', 'dark'), ('bur-', 'bur'), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-etc.', 'etc.'), ('Rom-', 'Rom'), ('-is', 'is'), ('centu-', 'centu'), ('cor-', 'cor'), ('eccle-', 'eccle')]
ST18860701-V12-25-page3.txt: [('Coun-', 'Coun'), ('in-', 'in'), ('-', ''), ('contro-', 'contro')]
ST18860701-V12-25-page4.txt: [('pris-', 'pris'), ('prov-', 'prov'), ('-', ''), ('thou-', 'thou'), ('-warriors', 'warriors'), ('re-', 're'), ('but--', 'but-')]
ST18860701-V12-25-page5.txt: [('trans-', 'trans')]
ST18860701-V12-25-page6.txt: [('-', ''), ('-', ''), ('wor-', 'wor'), ('-', '')]
ST18860701-V12-25-page7.txt: [('-', ''), ('-state', 'state'), ('-', ''), ('rai-', 'rai'), ('-"the', '"the'), ('-Who', 'Who'), ('-', '')]
ST18860701-V12-25-page8.txt: [('TI-', 'TI'), ('mis-', 'mis'), ('rep-', 'rep'), ('-', ''), ('favor-', 'favor'), ('command-', 'command'), ('domin-', 'domin')]
ST18860701-V12-25-page9.txt: [('feel-', 'feel'), ('wit-', 'wit'), ('Conferences-', 'Conferences'), ('re-', 're'), ('Vice-presi-', 'Vice-presi')]
ST18860708-V12-26-page1.txt: [('hun-', 'hun'), ('sal-', 'sal')]
ST18860708-V12-26-page10.txt: [('dis-', 'dis'), ('bet-', 'bet'), ('de-', 'de'), ('under-', 'under'), ('sorrow-', 'sorrow'), ('-', '')]
ST18860708-V12-26-page11.txt: [('-a', 'a'), ('-', ''), ('Where-', 'Where'), ('un-', 'un'), ('-', ''), ('command-', 'command'), ('-', ''), ('-', ''), ('-', ''), ('cus-', 'cus'), ('any.-', 'any.')]
ST18860708-V12-26-page12.txt: [('I-', 'I'), ('offer-', 'offer'), ('mo-', 'mo'), ('cous-', 'cous'), ('whis-', 'whis'), ('as-', 'as'), ('nat-', 'nat')]
ST18860708-V12-26-page13.txt: [('re-', 're'), ('intox-', 'intox'), ('inju-', 'inju')]
ST18860708-V12-26-page14.txt: [('agi-', 'agi'), ('instruc-', 'instruc'), ('impdson-', 'impdson'), ('distri-', 'distri'), ('there-', 'there'), ('-', ''), ('athe-', 'athe')]
ST18860708-V12-26-page15.txt: [('-page', 'page'), ('AGENTS-', 'AGENTS'), ('RIGHT-', 'RIGHT'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-ate', 'ate'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860708-V12-26-page16.txt: [('-', ''), ('Bi-', 'Bi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('his-', 'his'), ('bet-', 'bet'), ('com-', 'com'), ('-', ''), ('-', ''), ('"Script-', '"Script'), ('-', ''), ('our-', 'our'), ('calcu-', 'calcu'), ('-', ''), ('-', '')]
ST18860708-V12-26-page2.txt: [('promul-', 'promul'), ('em-', 'em')]
ST18860708-V12-26-page3.txt: [('Gal.-', 'Gal.'), ('neigh-', 'neigh'), ('in-', 'in'), ('con-', 'con'), ('-', ''), ('world.-', 'world.'), ('co-', 'co'), ('sea-', 'sea')]
ST18860708-V12-26-page4.txt: [('under-', 'under'), ('consid-', 'consid'), ('Jovi-', 'Jovi'), ('sover-', 'sover'), ('insti-', 'insti')]
ST18860708-V12-26-page5.txt: [('hu-', 'hu'), ('Je-', 'Je'), ('sta-', 'sta')]
ST18860708-V12-26-page6.txt: [('-', ''), ('-', ''), ('There-', 'There'), ('accord-', 'accord'), ('-', ''), ('-', ''), ('command-', 'command'), ('testi-', 'testi')]
ST18860708-V12-26-page7.txt: [('-THE', 'THE'), ('datk-', 'datk'), ('nat-', 'nat'), ('inim-', 'inim'), ('purifica-', 'purifica'), ('uncon-', 'uncon'), ('mate-', 'mate'), ('accord-', 'accord'), ('con-', 'con'), ('-', ''), ('des-', 'des'), ('-', '')]
ST18860708-V12-26-page8.txt: [('sensi-', 'sensi'), ('dan-', 'dan'), ('Con-', 'Con')]
ST18860708-V12-26-page9.txt: [('dis-', 'dis'), ('-any', 'any'), ('beg-', 'beg')]
ST18860715-V12-27-page1.txt: [('Sav-', 'Sav'), ('"--', '"-'), ('self-', 'self'), ('-overthrow', 'overthrow'), ('con-', 'con'), ('con-', 'con'), ('pres-', 'pres')]
ST18860715-V12-27-page10.txt: [('-', ''), ('-', '')]
ST18860715-V12-27-page11.txt: [('-"Jesus', '"Jesus'), ('-divine', 'divine'), ('-take', 'take'), ('unclean-', 'unclean'), ('-', '')]
ST18860715-V12-27-page12.txt: [('for-', 'for'), ('well-', 'well'), ('seven-', 'seven'), ('un-', 'un')]
ST18860715-V12-27-page13.txt: [('but-', 'but'), ('delight-', 'delight'), ('ar-', 'ar'), ('-', ''), ('in-', 'in'), ('say-', 'say'), ('smoke.-', 'smoke.'), ('counte-', 'counte'), ('experi-', 'experi')]
ST18860715-V12-27-page14.txt: [('in-', 'in'), ('evi-', 'evi'), ('pass-', 'pass'), ('millen-', 'millen'), ('-', ''), ('Cus-', 'Cus'), ('Gar-', 'Gar'), ('-not', 'not'), ('cen-', 'cen')]
ST18860715-V12-27-page15.txt: [('-', ''), ('EIGHT-', 'EIGHT')]
ST18860715-V12-27-page16.txt: [('Vol-', 'Vol'), ('fer-', 'fer'), ('-', ''), ('recog-', 'recog'), ('-', ''), ('-', ''), ('recogni-', 'recogni'), ('-', ''), ('gen-', 'gen'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('rea-', 'rea'), ('-', ''), ('-', ''), ('-does', 'does'), ('-', ''), ('Gov-', 'Gov'), ('intemper-', 'intemper'), ('-', '')]
ST18860715-V12-27-page2.txt: [('Ce-', 'Ce'), ('abom-', 'abom'), ('over-', 'over'), ('-', ''), ('al-', 'al'), ('concern-', 'concern'), ('hun-', 'hun'), ('enforce-', 'enforce'), ('-', ''), ('-says', 'says'), ('intelli-', 'intelli'), ('Re-', 'Re'), ('gospel.-', 'gospel.'), ('-c', 'c')]
ST18860715-V12-27-page3.txt: [('Script-', 'Script'), ('ap-', 'ap'), ('-proph-', 'proph-'), ('ful-', 'ful'), ('-', ''), ('relig-', 'relig'), ('TI-', 'TI'), ("-ncan's", "ncan's"), ('Im-', 'Im'), ('-', '')]
ST18860715-V12-27-page4.txt: [('-', ''), ('act-', 'act'), ('-', '')]
ST18860715-V12-27-page5.txt: [('right-', 'right'), ('-', ''), ('Eu-', 'Eu'), ('command-', 'command'), ('-good', 'good'), ('mem-', 'mem'), ('self-de-', 'self-de'), ('pro-', 'pro')]
ST18860715-V12-27-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('per-', 'per'), ('-', '')]
ST18860715-V12-27-page7.txt: [('-', ''), ('interpreta-', 'interpreta'), ('-', ''), ('-was', 'was'), ('-', ''), ('-', ''), ('contra-', 'contra'), ('-', ''), ('-', ''), ('proph-', 'proph')]
ST18860715-V12-27-page8.txt: [('dis-', 'dis'), ('-', ''), ('-', ''), ('abol-', 'abol'), ('Im-', 'Im'), ('en-', 'en'), ('-', '')]
ST18860715-V12-27-page9.txt: [('Pres-', 'Pres'), ('com-', 'com'), ('organi-', 'organi'), ('busi-', 'busi'), ('Peta-', 'Peta'), ('.-', '.'), ('begin-', 'begin'), ('attrac-', 'attrac')]
ST18860722-V12-28-page1.txt: [('be-', 'be'), ('-teen', 'teen'), ('pecul-', 'pecul'), ('.-', '.'), ('writ-', 'writ'), ('perempto-', 'perempto')]
ST18860722-V12-28-page10.txt: [('unex-', 'unex'), ('-', ''), ('hosan-', 'hosan')]
ST18860722-V12-28-page11.txt: [('admira-', 'admira'), ('-', ''), ('-Not', 'Not'), ('dem-', 'dem'), ('-of', 'of'), ('-In', 'In'), ('re-', 're'), ('-Gen.', 'Gen.'), ('si-', 'si'), ('-Days', 'Days'), ('-T', 'T'), ('grand-', 'grand'), ('up-', 'up')]
ST18860722-V12-28-page12.txt: [('tongue--', 'tongue-'), ('unparal-', 'unparal'), ('hos-', 'hos')]
ST18860722-V12-28-page13.txt: [('un-', 'un'), ('sup-', 'sup'), ('in-', 'in'), ('-', ''), ('--tePior', '-tePior'), ('-nnd', 'nnd'), ('casu-', 'casu'), ('Vin-', 'Vin'), ('build-', 'build')]
ST18860722-V12-28-page14.txt: [('extradi-', 'extradi'), ('ar-', 'ar'), ('founda-', 'founda'), ('--The', '-The'), ('-t', 't'), ('Ly-ee-', 'Ly-ee'), ('Sab-', 'Sab'), ('be-', 'be'), ('incompre-', 'incompre'), ('St-', 'St'), ('post-', 'post')]
ST18860722-V12-28-page15.txt: [('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('mys-', 'mys'), ('-mo.', 'mo.'), ('PUB-', 'PUB'), ('GROW-', 'GROW')]
ST18860722-V12-28-page16.txt: [('-We', 'We'), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860722-V12-28-page2.txt: [('Phil-', 'Phil')]
ST18860722-V12-28-page3.txt: [('per-', 'per'), ('-', ''), ('-', ''), ('-', ''), ('sup-', 'sup'), ('-', ''), ('-', ''), ('en-', 'en')]
ST18860722-V12-28-page4.txt: [('Boni-', 'Boni'), ('seventy-', 'seventy'), ('-', ''), ('can-', 'can'), ('con-', 'con'), ('serv-', 'serv'), ('in-', 'in'), ('re-', 're')]
ST18860722-V12-28-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860722-V12-28-page6.txt: [('-', ''), ('be-', 'be'), ('excommu-', 'excommu'), ('al-', 'al'), ('previ-', 'previ'), ('un-', 'un'), ('right-', 'right')]
ST18860722-V12-28-page7.txt: [('re-', 're'), ('"sin-', '"sin'), ('media-', 'media'), ('ado-', 'ado'), ('"im-', '"im'), ('fal-', 'fal'), ('com-', 'com'), ('nega-', 'nega')]
ST18860722-V12-28-page8.txt: [('self-', 'self'), ('-', ''), ('Scandi-', 'Scandi'), ('inter-', 'inter'), ('at-', 'at'), ('sympa-', 'sympa'), ('preach-', 'preach')]
ST18860722-V12-28-page9.txt: [('mission-', 'mission'), ('recogni-', 'recogni'), ('meet-', 'meet'), ('cer-', 'cer'), ('im-', 'im')]
ST18860729-V12-29-page1.txt: [('Testa-', 'Testa'), ('great-', 'great'), ('obe-', 'obe'), ('-', '')]
ST18860729-V12-29-page10.txt: [('be-', 'be'), ('Sabbath-', 'Sabbath'), ('faith-', 'faith'), ('-', ''), ('tent-', 'tent')]
ST18860729-V12-29-page11.txt: [('-', ''), ('-', ''), ('Gen-', 'Gen'), ('-Certainly', 'Certainly'), ('-"', '"'), ('-Sabbath', 'Sabbath'), ('-', ''), ('-"And', '"And'), ('sev-', 'sev'), ('im-', 'im'), ('evi-', 'evi'), ('-To', 'To'), ('-That', 'That'), ('-', ''), ('-By', 'By'), ('-', '')]
ST18860729-V12-29-page12.txt: [('re-', 're'), ('venti-', 'venti'), ('Switz-', 'Switz'), ('say-', 'say'), ('formid-', 'formid'), ('prec-', 'prec'), ('prog-', 'prog'), ('sum-', 'sum')]
ST18860729-V12-29-page13.txt: [('shoul-', 'shoul'), ('innumer-', 'innumer'), ('im-', 'im'), ('ema-', 'ema'), ('-with', 'with'), ('re-', 're'), ('ru-', 'ru'), ('tur-', 'tur'), ('ob-', 'ob'), ('un-', 'un'), ('fam-', 'fam')]
ST18860729-V12-29-page14.txt: [('con-', 'con'), ('-', ''), ('scrim-', 'scrim'), ('Cache-', 'Cache'), ('Typograph-', 'Typograph'), ('preach-', 'preach'), ('Sab-', 'Sab')]
ST18860729-V12-29-page15.txt: [('CONFERENCE.-', 'CONFERENCE.'), ('.-', '.'), ('.-', '.'), ('-as', 'as'), ('RIGHT-', 'RIGHT'), ('SOCIETY.-', 'SOCIETY.'), ('-', ''), ('--a', '-a'), ('IN-', 'IN')]
ST18860729-V12-29-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('bound.-', 'bound.'), ('Us-', 'Us'), ('sub-', 'sub')]
ST18860729-V12-29-page2.txt: [('-', ''), ('ex-', 'ex'), ('-', ''), ('devo-', 'devo'), ('-deepthe', 'deepthe'), ('-perhaps', 'perhaps'), ('post-', 'post')]
ST18860729-V12-29-page3.txt: [('-and', 'and'), ('dis-', 'dis'), ('confi-', 'confi'), ('fruit-', 'fruit'), ('exempli-', 'exempli'), ('Chris-', 'Chris')]
ST18860729-V12-29-page4.txt: [('establish-', 'establish'), ('-', ''), ('prov-', 'prov'), ('Cen-', 'Cen'), ('estab-', 'estab'), ('precip-', 'precip'), ('Ra-', 'Ra'), ('repre-', 'repre'), ('perfidi-', 'perfidi'), ('-', ''), ('-', ''), ('Amp-', 'Amp'), ('Byza-', 'Byza'), ('-', '')]
ST18860729-V12-29-page5.txt: [('Riv-', 'Riv'), ('con-', 'con'), ('heart-', 'heart'), ('-', ''), ('ven-', 'ven'), ('king-', 'king'), ('Chris-', 'Chris')]
ST18860729-V12-29-page6.txt: [('-', ''), ('-', ''), ('Sun-', 'Sun'), ('-', ''), ('wage-earn-', 'wage-earn'), ('-', ''), ('ema-', 'ema'), ('confes-', 'confes'), ('criti-', 'criti'), ('-', ''), ('enjoin-', 'enjoin'), ('posses-', 'posses')]
ST18860729-V12-29-page7.txt: [('"-', '"'), ('-', ''), ('-', ''), ('corre-', 'corre')]
ST18860729-V12-29-page8.txt: [('fear-', 'fear'), ('cer-', 'cer'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Script-', 'Script'), ('any-', 'any')]
ST18860729-V12-29-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('substi-', 'substi'), ('-', ''), ('-', ''), ('dele-', 'dele'), ('indo-', 'indo'), ('Con-', 'Con'), ('excommu-', 'excommu'), ('die-', 'die')]
ST18860805-V12-30-page1.txt: [('stead-', 'stead'), ('spirit-', 'spirit')]
ST18860805-V12-30-page10.txt: [('Gen.-', 'Gen.'), ('-', ''), ('con-', 'con'), ('ig-', 'ig'), ('them-', 'them'), ('narra-', 'narra'), ('-', ''), ('-', ''), ('hereaf-', 'hereaf'), ('obliga-', 'obliga')]
ST18860805-V12-30-page11.txt: [('Re-', 'Re'), ('exam-', 'exam'), ('eas-', 'eas'), ('pre-', 'pre'), ('obli-', 'obli'), ('-On', 'On'), ('-The', 'The'), ('-we', 'we'), ('"Inter-', '"Inter'), ('convo-', 'convo'), ('-Bishop', 'Bishop'), ('-', ''), ('-Sabbath', 'Sabbath'), ('-', ''), ('-Most', 'Most'), ('-Simply', 'Simply')]
ST18860805-V12-30-page12.txt: [('imme-', 'imme'), ('be-', 'be')]
ST18860805-V12-30-page13.txt: [('dis-', 'dis'), ('car-', 'car'), ('con-', 'con'), ('re-', 're'), ('-', ''), ('physi-', 'physi')]
ST18860805-V12-30-page14.txt: [('TI-', 'TI'), ('--The', '-The')]
ST18860805-V12-30-page15.txt: [('ex-', 'ex'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-Spri', 'Spri'), ('Society-', 'Society'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('house-', 'house'), ('-', ''), ('Society-', 'Society'), ('.-', '.'), ('-mo.', 'mo.'), ('-', '')]
ST18860805-V12-30-page16.txt: [('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Aus-', 'Aus'), ('-', '')]
ST18860805-V12-30-page2.txt: [('-', ''), ('-', ''), ('Har-', 'Har'), ('-', ''), ('pa-', 'pa'), ('Heaven.-', 'Heaven.')]
ST18860805-V12-30-page3.txt: [('-', ''), ('ob-', 'ob')]
ST18860805-V12-30-page4.txt: [('-', ''), ('bar-', 'bar'), ('-', ''), ('sea-', 'sea'), ('-', ''), ('dis-', 'dis'), ('host-', 'host')]
ST18860805-V12-30-page5.txt: [('dis-', 'dis'), ('put-', 'put'), ('-', ''), ('-', '')]
ST18860805-V12-30-page6.txt: [('corre-', 'corre'), ('-', ''), ('ful-', 'ful'), ('num-', 'num'), ('destruc-', 'destruc'), ('for-', 'for'), ('ful-', 'ful'), ('Chan-', 'Chan'), ('dynamite-', 'dynamite'), ('ad-', 'ad'), ('over-', 'over'), ('suc-', 'suc')]
ST18860805-V12-30-page7.txt: [('spir-', 'spir'), ('un-', 'un')]
ST18860805-V12-30-page8.txt: [('fash-', 'fash'), ('Count-', 'Count'), ('-days', 'days'), ('-', ''), ('re-', 're')]
ST18860805-V12-30-page9.txt: [('bur-', 'bur'), ('follow-', 'follow')]
ST18860812-V12-31-page1.txt: [('be-', 'be'), ('image.-', 'image.'), ('im-', 'im'), ('ex-', 'ex'), ('relig-', 'relig'), ('back-', 'back')]
ST18860812-V12-31-page10.txt: [('large-', 'large'), ('beg-', 'beg'), ('-', '')]
ST18860812-V12-31-page11.txt: [('disci-', 'disci'), ('forty-', 'forty'), ('-', ''), ('-He', 'He'), ('Pe-', 'Pe'), ('-"Every', '"Every'), ('dis-', 'dis'), ('-', ''), ('ap-', 'ap'), ('-To', 'To'), ('-', ''), ('-He', 'He'), ('Sor-', 'Sor'), ('-That', 'That'), ('-', ''), ('be-', 'be'), ('-Certainly', 'Certainly')]
ST18860812-V12-31-page12.txt: [('rea-', 'rea'), ('-through', 'through')]
ST18860812-V12-31-page13.txt: [('care-', 'care'), ('-', '')]
ST18860812-V12-31-page14.txt: [('re-', 're'), ('-', ''), ('likeli-', 'likeli'), ('Mad-', 'Mad'), ('Sab-', 'Sab'), ('archbish-', 'archbish'), ('mission-', 'mission'), ('-', '')]
ST18860812-V12-31-page15.txt: [('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-page', 'page'), ('prices--', 'prices-'), ('post-', 'post'), ('RIGHT-', 'RIGHT')]
ST18860812-V12-31-page16.txt: [('can-', 'can'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('else-', 'else'), ('inter-', 'inter'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('is-', 'is'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('Bos-', 'Bos'), ('-', ''), ('-', ''), ('im-', 'im')]
ST18860812-V12-31-page2.txt: [('resplen-', 'resplen'), ('pas-', 'pas'), ('deliv-', 'deliv'), ('com-', 'com'), ('-', ''), ('ques-', 'ques'), ('lit-', 'lit'), ('re-', 're')]
ST18860812-V12-31-page3.txt: [('spirit-', 'spirit'), ('serv-', 'serv'), ('-the', 'the'), ('-of', 'of'), ('-supreme', 'supreme'), ('em-', 'em'), ('-be', 'be'), ('-only', 'only'), ('be-', 'be')]
ST18860812-V12-31-page4.txt: [('-', ''), ('re-in-', 're-in'), ('dis-', 'dis'), ('war-', 'war'), ('Mes-', 'Mes')]
ST18860812-V12-31-page5.txt: [('-', ''), ('ac-', 'ac'), ('-Most', 'Most'), ('compre-', 'compre'), ('destitu-', 'destitu'), ('-', ''), ('re-', 're'), ('ad-', 'ad'), ('evi-', 'evi'), ('in-', 'in')]
ST18860812-V12-31-page6.txt: [('-', ''), ('bet-', 'bet'), ('-', ''), ('-', ''), ('de-', 'de'), ('-This', 'This'), ('neces-', 'neces'), ('evi-', 'evi')]
ST18860812-V12-31-page7.txt: [('amend-', 'amend'), ('-', ''), ('men-', 'men'), ('histo-', 'histo')]
ST18860812-V12-31-page8.txt: [('mgck-', 'mgck'), ('neces-', 'neces'), ('rejoic-', 'rejoic'), ('-not', 'not'), ('in-', 'in'), ('feel-', 'feel'), ('-', ''), ('-', ''), ('Chaux-de-', 'Chaux-de'), ('para-', 'para')]
ST18860812-V12-31-page9.txt: [('earnest-', 'earnest'), ('-sense', 'sense'), ('manag-', 'manag'), ('-honor', 'honor'), ('ap-', 'ap'), ('breth-', 'breth'), ('-', '')]
ST18860819-V12-32-page1.txt: [('re-', 're'), ('bur-', 'bur'), ('-cruel', 'cruel'), ('success-', 'success'), ('de-', 'de'), ('Chris-', 'Chris')]
ST18860819-V12-32-page10.txt: [('meet-', 'meet'), ('-', ''), ('-', ''), ('in-', 'in'), ('Asso-', 'Asso'), ('-', '')]
ST18860819-V12-32-page11.txt: [('sub-', 'sub'), ('-Every', 'Every'), ('-They', 'They'), ('-That', 'That'), ('-That', 'That'), ('-', ''), ('Am-', 'Am'), ('-Dr.', 'Dr.'), ('command-', 'command'), ('-He', 'He'), ('-', ''), ('my-', 'my'), ('-"', '"'), ('-"', '"'), ('estab-', 'estab'), ('right-', 'right'), ('-all', 'all'), ('-', ''), ('-', '')]
ST18860819-V12-32-page12.txt: [('dis-', 'dis'), ('re-', 're'), ('sup-', 'sup'), ('for-', 'for')]
ST18860819-V12-32-page13.txt: [('experi-', 'experi'), ('en-', 'en'), ('elec-', 'elec'), ('-rightly', 'rightly'), ('-Mineral', 'Mineral'), ('load-', 'load'), ('Hat-', 'Hat'), ('proxi-', 'proxi'), ('--.Terseventy', '-.Terseventy')]
ST18860819-V12-32-page14.txt: [('--Cardinal', '-Cardinal'), ('out-', 'out'), ('Im-', 'Im'), ('Prot-', 'Prot'), ('preach-', 'preach'), ('Bi-', 'Bi'), ('Sab-', 'Sab'), ('camp-', 'camp'), ('GROW-', 'GROW'), ('--Steerage', '-Steerage'), ('--Rioting', '-Rioting')]
ST18860819-V12-32-page15.txt: [('PREVEN-', 'PREVEN'), ('cor-', 'cor'), ('ASSOCIATION.-', 'ASSOCIATION.'), ('-', ''), ('and-', 'and'), ('-', ''), ('and-', 'and'), ('-', ''), ('.G-', '.G')]
ST18860819-V12-32-page16.txt: [('-', ''), ('dis-', 'dis'), ('-', ''), ('-', ''), ('-', ''), ('vener-', 'vener'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc'), ('ac-', 'ac'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860819-V12-32-page2.txt: [('serv-', 'serv'), ('-', ''), ('-', ''), ('-upon', 'upon'), ('transgress-', 'transgress'), ('-', ''), ('Ex-', 'Ex'), ('pres-', 'pres'), ('cre-', 'cre'), ('go-', 'go'), ('-', ''), ('transgres-', 'transgres'), ('pre-', 'pre'), ('cor-', 'cor'), ('an-', 'an'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860819-V12-32-page3.txt: [('pee-', 'pee'), ('be-', 'be'), ('-Heaven', 'Heaven'), ('at-', 'at'), ('be-', 'be'), ('obli-', 'obli')]
ST18860819-V12-32-page4.txt: [('-', ''), ('Nebu-', 'Nebu'), ('-', ''), ('pris-', 'pris')]
ST18860819-V12-32-page5.txt: [('-', ''), ('-', ''), ('clean.-', 'clean.'), ('-', ''), ('-', '')]
ST18860819-V12-32-page6.txt: [('cre-', 'cre'), ('-accompanied', 'accompanied'), ('-', ''), ('-', ''), ('transgres-', 'transgres'), ('-', ''), ('dispo-', 'dispo'), ('-', ''), ('-', '')]
ST18860819-V12-32-page7.txt: [('prop-', 'prop'), ('Constitu-', 'Constitu'), ('dev-', 'dev'), ('follow-', 'follow'), ('re-', 're'), ('-ter', 'ter'), ('obliga-', 'obliga'), ('Ana-', 'Ana'), ('na-', 'na'), ('-', ''), ('disci-', 'disci'), ('-', ''), ('-of', 'of'), ('con-', 'con')]
ST18860819-V12-32-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-hath', 'hath'), ('-from', 'from'), ('-', ''), ('ene-', 'ene'), ('es-', 'es')]
ST18860819-V12-32-page9.txt: [('in-', 'in'), ('publish-', 'publish'), ('-', ''), ('peo-', 'peo'), ('re-', 're'), ('-', ''), ('de-', 'de'), ('Chris-', 'Chris')]
ST18860826-V12-33-page1.txt: [('de-', 'de'), ('-the', 'the'), ('well-', 'well'), ('under-', 'under'), ('-', ''), ('well-', 'well')]
ST18860826-V12-33-page10.txt: [('Sab-', 'Sab'), ('bat-', 'bat'), ('suc-', 'suc'), ('oppo-', 'oppo'), ('adver-', 'adver'), ('be-', 'be'), ('-', ''), ('determi-', 'determi')]
ST18860826-V12-33-page11.txt: [('-', ''), ('tribula-', 'tribula'), ('-', ''), ('con-', 'con'), ('be-', 'be'), ('-No.', 'No.'), ('-', ''), ('-Once', 'Once'), ('per-', 'per'), ('-', ''), ('-Not', 'Not'), ('-That', 'That')]
ST18860826-V12-33-page12.txt: [('occu-', 'occu'), ('white-', 'white')]
ST18860826-V12-33-page13.txt: [('enfee-', 'enfee'), ('sol-', 'sol'), ('Chris-', 'Chris'), ('solu-', 'solu'), ("d'Anthropol-", "d'Anthropol"), ('prefera-', 'prefera')]
ST18860826-V12-33-page14.txt: [('preach-', 'preach'), ('unset-', 'unset'), ('pre-', 'pre'), ('Octo-', 'Octo'), ('Cincin-', 'Cincin'), ('-', ''), ('-', ''), ('pub-', 'pub'), ('termi-', 'termi'), ('alli-', 'alli'), ('ef-', 'ef'), ('Pa-', 'Pa'), ('esti-', 'esti')]
ST18860826-V12-33-page15.txt: [('-SIGNS', 'SIGNS'), ('.-', '.'), ('.-', '.'), ('-', ''), ('well-', 'well'), ('DE-', 'DE'), ('-', ''), ('Passive.-', 'Passive.'), ('-Two', 'Two'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860826-V12-33-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('pros-', 'pros'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex'), ('com-', 'com')]
ST18860826-V12-33-page2.txt: [('ig-', 'ig'), ('com-', 'com'), ('pa-', 'pa'), ('-', ''), ('-', ''), ('-a', 'a'), ("--'", "-'"), ('hap-', 'hap')]
ST18860826-V12-33-page3.txt: [('con-', 'con'), ('-', '')]
ST18860826-V12-33-page4.txt: [('re-', 're'), ('un-', 'un'), ('apprehen-', 'apprehen'), ('com-', 'com'), ('-', ''), ('-Vandals', 'Vandals'), ('ob-', 'ob')]
ST18860826-V12-33-page5.txt: [('re-', 're'), ('obedi-', 'obedi'), ('dis-', 'dis'), ('sal-', 'sal'), ('Seventh-', 'Seventh'), ('Sun-', 'Sun')]
ST18860826-V12-33-page6.txt: [('-', ''), ('-', ''), ('sen-', 'sen'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860826-V12-33-page7.txt: [('co-', 'co'), ('-', '')]
ST18860826-V12-33-page8.txt: [('Associa-', 'Associa'), ('manufacto-', 'manufacto'), ('-', ''), ('mem-', 'mem'), ('-and', 'and'), ('prim-', 'prim'), ('writ-', 'writ')]
ST18860826-V12-33-page9.txt: [('ser-', 'ser'), ('en-', 'en'), ('-because', 'because'), ('prac-', 'prac'), ('-everything', 'everything'), ('won-', 'won'), ('-', ''), ('regula-', 'regula'), ('worth-', 'worth'), ('what-', 'what'), ('be-', 'be')]
ST18860902-V12-34-page1.txt: [('posses-', 'posses')]
ST18860902-V12-34-page10.txt: [('-Holy', 'Holy'), ('An-', 'An'), ('-', ''), ('-', ''), ('thir-', 'thir'), ('con-', 'con'), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('Right-', 'Right')]
ST18860902-V12-34-page11.txt: [('-', ''), ('mid-', 'mid'), ('meet-', 'meet'), ('-Jerusalem', 'Jerusalem'), ('-', ''), ('-On', 'On'), ('-They', 'They'), ('af-', 'af'), ('troub-', 'troub'), ('-', ''), ('-', '')]
ST18860902-V12-34-page12.txt: [('unconquer-', 'unconquer'), ('Flan-', 'Flan'), ('mean-', 'mean'), ('inhabit-', 'inhabit'), ('grind-', 'grind'), ('mus-', 'mus'), ('Ven-', 'Ven')]
ST18860902-V12-34-page13.txt: [('re-', 're'), ('wel-', 'wel'), ('--', '-'), ('to-', 'to'), ('poison-', 'poison'), ('pre-', 'pre'), ('stammer-', 'stammer'), ('to-', 'to'), ('--', '-')]
ST18860902-V12-34-page14.txt: [('posses-', 'posses'), ('Mor-', 'Mor')]
ST18860902-V12-34-page15.txt: [('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('COLLX-', 'COLLX'), ('GROW-', 'GROW')]
ST18860902-V12-34-page16.txt: [('mes-', 'mes'), ('al-', 'al'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Nurs-', 'Nurs'), ('over-', 'over'), ('Prohi-', 'Prohi'), ('-r', 'r'), ('-', ''), ('SENTI-', 'SENTI')]
ST18860902-V12-34-page2.txt: [('direc-', 'direc'), ('-', ''), ('depart-', 'depart'), ('culmi-', 'culmi'), ('-necessity', 'necessity'), ('capac-', 'capac'), ('bond-', 'bond')]
ST18860902-V12-34-page3.txt: [('uni-', 'uni'), ('Sab-', 'Sab'), ('-the', 'the'), ('disap-', 'disap'), ('re-', 're')]
ST18860902-V12-34-page4.txt: [('under-', 'under'), ('cloth-', 'cloth'), ('de-', 'de'), ('reso-', 'reso'), ('Theo-', 'Theo'), ('De-', 'De'), ('Wala-', 'Wala'), ('Theo-', 'Theo'), ('thou-', 'thou'), ('-', ''), ('fero-', 'fero'), ('con-', 'con'), ('.-', '.')]
ST18860902-V12-34-page5.txt: [('gos-', 'gos'), ('re-', 're'), ('un-', 'un'), ('spir-', 'spir'), ('ob-', 'ob'), ('vi-', 'vi'), ('in-', 'in'), ('Chris-', 'Chris'), ('attain-', 'attain')]
ST18860902-V12-34-page6.txt: [('-Sermon', 'Sermon'), ('ordi-', 'ordi'), ('school-', 'school'), ('condemna-', 'condemna')]
ST18860902-V12-34-page7.txt: [('sue-', 'sue'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('med-', 'med'), ('-', ''), ('COO-', 'COO'), ('out-', 'out')]
ST18860902-V12-34-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('per-', 'per'), ('-', ''), ('-', ''), ('un-', 'un')]
ST18860902-V12-34-page9.txt: [('Or-', 'Or')]
ST18860909-V12-35-page1.txt: [('Mag--', 'Mag-'), ('ap-', 'ap'), ('mem-', 'mem'), ('Chris-', 'Chris'), ('heart-', 'heart')]
ST18860909-V12-35-page10.txt: [('Bible-read-', 'Bible-read'), ('es-', 'es'), ('en-', 'en'), ('re-en-', 're-en'), ('for-', 'for'), ('ex-', 'ex'), ('-who', 'who'), ('-', ''), ('-', '')]
ST18860909-V12-35-page11.txt: [('-lb.', 'lb.'), ('re-', 're'), ('-when', 'when'), ('-She', 'She'), ('-', ''), ('-"', '"'), ('-From', 'From'), ('one-', 'one'), ('-', ''), ('-', ''), ('vener-', 'vener'), ('Sab-', 'Sab')]
ST18860909-V12-35-page12.txt: [('-', ''), ('occu-', 'occu'), ('of-', 'of'), ('a-', 'a')]
ST18860909-V12-35-page13.txt: [('school-', 'school'), ('in-', 'in')]
ST18860909-V12-35-page14.txt: [('-', ''), ('mil-', 'mil'), ('spread-', 'spread'), ('giv-', 'giv'), ('Sis-', 'Sis'), ('-inch', 'inch')]
ST18860909-V12-35-page15.txt: [('im-', 'im'), ('PREVEN-', 'PREVEN'), ('dissemina-', 'dissemina'), ('sys-', 'sys'), ('-as', 'as'), ('Exam-', 'Exam'), ('To-', 'To'), ('IN-', 'IN')]
ST18860909-V12-35-page16.txt: [('resump-', 'resump'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Cer-', 'Cer'), ('-', ''), ('-', ''), ('accord-', 'accord'), ('-', ''), ('-', ''), ('defi-', 'defi'), ('-', ''), ('preced-', 'preced'), ('investi-', 'investi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('anti-', 'anti')]
ST18860909-V12-35-page2.txt: [('in-', 'in'), ('encroach-', 'encroach'), ('relig-', 'relig'), ('con-', 'con'), ('boy-', 'boy')]
ST18860909-V12-35-page3.txt: [('con-', 'con'), ('apos-', 'apos')]
ST18860909-V12-35-page4.txt: [('neigh-', 'neigh'), ('al-', 'al'), ('na-', 'na'), ('pal-', 'pal'), ('-', ''), ('-', ''), ('ex-', 'ex'), ('prov-', 'prov'), ('dis-', 'dis'), ('-', ''), ('-', ''), ('per-', 'per')]
ST18860909-V12-35-page5.txt: [('Chris-', 'Chris'), ('for-', 'for'), ('-', ''), ('Chris-', 'Chris'), ('in-', 'in')]
ST18860909-V12-35-page6.txt: [('-', ''), ('-', ''), ('"Remem-', '"Remem'), ('inter-', 'inter'), ('command-', 'command'), ('-', ''), ('-', ''), ('refer-', 'refer')]
ST18860909-V12-35-page7.txt: [('mat-', 'mat'), ('-', ''), ('-', ''), ('Mes-', 'Mes'), ('meet-', 'meet'), ('grate-', 'grate'), ('de-', 'de'), ('in-', 'in')]
ST18860909-V12-35-page8.txt: [('organ-', 'organ'), ('-', ''), ('in-', 'in'), ('-', ''), ('jus-', 'jus'), ('together-', 'together'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dil-', 'dil'), ('-', '')]
ST18860909-V12-35-page9.txt: [('-less', 'less'), ('miss-', 'miss'), ('-not', 'not'), ('tre-', 'tre'), ('pros-', 'pros'), ('partic-', 'partic')]
ST18860916-V12-36-page10.txt: [('-', ''), ('in-', 'in'), ('print-', 'print'), ('English-', 'English'), ('mo-', 'mo'), ('-', '')]
ST18860916-V12-36-page11.txt: [('incorrupt-', 'incorrupt'), ('teach-', 'teach'), ('-', ''), ('-Immediately', 'Immediately'), ('-', ''), ('-', ''), ('over-', 'over'), ('UP.-', 'UP.'), ('-Probably', 'Probably'), ('-', ''), ('-', ''), ('deliver-', 'deliver'), ('para-', 'para'), ('be-', 'be'), ('tempta-', 'tempta'), ('-into', 'into'), ('naughti-', 'naughti'), ('ex-', 'ex'), ('re-', 're'), ('-', ''), ('over-', 'over')]
ST18860916-V12-36-page12.txt: [('-VOL.', 'VOL.'), ('-table.', 'table.'), ('-', '')]
ST18860916-V12-36-page13.txt: [('increas-', 'increas'), ('Bulle-', 'Bulle'), ('-we', 'we'), ('be-', 'be'), ('opin-', 'opin'), ('-a', 'a')]
ST18860916-V12-36-page14.txt: [('Sab-', 'Sab'), ('Jour-', 'Jour'), ('prohi-', 'prohi'), ('-', ''), ('-', ''), ('abro-', 'abro')]
ST18860916-V12-36-page15.txt: [('-', ''), ('SOCIETY.-', 'SOCIETY.'), ('-', ''), ('-a', 'a'), ('-is', 'is'), ('--a', '-a'), ('.-', '.'), ('-mo.', 'mo.'), ('-', ''), ('-', ''), ('corners.--', 'corners.-')]
ST18860916-V12-36-page16.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18860916-V12-36-page2.txt: [('-', ''), ('righteous-', 'righteous'), ('out-', 'out'), ('posi-', 'posi'), ('-', ''), ('state-', 'state'), ('leav-', 'leav'), ('-', ''), ('-with', 'with')]
ST18860916-V12-36-page3.txt: [('sup-', 'sup'), ('satisfac-', 'satisfac'), ('hon-', 'hon'), ('Sab-', 'Sab'), ('deliber-', 'deliber'), ('gov-', 'gov'), ('politi-', 'politi'), ('-which', 'which'), ('Con-', 'Con')]
ST18860916-V12-36-page4.txt: [('-', ''), ('-', ''), ('-Atlantic', 'Atlantic'), ('-', ''), ('-', ''), ('sov-', 'sov')]
ST18860916-V12-36-page5.txt: [('-Men', 'Men'), ('-', ''), ('-', ''), ('script-', 'script'), ('-', ''), ('Chris-', 'Chris'), ('-', ''), ('-', ''), ('Confu-', 'Confu'), ('-', ''), ('-', '')]
ST18860916-V12-36-page6.txt: [('-', ''), ('Testa-', 'Testa'), ('-', ''), ('con-', 'con'), ('-', ''), ('experi-', 'experi'), ('oper-', 'oper')]
ST18860916-V12-36-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('with-', 'with'), ('-', ''), ('-', ''), ('sanctu-', 'sanctu'), ('-', ''), ('-', ''), ('serv-', 'serv'), ('cer-', 'cer'), ('cleans-', 'cleans')]
ST18860916-V12-36-page8.txt: [('con-', 'con'), ('-', ''), ('cleans-', 'cleans'), ('to-', 'to')]
ST18860916-V12-36-page9.txt: [('en-', 'en'), ('--affirrning', '-affirrning'), ('temper-', 'temper'), ('fort-', 'fort'), ('-', ''), ('Acad-', 'Acad')]
ST18860923-V12-37-page1.txt: [('par-', 'par')]
ST18860923-V12-37-page10.txt: [('Ol-', 'Ol'), ('-', ''), ('build-', 'build')]
ST18860923-V12-37-page11.txt: [('him-', 'him'), ('trem-', 'trem'), ('forbear-', 'forbear'), ('minis-', 'minis'), ('ful-', 'ful'), ('of-', 'of')]
ST18860923-V12-37-page13.txt: [('cent-', 'cent'), ('ac-', 'ac'), ('esti-', 'esti')]
ST18860923-V12-37-page14.txt: [('-', ''), ('-One-third', 'One-third'), ('-The', 'The'), ('-', ''), ('-Lightning', 'Lightning'), ('-', ''), ('-Another', 'Another'), ('-', ''), ('-', ''), ('-A', 'A'), ('-.A.', '.A.'), ('-', ''), ('-', ''), ('-Verse', 'Verse'), ('-On', 'On'), ('dam-', 'dam'), ('-Fifteen', 'Fifteen'), ('-', ''), ('-That', 'That'), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-Twelve', 'Twelve'), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-A', 'A'), ('-The', 'The')]
ST18860923-V12-37-page15.txt: [('Sab-', 'Sab'), ('Bi-', 'Bi'), ('-', ''), ('rou-', 'rou'), ('ices-', 'ices'), ('be-', 'be'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-Virginia', 'Virginia'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('PREVEN-', 'PREVEN')]
ST18860923-V12-37-page16.txt: [('-', ''), ('-', ''), ('ap-', 'ap'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('accom-', 'accom'), ('Browns-', 'Browns'), ('con-', 'con'), ('-', ''), ('-', '')]
ST18860923-V12-37-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18860923-V12-37-page3.txt: [('afflic-', 'afflic'), ('genu-', 'genu'), ('per-', 'per'), ('fre-', 'fre'), ('par-', 'par'), ('im-', 'im')]
ST18860923-V12-37-page4.txt: [('-port', 'port'), ('-', ''), ('-', ''), ('-', '')]
ST18860923-V12-37-page5.txt: [('redemp-', 'redemp'), ('-', ''), ('-', '')]
ST18860923-V12-37-page6.txt: [('school-', 'school'), ('-', ''), ('-', ''), ('de-', 'de'), ('transgress-', 'transgress'), ('be-', 'be'), ('perpe-', 'perpe'), ('state-', 'state'), ('-', ''), ('-', ''), ('set-', 'set')]
ST18860923-V12-37-page7.txt: [('dif-', 'dif'), ('-', ''), ('-', ''), ('earth-', 'earth'), ('wine-', 'wine'), ('-', ''), ('-', ''), ('-', '')]
ST18860923-V12-37-page8.txt: [('pres-', 'pres'), ('instru-', 'instru'), ('stand-', 'stand'), ('fin-', 'fin'), ('Sun-', 'Sun')]
ST18860923-V12-37-page9.txt: [('Sab-', 'Sab'), ('Soci-', 'Soci'), ('Script-', 'Script'), ('in-', 'in'), ('set-', 'set'), ('author-', 'author')]
ST18860930-V12-38-page1.txt: [('unfaith-', 'unfaith'), ('fee-', 'fee'), ('TI-', 'TI'), ('far-', 'far'), ('actu-', 'actu')]
ST18860930-V12-38-page10.txt: [('How-', 'How'), ('posi-', 'posi'), ('peo-', 'peo'), ('dis-', 'dis'), ('ju-', 'ju'), ('-man', 'man'), ('-', '')]
ST18860930-V12-38-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('for-', 'for'), ('--Rev.', '-Rev.'), ('sin-', 'sin')]
ST18860930-V12-38-page12.txt: [('sum-', 'sum'), ('dur-', 'dur'), ('-', ''), ('intel-', 'intel')]
ST18860930-V12-38-page13.txt: [('con-', 'con'), ('dissipa-', 'dissipa'), ('hobby-', 'hobby'), ('com-', 'com')]
ST18860930-V12-38-page14.txt: [('-', ''), ('in-', 'in'), ('satisfac-', 'satisfac'), ('working-', 'working'), ('confis-', 'confis'), ('non-', 'non'), ('-', ''), ('-Labrador', 'Labrador'), ('-', ''), ('Oc-', 'Oc')]
ST18860930-V12-38-page15.txt: [('-', ''), ('-', ''), ('--Delegates', '-Delegates'), ('PREVEN-', 'PREVEN'), ('.-', '.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Domes-', 'Domes')]
ST18860930-V12-38-page16.txt: [('breth-', 'breth'), ('-', ''), ('-', ''), ('direc-', 'direc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('im-', 'im'), ('-', ''), ('-', '')]
ST18860930-V12-38-page2.txt: [('en-', 'en'), ('dor-', 'dor'), ('be-', 'be'), ('tem-', 'tem'), ('apos-', 'apos'), ('-', ''), ('ef-', 'ef'), ('with-', 'with'), ('-', '')]
ST18860930-V12-38-page3.txt: [('pre-', 'pre'), ('re-', 're'), ('uni-', 'uni'), ('act-', 'act'), ('re-', 're'), ('proph-', 'proph')]
ST18860930-V12-38-page4.txt: [('Ostro-', 'Ostro'), ('proph-', 'proph'), ('in-', 'in'), ('-', ''), ('-', ''), ('al-', 'al')]
ST18860930-V12-38-page5.txt: [('the-', 'the'), ('Babylo-', 'Babylo'), ('proc-', 'proc'), ('-', ''), ('-', ''), ('-', '')]
ST18860930-V12-38-page6.txt: [('seventh-', 'seventh'), ('-', ''), ('-which', 'which'), ('distinc-', 'distinc')]
ST18860930-V12-38-page7.txt: [('sup-', 'sup'), ('dispo-', 'dispo'), ('command-', 'command'), ('-', ''), ('con-', 'con')]
ST18860930-V12-38-page8.txt: [('-', ''), ('been-', 'been'), ('num-', 'num')]
ST18860930-V12-38-page9.txt: [('-', ''), ('mis-', 'mis'), ('Scandina-', 'Scandina'), ('inves-', 'inves'), ('-', ''), ('be-', 'be'), ('-', ''), ('Wood-', 'Wood'), ('-', ''), ('camp-', 'camp'), ('dis-', 'dis'), ('prO-', 'prO'), ('con-', 'con'), ('prac-', 'prac'), ('after-', 'after')]
ST18861007-V12-39-page1.txt: [('-', ''), ('them-', 'them'), ('ati-', 'ati'), ('foun-', 'foun')]
ST18861007-V12-39-page10.txt: [('exces-', 'exces'), ('pun-', 'pun'), ('multi-', 'multi')]
ST18861007-V12-39-page11.txt: [('-He', 'He'), ('sepul-', 'sepul'), ('curi-', 'curi'), ('ac-', 'ac'), ('salva-', 'salva'), ('what-', 'what'), ('indiscrim-', 'indiscrim'), ('-By', 'By')]
ST18861007-V12-39-page12.txt: [('Ar-', 'Ar'), ('hitch-', 'hitch'), ('pro-', 'pro'), ('-', ''), ('-', '')]
ST18861007-V12-39-page13.txt: [('degenera-', 'degenera'), ('to-', 'to'), ('ex-', 'ex'), ('-The', 'The'), ('in-', 'in'), ('-It', 'It')]
ST18861007-V12-39-page14.txt: [('South-', 'South'), ('Con-', 'Con'), ('-The', 'The'), ('breth-', 'breth'), ('-', ''), ('"conser-', '"conser'), ('re-', 're'), ('prom-', 'prom'), ('con-', 'con'), ('per-', 'per')]
ST18861007-V12-39-page15.txt: [('preachprices-', 'preachprices'), ('Bi-', 'Bi'), ('seen."--', 'seen."-'), ('---', '--'), ('BAOLNII-', 'BAOLNII'), ('--', '-'), ('House-', 'House'), ('-A', 'A')]
ST18861007-V12-39-page16.txt: [('-', ''), ('infal-', 'infal'), ('infallibil-', 'infallibil'), ('de-', 'de'), ('cent-', 'cent'), ('sense-', 'sense'), ('-', '')]
ST18861007-V12-39-page2.txt: [('dur-', 'dur'), ('contin-', 'contin'), ('-', ''), ('ex-', 'ex'), ('re-', 're')]
ST18861007-V12-39-page3.txt: [('sometime.-', 'sometime.'), ('gos-', 'gos'), ('believ-', 'believ'), ('ear-', 'ear')]
ST18861007-V12-39-page4.txt: [('some-', 'some'), ('resi-', 'resi'), ('soci-', 'soci'), ('Brit-', 'Brit'), ('Pa-', 'Pa'), ('-', ''), ('--s', '-s'), ('-', '')]
ST18861007-V12-39-page5.txt: [('deri-', 'deri'), ('accept-', 'accept'), ('waver-', 'waver'), ('-', ''), ('rais-', 'rais'), ('dis-', 'dis'), ('-', '')]
ST18861007-V12-39-page6.txt: [('-', ''), ('rapid-', 'rapid'), ('-', ''), ('com-', 'com'), ('cer-', 'cer'), ('-', ''), ('-', ''), ('admit-', 'admit')]
ST18861007-V12-39-page7.txt: [('-', ''), ('understand-', 'understand'), ('---eltni', '--eltni'), ('There-', 'There'), ('proph-', 'proph'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cru-', 'cru'), ('instru-', 'instru')]
ST18861007-V12-39-page8.txt: [('un-', 'un'), ('earth--', 'earth-'), ('coun-', 'coun'), ('as-', 'as'), ('Accord-', 'Accord'), ('cer-', 'cer'), ('-.', '.')]
ST18861007-V12-39-page9.txt: [('-', ''), ('-', ''), ('-there.', 'there.'), ('Con-', 'Con'), ('-', ''), ('inhu-', 'inhu'), ('-', ''), ('for-', 'for'), ('Ba-', 'Ba')]
ST18861021-V12-40-page1.txt: [('over-', 'over'), ('re-', 're'), ('follow-', 'follow'), ('delu-', 'delu'), ('obe-', 'obe'), ('cere-', 'cere'), ('re-', 're'), ('un-', 'un'), ('Mo-', 'Mo'), ('im-', 'im')]
ST18861021-V12-40-page10.txt: [('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('tome.-', 'tome.'), ('truth-', 'truth'), ('over-', 'over'), ('Mat-', 'Mat')]
ST18861021-V12-40-page11.txt: [('AMAZE-', 'AMAZE'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pre-', 'pre'), ('-', ''), ('-', '')]
ST18861021-V12-40-page12.txt: [('"Eight-', '"Eight'), ('-', ''), ('re-', 're'), ('peo-', 'peo'), ('devot-', 'devot'), ('curios-', 'curios')]
ST18861021-V12-40-page13.txt: [('-', ''), ('-as', 'as'), ('de-', 'de'), ('truth-', 'truth'), ('our-', 'our')]
ST18861021-V12-40-page14.txt: [('mo-', 'mo'), ('un-', 'un'), ('Franco-', 'Franco'), ('mur-', 'mur'), ('prob-', 'prob'), ('Arms-', 'Arms'), ('-', ''), ('unem-', 'unem'), ('be-', 'be'), ('advo-', 'advo'), ('IN-', 'IN')]
ST18861021-V12-40-page15.txt: [('Christ--', 'Christ-'), ('Sun-', 'Sun'), ('-', ''), ('-', ''), ('-', '')]
ST18861021-V12-40-page16.txt: [('-', ''), ('-increased', 'increased'), ('for-', 'for'), ('Cos-', 'Cos'), ('do-', 'do'), ('-', ''), ('disobedi-', 'disobedi'), ('-', '')]
ST18861021-V12-40-page2.txt: [('-', ''), ('-', ''), ('-ourselves', 'ourselves')]
ST18861021-V12-40-page3.txt: [('us--', 'us-'), ('-', ''), ('lit-', 'lit'), ('em-', 'em'), ('-ton', 'ton'), ('no-', 'no'), ('fool-', 'fool'), ('-', ''), ('guid-', 'guid'), ('percep-', 'percep')]
ST18861021-V12-40-page4.txt: [('Constantino-', 'Constantino'), ('after-', 'after'), ('dis-', 'dis'), ('them-', 'them'), ('Au-', 'Au'), ('-', ''), ('-', ''), ('sover-', 'sover'), ('memor-', 'memor'), ('ignomin-', 'ignomin')]
ST18861021-V12-40-page5.txt: [('theo-', 'theo'), ('con-', 'con'), ('read-', 'read'), ('wor-', 'wor')]
ST18861021-V12-40-page6.txt: [('f-', 'f'), ('-', ''), ('-wael', 'wael'), ('re-', 're')]
ST18861021-V12-40-page7.txt: [('-might', 'might'), ('judg-', 'judg'), ('-ind', 'ind'), ('-', ''), ('-', ''), ('be-', 'be'), ('-', '')]
ST18861021-V12-40-page8.txt: [('righteous-', 'righteous'), ('-', ''), ('employ-', 'employ'), ('-', ''), ('thou-', 'thou')]
ST18861021-V12-40-page9.txt: [('Jere-', 'Jere'), ('per-', 'per'), ('-', ''), ('subscrip-', 'subscrip'), ('Sab-', 'Sab')]
ST18861111-V12-43-page1.txt: [('hav-', 'hav'), ('be-', 'be'), ('es-', 'es'), ('-', ''), ('sur-', 'sur')]
ST18861111-V12-43-page10.txt: [('-', ''), ('-', ''), ('-S.', 'S.'), ('sen-', 'sen'), ('pres-', 'pres'), ('necessa-', 'necessa'), ('substan-', 'substan')]
ST18861111-V12-43-page11.txt: [('interces-', 'interces'), ('Laz-', 'Laz'), ('speak-', 'speak'), ('feel-', 'feel'), ('-', ''), ('lit-', 'lit'), ('refer-', 'refer'), ('-That', 'That'), ('-"A', '"A'), ('-Christ.', 'Christ.'), ('com-', 'com'), ('-', ''), ('answer-', 'answer'), ('-It', 'It')]
ST18861111-V12-43-page12.txt: [('cent-', 'cent'), ('crit-', 'crit'), ('hun-', 'hun'), ('incor-', 'incor')]
ST18861111-V12-43-page13.txt: [('in-', 'in'), ('chain-micro-', 'chain-micro')]
ST18861111-V12-43-page14.txt: [('Lu-', 'Lu'), ('ho-', 'ho'), ('uncon-', 'uncon'), ('Phil-', 'Phil'), ('dyna-', 'dyna'), ('-pound', 'pound'), ('par-', 'par'), ('through-', 'through'), ('al-', 'al'), ('-', ''), ('-', '')]
ST18861111-V12-43-page15.txt: [('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('RE-', 'RE')]
ST18861111-V12-43-page16.txt: [('earnest-', 'earnest'), ('Abra-', 'Abra'), ('carrying.f.---..--', 'carrying.f.---..-'), ('conse-', 'conse'), ('differ-', 'differ'), ('camp-', 'camp'), ('con-', 'con'), ('-', '')]
ST18861111-V12-43-page2.txt: [('sanctifi-', 'sanctifi'), ('be-', 'be'), ('Go-', 'Go'), ('-', ''), ('sanctifi-', 'sanctifi'), ('knowl-', 'knowl'), ('-', ''), ('you.-', 'you.'), ('guess-', 'guess')]
ST18861111-V12-43-page3.txt: [('super-', 'super'), ('com-', 'com')]
ST18861111-V12-43-page4.txt: [('per-', 'per'), ('Pyre-', 'Pyre'), ('ortho-', 'ortho'), ('Beau-', 'Beau'), ('formida-', 'formida')]
ST18861111-V12-43-page5.txt: [('keep-', 'keep'), ('im-', 'im'), ('for-', 'for')]
ST18861111-V12-43-page6.txt: [('im-', 'im'), ('-', ''), ('salva-', 'salva'), ('-', ''), ('swal-', 'swal'), ('-', '')]
ST18861111-V12-43-page7.txt: [('--should', '-should'), ('aston-', 'aston'), ('him-', 'him'), ('ex-', 'ex'), ('in-', 'in'), ('fhan-', 'fhan'), ('oc-', 'oc'), ('Sav-', 'Sav')]
ST18861111-V12-43-page9.txt: [('en-', 'en'), ('-', ''), ('-', ''), ('ques-', 'ques')]
ST18861118-V12-44-page10.txt: [('Chris-', 'Chris'), ('sister-', 'sister'), ('sum-', 'sum'), ('ac-', 'ac'), ('-', ''), ('so-', 'so'), ('more--', 'more-'), ('Mes-', 'Mes'), ('cour-', 'cour'), ('ener-', 'ener')]
ST18861118-V12-44-page11.txt: [('-', ''), ('-', '')]
ST18861118-V12-44-page12.txt: [('tor-', 'tor'), ('de-', 'de')]
ST18861118-V12-44-page13.txt: [('temper-', 'temper')]
ST18861118-V12-44-page14.txt: [('is-', 'is'), ('twenty-', 'twenty'), ('death-', 'death'), ('every-', 'every'), ('Septem-', 'Septem'), ('-', ''), ('Connecti-', 'Connecti'), ('prop-', 'prop'), ('alder-', 'alder'), ('-', ''), ('be-', 'be'), ('Sab-', 'Sab'), ('Bi-', 'Bi')]
ST18861118-V12-44-page15.txt: [('MISSIONS.-', 'MISSIONS.'), ('FUND.-', 'FUND.'), ('-mo.', 'mo.'), ('-', ''), ('-PAGE', 'PAGE'), ('INTERNA-', 'INTERNA'), ('prices-', 'prices'), ('espe-', 'espe')]
ST18861118-V12-44-page16.txt: [('Pow-', 'Pow'), ('argu-', 'argu'), ('com-', 'com'), ('-', ''), ('or-', 'or')]
ST18861118-V12-44-page2.txt: [('-', ''), ('solidi-', 'solidi'), ('-', '')]
ST18861118-V12-44-page3.txt: [('pa-', 'pa'), ('cus-', 'cus'), ('-', ''), ('Sa-', 'Sa'), ('---the', '--the'), ('possi-', 'possi'), ('prayer-', 'prayer'), ('selfish-', 'selfish')]
ST18861118-V12-44-page4.txt: [('tow-', 'tow'), ('with-', 'with'), ('it-', 'it'), ('scan-', 'scan')]
ST18861118-V12-44-page5.txt: [('neigh-', 'neigh'), ('-', ''), ('-', ''), ('alli-', 'alli'), ('him-', 'him'), ('ten-', 'ten')]
ST18861118-V12-44-page6.txt: [('infer-', 'infer'), ('ap-', 'ap'), ('-', ''), ('author-', 'author'), ('-', ''), ('Spirit-', 'Spirit'), ('admit-', 'admit')]
ST18861118-V12-44-page7.txt: [('-', ''), ('-', ''), ('establish-', 'establish'), ('-', ''), ('Mag-', 'Mag'), ('-', ''), ('sep-', 'sep'), ('com-', 'com'), ('-', ''), ('-', '')]
ST18861118-V12-44-page8.txt: [('-', ''), ('troub-', 'troub'), ('-', ''), ('-', ''), ('engaged-', 'engaged'), ('-', '')]
ST18861118-V12-44-page9.txt: [('-', ''), ('-', ''), ('neces-', 'neces'), ('pres-', 'pres'), ('them-', 'them'), ('say-', 'say'), ('neces-', 'neces')]
ST18861125-V12-45-page1.txt: [('preach-', 'preach'), ('-', ''), ('be-', 'be')]
ST18861125-V12-45-page10.txt: [('-', ''), ('Rich-', 'Rich'), ('Calix-', 'Calix'), ('dis-', 'dis'), ('ascend-', 'ascend'), ('-', ''), ('-', ''), ('morn-', 'morn')]
ST18861125-V12-45-page11.txt: [('hav-', 'hav'), ('-', ''), ('-', ''), ('-', ''), ('an-', 'an'), ('-of', 'of'), ('-', ''), ('re-', 're'), ('commenta-', 'commenta'), ('-we', 'we'), ('re-', 're'), ('sanc-', 'sanc')]
ST18861125-V12-45-page12.txt: [('rife--', 'rife-'), ('blub-', 'blub'), ('place.-', 'place.'), ('-his', 'his'), ('perform-', 'perform'), ('affec-', 'affec'), ('-wise-hearted', 'wise-hearted')]
ST18861125-V12-45-page13.txt: [('remark-', 'remark'), ('im-', 'im'), ('atten-', 'atten'), ('-', ''), ('mis-', 'mis'), ('restrain-', 'restrain'), ('com-', 'com')]
ST18861125-V12-45-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('church-', 'church'), ('ani-', 'ani'), ('Wash-', 'Wash'), ('in-', 'in'), ('-', ''), ('-', ''), ('Sab-', 'Sab'), ('inten-', 'inten')]
ST18861125-V12-45-page15.txt: [('-The', 'The'), ('-', ''), ('persecn-', 'persecn'), ('sub-', 'sub'), ('-', ''), ('-Bible', 'Bible'), ('-S', 'S'), ('DE-', 'DE'), ('House-', 'House'), ('-A', 'A'), ('Cellar-', 'Cellar'), ('Tea-Pot-', 'Tea-Pot'), ('-The', 'The'), ('Blossom-', 'Blossom'), ('-', ''), ('-', ''), ('-Our', 'Our'), ('Curse-', 'Curse'), ('e-', 'e'), ('Coffee-', 'Coffee'), ('Use-', 'Use'), ('-', ''), ('cor-', 'cor')]
ST18861125-V12-45-page16.txt: [('TI-', 'TI'), ('-', ''), ('Massachti-', 'Massachti'), ('prop-', 'prop'), ('institu-', 'institu'), ('pres-', 'pres'), ('-', ''), ('funda-', 'funda')]
ST18861125-V12-45-page2.txt: [('re-', 're'), ('-', ''), ('mem-', 'mem')]
ST18861125-V12-45-page3.txt: [('Ram-', 'Ram'), ('Boo-', 'Boo'), ('Med-', 'Med'), ('dis-', 'dis'), ('can-', 'can'), ('hum-', 'hum'), ('ter-', 'ter'), ('recov-', 'recov')]
ST18861125-V12-45-page4.txt: [('pal-', 'pal'), ('an-', 'an'), ('with-', 'with'), ('-', ''), ('stum-', 'stum'), ('herit-', 'herit'), ('-', ''), ('con-', 'con'), ('-', '')]
ST18861125-V12-45-page5.txt: [('-practice', 'practice'), ('Hindo-', 'Hindo'), ('pres-', 'pres'), ('precious-', 'precious'), ('with-', 'with'), ('con-', 'con'), ('num-', 'num'), ('lan-', 'lan'), ('-', ''), ('how-', 'how')]
ST18861125-V12-45-page6.txt: [('He-', 'He'), ('tin-', 'tin'), ('-', ''), ('com-', 'com'), ('refer-', 'refer'), ('-', ''), ('verses-', 'verses'), ('-', ''), ('Sa-', 'Sa')]
ST18861125-V12-45-page7.txt: [('Sun-', 'Sun'), ('-', ''), ('sec-', 'sec'), ('-', ''), ('mid-', 'mid'), ('fel-', 'fel'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('breth-', 'breth')]
ST18861125-V12-45-page8.txt: [('-', ''), ('Probe-', 'Probe'), ('Univer-', 'Univer')]
ST18861125-V12-45-page9.txt: [('-', ''), ('-', ''), ('MISSIONARY-', 'MISSIONARY'), ('-', ''), ('ef-', 'ef'), ('-thing', 'thing'), ('some-', 'some'), ('-', ''), ('confi-', 'confi'), ('prophe-', 'prophe'), ('testi-', 'testi'), ('greatcontro-', 'greatcontro'), ('re-', 're'), ('-', ''), ('examin-', 'examin')]
ST18861202-V12-46-page1.txt: [('breth-', 'breth'), ('well-mean-', 'well-mean'), ('-"Filially', '"Filially')]
ST18861202-V12-46-page10.txt: [('-', ''), ('pecul-', 'pecul'), ('dis-', 'dis'), ('dis-', 'dis'), ('-', '')]
ST18861202-V12-46-page11.txt: [('-', ''), ('-', ''), ('heav-', 'heav'), ('appre-', 'appre'), ('-That', 'That'), ('vine-', 'vine'), ('morn-', 'morn'), ('-That', 'That'), ('-Faith', 'Faith'), ('mur-', 'mur'), ('-A', 'A'), ('tes-', 'tes'), ('Je-', 'Je'), ('dissatis-', 'dissatis'), ('with-', 'with'), ('an-', 'an')]
ST18861202-V12-46-page12.txt: [('rel-', 'rel'), ('him-', 'him'), ('chang-', 'chang'), ('-', '')]
ST18861202-V12-46-page13.txt: [('ra-', 'ra'), ('ab-', 'ab'), ('en-', 'en'), ('seduc-', 'seduc')]
ST18861202-V12-46-page14.txt: [('undistin-', 'undistin'), ('Gei-', 'Gei'), ('pres-', 'pres'), ('Post-', 'Post'), ('depart-', 'depart'), ('-', ''), ('them-', 'them'), ('-the', 'the')]
ST18861202-V12-46-page15.txt: [('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('RIGHT-', 'RIGHT'), ('A-', 'A'), ('-PACE', 'PACE'), ('INTERNA-', 'INTERNA'), ('See-', 'See'), ('IN-', 'IN'), ('c-', 'c')]
ST18861202-V12-46-page16.txt: [('immor-', 'immor'), ('Switzer-', 'Switzer'), ('se-', 'se'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('"communi-', '"communi'), ('-', '')]
ST18861202-V12-46-page2.txt: [('sym-', 'sym'), ('experi-', 'experi')]
ST18861202-V12-46-page3.txt: [('trans.-', 'trans.'), ('-to', 'to'), ('cor-', 'cor'), ('di-', 'di')]
ST18861202-V12-46-page4.txt: [('Ro-', 'Ro'), ('offi-', 'offi'), ('heredi-', 'heredi'), ('king-', 'king'), ('-the', 'the'), ('sec-', 'sec'), ('vic-', 'vic'), ('organi-', 'organi'), ('Charle-', 'Charle'), ('con-', 'con'), ('imagina-', 'imagina')]
ST18861202-V12-46-page5.txt: [('-people', 'people'), ('bless-', 'bless'), ('-', ''), ('ob-', 'ob'), ('can-', 'can'), ('com-', 'com')]
ST18861202-V12-46-page6.txt: [('-', ''), ('re-', 're'), ('pre-', 'pre'), ('Con-', 'Con'), ('al-', 'al'), ('Be-', 'Be')]
ST18861202-V12-46-page7.txt: [('-', ''), ('resur-', 'resur')]
ST18861202-V12-46-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('wor-', 'wor'), ('-', ''), ('-', ''), ('-', '')]
ST18861202-V12-46-page9.txt: [('Austra-', 'Austra'), ('-', ''), ('-', ''), ('-', ''), ('ap-', 'ap'), ('un-', 'un'), ('isl-', 'isl'), ('fol-', 'fol'), ('-', ''), ('-', '')]
ST18861216-V12-48-page1.txt: [('-', ''), ('con-', 'con'), ('ac-', 'ac'), ('pres-', 'pres'), ('-', '')]
ST18861216-V12-48-page10.txt: [('Mis-', 'Mis'), ('-Bible', 'Bible'), ('-England', 'England'), ('com-', 'com'), ('-', ''), ('won-', 'won')]
ST18861216-V12-48-page11.txt: [('tres-', 'tres'), ('-', ''), ('them-', 'them'), ('-"', '"'), ('say-', 'say'), ('condi-', 'condi'), ('-By', 'By'), ('-', ''), ('-', ''), ('-', ''), ('chil-', 'chil'), ('-The', 'The'), ('al-', 'al'), ('an-', 'an'), ('con-', 'con')]
ST18861216-V12-48-page12.txt: [('--', '-')]
ST18861216-V12-48-page13.txt: [('investiga-', 'investiga'), ('fire-', 'fire'), ('"Com-', '"Com'), ('-if', 'if'), ('ma-', 'ma')]
ST18861216-V12-48-page14.txt: [('-', ''), ("-o'clock", "o'clock"), ('preach-', 'preach'), ('per-', 'per'), ('slum-', 'slum'), ('speech-', 'speech'), ('-', ''), ('Bi-', 'Bi')]
ST18861216-V12-48-page15.txt: [('Fitzroy-', 'Fitzroy'), ('prices-', 'prices'), ('dissenting.-', 'dissenting.'), ('-California', 'California'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Saiety-', 'Saiety'), ('Society-', 'Society'), ('Society-', 'Society'), ('Nor-', 'Nor'), ('re-', 're'), ('OR--', 'OR-'), ('PREVEN-', 'PREVEN')]
ST18861216-V12-48-page16.txt: [('des-', 'des'), ('Zea-', 'Zea'), ('serv-', 'serv'), ('mis-', 'mis'), ('ex-', 'ex'), ('con-', 'con'), ('There-', 'There'), ('-', ''), ('-', '')]
ST18861216-V12-48-page2.txt: [('Brit-', 'Brit'), ('con-', 'con'), ('Chris-', 'Chris'), ('-action', 'action')]
ST18861216-V12-48-page3.txt: [('con-', 'con'), ('con-', 'con'), ('-be', 'be'), ('noth-', 'noth'), ('aton-', 'aton'), ('dwell-', 'dwell')]
ST18861216-V12-48-page4.txt: [('gov-', 'gov'), ('as-', 'as'), ('-of', 'of')]
ST18861216-V12-48-page5.txt: [('in-', 'in'), ('Sun-', 'Sun'), ('pit-', 'pit'), ('blandish-', 'blandish'), ('-', ''), ('for-', 'for')]
ST18861216-V12-48-page6.txt: [('-preached', 'preached'), ('at-', 'at'), ('rec-', 'rec'), ('Hon-', 'Hon'), ('-', ''), ('dis-', 'dis'), ('Car-', 'Car'), ('the-', 'the'), ('evi-', 'evi'), ('evolu-', 'evolu'), ('-', '')]
ST18861216-V12-48-page7.txt: [('relig-', 'relig'), ('chap-', 'chap'), ('-Legislature', 'Legislature'), ('an-', 'an'), ('opposi-', 'opposi'), ('dis-', 'dis'), ('Leg-', 'Leg'), ('Legis-', 'Legis'), ('dis-', 'dis')]
ST18861216-V12-48-page8.txt: [('peo-', 'peo'), ('pun-', 'pun'), ('-', ''), ('So-', 'So'), ('-', ''), ('fol-', 'fol'), ('sepa-', 'sepa')]
ST18861216-V12-48-page9.txt: [('appreci-', 'appreci'), ('Auck-', 'Auck'), ('fa-', 'fa'), ('ef-', 'ef')]
ST18861223-V12-49-page1.txt: [('atone-', 'atone'), ('Sab-', 'Sab'), ('-matter', 'matter'), ('to-', 'to')]
ST18861223-V12-49-page10.txt: [('vol-', 'vol'), ('grati-', 'grati'), ('knowl-', 'knowl'), ('-', ''), ('-', '')]
ST18861223-V12-49-page11.txt: [('be-', 'be'), ('compan-', 'compan'), ('-', ''), ('-', ''), ('perpet-', 'perpet'), ('-The', 'The'), ('knowl-', 'knowl'), ('-By', 'By'), ('-', ''), ('an-', 'an'), ('espe-', 'espe')]
ST18861223-V12-49-page12.txt: [('I-', 'I'), ('-', ''), ('splen-', 'splen')]
ST18861223-V12-49-page13.txt: [('Flow-', 'Flow'), ('for-', 'for'), ('discour-', 'discour'), ('estab-', 'estab'), ('-cleanliness', 'cleanliness'), ('Sed-', 'Sed'), ('-simple', 'simple'), ('En-', 'En'), ('slight-', 'slight'), ('uncomfort-', 'uncomfort'), ('-', ''), ('thor-', 'thor'), ('vig-', 'vig')]
ST18861223-V12-49-page14.txt: [('Confer-', 'Confer'), ('de-', 'de'), ('-', ''), ('--The', '-The'), ('ab-', 'ab'), ('ap-', 'ap'), ('con-', 'con')]
ST18861223-V12-49-page15.txt: [('-', ''), ('-', ''), ('-mo.', 'mo.'), ('-', ''), ('-', ''), ('prices-', 'prices'), ('RE-', 'RE')]
ST18861223-V12-49-page16.txt: [('therecom-', 'therecom'), ('-history', 'history'), ('-', '')]
ST18861223-V12-49-page2.txt: [('sit-', 'sit'), ('far-reach-', 'far-reach')]
ST18861223-V12-49-page3.txt: [('Shep-', 'Shep'), ('-triumphant', 'triumphant'), ('resurrec-', 'resurrec'), ('inter-', 'inter'), ('re-', 're')]
ST18861223-V12-49-page4.txt: [('se-', 'se'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-be', 'be'), ('prosper-', 'prosper'), ('Em-', 'Em'), ('-', ''), ('perma-', 'perma'), ('-that', 'that'), ('the-', 'the'), ('Cor-', 'Cor'), ('Swa-', 'Swa')]
ST18861223-V12-49-page5.txt: [('con-', 'con'), ('disparage-', 'disparage'), ('di-', 'di'), ('with-', 'with'), ('.-', '.'), ('wound-', 'wound'), ('de-', 'de'), ('great-', 'great'), ('-', '')]
ST18861223-V12-49-page6.txt: [('-', ''), ('wor-', 'wor'), ('-', ''), ('thoroughly-', 'thoroughly'), ('com-', 'com'), ('-', '')]
ST18861223-V12-49-page7.txt: [('Social-', 'Social'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('impend-', 'impend'), ('de-', 'de'), ('who-', 'who')]
ST18861223-V12-49-page8.txt: [('-', ''), ('real-', 'real'), ('-upon', 'upon'), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com')]
ST18861223-V12-49-page9.txt: [('gov-', 'gov'), ('-', ''), ('philoso-', 'philoso'), ('con-', 'con'), ('-to', 'to')]
ST18861230-V12-50-page1.txt: [('com-', 'com'), ('king-', 'king'), ('bale-', 'bale'), ('self-', 'self'), ('be-', 'be')]
ST18861230-V12-50-page10.txt: [('disre-', 'disre'), ('depend-', 'depend'), ('injus-', 'injus'), ('-', '')]
ST18861230-V12-50-page11.txt: [('-the', 'the'), ('-', ''), ('-By', 'By'), ('serv-', 'serv'), ('acknowl-', 'acknowl'), ('-', ''), ('--The', '-The'), ('-', ''), ('-', ''), ('-Because', 'Because'), ('-It', 'It'), ('be-', 'be'), ('-As', 'As'), ('-The', 'The'), ('-By', 'By'), ('-That', 'That'), ('-', ''), ('-Something', 'Something')]
ST18861230-V12-50-page12.txt: [('rea-', 'rea'), ('pup-', 'pup'), ('fruit-', 'fruit'), ('com-', 'com'), ('dens-', 'dens')]
ST18861230-V12-50-page13.txt: [('bull-', 'bull'), ('coun-', 'coun'), ('ha-', 'ha'), ('over-', 'over')]
ST18861230-V12-50-page14.txt: [('Phi-', 'Phi'), ('in-', 'in'), ('-', ''), ('-to', 'to'), ('-', ''), ('Alsace-', 'Alsace'), ('-', ''), ('En-', 'En')]
ST18861230-V12-50-page15.txt: [('-IL', 'IL'), ('Piggy-', 'Piggy'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Boa', 'Boa'), ('-Harry', 'Harry'), ('-II', 'II'), ('-add', 'add'), ('-lerrowia', 'lerrowia'), ('-Srouthe', 'Srouthe'), ('-', ''), ('--John', '-John'), ('-', ''), ('-IL', 'IL'), ('Island-', 'Island'), ('-Ulna', 'Ulna'), ('Tr..-', 'Tr..'), ("l'eta-", "l'eta"), ('-', ''), ('-', ''), ('Contro-', 'Contro'), ('-olajc', 'olajc'), ('-Church', 'Church'), ('-', ''), ('-Immeed', 'Immeed'), ('Heart.-', 'Heart.'), ('-', ''), ('Prat.-', 'Prat.'), ('-', ''), ('-wish', 'wish'), ('-', '')]
ST18861230-V12-50-page16.txt: [('ma-', 'ma'), ('idle-', 'idle'), ('re-', 're'), ('reinem-', 'reinem'), ('appreci-', 'appreci'), ('sup-', 'sup'), ('con-', 'con'), ('de-', 'de'), ('-tared', 'tared'), ('Addi-', 'Addi')]
ST18861230-V12-50-page2.txt: [('"Be-', '"Be'), ('-', ''), ('English.-', 'English.'), ('resurrec-', 'resurrec'), ('pro-', 'pro'), ('suf-', 'suf'), ('corrupt-', 'corrupt'), ('-the', 'the'), ('-', '')]
ST18861230-V12-50-page3.txt: [('-is', 'is'), ('at-', 'at'), ('-', ''), ('schem-', 'schem'), ('necessi-', 'necessi'), ('long-', 'long'), ('temper-', 'temper'), ('eter-', 'eter'), ('in-', 'in'), ('shortcom-', 'shortcom'), ('"do-', '"do'), ('-', '')]
ST18861230-V12-50-page4.txt: [('alto-', 'alto'), ('Hel-', 'Hel'), ('priv-', 'priv'), ('con-', 'con'), ('Switzer-', 'Switzer'), ('-', ''), ('Aus-', 'Aus'), ('prov-', 'prov'), ('jus-', 'jus')]
ST18861230-V12-50-page5.txt: [('vicissi-', 'vicissi'), ('ex-', 'ex')]
ST18861230-V12-50-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18861230-V12-50-page7.txt: [('-', ''), ('celes-', 'celes'), ('-', ''), ('fin-', 'fin'), ('becom-', 'becom'), ('-', ''), ('de-', 'de')]
ST18861230-V12-50-page8.txt: [('-', ''), ('Script-', 'Script'), ('con-', 'con'), ('sin-', 'sin'), ('jus-', 'jus')]
ST18861230-V12-50-page9.txt: [('let-', 'let'), ('En-', 'En'), ('mis-', 'mis'), ('in-', 'in'), ('Sabbath-', 'Sabbath')]
ST18870106-V13-01-page1.txt: [('-', '')]
ST18870106-V13-01-page10.txt: [('-', ''), ('Mat.-', 'Mat.')]
ST18870106-V13-01-page11.txt: [('-', ''), ('-', ''), ('worked-', 'worked')]
ST18870106-V13-01-page12.txt: [('-', ''), ('chil-', 'chil')]
ST18870106-V13-01-page13.txt: [('-WIN', 'WIN')]
ST18870106-V13-01-page14.txt: [('-', '')]
ST18870106-V13-01-page15.txt: [('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society--', 'Society-'), ('Society-', 'Society'), ('-N.', 'N.'), ('Society-', 'Society'), ('Society-', 'Society'), ('.ASSOCIATION.-', '.ASSOCIATION.'), ('suc-', 'suc'), ('cor-', 'cor')]
ST18870106-V13-01-page16.txt: [('-', ''), ('-water', 'water'), ('-grape', 'grape'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870106-V13-01-page2.txt: [('CON-', 'CON'), ('-a', 'a'), ('-', ''), ('him-', 'him')]
ST18870106-V13-01-page3.txt: [('-E', 'E'), ('-', '')]
ST18870106-V13-01-page4.txt: [('-', ''), ('-in', 'in'), ('-', '')]
ST18870106-V13-01-page5.txt: [('-', ''), ('-', '')]
ST18870106-V13-01-page6.txt: [('-', ''), ('-In', 'In'), ('-', ''), ('-', '')]
ST18870106-V13-01-page7.txt: [('-', ''), ('-', '')]
ST18870106-V13-01-page8.txt: [('-', ''), ('RE-', 'RE')]
ST18870106-V13-01-page9.txt: [('-E', 'E'), ('-ship-building', 'ship-building')]
ST18870113-V13-02-page1.txt: [('-the', 'the'), ('-Those', 'Those')]
ST18870113-V13-02-page10.txt: [('-', ''), ('-', '')]
ST18870113-V13-02-page11.txt: [('-declare', 'declare'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-it', 'it')]
ST18870113-V13-02-page12.txt: [('un-', 'un')]
ST18870113-V13-02-page13.txt: [('ex-', 'ex'), ('grad-', 'grad'), ('-', '')]
ST18870113-V13-02-page14.txt: [('-of', 'of'), ('-The', 'The'), ('--The', '-The'), ('-t', 't'), ('-', '')]
ST18870113-V13-02-page15.txt: [('a.-', 'a.'), ('ANY-', 'ANY'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society--', 'Society-'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('IN-', 'IN'), ('Society-', 'Society'), ('.-', '.')]
ST18870113-V13-02-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870113-V13-02-page2.txt: [('-Fr', 'Fr'), ('-twenty', 'twenty')]
ST18870113-V13-02-page3.txt: [('-', ''), ('-', ''), ('-', ''), ("-'-Name", "'-Name"), ('-the', 'the'), ('fish-', 'fish'), ('appli-', 'appli')]
ST18870113-V13-02-page4.txt: [('-', ''), ('-of', 'of'), ('-and', 'and'), ('-of', 'of'), ('-', '')]
ST18870113-V13-02-page5.txt: [('-', ''), ('-never', 'never'), ('G-', 'G'), ('-whilst', 'whilst')]
ST18870113-V13-02-page6.txt: [('TRA-', 'TRA'), ('-If', 'If'), ('follow-', 'follow'), ('OBSERV-', 'OBSERV'), ('Sundaykeeping.-', 'Sundaykeeping.'), ('-', ''), ('ob-', 'ob')]
ST18870113-V13-02-page7.txt: [('-', ''), ('-', '')]
ST18870113-V13-02-page8.txt: [('love--', 'love-'), ('-', ''), ('LAN-', 'LAN')]
ST18870120-V13-03-page1.txt: [('-illustrious', 'illustrious'), ('-Work', 'Work')]
ST18870120-V13-03-page10.txt: [('-G', 'G'), ('-', ''), ('-Vol.', 'Vol.'), ('-', '')]
ST18870120-V13-03-page11.txt: [('-Selected.', 'Selected.'), ('-communications', 'communications'), ('-They', 'They'), ('-', ''), ('-', ''), ('-They', 'They'), ('-', ''), ('-They', 'They'), ('-A', 'A'), ('-A', 'A'), ('-', ''), ('-', '')]
ST18870120-V13-03-page12.txt: [('-i', 'i')]
ST18870120-V13-03-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('de-', 'de')]
ST18870120-V13-03-page14.txt: [('-GiTS', 'GiTS')]
ST18870120-V13-03-page15.txt: [('-', ''), ('COM-', 'COM'), ('Ou-', 'Ou'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-au-', 'au-')]
ST18870120-V13-03-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870120-V13-03-page2.txt: [('-the', 'the'), ('-', ''), ('-', '')]
ST18870120-V13-03-page3.txt: [('-', '')]
ST18870120-V13-03-page4.txt: [('-article', 'article'), ('salvation-', 'salvation')]
ST18870120-V13-03-page5.txt: [('-P', 'P'), ('de-', 'de')]
ST18870120-V13-03-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870120-V13-03-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870120-V13-03-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870120-V13-03-page9.txt: [("E'-", "E'"), ('ac-', 'ac'), ('carpen-', 'carpen'), ('sun-', 'sun'), ('-', '')]
ST18870203-V13-05-page1.txt: [('-.', '.')]
ST18870203-V13-05-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.E', '.E')]
ST18870203-V13-05-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.')]
ST18870203-V13-05-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-N.', 'N.')]
ST18870203-V13-05-page13.txt: [('-', ''), ('-"', '"')]
ST18870203-V13-05-page14.txt: [('-', '')]
ST18870203-V13-05-page15.txt: [('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-N.', 'N.'), ('Society-', 'Society'), ('Society-', 'Society'), ('AlD-', 'AlD'), ('-The', 'The'), ('cor-', 'cor'), ('-', '')]
ST18870203-V13-05-page16.txt: [('-HEiSfiG', 'HEiSfiG'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870203-V13-05-page2.txt: [('-state', 'state')]
ST18870203-V13-05-page3.txt: [('re-', 're'), ('-', ''), ('-comes', 'comes')]
ST18870203-V13-05-page4.txt: [('-E', 'E'), ('-', ''), ('-human', 'human'), ('-Rev.', 'Rev.'), ('-judged', 'judged')]
ST18870203-V13-05-page5.txt: [('-', '')]
ST18870203-V13-05-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870203-V13-05-page7.txt: [('-', ''), ('almost-', 'almost'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-no', 'no'), ('-', '')]
ST18870203-V13-05-page8.txt: [('.-', '.'), ('-', ''), ('opin-', 'opin'), ('Assur-', 'Assur'), ('-', '')]
ST18870203-V13-05-page9.txt: [('-', ''), ('-', ''), ('pledged-', 'pledged')]
ST18870210-V13-06-page1.txt: [('-', '')]
ST18870210-V13-06-page10.txt: [('-', ''), ('-.E', '.E'), ('-', ''), ('-', ''), ('-', ''), ('-they', 'they'), ('-', ''), ('dark-', 'dark'), ('-', ''), ('-', '')]
ST18870210-V13-06-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-had', 'had'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pamphlets-distrib-', 'pamphlets-distrib'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870210-V13-06-page12.txt: [('in-', 'in'), ('pa-', 'pa')]
ST18870210-V13-06-page13.txt: [('z-', 'z'), ('-b', 'b'), ('-.', '.'), ('-', '')]
ST18870210-V13-06-page14.txt: [('-', ''), ('--January', '-January')]
ST18870210-V13-06-page15.txt: [('d-', 'd'), ('CaL-', 'CaL'), ('-as', 'as'), ('COM-', 'COM'), ('-Address', 'Address')]
ST18870210-V13-06-page16.txt: [('-call', 'call'), ('-Td', 'Td'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870210-V13-06-page2.txt: [('-j', 'j'), ('invaria-', 'invaria')]
ST18870210-V13-06-page3.txt: [('-percentage', 'percentage')]
ST18870210-V13-06-page4.txt: [('-', ''), ('-', ''), ('Chris-', 'Chris')]
ST18870210-V13-06-page5.txt: [("-E'", "E'"), ('-believed', 'believed'), ('-', ''), ('-knowing', 'knowing'), ('supe-', 'supe')]
ST18870210-V13-06-page6.txt: [('-', ''), ('-', ''), ('-DAY', 'DAY')]
ST18870210-V13-06-page7.txt: [('-V-S', 'V-S')]
ST18870210-V13-06-page8.txt: [('-', ''), ('-', ''), ('-held', 'held'), ('-', ''), ('-', '')]
ST18870210-V13-06-page9.txt: [('can-', 'can')]
ST18870224-V13-08-page1.txt: [('cov-', 'cov')]
ST18870224-V13-08-page10.txt: [('-in', 'in'), ('-', ''), ('-', ''), ('Rom.-', 'Rom.'), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870224-V13-08-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870224-V13-08-page12.txt: [('-and', 'and'), ('-him', 'him')]
ST18870224-V13-08-page13.txt: [("-E'", "E'")]
ST18870224-V13-08-page14.txt: [('I-', 'I'), ('--Statistics', '-Statistics')]
ST18870224-V13-08-page15.txt: [('-', ''), ('-', ''), ('I-', 'I'), ('I-', 'I'), ('-', ''), ('-ray', 'ray'), ('PRES-', 'PRES'), ('Tobacco-', 'Tobacco'), ('COM-', 'COM')]
ST18870224-V13-08-page16.txt: [('-', ''), ('the-', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870224-V13-08-page2.txt: [('temptation.-', 'temptation.'), ('-', ''), ('van-', 'van'), ('-', '')]
ST18870224-V13-08-page3.txt: [('-', ''), ('suf-', 'suf')]
ST18870224-V13-08-page4.txt: [('-him', 'him'), ('-', '')]
ST18870224-V13-08-page5.txt: [('-', ''), ('-worth', 'worth')]
ST18870224-V13-08-page7.txt: [('-', ''), ('-', ''), ('-in', 'in'), ('employ-', 'employ')]
ST18870224-V13-08-page8.txt: [('ANTINOMIAN.-', 'ANTINOMIAN.'), ('-', '')]
ST18870224-V13-08-page9.txt: [('-', ''), ('-', ''), ('conse-', 'conse'), ('sys-', 'sys')]
ST18870224-V13-08s-page1.txt: [('con-', 'con')]
ST18870224-V13-08s-page2.txt: [('-', '')]
ST18870224-V13-08s-page3.txt: [('-', ''), ('CORRE-', 'CORRE')]
ST18870224-V13-08s-page4.txt: [('-', ''), ('Ex-', 'Ex'), ('-', ''), ('-', '')]
ST18870224-V13-08s-page6.txt: [('C--', 'C-'), ('H--', 'H-'), ('--', '-'), ('-', '')]
ST18870224-V13-08s-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870303-V13-09-page10.txt: [('-', '')]
ST18870303-V13-09-page11.txt: [('-ON', 'ON'), ('-', ''), ('-', ''), ('-the', 'the'), ('uncon-', 'uncon'), ('-', '')]
ST18870303-V13-09-page12.txt: [('-Selected.', 'Selected.'), ('-to', 'to'), ('-', ''), ('-but', 'but'), ('arecompara-', 'arecompara'), ('-', ''), ('N-', 'N')]
ST18870303-V13-09-page13.txt: [('-', ''), ('-', ''), ('-', '')]
ST18870303-V13-09-page14.txt: [('Globe-', 'Globe'), ('-', ''), ('-', ''), ('-', '')]
ST18870303-V13-09-page15.txt: [('Hurd-', 'Hurd'), ('FUND.-', 'FUND.'), ('-Recipes.', 'Recipes.'), ('-understand', 'understand'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870303-V13-09-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870303-V13-09-page2.txt: [('-', '')]
ST18870303-V13-09-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18870303-V13-09-page4.txt: [('-', ''), ('so-', 'so'), ('re-', 're')]
ST18870303-V13-09-page5.txt: [('-', '')]
ST18870303-V13-09-page7.txt: [('rele-', 'rele')]
ST18870303-V13-09-page8.txt: [('con-', 'con'), ('DIS-', 'DIS'), ('-a', 'a')]
ST18870303-V13-09-page9.txt: [('ANTINOMIAN.-', 'ANTINOMIAN.'), ('-', '')]
ST18870310-V13-10-page1.txt: [('-Work', 'Work')]
ST18870310-V13-10-page10.txt: [('GLENN.-', 'GLENN.'), ('sea-', 'sea')]
ST18870310-V13-10-page11.txt: [('--who', '-who'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870310-V13-10-page12.txt: [('-', ''), ('-the', 'the')]
ST18870310-V13-10-page13.txt: [('-', ''), ('-ton', 'ton'), ('-', '')]
ST18870310-V13-10-page14.txt: [('-"', '"'), ('.-', '.'), ('--The', '-The'), ('-P', 'P')]
ST18870310-V13-10-page15.txt: [('Societv-', 'Societv'), ('Ma-', 'Ma'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-N.', 'N.'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', ''), ('-s', 's'), ('-W.', 'W.'), ('workers."-', 'workers."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Wicked-', 'Wicked')]
ST18870310-V13-10-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870310-V13-10-page3.txt: [('-', ''), ('-an', 'an'), ('--Wm.', '-Wm.')]
ST18870310-V13-10-page4.txt: [('law.-', 'law.'), ('-', '')]
ST18870310-V13-10-page5.txt: [('-taught', 'taught'), ('-', '')]
ST18870310-V13-10-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('ob-', 'ob'), ('-', '')]
ST18870310-V13-10-page7.txt: [('-', ''), ('-evil', 'evil'), ('de-', 'de'), ('-to', 'to'), ('-', ''), ('Gen-', 'Gen'), ('-', '')]
ST18870310-V13-10-page8.txt: [('-', ''), ('contra-', 'contra')]
ST18870310-V13-10-page9.txt: [('-', ''), ('ANTINOMIAN.-', 'ANTINOMIAN.'), ('-to', 'to'), ('-', '')]
ST18870317-V13-11-page1.txt: [('-With', 'With')]
ST18870317-V13-11-page11.txt: [('-', '')]
ST18870317-V13-11-page12.txt: [('-dictionary.', 'dictionary.')]
ST18870317-V13-11-page13.txt: [('whole-', 'whole'), ('-', '')]
ST18870317-V13-11-page14.txt: [('---vA', '--vA')]
ST18870317-V13-11-page15.txt: [('OXFORD-', 'OXFORD'), ('Societv-', 'Societv'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('M.A.T-', 'M.A.T'), ('-', ''), ('-N.', 'N.'), ('Society-', 'Society'), ('Society-', 'Society'), ('rai-', 'rai'), ('-', ''), ('Dent-', 'Dent'), ('unsec-', 'unsec'), ('tor-', 'tor'), ('-', ''), ('-', ''), ('-', ''), ('corners.-', 'corners.')]
ST18870317-V13-11-page16.txt: [('-DAY', 'DAY'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-E', 'E'), ('-', ''), ('-would', 'would')]
ST18870317-V13-11-page2.txt: [('-reconciliation', 'reconciliation'), ('-', '')]
ST18870317-V13-11-page3.txt: [('-diong', 'diong'), ('-', ''), ('ac-', 'ac')]
ST18870317-V13-11-page4.txt: [('-', ''), ('-but', 'but')]
ST18870317-V13-11-page5.txt: [('con-', 'con'), ('-the', 'the'), ('-', ''), ('-', ''), ('-Jesus', 'Jesus'), ('-', '')]
ST18870317-V13-11-page6.txt: [('-', ''), ('-reek', 'reek'), ('-', '')]
ST18870317-V13-11-page7.txt: [('-', ''), ('-', '')]
ST18870317-V13-11-page8.txt: [('-literal', 'literal'), ('-', ''), ('Isra-', 'Isra')]
ST18870317-V13-11-page9.txt: [('ANTINOMIAN.-', 'ANTINOMIAN.')]
ST18870324-V13-12-page1.txt: [('-', '')]
ST18870324-V13-12-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870324-V13-12-page11.txt: [('-', ''), ('-', ''), ('-the', 'the')]
ST18870324-V13-12-page14.txt: [('-', ''), ('cora-', 'cora'), ('Alsace-', 'Alsace')]
ST18870324-V13-12-page15.txt: [('PRES-', 'PRES'), ('Lough-', 'Lough'), ('GEN-', 'GEN'), ('-BY', 'BY'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('EMBRACINGacriticalexaminationoftheTemporalMillen-', 'EMBRACINGacriticalexaminationoftheTemporalMillen')]
ST18870324-V13-12-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870324-V13-12-page2.txt: [('-will', 'will'), ('-and', 'and'), ('-', '')]
ST18870324-V13-12-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18870324-V13-12-page4.txt: [('-', ''), ('-needed', 'needed'), ('-', ''), ('-', '')]
ST18870324-V13-12-page5.txt: [('-', ''), ('-', '')]
ST18870324-V13-12-page7.txt: [('-', ''), ('-"And', '"And'), ('-', ''), ('-', ''), ('-', ''), ('-every', 'every')]
ST18870324-V13-12-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('ANTINOMIAN.-', 'ANTINOMIAN.')]
ST18870331-V13-13-page1.txt: [('-s..tith', 's..tith')]
ST18870331-V13-13-page10.txt: [('-', '')]
ST18870331-V13-13-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870331-V13-13-page12.txt: [('-knew', 'knew')]
ST18870331-V13-13-page13.txt: [('-', ''), ('-inebriate.', 'inebriate.')]
ST18870331-V13-13-page14.txt: [('-', ''), ('-called', 'called'), ('SECULAR.-', 'SECULAR.'), ('-A', 'A'), ('-year-old', 'year-old'), ('favor-', 'favor'), ('-outside', 'outside')]
ST18870331-V13-13-page15.txt: [('STOCKHOLD-', 'STOCKHOLD'), ('PUB-', 'PUB'), ('-mono', 'mono'), ('PP-', 'PP'), ('mis-', 'mis'), ('Ver-', 'Ver'), ('TractSociety-', 'TractSociety'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('raechan-', 'raechan'), ('-a', 'a'), ('-', ''), ('-', '')]
ST18870331-V13-13-page16.txt: [('the-', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870331-V13-13-page2.txt: [('"ac-', '"ac')]
ST18870331-V13-13-page3.txt: [('-not', 'not'), ('-to', 'to')]
ST18870331-V13-13-page4.txt: [('-ZY', 'ZY'), ('-', ''), ('-', ''), ('Testa-', 'Testa'), ('every-', 'every'), ('-Christ', 'Christ')]
ST18870331-V13-13-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870331-V13-13-page7.txt: [('-', ''), ('intel-', 'intel'), ('-', ''), ('-', ''), ('-', '')]
ST18870331-V13-13-page8.txt: [('-', ''), ('-', ''), ('-unless', 'unless'), ('ANTINOMIAN.-', 'ANTINOMIAN.')]
ST18870331-V13-13-page9.txt: [('-', ''), ('-', '')]
ST18870414-V13-14-page1.txt: [('-a', 'a'), ('-of', 'of')]
ST18870414-V13-14-page10.txt: [('-', '')]
ST18870414-V13-14-page11.txt: [('-G', 'G'), ('-the', 'the'), ('Rameses-', 'Rameses'), ('-', ''), ('-', ''), ('-', '')]
ST18870414-V13-14-page12.txt: [('sense.-', 'sense.'), ('-no', 'no')]
ST18870414-V13-14-page13.txt: [('-fail', 'fail'), ('drink-', 'drink')]
ST18870414-V13-14-page14.txt: [('STOCKHOLD-', 'STOCKHOLD'), ('PUB-', 'PUB')]
ST18870414-V13-14-page15.txt: [('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-BY', 'BY'), ('for-', 'for'), ('-', ''), ('ACCOIINT.-', 'ACCOIINT.'), ('.-', '.'), ('for-', 'for'), ('-whole', 'whole'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870414-V13-14-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870414-V13-14-page2.txt: [('---that', '--that'), ('-work', 'work')]
ST18870414-V13-14-page4.txt: [('-assured', 'assured'), ('-', '')]
ST18870414-V13-14-page5.txt: [('-"uncharitable', '"uncharitable'), ('-', '')]
ST18870414-V13-14-page6.txt: [('-', ''), ('-', ''), ('-the', 'the')]
ST18870414-V13-14-page7.txt: [('-', ''), ('-but', 'but'), ('-white', 'white'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('AP-', 'AP'), ('-', '')]
ST18870414-V13-14-page8.txt: [('-', ''), ('ANTINOMIAN.-', 'ANTINOMIAN.'), ('-', '')]
ST18870414-V13-14-page9.txt: [('-they', 'they'), ('-to', 'to'), ('-before', 'before'), ('-who', 'who'), ('-', '')]
ST18870616-V13-23-page1.txt: [('-on', 'on'), ('-', ''), ('destroy-', 'destroy')]
ST18870616-V13-23-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST18870616-V13-23-page11.txt: [('-ES.', 'ES.'), ('-', ''), ('-the', 'the'), ('-Prayer', 'Prayer'), ('-Because', 'Because'), ('-word', 'word'), ('-', ''), ('-', ''), ('-That', 'That')]
ST18870616-V13-23-page12.txt: [('-', '')]
ST18870616-V13-23-page13.txt: [('z-', 'z'), ('-ErSs.', 'ErSs.'), ('dishon-', 'dishon')]
ST18870616-V13-23-page14.txt: [('--Several', '-Several'), ('-', ''), ('-acre', 'acre'), ('-acre', 'acre'), ('-', ''), ('-', ''), ('-ray', 'ray')]
ST18870616-V13-23-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('JOafi-', 'JOafi'), ('p-', 'p'), ('--W.', '-W.'), ('workers."-', 'workers."'), ('-In', 'In'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870616-V13-23-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870616-V13-23-page2.txt: [('-Nazareth', 'Nazareth'), ('-', ''), ('-as', 'as'), ('-', ''), ('charms--', 'charms-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870616-V13-23-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870616-V13-23-page4.txt: [('-', ''), ('-.', '.'), ('-', ''), ('-they', 'they'), ('---', '--'), ('-finally', 'finally')]
ST18870616-V13-23-page5.txt: [('-', '')]
ST18870616-V13-23-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870616-V13-23-page7.txt: [('temp-', 'temp')]
ST18870616-V13-23-page8.txt: [('Huguenotwor-', 'Huguenotwor'), ('-commemorate', 'commemorate')]
ST18870616-V13-23-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST18870623-V13-24-page1.txt: [('-', ''), ('-', ''), ('-us', 'us')]
ST18870623-V13-24-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870623-V13-24-page11.txt: [('-', '')]
ST18870623-V13-24-page12.txt: [('-', ''), ('-horrible', 'horrible'), ('-', '')]
ST18870623-V13-24-page13.txt: [('-', ''), ('-', ''), ('-In', 'In'), ('United-', 'United')]
ST18870623-V13-24-page14.txt: [('SECULAR.-', 'SECULAR.'), ('-The', 'The'), ('-', ''), ('-', '')]
ST18870623-V13-24-page15.txt: [('Society-', 'Society'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Her-', 'Her'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('territorywhichtheywillpromisetoworkthor-', 'territorywhichtheywillpromisetoworkthor')]
ST18870623-V13-24-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870623-V13-24-page2.txt: [('Immor-', 'Immor'), ('-', ''), ('effortr-', 'effortr'), ('-', '')]
ST18870623-V13-24-page3.txt: [('-', ''), ('-', ''), ('-contained', 'contained'), ('-', ''), ('-', ''), ('de-', 'de')]
ST18870623-V13-24-page4.txt: [('-with', 'with'), ('neg-', 'neg')]
ST18870623-V13-24-page5.txt: [('-The', 'The'), ('-', ''), ('-There', 'There'), ('-', ''), ('-To', 'To'), ('-Our', 'Our')]
ST18870623-V13-24-page6.txt: [("-things'", "things'"), ('-', ''), ('-', ''), ('-DAY', 'DAY'), ('-', '')]
ST18870623-V13-24-page7.txt: [('-', ''), ('"up-', '"up'), ('-', ''), ('-', ''), ('teach-', 'teach'), ('-', '')]
ST18870623-V13-24-page8.txt: [('-', ''), ('-', '')]
ST18870623-V13-24-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('po-', 'po')]
ST18870707-V13-26-page1.txt: [('N-', 'N'), ('dlr.-', 'dlr.'), ('-With', 'With'), ('-Work', 'Work')]
ST18870707-V13-26-page10.txt: [('-', ''), ('--God', '-God'), ('-', ''), ('-', '')]
ST18870707-V13-26-page11.txt: [('-', '')]
ST18870707-V13-26-page12.txt: [('-', ''), ('house."-', 'house."'), ('-', ''), ('-', ''), ('-', '')]
ST18870707-V13-26-page14.txt: [('Mc-', 'Mc'), ('-and', 'and'), ('-', ''), ('-foot', 'foot'), ('-', ''), ('-PAGE', 'PAGE')]
ST18870707-V13-26-page15.txt: [('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('read-', 'read'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-an', 'an')]
ST18870707-V13-26-page16.txt: [('-opposes', 'opposes'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870707-V13-26-page2.txt: [('no-', 'no'), ('-the', 'the'), ('-', '')]
ST18870707-V13-26-page3.txt: [('-', ''), ('Medo-', 'Medo')]
ST18870707-V13-26-page4.txt: [('-is', 'is'), ('-difficulties', 'difficulties')]
ST18870707-V13-26-page5.txt: [('Christspeakofa"worthiness"foraresurrec-', 'Christspeakofa"worthiness"foraresurrec'), ('-life.', 'life.'), ('-and', 'and')]
ST18870707-V13-26-page6.txt: [('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870707-V13-26-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870707-V13-26-page8.txt: [('-must', 'must'), ("Christ's.-", "Christ's."), ('-Said', 'Said'), ('-', ''), ('-', '')]
ST18870707-V13-26-page9.txt: [('-', ''), ('-', ''), ('-carious', 'carious')]
ST18870714-V13-27-page10.txt: [('-', ''), ('-From', 'From'), ('-the', 'the'), ('-called', 'called'), ('-', ''), ('-', ''), ('-be', 'be'), ('-The', 'The'), ('-H.', 'H.')]
ST18870714-V13-27-page11.txt: [('-miracle', 'miracle'), ('-apprehension', 'apprehension')]
ST18870714-V13-27-page13.txt: [('-of', 'of'), ('-millions', 'millions'), ('-to', 'to')]
ST18870714-V13-27-page14.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
ST18870714-V13-27-page15.txt: [('.-', '.'), ('-', ''), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('-set', 'set'), ('every-', 'every')]
ST18870714-V13-27-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870714-V13-27-page2.txt: [('-', ''), ('-and', 'and')]
ST18870714-V13-27-page4.txt: [('-Which', 'Which')]
ST18870714-V13-27-page5.txt: [('-', ''), ('-', ''), ('-going', 'going')]
ST18870714-V13-27-page6.txt: [('-which', 'which'), ('-', ''), ('-', ''), ('-', ''), ('-context.', 'context.'), ('-', '')]
ST18870714-V13-27-page7.txt: [('Medo-', 'Medo'), ('-century', 'century'), ('-', ''), ('-', ''), ('-', ''), ('-THE', 'THE'), ('Sephar-', 'Sephar')]
ST18870714-V13-27-page8.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-A.', 'A.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('an-', 'an')]
ST18870714-V13-27-page9.txt: [('-citizenship', 'citizenship'), ('temple.-', 'temple.'), ('-Europe', 'Europe')]
ST18870818-V13-32-page1.txt: [('-halt', 'halt'), ('-fer', 'fer'), ('-goodness', 'goodness')]
ST18870818-V13-32-page10.txt: [('-', ''), ('-', ''), ('-althoudli', 'althoudli'), ('-', ''), ('them-', 'them')]
ST18870818-V13-32-page11.txt: [('-The', 'The'), ('-"', '"'), ('-"', '"'), ('-".I', '".I'), ('-"Seek', '"Seek'), ('-That', 'That'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-', ''), ('-That', 'That'), ('-Against', 'Against'), ('betrayed-', 'betrayed'), ('-Upon', 'Upon'), ('-.', '.'), ('-a', 'a'), ('-brolly', 'brolly'), ('-', ''), ('day.-', 'day.')]
ST18870818-V13-32-page12.txt: [('-.ET', '.ET'), ("-.E'S.", ".E'S."), ('-at', 'at'), ('sil-', 'sil')]
ST18870818-V13-32-page13.txt: [('-Y', 'Y'), ('Mc-', 'Mc'), ('as-', 'as'), ('re-', 're'), ('-Iiiv--', 'Iiiv--'), ('-on-cleposit', 'on-cleposit'), ('per-', 'per')]
ST18870818-V13-32-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870818-V13-32-page15.txt: [('Society-', 'Society'), ('Society-', 'Society'), ('--Hattie', '-Hattie'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-ED', 'ED'), ('---', '--')]
ST18870818-V13-32-page16.txt: [('-', ''), ('-', ''), ('car-', 'car'), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870818-V13-32-page2.txt: [('GR-', 'GR'), ('-', ''), ('-', ''), ('IMMOR-', 'IMMOR'), ('-', ''), ('-', '')]
ST18870818-V13-32-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-accounted', 'accounted')]
ST18870818-V13-32-page4.txt: [('coin-', 'coin'), ('--potu-Td', '-potu-Td')]
ST18870818-V13-32-page5.txt: [('-', '')]
ST18870818-V13-32-page6.txt: [('-knowing', 'knowing'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-we', 'we'), ('---', '--')]
ST18870818-V13-32-page7.txt: [('For-', 'For')]
ST18870818-V13-32-page8.txt: [('-requires', 'requires'), ('Re-', 'Re'), ('know-', 'know'), ('-', '')]
ST18870818-V13-32-page9.txt: [('-', '')]
ST18870825-V13-33-page1.txt: [('-With', 'With'), ('-Work', 'Work'), ('RELA-', 'RELA'), ('cer-', 'cer'), ('abol-', 'abol')]
ST18870825-V13-33-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870825-V13-33-page11.txt: [('-even', 'even'), ('-', ''), ('-Such', 'Such'), ('-"', '"'), ('-"', '"'), ('-Surely', 'Surely'), ('-that', 'that'), ('-how', 'how'), ('are.-', 'are.')]
ST18870825-V13-33-page13.txt: [('-', '')]
ST18870825-V13-33-page14.txt: [('-', ''), ('German-', 'German')]
ST18870825-V13-33-page15.txt: [('COM-', 'COM'), ('at-', 'at'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870825-V13-33-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870825-V13-33-page2.txt: [('-not', 'not'), ('-', ''), ('-', '')]
ST18870825-V13-33-page3.txt: [('-and', 'and'), ('-', ''), ('Congregation-', 'Congregation')]
ST18870825-V13-33-page4.txt: [('peroration.-', 'peroration.')]
ST18870825-V13-33-page5.txt: [('-things', 'things'), ('-', ''), ('of-', 'of')]
ST18870825-V13-33-page6.txt: [('en-', 'en')]
ST18870825-V13-33-page7.txt: [('punish-', 'punish')]
ST18870825-V13-33-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('-', '')]
ST18870825-V13-33-page9.txt: [('Prot-', 'Prot'), ('-', ''), ('-', ''), ('-A', 'A')]
ST18870915-V13-36-page1.txt: [('-Mork', 'Mork')]
ST18870915-V13-36-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870915-V13-36-page11.txt: [('-puffed', 'puffed'), ('-that', 'that'), ('-we', 'we'), ('-', ''), ('-Into', 'Into'), ('"Abra-', '"Abra'), ('-', ''), ('-That', 'That')]
ST18870915-V13-36-page12.txt: [('-"', '"')]
ST18870915-V13-36-page13.txt: [('-', ''), ('-', ''), ('ill-', 'ill'), ('-', ''), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('--', '-')]
ST18870915-V13-36-page14.txt: [('smoked-', 'smoked'), ('-', '')]
ST18870915-V13-36-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Record-', 'Record'), ('COM-', 'COM')]
ST18870915-V13-36-page16.txt: [('-', ''), ('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Foa', 'Foa')]
ST18870915-V13-36-page2.txt: [('-he', 'he')]
ST18870915-V13-36-page3.txt: [('-says', 'says'), ('unchange-', 'unchange')]
ST18870915-V13-36-page4.txt: [('-', ''), ('-', ''), ('pol-', 'pol')]
ST18870915-V13-36-page5.txt: [('PRAYER-', 'PRAYER')]
ST18870915-V13-36-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870915-V13-36-page7.txt: [('-', ''), ('ob-', 'ob'), ('exces-', 'exces')]
ST18870915-V13-36-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18870915-V13-36-page9.txt: [('Acie-', 'Acie'), ('-', ''), ('En-', 'En')]
ST18871006-V13-39-page1.txt: [('k-', 'k'), ('-extreme', 'extreme'), ('dark-', 'dark')]
ST18871006-V13-39-page10.txt: [("-E'", "E'"), ('-she', 'she'), ('-', ''), ('-Union', 'Union'), ('-', ''), ('-', '')]
ST18871006-V13-39-page11.txt: [("-child's", "child's"), ('-To', 'To'), ('-', ''), ('-', ''), ('-', '')]
ST18871006-V13-39-page13.txt: [('I-', 'I'), ('says-', 'says'), ('-', '')]
ST18871006-V13-39-page14.txt: [('-', ''), ('-', ''), ('-.E', '.E'), ('S.-', 'S.')]
ST18871006-V13-39-page15.txt: [('-This', 'This'), ('Society-', 'Society'), ('Society--', 'Society-'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('So-', 'So'), ('Columbia-', 'Columbia'), ('PRES-', 'PRES'), ('Society-', 'Society')]
ST18871006-V13-39-page16.txt: [('Mc-', 'Mc'), ('percepti-', 'percepti'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-logic', 'logic'), ('em-', 'em')]
ST18871006-V13-39-page2.txt: [('-', ''), ('re-', 're'), ('-plied', 'plied'), ('werecom-', 'werecom'), ('-', ''), ('Chris-', 'Chris')]
ST18871006-V13-39-page3.txt: [("-E'", "E'"), ('-many', 'many'), ('-', ''), ('PROPHE-', 'PROPHE'), ('un-', 'un'), ('-', '')]
ST18871006-V13-39-page4.txt: [('that-', 'that'), ('andwor-', 'andwor')]
ST18871006-V13-39-page5.txt: [('-', ''), ('-', '')]
ST18871006-V13-39-page6.txt: [('-', ''), ('-', '')]
ST18871006-V13-39-page7.txt: [('-', ''), ('-', ''), ('COMMANDMENT.-', 'COMMANDMENT.')]
ST18871006-V13-39-page8.txt: [('time-', 'time'), ('-', ''), ('-', ''), ('-', '')]
ST18871006-V13-39-page9.txt: [('-them', 'them'), ('phys-', 'phys')]
ST18871020-V13-40-page1.txt: [('-With', 'With')]
ST18871020-V13-40-page10.txt: [('ch-', 'ch'), ('accore.-', 'accore.'), ('-', '')]
ST18871020-V13-40-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('"gos-', '"gos'), ('-', ''), ('-', ''), ('-Topray', 'Topray')]
ST18871020-V13-40-page13.txt: [('-', ''), ('-could', 'could')]
ST18871020-V13-40-page15.txt: [('PRES-', 'PRES')]
ST18871020-V13-40-page16.txt: [('-', ''), ('-I', 'I'), ('-', ''), ('-from', 'from'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871020-V13-40-page3.txt: [('SIGY-', 'SIGY'), ('-', '')]
ST18871020-V13-40-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871020-V13-40-page5.txt: [('de-', 'de')]
ST18871020-V13-40-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18871020-V13-40-page7.txt: [('-deplorable', 'deplorable')]
ST18871020-V13-40-page8.txt: [('S-', 'S'), ('com-', 'com'), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871020-V13-40-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST18871124-V13-45-page10.txt: [('-', '')]
ST18871124-V13-45-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('destroyed.-', 'destroyed.')]
ST18871124-V13-45-page12.txt: [('Thailksgiv-', 'Thailksgiv')]
ST18871124-V13-45-page13.txt: [('Chris-', 'Chris')]
ST18871124-V13-45-page14.txt: [('-', ''), ('--A', '-A'), ('suc-', 'suc'), ('-This', 'This'), ('---Sunday', '--Sunday'), ('-', ''), ('-', ''), ('-', '')]
ST18871124-V13-45-page15.txt: [('-new', 'new'), ('PRES-', 'PRES'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Rivu-', 'Rivu'), ('Record-', 'Record'), ('-', ''), ('Mc-', 'Mc'), ('-Eld', 'Eld'), ('.-', '.'), ('.-', '.')]
ST18871124-V13-45-page16.txt: [('-', ''), ('-', ''), ('-consistent', 'consistent'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871124-V13-45-page2.txt: [('wholesomeness-', 'wholesomeness')]
ST18871124-V13-45-page3.txt: [('-.E', '.E'), ('-the', 'the'), ('en.-', 'en.'), ('-the', 'the'), ('-premiseof', 'premiseof'), ('-unbelief.', 'unbelief.')]
ST18871124-V13-45-page4.txt: [('-THE', 'THE'), ('UNRIGHTEOUS-', 'UNRIGHTEOUS')]
ST18871124-V13-45-page5.txt: [('-It', 'It'), ('-', ''), ('-', ''), ('-to', 'to')]
ST18871124-V13-45-page6.txt: [('V-', 'V'), ('Mc-', 'Mc'), ('-', ''), ('-', '')]
ST18871124-V13-45-page8.txt: [('-Gi', 'Gi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871124-V13-45-page9.txt: [("-.E'S.", ".E'S."), ('-', ''), ('flesh.-', 'flesh.'), ('patriarch-', 'patriarch'), ('-', ''), ('-', ''), ('superin-', 'superin')]
ST18871201-V13-46-page1.txt: [('-in', 'in')]
ST18871201-V13-46-page10.txt: [('-', ''), ('-', '')]
ST18871201-V13-46-page11.txt: [('-', ''), ('-', '')]
ST18871201-V13-46-page12.txt: [('-', ''), ('-st', 'st'), ('-nor', 'nor')]
ST18871201-V13-46-page13.txt: [('iV-', 'iV'), ('-', ''), ('gar-', 'gar')]
ST18871201-V13-46-page14.txt: [('con-', 'con'), ('-vents', 'vents'), ('de-', 'de'), ('-', ''), ('-', ''), ('-liquor-shopto', 'liquor-shopto'), ('-', ''), ('of-', 'of')]
ST18871201-V13-46-page15.txt: [('.-', '.'), ('Sen-', 'Sen'), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-Some', 'Some'), ('-', ''), ('-', ''), ('PRES-', 'PRES'), ('-', ''), ('aa-', 'aa'), ('-', ''), ('cor-', 'cor')]
ST18871201-V13-46-page16.txt: [('-We', 'We'), ('-', ''), ('in--', 'in-'), ('Ne-', 'Ne'), ('-', ''), ('-', ''), ('-Jan.', 'Jan.'), ('-', ''), ('-', ''), ('offers-', 'offers'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ad-', 'ad'), ('-', ''), ('-', ''), ('-', '')]
ST18871201-V13-46-page3.txt: [('-standing', 'standing')]
ST18871201-V13-46-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18871201-V13-46-page5.txt: [('-', ''), ('-me-tifuh', 'me-tifuh')]
ST18871201-V13-46-page6.txt: [('corre-', 'corre'), ('-', ''), ('-', ''), ('-', ''), ('beg-', 'beg')]
ST18871201-V13-46-page7.txt: [('follow-', 'follow'), ('-', ''), ('-tithing', 'tithing'), ('asso-', 'asso'), ('schools-', 'schools'), ('recommend-', 'recommend')]
ST18871201-V13-46-page8.txt: [('-', '')]
ST18871201-V13-46-page9.txt: [('-', ''), ('DE-', 'DE')]
ST18871208-V13-47-page1.txt: [('-', ''), ('-the', 'the'), ('-', '')]
ST18871208-V13-47-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('Bridg-', 'Bridg')]
ST18871208-V13-47-page11.txt: [('-', ''), ('-', '')]
ST18871208-V13-47-page12.txt: [('-with', 'with'), ('im-', 'im'), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the')]
ST18871208-V13-47-page13.txt: [('Anglo-', 'Anglo'), ('-hints', 'hints'), ('-', ''), ('i-', 'i')]
ST18871208-V13-47-page14.txt: [('-dynamite', 'dynamite'), ('-', ''), ('APPOINTMENTS.-', 'APPOINTMENTS.'), ('-', ''), ('-', ''), ('-Jah.', 'Jah.'), ('-', ''), ('-', '')]
ST18871208-V13-47-page15.txt: [('PEO-', 'PEO'), ('sue-', 'sue'), ('-', ''), ('-', '')]
ST18871208-V13-47-page16.txt: [('-', ''), ('Col-', 'Col'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871208-V13-47-page2.txt: [('-where', 'where'), ('-Europe', 'Europe'), ('be-', 'be'), ('-moral.', 'moral.'), ("-'They", "'They"), ('-grow.', 'grow.')]
ST18871208-V13-47-page3.txt: [('which-', 'which'), ("'-", "'"), ('-', ''), ('-secret', 'secret'), ('free.-', 'free.'), ('with-', 'with'), ('-his', 'his')]
ST18871208-V13-47-page4.txt: [('-fit', 'fit'), ('-be', 'be'), ('-to', 'to'), ('-ones.', 'ones.')]
ST18871208-V13-47-page5.txt: [('con-', 'con'), ('-', ''), ('the-', 'the')]
ST18871208-V13-47-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-a', 'a'), ('-', ''), ('CORRESPONDING-', 'CORRESPONDING')]
ST18871208-V13-47-page7.txt: [('-', ''), ('-as', 'as'), ('-', ''), ('-the', 'the'), ('-', '')]
ST18871208-V13-47-page8.txt: [('-', ''), ('-which', 'which'), ('-', '')]
ST18871208-V13-47-page9.txt: [('-and', 'and'), ('re-', 're'), ('-newcd', 'newcd'), ('-', ''), ('-', '')]
ST18871215-V13-48-page1.txt: [('founda-', 'founda'), ('-', ''), ('workers-', 'workers')]
ST18871215-V13-48-page10.txt: [('-', ''), ('-', '')]
ST18871215-V13-48-page12.txt: [('-and', 'and'), ('-', '')]
ST18871215-V13-48-page13.txt: [('sud-', 'sud')]
ST18871215-V13-48-page14.txt: [('-', ''), ('-', ''), ('-was', 'was'), ('-Anarchy', 'Anarchy'), ('-', ''), ('-families.', 'families.'), ('-fortifications', 'fortifications'), ('in-', 'in'), ('of-', 'of'), ('-', ''), ('M.-', 'M.')]
ST18871215-V13-48-page15.txt: [('-', ''), ('-page', 'page'), ('unsec-', 'unsec'), ('-vay', 'vay'), ('cata-', 'cata'), ('.-', '.'), ('.-', '.'), ('vs-', 'vs')]
ST18871215-V13-48-page16.txt: [('-Vacaville', 'Vacaville'), ('re-', 're'), ('Chris-', 'Chris'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871215-V13-48-page2.txt: [('No.-', 'No.'), ('-ropes', 'ropes')]
ST18871215-V13-48-page3.txt: [('-', ''), ('-thousands', 'thousands')]
ST18871215-V13-48-page5.txt: [('-tendency', 'tendency'), ('-day', 'day')]
ST18871215-V13-48-page6.txt: [('-', ''), ('-', ''), ('became-', 'became'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871215-V13-48-page7.txt: [('on-', 'on'), ('here-', 'here')]
ST18871215-V13-48-page8.txt: [('-', '')]
ST18871215-V13-48-page9.txt: [('-', ''), ('-', '')]
ST18871222-V13-49-page1.txt: [('-quickly', 'quickly'), ('-', '')]
ST18871222-V13-49-page10.txt: [('-', ''), ('Jerusa-', 'Jerusa')]
ST18871222-V13-49-page11.txt: [('-rulers.', 'rulers.'), ('-', '')]
ST18871222-V13-49-page12.txt: [('turningheraroundlikeaesrsedfigureinashop-', 'turningheraroundlikeaesrsedfigureinashop'), ('Mr.-', 'Mr.'), ('-to', 'to')]
ST18871222-V13-49-page13.txt: [('-', ''), ('amongriot-', 'amongriot')]
ST18871222-V13-49-page14.txt: [('-', ''), ('Presbyterian-', 'Presbyterian'), ('-', ''), ('--Gold', '-Gold'), ('-', ''), ('-', ''), ('-', ''), ('-do', 'do')]
ST18871222-V13-49-page15.txt: [('-LemOore', 'LemOore'), ('-page', 'page'), ('book-', 'book'), ('Recipes"-', 'Recipes"'), ('address-', 'address'), ('-', ''), ('-all', 'all'), ('-', ''), ('SANC-', 'SANC'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871222-V13-49-page16.txt: [('for-', 'for'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871222-V13-49-page2.txt: [('Age-to-', 'Age-to'), ('-Lord', 'Lord'), ('-', '')]
ST18871222-V13-49-page3.txt: [('-', '')]
ST18871222-V13-49-page5.txt: [('-', '')]
ST18871222-V13-49-page6.txt: [('-', ''), ('-miracle', 'miracle')]
ST18871222-V13-49-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871222-V13-49-page8.txt: [('-empires', 'empires'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871222-V13-49-page9.txt: [('-', ''), ('-and', 'and'), ('-', ''), ('annoy-', 'annoy'), ('-', ''), ('-the', 'the'), ('-', '')]
ST18871229-V13-50-page1.txt: [('-', '')]
ST18871229-V13-50-page10.txt: [('-', ''), ('-', '')]
ST18871229-V13-50-page11.txt: [('-', ''), ('-', '')]
ST18871229-V13-50-page12.txt: [('-', ''), ('-Kind', 'Kind')]
ST18871229-V13-50-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871229-V13-50-page15.txt: [("'Oak--", "'Oak-"), ('PEO-', 'PEO'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('HEALTI-', 'HEALTI'), ('-ray', 'ray'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871229-V13-50-page16.txt: [('-We', 'We'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871229-V13-50-page2.txt: [('-', ''), ('-shows', 'shows'), ('-the', 'the')]
ST18871229-V13-50-page4.txt: [('-', '')]
ST18871229-V13-50-page5.txt: [('I-', 'I'), ('-', '')]
ST18871229-V13-50-page6.txt: [('comes.-', 'comes.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871229-V13-50-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18871229-V13-50-page8.txt: [('-', '')]
ST18871229-V13-50-page9.txt: [('V-', 'V')]
ST18880106-V14-01-page10.txt: [('AsToy-', 'AsToy'), ('RO-', 'RO')]
ST18880106-V14-01-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-To', 'To'), ('-Christ', 'Christ')]
ST18880106-V14-01-page13.txt: [('-', ''), ('-', ''), ('de-', 'de')]
ST18880106-V14-01-page14.txt: [('-', '')]
ST18880106-V14-01-page15.txt: [('considered-', 'considered'), ('SANC-', 'SANC'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('book-', 'book'), ('"-', '"'), ('Sabbatlia.-', 'Sabbatlia.'), ('-', ''), ('-', ''), ('AV-', 'AV'), ('.air-', '.air'), ('cor-', 'cor'), ('-', '')]
ST18880106-V14-01-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('not-', 'not'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880106-V14-01-page2.txt: [('the-', 'the'), ('-shall', 'shall'), ('-', '')]
ST18880106-V14-01-page3.txt: [('-the', 'the'), ('-', '')]
ST18880106-V14-01-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('COMMAND-', 'COMMAND'), ('-', '')]
ST18880106-V14-01-page7.txt: [('Nebu-', 'Nebu'), ('-chadnezzar', 'chadnezzar'), ('-', ''), ('-', ''), ('-', '')]
ST18880106-V14-01-page8.txt: [('consul-', 'consul'), ('-It', 'It'), ('charac-', 'charac')]
ST18880106-V14-01-page9.txt: [('-', ''), ('-and', 'and'), ('-other', 'other')]
ST18880113-V14-02-page1.txt: [('-..pppppeo..', '..pppppeo..')]
ST18880113-V14-02-page10.txt: [('-', ''), ('--', '-')]
ST18880113-V14-02-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-Pride.', 'Pride.'), ('-', ''), ('-transgression', 'transgression'), ('-', ''), ('-', ''), ('-', '')]
ST18880113-V14-02-page12.txt: [('-', ''), ('-', '')]
ST18880113-V14-02-page13.txt: [('-', ''), ('-', ''), ('-to', 'to'), ('-rises', 'rises'), ('intoxi-', 'intoxi'), ('it.---', 'it.--'), ('-San', 'San'), ('-', '')]
ST18880113-V14-02-page14.txt: [('-', ''), ('-Ivith', 'Ivith'), ('-c-', 'c-')]
ST18880113-V14-02-page15.txt: [('ELL-', 'ELL'), ('-', ''), ('-page', 'page'), ('COM-', 'COM'), ('-UNITED', 'UNITED')]
ST18880113-V14-02-page16.txt: [('-', ''), ('-', ''), ('doc-', 'doc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880113-V14-02-page2.txt: [('-k', 'k')]
ST18880113-V14-02-page3.txt: [('-', ''), ('sor--', 'sor-'), ('-', ''), ('-', ''), ('clouds.--Seketa.-', 'clouds.--Seketa.'), ('-', '')]
ST18880113-V14-02-page4.txt: [('-', '')]
ST18880113-V14-02-page5.txt: [('-It', 'It'), ('-', ''), ('-', ''), ('coal.-', 'coal.'), ('"-', '"'), ('underestimate-', 'underestimate'), ('-', ''), ('-Quiver', 'Quiver')]
ST18880113-V14-02-page6.txt: [('-', ''), ('-', ''), ('-And', 'And'), ('-', ''), ('-', '')]
ST18880113-V14-02-page7.txt: [('tem-', 'tem'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880113-V14-02-page8.txt: [('RO-', 'RO')]
ST18880113-V14-02-page9.txt: [('-', ''), ('-', ''), ('--conveying', '-conveying'), ('re-', 're')]
ST18880217-V14-07-page1.txt: [('-', ''), ('lift-', 'lift'), ('-of', 'of')]
ST18880217-V14-07-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('bap-', 'bap')]
ST18880217-V14-07-page11.txt: [('-', ''), ('-the', 'the'), ('-except', 'except'), ('-', ''), ('any-', 'any')]
ST18880217-V14-07-page13.txt: [('-', ''), ('-dis-', 'dis-'), ('-', ''), ('--r-', '-r-'), ('-nt', 'nt'), ('-crowned', 'crowned'), ('prov-', 'prov')]
ST18880217-V14-07-page14.txt: [('-E', 'E')]
ST18880217-V14-07-page15.txt: [('Or-', 'Or'), ('Tobacco-', 'Tobacco'), ('command-', 'command'), ('examina-', 'examina'), ('...--', '...-'), ('-......-', '......-'), ('-page', 'page'), ('-', ''), ('-.DE', '.DE'), ('-', ''), ('read-', 'read'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880217-V14-07-page16.txt: [('--', '-'), ('"-', '"'), ('country-', 'country'), ('-"hdleft', '"hdleft'), ('charac--', 'charac-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880217-V14-07-page2.txt: [('offen-', 'offen'), ('-.E', '.E'), ('-.E', '.E')]
ST18880217-V14-07-page4.txt: [('-condition', 'condition'), ('-He', 'He'), ('-', ''), ('-It', 'It'), ('-', ''), ('-The', 'The'), ('-"', '"'), ('Chris-', 'Chris'), ('-thee', 'thee'), ('-Whittier.', 'Whittier.')]
ST18880217-V14-07-page5.txt: [('-', ''), ('-', '')]
ST18880217-V14-07-page6.txt: [('-', ''), ('-', '')]
ST18880217-V14-07-page7.txt: [('-GiV-S', 'GiV-S'), ('-', ''), ('-', ''), ('-Catholic', 'Catholic')]
ST18880217-V14-07-page9.txt: [('-The', 'The'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880309-V14-10-page1.txt: [('-With', 'With')]
ST18880309-V14-10-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880309-V14-10-page11.txt: [('civ-', 'civ'), ('resolu-', 'resolu')]
ST18880309-V14-10-page12.txt: [('-', '')]
ST18880309-V14-10-page13.txt: [('-', ''), ('-', ''), ('TEXT-', 'TEXT'), ('-', '')]
ST18880309-V14-10-page14.txt: [('-', ''), ('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880309-V14-10-page2.txt: [('-E', 'E'), ('-.ETS.', '.ETS.'), ('-he', 'he')]
ST18880309-V14-10-page3.txt: [('-the', 'the'), ('resurrec-', 'resurrec')]
ST18880309-V14-10-page5.txt: [('-', ''), ('-exaggeration', 'exaggeration'), ('-', ''), ('-', ''), ('-', '')]
ST18880309-V14-10-page6.txt: [('demon-', 'demon'), ('-the', 'the'), ('over-', 'over'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880309-V14-10-page7.txt: [('ob-', 'ob'), ('-', ''), ('-', ''), ('church-', 'church')]
ST18880309-V14-10-page8.txt: [('-ZTE', 'ZTE'), ('authority-', 'authority'), ('sal-', 'sal'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880309-V14-10-page9.txt: [('-', ''), ('-carrying', 'carrying'), ('-activity', 'activity')]
ST18880323-V14-12-page1.txt: [('-dreary', 'dreary'), ('signifi-', 'signifi'), ('obe-', 'obe'), ('--Good', '-Good')]
ST18880323-V14-12-page10.txt: [('mo-', 'mo'), ('"-', '"'), ('-', ''), ('-Isaac', 'Isaac'), ('-', ''), ('-', '')]
ST18880323-V14-12-page11.txt: [('-', ''), ('-yearned', 'yearned'), ('interven-', 'interven'), ('-repent', 'repent'), ('-', '')]
ST18880323-V14-12-page13.txt: [('-', ''), ('-j', 'j'), ('Ger-', 'Ger'), ('-', '')]
ST18880323-V14-12-page14.txt: [('--Henry', '-Henry'), ('PENNSYL-', 'PENNSYL'), ('-', '')]
ST18880323-V14-12-page15.txt: [('-PACE', 'PACE'), ('al-', 'al'), ('-North', 'North'), ('-RzcsivEn', 'RzcsivEn'), ('-page', 'page'), ('-', ''), ('-', '')]
ST18880323-V14-12-page16.txt: [('Petsvel-', 'Petsvel'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880323-V14-12-page2.txt: [('-infinite', 'infinite'), ('-', ''), ('-', ''), ('-will', 'will')]
ST18880323-V14-12-page3.txt: [('-', ''), ('-forever', 'forever'), ('pun-', 'pun')]
ST18880323-V14-12-page4.txt: [('-', ''), ('-prevention', 'prevention'), ('-ie', 'ie'), ('po-', 'po')]
ST18880323-V14-12-page5.txt: [('him-', 'him'), ('nec-', 'nec')]
ST18880323-V14-12-page6.txt: [('-', ''), ('-.E', '.E'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-We', 'We'), ('private.\'"--', 'private.\'"-')]
ST18880323-V14-12-page7.txt: [('re-', 're'), ('-', ''), ('-there', 'there'), ('pro-', 'pro'), ('-', ''), ('con-', 'con')]
ST18880323-V14-12-page8.txt: [('-', ''), ('de-', 'de'), ('"be-', '"be'), ('daub.-', 'daub.')]
ST18880323-V14-12-page9.txt: [('-', '')]
ST18880330-V14-13-page1.txt: [('-With', 'With'), ('-', ''), ('thou-', 'thou')]
ST18880330-V14-13-page10.txt: [('an-', 'an')]
ST18880330-V14-13-page11.txt: [('-service', 'service')]
ST18880330-V14-13-page13.txt: [('-i', 'i')]
ST18880330-V14-13-page14.txt: [('record-', 'record'), ('--Reports', '-Reports'), ('-', ''), ('-', ''), ('-', ''), ('PENNSYL-', 'PENNSYL')]
ST18880330-V14-13-page15.txt: [('-', ''), ('-x.', 'x.'), ('-a', 'a'), ('-', ''), ('-', ''), ('-', ''), ('LAUN-', 'LAUN'), ('-', ''), ('-', ''), ('-', ''), ('--et', '-et'), ('Ars"-', 'Ars"'), ('-', ''), ('-OF-', 'OF-'), ('corners.-', 'corners.'), ('sewed-', 'sewed'), ('AR-', 'AR'), ('cor-', 'cor')]
ST18880330-V14-13-page16.txt: [('-We', 'We'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880330-V14-13-page2.txt: [('-faith', 'faith'), ('-that', 'that')]
ST18880330-V14-13-page3.txt: [('Gfr-', 'Gfr'), ('-', ''), ('-', ''), ('him.-', 'him.'), ('med-', 'med'), ('gar-', 'gar')]
ST18880330-V14-13-page4.txt: [('-', ''), ('-', '')]
ST18880330-V14-13-page5.txt: [('-O.', 'O.')]
ST18880330-V14-13-page6.txt: [('CY-', 'CY'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('salvation-', 'salvation'), ('-', ''), ('de-', 'de')]
ST18880330-V14-13-page7.txt: [('-', ''), ('-', ''), ('-shall', 'shall'), ('Fire-', 'Fire')]
ST18880330-V14-13-page8.txt: [('-Id.', 'Id.'), ('-', ''), ('-He', 'He')]
ST18880330-V14-13-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880406-V14-14-page10.txt: [('-', ''), ("-Lamb's", "Lamb's")]
ST18880406-V14-14-page11.txt: [('-', ''), ('-More', 'More'), ('-That', 'That'), ('-', ''), ('-', ''), ('-', '')]
ST18880406-V14-14-page12.txt: [('disheart-', 'disheart')]
ST18880406-V14-14-page13.txt: [('-', ''), ('-This', 'This'), ('children.-', 'children.')]
ST18880406-V14-14-page14.txt: [('-', ''), ('-', ''), ('Bos-', 'Bos')]
ST18880406-V14-14-page15.txt: [('-Articles', 'Articles'), ('SANC-', 'SANC'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page')]
ST18880406-V14-14-page16.txt: [('-We', 'We'), ('ma--', 'ma-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880406-V14-14-page2.txt: [('-that', 'that'), ('lightlyes-', 'lightlyes'), ('em-', 'em')]
ST18880406-V14-14-page3.txt: [('-', '')]
ST18880406-V14-14-page4.txt: [('-', '')]
ST18880406-V14-14-page5.txt: [('-thou', 'thou'), ('-', ''), ('-', ''), ('-and', 'and'), ('-sure', 'sure')]
ST18880406-V14-14-page6.txt: [('HAR-', 'HAR'), ('re-', 're')]
ST18880406-V14-14-page7.txt: [('-', ''), ('hon-', 'hon'), ('-', ''), ('immo-', 'immo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ac-', 'ac'), ('-', ''), ('house-', 'house'), ('-', '')]
ST18880406-V14-14-page9.txt: [('P-', 'P')]
ST18880420-V14-16-page1.txt: [('-', ''), ('-', '')]
ST18880420-V14-16-page10.txt: [('-greater', 'greater'), ('-', ''), ('-.', '.'), ('-', ''), ('-', '')]
ST18880420-V14-16-page11.txt: [('Jo-', 'Jo'), ('-', ''), ('-Wesleyan', 'Wesleyan'), ('-', ''), ('-', '')]
ST18880420-V14-16-page12.txt: [('-your', 'your'), ('kind--', 'kind-'), ('-boys.', 'boys.'), ('-two', 'two')]
ST18880420-V14-16-page13.txt: [('for-', 'for'), ('-My', 'My'), ('-a', 'a'), ('-E', 'E'), ('-.ES.', '.ES.'), ('-can', 'can'), ('sav-', 'sav')]
ST18880420-V14-16-page14.txt: [('-', ''), ('-', ''), ('-PAGE', 'PAGE'), ('-', ''), ('-', ''), ('-', ''), ('Cleve-', 'Cleve'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880420-V14-16-page15.txt: [('STU-', 'STU'), ('-', ''), ('-', ''), ('-PAGE', 'PAGE'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('SANC-', 'SANC'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880420-V14-16-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880420-V14-16-page2.txt: [('-', ''), ('-', '')]
ST18880420-V14-16-page3.txt: [('-EE', 'EE'), ('scien-', 'scien')]
ST18880420-V14-16-page4.txt: [('words-', 'words'), ('-morals', 'morals'), ('-repeating', 'repeating'), ('mis-', 'mis')]
ST18880420-V14-16-page5.txt: [('-E', 'E'), ('-of', 'of'), ('-', ''), ('-nature', 'nature'), ('-of', 'of'), ('skill-', 'skill'), ('dif-', 'dif')]
ST18880420-V14-16-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I.', 'I.')]
ST18880420-V14-16-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-And', 'And')]
ST18880420-V14-16-page8.txt: [("'-", "'"), ('-', ''), ('-If', 'If'), ('-', '')]
ST18880420-V14-16-page9.txt: [('-', ''), ('-sins', 'sins'), ('sor-', 'sor')]
ST18880824-V14-33-page1.txt: [('fall-', 'fall')]
ST18880824-V14-33-page10.txt: [('Alt--', 'Alt-'), ('-the', 'the'), ('-ite', 'ite'), ('-The', 'The'), ('-', ''), ('-"', '"'), ('-', ''), ('-"The', '"The'), ('pre-', 'pre'), ('-ti', 'ti'), ('doubt-', 'doubt'), ('.temselycs-', '.temselycs'), ('re-', 're'), ('-cd.', 'cd.'), ('set-', 'set'), ('-affairs.', 'affairs.'), ('-EVSTG', 'EVSTG'), ('Mt-', 'Mt'), ('-', ''), ('-', ''), ('-It', 'It'), ('-', ''), ('-The', 'The'), ('-', ''), ('-One', 'One'), ('-', ''), ('-', ''), ('-ance', 'ance'), ('-', '')]
ST18880824-V14-33-page11.txt: [('-', ''), ('to-', 'to'), ('-', ''), ('-able', 'able'), ('-which', 'which')]
ST18880824-V14-33-page12.txt: [('-', ''), ('en-', 'en')]
ST18880824-V14-33-page13.txt: [('-', ''), ('-', ''), ('-', ''), ("disea'-", "disea'")]
ST18880824-V14-33-page14.txt: [('Asso-', 'Asso'), ('-', ''), ('-', ''), ('re-', 're'), ('main-', 'main'), ('-', '')]
ST18880824-V14-33-page15.txt: [('V-', 'V'), ('but-', 'but'), ('-', ''), ('-do', 'do'), ('-', '')]
ST18880824-V14-33-page16.txt: [('-e', 'e'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-York', 'York'), ('in-', 'in'), ('admis-', 'admis'), ('-by', 'by'), ('-', '')]
ST18880824-V14-33-page2.txt: [('-', '')]
ST18880824-V14-33-page3.txt: [('hu-', 'hu')]
ST18880824-V14-33-page4.txt: [('-dear', 'dear')]
ST18880824-V14-33-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18880824-V14-33-page7.txt: [('-', ''), ('-can', 'can'), ('-', ''), ('-', '')]
ST18880824-V14-33-page8.txt: [('pre-', 'pre')]
ST18880824-V14-33-page9.txt: [('Grange-', 'Grange'), ('---', '--'), ('WORK-', 'WORK'), ('-', '')]
ST18880831-V14-34-page1.txt: [('-oeci', 'oeci')]
ST18880831-V14-34-page10.txt: [('PRO-', 'PRO'), ('connec-', 'connec'), ('CON-', 'CON'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880831-V14-34-page11.txt: [('-', ''), ('-', ''), ('Sun-', 'Sun'), ('-', '')]
ST18880831-V14-34-page12.txt: [('-.', '.')]
ST18880831-V14-34-page13.txt: [('de-', 'de'), ('DRUNK-', 'DRUNK'), ('another-', 'another'), ('-', '')]
ST18880831-V14-34-page14.txt: [('-', ''), ('-and', 'and'), ('-smaller', 'smaller'), ('-', ''), ('-', ''), ('-and', 'and'), ('--', '-'), ('Nr-', 'Nr'), ('-Home', 'Home')]
ST18880831-V14-34-page15.txt: [('-', ''), ('expire-..-', 'expire-..'), ('-out', 'out'), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-pf', 'pf'), ('Vinegar-', 'Vinegar'), ('Oil-', 'Oil')]
ST18880831-V14-34-page16.txt: [('-', ''), ('Do.--', 'Do.-'), ('-when', 'when'), ('Bible-', 'Bible'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Francisco', 'Francisco'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880831-V14-34-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880831-V14-34-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18880831-V14-34-page4.txt: [('-E', 'E'), ('-cut', 'cut')]
ST18880831-V14-34-page5.txt: [('-O', 'O'), ('-', '')]
ST18880831-V14-34-page6.txt: [('-in', 'in'), ('-tle', 'tle'), ('-', '')]
ST18880831-V14-34-page7.txt: [('-', ''), ('-', ''), ('OFFI-', 'OFFI'), ('-', '')]
ST18880831-V14-34-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST18880831-V14-34-page9.txt: [('July-', 'July'), ('MISSION-', 'MISSION'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18880914-V14-36-page2.txt: [('-', ''), ('says-', 'says'), ('-', '')]
ST18880914-V14-36-page3.txt: [('-ES.', 'ES.'), ('-', '')]
ST18880914-V14-36-page4.txt: [('is-s-', 'is-s'), ('-', ''), ('-', '')]
ST18880914-V14-36-page5.txt: [('-', ''), ('-', '')]
ST18880914-V14-36-page6.txt: [('Pan-', 'Pan'), ('--English', '-English'), ('-', ''), ('-', '')]
ST18880914-V14-36-page7.txt: [('-page', 'page'), ('-', '')]
ST18880914-V14-36-page8.txt: [('-', ''), ('-', ''), ('ful-', 'ful'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18881019-V14-40-page1.txt: [('Is-', 'Is')]
ST18881019-V14-40-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18881019-V14-40-page11.txt: [('-', ''), ('--', '-')]
ST18881019-V14-40-page12.txt: [('-G', 'G')]
ST18881019-V14-40-page13.txt: [('---', '--'), ('-is', 'is')]
ST18881019-V14-40-page14.txt: [('-', ''), ('be-', 'be'), ('-', '')]
ST18881019-V14-40-page15.txt: [('-', ''), ('-page', 'page')]
ST18881019-V14-40-page16.txt: [('-We', 'We'), ('yel-', 'yel'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18881019-V14-40-page3.txt: [('-or', 'or'), ('-', ''), ('Bi-', 'Bi')]
ST18881019-V14-40-page4.txt: [('pro-', 'pro'), ('-', ''), ('-', '')]
ST18881019-V14-40-page6.txt: [('-', ''), ('-', ''), ('CHRIS-', 'CHRIS'), ('un-', 'un'), ('con-', 'con')]
ST18881019-V14-40-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('bias-', 'bias')]
ST18881019-V14-40-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST18881019-V14-40-page9.txt: [('-', ''), ('-.', '.'), ('-', '')]
ST18881116-V14-44-page1.txt: [('-', ''), ('-Work', 'Work'), ('Go-', 'Go')]
ST18881116-V14-44-page10.txt: [('-', '')]
ST18881116-V14-44-page11.txt: [('-MEETING', 'MEETING'), ('TERRI-', 'TERRI'), ('great-', 'great')]
ST18881116-V14-44-page13.txt: [('-', ''), ('-and', 'and'), ('beneficial.-', 'beneficial.')]
ST18881116-V14-44-page15.txt: [("----American'Sentinel", "---American'Sentinel"), ('Smn---', 'Smn--'), ('-valuable', 'valuable'), ('SEN-', 'SEN')]
ST18881116-V14-44-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18881116-V14-44-page2.txt: [('-', ''), ('-presents', 'presents'), ('-I', 'I'), ('-', ''), ('-hope', 'hope')]
ST18881116-V14-44-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18881116-V14-44-page6.txt: [('resurrection-', 'resurrection'), ('-universal', 'universal'), ('-', ''), ('di-', 'di')]
ST18881116-V14-44-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18881116-V14-44-page8.txt: [('-', ''), ('-verses', 'verses'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', '')]
ST18881116-V14-44-page9.txt: [('-', ''), ('-thy', 'thy'), ('re-', 're')]
ST18881221-V14-49-page1.txt: [('-while', 'while'), ('--', '-')]
ST18881221-V14-49-page10.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST18881221-V14-49-page11.txt: [('-These', 'These')]
ST18881221-V14-49-page12.txt: [('-', '')]
ST18881221-V14-49-page13.txt: [('-', ''), ('stock-', 'stock')]
ST18881221-V14-49-page14.txt: [('-ton', 'ton'), ('-pound', 'pound'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a')]
ST18881221-V14-49-page15.txt: [('SEN-', 'SEN'), ('-', ''), ('-PAGE', 'PAGE'), ('-rErsas.', 'rErsas.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18881221-V14-49-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18881221-V14-49-page2.txt: [('per-', 'per'), ('-..-', '..-')]
ST18881221-V14-49-page3.txt: [('-"', '"'), ('-', ''), ('-', '')]
ST18881221-V14-49-page5.txt: [('---reil', '--reil'), ('-to', 'to'), ('clients-', 'clients')]
ST18881221-V14-49-page6.txt: [('-', ''), ('Protestant-', 'Protestant'), ('-', '')]
ST18881221-V14-49-page7.txt: [('-', '')]
ST18881221-V14-49-page8.txt: [('-', '')]
ST18881221-V14-49-page9.txt: [('-', ''), ('-fell', 'fell'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The')]
ST18881228-V14-50-page1.txt: [('liv-', 'liv'), ('-use', 'use'), ('-', ''), ('-', '')]
ST18881228-V14-50-page10.txt: [('-"', '"'), ('-"Divination', '"Divination'), ('-', ''), ('-', ''), ('-', '')]
ST18881228-V14-50-page11.txt: [('-', ''), ('-', ''), ('righteous-', 'righteous'), ('J-', 'J'), ('-ES.', 'ES.'), ('-', ''), ('sr-a-', 'sr-a')]
ST18881228-V14-50-page12.txt: [('CI--', 'CI-'), ('ir---', 'ir--'), ('tel---', 'tel--'), ('par-', 'par')]
ST18881228-V14-50-page13.txt: [('sue-', 'sue')]
ST18881228-V14-50-page14.txt: [('Pyrenees-', 'Pyrenees'), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST18881228-V14-50-page15.txt: [('-', ''), ('FUND.-', 'FUND.'), ('-', ''), ('-to', 'to'), ('-', ''), ('-', '')]
ST18881228-V14-50-page16.txt: [('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18881228-V14-50-page2.txt: [('-fall', 'fall'), ('-are', 'are')]
ST18881228-V14-50-page3.txt: [('-', ''), ('-with', 'with')]
ST18881228-V14-50-page4.txt: [('blame-', 'blame'), ('-', '')]
ST18881228-V14-50-page5.txt: [('-of', 'of'), ('-', '')]
ST18881228-V14-50-page6.txt: [('-word', 'word'), ('-the', 'the'), ('Phil.-', 'Phil.'), ('.-', '.'), ('-', ''), ('pres-', 'pres'), ('--', '-')]
ST18881228-V14-50-page7.txt: [('-', '')]
ST18881228-V14-50-page8.txt: [('-', '')]
ST18881228-V14-50-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST18890107-V15-01-page10.txt: [('-', '')]
ST18890107-V15-01-page11.txt: [('-JIIES.', 'JIIES.'), ('-', ''), ('know-', 'know'), ('-i.', 'i.'), ('I-', 'I')]
ST18890107-V15-01-page13.txt: [('--', '-')]
ST18890107-V15-01-page14.txt: [('-coffee-house', 'coffee-house'), ('SIG-', 'SIG')]
ST18890107-V15-01-page15.txt: [('SANC-', 'SANC'), ('-', ''), ('Her-', 'Her'), ('Ings-', 'Ings'), ('-J', 'J'), ('COM-', 'COM'), ('Senti-', 'Senti')]
ST18890107-V15-01-page16.txt: [('-We', 'We'), ('SfrBBATH-SCJ-', 'SfrBBATH-SCJ')]
ST18890107-V15-01-page2.txt: [('-do', 'do')]
ST18890107-V15-01-page3.txt: [('become-', 'become')]
ST18890107-V15-01-page4.txt: [('-', ''), ('-', '')]
ST18890107-V15-01-page5.txt: [('-', ''), ('-', '')]
ST18890107-V15-01-page6.txt: [('Trill-', 'Trill'), ('-', ''), ('-', '')]
ST18890107-V15-01-page7.txt: [('-', '')]
ST18890107-V15-01-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890107-V15-01-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890114-V15-02-page1.txt: [('-', '')]
ST18890114-V15-02-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-was', 'was'), ('-', ''), ('-', ''), ('har-', 'har'), ('-', '')]
ST18890114-V15-02-page11.txt: [('dol-', 'dol')]
ST18890114-V15-02-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('land."-', 'land."')]
ST18890114-V15-02-page13.txt: [('-', ''), ('soover-', 'soover'), ('drink.-', 'drink.'), ('I-', 'I'), ('-State', 'State')]
ST18890114-V15-02-page14.txt: [('-sugar', 'sugar')]
ST18890114-V15-02-page15.txt: [('-', ''), ('-', ''), ('-asits', 'asits'), ('COM-', 'COM'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890114-V15-02-page16.txt: [('-', ''), ('-We', 'We'), ('-', ''), ('-', ''), ('-by', 'by'), ('-To', 'To'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890114-V15-02-page2.txt: [('-and', 'and'), ('-leper', 'leper'), ('-', ''), ('-', '')]
ST18890114-V15-02-page3.txt: [('-', ''), ('-', ''), ('tak-', 'tak')]
ST18890114-V15-02-page5.txt: [('F-', 'F'), ('-', '')]
ST18890114-V15-02-page6.txt: [('-', '')]
ST18890114-V15-02-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890114-V15-02-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST18890114-V15-02-page9.txt: [('-the', 'the'), ('-', ''), ('cat-', 'cat'), ('-', ''), ('-', ''), ('-said', 'said'), ('-.and', '.and'), ('-', '')]
ST18890121-V15-03-page1.txt: [('-', '')]
ST18890121-V15-03-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-longing', 'longing'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-born', 'born')]
ST18890121-V15-03-page11.txt: [('-', '')]
ST18890121-V15-03-page14.txt: [('-', ''), ('German-', 'German'), ('-', ''), ('space-', 'space'), ('bereavement-', 'bereavement')]
ST18890121-V15-03-page15.txt: [('-', ''), ('J-', 'J'), ('.-', '.'), ('-', '')]
ST18890121-V15-03-page16.txt: [('-We', 'We'), ('-', ''), ('-', '')]
ST18890121-V15-03-page2.txt: [("'Y--", "'Y-")]
ST18890121-V15-03-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890121-V15-03-page4.txt: [('-', ''), ('-Es.', 'Es.')]
ST18890121-V15-03-page5.txt: [('-', ''), ('-b', 'b'), ('-', '')]
ST18890121-V15-03-page6.txt: [('-', ''), ('be-', 'be')]
ST18890121-V15-03-page7.txt: [('-', ''), ('-', '')]
ST18890121-V15-03-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890121-V15-03-page9.txt: [('-', ''), ('-', '')]
ST18890128-V15-04-page10.txt: [('-', ''), ('-', ''), ('-into', 'into'), ('-for', 'for'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', '')]
ST18890128-V15-04-page11.txt: [('-j', 'j'), ('-', ''), ('-', ''), ('-his', 'his'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('A-', 'A')]
ST18890128-V15-04-page12.txt: [('-', ''), ('child-', 'child')]
ST18890128-V15-04-page13.txt: [('Wm-', 'Wm'), ('-it', 'it'), ('PROHIBI-', 'PROHIBI'), ('-', '')]
ST18890128-V15-04-page14.txt: [('-', ''), ('-', '')]
ST18890128-V15-04-page15.txt: [('book-', 'book'), ('MISSION.-', 'MISSION.'), ('MISSIONS.-', 'MISSIONS.'), ('-page', 'page'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890128-V15-04-page16.txt: [('-We', 'We'), ('evi-', 'evi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890128-V15-04-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18890128-V15-04-page3.txt: [('CROUCH.-', 'CROUCH.'), ('-', '')]
ST18890128-V15-04-page4.txt: [('.-', '.'), ('earth.-', 'earth.'), ('-', ''), ('Heaven.-', 'Heaven.'), ('fire.-', 'fire.'), ('dissolved.-', 'dissolved.'), ('people.-', 'people.'), ('-the', 'the'), ('-from', 'from'), ('-', ''), ('-messages', 'messages'), ('PHI-', 'PHI'), ('Ja-', 'Ja')]
ST18890128-V15-04-page5.txt: [('-', ''), ('-', ''), ('-dead', 'dead')]
ST18890128-V15-04-page6.txt: [('-', ''), ('-', ''), ('re-', 're'), ('-', '')]
ST18890128-V15-04-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-proved', 'proved'), ('-his', 'his'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890128-V15-04-page8.txt: [('-', ''), ('-', ''), ('"Answer-', '"Answer')]
ST18890128-V15-04-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890204-V15-05-page10.txt: [('forth-', 'forth'), ('-Lucy', 'Lucy'), ('-', '')]
ST18890204-V15-05-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890204-V15-05-page12.txt: [('-meaning', 'meaning'), ('cen-', 'cen')]
ST18890204-V15-05-page14.txt: [('-', ''), ('Sax-', 'Sax'), ('--Advices', '-Advices'), ('-', ''), ('Willard-', 'Willard'), ('-', '')]
ST18890204-V15-05-page15.txt: [('-', ''), ('----', '---'), ('ein-', 'ein'), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('ookw-', 'ookw'), ('V-', 'V')]
ST18890204-V15-05-page16.txt: [('-', ''), ('Attorney-', 'Attorney'), ('-', ''), ('OR--', 'OR-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890204-V15-05-page2.txt: [('-', '')]
ST18890204-V15-05-page3.txt: [('-', ''), ('-', ''), ('conspic-', 'conspic'), ('be-', 'be'), ('all-', 'all'), ("o'erflowing-", "o'erflowing"), ('-Great', 'Great'), ('-be', 'be'), ('Matt.-', 'Matt.'), ('-', ''), ('lan-', 'lan'), ('-', ''), ('-', ''), ('-', '')]
ST18890204-V15-05-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890204-V15-05-page5.txt: [('-tr', 'tr')]
ST18890204-V15-05-page7.txt: [('-', '')]
ST18890204-V15-05-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890211-V15-06-page1.txt: [('col-', 'col'), ('-', ''), ('..-', '..')]
ST18890211-V15-06-page10.txt: [('-E', 'E'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890211-V15-06-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-E', 'E'), ('-', ''), ('-', '')]
ST18890211-V15-06-page12.txt: [('t-', 't')]
ST18890211-V15-06-page13.txt: [('-r.rr', 'r.rr'), ('-L-L.', 'L-L.'), ("-'", "'"), ('-L', 'L'), ('-A', 'A'), ('-', '')]
ST18890211-V15-06-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('non-', 'non')]
ST18890211-V15-06-page15.txt: [('AMERI-', 'AMERI'), ('-page', 'page'), ('a-', 'a'), ('-aund', 'aund'), ('KriMGAIVrriY-', 'KriMGAIVrriY'), ('-P', 'P'), ('-', '')]
ST18890211-V15-06-page16.txt: [('r-', 'r'), ('Prayer-', 'Prayer'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sal-', 'sal'), ('-', ''), ('-', '')]
ST18890211-V15-06-page2.txt: [('-ES.', 'ES.')]
ST18890211-V15-06-page3.txt: [('-around', 'around'), ('-', '')]
ST18890211-V15-06-page5.txt: [('-', ''), ('-self-sufficiency.', 'self-sufficiency.')]
ST18890211-V15-06-page6.txt: [('-', ''), ('-', '')]
ST18890211-V15-06-page7.txt: [('-', '')]
ST18890211-V15-06-page8.txt: [('-', ''), ('-', ''), ('-pray', 'pray'), ('-', ''), ('-', ''), ('-', '')]
ST18890211-V15-06-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890218-V15-07-page1.txt: [('-be', 'be')]
ST18890218-V15-07-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890218-V15-07-page11.txt: [('-lb.', 'lb.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890218-V15-07-page12.txt: [('-if', 'if'), ('-goes', 'goes'), ('-took', 'took')]
ST18890218-V15-07-page13.txt: [('A-', 'A'), ('-', '')]
ST18890218-V15-07-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('E-', 'E')]
ST18890218-V15-07-page15.txt: [('-jf', 'jf'), ('-', ''), ('-', ''), ('Society-', 'Society'), ('Mc-', 'Mc'), ('---', '--'), ('--', '-'), ('-', '')]
ST18890218-V15-07-page16.txt: [('sra-y-', 'sra-y'), ('Sen-', 'Sen'), ('anti-', 'anti'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page')]
ST18890218-V15-07-page2.txt: [('-AIIES.', 'AIIES.'), ('-', ''), ('-', ''), ('per-', 'per')]
ST18890218-V15-07-page3.txt: [('-', ''), ('-T', 'T'), ('-', '')]
ST18890218-V15-07-page5.txt: [('-', ''), ('-', ''), ('-Febmary', 'Febmary')]
ST18890218-V15-07-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890218-V15-07-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con')]
ST18890218-V15-07-page8.txt: [('-as', 'as'), ('-', ''), ('UN-', 'UN')]
ST18890218-V15-07-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890225-V15-08-page1.txt: [('-', ''), ('--"', '-"'), ('-v', 'v'), ('large-', 'large'), ('-', ''), ('.-', '.')]
ST18890225-V15-08-page10.txt: [('-', ''), ('-vr', 'vr'), ('-', ''), ('-', ''), ('-That', 'That'), ('-', '')]
ST18890225-V15-08-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-r-n', 'r-n')]
ST18890225-V15-08-page13.txt: [('ill-', 'ill')]
ST18890225-V15-08-page14.txt: [('-', ''), ('-', ''), ('-Wine', 'Wine'), ('-', ''), ('--News', '-News')]
ST18890225-V15-08-page15.txt: [('-', ''), ('-', ''), ('-page', 'page'), ('CJ-', 'CJ'), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST18890225-V15-08-page16.txt: [('-Ini-We', 'Ini-We'), ('No-', 'No'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890225-V15-08-page2.txt: [('T-', 'T'), ('-', ''), ('-r', 'r'), ('-L', 'L'), ('VA-', 'VA'), ('-L', 'L'), ('-L', 'L'), ('JUL-', 'JUL'), ('ut-', 'ut'), ('-', ''), ('is-', 'is')]
ST18890225-V15-08-page3.txt: [('no-', 'no'), ('-', ''), ('-', ''), ('IF-', 'IF'), ('-in', 'in')]
ST18890225-V15-08-page4.txt: [('pur-', 'pur')]
ST18890225-V15-08-page5.txt: [('universe.-', 'universe.'), ('-sweat', 'sweat'), ('-', '')]
ST18890225-V15-08-page6.txt: [('O-', 'O'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890225-V15-08-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('an-over-', 'an-over')]
ST18890225-V15-08-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('the-Chris-', 'the-Chris'), ('-', ''), ('-', '')]
ST18890225-V15-08-page9.txt: [('-', ''), ('-of', 'of'), ('-', '')]
ST18890304-V15-09-page1.txt: [('-.', '.'), ('-', ''), ('Sunday-', 'Sunday'), ('-', '')]
ST18890304-V15-09-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890304-V15-09-page11.txt: [('wr---', 'wr--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890304-V15-09-page13.txt: [('-XES.', 'XES.'), ('manufact-', 'manufact')]
ST18890304-V15-09-page14.txt: [('-', ''), ('-', ''), ('TTTT-', 'TTTT'), ('-', ''), ('---', '--'), ('-', ''), ('La-', 'La'), ('-', ''), ('-', ''), ('-It', 'It')]
ST18890304-V15-09-page15.txt: [('-', ''), ('AMERI-', 'AMERI'), ('-page', 'page'), ('Tobacco-', 'Tobacco'), ('-', ''), ('prices-', 'prices'), ('-', '')]
ST18890304-V15-09-page16.txt: [('-', ''), ('-', ''), ('-Wesend', 'Wesend'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890304-V15-09-page2.txt: [('-', '')]
ST18890304-V15-09-page3.txt: [('-', '')]
ST18890304-V15-09-page4.txt: [('-', ''), ('-criticism.', 'criticism.')]
ST18890304-V15-09-page5.txt: [('improvement--', 'improvement-'), ('"-', '"'), ('-P', 'P'), ('-filgS.', 'filgS.')]
ST18890304-V15-09-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18890304-V15-09-page7.txt: [('-', ''), ('-Ir', 'Ir'), ('cul-', 'cul'), ('-', '')]
ST18890304-V15-09-page8.txt: [('-', ''), ('-Al-CY', 'Al-CY'), ('Z-', 'Z'), ('-', ''), ('-"A', '"A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('irZ-', 'irZ')]
ST18890304-V15-09-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890311-V15-10-page1.txt: [('-or', 'or')]
ST18890311-V15-10-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-ATE's.", "ATE's.")]
ST18890311-V15-10-page11.txt: [('-', '')]
ST18890311-V15-10-page12.txt: [('-', '')]
ST18890311-V15-10-page13.txt: [('COUN-', 'COUN'), ('-drainage', 'drainage'), ('remark-', 'remark'), ('pro-', 'pro')]
ST18890311-V15-10-page14.txt: [('-', ''), ('-', ''), ('top-', 'top'), ('-', ''), ('-', '')]
ST18890311-V15-10-page15.txt: [('.-', '.'), ('.-', '.'), ('Vacs-', 'Vacs'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890311-V15-10-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890311-V15-10-page2.txt: [('-', ''), ('-When', 'When')]
ST18890311-V15-10-page3.txt: [('-E', 'E')]
ST18890311-V15-10-page4.txt: [('-', ''), ('well-', 'well')]
ST18890311-V15-10-page5.txt: [('-', ''), ('-P-', 'P-'), ('-', ''), ('-', ''), ('-', ''), ('over-', 'over'), ('-God', 'God')]
ST18890311-V15-10-page6.txt: [('-', ''), ('-', '')]
ST18890311-V15-10-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890311-V15-10-page8.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', '')]
ST18890318-V15-11-page1.txt: [('.-', '.'), ('-', '')]
ST18890318-V15-11-page10.txt: [('-', ''), ('-Of', 'Of'), ('-', ''), ('-', ''), ('-the', 'the'), ('pre-', 'pre')]
ST18890318-V15-11-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('progress.--', 'progress.-')]
ST18890318-V15-11-page12.txt: [('ca-', 'ca'), ('de-', 'de')]
ST18890318-V15-11-page13.txt: [('-', '')]
ST18890318-V15-11-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('Vice-', 'Vice'), ('-', '')]
ST18890318-V15-11-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('at-', 'at'), ('aggoutr.K.--', 'aggoutr.K.-')]
ST18890318-V15-11-page16.txt: [('-', ''), ('-f', 'f'), ('-Cf', 'Cf'), ('-', ''), ('.-', '.'), ('-', ''), ('-L-', 'L-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890318-V15-11-page3.txt: [('-', ''), ('-', '')]
ST18890318-V15-11-page4.txt: [('magni-', 'magni')]
ST18890318-V15-11-page6.txt: [('-', ''), ('Bap-', 'Bap')]
ST18890318-V15-11-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890318-V15-11-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890318-V15-11-page9.txt: [('-', '')]
ST18890325-V15-12-page1.txt: [('-inch', 'inch')]
ST18890325-V15-12-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST18890325-V15-12-page11.txt: [('-', ''), ('MISSION-', 'MISSION'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890325-V15-12-page13.txt: [('Austria-', 'Austria'), ('Holland-', 'Holland'), ('-E', 'E')]
ST18890325-V15-12-page14.txt: [('-', ''), ('Oran-', 'Oran'), ('-', ''), ('ammu-', 'ammu'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Protestants', 'Protestants'), ('-', ''), ('P.-', 'P.')]
ST18890325-V15-12-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('Cleve-', 'Cleve')]
ST18890325-V15-12-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890325-V15-12-page2.txt: [('invi-', 'invi'), ('-It', 'It'), ('-I.', 'I.'), ('-', '')]
ST18890325-V15-12-page3.txt: [('-kiss', 'kiss')]
ST18890325-V15-12-page5.txt: [('LE-', 'LE'), ('-', '')]
ST18890325-V15-12-page6.txt: [('-', ''), ('-', ''), ('-the', 'the')]
ST18890325-V15-12-page7.txt: [('-', ''), ('for-', 'for'), ('-', ''), ('-', ''), ('-', '')]
ST18890325-V15-12-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890325-V15-12-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST18890401-V15-13-page1.txt: [('-', ''), ('-Sunday', 'Sunday')]
ST18890401-V15-13-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('-a', 'a'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890401-V15-13-page11.txt: [('"\'"-', '"\'"'), ('-', ''), ('-', ''), ('-now', 'now')]
ST18890401-V15-13-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('LCT-', 'LCT')]
ST18890401-V15-13-page13.txt: [('-TE', 'TE'), ('-', ''), ('-', ''), ('ik-', 'ik'), ('-', '')]
ST18890401-V15-13-page14.txt: [('-.E', '.E'), ('Postmaster-', 'Postmaster'), ('-', ''), ('-pounder', 'pounder'), ('-pounder', 'pounder'), ('Postmaster-', 'Postmaster')]
ST18890401-V15-13-page15.txt: [('re-', 're'), ('.-', '.'), ('-', ''), ('c-', 'c'), ('-STOP', 'STOP'), ('-OCTAVE', 'OCTAVE'), ('-romac.', 'romac.')]
ST18890401-V15-13-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST18890401-V15-13-page2.txt: [('-E', 'E'), ('pre-', 'pre')]
ST18890401-V15-13-page3.txt: [('-', ''), ('EDU-', 'EDU')]
ST18890401-V15-13-page4.txt: [('every-', 'every')]
ST18890401-V15-13-page5.txt: [('-', ''), ('"-', '"'), ('Colos-', 'Colos')]
ST18890401-V15-13-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890401-V15-13-page7.txt: [('-', ''), ('-', ''), ('moral-', 'moral'), ('-', '')]
ST18890401-V15-13-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('possi-', 'possi'), ('irrelig-', 'irrelig')]
ST18890401-V15-13-page9.txt: [('ZIN-', 'ZIN'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890408-V15-14-page1.txt: [('be-', 'be'), ('-inch', 'inch'), ('-inch', 'inch'), ('-Catholic', 'Catholic')]
ST18890408-V15-14-page10.txt: [('-', ''), ('-The', 'The'), ('-That', 'That'), ('-To', 'To'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890408-V15-14-page11.txt: [('b-', 'b'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST18890408-V15-14-page14.txt: [('pupils-', 'pupils'), ('-', ''), ('-', ''), ('--March', '-March')]
ST18890408-V15-14-page15.txt: [('BY-', 'BY'), ('MISSIONS.-', 'MISSIONS.'), ('.I.-', '.I.')]
ST18890408-V15-14-page16.txt: [('-', ''), ('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890408-V15-14-page3.txt: [('-that', 'that'), ('-', ''), ('-', ''), ('-', '')]
ST18890408-V15-14-page4.txt: [('INCEN-', 'INCEN'), ('-', '')]
ST18890408-V15-14-page5.txt: [('-', ''), ('-can', 'can')]
ST18890408-V15-14-page6.txt: [('UNRIGHT-', 'UNRIGHT'), ('re-', 're'), ('-', ''), ('-', '')]
ST18890408-V15-14-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ("'''.-", "'''."), ('"re-', '"re')]
ST18890408-V15-14-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('haTramettly-', 'haTramettly'), ('--', '-'), ('-', ''), ('-', '')]
ST18890408-V15-14-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890415-V15-15-page1.txt: [('-', ''), ('--I', '-I'), ('drunk-', 'drunk')]
ST18890415-V15-15-page10.txt: [('-', ''), ('-', ''), ('-They', 'They'), ('-', ''), ('-', ''), ('Ps-', 'Ps'), ('-', ''), ('-faith', 'faith'), ('Fermen-', 'Fermen'), ('J-', 'J')]
ST18890415-V15-15-page11.txt: [('-', ''), ('peo-', 'peo')]
ST18890415-V15-15-page12.txt: [('obedi-', 'obedi')]
ST18890415-V15-15-page14.txt: [('-', '')]
ST18890415-V15-15-page15.txt: [('-be', 'be'), ('-STOP', 'STOP'), ('-OCTAVE', 'OCTAVE'), ('-', '')]
ST18890415-V15-15-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890415-V15-15-page3.txt: [('-', ''), ('-', ''), ('-my', 'my'), ('-', '')]
ST18890415-V15-15-page4.txt: [('TN-', 'TN'), ('-', ''), ('-', ''), ('-', ''), ('self-', 'self'), ('WEAK-', 'WEAK'), ('opposi-', 'opposi')]
ST18890415-V15-15-page5.txt: [('P-', 'P')]
ST18890415-V15-15-page6.txt: [('OF-', 'OF'), ('-RS.', 'RS.'), ('-', ''), ('Sunday-', 'Sunday'), ('ad-', 'ad'), ('-', ''), ('be-', 'be'), ('un-', 'un'), ('-', ''), ('-which', 'which'), ('-', ''), ('-some', 'some'), ('-creature', 'creature'), ('creat-', 'creat')]
ST18890415-V15-15-page7.txt: [('-would', 'would'), ('-warning', 'warning'), ('-', ''), ('-equality', 'equality'), ('-', ''), ('J-', 'J'), ("'CON-", "'CON"), ('-', '')]
ST18890415-V15-15-page8.txt: [('-j', 'j'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-..ti.', '..ti.')]
ST18890415-V15-15-page9.txt: [('-A', 'A'), ('-I.', 'I.'), ('tr-', 'tr'), ('-Y', 'Y'), ('-death', 'death'), ('-', ''), ('-', ''), ('-', '')]
ST18890422-V15-16-page1.txt: [('begot-', 'begot'), ('-', '')]
ST18890422-V15-16-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890422-V15-16-page11.txt: [('-', ''), ('-.', '.'), ('V-', 'V'), ('-fell', 'fell'), ('-', ''), ('-', '')]
ST18890422-V15-16-page12.txt: [('-', '')]
ST18890422-V15-16-page13.txt: [('-', '')]
ST18890422-V15-16-page14.txt: [('con-', 'con'), ('pro-', 'pro'), ('-', '')]
ST18890422-V15-16-page15.txt: [('-E.', 'E.'), ('-', ''), ('-s', 's'), ('-', ''), ('-in', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890422-V15-16-page16.txt: [('-', ''), ('FUND.-', 'FUND.'), ('MissioNs.-', 'MissioNs.'), ('pub-', 'pub'), ('-', ''), ('practi-', 'practi')]
ST18890422-V15-16-page2.txt: [('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('for-', 'for')]
ST18890422-V15-16-page3.txt: [('-', ''), ('firm-', 'firm'), ('-', '')]
ST18890422-V15-16-page4.txt: [('pagan-', 'pagan'), ('-', '')]
ST18890422-V15-16-page5.txt: [('-', '')]
ST18890422-V15-16-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890422-V15-16-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890422-V15-16-page8.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890422-V15-16-page9.txt: [('-P-', 'P-'), ('-', ''), ('-Ib.', 'Ib.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890506-V15-17-page12.txt: [('--Congregationalist.', '-Congregationalist.')]
ST18890506-V15-17-page13.txt: [('chasten-', 'chasten'), ('em-', 'em')]
ST18890506-V15-17-page14.txt: [('-', ''), ('-The', 'The'), ('-', ''), ('-pound', 'pound'), ('ob-', 'ob'), ('-', '')]
ST18890506-V15-17-page15.txt: [('.-', '.'), ('-page', 'page'), ('Library-', 'Library')]
ST18890506-V15-17-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Jackson-', 'Jackson'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890506-V15-17-page2.txt: [('-', ''), ('P-', 'P'), ('T-', 'T'), ('-NJ-n-', 'NJ-n-')]
ST18890506-V15-17-page3.txt: [('--', '-'), ('-from', 'from'), ('-', ''), ('pray--', 'pray-')]
ST18890506-V15-17-page4.txt: [('-', '')]
ST18890506-V15-17-page5.txt: [('Tubal-', 'Tubal')]
ST18890506-V15-17-page6.txt: [('-', ''), ('-are', 'are'), ('Ex.-', 'Ex.'), ('-', '')]
ST18890506-V15-17-page7.txt: [('-', ''), ('to-', 'to'), ('-j', 'j'), ('-', ''), ('-', ''), ('INSTITU-', 'INSTITU')]
ST18890506-V15-17-page8.txt: [('-Ingersollism', 'Ingersollism'), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-', '')]
ST18890506-V15-17-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890513-V15-18-page1.txt: [('-', ''), ('-', '')]
ST18890513-V15-18-page10.txt: [('wilderness-', 'wilderness'), ('-', ''), ('-', ''), ('-', '')]
ST18890513-V15-18-page11.txt: [('-', ''), ('rap-', 'rap'), ('PROCEED-', 'PROCEED'), ('-', '')]
ST18890513-V15-18-page12.txt: [('-', ''), ('pre-', 'pre')]
ST18890513-V15-18-page13.txt: [('u-', 'u'), ('-terrible', 'terrible'), ('rattle-', 'rattle')]
ST18890513-V15-18-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST18890513-V15-18-page15.txt: [('-', ''), ('FUND.-', 'FUND.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bi-', 'Bi'), ('-', ''), ('-', ''), ('-', ''), ('-Saving', 'Saving'), ('-', ''), ('-', ''), ('-No.', 'No.'), ('Con-', 'Con'), ('-N', 'N')]
ST18890513-V15-18-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('SAB-', 'SAB'), ('ASSO-', 'ASSO'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890513-V15-18-page2.txt: [('-', ''), ('VLas-', 'VLas'), ('-', ''), ('--...One', '-...One'), ('-good', 'good')]
ST18890513-V15-18-page3.txt: [('Lieutenant-', 'Lieutenant')]
ST18890513-V15-18-page4.txt: [('-', ''), ('ar-', 'ar')]
ST18890513-V15-18-page5.txt: [('-', ''), ('-', '')]
ST18890513-V15-18-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890513-V15-18-page7.txt: [('-', ''), ('-', '')]
ST18890513-V15-18-page8.txt: [('-', ''), ('COLO-', 'COLO'), ('-feeling', 'feeling')]
ST18890513-V15-18-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890520-V15-19-page1.txt: [('-', ''), ('insti-', 'insti')]
ST18890520-V15-19-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-Ib.', 'Ib.'), ('-', ''), ('-', ''), ('-', ''), ('-All', 'All')]
ST18890520-V15-19-page12.txt: [('carpeng-', 'carpeng'), ('-', ''), ('-tenon', 'tenon')]
ST18890520-V15-19-page13.txt: [('PE-', 'PE'), ('-.', '.'), ('-', ''), ('v-', 'v')]
ST18890520-V15-19-page14.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', '')]
ST18890520-V15-19-page15.txt: [('-', ''), ('-', ''), ('prices-', 'prices'), ('-V', 'V'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('-Saving', 'Saving'), ('-B.-Heavenly', 'B.-Heavenly'), ('-No.', 'No.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890520-V15-19-page16.txt: [('strict-', 'strict'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ex-Attorney-', 'ex-Attorney'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890520-V15-19-page2.txt: [('-', '')]
ST18890520-V15-19-page3.txt: [('-F', 'F'), ('F-', 'F'), ('-', ''), ('re.--', 're.-'), ('-', ''), ('-I.', 'I.'), ('-', '')]
ST18890520-V15-19-page4.txt: [('unison-', 'unison')]
ST18890520-V15-19-page6.txt: [('-', ''), ('-', '')]
ST18890520-V15-19-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890520-V15-19-page8.txt: [('-', ''), ('-', '')]
ST18890520-V15-19-page9.txt: [('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('revolution-', 'revolution')]
ST18890527-V15-20-page1.txt: [('Je-', 'Je')]
ST18890527-V15-20-page10.txt: [('-I', 'I')]
ST18890527-V15-20-page11.txt: [('-E', 'E'), ('-instances', 'instances')]
ST18890527-V15-20-page12.txt: [('-his', 'his'), ('-', '')]
ST18890527-V15-20-page13.txt: [('-', '')]
ST18890527-V15-20-page14.txt: [('lib-', 'lib'), ('-', ''), ('-aa--s-r', 'aa--s-r')]
ST18890527-V15-20-page15.txt: [('-ES.', 'ES.'), ('HISTORY.-', 'HISTORY.'), ('HISTORY.-', 'HISTORY.'), ('-', ''), ('-', ''), ('-', '')]
ST18890527-V15-20-page16.txt: [('-ArrY', 'ArrY'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890527-V15-20-page3.txt: [('as-', 'as')]
ST18890527-V15-20-page4.txt: [('-L', 'L'), ('-L-L', 'L-L'), ('-"GYCi', '"GYCi'), ('-AAr-n-rCY', 'AAr-n-rCY')]
ST18890527-V15-20-page5.txt: [('-was', 'was'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--r', '-r')]
ST18890527-V15-20-page7.txt: [('-', ''), ("'-", "'"), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('fellow-', 'fellow'), ('con-', 'con'), ('-s', 's')]
ST18890527-V15-20-page9.txt: [('-', ''), ('-', ''), ('-To', 'To'), ('-', ''), ('-', '')]
ST18890603-V15-21-page1.txt: [('provis-', 'provis'), ("-'ii", "'ii")]
ST18890603-V15-21-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST18890603-V15-21-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('possi-', 'possi')]
ST18890603-V15-21-page12.txt: [('-', ''), ('aurpris-', 'aurpris'), ('--"WIEETTP', '-"WIEETTP'), ('-.', '.')]
ST18890603-V15-21-page13.txt: [('-', ''), ('man-', 'man')]
ST18890603-V15-21-page14.txt: [('anti-', 'anti'), ('-', ''), ('-', ''), ('f-', 'f')]
ST18890603-V15-21-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('--Y', '-Y'), ('-CY', 'CY'), ('-', ''), ('-', ''), ('LL..-', 'LL..'), ('A-', 'A'), ('ACCOUNT.-', 'ACCOUNT.'), ('pub-', 'pub')]
ST18890603-V15-21-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890603-V15-21-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST18890603-V15-21-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18890603-V15-21-page4.txt: [('-', ''), ('differ-', 'differ')]
ST18890603-V15-21-page5.txt: [('-can', 'can'), ('-G', 'G')]
ST18890603-V15-21-page6.txt: [('cre-', 'cre')]
ST18890603-V15-21-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST18890603-V15-21-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890603-V15-21-page9.txt: [('-', ''), ('-', '')]
ST18890610-V15-22-page1.txt: [('-With', 'With')]
ST18890610-V15-22-page10.txt: [('rr.s-wrs-swars.-', 'rr.s-wrs-swars.'), ('---s--', '--s--'), ('-', ''), ('-', ''), ('as-', 'as'), ('-.', '.')]
ST18890610-V15-22-page12.txt: [('I-', 'I'), ('-', ''), ('--American', '-American')]
ST18890610-V15-22-page13.txt: [('.-', '.'), ('-', ''), ('-', '')]
ST18890610-V15-22-page14.txt: [('-j', 'j'), ('-', ''), ('Ex-', 'Ex'), ('-', ''), ('-', ''), ('-', ''), ('apprecia-', 'apprecia'), ('-', ''), ('-', '')]
ST18890610-V15-22-page15.txt: [('fol-', 'fol'), ('-', ''), ('HISTORY.-', 'HISTORY.'), ('HISTORY.-', 'HISTORY.'), ('-', ''), ('-', ''), ('JAG-', 'JAG')]
ST18890610-V15-22-page16.txt: [('N-', 'N'), ('-E', 'E'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Congregationalist-', 'Congregationalist'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890610-V15-22-page2.txt: [('-', ''), ('-', ''), ('-L-', 'L-'), ('-', ''), ('-', ''), ('-', '')]
ST18890610-V15-22-page3.txt: [('--weormegir--', '-weormegir--'), ('-', '')]
ST18890610-V15-22-page4.txt: [('-', ''), ('-ifo', 'ifo')]
ST18890610-V15-22-page5.txt: [('-that', 'that'), ('-to', 'to'), ('-that', 'that'), ('-in', 'in')]
ST18890610-V15-22-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-.awl...di.', '.awl...di.')]
ST18890610-V15-22-page7.txt: [('-r-', 'r-'), ('-ft', 'ft'), ('-', '')]
ST18890610-V15-22-page8.txt: [('-', ''), ('nat-', 'nat')]
ST18890610-V15-22-page9.txt: [('-', ''), ('-', ''), ('Ans.-', 'Ans.'), ('-', ''), ('-or', 'or'), ('-', ''), ('-God', 'God'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890617-V15-23-page1.txt: [('JM-', 'JM')]
ST18890617-V15-23-page10.txt: [('-', '')]
ST18890617-V15-23-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890617-V15-23-page14.txt: [('EDU-', 'EDU'), ('SEVENTH-', 'SEVENTH'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Cone-', 'Cone')]
ST18890617-V15-23-page15.txt: [('P-', 'P'), ('-', ''), ('-', ''), ('-.DEN', '.DEN')]
ST18890617-V15-23-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890617-V15-23-page2.txt: [('-', ''), ('--', '-')]
ST18890617-V15-23-page3.txt: [('P-', 'P')]
ST18890617-V15-23-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890617-V15-23-page7.txt: [('-', ''), ('-God', 'God')]
ST18890617-V15-23-page8.txt: [('-the', 'the'), ('-', '')]
ST18890617-V15-23-page9.txt: [('-', ''), ('-That', 'That'), ('les-', 'les')]
ST18890624-V15-24-page1.txt: [('pow-', 'pow')]
ST18890624-V15-24-page10.txt: [('-Holiness', 'Holiness'), ('-', ''), ('-', '')]
ST18890624-V15-24-page11.txt: [('-Derrick', 'Derrick'), ('for-', 'for'), ('Trans-', 'Trans'), ('-administrative', 'administrative')]
ST18890624-V15-24-page14.txt: [('Thou-', 'Thou')]
ST18890624-V15-24-page15.txt: [('Hep-', 'Hep'), ('Sunday-', 'Sunday'), ('-y-', 'y-')]
ST18890624-V15-24-page16.txt: [('-Oakland', 'Oakland'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890624-V15-24-page2.txt: [('-', ''), ('-', '')]
ST18890624-V15-24-page3.txt: [('-', ''), ('-commanded', 'commanded')]
ST18890624-V15-24-page4.txt: [('-a', 'a')]
ST18890624-V15-24-page5.txt: [('-', '')]
ST18890624-V15-24-page6.txt: [('-', ''), ('--"', '-"')]
ST18890624-V15-24-page7.txt: [('-"AT', '"AT')]
ST18890624-V15-24-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890624-V15-24-page9.txt: [('writ-', 'writ'), ('-Fwz', 'Fwz'), ('P.mr-', 'P.mr'), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('POSSES-', 'POSSES'), ('.-', '.'), ('-', ''), ('-', '')]
ST18890701-V15-25-page1.txt: [('-With', 'With'), ('-Work', 'Work')]
ST18890701-V15-25-page10.txt: [('Ans.-', 'Ans.'), ('-', ''), ('-r', 'r')]
ST18890701-V15-25-page11.txt: [('-a', 'a'), ('ASSO-', 'ASSO'), ('-', '')]
ST18890701-V15-25-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-TZ', 'TZ')]
ST18890701-V15-25-page14.txt: [('Vice-', 'Vice'), ('-', '')]
ST18890701-V15-25-page15.txt: [('Cleve-', 'Cleve')]
ST18890701-V15-25-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890701-V15-25-page2.txt: [('some-', 'some')]
ST18890701-V15-25-page3.txt: [('V-', 'V'), ('-', ''), ('-', ''), ('-', '')]
ST18890701-V15-25-page5.txt: [('-', ''), ('July-', 'July'), ('-', '')]
ST18890701-V15-25-page6.txt: [('nr-', 'nr'), ('-', ''), ('....-', '....'), ('-', ''), ('-', ''), ('-', '')]
ST18890701-V15-25-page7.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('"-', '"'), ('-t', 't'), ('-', ''), ('-', ''), ('-might', 'might'), ('-is', 'is'), ('-', '')]
ST18890701-V15-25-page8.txt: [('-', ''), ('-Y', 'Y')]
ST18890701-V15-25-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890708-V15-26-page1.txt: [('acknowl-', 'acknowl')]
ST18890708-V15-26-page10.txt: [('Chris-', 'Chris'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890708-V15-26-page11.txt: [('-', ''), ('-.Grace', '.Grace'), ('-', '')]
ST18890708-V15-26-page12.txt: [('sud-', 'sud'), ('-', '')]
ST18890708-V15-26-page13.txt: [('-', '')]
ST18890708-V15-26-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('Consul-', 'Consul')]
ST18890708-V15-26-page15.txt: [('Inter-', 'Inter')]
ST18890708-V15-26-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890708-V15-26-page3.txt: [('A-', 'A'), ('-', '')]
ST18890708-V15-26-page4.txt: [('-', '')]
ST18890708-V15-26-page5.txt: [('-', '')]
ST18890708-V15-26-page6.txt: [('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('-', '')]
ST18890708-V15-26-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890708-V15-26-page8.txt: [('-ErSIGNS', 'ErSIGNS'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('through-', 'through')]
ST18890708-V15-26-page9.txt: [('-', '')]
ST18890715-V15-27-page1.txt: [('-', ''), ('-', ''), ('un-', 'un')]
ST18890715-V15-27-page10.txt: [('peo-', 'peo')]
ST18890715-V15-27-page11.txt: [('--..E', '-..E'), ('-', ''), ('meet-', 'meet'), ('Ar-', 'Ar')]
ST18890715-V15-27-page12.txt: [('-', ''), ('-', '')]
ST18890715-V15-27-page13.txt: [('-G', 'G'), ('re-', 're'), ('-', ''), ('-', '')]
ST18890715-V15-27-page14.txt: [('-', ''), ('-g', 'g'), ('-', ''), ('-L-', 'L-'), ('-', ''), ('-', ''), ('-if', 'if'), ('-Z.-', 'Z.-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890715-V15-27-page15.txt: [('-', ''), ('-', ''), ('.-', '.'), ('IVIICI-', 'IVIICI'), ('-', ''), ('INTERESTING-', 'INTERESTING')]
ST18890715-V15-27-page16.txt: [('-XIE', 'XIE'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890715-V15-27-page2.txt: [('-', ''), ('-', '')]
ST18890715-V15-27-page3.txt: [('-', ''), ('-', '')]
ST18890715-V15-27-page4.txt: [('are--', 'are-')]
ST18890715-V15-27-page5.txt: [('.-', '.'), ('-', ''), ('-', ''), ('"-', '"')]
ST18890715-V15-27-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890715-V15-27-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890715-V15-27-page8.txt: [('-T', 'T'), ('-', ''), ('-', ''), ('lead-', 'lead')]
ST18890715-V15-27-page9.txt: [('-E', 'E'), ('op-', 'op'), ('-', ''), ('-', ''), ('-', '')]
ST18890722-V15-28-page1.txt: [('-', '')]
ST18890722-V15-28-page10.txt: [('-Col.', 'Col.'), ('-', ''), ('-', '')]
ST18890722-V15-28-page11.txt: [('-I', 'I'), ('cora-', 'cora'), ('-is', 'is')]
ST18890722-V15-28-page13.txt: [('-', ''), ('-', '')]
ST18890722-V15-28-page14.txt: [('-', '')]
ST18890722-V15-28-page15.txt: [('-can', 'can')]
ST18890722-V15-28-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890722-V15-28-page2.txt: [('-', ''), ('-worth', 'worth')]
ST18890722-V15-28-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('neces-', 'neces'), ('-', ''), ('-', '')]
ST18890722-V15-28-page5.txt: [('fo-', 'fo')]
ST18890722-V15-28-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890722-V15-28-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('if-', 'if'), ('in-', 'in')]
ST18890722-V15-28-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890722-V15-28-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890729-V15-29-page1.txt: [('-reward', 'reward'), ('-', '')]
ST18890729-V15-29-page10.txt: [('-East', 'East'), ('-', '')]
ST18890729-V15-29-page11.txt: [('-', ''), ('-', '')]
ST18890729-V15-29-page12.txt: [('house-', 'house'), ('-hold.', 'hold.')]
ST18890729-V15-29-page13.txt: [('-', ''), ('-the', 'the'), ('-', '')]
ST18890729-V15-29-page14.txt: [('--A', '-A'), ('excursion-', 'excursion')]
ST18890729-V15-29-page15.txt: [('Record-', 'Record')]
ST18890729-V15-29-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890729-V15-29-page2.txt: [('Vol-', 'Vol')]
ST18890729-V15-29-page3.txt: [('---', '--'), ('.-', '.')]
ST18890729-V15-29-page4.txt: [('Sunday-', 'Sunday'), ('INSPI-', 'INSPI'), ('-message', 'message'), ('-', ''), ('-.', '.'), ('-', '')]
ST18890729-V15-29-page5.txt: [('.-', '.'), ('...--', '...-'), ('--', '-'), ('"--', '"-'), ('-', ''), ('-word', 'word'), ('-set', 'set'), ('hap-', 'hap')]
ST18890729-V15-29-page6.txt: [('-Gi', 'Gi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890729-V15-29-page7.txt: [('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890729-V15-29-page8.txt: [('i-', 'i'), ('-', ''), ('Fed-', 'Fed')]
ST18890729-V15-29-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('Govern-', 'Govern')]
ST18890805-V15-30-page1.txt: [('-', ''), ('-', ''), ('--Bradford', '-Bradford'), ('-servant', 'servant')]
ST18890805-V15-30-page10.txt: [('-', ''), ('-', ''), ('CON-', 'CON')]
ST18890805-V15-30-page11.txt: [('-foot', 'foot')]
ST18890805-V15-30-page12.txt: [('-', '')]
ST18890805-V15-30-page14.txt: [('-', ''), ('-', ''), ('mai-', 'mai')]
ST18890805-V15-30-page15.txt: [('gi-', 'gi'), ('-', '')]
ST18890805-V15-30-page16.txt: [('-jr.E', 'jr.E'), ('-', ''), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890805-V15-30-page2.txt: [('-clipped', 'clipped'), ('-', '')]
ST18890805-V15-30-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890805-V15-30-page4.txt: [('-', ''), ('-that', 'that'), ('-', ''), ('clear-', 'clear')]
ST18890805-V15-30-page5.txt: [('-', ''), ('SPIRIT-', 'SPIRIT')]
ST18890805-V15-30-page6.txt: [('-', ''), ("will-o'-", "will-o'"), ('Sunday-', 'Sunday'), ('-', '')]
ST18890805-V15-30-page7.txt: [('--', '-'), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cov-', 'cov'), ('-', '')]
ST18890805-V15-30-page8.txt: [('-E', 'E'), ('P-', 'P'), ('-s', 's'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890805-V15-30-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890812-V15-31-page1.txt: [('-Work', 'Work'), ('often-', 'often'), ('JEWS-', 'JEWS'), ('religion.-', 'religion.'), ('de-', 'de')]
ST18890812-V15-31-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890812-V15-31-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890812-V15-31-page13.txt: [('Record-', 'Record')]
ST18890812-V15-31-page14.txt: [('northward.--', 'northward.-')]
ST18890812-V15-31-page15.txt: [('GJV-', 'GJV'), ('-page', 'page'), ('-', '')]
ST18890812-V15-31-page16.txt: [('non-', 'non'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ad-', 'ad'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890812-V15-31-page3.txt: [('-E', 'E')]
ST18890812-V15-31-page4.txt: [('-E', 'E'), ('inhu-', 'inhu'), ('effect-', 'effect')]
ST18890812-V15-31-page5.txt: [("-'", "'"), ('THECY-rcy-A-', 'THECY-rcy-A'), ('-cf', 'cf'), ('-', ''), ('-L', 'L'), ('-', ''), ('-rt.', 'rt.')]
ST18890812-V15-31-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18890812-V15-31-page7.txt: [('-', ''), ('-', '')]
ST18890812-V15-31-page8.txt: [('-', ''), ('-from', 'from'), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('school-', 'school'), ('elo-', 'elo')]
ST18890812-V15-31-page9.txt: [('--', '-'), ('rail-', 'rail'), ('-', ''), ('-', ''), ('-', '')]
ST18890819-V15-32-page1.txt: [('-With', 'With'), ('-shall', 'shall'), ('-children.', 'children.'), ('FOR-', 'FOR')]
ST18890819-V15-32-page10.txt: [('-E', 'E'), ('-', ''), ('super-', 'super')]
ST18890819-V15-32-page11.txt: [('-', '')]
ST18890819-V15-32-page12.txt: [('-fires', 'fires')]
ST18890819-V15-32-page13.txt: [('-', ''), ('-', '')]
ST18890819-V15-32-page14.txt: [('-', ''), ('Hono-', 'Hono'), ('West-', 'West')]
ST18890819-V15-32-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890819-V15-32-page3.txt: [('-', ''), ('CON-', 'CON'), ('-.ET', '.ET'), ('-', ''), ('-', ''), ('Hux-', 'Hux')]
ST18890819-V15-32-page4.txt: [('-', ''), ('-America', 'America'), ('pre-', 'pre')]
ST18890819-V15-32-page5.txt: [('-ton', 'ton')]
ST18890819-V15-32-page6.txt: [('heav-', 'heav'), ('-', '')]
ST18890819-V15-32-page7.txt: [('-', ''), ('-', '')]
ST18890819-V15-32-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890819-V15-32-page9.txt: [('-everywhere.', 'everywhere.'), ('-', '')]
ST18890826-V15-33-page1.txt: [('u.-', 'u.'), ('--.', '-.'), ('-eVery', 'eVery'), ('his-', 'his'), ('-', '')]
ST18890826-V15-33-page10.txt: [('-g', 'g'), ('---to', '--to'), ('-and', 'and')]
ST18890826-V15-33-page11.txt: [('-', ''), ('-AIIES.', 'AIIES.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-', ''), ('-', ''), ('-', ''), ('-his', 'his'), ('-', '')]
ST18890826-V15-33-page14.txt: [('-synagogues-and', 'synagogues-and'), ('Brown-', 'Brown'), ('-under', 'under'), ('Mar-', 'Mar'), ('-', '')]
ST18890826-V15-33-page15.txt: [('-East', 'East'), ('Insti-', 'Insti'), ('-contains', 'contains')]
ST18890826-V15-33-page16.txt: [('-ES.', 'ES.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('CAMP-', 'CAMP'), ('-', ''), ('bag-', 'bag'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ad-', 'ad'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', '')]
ST18890826-V15-33-page2.txt: [('-abominable', 'abominable'), ('were-', 'were'), ('-evil.-', 'evil.-'), ('-t', 't'), ('-personal', 'personal'), ('-', ''), ('-step', 'step')]
ST18890826-V15-33-page3.txt: [('-has', 'has')]
ST18890826-V15-33-page5.txt: [('-EYR', 'EYR'), ('-', ''), ('-', ''), ('church-', 'church')]
ST18890826-V15-33-page6.txt: [('COMMAND-', 'COMMAND'), ('-', ''), ('-', ''), ('-earth', 'earth'), ('pol-', 'pol')]
ST18890826-V15-33-page7.txt: [('-', ''), ('-T', 'T'), ('-now', 'now'), ('-', ''), ('for.-', 'for.'), ('-', ''), ('-', '')]
ST18890826-V15-33-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST18890826-V15-33-page9.txt: [('-', ''), ('-', ''), ('-elapsed', 'elapsed'), ('-own', 'own'), ('-come', 'come')]
ST18890902-V15-34-page1.txt: [('-mill', 'mill'), ('-nely', 'nely')]
ST18890902-V15-34-page10.txt: [('-', ''), ('-', ''), ('EVIL-', 'EVIL'), ('-', ''), ('-', '')]
ST18890902-V15-34-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-death', 'death'), ('MISSION-', 'MISSION'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890902-V15-34-page13.txt: [('Amer-', 'Amer')]
ST18890902-V15-34-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890902-V15-34-page15.txt: [('CAMP-', 'CAMP'), ('SOIACII-F---', 'SOIACII-F--')]
ST18890902-V15-34-page16.txt: [('CAMP-', 'CAMP'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890902-V15-34-page2.txt: [('--', '-')]
ST18890902-V15-34-page3.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-in', 'in'), ('-add', 'add'), ('let-', 'let')]
ST18890902-V15-34-page4.txt: [('do-', 'do'), ('-', ''), ('be-', 'be')]
ST18890902-V15-34-page6.txt: [('GY-', 'GY'), ('SEV-', 'SEV'), ('-', ''), ('-bath-day', 'bath-day'), ('-according', 'according'), ('endeav-', 'endeav'), ('-', ''), ('out-', 'out')]
ST18890902-V15-34-page7.txt: [('par-', 'par'), ("-'WHAT", "'WHAT"), ('MES-', 'MES'), ('-', ''), ('-', '')]
ST18890902-V15-34-page8.txt: [('doc-', 'doc')]
ST18890902-V15-34-page9.txt: [('-', ''), ('-under', 'under')]
ST18890909-V15-35-page1.txt: [('-.', '.'), ('-', ''), ('-', '')]
ST18890909-V15-35-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('G-', 'G'), ('for-', 'for'), ('-', ''), ('-', '')]
ST18890909-V15-35-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-prove', 'prove')]
ST18890909-V15-35-page12.txt: [('-', '')]
ST18890909-V15-35-page13.txt: [('-palsied', 'palsied'), ('-September', 'September'), ('-', ''), ('.--', '.-'), ('-', ''), ('-', '')]
ST18890909-V15-35-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('States-', 'States'), ('-appeared.', 'appeared.')]
ST18890909-V15-35-page15.txt: [('-', ''), ('-', ''), ('Sunday-', 'Sunday'), ('-Oakland', 'Oakland')]
ST18890909-V15-35-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ad-', 'ad'), ('-', ''), ('-', ''), ('-ES.', 'ES.'), ('-', ''), ('-', '')]
ST18890909-V15-35-page2.txt: [('-', '')]
ST18890909-V15-35-page3.txt: [('-', '')]
ST18890909-V15-35-page4.txt: [('-', '')]
ST18890909-V15-35-page5.txt: [('-', ''), ('work.-', 'work.'), ('him.-', 'him.'), ('-', '')]
ST18890909-V15-35-page6.txt: [('return-of-the-', 'return-of-the'), ('-', ''), ('-', '')]
ST18890909-V15-35-page7.txt: [('-', ''), ('-', ''), ('-W', 'W'), ('-', ''), ('-T', 'T'), ('-', ''), ('na-', 'na'), ('-', ''), ('-See', 'See'), ('-', ''), ('command-', 'command')]
ST18890909-V15-35-page8.txt: [('-', ''), ('"Mc-', '"Mc'), ('SUNDAY-', 'SUNDAY'), ('-', '')]
ST18890909-V15-35-page9.txt: [('-', ''), ('Bap-', 'Bap'), ('touched.-', 'touched.')]
ST18890916-V15-36-page1.txt: [('-', ''), ('--"', '-"'), ('-', ''), ('-the', 'the'), ('-', '')]
ST18890916-V15-36-page10.txt: [('-', '')]
ST18890916-V15-36-page11.txt: [('-', ''), ('-ft.', 'ft.')]
ST18890916-V15-36-page14.txt: [('June-', 'June'), ('-', ''), ('-It', 'It'), ('-', ''), ('Rand-', 'Rand')]
ST18890916-V15-36-page15.txt: [('-Rockville', 'Rockville'), ('-', ''), ('-', ''), ('"--', '"-'), ('--', '-'), ('V-', 'V')]
ST18890916-V15-36-page16.txt: [('-', ''), ('-b', 'b'), ('-', ''), ('-k', 'k'), ('-', ''), ('-', ''), ('cm-', 'cm'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890916-V15-36-page2.txt: [('infiu-', 'infiu'), ('vir-', 'vir')]
ST18890916-V15-36-page4.txt: [('-', ''), ('Testa-', 'Testa')]
ST18890916-V15-36-page5.txt: [('-the', 'the'), ('-', ''), ('COMMAND-', 'COMMAND')]
ST18890916-V15-36-page6.txt: [('INNOVA-', 'INNOVA')]
ST18890916-V15-36-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890916-V15-36-page8.txt: [('-', ''), ('-', '')]
ST18890916-V15-36-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-', ''), ('out-', 'out'), ('says-', 'says'), ('-', ''), ('-', ''), ('-', '')]
ST18890923-V15-37-page1.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-Work', 'Work')]
ST18890923-V15-37-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---lb.', '--lb.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890923-V15-37-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890923-V15-37-page13.txt: [('pil-', 'pil')]
ST18890923-V15-37-page14.txt: [('-E', 'E')]
ST18890923-V15-37-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890923-V15-37-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890923-V15-37-page2.txt: [('-E', 'E'), ('-', ''), ('-', ''), ('-', ''), ('-L', 'L'), ('-LJA', 'LJA'), ("-L'", "L'"), ('-', '')]
ST18890923-V15-37-page3.txt: [('-', ''), ('-', '')]
ST18890923-V15-37-page4.txt: [('-', ''), ('-say', 'say')]
ST18890923-V15-37-page6.txt: [('MIS-', 'MIS'), ('-', ''), ('-', ''), ('Sun-', 'Sun')]
ST18890923-V15-37-page7.txt: [('-', ''), ('-', '')]
ST18890923-V15-37-page8.txt: [('-s', 's'), ('-OR', 'OR'), ('mis-', 'mis')]
ST18890923-V15-37-page9.txt: [('-five-cent', 'five-cent'), ('-', '')]
ST18890930-V15-38-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890930-V15-38-page11.txt: [('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-r"', 'r"'), ('-', ''), ('--', '-'), ('-', '')]
ST18890930-V15-38-page12.txt: [('unsuccess-', 'unsuccess')]
ST18890930-V15-38-page13.txt: [('-', ''), ('-..', '..'), ('--Irid-', '-Irid-')]
ST18890930-V15-38-page14.txt: [('-IC', 'IC'), ('-', ''), ('-', ''), ('-ton', 'ton'), ('Ci-', 'Ci'), ('-', '')]
ST18890930-V15-38-page15.txt: [('--iz', '-iz'), ('i-', 'i'), ('-', '')]
ST18890930-V15-38-page16.txt: [('-', ''), ('-', ''), ('alto-', 'alto'), ('CAMP-', 'CAMP'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18890930-V15-38-page2.txt: [('-', '')]
ST18890930-V15-38-page3.txt: [('-', ''), ('-TArir.."', 'TArir.."'), ('-tr', 'tr'), ('v-', 'v'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', '')]
ST18890930-V15-38-page4.txt: [('-', ''), ('-', '')]
ST18890930-V15-38-page5.txt: [('-.E', '.E'), ('-', '')]
ST18890930-V15-38-page7.txt: [('-r-', 'r-'), ('-up', 'up')]
ST18890930-V15-38-page8.txt: [('-', ''), ('-L.', 'L.'), ('-L', 'L'), ('I--', 'I-'), ('-', ''), ('-', ''), ('-', ''), ('-ci', 'ci'), ('z-', 'z'), ('.-', '.'), ("-L-'", "L-'"), ('-L.', 'L.'), ('-L-L', 'L-L'), ('-', ''), ('-', '')]
ST18890930-V15-38-page9.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891014-V15-39-page1.txt: [('-', ''), ('-', '')]
ST18891014-V15-39-page10.txt: [('-attention', 'attention')]
ST18891014-V15-39-page11.txt: [('-', ''), ('-ATCY.', 'ATCY.'), ('-', ''), ('-', ''), ('-', ''), ('-siVAD', 'siVAD')]
ST18891014-V15-39-page12.txt: [('-day', 'day'), ('-doubt', 'doubt')]
ST18891014-V15-39-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891014-V15-39-page14.txt: [('Hatfield-', 'Hatfield'), ('-', ''), ('-', ''), ('CONVEN-', 'CONVEN'), ('-', '')]
ST18891014-V15-39-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-', '')]
ST18891014-V15-39-page16.txt: [('-', ''), ("'I-", "'I"), ('-lord', 'lord'), ('politics-', 'politics'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891014-V15-39-page3.txt: [('-', ''), ('-', '')]
ST18891014-V15-39-page4.txt: [('-chaos', 'chaos'), ('-', '')]
ST18891014-V15-39-page5.txt: [('-', '')]
ST18891014-V15-39-page6.txt: [('-', '')]
ST18891014-V15-39-page8.txt: [('-E', 'E'), ('-', ''), ('-', ''), ('-', ''), ('-lb.', 'lb.'), ('-lb.', 'lb.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891014-V15-39-page9.txt: [('-', ''), ('-', ''), ('-death', 'death'), ('-Ib.', 'Ib.'), ('-God', 'God'), ('-', ''), ('-', ''), ('-', '')]
ST18891021-V15-40-page1.txt: [("--'lard", "-'lard")]
ST18891021-V15-40-page10.txt: [('-', ''), ('Associa-', 'Associa')]
ST18891021-V15-40-page11.txt: [('-bbath-school', 'bbath-school')]
ST18891021-V15-40-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('f-', 'f'), ('-Irr', 'Irr'), ('-', ''), ('-', ''), ('-', '')]
ST18891021-V15-40-page13.txt: [('consump-', 'consump'), ('cities-', 'cities')]
ST18891021-V15-40-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('districts.-', 'districts.')]
ST18891021-V15-40-page15.txt: [('LOUGHBOROUGX-', 'LOUGHBOROUGX'), ('-', ''), ('-', ''), ('prin-', 'prin')]
ST18891021-V15-40-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('cur-', 'cur'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891021-V15-40-page2.txt: [('MYS-', 'MYS')]
ST18891021-V15-40-page3.txt: [('-can', 'can'), ('author-', 'author')]
ST18891021-V15-40-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18891021-V15-40-page5.txt: [('-', ''), ('-', '')]
ST18891021-V15-40-page6.txt: [('.-', '.'), ('-', ''), ('-did', 'did'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891021-V15-40-page7.txt: [('-', ''), ('gen-', 'gen'), ('-', ''), ('-', '')]
ST18891021-V15-40-page8.txt: [('-', ''), ('-Le', 'Le'), ('-', ''), ('-Es.', 'Es.')]
ST18891021-V15-40-page9.txt: [('-', ''), ('Ci-', 'Ci'), ('-', ''), ('Lord."-', 'Lord."'), ('-s-', 's-'), ('-', ''), ('-', ''), ('-', ''), ('-lb.', 'lb.'), ('-lb.', 'lb.'), ('-', ''), ('-', '')]
ST18891028-V15-41-page1.txt: [('too-', 'too')]
ST18891028-V15-41-page11.txt: [('-E"', 'E"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-fitting', 'fitting'), ('Can-', 'Can'), ('-President.', 'President.'), ('-First', 'First'), ('-Additional', 'Additional'), ('--Treasurer.', '-Treasurer.'), ('-', ''), ('-Secretary.', 'Secretary.'), ('-Directors.', 'Directors.')]
ST18891028-V15-41-page12.txt: [('-', '')]
ST18891028-V15-41-page13.txt: [('-..-', '..-')]
ST18891028-V15-41-page14.txt: [('All-', 'All')]
ST18891028-V15-41-page15.txt: [('Vice-', 'Vice'), ('-', ''), ('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891028-V15-41-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891028-V15-41-page2.txt: [('-life', 'life'), ('"--', '"-')]
ST18891028-V15-41-page3.txt: [('-j', 'j'), ('days-', 'days'), ('-fp', 'fp')]
ST18891028-V15-41-page5.txt: [('-SOF', 'SOF'), ('-', '')]
ST18891028-V15-41-page6.txt: [('-MIES.', 'MIES.'), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-', '')]
ST18891028-V15-41-page7.txt: [('-S', 'S'), ('-', ''), ('-', ''), ('-', '')]
ST18891028-V15-41-page8.txt: [('-Ib.', 'Ib.'), ('-I', 'I'), ('-to', 'to'), ('-enter', 'enter'), ('-', ''), ('-Ib.', 'Ib.'), ('-Ib.', 'Ib.'), ('-', ''), ('-', ''), ('-on', 'on'), ('-the', 'the'), ('for-', 'for'), ('-', '')]
ST18891028-V15-41-page9.txt: [('-GX', 'GX'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('b.-', 'b.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891104-V15-42-page10.txt: [('-like', 'like'), ('-', ''), ('-Ib.', 'Ib.'), ('-entered', 'entered'), ('-Ib.', 'Ib.'), ('-', ''), ('-lb.', 'lb.'), ('pos-', 'pos')]
ST18891104-V15-42-page11.txt: [('Ill-', 'Ill'), ('-', ''), ('Mis-', 'Mis')]
ST18891104-V15-42-page13.txt: [('isdif-', 'isdif')]
ST18891104-V15-42-page14.txt: [('-', '')]
ST18891104-V15-42-page15.txt: [('-oo', 'oo')]
ST18891104-V15-42-page16.txt: [('PA-', 'PA'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891104-V15-42-page2.txt: [("'-", "'"), ('-', ''), ('-that', 'that'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891104-V15-42-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('him-', 'him')]
ST18891104-V15-42-page4.txt: [('-', ''), ('-', ''), ('-with', 'with')]
ST18891104-V15-42-page5.txt: [('-', ''), ('-', ''), ('come-quickly.-', 'come-quickly.')]
ST18891104-V15-42-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and')]
ST18891104-V15-42-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-goes', 'goes'), ('char-', 'char')]
ST18891104-V15-42-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST18891104-V15-42-page9.txt: [('-', '')]
ST18891111-V15-43-page1.txt: [('-', ''), ('-', '')]
ST18891111-V15-43-page10.txt: [("-E'", "E'"), ('-E', 'E'), ('was-', 'was'), ('-', ''), ('-', ''), ('-lb.', 'lb.'), ('-Ib.', 'Ib.'), ('-.', '.'), ('-Ib.', 'Ib.')]
ST18891111-V15-43-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891111-V15-43-page12.txt: [('Brown-', 'Brown'), ('J-N-r-', 'J-N-r'), ('involun-', 'involun')]
ST18891111-V15-43-page13.txt: [('f-', 'f'), ('-', ''), ('saloon.-', 'saloon.'), ('-pound', 'pound'), ('an-', 'an'), ('-I.', 'I.')]
ST18891111-V15-43-page14.txt: [("-.E'S", ".E'S"), ('-ton', 'ton')]
ST18891111-V15-43-page15.txt: [('P-', 'P'), ('at-', 'at'), ('--', '-'), ('-', '')]
ST18891111-V15-43-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891111-V15-43-page2.txt: [('-truth', 'truth')]
ST18891111-V15-43-page3.txt: [('z-', 'z')]
ST18891111-V15-43-page4.txt: [('-', ''), ('-I', 'I')]
ST18891111-V15-43-page5.txt: [('-ton', 'ton'), ('tons-', 'tons'), ('gun-', 'gun')]
ST18891111-V15-43-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18891111-V15-43-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-that', 'that'), ('-', ''), ('England-', 'England'), ('-', ''), ('-', ''), ('-', '')]
ST18891111-V15-43-page8.txt: [('-WE', 'WE'), ('-', ''), ('-', '')]
ST18891111-V15-43-page9.txt: [('-', ''), ('-', '')]
ST18891118-V15-44-page1.txt: [('-quickly', 'quickly'), ('-', ''), ('-', ''), ('be-', 'be')]
ST18891118-V15-44-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891118-V15-44-page13.txt: [('in-', 'in'), ('-E.', 'E.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891118-V15-44-page14.txt: [('-.E', '.E'), ('-', ''), ('--Severe', '-Severe'), ('hold-', 'hold')]
ST18891118-V15-44-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('with-', 'with'), ('-', ''), ('-', ''), ('H----', 'H---')]
ST18891118-V15-44-page16.txt: [('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891118-V15-44-page2.txt: [('-in', 'in'), ('law.-', 'law.'), ('-', '')]
ST18891118-V15-44-page3.txt: [('-', ''), ('-', ''), ('en-', 'en'), ('-', '')]
ST18891118-V15-44-page4.txt: [('-', ''), ('-', ''), ('increas-', 'increas')]
ST18891118-V15-44-page5.txt: [('con-', 'con')]
ST18891118-V15-44-page6.txt: [('-', ''), ('-between', 'between'), ('-', ''), ('-and', 'and'), ('im-', 'im')]
ST18891118-V15-44-page7.txt: [('-before', 'before'), ('-', ''), ('-', '')]
ST18891118-V15-44-page8.txt: [('-', ''), ('-we', 'we'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('orig-', 'orig'), ('-', ''), ('-', '')]
ST18891118-V15-44-page9.txt: [('-m-Es', 'm-Es'), ('-', ''), ('Rev-', 'Rev'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('blessings-', 'blessings'), ('-', ''), ('ex-', 'ex')]
ST18891125-V15-45-page1.txt: [('-', ''), ('--', '-'), ('ex-', 'ex')]
ST18891125-V15-45-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-lb.', 'lb.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Ib.', 'Ib.'), ('Ren-', 'Ren')]
ST18891125-V15-45-page11.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
ST18891125-V15-45-page12.txt: [('-', ''), ('-of', 'of'), ('P-', 'P')]
ST18891125-V15-45-page13.txt: [('-tVIE', 'tVIE')]
ST18891125-V15-45-page14.txt: [('-o', 'o')]
ST18891125-V15-45-page15.txt: [('Insti-', 'Insti'), ('-', ''), ('-CLA.', 'CLA.'), ('-CAL.', 'CAL.')]
ST18891125-V15-45-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('Gen-', 'Gen'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891125-V15-45-page2.txt: [('-the', 'the'), ('-example', 'example')]
ST18891125-V15-45-page3.txt: [('-purpose', 'purpose')]
ST18891125-V15-45-page4.txt: [('-.', '.'), ('-', ''), ('-r', 'r'), ('-and', 'and'), ('-ministrant', 'ministrant')]
ST18891125-V15-45-page5.txt: [("-E'S.", "E'S.")]
ST18891125-V15-45-page6.txt: [("-E'", "E'")]
ST18891125-V15-45-page7.txt: [('-', ''), ('-fill', 'fill'), ('-', ''), ('fellow-', 'fellow'), ('gather-', 'gather'), ('many-', 'many'), ('non-', 'non')]
ST18891125-V15-45-page8.txt: [('-', ''), ('-', '')]
ST18891125-V15-45-page9.txt: [('the-', 'the')]
ST18891202-V15-46-page10.txt: [("-.E'", ".E'"), ('-', ''), ('-', ''), ('babita-', 'babita')]
ST18891202-V15-46-page11.txt: [('-native', 'native'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891202-V15-46-page12.txt: [('-', ''), ('--Selected.', '-Selected.'), ('--comfortably', '-comfortably'), ('-and', 'and')]
ST18891202-V15-46-page13.txt: [('-', '')]
ST18891202-V15-46-page14.txt: [('-', ''), ('-gams.', 'gams.'), ('de-', 'de')]
ST18891202-V15-46-page15.txt: [('gpororteyrmears.-', 'gpororteyrmears.'), ('-IBER.LLA.n.D', 'IBER.LLA.n.D'), ('-', '')]
ST18891202-V15-46-page16.txt: [('-E', 'E'), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('Protest-', 'Protest'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891202-V15-46-page2.txt: [('sin-', 'sin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891202-V15-46-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('pro-', 'pro'), ('-', ''), ('-', ''), ('-', ''), ('-shown', 'shown')]
ST18891202-V15-46-page4.txt: [('-', ''), ('-they', 'they'), ('-battle', 'battle')]
ST18891202-V15-46-page5.txt: [('-millionaires', 'millionaires'), ('-', ''), ('--St.', '-St.')]
ST18891202-V15-46-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18891202-V15-46-page7.txt: [('-.E', '.E'), ('-', ''), ('-', ''), ('-', ''), ('condi.-', 'condi.'), ('-', ''), ('-', ''), ('-', '')]
ST18891202-V15-46-page8.txt: [('Anglo-', 'Anglo'), ('-', ''), ('-', ''), ('-', '')]
ST18891202-V15-46-page9.txt: [('-J', 'J'), ('-', ''), ('-', ''), ('-B.', 'B.'), ('-', ''), ('-', ''), ('-all', 'all'), ('-', '')]
ST18891209-V15-47-page1.txt: [('-is', 'is'), ('-', '')]
ST18891209-V15-47-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-to', 'to')]
ST18891209-V15-47-page11.txt: [('-page', 'page'), ('-taking', 'taking'), ('-', '')]
ST18891209-V15-47-page12.txt: [('T-', 'T'), ('-.', '.'), ('Golden-', 'Golden')]
ST18891209-V15-47-page13.txt: [('-', ''), ('-N.', 'N.'), ('-Sacramento', 'Sacramento')]
ST18891209-V15-47-page14.txt: [('-', '')]
ST18891209-V15-47-page16.txt: [('JAY-', 'JAY'), ('-requesting', 'requesting'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891209-V15-47-page2.txt: [('mat-', 'mat')]
ST18891209-V15-47-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18891209-V15-47-page4.txt: [('-ELE', 'ELE'), ('-', ''), ('-', ''), ('EVAN-', 'EVAN'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891209-V15-47-page5.txt: [('insurmount-', 'insurmount'), ('-', '')]
ST18891209-V15-47-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-and', 'and')]
ST18891209-V15-47-page7.txt: [('-', ''), ('-As', 'As'), ('-', '')]
ST18891209-V15-47-page8.txt: [('repre-', 'repre'), ('-negroes', 'negroes'), ('-', '')]
ST18891209-V15-47-page9.txt: [('Dece-', 'Dece'), ('-', ''), ('fe-', 'fe'), ('sun-', 'sun'), ('-', ''), ('-', ''), ('-', '')]
ST18891216-V15-48-page1.txt: [('-', '')]
ST18891216-V15-48-page10.txt: [('-', ''), ('-', ''), ('tia-', 'tia'), ('-', '')]
ST18891216-V15-48-page11.txt: [('-', ''), ('-open', 'open')]
ST18891216-V15-48-page12.txt: [('-', ''), ('-', '')]
ST18891216-V15-48-page13.txt: [('-', ''), ('-.', '.'), ('-', ''), ('-', '')]
ST18891216-V15-48-page14.txt: [('-', ''), ('-water."', 'water."'), ('-', '')]
ST18891216-V15-48-page15.txt: [('Flor-', 'Flor'), ('-', ''), ('Cor-', 'Cor'), ('Al-', 'Al'), ('Jo-', 'Jo'), ('con-', 'con'), ('Coun-', 'Coun'), ('-', ''), ('-', ''), ('cloth-', 'cloth'), ('ta-', 'ta')]
ST18891216-V15-48-page16.txt: [('-Z-Y', 'Z-Y'), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('L-', 'L'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891216-V15-48-page2.txt: [('-it', 'it'), ('Corpus-', 'Corpus')]
ST18891216-V15-48-page3.txt: [('-ES.', 'ES.'), ('will-', 'will'), ('--S', '-S'), ('EVAN-', 'EVAN'), ('evan-', 'evan'), ('uni-', 'uni')]
ST18891216-V15-48-page4.txt: [('-second', 'second')]
ST18891216-V15-48-page5.txt: [('-', ''), ('-The', 'The')]
ST18891216-V15-48-page6.txt: [('-', ''), ("-.E'S.", ".E'S."), ('-', ''), ('-', ''), ('-', '')]
ST18891216-V15-48-page7.txt: [('-E"', 'E"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('proph-', 'proph'), ('-', '')]
ST18891216-V15-48-page8.txt: [('-', '')]
ST18891216-V15-48-page9.txt: [('-', ''), ('-"', '"'), ('-', ''), ('-.', '.'), ('-.', '.')]
ST18891223-V15-49-page1.txt: [('-', '')]
ST18891223-V15-49-page10.txt: [('-', ''), ('-', ''), ('-Bible', 'Bible'), ('-', ''), ('-to', 'to')]
ST18891223-V15-49-page11.txt: [('-a', 'a'), ('BE-', 'BE'), ('-', ''), ('PROBA-', 'PROBA'), ('rent.-', 'rent.'), ('-rest', 'rest'), ('-The', 'The'), ('-The', 'The')]
ST18891223-V15-49-page13.txt: [('-', ''), ('All-', 'All'), ('con-', 'con'), ('-', ''), ('-I.', 'I.'), ('petti-', 'petti')]
ST18891223-V15-49-page14.txt: [('-Russian', 'Russian'), ('--', '-')]
ST18891223-V15-49-page15.txt: [('H-', 'H')]
ST18891223-V15-49-page16.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Wesend', 'Wesend'), ('-', ''), ('-', '')]
ST18891223-V15-49-page2.txt: [('CHILD-', 'CHILD'), ('-less', 'less'), ('-', '')]
ST18891223-V15-49-page3.txt: [('-', '')]
ST18891223-V15-49-page4.txt: [('Kirjath-', 'Kirjath'), ('-concerning', 'concerning'), ('Inter-', 'Inter')]
ST18891223-V15-49-page6.txt: [('-', ''), ('pro-', 'pro')]
ST18891223-V15-49-page7.txt: [('-', ''), ('Lu-', 'Lu'), ('Gil-', 'Gil'), ('cert.-', 'cert.')]
ST18891223-V15-49-page8.txt: [('-E', 'E'), ('-esteemed', 'esteemed'), ('-whether', 'whether'), ('-said', 'said')]
ST18891223-V15-49-page9.txt: [('--Yes', '-Yes'), ('to-', 'to'), ('-', ''), ('-Ib.', 'Ib.'), ('-Ib.', 'Ib.'), ('-', ''), ('-I', 'I'), ('-.', '.'), ('-', ''), ('-', '')]
ST18891230-V15-50-page1.txt: [('Ameri-', 'Ameri')]
ST18891230-V15-50-page10.txt: [('-and', 'and'), ('later.-', 'later.'), ('-', ''), ('-set', 'set'), ('-up', 'up'), ('-', ''), ('reserva-', 'reserva')]
ST18891230-V15-50-page11.txt: [('-raters', 'raters'), ('-vomit', 'vomit'), ('-the', 'the')]
ST18891230-V15-50-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891230-V15-50-page13.txt: [('-.SECULAR.', '.SECULAR.'), ('-E', 'E'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18891230-V15-50-page14.txt: [('Pre-', 'Pre'), ('-Useful', 'Useful')]
ST18891230-V15-50-page15.txt: [('-', ''), ('-from', 'from'), ('glass--', 'glass-'), ('if-', 'if'), ('-', ''), ('-', ''), ('colored.-', 'colored.'), ('-', '')]
ST18891230-V15-50-page16.txt: [('child-', 'child'), ('Christ--', 'Christ-'), ('Mes-', 'Mes'), ('husbandry--', 'husbandry-'), ('-', ''), ('-', ''), ('Russia.--', 'Russia.-'), ("disobey'-", "disobey'"), ('ob-', 'ob'), ('love.-', 'love.'), ('ess-', 'ess'), ('-', ''), ('chil-', 'chil')]
ST18891230-V15-50-page2.txt: [('-Austria', 'Austria'), ('re-', 're'), ('no-', 'no')]
ST18891230-V15-50-page3.txt: [('I-Can-', 'I-Can'), ('-', '')]
ST18891230-V15-50-page4.txt: [('-a', 'a'), ('I-', 'I'), ('-the', 'the')]
ST18891230-V15-50-page5.txt: [('God.--', 'God.-')]
ST18891230-V15-50-page6.txt: [('-last', 'last'), ('govern.-', 'govern.'), ('revo-', 'revo')]
ST18891230-V15-50-page7.txt: [('ryr.-', 'ryr.'), ('-', ''), ('-so', 'so'), ('-', ''), ('deter-', 'deter'), ('-', ''), ('-', ''), ('-', '')]
ST18891230-V15-50-page9.txt: [('-Gy"', 'Gy"'), ('-Ib.', 'Ib.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('tab-', 'tab'), ('ac-', 'ac'), ('-Ib.', 'Ib.'), ('-shadow', 'shadow')]
ST18900127-V16-04-page1.txt: [('-', '')]
ST18900127-V16-04-page10.txt: [('-', ''), ('-a', 'a'), ('-belonged', 'belonged'), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18900127-V16-04-page13.txt: [('-magazines', 'magazines'), ('-home', 'home'), ('-', ''), ('-when', 'when'), ('-hands.', 'hands.'), ('-', ''), ('intoxicated-', 'intoxicated'), ('-he', 'he')]
ST18900127-V16-04-page15.txt: [('Os-----iii--', 'Os-----iii-'), ('--National', '-National'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('COM-', 'COM'), ('-', ''), ('Command-', 'Command'), ('"-', '"')]
ST18900127-V16-04-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18900127-V16-04-page2.txt: [('effi-', 'effi')]
ST18900127-V16-04-page3.txt: [('.-', '.'), ('-', '')]
ST18900127-V16-04-page4.txt: [('-chased', 'chased')]
ST18900127-V16-04-page6.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
ST18900127-V16-04-page7.txt: [('-', ''), ('--', '-'), ('-', ''), ('-to', 'to'), ('divorce.-', 'divorce.')]
ST18900127-V16-04-page8.txt: [('-', '')]
ST18900127-V16-04-page9.txt: [('-which', 'which'), ('--was', '-was'), ('pleas-', 'pleas')]
ST18900217-V16-07-page1.txt: [('-', '')]
ST18900217-V16-07-page10.txt: [('-', ''), ('-', ''), ('-in', 'in'), ('-suffer', 'suffer'), ('-"', '"'), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('W-', 'W')]
ST18900217-V16-07-page11.txt: [('-we', 'we'), ('-People', 'People')]
ST18900217-V16-07-page13.txt: [('pro-', 'pro'), ('suf-', 'suf'), ('-', ''), ('en-', 'en'), ('conse-', 'conse'), ('constantly-increas-', 'constantly-increas'), ('con-', 'con'), ('be-', 'be'), ('de-', 'de'), ('build-', 'build')]
ST18900217-V16-07-page14.txt: [('Greco-', 'Greco'), ('-named', 'named'), ('-', ''), ('-The', 'The')]
ST18900217-V16-07-page15.txt: [('Ob-', 'Ob'), ('-T.', 'T.'), ('-', ''), ('STU-', 'STU'), ('EDUCATION-', 'EDUCATION'), ('Import-', 'Import'), ('Ex-', 'Ex'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18900217-V16-07-page16.txt: [('Sabbath-', 'Sabbath'), ('-', ''), ("deco'-", "deco'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ad-', 'ad'), ('-', ''), ('-', ''), ('-', '')]
ST18900217-V16-07-page2.txt: [('-', ''), ('-', '')]
ST18900217-V16-07-page3.txt: [('-', '')]
ST18900217-V16-07-page4.txt: [('per-', 'per'), ('-', '')]
ST18900217-V16-07-page5.txt: [('Sunday-', 'Sunday'), ('-', ''), ('de-', 'de')]
ST18900217-V16-07-page6.txt: [('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-day', 'day'), ('er.-', 'er.'), ('-', ''), ("ord'sate-", "ord'sate")]
ST18900217-V16-07-page7.txt: [('-will', 'will'), ('-', ''), ('--kid', '-kid'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('char-', 'char')]
ST18900217-V16-07-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18900217-V16-07-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST18900303-V16-09-page1.txt: [('share-', 'share')]
ST18900303-V16-09-page10.txt: [('-', ''), ('sacri-', 'sacri'), ('-Ib.', 'Ib.'), ('-Ib.', 'Ib.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Because', 'Because')]
ST18900303-V16-09-page11.txt: [('Mc-', 'Mc'), ('hold-', 'hold')]
ST18900303-V16-09-page12.txt: [('-', ''), ('-This', 'This'), ('yotr-or---', 'yotr-or--'), ('-----"', '----"')]
ST18900303-V16-09-page13.txt: [('-', ''), ('lost-', 'lost'), ('respon-', 'respon'), ('--il', '-il')]
ST18900303-V16-09-page14.txt: [('Vol-', 'Vol')]
ST18900303-V16-09-page15.txt: [('--.', '-.'), ('Patriarchia-', 'Patriarchia'), ('-T.', 'T.'), ('-', ''), ('-', ''), ('ay-mrTIMBER-', 'ay-mrTIMBER'), ('-CLAND', 'CLAND'), ('Offer-', 'Offer'), ('-of', 'of'), ('He-', 'He'), ('Ex-', 'Ex'), ('STU-', 'STU'), ('EDUCATION-', 'EDUCATION')]
ST18900303-V16-09-page16.txt: [('-', ''), ('-', ''), ('busi-', 'busi'), ('-to', 'to'), ('-', ''), ('-', ''), ('Sr--', 'Sr-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18900303-V16-09-page2.txt: [('in-', 'in'), ('al-', 'al'), ('-eluded', 'eluded'), ('-', '')]
ST18900303-V16-09-page3.txt: [('--.', '-.'), ('-enfold', 'enfold'), ('-', '')]
ST18900303-V16-09-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST18900303-V16-09-page6.txt: [('GOOD-', 'GOOD'), ('-', '')]
ST18900303-V16-09-page7.txt: [('-', ''), ('judg-', 'judg'), ('-', ''), ('No-', 'No')]
ST18900303-V16-09-page8.txt: [('-the', 'the'), ('-', ''), ('seventy-', 'seventy'), ('-', ''), ('-would', 'would')]
ST18900303-V16-09-page9.txt: [('-', ''), ('"image"-', '"image"')]
ST18900310-V16-10-page1.txt: [('-', '')]
ST18900310-V16-10-page10.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-"', '"'), ('-It', 'It'), ('-He', 'He'), ('-', ''), ('-', ''), ('-Ib.', 'Ib.'), ('-', '')]
ST18900310-V16-10-page11.txt: [('-China', 'China'), ('-', '')]
ST18900310-V16-10-page14.txt: [('-', ''), ('-as', 'as')]
ST18900310-V16-10-page15.txt: [('-Cal.', 'Cal.'), ('Tobacco-', 'Tobacco'), ('-CAL.', 'CAL.'), ('-', ''), ('"-', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('read-', 'read'), ('-', ''), ('Wicked-', 'Wicked'), ('-', ''), ('-', ''), ('COM-', 'COM')]
ST18900310-V16-10-page16.txt: [('-', ''), ('-but', 'but'), ('pamphlNrrffl-', 'pamphlNrrffl'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18900310-V16-10-page2.txt: [('word-', 'word')]
ST18900310-V16-10-page4.txt: [('-a', 'a'), ('-', ''), ('-', ''), ('-', '')]
ST18900310-V16-10-page6.txt: [('-', ''), ('-', ''), ('-following', 'following'), ('-', '')]
ST18900310-V16-10-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18900310-V16-10-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18900310-V16-10-page9.txt: [('wor-', 'wor'), ('-', ''), ('.-', '.'), ('-', ''), ('.-', '.')]
ST18900512-V16-18-page1.txt: [('-', '')]
ST18900512-V16-18-page11.txt: [('.-', '.')]
ST18900512-V16-18-page12.txt: [('Ada-', 'Ada'), ('sixes-', 'sixes')]
ST18900512-V16-18-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18900512-V16-18-page14.txt: [('-', ''), ('-', ''), ('-Peter', 'Peter'), ('-put', 'put'), ('-noticed', 'noticed')]
ST18900512-V16-18-page15.txt: [('American-', 'American'), ('CONFER-', 'CONFER'), ('-', ''), ('PORT-', 'PORT')]
ST18900512-V16-18-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('.-', '.'), ('-Newssays', 'Newssays'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18900512-V16-18-page2.txt: [('surround-', 'surround')]
ST18900512-V16-18-page3.txt: [('-', ''), ('-', ''), ('-flee', 'flee'), ('-can', 'can'), ('gigan-', 'gigan')]
ST18900512-V16-18-page4.txt: [('eighty-', 'eighty'), ('sin-', 'sin')]
ST18900512-V16-18-page5.txt: [('-', '')]
ST18900512-V16-18-page6.txt: [('-', '')]
ST18900512-V16-18-page7.txt: [('Sara-', 'Sara')]
ST18900512-V16-18-page8.txt: [('pic-', 'pic')]
ST18900512-V16-18-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST18900609-V16-22-page1.txt: [('-.MOW', '.MOW'), ('..-', '..'), ('peo-', 'peo'), ('Jor-', 'Jor'), ('-', '')]
ST18900609-V16-22-page10.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('for-', 'for')]
ST18900609-V16-22-page11.txt: [('Mc-', 'Mc'), ('-', ''), ('-little', 'little'), ('-Tow', 'Tow'), ('-', ''), ('oh-', 'oh'), ('-', ''), ('-', ''), ('-', '')]
ST18900609-V16-22-page12.txt: [('THE-', 'THE')]
ST18900609-V16-22-page13.txt: [('blem-', 'blem'), ('COM-', 'COM'), ('-', '')]
ST18900609-V16-22-page15.txt: [('Society-', 'Society'), ('.-', '.'), ('re-', 're'), ('Patriarchia-', 'Patriarchia'), ('faro-', 'faro'), ('EDUCATION-', 'EDUCATION'), ('PUBIAISI-', 'PUBIAISI'), ('Sabbath-', 'Sabbath'), ('Solo-', 'Solo'), ('prices-', 'prices'), ('x-', 'x')]
ST18900609-V16-22-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18900609-V16-22-page2.txt: [('Pente-', 'Pente')]
ST18900609-V16-22-page4.txt: [('-', ''), ('-', '')]
ST18900609-V16-22-page5.txt: [('-practice', 'practice')]
ST18900609-V16-22-page6.txt: [('grea-trdtstrib--', 'grea-trdtstrib-'), ('serv-', 'serv'), ('pleasure-', 'pleasure')]
ST18900609-V16-22-page7.txt: [('-', ''), ('-', '')]
ST18900609-V16-22-page8.txt: [('There-', 'There')]
ST18900609-V16-22-page9.txt: [('-', ''), ('-', ''), ('-absorbing', 'absorbing')]
ST18900707-V16-26-page1.txt: [('-', ''), ('-', '')]
ST18900707-V16-26-page2.txt: [('-', ''), ('-', ''), ('de-', 'de')]
ST18900707-V16-26-page3.txt: [('..-', '..'), ('-', ''), ('-', '')]
ST18900707-V16-26-page4.txt: [('-', '')]
ST18900707-V16-26-page5.txt: [('con-', 'con'), ('-', ''), ('-', ''), ('-', '')]
ST18900707-V16-26-page6.txt: [('Atatth-', 'Atatth'), ('-', '')]
ST18900707-V16-26-page7.txt: [('olTILE-', 'olTILE'), ('-', ''), ('COM-', 'COM'), ('Sabbath-', 'Sabbath'), ('-', ''), ('--IM', '-IM')]
ST18900707-V16-26-page8.txt: [('-', ''), ('-morning', 'morning'), ('-de', 'de'), ('spirit-', 'spirit'), ('foi-', 'foi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18900922-V16-37-page1.txt: [('-', ''), ('-', ''), ('-been', 'been')]
ST18900922-V16-37-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pub-', 'pub')]
ST18900922-V16-37-page3.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('Ps-', 'Ps'), ('-', '')]
ST18900922-V16-37-page4.txt: [('-', ''), ('-', ''), ('addi-', 'addi')]
ST18900922-V16-37-page6.txt: [('arnusementin-', 'arnusementin'), ('Let-', 'Let'), ('--the', '-the'), ('-', ''), ('deter-', 'deter'), ('-', ''), ('-broke', 'broke')]
ST18900922-V16-37-page7.txt: [('-', ''), ('-a---', 'a---'), ('-', ''), ('-', ''), ('-the', 'the'), ('-work', 'work'), ('end-', 'end'), ('Patriarchia-', 'Patriarchia'), ('He-', 'He')]
ST18900922-V16-37-page8.txt: [('work-', 'work'), ('b-', 'b'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Bible', '-Bible'), ('Accord-', 'Accord')]
ST18910511-V17-19-page1.txt: [('tele--', 'tele-'), ('-', '')]
ST18910511-V17-19-page3.txt: [('-----resolutions', '----resolutions'), ('-', ''), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18910511-V17-19-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18910511-V17-19-page5.txt: [('-lici-nte', 'lici-nte'), ('-Healey.', 'Healey.')]
ST18910511-V17-19-page6.txt: [('-', ''), ('-', '')]
ST18910511-V17-19-page7.txt: [('-Islands', 'Islands'), ('les-', 'les'), ('-', '')]
ST18910511-V17-19-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18920208-V18-14e-page1.txt: [('-the', 'the')]
ST18920208-V18-14e-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18920208-V18-14e-page3.txt: [('--', '-'), ('--It', '-It'), ('-', '')]
ST18920208-V18-14e-page4.txt: [('-', ''), ('-', ''), ('pro-', 'pro'), ("Publ'shing'Aisoci-", "Publ'shing'Aisoci")]
ST18920208-V18-14e-page5.txt: [('Associa-', 'Associa'), ('--advise', '-advise'), ('mis-', 'mis'), ('-', ''), ('-work', 'work'), ('-', ''), ('-', '')]
ST18920208-V18-14e-page6.txt: [('-', ''), ('-', '')]
ST18920208-V18-14e-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18920208-V18-14e-page8.txt: [('-', ''), ('-', ''), ('-page', 'page'), ('-ought', 'ought'), ('-page', 'page'), ('-', ''), ('-', '')]
ST18921107-V19-01-page1.txt: [('fp-', 'fp'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921107-V19-01-page10.txt: [('c-', 'c'), ('-te', 'te'), ('-fome', 'fome')]
ST18921107-V19-01-page11.txt: [('-rpm', 'rpm'), ('God."-', 'God."')]
ST18921107-V19-01-page12.txt: [('-', '')]
ST18921107-V19-01-page13.txt: [('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921107-V19-01-page14.txt: [('-Nets.', 'Nets.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Society-', 'Society'), ('illus-', 'illus'), ('--', '-'), ('-the', 'the'), ('Society-', 'Society')]
ST18921107-V19-01-page15.txt: [('Evans-', 'Evans'), ('-', ''), ('.-', '.'), ('con-', 'con'), ('re-', 're'), ('.---', '.--'), ('work-', 'work'), ('em-', 'em'), ('-', ''), ('-', ''), ('--', '-'), ('--', '-')]
ST18921107-V19-01-page16.txt: [('Plague-', 'Plague'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('TERRI-', 'TERRI'), ('-', ''), ('Workers.-', 'Workers.'), ('-', '')]
ST18921107-V19-01-page2.txt: [('-', ''), ('-awl', 'awl'), ('-', ''), ('.-', '.'), ('-', ''), ('with-', 'with'), ('Washington-', 'Washington'), ('e-', 'e')]
ST18921107-V19-01-page3.txt: [('through-', 'through'), ('-of', 'of')]
ST18921107-V19-01-page4.txt: [('-for', 'for'), ('-', '')]
ST18921107-V19-01-page5.txt: [('-', '')]
ST18921107-V19-01-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-of', 'of')]
ST18921107-V19-01-page7.txt: [('inestimable-', 'inestimable')]
ST18921107-V19-01-page8.txt: [('-', ''), ('im-', 'im'), ('-world', 'world')]
ST18921107-V19-01-page9.txt: [('-', '')]
ST18921114-V19-02-page1.txt: [('-', ''), ('-', ''), ('-likewise', 'likewise'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('profitable."---', 'profitable."--'), ('to-', 'to'), ('-time.', 'time.')]
ST18921114-V19-02-page10.txt: [('-they', 'they')]
ST18921114-V19-02-page11.txt: [('God."-', 'God."'), ('-', '')]
ST18921114-V19-02-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('-', '')]
ST18921114-V19-02-page13.txt: [('-H', 'H')]
ST18921114-V19-02-page14.txt: [('-', ''), ('Pisidia.-', 'Pisidia.'), ("Lis'-", "Lis'"), ('-that', 'that'), ('Grace.-', 'Grace.'), ('-', ''), ('-', ''), ('-', ''), ('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('PHILIOSOPI-', 'PHILIOSOPI')]
ST18921114-V19-02-page15.txt: [('-', ''), ('-', '')]
ST18921114-V19-02-page16.txt: [('-', ''), ('-in', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921114-V19-02-page2.txt: [('-', ''), ('-', ''), ('be-', 'be'), ('seventh-', 'seventh')]
ST18921114-V19-02-page3.txt: [('mani-', 'mani'), ('-', ''), ('-twenty', 'twenty'), ('-', ''), ('-', ''), ('-', '')]
ST18921114-V19-02-page4.txt: [('-', ''), ('.re-', '.re'), ('-', ''), ('-immortal', 'immortal')]
ST18921114-V19-02-page5.txt: [('Pres-', 'Pres'), ('-', ''), ('-death', 'death'), ('-', ''), ('-', ''), ('Won-', 'Won'), ('in-', 'in')]
ST18921114-V19-02-page6.txt: [('-"P.', '"P.')]
ST18921114-V19-02-page7.txt: [('--', '-')]
ST18921114-V19-02-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-sent', 'sent'), ('-', ''), ('-', ''), ('Booth-', 'Booth')]
ST18921121-V19-03-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921121-V19-03-page10.txt: [('-until', 'until')]
ST18921121-V19-03-page11.txt: [('God."-', 'God."'), ('companion.-', 'companion.')]
ST18921121-V19-03-page12.txt: [('days."-', 'days."'), ('-', ''), ('TREAT-', 'TREAT'), ('-', '')]
ST18921121-V19-03-page13.txt: [('ofdiscon-', 'ofdiscon'), ('con-', 'con'), ('COM-', 'COM'), ('-OR--', 'OR--')]
ST18921121-V19-03-page14.txt: [('-Arch.', 'Arch.'), ('S-', 'S'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('im-', 'im'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-mot', 'mot'), ('THRE-', 'THRE'), ('-', ''), ('-', ''), ('a-', 'a')]
ST18921121-V19-03-page15.txt: [("-'", "'")]
ST18921121-V19-03-page16.txt: [('Sunday.-', 'Sunday.'), ('-', ''), ('-', ''), ('-page', 'page'), ('-', '')]
ST18921121-V19-03-page2.txt: [('-', ''), ('-', '')]
ST18921121-V19-03-page3.txt: [('-altar', 'altar'), ('-feet', 'feet'), ('-When', 'When'), ('-hear', 'hear')]
ST18921121-V19-03-page4.txt: [('-', ''), ('com-', 'com'), ('-', ''), ('under-', 'under')]
ST18921121-V19-03-page5.txt: [('-', ''), ('trans-', 'trans'), ('-', ''), ('-', '')]
ST18921121-V19-03-page6.txt: [('PAT-', 'PAT')]
ST18921121-V19-03-page7.txt: [('-', ''), ('-history', 'history'), ('-', '')]
ST18921121-V19-03-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('neces-', 'neces')]
ST18921121-V19-03-page9.txt: [('SCRIP-', 'SCRIP'), ('-able', 'able')]
ST18921128-V19-04-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Interpretation-', 'Interpretation'), ('-', ''), ('speoifica-', 'speoifica'), ('re-', 're')]
ST18921128-V19-04-page10.txt: [('-What', 'What'), ('-the', 'the')]
ST18921128-V19-04-page11.txt: [('-', ''), ('-flask', 'flask'), ('God."-', 'God."')]
ST18921128-V19-04-page12.txt: [('-', ''), ('-', ''), ('--', '-')]
ST18921128-V19-04-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-To', 'To'), ('-', ''), ('-they', 'they'), ('-', ''), ('-OF', 'OF'), ('-', ''), ('souls.-', 'souls.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The')]
ST18921128-V19-04-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('-', '')]
ST18921128-V19-04-page16.txt: [('FULFILL-', 'FULFILL'), ('-', ''), ('-', ''), ('-', ''), ('-Unfermented', 'Unfermented'), ('Kee-', 'Kee'), ('-', ''), ('-page', 'page'), ('-', ''), ('-', '')]
ST18921128-V19-04-page2.txt: [('arro-', 'arro'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('commit-', 'commit'), ('-', '')]
ST18921128-V19-04-page3.txt: [('----', '---'), ('-rimEs.', 'rimEs.'), ('-', '')]
ST18921128-V19-04-page4.txt: [('in--', 'in-'), ('-', ''), ('-', ''), ('-', '')]
ST18921128-V19-04-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921128-V19-04-page7.txt: [('-', '')]
ST18921128-V19-04-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST18921128-V19-04-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST18921205-V19-05-page1.txt: [('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('able."-', 'able."'), ('-', '')]
ST18921205-V19-05-page10.txt: [('-mums.', 'mums.'), ('-com', 'com')]
ST18921205-V19-05-page11.txt: [('lit-', 'lit'), ('-', ''), ("'-'-", "'-'"), ('-', ''), ('God."-', 'God."')]
ST18921205-V19-05-page12.txt: [('-the', 'the'), ('-vorkshops', 'vorkshops')]
ST18921205-V19-05-page13.txt: [('pas-', 'pas'), ('-', ''), ('Washing-', 'Washing'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch')]
ST18921205-V19-05-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-not', 'not'), ('-but', 'but'), ('-', ''), ('-', ''), ('-Him', 'Him'), ('-', ''), ('-', '')]
ST18921205-V19-05-page15.txt: [('-', ''), ('tosaynoth-', 'tosaynoth'), ('-', '')]
ST18921205-V19-05-page16.txt: [('-', ''), ('CAI-', 'CAI'), ('Years-', 'Years'), ('Evidences-', 'Evidences'), ('-', ''), ('Christianity-', 'Christianity'), ('-G', 'G'), ('-', ''), ('-', ''), ('Beginning-', 'Beginning'), ('-', ''), ('-Fifteen', 'Fifteen'), ('-The', 'The'), ('-Spiritual', 'Spiritual'), ("-God's", "God's"), ('-Responsibility', 'Responsibility'), ('Room-', 'Room'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', '')]
ST18921205-V19-05-page2.txt: [('con-', 'con'), ('-', ''), ('-', ''), ('-spirit', 'spirit'), ('-', ''), ('-', ''), ('-', ''), ('Free-', 'Free'), ('-', '')]
ST18921205-V19-05-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921205-V19-05-page4.txt: [('-btniirs', 'btniirs'), ('-', ''), ('-', '')]
ST18921205-V19-05-page5.txt: [('-', ''), ('-were', 'were'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--A', '-A'), ('-', ''), ('-', ''), ('.-', '.')]
ST18921205-V19-05-page6.txt: [('-', ''), ('-', '')]
ST18921205-V19-05-page7.txt: [('-LT-G-', 'LT-G-'), ('-', ''), ('-', ''), ('-', ''), ('-thy', 'thy'), ('re-', 're')]
ST18921205-V19-05-page8.txt: [('-to', 'to')]
ST18921205-V19-05-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-our', 'our'), ('-', '')]
ST18921212-V19-06-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('able."--', 'able."-')]
ST18921212-V19-06-page10.txt: [('-', '')]
ST18921212-V19-06-page11.txt: [('vol-', 'vol'), ('-stream', 'stream'), ('Bonn--', 'Bonn-'), ('-', ''), ('-creation', 'creation')]
ST18921212-V19-06-page12.txt: [('-will', 'will'), ('-from', 'from'), ('-', ''), ('-', ''), ('-realize', 'realize')]
ST18921212-V19-06-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('-', ''), ('IMPOR-', 'IMPOR')]
ST18921212-V19-06-page14.txt: [('-', ''), ('-', ''), ('etc.-', 'etc.'), ('-', ''), ('-', ''), ('-Neh.', 'Neh.'), ('-', ''), ('-OF', 'OF'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921212-V19-06-page15.txt: [('-The', 'The'), ('TREAT-', 'TREAT'), ('TERRI-', 'TERRI')]
ST18921212-V19-06-page16.txt: [('-', ''), ('"repre-', '"repre'), ('-senting', 'senting'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921212-V19-06-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-only', 'only'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-moral', 'moral'), ('plat-', 'plat')]
ST18921212-V19-06-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-come', 'come'), ('-his', 'his'), ('-', ''), ('Poigi-', 'Poigi'), ('-', '')]
ST18921212-V19-06-page4.txt: [('-', '')]
ST18921212-V19-06-page5.txt: [('-', '')]
ST18921212-V19-06-page6.txt: [('na-', 'na'), ('-Mr.', 'Mr.'), ('-', '')]
ST18921212-V19-06-page7.txt: [('-', ''), ('-', ''), ('-this', 'this')]
ST18921212-V19-06-page8.txt: [('-through.', 'through.'), ('-sea', 'sea'), ('-the', 'the'), ('-m', 'm'), ('-central', 'central'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('fourthpre-', 'fourthpre'), ('-', '')]
ST18921212-V19-06-page9.txt: [('-', ''), ('Austria-', 'Austria'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921219-V19-07-page1.txt: [('able."-', 'able."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921219-V19-07-page10.txt: [('-the', 'the')]
ST18921219-V19-07-page11.txt: [('-', ''), ('-', ''), ('nar-', 'nar'), ('God."-', 'God."'), ('dyspeptic-', 'dyspeptic'), ('-', '')]
ST18921219-V19-07-page12.txt: [('-and', 'and'), ('goy--', 'goy-'), ('-part', 'part'), ('-are', 'are'), ('-absolute', 'absolute'), ('-the', 'the'), ('.-.-', '.-.'), ('-', ''), ('con-', 'con'), ('re-', 're')]
ST18921219-V19-07-page13.txt: [('-', '')]
ST18921219-V19-07-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-Bruce's", "Bruce's"), ('-Nela.', 'Nela.'), ('-', ''), ('-', ''), ('Cyrus.-', 'Cyrus.'), ('overthrowingBaby-', 'overthrowingBaby'), ('-', ''), ('-', ''), ('-', ''), ('-mon.', 'mon.'), ('-', ''), ('-', ''), ('LESSONS.-', 'LESSONS.'), ('-the', 'the'), ('-', ''), ('-', '')]
ST18921219-V19-07-page15.txt: [('ap-', 'ap'), ('-', '')]
ST18921219-V19-07-page16.txt: [('-', ''), ('-The', 'The'), ('-False', 'False'), ('Prophets-', 'Prophets'), ('-', ''), ('-The', 'The'), ('-Salvation', 'Salvation'), ('Christ-', 'Christ'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Eastern-', 'Eastern'), ('-', ''), ('-Early', 'Early'), ('-How', 'How'), ('-', ''), ('-The', 'The'), ('-', ''), ('Prayer-', 'Prayer'), ('-', ''), ('-', '')]
ST18921219-V19-07-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-another', 'another')]
ST18921219-V19-07-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921219-V19-07-page4.txt: [('-', ''), ('-', ''), ('under-', 'under'), ('-', ''), ('-', ''), ('-', '')]
ST18921219-V19-07-page5.txt: [('-of', 'of'), ('le-', 'le'), ('-', ''), ('-', ''), ('-', ''), ('-hearts', 'hearts')]
ST18921219-V19-07-page6.txt: [('wed-', 'wed'), ('-', '')]
ST18921219-V19-07-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('glimmer-', 'glimmer')]
ST18921219-V19-07-page8.txt: [('-', ''), ('-is', 'is'), ('-', '')]
ST18921219-V19-07-page9.txt: [('-', '')]
ST18921226-V19-08-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921226-V19-08-page10.txt: [('-many', 'many'), ('God."-', 'God."')]
ST18921226-V19-08-page11.txt: [('meet-', 'meet')]
ST18921226-V19-08-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc')]
ST18921226-V19-08-page13.txt: [('inten-', 'inten'), ('-', ''), ('TREAT-', 'TREAT'), ('-', ''), ('-', ''), ('-', ''), ('-Reh.', 'Reh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921226-V19-08-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('weeping.-', 'weeping.'), ('-', ''), ('-', ''), ('-', ''), ('Legally-', 'Legally')]
ST18921226-V19-08-page15.txt: [('CATHO-', 'CATHO'), ('TERRI-', 'TERRI')]
ST18921226-V19-08-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-', '')]
ST18921226-V19-08-page2.txt: [('-', '')]
ST18921226-V19-08-page3.txt: [('-', ''), ('-', '')]
ST18921226-V19-08-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921226-V19-08-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST18921226-V19-08-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18921226-V19-08-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18921226-V19-08-page8.txt: [('-', ''), ('-which', 'which'), ('one-', 'one'), ('-', '')]
ST18921226-V19-08-page9.txt: [('-listened', 'listened'), ('justly."--Rua-', 'justly."--Rua'), ('-the', 'the'), ('-dollars.', 'dollars.'), ('-at', 'at')]
ST18930102-V19-09-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('able."--', 'able."-'), ('dif-', 'dif'), ('-', '')]
ST18930102-V19-09-page11.txt: [('multi-', 'multi'), ('-', ''), ('-', ''), ('-', '')]
ST18930102-V19-09-page12.txt: [('BOfortu-', 'BOfortu'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', '')]
ST18930102-V19-09-page13.txt: [('T.-', 'T.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930102-V19-09-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-Because', 'Because'), ('-', ''), ('-in', 'in'), ('-Nay', 'Nay'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ad-', 'ad')]
ST18930102-V19-09-page15.txt: [('-', ''), ('-', ''), ('re.-', 're.'), ('-', ''), ('-pound', 'pound'), ('-', ''), ('-fine', 'fine'), ('-', ''), ('-', '')]
ST18930102-V19-09-page16.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('CATHO-', 'CATHO'), ('-page', 'page'), ('-', ''), ('-We', 'We'), ('Wife-', 'Wife'), ('Washington-', 'Washington'), ('Powers-', 'Powers'), ('-', ''), ('C-', 'C'), ('-', ''), ('-', ''), ('-', ''), ('-ench.', 'ench.'), ('denom-', 'denom')]
ST18930102-V19-09-page2.txt: [('-John', 'John')]
ST18930102-V19-09-page3.txt: [('-', ''), ('-', ''), ('the-', 'the'), ('-wine', 'wine'), ('-', ''), ('-', ''), ('-', ''), ('-according', 'according'), ('-', '')]
ST18930102-V19-09-page4.txt: [('re.-', 're.'), ('mes-', 'mes'), ('-', ''), ('-', ''), ('-', ''), ('-put', 'put'), ('prom-', 'prom')]
ST18930102-V19-09-page5.txt: [('-', ''), ('chap-', 'chap')]
ST18930102-V19-09-page6.txt: [('con-', 'con'), ("amaze'-", "amaze'"), ('-', '')]
ST18930102-V19-09-page7.txt: [('a-', 'a'), ('rib-', 'rib'), ('-', ''), ('-', '')]
ST18930102-V19-09-page8.txt: [('love--', 'love-'), ('-to', 'to')]
ST18930102-V19-09-page9.txt: [('i-', 'i'), ('-fact', 'fact'), ('con-', 'con')]
ST18930109-V19-10-page1.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-See', 'See')]
ST18930109-V19-10-page11.txt: [('-everything', 'everything'), ('-and-', 'and-'), ('-marring', 'marring'), ('God."-', 'God."'), ('-uncovered', 'uncovered'), ('-', ''), ('.-', '.'), ('in-', 'in'), ('-', ''), ('-', ''), ('-', '')]
ST18930109-V19-10-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930109-V19-10-page13.txt: [('Min-', 'Min'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930109-V19-10-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-Symbolical', 'Symbolical'), ('-', ''), ('-', ''), ('-', ''), ('epiph-', 'epiph')]
ST18930109-V19-10-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('Greco-', 'Greco'), ('-', ''), ('-', '')]
ST18930109-V19-10-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930109-V19-10-page2.txt: [('Ameri-', 'Ameri')]
ST18930109-V19-10-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-A', 'A'), ('dt"-', 'dt"'), ('--', '-'), ('-', ''), ("-'", "'"), ('-', ''), ('-', '')]
ST18930109-V19-10-page5.txt: [('-', '')]
ST18930109-V19-10-page6.txt: [('-there', 'there'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930109-V19-10-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930109-V19-10-page9.txt: [('-', ''), ('-', ''), ('-commandment', 'commandment'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930116-V19-11-page1.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-by', 'by'), ('able."--', 'able."-'), ('-the', 'the'), ('spend-', 'spend')]
ST18930116-V19-11-page10.txt: [('God."-', 'God."')]
ST18930116-V19-11-page12.txt: [('-of', 'of')]
ST18930116-V19-11-page13.txt: [('--Selected.', '-Selected.'), ('in-', 'in'), ('-believe', 'believe')]
ST18930116-V19-11-page14.txt: [('-Ned.', 'Ned.'), ('-', ''), ('-', ''), ('-', ''), ('-all', 'all'), ('-', ''), ('-', ''), ('-all', 'all'), ('-', ''), ('-', ''), ('-', ''), ('man.-', 'man.'), ('corrupt.-', 'corrupt.'), ('-', ''), ('mind.-', 'mind.'), ('-', ''), ('-', ''), ('these.-', 'these.'), ('-', ''), ('man"-', 'man"'), ('-', '')]
ST18930116-V19-11-page15.txt: [('-', ''), ('un-', 'un'), ('-', ''), ('con-', 'con'), ('-to', 'to'), ('--Scores', '-Scores'), ('--snits', '-snits')]
ST18930116-V19-11-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('--They', '-They'), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930116-V19-11-page2.txt: [('-', ''), ('-henceforth', 'henceforth'), ('-', ''), ('Acts-', 'Acts'), ('-', ''), ('-Roe', 'Roe'), ('-', ''), ('-', ''), ('-and', 'and'), ('-accomplishedprevions', 'accomplishedprevions'), ('prOtla-', 'prOtla'), ('-', ''), ('-', '')]
ST18930116-V19-11-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930116-V19-11-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930116-V19-11-page5.txt: [('-', ''), ('-', '')]
ST18930116-V19-11-page6.txt: [('-flit', 'flit'), ('I-', 'I'), ('-Decide', 'Decide'), ('-', ''), ('-make', 'make'), ('-sinned', 'sinned'), ('what-', 'what'), ('stran-', 'stran'), ('--', '-')]
ST18930116-V19-11-page7.txt: [('-between', 'between'), ('-was', 'was'), ('inci-', 'inci'), ('-prevented', 'prevented'), ('-', ''), ('means-', 'means')]
ST18930116-V19-11-page8.txt: [('-fullest', 'fullest'), ('-', ''), ("-Grant's", "Grant's"), ('-', ''), ('-', '')]
ST18930116-V19-11-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST18930123-V19-12-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('able."-', 'able."'), ('-', ''), ('-', ''), ('Tim.-', 'Tim.'), ('-', ''), ('-', ''), ('-', '')]
ST18930123-V19-12-page10.txt: [('God."-', 'God."'), ('-a', 'a'), ('-and', 'and')]
ST18930123-V19-12-page11.txt: [('am-', 'am'), ('every-', 'every'), ('real-', 'real')]
ST18930123-V19-12-page12.txt: [('-', ''), ('-', '')]
ST18930123-V19-12-page13.txt: [('-with', 'with')]
ST18930123-V19-12-page14.txt: [('-Neh.', 'Neh.'), ('-The', 'The'), ('-', ''), ('-Id.', 'Id.'), ('-', ''), ('to-', 'to'), ('-', ''), ('Bi-', 'Bi'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-SABBATH', 'SABBATH'), ('-', ''), ('-', ''), ('straight-', 'straight'), ('-', ''), ('etc.-', 'etc.')]
ST18930123-V19-12-page15.txt: [('-', ''), ('-', ''), ('--Monsignor', '-Monsignor'), ('ball-', 'ball'), ('--Workmen', '-Workmen'), ('em-', 'em')]
ST18930123-V19-12-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Midnight-', 'Midnight'), ('Ghost-', 'Ghost'), ('pos-', 'pos')]
ST18930123-V19-12-page2.txt: [('-', '')]
ST18930123-V19-12-page3.txt: [('under-', 'under'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930123-V19-12-page4.txt: [('-', ''), ('pro-', 'pro'), ('-is', 'is'), ('-', ''), ('-', ''), ('-', '')]
ST18930123-V19-12-page5.txt: [('-', ''), ('-', ''), ('charac-', 'charac'), ('be."-', 'be."')]
ST18930123-V19-12-page6.txt: [('-doubts', 'doubts'), ('--john', '-john'), ('-', ''), ('-was', 'was'), ('-', '')]
ST18930123-V19-12-page8.txt: [('-enforcement', 'enforcement')]
ST18930123-V19-12-page9.txt: [('-M', 'M')]
ST18930206-V19-14-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930206-V19-14-page11.txt: [('--first', '-first')]
ST18930206-V19-14-page13.txt: [('-', '')]
ST18930206-V19-14-page14.txt: [('-', ''), ('-', ''), ('-Nth.', 'Nth.'), ('-', ''), ('-', ''), ('-', '')]
ST18930206-V19-14-page15.txt: [('--Minot', '-Minot'), ('Eden--', 'Eden-'), ('-a', 'a')]
ST18930206-V19-14-page16.txt: [('g-', 'g'), ('-', ''), ('-', ''), ('-Present', 'Present'), ('-', ''), ('-', ''), ('-', ''), ('-York', 'York'), ('-', ''), ('-.....--f.', '.....--f.'), ('---itzn', '--itzn'), ('-', ''), ('-page', 'page'), ('-', ''), ('-', '')]
ST18930206-V19-14-page2.txt: [('-', ''), ('-', ''), ('Declara-', 'Declara')]
ST18930206-V19-14-page3.txt: [('-', ''), ('-', '')]
ST18930206-V19-14-page4.txt: [('-', ''), ('-', ''), ('-r', 'r'), ('-', '')]
ST18930206-V19-14-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST18930206-V19-14-page7.txt: [('-No-', 'No-'), ('ham--', 'ham-'), ('--', '-')]
ST18930206-V19-14-page8.txt: [('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-', '')]
ST18930206-V19-14-page9.txt: [('-themselves', 'themselves'), ('--Anonymous.', '-Anonymous.')]
ST18930213-V19-15-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930213-V19-15-page10.txt: [('-committed', 'committed')]
ST18930213-V19-15-page12.txt: [('prem-', 'prem'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930213-V19-15-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-.M.', '.M.'), ('-', ''), ('-Id.', 'Id.'), ('-Id', 'Id'), ('-Id.', 'Id.'), ('-a', 'a'), ('-a', 'a'), ('-', ''), ('con-', 'con'), ('ac-', 'ac'), ('-', ''), ('re-', 're')]
ST18930213-V19-15-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930213-V19-15-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-articles.', 'articles.'), ('-laurel', 'laurel'), ('-article', 'article'), ('-I', 'I')]
ST18930213-V19-15-page2.txt: [('con-', 'con'), ('-', ''), ('-', '')]
ST18930213-V19-15-page3.txt: [('-', ''), ('Anti-', 'Anti')]
ST18930213-V19-15-page4.txt: [('-', ''), ('-', ''), ('.TheSpiritWhichShouldandWillAo-', '.TheSpiritWhichShouldandWillAo'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930213-V19-15-page5.txt: [('re-', 're'), ('-', '')]
ST18930213-V19-15-page6.txt: [('-', ''), ('-', '')]
ST18930213-V19-15-page9.txt: [('-', ''), ('-', '')]
ST18930220-V19-16-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('Sabbath.-', 'Sabbath.'), ('-', ''), ('-', ''), ('Con-', 'Con')]
ST18930220-V19-16-page10.txt: [('them-', 'them')]
ST18930220-V19-16-page12.txt: [('-', ''), ('-', '')]
ST18930220-V19-16-page13.txt: [("-'", "'"), ('-', ''), ('Cleve-', 'Cleve'), ('Society-', 'Society'), ('Wil-', 'Wil'), ('TREAT-', 'TREAT'), ('-in', 'in')]
ST18930220-V19-16-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-Nehemiah', 'Nehemiah'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Intro-', 'Intro')]
ST18930220-V19-16-page15.txt: [('--Rev.', '-Rev.'), ('anti-', 'anti'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930220-V19-16-page16.txt: [('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-The', 'The'), ('-"In', '"In'), ('-', ''), ('-The', 'The'), ('-', ''), ('-The', 'The'), ('-Living', 'Living'), ('-The', 'The'), ('--Literary', '-Literary'), ('-', '')]
ST18930220-V19-16-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18930220-V19-16-page3.txt: [('-', ''), ('sub-', 'sub'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', '')]
ST18930220-V19-16-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930220-V19-16-page5.txt: [('-', ''), ('p.a.-', 'p.a.'), ('-', ''), ('-', ''), ('-', ''), ('sub--', 'sub-'), ('-', '')]
ST18930220-V19-16-page6.txt: [('-faith', 'faith'), ('con-', 'con')]
ST18930220-V19-16-page7.txt: [('-', ''), ('-', '')]
ST18930220-V19-16-page8.txt: [('No-', 'No'), ('like-', 'like')]
ST18930220-V19-16-page9.txt: [('-', ''), ('-', '')]
ST18930227-V19-17-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('prom-', 'prom'), ('diffi-', 'diffi')]
ST18930227-V19-17-page10.txt: [('-wait.', 'wait.')]
ST18930227-V19-17-page11.txt: [('-a', 'a'), ('-', ''), ('val-', 'val'), ('con-', 'con'), ('-', '')]
ST18930227-V19-17-page12.txt: [('composi-', 'composi'), ('-supremacy', 'supremacy'), ('-', '')]
ST18930227-V19-17-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex')]
ST18930227-V19-17-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Lessons.-', 'Lessons.'), ('-', ''), ('-', ''), ('-', '')]
ST18930227-V19-17-page16.txt: [('-', ''), ('-was', 'was'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('Temptation-', 'Temptation'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', '')]
ST18930227-V19-17-page2.txt: [('law-', 'law'), ('-', ''), ('-', '')]
ST18930227-V19-17-page3.txt: [('-', ''), ('-Ps.', 'Ps.'), ('-', ''), ('them-', 'them')]
ST18930227-V19-17-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18930227-V19-17-page5.txt: [('-or', 'or')]
ST18930227-V19-17-page7.txt: [('mem-', 'mem'), ('Ligu-', 'Ligu'), ('-', ''), ('-', ''), ('domin-', 'domin')]
ST18930227-V19-17-page8.txt: [('-', ''), ('Saha-', 'Saha'), ('-gods', 'gods'), ('-would', 'would'), ('con-', 'con')]
ST18930306-V19-18-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ten-', 'ten'), ('-', '')]
ST18930306-V19-18-page10.txt: [('-', ''), ('home-', 'home'), ('deter-', 'deter'), ('-Bill', 'Bill'), ('Neigh-', 'Neigh')]
ST18930306-V19-18-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('C-', 'C')]
ST18930306-V19-18-page13.txt: [('-half', 'half')]
ST18930306-V19-18-page14.txt: [('-Net.', 'Net.'), ('-', ''), ('-', ''), ('-to', 'to'), ('-', ''), ('-', '')]
ST18930306-V19-18-page15.txt: [('Heb.-', 'Heb.'), ('-they', 'they'), ('--President-elect', '-President-elect'), ('-a', 'a'), ('nmATONEMENT.-', 'nmATONEMENT.'), ('-', ''), ('TREAT-', 'TREAT'), ('-h', 'h')]
ST18930306-V19-18-page16.txt: [('-', ''), ('-', ''), ('Happy-', 'Happy'), ('-', ''), ("'-", "'"), ('-', ''), ('-', ''), ('-page', 'page'), ('-', '')]
ST18930306-V19-18-page2.txt: [('-', ''), ('-and', 'and')]
ST18930306-V19-18-page3.txt: [('-the', 'the'), ('different.-', 'different.'), ('differ-', 'differ'), ('-', ''), ('-', '')]
ST18930306-V19-18-page4.txt: [('-obedient', 'obedient'), ('-', '')]
ST18930306-V19-18-page5.txt: [('-', ''), ('CON-', 'CON'), ('--', '-')]
ST18930306-V19-18-page7.txt: [('-as', 'as'), ('-', ''), ('-', '')]
ST18930306-V19-18-page8.txt: [('-', ''), ('-', '')]
ST18930306-V19-18-page9.txt: [('--Father', '-Father'), ('-N', 'N'), ('-', '')]
ST18930313-V19-19-page1.txt: [('able."-', 'able."'), ('-a', 'a'), ('-', ''), ('-', ''), ('-various', 'various'), ('-', ''), ('-', '')]
ST18930313-V19-19-page10.txt: [('-ce.a.ah.', 'ce.a.ah.'), ('-', ''), ('-She', 'She'), ('-', ''), ('-the', 'the'), ('-', '')]
ST18930313-V19-19-page11.txt: [('-', ''), ('-drown', 'drown'), ("-day's", "day's")]
ST18930313-V19-19-page12.txt: [('-', ''), ('-', ''), ('-sionary', 'sionary'), ('eic.-', 'eic.'), ('-', '')]
ST18930313-V19-19-page13.txt: [('-the', 'the'), ('-.This.', '.This.'), ('TERiir-', 'TERiir')]
ST18930313-V19-19-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('.---', '.--'), ('.-', '.'), ('.-', '.'), ('-', ''), ('-', ''), ('.-', '.'), ('-In', 'In'), ('-', ''), ('-The', 'The'), ('-', ''), ('.-', '.'), ('-that', 'that'), ('-', ''), ('-', ''), ('-', ''), ('-Id.', 'Id.'), ('-', ''), ('-everlasting', 'everlasting'), ('-', ''), ('I-', 'I'), ('-', '')]
ST18930313-V19-19-page15.txt: [('-', ''), ('goy.-', 'goy.'), ('-The', 'The'), ('-hips', 'hips'), ('-News', 'News')]
ST18930313-V19-19-page16.txt: [('-', ''), ('-', ''), ('-War', 'War'), ('-', ''), ('-', ''), ('-----.', '----.'), ('old--', 'old-'), ('zeal-', 'zeal'), ('-page', 'page'), ('-', '')]
ST18930313-V19-19-page2.txt: [('--', '-'), ('Conference-', 'Conference'), ('for-', 'for')]
ST18930313-V19-19-page3.txt: [('-been', 'been'), ('-', ''), ('-By', 'By'), ('-What', 'What'), ('-', '')]
ST18930313-V19-19-page4.txt: [('-Satan', 'Satan'), ('-', ''), ('-', '')]
ST18930313-V19-19-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-cleanse', 'cleanse'), ('sin.-', 'sin.'), ('-', '')]
ST18930313-V19-19-page6.txt: [('-', ''), ('-Cor.', 'Cor.'), ('-', '')]
ST18930313-V19-19-page7.txt: [('be-', 'be')]
ST18930313-V19-19-page8.txt: [('-', '')]
ST18930313-V19-19-page9.txt: [('-', '')]
ST18930320-V19-20-page1.txt: [('-', ''), ('-', ''), ('able."--', 'able."-'), ('-Kent', 'Kent'), ('-', ''), ('-', '')]
ST18930320-V19-20-page10.txt: [('-she', 'she'), ('army-', 'army'), ('-', ''), ('superflu-', 'superflu')]
ST18930320-V19-20-page12.txt: [('-away', 'away'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930320-V19-20-page13.txt: [('-brethren', 'brethren'), ('-', ''), ('-', ''), ('resi-', 'resi')]
ST18930320-V19-20-page14.txt: [('-Nth.', 'Nth.'), ('-Because', 'Because'), ('life.-', 'life.'), ('-We', 'We'), ('-', ''), ('-', ''), ('-according', 'according'), ('-', ''), ('-b.', 'b.'), ('-', '')]
ST18930320-V19-20-page15.txt: [('-', ''), ('-', ''), ('-seven', 'seven')]
ST18930320-V19-20-page16.txt: [('II-', 'II'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('any-', 'any')]
ST18930320-V19-20-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-sake', 'sake')]
ST18930320-V19-20-page3.txt: [('with-', 'with'), ('-', ''), ('God."-', 'God."'), ('-', ''), ('-was', 'was')]
ST18930320-V19-20-page4.txt: [('-', ''), ('-actual', 'actual'), ('-', '')]
ST18930320-V19-20-page5.txt: [('-', ''), ('--', '-'), ('-of', 'of'), ('-', ''), ('-', ''), ('-', '')]
ST18930320-V19-20-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18930320-V19-20-page7.txt: [('be-', 'be'), ('stir-', 'stir'), ('-aside', 'aside'), ('-', ''), ('LEGIS-', 'LEGIS'), ('CAL.--', 'CAL.-'), ('-went', 'went'), ('.-', '.')]
ST18930320-V19-20-page8.txt: [('Tit-', 'Tit')]
ST18930327-V19-21-page1.txt: [('-M.', 'M.'), ('-', ''), ('-', ''), ('-', ''), ('able."-', 'able."')]
ST18930327-V19-21-page10.txt: [('-', ''), ('-help', 'help')]
ST18930327-V19-21-page11.txt: [('-piled', 'piled'), ('-Rev.', 'Rev.'), ('-', ''), ('ag-', 'ag'), ('-ony', 'ony'), ('temporarily-', 'temporarily'), ('Bible.-', 'Bible.'), ('smokers.-', 'smokers.'), ('AO-', 'AO'), ('Intro-', 'Intro'), ('COM-', 'COM'), ('-', '')]
ST18930327-V19-21-page12.txt: [('-', '')]
ST18930327-V19-21-page13.txt: [('im-', 'im'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-P', 'P')]
ST18930327-V19-21-page14.txt: [('-Ns', 'Ns'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Give', 'Give'), ('-', '')]
ST18930327-V19-21-page15.txt: [('Anglo-', 'Anglo')]
ST18930327-V19-21-page16.txt: [('Regeneration-', 'Regeneration'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', '')]
ST18930327-V19-21-page2.txt: [('thou--', 'thou-'), ('idea.-', 'idea.'), ('-', '')]
ST18930327-V19-21-page3.txt: [('--S', '-S'), ('-', ''), ('ex-', 'ex')]
ST18930327-V19-21-page5.txt: [('THOU-', 'THOU'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930327-V19-21-page6.txt: [('-', '')]
ST18930327-V19-21-page7.txt: [('-', ''), ('-is', 'is'), ('-', ''), ('his-', 'his')]
ST18930327-V19-21-page8.txt: [('-', ''), ('-their', 'their')]
ST18930327-V19-21-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-her', 'her')]
ST18930403-V19-22-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('able."-', 'able."')]
ST18930403-V19-22-page10.txt: [('-there', 'there'), ('sea-', 'sea')]
ST18930403-V19-22-page11.txt: [('-', ''), ('--', '-'), ('-inch', 'inch'), ('-inch', 'inch'), ("'-", "'"), ('-inch', 'inch'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930403-V19-22-page12.txt: [('-', ''), ('-', '')]
ST18930403-V19-22-page13.txt: [('whet.-', 'whet.'), ('ele-', 'ele')]
ST18930403-V19-22-page14.txt: [('-Neb.', 'Neb.'), ('-', ''), ('-SABBATH', 'SABBATH'), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-See', 'See'), ('re-', 're')]
ST18930403-V19-22-page15.txt: [('b.-', 'b.'), ('--k', '-k'), ('-', '')]
ST18930403-V19-22-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the')]
ST18930403-V19-22-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('require-', 'require'), ('un-', 'un')]
ST18930403-V19-22-page3.txt: [('-of', 'of'), ('"prophet."--', '"prophet."-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930403-V19-22-page4.txt: [('histori-', 'histori'), ('-', ''), ('-', '')]
ST18930403-V19-22-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-him', 'him'), ('-', ''), ('-', '')]
ST18930403-V19-22-page6.txt: [('-dead', 'dead'), ('-yesterday', 'yesterday'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-is', 'is'), ('gen-', 'gen'), ('-', ''), ('-Did', 'Did'), ('aside.-', 'aside.')]
ST18930403-V19-22-page7.txt: [('-', ''), ('-', ''), ('-welling', 'welling'), ('-has', 'has'), ('Chris-', 'Chris')]
ST18930403-V19-22-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('proc-', 'proc')]
ST18930410-V19-23-page1.txt: [('-', ''), ('-', ''), ('-', '')]
ST18930410-V19-23-page10.txt: [('-falsehood.', 'falsehood.'), ('-instructing', 'instructing'), ('TWO-', 'TWO')]
ST18930410-V19-23-page11.txt: [('-', ''), ('-', '')]
ST18930410-V19-23-page12.txt: [('COM-', 'COM'), ('re-', 're')]
ST18930410-V19-23-page13.txt: [('-March', 'March'), ('-', '')]
ST18930410-V19-23-page14.txt: [('-Neb.', 'Neb.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930410-V19-23-page15.txt: [('-', ''), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Wil-', 'Wil')]
ST18930410-V19-23-page16.txt: [('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', '')]
ST18930410-V19-23-page2.txt: [('-', ''), ('Matt.-', 'Matt.'), ('-evil."', 'evil."'), ('-', ''), ('-', '')]
ST18930410-V19-23-page3.txt: [('-.', '.'), ('-', '')]
ST18930410-V19-23-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-tall', 'tall')]
ST18930410-V19-23-page5.txt: [('-says', 'says')]
ST18930410-V19-23-page7.txt: [('-', '')]
ST18930410-V19-23-page8.txt: [('-', '')]
ST18930417-V19-24-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('convic-', 'convic'), ('-', ''), ('-', ''), ('-', ''), ('profitable."--', 'profitable."-')]
ST18930417-V19-24-page10.txt: [('be-', 'be'), ('-.', '.')]
ST18930417-V19-24-page12.txt: [('COM-', 'COM'), ('with-', 'with'), ('-', '')]
ST18930417-V19-24-page13.txt: [('-', '')]
ST18930417-V19-24-page14.txt: [('-Nei.', 'Nei.'), ('-', ''), ('-', ''), ('-him.', 'him.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930417-V19-24-page15.txt: [('-', ''), ('-', ''), ('-year', 'year'), ('-', '')]
ST18930417-V19-24-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-page', 'page')]
ST18930417-V19-24-page2.txt: [('-', ''), ('-come', 'come'), ('-', ''), ('-', '')]
ST18930417-V19-24-page3.txt: [('--N.', '-N.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930417-V19-24-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930417-V19-24-page5.txt: [('im-', 'im'), ('-', ''), ('-e-', 'e-')]
ST18930417-V19-24-page6.txt: [('-victory', 'victory'), ('sacri-', 'sacri')]
ST18930417-V19-24-page7.txt: [('-', ''), ('-that', 'that'), ('ham-', 'ham'), ('-mer', 'mer')]
ST18930417-V19-24-page9.txt: [('-the', 'the'), ('-', ''), ('-', '')]
ST18930424-V19-25-page1.txt: [('-up', 'up'), ('-', ''), ('-', ''), ('-', ''), ('repre-', 'repre'), ('-and', 'and')]
ST18930424-V19-25-page12.txt: [('-be', 'be')]
ST18930424-V19-25-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('liter-', 'liter'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930424-V19-25-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', '')]
ST18930424-V19-25-page15.txt: [('Society-', 'Society'), ('Society-', 'Society')]
ST18930424-V19-25-page16.txt: [('-page', 'page'), ('-', ''), ('-', ''), ('po-', 'po'), ('-', ''), ('-', '')]
ST18930424-V19-25-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18930424-V19-25-page4.txt: [('---the', '--the'), ('-the', 'the'), ('-', ''), ('-', ''), ('Will-', 'Will')]
ST18930424-V19-25-page5.txt: [('-', ''), ('-', '')]
ST18930424-V19-25-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930424-V19-25-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-he', 'he')]
ST18930424-V19-25-page8.txt: [('-', ''), ('CON-', 'CON'), ('-', ''), ('-', '')]
ST18930424-V19-25-page9.txt: [('-a', 'a')]
ST18930619-V19-32-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('profitable."-', 'profitable."'), ('-', ''), ('-methods', 'methods')]
ST18930619-V19-32-page10.txt: [('-', '')]
ST18930619-V19-32-page11.txt: [('fa.-', 'fa.'), ('Globe-', 'Globe'), ('fb-', 'fb'), ('-"', '"'), ('-', ''), ('-', ''), ('-and', 'and'), ('cal-', 'cal')]
ST18930619-V19-32-page12.txt: [('-', ''), ('-', ''), ('bless-', 'bless'), ('de-', 'de'), ('culti-', 'culti')]
ST18930619-V19-32-page13.txt: [('-Street', 'Street'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930619-V19-32-page14.txt: [('-Net.', 'Net.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930619-V19-32-page15.txt: [('Sic-', 'Sic'), ('Chi-', 'Chi'), ('-', '')]
ST18930619-V19-32-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Baptists', 'Baptists'), ('-', ''), ('-', '')]
ST18930619-V19-32-page2.txt: [('-', ''), ('-fault', 'fault'), ('-', ''), ('heal-', 'heal'), ('-', '')]
ST18930619-V19-32-page3.txt: [('-was', 'was'), ('-', ''), ('-', ''), ('-', '')]
ST18930619-V19-32-page4.txt: [('dwelling-place-', 'dwelling-place'), ('-', ''), ('-to', 'to'), ('-', ''), ('-longing', 'longing'), ('-', ''), ('-', ''), ('observed-', 'observed'), ('-.', '.'), ('-', ''), ('-', ''), ('.-', '.'), ('-his', 'his'), ('seventh-day-', 'seventh-day'), ('"-', '"'), ('Noth-', 'Noth')]
ST18930619-V19-32-page5.txt: [('-These.', 'These.'), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('-is', 'is')]
ST18930619-V19-32-page6.txt: [('-', ''), ('-', '')]
ST18930619-V19-32-page7.txt: [('-', '')]
ST18930619-V19-32-page8.txt: [('-not', 'not'), ('-be', 'be'), ('-', ''), ('-', ''), ('-open', 'open'), ('-to', 'to'), ('-have', 'have')]
ST18930619-V19-32-page9.txt: [('-sinner', 'sinner'), ('-', ''), ('-', ''), ('coin-', 'coin')]
ST18930626-V19-33-page1.txt: [('-', ''), ('govern-', 'govern'), ('-', ''), ('-', ''), ('profitble."-', 'profitble."')]
ST18930626-V19-33-page10.txt: [('"-', '"'), ('-', ''), ('-Truth', 'Truth'), ('-', ''), ('-', '')]
ST18930626-V19-33-page11.txt: [('-', ''), ('-', ''), ('-which', 'which'), ('-', ''), ('-', ''), ('ATONEIVIENT.-', 'ATONEIVIENT.')]
ST18930626-V19-33-page12.txt: [('Mc-', 'Mc')]
ST18930626-V19-33-page13.txt: [('-', ''), ('-', ''), ('TERRI-', 'TERRI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ave-', 'Ave')]
ST18930626-V19-33-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-the', 'the'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('co-', 'co'), ('-Mra.', 'Mra.'), ('-', ''), ('QUESTIONS.-', 'QUESTIONS.'), ('-', '')]
ST18930626-V19-33-page15.txt: [('righteous-', 'righteous'), ('-', '')]
ST18930626-V19-33-page16.txt: [('-', ''), ('-', ''), ('Mission-', 'Mission')]
ST18930626-V19-33-page2.txt: [('-Sunday', 'Sunday'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-showing', 'showing'), ('-', '')]
ST18930626-V19-33-page3.txt: [('-', ''), ('instru-', 'instru'), ('-', '')]
ST18930626-V19-33-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18930626-V19-33-page5.txt: [('-', ''), ('-to', 'to'), ('-', '')]
ST18930626-V19-33-page6.txt: [('-', ''), ('-', '')]
ST18930626-V19-33-page7.txt: [('--Christian', '-Christian'), ('-in', 'in'), ('-of', 'of'), ('-', '')]
ST18930626-V19-33-page8.txt: [('violence-', 'violence'), ('-He', 'He'), ('-Of', 'Of'), ('-went', 'went')]
ST18930626-V19-33-page9.txt: [('-', '')]
ST18930703-V19-34-page1.txt: [('-God', 'God'), ('-', ''), ('-', ''), ('-', ''), ('profitable."--', 'profitable."-'), ('-', '')]
ST18930703-V19-34-page10.txt: [('-and', 'and'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930703-V19-34-page11.txt: [('-', ''), ('-into', 'into'), ('-cept', 'cept'), ('supersti-', 'supersti'), ('Sia-', 'Sia'), ('-', ''), ('ten-', 'ten')]
ST18930703-V19-34-page12.txt: [('with-', 'with'), ('-', '')]
ST18930703-V19-34-page13.txt: [('-people', 'people'), ('-Neh.', 'Neh.'), ('-', ''), ('UN-', 'UN'), ('-', ''), ('-', ''), ('-', ''), ('-by', 'by'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Seward', 'Seward'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930703-V19-34-page14.txt: [('-', ''), ('QUESTIoNS.-', 'QUESTIoNS.'), ('-', ''), ('truth.-', 'truth.'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', ''), ('July-', 'July'), ('TERRI-', 'TERRI')]
ST18930703-V19-34-page15.txt: [('-his', 'his'), ('--In', '-In'), ('Presbyte--', 'Presbyte-'), ('--The', '-The'), ('Buda-', 'Buda')]
ST18930703-V19-34-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', '')]
ST18930703-V19-34-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930703-V19-34-page3.txt: [('-', ''), ('power-', 'power')]
ST18930703-V19-34-page4.txt: [('-it', 'it'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930703-V19-34-page5.txt: [('-steadfastness.', 'steadfastness.'), ('de-', 'de')]
ST18930703-V19-34-page6.txt: [('-', '')]
ST18930703-V19-34-page7.txt: [('.-', '.'), ('-things', 'things')]
ST18930703-V19-34-page8.txt: [('-at', 'at'), ('-maketh', 'maketh'), ('-and', 'and'), ('-that', 'that')]
ST18930703-V19-34-page9.txt: [('-', ''), ('-I', 'I'), ('go-', 'go'), ('-from', 'from')]
ST18930710-V19-35-page1.txt: [('-he', 'he'), ('-', ''), ('-', ''), ('-', ''), ('profitable."--', 'profitable."-')]
ST18930710-V19-35-page10.txt: [('beau-', 'beau'), ('-', ''), ('-a', 'a')]
ST18930710-V19-35-page11.txt: [('SU-', 'SU'), ('-', ''), ('prej-', 'prej'), ('-', '')]
ST18930710-V19-35-page12.txt: [('-', ''), ('-', '')]
ST18930710-V19-35-page13.txt: [('members-', 'members'), ('Lit-', 'Lit'), ('-', ''), ('-', '')]
ST18930710-V19-35-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('STIONS.-', 'STIONS.'), ('-', ''), ('-', ''), ('-"', '"'), ('-', ''), ('-', ''), ('differ-', 'differ')]
ST18930710-V19-35-page15.txt: [('-', ''), ('vault-', 'vault'), ('TREAT-', 'TREAT')]
ST18930710-V19-35-page16.txt: [('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-We', 'We'), ('Liberty-', 'Liberty'), ('-', ''), ('-', ''), ('-', ''), ('Re-', 'Re')]
ST18930710-V19-35-page2.txt: [('-', ''), ('-', ''), ('Correspond-', 'Correspond'), ('-', ''), ('-if', 'if'), ('ref-', 'ref')]
ST18930710-V19-35-page3.txt: [('-', '')]
ST18930710-V19-35-page4.txt: [('-', ''), ('-"Not', '"Not'), ('-', ''), ('-', ''), ('-', '')]
ST18930710-V19-35-page5.txt: [('-', ''), ('extra-', 'extra'), ('-', '')]
ST18930710-V19-35-page7.txt: [('him-', 'him')]
ST18930710-V19-35-page8.txt: [('-told', 'told'), ('-', ''), ('construction.-', 'construction.')]
ST18930710-V19-35-page9.txt: [('-Arthur', 'Arthur'), ('-', '')]
ST18930724-V19-37-page1.txt: [("-'llome", "'llome"), ('-', ''), ('-', ''), ('lb-', 'lb'), ('-Chicago', 'Chicago'), ('-', '')]
ST18930724-V19-37-page10.txt: [('-and.', 'and.')]
ST18930724-V19-37-page11.txt: [('.-', '.')]
ST18930724-V19-37-page12.txt: [('-', '')]
ST18930724-V19-37-page13.txt: [('-', ''), ('CATHO-', 'CATHO'), ('-', '')]
ST18930724-V19-37-page14.txt: [('-gathered', 'gathered'), ('-', ''), ('-', ''), ('-', ''), ('QUESTIONS.-', 'QUESTIONS.'), ('-', ''), ('-', ''), ('-', ''), ('-Christ', 'Christ'), ('-Acceptable', 'Acceptable'), ('-Buffeted', 'Buffeted'), ('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-rd.', 'rd.'), ('-Id.', 'Id.'), ('-', ''), ('-', '')]
ST18930724-V19-37-page15.txt: [('-', '')]
ST18930724-V19-37-page16.txt: [('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de')]
ST18930724-V19-37-page2.txt: [('-of', 'of')]
ST18930724-V19-37-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930724-V19-37-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930724-V19-37-page5.txt: [('-', '')]
ST18930724-V19-37-page6.txt: [('-name.', 'name.')]
ST18930724-V19-37-page7.txt: [('--', '-')]
ST18930724-V19-37-page8.txt: [('-', '')]
ST18930731-V19-38-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('hands.-', 'hands.'), ('-', ''), ('-', ''), ('-"Scriptures', '"Scriptures')]
ST18930731-V19-38-page10.txt: [('-and', 'and'), ('-ft.', 'ft.')]
ST18930731-V19-38-page11.txt: [('govern-', 'govern')]
ST18930731-V19-38-page12.txt: [('wide-', 'wide'), ('-What', 'What'), ('-"Nearly', '"Nearly'), ('Seventh-', 'Seventh')]
ST18930731-V19-38-page13.txt: [('An-', 'An'), ('--English', '-English'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Cleve-', 'Cleve'), ('Wil-', 'Wil'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I.-', 'I.'), ('Society-', 'Society')]
ST18930731-V19-38-page14.txt: [('QyzerioNs.-', 'QyzerioNs.'), ('-Absolute', 'Absolute'), ('-"S.o', '"S.o'), ('-', ''), ('-', ''), ('-', ''), ('refor-', 'refor')]
ST18930731-V19-38-page15.txt: [('-', ''), ('-aid', 'aid'), ('-', '')]
ST18930731-V19-38-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', '')]
ST18930731-V19-38-page2.txt: [('truth-', 'truth'), ('-to', 'to')]
ST18930731-V19-38-page3.txt: [('-God', 'God'), ('-V', 'V'), ('-', ''), ('-', ''), ('-', ''), ('aliv-', 'aliv'), ('-to', 'to'), ('-', '')]
ST18930731-V19-38-page4.txt: [('-', ''), ('-', ''), ('-By', 'By'), ('-', ''), ('all.-', 'all.'), ('-', ''), ('-', ''), ('-', '')]
ST18930731-V19-38-page5.txt: [('-', ''), ('-', ''), ("-Marcus'", "Marcus'"), ("-'twas", "'twas"), ('-', ''), ('dark-', 'dark'), ('-', '')]
ST18930731-V19-38-page6.txt: [('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', '')]
ST18930731-V19-38-page7.txt: [('-', '')]
ST18930731-V19-38-page8.txt: [('-', ''), ('-', '')]
ST18930731-V19-38-page9.txt: [('-te', 'te'), ('glass--', 'glass-'), ('-', ''), ('-', '')]
ST18930807-V19-39-page1.txt: [('-', ''), ('-', ''), ('Scrip.-', 'Scrip.'), ('-', ''), ('-', ''), ("say's-", "say's"), ('profitable."-', 'profitable."'), ('-', '')]
ST18930807-V19-39-page10.txt: [('strength-', 'strength')]
ST18930807-V19-39-page11.txt: [('-', ''), ('-', ''), ('tor-', 'tor')]
ST18930807-V19-39-page13.txt: [('Ave-', 'Ave')]
ST18930807-V19-39-page14.txt: [('-Nei.', 'Nei.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-That', 'That'), ('-', ''), ('QUESTIONS.-', 'QUESTIONS.'), ('-', ''), ('-', ''), ('-', ''), ('fa-', 'fa'), ('-', ''), ('-', '')]
ST18930807-V19-39-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-them', 'them'), ('Ka-', 'Ka')]
ST18930807-V19-39-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex')]
ST18930807-V19-39-page2.txt: [('per-', 'per')]
ST18930807-V19-39-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('associ-', 'associ'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930807-V19-39-page4.txt: [('-', '')]
ST18930807-V19-39-page5.txt: [('-Lord', 'Lord'), ('-and', 'and')]
ST18930807-V19-39-page6.txt: [('APPEAR-', 'APPEAR')]
ST18930807-V19-39-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST18930807-V19-39-page9.txt: [('-', ''), ('-', ''), ('-whatsoever', 'whatsoever'), ('-', '')]
ST18930814-V19-40-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('"-', '"'), ('-', ''), ('-', '')]
ST18930814-V19-40-page10.txt: [('pre-', 'pre'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930814-V19-40-page11.txt: [('-', ''), ('-', ''), ('-Mission', 'Mission'), ('-', '')]
ST18930814-V19-40-page12.txt: [('-adobe', 'adobe'), ('-', ''), ('.-', '.')]
ST18930814-V19-40-page13.txt: [('-', ''), ('PRO-', 'PRO'), ('-', ''), ('-', ''), ('-', ''), ('-eighteen', 'eighteen'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('CATHO-', 'CATHO'), ('-', ''), ('-', ''), ('-', '')]
ST18930814-V19-40-page14.txt: [('-every', 'every'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('THOUGHTS.-', 'THOUGHTS.'), ('-', ''), ('.-', '.'), ('-Neh.', 'Neh.'), ('-', ''), ('QuiosTioss.-', 'QuiosTioss.'), ('-', '')]
ST18930814-V19-40-page15.txt: [('-', ''), ('-from', 'from'), ('-', ''), ('-', '')]
ST18930814-V19-40-page16.txt: [('Sun-', 'Sun'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', '')]
ST18930814-V19-40-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-of', 'of')]
ST18930814-V19-40-page3.txt: [('fig-', 'fig'), ('-', ''), ('-', ''), ('-', '')]
ST18930814-V19-40-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Medo-', 'Medo'), ('-', ''), ('con-', 'con')]
ST18930814-V19-40-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('righteous-', 'righteous')]
ST18930814-V19-40-page6.txt: [('him-', 'him'), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-', '')]
ST18930814-V19-40-page7.txt: [('.-', '.'), ('-', ''), ('-', ''), ('-forth', 'forth'), ('-', ''), ('knowl-', 'knowl')]
ST18930814-V19-40-page8.txt: [('-', ''), ('-', '')]
ST18930814-V19-40-page9.txt: [('AD-', 'AD'), ('-', ''), ('CON-', 'CON'), ('giv-', 'giv'), ('-', ''), ('ex-', 'ex')]
ST18930821-V19-41-page1.txt: [('-b', 'b'), ('-government', 'government'), ('-', ''), ('-', ''), ('-See', 'See'), ('-od', 'od'), ('profitable."-', 'profitable."'), ('-of', 'of')]
ST18930821-V19-41-page10.txt: [('Me-', 'Me'), ('-karski', 'karski'), ('-', ''), ('-', ''), ('nomi-', 'nomi'), ('-', ''), ('occu-', 'occu')]
ST18930821-V19-41-page11.txt: [('blessed.--', 'blessed.-'), ('Mc-', 'Mc'), ('-', ''), ('exer-', 'exer')]
ST18930821-V19-41-page12.txt: [('-', ''), ('-seven', 'seven')]
ST18930821-V19-41-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('Ave-', 'Ave')]
ST18930821-V19-41-page14.txt: [('-', ''), ('--Arch.', '-Arch.'), ('-', ''), ('-', ''), ('QUESTIONS.-', 'QUESTIONS.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Manifold', 'Manifold'), ('-grace', 'grace'), ('-II.', 'II.'), ('-', ''), ('-', '')]
ST18930821-V19-41-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930821-V19-41-page16.txt: [('-', ''), ('-', ''), ('Plane.---', 'Plane.--'), ('-by', 'by'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', '')]
ST18930821-V19-41-page2.txt: [('-ldoubtless', 'ldoubtless'), ('-', '')]
ST18930821-V19-41-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-that', 'that')]
ST18930821-V19-41-page4.txt: [('-', ''), ('-', ''), ('-Paul', 'Paul'), ('-observe', 'observe'), ('-', ''), ('him-', 'him'), ('-', ''), ('-', ''), ('tills-', 'tills'), ('-', ''), ('-', ''), ('-', '')]
ST18930821-V19-41-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-well', 'well')]
ST18930821-V19-41-page6.txt: [('-Spirit', 'Spirit'), ('-', ''), ('-', ''), ('-if', 'if')]
ST18930821-V19-41-page8.txt: [('com-', 'com'), ('-', ''), ('teuripta-', 'teuripta')]
ST18930821-V19-41-page9.txt: [('-Are', 'Are'), ('-', '')]
ST18930828-V19-42-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930828-V19-42-page10.txt: [('nui-', 'nui'), ('children-', 'children'), ('-', ''), ('Twenty-', 'Twenty'), ('-', ''), ('Massachu-', 'Massachu'), ('-', ''), ('TREAT-', 'TREAT'), ('Cali-', 'Cali')]
ST18930828-V19-42-page11.txt: [('-e', 'e'), ('I-', 'I')]
ST18930828-V19-42-page12.txt: [('-Bora', 'Bora')]
ST18930828-V19-42-page13.txt: [('-his', 'his'), ('-the', 'the'), ('-.Writing', '.Writing'), ('-It', 'It')]
ST18930828-V19-42-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pres-', 'pres'), ('-', ''), ('QUESTIONS.-', 'QUESTIONS.'), ('-', ''), ('.-', '.'), ('-Happened', 'Happened'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.--', '.-'), ('-Spirit', 'Spirit')]
ST18930828-V19-42-page15.txt: [('Mon-', 'Mon'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930828-V19-42-page16.txt: [('-', ''), ('-Wesend', 'Wesend'), ('King-', 'King'), ('-', ''), ('-', ''), ('consid-', 'consid'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-without', 'without'), ('-page', 'page'), ('-', ''), ('-', '')]
ST18930828-V19-42-page2.txt: [('-', ''), ('-', ''), ('--a', '-a'), ('-', ''), ('-the', 'the')]
ST18930828-V19-42-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('show-', 'show'), ('-', '')]
ST18930828-V19-42-page4.txt: [('-', ''), ('-When', 'When'), ('-appointment', 'appointment'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930828-V19-42-page5.txt: [('-Christ', 'Christ'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-fulfilling', 'fulfilling'), ('-he', 'he'), ('-', ''), ('-', ''), ('-believed', 'believed')]
ST18930828-V19-42-page6.txt: [('-', ''), ('-', ''), ('-"', '"'), ('-', ''), ('-', ''), ('-', '')]
ST18930828-V19-42-page8.txt: [('-and', 'and'), ('-offer', 'offer')]
ST18930828-V19-42-page9.txt: [('-', ''), ('scandal.-', 'scandal.'), ('-', ''), ('-Mary', 'Mary'), ('-He', 'He')]
ST18930904-V19-43-page1.txt: [('-', ''), ('-See', 'See'), ('profitable."--', 'profitable."-'), ('ANSWERED.-', 'ANSWERED.'), ('permis-', 'permis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930904-V19-43-page10.txt: [('-and', 'and'), ('-', ''), ('TRICHIN-', 'TRICHIN')]
ST18930904-V19-43-page11.txt: [('women-', 'women'), ('-the', 'the'), ('-found', 'found')]
ST18930904-V19-43-page12.txt: [('sup-', 'sup'), ('-', ''), ('-', ''), ('-L.', 'L.'), ('-', '')]
ST18930904-V19-43-page13.txt: [('Lon-', 'Lon'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ave-', 'Ave'), ('Depart-', 'Depart')]
ST18930904-V19-43-page14.txt: [('-', ''), ('-Net.', 'Net.'), ('-', ''), ('them-', 'them'), ('-', ''), ('-Humility', 'Humility'), ('destruction."-', 'destruction."'), ('-', ''), ('QUESTIONS.-', 'QUESTIONS.'), ('-', ''), ('-', ''), ('-There', 'There'), ('-', ''), ('-', ''), ('.-', '.'), ('shepherd.-', 'shepherd.'), ('tu-', 'tu'), ('-', ''), ('-', ''), ('Cali-', 'Cali'), ('.-', '.'), ('-', ''), ('-', '')]
ST18930904-V19-43-page15.txt: [('-', '')]
ST18930904-V19-43-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('Lndi-', 'Lndi'), ('-', ''), ('---', '--')]
ST18930904-V19-43-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('let--', 'let-'), ('-', ''), ('-what', 'what'), ('-taken', 'taken'), ('-it', 'it'), ('--only', '-only'), ('-in', 'in')]
ST18930904-V19-43-page3.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('--', '-'), ('verses-', 'verses'), ('-Days', 'Days'), ('-', ''), ('king-', 'king'), ('-', ''), ('-last', 'last'), ('-', ''), ('-', '')]
ST18930904-V19-43-page4.txt: [('-', ''), ('-Job', 'Job'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930904-V19-43-page5.txt: [('H-', 'H'), ('-', ''), ('de-', 'de'), ('-', ''), ('be-', 'be')]
ST18930904-V19-43-page6.txt: [('pre-', 'pre'), ('do-', 'do'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930904-V19-43-page7.txt: [('-', '')]
ST18930904-V19-43-page8.txt: [('di.-', 'di.'), ('ar-', 'ar'), ('or-', 'or'), ('-not', 'not')]
ST18930904-V19-43-page9.txt: [('prelates.-', 'prelates.'), ('-I', 'I'), ('-', ''), ('-I', 'I'), ('fa-', 'fa'), ('-you', 'you')]
ST18930911-V19-44-page1.txt: [('-', ''), ('-', ''), ('-See', 'See'), ('-', ''), ('-', ''), ('Re-', 'Re'), ('-', '')]
ST18930911-V19-44-page11.txt: [('-', ''), ('-', ''), ('larger-', 'larger')]
ST18930911-V19-44-page12.txt: [('-', ''), ('Society-', 'Society'), ('Society-', 'Society')]
ST18930911-V19-44-page13.txt: [('-', ''), ('-', '')]
ST18930911-V19-44-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Lon-', 'Lon'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930911-V19-44-page15.txt: [('-', ''), ('--The', '-The'), ('-', ''), ('-', ''), ('-cent', 'cent')]
ST18930911-V19-44-page16.txt: [('-', ''), ('-', ''), ('-holds.', 'holds.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('En-', 'En')]
ST18930911-V19-44-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930911-V19-44-page4.txt: [('-', '')]
ST18930911-V19-44-page5.txt: [('-', ''), ('-', '')]
ST18930911-V19-44-page6.txt: [('-those', 'those'), ('-devoid', 'devoid')]
ST18930911-V19-44-page7.txt: [('fb-', 'fb'), ('-', '')]
ST18930911-V19-44-page8.txt: [('SUN-', 'SUN'), ('-', ''), ('-all', 'all'), ('-', ''), ('-crime', 'crime'), ("-'", "'")]
ST18930911-V19-44-page9.txt: [('--vertebrates', '-vertebrates'), ('-.eton', '.eton'), ('-', ''), ('-if', 'if')]
ST18930918-V19-45-page1.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', '')]
ST18930918-V19-45-page12.txt: [('-', ''), ('-', ''), ('be-', 'be')]
ST18930918-V19-45-page13.txt: [('-I.', 'I.'), ('-', ''), ('Lon-', 'Lon'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('CATHO-', 'CATHO'), ('pub-', 'pub'), ('ba-', 'ba')]
ST18930918-V19-45-page14.txt: [('-Neb.', 'Neb.'), ('-', ''), ('-also', 'also'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930918-V19-45-page15.txt: [('-Westminster', 'Westminster')]
ST18930918-V19-45-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('Priest-', 'Priest'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('I-', 'I')]
ST18930918-V19-45-page2.txt: [('RELIG-', 'RELIG'), ('-', '')]
ST18930918-V19-45-page3.txt: [('-Mk', 'Mk'), ('--', '-'), ('-', '')]
ST18930918-V19-45-page6.txt: [('-', ''), ('-', ''), ('orig-', 'orig')]
ST18930918-V19-45-page7.txt: [('Sun-', 'Sun')]
ST18930918-V19-45-page8.txt: [('-basis', 'basis')]
ST18930918-V19-45-page9.txt: [('-good', 'good'), ('broth-', 'broth')]
ST18930925-V19-46-page1.txt: [('-', ''), ('re-', 're')]
ST18930925-V19-46-page10.txt: [("-lady's", "lady's"), ('-', ''), ('Saviour.-', 'Saviour.'), ('-', ''), ('-reply', 'reply')]
ST18930925-V19-46-page11.txt: [('-', ''), ('-He', 'He'), ('-', '')]
ST18930925-V19-46-page12.txt: [('-', ''), ('-', '')]
ST18930925-V19-46-page13.txt: [('per-', 'per'), ('-', ''), ('-ought', 'ought'), ('-', ''), ('-hould', 'hould')]
ST18930925-V19-46-page14.txt: [('-NM.', 'NM.'), ('-', ''), ('-us', 'us'), ('-', ''), ('-', ''), ('-', ''), ('-It', 'It'), ('-we', 'we'), ('-Not', 'Not'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930925-V19-46-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-the', 'the'), ('-', ''), ('--antichrists.', '-antichrists.'), ('-', ''), ('-Christ.', 'Christ.'), ('-deeds', 'deeds'), ('-', ''), ('-posaession', 'posaession'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Fire', 'Fire'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-Canada', 'Canada'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-Late', 'Late'), ('-', ''), ('-A', 'A'), ('-It', 'It'), ('-forgery', 'forgery'), ('-', ''), ('-', ''), ('-A', 'A'), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-Very', 'Very'), ('-', ''), ('-', ''), ('-On', 'On'), ('-Some', 'Some'), ('-', ''), ('-The', 'The'), ('-At', 'At'), ('-Professor', 'Professor'), ('-', ''), ('-', ''), ('-', ''), ('-all', 'all'), ('-', '')]
ST18930925-V19-46-page16.txt: [('-', ''), ('-', ''), ('Christ-', 'Christ'), ('"-', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930925-V19-46-page2.txt: [('-', ''), ('In-', 'In'), ('unbe-', 'unbe'), ('-', ''), ('re-', 're'), ('-', ''), ('Sab-', 'Sab'), ('ex-', 'ex'), ('Ca-', 'Ca')]
ST18930925-V19-46-page3.txt: [('-', ''), ('-', ''), ('be-', 'be')]
ST18930925-V19-46-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18930925-V19-46-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18930925-V19-46-page6.txt: [('-', ''), ('-children', 'children')]
ST18930925-V19-46-page7.txt: [('-a', 'a'), ('within.-', 'within.'), ('-are', 'are')]
ST18930925-V19-46-page8.txt: [('-', '')]
ST18930925-V19-46-page9.txt: [('-', '')]
ST18931002-V19-47-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18931002-V19-47-page10.txt: [('-is', 'is'), ('steal-', 'steal')]
ST18931002-V19-47-page11.txt: [('-', ''), ('-', ''), ('the-', 'the'), ('-', ''), ('-cent', 'cent')]
ST18931002-V19-47-page12.txt: [('-babited', 'babited')]
ST18931002-V19-47-page13.txt: [('ba-', 'ba')]
ST18931002-V19-47-page14.txt: [('-Nth.', 'Nth.'), ('I-', 'I'), ('recon-', 'recon'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-be', 'be'), ('imitate."-', 'imitate."'), ('THOUGHTS.-', 'THOUGHTS.'), ('treasure.-', 'treasure.'), ('-', ''), ('-', ''), ('-', ''), ('-Note', 'Note'), ('-', ''), ('-', ''), ('-', '')]
ST18931002-V19-47-page16.txt: [('-', ''), ('-', ''), ('-those', 'those'), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', '')]
ST18931002-V19-47-page2.txt: [('-', '')]
ST18931002-V19-47-page3.txt: [('DEVELOP-', 'DEVELOP'), ('-', ''), ('-', ''), ('-', '')]
ST18931002-V19-47-page4.txt: [('hang-', 'hang')]
ST18931002-V19-47-page5.txt: [('-pirit', 'pirit'), ('-day', 'day')]
ST18931002-V19-47-page6.txt: [('-able', 'able'), ('-world', 'world'), ('-observance', 'observance'), ('-Papacy', 'Papacy'), ('-and.', 'and.'), ('-', ''), ('conversion.-', 'conversion.'), ('-', '')]
ST18931002-V19-47-page7.txt: [('-', ''), ('health-', 'health')]
ST18931002-V19-47-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST18931002-V19-47-page9.txt: [('-an', 'an')]
ST18931009-V19-48-page1.txt: [('-', ''), ('-See', 'See'), ('-On', 'On'), ('-', ''), ('-irry-toturn', 'irry-toturn'), ('-there', 'there'), ('-', ''), ('weaklostru-', 'weaklostru'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18931009-V19-48-page10.txt: [('-a.beautiful', 'a.beautiful'), ('-', ''), ('-of', 'of'), ('my-', 'my')]
ST18931009-V19-48-page11.txt: [('-.pardon', '.pardon'), ('-been', 'been'), ('-', ''), ('-end', 'end'), ('-all', 'all'), ('-', '')]
ST18931009-V19-48-page12.txt: [('lb-', 'lb'), ('Ertzen-', 'Ertzen'), ('-huger', 'huger'), ('-increased', 'increased')]
ST18931009-V19-48-page13.txt: [('-', ''), ('-', ''), ('-', '')]
ST18931009-V19-48-page14.txt: [('-hrela.', 'hrela.'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('Gen.-', 'Gen.'), ('-The', 'The'), ('-', ''), ('occa-', 'occa'), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-six', 'six'), ('-', ''), ('-', ''), ('TREAT-', 'TREAT'), ('-Is', 'Is')]
ST18931009-V19-48-page15.txt: [('-', ''), ('-', ''), ('-his', 'his'), ('-', ''), ("'-", "'")]
ST18931009-V19-48-page16.txt: [('-page', 'page'), ('-', ''), ('-', ''), ('-Wesend', 'Wesend'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18931009-V19-48-page2.txt: [('-', ''), ('errone-', 'errone'), ('-a', 'a'), ('-is', 'is'), ('-Thus', 'Thus'), ('-of', 'of')]
ST18931009-V19-48-page3.txt: [('-', ''), ('-a', 'a'), ('-stand', 'stand'), ('-Christ', 'Christ'), ('-but', 'but'), ('-', ''), ('-', ''), ('-The', 'The'), ('-correct', 'correct'), ('-', ''), ('-which', 'which'), ('-', '')]
ST18931009-V19-48-page4.txt: [('-belief.', 'belief.'), ('thecon-', 'thecon'), ('dom-', 'dom')]
ST18931009-V19-48-page5.txt: [('-combined', 'combined')]
ST18931009-V19-48-page6.txt: [('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('-', ''), ('-', '')]
ST18931009-V19-48-page7.txt: [('-', ''), ('-', ''), ('-upon', 'upon'), ('-', '')]
ST18931009-V19-48-page8.txt: [('-', ''), ('con-', 'con'), ('-Lot', 'Lot'), ('-rabble', 'rabble'), ('-doubtless', 'doubtless'), ('-the', 'the'), ('-is', 'is'), ('ap-', 'ap'), ('-they', 'they'), ('.-', '.'), ('-', ''), ('-', '')]
ST18931009-V19-48-page9.txt: [('-American', 'American'), ('-KILLED.', 'KILLED.'), ('-states', 'states'), ('observedrelig-', 'observedrelig')]
ST18931016-V19-49-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'--", "'-")]
ST18931016-V19-49-page10.txt: [('Mc-', 'Mc')]
ST18931016-V19-49-page13.txt: [('ec-', 'ec'), ('---', '--')]
ST18931016-V19-49-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-thought', 'thought'), ('-', ''), ('-', ''), ('-', ''), ('mem-', 'mem'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('him.--', 'him.-'), ('-', ''), ('-', ''), ('con-', 'con'), ('re-', 're'), ('-', ''), ('.-', '.')]
ST18931016-V19-49-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-cent', 'cent'), ('-page', 'page'), ('-', ''), ('-', '')]
ST18931016-V19-49-page2.txt: [('-', ''), ('-', ''), ('anathe-', 'anathe'), ('-', '')]
ST18931016-V19-49-page3.txt: [('-', ''), ('-No', 'No'), ('-', ''), ('-', ''), ('be-', 'be')]
ST18931016-V19-49-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18931016-V19-49-page5.txt: [('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('under-', 'under'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18931016-V19-49-page6.txt: [('--New', '-New')]
ST18931016-V19-49-page7.txt: [('judg-', 'judg'), ('-', ''), ('-', '')]
ST18931016-V19-49-page8.txt: [('-', ''), ('-', '')]
ST18931016-V19-49-page9.txt: [('-', ''), ('-', '')]
ST18931023-V19-50-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18931023-V19-50-page10.txt: [('des-', 'des'), ('him-', 'him')]
ST18931023-V19-50-page11.txt: [('-', '')]
ST18931023-V19-50-page13.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-Id.', 'Id.'), ('-', ''), ('-', ''), ('-', '')]
ST18931023-V19-50-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('there.-', 'there.'), ('-cent', 'cent')]
ST18931023-V19-50-page15.txt: [('-The', 'The'), ('-Montreal', 'Montreal'), ('-The', 'The'), ('-Henry', 'Henry'), ('-The', 'The'), ('-At', 'At'), ('-The', 'The'), ('-', ''), ('-In', 'In'), ('-', ''), ('-', ''), ('-', ''), ('-Up', 'Up'), ('-From', 'From'), ('-While', 'While'), ('-', ''), ('-', ''), ('-It', 'It'), ('-', ''), ('-', ''), ('-It', 'It'), ('-The', 'The'), ('-It', 'It'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-Citizens', 'Citizens'), ('-The', 'The'), ('-In', 'In'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-Late', 'Late'), ('-The', 'The'), ('Movement-', 'Movement'), ('Intro-', 'Intro'), ('Closing-', 'Closing')]
ST18931023-V19-50-page16.txt: [('-page', 'page'), ('-Wesend', 'Wesend'), ('-Our', 'Our'), ('-THE', 'THE'), ('-The', 'The'), ('-Christian', 'Christian'), ('-', ''), ('-The', 'The'), ('-How', 'How'), ('-', ''), ('-An', 'An'), ('-Was', 'Was'), ('-Tobacco', 'Tobacco'), ('-A', 'A'), ('re-', 're'), ('-Trials-Field', 'Trials-Field'), ('-The', 'The'), ('-Abiding', 'Abiding'), ('-Sin', 'Sin'), ('-', ''), ('-', '')]
ST18931023-V19-50-page3.txt: [('-lis', 'lis'), ('work-', 'work')]
ST18931023-V19-50-page4.txt: [('-', ''), ('Hilde-', 'Hilde'), ('-brand', 'brand')]
ST18931023-V19-50-page5.txt: [('-', ''), ('mar-', 'mar')]
ST18931023-V19-50-page6.txt: [('clay-', 'clay'), ('-', '')]
ST18931023-V19-50-page8.txt: [('-', ''), ('Sunday-', 'Sunday'), ('com-', 'com'), ('-', ''), ('apos-', 'apos'), ('-', ''), ('-', '')]
ST18931106-V20-01-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('fullagearta-', 'fullagearta'), ('Toux-', 'Toux'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18931106-V20-01-page10.txt: [('-', ''), ('-is', 'is'), ('-', '')]
ST18931106-V20-01-page11.txt: [('-', ''), ('-Webster', 'Webster'), ('-besides', 'besides'), ('-studied', 'studied'), ('and"--', 'and"-')]
ST18931106-V20-01-page12.txt: [('-reason', 'reason'), ('con-', 'con'), ('-and', 'and')]
ST18931106-V20-01-page13.txt: [('---that', '--that'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('fellow-', 'fellow'), ('-Pacific', 'Pacific'), ('-', ''), ('-AND', 'AND'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('thirty-six-', 'thirty-six'), ('-inch', 'inch'), ('-inch.', 'inch.'), ('-', ''), ('-', ''), ('-', ''), ('-CO.', 'CO.')]
ST18931106-V20-01-page14.txt: [('-', ''), ('-', ''), ('en-', 'en'), ('-', '')]
ST18931106-V20-01-page15.txt: [('Pa-', 'Pa'), ('manufac-', 'manufac'), ('-', '')]
ST18931106-V20-01-page16.txt: [('-Neh.', 'Neh.'), ('-', ''), ('Verse-', 'Verse'), ('-', ''), ('-', ''), ('-Press', 'Press'), ('it."-', 'it."'), ('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18931106-V20-01-page17.txt: [('---Twelve', '--Twelve'), ('can-', 'can'), ('corn-', 'corn'), ('in-', 'in')]
ST18931106-V20-01-page18.txt: [('-We', 'We'), ('-page', 'page'), ('-', ''), ('-', ''), ('-A', 'A'), ('-Danger', 'Danger'), ('-Prayer-', 'Prayer-'), ('-Where', 'Where'), ('-Wait', 'Wait'), ('-Sufferings-Holiness-What', 'Sufferings-Holiness-What'), ('-An', 'An'), ('-"', '"'), ('"-', '"'), ('-South', 'South'), ('-Let', 'Let'), ('Unconverted-', 'Unconverted'), ('-Love', 'Love'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18931106-V20-01-page19.txt: [('-', ''), ('TREAT-', 'TREAT'), ('-', ''), ('-the', 'the'), ('earth.-', 'earth.'), ('Intro-', 'Intro'), ('-Appeal', 'Appeal'), ('SwASEY.-', 'SwASEY.'), ('Chromo-', 'Chromo')]
ST18931106-V20-01-page2.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mission-', 'Mission')]
ST18931106-V20-01-page20.txt: [('mem-', 'mem'), ('im-', 'im'), ('re-', 're')]
ST18931106-V20-01-page3.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Abad-', 'Abad'), ('-', ''), ('thee."-', 'thee."'), ('-', ''), ('-', ''), ('al--', 'al-'), ('-', ''), ('oth-', 'oth')]
ST18931106-V20-01-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('AI-', 'AI'), ('-', ''), ('-', '')]
ST18931106-V20-01-page5.txt: [('-terms', 'terms'), ('CON-', 'CON'), ('ES-', 'ES'), ('-', ''), ('-', ''), ('-', ''), ('-arts', 'arts'), ('public.-', 'public.'), ('Rome."-', 'Rome."'), ('-', '')]
ST18931106-V20-01-page6.txt: [('-', ''), ('-man', 'man'), ('-', ''), ('En-', 'En'), ('-', ''), ('-', ''), ('subject."-', 'subject."'), ('-', ''), ('so-', 'so'), ('-', ''), ('-', ''), ('-', '')]
ST18931106-V20-01-page7.txt: [('-you', 'you'), ('-in', 'in'), ('be-', 'be'), ('eat-', 'eat'), ('be-', 'be')]
ST18931106-V20-01-page8.txt: [('-', ''), ('-ciates', 'ciates'), ('-', ''), ('-heart', 'heart'), ('-which', 'which'), ('-hearts', 'hearts')]
ST18931106-V20-01-page9.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', '')]
ST18931113-V20-02-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('result--', 'result-'), ('righteous-', 'righteous'), ('un-', 'un')]
ST18931113-V20-02-page10.txt: [('Anglo-', 'Anglo'), ('-', ''), ('-IA.', 'IA.'), ('-', ''), ('-', '')]
ST18931113-V20-02-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18931113-V20-02-page12.txt: [('-', ''), ('-', '')]
ST18931113-V20-02-page13.txt: [('-', ''), ('-', ''), ('organized.-', 'organized.'), ('Society-', 'Society'), ('Society-', 'Society'), ('-North', 'North')]
ST18931113-V20-02-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-Containing', 'Containing'), ('-', '')]
ST18931113-V20-02-page16.txt: [('Sunday-', 'Sunday'), ('-', ''), ('-is', 'is'), ('legis-', 'legis'), ('-', ''), ('-', ''), ('Retain-', 'Retain'), ('-', ''), ('Responsibility-', 'Responsibility'), ('-', '')]
ST18931113-V20-02-page2.txt: [('-All', 'All'), ('-', ''), ('-Christ', 'Christ'), ('-', ''), ('-', ''), ('-', ''), ('-II', 'II')]
ST18931113-V20-02-page3.txt: [('-', ''), ('-', '')]
ST18931113-V20-02-page4.txt: [('CEN-', 'CEN'), ('CONSTI-', 'CONSTI'), ('-', ''), ('-', ''), ('ed-', 'ed'), ('-public', 'public'), ('-', '')]
ST18931113-V20-02-page5.txt: [('-', ''), ('of-', 'of'), ('-', '')]
ST18931113-V20-02-page6.txt: [('-', ''), ('Roman-', 'Roman')]
ST18931113-V20-02-page7.txt: [('signsindi-', 'signsindi'), ('-of', 'of'), ('-with', 'with'), ('Franco-', 'Franco'), ('Alsace-', 'Alsace'), ('re-', 're')]
ST18931113-V20-02-page8.txt: [('-Had', 'Had'), ('-', ''), ('-', '')]
ST18931113-V20-02-page9.txt: [('---', '--'), ('-', ''), ('-Rose', 'Rose'), ('-', '')]
ST18931120-V20-03-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('EXAL-', 'EXAL'), ('-', ''), ('exal-', 'exal')]
ST18931120-V20-03-page10.txt: [('-', ''), ('---', '--')]
ST18931120-V20-03-page11.txt: [('November-', 'November'), ('--', '-'), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('-', ''), ('-audience', 'audience'), ('-', ''), ('-', ''), ('-', '')]
ST18931120-V20-03-page12.txt: [('.-', '.'), ('-', ''), ('-them', 'them'), ('-the', 'the'), ('-island', 'island'), ('-in', 'in')]
ST18931120-V20-03-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18931120-V20-03-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-"', '"'), ('-', ''), ('-red', 'red'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('re-', 're')]
ST18931120-V20-03-page15.txt: [('-cent', 'cent')]
ST18931120-V20-03-page16.txt: [('-', ''), ('-page', 'page'), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', '')]
ST18931120-V20-03-page2.txt: [('-', ''), ('dos-', 'dos'), ('-', ''), ('de-', 'de'), ('-submission', 'submission'), ('-', ''), ('Rom.-', 'Rom.'), ('-', ''), ('-', ''), ('-', ''), ('So-', 'So'), ('-', ''), ('-', ''), ('-', '')]
ST18931120-V20-03-page4.txt: [('CEN-', 'CEN'), ('-', ''), ('-', ''), ('---the', '--the'), ('-', ''), ('-', '')]
ST18931120-V20-03-page5.txt: [('-of', 'of'), ('re-', 're'), ('-', ''), ('-is', 'is'), ('-', ''), ('-', ''), ('-but', 'but'), ('starv-', 'starv')]
ST18931120-V20-03-page6.txt: [('-and', 'and')]
ST18931120-V20-03-page7.txt: [('mistaken.-', 'mistaken.'), ('-', '')]
ST18931120-V20-03-page8.txt: [('-expressed', 'expressed'), ('Se-', 'Se'), ('-', ''), ('-there', 'there'), ('-on', 'on')]
ST18931120-V20-03-page9.txt: [("-which'", "which'"), ('-only', 'only'), ('cir-', 'cir'), ('-', ''), ('-Lightfoot', 'Lightfoot'), ('min-', 'min')]
ST18931127-V20-04-page1.txt: [('-', ''), ('dead."-', 'dead."')]
ST18931127-V20-04-page10.txt: [('-crowded', 'crowded'), ('-of', 'of'), ('-', ''), ('-Lake', 'Lake'), ('-', '')]
ST18931127-V20-04-page11.txt: [('-', ''), ('Mis-', 'Mis'), ('-', ''), ('-page', 'page'), ('-"', '"'), ('--.', '-.')]
ST18931127-V20-04-page12.txt: [('-', ''), ('-roadside', 'roadside'), ('-trip', 'trip'), ('-two', 'two'), ('-our', 'our'), ('in-', 'in'), ('-tending', 'tending'), ('-more', 'more'), ('-', ''), ('Minnesota-', 'Minnesota'), ('-the', 'the'), ("-the'", "the'"), ('-', '')]
ST18931127-V20-04-page13.txt: [('TIMES-', 'TIMES'), ('Full-', 'Full'), ('PHOTO-', 'PHOTO'), ('-', ''), ('-on', 'on'), ('-', '')]
ST18931127-V20-04-page14.txt: [('salva-', 'salva'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-reading', 'reading'), ('-Address', 'Address'), ('-', ''), ('-When', 'When'), ('-The', 'The'), ('-Jesus', 'Jesus'), ('-Neh.', 'Neh.'), ('-', ''), ('-The', 'The'), ('--', '-'), ('-Lesson', 'Lesson'), ('-', '')]
ST18931127-V20-04-page15.txt: [('-which', 'which'), ('forty-', 'forty'), ('--Late', '-Late'), ('-', '')]
ST18931127-V20-04-page16.txt: [('COM-', 'COM'), ('-', ''), ('inns-', 'inns'), ('-page', 'page'), ('-', ''), ('-', ''), ('In-', 'In'), ('-', ''), ('-', ''), ('-', '')]
ST18931127-V20-04-page2.txt: [('-', ''), ('gov-', 'gov'), ('partiality-', 'partiality'), ('-', ''), ('-', ''), ('-', ''), ('pro-', 'pro'), ('non-', 'non'), ('-', ''), ('-', ''), ('All-', 'All')]
ST18931127-V20-04-page3.txt: [('-', ''), ('-', ''), ('per-', 'per'), ('-', ''), ('-', '')]
ST18931127-V20-04-page4.txt: [('Ring-', 'Ring'), ('CEN-', 'CEN')]
ST18931127-V20-04-page5.txt: [('scar-', 'scar'), ('-verse', 'verse'), ('"-', '"'), ('-laws', 'laws'), ('-is', 'is'), ('-', ''), ('informa-', 'informa'), ('right-', 'right'), ('-', ''), ('-if', 'if'), ('pro-', 'pro'), ('comment-', 'comment'), ('-', ''), ('-', ''), ('-', '')]
ST18931127-V20-04-page6.txt: [('God-', 'God'), ('-', ''), ('-I.', 'I.')]
ST18931127-V20-04-page7.txt: [('-comprehended', 'comprehended'), ('-be', 'be'), ('-', '')]
ST18931127-V20-04-page8.txt: [('-', ''), ('-', ''), ('tax-', 'tax'), ('-', ''), ('-', ''), ('-illiterates', 'illiterates')]
ST18931127-V20-04-page9.txt: [('-', ''), ('-', ''), ('-every', 'every'), ('-', ''), ('-to', 'to'), ('regain-', 'regain'), ('-', '')]
ST18931204-V20-05-page1.txt: [('k-', 'k'), ('-', ''), ('-', ''), ('bod-', 'bod'), ('-', ''), ('-', '')]
ST18931204-V20-05-page10.txt: [('-', '')]
ST18931204-V20-05-page11.txt: [('-work', 'work'), ('-', '')]
ST18931204-V20-05-page12.txt: [('-', ''), ('-kindly', 'kindly'), ('-almost', 'almost')]
ST18931204-V20-05-page13.txt: [('.-', '.'), ('-volumes', 'volumes')]
ST18931204-V20-05-page14.txt: [('-', ''), ('-Neh.', 'Neh.'), ('-Yes', 'Yes'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18931204-V20-05-page15.txt: [('apprehen-', 'apprehen'), ('-', '')]
ST18931204-V20-05-page16.txt: [('-We', 'We'), ('-', ''), ('MIR-', 'MIR'), ('seventh-day-', 'seventh-day'), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('re-', 're'), ('-', '')]
ST18931204-V20-05-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-seemed', 'seemed')]
ST18931204-V20-05-page3.txt: [('-', ''), ('-three', 'three'), ('-', ''), ('-', ''), ('-Who', 'Who'), ('-', ''), ('-', '')]
ST18931204-V20-05-page4.txt: [('-', ''), ('-the', 'the'), ('-', '')]
ST18931204-V20-05-page5.txt: [('ever-', 'ever'), ('-', ''), ('-', ''), ('-fragments', 'fragments'), ('-a', 'a')]
ST18931204-V20-05-page6.txt: [('suc-', 'suc'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('PRE-', 'PRE'), ('SHEP-', 'SHEP'), ('FA-', 'FA')]
ST18931204-V20-05-page7.txt: [('-rim', 'rim'), ('-', ''), ('there-', 'there'), ('ater-', 'ater'), ('-nity', 'nity'), ('tender-', 'tender'), ('-', ''), ('-week.', 'week.'), ('-work', 'work')]
ST18931204-V20-05-page8.txt: [('-Guide', 'Guide'), ('-when', 'when'), ('-', ''), ('-NOT', 'NOT')]
ST18931204-V20-05-page9.txt: [('-you', 'you'), ('door--', 'door-'), ('-days', 'days'), ('-to', 'to')]
ST18931211-V20-06-page1.txt: [('-', ''), ('-in', 'in'), ('-Williams', 'Williams'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18931211-V20-06-page10.txt: [('-to', 'to'), ('-b-l-o-e-s', 'b-l-o-e-s')]
ST18931211-V20-06-page11.txt: [('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('-', '')]
ST18931211-V20-06-page12.txt: [('-not', 'not'), ('-Washburn', 'Washburn'), ('-Methodist', 'Methodist'), ('-', ''), ('min-', 'min')]
ST18931211-V20-06-page13.txt: [('-', ''), ('Mc-', 'Mc'), ('-page', 'page'), ('-', ''), ('Corner-', 'Corner'), ('Earth-', 'Earth'), ('Cleansing-', 'Cleansing'), ('-', ''), ('-', ''), ('-', '')]
ST18931211-V20-06-page14.txt: [('ex-', 'ex'), ('-fearing', 'fearing'), ('-minister', 'minister'), ('cele-', 'cele'), ('-', ''), ('-', ''), ('-cent', 'cent')]
ST18931211-V20-06-page15.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-flattery', 'flattery'), ('-', ''), ('-', '')]
ST18931211-V20-06-page16.txt: [('-', ''), ('-page', 'page')]
ST18931211-V20-06-page2.txt: [('-', ''), ('-Satan', 'Satan'), ('-', ''), ('-', ''), ('-the', 'the'), ('--the', '-the'), ('-', '')]
ST18931211-V20-06-page3.txt: [('-breaking', 'breaking'), ('assump-', 'assump')]
ST18931211-V20-06-page4.txt: [('-abomination', 'abomination'), ('-', ''), ('-', '')]
ST18931211-V20-06-page5.txt: [('stand-', 'stand'), ('-', ''), ('-', ''), ('-Whence', 'Whence')]
ST18931211-V20-06-page6.txt: [('-', ''), ('-to', 'to'), ('-', ''), ('-and', 'and'), ('-', '')]
ST18931211-V20-06-page7.txt: [('-', ''), ('-', ''), ('-same', 'same'), ('-', ''), ('-not', 'not'), ('-', ''), ('-He', 'He')]
ST18931211-V20-06-page8.txt: [('-troubled', 'troubled'), ('-', ''), ('-', '')]
ST18931211-V20-06-page9.txt: [('-', '')]
ST18931218-V20-07-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('coin-', 'coin'), ('-', ''), ('-', '')]
ST18931218-V20-07-page11.txt: [('-modeled', 'modeled'), ('-......mmm.', '......mmm.')]
ST18931218-V20-07-page12.txt: [('-steps', 'steps'), ('Confer-', 'Confer')]
ST18931218-V20-07-page13.txt: [('-page', 'page'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('PUB-', 'PUB')]
ST18931218-V20-07-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TEACHER.-', 'TEACHER.'), ('-', ''), ('-a', 'a'), ('-It', 'It'), ('-', ''), ('-', ''), ('-the', 'the'), ('-is', 'is'), ('-', '')]
ST18931218-V20-07-page15.txt: [('t-', 't'), ('O."-', 'O."'), ('-Rev.', 'Rev.'), ('-', '')]
ST18931218-V20-07-page16.txt: [("-Strong's", "Strong's"), ('-I', 'I'), ('Seventh-Day-', 'Seventh-Day'), ('-page', 'page'), ('-', ''), ('-We', 'We'), ('-', ''), ('-', '')]
ST18931218-V20-07-page2.txt: [('-organic', 'organic'), ('non-', 'non'), ('-', ''), ('prac-', 'prac')]
ST18931218-V20-07-page3.txt: [('-', ''), ('politics.-', 'politics.'), ('-', ''), ('-I..', 'I..'), ('-', ''), ('-', ''), ('sa.-', 'sa.')]
ST18931218-V20-07-page4.txt: [('-', ''), ('sev-', 'sev'), ('-enth', 'enth'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('--', '-'), ('-', ''), ('-the', 'the'), ('-greatest', 'greatest')]
ST18931218-V20-07-page5.txt: [('charac-', 'charac'), ('CEN-', 'CEN'), ('high-', 'high'), ('-', '')]
ST18931218-V20-07-page6.txt: [('re-', 're'), ('office-', 'office'), ('.-', '.'), ('.-', '.'), ('-', '')]
ST18931218-V20-07-page7.txt: [('conn-', 'conn'), ('-', ''), ('-of', 'of'), ('-', ''), ('-of', 'of'), ('en-', 'en')]
ST18931218-V20-07-page8.txt: [('PEO-', 'PEO'), ('-working', 'working'), ('-', '')]
ST18931218-V20-07-page9.txt: [('-', ''), ('January-', 'January'), ('-', ''), ('-', '')]
ST18931225-V20-08-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('acknowl-', 'acknowl')]
ST18931225-V20-08-page10.txt: [('the-', 'the'), ('-absurd', 'absurd'), ('-to', 'to'), ('-', ''), ('-', '')]
ST18931225-V20-08-page11.txt: [('-', ''), ('-', ''), ('-are', 'are'), ('Full-', 'Full'), ('PHOTO-', 'PHOTO')]
ST18931225-V20-08-page12.txt: [('-must', 'must'), ('-', ''), ('-', ''), ('-', '')]
ST18931225-V20-08-page13.txt: [('-', ''), ('-', ''), ('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('work.-', 'work.'), ('-It', 'It')]
ST18931225-V20-08-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('See-', 'See'), ('-', '')]
ST18931225-V20-08-page16.txt: [('-Sictsts', 'Sictsts'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18931225-V20-08-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-sinful."', 'sinful."'), ('-', ''), ('-', ''), ('-', '')]
ST18931225-V20-08-page3.txt: [('-refers', 'refers'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-week', 'week'), ('for-', 'for')]
ST18931225-V20-08-page4.txt: [('-', ''), ('-Yourself', 'Yourself'), ('CEN-', 'CEN'), ('-', ''), ('-', '')]
ST18931225-V20-08-page5.txt: [('-God', 'God'), ('-must', 'must'), ('ABSO-', 'ABSO'), ('CAN-', 'CAN'), ('-', ''), ('-', ''), ('prayer.-', 'prayer.'), ('Saracens.-', 'Saracens.')]
ST18931225-V20-08-page7.txt: [('-', ''), ('-upon', 'upon')]
ST18931225-V20-08-page8.txt: [('---the', '--the'), ('-', ''), ("-Christ's", "Christ's"), ('-no', 'no'), ('-laws.', 'laws.'), ('-', '')]
ST18931225-V20-08-page9.txt: [('-', '')]
ST18940101-V20-09-page1.txt: [('-', ''), ('-Saviour', 'Saviour'), ('-It', 'It'), ('-I.', 'I.'), ('-of.', 'of.'), ('-', ''), ('-', ''), ('beauti-', 'beauti'), ('-', ''), ('-appear', 'appear')]
ST18940101-V20-09-page10.txt: [('be-', 'be'), ('-us', 'us')]
ST18940101-V20-09-page11.txt: [('-yes', 'yes'), ('I--', 'I-'), ('-', ''), ('iv-', 'iv'), ('-', ''), ('-', ''), ('-', '')]
ST18940101-V20-09-page12.txt: [('undone-', 'undone'), ('-man', 'man'), ('-page', 'page'), ('-page', 'page'), ('meet-', 'meet'), ('pas-', 'pas'), ('Gen-', 'Gen')]
ST18940101-V20-09-page13.txt: [('-', ''), ('-Ch', 'Ch'), ('TERRI-', 'TERRI'), ('-', ''), ('-Nth.', 'Nth.'), ('-', ''), ('-', '')]
ST18940101-V20-09-page14.txt: [('-', ''), ('-Previous', 'Previous'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-not', 'not'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', '')]
ST18940101-V20-09-page15.txt: [('imprison-', 'imprison'), ('-', ''), ('Amer-', 'Amer'), ('k.-', 'k.'), ('peo-', 'peo'), ('-', ''), ('-', ''), ('-cent', 'cent')]
ST18940101-V20-09-page16.txt: [('Comments-', 'Comments'), ('Mid-', 'Mid'), ('-', ''), ('-', ''), ('THROUGH-', 'THROUGH'), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('Ameri-', 'Ameri'), ('-', '')]
ST18940101-V20-09-page2.txt: [('--', '-'), ('main-', 'main'), ('SUN-', 'SUN'), ('sun-', 'sun'), ('with-', 'with')]
ST18940101-V20-09-page3.txt: [('-', ''), ('-', ''), ('SAB-', 'SAB'), ('Sabbath-', 'Sabbath'), ('-', ''), ('-it', 'it'), ('-', '')]
ST18940101-V20-09-page4.txt: [('-of', 'of'), ('CEN-', 'CEN'), ('-', ''), ('-', ''), ('and-', 'and'), ('eminently-', 'eminently')]
ST18940101-V20-09-page5.txt: [('-the', 'the'), ('--', '-'), ('FER-', 'FER'), ('-in', 'in'), ('-', ''), ('-', '')]
ST18940101-V20-09-page6.txt: [('-', ''), ('-from', 'from'), ('-', ''), ('-It', 'It'), ('-', ''), ('-lezekiah', 'lezekiah'), ('will-', 'will')]
ST18940101-V20-09-page7.txt: [('.-', '.'), ('-', ''), ('-', '')]
ST18940101-V20-09-page8.txt: [('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-all', 'all'), ('-', ''), ('-', ''), ('-', '')]
ST18940101-V20-09-page9.txt: [('-', ''), ('-', ''), ('-of', 'of'), ('--', '-'), ('-', ''), ('-then', 'then')]
ST18940108-V20-10-page1.txt: [('-', ''), ('-', ''), ('-', '')]
ST18940108-V20-10-page10.txt: [('-', ''), ("'-", "'")]
ST18940108-V20-10-page11.txt: [("-day's", "day's"), ("--'", "-'"), ('-', ''), ('-', ''), ('-hearts', 'hearts'), ('-as', 'as'), ('-named', 'named'), ('-', '')]
ST18940108-V20-10-page12.txt: [('--', '-'), ('Al.-', 'Al.'), ('-', ''), ('-', ''), ('-', '')]
ST18940108-V20-10-page13.txt: [('-Nth.', 'Nth.'), ('-', ''), ('-"By', '"By'), ('-', '')]
ST18940108-V20-10-page14.txt: [('-', ''), ('empty.-', 'empty.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940108-V20-10-page15.txt: [('--A', '-A'), ('mem-', 'mem'), ('-', ''), ('-.', '.'), ('---A', '--A'), ('-', ''), ('-conflagration.', 'conflagration.'), ('-Rader', 'Rader'), ('-', ''), ('the-', 'the'), ('-', ''), ('-', ''), ('Agri-', 'Agri'), ('-cultural', 'cultural'), ('-.', '.'), ('-other', 'other'), ('-the', 'the'), ('-', '')]
ST18940108-V20-10-page16.txt: [('-..', '..'), ('-', ''), ('-', ''), ('-', ''), ('Les-', 'Les'), ('-it', 'it'), ('-.CHEERING', '.CHEERING'), ('-', ''), ('-', ''), ('-.a', '.a'), ('-', ''), ('...-', '...'), ('-', ''), ('-placed', 'placed'), ('-', ''), ('-', ''), ('rupturete-', 'rupturete'), ('-interested', 'interested'), ('-', ''), ('-', ''), ('op-', 'op'), ('se-', 'se'), ('t-', 't'), ('habit-', 'habit'), ("-'", "'"), ('e-', 'e'), ('-provitiOlis.are', 'provitiOlis.are'), ('-govern', 'govern'), ('-page', 'page'), ('the-', 'the'), ('--', '-'), ('any-', 'any'), ('-', ''), ('fol-', 'fol'), ('ir-', 'ir'), ('S-A-', 'S-A'), ('preiil-', 'preiil'), ('-', ''), ('sticOnd-', 'sticOnd'), ('-', ''), ('-', ''), ('dwell-', 'dwell'), ('-', ''), ('-', ''), ('-', '')]
ST18940108-V20-10-page2.txt: [('completeness.-', 'completeness.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"non-', '"non'), ('-', ''), ('-', ''), ('RELIG-', 'RELIG'), ('-', ''), ('-', '')]
ST18940108-V20-10-page3.txt: [('-', ''), ('Franco-', 'Franco'), ('as-', 'as')]
ST18940108-V20-10-page4.txt: [('CEN-', 'CEN'), ('-especially', 'especially'), ('re-', 're'), ('-', '')]
ST18940108-V20-10-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940108-V20-10-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940108-V20-10-page7.txt: [('-', ''), ('-to', 'to'), ('-a', 'a'), ('-', ''), ('-', ''), ('-', ''), ('-Neither', 'Neither'), ('everindi-', 'everindi')]
ST18940108-V20-10-page8.txt: [('-', ''), ('-', ''), ('-Mel.', 'Mel.'), ('-', ''), ('-', ''), ('--Selected.', '-Selected.'), ('-', ''), ('-', '')]
ST18940108-V20-10-page9.txt: [('-Dutch', 'Dutch'), ('read.-', 'read.'), ('-They', 'They'), ('-', '')]
ST18940115-V20-11-page1.txt: [('-', ''), ('-See', 'See'), ('-', ''), ('-', ''), ('-should', 'should'), ('is-crea-', 'is-crea'), ('-', '')]
ST18940115-V20-11-page10.txt: [('contrilm-', 'contrilm'), ('-', ''), ('-is', 'is'), ('Do-', 'Do'), ('Have-', 'Have'), ('..-', '..'), ('celebra-', 'celebra')]
ST18940115-V20-11-page11.txt: [('rapid-', 'rapid'), ('-that', 'that'), ('under-', 'under'), ('-', '')]
ST18940115-V20-11-page12.txt: [('-', ''), ('-year', 'year'), ('Maryland-', 'Maryland'), ('-', '')]
ST18940115-V20-11-page13.txt: [('-', ''), ('-page', 'page'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch')]
ST18940115-V20-11-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-"', '"'), ('-while', 'while'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-God', 'God'), ('-', '')]
ST18940115-V20-11-page15.txt: [('Prot-', 'Prot'), ('-people', 'people'), ('killed.-', 'killed.')]
ST18940115-V20-11-page16.txt: [('-We', 'We'), ('Soul-', 'Soul'), ('--Union', '-Union'), ('-', ''), ('--', '-'), ('-', ''), ('-page', 'page'), ('---Unselfish', '--Unselfish'), ('-', ''), ('-', ''), ('fin-', 'fin'), ('-', ''), ('-', ''), ('-', '')]
ST18940115-V20-11-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-', '')]
ST18940115-V20-11-page3.txt: [('-all.', 'all.'), ('be-', 'be'), ('CEN-', 'CEN'), ('-', ''), ('-and', 'and'), ('equalitythat-', 'equalitythat'), ('-the', 'the')]
ST18940115-V20-11-page4.txt: [('-', ''), ('-', ''), ('-and', 'and')]
ST18940115-V20-11-page5.txt: [('-', ''), ('gra-', 'gra'), ('scorn.-', 'scorn.'), ('-is', 'is'), ('-All', 'All'), ('-', ''), ('-as', 'as'), ('me-', 'me'), ('-', '')]
ST18940115-V20-11-page6.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('unrighteous-', 'unrighteous')]
ST18940115-V20-11-page7.txt: [('andcare-', 'andcare'), ('corn-', 'corn'), ('-', ''), ('-', ''), ('-his', 'his'), ('con-', 'con')]
ST18940115-V20-11-page8.txt: [('-', ''), ('any-', 'any'), ('-Mabel', 'Mabel'), ('-assistant', 'assistant')]
ST18940115-V20-11-page9.txt: [('-prayed', 'prayed'), ("-Mabel's", "Mabel's"), ('-healthy', 'healthy'), ('-', ''), ('-us', 'us'), ('-', ''), ('-Sabbath', 'Sabbath'), ('-being', 'being'), ('-the', 'the'), ('-to', 'to')]
ST18940122-V20-12-page1.txt: [('Sun-', 'Sun'), ('-see.', 'see.'), ('on-', 'on'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940122-V20-12-page10.txt: [('-prized', 'prized'), ('-him', 'him'), ('-be', 'be'), ('-again', 'again'), ('-or', 'or'), ('-she', 'she'), ('-', ''), ('confession-', 'confession'), ('-', ''), ('-I.', 'I.'), ('-', ''), ('-', ''), ('-', '')]
ST18940122-V20-12-page11.txt: [('de-', 'de'), ('-almighty', 'almighty'), ('-', ''), ('-go', 'go'), ('-', ''), ('wis-', 'wis')]
ST18940122-V20-12-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('places.-', 'places.'), ('saints."-', 'saints."'), ('-', ''), ('surround-', 'surround')]
ST18940122-V20-12-page13.txt: [('-York', 'York'), ('-cent', 'cent'), ('-Abram', 'Abram'), ('land.-', 'land.'), ('-Neh.', 'Neh.'), ('-', '')]
ST18940122-V20-12-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('womb.-', 'womb.'), ('-from', 'from'), ('-Kept', 'Kept'), ('-God', 'God'), ('-', ''), ('-', '')]
ST18940122-V20-12-page15.txt: [('-', ''), ('ob-', 'ob'), ('-', ''), ('-', ''), ('-', '')]
ST18940122-V20-12-page16.txt: [('the-', 'the'), ('-', ''), ('-', ''), ('-..--', '..--'), ('PROVE-', 'PROVE'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-Scripture', 'Scripture'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940122-V20-12-page2.txt: [('-a', 'a'), ('-the', 'the'), ('-he', 'he')]
ST18940122-V20-12-page3.txt: [('-', ''), ('-by', 'by'), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de')]
ST18940122-V20-12-page4.txt: [('-do', 'do'), ('-', ''), ('-While', 'While'), ('-', '')]
ST18940122-V20-12-page5.txt: [('CEN-', 'CEN'), ('-till', 'till'), ('-', ''), ('-Vt.', 'Vt.'), ('-', '')]
ST18940122-V20-12-page6.txt: [('-', ''), ('--Jerome', '-Jerome')]
ST18940122-V20-12-page7.txt: [('-', ''), ('-', '')]
ST18940122-V20-12-page8.txt: [('-reader', 'reader'), ('MEET-', 'MEET'), ('-', ''), ('no-', 'no')]
ST18940122-V20-12-page9.txt: [('improving.-', 'improving.'), ('-especially', 'especially'), ('-careful', 'careful'), ('-they', 'they'), ('that-', 'that'), ('-for', 'for'), ('-', ''), ('-', ''), ('.fifty-', '.fifty')]
ST18940129-V20-13-page1.txt: [('-', ''), ('-', ''), ('-', '')]
ST18940129-V20-13-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('Meth-', 'Meth'), ('-Chow.', 'Chow.')]
ST18940129-V20-13-page11.txt: [('of-', 'of'), ('-', ''), ('Cap-', 'Cap'), ('Kala.-', 'Kala.'), ('-of', 'of'), ('four-', 'four'), ('n-', 'n'), ('-nexation', 'nexation'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('PHOTO-', 'PHOTO'), ('-', ''), ('-', '')]
ST18940129-V20-13-page12.txt: [('-', ''), ('PI-', 'PI'), ('-', ''), ('-', ''), ('-', '')]
ST18940129-V20-13-page13.txt: [('-', ''), ('-Fin', 'Fin'), ('with-', 'with'), ('-Nch.', 'Nch.'), ('enlisted-', 'enlisted'), ('-Verse', 'Verse'), ('-', ''), ('-', ''), ('-', ''), ('TREAT-', 'TREAT'), ('-', '')]
ST18940129-V20-13-page14.txt: [('-God', 'God'), ('through-', 'through'), ('-', ''), ('-', ''), ('-No', 'No'), ('-the', 'the'), ('-', '')]
ST18940129-V20-13-page15.txt: [('--A', '-A'), ('-it', 'it')]
ST18940129-V20-13-page16.txt: [('-', ''), ('Fiehls.-', 'Fiehls.'), ('-', ''), ('-', ''), ('---', '--'), ('-page', 'page'), ('-', '')]
ST18940129-V20-13-page2.txt: [('--.true', '-.true'), ('hun-', 'hun'), ('-', '')]
ST18940129-V20-13-page3.txt: [('-is', 'is'), ('-a', 'a'), ('-', ''), ('-do', 'do')]
ST18940129-V20-13-page5.txt: [('-', '')]
ST18940129-V20-13-page6.txt: [('-', ''), ('CEN-', 'CEN'), ('-inhabitants', 'inhabitants'), ('Ro-', 'Ro')]
ST18940129-V20-13-page7.txt: [('-', ''), ('-', ''), ('-vision', 'vision'), ('-', ''), ('-of', 'of'), ('-first', 'first'), ('-', '')]
ST18940129-V20-13-page8.txt: [('-"And', '"And'), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940129-V20-13-page9.txt: [('---', '--'), ('-', ''), ('tetinotS-', 'tetinotS')]
ST18940205-V20-14-page1.txt: [('Christian.-', 'Christian.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940205-V20-14-page10.txt: [('kneeling-', 'kneeling'), ('-', '')]
ST18940205-V20-14-page11.txt: [('tooth-', 'tooth'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940205-V20-14-page12.txt: [('-requires', 'requires'), ('Con-', 'Con'), ('--', '-'), ('-', ''), ('But-', 'But'), ('-his', 'his'), ('-', '')]
ST18940205-V20-14-page13.txt: [('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-page', 'page'), ('-Nth.', 'Nth.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('tempts.-', 'tempts.')]
ST18940205-V20-14-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de')]
ST18940205-V20-14-page15.txt: [('-', ''), ('-"', '"'), ('glimp-', 'glimp')]
ST18940205-V20-14-page16.txt: [('-W', 'W'), ('-', ''), ("'I-", "'I"), ('-e', 'e'), ('-.', '.'), ('-', ''), ('-to', 'to'), ('-page', 'page'), ('-', ''), ('-', '')]
ST18940205-V20-14-page2.txt: [('-', ''), ('-', ''), ('-will', 'will'), ('-', '')]
ST18940205-V20-14-page3.txt: [('Cal-', 'Cal'), ('demon-', 'demon')]
ST18940205-V20-14-page4.txt: [('ori-', 'ori')]
ST18940205-V20-14-page5.txt: [('state-', 'state'), ('-', ''), ('-', ''), ('--heard', '-heard'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940205-V20-14-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-are', 'are'), ('de-', 'de'), ('-vised', 'vised'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-darkness', 'darkness'), ('-and', 'and'), ('-', ''), ('-', '')]
ST18940205-V20-14-page7.txt: [('BAB-', 'BAB'), ('-the', 'the')]
ST18940205-V20-14-page8.txt: [('-', ''), ('-order', 'order'), ('-', '')]
ST18940205-V20-14-page9.txt: [('-', ''), ('window-', 'window'), ('-', ''), ('-is', 'is')]
ST18940212-V20-15-page1.txt: [('-', ''), ('pro-', 'pro'), ('-your', 'your'), ('-', '')]
ST18940212-V20-15-page10.txt: [('-', ''), ('-been', 'been')]
ST18940212-V20-15-page11.txt: [('-', ''), ('-', ''), ('-"I', '"I'), ('-page', 'page')]
ST18940212-V20-15-page12.txt: [('-', ''), ('an-', 'an')]
ST18940212-V20-15-page13.txt: [('conse-', 'conse'), ('-', ''), ('Inter-', 'Inter'), ('-', ''), ('-Neh.', 'Neh.'), ('-es', 'es'), ('-', ''), ('to-', 'to'), ('-OF-', 'OF-'), ('-', '')]
ST18940212-V20-15-page14.txt: [('you.-', 'you.'), ('-', ''), ('-', ''), ('-the', 'the'), ('-is', 'is'), ('-By', 'By'), ('ETC.-', 'ETC.'), ('-It', 'It'), ('-', '')]
ST18940212-V20-15-page15.txt: [('--The', '-The')]
ST18940212-V20-15-page16.txt: [('-page', 'page'), ('-', ''), ('-', ''), ('Way--', 'Way-'), ('-', ''), ('-to', 'to')]
ST18940212-V20-15-page2.txt: [('All-', 'All'), ('re-', 're')]
ST18940212-V20-15-page3.txt: [('PUB-', 'PUB'), ('-regard.', 'regard.'), ('-', '')]
ST18940212-V20-15-page4.txt: [('har-', 'har'), ('-', '')]
ST18940212-V20-15-page5.txt: [('-', ''), ('-', ''), ('the-', 'the')]
ST18940212-V20-15-page6.txt: [('-', ''), ("-'", "'")]
ST18940212-V20-15-page7.txt: [('-', ''), ('ex-', 'ex'), ('Tennes-', 'Tennes'), ('-', ''), ('-', '')]
ST18940212-V20-15-page8.txt: [('-No', 'No'), ('-on', 'on'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sea-', 'sea'), ('afire-', 'afire'), ('see-', 'see'), ('me-', 'me'), ('-Clara', 'Clara'), ('-', '')]
ST18940212-V20-15-page9.txt: [('-aday', 'aday')]
ST18940219-V20-16-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940219-V20-16-page10.txt: [('butcurcriticismson"self-supporting"and"faithmis-', 'butcurcriticismson"self-supporting"and"faithmis'), ('-Persia', 'Persia'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940219-V20-16-page12.txt: [('the-', 'the'), ('-', ''), ('-', '')]
ST18940219-V20-16-page13.txt: [('RELIG-', 'RELIG'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Nell.', 'Nell.')]
ST18940219-V20-16-page14.txt: [('-contrary', 'contrary'), ('-', ''), ('-', '')]
ST18940219-V20-16-page15.txt: [('the-', 'the')]
ST18940219-V20-16-page16.txt: [('Ex-', 'Ex'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Only', 'Only'), ('-', ''), ('-The', 'The'), ('-', ''), ('-California', 'California'), ('--South', '-South'), ('-From', 'From'), ('-', ''), ('-Preaching', 'Preaching'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-page', 'page'), ('-', ''), ('-', '')]
ST18940219-V20-16-page2.txt: [('-', '')]
ST18940219-V20-16-page3.txt: [('sitteth-', 'sitteth')]
ST18940219-V20-16-page4.txt: [('-doctrine', 'doctrine'), ('-', ''), ('-inability', 'inability'), ('CEN-', 'CEN'), ('-', ''), ('-', ''), ('bias-', 'bias')]
ST18940219-V20-16-page5.txt: [('-', ''), ('re-', 're')]
ST18940219-V20-16-page6.txt: [('-', ''), ('-"Love', '"Love')]
ST18940219-V20-16-page7.txt: [('-church', 'church'), ('-citizens', 'citizens'), ('-', ''), ('-', ''), ('-', '')]
ST18940219-V20-16-page9.txt: [('-and', 'and'), ('--Journal.', '-Journal.'), ('-', '')]
ST18940226-V20-17-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-', '')]
ST18940226-V20-17-page10.txt: [('-prohibit', 'prohibit'), ('-', ''), ('-For', 'For'), ('-', '')]
ST18940226-V20-17-page11.txt: [('-mandarins', 'mandarins'), ('-do', 'do'), ('-', ''), ('-page', 'page'), ('Eden--', 'Eden-'), ('Tem-', 'Tem'), ('language-', 'language')]
ST18940226-V20-17-page12.txt: [('-to', 'to'), ('-', ''), ('-', ''), ('-in', 'in'), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the')]
ST18940226-V20-17-page13.txt: [('REC-', 'REC'), ('-Neh.', 'Neh.'), ('-', ''), ('keep-', 'keep'), ('Society-', 'Society'), ('Society-', 'Society'), ('mission-', 'mission'), ('-year', 'year'), ('done.-', 'done.'), ('-', '')]
ST18940226-V20-17-page14.txt: [('-', ''), ('-glorified', 'glorified'), ('-', ''), ('-', ''), ('-casting', 'casting'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-No', 'No'), ('-But', 'But')]
ST18940226-V20-17-page15.txt: [('-', ''), ('damage-', 'damage'), ('-Catholic', 'Catholic')]
ST18940226-V20-17-page16.txt: [('-', ''), ('-will', 'will'), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940226-V20-17-page2.txt: [('-', ''), ('-.', '.')]
ST18940226-V20-17-page3.txt: [('small-', 'small'), ('-est', 'est'), ('interpreta-', 'interpreta'), ('.-', '.'), ('-', ''), ('self-impor-', 'self-impor')]
ST18940226-V20-17-page4.txt: [('the-', 'the'), ('-', ''), ('-', ''), ('-Zeph.', 'Zeph.'), ('-', ''), ('--', '-'), ('-', '')]
ST18940226-V20-17-page5.txt: [('-', ''), ('-you', 'you'), ('CEN-', 'CEN'), ('pre-', 'pre'), ('-', '')]
ST18940226-V20-17-page6.txt: [('-who', 'who'), ('-', '')]
ST18940226-V20-17-page7.txt: [('Gen.-', 'Gen.'), ('-', ''), ('-deceit', 'deceit'), ('-', ''), ('-', ''), ('--', '-'), ('--"And', '-"And'), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940226-V20-17-page8.txt: [('in-', 'in'), ('-Sabbath', 'Sabbath'), ('-who', 'who'), ('ac-', 'ac'), ('-what', 'what'), ('-', '')]
ST18940226-V20-17-page9.txt: [('-', ''), ('-', ''), ('-au', 'au'), ('-', '')]
ST18940305-V20-18-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940305-V20-18-page10.txt: [('CEN-', 'CEN'), ('-So', 'So'), ('ES-', 'ES'), ('-Decided', 'Decided'), ('-', ''), ('D.D.-', 'D.D.')]
ST18940305-V20-18-page11.txt: [('-article', 'article'), ('-condemns', 'condemns'), ('stored.--', 'stored.-'), ('-', ''), ('-a', 'a'), ("would'-", "would'"), ('-', ''), ('-of', 'of')]
ST18940305-V20-18-page12.txt: [('-says', 'says'), ('Catholic-', 'Catholic'), ('-', ''), ('-to', 'to'), ('-the', 'the'), ('-cOndoning', 'cOndoning'), ('abur-', 'abur')]
ST18940305-V20-18-page13.txt: [('in-', 'in'), ('-and', 'and'), ('man-', 'man'), ('-our', 'our'), ('-', '')]
ST18940305-V20-18-page14.txt: [('intern-', 'intern'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-', '')]
ST18940305-V20-18-page15.txt: [('-', '')]
ST18940305-V20-18-page16.txt: [('-November', 'November'), ('-No.', 'No.'), ('-spiritual', 'spiritual'), ('RIP-', 'RIP'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com')]
ST18940305-V20-18-page2.txt: [('-advance', 'advance'), ('fol-', 'fol'), ('-', ''), ('-', ''), ('-', ''), ('Sah-', 'Sah')]
ST18940305-V20-18-page3.txt: [('au-', 'au'), ('-', ''), ('ques-', 'ques'), ('-II.', 'II.'), ('-Thousands', 'Thousands'), ('-her', 'her'), ('of-', 'of')]
ST18940305-V20-18-page4.txt: [('-', ''), ('under-', 'under'), ('-', ''), ("tr.komigne's-", "tr.komigne's")]
ST18940305-V20-18-page5.txt: [('-burned.', 'burned.'), ('-', ''), ('Amer-', 'Amer'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940305-V20-18-page6.txt: [('-', ''), ('Bit-', 'Bit'), ('-separation', 'separation')]
ST18940305-V20-18-page7.txt: [('-us', 'us'), ('-', ''), ('-just', 'just'), ('-', ''), ('IM-', 'IM'), ('con-', 'con'), ('Camp-', 'Camp')]
ST18940305-V20-18-page8.txt: [('-be', 'be'), ('-', ''), ('-been', 'been')]
ST18940305-V20-18-page9.txt: [('.-', '.'), ('-', ''), ('-', ''), ('-to', 'to')]
ST18940312-V20-19-page1.txt: [('-', ''), ('-See', 'See'), ('-the', 'the')]
ST18940312-V20-19-page10.txt: [('-', ''), ('-ton', 'ton'), ('-in', 'in'), ('-', ''), ('-', '')]
ST18940312-V20-19-page11.txt: [('-.', '.')]
ST18940312-V20-19-page12.txt: [('-', ''), ('-', ''), ('-own', 'own'), ('actu-', 'actu')]
ST18940312-V20-19-page13.txt: [('-Nell.', 'Nell.'), ('Con-', 'Con'), ('-', ''), ('-', ''), ('-', '')]
ST18940312-V20-19-page14.txt: [('-God', 'God'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Simply', 'Simply'), ('-He', 'He'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940312-V20-19-page15.txt: [('-', ''), ('Ben-', 'Ben'), ('-', '')]
ST18940312-V20-19-page16.txt: [('-', ''), ('-', ''), ('COMMAND-', 'COMMAND'), ('Sab-', 'Sab'), ('-', ''), ('FAITH-', 'FAITH'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940312-V20-19-page2.txt: [('prin-', 'prin'), ('-time', 'time')]
ST18940312-V20-19-page3.txt: [('-', '')]
ST18940312-V20-19-page4.txt: [('-numbers', 'numbers'), ('-his', 'his')]
ST18940312-V20-19-page5.txt: [('re-', 're'), ('-', '')]
ST18940312-V20-19-page6.txt: [('CEN-', 'CEN'), ('CON-', 'CON'), ('PRAC-', 'PRAC'), ('-Spain', 'Spain'), ('SELF-EXALTA-', 'SELF-EXALTA'), ('treat-', 'treat')]
ST18940312-V20-19-page7.txt: [('-', '')]
ST18940312-V20-19-page8.txt: [('prayer-', 'prayer'), ('sing-', 'sing'), ('-Christian', 'Christian'), ('-', ''), ('-', ''), ('-Yes', 'Yes')]
ST18940312-V20-19-page9.txt: [('-women', 'women')]
ST18940319-V20-20-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ("-conscience'", "conscience'"), ('-', ''), ('earnest-', 'earnest')]
ST18940319-V20-20-page10.txt: [('-snow', 'snow'), ('-', '')]
ST18940319-V20-20-page11.txt: [('-Missionary', 'Missionary'), ('Island.-', 'Island.'), ('-Maori', 'Maori'), ('-', ''), ('-', ''), ('Advent-', 'Advent')]
ST18940319-V20-20-page12.txt: [('-BY', 'BY'), ('law-', 'law'), ('-', ''), ('-to', 'to'), ('-Minneapolis', 'Minneapolis'), ('Occupa-', 'Occupa')]
ST18940319-V20-20-page13.txt: [('is-', 'is'), ('tit-', 'tit'), ('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TERRI-', 'TERRI'), ('-', '')]
ST18940319-V20-20-page14.txt: [('-Of', 'Of'), ('Peniel.-', 'Peniel.'), ('-', ''), ('-', ''), ('-his', 'his'), ('-', ''), ('hyp-', 'hyp')]
ST18940319-V20-20-page15.txt: [('-', ''), ('-treasure', 'treasure'), ('-', ''), ('-pray', 'pray'), ('-', ''), ('-Thalia', 'Thalia'), ('called-', 'called')]
ST18940319-V20-20-page16.txt: [('instruction-Corner.-', 'instruction-Corner.'), ('Questions-', 'Questions'), ('Conscience-', 'Conscience'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-three', 'three'), ('-', ''), ('-there', 'there'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940319-V20-20-page2.txt: [('-', ''), ('-', '')]
ST18940319-V20-20-page3.txt: [('-advance', 'advance'), ('gen-', 'gen'), ('-', ''), ('-', '')]
ST18940319-V20-20-page4.txt: [('-', ''), ('Stattit-', 'Stattit'), ('CEN-', 'CEN'), ('CON-', 'CON')]
ST18940319-V20-20-page5.txt: [('CHRIS-', 'CHRIS'), ('PRO-', 'PRO'), ('-', '')]
ST18940319-V20-20-page6.txt: [('-', ''), ('-preparatory', 'preparatory'), ('faith-', 'faith'), ('re-', 're'), ('aug-', 'aug')]
ST18940319-V20-20-page8.txt: [('-', ''), ('-do', 'do')]
ST18940319-V20-20-page9.txt: [('sa-', 'sa'), ('-', ''), ('"nor\'-', '"nor\''), ('-', ''), ('-day', 'day'), ('had-', 'had'), ('-And', 'And'), ('-and', 'and'), ('-no', 'no'), ('Rev.-', 'Rev.'), ('-', ''), ('infor-', 'infor')]
ST18940326-V20-21-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-old', 'old')]
ST18940326-V20-21-page10.txt: [('-of', 'of'), ('-b', 'b'), ('-', ''), ('--', '-')]
ST18940326-V20-21-page11.txt: [('-are', 'are'), ('-where', 'where'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940326-V20-21-page12.txt: [('proofreading-', 'proofreading'), ('-Froni', 'Froni'), ('-', '')]
ST18940326-V20-21-page13.txt: [('interesting-', 'interesting'), ('RELIG-', 'RELIG'), ('TERRI-', 'TERRI')]
ST18940326-V20-21-page14.txt: [('-Nell.', 'Nell.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-In', 'In'), ('-', ''), ('-is', 'is')]
ST18940326-V20-21-page15.txt: [('-', ''), ('-', ''), ('---The', '--The'), ('-', ''), ('Mc-', 'Mc'), ('---The', '--The')]
ST18940326-V20-21-page16.txt: [('No.-', 'No.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-When', 'When'), ('-', '')]
ST18940326-V20-21-page2.txt: [('-', '')]
ST18940326-V20-21-page3.txt: [('-', '')]
ST18940326-V20-21-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18940326-V20-21-page5.txt: [('of-', 'of'), ('-', ''), ('-that', 'that'), ('-', '')]
ST18940326-V20-21-page6.txt: [('Acts-', 'Acts'), ('-', ''), ('-', '')]
ST18940326-V20-21-page7.txt: [('CEN-', 'CEN'), ('-the', 'the'), ('-have', 'have'), ('LAWLESS-', 'LAWLESS')]
ST18940326-V20-21-page8.txt: [('-low', 'low'), ('corn-', 'corn'), ('HU-', 'HU'), ('MIS-', 'MIS'), ('GOV-', 'GOV'), ('-', '')]
ST18940326-V20-21-page9.txt: [('engraving-', 'engraving'), ('.-', '.'), ('-', ''), ('-', '')]
ST18940402-V20-22-page1.txt: [('---We', '--We'), ('-', ''), ('-', ''), ('-', ''), ('ques-', 'ques')]
ST18940402-V20-22-page10.txt: [('religion-', 'religion'), ('-', '')]
ST18940402-V20-22-page11.txt: [('-', ''), ('-', ''), ('-solemn', 'solemn'), ('R---', 'R--'), ('COM-', 'COM')]
ST18940402-V20-22-page12.txt: [('--', '-'), ('-', ''), ('-changed', 'changed'), ('min-', 'min')]
ST18940402-V20-22-page13.txt: [('-Neb.', 'Neb.'), ('TRACTS.-', 'TRACTS.'), ('-', ''), ('-', ''), ('pun-', 'pun'), ('-Looking', 'Looking'), ('-', ''), ('-', ''), ('TERRI-', 'TERRI')]
ST18940402-V20-22-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940402-V20-22-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940402-V20-22-page16.txt: [('-THE', 'THE'), ('Illustrations-', 'Illustrations'), ('-', ''), ('-', ''), ('Protestant-', 'Protestant'), ('-ism', 'ism'), ('-', ''), ("-Christ's", "Christ's"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Address--', 'Address-'), ('-', ''), ('-', ''), ('-', '')]
ST18940402-V20-22-page2.txt: [('-Sabbath', 'Sabbath'), ('-', ''), ('-', '')]
ST18940402-V20-22-page3.txt: [('-', ''), ('ev-', 'ev'), ('-', ''), ('-', ''), ('-Heater', 'Heater'), ('-matter', 'matter'), ('ac-', 'ac'), ('un-', 'un'), ('-', ''), ('-God', 'God'), ('en---', 'en--'), ('-', ''), ('-', ''), ('-', '')]
ST18940402-V20-22-page4.txt: [('mis.-', 'mis.'), ('-had', 'had'), ('-', ''), ('-', ''), ('-', ''), ('Medo-', 'Medo'), ('-', ''), ('expres-', 'expres')]
ST18940402-V20-22-page5.txt: [('-', ''), ('part.-', 'part.'), ('-', '')]
ST18940402-V20-22-page6.txt: [('earth-', 'earth'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-expressed', 'expressed'), ('-', '')]
ST18940402-V20-22-page7.txt: [('-', ''), ('-', ''), ('TEACH-', 'TEACH')]
ST18940402-V20-22-page8.txt: [('-', ''), ('-his', 'his'), ('-Here', 'Here'), ('-', ''), ('-and', 'and'), ('-', ''), ('I--', 'I-'), ('-Mass', 'Mass')]
ST18940402-V20-22-page9.txt: [('-his', 'his'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-So', 'So')]
ST18940409-V20-23-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-See', 'See'), ('-', ''), ('-answer', 'answer')]
ST18940409-V20-23-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('bul--', 'bul-'), ('-', ''), ('-be', 'be'), ('-the', 'the'), ('slave--', 'slave-')]
ST18940409-V20-23-page11.txt: [('stain-', 'stain'), ('treat-', 'treat'), ('-', ''), ('-believe', 'believe'), ('-', ''), ('-that', 'that'), ('-all', 'all'), ('-laws', 'laws'), ('place.-', 'place.'), ('-time', 'time'), ('-', ''), ('Con-', 'Con')]
ST18940409-V20-23-page12.txt: [('-and', 'and'), ('-more', 'more'), ('-in', 'in'), ('-', ''), ('-last', 'last'), ('Colo.-', 'Colo.'), ('-to', 'to'), ('-', ''), ('-', '')]
ST18940409-V20-23-page13.txt: [('reports-', 'reports'), ('pro-', 'pro'), ('-', ''), ('-', ''), ('-Nell.', 'Nell.'), ('-', ''), ('-', '')]
ST18940409-V20-23-page14.txt: [('-That', 'That'), ('Egyp-', 'Egyp'), ('-', ''), ('-', ''), ('-other', 'other'), ('-the', 'the'), ('-the', 'the'), ('-', ''), ('findexpressed-', 'findexpressed')]
ST18940409-V20-23-page15.txt: [('-', ''), ('--A', '-A'), ('anti-', 'anti'), ('-', ''), ('-the', 'the'), ('-Armenian', 'Armenian'), ('-', ''), ('--It', '-It'), ('foreigner-', 'foreigner'), ('-', '')]
ST18940409-V20-23-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-Reformation."', 'Reformation."'), ('-', ''), ('-price', 'price'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940409-V20-23-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ap-', 'ap'), ('N-', 'N'), ('---', '--'), ('--', '-'), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940409-V20-23-page3.txt: [('-on', 'on'), ('-arrogance', 'arrogance'), ('-God', 'God'), ('weapon-', 'weapon')]
ST18940409-V20-23-page4.txt: [('-invites', 'invites'), ('-that', 'that'), ('-Wouldyou-', 'Wouldyou-'), ('-', ''), ('-uplifted', 'uplifted'), ('-serpent', 'serpent'), ('they-', 'they'), ('CEN-', 'CEN'), ('-of', 'of')]
ST18940409-V20-23-page5.txt: [('impossible-', 'impossible'), ('-be', 'be'), ('-', ''), ('re-', 're'), ('-moved', 'moved'), ('-the', 'the'), ('di-', 'di'), ('-', ''), ('-most', 'most'), ('-', ''), ('sNoTa.-', 'sNoTa.'), ('-Roman', 'Roman')]
ST18940409-V20-23-page6.txt: [('-ES.', 'ES.'), ('-the', 'the'), ('-Pepin', 'Pepin'), ('-as', 'as'), ('-did', 'did'), ('-which', 'which'), ('-was', 'was'), ('-', ''), ('-world', 'world'), ('-', ''), ('-we', 'we'), ('-traffic', 'traffic'), ('--', '-'), ('-', ''), ('-more', 'more'), ('-does', 'does'), ('breth--', 'breth-'), ('-asked.to', 'asked.to'), ('-is', 'is'), ('-', '')]
ST18940409-V20-23-page7.txt: [('humble-', 'humble'), ('-eternity', 'eternity'), ('-The', 'The'), ('-', ''), ('-', ''), ('method--', 'method-'), ('-', ''), ('-', ''), ('-and', 'and'), ('-"', '"'), ('-', ''), ('es-', 'es')]
ST18940409-V20-23-page8.txt: [('liness-', 'liness'), ('-', ''), ('-silent.', 'silent.'), ('-', ''), ('-', ''), ('--se-en', '-se-en'), ('-that', 'that'), ('-', ''), ('-meet', 'meet'), ('opposite-', 'opposite'), ('-a', 'a')]
ST18940409-V20-23-page9.txt: [('-in', 'in'), ('-while', 'while'), ('-on', 'on'), ('des-', 'des'), ('-', ''), ('-a', 'a')]
ST18940416-V20-24-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940416-V20-24-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Thunder-', 'Thunder'), ('-Are', 'Are'), ('-but', 'but'), ('peo-', 'peo')]
ST18940416-V20-24-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940416-V20-24-page12.txt: [('-', ''), ('numbers-', 'numbers'), ('dis-', 'dis'), ('-', '')]
ST18940416-V20-24-page13.txt: [('-', ''), ('-Neh.', 'Neh.'), ('-', ''), ('re-', 're'), ('Righteous-', 'Righteous'), ('-', '')]
ST18940416-V20-24-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Not', 'Not')]
ST18940416-V20-24-page15.txt: [('-an', 'an'), ('--On', '-On'), ('-Utah', 'Utah'), ('.-', '.'), ('-home', 'home'), ('pre.-', 'pre.')]
ST18940416-V20-24-page16.txt: [('andbe-', 'andbe'), ('-', ''), ('-encompassing', 'encompassing'), ('Christ.-', 'Christ.'), ('-', ''), ('informa-', 'informa'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-b.', 'b.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940416-V20-24-page2.txt: [('-', ''), ('-', ''), ('-this', 'this'), ('-and', 'and'), ('-hearts', 'hearts'), ('-mixtures', 'mixtures')]
ST18940416-V20-24-page3.txt: [('-', ''), ('-', ''), ('.-', '.'), ('fur-', 'fur'), ('-was', 'was'), ('-', ''), ('-.', '.')]
ST18940416-V20-24-page4.txt: [('-', ''), ('-when', 'when'), ('-', ''), ('bound.-', 'bound.'), ('-', ''), ('-', ''), ('he--', 'he-')]
ST18940416-V20-24-page5.txt: [('TI-', 'TI'), ('N-', 'N'), ('-', ''), ('-believing', 'believing'), ('-by', 'by'), ('-', ''), ('-', ''), ('-doing', 'doing'), ('-', ''), ('-love', 'love')]
ST18940416-V20-24-page6.txt: [('-professed', 'professed'), ('-', ''), ('CEN-', 'CEN'), ('-by', 'by'), ('-Empire', 'Empire'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940416-V20-24-page7.txt: [('-', ''), ('Why-', 'Why'), ('-', ''), ('-', ''), ('-', ''), ('self-', 'self'), ('-', ''), ('-', ''), ('-', '')]
ST18940416-V20-24-page8.txt: [('P-', 'P'), ('supernaturally-', 'supernaturally'), ('Noah.-', 'Noah.'), ('perse-', 'perse'), ('-', ''), ('-', '')]
ST18940416-V20-24-page9.txt: [('-', ''), ('-herself', 'herself'), ('ages.--', 'ages.-'), ('-heart', 'heart'), ('-', '')]
ST18940423-V20-25-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Eph.', 'Eph.')]
ST18940423-V20-25-page10.txt: [('-', ''), ('Haute.-', 'Haute.')]
ST18940423-V20-25-page11.txt: [('-', ''), ('-pig', 'pig'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940423-V20-25-page12.txt: [('-of', 'of'), ('-', ''), ('-Switzerland', 'Switzerland'), ('the-', 'the'), ('-', ''), ('II-', 'II')]
ST18940423-V20-25-page13.txt: [('-inch', 'inch'), ('-page', 'page'), ('-', ''), ('-Neh.', 'Neh.'), ('-', '')]
ST18940423-V20-25-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-driving', 'driving')]
ST18940423-V20-25-page15.txt: [('The-', 'The'), ('em-', 'em'), ('--The', '-The')]
ST18940423-V20-25-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('--Speaking', '-Speaking'), ('-Our', 'Our'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('kylress--', 'kylress-')]
ST18940423-V20-25-page2.txt: [('-accepted', 'accepted'), ('-', ''), ('-Fountain', 'Fountain'), ('-grace', 'grace'), ('-', ''), ('-ways"', 'ways"'), ('-', ''), ('-', ''), ('-', '')]
ST18940423-V20-25-page3.txt: [('-is', 'is'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-that', 'that'), ('infor-', 'infor')]
ST18940423-V20-25-page4.txt: [('-exclaims', 'exclaims'), ('-Jesus.', 'Jesus.')]
ST18940423-V20-25-page5.txt: [('grit-', 'grit'), ('-', ''), ('CEN-', 'CEN'), ('-', '')]
ST18940423-V20-25-page6.txt: [('-', ''), ('TEM-', 'TEM'), ('-pass', 'pass'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940423-V20-25-page7.txt: [('right-', 'right'), ('-', ''), ('KEEP-', 'KEEP'), ('-', ''), ('-', ''), ('RE-', 'RE'), ('-', ''), ('narrow-', 'narrow')]
ST18940423-V20-25-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('Con-', 'Con'), ('-', ''), ('-', '')]
ST18940423-V20-25-page9.txt: [('-.pleasantly', '.pleasantly'), ('-there', 'there'), ('-"baby\'s', '"baby\'s'), ('-a', 'a'), ('-', ''), ('-', '')]
ST18940430-V20-26-page1.txt: [('-', ''), ('-faith', 'faith'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', '')]
ST18940430-V20-26-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940430-V20-26-page11.txt: [('-hair', 'hair'), ('auster-', 'auster'), ('-love."', 'love."'), ('-', ''), ('-fed', 'fed')]
ST18940430-V20-26-page12.txt: [('-', ''), ('-reading', 'reading'), ('nei-', 'nei'), ('-', ''), ('-and', 'and'), ('-not', 'not'), ('-', '')]
ST18940430-V20-26-page13.txt: [('immedi-', 'immedi'), ('-', ''), ('-', ''), ('-t', 't'), ('-', '')]
ST18940430-V20-26-page14.txt: [('-', ''), ('-These', 'These'), ('-', ''), ('-', ''), ('re-', 're'), ('-It', 'It')]
ST18940430-V20-26-page15.txt: [('-', ''), ('force-', 'force'), ('-', ''), ('exist-', 'exist')]
ST18940430-V20-26-page16.txt: [('-', ''), ('-', ''), ('-s', 's'), ('-', ''), ('-', ''), ('Son-', 'Son'), ('Cross-', 'Cross'), ('t-', 't'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940430-V20-26-page2.txt: [('and-', 'and'), ('-', ''), ('-', ''), ('-', ''), ('wit-', 'wit')]
ST18940430-V20-26-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Francisco', 'Francisco'), ('-', ''), ('-that', 'that'), ('pre-', 'pre'), ('s--', 's-'), ('-', ''), ('-', '')]
ST18940430-V20-26-page4.txt: [('-', ''), ('.-', '.')]
ST18940430-V20-26-page5.txt: [('-', ''), ('-"Open', '"Open'), ('concep-', 'concep'), ('-these', 'these'), ('-', ''), ('ex-', 'ex')]
ST18940430-V20-26-page6.txt: [('-', ''), ('-', ''), ('Medo-', 'Medo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940430-V20-26-page7.txt: [('-', ''), ('-will', 'will'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"DE-', '"DE')]
ST18940430-V20-26-page8.txt: [('-', ''), ('-', '')]
ST18940430-V20-26-page9.txt: [('gu-', 'gu'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('righteous-', 'righteous'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940507-V20-27-page1.txt: [('-', ''), ('-', ''), ('-to-theend', 'to-theend'), ('-', ''), ('-to', 'to')]
ST18940507-V20-27-page10.txt: [('rkI--l-', 'rkI--l'), ('thisconhec-', 'thisconhec'), ('Coin-', 'Coin'), ('-There', 'There')]
ST18940507-V20-27-page11.txt: [('-', ''), ('-sheep', 'sheep'), ('simi-', 'simi'), ('inhab-', 'inhab'), ('-', ''), ('-are', 'are'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940507-V20-27-page12.txt: [('-they', 'they'), ('-', ''), ('-we', 'we'), ('-', ''), ('there-', 'there'), ('-', ''), ('-progress', 'progress')]
ST18940507-V20-27-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Nei.', 'Nei.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('work-', 'work'), ('-', ''), ('TRACTS.-', 'TRACTS.')]
ST18940507-V20-27-page14.txt: [('TI-', 'TI'), ('now.-', 'now.'), ('-', ''), ('-He', 'He'), ('-', ''), ('-', ''), ('-', ''), ('-if', 'if'), ('-and', 'and'), ('eat--', 'eat-'), ('pro-', 'pro'), ('-', ''), ('-Through', 'Through')]
ST18940507-V20-27-page15.txt: [('-is', 'is'), ('-', ''), ('-"one', '"one'), ('-the', 'the'), ('en-', 'en'), ('-tailing', 'tailing'), ('Hold-', 'Hold')]
ST18940507-V20-27-page16.txt: [('-', ''), ('Ob-', 'Ob'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940507-V20-27-page2.txt: [('-', ''), ('peo-', 'peo'), ('-Another', 'Another'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"Chris-', '"Chris'), ('-', '')]
ST18940507-V20-27-page3.txt: [('-and', 'and'), ('-battle', 'battle'), ('-', ''), ('-they', 'they'), ('-fitful', 'fitful'), ('-', ''), ('-', '')]
ST18940507-V20-27-page4.txt: [("'riak---", "'riak--"), ('sidiNs-', 'sidiNs'), ('-', ''), ('-', ''), ('-THAT', 'THAT'), ('-is', 'is'), ('-for', 'for'), ('un-', 'un')]
ST18940507-V20-27-page5.txt: [('TX-', 'TX'), ('-', ''), ('-', ''), ('-the', 'the'), ('-the', 'the'), ('-upon', 'upon'), ('-to', 'to'), ('-', ''), ('-fact', 'fact'), ('-', '')]
ST18940507-V20-27-page6.txt: [('-own', 'own'), ('-glance', 'glance'), ('-and', 'and'), ('-', ''), ('-', ''), ('-To', 'To'), ('-we', 'we'), ('-', ''), ('-hand', 'hand'), ('-', ''), ('-the', 'the'), ('pro-', 'pro'), ('-found', 'found'), ("a'fol-", "a'fol"), ('En-', 'En')]
ST18940507-V20-27-page7.txt: [('-', ''), ('-', ''), ('God-', 'God'), ('-', ''), ('ex-', 'ex'), ('-alt', 'alt'), ('clearly.-', 'clearly.'), ('-', ''), ('"doc-', '"doc'), ('-', ''), ('tern-', 'tern'), ('-and', 'and'), ('-', ''), ('-longing', 'longing'), ('their-', 'their')]
ST18940507-V20-27-page8.txt: [('-', ''), ('-', ''), ('-for.', 'for.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-have', 'have'), ('gen-', 'gen'), ('-', '')]
ST18940507-V20-27-page9.txt: [('-know', 'know'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940514-V20-28-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-See', 'See'), ('-admit', 'admit'), ('utter-', 'utter')]
ST18940514-V20-28-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-missionary', 'missionary'), ('-Inland', 'Inland')]
ST18940514-V20-28-page11.txt: [('-', ''), ('-', ''), ('-whether', 'whether'), ('-', ''), ('--', '-')]
ST18940514-V20-28-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"-', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940514-V20-28-page13.txt: [('-.Neh.', '.Neh.'), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-those', 'those'), ('-', '')]
ST18940514-V20-28-page14.txt: [('-translated', 'translated'), ('-', ''), ('-', ''), ('-', ''), ('-Commit', 'Commit')]
ST18940514-V20-28-page15.txt: [('--Thirteen', '-Thirteen')]
ST18940514-V20-28-page16.txt: [('-', ''), ('-', ''), ('-When', 'When'), ('-', ''), ('--Sympathy', '-Sympathy'), ('-', ''), ('-', ''), ('-page', 'page'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('taw-', 'taw'), ('-s.', 's.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940514-V20-28-page2.txt: [('Q.-', 'Q.'), ('Q.-', 'Q.'), ('-The', 'The'), ('Q.-', 'Q.'), ('Q.-', 'Q.'), ('-', ''), ('-', ''), ('-her', 'her')]
ST18940514-V20-28-page3.txt: [('-', ''), ('-him', 'him'), ('-', '')]
ST18940514-V20-28-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-shall', 'shall'), ('-', '')]
ST18940514-V20-28-page5.txt: [('inconsider-', 'inconsider'), ('-', ''), ('in-', 'in'), ('-', ''), ('won-', 'won')]
ST18940514-V20-28-page6.txt: [('-the', 'the'), ('-', ''), ('im-', 'im')]
ST18940514-V20-28-page7.txt: [('prin-', 'prin'), ('-', ''), ('-', ''), ('num-', 'num'), ('-of', 'of'), ('fra-', 'fra'), ('-', '')]
ST18940514-V20-28-page8.txt: [('-until', 'until'), ('-all', 'all'), ('-gentleness', 'gentleness'), ('"andthey-', '"andthey'), ('-', ''), ('everything-', 'everything'), ('-expressed', 'expressed'), ('-stayed', 'stayed'), ('-of', 'of'), ('-', ''), ('-', ''), ('-That', 'That'), ('-Take', 'Take'), ('-a', 'a'), ('-', ''), ('-', '')]
ST18940514-V20-28-page9.txt: [('-ambition', 'ambition'), ('-', ''), ('Knowl-', 'Knowl'), ('-phantly', 'phantly'), ('-as', 'as'), ('-makes', 'makes'), ('-up', 'up'), ('strug.-', 'strug.'), ('willper-', 'willper'), ('-dang', 'dang'), ('-per', 'per'), ('-boy', 'boy'), ("-bit.'", "bit.'"), ('met-', 'met'), ('-', ''), ("-Wouldn't", "Wouldn't"), ('-IleaVenly-FatImer', 'IleaVenly-FatImer'), ('up-', 'up'), ('-', ''), ('-"dute', '"dute'), ('-was', 'was'), ('-', ''), ('-', ''), ('-time', 'time'), ('-the', 'the'), ('-Sammy-', 'Sammy-')]
ST18940528-V20-29-page1.txt: [('-in', 'in'), ('-r.', 'r.'), ('greatplutoc-', 'greatplutoc'), ('-', ''), ('-', ''), ('-', ''), ('-than', 'than')]
ST18940528-V20-29-page10.txt: [('-which', 'which'), ('-and', 'and'), ('wor-', 'wor')]
ST18940528-V20-29-page11.txt: [('me-', 'me'), ('enterprises.--', 'enterprises.-'), ('-which', 'which'), ('-year', 'year')]
ST18940528-V20-29-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-our', 'our'), ('-served', 'served'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940528-V20-29-page13.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-night', 'night'), ('-', ''), ('-', ''), ('-', ''), ('-Book', 'Book'), ('Full-', 'Full'), ('PHOTO-', 'PHOTO'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Inch', 'Inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940528-V20-29-page14.txt: [('of-', 'of'), ('-I.', 'I.'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-In', 'In'), ('-', ''), ('-', ''), ('-Not', 'Not'), ('-the', 'the'), ('-', ''), ('-', '')]
ST18940528-V20-29-page15.txt: [('-had', 'had'), ('-', ''), ('-', ''), ('-', ''), ('-But', 'But'), ('-Williams', 'Williams'), ('-', ''), ('-', ''), ('-', ''), ('-Vienna', 'Vienna')]
ST18940528-V20-29-page16.txt: [('-When', 'When'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-were', 'were'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-nnday.', 'nnday.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940528-V20-29-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('history--', 'history-'), ('-', ''), ('-shall', 'shall'), ('.-', '.')]
ST18940528-V20-29-page3.txt: [('pro-', 'pro'), ('-', ''), ('de-', 'de')]
ST18940528-V20-29-page4.txt: [('-', '')]
ST18940528-V20-29-page5.txt: [('-interpreters', 'interpreters'), ('-', ''), ('-Catholic', 'Catholic'), ('-', ''), ('-', ''), ('-', '')]
ST18940528-V20-29-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('againstthem-', 'againstthem'), ('-', ''), ('-', ''), ('-', ''), ('should--', 'should-'), ('-for', 'for'), ('-', ''), ('al-', 'al')]
ST18940528-V20-29-page7.txt: [('-the', 'the'), ('sev-', 'sev')]
ST18940528-V20-29-page8.txt: [('-', ''), ('-', ''), ('-others', 'others'), ('-', ''), ('-', '')]
ST18940528-V20-29-page9.txt: [('-new', 'new'), ('despera-', 'despera'), ('-..--', '..--'), ('Good-morn-', 'Good-morn'), ('-', ''), ('pleas-', 'pleas')]
ST18940604-V20-30-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940604-V20-30-page10.txt: [('-diphtheria', 'diphtheria'), ('-As', 'As'), ('-', '')]
ST18940604-V20-30-page11.txt: [('TI-', 'TI'), ('"abomi-', '"abomi'), ('-', ''), ('-', ''), ('coin-', 'coin'), ('-', ''), ('Span-', 'Span'), ('-', ''), ('-which', 'which'), ('vic-', 'vic'), ('Argen-', 'Argen'), ('pro-', 'pro'), ('-laws', 'laws'), ('faith-', 'faith')]
ST18940604-V20-30-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('even-', 'even'), ('-', '')]
ST18940604-V20-30-page13.txt: [('-', ''), ('-', ''), ('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940604-V20-30-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('gos-', 'gos'), ('king-', 'king'), ('book.-', 'book.'), ('-', '')]
ST18940604-V20-30-page15.txt: [('-', ''), ('disciplined.-', 'disciplined.')]
ST18940604-V20-30-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('our-', 'our'), ('mean-', 'mean'), ('-occasion', 'occasion'), ('-I.-', 'I.-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940604-V20-30-page2.txt: [('-', ''), ('-.', '.'), ('-', ''), ('-', '')]
ST18940604-V20-30-page3.txt: [('-small', 'small'), ('-', ''), ('-', '')]
ST18940604-V20-30-page4.txt: [('-', ''), ('-', ''), ('-can', 'can'), ('-', ''), ('gm-', 'gm')]
ST18940604-V20-30-page5.txt: [('question.-', 'question.'), ('.-', '.'), ('ren-', 'ren'), ('di-', 'di'), ('-us.', 'us.'), ('-a', 'a'), ('-considered', 'considered'), ('-any', 'any'), ('-', '')]
ST18940604-V20-30-page6.txt: [('obedience."-', 'obedience."'), ('-', ''), ('-Homilies.', 'Homilies.')]
ST18940604-V20-30-page7.txt: [('-', ''), ('-last', 'last'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('corn-', 'corn'), ('-', ''), ('--', '-'), ('-', '')]
ST18940604-V20-30-page8.txt: [('-', ''), ('-', ''), ('-table.', 'table.'), ('some--', 'some-')]
ST18940604-V20-30-page9.txt: [('person.-', 'person.'), ('-Lord."', 'Lord."'), ('-deliVered', 'deliVered'), ('-', ''), ('-he.', 'he.'), ('-found', 'found'), ('-', ''), ('in-', 'in'), ('-', ''), ('men-', 'men'), ('-little', 'little'), ('the-', 'the'), ('-hugely', 'hugely'), ('-to', 'to'), ('-classes.', 'classes.'), ('-', ''), ('-', ''), ('-silver', 'silver'), ('-', ''), ('-', ''), ('-housewives', 'housewives'), ('.-', '.'), ('-', '')]
ST18940611-V20-31-page1.txt: [('tri-', 'tri'), ('-urnph', 'urnph'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940611-V20-31-page10.txt: [('-French', 'French'), ('dishonesty-', 'dishonesty'), ('-she', 'she'), ('-', ''), ('-the', 'the')]
ST18940611-V20-31-page11.txt: [('-', ''), ('-', ''), ('-sanguinary', 'sanguinary'), ('-', ''), ('country-', 'country'), ('lb-', 'lb'), ('-', '')]
ST18940611-V20-31-page12.txt: [('-', ''), ('-of', 'of'), ('-by', 'by'), ('school--', 'school-'), ('-has.', 'has.'), ('placed-', 'placed'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', '')]
ST18940611-V20-31-page13.txt: [('-', ''), ('-', ''), ('-word', 'word'), ('-page', 'page'), ('-page', 'page'), ('TERRI-', 'TERRI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-East', 'East')]
ST18940611-V20-31-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940611-V20-31-page15.txt: [('-', ''), ('-', '')]
ST18940611-V20-31-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-s', 's'), ('living-', 'living'), ('-', ''), ('-We', 'We'), ('-', ''), ('-Mexico', 'Mexico'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940611-V20-31-page2.txt: [('-', ''), ('-', ''), ('ex-', 'ex'), ('-never', 'never')]
ST18940611-V20-31-page3.txt: [('-I.', 'I.'), ('-.', '.')]
ST18940611-V20-31-page4.txt: [('fol-', 'fol'), ('-', ''), ('-', ''), ('-', ''), ('-full', 'full'), ('respon-', 'respon'), ('excommunicated.-', 'excommunicated.'), ('-', ''), ('-', '')]
ST18940611-V20-31-page5.txt: [('-', ''), ('-', '')]
ST18940611-V20-31-page6.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940611-V20-31-page7.txt: [('--', '-'), ('-', ''), ('-says', 'says'), ('-', '')]
ST18940611-V20-31-page8.txt: [('-', ''), ('-as', 'as'), ('.-', '.'), ('-', ''), ('N-', 'N'), ('-.', '.'), ('self-rent-Ill-', 'self-rent-Ill'), ('-church', 'church'), ('Tay-', 'Tay'), ('-', '')]
ST18940611-V20-31-page9.txt: [('TI-', 'TI'), ('-ceaah.', 'ceaah.'), ('-', ''), ('dis-', 'dis'), ('-', ''), ('-', '')]
ST18940618-V20-32-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940618-V20-32-page10.txt: [('-have', 'have'), ('-or', 'or'), ('-have', 'have'), ('-who', 'who'), ('re-', 're'), ('-gard', 'gard'), ('-', '')]
ST18940618-V20-32-page11.txt: [('-of', 'of'), ('-', ''), ('-year', 'year')]
ST18940618-V20-32-page12.txt: [('lit-', 'lit'), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', '')]
ST18940618-V20-32-page13.txt: [('-.Neh.', '.Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TRACTS.-', 'TRACTS.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940618-V20-32-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-that', 'that'), ('-i', 'i'), ('-', ''), ('-Because', 'Because'), ('-', ''), ('-', '')]
ST18940618-V20-32-page15.txt: [('--It', '-It'), ('--This', '-This'), ('-Uniontown', 'Uniontown')]
ST18940618-V20-32-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940618-V20-32-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('be--', 'be-'), ('wholepur-', 'wholepur'), ('ex-', 'ex')]
ST18940618-V20-32-page3.txt: [('OBSERV-', 'OBSERV'), ('-to', 'to'), ('theminexhausti-', 'theminexhausti'), ('-leaf', 'leaf'), ('-and', 'and')]
ST18940618-V20-32-page4.txt: [('-Yet', 'Yet'), ('-', ''), ('-hapunity.', 'hapunity.'), ('through-', 'through'), ('-that', 'that')]
ST18940618-V20-32-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940618-V20-32-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18940618-V20-32-page7.txt: [('-woe', 'woe'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('hisgos-', 'hisgos')]
ST18940618-V20-32-page8.txt: [('-', ''), ('-of', 'of'), ('-a', 'a'), ('-', '')]
ST18940618-V20-32-page9.txt: [('takine-', 'takine'), ('--', '-')]
ST18940625-V20-33-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-See', 'See'), ('-', ''), ('-', ''), ('-', '')]
ST18940625-V20-33-page10.txt: [('Tau-', 'Tau'), ('-for', 'for'), ('-', ''), ('-', ''), ('N.-', 'N.')]
ST18940625-V20-33-page11.txt: [('-is', 'is'), ('to.do.-', 'to.do.'), ('--OF', '-OF'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('Full-', 'Full'), ('PHOTO-', 'PHOTO')]
ST18940625-V20-33-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-do', 'do'), ('-less', 'less'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940625-V20-33-page13.txt: [('-', ''), ('depart-', 'depart'), ('-', ''), ('-page', 'page'), ('-Neh.', 'Neh.'), ('-', ''), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('-Lord', 'Lord'), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-', '')]
ST18940625-V20-33-page14.txt: [('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('tak-', 'tak'), ('-', ''), ('-', ''), ('Eden---', 'Eden--'), ('-the', 'the')]
ST18940625-V20-33-page15.txt: [('--On', '-On'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940625-V20-33-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940625-V20-33-page2.txt: [('"-', '"'), ('-', ''), ('poor.-', 'poor.')]
ST18940625-V20-33-page3.txt: [('-have', 'have'), ('largesup-', 'largesup'), ('-', ''), ('them-', 'them'), ('coin-', 'coin'), ('-of', 'of')]
ST18940625-V20-33-page4.txt: [('-perfect', 'perfect'), ('govern-', 'govern'), ('-desertion', 'desertion'), ('to-day.--', 'to-day.-'), ('-', ''), ('del-', 'del'), ('-', ''), ('-', '')]
ST18940625-V20-33-page5.txt: [('-', ''), ('--if', '-if'), ('-', ''), ('-', '')]
ST18940625-V20-33-page6.txt: [('exist-', 'exist')]
ST18940625-V20-33-page7.txt: [('-of', 'of'), ('-', '')]
ST18940625-V20-33-page8.txt: [('-', ''), ('-a', 'a'), ('ap-', 'ap'), ('-', ''), ('-Mollie', 'Mollie'), ('-ladies', 'ladies')]
ST18940625-V20-33-page9.txt: [('.-', '.'), ('-', ''), ('-some', 'some'), ('-and', 'and'), ('and-', 'and'), ('-red', 'red'), ('-whole', 'whole'), ('-so', 'so')]
ST18940702-V20-34-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-See', 'See'), ('-in', 'in'), ('-strikes', 'strikes'), ('-Keystone', 'Keystone'), ('-beseech', 'beseech'), ('-', '')]
ST18940702-V20-34-page10.txt: [('-', ''), ('-in', 'in')]
ST18940702-V20-34-page11.txt: [('AFGHAN-', 'AFGHAN'), ('Eu-', 'Eu'), ('-ropean', 'ropean'), ('mis-', 'mis'), ('-', ''), ('kingdom--', 'kingdom-'), ('------', '-----'), ('-s.', 's.'), ('-.', '.'), ("-'-'", "'-'"), ('.-', '.'), ('-', ''), ('rag-', 'rag')]
ST18940702-V20-34-page12.txt: [("--Ram's", "-Ram's"), ('-page', 'page'), ('Treas-', 'Treas'), ('-urer', 'urer'), ('hunt-', 'hunt')]
ST18940702-V20-34-page13.txt: [('-Nth.', 'Nth.'), ('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940702-V20-34-page14.txt: [('-They', 'They'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"Take', '"Take'), ('-Consider', 'Consider'), ('thrown.--', 'thrown.-'), ('work.--', 'work.-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940702-V20-34-page15.txt: [('TERRI-', 'TERRI')]
ST18940702-V20-34-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('...-', '...'), ('-', '')]
ST18940702-V20-34-page5.txt: [('-', ''), ('SUNDAY.-', 'SUNDAY.'), ('PROCLA-', 'PROCLA'), ('subjects.-', 'subjects.'), ('-', ''), ('-the', 'the')]
ST18940702-V20-34-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-such', 'such'), ('-', ''), ('-', ''), ('-', ''), ('-grace', 'grace'), ('-It', 'It'), ('-cry', 'cry')]
ST18940702-V20-34-page7.txt: [('-we', 'we')]
ST18940702-V20-34-page9.txt: [('-', ''), ('hand-', 'hand'), ('menac-', 'menac'), ('-', ''), ('-', '')]
ST18940709-V20-35-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sab-', 'Sab')]
ST18940709-V20-35-page10.txt: [('-', ''), ('-however', 'however')]
ST18940709-V20-35-page11.txt: [('-of', 'of'), ('Coast-', 'Coast'), ('Kongo-', 'Kongo'), ('-they', 'they'), ('-', ''), ('-Se', 'Se'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('N.r.-', 'N.r.')]
ST18940709-V20-35-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940709-V20-35-page13.txt: [('-Church', 'Church'), ('-Nth.', 'Nth.'), ('-', ''), ('-', ''), ('Ver-', 'Ver'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TOUR-', 'TOUR'), ('-OP', 'OP'), ('THE-', 'THE')]
ST18940709-V20-35-page14.txt: [('-', ''), ('-', ''), ('-Pilate', 'Pilate'), ('-', ''), ('--Discern', '-Discern'), ('Vincent.-', 'Vincent.'), ('-', ''), ('-', ''), ('COM-', 'COM'), ('-', ''), ('-Address', 'Address')]
ST18940709-V20-35-page15.txt: [('-', ''), ('-', '')]
ST18940709-V20-35-page16.txt: [('-', ''), ('Question.-', 'Question.'), ('-', ''), ('-evil.', 'evil.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940709-V20-35-page2.txt: [('--', '-'), ('enticing-', 'enticing'), ('-.', '.')]
ST18940709-V20-35-page3.txt: [('-in', 'in'), ('-', ''), ('-', '')]
ST18940709-V20-35-page4.txt: [('-and', 'and'), ('-and', 'and')]
ST18940709-V20-35-page5.txt: [('-', ''), ('-with', 'with'), ('-', ''), ('men-', 'men')]
ST18940709-V20-35-page6.txt: [('-', ''), ('-', ''), ('Ver-', 'Ver')]
ST18940709-V20-35-page7.txt: [('-', ''), ('pre.-', 'pre.'), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940709-V20-35-page8.txt: [('ele-', 'ele'), ('-', ''), ('-This', 'This'), ('-', ''), ('-', ''), ('-and', 'and'), ('con-', 'con'), ('-', '')]
ST18940709-V20-35-page9.txt: [('-The', 'The'), ('-to', 'to')]
ST18940716-V20-36-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Labor', 'Labor'), ('-and', 'and'), ('-', '')]
ST18940716-V20-36-page10.txt: [('-', ''), ('-', '')]
ST18940716-V20-36-page11.txt: [('-to', 'to'), ('-', ''), ('Den-', 'Den'), ('administra-', 'administra'), ('-elected', 'elected'), ('-which', 'which'), ('-', '')]
ST18940716-V20-36-page12.txt: [('-', ''), ('-', ''), ('-what', 'what'), ('-', ''), ('-', '')]
ST18940716-V20-36-page13.txt: [('-', ''), ('-to', 'to'), ('Ap-', 'Ap'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Neh.', 'Neh.'), ('-', ''), ('TERRI-', 'TERRI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TRACTS.-', 'TRACTS.'), ('-', ''), ('-', ''), ('-', '')]
ST18940716-V20-36-page14.txt: [('-they', 'they'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Full-', 'Full'), ('PHOTO-', 'PHOTO'), ('-a', 'a')]
ST18940716-V20-36-page15.txt: [('--An', '-An'), ('Cal-', 'Cal')]
ST18940716-V20-36-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"en-', '"en'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940716-V20-36-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-or', 'or')]
ST18940716-V20-36-page3.txt: [('-', ''), ('-', ''), ('-Do', 'Do'), ('-', ''), ('-', ''), ('-.--Yea', '.--Yea'), ('--', '-')]
ST18940716-V20-36-page4.txt: [('-', ''), ('-that', 'that'), ('-precepts', 'precepts'), ('-', ''), ('-', ''), ('-his', 'his')]
ST18940716-V20-36-page5.txt: [('-Justin', 'Justin'), ('-where', 'where'), ('coun-', 'coun')]
ST18940716-V20-36-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940716-V20-36-page8.txt: [('-A', 'A'), ('-', '')]
ST18940716-V20-36-page9.txt: [('-', ''), ('-', '')]
ST18940723-V20-37-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('neigh-', 'neigh')]
ST18940723-V20-37-page10.txt: [('-', ''), ('-of', 'of'), ('-which', 'which'), ('-appeared', 'appeared'), ('-mud', 'mud'), ('-The', 'The'), ('-', '')]
ST18940723-V20-37-page11.txt: [('-in', 'in'), ('-dough', 'dough'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', '')]
ST18940723-V20-37-page12.txt: [('.-', '.'), ('-valuable', 'valuable'), ('-', '')]
ST18940723-V20-37-page13.txt: [('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('COM-', 'COM'), ('-', ''), ('-', ''), ('-', ''), ('work-', 'work'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Full-', 'Full'), ('PHOTO-', 'PHOTO'), ('-Neh.', 'Neh.')]
ST18940723-V20-37-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('"demons."--', '"demons."-'), ('gather."--', 'gather."-'), ('--Recompense', '-Recompense'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940723-V20-37-page15.txt: [('--The', '-The'), ('re-', 're')]
ST18940723-V20-37-page16.txt: [('Fellow-', 'Fellow'), ('-', ''), ('-', ''), ('Wolfenbiittel-', 'Wolfenbiittel'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('year-', 'year'), ('-TO', 'TO'), ('-', ''), ('-', ''), ('-', '')]
ST18940723-V20-37-page2.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('command-', 'command'), ('-six', 'six'), ('-', '')]
ST18940723-V20-37-page3.txt: [('-', ''), ('-', '')]
ST18940723-V20-37-page4.txt: [('-', ''), ('-Idngdom', 'Idngdom'), ('leav-', 'leav')]
ST18940723-V20-37-page6.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.')]
ST18940723-V20-37-page7.txt: [('-suppose', 'suppose'), ('-', ''), ('-ascetic', 'ascetic'), ('gov-', 'gov')]
ST18940723-V20-37-page8.txt: [('-rights', 'rights'), ('-their', 'their'), ('-God', 'God'), ('-and', 'and')]
ST18940723-V20-37-page9.txt: [('-the', 'the'), ('-', ''), ('-finished', 'finished'), ('whichembellished-', 'whichembellished'), ('-now', 'now')]
ST18940730-V20-38-page1.txt: [('-', ''), ('-', ''), ('-evil', 'evil'), ('-', ''), ('-it', 'it'), ('-', ''), ('-', ''), ('-', ''), ('every-', 'every'), ('-', '')]
ST18940730-V20-38-page10.txt: [('de-', 'de')]
ST18940730-V20-38-page11.txt: [('-', ''), ('-', ''), ('-walked', 'walked'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940730-V20-38-page12.txt: [('with-', 'with'), ('-', ''), ('-', ''), ('-', ''), ('-voice', 'voice'), ('Pris-', 'Pris'), ('-', ''), ('werebap-', 'werebap'), ('-State', 'State')]
ST18940730-V20-38-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('work-', 'work'), ('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940730-V20-38-page14.txt: [('-', ''), ('-give', 'give'), ('-', ''), ('Christ.-', 'Christ.'), ('-', ''), ('TREAT-', 'TREAT')]
ST18940730-V20-38-page15.txt: [('opera-', 'opera'), ('-Chicago', 'Chicago'), ('--Ogden', '-Ogden'), ('-', '')]
ST18940730-V20-38-page16.txt: [('-We', 'We'), ('-When', 'When'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Corner.-', 'Corner.'), ('Erawler-', 'Erawler'), ('Moses-', 'Moses'), ('-', '')]
ST18940730-V20-38-page2.txt: [('-', ''), ('-', ''), ('measure-', 'measure'), ('-', ''), ('Deut.-', 'Deut.')]
ST18940730-V20-38-page3.txt: [('-', ''), ('-', '')]
ST18940730-V20-38-page4.txt: [('-', ''), ('-', ''), ('Je-', 'Je'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-wicked', 'wicked')]
ST18940730-V20-38-page5.txt: [('unrighteousness-', 'unrighteousness'), ('self.-', 'self.'), ('the-', 'the'), ('-of', 'of')]
ST18940730-V20-38-page6.txt: [('-', ''), ('-', ''), ('-or', 'or'), ('-do', 'do'), ('recog-', 'recog'), ('inde-', 'inde')]
ST18940730-V20-38-page8.txt: [('-authoritatively', 'authoritatively')]
ST18940730-V20-38-page9.txt: [('-', ''), ('-manner', 'manner'), ('-', ''), ('-is', 'is'), ('with-', 'with'), ('-', '')]
ST18940806-V20-39-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940806-V20-39-page10.txt: [('-and', 'and'), ('-', ''), ('-', ''), ('-', '')]
ST18940806-V20-39-page11.txt: [('-has', 'has'), ('results.-', 'results.'), ('--', '-')]
ST18940806-V20-39-page12.txt: [('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-is', 'is'), ('-', '')]
ST18940806-V20-39-page13.txt: [('-from', 'from'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Neh.', 'Neh.'), ('-', ''), ('-Verse', 'Verse'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940806-V20-39-page14.txt: [('-began', 'began'), ('-', ''), ('TREAT-', 'TREAT')]
ST18940806-V20-39-page15.txt: [('-', ''), ('-', ''), ('Full-', 'Full'), ('PHOTO-', 'PHOTO'), ('Chris-', 'Chris'), ('Prot-', 'Prot'), ('-', '')]
ST18940806-V20-39-page16.txt: [('-When', 'When'), ('-', ''), ('..-', '..'), ('volun-', 'volun'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940806-V20-39-page2.txt: [('-the', 'the')]
ST18940806-V20-39-page3.txt: [('-', ''), ('-', ''), ('pa-', 'pa'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-he', 'he')]
ST18940806-V20-39-page4.txt: [('-', ''), ('-mocked', 'mocked'), ('-times', 'times'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940806-V20-39-page5.txt: [('-', ''), ('-', ''), ("-Adam's", "Adam's"), ('-', '')]
ST18940806-V20-39-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940806-V20-39-page7.txt: [('-', ''), ('-not', 'not'), ('-', '')]
ST18940806-V20-39-page8.txt: [('-the', 'the'), ('-', ''), ('-same', 'same'), ('-', ''), ('-', '')]
ST18940806-V20-39-page9.txt: [('-', ''), ('-fealth.', 'fealth.'), ('manner.-', 'manner.'), ('-fulfill', 'fulfill'), ('-', ''), ('-', ''), ('-of', 'of'), ('-ruin', 'ruin')]
ST18940813-V20-40-page1.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('-', '')]
ST18940813-V20-40-page11.txt: [('-', ''), ('-', ''), ('-city', 'city')]
ST18940813-V20-40-page12.txt: [('-this', 'this'), ('-what', 'what'), ('-', ''), ('-Florida', 'Florida'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940813-V20-40-page13.txt: [('-Nth.', 'Nth.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940813-V20-40-page14.txt: [('-All', 'All'), ('-', ''), ('-the', 'the'), ('-continuity', 'continuity'), ('-', ''), ('-things', 'things'), ('-"All', '"All'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940813-V20-40-page15.txt: [('-', ''), ('TI-', 'TI'), ('TREAT-', 'TREAT')]
ST18940813-V20-40-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940813-V20-40-page2.txt: [('-', ''), ('-day', 'day'), ('-', ''), ('-', ''), ('-', ''), ('Co-', 'Co'), ('-', ''), ('-', '')]
ST18940813-V20-40-page3.txt: [('-kept', 'kept'), ('-life-giving', 'life-giving'), ('-', ''), ('-for', 'for')]
ST18940813-V20-40-page4.txt: [('-of', 'of'), ('un-', 'un'), ('-broken', 'broken'), ('-this', 'this'), ('-an', 'an'), ('-le', 'le')]
ST18940813-V20-40-page5.txt: [('-', ''), ('-', '')]
ST18940813-V20-40-page6.txt: [('-', ''), ('-', ''), ('-Roger', 'Roger')]
ST18940813-V20-40-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('op-', 'op')]
ST18940813-V20-40-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940813-V20-40-page9.txt: [('-', ''), ('-in', 'in'), ('con-', 'con')]
ST18940820-V20-41-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-united', 'united'), ('-', ''), ('gar-', 'gar'), ('-presence', 'presence')]
ST18940820-V20-41-page10.txt: [('-', ''), ('compound-', 'compound'), ('-of', 'of'), ('-', ''), ('-', ''), ('-', '')]
ST18940820-V20-41-page11.txt: [('-rnvins.', 'rnvins.'), ('-', ''), ('pa.-', 'pa.'), ('per-', 'per'), ('Tem-', 'Tem'), ('-', ''), ('-ancisco', 'ancisco'), ('-Assam', 'Assam'), ('-', '')]
ST18940820-V20-41-page12.txt: [('-Jesus', 'Jesus'), ('-', ''), ('-by', 'by'), ('Seventh-day-', 'Seventh-day'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940820-V20-41-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('as-', 'as'), ('TREAT-', 'TREAT'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Full-', 'Full'), ('PHOTO-', 'PHOTO'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TI-', 'TI'), ('Judg-', 'Judg'), ('-', '')]
ST18940820-V20-41-page14.txt: [('-', ''), ('-', ''), ('-N', 'N'), ('-Ned.', 'Ned.'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-on.', 'on.'), ('Ev-', 'Ev'), ('-he', 'he'), ('-', ''), ('-cause', 'cause')]
ST18940820-V20-41-page15.txt: [('-', ''), ('-condition', 'condition'), ('--The', '-The'), ('-Subsequently', 'Subsequently')]
ST18940820-V20-41-page16.txt: [('-We', 'We'), ('-', ''), ('Corner.-', 'Corner.'), ('-Protestants.', 'Protestants.'), ('-International', 'International'), ('-we', 'we'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940820-V20-41-page2.txt: [('-times', 'times'), ('-', ''), ('-apd', 'apd'), ('-CHURCH', 'CHURCH'), ('-ever', 'ever'), ('-both', 'both'), ('-been', 'been')]
ST18940820-V20-41-page3.txt: [('-men', 'men'), ('--to', '-to'), ('him-', 'him'), ('them-', 'them'), ('-', ''), ('.-', '.'), ('man.-', 'man.'), ('-the', 'the'), ('be-', 'be')]
ST18940820-V20-41-page4.txt: [('-THE', 'THE'), ('-', ''), ('-', ''), ('hand.-', 'hand.'), ('-do', 'do'), ('re-', 're'), ('-', ''), ('-there', 'there')]
ST18940820-V20-41-page5.txt: [('promised-', 'promised'), ('-in', 'in'), ('-', ''), ('-of', 'of'), ('-', ''), ('"Wil-', '"Wil'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940820-V20-41-page6.txt: [('-essentially.', 'essentially.'), ('-upon', 'upon'), ('-sown', 'sown'), ('.-', '.'), ('-oath', 'oath'), ('-detested', 'detested'), ('DE-', 'DE'), ('ex-', 'ex'), ('ac-', 'ac')]
ST18940820-V20-41-page7.txt: [('-', ''), ('-and', 'and'), ('-the', 'the'), ('dis-', 'dis'), ('-tasteful', 'tasteful'), ('-', ''), ('-', ''), ('pur-', 'pur')]
ST18940820-V20-41-page8.txt: [('AMEND-', 'AMEND'), ('-', ''), ('-', ''), ('-', ''), ('-Priest', 'Priest'), ('-we', 'we'), ('-beyond', 'beyond'), ('-Rome', 'Rome'), ('-', ''), ('-interrupted', 'interrupted'), ('hecommands-', 'hecommands'), ('-', ''), ('-', '')]
ST18940820-V20-41-page9.txt: [('-', ''), ('-', ''), ('-and', 'and'), ('-', '')]
ST18940827-V20-42-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-II', 'II'), ('DESECRA-', 'DESECRA'), ('-', ''), ('-', '')]
ST18940827-V20-42-page10.txt: [('-', ''), ('-perception', 'perception'), ('dis-', 'dis')]
ST18940827-V20-42-page11.txt: [('-', ''), ('.-', '.'), ('comfort-', 'comfort'), ('-ills.', 'ills.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940827-V20-42-page12.txt: [('-suitable', 'suitable'), ('the-', 'the'), ('vari-', 'vari'), ('-', ''), ('corn-', 'corn'), ('-We', 'We')]
ST18940827-V20-42-page13.txt: [('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('-Ned.', 'Ned.'), ('-', ''), ('the-', 'the'), ('Lord."-', 'Lord."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.Oct.-', '.Oct.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'")]
ST18940827-V20-42-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-Faint', 'Faint'), ('re-', 're'), ('-', ''), ('-between', 'between'), ('-He', 'He')]
ST18940827-V20-42-page15.txt: [('rail"-', 'rail"'), ('regis--', 'regis-')]
ST18940827-V20-42-page16.txt: [('-We', 'We'), ('with-', 'with'), ('-out', 'out'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('through-', 'through'), ('-', ''), ('-', ''), ('-.', '.'), ('-I', 'I'), ('-', ''), ('-', ''), ('-', '')]
ST18940827-V20-42-page2.txt: [('-', ''), ('-', ''), ('LAW-', 'LAW'), ('-', '')]
ST18940827-V20-42-page3.txt: [('PRE-', 'PRE'), ('-', '')]
ST18940827-V20-42-page4.txt: [('-your', 'your'), ('MAGAN.-', 'MAGAN.'), ('deify.-', 'deify.'), ('-', ''), ('-', '')]
ST18940827-V20-42-page5.txt: [('-and', 'and'), ('Hisit-', 'Hisit'), ('mean-', 'mean')]
ST18940827-V20-42-page6.txt: [('-', ''), ('-', ''), ('donein-', 'donein'), ('-', ''), ('-', '')]
ST18940827-V20-42-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-tree', 'tree'), ('-them', 'them'), ('re-', 're')]
ST18940827-V20-42-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940827-V20-42-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-her', 'her'), ("-Minton's", "Minton's"), ('-', ''), ('-you', 'you'), ('-but', 'but'), ('-to', 'to'), ('-', ''), ('--', '-')]
ST18940903-V20-43-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('earth-', 'earth'), ('--human', '-human')]
ST18940903-V20-43-page10.txt: [('-', ''), ('..-', '..'), ('CEN-', 'CEN')]
ST18940903-V20-43-page11.txt: [('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('.-', '.'), ('-', '')]
ST18940903-V20-43-page12.txt: [('-', ''), ('-Neb.', 'Neb.'), ('-', ''), ('-', '')]
ST18940903-V20-43-page13.txt: [('-', ''), ('-', ''), ('-.Nth.', '.Nth.'), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('-his', 'his'), ('-would', 'would'), ('Verse-', 'Verse'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Kirkpatrick', 'Kirkpatrick'), ('LI-', 'LI'), ('-', ''), ('par-', 'par'), ('-', '')]
ST18940903-V20-43-page14.txt: [('-', ''), ('-understood', 'understood'), ('TREAT-', 'TREAT'), ('-', '')]
ST18940903-V20-43-page15.txt: [('-The', 'The'), ('-Absolutepower', 'Absolutepower'), ('-', ''), ('-', '')]
ST18940903-V20-43-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-When', 'When'), ('-', ''), ('-', ''), ('-', ''), ('Medo-', 'Medo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940903-V20-43-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940903-V20-43-page3.txt: [('-', ''), ('-', ''), ('a-', 'a'), ('-', ''), ('A-', 'A'), ('-', ''), ('in-', 'in'), ('Chau-', 'Chau')]
ST18940903-V20-43-page4.txt: [('-against', 'against'), ('revealed.-', 'revealed.'), ('-they', 'they'), ('-unjust', 'unjust'), ('-other', 'other'), ('over-', 'over'), ('conclusions-', 'conclusions'), ('-', ''), ('.-', '.')]
ST18940903-V20-43-page5.txt: [('-', '')]
ST18940903-V20-43-page6.txt: [('-', ''), ('matter--', 'matter-'), ('-', '')]
ST18940903-V20-43-page7.txt: [('ca-', 'ca'), ('-', ''), ('-', ''), ('patron-', 'patron')]
ST18940903-V20-43-page8.txt: [('-', ''), ('-', ''), ('char-', 'char')]
ST18940903-V20-43-page9.txt: [('No.-', 'No.'), ('-', ''), ('-toys', 'toys'), ('-childish.', 'childish.'), ('thechil-', 'thechil'), ("'train-", "'train"), ('-', '')]
ST18940910-V20-44-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('Rev.-', 'Rev.')]
ST18940910-V20-44-page10.txt: [('-I.', 'I.'), ('-Mr.', 'Mr.'), ('-', ''), ('-', ''), ('-if', 'if')]
ST18940910-V20-44-page11.txt: [('-in', 'in'), ('-a', 'a')]
ST18940910-V20-44-page12.txt: [('-sacrifice', 'sacrifice'), ('-', ''), ('-', ''), ('-', '')]
ST18940910-V20-44-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('work-', 'work'), ('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-namely', 'namely')]
ST18940910-V20-44-page14.txt: [('-', ''), ('-', '')]
ST18940910-V20-44-page15.txt: [('--', '-'), ('-Just', 'Just'), ('-so', 'so')]
ST18940910-V20-44-page16.txt: [('-', ''), ('-', ''), ('Spi-', 'Spi'), ('-work', 'work'), ('-', ''), ('anti-', 'anti'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940910-V20-44-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940910-V20-44-page3.txt: [('-rimEs.', 'rimEs.'), ('-', ''), ('prayer.-', 'prayer.')]
ST18940910-V20-44-page4.txt: [('-', ''), ('--', '-')]
ST18940910-V20-44-page5.txt: [('-', ''), ('-', ''), ('WONDERFUL-', 'WONDERFUL'), ('-and', 'and')]
ST18940910-V20-44-page6.txt: [('-', ''), ('-was', 'was'), ('liberty."-', 'liberty."')]
ST18940910-V20-44-page7.txt: [('-', '')]
ST18940910-V20-44-page8.txt: [('GER-', 'GER'), ('-', ''), ('-opposed', 'opposed'), ('-', '')]
ST18940910-V20-44-page9.txt: [('-', '')]
ST18940917-V20-45-page1.txt: [('-', ''), ('-', ''), ('-word', 'word'), ('-of', 'of'), ('-Christ', 'Christ'), ('-If', 'If'), ('-', ''), ('-', ''), ('-', ''), ('-See', 'See'), ('-with', 'with')]
ST18940917-V20-45-page10.txt: [('-up', 'up'), ('some-', 'some')]
ST18940917-V20-45-page11.txt: [('-', ''), ('-from', 'from'), ('-', ''), ('-Christian', 'Christian'), ('-', ''), ('-site', 'site'), ('-"her.', '"her.'), ('-', ''), ('-China.', 'China.'), ('-work', 'work'), ('-', ''), ('-', '')]
ST18940917-V20-45-page12.txt: [('Japanese-', 'Japanese'), ('-not', 'not'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940917-V20-45-page13.txt: [('Society-', 'Society'), ('-James', 'James'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Church', 'Church'), ('at-', 'at'), ('illustra-', 'illustra'), ('-', ''), ('-customs', 'customs'), ('-The', 'The'), ('Society-', 'Society'), ('-', '')]
ST18940917-V20-45-page14.txt: [('-', ''), ('-sanctifying', 'sanctifying'), ('-and', 'and'), ('-', ''), ('-except', 'except'), ('-', ''), ('-working', 'working'), ('-', ''), ('-disciples', 'disciples'), ('thereof-', 'thereof'), ('-', ''), ('-', ''), ('consideration.-', 'consideration.'), ('--Because', '-Because'), ('word.-', 'word.'), ('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Temptations', '-Temptations'), ('-', ''), ('-Lord', 'Lord'), ('-', ''), ('-', ''), ('OF--', 'OF-'), ('-', ''), ('-', '')]
ST18940917-V20-45-page15.txt: [('-Mining', 'Mining'), ('-nab', 'nab'), ('concernetb-', 'concernetb'), ('-', ''), ('-York', 'York')]
ST18940917-V20-45-page16.txt: [('-When', 'When'), ('-', ''), ('-', ''), ('world."-', 'world."'), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-MSOnS.', 'MSOnS.'), ('ele-', 'ele'), ('apos-', 'apos'), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('suc-', 'suc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940917-V20-45-page2.txt: [('-and', 'and'), ('-', ''), ('-', ''), ('-God', 'God'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"cprifusion', '"cprifusion'), ('-cor.-', 'cor.-'), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('-standard', 'standard')]
ST18940917-V20-45-page3.txt: [('-ECel.', 'ECel.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-that', 'that'), ('-', ''), ('-Mt', 'Mt'), ('-delivered', 'delivered'), ('-', '')]
ST18940917-V20-45-page4.txt: [('-pleasant', 'pleasant'), ('-', ''), ('-', ''), ('-', ''), ('them--', 'them-'), ('-', ''), ('-', ''), ('-He', 'He')]
ST18940917-V20-45-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('worshipersob-', 'worshipersob')]
ST18940917-V20-45-page6.txt: [('ven-', 'ven'), ('-sale', 'sale'), ('-', ''), ('sellalco-', 'sellalco'), ('-', ''), ('-.Testis', '.Testis')]
ST18940917-V20-45-page8.txt: [('-I', 'I'), ('astonishedex-', 'astonishedex'), ('-', ''), ('-', ''), ('-was', 'was'), ('-he', 'he'), ('-', ''), ('-', ''), ('-', '')]
ST18940917-V20-45-page9.txt: [('dog-', 'dog'), ('-', ''), ('-went', 'went')]
ST18940924-V20-46-page1.txt: [('-SEPTEMBER', 'SEPTEMBER'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('s.-', 's.'), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', '')]
ST18940924-V20-46-page10.txt: [('.--', '.-'), ('-', ''), ('-eyes', 'eyes'), ('-to', 'to'), ('-', ''), ('-not', 'not')]
ST18940924-V20-46-page11.txt: [('-', '')]
ST18940924-V20-46-page12.txt: [('-', ''), ('de-', 'de'), ('ob-', 'ob')]
ST18940924-V20-46-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('Mass.-', 'Mass.'), ('Dalt-', 'Dalt'), ('-Nth.', 'Nth.'), ('-', ''), ('-Id.', 'Id.'), ('-', ''), ('-', ''), ('-', '')]
ST18940924-V20-46-page14.txt: [('-"See', '"See'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-has', 'has')]
ST18940924-V20-46-page15.txt: [('-', ''), ('--One', '-One')]
ST18940924-V20-46-page16.txt: [('-When', 'When'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('Sab-', 'Sab'), ('-week', 'week'), ('--', '-'), ('-I.', 'I.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18940924-V20-46-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Revelation-', 'Revelation')]
ST18940924-V20-46-page3.txt: [('-tradition', 'tradition'), ('--the', '-the'), ('Bab-', 'Bab'), ('t-', 't')]
ST18940924-V20-46-page4.txt: [('-', ''), ('-', ''), ('cieciama-', 'cieciama')]
ST18940924-V20-46-page5.txt: [('-Creator', 'Creator'), ('-in', 'in')]
ST18940924-V20-46-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-when', 'when'), ('-', '')]
ST18940924-V20-46-page7.txt: [('-burn', 'burn'), ('-answer', 'answer'), ('-', '')]
ST18940924-V20-46-page8.txt: [('-are', 'are'), ('-', ''), ('per-', 'per')]
ST18940924-V20-46-page9.txt: [('-', ''), ('-no', 'no'), ('-traduced', 'traduced'), ('-of', 'of'), ('-"We', '"We')]
ST18941001-V20-47-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('s.-', 's.'), ('Christ.-', 'Christ.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941001-V20-47-page10.txt: [('-', ''), ('-', ''), ('-efficiency', 'efficiency'), ('Pe-', 'Pe'), ('-', '')]
ST18941001-V20-47-page11.txt: [('-', ''), ('-have', 'have'), ('-', '')]
ST18941001-V20-47-page12.txt: [('-went', 'went'), ('-', ''), ('-at', 'at'), ('suf-', 'suf'), ('-secure', 'secure'), ('at-', 'at'), ('se-', 'se'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Full-', 'Full'), ('PHOTO-', 'PHOTO')]
ST18941001-V20-47-page13.txt: [('-TERMS', 'TERMS'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941001-V20-47-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-by', 'by'), ('-', ''), ('-y', 'y'), ('-', '')]
ST18941001-V20-47-page15.txt: [('solu-', 'solu'), ('-miners', 'miners'), ('-', ''), ('COM-', 'COM')]
ST18941001-V20-47-page16.txt: [('-against', 'against'), ('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941001-V20-47-page2.txt: [('--A', '-A'), ('-As', 'As'), ('-', ''), ('-', ''), ('-', '')]
ST18941001-V20-47-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('do-', 'do'), ('-', '')]
ST18941001-V20-47-page5.txt: [('-', '')]
ST18941001-V20-47-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('concern-', 'concern'), ('wor-', 'wor'), ('-', '')]
ST18941001-V20-47-page7.txt: [('-If', 'If'), ('of-', 'of'), ('-', ''), ('-', '')]
ST18941001-V20-47-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-', '')]
ST18941001-V20-47-page9.txt: [('--M', '-M'), ('-', ''), ('March-', 'March')]
ST18941008-V20-48-page1.txt: [('-', ''), ('-', ''), ('s.-', 's.'), ('-and', 'and')]
ST18941008-V20-48-page10.txt: [('-had', 'had'), ('-they', 'they'), ('---it', '--it'), ('mean--', 'mean-'), ('an-', 'an')]
ST18941008-V20-48-page11.txt: [('SiG-', 'SiG'), ('his-', 'his'), ('-', ''), ('por-', 'por'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-AiiDN.', 'AiiDN.'), ('..-', '..'), ('be-', 'be'), ('-....................', '....................'), ('book.-', 'book.'), ('-year', 'year'), ('done.-', 'done.')]
ST18941008-V20-48-page12.txt: [('-', ''), ('-of', 'of'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('work-', 'work')]
ST18941008-V20-48-page13.txt: [('-nnvins.', 'nnvins.'), ('DIC-', 'DIC'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941008-V20-48-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-in', 'in'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-Not', 'Not'), ('-', ''), ('-', ''), ('-', '')]
ST18941008-V20-48-page15.txt: [('sub-', 'sub')]
ST18941008-V20-48-page16.txt: [('-s', 's'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-intelligent', 'intelligent'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941008-V20-48-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Unquestionably', 'Unquestionably'), ('-', ''), ('-', '')]
ST18941008-V20-48-page3.txt: [('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941008-V20-48-page4.txt: [('-', ''), ('-has', 'has'), ('-soon', 'soon'), ('-', ''), ('-', ''), ('-', '')]
ST18941008-V20-48-page5.txt: [('-', '')]
ST18941008-V20-48-page6.txt: [('-that', 'that'), ('-the', 'the'), ('-reasoning', 'reasoning')]
ST18941008-V20-48-page7.txt: [('through-', 'through')]
ST18941008-V20-48-page8.txt: [('-', ''), ('-in', 'in')]
ST18941008-V20-48-page9.txt: [('-committees', 'committees'), ('-Bronson', 'Bronson'), ('-', ''), ('-at', 'at')]
ST18941015-V20-49-page1.txt: [('-', ''), ('-', ''), ('dying.-', 'dying.'), ('em-', 'em'), ('-', ''), ('-See', 'See'), ('eter-', 'eter'), ('wil-', 'wil')]
ST18941015-V20-49-page10.txt: [('-', ''), ('-', ''), ('-wreck', 'wreck'), ('-', ''), ('-', ''), ('-with', 'with'), ('-a.', 'a.'), ('-', ''), ('-to', 'to'), ('-could.', 'could.'), ('lay.-', 'lay.'), ('gaining-', 'gaining'), ('-degradation', 'degradation'), ('-', ''), ('-', '')]
ST18941015-V20-49-page11.txt: [('-', ''), ('-of', 'of'), ('-hardly.', 'hardly.'), ('-un-mat', 'un-mat'), ('-the', 'the'), ('-', ''), ('-I', 'I'), ('very-like-', 'very-like'), ('-all', 'all'), ('forgood-', 'forgood'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941015-V20-49-page12.txt: [("o'er--", "o'er-"), ('al-', 'al'), ('-though', 'though'), ('amount.-', 'amount.'), ("-bath'", "bath'"), ('-', ''), ('-you', 'you'), ('-', ''), ('-was', 'was'), ('-', ''), ('-', ''), ('-is', 'is'), ('-', ''), ('-tent', 'tent'), ('Her-', 'Her'), ('-aid', 'aid'), ('-', ''), ('posi-', 'posi'), ('-', '')]
ST18941015-V20-49-page13.txt: [('-', ''), ('begin-', 'begin'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('Full-', 'Full'), ('REALITYOFAPHOTO-', 'REALITYOFAPHOTO')]
ST18941015-V20-49-page14.txt: [('-gntern.a', 'gntern.a'), ('-Neh.', 'Neh.'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-But', 'But'), ('-', ''), ('-OP', 'OP')]
ST18941015-V20-49-page15.txt: [('-TIMES.', 'TIMES.'), ('-a', 'a'), ('--The', '-The'), ('-protectorate', 'protectorate'), ('attacked-', 'attacked'), ('Canal-', 'Canal'), ('advancement-', 'advancement'), ('-', ''), ('-', ''), ('TREAT-', 'TREAT')]
ST18941015-V20-49-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941015-V20-49-page2.txt: [('--till', '-till'), ('greate-', 'greate'), ('-eel', 'eel'), ('-', ''), ('-', '')]
ST18941015-V20-49-page3.txt: [('-on', 'on'), ('-', ''), ('-instance', 'instance'), ('-', ''), ('ishu-', 'ishu'), ('-.--', '.--'), ('-', '')]
ST18941015-V20-49-page4.txt: [('hisgov-', 'hisgov'), ('-ernment', 'ernment'), ('-', ''), ('-is', 'is')]
ST18941015-V20-49-page5.txt: [('-To', 'To'), ('-', ''), ('-the', 'the'), ('-coincidence', 'coincidence'), ('-', ''), ('-three-fourths', 'three-fourths'), ('-', ''), ('-would', 'would'), ('-All', 'All'), ('-the."', 'the."'), ('-', ''), ('-from', 'from'), ('-the', 'the'), ('-', ''), ('-', ''), ('-facts.', 'facts.'), ('-', ''), ('-disappearing', 'disappearing'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-by', 'by'), ('.we-', '.we'), ('-by-the', 'by-the'), ('-right', 'right')]
ST18941015-V20-49-page6.txt: [('revelation-', 'revelation'), ('presented.-', 'presented.'), ('-shows', 'shows'), ('-', ''), ('-', ''), ('-', ''), ('-to.', 'to.'), ('-next', 'next'), ('ahus-', 'ahus'), ('ensam-', 'ensam'), ('-to', 'to'), ('of-', 'of')]
ST18941015-V20-49-page7.txt: [('-', ''), ('lusted."-', 'lusted."'), ('-in', 'in'), ('-worship', 'worship'), ('-joy', 'joy'), ('-love', 'love'), ('can-', 'can'), ('-dual', 'dual'), ('-', ''), ('-the', 'the'), ('-', ''), ('-of', 'of'), ('-It', 'It'), ('-', ''), ('-battle', 'battle'), ('pay-', 'pay')]
ST18941015-V20-49-page8.txt: [('-of', 'of'), ('-Is', 'Is'), ('howl.-', 'howl.'), ('-and', 'and'), ('-Amos', 'Amos'), ('-', ''), ('-God', 'God'), ('-the', 'the'), ('-', ''), ('come-', 'come'), ('Chung-Hei-', 'Chung-Hei'), ('-the', 'the'), ('-as', 'as'), ('-The', 'The'), ('giv-', 'giv'), ('-', ''), ('-', '')]
ST18941015-V20-49-page9.txt: [('-', ''), ('"Yes-', '"Yes'), ("-'outside", "'outside"), ('-and', 'and'), ('-', ''), ('-an', 'an'), ('-in', 'in'), ('acon-', 'acon'), ('living.--', 'living.-'), ('grace.-', 'grace.'), ('-', ''), ('cein-', 'cein'), ("-he'", "he'"), ('-take', 'take'), ('coun-', 'coun')]
ST18941022-V20-50-page1.txt: [('-', ''), ('s.-', 's.'), ('-', ''), ('lit-', 'lit'), ('-', ''), ('-Jesus', 'Jesus'), ('enthu-', 'enthu')]
ST18941022-V20-50-page10.txt: [('-and', 'and'), ('Provi-', 'Provi'), ('-I.', 'I.'), ('-', ''), ('-help', 'help'), ('-', ''), ('-worked', 'worked'), ('-', ''), ('-where', 'where'), ('-you', 'you'), ('-', ''), ('-', ''), ('con-', 'con')]
ST18941022-V20-50-page11.txt: [('-be', 'be'), ('-the', 'the'), ('-cleanse', 'cleanse'), ('-', ''), ('-Swedes', 'Swedes'), ('-is', 'is'), ('-', ''), ('Cath-', 'Cath'), ('-', ''), ('relig-', 'relig'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('free.-', 'free.'), ('-', ''), ('-', ''), ('-', '')]
ST18941022-V20-50-page12.txt: [('-the', 'the'), ('wage-', 'wage')]
ST18941022-V20-50-page13.txt: [('-', ''), ('realiz-', 'realiz'), ('Society-', 'Society'), ('Canada-', 'Canada'), ('Society-', 'Society'), ('-Ned.', 'Ned.'), ('-Version', 'Version'), ('-', ''), ('-This', 'This'), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('evening-', 'evening'), ('-Church', 'Church'), ('-', ''), ('-', '')]
ST18941022-V20-50-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('Chromo-', 'Chromo')]
ST18941022-V20-50-page15.txt: [('-', ''), ('-', ''), ('-evidence', 'evidence'), ('-', ''), ('-', ''), ('-', '')]
ST18941022-V20-50-page16.txt: [('-We', 'We'), ('-', ''), ('--What', '-What'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('North-', 'North'), ('-cannot', 'cannot'), ('-I.', 'I.'), ('-of', 'of'), ('-s-', 's-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('man-', 'man'), ('-with', 'with'), ('-', '')]
ST18941022-V20-50-page2.txt: [('-', ''), ('pa.-', 'pa.'), ('the-', 'the'), ('ren-', 'ren'), ('-', '')]
ST18941022-V20-50-page3.txt: [('-', ''), ('-', ''), ('-any', 'any'), ('call-', 'call'), ('the-', 'the'), ('-', '')]
ST18941022-V20-50-page4.txt: [('-', ''), ('-', ''), ('-rule', 'rule'), ('-', ''), ('-but', 'but'), ('-time', 'time')]
ST18941022-V20-50-page5.txt: [('-.-the', '.-the'), ('-are', 'are'), ('-have', 'have'), ('-', ''), ('-Greeks', 'Greeks'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to')]
ST18941022-V20-50-page6.txt: [('him.-', 'him.'), ('-Baalism.', 'Baalism.'), ('-regarded.', 'regarded.'), ('-', ''), ('-support', 'support'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941022-V20-50-page7.txt: [('be-', 'be'), ('Bi-', 'Bi'), ('-', ''), ('--Yea', '-Yea'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941022-V20-50-page8.txt: [('-', ''), ('-Lamb', 'Lamb'), ('-', ''), ('-seems', 'seems'), ('-', ''), ('-', ''), ('-comparatively', 'comparatively'), ('-', ''), ('-the', 'the'), ('-to', 'to')]
ST18941022-V20-50-page9.txt: [('-lay', 'lay'), ('-', ''), ('"-', '"'), ('-a', 'a'), ('-', ''), ('-and', 'and'), ('-', '')]
ST18941029-V20-51-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('s.-', 's.'), ('-', ''), ('re-', 're'), ('-quirement', 'quirement'), ('-larch', 'larch'), ('antago-', 'antago'), ('instru-', 'instru'), ('-thee', 'thee'), ('-', '')]
ST18941029-V20-51-page10.txt: [('-attendance.', 'attendance.'), ('-yet', 'yet'), ('-more', 'more'), ('-', ''), ('-', ''), ('-', '')]
ST18941029-V20-51-page11.txt: [('-again', 'again'), ("the'-", "the'"), ('TRANSCONTINENTAL-', 'TRANSCONTINENTAL'), ('--OF', '-OF'), ('THE---', 'THE--'), ('COrIMENCING---', 'COrIMENCING--'), ('to-', 'to'), ('OF-', 'OF'), ('-', ''), ('-', ''), ('-YORK', 'YORK'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-always', 'always'), ('-', ''), ('hos-', 'hos'), ('-TuE', 'TuE')]
ST18941029-V20-51-page12.txt: [('member-', 'member'), ('-', ''), ('ad-', 'ad'), ('with-', 'with'), ('-', ''), ('Oc-', 'Oc'), ('Union-', 'Union'), ('follow-', 'follow'), ('inch-', 'inch'), ('-One', 'One'), ('-', ''), ('de-', 'de'), ('-', ''), ('-Several', 'Several'), ('-made', 'made'), ('-', ''), ('-understand', 'understand'), ('-', ''), ('affec-', 'affec'), ('-Brother', 'Brother'), ('-', '')]
ST18941029-V20-51-page13.txt: [('-', ''), ('-circulation.', 'circulation.'), ('Du--', 'Du-'), ('con-', 'con'), ('-', ''), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ("-'Mass.", "'Mass."), ('Fran-', 'Fran'), ('FAR-', 'FAR'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941029-V20-51-page14.txt: [('-', ''), ('-Nth.', 'Nth.'), ('-', ''), ('-Sons', 'Sons'), ('-', ''), ('-', ''), ('-forth', 'forth'), ('-', ''), ('-page', 'page')]
ST18941029-V20-51-page15.txt: [('--A', '-A'), ('--', '-'), ('--To', '-To')]
ST18941029-V20-51-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('add-', 'add'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941029-V20-51-page2.txt: [('pil-', 'pil'), ('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('-two', 'two'), ('syinbol-', 'syinbol'), ('-country.', 'country.'), ('-The', 'The'), ('Know-', 'Know'), ('-', '')]
ST18941029-V20-51-page3.txt: [('-', ''), ('al-', 'al'), ('-States', 'States')]
ST18941029-V20-51-page4.txt: [('-', ''), ('-', ''), ('-and', 'and'), ('-carnal', 'carnal'), ('-on', 'on')]
ST18941029-V20-51-page5.txt: [('-', ''), ('-I.', 'I.'), ('-the', 'the'), ('-study', 'study'), ('-begins.', 'begins.'), ('-', ''), ('-', '')]
ST18941029-V20-51-page6.txt: [('-', ''), ('-they', 'they'), ('-are', 'are'), ('-', ''), ('-', '')]
ST18941029-V20-51-page7.txt: [('wilderness-', 'wilderness'), ('-', ''), ('Baby-', 'Baby'), ('-', ''), ('car.-', 'car.'), ('-', ''), ('-MANNING', 'MANNING'), ('-', '')]
ST18941029-V20-51-page8.txt: [('-', ''), ('-silence', 'silence'), ('-', ''), ('tyran----', 'tyran---'), ('-', ''), ('-Papacy', 'Papacy'), ('-', ''), ('-as', 'as')]
ST18941029-V20-51-page9.txt: [('-', ''), ('-', ''), ('-that', 'that'), ('-the', 'the'), ('-', ''), ('-', ''), ('-awkward', 'awkward'), ('-', ''), ('-', '')]
ST18941105-V20-52-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('s.-', 's.'), ('-to', 'to'), ('-indeed', 'indeed'), ('-his.misery', 'his.misery'), ('-God', 'God'), ('-his', 'his'), ('-his', 'his'), ('-him', 'him'), ('-', ''), ('that-', 'that'), ('-man', 'man'), ('-yielded', 'yielded'), ('-', '')]
ST18941105-V20-52-page10.txt: [('min-', 'min'), ('-the', 'the'), ('-', ''), ('-', '')]
ST18941105-V20-52-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-hymn', 'hymn'), ('TEE-', 'TEE'), ('corunENciNn--', 'corunENciNn-'), ('-AND--', 'AND--'), ('popuLAR----', 'popuLAR---'), ('-CONSISTING', 'CONSISTING'), ('OF-', 'OF'), ('-FOR--', 'FOR--'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941105-V20-52-page12.txt: [('-', ''), ('-', ''), ('-notice', 'notice'), ('-Seventh-day', 'Seventh-day'), ('-', ''), ('-', ''), ('-for', 'for'), ('theirfellow-', 'theirfellow'), ('-Ga.', 'Ga.'), ('-', ''), ('-', ''), ('Elders-', 'Elders'), ('-', ''), ('-resided', 'resided'), ('-capital', 'capital'), ('-Maryland', 'Maryland'), ('-attack', 'attack'), ('-of', 'of'), ('theminis-', 'theminis')]
ST18941105-V20-52-page13.txt: [('-', ''), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('North-', 'North'), ('-', ''), ('les-', 'les'), ('-', '')]
ST18941105-V20-52-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941105-V20-52-page15.txt: [('-considerable', 'considerable')]
ST18941105-V20-52-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941105-V20-52-page2.txt: [('-', ''), ('-', ''), ('COR-', 'COR'), ('--look', '-look')]
ST18941105-V20-52-page3.txt: [('-upon', 'upon'), ('other.-', 'other.'), ('-', ''), ('Christ-', 'Christ'), ('-the', 'the')]
ST18941105-V20-52-page4.txt: [('-their', 'their')]
ST18941105-V20-52-page5.txt: [('-', ''), ('-But', 'But'), ('-the', 'the'), ('-', ''), ('-', ''), ('-reverence', 'reverence')]
ST18941105-V20-52-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941105-V20-52-page7.txt: [('idol--', 'idol-'), ('-', ''), ('-and', 'and')]
ST18941105-V20-52-page8.txt: [('--rHE', '-rHE'), ('-.Vol.', '.Vol.'), ('-', ''), ('-', ''), ('-influence', 'influence'), ('-', ''), ('is-', 'is'), ('-', ''), ('priesthood.-', 'priesthood.'), ('-are-not', 'are-not'), ('livethem.-', 'livethem.'), ('Thedrunk-', 'Thedrunk'), ('-is', 'is'), ('-worth', 'worth'), ('-The', 'The'), ('appear-', 'appear'), ('-a', 'a'), ('pies-', 'pies'), ('--', '-'), ('--Where', '-Where'), ('-to', 'to'), ('occasion-', 'occasion'), ('-', ''), ('-', ''), ('-and', 'and'), ('-and', 'and'), ('-', ''), ('-', ''), ('-life', 'life'), ('-', ''), ('-even', 'even'), ('-', ''), ('-goes', 'goes'), ('-', '')]
ST18941105-V20-52-page9.txt: [('-new', 'new'), ('-"', '"'), ('-', ''), ('Themost-', 'Themost'), ('-conclusions', 'conclusions'), ('know-', 'know'), ('-Mrs.', 'Mrs.'), ('-', ''), ('-', ''), ('-it', 'it'), ('-', ''), ('-was', 'was'), ('-', ''), ('-', ''), ('-"', '"'), ('-', '')]
ST18941112-V20-53-page1.txt: [('-', ''), ('-', ''), ('-head', 'head'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('s.-', 's.')]
ST18941112-V20-53-page10.txt: [('Foreign-', 'Foreign'), ('-in', 'in'), ('-V', 'V'), ('-', ''), ('-', '')]
ST18941112-V20-53-page11.txt: [('before.-', 'before.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941112-V20-53-page12.txt: [('-indeed', 'indeed'), ('-', ''), ('-', '')]
ST18941112-V20-53-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('TERRI-', 'TERRI'), ('-', ''), ('-', ''), ('-Reign.', 'Reign.')]
ST18941112-V20-53-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Beelzebub-', 'Beelzebub'), ('-house', 'house'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OR-', 'OR-'), ('-', ''), ('COM-', 'COM'), ('-', '')]
ST18941112-V20-53-page15.txt: [('-', ''), ('com-', 'com'), ('-', ''), ('--On', '-On'), ('-', '')]
ST18941112-V20-53-page16.txt: [('-S', 'S'), ('-', ''), ('SIGNS--', 'SIGNS-'), ('-that', 'that'), ('-', ''), ('-', ''), ('-NLgrg', 'NLgrg')]
ST18941112-V20-53-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('So-', 'So'), ('-readers', 'readers'), ('-the', 'the'), ('-jurist', 'jurist'), ('-', ''), ('-', '')]
ST18941112-V20-53-page3.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', '')]
ST18941112-V20-53-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18941112-V20-53-page5.txt: [('-Rome', 'Rome'), ('-', ''), ('-', ''), ('-', '')]
ST18941112-V20-53-page6.txt: [('-In', 'In'), ('-wine.', 'wine.'), ('-', ''), ('-', ''), ('with-', 'with'), ('-those', 'those')]
ST18941112-V20-53-page7.txt: [('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941112-V20-53-page9.txt: [('-the', 'the'), ('-', ''), ('-', '')]
ST18941119-V20-54-page1.txt: [('-', ''), ('-', '')]
ST18941119-V20-54-page10.txt: [('year-', 'year'), ('-five', 'five'), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-', '')]
ST18941119-V20-54-page11.txt: [('-', ''), ('-', '')]
ST18941119-V20-54-page12.txt: [('-', '')]
ST18941119-V20-54-page13.txt: [('-', ''), ('-', ''), ('COrIMENCING---', 'COrIMENCING--'), ('POPULAR-', 'POPULAR'), ('-ON', 'ON'), ('---CONSISTING', '--CONSISTING'), ('OF--', 'OF-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941119-V20-54-page14.txt: [('-IVeh.', 'IVeh.'), ('-', ''), ('-', ''), ('-', ''), ('RE-', 'RE'), ('Jerusa-', 'Jerusa'), ('suffer-', 'suffer'), ('.-', '.')]
ST18941119-V20-54-page15.txt: [('-', ''), ('-Rev.', 'Rev.'), ('-', ''), ('-', '')]
ST18941119-V20-54-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('CAI-', 'CAI')]
ST18941119-V20-54-page2.txt: [('-as', 'as'), ('-', '')]
ST18941119-V20-54-page3.txt: [('chang-', 'chang'), ('---', '--')]
ST18941119-V20-54-page4.txt: [('-', ''), ('-', ''), ('paradise-', 'paradise'), ('--the', '-the'), ('-', ''), ('-', ''), ('-', '')]
ST18941119-V20-54-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941119-V20-54-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18941119-V20-54-page7.txt: [('-', ''), ('-', ''), ('-most', 'most'), ('-', ''), ('-those', 'those')]
ST18941119-V20-54-page8.txt: [('-', ''), ('-', '')]
ST18941119-V20-54-page9.txt: [('ma.-', 'ma.'), ('crea-', 'crea'), ('-I-', 'I-')]
ST18941126-V20-55-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-righteousness', 'righteousness'), ('-', ''), ('-life.', 'life.'), ('--all', '-all'), ('-establishes', 'establishes'), ('-', ''), ('-walked', 'walked')]
ST18941126-V20-55-page10.txt: [('-it', 'it'), ('-by', 'by'), ('Christ-', 'Christ'), ('in-', 'in'), ('.-', '.'), ('-from', 'from'), ('Fi-', 'Fi'), ('-dwelt', 'dwelt'), ('intelli-', 'intelli')]
ST18941126-V20-55-page11.txt: [('-young', 'young'), ('-Ready', 'Ready')]
ST18941126-V20-55-page12.txt: [('Bloom-', 'Bloom'), ('erect-', 'erect'), ('-', ''), ("-we'", "we'"), ('-H.', 'H.'), ('-', ''), ('-', ''), ('-of', 'of'), ('-Howe', 'Howe'), ('collegebome.-', 'collegebome.'), ('re-', 're'), ('-', '')]
ST18941126-V20-55-page13.txt: [('-young', 'young'), ('-education.', 'education.'), ('""z\'aram-', '""z\'aram'), ('Ha-', 'Ha'), ('COTIMENCING--', 'COTIMENCING-'), ('-tough', 'tough'), ('-', ''), ('-', ''), ('gov-', 'gov'), ('---By', '--By'), ('M.-', 'M.'), ("-S'tudents'", "S'tudents'"), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941126-V20-55-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('longer.-', 'longer.'), ('-', ''), ('-', ''), ('-', '')]
ST18941126-V20-55-page15.txt: [('--At', '-At'), ('--In', '-In'), ('--Rev.', '-Rev.'), ('-no', 'no'), ('-The', 'The')]
ST18941126-V20-55-page16.txt: [('-a', 'a'), ('-', ''), ('--Cleanliness', '-Cleanliness'), ('VI-', 'VI'), ('--Go', '-Go'), ('-', ''), ('-', ''), ('-', ''), ('Mathews-', 'Mathews'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941126-V20-55-page2.txt: [('-of', 'of'), ('-busy', 'busy'), ('-day', 'day'), ('--', '-')]
ST18941126-V20-55-page3.txt: [('-.pure', '.pure'), ('-world.', 'world.')]
ST18941126-V20-55-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ABOMINA-', 'ABOMINA'), ('-', '')]
ST18941126-V20-55-page5.txt: [('As-', 'As'), ('-', ''), ('Fran-', 'Fran'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-angers', 'angers'), ('-..', '..'), ('-', ''), ('Com--', 'Com-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941126-V20-55-page6.txt: [('-', ''), ('is-', 'is'), ('-gave', 'gave'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941126-V20-55-page7.txt: [('-One', 'One'), ('-', ''), ('-', ''), ('-', ''), ('importantprin-', 'importantprin'), ('-', ''), ('-feet', 'feet'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', '')]
ST18941126-V20-55-page8.txt: [('-aid', 'aid'), ('-', ''), ('-that', 'that'), ('-that', 'that')]
ST18941126-V20-55-page9.txt: [('-', ''), ('punished."-', 'punished."'), ('-of', 'of'), ('-', ''), ('-to', 'to'), ('-boundaries', 'boundaries')]
ST18941203-V20-56-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('s.-', 's.'), ('-of', 'of'), ('-', ''), ('-', ''), ('ac-', 'ac'), ('-wisdom', 'wisdom')]
ST18941203-V20-56-page10.txt: [('-Though', 'Though'), ('-', ''), ('-', '')]
ST18941203-V20-56-page11.txt: [('-rupees.', 'rupees.'), ('REV.-', 'REV.'), ('A--', 'A-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941203-V20-56-page12.txt: [('-by', 'by'), ('-', '')]
ST18941203-V20-56-page13.txt: [('-D.D.', 'D.D.'), ('-', ''), ('cen-', 'cen')]
ST18941203-V20-56-page14.txt: [('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('con-', 'con'), ('-', ''), ('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('Patriarchia-', 'Patriarchia')]
ST18941203-V20-56-page15.txt: [('-Notes.', 'Notes.'), ('--A', '-A'), ('French-', 'French'), ('-The', 'The'), ('-knot', 'knot'), ('--Dallas', '-Dallas'), ('deporta-', 'deporta'), ('-It', 'It')]
ST18941203-V20-56-page16.txt: [('-', ''), ('Corner.-', 'Corner.'), ('-', ''), ('God-', 'God'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('...-', '...'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941203-V20-56-page2.txt: [('-Union', 'Union'), ('-', ''), ('-he', 'he'), ('-', ''), ('Par-', 'Par')]
ST18941203-V20-56-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', '')]
ST18941203-V20-56-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-must', 'must'), ('Testaments.-', 'Testaments.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941203-V20-56-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Medo-', 'Medo'), ('-', ''), ('-', '')]
ST18941203-V20-56-page6.txt: [('-', ''), ('done."-', 'done."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941203-V20-56-page7.txt: [('-', ''), ('-', ''), ('as-', 'as'), ('-I.', 'I.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-life', 'life')]
ST18941203-V20-56-page8.txt: [('-part', 'part'), ('Franco-', 'Franco'), ('-', '')]
ST18941203-V20-56-page9.txt: [('what-', 'what'), ('-', ''), ('me-', 'me'), ('des-', 'des'), ('-me', 'me'), ('thou-', 'thou')]
ST18941210-V20-57-page1.txt: [('-', ''), ('-', ''), ('Ss.-', 'Ss.'), ('-See', 'See'), ('-', '')]
ST18941210-V20-57-page10.txt: [('Dr.-', 'Dr.'), ('.-', '.'), ('--', '-'), ('-', '')]
ST18941210-V20-57-page11.txt: [('-the', 'the'), ('-in', 'in'), ('Soudan-', 'Soudan'), ('-used', 'used'), ('Mo-', 'Mo')]
ST18941210-V20-57-page13.txt: [('-hundreds', 'hundreds'), ('-did', 'did'), ('-not', 'not'), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941210-V20-57-page14.txt: [('-SIGNS', 'SIGNS'), ('-Ned.', 'Ned.'), ('-', ''), ('Full-', 'Full'), ('PHOTO-', 'PHOTO'), ('-', ''), ('-', ''), ('-which', 'which')]
ST18941210-V20-57-page15.txt: [('ex-', 'ex'), ('CAL-', 'CAL')]
ST18941210-V20-57-page16.txt: [('-S', 'S'), ('it-', 'it'), ('Corner.-', 'Corner.'), ('Sword-', 'Sword'), ('Sins-', 'Sins'), ('-', ''), ('--Asiatic', '-Asiatic'), ('evan-', 'evan'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941210-V20-57-page2.txt: [('trod-', 'trod'), ('com-', 'com'), ('susqained-', 'susqained'), ('-which', 'which'), ("-sacred'day", "sacred'day"), ('-see', 'see')]
ST18941210-V20-57-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941210-V20-57-page4.txt: [('-', ''), ('sev-', 'sev'), ('--enty', '-enty'), ('-nationalities', 'nationalities')]
ST18941210-V20-57-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-among', 'among'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pro-', 'pro'), ('-', ''), ('-', ''), ('-', '')]
ST18941210-V20-57-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and')]
ST18941210-V20-57-page7.txt: [('-not', 'not'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('f-', 'f')]
ST18941210-V20-57-page8.txt: [('-', ''), ('Sin-', 'Sin'), ('gone--', 'gone-')]
ST18941210-V20-57-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941217-V20-58-page1.txt: [('C-', 'C'), ('-', ''), ('s.-', 's.'), ('-See', 'See'), ('-.came', '.came'), ('-', ''), ('in-', 'in'), ('-', ''), ('receive-', 'receive'), ('-still', 'still'), ('accept-', 'accept'), ('-least', 'least'), ('-from.-', 'from.-'), ("'consequences-", "'consequences"), ('-professedly', 'professedly'), ('-', ''), ('No-', 'No')]
ST18941217-V20-58-page11.txt: [('-', ''), ('about-', 'about'), ('-', ''), ('-dwelling.', 'dwelling.'), ('corn-', 'corn'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941217-V20-58-page12.txt: [('-are', 'are'), ('-', ''), ('-with', 'with'), ('-a', 'a')]
ST18941217-V20-58-page13.txt: [('it-', 'it'), ("-All'are", "All'are"), ('is-', 'is'), ('-', ''), ('"-', '"'), ('Righteous-', 'Righteous'), ('-', '')]
ST18941217-V20-58-page14.txt: [('-', ''), ('-Neh.', 'Neh.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-though', 'though'), ('-"r', '"r'), ('-', '')]
ST18941217-V20-58-page15.txt: [('-', ''), ('-', ''), ('ATONEIVIENT.-', 'ATONEIVIENT.'), ('-', ''), ('TREAT-', 'TREAT')]
ST18941217-V20-58-page16.txt: [('-', ''), ('-We', 'We'), ('-', ''), ('Corner.-', 'Corner.'), ('Questions-', 'Questions'), ('Prayer-', 'Prayer'), ('Said--', 'Said-'), ('-', ''), ('Government-', 'Government'), ('-office.', 'office.'), ('f-', 'f'), ('withthis-', 'withthis'), ('-e-', 'e-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941217-V20-58-page2.txt: [('-', ''), ('-', '')]
ST18941217-V20-58-page3.txt: [('-', '')]
ST18941217-V20-58-page4.txt: [('-the', 'the'), ('-praise', 'praise'), ('-Longfellow..', 'Longfellow..'), ('-', ''), ('-Mrs.', 'Mrs.'), ('while-', 'while'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ques-', 'ques'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941217-V20-58-page5.txt: [('-', '')]
ST18941217-V20-58-page6.txt: [('neces-', 'neces'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941217-V20-58-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941217-V20-58-page8.txt: [('-', ''), ('-', ''), ('-communication', 'communication'), ('-', '')]
ST18941217-V20-58-page9.txt: [('-', ''), ('mis-', 'mis'), ('-the', 'the'), ('-', ''), ('-dollars', 'dollars'), ('-', '')]
ST18941224-V20-59-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('s.-', 's.'), ('-See', 'See'), ('.-', '.'), ('-of', 'of'), ('-as', 'as'), ('-', ''), ('-"', '"')]
ST18941224-V20-59-page10.txt: [('-rimEse', 'rimEse'), ('-', ''), ('-', ''), ("-Deaconesses'", "Deaconesses'"), ('-', ''), ('-', ''), ('-bade', 'bade')]
ST18941224-V20-59-page11.txt: [('Miss-', 'Miss'), ('-was', 'was'), ('-She', 'She'), ('few-', 'few'), ('-', ''), ('-', ''), ('service.-', 'service.'), ('-field', 'field'), ('-', ''), ('-', '')]
ST18941224-V20-59-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-descripti', 'descripti'), ('-cent', 'cent'), ('-Pope', 'Pope')]
ST18941224-V20-59-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('imprison-', 'imprison'), ('-', ''), ('-Neh.', 'Neh.')]
ST18941224-V20-59-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-conscience', 'conscience'), ('-yea', 'yea'), ('---for', '--for'), ('-what', 'what'), ('Ans.-', 'Ans.'), ('Ans.-', 'Ans.'), ('-', ''), ('Ans.-', 'Ans.'), ('-', ''), ('-', ''), ('-typical', 'typical'), ('-', ''), ('TRACTS.-', 'TRACTS.')]
ST18941224-V20-59-page15.txt: [('-', ''), ('dis-', 'dis'), ('-', ''), ('--Andy', '-Andy'), ('-', ''), ('con-', 'con'), ('-', ''), ('-dead', 'dead')]
ST18941224-V20-59-page16.txt: [('-', ''), ('-', ''), ('-"Mountain', '"Mountain'), ("--The'Worldly", "-The'Worldly"), ('-', ''), ('-', ''), ('-A', 'A'), ('--', '-'), ('to-', 'to'), ('point-', 'point'), ('-', ''), ('-', ''), ('it-', 'it'), ('-', ''), ('-It', 'It'), ('-', ''), ('following-', 'following'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18941224-V20-59-page2.txt: [('-through', 'through'), ('-', ''), ('dom-', 'dom'), ('concern.-', 'concern.'), ('-', ''), ('I-', 'I'), ('-Peter', 'Peter'), ('-John.', 'John.'), ('-', '')]
ST18941224-V20-59-page3.txt: [('mal-', 'mal'), ('-', ''), ('-apart', 'apart'), ('-by', 'by'), ('-', ''), ('-the', 'the'), ('-kingdoms', 'kingdoms'), ('-', ''), ('-', '')]
ST18941224-V20-59-page4.txt: [('money.-', 'money.'), ('-', ''), ('Medo-', 'Medo'), ('-', ''), ('-angels.', 'angels.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('gods.-', 'gods.'), ('-', ''), ('-was', 'was')]
ST18941224-V20-59-page5.txt: [('-or', 'or'), ('-.Constantine', '.Constantine'), ('-Lord.', 'Lord.'), ('abom-', 'abom'), ('-', ''), ('-unclean', 'unclean'), ('-', ''), ('-was', 'was'), ('quest-', 'quest'), ('-that', 'that'), ('-', ''), ('-', '')]
ST18941224-V20-59-page6.txt: [('-as', 'as'), ('-Holy', 'Holy'), ('-God', 'God'), ('-', ''), ('-of', 'of'), ('-instance', 'instance'), ('-came', 'came')]
ST18941224-V20-59-page7.txt: [('-', ''), ('-any', 'any'), ('-fulfilled', 'fulfilled'), ('-that', 'that'), ('-for', 'for'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('-physician', 'physician')]
ST18941224-V20-59-page8.txt: [('ES.-', 'ES.'), ('-', ''), ('-', ''), ('-cheating', 'cheating'), ('-When', 'When'), ('-chicken', 'chicken'), ('in-', 'in'), ('-', ''), ('-', '')]
ST18941224-V20-59-page9.txt: [('re-', 're'), ('-', ''), ('applica-', 'applica'), ('-spilsn.', 'spilsn.'), ('-go', 'go')]
ST18950103-V20-59i-page1.txt: [('-', ''), ('-', ''), ('Cu-', 'Cu'), ('-', ''), ('con-', 'con'), ('-', ''), ('amuse-', 'amuse'), ('the-', 'the'), ('ar-', 'ar'), ('fore-', 'fore'), ('con-', 'con'), ('Poly-', 'Poly'), ('ninety-', 'ninety'), ('minis-', 'minis'), ('-', ''), ('-', ''), ('-', ''), ('innova-', 'innova'), ('him-', 'him'), ('coin-', 'coin'), ('ornaments-', 'ornaments'), ('pow-', 'pow'), ('reli-', 'reli'), ('Catholi-', 'Catholi'), ('ne-', 'ne'), ('in-', 'in'), ('Sab-', 'Sab'), ('gov-', 'gov'), ('Ian-', 'Ian'), ('onfeel-', 'onfeel'), ('-hidden', 'hidden'), ('Moor-', 'Moor'), ('....-', '....'), ('-', ''), ('le-', 'le'), ('Vaish-', 'Vaish'), ('stand-', 'stand'), ('Catho-', 'Catho'), ('ex-', 'ex'), ('-', ''), ('blind-', 'blind'), ('-', ''), ('testi-', 'testi')]
ST18950103-V20-59i-page2.txt: [('cere-', 'cere'), ('-', ''), ('Christ-', 'Christ'), ('-', ''), ('-', ''), ('-', ''), ('Is-', 'Is'), ('-', ''), ('persecua-', 'persecua'), ('-', ''), ('quar-', 'quar'), ('com-', 'com'), ('En-', 'En'), ('-..', '..'), ('do-', 'do'), ('-', ''), ('-', ''), ('some-', 'some'), ('-', ''), ('restrain-', 'restrain')]
ST18950103-V20-59i-page3.txt: [('-tering', 'tering'), ('-trance', 'trance'), ('-try', 'try'), ('-ity', 'ity'), ('r-', 'r'), ('-bearer', 'bearer'), ('-ing', 'ing'), ('-Mg', 'Mg'), ('con-', 'con'), ('P-', 'P'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-New', 'New'), ('-page', 'page'), ('-it', 'it'), ('-', ''), ('-', '')]
ST18950103-V20-59i-page4.txt: [('-', ''), ('OCIPREI-', 'OCIPREI')]
ST18950530-V21-21-page1.txt: [('-', ''), ('-', ''), ('W-', 'W'), ('-', ''), ('be-', 'be'), ('-', '')]
ST18950530-V21-21-page10.txt: [('-scriptures', 'scriptures'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('LAW-', 'LAW')]
ST18950530-V21-21-page11.txt: [('-', ''), ('-', '')]
ST18950530-V21-21-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('Catho-', 'Catho'), ('-', ''), ('-', ''), ('reli-', 'reli'), ('-', ''), ('-', '')]
ST18950530-V21-21-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---lambs', '--lambs'), ('PACIFIC-', 'PACIFIC')]
ST18950530-V21-21-page15.txt: [('-On', 'On'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-The', 'The'), ('-', ''), ('-Despatches', 'Despatches'), ('-A', 'A'), ('-The', 'The'), ('-Conflicting', 'Conflicting'), ('-Tuesday', 'Tuesday'), ('I-', 'I'), ('-', ''), ('Chris-', 'Chris'), ('-Rome', 'Rome'), ('-I', 'I'), ('-', ''), ('-', '')]
ST18950530-V21-21-page16.txt: [('Statements.-', 'Statements.'), ('-', ''), ('-the', 'the'), ('-for', 'for'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Family-', 'Family'), ('-', ''), ('-', ''), ('-to', 'to')]
ST18950530-V21-21-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18950530-V21-21-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18950530-V21-21-page4.txt: [('Jo-', 'Jo'), ('-', ''), ('-', ''), ('represent-', 'represent'), ('-it', 'it'), ('-n', 'n')]
ST18950530-V21-21-page5.txt: [('year-', 'year'), ('-page', 'page'), ('cot-', 'cot')]
ST18950530-V21-21-page6.txt: [('moth-', 'moth')]
ST18950530-V21-21-page7.txt: [('-', ''), ('-RI', 'RI')]
ST18950530-V21-21-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18960402-V22-14-page1.txt: [('-', ''), ('-', '')]
ST18960402-V22-14-page10.txt: [('-', '')]
ST18960402-V22-14-page11.txt: [('Judeo-', 'Judeo')]
ST18960402-V22-14-page12.txt: [('-', '')]
ST18960402-V22-14-page13.txt: [('-', ''), ('-long', 'long'), ('full-', 'full'), ('-', ''), ('-the', 'the'), ('-', '')]
ST18960402-V22-14-page14.txt: [('California-', 'California'), ('Y-', 'Y')]
ST18960402-V22-14-page15.txt: [('-', ''), ('-', ''), ('River-', 'River'), ('PUB-', 'PUB'), ('Argentine-', 'Argentine'), ('Society-', 'Society'), ('Society-', 'Society'), ('Li-', 'Li'), ('COM-', 'COM'), ('Scriptures.-', 'Scriptures.'), ('-el', 'el')]
ST18960402-V22-14-page16.txt: [('-We', 'We'), ('-When', 'When'), ('-Toronto', 'Toronto'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('look.-', 'look.'), ('-Saviour', 'Saviour')]
ST18960402-V22-14-page2.txt: [('-', ''), ('-of', 'of')]
ST18960402-V22-14-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-in', 'in')]
ST18960402-V22-14-page4.txt: [("-'iligfaiEsnr.falose.'.", "'iligfaiEsnr.falose.'."), ('-rY', 'rY'), ('-Fr', 'Fr'), ('-', ''), ('-.M', '.M'), ('-forever', 'forever')]
ST18960402-V22-14-page6.txt: [('-', ''), ('COM-', 'COM'), ('-', '')]
ST18960402-V22-14-page7.txt: [('-', '')]
ST18960402-V22-14-page9.txt: [('-', ''), ('-', '')]
ST18961001-V22-39-page1.txt: [('-begot', 'begot')]
ST18961001-V22-39-page11.txt: [('-', ''), ('Chris-', 'Chris')]
ST18961001-V22-39-page12.txt: [('-', ''), ('-', ''), ('Californiti-', 'Californiti'), ('-', ''), ('hum-', 'hum')]
ST18961001-V22-39-page13.txt: [('understanding.-', 'understanding.'), ('-our', 'our'), ('-', ''), ('-In', 'In'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961001-V22-39-page14.txt: [('-', ''), ('-t', 't'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961001-V22-39-page15.txt: [('-t.', 't.'), ('-kat', 'kat'), ('-zvpIres-', 'zvpIres-'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('River-', 'River'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('--', '-'), ('COM-', 'COM'), ('-id', 'id')]
ST18961001-V22-39-page16.txt: [('-When', 'When'), ('-', '')]
ST18961001-V22-39-page2.txt: [('-of', 'of'), ('-', '')]
ST18961001-V22-39-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('C-', 'C'), ('-', '')]
ST18961001-V22-39-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-.tr', '.tr'), ('-', ''), ('-', '')]
ST18961001-V22-39-page5.txt: [('-', ''), ('-', '')]
ST18961001-V22-39-page6.txt: [('out-', 'out')]
ST18961001-V22-39-page7.txt: [('nom-', 'nom')]
ST18961001-V22-39-page8.txt: [('-', '')]
ST18961001-V22-39-page9.txt: [('-', ''), ('-', '')]
ST18961008-V22-40-page1.txt: [('--', '-'), ('who-', 'who'), ('-world', 'world'), ('act-', 'act'), ('-', ''), ('-to', 'to')]
ST18961008-V22-40-page10.txt: [("'--", "'-"), ('.-', '.')]
ST18961008-V22-40-page11.txt: [('mill-', 'mill'), ('-Call.rage', 'Call.rage'), ('-', ''), ('-', ''), ('of--', 'of-'), ('-', '')]
ST18961008-V22-40-page12.txt: [('bap-', 'bap'), ('-', '')]
ST18961008-V22-40-page13.txt: [('---..--thas-w.', '--..--thas-w.'), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-the', 'the'), ('-', '')]
ST18961008-V22-40-page14.txt: [('--', '-'), ('-..', '..'), ('ex-', 'ex')]
ST18961008-V22-40-page15.txt: [('-la', 'la'), ('-', ''), ('-N-ew', 'N-ew'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Soclety-', 'Soclety'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('River-', 'River'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961008-V22-40-page16.txt: [('u-', 'u'), ('-', ''), ('teissaspits-', 'teissaspits'), ('--werstfers.', '-werstfers.'), ('-', ''), ('-', '')]
ST18961008-V22-40-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961008-V22-40-page3.txt: [("-.''-fttrtrtrrttrtrati-riTErrtrirder", ".''-fttrtrtrrttrtrati-riTErrtrirder"), ('-', ''), ('-', '')]
ST18961008-V22-40-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18961008-V22-40-page5.txt: [('hour--', 'hour-'), ('-', ''), ("-'", "'")]
ST18961008-V22-40-page6.txt: [('-', ''), ('your-', 'your')]
ST18961008-V22-40-page7.txt: [('-centuries', 'centuries')]
ST18961008-V22-40-page8.txt: [('errt--', 'errt-'), ('Tire--', 'Tire-'), ('treasury-', 'treasury')]
ST18961015-V22-41-page1.txt: [('-', ''), ('f-', 'f'), ('-', '')]
ST18961015-V22-41-page10.txt: [('-case', 'case')]
ST18961015-V22-41-page11.txt: [('-', ''), ('-', '')]
ST18961015-V22-41-page12.txt: [('Mc-', 'Mc'), ('-', ''), ('be-', 'be'), ('there-', 'there'), ('be-', 'be')]
ST18961015-V22-41-page13.txt: [('-knowledge', 'knowledge'), ('-', ''), ('-', ''), ('-', '')]
ST18961015-V22-41-page14.txt: [('-', ''), ('-r-u', 'r-u')]
ST18961015-V22-41-page15.txt: [('-', ''), ('-I.', 'I.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('River-', 'River'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society')]
ST18961015-V22-41-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('MOR-', 'MOR')]
ST18961015-V22-41-page2.txt: [('-', ''), ('-lamb', 'lamb'), ('-', '')]
ST18961015-V22-41-page3.txt: [('-', ''), ('conse-', 'conse'), ('-', ''), ('-', ''), ('-', '')]
ST18961015-V22-41-page4.txt: [('-', ''), ('-', ''), ('.o..............-', '.o..............')]
ST18961015-V22-41-page5.txt: [('pro-', 'pro'), ('transgres-', 'transgres')]
ST18961015-V22-41-page6.txt: [('"CHRIS-', '"CHRIS')]
ST18961015-V22-41-page8.txt: [('-', '')]
ST18961015-V22-41-page9.txt: [('-', ''), ('Israel-', 'Israel')]
ST18961022-V22-42-page1.txt: [('-', ''), ('-', '')]
ST18961022-V22-42-page10.txt: [('-i.-.eremia.', 'i.-.eremia.')]
ST18961022-V22-42-page12.txt: [('.-', '.'), ('-', ''), ('Mich.-', 'Mich.'), ('Mo.-', 'Mo.'), ('Mass.-', 'Mass.'), ('servce-', 'servce'), ('Wash.-', 'Wash.'), ('-', ''), ('Ohlo.-', 'Ohlo.'), ('Francisco.-', 'Francisco.'), ('Angeles.-', 'Angeles.')]
ST18961022-V22-42-page13.txt: [('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('-all', 'all')]
ST18961022-V22-42-page14.txt: [('-', ''), ('I-', 'I')]
ST18961022-V22-42-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('River-', 'River'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('manufactur-', 'manufactur'), ('-', ''), ('-', ''), ('-', ''), ('-year', 'year'), ('-', ''), ('-', ''), ('-', '')]
ST18961022-V22-42-page16.txt: [('MOR-', 'MOR')]
ST18961022-V22-42-page2.txt: [("-'reader", "'reader"), ('-', ''), ('-', ''), ('-I', 'I'), ('-sks', 'sks'), ('-which', 'which'), ('-', '')]
ST18961022-V22-42-page3.txt: [('-', ''), ('-', '')]
ST18961022-V22-42-page4.txt: [('-', ''), ('-.-', '.-'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('--E', '-E'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST18961022-V22-42-page5.txt: [('itirani.tit-', 'itirani.tit'), ('-', ''), ('-......', '......'), ('-...', '...'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961022-V22-42-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18961022-V22-42-page7.txt: [('-it', 'it')]
ST18961022-V22-42-page8.txt: [('-dipped', 'dipped'), ('-', '')]
ST18961022-V22-42-page9.txt: [('-', ''), ('author-', 'author'), ('-', ''), ('-.--', '.--'), ('-', ''), ('-', ''), ('--', '-')]
ST18961029-V22-43-page1.txt: [('-', '')]
ST18961029-V22-43-page11.txt: [('un-', 'un')]
ST18961029-V22-43-page12.txt: [('-Central', 'Central'), ('-', ''), ('-', ''), ('Phar-', 'Phar'), ('H.-', 'H.'), ('Nico-', 'Nico'), ('the-', 'the')]
ST18961029-V22-43-page13.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-the', 'the'), ('spit.-', 'spit.'), ('-the', 'the'), ('-the', 'the')]
ST18961029-V22-43-page14.txt: [('-', '')]
ST18961029-V22-43-page15.txt: [('-at', 'at'), ('-', ''), ('Pus-', 'Pus'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soeillty-', 'Soeillty'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('River-', 'River'), ('Hoc.-', 'Hoc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('C--', 'C-'), ('N-', 'N')]
ST18961029-V22-43-page16.txt: [('-We', 'We'), ('-When', 'When'), ('-il.', 'il.'), ('-', ''), ('MOR-', 'MOR')]
ST18961029-V22-43-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961029-V22-43-page3.txt: [('-', ''), ('-', ''), ('o-', 'o'), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961029-V22-43-page4.txt: [('-', '')]
ST18961029-V22-43-page5.txt: [('-', ''), ('-....-...', '....-...'), ('-', ''), ('-dkr', 'dkr'), ('-.', '.'), ('-...', '...'), ('-.', '.')]
ST18961029-V22-43-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST18961029-V22-43-page9.txt: [('-', ''), ('-', '')]
ST18961105-V22-44-page1.txt: [('de-', 'de'), ('de-', 'de'), ('-', '')]
ST18961105-V22-44-page10.txt: [('-', '')]
ST18961105-V22-44-page11.txt: [('Mc-', 'Mc')]
ST18961105-V22-44-page12.txt: [('Inter-', 'Inter'), ('medal-', 'medal'), ('thy-', 'thy')]
ST18961105-V22-44-page13.txt: [('-a', 'a'), ('-constitutes', 'constitutes'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961105-V22-44-page14.txt: [('---"', '--"')]
ST18961105-V22-44-page15.txt: [('GS-', 'GS'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soe.-', 'Soe.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('River-', 'River'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('manufactur-', 'manufactur'), ('PUB-', 'PUB'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', '')]
ST18961105-V22-44-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('MOR-', 'MOR'), ('-', ''), ('Tim-', 'Tim')]
ST18961105-V22-44-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961105-V22-44-page3.txt: [('Jesu-', 'Jesu'), ('America-', 'America'), ('tradi-', 'tradi')]
ST18961105-V22-44-page4.txt: [('-tz-', 'tz-'), ('-', ''), ('-', ''), ('-', '')]
ST18961105-V22-44-page5.txt: [('re-', 're'), ('-', '')]
ST18961105-V22-44-page6.txt: [('OBE-', 'OBE'), ('-', ''), ('-', '')]
ST18961105-V22-44-page7.txt: [('"Re-', '"Re')]
ST18961105-V22-44-page9.txt: [('-', ''), ('-', ''), ('-IE', 'IE'), ('-za', 'za'), ('-f', 'f')]
ST18961112-V22-45-page1.txt: [('-', '')]
ST18961112-V22-45-page10.txt: [('f-', 'f'), ('-soon', 'soon')]
ST18961112-V22-45-page12.txt: [('-', ''), ('him-', 'him'), ('be-', 'be'), ('be-', 'be'), ('answer-', 'answer'), ('-the', 'the'), ('-', ''), ('-than.', 'than.'), ('re-', 're')]
ST18961112-V22-45-page13.txt: [('-such', 'such'), ('-', ''), ('-', '')]
ST18961112-V22-45-page14.txt: [('ex-', 'ex')]
ST18961112-V22-45-page15.txt: [('-', ''), ('-la', 'la'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('River-', 'River'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', '')]
ST18961112-V22-45-page16.txt: [('-', ''), ('MOR-', 'MOR'), ('disappoint-', 'disappoint')]
ST18961112-V22-45-page2.txt: [('-litgliteousness', 'litgliteousness'), ('-', ''), ('IOW-', 'IOW'), ('-', ''), ('-', '')]
ST18961112-V22-45-page3.txt: [('-', ''), ('devo-', 'devo'), ('-', ''), ("---'", "--'"), ('theorigi-', 'theorigi')]
ST18961112-V22-45-page4.txt: [('-', '')]
ST18961112-V22-45-page5.txt: [('-alf', 'alf'), ('-', '')]
ST18961112-V22-45-page6.txt: [('-', ''), ('..on-', '..on'), ('-', '')]
ST18961112-V22-45-page7.txt: [('DAWN-', 'DAWN')]
ST18961112-V22-45-page8.txt: [('cpapliP-', 'cpapliP')]
ST18961112-V22-45-page9.txt: [('-', ''), ('-IS', 'IS')]
ST18961119-V22-46-page1.txt: [('-', ''), ('-and', 'and'), ('-to', 'to')]
ST18961119-V22-46-page10.txt: [('--one-tenth', '-one-tenth'), ('-eentur', 'eentur'), ('-.', '.')]
ST18961119-V22-46-page11.txt: [("-ourdon't", "ourdon't"), ('-', '')]
ST18961119-V22-46-page12.txt: [('or-', 'or'), ('Pa-', 'Pa'), ('RE-', 'RE'), ('-', ''), ('say-', 'say'), ('abid-', 'abid'), ('in-', 'in'), ('minis-', 'minis')]
ST18961119-V22-46-page13.txt: [('-', ''), ('the-', 'the'), ('ac-', 'ac'), ('-', ''), ('in-', 'in'), ('-women', 'women'), ('experi-', 'experi')]
ST18961119-V22-46-page14.txt: [('"..-', '"..'), ('-', ''), ('fortiom-', 'fortiom'), ('-', ''), ('-', ''), ('-foot', 'foot'), ('-', ''), ('-Itsi', 'Itsi'), ('-', '')]
ST18961119-V22-46-page15.txt: [('-Umli', 'Umli'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Sotiety-', 'Sotiety'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('River-', 'River'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('-..', '..'), ('-', ''), ('-', ''), ('Stuneter-', 'Stuneter'), ('-', ''), ('-', '')]
ST18961119-V22-46-page16.txt: [('-We', 'We'), ("-'While", "'While"), ('-the', 'the')]
ST18961119-V22-46-page2.txt: [('an-', 'an'), ('permitsjiltr-', 'permitsjiltr'), ('---po', '--po'), ('begin-', 'begin'), ('de-', 'de'), ('Schaff-', 'Schaff'), ('-', '')]
ST18961119-V22-46-page3.txt: [('-lain', 'lain'), ('---w', '--w'), ('-lii', 'lii'), ('-', ''), ('rintk-', 'rintk'), ('.-', '.'), ('sym-', 'sym'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961119-V22-46-page4.txt: [('sin-', 'sin'), ('t-', 't'), ('-and', 'and'), ('-', '')]
ST18961119-V22-46-page5.txt: [('-', ''), ('O-dt.-', 'O-dt.'), ('---Jeverythotyht', '--Jeverythotyht'), ('-Cottld', 'Cottld')]
ST18961119-V22-46-page6.txt: [("-'", "'"), ('-', '')]
ST18961119-V22-46-page7.txt: [('-', '')]
ST18961119-V22-46-page8.txt: [('-', ''), ('-undertake', 'undertake'), ('--tt', '-tt'), ('--', '-')]
ST18961119-V22-46-page9.txt: [('sue.-', 'sue.'), ('-', ''), ('amend-', 'amend'), ('-', '')]
ST18961126-V22-47-page1.txt: [('-', ''), ('-', '')]
ST18961126-V22-47-page10.txt: [('-eye', 'eye'), ('-Mrs.', 'Mrs.')]
ST18961126-V22-47-page11.txt: [('-', '')]
ST18961126-V22-47-page12.txt: [('Ohio.-', 'Ohio.'), ('Francisco.-', 'Francisco.'), ('Angeles.-', 'Angeles.'), ('.-', '.'), ('Mich.-', 'Mich.'), ('Mo.-', 'Mo.'), ('Mass.-', 'Mass.'), ('serv-', 'serv'), ('Wash.-', 'Wash.'), ('XI.-', 'XI.'), ('-', ''), ('in-', 'in'), ('there-', 'there'), ('Mass.-', 'Mass.'), ('.-', '.')]
ST18961126-V22-47-page13.txt: [('-', ''), ('-', ''), ('-intemperance', 'intemperance'), ('re-', 're'), ('-', '')]
ST18961126-V22-47-page14.txt: [('----."\'OMMMMMUMNIMMIIIMMMMWWWWWIIMUM', '---."\'OMMMMMUMNIMMIIIMMMMWWWWWIIMUM')]
ST18961126-V22-47-page15.txt: [('-', ''), ('society-', 'society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('River-', 'River'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Pun-', 'Pun'), ('-', ''), ('-M.', 'M.'), ('Ad-', 'Ad')]
ST18961126-V22-47-page16.txt: [('-When', 'When'), ('-', ''), ('Mc-', 'Mc')]
ST18961126-V22-47-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('con-', 'con')]
ST18961126-V22-47-page3.txt: [('-', ''), ('-', ''), ('Um-', 'Um')]
ST18961126-V22-47-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961126-V22-47-page5.txt: [('-', '')]
ST18961126-V22-47-page6.txt: [('"jr-', '"jr'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('die-', 'die'), ('thee"-', 'thee"'), ('-', '')]
ST18961126-V22-47-page8.txt: [('-', '')]
ST18961126-V22-47-page9.txt: [('PROCLAMA-', 'PROCLAMA'), ('Mc-', 'Mc'), ('--', '-')]
ST18961203-V22-48-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('tee-', 'tee'), ('-m', 'm'), ('--', '-'), ('--', '-'), ('-', '')]
ST18961203-V22-48-page10.txt: [('-', '')]
ST18961203-V22-48-page11.txt: [('-', '')]
ST18961203-V22-48-page12.txt: [('-', ''), ('him-', 'him'), ('tradi-', 'tradi')]
ST18961203-V22-48-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-gold', 'gold'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-God', 'God'), ('-God', 'God')]
ST18961203-V22-48-page14.txt: [('SLQ-', 'SLQ'), ('-pound', 'pound'), ('-pounders', 'pounders'), ('-milimeter', 'milimeter'), ('-inch', 'inch'), ('-', ''), ('repre-', 'repre')]
ST18961203-V22-48-page15.txt: [('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc..-', 'Soc..'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('-Int', 'Int'), ('-', ''), ('-', '')]
ST18961203-V22-48-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ten-', 'Ten')]
ST18961203-V22-48-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18961203-V22-48-page3.txt: [('con-', 'con'), ('con-', 'con')]
ST18961203-V22-48-page4.txt: [('-', ''), ('Medo-', 'Medo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961203-V22-48-page5.txt: [('AP-', 'AP')]
ST18961203-V22-48-page6.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-', '')]
ST18961203-V22-48-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST18961210-V22-49-page1.txt: [('One-All-', 'One-All')]
ST18961210-V22-49-page11.txt: [('Secre-', 'Secre')]
ST18961210-V22-49-page12.txt: [('BLIND-', 'BLIND'), ('-', ''), ('-not', 'not'), ('-numbered', 'numbered'), ('-be', 'be')]
ST18961210-V22-49-page13.txt: [('---N', '--N'), ('-', '')]
ST18961210-V22-49-page14.txt: [('.-', '.'), ('-The', 'The'), ('-Ice', 'Ice'), ('-An', 'An'), ('-"', '"'), ('house-', 'house'), ('-', ''), ('-Who', 'Who'), ('-Religious', 'Religious'), ('-Religious', 'Religious'), ('Li-', 'Li'), ('-', ''), ('-MRS.', 'MRS.'), ('BARROWS.-', 'BARROWS.'), ('-The', 'The'), ('-Syracuse', 'Syracuse'), ('-', '')]
ST18961210-V22-49-page15.txt: [('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('River-', 'River'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-page', 'page'), ('-page', 'page'), ('Jur-', 'Jur')]
ST18961210-V22-49-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('indiffer-', 'indiffer')]
ST18961210-V22-49-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961210-V22-49-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18961210-V22-49-page4.txt: [('Medo-', 'Medo'), ('E-', 'E'), ('-', ''), ('-', ''), ('-', ''), ('-embracing', 'embracing'), ('-I', 'I')]
ST18961210-V22-49-page5.txt: [('-I.', 'I.')]
ST18961210-V22-49-page6.txt: [('-', ''), ('-', '')]
ST18961210-V22-49-page7.txt: [('whoso-', 'whoso'), ('-', ''), ('-', '')]
ST18961217-V22-50-page1.txt: [('-', ''), ('rec-', 'rec')]
ST18961217-V22-50-page10.txt: [('-I.', 'I.'), ('-', ''), ('sal-', 'sal')]
ST18961217-V22-50-page11.txt: [('-', '')]
ST18961217-V22-50-page12.txt: [('-', ''), ('-', ''), ('-omething', 'omething'), ('blasphem-', 'blasphem'), ('IL-', 'IL'), ('-', ''), ('Sol-', 'Sol')]
ST18961217-V22-50-page13.txt: [('-appointing', 'appointing'), ('SCI-', 'SCI'), ('-', ''), ('-', ''), ('-', ''), ('-all', 'all'), ('-Film', 'Film'), ('-An', 'An'), ('Mich.-', 'Mich.'), ('Mich.-', 'Mich.'), ('-', ''), ('-MRS.', 'MRS.'), ('BARROWS.-', 'BARROWS.'), ('-The', 'The'), ('house-', 'house'), ('-', ''), ('king-', 'king'), ('-a', 'a'), ('-Syracuse', 'Syracuse')]
ST18961217-V22-50-page14.txt: [('sup-', 'sup'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961217-V22-50-page15.txt: [('-VD', 'VD'), ('-page', 'page'), ('Pon-', 'Pon'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('River-', 'River'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('-page', 'page')]
ST18961217-V22-50-page16.txt: [('-We', 'We'), ('-When', 'When'), ('-clambered', 'clambered'), ('-', ''), ('Child-', 'Child'), ('MOR-', 'MOR'), ('-We', 'We'), ('-', '')]
ST18961217-V22-50-page2.txt: [('Medo-', 'Medo'), ('-', ''), ('I-', 'I'), ('op-', 'op')]
ST18961217-V22-50-page3.txt: [('Red-', 'Red')]
ST18961217-V22-50-page4.txt: [('-elsebeside', 'elsebeside'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961217-V22-50-page5.txt: [('..z-', '..z'), ('forbid-', 'forbid'), ('P.-', 'P.'), ('-', '')]
ST18961217-V22-50-page6.txt: [('-', ''), ('-', '')]
ST18961217-V22-50-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961217-V22-50-page8.txt: [('Conti-', 'Conti')]
ST18961217-V22-50-page9.txt: [('-', ''), ('keenly-', 'keenly'), ('your-', 'your'), ('-not', 'not'), ('-', '')]
ST18961224-V22-51-page1.txt: [('-oneness', 'oneness')]
ST18961224-V22-51-page10.txt: [('air-', 'air'), ('-', ''), ('-', ''), ('-', ''), ('-.upon', '.upon')]
ST18961224-V22-51-page11.txt: [('-', ''), ('Las-', 'Las'), ('-', ''), ('-', ''), ('-', ''), ('l-', 'l'), ('Gall-', 'Gall'), ('Cap-', 'Cap'), ('per-', 'per'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('t-', 't'), ('but-', 'but'), ('im-', 'im')]
ST18961224-V22-51-page12.txt: [('accord-', 'accord'), ('-', ''), ('-', ''), ('-', ''), ('ILLUS-', 'ILLUS'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mich.-', 'Mich.'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-----', '----'), ('-page', 'page'), ('-', '')]
ST18961224-V22-51-page13.txt: [('to--', 'to-'), ('-been', 'been'), ('-', '')]
ST18961224-V22-51-page14.txt: [('-page', 'page'), ('-page', 'page')]
ST18961224-V22-51-page15.txt: [("JO'a-", "JO'a"), ('be-', 'be'), ('Mo-', 'Mo'), ('-', ''), ('andAchimbegatE-', 'andAchimbegatE'), ('chil-', 'chil'), ('Na-', 'Na'), ('the-', 'the'), ('-', ''), ('-tick', 'tick'), ('-FzraLs', 'FzraLs'), ('-zras', 'zras'), ('carry-', 'carry')]
ST18961224-V22-51-page16.txt: [('-When', 'When'), ('-', ''), ('MOR-', 'MOR')]
ST18961224-V22-51-page2.txt: [('-for', 'for')]
ST18961224-V22-51-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18961224-V22-51-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('hu-', 'hu'), ('-', ''), ('-', ''), ('-', ''), ('-rival', 'rival'), ('-', ''), ('-', ''), ('-', ''), ('Babylon.-', 'Babylon.'), ('-', '')]
ST18961224-V22-51-page5.txt: [('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-Ild', 'Ild'), ('.-', '.'), ('-', '')]
ST18961224-V22-51-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('begin-', 'begin'), ('-', ''), ('-', '')]
ST18961224-V22-51-page7.txt: [('-', '')]
ST18961224-V22-51-page8.txt: [('-', ''), ('-undering', 'undering'), ('-fore', 'fore')]
ST18961224-V22-51-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--k-', '-k-'), ('--', '-'), ('-', ''), ('..--', '..-'), ('-', ''), ('-', ''), ('-', '')]
ST18970422-V23-16-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('---', '--'), ('-', ''), ('----', '---'), ('-', ''), ('--', '-'), ('-L....', 'L....'), ('--', '-')]
ST18970422-V23-16-page10.txt: [('-elate', 'elate')]
ST18970422-V23-16-page11.txt: [('right-', 'right'), ('-', '')]
ST18970422-V23-16-page12.txt: [('-', ''), ('-', '')]
ST18970422-V23-16-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-By', 'By'), ('-The', 'The'), ('-', ''), ('-', ''), ('-President', 'President'), ('-', ''), ('-Early', 'Early'), ('-The', 'The'), ('-A', 'A'), ('-', ''), ('-', ''), ('-The', 'The'), ('-An', 'An'), ('-According', 'According'), ('-', ''), ('-It', 'It'), ('-', ''), ('-s', 's')]
ST18970422-V23-16-page14.txt: [('Rear-', 'Rear'), ('-', ''), ('Pun-', 'Pun'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society--', 'Society-'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society')]
ST18970422-V23-16-page15.txt: [('-', ''), ('-Tronovonekng', 'Tronovonekng'), ('el-', 'el'), ('be-', 'be'), ('Na-', 'Na')]
ST18970422-V23-16-page16.txt: [('-', ''), ('--', '-'), ('Lesson.-', 'Lesson.'), ('Ad-', 'Ad')]
ST18970422-V23-16-page2.txt: [('-', '')]
ST18970422-V23-16-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('mat-', 'mat'), ('-', '')]
ST18970422-V23-16-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('i-', 'i'), ('-ii.', 'ii.'), ('-nit', 'nit'), ('-', ''), ('n-', 'n'), ('-ngizi', 'ngizi'), ('-', ''), ('-adter-kal-veettt', 'adter-kal-veettt'), ('-', ''), ('o-', 'o'), ('-that', 'that'), ('-uolsinekha', 'uolsinekha')]
ST18970422-V23-16-page7.txt: [('in-', 'in'), ('-', ''), ('formal-', 'formal'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18970422-V23-16-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('heroism.-', 'heroism.'), ('-', ''), ('-', ''), ('-', '')]
ST18970429-V23-17-page1.txt: [('-', ''), ('Ours.-', 'Ours.')]
ST18970429-V23-17-page10.txt: [('RE-', 'RE')]
ST18970429-V23-17-page11.txt: [('-', '')]
ST18970429-V23-17-page12.txt: [('JE-', 'JE'), ('-', ''), ('re-', 're'), ('Verse-by-', 'Verse-by')]
ST18970429-V23-17-page13.txt: [('-Spirit', 'Spirit'), ('-', ''), ('fruit-', 'fruit'), ('wort-', 'wort')]
ST18970429-V23-17-page14.txt: [('Jear-', 'Jear'), ('-The', 'The')]
ST18970429-V23-17-page15.txt: [('-', ''), ('NA.-', 'NA.')]
ST18970429-V23-17-page2.txt: [('-', ''), ('-', '')]
ST18970429-V23-17-page3.txt: [('-', '')]
ST18970429-V23-17-page4.txt: [('-', ''), ('-', ''), ('BAB-', 'BAB')]
ST18970429-V23-17-page5.txt: [('God-', 'God'), ('-', ''), ('-', ''), ('M--', 'M-'), ('-', '')]
ST18970429-V23-17-page6.txt: [('-', ''), ('-', '')]
ST18970429-V23-17-page7.txt: [('-', ''), ('-', '')]
ST18970429-V23-17-page8.txt: [('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-', '')]
ST18970506-V23-18-page10.txt: [('-', ''), ('-way', 'way'), ('-would', 'would')]
ST18970506-V23-18-page11.txt: [('right-', 'right')]
ST18970506-V23-18-page12.txt: [('Mass.-', 'Mass.'), ('-', ''), ('Springs.-', 'Springs.'), ('Mont.-', 'Mont.'), ('Angeles.-', 'Angeles.'), ('Keene.-', 'Keene.'), ('noth-', 'noth'), ('disci-', 'disci'), ('access-', 'access'), ('de-', 'de'), ('Francisco.-', 'Francisco.'), ('Mo.-', 'Mo.'), ('Mass.-', 'Mass.'), ('Mich.-', 'Mich.'), ('Minn.-', 'Minn.'), ('-', '')]
ST18970506-V23-18-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('i-', 'i'), ('o-', 'o'), ('nda--', 'nda-'), ('-', ''), ('-', ''), ('-', ''), ('strangled.-', 'strangled.'), ('-', ''), ('-the', 'the'), ('justifica-', 'justifica')]
ST18970506-V23-18-page14.txt: [('-', ''), ('Vice-', 'Vice')]
ST18970506-V23-18-page15.txt: [('Pus-', 'Pus'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', '')]
ST18970506-V23-18-page16.txt: [('-firn', 'firn'), ('Serv-', 'Serv'), ('-', '')]
ST18970506-V23-18-page4.txt: [('-', ''), ('gen-', 'gen')]
ST18970506-V23-18-page5.txt: [('-ospect', 'ospect')]
ST18970506-V23-18-page6.txt: [('-', ''), ('-', '')]
ST18970506-V23-18-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('prom-', 'prom')]
ST18970506-V23-18-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-S.', 'S.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18970506-V23-18-page9.txt: [('peo-', 'peo'), ('-', ''), ('Ex-', 'Ex'), ('-', '')]
ST18970513-V23-19-page1.txt: [('-', '')]
ST18970513-V23-19-page10.txt: [('sun-', 'sun'), ('--and', '-and')]
ST18970513-V23-19-page12.txt: [('Springs.-', 'Springs.'), ('Mont.-', 'Mont.'), ('Angeles.-', 'Angeles.'), ('Francisco.-', 'Francisco.'), ('Mo.-', 'Mo.'), ('Mass.-', 'Mass.'), ('Ohio.-', 'Ohio.'), ('Minn.-', 'Minn.'), ('-', '')]
ST18970513-V23-19-page13.txt: [('-', ''), ('-', ''), ('-Of', 'Of'), ('-', ''), ('say-', 'say'), ('Gab-', 'Gab'), ('cru-', 'cru'), ('-', ''), ('-', '')]
ST18970513-V23-19-page14.txt: [('-', ''), ('Scrip-', 'Scrip')]
ST18970513-V23-19-page15.txt: [('IMP-', 'IMP'), ('Pus-', 'Pus'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('-', ''), ('-', ''), ('g-', 'g')]
ST18970513-V23-19-page16.txt: [('-', '')]
ST18970513-V23-19-page2.txt: [('-I', 'I'), ('-', ''), ('-', '')]
ST18970513-V23-19-page3.txt: [('fellow-', 'fellow')]
ST18970513-V23-19-page4.txt: [('king-', 'king')]
ST18970513-V23-19-page5.txt: [('io-', 'io'), ('-', ''), ('-', '')]
ST18970513-V23-19-page6.txt: [('brood-', 'brood')]
ST18970513-V23-19-page7.txt: [('Chal-', 'Chal'), ('be-', 'be')]
ST18970513-V23-19-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sup-', 'sup'), ('-', '')]
ST18970513-V23-19-page9.txt: [('cries-', 'cries')]
ST18970520-V23-20-page1.txt: [('PROPH-', 'PROPH')]
ST18970520-V23-20-page10.txt: [('-', ''), ('-bottom', 'bottom'), ('-Would', 'Would'), ('-', '')]
ST18970520-V23-20-page12.txt: [('-', ''), ('-', ''), ('Mc-', 'Mc'), ('-page', 'page')]
ST18970520-V23-20-page13.txt: [('Jews."-', 'Jews."'), ('lost"-', 'lost"'), ('indsa--', 'indsa-'), ('-', ''), ('steers-', 'steers'), ('man-', 'man'), ('-', ''), ('God-', 'God'), ('willeth.-', 'willeth.'), ('-it', 'it')]
ST18970520-V23-20-page14.txt: [('-ewe', 'ewe'), ('-', ''), ('-foot', 'foot')]
ST18970520-V23-20-page15.txt: [('PUB-', 'PUB'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society')]
ST18970520-V23-20-page16.txt: [('XS-', 'XS'), ('I-', 'I')]
ST18970520-V23-20-page2.txt: [('Medo-', 'Medo'), ('-', ''), ('-', '')]
ST18970520-V23-20-page5.txt: [('-', ''), ('-', '')]
ST18970520-V23-20-page6.txt: [('ex-', 'ex'), ('incorpo-', 'incorpo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('di-', 'di')]
ST18970520-V23-20-page7.txt: [('-ways', 'ways'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de')]
ST18970520-V23-20-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-rule', 'rule'), ('nine-', 'nine')]
ST18970520-V23-20-page9.txt: [('--', '-')]
ST18970527-V23-21-page1.txt: [('-whom', 'whom')]
ST18970527-V23-21-page10.txt: [('-wus', 'wus'), ('-like', 'like')]
ST18970527-V23-21-page11.txt: [('CASH-', 'CASH'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18970527-V23-21-page12.txt: [('-', ''), ('COM-', 'COM')]
ST18970527-V23-21-page13.txt: [('-SABBA', 'SABBA'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('accord-', 'accord'), ('Fa-', 'Fa'), ('-OR-', 'OR-'), ('COM-', 'COM'), ('im-', 'im'), ('en-', 'en'), ('per-', 'per'), ('-', ''), ('In-', 'In')]
ST18970527-V23-21-page14.txt: [('-her', 'her')]
ST18970527-V23-21-page15.txt: [('PUB-', 'PUB'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-Kansas', 'Kansas'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', '')]
ST18970527-V23-21-page16.txt: [('troubles.-', 'troubles.'), ('-', ''), ('-NO.', 'NO.'), ('-NO.', 'NO.'), ('Ques-', 'Ques')]
ST18970527-V23-21-page2.txt: [('-', ''), ('-', ''), ('such-', 'such'), ('promul-', 'promul')]
ST18970527-V23-21-page3.txt: [('-', '')]
ST18970527-V23-21-page4.txt: [('-', ''), ('-', ''), ('gratifi-', 'gratifi')]
ST18970527-V23-21-page6.txt: [('RIGHT-', 'RIGHT'), ('-', '')]
ST18970527-V23-21-page7.txt: [('de-', 'de'), ('-nor', 'nor'), ('gen-', 'gen')]
ST18970527-V23-21-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18970527-V23-21-page9.txt: [('MAN-', 'MAN')]
ST18970603-V23-22-page1.txt: [('-', ''), ('-', ''), ('Is-', 'Is')]
ST18970603-V23-22-page10.txt: [('-', '')]
ST18970603-V23-22-page11.txt: [('-', ''), ('-', ''), ('-', '')]
ST18970603-V23-22-page12.txt: [('Mass.-', 'Mass.'), ('Ohio.-', 'Ohio.'), ('Mich.-', 'Mich.'), ('Minn.-', 'Minn.'), ('SANI-', 'SANI'), ('Springs.-', 'Springs.'), ('Mont.-', 'Mont.'), ('Angeles.-', 'Angeles.'), ('Francisco.-', 'Francisco.'), ('Mo.-', 'Mo.'), ('serv-', 'serv'), ('Mass.-', 'Mass.'), ('-', ''), ('-page', 'page')]
ST18970603-V23-22-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('anda--', 'anda-'), ('-SUNDAY', 'SUNDAY'), ('be-', 'be'), ('-', ''), ('right-', 'right'), ('-The', 'The'), ('de-', 'de')]
ST18970603-V23-22-page14.txt: [('-', ''), ('-s', 's'), ('-ii', 'ii'), ('COM-', 'COM'), ('--Advices', '-Advices'), ('-', '')]
ST18970603-V23-22-page15.txt: [('PUB-', 'PUB'), ('busi-', 'busi'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Scrip-', 'Scrip')]
ST18970603-V23-22-page16.txt: [('Rea-', 'Rea'), ('-', ''), ('GIL-', 'GIL'), ('-', ''), ('Re-', 'Re')]
ST18970603-V23-22-page2.txt: [('-', ''), ('-', ''), ('destrue--', 'destrue-')]
ST18970603-V23-22-page3.txt: [('-', ''), ('-', ''), ('-his', 'his'), ('-', ''), ('-', ''), ('-care', 'care')]
ST18970603-V23-22-page4.txt: [('-', ''), ('-', '')]
ST18970603-V23-22-page5.txt: [('-', '')]
ST18970603-V23-22-page6.txt: [('-', ''), ('-', '')]
ST18970603-V23-22-page7.txt: [('-', '')]
ST18970603-V23-22-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('P-', 'P'), ('-once', 'once')]
ST18970617-V23-23-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('perse-', 'perse')]
ST18970617-V23-23-page10.txt: [('--S.', '-S.'), ('sal-', 'sal'), ('Bud-', 'Bud')]
ST18970617-V23-23-page11.txt: [('-page', 'page')]
ST18970617-V23-23-page12.txt: [('-', ''), ('-', ''), ('Fa-', 'Fa'), ('Is-', 'Is'), ('Ju-', 'Ju'), ('-', '')]
ST18970617-V23-23-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"The', '"The'), ('-', ''), ('-', '')]
ST18970617-V23-23-page14.txt: [('-', ''), ('-By', 'By'), ('-to', 'to'), ('-', ''), ('-acre', 'acre'), ('filibus-', 'filibus'), ('en-', 'en')]
ST18970617-V23-23-page15.txt: [('-', ''), ('PUB-', 'PUB'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Eden--', 'Eden-'), ('-', ''), ('-', '')]
ST18970617-V23-23-page16.txt: [('-We', 'We'), ('fol-', 'fol'), ('Mas-', 'Mas')]
ST18970617-V23-23-page2.txt: [('-', ''), ('-', '')]
ST18970617-V23-23-page3.txt: [('-', '')]
ST18970617-V23-23-page4.txt: [('strik-', 'strik'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('fol-', 'fol'), ('-', '')]
ST18970617-V23-23-page6.txt: [('-', '')]
ST18970617-V23-23-page7.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I')]
ST18970617-V23-23-page8.txt: [('-', '')]
ST18970624-V23-24-page1.txt: [('-widely', 'widely'), ('main-', 'main'), ('-tains', 'tains')]
ST18970624-V23-24-page10.txt: [('de-', 'de'), ('right-', 'right')]
ST18970624-V23-24-page12.txt: [('Pub-', 'Pub'), ('Mc-', 'Mc'), ('Springs.-', 'Springs.'), ('Mont.-', 'Mont.'), ('Angeles.-', 'Angeles.'), ('Francisco.-', 'Francisco.'), ('Mo.-', 'Mo.'), ('Mass.-', 'Mass.'), ('Ohio.-', 'Ohio.'), ('Minn.-', 'Minn.')]
ST18970624-V23-24-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('lan-', 'lan'), ('Be-', 'Be'), ('-what', 'what'), ('-', ''), ('-', '')]
ST18970624-V23-24-page14.txt: [('-le', 'le'), ('Moun-', 'Moun'), ('--An', '-An'), ('-An', 'An'), ('-', '')]
ST18970624-V23-24-page15.txt: [('-', ''), ('PUB-', 'PUB'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('Edenr-', 'Edenr')]
ST18970624-V23-24-page16.txt: [('-"', '"'), ('-', ''), ('-', '')]
ST18970624-V23-24-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('na-', 'na')]
ST18970624-V23-24-page5.txt: [('-', ''), ('-', '')]
ST18970624-V23-24-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18970624-V23-24-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18970624-V23-24-page9.txt: [('i-', 'i')]
ST18970701-V23-25-page1.txt: [('-', ''), ('acknowl-', 'acknowl')]
ST18970701-V23-25-page10.txt: [('re-', 're')]
ST18970701-V23-25-page11.txt: [('right-', 'right'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('HEADQUAR-', 'HEADQUAR')]
ST18970701-V23-25-page12.txt: [('Din-', 'Din'), ('Mass.-', 'Mass.'), ('G-', 'G'), ('-', ''), ('Springs.-', 'Springs.'), ('Mont.-', 'Mont.'), ('Francisco.-', 'Francisco.'), ('Mo.-', 'Mo.'), ('Mass.-', 'Mass.'), ('Ohio.-', 'Ohio.'), ('Minn.-', 'Minn.'), ('-', '')]
ST18970701-V23-25-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-SABBATH', 'SABBATH'), ('-', ''), ('law-', 'law'), ('Breth-', 'Breth'), ('-', ''), ('Scrip-', 'Scrip'), ('say-', 'say')]
ST18970701-V23-25-page14.txt: [('Wu-', 'Wu'), ('-', ''), ('-The', 'The')]
ST18970701-V23-25-page15.txt: [('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', '')]
ST18970701-V23-25-page16.txt: [('Church-and-', 'Church-and'), ('W-', 'W')]
ST18970701-V23-25-page2.txt: [('affairs.-', 'affairs.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18970701-V23-25-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18970701-V23-25-page4.txt: [('-', ''), ('-', '')]
ST18970701-V23-25-page5.txt: [('-', '')]
ST18970701-V23-25-page7.txt: [('-', '')]
ST18970701-V23-25-page8.txt: [('-', '')]
ST18970701-V23-25-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18970708-V23-26-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('PHONO-', 'PHONO')]
ST18970708-V23-26-page11.txt: [('-', ''), ('MEDIT-', 'MEDIT')]
ST18970708-V23-26-page12.txt: [('-original', 'original'), ('Objec-', 'Objec'), ('-', '')]
ST18970708-V23-26-page13.txt: [('-', ''), ('won-', 'won'), ('-', ''), ('-', ''), ('-', ''), ('said.-', 'said.'), ('-page', 'page'), ('some-', 'some'), ('ig-', 'ig')]
ST18970708-V23-26-page14.txt: [('Anglo-', 'Anglo'), ('-', ''), ('-page', 'page'), ('-The', 'The'), ('-', '')]
ST18970708-V23-26-page15.txt: [('Wednes-', 'Wednes'), ('Mass.-', 'Mass.'), ('-e', 'e'), ('Ohio.-', 'Ohio.'), ('Mich.-', 'Mich.'), ('Springs.-', 'Springs.'), ('Or.-', 'Or.'), ('Mont.-', 'Mont.'), ('Angeles.-', 'Angeles.'), ('Francisco.-', 'Francisco.'), ('Mo.-', 'Mo.'), ('PUB-', 'PUB'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-Kansas', 'Kansas'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-l-', 'Society-l')]
ST18970708-V23-26-page16.txt: [('Sun-', 'Sun'), ('-', '')]
ST18970708-V23-26-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('under-', 'under'), ('-', '')]
ST18970708-V23-26-page3.txt: [('Lord."-', 'Lord."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18970708-V23-26-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18970708-V23-26-page5.txt: [('-pronounced', 'pronounced'), ('-', ''), ('-', '')]
ST18970708-V23-26-page6.txt: [('-', ''), ('thereby.-', 'thereby.')]
ST18970708-V23-26-page7.txt: [('-', '')]
ST18970708-V23-26-page8.txt: [('-', ''), ('to-', 'to'), ('-', ''), ('-were', 'were'), ('-', '')]
ST18970708-V23-26-page9.txt: [('-', ''), ('-', '')]
ST18970715-V23-27-page12.txt: [('-', ''), ('Es-', 'Es'), ('-', '')]
ST18970715-V23-27-page13.txt: [('-', ''), ('-ti', 'ti'), ('-', ''), ('hence-', 'hence'), ('be-', 'be'), ('proph-', 'proph'), ('cap-', 'cap')]
ST18970715-V23-27-page14.txt: [('--', '-'), ('--Within', '-Within'), ('-homeless', 'homeless'), ('-', ''), ('-', '')]
ST18970715-V23-27-page15.txt: [('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', ''), ('-Address', 'Address'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', ''), ('COM-', 'COM'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page')]
ST18970715-V23-27-page16.txt: [('g-', 'g'), ('GIL-', 'GIL'), ('KEL-', 'KEL')]
ST18970715-V23-27-page2.txt: [('-', ''), ('-', '')]
ST18970715-V23-27-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18970715-V23-27-page5.txt: [('.-', '.'), ('-', '')]
ST18970715-V23-27-page6.txt: [('-', '')]
ST18970715-V23-27-page7.txt: [('log-', 'log')]
ST18970715-V23-27-page8.txt: [('Con-', 'Con'), ('-', '')]
ST18970729-V23-29-page1.txt: [('o-', 'o')]
ST18970729-V23-29-page10.txt: [('mis-', 'mis'), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('expres-', 'expres')]
ST18970729-V23-29-page11.txt: [('-', ''), ('-', ''), ('-NOWA', 'NOWA')]
ST18970729-V23-29-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18970729-V23-29-page13.txt: [('-', ''), ('ando-', 'ando'), ('-', ''), ('com-', 'com'), ('-', ''), ('-', ''), ('Chris-', 'Chris'), ('-', ''), ('-Peloubet.', 'Peloubet.'), ('-', ''), ('-', ''), ('hus-', 'hus'), ('-', ''), ('edi-', 'edi'), ('con-', 'con')]
ST18970729-V23-29-page14.txt: [('in-', 'in'), ('par-', 'par')]
ST18970729-V23-29-page15.txt: [('-', ''), ('-', ''), ('sub-', 'sub'), ('Objec-', 'Objec'), ('renew-', 'renew'), ('-', ''), ('en-', 'en'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('sum-', 'sum'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Immor-', 'Immor'), ('Society-', 'Society'), ('Oak-', 'Oak'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society')]
ST18970729-V23-29-page16.txt: [('F-', 'F')]
ST18970729-V23-29-page2.txt: [('-', ''), ('-', ''), ('-men."', 'men."'), ('-to', 'to')]
ST18970729-V23-29-page3.txt: [('-Rev.', 'Rev.'), ('-', ''), ('-', ''), ('EN-', 'EN'), ('FRAN-', 'FRAN')]
ST18970729-V23-29-page4.txt: [('senti-', 'senti')]
ST18970729-V23-29-page5.txt: [('-', ''), ('COM-', 'COM'), ('eat-', 'eat'), ('-', ''), ('-', '')]
ST18970729-V23-29-page6.txt: [('-', ''), ('-', '')]
ST18970729-V23-29-page7.txt: [('-', '')]
ST18970729-V23-29-page8.txt: [('num-', 'num')]
ST18970729-V23-29-page9.txt: [('"argu-', '"argu'), ('-', ''), ('-the', 'the')]
ST18970909-V23-35-page1.txt: [('t-', 't'), ('-', ''), ('-', '')]
ST18970909-V23-35-page10.txt: [('-Vol.', 'Vol.'), ('-r-------eortrptery', 'r-------eortrptery'), ('right-', 'right'), ('-', '')]
ST18970909-V23-35-page11.txt: [('.----', '.---'), ('arrange-', 'arrange'), ('be-', 'be')]
ST18970909-V23-35-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Who', 'Who'), ('-Religious', 'Religious'), ('-Parallel', 'Parallel'), ('-Religious', 'Religious'), ('-SABBATH', 'SABBATH'), ('-SUND', 'SUND'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TBryuitheeGSecfZe-', 'TBryuitheeGSecfZe')]
ST18970909-V23-35-page13.txt: [('-', '')]
ST18970909-V23-35-page14.txt: [('.-', '.'), ('vio-', 'vio'), ('-', ''), ('-', ''), ('A-', 'A')]
ST18970909-V23-35-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Loudon', 'Loudon'), ('Pun-', 'Pun'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('-page', 'page'), ('proph-', 'proph'), ('-', '')]
ST18970909-V23-35-page16.txt: [('Atii-', 'Atii'), ('"construc-', '"construc'), ('free.-', 'free.'), ('-', ''), ('va-', 'va'), ('-', ''), ('mind--', 'mind-'), ('GOW-', 'GOW'), ('the-', 'the'), ('-', ''), ('-', ''), ('-take', 'take'), ('-of', 'of'), ('-', ''), ('-', ''), ('-writes', 'writes'), ('--', '-'), ('-', ''), ('the-', 'the'), ('-', '')]
ST18970909-V23-35-page2.txt: [('-', ''), ('-aid', 'aid'), ('grate-', 'grate'), ('-', '')]
ST18970909-V23-35-page3.txt: [('knowl-', 'knowl')]
ST18970909-V23-35-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-psalmist', 'psalmist')]
ST18970909-V23-35-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('"--', '"-')]
ST18970909-V23-35-page7.txt: [('I-', 'I'), ('-', '')]
ST18970909-V23-35-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18970909-V23-35-page9.txt: [('-Why--', 'Why--')]
ST18970923-V23-37-page1.txt: [('-', ''), ('out-', 'out'), ('-', '')]
ST18970923-V23-37-page10.txt: [('spirit-', 'spirit')]
ST18970923-V23-37-page11.txt: [('-', '')]
ST18970923-V23-37-page12.txt: [('-What', 'What'), ('care-', 'care'), ('Jeru-', 'Jeru'), ('-', ''), ('jerusa-', 'jerusa'), ('gar-', 'gar'), ('anda-', 'anda'), ('-', ''), ('-Send', 'Send'), ('-page', 'page'), ('-page', 'page')]
ST18970923-V23-37-page13.txt: [('re-', 're')]
ST18970923-V23-37-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Avenger.-', 'Avenger.'), ('-', ''), ('-', ''), ('sig-', 'sig'), ('-', ''), ('-', ''), ('-', '')]
ST18970923-V23-37-page15.txt: [('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('PUB-', 'PUB'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('Mo-', 'Mo'), ('pages-', 'pages'), ('Illus-', 'Illus')]
ST18970923-V23-37-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('wor-', 'wor')]
ST18970923-V23-37-page3.txt: [('-', ''), ('-', ''), ('-How', 'How'), ('-', ''), ('-', '')]
ST18970923-V23-37-page4.txt: [('-classics', 'classics'), ('-of', 'of'), ('-', ''), ('wor-', 'wor')]
ST18970923-V23-37-page6.txt: [('-', '')]
ST18970923-V23-37-page7.txt: [('--The', '-The'), ('dark-', 'dark'), ('-', '')]
ST18970923-V23-37-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', '')]
ST18970923-V23-37-page9.txt: [('zo-', 'zo')]
ST18970930-V23-38-page1.txt: [('"-', '"'), ('-', ''), ('Fa-', 'Fa')]
ST18970930-V23-38-page10.txt: [('-', ''), ('neighborhood-', 'neighborhood'), ('en-', 'en')]
ST18970930-V23-38-page11.txt: [('Peary-', 'Peary'), ('-tracts.', 'tracts.'), ('-', '')]
ST18970930-V23-38-page12.txt: [('-', ''), ('hear-', 'hear'), ('-', ''), ('--', '-'), ('-treason', 'treason'), ('-', ''), ('for-', 'for'), ('-', ''), ('con-', 'con'), ('-offerings', 'offerings'), ('concern-', 'concern')]
ST18970930-V23-38-page13.txt: [('-Neweand', 'Neweand'), ('-r-The', 'r-The'), ('-', '')]
ST18970930-V23-38-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18970930-V23-38-page15.txt: [('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Address', 'Address'), ('Society-', 'Society'), ('PUB-', 'PUB'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-I"', 'I"')]
ST18970930-V23-38-page16.txt: [('-We', 'We'), ('-', ''), ('-A', 'A'), ('of-', 'of'), ('little-', 'little'), ('-', ''), ('-The', 'The'), ('Min-', 'Min')]
ST18970930-V23-38-page2.txt: [('-pr', 'pr'), ('-', ''), ('-', ''), ('-', ''), ('-purpose', 'purpose')]
ST18970930-V23-38-page3.txt: [('-', ''), ('re-', 're')]
ST18970930-V23-38-page4.txt: [('-', ''), ('every-', 'every'), ('tes-', 'tes')]
ST18970930-V23-38-page5.txt: [('in-', 'in')]
ST18970930-V23-38-page7.txt: [('-', ''), ('-', ''), ('resur-', 'resur')]
ST18970930-V23-38-page8.txt: [('--Lord', '-Lord'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-in.', 'in.')]
ST18970930-V23-38-page9.txt: [('CITI-', 'CITI')]
ST18971007-V23-39-page11.txt: [('ex-', 'ex')]
ST18971007-V23-39-page12.txt: [('-', ''), ('Jeru-', 'Jeru'), ('-', ''), ('-The', 'The'), ('bellev-', 'bellev'), ('-How', 'How'), ('-Agrippa', 'Agrippa')]
ST18971007-V23-39-page13.txt: [('demol-', 'demol'), ('al-', 'al'), ('sup-', 'sup'), ('im-', 'im'), ('sub-', 'sub'), ('revolu-', 'revolu')]
ST18971007-V23-39-page14.txt: [('NOTE.-', 'NOTE.'), ('thus-', 'thus'), ('thus-', 'thus'), ('thus-', 'thus'), ('-aforetime', 'aforetime'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Rom-', 'Rom'), ('-', ''), ('-Heb.', 'Heb.'), ('-', ''), ("ab'di-el-", "ab'di-el"), ('-', ''), ('-', ''), ('-', ''), ('whet-', 'whet'), ('-', ''), ('-', ''), ('-', ''), ('adow-', 'adow'), ('-', ''), ('-Heb.', 'Heb.'), ('-Heb.', 'Heb.'), ('-city', 'city'), ('mo-', 'mo')]
ST18971007-V23-39-page15.txt: [('Society-', 'Society'), ("Tract'Society-", "Tract'Society"), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('PUB-', 'PUB'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', '')]
ST18971007-V23-39-page16.txt: [('Xi-', 'Xi'), ('-', ''), ('-', ''), ('-', ''), ('BUM-', 'BUM'), ('cone-', 'cone')]
ST18971007-V23-39-page2.txt: [('-', ''), ('-', '')]
ST18971007-V23-39-page3.txt: [('-what', 'what')]
ST18971007-V23-39-page5.txt: [('-', '')]
ST18971007-V23-39-page6.txt: [('-', ''), ('-', '')]
ST18971007-V23-39-page8.txt: [('-Selected.', 'Selected.'), ('-Bible', 'Bible'), ('-', ''), ('Word-', 'Word'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-Lady', 'Lady'), ("period'-", "period'"), ('-', ''), ('-', '')]
ST18971007-V23-39-page9.txt: [('"Lib-', '"Lib')]
ST18971014-V23-40-page1.txt: [('-', ''), ('good-', 'good')]
ST18971014-V23-40-page10.txt: [('civ-', 'civ')]
ST18971014-V23-40-page12.txt: [('-', ''), ('-SABBATH', 'SABBATH'), ('-', ''), ('de-', 'de'), ('be-', 'be'), ('con-', 'con'), ('Si-', 'Si'), ('race-', 'race'), ('-Peloubet.', 'Peloubet.'), ('-', '')]
ST18971014-V23-40-page13.txt: [('-ton', 'ton'), ('-', ''), ('-of', 'of'), ('ex-', 'ex')]
ST18971014-V23-40-page14.txt: [('-', '')]
ST18971014-V23-40-page15.txt: [('society-', 'society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Pus-', 'Pus'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ("'-", "'")]
ST18971014-V23-40-page16.txt: [('-', ''), ('-', ''), ('-', '')]
ST18971014-V23-40-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-naked', 'naked'), ('-', ''), ('-', '')]
ST18971014-V23-40-page3.txt: [('-', '')]
ST18971014-V23-40-page4.txt: [('-one', 'one')]
ST18971014-V23-40-page5.txt: [('-', '')]
ST18971014-V23-40-page7.txt: [('-not', 'not'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST18971014-V23-40-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18971014-V23-40-page9.txt: [('-one', 'one'), ('-own', 'own')]
ST18971021-V23-41-page11.txt: [('illus-', 'illus')]
ST18971021-V23-41-page12.txt: [('-', ''), ('kins-', 'kins'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('murderer.-', 'murderer.'), ('-', ''), ('be-', 'be'), ('fear."-', 'fear."'), ('-to', 'to'), ('-', '')]
ST18971021-V23-41-page13.txt: [('-', ''), ('--The', '-The')]
ST18971021-V23-41-page14.txt: [('-', '')]
ST18971021-V23-41-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sub-', 'sub'), ('-', ''), ('WORKING-', 'WORKING'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', '')]
ST18971021-V23-41-page16.txt: [('-', ''), ('-', ''), ('advertisements.-', 'advertisements.')]
ST18971021-V23-41-page2.txt: [('tire-', 'tire'), ('x-', 'x'), ('SEV-', 'SEV')]
ST18971021-V23-41-page3.txt: [('to-', 'to'), ('-', ''), ('-', '')]
ST18971021-V23-41-page4.txt: [('-strange', 'strange')]
ST18971021-V23-41-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18971021-V23-41-page8.txt: [('-', ''), ('-', '')]
ST18971028-V23-42-page1.txt: [('-', ''), ('-nitilltitude', 'nitilltitude')]
ST18971028-V23-42-page10.txt: [('CHORUS-', 'CHORUS')]
ST18971028-V23-42-page11.txt: [('-used', 'used'), ('-people', 'people'), ('-', '')]
ST18971028-V23-42-page12.txt: [('GEN-', 'GEN'), ('-', ''), ('of.-', 'of.'), ('-', '')]
ST18971028-V23-42-page13.txt: [('ex-', 'ex'), ('Boston.--', 'Boston.-')]
ST18971028-V23-42-page14.txt: [('-', '')]
ST18971028-V23-42-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('Pus-', 'Pus'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('COM-', 'COM')]
ST18971028-V23-42-page16.txt: [('-', ''), ('-', '')]
ST18971028-V23-42-page2.txt: [('the-', 'the')]
ST18971028-V23-42-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18971028-V23-42-page4.txt: [('-', ''), ('for-', 'for')]
ST18971028-V23-42-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('behold-', 'behold')]
ST18971028-V23-42-page6.txt: [('-', ''), ('-', ''), ('remem-', 'remem')]
ST18971028-V23-42-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18971028-V23-42-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', '')]
ST18971104-V23-43-page1.txt: [('-', '')]
ST18971104-V23-43-page11.txt: [('-', '')]
ST18971104-V23-43-page12.txt: [('-SABBATH', 'SABBATH'), ('CEN-', 'CEN'), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('hav-', 'hav'), ('persever-', 'persever'), ('cone-', 'cone'), ('-', ''), ('Jerusa-', 'Jerusa'), ('-', ''), ('-', '')]
ST18971104-V23-43-page13.txt: [('-evs', 'evs'), ('-', ''), ('-', ''), ('-died', 'died'), ('-page', 'page')]
ST18971104-V23-43-page14.txt: [('HALF-', 'HALF'), ('--', '-')]
ST18971104-V23-43-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Address', 'Address'), ('PUB-', 'PUB'), ('-', ''), ('-Ar...', 'Ar...'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('-page', 'page'), ('COM-', 'COM'), ('-', '')]
ST18971104-V23-43-page16.txt: [('-Did', 'Did'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Outlook.-', 'Outlook.'), ('Readings.-', 'Readings.'), ('Fireside.-', 'Fireside.'), ('Missions.-', 'Missions.'), ('Lesson.-', 'Lesson.'), ('Lesson.-', 'Lesson.')]
ST18971104-V23-43-page2.txt: [('-', ''), ('-', ''), ('I-', 'I')]
ST18971104-V23-43-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18971104-V23-43-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18971104-V23-43-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18971104-V23-43-page7.txt: [('-', ''), ('-', '')]
ST18971104-V23-43-page8.txt: [('-I', 'I'), ('-do', 'do'), ('MIL-', 'MIL'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-is', 'is'), ('-', ''), ('-the', 'the')]
ST18971104-V23-43-page9.txt: [('-', ''), ('-', ''), ('-sugar', 'sugar'), ('-', ''), ('-', ''), ('I-', 'I'), ('-', '')]
ST18971111-V23-44-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('well-', 'well')]
ST18971111-V23-44-page12.txt: [('-', ''), ('de-', 'de'), ('-', ''), ('to-', 'to'), ('abomi-', 'abomi')]
ST18971111-V23-44-page13.txt: [('col-', 'col'), ('-', ''), ('en-', 'en')]
ST18971111-V23-44-page14.txt: [('year-', 'year'), ('trans-', 'trans')]
ST18971111-V23-44-page15.txt: [('COM-', 'COM'), ('-', ''), ('-', ''), ('-', ''), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', ''), ('-Address', 'Address'), ('Endeavor-', 'Endeavor'), ('PUB-', 'PUB'), ('con-', 'con'), ('-', ''), ('con-', 'con'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', '')]
ST18971111-V23-44-page16.txt: [('Ati-', 'Ati'), ('-n.', 'n.'), ('-page', 'page')]
ST18971111-V23-44-page2.txt: [('-', ''), ('to-', 'to')]
ST18971111-V23-44-page3.txt: [('Geth-', 'Geth')]
ST18971111-V23-44-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18971111-V23-44-page5.txt: [('-', ''), ('-', '')]
ST18971111-V23-44-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18971111-V23-44-page7.txt: [('-', '')]
ST18971111-V23-44-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('at-', 'at')]
ST18971118-V23-45-page10.txt: [('-', ''), ('-', ''), ('g-', 'g'), ('-', ''), ('-', ''), ('-j', 'j'), ('-', '')]
ST18971118-V23-45-page11.txt: [('right-', 'right')]
ST18971118-V23-45-page12.txt: [('ro-', 'ro'), ('-', ''), ('coun-', 'coun'), ('attend-', 'attend'), ('-', ''), ('-', ''), ('-', ''), ('mer-', 'mer'), ('-', '')]
ST18971118-V23-45-page13.txt: [('-Theodore', 'Theodore'), ('BUILD-', 'BUILD'), ('-', '')]
ST18971118-V23-45-page14.txt: [('year-', 'year'), ('istrans-', 'istrans')]
ST18971118-V23-45-page15.txt: [('---', '--'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', ''), ('Pus-', 'Pus'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('COM-', 'COM')]
ST18971118-V23-45-page16.txt: [('-We', 'We'), ('OR-', 'OR'), ('SUB-', 'SUB'), ('SUBSCRIP-', 'SUBSCRIP'), ('FOR-', 'FOR'), ('-B', 'B'), ('-', ''), ('-', ''), ('-', '')]
ST18971118-V23-45-page17.txt: [('in-', 'in'), ('descrip-', 'descrip'), ('-', ''), ('-.', '.'), ('-J', 'J'), ('-', ''), ('orig-', 'orig'), ('-', '')]
ST18971118-V23-45-page18.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18971118-V23-45-page19.txt: [('vol-', 'vol'), ('-Tronennekm', 'Tronennekm'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('prin-', 'prin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('a-', 'a')]
ST18971118-V23-45-page2.txt: [('--is', '-is'), ('-', '')]
ST18971118-V23-45-page20.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('Napo-', 'Napo'), ('-', ''), ('vol-', 'vol'), ('-', ''), ('re-', 're'), ('-', '')]
ST18971118-V23-45-page4.txt: [('dwell-', 'dwell'), ('-eth', 'eth')]
ST18971118-V23-45-page5.txt: [('-', '')]
ST18971118-V23-45-page7.txt: [('-', ''), ('-', ''), ('sin-', 'sin'), ('-', '')]
ST18971118-V23-45-page8.txt: [('-', ''), ('-tath', 'tath')]
ST18971118-V23-45-page9.txt: [('wrong--', 'wrong-')]
ST18971125-V23-46-page1.txt: [('-', ''), ('-', '')]
ST18971125-V23-46-page10.txt: [('be-', 'be')]
ST18971125-V23-46-page11.txt: [('right-', 'right')]
ST18971125-V23-46-page12.txt: [('-', ''), ('-', ''), ('-Then', 'Then'), ('-', ''), ('-', ''), ('them-', 'them'), ('evangel-', 'evangel'), ('r-', 'r'), ('-', '')]
ST18971125-V23-46-page14.txt: [('year-', 'year'), ('-S', 'S'), ('spon-', 'spon'), ('-', ''), ('-lineations', 'lineations')]
ST18971125-V23-46-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Luth-', 'Luth'), ('PUB-', 'PUB'), ('-where', 'where'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--.', '-.'), ('-', '')]
ST18971125-V23-46-page16.txt: [('-', ''), ('-', '')]
ST18971125-V23-46-page2.txt: [('I-', 'I'), ('-', ''), ('un-', 'un')]
ST18971125-V23-46-page3.txt: [('-', ''), ('-', '')]
ST18971125-V23-46-page4.txt: [('-', '')]
ST18971125-V23-46-page5.txt: [('----responds', '---responds'), ('I-', 'I'), ('-', '')]
ST18971125-V23-46-page6.txt: [('nothing-', 'nothing'), ('-colors', 'colors')]
ST18971125-V23-46-page8.txt: [('-', '')]
ST18971125-V23-46-page9.txt: [('-men.', 'men.'), ('enor-', 'enor')]
ST18971202-V23-47-page11.txt: [('be-', 'be')]
ST18971202-V23-47-page12.txt: [('-SABBATH', 'SABBATH'), ('-Robert', 'Robert'), ('our-', 'our'), ('truth."-', 'truth."'), ('-', ''), ('blas-', 'blas'), ('-SUNDAY', 'SUNDAY'), ('SALVA-', 'SALVA')]
ST18971202-V23-47-page13.txt: [('Span-', 'Span'), ('I-', 'I')]
ST18971202-V23-47-page14.txt: [('THINK-', 'THINK'), ('year-', 'year')]
ST18971202-V23-47-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('PalesPUB-', 'PalesPUB'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('COM-', 'COM'), ('-', '')]
ST18971202-V23-47-page16.txt: [('-We', 'We'), ('-', ''), ('It-', 'It')]
ST18971202-V23-47-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST18971202-V23-47-page3.txt: [('-', ''), ('-Io', 'Io'), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('in-', 'in')]
ST18971202-V23-47-page4.txt: [('-', ''), ('gar-', 'gar')]
ST18971202-V23-47-page6.txt: [('-', ''), ('-', '')]
ST18971202-V23-47-page7.txt: [('-', ''), ('RUS-', 'RUS'), ('-', ''), ('fool-', 'fool'), ('-', ''), ('-.', '.'), ("--'-", "-'-"), ('--', '-'), ('--..-.........', '-..-.........'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('yv---', 'yv--'), ('---..-', '--..-'), ('-', ''), ('----.----', '---.----'), ('-..-', '..-'), ('-rist', 'rist'), ('-.-.--', '.-.--'), ('-a', 'a')]
ST18971202-V23-47-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', '')]
ST18971202-V23-47-page9.txt: [('-', '')]
ST18971209-V23-48-page1.txt: [('-', ''), ('-The', 'The')]
ST18971209-V23-48-page11.txt: [('right-', 'right'), ('Chris-', 'Chris')]
ST18971209-V23-48-page12.txt: [('-', ''), ('Bar-', 'Bar'), ('king-', 'king'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Salva-', 'Salva')]
ST18971209-V23-48-page13.txt: [('--f.asttfications', '-f.asttfications')]
ST18971209-V23-48-page14.txt: [('year-', 'year'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18971209-V23-48-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('orig-', 'orig'), ('PUB-', 'PUB'), ('dis-', 'dis'), ('follow-', 'follow'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('per-', 'per'), ('-.', '.'), ('-', ''), ('narra-', 'narra')]
ST18971209-V23-48-page16.txt: [('-cent', 'cent'), ('--', '-'), ('-', ''), ('Hin-', 'Hin'), ('Sun-', 'Sun')]
ST18971209-V23-48-page4.txt: [('-', ''), ('-thing."', 'thing."')]
ST18971209-V23-48-page5.txt: [('-', ''), ('...-', '...'), ('-.', '.')]
ST18971209-V23-48-page6.txt: [('-', ''), ('-', ''), ('jurisdic-', 'jurisdic'), ('ac-', 'ac')]
ST18971209-V23-48-page7.txt: [('ro-', 'ro'), ('-writing', 'writing')]
ST18971209-V23-48-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18971216-V23-49-page1.txt: [('-', '')]
ST18971216-V23-49-page10.txt: [('-', '')]
ST18971216-V23-49-page11.txt: [('right-', 'right'), ('-', '')]
ST18971216-V23-49-page12.txt: [('-', ''), ('thus."-', 'thus."'), ('I-', 'I'), ('disputa-', 'disputa'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ful-', 'ful'), ('-', ''), ('pin-', 'pin'), ('-', '')]
ST18971216-V23-49-page13.txt: [('Port-au-', 'Port-au'), ('Skag-', 'Skag'), ('-riminals', 'riminals')]
ST18971216-V23-49-page14.txt: [('-', ''), ('-', ''), ('-OVER', 'OVER'), ('-w', 'w'), ('year-', 'year'), ('CALIFORNIA-', 'CALIFORNIA'), ('-', '')]
ST18971216-V23-49-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Address', 'Address'), ('Pus-', 'Pus'), ('im-', 'im')]
ST18971216-V23-49-page16.txt: [('AGY-', 'AGY'), ('-', ''), ('-', ''), ('-', ''), ('Aloohol-', 'Aloohol')]
ST18971216-V23-49-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('accep-', 'accep')]
ST18971216-V23-49-page3.txt: [('dwell-', 'dwell')]
ST18971216-V23-49-page4.txt: [('-do', 'do'), ('-', ''), ('right-', 'right')]
ST18971216-V23-49-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Hagar-', 'Hagar')]
ST18971216-V23-49-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18971216-V23-49-page7.txt: [('-', ''), ('Church-and-', 'Church-and'), ('Church-and-', 'Church-and')]
ST18971216-V23-49-page8.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('re-', 're')]
ST18971223-V23-50-page1.txt: [('-government', 'government'), ('-', ''), ('-', '')]
ST18971223-V23-50-page11.txt: [('-', ''), ('Anti-', 'Anti'), ('be-', 'be'), ('breth-', 'breth'), ('con-', 'con')]
ST18971223-V23-50-page12.txt: [("-Paul's", "Paul's"), ('-', ''), ('BUILD-', 'BUILD'), ('Medi-', 'Medi'), ('-', ''), ('-', ''), ('-', ''), ('Wilkin-', 'Wilkin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('was-', 'was')]
ST18971223-V23-50-page13.txt: [('-', '')]
ST18971223-V23-50-page14.txt: [('tumul-', 'tumul'), ('year-', 'year'), ('--', '-'), ('con-', 'con'), ('-', '')]
ST18971223-V23-50-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Address', 'Address'), ('PUB-', 'PUB'), ('-page', 'page'), ('-', ''), ('-', '')]
ST18971223-V23-50-page16.txt: [('-When', 'When'), ('Joa-', 'Joa'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Story-', 'Story')]
ST18971223-V23-50-page17.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Address', 'Address'), ('PUB-', 'PUB'), ('-', '')]
ST18971223-V23-50-page18.txt: [('-', ''), ('Joa-', 'Joa'), ('to-', 'to'), ('re-', 're'), ('Story-', 'Story'), ('-A', 'A')]
ST18971223-V23-50-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST18971223-V23-50-page3.txt: [('-', ''), ('-for', 'for')]
ST18971223-V23-50-page4.txt: [('-', ''), ('-world', 'world')]
ST18971223-V23-50-page5.txt: [('I-', 'I'), ('-', '')]
ST18971223-V23-50-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18971223-V23-50-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST18971223-V23-50-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-over', 'over'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18980818-V24-33-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('en-', 'en')]
ST18980818-V24-33-page2.txt: [('-', ''), ('-', ''), ('peo-', 'peo'), ('--"ile', '-"ile'), ('-', ''), ('-', ''), ('-Most', 'Most'), ('-', ''), ('-', ''), ('-Father-will', 'Father-will'), ('-', ''), ('-', ''), ('-', '')]
ST18980818-V24-33-page4.txt: [('-', '')]
ST18980818-V24-33-page5.txt: [('-', ''), ('eastward.-', 'eastward.'), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-"', '"'), ('-Perfection.', 'Perfection.'), ('-', ''), ('-', ''), ('PP-', 'PP'), ('-', ''), ('-', ''), ('-', ''), ('successorof------.-', 'successorof------.'), ('-', '')]
ST18980818-V24-33-page6.txt: [('-', ''), ('grind-', 'grind'), ('con-', 'con'), ('a.-', 'a.')]
ST18980818-V24-33-page7.txt: [('as-', 'as'), ('-', ''), ('-', '')]
ST18980818-V24-33-page8.txt: [('No-', 'No'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990105-V25-01-page10.txt: [('-ts', 'ts'), ('-.', '.'), ('-', ''), ('.--', '.-'), ('-..', '..'), ('-results.', 'results.'), ('-.', '.'), ('A-', 'A'), ('-.', '.'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-foot', 'foot'), ('ASTRONOM-', 'ASTRONOM'), ('-', ''), ('-', ''), ('-inch', 'inch'), ('-that', 'that')]
ST18990105-V25-01-page11.txt: [('-', ''), ('-', ''), ('house-', 'house'), ('-', ''), ('ob-', 'ob'), ('-', ''), ('-vd', 'vd'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Doc-', 'Doc')]
ST18990105-V25-01-page12.txt: [("'.-", "'."), ('-', ''), ('-', ''), ('-', ''), ('one-', 'one')]
ST18990105-V25-01-page13.txt: [('-', ''), ('Austria-', 'Austria'), ('-', ''), ('-', ''), ('-', '')]
ST18990105-V25-01-page14.txt: [('Alsace-', 'Alsace'), ('Franco-', 'Franco')]
ST18990105-V25-01-page15.txt: [('Mc-', 'Mc'), ('-', ''), ('-Russian', 'Russian'), ('-', ''), ('Ser-', 'Ser')]
ST18990105-V25-01-page16.txt: [('prose-', 'prose')]
ST18990105-V25-01-page17.txt: [('-', ''), ('-', ''), ('-r', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990105-V25-01-page18.txt: [('---', '--'), ('-', ''), ('in-', 'in'), ('mix-', 'mix')]
ST18990105-V25-01-page19.txt: [('-', ''), ('-copy', 'copy'), ('-', ''), ('-', ''), ('ter-', 'ter'), ('-', '')]
ST18990105-V25-01-page2.txt: [('-', ''), ('-', ''), ('Chris-', 'Chris'), ('-reading', 'reading')]
ST18990105-V25-01-page20.txt: [('-', ''), ('old-', 'old'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-pounder', 'pounder')]
ST18990105-V25-01-page21.txt: [('-', '')]
ST18990105-V25-01-page22.txt: [('.Viiell-', '.Viiell'), ('-', ''), ('-.....r.', '.....r.'), ('Kt-', 'Kt'), ('-.ill', '.ill'), ('-I', 'I'), ('-ci.iima', 'ci.iima'), ('-...', '...')]
ST18990105-V25-01-page24.txt: [('TWENTY-', 'TWENTY'), ('-', ''), ('per-', 'per'), ('-', ''), ('Med-', 'Med'), ('estab-', 'estab')]
ST18990105-V25-01-page25.txt: [('-lands', 'lands'), ('-elsewhere', 'elsewhere'), ('corn-', 'corn')]
ST18990105-V25-01-page26.txt: [('Chris-', 'Chris')]
ST18990105-V25-01-page27.txt: [('-', ''), ('ransomed-', 'ransomed'), ('-', ''), ('-', ''), ('-irsr-', 'irsr-')]
ST18990105-V25-01-page28.txt: [('-page', 'page'), ('-', '')]
ST18990105-V25-01-page29.txt: [('un-', 'un'), ('-', ''), ('-', ''), ('r-', 'r'), ('-', ''), ('-', '')]
ST18990105-V25-01-page3.txt: [('-', ''), ('-their', 'their'), ('-Spirit', 'Spirit'), ('-', '')]
ST18990105-V25-01-page30.txt: [('-average', 'average'), ('-medicine', 'medicine'), ('-the', 'the')]
ST18990105-V25-01-page31.txt: [('-', ''), ('-', ''), ('-', ''), ('..---', '..--'), ('al------', 'al-----'), ('---a', '--a'), ('---', '--'), ('.----', '.---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('..--', '..-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ev---', 'ev--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('a-', 'a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I--', 'I-'), ('E----', 'E---'), ('-', ''), ('-', ''), ('-', ''), ('s---', 's--'), ('.--', '.-'), ('--Pv', '-Pv'), ('I-', 'I'), ('---', '--'), ('-i---', 'i---'), ('-c', 'c'), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('S---', 'S--'), ('-', ''), ('-', '')]
ST18990105-V25-01-page32.txt: [('primate.-', 'primate.'), ('-King', 'King'), ('chartered.-', 'chartered.'), ('emperor.-', 'emperor.'), ('Republic.-', 'Republic.'), ('-page', 'page'), ('-', ''), ('-', ''), ('.-', '.'), ('.-', '.'), ('matter.-', 'matter.'), ('.-', '.'), ('-Fighting', 'Fighting'), ('.-', '.'), ('Wei-', 'Wei'), ('.-', '.'), ('.-', '.'), ('intense.-Anglo-', 'intense.-Anglo'), ('Wei-', 'Wei'), ('.-', '.'), ('-OR-', 'OR-')]
ST18990105-V25-01-page33.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Vrirt', 'Vrirt'), ('-', '')]
ST18990105-V25-01-page34.txt: [('-The', 'The'), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-point.', 'point.'), ('-a', 'a')]
ST18990105-V25-01-page35.txt: [('A-', 'A'), ('WWWW-WWWWW-', 'WWWW-WWWWW'), ('-', ''), ('W-.r.-', 'W-.r.'), ('--', '-'), ('--.\'.-".-.', '-.\'.-".-.'), ("--..-.-.'", "-..-.-.'"), ('-.-.A', '.-.A'), ('-P', 'P'), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('rMLt-', 'rMLt'), ('-', ''), ('-', ''), ('im-', 'im'), ('Sub-', 'Sub'), ('al-', 'al'), ('-"', '"'), ('Bol-', 'Bol'), ('col-', 'col'), ('conti-', 'conti'), ('re-', 're'), ('right-', 'right'), ('".-', '".'), ('-', ''), ('-.', '.'), ('z-', 'z'), ('-', ''), ('-', ''), ('-', ''), ('-r.-', 'r.-'), ('fra.tvr-mv.-', 'fra.tvr-mv.'), ('ra.v.--', 'ra.v.-'), ('r-', 'r'), ('u.-', 'u.'), ('e----', 'e---'), ('q-', 'q'), ('-', ''), ('-.', '.'), ('-s', 's'), ('.-', '.'), ('-', '')]
ST18990105-V25-01-page36.txt: [('-', ''), ('-', ''), ('-', ''), ('Q-', 'Q')]
ST18990105-V25-01-page4.txt: [('re-', 're'), ('-', ''), ('-', ''), ('-MK', 'MK'), ('-T', 'T'), ('z-', 'z'), ('-', ''), ('-t', 't'), ('-', ''), ('-r', 'r'), ("'--", "'-"), ('-IP', 'IP'), ('-"', '"'), ('-TAPEirdg', 'TAPEirdg'), ('-', ''), ('-', ''), ("--'", "-'"), ('..---', '..--'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'-", "'"), ('--', '-'), ('-', ''), ('-', ''), ('-.', '.'), ('-"\'---', '"\'---'), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-js', 'js'), ('-.', '.'), ('Wiet-', 'Wiet'), ('-', ''), ('el-', 'el')]
ST18990105-V25-01-page5.txt: [('-', ''), ('--', '-')]
ST18990105-V25-01-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-shall', 'shall'), ('-Any', 'Any'), ('-so', 'so'), ('-', ''), ('-g.', 'g.'), ('-', ''), ('-', ''), ('cru-', 'cru')]
ST18990105-V25-01-page7.txt: [('applica-', 'applica'), ('-side', 'side'), ('SPIRIT-', 'SPIRIT')]
ST18990105-V25-01-page8.txt: [('overspread-', 'overspread'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990105-V25-01-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990111-V25-02-page1.txt: [('Mc-', 'Mc'), ('In-', 'In'), ('-', '')]
ST18990111-V25-02-page10.txt: [('II-', 'II'), ('-', ''), ('con-', 'con'), ('-', ''), ('-SABBATH', 'SABBATH'), ('-', ''), ('frankin-', 'frankin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('acquaint-', 'acquaint')]
ST18990111-V25-02-page11.txt: [('-', ''), ('condition."-', 'condition."'), ('-', ''), ('ex-', 'ex'), ('king-', 'king'), ('--SUNDAY', '-SUNDAY'), ('-', ''), ('"-', '"'), ('-', '')]
ST18990111-V25-02-page12.txt: [('P-Zte"\'-', 'P-Zte"\''), ('-', ''), ('ceiling-', 'ceiling'), ('Record-', 'Record'), ('--', '-'), ('-', ''), ('-', ''), ('counter-', 'counter'), ('r-', 'r')]
ST18990111-V25-02-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('grind-', 'grind'), ('-', ''), ('-', ''), ('pro-', 'pro'), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990111-V25-02-page14.txt: [('-', ''), ('-the', 'the'), ('reconstruct-', 'reconstruct'), ('denomina-', 'denomina'), ('-ig', 'ig'), ('-', ''), ('-ing', 'ing'), ('Dic-', 'Dic'), ('-', '')]
ST18990111-V25-02-page15.txt: [('-go', 'go'), ('--', '-'), ('oppor-', 'oppor'), ("'--", "'-"), ('-', '')]
ST18990111-V25-02-page16.txt: [('IQ-', 'IQ'), ('"-', '"')]
ST18990111-V25-02-page2.txt: [('Mc-', 'Mc')]
ST18990111-V25-02-page3.txt: [('-not', 'not'), ('-', ''), ('Well-', 'Well')]
ST18990111-V25-02-page4.txt: [('-', ''), ('loving-', 'loving')]
ST18990111-V25-02-page5.txt: [('-.', '.'), ('-.', '.'), ('-', '')]
ST18990111-V25-02-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990111-V25-02-page7.txt: [('-', ''), ('TEM-', 'TEM'), ('o.-', 'o.'), ('-', ''), ('-', '')]
ST18990111-V25-02-page8.txt: [('CON-', 'CON'), ('-icalty', 'icalty'), ('children-', 'children'), ('-so', 'so'), ('-enemies', 'enemies'), ('-the', 'the'), ('-cross.', 'cross.'), ('-', '')]
ST18990111-V25-02-page9.txt: [('-', ''), ('late-', 'late'), ('stabil-', 'stabil'), ('-is', 'is'), ('-', '')]
ST18990118-V25-03-page1.txt: [('de-', 'de'), ('-', ''), ('-gr', 'gr')]
ST18990118-V25-03-page10.txt: [('INDEPEND-', 'INDEPEND'), ('-', ''), ('-', ''), ('-..', '..')]
ST18990118-V25-03-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('wrong-', 'wrong'), ('-outside', 'outside'), ('-', '')]
ST18990118-V25-03-page13.txt: [('photo-', 'photo'), ('-.', '.'), ('-.', '.'), ('-Cle', 'Cle'), ('enor-', 'enor'), ('Ian-', 'Ian'), ('leath-', 'leath'), ('-Send', 'Send')]
ST18990118-V25-03-page14.txt: [('-States', 'States'), ('-', ''), ('-ebellion', 'ebellion')]
ST18990118-V25-03-page15.txt: [('sub-', 'sub'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Dic-', 'Dic'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', '')]
ST18990118-V25-03-page16.txt: [('govern-', 'govern'), ('-', ''), ('-', ''), ('Inn-', 'Inn'), ('Quarter-', 'Quarter'), ('Quarter-', 'Quarter')]
ST18990118-V25-03-page2.txt: [('-', '')]
ST18990118-V25-03-page3.txt: [('-the', 'the'), ('-thereof.', 'thereof.'), ('-', ''), ('-', ''), ('justifica-', 'justifica'), ('-', ''), ('com-', 'com')]
ST18990118-V25-03-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990118-V25-03-page5.txt: [('-.-', '.-'), ('-', '')]
ST18990118-V25-03-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('en-', 'en')]
ST18990118-V25-03-page7.txt: [('-', ''), ('-', ''), ('-ire', 'ire'), ('hap-', 'hap'), ('...-------', '...------'), ('-', ''), ('arrange-', 'arrange')]
ST18990118-V25-03-page8.txt: [('discus-', 'discus'), ('pe-', 'pe'), ('-ispers', 'ispers'), ('-', '')]
ST18990118-V25-03-page9.txt: [('-the', 'the')]
ST18990125-V25-04-page1.txt: [('-', ''), ('-worshipeth', 'worshipeth'), ('-s', 's')]
ST18990125-V25-04-page10.txt: [('--', '-')]
ST18990125-V25-04-page11.txt: [('-SUNDAY', 'SUNDAY'), ('-', ''), ('noth-', 'noth'), ('spiritu-', 'spiritu'), ('-', ''), ('-', ''), ('-an', 'an'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-ansWiTilig', 'ansWiTilig'), ('-', ''), ('quicken-', 'quicken'), ('the-', 'the'), ('-horior', 'horior'), ('judgment.-', 'judgment.'), ('-death', 'death'), ('Matt.-', 'Matt.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST18990125-V25-04-page12.txt: [('-', ''), ('-', ''), ('-commanded.', 'commanded.'), ('-', ''), ('---', '--'), ('and-', 'and'), ('-', ''), ('-injured', 'injured'), ('-', ''), ('-uilty', 'uilty'), ('the-', 'the')]
ST18990125-V25-04-page13.txt: [('pror-', 'pror'), ('--leetle', '-leetle'), ('-and', 'and'), ('-this', 'this'), ('--', '-'), ('-', ''), ('-', ''), ('grind-', 'grind'), ('pro-', 'pro')]
ST18990125-V25-04-page14.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-has', 'has'), ('-for', 'for'), ('Major-', 'Major')]
ST18990125-V25-04-page15.txt: [('authoritie-', 'authoritie'), ('-', ''), ('-immortality.', 'immortality.'), ('-per-ipp', 'per-ipp'), ('Set--', 'Set-'), ('-first', 'first'), ('-the', 'the'), ('-', ''), ('-', ''), ('-atment', 'atment'), ('-the', 'the'), ('-minister', 'minister')]
ST18990125-V25-04-page16.txt: [('Quarter-', 'Quarter'), ('the-', 'the'), ('Quarter-', 'Quarter'), ('-', ''), ('-', ''), ('.-', '.'), ('...-', '...'), ('-....', '....'), ('sal-', 'sal'), ('...-', '...'), ('--', '-'), ('a.--', 'a.-'), ('---', '--'), ('Lo.--', 'Lo.-'), ('--..', '-..'), ('--a', '-a'), ('---"m', '--"m'), ('-', ''), ('promi-', 'promi'), ('---', '--'), ('LPL-', 'LPL'), ('-.', '.'), ('-', ''), ('--', '-'), ('tnis-', 'tnis'), ('---"', '--"'), ('-', ''), ('-.', '.'), ('in-', 'in'), ('quarter-', 'quarter'), ('IP"-', 'IP"'), ('-page', 'page'), ('-', ''), ('....-', '....'), ('....-', '....'), ('--"\'', '-"\''), ('....-', '....'), ('judgment-', 'judgment'), ('-.a', '.a'), ('-', '')]
ST18990125-V25-04-page2.txt: [('-', ''), ('-', ''), ('-needs', 'needs'), ('-', ''), ('-harmonizing', 'harmonizing'), ('-dawn', 'dawn'), ('-and', 'and'), ('-', ''), ('-to', 'to'), ('-', ''), ('endur-', 'endur')]
ST18990125-V25-04-page3.txt: [('-', ''), ('the-', 'the'), ('keep-', 'keep'), ('I-', 'I')]
ST18990125-V25-04-page4.txt: [('-Abraham', 'Abraham'), ('-than', 'than'), ('-', ''), ('--', '-'), ('-', ''), ('-personal', 'personal'), ('-', ''), ('-first', 'first'), ('only-', 'only'), ('-', ''), ('o-', 'o'), ('-', ''), ('-Not', 'Not')]
ST18990125-V25-04-page5.txt: [('him-', 'him'), ('-', ''), ('-', ''), ('-', ''), ("-men's", "men's"), ('-and', 'and'), ('-', ''), ('in-', 'in'), ('-to', 'to')]
ST18990125-V25-04-page6.txt: [('Jacob-', 'Jacob'), ('-', ''), ('-', ''), ('s-', 's'), ('t-', 't'), ('-', ''), ('-', ''), ('-', ''), ('-o', 'o'), ('h--', 'h-'), ('-', ''), ('-', ''), ('-tr', 'tr'), ('-.', '.'), ("'--", "'-"), ('.-.r-', '.-.r'), ('-ZEIE', 'ZEIE'), ('-a', 'a'), ('-', ''), ('g--', 'g-'), ('t-', 't'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', '')]
ST18990125-V25-04-page7.txt: [('-', ''), ("so'in-", "so'in"), ('-', ''), ('-', ''), ('-LitFizriv', 'LitFizriv'), ('-sti', 'sti'), ('-', ''), ('-', ''), ('--', '-'), ('-r', 'r'), ('-', ''), ('ii-', 'ii'), ('----', '---'), ('-i', 'i'), ('-', ''), ('-', '')]
ST18990125-V25-04-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-all-gone', 'all-gone'), ('"-', '"'), ('be-', 'be'), ('-ighteausness."', 'ighteausness."'), ('-all', 'all'), ('"-', '"'), ('how-', 'how'), ('-', ''), ('-says.', 'says.'), ('-', ''), ('-', ''), ('-inga.', 'inga.'), ('goodness.-', 'goodness.'), ('-', ''), ('onthe-', 'onthe'), ('-', ''), ('"-', '"'), ('knows.-', 'knows.'), ('-Canon', 'Canon'), ('-declares', 'declares'), ('-', ''), ('-us', 'us'), ('-', ''), ('in.form-', 'in.form'), ('-May', 'May'), ('--then', '-then'), ('Christ.-', 'Christ.'), ('-a', 'a'), ('-Sad-rice.fis', 'Sad-rice.fis'), ('-', '')]
ST18990125-V25-04-page9.txt: [('-present', 'present'), ('-', ''), ('-', ''), ("'-", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('In-', 'In'), ('-filled', 'filled'), ('-', ''), ('-', ''), ('-A', 'A'), ('that-', 'that'), ('.-', '.')]
ST18990201-V25-05-page1.txt: [('prompt-', 'prompt'), ('uni-', 'uni'), ('-', ''), ('-', '')]
ST18990201-V25-05-page10.txt: [('-', ''), ('one-', 'one')]
ST18990201-V25-05-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('ro-', 'ro'), ('know-', 'know'), ('-', ''), ('-', ''), ('-', ''), ('-At', 'At'), ('Verse-', 'Verse'), ('-', ''), ('-', ''), ('-', '')]
ST18990201-V25-05-page12.txt: [('-meat', 'meat')]
ST18990201-V25-05-page13.txt: [('-', ''), ('-', ''), ('-colander', 'colander'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990201-V25-05-page14.txt: [('-', ''), ('-in', 'in'), ('-', ''), ('Commissary-', 'Commissary'), ('Clayton-', 'Clayton'), ('-', ''), ('-..', '..'), ('con-', 'con'), ('-', '')]
ST18990201-V25-05-page15.txt: [('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('-Manitoba', 'Manitoba'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('e-', 'e'), ('-', '')]
ST18990201-V25-05-page16.txt: [('-them.', 'them.'), ('--Mr.', '-Mr.'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.')]
ST18990201-V25-05-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990201-V25-05-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('xo-', 'xo')]
ST18990201-V25-05-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18990201-V25-05-page5.txt: [('-', ''), ('-', ''), ('-e', 'e')]
ST18990201-V25-05-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-bread', 'bread')]
ST18990201-V25-05-page7.txt: [('-', ''), ('Ver-', 'Ver'), ('-', ''), ('z-', 'z'), ('-', ''), ('-', ''), ('-', '')]
ST18990201-V25-05-page8.txt: [("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--AN', '-AN'), ('-unly', 'unly'), ('accom-', 'accom'), ('-is', 'is')]
ST18990201-V25-05-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-push', 'push'), ('Z-', 'Z')]
ST18990208-V25-06-page10.txt: [('-.', '.'), ('-ON', 'ON'), ('the-', 'the'), ('world..-', 'world..'), ('-', ''), ('building-', 'building'), ('-B', 'B')]
ST18990208-V25-06-page11.txt: [('inter-', 'inter'), ('-', ''), ('-', ''), ('-', ''), ('-But', 'But'), ('-impulsive', 'impulsive'), ('-SUNDAY', 'SUNDAY'), ('-ssoN', 'ssoN'), ('-SABBATH', 'SABBATH'), ('-', ''), ('-', ''), ('-', ''), ('disciple-', 'disciple'), ('-', ''), ('-', ''), ('-John', 'John'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('on-', 'on')]
ST18990208-V25-06-page12.txt: [('-in', 'in')]
ST18990208-V25-06-page13.txt: [('Peo-', 'Peo'), ('poor-', 'poor'), ('-would', 'would'), ('"-', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('half-', 'half'), ('-', ''), ('-', ''), ('-', ''), ('rub-', 'rub'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990208-V25-06-page14.txt: [('"--', '"-'), ('-', ''), ('-', ''), ('January-', 'January'), ('-', ''), ('-', ''), ('develop-', 'develop')]
ST18990208-V25-06-page15.txt: [('-', ''), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society--', 'Society-'), ('Sogiety-', 'Sogiety'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-.z.V', '.z.V'), ('-', '')]
ST18990208-V25-06-page16.txt: [('-We', 'We'), ('Ohysi-', 'Ohysi'), ('-', ''), ('-When', 'When'), ('-', ''), ('-Co.', 'Co.')]
ST18990208-V25-06-page2.txt: [('-but', 'but'), ('Father-', 'Father'), ('-', ''), ('-', ''), ('-', ''), ('husband-', 'husband'), ('whom-', 'whom')]
ST18990208-V25-06-page3.txt: [('-', ''), ('-', ''), ('deo-', 'deo'), ('At-', 'At'), ('-', ''), ('-', ''), ('-of', 'of'), ('-', '')]
ST18990208-V25-06-page4.txt: [('over-', 'over'), ('-as', 'as'), ('-', ''), ('-nowise', 'nowise')]
ST18990208-V25-06-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST18990208-V25-06-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Only-', 'Only'), ('-', '')]
ST18990208-V25-06-page7.txt: [('goats-', 'goats'), ('-forces', 'forces'), ('-', ''), ('-', ''), ('-', '')]
ST18990208-V25-06-page8.txt: [('-of', 'of'), ('-transportation', 'transportation'), ('rail-', 'rail'), ('-', ''), ('-dollars', 'dollars'), ('-their', 'their'), ('-and', 'and'), ('-him', 'him'), ('-Man', 'Man'), ('-for', 'for'), ('-', ''), ('-Unto', 'Unto'), ('-through', 'through'), ('-but-one.', 'but-one.'), ('which-', 'which'), ('of-', 'of'), ('-', ''), ('-', ''), ('agree-', 'agree'), ('-', '')]
ST18990208-V25-06-page9.txt: [('-m-', 'm-'), ('g-', 'g'), ('-i.-to', 'i.-to'), ('-', ''), ('-when', 'when'), ('M.-', 'M.'), ('.-', '.'), ('-', ''), ('-', ''), ('--', '-'), ('si---', 'si--'), ('-', '')]
ST18990215-V25-07-page10.txt: [('-reaching', 'reaching'), ('sulphu-', 'sulphu'), ('-', '')]
ST18990215-V25-07-page11.txt: [('-', ''), ('-break', 'break'), ('bid-', 'bid'), ('Gali-', 'Gali'), ('-what', 'what'), ('-', ''), ('-', ''), ('".-', '".'), ('-the', 'the'), ('-', ''), ('bond-', 'bond'), ('-of', 'of'), ('women-', 'women'), ('-feet', 'feet'), ('-', ''), ('Electro-', 'Electro')]
ST18990215-V25-07-page12.txt: [('with-', 'with'), ('-', ''), ('-much', 'much'), ('-and', 'and'), ('opera-', 'opera')]
ST18990215-V25-07-page13.txt: [('-was', 'was'), ('-', ''), ('re-', 're')]
ST18990215-V25-07-page14.txt: [('-United', 'United'), ('costing--', 'costing-'), ('-the', 'the'), ('-', ''), ('forty-', 'forty'), ('-', ''), ('-', ''), ('-dk', 'dk'), ('Acad-', 'Acad'), ('-', ''), ('-', ''), ('con-', 'con'), ('-', '')]
ST18990215-V25-07-page15.txt: [('JO-', 'JO'), ('P-', 'P'), ('-', ''), ('-', ''), ('-', ''), ('show-', 'show'), ('ing-', 'ing'), ('admit-', 'admit'), ('-other', 'other'), ('-', ''), ('-Foreign', 'Foreign'), ('-day', 'day'), ('-W.', 'W.'), ('-very', 'very'), ('-', ''), ('-', ''), ('It-', 'It'), ('Et-', 'Et'), ('-', '')]
ST18990215-V25-07-page16.txt: [('apos-', 'apos'), ("-not'", "not'"), ('-', ''), ('-', ''), ('--We', '-We'), ('-', ''), ('-------', '------'), ('-', '')]
ST18990215-V25-07-page2.txt: [('-con-', 'con-'), ('food-', 'food'), ('-the', 'the'), ('-stoops', 'stoops'), ('-', ''), ('ask-', 'ask')]
ST18990215-V25-07-page3.txt: [('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-and', 'and'), ('-.', '.'), ('-', '')]
ST18990215-V25-07-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990215-V25-07-page5.txt: [('mortal-', 'mortal'), ('-', '')]
ST18990215-V25-07-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-tem', 'tem'), ('-', ''), ('-his', 'his'), ('--our', '-our')]
ST18990215-V25-07-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990215-V25-07-page8.txt: [('--to', '-to'), ('prin-', 'prin'), ('-', ''), ('-the', 'the'), ('creed-', 'creed')]
ST18990215-V25-07-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST18990222-V25-08-page1.txt: [('-there', 'there'), ('bur-', 'bur')]
ST18990222-V25-08-page10.txt: [('at-', 'at'), ('-', ''), ('-promised', 'promised')]
ST18990222-V25-08-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ri-', 'ri'), ('rfiz-', 'rfiz'), ('-', ''), ('-', ''), ('provinezlcz-', 'provinezlcz'), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-WM', 'WM'), ('-page', 'page')]
ST18990222-V25-08-page12.txt: [('-yr', 'yr'), ('-', '')]
ST18990222-V25-08-page13.txt: [('-', '')]
ST18990222-V25-08-page14.txt: [('-.', '.'), ('.-', '.'), ('-', ''), ('Albany-', 'Albany'), ('-', ''), ('-makes', 'makes'), ('-', ''), ('-x', 'x'), ('-', ''), ('.-', '.'), ('-', '')]
ST18990222-V25-08-page15.txt: [('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Soctety-', 'Soctety'), ('Society-', 'Society'), ('Sttiety-', 'Sttiety'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-Vet', 'Vet'), ('-', ''), ('shelf-', 'shelf'), ('-', ''), ('-', ''), ('-lb.', 'lb.'), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('IA-', 'IA'), ('IA-', 'IA'), ('M-', 'M'), ('-', '')]
ST18990222-V25-08-page16.txt: [('-We', 'We'), ('-When', 'When'), ('-', '')]
ST18990222-V25-08-page2.txt: [('-', ''), ('-', '')]
ST18990222-V25-08-page3.txt: [('-', ''), ('right-', 'right'), ('command-', 'command'), ('under-', 'under'), ('bless-', 'bless'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990222-V25-08-page4.txt: [('-', ''), ('-"', '"'), ('-Because', 'Because'), ('crown-', 'crown'), ('-M.', 'M.'), ('-', ''), ('-To', 'To')]
ST18990222-V25-08-page5.txt: [('pro-', 'pro'), ('-to', 'to'), ('-', '')]
ST18990222-V25-08-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('----Apart', '---Apart'), ('-', ''), ('-', '')]
ST18990222-V25-08-page7.txt: [('-', ''), ('-', '')]
ST18990222-V25-08-page8.txt: [('-', ''), ('-"', '"'), ('--', '-')]
ST18990222-V25-08-page9.txt: [('--', '-'), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--s', '-s'), ('-', ''), ('-', ''), ('-', ''), ('Foot-', 'Foot'), ('C-', 'C'), ('-', '')]
ST18990301-V25-09-page1.txt: [('-Number', 'Number'), ('-', ''), ('-luxury', 'luxury'), ('-But', 'But')]
ST18990301-V25-09-page10.txt: [('-This', 'This'), ('-', ''), ('it-', 'it'), ('-', ''), ('-', ''), ('-this', 'this'), ('-ago', 'ago'), ('-The', 'The')]
ST18990301-V25-09-page11.txt: [('-', ''), ('Shepherd.-', 'Shepherd.'), ('-do', 'do'), ('-', ''), ('-', ''), ('God-', 'God'), ('-Because', 'Because'), ("-'", "'"), ('-', ''), ('-', ''), ('-the', 'the'), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('--SABBATH', '-SABBATH'), ('-', ''), ('-', ''), ('per-', 'per'), ('bap-', 'bap'), ('disci-', 'disci'), ('-', ''), ('-r', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', '')]
ST18990301-V25-09-page13.txt: [('-Delicious', 'Delicious'), ('cen-', 'cen'), ('-', ''), ('yourself-', 'yourself'), ('-', ''), ('pro-', 'pro'), ('con-', 'con')]
ST18990301-V25-09-page14.txt: [('-it', 'it'), ('Franco-', 'Franco'), ('-', ''), ('-', ''), ('Chile-', 'Chile'), ('-extradition', 'extradition'), ('minor-', 'minor'), ('-questions.', 'questions.'), ('-constitution', 'constitution'), ('-troops.to', 'troops.to'), ('-', ''), ('appropriating-', 'appropriating')]
ST18990301-V25-09-page15.txt: [('-', ''), ('No.-', 'No.'), ('the-', 'the'), ('-', ''), ('-', ''), ('-', ''), ('denomi-', 'denomi')]
ST18990301-V25-09-page16.txt: [('-When', 'When'), ('-', ''), ('-', '')]
ST18990301-V25-09-page2.txt: [('faith-', 'faith'), ('reit-', 'reit'), ('-', '')]
ST18990301-V25-09-page3.txt: [('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('.-', '.')]
ST18990301-V25-09-page4.txt: [('-', ''), ('intelligence--', 'intelligence-')]
ST18990301-V25-09-page5.txt: [('reve-', 'reve'), ('-', '')]
ST18990301-V25-09-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ('-', '')]
ST18990301-V25-09-page7.txt: [('-', ''), ('-There', 'There'), ('-', '')]
ST18990301-V25-09-page9.txt: [('-', ''), ("-'", "'")]
ST18990308-V25-10-page1.txt: [('hu-', 'hu')]
ST18990308-V25-10-page10.txt: [('---what', '--what'), ('-has', 'has'), ('-for', 'for'), ('-the', 'the'), ('-preacher', 'preacher'), ('-plotted', 'plotted'), ('in-', 'in'), ('-', '')]
ST18990308-V25-10-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-The', 'The'), ('-', ''), ('seek-', 'seek'), ('say-', 'say'), ('on-', 'on'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('only.-', 'only.'), ('-', ''), ('-', '')]
ST18990308-V25-10-page12.txt: [('CEN-', 'CEN'), ('vege-', 'vege'), ('un-', 'un'), ('-', ''), ('-', ''), ('-', '')]
ST18990308-V25-10-page13.txt: [('-', ''), ('-of', 'of'), ('-the', 'the'), ('-The', 'The'), ('COM-', 'COM'), ('-', ''), ('-', ''), ('-', ''), ('Heart-', 'Heart')]
ST18990308-V25-10-page14.txt: [('-', ''), ('February-', 'February'), ('-', ''), ('-meat', 'meat'), ('-', ''), ('tr-', 'tr'), ('-', '')]
ST18990308-V25-10-page15.txt: [('are-', 'are'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('PUBLISHING-', 'PUBLISHING')]
ST18990308-V25-10-page16.txt: [('-enact', 'enact'), ('at-', 'at'), ('influ-', 'influ'), ('-', ''), ('STEIN-', 'STEIN')]
ST18990308-V25-10-page2.txt: [('-appreciate', 'appreciate')]
ST18990308-V25-10-page3.txt: [('house-', 'house'), ('-holders', 'holders'), ('-His', 'His'), ('-', ''), ('-', ''), ('-', ''), ('simplestate-', 'simplestate'), ('-any', 'any'), ('-of', 'of'), ('-kind', 'kind'), ('-dues-it', 'dues-it'), ('-will', 'will')]
ST18990308-V25-10-page4.txt: [('-', '')]
ST18990308-V25-10-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990308-V25-10-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('whatso-', 'whatso'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990308-V25-10-page7.txt: [('-', ''), ('-exafterl', 'exafterl'), ('-all', 'all'), ('-', ''), ('-which', 'which'), ('-to-turn.', 'to-turn.'), ('-see', 'see'), ('pene-', 'pene')]
ST18990308-V25-10-page8.txt: [('-', ''), ('-', ''), ('Oot-', 'Oot'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-SH', 'SH'), ('-conditions', 'conditions'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990308-V25-10-page9.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-h', 'h'), ('-', ''), ('waiting--', 'waiting-'), ('-Portugal.', 'Portugal.')]
ST18990315-V25-11-page11.txt: [('-', ''), ("goin'-", "goin'"), ('-', ''), ('-', '')]
ST18990315-V25-11-page12.txt: [('-', ''), ('-you', 'you'), ('COM-', 'COM'), ('-', ''), ('-', ''), ('Heart-', 'Heart')]
ST18990315-V25-11-page13.txt: [('nt--', 'nt-'), ('-', ''), ("-'entlon", "'entlon"), ('-', ''), ('-SUNDAY', 'SUNDAY'), ('El-', 'El'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-From', 'From'), ('-No.', 'No.'), ('Would-', 'Would'), ('-bed', 'bed'), ('multi-', 'multi'), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to'), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990315-V25-11-page14.txt: [('-t', 't'), ('-', ''), ('Ter-', 'Ter'), ('-', ''), ('-', ''), ('-', '')]
ST18990315-V25-11-page15.txt: [('-during', 'during'), ('sub-', 'sub'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990315-V25-11-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-------', '------')]
ST18990315-V25-11-page2.txt: [('Jeho-', 'Jeho'), ('-that', 'that'), ('--by', '-by')]
ST18990315-V25-11-page3.txt: [('-', ''), ('-', '')]
ST18990315-V25-11-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18990315-V25-11-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990315-V25-11-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', '')]
ST18990315-V25-11-page8.txt: [('-El', 'El')]
ST18990315-V25-11-page9.txt: [('-', ''), ('-".', '".'), ('-', ''), ('-', ''), ('other-', 'other')]
ST18990322-V25-12-page1.txt: [('unbid-', 'unbid'), ('compas-', 'compas')]
ST18990322-V25-12-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-at', 'at'), ('-He', 'He'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST18990322-V25-12-page12.txt: [('-', ''), ('-', ''), ('ap-', 'ap'), ('-mad', 'mad'), ('-iim', 'iim'), ('RILL-', 'RILL'), ('at-', 'at'), ('-', ''), ('-It', 'It')]
ST18990322-V25-12-page13.txt: [('-', ''), ('r-', 'r'), ('-', ''), ('-', ''), ('-s', 's'), ('-c', 'c'), ('.-', '.'), ('-tt', 'tt'), ('-', ''), ('-k', 'k'), ('-kA', 'kA'), ('---', '--'), ('FOUN-', 'FOUN'), ('P-', 'P'), ('-', ''), ('i-', 'i'), ("-.....icy'", ".....icy'")]
ST18990322-V25-12-page14.txt: [('-', ''), ('-', '')]
ST18990322-V25-12-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-ss', 'ss'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990322-V25-12-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a-.', 'a-.'), ('-', ''), ('-', ''), ('-', ''), ('CHAP-', 'CHAP'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990322-V25-12-page2.txt: [('-', ''), ('-True', 'True'), ('-', ''), ('-', '')]
ST18990322-V25-12-page3.txt: [('un-', 'un'), ('sweep-', 'sweep')]
ST18990322-V25-12-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('cov-', 'cov'), ('-', '')]
ST18990322-V25-12-page5.txt: [('inspira-', 'inspira')]
ST18990322-V25-12-page6.txt: [('them.-', 'them.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990322-V25-12-page8.txt: [('-', ''), ('-', ''), ('V--', 'V-')]
ST18990322-V25-12-page9.txt: [('-', ''), ('any-', 'any'), ('-', '')]
ST18990329-V25-13-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('principal-', 'principal'), ('-', ''), ('-', '')]
ST18990329-V25-13-page11.txt: [('RESURREC-', 'RESURREC'), ('-', '')]
ST18990329-V25-13-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990329-V25-13-page13.txt: [('-HE', 'HE'), ('-', ''), ('-up', 'up'), ('----', '---'), ('Commandant-', 'Commandant'), ('Afis-', 'Afis')]
ST18990329-V25-13-page14.txt: [('Nasr-', 'Nasr'), ('antichris-', 'antichris')]
ST18990329-V25-13-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-it', 'it'), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ('-', ''), ('-.Simon', '.Simon'), ('-', ''), ('-', ''), ('straight-', 'straight'), ('wash-', 'wash'), ('-', ''), ('-', ''), ('-', ''), ('Him-', 'Him')]
ST18990329-V25-13-page16.txt: [('re-', 're'), ('-', ''), ('-cr', 'cr')]
ST18990329-V25-13-page17.txt: [('renewal-', 'renewal')]
ST18990329-V25-13-page18.txt: [('-We', 'We'), ('-', ''), ('r-', 'r'), ('-pagan', 'pagan'), ('-', ''), ('-God', 'God'), ('-always', 'always'), ('all..-', 'all..'), ('-flows', 'flows'), ('-', '')]
ST18990329-V25-13-page19.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.-', '.-'), ('-', ''), ('illus-', 'illus'), ('-', '')]
ST18990329-V25-13-page2.txt: [('Seventh-', 'Seventh'), ('a-', 'a'), ('-', ''), ('pro-', 'pro'), ('con-', 'con')]
ST18990329-V25-13-page20.txt: [('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('alaalaitaalaalaist--', 'alaalaitaalaalaist-'), ('.peece-', '.peece'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990329-V25-13-page5.txt: [('-', ''), ('-world', 'world'), ('i-', 'i')]
ST18990329-V25-13-page6.txt: [('-', ''), ('o-', 'o'), ('-', ''), ('out-', 'out'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990329-V25-13-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990329-V25-13-page9.txt: [('-', ''), ('-it', 'it'), ('-according', 'according'), ('condi-', 'condi'), ('-', ''), ('-', '')]
ST18990405-V25-14-page1.txt: [('-', ''), ('flee-', 'flee')]
ST18990405-V25-14-page11.txt: [('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('-', ''), ('leper.-', 'leper.'), ('-', ''), ('-leprosy', 'leprosy'), ('you."-', 'you."'), ('again."-', 'again."'), ('-', ''), ('-', ''), ('way."-', 'way."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('come.-', 'come.'), ('man.-', 'man.'), ('Father."-', 'Father."'), ('-', '')]
ST18990405-V25-14-page13.txt: [('COM-', 'COM'), ('-', ''), ('-', ''), ('-', ''), ('Heart-', 'Heart'), ('to-', 'to'), ('send-', 'send')]
ST18990405-V25-14-page14.txt: [('-', ''), ('grind-', 'grind')]
ST18990405-V25-14-page15.txt: [('-sr', 'sr'), ('to-', 'to'), ('peo-', 'peo'), ('to-', 'to'), ('-', ''), ('-', ''), ('genera-', 'genera'), ('-', ''), ('-page', 'page')]
ST18990405-V25-14-page16.txt: [('-We', 'We'), ('-', '')]
ST18990405-V25-14-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('bless-', 'bless')]
ST18990405-V25-14-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18990405-V25-14-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18990405-V25-14-page5.txt: [('-', ''), ('--Evidently', '-Evidently'), ('-', ''), ('g-', 'g')]
ST18990405-V25-14-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('IMPERI-', 'IMPERI'), ('-not', 'not'), ('particu-', 'particu')]
ST18990405-V25-14-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990405-V25-14-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990405-V25-14-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('Laingsburg-', 'Laingsburg'), ('GOS-', 'GOS')]
ST18990412-V25-15-page1.txt: [('as-', 'as'), ('-', ''), ('-', '')]
ST18990412-V25-15-page10.txt: [('-', ''), ('-ft', 'ft')]
ST18990412-V25-15-page11.txt: [('mul-', 'mul'), ('-', ''), ('thonaTS-', 'thonaTS'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('reason-', 'reason'), ('blas-', 'blas'), ('-', ''), ('-', '')]
ST18990412-V25-15-page13.txt: [('-', ''), ('inter-', 'inter'), ('v-', 'v'), ('-', ''), ('AReft-', 'AReft'), ('"ft-', '"ft'), ('brVisAitte--', 'brVisAitte-'), ('-', '')]
ST18990412-V25-15-page14.txt: [('Of-', 'Of'), ('-', ''), ('com-', 'com'), ('-', ''), ('main-', 'main'), ('-', ''), ('-', ''), ('grind-', 'grind')]
ST18990412-V25-15-page15.txt: [('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('A-', 'A'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', '')]
ST18990412-V25-15-page16.txt: [('-', ''), ('calami--', 'calami-'), ('--', '-'), ('-', ''), ('-', '')]
ST18990412-V25-15-page2.txt: [('-', '')]
ST18990412-V25-15-page3.txt: [('-', ''), ('-', ''), ('ma-', 'ma')]
ST18990412-V25-15-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-own', 'own')]
ST18990412-V25-15-page5.txt: [('-', ''), ('appar-', 'appar'), ('-ip', 'ip'), ('-', '')]
ST18990412-V25-15-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ESTABLISH-', 'ESTABLISH'), ('responsibili-', 'responsibili'), ('pos-', 'pos'), ('founda-', 'founda')]
ST18990412-V25-15-page7.txt: [('-', ''), ('-', '')]
ST18990412-V25-15-page8.txt: [('-', '')]
ST18990412-V25-15-page9.txt: [('occu-', 'occu'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990503-V25-18-page1.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-working', 'working'), ('Abra-', 'Abra')]
ST18990503-V25-18-page10.txt: [('-', ''), ('-', ''), ("HArdn'r-", "HArdn'r"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-as-the-hypocrites', 'as-the-hypocrites')]
ST18990503-V25-18-page11.txt: [('disci-', 'disci'), ('verse.-', 'verse.'), ('evi-', 'evi'), ('-', ''), ('r--', 'r-'), ('-physical', 'physical'), ('-Ps.', 'Ps.'), ('-', ''), ('-ril', 'ril'), ('-', ''), ('-Lord', 'Lord'), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ti', 'ti'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('-the', 'the')]
ST18990503-V25-18-page12.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('---', '--'), ('--.', '-.'), ('-', '')]
ST18990503-V25-18-page13.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-temperlof.the', 'temperlof.the'), ('--', '-'), ('-', ''), ('sederitarY-life.-', 'sederitarY-life.'), ('-', ''), ('-', ''), ('-', ''), ('disturbanceS.--', 'disturbanceS.-'), ('-', '')]
ST18990503-V25-18-page14.txt: [('.-', '.'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-tt-', 'tt-'), ('-', ''), ('-Its-u-t', 'Its-u-t'), ('-', ''), ('-do', 'do'), ('-from', 'from'), ('-pla', 'pla'), ('-', '')]
ST18990503-V25-18-page15.txt: [('-', ''), ('-', ''), ('-', '')]
ST18990503-V25-18-page16.txt: [('-for-the', 'for-the'), ('-speedily', 'speedily'), ('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('CHAPMAN-', 'CHAPMAN'), ('-', ''), ('SUnday-', 'SUnday'), ('-', ''), ('-thirty', 'thirty'), ('-', ''), ('lib--', 'lib-'), ('-', ''), ('-courting', 'courting'), ('-', ''), ("-'", "'")]
ST18990503-V25-18-page2.txt: [('-', ''), ('man-', 'man')]
ST18990503-V25-18-page3.txt: [('-the', 'the'), ('lightly.-', 'lightly.'), ('end."-', 'end."'), ('-', ''), ('-drenched', 'drenched'), ('-', ''), ('-hating', 'hating')]
ST18990503-V25-18-page4.txt: [('-.', '.'), ('wow-', 'wow'), ('-', ''), ('-', ''), ('-', ''), ('command-', 'command'), ('-', '')]
ST18990503-V25-18-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990503-V25-18-page8.txt: [('-throttle', 'throttle'), ('Hamp-', 'Hamp'), ('-', '')]
ST18990503-V25-18-page9.txt: [('-', ''), ('-', ''), ('PRO-', 'PRO')]
ST18990510-V25-19-page1.txt: [('contem-', 'contem')]
ST18990510-V25-19-page10.txt: [('II-', 'II'), ('-the', 'the'), ('a-', 'a'), ('-', ''), ('king-', 'king'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990510-V25-19-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('-the', 'the'), ('-was', 'was'), ('-a', 'a'), ('-John', 'John'), ('-that', 'that'), ('purpose.-', 'purpose.'), ('-would', 'would'), ('-', '')]
ST18990510-V25-19-page12.txt: [('-', ''), ('--', '-'), ('fin-', 'fin')]
ST18990510-V25-19-page13.txt: [('genu-', 'genu')]
ST18990510-V25-19-page14.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-decided', 'decided'), ('ex-', 'ex'), ('-', '')]
ST18990510-V25-19-page15.txt: [('-a', 'a'), ('-ft', 'ft'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-Paternoster', 'Paternoster'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-.', '.'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-Epalg', 'Epalg'), ('-', ''), ('-', '')]
ST18990510-V25-19-page16.txt: [('-', ''), ('-than', 'than'), ('pooh-', 'pooh')]
ST18990510-V25-19-page2.txt: [('-', ''), ('-', '')]
ST18990510-V25-19-page3.txt: [('V-', 'V')]
ST18990510-V25-19-page4.txt: [('-.vs', '.vs'), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('I-', 'I')]
ST18990510-V25-19-page5.txt: [('-do', 'do'), ('-', ''), ('i--', 'i-')]
ST18990510-V25-19-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ("God's-", "God's"), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990510-V25-19-page7.txt: [('-', ''), ('Tischen-', 'Tischen')]
ST18990510-V25-19-page8.txt: [('-e', 'e'), ('--', '-'), ('--', '-'), ('-', ''), ('-"-', '"-')]
ST18990510-V25-19-page9.txt: [('fiinlf-', 'fiinlf'), ('W-', 'W'), ('-', ''), ('-L', 'L'), ('-', '')]
ST18990517-V25-20-page1.txt: [('-', ''), ('-', ''), ('stag-', 'stag'), ('-', '')]
ST18990517-V25-20-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('oint-', 'oint'), ('them-', 'them'), ('-', ''), ('-', ''), ('di-', 'di'), ('king-', 'king'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990517-V25-20-page11.txt: [('-SABBATH', 'SABBATH'), ('-', ''), ('un-', 'un'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-Pharisees', 'Pharisees'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-dizziness', 'dizziness'), ('-all', 'all'), ('-other', 'other'), ('-cry', 'cry'), ('re-', 're'), ('-', ''), ('sea-', 'sea'), ('fol-', 'fol'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990517-V25-20-page12.txt: [('-Kenneth', 'Kenneth')]
ST18990517-V25-20-page13.txt: [('-is', 'is'), ('wine.-', 'wine.'), ('-', '')]
ST18990517-V25-20-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('mur-', 'mur'), ('-', ''), ('Hoang-', 'Hoang'), ('Tirm-', 'Tirm'), ('con-', 'con')]
ST18990517-V25-20-page15.txt: [('-', ''), ('-t...f.f.ftegAttitiA', 't...f.f.ftegAttitiA'), ('-TWAIN', 'TWAIN'), ('-t.t..', 't.t..'), ('a-', 'a'), ('bodle-', 'bodle')]
ST18990517-V25-20-page16.txt: [('good-', 'good'), ('-', ''), ('-We', 'We'), ('-', ''), ('of-', 'of'), ('--When', '-When'), ('-', ''), ('years-', 'years'), ('Spanish-', 'Spanish')]
ST18990517-V25-20-page2.txt: [('t-', 't'), ('-i.', 'i.'), ('-mot', 'mot')]
ST18990517-V25-20-page3.txt: [('-', ''), ('a-', 'a'), ('boast-', 'boast')]
ST18990517-V25-20-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST18990517-V25-20-page5.txt: [('-', ''), ('-', '')]
ST18990517-V25-20-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-but', 'but')]
ST18990517-V25-20-page7.txt: [('-', ''), ('a-', 'a'), ('a-', 'a')]
ST18990517-V25-20-page8.txt: [('-', '')]
ST18990517-V25-20-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('Spanish-', 'Spanish'), ('-', '')]
ST18990524-V25-21-page10.txt: [('-', ''), ('move-', 'move'), ('Sani-', 'Sani')]
ST18990524-V25-21-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST18990524-V25-21-page13.txt: [('-a', 'a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990524-V25-21-page14.txt: [('-', ''), ('-here', 'here'), ('-At', 'At'), ('-', ''), ('-', ''), ('Be-', 'Be'), ('-', ''), ('Germalnia-', 'Germalnia')]
ST18990524-V25-21-page15.txt: [('Danish-', 'Danish'), ('-', ''), ('-', ''), ('-V', 'V'), ('-', ''), ('-', ''), ('-', '')]
ST18990524-V25-21-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('e-', 'e'), ('remain-', 'remain')]
ST18990524-V25-21-page17.txt: [('-lifeless', 'lifeless'), ('-year-old', 'year-old'), ('-it', 'it'), ('-', ''), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-Cristoforo', 'Cristoforo'), ('-monopolist', 'monopolist'), ('Ritual-', 'Ritual')]
ST18990524-V25-21-page18.txt: [('-When', 'When'), ('-MRS.', 'MRS.')]
ST18990524-V25-21-page19.txt: [('-', ''), ('r.---', 'r.--'), ('-.', '.'), ('-V', 'V'), ('-', ''), ('Advent-', 'Advent'), ('w.-', 'w.'), ('-----.t.', '----.t.'), ('-', '')]
ST18990524-V25-21-page2.txt: [('I-', 'I'), ('-', ''), ('-', ''), ('--t', '-t'), ('-rms', 'rms')]
ST18990524-V25-21-page20.txt: [('-', ''), ('-page', 'page'), ('-', '')]
ST18990524-V25-21-page3.txt: [('-wilderness', 'wilderness'), ('-', ''), ('-', '')]
ST18990524-V25-21-page4.txt: [('EDUCA-', 'EDUCA'), ('invariably-', 'invariably'), ('-', ''), ('-', ''), ('-', '')]
ST18990524-V25-21-page5.txt: [('-as-revealed', 'as-revealed'), ('-heavens', 'heavens'), ('-', ''), ('-', ''), ('Ex-', 'Ex'), ('-', '')]
ST18990524-V25-21-page6.txt: [('PUBLISH-', 'PUBLISH'), ('-', ''), ('a-', 'a')]
ST18990524-V25-21-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('.--', '.-'), ('---', '--'), ("-----.'", "----.'"), ('.-', '.'), ("'----", "'---"), ('-', ''), ('.--.--', '.--.-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'---..---", "'---..--"), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ("'---", "'--"), ('-', ''), ('-', ''), ('-', ''), ('---..----.....', '--..----.....'), ('--', '-'), ('-', ''), ('-SIGNS-', 'SIGNS-')]
ST18990524-V25-21-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('Creator-', 'Creator'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('message-', 'message')]
ST18990524-V25-21-page9.txt: [('IP-', 'IP'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-', '')]
ST18990531-V25-22-page10.txt: [('-', ''), ('Quarter-', 'Quarter'), ('-', ''), ('-', ''), ('-i', 'i'), ('command-', 'command'), ('N-', 'N'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('coun-', 'coun'), ('cry-', 'cry')]
ST18990531-V25-22-page11.txt: [('-', ''), ('straight-', 'straight'), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-differences', 'differences'), ('-Enmity', 'Enmity'), ('-', ''), ('-', ''), ('-staunched.', 'staunched.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('covetous-', 'covetous'), ('knowl-', 'knowl')]
ST18990531-V25-22-page12.txt: [('-.', '.'), ('.-..-', '.-..'), ('w.-.-', 'w.-.'), ('-.....', '.....'), ('-', ''), ('-', ''), ('-"tt', '"tt'), ('-', '')]
ST18990531-V25-22-page13.txt: [('.-', '.'), ('church-', 'church')]
ST18990531-V25-22-page14.txt: [("-'It", "'It"), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-\'"', '\'"'), ('."--', '."-'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-"', '"'), ('.-', '.'), ('-', ''), ('-', '')]
ST18990531-V25-22-page15.txt: [('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Herald-', 'Herald'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('kalir.-', 'kalir.')]
ST18990531-V25-22-page16.txt: [('-', ''), ('-', ''), ('-of', 'of'), ('-settlement', 'settlement'), ('Cer-', 'Cer'), ('Depart-', 'Depart'), ('build-', 'build'), ('At-', 'At'), ('-', '')]
ST18990531-V25-22-page2.txt: [('-', '')]
ST18990531-V25-22-page3.txt: [('pop-', 'pop'), ('steam-', 'steam')]
ST18990531-V25-22-page4.txt: [('Mam-', 'Mam'), ('-', ''), ('-', ''), ('-', ''), ('trem-', 'trem'), ('-a', 'a')]
ST18990531-V25-22-page5.txt: [('-', ''), ('the-', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Mrs.', 'Mrs.')]
ST18990531-V25-22-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('diffi-', 'diffi'), ('-', '')]
ST18990531-V25-22-page7.txt: [('-were.', 'were.'), ('-', ''), ('-', '')]
ST18990531-V25-22-page8.txt: [('-', ''), ('-', ''), ('a-', 'a'), ('-', '')]
ST18990531-V25-22-page9.txt: [('-', ''), ('-tettlif', 'tettlif'), ('-', ''), ('-', ''), ('a-', 'a'), ('-', ''), ('m-', 'm'), ('--', '-')]
ST18990607-V25-23-page1.txt: [('i-', 'i')]
ST18990607-V25-23-page10.txt: [('--.-', '-.-'), ('-nreetin.of', 'nreetin.of'), ('-which', 'which'), ('-', ''), ('-', ''), ('be-', 'be'), ('testi-', 'testi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990607-V25-23-page11.txt: [('them.-', 'them.'), ('-', ''), ('-whilenot', 'whilenot'), ('-', ''), ('-', ''), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('-', ''), ('IV.-', 'IV.'), ('-', ''), ('-', ''), ('This-', 'This'), ('-', ''), ('the-', 'the'), ('-', ''), ('-', ''), ('-by', 'by'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('-Israel', 'Israel'), ('II-', 'II'), ('-', ''), ('-', '')]
ST18990607-V25-23-page12.txt: [('PO-', 'PO'), ('smolder-', 'smolder'), ('r-', 'r')]
ST18990607-V25-23-page13.txt: [('----', '---'), ('point.--', 'point.-'), ('-', ''), ('-', ''), ('-', '')]
ST18990607-V25-23-page14.txt: [('oo-', 'oo'), ('-A', 'A'), ('-', ''), ('-the', 'the'), ('-', '')]
ST18990607-V25-23-page15.txt: [('-', ''), ('LIST-', 'LIST'), ('-', ''), ('-', ''), ('semi-', 'semi'), ('-', ''), ('-', '')]
ST18990607-V25-23-page16.txt: [('-We', 'We'), ('Scripps-', 'Scripps'), ('-', ''), ('-set', 'set'), ('cc-', 'cc'), ('Henderson.-', 'Henderson.'), ('-your', 'your'), ('LEGIS-', 'LEGIS'), ('-', ''), ('-', ''), ('-', ''), ('-deadly', 'deadly'), ('-reason', 'reason'), ('-him.', 'him.'), ('-is', 'is'), ('-', '')]
ST18990607-V25-23-page2.txt: [('-', ''), ('-upon', 'upon'), ('-cur', 'cur'), ('-', ''), ('-', '')]
ST18990607-V25-23-page3.txt: [('-', ''), ('-more', 'more'), ('nu-', 'nu'), ('-', '')]
ST18990607-V25-23-page4.txt: [('-', ''), ('P-', 'P')]
ST18990607-V25-23-page5.txt: [('-history', 'history')]
ST18990607-V25-23-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('know-', 'know')]
ST18990607-V25-23-page7.txt: [('-', ''), ('I-', 'I'), ('-', ''), ('-hig', 'hig'), ('-condemned', 'condemned'), ('-', '')]
ST18990607-V25-23-page8.txt: [('the-', 'the'), ("-wouldn't", "wouldn't"), ('-', ''), ('-the', 'the'), ('stu-', 'stu'), ('-', '')]
ST18990607-V25-23-page9.txt: [('Monier-', 'Monier'), ('-founded', 'founded'), ('-', ''), ('-', ''), ('Prot-', 'Prot')]
ST18990614-V25-24-page1.txt: [('-both', 'both'), ('-', ''), ('-God', 'God'), ('scrip-', 'scrip')]
ST18990614-V25-24-page10.txt: [('-', ''), ('a-', 'a')]
ST18990614-V25-24-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', ''), ('appa-', 'appa'), ('-', ''), ('com-', 'com'), ('nothing."-', 'nothing."'), ('-They', 'They'), ('-', ''), ('NorE.-', 'NorE.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990614-V25-24-page12.txt: [('-......', '......'), ('-', ''), ('-', ''), ('the-', 'the'), ('-a', 'a'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--z-.--------', '-z-.--------'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('---.-.T.-', '--.-.T.-'), ('-atec', 'atec'), ('---', '--'), ('..----"--', '..----"-'), ("---'", "--'"), ('-------".\'.t-\'-i-Fi-', '------".\'.t-\'-i-Fi-'), ('.--', '.-'), ('-..-.-ii', '..-.-ii'), ('---Pl"-fili', '--Pl"-fili'), ('....--', '....-'), ('-', ''), ('-', ''), ('-othy', 'othy')]
ST18990614-V25-24-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Heart-', 'Heart'), ('-', ''), ('hill-', 'hill'), ('-i-', 'i-'), ('COM-', 'COM'), ('-', ''), ('-But', 'But'), ('-ed', 'ed')]
ST18990614-V25-24-page14.txt: [('-inhabitants', 'inhabitants'), ('-', ''), ('-', ''), ('--.', '-.'), ('-', ''), ('Minda-', 'Minda'), ('.-', '.'), ('-', ''), ('-', ''), ('MW-', 'MW'), ('-page', 'page')]
ST18990614-V25-24-page15.txt: [('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Herald-', 'Herald'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('Societv-', 'Societv'), ('Society-', 'Society'), ('VOL-', 'VOL'), ('LEGIS-', 'LEGIS'), ('Number-L---', 'Number-L--'), ('TI-', 'TI'), ('-', '')]
ST18990614-V25-24-page16.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('-The', 'The'), ('-', ''), ('-', '')]
ST18990614-V25-24-page2.txt: [('---The', '--The')]
ST18990614-V25-24-page3.txt: [('-', ''), ('mas-', 'mas'), ('-attended', 'attended'), ('-', '')]
ST18990614-V25-24-page4.txt: [('-', '')]
ST18990614-V25-24-page5.txt: [('-', ''), ('-', ''), ('the.-', 'the.'), ('-', ''), ('-', ''), ('-one', 'one'), ('-', ''), ('-', ''), ('com-', 'com')]
ST18990614-V25-24-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990614-V25-24-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('June-', 'June')]
ST18990614-V25-24-page8.txt: [('-', ''), ('-', ''), ('all-', 'all'), ('-', ''), ('-', '')]
ST18990614-V25-24-page9.txt: [('-', ''), ('---srcies', '--srcies'), ('-', ''), ('-Anna', 'Anna'), ('de-', 'de')]
ST18990621-V25-25-page1.txt: [('spPali-', 'spPali'), ('retri-', 'retri')]
ST18990621-V25-25-page10.txt: [('fact--', 'fact-'), ('-true', 'true'), ('-at', 'at'), ('-', ''), ('-', ''), ('-s', 's'), ('-', ''), ('-', ''), ('-', '')]
ST18990621-V25-25-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('woman.-', 'woman.'), ('-Syro-Phenician-evidently', 'Syro-Phenician-evidently'), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('king.-', 'king.'), ('-', '')]
ST18990621-V25-25-page12.txt: [('-', ''), ('work-a-', 'work-a'), ('-', ''), ('-', '')]
ST18990621-V25-25-page13.txt: [('-', ''), ('.-', '.'), ('-nt', 'nt'), ('-were', 'were'), ('---', '--'), ('-', ''), ('-', ''), ('Heart-', 'Heart'), ('COM-', 'COM'), ('-', ''), ('-', '')]
ST18990621-V25-25-page14.txt: [('-', ''), ('-twenty-five', 'twenty-five'), ('OF-', 'OF'), ('-tws', 'tws')]
ST18990621-V25-25-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-No.', 'No.'), ('Pa-', 'Pa'), ('Gos-', 'Gos')]
ST18990621-V25-25-page16.txt: [('-', ''), ('days.-', 'days.'), ('everyimagi-', 'everyimagi'), ('-', ''), ('-peace', 'peace'), ('-', ''), ('-it', 'it'), ('forty-', 'forty')]
ST18990621-V25-25-page3.txt: [('-', ''), ('won-', 'won')]
ST18990621-V25-25-page4.txt: [('EDUCA-', 'EDUCA'), ('-God.', 'God.'), ('-', ''), ('-', ''), ('---', '--'), ('-ftliv', 'ftliv'), ('-L-', 'L-')]
ST18990621-V25-25-page5.txt: [('-', ''), ('-Our', 'Our')]
ST18990621-V25-25-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-too', 'too'), ('-', '')]
ST18990621-V25-25-page7.txt: [('-life', 'life'), ('-', ''), ('-"prophet', '"prophet'), ('-', ''), ('-Me', 'Me'), ('-', ''), ("-Heaven's", "Heaven's"), ('-will', 'will'), ('-', '')]
ST18990621-V25-25-page8.txt: [('NA-', 'NA'), ('-of', 'of'), ('-entertainment', 'entertainment'), ('-If', 'If'), ('-become', 'become'), ('-', ''), ('classes-', 'classes')]
ST18990621-V25-25-page9.txt: [('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-been', 'been')]
ST18990628-V25-26-page1.txt: [('--A-', '-A-'), ('-', '')]
ST18990628-V25-26-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex'), ('-', ''), ('-', ''), ('-', ''), ('rca-', 'rca'), ('-', ''), ('-', '')]
ST18990628-V25-26-page11.txt: [('-Nebuchadnezzar', 'Nebuchadnezzar'), ('-', ''), ('father."-', 'father."'), ('mat-', 'mat'), ('Shad-', 'Shad'), ('Abed-', 'Abed'), ('-', ''), ("-'His", "'His"), ('-', ''), ('-', '')]
ST18990628-V25-26-page12.txt: [('-', ''), ('-e', 'e'), ('lov-', 'lov')]
ST18990628-V25-26-page13.txt: [('CLUB-', 'CLUB'), ('Al--', 'Al-'), ('DICTION-', 'DICTION'), ('-', ''), ('-ood', 'ood')]
ST18990628-V25-26-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-excessive', 'excessive')]
ST18990628-V25-26-page15.txt: [('re-', 're')]
ST18990628-V25-26-page16.txt: [('-', ''), ('-the', 'the'), ('-', ''), ('-', '')]
ST18990628-V25-26-page2.txt: [('arch-', 'arch'), ('-', ''), ('-', ''), ('-', '')]
ST18990628-V25-26-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990628-V25-26-page4.txt: [('-ct', 'ct'), ('-', '')]
ST18990628-V25-26-page5.txt: [('-', ''), ('-Alliance', 'Alliance'), ('-', ''), ('-President', 'President'), ('-', '')]
ST18990628-V25-26-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990628-V25-26-page7.txt: [('-', ''), ('-', ''), ('Gos-', 'Gos'), ('-', ''), ('-', '')]
ST18990628-V25-26-page8.txt: [('-', ''), ('-globe', 'globe'), ('con-', 'con'), ('-', '')]
ST18990628-V25-26-page9.txt: [('iP-', 'iP'), ('s--', 's-'), ('.-....-', '.-....'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('essuir--', 'essuir-'), ('-', ''), ('lessemsessokisticisieseveasesse.--', 'lessemsessokisticisieseveasesse.-'), ('-.s-', '.s-'), ('--', '-'), ('-', ''), ('-', '')]
ST18990704-V25-27-page1.txt: [('-MUM', 'MUM')]
ST18990704-V25-27-page10.txt: [('vio-', 'vio')]
ST18990704-V25-27-page11.txt: [('religious-', 'religious'), ("-'", "'"), ('-', '')]
ST18990704-V25-27-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-thiS', 'thiS')]
ST18990704-V25-27-page13.txt: [('indi-', 'indi'), ('un-', 'un'), ('-.', '.')]
ST18990704-V25-27-page14.txt: [('-fight', 'fight'), ('Now-a-', 'Now-a'), ('-', ''), ('Seem-', 'Seem')]
ST18990704-V25-27-page15.txt: [('-', ''), ('-ir', 'ir'), ('-', ''), ('-', ''), ('Heart-', 'Heart'), ('JO-', 'JO'), ('COM-', 'COM'), ('-', '')]
ST18990704-V25-27-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('laws."-', 'laws."'), ('-and', 'and'), ('TRANSFIG-', 'TRANSFIG'), ('-', ''), ('-', ''), ('ex-', 'ex'), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990704-V25-27-page17.txt: [('-', ''), ('Society-', 'Society'), ('-', ''), ('v-', 'v'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Herald-', 'Herald'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ("-'A", "'A")]
ST18990704-V25-27-page18.txt: [('-', ''), ('-', ''), ('CUNNING-', 'CUNNING'), ('-', ''), ('patri-', 'patri')]
ST18990704-V25-27-page19.txt: [('-', '')]
ST18990704-V25-27-page2.txt: [('-rn', 'rn'), ('-', ''), ('-', ''), ('-page', 'page')]
ST18990704-V25-27-page20.txt: [('-', ''), ('-', ''), ('W-', 'W'), ('.--', '.-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-q', 'q'), ("-'", "'"), ('-V', 'V'), ('-W', 'W'), ('-', ''), ('-K', 'K'), ('-', ''), ('-V.k.', 'V.k.'), ('-', ''), ('-', ''), ('kiiiirie-', 'kiiiirie'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990704-V25-27-page3.txt: [('-', ''), ('i-', 'i'), ('-', '')]
ST18990704-V25-27-page4.txt: [('RE-', 'RE'), ('-religious', 'religious')]
ST18990704-V25-27-page5.txt: [('-', ''), ('Mo-', 'Mo'), ('Al-', 'Al'), ('PRINCI-', 'PRINCI'), ('inalien-', 'inalien')]
ST18990704-V25-27-page6.txt: [('-', ''), ('tend-', 'tend'), ('-.icies', '.icies'), ('-ess', 'ess'), ('-found', 'found'), ('can-', 'can')]
ST18990704-V25-27-page7.txt: [('-', '')]
ST18990704-V25-27-page8.txt: [('-', '')]
ST18990704-V25-27-page9.txt: [('-', ''), ('-', ''), ('wet-', 'wet')]
ST18990712-V25-28-page1.txt: [('-', ''), ('-', ''), ('kzasarzgotI-', 'kzasarzgotI')]
ST18990712-V25-28-page10.txt: [('Io-', 'Io'), ('-', ''), ('-', ''), ('-', ''), ('an-', 'an'), ('-', ''), ('-Jesus', 'Jesus'), ('reck-', 'reck')]
ST18990712-V25-28-page11.txt: [('-released', 'released'), ('fellow-', 'fellow'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-inducement', 'inducement'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-h.m', 'h.m'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990712-V25-28-page12.txt: [('-', ''), ('try-', 'try')]
ST18990712-V25-28-page13.txt: [('PRE-', 'PRE'), ('D.D.-', 'D.D.'), ('urg-', 'urg'), ('COUN-', 'COUN'), ('Politico-', 'Politico')]
ST18990712-V25-28-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ordet.-', 'ordet.'), ('at-', 'at')]
ST18990712-V25-28-page15.txt: [('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Herald-', 'Herald'), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('COUNT-', 'COUNT'), ('-', ''), ('BIBLES-', 'BIBLES'), ('con-', 'con'), ('etc.-', 'etc.')]
ST18990712-V25-28-page16.txt: [('Jerusa-', 'Jerusa'), ('-', ''), ('-in', 'in'), ('-', ''), ('publish-', 'publish')]
ST18990712-V25-28-page2.txt: [('-', ''), ('"-', '"'), ('P-', 'P'), ("-'", "'"), ('-.', '.'), ('-', ''), ('-', ''), ('-"-', '"-'), ('r-', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-red.', 'red.'), ('-The', 'The')]
ST18990712-V25-28-page3.txt: [('-', ''), ('cul-', 'cul'), ('-', '')]
ST18990712-V25-28-page5.txt: [('s-', 's')]
ST18990712-V25-28-page6.txt: [('-our', 'our'), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('-', ''), ('in-', 'in'), ('-asserts', 'asserts'), ('District-', 'District'), ('Illi-', 'Illi')]
ST18990712-V25-28-page7.txt: [('-', ''), ('--The', '-The'), ('time."-', 'time."'), ('-', ''), ('Di-', 'Di')]
ST18990712-V25-28-page8.txt: [('-An', 'An'), ('PERSECU-', 'PERSECU')]
ST18990712-V25-28-page9.txt: [('MOHAM-', 'MOHAM')]
ST18990719-V25-29-page1.txt: [('-', ''), ('be-', 'be'), ('-', ''), ('-', '')]
ST18990719-V25-29-page10.txt: [('thatthereisanotherlifebe-', 'thatthereisanotherlifebe'), ('demonstrated--', 'demonstrated-'), ('-', ''), ('g---', 'g--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990719-V25-29-page11.txt: [('dispensa-', 'dispensa'), ('per-', 'per'), ('pub-', 'pub')]
ST18990719-V25-29-page12.txt: [('trans-', 'trans'), ('corn-', 'corn'), ('--', '-'), ('forma-', 'forma'), ('-', '')]
ST18990719-V25-29-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('do-', 'do'), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('Phar-', 'Phar'), ('-and', 'and'), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('abomina-', 'abomina'), ('desola-', 'desola'), ('-', '')]
ST18990719-V25-29-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST18990719-V25-29-page15.txt: [('-', ''), ('-', ''), ('OFT-', 'OFT'), ('HARDLYBECOUNT-', 'HARDLYBECOUNT'), ('-', ''), ('-', ''), ('rra-', 'rra'), ('-', ''), ('-', ''), ('-', ''), ('-A"Z', 'A"Z'), ('-', ''), ('-', ''), ('-', ''), ("-oss-t-'", "oss-t-'"), ('sysyslz-', 'sysyslz'), ('--s', '-s'), ('-Vs', 'Vs')]
ST18990719-V25-29-page16.txt: [('Bible.-', 'Bible.'), ('-', ''), ('-', ''), ('-', ''), ('-It', 'It'), ('ar-', 'ar')]
ST18990719-V25-29-page2.txt: [('sin-', 'sin'), ('sup-', 'sup')]
ST18990719-V25-29-page3.txt: [('-', ''), ('-would', 'would'), ('-', '')]
ST18990719-V25-29-page4.txt: [('I-', 'I'), ('-.', '.'), ('-', ''), ('-king', 'king')]
ST18990719-V25-29-page5.txt: [('-', '')]
ST18990719-V25-29-page6.txt: [('I-', 'I'), ('-', ''), ('-of', 'of')]
ST18990719-V25-29-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('genera-', 'genera'), ('-ual', 'ual'), ('-', ''), ('tab-', 'tab'), ('-', ''), ('-', '')]
ST18990719-V25-29-page9.txt: [('Asso-', 'Asso'), ('-', ''), ('-', ''), ('tr-', 'tr'), ('-the', 'the')]
ST18990726-V25-30-page1.txt: [('Amor-', 'Amor'), ('-', ''), ("-AMERICA'S", "AMERICA'S"), ('separa-', 'separa'), ('-', '')]
ST18990726-V25-30-page10.txt: [('t-', 't'), ('-', ''), ('-', ''), ('German-', 'German'), ('revo-', 'revo'), ('-', ''), ('pro-', 'pro'), ('iti-', 'iti'), ('-', '')]
ST18990726-V25-30-page11.txt: [('-Aft-', 'Aft-'), ('Mc-', 'Mc'), ('-days', 'days'), ('-', '')]
ST18990726-V25-30-page12.txt: [('Mac-', 'Mac'), ('Mac-', 'Mac'), ('o-', 'o'), ('-', '')]
ST18990726-V25-30-page13.txt: [('-butcher', 'butcher'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('Disor-', 'Disor'), ('-..P.a.', '..P.a.')]
ST18990726-V25-30-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('there-', 'there'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-O.', 'O.'), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('-Designed', 'Designed'), ('-Full', 'Full'), ('way-', 'way'), ('-', '')]
ST18990726-V25-30-page15.txt: [('-page', 'page'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('Herald-', 'Herald'), ('River-', 'River'), ('Society-', 'Society'), ('-', ''), ('SIX-', 'SIX'), ('BIBLES-', 'BIBLES'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ("-.'ich.", ".'ich."), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', '')]
ST18990726-V25-30-page16.txt: [('existenc-', 'existenc'), ('-', '')]
ST18990726-V25-30-page3.txt: [('fol.-', 'fol.'), ('-', ''), ('.b--', '.b-'), ('-', ''), ('-', ''), ('understanding-', 'understanding')]
ST18990726-V25-30-page4.txt: [('-', ''), ('L-', 'L'), ('-', '')]
ST18990726-V25-30-page5.txt: [('Sa-', 'Sa'), ('-', ''), ('-', ''), ('-', '')]
ST18990726-V25-30-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990726-V25-30-page7.txt: [('-calls', 'calls'), ('-', ''), ('-', '')]
ST18990726-V25-30-page8.txt: [('-', ''), ('--', '-')]
ST18990726-V25-30-page9.txt: [('-', ''), ('-in', 'in'), ('-up', 'up'), ('-', ''), ('-', ''), ('-in', 'in')]
ST18990802-V25-31-page1.txt: [('up-', 'up'), ('PRIN-', 'PRIN')]
ST18990802-V25-31-page10.txt: [('-goddess.', 'goddess.'), ('-', ''), ('Kapio-', 'Kapio'), ('a-', 'a')]
ST18990802-V25-31-page11.txt: [('-', ''), ('-', '')]
ST18990802-V25-31-page12.txt: [('EAT-', 'EAT'), ('ad-', 'ad'), ('I-', 'I')]
ST18990802-V25-31-page13.txt: [('P-', 'P'), ('-', ''), ('COM-', 'COM'), ('-', ''), ('-', ''), ('-', ''), ('Heart-', 'Heart')]
ST18990802-V25-31-page14.txt: [('-', ''), ('-', ''), ('-II.', 'II.'), ('-', ''), ('-', ''), ('-', ''), ('ro-', 'ro'), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-illustratethai', 'illustratethai')]
ST18990802-V25-31-page15.txt: [('Add-', 'Add'), ('-page', 'page'), ('Ohio-', 'Ohio'), ('TI-', 'TI'), ('Ict-mttf-a-tw-', 'Ict-mttf-a-tw'), ('-t', 't'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('CEN-', 'CEN')]
ST18990802-V25-31-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-We', 'We'), ('-When', 'When'), ('-', ''), ('SAMP-', 'SAMP')]
ST18990802-V25-31-page2.txt: [('-that', 'that'), ('instruct-', 'instruct'), ('-', '')]
ST18990802-V25-31-page3.txt: [('-', ''), ('-worship', 'worship'), ('Massachu-', 'Massachu'), ('out.-', 'out.'), ('-', ''), ('.-', '.'), ('REPUBLI-', 'REPUBLI'), ('----', '---')]
ST18990802-V25-31-page4.txt: [('instru-', 'instru'), ('-', ''), ('-', '')]
ST18990802-V25-31-page5.txt: [('-', ''), ('INTER-', 'INTER'), ('man-', 'man'), ('-', ''), ('I.-', 'I.')]
ST18990802-V25-31-page6.txt: [('-', '')]
ST18990802-V25-31-page7.txt: [('-to', 'to'), ('-', ''), ('-immeasurably', 'immeasurably')]
ST18990802-V25-31-page8.txt: [('-', ''), ('t-', 't'), ('-', ''), ('-', ''), ('-', ''), ('"-', '"'), ('de-', 'de'), ('-', '')]
ST18990802-V25-31-page9.txt: [('-', ''), ('-', '')]
ST18990809-V25-32-page1.txt: [('-', ''), ('-..', '..'), ('.-', '.')]
ST18990809-V25-32-page10.txt: [('Brit-', 'Brit'), ('-readily', 'readily')]
ST18990809-V25-32-page11.txt: [('-Isaac', 'Isaac'), ('-', ''), ('-highest', 'highest'), ('--', '-'), ('Fresno-', 'Fresno'), ('-', ''), ('-', ''), ('north-', 'north'), ('-', ''), ('-and', 'and'), ('-we', 'we'), ('-must', 'must'), ('pas-', 'pas')]
ST18990809-V25-32-page12.txt: [('-', ''), ('-', '')]
ST18990809-V25-32-page13.txt: [('man-', 'man'), ('fin-', 'fin'), ('-', ''), ('-To', 'To')]
ST18990809-V25-32-page14.txt: [('-', ''), ('pro-', 'pro'), ('-yea', 'yea'), ('-', ''), ('spar-', 'spar'), ('-', ''), ('-', ''), ('-taken', 'taken'), ('-', ''), ('Vessels.-', 'Vessels.'), ('-', ''), ('-you', 'you'), ('-man', 'man'), ('do-', 'do'), ('-say', 'say'), ('-u.', 'u.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-God's", "God's"), ('-', ''), ('-', ''), ('-asunder', 'asunder'), ('-and', 'and'), ('-', ''), ('gloomythou-', 'gloomythou'), ('V.-', 'V.'), ('-', ''), ('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('.Zerubbabelsa-', '.Zerubbabelsa'), ('-', ''), ('-', '')]
ST18990809-V25-32-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('CoQ.-', 'CoQ.'), ('-', ''), ('-not', 'not'), ('-t', 't'), ('COPY-', 'COPY'), ('-', ''), ('X-', 'X'), ('-Catalog', 'Catalog'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('etc.-', 'etc.'), ('Manu-', 'Manu'), ('-', ''), ('-', ''), ('-', ''), ('im-', 'im')]
ST18990809-V25-32-page16.txt: [('-', ''), ('-', ''), ('im-', 'im')]
ST18990809-V25-32-page2.txt: [('-re', 're'), ('.--', '.-'), ('-if', 'if'), ('-', ''), ('-.....P-.', '.....P-.'), ('-', ''), ('-', ''), ('-t', 't'), ('forgot-', 'forgot'), ('-', ''), ('-', ''), ('-.V', '.V'), ('-', ''), ('-', ''), ('Command-', 'Command'), ('-n-i', 'n-i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('faa-', 'faa'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--v', '-v'), ('..-', '..'), ('qt."---', 'qt."--'), ('v--', 'v-'), ('-', ''), ('-', ''), ('----..', '---..'), ('-', ''), ('-', '')]
ST18990809-V25-32-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18990809-V25-32-page4.txt: [('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('--Why', '-Why')]
ST18990809-V25-32-page5.txt: [('-', ''), ('being-', 'being'), ('-the', 'the'), ('-', '')]
ST18990809-V25-32-page6.txt: [('-', ''), ('-', '')]
ST18990809-V25-32-page7.txt: [('-s', 's'), ('-', ''), ('-', ''), ('-of', 'of'), ('uncer-', 'uncer'), ('-.', '.')]
ST18990809-V25-32-page8.txt: [('-', ''), ('-', ''), ('practi-', 'practi')]
ST18990809-V25-32-page9.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('wide-', 'wide'), ('-', ''), ('-', ''), ('-the.Hawaiian', 'the.Hawaiian')]
ST18990816-V25-33-page10.txt: [('-', ''), ('.-', '.'), ('-', ''), ('to-', 'to')]
ST18990816-V25-33-page11.txt: [('-Cdhal', 'Cdhal'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('Moreover-', 'Moreover'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-dr-.', 'dr-.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('V--', 'V-'), ('CAMP-', 'CAMP')]
ST18990816-V25-33-page12.txt: [('-', '')]
ST18990816-V25-33-page13.txt: [('-', ''), ('-', ''), ('Bel-', 'Bel'), ('COM-', 'COM'), ('-', ''), ('-', ''), ('-', ''), ('Heart-', 'Heart')]
ST18990816-V25-33-page14.txt: [('-bear', 'bear'), ('aston-', 'aston'), ('impos-', 'impos'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Wept.-', 'Wept.'), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-Moses', 'Moses'), ('corn-', 'corn'), ('re-', 're'), ('-still', 'still')]
ST18990816-V25-33-page15.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-PAGE', 'PAGE')]
ST18990816-V25-33-page16.txt: [('-', ''), ('-witty', 'witty'), ('-', ''), ('-When', 'When'), ('-', '')]
ST18990816-V25-33-page2.txt: [('-He', 'He'), ('-way', 'way'), ('-', '')]
ST18990816-V25-33-page3.txt: [('-', ''), ('-..-', '..-'), ('teach-', 'teach'), ('-', '')]
ST18990816-V25-33-page4.txt: [('-', ''), ('fol-', 'fol'), ('-', ''), ('tend-', 'tend')]
ST18990816-V25-33-page5.txt: [('conclu-', 'conclu'), ('under-', 'under'), ('husband-', 'husband'), ('I-', 'I'), ('com-', 'com'), ('-', ''), ('--"', '-"')]
ST18990816-V25-33-page7.txt: [('i-', 'i'), ('-', ''), ('-', ''), ('-what', 'what')]
ST18990816-V25-33-page8.txt: [('-inch', 'inch')]
ST18990816-V25-33-page9.txt: [('-things', 'things'), ('de--', 'de-'), ('-', ''), ('-', '')]
ST18990823-V25-34-page1.txt: [('-', '')]
ST18990823-V25-34-page10.txt: [('re-', 're'), ('-', ''), ('-', ''), ('-', '')]
ST18990823-V25-34-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990823-V25-34-page12.txt: [('care-', 'care'), ('-', ''), ('-', '')]
ST18990823-V25-34-page13.txt: [('Com-', 'Com'), ('-', ''), ('-', ''), ('-', ''), ('boll-', 'boll'), ('Heart-', 'Heart')]
ST18990823-V25-34-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-for', 'for'), ('-r', 'r'), ('-', ''), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-C.', 'C.'), ('Society-', 'Society'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('-', ''), ('River-', 'River'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Jerusa-', 'Jerusa'), ('who-', 'who'), ('be-', 'be'), ('-God', 'God'), ('-', ''), ('-', '')]
ST18990823-V25-34-page15.txt: [('OPT-', 'OPT'), ('NUM-', 'NUM'), ('X-', 'X'), ('PUBLISHING-', 'PUBLISHING'), ('-', ''), ('-', ''), ('SEN-', 'SEN'), ('hie-', 'hie'), ('-.', '.'), ('-', '')]
ST18990823-V25-34-page16.txt: [('pros-', 'pros'), ('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990823-V25-34-page2.txt: [('-', ''), ('-.', '.'), ('-', ''), ('extol-', 'extol'), ('compre-', 'compre')]
ST18990823-V25-34-page3.txt: [('-Christ', 'Christ'), ('-will', 'will')]
ST18990823-V25-34-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18990823-V25-34-page5.txt: [('-', ''), ('-', ''), ('tin-', 'tin'), ('-', '')]
ST18990823-V25-34-page6.txt: [('bridge.-', 'bridge.'), ('-ail', 'ail'), ('-are', 'are'), ('harmony..-', 'harmony..'), ('--', '-'), ('-', '')]
ST18990823-V25-34-page7.txt: [('-', ''), ('our-', 'our')]
ST18990823-V25-34-page8.txt: [('-', ''), ('furi--', 'furi-')]
ST18990823-V25-34-page9.txt: [('-.its', '.its'), ('-inch', 'inch')]
ST18990906-V25-36-page1.txt: [('moun-', 'moun')]
ST18990906-V25-36-page10.txt: [('con.-', 'con.'), ('RESPON-', 'RESPON'), ('-a', 'a')]
ST18990906-V25-36-page11.txt: [('-', ''), ('Is-', 'Is'), ('-.', '.'), ('-want', 'want')]
ST18990906-V25-36-page12.txt: [('VIOLA-', 'VIOLA')]
ST18990906-V25-36-page13.txt: [('-', ''), ('-elsewhere', 'elsewhere'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990906-V25-36-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('em-', 'em'), ('GER-', 'GER'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990906-V25-36-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-SABBATH', 'SABBATH'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-That', 'That'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the'), ('Health.-', 'Health.')]
ST18990906-V25-36-page16.txt: [('-When', 'When'), ('-', '')]
ST18990906-V25-36-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990906-V25-36-page3.txt: [('proceed-', 'proceed'), ('-y', 'y'), ('begin-', 'begin')]
ST18990906-V25-36-page4.txt: [('wor-', 'wor'), ('multi-', 'multi')]
ST18990906-V25-36-page5.txt: [('fort-', 'fort')]
ST18990906-V25-36-page7.txt: [('-us', 'us'), ('EVER-', 'EVER'), ('-"\'hat', '"\'hat'), ('-', '')]
ST18990906-V25-36-page8.txt: [('-else', 'else'), ('lav-', 'lav'), ('-', ''), ('-', '')]
ST18990906-V25-36-page9.txt: [('-', ''), ('-', ''), ('-say', 'say'), ('-', '')]
ST18990913-V25-37-page1.txt: [('Sav-', 'Sav'), ('-', '')]
ST18990913-V25-37-page10.txt: [('de-', 'de'), ('princi-', 'princi'), ('-', ''), ('-willing-', 'willing-')]
ST18990913-V25-37-page11.txt: [('exege-', 'exege')]
ST18990913-V25-37-page13.txt: [('Health.-', 'Health.'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('of-', 'of'), ("-'-", "'-")]
ST18990913-V25-37-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-SABBATH', 'SABBATH'), ('-', ''), ('-Dispensation', 'Dispensation'), ('-', ''), ('-a', 'a'), ('-Sabbath', 'Sabbath'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-called', 'called'), ('syca-', 'syca'), ('-seek', 'seek'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-It', 'It'), ('-dream', 'dream'), ('-was', 'was'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990913-V25-37-page15.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990913-V25-37-page16.txt: [('Arbitration--', 'Arbitration-')]
ST18990913-V25-37-page2.txt: [('-', ''), ('-', ''), ('them-', 'them'), ('ad-', 'ad'), ('-', ''), ('-', '')]
ST18990913-V25-37-page3.txt: [('-', ''), ('-made', 'made'), ('-', ''), ('-misleads', 'misleads'), ('privi-', 'privi'), ('pre-', 'pre'), ('-educate', 'educate'), ('-may', 'may'), ('be-', 'be'), ('-the', 'the'), ('-wail', 'wail'), ('-He', 'He'), ('-the', 'the'), ('be-', 'be'), ('in-', 'in'), ('-', ''), ('-', '')]
ST18990913-V25-37-page4.txt: [('be-', 'be'), ('Medo-', 'Medo')]
ST18990913-V25-37-page5.txt: [('-us."', 'us."'), ('-', ''), ('to-', 'to'), ('our-', 'our')]
ST18990913-V25-37-page6.txt: [('OBEDI-', 'OBEDI')]
ST18990913-V25-37-page7.txt: [('submis-', 'submis')]
ST18990913-V25-37-page8.txt: [('-', ''), ('chap-', 'chap'), ('-', '')]
ST18990913-V25-37-page9.txt: [('-', '')]
ST18990920-V25-38-page1.txt: [('V-', 'V'), ('-', ''), ('.-', '.'), ('-', '')]
ST18990920-V25-38-page10.txt: [('life-', 'life'), ('-most', 'most'), ('-Atlantic', 'Atlantic')]
ST18990920-V25-38-page11.txt: [('-page', 'page'), ('profita-', 'profita'), ('-', ''), ('com-', 'com'), ('Year-', 'Year'), ('prod-', 'prod'), ('-', '')]
ST18990920-V25-38-page12.txt: [('-', '')]
ST18990920-V25-38-page14.txt: [('-', ''), ('-SABBATH', 'SABBATH'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-is', 'is'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990920-V25-38-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bible-', 'Bible'), ('Postage-stamps.-', 'Postage-stamps.'), ('-', ''), ('-', ''), ('Subscription.-', 'Subscription.'), ('Desired.-', 'Desired.'), ('-stuck"', 'stuck"'), ('Returned.-', 'Returned.'), ('-down', 'down'), ('king-', 'king'), ('-God', 'God'), ('-', ''), ('-', '')]
ST18990920-V25-38-page16.txt: [('r-', 'r'), ('-', '')]
ST18990920-V25-38-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('thefruci-', 'thefruci'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
ST18990920-V25-38-page3.txt: [('-with', 'with')]
ST18990920-V25-38-page4.txt: [('-would', 'would'), ('neces-', 'neces'), ('-', ''), ('-', '')]
ST18990920-V25-38-page5.txt: [('Gal.-', 'Gal.'), ('-', ''), ('-"', '"')]
ST18990920-V25-38-page6.txt: [('-', '')]
ST18990920-V25-38-page7.txt: [('to-', 'to'), ('-', ''), ('in-', 'in')]
ST18990920-V25-38-page8.txt: [('-not', 'not'), ('-', ''), ('-at', 'at')]
ST18990920-V25-38-page9.txt: [('Thrice-a-', 'Thrice-a'), ('com-', 'com')]
ST18990927-V25-39-page1.txt: [('-', ''), ('-', '')]
ST18990927-V25-39-page10.txt: [('-', ''), ('Add-', 'Add'), ('-', ''), ('-', '')]
ST18990927-V25-39-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18990927-V25-39-page12.txt: [('-', ''), ('-', ''), ('-if', 'if'), ('-', '')]
ST18990927-V25-39-page14.txt: [('-SABBATH', 'SABBATH'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sewing-', 'Sewing'), ('war--', 'war-')]
ST18990927-V25-39-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Jews', 'Jews')]
ST18990927-V25-39-page16.txt: [('-We', 'We'), ('ap-', 'ap'), ('-', ''), ('o-', 'o')]
ST18990927-V25-39-page2.txt: [('-', '')]
ST18990927-V25-39-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('apprehen-', 'apprehen')]
ST18990927-V25-39-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST18990927-V25-39-page7.txt: [('-', '')]
ST18990927-V25-39-page8.txt: [('-', ''), ('-so', 'so'), ('-', '')]
ST18990927-V25-39-page9.txt: [('-', '')]
ST18991004-V25-40-page10.txt: [('-', ''), ('-', '')]
ST18991004-V25-40-page11.txt: [('-to', 'to'), ('-', ''), ('-', ''), ('BIBLE-', 'BIBLE'), ('-', ''), ('-', '')]
ST18991004-V25-40-page12.txt: [('at-', 'at')]
ST18991004-V25-40-page13.txt: [('-', ''), ('-', ''), ('Ce-re-', 'Ce-re')]
ST18991004-V25-40-page14.txt: [('-', ''), ('-SABBATH', 'SABBATH'), ('-', ''), ('-', ''), ('-', ''), ('Beth-', 'Beth'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('money-', 'money'), ('-that', 'that'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sub-', 'sub'), ('-', ''), ('-ti.', 'ti.'), ('en-', 'en'), ('-.', '.'), ('---', '--'), ('Sewing-', 'Sewing'), ('-', ''), ('-', '')]
ST18991004-V25-40-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-IELP', 'IELP'), ('SEN-', 'SEN'), ('-', '')]
ST18991004-V25-40-page16.txt: [('-', ''), ('-', ''), ('--We', '-We'), ('-When', 'When'), ('Teach-', 'Teach')]
ST18991004-V25-40-page2.txt: [('-', ''), ('wit-', 'wit'), ('-', '')]
ST18991004-V25-40-page4.txt: [('-', ''), ('mil-', 'mil')]
ST18991004-V25-40-page5.txt: [('ages-', 'ages'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('p-', 'p'), ('---and', '--and'), ('con-', 'con')]
ST18991004-V25-40-page6.txt: [('-and', 'and'), ('-sand.', 'sand.'), ('-', '')]
ST18991004-V25-40-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-can', 'can')]
ST18991004-V25-40-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST18991004-V25-40-page9.txt: [('-', ''), ('-', '')]
ST18991011-V25-41-page10.txt: [('-The', 'The'), ("-'--Obey.", "'--Obey.")]
ST18991011-V25-41-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991011-V25-41-page12.txt: [('na-', 'na'), ('-', ''), ('tempera-', 'tempera')]
ST18991011-V25-41-page13.txt: [('-', ''), ('earn-', 'earn'), ('-', ''), ('Sewing-', 'Sewing'), ('-lnrft', 'lnrft')]
ST18991011-V25-41-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-c', 'c'), ('subse--', 'subse-'), ('bus-', 'bus'), ('sea-', 'sea'), ('scat-', 'scat'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-those', 'those'), ('-', '')]
ST18991011-V25-41-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-C.', 'C.'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Soc.-', 'Soc.'), ('-', ''), ('Herald-', 'Herald'), ('River-', 'River'), ('Society--', 'Society-'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', '')]
ST18991011-V25-41-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('indivld.-', 'indivld.')]
ST18991011-V25-41-page2.txt: [('-to', 'to')]
ST18991011-V25-41-page3.txt: [('-may', 'may'), ('--the', '-the'), ('possi-', 'possi')]
ST18991011-V25-41-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991011-V25-41-page5.txt: [('-', ''), ('-', ''), ('Bab-', 'Bab'), ('-', ''), ('-', ''), ('-', '')]
ST18991011-V25-41-page6.txt: [('-', ''), ('-told', 'told'), ('-', ''), ('-', '')]
ST18991011-V25-41-page7.txt: [('RE-', 'RE'), ('-came', 'came')]
ST18991011-V25-41-page8.txt: [('-', ''), ('-pound', 'pound'), ('Thrice-a-', 'Thrice-a')]
ST18991018-V25-42-page1.txt: [('night-', 'night'), ('-', ''), ('-', '')]
ST18991018-V25-42-page10.txt: [('-desire', 'desire'), ('tu-', 'tu'), ('Mission-', 'Mission'), ('-', ''), ('Mis-', 'Mis'), ('weap-', 'weap')]
ST18991018-V25-42-page11.txt: [('-resulted', 'resulted'), ('-', ''), ('-', ''), ('-', '')]
ST18991018-V25-42-page12.txt: [('-mile', 'mile'), ('-', '')]
ST18991018-V25-42-page13.txt: [('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', '')]
ST18991018-V25-42-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mar-', 'mar'), ('-', ''), ('command-', 'command'), ('-', ''), ('-so.', 'so.'), ('al-', 'al'), ('isairkeifintrh-', 'isairkeifintrh'), ('-...of', '...of')]
ST18991018-V25-42-page15.txt: [('P-', 'P'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-', '')]
ST18991018-V25-42-page16.txt: [('-', ''), ('-Symptoms', 'Symptoms'), ('Lessons-', 'Lessons'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991018-V25-42-page2.txt: [('enor-', 'enor')]
ST18991018-V25-42-page3.txt: [('God."-', 'God."')]
ST18991018-V25-42-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991018-V25-42-page5.txt: [('.-', '.'), ('-', ''), ('-we', 'we')]
ST18991018-V25-42-page6.txt: [('-', ''), ('-', ''), ('fr-', 'fr'), ('-', '')]
ST18991018-V25-42-page7.txt: [('con-', 'con')]
ST18991018-V25-42-page8.txt: [('-', ''), ('-', ''), ('itSNI-', 'itSNI'), ('-', '')]
ST18991018-V25-42-page9.txt: [('-', ''), ('I-', 'I')]
ST18991025-V25-43-page1.txt: [('--', '-'), ('salva-', 'salva'), ('seed-', 'seed'), ('-', '')]
ST18991025-V25-43-page10.txt: [('-', '')]
ST18991025-V25-43-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991025-V25-43-page12.txt: [('ADMONI-', 'ADMONI'), ('Rob-', 'Rob')]
ST18991025-V25-43-page13.txt: [('remark-', 'remark'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('-', '')]
ST18991025-V25-43-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'-", "'"), ('-', ''), ('-', ''), ('-', '')]
ST18991025-V25-43-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-It', 'It'), ('-.a', '.a'), ('ITS-', 'ITS'), ("CIIRLS'TIAN-", "CIIRLS'TIAN")]
ST18991025-V25-43-page16.txt: [('-', ''), ('--', '-'), ('-page', 'page')]
ST18991025-V25-43-page2.txt: [('-', ''), ('-', ''), ('-had', 'had'), ('-spent', 'spent'), ('covered.-', 'covered.'), ('im-', 'im')]
ST18991025-V25-43-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18991025-V25-43-page5.txt: [('-', ''), ('-', '')]
ST18991025-V25-43-page6.txt: [('-when', 'when'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.')]
ST18991025-V25-43-page7.txt: [('-', ''), ('-', '')]
ST18991025-V25-43-page8.txt: [('-', ''), ('-mil', 'mil'), ('-sh-', 'sh-'), ('-', '')]
ST18991025-V25-43-page9.txt: [('-', '')]
ST18991101-V25-44-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('moving-', 'moving'), ('-', '')]
ST18991101-V25-44-page10.txt: [('-number', 'number'), ('-the', 'the')]
ST18991101-V25-44-page11.txt: [('-', ''), ('-', '')]
ST18991101-V25-44-page12.txt: [('-', ''), ('-grain', 'grain')]
ST18991101-V25-44-page13.txt: [('-', ''), ('AGRI-', 'AGRI'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('Ce-re-', 'Ce-re')]
ST18991101-V25-44-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-while', 'while'), ('-a', 'a'), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('mid-', 'mid'), ('-', ''), ('-', ''), ('-', ''), ('swear-', 'swear'), ('-', ''), ('-', ''), ('beauti-', 'beauti'), ('C-', 'C'), ('un-', 'un'), ('be-', 'be'), ('-r', 'r'), ('-', ''), ('-', ''), ('-', '')]
ST18991101-V25-44-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991101-V25-44-page16.txt: [('-We', 'We'), ('-', ''), ('-', '')]
ST18991101-V25-44-page2.txt: [('-ii', 'ii'), ('-', '')]
ST18991101-V25-44-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18991101-V25-44-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST18991101-V25-44-page5.txt: [('anti-', 'anti'), ('-', ''), ('-', '')]
ST18991101-V25-44-page6.txt: [('-would', 'would'), ('-imperial', 'imperial')]
ST18991101-V25-44-page7.txt: [('-close', 'close')]
ST18991101-V25-44-page8.txt: [('ARBITRA-', 'ARBITRA'), ('en-', 'en')]
ST18991101-V25-44-page9.txt: [('-', '')]
ST18991108-V25-45-page1.txt: [('heal-', 'heal'), ('-', ''), ('I-', 'I'), ('G-', 'G')]
ST18991108-V25-45-page10.txt: [('-', ''), ('-warehouses', 'warehouses'), ('.-', '.'), ('-', '')]
ST18991108-V25-45-page11.txt: [('carved-', 'carved'), ('-wood', 'wood'), ('p-', 'p'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991108-V25-45-page12.txt: [('-', '')]
ST18991108-V25-45-page13.txt: [('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('m---', 'm--'), ('WWWWW-', 'WWWWW'), ('-A', 'A'), ('-', ''), ('-', '')]
ST18991108-V25-45-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('wise."-', 'wise."'), ('-There', 'There'), ('-', '')]
ST18991108-V25-45-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-page', 'page'), ('-page', 'page'), ('-', '')]
ST18991108-V25-45-page16.txt: [('-', ''), ('-', '')]
ST18991108-V25-45-page2.txt: [('-', ''), ('-His', 'His'), ('-', ''), ('-', '')]
ST18991108-V25-45-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST18991108-V25-45-page4.txt: [('--', '-'), ('-i--', 'i--'), ('-..--', '..--'), ('.-', '.'), ('A-', 'A'), ('-', ''), ('---', '--'), ('-', ''), ('--', '-'), ('-', '')]
ST18991108-V25-45-page5.txt: [('-', ''), ('-be', 'be'), ('be-', 'be')]
ST18991108-V25-45-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991108-V25-45-page7.txt: [('-power', 'power')]
ST18991108-V25-45-page8.txt: [('-', ''), ('.-', '.'), ('-', ''), ('Anti-', 'Anti'), ('...-', '...'), ('-', ''), ('--atzt', '-atzt'), ('-', '')]
ST18991108-V25-45-page9.txt: [('-', '')]
ST18991115-V25-46-page1.txt: [('-', ''), ('-', '')]
ST18991115-V25-46-page10.txt: [('food-', 'food'), ('Angting-', 'Angting')]
ST18991115-V25-46-page11.txt: [("-wlib'", "wlib'"), ('-Their', 'Their'), ('-', ''), ('-page', 'page')]
ST18991115-V25-46-page12.txt: [('circum-', 'circum'), ('-', '')]
ST18991115-V25-46-page13.txt: [('Sewing-', 'Sewing'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('SEN-', 'SEN'), ('advo-', 'advo'), ('to-', 'to'), ('-', ''), ('-', '')]
ST18991115-V25-46-page14.txt: [('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-That', 'That'), ('-It', 'It'), ('-', ''), ('-', ''), ('-', ''), ('multi-', 'multi'), ('-', ''), ('Sab-', 'Sab'), ('with-', 'with'), ('-', ''), ('-', ''), ('-', '')]
ST18991115-V25-46-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Address', 'Address'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', '')]
ST18991115-V25-46-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('tremen-', 'tremen'), ('-', ''), ('-', '')]
ST18991115-V25-46-page2.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-', '')]
ST18991115-V25-46-page3.txt: [('-', ''), ('not."--', 'not."-'), ('--', '-')]
ST18991115-V25-46-page4.txt: [('-', ''), ('-', ''), ('re-', 're'), ('Christ-', 'Christ'), ('-', '')]
ST18991115-V25-46-page5.txt: [('ap-', 'ap'), ('-', ''), ('naked-', 'naked')]
ST18991115-V25-46-page6.txt: [('-', ''), ('-', '')]
ST18991115-V25-46-page7.txt: [('-with', 'with'), ('-', ''), ('-', ''), ('-', ''), ('-E.', 'E.')]
ST18991115-V25-46-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', '')]
ST18991122-V25-47-page10.txt: [('a.-', 'a.'), ('RE-', 'RE'), ('-', '')]
ST18991122-V25-47-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991122-V25-47-page12.txt: [('-', ''), ('-with', 'with')]
ST18991122-V25-47-page13.txt: [('-Selected.', 'Selected.'), ('-quite', 'quite'), ('-', ''), ('-', ''), ('daily-', 'daily'), ('-yt', 'yt'), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991122-V25-47-page14.txt: [('-SASH', 'SASH'), ('-', ''), ('things-', 'things'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-SI', 'SI'), ('-', ''), ('-', ''), ('-le', 'le'), ('-', ''), ('-harken', 'harken'), ('-Note', 'Note'), ('pro-', 'pro'), ('-After', 'After'), ('-the', 'the')]
ST18991122-V25-47-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('command-', 'command'), ('com-', 'com'), ('bet-', 'bet'), ('ter-', 'ter'), ('-root', 'root'), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('in-', 'in'), ('-', ''), ('publica-', 'publica'), ('opin-', 'opin')]
ST18991122-V25-47-page16.txt: [('-', '')]
ST18991122-V25-47-page2.txt: [('exam-', 'exam'), ('-', ''), ('.-', '.'), ('plain-', 'plain')]
ST18991122-V25-47-page4.txt: [('-', ''), ('-AVENEY', 'AVENEY')]
ST18991122-V25-47-page5.txt: [('-', '')]
ST18991122-V25-47-page7.txt: [('-', '')]
ST18991122-V25-47-page8.txt: [('property-', 'property')]
ST18991122-V25-47-page9.txt: [('Anglo-', 'Anglo')]
ST18991129-V25-48,49-page10.txt: [('-', ''), ('--', '-')]
ST18991129-V25-48,49-page11.txt: [('-', ''), ('-', ''), ('build-', 'build')]
ST18991129-V25-48,49-page12.txt: [('en-', 'en')]
ST18991129-V25-48,49-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('states-', 'states'), ('-', ''), ('-', '')]
ST18991129-V25-48,49-page14.txt: [('Church-and-', 'Church-and'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991129-V25-48,49-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'-i-A", "'-i-A"), ('--".', '-".'), ('-', ''), ('-', '')]
ST18991129-V25-48,49-page16.txt: [('in-', 'in'), ('singl-', 'singl'), ('II-', 'II')]
ST18991129-V25-48,49-page17.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Whittier.', 'Whittier.'), ('-', ''), ('-', ''), ('.-', '.'), ('-.', '.'), ('---', '--'), ('-"L.', '"L.'), ('-', ''), ('-', '')]
ST18991129-V25-48,49-page18.txt: [('sevenfold-', 'sevenfold'), ('-', ''), ('-', '')]
ST18991129-V25-48,49-page19.txt: [('innocent.-', 'innocent.'), ('-time.', 'time.')]
ST18991129-V25-48,49-page2.txt: [('t-', 't')]
ST18991129-V25-48,49-page20.txt: [('-the', 'the'), ('-', ''), ('swing-', 'swing'), ('mass-', 'mass'), ('-', ''), ('-', ''), ('glass-', 'glass'), ('years-', 'years'), ('harvest-', 'harvest'), ('-', ''), ('sin-', 'sin'), ('in-', 'in'), ('-', ''), ('-death', 'death'), ('-the', 'the'), ('-the', 'the')]
ST18991129-V25-48,49-page21.txt: [('-', ''), ('earth"-', 'earth"'), ('-', '')]
ST18991129-V25-48,49-page22.txt: [('terriblein-', 'terriblein'), ('-', ''), ('cen-', 'cen'), ('-', '')]
ST18991129-V25-48,49-page23.txt: [('ca-', 'ca'), ('coun-', 'coun'), ('plow-', 'plow')]
ST18991129-V25-48,49-page24.txt: [('MARCH-', 'MARCH'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('win-', 'win'), ('-', '')]
ST18991129-V25-48,49-page25.txt: [('-', ''), ('-', ''), ('-', ''), ('O-----H--', 'O-----H-'), ('-', ''), ('-', ''), ('-', ''), ('--H-', '-H-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-IF', 'IF'), ('AP-', 'AP'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Iv', 'Iv'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I-', 'I-'), ('-a-', 'a-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST18991129-V25-48,49-page26.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sav-', 'Sav'), ('-', ''), ('ca-', 'ca')]
ST18991129-V25-48,49-page27.txt: [('-', ''), ('-', '')]
ST18991129-V25-48,49-page28.txt: [('-', ''), ('-', ''), ('-', '')]
ST18991129-V25-48,49-page29.txt: [('-.', '.')]
ST18991129-V25-48,49-page3.txt: [('-he', 'he'), ('-', ''), ('-He', 'He'), ('-', ''), ('-and', 'and'), ('I-', 'I')]
ST18991129-V25-48,49-page30.txt: [('-', ''), ('-f', 'f'), ('s-', 's'), ('-rt-', 'rt-')]
ST18991129-V25-48,49-page31.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('then-', 'then'), ('-', ''), ('I-', 'I'), ('accepted-', 'accepted')]
ST18991129-V25-48,49-page32.txt: [('repudia-', 'repudia'), ('im-', 'im')]
ST18991129-V25-48,49-page33.txt: [('-', ''), ("-t--'", "t--'")]
ST18991129-V25-48,49-page34.txt: [('-When', 'When'), ('--the', '-the')]
ST18991129-V25-48,49-page36.txt: [('ZATotiliih-', 'ZATotiliih'), ('-MCWWWWiMageniliVNAKe', 'MCWWWWiMageniliVNAKe'), ('-', '')]
ST18991129-V25-48,49-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-', ''), ('itn-', 'itn')]
ST18991129-V25-48,49-page5.txt: [('-', ''), ('-', '')]
ST18991129-V25-48,49-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('e-co-', 'e-co'), ('rik--', 'rik-'), ('Z..-', 'Z..'), ('-', ''), ('-"Z', '"Z')]
ST18991129-V25-48,49-page7.txt: [('.-', '.'), ('-', ''), ('--', '-'), ('"-', '"'), ('commu-', 'commu'), ("PAra'r.-", "PAra'r."), ('-.-', '.-'), ('-', '')]
ST18991129-V25-48,49-page8.txt: [('-a', 'a')]
ST18991129-V25-48,49-page9.txt: [("'-", "'"), ("-V'", "V'"), ('-', ''), ('-..pon', '..pon'), ('-', ''), ('-', '')]
ST18991215-V25-50-page1.txt: [('AMBI-', 'AMBI')]
ST18991215-V25-50-page10.txt: [('-', ''), ('-', ''), ('whole-', 'whole'), ('-', ''), ('-', ''), ('-', '')]
ST18991215-V25-50-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991215-V25-50-page12.txt: [('-', '')]
ST18991215-V25-50-page13.txt: [('IERAIDY-', 'IERAIDY')]
ST18991215-V25-50-page14.txt: [('-', ''), ('-vf', 'vf'), ('-', ''), ('-"', '"')]
ST18991215-V25-50-page15.txt: [('-the', 'the'), ('negotiat-', 'negotiat'), ('-page', 'page')]
ST18991215-V25-50-page16.txt: [('-', ''), ('I-', 'I'), ('-page', 'page')]
ST18991215-V25-50-page17.txt: [('-', '')]
ST18991215-V25-50-page18.txt: [('-', ''), ('ex-', 'ex'), ('size-', 'size')]
ST18991215-V25-50-page19.txt: [('Self-', 'Self'), ('im-', 'im'), ('illus-', 'illus')]
ST18991215-V25-50-page20.txt: [('-lave', 'lave'), ('-', ''), ('-', '')]
ST18991215-V25-50-page3.txt: [('-', '')]
ST18991215-V25-50-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991215-V25-50-page5.txt: [('judg-', 'judg'), ('-', ''), ('-', ''), ('-', '')]
ST18991215-V25-50-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991215-V25-50-page7.txt: [('-', ''), ('-', '')]
ST18991215-V25-50-page8.txt: [('CALI-', 'CALI')]
ST18991215-V25-50-page9.txt: [('--Anon.', '-Anon.')]
ST18991220-V25-51-page1.txt: [('-', ''), ('-Holland.', 'Holland.')]
ST18991220-V25-51-page10.txt: [('-', '')]
ST18991220-V25-51-page11.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991220-V25-51-page12.txt: [('-herself', 'herself'), ('-now', 'now')]
ST18991220-V25-51-page13.txt: [('think-', 'think'), ('-', ''), ('brain-', 'brain'), ('-', ''), ('the-', 'the')]
ST18991220-V25-51-page14.txt: [('--S', '-S'), ('PREPARA-', 'PREPARA'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-SUNDAY', 'SUNDAY'), ('Es-', 'Es'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-so', 'so'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991220-V25-51-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('Th-', 'Th'), ('Sarnia-', 'Sarnia'), ('sub-', 'sub'), ('-I', 'I'), ('-."', '."'), ('-', ''), ('-India.', 'India.'), ('z-', 'z'), ('--A', '-A'), ('-ced', 'ced'), ('re-', 're'), ('I-', 'I'), ('-page', 'page'), ('.-', '.')]
ST18991220-V25-51-page16.txt: [('-sage', 'sage'), ('-', ''), ('-', ''), ('-', '')]
ST18991220-V25-51-page2.txt: [('-', ''), ('Com-', 'Com'), ('-', ''), ('-', ''), ('-', '')]
ST18991220-V25-51-page3.txt: [('-f', 'f'), ('-', ''), ('--Another', '-Another')]
ST18991220-V25-51-page4.txt: [('-', ''), ('propo-', 'propo'), ('-', ''), ('-', ''), ('ever-', 'ever')]
ST18991220-V25-51-page5.txt: [('-', ''), ('-', ''), ('enforce-', 'enforce'), ("'Medo-", "'Medo"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991220-V25-51-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST18991220-V25-51-page7.txt: [('-', ''), ('-', ''), ('Mac-', 'Mac'), ('-saints', 'saints')]
ST18991220-V25-51-page8.txt: [('-', ''), ('-', ''), ('breast-', 'breast'), ('-', '')]
ST18991220-V25-51-page9.txt: [('-most', 'most'), ('-Mr.', 'Mr.')]
ST19000110-V26-01-page10.txt: [('in-', 'in'), ('re-', 're'), ('com-', 'com')]
ST19000110-V26-01-page11.txt: [("it.''-", "it.''"), ('-', '')]
ST19000110-V26-01-page12.txt: [('-', '')]
ST19000110-V26-01-page13.txt: [('-', ''), ('-', ''), ('-Presbyterian', 'Presbyterian'), ('-uric', 'uric'), ('-..', '..'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000110-V26-01-page14.txt: [('-', ''), ('r.-', 'r.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ENV', 'ENV'), ('-', ''), ('weiw-', 'weiw'), ('A-', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('PS--', 'PS-'), ('-', ''), ('-', '')]
ST19000110-V26-01-page15.txt: [('-', ''), ('.-', '.'), ('-', ''), ('writ-', 'writ'), ('subscrip-', 'subscrip'), ('Caiaphas.-', 'Caiaphas.'), ('-coats', 'coats'), ('-io', 'io'), ('Ex-', 'Ex')]
ST19000110-V26-01-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-now', 'now')]
ST19000110-V26-01-page2.txt: [('--greatest', '-greatest'), ('-', ''), ('-ivy', 'ivy')]
ST19000110-V26-01-page3.txt: [('decay-', 'decay'), ('-', ''), ('-not', 'not')]
ST19000110-V26-01-page4.txt: [('-', '')]
ST19000110-V26-01-page5.txt: [('the-', 'the'), ('-', ''), ('-d', 'd'), ('-', '')]
ST19000110-V26-01-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000110-V26-01-page8.txt: [('-among', 'among'), ('-', ''), ('-', ''), ('news-', 'news')]
ST19000110-V26-01-page9.txt: [('So-', 'So'), ('-', '')]
ST19000110-V26-02-page1.txt: [('-to', 'to'), ('-', '')]
ST19000110-V26-02-page10.txt: [('coin-', 'coin'), ('in-', 'in'), ('re-', 're')]
ST19000110-V26-02-page11.txt: [('it."-', 'it."'), ('-...o', '...o'), ('-', '')]
ST19000110-V26-02-page13.txt: [('-Gertrude', 'Gertrude'), ('-', ''), ('-Selected.', 'Selected.'), ('-', ''), ("-Presbyterian'ndeavorer.", "Presbyterian'ndeavorer."), ('-', ''), ('-II.', 'II.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-At', 'At'), ('-', '')]
ST19000110-V26-02-page14.txt: [('et.vvr.-', 'et.vvr.'), ('-e', 'e'), ('HOUR.-', 'HOUR.'), ('-C', 'C'), ('-Bond', 'Bond'), ('-', ''), ('ins-', 'ins'), ('-', ''), ('-.NA', '.NA'), ('-', ''), ('right...msea-', 'right...msea'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-shepumasiGoduntosalmonnpenone', 'shepumasiGoduntosalmonnpenone'), ('.-', '.'), ('-h.', 'h.'), ('yes-', 'yes')]
ST19000110-V26-02-page15.txt: [('Caiaphas.-', 'Caiaphas.'), ('-', ''), ('-', ''), ('-', ''), ('-ro', 'ro'), ('writ-', 'writ'), ('Ex-', 'Ex')]
ST19000110-V26-02-page16.txt: [('-', ''), ('-', '')]
ST19000110-V26-02-page2.txt: [('-deluded', 'deluded'), ('-', '')]
ST19000110-V26-02-page3.txt: [('THE-', 'THE'), ('blasphc--', 'blasphc-'), ('-', ''), ('decay-', 'decay'), ('-not', 'not')]
ST19000110-V26-02-page4.txt: [('-', '')]
ST19000110-V26-02-page5.txt: [('-', '')]
ST19000110-V26-02-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000110-V26-02-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19000117-V26-03-page1.txt: [('-', ''), ('-', '')]
ST19000117-V26-03-page10.txt: [('-high', 'high')]
ST19000117-V26-03-page11.txt: [('-', ''), ('BIBLE-', 'BIBLE'), ('-t', 't'), ('-', ''), ('-', ''), ('Chris-', 'Chris')]
ST19000117-V26-03-page12.txt: [('-', ''), ('-', '')]
ST19000117-V26-03-page13.txt: [('-', ''), ('-page', 'page'), ('-', ''), ('-', '')]
ST19000117-V26-03-page14.txt: [('at.-', 'at.'), ('-SABBATH', 'SABBATH'), ('-', ''), ('-', ''), ('-in', 'in'), ('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Graces-', 'Graces')]
ST19000117-V26-03-page15.txt: [('etc.-', 'etc.'), ('-', ''), ('com-', 'com'), ('r--', 'r-'), ("-Jesus'", "Jesus'"), ('Subscription.-', 'Subscription.'), ('NOTE.-', 'NOTE.'), ('..-', '..')]
ST19000117-V26-03-page16.txt: [('-', ''), ('.-h-', '.-h'), ('-', ''), ('of-', 'of')]
ST19000117-V26-03-page2.txt: [('-', '')]
ST19000117-V26-03-page3.txt: [('-in', 'in'), ('them-', 'them'), ('-faith', 'faith'), ('-', ''), ('-', '')]
ST19000117-V26-03-page4.txt: [('-', ''), ('-', ''), ('-secretary', 'secretary'), ('--the', '-the'), ('-', '')]
ST19000117-V26-03-page5.txt: [('-', ''), ('-', ''), ('Cal.-', 'Cal.'), ('-', '')]
ST19000117-V26-03-page6.txt: [('-where', 'where'), ('It-', 'It'), ('-', '')]
ST19000117-V26-03-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('EVER-', 'EVER'), ('forci-', 'forci')]
ST19000117-V26-03-page8.txt: [('-', ''), ('-', '')]
ST19000117-V26-03-page9.txt: [('-as', 'as')]
ST19000124-V26-04-page1.txt: [('-', ''), ('argument.-', 'argument.')]
ST19000124-V26-04-page10.txt: [('-a', 'a'), ('-', ''), ('-', ''), ('-', '')]
ST19000124-V26-04-page11.txt: [('-.', '.'), ('de-', 'de')]
ST19000124-V26-04-page12.txt: [('-Prince', 'Prince')]
ST19000124-V26-04-page13.txt: [('-came', 'came'), ('mis.-', 'mis.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000124-V26-04-page14.txt: [('-SABBATH', 'SABBATH'), ('-', ''), ('-', ''), ('If-', 'If'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Stt.-', 'Stt.'), ('-', '')]
ST19000124-V26-04-page15.txt: [('-', ''), ('subscrip-', 'subscrip'), ('-', ''), ('-', ''), ('Jesu-', 'Jesu'), ('-rained', 'rained')]
ST19000124-V26-04-page16.txt: [('-', ''), ('GREEN-', 'GREEN'), ('-', ''), ('-', '')]
ST19000124-V26-04-page2.txt: [('-', ''), ('-', '')]
ST19000124-V26-04-page3.txt: [('defile-', 'defile')]
ST19000124-V26-04-page4.txt: [('--', '-'), ('-', ''), ('de-', 'de')]
ST19000124-V26-04-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000124-V26-04-page6.txt: [('-', ''), ('-', ''), ('-Godhead', 'Godhead'), ('-we', 'we'), ('and-', 'and'), ('-', ''), ('-', ''), ('-', '')]
ST19000124-V26-04-page7.txt: [('.-', '.'), ('-', ''), ('-', ''), ('"TO-', '"TO'), ('-', '')]
ST19000124-V26-04-page8.txt: [('-for', 'for'), ('-sent', 'sent'), ('-', ''), ('-', '')]
ST19000124-V26-04-page9.txt: [('-', '')]
ST19000207-V26-06-page1.txt: [('sweet-', 'sweet')]
ST19000207-V26-06-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000207-V26-06-page12.txt: [('-as', 'as'), ('bur-', 'bur'), ('-in', 'in')]
ST19000207-V26-06-page13.txt: [('HCALTI-', 'HCALTI'), ('Ce-re-', 'Ce-re'), ('-', ''), ('-', '')]
ST19000207-V26-06-page14.txt: [('-SABBATH', 'SABBATH'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('serv-', 'serv'), ('.-', '.'), ('.-F.-', '.-F.'), ('-', ''), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-it', 'it')]
ST19000207-V26-06-page15.txt: [('blessing.-', 'blessing.'), ('-Desire', 'Desire'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('subscrip-', 'subscrip'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000207-V26-06-page16.txt: [('-ounce', 'ounce'), ('-ounce', 'ounce'), ('-ounce', 'ounce'), ('-ounce', 'ounce'), ('-cifr', 'cifr'), ('"qhfriiiivlb-', '"qhfriiiivlb'), ('.-iiii-qi.-', '.-iiii-qi.'), ('-', ''), ('-ctriis', 'ctriis'), ('GDKII.-Q-', 'GDKII.-Q'), ('-We', 'We'), ('-', ''), ('-force', 'force'), ('Relig-', 'Relig'), ('b.ealt-milt-e-ii-', 'b.ealt-milt-e-ii'), ('-.', '.'), ('c-', 'c'), ('.....t."-tie-', '.....t."-tie'), ('-', '')]
ST19000207-V26-06-page3.txt: [('-', ''), ('-patriarch', 'patriarch'), ('-', ''), ('-', '')]
ST19000207-V26-06-page4.txt: [('-', ''), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('EVER-', 'EVER')]
ST19000207-V26-06-page5.txt: [('-', ''), ('-', '')]
ST19000207-V26-06-page6.txt: [('-', ''), ('i-', 'i'), ('tor-', 'tor'), ('re-', 're'), ('-', ''), ('religio-', 'religio')]
ST19000207-V26-06-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('Miller.-', 'Miller.'), ('-', ''), ('-"', '"')]
ST19000207-V26-06-page8.txt: [('-fie', 'fie'), ('g-', 'g'), ('-', ''), ('-', ''), ('-----"Af.A', '----"Af.A'), ('r.f..tiAilgg.r..i"i-', 'r.f..tiAilgg.r..i"i'), ("'X-", "'X"), ('.-', '.'), ('-..-', '..-'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-.', '.'), ('-', ''), ('-."', '."'), ('.-', '.'), ('.-', '.'), ('-."-..---.', '."-..---.'), ('---------', '--------'), ('-', ''), ('----', '---'), ('-', ''), ('-.', '.'), ('-Viii', 'Viii'), ('-..', '..'), ('---', '--'), ('----', '---'), ('-------------dige-VVVElaidtal...', '------------dige-VVVElaidtal...'), ('-....', '....'), ("--''.''.------", "-''.''.------"), ('---..---', '--..---'), ("-'", "'"), ('-.', '.'), ('-', ''), ('.....T.-', '.....T.'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-...', '...'), ('-', ''), ('....-', '....'), ('-', ''), ('-.', '.'), ('--.', '-.'), ('.-."--', '.-."-'), ('-', ''), ('..-.-c-.-------', '..-.-c-.------'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('-', ''), ('-', ''), ('-.-.-', '.-.-'), ('-....', '....'), ('"kr-', '"kr'), ('-', ''), ('--.', '-.'), ('-', ''), ('-.', '.'), ('-"x"\'"\'e"', '"x"\'"\'e"'), ('-', ''), ('-', ''), ('---', '--'), ('-"', '"')]
ST19000328-V26-13-page1.txt: [('I-', 'I'), ('-', ''), ('-', ''), ('Wis-', 'Wis')]
ST19000328-V26-13-page10.txt: [('-', ''), ('-', ''), ('mon-', 'mon'), ('r-', 'r')]
ST19000328-V26-13-page11.txt: [('-means', 'means'), ('-', ''), ('-', ''), ('-horse-power', 'horse-power')]
ST19000328-V26-13-page13.txt: [('-an', 'an'), ('-the', 'the'), ('associ-', 'associ'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-elt', 'elt'), ('-', ''), ('-', ''), ('-', '')]
ST19000328-V26-13-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000328-V26-13-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('subscrip-', 'subscrip'), ('-inch', 'inch')]
ST19000328-V26-13-page16.txt: [('-', ''), ('-embracing', 'embracing'), ('-ill', 'ill'), ('-', ''), ('M-AL.V-Ir-', 'M-AL.V-Ir'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000328-V26-13-page2.txt: [('-children', 'children'), ('io-', 'io'), ('per-', 'per')]
ST19000328-V26-13-page4.txt: [('theprivi-', 'theprivi'), ('-The', 'The'), ('-', ''), ('the-', 'the'), ('pa-', 'pa')]
ST19000328-V26-13-page5.txt: [('-', ''), ('-', '')]
ST19000328-V26-13-page7.txt: [('-no', 'no'), ('-', ''), ('-', ''), ('COM-', 'COM'), ('vex-', 'vex')]
ST19000328-V26-13-page8.txt: [('-', ''), ('non-', 'non')]
ST19000328-V26-13-page9.txt: [('-', ''), ('-G.', 'G.'), ('Ca.-', 'Ca.')]
ST19000404-V26-14-page10.txt: [('free-', 'free')]
ST19000404-V26-14-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('Eclen----', 'Eclen---')]
ST19000404-V26-14-page12.txt: [('-in', 'in'), ('-it', 'it'), ('-', '')]
ST19000404-V26-14-page13.txt: [('-horse-power', 'horse-power'), ('-', ''), ('-ra', 'ra'), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-Ercarapynermovrat', 'Ercarapynermovrat'), ('Enwow-', 'Enwow'), ('-M', 'M'), ('-', ''), ('AciXotnq-', 'AciXotnq'), ('-', ''), ('-.', '.'), ('-yiyovci', 'yiyovci'), ('-', ''), ('ra-', 'ra'), ('-', ''), ('\'"-', '\'"'), ('--', '-'), ('-.', '.'), ('greatei-tof...-', 'greatei-tof...'), ("'art.-", "'art."), ('-', ''), ('ow-', 'ow'), ('-.', '.'), ('-', '')]
ST19000404-V26-14-page14.txt: [('.-', '.'), ('-', ''), ('-draw', 'draw'), ('-a', 'a'), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to'), ('-t', 't'), ('-', ''), ('-', ''), ('-', ''), ('FIPSAW-', 'FIPSAW'), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('-', ''), ('straight-', 'straight')]
ST19000404-V26-14-page15.txt: [('prepa-', 'prepa'), ('-', ''), ('ti-', 'ti')]
ST19000404-V26-14-page16.txt: [('-reap', 'reap'), ('W-rikS-', 'W-rikS'), ('sweep-', 'sweep'), ('-Of', 'Of'), ('PAUL-', 'PAUL'), ('-in', 'in'), ('Chris-', 'Chris'), ('-', ''), ('-lady.', 'lady.'), ('-and', 'and'), ('-', '')]
ST19000404-V26-14-page2.txt: [('sin-', 'sin'), ('-cere', 'cere')]
ST19000404-V26-14-page4.txt: [('withered-', 'withered'), ('-', ''), ('-be', 'be')]
ST19000404-V26-14-page5.txt: [('prin-', 'prin'), ('gov-', 'gov')]
ST19000404-V26-14-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-IILE', 'IILE'), ('-word', 'word')]
ST19000404-V26-14-page7.txt: [('-', ''), ('-', ''), ('care-', 'care')]
ST19000404-V26-14-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('non-', 'non'), ('-', '')]
ST19000404-V26-14-page9.txt: [('-', ''), ('A-', 'A'), ('-', ''), ('-', '')]
ST19000411-V26-15-page1.txt: [('-', ''), ('para-', 'para'), ('-And', 'And')]
ST19000411-V26-15-page10.txt: [('-question', 'question'), ('-that', 'that'), ('obla-', 'obla'), ('oc-', 'oc')]
ST19000411-V26-15-page11.txt: [('-in', 'in'), ('diffi-', 'diffi'), ('-bring', 'bring'), ('-', '')]
ST19000411-V26-15-page12.txt: [('-such', 'such')]
ST19000411-V26-15-page14.txt: [('heaven."-', 'heaven."'), ('-so', 'so'), ('-SABBATH', 'SABBATH'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('coun-', 'coun'), ('be-', 'be'), ('-', ''), ('De-', 'De'), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-II.', 'II.'), ('-', ''), ('-', ''), ('-', '')]
ST19000411-V26-15-page15.txt: [('pro-', 'pro'), ('be-', 'be'), ('-', ''), ('-', ''), ('-Fi', 'Fi'), ('-', ''), ('ltainrovrates-', 'ltainrovrates'), ('-', ''), ("'-", "'"), ('-', ''), ('but.whillts-', 'but.whillts'), ('r--', 'r-'), ('-but', 'but'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('great-', 'great'), ('-', '')]
ST19000411-V26-15-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-shall', 'shall'), ('of-', 'of'), ('the-', 'the'), ('-respecting', 'respecting')]
ST19000411-V26-15-page2.txt: [('Saviour-', 'Saviour'), ('dew-', 'dew'), ('-', '')]
ST19000411-V26-15-page3.txt: [('-', ''), ('-', ''), ('weigh-', 'weigh'), ('-', '')]
ST19000411-V26-15-page4.txt: [('fa-', 'fa'), ('-', ''), ('-', ''), ('-iich', 'iich'), ('in-', 'in'), ('-', '')]
ST19000411-V26-15-page5.txt: [('-', ''), ('-', ''), ('unconscious-', 'unconscious'), ('-', ''), ('-by', 'by')]
ST19000411-V26-15-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('prom-', 'prom'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000411-V26-15-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-after', 'after')]
ST19000411-V26-15-page8.txt: [('ton-', 'ton'), ('-.', '.'), ('-', ''), ('-W.', 'W.'), ('---', '--'), ('.-', '.'), ('-', ''), ('-', ''), ('con-', 'con')]
ST19000411-V26-15-page9.txt: [('-i', 'i'), ('impos-', 'impos'), ('-the', 'the'), ('Carnegie-', 'Carnegie'), ('-', '')]
ST19000418-V26-16-page1.txt: [('-', ''), ('-', '')]
ST19000418-V26-16-page11.txt: [('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('pro-', 'pro'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('who-', 'who'), ('-', ''), ('fo-fe-', 'fo-fe'), ('-', ''), ('-AZ', 'AZ'), ('-', ''), ("t'..-", "t'.."), ('.---', '.--'), ('----', '---'), ('-ff', 'ff'), ('-', ''), ('-', ''), ("--'ibtit", "-'ibtit"), ('-lriefic', 'lriefic'), ('-', ''), ('-', ''), ('-', ''), ('-s.', 's.'), ('anri-', 'anri'), ('-', ''), ('-', ''), ('-"\'', '"\'')]
ST19000418-V26-16-page12.txt: [('-when', 'when')]
ST19000418-V26-16-page13.txt: [('-', '')]
ST19000418-V26-16-page14.txt: [('-', ''), ('-them', 'them'), ('-', ''), ('-', ''), ('-all', 'all'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"')]
ST19000418-V26-16-page15.txt: [('-', '')]
ST19000418-V26-16-page16.txt: [('-When', 'When'), ('F-', 'F'), ('-We', 'We'), ('-', ''), ('-yoit.', 'yoit.'), ('shahqueS-', 'shahqueS'), ('-Standard', 'Standard'), ('"-', '"'), ('-only', 'only'), ('-to.', 'to.'), ('Roman-', 'Roman'), ('-Church', 'Church'), ('Protes-', 'Protes'), ('expedi-', 'expedi'), ('-', ''), ('-', '')]
ST19000418-V26-16-page2.txt: [('-', ''), ('-"', '"'), ('-', '')]
ST19000418-V26-16-page3.txt: [('-', ''), ('merchan-', 'merchan'), ('-', ''), ('-', ''), ('-', '')]
ST19000418-V26-16-page4.txt: [('sent.-', 'sent.')]
ST19000418-V26-16-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000418-V26-16-page6.txt: [('pe-', 'pe'), ('be-', 'be'), ('-', '')]
ST19000418-V26-16-page7.txt: [('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-so.', 'so.'), ('-', ''), ('-', ''), ('ro-', 'ro'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('z-', 'z'), ('-', ''), ('lit-', 'lit')]
ST19000418-V26-16-page8.txt: [('Church-and-', 'Church-and')]
ST19000418-V26-16-page9.txt: [('Bloemfontein-', 'Bloemfontein'), ('-into', 'into'), ('-', ''), ('-', '')]
ST19000425-V26-17-page1.txt: [('-demean', 'demean'), ('-I-hose', 'I-hose')]
ST19000425-V26-17-page10.txt: [('-', '')]
ST19000425-V26-17-page11.txt: [('-life.', 'life.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000425-V26-17-page12.txt: [('-', ''), ('Oak-law-', 'Oak-law'), ('--', '-'), ('WHEEL-', 'WHEEL'), ('stud-', 'stud')]
ST19000425-V26-17-page13.txt: [('-definite', 'definite'), ('MISSION-', 'MISSION'), ('DECLIN-', 'DECLIN'), ('-THE', 'THE'), ('Arrange-', 'Arrange'), ('-..nt', '..nt'), ('-', '')]
ST19000425-V26-17-page14.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mount-', 'mount'), ('-', ''), ('-', ''), ('-Desire', 'Desire'), ('-', ''), ('-', ''), ('-Desire', 'Desire'), ('creation.-', 'creation.'), ('-', ''), ('re-', 're'), ('whoinso-', 'whoinso'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000425-V26-17-page15.txt: [('-', '')]
ST19000425-V26-17-page16.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('Mission-', 'Mission'), ('-.', '.'), ('-', ''), ('vol-', 'vol')]
ST19000425-V26-17-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000425-V26-17-page3.txt: [('-', ''), ('se-', 'se'), ('results.-', 'results.'), ('I-', 'I'), ('-uttermost', 'uttermost')]
ST19000425-V26-17-page4.txt: [('RIGHT-', 'RIGHT'), ('ofier-', 'ofier'), ('-them', 'them'), ('pleas-', 'pleas')]
ST19000425-V26-17-page5.txt: [('-and', 'and'), ('-and', 'and'), ('I-', 'I'), ('-', ''), ('-', '')]
ST19000425-V26-17-page6.txt: [('Na-', 'Na'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000425-V26-17-page7.txt: [('-', ''), ('-judgment', 'judgment'), ('-', ''), ('--', '-')]
ST19000425-V26-17-page8.txt: [('-f', 'f'), ('-', ''), ('-', '')]
ST19000425-V26-17-page9.txt: [('-', ''), ('-', '')]
ST19000606-V26-23-page11.txt: [('-ispee', 'ispee'), ('-A', 'A'), ('Or-', 'Or'), ('-', ''), ('----rea-lit', '---rea-lit'), ('--', '-'), ('Jews-', 'Jews'), ('K-', 'K'), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('Tobacco-', 'Tobacco'), ('righteousness.-', 'righteousness.'), ('-yd', 'yd'), ('lL-', 'lL'), ('-ye', 'ye'), ('-', ''), ('-the', 'the'), ('-fashion', 'fashion'), ('-repentance', 'repentance'), ('-the', 'the'), ('-', ''), ('Pr-', 'Pr'), ('-', ''), ('tarnann.-', 'tarnann.'), ('-And', 'And'), ('WORK-', 'WORK'), ('-', '')]
ST19000606-V26-23-page14.txt: [('-', ''), ('abroad."-', 'abroad."'), ('righteous-', 'righteous'), ('-', ''), ('II-', 'II'), ('-', ''), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000606-V26-23-page15.txt: [('val-', 'val')]
ST19000606-V26-23-page16.txt: [('-', ''), ('-nns-cts-nns-o-', 'nns-cts-nns-o-'), ('So-', 'So'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('Baden-', 'Baden')]
ST19000606-V26-23-page2.txt: [('for-', 'for'), ('-', '')]
ST19000606-V26-23-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Schaff-', 'Schaff'), ('-"', '"'), ('-It', 'It')]
ST19000606-V26-23-page4.txt: [('-', ''), ('-', ''), ('VINE-', 'VINE'), ('"-', '"')]
ST19000606-V26-23-page5.txt: [('say-', 'say'), ('-', '')]
ST19000606-V26-23-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('erron-', 'erron'), ('-John', 'John'), ('-', ''), ('-', '')]
ST19000606-V26-23-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-to', 'to')]
ST19000606-V26-23-page8.txt: [('-large', 'large'), ('ex-', 'ex'), ('-', '')]
ST19000606-V26-23-page9.txt: [('PHILIP-', 'PHILIP')]
ST19000613-V26-24-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19000613-V26-24-page11.txt: [('pre-', 'pre'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000613-V26-24-page12.txt: [('-', ''), ('-said', 'said')]
ST19000613-V26-24-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-SUNDAY', 'SUNDAY')]
ST19000613-V26-24-page15.txt: [('-', ''), ('subscrip-', 'subscrip'), ('-tc.', 'tc.'), ('-', ''), ('Wantt-', 'Wantt'), ('-', ''), ('I-', 'I'), ('hun-', 'hun'), ('-', ''), ('i-T-', 'i-T'), ('-', '')]
ST19000613-V26-24-page16.txt: [('-', ''), ('-', ''), ('Non-', 'Non'), ('-', '')]
ST19000613-V26-24-page2.txt: [('-', ''), ('-', '')]
ST19000613-V26-24-page3.txt: [('-', '')]
ST19000613-V26-24-page5.txt: [('-', ''), ('AN-', 'AN'), ('-', '')]
ST19000613-V26-24-page6.txt: [('-', ''), ('-', '')]
ST19000613-V26-24-page7.txt: [('-', ''), ('THEOSO-', 'THEOSO'), ('prop-', 'prop')]
ST19000613-V26-24-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('FOR-', 'FOR'), ('-', ''), ('-', ''), ('-.', '.')]
ST19000620-V26-25-page10.txt: [('-', ''), ('I-', 'I'), ('-', '')]
ST19000620-V26-25-page11.txt: [('-MIIIMff', 'MIIIMff'), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ti', 'ti'), ('-', ''), ('-', ''), ('-P', 'P'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I-', 'I-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-sr', 'sr'), ('-', ''), ('-', '')]
ST19000620-V26-25-page13.txt: [('Perna.-', 'Perna.')]
ST19000620-V26-25-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-J.....', 'J.....'), ('-', ''), ('to-', 'to'), ('-', ''), ('-II', 'II'), ('-', ''), ('accom-', 'accom'), ('-"dor\'f."', '"dor\'f."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Want-', 'Want'), ('-an', 'an')]
ST19000620-V26-25-page15.txt: [('-tc.', 'tc.')]
ST19000620-V26-25-page16.txt: [('-W', 'W'), ('-When', 'When'), ('-', '')]
ST19000620-V26-25-page3.txt: [('-', ''), ('pre-', 'pre'), ('-', ''), ('-', '')]
ST19000620-V26-25-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19000620-V26-25-page5.txt: [('-', '')]
ST19000620-V26-25-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('wit-', 'wit')]
ST19000620-V26-25-page7.txt: [('-Certainly', 'Certainly'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Celia', 'Celia')]
ST19000620-V26-25-page8.txt: [('-', ''), ('-', ''), ('.-', '.'), ('---\'"--', '--\'"--'), ('-', ''), ('---', '--'), ('-.-.--.r', '.-.--.r'), ('.--..--', '.--..-'), ('..t.-', '..t.'), ('-', ''), ('-....-.-..--...-', '....-.-..--...-'), ('-..-', '..-'), ('-', ''), ('-', ''), ('.-..ag.-s-', '.-..ag.-s'), ('-.-.', '.-.'), ('--..', '-..'), ('-.--"', '.--"'), ('----', '---'), ('---------', '--------'), ('...-', '...'), ('--', '-'), ('-', ''), ('-Zw-.--', 'Zw-.--'), ('-', ''), ('i-Z-', 'i-Z'), ('--', '-'), ('-', ''), ('-', ''), ('-"', '"'), ("-'", "'"), ('-', ''), ('-.r.-..-..', '.r.-..-..'), ('-z-', 'z-'), ('-Y', 'Y'), ('--', '-'), ('--', '-'), ('------', '-----'), ('----', '---'), ('w.--', 'w.-'), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('---', '--'), ("--'.-.....", "-'.-....."), ('.-', '.'), ('-', ''), ('-i', 'i'), ('..-----', '..----'), ('--', '-'), ('--', '-'), ('-', ''), ('.-', '.'), ('-', ''), ('--r', '-r'), ('--', '-'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('---', '--'), ('-...', '...'), ('r-', 'r'), ('--', '-'), ('-', ''), ('-z.', 'z.'), ('--..-', '-..-'), ('--', '-'), ('.--', '.-'), ('iik.-', 'iik.'), ('--', '-'), ('Ir.....-----.----', 'Ir.....-----.---'), ('..-', '..'), ('-e------', 'e------'), ('-..tr.', '..tr.'), ('-.', '.'), ('-.', '.'), ('-.-', '.-'), ('-Episcopal', 'Episcopal'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('---faipl', '--faipl'), ('i-', 'i'), ('-S', 'S'), ('-', ''), ('-', '')]
ST19000620-V26-25-page9.txt: [('con-', 'con'), ('Tien-', 'Tien'), ('unsettled.-', 'unsettled.'), ('prayei-', 'prayei')]
ST19000627-V26-26-page11.txt: [('Want-', 'Want'), ('useful-', 'useful'), ('-page', 'page')]
ST19000627-V26-26-page13.txt: [('-', '')]
ST19000627-V26-26-page14.txt: [('-', ''), ('Caper-', 'Caper'), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('that-', 'that'), ('-They', 'They'), ('-', '')]
ST19000627-V26-26-page15.txt: [('prue-', 'prue'), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('M-..-', 'M-..'), ('s-', 's'), ("es''-", "es''"), ('-', ''), ('andIwillkillyou.-', 'andIwillkillyou.'), ('-t', 't'), ('.-', '.'), ('-', ''), ('embdellelor.-', 'embdellelor.'), ('-', ''), ('Plat-', 'Plat'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.--', '.-'), ('-----', '----'), ('-', ''), ('-WHERE', 'WHERE'), ('-a', 'a'), ('oghteoutum.-', 'oghteoutum.'), ('-', ''), ('-', ''), ('.............................---', '.............................--'), ('.-', '.'), ('---', '--'), ('...yew-', '...yew'), ('-BEN', 'BEN'), ('--', '-'), ('-', ''), ('-....', '....'), ('love.-', 'love.'), ('--', '-'), ('-', ''), ('-And', 'And'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-Foe', 'Foe'), ('-', ''), ('Wry.-', 'Wry.'), ('--', '-'), ('-..', '..'), ('.e-', '.e'), ('-', ''), ('-HAVEFAITH', 'HAVEFAITH'), ('---L', '--L'), ('.....................--', '.....................-'), ('-', '')]
ST19000627-V26-26-page16.txt: [('-We', 'We')]
ST19000627-V26-26-page2.txt: [('-', ''), ('longi-', 'longi'), ('-', ''), ('-', '')]
ST19000627-V26-26-page3.txt: [('-', '')]
ST19000627-V26-26-page4.txt: [('Jehosh-', 'Jehosh'), ('-', ''), ('-', ''), ('pos-', 'pos'), ('-', ''), ('-', ''), ('-', '')]
ST19000627-V26-26-page5.txt: [('r--', 'r-')]
ST19000627-V26-26-page6.txt: [('-', '')]
ST19000627-V26-26-page7.txt: [('be-', 'be')]
ST19000627-V26-26-page8.txt: [('-', ''), ('-.-', '.-'), ('-', ''), ('-.-.-', '.-.-'), ('----', '---'), ('-.I', '.I'), ('-.', '.'), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('.-', '.'), ('-....-m.', '....-m.'), ('-....', '....'), ('-.', '.'), ('..-', '..'), ('-..', '..'), ('-', ''), ('.-', '.'), ('-', ''), ('---', '--'), ('-.---', '.---'), ('-p-x-', 'p-x-'), ('-', ''), ('-', ''), ('non-', 'non'), ('....--', '....-'), ('\'"---', '\'"--'), ('-..-', '..-'), ('--z', '-z'), ('.---', '.--'), ('-', ''), ('-', ''), ('-', ''), ('-f', 'f'), ('----', '---'), ('-..', '..'), ('---', '--'), ('-', ''), ('---', '--'), ('-', ''), ('--', '-'), ('-.......', '.......'), ('-lz.', 'lz.'), ('-.', '.'), ('-', ''), ('-..-.....-', '..-.....-'), ('-', ''), ('-', ''), ('-.....r-', '.....r-'), ('--...', '-...'), ('-', ''), ('-', ''), ('---', '--'), ('.-', '.'), ('-', ''), ('-', ''), ('...-', '...'), ('-', ''), ('.---', '.--'), ('---------', '--------'), ('-', ''), ('-.', '.'), ('backwardness."-', 'backwardness."'), ("-'", "'"), ('----', '---'), ('f-', 'f'), ('-', ''), ('-.', '.'), ('---.', '--.'), ('..----', '..---'), ('.-..--', '.-..-'), ('---', '--'), ('-', ''), ('-', ''), ("-'", "'"), ('-n--', 'n--'), ('-"-', '"-')]
ST19000627-V26-26-page9.txt: [('-Transvaal', 'Transvaal')]
ST19000704-V26-27-page1.txt: [('-.S.', '.S.')]
ST19000704-V26-27-page10.txt: [('...-', '...'), ('-', ''), ('-', ''), ('-...', '...'), ('..-', '..'), ('-ie.', 'ie.'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-.', '.'), ('-.', '.'), ('-', ''), ('-.', '.'), ('--', '-'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-..', '..'), ('..-', '..'), ('-', ''), ('-..-', '..-'), ('....f..--', '....f..-'), ('-', ''), ('-...', '...'), ('........-.swo--', '........-.swo-'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('--.', '-.'), ('-', ''), ('--', '-'), ('--', '-'), ("'-", "'"), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('i...-', 'i...'), ('-', ''), ('.-', '.'), ('k-', 'k'), ('-----', '----'), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('.--r-', '.--r'), ('--', '-'), ('---', '--'), ('------', '-----'), ('...--', '...-'), ('i---', 'i--'), ('----', '---'), ('-', ''), ('-......', '......'), ('-', ''), ('-', ''), ('.-', '.'), ('-an', 'an'), ('-', ''), ('A-', 'A'), ('-', ''), ('--', '-'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19000704-V26-27-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('is-', 'is'), ('-', ''), ('-', ''), ('-I-', 'I-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-o-', 'o-'), ('-', ''), ('-', ''), ('-it-', 'it-'), ('-o-', 'o-'), ('-.-', '.-'), ('-', ''), ('Refire-', 'Refire')]
ST19000704-V26-27-page12.txt: [('em-', 'em')]
ST19000704-V26-27-page15.txt: [('dies--', 'dies-')]
ST19000704-V26-27-page16.txt: [('--', '-'), ('-', ''), ('-', ''), ('-"', '"'), ('r-', 'r'), ('-"', '"'), ('-"And', '"And'), ('--.---', '-.---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sidon.-', 'Sidon.'), ('-', ''), ('straight-', 'straight'), ('-', ''), ('-', '')]
ST19000704-V26-27-page17.txt: [("''--", "''-"), ('-', ''), ('-', ''), ('-', ''), ('-ailaw', 'ailaw'), ('--..myo', '-..myo'), ('--ii', '-ii'), ('Mo.-', 'Mo.')]
ST19000704-V26-27-page18.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-e--When', 'e--When')]
ST19000704-V26-27-page19.txt: [('-', '')]
ST19000704-V26-27-page2.txt: [('-A', 'A'), ('-', ''), ('-', ''), ('-', '')]
ST19000704-V26-27-page20.txt: [('gP--', 'gP-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('---', '--'), ('-.-', '.-'), ('-', ''), ('-', ''), ('.--', '.-'), ('---V', '--V'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('tr.-', 'tr.'), ('HrnHeNSIMMetarltIrOolo-', 'HrnHeNSIMMetarltIrOolo'), ('-', ''), ('-', ''), ('-', ''), ('-i-', 'i-'), ('-', ''), ("-'", "'"), ('C.........-----', 'C.........----'), ('APRIL-', 'APRIL'), ("'-", "'"), ('-', ''), ('-', '')]
ST19000704-V26-27-page3.txt: [('sound-', 'sound'), ('in-', 'in')]
ST19000704-V26-27-page5.txt: [('Anglo-', 'Anglo')]
ST19000704-V26-27-page7.txt: [('-by', 'by'), ('"SEVENTY-', '"SEVENTY')]
ST19000704-V26-27-page8.txt: [('-um', 'um'), ('GOV-', 'GOV')]
ST19000704-V26-27-page9.txt: [('-', '')]
ST19000718-V26-29-page1.txt: [('hope-', 'hope'), ('-', ''), ('us-', 'us')]
ST19000718-V26-29-page11.txt: [('-ir', 'ir')]
ST19000718-V26-29-page12.txt: [('--Sunshine', '-Sunshine')]
ST19000718-V26-29-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('Angle-', 'Angle'), ('-', ''), ('au-', 'au'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mari-', 'Mari')]
ST19000718-V26-29-page14.txt: [('-', ''), ('-', ''), ('-"', '"'), ('-"', '"'), ('-', ''), ('-', ''), ('-in', 'in'), ('-', ''), ('-', ''), ('-He', 'He'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000718-V26-29-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('U-', 'U'), ('hun-', 'hun'), ('If-', 'If'), ('I-', 'I'), ('I-', 'I'), ('-i-T-', 'i-T-'), ('-e-', 'e-')]
ST19000718-V26-29-page16.txt: [('-We', 'We'), ('be-', 'be'), ('-', ''), ('-"canonicity', '"canonicity'), ('un-', 'un'), ('-', '')]
ST19000718-V26-29-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000718-V26-29-page3.txt: [('.-', '.'), ('-', ''), ('-', '')]
ST19000718-V26-29-page4.txt: [('to-', 'to')]
ST19000718-V26-29-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19000718-V26-29-page6.txt: [('"over-', '"over')]
ST19000718-V26-29-page7.txt: [('-', ''), ('-', '')]
ST19000718-V26-29-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'-", "'"), ('--', '-'), ('--.', '-.')]
ST19000718-V26-29-page9.txt: [('Digest.-', 'Digest.'), ('-British', 'British'), ('-', ''), ('tracks-', 'tracks'), ('the-', 'the')]
ST19000801-V26-31-page1.txt: [('con-', 'con'), ('conti-', 'conti')]
ST19000801-V26-31-page10.txt: [('-', '')]
ST19000801-V26-31-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-op', 'op'), ('-', '')]
ST19000801-V26-31-page13.txt: [('-', ''), ('-six', 'six')]
ST19000801-V26-31-page14.txt: [('-SABBATH', 'SABBATH'), ('-', ''), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-', ''), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('.-', '.'), ('-four', 'four'), ('possess."-', 'possess."'), ('-he', 'he'), ('tormentors.-', 'tormentors.'), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000801-V26-31-page15.txt: [('-', ''), ('ques-', 'ques')]
ST19000801-V26-31-page16.txt: [('-', '')]
ST19000801-V26-31-page2.txt: [('-', ''), ('-He', 'He'), ('-', ''), ('-', ''), ('-', '')]
ST19000801-V26-31-page3.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-ter-z', 'ter-z'), ('-VCer', 'VCer'), ('-', '')]
ST19000801-V26-31-page5.txt: [('wilder-', 'wilder'), ('-', ''), ('-', ''), ('-', '')]
ST19000801-V26-31-page6.txt: [('-', ''), ('-', '')]
ST19000801-V26-31-page7.txt: [('troub-', 'troub'), ('Phil-', 'Phil'), ('Spanish-', 'Spanish'), ('-od', 'od'), ('-', ''), ('-', '')]
ST19000801-V26-31-page8.txt: [('Chino-', 'Chino'), ('-', ''), ('-nsie', 'nsie')]
ST19000801-V26-31-page9.txt: [('-', ''), ('-', '')]
ST19000808-V26-32-page1.txt: [('-', ''), ('ac-', 'ac')]
ST19000808-V26-32-page11.txt: [('-those', 'those'), ('well-', 'well'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000808-V26-32-page12.txt: [('-', ''), ('hav-', 'hav')]
ST19000808-V26-32-page13.txt: [('-of', 'of'), ('-zo', 'zo'), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page')]
ST19000808-V26-32-page14.txt: [('-', ''), ('-The', 'The'), ('-a', 'a'), ('-', ''), ('-', ''), ('-by', 'by'), ('-sin.', 'sin.'), ('-', ''), ('-', ''), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-', ''), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-', ''), ('-', '')]
ST19000808-V26-32-page15.txt: [('Want-', 'Want'), ('-', ''), ('-', ''), ('hun-', 'hun'), ('-', ''), ('-i-', 'i-'), ('--ettt', '-ettt'), ('-', ''), ('-page', 'page'), ('subscrip-', 'subscrip')]
ST19000808-V26-32-page16.txt: [('-', ''), ('--trozso', '-trozso'), ('-', ''), ('-', ''), ('-', '')]
ST19000808-V26-32-page2.txt: [('-', '')]
ST19000808-V26-32-page3.txt: [('-', ''), ('-SaViour', 'SaViour')]
ST19000808-V26-32-page5.txt: [('-', '')]
ST19000808-V26-32-page6.txt: [('doc-', 'doc'), ('CHRIS-', 'CHRIS'), ('-', ''), ('for-', 'for')]
ST19000808-V26-32-page7.txt: [('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('PER-', 'PER'), ('-', '')]
ST19000808-V26-32-page8.txt: [('Mac-', 'Mac'), ('-.', '.'), ('-', '')]
ST19000808-V26-32-page9.txt: [('-', '')]
ST19000815-V26-33-page1.txt: [('INHERIT-', 'INHERIT')]
ST19000815-V26-33-page10.txt: [('QUEN-', 'QUEN'), ('-', '')]
ST19000815-V26-33-page11.txt: [('-', '')]
ST19000815-V26-33-page12.txt: [('-', '')]
ST19000815-V26-33-page13.txt: [('-call', 'call')]
ST19000815-V26-33-page14.txt: [('-they', 'they'), ('-Elizabeth', 'Elizabeth'), ('-Desire', 'Desire'), ('-"', '"'), ('-S.', 'S.'), ('-SABBATH', 'SABBATH'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000815-V26-33-page15.txt: [('sig-', 'sig'), ('him-', 'him')]
ST19000815-V26-33-page16.txt: [('-', ''), ('-what', 'what'), ('American-', 'American'), ('-', ''), ('-A', 'A'), ('-', '')]
ST19000815-V26-33-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19000815-V26-33-page3.txt: [('-', ''), ('-..L.t.v.NGER.', '..L.t.v.NGER.')]
ST19000815-V26-33-page4.txt: [('-At', 'At'), ('-and', 'and'), ('enter-', 'enter')]
ST19000815-V26-33-page5.txt: [('weak-', 'weak')]
ST19000815-V26-33-page7.txt: [('-', ''), ('-', '')]
ST19000815-V26-33-page8.txt: [('-No.', 'No.'), ('-', ''), ('-', ''), ('balneop-', 'balneop')]
ST19000822-V26-34-page1.txt: [('assist-', 'assist')]
ST19000822-V26-34-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-joints', 'joints')]
ST19000822-V26-34-page12.txt: [('-private', 'private'), ('Bud-', 'Bud'), ('-Edhism', 'Edhism'), ('hatmoni-', 'hatmoni'), ('remain-', 'remain')]
ST19000822-V26-34-page13.txt: [('-page', 'page'), ('-page', 'page')]
ST19000822-V26-34-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-work', 'work'), ('you.-', 'you.'), ('-', ''), ('-', ''), ('-as', 'as'), ('-until', 'until'), ('-', '')]
ST19000822-V26-34-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('bun-', 'bun'), ('accom-', 'accom'), ('-', ''), ('...-', '...'), ('I-', 'I')]
ST19000822-V26-34-page16.txt: [('-', ''), ('Chris-', 'Chris'), ('-earWhen', 'earWhen'), ('-States', 'States')]
ST19000822-V26-34-page3.txt: [('-', '')]
ST19000822-V26-34-page4.txt: [('de-', 'de')]
ST19000822-V26-34-page5.txt: [('not."-', 'not."'), ('king-', 'king'), ('-', ''), ('-', ''), ('-called', 'called')]
ST19000822-V26-34-page6.txt: [('-', ''), ('serv-', 'serv'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000822-V26-34-page7.txt: [('-', ''), ('-"', '"'), ('-', ''), ('-', ''), ('sup-', 'sup'), ('-', '')]
ST19000822-V26-34-page8.txt: [('-', ''), ('---', '--'), ('----', '---'), ('-', ''), ('-', ''), ('---', '--'), ('-.---', '.---'), ('IT-', 'IT'), ('-', ''), ('eltalaliag-', 'eltalaliag'), ('T.--', 'T.-'), ('ert-', 'ert'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-.', '.'), ('.-z-', '.-z'), ('--e-.', '-e-.'), ('-.', '.'), ('-', ''), ('-', ''), ('---', '--'), ('--', '-'), ('-------', '------'), ('---', '--'), ('-.', '.'), ('--', '-'), ('-', ''), ('--', '-'), ('-', ''), ('.-', '.'), ('-', ''), ("-r'", "r'"), ('-', '')]
ST19000822-V26-34-page9.txt: [('-', ''), ('-into', 'into'), ('-with', 'with'), ('-', ''), ('Sit-', 'Sit')]
ST19000829-V26-35-page10.txt: [('-', ''), ('--Edmonston.', '-Edmonston.'), ('-the', 'the'), ('-the', 'the'), ('-', '')]
ST19000829-V26-35-page11.txt: [('con-', 'con'), ('-', '')]
ST19000829-V26-35-page12.txt: [('Tobacco-', 'Tobacco')]
ST19000829-V26-35-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'ry", "'ry"), ('-', ''), ('-good', 'good'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ('-', ''), ('-', ''), ('-aa', 'aa'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000829-V26-35-page14.txt: [('-is', 'is'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-Because', 'Because'), ('-apart', 'apart'), ('-', ''), ('-No', 'No'), ('-', ''), ('.-', '.')]
ST19000829-V26-35-page16.txt: [('Hunt-', 'Hunt'), ('-We', 'We'), ('-the', 'the'), ('-guilt', 'guilt'), ('-to', 'to'), ('-journalism', 'journalism'), ('-a', 'a'), ('Straw-', 'Straw'), ('-The', 'The'), ('-Medical', 'Medical'), ('-Right', 'Right')]
ST19000829-V26-35-page3.txt: [('-', ''), ('-', ''), ('--', '-'), ('notwith-', 'notwith')]
ST19000829-V26-35-page4.txt: [('-', ''), ('im-', 'im')]
ST19000829-V26-35-page5.txt: [('unnec-', 'unnec')]
ST19000829-V26-35-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19000829-V26-35-page8.txt: [('glorify-', 'glorify'), ('-', '')]
ST19000829-V26-35-page9.txt: [('-', '')]
ST19000905-V26-36-page1.txt: [('con-', 'con')]
ST19000905-V26-36-page10.txt: [('-the', 'the'), ('-create', 'create')]
ST19000905-V26-36-page11.txt: [('-A', 'A'), ('-', '')]
ST19000905-V26-36-page13.txt: [('-"', '"')]
ST19000905-V26-36-page14.txt: [('--q---', '-q---'), ('-then', 'then'), ('-SCNOAY', 'SCNOAY'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('-"', '"'), ('-', ''), ('-they', 'they'), ('-', ''), ('-', ''), ('-', '')]
ST19000905-V26-36-page15.txt: [('-', '')]
ST19000905-V26-36-page16.txt: [('-.daring', '.daring'), ('excep-', 'excep'), ('govern-', 'govern'), ('-The', 'The'), ('-', ''), ('Mari-', 'Mari'), ('Mis-', 'Mis')]
ST19000905-V26-36-page2.txt: [('I-', 'I'), ('-', ''), ('-', '')]
ST19000905-V26-36-page3.txt: [('-the', 'the'), ('-', ''), ('-', '')]
ST19000905-V26-36-page4.txt: [('TRESPASS-', 'TRESPASS')]
ST19000905-V26-36-page5.txt: [('pray-', 'pray')]
ST19000905-V26-36-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19000905-V26-36-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('condi-', 'condi')]
ST19000905-V26-36-page8.txt: [('f-', 'f'), ('-dread."', 'dread."')]
ST19000905-V26-36-page9.txt: [('-', '')]
ST19000912-V26-37-page1.txt: [('-', '')]
ST19000912-V26-37-page10.txt: [('sold-', 'sold'), ('-', ''), ('I-', 'I'), ('-', ''), ('.-', '.')]
ST19000912-V26-37-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-Our', 'Our')]
ST19000912-V26-37-page12.txt: [('-', ''), ('-the', 'the')]
ST19000912-V26-37-page13.txt: [('-', '')]
ST19000912-V26-37-page14.txt: [('--', '-'), ('-', ''), ('-SABBATH', 'SABBATH'), ('situation-', 'situation'), ('-Lend', 'Lend'), ('-----------------------------------', '----------------------------------'), ('----', '---'), ('-just', 'just'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('verses-', 'verses'), ('-II', 'II'), ('-', ''), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('-', ''), ('-', ''), ('-does', 'does')]
ST19000912-V26-37-page15.txt: [('Typed-', 'Typed'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000912-V26-37-page16.txt: [('-When', 'When'), ('-', '')]
ST19000912-V26-37-page3.txt: [('pos-', 'pos'), ('-when', 'when'), ('pos-', 'pos')]
ST19000912-V26-37-page4.txt: [('-', ''), ('-', ''), ('de-', 'de'), ('-that', 'that'), ('-to', 'to'), ('trans-', 'trans'), ('relin-', 'relin')]
ST19000912-V26-37-page6.txt: [('-', ''), ('-one', 'one'), ('-', '')]
ST19000912-V26-37-page7.txt: [('-', ''), ('char-', 'char'), ('-', ''), ('-', ''), ('--fo.', '-fo.'), ('-', '')]
ST19000912-V26-37-page8.txt: [('circum-', 'circum')]
ST19000912-V26-37-page9.txt: [('-', '')]
ST19000919-V26-38-page1.txt: [('--Atiim', '-Atiim')]
ST19000919-V26-38-page10.txt: [('-', ''), ('non-', 'non'), ('-', ''), ('-ow', 'ow'), ('-', '')]
ST19000919-V26-38-page11.txt: [('-', '')]
ST19000919-V26-38-page12.txt: [('num-', 'num')]
ST19000919-V26-38-page13.txt: [('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000919-V26-38-page14.txt: [('o-', 'o'), ('-', ''), ('-God', 'God'), ('-', ''), ('PROFIT-', 'PROFIT'), ('-page', 'page'), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Who', 'Who'), ('-Religious', 'Religious'), ('-Religions', 'Religions'), ('-', ''), ('-"Are', '"Are'), ('-"', '"'), ('-the', 'the')]
ST19000919-V26-38-page15.txt: [('Receipt.-', 'Receipt.'), ('enterprise-', 'enterprise'), ('al-', 'al'), ('subscrip-', 'subscrip'), ('Electro-', 'Electro')]
ST19000919-V26-38-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000919-V26-38-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000919-V26-38-page4.txt: [('-pass', 'pass')]
ST19000919-V26-38-page6.txt: [('ry.-.-', 'ry.-.'), ('--', '-'), ('-ti', 'ti'), ('--P', '-P'), ("-'i-pplii-A", "'i-pplii-A"), ('-.', '.'), ("'...-", "'..."), ('e--', 'e-'), ('-.', '.'), ('-', ''), ('-can', 'can'), ('kVASSf-', 'kVASSf'), ("-V'z--V", "V'z--V"), ('-f', 'f'), ('-complete', 'complete'), ('-of', 'of'), ('-to', 'to'), ('-life', 'life'), ('-of', 'of'), ('-earth', 'earth'), ('-', ''), ('-Lord', 'Lord'), ('-grace', 'grace'), ('-sorrows', 'sorrows'), ('-the', 'the'), ('-', ''), ('-Mind', 'Mind'), ('-on', 'on'), ('-was', 'was'), ('-Who', 'Who'), ('-brought', 'brought'), ('-Certain', 'Certain'), ('-meat', 'meat'), ('-all', 'all'), ('-peace-offering', 'peace-offering'), ('-burned', 'burned'), ('-the', 'the'), ('-"the', '"the'), ('-of', 'of'), ('-peace-offering.', 'peace-offering.'), ('-fault', 'fault'), ('-have', 'have'), ('-evening', 'evening'), ('-find', 'find'), ('-can', 'can'), ('-them."', 'them."'), ('-of', 'of'), ('-on', 'on'), ('theburnt-', 'theburnt'), ('-on', 'on'), ('-', ''), ('------', '-----'), ('-peace', 'peace'), ('-is', 'is'), ('-maker', 'maker'), ('-in', 'in'), ('-come', 'come'), ('-sort', 'sort'), ('-this', 'this'), ('-fancy', 'fancy'), ('-account', 'account'), ('-peace', 'peace'), ('-under', 'under'), ('-England', 'England'), ('-and', 'and'), ('burnt-', 'burnt'), ('-the', 'the'), ('-no', 'no'), ('-cif', 'cif'), ('-abroad', 'abroad'), ('-everything', 'everything'), ('-hearts', 'hearts'), ('-tribulation', 'tribulation'), ('-peace."', 'peace."'), ('-he', 'he'), ('-in', 'in'), ('-everlasting', 'everlasting'), ('-strength', 'strength'), ('-your', 'your'), ('exciite-', 'exciite'), ('-any', 'any'), ('-wished', 'wished'), ('-had', 'had'), ('-commotion', 'commotion'), ('-wrote', 'wrote'), ('-life', 'life'), ('-against', 'against'), ('-without', 'without'), ('-necessary', 'necessary'), ('-sure', 'sure'), ('-then', 'then'), ('-may', 'may'), ('-sometimes.', 'sometimes.'), ('-stand', 'stand'), ('-the', 'the'), ('-is', 'is'), ('-when', 'when'), ('-Mightier', 'Mightier'), ('-occasion', 'occasion'), ("'responds-", "'responds")]
ST19000919-V26-38-page7.txt: [('-', '')]
ST19000919-V26-38-page8.txt: [('-', '')]
ST19000926-V26-39-page1.txt: [('-', '')]
ST19000926-V26-39-page10.txt: [('-o.', 'o.')]
ST19000926-V26-39-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-est', 'est'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('forthtell-', 'forthtell'), ('-', ''), ('-', ''), ('-', ''), ('Anti-', 'Anti'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-do-', 'do-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('She-', 'She'), ('-ot', 'ot'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000926-V26-39-page13.txt: [('Fo-', 'Fo')]
ST19000926-V26-39-page14.txt: [('-He', 'He'), ('-', ''), ('-', ''), ('-wanderers', 'wanderers'), ('-', ''), ('-not', 'not'), ('-are', 'are'), ('law-', 'law'), ('-', ''), ('-', ''), ('command-', 'command'), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('------------', '-----------'), ('-', ''), ('honor-', 'honor'), ('NOTE.-', 'NOTE.'), ('-n.', 'n.')]
ST19000926-V26-39-page15.txt: [('-page', 'page'), ('--', '-'), ('-Six', 'Six')]
ST19000926-V26-39-page16.txt: [('-', ''), ('-', ''), ('Friday-', 'Friday'), ('-', ''), ('-', ''), ('Willie"-', 'Willie"')]
ST19000926-V26-39-page2.txt: [('to--', 'to-')]
ST19000926-V26-39-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19000926-V26-39-page4.txt: [('-', ''), ('hu-', 'hu')]
ST19000926-V26-39-page5.txt: [('-', ''), ('-fp', 'fp'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('.---', '.--'), ('-', ''), ('-.r...-..', '.r...-..'), ('-', ''), ('-..', '..'), ('-', ''), ('A.T.W.-', 'A.T.W.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----Y.r.rW', '----Y.r.rW'), ('-..s.', '..s.'), ('-..-----....', '..-----....'), ('--..', '-..'), ('-------', '------'), ('-', ''), ('-', ''), ('-.N', '.N'), ('meatoffering-', 'meatoffering'), ('--', '-')]
ST19000926-V26-39-page6.txt: [('RELIEF-', 'RELIEF'), ('-', '')]
ST19000926-V26-39-page7.txt: [('-', ''), ('-', ''), ('believ-', 'believ'), ('-I', 'I'), ('-', ''), ('-', ''), ('-was', 'was')]
ST19000926-V26-39-page8.txt: [('de-', 'de')]
ST19001003-V26-40-page1.txt: [('-', ''), ('--"', '-"'), ('-', '')]
ST19001003-V26-40-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19001003-V26-40-page4.txt: [('r-', 'r'), ('-', '')]
ST19001003-V26-40-page5.txt: [('Three-', 'Three')]
ST19001003-V26-40-page6.txt: [('-', ''), ('-"', '"'), ('-', ''), ('-the', 'the'), ('-the', 'the'), ('-', ''), ('-', ''), ('-It', 'It'), ('-', ''), ('-', ''), ('-', '')]
ST19001003-V26-40-page7.txt: [('-and', 'and')]
ST19001003-V26-40-page8.txt: [('-.II', '.II'), ('-We', 'We'), ('known-', 'known'), ('-', ''), ('PAUL-', 'PAUL'), ('exten-', 'exten'), ('OUT-', 'OUT'), ('number-', 'number'), ('-', '')]
ST19001010-V26-41-page10.txt: [('Almighty.".T.he-', 'Almighty.".T.he'), ('ex-', 'ex'), ('-Visitation', 'Visitation'), ('fore-', 'fore'), ('-section', 'section'), ('cremated.-', 'cremated.'), ('-', ''), ('after-', 'after'), ('-massacre', 'massacre'), ('-sword', 'sword'), ('-of', 'of'), ('-that', 'that'), ('ap-', 'ap'), ('-CHRISTIAN', 'CHRISTIAN')]
ST19001010-V26-41-page11.txt: [('-', ''), ('-', ''), ('Sheridan-', 'Sheridan')]
ST19001010-V26-41-page12.txt: [('-barley', 'barley'), ('mourn-', 'mourn'), ('-', ''), ('-c', 'c')]
ST19001010-V26-41-page14.txt: [('-', ''), ('-verse', 'verse'), ('-', ''), ('-', ''), ('-', ''), ('-SABBATH', 'SABBATH'), ('-', ''), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"And', '"And'), ('-', ''), ('-', ''), ('-"', '"'), ('-', ''), ('-"', '"'), ('-', ''), ('-it', 'it'), ('-"', '"'), ('-"', '"'), ('-', ''), ('-"And', '"And'), ('-The', 'The'), ('-no', 'no'), ('-', ''), ('two."-', 'two."'), ('-.z', '.z'), ('-', ''), ('-SUNDAY', 'SUNDAY'), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('-', '')]
ST19001010-V26-41-page15.txt: [('year-', 'year'), ('subscriptions-', 'subscriptions'), ('time-', 'time'), ('-application.', 'application.'), ('Postage-stamps.-', 'Postage-stamps.'), ('-Please', 'Please'), ('-felt', 'felt'), ('-name.', 'name.'), ('-', ''), ('-is', 'is'), ('dis-', 'dis'), ('open-', 'open')]
ST19001010-V26-41-page2.txt: [('-', '')]
ST19001010-V26-41-page3.txt: [('-', '')]
ST19001010-V26-41-page4.txt: [('ZrAlrWr-', 'ZrAlrWr'), ('-', ''), ('--', '-'), ('-sun', 'sun'), ('-', ''), ('-', ''), ('-then', 'then'), ('-', '')]
ST19001010-V26-41-page5.txt: [('-without', 'without'), ('-', '')]
ST19001010-V26-41-page6.txt: [('-N', 'N')]
ST19001010-V26-41-page7.txt: [('-', ''), ('-', ''), ('-j-faith.', 'j-faith.'), ('-what', 'what'), ("-was'", "was'"), ('-been', 'been'), ('-have', 'have'), ('-better', 'better'), ('-by', 'by'), ('-an', 'an'), ('-the', 'the'), ('-will', 'will'), ('-will', 'will'), ('when-', 'when')]
ST19001010-V26-41-page8.txt: [('-', '')]
ST19001017-V26-42-page1.txt: [('-', '')]
ST19001017-V26-42-page10.txt: [('thine-', 'thine')]
ST19001017-V26-42-page11.txt: [('-his', 'his'), ('-Willis', 'Willis')]
ST19001017-V26-42-page12.txt: [('-nbrose', 'nbrose')]
ST19001017-V26-42-page13.txt: [('-', ''), ('-', '')]
ST19001017-V26-42-page14.txt: [('-because', 'because'), ('-t', 't'), ('-"', '"'), ('RIGHTEOUS-', 'RIGHTEOUS'), ('-This', 'This'), ('-It', 'It'), ('-', ''), ('-', ''), ('"\'A-', '"\'A'), ('-', ''), ('-in', 'in'), ('-God', 'God'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"Till', '"Till'), ('-"', '"'), ('-The', 'The'), ('-"', '"'), ('-"', '"'), ('-', ''), ('-Not', 'Not'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--""', '-""')]
ST19001017-V26-42-page15.txt: [('---', '--'), ('dis-', 'dis'), ("-'", "'"), ('-like', 'like'), ('-lee', 'lee')]
ST19001017-V26-42-page16.txt: [('con-', 'con'), ('--', '-')]
ST19001017-V26-42-page3.txt: [('-', ''), ('-', ''), ('EX-', 'EX')]
ST19001017-V26-42-page4.txt: [('-', ''), ('influ-', 'influ'), ('-', ''), ('-', '')]
ST19001017-V26-42-page5.txt: [('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('OVER-', 'OVER')]
ST19001017-V26-42-page6.txt: [('-love', 'love'), ('-', ''), ('-', ''), ('-which', 'which'), ('lurk-', 'lurk'), ('-', ''), ('-', ''), ('-', '')]
ST19001017-V26-42-page8.txt: [('con-', 'con'), ('offi-', 'offi')]
ST19001017-V26-42-page9.txt: [('-this', 'this')]
ST19001024-V26-43-page1.txt: [('Anti-', 'Anti'), ('persecu-', 'persecu'), ('trav-', 'trav'), ('-which', 'which')]
ST19001024-V26-43-page10.txt: [('oppor-', 'oppor'), ('-', '')]
ST19001024-V26-43-page12.txt: [('what-', 'what'), ('what-', 'what'), ('what-', 'what'), ('pillow--', 'pillow-'), ('entrance.-', 'entrance.')]
ST19001024-V26-43-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19001024-V26-43-page14.txt: [('sin."-', 'sin."'), ('-r', 'r'), ('-r', 'r'), ('-', ''), ('-', ''), ('-', ''), ('Anglo-', 'Anglo'), ('-they', 'they'), ('-but', 'but'), ('-"', '"'), ('-Because', 'Because'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('en-', 'en'), ('steward-', 'steward'), ('-', ''), ('-', ''), ('-', ''), ('him."-', 'him."')]
ST19001024-V26-43-page16.txt: [('-', ''), ('resold-', 'resold'), ('-iption', 'iption'), ('occu-', 'occu'), ('-When', 'When'), ('number-', 'number'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19001024-V26-43-page2.txt: [('-', ''), ('-mere', 'mere'), ('-i.nd', 'i.nd'), ('-', '')]
ST19001024-V26-43-page3.txt: [('asso-', 'asso'), ('-I', 'I')]
ST19001024-V26-43-page4.txt: [('-from', 'from'), ('-', ''), ('-', ''), ('-', '')]
ST19001024-V26-43-page5.txt: [('-', ''), ('-', ''), ('for-', 'for'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19001024-V26-43-page6.txt: [('-', ''), ('-ating', 'ating'), ('-First', 'First'), ('-', '')]
ST19001024-V26-43-page7.txt: [('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19001031-V26-44-page1.txt: [('-unto', 'unto'), ('understand-', 'understand')]
ST19001031-V26-44-page10.txt: [('-b', 'b'), ('gain-', 'gain'), ('-', ''), ('Col-', 'Col'), ('-yet', 'yet'), ('.-.-', '.-.'), ('-AliitOlSdialliallitikatiligalgiaaasillikilithil.a..iak', 'AliitOlSdialliallitikatiligalgiaaasillikilithil.a..iak')]
ST19001031-V26-44-page11.txt: [('THEA-', 'THEA'), ('-', ''), ('-', ''), ('-', '')]
ST19001031-V26-44-page12.txt: [('dol-', 'dol')]
ST19001031-V26-44-page13.txt: [('-catch', 'catch')]
ST19001031-V26-44-page14.txt: [('-', ''), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-', ''), ('-man.', 'man.'), ('-that', 'that'), ("-Christ's", "Christ's"), ('-', ''), ('-', ''), ('proph-', 'proph'), ('-', '')]
ST19001031-V26-44-page15.txt: [('-etc.', 'etc.')]
ST19001031-V26-44-page16.txt: [('-Rev.', 'Rev.'), ('Sep-', 'Sep'), ('-copies', 'copies'), ('-', ''), ('-Baptists', 'Baptists'), ('Philippines-', 'Philippines'), ('-', ''), ('-', ''), ('number-', 'number'), ('-', '')]
ST19001031-V26-44-page2.txt: [('-', '')]
ST19001031-V26-44-page5.txt: [('-', '')]
ST19001031-V26-44-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19001031-V26-44-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19001031-V26-44-page8.txt: [('-support', 'support')]
ST19001107-V26-45-page1.txt: [('-', ''), ('As-', 'As')]
ST19001107-V26-45-page10.txt: [('ex-', 'ex'), ('assur-', 'assur')]
ST19001107-V26-45-page11.txt: [('din-', 'din'), ('well-', 'well')]
ST19001107-V26-45-page12.txt: [('-ply.', 'ply.'), ('-penny', 'penny'), ('-penny', 'penny'), ('intelli-', 'intelli')]
ST19001107-V26-45-page13.txt: [('-', ''), ('mission-', 'mission'), ('-the', 'the')]
ST19001107-V26-45-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('strati-', 'strati'), ('-', ''), ('-SABBATH', 'SABBATH'), ('-', ''), ('---', '--')]
ST19001107-V26-45-page15.txt: [('-', ''), ('PUBLISHING-', 'PUBLISHING'), ('subscrip-', 'subscrip')]
ST19001107-V26-45-page16.txt: [('-When', 'When'), ('-', ''), ('number-', 'number'), ('--', '-'), ('-', ''), ('heav-', 'heav')]
ST19001107-V26-45-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('to-', 'to')]
ST19001107-V26-45-page4.txt: [('-', ''), ('-', '')]
ST19001107-V26-45-page5.txt: [('adaptour-', 'adaptour'), ('ques-', 'ques')]
ST19001107-V26-45-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-had', 'had')]
ST19001107-V26-45-page7.txt: [('-', ''), ('---', '--'), ('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19001107-V26-45-page8.txt: [('-', ''), ('-', '')]
ST19001107-V26-45-page9.txt: [('-to', 'to'), ('-', ''), ('Spanish-', 'Spanish')]
ST19001114-V26-46-page1.txt: [('-', ''), ('-', '')]
ST19001114-V26-46-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19001114-V26-46-page11.txt: [('-', ''), ('-', '')]
ST19001114-V26-46-page12.txt: [('-', ''), ('uni-', 'uni')]
ST19001114-V26-46-page13.txt: [('-', ''), ('-', ''), ('un-', 'un'), ('-', ''), ('bond-', 'bond'), ('x-', 'x')]
ST19001114-V26-46-page14.txt: [('-"', '"'), ('-Turning', 'Turning'), ('-"', '"'), ('-"', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('ro-', 'ro'), ('-the', 'the'), ('-is', 'is'), ('-', ''), ('-"', '"'), ('-"', '"'), ('-"', '"'), ('-', ''), ('-', ''), ('-"', '"'), ('-r', 'r'), ('-"', '"'), ('fidelity.-', 'fidelity.'), ('con-', 'con'), ('-', ''), ('aston-', 'aston'), ('-', ''), ('poor.-', 'poor.')]
ST19001114-V26-46-page15.txt: [('-he', 'he'), ('can-', 'can')]
ST19001114-V26-46-page16.txt: [('-We', 'We'), ('-', ''), ('Postmaster-', 'Postmaster'), ('differ-', 'differ')]
ST19001114-V26-46-page2.txt: [('-tope', 'tope'), ('-', '')]
ST19001114-V26-46-page3.txt: [('deceived.-', 'deceived.'), ('-idolatrous', 'idolatrous'), ('-', ''), ('-', '')]
ST19001114-V26-46-page4.txt: [('--z------', '-z------'), ('--.-', '-.-'), ('--', '-'), ('-', ''), ('---V', '--V'), ('-', ''), ('-', ''), ('--in', '-in'), ('-', ''), ('--', '-'), ('-', ''), ('v--', 'v-'), ('-', ''), ('-A.s.-', 'A.s.-'), ('-x--', 'x--'), ('--', '-'), ('.b..--', '.b..-'), ('---Are...-', '--Are...-'), ('-', ''), ('gs--', 'gs-'), ('--.', '-.'), ('-zs', 'zs'), ('--z', '-z')]
ST19001114-V26-46-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19001114-V26-46-page6.txt: [('-', '')]
ST19001114-V26-46-page7.txt: [('in.-', 'in.'), ('gov-', 'gov')]
ST19001114-V26-46-page8.txt: [('-', ''), ('-', ''), ('-news', 'news')]
ST19001114-V26-46-page9.txt: [('-', ''), ('ac-', 'ac')]
ST19001121-V26-47-page10.txt: [('I-', 'I'), ('ge-', 'ge'), ('--', '-'), ('-', ''), ('-...T', '...T'), ('-', ''), ('-', ''), ('-', ''), ('abun-', 'abun'), ('-cu', 'cu'), ('-.', '.'), ('-.', '.'), ('-', ''), ('-', '')]
ST19001121-V26-47-page11.txt: [('-', ''), ('-cent', 'cent'), ('Chicago.-', 'Chicago.'), ('-', '')]
ST19001121-V26-47-page12.txt: [('eighty-', 'eighty')]
ST19001121-V26-47-page13.txt: [('--"', '-"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Hagar', 'Hagar'), ('-', '')]
ST19001121-V26-47-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('syco-', 'syco'), ('-', ''), ('-', ''), ('-', ''), ('way-', 'way')]
ST19001121-V26-47-page16.txt: [('-We', 'We'), ("-Austria's", "Austria's"), ('Opportunity-', 'Opportunity'), ('Home.-', 'Home.'), ('Novem-', 'Novem'), ('CIS-', 'CIS')]
ST19001121-V26-47-page2.txt: [('-creatures.', 'creatures.'), ('-', ''), ('-', '')]
ST19001121-V26-47-page3.txt: [('Christ-', 'Christ')]
ST19001121-V26-47-page4.txt: [('Z-', 'Z'), ('if-', 'if'), ('I-', 'I'), ('.-', '.'), ('-', ''), ('-', '')]
ST19001121-V26-47-page5.txt: [('-Holy', 'Holy')]
ST19001121-V26-47-page6.txt: [('-', '')]
ST19001121-V26-47-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('ancestor-', 'ancestor'), ('-worship', 'worship'), ('-and', 'and'), ('re-', 're')]
ST19001121-V26-47-page8.txt: [('-', ''), ('-', '')]
ST19001121-V26-47-page9.txt: [('-', '')]
ST19001128-V26-48-page12.txt: [('-', '')]
ST19001128-V26-48-page13.txt: [('-of', 'of')]
ST19001128-V26-48-page14.txt: [('-by', 'by'), ('-sudden', 'sudden')]
ST19001128-V26-48-page15.txt: [('-', '')]
ST19001128-V26-48-page16.txt: [('-', ''), ('-', ''), ('-', '')]
ST19001128-V26-48-page18.txt: [('--', '-'), ('-', '')]
ST19001128-V26-48-page2.txt: [('prophecies--', 'prophecies-')]
ST19001128-V26-48-page20.txt: [('--Miss', '-Miss')]
ST19001128-V26-48-page22.txt: [('-', ''), ('-', ''), ('-', ''), ('publita-', 'publita')]
ST19001128-V26-48-page23.txt: [('--', '-'), ('-', ''), ('--I', '-I'), ('-', ''), ('-tocom', 'tocom'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("--'", "-'"), ('vt-', 'vt'), ('--', '-'), ('-', ''), ('-', ''), ('--..', '-..'), ('-', ''), ('.-', '.'), ('--', '-'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-o-', 'o-'), ('-', ''), ('-F', 'F'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('--EL', '-EL'), ('-', ''), ('-er', 'er'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-I-', 'I-'), ('-I-', 'I-'), ('-', ''), ('-dr-.', 'dr-.'), ('-.', '.'), ('-', ''), ('---.i', '--.i'), ('-', ''), ('-', ''), ('-eit-', 'eit-'), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-dpa', 'dpa'), ('-', ''), ('-', ''), ('-', ''), ('-F.', 'F.'), ('-', ''), ('-', ''), ('-.', '.'), ('O.s---i----', 'O.s---i---'), ('-', ''), ('-', ''), ('-ato', 'ato'), ('..ii.----', '..ii.---'), ('-vF', 'vF'), ('-', ''), ('-', ''), ('P--', 'P-'), ('-r-', 'r-'), ('-', ''), ('A-', 'A'), ('--', '-'), ("-'", "'")]
ST19001128-V26-48-page24.txt: [('-', ''), ('-He', 'He'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19001128-V26-48-page25.txt: [('-', ''), ('-made', 'made'), ('i-', 'i'), ('citi-', 'citi'), ('-.', '.'), ('anti-', 'anti')]
ST19001128-V26-48-page26.txt: [('-', ''), ('un-', 'un'), ('sixty-', 'sixty'), ('--', '-'), ('-', ''), ('-', '')]
ST19001128-V26-48-page27.txt: [('.-', '.'), ('-', '')]
ST19001128-V26-48-page28.txt: [('-finally', 'finally')]
ST19001128-V26-48-page29.txt: [('-', ''), ('-', ''), ('-page', 'page'), ('-r', 'r'), ('-...', '...'), ('-', '')]
ST19001128-V26-48-page32.txt: [('century-', 'century'), ('-', '')]
ST19001128-V26-48-page33.txt: [('-', ''), ('over-', 'over')]
ST19001128-V26-48-page34.txt: [('Church-and--', 'Church-and-')]
ST19001128-V26-48-page4.txt: [('--""', '-""')]
ST19001128-V26-48-page6.txt: [('enlighten-', 'enlighten')]
ST19001128-V26-48-page7.txt: [('-', ''), ('-', '')]
ST19001128-V26-48-page8.txt: [('--to', '-to')]
ST19001128-V26-48-page9.txt: [('-and', 'and'), ('-wisdom', 'wisdom'), ('-', '')]
ST19001212-V26-50-page1.txt: [('-Master', 'Master'), ("'corn--", "'corn-"), ('-', ''), ('-If', 'If')]
ST19001212-V26-50-page10.txt: [('-', ''), ('tx.t-Afszi-', 'tx.t-Afszi'), ('-', ''), ('Remem-', 'Remem'), ('-idleness', 'idleness')]
ST19001212-V26-50-page11.txt: [('repre-', 'repre'), ('-', ''), ('-', ''), ('-', '')]
ST19001212-V26-50-page12.txt: [('non-', 'non'), ('-', '')]
ST19001212-V26-50-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('ap-', 'ap'), ('-', ''), ('-', '')]
ST19001212-V26-50-page14.txt: [('tt-', 'tt'), ('-', ''), ('-', '')]
ST19001212-V26-50-page15.txt: [('-', ''), ('"-', '"'), ('won-', 'won')]
ST19001212-V26-50-page16.txt: [('num-', 'num'), ('-', ''), ('Church-and-', 'Church-and'), ('law-', 'law')]
ST19001212-V26-50-page2.txt: [('-', ''), ('-', '')]
ST19001212-V26-50-page3.txt: [('leav-', 'leav'), ('--hatred', '-hatred'), ('CHAR-', 'CHAR')]
ST19001212-V26-50-page4.txt: [('-the', 'the')]
ST19001212-V26-50-page5.txt: [('-', ''), ('-', ''), ('-with', 'with')]
ST19001212-V26-50-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19001212-V26-50-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-this', 'this'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Christ', 'Christ'), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-Jesus', 'Jesus'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--of', '-of'), ('-the', 'the'), ('-', ''), ("-'Cause", "'Cause"), ('.-', '.')]
ST19001212-V26-50-page8.txt: [('-', '')]
ST19001212-V26-50-page9.txt: [('-', ''), ('-Peking', 'Peking'), ('N-', 'N'), ('Text-', 'Text')]
ST19001219-V26-51-page1.txt: [('oppress-', 'oppress'), ('-', ''), ('-', ''), ('inti-', 'inti'), ('Goa-', 'Goa'), ('-', '')]
ST19001219-V26-51-page10.txt: [('P-', 'P')]
ST19001219-V26-51-page12.txt: [('beau-', 'beau')]
ST19001219-V26-51-page13.txt: [('vir"---', 'vir"--'), ('------', '-----'), ('---.......', '--.......'), ('-', '')]
ST19001219-V26-51-page14.txt: [('-cent', 'cent'), ('-', '')]
ST19001219-V26-51-page15.txt: [('-', ''), ('-o-et', 'o-et'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('no-', 'no'), ('subscrip-', 'subscrip'), ('---------------', '--------------'), ('--------', '-------'), ('-', ''), ('-By', 'By')]
ST19001219-V26-51-page16.txt: [('-i', 'i'), ('the-', 'the'), ('-I', 'I'), ('-', ''), ('-faith', 'faith'), ('-', ''), ('thee-', 'thee'), ("'-", "'"), ('Sundayschoollessonstudiespraybeobtainedalmostany-', 'Sundayschoollessonstudiespraybeobtainedalmostany')]
ST19001219-V26-51-page3.txt: [('CHAR-', 'CHAR'), ('-', ''), ('-', '')]
ST19001219-V26-51-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--anything', '-anything'), ('lie.rere-', 'lie.rere'), ('-', ''), ('-', '')]
ST19001219-V26-51-page5.txt: [('-There', 'There')]
ST19001219-V26-51-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19001219-V26-51-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('.-', '.'), ('-', '')]
ST19001219-V26-51-page8.txt: [('PROCLAMA-', 'PROCLAMA')]
ST19001219-V26-51-page9.txt: [('RE-', 'RE')]
ST19001226-V26-52-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19001226-V26-52-page10.txt: [('giW-', 'giW'), ('sake-', 'sake'), ('per-', 'per')]
ST19001226-V26-52-page11.txt: [('-', '')]
ST19001226-V26-52-page13.txt: [('-Healdsburg', 'Healdsburg')]
ST19001226-V26-52-page14.txt: [('Na-', 'Na'), ('HY-', 'HY')]
ST19001226-V26-52-page16.txt: [('-a', 'a'), ('-', '')]
ST19001226-V26-52-page2.txt: [('-', ''), ('-', ''), ('fol-', 'fol'), ('-', '')]
ST19001226-V26-52-page3.txt: [('SUNDAY-', 'SUNDAY'), ('-', '')]
ST19001226-V26-52-page4.txt: [('-more', 'more'), ('-', ''), ('-', '')]
ST19001226-V26-52-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19001226-V26-52-page6.txt: [('-as', 'as'), ('Master-', 'Master'), ('expediency-', 'expediency'), ('--', '-')]
ST19001226-V26-52-page7.txt: [('-', ''), ('-', ''), ('-to', 'to'), ('-', '')]
ST19001226-V26-52-page8.txt: [('-we', 'we'), ('lan-', 'lan')]
ST19001226-V26-52-page9.txt: [('-', ''), ('-mile', 'mile'), ('t-', 't'), ('-', ''), ('-', ''), ('-', '')]
ST19020115-V28-03-page1.txt: [('thankful-', 'thankful')]
ST19020115-V28-03-page10.txt: [('grace--', 'grace-'), ('---t', '--t'), ('-', ''), ('Frost-', 'Frost'), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('----', '---'), ("----'C", "---'C"), ("-'", "'"), ('---', '--')]
ST19020115-V28-03-page14.txt: [('.-', '.'), ('CHRIS-', 'CHRIS'), ('-d', 'd'), ('-', ''), ('-', ''), ('Aid.-', 'Aid.'), ('-', ''), ('thou-', 'thou'), ('chit-', 'chit'), ('be-', 'be'), ('-', ''), ('-His', 'His')]
ST19020115-V28-03-page15.txt: [('-', ''), ('.-rraatgamr-', '.-rraatgamr'), ('-e-', 'e-'), ('-', ''), ('.-', '.'), ('-', ''), ('---', '--')]
ST19020115-V28-03-page16.txt: [('-', ''), ('Plort.-', 'Plort.')]
ST19020115-V28-03-page2.txt: [('suffering-', 'suffering'), ('-', ''), ('-unto', 'unto'), ('-', ''), ('-', ''), ('-', '')]
ST19020115-V28-03-page3.txt: [('-Mid.', 'Mid.')]
ST19020115-V28-03-page4.txt: [('-', ''), ('writ-', 'writ')]
ST19020115-V28-03-page5.txt: [('-p.', 'p.'), ('o-', 'o')]
ST19020115-V28-03-page6.txt: [('-', ''), ('tree.-', 'tree.'), ('pro-', 'pro')]
ST19020115-V28-03-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020115-V28-03-page8.txt: [('CON-', 'CON'), ('zo-', 'zo')]
ST19020115-V28-03-page9.txt: [('-', ''), ('-', '')]
ST19020226-V28-09-page10.txt: [('-Wick.', 'Wick.')]
ST19020226-V28-09-page11.txt: [('SPAN-', 'SPAN'), ('-', '')]
ST19020226-V28-09-page13.txt: [('-the.', 'the.'), ('-was', 'was')]
ST19020226-V28-09-page14.txt: [('SCAT-', 'SCAT'), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-IC.C.', 'IC.C.')]
ST19020226-V28-09-page15.txt: [('-', ''), ('-', ''), ('-cent', 'cent'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020226-V28-09-page16.txt: [('hems-', 'hems'), ('-', '')]
ST19020226-V28-09-page2.txt: [('STARR-', 'STARR')]
ST19020226-V28-09-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020226-V28-09-page4.txt: [('-In', 'In'), ('con-', 'con')]
ST19020226-V28-09-page6.txt: [('-', ''), ('-', '')]
ST19020226-V28-09-page7.txt: [('-', ''), ('-', ''), ('threescore-', 'threescore'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020319-V28-12-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-found', 'found')]
ST19020319-V28-12-page10.txt: [('a-', 'a'), ('-', ''), ('-', ''), ("God'--", "God'-")]
ST19020319-V28-12-page11.txt: [('PUBLISH-', 'PUBLISH')]
ST19020319-V28-12-page12.txt: [('offerings-', 'offerings'), ('-', ''), ('-of', 'of')]
ST19020319-V28-12-page13.txt: [('-', ''), ('-', ''), ('ef-', 'ef'), ('-', '')]
ST19020319-V28-12-page14.txt: [('KING-', 'KING'), ('-', ''), ('-', ''), ("-'MwwwWffir", "'MwwwWffir"), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020319-V28-12-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Therefore', 'Therefore'), ('-', ''), ('-cosm', 'cosm'), ('renew-', 'renew'), ('Tobacco-', 'Tobacco'), ("--'", "-'")]
ST19020319-V28-12-page16.txt: [('-', ''), ('-God', 'God'), ('-can', 'can'), ('Oisins-', 'Oisins'), ('-of', 'of'), ('corner-', 'corner'), ('-', ''), ('-', '')]
ST19020319-V28-12-page2.txt: [('-', ''), ('Medo-', 'Medo'), ('-', ''), ('-', ''), ('-', ''), ('-i', 'i'), ('-', ''), ('-through', 'through')]
ST19020319-V28-12-page4.txt: [('-coaDING', 'coaDING')]
ST19020319-V28-12-page5.txt: [('nec-', 'nec'), ('im-', 'im')]
ST19020319-V28-12-page6.txt: [('-', ''), ('wayside-', 'wayside'), ('-', ''), ('-', '')]
ST19020319-V28-12-page7.txt: [('CHRIS-', 'CHRIS'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to'), ('mani-', 'mani')]
ST19020319-V28-12-page8.txt: [('-girt', 'girt')]
ST19020319-V28-12-page9.txt: [('-', '')]
ST19020416-V28-16-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('in-', 'in')]
ST19020416-V28-16-page11.txt: [('dear-', 'dear'), ('-', ''), ('-', ''), ('Saint-', 'Saint'), ('grand-', 'grand')]
ST19020416-V28-16-page12.txt: [('contu-', 'contu')]
ST19020416-V28-16-page13.txt: [('sanitari-', 'sanitari'), ('-', ''), ('-', '')]
ST19020416-V28-16-page14.txt: [('-i', 'i'), ('-', ''), ('-national', 'national'), ('-', ''), ('Gos-', 'Gos'), ('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Agency-', 'Agency')]
ST19020416-V28-16-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a-', 'a-'), ('.-', '.'), ('-----..', '----..'), ('.-', '.'), ('--proof', '-proof'), ('ir-', 'ir'), ('-', ''), ('.-a"-', '.-a"'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020416-V28-16-page16.txt: [('-We', 'We'), ('TEACH-', 'TEACH'), ('Important-', 'Important'), ('-', ''), ('-', ''), ('possi-', 'possi'), ("-McClure's", "McClure's"), ('-', ''), ('-', ''), ('.s-', '.s'), ('-', ''), ('-k', 'k'), ('-', ''), ('-', ''), ('-', ''), ('-religion', 'religion'), ('-', ''), ('-Shintoisrn', 'Shintoisrn'), ('-', '')]
ST19020416-V28-16-page2.txt: [('fgr--', 'fgr-'), ('CHIL-', 'CHIL')]
ST19020416-V28-16-page3.txt: [('SPIR-', 'SPIR')]
ST19020416-V28-16-page4.txt: [('-', ''), ('I-', 'I')]
ST19020416-V28-16-page5.txt: [('follows--', 'follows-'), ('-', ''), ('There-', 'There'), ('-ALONZO', 'ALONZO'), ('-', ''), ('-', ''), ('-the', 'the'), ('-"', '"')]
ST19020416-V28-16-page6.txt: [('-', ''), ('first-', 'first'), ('-', ''), ('sug-', 'sug'), ('-', ''), ('-eafter.', 'eafter.')]
ST19020416-V28-16-page7.txt: [('-When', 'When')]
ST19020416-V28-16-page8.txt: [('-', ''), ('-get', 'get'), ('-', '')]
ST19020416-V28-16-page9.txt: [('-', '')]
ST19020625-V28-26-page1.txt: [('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('"--', '"-'), ('-', ''), ('-..-.', '..-.'), ('-.', '.')]
ST19020625-V28-26-page10.txt: [('Sooth-', 'Sooth'), ('be-', 'be')]
ST19020625-V28-26-page11.txt: [('-the', 'the'), ("-'", "'"), ('-F.', 'F.'), ('-', '')]
ST19020625-V28-26-page12.txt: [('-ERNAT', 'ERNAT'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('morn-', 'morn'), ('-', ''), ('-A', 'A'), ('-rwr.t-.r', 'rwr.t-.r'), ('-', ''), ('-', ''), ('-rr', 'rr'), ('t--', 't-'), ('--F-AIN', '-F-AIN'), ('Lag-', 'Lag'), ('-', ''), ('-', '')]
ST19020625-V28-26-page13.txt: [('coun-', 'coun'), ('si-', 'si'), ('lib-', 'lib'), ('TV-', 'TV'), ('-', ''), ('-', ''), ('A-', 'A'), ('e-', 'e'), ('-.', '.'), ('-', ''), ('-', ''), ('-.', '.'), ('.-', '.'), ('"zlizzie-w----s.-', '"zlizzie-w----s.'), ('---nii.-', '--nii.-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020625-V28-26-page14.txt: [('scien-', 'scien')]
ST19020625-V28-26-page2.txt: [('-ts', 'ts'), ('V-', 'V'), ('A-', 'A')]
ST19020625-V28-26-page3.txt: [('interpre-', 'interpre'), ('-weshalllookfora', 'weshalllookfora')]
ST19020625-V28-26-page4.txt: [('-', '')]
ST19020625-V28-26-page5.txt: [("way.'t-", "way.'t"), ('-road', 'road')]
ST19020625-V28-26-page6.txt: [('-', ''), ('-', '')]
ST19020625-V28-26-page7.txt: [('-Presbyterian', 'Presbyterian'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020625-V28-26-page8.txt: [('form-', 'form')]
ST19020625-V28-26-page9.txt: [('-ton', 'ton'), ('-ton', 'ton'), ('all-', 'all'), ('-', ''), ('-', '')]
ST19020709-V28-28-page1.txt: [('-over', 'over'), ('-', ''), ('non-', 'non')]
ST19020709-V28-28-page11.txt: [('-', ''), ('dol-', 'dol'), ('-', '')]
ST19020709-V28-28-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19020709-V28-28-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ("Ca'-", "Ca'"), ('-', ''), ('-the', 'the')]
ST19020709-V28-28-page14.txt: [('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('be-', 'be'), ('COMMAND-', 'COMMAND'), ('-', ''), ('-A', 'A')]
ST19020709-V28-28-page15.txt: [('-page', 'page'), ('-zdy', 'zdy'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-receipt', 'receipt')]
ST19020709-V28-28-page16.txt: [('-Wee', 'Wee'), ('-v', 'v'), ('-The', 'The'), ('-A', 'A'), ('kcply-', 'kcply'), ('grIlealnna.-', 'grIlealnna.'), ('-et', 'et')]
ST19020709-V28-28-page2.txt: [('-for', 'for')]
ST19020709-V28-28-page3.txt: [('-', '')]
ST19020709-V28-28-page4.txt: [('-', '')]
ST19020709-V28-28-page5.txt: [('treasure.-', 'treasure.'), ('-', ''), ('I-', 'I')]
ST19020709-V28-28-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('re-', 're'), ('-', '')]
ST19020709-V28-28-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020709-V28-28-page9.txt: [('cer-', 'cer'), ('Tien-', 'Tien')]
ST19020723-V28-30-page11.txt: [('PEARL-', 'PEARL')]
ST19020723-V28-30-page12.txt: [('en-', 'en'), ('---T', '--T'), ('-', ''), ('-', ''), ('-..c..', '..c..'), ('-', '')]
ST19020723-V28-30-page13.txt: [('-nearly', 'nearly')]
ST19020723-V28-30-page14.txt: [('-', ''), ('under-', 'under'), ('Nebuchad-', 'Nebuchad'), ('-', ''), ('-', ''), ('-', ''), ('-Cent', 'Cent'), ('-cent', 'cent'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-S.', 'S.'), ('-', ''), ('taber-', 'taber'), ('cand.e-', 'cand.e'), ('sanc-', 'sanc'), ('-', ''), ('-.', '.'), ('-', '')]
ST19020723-V28-30-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020723-V28-30-page16.txt: [('Corner.-', 'Corner.'), ('-', ''), ('WOOD-', 'WOOD'), ('.MAN-', '.MAN'), ('-', ''), ('de-', 'de'), ('-a', 'a')]
ST19020723-V28-30-page2.txt: [('-Satan', 'Satan'), ('truth-', 'truth'), ('-immutable', 'immutable'), ('de-', 'de'), ('heav-', 'heav')]
ST19020723-V28-30-page3.txt: [('-permission.', 'permission.')]
ST19020723-V28-30-page4.txt: [('-in', 'in'), ('-disciples', 'disciples'), ('con-', 'con')]
ST19020723-V28-30-page5.txt: [('-', '')]
ST19020723-V28-30-page6.txt: [('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('-doubtless', 'doubtless'), ('-', ''), ('-God', 'God'), ('-', ''), ('-', ''), ('-', ''), ('See-', 'See'), ('-', '')]
ST19020723-V28-30-page7.txt: [('-the', 'the'), ('-', ''), ('nbserv-', 'nbserv'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020723-V28-30-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020723-V28-30-page9.txt: [('-the', 'the'), ('-', ''), ('-', '')]
ST19020806-V28-32-page1.txt: [('pro-', 'pro'), ('READ-', 'READ')]
ST19020806-V28-32-page10.txt: [('prin-', 'prin'), ('be-', 'be')]
ST19020806-V28-32-page11.txt: [('Pearline-', 'Pearline'), ('-lying', 'lying'), ('-', ''), ('.-', '.'), ('-', '')]
ST19020806-V28-32-page12.txt: [("'-", "'")]
ST19020806-V28-32-page13.txt: [('-father', 'father'), ('-', ''), ('Germany.-', 'Germany.'), ('-', ''), ('-', '')]
ST19020806-V28-32-page14.txt: [('-', ''), ('work-', 'work'), ('-', ''), ('-', ''), ('con-', 'con'), ('wilder-', 'wilder'), ('-', ''), ('-', ''), ('-PREMIER', 'PREMIER')]
ST19020806-V28-32-page15.txt: [('-', ''), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Tract.Society-', 'Tract.Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('Society-', 'Society'), ('-', ''), ('-', ''), ('-', '')]
ST19020806-V28-32-page16.txt: [('-', ''), ('-', ''), ('--', '-'), ('------"', '-----"'), ("--'", "-'"), ('tc.-', 'tc.'), ('Hot-', 'Hot'), ('-', ''), ('-', ''), ('-', ''), ('-i', 'i'), ('i.itizr--', 'i.itizr-'), ('-----', '----'), ('-C', 'C'), ('C.-', 'C.'), ('-', ''), ('-C', 'C'), ('-VRA', 'VRA')]
ST19020806-V28-32-page2.txt: [("'revealed-", "'revealed")]
ST19020806-V28-32-page3.txt: [('--.', '-.'), ('-', ''), ('-', ''), ('-of', 'of')]
ST19020806-V28-32-page4.txt: [('-interpretation', 'interpretation'), ('-', ''), ('-', '')]
ST19020806-V28-32-page5.txt: [('LAN-', 'LAN'), ('--', '-')]
ST19020806-V28-32-page6.txt: [('-', ''), ('-Sabbath', 'Sabbath'), ('-', '')]
ST19020806-V28-32-page7.txt: [('-', ''), ('-ferzner', 'ferzner')]
ST19020806-V28-32-page8.txt: [('-in', 'in')]
ST19020806-V28-32-page9.txt: [('-ir', 'ir'), ('-', '')]
ST19020813-V28-33-page1.txt: [('him-', 'him'), ('-dead.', 'dead.')]
ST19020813-V28-33-page11.txt: [('-', ''), ('-unhygienic', 'unhygienic'), ('-Out', 'Out'), ('-PREMIER', 'PREMIER'), ('-You', 'You'), ('Se-', 'Se')]
ST19020813-V28-33-page12.txt: [('conse-', 'conse'), ('-', '')]
ST19020813-V28-33-page13.txt: [('Tai-', 'Tai'), ('announc-', 'announc'), ('-', ''), ('-', ''), ('-made', 'made'), ('-', '')]
ST19020813-V28-33-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('uni-', 'uni'), ('-', ''), ('Medo-', 'Medo'), ('-it.', 'it.'), ('wil-', 'wil')]
ST19020813-V28-33-page15.txt: [('--.', '-.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020813-V28-33-page16.txt: [('-cis', 'cis'), ('-', ''), ('Fam-', 'Fam')]
ST19020813-V28-33-page2.txt: [('LAN-', 'LAN'), ('-to', 'to'), ('-', ''), ('-Twelve', 'Twelve')]
ST19020813-V28-33-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020813-V28-33-page4.txt: [('-majority', 'majority')]
ST19020813-V28-33-page5.txt: [('Mc-', 'Mc')]
ST19020813-V28-33-page6.txt: [('-at', 'at'), ('-', ''), ('-', '')]
ST19020813-V28-33-page7.txt: [('-', ''), ('over-', 'over'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-world-empire', 'world-empire')]
ST19020813-V28-33-page8.txt: [('histori-', 'histori'), ('-', '')]
ST19020813-V28-33-page9.txt: [('discov-', 'discov'), ('-', ''), ('-', ''), ('-', ''), ('Baldwin-', 'Baldwin')]
ST19020824-V28-39-page10.txt: [('righteous-', 'righteous'), ('-ness', 'ness'), ('acquiesce-', 'acquiesce'), ('Wil-', 'Wil')]
ST19020824-V28-39-page11.txt: [('stabil-', 'stabil'), ('--', '-'), ('efeierejefil.fee\'VX"-', 'efeierejefil.fee\'VX"'), ('-', ''), ('teeee.-', 'teeee.'), ('-.', '.'), ('-......', '......'), ('...-', '...'), ('---', '--'), ('--....', '-....'), ('--..', '-..'), ('-', ''), ('chiral-', 'chiral'), ('-', ''), ('-"', '"'), ('-', ''), ('-', ''), ('----', '---'), ('--fzzz-', '-fzzz-'), ('--', '-'), ('vt-', 'vt'), ('--Phkizia', '-Phkizia')]
ST19020824-V28-39-page13.txt: [('o-', 'o'), ('-', ''), ('-chool', 'chool')]
ST19020824-V28-39-page14.txt: [('io-', 'io'), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-Glenn's", "Glenn's"), ('-', '')]
ST19020824-V28-39-page15.txt: [('-', ''), ('beau-', 'beau'), ('-mange', 'mange'), ('Important.-', 'Important.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('fur-', 'fur')]
ST19020824-V28-39-page16.txt: [('-', '')]
ST19020824-V28-39-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020824-V28-39-page4.txt: [('-', ''), ('LAN-', 'LAN'), ('-', '')]
ST19020824-V28-39-page5.txt: [('-', ''), ('-down', 'down'), ('-', ''), ('-', ''), ('-', '')]
ST19020824-V28-39-page6.txt: [('-', ''), ('-IfoutlfiegalocanoeConthreed', 'IfoutlfiegalocanoeConthreed'), ('-', ''), ('-', ''), ('-Lord', 'Lord'), ('-', ''), ('-', ''), ('-', '')]
ST19020824-V28-39-page7.txt: [('-living', 'living'), ('-including', 'including'), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19020824-V28-39-page8.txt: [('us-', 'us'), ('Erec-', 'Erec')]
ST19020824-V28-39-page9.txt: [('-', ''), ('col-', 'col'), ('West-', 'West'), ('-', '')]
ST19030617-V29-24-page1.txt: [('Maatneb-', 'Maatneb'), ('-', ''), ('-eastern', 'eastern'), ('sand-', 'sand'), ('-stone', 'stone')]
ST19030617-V29-24-page10.txt: [('-', '')]
ST19030617-V29-24-page11.txt: [('-Indian', 'Indian'), ('Indo-', 'Indo'), ('-Christian', 'Christian'), ('-lost', 'lost'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Anon.', 'Anon.'), ('-', '')]
ST19030617-V29-24-page12.txt: [('-bright', 'bright'), ('-mountains', 'mountains'), ('-', ''), ('stand-', 'stand'), ('be-', 'be'), ('-to', 'to'), ('-', ''), ('-', ''), ('well-', 'well'), ('MR.-', 'MR.'), ('overcome.-', 'overcome.'), ('-The', 'The'), ('-his', 'his')]
ST19030617-V29-24-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('books-', 'books'), ('-"', '"'), ('-', ''), ('-', ''), ('PacifiC-', 'PacifiC')]
ST19030617-V29-24-page14.txt: [('-true', 'true'), ('idlenes.-', 'idlenes.')]
ST19030617-V29-24-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Important.-', 'Important.'), ('.-', '.'), ('con-', 'con'), ('-', '')]
ST19030617-V29-24-page16.txt: [('-', ''), ('-', ''), ('--t', '-t'), ('-', ''), ('-troin', 'troin'), ('-among', 'among'), ('-mistake.', 'mistake.'), ('-', ''), ('-', ''), ('-t', 't'), ('P-', 'P'), ('-', ''), ('VI-', 'VI'), ('-', ''), ('-q', 'q'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-.', '.'), ('--The', '-The'), ('-iw', 'iw'), ('-on', 'on'), ('-t', 't'), ('-ritten', 'ritten'), ('-the', 'the'), ('-', ''), ('-oversight', 'oversight'), ('-', ''), ('-', ''), ('-', ''), ('nation-', 'nation'), ('-', '')]
ST19030617-V29-24-page2.txt: [('-S.', 'S.'), ('-till', 'till'), ('-', ''), ('-', ''), ('temptations--', 'temptations-')]
ST19030617-V29-24-page3.txt: [('-', ''), ('Church-and-', 'Church-and'), ('Satan--', 'Satan-'), ('Church-and-', 'Church-and'), ('per-', 'per'), ('send-', 'send'), ('-', '')]
ST19030617-V29-24-page4.txt: [('-', ''), ('-', ''), ('--', '-')]
ST19030617-V29-24-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19030617-V29-24-page6.txt: [('I-', 'I'), ('-', ''), ('--"Before', '-"Before'), ('Choosing.-', 'Choosing.'), ('-', ''), ('"-', '"'), ('be-', 'be')]
ST19030617-V29-24-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('Sabbath..-', 'Sabbath..'), ('-', ''), ('-', '')]
ST19030617-V29-24-page8.txt: [('-these', 'these'), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('profes-', 'profes')]
ST19030617-V29-24-page9.txt: [('-.s', '.s'), ('trans-', 'trans'), ('Chi-', 'Chi'), ('-', '')]
ST19031216-V29-50-page10.txt: [('-', ''), ('.--', '.-')]
ST19031216-V29-50-page11.txt: [('CONSTITU-', 'CONSTITU')]
ST19031216-V29-50-page15.txt: [('-', '')]
ST19031216-V29-50-page16.txt: [('x-', 'x'), ('-', ''), ('-', ''), ('oppress-', 'oppress')]
ST19031216-V29-50-page17.txt: [('-', ''), ('threatens-', 'threatens')]
ST19031216-V29-50-page18.txt: [('-', ''), ('-', '')]
ST19031216-V29-50-page19.txt: [('COM-', 'COM'), ('carriage-', 'carriage'), ('Mary-', 'Mary')]
ST19031216-V29-50-page2.txt: [('--', '-')]
ST19031216-V29-50-page20.txt: [('work-', 'work'), ('-', '')]
ST19031216-V29-50-page21.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--not', '-not'), ('DISSOLV-', 'DISSOLV')]
ST19031216-V29-50-page22.txt: [('-page', 'page'), ('-page', 'page'), ('AP-', 'AP'), ('EM-', 'EM'), ('-', ''), ('them.-', 'them.')]
ST19031216-V29-50-page23.txt: [('-', '')]
ST19031216-V29-50-page24.txt: [('-page', 'page'), ('-a', 'a')]
ST19031216-V29-50-page4.txt: [('-', ''), ('Na-', 'Na')]
ST19031216-V29-50-page5.txt: [('-', ''), ('-and', 'and')]
ST19031216-V29-50-page7.txt: [('-chief', 'chief'), ('Ga-', 'Ga')]
ST19031216-V29-50-page8.txt: [('Common-', 'Common'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('m-', 'm')]
ST19031216-V29-50-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('Jerusa-', 'Jerusa')]
ST19031223-V29-51-page1.txt: [('-', ''), ('drinK--', 'drinK-')]
ST19031223-V29-51-page10.txt: [('"Mc-', '"Mc'), ('oth-', 'oth')]
ST19031223-V29-51-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ma-', 'ma'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-rec.', 'rec.'), ('-', ''), ('-', ''), ('-vice', 'vice'), ('-', ''), ('-', ''), ('--A', '-A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--it', '-it'), ('-', ''), ('-', ''), ('-ing', 'ing'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-hove', 'hove'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Ar', 'Ar'), ('--X', '-X'), ('-', ''), ('-', '')]
ST19031223-V29-51-page12.txt: [('-', '')]
ST19031223-V29-51-page13.txt: [('-thou', 'thou')]
ST19031223-V29-51-page14.txt: [('-Symbols.', 'Symbols.'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('t-', 't'), ('-', ''), ('-', ''), ('-THE', 'THE'), ('-', ''), ('-"And', '"And'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19031223-V29-51-page15.txt: [('-', ''), ('-', '')]
ST19031223-V29-51-page16.txt: [('-', ''), ('-', ''), ('Mc-', 'Mc'), ('Illus-', 'Illus'), ('-', ''), ('-.We', '.We'), ('since-', 'since'), ('diffi-', 'diffi')]
ST19031223-V29-51-page2.txt: [('-development', 'development'), ('-', ''), ('-', ''), ('-saw', 'saw')]
ST19031223-V29-51-page3.txt: [('unchangeable-', 'unchangeable')]
ST19031223-V29-51-page4.txt: [('-offerings', 'offerings'), ('self-aggrandize-', 'self-aggrandize'), ('-', ''), ('deliber-', 'deliber'), ('-there', 'there'), ('-', ''), ('-', '')]
ST19031223-V29-51-page5.txt: [('Mammon-', 'Mammon')]
ST19031223-V29-51-page6.txt: [('-', ''), ('-', '')]
ST19031223-V29-51-page7.txt: [('-by', 'by'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-overnment', 'overnment'), ('-', '')]
ST19031223-V29-51-page8.txt: [('-', ''), ('-', ''), ('-II.', 'II.'), ('-', ''), ('be-', 'be'), ('-', '')]
ST19040106-V30-01-page1.txt: [('--', '-'), ('-', ''), ('-', ''), ('him--', 'him-'), ('-Coronte.', 'Coronte.')]
ST19040106-V30-01-page10.txt: [('-ho', 'ho')]
ST19040106-V30-01-page11.txt: [('-', ''), ('-g', 'g'), ('-of', 'of'), ('-pounder', 'pounder'), ('-tr', 'tr')]
ST19040106-V30-01-page12.txt: [('troub-', 'troub'), ('-had', 'had'), ('-man', 'man'), ('-', ''), ('-several', 'several')]
ST19040106-V30-01-page13.txt: [('-', ''), ('CORRES-', 'CORRES'), ('th.-', 'th.')]
ST19040106-V30-01-page14.txt: [('-They', 'They'), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-', ''), ('to-', 'to')]
ST19040106-V30-01-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('HOLD-', 'HOLD'), ('Hos-', 'Hos')]
ST19040106-V30-01-page16.txt: [('--Any', '-Any'), ('-instruction', 'instruction'), ('-', ''), ('-Denver', 'Denver'), ('-Poetry.', 'Poetry.')]
ST19040106-V30-01-page2.txt: [('-', '')]
ST19040106-V30-01-page3.txt: [('worship-', 'worship')]
ST19040106-V30-01-page4.txt: [('Neo-', 'Neo')]
ST19040106-V30-01-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19040106-V30-01-page6.txt: [('-goodness.', 'goodness.'), ('insist-', 'insist'), ('-', ''), ('-', '')]
ST19040106-V30-01-page7.txt: [('-', ''), ('king-', 'king'), ('-', ''), ('-', '')]
ST19040106-V30-01-page8.txt: [('se-', 'se'), ('-', '')]
ST19040106-V30-01-page9.txt: [('-', ''), ('blast-', 'blast'), ('-a', 'a')]
ST19040113-V30-02-page1.txt: [('be-', 'be')]
ST19040113-V30-02-page11.txt: [('AMERI-', 'AMERI'), ('-', ''), ('-', ''), ('-', ''), ('Com-', 'Com')]
ST19040113-V30-02-page12.txt: [('num-', 'num'), ('nourish-', 'nourish')]
ST19040113-V30-02-page13.txt: [('-gallon', 'gallon'), ('-', ''), ('Lieutenant-Gover-', 'Lieutenant-Gover'), ('---norof', '--norof'), ('peo-', 'peo')]
ST19040113-V30-02-page14.txt: [('-', ''), ('-', ''), ('-There', 'There'), ('-', ''), ('-', ''), ('-', ''), ('-Alexander', 'Alexander'), ('-Route.', 'Route.'), ('-Another', 'Another'), ('lead-', 'lead'), ('-Syria', 'Syria'), ('-which', 'which'), ('to-', 'to'), ('City-', 'City')]
ST19040113-V30-02-page15.txt: [('verse-by-', 'verse-by'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040113-V30-02-page16.txt: [('-', ''), ('in-', 'in'), ('-Do', 'Do'), ('-The', 'The'), ('-"', '"'), ('-"', '"'), ('-are', 'are'), ('-', ''), ('-', '')]
ST19040113-V30-02-page2.txt: [('-behold', 'behold'), ('self-indul-', 'self-indul'), ('-keep', 'keep')]
ST19040113-V30-02-page4.txt: [('-e', 'e')]
ST19040113-V30-02-page5.txt: [('-waters', 'waters'), ('-make', 'make'), ('-And', 'And'), ('-', '')]
ST19040113-V30-02-page6.txt: [('Behold-', 'Behold'), ('-', ''), ('-', ''), ('dis-', 'dis'), ('-', ''), ('-', ''), ('nr-', 'nr'), ('-', ''), ('-', '')]
ST19040113-V30-02-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040113-V30-02-page8.txt: [('-', ''), ('-', '')]
ST19040113-V30-02-page9.txt: [('-man', 'man')]
ST19040120-V30-03-page11.txt: [('-', '')]
ST19040120-V30-03-page12.txt: [('-', ''), ('-animal', 'animal')]
ST19040120-V30-03-page13.txt: [('-the', 'the'), ('-', ''), ('-gallon', 'gallon')]
ST19040120-V30-03-page14.txt: [('-', ''), ('-', ''), ('responsi-', 'responsi'), ('-', ''), ('-T-', 'T-'), ('-', ''), ('-The', 'The'), ('-Ezra', 'Ezra'), ('-Ezra', 'Ezra'), ('-', ''), ('to-', 'to'), ('-This', 'This'), ('-Sixty-nine', 'Sixty-nine'), ('weeks-', 'weeks'), ('days-', 'days'), ('-', ''), ('-To', 'To'), ('A.-', 'A.'), ('-One', 'One'), ('-A.', 'A.'), ('-', ''), ('-The', 'The'), ('-', '')]
ST19040120-V30-03-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sender.-', 'sender.')]
ST19040120-V30-03-page16.txt: [('-', ''), ('-', ''), ('-', '')]
ST19040120-V30-03-page2.txt: [('-mistaken', 'mistaken'), ('-', '')]
ST19040120-V30-03-page3.txt: [('-', ''), ('-j', 'j'), ('-the', 'the'), ('-', ''), ('irrespec-', 'irrespec')]
ST19040120-V30-03-page4.txt: [('find-', 'find')]
ST19040120-V30-03-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040120-V30-03-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040120-V30-03-page7.txt: [('-that', 'that'), ('-in', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040120-V30-03-page8.txt: [('national-', 'national'), ('-', '')]
ST19040120-V30-03-page9.txt: [('-so', 'so'), ('-', ''), ('re-', 're'), ('-', '')]
ST19040127-V30-04-page1.txt: [('im-', 'im')]
ST19040127-V30-04-page10.txt: [('-', ''), ('gave-', 'gave'), ('-', ''), ('dis-', 'dis')]
ST19040127-V30-04-page11.txt: [('-me', 'me')]
ST19040127-V30-04-page12.txt: [('stu-', 'stu'), ('Ja-', 'Ja'), ('direc-', 'direc')]
ST19040127-V30-04-page13.txt: [('con-', 'con'), ('pres-', 'pres')]
ST19040127-V30-04-page14.txt: [('CAPER-', 'CAPER'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ro.', 'ro.'), ('-gallon', 'gallon'), ('-', ''), ('to-', 'to')]
ST19040127-V30-04-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-''", "''"), ('-', '')]
ST19040127-V30-04-page16.txt: [('-', ''), ('CAP-', 'CAP'), ("-God's", "God's")]
ST19040127-V30-04-page2.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-it', 'it')]
ST19040127-V30-04-page3.txt: [('na-', 'na'), ('-', ''), ('-', ''), ('--w-', '-w-'), ('-', ''), ('-', ''), ('IMPE-', 'IMPE'), ('-every', 'every')]
ST19040127-V30-04-page5.txt: [('-', '')]
ST19040127-V30-04-page6.txt: [('-', ''), ('-with', 'with')]
ST19040127-V30-04-page8.txt: [('-as', 'as')]
ST19040127-V30-04-page9.txt: [('Philip-', 'Philip'), ('-', ''), ('con-', 'con')]
ST19040203-V30-05-page1.txt: [('-', '')]
ST19040203-V30-05-page10.txt: [('-lis', 'lis')]
ST19040203-V30-05-page11.txt: [('-and', 'and'), ('-before', 'before'), ('blind-', 'blind')]
ST19040203-V30-05-page12.txt: [('mission-', 'mission')]
ST19040203-V30-05-page13.txt: [('ASSO-', 'ASSO'), ('repre-', 'repre'), ('meeting.-', 'meeting.')]
ST19040203-V30-05-page14.txt: [('-', ''), ('-rioNAL', 'rioNAL'), ('-', ''), ('-Notice', 'Notice'), ('-', ''), ('-y', 'y'), ('-He', 'He'), ('-', ''), ('to-', 'to')]
ST19040203-V30-05-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040203-V30-05-page16.txt: [('-pay', 'pay'), ('-more', 'more'), ('-', ''), ('-', '')]
ST19040203-V30-05-page2.txt: [('-that', 'that'), ('-a', 'a'), ('-', '')]
ST19040203-V30-05-page3.txt: [('NECESSI-', 'NECESSI'), ('-', '')]
ST19040203-V30-05-page4.txt: [('-', ''), ('IMPERI-', 'IMPERI'), ('-which', 'which'), ('threshing-', 'threshing'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I.', 'I.'), ('..-', '..'), ('-', ''), ("'---", "'--"), ('-', ''), ('-', ''), ('-', ''), ('ok--', 'ok-'), ('e-', 'e'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---Zst', '--Zst'), ('c.-', 'c.'), ('-I', 'I'), ('.-', '.'), ('w-', 'w'), ('-xemech..', 'xemech..'), ('-', ''), ('-', ''), ('-t', 't'), ('--', '-'), ('.-', '.'), ('b-', 'b'), ('-', ''), ('-', ''), ('-', ''), ('F.f-', 'F.f'), ('Id-', 'Id'), ('-', ''), ('-', ''), ('C-', 'C'), ("i''.-", "i''."), ("'-", "'"), ('-the', 'the'), ('-', ''), ('-', ''), ('sm-m-', 'sm-m'), ('-', ''), ('-', ''), ('"-', '"'), ("--'", "-'"), ('-', ''), ('-itiF-uw', 'itiF-uw'), ('.-', '.'), ('-', ''), ("-'.io", "'.io")]
ST19040203-V30-05-page5.txt: [('there-', 'there'), ('-', ''), ('in-', 'in'), ('-', ''), ('P-', 'P'), ('-egecameegntr', 'egecameegntr'), ('.--', '.-'), ('-', ''), ('-', '')]
ST19040203-V30-05-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-reward', 'reward'), ('-', '')]
ST19040203-V30-05-page7.txt: [('-', ''), ('-if', 'if')]
ST19040203-V30-05-page8.txt: [('-an', 'an'), ('re-', 're'), ('indul-', 'indul'), ('-', ''), ('this-', 'this'), ('-', ''), ('-', '')]
ST19040203-V30-05-page9.txt: [('embezzlenients-', 'embezzlenients'), ('-Norway', 'Norway'), ('-', ''), ('Record-', 'Record')]
ST19040210-V30-06-page1.txt: [('-', ''), ('-carved', 'carved'), ('produc-', 'produc')]
ST19040210-V30-06-page10.txt: [('chain-', 'chain'), ('-', ''), ('-', ''), ('organ-', 'organ')]
ST19040210-V30-06-page11.txt: [('-D.', 'D.'), ('YMNAL.-', 'YMNAL.')]
ST19040210-V30-06-page12.txt: [('commer-', 'commer')]
ST19040210-V30-06-page13.txt: [('-time', 'time'), ('man-', 'man'), ('-', ''), ('-young', 'young'), ('-', ''), ('-', '')]
ST19040210-V30-06-page14.txt: [('of-', 'of'), ('-The', 'The'), ('-', ''), ('-', ''), ('s-', 's'), ("-'", "'"), ('-', ''), ('disre-', 'disre'), ('-"Not', '"Not'), ('to-', 'to'), ('H-', 'H')]
ST19040210-V30-06-page15.txt: [('-', ''), ('-', ''), ('-', '')]
ST19040210-V30-06-page16.txt: [('-correspondent', 'correspondent'), ("-'", "'"), ('-', ''), ('P-', 'P')]
ST19040210-V30-06-page2.txt: [('-', '')]
ST19040210-V30-06-page3.txt: [('-', ''), ('-', ''), ('foun-', 'foun')]
ST19040210-V30-06-page4.txt: [('MON-', 'MON'), ('be-', 'be')]
ST19040210-V30-06-page5.txt: [('-', ''), ('-course', 'course'), ('Artii-', 'Artii'), ('-', '')]
ST19040210-V30-06-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('CHAR-', 'CHAR'), ('-', ''), ('-', '')]
ST19040210-V30-06-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ini-', 'ini')]
ST19040210-V30-06-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('view-', 'view')]
ST19040210-V30-06-page9.txt: [('-British', 'British')]
ST19040217-V30-07-page1.txt: [('-', '')]
ST19040217-V30-07-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19040217-V30-07-page11.txt: [('Lamp-', 'Lamp'), ('-', '')]
ST19040217-V30-07-page12.txt: [('-', ''), ('re-', 're')]
ST19040217-V30-07-page13.txt: [('-', '')]
ST19040217-V30-07-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-ERNATIONAL.', 'ERNATIONAL.'), ('-', ''), ('-', ''), ('-"', '"'), ('-"And', '"And')]
ST19040217-V30-07-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040217-V30-07-page16.txt: [('-', ''), ('-', ''), ('the-', 'the'), ('-', ''), ('Broken-', 'Broken')]
ST19040217-V30-07-page2.txt: [('SCRIP-', 'SCRIP')]
ST19040217-V30-07-page3.txt: [('-that', 'that'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040217-V30-07-page5.txt: [('-', '')]
ST19040217-V30-07-page6.txt: [('-is', 'is'), ('-', ''), ('-', ''), ('there-', 'there'), ('-', '')]
ST19040217-V30-07-page7.txt: [('-', '')]
ST19040217-V30-07-page8.txt: [('-.', '.')]
ST19040217-V30-07-page9.txt: [('-', '')]
ST19040224-V30-08-page1.txt: [('-', ''), ('----just', '---just')]
ST19040224-V30-08-page11.txt: [('--', '-'), ('F-', 'F')]
ST19040224-V30-08-page13.txt: [('-', ''), ('kr-', 'kr')]
ST19040224-V30-08-page14.txt: [('-', ''), ('-Jim', 'Jim'), ('-I-', 'I-'), ('-To', 'To'), ('-', ''), ('"-', '"'), ('Deity."-', 'Deity."'), ('sleep."-', 'sleep."'), ('to-', 'to')]
ST19040224-V30-08-page15.txt: [('-', ''), ('-', ''), ('-', '')]
ST19040224-V30-08-page16.txt: [('-direction', 'direction'), ('-', ''), ('CHARD-', 'CHARD'), ('-', ''), ('-it', 'it'), ('-', ''), ('-', '')]
ST19040224-V30-08-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('of-', 'of'), ('-', '')]
ST19040224-V30-08-page3.txt: [('BUILD-', 'BUILD'), ('-', ''), ('-', ''), ('This-', 'This'), ('-furnish', 'furnish'), ('messen-', 'messen'), ('to-', 'to'), ('-', '')]
ST19040224-V30-08-page4.txt: [('-', ''), ('-had', 'had'), ('SELF-GOVERN-', 'SELF-GOVERN'), ('-', ''), ('Anglo-', 'Anglo'), ('-So', 'So'), ('govern-', 'govern')]
ST19040224-V30-08-page5.txt: [('-', '')]
ST19040224-V30-08-page6.txt: [('-received', 'received'), ('-having', 'having'), ('-', ''), ('-unbelief', 'unbelief'), ('-', ''), ('-', ''), ('-desire', 'desire'), ('-', '')]
ST19040224-V30-08-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('so.-', 'so.'), ('-', ''), ('-', ''), ('-', '')]
ST19040302-V30-09-page11.txt: [('Soap-', 'Soap'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Save', 'Save'), ('eal-', 'eal')]
ST19040302-V30-09-page12.txt: [('-', ''), ('re-', 're')]
ST19040302-V30-09-page13.txt: [('-', ''), ('-', '')]
ST19040302-V30-09-page14.txt: [('-', ''), ('-', ''), ('-ER', 'ER'), ('-', ''), ('-', ''), ('-J', 'J'), ('-the', 'the'), ('-it', 'it'), ('-aor', 'aor'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('days-', 'days'), ('day-', 'day'), ('days-', 'days')]
ST19040302-V30-09-page15.txt: [('-as', 'as'), ('-page', 'page'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040302-V30-09-page16.txt: [('CAP-', 'CAP'), ('AVERY-STUT-', 'AVERY-STUT')]
ST19040302-V30-09-page2.txt: [('neigh-', 'neigh'), ('-came', 'came')]
ST19040302-V30-09-page3.txt: [('pic-', 'pic'), ('-work', 'work')]
ST19040302-V30-09-page4.txt: [('knowl-', 'knowl'), ('-', ''), ('-', ''), ('o-', 'o'), ('Scrip-', 'Scrip')]
ST19040302-V30-09-page5.txt: [('-', ''), ('Con-', 'Con'), ('-', ''), ('gov-', 'gov'), ('Wore-', 'Wore')]
ST19040302-V30-09-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040302-V30-09-page7.txt: [('hebdom-', 'hebdom'), ('-excessive', 'excessive'), ('feel-', 'feel')]
ST19040302-V30-09-page8.txt: [('possi-', 'possi')]
ST19040302-V30-09-page9.txt: [('-it', 'it'), ('--the', '-the')]
ST19040309-V30-10-page1.txt: [('-reveals', 'reveals')]
ST19040309-V30-10-page10.txt: [('devas-', 'devas')]
ST19040309-V30-10-page11.txt: [('respect-', 'respect')]
ST19040309-V30-10-page12.txt: [('flow-', 'flow')]
ST19040309-V30-10-page13.txt: [('-will', 'will'), ('-in', 'in')]
ST19040309-V30-10-page14.txt: [('-JESUS', 'JESUS'), ('-', ''), ('-Because', 'Because'), ('-', ''), ('-', ''), ('to-', 'to')]
ST19040309-V30-10-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040309-V30-10-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('--I', '-I'), ('-the', 'the'), ('-reputable', 'reputable')]
ST19040309-V30-10-page2.txt: [('-have', 'have'), ('fol-', 'fol')]
ST19040309-V30-10-page3.txt: [('r-', 'r'), ('-employed', 'employed'), ('-', ''), ('sub-', 'sub')]
ST19040309-V30-10-page4.txt: [('separa-', 'separa'), ('-ted', 'ted')]
ST19040309-V30-10-page6.txt: [('-messages', 'messages'), ('-', ''), ('-', '')]
ST19040309-V30-10-page7.txt: [('-', ''), ('-', ''), ('-steal', 'steal'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('T-', 'T')]
ST19040309-V30-10-page8.txt: [('-', '')]
ST19040309-V30-10-page9.txt: [('-', ''), ('ques-', 'ques')]
ST19040316-V30-11-page1.txt: [('your-', 'your')]
ST19040316-V30-11-page11.txt: [('dress--', 'dress-'), ('-feet', 'feet'), ('-tAND', 'tAND'), ('men-', 'men')]
ST19040316-V30-11-page12.txt: [('-month', 'month')]
ST19040316-V30-11-page13.txt: [('-It', 'It'), ('en-', 'en'), ('-', ''), ('-', ''), ('-the', 'the'), ('-we', 'we'), ('-', '')]
ST19040316-V30-11-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('--lis', '-lis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040316-V30-11-page15.txt: [('r-', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Important.-', 'Important.'), ('-', '')]
ST19040316-V30-11-page16.txt: [('CAP-', 'CAP'), ('-', ''), ('AN-', 'AN'), ('-', ''), ('-', '')]
ST19040316-V30-11-page2.txt: [('-', '')]
ST19040316-V30-11-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('t-', 't')]
ST19040316-V30-11-page4.txt: [('-', ''), ('-', ''), ('-throne', 'throne')]
ST19040316-V30-11-page5.txt: [('trades-', 'trades')]
ST19040316-V30-11-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19040316-V30-11-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040316-V30-11-page8.txt: [('-', ''), ('-Allen', 'Allen'), ('-requiring', 'requiring')]
ST19040316-V30-11-page9.txt: [('-not', 'not')]
ST19040323-V30-12-page1.txt: [('-', ''), ('-', '')]
ST19040323-V30-12-page10.txt: [('-', '')]
ST19040323-V30-12-page11.txt: [('-', ''), ('-', ''), ('-wait', 'wait'), ('-to', 'to'), ('-Arizona', 'Arizona'), ('-five', 'five'), ('Saul-', 'Saul'), ('-', '')]
ST19040323-V30-12-page12.txt: [('-', '')]
ST19040323-V30-12-page13.txt: [('-', ''), ('-', '')]
ST19040323-V30-12-page14.txt: [('-', ''), ('-"', '"'), ('-These', 'These'), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('."-', '."'), ('-page', 'page')]
ST19040323-V30-12-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('hun-', 'hun'), ('immor-', 'immor')]
ST19040323-V30-12-page16.txt: [('-', '')]
ST19040323-V30-12-page2.txt: [('--', '-')]
ST19040323-V30-12-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('counte-', 'counte'), ('rec-', 'rec')]
ST19040323-V30-12-page4.txt: [('-', ''), ('GOV-', 'GOV'), ('-', '')]
ST19040323-V30-12-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040323-V30-12-page6.txt: [('impend-', 'impend'), ('-made', 'made'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('judg-', 'judg'), ('-', '')]
ST19040323-V30-12-page7.txt: [('-church', 'church'), ('-faithin', 'faithin'), ('-of', 'of'), ('-Rom.', 'Rom.'), ('-', ''), ('-', ''), ('-calendar', 'calendar'), ('-', ''), ('-', ''), ('coun-', 'coun')]
ST19040323-V30-12-page8.txt: [('-', ''), ('-', '')]
ST19040323-V30-12-page9.txt: [('pro-', 'pro'), ('-', ''), ('-Mormon', 'Mormon')]
ST19040330-V30-13-page1.txt: [('-has', 'has'), ('symmet-', 'symmet')]
ST19040330-V30-13-page10.txt: [('-', ''), ('esS"sse\'sesee-', 'esS"sse\'sesee')]
ST19040330-V30-13-page11.txt: [('-will', 'will'), ('-good', 'good'), ('-', ''), ('-', '')]
ST19040330-V30-13-page12.txt: [('-', ''), ('re-', 're'), ('-humble', 'humble')]
ST19040330-V30-13-page13.txt: [('to-', 'to'), ('-"Gospel', '"Gospel'), ('-what', 'what'), ('parliaments.-', 'parliaments.'), ('-', ''), ('-', ''), ('Brother-', 'Brother'), ('-in', 'in')]
ST19040330-V30-13-page14.txt: [('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('im."-', 'im."'), ('-rE', 'rE'), ('-', ''), ('-', ''), ('-', ''), ('-From', 'From'), ('-', '')]
ST19040330-V30-13-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Important.-', 'Important.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TESTA-', 'TESTA')]
ST19040330-V30-13-page16.txt: [('-', ''), ('-differing', 'differing')]
ST19040330-V30-13-page2.txt: [('-worthy', 'worthy'), ('-the', 'the'), ('-', ''), ('-of', 'of'), ('-on', 'on')]
ST19040330-V30-13-page3.txt: [('right-', 'right'), ('indis-', 'indis'), ('command-', 'command'), ('-', ''), ('-Grass', 'Grass'), ('mysterious-', 'mysterious'), ('-', '')]
ST19040330-V30-13-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('testi-', 'testi'), ('-', ''), ('-', ''), ('re-', 're'), ('swal-', 'swal'), ('bur-', 'bur')]
ST19040330-V30-13-page5.txt: [('-keyhole', 'keyhole'), ('-', ''), ('Wate-', 'Wate')]
ST19040330-V30-13-page6.txt: [('encourage-', 'encourage'), ('-', ''), ('-', '')]
ST19040330-V30-13-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('a-', 'a'), ('fill-', 'fill'), ('-', ''), ('-', ''), ('-', '')]
ST19040330-V30-13-page8.txt: [('-the', 'the'), ('-If', 'If'), ('-less', 'less')]
ST19040330-V30-13-page9.txt: [('-The', 'The'), ('Postmaster-', 'Postmaster'), ('-', ''), ('-Whether', 'Whether'), ('-', ''), ('-men', 'men')]
ST19040406-V30-14-page1.txt: [('COR-', 'COR')]
ST19040406-V30-14-page10.txt: [('-and', 'and'), ('-', '')]
ST19040406-V30-14-page12.txt: [('PHIL-', 'PHIL')]
ST19040406-V30-14-page13.txt: [('-', ''), ('OF-', 'OF')]
ST19040406-V30-14-page14.txt: [('-', ''), ('-', ''), ('Note-', 'Note'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('CHURCHES-PERGA-', 'CHURCHES-PERGA'), ('-To', 'To'), ('-The', 'The'), ('-', ''), ('Con-', 'Con'), ('"-', '"'), ('to-', 'to'), ('-FrMI', 'FrMI')]
ST19040406-V30-14-page15.txt: [('sit-', 'sit'), ('once.-', 'once.'), ('--', '-'), ('-', '')]
ST19040406-V30-14-page16.txt: [('LIT-', 'LIT'), ('cymbal-', 'cymbal'), ('-', ''), ('D.AVERY-', 'D.AVERY'), ('-.', '.'), ('-', ''), ('z--', 'z-'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('szttezt-', 'szttezt'), ('--t-t..tp.', '-t-t..tp.'), ('-', ''), ('-st..-..nes..z', 'st..-..nes..z'), ('-.', '.'), ('---.', '--.'), ('-.u', '.u'), ('-', ''), ('.-', '.'), ('.-', '.'), ('-ze', 'ze'), ('--.', '-.'), ('.-', '.')]
ST19040406-V30-14-page2.txt: [("-'", "'"), ('-', ''), ('king--', 'king-')]
ST19040406-V30-14-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-that', 'that'), ('-', '')]
ST19040406-V30-14-page4.txt: [("'-", "'")]
ST19040406-V30-14-page5.txt: [('-', '')]
ST19040406-V30-14-page6.txt: [('-choice', 'choice'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-is', 'is'), ('-', ''), ('is--', 'is-')]
ST19040406-V30-14-page7.txt: [('-', ''), ('-', ''), ('-them', 'them'), ('-', ''), ('.TRANS-', '.TRANS'), ('-be', 'be'), ('-', '')]
ST19040406-V30-14-page8.txt: [('PALLIA-', 'PALLIA'), ('-culmination', 'culmination'), ('-civilization', 'civilization'), ('ex-', 'ex'), ('untella-', 'untella'), ('-of', 'of'), ('-', '')]
ST19040406-V30-14-page9.txt: [('-', ''), ('Union."-', 'Union."'), ('-Amory', 'Amory'), ('-by', 'by')]
ST19040413-V30-15-page1.txt: [('CORNE-', 'CORNE'), ('-', ''), ('-', ''), ('-', '')]
ST19040413-V30-15-page10.txt: [('Medo-', 'Medo')]
ST19040413-V30-15-page11.txt: [('-', ''), ('friends.-', 'friends.'), ('--............N', '-............N'), ('Pea-', 'Pea')]
ST19040413-V30-15-page12.txt: [('-', ''), ('with-', 'with'), ('Crea-', 'Crea'), ('-', '')]
ST19040413-V30-15-page13.txt: [('-thbbish', 'thbbish')]
ST19040413-V30-15-page14.txt: [('-', ''), ('-The', 'The'), ('-The', 'The'), ('-chimney', 'chimney')]
ST19040413-V30-15-page15.txt: [('-page', 'page')]
ST19040413-V30-15-page16.txt: [('-', ''), ('dis-', 'dis'), ('-"', '"'), ('-thirds', 'thirds'), ('-of', 'of'), ('-', ''), ('RICH-', 'RICH'), ('-', ''), ('-and', 'and')]
ST19040413-V30-15-page2.txt: [('.-', '.')]
ST19040413-V30-15-page3.txt: [('-', ''), ('-', ''), ('break-', 'break'), ('-', ''), ('all.-', 'all.')]
ST19040413-V30-15-page4.txt: [('-', ''), ('-', '')]
ST19040413-V30-15-page5.txt: [('-was', 'was'), ('-contained', 'contained')]
ST19040413-V30-15-page6.txt: [('-unions', 'unions'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to')]
ST19040413-V30-15-page7.txt: [('II-', 'II'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-for', 'for'), ('-', ''), ('-', ''), ('with-', 'with')]
ST19040413-V30-15-page8.txt: [('-in', 'in'), ('-all', 'all'), ('-learned', 'learned')]
ST19040413-V30-15-page9.txt: [('-', ''), ('-has', 'has'), ('-', '')]
ST19040420-V30-16-page1.txt: [('COR-', 'COR'), ('-', ''), ('-mouth', 'mouth')]
ST19040420-V30-16-page10.txt: [('sweet-', 'sweet')]
ST19040420-V30-16-page11.txt: [('-', ''), ('-', ''), ('--the', '-the'), ('-', '')]
ST19040420-V30-16-page13.txt: [('-', ''), ('-', ''), ('-Europe', 'Europe'), ('-', ''), ('num-', 'num'), ('-', '')]
ST19040420-V30-16-page14.txt: [('-It', 'It'), ('-', ''), ('Verse-', 'Verse'), ('-', ''), ('-', ''), ('-', ''), ('walk-', 'walk'), ('-', ''), ('-By', 'By'), ('-Only', 'Only'), ('CHURCHES-PHILA-', 'CHURCHES-PHILA')]
ST19040420-V30-16-page16.txt: [('-', ''), ('-', ''), ('Or-', 'Or'), ('-', ''), ('rap-', 'rap'), ('-', '')]
ST19040420-V30-16-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19040420-V30-16-page3.txt: [('-', ''), ('-', ''), ('-come', 'come'), ('-', ''), ('-', '')]
ST19040420-V30-16-page4.txt: [('-', ''), ('-closes', 'closes'), ('o-', 'o')]
ST19040420-V30-16-page5.txt: [('-qualities', 'qualities'), ('cur-', 'cur')]
ST19040420-V30-16-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-is', 'is'), ('-that', 'that'), ('-And', 'And'), ('-', '')]
ST19040420-V30-16-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('world-', 'world'), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040420-V30-16-page8.txt: [('-nature', 'nature')]
ST19040420-V30-16-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040427-V30-17-page1.txt: [('COR-', 'COR'), ('-all', 'all')]
ST19040427-V30-17-page10.txt: [('-the', 'the')]
ST19040427-V30-17-page11.txt: [('promise--', 'promise-'), ('-', ''), ('arsenic.-', 'arsenic.'), ('-', ''), ('-Easy', 'Easy'), ('-Quick-Best', 'Quick-Best'), ('alco-', 'alco'), ('-Yam', 'Yam'), ('-with', 'with'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040427-V30-17-page12.txt: [('be-', 'be'), ('-', '')]
ST19040427-V30-17-page13.txt: [('-', ''), ('year-', 'year'), ('-foot', 'foot'), ('-', '')]
ST19040427-V30-17-page14.txt: [('-', ''), ('-yourselves', 'yourselves'), ('-', ''), ('VI.-', 'VI.'), ('BywhatcommonpiincipledoestheLordillus-', 'BywhatcommonpiincipledoestheLordillus'), ('-', ''), ('-', ''), ('-t', 't'), ('-In', 'In'), ('-', ''), ('to-', 'to')]
ST19040427-V30-17-page16.txt: [('quota-', 'quota'), ('-"', '"'), ('CH-', 'CH'), ('AVERY-', 'AVERY'), ('Mexico-', 'Mexico')]
ST19040427-V30-17-page2.txt: [('-obtained', 'obtained'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Tito', 'Tito'), ('-beyond', 'beyond')]
ST19040427-V30-17-page3.txt: [('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-', '')]
ST19040427-V30-17-page4.txt: [('-', ''), ('WASH-', 'WASH'), ('-if', 'if'), ('-read', 'read'), ('-', ''), ('-end', 'end'), ('-', ''), ('presump-', 'presump')]
ST19040427-V30-17-page5.txt: [('under-', 'under')]
ST19040427-V30-17-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040427-V30-17-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Lord', 'Lord'), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', '')]
ST19040427-V30-17-page8.txt: [('Legisla-', 'Legisla'), ('-', '')]
ST19040427-V30-17-page9.txt: [('-', '')]
ST19040504-V30-18-page10.txt: [('-', ''), ('-', '')]
ST19040504-V30-18-page11.txt: [('-', ''), ('-', ''), ('-to', 'to')]
ST19040504-V30-18-page12.txt: [('-', '')]
ST19040504-V30-18-page13.txt: [('-Jacob', 'Jacob'), ('semi-', 'semi'), ('mes-', 'mes')]
ST19040504-V30-18-page14.txt: [('-', ''), ('-citizens', 'citizens'), ('-What', 'What'), ('-', ''), ('-m', 'm'), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.--', '.-'), ('-It', 'It')]
ST19040504-V30-18-page15.txt: [('-', ''), ('-', ''), ('find-', 'find')]
ST19040504-V30-18-page16.txt: [('-', ''), ('Sab-', 'Sab'), ('Feet-', 'Feet')]
ST19040504-V30-18-page2.txt: [('-', ''), ('-', '')]
ST19040504-V30-18-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040504-V30-18-page4.txt: [('-', ''), ('PRO-', 'PRO'), ('-', ''), ('-beginning."', 'beginning."'), ('-', ''), ('-and', 'and')]
ST19040504-V30-18-page5.txt: [('-absorbing', 'absorbing'), ('-method', 'method'), ('-that', 'that')]
ST19040504-V30-18-page6.txt: [('-', ''), ('-truth', 'truth'), ('-', ''), ('-', ''), ('dili-', 'dili'), ('-', ''), ('-', '')]
ST19040504-V30-18-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040504-V30-18-page8.txt: [('-', ''), ('inn-', 'inn'), ('prob-', 'prob')]
ST19040504-V30-18-page9.txt: [('-', ''), ('-', '')]
ST19040511-V30-19-page1.txt: [('-.', '.')]
ST19040511-V30-19-page10.txt: [('-why', 'why'), ('-Uncle', 'Uncle'), ('-house', 'house')]
ST19040511-V30-19-page11.txt: [('-', ''), ('-to', 'to'), ('-of', 'of'), ('-or', 'or'), ('-and', 'and')]
ST19040511-V30-19-page13.txt: [('Ger-', 'Ger'), ('-literature.', 'literature.'), ('-', ''), ('-anything', 'anything'), ('-', ''), ('-', ''), ('I-', 'I'), ("--.'", "-.'")]
ST19040511-V30-19-page14.txt: [('-', ''), ('-', ''), ('-r', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('is-', 'is'), ('-.', '.'), ('-While', 'While'), ('-', ''), ('-page', 'page'), ('CAMP-', 'CAMP'), ('-', ''), ('to-', 'to')]
ST19040511-V30-19-page15.txt: [('success-', 'success')]
ST19040511-V30-19-page16.txt: [('-', ''), ('-', ''), ('MCPHER-', 'MCPHER'), ('re-', 're'), ('Bro.-', 'Bro.'), ('-', ''), ('-', ''), ('-..........', '..........'), ('-..', '..')]
ST19040511-V30-19-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('PRO-', 'PRO'), ('equiV-', 'equiV'), ('person."-', 'person."'), ('-', '')]
ST19040511-V30-19-page4.txt: [('-', ''), ('andex-', 'andex'), ('-once', 'once'), ('-', ''), ('-', ''), ('-', ''), ('"-', '"'), ('-', ''), ('o-', 'o'), ('Christians-', 'Christians'), ('-I', 'I'), ('-to', 'to')]
ST19040511-V30-19-page5.txt: [('-', ''), ('Wate-', 'Wate'), ('-ko.Vecarneawraicedi', 'ko.Vecarneawraicedi'), ('-', ''), ('--', '-')]
ST19040511-V30-19-page6.txt: [('-', ''), ('him--', 'him-'), ('o-', 'o'), ('-', ''), ('-teb.', 'teb.'), ('-', ''), ('-by', 'by'), ('-', ''), ('-', ''), ('-', ''), ('-shining', 'shining'), ('sim-', 'sim')]
ST19040511-V30-19-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pa-', 'pa'), ('-', ''), ('-', ''), ('It-', 'It'), ('-', ''), ('-', ''), ('-', '')]
ST19040511-V30-19-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('iniqui-', 'iniqui')]
ST19040511-V30-19-page9.txt: [('-over', 'over'), ('-not', 'not'), ('-', ''), ('-', ''), ('capital.--', 'capital.-'), ('-', '')]
ST19040518-V30-20-page1.txt: [('WORK-', 'WORK'), ('-lie', 'lie'), ('Fsblia---', 'Fsblia--')]
ST19040518-V30-20-page11.txt: [('-Crawl', 'Crawl'), ('-than', 'than')]
ST19040518-V30-20-page12.txt: [('-le', 'le'), ('in-', 'in')]
ST19040518-V30-20-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('CAMP-', 'CAMP'), ('-', ''), ('-', '')]
ST19040518-V30-20-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('stars."-', 'stars."'), ('-', ''), ('TIONAl-', 'TIONAl'), ('-FALL', 'FALL'), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to')]
ST19040518-V30-20-page16.txt: [('-', ''), ('-But', 'But'), ('-', ''), ('-', ''), ('-', ''), ('-commentary', 'commentary'), ('-', ''), ('-', ''), ('Lynch-', 'Lynch'), ('-article', 'article'), ('Japan.-', 'Japan.'), ('one-', 'one')]
ST19040518-V30-20-page2.txt: [('-', ''), ('--ane.', '-ane.'), ('---fit.ltis', '--fit.ltis'), ('billow--', 'billow-'), ('-', '')]
ST19040518-V30-20-page3.txt: [('PRO-', 'PRO'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--rrcrl-', '-rrcrl-'), ('r-', 'r'), ('-', ''), ('-', ''), ('-cleansing', 'cleansing'), ('-A', 'A')]
ST19040518-V30-20-page4.txt: [('-obliged', 'obliged'), ('-', '')]
ST19040518-V30-20-page5.txt: [('-', ''), ('de-', 'de'), ('Wate-', 'Wate'), ('-', '')]
ST19040518-V30-20-page6.txt: [('-', ''), ('fol-', 'fol'), ('-', ''), ('-but', 'but'), ('-', ''), ('-', '')]
ST19040518-V30-20-page7.txt: [('-', ''), ('ILLUS-', 'ILLUS'), ('-Houses', 'Houses'), ('-', ''), ('-that', 'that'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040518-V30-20-page8.txt: [('-', ''), ('Wei-', 'Wei'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-wee', 'wee'), ('-', '')]
ST19040518-V30-20-page9.txt: [('-right', 'right'), ('-ton', 'ton')]
ST19040601-V30-22-page1.txt: [('."-', '."')]
ST19040601-V30-22-page10.txt: [("---that's", "--that's"), ('it."-', 'it."'), ('tell-', 'tell')]
ST19040601-V30-22-page11.txt: [('-', '')]
ST19040601-V30-22-page13.txt: [('o-', 'o'), ('-u.', 'u.'), ('-', ''), ('-', '')]
ST19040601-V30-22-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('to-', 'to'), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-The', 'The'), ('-They', 'They'), ('-', ''), ('-', ''), ('-', '')]
ST19040601-V30-22-page15.txt: [('-', ''), ('"TESTI-', '"TESTI'), ('-', '')]
ST19040601-V30-22-page16.txt: [('-to', 'to'), ('-', ''), ('-', ''), ('--i', '-i'), ('-', ''), ('-life.', 'life.'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('righteous-', 'righteous'), ('-', ''), ('-', ''), ('-', '')]
ST19040601-V30-22-page3.txt: [('-Saving', 'Saving'), ('-that', 'that'), ('-according', 'according'), ('-', ''), ('resurrec-', 'resurrec'), ('-', ''), ('-', '')]
ST19040601-V30-22-page4.txt: [('-', '')]
ST19040601-V30-22-page5.txt: [('BE-', 'BE'), ('MI-', 'MI'), ('-', ''), ('-', ''), ('-', ''), ('C---', 'C--'), ('-u', 'u'), ('-.', '.')]
ST19040601-V30-22-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('heathen-', 'heathen')]
ST19040601-V30-22-page7.txt: [('-', ''), ('-', ''), ('-i', 'i'), ('-the', 'the'), ('-', ''), ('refer-', 'refer'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040601-V30-22-page8.txt: [('-the', 'the')]
ST19040824-V30-34-page1.txt: [('-Christ', 'Christ'), ('-wisdom', 'wisdom'), ('a-', 'a'), ('ear-', 'ear'), ('self-', 'self')]
ST19040824-V30-34-page10.txt: [('vain-', 'vain')]
ST19040824-V30-34-page11.txt: [('prob-', 'prob')]
ST19040824-V30-34-page13.txt: [('-', '')]
ST19040824-V30-34-page14.txt: [('-', ''), ('-Evidently', 'Evidently'), ('-', ''), ('-', ''), ('North-', 'North'), ('t-', 't'), ('-it.', 'it.'), ('to-', 'to'), ('NON-', 'NON'), ('-', ''), ('-', '')]
ST19040824-V30-34-page15.txt: [('Wft-', 'Wft')]
ST19040824-V30-34-page16.txt: [('-NV-nettle', 'NV-nettle'), ('-III', 'III'), ('OLSEN-', 'OLSEN'), ('AVERY-', 'AVERY'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040824-V30-34-page2.txt: [('the-', 'the'), ('-', ''), ('-', ''), ('-', '')]
ST19040824-V30-34-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040824-V30-34-page4.txt: [('-', ''), ('-', ''), ('ADMONI-', 'ADMONI')]
ST19040824-V30-34-page6.txt: [('-', ''), ('-', '')]
ST19040824-V30-34-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('PER-', 'PER'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040824-V30-34-page8.txt: [('-', '')]
ST19040824-V30-34-page9.txt: [('picket-', 'picket')]
ST19040831-V30-35-page1.txt: [('-The', 'The')]
ST19040831-V30-35-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-here', 'here'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('NON-', 'NON')]
ST19040831-V30-35-page14.txt: [('-possibly', 'possibly'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Israel', 'Israel'), ('-', ''), ('lo-', 'lo'), ('-', ''), ('-', ''), ('to-', 'to'), ('North-', 'North'), ('-', '')]
ST19040831-V30-35-page15.txt: [('E-', 'E'), ('N-..-', 'N-..'), ('-', ''), ('-cent', 'cent'), ('con-', 'con')]
ST19040831-V30-35-page16.txt: [('-', ''), ('Ber-', 'Ber'), ('AVERY-', 'AVERY')]
ST19040831-V30-35-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('evi-', 'evi'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040831-V30-35-page4.txt: [('-', ''), ('-', ''), ('weak-', 'weak')]
ST19040831-V30-35-page5.txt: [('siciotr-', 'siciotr')]
ST19040831-V30-35-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19040831-V30-35-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('--', '-')]
ST19040921-V30-37-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('for-', 'for')]
ST19040921-V30-37-page10.txt: [('-', ''), ('-bn', 'bn')]
ST19040921-V30-37-page11.txt: [('near---', 'near--'), ('North-', 'North')]
ST19040921-V30-37-page13.txt: [('-', ''), ('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-work', 'work')]
ST19040921-V30-37-page14.txt: [('-', ''), ('-', ''), ('-Is.', 'Is.'), ('-', ''), ('-Good', 'Good'), ('NON-', 'NON')]
ST19040921-V30-37-page15.txt: [('-Message.', 'Message.')]
ST19040921-V30-37-page16.txt: [('-', ''), ('-', ''), ('de-', 'de'), ('conscience-', 'conscience'), ('demoral-', 'demoral'), ('-', '')]
ST19040921-V30-37-page3.txt: [('-sins', 'sins'), ('-must', 'must'), ('-having', 'having'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-lest', 'lest'), ('assured-', 'assured')]
ST19040921-V30-37-page4.txt: [('-', ''), ('-', '')]
ST19040921-V30-37-page5.txt: [('soul."-', 'soul."'), ('-', ''), ('-', '')]
ST19040921-V30-37-page6.txt: [('-', '')]
ST19040921-V30-37-page7.txt: [('-', ''), ('con-', 'con'), ('-', ''), ('tin-', 'tin')]
ST19040921-V30-37-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('so-', 'so'), ('-', '')]
ST19040921-V30-37-page9.txt: [('-', ''), ('-', ''), ('govern-', 'govern')]
ST19041026-V30-42-page1.txt: [('-', ''), ('-', ''), ('-w', 'w')]
ST19041026-V30-42-page10.txt: [("-'tiny", "'tiny"), ('-N-livetinl', 'N-livetinl'), ("'-", "'"), ('re-', 're'), ('-', '')]
ST19041026-V30-42-page11.txt: [('-to', 'to'), ('-', ''), ('-', ''), ('-Bbl.', 'Bbl.'), ('-h', 'h'), ('-helsherd', 'helsherd'), ('-', ''), ('-', ''), ('-', ''), ('ac-', 'ac')]
ST19041026-V30-42-page12.txt: [('-', ''), ('COL-', 'COL'), ('enables-', 'enables')]
ST19041026-V30-42-page13.txt: [('-', ''), ('-', '')]
ST19041026-V30-42-page14.txt: [('-', ''), ('-"Testimony', '"Testimony')]
ST19041026-V30-42-page15.txt: [('TWENTY-', 'TWENTY'), ('-TALL', 'TALL'), ('-', ''), ('lan-', 'lan'), ('North-', 'North')]
ST19041026-V30-42-page16.txt: [('--', '-'), ('or-', 'or'), ('-existence', 'existence'), ('ofright-', 'ofright'), ('-What', 'What')]
ST19041026-V30-42-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041026-V30-42-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041026-V30-42-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041026-V30-42-page5.txt: [('inspiration."Baiti-', 'inspiration."Baiti')]
ST19041026-V30-42-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('de-', 'de')]
ST19041026-V30-42-page7.txt: [('be-', 'be'), ('-e', 'e'), ('-', ''), ('-', ''), ('-Ow', 'Ow'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041026-V30-42-page8.txt: [('-few', 'few'), ('-', ''), ('Mid-', 'Mid')]
ST19041026-V30-42-page9.txt: [('-', '')]
ST19041102-V30-43-page10.txt: [('I-', 'I'), ('-', ''), ('-', ''), ('i-', 'i')]
ST19041102-V30-43-page11.txt: [('-', ''), ('-', ''), ('-rocs', 'rocs'), ('gibs-', 'gibs')]
ST19041102-V30-43-page12.txt: [('-', ''), ('-', ''), ('protnis-', 'protnis'), ('-', ''), ('-', ''), ('-', ''), ('Christianity-', 'Christianity'), ('-', '')]
ST19041102-V30-43-page13.txt: [('-', '')]
ST19041102-V30-43-page14.txt: [('astrolo-', 'astrolo')]
ST19041102-V30-43-page16.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', '')]
ST19041102-V30-43-page17.txt: [('I-', 'I'), ('world.-', 'world.'), ('etc.-', 'etc.'), ('Moun-', 'Moun'), ('to-', 'to'), ('North-', 'North'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Bbl.', 'Bbl.')]
ST19041102-V30-43-page18.txt: [('ourdic-', 'ourdic'), ('-', '')]
ST19041102-V30-43-page19.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041102-V30-43-page2.txt: [('-', '')]
ST19041102-V30-43-page20.txt: [('over-', 'over'), ('-', '')]
ST19041102-V30-43-page3.txt: [('-', ''), ('an-', 'an')]
ST19041102-V30-43-page4.txt: [('--err', '-err'), ('them-', 'them')]
ST19041102-V30-43-page5.txt: [('-', ''), ('-', '')]
ST19041102-V30-43-page6.txt: [('tin-', 'tin'), ('-', ''), ('-', ''), ('-any', 'any'), ('-', ''), ('-them', 'them')]
ST19041102-V30-43-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19041102-V30-43-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-surveys', 'surveys'), ('be-', 'be'), ('-Ho', 'Ho')]
ST19041102-V30-43-page9.txt: [('-', ''), ('-OME', 'OME'), ('---', '--'), ('-c-', 'c-'), ('an-', 'an'), ('-', ''), ('-', ''), ('-r', 'r'), ('-', ''), ('-', ''), ('vE-', 'vE'), ('LA-', 'LA'), ('-', '')]
ST19041109-V30-44-page1.txt: [('-', ''), ('-', ''), ('-unto', 'unto'), ('re-', 're'), ('-', '')]
ST19041109-V30-44-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-------', '------'), ('...-i----', '...-i---'), ('----', '---'), ('-', ''), ('-E', 'E'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('-', '')]
ST19041109-V30-44-page12.txt: [('-', '')]
ST19041109-V30-44-page13.txt: [('-', ''), ('-', '')]
ST19041109-V30-44-page14.txt: [('-', ''), ('-Bbl.', 'Bbl.'), ('.-', '.'), ('-', ''), ('-', ''), ('I-', 'I'), ('-', '')]
ST19041109-V30-44-page15.txt: [('Moun-', 'Moun'), ('North-', 'North'), ('Li-', 'Li')]
ST19041109-V30-44-page16.txt: [('sanito-', 'sanito'), ('itY-', 'itY'), ('-', ''), ('-TIMES.', 'TIMES.'), ('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('-.vas', '.vas')]
ST19041109-V30-44-page2.txt: [('-', ''), ('-', '')]
ST19041109-V30-44-page3.txt: [('in-', 'in'), ('-', '')]
ST19041109-V30-44-page4.txt: [('-', '')]
ST19041109-V30-44-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041109-V30-44-page7.txt: [('-', '')]
ST19041109-V30-44-page9.txt: [('-', ''), ('-ton', 'ton'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', '')]
ST19041116-V30-45-page11.txt: [('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-from', 'from'), ('-', ''), ('--', '-'), ('----', '---'), ('-to', 'to'), ('-', '')]
ST19041116-V30-45-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('years--', 'years-')]
ST19041116-V30-45-page13.txt: [('-', ''), ('--It', '-It'), ('-.V', '.V'), ('-', ''), ('-AIME', 'AIME'), ('-', ''), ('-', ''), ('W--', 'W-'), ('-NOW', 'NOW'), ('mmenik-', 'mmenik'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-the', 'the'), ('-can', 'can')]
ST19041116-V30-45-page14.txt: [('-', ''), ('ex-', 'ex'), ('dis-', 'dis')]
ST19041116-V30-45-page15.txt: [('-', ''), ('-.', '.'), ('-', ''), ('-', '')]
ST19041116-V30-45-page16.txt: [('-', ''), ('-', '')]
ST19041116-V30-45-page17.txt: [('-', ''), ('time-', 'time'), ('-', ''), ('Moun-', 'Moun'), ('North-', 'North'), ('r-', 'r'), ('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041116-V30-45-page18.txt: [('-', ''), ('-', ''), ('-', ''), ('-proportion', 'proportion')]
ST19041116-V30-45-page19.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041116-V30-45-page2.txt: [('-page', 'page'), ('-page', 'page'), ('-page', 'page')]
ST19041116-V30-45-page20.txt: [('over-', 'over')]
ST19041116-V30-45-page3.txt: [('-him', 'him'), ('--', '-'), ('--', '-'), ('-', '')]
ST19041116-V30-45-page4.txt: [('-obey', 'obey'), ('-', ''), ('-', ''), ('-', ''), ('-iEr--', 'iEr--'), ('H-', 'H'), ("-t'", "t'"), ('-', ''), ('-', ''), ('.--', '.-'), ('-Fx', 'Fx'), ('--', '-'), ('.tit--', '.tit-'), ('.-', '.'), ('-', ''), ('----', '---'), ('-..', '..'), ('-...', '...'), ('-', ''), ('-', ''), ('i.----', 'i.---'), ('ft.-', 'ft.'), ("-v-'", "v-'"), ('..-', '..'), ('-', ''), ('.-', '.'), ('-', ''), ('-.', '.'), ('-', ''), ('.--', '.-'), ('-.-', '.-'), ('--', '-'), ('-', '')]
ST19041116-V30-45-page5.txt: [('-', ''), ('-ro.', 'ro.'), ('-Orly', 'Orly')]
ST19041116-V30-45-page6.txt: [('-', ''), ('-', ''), ('----ours.', '---ours.'), ('re-', 're'), ('-light', 'light'), ('-', ''), ('-', ''), ('righteous-', 'righteous')]
ST19041116-V30-45-page7.txt: [('immortal-', 'immortal'), ('-', ''), ('-', ''), ('-', ''), ('eat-', 'eat'), ('-', '')]
ST19041116-V30-45-page8.txt: [('-', ''), ('is-', 'is'), ('-', ''), ('-', ''), ('-Him', 'Him'), ('Sab-', 'Sab'), ('-', ''), ("-.-.-'-'-'---", ".-.-'-'-'---"), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('--', '-'), ('-', ''), ('----', '---'), ('-', ''), ('-----"Niii', '----"Niii'), ('-', ''), ('in-', 'in')]
ST19041116-V30-45-page9.txt: [('-to.', 'to.'), ('-', '')]
ST19041123-V30-46-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041123-V30-46-page11.txt: [('-', ''), ('-in', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041123-V30-46-page12.txt: [('-leads', 'leads'), ('-to', 'to'), ('-', ''), ('-', '')]
ST19041123-V30-46-page13.txt: [('-', ''), ('-life', 'life'), ('contro-', 'contro'), ('-wanted', 'wanted'), ('wait-', 'wait')]
ST19041123-V30-46-page14.txt: [('in-', 'in'), ('de-', 'de')]
ST19041123-V30-46-page15.txt: [('-fell.', 'fell.'), ('-upon', 'upon'), ('-', ''), ('-', ''), ('booksellers-', 'booksellers'), ('-', ''), ('-great', 'great'), ('-', ''), ('-reconciliation.', 'reconciliation.')]
ST19041123-V30-46-page16.txt: [('North-', 'North'), ('-Cheapest', 'Cheapest')]
ST19041123-V30-46-page17.txt: [('-', ''), ('corn-', 'corn'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('satis-', 'satis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041123-V30-46-page18.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and')]
ST19041123-V30-46-page19.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041123-V30-46-page20.txt: [('over-', 'over'), ('-', ''), ('-', '')]
ST19041123-V30-46-page3.txt: [('-', ''), ('-followed', 'followed'), ('-', ''), ('down-', 'down')]
ST19041123-V30-46-page4.txt: [('num-', 'num')]
ST19041123-V30-46-page5.txt: [('-', ''), ('-', ''), ("'-..-", "'-.."), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041123-V30-46-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041123-V30-46-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('interme-', 'interme'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041123-V30-46-page8.txt: [('-', ''), ('-of', 'of')]
ST19041123-V30-46-page9.txt: [('-', ''), ('-', ''), ('-land', 'land'), ('-tr.', 'tr.'), ('-', ''), ('o-', 'o'), ('-above', 'above'), ('-go', 'go'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('command-', 'command')]
ST19041207-V30-48-page1.txt: [('CALIF-', 'CALIF')]
ST19041207-V30-48-page10.txt: [('-g.', 'g.'), ('-', ''), ('-', ''), ('-', ''), ('experi-', 'experi')]
ST19041207-V30-48-page11.txt: [('-', '')]
ST19041207-V30-48-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'ring", "'ring"), ('-', ''), ('-', ''), ('-I-', 'I-'), ('-Idwell', 'Idwell'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-shine', 'shine'), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-J', 'J'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a-', 'a-'), ('-I-', 'I-'), ('-IF', 'IF'), ('-side', 'side'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041207-V30-48-page14.txt: [('-', ''), ('warn-', 'warn')]
ST19041207-V30-48-page15.txt: [('-down', 'down'), ('-he', 'he'), ('-recital', 'recital'), ('-suppose', 'suppose')]
ST19041207-V30-48-page16.txt: [('-"', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I.-', 'I.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-Bbl.', 'Bbl.')]
ST19041207-V30-48-page17.txt: [('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('North-', 'North'), ('-HALF', 'HALF'), ('-page', 'page'), ('men-', 'men')]
ST19041207-V30-48-page18.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19041207-V30-48-page19.txt: [('Present-', 'Present')]
ST19041207-V30-48-page2.txt: [('light-', 'light')]
ST19041207-V30-48-page3.txt: [('again-', 'again')]
ST19041207-V30-48-page4.txt: [('-', ''), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('Ps.-', 'Ps.'), ('-', '')]
ST19041207-V30-48-page5.txt: [('-N', 'N'), ('-', ''), ('MYS-', 'MYS'), ('-', '')]
ST19041207-V30-48-page6.txt: [('o-', 'o'), ('-', ''), ('-', '')]
ST19041207-V30-48-page7.txt: [('-It', 'It'), ('ad-', 'ad')]
ST19041207-V30-48-page8.txt: [('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', '')]
ST19041207-V30-48-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST19050104-V31-01-page1.txt: [('-', ''), ('-', '')]
ST19050104-V31-01-page11.txt: [('-', ''), ('I-', 'I'), ('-e', 'e'), ('-', ''), ('-', '')]
ST19050104-V31-01-page12.txt: [('-I', 'I')]
ST19050104-V31-01-page13.txt: [('-', ''), ('---ye', '--ye'), ('Shang-', 'Shang'), ('-', ''), ('North-', 'North')]
ST19050104-V31-01-page14.txt: [('F-', 'F'), ('Chris-', 'Chris'), ('-of', 'of'), ('-Bbl.', 'Bbl.')]
ST19050104-V31-01-page15.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-fis', 'fis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('invi-', 'invi'), ('-', '')]
ST19050104-V31-01-page16.txt: [('I-', 'I'), ('--', '-'), ('-Me', 'Me'), ('Amusements-', 'Amusements'), ('-mould', 'mould'), ('respon-', 'respon'), ('-', ''), ('--...', '-...'), ('-...', '...'), ('-', ''), ('-tAri', 'tAri'), ('-', ''), ('....-', '....'), ('-The', 'The'), ('OldCOY-', 'OldCOY'), ('-', ''), ('PRICI-', 'PRICI'), ('Outloolc.-', 'Outloolc.'), ('States-', 'States'), ('Wool--', 'Wool-'), ('-', ''), ('--', '-'), ('-', ''), ('--es.', '-es.'), ('.e-', '.e'), ('.-', '.'), ('--', '-'), ('-', ''), ('..-.-', '..-.'), ('-EDITOR.', 'EDITOR.'), ('--', '-'), ('-', ''), ('---..........-.....-', '--..........-.....-'), ('-', ''), ('.E.-z-', '.E.-z'), ('-.', '.'), ('-...-....ri-', '...-....ri-'), ('.-', '.'), ('-', ''), ('-arty', 'arty')]
ST19050104-V31-01-page3.txt: [('-shall', 'shall'), ('Sin.-', 'Sin.')]
ST19050104-V31-01-page4.txt: [('-', '')]
ST19050104-V31-01-page5.txt: [('-', ''), ('-tfieffesh', 'tfieffesh'), ('-', ''), ('-', ''), ('-on', 'on'), ('-', ''), ('prov-', 'prov')]
ST19050104-V31-01-page6.txt: [('-', ''), ('-broadens', 'broadens'), ('-doubts', 'doubts')]
ST19050104-V31-01-page7.txt: [('I-', 'I')]
ST19050104-V31-01-page8.txt: [('-', ''), ('-', '')]
ST19050111-V31-02-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-like', 'like'), ('eter-', 'eter')]
ST19050111-V31-02-page13.txt: [('-would', 'would'), ('-Bbl.', 'Bbl.'), ('-Great', 'Great'), ('to-', 'to')]
ST19050111-V31-02-page14.txt: [('-Lie', 'Lie'), ('"-', '"'), ('-', ''), ('-fear', 'fear')]
ST19050111-V31-02-page15.txt: [('Pa-', 'Pa'), ('North-', 'North'), ('-ft', 'ft')]
ST19050111-V31-02-page16.txt: [('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('So-', 'So'), ('-Spiritualism.', 'Spiritualism.'), ('-', '')]
ST19050111-V31-02-page2.txt: [('-', '')]
ST19050111-V31-02-page3.txt: [('-disobedience.', 'disobedience.'), ('-', ''), ('-', ''), ('-', '')]
ST19050111-V31-02-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('r-', 'r')]
ST19050111-V31-02-page5.txt: [('host.-', 'host.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19050111-V31-02-page6.txt: [('-', ''), ('-quotations', 'quotations'), ('in-', 'in'), ('pos-', 'pos')]
ST19050111-V31-02-page7.txt: [('-', '')]
ST19050111-V31-02-page8.txt: [('-', ''), ('All-embracing.-', 'All-embracing.')]
ST19050111-V31-02-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050118-V31-03-page10.txt: [('COM-', 'COM'), ('-.-', '.-'), ('-..is', '..is'), ('-evidently', 'evidently')]
ST19050118-V31-03-page11.txt: [('-discuss', 'discuss'), ('-utmost', 'utmost'), ('-the', 'the'), ('poli-', 'poli'), ('-war', 'war'), ('-landlords', 'landlords'), ('-of', 'of'), ('-', '')]
ST19050118-V31-03-page13.txt: [('com-', 'com'), ('--------', '-------'), ('North-', 'North'), ('show-', 'show'), ('Olives-', 'Olives')]
ST19050118-V31-03-page14.txt: [('cloth-', 'cloth')]
ST19050118-V31-03-page15.txt: [('some-', 'some'), ('-', ''), ('-', ''), ('Pcarline-', 'Pcarline'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050118-V31-03-page16.txt: [('-has', 'has'), ("'B.-", "'B."), ('-', ''), ('-', ''), ('LL-', 'LL')]
ST19050118-V31-03-page3.txt: [('-', '')]
ST19050118-V31-03-page4.txt: [('-', ''), ('-a', 'a')]
ST19050118-V31-03-page5.txt: [('-judges', 'judges'), ('Jesus.-', 'Jesus.'), ('-', '')]
ST19050118-V31-03-page6.txt: [('-', ''), ('-e', 'e'), ('simili-', 'simili'), ('-of', 'of')]
ST19050118-V31-03-page7.txt: [('of-', 'of'), ('-', ''), ('-L.', 'L.')]
ST19050118-V31-03-page9.txt: [('-experience', 'experience'), ('-', ''), ('-', ''), ('-', '')]
ST19050124-V31-04-page10.txt: [('Covenant-', 'Covenant')]
ST19050124-V31-04-page11.txt: [('God."-', 'God."'), ('-', ''), ("'Wore-", "'Wore")]
ST19050124-V31-04-page12.txt: [('-the', 'the')]
ST19050124-V31-04-page13.txt: [('-', ''), ('-Bbl.', 'Bbl.'), ('-e', 'e'), ('-Third', 'Third'), ('-', ''), ('Pa-', 'Pa'), ('requir-', 'requir'), ('-', ''), ('o-', 'o'), ('North-', 'North'), ('-.', '.')]
ST19050124-V31-04-page14.txt: [("-Youth's", "Youth's"), ('-pretty', 'pretty')]
ST19050124-V31-04-page15.txt: [('REPRESENTA-', 'REPRESENTA'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050124-V31-04-page16.txt: [('India--', 'India-'), ('-', ''), ('-', ''), ('Ja-', 'Ja'), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('-..-', '..-'), ('-.', '.'), ('.k.t.--c-.-', '.k.t.--c-.'), ('........-', '........'), ('-', ''), ('.-.-.-', '.-.-.'), ('Y-', 'Y'), ('-', ''), ('-', ''), ('-', ''), ('-cniti', 'cniti'), ('efr-', 'efr'), ('s.\'"-', 's.\'"'), ('-.', '.'), ('theoretic-', 'theoretic'), ('-Wimborne', 'Wimborne'), ('-.Daniel', '.Daniel')]
ST19050124-V31-04-page2.txt: [('--', '-')]
ST19050124-V31-04-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST19050124-V31-04-page4.txt: [('-light', 'light')]
ST19050124-V31-04-page5.txt: [('-', '')]
ST19050124-V31-04-page6.txt: [('-', ''), ('-the', 'the')]
ST19050124-V31-04-page7.txt: [('Laws-', 'Laws'), ('-', ''), ('-', '')]
ST19050124-V31-04-page8.txt: [('-s.', 's.'), ('fo.-', 'fo.')]
ST19050124-V31-04-page9.txt: [('-', ''), ('-', ''), ('Dar-', 'Dar'), ('-to', 'to')]
ST19050201-V31-05-page1.txt: [('-', '')]
ST19050201-V31-05-page11.txt: [('def-', 'def'), ("-God's", "God's")]
ST19050201-V31-05-page13.txt: [('-', ''), ('Seventh-', 'Seventh'), ('-day', 'day'), ('bet-', 'bet'), ('-', ''), ('-Bbl.', 'Bbl.'), ('North-', 'North')]
ST19050201-V31-05-page14.txt: [('-', '')]
ST19050201-V31-05-page15.txt: [('-', ''), ('-', ''), ('assur-', 'assur'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Striped-', 'Striped'), ('-Greatest', 'Greatest'), ('-will', 'will'), ('-', ''), ('of-', 'of')]
ST19050201-V31-05-page16.txt: [('-Our', 'Our'), ('-z', 'z'), ('-', ''), ('I-', 'I'), ('-', ''), ("it'-", "it'"), ('-', '')]
ST19050201-V31-05-page2.txt: [('-page', 'page'), ('-', '')]
ST19050201-V31-05-page3.txt: [('-', ''), ('-', ''), ('compro-', 'compro')]
ST19050201-V31-05-page4.txt: [('A-', 'A'), ('-', '')]
ST19050201-V31-05-page5.txt: [('-', ''), ('-', ''), ('-day', 'day'), ('-', '')]
ST19050201-V31-05-page6.txt: [('Allen-', 'Allen'), ('NORTH-', 'NORTH'), ('-', ''), ('-', ''), ('-', ''), ('-voices', 'voices')]
ST19050201-V31-05-page7.txt: [('-Sunday', 'Sunday'), ('-the', 'the'), ('-of', 'of')]
ST19050201-V31-05-page8.txt: [('spe-', 'spe'), ('that-', 'that')]
ST19050201-V31-05-page9.txt: [('-of', 'of'), ('-lifetime', 'lifetime'), ('-really', 'really'), ('-soul', 'soul'), ('-', ''), ('-now.', 'now.')]
ST19050208-V31-06-page10.txt: [('.-', '.'), ('Creator-', 'Creator'), ('-', '')]
ST19050208-V31-06-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-I', 'I'), ('-God', 'God')]
ST19050208-V31-06-page12.txt: [('-ther', 'ther')]
ST19050208-V31-06-page13.txt: [('our-', 'our'), ('adjoin-', 'adjoin'), ('-These', 'These'), ('-', ''), ('-e', 'e'), ('Pa-', 'Pa')]
ST19050208-V31-06-page14.txt: [('hospital-', 'hospital')]
ST19050208-V31-06-page15.txt: [('-FEBRUARY', 'FEBRUARY'), ('-JESUS', 'JESUS'), ('-', ''), ('feast."-', 'feast."'), ('tra-', 'tra'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050208-V31-06-page16.txt: [('-embodied', 'embodied'), ('-', ''), ('-', ''), ('En-', 'En'), ('-', ''), ('-', ''), ('.-.-', '.-.'), ("-Harry's", "Harry's"), ('-', ''), ('--', '-')]
ST19050208-V31-06-page2.txt: [('-page', 'page'), ('-page', 'page')]
ST19050208-V31-06-page3.txt: [('give-', 'give'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050208-V31-06-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050208-V31-06-page5.txt: [('-', ''), ('-', ''), ('-to', 'to')]
ST19050208-V31-06-page6.txt: [('clues-', 'clues'), ('--Jasseable', '-Jasseable')]
ST19050208-V31-06-page7.txt: [('un-', 'un')]
ST19050208-V31-06-page8.txt: [("---'", "--'"), ('YErfthrig-', 'YErfthrig'), ('-', ''), ('-not', 'not')]
ST19050208-V31-06-page9.txt: [('-', ''), ('-God', 'God'), ('-', ''), ('-', ''), ('-', '')]
ST19050215-V31-07-page1.txt: [('-', '')]
ST19050215-V31-07-page10.txt: [('-', ''), ('Covenant-', 'Covenant'), ('-', ''), ('every-', 'every')]
ST19050215-V31-07-page11.txt: [('re-', 're'), ('-', '')]
ST19050215-V31-07-page12.txt: [('-and', 'and'), ('JAPA-', 'JAPA'), ('-welcome', 'welcome')]
ST19050215-V31-07-page13.txt: [('-their', 'their'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-Bbl.', 'Bbl.'), ('-Saviour', 'Saviour'), ('-which', 'which')]
ST19050215-V31-07-page15.txt: [('-respect', 'respect'), ('-out', 'out'), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ft', 'ft'), ('Russo-', 'Russo')]
ST19050215-V31-07-page16.txt: [('quota.-', 'quota.'), ('-', ''), ('-', ''), ('GOOD-', 'GOOD')]
ST19050215-V31-07-page2.txt: [('Depart-', 'Depart'), ('-', ''), ('-', '')]
ST19050215-V31-07-page3.txt: [('up-', 'up'), ('-', ''), ('-', '')]
ST19050215-V31-07-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('redemp-', 'redemp'), ('-', ''), ('to-', 'to'), ('-', ''), ('be-', 'be')]
ST19050215-V31-07-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-subject', 'subject'), ('Testa-', 'Testa')]
ST19050215-V31-07-page6.txt: [('-.', '.'), ('inspector--', 'inspector-')]
ST19050215-V31-07-page8.txt: [('re-', 're'), ('lime-', 'lime'), ('some-', 'some')]
ST19050215-V31-07-page9.txt: [('BE-', 'BE'), ('wher-', 'wher')]
ST19050222-V31-08-page1.txt: [('----..............', '---..............')]
ST19050222-V31-08-page10.txt: [('-him', 'him'), ('-one', 'one'), ('con-', 'con'), ('-facts', 'facts')]
ST19050222-V31-08-page11.txt: [('believe-', 'believe'), ('-', ''), ('-thy', 'thy')]
ST19050222-V31-08-page12.txt: [('-', ''), ('-fallen', 'fallen')]
ST19050222-V31-08-page13.txt: [('Sand-', 'Sand'), ('Russo-', 'Russo'), ('Lamp-', 'Lamp'), ('men-', 'men')]
ST19050222-V31-08-page15.txt: [('-Tabernacles', 'Tabernacles'), ('-', ''), ('Pa-', 'Pa'), ('-Bbl.', 'Bbl.'), ('-', ''), ('t-', 't'), ('-', ''), ('-', ''), ('-because', 'because'), ('-"', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TAB-', 'TAB'), ('-', ''), ('-multitude', 'multitude'), ('requir-', 'requir'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050222-V31-08-page16.txt: [('OR-', 'OR'), ('investi-', 'investi'), ('-New', 'New'), ('-', ''), ('-', ''), ('-are-made', 'are-made'), ('-', ''), ('Beth-', 'Beth'), ('-My', 'My'), ('-A', 'A'), ('Mis-', 'Mis'), ('-', ''), ('ELLS-', 'ELLS'), ('-', ''), ('-', ''), ('as-', 'as')]
ST19050222-V31-08-page2.txt: [('-.', '.')]
ST19050222-V31-08-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('every-', 'every'), ('-doctrines', 'doctrines')]
ST19050222-V31-08-page4.txt: [('-his', 'his'), ('-of', 'of'), ('-', ''), ('-', ''), ('borne.-', 'borne.')]
ST19050222-V31-08-page5.txt: [('godli-', 'godli'), ('the--', 'the-'), ('-', ''), ('-or', 'or'), ('anti-imperialism.-', 'anti-imperialism.'), ('-worship', 'worship'), ('-', ''), ('-', ''), ('.-', '.')]
ST19050222-V31-08-page6.txt: [('-', ''), ('-with', 'with'), ('-by', 'by'), ("-Germany's", "Germany's"), ('-to', 'to'), ('be-', 'be'), ('-the', 'the')]
ST19050222-V31-08-page7.txt: [('-', ''), ('-not', 'not'), ('-their', 'their'), ('-at', 'at'), ('-the', 'the'), ('-The', 'The'), ('-railroads.', 'railroads.'), ('-are', 'are'), ('-secured', 'secured'), ('-interest', 'interest'), ('-is', 'is'), ('-of', 'of'), ('-which', 'which'), ('cloth-', 'cloth'), ('Sun-', 'Sun')]
ST19050222-V31-08-page8.txt: [('-', ''), ('-the', 'the'), ('-in', 'in'), ('-life', 'life'), ('in-', 'in')]
ST19050222-V31-08-page9.txt: [('-', ''), ('-', '')]
ST19050301-V31-09-page10.txt: [('Ten-', 'Ten'), ('Creator-', 'Creator')]
ST19050301-V31-09-page11.txt: [('-during', 'during'), ('-', ''), ('Wore-', 'Wore'), ('-Herald', 'Herald'), ('-', '')]
ST19050301-V31-09-page12.txt: [('for-', 'for'), ('-the', 'the'), ('-', ''), ('-New', 'New')]
ST19050301-V31-09-page13.txt: [('impor-', 'impor'), ('-', ''), ('Confer-', 'Confer'), ('Russo-', 'Russo')]
ST19050301-V31-09-page14.txt: [('-to', 'to')]
ST19050301-V31-09-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-therefore', 'therefore'), ('-MARCH', 'MARCH'), ('-', ''), ('-the', 'the'), ('follow-', 'follow'), ('-Greatest', 'Greatest'), ('-will', 'will')]
ST19050301-V31-09-page16.txt: [('-', ''), ('-', ''), ('"-', '"'), ('-', ''), ('BRAD.-', 'BRAD.'), ('-', '')]
ST19050301-V31-09-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050301-V31-09-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('west-', 'west'), ('-our', 'our')]
ST19050301-V31-09-page4.txt: [('-', ''), ('-', ''), ('bond-', 'bond'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050301-V31-09-page5.txt: [('-it', 'it'), ('-failure', 'failure'), ('.-', '.'), ('-contains', 'contains'), ('-', ''), ('-', ''), ('-', ''), ('-as', 'as'), ('-', ''), ('-', '')]
ST19050301-V31-09-page6.txt: [('Sun-', 'Sun'), ('-', ''), ('-', '')]
ST19050301-V31-09-page7.txt: [('re-', 're')]
ST19050301-V31-09-page8.txt: [('-with', 'with'), ('-of', 'of'), ('-And', 'And'), ('sim-', 'sim')]
ST19050301-V31-09-page9.txt: [('noth-', 'noth')]
ST19050308-V31-10-page1.txt: [('-A', 'A')]
ST19050308-V31-10-page10.txt: [('pres-', 'pres'), ('-was', 'was'), ('-le', 'le'), ('follow-', 'follow')]
ST19050308-V31-10-page11.txt: [('"-', '"'), ('-', ''), ('WorP-', 'WorP')]
ST19050308-V31-10-page12.txt: [('-', ''), ('-mould', 'mould'), ('-', '')]
ST19050308-V31-10-page13.txt: [('-happiness', 'happiness'), ('picturesquemoun-', 'picturesquemoun')]
ST19050308-V31-10-page14.txt: [('-.', '.'), ('-a', 'a'), ('-', ''), ('Sunday-', 'Sunday'), ('-school', 'school')]
ST19050308-V31-10-page15.txt: [('Russo-', 'Russo'), ('estal--', 'estal-'), ('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-HEALING', 'HEALING'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050308-V31-10-page16.txt: [('-along', 'along'), ('-their', 'their'), ('-', ''), ('-be', 'be'), ('-who', 'who'), ('Environ-', 'Environ'), ('-.', '.'), ('-', ''), ('i-', 'i'), ('-the', 'the'), ('-', ''), ('-', '')]
ST19050308-V31-10-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050308-V31-10-page3.txt: [('-', ''), ('-zest', 'zest'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Scrip-', 'Scrip')]
ST19050308-V31-10-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050308-V31-10-page5.txt: [('-', ''), ('r-', 'r'), ('-told', 'told'), ('-', ''), ('-', ''), ('-are', 'are'), ('--', '-'), ('-honor', 'honor')]
ST19050308-V31-10-page6.txt: [('-', ''), ('par-', 'par'), ('-', '')]
ST19050308-V31-10-page7.txt: [('-', '')]
ST19050308-V31-10-page8.txt: [('-Archaean.', 'Archaean.'), ('-', ''), ('-', ''), ('"young-', '"young'), ('-', ''), ('-', '')]
ST19050308-V31-10-page9.txt: [('metamor-', 'metamor'), ('-and', 'and')]
ST19050315-V31-11-page10.txt: [('-to', 'to'), ('-.', '.'), ('-', ''), ('-', ''), ('-', '')]
ST19050315-V31-11-page11.txt: [('-I', 'I'), ('-triumphal', 'triumphal'), ('-', ''), ('-', '')]
ST19050315-V31-11-page12.txt: [('-L""', 'L""')]
ST19050315-V31-11-page13.txt: [('bet-', 'bet'), ('Russo-', 'Russo'), ('An-', 'An'), ('com-', 'com')]
ST19050315-V31-11-page15.txt: [('-Greatest', 'Greatest'), ('-willbe', 'willbe'), ('-Selected.', 'Selected.'), ('-r', 'r'), ('-', ''), ('-', ''), ('-', ''), ('V.-', 'V.'), ('-', ''), ('that-', 'that'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050315-V31-11-page16.txt: [('--Life', '-Life'), ('-', ''), ('-', ''), ('Mes-', 'Mes'), ('Col-', 'Col'), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('--', '-')]
ST19050315-V31-11-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-..-', '..-'), ('--', '-'), ('-.', '.'), ('-page', 'page'), ('t.-', 't.'), ("'cl-", "'cl"), ('-.\'"\'', '.\'"\''), ('-keeping.', 'keeping.'), ('--', '-')]
ST19050315-V31-11-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ASSISTANT-', 'ASSISTANT'), ('-has', 'has'), ('-unconsciously', 'unconsciously'), ('-under', 'under'), ('in-', 'in'), ('Gos-', 'Gos')]
ST19050315-V31-11-page4.txt: [('-', ''), ('-', ''), ('-God', 'God'), ('-', ''), ('-', ''), ('I-', 'I'), ('-', '')]
ST19050315-V31-11-page5.txt: [('-', ''), ('-lim."', 'lim."'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('io-', 'io'), ('-', '')]
ST19050315-V31-11-page6.txt: [('-and', 'and'), ('-The', 'The'), ('Weekly-', 'Weekly'), ('-r', 'r'), ('-.', '.'), ('-', '')]
ST19050315-V31-11-page7.txt: [('-', '')]
ST19050315-V31-11-page8.txt: [('-EOLOGY', 'EOLOGY'), ('Mc-', 'Mc'), ('-', ''), ('dis-', 'dis'), ('-several', 'several'), ('-', '')]
ST19050315-V31-11-page9.txt: [('s-', 's'), ('-', ''), ('-with', 'with'), ('-', '')]
ST19050322-V31-12-page10.txt: [('of-', 'of'), ('instruc-', 'instruc')]
ST19050322-V31-12-page11.txt: [('-lirn', 'lirn'), ('-', ''), ('-', ''), ('--Ii.', '-Ii.'), ('-', '')]
ST19050322-V31-12-page12.txt: [('-some', 'some'), ('indus-', 'indus')]
ST19050322-V31-12-page13.txt: [('-', ''), ('-', ''), ('-pet', 'pet'), ('-', ''), ('-', '')]
ST19050322-V31-12-page14.txt: [('re-', 're'), ('-', '')]
ST19050322-V31-12-page15.txt: [('-The', 'The'), ('-', ''), ('-"', '"'), ('-the', 'the'), ('-', ''), ('o-', 'o'), ('Russo-', 'Russo'), ('to-', 'to')]
ST19050322-V31-12-page16.txt: [('-', ''), ('-', ''), ('Loi-', 'Loi')]
ST19050322-V31-12-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19050322-V31-12-page3.txt: [('--ASSISTANTEDITORS.', '-ASSISTANTEDITORS.')]
ST19050322-V31-12-page4.txt: [('-', ''), ('-', ''), ('-us', 'us'), ('-do', 'do')]
ST19050322-V31-12-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050322-V31-12-page6.txt: [('-', ''), ('recommen-', 'recommen'), ('-', ''), ('-But', 'But')]
ST19050322-V31-12-page7.txt: [('-', ''), ('states-', 'states'), ('-', ''), ('perma-', 'perma'), ('-rights', 'rights'), ('-', ''), ('troops.-', 'troops.'), ('-passed', 'passed'), ('-brilliant', 'brilliant'), ('-', ''), ('-', ''), ('pre-', 'pre')]
ST19050322-V31-12-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19050322-V31-12-page9.txt: [('-of', 'of'), ('-him-to', 'him-to'), ('-', '')]
ST19050329-V31-13-page10.txt: [('-', ''), ('-', '')]
ST19050329-V31-13-page11.txt: [('-and', 'and'), ('founda-', 'founda'), ('-live', 'live'), ('-Nicodemus', 'Nicodemus'), ('weeping-', 'weeping'), ('-', ''), ('-', ''), ('-', '')]
ST19050329-V31-13-page12.txt: [('-bring', 'bring'), ('-and', 'and'), ('-', '')]
ST19050329-V31-13-page13.txt: [('confirm-', 'confirm'), ('-', ''), ('HAR-', 'HAR'), ('--out', '-out'), ('Defi-', 'Defi'), ('princi-', 'princi')]
ST19050329-V31-13-page14.txt: [('-hive', 'hive'), ('-greanyesA', 'greanyesA'), ('"-', '"')]
ST19050329-V31-13-page15.txt: [('-', ''), ('-', ''), ('-is', 'is'), ('-', ''), ('Russo-', 'Russo'), ('ea-', 'ea')]
ST19050329-V31-13-page16.txt: [('facts-', 'facts'), ('-University', 'University'), ('--', '-'), ("-God's", "God's"), ('belongs.-', 'belongs.'), ('-Can', 'Can'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050329-V31-13-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-keeping.', 'keeping.'), ('--', '-'), ('-room', 'room')]
ST19050329-V31-13-page3.txt: [('---..MILTONC.', '--..MILTONC.'), ('-which', 'which')]
ST19050329-V31-13-page4.txt: [('-the', 'the'), ('jud-', 'jud'), ('-', '')]
ST19050329-V31-13-page5.txt: [('-', ''), ('-', '')]
ST19050329-V31-13-page6.txt: [('United-', 'United'), ('-The', 'The'), ('-', ''), ('-', '')]
ST19050329-V31-13-page7.txt: [('--', '-'), ('re-', 're'), ('continu-', 'continu'), ('prov-', 'prov'), ('com-', 'com')]
ST19050329-V31-13-page8.txt: [('Gla-', 'Gla')]
ST19050329-V31-13-page9.txt: [('-', ''), ('TEACH-', 'TEACH')]
ST19050405-V31-14-page10.txt: [('P.-', 'P.'), ('-eaLie', 'eaLie')]
ST19050405-V31-14-page11.txt: [('-effect', 'effect'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', '')]
ST19050405-V31-14-page12.txt: [('-reported', 'reported')]
ST19050405-V31-14-page13.txt: [('Russo-', 'Russo'), ('Congregation-', 'Congregation')]
ST19050405-V31-14-page14.txt: [('lifework-', 'lifework'), ('-is.', 'is.'), ('-', ''), ('-', '')]
ST19050405-V31-14-page15.txt: [('-APRIL', 'APRIL'), ('-', ''), ('-there', 'there'), ('-c', 'c'), ('-.', '.'), ('-', ''), ('-the', 'the'), ('of-', 'of')]
ST19050405-V31-14-page16.txt: [('-', ''), ('-', ''), ('Inger-', 'Inger'), ('F.MAR-', 'F.MAR')]
ST19050405-V31-14-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-page', 'page')]
ST19050405-V31-14-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST19050405-V31-14-page4.txt: [('-is', 'is'), ('-', ''), ('-', '')]
ST19050405-V31-14-page5.txt: [('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-a', 'a')]
ST19050405-V31-14-page6.txt: [('-cleD', 'cleD'), ('--', '-'), ('recog-', 'recog'), ('-', ''), ('-', ''), ('-to', 'to'), ('-', '')]
ST19050405-V31-14-page7.txt: [('-', ''), ('na--', 'na-'), ('-', ''), ('meth-', 'meth'), ('-the', 'the'), ('-Harrison', 'Harrison'), ('-this-problem', 'this-problem')]
ST19050405-V31-14-page8.txt: [('-', ''), ('inhab-', 'inhab'), ('-', ''), ('-', ''), ('-', '')]
ST19050405-V31-14-page9.txt: [('-That', 'That'), ('cos-', 'cos')]
ST19050412-V31-15-page10.txt: [('-', ''), ('-order', 'order'), ('period-', 'period'), ('-', '')]
ST19050412-V31-15-page11.txt: [('-', ''), ('-filled', 'filled'), ('-', ''), ('-', ''), ('-a', 'a')]
ST19050412-V31-15-page12.txt: [('a-', 'a')]
ST19050412-V31-15-page13.txt: [('A.-', 'A.'), ('-', ''), ('e-', 'e'), ('-and', 'and')]
ST19050412-V31-15-page15.txt: [('-', ''), ("-you'll", "you'll"), ('-easily-safely', 'easily-safely'), ('Russo-', 'Russo'), ('-', ''), ('-', ''), ('-', ''), ('-JUST', 'JUST'), ('COmmun-', 'COmmun')]
ST19050412-V31-15-page16.txt: [('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-Religion', 'Religion'), ('-therefore', 'therefore'), ('-Will', 'Will')]
ST19050412-V31-15-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('teach-', 'teach')]
ST19050412-V31-15-page3.txt: [('-', ''), ('-', ''), ('in-', 'in'), ('mir-', 'mir'), ('-and', 'and')]
ST19050412-V31-15-page4.txt: [('-', ''), ('-', ''), ('--', '-')]
ST19050412-V31-15-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-hide', 'hide')]
ST19050412-V31-15-page6.txt: [('-use', 'use'), ('-other', 'other')]
ST19050412-V31-15-page7.txt: [('-', ''), ('-', '')]
ST19050412-V31-15-page8.txt: [('semi-', 'semi'), ('pre-', 'pre')]
ST19050412-V31-15-page9.txt: [('-to', 'to'), ('-will', 'will'), ('-day', 'day'), ('-At', 'At'), ('-', ''), ('-', ''), ('-', '')]
ST19050419-V31-16-page1.txt: [('-', ''), ('-', ''), ('-...', '...'), ('TE-', 'TE')]
ST19050419-V31-16-page10.txt: [('-', ''), ('"-', '"')]
ST19050419-V31-16-page11.txt: [('-his', 'his'), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19050419-V31-16-page12.txt: [('-a', 'a'), ('-', ''), ('-to', 'to')]
ST19050419-V31-16-page13.txt: [('-', ''), ('disci-', 'disci'), ('indica-', 'indica'), ('-', ''), ('-', ''), ('un-', 'un'), ('--', '-'), ('-"By', '"By'), ('-', ''), ('-', ''), ('-', '')]
ST19050419-V31-16-page14.txt: [('Charles.-', 'Charles.'), ('men-', 'men'), ('-', '')]
ST19050419-V31-16-page15.txt: [('-ad', 'ad'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-mmt', 'mmt'), ('IN---', 'IN--'), ('--', '-'), ('-', ''), ('-A', 'A'), ('-', ''), ('iv---', 'iv--'), ('-', ''), ('-', ''), ('--N', '-N'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('R-', 'R'), ('-', ''), ('-', ''), ('Russo-', 'Russo'), ('-a-', 'a-'), ('-', ''), ('-', ''), ('-', ''), ('r-', 'r')]
ST19050419-V31-16-page16.txt: [('-', ''), ('-', ''), ('subscrip-', 'subscrip'), ('reproved-', 'reproved'), ("others'-", "others'"), ('-the', 'the')]
ST19050419-V31-16-page2.txt: [('-', ''), ('-', ''), ('-BUSINESS', 'BUSINESS'), ('-', '')]
ST19050419-V31-16-page3.txt: [('-so', 'so'), ('-', ''), ('-old', 'old'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('resui--', 'resui-'), ('-', '')]
ST19050419-V31-16-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050419-V31-16-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-them', 'them'), ('-death', 'death'), ('-', '')]
ST19050419-V31-16-page6.txt: [('-lemon', 'lemon'), ('-most', 'most'), ('-', ''), ('-', ''), ('-', '')]
ST19050419-V31-16-page7.txt: [('-', ''), ('Mc-', 'Mc'), ('-under', 'under')]
ST19050419-V31-16-page8.txt: [('-Him', 'Him'), ('-', ''), ('SKEP-', 'SKEP')]
ST19050419-V31-16-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-altho', 'altho'), ('-but', 'but'), ('-', ''), ('-', ''), ('meant.-', 'meant.'), ('-conceive', 'conceive')]
ST19050426-V31-17-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050426-V31-17-page11.txt: [('-"', '"'), ('-', ''), ('sub-', 'sub'), ('-', ''), ('-Lord', 'Lord'), ('-', ''), ('-', ''), ('-', '')]
ST19050426-V31-17-page12.txt: [('Christianity.-', 'Christianity.'), ('-', ''), ('im-', 'im'), ('-', ''), ('-the', 'the'), ('of-', 'of'), ('-', '')]
ST19050426-V31-17-page13.txt: [('-', ''), ('-order', 'order'), ('-to', 'to'), ('-', '')]
ST19050426-V31-17-page14.txt: [('-and', 'and')]
ST19050426-V31-17-page15.txt: [('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-JUST', 'JUST'), ('-', ''), ('Soap-', 'Soap'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Save', 'Save'), ('so.-', 'so.'), ('-', ''), ('to-', 'to'), ('Russo-', 'Russo')]
ST19050426-V31-17-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Francisco-', 'Francisco'), ('--', '-'), ('-', ''), ('-', '')]
ST19050426-V31-17-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Jotfurther-', 'Jotfurther')]
ST19050426-V31-17-page3.txt: [('-', ''), ('-', ''), ('-his', 'his'), ('-', ''), ('-', ''), ('-', '')]
ST19050426-V31-17-page4.txt: [('tobacco-', 'tobacco'), ('liquor-', 'liquor'), ('resur-', 'resur')]
ST19050426-V31-17-page5.txt: [("-'and", "'and"), ('believed-', 'believed'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('-', ''), ('-', '')]
ST19050426-V31-17-page7.txt: [('-', ''), ('dom-', 'dom'), ('-', ''), ('over-', 'over')]
ST19050426-V31-17-page8.txt: [('-', ''), ('-bear', 'bear'), ('UN-', 'UN'), ('-', ''), ('-', '')]
ST19050426-V31-17-page9.txt: [('PO-', 'PO'), ('-', ''), ('-', ''), ('Priest-', 'Priest')]
ST19050510-V31-19-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mani-', 'mani'), ('-', '')]
ST19050510-V31-19-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050510-V31-19-page12.txt: [('pub-', 'pub'), ('pegging-', 'pegging')]
ST19050510-V31-19-page13.txt: [('-', ''), ('-', ''), ('Russo-', 'Russo')]
ST19050510-V31-19-page15.txt: [('-', ''), ('-', ''), ('hear-', 'hear'), ('-did', 'did'), ('-', ''), ('-JUST', 'JUST')]
ST19050510-V31-19-page16.txt: [('-', ''), ('clasped-', 'clasped'), ('-the', 'the'), ('-', ''), ('-', ''), ('Lon-', 'Lon'), ('con-', 'con'), ('-', '')]
ST19050510-V31-19-page2.txt: [('Sub-', 'Sub'), ('-', ''), ('--', '-')]
ST19050510-V31-19-page3.txt: [('-divine', 'divine'), ('consecra-', 'consecra'), ('-', ''), ('-', '')]
ST19050510-V31-19-page4.txt: [('right-', 'right'), ('-.a', '.a')]
ST19050510-V31-19-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('citi-', 'citi'), ('-zenship', 'zenship'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', '')]
ST19050510-V31-19-page6.txt: [('-', '')]
ST19050510-V31-19-page7.txt: [('Anglo-', 'Anglo'), ('-', ''), ('con-', 'con')]
ST19050510-V31-19-page9.txt: [('-', ''), ('OB-', 'OB'), ('-', ''), ('-', ''), ('-', '')]
ST19050517-V31-20-page10.txt: [('-edience', 'edience'), ('-our', 'our'), ('Hugue-', 'Hugue'), ('-', ''), ('Con-', 'Con')]
ST19050517-V31-20-page11.txt: [('-', ''), ('-Father', 'Father'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050517-V31-20-page12.txt: [('-', '')]
ST19050517-V31-20-page13.txt: [('vil-', 'vil'), ('-the', 'the'), ('-x', 'x'), ('-i', 'i'), ('-', ''), ('Sutherland-', 'Sutherland'), ('-', ''), ('--', '-')]
ST19050517-V31-20-page14.txt: [('-but', 'but')]
ST19050517-V31-20-page15.txt: [('-MAY', 'MAY'), ('-', ''), ('Text.--', 'Text.-'), ('-', ''), ('I-', 'I'), ('-', ''), ('Russo-', 'Russo')]
ST19050517-V31-20-page16.txt: [('-', ''), ('-', '')]
ST19050517-V31-20-page2.txt: [('-', '')]
ST19050517-V31-20-page3.txt: [('-', ''), ('-', '')]
ST19050517-V31-20-page4.txt: [('-', ''), ('-', ''), ('to-', 'to'), ('charac-', 'charac'), ('-', ''), ('-', '')]
ST19050517-V31-20-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050517-V31-20-page6.txt: [('-', ''), ('inter-', 'inter'), ('-', ''), ('belong-', 'belong')]
ST19050517-V31-20-page7.txt: [('corn-', 'corn'), ('-', ''), ('non-', 'non'), ('-', '')]
ST19050517-V31-20-page8.txt: [('-received', 'received')]
ST19050517-V31-20-page9.txt: [('hus-', 'hus'), ('-sped', 'sped'), ('-', ''), ('conse-', 'conse')]
ST19050524-V31-21-page10.txt: [('-', '')]
ST19050524-V31-21-page11.txt: [('-', ''), ('OB-', 'OB'), ('-', ''), ('-', ''), ('-like', 'like'), ('-His', 'His'), ('-', ''), ('-II.', 'II.'), ('Gal.-', 'Gal.'), ('-', ''), ('-', '')]
ST19050524-V31-21-page12.txt: [('-', '')]
ST19050524-V31-21-page13.txt: [('-the', 'the'), ('-an', 'an'), ('acre-', 'acre'), ('o-', 'o')]
ST19050524-V31-21-page14.txt: [('Despised-', 'Despised'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Hartman.', 'Hartman.'), ('-', '')]
ST19050524-V31-21-page15.txt: [('-', ''), ('un-', 'un'), ('under-', 'under'), ('-Old', 'Old'), ('-Bad', 'Bad'), ('pro-', 'pro'), ('II-', 'II'), ('-', ''), ('-Saviour', 'Saviour'), ('-', ''), ('un-', 'un'), ('to-', 'to'), ('Russo-', 'Russo'), ('-', ''), ('--', '-')]
ST19050524-V31-21-page16.txt: [('-', ''), ('Near-', 'Near'), ('-The', 'The'), ('-', '')]
ST19050524-V31-21-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-BUSINESS', 'BUSINESS'), ('Important.-', 'Important.'), ('-', '')]
ST19050524-V31-21-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('wil-', 'wil'), ('-', ''), ('-the', 'the')]
ST19050524-V31-21-page4.txt: [('-', '')]
ST19050524-V31-21-page5.txt: [('-', ''), ('-', ''), ('-lo', 'lo'), ('-', ''), ('-', ''), ('-', '')]
ST19050524-V31-21-page6.txt: [('-', ''), ('Anti-', 'Anti')]
ST19050524-V31-21-page7.txt: [('Ger-', 'Ger'), ('-', '')]
ST19050524-V31-21-page8.txt: [('-', ''), ('-this.', 'this.'), ('-', '')]
ST19050524-V31-21-page9.txt: [('Flood-', 'Flood'), ('-', ''), ('-', ''), ('-', ''), ('-.K.', '.K.'), ('-', ''), ('-', ''), ('-quarter', 'quarter'), ('-incurably', 'incurably'), ('Mc-', 'Mc'), ('-combined', 'combined')]
ST19050531-V31-22-page1.txt: [('-', '')]
ST19050531-V31-22-page10.txt: [('OB-', 'OB'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ap-', 'ap'), ('-', ''), ('-r', 'r'), ('-', ''), ('-', ''), ('-', ''), ('deliver-', 'deliver'), ('-', ''), ('-', ''), ('by-', 'by'), ('-', '')]
ST19050531-V31-22-page11.txt: [('-', ''), ('-', ''), ("--'", "-'"), ('ever-', 'ever'), ('-', ''), ('-ro.', 'ro.'), ('-', '')]
ST19050531-V31-22-page12.txt: [('stooping-', 'stooping'), ('-', '')]
ST19050531-V31-22-page13.txt: [('-', ''), ('-the', 'the'), ('Russo-', 'Russo'), ('-', ''), ('-', ''), ('-addition', 'addition'), ('-', ''), ('-', '')]
ST19050531-V31-22-page14.txt: [('-', ''), ('-', ''), ('and--', 'and-'), ('no-', 'no'), ('-leaping', 'leaping')]
ST19050531-V31-22-page15.txt: [('-Lima', 'Lima'), ('-only', 'only'), ('-', ''), ('-', ''), ('-of', 'of'), ('men-', 'men'), ('-', ''), ('to-', 'to')]
ST19050531-V31-22-page16.txt: [('-this', 'this'), ('-was', 'was'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Then', 'Then')]
ST19050531-V31-22-page2.txt: [('-', ''), ('-', ''), ('-at', 'at'), ('-sheet', 'sheet'), ('-page', 'page'), ('people."--', 'people."-'), ('-', ''), ('-rz.f.', 'rz.f.'), ('-', '')]
ST19050531-V31-22-page3.txt: [('sim-', 'sim'), ('-', ''), ('-', ''), ('ques-', 'ques'), ('moral-', 'moral')]
ST19050531-V31-22-page4.txt: [('-', '')]
ST19050531-V31-22-page5.txt: [('-filliy', 'filliy'), ('r-', 'r')]
ST19050531-V31-22-page6.txt: [('--', '-'), ('-', ''), ('-', ''), ('Corn-', 'Corn')]
ST19050531-V31-22-page7.txt: [('saloon-', 'saloon'), ('-wool', 'wool'), ('-pudalers', 'pudalers'), ('-', ''), ('-take', 'take')]
ST19050531-V31-22-page8.txt: [('out-', 'out'), ('Days-', 'Days'), ('-created', 'created'), ('-', '')]
ST19050531-V31-22-page9.txt: [('misapplied."-', 'misapplied."'), ('pub-', 'pub'), ('-', ''), ('-', ''), ('con-', 'con')]
ST19050607-V31-23-page10.txt: [('-', '')]
ST19050607-V31-23-page11.txt: [('-', ''), ('-', ''), ('-repairer', 'repairer'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-II.', 'II.'), ('-This', 'This'), ('-', ''), ('-', '')]
ST19050607-V31-23-page12.txt: [('-', '')]
ST19050607-V31-23-page13.txt: [('-', ''), ('ac-', 'ac'), ('in-', 'in'), ("-Ram'", "Ram'"), ('-daughter', 'daughter'), ('-seems', 'seems'), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('Sep-', 'Sep'), ('Russo-', 'Russo'), ('-', ''), ('-', '')]
ST19050607-V31-23-page14.txt: [('-', '')]
ST19050607-V31-23-page15.txt: [('-', ''), ('-', ''), ('nations."-', 'nations."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Because', 'Because'), ('-', ''), ('-Save', 'Save'), ('Soap-', 'Soap'), ('-', ''), ('-', ''), ('-', '')]
ST19050607-V31-23-page16.txt: [('-', ''), ('circumstances---', 'circumstances--'), ('accusa-', 'accusa'), ('-', ''), ('-any', 'any'), ('corn.-', 'corn.'), ('-', ''), ('-', '')]
ST19050607-V31-23-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Clair-', 'Clair'), ('-', '')]
ST19050607-V31-23-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('per-', 'per')]
ST19050607-V31-23-page4.txt: [('-', '')]
ST19050607-V31-23-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pun-', 'pun')]
ST19050607-V31-23-page6.txt: [('-', ''), ('-', '')]
ST19050607-V31-23-page7.txt: [('-', ''), ('-', ''), ('-day', 'day'), ('-', ''), ('-and', 'and'), ('-Japanese.', 'Japanese.'), ('-across', 'across'), ('earth-', 'earth')]
ST19050607-V31-23-page8.txt: [('op-', 'op'), ('warntr-', 'warntr')]
ST19050607-V31-23-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST19050614-V31-24-page1.txt: [('-life', 'life'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050614-V31-24-page10.txt: [('grace-', 'grace')]
ST19050614-V31-24-page11.txt: [('-of', 'of'), ('lep-', 'lep'), ('-', ''), ('-', ''), ('-gray-headed', 'gray-headed')]
ST19050614-V31-24-page12.txt: [('-While', 'While'), ('de-', 'de')]
ST19050614-V31-24-page13.txt: [("a-lis'-", "a-lis'"), ('-', ''), ('-', ''), ('you.-', 'you.'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-r', 'r'), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to'), ('Russo-', 'Russo'), ('-', ''), ('-', ''), ('-', ''), ('-Evidently', 'Evidently'), ('-', '')]
ST19050614-V31-24-page14.txt: [('-', ''), ('-', ''), ('-law..', 'law..'), ('-', '')]
ST19050614-V31-24-page2.txt: [('-', ''), ('-keys', 'keys')]
ST19050614-V31-24-page3.txt: [('wr-', 'wr'), ('--derealitn', '-derealitn'), ('in.-', 'in.'), ('-Soo.', 'Soo.'), ('-', ''), ('l-', 'l'), ('APG-', 'APG'), ('-', ''), ('-.rota', '.rota'), ('-oucced', 'oucced')]
ST19050614-V31-24-page4.txt: [('not-', 'not'), ('-', ''), ('-', '')]
ST19050614-V31-24-page5.txt: [("--'", "-'"), ('-', ''), ('-or', 'or'), ('-', ''), ('cornpeti-', 'cornpeti')]
ST19050614-V31-24-page6.txt: [('Re-', 'Re'), ('-', ''), ('.-', '.'), ('-', '')]
ST19050614-V31-24-page7.txt: [('.-', '.'), ('-', ''), ('--keep', '-keep')]
ST19050614-V31-24-page8.txt: [('-', ''), ('-of', 'of')]
ST19050614-V31-24-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sev-', 'sev'), ('OB-', 'OB')]
ST19050621-V31-25-page10.txt: [('-woman', 'woman')]
ST19050621-V31-25-page11.txt: [('for-', 'for'), ('-After', 'After'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050621-V31-25-page12.txt: [('-ar', 'ar')]
ST19050621-V31-25-page14.txt: [('suc-', 'suc')]
ST19050621-V31-25-page15.txt: [('Text.--', 'Text.-'), ('-', ''), ('-car"', 'car"'), ('Russo-', 'Russo')]
ST19050621-V31-25-page16.txt: [('Trans-', 'Trans'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-w-skv', 'w-skv'), ('-..-', '..-'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-.', '.'), ('guiltit-', 'guiltit')]
ST19050621-V31-25-page2.txt: [('-', ''), ('-', '')]
ST19050621-V31-25-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050621-V31-25-page4.txt: [('-God.', 'God.'), ('-', ''), ('-', ''), ('-oadcast', 'oadcast'), ('-', ''), ('sat-', 'sat'), ('-', ''), ('-', ''), ('-and', 'and'), ('-', '')]
ST19050621-V31-25-page5.txt: [('Har-', 'Har'), ('-the', 'the'), ('-The', 'The'), ('-', ''), ('-', ''), ('-note', 'note'), ('-being', 'being'), ('--', '-')]
ST19050621-V31-25-page6.txt: [('-', ''), ('corn-', 'corn')]
ST19050621-V31-25-page7.txt: [('RE-', 'RE')]
ST19050621-V31-25-page8.txt: [('NIGHT-', 'NIGHT'), ('-', ''), ('an-', 'an'), ('-', ''), ('dis-', 'dis'), ('-T', 'T'), ('-', ''), ('diseases."-', 'diseases."'), ('-', ''), ('-', ''), ('-', '')]
ST19050621-V31-25-page9.txt: [('-thief.', 'thief.'), ('-At', 'At'), ('con-', 'con'), ('-', '')]
ST19050628-V31-26-page10.txt: [('-than', 'than'), ('-', ''), ('-', ''), ('-', ''), ('OB-', 'OB'), ('-', '')]
ST19050628-V31-26-page11.txt: [('-', ''), ('-spiritual', 'spiritual'), ('-', ''), ('-', '')]
ST19050628-V31-26-page12.txt: [('-They', 'They'), ('-is', 'is'), ('plan-', 'plan'), ('-his', 'his')]
ST19050628-V31-26-page13.txt: [('grand-', 'grand'), ('-', ''), ('-can', 'can'), ('-Casebeer', 'Casebeer'), ('I--', 'I-'), ('-How', 'How'), ('NOTES.-', 'NOTES.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Russo-', 'Russo')]
ST19050628-V31-26-page15.txt: [('-rite', 'rite'), ('children."-', 'children."'), ('DESCRIBES-', 'DESCRIBES')]
ST19050628-V31-26-page16.txt: [('-He', 'He'), ('In-', 'In'), ('here-', 'here'), ('-the', 'the'), ('-an', 'an'), ('-Boston', 'Boston'), ('-"', '"'), ('Perplexity-', 'Perplexity'), ('-', '')]
ST19050628-V31-26-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19050628-V31-26-page3.txt: [('ob-', 'ob'), ('-', ''), ('-', ''), ('-', '')]
ST19050628-V31-26-page4.txt: [('-Men', 'Men'), ('-nowise', 'nowise'), ('-', ''), ('-', '')]
ST19050628-V31-26-page5.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050628-V31-26-page7.txt: [('dis-', 'dis'), ('ac-', 'ac'), ('-', '')]
ST19050628-V31-26-page8.txt: [('-the', 'the'), ('--', '-')]
ST19050628-V31-26-page9.txt: [('-', ''), ('-', ''), ('-His', 'His'), ('-', ''), ('-of', 'of'), ('-is', 'is'), ('-', '')]
ST19050704-V31-27-page10.txt: [('-safe.', 'safe.')]
ST19050704-V31-27-page11.txt: [('-.', '.'), ('-', ''), ('-render', 'render'), ('-', ''), ('-u', 'u')]
ST19050704-V31-27-page12.txt: [('-so', 'so'), ('-', ''), ('-"', '"'), ('-of', 'of'), ('-', '')]
ST19050704-V31-27-page13.txt: [('lia-', 'lia'), ('-', ''), ('mar-', 'mar'), ('-One', 'One'), ('-', ''), ('-of', 'of'), ('-The', 'The'), ('-Rene', 'Rene'), ('-high', 'high')]
ST19050704-V31-27-page14.txt: [('-not', 'not'), ('-', ''), ('LESSON-', 'LESSON'), ('-', '')]
ST19050704-V31-27-page15.txt: [('-sins.', 'sins.'), ('wear-', 'wear'), ('atone-', 'atone'), ('-', ''), ('Note-', 'Note'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-send', 'send'), ('than-', 'than'), ('Russo-', 'Russo')]
ST19050704-V31-27-page16.txt: [('-', ''), ('-not', 'not'), ('Cardinal."--', 'Cardinal."-'), ('-years', 'years'), ('-', ''), ('-Rom.', 'Rom.'), ('-', ''), ('-is', 'is'), ('I-', 'I'), ('-is', 'is')]
ST19050704-V31-27-page2.txt: [('-Ps', 'Ps'), ('-', ''), ('-', ''), ('-', ''), ('-label', 'label'), ('-', '')]
ST19050704-V31-27-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('INDI-', 'INDI')]
ST19050704-V31-27-page5.txt: [('PRIN-', 'PRIN'), ('advan-', 'advan')]
ST19050704-V31-27-page6.txt: [('-for', 'for'), ('-', '')]
ST19050704-V31-27-page7.txt: [('-', ''), ('-those', 'those'), ('-', ''), ('e-', 'e'), ('-a..zC', 'a..zC'), ('df-', 'df'), ('fe-', 'fe'), ('-', ''), ('--', '-')]
ST19050704-V31-27-page8.txt: [('-', ''), ('-.', '.'), ('forever-', 'forever'), ("-Christian's", "Christian's"), ('-', ''), ('-', ''), ('-', ''), ('-Harlan', 'Harlan')]
ST19050704-V31-27-page9.txt: [('-', ''), ('-', ''), ('non-', 'non'), ('-have', 'have'), ('How-', 'How'), ('-', ''), ('-', ''), ('-hour', 'hour')]
ST19050712-V31-28-page1.txt: [('-', ''), ('s----', 's---'), ('-monememomismommor', 'monememomismommor')]
ST19050712-V31-28-page10.txt: [('-', '')]
ST19050712-V31-28-page11.txt: [('-', '')]
ST19050712-V31-28-page12.txt: [('-', ''), ('-', '')]
ST19050712-V31-28-page13.txt: [('manifested.-', 'manifested.'), ('-', ''), ('-', ''), ('-', ''), ('-roy', 'roy'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-W.', 'W.'), ('CAMP-', 'CAMP'), ('-', ''), ('vital-', 'vital')]
ST19050712-V31-28-page14.txt: [('considera-', 'considera')]
ST19050712-V31-28-page15.txt: [('HOUSE-', 'HOUSE'), ('Russo-', 'Russo')]
ST19050712-V31-28-page16.txt: [('Rights..--', 'Rights..-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050712-V31-28-page2.txt: [('-', ''), ('-', ''), ('-"VVVI-W"\'"Ar""A"', '"VVVI-W"\'"Ar""A"')]
ST19050712-V31-28-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ir-', 'ir')]
ST19050712-V31-28-page4.txt: [('-', ''), ('na-', 'na')]
ST19050712-V31-28-page5.txt: [('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-s', 's')]
ST19050712-V31-28-page6.txt: [('--', '-'), ('pseudo-', 'pseudo')]
ST19050712-V31-28-page7.txt: [('-', ''), ('-', ''), ('--', '-')]
ST19050712-V31-28-page8.txt: [('-', ''), ('-', '')]
ST19050712-V31-28-page9.txt: [('-There', 'There'), ('-', '')]
ST19050719-V31-29-page1.txt: [('-', '')]
ST19050719-V31-29-page10.txt: [('-', ''), ('-', ''), ('-for', 'for'), ('-', ''), ('-and', 'and'), ('-', ''), ('scrip-', 'scrip')]
ST19050719-V31-29-page11.txt: [('OB-', 'OB'), ('-And', 'And'), ('-thus', 'thus'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050719-V31-29-page12.txt: [('the-', 'the'), ('-', '')]
ST19050719-V31-29-page13.txt: [('-Mrs.', 'Mrs.'), ('-', ''), ('Scripture.-', 'Scripture.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Beth-', 'Beth'), ('-', ''), ('Him-', 'Him'), ('fol-', 'fol'), ('-', ''), ('pre-', 'pre')]
ST19050719-V31-29-page15.txt: [('Russo-', 'Russo')]
ST19050719-V31-29-page16.txt: [('-Not', 'Not'), ('-', ''), ('polit-', 'polit'), ('-', ''), ('-oflastilp', 'oflastilp')]
ST19050719-V31-29-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050719-V31-29-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('cy-', 'cy'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050719-V31-29-page4.txt: [('-principles', 'principles')]
ST19050719-V31-29-page5.txt: [('--', '-'), ('"-', '"')]
ST19050719-V31-29-page6.txt: [('-', ''), ('-', ''), ('schools-', 'schools'), ('re-', 're')]
ST19050719-V31-29-page7.txt: [('-', ''), ('-', ''), ('-religious', 'religious')]
ST19050719-V31-29-page8.txt: [('-the', 'the'), ("-God's", "God's"), ('-Christ', 'Christ'), ('-', '')]
ST19050719-V31-29-page9.txt: [('-', ''), ('-', ''), ('Itt-', 'Itt'), ('-', '')]
ST19050726-V31-30-page1.txt: [('-is', 'is'), ('-', '')]
ST19050726-V31-30-page10.txt: [('-', ''), ('seeming-', 'seeming'), ('-', ''), ('-', ''), ('OB-', 'OB')]
ST19050726-V31-30-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the')]
ST19050726-V31-30-page12.txt: [('-', '')]
ST19050726-V31-30-page13.txt: [('-', ''), ('-', ''), ('CAMP-', 'CAMP'), ('-', ''), ('II-', 'II'), ('-', ''), ('-', ''), ('Scripture.-', 'Scripture.'), ('-', ''), ('wolk-', 'wolk')]
ST19050726-V31-30-page14.txt: [('-faith.', 'faith.'), ('---', '--'), ('-', '')]
ST19050726-V31-30-page15.txt: [('Russo-', 'Russo'), ('half-', 'half')]
ST19050726-V31-30-page16.txt: [('-', ''), ('"scientific"-', '"scientific"'), ('-', ''), ('-', ''), ('Ap-', 'Ap'), ('Nash-', 'Nash')]
ST19050726-V31-30-page2.txt: [('-', ''), ('-', ''), ('-Minion', 'Minion'), ('-Bourgeois', 'Bourgeois'), ('-Small', 'Small'), ('-Ruby', 'Ruby')]
ST19050726-V31-30-page3.txt: [('-', ''), ('pre-', 'pre'), ('-', ''), ('-', '')]
ST19050726-V31-30-page4.txt: [('-', ''), ('-that', 'that'), ('-love', 'love'), ('command-', 'command'), ('-there', 'there')]
ST19050726-V31-30-page5.txt: [('tradi-', 'tradi'), ('-.', '.'), ('so-', 'so'), ('...-', '...')]
ST19050726-V31-30-page7.txt: [('-saved."', 'saved."'), ('I-', 'I')]
ST19050726-V31-30-page8.txt: [('ttl-', 'ttl'), ('un-', 'un'), ('-', ''), ('Kttli-', 'Kttli'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050802-V31-31-page1.txt: [('-', '')]
ST19050802-V31-31-page10.txt: [('-', ''), ('-', ''), ('en-', 'en')]
ST19050802-V31-31-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050802-V31-31-page12.txt: [('Brain.-', 'Brain.')]
ST19050802-V31-31-page13.txt: [('Alsace-', 'Alsace'), ('California-', 'California')]
ST19050802-V31-31-page14.txt: [('-STUTTLE.', 'STUTTLE.'), ('well-', 'well'), ('-every', 'every')]
ST19050802-V31-31-page15.txt: [('-Sydney', 'Sydney'), ('astray-', 'astray'), ('Scripture.-', 'Scripture.'), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-Two', 'Two'), ('Russo-', 'Russo')]
ST19050802-V31-31-page16.txt: [('infor-', 'infor'), ('-is', 'is'), ('-', ''), ('-', ''), ('An-', 'An'), ('-', '')]
ST19050802-V31-31-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-Paper', 'Paper'), ('-', '')]
ST19050802-V31-31-page3.txt: [('de-', 'de'), ('-', ''), ('Dark-', 'Dark'), ('-', ''), ('-', ''), ('-', '')]
ST19050802-V31-31-page4.txt: [('-', ''), ('-', ''), ('PERISH.-', 'PERISH.'), ('-', '')]
ST19050802-V31-31-page5.txt: [('IDOL-', 'IDOL'), ('ac-', 'ac'), ('-', ''), ('-', '')]
ST19050802-V31-31-page6.txt: [('them-', 'them'), ('and-', 'and'), ('"con-', '"con'), ('PER-', 'PER'), ('-', ''), ('-', '')]
ST19050802-V31-31-page7.txt: [('pro-', 'pro')]
ST19050802-V31-31-page8.txt: [('-', ''), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('capital-', 'capital')]
ST19050802-V31-31-page9.txt: [('-the', 'the')]
ST19050809-V31-32-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050809-V31-32-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050809-V31-32-page11.txt: [('Russo-', 'Russo')]
ST19050809-V31-32-page13.txt: [('-', ''), ('-', ''), ('r-', 'r'), ('-Two', 'Two'), ('like-', 'like'), ('-Susan', 'Susan')]
ST19050809-V31-32-page14.txt: [('-"', '"'), ('-THE', 'THE'), ('SAB-', 'SAB'), ('-"', '"'), ('-The', 'The'), ('-truth', 'truth'), ('-In', 'In'), ('-', ''), ('-', ''), ('D.BRADLEY-', 'D.BRADLEY'), ('Mississippi-', 'Mississippi'), ('-A', 'A'), ('-A', 'A')]
ST19050809-V31-32-page2.txt: [('-', ''), ('-', '')]
ST19050809-V31-32-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('remem-', 'remem'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050809-V31-32-page4.txt: [('DOMINA-', 'DOMINA'), ('competi-', 'competi')]
ST19050809-V31-32-page5.txt: [('Mc-', 'Mc'), ('of-', 'of')]
ST19050809-V31-32-page6.txt: [('-', ''), ('-', ''), ('gath-', 'gath'), ('-', '')]
ST19050809-V31-32-page7.txt: [('x--', 'x-'), ('TRANSGRES-', 'TRANSGRES'), ('-shone', 'shone'), ('-', ''), ('-', '')]
ST19050809-V31-32-page8.txt: [('thought-', 'thought')]
ST19050809-V31-32-page9.txt: [('US.-', 'US.'), ('-Selected.', 'Selected.'), ('salvation"-', 'salvation"'), ("-Rebecca'.", "Rebecca'."), ('-', ''), ('-', ''), ('-', ''), ('-name', 'name'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Abra-', 'Abra')]
ST19050816-V31-33-page1.txt: [('mis-', 'mis'), ('-', '')]
ST19050816-V31-33-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19050816-V31-33-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pro-', 'pro')]
ST19050816-V31-33-page12.txt: [('Catho-', 'Catho')]
ST19050816-V31-33-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('with-', 'with')]
ST19050816-V31-33-page14.txt: [('-making', 'making'), ('Hart-', 'Hart'), ('-', ''), ('-Cri', 'Cri'), ('--', '-'), ('conclu-', 'conclu')]
ST19050816-V31-33-page15.txt: [('Russo-', 'Russo')]
ST19050816-V31-33-page16.txt: [('-"', '"'), ('-In', 'In'), ('-', ''), ('Responsibility-', 'Responsibility'), ('-', ''), ('SAB-', 'SAB'), ('-"', '"'), ('-suppress', 'suppress'), ('-General', 'General'), ('-', ''), ('-THE', 'THE')]
ST19050816-V31-33-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Important.-', 'Important.')]
ST19050816-V31-33-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-mount', 'mount'), ('-to', 'to'), ('-destroy', 'destroy'), ('-time', 'time'), ('-Child.', 'Child.'), ('-anything', 'anything'), ('-professed', 'professed'), ('-again', 'again'), ('-part', 'part'), ('-a', 'a'), ('an-', 'an'), ('weaken-', 'weaken'), ('.-', '.'), ('-sacred', 'sacred'), ('-waiting', 'waiting'), ('-need', 'need'), ('-were', 'were')]
ST19050816-V31-33-page4.txt: [('individ-', 'individ'), ('-It', 'It'), ('char-', 'char'), ('-commandments', 'commandments'), ('--to', '-to')]
ST19050816-V31-33-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-on', 'on'), ('-', '')]
ST19050816-V31-33-page6.txt: [('Dr.-', 'Dr.'), ('essen--', 'essen-'), ('-tially', 'tially')]
ST19050816-V31-33-page7.txt: [('-', ''), ('-', '')]
ST19050816-V31-33-page8.txt: [('--', '-'), ('---', '--')]
ST19050823-V31-34-page10.txt: [('ran.-', 'ran.'), ('-', '')]
ST19050823-V31-34-page11.txt: [('-', ''), ('-', ''), ('-I', 'I'), ('-them', 'them'), ('-', ''), ('-', ''), ('-under', 'under'), ('-', ''), ('-E', 'E'), ('-points', 'points')]
ST19050823-V31-34-page12.txt: [('-following', 'following'), ('-', '')]
ST19050823-V31-34-page13.txt: [('-interest', 'interest'), ('-souls', 'souls'), ('-circulars', 'circulars'), ('-library', 'library'), ('-', ''), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('Australa-', 'Australa'), ('Russo-', 'Russo')]
ST19050823-V31-34-page14.txt: [('-', ''), ('-', ''), ('con-', 'con'), ('-D.', 'D.')]
ST19050823-V31-34-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-They', 'They'), ('TEXT-BOOK.-', 'TEXT-BOOK.')]
ST19050823-V31-34-page16.txt: [('-"', '"'), ('-THE', 'THE'), ('SAB-', 'SAB'), ('-"', '"'), ('-', ''), ('Situation.-', 'Situation.'), ('govern-', 'govern'), ('-Suggestive', 'Suggestive'), ('Christ-', 'Christ'), ('-', ''), ('Outloole.--', 'Outloole.-'), ('Leads-', 'Leads'), ('Com-', 'Com'), ('culti-', 'culti')]
ST19050823-V31-34-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('heaven.-', 'heaven.'), ('believe.-', 'believe.'), ('Christ.-', 'Christ.')]
ST19050823-V31-34-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050823-V31-34-page4.txt: [('-the', 'the'), ('-is', 'is'), ('-', ''), ('-', ''), ('-', ''), ('-brought', 'brought'), ('c-', 'c'), ('priest-', 'priest')]
ST19050823-V31-34-page5.txt: [('-', ''), ('Sunday-', 'Sunday'), ('-', ''), ('-', ''), ('-', ''), ('-form', 'form'), ('Life-', 'Life')]
ST19050823-V31-34-page6.txt: [('-to', 'to'), ('same-', 'same')]
ST19050823-V31-34-page7.txt: [('-by', 'by'), ('govern-', 'govern'), ('-and', 'and')]
ST19050823-V31-34-page9.txt: [('"-', '"'), ('-green', 'green')]
ST19050830-V31-35-page1.txt: [('-', '')]
ST19050830-V31-35-page10.txt: [('-', ''), ('-I', 'I'), ('-', ''), ('cer-', 'cer'), ('-', '')]
ST19050830-V31-35-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-Sant.', 'Sant.'), ('-', ''), ('-', ''), ('is-', 'is'), ('man-', 'man'), ('thou-', 'thou'), ('-', '')]
ST19050830-V31-35-page12.txt: [('-', ''), ('neigh-', 'neigh'), ('-"', '"')]
ST19050830-V31-35-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-enjoy.', 'enjoy.'), ('-', ''), ('-of', 'of'), ('-', '')]
ST19050830-V31-35-page14.txt: [('-', ''), ('exclaimed-', 'exclaimed'), ('wonder-', 'wonder')]
ST19050830-V31-35-page15.txt: [('-of', 'of'), ('Russo-', 'Russo'), ('-', '')]
ST19050830-V31-35-page16.txt: [('-"', '"'), ('-THE', 'THE'), ('SAB-', 'SAB'), ('-"', '"'), ('ne-', 'ne'), ('-', ''), ('great-', 'great'), ('-the', 'the'), ('Editorial.-', 'Editorial.'), ('-', ''), ('-', ''), ('-', ''), ('Need-', 'Need'), ('-', ''), ('-', ''), ('-', ''), ('Life-giv-', 'Life-giv'), ('-', ''), ('-', '')]
ST19050830-V31-35-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-page', 'page'), ('--"X', '-"X'), ('.-', '.')]
ST19050830-V31-35-page3.txt: [('-', ''), ('-', ''), ('night-', 'night'), ('-', ''), ('-', ''), ('face-', 'face')]
ST19050830-V31-35-page4.txt: [('-His', 'His'), ('-', ''), ('-', ''), ('-In', 'In'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050830-V31-35-page5.txt: [('-have', 'have'), ('-', ''), ('particu-', 'particu'), ('x-', 'x'), ('-', ''), ('faith.-', 'faith.')]
ST19050830-V31-35-page6.txt: [('-of', 'of'), ('-', '')]
ST19050830-V31-35-page7.txt: [('con-', 'con')]
ST19050830-V31-35-page8.txt: [('trAC-', 'trAC'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('LAWLESS-', 'LAWLESS'), ('Evening-', 'Evening'), ('-and', 'and')]
ST19050830-V31-35-page9.txt: [('-', '')]
ST19050906-V31-36-page1.txt: [('A-', 'A'), ('-', '')]
ST19050906-V31-36-page10.txt: [('CREA-', 'CREA'), ('-', ''), ('-', '')]
ST19050906-V31-36-page11.txt: [('-', ''), ('-Prophetic', 'Prophetic'), ('-x', 'x'), ('-rI.', 'rI.'), ('-', ''), ('-', ''), ('-u.', 'u.'), ('I-', 'I'), ('-', '')]
ST19050906-V31-36-page12.txt: [('-efforts', 'efforts')]
ST19050906-V31-36-page13.txt: [('-', ''), ('-', ''), ('-', '')]
ST19050906-V31-36-page15.txt: [('Russo-', 'Russo'), ('TEXT-BOOK.-', 'TEXT-BOOK.')]
ST19050906-V31-36-page16.txt: [('-"', '"'), ('-THE', 'THE'), ('SAB-', 'SAB'), ('-"', '"'), ('-', ''), ('-Choosing', 'Choosing'), ('-', ''), ('-', ''), ('Business-', 'Business'), ('incred-', 'incred')]
ST19050906-V31-36-page2.txt: [('-', ''), ('Cal-', 'Cal'), ('-', ''), ('-', ''), ('-', '')]
ST19050906-V31-36-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-He', 'He')]
ST19050906-V31-36-page4.txt: [('--First', '-First'), ('-', ''), ('-', ''), ('-', '')]
ST19050906-V31-36-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('expres-', 'expres'), ('-', ''), ('-ne', 'ne'), ('-', ''), ('-', '')]
ST19050906-V31-36-page6.txt: [('en-', 'en'), ('A-', 'A')]
ST19050906-V31-36-page7.txt: [('-by', 'by')]
ST19050906-V31-36-page8.txt: [('-', ''), ('LAWLESS-', 'LAWLESS')]
ST19050906-V31-36-page9.txt: [('-', ''), ('DIS-', 'DIS'), ('repre-', 'repre')]
ST19050913-V31-37-page1.txt: [('-', '')]
ST19050913-V31-37-page10.txt: [('-', '')]
ST19050913-V31-37-page11.txt: [('-"', '"'), ('-worshiped', 'worshiped'), ('-should', 'should'), ('-in', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-imaginations', 'imaginations')]
ST19050913-V31-37-page12.txt: [('-Much', 'Much')]
ST19050913-V31-37-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('X.-', 'X.'), ('-', ''), ('s-', 's'), ('-', ''), ('-a', 'a'), ('QUAR-', 'QUAR'), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050913-V31-37-page14.txt: [('CARRIE-', 'CARRIE'), ('honor-', 'honor'), ('-ossing', 'ossing')]
ST19050913-V31-37-page15.txt: [('-', ''), ('-along', 'along'), ('-', ''), ('-The', 'The'), ('Russo-', 'Russo'), ('TEXT-BOOK.--', 'TEXT-BOOK.-'), ('aun-', 'aun'), ('apply-', 'apply'), ('-', ''), ('-', '')]
ST19050913-V31-37-page16.txt: [('Mira-', 'Mira'), ('-', ''), ('-', ''), ('puri-', 'puri'), ('--s', '-s'), ('ticut-', 'ticut'), ('-', ''), ('-', '')]
ST19050913-V31-37-page2.txt: [('Cal-', 'Cal'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050913-V31-37-page3.txt: [('circum-', 'circum')]
ST19050913-V31-37-page4.txt: [('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050913-V31-37-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-II', 'II'), ('-', '')]
ST19050913-V31-37-page6.txt: [('-law.', 'law.'), ('couldwan-', 'couldwan'), ('-by', 'by'), ('Globe-', 'Globe')]
ST19050913-V31-37-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ac-', 'ac')]
ST19050913-V31-37-page8.txt: [('tWA-', 'tWA'), ('-', ''), ('religions-', 'religions'), ('CHRIS-', 'CHRIS'), ('-characterizes', 'characterizes')]
ST19050913-V31-37-page9.txt: [('-ark."', 'ark."')]
ST19050920-V31-38-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19050920-V31-38-page11.txt: [('-we', 'we'), ('-', ''), ('-', ''), ('-Spurgeon.', 'Spurgeon.'), ('-cause', 'cause'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Anchored', 'Anchored'), ('-', '')]
ST19050920-V31-38-page12.txt: [('-.', '.'), ('-Our', 'Our'), ('awa-', 'awa')]
ST19050920-V31-38-page13.txt: [('will-', 'will'), ('TEXT-', 'TEXT'), ('C-', 'C'), ('-', ''), ('Russo-', 'Russo')]
ST19050920-V31-38-page14.txt: [('"-', '"'), ('-', '')]
ST19050920-V31-38-page15.txt: [('bone."-', 'bone."'), ('-I', 'I'), ('shoes.-', 'shoes.'), ('-Lutheran.', 'Lutheran.'), ('-he', 'he'), ('-', ''), ('-Saviour', 'Saviour'), ('-which', 'which'), ('-', ''), ('re-', 're')]
ST19050920-V31-38-page16.txt: [('dis-', 'dis'), ('-', ''), ('-', ''), ('Acad-', 'Acad')]
ST19050920-V31-38-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-J.', 'J.'), ('-', ''), ('-', ''), ('-', ''), ('-John', 'John'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('GodBewithYou--', 'GodBewithYou-'), ('-W.G.Tomer', 'W.G.Tomer'), ('Good-', 'Good'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19050920-V31-38-page3.txt: [('-', ''), ('-', '')]
ST19050920-V31-38-page4.txt: [('-', ''), ('-', ''), ('hu-', 'hu'), ('viola-', 'viola')]
ST19050920-V31-38-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-in', 'in'), ('-', ''), ('-', '')]
ST19050920-V31-38-page6.txt: [('-', ''), ("'-", "'"), ('ex-', 'ex')]
ST19050920-V31-38-page7.txt: [('-', ''), ('-places', 'places'), ('-a', 'a'), ('his-', 'his'), ('supplica-', 'supplica'), ('bound-', 'bound')]
ST19050920-V31-38-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-He', 'He'), ('intem-', 'intem')]
ST19050927-V31-39-page10.txt: [('-and', 'and'), ('-', '')]
ST19050927-V31-39-page11.txt: [('-', ''), ('-Acts', 'Acts'), ('-', ''), ('-xo.', 'xo.'), ('-', ''), ('thee.-', 'thee.'), ('-Ps.', 'Ps.'), ('-Isa', 'Isa'), ('-Triumphs', 'Triumphs'), ('-Dehit', 'Dehit'), ('-so', 'so'), ('-', ''), ('-knowing', 'knowing'), ('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-WoPghWecameaRThiced', 'WoPghWecameaRThiced')]
ST19050927-V31-39-page12.txt: [('-', '')]
ST19050927-V31-39-page13.txt: [('ex-', 'ex'), ('-', ''), ('-', '')]
ST19050927-V31-39-page14.txt: [('-pay', 'pay')]
ST19050927-V31-39-page15.txt: [('de-', 'de'), ('-', ''), ('-of', 'of'), ('Cleaning-', 'Cleaning'), ('-', ''), ('.-', '.'), ('-y', 'y'), ('means-', 'means'), ('-', ''), ('flat-', 'flat'), ('-clime.', 'clime.'), ('-', ''), ('Con-', 'Con'), ('un-', 'un'), ('ar-', 'ar'), ('Russo-', 'Russo'), ('half-', 'half')]
ST19050927-V31-39-page16.txt: [('STU-', 'STU'), ('-out', 'out'), ('-rank', 'rank'), ('-of', 'of'), ('-', ''), ('-', ''), ('Sunday-', 'Sunday'), ('-in', 'in'), ('the-', 'the'), ('news-', 'news'), ('fol-', 'fol'), ('-maybe', 'maybe'), ('-observed', 'observed'), ('-at', 'at'), ('Sab-', 'Sab'), ('Chrii-', 'Chrii'), ('-', '')]
ST19050927-V31-39-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('Important.-', 'Important.'), ('Wellsburg-', 'Wellsburg'), ('-', '')]
ST19050927-V31-39-page3.txt: [('abun-', 'abun'), ('-', ''), ('-', ''), ('-', ''), ('discour-', 'discour')]
ST19050927-V31-39-page4.txt: [('-', ''), ('the-', 'the'), ('-', ''), ('-in', 'in')]
ST19050927-V31-39-page5.txt: [('-', ''), ('-r', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ro-', 'ro')]
ST19050927-V31-39-page6.txt: [('EXEMPLI-', 'EXEMPLI'), ('-then', 'then'), ('-', ''), ('y-', 'y'), ('-', '')]
ST19050927-V31-39-page7.txt: [('-', ''), ('-and', 'and'), ('give-', 'give'), ('un--', 'un-'), ('cer-', 'cer')]
ST19050927-V31-39-page8.txt: [('IVVV-', 'IVVV'), ('-', '')]
ST19050927-V31-39-page9.txt: [('continu-', 'continu'), ('Matt.-', 'Matt.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051004-V31-40-page1.txt: [('-', '')]
ST19051004-V31-40-page10.txt: [('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051004-V31-40-page11.txt: [('-been', 'been'), ('-', ''), ('-', ''), ('-', ''), ('-over."', 'over."'), ('A-', 'A'), ('-', ''), ('-', '')]
ST19051004-V31-40-page12.txt: [('-have', 'have'), ('capacity--', 'capacity-'), ('-', ''), ('-', ''), ('-will', 'will'), ('-her', 'her'), ('her-', 'her')]
ST19051004-V31-40-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('example-', 'example'), ('sub-', 'sub'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("--'", "-'"), ('-', '')]
ST19051004-V31-40-page14.txt: [('PRISON-', 'PRISON'), ('under-', 'under'), ('non-', 'non'), ('-open', 'open')]
ST19051004-V31-40-page15.txt: [('-', ''), ('-their', 'their'), ('-tad-', 'tad-'), ('to-', 'to'), ('-', ''), ('-', ''), ('-only', 'only'), ('M-', 'M'), ('Russo-', 'Russo'), ('TEXT-BOOK.-', 'TEXT-BOOK.')]
ST19051004-V31-40-page16.txt: [('-.', '.'), ('---', '--'), ('-', ''), ('-', ''), ('-and', 'and')]
ST19051004-V31-40-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-VI\'VIVI""WV', 'VI\'VIVI""WV'), ('-Vr', 'Vr'), ('-"O\'Vf"Wt', '"O\'Vf"Wt')]
ST19051004-V31-40-page3.txt: [('--', '-'), ('------', '-----'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-him.', 'him.')]
ST19051004-V31-40-page4.txt: [('-have', 'have'), ('-', ''), ('-', ''), ('-His', 'His'), ('John-', 'John'), ('-', '')]
ST19051004-V31-40-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-', '')]
ST19051004-V31-40-page6.txt: [('-', ''), ('-', '')]
ST19051004-V31-40-page7.txt: [('-', ''), ('-as', 'as')]
ST19051004-V31-40-page8.txt: [('---', '--'), ('--Aletliet.WAW', '-Aletliet.WAW'), ('rf-', 'rf'), ('-', ''), ('-', ''), ('-means', 'means'), ('-', '')]
ST19051004-V31-40-page9.txt: [('-', '')]
ST19051011-V31-41-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051011-V31-41-page11.txt: [('-', '')]
ST19051011-V31-41-page12.txt: [('-while', 'while'), ('-', ''), ('-', ''), ('re-', 're'), ('-le', 'le'), ('-simple', 'simple'), ('Protes-', 'Protes')]
ST19051011-V31-41-page13.txt: [('-', ''), ('-', ''), ('oppos-', 'oppos'), ('woman-', 'woman'), ('-', ''), ('-chuich', 'chuich')]
ST19051011-V31-41-page14.txt: [("e'-", "e'"), ('-', ''), ('Hart-', 'Hart'), ('-man', 'man'), ('-Then', 'Then')]
ST19051011-V31-41-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('Russo-', 'Russo'), ('-paid.', 'paid.'), ('TEXT-BOWL-', 'TEXT-BOWL'), ('-sent', 'sent'), ('-', ''), ('-', ''), ('-', ''), ('--nrcrtnns-', '-nrcrtnns-'), ('-conquered', 'conquered'), ('-', ''), ('ar-', 'ar')]
ST19051011-V31-41-page16.txt: [('incense-', 'incense'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051011-V31-41-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051011-V31-41-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051011-V31-41-page4.txt: [('-dream', 'dream'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ("'-", "'"), ('read-', 'read')]
ST19051011-V31-41-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('r-', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('privi-', 'privi'), ('me-', 'me')]
ST19051011-V31-41-page6.txt: [('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051011-V31-41-page7.txt: [('At-', 'At'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-particular', 'particular'), ('-', ''), ('endure.-', 'endure.')]
ST19051011-V31-41-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051011-V31-41-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('C-', 'C'), ('-was', 'was'), ('angel.-', 'angel.'), ('-i', 'i'), ("'-", "'"), ('-.', '.'), ('--UZ', '-UZ'), ('--riekAlfbgli', '-riekAlfbgli'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('ZaZX-', 'ZaZX'), ('larOiFireire-', 'larOiFireire'), ('-', ''), ('-', ''), ('-', ''), ('ESC-', 'ESC'), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-N', 'N'), ('-', ''), ('.--', '.-'), ('-', ''), ('-', ''), ('Fahr-', 'Fahr'), ('-', ''), ('-', ''), ('-', ''), ('LIAIE-', 'LIAIE'), ('-', ''), ('.-', '.'), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('W-', 'W'), ('-', ''), ('-aa', 'aa'), ('..-', '..'), ('-.', '.'), ('-Ihniii', 'Ihniii'), ('--', '-'), ('-', ''), ('mg..-', 'mg..'), ('-', ''), ('-', ''), ('bdif-WrAirt-', 'bdif-WrAirt'), ('-', ''), ('-', ''), ('-JR', 'JR'), ('....-', '....'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-.-', '.-')]
ST19051018-V31-42-page10.txt: [('-', '')]
ST19051018-V31-42-page11.txt: [('-', '')]
ST19051018-V31-42-page12.txt: [('Christen-', 'Christen'), ('-', '')]
ST19051018-V31-42-page13.txt: [('Mc-', 'Mc'), ('Mc-', 'Mc'), ('RUSSO-', 'RUSSO')]
ST19051018-V31-42-page14.txt: [('-it', 'it'), ('-', '')]
ST19051018-V31-42-page15.txt: [('-lirpelirstiS', 'lirpelirstiS'), ('I-', 'I'), ('-', '')]
ST19051018-V31-42-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('Sup-', 'Sup'), ('Africa-', 'Africa')]
ST19051018-V31-42-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051018-V31-42-page3.txt: [('-', ''), ('Copy-', 'Copy'), ('-', ''), ('-', '')]
ST19051018-V31-42-page4.txt: [('-', ''), ('revolt-', 'revolt'), ('-', ''), ('-people', 'people')]
ST19051018-V31-42-page5.txt: [('-', ''), ('-', ''), ('taberna-', 'taberna'), ('-', '')]
ST19051018-V31-42-page6.txt: [('-', ''), ('-', '')]
ST19051018-V31-42-page7.txt: [('impression-', 'impression'), ('t-', 't')]
ST19051018-V31-42-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('depos-', 'depos')]
ST19051018-V31-42-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051025-V31-43-page10.txt: [('-asked', 'asked')]
ST19051025-V31-43-page11.txt: [('impos-', 'impos'), ('-', ''), ('-', ''), ('-', ''), ('-world', 'world'), ('No-', 'No')]
ST19051025-V31-43-page12.txt: [('-impossible', 'impossible')]
ST19051025-V31-43-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the')]
ST19051025-V31-43-page14.txt: [('-', ''), ('-', ''), ('min-', 'min'), ('-', ''), ('Eccl.-', 'Eccl.'), ('-', ''), ('sleep-', 'sleep')]
ST19051025-V31-43-page15.txt: [('-', ''), ('-Atonement', 'Atonement'), ('-', ''), ('-beginning', 'beginning'), ('-', ''), ('-', ''), ('peo-', 'peo'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.')]
ST19051025-V31-43-page16.txt: [('IMP-', 'IMP'), ('-', ''), ('-sets', 'sets'), ('-God-ordained', 'God-ordained'), ('-an', 'an'), ('-', ''), ('-', ''), ('-a', 'a'), ('-', ''), ('-.From', '.From'), ('-of', 'of'), ('the-', 'the'), ('-Hewill', 'Hewill'), ('Scrip-', 'Scrip')]
ST19051025-V31-43-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051025-V31-43-page3.txt: [('hiero-', 'hiero'), ('-', ''), ('--', '-')]
ST19051025-V31-43-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051025-V31-43-page5.txt: [('Melchiz-', 'Melchiz')]
ST19051025-V31-43-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', '')]
ST19051025-V31-43-page7.txt: [('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051025-V31-43-page8.txt: [('Bethlehem.-', 'Bethlehem.'), ('-', ''), ('-', ''), ('-', '')]
ST19051025-V31-43-page9.txt: [('-', '')]
ST19051101-V31-44-page1.txt: [('-', '')]
ST19051101-V31-44-page10.txt: [('-', ''), ('-is', 'is'), ('Sunday-', 'Sunday'), ('to-', 'to')]
ST19051101-V31-44-page11.txt: [('-', '')]
ST19051101-V31-44-page13.txt: [('-labors', 'labors'), ('indus-', 'indus'), ('Sixty-', 'Sixty')]
ST19051101-V31-44-page14.txt: [('now-', 'now'), ('-', ''), ('-', ''), ('Him."-', 'Him."'), ('-', ''), ('-.II', '.II')]
ST19051101-V31-44-page15.txt: [('Russo-', 'Russo')]
ST19051101-V31-44-page16.txt: [('WY-', 'WY'), ('-Any', 'Any'), ('-', ''), ('PAD-', 'PAD'), ('Bible-read-', 'Bible-read'), ('-', '')]
ST19051101-V31-44-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051101-V31-44-page3.txt: [('with-', 'with'), ('-', ''), ('-', '')]
ST19051101-V31-44-page4.txt: [('-', ''), ('-', '')]
ST19051101-V31-44-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051101-V31-44-page6.txt: [('-', '')]
ST19051101-V31-44-page8.txt: [('-remains', 'remains'), ('and-', 'and'), ('-', ''), ('gener--', 'gener-'), ('I-', 'I')]
ST19051101-V31-44-page9.txt: [('-', '')]
ST19051108-V31-45-page10.txt: [('-no', 'no'), ('-its', 'its'), ('-began', 'began'), ('-The', 'The'), ('-church', 'church'), ('re-', 're'), ('re-', 're')]
ST19051108-V31-45-page11.txt: [('-a', 'a'), ('-', ''), ('-Rev.-', 'Rev.-'), ('-', ''), ('COnvention.-', 'COnvention.'), ('-from', 'from'), ('ren-', 'ren')]
ST19051108-V31-45-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('Earth-', 'Earth'), ('-', ''), ('--', '-'), ('.--', '.-'), ('-.-', '.-'), ('--', '-'), ('--', '-'), ('lives-', 'lives')]
ST19051108-V31-45-page13.txt: [('-drama', 'drama'), ('-', ''), ('-', ''), ("-God's", "God's"), ('-', ''), ('-of', 'of'), ('adver-', 'adver'), ('-', '')]
ST19051108-V31-45-page14.txt: [('-imortal', 'imortal'), ('together.-', 'together.'), ('com-', 'com'), ('es-', 'es')]
ST19051108-V31-45-page15.txt: [('-', ''), ('Margie-', 'Margie'), ('emo-', 'emo'), ('pos-', 'pos'), ('Magis-', 'Magis'), ('satisfac-', 'satisfac'), ('-', ''), ('becom-', 'becom'), ('legis-', 'legis'), ('-', ''), ('-', ''), ("ib'ciecb-", "ib'ciecb"), ('e-Q-', 'e-Q'), ('-qt.e', 'qt.e'), ('-kiv', 'kiv'), ('-', '')]
ST19051108-V31-45-page16.txt: [('-', ''), ('-crollilr', 'crollilr'), ('-pleads', 'pleads'), ('-', ''), ('evil.-', 'evil.'), ('information-', 'information'), ('-', ''), ('-', ''), ('AVERY-', 'AVERY'), ('-', ''), ('-through', 'through')]
ST19051108-V31-45-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('liv-', 'liv')]
ST19051108-V31-45-page3.txt: [('-"', '"'), ('"-', '"'), ('Him-', 'Him'), ('-', ''), ('-', ''), ('spake-', 'spake'), ('anti-', 'anti'), ('-', ''), ('"clk-', '"clk'), ('-clsr', 'clsr'), ('eqii-', 'eqii')]
ST19051108-V31-45-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051108-V31-45-page5.txt: [('-', ''), ('-', '')]
ST19051108-V31-45-page6.txt: [('.-', '.'), ('-', ''), ('-disappointed', 'disappointed'), ('-', ''), ('-', ''), ('-that', 'that'), ('-about', 'about'), ('-even', 'even'), ('us-', 'us'), ('Oues-', 'Oues'), ('the-', 'the'), ('-', ''), ('Pagan-', 'Pagan')]
ST19051108-V31-45-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('-', '')]
ST19051108-V31-45-page8.txt: [('-', ''), ('x-', 'x'), ('-', ''), ('-Babylon.', 'Babylon.'), ('-', ''), ('In-', 'In'), ('-and', 'and')]
ST19051108-V31-45-page9.txt: [('-', ''), ('Crea-', 'Crea'), ('-and', 'and'), ('-memorial', 'memorial'), ('-', ''), ('-', ''), ('JUDG-', 'JUDG'), ('Lot.-', 'Lot.')]
ST19051109-V31-48-page10.txt: [('command.-', 'command.'), ('r-', 'r'), ('-', ''), ('difficul-', 'difficul')]
ST19051109-V31-48-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-swords', 'swords'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('--men', '-men'), ('-', '')]
ST19051109-V31-48-page13.txt: [('Apoc-', 'Apoc'), ('accom-', 'accom'), ('enthu-', 'enthu'), ('-', '')]
ST19051109-V31-48-page14.txt: [('-many', 'many'), ('-say', 'say'), ('-first', 'first'), ('-', ''), ('clas.-', 'clas.'), ('be--', 'be-')]
ST19051109-V31-48-page15.txt: [('-problems', 'problems'), ('-', ''), ('con-', 'con'), ('--', '-'), ('-of', 'of')]
ST19051109-V31-48-page16.txt: [('-day', 'day'), ('-', ''), ('AVERY-', 'AVERY'), ('-Literary', 'Literary'), ('-', '')]
ST19051109-V31-48-page2.txt: [('-', ''), ('-', '')]
ST19051109-V31-48-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051109-V31-48-page4.txt: [('-of', 'of')]
ST19051109-V31-48-page5.txt: [('ut-', 'ut'), ('-', ''), ('-', ''), ('-Dominion.', 'Dominion.'), ('-', '')]
ST19051109-V31-48-page6.txt: [('-empire', 'empire'), ('-They', 'They'), ('-', ''), ('-with', 'with'), ('-has', 'has'), ('-', ''), ('rec-', 'rec')]
ST19051109-V31-48-page7.txt: [('-on', 'on'), ('THANKSGIVING-', 'THANKSGIVING'), ('-"', '"'), ('-', '')]
ST19051109-V31-48-page8.txt: [('-', ''), ('-', ''), ('Arre-', 'Arre'), ('distin-', 'distin')]
ST19051109-V31-48-page9.txt: [('-', ''), ('TER-', 'TER'), ('be-', 'be')]
ST19051115-V31-46-page1.txt: [('FV-', 'FV'), ('-', ''), ('all--', 'all-')]
ST19051115-V31-46-page10.txt: [('-means', 'means'), ('well-', 'well'), ('propo-', 'propo')]
ST19051115-V31-46-page11.txt: [('Pha-', 'Pha'), ('-', ''), ('-', ''), ('-thee', 'thee')]
ST19051115-V31-46-page12.txt: [('-', ''), ('L--', 'L-')]
ST19051115-V31-46-page13.txt: [('mes-', 'mes'), ('-', ''), ('anti-', 'anti'), ('Bourdeau-', 'Bourdeau'), ('CORRESPOND-', 'CORRESPOND'), ('-', '')]
ST19051115-V31-46-page14.txt: [('-', '')]
ST19051115-V31-46-page15.txt: [('-No', 'No'), ('-according', 'according')]
ST19051115-V31-46-page16.txt: [('-Young', 'Young'), ('-of', 'of'), ('"---', '"--'), ('-', ''), ('-', ''), ('-', ''), ('some-', 'some')]
ST19051115-V31-46-page2.txt: [('-', ''), ('yea"-', 'yea"'), ('--We', '-We')]
ST19051115-V31-46-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051115-V31-46-page4.txt: [('-', ''), ('-', '')]
ST19051115-V31-46-page5.txt: [('I-', 'I'), ('-', ''), ('-', ''), ('-', '')]
ST19051115-V31-46-page6.txt: [('whengov-', 'whengov'), ('in-', 'in'), ('-', ''), ('-', ''), ('-on', 'on')]
ST19051115-V31-46-page7.txt: [('-', '')]
ST19051115-V31-46-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-strata', 'strata'), ('-', '')]
ST19051115-V31-46-page9.txt: [('-', ''), ('-our', 'our'), ('-', ''), ('-', ''), ('-', '')]
ST19051122-V31-47-page10.txt: [('-', ''), ('-', ''), ('-and', 'and'), ('-r', 'r'), ('-', '')]
ST19051122-V31-47-page11.txt: [('.-', '.'), ('SUM-', 'SUM'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-His', 'His'), ("'-", "'"), ('-every', 'every'), ('-the', 'the'), ('beauti.-', 'beauti.'), ('-breath', 'breath')]
ST19051122-V31-47-page12.txt: [('-', ''), ('-', ''), ('-Jehovah', 'Jehovah'), ('-', ''), ('for-', 'for')]
ST19051122-V31-47-page13.txt: [('-but', 'but'), ('-"Now', '"Now'), ('-', ''), ('-', ''), ('--ill', '-ill'), ('development.-', 'development.')]
ST19051122-V31-47-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-wont', 'wont')]
ST19051122-V31-47-page15.txt: [('-', ''), ('-', ''), ('the-', 'the'), ('proph-', 'proph')]
ST19051122-V31-47-page16.txt: [('-C.', 'C.'), ('-', ''), ('-is', 'is'), ('-follow', 'follow'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('AVERY-', 'AVERY')]
ST19051122-V31-47-page2.txt: [('-', ''), ('-', ''), ('A-', 'A')]
ST19051122-V31-47-page3.txt: [('-every', 'every'), ('help-', 'help'), ('-', ''), ('-"', '"'), ('-', ''), ('-', ''), ('-the', 'the'), ('nat-', 'nat')]
ST19051122-V31-47-page4.txt: [('afresh.-', 'afresh.'), ('-', ''), ('-', ''), ('with-', 'with'), ('-', ''), ('-To', 'To')]
ST19051122-V31-47-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-', '')]
ST19051122-V31-47-page6.txt: [('-the', 'the'), ('-', ''), ('Conn-', 'Conn'), ('-', '')]
ST19051122-V31-47-page7.txt: [('-', ''), ('-vessels', 'vessels'), ('-', ''), ('-', ''), ('-s', 's'), ('-..."', '..."'), ('-s', 's'), ('-s', 's'), ('trans-', 'trans'), ('Mercy-', 'Mercy'), ('-sinner', 'sinner'), ('-', ''), ('char-', 'char'), ('-', ''), ('re-', 're'), ('-Viewing', 'Viewing')]
ST19051122-V31-47-page8.txt: [('-', ''), ('-Gad', 'Gad'), ('-', ''), ('ac-', 'ac'), ('-', ''), ('to-', 'to'), ('-', '')]
ST19051122-V31-47-page9.txt: [('-and', 'and'), ('judg-', 'judg'), ('-', '')]
ST19051206-V31-49-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051206-V31-49-page11.txt: [('consider-', 'consider'), ('-tire.', 'tire.'), ('living-', 'living')]
ST19051206-V31-49-page12.txt: [('-', ''), ('Him-', 'Him'), ('-came', 'came'), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051206-V31-49-page13.txt: [('e-', 'e'), ('-church', 'church'), ('pros-', 'pros'), ('An-', 'An'), ('Ad-', 'Ad'), ('--Atort', '-Atort'), ('-', ''), ('"-', '"'), ('E"-', 'E"'), ('-', ''), ('-.t."-', '.t."-'), ('-', '')]
ST19051206-V31-49-page14.txt: [('-', '')]
ST19051206-V31-49-page15.txt: [('work.-', 'work.'), ('-lullaby', 'lullaby'), ('Russo-', 'Russo'), ('-', '')]
ST19051206-V31-49-page16.txt: [('-', ''), ('Inter-', 'Inter'), ('-d', 'd'), ('D.AVERY-', 'D.AVERY'), ('-', '')]
ST19051206-V31-49-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19051206-V31-49-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('pros-', 'pros'), ('-', ''), ('-', '')]
ST19051206-V31-49-page4.txt: [('carried.-', 'carried.'), ('and-', 'and'), ('-', ''), ('-', '')]
ST19051206-V31-49-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('F-', 'F'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051206-V31-49-page6.txt: [('-the', 'the')]
ST19051206-V31-49-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051213-V31-50-page1.txt: [('-', '')]
ST19051213-V31-50-page10.txt: [('sup-', 'sup'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051213-V31-50-page11.txt: [('-flood-like', 'flood-like'), ('-about', 'about'), ('-', ''), ('-', '')]
ST19051213-V31-50-page12.txt: [('Wil-', 'Wil'), ('-I', 'I'), ('-ft', 'ft'), ('-', '')]
ST19051213-V31-50-page13.txt: [('-land', 'land'), ('-', '')]
ST19051213-V31-50-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-Whether', 'Whether'), ('-N.', 'N.')]
ST19051213-V31-50-page15.txt: [('-', ''), ('-THE', 'THE'), ('-Selected.', 'Selected.'), ('---pb-sitive', '--pb-sitive'), ('-Ar-', 'Ar-'), ("-'", "'"), ('-A"\'', 'A"\''), ('A-', 'A'), ('-A"\'"', 'A"\'"'), ("or't-", "or't")]
ST19051213-V31-50-page16.txt: [('-may', 'may'), ('Wilbor-', 'Wilbor'), ('-', ''), ('-', ''), ('-', ''), ('AVERY-', 'AVERY'), ('-', ''), ('Diamond-', 'Diamond')]
ST19051213-V31-50-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-to', 'to')]
ST19051213-V31-50-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051213-V31-50-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Truly', 'Truly'), ('-', ''), ('-', ''), ('-', '')]
ST19051213-V31-50-page5.txt: [('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Will', 'Will'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051213-V31-50-page6.txt: [('-the', 'the'), ('-', ''), ('-for', 'for'), ('the-', 'the'), ('Associa-', 'Associa'), ('here-', 'here'), ('-delegates', 'delegates'), ('.-', '.'), ('-', '')]
ST19051213-V31-50-page7.txt: [('-any', 'any'), ('-', ''), ('Austria-', 'Austria')]
ST19051213-V31-50-page8.txt: [('-', '')]
ST19051213-V31-50-page9.txt: [('-', ''), ('-', ''), ('Rev.-', 'Rev.')]
ST19051220-V31-51-page1.txt: [('-', '')]
ST19051220-V31-51-page10.txt: [('-', ''), ('Ten-', 'Ten'), ('-the', 'the'), ('-', '')]
ST19051220-V31-51-page11.txt: [('mo-', 'mo'), ('-', ''), ('-', ''), ('-under', 'under'), ('-', '')]
ST19051220-V31-51-page12.txt: [('-', ''), ('City.-', 'City.')]
ST19051220-V31-51-page13.txt: [('great-', 'great'), ('Russo-', 'Russo')]
ST19051220-V31-51-page15.txt: [('-', ''), ('.-', '.'), ('-', ''), ('-', '')]
ST19051220-V31-51-page16.txt: [('-', ''), ('-', ''), ('illus-', 'illus'), ('-', ''), ('AVERY-', 'AVERY'), ('r-', 'r'), ('season--', 'season-'), ('-the', 'the'), ('-', '')]
ST19051220-V31-51-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19051220-V31-51-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('self-exalta-', 'self-exalta'), ('Jeho-', 'Jeho'), ('-', ''), ('saith-', 'saith')]
ST19051220-V31-51-page4.txt: [('-', ''), ('-he', 'he'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051220-V31-51-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19051220-V31-51-page6.txt: [('-D.', 'D.'), ('insist-', 'insist'), ('-addresses', 'addresses')]
ST19051220-V31-51-page7.txt: [('-', ''), ('.-', '.'), ('-a', 'a'), ('--a', '-a'), ('-a', 'a'), ('-', '')]
ST19051220-V31-51-page8.txt: [('say-', 'say'), ('-', ''), ('noth-', 'noth'), ('righteousing-', 'righteousing'), ('chil-', 'chil'), ('-', ''), ('-Idem', 'Idem'), ('ordi-', 'ordi'), ('whatso-', 'whatso'), ('-', ''), ('-Comments', 'Comments'), ('-', ''), ('al."-', 'al."'), ('received."-', 'received."'), ('-', ''), ('un-', 'un'), ('Testa-', 'Testa'), ('-', ''), ('Antiqui-', 'Antiqui'), ('obedience."-', 'obedience."')]
ST19051220-V31-51-page9.txt: [('-to', 'to'), ('-II.', 'II.'), ('-', ''), ('-', ''), ('--"', '-"')]
ST19051227-V31-52-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-IL', 'IL'), ('-ri', 'ri')]
ST19051227-V31-52-page10.txt: [('anti-', 'anti'), ('lit-', 'lit')]
ST19051227-V31-52-page11.txt: [('-shows', 'shows'), ('-hese', 'hese'), ('-', ''), ('-Jessie-Robb-iv', 'Jessie-Robb-iv')]
ST19051227-V31-52-page12.txt: [('it-', 'it'), ('B--', 'B-'), ('-all', 'all'), ('--', '-')]
ST19051227-V31-52-page13.txt: [('-is', 'is'), ('r-', 'r'), ('a-', 'a'), ('-antes', 'antes'), ('-..', '..'), ('-', ''), ('FIG-', 'FIG')]
ST19051227-V31-52-page14.txt: [('-a', 'a'), ('-norti', 'norti'), ('-', ''), ('-', ''), ('-us', 'us'), ('-', ''), ('--', '-'), ('-', ''), ('-', '')]
ST19051227-V31-52-page2.txt: [('-nayest', 'nayest'), ('-', ''), ('-as', 'as'), ('-hether', 'hether'), ('-such', 'such'), ('-', ''), ('-', ''), ('him-', 'him'), ('-himself', 'himself'), ('-', ''), ('igno-', 'igno')]
ST19051227-V31-52-page3.txt: [('-', ''), ('-drawn', 'drawn'), ('-', ''), ('-rt', 'rt'), ('-', ''), ('--', '-'), ('-hereare', 'hereare')]
ST19051227-V31-52-page4.txt: [('-', ''), ('-', ''), ('Amer-', 'Amer'), ('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('-', '')]
ST19051227-V31-52-page5.txt: [('-', ''), ('meet-', 'meet'), ('-V', 'V'), ('GER-', 'GER'), ('...-', '...'), ('-fundamental', 'fundamental'), ('denomina-', 'denomina'), ('-', ''), ('-', ''), ('eradica--', 'eradica-')]
ST19051227-V31-52-page6.txt: [('-', ''), ('-gain', 'gain'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051227-V31-52-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051227-V31-52-page8.txt: [('-d.', 'd.'), ('-', ''), ('associa-', 'associa'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19051227-V31-52-page9.txt: [('-', ''), ('-', ''), ('bap-', 'bap'), ('-', ''), ('-', '')]
ST19060103-V32-01-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060103-V32-01-page10.txt: [('-', ''), ('-', ''), ('-saith', 'saith'), ('-', ''), ('-', ''), ('-Hayashi', 'Hayashi')]
ST19060103-V32-01-page11.txt: [('still-', 'still'), ('non-', 'non'), ('-area', 'area'), ('-', ''), ('or."-A--', 'or."-A-'), ('-.', '.'), ('--', '-'), ('-', ''), ('-', ''), ('exitres-', 'exitres'), ('-', '')]
ST19060103-V32-01-page12.txt: [('I-', 'I'), ('-', '')]
ST19060103-V32-01-page13.txt: [('-', ''), ('CONFER-', 'CONFER'), ('-', ''), ('-', '')]
ST19060103-V32-01-page14.txt: [('B--', 'B-'), ('-', ''), ('A--', 'A-'), ('-would', 'would'), ('Amo-', 'Amo')]
ST19060103-V32-01-page15.txt: [('-ro.', 'ro.'), ('-', ''), ('success-', 'success')]
ST19060103-V32-01-page16.txt: [('iniquity--', 'iniquity-'), ('-', ''), ('De-', 'De'), ('-', ''), ('-', ''), ('AVERY-', 'AVERY'), ('KEN-', 'KEN'), ('-has', 'has'), ('-', '')]
ST19060103-V32-01-page2.txt: [('-ctsms', 'ctsms'), ('-', '')]
ST19060103-V32-01-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('feel-', 'feel'), ('companion-', 'companion')]
ST19060103-V32-01-page4.txt: [('-', ''), ('false-', 'false'), ('-', ''), ('-whose', 'whose')]
ST19060103-V32-01-page5.txt: [('or-', 'or'), ('-', ''), ('-', ''), ('-Iiis', 'Iiis'), ('pro-', 'pro')]
ST19060103-V32-01-page6.txt: [('per-', 'per')]
ST19060103-V32-01-page7.txt: [('es-', 'es'), ('govern-', 'govern'), ('indif--', 'indif-'), ('eeolu-', 'eeolu')]
ST19060103-V32-01-page8.txt: [('-', ''), ('-a', 'a')]
ST19060103-V32-01-page9.txt: [('-dr-pr-vr-tr-hd-rvs-w', 'dr-pr-vr-tr-hd-rvs-w'), ('-arw..-dr-', 'arw..-dr-'), ('-A-t', 'A-t'), ('-', ''), ('-but', 'but'), ('-', ''), ('-wp', 'wp')]
ST19060110-V32-02-page1.txt: [('-', '')]
ST19060110-V32-02-page10.txt: [('-', ''), ('-', '')]
ST19060110-V32-02-page11.txt: [('de-', 'de'), ('-production', 'production'), ('-why', 'why'), ('-', ''), ('-', ''), ('-', ''), ('-margin.', 'margin.')]
ST19060110-V32-02-page12.txt: [('-Of', 'Of'), ('-', ''), ('THE-', 'THE'), ('foun-', 'foun'), ('newly-', 'newly'), ('-', '')]
ST19060110-V32-02-page13.txt: [('-', ''), ('-their', 'their'), ('Con-', 'Con'), ('-', ''), ('CONFER-', 'CONFER'), ('-', ''), ('-', '')]
ST19060110-V32-02-page14.txt: [('-', ''), ('refer-', 'refer'), ('-', '')]
ST19060110-V32-02-page15.txt: [('Com-', 'Com')]
ST19060110-V32-02-page16.txt: [('quota-', 'quota'), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-ELIZA', 'ELIZA'), ('-', ''), ('o-', 'o'), ('-', ''), ('AVERY-', 'AVERY')]
ST19060110-V32-02-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('We-', 'We'), ('-', '')]
ST19060110-V32-02-page3.txt: [('-', ''), ('-', '')]
ST19060110-V32-02-page4.txt: [('German-', 'German'), ('-', ''), ('-', ''), ('-and', 'and')]
ST19060110-V32-02-page5.txt: [('elee-', 'elee'), ('intended-', 'intended'), ('vote-', 'vote'), ('-', ''), ('mov-', 'mov'), ('ex-', 'ex')]
ST19060110-V32-02-page6.txt: [('-iJgma', 'iJgma'), ('Chris-', 'Chris'), ('im-', 'im'), ('-', '')]
ST19060110-V32-02-page7.txt: [('con-', 'con')]
ST19060110-V32-02-page8.txt: [('-', ''), ('bar-', 'bar'), ('-', ''), ('-', '')]
ST19060110-V32-02-page9.txt: [('the-', 'the'), ('-the', 'the'), ('-"', '"')]
ST19060117-V32-03-page1.txt: [('-', '')]
ST19060117-V32-03-page10.txt: [('-not', 'not')]
ST19060117-V32-03-page11.txt: [('-', ''), ('.-', '.'), ('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-glory', 'glory'), ('-', '')]
ST19060117-V32-03-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-at', 'at')]
ST19060117-V32-03-page13.txt: [('-', ''), ('-', ''), ('-a', 'a'), ('-Swedish', 'Swedish'), ('-A', 'A'), ('-Bath', 'Bath'), ('-go', 'go')]
ST19060117-V32-03-page14.txt: [('-r', 'r')]
ST19060117-V32-03-page15.txt: [('-', ''), ('cymbals.-', 'cymbals.'), ('-of', 'of')]
ST19060117-V32-03-page16.txt: [('-', ''), ('-love', 'love'), ('AVERY-', 'AVERY'), ('indi-', 'indi')]
ST19060117-V32-03-page2.txt: [('-', ''), ('-', '')]
ST19060117-V32-03-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060117-V32-03-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Matthew-', 'Matthew'), ('-but', 'but'), ('-et', 'et'), ('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('shall-', 'shall'), ('destruclo-', 'destruclo')]
ST19060117-V32-03-page5.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('More-', 'More'), ('-killed', 'killed'), ('P-', 'P')]
ST19060117-V32-03-page7.txt: [('.-', '.'), ('.-', '.'), ('-', ''), ('-destruction', 'destruction'), ('Al-', 'Al'), ('-', ''), ('-c.', 'c.'), ('--I', '-I')]
ST19060117-V32-03-page8.txt: [('-"', '"'), ('-"W', '"W'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('x-', 'x'), ('-glory', 'glory'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060117-V32-03-page9.txt: [('-', ''), ('--', '-')]
ST19060124-V32-04-page10.txt: [('-for', 'for')]
ST19060124-V32-04-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-intended', 'intended'), ('transgres-', 'transgres'), ('-', ''), ('-', ''), ('prayer-', 'prayer')]
ST19060124-V32-04-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('A-\'"-A-', 'A-\'"-A'), ('A-', 'A'), ("-vrapr'apriort", "vrapr'apriort"), ('-', '')]
ST19060124-V32-04-page13.txt: [('-leccs-ces', 'leccs-ces'), ('com-', 'com'), ('How--', 'How-')]
ST19060124-V32-04-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST19060124-V32-04-page15.txt: [('-', ''), ('hap-', 'hap'), ('-', ''), ('-', ''), ('Presbyte-', 'Presbyte'), ('-', ''), ('de-', 'de'), ('let-', 'let'), ('con-', 'con'), ('Washing-', 'Washing'), ('-', ''), ('-', ''), ('WIS-', 'WIS'), ('HO-', 'HO')]
ST19060124-V32-04-page16.txt: [('-', ''), ('-t', 't'), ('Outlook.-', 'Outlook.'), ('-', ''), ('-.', '.'), ('-', '')]
ST19060124-V32-04-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-cent', 'cent'), ('-cent', 'cent'), ('-cent', 'cent')]
ST19060124-V32-04-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-was', 'was')]
ST19060124-V32-04-page4.txt: [('-', '')]
ST19060124-V32-04-page5.txt: [('-', ''), ('-N', 'N'), ('-', '')]
ST19060124-V32-04-page6.txt: [('-', '')]
ST19060124-V32-04-page7.txt: [('-', '')]
ST19060124-V32-04-page8.txt: [('PrIPPIA-', 'PrIPPIA'), ('-A', 'A'), ('A-', 'A'), ('-"A', '"A'), ('dis--', 'dis-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-..', '..')]
ST19060124-V32-04-page9.txt: [('-', '')]
ST19060131-V32-05-page10.txt: [('-', '')]
ST19060131-V32-05-page11.txt: [('-the', 'the'), ('-Open', 'Open'), ('-nerican', 'nerican')]
ST19060131-V32-05-page12.txt: [('Sabbath-', 'Sabbath'), ('-', ''), ("-'", "'"), ('-', ''), ("--'-'", "-'-'"), ('-', ''), ('"r-', '"r'), ('s-', 's'), ('-w', 'w')]
ST19060131-V32-05-page13.txt: [('of-', 'of'), ('Russo-', 'Russo'), ('-', '')]
ST19060131-V32-05-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST19060131-V32-05-page15.txt: [('--..', '-..'), ('-lb.iik', 'lb.iik'), ('-', ''), ('-', ''), ('-', ''), ('-water.', 'water.'), ('---i-', '--i-'), ('-', ''), ("'--", "'-"), ('wor-', 'wor'), ("-'.", "'."), ('sup-', 'sup'), ('-A', 'A'), ('rep-', 'rep'), ('-.', '.'), ('-', ''), ('sim-', 'sim'), ('un-', 'un')]
ST19060131-V32-05-page16.txt: [('S.-', 'S.'), ('-', ''), ('-', ''), ('-', ''), ('Tract-', 'Tract')]
ST19060131-V32-05-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-truth.', 'truth.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060131-V32-05-page3.txt: [('-', ''), ('experi-', 'experi'), ("-''", "''"), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-T', 'T'), ('-be', 'be'), ('-', '')]
ST19060131-V32-05-page4.txt: [('-God', 'God'), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-cry', 'cry'), ('-', ''), ('-', '')]
ST19060131-V32-05-page5.txt: [('-by', 'by'), ('ot-', 'ot')]
ST19060131-V32-05-page6.txt: [('-', ''), ('Mac-', 'Mac'), ('Phil-', 'Phil'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--')]
ST19060131-V32-05-page7.txt: [('-', ''), ('-', ''), ('-does', 'does'), ('hypno-', 'hypno'), ('-..', '..'), ('-', ''), ('-', ''), ('--rnot', '-rnot'), ('--', '-'), ('-Paris', 'Paris')]
ST19060131-V32-05-page8.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-----'--", "----'--"), ('-a', 'a'), ('--.', '-.')]
ST19060131-V32-05-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060207-V32-06-page10.txt: [('-', ''), ('or-', 'or'), ('-', '')]
ST19060207-V32-06-page11.txt: [('.-', '.'), ('-', ''), ('-Mod', 'Mod'), ('--', '-'), ('-', '')]
ST19060207-V32-06-page12.txt: [('.-', '.'), ('-tin', 'tin'), ('govern-', 'govern'), ('-', ''), ('-', ''), ('break-', 'break'), ('PEACE-', 'PEACE')]
ST19060207-V32-06-page13.txt: [('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ifs', 'ifs'), ('-', ''), ('John-', 'John'), ('-', ''), ('-Ex.', 'Ex.'), ('-', '')]
ST19060207-V32-06-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-From', 'From'), ('RICHARDS-', 'RICHARDS'), ('-', ''), ('-a', 'a'), ('-Anonymous.', 'Anonymous.'), ('-obedience', 'obedience'), ('-that', 'that'), ('heathen.--', 'heathen.-')]
ST19060207-V32-06-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-e.', 'e.'), ('-', '')]
ST19060207-V32-06-page16.txt: [('-', ''), ('t-', 't'), ('-', '')]
ST19060207-V32-06-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('Mo-', 'Mo'), ('-WWW"Pr\'sillsrVCWIPrtof\'W', 'WWW"Pr\'sillsrVCWIPrtof\'W')]
ST19060207-V32-06-page3.txt: [("'-", "'"), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con')]
ST19060207-V32-06-page4.txt: [('-', ''), ('-', ''), ('-His', 'His'), ('-', ''), ('-', ''), ('to-', 'to'), ('come-', 'come'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060207-V32-06-page5.txt: [('..-', '..'), ('-', ''), ('-x', 'x'), ('-', ''), ('-', ''), ('dispensa-', 'dispensa'), ('-place', 'place'), ('-', ''), ('-', '')]
ST19060207-V32-06-page6.txt: [('-', ''), ('time-', 'time'), ('more-', 'more'), ('-', ''), ('-', ''), ('and.dis-', 'and.dis'), ('-', ''), ('-', ''), ('-', ''), ('years-', 'years'), ('-', ''), ('-', '')]
ST19060207-V32-06-page7.txt: [('-', ''), ('co-', 'co'), ('-the', 'the'), ('-', ''), ('generation-', 'generation'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('prep-', 'prep')]
ST19060207-V32-06-page8.txt: [('mani-', 'mani'), ('-fested', 'fested'), ('"--', '"-')]
ST19060207-V32-06-page9.txt: [('-', ''), ('CIS-', 'CIS'), ('-', ''), ('wide-', 'wide'), ('charges-', 'charges'), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('-', '')]
ST19060214-V32-07-page1.txt: [('-', ''), ('-', '')]
ST19060214-V32-07-page10.txt: [('-', ''), ('God-', 'God')]
ST19060214-V32-07-page11.txt: [('-', ''), ('-THE', 'THE'), ('-', ''), ('-down', 'down'), ('-', ''), ('-', ''), ('-', ''), ('-church', 'church')]
ST19060214-V32-07-page12.txt: [('-', ''), ('-', ''), ('presi-', 'presi')]
ST19060214-V32-07-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060214-V32-07-page14.txt: [('con-', 'con'), ('-', ''), ('testing-', 'testing'), ('-', ''), ('-e', 'e'), ('--', '-')]
ST19060214-V32-07-page15.txt: [('-of', 'of'), ('--Anon.', '-Anon.'), ('half-', 'half'), ('Jerusa-', 'Jerusa')]
ST19060214-V32-07-page16.txt: [('February-', 'February'), ('-', ''), ('-', ''), ('-', ''), ('GIL-', 'GIL'), ('-', ''), ('-', '')]
ST19060214-V32-07-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060214-V32-07-page3.txt: [('rra-', 'rra'), ('-', ''), ('-', ''), ('uner-', 'uner'), ('experi-', 'experi')]
ST19060214-V32-07-page4.txt: [('-renew', 'renew'), ('-', ''), ('-Millions', 'Millions'), ('-appearance', 'appearance'), ('the-', 'the'), ('-', ''), ('t-', 't')]
ST19060214-V32-07-page5.txt: [('r-', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('-', ''), ('formal-', 'formal'), ('ra-', 'ra'), ('..-', '..'), ('-', ''), ('-', ''), ('--"S', '-"S'), ('-', ''), ('Vege-', 'Vege')]
ST19060214-V32-07-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--e-', '-e-')]
ST19060214-V32-07-page7.txt: [('f-', 'f'), ('-', ''), ('r-', 'r'), ('-', ''), ('-', ''), ('Ir-', 'Ir'), ('AGREE-', 'AGREE'), ('-lave', 'lave'), ('-', ''), ('-', ''), ('..-c-', '..-c'), ('-s', 's')]
ST19060214-V32-07-page8.txt: [('-.', '.'), ('-A"\'""A"\'"-A\'', 'A"\'""A"\'"-A\''), ("-VI'vr", "VI'vr"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ro.', 'ro.'), ('ac-', 'ac')]
ST19060214-V32-07-page9.txt: [('-', ''), ('-so', 'so'), ('-', ''), ('-dwellin', 'dwellin'), ('-', ''), ('-', ''), ('contin-', 'contin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ANTI-', 'ANTI'), ('evi-', 'evi'), ('--dence', '-dence')]
ST19060221-V32-08-page1.txt: [('-', ''), ('--JESUS', '-JESUS')]
ST19060221-V32-08-page10.txt: [('anti-', 'anti'), ('anti-', 'anti'), ('-', '')]
ST19060221-V32-08-page11.txt: [('-', ''), ('I-', 'I'), ('-', ''), ('..-', '..'), ('-', ''), ('-question', 'question'), ('-by', 'by'), ('re-', 're'), ('-', ''), ('b.-', 'b.'), ('-ro.', 'ro.')]
ST19060221-V32-08-page12.txt: [('-', '')]
ST19060221-V32-08-page13.txt: [('California-', 'California'), ('Russo-', 'Russo'), ('half-', 'half')]
ST19060221-V32-08-page14.txt: [('my-', 'my'), ('-', ''), ('Roly-', 'Roly')]
ST19060221-V32-08-page15.txt: [('Roly-', 'Roly'), ('-', ''), ('condi--', 'condi-'), ('--force.', '-force.')]
ST19060221-V32-08-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-believe', 'believe'), ('the-', 'the'), ('-to', 'to'), ('-', ''), ('-', '')]
ST19060221-V32-08-page2.txt: [('-', ''), ('-', ''), ('Mr.--', 'Mr.-'), ('-', ''), ('-', ''), ('-', '')]
ST19060221-V32-08-page3.txt: [('-', ''), ('"-', '"')]
ST19060221-V32-08-page4.txt: [('-', ''), ('-Himself', 'Himself'), ('-done', 'done'), ('-dared', 'dared'), ('--', '-')]
ST19060221-V32-08-page5.txt: [('-', ''), ('sancti-', 'sancti'), ('-written', 'written'), ('-The', 'The'), ('-', ''), ('instruc-', 'instruc'), ('.-', '.'), ('-', '')]
ST19060221-V32-08-page6.txt: [('Campbell-', 'Campbell'), ('-Retrencliment', 'Retrencliment'), ('-', ''), ('corn-', 'corn'), ('for-', 'for')]
ST19060221-V32-08-page7.txt: [('-', ''), ('-', ''), ('-that', 'that')]
ST19060221-V32-08-page8.txt: [('O.-', 'O.'), ('-', ''), ('.-', '.'), ('rItor\'ir"VrtorVflPrIPMCIfflor-', 'rItor\'ir"VrtorVflPrIPMCIfflor'), ('-bor', 'bor'), ('-""A""A', '""A""A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-results', 'results'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('win-', 'win')]
ST19060221-V32-08-page9.txt: [('.--', '.-'), ('eter-', 'eter')]
ST19060228-V32-09-page10.txt: [('-to', 'to'), ('-', ''), ('-', ''), ('anibas-', 'anibas'), ('-', '')]
ST19060228-V32-09-page11.txt: [('decep-', 'decep'), ('-', ''), ('-', ''), ('-as', 'as'), ('-the', 'the'), ('tr-', 'tr'), ('-', ''), ('-', '')]
ST19060228-V32-09-page12.txt: [('-', ''), ('-', ''), ('-United', 'United'), ('-', '')]
ST19060228-V32-09-page13.txt: [('.-', '.'), ('-', ''), ('EMECEI-', 'EMECEI'), ('-people', 'people'), ('-life', 'life')]
ST19060228-V32-09-page14.txt: [('-', ''), ('-', ''), ('Then-', 'Then'), ('-', ''), ('-Id', 'Id')]
ST19060228-V32-09-page15.txt: [('New-', 'New'), ('-', ''), ('-', ''), ('-Address', 'Address')]
ST19060228-V32-09-page16.txt: [('Ifekr-', 'Ifekr'), ('SAN-o-', 'SAN-o'), ('-', ''), ('At-', 'At')]
ST19060228-V32-09-page2.txt: [('-', ''), ('-', ''), ('Brother.-', 'Brother.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060228-V32-09-page3.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', '')]
ST19060228-V32-09-page4.txt: [('prema-', 'prema'), ('-ture', 'ture'), ('-nevertheless', 'nevertheless'), ('-die', 'die'), ('-', ''), ('-His', 'His'), ('-', ''), ('-', ''), ('.g-', '.g'), ('-But', 'But')]
ST19060228-V32-09-page5.txt: [('regard-', 'regard'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060228-V32-09-page6.txt: [('IN-', 'IN')]
ST19060228-V32-09-page7.txt: [('Prohibi-', 'Prohibi'), ('CONTI-', 'CONTI'), ('Scotch-', 'Scotch'), ('-', '')]
ST19060228-V32-09-page8.txt: [('-.', '.'), ('-w', 'w'), ('-', ''), ('-A-', 'A-'), ('-A-w.-A"Vr', 'A-w.-A"Vr'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Author', 'Author'), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060228-V32-09-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060307-V32-10-page1.txt: [('PRO-', 'PRO')]
ST19060307-V32-10-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('to-', 'to'), ('-with', 'with'), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('perver-', 'perver'), ('A-w-', 'A-w'), ('A--', 'A-'), ('-', ''), ('-Apc"-A"vr-vr-VisVC-\'', 'Apc"-A"vr-vr-VisVC-\''), ('-A-"', 'A-"'), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('i-', 'i'), ('-', ''), ('-', ''), ('-', '')]
ST19060307-V32-10-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060307-V32-10-page12.txt: [('-', ''), ('-teach', 'teach'), ('un--', 'un-'), ('imitating-', 'imitating'), ('-', '')]
ST19060307-V32-10-page13.txt: [('-page', 'page'), ('Russo-', 'Russo'), ('-Delhi', 'Delhi'), ('anti-', 'anti'), ('Cal.-', 'Cal.')]
ST19060307-V32-10-page14.txt: [('.-', '.'), ('de-', 'de'), ('-', ''), ('-', ''), ('\'"vr\'-A-', '\'"vr\'-A'), ('-"', '"')]
ST19060307-V32-10-page15.txt: [('-wherefores', 'wherefores'), ('-I', 'I'), ('-', ''), ('Tele-', 'Tele')]
ST19060307-V32-10-page16.txt: [('-', ''), ('excel-', 'excel'), ('effectu-', 'effectu'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-But', 'But'), ('in-', 'in'), ('-', ''), ('pro-', 'pro')]
ST19060307-V32-10-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('important.-', 'important.'), ('subscrip-', 'subscrip'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060307-V32-10-page3.txt: [('---Master.', '--Master.'), ('-', '')]
ST19060307-V32-10-page4.txt: [('-', ''), ('-Secondly', 'Secondly'), ('-be', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060307-V32-10-page5.txt: [('-', ''), ('-', '')]
ST19060307-V32-10-page6.txt: [('-', ''), ('non-', 'non'), ('-', ''), ('re-', 're'), ('God--', 'God-'), ('with-', 'with')]
ST19060307-V32-10-page7.txt: [('-', ''), ('-', ''), ('-has.', 'has.')]
ST19060307-V32-10-page8.txt: [('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-you', 'you'), ('sup-', 'sup')]
ST19060307-V32-10-page9.txt: [('-', ''), ('-"Come', '"Come'), ('-goal', 'goal'), ('-that.', 'that.'), ('vacant.-', 'vacant.'), ('-', '')]
ST19060314-V32-11-page10.txt: [('un-', 'un'), ('-', ''), ('to-', 'to')]
ST19060314-V32-11-page11.txt: [('--We', '-We'), ('-', ''), ('CONVERT.-', 'CONVERT.'), ('-', ''), ('har-', 'har'), ('build-', 'build')]
ST19060314-V32-11-page12.txt: [('squan--', 'squan-')]
ST19060314-V32-11-page13.txt: [('-', ''), ('num-', 'num'), ('at-', 'at'), ('r-', 'r')]
ST19060314-V32-11-page14.txt: [('-IT', 'IT'), ('-high', 'high'), ('-', ''), ('-man', 'man')]
ST19060314-V32-11-page15.txt: [('Russo-', 'Russo'), ('-in', 'in')]
ST19060314-V32-11-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060314-V32-11-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-He', 'He'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060314-V32-11-page3.txt: [('-emotions.', 'emotions.'), ('-and', 'and'), ('destruc-', 'destruc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-in', 'in'), ('-law', 'law')]
ST19060314-V32-11-page4.txt: [('-to', 'to'), ('-', ''), ('-experil', 'experil'), ('-love', 'love'), ('-of', 'of'), ('-', '')]
ST19060314-V32-11-page5.txt: [('-', ''), ('-', ''), ('Baby-', 'Baby'), ('-', '')]
ST19060314-V32-11-page6.txt: [('-', ''), ('-', ''), ('iniquity-', 'iniquity'), ('--your', '-your')]
ST19060314-V32-11-page7.txt: [('con-', 'con'), ('-foot', 'foot'), ('o-', 'o'), ('-divisions', 'divisions')]
ST19060314-V32-11-page8.txt: [('-', '')]
ST19060314-V32-11-page9.txt: [('-', ''), ('-', ''), ('-employed', 'employed')]
ST19060321-V32-12-page10.txt: [('-II.', 'II.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060321-V32-12-page11.txt: [('resurrec-', 'resurrec'), ('-up', 'up'), ('-', ''), ('ach-', 'ach')]
ST19060321-V32-12-page12.txt: [('con-', 'con'), ('-waters', 'waters'), ('-', ''), ('-', '')]
ST19060321-V32-12-page13.txt: [('-', ''), ('-', ''), ('howtoavoidcon-', 'howtoavoidcon'), ('-', ''), ('-Weeks', 'Weeks'), ('-', '')]
ST19060321-V32-12-page14.txt: [('-', ''), ('-dreary', 'dreary'), ('-have', 'have'), ('-she', 'she'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060321-V32-12-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('teachingasanoccupa-', 'teachingasanoccupa'), ('---G----....', '--G----....'), ('Russo-', 'Russo'), ('--t', '-t'), ('-', ''), ('-', ''), ('-', ''), ('redemp-', 'redemp'), ('-', ''), ('-m', 'm'), ('--', '-'), ('-', ''), ('-', ''), ('.-', '.'), ('-..-.', '..-.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('i-', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('se-', 'se'), ('-issiv-', 'issiv-'), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('i.-', 'i.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('i-', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('SW-', 'SW'), ('-mo', 'mo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('a-', 'a'), ('----.s', '---.s'), ('-', ''), ('-', ''), ('le-', 'le'), ('-AP-', 'AP-')]
ST19060321-V32-12-page16.txt: [('t-', 't'), ('-st', 'st'), ('Arizona-', 'Arizona'), ('-', ''), ('-', ''), ('-', ''), ('was-', 'was'), ('rising-', 'rising')]
ST19060321-V32-12-page2.txt: [('-', ''), ('-CIRCULATION', 'CIRCULATION'), ('LEAF-', 'LEAF'), ('ended.-', 'ended.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060321-V32-12-page3.txt: [('-', ''), ('-the', 'the'), ('be-', 'be'), ('neces-', 'neces'), ('-', '')]
ST19060321-V32-12-page4.txt: [('demon-', 'demon'), ('-', '')]
ST19060321-V32-12-page5.txt: [('-', ''), ('an-', 'an'), ('--all', '-all'), ('-', '')]
ST19060321-V32-12-page6.txt: [('ele-', 'ele'), ('-together', 'together')]
ST19060321-V32-12-page7.txt: [('Commoner.-', 'Commoner.'), ('truly-', 'truly'), ('test.-', 'test.')]
ST19060321-V32-12-page8.txt: [('-', ''), ('-A-', 'A-'), ('r"-A-', 'r"-A'), ('-""A\'vr', '""A\'vr'), ('-', ''), ('o-', 'o'), ('-the', 'the'), ('well-', 'well')]
ST19060321-V32-12-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"or\'W', '"or\'W'), ("-'", "'"), ('-.sr.sr.dr.o-', '.sr.sr.dr.o-'), ('-', ''), ('-A', 'A'), ("-drr'..-x-.", "drr'..-x-."), ('-"', '"'), ('-x', 'x'), ('-', ''), ('-A-"', 'A-"'), ('-A"\'"Ar', 'A"\'"Ar')]
ST19060328-V32-13-page10.txt: [('-', ''), ('-', '')]
ST19060328-V32-13-page11.txt: [('hu-', 'hu'), ('-', ''), ('-', ''), ('-we', 'we'), ('-so', 'so')]
ST19060328-V32-13-page13.txt: [('-', ''), ('Mc-', 'Mc'), ('Danish-', 'Danish'), ('I-', 'I'), ('I--', 'I-')]
ST19060328-V32-13-page14.txt: [('-thought', 'thought'), ('serv-', 'serv')]
ST19060328-V32-13-page15.txt: [('Russo-', 'Russo'), ('-', ''), ('-c.', 'c.')]
ST19060328-V32-13-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-We', 'We'), ('-', ''), ('exalt-', 'exalt'), ('-', '')]
ST19060328-V32-13-page2.txt: [('-', '')]
ST19060328-V32-13-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('meanermas-', 'meanermas'), ('-Judas', 'Judas')]
ST19060328-V32-13-page4.txt: [('Gen-', 'Gen'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060328-V32-13-page5.txt: [('ten-', 'ten'), ('-', ''), ('-', ''), ('-', '')]
ST19060328-V32-13-page6.txt: [('DRUNKEN-', 'DRUNKEN'), ('--', '-'), ('Dub-', 'Dub')]
ST19060328-V32-13-page7.txt: [('v.-', 'v.'), ('Non-', 'Non')]
ST19060328-V32-13-page8.txt: [('-Ar-W-"A"', 'Ar-W-"A"'), ('-', ''), ('d-t\'or\'O\'W"-dr-', 'd-t\'or\'O\'W"-dr'), ('-', ''), ('or-', 'or')]
ST19060328-V32-13-page9.txt: [('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('recog-', 'recog')]
ST19060404-V32-14-page10.txt: [('-A', 'A'), ('-rebellion', 'rebellion'), ('of-', 'of')]
ST19060404-V32-14-page11.txt: [('-seek', 'seek'), ('--aright', '-aright'), ('-', ''), ('experi-', 'experi'), ('-', ''), ('-The', 'The'), ('-as', 'as'), ('-', ''), ('I-', 'I'), ('-the', 'the')]
ST19060404-V32-14-page12.txt: [('distress-', 'distress')]
ST19060404-V32-14-page13.txt: [('Mission-', 'Mission'), ('churches-', 'churches')]
ST19060404-V32-14-page14.txt: [('hand-', 'hand'), ('..A-', '..A'), ('.-', '.'), ('-', ''), ('re-', 're'), ('-', ''), ('re-', 're')]
ST19060404-V32-14-page15.txt: [('-and', 'and'), ('b.-', 'b.'), ('Russo-', 'Russo')]
ST19060404-V32-14-page16.txt: [('-We', 'We'), ('-', ''), ('ele-', 'ele'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('LIL-', 'LIL')]
ST19060404-V32-14-page2.txt: [('-', ''), ('-CIRCULATION', 'CIRCULATION'), ('.-', '.'), ('.-', '.'), ('un-', 'un'), ('-', ''), ('-', ''), ('-', ''), ('Min-', 'Min'), ('de-', 'de')]
ST19060404-V32-14-page3.txt: [('-om', 'om'), ('-Cyrene', 'Cyrene'), ('-', ''), ('-', ''), ('-', '')]
ST19060404-V32-14-page4.txt: [('-that', 'that'), ('--', '-'), ('de-', 'de')]
ST19060404-V32-14-page5.txt: [('-', ''), ('-he', 'he'), ('Matt-', 'Matt')]
ST19060404-V32-14-page6.txt: [('MASSA-', 'MASSA')]
ST19060404-V32-14-page7.txt: [('.-', '.'), ('-to', 'to'), ('-trolley', 'trolley')]
ST19060404-V32-14-page8.txt: [('Oir-Vr"A-', 'Oir-Vr"A'), ('-"A', '"A')]
ST19060404-V32-14-page9.txt: [('.-', '.'), ('JA-', 'JA'), ('el-', 'el'), ('-A"', 'A"'), ('--"A', '-"A')]
ST19060411-V32-15-page1.txt: [('NATU-', 'NATU')]
ST19060411-V32-15-page11.txt: [('Gentile.-', 'Gentile.'), ('-', '')]
ST19060411-V32-15-page12.txt: [('-', '')]
ST19060411-V32-15-page13.txt: [('-rRI', 'rRI'), ('Russo-', 'Russo')]
ST19060411-V32-15-page14.txt: [('Schleswig-', 'Schleswig')]
ST19060411-V32-15-page15.txt: [('-r', 'r'), ('-', '')]
ST19060411-V32-15-page16.txt: [('-', ''), ('-Question', 'Question'), ('-', ''), ('-in', 'in'), ('-He', 'He'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Characteristics', 'Characteristics'), ('-', ''), ('-', ''), ('ap-', 'ap'), ('re-', 're')]
ST19060411-V32-15-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('fur-', 'fur'), ('-', ''), ('-', ''), ('contains--', 'contains-'), ('contains-', 'contains'), ('-', ''), ('illus-', 'illus'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060411-V32-15-page3.txt: [('love."-', 'love."'), ('all-', 'all'), ('-heart', 'heart')]
ST19060411-V32-15-page4.txt: [('-', ''), ('-earnings', 'earnings'), ('-man', 'man')]
ST19060411-V32-15-page5.txt: [('-and', 'and'), ('REM-', 'REM'), ('-', ''), ('-', ''), ('-week', 'week')]
ST19060411-V32-15-page6.txt: [('-', ''), ("-XVI-Whdr'W", "XVI-Whdr'W")]
ST19060411-V32-15-page7.txt: [('mil.-', 'mil.'), ('-tables.', 'tables.')]
ST19060411-V32-15-page8.txt: [('-', ''), ('house-', 'house'), ('-', ''), ('-', ''), ('-His', 'His')]
ST19060411-V32-15-page9.txt: [('fol-', 'fol')]
ST19060418-V32-16-page1.txt: [('-', '')]
ST19060418-V32-16-page11.txt: [('-a', 'a'), ('-is', 'is'), ('-', ''), ('happened.-', 'happened.'), ('-', ''), ('-To', 'To'), ('Chris-', 'Chris')]
ST19060418-V32-16-page12.txt: [('score.-', 'score.'), ('-', ''), ('IIIMALAK-', 'IIIMALAK')]
ST19060418-V32-16-page13.txt: [('-', ''), ('-Remember', 'Remember'), ('-', ''), ('-', ''), ('Russo-', 'Russo'), ('-', '')]
ST19060418-V32-16-page14.txt: [('-', '')]
ST19060418-V32-16-page15.txt: [('out-', 'out'), ('American-', 'American'), ('Greek-', 'Greek'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060418-V32-16-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Life-', 'Life'), ('-', ''), ('HOR-', 'HOR'), ('true.-', 'true.'), ('-', ''), ('-', ''), ('-a', 'a')]
ST19060418-V32-16-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('Important.-', 'Important.'), ('support.-', 'support.'), ('-page', 'page'), ('.-', '.')]
ST19060418-V32-16-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('God.-', 'God.')]
ST19060418-V32-16-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-rt', 'rt')]
ST19060418-V32-16-page5.txt: [('-', ''), ('-', ''), ('-will', 'will'), ('-thou', 'thou'), ('-', ''), ('-dead', 'dead'), ('-', ''), ('-name', 'name'), ('-', '')]
ST19060418-V32-16-page6.txt: [('.-', '.'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('utter-', 'utter'), ('supply.-', 'supply.')]
ST19060418-V32-16-page7.txt: [('a-', 'a'), ('-rules', 'rules'), ('-in', 'in'), ('-', ''), ('con-', 'con'), ('-when', 'when')]
ST19060418-V32-16-page8.txt: [('-', ''), ('-', ''), ('there-', 'there'), ('c-', 'c')]
ST19060418-V32-16-page9.txt: [('and.-', 'and.'), ('-', '')]
ST19060425-V32-17-page1.txt: [('-', '')]
ST19060425-V32-17-page10.txt: [('my-', 'my'), ('with-', 'with')]
ST19060425-V32-17-page11.txt: [('-', ''), ('-Os', 'Os'), ('..-', '..')]
ST19060425-V32-17-page12.txt: [('-', ''), ('-r', 'r')]
ST19060425-V32-17-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('E-', 'E'), ('El-f..-', 'El-f..'), ('religious-', 'religious'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Rs', 'Rs')]
ST19060425-V32-17-page14.txt: [('PRO-', 'PRO'), ('compliment-', 'compliment')]
ST19060425-V32-17-page15.txt: [('them-', 'them'), ('-', ''), ('Russo-', 'Russo'), ('Whar-', 'Whar')]
ST19060425-V32-17-page16.txt: [('-', ''), ('-', ''), ('AVERY-', 'AVERY'), ('CADY-', 'CADY'), ('-Western', 'Western'), ('-', ''), ('pre-', 'pre'), ('-', '')]
ST19060425-V32-17-page17.txt: [('t-', 't')]
ST19060425-V32-17-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('grati-', 'grati'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---------.', '--------.')]
ST19060425-V32-17-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060425-V32-17-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19060425-V32-17-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('corn-', 'corn'), ('.-', '.'), ('-', '')]
ST19060425-V32-17-page6.txt: [('-', ''), ('COMMAND-', 'COMMAND'), ('-', ''), ('-', ''), ('-', '')]
ST19060425-V32-17-page7.txt: [('-S.', 'S.'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', '')]
ST19060425-V32-17-page8.txt: [('-"PrWOVI"W"A"O', '"PrWOVI"W"A"O'), ('-', ''), ('-', '')]
ST19060425-V32-17-page9.txt: [('-', '')]
ST19060502-V32-18-page10.txt: [('April-', 'April'), ('-', ''), ('re-', 're'), ('his-', 'his'), ('-', ''), ('there-', 'there')]
ST19060502-V32-18-page11.txt: [('-', ''), ('-', '')]
ST19060502-V32-18-page12.txt: [('Association.-', 'Association.'), ('-to.', 'to.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('deaola-', 'deaola'), ('-', '')]
ST19060502-V32-18-page13.txt: [('-suffered', 'suffered'), ('-', ''), ('Russo-', 'Russo'), ('-showing', 'showing')]
ST19060502-V32-18-page14.txt: [('-', '')]
ST19060502-V32-18-page15.txt: [('-', '')]
ST19060502-V32-18-page16.txt: [('-called', 'called'), ('-', ''), ('-five', 'five'), ('-', ''), ('-', '')]
ST19060502-V32-18-page2.txt: [('---z', '--z'), ('-', ''), ('Hint-', 'Hint'), ('-', ''), ('the-', 'the'), ('-', ''), ('--Filled', '-Filled'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060502-V32-18-page3.txt: [('vil-', 'vil'), ('-', ''), ('unrec-', 'unrec')]
ST19060502-V32-18-page4.txt: [('"-', '"'), ('-', ''), ('-', ''), ('-', '')]
ST19060502-V32-18-page5.txt: [('..--', '..-')]
ST19060502-V32-18-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060502-V32-18-page7.txt: [('-up', 'up'), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ('-', ''), ('-gint', 'gint'), ('-', ''), ('--', '-'), ('---', '--'), ('Twenty-', 'Twenty'), ('warm-', 'warm'), ('l-', 'l'), ('-', '')]
ST19060502-V32-18-page8.txt: [('-', ''), ('-', ''), ('Ven-', 'Ven'), ('hun-', 'hun'), ('-shattered', 'shattered'), ('-vs', 'vs')]
ST19060502-V32-18-page9.txt: [('pre-', 'pre'), ('-', '')]
ST19060509-V32-19-page10.txt: [('-', ''), ('-dr', 'dr'), ('corn--', 'corn-')]
ST19060509-V32-19-page11.txt: [('Russo-', 'Russo')]
ST19060509-V32-19-page13.txt: [('-I', 'I'), ('-', ''), ('entrust-', 'entrust')]
ST19060509-V32-19-page14.txt: [('-', '')]
ST19060509-V32-19-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060509-V32-19-page16.txt: [('"EARTH-', '"EARTH'), ('"EARTH-', '"EARTH'), ('Loving-Kindness-', 'Loving-Kindness'), ('-', ''), ('-', '')]
ST19060509-V32-19-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('Important.-', 'Important.'), ('-page', 'page'), ("-'", "'"), ('.-', '.'), ('PPIsfiwNe-', 'PPIsfiwNe')]
ST19060509-V32-19-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060509-V32-19-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19060509-V32-19-page5.txt: [('-le', 'le'), ('-', ''), ('-', '')]
ST19060509-V32-19-page6.txt: [('behold-', 'behold')]
ST19060509-V32-19-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('command-', 'command')]
ST19060509-V32-19-page9.txt: [('-', ''), ('WILL-', 'WILL'), ('-', ''), ('-the', 'the')]
ST19060523-V32-20-page10.txt: [('his-', 'his'), ('re-', 're')]
ST19060523-V32-20-page11.txt: [('-', '')]
ST19060523-V32-20-page12.txt: [('-', ''), ('-', '')]
ST19060523-V32-20-page13.txt: [('-March', 'March'), ('earth-', 'earth'), ('coun-', 'coun'), ('-', ''), ('-', ''), ('per-', 'per')]
ST19060523-V32-20-page15.txt: [('-door', 'door'), ('reli-', 'reli'), ('---', '--'), ('--Th', '-Th'), ('-', '')]
ST19060523-V32-20-page16.txt: [('Greely-', 'Greely'), ('-', ''), ('seri-', 'seri')]
ST19060523-V32-20-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060523-V32-20-page3.txt: [('busi-', 'busi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ap-', 'ap')]
ST19060523-V32-20-page4.txt: [('-', ''), ('-stripped', 'stripped')]
ST19060523-V32-20-page5.txt: [('-Ar', 'Ar'), ('-', ''), ('-', '')]
ST19060523-V32-20-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060523-V32-20-page7.txt: [('EARTH-', 'EARTH'), ('-', '')]
ST19060523-V32-20-page8.txt: [('-', ''), ('be-', 'be'), ('firs-', 'firs')]
ST19060523-V32-20-page9.txt: [('slim-', 'slim'), ('spar-', 'spar')]
ST19060530-V32-21-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060530-V32-21-page2.txt: [('-show', 'show'), ('Chris-', 'Chris'), ('-unless', 'unless'), ('-any', 'any'), ('-by', 'by'), ('-weakness', 'weakness'), ('-exper.', 'exper.'), ('-that', 'that'), ('-is', 'is'), ('-', ''), ('-or', 'or'), ('de-', 'de'), ('-has', 'has'), ('-experienced', 'experienced'), ('-all', 'all'), ('-the', 'the'), ('-the', 'the'), ('-During', 'During'), ('-About', 'About'), ('-chant.', 'chant.')]
ST19060530-V32-21-page3.txt: [('-', ''), ('-', ''), ('Russo-', 'Russo')]
ST19060530-V32-21-page4.txt: [('-', ''), ('-', '')]
ST19060606-V32-22-page10.txt: [('PrVf""A-', 'PrVf""A'), ('wbor-', 'wbor')]
ST19060606-V32-22-page11.txt: [('-', '')]
ST19060606-V32-22-page12.txt: [('-', '')]
ST19060606-V32-22-page13.txt: [('-went', 'went'), ('-', ''), ('Mc-', 'Mc'), ('-', '')]
ST19060606-V32-22-page14.txt: [('-', ''), ('-', '')]
ST19060606-V32-22-page15.txt: [('-', ''), ('drunk-', 'drunk'), ('-', ''), ('-those', 'those'), ('-', ''), ('-', ''), ('GOVERN-', 'GOVERN'), ('-', '')]
ST19060606-V32-22-page16.txt: [('sop-', 'sop'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060606-V32-22-page2.txt: [('Important.-', 'Important.'), ('-', ''), ('-.....', '.....'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('.-', '.'), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('..-', '..')]
ST19060606-V32-22-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060606-V32-22-page4.txt: [('-', ''), ('-', ''), ('side-', 'side')]
ST19060606-V32-22-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('char-', 'char')]
ST19060606-V32-22-page6.txt: [('ex-', 'ex'), ('explana-', 'explana')]
ST19060606-V32-22-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060606-V32-22-page9.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060613-V32-23-page10.txt: [('In-', 'In'), ('-', ''), ('-', '')]
ST19060613-V32-23-page11.txt: [('--', '-'), ('-Saviour', 'Saviour'), ('-Do', 'Do')]
ST19060613-V32-23-page12.txt: [('con-', 'con')]
ST19060613-V32-23-page13.txt: [('-', ''), ('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('Text-', 'Text')]
ST19060613-V32-23-page14.txt: [('pos-', 'pos')]
ST19060613-V32-23-page15.txt: [('-secret', 'secret'), ('-', '')]
ST19060613-V32-23-page16.txt: [('-', ''), ('-', ''), ('SUC-', 'SUC'), ('-S', 'S'), ('First-', 'First'), ('-it', 'it')]
ST19060613-V32-23-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-You', 'You'), ('Important.-', 'Important.'), ('Che-', 'Che'), ('..A.--', '..A.-'), ('--', '-'), ('-page', 'page'), ('-----', '----'), ('-..', '..')]
ST19060613-V32-23-page3.txt: [('en-', 'en'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('confes-', 'confes')]
ST19060613-V32-23-page4.txt: [('-', ''), ('-', ''), ('prerog-', 'prerog')]
ST19060613-V32-23-page5.txt: [('-the', 'the'), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-II', 'II'), ('-', ''), ('-', ''), ('-it', 'it'), ('-broken', 'broken')]
ST19060613-V32-23-page6.txt: [('-', ''), ("-'", "'"), ('-', ''), ('--"W\'W', '-"W\'W'), ('"-', '"'), ('-', ''), ('.-', '.'), ('---', '--'), ('syco-', 'syco')]
ST19060613-V32-23-page7.txt: [('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('KING-', 'KING')]
ST19060613-V32-23-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cen-', 'cen')]
ST19060613-V32-23-page9.txt: [('-days.', 'days.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060620-V32-24-page1.txt: [('"--', '"-')]
ST19060620-V32-24-page11.txt: [('con-', 'con'), ('--', '-')]
ST19060620-V32-24-page12.txt: [('-at', 'at')]
ST19060620-V32-24-page13.txt: [('-', ''), ('.----', '.---'), ('-notes', 'notes'), ('oppor-', 'oppor'), ('-Illinois', 'Illinois'), ('Econ-', 'Econ'), ('air-', 'air')]
ST19060620-V32-24-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('ineas-', 'ineas'), ('stimulants-', 'stimulants'), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-', '')]
ST19060620-V32-24-page15.txt: [('-', ''), ('belongs-', 'belongs')]
ST19060620-V32-24-page16.txt: [('Temper-', 'Temper'), ('-', ''), ('-', ''), ('WESTPHAL-', 'WESTPHAL'), ('-ro', 'ro'), ('-t', 't')]
ST19060620-V32-24-page2.txt: [('-', ''), ('-', ''), ('Important.-', 'Important.'), ('pre-', 'pre'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060620-V32-24-page3.txt: [('-', ''), ('f-', 'f'), ('prc-', 'prc')]
ST19060620-V32-24-page4.txt: [('dol-', 'dol'), ('re-', 're'), ('-', ''), ('-means', 'means')]
ST19060620-V32-24-page5.txt: [('-', ''), ('-containing', 'containing'), ('.-', '.'), ('-', ''), ('re-', 're')]
ST19060620-V32-24-page6.txt: [('-', ''), ('.-', '.'), ('-', ''), ('-.', '.'), ('-I', 'I'), ('-.', '.'), ("-roy'y", "roy'y"), ('-', ''), ('-', ''), ('-', ''), ('LTA-', 'LTA'), ('-', ''), ('--', '-'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('."-', '."'), ('-', ''), ('---.', '--.'), ('-', ''), ('-', ''), ('-', ''), ('\'--\'-"---', '\'--\'-"--'), ('-s', 's'), ('.-', '.'), ('r-', 'r'), ('ih.iI.-', 'ih.iI.'), ('-', ''), ('-', '')]
ST19060620-V32-24-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('other-', 'other')]
ST19060620-V32-24-page8.txt: [('-', ''), ('-world.', 'world.'), ('-eJ', 'eJ')]
ST19060620-V32-24-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the')]
ST19060627-V32-25-page1.txt: [('Fire"--', 'Fire"-')]
ST19060627-V32-25-page10.txt: [('-', ''), ('-II.', 'II.'), ('me-', 'me')]
ST19060627-V32-25-page14.txt: [('-', ''), ('.-', '.'), ("'-", "'"), ('---.....x', '--.....x'), ('-..', '..'), ('-.......', '.......'), ('--', '-'), ('-', ''), ('-.', '.'), ('--', '-'), ('-', ''), ("-'", "'"), ('--....', '-....'), ('...-', '...'), ('-...', '...'), ('-', ''), ('-', ''), ('---', '--'), ('L.--', 'L.-'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('...-', '...'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--...........', '-...........'), ('-', ''), ('--', '-'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('--', '-'), ('-.', '.'), ('r-', 'r'), ('-', ''), ('-.', '.'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-...', '...'), ('-it', 'it'), ('-', ''), ('-...', '...'), ("'-", "'"), ('-', ''), ('--', '-'), ('-..', '..'), ('i-', 'i'), ('-A', 'A'), ('-', ''), ('-', ''), ('-tr-', 'tr-'), ('-', ''), ('-', ''), ('-', ''), ('ACAs.-', 'ACAs.'), ('-', ''), ('-', ''), ('-', '')]
ST19060627-V32-25-page15.txt: [('requires-', 'requires'), ('indiscrimi-', 'indiscrimi'), ('II-', 'II'), ('-', ''), ('them-', 'them')]
ST19060627-V32-25-page16.txt: [('tutor-', 'tutor')]
ST19060627-V32-25-page17.txt: [('-cried', 'cried'), ('incredi-', 'incredi')]
ST19060627-V32-25-page18.txt: [('-', '')]
ST19060627-V32-25-page19.txt: [('Hun-', 'Hun'), ('-', ''), ('-', ''), ('-', '')]
ST19060627-V32-25-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('im-', 'im'), ('pam-', 'pam')]
ST19060627-V32-25-page20.txt: [('-make', 'make'), ('-', ''), ('calamity-', 'calamity'), ('-', ''), ('-', ''), ('-', ''), ('-A...', 'A...'), ('Earth-', 'Earth'), ('claim-', 'claim'), ('behind-', 'behind'), ('that-', 'that'), ('-', '')]
ST19060627-V32-25-page21.txt: [('-', ''), ('-', ''), ('f--------', 'f-------'), ('air-', 'air'), ('re-', 're')]
ST19060627-V32-25-page22.txt: [('fallr-', 'fallr'), ('hot-', 'hot'), ('-with', 'with'), ('Jeho-', 'Jeho'), ('-SW', 'SW')]
ST19060627-V32-25-page23.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-r-', 'r-'), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-yrwyr', 'yrwyr'), ('-vc', 'vc')]
ST19060627-V32-25-page4.txt: [('-', ''), ('un-', 'un'), ('-comes', 'comes')]
ST19060627-V32-25-page5.txt: [('-breeze.', 'breeze.'), ('-', ''), ('consuma-', 'consuma'), ('-', '')]
ST19060627-V32-25-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the')]
ST19060627-V32-25-page7.txt: [('.-', '.')]
ST19060627-V32-25-page8.txt: [('-', ''), ('-', ''), ('-e-o', 'e-o'), ('-', ''), ('-', ''), ('-mime', 'mime'), ('-qb.', 'qb.'), ('Alt-', 'Alt'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('else-', 'else')]
ST19060704-V32-26-page10.txt: [('-', ''), ('ven--', 'ven-')]
ST19060704-V32-26-page11.txt: [('five-', 'five'), ('air-', 'air'), ('re-', 're')]
ST19060704-V32-26-page12.txt: [('-capital', 'capital'), ('-', ''), ('io-', 'io'), ('-', '')]
ST19060704-V32-26-page13.txt: [('-o', 'o'), ('-', '')]
ST19060704-V32-26-page14.txt: [('SEPA-', 'SEPA'), ('-secular', 'secular'), ('-since', 'since'), ('-', ''), ('-view', 'view')]
ST19060704-V32-26-page15.txt: [('-', ''), ('.-.-', '.-.'), ('-"', '"'), ('en-', 'en'), ('mes-', 'mes'), ('-scourge', 'scourge'), ('A-', 'A'), ('-', ''), ('-author', 'author'), ('-', ''), ('-', '')]
ST19060704-V32-26-page16.txt: [('in.-', 'in.'), ('-', ''), ('o-', 'o'), ('-', '')]
ST19060704-V32-26-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060704-V32-26-page3.txt: [('prin-', 'prin'), ('.prin-', '.prin'), ('Centu-', 'Centu')]
ST19060704-V32-26-page4.txt: [('-', ''), ('-', '')]
ST19060704-V32-26-page5.txt: [('-', ''), ('Parlia-', 'Parlia'), ('be-', 'be'), ('-', ''), ('-', ''), ('I-', 'I')]
ST19060704-V32-26-page6.txt: [('patri-', 'patri'), ('-', ''), ('-', '')]
ST19060704-V32-26-page7.txt: [("-'..", "'.."), ('-', ''), ('-', '')]
ST19060711-V32-27-page10.txt: [('-', ''), ('-----', '----'), ('-ligher', 'ligher'), ('Argu-', 'Argu'), ('and-', 'and'), ('Washing--', 'Washing-')]
ST19060711-V32-27-page11.txt: [('-', ''), ('-', ''), ('---A-A-', '--A-A-'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('r-wr-o-A-', 'r-wr-o-A'), ('-.-drvrvi', '.-drvrvi'), ('-', ''), ('."-A-', '."-A'), ('-w', 'w')]
ST19060711-V32-27-page12.txt: [('-', ''), ('-', ''), ('peo-', 'peo'), ('over-', 'over')]
ST19060711-V32-27-page13.txt: [('-over', 'over'), ('-A-', 'A-'), ('-"ViVr', '"ViVr'), ('-', ''), ('itscom-', 'itscom'), ('-to', 'to')]
ST19060711-V32-27-page14.txt: [('-thee', 'thee'), ('-', ''), ('attri-', 'attri'), ('-', ''), ('-the', 'the'), ('-for', 'for'), ('cer-', 'cer'), ('-"', '"'), ('A-', 'A')]
ST19060711-V32-27-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060711-V32-27-page16.txt: [('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060711-V32-27-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19060711-V32-27-page3.txt: [('-ahead', 'ahead'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060711-V32-27-page4.txt: [('Em-', 'Em'), ('-', ''), ('-ask', 'ask'), ('-', ''), ('obedi-', 'obedi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060711-V32-27-page5.txt: [('-Ws', 'Ws'), ('accomplish-', 'accomplish'), ('Sat-', 'Sat'), ('--', '-'), ('cov-', 'cov'), ('-A', 'A'), ('-', ''), ('A.-', 'A.'), ('D.-', 'D.'), ('-As', 'As'), ('-The', 'The'), ('tem-', 'tem'), ('-', ''), ('Fisk-', 'Fisk'), ('cy-', 'cy'), ('-', '')]
ST19060711-V32-27-page6.txt: [('-was', 'was'), ('-', ''), ('-zgood', 'zgood'), ('legiti-', 'legiti'), ('yetdeifin-', 'yetdeifin'), ('-', ''), ('twofifths-', 'twofifths')]
ST19060711-V32-27-page7.txt: [('-', ''), ('LEGIS-', 'LEGIS'), ('.-', '.'), ('-w', 'w'), ('relig-', 'relig')]
ST19060711-V32-27-page8.txt: [('-', ''), ('-', ''), ('-o', 'o'), ('-', ''), ('-', ''), ('--------fficonomy.', '-------fficonomy.'), ('air-', 'air'), ('gold-lac-', 'gold-lac'), ('-', '')]
ST19060718-V32-28-page10.txt: [('par-', 'par'), ('-ent', 'ent'), ('-Sun', 'Sun'), ('-The', 'The'), ('c-', 'c'), ('-', ''), ('-', '')]
ST19060718-V32-28-page11.txt: [('-.', '.')]
ST19060718-V32-28-page12.txt: [('-of', 'of'), ('-vo', 'vo'), ('-mm', 'mm'), ('-.--', '.--'), ('-', ''), ('-', ''), ('e-', 'e'), ('--iort', '-iort'), ('-', ''), ('.-Amor-r-', '.-Amor-r'), ('-a', 'a'), ('-', ''), ('kin.-', 'kin.')]
ST19060718-V32-28-page13.txt: [('-', ''), ('-lawkins.', 'lawkins.'), ('confer-', 'confer'), ('-favorable', 'favorable'), ('-', ''), ('-the', 'the')]
ST19060718-V32-28-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-....rs', '....rs'), ('-Examiner', 'Examiner'), ('LA"-', 'LA"'), ('-IF', 'IF'), ('-', ''), ('-', ''), ('---SI', '--SI'), ('--z', '-z'), ('--', '-'), ('ited-', 'ited')]
ST19060718-V32-28-page15.txt: [('onslaught.--', 'onslaught.-'), ('pro--', 'pro-'), ('fashion-', 'fashion')]
ST19060718-V32-28-page16.txt: [('-', ''), ('-', ''), ('Calamity-', 'Calamity'), ('HARRIS-', 'HARRIS'), ('-', ''), ('ex-', 'ex'), ('-', ''), ('--', '-'), ('beingagi-', 'beingagi'), ('-', ''), ('-alone', 'alone')]
ST19060718-V32-28-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-A.', 'A.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060718-V32-28-page3.txt: [('pass-', 'pass'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060718-V32-28-page4.txt: [('de-', 'de'), ('con-', 'con'), ('-', '')]
ST19060718-V32-28-page5.txt: [('an-', 'an'), ('ex-', 'ex'), ('-', ''), ('-', ''), ('-', ''), ('L-', 'L'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-He', 'He'), ('-', '')]
ST19060718-V32-28-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ha-', 'ha'), ('-', ''), ('-', ''), ('-', '')]
ST19060718-V32-28-page7.txt: [('-.RULY', '.RULY'), ('are-honor.-', 'are-honor.'), ('RIGHT-', 'RIGHT'), ('-', '')]
ST19060718-V32-28-page8.txt: [('-Vra', 'Vra'), ('ques-', 'ques'), ('change-', 'change')]
ST19060718-V32-28-page9.txt: [('-see', 'see'), ('-to.', 'to.')]
ST19060725-V32-29-page11.txt: [('Journal.-', 'Journal.'), ('th-m-', 'th-m'), ('or-', 'or'), ('trout-', 'trout'), ('Well-', 'Well'), ('N.e-', 'N.e')]
ST19060725-V32-29-page12.txt: [('unoccu-', 'unoccu'), ('-the', 'the')]
ST19060725-V32-29-page13.txt: [('-industrial', 'industrial'), ('-', ''), ('life.-', 'life.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060725-V32-29-page14.txt: [('-extortion', 'extortion'), ('in-', 'in')]
ST19060725-V32-29-page15.txt: [('all-', 'all'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060725-V32-29-page16.txt: [('-', ''), ('Corner.-', 'Corner.'), ('Meaning-', 'Meaning'), ('Sabbath-', 'Sabbath'), ('Sunday-', 'Sunday'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060725-V32-29-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Important.-', 'Important.'), ('-..................', '..................'), ('iden-', 'iden'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('post-', 'post'), ('--', '-'), ('--', '-'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ft', 'ft'), ('-', '')]
ST19060725-V32-29-page3.txt: [('un-', 'un'), ('.-', '.')]
ST19060725-V32-29-page4.txt: [('-have', 'have'), ('-', ''), ('-', ''), ('-', '')]
ST19060725-V32-29-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-ro.', 'ro.'), ('-', ''), ('-', '')]
ST19060725-V32-29-page6.txt: [('-Is', 'Is'), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Re-', 'Re'), ('-', '')]
ST19060725-V32-29-page7.txt: [('vil-', 'vil'), ('-', ''), ('-', ''), ('-There', 'There')]
ST19060725-V32-29-page8.txt: [('alarm.-', 'alarm.'), ('J-', 'J'), ("-''..", "''.."), ('-', ''), ('.-', '.'), ('-....', '....'), ('-', ''), ("-'", "'"), ('-', ''), ('-', '')]
ST19060725-V32-29-page9.txt: [('posi-', 'posi'), ('ice-', 'ice'), ('-', ''), ('Him-', 'Him'), ('-Lamb', 'Lamb'), ('-', '')]
ST19060808-V32-30-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Jesus', 'Jesus')]
ST19060808-V32-30-page11.txt: [('corn-', 'corn'), ('dis-', 'dis'), ('-Man', 'Man'), ('-', ''), ('-and', 'and')]
ST19060808-V32-30-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060808-V32-30-page13.txt: [('-', ''), ('OB-', 'OB'), ('-', '')]
ST19060808-V32-30-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060808-V32-30-page15.txt: [('-', ''), ('-', ''), ('Journal.-', 'Journal.'), ('---', '--'), ('-any', 'any'), ('-...".', '...".'), ('."..-', '."..'), ('pur-', 'pur')]
ST19060808-V32-30-page16.txt: [('-', '')]
ST19060808-V32-30-page2.txt: [('-as', 'as'), ('refusetoliftheartandvoiceingrate-', 'refusetoliftheartandvoiceingrate')]
ST19060808-V32-30-page3.txt: [('"Her-', '"Her')]
ST19060808-V32-30-page7.txt: [('pub-', 'pub')]
ST19060808-V32-30-page9.txt: [('glori-', 'glori'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060808-V32-31-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19060808-V32-31-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('corn-', 'corn'), ('dis-', 'dis'), ('-', '')]
ST19060808-V32-31-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-IL', 'IL'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I')]
ST19060808-V32-31-page13.txt: [('-', ''), ('I-', 'I'), ('-', ''), ('OB-', 'OB')]
ST19060808-V32-31-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('gov.-', 'gov.'), ('-', ''), ('-', '')]
ST19060808-V32-31-page15.txt: [('-', ''), ('-prizes', 'prizes'), ('-', ''), ('Journal.-', 'Journal.'), ('-.....', '.....'), ('-..', '..'), ('-any', 'any')]
ST19060808-V32-31-page16.txt: [('-', ''), ('-', '')]
ST19060808-V32-31-page3.txt: [('-all', 'all')]
ST19060808-V32-31-page7.txt: [('-the', 'the'), ('pub-', 'pub')]
ST19060808-V32-31-page8.txt: [('af-', 'af')]
ST19060808-V32-31-page9.txt: [('glori-', 'glori'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060822-V32-32-page1.txt: [('-', ''), ('-', '')]
ST19060822-V32-32-page2.txt: [('-', ''), ('-', ''), ('-referred', 'referred'), ('-', '')]
ST19060822-V32-32-page3.txt: [('-', ''), ('-', '')]
ST19060822-V32-32-page4.txt: [('-dl', 'dl'), ('-', '')]
ST19060822-V32-32-page5.txt: [('-', ''), ('-understood', 'understood'), ('al--', 'al-')]
ST19060822-V32-32-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Presi-', 'Presi')]
ST19060822-V32-32-page7.txt: [('-', ''), ('-', ''), ('-OR', 'OR'), ('Journal.-', 'Journal.'), ('-', ''), ('trout--', 'trout-'), ('-any', 'any'), ('-bruit', 'bruit')]
ST19060822-V32-32-page8.txt: [('Franco-', 'Franco'), ('Gal-', 'Gal')]
ST19060829-V32-33-page3.txt: [('-Six..', 'Six..'), ('-', ''), ('--', '-'), ('-', '')]
ST19060829-V32-33-page4.txt: [('-for', 'for'), ('-', ''), ('---', '--'), ('----', '---')]
ST19060829-V32-33-page5.txt: [('-bringing', 'bringing'), ('--', '-'), ('refer-', 'refer'), ('L-', 'L'), ('-"', '"'), ('-', ''), ('-', ''), ('-t--', 't--'), ('-', ''), ('....-', '....'), ('-', '')]
ST19060829-V32-33-page6.txt: [('erec-', 'erec')]
ST19060829-V32-33-page7.txt: [('Journal.-', 'Journal.'), ('-every', 'every'), ('Mon-', 'Mon'), ('-', ''), ('.-', '.'), ('-he', 'he'), ('-any', 'any')]
ST19060829-V32-33-page8.txt: [('-demanding', 'demanding')]
ST19060905-V32-34-page10.txt: [('hur-', 'hur'), ('--', '-'), ('-nra', 'nra'), ('-', '')]
ST19060905-V32-34-page11.txt: [('.-', '.'), ('-', ''), ('Journal.-', 'Journal.'), ('-', ''), ('-any', 'any')]
ST19060905-V32-34-page12.txt: [('us-', 'us')]
ST19060905-V32-34-page13.txt: [('-..-At', '..-At'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--.', '-.'), ('-', '')]
ST19060905-V32-34-page14.txt: [('Federa-', 'Federa'), ('effica-', 'effica')]
ST19060905-V32-34-page15.txt: [('-consumed', 'consumed')]
ST19060905-V32-34-page16.txt: [('-', ''), ('-', ''), ('CATH-', 'CATH'), ('-', ''), ('-', ''), ('-', '')]
ST19060905-V32-34-page2.txt: [("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('r-', 'r'), ('-', ''), ('---the', '--the')]
ST19060905-V32-34-page3.txt: [('-', ''), ('of-', 'of'), ('N-', 'N')]
ST19060905-V32-34-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('righteous-', 'righteous'), ('-', ''), ('-', '')]
ST19060905-V32-34-page5.txt: [('sane-', 'sane'), ('-was', 'was'), ('-', ''), ('-', ''), ('-', ''), ('-----------------------------------------------', '----------------------------------------------'), ('-', '')]
ST19060905-V32-34-page6.txt: [('-', '')]
ST19060905-V32-34-page7.txt: [('-', ''), ('-', ''), ('Faithfulness-', 'Faithfulness'), ('W-', 'W')]
ST19060905-V32-34-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-be', 'be'), ('in-', 'in')]
ST19060912-V32-35-page1.txt: [('on--', 'on-')]
ST19060912-V32-35-page10.txt: [('-', ''), ('-', '')]
ST19060912-V32-35-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-any', 'any'), ('con-', 'con'), ('sue-', 'sue')]
ST19060912-V32-35-page12.txt: [('per-', 'per'), ('ca-', 'ca')]
ST19060912-V32-35-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('camp-', 'camp')]
ST19060912-V32-35-page14.txt: [('-Of', 'Of'), ('Chris-', 'Chris'), ('-""', '""')]
ST19060912-V32-35-page15.txt: [('re-affirm-', 're-affirm'), ('-', '')]
ST19060912-V32-35-page16.txt: [('Oab-', 'Oab')]
ST19060912-V32-35-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19060912-V32-35-page3.txt: [('Bel-', 'Bel'), ('Baby-', 'Baby')]
ST19060912-V32-35-page4.txt: [('O---', 'O--'), ('them-', 'them'), ('-', ''), ('-', ''), ('-', ''), ('un-', 'un')]
ST19060912-V32-35-page5.txt: [('-', ''), ('un-', 'un'), ('-', ''), ('--', '-'), ('-', '')]
ST19060912-V32-35-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060912-V32-35-page7.txt: [('-', ''), ('-love', 'love'), ('-', ''), ('-', ''), ('-', ''), ('-this', 'this')]
ST19060912-V32-35-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060912-V32-35-page9.txt: [('exit-', 'exit')]
ST19060919-V32-36-page1.txt: [('---with', '--with')]
ST19060919-V32-36-page10.txt: [('-', '')]
ST19060919-V32-36-page11.txt: [('SALOON-', 'SALOON'), ('-', ''), ('Journal.-', 'Journal.'), ('--', '-')]
ST19060919-V32-36-page12.txt: [('CON-', 'CON')]
ST19060919-V32-36-page13.txt: [('-as', 'as'), ('do-', 'do'), ('-', '')]
ST19060919-V32-36-page14.txt: [('legis-', 'legis'), ('-of', 'of'), ('-and', 'and'), ('FEDERA-', 'FEDERA'), ('Fed-', 'Fed'), ('Inter-', 'Inter'), ('As-', 'As')]
ST19060919-V32-36-page15.txt: [('-the', 'the')]
ST19060919-V32-36-page16.txt: [('-', '')]
ST19060919-V32-36-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('rates-', 'rates')]
ST19060919-V32-36-page3.txt: [('-', ''), ('-', ''), ('b-', 'b'), ('-', ''), ('-', '')]
ST19060919-V32-36-page4.txt: [('them-', 'them'), ('it-', 'it'), ('-', ''), ('earg-', 'earg'), ('-', ''), ('INVEST-', 'INVEST')]
ST19060919-V32-36-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-a-he', 'a-he'), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19060919-V32-36-page6.txt: [('-', ''), ('-', '')]
ST19060919-V32-36-page7.txt: [('pur-', 'pur'), ('far-', 'far')]
ST19060919-V32-36-page8.txt: [('Wa-', 'Wa'), ('Sab-', 'Sab'), ('-', ''), ('-', '')]
ST19060919-V32-36-page9.txt: [('in-', 'in'), ('-.', '.'), ('-', '')]
ST19060926-V32-37-page10.txt: [('-always', 'always'), ('-', '')]
ST19060926-V32-37-page11.txt: [('Oc-', 'Oc'), ('Journal.-', 'Journal.')]
ST19060926-V32-37-page12.txt: [('non-', 'non'), ('Feder-', 'Feder'), ('move-', 'move')]
ST19060926-V32-37-page13.txt: [('-', '')]
ST19060926-V32-37-page14.txt: [('-', '')]
ST19060926-V32-37-page15.txt: [('nose-', 'nose'), ('-yes', 'yes'), ('-', '')]
ST19060926-V32-37-page16.txt: [('--o', '-o'), ('-', ''), ('-', ''), ('--o--', '-o--'), ('-', '')]
ST19060926-V32-37-page2.txt: [('-', ''), ('-', ''), ('re-', 're')]
ST19060926-V32-37-page3.txt: [('t-', 't'), ('-', ''), ('-', ''), ('-', ''), ('-erms', 'erms')]
ST19060926-V32-37-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('tem-', 'tem')]
ST19060926-V32-37-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sal-', 'sal')]
ST19060926-V32-37-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19060926-V32-37-page7.txt: [('sac-', 'sac'), ('-', ''), ('to-', 'to'), ('pro-', 'pro')]
ST19060926-V32-37-page8.txt: [('-', ''), ('com-', 'com')]
ST19061003-V32-38-page10.txt: [('-', ''), ('-knew', 'knew'), ('-.', '.')]
ST19061003-V32-38-page11.txt: [('bene-', 'bene'), ('-any', 'any'), ('-next', 'next'), ('Washing--', 'Washing-')]
ST19061003-V32-38-page13.txt: [('nakedness-', 'nakedness')]
ST19061003-V32-38-page14.txt: [('I-', 'I')]
ST19061003-V32-38-page15.txt: [('Cath--', 'Cath-')]
ST19061003-V32-38-page16.txt: [('dam-', 'dam'), ('-', ''), ('-', '')]
ST19061003-V32-38-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('rs-', 'rs'), ('-', ''), ('-', ''), ('-', '')]
ST19061003-V32-38-page3.txt: [('-', ''), ('-', ''), ('--', '-')]
ST19061003-V32-38-page4.txt: [('-', ''), ('op-', 'op'), ('cir-', 'cir')]
ST19061003-V32-38-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('communi-', 'communi'), ('-"\'', '"\''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-s', 's'), ('-', '')]
ST19061003-V32-38-page6.txt: [('-', ''), ('-', ''), ('"Be-', '"Be')]
ST19061003-V32-38-page7.txt: [('tre-', 'tre'), ('-', ''), ('-', ''), ('op-', 'op')]
ST19061003-V32-38-page8.txt: [('-', '')]
ST19061003-V32-38-page9.txt: [('sac-', 'sac'), ('-', ''), ('de-', 'de')]
ST19061010-V32-39-page1.txt: [('-', '')]
ST19061010-V32-39-page10.txt: [('dis-', 'dis'), ('--', '-'), ('per-', 'per')]
ST19061010-V32-39-page11.txt: [('be-', 'be'), ('-', ''), ('-..', '..'), ('row-', 'row'), ('-The', 'The')]
ST19061010-V32-39-page12.txt: [('nations.-', 'nations.')]
ST19061010-V32-39-page13.txt: [('Feb-', 'Feb'), ('-', ''), ('chil-', 'chil'), ('De-', 'De')]
ST19061010-V32-39-page14.txt: [('-world.', 'world.'), ('--', '-')]
ST19061010-V32-39-page15.txt: [('-e', 'e')]
ST19061010-V32-39-page16.txt: [('contribu-', 'contribu'), ('-Mississippi', 'Mississippi'), ('Chautau-', 'Chautau'), ('-', ''), ('--', '-'), ('-', ''), ('Sep-', 'Sep'), ('-', ''), ('per-', 'per'), ('-o-', 'o-'), ('self-', 'self')]
ST19061010-V32-39-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Pearl', 'Pearl'), ('-Same', 'Same'), ('-Minion', 'Minion'), ('-Pearl', 'Pearl'), ('-Same', 'Same'), ('-Small', 'Small')]
ST19061010-V32-39-page4.txt: [('rever-', 'rever')]
ST19061010-V32-39-page5.txt: [('-south', 'south'), ('en-', 'en')]
ST19061010-V32-39-page6.txt: [('-', '')]
ST19061010-V32-39-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19061010-V32-39-page8.txt: [('Egyptr-', 'Egyptr'), ('Re-', 'Re'), ('.-', '.'), ('--', '-'), ('Him-', 'Him'), ('-', ''), ('-', ''), ('-', ''), ('pur-', 'pur')]
ST19061010-V32-39-page9.txt: [('en-', 'en'), ('eon-', 'eon'), ('-', ''), ('-', ''), ('-form', 'form'), ('in-', 'in'), ('-', ''), ('-', '')]
ST19061017-V32-40-page10.txt: [('-are', 'are'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19061017-V32-40-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Journal.-', 'Journal.')]
ST19061017-V32-40-page12.txt: [('near-', 'near')]
ST19061017-V32-40-page13.txt: [('Du-', 'Du'), ('-', '')]
ST19061017-V32-40-page14.txt: [('Pan-', 'Pan'), ('new-', 'new')]
ST19061017-V32-40-page15.txt: [('-', ''), ('o-', 'o'), ('York-', 'York')]
ST19061017-V32-40-page16.txt: [('-', ''), ('-', ''), ('Mc-', 'Mc'), ('-', ''), ('-', '')]
ST19061017-V32-40-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('LIT-', 'LIT'), ('leather-', 'leather'), ('-', ''), ('-....', '....'), ('-.', '.'), ('-', ''), ('--', '-'), ('-.....i', '.....i'), ('-', ''), ('faint-', 'faint')]
ST19061017-V32-40-page3.txt: [('-the', 'the'), ('t-', 't')]
ST19061017-V32-40-page4.txt: [('-', '')]
ST19061017-V32-40-page5.txt: [('-', ''), ('-It', 'It'), ('-of', 'of')]
ST19061017-V32-40-page7.txt: [('.-', '.'), ('Indo-', 'Indo'), ('-', ''), ('-', '')]
ST19061017-V32-40-page8.txt: [('-rxxx', 'rxxx'), ('-', '')]
ST19061017-V32-40-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('incorrup-', 'incorrup')]
ST19061024-V32-41-page10.txt: [('en-', 'en')]
ST19061024-V32-41-page11.txt: [('-', ''), ('-There', 'There'), ('Journal.-', 'Journal.')]
ST19061024-V32-41-page12.txt: [('um-', 'um')]
ST19061024-V32-41-page13.txt: [('--', '-'), ('--.-', '-.-'), ('-', ''), ('.nier.-', '.nier.'), ('-', ''), ('-', ''), ('---', '--'), ('-', '')]
ST19061024-V32-41-page14.txt: [('CATHO-', 'CATHO')]
ST19061024-V32-41-page15.txt: [('-', '')]
ST19061024-V32-41-page16.txt: [('--', '-'), ('--', '-'), ('O-', 'O'), ('-', ''), ('experiment.-', 'experiment.'), ('Major-', 'Major'), ('attractive-', 'attractive'), ('.-', '.'), ('-', '')]
ST19061024-V32-41-page2.txt: [('de-', 'de'), ('-', ''), ('de-', 'de'), ('Mc-', 'Mc')]
ST19061024-V32-41-page3.txt: [('build-', 'build'), ('-', ''), ('lit-', 'lit')]
ST19061024-V32-41-page4.txt: [('-rusalem', 'rusalem'), ('judg-', 'judg'), ('-but', 'but')]
ST19061024-V32-41-page5.txt: [('an-', 'an'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('Reforma-', 'Reforma'), ('-', ''), ('-', ''), ('o-', 'o')]
ST19061024-V32-41-page8.txt: [('-', ''), ('.-', '.')]
ST19061024-V32-41-page9.txt: [('Ern-', 'Ern')]
ST19061031-V32-42-page10.txt: [('invari-', 'invari'), ('recog-', 'recog')]
ST19061031-V32-42-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('lit-', 'lit'), ('Journal.-', 'Journal.')]
ST19061031-V32-42-page12.txt: [('-', '')]
ST19061031-V32-42-page13.txt: [('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ad-', 'Ad'), ('-', ''), ('Merrill-', 'Merrill'), ('discour-', 'discour')]
ST19061031-V32-42-page15.txt: [('environ-', 'environ')]
ST19061031-V32-42-page16.txt: [('-', ''), ('ly.-', 'ly.'), ('-point', 'point')]
ST19061031-V32-42-page2.txt: [('-', ''), ('-', ''), ('dr-', 'dr'), ('-', ''), ('-P', 'P')]
ST19061031-V32-42-page3.txt: [('db-', 'db'), ('-', ''), ('-', ''), ('-San', 'San')]
ST19061031-V32-42-page4.txt: [('-', ''), ('-', ''), ('Pat-', 'Pat'), ('-', '')]
ST19061031-V32-42-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('char-', 'char')]
ST19061031-V32-42-page6.txt: [('-', ''), ('-', ''), ("-Life's", "Life's"), ('-', ''), ('pru-', 'pru'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('great-', 'great'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('---', '--'), ('-i', 'i')]
ST19061031-V32-42-page7.txt: [('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('ma-', 'ma'), ('re-', 're'), ('peo-', 'peo')]
ST19061031-V32-42-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('V-', 'V')]
ST19061031-V32-42-page9.txt: [('E-', 'E'), ('-', ''), ('-', ''), ('-', '')]
ST19061107-V32-43-page1.txt: [('-', '')]
ST19061107-V32-43-page10.txt: [('-', '')]
ST19061107-V32-43-page11.txt: [('".moler-', '".moler')]
ST19061107-V32-43-page12.txt: [('cen-', 'cen'), ('-jin', 'jin'), ('pos-', 'pos'), ('----------m-r', '---------m-r'), ('-', '')]
ST19061107-V32-43-page13.txt: [('-----.', '----.'), ('-Neb.', 'Neb.'), ('journal.-', 'journal.'), ('.--', '.-'), ('ye-', 'ye')]
ST19061107-V32-43-page14.txt: [('PERSE-', 'PERSE'), ('con-', 'con'), ("-science'", "science'"), ('-York', 'York'), ('sep-', 'sep')]
ST19061107-V32-43-page16.txt: [('-', ''), ('a-', 'a'), ('-', ''), ('in-', 'in'), ('Crichton-', 'Crichton'), ('re-', 're'), ('sic-', 'sic')]
ST19061107-V32-43-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19061107-V32-43-page3.txt: [('-', ''), ('in-', 'in'), ('-', ''), ('-', '')]
ST19061107-V32-43-page4.txt: [('-hearts', 'hearts'), ('obli-', 'obli')]
ST19061107-V32-43-page5.txt: [('-', ''), ('Sab-', 'Sab')]
ST19061107-V32-43-page6.txt: [('-', ''), ('-', ''), ('con-', 'con')]
ST19061107-V32-43-page7.txt: [('-', ''), ('Sab-', 'Sab'), ('Him-', 'Him'), ('-', ''), ('-', ''), ('mar-', 'mar')]
ST19061107-V32-43-page8.txt: [('SAL-', 'SAL'), ('-.', '.')]
ST19061107-V32-43-page9.txt: [('-gligngaitiimp.', 'gligngaitiimp.')]
ST19061114-V32-44-page10.txt: [('dif-', 'dif'), ('EXTRAOR-', 'EXTRAOR'), ('.-', '.')]
ST19061114-V32-44-page11.txt: [('for-', 'for'), ('Journal.-', 'Journal.'), ('-', ''), ('-', ''), ('-', '')]
ST19061114-V32-44-page12.txt: [('un-', 'un'), ('rea-', 'rea')]
ST19061114-V32-44-page13.txt: [('de-', 'de'), ('-', ''), ('suf-', 'suf')]
ST19061114-V32-44-page14.txt: [('CONSTITU-', 'CONSTITU'), ('-', '')]
ST19061114-V32-44-page15.txt: [('-to', 'to'), ('agi-', 'agi')]
ST19061114-V32-44-page16.txt: [('-', ''), ('-', ''), ('for-', 'for'), ('-', ''), ('Revela-', 'Revela'), ('Gibral-', 'Gibral'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('mani-', 'mani'), ('-', ''), ('ex-', 'ex')]
ST19061114-V32-44-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19061114-V32-44-page3.txt: [('-', ''), ('stub-', 'stub'), ('noth-', 'noth'), ('Protes-', 'Protes'), ('-', ''), ('--', '-')]
ST19061114-V32-44-page4.txt: [('-', ''), ('-', '')]
ST19061114-V32-44-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST19061114-V32-44-page6.txt: [('Medo-', 'Medo'), ('P-', 'P')]
ST19061114-V32-44-page7.txt: [('-', ''), ('-', ''), ('-promises', 'promises'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-In', 'In')]
ST19061121-V32-45-page11.txt: [('-glory', 'glory'), ('-', ''), ('-witnesses', 'witnesses'), ('-', ''), ('-', '')]
ST19061121-V32-45-page12.txt: [('-', ''), ('gra-a-a-a.-', 'gra-a-a-a.'), ('-', ''), ('-', ''), ('-draagraziaataaa-agrai-gra-araa-a-a-aal.', 'draagraziaataaa-agrai-gra-araa-a-a-aal.')]
ST19061121-V32-45-page13.txt: [('Journal.-', 'Journal.')]
ST19061121-V32-45-page14.txt: [('CALI-', 'CALI'), ('--', '-'), ('-t', 't'), ('-', ''), ('-horse-', 'horse-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19061121-V32-45-page15.txt: [('-', ''), ('Drawing-room-', 'Drawing-room'), ('--Stateroom', '-Stateroom')]
ST19061121-V32-45-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19061121-V32-45-page3.txt: [('-', ''), ('-', ''), ('well-', 'well'), ('ma-', 'ma'), ('ex--', 'ex-')]
ST19061121-V32-45-page4.txt: [('-', ''), ('-e', 'e'), ('-', ''), ('-ii', 'ii')]
ST19061121-V32-45-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-gic', 'gic'), ('sub-', 'sub'), ('-', ''), ('-', ''), ('-', '')]
ST19061121-V32-45-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19061121-V32-45-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('pa-', 'pa'), ('-', ''), ('s-"-.-', 's-"-.'), ('E....-', 'E....'), ('destruc-', 'destruc'), ('-----', '----'), ('.---', '.--')]
ST19061121-V32-45-page8.txt: [('A-', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-\'INI...."', '\'INI...."'), ('-', ''), ('-', '')]
ST19061121-V32-45-page9.txt: [('THANKS-', 'THANKS'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('--', '-'), ('sing--', 'sing-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19061128-V32-46-page10.txt: [('moun-', 'moun')]
ST19061128-V32-46-page11.txt: [('Journal.-', 'Journal.')]
ST19061128-V32-46-page12.txt: [('thank-', 'thank'), ('for-', 'for')]
ST19061128-V32-46-page13.txt: [('applica-', 'applica')]
ST19061128-V32-46-page14.txt: [('-', ''), ('ex-', 'ex')]
ST19061128-V32-46-page15.txt: [('-', ''), ('-', ''), ('be-', 'be'), ('es-', 'es')]
ST19061128-V32-46-page16.txt: [('o-', 'o'), ('-', ''), ('-man', 'man')]
ST19061128-V32-46-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('NUM-', 'NUM'), ('-', '')]
ST19061128-V32-46-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19061128-V32-46-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-to', 'to')]
ST19061128-V32-46-page5.txt: [('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', '')]
ST19061128-V32-46-page6.txt: [('-', ''), ('en-', 'en'), ('-', ''), ('-', '')]
ST19061128-V32-46-page7.txt: [('heaven-', 'heaven'), ('rrztrin.-', 'rrztrin.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19061128-V32-46-page9.txt: [('-', ''), ('Sab-', 'Sab')]
ST19061205-V32-47-page1.txt: [('----', '---'), ('"---', '"--')]
ST19061205-V32-47-page10.txt: [('Chris-', 'Chris'), ('-', ''), ('sub-', 'sub')]
ST19061205-V32-47-page11.txt: [('"miser-', '"miser'), ('-', ''), ('-', ''), ('-The', 'The'), ('Journal.-', 'Journal.')]
ST19061205-V32-47-page12.txt: [('-"', '"')]
ST19061205-V32-47-page13.txt: [('recog-', 'recog')]
ST19061205-V32-47-page14.txt: [('in-', 'in')]
ST19061205-V32-47-page15.txt: [('-', ''), ('t-', 't')]
ST19061205-V32-47-page16.txt: [('trae-', 'trae'), ('---', '--'), ('-', ''), ('-', '')]
ST19061205-V32-47-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('COMING-OF-', 'COMING-OF')]
ST19061205-V32-47-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to'), ('-', '')]
ST19061205-V32-47-page4.txt: [('-g', 'g')]
ST19061205-V32-47-page5.txt: [('-', ''), ('-', '')]
ST19061205-V32-47-page6.txt: [('-', ''), ('-', ''), ('There-', 'There')]
ST19061205-V32-47-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('captivity-', 'captivity')]
ST19061205-V32-47-page8.txt: [('-', ''), ('-friends', 'friends')]
ST19061212-V32-48-page10.txt: [('-', ''), ('-', ''), ('---t', '--t'), ('t-', 't'), ('-e-t', 'e-t'), ('-', ''), ('-----------', '----------'), ('-', ''), ('-', ''), ('-', '')]
ST19061212-V32-48-page11.txt: [('Trunk-', 'Trunk')]
ST19061212-V32-48-page12.txt: [('-', ''), ('nee-', 'nee')]
ST19061212-V32-48-page13.txt: [('-', ''), ('-', ''), ('at-', 'at'), ('can-', 'can')]
ST19061212-V32-48-page14.txt: [('"Govern-', '"Govern'), ('-', ''), ('-', '')]
ST19061212-V32-48-page15.txt: [('mis-', 'mis')]
ST19061212-V32-48-page16.txt: [('-', ''), ('-', '')]
ST19061212-V32-48-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19061212-V32-48-page3.txt: [('--', '-'), ('-', '')]
ST19061212-V32-48-page4.txt: [('man-', 'man')]
ST19061212-V32-48-page5.txt: [('-', ''), ('Madi-', 'Madi'), ('-', ''), ('-', ''), ('-', '')]
ST19061212-V32-48-page6.txt: [('-', '')]
ST19061212-V32-48-page7.txt: [('thou-', 'thou'), ('everlast-', 'everlast')]
ST19061212-V32-48-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in')]
ST19061212-V32-48-page9.txt: [('-and', 'and')]
ST19061219-V32-49-page10.txt: [('-..', '..'), ('-', ''), ('channel--', 'channel-'), ('-', ''), ('trans-', 'trans')]
ST19061219-V32-49-page11.txt: [('-', ''), ('plates--', 'plates-'), ('Journal.-', 'Journal.')]
ST19061219-V32-49-page13.txt: [("d'oer-", "d'oer"), ('Confer-', 'Confer')]
ST19061219-V32-49-page14.txt: [('-Vol.', 'Vol.'), ('pat.-', 'pat.'), ('con-', 'con'), ('r-', 'r')]
ST19061219-V32-49-page15.txt: [('-', '')]
ST19061219-V32-49-page16.txt: [('-point', 'point')]
ST19061219-V32-49-page2.txt: [('--.-.-."--', '-.-.-."--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-.', '.'), ("-'", "'"), ('------', '-----')]
ST19061219-V32-49-page3.txt: [('-', '')]
ST19061219-V32-49-page4.txt: [('-', ''), ('wit-', 'wit'), ('-', '')]
ST19061219-V32-49-page5.txt: [('resue-', 'resue'), ('No-', 'No'), ('-', ''), ('-', ''), ('-', '')]
ST19061219-V32-49-page6.txt: [('dis-', 'dis'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19061219-V32-49-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19061219-V32-49-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('forma-', 'forma')]
ST19061219-V32-49-page9.txt: [('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19061226-V32-50-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19061226-V32-50-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19061226-V32-50-page12.txt: [('-', ''), ('-', ''), ('"-', '"')]
ST19061226-V32-50-page13.txt: [('self-support-', 'self-support')]
ST19061226-V32-50-page2.txt: [('-', ''), ('-', ''), ('----', '---'), ('Serv-', 'Serv'), ('Right-', 'Right')]
ST19061226-V32-50-page3.txt: [('-e', 'e'), ('-', ''), ('-', ''), ('-', ''), ('Avery-', 'Avery')]
ST19061226-V32-50-page4.txt: [('--', '-'), ('-', ''), ('trem-', 'trem'), ('-', ''), ('-', ''), ('-', '')]
ST19061226-V32-50-page5.txt: [('-', ''), ('perse-', 'perse'), ('..-', '..'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('months-', 'months'), ('-', ''), ('-', ''), ('-', '')]
ST19061226-V32-50-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-W', 'W'), ('-', '')]
ST19061226-V32-50-page7.txt: [('-IP', 'IP'), ('--', '-')]
ST19061226-V32-50-page8.txt: [('-.', '.'), ('-....', '....'), ('-', '')]
ST19061226-V32-50-page9.txt: [('speak-', 'speak'), ('-', '')]
ST19070102-V33-01-page11.txt: [('Trunk-', 'Trunk'), ('SANITARIUM--', 'SANITARIUM-'), ('Journal.-', 'Journal.')]
ST19070102-V33-01-page12.txt: [('re-', 're')]
ST19070102-V33-01-page13.txt: [('CALIFORNIA-', 'CALIFORNIA'), ('California-', 'California'), ('In-', 'In'), ('Evangc-', 'Evangc'), ('exception-', 'exception'), ('in-', 'in'), ('-J.', 'J.'), ('or-', 'or')]
ST19070102-V33-01-page14.txt: [('CLO-', 'CLO'), ('INTRO-', 'INTRO'), ('SUN-', 'SUN'), ('-', ''), ('SO-', 'SO')]
ST19070102-V33-01-page16.txt: [('-', '')]
ST19070102-V33-01-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070102-V33-01-page3.txt: [('--', '-'), ('-La-----.-X', 'La-----.-X'), ('earth-', 'earth')]
ST19070102-V33-01-page4.txt: [('bur-', 'bur')]
ST19070102-V33-01-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070102-V33-01-page6.txt: [('-', ''), ('-..', '..'), ('-', '')]
ST19070102-V33-01-page7.txt: [('-teo', 'teo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070102-V33-01-page8.txt: [('-ftneiv', 'ftneiv'), ('-', ''), ('care-', 'care'), ('uncer-', 'uncer'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The')]
ST19070102-V33-01-page9.txt: [('-', ''), ('-', '')]
ST19070109-V33-02-page10.txt: [('coin-', 'coin'), ("'M-", "'M"), ('-', '')]
ST19070109-V33-02-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('iMilili.-', 'iMilili.'), ('Sunday-', 'Sunday')]
ST19070109-V33-02-page12.txt: [('CARIB-', 'CARIB')]
ST19070109-V33-02-page13.txt: [('CALIFORNIA-', 'CALIFORNIA'), ('California-', 'California'), ('nom-', 'nom'), ('-O..', 'O..')]
ST19070109-V33-02-page15.txt: [('EARTH-', 'EARTH'), ('-', ''), ('-', '')]
ST19070109-V33-02-page16.txt: [('ANCES-', 'ANCES'), ('STATE-', 'STATE')]
ST19070109-V33-02-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070109-V33-02-page3.txt: [('-', ''), ('--', '-'), ('cor-', 'cor')]
ST19070109-V33-02-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-Avignon', 'Avignon'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070109-V33-02-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-"Blessed', '"Blessed'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070109-V33-02-page6.txt: [('chil-', 'chil'), ('-', '')]
ST19070109-V33-02-page7.txt: [('pro-', 'pro'), ('-', ''), ('physi-', 'physi'), ('-', '')]
ST19070109-V33-02-page8.txt: [('-', ''), ('-', ''), ('re-', 're'), ('-', ''), ('-', '')]
ST19070109-V33-02-page9.txt: [('-line', 'line'), ('-', '')]
ST19070116-V33-03-page10.txt: [('-she', 'she'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-have', 'have')]
ST19070116-V33-03-page11.txt: [('-Gite', 'Gite'), ('-inc', 'inc'), ('-', ''), ('plates--', 'plates-')]
ST19070116-V33-03-page12.txt: [('-', ''), ('sup-', 'sup')]
ST19070116-V33-03-page14.txt: [('--', '-'), ('--', '-'), ('-inlet.', 'inlet.')]
ST19070116-V33-03-page15.txt: [('cler-', 'cler'), ('se-', 'se')]
ST19070116-V33-03-page16.txt: [('EXPRES-', 'EXPRES'), ('--o', '-o')]
ST19070116-V33-03-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-f', 'f'), ('-r', 'r'), ("-'", "'")]
ST19070116-V33-03-page4.txt: [('-nco.', 'nco.'), ('-those', 'those'), ('-', ''), ('-', '')]
ST19070116-V33-03-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o')]
ST19070116-V33-03-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ititrnirins', 'ititrnirins')]
ST19070116-V33-03-page7.txt: [('-', ''), ('un-', 'un'), ('-', ''), ('-', ''), ('-', '')]
ST19070116-V33-03-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070116-V33-03-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('He-', 'He')]
ST19070123-V33-04-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070123-V33-04-page11.txt: [('-', ''), ('ES-', 'ES'), ('DIS-', 'DIS'), ('HES-', 'HES')]
ST19070123-V33-04-page12.txt: [('-Ix', 'Ix'), ('-', ''), ('-', '')]
ST19070123-V33-04-page13.txt: [('CALIFORNIA-', 'CALIFORNIA'), ('-', ''), ('California-', 'California'), ('Trunk-', 'Trunk'), ('hydro-', 'hydro'), ('gradua-', 'gradua')]
ST19070123-V33-04-page15.txt: [('OBSERV-', 'OBSERV'), ('-no', 'no'), ('con--', 'con-'), ('-', ''), ('these-', 'these'), ('-', '')]
ST19070123-V33-04-page16.txt: [('MINIS-', 'MINIS'), ('ES-', 'ES'), ('it-', 'it'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070123-V33-04-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('ma-', 'ma'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070123-V33-04-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST19070123-V33-04-page5.txt: [('vigi-', 'vigi'), ('BE-', 'BE'), ('-', '')]
ST19070123-V33-04-page6.txt: [('-', ''), ('corn-', 'corn'), ('Medo-', 'Medo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070123-V33-04-page7.txt: [('-linco', 'linco'), ('dis-', 'dis')]
ST19070123-V33-04-page8.txt: [('-', ''), ('INDI-', 'INDI'), ('crys-', 'crys')]
ST19070123-V33-04-page9.txt: [('-fie', 'fie'), ('-', ''), ('SUPER-', 'SUPER'), ('-', ''), ('-', '')]
ST19070130-V33-05-page1.txt: [('MYS-', 'MYS'), ('PRE-', 'PRE'), ('-', '')]
ST19070130-V33-05-page10.txt: [('SUP-', 'SUP')]
ST19070130-V33-05-page11.txt: [('Sanita-', 'Sanita'), ('Trunk-', 'Trunk'), ('-', ''), ('-', '')]
ST19070130-V33-05-page13.txt: [('dol-', 'dol'), ('CALIFORNIA-', 'CALIFORNIA'), ('California-', 'California'), ('-thought', 'thought'), ('-', ''), ('-', ''), ('-', '')]
ST19070130-V33-05-page14.txt: [('PEACE-', 'PEACE'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070130-V33-05-page15.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070130-V33-05-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('hail-', 'hail')]
ST19070130-V33-05-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', '')]
ST19070130-V33-05-page4.txt: [('-', '')]
ST19070130-V33-05-page6.txt: [('dis-', 'dis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('encour-', 'encour')]
ST19070130-V33-05-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070130-V33-05-page8.txt: [('anti-', 'anti'), ('-', ''), ('-DAY', 'DAY'), ('-of', 'of'), ('-', ''), ('-', '')]
ST19070130-V33-05-page9.txt: [('-', ''), ('-', ''), ('P-VVViaii-', 'P-VVViaii'), ('-', '')]
ST19070206-V33-06-page11.txt: [('-tyrant', 'tyrant'), ('in-', 'in')]
ST19070206-V33-06-page13.txt: [('prob-', 'prob'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070206-V33-06-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070206-V33-06-page15.txt: [('-', ''), ('con-', 'con'), ('-fie', 'fie')]
ST19070206-V33-06-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('SUN-', 'SUN')]
ST19070206-V33-06-page2.txt: [('Istr.-', 'Istr.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST19070206-V33-06-page3.txt: [('as-', 'as'), ('despair-', 'despair')]
ST19070206-V33-06-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('be-', 'be')]
ST19070206-V33-06-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070206-V33-06-page6.txt: [('-', ''), ('M-', 'M'), ('-', '')]
ST19070206-V33-06-page7.txt: [('-', ''), ('emphat-', 'emphat'), ('-', '')]
ST19070206-V33-06-page8.txt: [('-', ''), ('-', ''), ('-faith', 'faith')]
ST19070206-V33-06-page9.txt: [('con-', 'con')]
ST19070213-V33-07-page1.txt: [('IC-', 'IC'), ("'i-", "'i")]
ST19070213-V33-07-page10.txt: [('-', ''), ('-', ''), ('A-', 'A'), ('-tvit', 'tvit'), ('-', ''), ('drunk-', 'drunk')]
ST19070213-V33-07-page11.txt: [('Trunk-', 'Trunk')]
ST19070213-V33-07-page13.txt: [('SEN-', 'SEN')]
ST19070213-V33-07-page14.txt: [('lit-', 'lit'), ('po-', 'po')]
ST19070213-V33-07-page15.txt: [('-year-old', 'year-old'), ('DI-', 'DI')]
ST19070213-V33-07-page16.txt: [('CON-', 'CON'), ('resign.-', 'resign.'), ('-', ''), ('-plan.', 'plan.')]
ST19070213-V33-07-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19070213-V33-07-page3.txt: [('-', '')]
ST19070213-V33-07-page4.txt: [('BAL-', 'BAL'), ('-or', 'or'), ('"For-', '"For'), ('trin-', 'trin')]
ST19070213-V33-07-page5.txt: [('marvel-', 'marvel'), ('-', ''), ('one-', 'one')]
ST19070213-V33-07-page6.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I')]
ST19070213-V33-07-page7.txt: [('Ite...-', 'Ite...'), ('-', ''), ('-other', 'other'), ('-', ''), ('-', '')]
ST19070213-V33-07-page8.txt: [('-', ''), ('-conditions', 'conditions'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070213-V33-07-page9.txt: [('-fic', 'fic'), ('-for', 'for')]
ST19070220-V33-08-page10.txt: [('-a', 'a')]
ST19070220-V33-08-page11.txt: [('-inoY', 'inoY'), ('-The', 'The'), ('Journal.-', 'Journal.')]
ST19070220-V33-08-page12.txt: [('STOCKHOLD-', 'STOCKHOLD'), ('COMPANY-', 'COMPANY')]
ST19070220-V33-08-page14.txt: [('-', ''), ('POST-OF-', 'POST-OF'), ('refer-', 'refer'), ('POST-', 'POST')]
ST19070220-V33-08-page15.txt: [('Postmaster-', 'Postmaster'), ('Muzzafar-', 'Muzzafar'), ('Muzzafar-Ed-', 'Muzzafar-Ed')]
ST19070220-V33-08-page16.txt: [('-teiv.', 'teiv.')]
ST19070220-V33-08-page2.txt: [('-been', 'been'), ('-', ''), ('year-', 'year'), ('-be', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070220-V33-08-page4.txt: [('-you', 'you'), ('-when', 'when'), ('-"have', '"have'), ('-a', 'a')]
ST19070220-V33-08-page5.txt: [('-begotten', 'begotten'), ('BE-', 'BE'), ('con-', 'con'), ('-', '')]
ST19070220-V33-08-page6.txt: [('-', '')]
ST19070220-V33-08-page7.txt: [('-', ''), ('-', ''), ('frov-', 'frov'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070220-V33-08-page8.txt: [('-', ''), ('readi-', 'readi')]
ST19070220-V33-08-page9.txt: [('--He', '-He')]
ST19070227-V33-09-page11.txt: [('Time-', 'Time'), ('--Most', '-Most'), ('-', ''), ('-I', 'I'), ('se-', 'se'), ('-', ''), ('------.', '-----.'), ('-', ''), ("-'", "'"), ('-', ''), ('Journal.-', 'Journal.'), ('...------', '...-----'), ('----', '---'), ('-', ''), ('--', '-'), ('-', '')]
ST19070227-V33-09-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('ter-', 'ter')]
ST19070227-V33-09-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070227-V33-09-page14.txt: [('-', ''), ('EDU-', 'EDU'), ('abolish-', 'abolish'), ('-', '')]
ST19070227-V33-09-page15.txt: [('Wme--', 'Wme-')]
ST19070227-V33-09-page16.txt: [('-', '')]
ST19070227-V33-09-page3.txt: [('EXAM-', 'EXAM'), ('be-', 'be'), ('perse-', 'perse')]
ST19070227-V33-09-page4.txt: [('-', ''), ('-', '')]
ST19070227-V33-09-page5.txt: [('-iineLam', 'iineLam'), ('de-', 'de'), ('unbe-', 'unbe')]
ST19070227-V33-09-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070227-V33-09-page7.txt: [('-tie', 'tie'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070227-V33-09-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070306-V33-10-page1.txt: [('-', ''), ('-', ''), ('-f', 'f'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070306-V33-10-page10.txt: [('-', ''), ('-', ''), ('-sinful', 'sinful')]
ST19070306-V33-10-page11.txt: [('-by', 'by'), ('Trunk-', 'Trunk')]
ST19070306-V33-10-page12.txt: [('navi-', 'navi')]
ST19070306-V33-10-page13.txt: [('-', ''), ('-fruit', 'fruit'), ('authority-', 'authority'), ('-road', 'road'), ('-and', 'and'), ('-to', 'to')]
ST19070306-V33-10-page14.txt: [('IN-', 'IN'), ('RE-', 'RE'), ('man-', 'man'), ('RE-', 'RE'), ('-measure', 'measure'), ('-', '')]
ST19070306-V33-10-page15.txt: [('-saloons.', 'saloons.'), ('-be', 'be'), ('ole-', 'ole'), ('-makes', 'makes'), ('-', ''), ('-by', 'by'), ('-withtwo', 'withtwo'), ('January-', 'January'), ('al-', 'al')]
ST19070306-V33-10-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-by', 'by'), ('-is', 'is'), ('-', ''), ('Stand-', 'Stand'), ('-', '')]
ST19070306-V33-10-page2.txt: [('-', ''), ('-rrne-', 'rrne-'), ('-', ''), ('-', ''), ('-', ''), ('Cen-', 'Cen'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070306-V33-10-page3.txt: [('aggre-', 'aggre'), ('-', ''), ('---', '--'), ('sat-', 'sat'), ('--', '-')]
ST19070306-V33-10-page4.txt: [('-the', 'the'), ('-rnieo', 'rnieo'), ('be-', 'be'), ('-enormity', 'enormity'), ('re-', 're'), ('-', ''), ('-', ''), ('--', '-')]
ST19070306-V33-10-page5.txt: [('-', ''), ('-propagating', 'propagating'), ('--', '-'), ('-', ''), ('"-', '"'), ('-', ''), ('-', ''), ('-', ''), ('sub-', 'sub')]
ST19070306-V33-10-page6.txt: [('-as', 'as'), ('-', ''), ('coun-', 'coun'), ('-', ''), ('-', ''), ('-', ''), ('cap-', 'cap'), ('-', ''), ('ailhatialtlfralialasiii-', 'ailhatialtlfralialasiii'), ('aVre-', 'aVre'), ('-aa-a-ga', 'aa-a-ga'), ('-', ''), ('-', ''), ('-aardrska-A.', 'aardrska-A.')]
ST19070306-V33-10-page7.txt: [('-', ''), ('corn-', 'corn'), ('-our', 'our'), ('-', ''), ('-', ''), ('-', ''), ('-was', 'was'), ('-his', 'his')]
ST19070306-V33-10-page8.txt: [('prob-', 'prob')]
ST19070306-V33-10-page9.txt: [('-', ''), ('--"', '-"'), ('-went', 'went'), ('-', ''), ('-', ''), ('-', ''), ('gs-', 'gs'), ('ge-', 'ge'), ('-watching', 'watching')]
ST19070313-V33-11-page1.txt: [('-', ''), ('-', '')]
ST19070313-V33-11-page10.txt: [('-', ''), ('-The', 'The'), ('-', ''), ('.-', '.'), ('pro-', 'pro')]
ST19070313-V33-11-page11.txt: [('-', ''), ('-', ''), ('crops--', 'crops-'), ('partic-', 'partic'), ('Journal.-', 'Journal.')]
ST19070313-V33-11-page12.txt: [('--', '-')]
ST19070313-V33-11-page13.txt: [('Braden-', 'Braden')]
ST19070313-V33-11-page14.txt: [('DES-', 'DES'), ('-', '')]
ST19070313-V33-11-page15.txt: [('-', ''), ('-more', 'more'), ('-ious', 'ious'), ('-world', 'world'), ('-author', 'author'), ('-is', 'is'), ('-', ''), ('-he', 'he'), ('-to', 'to')]
ST19070313-V33-11-page16.txt: [('-', ''), ('-shall', 'shall'), ('-', '')]
ST19070313-V33-11-page2.txt: [("-I'", "I'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Drink-', 'Drink'), ('-.', '.'), ('-', ''), ('V-', 'V'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070313-V33-11-page3.txt: [('for-', 'for'), ('be-', 'be'), ('-', ''), ('-', '')]
ST19070313-V33-11-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mat-', 'Mat'), ('"con-', '"con'), ('-', ''), ('----', '---'), ('-', '')]
ST19070313-V33-11-page5.txt: [('-that', 'that'), ('-', ''), ('immu-', 'immu'), ('dis-', 'dis')]
ST19070313-V33-11-page6.txt: [('-', ''), ('-', '')]
ST19070313-V33-11-page7.txt: [('charac-', 'charac'), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('NAT-', 'NAT'), ('-', ''), ('-', '')]
ST19070313-V33-11-page8.txt: [('-', ''), ('Medo-', 'Medo'), ('-', ''), ('-', ''), ('-', '')]
ST19070313-V33-11-page9.txt: [('-', ''), ('V-', 'V'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bible-', 'Bible')]
ST19070320-V33-12-page1.txt: [('-', '')]
ST19070320-V33-12-page10.txt: [('-', ''), ("'cause---", "'cause--")]
ST19070320-V33-12-page11.txt: [('-of', 'of'), ('-', ''), ('-Wit', 'Wit'), ('-iinzlY', 'iinzlY'), ('-', ''), ('-', ''), ('-acre', 'acre'), ('-out', 'out')]
ST19070320-V33-12-page12.txt: [('-', ''), ('Peking-', 'Peking'), ('tosac-', 'tosac'), ('de-', 'de'), ('measur-', 'measur')]
ST19070320-V33-12-page13.txt: [('tab-', 'tab'), ('"Stone-', '"Stone'), ('-baptized', 'baptized'), ('-Texas', 'Texas')]
ST19070320-V33-12-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('how-', 'how'), ('"down-', '"down'), ('Free-', 'Free')]
ST19070320-V33-12-page15.txt: [('ad-', 'ad'), ('No.-', 'No.')]
ST19070320-V33-12-page16.txt: [('-Republican', 'Republican'), ('-', ''), ('-you', 'you'), ('-or', 'or'), ('-this', 'this'), ('-the', 'the'), ('-', ''), ('-he', 'he'), ('-of', 'of'), ('-had', 'had'), ('Presi-', 'Presi')]
ST19070320-V33-12-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-has', 'has'), ('MOVE-', 'MOVE'), ('-', ''), ('I-', 'I'), ('-', '')]
ST19070320-V33-12-page3.txt: [('wilder-', 'wilder')]
ST19070320-V33-12-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('SPEAK-', 'SPEAK'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-came', 'came'), ('-among', 'among'), ('GOS-', 'GOS')]
ST19070320-V33-12-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070320-V33-12-page6.txt: [('-', ''), ('Medo-', 'Medo')]
ST19070320-V33-12-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('vie-', 'vie'), ('mirac-', 'mirac'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--outshining', '-outshining')]
ST19070320-V33-12-page8.txt: [('-', ''), ('-Vaporous', 'Vaporous'), ('-', ''), ('-pass', 'pass'), ('-he', 'he'), ('-overcome.', 'overcome.'), ('-not', 'not'), ('with-', 'with'), ('-', ''), ('-toget', 'toget'), ('-', '')]
ST19070320-V33-12-page9.txt: [('CON-', 'CON'), ('ut-', 'ut'), ('-While', 'While'), ('-', ''), ('HOW-', 'HOW')]
ST19070327-V33-13-page1.txt: [('-', '')]
ST19070327-V33-13-page11.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('Trunk-', 'Trunk'), ('Journal.-', 'Journal.')]
ST19070327-V33-13-page12.txt: [('under-', 'under')]
ST19070327-V33-13-page13.txt: [('hus-', 'hus'), ('--', '-'), ('-', ''), ('-print', 'print')]
ST19070327-V33-13-page14.txt: [('Whis-', 'Whis'), ('-It', 'It'), ('MEN-', 'MEN'), ('PRO-', 'PRO'), ('LIM-', 'LIM'), ('PEO-', 'PEO')]
ST19070327-V33-13-page15.txt: [('TOL-', 'TOL'), ('IN-', 'IN'), ('CON-', 'CON')]
ST19070327-V33-13-page16.txt: [('---', '--'), ('-that', 'that'), ('-', ''), ('-time', 'time'), ('--', '-'), ('Bible-', 'Bible'), ('-the', 'the'), ('thou--', 'thou-'), ('-', ''), ('-not', 'not'), ('-onel-Ounce.', 'onel-Ounce.'), ('-the', 'the')]
ST19070327-V33-13-page2.txt: [('ot-tt-', 'ot-tt'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('MOVE-', 'MOVE'), ('-your', 'your'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', '')]
ST19070327-V33-13-page3.txt: [('-', ''), ('hu-', 'hu'), ('wor-', 'wor'), ('-', ''), ('-', ''), ('-', '')]
ST19070327-V33-13-page4.txt: [('of-', 'of'), ('au-', 'au'), ('-', ''), ('-', '')]
ST19070327-V33-13-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-.Ter.', '.Ter.'), ('-', ''), ('-', '')]
ST19070327-V33-13-page6.txt: [('eter-', 'eter'), ('eom-', 'eom'), ('-nitted', 'nitted'), ('salva-', 'salva'), ('-iation.', 'iation.'), ('-Sett-eab-tt-t-tb', 'Sett-eab-tt-t-tb')]
ST19070327-V33-13-page8.txt: [('In-', 'In'), ('-', ''), ('-', ''), ('-', ''), ('-with', 'with'), ('-', '')]
ST19070327-V33-13-page9.txt: [('-', '')]
ST19070403-V33-14-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', '')]
ST19070403-V33-14-page10.txt: [('prize-', 'prize'), ('nu--', 'nu-')]
ST19070403-V33-14-page11.txt: [('-h', 'h'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070403-V33-14-page12.txt: [("-V'igrtgv", "V'igrtgv"), ('be-', 'be')]
ST19070403-V33-14-page13.txt: [('-of', 'of')]
ST19070403-V33-14-page14.txt: [('-', ''), ('-', ''), ('-t-t', 't-t'), ('--', '-'), ('-', ''), ('.-', '.'), ('-', ''), ('thir-', 'thir')]
ST19070403-V33-14-page15.txt: [('-', ''), ('prosecu-', 'prosecu'), ('Mc-', 'Mc')]
ST19070403-V33-14-page16.txt: [('-', ''), ('-', '')]
ST19070403-V33-14-page2.txt: [('--', '-'), ('-ti-', 'ti-'), ('-.Attit', '.Attit'), ('--A.-', '-A.-'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070403-V33-14-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070403-V33-14-page4.txt: [('-', ''), ('-From', 'From'), ('-', '')]
ST19070403-V33-14-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('IM-', 'IM'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', '')]
ST19070403-V33-14-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070403-V33-14-page7.txt: [('-', ''), ('-', ''), ('-not', 'not'), ('well-', 'well')]
ST19070403-V33-14-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070403-V33-14-page9.txt: [('-', ''), ('-', ''), ('mr.-', 'mr.'), ('-good', 'good'), ('a-a-a-a-gra-', 'a-a-a-a-gra'), ('-aa-a-aaa-a--a-a-a-agra-alra-greu', 'aa-a-aaa-a--a-a-a-agra-alra-greu'), ('-', '')]
ST19070410-V33-15-page11.txt: [('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070410-V33-15-page12.txt: [('-', '')]
ST19070410-V33-15-page13.txt: [('of-', 'of')]
ST19070410-V33-15-page15.txt: [('---', '--'), ('-wanted', 'wanted'), ('-the', 'the'), ('C.-', 'C.'), ('-operations', 'operations'), ('think-', 'think')]
ST19070410-V33-15-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-to', 'to'), ('-Just', 'Just'), ('-', ''), ('destruc-', 'destruc')]
ST19070410-V33-15-page2.txt: [('-', ''), ('-', ''), ('Edu-', 'Edu'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'")]
ST19070410-V33-15-page3.txt: [('-', ''), ('ES-', 'ES')]
ST19070410-V33-15-page4.txt: [('life--', 'life-'), ('-', ''), ('-us', 'us'), ('-be', 'be'), ('-', ''), ('-', ''), ('-', ''), ('Mary-', 'Mary')]
ST19070410-V33-15-page5.txt: [('-', '')]
ST19070410-V33-15-page6.txt: [('-', '')]
ST19070410-V33-15-page7.txt: [('-', ''), ('Itett-', 'Itett'), ('woes.-', 'woes.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070410-V33-15-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('nos-', 'nos'), ('om-', 'om'), ('-because', 'because'), ('-hallowed', 'hallowed'), ('-', ''), ('-', ''), ('"prom--', '"prom-')]
ST19070410-V33-15-page9.txt: [('-', '')]
ST19070417-V33-16-page10.txt: [('-e', 'e')]
ST19070417-V33-16-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('vol-', 'vol')]
ST19070417-V33-16-page13.txt: [('-', '')]
ST19070417-V33-16-page14.txt: [('well-', 'well'), ('de-', 'de')]
ST19070417-V33-16-page15.txt: [('-', ''), ('prin-', 'prin'), ('-', '')]
ST19070417-V33-16-page16.txt: [('-', ''), ('-', ''), ('--', '-'), ('respira-', 'respira')]
ST19070417-V33-16-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070417-V33-16-page3.txt: [('-', ''), ('-', ''), ('-f', 'f')]
ST19070417-V33-16-page4.txt: [('-', ''), ('-words', 'words'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('knowl-', 'knowl')]
ST19070417-V33-16-page5.txt: [("-teo'", "teo'"), ('-', ''), ('RIGHTEOUS-', 'RIGHTEOUS'), ('-', ''), ('-', '')]
ST19070417-V33-16-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-these', 'these'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', '')]
ST19070417-V33-16-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070417-V33-16-page8.txt: [('-', '')]
ST19070417-V33-16-page9.txt: [('-', ''), ('-It', 'It')]
ST19070501-V33-18-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('POETRY-', 'POETRY'), ('---', '--')]
ST19070501-V33-18-page10.txt: [('-', ''), ('NA-', 'NA'), ('-', '')]
ST19070501-V33-18-page11.txt: [('con-', 'con'), ('under-', 'under'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('math-', 'math'), ('OUT-', 'OUT'), ('CON-', 'CON'), ('Trans-', 'Trans'), ('-', '')]
ST19070501-V33-18-page12.txt: [('-done', 'done')]
ST19070501-V33-18-page13.txt: [('SIGNIFI-', 'SIGNIFI'), ('GEN-', 'GEN'), ('-', ''), ('-', '')]
ST19070501-V33-18-page14.txt: [('smn-', 'smn'), ('him-', 'him')]
ST19070501-V33-18-page15.txt: [('-page', 'page'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070501-V33-18-page16.txt: [('deaig-', 'deaig'), ('-', ''), ('-', ''), ('-', '')]
ST19070501-V33-18-page2.txt: [('-the', 'the'), ('-', ''), ('-', '')]
ST19070501-V33-18-page3.txt: [('-', '')]
ST19070501-V33-18-page4.txt: [('-', ''), ('-', ''), ('-', ''), ("-God's", "God's"), ('-man', 'man'), ('be--', 'be-'), ('-concealed', 'concealed'), ('command-', 'command')]
ST19070501-V33-18-page5.txt: [('-', '')]
ST19070501-V33-18-page6.txt: [('knowl-', 'knowl'), ('-the', 'the'), ('-', ''), ('be-', 'be')]
ST19070501-V33-18-page7.txt: [('-ftneoa', 'ftneoa'), ('-', ''), ('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070501-V33-18-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-clean', 'clean')]
ST19070501-V33-18-page9.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST19070508-V33-19-page10.txt: [('-Locksley', 'Locksley'), ('-', ''), ('Poorten-', 'Poorten'), ('CON-', 'CON')]
ST19070508-V33-19-page11.txt: [('-', ''), ('PARLIA-', 'PARLIA'), ('f--tSte-', 'f--tSte'), ('-Ib-t-Skf--tg.', 'Ib-t-Skf--tg.'), ('-tteArAte', 'tteArAte'), ('-', ''), ('ECUMEN-', 'ECUMEN'), ('eel-', 'eel')]
ST19070508-V33-19-page12.txt: [('answer-', 'answer'), ('-', ''), ('-', ''), ('author-', 'author'), ('-the', 'the'), ('-', ''), ('ceremonial-', 'ceremonial')]
ST19070508-V33-19-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070508-V33-19-page14.txt: [('admir-', 'admir'), ('-thee', 'thee'), ('-Eldred', 'Eldred'), ('laughing.-', 'laughing.')]
ST19070508-V33-19-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070508-V33-19-page16.txt: [('-', ''), ('-hopes', 'hopes'), ('-and', 'and'), ('-extent', 'extent'), ('morning-', 'morning'), ('-copies', 'copies'), ('Pub-', 'Pub'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-HOME', 'HOME'), ('-', ''), ('Mes-', 'Mes')]
ST19070508-V33-19-page2.txt: [('-thru', 'thru'), ('-', ''), ('-', '')]
ST19070508-V33-19-page3.txt: [('-', ''), ('.-', '.'), ('-', ''), ('--c', '-c'), ('-', ''), ('-stamp', 'stamp')]
ST19070508-V33-19-page4.txt: [('Medo-', 'Medo'), ('-', ''), ('-', '')]
ST19070508-V33-19-page5.txt: [('-', ''), ('king-', 'king'), ('-', ''), ('Libra-', 'Libra'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--The', '-The'), ('subjec-', 'subjec'), ('-Jehovah', 'Jehovah')]
ST19070508-V33-19-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('U-', 'U')]
ST19070508-V33-19-page7.txt: [('-unto', 'unto'), ('-', ''), ('-fruits', 'fruits'), ('-', ''), ('-', ''), ('-to', 'to'), ('-Focus', 'Focus')]
ST19070508-V33-19-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-eternal', 'eternal'), ('ex-', 'ex')]
ST19070515-V33-20-page10.txt: [('TWENTY-', 'TWENTY'), ('-TON', 'TON'), ('PRESI-', 'PRESI'), ('SIGNIFI-', 'SIGNIFI'), ('PREPARA-', 'PREPARA'), ('TREM-', 'TREM'), ('DEVELOP-', 'DEVELOP'), ('LAST-', 'LAST'), ('INTERNA-', 'INTERNA'), ('CONFER-', 'CONFER')]
ST19070515-V33-20-page11.txt: [('-', '')]
ST19070515-V33-20-page12.txt: [('-', ''), ('mislead-', 'mislead')]
ST19070515-V33-20-page13.txt: [('PRES-', 'PRES'), ('-practical', 'practical'), ('-', ''), ('-', '')]
ST19070515-V33-20-page14.txt: [('re-', 're'), ('par-', 'par'), ('necessi-', 'necessi')]
ST19070515-V33-20-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070515-V33-20-page16.txt: [('cr-', 'cr'), ('-', ''), ('-', ''), ('-Seen', 'Seen'), ('calaraities.-', 'calaraities.'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-', ''), ('-but', 'but'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('thegleri-', 'thegleri'), ('-confirms', 'confirms'), ('-Jesing', 'Jesing'), ('de-', 'de'), ('-', '')]
ST19070515-V33-20-page2.txt: [('-', ''), ('-respect', 'respect'), ('-', '')]
ST19070515-V33-20-page3.txt: [('-', '')]
ST19070515-V33-20-page4.txt: [('-', ''), ('-to', 'to'), ('pass-', 'pass')]
ST19070515-V33-20-page5.txt: [('--"c.', '-"c.'), ('"\'-', '"\''), ('-', ''), ('recon-', 'recon'), ('-hope', 'hope'), ('-', ''), ('-of', 'of'), ('-', ''), ('-', '')]
ST19070515-V33-20-page6.txt: [('-', ''), ('-that', 'that'), ('-', ''), ('-', '')]
ST19070515-V33-20-page7.txt: [('-received', 'received'), ('com-', 'com')]
ST19070515-V33-20-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-by', 'by'), ('-upon', 'upon')]
ST19070515-V33-20-page9.txt: [('-', ''), ('-', ''), ('combination"-', 'combination"'), ('-', ''), ('-learn', 'learn'), ('-', '')]
ST19070522-V33-21-page1.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070522-V33-21-page10.txt: [('-as', 'as'), ('AL-', 'AL'), ('CON-', 'CON'), ('FEDERA-', 'FEDERA'), ('CONFED-', 'CONFED')]
ST19070522-V33-21-page11.txt: [('arch-', 'arch'), ('-', ''), ('-to', 'to'), ('Star-', 'Star'), ('"EXCEPT-', '"EXCEPT'), ('EXCEPT-', 'EXCEPT')]
ST19070522-V33-21-page13.txt: [('-', ''), ('-', ''), ('eonse--', 'eonse-')]
ST19070522-V33-21-page14.txt: [('-ftneris', 'ftneris'), ('-', ''), ('your-', 'your'), ('-"Yes', '"Yes'), ('-chapters', 'chapters')]
ST19070522-V33-21-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-or', 'or'), ('-', ''), ('-', ''), ('-Girl', 'Girl'), ('Tab-', 'Tab'), ('-', ''), ('-', ''), ('i-', 'i'), ('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST19070522-V33-21-page16.txt: [('-March', 'March'), ('-This', 'This'), ('--ofthe', '-ofthe'), ('joarnal.-', 'joarnal.'), ('-D.', 'D.'), ('-plead', 'plead'), ('days-', 'days'), ('-', ''), ('-', ''), ('-', ''), ('-What', 'What'), ('-Bible', 'Bible'), ('-', '')]
ST19070522-V33-21-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070522-V33-21-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('tri-', 'tri'), ('RE-', 'RE')]
ST19070522-V33-21-page4.txt: [('-', ''), ('EVERLAST-', 'EVERLAST'), ('RE-', 'RE'), ('EVERLAST-', 'EVERLAST'), ('-', ''), ('AP-', 'AP'), ('bless-', 'bless')]
ST19070522-V33-21-page5.txt: [('-', ''), ('-for', 'for'), ('con-', 'con'), ('-', ''), ('-fitteq', 'fitteq'), ('-', ''), ('-', '')]
ST19070522-V33-21-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070522-V33-21-page7.txt: [('-', ''), ('Isaiah-', 'Isaiah')]
ST19070522-V33-21-page8.txt: [('-', ''), ('-', '')]
ST19070522-V33-21-page9.txt: [('-', ''), ('superin-', 'superin')]
ST19070529-V33-22-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----')]
ST19070529-V33-22-page10.txt: [('lux-', 'lux')]
ST19070529-V33-22-page11.txt: [('-', ''), ('Waldeck-', 'Waldeck'), ('Indians.-', 'Indians.')]
ST19070529-V33-22-page12.txt: [('Catholi-', 'Catholi'), ('so-', 'so'), ('cir-', 'cir'), ('-', ''), ('-', '')]
ST19070529-V33-22-page13.txt: [('-', '')]
ST19070529-V33-22-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-iiiirSlitir', 'iiiirSlitir'), ('-', ''), ('-', ''), ('-', '')]
ST19070529-V33-22-page16.txt: [('.-', '.'), ('re-', 're'), ('-', ''), ('-folk.', 'folk.'), ('the-', 'the'), ('-', '')]
ST19070529-V33-22-page2.txt: [('-OttV', 'OttV'), ('-', ''), ('-C', 'C'), ('-tegr', 'tegr'), ('-', '')]
ST19070529-V33-22-page3.txt: [('-is', 'is'), ('perplex-', 'perplex')]
ST19070529-V33-22-page4.txt: [('-', ''), ('ful-', 'ful'), ('re-', 're'), ('com-', 'com'), ('--', '-')]
ST19070529-V33-22-page5.txt: [('un-', 'un'), ('-', ''), ('pro-', 'pro'), ('-who', 'who'), ('impos-', 'impos'), ('cor-', 'cor')]
ST19070529-V33-22-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070529-V33-22-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('under-', 'under'), ('covenant-break-', 'covenant-break'), ('-', '')]
ST19070529-V33-22-page9.txt: [('condi-', 'condi'), ('-', '')]
ST19070605-V33-23-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070605-V33-23-page10.txt: [('-Vol.', 'Vol.')]
ST19070605-V33-23-page12.txt: [('organiza-', 'organiza'), ('--Kong', '-Kong'), ('-has', 'has'), ('-', ''), ('-sacrificing', 'sacrificing')]
ST19070605-V33-23-page13.txt: [('-I', 'I'), ('-', ''), ('-General', 'General'), ('-a.', 'a.'), ('devel-', 'devel'), ('-', ''), ('-', ''), ('-Washing', 'Washing'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070605-V33-23-page14.txt: [('to-morrow--', 'to-morrow-'), ('propor-', 'propor'), ('-First', 'First')]
ST19070605-V33-23-page15.txt: [('-', ''), ('-', ''), ('-to', 'to'), ('Con-', 'Con'), ('Cooperation-', 'Cooperation'), ('-iine', 'iine')]
ST19070605-V33-23-page16.txt: [('-in', 'in'), ('-"', '"'), ('-', ''), ('-', ''), ('and-', 'and'), ('-', ''), ('-', '')]
ST19070605-V33-23-page3.txt: [('-to', 'to'), ('Hyp-', 'Hyp')]
ST19070605-V33-23-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070605-V33-23-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-must', 'must')]
ST19070605-V33-23-page8.txt: [('-', ''), ('-', ''), ('-may', 'may'), ('sought-', 'sought')]
ST19070605-V33-23-page9.txt: [('-quotatian', 'quotatian'), ('-time', 'time'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-well', 'well')]
ST19070612-V33-24-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070612-V33-24-page10.txt: [('-', ''), ('stu-', 'stu')]
ST19070612-V33-24-page11.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070612-V33-24-page12.txt: [('-years', 'years'), ('Tsai-', 'Tsai')]
ST19070612-V33-24-page13.txt: [('-we', 'we'), ('-seen', 'seen'), ('-such', 'such'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070612-V33-24-page14.txt: [('-my', 'my'), ('wonderful-', 'wonderful'), ('-', ''), ('-that', 'that')]
ST19070612-V33-24-page15.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070612-V33-24-page16.txt: [('-', ''), ('-public', 'public'), ('o---', 'o--')]
ST19070612-V33-24-page2.txt: [('-', ''), ('Two-', 'Two'), ('-a', 'a')]
ST19070612-V33-24-page3.txt: [('-', ''), ('-', '')]
ST19070612-V33-24-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070612-V33-24-page5.txt: [('arrange-', 'arrange'), ('-', ''), ('-', '')]
ST19070612-V33-24-page6.txt: [('of-', 'of'), ('re-', 're'), ('illim-', 'illim')]
ST19070612-V33-24-page7.txt: [('established-', 'established'), ('-a', 'a'), ('-', ''), ('-', '')]
ST19070612-V33-24-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-fine', 'fine')]
ST19070612-V33-24-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070619-V33-25-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070619-V33-25-page10.txt: [('Par-', 'Par'), ('...-', '...'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070619-V33-25-page11.txt: [('-deal.', 'deal.'), ('-cent', 'cent')]
ST19070619-V33-25-page13.txt: [('last-', 'last'), ('hear-', 'hear'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070619-V33-25-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070619-V33-25-page16.txt: [('-', ''), ('-', ''), ('-He', 'He'), ('-', ''), ('-them', 'them'), ('Mrs.-', 'Mrs.'), ('-', ''), ('-', '')]
ST19070619-V33-25-page2.txt: [('-', ''), ('-to', 'to'), ('-', ''), ('-to', 'to')]
ST19070619-V33-25-page3.txt: [('-', ''), ('de-', 'de')]
ST19070619-V33-25-page4.txt: [('-to', 'to'), ('im-', 'im')]
ST19070619-V33-25-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070619-V33-25-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070619-V33-25-page7.txt: [('-', ''), ('appear-', 'appear'), ('afterward-', 'afterward'), ('-Enoch', 'Enoch')]
ST19070619-V33-25-page8.txt: [('-', ''), ('in-', 'in')]
ST19070619-V33-25-page9.txt: [('-', ''), ('-', '')]
ST19070626-V33-26-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('Co-', 'Co'), ('-', ''), ('-', '')]
ST19070626-V33-26-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('sol-', 'sol'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070626-V33-26-page12.txt: [('HAR-', 'HAR'), ('-', '')]
ST19070626-V33-26-page14.txt: [('-', '')]
ST19070626-V33-26-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070626-V33-26-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Standard', 'Standard'), ('up-', 'up'), ('-', '')]
ST19070626-V33-26-page2.txt: [('-', ''), ('-', '')]
ST19070626-V33-26-page3.txt: [('-', ''), ('-', '')]
ST19070626-V33-26-page4.txt: [('-fineo', 'fineo'), ('sig-', 'sig'), ('-', ''), ('of-', 'of'), ('testament-', 'testament'), ('-', ''), ('-', ''), ('in-', 'in'), ("'-Heaven.-", "'-Heaven."), ('-', '')]
ST19070626-V33-26-page5.txt: [('-i', 'i'), ('-iniquities', 'iniquities'), ('-', ''), ('-', ''), ('-the', 'the')]
ST19070626-V33-26-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ID', 'ID'), ('-used', 'used')]
ST19070626-V33-26-page7.txt: [('-iineo', 'iineo'), ('-r', 'r'), ('work.-', 'work.'), ('or-', 'or'), ('Pius-', 'Pius'), ('-', ''), ('an-', 'an'), ('-', ''), ('-', ''), ('-', '')]
ST19070626-V33-26-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070626-V33-26-page9.txt: [('-and', 'and'), ('-before', 'before'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070703-V33-27-page10.txt: [('-itneo', 'itneo'), ('PUR-', 'PUR'), ('POW-', 'POW'), ('GOV-', 'GOV'), ('INDE-', 'INDE')]
ST19070703-V33-27-page11.txt: [('-in', 'in'), ('OF-', 'OF'), ('-Ef', 'Ef'), ('-foot', 'foot')]
ST19070703-V33-27-page13.txt: [('-page', 'page'), ('-Gideon', 'Gideon'), ('-', ''), ('-', ''), ('-It', 'It'), ('T-', 'T'), ('-', ''), ('-', ''), ('-', ''), ('-.."', '.."'), ('-', ''), ('-', ''), ('-', ''), ('e-', 'e'), ('-ot', 'ot'), ('-', ''), ('-Il', 'Il'), ('PAC-SINUS-', 'PAC-SINUS')]
ST19070703-V33-27-page14.txt: [('-', '')]
ST19070703-V33-27-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070703-V33-27-page16.txt: [('-', ''), ("-Declaration'", "Declaration'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('-to', 'to'), ('-', ''), ('-future', 'future'), ("--But-ona'-holiday", "-But-ona'-holiday"), ('-', ''), ('-', ''), ('-', ''), ('--sitnationin', '-sitnationin'), ('spread-', 'spread')]
ST19070703-V33-27-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070703-V33-27-page3.txt: [('-----.-', '----.-'), ('-........', '........')]
ST19070703-V33-27-page4.txt: [('re-', 're'), ('re-', 're')]
ST19070703-V33-27-page5.txt: [('-', '')]
ST19070703-V33-27-page6.txt: [('ma-', 'ma')]
ST19070703-V33-27-page7.txt: [('-', ''), ('-', ''), ('car-', 'car')]
ST19070703-V33-27-page8.txt: [('-', ''), ('Ban-', 'Ban'), ('INDI-', 'INDI'), ('AC-', 'AC'), ('REA-', 'REA'), ('-', ''), ('-', ''), ('-', '')]
ST19070703-V33-27-page9.txt: [('-act', 'act')]
ST19070710-V33-28-page10.txt: [('UN-', 'UN'), ('-', '')]
ST19070710-V33-28-page11.txt: [('-No.', 'No.'), ('Hamp-', 'Hamp')]
ST19070710-V33-28-page12.txt: [('lan-', 'lan'), ('-which', 'which'), ('Anx-', 'Anx')]
ST19070710-V33-28-page13.txt: [('Set-', 'Set')]
ST19070710-V33-28-page14.txt: [('-iineo', 'iineo'), ('point-', 'point')]
ST19070710-V33-28-page15.txt: [('-fie', 'fie'), ('-', ''), ('-', ''), ('-', ''), ('-very', 'very'), ('-', ''), ('-', ''), ('-', ''), ('Ad-', 'Ad'), ('-', ''), ('-', ''), ('-', ''), ('li-', 'li'), ('-', ''), ('ilterereeirirer.Vat-', 'ilterereeirirer.Vat'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-qina', 'qina')]
ST19070710-V33-28-page16.txt: [('experi-', 'experi'), ('-', ''), ('quib-', 'quib'), ('law-', 'law')]
ST19070710-V33-28-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in')]
ST19070710-V33-28-page4.txt: [('-', ''), ('-', '')]
ST19070710-V33-28-page5.txt: [('En-', 'En'), ('rea-', 'rea'), ('-', '')]
ST19070710-V33-28-page6.txt: [('-pecting', 'pecting'), ('am-', 'am')]
ST19070710-V33-28-page7.txt: [('-', '')]
ST19070710-V33-28-page8.txt: [('-', ''), ('-', ''), ('to-', 'to'), ('-', '')]
ST19070719-V33-29-page11.txt: [('govern-', 'govern')]
ST19070719-V33-29-page12.txt: [('Spanish-', 'Spanish')]
ST19070719-V33-29-page13.txt: [('-', ''), ('-', '')]
ST19070719-V33-29-page14.txt: [('-goes', 'goes'), ('-', '')]
ST19070719-V33-29-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070719-V33-29-page16.txt: [('-Zne', 'Zne'), ('-by', 'by'), ('-Persons-thus', 'Persons-thus'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-apake', 'apake')]
ST19070719-V33-29-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-knowledge', 'knowledge')]
ST19070719-V33-29-page3.txt: [('-', ''), ('rights.-', 'rights.'), ('-article', 'article'), ('CER-', 'CER')]
ST19070719-V33-29-page4.txt: [('happiness.-', 'happiness.'), ('sub-', 'sub'), ('exer-', 'exer'), ('providen-', 'providen'), ('-Page', 'Page')]
ST19070719-V33-29-page5.txt: [('-', ''), ('-', ''), ('-distant', 'distant'), ('compul-', 'compul')]
ST19070719-V33-29-page6.txt: [('institu-', 'institu'), ('--', '-'), ('-', '')]
ST19070719-V33-29-page7.txt: [('-', '')]
ST19070719-V33-29-page8.txt: [('LIB-', 'LIB'), ('EV-', 'EV'), ('-', ''), ('-', ''), ('-.They', '.They')]
ST19070719-V33-29-page9.txt: [('legisla-', 'legisla'), ('fol-', 'fol')]
ST19070724-V33-30-page10.txt: [('-', ''), ('-.', '.'), ('Eng-', 'Eng')]
ST19070724-V33-30-page11.txt: [('launch-', 'launch')]
ST19070724-V33-30-page12.txt: [('-', '')]
ST19070724-V33-30-page13.txt: [('-of', 'of'), ('-', ''), ('-', '')]
ST19070724-V33-30-page14.txt: [('in.-', 'in.'), ('-', '')]
ST19070724-V33-30-page15.txt: [('-', ''), ('.-', '.'), ('-', ''), ('he-', 'he'), ('-', ''), ('-', '')]
ST19070724-V33-30-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070724-V33-30-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-things', 'things')]
ST19070724-V33-30-page3.txt: [('-', '')]
ST19070724-V33-30-page4.txt: [('-', ''), ('Wrong-', 'Wrong')]
ST19070724-V33-30-page5.txt: [('Mc-', 'Mc')]
ST19070724-V33-30-page6.txt: [('acquaintance.-', 'acquaintance.'), ('-', ''), ('-', '')]
ST19070724-V33-30-page7.txt: [('-', ''), ('disease.-', 'disease.'), ('tab-', 'tab')]
ST19070724-V33-30-page8.txt: [('--', '-'), ('-the', 'the'), ('-law', 'law'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070724-V33-30-page9.txt: [('-with', 'with'), ('-', ''), ('-', ''), ('-in', 'in'), ('stu-', 'stu')]
ST19070731-V33-31-page10.txt: [('-', ''), ('arma-', 'arma')]
ST19070731-V33-31-page11.txt: [('-ineo', 'ineo')]
ST19070731-V33-31-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070731-V33-31-page14.txt: [('birds-', 'birds'), ("day'-", "day'")]
ST19070731-V33-31-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070731-V33-31-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('prov--', 'prov-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070731-V33-31-page2.txt: [('Ten-', 'Ten'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070731-V33-31-page3.txt: [('-', ''), ('-', '')]
ST19070731-V33-31-page4.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070731-V33-31-page5.txt: [('-', ''), ('-Tmeg', 'Tmeg'), ('-', ''), ('-', ''), ('-', '')]
ST19070731-V33-31-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('Resur-', 'Resur')]
ST19070731-V33-31-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070731-V33-31-page9.txt: [('--Ps.', '-Ps.'), ('-', ''), ('-', '')]
ST19070807-V33-32-page10.txt: [('-imeo.', 'imeo.'), ('DESOLA-', 'DESOLA'), ('neces-', 'neces')]
ST19070807-V33-32-page11.txt: [('-', ''), ('-', '')]
ST19070807-V33-32-page12.txt: [('-fi', 'fi'), ('-on', 'on'), ('-nearest', 'nearest')]
ST19070807-V33-32-page13.txt: [('-', ''), ('"vt-', '"vt'), ('-', ''), ('-', ''), ('CAL-', 'CAL')]
ST19070807-V33-32-page14.txt: [('-', ''), ('-', ''), ('"Taiitha-', '"Taiitha')]
ST19070807-V33-32-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('---there', '--there'), ('---are', '--are'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070807-V33-32-page16.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070807-V33-32-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"abomina--', '"abomina-'), ('-', ''), ('-', ''), ('sab-', 'sab'), ('-', '')]
ST19070807-V33-32-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('thirty-', 'thirty')]
ST19070807-V33-32-page5.txt: [('re-', 're'), ('-', '')]
ST19070807-V33-32-page6.txt: [('-', '')]
ST19070807-V33-32-page7.txt: [('-', ''), ('ac-', 'ac'), ('-line', 'line')]
ST19070807-V33-32-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070807-V33-32-page9.txt: [('MA-', 'MA'), ('-itneos', 'itneos')]
ST19070814-V33-33-page1.txt: [('-', '')]
ST19070814-V33-33-page10.txt: [('-Vol.', 'Vol.'), ('-and', 'and'), ('-by', 'by'), ('Prot-', 'Prot'), ('meet-', 'meet')]
ST19070814-V33-33-page11.txt: [('-', ''), ('-', ''), ('.-', '.'), ('-', '')]
ST19070814-V33-33-page12.txt: [('-', ''), ('-a', 'a'), ('receiv-', 'receiv')]
ST19070814-V33-33-page13.txt: [('pres-', 'pres')]
ST19070814-V33-33-page14.txt: [('-filled', 'filled')]
ST19070814-V33-33-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-in', 'in'), ('-lesson', 'lesson'), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-The', 'The'), ('-', '')]
ST19070814-V33-33-page16.txt: [('them.-', 'them.'), ('-COminon', 'COminon'), ('-Revised', 'Revised'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070814-V33-33-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('Church-and-', 'Church-and'), ('-', ''), ('-', ''), ('-', '')]
ST19070814-V33-33-page3.txt: [('-', '')]
ST19070814-V33-33-page4.txt: [('-', ''), ('-', ''), ('---', '--'), ('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('Sat-', 'Sat')]
ST19070814-V33-33-page5.txt: [('prin-', 'prin'), ('-', ''), ('-', ''), ('-', ''), ('-ftne', 'ftne'), ('ar--', 'ar-'), ('-', '')]
ST19070814-V33-33-page6.txt: [('con-', 'con'), ('EM-', 'EM'), ('TRADE-', 'TRADE'), ('MIL-', 'MIL')]
ST19070814-V33-33-page7.txt: [('-', ''), ('SO-', 'SO'), ('NA-', 'NA'), ('POW-', 'POW'), ('POST-', 'POST'), ('Chris-', 'Chris')]
ST19070814-V33-33-page8.txt: [('depart-', 'depart'), ('-', '')]
ST19070814-V33-33-page9.txt: [('re-', 're'), ('-date', 'date'), ('-', '')]
ST19070821-V33-34-page1.txt: [('.-', '.'), ('-ubquirnt', 'ubquirnt'), ('-."', '."'), ('rat--', 'rat-'), ('minis--', 'minis-')]
ST19070821-V33-34-page10.txt: [('fore-', 'fore')]
ST19070821-V33-34-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('breth-', 'breth')]
ST19070821-V33-34-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('stand-', 'stand')]
ST19070821-V33-34-page14.txt: [('-the-', 'the-'), ('-', ''), ('-of', 'of'), ('twelv-', 'twelv'), ('-unto', 'unto')]
ST19070821-V33-34-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('lb-', 'lb'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('---', '--'), ('hygienic-', 'hygienic'), ('-.', '.')]
ST19070821-V33-34-page16.txt: [('-for', 'for'), ('-', ''), ('-', '')]
ST19070821-V33-34-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070821-V33-34-page3.txt: [('scien-', 'scien'), ('com-', 'com')]
ST19070821-V33-34-page5.txt: [('-the', 'the'), ('-', ''), ('-What', 'What')]
ST19070821-V33-34-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070821-V33-34-page8.txt: [('-Weigh', 'Weigh'), ('-Israel', 'Israel'), ('-', ''), ('-', ''), ('-', ''), ('-to', 'to')]
ST19070821-V33-34-page9.txt: [('-.', '.'), ('-', ''), ('-v', 'v'), ('""fsi-', '""fsi')]
ST19070828-V33-35-page1.txt: [('ob.-', 'ob.')]
ST19070828-V33-35-page11.txt: [('-fie', 'fie'), ('occa-', 'occa')]
ST19070828-V33-35-page13.txt: [('CAL-', 'CAL')]
ST19070828-V33-35-page15.txt: [('-', ''), ('-"a', '"a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070828-V33-35-page16.txt: [('-iinefy', 'iinefy'), ('Wood-', 'Wood'), ('-', '')]
ST19070828-V33-35-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070828-V33-35-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070828-V33-35-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070828-V33-35-page5.txt: [('-of', 'of'), ('-obedience.', 'obedience.'), ('.-', '.')]
ST19070828-V33-35-page6.txt: [('Prot-', 'Prot')]
ST19070828-V33-35-page7.txt: [('govern-', 'govern'), ('-else', 'else')]
ST19070828-V33-35-page8.txt: [('-their', 'their'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070828-V33-35-page9.txt: [('-', ''), ('-o', 'o')]
ST19070904-V33-36-page1.txt: [('-', '')]
ST19070904-V33-36-page10.txt: [('-', ''), ('-', '')]
ST19070904-V33-36-page12.txt: [('-', '')]
ST19070904-V33-36-page13.txt: [('-', ''), ('-', '')]
ST19070904-V33-36-page14.txt: [('-be', 'be'), ('-realize', 'realize'), ('-Wherever', 'Wherever')]
ST19070904-V33-36-page15.txt: [('ly-', 'ly'), ('-', ''), ('-', ''), ('-', ''), ('--.AC.', '-.AC.'), ('r-', 'r'), ('A-', 'A'), ('-', ''), ('-', ''), ('-', '')]
ST19070904-V33-36-page16.txt: [('that-', 'that'), ('-he', 'he'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070904-V33-36-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070904-V33-36-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070904-V33-36-page4.txt: [('-', '')]
ST19070904-V33-36-page5.txt: [('vis-', 'vis'), ('sub-', 'sub'), ('-sins', 'sins'), ('-', '')]
ST19070904-V33-36-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070904-V33-36-page7.txt: [('-', ''), ('-', '')]
ST19070904-V33-36-page8.txt: [('-', ''), ('-John', 'John'), ('DARK-', 'DARK'), ('-', ''), ('-', ''), ('did-', 'did')]
ST19070904-V33-36-page9.txt: [('-', ''), ('PREACH-', 'PREACH'), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('reconcilia-', 'reconcilia'), ('-', ''), ('-', ''), ('en-', 'en')]
ST19070911-V33-37-page1.txt: [('-', '')]
ST19070911-V33-37-page10.txt: [('-fie', 'fie'), ('irresisti-', 'irresisti')]
ST19070911-V33-37-page11.txt: [('-', ''), ('safe-', 'safe')]
ST19070911-V33-37-page13.txt: [('-', '')]
ST19070911-V33-37-page14.txt: [('eightnine-', 'eightnine'), ('pro-', 'pro')]
ST19070911-V33-37-page15.txt: [('-from', 'from'), ('ap-', 'ap'), ('Bible-', 'Bible'), ('-', ''), ('Series-', 'Series'), ('-', ''), ('-', ''), ('-', '')]
ST19070911-V33-37-page16.txt: [('-', ''), ('called--', 'called-'), ('-rattyreceive', 'rattyreceive'), ('-', ''), ('designated-', 'designated'), ('-', ''), ('-yard-master', 'yard-master'), ('later.-', 'later.'), ('-be', 'be'), ('Deli-', 'Deli'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070911-V33-37-page2.txt: [('-there', 'there'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070911-V33-37-page3.txt: [('inter-denomi-', 'inter-denomi'), ('-', ''), ('-', '')]
ST19070911-V33-37-page4.txt: [("-o'", "o'"), ('Inter-', 'Inter'), ('at-', 'at'), ('NEC-', 'NEC'), ('RE-', 'RE'), ('AUTHOR-', 'AUTHOR')]
ST19070911-V33-37-page6.txt: [('move-', 'move')]
ST19070911-V33-37-page7.txt: [('-the', 'the'), ('ques-', 'ques'), ('-Know', 'Know'), ('-', ''), ('-', '')]
ST19070911-V33-37-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('calami-', 'calami'), ('-', ''), ('-', ''), ('-is', 'is')]
ST19070911-V33-37-page9.txt: [('ac-', 'ac'), ('husband-', 'husband'), ('-', ''), ('-itneo', 'itneo'), ('-', ''), ('-', '')]
ST19070918-V33-38-page10.txt: [('ab-', 'ab')]
ST19070918-V33-38-page11.txt: [('Postmaster-', 'Postmaster')]
ST19070918-V33-38-page12.txt: [('foods.-', 'foods.'), ('-Surely', 'Surely'), ('-', ''), ('dis-', 'dis')]
ST19070918-V33-38-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mis-', 'Mis')]
ST19070918-V33-38-page15.txt: [('.-', '.'), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070918-V33-38-page16.txt: [('--', '-'), ('-no', 'no'), ('-or-"Authorized"', 'or-"Authorized"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pub-', 'pub'), ('be-', 'be'), ('MOVE-', 'MOVE'), ('-HOME', 'HOME'), ('-', ''), ('-', ''), ('-', ''), ('nec-', 'nec'), ('-', ''), ('-', ''), ('--', '-'), ('and-', 'and')]
ST19070918-V33-38-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070918-V33-38-page3.txt: [('NA-', 'NA'), ('POW-', 'POW'), ('POST-', 'POST')]
ST19070918-V33-38-page4.txt: [('recog-', 'recog')]
ST19070918-V33-38-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ("--'Remember", "-'Remember"), ('-', '')]
ST19070918-V33-38-page6.txt: [('-finefr', 'finefr'), ('-', ''), ('k-', 'k')]
ST19070918-V33-38-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070918-V33-38-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070925-V33-39-page1.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070925-V33-39-page10.txt: [('re-', 're')]
ST19070925-V33-39-page11.txt: [('Penmaen-', 'Penmaen'), ('Temper-', 'Temper'), ('-', ''), ('Wash-', 'Wash')]
ST19070925-V33-39-page12.txt: [('-', '')]
ST19070925-V33-39-page14.txt: [('ex-', 'ex'), ('look-', 'look'), ('SE-', 'SE')]
ST19070925-V33-39-page15.txt: [('SE-', 'SE'), ('SE-', 'SE'), ('"McKIB-', '"McKIB'), ('NUM-', 'NUM'), ('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc')]
ST19070925-V33-39-page16.txt: [('-finco', 'finco'), ('-', ''), ('-', ''), ('-', ''), ('pill.-', 'pill.'), ('-', '')]
ST19070925-V33-39-page2.txt: [('-rod', 'rod'), ('-R.', 'R.')]
ST19070925-V33-39-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070925-V33-39-page4.txt: [('re-', 're')]
ST19070925-V33-39-page5.txt: [('tres-', 'tres')]
ST19070925-V33-39-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19070925-V33-39-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19070925-V33-39-page8.txt: [('-fie', 'fie'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-it', 'it')]
ST19070925-V33-39-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST19071002-V33-40-page10.txt: [('officer-', 'officer'), ('-', ''), ('-', '')]
ST19071002-V33-40-page11.txt: [('-', ''), ('demon-', 'demon')]
ST19071002-V33-40-page14.txt: [('-', ''), ('-', '')]
ST19071002-V33-40-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ac-', 'ac'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('e---', 'e--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Q--', 'Q--'), ('-', ''), ('"---', '"--'), ('----', '---'), ('.-', '.'), ('-Cdour', 'Cdour'), ('-', ''), ('-', ''), ('-', ''), ('-a-', 'a-'), ('..--', '..-'), ('-', ''), ('---', '--')]
ST19071002-V33-40-page16.txt: [('-', ''), ('-not', 'not'), ('-', ''), ('-', ''), ('-', ''), ('-brought', 'brought'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Helper.-', 'Helper.'), ('-', '')]
ST19071002-V33-40-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19071002-V33-40-page3.txt: [('-', ''), ('-recently', 'recently'), ('over-', 'over')]
ST19071002-V33-40-page4.txt: [('D-', 'D'), ('re-', 're')]
ST19071002-V33-40-page5.txt: [('-', ''), ('-', ''), ('period.-', 'period.'), ('perdi-', 'perdi'), ('-weakening', 'weakening')]
ST19071002-V33-40-page6.txt: [('a-', 'a')]
ST19071002-V33-40-page7.txt: [('con-', 'con')]
ST19071002-V33-40-page8.txt: [('-', ''), ('-fie', 'fie'), ('-apostle', 'apostle'), ('-', '')]
ST19071002-V33-40-page9.txt: [('-', ''), ('-', '')]
ST19071009-V33-41-page10.txt: [('"EN-', '"EN'), ('MAT-', 'MAT')]
ST19071009-V33-41-page11.txt: [('-', ''), ('men-', 'men'), ('reek-', 'reek'), ('deei-', 'deei')]
ST19071009-V33-41-page12.txt: [('-', '')]
ST19071009-V33-41-page14.txt: [('satis-', 'satis')]
ST19071009-V33-41-page15.txt: [('-', ''), ('.--', '.-'), ('-fk.', 'fk.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('done.-', 'done.')]
ST19071009-V33-41-page16.txt: [('-itneo', 'itneo'), ('Bible-', 'Bible'), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ("'-", "'"), ('Series-', 'Series')]
ST19071009-V33-41-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-that', 'that'), ('-', ''), ('-', '')]
ST19071009-V33-41-page3.txt: [('pleas-', 'pleas'), ('mali-', 'mali'), ('im-', 'im'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071009-V33-41-page4.txt: [('-men', 'men'), ('-', ''), ('--', '-')]
ST19071009-V33-41-page5.txt: [('M-', 'M'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071009-V33-41-page6.txt: [('-', '')]
ST19071009-V33-41-page7.txt: [('-', ''), ('-', ''), ('-texv', 'texv')]
ST19071009-V33-41-page8.txt: [('-lies', 'lies'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071009-V33-41-page9.txt: [('-', '')]
ST19071016-V33-42-page1.txt: [('-', '')]
ST19071016-V33-42-page11.txt: [('corn-', 'corn')]
ST19071016-V33-42-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071016-V33-42-page15.txt: [('-', ''), ('com-', 'com'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071016-V33-42-page16.txt: [("-'", "'"), ('-', ''), ('-', ''), ('September-', 'September'), ('-', ''), ('-them.', 'them.'), ('-', ''), ('-', '')]
ST19071016-V33-42-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', '')]
ST19071016-V33-42-page3.txt: [('-', ''), ('-', '')]
ST19071016-V33-42-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('-', ''), ('-Unto', 'Unto')]
ST19071016-V33-42-page5.txt: [('-', ''), ('-fic', 'fic'), ('with-', 'with')]
ST19071016-V33-42-page7.txt: [('wills.-', 'wills.'), ('ap-', 'ap')]
ST19071016-V33-42-page8.txt: [('to-', 'to'), ('decep-', 'decep'), ('-', ''), ('-', ''), ('-should', 'should')]
ST19071016-V33-42-page9.txt: [('-', ''), ('-', '')]
ST19071023-V33-43-page10.txt: [('-', ''), ('-', ''), ('banner-', 'banner'), ('re-', 're')]
ST19071023-V33-43-page11.txt: [('-ton', 'ton'), ('an-', 'an')]
ST19071023-V33-43-page12.txt: [('-enter', 'enter'), ('-', ''), ('-', ''), ('-', '')]
ST19071023-V33-43-page13.txt: [('-millions', 'millions'), ('-and', 'and'), ('Series-', 'Series')]
ST19071023-V33-43-page14.txt: [('-', ''), ("S'-", "S'"), ('-ftneo', 'ftneo'), ('-', ''), ('-', ''), ('-', '')]
ST19071023-V33-43-page15.txt: [('-it', 'it'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Selected.', 'Selected.'), ('-Mica', 'Mica')]
ST19071023-V33-43-page16.txt: [('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('bio--', 'bio-'), ('-', ''), ('-should', 'should'), ('-journey', 'journey'), ('-', ''), ('-', ''), ('---', '--')]
ST19071023-V33-43-page2.txt: [('-', ''), ('-', '')]
ST19071023-V33-43-page3.txt: [('-', '')]
ST19071023-V33-43-page4.txt: [('theaw-', 'theaw'), ('-ful', 'ful'), ('-', ''), ('-tea', 'tea')]
ST19071023-V33-43-page5.txt: [('be-', 'be'), ('re-', 're')]
ST19071023-V33-43-page6.txt: [('-', ''), ('-', ''), ('chief-', 'chief'), ('-', ''), ('Peter-', 'Peter'), ('-', '')]
ST19071023-V33-43-page7.txt: [('-', ''), ('-', '')]
ST19071023-V33-43-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-And', 'And')]
ST19071023-V33-43-page9.txt: [('-', ''), ('-', ''), ('-those', 'those'), ('-talk', 'talk'), ('will-', 'will')]
ST19071030-V33-44,45-page10.txt: [('-', ''), ('move-', 'move'), ('-', '')]
ST19071030-V33-44,45-page11.txt: [('power-', 'power'), ('-their', 'their'), ('-need', 'need'), ('-', ''), ('-', '')]
ST19071030-V33-44,45-page12.txt: [('-g.', 'g.'), ('gar-', 'gar'), ('-', ''), ('ante-', 'ante')]
ST19071030-V33-44,45-page13.txt: [('-', '')]
ST19071030-V33-44,45-page14.txt: [('-', ''), ('-Protestant', 'Protestant')]
ST19071030-V33-44,45-page16.txt: [('-', ''), ('neces-', 'neces'), ('--N.', '-N.')]
ST19071030-V33-44,45-page17.txt: [('specu-', 'specu'), ('CONFECTION-', 'CONFECTION'), ('-', '')]
ST19071030-V33-44,45-page18.txt: [('-the', 'the')]
ST19071030-V33-44,45-page19.txt: [('-the', 'the'), ('-yet', 'yet')]
ST19071030-V33-44,45-page2.txt: [('-wherefores', 'wherefores')]
ST19071030-V33-44,45-page20.txt: [('as-', 'as'), ('-', ''), ('-', ''), ('-', '')]
ST19071030-V33-44,45-page21.txt: [('-', '')]
ST19071030-V33-44,45-page22.txt: [('-be', 'be'), ('-', ''), ('-without', 'without'), ('domestic-', 'domestic'), ('-there', 'there')]
ST19071030-V33-44,45-page23.txt: [('Plut-', 'Plut'), ('-', ''), ('Tranque-', 'Tranque')]
ST19071030-V33-44,45-page24.txt: [('Ian-', 'Ian'), ('chosen."-', 'chosen."'), ('-', ''), ('Mc-', 'Mc'), ('-reduced', 'reduced'), ('-', '')]
ST19071030-V33-44,45-page25.txt: [('--our', '-our'), ('king-', 'king')]
ST19071030-V33-44,45-page26.txt: [('in-', 'in')]
ST19071030-V33-44,45-page27.txt: [('lib-', 'lib')]
ST19071030-V33-44,45-page28.txt: [('independ-', 'independ')]
ST19071030-V33-44,45-page29.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-', ''), ('-r', 'r'), ('---', '--'), ('F---', 'F--'), ('-.', '.'), ('-.', '.'), ('.-', '.'), ('-', ''), ('-.', '.'), ('-', ''), ('dis-', 'dis'), ('--', '-'), ('-', '')]
ST19071030-V33-44,45-page3.txt: [('-', ''), ('ada-', 'ada')]
ST19071030-V33-44,45-page30.txt: [('-', ''), ('-', ''), ('Boulder-', 'Boulder')]
ST19071030-V33-44,45-page31.txt: [('-', ''), ('-', ''), ('-', '')]
ST19071030-V33-44,45-page32.txt: [('-them', 'them'), ('ina-', 'ina'), ('of-', 'of'), ('-', ''), ('-', ''), ('bio-', 'bio'), ('-.of', '.of'), ('-', ''), ('laborers.-', 'laborers.'), ('-veins', 'veins'), ('-', ''), ('-', ''), ('-in', 'in'), ('estali-', 'estali'), ('-', ''), ('-', ''), ('-', ''), ('-World', 'World'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071030-V33-44,45-page4.txt: [('-', ''), ('mission-', 'mission')]
ST19071030-V33-44,45-page5.txt: [('-the', 'the')]
ST19071030-V33-44,45-page6.txt: [('be-', 'be')]
ST19071030-V33-44,45-page7.txt: [('-', ''), ('-accomplished', 'accomplished'), ('feder-', 'feder')]
ST19071030-V33-44,45-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('f-', 'f'), ('-', '')]
ST19071113-V33-46-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Rule', '-Rule'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071113-V33-46-page10.txt: [('emphaticallyde-', 'emphaticallyde'), ('-', ''), ('read-', 'read'), ('Sunday-', 'Sunday')]
ST19071113-V33-46-page11.txt: [('some-', 'some')]
ST19071113-V33-46-page12.txt: [('-', ''), ('mule-', 'mule'), ('school-', 'school'), ('-', '')]
ST19071113-V33-46-page13.txt: [('-SIGNS', 'SIGNS')]
ST19071113-V33-46-page14.txt: [('"-', '"'), ('-Vol', 'Vol')]
ST19071113-V33-46-page15.txt: [('fatrAms.wiwnseste-', 'fatrAms.wiwnseste'), ('---', '--'), ('-', '')]
ST19071113-V33-46-page16.txt: [('-', ''), ('-will', 'will'), ('-A', 'A'), ('-', '')]
ST19071113-V33-46-page2.txt: [('expression.-', 'expression.'), ('-', ''), ('-', '')]
ST19071113-V33-46-page3.txt: [('-', ''), ('-', '')]
ST19071113-V33-46-page4.txt: [('-', ''), ('-', '')]
ST19071113-V33-46-page5.txt: [('-', ''), ('see-', 'see')]
ST19071113-V33-46-page6.txt: [('-', ''), ('ir-', 'ir'), ('blas-', 'blas')]
ST19071113-V33-46-page7.txt: [('-', ''), ('-I', 'I')]
ST19071113-V33-46-page8.txt: [('-Joshua', 'Joshua'), ('-Psalms', 'Psalms'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071113-V33-46-page9.txt: [('-', ''), ('TRA-', 'TRA'), ('IN-', 'IN')]
ST19071120-V33-47-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071120-V33-47-page10.txt: [('af-', 'af')]
ST19071120-V33-47-page11.txt: [('hun-', 'hun'), ('ex-', 'ex'), ('ac-', 'ac'), ('-', '')]
ST19071120-V33-47-page12.txt: [('-native', 'native'), ('re-', 're'), ('in-', 'in'), ('-', ''), ('-and', 'and')]
ST19071120-V33-47-page13.txt: [('-', ''), ('Boulder-', 'Boulder')]
ST19071120-V33-47-page15.txt: [('Ques-', 'Ques'), ('-', ''), ('-', ''), ('-', '')]
ST19071120-V33-47-page16.txt: [('-a', 'a'), ('-', '')]
ST19071120-V33-47-page2.txt: [('-', ''), ('-', ''), ('-Beginning', 'Beginning'), ('-', ''), ('-', ''), ('-', ''), ('-Judges', 'Judges'), ('-', '')]
ST19071120-V33-47-page3.txt: [('-', ''), ('-whether', 'whether'), ('con-', 'con')]
ST19071120-V33-47-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071120-V33-47-page5.txt: [('-', ''), ('-', '')]
ST19071120-V33-47-page6.txt: [('-', ''), ('-', ''), ('-thru', 'thru'), ('-', ''), ('and-', 'and'), ('-', ''), ('-', '')]
ST19071120-V33-47-page7.txt: [('destruc-', 'destruc')]
ST19071120-V33-47-page8.txt: [('inspired-', 'inspired'), ('-', ''), ('-', '')]
ST19071120-V33-47-page9.txt: [('-', '')]
ST19071127-V33-48-page10.txt: [('-if', 'if'), ('-', '')]
ST19071127-V33-48-page11.txt: [('-that', 'that'), ('Sunday-', 'Sunday')]
ST19071127-V33-48-page12.txt: [('ORIGI-', 'ORIGI')]
ST19071127-V33-48-page13.txt: [('-and', 'and'), ('prog-', 'prog'), ('-', ''), ('-cent', 'cent'), ('-eent', 'eent'), ('-cent', 'cent')]
ST19071127-V33-48-page14.txt: [('-bzalsti.', 'bzalsti.')]
ST19071127-V33-48-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-You', 'You'), ('-Your', 'Your'), ('-', ''), ('the-', 'the'), ('-', ''), ('Stand-', 'Stand'), ('-differing', 'differing'), ('Agift-', 'Agift'), ('-Open', 'Open'), ('-young', 'young'), ('thon-', 'thon'), ('-out', 'out'), ('-them', 'them'), ('"-', '"'), ('-have', 'have'), ('-', ''), ('glad--', 'glad-'), ('members..-', 'members..'), ('o-', 'o'), ('-presents', 'presents'), ('-', ''), ('-', ''), ('-', ''), ("-abe'Ve.", "abe'Ve."), ('-Bible', 'Bible'), ('the-', 'the'), ('--', '-'), ('interniediate-', 'interniediate'), ('-I-', 'I-'), ('-Corp-biatiOns', 'Corp-biatiOns'), ('dis-', 'dis'), ('and-', 'and'), ('dispensations-', 'dispensations'), ('Ar-', 'Ar'), ('pur-', 'pur'), ('United-', 'United'), ('-October', 'October'), ('-', ''), ('coma-', 'coma'), ('-Inside', 'Inside'), ('-', ''), ('-', ''), ('-A', 'A'), ('--letter', '-letter'), ('probabilities.-', 'probabilities.'), ('-discourse', 'discourse'), ('-', ''), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071127-V33-48-page2.txt: [('-"', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071127-V33-48-page3.txt: [('-', ''), ('-thank', 'thank'), ('-', '')]
ST19071127-V33-48-page4.txt: [('-life', 'life'), ('-', ''), ('-', ''), ('dark-', 'dark')]
ST19071127-V33-48-page5.txt: [('ma-', 'ma'), ('-', ''), ('"bond-servant"--', '"bond-servant"-')]
ST19071127-V33-48-page6.txt: [('com-', 'com'), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('-has', 'has')]
ST19071127-V33-48-page7.txt: [('with-', 'with'), ('righteous-', 'righteous')]
ST19071127-V33-48-page8.txt: [('-', ''), ('-His', 'His'), ('PER-', 'PER'), ('-', '')]
ST19071127-V33-48-page9.txt: [('-', ''), ('-', ''), ('-announcement', 'announcement')]
ST19071204-V33-49-page10.txt: [('gio-', 'gio'), ('-', ''), ('some-', 'some')]
ST19071204-V33-49-page11.txt: [('be-', 'be'), ('-some', 'some'), ('-', ''), ('-came.', 'came.'), ('de-', 'de')]
ST19071204-V33-49-page12.txt: [('pur-', 'pur')]
ST19071204-V33-49-page13.txt: [('-and', 'and'), ('Mc-', 'Mc')]
ST19071204-V33-49-page15.txt: [('-W', 'W'), ('Boulder-', 'Boulder')]
ST19071204-V33-49-page16.txt: [('-we', 'we'), ('-be', 'be'), ('-', ''), ('wouldbe-', 'wouldbe'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('with-', 'with'), ('-', ''), ('-the', 'the'), ('-n', 'n'), ('what-', 'what'), ('under-', 'under'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('an-', 'an'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-to', 'to'), ('-', ''), ('-', '')]
ST19071204-V33-49-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the')]
ST19071204-V33-49-page3.txt: [('-', '')]
ST19071204-V33-49-page4.txt: [('His-', 'His')]
ST19071204-V33-49-page5.txt: [('.-', '.'), ("-.leMralP'", ".leMralP'"), ('-', ''), ('-', ''), ('-Lord', 'Lord'), ('-', '')]
ST19071204-V33-49-page6.txt: [('of-', 'of'), ('-', ''), ('-increased', 'increased'), ('-payment', 'payment'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071204-V33-49-page7.txt: [('-', ''), ('-', '')]
ST19071204-V33-49-page8.txt: [('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('vis-', 'vis')]
ST19071204-V33-49-page9.txt: [('com-', 'com')]
ST19071211-V33-50-page1.txt: [('-', '')]
ST19071211-V33-50-page10.txt: [('Govern-', 'Govern'), ('-', ''), ('-inch', 'inch'), ('-inch.', 'inch.'), ('-', '')]
ST19071211-V33-50-page11.txt: [('eon-', 'eon'), ('-', ''), ('the-', 'the'), ('-person', 'person')]
ST19071211-V33-50-page12.txt: [('some-', 'some')]
ST19071211-V33-50-page13.txt: [('ex.-', 'ex.')]
ST19071211-V33-50-page14.txt: [('-must', 'must'), ('-and', 'and')]
ST19071211-V33-50-page15.txt: [('-later', 'later'), ('-our', 'our'), ('Boulder-', 'Boulder'), ('-ministers', 'ministers'), ('-', ''), ('-', ''), ('-', '')]
ST19071211-V33-50-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-r', 'r'), ('-', ''), ('-', '')]
ST19071211-V33-50-page2.txt: [('-', ''), ('-', '')]
ST19071211-V33-50-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-i', 'i')]
ST19071211-V33-50-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-i', 'i'), ('.r.-', '.r.'), ('-', ''), ('Nabupal-', 'Nabupal'), ('-..it', '..it'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-rwtc', 'rwtc'), ('-', ''), ('-', ''), ('-.', '.'), ('r.--', 'r.-'), ('-', ''), ('-..-', '..-'), ('-.', '.'), ('..-', '..'), ('-', ''), ('t--', 't-'), ('-H.', 'H.'), ("--A'.", "-A'."), ('-r.j', 'r.j'), ('.-', '.'), ('-', ''), ("i'--", "i'-"), ('.-', '.'), ('--', '-'), ('-', ''), ('R-', 'R'), ('-', ''), ('-.-', '.-'), ('-', ''), ('qr..-', 'qr..'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ral-IVI-', 'ral-IVI'), ('--', '-'), ('-', ''), ('-', ''), ('--', '-'), ('-t', 't'), ('...-.-', '...-.'), ('-', ''), ('--I.', '-I.'), ('-', ''), ('r-', 'r'), ('ql-', 'ql'), ('-', ''), ('-', ''), ('p--', 'p-'), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('e-', 'e'), ('E-', 'E'), ('--ar', '-ar'), ('-', ''), ('-', ''), ('--', '-'), ('v-v--', 'v-v-'), ('-it', 'it'), ('-', ''), ('-', ''), ("--'", "-'"), ('IAA-', 'IAA'), ('-.fF', '.fF'), ('Li-', 'Li'), ('-ai', 'ai'), ('-', ''), ('-', ''), ("-inm-i'...", "inm-i'..."), ('a-', 'a'), ('-', ''), ('-', ''), ('-..', '..'), ('---', '--'), ('Z-', 'Z'), ("-t-'''", "t-'''"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('fir.--', 'fir.-'), ('-tWitt.', 'tWitt.'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('L-', 'L'), ('ii-', 'ii'), ('i-', 'i'), ('--', '-'), ('-.', '.'), ('-.', '.'), ('-".r', '".r'), ('---f', '--f'), ('IF-', 'IF'), ('-', ''), ('-a', 'a'), ('F-', 'F'), ('nerA..KWF-', 'nerA..KWF'), ('--', '-'), ('--', '-'), ('-.', '.'), ('-', ''), ('.-', '.'), ('-', ''), ('g.f.-', 'g.f.'), ('-', '')]
ST19071211-V33-50-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071211-V33-50-page7.txt: [('-', '')]
ST19071211-V33-50-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071211-V33-50-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-wealthy', 'wealthy')]
ST19071218-V33-51-page1.txt: [('-', '')]
ST19071218-V33-51-page10.txt: [('Pan-', 'Pan'), ('connec-', 'connec')]
ST19071218-V33-51-page11.txt: [('-', ''), ('"erea-', '"erea')]
ST19071218-V33-51-page12.txt: [('-pound', 'pound')]
ST19071218-V33-51-page13.txt: [('selbt-t--', 'selbt-t-'), ('fur-', 'fur'), ('-', ''), ("'-", "'"), ('-t-t', 't-t')]
ST19071218-V33-51-page14.txt: [('Nowon-', 'Nowon'), ('-by', 'by'), ('build-', 'build')]
ST19071218-V33-51-page15.txt: [('-', ''), ('-pages.', 'pages.'), ('Boulder-', 'Boulder'), ('do-', 'do')]
ST19071218-V33-51-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('be-', 'be')]
ST19071218-V33-51-page2.txt: [('-', '')]
ST19071218-V33-51-page4.txt: [('-', ''), ('-who', 'who'), ('-', ''), ('-', ''), ('-', '')]
ST19071218-V33-51-page5.txt: [('-DAY', 'DAY')]
ST19071218-V33-51-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19071218-V33-51-page7.txt: [('-', ''), ('KNOWL-', 'KNOWL'), ('-', ''), ('-', '')]
ST19071218-V33-51-page8.txt: [('-', ''), ('-', ''), ('chap-', 'chap'), ('-', '')]
ST19071218-V33-51-page9.txt: [('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('cop-', 'cop'), ('-A', 'A')]
ST19071225-V33-52-page10.txt: [('-', ''), ('rail-', 'rail'), ('Sys-', 'Sys'), ('-I"', 'I"'), ('-dIN-A', 'dIN-A')]
ST19071225-V33-52-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071225-V33-52-page12.txt: [('hay-', 'hay')]
ST19071225-V33-52-page13.txt: [('-', ''), ('bet-', 'bet')]
ST19071225-V33-52-page14.txt: [('sol-', 'sol')]
ST19071225-V33-52-page15.txt: [('Boulder-', 'Boulder'), ('full-', 'full'), ('nearlyallofthemnewandspeciallyen-', 'nearlyallofthemnewandspeciallyen')]
ST19071225-V33-52-page16.txt: [('-', ''), ('-', ''), ('benefit-', 'benefit'), ('impor-', 'impor')]
ST19071225-V33-52-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con')]
ST19071225-V33-52-page4.txt: [('for-', 'for'), ('-', ''), ('Answer-', 'Answer'), ('uni-', 'uni'), ('uni-', 'uni'), ('-', ''), ('liv-', 'liv'), ('-It', 'It'), ('"Question.-', '"Question.'), ('man-', 'man')]
ST19071225-V33-52-page5.txt: [('mira-', 'mira')]
ST19071225-V33-52-page6.txt: [('-', ''), ('right-', 'right'), ('-', '')]
ST19071225-V33-52-page7.txt: [('-Michael', 'Michael'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('-E.', 'E.')]
ST19071225-V33-52-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19071225-V33-52-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('see-', 'see')]
ST19080101-V34-01-page10.txt: [('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch')]
ST19080101-V34-01-page11.txt: [('-great', 'great'), ('-the', 'the'), ('-', ''), ('Woodruff-', 'Woodruff')]
ST19080101-V34-01-page12.txt: [('to-', 'to'), ('Beira-', 'Beira')]
ST19080101-V34-01-page13.txt: [('-', ''), ('-Itari', 'Itari'), ('per-', 'per')]
ST19080101-V34-01-page14.txt: [('pleasures"-', 'pleasures"'), ('morn-', 'morn')]
ST19080101-V34-01-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-Samoan', 'Samoan'), ('-sacred', 'sacred'), ('Boulder-', 'Boulder')]
ST19080101-V34-01-page16.txt: [('-', '')]
ST19080101-V34-01-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"car-', '"car')]
ST19080101-V34-01-page3.txt: [('receive-', 'receive')]
ST19080101-V34-01-page4.txt: [('re-', 're'), ('suf-', 'suf'), ('be-', 'be'), ('ac-', 'ac')]
ST19080101-V34-01-page5.txt: [('ques-', 'ques'), ('with-', 'with'), ('"be-', '"be'), ('-', ''), ('be-', 'be'), ('immor-', 'immor'), ('re-', 're'), ('Sci-', 'Sci'), ('deny-', 'deny')]
ST19080101-V34-01-page6.txt: [('-Why', 'Why'), ('-', ''), ('-', ''), ('-', ''), ('IN-', 'IN')]
ST19080101-V34-01-page7.txt: [('-', ''), ('APPROACH-', 'APPROACH'), ('-', ''), ('-', '')]
ST19080101-V34-01-page8.txt: [('--fittarritnto', '-fittarritnto'), ('happi-', 'happi'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080101-V34-01-page9.txt: [('-', ''), ('-', ''), ('coun-', 'coun')]
ST19080108-V34-02-page10.txt: [('-', ''), ('dro-', 'dro'), ('INFIDEL-', 'INFIDEL'), ('tan-', 'tan')]
ST19080108-V34-02-page11.txt: [('-', ''), ('Mc-', 'Mc'), ('PROTES-', 'PROTES'), ('SOME-', 'SOME'), ('as-', 'as')]
ST19080108-V34-02-page12.txt: [('-', ''), ('-', ''), ('be-', 'be')]
ST19080108-V34-02-page13.txt: [('Port-of-', 'Port-of'), ('-', '')]
ST19080108-V34-02-page14.txt: [('under-', 'under'), ('-', '')]
ST19080108-V34-02-page15.txt: [('a-', 'a'), ('Boulder-', 'Boulder'), ('-', '')]
ST19080108-V34-02-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('--o', '-o')]
ST19080108-V34-02-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080108-V34-02-page4.txt: [('Sci-', 'Sci'), ('Sci-', 'Sci'), ('hin-', 'hin'), ('supplica-', 'supplica'), ('hu-', 'hu'), ('Sci-', 'Sci'), ('Sci-', 'Sci'), ('Com-', 'Com'), ('Sci-', 'Sci'), ('sen-', 'sen'), ('-', ''), ('Sci-', 'Sci'), ('Sci-', 'Sci')]
ST19080108-V34-02-page5.txt: [('Sci-', 'Sci'), ('-', ''), ('-', ''), ('ig-', 'ig'), ('hy-', 'hy')]
ST19080108-V34-02-page6.txt: [('Medo-', 'Medo'), ('-', ''), ('Medo-', 'Medo'), ('-', ''), ('-', ''), ('-', '')]
ST19080108-V34-02-page7.txt: [('COMMAND-', 'COMMAND'), ('sixty-', 'sixty'), ('sane-', 'sane'), ('-', ''), ('-id', 'id'), ('--tw', '-tw'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('i-', 'i'), ('-', ''), ('-', '')]
ST19080108-V34-02-page8.txt: [('-', ''), ('-all', 'all'), ('-', ''), ('say-', 'say'), ('be-', 'be')]
ST19080108-V34-02-page9.txt: [('-', ''), ('--"', '-"'), ('-', ''), ('-', ''), ('-', '')]
ST19080115-V34-03-page10.txt: [('With-', 'With')]
ST19080115-V34-03-page11.txt: [("nine-months'-", "nine-months'"), ('build-', 'build')]
ST19080115-V34-03-page12.txt: [('of-', 'of')]
ST19080115-V34-03-page13.txt: [('unfor-', 'unfor'), ('-days', 'days')]
ST19080115-V34-03-page14.txt: [('-', ''), ('-', ''), ('RE-', 'RE'), ('-', ''), ('RE-', 'RE'), ('-', ''), ('-', ''), ('obligation."-', 'obligation."'), ('-Article', 'Article')]
ST19080115-V34-03-page15.txt: [('Boulder-', 'Boulder'), ('cul-', 'cul'), ('opportunities-', 'opportunities')]
ST19080115-V34-03-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080115-V34-03-page2.txt: [('D.-', 'D.'), ('IE.-', 'IE.'), ('cap-', 'cap')]
ST19080115-V34-03-page3.txt: [('-', ''), ('eman-', 'eman')]
ST19080115-V34-03-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex')]
ST19080115-V34-03-page5.txt: [('-', '')]
ST19080115-V34-03-page6.txt: [('-', ''), ('-', '')]
ST19080115-V34-03-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080115-V34-03-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080115-V34-03-page9.txt: [('-', '')]
ST19080122-V34-04-page10.txt: [('Social-', 'Social'), ('-', '')]
ST19080122-V34-04-page11.txt: [('-', ''), ('-tireartitte', 'tireartitte'), ('Czechic-', 'Czechic'), ('ut-', 'ut')]
ST19080122-V34-04-page12.txt: [('-T', 'T'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of')]
ST19080122-V34-04-page13.txt: [('-', ''), ('o-', 'o'), ('-', '')]
ST19080122-V34-04-page14.txt: [('-', '')]
ST19080122-V34-04-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080122-V34-04-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080122-V34-04-page2.txt: [('F.-', 'F.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080122-V34-04-page3.txt: [('dis-', 'dis')]
ST19080122-V34-04-page4.txt: [('-', ''), ('-', '')]
ST19080122-V34-04-page5.txt: [('connec-', 'connec'), ('-', '')]
ST19080122-V34-04-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19080122-V34-04-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080122-V34-04-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-endured', 'endured'), ('-', '')]
ST19080122-V34-04-page9.txt: [('ok-', 'ok'), ('Medo-', 'Medo'), ('--', '-'), ('-', ''), ('protect-', 'protect'), ('selfish-', 'selfish')]
ST19080129-V34-05-page1.txt: [('for-', 'for')]
ST19080129-V34-05-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19080129-V34-05-page11.txt: [('close.-', 'close.')]
ST19080129-V34-05-page12.txt: [('con-', 'con')]
ST19080129-V34-05-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-..', '..'), ('-', ''), ('Boulder-', 'Boulder')]
ST19080129-V34-05-page14.txt: [('-VIEW', 'VIEW'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080129-V34-05-page2.txt: [('-', ''), ('move-', 'move'), ('-', '')]
ST19080129-V34-05-page3.txt: [('un-', 'un')]
ST19080129-V34-05-page4.txt: [('-', ''), ('BE-', 'BE'), ('-', ''), ('pos-', 'pos')]
ST19080129-V34-05-page5.txt: [('-', ''), ('-', ''), ('.COVE-', '.COVE'), ('-', ''), ('-two', 'two'), ('-', ''), ('-', ''), ('.-', '.'), ('-stony', 'stony'), ('STAT-', 'STAT'), ('CONDEMNA-', 'CONDEMNA'), ('RIGHT-', 'RIGHT'), ('-', '')]
ST19080129-V34-05-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080129-V34-05-page7.txt: [('-', ''), ('dis-', 'dis'), ('-', '')]
ST19080129-V34-05-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('chil-', 'chil')]
ST19080129-V34-05-page9.txt: [('-', '')]
ST19080205-V34-06-page10.txt: [('wor-', 'wor'), ('-', ''), ('de-', 'de')]
ST19080205-V34-06-page11.txt: [('God-', 'God'), ('-', ''), ('homi-', 'homi'), ('one-', 'one')]
ST19080205-V34-06-page12.txt: [('-', '')]
ST19080205-V34-06-page13.txt: [('-e-SeW', 'e-SeW'), ('al-', 'al')]
ST19080205-V34-06-page14.txt: [('-by', 'by'), ('e--', 'e-'), ('--', '-')]
ST19080205-V34-06-page15.txt: [('-', ''), ('Boulder-', 'Boulder')]
ST19080205-V34-06-page16.txt: [('-', ''), ('-', ''), ('in-', 'in'), ('-the', 'the'), ('-', '')]
ST19080205-V34-06-page2.txt: [('-', ''), ('---o', '--o'), ('o-', 'o'), ('-', ''), ('-', ''), ('De-', 'De')]
ST19080205-V34-06-page3.txt: [('-nzt', 'nzt')]
ST19080205-V34-06-page4.txt: [('shado-', 'shado'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ceaseless', 'ceaseless'), ('-its', 'its'), ('-', ''), ('-', '')]
ST19080205-V34-06-page5.txt: [('hos-', 'hos')]
ST19080205-V34-06-page6.txt: [('FOUN-', 'FOUN'), ('-', ''), ('HAV-', 'HAV'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080205-V34-06-page7.txt: [('-', ''), ('SANC-', 'SANC'), ('-', ''), ('-', ''), ('-', ''), ('COMMAND-', 'COMMAND'), ('-', ''), ('-', ''), ('-', ''), ('say-', 'say')]
ST19080205-V34-06-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-y', 'y')]
ST19080205-V34-06-page9.txt: [('-', ''), ('-', ''), ('-as', 'as')]
ST19080212-V34-07-page11.txt: [('-It', 'It')]
ST19080212-V34-07-page12.txt: [('-', '')]
ST19080212-V34-07-page13.txt: [('-old', 'old'), ('Pub-', 'Pub'), ('-in', 'in'), ('In-', 'In'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Boulder-', 'Boulder'), ('Per-', 'Per'), ('--Greatest', '-Greatest'), ('plates--', 'plates-')]
ST19080212-V34-07-page14.txt: [('-', '')]
ST19080212-V34-07-page15.txt: [('-', ''), ('-', '')]
ST19080212-V34-07-page16.txt: [('TO-', 'TO'), ('THAN-', 'THAN'), ('OUT-', 'OUT'), ('DE-', 'DE'), ('LEGISLA-', 'LEGISLA'), ('IN-', 'IN'), ('-', ''), ('oi--', 'oi-'), ('-.', '.'), ('-', '')]
ST19080212-V34-07-page2.txt: [('reg-', 'reg'), ('-', ''), ('-', ''), ('-', ''), ('mis-', 'mis'), ('-Vol.', 'Vol.')]
ST19080212-V34-07-page3.txt: [('an-', 'an'), ('gar-', 'gar')]
ST19080212-V34-07-page4.txt: [('dis-', 'dis')]
ST19080212-V34-07-page5.txt: [('-', ''), ('-', ''), ('KING-', 'KING'), ('-', ''), ('-', ''), ('prin-', 'prin')]
ST19080212-V34-07-page6.txt: [('-', ''), ('-.demanded', '.demanded'), ('-', ''), ('-What', 'What'), ('-the', 'the'), ('BLAS-', 'BLAS'), ('-', '')]
ST19080212-V34-07-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-day', 'day')]
ST19080212-V34-07-page8.txt: [('-religious.', 'religious.'), ('-', ''), ('im-', 'im'), ('-', ''), ('-', '')]
ST19080212-V34-07-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('Hu-', 'Hu'), ('-', ''), ('Nebuchadnez-', 'Nebuchadnez')]
ST19080219-V34-08-page10.txt: [('-of', 'of'), ('in-', 'in')]
ST19080219-V34-08-page11.txt: [('v-', 'v'), ('-', ''), ('Sunday-', 'Sunday'), ('-', ''), ('-', '')]
ST19080219-V34-08-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('E-', 'E')]
ST19080219-V34-08-page15.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-.A..', '.A..'), ('-', ''), ('-t', 't'), ('-', ''), ('Boulder-', 'Boulder'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of')]
ST19080219-V34-08-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080219-V34-08-page2.txt: [('-We', 'We'), ('-There', 'There'), ('-', ''), ('.-', '.'), ('-A', 'A'), ('-', '')]
ST19080219-V34-08-page3.txt: [('pre-', 'pre')]
ST19080219-V34-08-page4.txt: [('-e', 'e'), ('-', ''), ('-', ''), ('-', ''), ('-eternity.', 'eternity.'), ('con-', 'con'), ('-', '')]
ST19080219-V34-08-page6.txt: [('Day-', 'Day'), ('-DESTROY', 'DESTROY'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080219-V34-08-page7.txt: [('UP-', 'UP'), ('-', ''), ('-world', 'world'), ('gov-', 'gov')]
ST19080219-V34-08-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-Rom.', 'Rom.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('influen-', 'influen'), ('develop-', 'develop')]
ST19080219-V34-08-page9.txt: [('Labashi-', 'Labashi')]
ST19080226-V34-09-page10.txt: [('--latter', '-latter'), ('Chris-', 'Chris'), ('attract-', 'attract')]
ST19080226-V34-09-page12.txt: [('-', ''), ('-', '')]
ST19080226-V34-09-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('P-', 'P'), ('-', ''), ('t-', 't'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('e..-', 'e..'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I-', 'I-'), ('-H.', 'H.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('r---', 'r--'), ('-', ''), ('-', ''), ('-', '')]
ST19080226-V34-09-page15.txt: [('-of', 'of'), ('-', ''), ('Boulder-', 'Boulder')]
ST19080226-V34-09-page16.txt: [('-the', 'the'), ('-should', 'should'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pur-', 'pur'), ('-', '')]
ST19080226-V34-09-page2.txt: [('-', '')]
ST19080226-V34-09-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19080226-V34-09-page5.txt: [('-', ''), ('re-', 're'), ('-true', 'true'), ('-', ''), ('accord-', 'accord')]
ST19080226-V34-09-page6.txt: [('-', ''), ('COMMAND-', 'COMMAND'), ('SAB-', 'SAB'), ('-', ''), ('-', ''), ('pre-', 'pre'), ('COM-', 'COM'), ('-', ''), ('COM-', 'COM'), ('IMPERA-', 'IMPERA'), ('CAT-', 'CAT'), ('SUN-', 'SUN')]
ST19080226-V34-09-page7.txt: [('-', ''), ('PREF-', 'PREF'), ('pro-', 'pro'), ('-', '')]
ST19080226-V34-09-page8.txt: [('-', ''), ('-', '')]
ST19080304-V34-10-page1.txt: [('M-', 'M'), ('-', '')]
ST19080304-V34-10-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19080304-V34-10-page11.txt: [('-', ''), ('Star-', 'Star'), ('-', '')]
ST19080304-V34-10-page12.txt: [('FORE-', 'FORE'), ('-', ''), ('re-', 're')]
ST19080304-V34-10-page14.txt: [('-', ''), ('-pale', 'pale')]
ST19080304-V34-10-page15.txt: [('ft-', 'ft'), ('-Cloth', 'Cloth'), ('-', ''), ('-bound.', 'bound.'), ('.-', '.'), ('-Sabbath', 'Sabbath'), ('-United', 'United'), ('Dis-', 'Dis')]
ST19080304-V34-10-page16.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('agi-', 'agi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080304-V34-10-page2.txt: [('-', ''), ('Jere-', 'Jere'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080304-V34-10-page4.txt: [('-.', '.'), ('-', ''), ('-', '')]
ST19080304-V34-10-page6.txt: [('-', ''), ('-He', 'He'), ('-', ''), ('-and', 'and')]
ST19080304-V34-10-page7.txt: [('DAMNA-', 'DAMNA'), ('-', ''), ('-', ''), ('-', ''), ('IMMOR-', 'IMMOR'), ('-', ''), ('HIM-', 'HIM'), ('-', ''), ('-', '')]
ST19080304-V34-10-page8.txt: [('-', ''), ('-', '')]
ST19080304-V34-10-page9.txt: [('-', ''), ('in-', 'in')]
ST19080311-V34-11-page10.txt: [('--.-', '-.-'), ('mon-', 'mon')]
ST19080311-V34-11-page11.txt: [('-', ''), ('-', ''), ('-', '')]
ST19080311-V34-11-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19080311-V34-11-page13.txt: [('te-', 'te'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080311-V34-11-page15.txt: [('-', ''), ('Mates--', 'Mates-')]
ST19080311-V34-11-page16.txt: [('-no', 'no'), ('-papers', 'papers'), ('-is', 'is'), ('-Vernon', 'Vernon'), ('other-', 'other'), ('almostinvariably-', 'almostinvariably'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080311-V34-11-page2.txt: [('t.c-', 't.c'), ('-', ''), ('B.-', 'B.')]
ST19080311-V34-11-page3.txt: [('apti-', 'apti')]
ST19080311-V34-11-page4.txt: [('oven-', 'oven'), ('-', ''), ('meas-', 'meas')]
ST19080311-V34-11-page5.txt: [('-the', 'the'), ('-', '')]
ST19080311-V34-11-page6.txt: [('-', ''), ('"Schaff-', '"Schaff'), ('-', ''), ('KNOW-', 'KNOW'), ('-', ''), ('-', ''), ('--.', '-.')]
ST19080311-V34-11-page7.txt: [('-', ''), ('-', '')]
ST19080311-V34-11-page8.txt: [('-', ''), ('RIGHT-', 'RIGHT'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-reach', 'reach')]
ST19080311-V34-11-page9.txt: [('-', ''), ('inno-', 'inno')]
ST19080318-V34-12-page11.txt: [('-', ''), ('"zem-', '"zem')]
ST19080318-V34-12-page12.txt: [('-', ''), ('-so', 'so'), ('-God', 'God'), ('-', ''), ('-', ''), ('-', '')]
ST19080318-V34-12-page13.txt: [('Testimo-', 'Testimo'), ('-', ''), ('photographs.-', 'photographs.')]
ST19080318-V34-12-page14.txt: [('-on', 'on'), ('in-', 'in'), ('-live', 'live'), ('-offenses', 'offenses'), ('paren-', 'paren')]
ST19080318-V34-12-page15.txt: [('-point', 'point'), ('-point', 'point'), ('-point', 'point'), ('-point', 'point'), ('-point', 'point'), ('illus-', 'illus'), ('"Un-', '"Un'), ('--', '-'), ('annihila-', 'annihila'), ('-of', 'of')]
ST19080318-V34-12-page16.txt: [('-possess', 'possess'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-While', 'While'), ('-', ''), ('-', '')]
ST19080318-V34-12-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Resting-', 'Resting'), ('-his', 'his'), ('.-', '.'), ('--', '-')]
ST19080318-V34-12-page3.txt: [('-', ''), ('upon-', 'upon'), ('-hearts."', 'hearts."'), ('deliver-', 'deliver'), ('be-', 'be'), ('Sa-', 'Sa'), ('-viour', 'viour'), ('-temptation', 'temptation'), ('-that', 'that')]
ST19080318-V34-12-page4.txt: [('-that', 'that'), ('-', '')]
ST19080318-V34-12-page5.txt: [('-bidding', 'bidding'), ('-freight.', 'freight.')]
ST19080318-V34-12-page6.txt: [('-the', 'the'), ('-', ''), ('EVERLAST-', 'EVERLAST'), ('PUN-', 'PUN'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080318-V34-12-page7.txt: [('king-', 'king'), ('Psalm-', 'Psalm'), ('-', ''), ('-', ''), ('-', '')]
ST19080318-V34-12-page8.txt: [('-', ''), ('-', '')]
ST19080318-V34-12-page9.txt: [('-', ''), ('-even', 'even'), ('-', ''), ('-unlawful', 'unlawful'), ('-', '')]
ST19080325-V34-13-page1.txt: [('Ban-', 'Ban'), ('s-', 's')]
ST19080325-V34-13-page10.txt: [('-', ''), ('-fostering', 'fostering')]
ST19080325-V34-13-page11.txt: [('Said.-', 'Said.'), ('RE-', 'RE'), ('POR-', 'POR'), ('WOR-', 'WOR'), ('-ruin.', 'ruin.')]
ST19080325-V34-13-page12.txt: [('FORE-', 'FORE'), ('relig-', 'relig'), ('your-', 'your'), ('-self', 'self')]
ST19080325-V34-13-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080325-V34-13-page14.txt: [('-', ''), ('-', ''), ('im-', 'im'), ('-..', '..'), ('-', ''), ('-else', 'else')]
ST19080325-V34-13-page15.txt: [('-', ''), ('-', '')]
ST19080325-V34-13-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080325-V34-13-page2.txt: [('-its', 'its'), ('-', ''), ('-', ''), ('"-', '"'), ('-', ''), ('-', ''), ('-', ''), ('-in', 'in'), ('Ten-', 'Ten'), ('-My', 'My'), ('-', '')]
ST19080325-V34-13-page3.txt: [('-', ''), ('com-', 'com'), ('-', ''), ('be-', 'be')]
ST19080325-V34-13-page4.txt: [('-on', 'on'), ('be-', 'be')]
ST19080325-V34-13-page5.txt: [('-', ''), ('-', ''), ('be-', 'be')]
ST19080325-V34-13-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('KNOWL-', 'KNOWL'), ('DE-', 'DE'), ('-', ''), ('WHOSO-', 'WHOSO'), ('For-', 'For'), ('EX-', 'EX'), ('-', ''), ('-not', 'not'), ('-', ''), ('-', ''), ('HAPPI-', 'HAPPI'), ('PRO-', 'PRO')]
ST19080325-V34-13-page7.txt: [('PRIN-', 'PRIN'), ('-', ''), ('-', ''), ('-', ''), ('CARE-', 'CARE'), ('-', ''), ('-James', 'James'), ('AFORE-', 'AFORE'), ('DIC-', 'DIC'), ('MEAN-', 'MEAN'), ('"CON-', '"CON'), ('PRO-', 'PRO'), ('VIR-', 'VIR')]
ST19080325-V34-13-page8.txt: [('-', ''), ('-', ''), ('-us', 'us'), ('send-', 'send'), ('-', ''), ('re-', 're')]
ST19080325-V34-13-page9.txt: [('-', ''), ('-', ''), ('sepa-', 'sepa'), ('Medo-', 'Medo'), ('Heruli.-', 'Heruli.')]
ST19080401-V34-14-page10.txt: [('-', ''), ('-trust', 'trust')]
ST19080401-V34-14-page11.txt: [('-', '')]
ST19080401-V34-14-page12.txt: [('CORNER-', 'CORNER'), ('RE-', 'RE'), ('NA-', 'NA'), ('EN-', 'EN'), ('-', ''), ('-', ''), ('---fiterrinte', '--fiterrinte'), ('-', '')]
ST19080401-V34-14-page13.txt: [('-', ''), ('de-', 'de'), ('-a', 'a'), ('E-', 'E'), ('-one', 'one')]
ST19080401-V34-14-page15.txt: [('-point', 'point'), ('-point', 'point'), ('-point', 'point'), ('-point', 'point'), ('-point', 'point'), ('-', '')]
ST19080401-V34-14-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080401-V34-14-page2.txt: [('-', ''), ('-', ''), ('un-', 'un')]
ST19080401-V34-14-page3.txt: [('-', '')]
ST19080401-V34-14-page4.txt: [('-', ''), ('-', '')]
ST19080401-V34-14-page5.txt: [('-', ''), ('-', ''), ('prom-', 'prom'), ('WRI-', 'WRI'), ('TA-', 'TA'), ('-', ''), ('-', '')]
ST19080401-V34-14-page6.txt: [('JE-', 'JE'), ('-', ''), ('RE-', 'RE'), ('God-', 'God'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080401-V34-14-page7.txt: [('LIV-', 'LIV'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('FORE-', 'FORE'), ('-', ''), ('TRANSGRES-', 'TRANSGRES'), ('-', ''), ('WOR-', 'WOR'), ('-', ''), ('WOR-', 'WOR'), ('-', ''), ('-', ''), ('break-', 'break')]
ST19080401-V34-14-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-to', 'to')]
ST19080401-V34-14-page9.txt: [('natu-', 'natu'), ('-t.', 't.')]
ST19080408-V34-15-page1.txt: [('-', '')]
ST19080408-V34-15-page10.txt: [('-right', 'right'), ('Mc-', 'Mc')]
ST19080408-V34-15-page11.txt: [('-where', 'where'), ('-by', 'by'), ('strength-', 'strength')]
ST19080408-V34-15-page12.txt: [('-tire-Tim', 'tire-Tim'), ('-', ''), ('-', ''), ('sub-', 'sub'), ('-coming', 'coming'), ('-', '')]
ST19080408-V34-15-page14.txt: [('go-', 'go'), ('acquiesce-', 'acquiesce')]
ST19080408-V34-15-page15.txt: [('TOP-', 'TOP'), ('-hand.', 'hand.'), ('-', '')]
ST19080408-V34-15-page16.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19080408-V34-15-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080408-V34-15-page4.txt: [('-even', 'even'), ('-of', 'of')]
ST19080408-V34-15-page5.txt: [('-nothing', 'nothing'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.')]
ST19080408-V34-15-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('DIS-', 'DIS'), ('DESOLA-', 'DESOLA'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080408-V34-15-page7.txt: [('EVER-', 'EVER'), ('-', ''), ('-', ''), ('-Gorr', 'Gorr'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Millennium-', 'Millennium'), ('-', '')]
ST19080408-V34-15-page8.txt: [('-', ''), ('-', '')]
ST19080408-V34-15-page9.txt: [('the-', 'the'), ('-representative', 'representative'), ('-', '')]
ST19080415-V34-16-page1.txt: [('---.', '--.'), ('-k.', 'k.'), ('.----', '.---'), ("----'", "---'"), ('-', ''), ('-', ''), ('----', '---'), ('----.', '---.'), ('-', ''), ('--..---', '-..---'), ('--..', '-..'), ('-', ''), ('-', '')]
ST19080415-V34-16-page10.txt: [('-Have', 'Have'), ('re-', 're')]
ST19080415-V34-16-page12.txt: [('Kin-', 'Kin'), ('-The', 'The')]
ST19080415-V34-16-page13.txt: [('-Union', 'Union')]
ST19080415-V34-16-page14.txt: [('under-', 'under'), ('-being', 'being'), ('walk-', 'walk'), ('-', '')]
ST19080415-V34-16-page15.txt: [('----', '---'), ('----', '---'), ('Rear-', 'Rear')]
ST19080415-V34-16-page16.txt: [('-', ''), ('-', ''), ('-subject', 'subject'), ('be-', 'be'), ('-stowed', 'stowed'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bible-', 'Bible')]
ST19080415-V34-16-page2.txt: [('-', ''), ('-', '')]
ST19080415-V34-16-page4.txt: [('with-', 'with')]
ST19080415-V34-16-page5.txt: [('-', ''), ('quick-', 'quick'), ('-should', 'should'), ('-.', '.'), ('Whoso-', 'Whoso')]
ST19080415-V34-16-page6.txt: [('-', ''), ('-', ''), ('COM-', 'COM'), ('-', ''), ('HIM-', 'HIM'), ('-', '')]
ST19080415-V34-16-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080415-V34-16-page8.txt: [('superstructure.-', 'superstructure.'), ('-', ''), ('-', '')]
ST19080415-V34-16-page9.txt: [('-', ''), ('chapters-', 'chapters'), ('-', '')]
ST19080422-V34-17-page10.txt: [('pred-', 'pred'), ('Mc-', 'Mc'), ('ele-', 'ele'), ('-', ''), ('-which', 'which'), ('-', '')]
ST19080422-V34-17-page11.txt: [('-a', 'a'), ('en-', 'en'), ('-', ''), ('so-', 'so')]
ST19080422-V34-17-page12.txt: [('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080422-V34-17-page13.txt: [('-W.', 'W.'), ('-', '')]
ST19080422-V34-17-page15.txt: [('-', ''), ('-point', 'point'), ('-point', 'point'), ('-point', 'point'), ('-point', 'point'), ('-point', 'point'), ('-', ''), ('his-', 'his'), ('-', '')]
ST19080422-V34-17-page16.txt: [('-', ''), ('-hoped', 'hoped'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bible-', 'Bible'), ('before.-', 'before.'), ('-', ''), ('-whom', 'whom'), ('-to', 'to'), ('-tell', 'tell'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-Afflicted', 'Afflicted'), ('-writes', 'writes'), ('-nailed', 'nailed'), ('-to', 'to'), ('-', ''), ('-', ''), ('-London', 'London'), ('Campbell-', 'Campbell'), ('-Sir', 'Sir'), ('Campbell-', 'Campbell'), ('-', ''), ('-', '')]
ST19080422-V34-17-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', '')]
ST19080422-V34-17-page3.txt: [('.-', '.'), ('unde-', 'unde'), ('discour-', 'discour')]
ST19080422-V34-17-page4.txt: [('-lain', 'lain'), ('-', ''), ('-', ''), ('-', '')]
ST19080422-V34-17-page5.txt: [('-one', 'one'), ('be-', 'be')]
ST19080422-V34-17-page6.txt: [('-', ''), ('ones-', 'ones'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('PER-', 'PER'), ('CHIL-', 'CHIL')]
ST19080422-V34-17-page7.txt: [('NOTH-', 'NOTH'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080422-V34-17-page8.txt: [('-afflict', 'afflict'), ('ritual-', 'ritual'), ('-', ''), ('-', ''), ('-', '')]
ST19080422-V34-17-page9.txt: [('-', ''), ('-', ''), ('PARTICU-', 'PARTICU')]
ST19080429-V34-18-page10.txt: [('-Watchman', 'Watchman'), ('-fields', 'fields'), ('-a', 'a')]
ST19080429-V34-18-page11.txt: [('-', ''), ('-religious.', 'religious.'), ('out-', 'out'), ('-', '')]
ST19080429-V34-18-page12.txt: [('-a', 'a')]
ST19080429-V34-18-page13.txt: [('-', ''), ('..-', '..'), ('Aqtari-', 'Aqtari')]
ST19080429-V34-18-page15.txt: [('-point', 'point'), ('-', ''), ('-point', 'point'), ('-point', 'point'), ('-point', 'point'), ('-point', 'point')]
ST19080429-V34-18-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-but', 'but'), ('-whom', 'whom'), ('---', '--'), ('-', '')]
ST19080429-V34-18-page2.txt: [('-', ''), ('-', ''), ('-a', 'a'), ('-', ''), ('-for', 'for')]
ST19080429-V34-18-page3.txt: [('-', ''), ('-', '')]
ST19080429-V34-18-page4.txt: [('--', '-'), ('---', '--'), ('-', ''), ('-Abraham', 'Abraham'), ('-', ''), ('-them', 'them'), ('-', '')]
ST19080429-V34-18-page5.txt: [('-', ''), ('-', ''), ('-He', 'He'), ('-the', 'the'), ('-', '')]
ST19080429-V34-18-page6.txt: [('-our', 'our'), ('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080429-V34-18-page7.txt: [('-', ''), ('-Robert', 'Robert'), ('-', ''), ('KNOWL-', 'KNOWL'), ('-', ''), ('-', ''), ('right-', 'right'), ('INCORRUPTI-', 'INCORRUPTI'), ('-', ''), ('WHERE-', 'WHERE'), ('-', ''), ('-', '')]
ST19080429-V34-18-page8.txt: [('-', ''), ('-', '')]
ST19080429-V34-18-page9.txt: [('-part', 'part'), ('Ten-', 'Ten'), ('-', ''), ('psalms-', 'psalms')]
ST19080506-V34-19-page1.txt: [('o-.-', 'o-.'), ('--', '-'), ('.-', '.'), ('-', ''), ('i--', 'i-'), ('.-', '.'), ('-', ''), ('-', ''), ('-', '')]
ST19080506-V34-19-page10.txt: [('-', ''), ('in-', 'in')]
ST19080506-V34-19-page11.txt: [('-', ''), ('live-', 'live'), ('-', '')]
ST19080506-V34-19-page12.txt: [('-', ''), ('-trade', 'trade'), ('end-', 'end')]
ST19080506-V34-19-page13.txt: [('-', '')]
ST19080506-V34-19-page14.txt: [('re-', 're'), ("'put-", "'put")]
ST19080506-V34-19-page15.txt: [('-voice', 'voice'), ('be-', 'be'), ('dis-', 'dis'), ('-', '')]
ST19080506-V34-19-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bible-', 'Bible'), ('-', '')]
ST19080506-V34-19-page2.txt: [('noth-', 'noth'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080506-V34-19-page4.txt: [('re-', 're'), ('Sa-', 'Sa'), ('-', '')]
ST19080506-V34-19-page5.txt: [('-', '')]
ST19080506-V34-19-page6.txt: [('-', ''), ('-is', 'is'), ('de-', 'de')]
ST19080506-V34-19-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19080506-V34-19-page8.txt: [('--a--L', '-a--L'), ('-Z', 'Z'), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', '')]
ST19080506-V34-19-page9.txt: [('-', ''), ('--Certainly', '-Certainly'), ('-kindred', 'kindred'), ('-', '')]
ST19080513-V34-20-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080513-V34-20-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ('fleet-', 'fleet')]
ST19080513-V34-20-page12.txt: [('it-', 'it'), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('ararar-', 'ararar'), ('-', ''), ('-', ''), ('in-', 'in'), ('-.', '.'), ('-', ''), ('-Itirara', 'Itirara'), ('-', ''), ('-a-', 'a-'), ('-', ''), ('-', ''), ('r-', 'r'), ('-', ''), ('-', ''), ('-inch', 'inch'), ('-pounders.', 'pounders.'), ('-.', '.'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-pounders.', 'pounders.'), ('-', ''), ('-', ''), ('-Y-', 'Y-'), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-pounders', 'pounders'), ('-pounders', 'pounders'), ('-inch', 'inch')]
ST19080513-V34-20-page13.txt: [('as.-', 'as.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('-ton', 'ton'), ('-', ''), ('-', ''), ('A-', 'A'), ('-', ''), ('-', ''), ('-V-', 'V-'), ('-V-', 'V-'), ('-', ''), ('--', '-'), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-pounders', 'pounders'), ('-pounders.', 'pounders.'), ('-furious', 'furious'), ('-the', 'the'), ('deia-lr-IK-', 'deia-lr-IK'), ('-kici', 'kici'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080513-V34-20-page14.txt: [('-inch', 'inch'), ('-inch', 'inch'), ('-pounders.', 'pounders.'), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-pounders', 'pounders'), ('-inch', 'inch'), ('-caliber', 'caliber'), ('-caliber', 'caliber'), ('bar-', 'bar'), ('-', ''), ('-', ''), ('-inch', 'inch'), ('-pounders', 'pounders'), ('-pounders', 'pounders')]
ST19080513-V34-20-page15.txt: [('-', ''), ('heart-', 'heart'), ('-in.', 'in.'), ('-in.', 'in.'), ('-in.', 'in.'), ('dwell-', 'dwell'), ('-foot', 'foot')]
ST19080513-V34-20-page16.txt: [('Mac-', 'Mac'), ('-', ''), ('-', ''), ('Mac-', 'Mac')]
ST19080513-V34-20-page18.txt: [('-', ''), ("or'-", "or'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-----', '----'), ('-', '')]
ST19080513-V34-20-page19.txt: [('-practical', 'practical'), ('lam-', 'lam'), ('ob-', 'ob'), ('de-', 'de'), ('Tes-', 'Tes'), ('Pro-', 'Pro'), ('-paper', 'paper'), ('re-', 're'), ('-', ''), ('let-', 'let'), ('charac-', 'charac'), ('Pub-', 'Pub'), ('Kitchen.-', 'Kitchen.'), ('whole-', 'whole'), ('attrac-', 'attrac')]
ST19080513-V34-20-page2.txt: [('Bible-read-', 'Bible-read')]
ST19080513-V34-20-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('---', '--'), ('---', '--'), ('---', '--'), ('--', '-'), ('f-', 'f'), ('-', ''), ('..-', '..'), ('---.', '--.'), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ("...'-'---", "...'-'--"), ('-------', '------'), ('--', '-'), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-z', 'z'), ('---', '--'), ('--.', '-.'), ('.----.-..-.------', '.----.-..-.-----'), ('-', ''), ('-', ''), ('..-', '..'), ('.-', '.'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('..---', '..--'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-.z', '.z'), ('-', ''), ('-.', '.'), ('-..z.', '..z.'), ('.-', '.'), ('".--', '".-'), ("'-", "'"), ('-', ''), ('-', ''), ('--.\'"-', '-.\'"-'), ('-', ''), ('-..-', '..-'), ("'-", "'"), ('-', ''), ('.-', '.'), ('-."-', '."-'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('-', ''), ('-', ''), ('--', '-'), ('-.F....z."-', '.F....z."-'), ('-..', '..'), ('.-----', '.----'), ('-N', 'N'), ('--t', '-t'), ('-', ''), ('--', '-'), ('----', '---'), ('-', ''), ('------', '-----'), ('----', '---'), ('-......-', '......-'), ('---', '--'), ('-', '')]
ST19080513-V34-20-page4.txt: [('-', ''), ('-', ''), ('recol-', 'recol'), ('-ection', 'ection'), ('Je-', 'Je'), ('-', ''), ('-', '')]
ST19080513-V34-20-page5.txt: [('----f', '---f'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080513-V34-20-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080513-V34-20-page7.txt: [('"-', '"'), ('-', ''), ('Him-', 'Him'), ('-', '')]
ST19080513-V34-20-page8.txt: [('-', ''), ('-', ''), ('measur"-', 'measur"'), ('-', '')]
ST19080513-V34-20-page9.txt: [('-', ''), ('-', ''), ('-came', 'came'), ('-', ''), ('-P', 'P'), ('mo-', 'mo'), ('-k', 'k'), ('-', '')]
ST19080520-V34-21-page1.txt: [('-', '')]
ST19080520-V34-21-page10.txt: [('ut-', 'ut'), ('Je-', 'Je')]
ST19080520-V34-21-page11.txt: [('ill-', 'ill'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080520-V34-21-page12.txt: [('"im-', '"im')]
ST19080520-V34-21-page14.txt: [('con-', 'con'), ('CON-', 'CON'), ('for-', 'for'), ('-', ''), ('for-', 'for')]
ST19080520-V34-21-page15.txt: [('W.-', 'W.'), ('--s', '-s'), ('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-fricicir-lcici', 'fricicir-lcici')]
ST19080520-V34-21-page16.txt: [('-', ''), ('vow-', 'vow'), ('-', '')]
ST19080520-V34-21-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-clearly', 'clearly')]
ST19080520-V34-21-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080520-V34-21-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('corn-', 'corn'), ('-', ''), ('-', ''), ('eager-', 'eager')]
ST19080520-V34-21-page6.txt: [('-joy', 'joy')]
ST19080520-V34-21-page7.txt: [('-', ''), ('-returneth', 'returneth'), ('-', '')]
ST19080520-V34-21-page8.txt: [('-', '')]
ST19080520-V34-21-page9.txt: [('de-', 'de'), ('Tiglath-', 'Tiglath'), ('-', ''), ('-wrong', 'wrong'), ('-', '')]
ST19080527-V34-22-page1.txt: [('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('--y', '-y'), ('P-', 'P'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('----.-', '---.-'), ('-', ''), ('-', ''), ('-B', 'B'), ("'''S--L'--r-", "'''S--L'--r"), ('--', '-'), ('--', '-'), ('iikr-', 'iikr'), ('-', ''), ('--S--', '-S--'), ('A-', 'A')]
ST19080527-V34-22-page12.txt: [('andadul-', 'andadul')]
ST19080527-V34-22-page13.txt: [('-Errint', 'Errint'), ('-', '')]
ST19080527-V34-22-page14.txt: [('-.', '.'), ('condemns-', 'condemns'), ('-', ''), ('-', '')]
ST19080527-V34-22-page15.txt: [('head-', 'head'), ('Avery-', 'Avery'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080527-V34-22-page16.txt: [('abomina-', 'abomina'), ('-', ''), ('--', '-'), ('-fire', 'fire'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('---', '--'), ('.-', '.'), ('.-', '.')]
ST19080527-V34-22-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19080527-V34-22-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST19080527-V34-22-page4.txt: [('-', ''), ('-', '')]
ST19080527-V34-22-page5.txt: [('-master', 'master')]
ST19080527-V34-22-page7.txt: [('-', ''), ('-is', 'is')]
ST19080527-V34-22-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19080527-V34-22-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-would', 'would')]
ST19080603-V34-23-page10.txt: [('Non-', 'Non')]
ST19080603-V34-23-page11.txt: [('-', ''), ('Mc-', 'Mc')]
ST19080603-V34-23-page12.txt: [('say-', 'say')]
ST19080603-V34-23-page13.txt: [('-', ''), ('-Another', 'Another'), ('of-', 'of'), ('Ques-', 'Ques')]
ST19080603-V34-23-page14.txt: [('-me', 'me')]
ST19080603-V34-23-page15.txt: [('tc-', 'tc'), ('---work', '--work')]
ST19080603-V34-23-page16.txt: [('-he', 'he'), ('Our-', 'Our'), ('-', '')]
ST19080603-V34-23-page2.txt: [('-', ''), ('-', ''), ('--', '-')]
ST19080603-V34-23-page3.txt: [('saluta-', 'saluta')]
ST19080603-V34-23-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080603-V34-23-page5.txt: [('-', ''), ('dis-', 'dis')]
ST19080603-V34-23-page6.txt: [('-is', 'is'), ('recrea-', 'recrea'), ('founda-', 'founda')]
ST19080603-V34-23-page7.txt: [('-', ''), ('-"Why', '"Why'), ('are-', 'are'), ('-jurisdiction.', 'jurisdiction.')]
ST19080603-V34-23-page8.txt: [('Illumina-', 'Illumina'), ('-thankful', 'thankful'), ('-', ''), ('-', ''), ('rela-', 'rela')]
ST19080603-V34-23-page9.txt: [('"joint-', '"joint'), ('-', ''), ('-in', 'in'), ('-', ''), ('-', ''), ('-', '')]
ST19080610-V34-24-page1.txt: [('-', '')]
ST19080610-V34-24-page10.txt: [('con-', 'con'), ('con-', 'con')]
ST19080610-V34-24-page11.txt: [('-', ''), ("'-", "'"), ('-foot', 'foot'), ('-', '')]
ST19080610-V34-24-page12.txt: [('FORE-', 'FORE'), ('to-', 'to'), ('-', ''), ('Know-', 'Know')]
ST19080610-V34-24-page13.txt: [('es-', 'es')]
ST19080610-V34-24-page14.txt: [('liking-', 'liking')]
ST19080610-V34-24-page15.txt: [('"good-', '"good'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('overlap-', 'overlap'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080610-V34-24-page16.txt: [('other-', 'other'), ('-We', 'We'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('him-', 'him'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080610-V34-24-page2.txt: [('-', '')]
ST19080610-V34-24-page4.txt: [('order--', 'order-'), ('-', '')]
ST19080610-V34-24-page5.txt: [('-', ''), ('an-', 'an'), ('starts-', 'starts'), ('--Rev.', '-Rev.')]
ST19080610-V34-24-page6.txt: [('-', ''), ('-', ''), ('-wonderful', 'wonderful'), ('-', ''), ('-', ''), ('-', '')]
ST19080610-V34-24-page7.txt: [('-', ''), ('-', ''), ('His-', 'His'), ('-', ''), ('-', ''), ('-', ''), ('AP-', 'AP'), ('-', ''), ('-', '')]
ST19080610-V34-24-page8.txt: [('-', ''), ('-', '')]
ST19080610-V34-24-page9.txt: [('pos-', 'pos'), ('.-', '.'), ('t-', 't'), ('-', '')]
ST19080617-V34-25-page10.txt: [('c-', 'c'), ('-', ''), ('lr-lcicirir-k-', 'lr-lcicirir-k'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('r-ic-', 'r-ic'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('run-', 'run'), ('wor-', 'wor'), ('-', ''), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-', ''), ('c-', 'c'), ('-', ''), ('c-k-KiK-', 'c-k-KiK'), ('-', ''), ('c-', 'c'), ('-', '')]
ST19080617-V34-25-page13.txt: [('mem-', 'mem'), ('-to', 'to'), ('-movementthere', 'movementthere'), ('half-', 'half'), ('-azid', 'azid')]
ST19080617-V34-25-page15.txt: [('-', ''), ('cor-', 'cor'), ('PUBLISHED-', 'PUBLISHED'), ('-', '')]
ST19080617-V34-25-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080617-V34-25-page2.txt: [('-', ''), ('-', ''), ('pleas-', 'pleas')]
ST19080617-V34-25-page3.txt: [('oc-', 'oc')]
ST19080617-V34-25-page4.txt: [('-', '')]
ST19080617-V34-25-page8.txt: [('-', ''), ('-', ''), ('-will', 'will'), ('-fait', 'fait')]
ST19080617-V34-25-page9.txt: [('-', '')]
ST19080624-V34-26-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('K-Itit-lr-ir-IK-', 'K-Itit-lr-ir-IK'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Presbyteri-', 'Presbyteri'), ('experi-', 'experi'), ('-', ''), ('Con-', 'Con'), ('in-', 'in'), ('prin-', 'prin'), ('es-', 'es'), ('-', ''), ('-', ''), ('re-', 're'), ('desig-', 'desig'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080624-V34-26-page11.txt: [('-are', 'are')]
ST19080624-V34-26-page12.txt: [('Ro-', 'Ro')]
ST19080624-V34-26-page13.txt: [('Dawn-', 'Dawn'), ('-', '')]
ST19080624-V34-26-page14.txt: [('-', '')]
ST19080624-V34-26-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-as', 'as'), ('-', '')]
ST19080624-V34-26-page16.txt: [('-just', 'just'), ('-instruction', 'instruction'), ('--', '-'), ('mem-', 'mem'), ('-and', 'and'), ('-salva', 'salva'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--o', '-o'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080624-V34-26-page2.txt: [('-', ''), ('-of', 'of'), ('-', '')]
ST19080624-V34-26-page3.txt: [('-..', '..'), ('-There', 'There')]
ST19080624-V34-26-page4.txt: [('All-', 'All'), ('-That', 'That')]
ST19080624-V34-26-page5.txt: [('-Acts', 'Acts'), ('wait-', 'wait'), ('di-', 'di')]
ST19080624-V34-26-page6.txt: [('-', ''), ('-', ''), ('Kit-', 'Kit'), ('-', ''), ('c-', 'c'), ('-', ''), ('K-', 'K'), ('-Itif-ic', 'Itif-ic'), ('-', ''), ('peni-', 'peni'), ('-', ''), ('-', '')]
ST19080624-V34-26-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('iii.--', 'iii.-'), ('--..--', '-..--'), ('---...', '--...'), ('.---', '.--'), ('-', '')]
ST19080624-V34-26-page8.txt: [('sc-', 'sc'), ('-', ''), ('"-', '"'), ('-', '')]
ST19080624-V34-26-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080701-V34-27-page1.txt: [('all."-', 'all."')]
ST19080701-V34-27-page10.txt: [('institu-', 'institu')]
ST19080701-V34-27-page11.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-Billings', 'Billings'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Kicitic', 'Kicitic'), ('-', '')]
ST19080701-V34-27-page12.txt: [('disap-', 'disap'), ('pur-', 'pur')]
ST19080701-V34-27-page13.txt: [('-', ''), ('-about', 'about'), ('-very', 'very')]
ST19080701-V34-27-page15.txt: [('-as', 'as')]
ST19080701-V34-27-page16.txt: [('-no', 'no'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080701-V34-27-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19080701-V34-27-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('for-', 'for'), ('-', ''), ('-', ''), ('Advo-', 'Advo')]
ST19080701-V34-27-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('charac-', 'charac')]
ST19080701-V34-27-page5.txt: [('-', ''), ('abun-', 'abun')]
ST19080701-V34-27-page6.txt: [('ia-X-', 'ia-X'), ('-', ''), ('K-k-lok-', 'K-k-lok'), ('-', '')]
ST19080701-V34-27-page7.txt: [('pun-', 'pun'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080701-V34-27-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('INCREAS-', 'INCREAS')]
ST19080701-V34-27-page9.txt: [('-', ''), ('-', ''), ('of-', 'of'), ('-', ''), ('-', '')]
ST19080708-V34-28-page1.txt: [('A-', 'A'), ('-', ''), ('-w.iqe', 'w.iqe'), ('-', ''), ('QV-', 'QV'), ('A-', 'A'), ('qek-', 'qek'), ('-', ''), ('-', ''), ('-', '')]
ST19080708-V34-28-page10.txt: [('-', ''), ('De-', 'De'), ('be-', 'be')]
ST19080708-V34-28-page11.txt: [('Con-', 'Con'), ('-', ''), ('pro-', 'pro'), ('-', '')]
ST19080708-V34-28-page12.txt: [('-qt', 'qt')]
ST19080708-V34-28-page13.txt: [('re-', 're'), ('Malay-', 'Malay')]
ST19080708-V34-28-page14.txt: [('di-', 'di'), ('-', '')]
ST19080708-V34-28-page15.txt: [('-so', 'so'), ('-', ''), ('-gallon', 'gallon')]
ST19080708-V34-28-page16.txt: [('-Italy', 'Italy'), ('twenty-', 'twenty'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080708-V34-28-page2.txt: [('-', ''), ('-', ''), ('bap-', 'bap')]
ST19080708-V34-28-page3.txt: [('-an', 'an'), ('-', '')]
ST19080708-V34-28-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('an-', 'an')]
ST19080708-V34-28-page5.txt: [('FIT-', 'FIT'), ('-', '')]
ST19080708-V34-28-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Icic-lc', 'Icic-lc'), ('be-', 'be')]
ST19080708-V34-28-page7.txt: [('-No.', 'No.'), ('-a', 'a'), ('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('-face', 'face'), ('k-', 'k'), ('.-', '.'), ('-', ''), ('x-', 'x'), ('-"--', '"--'), ('-----it.', '----it.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-...', '...'), ('--....', '-....'), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST19080708-V34-28-page8.txt: [('in-', 'in'), ('Cath-', 'Cath')]
ST19080708-V34-28-page9.txt: [('.-', '.'), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080715-V34-29-page1.txt: [('-INE', 'INE'), ('-', ''), ("'-", "'"), ('-W', 'W'), ('-', ''), ('QVI-', 'QVI'), ('.VfrW-', '.VfrW'), ('-..', '..'), ('-', ''), ('-', ''), ('-', ''), ('-V.', 'V.'), ('--fr-W-', '-fr-W-'), ('.-', '.'), ('-', ''), ('VY-', 'VY'), ('-', ''), ('eQV-', 'eQV'), ('-', ''), ('-', ''), ('W.A-', 'W.A'), ('-A".', 'A".'), ('-', '')]
ST19080715-V34-29-page10.txt: [('Cer-', 'Cer')]
ST19080715-V34-29-page11.txt: [('-', '')]
ST19080715-V34-29-page13.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('nonpa-', 'nonpa'), ('-', ''), ('-', ''), ('Ques-', 'Ques')]
ST19080715-V34-29-page15.txt: [('-and', 'and'), ('-laws', 'laws'), ('-I', 'I')]
ST19080715-V34-29-page16.txt: [('-', ''), ('-letter-heads', 'letter-heads'), ('-A', 'A'), ('-put', 'put'), ('Rest-', 'Rest'), ('-God', 'God'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Fulfilled-...---', 'Fulfilled-...--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Portu-', 'Portu'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Enlighten-', 'Enlighten'), ('-', ''), ('-', ''), ("'--", "'-"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('studied.-', 'studied.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080715-V34-29-page2.txt: [('-f-Irt', 'f-Irt'), ('-', ''), ('-', ''), ('-', ''), ('-be', 'be'), ('-the', 'the')]
ST19080715-V34-29-page3.txt: [('tor-', 'tor'), ('re-', 're')]
ST19080715-V34-29-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080715-V34-29-page5.txt: [('-', '')]
ST19080715-V34-29-page6.txt: [('it-', 'it'), ('-', ''), ('-', ''), ('-', '')]
ST19080715-V34-29-page7.txt: [('gen-', 'gen'), ('-', ''), ('-', ''), ('-', '')]
ST19080715-V34-29-page8.txt: [('re-', 're'), ('-', '')]
ST19080715-V34-29-page9.txt: [('-', ''), ('-"', '"'), ('-', '')]
ST19080722-V34-30-page1.txt: [('AN--', 'AN-'), ('-', ''), ('-', ''), ('-e-', 'e-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-te', 'te'), ('-t', 't'), ('W--', 'W-'), ('-', ''), ('---', '--'), ('-tesW-re-AN', 'tesW-re-AN')]
ST19080722-V34-30-page10.txt: [('con-', 'con'), ('beauti-', 'beauti'), ('-', ''), ('em-', 'em')]
ST19080722-V34-30-page11.txt: [('-', ''), ('in-', 'in')]
ST19080722-V34-30-page12.txt: [('jjEtv-C-', 'jjEtv-C'), ('---', '--'), ('-', '')]
ST19080722-V34-30-page13.txt: [('sec-', 'sec')]
ST19080722-V34-30-page15.txt: [('mem-', 'mem')]
ST19080722-V34-30-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080722-V34-30-page2.txt: [('-', ''), ('-', ''), ('Him-', 'Him'), ('-', ''), ('-', ''), ('-', '')]
ST19080722-V34-30-page4.txt: [('-wooKio', 'wooKio'), ('in-', 'in'), ('-', '')]
ST19080722-V34-30-page6.txt: [('-', ''), ('-', ''), ('cic-lc-', 'cic-lc'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080722-V34-30-page7.txt: [('-Never.', 'Never.'), ('inher-', 'inher'), ('--', '-'), ('---i', '--i'), ('-.', '.'), ('....---..--', '....---..-'), ('-', ''), ('-', ''), ('...---', '...--'), ('---z', '--z'), ('-', ''), ('-', ''), ('.---', '.--'), ('-"Standard', '"Standard'), ('WRI-', 'WRI')]
ST19080722-V34-30-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080722-V34-30-page9.txt: [('-', ''), ('-', '')]
ST19080727-V34-31-page1.txt: [('-t', 't'), ('-', ''), ('wcleivwA-', 'wcleivwA'), ('itewaNeaw.wiwaNeA-', 'itewaNeaw.wiwaNeA'), ('--', '-')]
ST19080727-V34-31-page10.txt: [('peo-', 'peo'), ('-', '')]
ST19080727-V34-31-page11.txt: [('CONDI-', 'CONDI'), ('AB-', 'AB')]
ST19080727-V34-31-page12.txt: [('-----......', '----......'), ("'-", "'")]
ST19080727-V34-31-page13.txt: [('-page', 'page')]
ST19080727-V34-31-page14.txt: [('--jt-', '-jt-'), ('col-', 'col'), ('Babylonian-', 'Babylonian'), ('mission-', 'mission')]
ST19080727-V34-31-page15.txt: [('heretofore-', 'heretofore'), ('-x', 'x')]
ST19080727-V34-31-page16.txt: [('-', ''), ('--P-rather', '-P-rather'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('die-', 'die')]
ST19080727-V34-31-page2.txt: [('-', ''), ("inquirie'-", "inquirie'"), ('-', ''), ('-', '')]
ST19080727-V34-31-page4.txt: [('Right-', 'Right')]
ST19080727-V34-31-page5.txt: [('re-', 're')]
ST19080727-V34-31-page6.txt: [('-', '')]
ST19080727-V34-31-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('Dent-', 'Dent'), ('-', '')]
ST19080727-V34-31-page8.txt: [('AF-', 'AF'), ('REF-', 'REF'), ('SAL-', 'SAL'), ('-', ''), ('-', '')]
ST19080727-V34-31-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080923-V35-08-page1.txt: [('honored-', 'honored'), ('-hope', 'hope'), ('scar-', 'scar'), ('re-', 're')]
ST19080923-V35-08-page2.txt: [('na-', 'na')]
ST19080923-V35-08-page3.txt: [('-', ''), ('-would', 'would'), ('be-', 'be')]
ST19080923-V35-08-page4.txt: [('-Ire--crim', 'Ire--crim'), ('-', ''), ('-', ''), ('--all', '-all'), ('--a', '-a')]
ST19080923-V35-08-page5.txt: [('-', ''), ('-', ''), ('-ifs', 'ifs')]
ST19080923-V35-08-page6.txt: [('-', ''), ('-', ''), ('-land', 'land')]
ST19080923-V35-08-page7.txt: [('commer-', 'commer'), ('-', ''), ('Amer-', 'Amer')]
ST19080923-V35-08-page8.txt: [('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('uphold-', 'uphold')]
ST19080930-V35-09-page3.txt: [('-', '')]
ST19080930-V35-09-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080930-V35-09-page5.txt: [('"-', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19080930-V35-09-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19080930-V35-09-page8.txt: [('pieces-', 'pieces'), ('-le', 'le'), ('-', ''), ('-page', 'page'), ('-', '')]
ST19081014-V35-11-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', '')]
ST19081014-V35-11-page3.txt: [('soil-', 'soil')]
ST19081014-V35-11-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-fellow', 'fellow'), ('.-', '.'), ('-', ''), ('-r----', 'r----'), ('-', ''), ('-utter', 'utter'), ('-', ''), ('-', ''), ('---v', '--v'), ('-', ''), ('-.', '.'), ('--', '-'), ('--', '-'), ('-', ''), ('.-.I-', '.-.I'), ('-', ''), ("----'------'-", "---'------'-")]
ST19081014-V35-11-page8.txt: [('-page', 'page'), ('-one', 'one'), ('-', ''), ('-', '')]
ST19081021-V35-12-page2.txt: [('-', ''), ('-and', 'and'), ('-The', 'The'), ('-', '')]
ST19081021-V35-12-page3.txt: [('-', ''), ('--t-kerri', '-t-kerri')]
ST19081021-V35-12-page5.txt: [('griev-', 'griev'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19081021-V35-12-page6.txt: [('-nsamples', 'nsamples'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---...', '--...'), ('---fr-r', '--fr-r'), ('A-----', 'A----'), ('-', '')]
ST19081021-V35-12-page7.txt: [('litera-', 'litera')]
ST19081021-V35-12-page8.txt: [('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19081028-V35-13-page2.txt: [('-', ''), ('liv-', 'liv')]
ST19081028-V35-13-page3.txt: [('in-', 'in'), ('-', '')]
ST19081028-V35-13-page4.txt: [('-', ''), ('-', '')]
ST19081028-V35-13-page5.txt: [('-', ''), ('Campbell-', 'Campbell'), ('-', ''), ('-', '')]
ST19081028-V35-13-page6.txt: [('-', ''), ('.-', '.'), ('-', ''), ('.-', '.'), ('.-', '.'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('il-', 'il'), ('-.-.', '.-.'), ('--....', '-....'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19081028-V35-13-page7.txt: [('-', '')]
ST19081028-V35-13-page8.txt: [('poisoning.-', 'poisoning.'), ('-', ''), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19081111-V35-15-page1.txt: [('repent-', 'repent'), ('-tnce."', 'tnce."')]
ST19081111-V35-15-page2.txt: [('-', ''), ('-', '')]
ST19081111-V35-15-page3.txt: [('-me', 'me'), ('pres-', 'pres'), ('-it."', 'it."'), ('-', '')]
ST19081111-V35-15-page4.txt: [('-Christianity', 'Christianity'), ('-and', 'and')]
ST19081111-V35-15-page5.txt: [('-', ''), ('-', '')]
ST19081111-V35-15-page6.txt: [('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('fol-', 'fol'), ('-', ''), ('----', '---'), ('----.....', '---.....'), ('-----e-', '----e-'), ('-', ''), ('-', ''), ('-', ''), ('--Impv', '-Impv'), ('..---', '..--'), ('-tt.', 'tt.'), ("-'-'--.", "'-'--."), ('-', ''), ('-', '')]
ST19081111-V35-15-page8.txt: [('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19081118-V35-16-page1.txt: [('affec-', 'affec')]
ST19081118-V35-16-page3.txt: [('-orphan', 'orphan'), ('-have', 'have')]
ST19081118-V35-16-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19081118-V35-16-page5.txt: [('-', ''), ('-', '')]
ST19081118-V35-16-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('.-', '.'), ('...g-..--', '...g-..-'), ('rt.--', 'rt.-'), ('-', ''), ('---', '--'), ('--', '-'), ("''ea--", "''ea-"), ('----', '---')]
ST19081118-V35-16-page7.txt: [('sur-', 'sur')]
ST19081118-V35-16-page8.txt: [('Torpedo-', 'Torpedo'), ('Mc-', 'Mc'), ('-', ''), ('er-', 'er'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-..A', '..A')]
ST19081125-V35-17-page1.txt: [('-were', 'were')]
ST19081125-V35-17-page2.txt: [('-', ''), ('-', '')]
ST19081125-V35-17-page3.txt: [('-', ''), ('--"', '-"')]
ST19081125-V35-17-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex'), ('house-', 'house'), ('school-', 'school'), ('-', ''), ('-', ''), ('-', '')]
ST19081125-V35-17-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19081125-V35-17-page6.txt: [('-', ''), ('-', '')]
ST19081125-V35-17-page7.txt: [('-as', 'as')]
ST19081125-V35-17-page8.txt: [('-page', 'page'), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19081209-V35-19-page1.txt: [('In-', 'In')]
ST19081209-V35-19-page2.txt: [('Anglo-', 'Anglo'), ('Constanti-', 'Constanti'), ('-', ''), ('-and', 'and'), ('-', ''), ('frustrating-', 'frustrating'), ('HITH-', 'HITH'), ('DIS-', 'DIS'), ('RE-', 'RE'), ('ABSORP-', 'ABSORP'), ('Ger-', 'Ger')]
ST19081209-V35-19-page3.txt: [('"New-', '"New')]
ST19081209-V35-19-page4.txt: [('-', ''), ('peo-', 'peo'), ('-', ''), ('cer-', 'cer'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19081209-V35-19-page5.txt: [('-', ''), ('-', '')]
ST19081209-V35-19-page6.txt: [('-CALLED', 'CALLED'), ('Christianity.-', 'Christianity.'), ('-', '')]
ST19081209-V35-19-page7.txt: [('-', ''), ('-the', 'the')]
ST19081209-V35-19-page8.txt: [('-', ''), ('HERE-', 'HERE'), ('INDEPEND-', 'INDEPEND'), ('-the', 'the'), ('-would', 'would'), ('-word', 'word'), ('-All', 'All'), ('"-', '"')]
ST19081216-V35-20-page1.txt: [('"equal-', '"equal')]
ST19081216-V35-20-page2.txt: [('-', ''), ('-', '')]
ST19081216-V35-20-page3.txt: [('-', ''), ('ex-', 'ex')]
ST19081216-V35-20-page4.txt: [('-', '')]
ST19081216-V35-20-page5.txt: [('Personal.-', 'Personal.'), ('-', '')]
ST19081216-V35-20-page6.txt: [('tP-', 'tP'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19081216-V35-20-page7.txt: [('their.-', 'their.')]
ST19081216-V35-20-page8.txt: [('-', ''), ('-of', 'of'), ('-', ''), ('INDEPEND-', 'INDEPEND')]
ST19081223-V35-21-page1.txt: [('-', ''), ('New-', 'New'), ('Anti-', 'Anti')]
ST19081223-V35-21-page2.txt: [('New-', 'New'), ('Con-', 'Con')]
ST19081223-V35-21-page3.txt: [('-', ''), ('-', ''), ('grind-', 'grind')]
ST19081223-V35-21-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19081223-V35-21-page6.txt: [('---rfreaTtin', '--rfreaTtin'), ('BENEDIC-', 'BENEDIC'), ('fre-', 'fre'), ('RE-', 'RE'), ('EU-', 'EU'), ('NA-', 'NA'), ('-', '')]
ST19081223-V35-21-page7.txt: [('COMMU-', 'COMMU'), ('-Ir', 'Ir'), ('-ic', 'ic'), ('-', ''), ('--', '-'), ('-', ''), ('fur-', 'fur')]
ST19081223-V35-21-page8.txt: [('-mile', 'mile'), ('Training-', 'Training'), ('-or', 'or'), ('then-', 'then'), ('-', ''), ('-', '')]
ST19090113-V36-02-page10.txt: [('--A', '-A')]
ST19090113-V36-02-page11.txt: [('Sunday-', 'Sunday'), ('-', ''), ('think-', 'think')]
ST19090113-V36-02-page12.txt: [('-', ''), ('Chris-', 'Chris')]
ST19090113-V36-02-page13.txt: [('-', ''), ('Ils-', 'Ils'), ('-me', 'me'), ('Training-', 'Training'), ('-page', 'page')]
ST19090113-V36-02-page14.txt: [('-', ''), ('Which-', 'Which'), ('voice."-', 'voice."')]
ST19090113-V36-02-page16.txt: [('-the', 'the'), ('-A', 'A'), ('-', ''), ('-not', 'not'), ('-hiti', 'hiti'), ('-tip', 'tip'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('--', '-'), ('-', ''), ('-determine', 'determine'), ('.-', '.'), ('labor-', 'labor'), ('-iinprisoned', 'iinprisoned'), ('-', '')]
ST19090113-V36-02-page2.txt: [('.-', '.'), ('Ro-', 'Ro'), ('.-', '.'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('.-', '.'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('.-', '.'), ('.-', '.'), ('.-', '.')]
ST19090113-V36-02-page4.txt: [('an-', 'an'), ('-', ''), ('and-', 'and')]
ST19090113-V36-02-page5.txt: [('-', ''), ('-', ''), ('cer-', 'cer')]
ST19090113-V36-02-page6.txt: [('Be-', 'Be'), ('-Editor', 'Editor'), ('-', ''), ('-', ''), ('Gen-', 'Gen')]
ST19090113-V36-02-page7.txt: [('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('-"They', '"They'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-lc', 'lc'), ('-', ''), ('-', '')]
ST19090113-V36-02-page8.txt: [('-', ''), ('-', ''), ('-one', 'one'), ('ac-', 'ac')]
ST19090113-V36-02-page9.txt: [('social-', 'social'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-stronger', 'stronger')]
ST19090203-V36-05-page10.txt: [('UN-', 'UN'), ('LEG-', 'LEG')]
ST19090203-V36-05-page11.txt: [('-year', 'year'), ('-year', 'year'), ('-', '')]
ST19090203-V36-05-page12.txt: [('-ord', 'ord'), ('de-', 'de')]
ST19090203-V36-05-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('--for', '-for'), ('-the', 'the'), ('soon-', 'soon')]
ST19090203-V36-05-page14.txt: [('-', ''), ('-SK', 'SK')]
ST19090203-V36-05-page15.txt: [('--instruction', '-instruction'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19090203-V36-05-page16.txt: [('-', ''), ('-newspapers', 'newspapers'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-unless', 'unless'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-have', 'have'), ('-considerec', 'considerec'), ('-have', 'have'), ('that.-', 'that.'), ('p.I-', 'p.I'), ('-', '')]
ST19090203-V36-05-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-shall', 'shall')]
ST19090203-V36-05-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-Ten', 'Ten')]
ST19090203-V36-05-page4.txt: [('-', ''), ('-the', 'the'), ('-Gott', 'Gott')]
ST19090203-V36-05-page5.txt: [('-', ''), ('-', '')]
ST19090203-V36-05-page6.txt: [('-', ''), ('self-', 'self'), ('-', ''), ('get-', 'get')]
ST19090203-V36-05-page7.txt: [('-', ''), ('-', ''), ('other.--', 'other.-'), ('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('---', '--'), ('---', '--'), ('-', ''), ('COM-', 'COM'), ('--...', '-...'), ('--', '-'), ('---', '--'), ('-', ''), ('-""', '""')]
ST19090203-V36-05-page8.txt: [('-', ''), ('-', '')]
ST19090203-V36-05-page9.txt: [('-the', 'the'), ('-the', 'the'), ('fur-', 'fur'), ('herein-', 'herein'), ('im-', 'im'), ('trans-', 'trans'), ('hun-', 'hun'), ('andmain-', 'andmain'), ('viola-', 'viola'), ('appoint-', 'appoint'), ('com-', 'com'), ('LEGISLA-', 'LEGISLA'), ('-ogee', 'ogee')]
ST19090210-V36-06-page10.txt: [('com-', 'com')]
ST19090210-V36-06-page11.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('"STU-', '"STU'), ('him-', 'him'), ('-of', 'of'), ('-', '')]
ST19090210-V36-06-page12.txt: [('dispo-', 'dispo')]
ST19090210-V36-06-page13.txt: [('Christ.--', 'Christ.-')]
ST19090210-V36-06-page14.txt: [('-', ''), ('ar-', 'ar'), ('-', ''), ('sur-', 'sur')]
ST19090210-V36-06-page15.txt: [('litnali-ffd-', 'litnali-ffd'), ('-', ''), ('full-', 'full'), ('-precede', 'precede')]
ST19090210-V36-06-page16.txt: [('-MOUNTAIN', 'MOUNTAIN'), ('-now', 'now'), ('-mentherShip', 'mentherShip'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Lincoln', 'Lincoln')]
ST19090210-V36-06-page2.txt: [('--"Hader', '-"Hader'), ('-verse', 'verse'), ('-and', 'and'), ('-', ''), ('---', '--')]
ST19090210-V36-06-page4.txt: [('so-', 'so'), ('again-', 'again')]
ST19090210-V36-06-page5.txt: [('-', ''), ('-', '')]
ST19090210-V36-06-page6.txt: [('--', '-'), ('-', ''), ('jour-', 'jour')]
ST19090210-V36-06-page7.txt: [('-', ''), ('miracle-', 'miracle'), ('FOL-', 'FOL'), ('-mai', 'mai'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("----''", "---''"), ('COR-', 'COR'), ('IMMORTAL-', 'IMMORTAL'), ('-', ''), ('AN-', 'AN'), ('.-', '.'), ('..A.--', '..A.-'), ('-.....', '.....'), ('iP-', 'iP'), ('DIS-', 'DIS'), ('-', '')]
ST19090210-V36-06-page8.txt: [('PRO-', 'PRO'), ('ENJOY-', 'ENJOY')]
ST19090210-V36-06-page9.txt: [('-', ''), ('-', ''), ('an-', 'an'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19090217-V36-07-page1.txt: [('-Kir', 'Kir'), ('-', ''), ('-', ''), ('-', ''), ('-OK', 'OK'), ('-', ''), ('-kicic', 'kicic'), ('r-', 'r'), ('-OK', 'OK'), ('-Or', 'Or'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-OK', 'OK'), ('-I', 'I'), ('-k-k-', 'k-k-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('K-Oritic-', 'K-Oritic'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19090217-V36-07-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19090217-V36-07-page11.txt: [('-still', 'still'), ('congrega-', 'congrega'), ('-in', 'in'), ('teach-', 'teach')]
ST19090217-V36-07-page12.txt: [('FORE-', 'FORE'), ('--', '-'), ('-', ''), ('-', '')]
ST19090217-V36-07-page13.txt: [('-', ''), ('overlap-', 'overlap'), ('-', ''), ('Hick-', 'Hick'), ('-and', 'and')]
ST19090217-V36-07-page14.txt: [('-are', 'are'), ('-in', 'in')]
ST19090217-V36-07-page15.txt: [('-', ''), ('Cincin-', 'Cincin'), ('-ii', 'ii'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('Ques-', 'Ques')]
ST19090217-V36-07-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Preser-', 'Preser'), ('Pa-', 'Pa'), ('-', ''), ('-', ''), ('-', '')]
ST19090217-V36-07-page2.txt: [('-', ''), ('--K-', '-K-')]
ST19090217-V36-07-page3.txt: [('-The', 'The'), ('-', '')]
ST19090217-V36-07-page4.txt: [('-', ''), ('Anglo-', 'Anglo')]
ST19090217-V36-07-page5.txt: [('-', ''), ('-', ''), ('pro-', 'pro'), ('heav-', 'heav')]
ST19090217-V36-07-page6.txt: [('-did', 'did'), ('-', '')]
ST19090217-V36-07-page7.txt: [('-ZAP', 'ZAP'), ('--', '-'), ('eternity.-', 'eternity.'), ('-', ''), ('--', '-'), ('--"-', '-"-'), ('---.', '--.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('DE-', 'DE'), ('-', '')]
ST19090217-V36-07-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19090217-V36-07-page9.txt: [('-', ''), ('-', ''), ('en-', 'en'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19090224-V36-08-page1.txt: [('-', '')]
ST19090224-V36-08-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-page.', 'page.'), ('year-', 'year'), ('H.-', 'H.'), ('Ques-', 'Ques')]
ST19090224-V36-08-page11.txt: [('-with', 'with'), ('-', ''), ('treat-', 'treat')]
ST19090224-V36-08-page12.txt: [('--', '-')]
ST19090224-V36-08-page13.txt: [('E-', 'E')]
ST19090224-V36-08-page14.txt: [('-', ''), ('-', ''), ("-'", "'"), ('-magnates', 'magnates'), ('-silk', 'silk'), ('-mile', 'mile')]
ST19090224-V36-08-page15.txt: [('JURIS-', 'JURIS'), ('an-', 'an'), ('bet-', 'bet')]
ST19090224-V36-08-page16.txt: [('-giving', 'giving'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-lc', 'lc')]
ST19090224-V36-08-page2.txt: [('-', ''), ('king-', 'king'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19090224-V36-08-page3.txt: [('-that', 'that'), ('re-', 're')]
ST19090224-V36-08-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19090224-V36-08-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19090224-V36-08-page6.txt: [('-', ''), ('------', '-----')]
ST19090224-V36-08-page7.txt: [('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.')]
ST19090224-V36-08-page8.txt: [('-', '')]
ST19090224-V36-08-page9.txt: [('Bible-', 'Bible'), ('-an', 'an'), ('-Ir', 'Ir'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-turbed', 'turbed'), ('leg-', 'leg'), ('-looking', 'looking'), ('-L', 'L')]
ST19090428-V36-17-page10.txt: [('-be', 'be'), ('-know', 'know'), ('correspond-', 'correspond'), ('-', ''), ('de-', 'de'), ('-', ''), ('-', ''), ('-', '')]
ST19090428-V36-17-page11.txt: [('--', '-'), ('betwee-', 'betwee')]
ST19090428-V36-17-page12.txt: [('-of', 'of')]
ST19090428-V36-17-page13.txt: [('awkward-look-', 'awkward-look'), ('-that', 'that')]
ST19090428-V36-17-page14.txt: [('-', '')]
ST19090428-V36-17-page15.txt: [('-page', 'page'), ('-', ''), ('-the', 'the')]
ST19090428-V36-17-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('Prohi-', 'Prohi'), ('-', ''), ('-', ''), ('Ex-', 'Ex'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('superintend-', 'superintend')]
ST19090428-V36-17-page2.txt: [('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-in', 'in')]
ST19090428-V36-17-page4.txt: [('-the', 'the')]
ST19090428-V36-17-page5.txt: [('in-', 'in')]
ST19090428-V36-17-page6.txt: [('-', ''), ('-the', 'the'), ('-', ''), ('accom-', 'accom')]
ST19090428-V36-17-page7.txt: [('No.-', 'No.')]
ST19090428-V36-17-page8.txt: [('-', ''), ('-', ''), ('usurpers.-', 'usurpers.'), ('\'X"ft-', '\'X"ft'), ('--', '-'), ('goat.-', 'goat.'), ('-wholly', 'wholly'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('AC-', 'AC'), ('----', '---'), ('-', ''), ('-----', '----'), ('tV-isir----------', 'tV-isir---------')]
ST19090428-V36-17-page9.txt: [('-', ''), ('-', ''), ('BEGIN-', 'BEGIN'), ('-', '')]
ST19100118-V37-03-page1.txt: [('dower-', 'dower'), ('-', ''), ('hide-', 'hide')]
ST19100118-V37-03-page10.txt: [('sen--', 'sen-'), ('-', '')]
ST19100118-V37-03-page11.txt: [('-', ''), ('-', ''), ('dis-', 'dis'), ('-G.', 'G.'), ('what-', 'what')]
ST19100118-V37-03-page12.txt: [('-', '')]
ST19100118-V37-03-page13.txt: [('bur-', 'bur'), ('-', '')]
ST19100118-V37-03-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-will', 'will'), ('-', '')]
ST19100118-V37-03-page15.txt: [('-', ''), ('-much-used', 'much-used'), ('-page', 'page')]
ST19100118-V37-03-page16.txt: [('-', ''), ('Great-', 'Great'), ('-', ''), ('-what', 'what'), ('--', '-'), ('-', ''), ('.-', '.'), ('-being', 'being'), ('-more', 'more'), ('-', ''), ('-Russia', 'Russia'), ('-hardly', 'hardly'), ('--', '-'), ('-', ''), ('-in', 'in'), ('-', ''), ('-men', 'men'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and')]
ST19100118-V37-03-page2.txt: [('-', ''), ('-', ''), ('--', '-')]
ST19100118-V37-03-page4.txt: [('how-', 'how'), ('-', '')]
ST19100118-V37-03-page5.txt: [('-', ''), ('high-', 'high'), ('-', ''), ('differ-', 'differ'), ('-for', 'for'), ('na-', 'na')]
ST19100118-V37-03-page6.txt: [('-vast', 'vast'), ('in-', 'in'), ('"-', '"')]
ST19100118-V37-03-page7.txt: [('......-', '......'), ('-', ''), ('-', ''), ('sue-', 'sue'), ('MC-', 'MC'), ('-', ''), ('-', '')]
ST19100118-V37-03-page8.txt: [('-', ''), ('-"Babylon."', '"Babylon."'), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('NomE.-', 'NomE.'), ('NOTE.-', 'NOTE.'), ('January-', 'January'), ('COMMAND-', 'COMMAND'), ('-', ''), ('-', ''), ('-', ''), ('SANC-', 'SANC'), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Constantinople.-', 'Constantinople.')]
ST19100118-V37-03-page9.txt: [('-in', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100125-V37-04-page10.txt: [('-Under', 'Under')]
ST19100125-V37-04-page11.txt: [('-"World."', '"World."'), ('-', '')]
ST19100125-V37-04-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100125-V37-04-page13.txt: [('-sc', 'sc'), ('-', ''), ('-', ''), ('.-', '.')]
ST19100125-V37-04-page14.txt: [('ficti-', 'ficti')]
ST19100125-V37-04-page15.txt: [('-', ''), ('-', ''), ('--', '-'), ('Supe-', 'Supe'), ('-', ''), ('-page', 'page')]
ST19100125-V37-04-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ("----'kit", "---'kit"), ('-', ''), ('-', ''), ("-in'five", "in'five"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100125-V37-04-page2.txt: [('-T.', 'T.')]
ST19100125-V37-04-page3.txt: [('-"End', '"End'), ('obe-', 'obe'), ('-', '')]
ST19100125-V37-04-page4.txt: [('-', '')]
ST19100125-V37-04-page5.txt: [('-k', 'k'), ('-', ''), ('-taken', 'taken'), ('-Lord', 'Lord')]
ST19100125-V37-04-page6.txt: [('-.', '.'), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ("----...--'", "---...--'"), ('-r', 'r'), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('-', ''), ('---', '--'), ('----...A"', '---...A"'), ('--', '-'), ('..----', '..---'), ('-..', '..'), ('--', '-')]
ST19100125-V37-04-page7.txt: [('UN-', 'UN'), ('EVANGEL-', 'EVANGEL'), ('DE-', 'DE'), ('CGNSIST-', 'CGNSIST'), ('DOC-', 'DOC'), ('TRA-', 'TRA'), ('-', '')]
ST19100125-V37-04-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.----', '.---')]
ST19100125-V37-04-page9.txt: [('-', ''), ('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('trans-', 'trans'), ('-', '')]
ST19100201-V37-05-page1.txt: [('T-', 'T'), ('-As', 'As'), ('-', '')]
ST19100201-V37-05-page10.txt: [('-Watchr', 'Watchr'), ('-', ''), ('EVANGEL-', 'EVANGEL'), ('DE-', 'DE'), ('IN-', 'IN'), ('HU-', 'HU')]
ST19100201-V37-05-page11.txt: [('lead-', 'lead'), ('-even', 'even'), ('Mc-', 'Mc')]
ST19100201-V37-05-page12.txt: [('-', ''), ('Medo-', 'Medo'), ('-', ''), ('-', '')]
ST19100201-V37-05-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-hoot', 'hoot'), ('Washington-', 'Washington')]
ST19100201-V37-05-page14.txt: [('-it', 'it'), ('-', '')]
ST19100201-V37-05-page15.txt: [('-mile', 'mile'), ('-foot', 'foot'), ('-Page', 'Page'), ('-', ''), ('--d', '-d')]
ST19100201-V37-05-page16.txt: [('word-', 'word'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-weresuspicious', 'weresuspicious'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-partially', 'partially'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-country', 'country'), ('-', ''), ('at-', 'at'), ('in-', 'in'), ('-d', 'd'), ('-', '')]
ST19100201-V37-05-page2.txt: [('-', ''), ('--', '-'), ('-', ''), ('-French', 'French'), ('-', ''), ('-', '')]
ST19100201-V37-05-page4.txt: [('-', ''), ('---', '--'), ('--', '-'), ('-', ''), ('ele-', 'ele')]
ST19100201-V37-05-page6.txt: [('-w-er', 'w-er'), ('-', ''), ('-', ''), ('-IK', 'IK'), ("'----", "'---"), ("-'e'rY", "'e'rY"), ("----b'.--", "---b'.--"), ('-.-', '.-'), ('---', '--'), ('-', '')]
ST19100201-V37-05-page7.txt: [('-', ''), ('admir-', 'admir')]
ST19100201-V37-05-page8.txt: [('-', ''), ('news-', 'news')]
ST19100201-V37-05-page9.txt: [('-', ''), ('-', ''), ('con-', 'con'), ('-', '')]
ST19100208-V37-06-page10.txt: [('deal-', 'deal'), ('-', ''), ('--', '-'), ('Ex-', 'Ex')]
ST19100208-V37-06-page11.txt: [('-lc', 'lc'), ('-', ''), ('Editor-in-', 'Editor-in'), ('-', '')]
ST19100208-V37-06-page12.txt: [('--', '-'), ('-', ''), ('--', '-')]
ST19100208-V37-06-page14.txt: [('con-', 'con')]
ST19100208-V37-06-page15.txt: [('-.', '.'), ('-page', 'page')]
ST19100208-V37-06-page16.txt: [('News-', 'News'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100208-V37-06-page2.txt: [("--'C", "-'C"), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100208-V37-06-page3.txt: [('govern-', 'govern'), ('earth-', 'earth')]
ST19100208-V37-06-page4.txt: [('-', ''), ('symbolized.--', 'symbolized.-'), ('-', ''), ('-', ''), ('-be', 'be'), ('Medo-', 'Medo'), ('Rev.-', 'Rev.'), ('-', ''), ('Baby-', 'Baby')]
ST19100208-V37-06-page5.txt: [('-', ''), ('INDIVIDU-', 'INDIVIDU'), ('PRINCI-', 'PRINCI'), ('JU-', 'JU')]
ST19100208-V37-06-page7.txt: [('-', ''), ('-', ''), ('itself.-', 'itself.'), ('-', ''), ('silf."-', 'silf."'), ('home."-', 'home."'), ('himself."-', 'himself."'), ('him."-', 'him."'), ('-', ''), ('home."-', 'home."'), ('-', ''), ("up.''-", "up.''"), ('by."-', 'by."'), ('him."-', 'him."'), ('home."-', 'home."'), ('itself."-', 'itself."'), ("home.'''-", "home.'''"), ('-', ''), ('-', ''), ('man."-', 'man."'), ('-', ''), ('-', '')]
ST19100208-V37-06-page8.txt: [('--K', '-K')]
ST19100208-V37-06-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100215-V37-07-page1.txt: [('-', '')]
ST19100215-V37-07-page10.txt: [('-', ''), ('-if', 'if'), ('-', ''), ('coy-', 'coy')]
ST19100215-V37-07-page11.txt: [('-', ''), ('-', ''), ('-How', 'How')]
ST19100215-V37-07-page12.txt: [('-', ''), ('be-', 'be'), ('---', '--'), ('-', '')]
ST19100215-V37-07-page13.txt: [('Washington-', 'Washington'), ('-page', 'page'), ('-or', 'or')]
ST19100215-V37-07-page14.txt: [('-', ''), ('in-', 'in')]
ST19100215-V37-07-page15.txt: [('-', ''), ('-', '')]
ST19100215-V37-07-page16.txt: [('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-civil', 'civil'), ('pa-', 'pa')]
ST19100215-V37-07-page2.txt: [('-', ''), ('--', '-'), ('-', ''), ('Paul--', 'Paul-'), ('W.--', 'W.-'), ('--a', '-a'), ('-', '')]
ST19100215-V37-07-page4.txt: [('-Convention.', 'Convention.'), ('-', ''), ('Prot-', 'Prot')]
ST19100215-V37-07-page5.txt: [('BLAS-', 'BLAS'), ('BLAS-', 'BLAS'), ('WOR-', 'WOR'), ('-', ''), ('-', ''), ('-', ''), ('--"\'', '-"\''), ('---', '--'), ('-', ''), ("'-", "'"), ('EN-', 'EN'), ('OPPO-', 'OPPO'), ('"-IP---', '"-IP--'), ('--J."', '-J."'), ('-', ''), ('--', '-'), ('--', '-')]
ST19100215-V37-07-page6.txt: [('-', ''), ('-', '')]
ST19100215-V37-07-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('NOTWITH-', 'NOTWITH'), ('-affections', 'affections'), ('-', ''), ('EN-', 'EN'), ('GATH-', 'GATH'), ('APOS-', 'APOS'), ('TRADI-', 'TRADI'), ('OBSERV-', 'OBSERV'), ('JUDG-', 'JUDG'), ('right-', 'right')]
ST19100215-V37-07-page9.txt: [('-', ''), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('par-', 'par')]
ST19100222-V37-08-page1.txt: [('-A', 'A'), ('-', '')]
ST19100222-V37-08-page10.txt: [('in-', 'in')]
ST19100222-V37-08-page11.txt: [('CHRIS-', 'CHRIS'), ('WITH-', 'WITH'), ('CITI-', 'CITI')]
ST19100222-V37-08-page12.txt: [('RE-', 'RE')]
ST19100222-V37-08-page13.txt: [('Clergy-', 'Clergy'), ('Crea-', 'Crea'), ('-.......-', '.......-'), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100222-V37-08-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('Mo-', 'Mo')]
ST19100222-V37-08-page16.txt: [('-', ''), ('-inch', 'inch'), ('-inch.', 'inch.'), ('-', ''), ('-', ''), ('-', ''), ('Question-', 'Question'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100222-V37-08-page2.txt: [('when-', 'when'), ('-', ''), ('--', '-'), ('-', '')]
ST19100222-V37-08-page3.txt: [('RE-', 'RE'), ('RE-', 'RE'), ('PUR-', 'PUR'), ('CON-', 'CON'), ('PERSE-', 'PERSE'), ('re-', 're')]
ST19100222-V37-08-page4.txt: [('AC-', 'AC'), ('RE-', 'RE'), ('PRO-', 'PRO'), ('ACCORD-', 'ACCORD'), ('CON-', 'CON'), ('LIB-', 'LIB'), ('EM-', 'EM'), ('INDE-', 'INDE'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100222-V37-08-page5.txt: [('-', ''), ('pur-', 'pur')]
ST19100222-V37-08-page6.txt: [('-.', '.')]
ST19100222-V37-08-page7.txt: [('-', ''), ('-', ''), ('law-breaker.--', 'law-breaker.-')]
ST19100222-V37-08-page8.txt: [('-', ''), ('-', '')]
ST19100222-V37-08-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100308-V37-10-page10.txt: [('-', ''), ('-', '')]
ST19100308-V37-10-page11.txt: [('hol-', 'hol'), ('-', ''), ('-', '')]
ST19100308-V37-10-page12.txt: [('-', '')]
ST19100308-V37-10-page13.txt: [('-page', 'page'), ('"--', '"-')]
ST19100308-V37-10-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST19100308-V37-10-page15.txt: [('-', ''), ('-', ''), ('---', '--'), ('Ques-', 'Ques')]
ST19100308-V37-10-page16.txt: [('-disregards', 'disregards'), ('-oc', 'oc'), ('-', ''), ('-', ''), ('-', ''), ('REVELA-', 'REVELA'), ('-', ''), ('-', '')]
ST19100308-V37-10-page2.txt: [('-dead', 'dead'), ('-', ''), ('-', ''), ('-', '')]
ST19100308-V37-10-page4.txt: [('-', ''), ('-', ''), ('-Lord', 'Lord'), ('dis-', 'dis')]
ST19100308-V37-10-page5.txt: [('-', ''), ('-', '')]
ST19100308-V37-10-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19100308-V37-10-page8.txt: [('-', ''), ('COM-', 'COM'), ('JUDG-', 'JUDG'), ('-', ''), ('HIM-', 'HIM'), ('TES-', 'TES'), ('r-', 'r'), ('-', ''), ('-', ''), ('..."---', '..."--'), ('J.--', 'J.-'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-tyour', 'tyour'), ('-', ''), ('-ye', 'ye'), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('-', ''), ('FA-', 'FA'), ('-', '')]
ST19100308-V37-10-page9.txt: [('-A', 'A'), ('-', ''), ('--', '-'), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100315-V37-11-page1.txt: [('-', '')]
ST19100315-V37-11-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Trans-', 'Trans')]
ST19100315-V37-11-page15.txt: [('-.-..-', '.-..-'), ('--', '-'), ('-', ''), ('leath-', 'leath')]
ST19100315-V37-11-page16.txt: [('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-pound', 'pound'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100315-V37-11-page2.txt: [('-', ''), ('-', ''), ('--p--', '-p--'), ('-Ic', 'Ic'), ('-', ''), ('-', '')]
ST19100315-V37-11-page3.txt: [('in-', 'in')]
ST19100315-V37-11-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100315-V37-11-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19100315-V37-11-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100315-V37-11-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Non.-', 'Non.'), ('-', ''), ('AS-', 'AS'), ('-', ''), ('DISCERN-', 'DISCERN'), ('the.INTERPRETA-', 'the.INTERPRETA'), ('-', ''), ('EDI-', 'EDI'), ('GOVERN-', 'GOVERN'), ('-', ''), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('-', ''), ('body"-', 'body"'), ('TAL-', 'TAL'), ('-', ''), ('-c.', 'c.'), ('..--', '..-'), ('--', '-'), ('-----', '----'), ('--', '-')]
ST19100315-V37-11-page8.txt: [('CHIL-', 'CHIL'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('UN-', 'UN'), ('-', ''), ('-', ''), ('-', '')]
ST19100315-V37-11-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.--', '.-')]
ST19100322-V37-12-page10.txt: [('pre-', 'pre'), ('THING-', 'THING')]
ST19100322-V37-12-page11.txt: [('-', ''), ('-', '')]
ST19100322-V37-12-page12.txt: [('ha-', 'ha')]
ST19100322-V37-12-page13.txt: [('-page', 'page'), ('-', '')]
ST19100322-V37-12-page14.txt: [('-', ''), ('ele-', 'ele')]
ST19100322-V37-12-page15.txt: [('--', '-')]
ST19100322-V37-12-page16.txt: [('-', ''), ('-lc--', 'lc--'), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('of-', 'of'), ('-', '')]
ST19100322-V37-12-page2.txt: [('--u', '-u'), ('--', '-'), ('-', ''), ('-Paradise.', 'Paradise.'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', '')]
ST19100322-V37-12-page4.txt: [('-', ''), ('-', ''), ('the-', 'the')]
ST19100322-V37-12-page5.txt: [('as-', 'as'), ('-', '')]
ST19100322-V37-12-page6.txt: [('-', ''), ('ref-', 'ref'), ('evi-', 'evi'), ('de-', 'de')]
ST19100322-V37-12-page7.txt: [('-', ''), ('righteous-', 'righteous'), ('-', '')]
ST19100322-V37-12-page8.txt: [('-the', 'the'), ('-pc', 'pc')]
ST19100322-V37-12-page9.txt: [('-', ''), ('-Men', 'Men'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--K', '-K'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
ST19100329-V37-13-page1.txt: [('-', '')]
ST19100329-V37-13-page10.txt: [('Villeneuve-le-', 'Villeneuve-le')]
ST19100329-V37-13-page11.txt: [('--', '-')]
ST19100329-V37-13-page12.txt: [('le-', 'le'), ('-', '')]
ST19100329-V37-13-page13.txt: [('en-', 'en'), ('--', '-')]
ST19100329-V37-13-page15.txt: [('-', '')]
ST19100329-V37-13-page16.txt: [('Seventh-', 'Seventh'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ANNOUNCE-', 'ANNOUNCE')]
ST19100329-V37-13-page2.txt: [('-', '')]
ST19100329-V37-13-page3.txt: [('GV-', 'GV'), ('fa..-', 'fa..'), ('Medo-', 'Medo')]
ST19100329-V37-13-page4.txt: [('far-', 'far')]
ST19100329-V37-13-page5.txt: [('-', ''), ('king-', 'king')]
ST19100329-V37-13-page6.txt: [('-', ''), ('-form', 'form'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100329-V37-13-page7.txt: [('-', ''), ('-the', 'the'), ('-', '')]
ST19100329-V37-13-page8.txt: [('pros.-', 'pros.'), ('--', '-')]
ST19100329-V37-13-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-pt', 'pt'), ('-', ''), ('-', ''), ('-', '')]
ST19100412-V37-14-page10.txt: [('conse-', 'conse')]
ST19100412-V37-14-page11.txt: [('-', ''), ('-', ''), ('-', '')]
ST19100412-V37-14-page12.txt: [('acdi-', 'acdi')]
ST19100412-V37-14-page13.txt: [('atroc-', 'atroc'), ('jeop-', 'jeop'), ('guar-', 'guar'), ('-', ''), ('-page', 'page'), ('-', '')]
ST19100412-V37-14-page14.txt: [('-', ''), ('surf-', 'surf'), ('sea-', 'sea'), ('na-', 'na')]
ST19100412-V37-14-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('"-', '"'), ('v-', 'v'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Nir', '-Nir'), ('.-', '.'), ('-', ''), ('-', ''), ('-', '')]
ST19100412-V37-14-page16.txt: [('--kerri', '-kerri'), ('-', ''), ('concern-', 'concern'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('re-', 're'), ('gen-', 'gen'), ('-', ''), ('-', ''), ('-', '')]
ST19100412-V37-14-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19100412-V37-14-page3.txt: [('-', ''), ('-', ''), ('only-', 'only')]
ST19100412-V37-14-page4.txt: [('proph-', 'proph'), ('-', ''), ('-', ''), ('for-', 'for'), ('-', ''), ('-', '')]
ST19100412-V37-14-page5.txt: [('-', '')]
ST19100412-V37-14-page6.txt: [('-', '')]
ST19100412-V37-14-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100412-V37-14-page8.txt: [('it----', 'it---'), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100412-V37-14-page9.txt: [('-lc', 'lc'), ('Ex-', 'Ex'), ('Ed-', 'Ed')]
ST19100419-V37-15-page1.txt: [("-reii-iil'e", "reii-iil'e"), ("-o'ir'i-'", "o'ir'i-'"), ("-rcArNrg'ekrt", "rcArNrg'ekrt"), ('-ree-NZ', 'ree-NZ'), ('I.-', 'I.'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('"-', '"'), ('-dt', 'dt'), ('cf-', 'cf')]
ST19100419-V37-15-page10.txt: [('rem.-', 'rem.'), ('-', ''), ('-Watchman', 'Watchman'), ('-', ''), ('-', '')]
ST19100419-V37-15-page12.txt: [('--', '-'), ('occa-', 'occa')]
ST19100419-V37-15-page13.txt: [('-page', 'page')]
ST19100419-V37-15-page15.txt: [('-No.', 'No.'), ('auto-', 'auto'), ('Supe-', 'Supe'), ('-page', 'page'), ('-', ''), ('-JO', 'JO')]
ST19100419-V37-15-page16.txt: [('-k', 'k'), ('Anti-Vivisection.--', 'Anti-Vivisection.-'), ('-lc', 'lc'), ('beginnierg--', 'beginnierg-'), ('-cleaners', 'cleaners'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--u---', '-u---')]
ST19100419-V37-15-page2.txt: [('air-', 'air'), ('-', ''), ('-tx', 'tx'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100419-V37-15-page3.txt: [('prin-', 'prin'), ('----eiples', '---eiples')]
ST19100419-V37-15-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100419-V37-15-page5.txt: [('-', ''), ('-', '')]
ST19100419-V37-15-page6.txt: [('----', '---')]
ST19100419-V37-15-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('SUD-', 'SUD'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-.-', '.-'), ("-r-r'", "r-r'"), ('----.', '---.'), ('-', ''), ('-', ''), ('------', '-----')]
ST19100419-V37-15-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100426-V37-16-page10.txt: [('peri-', 'peri'), ('prese--', 'prese-')]
ST19100426-V37-16-page12.txt: [('dissatis-', 'dissatis')]
ST19100426-V37-16-page13.txt: [('-', ''), ('Avery-', 'Avery'), ('w-', 'w')]
ST19100426-V37-16-page14.txt: [('in-', 'in'), ('-', '')]
ST19100426-V37-16-page15.txt: [('-page', 'page'), ('Self-', 'Self'), ('-', ''), ('-', '')]
ST19100426-V37-16-page16.txt: [('-', ''), ('-is', 'is'), ('--', '-'), ('Common-', 'Common'), ('-lc', 'lc'), ('sov-', 'sov'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-aspiring', 'aspiring'), ('-', ''), ('un-', 'un')]
ST19100426-V37-16-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ("-'K--", "'K--")]
ST19100426-V37-16-page3.txt: [('-By', 'By'), ('ser-', 'ser')]
ST19100426-V37-16-page4.txt: [('-ffiatheri', 'ffiatheri'), ('-', ''), ('strain-', 'strain'), ('--', '-')]
ST19100426-V37-16-page5.txt: [('-it', 'it'), ('--', '-'), ('-', '')]
ST19100426-V37-16-page6.txt: [('oft-', 'oft'), ('.-', '.'), ('-', '')]
ST19100426-V37-16-page7.txt: [('-In-', 'In-'), ('-', ''), ('-', ''), ('mur-', 'mur'), ('-.', '.'), ('-', ''), ('syn-', 'syn')]
ST19100426-V37-16-page8.txt: [('-', ''), ('-', ''), ('---"-----', '--"-----'), ('---"-', '--"-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-"', '"'), ('r-', 'r'), ('-', ''), ('---e.', '--e.'), ('Christ.-', 'Christ.')]
ST19100426-V37-16-page9.txt: [('-The', 'The'), ('ship-', 'ship'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100503-V37-17-page10.txt: [('Ahmed-', 'Ahmed'), ('mo-', 'mo')]
ST19100503-V37-17-page11.txt: [('re-', 're')]
ST19100503-V37-17-page12.txt: [('-', ''), ('hill-', 'hill')]
ST19100503-V37-17-page13.txt: [('--', '-')]
ST19100503-V37-17-page14.txt: [('-which', 'which')]
ST19100503-V37-17-page15.txt: [('in-', 'in'), ('-', ''), ('-citations', 'citations'), ('--', '-'), ('-', ''), ('-', ''), ('-page', 'page')]
ST19100503-V37-17-page16.txt: [('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('of-', 'of'), ('-', ''), ('---', '--'), ('-lc', 'lc'), ('-N', 'N')]
ST19100503-V37-17-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', '')]
ST19100503-V37-17-page3.txt: [('-', '')]
ST19100503-V37-17-page4.txt: [('-', ''), ('-', '')]
ST19100503-V37-17-page5.txt: [('-', '')]
ST19100503-V37-17-page6.txt: [('--', '-'), ('---', '--'), ('Nehe-', 'Nehe'), ('oppor-', 'oppor')]
ST19100503-V37-17-page7.txt: [('-', ''), ('--', '-'), ('c-', 'c'), ('chil-', 'chil')]
ST19100503-V37-17-page8.txt: [('-', ''), ('-', ''), ('BRO-', 'BRO'), ('NOTE.-', 'NOTE.'), ('INSPIRA-', 'INSPIRA'), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('-', ''), ('--', '-')]
ST19100503-V37-17-page9.txt: [('-', ''), ('thedes-', 'thedes'), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100524-V37-20-page1.txt: [('-', '')]
ST19100524-V37-20-page11.txt: [('-', ''), ('con-', 'con')]
ST19100524-V37-20-page12.txt: [('-A', 'A'), ('-k', 'k'), ('al-', 'al')]
ST19100524-V37-20-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100524-V37-20-page15.txt: [('Out-of-Doors.-', 'Out-of-Doors.'), ('Training.-', 'Training.')]
ST19100524-V37-20-page16.txt: [('con-', 'con'), ('-', ''), ('Sab-', 'Sab'), ('"--', '"-'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('car-', 'car'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100524-V37-20-page2.txt: [('-', '')]
ST19100524-V37-20-page3.txt: [('"-', '"')]
ST19100524-V37-20-page4.txt: [('-', ''), ('-', '')]
ST19100524-V37-20-page5.txt: [('Seph-', 'Seph')]
ST19100524-V37-20-page6.txt: [('-', ''), ('ex-', 'ex'), ('con-', 'con'), ('AP-', 'AP'), ('-', ''), ('re-', 're')]
ST19100524-V37-20-page7.txt: [('AD-', 'AD'), ('"-', '"'), ('--', '-')]
ST19100524-V37-20-page8.txt: [('--', '-'), ('RE-', 'RE'), ('-', ''), ('DECLAR-', 'DECLAR'), ('NOTE.-', 'NOTE.'), ('-', ''), ('--', '-')]
ST19100524-V37-20-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('Seventh-', 'Seventh'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100614-V37-23-page10.txt: [('prin-', 'prin'), ('un-', 'un')]
ST19100614-V37-23-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('--u-K', '-u-K')]
ST19100614-V37-23-page13.txt: [('-Teach', 'Teach'), ('-', ''), ('--enee', '-enee'), ('.--', '.-'), ("'-", "'"), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('----', '---'), ('-c--', 'c--'), ('-----', '----'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-''", "''"), ('-', ''), ('T-', 'T'), ('.-', '.'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100614-V37-23-page16.txt: [('-', ''), ('--', '-'), ('-Mr.', 'Mr.'), ('Bap-', 'Bap'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('salve-', 'salve')]
ST19100614-V37-23-page2.txt: [('c-', 'c'), ('-', ''), ('quo-', 'quo')]
ST19100614-V37-23-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pur-', 'pur')]
ST19100614-V37-23-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.--', '.-')]
ST19100614-V37-23-page5.txt: [('--', '-')]
ST19100614-V37-23-page6.txt: [('-', ''), ('-', '')]
ST19100614-V37-23-page7.txt: [('-Thertm', 'Thertm'), ('-', '')]
ST19100614-V37-23-page8.txt: [('-inch', 'inch'), ('-', ''), ('-extremity.', 'extremity.'), ('L.C---', 'L.C--'), ('----.', '---.'), ('-', ''), ('.----------', '.---------'), ('painting.--', 'painting.-')]
ST19100614-V37-23-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-humanity', 'humanity'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100621-V37-24-page10.txt: [('"-', '"')]
ST19100621-V37-24-page11.txt: [('employment-', 'employment')]
ST19100621-V37-24-page12.txt: [('--', '-'), ('in-', 'in'), ('-of', 'of')]
ST19100621-V37-24-page14.txt: [('-', '')]
ST19100621-V37-24-page15.txt: [('with-', 'with'), ('--', '-'), ('-', ''), ('-page', 'page')]
ST19100621-V37-24-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--')]
ST19100621-V37-24-page2.txt: [('per-', 'per'), ('-', ''), ('---', '--'), ('-take', 'take'), ('-', ''), ('-sin', 'sin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100621-V37-24-page4.txt: [('peo-', 'peo'), ('-', ''), ('-', ''), ('-', '')]
ST19100621-V37-24-page5.txt: [('Pseudo-', 'Pseudo'), ('-', ''), ('-v-ijc', 'v-ijc'), ('-', ''), ('-', '')]
ST19100621-V37-24-page6.txt: [('-', ''), ('-theories.', 'theories.')]
ST19100621-V37-24-page7.txt: [('-stones', 'stones'), ('-', ''), ('-', '')]
ST19100621-V37-24-page8.txt: [('iif-t-', 'iif-t'), ('x-', 'x'), ('-', ''), ('p-', 'p'), ('EX-', 'EX'), ('-', ''), ('RE-', 'RE'), ('-', '')]
ST19100621-V37-24-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100628-V37-25-page1.txt: [('indeed.-', 'indeed.')]
ST19100628-V37-25-page10.txt: [('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('-', ''), ('in-', 'in'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('de-', 'de')]
ST19100628-V37-25-page11.txt: [('RE-', 'RE'), ('UNREGEN-', 'UNREGEN'), ('-', ''), ('-', '')]
ST19100628-V37-25-page12.txt: [('uneasi-', 'uneasi'), ('-', '')]
ST19100628-V37-25-page14.txt: [('-', '')]
ST19100628-V37-25-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('tarlin-t-', 'tarlin-t')]
ST19100628-V37-25-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-did', 'did'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-but', 'but'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100628-V37-25-page3.txt: [('-', ''), ('or-', 'or'), ('through-', 'through'), ('pro-', 'pro'), ('right-', 'right')]
ST19100628-V37-25-page4.txt: [('FOR-', 'FOR'), ('protec-', 'protec'), ('NOTH-', 'NOTH'), ('IN-', 'IN'), ('VIN-', 'VIN'), ('GOVERN-', 'GOVERN')]
ST19100628-V37-25-page5.txt: [('-divine', 'divine')]
ST19100628-V37-25-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19100628-V37-25-page7.txt: [('-', ''), ('-builds', 'builds'), ('-should', 'should')]
ST19100628-V37-25-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19100628-V37-25-page9.txt: [('know-', 'know'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-love', 'love'), ('ORDI-', 'ORDI'), ('NOTE.-', 'NOTE.'), ('-reproach', 'reproach'), ('-', '')]
ST19100705-V37-26-page10.txt: [('American-', 'American'), ('-inch', 'inch')]
ST19100705-V37-26-page11.txt: [('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch')]
ST19100705-V37-26-page12.txt: [('-', '')]
ST19100705-V37-26-page13.txt: [('-page', 'page')]
ST19100705-V37-26-page14.txt: [('--', '-'), ('-schoolroom', 'schoolroom')]
ST19100705-V37-26-page15.txt: [('cco-', 'cco')]
ST19100705-V37-26-page16.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100705-V37-26-page2.txt: [('-', ''), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-accept', 'accept')]
ST19100705-V37-26-page4.txt: [('-matters', 'matters')]
ST19100705-V37-26-page5.txt: [('-', ''), ('confu-', 'confu'), ('Since-', 'Since'), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19100705-V37-26-page6.txt: [('obe-', 'obe'), ('-', '')]
ST19100705-V37-26-page8.txt: [('-', ''), ('SAB-', 'SAB'), ('-', ''), ('-His', 'His'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100705-V37-26-page9.txt: [('Je-', 'Je'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.--', '.-'), ('-', ''), ('-', ''), ('-', ''), ('-......', '......'), ('--', '-'), ('RE-', 'RE'), ('-', ''), ('-', '')]
ST19100712-V37-27-page1.txt: [('you.-', 'you.'), ('-', ''), ('-', ''), ('-', '')]
ST19100712-V37-27-page10.txt: [('en-', 'en')]
ST19100712-V37-27-page11.txt: [('-of', 'of'), ('-', ''), ('Amer-', 'Amer'), ('Austria-', 'Austria'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch.', 'inch.'), ('-inch', 'inch'), ('-', ''), ('-It', 'It'), ('thou-', 'thou'), ('super-', 'super'), ('--K', '-K')]
ST19100712-V37-27-page13.txt: [('---', '--'), ('Foreign.-', 'Foreign.'), ('-', ''), ('-', ''), ('set-', 'set'), ('--', '-')]
ST19100712-V37-27-page14.txt: [('out-', 'out'), ('-', '')]
ST19100712-V37-27-page15.txt: [('-page', 'page')]
ST19100712-V37-27-page16.txt: [('-', ''), ('-York.', 'York.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-orthodox', 'orthodox'), ('-publication.', 'publication.'), ('-', '')]
ST19100712-V37-27-page2.txt: [('-', ''), ('-', ''), ('t--', 't-')]
ST19100712-V37-27-page4.txt: [('-so', 'so')]
ST19100712-V37-27-page5.txt: [('-', ''), ('-generations."', 'generations."'), ('-', ''), ('sup-', 'sup'), ('-', '')]
ST19100712-V37-27-page7.txt: [('awel-', 'awel'), ('-', ''), ('-', ''), ('-', ''), ('true.-', 'true.')]
ST19100712-V37-27-page8.txt: [('-He', 'He')]
ST19100712-V37-27-page9.txt: [('tc-', 'tc'), ('pres-', 'pres'), ('-', ''), ('-', ''), ('--', '-'), ('-------', '------'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('--', '-')]
ST19100726-V37-29-page1.txt: [('-', '')]
ST19100726-V37-29-page10.txt: [('con-', 'con'), ('Ex-', 'Ex')]
ST19100726-V37-29-page11.txt: [("-'", "'"), ('-', ''), ('Mc-', 'Mc'), ('--', '-'), ('Jan-', 'Jan'), ('de-', 'de'), ('--', '-'), ('-----', '----'), ('-', '')]
ST19100726-V37-29-page12.txt: [('-melted', 'melted')]
ST19100726-V37-29-page13.txt: [('-', ''), ('Pales-', 'Pales'), ('INCREASE-', 'INCREASE'), ('Or-', 'Or'), ('CRIME-', 'CRIME')]
ST19100726-V37-29-page14.txt: [('-it', 'it'), ('be-', 'be'), ("tam-o'-", "tam-o'"), ('-see', 'see'), ('-Y', 'Y')]
ST19100726-V37-29-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100726-V37-29-page16.txt: [('Re-', 'Re'), ('reference.-', 'reference.'), ('-in', 'in'), ('-of', 'of'), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('OurBibleBand-', 'OurBibleBand'), ('-----', '----'), ('-', ''), ('-', '')]
ST19100726-V37-29-page2.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100726-V37-29-page3.txt: [('abol-', 'abol')]
ST19100726-V37-29-page6.txt: [('-', ''), ('-', ''), ('reconsidered."-', 'reconsidered."'), ('-"Religion', '"Religion'), ('-', ''), ('-', '')]
ST19100726-V37-29-page7.txt: [('-', ''), ('out-', 'out'), ('-', '')]
ST19100726-V37-29-page8.txt: [('-', ''), ('-', ''), ('us.-', 'us.'), ('.--', '.-'), ('-', ''), ('-', ''), ('.-----', '.----'), ('----', '---')]
ST19100726-V37-29-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19100802-V37-30-page10.txt: [('--', '-'), ('super-', 'super'), ('-Sunday"', 'Sunday"'), ('Cali-', 'Cali'), ('-', '')]
ST19100802-V37-30-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"Globe-Demo-', '"Globe-Demo'), ('Penta-', 'Penta')]
ST19100802-V37-30-page13.txt: [('-', ''), ('-', ''), ('Millennium-', 'Millennium'), ('-page', 'page'), ('Per-', 'Per'), ('-.', '.'), ('----', '---'), ('-', '')]
ST19100802-V37-30-page14.txt: [('-', ''), ('rep-', 'rep'), ('-', ''), ('-their', 'their'), ('trouble-', 'trouble')]
ST19100802-V37-30-page15.txt: [('-', ''), ('-page', 'page'), ('sign-', 'sign'), ('nil-', 'nil')]
ST19100802-V37-30-page16.txt: [('-', ''), ('-if', 'if'), ('-good', 'good'), ('-"Authorized"', '"Authorized"'), ('--', '-'), ('-', ''), ('-', ''), ('Vie-', 'Vie'), ('-a', 'a'), ('--L--', '-L--'), ('journal.--', 'journal.-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-writer', 'writer'), ('univer-', 'univer'), ('-to', 'to'), ('--', '-'), ('-the', 'the'), ('Bus-', 'Bus'), ('-tickets', 'tickets'), ('-ton', 'ton'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sorrows..---', 'Sorrows..--'), ('-', ''), ('-', ''), ('-Shanghai', 'Shanghai'), ('-in', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-Word', 'Word')]
ST19100802-V37-30-page2.txt: [('--u-', '-u-'), ('Wings.--', 'Wings.-'), ('--', '-'), ('.-', '.'), ('-', ''), ('-', ''), ('-', '')]
ST19100802-V37-30-page3.txt: [('-', '')]
ST19100802-V37-30-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19100802-V37-30-page5.txt: [('-', ''), ('--', '-'), ('-', '')]
ST19100802-V37-30-page6.txt: [('Jeru-', 'Jeru'), ('Yll-', 'Yll'), ('-', ''), ('-them', 'them'), ('-hope', 'hope')]
ST19100802-V37-30-page7.txt: [('--', '-'), ('-', ''), ('-', '')]
ST19100802-V37-30-page8.txt: [('-', ''), ('FOR-', 'FOR'), ('-', '')]
ST19100802-V37-30-page9.txt: [('-"MO', '"MO'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('right-', 'right'), ('-', '')]
ST19100809-V37-31-page1.txt: [('-g', 'g'), ('-', ''), ('-V-P-', 'V-P-')]
ST19100809-V37-31-page10.txt: [('irrefutability-', 'irrefutability'), ('-will', 'will'), ('-', ''), ('-', ''), ('-', '')]
ST19100809-V37-31-page11.txt: [('-', ''), ('Trans-', 'Trans'), ('main-', 'main')]
ST19100809-V37-31-page12.txt: [('-left', 'left')]
ST19100809-V37-31-page13.txt: [('-', ''), ('-page', 'page'), ('-', '')]
ST19100809-V37-31-page14.txt: [('-', ''), ('to-', 'to'), ('-We', 'We'), ('call-', 'call')]
ST19100809-V37-31-page15.txt: [('-pc', 'pc'), ('-', ''), ('-United', 'United'), ('-capitalists', 'capitalists')]
ST19100809-V37-31-page16.txt: [('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bible-', 'Bible'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('presi-', 'presi')]
ST19100809-V37-31-page2.txt: [('-give', 'give'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-occurs.', 'occurs.')]
ST19100809-V37-31-page3.txt: [('be-', 'be'), ('-', ''), ('-And', 'And'), ('-', '')]
ST19100809-V37-31-page4.txt: [('-', '')]
ST19100809-V37-31-page5.txt: [('Im-', 'Im'), ('-', '')]
ST19100809-V37-31-page6.txt: [('-', ''), ('-', ''), ('-nation', 'nation'), ('-', ''), ('-', '')]
ST19100809-V37-31-page7.txt: [('mali-', 'mali'), ('-DAY', 'DAY'), ('-', ''), ('-', ''), ('CON-', 'CON'), ('in-', 'in')]
ST19100809-V37-31-page8.txt: [('-studying', 'studying'), ('-', ''), ('.-', '.'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('SEV-', 'SEV'), ('-', '')]
ST19100809-V37-31-page9.txt: [('-prayerful', 'prayerful'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100816-V37-32-page10.txt: [('Vati-', 'Vati'), ('King-', 'King'), ('-religious', 'religious'), ('-', '')]
ST19100816-V37-32-page11.txt: [('u-', 'u'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19100816-V37-32-page12.txt: [('-lyfeskliali', 'lyfeskliali'), ('long-', 'long'), ('lad-for-', 'lad-for'), ('-.discussed', '.discussed'), ('niore-', 'niore'), ('.fa-', '.fa'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
ST19100816-V37-32-page13.txt: [('-', '')]
ST19100816-V37-32-page14.txt: [('dus-', 'dus'), ('-shown.', 'shown.'), ('demonstra-', 'demonstra'), ('neg-', 'neg')]
ST19100816-V37-32-page15.txt: [('-', ''), ('-', ''), ('-large', 'large'), ('-foot', 'foot'), ('-', ''), ('-', ''), ('-', ''), ('C.-', 'C.'), ('-', ''), ('---', '--')]
ST19100816-V37-32-page16.txt: [('-The', 'The'), ('-it', 'it'), ('Colo-', 'Colo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-week', 'week'), ('-', ''), ('-', ''), ('-The', 'The'), ('Val-', 'Val'), ('-have', 'have')]
ST19100816-V37-32-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100816-V37-32-page3.txt: [('cen-', 'cen'), ('-', ''), ('-', '')]
ST19100816-V37-32-page4.txt: [('-', ''), ('remark-', 'remark'), ('--', '-'), ('-', ''), ('-', '')]
ST19100816-V37-32-page5.txt: [('-comes', 'comes'), ('-And', 'And'), ('-', ''), ('no-', 'no'), ('-', ''), ('corn-', 'corn'), ('-', ''), ('-', '')]
ST19100816-V37-32-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100816-V37-32-page7.txt: [('-', ''), ('-', ''), ('-purpose.', 'purpose.')]
ST19100816-V37-32-page8.txt: [('-', ''), ('-.', '.'), ('Pal-', 'Pal'), ('-v-', 'v-'), ('-', ''), ('---', '--'), ('-', ''), ('COM-', 'COM'), ('--', '-'), ('-if.', 'if.')]
ST19100816-V37-32-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100823-V37-33-page1.txt: [('-', '')]
ST19100823-V37-33-page10.txt: [('con-', 'con'), ('ultra-', 'ultra')]
ST19100823-V37-33-page11.txt: [('-', ''), ('-', ''), ('-ton', 'ton')]
ST19100823-V37-33-page12.txt: [('-', '')]
ST19100823-V37-33-page13.txt: [('wholesome.-', 'wholesome.')]
ST19100823-V37-33-page14.txt: [('-NATION', 'NATION')]
ST19100823-V37-33-page15.txt: [('-', ''), ('-', ''), ('-ACRE', 'ACRE'), ('-It', 'It'), ('-', ''), ('-foot', 'foot'), ('-', ''), ('-', ''), ('-page', 'page'), ('E-', 'E')]
ST19100823-V37-33-page16.txt: [('-', ''), ('-', ''), ('-inch', 'inch'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('read-', 'read'), ('-', ''), ('-', '')]
ST19100823-V37-33-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19100823-V37-33-page3.txt: [('-', '')]
ST19100823-V37-33-page4.txt: [('-', ''), ('-.', '.'), ('-', ''), ('-that', 'that')]
ST19100823-V37-33-page5.txt: [('-have', 'have'), ('ever-', 'ever')]
ST19100823-V37-33-page6.txt: [('-and', 'and'), ('-', ''), ('-', ''), ('-', '')]
ST19100823-V37-33-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('COM-', 'COM'), ('-', ''), ('CREA-', 'CREA'), ('-', ''), ('-', ''), ('NA-', 'NA')]
ST19100823-V37-33-page8.txt: [('-is', 'is'), ('-', ''), ('-', '')]
ST19100823-V37-33-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sin-', 'sin'), ('-', ''), ('publish-', 'publish'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100830-V37-34-page10.txt: [('assist-', 'assist'), ('"liberty."-', '"liberty."')]
ST19100830-V37-34-page11.txt: [('-which', 'which')]
ST19100830-V37-34-page12.txt: [('at-', 'at')]
ST19100830-V37-34-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('Mar-', 'Mar'), ('prep-', 'prep')]
ST19100830-V37-34-page14.txt: [('disposi-', 'disposi'), ('Al-', 'Al'), ("-just'now", "just'now")]
ST19100830-V37-34-page15.txt: [('-', ''), ('-foot', 'foot')]
ST19100830-V37-34-page16.txt: [('.Eqm---', '.Eqm--'), ('-', ''), ('seed-', 'seed'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('-Weather', 'Weather'), ('-serious', 'serious'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('eylin-', 'eylin'), ('"-', '"'), ('-', ''), ('the-Monu-', 'the-Monu'), ('-Wear', 'Wear'), ('by-', 'by'), ('--', '-'), ('-', ''), ('-', '')]
ST19100830-V37-34-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('morn-', 'morn'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-sinful', 'sinful')]
ST19100830-V37-34-page3.txt: [('-', ''), ('-doest', 'doest')]
ST19100830-V37-34-page4.txt: [('-Atiterri', 'Atiterri'), ('---', '--'), ('dis-', 'dis'), ('shed-', 'shed'), ('..-', '..')]
ST19100830-V37-34-page5.txt: [('APOS-', 'APOS'), ('be-', 'be'), ('.-', '.')]
ST19100830-V37-34-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100830-V37-34-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"Hear-', '"Hear'), ('em-', 'em')]
ST19100830-V37-34-page9.txt: [('-', ''), ('-lesson', 'lesson'), ('-', ''), ('L--', 'L-'), ('-', ''), ('-', ''), ('-', '')]
ST19100906-V37-35-page1.txt: [('-..', '..'), ('-.', '.'), ('-', ''), ('-', ''), ('-', '')]
ST19100906-V37-35-page10.txt: [('dark-', 'dark')]
ST19100906-V37-35-page11.txt: [('-nt-', 'nt-')]
ST19100906-V37-35-page12.txt: [('caress-', 'caress'), ('-', ''), ('-', '')]
ST19100906-V37-35-page13.txt: [('-progress', 'progress'), ('con-', 'con'), ('Nan-', 'Nan'), ('-', ''), ('--', '-')]
ST19100906-V37-35-page14.txt: [('Chil-', 'Chil'), ('-', ''), ('-', ''), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('study.-', 'study.'), ('study.-', 'study.'), ('study.-', 'study.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('Hemi-', 'Hemi'), ('.-', '.'), ('study.-', 'study.'), ('.-', '.'), ('study.-', 'study.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('study.-', 'study.'), ('study.-', 'study.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('study.-', 'study.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.')]
ST19100906-V37-35-page15.txt: [('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('-page', 'page'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('-', ''), ('-', ''), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('Bibles.-', 'Bibles.'), ('ap-', 'ap'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.')]
ST19100906-V37-35-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-chastise', 'chastise'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('them.-', 'them.'), ('-', ''), ('Cali-', 'Cali'), ('ambas-', 'ambas')]
ST19100906-V37-35-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100906-V37-35-page4.txt: [('-temptations', 'temptations'), ('-', '')]
ST19100906-V37-35-page5.txt: [('-', ''), ('-never', 'never')]
ST19100906-V37-35-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100906-V37-35-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('an-', 'an')]
ST19100906-V37-35-page8.txt: [('-objections', 'objections'), ('-', ''), ('---', '--')]
ST19100906-V37-35-page9.txt: [('age-lasting."--', 'age-lasting."-'), ('--', '-'), ('----I', '---I'), ('----t', '---t'), ('"r-', '"r'), ('----------', '---------'), ('-is', 'is')]
ST19100913-V37-36-page10.txt: [('Undoubt-', 'Undoubt')]
ST19100913-V37-36-page11.txt: [('-', ''), ('--', '-')]
ST19100913-V37-36-page12.txt: [('"-', '"')]
ST19100913-V37-36-page13.txt: [('-page', 'page')]
ST19100913-V37-36-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-these', 'these')]
ST19100913-V37-36-page15.txt: [('Stall----', 'Stall---'), ('-', ''), ('No.-', 'No.'), ('Avery-', 'Avery'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('-By', 'By'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A')]
ST19100913-V37-36-page16.txt: [('---', '--'), ('thou-', 'thou'), ('four-', 'four'), ('-Senate', 'Senate'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('-settle', 'settle'), ('--.', '-.'), ('-', ''), ('-signed', 'signed'), ('-It', 'It'), ('Korea.-', 'Korea.'), ('-', ''), ('---', '--'), ('-Encyclical', 'Encyclical'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100913-V37-36-page2.txt: [('-SK', 'SK'), ('-', ''), ('-', ''), ('-', ''), ('gives-', 'gives'), ('--', '-'), ('-', '')]
ST19100913-V37-36-page4.txt: [('-', ''), ('-', ''), ('neces-', 'neces'), ('-', ''), ('-', ''), ('-', '')]
ST19100913-V37-36-page6.txt: [('-', '')]
ST19100913-V37-36-page8.txt: [('bear-', 'bear'), ('-', ''), ('---.....', '--.....'), ('-', ''), ('-', ''), ('rs-', 'rs'), ('.-', '.'), ('-', ''), ('-', ''), ('--', '-'), ('HIV-', 'HIV')]
ST19100913-V37-36-page9.txt: [('con-', 'con'), ('-', ''), ('-', ''), ('-', '')]
ST19100920-V37-37-page10.txt: [('-', '')]
ST19100920-V37-37-page11.txt: [('-K', 'K'), ('-', ''), ('India-', 'India'), ('Aus-', 'Aus'), ('-', ''), ('-', ''), ('-caliber', 'caliber'), ('-inch', 'inch'), ('-inch.', 'inch.'), ('-inch.', 'inch.'), ('-', ''), ('-caliber', 'caliber'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch.', 'inch.'), ('-inch.', 'inch.'), ('HEA-', 'HEA')]
ST19100920-V37-37-page13.txt: [('RUB-', 'RUB')]
ST19100920-V37-37-page14.txt: [('---', '--'), ('-the', 'the'), ('--', '-')]
ST19100920-V37-37-page15.txt: [('-', ''), ('Bodies.-', 'Bodies.'), ('prepa-', 'prepa')]
ST19100920-V37-37-page16.txt: [('-', ''), ('en-', 'en'), ('-', ''), ('-', '')]
ST19100920-V37-37-page2.txt: [('-they', 'they'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19100920-V37-37-page4.txt: [('-', ''), ('-', '')]
ST19100920-V37-37-page5.txt: [('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I-', 'I-'), ('-', '')]
ST19100920-V37-37-page6.txt: [('--titartm', '-titartm'), ('-', '')]
ST19100920-V37-37-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19100920-V37-37-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19100920-V37-37-page9.txt: [('-', ''), ('-', ''), ('-ic', 'ic'), ('our-', 'our'), ('-Ic', 'Ic'), ('--K----', '-K----'), ('-', ''), ('---', '--'), ('-', '')]
ST19100927-V37-38-page1.txt: [('fall---', 'fall--')]
ST19100927-V37-38-page10.txt: [('-Watchman', 'Watchman')]
ST19100927-V37-38-page11.txt: [('-OK', 'OK')]
ST19100927-V37-38-page12.txt: [('-the', 'the'), ('-been', 'been')]
ST19100927-V37-38-page14.txt: [('-of', 'of'), ('-', '')]
ST19100927-V37-38-page15.txt: [('RUB-', 'RUB')]
ST19100927-V37-38-page16.txt: [('--', '-'), ('-', ''), ('-', ''), ('meet-', 'meet')]
ST19100927-V37-38-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), (".-'-", ".-'"), ('-', ''), ('..--', '..-'), ('.-', '.'), ('-', ''), ('--clii', '-clii'), ('-----', '----'), ('..--', '..-'), ('-', ''), ('-', '')]
ST19100927-V37-38-page3.txt: [('.-', '.'), ('-.', '.'), ('--"".', '-"".'), ('-', ''), ('-', ''), ('-', '')]
ST19100927-V37-38-page4.txt: [('-', ''), ('-', '')]
ST19100927-V37-38-page6.txt: [('-', ''), ('-', '')]
ST19100927-V37-38-page7.txt: [('-', ''), ('psalm-', 'psalm'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('salva-', 'salva'), ('--', '-')]
ST19100927-V37-38-page8.txt: [('-Read', 'Read')]
ST19100927-V37-38-page9.txt: [('possible-', 'possible'), ('---', '--'), ('---', '--'), ('The-', 'The'), ('---\'..".."', '--\'..".."'), ('Eph-', 'Eph'), ('-', ''), ('--', '-'), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ("-'k.", "'k."), ('-i', 'i'), ('.-', '.'), ("--.'", "-.'"), ('-', ''), ("--''''...", "-''''..."), ('--."', '-."'), ("--'", "-'"), ('-', ''), ('-.', '.'), ('-', ''), ('-Tv', 'Tv'), ('-', '')]
ST19101004-V37-39-page10.txt: [('-inch', 'inch')]
ST19101004-V37-39-page11.txt: [('-', ''), ('-Conciliation', 'Conciliation')]
ST19101004-V37-39-page12.txt: [('-', ''), ('-and', 'and')]
ST19101004-V37-39-page13.txt: [('Avery-', 'Avery'), ('-page', 'page'), ('GIV-', 'GIV'), ('SCI-', 'SCI'), ('UNI-', 'UNI'), ('SUF-', 'SUF'), ('AN-', 'AN'), ('SATIS-', 'SATIS')]
ST19101004-V37-39-page15.txt: [('-', ''), ("-'recently", "'recently"), ('-', ''), ('their-', 'their'), ('RUB-', 'RUB')]
ST19101004-V37-39-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('individual-', 'individual'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19101004-V37-39-page2.txt: [('-', ''), ('Medo-', 'Medo'), ('---', '--'), ('.-', '.'), ('-', ''), ('-', '')]
ST19101004-V37-39-page3.txt: [('at-', 'at')]
ST19101004-V37-39-page4.txt: [('out-', 'out')]
ST19101004-V37-39-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-estete.', 'estete.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101004-V37-39-page6.txt: [('-', ''), ('-', ''), ('fur-', 'fur')]
ST19101004-V37-39-page7.txt: [('-', ''), ('-.', '.'), ("-----'", "----'"), ('-\'.."', '\'.."'), ('--', '-'), ('-', ''), ('--', '-'), ('-', ''), ('-."', '."'), ('-', ''), ('-', ''), ('-.-', '.-'), ('----A', '---A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101004-V37-39-page8.txt: [('-', ''), ('-', '')]
ST19101004-V37-39-page9.txt: [('A-', 'A'), ('GOV-', 'GOV'), ('DES-', 'DES'), ('IN-', 'IN'), ('PO-', 'PO'), ('INDIVID-', 'INDIVID'), ('RE-', 'RE'), ('WITH-', 'WITH'), ('GOVERN-', 'GOVERN'), ('IN-', 'IN'), ('-', '')]
ST19101011-V37-40-page10.txt: [('-Watchman', 'Watchman')]
ST19101011-V37-40-page13.txt: [('Free-', 'Free'), ('-page', 'page'), ('-', ''), ('-', ''), ('tegitn-t-', 'tegitn-t')]
ST19101011-V37-40-page14.txt: [('-', ''), ('-', '')]
ST19101011-V37-40-page15.txt: [('Indo-', 'Indo'), ('RUB-', 'RUB')]
ST19101011-V37-40-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101011-V37-40-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('won-', 'won')]
ST19101011-V37-40-page6.txt: [('M.-', 'M.'), ('-never', 'never')]
ST19101011-V37-40-page7.txt: [('eternity.-', 'eternity.'), ('dark.-', 'dark.'), ('advent.-', 'advent.'), ('judgment.-', 'judgment.'), ('-', ''), ('-----..', '----..'), ('..tt-', '..tt'), ('---""', '--""')]
ST19101011-V37-40-page8.txt: [('DENOM-', 'DENOM'), ('CONCLU-', 'CONCLU'), ('govern-', 'govern'), ('-', ''), ('"--', '"-'), ('realiza-', 'realiza')]
ST19101011-V37-40-page9.txt: [('-', ''), ('Business-', 'Business'), ('circu-', 'circu')]
ST19101018-V37-41-page10.txt: [('-', ''), ('euchar-', 'euchar')]
ST19101018-V37-41-page11.txt: [('pro-', 'pro'), ('-', ''), ('bil-', 'bil'), ('flower-', 'flower'), ('-', '')]
ST19101018-V37-41-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page', 'page'), ('Crea-', 'Crea'), ('Ar-', 'Ar'), ('-', ''), ('Sdlcs---', 'Sdlcs--'), ('anti-', 'anti')]
ST19101018-V37-41-page14.txt: [('-', ''), ('tem-', 'tem')]
ST19101018-V37-41-page15.txt: [('-inch', 'inch'), ('-', ''), ('Free-', 'Free')]
ST19101018-V37-41-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19101018-V37-41-page2.txt: [('-', ''), ('-', ''), ('-pt', 'pt'), ('--K', '-K'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101018-V37-41-page3.txt: [('-', ''), ('unfaith-', 'unfaith')]
ST19101018-V37-41-page4.txt: [('pre-', 'pre'), ('-', '')]
ST19101018-V37-41-page5.txt: [('-', ''), ('restrain-', 'restrain'), ('-', '')]
ST19101018-V37-41-page6.txt: [('-', '')]
ST19101018-V37-41-page8.txt: [('apos-', 'apos'), ('-', ''), ('EM-', 'EM'), ('AN-', 'AN')]
ST19101018-V37-41-page9.txt: [('-', ''), ('pas-', 'pas'), ('-....', '....'), ('------', '-----')]
ST19101025-V37-42-page10.txt: [('Avia-', 'Avia'), ('-', '')]
ST19101025-V37-42-page11.txt: [('-', ''), ('-', ''), ('-egi', 'egi')]
ST19101025-V37-42-page14.txt: [('-for', 'for')]
ST19101025-V37-42-page15.txt: [('tP-', 'tP'), ('peo-', 'peo'), ('sea-', 'sea'), ('----Ins', '---Ins'), ('-.', '.'), ('NAVIGA-', 'NAVIGA'), ('COM-', 'COM'), ('-page', 'page')]
ST19101025-V37-42-page16.txt: [('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101025-V37-42-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101025-V37-42-page4.txt: [('-', ''), ('-', ''), ('ban-', 'ban')]
ST19101025-V37-42-page5.txt: [('worship."--', 'worship."-'), ('-', ''), ('-', ''), ('-', '')]
ST19101025-V37-42-page6.txt: [('Lin-', 'Lin'), ('-gio', 'gio')]
ST19101025-V37-42-page7.txt: [('----', '---'), ('...-', '...')]
ST19101025-V37-42-page8.txt: [('-', ''), ('-.', '.'), ('-r', 'r'), ('-', ''), ('---C', '--C'), ('-', ''), ('-', ''), ('-', '')]
ST19101101-V37-43-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101101-V37-43-page10.txt: [('non-', 'non'), ('-Watchman', 'Watchman'), ('SAINT-', 'SAINT'), ('-', '')]
ST19101101-V37-43-page11.txt: [('-', ''), ('Ha-', 'Ha'), ('Germany-', 'Germany')]
ST19101101-V37-43-page12.txt: [('-', ''), ('-it', 'it')]
ST19101101-V37-43-page13.txt: [('-Is', 'Is')]
ST19101101-V37-43-page15.txt: [('-', '')]
ST19101101-V37-43-page16.txt: [('-', ''), ('Mc-', 'Mc')]
ST19101101-V37-43-page2.txt: [('-', '')]
ST19101101-V37-43-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101101-V37-43-page5.txt: [('hope.-', 'hope.'), ('act-', 'act')]
ST19101101-V37-43-page6.txt: [('-', ''), ('prom-', 'prom')]
ST19101101-V37-43-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101101-V37-43-page8.txt: [('e-', 'e'), ('Seven-', 'Seven'), ('-Ole', 'Ole'), ('r-', 'r'), ('.-', '.'), ('T-', 'T'), ('-', ''), ('Natuve-', 'Natuve'), ('le-', 'le'), ('-PANTHEON', 'PANTHEON'), ('-', ''), ('KNEW-', 'KNEW'), ('mr.-', 'mr.'), ('-', ''), ('c..---', 'c..--'), ('-', ''), ('REVEAL-', 'REVEAL'), ('DARK-', 'DARK'), ('.--...-', '.--...'), ('----', '---'), ('..-', '..'), ("-'..", "'.."), ('antedilu--', 'antedilu-'), ('-', ''), ('e--', 'e-'), ('t--', 't-'), ('-R', 'R'), ('E-', 'E'), ('-', ''), ('E-', 'E'), ('F-', 'F'), ('-', ''), ('-T-', 'T-'), ('-REGNANT', 'REGNANT'), ('-', ''), ('-FEHR', 'FEHR'), ('-R', 'R'), ('-', '')]
ST19101101-V37-43-page9.txt: [('helpless-', 'helpless'), ('-u', 'u'), ('-', ''), ('-', '')]
ST19101108-V37-44-page1.txt: [('"--', '"-'), ('-', ''), ('--A', '-A')]
ST19101108-V37-44-page10.txt: [('Austria-', 'Austria'), ('-', '')]
ST19101108-V37-44-page11.txt: [('-', ''), ('-ton.', 'ton.'), ('re-', 're'), ('-inch', 'inch')]
ST19101108-V37-44-page12.txt: [('-save', 'save')]
ST19101108-V37-44-page14.txt: [('boat-', 'boat'), ('half-', 'half')]
ST19101108-V37-44-page15.txt: [('-', ''), ('-', ''), ('-exact', 'exact'), ('-', ''), ('-page', 'page')]
ST19101108-V37-44-page16.txt: [('-For', 'For'), ('Postmaster-', 'Postmaster'), ('-', ''), ('-', ''), ('------', '-----'), ('Week-', 'Week'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-shakebites', 'shakebites'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101108-V37-44-page2.txt: [('-pr', 'pr'), ('-', ''), ('.c-', '.c'), ('-', ''), ('-the', 'the'), ('-and', 'and'), ('-"', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101108-V37-44-page4.txt: [('pre-', 'pre')]
ST19101108-V37-44-page5.txt: [('Jesus-', 'Jesus'), ('-', ''), ('-', '')]
ST19101108-V37-44-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('MAN-', 'MAN'), ('-', ''), ('-', '')]
ST19101108-V37-44-page7.txt: [('-', ''), ('He-', 'He'), ('-', ''), ('-', ''), ('-', ''), ('READ-', 'READ'), ('-', ''), ('--', '-'), ('-', '')]
ST19101108-V37-44-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('command-', 'command')]
ST19101108-V37-44-page9.txt: [('for-', 'for'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('righteous-', 'righteous'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101115-V37-45-page10.txt: [('-', ''), ('-Watch', 'Watch'), ('-', '')]
ST19101115-V37-45-page11.txt: [('-', ''), ('"--', '"-'), ('-', ''), ('F.-', 'F.')]
ST19101115-V37-45-page12.txt: [('--', '-')]
ST19101115-V37-45-page14.txt: [('re-', 're')]
ST19101115-V37-45-page15.txt: [('-a', 'a'), ('-', ''), ('-page', 'page')]
ST19101115-V37-45-page16.txt: [('at-', 'at'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-party', 'party')]
ST19101115-V37-45-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ab-', 'ab'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101115-V37-45-page3.txt: [('--', '-'), ('ho-', 'ho')]
ST19101115-V37-45-page4.txt: [('de-', 'de'), ('-ifor', 'ifor')]
ST19101115-V37-45-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mys-', 'mys')]
ST19101115-V37-45-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19101115-V37-45-page7.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', '')]
ST19101115-V37-45-page8.txt: [('-', ''), ('Abra-', 'Abra'), ('-', ''), ('gay-', 'gay'), ('PER-', 'PER'), ('WRIT-', 'WRIT'), ('-assembly', 'assembly'), ('-.', '.'), ('-', ''), ('--.', '-.'), ('--.', '-.'), ('..-', '..')]
ST19101115-V37-45-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101122-V37-46-page10.txt: [('-', '')]
ST19101122-V37-46-page11.txt: [('-', ''), ('-It-lt-lt-K', 'It-lt-lt-K'), ('-', ''), ('t-lc-It-', 't-lc-It'), ('-ir-', 'ir-'), ('-', ''), ('K-It-', 'K-It')]
ST19101122-V37-46-page12.txt: [('-', '')]
ST19101122-V37-46-page13.txt: [('-', '')]
ST19101122-V37-46-page14.txt: [('-safe-keeping.', 'safe-keeping.'), ('cer-', 'cer')]
ST19101122-V37-46-page15.txt: [('-page', 'page'), ('Avery-', 'Avery'), ('-', '')]
ST19101122-V37-46-page16.txt: [('-', ''), ('nordis-', 'nordis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('na-', 'na')]
ST19101122-V37-46-page2.txt: [('-', ''), ('-tt', 'tt'), ('-k', 'k'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101122-V37-46-page3.txt: [('-.', '.'), ('-', ''), ('ikt-', 'ikt'), ('-litA-itatioAki.', 'litA-itatioAki.'), ('-', '')]
ST19101122-V37-46-page4.txt: [('-', '')]
ST19101122-V37-46-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101122-V37-46-page6.txt: [('-power', 'power'), ('-', ''), ('-I', 'I'), ('re-', 're')]
ST19101122-V37-46-page7.txt: [('Garment"-', 'Garment"'), ('-', ''), ('One."-', 'One."'), ('Hades."-', 'Hades."'), ('-', ''), ('Tribulation."-', 'Tribulation."'), ('-', ''), ('-', ''), ('-', ''), ('Candlesticks."-', 'Candlesticks."'), ('Man.-', 'Man.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Churches."-', 'Churches."'), ('times."-', 'times."'), ('Stars."-', 'Stars."'), ('mes-', 'mes')]
ST19101122-V37-46-page8.txt: [('-well', 'well'), ('RIGHT-', 'RIGHT'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('C.r.V-', 'C.r.V'), ("''-", "''"), ('-----".', '----".'), ("-'-", "'-"), ('-r".', 'r".'), ('---', '--'), ('-', ''), ('RIGHT-', 'RIGHT'), ('RIGHTEOUS-', 'RIGHTEOUS'), ('...I-', '...I')]
ST19101122-V37-46-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('is--', 'is-'), ('-', ''), ('cor-', 'cor')]
ST19101129-V37-47-page10.txt: [('CALI-', 'CALI'), ('-.', '.'), ('-', ''), ('itit-', 'itit'), ('-', '')]
ST19101129-V37-47-page11.txt: [('-a', 'a'), ('increas-', 'increas')]
ST19101129-V37-47-page12.txt: [('-believe', 'believe')]
ST19101129-V37-47-page13.txt: [('con-', 'con')]
ST19101129-V37-47-page14.txt: [('WO-', 'WO'), ('-', ''), ("'-", "'"), ('-', ''), ('ad-', 'ad'), ('Cal-', 'Cal')]
ST19101129-V37-47-page15.txt: [('cov-', 'cov'), ('-', ''), ('-', '')]
ST19101129-V37-47-page16.txt: [('-Ton', 'Ton'), ('-', ''), ('-seems', 'seems'), ('-', ''), ('-', ''), ('in-', 'in'), ('Church-', 'Church'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Common-', 'Common'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Watch-', 'Watch'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Eph-', 'Eph'), ('Confer-', 'Confer'), ('-hear', 'hear'), ('rail-', 'rail'), ('-', ''), ('five-', 'five'), ('-', ''), ('-', ''), ('-instance', 'instance'), ('strength-', 'strength')]
ST19101129-V37-47-page2.txt: [('Zech.-', 'Zech.'), ('--', '-'), ('-', ''), ('ex--', 'ex-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19101129-V37-47-page3.txt: [('-ViLMA', 'ViLMA'), ('-', ''), ('-', '')]
ST19101129-V37-47-page4.txt: [('-', ''), ('-', ''), ('re-', 're')]
ST19101129-V37-47-page5.txt: [('--thlarrintext', '-thlarrintext'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-rejoicing', 'rejoicing'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('sv.--', 'sv.-'), ('--', '-'), ('---', '--'), ('-', ''), ('y-.--', 'y-.-')]
ST19101129-V37-47-page6.txt: [('pre-', 'pre'), ('-T', 'T'), ('-Jo', 'Jo'), ('.-', '.'), ('-', '')]
ST19101129-V37-47-page7.txt: [('so-', 'so'), ('-', ''), ('KING-', 'KING'), ('-', ''), ('-Removal', 'Removal'), ('---', '--'), ('-', ''), ('apos-', 'apos')]
ST19101129-V37-47-page8.txt: [('Gen.-', 'Gen.'), ('of-', 'of'), ('-', ''), ('-', '')]
ST19101129-V37-47-page9.txt: [('-', ''), ('-in', 'in'), ('-', ''), ('-', ''), ('-', '')]
ST19101206-V37-48-page10.txt: [('else-', 'else'), ('Lloyd-', 'Lloyd'), ('high-', 'high')]
ST19101206-V37-48-page11.txt: [('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch.', 'inch.'), ('ex-', 'ex')]
ST19101206-V37-48-page12.txt: [('-', '')]
ST19101206-V37-48-page14.txt: [('about-', 'about'), ('-up', 'up')]
ST19101206-V37-48-page15.txt: [('-page', 'page')]
ST19101206-V37-48-page16.txt: [('-A-It-efli', 'A-It-efli'), ('--It', '-It'), ('-', ''), ('"Authorized-', '"Authorized'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101206-V37-48-page2.txt: [('"C--', '"C-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101206-V37-48-page4.txt: [('tem-', 'tem'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101206-V37-48-page5.txt: [('mor-', 'mor'), ('-', ''), ('-', ''), ('-C', 'C'), ('-', '')]
ST19101206-V37-48-page6.txt: [('-', '')]
ST19101206-V37-48-page7.txt: [('-The', 'The'), ('-r', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101206-V37-48-page8.txt: [('-for', 'for'), ('-', '')]
ST19101206-V37-48-page9.txt: [('SAB-', 'SAB'), ('-', ''), ('-', ''), ('i..l."-', 'i..l."'), ('SAB-', 'SAB'), ('SAB-', 'SAB'), ('NOTE.-', 'NOTE.'), ("-.'---", ".'---"), ('.--', '.-'), ('--.-y-.i', '-.-y-.i'), ('-', ''), ('-..".', '..".')]
ST19101213-V37-49-page1.txt: [('Inherit-', 'Inherit'), ('Confer-', 'Confer')]
ST19101213-V37-49-page11.txt: [('-', ''), ('Catho-', 'Catho'), ('im-', 'im')]
ST19101213-V37-49-page13.txt: [('-', ''), ('au-', 'au')]
ST19101213-V37-49-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST19101213-V37-49-page15.txt: [('-acre', 'acre')]
ST19101213-V37-49-page16.txt: [('-religious', 'religious'), ('Old-', 'Old'), ('-', ''), ('-', ''), ('Relation-', 'Relation'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101213-V37-49-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("--'C", "-'C"), ('-', ''), ("-'C-", "'C-"), ('-', ''), ('Jo-', 'Jo')]
ST19101213-V37-49-page4.txt: [('-', ''), ('-', ''), ('Par-', 'Par')]
ST19101213-V37-49-page5.txt: [('Jeho-', 'Jeho'), ('-', '')]
ST19101213-V37-49-page6.txt: [('-', ''), ('-', ''), ('en-', 'en'), ('-durance', 'durance'), ('re-', 're')]
ST19101213-V37-49-page7.txt: [('c--', 'c-'), ('-', ''), ('-', ''), ('-', '')]
ST19101213-V37-49-page8.txt: [('hon-', 'hon'), ('"r-', '"r'), ('-', ''), ('-', ''), ('-s', 's'), ('-', ''), ('--"---', '-"---'), ('ya-', 'ya'), ('--', '-'), ('-', ''), ('EVERLAST-', 'EVERLAST'), ('-', ''), ('POL-', 'POL'), ('SAB-', 'SAB'), ('-', ''), ('-', ''), ('----', '---'), ('--', '-'), ('----', '---'), ('-', ''), ('keep-', 'keep'), ('-', '')]
ST19101213-V37-49-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-with', 'with'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('night."-', 'night."'), ('-', ''), ('determined."-', 'determined."'), ('us."-', 'us."'), ('Bethlehem."-', 'Bethlehem."'), ('-James', 'James'), ('-', ''), ('-', ''), ('-', ''), ("-Johnson's", "Johnson's"), ('existed."-', 'existed."')]
ST19101220-V37-50-page11.txt: [('in-', 'in')]
ST19101220-V37-50-page13.txt: [('-time', 'time'), ('-', ''), ('Avery-', 'Avery'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101220-V37-50-page14.txt: [('Ex-', 'Ex'), ('car-', 'car'), ('-ried', 'ried'), ('Inde-', 'Inde')]
ST19101220-V37-50-page15.txt: [('-acre', 'acre'), ('-page.', 'page.')]
ST19101220-V37-50-page16.txt: [('let-', 'let'), ('-Word', 'Word'), ('-', ''), ('-says', 'says'), ('anything-', 'anything'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-rain', 'rain'), ('-', ''), ('-', '')]
ST19101220-V37-50-page2.txt: [('.-', '.'), ('-', ''), ('-', ''), ('beginning."-', 'beginning."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("''-", "''"), ('day.-', 'day.'), ('soul.-', 'soul.'), ('Tree.-', 'Tree.'), ('him.-', 'him.'), ('said.-', 'said.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-Version', 'Version'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19101220-V37-50-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19101220-V37-50-page6.txt: [('-', ''), ('cold-', 'cold'), ('-', '')]
ST19101220-V37-50-page7.txt: [('-WARNING', 'WARNING'), ('-creed', 'creed'), ('-t', 't'), ('-', ''), ('-', '')]
ST19101220-V37-50-page8.txt: [('-', ''), ('-', ''), ('-from', 'from'), ('.-', '.'), ('rars-', 'rars'), ('--', '-'), ("-'", "'"), ('-...', '...'), ('.--', '.-'), ('---.-', '--.-')]
ST19101220-V37-50-page9.txt: [('-of', 'of'), ('na-', 'na')]
ST19110103-V38-01-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19110103-V38-01-page11.txt: [('-', ''), ('-', ''), ('-p-k', 'p-k'), ('-', '')]
ST19110103-V38-01-page12.txt: [('-nanner', 'nanner')]
ST19110103-V38-01-page13.txt: [('ALl-', 'ALl'), ('-', '')]
ST19110103-V38-01-page14.txt: [('-', '')]
ST19110103-V38-01-page15.txt: [('-acre', 'acre'), ('ap-', 'ap')]
ST19110103-V38-01-page16.txt: [('Common-', 'Common'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Health"', 'Health"'), ('-', ''), ('govern-', 'govern'), ('same.-', 'same.'), ('-', '')]
ST19110103-V38-01-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110103-V38-01-page3.txt: [('re-', 're')]
ST19110103-V38-01-page4.txt: [('con-', 'con')]
ST19110103-V38-01-page5.txt: [('-', '')]
ST19110103-V38-01-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19110103-V38-01-page7.txt: [('-raga', 'raga'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Removal', 'Removal'), ('-If', 'If'), ('Jerusalem.--', 'Jerusalem.-'), ('-', ''), ('-', ''), ('-each', 'each'), ('-', '')]
ST19110103-V38-01-page8.txt: [('-spared', 'spared'), ('MAN-', 'MAN'), ('-', '')]
ST19110103-V38-01-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST19110110-V38-02-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110110-V38-02-page10.txt: [('r-', 'r'), ('instru-', 'instru')]
ST19110110-V38-02-page11.txt: [('-', ''), ('-in', 'in'), ('the-', 'the'), ('co-', 'co')]
ST19110110-V38-02-page12.txt: [('-', '')]
ST19110110-V38-02-page13.txt: [('-Mr', 'Mr'), ('-weight', 'weight')]
ST19110110-V38-02-page14.txt: [('-', ''), ('trolley-', 'trolley'), ('-always', 'always'), ('-positions', 'positions'), ('-', '')]
ST19110110-V38-02-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-page.', 'page.')]
ST19110110-V38-02-page16.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Chris-', 'Chris'), ('-', ''), ('protest-', 'protest'), ('-', ''), ('-', ''), ('-', '')]
ST19110110-V38-02-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--K', '-K'), ('---', '--'), ('-', '')]
ST19110110-V38-02-page3.txt: [('perfec-', 'perfec')]
ST19110110-V38-02-page4.txt: [('-', ''), ('--', '-'), ('-', '')]
ST19110110-V38-02-page5.txt: [('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-caliber', 'caliber'), ('-inch', 'inch'), ('-caliber', 'caliber'), ('-inch', 'inch'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('-.', '.')]
ST19110110-V38-02-page6.txt: [('-', ''), ('-', ''), ('--', '-')]
ST19110110-V38-02-page7.txt: [('-', ''), ('the-', 'the'), ('-A', 'A'), ("'-", "'"), ('-', ''), ('Ci-', 'Ci'), ('-ro', 'ro'), ('i.-', 'i.'), ('-...Z', '...Z'), ('-', ''), ('-', ''), ('-', ''), ('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--p-', '-p-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Pillar', 'Pillar'), ('-"----\'---', '"----\'---')]
ST19110110-V38-02-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-who', 'who'), ('be-', 'be'), ('.----', '.---'), ('--...k', '-...k'), ('-', '')]
ST19110110-V38-02-page9.txt: [('-', ''), ('---f-iterrtin', '--f-iterrtin'), ('-', ''), ('-', ''), ('nar-', 'nar'), ('-', '')]
ST19110117-V38-03-page1.txt: [('Confer-', 'Confer')]
ST19110117-V38-03-page10.txt: [('-', ''), ('TRADI-', 'TRADI'), ('LEGAL-', 'LEGAL'), ('AP-', 'AP'), ('CITIZEN-', 'CITIZEN'), ('OFFICIAL-', 'OFFICIAL'), ('TRIBU-', 'TRIBU')]
ST19110117-V38-03-page11.txt: [('-amount', 'amount'), ('-', ''), ('-', '')]
ST19110117-V38-03-page12.txt: [('Miracle-', 'Miracle')]
ST19110117-V38-03-page13.txt: [('-of', 'of'), ('-the', 'the'), ('--', '-'), ('-came', 'came')]
ST19110117-V38-03-page14.txt: [('-', ''), ('-men', 'men'), ('-have', 'have')]
ST19110117-V38-03-page15.txt: [('.---', '.--'), ('-', ''), ('-', ''), ('Bibles.-', 'Bibles.'), ('-Three', 'Three'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110117-V38-03-page16.txt: [('year-', 'year'), ('-the', 'the'), ('-For', 'For'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110117-V38-03-page2.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-.', '.')]
ST19110117-V38-03-page3.txt: [('uns-', 'uns')]
ST19110117-V38-03-page4.txt: [('Mes-', 'Mes'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-portions', 'portions')]
ST19110117-V38-03-page5.txt: [('-', '')]
ST19110117-V38-03-page6.txt: [('per-', 'per'), ("-t.'nc-iarts", "t.'nc-iarts"), ('.-', '.'), ('-"', '"'), ('."-', '."'), ('-', ''), ('-Re.', 'Re.'), ('-', ''), ("'the-", "'the"), ('One-', 'One'), ('-Patient', 'Patient'), ('-', ''), ('a..-', 'a..'), ("-'", "'"), ('-Re', 'Re'), ('--', '-'), ('-', ''), ('-I-', 'I-'), ('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('tol-', 'tol')]
ST19110117-V38-03-page7.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('--', '-'), ('COM-', 'COM'), ('-', ''), ('-', ''), ('-', '')]
ST19110117-V38-03-page8.txt: [('MAN-', 'MAN'), ('-', ''), ('---....', '--....'), ('--', '-'), ("----'---'", "---'---'"), ('--"-', '-"-'), ('INCORRUPT-', 'INCORRUPT'), ('-', ''), ('-', '')]
ST19110117-V38-03-page9.txt: [('-', ''), ('-not', 'not'), ('"STAND-', '"STAND'), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19110124-V38-04-page10.txt: [('-', ''), ('-', ''), ('ac-', 'ac'), ('-', ''), ('-', ''), ('Con-', 'Con')]
ST19110124-V38-04-page11.txt: [('--', '-'), ('-', ''), ('-', '')]
ST19110124-V38-04-page13.txt: [('it-', 'it')]
ST19110124-V38-04-page14.txt: [('-', '')]
ST19110124-V38-04-page15.txt: [('-actors.', 'actors.'), ('-page', 'page'), ('-', '')]
ST19110124-V38-04-page16.txt: [('-question', 'question'), ('--', '-'), ("-'be", "'be"), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-He', 'He'), ('--', '-'), ('-it', 'it'), ('-', ''), ('-K', 'K'), ('---', '--'), ('---', '--')]
ST19110124-V38-04-page2.txt: [('-National', 'National'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110124-V38-04-page3.txt: [('au-', 'au')]
ST19110124-V38-04-page4.txt: [('SAB-', 'SAB'), ('-', '')]
ST19110124-V38-04-page5.txt: [('-', ''), ('-', '')]
ST19110124-V38-04-page6.txt: [('-', ''), ('opened.-', 'opened.'), ('-', ''), ('hither.-', 'hither.'), ('-', ''), ('-"I', '"I'), ('Spirit.-', 'Spirit.'), ('--', '-'), ('throne.-', 'throne.'), ('-', ''), ('-', ''), ('-', ''), ('stone.-', 'stone.'), ('sig-', 'sig')]
ST19110124-V38-04-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('purge-', 'purge'), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST19110124-V38-04-page8.txt: [('-Iigefrinte', 'Iigefrinte'), ('-', ''), ('les-', 'les'), ('-', ''), ('-........', '........'), ('---', '--'), ('s-"-', 's-"'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("gsc..'-", "gsc..'")]
ST19110124-V38-04-page9.txt: [('-lc', 'lc'), ('--', '-'), ('-', ''), ('c-', 'c')]
ST19110131-V38-05-page1.txt: [('-', '')]
ST19110131-V38-05-page10.txt: [('-agency', 'agency'), ('them-', 'them')]
ST19110131-V38-05-page11.txt: [('-At-Wgint', 'At-Wgint'), ('-', ''), ('-pound', 'pound')]
ST19110131-V38-05-page12.txt: [('-inch', 'inch'), ('-inch', 'inch'), ('con-', 'con'), ('-', '')]
ST19110131-V38-05-page13.txt: [('-page', 'page')]
ST19110131-V38-05-page15.txt: [('-manner', 'manner'), ('Crea-', 'Crea'), ('Dis-', 'Dis'), ('Ar-', 'Ar')]
ST19110131-V38-05-page16.txt: [('-', ''), ('-that', 'that'), ('-', ''), ('-', ''), ('-', ''), ('demon-', 'demon'), ('-', ''), ('-', ''), ('-', ''), ('prepara-', 'prepara'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-inch', 'inch'), ('gov-', 'gov')]
ST19110131-V38-05-page2.txt: [('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110131-V38-05-page5.txt: [('-fear', 'fear'), ('-', ''), ('-', ''), ('-', '')]
ST19110131-V38-05-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('mercy-', 'mercy')]
ST19110131-V38-05-page7.txt: [('-', ''), ('--Satan', '-Satan'), ('-', '')]
ST19110131-V38-05-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"-', '"'), ('earth.-', 'earth.'), ("------'", "-----'"), ('"v-', '"v'), ('--', '-'), ('-----', '----'), ('---', '--')]
ST19110131-V38-05-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110207-V38-06-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Mv', 'Mv')]
ST19110207-V38-06-page10.txt: [('IN-', 'IN')]
ST19110207-V38-06-page11.txt: [('U-', 'U')]
ST19110207-V38-06-page12.txt: [('--of', '-of')]
ST19110207-V38-06-page13.txt: [('-', ''), ('sol-', 'sol')]
ST19110207-V38-06-page14.txt: [('FORE-', 'FORE'), ('-', ''), ('-five', 'five')]
ST19110207-V38-06-page15.txt: [('lib-', 'lib'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110207-V38-06-page16.txt: [('-ilk', 'ilk'), ('-', ''), ('-severs', 'severs'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110207-V38-06-page2.txt: [('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110207-V38-06-page4.txt: [('-to', 'to'), ('-', '')]
ST19110207-V38-06-page5.txt: [('-', ''), ('COM-', 'COM'), ('-', ''), ('-', ''), ('-DAY', 'DAY'), ('-', ''), ('-', ''), ('-', '')]
ST19110207-V38-06-page6.txt: [('-', ''), ('-I', 'I')]
ST19110207-V38-06-page7.txt: [('-k', 'k'), ('-who', 'who'), ('--', '-'), ('--K-', '-K-'), ('angels.--', 'angels.-'), ('-', ''), ('-and', 'and')]
ST19110207-V38-06-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19110207-V38-06-page9.txt: [('-', ''), ('-', ''), ('-Murderer', 'Murderer'), ('-', ''), ('condi-', 'condi'), ('-.', '.'), ('---', '--'), ('.-', '.'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-.', '.'), ('-W', 'W'), ('--', '-'), ('-', ''), ('-', ''), ("r'.''--", "r'.''-"), ('whichcon-', 'whichcon'), ('-', ''), ('-', ''), ('-', '')]
ST19110214-V38-07-page1.txt: [('mel"--', 'mel"-')]
ST19110214-V38-07-page10.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ir-', 'ir'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-education', 'education'), ('-', '')]
ST19110214-V38-07-page11.txt: [('-', ''), ('--', '-')]
ST19110214-V38-07-page13.txt: [('-in', 'in'), ('-even', 'even'), ('-it', 'it')]
ST19110214-V38-07-page14.txt: [('-', ''), ('-the', 'the')]
ST19110214-V38-07-page15.txt: [('-Acre', 'Acre'), ('-acre', 'acre'), ('UNDER-', 'UNDER'), ('---', '--')]
ST19110214-V38-07-page16.txt: [('---..', '--..'), ('-from', 'from'), ('-', ''), ('Testa-', 'Testa'), ('ment-', 'ment'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('through-', 'through'), ('pur-', 'pur'), ('-', ''), ('-', ''), ('-', '')]
ST19110214-V38-07-page2.txt: [('-', ''), ('-', ''), ("God'spre-", "God'spre"), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
ST19110214-V38-07-page3.txt: [('-.', '.'), ('dark-', 'dark')]
ST19110214-V38-07-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110214-V38-07-page5.txt: [('-', ''), ('con-', 'con'), ('COM-', 'COM'), ('first-', 'first')]
ST19110214-V38-07-page6.txt: [('-', ''), ('-tolled', 'tolled'), ('-', '')]
ST19110214-V38-07-page7.txt: [('Come.-', 'Come.'), ('horse.-', 'horse.'), ('-', ''), ('-', ''), ('-', ''), ('bow.-', 'bow.'), ('crown.-', 'crown.'), ('-M', 'M'), ('-romeeleellowl', 'romeeleellowl'), ('-always', 'always'), ('seal.-', 'seal.'), ('-', ''), ('creature.-', 'creature.'), ('horse.-', 'horse.'), ('disease."-', 'disease."'), ('part.-', 'part.'), ('-r', 'r'), ('-', ''), ('peace.-', 'peace.'), ('-Rom.', 'Rom.'), ('-', ''), ('C-', 'C'), ('voice.-', 'voice.'), ('-', ''), ('-', ''), ('-lc', 'lc'), ('-', ''), ('-', ''), ('-', '')]
ST19110214-V38-07-page8.txt: [('-', '')]
ST19110214-V38-07-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-..', '..'), ('-.', '.'), ('-ea', 'ea'), ('----', '---'), ('--', '-'), ('-', '')]
ST19110221-V38-08-page11.txt: [('-', '')]
ST19110221-V38-08-page12.txt: [('thread-', 'thread')]
ST19110221-V38-08-page13.txt: [('-I', 'I'), ('-Tobacco', 'Tobacco'), ('-Remedy', 'Remedy'), ('-', ''), ('-Lucifer', 'Lucifer'), ('-Creation', 'Creation'), ('-', ''), ('-The', 'The'), ('-Is', 'Is'), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-Tithing', 'Tithing'), ('-Tithes', 'Tithes'), ('-Tithing', 'Tithing'), ('-Bazaars', 'Bazaars'), ('ADVENT-', 'ADVENT'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-What', 'What'), ('-"Hard', '"Hard'), ('-What', 'What'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Two', 'Two'), ('-The', 'The'), ('-The', 'The'), ('-"Thou', '"Thou'), ('-Children', 'Children'), ("-Cain's", "Cain's"), ('-Origin', 'Origin'), ('-', ''), ("-Pharaoh's", "Pharaoh's"), ('-Time', 'Time'), ('-Borrowing', 'Borrowing'), ('-Seeing', 'Seeing'), ('-Cruelty', 'Cruelty'), ('-', ''), ('-Instruments', 'Instruments'), ("-Jephthah's", "Jephthah's"), ('-Does', 'Does'), ('-"Serve', '"Serve'), ('-Increase', 'Increase'), ('-Child', 'Child'), ('-Taking', 'Taking'), ('-A', 'A'), ('-', ''), ('-False', 'False'), ('-', ''), ('-Smoking', 'Smoking'), ('-"It', '"It'), ('-Take', 'Take'), ('-"Hate"', '"Hate"'), ('-The', 'The'), ('-Mammon', 'Mammon'), ('-Who', 'Who'), ('-Women', 'Women'), ('-Who', 'Who'), ('-"Every', '"Every'), ('-The', 'The'), ('-"I"', '"I"'), ('-Priests', 'Priests'), ('-The', 'The'), ('-What', 'What'), ('-Old', 'Old'), ('o-', 'o'), ('-Can', 'Can'), ('-Discoveries', 'Discoveries'), ('-Will', 'Will'), ('-The', 'The'), ('-"God"', '"God"'), ('-Was', 'Was'), ('-The', 'The'), ('-Life-Insurance', 'Life-Insurance'), ('-Why', 'Why'), ('-The', 'The')]
ST19110221-V38-08-page14.txt: [('-to', 'to'), ('-', ''), ('-in', 'in')]
ST19110221-V38-08-page15.txt: [('imprisonments.-', 'imprisonments.'), ('-Acre', 'Acre'), ('-acre', 'acre')]
ST19110221-V38-08-page16.txt: [('four-', 'four'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110221-V38-08-page2.txt: [('--great', '-great'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19110221-V38-08-page3.txt: [('per-', 'per')]
ST19110221-V38-08-page4.txt: [('Disobe-', 'Disobe')]
ST19110221-V38-08-page5.txt: [('-', ''), ('eter-', 'eter')]
ST19110221-V38-08-page6.txt: [('-', '')]
ST19110221-V38-08-page7.txt: [('judg-', 'judg'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ut-', 'ut'), ('-', ''), ('then.-', 'then.'), ('-', ''), ('-Him', 'Him'), ('-', ''), ("'-", "'"), ('--', '-'), ('doubt-', 'doubt'), ('ReNG-', 'ReNG')]
ST19110221-V38-08-page8.txt: [('WOR-', 'WOR'), ('-', ''), ('Anglo-', 'Anglo'), ('-', ''), ('-The', 'The')]
ST19110221-V38-08-page9.txt: [('......i--', '......i-'), ('al-', 'al'), ('-', ''), ('obedi-', 'obedi'), ('.....----', '.....---')]
ST19110228-V38-09-page11.txt: [('-a', 'a')]
ST19110228-V38-09-page12.txt: [('-To', 'To'), ('-', '')]
ST19110228-V38-09-page13.txt: [('-Acre', 'Acre'), ('-acre', 'acre'), ('Monthly.-', 'Monthly.'), ('-page', 'page')]
ST19110228-V38-09-page14.txt: [('THERE-', 'THERE'), ('FORE-', 'FORE'), ('-What', 'What'), ('--', '-')]
ST19110228-V38-09-page15.txt: [('Minas-', 'Minas'), ('Washing-', 'Washing'), ('Avery-', 'Avery'), ('-', '')]
ST19110228-V38-09-page16.txt: [('-to', 'to'), ('---', '--'), ('-', ''), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-it', 'it'), ('-', '')]
ST19110228-V38-09-page2.txt: [('-', ''), ('-promise', 'promise'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110228-V38-09-page3.txt: [('-there', 'there')]
ST19110228-V38-09-page4.txt: [('-pray', 'pray'), ('-', ''), ('-', ''), ('-', ''), ('conscious-', 'conscious')]
ST19110228-V38-09-page5.txt: [('-is', 'is')]
ST19110228-V38-09-page6.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-this.', 'this.')]
ST19110228-V38-09-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('remem-', 'remem'), ('-', ''), ('-', ''), ('-', ''), ('-represents', 'represents'), ('-', ''), ('-', ''), ('-', '')]
ST19110228-V38-09-page8.txt: [('-', ''), ('COMMAND-', 'COMMAND'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('coin-', 'coin'), ('-', ''), ('-', ''), ('SAB-', 'SAB'), ('GEN-', 'GEN'), ('SAB-', 'SAB')]
ST19110228-V38-09-page9.txt: [('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('hu-', 'hu')]
ST19110307-V38-10-page10.txt: [('-', ''), ('-', ''), ('CREA-', 'CREA'), ('-', ''), ('-', ''), ('manu-', 'manu'), ('-', '')]
ST19110307-V38-10-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-issue', 'issue'), ('-of', 'of'), ('-', ''), ('-', ''), ('-for', 'for')]
ST19110307-V38-10-page12.txt: [('back-', 'back'), ('Method-', 'Method')]
ST19110307-V38-10-page13.txt: [('-Acre', 'Acre'), ('-acre', 'acre'), ('-Lucifer', 'Lucifer'), ('-Creation', 'Creation'), ('-', ''), ('-The', 'The'), ('-Is', 'Is'), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-Tithing', 'Tithing'), ('-Tithes', 'Tithes'), ('-Tithing', 'Tithing'), ('-Bazaars', 'Bazaars'), ('ADVENT-', 'ADVENT'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-What', 'What'), ('-"Hard', '"Hard'), ('-What', 'What'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Two', 'Two'), ('-The', 'The'), ('-The', 'The'), ('-"Thou', '"Thou'), ('-Children', 'Children'), ("-Cain's", "Cain's"), ('-Origin', 'Origin'), ('-', ''), ("-Pharaoh's", "Pharaoh's"), ('-Time', 'Time'), ('-Borrowing', 'Borrowing'), ('-Cruelty', 'Cruelty'), ('-', ''), ('-Instruments', 'Instruments'), ('-The', 'The'), ("-Jephthah's", "Jephthah's"), ('-Does', 'Does'), ('-"Serve', '"Serve'), ('-Increase', 'Increase'), ('-Child', 'Child'), ('-Taking', 'Taking'), ('-', ''), ('-False', 'False'), ('-', ''), ('-Smoking', 'Smoking'), ('-"It', '"It'), ('-Take', 'Take'), ('-"Hate"', '"Hate"'), ('-The', 'The'), ('-Mammon', 'Mammon'), ('-Who', 'Who'), ('-Women', 'Women'), ('-Who', 'Who'), ('-"Every', '"Every'), ('-The', 'The'), ('-"I"', '"I"'), ('-Priests', 'Priests'), ('-The', 'The'), ('-What', 'What'), ('-Old', 'Old'), ('-', ''), ('-Can', 'Can'), ('-Discoveries', 'Discoveries'), ('-Will', 'Will'), ('-The', 'The'), ('-"God"', '"God"'), ('-Was', 'Was'), ('-The', 'The'), ('-Life-Insurance', 'Life-Insurance'), ('-Why', 'Why'), ('-The', 'The'), ('-Tobacco', 'Tobacco'), ('-Remedy', 'Remedy'), ('-', '')]
ST19110307-V38-10-page14.txt: [('FORE-', 'FORE'), ('-AND', 'AND'), ('-forgiveness', 'forgiveness'), ('-is', 'is'), ('-in', 'in'), ('mission-', 'mission'), ('-lc', 'lc')]
ST19110307-V38-10-page15.txt: [('AR-', 'AR'), ('SEC-', 'SEC'), ('-page', 'page'), ('Avery-', 'Avery')]
ST19110307-V38-10-page16.txt: [('--', '-'), ('--', '-'), ('-wealth', 'wealth'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('benefi-', 'benefi'), ('-', ''), ('-', ''), ('the-', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110307-V38-10-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110307-V38-10-page3.txt: [('-God', 'God'), ('-', ''), ('-make', 'make')]
ST19110307-V38-10-page4.txt: [('sal-', 'sal'), ('-I', 'I'), ('fore-', 'fore'), ('-the', 'the'), ('law.-', 'law.'), ('in-', 'in')]
ST19110307-V38-10-page5.txt: [('-as', 'as'), ('-', ''), ('-', ''), ('-', '')]
ST19110307-V38-10-page6.txt: [('-', ''), ('-Version.', 'Version.'), ('II-', 'II'), ('--', '-'), ('-', ''), ('-', '')]
ST19110307-V38-10-page7.txt: [('-with', 'with'), ('-', ''), ('-', ''), ('-never-more', 'never-more'), ('-', ''), ('-takes', 'takes')]
ST19110307-V38-10-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19110307-V38-10-page9.txt: [('-', ''), ('-', ''), ('g.-', 'g.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110314-V38-11-page10.txt: [('pro-', 'pro')]
ST19110314-V38-11-page11.txt: [('-', ''), ('-', '')]
ST19110314-V38-11-page12.txt: [('serene-', 'serene'), ('-', '')]
ST19110314-V38-11-page13.txt: [('--', '-'), ('-Tobacco', 'Tobacco'), ('-Remedy', 'Remedy'), ('-', ''), ('-Lucifer', 'Lucifer'), ('-Creation', 'Creation'), ('-', ''), ('-The', 'The'), ('-Is', 'Is'), ('-', ''), ('-The', 'The'), ('-The', 'The'), ('-', ''), ('-Tithing', 'Tithing'), ('-Tithes', 'Tithes'), ('-Tithing', 'Tithing'), ('-Bazaars', 'Bazaars'), ('ADVENT-', 'ADVENT'), ('------', '-----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-What', 'What'), ('-"Hard', '"Hard'), ('-What', 'What'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Two', 'Two'), ('-The', 'The'), ('-The', 'The'), ('-"Thou', '"Thou'), ('-Children', 'Children'), ("-Cain's", "Cain's"), ('-Origin', 'Origin'), ('-', ''), ("-Pharaoh's", "Pharaoh's"), ('-Time', 'Time'), ('-Borrowing', 'Borrowing'), ('-Seeing', 'Seeing'), ('-Cruelty', 'Cruelty'), ('-', ''), ('-Instruments', 'Instruments'), ('-The', 'The'), ("-Jephthah's", "Jephthah's"), ('-Does', 'Does'), ('-"Serve', '"Serve'), ('-Increase', 'Increase'), ('-Child', 'Child'), ('-Taking', 'Taking'), ('-A', 'A'), ('-', ''), ('-False', 'False'), ('-', ''), ('-Smoking', 'Smoking'), ('-"It', '"It'), ('-Take', 'Take'), ('-"Hate"', '"Hate"'), ('-The', 'The'), ('-Mammon', 'Mammon'), ('-Who', 'Who'), ('-Women', 'Women'), ('-Who', 'Who'), ('-"Every', '"Every'), ('-The', 'The'), ('-"I"', '"I"'), ('-Priests', 'Priests'), ('-The', 'The'), ('-What', 'What'), ('-Old', 'Old'), ('o-', 'o'), ('-Can', 'Can'), ('-Discoveries', 'Discoveries'), ('-Will', 'Will'), ('-The', 'The'), ('-"God"', '"God"'), ('-Was', 'Was'), ('-The', 'The'), ('-Life-Insurance', 'Life-Insurance'), ('-Why', 'Why'), ('-The', 'The')]
ST19110314-V38-11-page14.txt: [('-', ''), ('--with', '-with'), ("'-", "'"), ('-', ''), ('....----', '....---'), ('-', ''), ('t--', 't-')]
ST19110314-V38-11-page15.txt: [('AR-', 'AR'), ('SEC-', 'SEC'), ('-page', 'page')]
ST19110314-V38-11-page16.txt: [('-the', 'the'), ('Literary-', 'Literary'), ('-"Criminal', '"Criminal'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Reiaiiir-', 'Reiaiiir'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('s-', 's'), ('-', ''), ('-', ''), ('-', '')]
ST19110314-V38-11-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110314-V38-11-page3.txt: [('--', '-'), ('-next', 'next'), ('right-', 'right')]
ST19110314-V38-11-page4.txt: [('---', '--'), ('INTERPRE-', 'INTERPRE')]
ST19110314-V38-11-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110314-V38-11-page6.txt: [('hope.-', 'hope.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('fol-', 'fol')]
ST19110314-V38-11-page7.txt: [('-Ic', 'Ic'), ('-North', 'North'), ('-', ''), ('with-', 'with'), ('-', ''), ('it--', 'it-'), ('-', '')]
ST19110314-V38-11-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110314-V38-11-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-ii', 'ii'), ('ques-', 'ques'), ('-', ''), ('-', ''), ('-am', 'am')]
ST19110321-V38-12-page10.txt: [('-', ''), ('YES-', 'YES'), ('can--', 'can-'), ('-cry', 'cry'), ('AN-', 'AN'), ('-', ''), ('FIGHT-', 'FIGHT')]
ST19110321-V38-12-page11.txt: [('-', ''), ('SOOTH-', 'SOOTH'), ('FOR-', 'FOR'), ('-', ''), ('--k-u---', '-k-u---'), ('-', '')]
ST19110321-V38-12-page13.txt: [('-', '')]
ST19110321-V38-12-page14.txt: [('FORE-', 'FORE'), ('-', ''), ('ALL-', 'ALL')]
ST19110321-V38-12-page15.txt: [('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110321-V38-12-page16.txt: [('your-', 'your'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Con-', 'Con'), ('-', '')]
ST19110321-V38-12-page2.txt: [('.-', '.'), ('.-', '.'), ('-', ''), ('-', ''), ('t-', 't'), ('.-', '.'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('-', ''), ('--', '-'), ('-', ''), ('.-', '.'), ('P.-', 'P.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110321-V38-12-page3.txt: [('-the', 'the')]
ST19110321-V38-12-page4.txt: [('-His', 'His')]
ST19110321-V38-12-page5.txt: [('----HtErri', '---HtErri'), ('-a', 'a')]
ST19110321-V38-12-page6.txt: [('-', '')]
ST19110321-V38-12-page7.txt: [('-', ''), ('-', '')]
ST19110321-V38-12-page8.txt: [('--', '-'), ('-', ''), ('-', ''), ('DE-', 'DE'), ('-I-to', 'I-to')]
ST19110321-V38-12-page9.txt: [('--', '-'), ('-', ''), ('r--', 'r-'), ('--r-os-', '-r-os-'), ('-', ''), ('t.e-----', 't.e----'), ('-', ''), ('.....-', '.....'), ('-', '')]
ST19110328-V38-13-page10.txt: [('--', '-'), ('-', '')]
ST19110328-V38-13-page11.txt: [('--', '-')]
ST19110328-V38-13-page12.txt: [('-', ''), ('-God', 'God'), ('-', ''), ('Confed-', 'Confed'), ('our-', 'our')]
ST19110328-V38-13-page13.txt: [('-', ''), ('-', ''), ('fi-', 'fi')]
ST19110328-V38-13-page14.txt: [('-', ''), ('-door', 'door'), ('-to', 'to'), ('par-', 'par')]
ST19110328-V38-13-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('Antitype"-', 'Antitype"'), ('of-', 'of'), ('-', '')]
ST19110328-V38-13-page16.txt: [('princi-', 'princi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110328-V38-13-page2.txt: [('-', ''), ('-', ''), ('--u----', '-u----'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-things', 'things'), ('--', '-'), ('-', ''), ('-', '')]
ST19110328-V38-13-page3.txt: [('movement-', 'movement'), ('pres-', 'pres')]
ST19110328-V38-13-page4.txt: [('Wal-', 'Wal')]
ST19110328-V38-13-page5.txt: [('pre-', 'pre'), ('-the', 'the'), ('-', '')]
ST19110328-V38-13-page6.txt: [('-', ''), ('-IS', 'IS'), ('-will', 'will'), ('-', '')]
ST19110328-V38-13-page7.txt: [('-a', 'a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-their', 'their'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110328-V38-13-page8.txt: [('-', '')]
ST19110328-V38-13-page9.txt: [('com-', 'com'), ('day.-', 'day.'), ('-"Be', '"Be'), ('children"-', 'children"'), ('-', ''), ('--cv', '-cv'), ('----', '---'), ('...------', '...-----'), ('COM-', 'COM')]
ST19110404-V38-14-page10.txt: [('At-', 'At'), ('down-', 'down')]
ST19110404-V38-14-page11.txt: [('tc-', 'tc'), ('importantconnec-', 'importantconnec'), ('devas-', 'devas'), ('-', '')]
ST19110404-V38-14-page13.txt: [('-page', 'page'), ('Avery-', 'Avery')]
ST19110404-V38-14-page14.txt: [('FORE-', 'FORE'), ('-I', 'I'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('r--', 'r-'), ('-"', '"')]
ST19110404-V38-14-page15.txt: [('-organized', 'organized'), ('-', ''), ('-', '')]
ST19110404-V38-14-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-"Made', '"Made'), ('-Christ', 'Christ'), ('-Green', 'Green'), ('-Brothers', 'Brothers'), ("-Christ's", "Christ's"), ('-Jesus', 'Jesus'), ("-Christ's", "Christ's"), ('-Length', 'Length'), ('-In', 'In'), ('-"Lifted', '"Lifted'), ('-The', 'The'), ('-Could', 'Could'), ('-On', 'On'), ('-Bride', 'Bride'), ('-What', 'What'), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-Eternity', 'Eternity'), ('-Deeds', 'Deeds'), ('-Justified', 'Justified'), ('-Gentiles', 'Gentiles'), ('-Under', 'Under'), ('-Fulffilig', 'Fulffilig'), ('-The', 'The'), ('-What', 'What'), ('-Under', 'Under'), ('-What', 'What'), ('-', ''), ('Immor-', 'Immor'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('am-', 'am')]
ST19110404-V38-14-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-.-ould', '.-ould'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110404-V38-14-page3.txt: [('-', '')]
ST19110404-V38-14-page4.txt: [('-', '')]
ST19110404-V38-14-page5.txt: [('---his', '--his'), ('--', '-'), ('-', '')]
ST19110404-V38-14-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('over-', 'over'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110404-V38-14-page7.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-by', 'by'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('re-', 're'), ('-determined', 'determined'), ('Com-', 'Com'), ('-', '')]
ST19110404-V38-14-page8.txt: [('--', '-'), ('pre-', 'pre')]
ST19110404-V38-14-page9.txt: [('-if', 'if'), ('-', ''), ('---', '--'), ('----', '---'), ('------', '-----'), ('-', ''), ('-te-', 'te-'), ('-', ''), ('----', '---'), ('-i', 'i'), ('---', '--'), ('Mt-', 'Mt'), ('-', '')]
ST19110411-V38-15-page1.txt: [('-', ''), ('-', '')]
ST19110411-V38-15-page10.txt: [('-and', 'and')]
ST19110411-V38-15-page11.txt: [('tPk.-', 'tPk.'), ('-', ''), ('-', ''), ('-', '')]
ST19110411-V38-15-page12.txt: [('-', ''), ('--', '-')]
ST19110411-V38-15-page13.txt: [('-', ''), ('-', '')]
ST19110411-V38-15-page14.txt: [('-', '')]
ST19110411-V38-15-page15.txt: [('educate-', 'educate')]
ST19110411-V38-15-page16.txt: [('-', ''), ('-', ''), ('-his', 'his'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('designation-', 'designation'), ('-', ''), ('-', ''), ('-', '')]
ST19110411-V38-15-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("--'C-", "-'C-"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110411-V38-15-page4.txt: [('-the', 'the')]
ST19110411-V38-15-page5.txt: [('-', ''), ('-What', 'What'), ('---', '--')]
ST19110411-V38-15-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19110411-V38-15-page7.txt: [('-', ''), ('---', '--'), ('REV-', 'REV'), ('-', ''), ('-', ''), ('-Rc', 'Rc'), ('-', ''), ('-', ''), ('-', ''), ('E-', 'E'), ('I-', 'I'), ('-', ''), ('-..', '..'), ('-FOREV', 'FOREV'), ('Iack---', 'Iack--'), ('Churcl-', 'Churcl'), ('---', '--'), ('-', ''), ('-', ''), ('-Iteoushess', 'Iteoushess'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('REGNANT-', 'REGNANT')]
ST19110411-V38-15-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('un-', 'un'), ('-', ''), ('-devoted', 'devoted')]
ST19110411-V38-15-page9.txt: [('be-', 'be'), ('-the', 'the'), ('-', ''), ('JERU-', 'JERU'), ('gam-', 'gam'), ('-', ''), ('--', '-'), ('PRE-', 'PRE'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('--.-', '-.-'), ('--', '-'), ('-', ''), ('..-', '..'), ('--------', '-------'), ('--', '-'), ('-."', '."'), ('--IP-----', '-IP-----'), ('-', ''), ('-', ''), ('-.', '.')]
ST19110418-V38-16-page1.txt: [('-', '')]
ST19110418-V38-16-page10.txt: [('re-', 're')]
ST19110418-V38-16-page11.txt: [('-', ''), ('expendi-', 'expendi'), ('--', '-'), ('-lees', 'lees'), ('-', '')]
ST19110418-V38-16-page12.txt: [('-', '')]
ST19110418-V38-16-page13.txt: [('-', ''), ('empire.-', 'empire.'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110418-V38-16-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110418-V38-16-page15.txt: [('-presentations', 'presentations')]
ST19110418-V38-16-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-treasurer.', 'treasurer.')]
ST19110418-V38-16-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('it---', 'it--')]
ST19110418-V38-16-page3.txt: [('sal-', 'sal'), ('-and', 'and')]
ST19110418-V38-16-page4.txt: [('-pant', 'pant'), ('-of', 'of')]
ST19110418-V38-16-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110418-V38-16-page6.txt: [('bP-', 'bP'), ('-', ''), ('-', ''), ('-', ''), ('-mercy', 'mercy'), ('-as', 'as'), ('-', ''), ('pro-', 'pro')]
ST19110418-V38-16-page7.txt: [('-', ''), ('nt-e-', 'nt-e'), ('-', ''), ('re-', 're'), ('fore-', 'fore'), ('-told.', 'told.'), ('-', '')]
ST19110418-V38-16-page8.txt: [('-', ''), ('EU-', 'EU'), ('-', ''), ('-', '')]
ST19110418-V38-16-page9.txt: [('-', ''), ('"-', '"'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---tr', '--tr'), ('-', ''), ('--t', '-t'), ('---', '--'), ('------', '-----'), ('-', ''), ('--', '-'), ('-', ''), ('NoTE.-', 'NoTE.'), ('-people."', 'people."'), ('NoTE.-', 'NoTE.'), ('-', ''), ('-', '')]
ST19110425-V38-17-page10.txt: [('-Johnson', 'Johnson'), ('where-', 'where'), ('-', '')]
ST19110425-V38-17-page11.txt: [('-', '')]
ST19110425-V38-17-page12.txt: [('-', ''), ('Pity.--', 'Pity.-'), ('-', ''), ('-', ''), ('-', '')]
ST19110425-V38-17-page13.txt: [('-wheat', 'wheat'), ('-very', 'very'), ('-.printed', '.printed'), ('-statistics', 'statistics'), ('Ques-', 'Ques')]
ST19110425-V38-17-page14.txt: [('-Hindu', 'Hindu'), ('-was', 'was')]
ST19110425-V38-17-page15.txt: [('...---', '...--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Antitype"-', 'Antitype"'), ('-Fund', 'Fund'), ('-', ''), ('-cods.', 'cods.')]
ST19110425-V38-17-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('"Author-', '"Author'), ('-Pc', 'Pc'), ('-', ''), ('-', ''), ('-ft', 'ft'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Outlook', 'Outlook'), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('-of', 'of'), ('bal-', 'bal'), ('atti-', 'atti'), ('-', ''), ('-', ''), ('Im-', 'Im'), ('-', ''), ('-Adventist', 'Adventist'), ('-', '')]
ST19110425-V38-17-page2.txt: [('.-', '.'), ('-', ''), ('---', '--'), ('.-', '.'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110425-V38-17-page3.txt: [('--', '-'), ('Self-', 'Self'), ('-', ''), ('--', '-')]
ST19110425-V38-17-page4.txt: [('-suit', 'suit')]
ST19110425-V38-17-page5.txt: [('-', ''), ('civiliza-', 'civiliza')]
ST19110425-V38-17-page6.txt: [('-', '')]
ST19110425-V38-17-page7.txt: [('-', ''), ('-', ''), ('THEM-', 'THEM'), ('-', ''), ('GOS-', 'GOS'), ('WOR-', 'WOR'), ('-', '')]
ST19110425-V38-17-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('I--', 'I-'), ('--', '-'), ('sickle.-', 'sickle.'), ('-.I', '.I'), ('-', ''), ('-', ''), ('REN-', 'REN'), ('-', ''), ('-', ''), ('-rAP-----.', 'rAP-----.'), ('-----', '----')]
ST19110425-V38-17-page9.txt: [('-became', 'became'), ('-but', 'but'), ('vari-', 'vari')]
ST19110509-V38-18-page10.txt: [('-', ''), ('t--', 't-')]
ST19110509-V38-18-page11.txt: [('-', '')]
ST19110509-V38-18-page12.txt: [('ex-', 'ex')]
ST19110509-V38-18-page13.txt: [('-go.', 'go.'), ('-', ''), ('-', ''), ('KC-', 'KC'), ('Anglo-', 'Anglo'), ('CRANMER-', 'CRANMER'), ('to-', 'to'), ('ri-', 'ri'), ('-', ''), ('Revised-', 'Revised')]
ST19110509-V38-18-page14.txt: [('-', ''), ('place.-', 'place.'), ('-', ''), ('--', '-'), ('-', ''), ('dis-', 'dis'), ('-', ''), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('-', ''), ('.-', '.'), ('.-', '.'), ('"Author-', '"Author'), ('-', ''), ('.-', '.'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('.-', '.'), ('Testa-', 'Testa'), ('-', ''), ('.-', '.'), ('-', ''), ('.-', '.'), ('-', ''), ('.-', '.'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('.-', '.'), ('.-', '.'), ('-', ''), ('.-', '.'), ('-', ''), ("Erasmus'-", "Erasmus'"), ('.-', '.'), ('-', ''), ('.-', '.'), ('.-', '.'), ('-', ''), ('.-', '.'), ('Cover-', 'Cover'), ('.-', '.'), ('-', ''), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.')]
ST19110509-V38-18-page15.txt: [('-', ''), ('-', '')]
ST19110509-V38-18-page16.txt: [('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-ineh', 'ineh'), ('-Version', 'Version'), ('the-', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('and-', 'and'), ('department-', 'department'), ('--', '-'), ('-', '')]
ST19110509-V38-18-page2.txt: [('VER-', 'VER'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110509-V38-18-page3.txt: [('Prot-', 'Prot'), ('Anglo-', 'Anglo'), ('-', ''), ('-', ''), ('-the', 'the'), ('Ratrzy-', 'Ratrzy')]
ST19110509-V38-18-page4.txt: [('pro-', 'pro')]
ST19110509-V38-18-page5.txt: [('accumu-', 'accumu'), ('-', '')]
ST19110509-V38-18-page6.txt: [('-', ''), ('-', ''), ('-of', 'of')]
ST19110509-V38-18-page7.txt: [('Present-', 'Present'), ('-', ''), ('-', ''), ('testi-', 'testi')]
ST19110509-V38-18-page8.txt: [('-', '')]
ST19110509-V38-18-page9.txt: [('-', '')]
ST19110516-V38-19-page1.txt: [('-t', 't')]
ST19110516-V38-19-page10.txt: [('-', ''), ('-man', 'man')]
ST19110516-V38-19-page11.txt: [('--', '-'), ('-', '')]
ST19110516-V38-19-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('.-', '.')]
ST19110516-V38-19-page13.txt: [('-gal.', 'gal.'), ('-gal', 'gal'), ('spoon-', 'spoon'), ('-A', 'A'), ('--i-i', '-i-i'), ('-', ''), ('-', ''), ('....-', '....'), ('-svo.', 'svo.'), ('TYPE-', 'TYPE')]
ST19110516-V38-19-page14.txt: [('FORE-', 'FORE')]
ST19110516-V38-19-page15.txt: [('-carrying', 'carrying'), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('are-', 'are'), ('-', ''), ('Christ.-', 'Christ.'), ('-indebted', 'indebted')]
ST19110516-V38-19-page16.txt: [('iSIGNsoi-', 'iSIGNsoi'), ('other-', 'other'), ('Debate."-', 'Debate."'), ('-going', 'going'), ('-', ''), ('---', '--'), ('-says', 'says'), ("'cough'-", "'cough'"), ('-', ''), ('-It', 'It'), ('-K', 'K'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('require-', 'require'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Revels-', 'Revels'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis')]
ST19110516-V38-19-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110516-V38-19-page3.txt: [('-', ''), ('-of', 'of')]
ST19110516-V38-19-page4.txt: [('-', ''), ('-', '')]
ST19110516-V38-19-page5.txt: [('All-', 'All'), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110516-V38-19-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19110516-V38-19-page7.txt: [('pre-', 'pre'), ('-serving', 'serving'), ('-', ''), ("-'", "'"), ('-', ''), ('-the', 'the'), ('--', '-')]
ST19110516-V38-19-page8.txt: [('-', ''), ('EPIS-', 'EPIS'), ('SCRIP-', 'SCRIP'), ('-', ''), ('RE-', 'RE')]
ST19110516-V38-19-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-God', 'God')]
ST19110523-V38-20-page1.txt: [('-', '')]
ST19110523-V38-20-page10.txt: [('Por-', 'Por'), ('-', ''), ('-', ''), ('-abresnont.', 'abresnont.')]
ST19110523-V38-20-page13.txt: [('-', ''), ('--', '-'), ('-during', 'during'), ('-inall', 'inall'), ('-gal.', 'gal.'), ('-gal', 'gal'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110523-V38-20-page15.txt: [('-cent', 'cent'), ('-', ''), ('Ques-', 'Ques')]
ST19110523-V38-20-page16.txt: [('other-', 'other'), ('-will', 'will'), ('-', ''), ('-in', 'in'), ('syl-', 'syl'), ('-', ''), ("-the'", "the'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110523-V38-20-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110523-V38-20-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('ob-', 'ob')]
ST19110523-V38-20-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19110523-V38-20-page7.txt: [('BABY-', 'BABY')]
ST19110523-V38-20-page8.txt: [('-', ''), ('Medo-', 'Medo'), ('-', ''), ('-', '')]
ST19110523-V38-20-page9.txt: [('-Observe', 'Observe'), ('-God', 'God')]
ST19110530-V38-21-page1.txt: [('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('Rev.-', 'Rev.'), ('--', '-'), ('-', '')]
ST19110530-V38-21-page10.txt: [('pre-', 'pre'), ('-inch', 'inch'), ('-inch', 'inch'), ('pre-', 'pre'), ('-ton', 'ton'), ('battle-', 'battle')]
ST19110530-V38-21-page11.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"Examiner"-', '"Examiner"')]
ST19110530-V38-21-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110530-V38-21-page13.txt: [('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-cent', 'cent'), ('-', ''), ('-as', 'as'), ('-', ''), ('-', ''), ('Typewriter-', 'Typewriter'), ('I.-', 'I.'), ('wc-', 'wc'), ('-', '')]
ST19110530-V38-21-page14.txt: [('-at', 'at')]
ST19110530-V38-21-page15.txt: [('-', ''), ('are-', 'are'), ('-', ''), ('-e', 'e')]
ST19110530-V38-21-page16.txt: [('-and', 'and'), ('-there.-', 'there.-'), ('-who', 'who'), ('it.-', 'it.'), ('--How', '-How'), ('--', '-'), ('--k', '-k')]
ST19110530-V38-21-page2.txt: [('-', ''), ('-', ''), ('ele-', 'ele'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-righteousness', 'righteousness'), ('-', ''), ('-', ''), ('it-', 'it'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110530-V38-21-page3.txt: [('-r', 'r'), ('-r', 'r'), ('en-', 'en')]
ST19110530-V38-21-page4.txt: [('-', ''), ('--', '-'), ('vic-', 'vic'), ('-', ''), ('accusa-', 'accusa'), ('-suffering', 'suffering'), ('.---', '.--')]
ST19110530-V38-21-page5.txt: [('-', ''), ('-', ''), ('-', ''), ("--'Many", "-'Many"), ('-', ''), ('con-', 'con')]
ST19110530-V38-21-page6.txt: [('-', ''), ('de-', 'de')]
ST19110530-V38-21-page7.txt: [('-', ''), ('-', ''), ('"fashion-', '"fashion')]
ST19110530-V38-21-page8.txt: [('--', '-'), ('-man', 'man'), ('oppres-', 'oppres'), ('-sion', 'sion'), ('-', ''), ('-Alexander', 'Alexander'), ('-legislation', 'legislation'), ('-preaeher', 'preaeher'), ('in-', 'in')]
ST19110530-V38-21-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('dispensa-', 'dispensa'), ('fash-', 'fash'), ('-', ''), ('-', '')]
ST19110606-V38-22-page10.txt: [('Abd-ul-', 'Abd-ul'), ('rep-', 'rep'), ('-', ''), ('-', '')]
ST19110606-V38-22-page11.txt: [('-.--', '.--'), ('-', ''), ('Ira-', 'Ira'), ('-', '')]
ST19110606-V38-22-page12.txt: [('begin-', 'begin'), ('them-', 'them')]
ST19110606-V38-22-page13.txt: [('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-cent', 'cent'), ('Avery-', 'Avery'), ('-', ''), ('-', '')]
ST19110606-V38-22-page14.txt: [('Anglo-', 'Anglo'), ('al-', 'al'), ('-lowed', 'lowed')]
ST19110606-V38-22-page16.txt: [('confer--', 'confer-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('c---', 'c--')]
ST19110606-V38-22-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Chris-', 'Chris'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110606-V38-22-page3.txt: [('hu-', 'hu')]
ST19110606-V38-22-page4.txt: [('-', '')]
ST19110606-V38-22-page5.txt: [('-', ''), ('EN-', 'EN')]
ST19110606-V38-22-page6.txt: [('-', ''), ('merci-', 'merci'), ('-', ''), ('Vindicator-', 'Vindicator'), ('-', ''), ('-', '')]
ST19110606-V38-22-page7.txt: [('RESUR-', 'RESUR'), ('-', ''), ('-', ''), ('re-', 're'), ('immortal."--', 'immortal."-'), ('-', '')]
ST19110606-V38-22-page8.txt: [('-', ''), ('-', '')]
ST19110606-V38-22-page9.txt: [('.-', '.'), ('right-', 'right'), ('-', ''), ('gentle-', 'gentle')]
ST19110613-V38-23-page1.txt: [('-', '')]
ST19110613-V38-23-page10.txt: [('mission-', 'mission')]
ST19110613-V38-23-page11.txt: [('-lc', 'lc'), ('mid-', 'mid')]
ST19110613-V38-23-page12.txt: [('with-', 'with')]
ST19110613-V38-23-page13.txt: [('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-cent', 'cent')]
ST19110613-V38-23-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Wanton-', 'Wanton'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('in-', 'in'), ('print-', 'print'), ('diso-', 'diso')]
ST19110613-V38-23-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--ie', '-ie'), ('-', ''), ('-', ''), ('-', ''), ('Fi-', 'Fi'), ('-', ''), ('-', ''), ('-', '')]
ST19110613-V38-23-page3.txt: [('draw-', 'draw')]
ST19110613-V38-23-page4.txt: [('-', ''), ('-', ''), ('The-', 'The'), ('-', ''), ('sS-', 'sS')]
ST19110613-V38-23-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19110613-V38-23-page6.txt: [('-', ''), ('Con-', 'Con'), ('-', '')]
ST19110613-V38-23-page7.txt: [('-', ''), ('-', ''), ('WIL-', 'WIL'), ('-', '')]
ST19110613-V38-23-page8.txt: [('-', ''), ('-typical', 'typical'), ('-"---', '"---'), ('-', ''), ('-', ''), ('t-e-----', 't-e----'), ('-', ''), ('--', '-'), ('--', '-'), ('------', '-----'), ('--.', '-.'), (".'-", ".'"), ('-', ''), ('---', '--')]
ST19110613-V38-23-page9.txt: [('right-', 'right')]
ST19110620-V38-24-page11.txt: [('water.-', 'water.'), ('-Editor', 'Editor'), ('-The', 'The')]
ST19110620-V38-24-page12.txt: [('-', '')]
ST19110620-V38-24-page13.txt: [('--', '-'), ('-', ''), ('thyself.-', 'thyself.'), ('-', ''), ('-', ''), ('--."', '-."'), ('-', ''), ('meld.-', 'meld.'), ('t-', 't'), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('------', '-----'), ('-L', 'L'), ("''...''''''.-", "''...''''''."), ('q-.--', 'q-.-'), ('-', ''), ("-'", "'"), ('-', '')]
ST19110620-V38-24-page14.txt: [('"haei-', '"haei')]
ST19110620-V38-24-page15.txt: [('six-', 'six'), ('-', '')]
ST19110620-V38-24-page16.txt: [('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('and-', 'and'), ('another.-', 'another.'), ('--Eating', '-Eating'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('pre-', 'pre'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110620-V38-24-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'-", "'"), ('-', ''), ('-', ''), ('-', ''), ('-fear', 'fear'), ('--Easter', '-Easter'), ('-.', '.'), ('-butter', 'butter'), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110620-V38-24-page3.txt: [('-seated', 'seated'), ('-shall', 'shall'), ('refer-', 'refer')]
ST19110620-V38-24-page4.txt: [('"But-', '"But'), ('-or', 'or'), ('-', '')]
ST19110620-V38-24-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('CON-', 'CON')]
ST19110620-V38-24-page7.txt: [('-', ''), ('-.', '.')]
ST19110620-V38-24-page8.txt: [('-', ''), ('-', ''), ('rY--', 'rY-'), ("---i-''--------", "--i-''--------"), ('---', '--'), ('COMMAND-', 'COMMAND'), ('-', '')]
ST19110620-V38-24-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110627-V38-25-page10.txt: [('MAINTE-', 'MAINTE'), ('OF-', 'OF'), ('confer-', 'confer'), ('ARBIT-', 'ARBIT'), ('-', '')]
ST19110627-V38-25-page11.txt: [('DE-', 'DE'), ('---', '--')]
ST19110627-V38-25-page12.txt: [('View-', 'View')]
ST19110627-V38-25-page14.txt: [('-', '')]
ST19110627-V38-25-page15.txt: [('-', ''), ('-page', 'page')]
ST19110627-V38-25-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110627-V38-25-page2.txt: [('-', ''), ('--isits', '-isits'), ('-', ''), ('--all', '-all'), ('-will', 'will'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Michael', 'Michael'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.The', '.The'), ('-', ''), ('-This', 'This'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.c-', '.c-'), ('-Necessity', 'Necessity'), ('-', ''), ('-', ''), ('-', ''), ('glori-', 'glori')]
ST19110627-V38-25-page3.txt: [('-.of', '.of'), ('-', '')]
ST19110627-V38-25-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('Abra-', 'Abra'), ('-', '')]
ST19110627-V38-25-page5.txt: [('-', '')]
ST19110627-V38-25-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110627-V38-25-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19110627-V38-25-page8.txt: [('im-', 'im'), ('-', ''), ('-', ''), ('right-', 'right'), ('--', '-'), ('-', ''), ('-', ''), ('..-', '..'), ('--v--.z.-', '-v--.z.-'), ('-', ''), ('---.', '--.')]
ST19110627-V38-25-page9.txt: [('-', ''), ('-', '')]
ST19110704-V38-26-page10.txt: [('-', ''), ('FEAR-', 'FEAR'), ('fight-', 'fight'), ('-', ''), ('ORNA-', 'ORNA'), ('CIVILI-', 'CIVILI')]
ST19110704-V38-26-page11.txt: [('-', ''), ('-', ''), ('AP-', 'AP'), ('hun-', 'hun')]
ST19110704-V38-26-page12.txt: [('Example--', 'Example-')]
ST19110704-V38-26-page13.txt: [('--', '-')]
ST19110704-V38-26-page14.txt: [('-perverted', 'perverted'), ('-', ''), ('-', ''), ('DIF-', 'DIF'), ('-', ''), ('Churches.-', 'Churches.'), ('-', '')]
ST19110704-V38-26-page15.txt: [('-time', 'time')]
ST19110704-V38-26-page16.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-with', 'with'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ("-to'", "to'"), ('-by', 'by'), ('-', '')]
ST19110704-V38-26-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110704-V38-26-page3.txt: [('how-', 'how')]
ST19110704-V38-26-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Anon.-', 'Anon.'), ('-', ''), ('Priest-', 'Priest')]
ST19110704-V38-26-page5.txt: [('you-', 'you'), ('re-', 're')]
ST19110704-V38-26-page6.txt: [('-', ''), ('Church-and-', 'Church-and'), ('Church-and-', 'Church-and'), ('-', ''), ('-pervert', 'pervert'), ('-', ''), ('ECCLESIAS-', 'ECCLESIAS'), ('CHAP-', 'CHAP'), ('Os-', 'Os'), ('-', '')]
ST19110704-V38-26-page7.txt: [('No.-', 'No.'), ('-Raw', 'Raw'), ('-', ''), ('-', ''), ('-', ''), ('ETC.--', 'ETC.-'), ('-', ''), ('GN-', 'GN')]
ST19110704-V38-26-page9.txt: [('--', '-'), ('-African', 'African'), ('-with', 'with'), ('-', ''), ('..---', '..--'), ('-', '')]
ST19110711-V38-27-page10.txt: [('pan-', 'pan'), ('"ultr-', '"ultr'), ('-already', 'already')]
ST19110711-V38-27-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-reced', 'reced'), ('Franco-', 'Franco'), ('-', ''), ('-r', 'r'), ('-', ''), ('t-', 't'), ('-"\'"', '"\'"'), ('illus-', 'illus'), ('-', '')]
ST19110711-V38-27-page12.txt: [('-evil', 'evil'), ('-', '')]
ST19110711-V38-27-page13.txt: [('hu-', 'hu'), ('-acre', 'acre'), ('-page', 'page'), ('C-', 'C')]
ST19110711-V38-27-page14.txt: [('--', '-'), ('-', '')]
ST19110711-V38-27-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('puz-', 'puz'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('K-It-Kit-', 'K-It-Kit'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110711-V38-27-page16.txt: [('--it', '-it'), ('-good', 'good'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-O', 'O'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110711-V38-27-page2.txt: [('Note.-', 'Note.'), ('-their', 'their'), ('-', ''), ('-', ''), ('-Circumcision', 'Circumcision'), ('-availeth', 'availeth'), ('-', ''), ('m-', 'm'), ('-', ''), ('-"Shall', '"Shall'), ('-God', 'God'), ('-', ''), ('-', ''), ('-', ''), ('gave-', 'gave'), ('-', ''), ('-Elijah', 'Elijah'), ('-', ''), ('na-', 'na'), ('-', ''), ('-', ''), ('-Voting', 'Voting'), ('-', ''), ('-This', 'This'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110711-V38-27-page3.txt: [('-', ''), ('-', '')]
ST19110711-V38-27-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110711-V38-27-page5.txt: [('per-', 'per'), ('-my', 'my'), ('-mark', 'mark')]
ST19110711-V38-27-page6.txt: [('-', '')]
ST19110711-V38-27-page7.txt: [('-', ''), ('-', ''), ('Xedo-', 'Xedo'), ('-', ''), ('Holy-', 'Holy')]
ST19110711-V38-27-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-i.', 'i.'), ('---"', '--"'), ('\'"\'"---', '\'"\'"--'), ('---', '--'), ('---..', '--..'), ('----', '---')]
ST19110711-V38-27-page9.txt: [('"extra-', '"extra'), ('-', ''), ('-', ''), ('Mc-', 'Mc')]
ST19110718-V38-28-page11.txt: [('-knot', 'knot'), ('Attorney-', 'Attorney')]
ST19110718-V38-28-page12.txt: [('it."-', 'it."')]
ST19110718-V38-28-page13.txt: [('-acre', 'acre'), ('-', ''), ('-', ''), ('i-"-', 'i-"')]
ST19110718-V38-28-page14.txt: [('-less', 'less')]
ST19110718-V38-28-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sunday-', 'Sunday'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110718-V38-28-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110718-V38-28-page3.txt: [('com-', 'com')]
ST19110718-V38-28-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('TIME--', 'TIME-'), ('SUB-', 'SUB'), ('-', ''), ('TIME--', 'TIME-'), ('-', ''), ('na-', 'na'), ('-', '')]
ST19110718-V38-28-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('to-', 'to')]
ST19110718-V38-28-page7.txt: [('Church-and-', 'Church-and'), ('-', ''), ('-.', '.'), ('--', '-'), ('-', ''), ('Chri.-', 'Chri.'), ('AS-', 'AS'), ('-z-i-w-', 'z-i-w-'), ('-', '')]
ST19110718-V38-28-page8.txt: [('-', ''), ('-', ''), ('L---', 'L--'), ('P.-', 'P.'), ('-', ''), ('-', ''), ('P-----', 'P----'), ("--'", "-'"), ('v--', 'v-'), ('-', ''), ('.-', '.'), ('-----.......', '----.......'), ('-', '')]
ST19110718-V38-28-page9.txt: [('-', ''), ('-', '')]
ST19110725-V38-29-page11.txt: [('-', '')]
ST19110725-V38-29-page13.txt: [('--', '-'), ('-', ''), ('-page', 'page')]
ST19110725-V38-29-page14.txt: [('dis-', 'dis'), ('Christian-', 'Christian')]
ST19110725-V38-29-page15.txt: [('Burmo-', 'Burmo'), ('-After', 'After'), ('-acre', 'acre'), ('-Itifitilifir.ifisit-tris', 'Itifitilifir.ifisit-tris'), ('-', ''), ('-we', 'we'), ('the-', 'the')]
ST19110725-V38-29-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Reve-', 'Reve'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('conflict-', 'conflict')]
ST19110725-V38-29-page2.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110725-V38-29-page3.txt: [('pro-', 'pro')]
ST19110725-V38-29-page4.txt: [('-', '')]
ST19110725-V38-29-page5.txt: [('-An', 'An'), ('-', '')]
ST19110725-V38-29-page7.txt: [('-X', 'X'), ('...-', '...'), ('-', ''), ('y-', 'y'), ('a"-', 'a"'), ('-', ''), ('-', ''), ('-Sat', 'Sat'), ('-le', 'le'), ('t-v-', 't-v'), ('.-', '.'), ('fa-', 'fa'), ('.-wi-', '.-wi'), ('FA-', 'FA'), ('-ope', 'ope'), ('f-', 'f'), ('-S', 'S'), ('efta-', 'efta'), ('-Iola', 'Iola'), ('-w.', 'w.'), ('-', ''), ('t-', 't'), ('--"Fr', '-"Fr'), ('-st', 'st'), ('-fts', 'fts'), ('ect-', 'ect'), ('t.eer--', 't.eer-'), ('-', ''), ('T-', 'T'), ('-', ''), ('-e-neac.', 'e-neac.'), ('-', ''), ('-.', '.'), ('-r', 'r'), ('---', '--'), ('-', ''), ('-...s', '...s'), ('te-', 'te'), ('Foal-', 'Foal'), ('--e.', '-e.'), ('-ea-k', 'ea-k'), ('.-', '.'), ('C--', 'C-'), ('-ce', 'ce'), ('-', ''), ('-eat', 'eat'), ('--', '-'), ('-', ''), ('o-.-', 'o-.'), ('-te', 'te'), ('--', '-'), ('-', ''), ('-', ''), ('-..-', '..-'), ('-', ''), ('-', ''), ('-', ''), ('Pv-e-tes-', 'Pv-e-tes'), ('-Till', 'Till'), ("--E'", "-E'"), ('-', ''), ('-', ''), ('-', ''), ('-.rese', '.rese'), ('-', ''), ('-"v"Ii', '"v"Ii'), ('-', ''), ('-e', 'e')]
ST19110725-V38-29-page8.txt: [('-', ''), ('-', ''), ('---', '--'), ('it.-', 'it.'), ('tithe.-', 'tithe.'), ('again.-', 'again.'), ('Jews.-', 'Jews.'), ('support.-', 'support.'), ('hypocrite.-', 'hypocrite.'), ('possess.-', 'possess.'), ('leavings.-', 'leavings.'), ('else.-', 'else.'), ('home.-', 'home.'), ('-', ''), ('life.-', 'life.'), ('-ft', 'ft'), ('-----.', '----.'), ('----', '---'), ('--', '-'), ('.------', '.-----'), ('-', ''), ('-...', '...'), ('-', ''), ('-', '')]
ST19110725-V38-29-page9.txt: [('-', ''), ('-', '')]
ST19110801-V38-30-page10.txt: [('-', ''), ('-', '')]
ST19110801-V38-30-page11.txt: [('-', '')]
ST19110801-V38-30-page12.txt: [('suc-', 'suc')]
ST19110801-V38-30-page13.txt: [('Card-', 'Card'), ('Cin-', 'Cin')]
ST19110801-V38-30-page14.txt: [('-', ''), ('-to', 'to'), ('-acre', 'acre')]
ST19110801-V38-30-page15.txt: [('-', ''), ('Ques-', 'Ques')]
ST19110801-V38-30-page16.txt: [('-Husks', 'Husks'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Rev-', 'Rev'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('importanev.-', 'importanev.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110801-V38-30-page2.txt: [('-', ''), ('-', ''), ('-course', 'course'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('T-', 'T'), ('-', '')]
ST19110801-V38-30-page3.txt: [('-Whether', 'Whether'), ('accord-', 'accord')]
ST19110801-V38-30-page4.txt: [('-', '')]
ST19110801-V38-30-page5.txt: [("-Israel's", "Israel's"), ('-', ''), ('-son', 'son'), ('-purpose', 'purpose')]
ST19110801-V38-30-page6.txt: [('-', ''), ('-are', 'are'), ('-', '')]
ST19110801-V38-30-page7.txt: [('power.-', 'power.'), ('-', ''), ('initi-', 'initi'), ('prepara-', 'prepara'), ('-', ''), ('-', ''), ('his-', 'his')]
ST19110801-V38-30-page8.txt: [('"--', '"-'), ('-', ''), ('EVER-', 'EVER'), ('-', ''), ('---', '--'), ('---', '--'), ('----', '---'), ('---', '--')]
ST19110801-V38-30-page9.txt: [('regenera-', 'regenera'), ('-', ''), ('-', ''), ('-not', 'not'), ('-Charities', 'Charities')]
ST19110808-V38-31-page10.txt: [('ordi-', 'ordi')]
ST19110808-V38-31-page12.txt: [('-with', 'with')]
ST19110808-V38-31-page13.txt: [('-Orit-lt', 'Orit-lt'), ('-Itit', 'Itit'), ('-Ititit-', 'Ititit-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110808-V38-31-page14.txt: [('bap-', 'bap')]
ST19110808-V38-31-page15.txt: [('Crea-', 'Crea'), ('Ques-', 'Ques'), ("-'SAYING", "'SAYING"), ('-PEACE...PEACE', 'PEACE...PEACE'), ('Avery-', 'Avery'), ('-', '')]
ST19110808-V38-31-page16.txt: [("-'C", "'C"), ('neigh-', 'neigh'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Revela-', 'Revela'), ('What-', 'What'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('comfort-', 'comfort'), ('-', '')]
ST19110808-V38-31-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('pal-', 'pal'), ('-', ''), ('-', '')]
ST19110808-V38-31-page3.txt: [('predesti-', 'predesti')]
ST19110808-V38-31-page4.txt: [('-find', 'find'), ('-for', 'for'), ('ILA-', 'ILA'), ('--', '-'), ('-', ''), ('WOR-', 'WOR'), ('-', ''), ('-', ''), ('-', ''), ('SUPPORTING-', 'SUPPORTING'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110808-V38-31-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-Jig', 'Jig'), ('-', ''), ('-', '')]
ST19110808-V38-31-page6.txt: [('-', ''), ('Him-', 'Him'), ('-', '')]
ST19110808-V38-31-page7.txt: [('-', '')]
ST19110808-V38-31-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('L----', 'L---'), ('-.', '.'), ("----'-.enrl'", "---'-.enrl'"), ('-.', '.'), ('-', ''), ('-', ''), ("--Tr'-------", "-Tr'-------"), ('--.', '-.'), ('-', ''), ('NOTE.-', 'NOTE.')]
ST19110815-V38-32-page1.txt: [('-', '')]
ST19110815-V38-32-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST19110815-V38-32-page11.txt: [('-', ''), ('Ex-', 'Ex'), ('-', ''), ('-peace', 'peace')]
ST19110815-V38-32-page12.txt: [('-that', 'that')]
ST19110815-V38-32-page14.txt: [('Au-', 'Au')]
ST19110815-V38-32-page15.txt: [('-PEACE', 'PEACE')]
ST19110815-V38-32-page16.txt: [('-to', 'to'), ('explosion-', 'explosion'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110815-V38-32-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110815-V38-32-page4.txt: [('whole-', 'whole'), ('-', '')]
ST19110815-V38-32-page5.txt: [('-', '')]
ST19110815-V38-32-page6.txt: [('-', ''), ('-', ''), ('WOR-', 'WOR')]
ST19110815-V38-32-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19110815-V38-32-page8.txt: [("-ts'N-", "ts'N-"), ('-sit', 'sit'), ('-', ''), ('an-', 'an')]
ST19110815-V38-32-page9.txt: [('saints.-', 'saints.'), ('-', ''), ('-', ''), ('-W', 'W'), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('A-r--', 'A-r-'), ('-', ''), ('-', ''), ("-.'.-", ".'.-"), ('---', '--'), ('-', ''), ('NOTE.-', 'NOTE.')]
ST19110822-V38-33-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19110822-V38-33-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110822-V38-33-page12.txt: [('speak-', 'speak'), ('-', ''), ('-consequences', 'consequences')]
ST19110822-V38-33-page13.txt: [('-', '')]
ST19110822-V38-33-page15.txt: [('-Wherever', 'Wherever')]
ST19110822-V38-33-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110822-V38-33-page2.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('look-', 'look'), ('-', ''), ('-', '')]
ST19110822-V38-33-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19110822-V38-33-page5.txt: [('before-', 'before')]
ST19110822-V38-33-page6.txt: [('-', '')]
ST19110822-V38-33-page7.txt: [('judg-', 'judg'), ('--in', '-in'), ('-', ''), ('chil-', 'chil'), ('"Multi-', '"Multi')]
ST19110822-V38-33-page8.txt: [('-', ''), ('Con-', 'Con'), ('-', '')]
ST19110822-V38-33-page9.txt: [('re-', 're'), ('I-', 'I'), ('-Wig', 'Wig'), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-----', '----'), ('-', ''), ('A--', 'A-'), ('-', ''), ('------', '-----')]
ST19110829-V38-34-page1.txt: [('r--', 'r-')]
ST19110829-V38-34-page11.txt: [('-', ''), ('-', ''), ('-Francisco', 'Francisco')]
ST19110829-V38-34-page12.txt: [('-', ''), ('-', ''), ('un-', 'un')]
ST19110829-V38-34-page13.txt: [('-Thou', 'Thou'), ('-SSION', 'SSION'), ('-', ''), ('Nob-', 'Nob'), ('-lon..ff', 'lon..ff'), ('--.', '-.'), ('-', ''), ('tests-', 'tests')]
ST19110829-V38-34-page14.txt: [('-', '')]
ST19110829-V38-34-page16.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110829-V38-34-page2.txt: [('-', ''), ('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110829-V38-34-page3.txt: [('con-', 'con')]
ST19110829-V38-34-page4.txt: [('obedi-', 'obedi'), ('-', '')]
ST19110829-V38-34-page5.txt: [('-', ''), ('-', '')]
ST19110829-V38-34-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110829-V38-34-page7.txt: [('-', ''), ('CREA-', 'CREA'), ('TEM-', 'TEM')]
ST19110829-V38-34-page8.txt: [('EU-', 'EU')]
ST19110829-V38-34-page9.txt: [('-', ''), ('-IP', 'IP'), ('i-', 'i'), ('-', ''), ('.."\'\'\'-', '.."\'\'\''), ('---', '--'), ('-', ''), ("-.'", ".'"), ('--.......', '-.......')]
ST19110905-V38-35-page1.txt: [('-', '')]
ST19110905-V38-35-page11.txt: [('-hrow', 'hrow'), ('--', '-')]
ST19110905-V38-35-page14.txt: [('-land.', 'land.')]
ST19110905-V38-35-page15.txt: [("foul'-", "foul'")]
ST19110905-V38-35-page16.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST19110905-V38-35-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110905-V38-35-page4.txt: [('-', ''), ('-', '')]
ST19110905-V38-35-page5.txt: [('-', '')]
ST19110905-V38-35-page6.txt: [('Medo-', 'Medo'), ('perse-', 'perse'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Pa-', 'Pa'), ('Dragon-', 'Dragon'), ('-', ''), ('-pa.', 'pa.'), ('-', '')]
ST19110905-V38-35-page7.txt: [('-', ''), ('TRI-', 'TRI')]
ST19110905-V38-35-page8.txt: [('mourning.-', 'mourning.'), ('-', ''), ('-', '')]
ST19110905-V38-35-page9.txt: [('-', ''), ('-', ''), ('-.', '.'), ("'--", "'-"), ("-'", "'"), ('-....', '....'), ('-', ''), ('.-', '.'), ('-', ''), ('---', '--'), ('h------', 'h-----'), ('-.', '.'), ('-', ''), ('--y---...', '-y---...'), ('-', ''), ('-', ''), ('-', '')]
ST19110912-V38-36-page1.txt: [('-', '')]
ST19110912-V38-36-page10.txt: [('-Watchman', 'Watchman'), ('pre-', 'pre'), ('constitu-', 'constitu')]
ST19110912-V38-36-page14.txt: [('natu-', 'natu')]
ST19110912-V38-36-page15.txt: [('-IIL', 'IIL')]
ST19110912-V38-36-page16.txt: [('Disap-', 'Disap'), ('-K', 'K'), ('Hamburg-', 'Hamburg'), ('dis-', 'dis'), ('-K', 'K'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('unin-', 'unin'), ('--K', '-K'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110912-V38-36-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('--', '-'), ('-', ''), ('-', '')]
ST19110912-V38-36-page3.txt: [('-', '')]
ST19110912-V38-36-page4.txt: [('-', '')]
ST19110912-V38-36-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110912-V38-36-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110912-V38-36-page7.txt: [('mani-', 'mani')]
ST19110912-V38-36-page8.txt: [('pro-', 'pro'), ('in-', 'in'), ('-', ''), ('-', '')]
ST19110912-V38-36-page9.txt: [('Me"-', 'Me"'), ('PER-', 'PER'), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('en-', 'en'), ('demands.-', 'demands.'), ('-', ''), ('-', ''), ('KNOWL-', 'KNOWL'), ('INTERPRETA-', 'INTERPRETA'), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('--A', '-A'), ('---', '--'), ('-', ''), ('---', '--')]
ST19110919-V38-37-page11.txt: [("-''", "''"), ('-', ''), ('-', ''), ('yel-', 'yel')]
ST19110919-V38-37-page12.txt: [('-', ''), ('to-', 'to')]
ST19110919-V38-37-page13.txt: [('-', ''), ('-', '')]
ST19110919-V38-37-page15.txt: [('ab-', 'ab')]
ST19110919-V38-37-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-', '')]
ST19110919-V38-37-page2.txt: [('---', '--'), ('c-', 'c')]
ST19110919-V38-37-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110919-V38-37-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110919-V38-37-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('THINGS.-', 'THINGS.'), ('-', ''), ('HALLELUJAH.-', 'HALLELUJAH.'), ('EVER.-', 'EVER.'), ('WORSHIPED.-', 'WORSHIPED.')]
ST19110919-V38-37-page7.txt: [('MULTI-', 'MULTI'), ('-', '')]
ST19110919-V38-37-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-----...'.", "----...'."), ('."-', '."'), ('---..', '--..'), ('-', ''), ('-i---', 'i---'), ('con-', 'con')]
ST19110919-V38-37-page9.txt: [('-neled', 'neled'), ('gov-', 'gov')]
ST19110926-V38-38-page11.txt: [('-', ''), ('-wholly', 'wholly'), ('-', ''), ('-class', 'class'), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST19110926-V38-38-page13.txt: [('-.....', '.....'), ('-', ''), ('-----...........r.', '----...........r.'), ('.--', '.-')]
ST19110926-V38-38-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('Bibles.-', 'Bibles.')]
ST19110926-V38-38-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110926-V38-38-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110926-V38-38-page3.txt: [('-', '')]
ST19110926-V38-38-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19110926-V38-38-page5.txt: [('--', '-'), ('-', ''), ('compas-', 'compas'), ('-', ''), ('-', '')]
ST19110926-V38-38-page6.txt: [('-will', 'will'), ('-', ''), ('-worship', 'worship'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pre-', 'pre')]
ST19110926-V38-38-page7.txt: [('-', ''), ('-', ''), ('-part', 'part')]
ST19110926-V38-38-page8.txt: [('-', ''), ('mission-', 'mission'), ('-', ''), ('-', ''), ('-', '')]
ST19110926-V38-38-page9.txt: [('-.', '.'), ('pos-', 'pos'), ('as-', 'as'), ('Con-', 'Con'), ('-', ''), ('-', ''), ('-', '')]
ST19111003-V38-39-page1.txt: [('-', '')]
ST19111003-V38-39-page11.txt: [('-who', 'who'), ('ad-', 'ad'), ('-the', 'the')]
ST19111003-V38-39-page16.txt: [('-submarines', 'submarines'), ('-', ''), ('-', ''), ('Middle-', 'Middle'), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Text-', 'Text'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111003-V38-39-page2.txt: [('--', '-'), ('trans-', 'trans'), ('-the', 'the')]
ST19111003-V38-39-page3.txt: [('-.rue', '.rue')]
ST19111003-V38-39-page4.txt: [('words."-', 'words."'), ('-the', 'the'), ('-joy', 'joy'), ('con-', 'con')]
ST19111003-V38-39-page5.txt: [('Sun-', 'Sun'), ('com-', 'com')]
ST19111003-V38-39-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('MORE.-', 'MORE.'), ('-', ''), ('CITY.-', 'CITY.'), ('-', ''), ('-', '')]
ST19111003-V38-39-page7.txt: [('-v', 'v')]
ST19111003-V38-39-page8.txt: [('mes-', 'mes'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111003-V38-39-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'r-b--", "'r-b--"), ('-', ''), ('--', '-'), ('---t', '--t')]
ST19111010-V38-40-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mid-', 'mid')]
ST19111010-V38-40-page12.txt: [('-', ''), ('Self-', 'Self'), ('to-', 'to'), ('-', '')]
ST19111010-V38-40-page13.txt: [('--k', '-k'), ('..-', '..'), ('--', '-'), ('Crea-', 'Crea'), ('..-', '..'), ('s-m-s-s-E-E-E-', 's-m-s-s-E-E-E'), ('N.F.N.a.E.N.N.N.s.P.x.s.i..E-', 'N.F.N.a.E.N.N.N.s.P.x.s.i..E'), ('-', ''), ('-', ''), ('-E-N-E-N-N-N-', 'E-N-E-N-N-N-'), ('-', ''), ('-', ''), ('-E-N-E-N-s-m-N-E-E-N-', 'E-N-E-N-s-m-N-E-E-N-'), ('-', ''), ('-', ''), ('Millenoium-', 'Millenoium'), ('I-', 'I'), ('-page', 'page'), ('-.tS', '.tS'), ('-', ''), ('--', '-'), ('-', '')]
ST19111010-V38-40-page14.txt: [('-', '')]
ST19111010-V38-40-page15.txt: [('--------', '-------'), ('-.', '.')]
ST19111010-V38-40-page16.txt: [('-', ''), ('-', ''), ('-inch', 'inch'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111010-V38-40-page2.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('-', '')]
ST19111010-V38-40-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19111010-V38-40-page5.txt: [('-', ''), ('hod.-', 'hod.'), ('-', ''), ('grow-', 'grow'), ('-Davies.', 'Davies.'), ('-', '')]
ST19111010-V38-40-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111010-V38-40-page7.txt: [('FOUNDA-', 'FOUNDA'), ('-', '')]
ST19111010-V38-40-page8.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('INCORRUPT-', 'INCORRUPT'), ('-', ''), ('TO-', 'TO'), ('-', ''), ('-', ''), ('KING-', 'KING')]
ST19111010-V38-40-page9.txt: [('un-', 'un')]
ST19111017-V38-41-page10.txt: [('par-', 'par'), ("'s-s.-", "'s-s."), ('-', ''), ('-A', 'A')]
ST19111017-V38-41-page11.txt: [('----', '---'), ('-OK--', 'OK--'), ('-', '')]
ST19111017-V38-41-page12.txt: [('-', ''), ('believ-', 'believ')]
ST19111017-V38-41-page13.txt: [('-', ''), ('de-', 'de')]
ST19111017-V38-41-page14.txt: [('-lc', 'lc')]
ST19111017-V38-41-page15.txt: [('Can-', 'Can')]
ST19111017-V38-41-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Union', 'Union'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111017-V38-41-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111017-V38-41-page3.txt: [('heaven-', 'heaven'), ('happi-', 'happi')]
ST19111017-V38-41-page4.txt: [('-', ''), ('-', ''), ('em-', 'em')]
ST19111017-V38-41-page5.txt: [('-', ''), ('-', '')]
ST19111017-V38-41-page6.txt: [('-', ''), ('-', ''), ('LIFE.-', 'LIFE.'), ('-', ''), ('-', ''), ('CURSE.-', 'CURSE.'), ('NAME.-', 'NAME.')]
ST19111017-V38-41-page7.txt: [('-', ''), ('-', ''), ('mud-', 'mud')]
ST19111017-V38-41-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19111017-V38-41-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('resurrec-', 'resurrec'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('uni-', 'uni'), ('--', '-'), ('-', ''), ('-hope', 'hope'), ('-', '')]
ST19111024-V38-42-page10.txt: [('-Watch', 'Watch'), ('-.lc', '.lc'), ('-', '')]
ST19111024-V38-42-page11.txt: [('Lloyd-', 'Lloyd'), ('-', '')]
ST19111024-V38-42-page12.txt: [('-...', '...'), ('AYOUNG-', 'AYOUNG')]
ST19111024-V38-42-page13.txt: [('mis-', 'mis'), ('-', ''), ('de-', 'de')]
ST19111024-V38-42-page14.txt: [('camp-', 'camp'), ('Bosch-', 'Bosch'), ('con-', 'con'), ('-Or', 'Or')]
ST19111024-V38-42-page16.txt: [('Mo-', 'Mo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Hun-', 'Hun'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-la', 'la')]
ST19111024-V38-42-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111024-V38-42-page3.txt: [('un-', 'un')]
ST19111024-V38-42-page4.txt: [('-', '')]
ST19111024-V38-42-page5.txt: [('-', ''), ('-', '')]
ST19111024-V38-42-page6.txt: [('-', '')]
ST19111024-V38-42-page7.txt: [('REV-', 'REV'), ('Severs-', 'Severs'), ('Seven-', 'Seven'), ('-I-', 'I-'), ('HE-', 'HE'), ('--fl', '-fl'), ('-', ''), ('-', ''), ('kl-', 'kl'), ('FALSE-', 'FALSE'), ('-', ''), ('-', ''), (".'-", ".'"), ('-', '')]
ST19111024-V38-42-page8.txt: [('-', ''), ('-', '')]
ST19111024-V38-42-page9.txt: [('-', ''), ('-', ''), ("'---", "'--"), ('--', '-'), ('-----', '----'), ('-', ''), ('-', ''), ('--', '-'), ('-----', '----'), ('-.', '.'), ('-', ''), ('----', '---')]
ST19111031-V38-43,44-page10.txt: [('-', ''), ('EryjyZOUF-', 'EryjyZOUF')]
ST19111031-V38-43,44-page11.txt: [('Devil-', 'Devil'), ('mac-', 'mac'), ('-in', 'in')]
ST19111031-V38-43,44-page12.txt: [('-', ''), ('-told', 'told')]
ST19111031-V38-43,44-page13.txt: [('-', ''), ('-', '')]
ST19111031-V38-43,44-page14.txt: [('-', ''), ('-of', 'of'), ('head-', 'head'), ('SCI-', 'SCI')]
ST19111031-V38-43,44-page15.txt: [('-', '')]
ST19111031-V38-43,44-page16.txt: [('-', ''), ('-', ''), ('ZINZEN-', 'ZINZEN'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('as-', 'as'), ('de-', 'de')]
ST19111031-V38-43,44-page17.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of')]
ST19111031-V38-43,44-page18.txt: [('-', ''), ('cry-', 'cry')]
ST19111031-V38-43,44-page19.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-II.', 'II.')]
ST19111031-V38-43,44-page2.txt: [('C-', 'C'), ('-', ''), ('-Iv', 'Iv'), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ("''t-", "''t"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sev--', 'sev-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111031-V38-43,44-page20.txt: [('in-', 'in'), ('-', '')]
ST19111031-V38-43,44-page21.txt: [('-followed.', 'followed.'), ('r-', 'r'), ('-', '')]
ST19111031-V38-43,44-page22.txt: [('-', '')]
ST19111031-V38-43,44-page23.txt: [('-and', 'and'), ('-in', 'in'), ('-s', 's'), ('Nor-', 'Nor'), ('-', '')]
ST19111031-V38-43,44-page24.txt: [('-', ''), ('fel-', 'fel'), ('-', ''), ('---', '--')]
ST19111031-V38-43,44-page25.txt: [('-', ''), ('-live', 'live'), ('-', '')]
ST19111031-V38-43,44-page26.txt: [('GTI-', 'GTI')]
ST19111031-V38-43,44-page27.txt: [('-', '')]
ST19111031-V38-43,44-page28.txt: [('-', ''), ('-', '')]
ST19111031-V38-43,44-page3.txt: [('Rt-', 'Rt')]
ST19111031-V38-43,44-page30.txt: [('t--', 't-'), ('-', ''), ('---.', '--.'), ('-', ''), ('--', '-'), ('.-', '.'), ('D-', 'D'), ('-', ''), ('--', '-'), ('capital."-', 'capital."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("''..-", "''.."), ('-', ''), ('-', ''), ('--', '-'), ('D-', 'D'), ('D-a-', 'D-a'), ('--', '-'), ('---', '--'), ('----', '---'), ('-', '')]
ST19111031-V38-43,44-page31.txt: [('i-', 'i'), ('-', ''), ('Washing-', 'Washing'), ('Au-', 'Au'), ('Bryan-', 'Bryan'), ('of-', 'of')]
ST19111031-V38-43,44-page32.txt: [('-', ''), ('-', ''), ('Isthmus.-', 'Isthmus.'), ('-', '')]
ST19111031-V38-43,44-page4.txt: [('the-', 'the')]
ST19111031-V38-43,44-page5.txt: [('recep-', 'recep'), ('sta-', 'sta'), ('-', ''), ('-', '')]
ST19111031-V38-43,44-page7.txt: [('-rain.', 'rain.'), ('-', ''), ('THRESHING-', 'THRESHING')]
ST19111031-V38-43,44-page8.txt: [('would-', 'would'), ('-take', 'take'), ('-tInit', 'tInit'), ('-', ''), ('-', ''), ('-Sha', 'Sha')]
ST19111031-V38-43,44-page9.txt: [('-', '')]
ST19111121-V38-46-page10.txt: [('dele-', 'dele')]
ST19111121-V38-46-page11.txt: [('-tte', 'tte'), ('-', ''), ('PROVI-', 'PROVI'), ('-', ''), ('"the-', '"the'), ('-then', 'then'), ('-', ''), ('Mon-', 'Mon'), ('-', ''), ('your-', 'your')]
ST19111121-V38-46-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19111121-V38-46-page13.txt: [('-', '')]
ST19111121-V38-46-page14.txt: [('FOR-', 'FOR'), ('private-', 'private'), ('-', ''), ('cor-', 'cor')]
ST19111121-V38-46-page16.txt: [("po.'-", "po.'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111121-V38-46-page2.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('resur-', 'resur'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111121-V38-46-page3.txt: [('-', '')]
ST19111121-V38-46-page4.txt: [('-Why', 'Why'), ('-the', 'the'), ('-Love', 'Love'), ('-that', 'that'), ('per-', 'per'), ('-', ''), ('mysp-', 'mysp'), ('-', '')]
ST19111121-V38-46-page5.txt: [('-fie', 'fie'), ('-shall', 'shall'), ('-', ''), ("-'", "'"), ('ap-', 'ap'), ('-N', 'N'), ('.-', '.'), ('-', ''), ('understand-', 'understand')]
ST19111121-V38-46-page7.txt: [('-sustained', 'sustained'), ('mat-', 'mat'), ('-cu', 'cu')]
ST19111121-V38-46-page8.txt: [('-way.', 'way.'), ('-at', 'at'), ('----', '---'), ('---', '--'), ('--', '-'), ('"-', '"'), ('-', ''), ('-', '')]
ST19111121-V38-46-page9.txt: [('-', ''), ('-His', 'His')]
ST19111128-V38-47-page10.txt: [('-choicest', 'choicest'), ('-', ''), ('-when', 'when'), ('---', '--'), ('-no', 'no'), ('-', '')]
ST19111128-V38-47-page11.txt: [('-OK', 'OK'), ('di-', 'di')]
ST19111128-V38-47-page12.txt: [('As-', 'As'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('en-', 'en'), ('remain-', 'remain'), ('Pon-', 'Pon'), ('sev-', 'sev'), ('pre-', 'pre')]
ST19111128-V38-47-page13.txt: [('-', ''), ('-', '')]
ST19111128-V38-47-page14.txt: [('-nbers', 'nbers'), ('Vege-', 'Vege')]
ST19111128-V38-47-page16.txt: [('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Wash-Day..-', 'Wash-Day..'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-belief.', 'belief.'), ('-', ''), ('-loose."', 'loose."'), ('J-', 'J'), ('-', ''), ('-', ''), ('-for.', 'for.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('-', ''), ('-', ''), ('pan-', 'pan'), ('Thomp-', 'Thomp')]
ST19111128-V38-47-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111128-V38-47-page3.txt: [('-', ''), ('reason-', 'reason'), ('renew-', 'renew'), ('-', '')]
ST19111128-V38-47-page4.txt: [('andpriva-', 'andpriva')]
ST19111128-V38-47-page5.txt: [('-r', 'r'), ('communi-', 'communi')]
ST19111128-V38-47-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19111128-V38-47-page7.txt: [('Nov.-', 'Nov.'), ('them-', 'them'), ('-', ''), ('-was', 'was'), ('-', ''), ('Bel-', 'Bel'), ('-', ''), ('the-well-', 'the-well'), ('-religious', 'religious'), ('Oigi-', 'Oigi'), ('-', ''), ('-', ''), ('-of', 'of'), ('-', '')]
ST19111128-V38-47-page8.txt: [('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-recompensed', 'recompensed'), ("--'", "-'"), ('-', ''), ('-', ''), ('----..', '---..'), ('-', ''), ('.-', '.'), ('-.', '.'), ('I-".-\'-', 'I-".-\''), ('-', '')]
ST19111205-V38-48-page10.txt: [('-', ''), ('-', ''), ('di-', 'di'), ('Representa-', 'Representa'), ('coin-', 'coin'), ('serv-', 'serv'), ('news-', 'news'), ('public-', 'public'), ('Pro-', 'Pro'), ('includ-', 'includ'), ('Anglo-', 'Anglo'), ('sur-', 'sur'), ('vio-', 'vio')]
ST19111205-V38-48-page11.txt: [('buy.-', 'buy.'), ('Wuchang-', 'Wuchang')]
ST19111205-V38-48-page13.txt: [('ter-', 'ter')]
ST19111205-V38-48-page14.txt: [('-the', 'the'), ('-', ''), ('----', '---')]
ST19111205-V38-48-page15.txt: [('-', ''), ('with-', 'with'), ('-', '')]
ST19111205-V38-48-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Notes--', 'Notes-'), ('-', ''), ('-', ''), ('-', ''), ('Doing.-', 'Doing.'), ('Sabbath."-', 'Sabbath."'), ('-', ''), ('-', ''), ('-', ''), ('-for', 'for'), ('-', ''), ('profit-', 'profit'), ('--', '-'), ('-', ''), ('Genesis-', 'Genesis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('God.-', 'God.')]
ST19111205-V38-48-page2.txt: [('-', ''), ('-asks', 'asks'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('inter-', 'inter'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111205-V38-48-page3.txt: [('oblige-', 'oblige')]
ST19111205-V38-48-page4.txt: [('-is', 'is')]
ST19111205-V38-48-page5.txt: [('exist-', 'exist'), ('-lc', 'lc'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111205-V38-48-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Schaff-', 'Schaff'), ('"-', '"'), ('en.-', 'en.'), ('-', '')]
ST19111205-V38-48-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('KIND-', 'KIND'), ('--of', '-of'), ('-ssociations', 'ssociations')]
ST19111205-V38-48-page8.txt: [('-', ''), ('pro-', 'pro'), ('-', ''), ('-', ''), ('-.', '.'), ('-W----..', 'W----..'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111205-V38-48-page9.txt: [('-', ''), ('-', ''), ('-time', 'time'), ('plow-', 'plow'), ('-', ''), ('-S.', 'S.'), ('-', '')]
ST19111212-V38-49-page10.txt: [('Lloyd-', 'Lloyd'), ('-Vtiaitc', 'Vtiaitc')]
ST19111212-V38-49-page12.txt: [('PROTECT-', 'PROTECT'), ('COMPEL-', 'COMPEL'), ('TYR-', 'TYR')]
ST19111212-V38-49-page13.txt: [('-And', 'And'), ('-', ''), ('-', '')]
ST19111212-V38-49-page14.txt: [('-', ''), ('-', '')]
ST19111212-V38-49-page15.txt: [('-', ''), ('-papers', 'papers')]
ST19111212-V38-49-page16.txt: [('-fie', 'fie'), ('-the', 'the'), ('centuries..-', 'centuries..'), ('-', ''), ('-of', 'of'), ('-Youte', 'Youte'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Nanking', '-Nanking'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-center', 'center'), ('-difficulty', 'difficulty'), ('se-', 'se'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111212-V38-49-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('rag-', 'rag'), ('Christ.-', 'Christ.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111212-V38-49-page3.txt: [('pro-', 'pro')]
ST19111212-V38-49-page4.txt: [('-Christ', 'Christ')]
ST19111212-V38-49-page5.txt: [('-', ''), ('-errors', 'errors'), ('-', '')]
ST19111212-V38-49-page6.txt: [('--', '-')]
ST19111212-V38-49-page7.txt: [('-The', 'The'), ('-', ''), ('-', ''), ('---', '--'), ('----', '---'), ('-...-', '...-'), ('.-.-.T-r-', '.-.-.T-r'), ('P---', 'P--'), ('-', ''), ('-', '')]
ST19111212-V38-49-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19111212-V38-49-page9.txt: [('-achievement."', 'achievement."'), ('-', ''), ('-', ''), ('-would', 'would')]
ST19111219-V38-50-page1.txt: [('-', '')]
ST19111219-V38-50-page10.txt: [('..-', '..'), ('-', ''), ('-Soochow', 'Soochow'), ('-', ''), ('-', '')]
ST19111219-V38-50-page11.txt: [('-Literatureintimates', 'Literatureintimates'), ('con-', 'con'), ('-', ''), ('-tecountry', 'tecountry'), ('de-', 'de'), ('-example', 'example')]
ST19111219-V38-50-page12.txt: [('-of', 'of'), ('-to', 'to'), ('Thing.-', 'Thing.'), ('-', ''), ('Conceptions.-', 'Conceptions.'), ('-message', 'message'), ('"Sep-', '"Sep'), ('-', ''), ('-repairing', 'repairing'), ('-Total', 'Total'), ('-', ''), ('-', '')]
ST19111219-V38-50-page13.txt: [('-Rend', 'Rend'), ('-', ''), ('-ones', 'ones'), ('V-', 'V'), ('-to', 'to'), ('-', ''), ('joy-', 'joy'), ('V-', 'V')]
ST19111219-V38-50-page14.txt: [('sol-', 'sol'), ('e.-', 'e.')]
ST19111219-V38-50-page15.txt: [('-', ''), ('-debt.', 'debt.'), ('re-', 're'), ('-profession', 'profession'), ('""-', '""'), ('ELO-', 'ELO'), ('-Portland', 'Portland')]
ST19111219-V38-50-page16.txt: [('-Standard', 'Standard'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-each', 'each'), ('-inevitable.', 'inevitable.'), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-It', 'It'), ("--'Questioning", "-'Questioning"), ('---', '--'), ('Mc-', 'Mc'), ('--one.', '-one.'), ('-', ''), ('-', ''), ('-', ''), ('occa-', 'occa'), ('--', '-'), ('-', ''), ('-', ''), ('--n', '-n'), ('-Upon', 'Upon'), ('-', ''), ("--'..", "-'..")]
ST19111219-V38-50-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Is-', 'Is'), ('account-', 'account'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111219-V38-50-page3.txt: [('-ye', 'ye'), ('-', '')]
ST19111219-V38-50-page4.txt: [('ire-', 'ire'), ('-', ''), ('-', '')]
ST19111219-V38-50-page5.txt: [('-', ''), ('-', ''), ('twenty-', 'twenty'), ('---', '--'), ('-', ''), ('con-', 'con'), ('-had', 'had')]
ST19111219-V38-50-page6.txt: [('-', ''), ('-', ''), ('-Chaldeans', 'Chaldeans'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111219-V38-50-page7.txt: [('-', '')]
ST19111219-V38-50-page8.txt: [('-our', 'our'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19111219-V38-50-page9.txt: [('king-', 'king'), ('-teo', 'teo'), ('-forstarld', 'forstarld'), ('bod-', 'bod'), ('-lea', 'lea'), ('corn-', 'corn'), ('.------', '.-----'), ('---', '--'), ('c-', 'c'), ('-better', 'better'), ('--', '-'), ('-', '')]
ST19120102-V39-01-page1.txt: [('---', '--'), ('---', '--'), ('What-', 'What')]
ST19120102-V39-01-page11.txt: [('--', '-')]
ST19120102-V39-01-page12.txt: [('--', '-'), ('c-----', 'c----')]
ST19120102-V39-01-page13.txt: [('Mas-', 'Mas'), ('-', '')]
ST19120102-V39-01-page15.txt: [('-live.', 'live.'), ('Rag-', 'Rag')]
ST19120102-V39-01-page16.txt: [("---'", "--'"), ('-set', 'set'), ('-shall', 'shall'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Op-', 'Op'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120102-V39-01-page2.txt: [('-is', 'is'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120102-V39-01-page4.txt: [('-one', 'one'), ('trans-', 'trans'), ('-', ''), ('es-', 'es')]
ST19120102-V39-01-page5.txt: [('Faith-', 'Faith'), ('Je-', 'Je')]
ST19120102-V39-01-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19120102-V39-01-page7.txt: [('-', ''), ('-', ''), ('-Resign.ofthe', 'Resign.ofthe'), ('EDU-', 'EDU'), ('-', ''), ('-', ''), ('-', ''), ('-t', 't'), ('---..-', '--..-'), ('---.', '--.'), ('-', ''), ('-', ''), ('----.....-', '---.....-'), ('---', '--'), ('-----', '----'), ('CONTIN-', 'CONTIN'), ('-', '')]
ST19120102-V39-01-page8.txt: [('-iineo', 'iineo'), ('-', '')]
ST19120102-V39-01-page9.txt: [('-', ''), ('-without', 'without'), ('-from', 'from'), ('Aix-la-', 'Aix-la')]
ST19120109-V39-02-page10.txt: [('Enormo-', 'Enormo')]
ST19120109-V39-02-page11.txt: [('con-', 'con'), ('establish-', 'establish')]
ST19120109-V39-02-page12.txt: [('CON-', 'CON'), ('-', ''), ('-appalling', 'appalling'), ('-the', 'the'), ('-A-trd', 'A-trd'), ('-', ''), ('-', ''), ('October-', 'October'), ('com-', 'com')]
ST19120109-V39-02-page13.txt: [('-IMMR', 'IMMR'), ('con-', 'con')]
ST19120109-V39-02-page14.txt: [('-midocean.', 'midocean.'), ('-the', 'the'), ('trem-', 'trem'), ('-', ''), ('-a', 'a')]
ST19120109-V39-02-page15.txt: [('-', ''), ('Sam-', 'Sam'), ('-the', 'the'), ('A-', 'A')]
ST19120109-V39-02-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('tin-', 'tin'), ('-their', 'their'), ('inches.-', 'inches.'), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Fully-', 'Fully'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('--', '-'), ('-Great', 'Great'), ('-', ''), ('-', ''), ('-', ''), ('-demanded', 'demanded'), ('-And-may', 'And-may'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-It', 'It'), ('-would', 'would'), ('-liberty', 'liberty'), ('-the', 'the'), ('-', ''), ('-', ''), ('-we', 'we'), ('Calendara.-', 'Calendara.'), ('-It', 'It'), ('-giving', 'giving'), ('-we', 'we'), ('---', '--'), ('-New', 'New'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('innumerablefoes.-', 'innumerablefoes.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--ardent', '-ardent'), ('-visit', 'visit'), ('-importiinee', 'importiinee'), ('-', ''), ('-of', 'of'), ('prosecu-', 'prosecu'), ('-', ''), ('-intolerance', 'intolerance'), ('-is', 'is'), ('-', ''), ('-for', 'for'), ('-', ''), ('old-', 'old')]
ST19120109-V39-02-page2.txt: [('-', ''), ('Evi-', 'Evi'), ("'u--.--", "'u--.-"), ('-', ''), ('-', ''), ('-', '')]
ST19120109-V39-02-page3.txt: [('-ttViL', 'ttViL'), ('mani-', 'mani'), ('-In', 'In')]
ST19120109-V39-02-page4.txt: [('-them', 'them'), ("-God's", "God's"), ('-added', 'added'), ('-', ''), ('-paths', 'paths'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120109-V39-02-page5.txt: [('-it', 'it'), ('pray-', 'pray'), ('ths---', 'ths--'), ('Medo-', 'Medo'), ('wonder-', 'wonder'), ('--', '-'), ('-', '')]
ST19120109-V39-02-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('or-', 'or')]
ST19120109-V39-02-page7.txt: [('-', ''), ('SERV-', 'SERV'), ('--', '-')]
ST19120109-V39-02-page8.txt: [('-', ''), ('-', ''), ('FUL-', 'FUL'), ('-filling', 'filling')]
ST19120109-V39-02-page9.txt: [('-', ''), ('-earliertimes', 'earliertimes')]
ST19120116-V39-03-page1.txt: [('-', ''), ('-', '')]
ST19120116-V39-03-page10.txt: [('-', '')]
ST19120116-V39-03-page11.txt: [('-The', 'The'), ('Anti-', 'Anti')]
ST19120116-V39-03-page12.txt: [('perse-', 'perse'), ('Abys-', 'Abys')]
ST19120116-V39-03-page13.txt: [('-with', 'with'), ('-', ''), ('con-', 'con'), ('-', '')]
ST19120116-V39-03-page14.txt: [('-', ''), ('foun-', 'foun')]
ST19120116-V39-03-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Outlook', 'Outlook'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('One-', 'One'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-report', 'report'), ('-little', 'little'), ('read-', 'read'), ('-', ''), ('-', ''), ('-', ''), ('c-', 'c'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120116-V39-03-page3.txt: [('weak-', 'weak')]
ST19120116-V39-03-page4.txt: [('in-', 'in')]
ST19120116-V39-03-page5.txt: [('-', ''), ('-', ''), ('-conscience', 'conscience'), ('non-', 'non')]
ST19120116-V39-03-page6.txt: [('-', ''), ('Nebuchadnezzar-', 'Nebuchadnezzar'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120116-V39-03-page7.txt: [('allow-', 'allow'), ('-', ''), ('-Theo', 'Theo'), ("'.-", "'."), ('.-."-b-', '.-."-b'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120116-V39-03-page8.txt: [('-', ''), ('-', '')]
ST19120123-V39-04-page10.txt: [('re-', 're'), ('-quest', 'quest'), ('insist-', 'insist')]
ST19120123-V39-04-page11.txt: [('-', ''), ('-', ''), ('Ex-', 'Ex'), ('-', ''), ('-', ''), ('des-', 'des')]
ST19120123-V39-04-page12.txt: [('-die', 'die')]
ST19120123-V39-04-page13.txt: [('Naz-', 'Naz'), ('..-', '..'), ('-', ''), ('-', ''), ("'.-", "'."), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120123-V39-04-page14.txt: [('-an', 'an'), ('--', '-'), ('-his', 'his'), ('-Dorland', 'Dorland'), ('--', '-')]
ST19120123-V39-04-page15.txt: [('Washington-', 'Washington'), ("Washington's-", "Washington's")]
ST19120123-V39-04-page16.txt: [('-fie', 'fie'), ('-', ''), ('-', ''), ('---Infant', '--Infant'), ('-', ''), ('Sanc-', 'Sanc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-K', 'K'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-gave-it', 'gave-it'), ('motive-', 'motive')]
ST19120123-V39-04-page2.txt: [('.-', '.'), ('-while', 'while'), ('reading-', 'reading')]
ST19120123-V39-04-page3.txt: [('-', ''), ('-', '')]
ST19120123-V39-04-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-worship.', 'worship.')]
ST19120123-V39-04-page5.txt: [('-', ''), ('Tes-', 'Tes'), ('-', ''), ('-', ''), ('-', '')]
ST19120123-V39-04-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Evil-', 'Evil'), ('-', ''), ('-thoughts', 'thoughts'), ('-', ''), ('-', '')]
ST19120123-V39-04-page7.txt: [('-everence', 'everence'), ('UPHAR-', 'UPHAR'), ('-', ''), ('-rfruk', 'rfruk'), ('-', ''), ("-''-lr", "''-lr"), ('ra"--', 'ra"-'), ('-', ''), ('-M\'q"', 'M\'q"'), ('-iiiii', 'iiiii'), ('--', '-'), ('.-', '.'), ('-i-mr', 'i-mr'), ('P-', 'P'), ('r-', 'r'), ('-', ''), ('-itt', 'itt'), ('-igr', 'igr'), ('v-', 'v'), ('r-', 'r'), ('-trzortr', 'trzortr'), ('-', ''), ('cV-', 'cV'), ('y-', 'y'), ('-gr', 'gr'), ('t-', 't'), ('-W-.', 'W-.'), ('Aw---', 'Aw--')]
ST19120123-V39-04-page8.txt: [('ruler.-', 'ruler.'), ('un-', 'un'), ('to-', 'to'), ('-', ''), ('-', ''), ('delay.-', 'delay.'), ('-ea.', 'ea.'), ('--', '-'), ('people.-', 'people.'), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', '')]
ST19120130-V39-05-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('gun-', 'gun'), ('-hosts', 'hosts'), ('the-', 'the'), ('-from', 'from'), ('coun-', 'coun')]
ST19120130-V39-05-page11.txt: [('soughtto-', 'soughtto'), ('-cloth', 'cloth'), ('--', '-')]
ST19120130-V39-05-page12.txt: [('re-enforce-', 're-enforce'), ('dif-', 'dif')]
ST19120130-V39-05-page13.txt: [('Washington-', 'Washington')]
ST19120130-V39-05-page14.txt: [('-to', 'to'), ('in-', 'in'), ('--', '-'), ('emaciation.-', 'emaciation.'), ('-', ''), ('-is', 'is'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120130-V39-05-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('en-', 'en')]
ST19120130-V39-05-page16.txt: [('-', ''), ('-', ''), ('-joined', 'joined'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-PAGE', 'PAGE'), ('Turco-', 'Turco'), ('-tendered', 'tendered'), ('of-', 'of'), ('-IC', 'IC'), ('-vital', 'vital'), ('-ers', 'ers'), ('organized.-', 'organized.'), ('per-', 'per'), ('Correction.-', 'Correction.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('Agri-', 'Agri')]
ST19120130-V39-05-page2.txt: [('-', ''), ('--', '-'), ('--', '-')]
ST19120130-V39-05-page3.txt: [('-preach', 'preach')]
ST19120130-V39-05-page4.txt: [('diffi-', 'diffi'), ('-', ''), ('-', '')]
ST19120130-V39-05-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-after', 'after'), ('-world', 'world'), ('numer-', 'numer'), ('-', ''), ('-', '')]
ST19120130-V39-05-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('DARIUS.-', 'DARIUS.'), ('-', ''), ('OCCASION.-', 'OCCASION.'), ('--', '-')]
ST19120130-V39-05-page7.txt: [('unim-', 'unim')]
ST19120130-V39-05-page8.txt: [('AU-', 'AU'), ('in-', 'in'), ('govern-', 'govern')]
ST19120130-V39-05-page9.txt: [('-', ''), ('-', ''), ('noth-', 'noth'), ('-', '')]
ST19120206-V39-06-page10.txt: [('Tien-Tsin-', 'Tien-Tsin'), ('pro-', 'pro'), ('-as', 'as'), ('-', ''), ('-', '')]
ST19120206-V39-06-page12.txt: [('pray-', 'pray'), ('-that', 'that'), ('-', '')]
ST19120206-V39-06-page13.txt: [('-', ''), ('-', ''), ('-', '')]
ST19120206-V39-06-page14.txt: [('-', ''), ('-', ''), ('-face', 'face'), ('-which', 'which'), ('rain-', 'rain'), ('sweat-', 'sweat'), ('-', '')]
ST19120206-V39-06-page15.txt: [('Washington-', 'Washington'), ('Corn-', 'Corn')]
ST19120206-V39-06-page16.txt: [('-', ''), ('or--', 'or-'), ('-Version', 'Version'), ('-.American', '.American'), ('-', ''), ('Standard-', 'Standard'), ('-editionof', 'editionof'), ('Revised-', 'Revised'), ('-', ''), ('-', ''), ('-', ''), ('-that', 'that'), ('-Issue', 'Issue'), ('-L', 'L'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-To-Day', 'To-Day'), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('nie-', 'nie'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-God's", "God's"), ('-', ''), ('-', ''), ('-', ''), ('unanimity-', 'unanimity'), ('-not', 'not'), ('prog-', 'prog'), ('des-', 'des'), ('-.', '.'), ('-the', 'the'), ('-latter', 'latter'), ('-us--to-depend', 'us--to-depend'), ('-Rosenew', 'Rosenew'), ('the-Prom-', 'the-Prom'), ("'-", "'"), ('-divine', 'divine'), ('-disreisei', 'disreisei'), ('or-', 'or'), ('Christianity.-', 'Christianity.'), ('-', ''), ('-', ''), ('-mental', 'mental'), ('hasen-', 'hasen'), ('-IC', 'IC'), ('ninety--', 'ninety-')]
ST19120206-V39-06-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex'), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
ST19120206-V39-06-page3.txt: [('-', ''), ('-', '')]
ST19120206-V39-06-page4.txt: [('-imeo', 'imeo'), ('-.', '.'), ('-struggle', 'struggle'), ('-', ''), ('-', '')]
ST19120206-V39-06-page5.txt: [('-', ''), ('there-', 'there')]
ST19120206-V39-06-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('DREAMS.-', 'DREAMS.'), ('BELSHAZZAR.-', 'BELSHAZZAR.'), ('WINDS.-', 'WINDS.'), ('-', ''), ('SEA.-', 'SEA.'), ('BEASTS.-', 'BEASTS.'), ('-', ''), ('-', ''), ('PLUCKED.-', 'PLUCKED.')]
ST19120206-V39-06-page7.txt: [('Medo-', 'Medo'), ('--', '-'), ('Medo-', 'Medo'), ('-', ''), ('ex-', 'ex')]
ST19120206-V39-06-page8.txt: [('"-', '"'), ("--it'Ic-", "-it'Ic-"), ('service.-', 'service.'), ('-trials', 'trials'), ('-taught', 'taught'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('rela-', 'rela')]
ST19120206-V39-06-page9.txt: [('-', ''), ('-', ''), ('-', ''), ("---'t", "--'t"), ('-', ''), ('----', '---'), ('.-', '.'), ('--', '-'), ('--..', '-..'), ('-', ''), ('-', ''), ('-', ''), ('--.', '-.'), ('-s-', 's-'), ('-', ''), ('----....', '---....'), ('...--', '...-'), ('-', ''), ('-', '')]
ST19120213-V39-07-page1.txt: [('-', '')]
ST19120213-V39-07-page10.txt: [('pos-', 'pos'), ('-', ''), ('-', '')]
ST19120213-V39-07-page11.txt: [('regu-', 'regu')]
ST19120213-V39-07-page12.txt: [('mis-', 'mis')]
ST19120213-V39-07-page13.txt: [('-k', 'k')]
ST19120213-V39-07-page14.txt: [('-and', 'and'), ('-do', 'do'), ('-', '')]
ST19120213-V39-07-page16.txt: [('-', ''), ('-better', 'better'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-His', 'His'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-do', 'do'), ('it--', 'it-'), ('Postmaster-', 'Postmaster'), ('-', ''), ('King-', 'King')]
ST19120213-V39-07-page2.txt: [('-', ''), ('Euty-', 'Euty'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120213-V39-07-page3.txt: [('-', ''), ('-', ''), ('im-', 'im'), ('-', ''), ('long-suf-', 'long-suf'), ('-power', 'power'), ('-', '')]
ST19120213-V39-07-page4.txt: [('hu-', 'hu'), ('-tnanity', 'tnanity'), ('-', ''), ('-', ''), ('-', ''), ('Medo-', 'Medo')]
ST19120213-V39-07-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120213-V39-07-page6.txt: [('Medo-', 'Medo'), ('-', ''), ('pro-', 'pro'), ('-', ''), ('-', ''), ('-', ''), ('DI-', 'DI'), ('-', ''), ('-', ''), ('s--', 's-'), ('-', '')]
ST19120213-V39-07-page7.txt: [('-', ''), ('As-', 'As'), ('-', ''), ('-', '')]
ST19120213-V39-07-page8.txt: [('--', '-')]
ST19120213-V39-07-page9.txt: [('PATIENCE.-', 'PATIENCE.'), ('KINDNESS.-', 'KINDNESS.'), ('GENEROSITY.-', 'GENEROSITY.'), ('HUMILITY.-', 'HUMILITY.'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('asunder.-', 'asunder.'), ('COURTESY.-', 'COURTESY.'), ('UNSELFISHNESS.-', 'UNSELFISHNESS.'), ('things"-', 'things"'), ('eternity.-', 'eternity.'), ("'I..-", "'I.."), ('----', '---'), ('.--', '.-'), ('Thr--', 'Thr-'), ('------', '-----'), ('NOTE.-', 'NOTE.'), ('MY-', 'MY'), ('-', ''), ('-..', '..'), ('-', ''), ("'-'-'------", "'-'-'-----"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("---.'-'-'-'-", "--.'-'-'-'-")]
ST19120220-V39-08-page1.txt: [('-', '')]
ST19120220-V39-08-page10.txt: [('Traffic-', 'Traffic')]
ST19120220-V39-08-page11.txt: [('de-', 'de'), ('accepted.-', 'accepted.')]
ST19120220-V39-08-page12.txt: [('-that', 'that'), ('-', ''), ('-', ''), ('---', '--'), ('-cost', 'cost'), ('-', ''), ('-', '')]
ST19120220-V39-08-page13.txt: [('--', '-'), ('-', ''), ('No-', 'No')]
ST19120220-V39-08-page14.txt: [('-', ''), ('-', ''), ('nec-', 'nec')]
ST19120220-V39-08-page15.txt: [('fal-', 'fal'), ('-', '')]
ST19120220-V39-08-page16.txt: [('-frneo', 'frneo'), ('arid-New-Testaments.-', 'arid-New-Testaments.'), ('Common-', 'Common'), ('other-', 'other'), ('-wise-indicated', 'wise-indicated'), ('-', ''), ('the-', 'the'), ('-clearly', 'clearly'), ('-', ''), ('-changes', 'changes'), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('Punishment.-', 'Punishment.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120220-V39-08-page2.txt: [('--', '-'), ('help-', 'help'), ('-', ''), ('-', '')]
ST19120220-V39-08-page3.txt: [('rA--', 'rA-'), ('-', ''), ('-', '')]
ST19120220-V39-08-page4.txt: [('-for', 'for'), ('-', '')]
ST19120220-V39-08-page5.txt: [('-', '')]
ST19120220-V39-08-page6.txt: [('-', ''), ('-', ''), ('-standing', 'standing'), ('-', ''), ('-', ''), ('-', ''), ('-"The', '"The')]
ST19120220-V39-08-page7.txt: [('-it', 'it'), ('--VP', '-VP'), ('IM-', 'IM'), ('-', ''), ('.-', '.'), ('-"', '"'), ('--v-', '-v-'), ('-', ''), ('-N..', 'N..'), ('-', ''), ('-..', '..'), ('----', '---'), ('------', '-----'), ('i..-', 'i..'), ('RE-', 'RE')]
ST19120220-V39-08-page8.txt: [('-', ''), ('-gignoz', 'gignoz'), ('-', ''), ('-', ''), ('-', '')]
ST19120220-V39-08-page9.txt: [('-firneo', 'firneo'), ('-', ''), ('-is', 'is')]
ST19120227-V39-09-page10.txt: [('---', '--'), ('-', ''), ('-general', 'general')]
ST19120227-V39-09-page11.txt: [('-of', 'of'), ('so-', 'so')]
ST19120227-V39-09-page13.txt: [('be-', 'be'), ('-', '')]
ST19120227-V39-09-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Arehileti-', 'Arehileti'), ('Letter-', 'Letter')]
ST19120227-V39-09-page15.txt: [('-', ''), ('-', ''), ('with-', 'with'), ('-', ''), ('-', '')]
ST19120227-V39-09-page16.txt: [('-', ''), ('---', '--'), ('---', '--'), ('-', ''), ('-Indies', 'Indies'), ('other-', 'other'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Ye', '-Ye'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120227-V39-09-page2.txt: [('-against', 'against'), ('-that', 'that'), ('mentioning-', 'mentioning'), ('-bear', 'bear'), ('men-', 'men'), ('-Israel', 'Israel')]
ST19120227-V39-09-page3.txt: [('obey-', 'obey')]
ST19120227-V39-09-page4.txt: [('suf-', 'suf'), ('-', '')]
ST19120227-V39-09-page5.txt: [('-', ''), ('-', '')]
ST19120227-V39-09-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('glo-', 'glo'), ('-', ''), ('Be-', 'Be')]
ST19120227-V39-09-page7.txt: [('--Daniel--', '-Daniel--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120227-V39-09-page8.txt: [('B-', 'B'), ('-', ''), ('-', ''), ('-', '')]
ST19120227-V39-09-page9.txt: [('D-', 'D'), ('re-', 're'), ('be-', 'be')]
ST19120305-V39-10-page10.txt: [('place-', 'place')]
ST19120305-V39-10-page11.txt: [('beauti-', 'beauti')]
ST19120305-V39-10-page12.txt: [('n-', 'n')]
ST19120305-V39-10-page13.txt: [('dis-', 'dis'), ('mar-', 'mar')]
ST19120305-V39-10-page14.txt: [('car-', 'car'), ('fal-', 'fal'), ('Arehltee-', 'Arehltee')]
ST19120305-V39-10-page15.txt: [('-', ''), ('-z', 'z')]
ST19120305-V39-10-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Com-', 'Com'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Wicked-----', 'Wicked----'), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('-of', 'of'), ('---', '--')]
ST19120305-V39-10-page2.txt: [('-', ''), ('-', ''), ('t-', 't'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120305-V39-10-page5.txt: [('-fie', 'fie'), ('-', ''), ('-', '')]
ST19120305-V39-10-page6.txt: [('-', ''), ('Horn-', 'Horn'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120305-V39-10-page7.txt: [('Fifth-', 'Fifth'), ('-energetic', 'energetic'), ('-', ''), ('-outside', 'outside'), ('-to', 'to')]
ST19120305-V39-10-page8.txt: [('en-', 'en'), ('-', ''), ('-which', 'which'), ('him-', 'him'), ('-thee', 'thee')]
ST19120305-V39-10-page9.txt: [('Him-', 'Him'), ('COVER-', 'COVER'), ('CON-', 'CON'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-.', '.'), ('-.', '.'), ('-', ''), ('-W', 'W'), ('.-', '.'), ('-', ''), ('Y-', 'Y'), ("-'", "'"), ('-', ''), ('-', ''), ('-', '')]
ST19120312-V39-11-page1.txt: [('-', '')]
ST19120312-V39-11-page10.txt: [('-fmeo', 'fmeo'), ('ar-', 'ar'), ('-', ''), ('law-', 'law'), ('con-', 'con')]
ST19120312-V39-11-page11.txt: [('-Oigno', 'Oigno'), ('confronting-', 'confronting'), ('-', ''), ('--es', '-es'), ('-', ''), ('-', '')]
ST19120312-V39-11-page12.txt: [('-the', 'the'), ('------', '-----')]
ST19120312-V39-11-page13.txt: [('-lately', 'lately'), ('-several', 'several'), ('-', '')]
ST19120312-V39-11-page14.txt: [('-', ''), ('Mac-', 'Mac'), ('-', ''), ('-', '')]
ST19120312-V39-11-page15.txt: [('-m', 'm')]
ST19120312-V39-11-page16.txt: [('-The', 'The'), ('-arelaboring', 'arelaboring'), ('bloodshed.-', 'bloodshed.'), ('ir-', 'ir'), ('ether-', 'ether'), ('-', ''), ('--fig.hy.', '-fig.hy.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-come', 'come'), ('-lt', 'lt'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Soul-', 'Soul'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Me', 'Me'), ('-', ''), ('-life-awayi-"-', 'life-awayi-"-'), ('-Andthe', 'Andthe'), ('religio-ecelesias-', 'religio-ecelesias'), ('-Of', 'Of'), ('-Friel', 'Friel'), ('--', '-'), ('-', ''), ('-', ''), ('the.-', 'the.'), ('-as', 'as')]
ST19120312-V39-11-page2.txt: [('-', ''), ('-sign', 'sign'), ('-', ''), ('-', '')]
ST19120312-V39-11-page3.txt: [('-for', 'for'), ('-', '')]
ST19120312-V39-11-page4.txt: [('--', '-'), ('diso-', 'diso')]
ST19120312-V39-11-page5.txt: [('-', '')]
ST19120312-V39-11-page6.txt: [('-', ''), ('-', ''), ('PRE-', 'PRE'), ('FUL-', 'FUL'), ('PRINCI-', 'PRINCI'), ('-', ''), ('-', ''), ('-', '')]
ST19120312-V39-11-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('BE-', 'BE'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120312-V39-11-page8.txt: [('-St', 'St'), ('heavenly-', 'heavenly'), ('-', ''), ('-stalk', 'stalk'), ('-', ''), ('-long-suffering', 'long-suffering'), ('-he', 'he'), ('-', ''), ('-', '')]
ST19120312-V39-11-page9.txt: [('-', '')]
ST19120319-V39-12-page10.txt: [('an-', 'an'), ('-within-its', 'within-its'), ('Wash-', 'Wash'), ('-', ''), ('-', ''), ('re-', 're')]
ST19120319-V39-12-page11.txt: [('-', '')]
ST19120319-V39-12-page13.txt: [('-cfic', 'cfic'), ('-', '')]
ST19120319-V39-12-page14.txt: [('-All', 'All')]
ST19120319-V39-12-page15.txt: [('.--', '.-'), ('-.----', '.----'), ('-', ''), ('-', ''), ('--', '-')]
ST19120319-V39-12-page16.txt: [('-', ''), ('-', ''), ('-They', 'They'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Abraham-', 'Abraham'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Com-', 'Com'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-lc', 'lc'), ('light.-', 'light.'), ('---', '--'), ('-lc', 'lc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('andmanybe-', 'andmanybe'), ('-possibility', 'possibility'), ('-', ''), ('-neo', 'neo')]
ST19120319-V39-12-page2.txt: [('-', ''), ('-', ''), ('-', ''), ("'k-", "'k"), ('-the', 'the'), ('-', ''), ('-.', '.'), ('-.', '.'), ('-..-', '..-'), ('-', '')]
ST19120319-V39-12-page3.txt: [('-horror', 'horror'), ('-', '')]
ST19120319-V39-12-page4.txt: [('-guilt', 'guilt'), ('-', '')]
ST19120319-V39-12-page5.txt: [('-', ''), ('-', '')]
ST19120319-V39-12-page7.txt: [('God.-', 'God.'), ('-', '')]
ST19120319-V39-12-page8.txt: [('law-', 'law')]
ST19120319-V39-12-page9.txt: [('"Behold--', '"Behold-'), ('-where', 'where')]
ST19120326-V39-13-page1.txt: [('-', '')]
ST19120326-V39-13-page11.txt: [('-', ''), ('-', '')]
ST19120326-V39-13-page13.txt: [('Saturday.-', 'Saturday.'), ('Sunday.-', 'Sunday.'), ('B.-', 'B.'), ('-', ''), ('paper.-', 'paper.'), ('-', ''), ('-', ''), ('-March', 'March'), ('-', ''), ('Tobacco-', 'Tobacco'), ('Heal-', 'Heal'), ('-', '')]
ST19120326-V39-13-page15.txt: [('-win', 'win')]
ST19120326-V39-13-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Re-', 'Re'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Corn-', 'Corn'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120326-V39-13-page2.txt: [('-', '')]
ST19120326-V39-13-page3.txt: [('communica-', 'communica'), ('-iuf', 'iuf')]
ST19120326-V39-13-page4.txt: [('-', ''), ('-', '')]
ST19120326-V39-13-page5.txt: [('-from', 'from'), ('-', ''), ('-', '')]
ST19120326-V39-13-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('how-', 'how'), ('DECREED.-', 'DECREED.')]
ST19120326-V39-13-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19120326-V39-13-page8.txt: [('-', ''), ('.--', '.-'), ('-', ''), ('-of', 'of'), ('-', '')]
ST19120326-V39-13-page9.txt: [('-', ''), ('-', ''), ('-"Lord', '"Lord'), ('--', '-')]
ST19120402-V39-14-page1.txt: [('-', '')]
ST19120402-V39-14-page10.txt: [('-', '')]
ST19120402-V39-14-page11.txt: [('-', '')]
ST19120402-V39-14-page13.txt: [('-lineo', 'lineo'), ('-', ''), ('E--', 'E-')]
ST19120402-V39-14-page14.txt: [('pro-', 'pro'), ('-', ''), ('-time', 'time'), ('-way', 'way')]
ST19120402-V39-14-page15.txt: [('-the', 'the')]
ST19120402-V39-14-page16.txt: [('resurrection.-', 'resurrection.'), ('-', ''), ('-', ''), ('-', ''), ('work-', 'work'), ('Commonaf..ing-', 'Commonaf..ing'), ('Re-', 'Re'), ('-Version', 'Version'), ('-is', 'is'), ('-is.-worth', 'is.-worth'), ('-of', 'of'), ('Reproof.L-', 'Reproof.L'), ('adora-', 'adora'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Bible', 'Bible'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-principles', 'principles'), ('-lc', 'lc'), ('-', ''), ('-', ''), ('-planted', 'planted'), ('-', ''), ('-', ''), ('-', ''), ('--He', '-He'), ('-did', 'did'), ('-it', 'it'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120402-V39-14-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-', ''), ('-seventytwo', 'seventytwo'), ('--.', '-.')]
ST19120402-V39-14-page3.txt: [('-These', 'These'), ('inanticipa-', 'inanticipa'), ('Matt.-', 'Matt.')]
ST19120402-V39-14-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-th', 'th'), ('-we', 'we'), ("-the'", "the'")]
ST19120402-V39-14-page5.txt: [('-life', 'life'), ('-', ''), ('-', ''), ('-education.', 'education.')]
ST19120402-V39-14-page6.txt: [('-', ''), ('how-', 'how'), ('-er', 'er'), ('state-', 'state'), ('good-', 'good'), ('-i-iess', 'i-iess'), ('right-', 'right'), ('oun-', 'oun'), ('-', ''), ('-', ''), ('-', '')]
ST19120402-V39-14-page7.txt: [('-', ''), ('minis-', 'minis'), ('-', ''), ('-.', '.')]
ST19120402-V39-14-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('AC-', 'AC'), ('-', '')]
ST19120402-V39-14-page9.txt: [('-fic', 'fic'), ('-', ''), ('insti-', 'insti'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120409-V39-15-page11.txt: [('-ineo', 'ineo'), ('-', ''), ('pro-', 'pro'), ('-eeeded', 'eeeded')]
ST19120409-V39-15-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19120409-V39-15-page13.txt: [('-', ''), ('-', ''), ('-and', 'and'), ('-oltavviNracreareilmartartartitaiclviiirieiflOyeaTerro', 'oltavviNracreareilmartartartitaiclviiirieiflOyeaTerro'), ('-', '')]
ST19120409-V39-15-page14.txt: [('-', '')]
ST19120409-V39-15-page15.txt: [('-iirrit', 'iirrit'), ('.-', '.'), ('-', '')]
ST19120409-V39-15-page16.txt: [('-', ''), ('-', ''), ('-object', 'object'), ('-compelled', 'compelled'), ('-fitthat', 'fitthat'), ('----', '---'), ('---', '--'), ('cam-', 'cam'), ('declares.-', 'declares.'), ('sin-', 'sin'), ('-All', 'All'), ('send-', 'send'), ('-', ''), ('-', ''), ('--', '-'), ('-A-t-taptrientof-', 'A-t-taptrientof-'), ('Christianity-', 'Christianity'), ('-', ''), ('-', ''), ('-L', 'L'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Effectiveness.--', 'Effectiveness.-'), ('-', ''), ('-', ''), ('-orgather', 'orgather'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('con-', 'con'), ('-the', 'the'), ('andall.-', 'andall.'), ('pre-', 'pre'), ('wouldtake--', 'wouldtake-'), ('fleetof-', 'fleetof'), ('-to', 'to'), ('-ritain', 'ritain'), ('-special', 'special'), ('-', ''), ('-be', 'be')]
ST19120409-V39-15-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('par-', 'par')]
ST19120409-V39-15-page5.txt: [('-', ''), ('-', '')]
ST19120409-V39-15-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('CYRUS.-', 'CYRUS.'), ('WEEKS.-', 'WEEKS.'), ('MONTH.-', 'MONTH.'), ('HIDDEKEL.-', 'HIDDEKEL.'), ('LINEN.-', 'LINEN.'), ('ME.-', 'ME.'), ('BEFALL.-', 'BEFALL.'), ('-', '')]
ST19120409-V39-15-page7.txt: [('-', ''), ('mysteries."---', 'mysteries."--'), ('-', ''), ('-', ''), ('king-', 'king'), ('-', ''), ('-', ''), ('-', '')]
ST19120409-V39-15-page8.txt: [('-fineo', 'fineo'), ('AP-', 'AP'), ('MORN-', 'MORN'), ('-', ''), ('gen-', 'gen')]
ST19120409-V39-15-page9.txt: [('-', ''), ('-', '')]
ST19120416-V39-16-page10.txt: [('sea-', 'sea'), ('GOS-', 'GOS')]
ST19120416-V39-16-page11.txt: [('BROTHER-', 'BROTHER'), ('BE-', 'BE'), ('MAN-', 'MAN'), ('CA-', 'CA'), ('REAL-', 'REAL')]
ST19120416-V39-16-page12.txt: [('-', '')]
ST19120416-V39-16-page13.txt: [('-', ''), ('-', ''), ('LEAFLET--', 'LEAFLET-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ifp--', 'ifp-'), ('-', ''), ('-', '')]
ST19120416-V39-16-page14.txt: [('-educational', 'educational'), ('-Sabbath-school', 'Sabbath-school'), ('-of', 'of')]
ST19120416-V39-16-page15.txt: [('-imeo', 'imeo'), ('-', '')]
ST19120416-V39-16-page16.txt: [('-ie', 'ie'), ('-less', 'less'), ('-', ''), ('-glorious', 'glorious'), ('"Authorized"-', '"Authorized"'), ('con-', 'con'), ('-evangelical', 'evangelical'), ('-Li', 'Li'), ('-.', '.'), ('-Climate', 'Climate'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-K', 'K'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120416-V39-16-page2.txt: [('-', ''), ('--', '-'), ('dmisli-', 'dmisli'), ('-', ''), ('-', ''), ('-', '')]
ST19120416-V39-16-page3.txt: [('-', ''), ('-hiiminty', 'hiiminty'), ('char-', 'char')]
ST19120416-V39-16-page5.txt: [('---', '--'), ('-', ''), ('remem-', 'remem'), ('-', '')]
ST19120416-V39-16-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--The', '-The'), ('Mace-', 'Mace')]
ST19120416-V39-16-page7.txt: [('Gas-', 'Gas'), ('Lysima-', 'Lysima'), ('TUR-', 'TUR'), ('Philadel-', 'Philadel')]
ST19120416-V39-16-page8.txt: [('-fic', 'fic'), ('-', ''), ('-', ''), ('-', '')]
ST19120416-V39-16-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120423-V39-17-page1.txt: [('-', '')]
ST19120423-V39-17-page10.txt: [('ar-', 'ar'), ('every-', 'every')]
ST19120423-V39-17-page11.txt: [('-', ''), ('Q--', 'Q-'), ('coun-', 'coun')]
ST19120423-V39-17-page12.txt: [('-', '')]
ST19120423-V39-17-page13.txt: [('-lc', 'lc'), ('-', '')]
ST19120423-V39-17-page14.txt: [('-', ''), ('MIRM-', 'MIRM'), ('-', ''), ('-', ''), ('Corn-', 'Corn'), ('-', ''), ('teach-', 'teach'), ('-', ''), ('-', '')]
ST19120423-V39-17-page15.txt: [('-itnelv', 'itnelv')]
ST19120423-V39-17-page16.txt: [('--iMeo', '-iMeo'), ('Stumbling-', 'Stumbling'), ('Tees-', 'Tees'), ('-', ''), ('-Days', 'Days'), ('-of', 'of'), ('--', '-'), ("'AdminiStra-", "'AdminiStra"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-eicereises'ihn.", "eicereises'ihn."), ('-imposed', 'imposed'), ('effective.-', 'effective.'), ('legisla-', 'legisla'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('Califtirtila.-', 'Califtirtila.'), ('-', ''), ('-Aid', 'Aid'), ('-', ''), ('-', ''), ('Wood-', 'Wood'), ('-', ''), ('-majesty', 'majesty'), ('theirsober-', 'theirsober'), ('-gifts', 'gifts'), ('--', '-'), ('."The-', '."The'), ('--H', '-H'), ('-ought', 'ought'), ('-quicken', 'quicken'), ('-', ''), ('-', ''), ('Ifni-', 'Ifni'), ('-much', 'much'), ('pro-', 'pro'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-yet', 'yet'), ('-', ''), ('-p', 'p'), ('-life.', 'life.'), ('-', ''), ('-than', 'than'), ('-', ''), ('If-', 'If'), ('-famous', 'famous'), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('-miracle', 'miracle'), ('-', ''), ('-', ''), ('-and-.treitnient', 'and-.treitnient'), ('-', ''), ('-to', 'to'), ('-excepted', 'excepted'), ('-Longstreet.Were', 'Longstreet.Were'), ('-win', 'win'), ('of-', 'of')]
ST19120423-V39-17-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120423-V39-17-page3.txt: [('Him-', 'Him'), ('John-', 'John'), ('Para-', 'Para'), ('Y.-', 'Y.')]
ST19120423-V39-17-page4.txt: [('-', ''), ('-', '')]
ST19120423-V39-17-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('disesteeming-', 'disesteeming'), ('-most', 'most'), ('-', ''), ('un-', 'un')]
ST19120423-V39-17-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('COVE-', 'COVE')]
ST19120423-V39-17-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19120423-V39-17-page8.txt: [('-', ''), ('-of', 'of')]
ST19120423-V39-17-page9.txt: [('-', '')]
ST19120430-V39-18-page1.txt: [('American-', 'American')]
ST19120430-V39-18-page10.txt: [('-', ''), ('-', '')]
ST19120430-V39-18-page13.txt: [('Oak-', 'Oak'), ('corn-', 'corn'), ('-', '')]
ST19120430-V39-18-page15.txt: [("and'-", "and'")]
ST19120430-V39-18-page16.txt: [('-notgenerally', 'notgenerally'), ('-', ''), ('ma-', 'ma'), ('-', ''), ('oc-', 'oc'), ('.A.-', '.A.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('them-', 'them'), ('-', ''), ('-Oakland', 'Oakland'), ('-system', 'system'), ('--K', '-K'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('GAtiral-', 'GAtiral'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-World-Wide', 'World-Wide'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-name', 'name')]
ST19120430-V39-18-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-American', 'American')]
ST19120430-V39-18-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120430-V39-18-page5.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('prac-', 'prac'), ('them-', 'them'), ("-'", "'")]
ST19120430-V39-18-page6.txt: [('-', ''), ('-', ''), ('KING"-', 'KING"')]
ST19120430-V39-18-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('"protect-', '"protect'), ('-', '')]
ST19120430-V39-18-page8.txt: [('-fie', 'fie'), ('-', ''), ('-', ''), ('Chris-', 'Chris')]
ST19120430-V39-18-page9.txt: [('CEN-', 'CEN'), ('-', ''), ('-', '')]
ST19120507-V39-19-page1.txt: [('-JENUS', 'JENUS')]
ST19120507-V39-19-page10.txt: [('-', ''), ('-this', 'this'), ('-', ''), ('-political', 'political')]
ST19120507-V39-19-page12.txt: [('--', '-'), ('Im-', 'Im')]
ST19120507-V39-19-page13.txt: [('head-', 'head'), ('Mrs.-', 'Mrs.')]
ST19120507-V39-19-page14.txt: [('Lord-', 'Lord'), ('-', ''), ('-', '')]
ST19120507-V39-19-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120507-V39-19-page16.txt: [('-fine', 'fine'), ('-Now--Testaments.-', 'Now--Testaments.-'), ('Common-', 'Common'), ('-', ''), ('-will-be', 'will-be'), ('-', ''), ('-all', 'all'), ('-in', 'in'), ('-Catlilice', 'Catlilice'), ('-in', 'in'), ('-which', 'which'), ('-', ''), ('-oversight.', 'oversight.'), ('-world', 'world'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Fa-', 'Fa'), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-week', 'week'), ('--', '-'), ('-of', 'of'), ('-in', 'in'), ('-', ''), ('-', ''), ('eter--', 'eter-'), ('free-', 'free')]
ST19120507-V39-19-page2.txt: [('-', ''), ('As-', 'As'), ('crea-', 'crea'), ('-', ''), ('-', ''), ('-', '')]
ST19120507-V39-19-page3.txt: [('hu-', 'hu'), ('con-', 'con'), ('-', ''), ('mir-', 'mir')]
ST19120507-V39-19-page4.txt: [('-', ''), ('-ficlAigrtgr', 'ficlAigrtgr'), ('-', ''), ('re-', 're'), ('in-', 'in')]
ST19120507-V39-19-page5.txt: [('-fie', 'fie'), ('-moment', 'moment'), ('-', ''), ('-', ''), ('-', '')]
ST19120507-V39-19-page6.txt: [('-', ''), ('-', ''), ('DE-', 'DE'), ('TIME.-', 'TIME.'), ('SLEEP.-', 'SLEEP.'), ('WORDS.-', 'WORDS.'), ('-', ''), ('TROUBLE.-', 'TROUBLE.'), ('-', ''), ('-', ''), ('TIME.-', 'TIME.')]
ST19120507-V39-19-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('CON-', 'CON'), ('-', '')]
ST19120507-V39-19-page8.txt: [('-', ''), ('-', ''), ('-open', 'open'), ('-', ''), ('-', ''), ('speci-', 'speci')]
ST19120507-V39-19-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('oftheWmetv.t-', 'oftheWmetv.t')]
ST19120521-V39-20-page1.txt: [('-lc', 'lc'), ('-', '')]
ST19120521-V39-20-page10.txt: [('-Decalogue', 'Decalogue'), ('Phari-', 'Phari'), ('Chris-', 'Chris'), ('-contrary', 'contrary'), ('-', '')]
ST19120521-V39-20-page11.txt: [('-', ''), ('-questions', 'questions')]
ST19120521-V39-20-page12.txt: [('-k', 'k'), ('vio-', 'vio'), ('--K', '-K')]
ST19120521-V39-20-page13.txt: [('--', '-'), ('-', '')]
ST19120521-V39-20-page14.txt: [('Frontispiece--', 'Frontispiece-'), ('-', ''), ('-orl', 'orl'), ('-', ''), ('-English', 'English'), ('-', ''), ('-may', 'may'), ('-', ''), ('Cali-', 'Cali'), ('Bibles.-', 'Bibles.'), ('-page', 'page'), ('-a', 'a'), ('-a', 'a'), ('View.-', 'View.'), ('be-', 'be'), ('en-', 'en'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120521-V39-20-page15.txt: [('Tobacco-', 'Tobacco'), ('Heal-', 'Heal'), ('-', ''), ('-BY', 'BY'), ('-', ''), ('-Immortality', 'Immortality')]
ST19120521-V39-20-page16.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-orders', 'orders'), ('-But', 'But'), ('-ism', 'ism'), ('--ic', '-ic'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Two-', 'Two'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120521-V39-20-page2.txt: [('-that', 'that'), ('-will', 'will'), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19120521-V39-20-page4.txt: [('-', '')]
ST19120521-V39-20-page5.txt: [("-'.", "'."), ('-', ''), ('-', ''), ('re-', 're'), ('-', ''), ('peti-', 'peti'), ('de-', 'de'), ('no-', 'no'), ('i-', 'i'), ('WOR-', 'WOR'), ('PREF-', 'PREF'), ('Con-', 'Con')]
ST19120521-V39-20-page6.txt: [('-race', 'race'), ('-', ''), ('establishedincertaindefi-', 'establishedincertaindefi'), ('sera-', 'sera'), ('.....--', '.....-'), ('.-', '.'), ('.-', '.'), ("'Ca-", "'Ca"), ('..-', '..'), ('-"', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-.', '.'), ('----', '---'), ('.-', '.'), ('-"', '"'), ('...-', '...'), ("-'", "'"), ('-t', 't'), ('--', '-'), ('-.-', '.-'), ('-', ''), ("--'", "-'"), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-....', '....'), ('--.', '-.'), ('-', ''), ('--', '-'), ('--', '-'), ('.-', '.'), ('-.tztuz-.t', '.tztuz-.t'), ('-.."', '.."'), ('-...-..m', '...-..m'), ('-', ''), ('-.-', '.-'), ('-', ''), ('....-..i-', '....-..i'), ('-', ''), ("F'''-", "F'''"), ('ttztig--..-', 'ttztig--..'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('..-', '..'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-..-..', '..-..'), ('-.', '.'), ('.-', '.'), ('-', ''), ('--', '-'), ('-', ''), ('.--', '.-'), ('-', ''), ('-.', '.'), ('-.', '.'), ('-', ''), ('-.A.', '.A.'), ('-', ''), ("-'-''.NiZek", "'-''.NiZek"), ('-itVE', 'itVE'), ('-..', '..'), ('t-', 't'), ('..--', '..-'), ('--kZT', '-kZT'), ('-', ''), ('--s', '-s'), ('-', ''), ('tr-', 'tr'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('..--', '..-'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('...-', '...'), ('--', '-'), ('-', ''), ('-', ''), ('.---', '.--'), ('--', '-'), ('-.', '.'), ('-.', '.'), ('-c.', 'c.'), ('.-.-', '.-.'), ('-', ''), ('-.', '.'), ('-', ''), ('--r', '-r'), ('..-', '..'), ('..ri-lci--', '..ri-lci-'), ('-', ''), ('-', ''), ('-.', '.'), ('-TAY.....-', 'TAY.....-'), ('-', ''), ('-', ''), ('----.', '---.'), ('-', ''), ('-', ''), ('..v-', '..v'), ('-', ''), ('-', ''), ('--.', '-.'), ('-', ''), ('-', ''), ('-"t""', '"t""'), ('q.afttM-', 'q.afttM'), ('-.', '.'), ('-i..', 'i..'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-.', '.'), ('"-', '"'), ('..-', '..'), ('-pe-C', 'pe-C'), ('.-', '.'), ('-..', '..'), ('-...', '...'), ('-', ''), ('-....c.....', '....c.....'), ('lib-', 'lib'), ('-', ''), ('-', ''), ('-', ''), ('or.-', 'or.'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.....fzey', '.....fzey'), ('-Attrt', 'Attrt'), ('-', ''), ('-.tzt', '.tzt'), ('-', ''), ('-..c', '..c'), ('--', '-'), ('-', ''), ('-', ''), ('....-', '....'), ('-', ''), ('-', ''), ('-', ''), ('...-', '...'), ('-', '')]
ST19120521-V39-20-page7.txt: [('-', ''), ("-heigtio'ofthemimeo", "heigtio'ofthemimeo"), ('-the', 'the'), ('-', ''), ('-', ''), ('es-', 'es'), ('K-', 'K'), ('-', ''), ('-', ''), ('-', ''), ('EVI-', 'EVI'), ('-HAS', 'HAS'), ('WM-', 'WM'), ('-Pandulf', 'Pandulf'), ('-Itit', 'Itit'), ('prede-', 'prede'), ('Eng-', 'Eng')]
ST19120521-V39-20-page8.txt: [('-K-', 'K-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('K-ir-', 'K-ir'), ('-', ''), ('-', ''), ('-Kir-', 'Kir-'), ('-', ''), ('inhab-', 'inhab'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cir-', 'cir'), ('-', ''), ('-', ''), ('-', ''), ('-k-li-', 'k-li-'), ('K-', 'K'), ('-', ''), ('-', ''), ('----', '---')]
ST19120521-V39-20-page9.txt: [('-"is', '"is'), ('jus-', 'jus'), ('-', ''), ('-', ''), ('litageachu-', 'litageachu'), ('Will-', 'Will'), ('whole-', 'whole'), ('-', ''), ('-', ''), ('syn-', 'syn'), ('-', ''), ('-', ''), ('K-', 'K'), ('-', ''), ('-', '')]
ST19120528-V39-21-page1.txt: [('ec-', 'ec'), ('unrelenting.---', 'unrelenting.--')]
ST19120528-V39-21-page10.txt: [('-The', 'The'), ("'-", "'")]
ST19120528-V39-21-page11.txt: [('---', '--'), ('AU-', 'AU'), ('DI-', 'DI'), ('-religious', 'religious'), ('-players', 'players')]
ST19120528-V39-21-page12.txt: [('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('---', '--')]
ST19120528-V39-21-page13.txt: [('civiliza-', 'civiliza')]
ST19120528-V39-21-page14.txt: [('-well.', 'well.'), ('--', '-'), ('-', ''), ('-in', 'in'), ('Al-', 'Al'), ('-Resents', 'Resents'), ('-fie', 'fie'), ('-Eastern', 'Eastern'), ('Box-', 'Box')]
ST19120528-V39-21-page15.txt: [('-', '')]
ST19120528-V39-21-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('differ-', 'differ'), ('-', ''), ('-', ''), ('fink-', 'fink'), ('the-', 'the'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-werebombarded', 'werebombarded'), ('-with', 'with'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Govern-', 'Govern'), ('Ahe-', 'Ahe'), ('-Russian', 'Russian'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sun-', 'Sun'), ('is.Probably.-', 'is.Probably.'), ('call.-', 'call.'), ('-', ''), ('-', ''), ('-May', 'May'), ('Itairrand-', 'Itairrand'), ('-', ''), ('-', ''), ('Law-', 'Law'), ('-down.', 'down.'), ('-or', 'or'), ('-', ''), ('-available', 'available'), ('attrac-', 'attrac'), ('-', '')]
ST19120528-V39-21-page2.txt: [('justifica-', 'justifica'), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120528-V39-21-page3.txt: [('con-', 'con'), ('supersti-', 'supersti'), ('-', ''), ('-', ''), ('-iiii', 'iiii'), ('-', '')]
ST19120528-V39-21-page4.txt: [('-', ''), ('-', ''), ('K-', 'K'), ('-', ''), ('-tritr', 'tritr'), ('in-', 'in'), ('-', ''), ('Ac-', 'Ac'), ('-was', 'was'), ('free-', 'free')]
ST19120528-V39-21-page5.txt: [('-Gfic', 'Gfic')]
ST19120528-V39-21-page6.txt: [('-iineoP', 'iineoP'), ('-', ''), ('-', ''), ('Sun-', 'Sun'), ('per-', 'per'), ('enjoy-', 'enjoy'), ('C-', 'C'), ('RELIC-', 'RELIC'), ('INDUL-', 'INDUL'), ('ESTAB-', 'ESTAB')]
ST19120528-V39-21-page7.txt: [('ex-', 'ex')]
ST19120528-V39-21-page8.txt: [('LA-', 'LA'), ('RE-', 'RE'), ('-needs', 'needs')]
ST19120528-V39-21-page9.txt: [('-', ''), ('-', ''), ('-pertain', 'pertain'), ('GOVERN-', 'GOVERN'), ('inva-', 'inva')]
ST19120604-V39-22-page10.txt: [('-gth', 'gth'), ('-', '')]
ST19120604-V39-22-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Statistics-', 'Statistics'), ('-two', 'two'), ('op-', 'op'), ('Mecklenburg-', 'Mecklenburg')]
ST19120604-V39-22-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--')]
ST19120604-V39-22-page13.txt: [('-to', 'to'), ('prayk-', 'prayk')]
ST19120604-V39-22-page14.txt: [('mat-', 'mat'), ('-from', 'from'), ('To-', 'To'), ('-day', 'day'), ('-', '')]
ST19120604-V39-22-page15.txt: [('-sending', 'sending')]
ST19120604-V39-22-page16.txt: [('im-', 'im'), ('as-', 'as'), ('-', ''), ('-k', 'k'), ('-', ''), ('-K', 'K'), ('-it', 'it'), ('-k', 'k'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-k', 'k'), ('rea-', 'rea'), ('diem-', 'diem'), ('--Mohammedan', '-Mohammedan'), ('-', ''), ('sys--', 'sys-')]
ST19120604-V39-22-page2.txt: [('-Isa.', 'Isa.'), ('-when', 'when'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120604-V39-22-page4.txt: [('-', ''), ('CHRIS-', 'CHRIS'), ('AU-', 'AU'), ('AF-', 'AF'), ('SOL-', 'SOL'), ('-unholy', 'unholy'), ('-', '')]
ST19120604-V39-22-page5.txt: [('mean-', 'mean'), ('IN-', 'IN'), ('Then-', 'Then')]
ST19120604-V39-22-page6.txt: [('-church', 'church')]
ST19120604-V39-22-page7.txt: [('--', '-'), ('-and', 'and'), ('--', '-'), ('in-', 'in')]
ST19120604-V39-22-page8.txt: [('-the', 'the'), ('-', ''), ('-', '')]
ST19120604-V39-22-page9.txt: [('--', '-'), ('-of.', 'of.'), ('--', '-'), ('num-', 'num')]
ST19120611-V39-23-page1.txt: [('IF-K-', 'IF-K'), ('-', ''), ('K-', 'K'), ('-', ''), ('-', ''), ('-', '')]
ST19120611-V39-23-page10.txt: [('a-', 'a'), ('--', '-'), ('-lc', 'lc'), ('-K', 'K'), ('-', ''), ('-', '')]
ST19120611-V39-23-page11.txt: [('Sun-', 'Sun'), ('---', '--')]
ST19120611-V39-23-page12.txt: [('concern-', 'concern'), ('COMPUL-', 'COMPUL'), ('hus-', 'hus')]
ST19120611-V39-23-page13.txt: [('ap-', 'ap'), ('-', ''), ('Missionary-', 'Missionary'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120611-V39-23-page14.txt: [('-home', 'home')]
ST19120611-V39-23-page15.txt: [('-elsewhere', 'elsewhere')]
ST19120611-V39-23-page16.txt: [('-will', 'will'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-IC', 'IC'), ('-', ''), ('-doing', 'doing'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--K', '-K')]
ST19120611-V39-23-page2.txt: [('-', ''), ('mean-', 'mean'), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.')]
ST19120611-V39-23-page3.txt: [('eneet-', 'eneet')]
ST19120611-V39-23-page4.txt: [('-', '')]
ST19120611-V39-23-page5.txt: [('-tho', 'tho')]
ST19120611-V39-23-page6.txt: [('-', '')]
ST19120611-V39-23-page7.txt: [('-', ''), ('DECI-', 'DECI'), ('CONTRO-', 'CONTRO'), ('-than', 'than'), ('PROV-', 'PROV'), ('DE-', 'DE'), ('GOVERN-', 'GOVERN'), ('RE-', 'RE')]
ST19120611-V39-23-page9.txt: [('INDI-', 'INDI'), ('RE-', 'RE'), ('PRIN-', 'PRIN'), ('-', ''), ('PER-', 'PER'), ('SUF-', 'SUF'), ('DENOMI-', 'DENOMI')]
ST19120618-V39-24-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-It-lt-lt', 'It-lt-lt')]
ST19120618-V39-24-page10.txt: [('-imeo.', 'imeo.'), ('-', ''), ('-', ''), ('coun-', 'coun'), ('Sun-', 'Sun')]
ST19120618-V39-24-page11.txt: [('Roose-', 'Roose'), ('-', ''), ('in-', 'in'), ('-', ''), ('-', '')]
ST19120618-V39-24-page12.txt: [('mimeo-', 'mimeo'), ('-', ''), ('-', '')]
ST19120618-V39-24-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120618-V39-24-page14.txt: [('-', ''), ('treat-', 'treat'), ('-', ''), ('-is', 'is'), ('----', '---')]
ST19120618-V39-24-page15.txt: [('-Spirit', 'Spirit'), ('-', '')]
ST19120618-V39-24-page16.txt: [('-', ''), ('"Declare-', '"Declare'), ('-province', 'province'), ('pre.-', 'pre.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('law-', 'law'), ('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('vssra-', 'vssra'), ('-antstaaraara-aaasaa-a-sviratgeaaesa', 'antstaaraara-aaasaa-a-sviratgeaaesa'), ('-United', 'United'), ('-states', 'states')]
ST19120618-V39-24-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120618-V39-24-page3.txt: [('-', ''), ('-', ''), ('wri-', 'wri'), ('-', ''), ('de-', 'de')]
ST19120618-V39-24-page4.txt: [('Him.-', 'Him.'), ('DEPEND-', 'DEPEND'), ('CAR-', 'CAR'), ('IN-', 'IN'), ('NA-', 'NA'), ('PROP-', 'PROP'), ('EXTEND-', 'EXTEND'), ('CON-', 'CON'), ('COG-', 'COG'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the')]
ST19120618-V39-24-page5.txt: [('fol-', 'fol'), ('-', ''), ('MIN-', 'MIN'), ('EXE-', 'EXE'), ('-which', 'which'), ('-', ''), ('in-', 'in')]
ST19120618-V39-24-page6.txt: [('-', ''), ('-Sunday', 'Sunday')]
ST19120618-V39-24-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19120618-V39-24-page8.txt: [('DIS-', 'DIS'), ('May-', 'May'), ('Christian.-', 'Christian.'), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex'), ('-', ''), ('C-', 'C')]
ST19120618-V39-24-page9.txt: [('-', '')]
ST19120625-V39-25-page1.txt: [('-', ''), ('-', ''), ('God.--', 'God.-')]
ST19120625-V39-25-page10.txt: [('SEVENTH-', 'SEVENTH'), ('IN-', 'IN'), ('BE-', 'BE'), ('un-', 'un'), ('-it', 'it'), ('-', ''), ('Declara-', 'Declara'), ('-', '')]
ST19120625-V39-25-page11.txt: [('LIB-', 'LIB')]
ST19120625-V39-25-page12.txt: [('-ftne', 'ftne'), ('--', '-'), ('by-', 'by')]
ST19120625-V39-25-page13.txt: [('to-', 'to'), ('-', ''), ('ut-', 'ut'), ('move-', 'move'), ('-', ''), ('-X', 'X'), ('-X', 'X')]
ST19120625-V39-25-page14.txt: [('-the', 'the'), ('--', '-'), ('Shu-', 'Shu'), ('-nem', 'nem'), ('far-reaching.-', 'far-reaching.')]
ST19120625-V39-25-page15.txt: [('-fie', 'fie'), ('-', ''), ('-', ''), ('-elf', 'elf'), ('-', ''), ('-', ''), ("-it'", "it'"), ('-', '')]
ST19120625-V39-25-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-from-the', 'from-the'), ('-subscription', 'subscription'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-rights', 'rights'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ("'-", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mar-', 'mar'), ('-', ''), ('-', '')]
ST19120625-V39-25-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-Whole', 'Whole'), ('-', ''), ('-in', 'in'), ('-', '')]
ST19120625-V39-25-page3.txt: [('-Reports', 'Reports')]
ST19120625-V39-25-page4.txt: [('SE-', 'SE'), ('ORGANI-', 'ORGANI'), ('arch-', 'arch'), ('cere-', 'cere'), ('-men', 'men')]
ST19120625-V39-25-page5.txt: [('CHEER-', 'CHEER'), ('-frneo', 'frneo'), ('prin-', 'prin')]
ST19120625-V39-25-page6.txt: [('-tineo.', 'tineo.'), ('-', ''), ('-', ''), ('-', ''), ('sig-', 'sig'), ('-', '')]
ST19120625-V39-25-page7.txt: [('-till', 'till'), ('-His', 'His'), ('-', '')]
ST19120625-V39-25-page9.txt: [('-useful', 'useful'), ('-divinely', 'divinely'), ('-', ''), ('Baby-', 'Baby')]
ST19120709-V39-26-page1.txt: [('first-', 'first'), ('-', '')]
ST19120709-V39-26-page10.txt: [('Col-', 'Col'), ('warn-', 'warn')]
ST19120709-V39-26-page11.txt: [('no-', 'no')]
ST19120709-V39-26-page12.txt: [('-', ''), ('-such', 'such'), ('end-', 'end'), ('remem-------', 'remem------'), ('-', ''), ('-Rose', 'Rose')]
ST19120709-V39-26-page14.txt: [('people-', 'people')]
ST19120709-V39-26-page15.txt: [('July-', 'July'), ('-nt', 'nt'), ('-', '')]
ST19120709-V39-26-page16.txt: [('other-', 'other'), ('-Son', 'Son'), ('-', ''), ('-k', 'k'), ('-luxury', 'luxury'), ('-', ''), ('-', ''), ('-', ''), ('-plutocracy', 'plutocracy'), ('-mad', 'mad'), ('-with', 'with'), ('-a', 'a'), ('-serious', 'serious'), ('-as', 'as'), ('-the', 'the'), ('-k', 'k'), ('num-', 'num'), ('Re-', 'Re'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('read-', 'read'), ('-----', '----'), ('--K', '-K'), ('-all', 'all'), ('-those', 'those')]
ST19120709-V39-26-page2.txt: [('-', ''), ('-', ''), ('-Luke', 'Luke'), ('-clothed', 'clothed')]
ST19120709-V39-26-page4.txt: [('-nobility', 'nobility')]
ST19120709-V39-26-page5.txt: [('-', ''), ('-when', 'when'), ('-', '')]
ST19120709-V39-26-page6.txt: [('con-', 'con'), ('-in', 'in')]
ST19120709-V39-26-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('heaven."-', 'heaven."')]
ST19120709-V39-26-page8.txt: [('crack-', 'crack')]
ST19120709-V39-26-page9.txt: [('-ineo', 'ineo'), ('-', ''), ('-will', 'will'), ('-', ''), ('-', ''), ('----.-.-r.', '---.-.-r.'), ('"----', '"---'), ('-It', 'It'), ('-', ''), ('-.', '.'), ('---', '--')]
ST19120716-V39-27-page1.txt: [('-', ''), ('-', ''), ("-'-'coND", "'-'coND")]
ST19120716-V39-27-page10.txt: [('mass-', 'mass'), ('even-', 'even')]
ST19120716-V39-27-page11.txt: [('-', ''), ('shoul-', 'shoul'), ('-', '')]
ST19120716-V39-27-page12.txt: [('-', ''), ('eou-', 'eou'), ('-', ''), ('-inch', 'inch'), ('con-', 'con')]
ST19120716-V39-27-page13.txt: [('-fie', 'fie'), ('-appears', 'appears'), ('-was', 'was'), ('-any', 'any')]
ST19120716-V39-27-page14.txt: [('-coldground', 'coldground'), ('-', ''), ('-', ''), ('-to', 'to'), ('-', ''), ('the-', 'the'), ('-membership', 'membership'), ('-been', 'been'), ('-', ''), ('-three', 'three'), ('-join', 'join'), ('-have', 'have'), ('at-', 'at'), ('requested-', 'requested')]
ST19120716-V39-27-page15.txt: [('-two', 'two'), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('--C', '-C'), ('-', ''), ('-', ''), ('ap-', 'ap')]
ST19120716-V39-27-page16.txt: [('-ill-leg', 'ill-leg'), ("'-", "'"), ('-', ''), ('-Issue', 'Issue'), ('-', ''), ('-', ''), ('.-', '.'), ('-.and.', '.and.'), ('H-', 'H'), ('Com-', 'Com'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--.', '-.'), ('-t', 't'), ('-', ''), ('em--', 'em-'), ('--', '-'), ('-say', 'say'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-to-God's", "to-God's"), ('-Word', 'Word'), ('-', ''), ('Regard-', 'Regard'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Eter-', 'Eter'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-than', 'than'), ("-'t", "'t")]
ST19120716-V39-27-page2.txt: [('--', '-'), ('Matthew-', 'Matthew'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('condi---', 'condi--'), ('-', '')]
ST19120716-V39-27-page3.txt: [('-EDITORIAL', 'EDITORIAL'), ('-incarnation', 'incarnation'), ('-', ''), ('-ated', 'ated'), ('Chan-', 'Chan')]
ST19120716-V39-27-page4.txt: [('.-', '.'), ('-is', 'is'), ('-', ''), ('-', '')]
ST19120716-V39-27-page6.txt: [('-fie', 'fie'), ('-inch', 'inch')]
ST19120716-V39-27-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('sorrow-', 'sorrow'), ('same-', 'same'), ('-', '')]
ST19120716-V39-27-page9.txt: [('-"Do', '"Do'), ('of-', 'of'), ('de-', 'de'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('unbelief.-', 'unbelief.'), ('--', '-'), ('-....', '....'), ('.--', '.-'), ('--iP----i', '-iP----i'), ("----'", "---'")]
ST19120723-V39-28-page1.txt: [('-', '')]
ST19120723-V39-28-page10.txt: [('-as', 'as')]
ST19120723-V39-28-page11.txt: [('-te', 'te'), ('-which', 'which'), ('-If', 'If'), ('-', ''), ('-thoughtless', 'thoughtless'), ('-', ''), ('-to', 'to'), ('-rank', 'rank')]
ST19120723-V39-28-page12.txt: [('superin-', 'superin'), ('-short', 'short')]
ST19120723-V39-28-page13.txt: [('r---', 'r--'), ('-recognized', 'recognized'), ('--Thus', '-Thus'), ('-LOVE', 'LOVE')]
ST19120723-V39-28-page14.txt: [("-Students'", "Students'"), ('To-', 'To'), ('-', ''), ('-of', 'of')]
ST19120723-V39-28-page15.txt: [('-', '')]
ST19120723-V39-28-page16.txt: [('Vol.-', 'Vol.'), ('-is', 'is'), ('other-', 'other'), ('-wise', 'wise'), ('erataltaitsliii-', 'erataltaitsliii'), ('-agrilaii', 'agrilaii'), ('-', ''), ("'K-----", "'K----"), ('-lc--', 'lc--'), ('-there', 'there'), ('-', ''), ('-', ''), ('Dol-', 'Dol'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('The-', 'The'), ('Wel-', 'Wel'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-in', 'in'), ('-by', 'by'), ('-', '')]
ST19120723-V39-28-page2.txt: [('en-', 'en'), ('-', ''), ('-', ''), ('"Out-', '"Out'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120723-V39-28-page3.txt: [('-', '')]
ST19120723-V39-28-page5.txt: [('Medo-', 'Medo'), ('-', ''), ('-might', 'might'), ('-', ''), ('---', '--'), ('-', '')]
ST19120723-V39-28-page6.txt: [('toy-', 'toy'), ('of-', 'of'), ('har-', 'har'), ('-leo', 'leo'), ('Israel-', 'Israel'), ('-', ''), ('-', ''), ('-', ''), ('page-', 'page')]
ST19120723-V39-28-page7.txt: [('-"\'"', '"\'"'), ('-', ''), ('-', ''), ('-would', 'would'), ('-rulers', 'rulers'), ('-and', 'and')]
ST19120723-V39-28-page8.txt: [('in-', 'in'), ('-next', 'next'), ('-hearts', 'hearts'), ('-sun-filled', 'sun-filled')]
ST19120723-V39-28-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('GLO-', 'GLO'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-let', 'let'), ('-', '')]
ST19120730-V39-29-page1.txt: [('-', '')]
ST19120730-V39-29-page10.txt: [('-', ''), ('--', '-'), ('Ar-', 'Ar'), ('-', '')]
ST19120730-V39-29-page11.txt: [('-', ''), ('---', '--')]
ST19120730-V39-29-page13.txt: [('govern-', 'govern')]
ST19120730-V39-29-page14.txt: [('--', '-'), ('-', '')]
ST19120730-V39-29-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120730-V39-29-page16.txt: [('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("--'", "-'"), ('-"', '"'), ('Maga-', 'Maga'), ('-', ''), ('-the', 'the')]
ST19120730-V39-29-page2.txt: [('-', ''), ('-', ''), ('-', ''), ("'K-", "'K")]
ST19120730-V39-29-page3.txt: [('-', ''), ('-', ''), ('-----', '----'), ('tradi-', 'tradi'), ('-', ''), ('-', '')]
ST19120730-V39-29-page4.txt: [('-', '')]
ST19120730-V39-29-page5.txt: [('-clearest', 'clearest')]
ST19120730-V39-29-page6.txt: [('-itneo', 'itneo'), ('hon-', 'hon'), ('-', ''), ('-', '')]
ST19120730-V39-29-page7.txt: [('in-', 'in')]
ST19120730-V39-29-page8.txt: [('-', '')]
ST19120730-V39-29-page9.txt: [('as-', 'as'), ('-', ''), ('--', '-'), ('demon-', 'demon'), ('-', ''), ('-', ''), ('-', ''), ('AV-', 'AV'), ('-', '')]
ST19120806-V39-30-page11.txt: [('-', ''), ('-', '')]
ST19120806-V39-30-page12.txt: [('man-', 'man')]
ST19120806-V39-30-page14.txt: [('acquaint-', 'acquaint'), ('-..', '..'), ('pur-', 'pur'), ('Jud-', 'Jud')]
ST19120806-V39-30-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120806-V39-30-page16.txt: [('-gislation', 'gislation'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120806-V39-30-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120806-V39-30-page4.txt: [('-', ''), ('icy-', 'icy'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('fu-', 'fu')]
ST19120806-V39-30-page5.txt: [('exemp-', 'exemp'), ('-IC', 'IC')]
ST19120806-V39-30-page6.txt: [('-', ''), ('-', ''), ('say-', 'say'), ('-', ''), ('in-', 'in')]
ST19120806-V39-30-page7.txt: [('-', ''), ('-', ''), ('righteous-', 'righteous')]
ST19120806-V39-30-page8.txt: [('un-', 'un'), ('-fie', 'fie')]
ST19120806-V39-30-page9.txt: [('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-......', '......'), ('....----', '....---'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('---"', '--"'), ('----"', '---"')]
ST19120813-V39-31-page10.txt: [('-', ''), ('-', ''), ('spe-', 'spe')]
ST19120813-V39-31-page13.txt: [('It.-', 'It.'), ('-tt.', 'tt.'), ('-tttg', 'tttg'), ('-t', 't'), ('-tt', 'tt'), ('t--', 't-'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('.-', '.'), ('ap-', 'ap'), ('-', ''), ('-', ''), ('-----', '----'), ('---', '--'), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
ST19120813-V39-31-page14.txt: [('--K', '-K'), ('-Coj', 'Coj'), ('i-r-', 'i-r'), ('-', '')]
ST19120813-V39-31-page15.txt: [('-fmci', 'fmci'), ('LEAFLET-', 'LEAFLET'), ('-', ''), ('-', ''), ("-Sr.'", "Sr.'"), ('-', ''), ('-NES', 'NES'), ('A-', 'A'), ('Pre-', 'Pre'), ('.-', '.'), ('-', '')]
ST19120813-V39-31-page16.txt: [('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST19120813-V39-31-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120813-V39-31-page3.txt: [('su-', 'su')]
ST19120813-V39-31-page4.txt: [('-.', '.'), ('-', '')]
ST19120813-V39-31-page5.txt: [('-', '')]
ST19120813-V39-31-page7.txt: [('-', ''), ('fol-', 'fol'), ('-', ''), ('-', '')]
ST19120813-V39-31-page8.txt: [('-', ''), ('--', '-'), ('-', ''), ('up-', 'up')]
ST19120813-V39-31-page9.txt: [('-', ''), ('-', ''), ('meat-', 'meat'), ('-', ''), ('-', ''), ('-', ''), ('--i-', '-i-'), ('-------', '------'), ('--', '-'), ('-', '')]
ST19120820-V39-32-page10.txt: [('-', ''), ('-Watchman', 'Watchman')]
ST19120820-V39-32-page11.txt: [('--', '-')]
ST19120820-V39-32-page12.txt: [('-', ''), ('-', '')]
ST19120820-V39-32-page13.txt: [('-', ''), ('Sherman-', 'Sherman'), ('-', '')]
ST19120820-V39-32-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST19120820-V39-32-page15.txt: [('-q', 'q'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"--', '"-'), ('---', '--')]
ST19120820-V39-32-page16.txt: [('--', '-'), ('Campbell-', 'Campbell'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-OC', 'OC'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Proph-', 'Proph'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120820-V39-32-page2.txt: [('-', '')]
ST19120820-V39-32-page3.txt: [('-', '')]
ST19120820-V39-32-page4.txt: [('-', ''), ('-', '')]
ST19120820-V39-32-page8.txt: [('RIGHTEOUS-', 'RIGHTEOUS')]
ST19120820-V39-32-page9.txt: [('-weight', 'weight'), ('con-', 'con'), ('--', '-'), ('-', ''), ('-', ''), ('--', '-'), ('-.', '.'), ('---', '--'), ('----...', '---...'), ('---i', '--i'), ('---', '--'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
ST19120827-V39-33-page10.txt: [('-', '')]
ST19120827-V39-33-page11.txt: [('-', ''), ('peo-', 'peo'), ('-', ''), ('-', '')]
ST19120827-V39-33-page12.txt: [('frequentlymani-', 'frequentlymani')]
ST19120827-V39-33-page13.txt: [('twenty-', 'twenty'), ('friend-', 'friend'), ('-F.', 'F.'), ('-', ''), ('-', ''), ('im-', 'im'), ('vaca-', 'vaca'), ('ap-', 'ap')]
ST19120827-V39-33-page14.txt: [('--r.', '-r.'), ('-iine', 'iine'), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST19120827-V39-33-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-il', 'il')]
ST19120827-V39-33-page16.txt: [('-', ''), ('antichris-', 'antichris'), ('-on', 'on'), ('-', ''), ('-', ''), ('dis-', 'dis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-well', 'well'), ('-k', 'k'), ('radi-', 'radi'), ('laugh-', 'laugh'), ('Reve-', 'Reve')]
ST19120827-V39-33-page2.txt: [('Solo--', 'Solo-'), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('it-', 'it')]
ST19120827-V39-33-page3.txt: [('-I', 'I'), ('---', '--'), ('-', '')]
ST19120827-V39-33-page4.txt: [('-His', 'His'), ('-', ''), ('-', '')]
ST19120827-V39-33-page5.txt: [('-ime', 'ime')]
ST19120827-V39-33-page6.txt: [('WC-', 'WC'), ('-', ''), ('-', '')]
ST19120827-V39-33-page7.txt: [('-itnelv', 'itnelv'), ('"like-', '"like'), ('"with-', '"with'), ('resurrec-', 'resurrec'), ('Melchize-', 'Melchize'), ('yield-', 'yield'), ('cre-', 'cre'), ('Mel-', 'Mel')]
ST19120827-V39-33-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120827-V39-33-page9.txt: [('-witness', 'witness'), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('i---', 'i--'), ('-', ''), ('-', '')]
ST19120903-V39-34-page1.txt: [('-', ''), ('-', ''), ("e'-", "e'"), ('.--', '.-')]
ST19120903-V39-34-page10.txt: [('-', ''), ('-', ''), ('-inch', 'inch')]
ST19120903-V39-34-page11.txt: [('consid-', 'consid'), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', '')]
ST19120903-V39-34-page14.txt: [('-', ''), ('Sight-', 'Sight'), ('gen-', 'gen')]
ST19120903-V39-34-page15.txt: [('--', '-'), ('E-', 'E')]
ST19120903-V39-34-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120903-V39-34-page2.txt: [('-', ''), ('-', ''), ('---', '--'), ('c-', 'c'), ('con-', 'con')]
ST19120903-V39-34-page3.txt: [('-', ''), ('Is-', 'Is'), ('unful-', 'unful')]
ST19120903-V39-34-page4.txt: [('-', ''), ('advanced.-', 'advanced.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120903-V39-34-page5.txt: [('-', ''), ('-Initiative', 'Initiative'), ('be-', 'be')]
ST19120903-V39-34-page6.txt: [('-the', 'the'), ('-', ''), ('-delivered', 'delivered'), ('-', '')]
ST19120903-V39-34-page7.txt: [('-', ''), ('-the', 'the')]
ST19120903-V39-34-page8.txt: [('-', ''), ('--', '-')]
ST19120903-V39-34-page9.txt: [('--', '-'), ('--', '-'), ('-r-V-', 'r-V-'), ('-to', 'to'), ('-of', 'of'), ('-.', '.'), ('-', ''), ('---...-', '--...-'), ('-', ''), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.')]
ST19120910-V39-35-page1.txt: [('-', '')]
ST19120910-V39-35-page10.txt: [('-', ''), ('-Watchman', 'Watchman'), ('-', ''), ('Presi-', 'Presi')]
ST19120910-V39-35-page11.txt: [('-', ''), ('--Or', '-Or'), ('-', '')]
ST19120910-V39-35-page12.txt: [('com-', 'com'), ('-mend', 'mend'), ('individual--', 'individual-'), ('-', '')]
ST19120910-V39-35-page13.txt: [('-fic', 'fic'), ('.-', '.'), ('-', '')]
ST19120910-V39-35-page14.txt: [('---', '--')]
ST19120910-V39-35-page15.txt: [('"SCI-', '"SCI')]
ST19120910-V39-35-page16.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Austro-', 'Austro'), ('-ruling', 'ruling'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('R-', 'R'), ('--S', '-S'), ('--', '-'), ('-', ''), ("-'", "'")]
ST19120910-V39-35-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19120910-V39-35-page3.txt: [('-But', 'But'), ('-', ''), ('-', ''), ('-', '')]
ST19120910-V39-35-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('an-', 'an')]
ST19120910-V39-35-page7.txt: [('-', ''), ('-', ''), ('--', '-')]
ST19120910-V39-35-page8.txt: [('-', '')]
ST19120910-V39-35-page9.txt: [('-', ''), ('--t.', '-t.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('--', '-'), ('--"', '-"')]
ST19120917-V39-36-page10.txt: [('-inch', 'inch')]
ST19120917-V39-36-page11.txt: [('-inch', 'inch')]
ST19120917-V39-36-page12.txt: [('--', '-'), ('-', '')]
ST19120917-V39-36-page13.txt: [('--.-', '-.-'), ('-litratrakrakr.', 'litratrakrakr.'), ('V.-.--itft-..-', 'V.-.--itft-..'), ('-', ''), ('Sight-', 'Sight'), ('gen-', 'gen')]
ST19120917-V39-36-page14.txt: [('-p', 'p'), ('.--', '.-'), ('-', '')]
ST19120917-V39-36-page15.txt: [('Sight-', 'Sight'), ('-"inging', '"inging'), ('Sight-', 'Sight'), ('Sight-', 'Sight'), ('-', ''), ('Independence.-', 'Independence.'), ('Booze-', 'Booze')]
ST19120917-V39-36-page16.txt: [('"F-', '"F'), ('-', '')]
ST19120917-V39-36-page2.txt: [('"Hawk-', '"Hawk'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('resur-', 'resur')]
ST19120917-V39-36-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST19120917-V39-36-page5.txt: [('-', ''), ('--K', '-K'), ('-lc', 'lc')]
ST19120917-V39-36-page7.txt: [('-', ''), ('-', '')]
ST19120917-V39-36-page8.txt: [('-', '')]
ST19120917-V39-36-page9.txt: [('-', ''), ('-', ''), ('through-', 'through'), ('ii---"--', 'ii---"-'), ('-', ''), ('-----', '----'), ('---', '--')]
ST19120924-V39-37-page10.txt: [('-', ''), ('WITH-', 'WITH'), ('-', ''), ('-', '')]
ST19120924-V39-37-page11.txt: [('church."-', 'church."'), ('-orse', 'orse')]
ST19120924-V39-37-page13.txt: [('-TtneoPCAZ', 'TtneoPCAZ'), ('leak-', 'leak'), ('actors.--', 'actors.-'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ap-', 'ap')]
ST19120924-V39-37-page14.txt: [('.\'"\'-', '.\'"\''), ("'-", "'"), ('.--', '.-'), ('-', ''), ("'.-.-", "'.-."), ('-', ''), ('---', '--')]
ST19120924-V39-37-page16.txt: [('--', '-'), ('neigh-', 'neigh'), ('-K', 'K'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('read-', 'read')]
ST19120924-V39-37-page2.txt: [('prom-', 'prom'), ('-', '')]
ST19120924-V39-37-page3.txt: [('ab-', 'ab')]
ST19120924-V39-37-page4.txt: [('-', ''), ('-', ''), ('con-', 'con')]
ST19120924-V39-37-page5.txt: [('re-', 're')]
ST19120924-V39-37-page7.txt: [('-', ''), ('-', '')]
ST19120924-V39-37-page9.txt: [('-', ''), ('--', '-'), ('V-', 'V'), ('-.', '.'), (".'.-..-", ".'.-.."), ("-....r'", "....r'"), ('-', ''), ('---', '--'), ('--', '-'), ('-', '')]
ST19121001-V39-38-page10.txt: [('-', ''), ('dis-', 'dis'), ('-', '')]
ST19121001-V39-38-page11.txt: [("-Z.'U.'", "Z.'U.'"), ('i-', 'i'), ('-r.et', 'r.et'), ("-'", "'"), ('--om', '-om'), ('---M', '--M'), ('--', '-'), ('-', ''), ('en-', 'en'), ('-', ''), ('-', '')]
ST19121001-V39-38-page12.txt: [('-', ''), ('-them', 'them'), ('--', '-'), ('Common-', 'Common')]
ST19121001-V39-38-page13.txt: [('-', ''), ('bless-', 'bless'), ('ap-', 'ap')]
ST19121001-V39-38-page14.txt: [('-', ''), ('-', ''), ('-P.o', 'P.o'), ('--', '-'), ('--', '-'), ('-.-', '.-'), ('spar-', 'spar'), ('-', '')]
ST19121001-V39-38-page15.txt: [('-', ''), ('t-', 't'), ('-', ''), ('--', '-'), ('num-', 'num'), ('NJ-', 'NJ')]
ST19121001-V39-38-page16.txt: [("-'fir", "'fir"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121001-V39-38-page2.txt: [('-', ''), ('-', '')]
ST19121001-V39-38-page3.txt: [('-', ''), ('-', '')]
ST19121001-V39-38-page4.txt: [('-', ''), ('---', '--')]
ST19121001-V39-38-page5.txt: [('-Thus', 'Thus'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ad-', 'ad'), ('-', ''), ('-', '')]
ST19121001-V39-38-page6.txt: [('-fincoi', 'fincoi'), ('-', '')]
ST19121001-V39-38-page7.txt: [('-line', 'line')]
ST19121001-V39-38-page8.txt: [('-', '')]
ST19121001-V39-38-page9.txt: [('-', ''), ('--', '-'), ('---', '--'), ('-', ''), ("'.----", "'.---"), ('Al-rc-f-dp-', 'Al-rc-f-dp'), ('.....-', '.....'), ('--..', '-..')]
ST19121008-V39-39-page10.txt: [('-', ''), ('-inch', 'inch'), ('-inch', 'inch')]
ST19121008-V39-39-page11.txt: [('-', '')]
ST19121008-V39-39-page12.txt: [('-', '')]
ST19121008-V39-39-page13.txt: [('en-', 'en'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ("-'-it'Thereis", "'-it'Thereis"), ('pur-', 'pur'), ('-', ''), ('----i---', '---i---'), ('him-', 'him'), ('chil-', 'chil'), ('Jud-', 'Jud'), ('--s', '-s'), ('--.y-.', '-.y-.'), ('-', ''), ('-', ''), ('-', ''), ('-------', '------')]
ST19121008-V39-39-page14.txt: [('....-', '....'), ('-', ''), ('--', '-'), ('--', '-')]
ST19121008-V39-39-page15.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121008-V39-39-page16.txt: [('-', ''), ('-', ''), ('have--', 'have-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('descend-', 'descend'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--.', '-.'), ('--f--', '-f--')]
ST19121008-V39-39-page2.txt: [('-', ''), ('modi-', 'modi'), ('-v-', 'v-'), ("i'''---", "i'''--"), ('-', ''), ("-'", "'"), ('-', ''), ("--'-", "-'-"), ('--".....', '-".....'), ('.-', '.')]
ST19121008-V39-39-page3.txt: [('-', '')]
ST19121008-V39-39-page4.txt: [('-world', 'world'), ('-', ''), ('-', '')]
ST19121008-V39-39-page5.txt: [('-', ''), ('-', ''), ('Anglo-', 'Anglo')]
ST19121008-V39-39-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('tab-', 'tab'), ('-', '')]
ST19121008-V39-39-page9.txt: [('-I', 'I')]
ST19121015-V39-40-page1.txt: [('-', ''), ('-', '')]
ST19121015-V39-40-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-VSignificant', 'VSignificant'), ('-', ''), ('-', ''), ('under-', 'under'), ('pro-', 'pro')]
ST19121015-V39-40-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121015-V39-40-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('------------', '-----------'), ('---t', '--t'), ('-', ''), ('--I.', '-I.'), ("-c-'k", "c-'k")]
ST19121015-V39-40-page14.txt: [('--', '-'), ('--', '-')]
ST19121015-V39-40-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121015-V39-40-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121015-V39-40-page3.txt: [('-', ''), ('-', '')]
ST19121015-V39-40-page4.txt: [('--Ghe', '-Ghe'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-mind', 'mind')]
ST19121015-V39-40-page5.txt: [('pre-', 'pre')]
ST19121015-V39-40-page6.txt: [('-imeo', 'imeo'), ('-', '')]
ST19121015-V39-40-page7.txt: [('-', '')]
ST19121015-V39-40-page8.txt: [('-', ''), ('-', '')]
ST19121015-V39-40-page9.txt: [('--', '-'), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('mother.--', 'mother.-')]
ST19121022-V39-41-page13.txt: [('--', '-'), ('-r', 'r')]
ST19121022-V39-41-page14.txt: [('---', '--'), ('VOW-', 'VOW'), ('-', ''), ('-', ''), ('-page', 'page'), ('-', ''), ('-', '')]
ST19121022-V39-41-page15.txt: [('maga-', 'maga')]
ST19121022-V39-41-page16.txt: [('-', ''), ('fruit-', 'fruit'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121022-V39-41-page2.txt: [('-', ''), ('instruct-', 'instruct')]
ST19121022-V39-41-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST19121022-V39-41-page4.txt: [('-Spirit.', 'Spirit.'), ('-', ''), ('-', '')]
ST19121022-V39-41-page6.txt: [('companion-', 'companion')]
ST19121022-V39-41-page7.txt: [('ipt-', 'ipt')]
ST19121022-V39-41-page8.txt: [('---', '--'), ("'''''-", "'''''"), ('--.', '-.'), ('-', '')]
ST19121022-V39-41-page9.txt: [('happi-', 'happi'), ('dis-', 'dis'), ('tele-', 'tele'), ('chil-', 'chil'), ('Him-', 'Him')]
ST19121029-V39-42-page1.txt: [('-', '')]
ST19121029-V39-42-page10.txt: [('-Watchman', 'Watchman'), ('-', ''), ('Russo-Jap-', 'Russo-Jap')]
ST19121029-V39-42-page11.txt: [('Balkan-', 'Balkan'), ('-', '')]
ST19121029-V39-42-page12.txt: [('-----', '----'), ('-', ''), ('-', '')]
ST19121029-V39-42-page13.txt: [('-c', 'c'), ('--', '-'), ('--', '-'), ('-c-', 'c-')]
ST19121029-V39-42-page14.txt: [('c-', 'c'), ('-Tmeo', 'Tmeo'), ('Or-', 'Or'), ('--', '-'), ('--', '-')]
ST19121029-V39-42-page15.txt: [('-', ''), ('-.r', '.r'), ('za-', 'za'), ('mold-', 'mold'), ('AVX-', 'AVX'), ('-', ''), ('-.', '.'), ('--', '-'), ('-------', '------'), ('-', ''), ('--', '-'), ('-ip', 'ip'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-.itfic.', '.itfic.'), ('-', ''), ('-', ''), ('-.', '.'), ('--', '-'), ('.--', '.-')]
ST19121029-V39-42-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'K------", "'K-----")]
ST19121029-V39-42-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19121029-V39-42-page3.txt: [('-', ''), ('-', ''), ('Him-', 'Him')]
ST19121029-V39-42-page4.txt: [('-and', 'and'), ('temp-', 'temp'), ('-', ''), ('-dependent', 'dependent'), ('re-', 're'), ('-solve', 'solve'), ('-', ''), ('-', ''), ('transgres-', 'transgres')]
ST19121029-V39-42-page6.txt: [('Poeta-', 'Poeta')]
ST19121029-V39-42-page8.txt: [('-', ''), ('-', '')]
ST19121029-V39-42-page9.txt: [('sanc-', 'sanc'), ('-', ''), ('-', ''), ('holi-', 'holi'), ('ness"-', 'ness"'), ('present"-', 'present"'), ('God"-', 'God"'), ('heavens"-', 'heavens"'), ('pitched"-', 'pitched"'), ('habitation"-', 'habitation"'), ('hands"-', 'hands"'), ('sanctuary"-', 'sanctuary"'), ('true"-', 'true"'), ('all"-', 'all"'), ('temple"-', 'temple"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-..-', '..-'), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('--""', '-""'), ("--f--'en", "-f--'en"), ('-', ''), ('----', '---'), ('NOTE.-', 'NOTE.'), ('-', '')]
ST19121105-V39-43-page1.txt: [('e--', 'e-'), ('-M', 'M')]
ST19121105-V39-43-page10.txt: [('-', '')]
ST19121105-V39-43-page11.txt: [('-', '')]
ST19121105-V39-43-page12.txt: [('influ-', 'influ')]
ST19121105-V39-43-page13.txt: [("-'", "'"), ('-.', '.'), ('-', ''), ('-', ''), ('-.', '.'), ('A.-', 'A.'), ('.--------', '.-------'), ('-', ''), ('---', '--'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-..', '..'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('----', '---'), ('-', ''), ('-..', '..')]
ST19121105-V39-43-page14.txt: [('de-', 'de'), ('-day', 'day'), ('-', '')]
ST19121105-V39-43-page15.txt: [('-room', 'room'), ('-room', 'room')]
ST19121105-V39-43-page16.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Notes-----', 'Notes----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121105-V39-43-page2.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('it--', 'it-')]
ST19121105-V39-43-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19121105-V39-43-page5.txt: [('-', ''), ('-', '')]
ST19121105-V39-43-page6.txt: [('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121105-V39-43-page7.txt: [('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121105-V39-43-page9.txt: [('...-', '...'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('.r-', '.r'), ('--...', '-...')]
ST19121112-V39-44-page1.txt: [('-DAY', 'DAY'), ('-', ''), ('-a-', 'a-'), ('..-', '..'), ('-', ''), ('-', ''), ('-', ''), ('---.', '--.'), ('--', '-'), ('-M', 'M'), ('-', ''), ('---', '--'), ('-.', '.'), ('--.-', '-.-'), ('--', '-'), ('-', ''), ('----', '---'), ('-', ''), ('---', '--'), ('--', '-'), ('---', '--'), ('--', '-'), ('--', '-'), ('.i-', '.i'), ('-', ''), ('---', '--'), ('.-', '.'), ('.-', '.'), ('-', ''), ('-.-.', '.-.'), ('-', ''), ('n-', 'n'), ('-', ''), ('--..', '-..'), ('.-', '.'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-a', 'a'), ('-A', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--..', '-..'), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('--', '-'), ('-m-', 'm-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('.-', '.'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--.', '-.'), ('-', ''), ('-', ''), ('---.-', '--.-'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('.-', '.'), ('-', ''), ('-', '')]
ST19121112-V39-44-page10.txt: [('re-', 're')]
ST19121112-V39-44-page11.txt: [('-', '')]
ST19121112-V39-44-page13.txt: [('-room', 'room'), ('-room', 'room')]
ST19121112-V39-44-page14.txt: [('--', '-'), ('--', '-')]
ST19121112-V39-44-page15.txt: [('-itneo', 'itneo'), ('-', ''), ('-', ''), ('------', '-----'), ('mold--', 'mold-'), ('--', '-'), ('--..--', '-..--'), ('----', '---'), ('------------', '-----------'), ('---', '--'), ('-', ''), ('i-', 'i'), ('-', ''), ('--', '-')]
ST19121112-V39-44-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pe-', 'pe'), ('-', ''), ('-', ''), ('--', '-')]
ST19121112-V39-44-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('-', '')]
ST19121112-V39-44-page3.txt: [('-', '')]
ST19121112-V39-44-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19121112-V39-44-page5.txt: [('--', '-'), ('-', '')]
ST19121112-V39-44-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('vis-', 'vis'), ('-', ''), ('apart-', 'apart'), ('-', ''), ('-.', '.'), ('-tVe', 'tVe')]
ST19121112-V39-44-page7.txt: [("-mco'", "mco'"), ('-', ''), ('.--', '.-'), ('-\'-slifidow"', '\'-slifidow"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121112-V39-44-page8.txt: [('tres-', 'tres'), ('anduntotheTLahnr----', 'anduntotheTLahnr---')]
ST19121112-V39-44-page9.txt: [('Eph.-', 'Eph.'), ('-', ''), ('c-', 'c'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121119-V39-45-page10.txt: [('-', ''), ('-', ''), ('"-', '"'), ('-', ''), ('as-', 'as'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('y-', 'y'), ('-p', 'p'), ('-....', '....'), ('-', ''), ('."-', '."'), ('-..z', '..z'), ('r-', 'r'), ('"Wm-', '"Wm'), ('-i', 'i'), ('-WINi', 'WINi'), ('----.......-', '---.......-'), ('-', ''), ('U-', 'U'), ('-', ''), ('-', ''), ('-', ''), ('r.-', 'r.'), ('...-----', '...----'), ('----', '---'), ('----', '---'), ('-', '')]
ST19121119-V39-45-page12.txt: [('--', '-'), ('-for', 'for')]
ST19121119-V39-45-page13.txt: [('-', ''), ('-fit.', 'fit.'), ('-', ''), ('-Ot', 'Ot')]
ST19121119-V39-45-page14.txt: [('ea-', 'ea'), ('-lc', 'lc'), ('tr-', 'tr'), ('--', '-'), ('-', ''), ('-', ''), ('li-', 'li'), ('can-', 'can')]
ST19121119-V39-45-page15.txt: [('-', ''), ('-', '')]
ST19121119-V39-45-page16.txt: [('-tneOP', 'tneOP'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('SELF-GOVERN-', 'SELF-GOVERN'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121119-V39-45-page2.txt: [('--', '-'), ('-', ''), ('-', '')]
ST19121119-V39-45-page3.txt: [('-', ''), ('vic-', 'vic')]
ST19121119-V39-45-page4.txt: [('muer-a--------', 'muer-a-------')]
ST19121119-V39-45-page5.txt: [('-ICis', 'ICis'), ('-', '')]
ST19121119-V39-45-page6.txt: [('-', ''), ('can-', 'can'), ('-', ''), ('continu-', 'continu'), ('-', ''), ('-', ''), ('-', '')]
ST19121119-V39-45-page7.txt: [('in-', 'in'), ('-', '')]
ST19121119-V39-45-page8.txt: [('-', ''), ('-', ''), ('--icit', '-icit')]
ST19121119-V39-45-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('--------', '-------'), ('-', ''), ('-', ''), ('-', ''), ("'''---", "'''--"), ('---s"--"--i', '--s"--"--i'), ('-', ''), ('---', '--'), ("-'", "'"), ('-', ''), ('-', '')]
ST19121126-V39-46-page10.txt: [('whatsoever.-', 'whatsoever.'), ('-', '')]
ST19121126-V39-46-page11.txt: [('-Switzerland', 'Switzerland'), ('-', ''), ('--"', '-"'), ('-', ''), ('-', '')]
ST19121126-V39-46-page12.txt: [('pen-', 'pen'), ('-t', 't')]
ST19121126-V39-46-page13.txt: [('-', ''), ('-', ''), ('-bicycles', 'bicycles')]
ST19121126-V39-46-page15.txt: [('-', ''), ('-', ''), ('-"\'', '"\''), ('--Tffil', '-Tffil'), ('-m.e', 'm.e'), ('---', '--'), ('....-', '....'), ('--"', '-"'), ('-', ''), ('-...s', '...s'), ('---', '--'), ('-..', '..'), ('-', ''), ('-i', 'i')]
ST19121126-V39-46-page16.txt: [('-', ''), ('-K', 'K'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121126-V39-46-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121126-V39-46-page3.txt: [('shar-', 'shar'), ('--', '-'), ('-', '')]
ST19121126-V39-46-page4.txt: [('-', ''), ('Bulwer-', 'Bulwer'), ('-', '')]
ST19121126-V39-46-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('.--', '.-'), ('----N', '---N'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('----.....', '---.....'), ('-', ''), ('--...', '-...'), ("..CW'-", "..CW'"), ('-', ''), ('--.-', '-.-'), ('-', ''), ('-V', 'V'), ('-', ''), ('-', '')]
ST19121126-V39-46-page6.txt: [('-Iine', 'Iine'), ('its--', 'its-'), ('un-', 'un'), ('-', '')]
ST19121126-V39-46-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19121126-V39-46-page8.txt: [('Cal-', 'Cal'), ('-----', '----'), ('-', ''), ('-', '')]
ST19121126-V39-46-page9.txt: [('-', ''), ('-', ''), ('old-', 'old'), ('-', ''), ('-', '')]
ST19121203-V39-47-page1.txt: [('-lest', 'lest'), ('-', '')]
ST19121203-V39-47-page10.txt: [('-', ''), ('c-', 'c')]
ST19121203-V39-47-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-alit', 'alit')]
ST19121203-V39-47-page12.txt: [('march-', 'march'), ('-', ''), ('-', '')]
ST19121203-V39-47-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121203-V39-47-page15.txt: [('-tiffeicEutseventy', 'tiffeicEutseventy')]
ST19121203-V39-47-page16.txt: [('-a', 'a'), ('-', '')]
ST19121203-V39-47-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19121203-V39-47-page3.txt: [('-', ''), ('member-', 'member')]
ST19121203-V39-47-page5.txt: [('-', ''), ('-', '')]
ST19121203-V39-47-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121203-V39-47-page7.txt: [('-..', '..'), ('----', '---'), ('---', '--'), ('-', ''), ('-', '')]
ST19121203-V39-47-page8.txt: [('-Watchman', 'Watchman')]
ST19121203-V39-47-page9.txt: [('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-pound', 'pound'), ('-PK', 'PK')]
ST19121203-V39-48-page10.txt: [('ap-', 'ap'), ('con-', 'con')]
ST19121203-V39-48-page11.txt: [('-', ''), ('--', '-')]
ST19121203-V39-48-page12.txt: [('-the', 'the'), ('--', '-')]
ST19121203-V39-48-page13.txt: [('ADDI-', 'ADDI'), ('-', ''), ('-', '')]
ST19121203-V39-48-page14.txt: [('.-', '.')]
ST19121203-V39-48-page15.txt: [('-', ''), ('-nrenatd', 'nrenatd'), ('-', ''), ('-', ''), ('-', ''), ('-V', 'V'), ('-lira', 'lira'), ('-', ''), ('-', ''), ('mold-', 'mold'), ('-', ''), ('-A.', 'A.'), ('-.........', '.........'), ('t-', 't'), ('-', ''), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallpn', 'gallpn'), ('-.-', '.-'), ('-', ''), ('-', '')]
ST19121203-V39-48-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('armis-', 'armis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('COMMAND-', 'COMMAND')]
ST19121203-V39-48-page2.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('ne.-', 'ne.'), ('-', '')]
ST19121203-V39-48-page3.txt: [('-', '')]
ST19121203-V39-48-page4.txt: [('-', '')]
ST19121203-V39-48-page5.txt: [('-', ''), ('-', ''), ('--', '-')]
ST19121203-V39-48-page6.txt: [('-', ''), ('-which', 'which'), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex'), ('-', ''), ('-', '')]
ST19121203-V39-48-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('priest-', 'priest'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121203-V39-48-page8.txt: [('-', ''), ('-', ''), ('preachiniiitr-', 'preachiniiitr')]
ST19121203-V39-48-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('iiri-', 'iiri'), ('--', '-'), ('.-', '.'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-i.-', 'i.-'), ('-', ''), ('-.-', '.-'), ('-', ''), ('--...--', '-...--'), ('-.-', '.-')]
ST19121217-V39-49-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mil-', 'mil')]
ST19121217-V39-49-page12.txt: [('-Unbelief', 'Unbelief')]
ST19121217-V39-49-page13.txt: [('-publishes', 'publishes'), ('-investigation', 'investigation'), ('--', '-'), ('-.-', '.-'), ('--', '-'), ('---', '--'), ('--', '-'), ('-.', '.'), ('I.-i-i---', 'I.-i-i--'), ('-', ''), ('-.-', '.-'), ('--', '-'), ('-', ''), ('....-', '....'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("d'a-", "d'a"), ('---', '--'), ('-....-s.', '....-s.')]
ST19121217-V39-49-page14.txt: [('"Ad-', '"Ad'), ('systematically-', 'systematically'), ('-Tom', 'Tom')]
ST19121217-V39-49-page15.txt: [('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-eric', 'eric')]
ST19121217-V39-49-page16.txt: [('-', ''), ('Dif-', 'Dif'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('To-', 'To'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-better', 'better'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-K', 'K'), ('--', '-'), ('Wanted-------', 'Wanted------'), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121217-V39-49-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121217-V39-49-page3.txt: [('numbered-', 'numbered')]
ST19121217-V39-49-page4.txt: [('-or', 'or'), ('-.to-overcome', '.to-overcome'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19121217-V39-49-page5.txt: [('-', ''), ('-', ''), ('-stone', 'stone'), ('-', ''), ('-the', 'the'), ('-', '')]
ST19121217-V39-49-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('man.-', 'man.'), ('COM-', 'COM'), ('-', ''), ('...I.I.-', '...I.I.'), ('-', ''), ('--', '-'), ('.-', '.'), ('--', '-'), ('.--', '.-'), ('-', ''), ('.-', '.'), ('-', ''), ('--', '-'), ('--..-..."', '-..-..."'), ('-', ''), ('.........-', '.........'), ('---', '--')]
ST19121217-V39-49-page8.txt: [('EARTH-', 'EARTH'), ('-', '')]
ST19121217-V39-49-page9.txt: [('over-', 'over'), ('-', '')]
ST19121224-V39-50-page10.txt: [('C-', 'C'), ('-', ''), ('-God', 'God'), ('-', ''), ('.-', '.'), ('BULCAR-', 'BULCAR'), ('-FAZWANIMCDAN', 'FAZWANIMCDAN'), ('NC-', 'NC'), ('-Fre', 'Fre'), ('--', '-'), ('-.ALBANIANS', '.ALBANIANS'), ('-AL.', 'AL.'), ('-', '')]
ST19121224-V39-50-page11.txt: [('Eu-', 'Eu'), ('Austria-', 'Austria'), ('-', ''), ('-', ''), ('non-', 'non')]
ST19121224-V39-50-page12.txt: [('---', '--'), ('-', ''), ('-', '')]
ST19121224-V39-50-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('CON-', 'CON'), ('-', ''), ('-', '')]
ST19121224-V39-50-page14.txt: [('-te', 'te'), ('-', ''), ('mold-', 'mold')]
ST19121224-V39-50-page15.txt: [('Q-', 'Q'), ('E-', 'E'), ('re-', 're'), ('en-', 'en'), ('-.."', '.."'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallons', 'gallons'), ('-gallon', 'gallon'), ('-gallonrealr', 'gallonrealr'), ('--', '-')]
ST19121224-V39-50-page16.txt: [('---k', '--k'), ('-a', 'a'), ('--', '-'), ('-', ''), ('--k', '-k'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Watch-', 'Watch'), ('of-', 'of'), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-nine', 'nine'), ('-', '')]
ST19121224-V39-50-page2.txt: [('--', '-'), ('-God', 'God'), ('.-', '.'), ('V-', 'V'), ('I-', 'I'), ('C-', 'C'), ('-', ''), ('I-', 'I'), ('L-', 'L'), ("I's-", "I's"), ('D-', 'D'), ('I-', 'I'), ('-', ''), ('-', ''), ('-', '')]
ST19121224-V39-50-page3.txt: [('-pleading', 'pleading'), ('pub-', 'pub')]
ST19121224-V39-50-page4.txt: [('-', ''), ('-reform', 'reform'), ('-', '')]
ST19121224-V39-50-page5.txt: [('MOR-', 'MOR'), ('-', ''), ('Esdrae-', 'Esdrae'), ('-', ''), ('-', ''), ('command-', 'command'), ('DE-', 'DE'), ('-', ''), ('-', ''), ('-', '')]
ST19121224-V39-50-page6.txt: [('-', '')]
ST19121224-V39-50-page7.txt: [('sepa-', 'sepa')]
ST19121224-V39-50-page8.txt: [('ef-', 'ef'), ('-', ''), ('-', '')]
ST19121224-V39-50-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST19130211-V40-06-page10.txt: [('-Watchman', 'Watchman'), ('-', ''), ('-', '')]
ST19130211-V40-06-page12.txt: [('super-', 'super'), ('-', ''), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-United', 'United')]
ST19130211-V40-06-page13.txt: [('MIMP-', 'MIMP'), ('--', '-'), ('--', '-'), ('-', ''), ('-', '')]
ST19130211-V40-06-page14.txt: [('-', ''), ('-and', 'and'), ('-about', 'about'), ('-and', 'and'), ('-the', 'the'), ('-drunken', 'drunken')]
ST19130211-V40-06-page15.txt: [('-', ''), ('---', '--'), ('-', ''), ('f-', 'f'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-----', '----'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon')]
ST19130211-V40-06-page16.txt: [('coon-', 'coon'), ('-', ''), ('-', ''), ('-', ''), ('-Fish', 'Fish'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('soul.-', 'soul.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ow', 'ow'), ('-', ''), ('-', ''), ('-', ''), ('-Redemption', 'Redemption'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19130211-V40-06-page2.txt: [('six-', 'six'), ('-X', 'X'), ('not.-', 'not.'), ('-', '')]
ST19130211-V40-06-page4.txt: [('-', ''), ('-Spirit.', 'Spirit.'), ('-', '')]
ST19130211-V40-06-page5.txt: [('trial-', 'trial'), ('-created', 'created'), ('-word', 'word'), ('-', ''), ('-', '')]
ST19130211-V40-06-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-', '')]
ST19130211-V40-06-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19130211-V40-06-page8.txt: [('-', ''), ('-No.', 'No.'), ('-', ''), ('bere-', 'bere')]
ST19130211-V40-06-page9.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('erowa.-', 'erowa.'), ('-It-mac', 'It-mac'), ('in-', 'in'), ('-', '')]
ST19130218-V40-07-page1.txt: [('happi-', 'happi')]
ST19130218-V40-07-page10.txt: [('the-', 'the'), ('-because', 'because')]
ST19130218-V40-07-page11.txt: [('-page', 'page'), ('"SUN-', '"SUN'), ('-', ''), ('MEN-', 'MEN')]
ST19130218-V40-07-page12.txt: [('-', ''), ('-came', 'came'), ('-old', 'old')]
ST19130218-V40-07-page13.txt: [('mold-', 'mold'), ('--', '-'), ('-', ''), ('-', ''), ('------', '-----'), ('-', ''), ('-IM', 'IM'), ('---', '--'), ('---', '--'), ('re-', 're'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon')]
ST19130218-V40-07-page14.txt: [('TestanientS.-', 'TestanientS.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Various', 'Various'), ('-', ''), ('--', '-'), ('-an', 'an'), ('-English.', 'English.'), ('-Laiy', 'Laiy'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('im-', 'im'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-observe-how', 'observe-how'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-K', 'K'), ('-', ''), ('-', ''), ("-Suet'", "Suet'"), ('-', '')]
ST19130218-V40-07-page2.txt: [('hap-', 'hap'), ('----piness', '---piness'), ('selfish-', 'selfish')]
ST19130218-V40-07-page3.txt: [('-', ''), ('-', ''), ('RIGHTEOUS-', 'RIGHTEOUS')]
ST19130218-V40-07-page4.txt: [('-', ''), ('--', '-'), ('-Christ', 'Christ'), ('-', ''), ("con'-", "con'"), ('Na-', 'Na')]
ST19130218-V40-07-page5.txt: [('--', '-'), ('-', '')]
ST19130218-V40-07-page6.txt: [('-', '')]
ST19130218-V40-07-page7.txt: [('-as', 'as'), ('-', ''), ('right-', 'right')]
ST19130218-V40-07-page8.txt: [('--', '-')]
ST19130218-V40-07-page9.txt: [('-Pt', 'Pt'), ('-It', 'It')]
ST19130311-V40-10-page1.txt: [('-', ''), ('-', '')]
ST19130311-V40-10-page10.txt: [('-border', 'border'), ('territory-', 'territory')]
ST19130311-V40-10-page11.txt: [('--', '-'), ('-California', 'California'), ('--', '-'), ('-', ''), ("'-", "'"), ('-', ''), ('--', '-'), ('.-.--', '.-.-'), ('-', '')]
ST19130311-V40-10-page13.txt: [('prog-', 'prog'), ('thought-', 'thought'), ('-be', 'be'), ('indi-', 'indi')]
ST19130311-V40-10-page15.txt: [('subjects-', 'subjects'), ('pages-', 'pages'), ('-Wilcox', 'Wilcox'), ('I-', 'I'), ('-..', '..'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TRACI-', 'TRACI'), ('-', ''), ('-', ''), ('-', ''), ('Vice-', 'Vice'), ('To-', 'To'), ('-', ''), ('TRAG-', 'TRAG'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('in-', 'in'), ('-', ''), ('qt-', 'qt'), ('--OZt', '-OZt')]
ST19130311-V40-10-page16.txt: [('anti-', 'anti'), ('-', ''), ('t--', 't-'), ('-.roved', '.roved'), ('-Only', 'Only'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-an', 'an'), ("-''.", "''."), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Notes----', 'Notes---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19130311-V40-10-page2.txt: [('-', ''), ('--', '-')]
ST19130311-V40-10-page3.txt: [('con-', 'con')]
ST19130311-V40-10-page4.txt: [('-is', 'is'), ('-', '')]
ST19130311-V40-10-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19130311-V40-10-page6.txt: [('founda-', 'founda'), ('-ticns.', 'ticns.'), ('-', ''), ('-every', 'every'), ('-', ''), ('sad-', 'sad'), ('--', '-')]
ST19130311-V40-10-page7.txt: [('it---', 'it--'), ('-', ''), ('--ip', '-ip'), ('-', '')]
ST19130311-V40-10-page8.txt: [('-', '')]
ST19130311-V40-10-page9.txt: [('-', ''), ('---', '--'), ('-ic', 'ic'), ('-', ''), ('-', ''), ('lived."-', 'lived."'), ('incl."-', 'incl."'), ('wrath."-', 'wrath."'), ('God."-', 'God."'), ('-', ''), ('-', ''), ('you."-', 'you."'), ('-', ''), ('-', ''), ('sins."-', 'sins."'), ('-', ''), ('NoTE.-', 'NoTE.'), ('-', '')]
ST19130408-V40-14-page10.txt: [("ht'-", "ht'")]
ST19130408-V40-14-page11.txt: [('mur-', 'mur'), ('Chris-', 'Chris')]
ST19130408-V40-14-page12.txt: [('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', '')]
ST19130408-V40-14-page13.txt: [('-.c', '.c'), ('-', '')]
ST19130408-V40-14-page14.txt: [('--', '-'), ('-', ''), ('-k', 'k'), ('-', ''), ('-', '')]
ST19130408-V40-14-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc'), ('-', ''), ('-"', '"'), ('-to', 'to')]
ST19130408-V40-14-page16.txt: [('"-', '"'), ('New-', 'New'), ('-Lord', 'Lord'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sab-', 'Sab'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-neees-.', 'neees-.'), ('cities-', 'cities'), ('"-', '"'), ('-from', 'from'), ('--', '-'), ('-OK', 'OK'), ('..-', '..')]
ST19130408-V40-14-page2.txt: [('suc-', 'suc'), ('-', ''), ('-', ''), ('-', ''), ('-do', 'do')]
ST19130408-V40-14-page4.txt: [('-', ''), ('under-', 'under'), ('-', '')]
ST19130408-V40-14-page5.txt: [('-', ''), ('-', '')]
ST19130408-V40-14-page6.txt: [('-', ''), ('-', ''), ('between-', 'between')]
ST19130408-V40-14-page7.txt: [('Wisconsin.-', 'Wisconsin.'), ('-', ''), ('stumbling-block.--', 'stumbling-block.-')]
ST19130408-V40-14-page8.txt: [('-', '')]
ST19130408-V40-14-page9.txt: [('-', ''), ('-', '')]
ST19130429-V40-17-page10.txt: [('prat.-', 'prat.'), ('-', ''), ('cruis-', 'cruis')]
ST19130429-V40-17-page11.txt: [('-we', 'we'), ('-to', 'to'), ('-', ''), ('-of', 'of'), ('of-', 'of'), ('-early', 'early'), ('-', '')]
ST19130429-V40-17-page13.txt: [('-', ''), ('Chang-', 'Chang')]
ST19130429-V40-17-page14.txt: [('-', ''), ('-', '')]
ST19130429-V40-17-page15.txt: [('----', '---'), ('--', '-'), ('--', '-'), ('--', '-'), ('-It', 'It'), ('-', ''), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-post-office', 'post-office')]
ST19130429-V40-17-page16.txt: [('-Denver', 'Denver'), ('full-', 'full'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-England.', 'England.'), ('-word', 'word'), ('-hundred', 'hundred')]
ST19130429-V40-17-page2.txt: [('-applied', 'applied'), ('-from', 'from'), ('-', '')]
ST19130429-V40-17-page4.txt: [('re-', 're'), ('-', ''), ('-', ''), ('-', '')]
ST19130429-V40-17-page5.txt: [('-', '')]
ST19130429-V40-17-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19130429-V40-17-page7.txt: [('-held', 'held'), ('-', ''), ('-', ''), ('c-', 'c'), ('-', '')]
ST19130429-V40-17-page8.txt: [('charac-', 'charac'), ('-usually', 'usually'), ('-', ''), ('-', ''), ('-', '')]
ST19130429-V40-17-page9.txt: [('-', ''), ('-', ''), ('--', '-'), ('-drink', 'drink')]
ST19130708-V40-26-page1.txt: [('qr-', 'qr'), ('-IALL', 'IALL')]
ST19130708-V40-26-page10.txt: [('-', ''), ('-', '')]
ST19130708-V40-26-page11.txt: [('"--', '"-'), ('pi--', 'pi-'), ('be-', 'be'), ('Ex-', 'Ex'), ('-belieVe', 'belieVe'), ('mosey-', 'mosey'), ('-', '')]
ST19130708-V40-26-page12.txt: [('-', '')]
ST19130708-V40-26-page13.txt: [('---', '--'), ('-interested', 'interested'), ("-'", "'"), ('-', ''), ('A-', 'A'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19130708-V40-26-page15.txt: [('-name', 'name'), ('-fields', 'fields'), ('-', ''), ('-r', 'r'), ('-', ''), ('-', ''), ('-', '')]
ST19130708-V40-26-page16.txt: [('-', ''), ('-', ''), ('-so', 'so'), ('-', ''), ('-K', 'K'), ('Oppor-', 'Oppor')]
ST19130708-V40-26-page2.txt: [('-Where', 'Where'), ('-', ''), ('-', '')]
ST19130708-V40-26-page3.txt: [('-I', 'I')]
ST19130708-V40-26-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19130708-V40-26-page5.txt: [('K-', 'K')]
ST19130708-V40-26-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19130708-V40-26-page7.txt: [('-', ''), ('-E.', 'E.'), ('-', ''), ('-', ''), ('-', '')]
ST19130708-V40-26-page8.txt: [('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('-', ''), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.')]
ST19130708-V40-26-page9.txt: [('-Or', 'Or'), ('Thirty-', 'Thirty'), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('TRA-', 'TRA'), ('IN-', 'IN')]
ST19130722-V40-28-page12.txt: [('-', '')]
ST19130722-V40-28-page14.txt: [('-', '')]
ST19130722-V40-28-page15.txt: [('-', ''), ('Ck..-', 'Ck..')]
ST19130722-V40-28-page16.txt: [('-IP', 'IP'), ('-', ''), ('-', ''), ('-', ''), ('la-', 'la'), ('-', ''), ('-', ''), ('-', ''), ('-uind', 'uind'), ('pro-', 'pro'), ('con-', 'con'), ('-sort', 'sort'), ('-', ''), ('-', ''), ('-the', 'the'), ('per-', 'per'), ('-.Ityttienie', '.Ityttienie'), ('--', '-'), ('Christian-', 'Christian'), ('-', ''), ('-', ''), ('-', ''), ('--.--', '-.--'), ('For-', 'For'), ('rebel-', 'rebel'), ('-', ''), ('-', '')]
ST19130722-V40-28-page2.txt: [('-', ''), ('-', ''), ('"--', '"-')]
ST19130722-V40-28-page4.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('-', '')]
ST19130722-V40-28-page5.txt: [('WITNESSING-', 'WITNESSING'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19130722-V40-28-page6.txt: [('-experience', 'experience'), ('-', ''), ('-', ''), ('re-', 're')]
ST19130722-V40-28-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19130722-V40-28-page8.txt: [('NOTE.-', 'NOTE.'), ('steadfastly"-', 'steadfastly"'), ('-', ''), ('NOTE.-', 'NOTE.'), ('PER-', 'PER'), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('-', ''), ('NOTE.-', 'NOTE.'), ('"brethren"-', '"brethren"'), ('-', ''), ('-', '')]
ST19130722-V40-28-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19130805-V40-30-page10.txt: [('-ice', 'ice'), ('-', ''), ('-but', 'but'), ('-', '')]
ST19130805-V40-30-page11.txt: [('-', ''), ('.-', '.'), ('-', ''), ('-.', '.'), ('--', '-'), ('Pe-', 'Pe'), ('world-', 'world'), ('-', ''), ('depend-', 'depend'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.--', '.-')]
ST19130805-V40-30-page12.txt: [('zev-', 'zev'), ('-eral', 'eral'), ('-she', 'she')]
ST19130805-V40-30-page13.txt: [('-Augast', 'Augast'), ('-up', 'up'), ('-', '')]
ST19130805-V40-30-page14.txt: [('-Version', 'Version'), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('-Di', 'Di'), ('-', ''), ('-and', 'and'), ('-froti.et', 'froti.et'), ('agree-', 'agree'), ('work-', 'work'), ('-stars', 'stars'), ('-', '')]
ST19130805-V40-30-page2.txt: [('-', ''), ('-say', 'say'), ('-young', 'young'), ('-', ''), ('-', '')]
ST19130805-V40-30-page3.txt: [('-', ''), ('ESSIPIOr-', 'ESSIPIOr')]
ST19130805-V40-30-page4.txt: [('-Roman', 'Roman'), ('-', ''), ('de-', 'de'), ('-', '')]
ST19130805-V40-30-page5.txt: [('-', ''), ('PEO-', 'PEO'), ('won-', 'won'), ('-', '')]
ST19130805-V40-30-page6.txt: [('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('ex-', 'ex'), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('-great', 'great')]
ST19130805-V40-30-page7.txt: [('-', ''), ('pre-', 'pre'), ("-God's", "God's"), ('-', ''), ('-c---', 'c---'), ('-Take', 'Take'), ('-they', 'they')]
ST19130805-V40-30-page9.txt: [("-'", "'")]
ST19130812-V40-31-page10.txt: [('repre-', 'repre')]
ST19130812-V40-31-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-O-O-', 'O-O-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ani-', 'ani'), ('dollars--', 'dollars-'), ('-', ''), ('-', '')]
ST19130812-V40-31-page12.txt: [('-', ''), ('conversa-', 'conversa')]
ST19130812-V40-31-page13.txt: [('-San', 'San'), ('-', ''), ('-', ''), ('-', '')]
ST19130812-V40-31-page14.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('--', '-'), ('-', ''), ('-', '')]
ST19130812-V40-31-page2.txt: [('-without', 'without'), ('-', ''), ('-', ''), ('-tan', 'tan')]
ST19130812-V40-31-page3.txt: [('phenom-', 'phenom')]
ST19130812-V40-31-page4.txt: [('S-', 'S'), ('-', ''), ('--', '-'), ('uni-', 'uni'), ('-of', 'of')]
ST19130812-V40-31-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ESSING-', 'ESSING')]
ST19130812-V40-31-page6.txt: [('-', ''), ('Or-', 'Or'), ('-', ''), ('wit-', 'wit'), ('-nessing', 'nessing'), ('du-', 'du')]
ST19130812-V40-31-page7.txt: [('Tel-el-', 'Tel-el'), ('-', ''), ('-', ''), ('-', ''), ('--Dr.', '-Dr.')]
ST19130812-V40-31-page8.txt: [('sin-', 'sin'), ('Consul-', 'Consul')]
ST19130819-V40-32-page10.txt: [('consti-', 'consti'), ('-Watchman', 'Watchman'), ("i'-s-", "i'-s")]
ST19130819-V40-32-page11.txt: [('-X', 'X')]
ST19130819-V40-32-page14.txt: [('-regarding', 'regarding'), ('-Altho', 'Altho'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19130819-V40-32-page15.txt: [('-', ''), ("-'", "'")]
ST19130819-V40-32-page16.txt: [('-Standard', 'Standard'), ('-cots', 'cots'), ('-', ''), ('--', '-'), ('-hat', 'hat'), ('--Suffer', '-Suffer'), ('-', ''), ('itttA-', 'itttA'), ('-', ''), ('-', ''), ('sign-', 'sign'), ('-', ''), ('-', ''), ('TIMES."-', 'TIMES."'), ('-', ''), ('law-', 'law')]
ST19130819-V40-32-page2.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ('-', '')]
ST19130819-V40-32-page3.txt: [('entreating-', 'entreating'), ('well-', 'well')]
ST19130819-V40-32-page4.txt: [("bless'-", "bless'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-religious', 'religious'), ('-that', 'that'), ('-', '')]
ST19130819-V40-32-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('WITNESSING-', 'WITNESSING')]
ST19130819-V40-32-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19130819-V40-32-page7.txt: [('-', ''), ('-', '')]
ST19130819-V40-32-page8.txt: [('NOTE.-', 'NOTE.'), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('NOTE.-', 'NOTE.')]
ST19130819-V40-32-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('--X', '-X')]
ST19130826-V40-33-page10.txt: [('DEGEN-', 'DEGEN'), ('DIS-', 'DIS')]
ST19130826-V40-33-page11.txt: [('-lc', 'lc')]
ST19130826-V40-33-page12.txt: [('re-', 're')]
ST19130826-V40-33-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19130826-V40-33-page14.txt: [('-who', 'who'), ('-', ''), ('-', ''), ('-men.', 'men.'), ('-and', 'and'), ('-', ''), ('-', '')]
ST19130826-V40-33-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-THE', 'THE')]
ST19130826-V40-33-page16.txt: [('pape-', 'pape'), ('-', ''), ('-', ''), ('-', ''), ('Bul-', 'Bul')]
ST19130826-V40-33-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ex-', 'ex'), ('-', '')]
ST19130826-V40-33-page3.txt: [('-', ''), ('con-', 'con'), ('reck-', 'reck')]
ST19130826-V40-33-page4.txt: [('-.', '.'), ('-', ''), ('-He', 'He'), ('-we', 'we'), ('-His', 'His')]
ST19130826-V40-33-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-my', 'my'), ('-and', 'and')]
ST19130826-V40-33-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('be-', 'be')]
ST19130826-V40-33-page7.txt: [('-naw', 'naw'), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-beginning', 'beginning')]
ST19130826-V40-33-page8.txt: [('-Watehrna', 'Watehrna'), ('--', '-'), ('sowing.-', 'sowing.'), ('-', '')]
ST19130826-V40-33-page9.txt: [('-of', 'of')]
ST19130923-V40-37-page10.txt: [("-'", "'"), ('-', ''), ('-lc', 'lc')]
ST19130923-V40-37-page12.txt: [("-'North", "'North"), ('-', ''), ('-Heed', 'Heed'), ('-nie', 'nie'), ('Minne-', 'Minne')]
ST19130923-V40-37-page14.txt: [('-', ''), ('-', '')]
ST19130923-V40-37-page16.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-the', 'the'), ('-', ''), ('-sanctify', 'sanctify'), ('Things.-', 'Things.'), ('-', ''), ('-Joel', 'Joel'), ('-', ''), ('-', '')]
ST19130923-V40-37-page2.txt: [('-For', 'For'), ('-', ''), ('-', '')]
ST19130923-V40-37-page3.txt: [('dis-', 'dis')]
ST19130923-V40-37-page4.txt: [('stiggc-', 'stiggc'), ('of-', 'of'), ('ex-', 'ex'), ('phys-', 'phys')]
ST19130923-V40-37-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-new', 'new'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19130923-V40-37-page6.txt: [('-', ''), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('-', ''), ('COVE-', 'COVE'), ('-', ''), ('NOTE.-', 'NOTE.'), ('con-', 'con')]
ST19130923-V40-37-page7.txt: [('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('CON-', 'CON'), ('-', ''), ('-', ''), ('glory.-', 'glory.'), ('-', ''), ('--', '-'), ('-up-todate"', 'up-todate"'), ('labo-', 'labo'), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('covE-', 'covE'), ('-', ''), ('-', ''), ('--', '-'), ('not.-', 'not.')]
ST19130923-V40-37-page9.txt: [('-cif', 'cif'), ('-', ''), ('-', ''), ('-times', 'times'), ('-', ''), ('wherever-', 'wherever')]
ST19130930-V40-38-page1.txt: [('-', '')]
ST19130930-V40-38-page10.txt: [('OPER-', 'OPER'), ('GON-', 'GON'), ('CON-', 'CON')]
ST19130930-V40-38-page11.txt: [('INFEC-', 'INFEC'), ('-whom', 'whom'), ('-', ''), ('SANC-', 'SANC'), ('-', '')]
ST19130930-V40-38-page12.txt: [('regener-', 'regener'), ('-', ''), ('-', ''), ('-', '')]
ST19130930-V40-38-page13.txt: [('only-', 'only'), ('only-', 'only'), ("-'", "'"), ('-', '')]
ST19130930-V40-38-page14.txt: [('-Peter', 'Peter'), ('-', ''), ('-', ''), ('----', '---'), ('-Would', 'Would'), ('-pc', 'pc')]
ST19130930-V40-38-page16.txt: [('-', ''), ('-from', 'from'), ('All--', 'All-'), ('re-', 're'), ('-', ''), ('-exception', 'exception'), ('-according', 'according'), ('liebehind-', 'liebehind'), ('Ad-', 'Ad'), ('-it', 'it'), ('of-', 'of'), ('-', ''), ('-because', 'because'), ('-', '')]
ST19130930-V40-38-page2.txt: [('-', ''), ('-', ''), ('Mat-', 'Mat'), ('-idolatrous', 'idolatrous'), ('-s', 's'), ('contra-', 'contra'), ('which-', 'which'), ("'K-", "'K"), ('-the', 'the'), ('-', ''), ('-', '')]
ST19130930-V40-38-page4.txt: [('-', ''), ('-very', 'very'), ('-the', 'the'), ('-', ''), ('-', '')]
ST19130930-V40-38-page5.txt: [('-', ''), ('-', ''), ('--', '-'), ('-for', 'for')]
ST19130930-V40-38-page6.txt: [('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('NOTE.-', 'NOTE.'), ('-', ''), ('NA-', 'NA'), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.')]
ST19130930-V40-38-page7.txt: [('be-', 'be'), ('-', ''), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('Him.-', 'Him.'), ('day.-', 'day.'), ('-', ''), ('-', ''), ('won.-', 'won.')]
ST19130930-V40-38-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('"WOR-', '"WOR')]
ST19130930-V40-38-page9.txt: [('sec-', 'sec')]
ST19131111-V40-43-page10.txt: [('-', ''), ('-', ''), ('-awake', 'awake'), ('Gen-', 'Gen'), ('labor-', 'labor')]
ST19131111-V40-43-page13.txt: [('-', '')]
ST19131111-V40-43-page14.txt: [('--us', '-us'), ('down.-', 'down.'), ('through-', 'through'), ('the-', 'the'), ('-open', 'open'), ('-', ''), ('-gas', 'gas'), ('-form', 'form')]
ST19131111-V40-43-page2.txt: [('-of', 'of'), ('-', '')]
ST19131111-V40-43-page3.txt: [('-difference', 'difference'), ('-ass', 'ass')]
ST19131111-V40-43-page4.txt: [('dyng-', 'dyng')]
ST19131111-V40-43-page5.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('wine-', 'wine'), ('-', ''), ('-', '')]
ST19131111-V40-43-page6.txt: [('-reward', 'reward'), ('-', ''), ('an-', 'an'), ('that-', 'that')]
ST19131111-V40-43-page7.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('victory-', 'victory'), ('--', '-')]
ST19131111-V40-43-page8.txt: [('-', ''), ('-', ''), ('par-', 'par'), ('while-', 'while'), ('-', ''), ('-', '')]
ST19131111-V40-43-page9.txt: [('dis-', 'dis'), ('-', '')]
ST19131118-V40-44-page1.txt: [('-Wide', 'Wide'), ('incalcu-', 'incalcu'), ('Pro-', 'Pro')]
ST19131118-V40-44-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('limitedcondi-', 'limitedcondi'), ('un-', 'un')]
ST19131118-V40-44-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19131118-V40-44-page12.txt: [('-Jesus', 'Jesus'), ('-', ''), ('num-', 'num'), ('Okla-', 'Okla')]
ST19131118-V40-44-page13.txt: [('point-', 'point')]
ST19131118-V40-44-page14.txt: [('-', '')]
ST19131118-V40-44-page15.txt: [('--', '-'), ('-in', 'in'), ('con-', 'con')]
ST19131118-V40-44-page16.txt: [('-', ''), ('Eaten-', 'Eaten'), ('-ow-', 'ow-'), ('Twenty-', 'Twenty'), ('-', '')]
ST19131118-V40-44-page2.txt: [('pres-', 'pres')]
ST19131118-V40-44-page3.txt: [('-Q.', 'Q.'), ('--"A.', '-"A.')]
ST19131118-V40-44-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19131118-V40-44-page5.txt: [('-Come', 'Come')]
ST19131118-V40-44-page6.txt: [('inno-', 'inno'), ('--......ceace', '-......ceace')]
ST19131118-V40-44-page7.txt: [('-unique', 'unique'), ('-', '')]
ST19131118-V40-44-page8.txt: [('-the', 'the'), ('-', ''), ('--"Incline', '-"Incline')]
ST19131118-V40-44-page9.txt: [('-A', 'A'), ('-to', 'to'), ('-no', 'no'), ('-Tames', 'Tames'), ('prophecy.-', 'prophecy.'), ('-', ''), ('-Poets', 'Poets'), ('-', '')]
ST19131216-V40-48-page1.txt: [('-', ''), ('-', ''), ('Death--', 'Death-')]
ST19131216-V40-48-page10.txt: [('-', '')]
ST19131216-V40-48-page11.txt: [('-', ''), ('con-', 'con')]
ST19131216-V40-48-page12.txt: [('-and', 'and')]
ST19131216-V40-48-page13.txt: [('-', ''), ('-about', 'about'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19131216-V40-48-page14.txt: [('-even', 'even')]
ST19131216-V40-48-page16.txt: [('-luerta', 'luerta')]
ST19131216-V40-48-page4.txt: [('-is', 'is')]
ST19131216-V40-48-page5.txt: [('-Well', 'Well')]
ST19131216-V40-48-page6.txt: [('as-', 'as')]
ST19131216-V40-48-page7.txt: [('-not', 'not')]
ST19131216-V40-48-page8.txt: [('-God', 'God'), ('-as', 'as')]
ST19131216-V40-48-page9.txt: [('even-', 'even'), ('-', ''), ('-endeavored', 'endeavored'), ('-', ''), ('prom-', 'prom')]
ST19140113-V41-01-page1.txt: [('k-', 'k'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-', ''), ('-', ''), ('fulnes-', 'fulnes'), ('Opinions.-', 'Opinions.')]
ST19140113-V41-01-page10.txt: [('-', ''), ('-', '')]
ST19140113-V41-01-page12.txt: [('-confidence', 'confidence'), ('--', '-')]
ST19140113-V41-01-page13.txt: [('-intercourse', 'intercourse'), ('---', '--'), ('Twenty-', 'Twenty')]
ST19140113-V41-01-page14.txt: [('-', ''), ('-', ''), ('E-', 'E')]
ST19140113-V41-01-page15.txt: [('-Who', 'Who'), ('-', ''), ('-', ''), ('-', ''), ('ani-', 'ani'), ('-', '')]
ST19140113-V41-01-page16.txt: [('-in', 'in'), ('divine-', 'divine'), ('-the', 'the'), ('-by', 'by'), ('-of', 'of')]
ST19140113-V41-01-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19140113-V41-01-page3.txt: [('soul-', 'soul')]
ST19140113-V41-01-page4.txt: [('dis-', 'dis')]
ST19140113-V41-01-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140113-V41-01-page6.txt: [('-ld', 'ld'), ('-which', 'which'), ('TAR-', 'TAR')]
ST19140113-V41-01-page7.txt: [('-', ''), ('-', ''), ('-Times', 'Times'), ('re-', 're')]
ST19140113-V41-01-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('self-', 'self')]
ST19140113-V41-01-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('rev-', 'rev')]
ST19140120-V41-02-page1.txt: [('-separation', 'separation')]
ST19140120-V41-02-page10.txt: [('-', '')]
ST19140120-V41-02-page11.txt: [('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('words-', 'words'), ('-', ''), ('--', '-')]
ST19140120-V41-02-page13.txt: [('-business', 'business'), ('follow-', 'follow'), ('-', ''), ('-', ''), ('-It', 'It'), ('-', ''), ('-', ''), ('-', '')]
ST19140120-V41-02-page14.txt: [('-', '')]
ST19140120-V41-02-page15.txt: [('-', '')]
ST19140120-V41-02-page16.txt: [('coun-', 'coun'), ('-', '')]
ST19140120-V41-02-page2.txt: [('com-', 'com')]
ST19140120-V41-02-page4.txt: [('witness-', 'witness'), ('-', ''), ('-', ''), ('ig-', 'ig'), ('-', ''), ('-', '')]
ST19140120-V41-02-page5.txt: [('-', ''), ('UNRE-', 'UNRE'), ('-II', 'II')]
ST19140120-V41-02-page6.txt: [('-', ''), ('-', '')]
ST19140120-V41-02-page7.txt: [('-Times', 'Times'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140120-V41-02-page8.txt: [('-at', 'at'), ('-', ''), ('-the', 'the')]
ST19140120-V41-02-page9.txt: [('sci-', 'sci')]
ST19140127-V41-03-page1.txt: [('-NUMBER', 'NUMBER'), ('-...', '...')]
ST19140127-V41-03-page10.txt: [('-', ''), ('-', ''), ('-ii', 'ii'), ('-', ''), ('-Him', 'Him'), ('con-', 'con')]
ST19140127-V41-03-page11.txt: [('be-', 'be'), ('-c-ause', 'c-ause'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('up-', 'up')]
ST19140127-V41-03-page12.txt: [('sec-', 'sec'), ('-', ''), ('bap-', 'bap')]
ST19140127-V41-03-page13.txt: [('-', ''), ('t-', 't'), ('-', ''), ('-', ''), ('-', '')]
ST19140127-V41-03-page14.txt: [('-', ''), ('con-', 'con'), ('-', ''), ('-', '')]
ST19140127-V41-03-page15.txt: [('-', ''), ('reportscon-', 'reportscon'), ('--the', '-the'), ('perplex-', 'perplex')]
ST19140127-V41-03-page2.txt: [('-', '')]
ST19140127-V41-03-page3.txt: [('-', '')]
ST19140127-V41-03-page4.txt: [('uni-', 'uni')]
ST19140127-V41-03-page5.txt: [('in-', 'in'), ('--terested', '-terested'), ('-', '')]
ST19140127-V41-03-page6.txt: [('com-', 'com')]
ST19140127-V41-03-page7.txt: [('-', ''), ('-', '')]
ST19140127-V41-03-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140127-V41-03-page9.txt: [('TRANS-', 'TRANS'), ('-', '')]
ST19140203-V41-04-page1.txt: [('-', ''), ('-', '')]
ST19140203-V41-04-page11.txt: [('un-', 'un')]
ST19140203-V41-04-page12.txt: [('i.tiiloennsaumpe-', 'i.tiiloennsaumpe'), ('-', ''), ('-', ''), ('-', '')]
ST19140203-V41-04-page13.txt: [('-', '')]
ST19140203-V41-04-page14.txt: [('-', '')]
ST19140203-V41-04-page15.txt: [('-', ''), ('point-', 'point'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140203-V41-04-page16.txt: [('-', ''), ('--', '-'), ('--', '-'), ('"He-', '"He')]
ST19140203-V41-04-page2.txt: [('-', '')]
ST19140203-V41-04-page3.txt: [('SA-', 'SA')]
ST19140203-V41-04-page6.txt: [('-paganism.', 'paganism.'), ('state-', 'state')]
ST19140203-V41-04-page7.txt: [('-', ''), ('-', '')]
ST19140203-V41-04-page8.txt: [('World--', 'World-'), ('-', ''), ('-', ''), ('-II.', 'II.'), ('-', '')]
ST19140203-V41-04-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('noth-', 'noth')]
ST19140210-V41-05-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-NUMBER', 'NUMBER'), ('-', '')]
ST19140210-V41-05-page10.txt: [('-', ''), ('-', '')]
ST19140210-V41-05-page11.txt: [("'E-", "'E"), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140210-V41-05-page13.txt: [('Helena-', 'Helena'), ('-page', 'page')]
ST19140210-V41-05-page14.txt: [('-share', 'share')]
ST19140210-V41-05-page15.txt: [('-', ''), ('-', '')]
ST19140210-V41-05-page16.txt: [('-', ''), ('-', '')]
ST19140210-V41-05-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140210-V41-05-page3.txt: [('beauti-', 'beauti')]
ST19140210-V41-05-page4.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('.-.-', '.-.'), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('--', '-'), ('o-', 'o')]
ST19140210-V41-05-page5.txt: [('-', ''), ('-', '')]
ST19140210-V41-05-page6.txt: [('Mil-', 'Mil'), ('sur-', 'sur')]
ST19140210-V41-05-page7.txt: [('-', ''), ('-', '')]
ST19140210-V41-05-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-SOUL-', 'SOUL-'), ('-', '')]
ST19140210-V41-05-page9.txt: [('-', ''), ('-', ''), ('-fit"', 'fit"')]
ST19140217-V41-06-page1.txt: [('-NUMBER', 'NUMBER'), ('Chris-', 'Chris')]
ST19140217-V41-06-page10.txt: [('-', ''), ('-', ''), ('-satisfied', 'satisfied')]
ST19140217-V41-06-page11.txt: [('up-', 'up'), ('ques-', 'ques'), ('-', ''), ('-', ''), ('UNQUENCH-', 'UNQUENCH'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140217-V41-06-page14.txt: [('-it', 'it'), ('-Gbe', 'Gbe')]
ST19140217-V41-06-page16.txt: [('-', ''), ('-', ''), ('Panama-', 'Panama')]
ST19140217-V41-06-page3.txt: [('wonder-', 'wonder')]
ST19140217-V41-06-page4.txt: [('-', ''), ('-', ''), ('Postmaster-', 'Postmaster'), ('re.-', 're.'), ('sab-', 'sab')]
ST19140217-V41-06-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19140217-V41-06-page6.txt: [('-', ''), ('-', '')]
ST19140217-V41-06-page7.txt: [('-', '')]
ST19140224-V41-07-page1.txt: [('.--', '.-')]
ST19140224-V41-07-page10.txt: [('-', ''), ('andper-', 'andper'), ('-the', 'the')]
ST19140224-V41-07-page11.txt: [('up-', 'up'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('II-', 'II'), ('-', ''), ('-', ''), ('ques-', 'ques'), ('-', '')]
ST19140224-V41-07-page13.txt: [('-cent', 'cent'), ('-', '')]
ST19140224-V41-07-page14.txt: [('-which', 'which')]
ST19140224-V41-07-page15.txt: [('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-', ''), ('--', '-')]
ST19140224-V41-07-page16.txt: [('-', ''), ('-', ''), ('-', '')]
ST19140224-V41-07-page2.txt: [('Chris-', 'Chris'), ('--', '-')]
ST19140224-V41-07-page3.txt: [('-INFIRMITY', 'INFIRMITY')]
ST19140224-V41-07-page4.txt: [('-', '')]
ST19140224-V41-07-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-crucified', 'crucified')]
ST19140224-V41-07-page6.txt: [('which-', 'which'), ('-of', 'of'), ('-', ''), ('Je-', 'Je'), ('-', '')]
ST19140224-V41-07-page7.txt: [('-', ''), ('-MVP', 'MVP'), ('--', '-'), ('--', '-')]
ST19140224-V41-07-page8.txt: [('Prophecy-', 'Prophecy'), ('-recognized', 'recognized'), ('re-', 're')]
ST19140224-V41-07-page9.txt: [('-letter', 'letter'), ('-it.', 'it.'), ('-the', 'the')]
ST19140303-V41-08-page1.txt: [('-', ''), ('Real--', 'Real-'), ('.-', '.')]
ST19140303-V41-08-page10.txt: [('-', ''), ('-', ''), ('I-', 'I'), ('-a', 'a'), ('-himself', 'himself'), ('-', ''), ('-', '')]
ST19140303-V41-08-page11.txt: [('-eternity', 'eternity'), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140303-V41-08-page12.txt: [('-were', 'were'), ('-hearts', 'hearts')]
ST19140303-V41-08-page13.txt: [('-', ''), ('Confer-', 'Confer')]
ST19140303-V41-08-page14.txt: [('God"-', 'God"'), ('car-', 'car')]
ST19140303-V41-08-page15.txt: [('-spontaneous', 'spontaneous'), ('-', ''), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-', '')]
ST19140303-V41-08-page16.txt: [('-the', 'the'), ('-Most', 'Most')]
ST19140303-V41-08-page2.txt: [('-is', 'is')]
ST19140303-V41-08-page3.txt: [('-EPHEN', 'EPHEN'), ('-', ''), ('-II', 'II'), ('-tie-rnub', 'tie-rnub'), ('-Viifrictrear.', 'Viifrictrear.')]
ST19140303-V41-08-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19140303-V41-08-page5.txt: [('-io.', 'io.'), ('-n-tEgs', 'n-tEgs'), ('-i', 'i'), ('-', ''), ('-', ''), ('-e', 'e'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140303-V41-08-page6.txt: [('-husband.', 'husband.'), ('-', ''), ('-', ''), ('man-', 'man'), ('-', '')]
ST19140303-V41-08-page7.txt: [('-finally', 'finally'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140303-V41-08-page8.txt: [('-', ''), ('-', '')]
ST19140303-V41-08-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-is', 'is')]
ST19140310-V41-09-page1.txt: [("-'", "'")]
ST19140310-V41-09-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('mem-', 'mem'), ('-', '')]
ST19140310-V41-09-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-in', 'in')]
ST19140310-V41-09-page12.txt: [('--', '-'), ('-', ''), ('-harmony', 'harmony'), ('persecu-', 'persecu'), ('-', ''), ('en-', 'en'), ('-', '')]
ST19140310-V41-09-page13.txt: [('-.to', '.to')]
ST19140310-V41-09-page15.txt: [('-friendliness', 'friendliness'), ('-giver', 'giver'), ('-we', 'we'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-Times', 'Times'), ('machines-', 'machines'), ('-gallon', 'gallon'), ('--', '-'), ('-', '')]
ST19140310-V41-09-page16.txt: [('Christ-', 'Christ'), ('-ton', 'ton'), ('-human', 'human'), ('dark-', 'dark'), ('-', ''), ('--', '-'), ('-conditions', 'conditions'), ('-', ''), ('ques-', 'ques')]
ST19140310-V41-09-page2.txt: [('-year-old', 'year-old'), ('acknowledg-', 'acknowledg')]
ST19140310-V41-09-page3.txt: [('-was', 'was'), ('-t', 't')]
ST19140310-V41-09-page4.txt: [('Desolation--', 'Desolation-'), ('under-', 'under')]
ST19140310-V41-09-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140310-V41-09-page6.txt: [('king-', 'king'), ('-and', 'and')]
ST19140310-V41-09-page7.txt: [('--only-begotten', '-only-begotten')]
ST19140310-V41-09-page8.txt: [('-sent', 'sent'), ('-the', 'the'), ('-earth.', 'earth.')]
ST19140310-V41-09-page9.txt: [('.-', '.'), ('-God', 'God'), ('-', '')]
ST19140317-V41-10-page10.txt: [('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140317-V41-10-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('---Is', '--Is'), ('-', '')]
ST19140317-V41-10-page12.txt: [('-', ''), ('-Maker.', 'Maker.')]
ST19140317-V41-10-page13.txt: [('-warning', 'warning'), ('-his', 'his'), ('r-', 'r'), ('-', '')]
ST19140317-V41-10-page14.txt: [('-the', 'the'), ('CHIL-', 'CHIL'), ('EF-', 'EF'), ('AD-', 'AD'), ('-Much', 'Much')]
ST19140317-V41-10-page15.txt: [('-day', 'day'), ('-', ''), ('-', ''), ('e-', 'e')]
ST19140317-V41-10-page16.txt: [('North-', 'North'), ('inat-', 'inat'), ('.-', '.'), ('-served', 'served'), ('edu-', 'edu'), ('-cational', 'cational'), ('-horse-power', 'horse-power'), ('-we', 'we'), ('-', ''), ('to-', 'to'), ('-sort', 'sort')]
ST19140317-V41-10-page2.txt: [('-', ''), ('-John', 'John'), ('MAJ-', 'MAJ'), ('-', ''), ('-a', 'a')]
ST19140317-V41-10-page3.txt: [('-The', 'The'), ('OR-', 'OR')]
ST19140317-V41-10-page4.txt: [('glo-', 'glo'), ('gath-', 'gath'), ('EXPERI-', 'EXPERI'), ('ENGA-', 'ENGA'), ('FIC-', 'FIC')]
ST19140317-V41-10-page5.txt: [('fron-', 'fron')]
ST19140317-V41-10-page6.txt: [('-', '')]
ST19140317-V41-10-page8.txt: [('-not', 'not'), ('-the', 'the'), ('-His', 'His')]
ST19140317-V41-10-page9.txt: [('Power--', 'Power-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140324-V41-11-page1.txt: [('-', '')]
ST19140324-V41-11-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19140324-V41-11-page11.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('-II', 'II'), ('-', ''), ('-', '')]
ST19140324-V41-11-page12.txt: [('v.-', 'v.'), ('twenty-', 'twenty'), ('num-', 'num'), ('thirty--', 'thirty-')]
ST19140324-V41-11-page13.txt: [('-gallon', 'gallon'), ('-', ''), ('-in', 'in'), ('-', '')]
ST19140324-V41-11-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-ji', 'ji'), ('-', ''), ("'L--", "'L-"), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('--', '-'), ('--', '-'), ('-', ''), ('--', '-'), ('-.T-', '.T-'), ('-', ''), ('-.-C.', '.-C.'), ('-----', '----'), ('-', ''), ('-', ''), ('--', '-'), ('.--', '.-'), ('--', '-'), ('-', '')]
ST19140324-V41-11-page15.txt: [('--', '-'), ('dog-', 'dog'), ('-', ''), ('-mingled', 'mingled'), ('for-', 'for')]
ST19140324-V41-11-page16.txt: [('-a', 'a'), ('something.-', 'something.'), ('g-', 'g')]
ST19140324-V41-11-page2.txt: [('Lloyd-', 'Lloyd'), ('se-', 'se')]
ST19140324-V41-11-page3.txt: [('-every', 'every'), ('-the', 'the'), ('-the', 'the'), ('-', '')]
ST19140324-V41-11-page5.txt: [('-', '')]
ST19140324-V41-11-page6.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-of', 'of'), ('-', '')]
ST19140324-V41-11-page7.txt: [('-to', 'to'), ('-', '')]
ST19140324-V41-11-page8.txt: [('-said', 'said'), ('-know', 'know'), ('The-', 'The')]
ST19140324-V41-11-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('ani-', 'ani'), ('-', '')]
ST19140331-V41-12-page1.txt: [('AN-', 'AN'), ('MAN-', 'MAN'), ('e-', 'e'), ('absorbr-', 'absorbr'), ('-fflor', 'fflor'), ('SPEAK-', 'SPEAK'), ('FRE-', 'FRE'), ('-with', 'with'), ('-', '')]
ST19140331-V41-12-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19140331-V41-12-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-Pentecost', 'Pentecost'), ('-', ''), ('-', ''), ('-', '')]
ST19140331-V41-12-page12.txt: [('-believe', 'believe'), ('BAP-', 'BAP')]
ST19140331-V41-12-page13.txt: [('-gallon', 'gallon'), ('-', '')]
ST19140331-V41-12-page15.txt: [('-', '')]
ST19140331-V41-12-page16.txt: [('-social', 'social'), ('-', ''), ('-elogion', 'elogion')]
ST19140331-V41-12-page2.txt: [('Panama-', 'Panama'), ('so-', 'so'), ('-', ''), ('-', '')]
ST19140331-V41-12-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140331-V41-12-page5.txt: [('-Him', 'Him')]
ST19140331-V41-12-page6.txt: [('-', ''), ('-righteousness', 'righteousness'), ('-', '')]
ST19140331-V41-12-page7.txt: [('-', ''), ('-to', 'to'), ('-that', 'that'), ('-Son', 'Son')]
ST19140331-V41-12-page8.txt: [('-', ''), ('incti-', 'incti'), ('-', '')]
ST19140331-V41-12-page9.txt: [('-of', 'of'), ('vio-', 'vio'), ('-', ''), ('-', '')]
ST19140407-V41-13-page1.txt: [('CONDI-', 'CONDI'), ('DANISH-', 'DANISH'), ('W.--', 'W.-'), ('re-', 're'), ('-', '')]
ST19140407-V41-13-page10.txt: [('-', ''), ('-with', 'with'), ('-', '')]
ST19140407-V41-13-page11.txt: [('II-', 'II'), ('-shall', 'shall'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140407-V41-13-page12.txt: [('-', ''), ('--', '-'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('---', '--'), ('EDU-', 'EDU'), ('-their', 'their'), ('Swit-', 'Swit'), ('-in', 'in'), ('FRIEDEN-', 'FRIEDEN'), ('GER-', 'GER')]
ST19140407-V41-13-page13.txt: [('na-', 'na'), ('FAITH-', 'FAITH')]
ST19140407-V41-13-page14.txt: [('-gallon', 'gallon'), ('KAN-', 'KAN')]
ST19140407-V41-13-page15.txt: [('-"point', '"point'), ('-death', 'death'), ('-', ''), ('-and', 'and'), ('-', ''), ('--', '-'), ('-', '')]
ST19140407-V41-13-page16.txt: [('-', ''), ('-man', 'man'), ('-uth', 'uth'), ('-will', 'will'), ('-that', 'that'), ('-different', 'different')]
ST19140407-V41-13-page2.txt: [('-', ''), ('-', '')]
ST19140407-V41-13-page3.txt: [('-', ''), ('-', '')]
ST19140407-V41-13-page4.txt: [('memo-', 'memo'), ('as-', 'as'), ('FOOLISH-', 'FOOLISH')]
ST19140407-V41-13-page5.txt: [('--', '-'), ('-', ''), ('-', '')]
ST19140407-V41-13-page6.txt: [('essen-', 'essen'), ('RESURREC-', 'RESURREC'), ('DOC-', 'DOC'), ('-', '')]
ST19140407-V41-13-page7.txt: [('-', ''), ('to-', 'to'), ('ful-', 'ful')]
ST19140407-V41-13-page8.txt: [('indi-', 'indi'), ('-', ''), ('-', ''), ('--', '-'), ('from-', 'from'), ('-I', 'I')]
ST19140407-V41-13-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140414-V41-14-page1.txt: [('BATTLE-', 'BATTLE'), ('-caliber', 'caliber'), ('-inch', 'inch'), ('-caliber', 'caliber'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch')]
ST19140414-V41-14-page10.txt: [('-', ''), ('-forth', 'forth'), ('-', ''), ('-', ''), ('-a', 'a'), ('-', ''), ('-', '')]
ST19140414-V41-14-page11.txt: [('-', '')]
ST19140414-V41-14-page12.txt: [('--', '-'), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('-', ''), ('---', '--'), ('-', ''), ('.-', '.'), ('--', '-'), ('-', ''), ('-SOME', 'SOME'), ('---.', '--.'), ('-', ''), ('z-', 'z'), ('-', ''), ('.-', '.'), ('--', '-'), ('-', ''), ('-.', '.'), ('-----', '----'), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('and-', 'and'), ('-French', 'French'), ('-their', 'their')]
ST19140414-V41-14-page13.txt: [('-hopes', 'hopes'), ('Wal-', 'Wal'), ('old-', 'old')]
ST19140414-V41-14-page14.txt: [('de-', 'de'), ('PRO-', 'PRO'), ('HEAD-', 'HEAD'), ('-own', 'own'), ('brandy.-', 'brandy.')]
ST19140414-V41-14-page15.txt: [('machinos-', 'machinos'), ('-gallon', 'gallon'), ('KAN-', 'KAN')]
ST19140414-V41-14-page16.txt: [('per-', 'per'), ('-', ''), ('London-', 'London'), ('strong--', 'strong-')]
ST19140414-V41-14-page2.txt: [('-', ''), ('-to', 'to'), ('-', ''), ('-', '')]
ST19140414-V41-14-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST19140414-V41-14-page4.txt: [('un-', 'un'), ('-POWER', 'POWER'), ('-of', 'of'), ('re-', 're')]
ST19140414-V41-14-page5.txt: [('CELE-', 'CELE'), ('-preached', 'preached'), ('great-', 'great')]
ST19140414-V41-14-page6.txt: [('-because', 'because')]
ST19140414-V41-14-page7.txt: [('Chris-', 'Chris'), ('-ancient', 'ancient'), ('-', ''), ('-thou', 'thou'), ('sacri-', 'sacri')]
ST19140414-V41-14-page8.txt: [('-', '')]
ST19140414-V41-14-page9.txt: [('whether-', 'whether'), ('penalty.-', 'penalty.'), ('God."-', 'God."'), ('-God', 'God'), ('-', ''), ('-Jesus', 'Jesus'), ('-u.', 'u.')]
ST19140421-V41-15-page1.txt: [('republi-', 'republi'), ('or-', 'or'), ('back-', 'back')]
ST19140421-V41-15-page10.txt: [('-', '')]
ST19140421-V41-15-page11.txt: [('-Version.', 'Version.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140421-V41-15-page12.txt: [('super-', 'super')]
ST19140421-V41-15-page15.txt: [('-a', 'a'), ('coun-', 'coun'), ('KAN-', 'KAN'), ('-gallon', 'gallon')]
ST19140421-V41-15-page16.txt: [('-', '')]
ST19140421-V41-15-page2.txt: [('-', ''), ('-', ''), ('MEET-', 'MEET'), ('-', ''), ('-', '')]
ST19140421-V41-15-page3.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('for-', 'for')]
ST19140421-V41-15-page4.txt: [('-and', 'and'), ('-the', 'the'), ('-had', 'had')]
ST19140421-V41-15-page5.txt: [('-', '')]
ST19140421-V41-15-page6.txt: [('-', '')]
ST19140421-V41-15-page7.txt: [('-I', 'I'), ('II-', 'II')]
ST19140421-V41-15-page8.txt: [('em-', 'em')]
ST19140421-V41-15-page9.txt: [('re-', 're')]
ST19140428-V41-16-page10.txt: [('-God', 'God'), ('-', ''), ('-', '')]
ST19140428-V41-16-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140428-V41-16-page12.txt: [('--', '-'), ('-', ''), ('-', '')]
ST19140428-V41-16-page13.txt: [('con-', 'con'), ('-to', 'to'), ('par-', 'par')]
ST19140428-V41-16-page14.txt: [('-repent', 'repent'), ('-reads', 'reads')]
ST19140428-V41-16-page15.txt: [('-gallon', 'gallon'), ('-', ''), ('KAN-', 'KAN')]
ST19140428-V41-16-page16.txt: [('-', ''), ('-the', 'the'), ('-', ''), ('in-', 'in'), ('rep-', 'rep')]
ST19140428-V41-16-page2.txt: [('-BEE-', 'BEE-')]
ST19140428-V41-16-page3.txt: [('lib-', 'lib')]
ST19140428-V41-16-page4.txt: [('-', ''), ('per-', 'per')]
ST19140428-V41-16-page5.txt: [('-the', 'the'), ('-to', 'to'), ('-Ouickly', 'Ouickly')]
ST19140428-V41-16-page6.txt: [('-', ''), ('-', ''), ('like-', 'like')]
ST19140428-V41-16-page7.txt: [('-', ''), ('-', ''), ('-is', 'is'), ('-', '')]
ST19140428-V41-16-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the')]
ST19140428-V41-16-page9.txt: [('-', ''), ('de-', 'de'), ('-', '')]
ST19140505-V41-17-page1.txt: [('-time', 'time'), ('WI-', 'WI'), ('-', '')]
ST19140505-V41-17-page10.txt: [('-', ''), ('-Lthose', 'Lthose')]
ST19140505-V41-17-page11.txt: [('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.')]
ST19140505-V41-17-page12.txt: [('-', ''), ('COF-', 'COF'), ('--', '-'), ('-as', 'as')]
ST19140505-V41-17-page13.txt: [('-', ''), ('-', ''), ('-', '')]
ST19140505-V41-17-page14.txt: [('va-', 'va'), ('-', ''), ('o-', 'o'), ('-', '')]
ST19140505-V41-17-page15.txt: [('-', ''), ('-gallon', 'gallon'), ('-', ''), ('-', ''), ('KAN-', 'KAN'), ('-TO', 'TO'), ("are'-", "are'")]
ST19140505-V41-17-page16.txt: [('Associa-', 'Associa'), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('"Quar-', '"Quar')]
ST19140505-V41-17-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('to-', 'to')]
ST19140505-V41-17-page3.txt: [('CONVEN-', 'CONVEN')]
ST19140505-V41-17-page4.txt: [("'-", "'"), ('ex-', 'ex')]
ST19140505-V41-17-page5.txt: [('-day', 'day'), ('bloom-', 'bloom'), ('sen-', 'sen')]
ST19140505-V41-17-page6.txt: [('-', ''), ('-in', 'in'), ('-', ''), ('-', '')]
ST19140505-V41-17-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('inter-', 'inter'), ('-it', 'it'), ('-as', 'as'), ('itcom-', 'itcom'), ('seventh-day-', 'seventh-day')]
ST19140505-V41-17-page8.txt: [('-', ''), ('-', ''), ('-May', 'May'), ('conscientious-', 'conscientious'), ('-', '')]
ST19140505-V41-17-page9.txt: [('re-', 're'), ('save-', 'save'), ('-', ''), ('-and', 'and')]
ST19140512-V41-18-page1.txt: [('appear-', 'appear')]
ST19140512-V41-18-page10.txt: [('-', ''), ('-followed', 'followed')]
ST19140512-V41-18-page11.txt: [('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', '')]
ST19140512-V41-18-page12.txt: [('-', ''), ('Yen-', 'Yen'), ('appoint-', 'appoint')]
ST19140512-V41-18-page13.txt: [('Fourth-', 'Fourth'), ('-', ''), ('-', ''), ('Danish-', 'Danish'), ('-gallon', 'gallon'), ('-', ''), ('KAN-', 'KAN'), ('-', '')]
ST19140512-V41-18-page14.txt: [('trans-', 'trans'), ('-', '')]
ST19140512-V41-18-page15.txt: [('viola-', 'viola'), ('sev-', 'sev'), ('-ienteenth', 'ienteenth'), ('that-', 'that'), ('-', '')]
ST19140512-V41-18-page16.txt: [('-But', 'But'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-not', 'not'), ('-of', 'of'), ('agri-', 'agri'), ('in-', 'in'), ('-property', 'property'), ('-', '')]
ST19140512-V41-18-page3.txt: [('-I', 'I'), ('dif-', 'dif')]
ST19140512-V41-18-page4.txt: [('EXECU-', 'EXECU'), ('perse-', 'perse')]
ST19140512-V41-18-page5.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', '')]
ST19140512-V41-18-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140512-V41-18-page8.txt: [('the-', 'the'), ('-', ''), ('-', ''), ('-He', 'He'), ('grim-', 'grim'), ('-', ''), ('fas-', 'fas'), ('-', ''), ('-', '')]
ST19140512-V41-18-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-sinners', 'sinners'), ('-', '')]
ST19140519-V41-19-page1.txt: [('-the', 'the')]
ST19140519-V41-19-page10.txt: [('-', ''), ('-', '')]
ST19140519-V41-19-page11.txt: [('-', ''), ('-I', 'I'), ('-', '')]
ST19140519-V41-19-page12.txt: [('the-', 'the'), ('inter-', 'inter'), ('search-', 'search')]
ST19140519-V41-19-page13.txt: [('Anti-', 'Anti'), ('KAN-', 'KAN')]
ST19140519-V41-19-page14.txt: [('-Stuttle', 'Stuttle')]
ST19140519-V41-19-page15.txt: [('COM-', 'COM'), ('-to', 'to'), ('-', '')]
ST19140519-V41-19-page16.txt: [("-world'shistory.", "world'shistory."), ('attachments-', 'attachments'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ungrate-', 'ungrate')]
ST19140519-V41-19-page2.txt: [('-about', 'about'), ('prohibition.-', 'prohibition.'), ('superin-', 'superin')]
ST19140519-V41-19-page3.txt: [('-', ''), ('-ie', 'ie'), ('-', ''), ('-', '')]
ST19140519-V41-19-page5.txt: [('Text--', 'Text-'), ('-', ''), ('.-', '.')]
ST19140519-V41-19-page6.txt: [('-', ''), ('mo-', 'mo'), ('DE-', 'DE')]
ST19140519-V41-19-page7.txt: [('de--', 'de-'), ('-to', 'to')]
ST19140519-V41-19-page8.txt: [('-', '')]
ST19140519-V41-19-page9.txt: [('-', ''), ('-who', 'who')]
ST19140526-V41-20-page1.txt: [('-NORWEGIAN', 'NORWEGIAN')]
ST19140526-V41-20-page10.txt: [('.-', '.'), ('-', ''), ('how-', 'how'), ('every-', 'every')]
ST19140526-V41-20-page11.txt: [('send-', 'send'), ('Com.-', 'Com.'), ('-', ''), ('-', '')]
ST19140526-V41-20-page12.txt: [('-M', 'M'), ('-', ''), ('g-', 'g'), ('ex-', 'ex')]
ST19140526-V41-20-page13.txt: [('-.', '.'), ('-', ''), ("...weT'r.-", "...weT'r."), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("or.re..'-", "or.re..'")]
ST19140526-V41-20-page15.txt: [('-', ''), ('KAN-', 'KAN'), ('-', ''), ('-', '')]
ST19140526-V41-20-page16.txt: [('-', ''), ('-', '')]
ST19140526-V41-20-page2.txt: [('-rulers', 'rulers'), ('-the', 'the'), ('-', ''), ('-', '')]
ST19140526-V41-20-page3.txt: [('"Idol-', '"Idol'), ('-', '')]
ST19140526-V41-20-page4.txt: [('-', ''), ('-', ''), ('corner-', 'corner')]
ST19140526-V41-20-page5.txt: [('frag-', 'frag'), ('-', ''), ('-', ''), ('--e', '-e')]
ST19140526-V41-20-page6.txt: [('wor-', 'wor'), ('-THE', 'THE')]
ST19140526-V41-20-page7.txt: [('-o.', 'o.')]
ST19140526-V41-20-page8.txt: [('under-', 'under'), ('-the', 'the'), ('-', '')]
ST19140526-V41-20-page9.txt: [('-in', 'in'), ('-', '')]
ST19140602-V41-21-page1.txt: [('---', '--'), ('-', ''), ('-', ''), ('-as', 'as')]
ST19140602-V41-21-page10.txt: [('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', '')]
ST19140602-V41-21-page11.txt: [('-home', 'home')]
ST19140602-V41-21-page12.txt: [('de-', 'de'), ('CON-', 'CON'), ('CONFER-', 'CONFER')]
ST19140602-V41-21-page13.txt: [('-', '')]
ST19140602-V41-21-page14.txt: [('-skin.', 'skin.'), ('-weather', 'weather')]
ST19140602-V41-21-page15.txt: [('BAN-', 'BAN'), ('-', ''), ('KAN-', 'KAN'), ('Priv-', 'Priv'), ('WARD-', 'WARD')]
ST19140602-V41-21-page16.txt: [('on-', 'on'), ('fanati-', 'fanati')]
ST19140602-V41-21-page2.txt: [('the.-', 'the.')]
ST19140602-V41-21-page3.txt: [('-', ''), ('-', '')]
ST19140602-V41-21-page5.txt: [('Tra--', 'Tra-'), ('dam-', 'dam'), ('-', '')]
ST19140602-V41-21-page6.txt: [('-', ''), ('CON-', 'CON'), ('-', ''), ('Web-', 'Web')]
ST19140602-V41-21-page7.txt: [('-', ''), ('-', '')]
ST19140602-V41-21-page8.txt: [('-deliver', 'deliver')]
ST19140602-V41-21-page9.txt: [('-', ''), ('Father-', 'Father')]
ST19140609-V41-22-page1.txt: [('s-ckin-', 's-ckin'), ('-', '')]
ST19140609-V41-22-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-so', 'so'), ('-Bible', 'Bible')]
ST19140609-V41-22-page11.txt: [('-arise', 'arise'), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140609-V41-22-page12.txt: [('-DOWN', 'DOWN')]
ST19140609-V41-22-page13.txt: [('according-', 'according'), ('-', ''), ('sep-', 'sep')]
ST19140609-V41-22-page14.txt: [('June-', 'June'), ('--', '-'), ('-', ''), ('-', ''), ('-..', '..'), ('-..', '..'), ('-', ''), ('-....', '....')]
ST19140609-V41-22-page15.txt: [('-', ''), ('-', ''), ('MONOP-', 'MONOP'), ('-', ''), ('-', ''), ('Association-', 'Association'), ('-Canada.', 'Canada.'), ('Greens-', 'Greens'), ('-', ''), ('KAN-', 'KAN')]
ST19140609-V41-22-page16.txt: [('-', ''), ('-Christ.', 'Christ.'), ('-', ''), ('-colliding', 'colliding'), ('-', ''), ('coin--', 'coin-'), ('-', ''), ('There-', 'There')]
ST19140609-V41-22-page3.txt: [('-', ''), ('-', '')]
ST19140609-V41-22-page4.txt: [('-', ''), ('-and', 'and'), ('combinations-', 'combinations'), ('encroach-', 'encroach'), ('be-', 'be'), ('rod."-', 'rod."'), ('-', ''), ('-', '')]
ST19140609-V41-22-page5.txt: [('--The', '-The'), ('-', ''), ('-', '')]
ST19140609-V41-22-page6.txt: [('-sell', 'sell')]
ST19140609-V41-22-page7.txt: [('-', ''), ('-was', 'was'), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', '')]
ST19140609-V41-22-page9.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the'), ('-', ''), ('-', '')]
ST19140616-V41-23-page10.txt: [('-', ''), ('-', ''), ('I-', 'I')]
ST19140616-V41-23-page11.txt: [('por-', 'por'), ('-', ''), ('-', ''), ('consid-', 'consid')]
ST19140616-V41-23-page12.txt: [('-', ''), ('-', ''), ('SHOW-', 'SHOW')]
ST19140616-V41-23-page13.txt: [("-God's", "God's"), ('wereen-', 'wereen'), ('-the', 'the')]
ST19140616-V41-23-page14.txt: [('Mar-', 'Mar'), ('re-', 're')]
ST19140616-V41-23-page15.txt: [('--', '-'), ('KAN-', 'KAN')]
ST19140616-V41-23-page16.txt: [('-', ''), ('-glory', 'glory')]
ST19140616-V41-23-page2.txt: [('o-', 'o'), ('-apostle', 'apostle'), ('-', '')]
ST19140616-V41-23-page3.txt: [('-', '')]
ST19140616-V41-23-page4.txt: [('-in', 'in'), ("-'", "'"), ('-Protestant', 'Protestant')]
ST19140616-V41-23-page5.txt: [('called-', 'called'), ('--', '-'), ('-His', 'His')]
ST19140616-V41-23-page6.txt: [('-and', 'and'), ('-', ''), ('con-', 'con')]
ST19140616-V41-23-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-His', 'His'), ('----', '---'), ('-', ''), ('an-', 'an')]
ST19140616-V41-23-page8.txt: [('aheav-', 'aheav'), ('..--', '..-'), ('-', ''), ('-', '')]
ST19140616-V41-23-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140623-V41-24-page1.txt: [('-', '')]
ST19140623-V41-24-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('come.-', 'come.')]
ST19140623-V41-24-page11.txt: [('-', ''), ('-', ''), ('-that', 'that'), ('-', ''), ('to-', 'to'), ('i-', 'i'), ('-', ''), ('-', ''), ('-', '')]
ST19140623-V41-24-page12.txt: [('--', '-'), ('de-', 'de')]
ST19140623-V41-24-page13.txt: [('-', ''), ('--', '-'), ('Litera.-', 'Litera.'), ('Immortality-', 'Immortality'), ('Russia.--', 'Russia.-')]
ST19140623-V41-24-page14.txt: [('per-', 'per')]
ST19140623-V41-24-page15.txt: [('-', ''), ('-', ''), ('-', '')]
ST19140623-V41-24-page16.txt: [('-', ''), ('-unemployed.', 'unemployed.'), ('-', '')]
ST19140623-V41-24-page2.txt: [('-', ''), ('-appeared', 'appeared'), ('-Presbyterians', 'Presbyterians')]
ST19140623-V41-24-page3.txt: [('-', ''), ('-', '')]
ST19140623-V41-24-page5.txt: [('-so', 'so'), ('the-', 'the')]
ST19140623-V41-24-page6.txt: [('Eng-', 'Eng'), ('here-', 'here'), ('-', ''), ('-', '')]
ST19140623-V41-24-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-righteousness', 'righteousness'), ('policy-', 'policy'), ('-F-ZVITY-', 'F-ZVITY-')]
ST19140623-V41-24-page8.txt: [('-call', 'call'), ('-', ''), ('-is', 'is')]
ST19140623-V41-24-page9.txt: [('MANI-', 'MANI'), ('-showed', 'showed'), ('re-', 're')]
ST19140630-V41-25-page1.txt: [('tra-', 'tra'), ('-dition', 'dition'), ('-thought', 'thought'), ('learn-', 'learn')]
ST19140630-V41-25-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19140630-V41-25-page11.txt: [('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('whet-', 'whet'), ('-', ''), ('di-', 'di'), ('-', ''), ('-', '')]
ST19140630-V41-25-page12.txt: [('--Hebrides', '-Hebrides'), ('-a', 'a'), ('--', '-'), ('-the', 'the')]
ST19140630-V41-25-page13.txt: [('-', ''), ('es-', 'es'), ('-', ''), ('tract.-', 'tract.')]
ST19140630-V41-25-page14.txt: [('fre-', 'fre')]
ST19140630-V41-25-page15.txt: [('Come."--', 'Come."-'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon')]
ST19140630-V41-25-page16.txt: [('-hewn', 'hewn'), ('Ameri-', 'Ameri')]
ST19140630-V41-25-page2.txt: [('corpora-', 'corpora'), ('-effectively', 'effectively'), ('threatened-', 'threatened')]
ST19140630-V41-25-page3.txt: [('-buildings', 'buildings'), ('-Father', 'Father'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140630-V41-25-page4.txt: [('-', ''), ('--', '-'), ('-', ''), ('sin-', 'sin')]
ST19140630-V41-25-page5.txt: [('-', ''), ('I-', 'I'), ('-', ''), ('preroga-', 'preroga'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('io-', 'io')]
ST19140630-V41-25-page6.txt: [('--', '-'), ('-', ''), ('-the', 'the')]
ST19140630-V41-25-page7.txt: [('-', ''), ('-', ''), ('corn-', 'corn')]
ST19140630-V41-25-page8.txt: [('-C', 'C'), ('-', ''), ('-', ''), ('Canaan-', 'Canaan'), ('A-', 'A')]
ST19140630-V41-25-page9.txt: [('atlength-', 'atlength'), ('-', ''), ('or-', 'or'), ('con-', 'con')]
ST19140707-V41-26-page1.txt: [('-Divine', 'Divine')]
ST19140707-V41-26-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('io-', 'io')]
ST19140707-V41-26-page11.txt: [('-was', 'was'), ('par-', 'par'), ('-', ''), ('-', ''), ('g-', 'g'), ('-', '')]
ST19140707-V41-26-page12.txt: [('Ex-', 'Ex'), ('-', ''), ('Sun-', 'Sun'), ('ri-l-', 'ri-l'), ('-', ''), ('--', '-'), ('-.', '.'), ('-', ''), ('----', '---'), ('.----', '.---'), ('-', ''), ('---', '--'), ('-', ''), ('---', '--'), ('-...rd.', '...rd.'), ('-', ''), ('-.A-', '.A-'), ('.-', '.'), ('--', '-')]
ST19140707-V41-26-page13.txt: [('--', '-'), ('-', ''), ('four-', 'four'), ('-contains', 'contains')]
ST19140707-V41-26-page14.txt: [('handi-', 'handi')]
ST19140707-V41-26-page15.txt: [('-ninety', 'ninety'), ('prophecy-', 'prophecy'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon')]
ST19140707-V41-26-page16.txt: [('of-', 'of'), ('-', '')]
ST19140707-V41-26-page2.txt: [('--What', '-What'), ('--', '-'), ('--', '-'), ('-', ''), ('cer-', 'cer'), ('-or', 'or'), ('-believed', 'believed')]
ST19140707-V41-26-page3.txt: [('Inter-', 'Inter'), ('pro-', 'pro')]
ST19140707-V41-26-page4.txt: [('-holy', 'holy')]
ST19140707-V41-26-page5.txt: [('guar-', 'guar')]
ST19140707-V41-26-page6.txt: [('-', ''), ('-', '')]
ST19140707-V41-26-page7.txt: [('-', '')]
ST19140707-V41-26-page8.txt: [('information-', 'information'), ('OUT-', 'OUT'), ('-and', 'and')]
ST19140707-V41-26-page9.txt: [('-search', 'search'), ('-choose', 'choose'), ('-The', 'The'), ('"-', '"')]
ST19140728-V41-29-page1.txt: [('-', ''), ('-', '')]
ST19140728-V41-29-page10.txt: [('-', ''), ('-', '')]
ST19140728-V41-29-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140728-V41-29-page12.txt: [('-', ''), ('-meeting..', 'meeting..')]
ST19140728-V41-29-page13.txt: [('-', ''), ('-in', 'in')]
ST19140728-V41-29-page14.txt: [('pre-', 'pre'), ('-', '')]
ST19140728-V41-29-page15.txt: [('often-', 'often'), ('and-', 'and'), ('-', ''), ('Cal-', 'Cal'), ('Den-', 'Den'), ('Mississippi-', 'Mississippi'), ('See-', 'See')]
ST19140728-V41-29-page16.txt: [('super-', 'super'), ('-a', 'a'), ('-and', 'and')]
ST19140728-V41-29-page2.txt: [('-', ''), ('--', '-')]
ST19140728-V41-29-page3.txt: [('-', ''), ('-', ''), ('-io.', 'io.')]
ST19140728-V41-29-page4.txt: [('-God', 'God'), ('-There', 'There'), ('-of', 'of')]
ST19140728-V41-29-page6.txt: [('-', ''), ('parlia-', 'parlia')]
ST19140728-V41-29-page8.txt: [('-Bible', 'Bible'), ('-sin.', 'sin.'), ('-deny', 'deny'), ('--', '-'), ('-Old', 'Old')]
ST19140728-V41-29-page9.txt: [('-the', 'the'), ('-', ''), ('re-', 're')]
ST19140804-V41-30-page1.txt: [('-', '')]
ST19140804-V41-30-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140804-V41-30-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140804-V41-30-page13.txt: [('dor-', 'dor'), ('de-', 'de')]
ST19140804-V41-30-page15.txt: [('-', ''), ('-', '')]
ST19140804-V41-30-page16.txt: [('-work', 'work'), ('in-', 'in')]
ST19140804-V41-30-page2.txt: [('-earth', 'earth'), ('-', ''), ('-', ''), ('-WHAT', 'WHAT')]
ST19140804-V41-30-page3.txt: [('certain.-', 'certain.'), ('--', '-')]
ST19140804-V41-30-page4.txt: [('--', '-'), ('de-', 'de')]
ST19140804-V41-30-page5.txt: [('pho-', 'pho')]
ST19140804-V41-30-page6.txt: [('de-', 'de'), ('-', '')]
ST19140804-V41-30-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140804-V41-30-page8.txt: [('-', ''), ('-', '')]
ST19140804-V41-30-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140811-V41-31-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('any-', 'any')]
ST19140811-V41-31-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140811-V41-31-page11.txt: [('II-', 'II'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('blas-', 'blas')]
ST19140811-V41-31-page12.txt: [('-keep', 'keep'), ('-no', 'no'), ('-', '')]
ST19140811-V41-31-page13.txt: [('-"ANN', '"ANN')]
ST19140811-V41-31-page14.txt: [('-is', 'is')]
ST19140811-V41-31-page15.txt: [('-', ''), ('auto-', 'auto'), ('-', '')]
ST19140811-V41-31-page16.txt: [('-a', 'a'), ('-', ''), ('-', ''), ('-world.', 'world.'), ('-', ''), ('laws-', 'laws')]
ST19140811-V41-31-page2.txt: [('-', ''), ('immedi-', 'immedi')]
ST19140811-V41-31-page3.txt: [('ar-', 'ar'), ('-', '')]
ST19140811-V41-31-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('righteous-', 'righteous'), ('-', '')]
ST19140811-V41-31-page5.txt: [('-ie', 'ie'), ('Parent-', 'Parent')]
ST19140811-V41-31-page6.txt: [('-I', 'I'), ('-', ''), ('proph-', 'proph')]
ST19140811-V41-31-page7.txt: [('-', '')]
ST19140811-V41-31-page8.txt: [('-', ''), ('-of', 'of'), ('hun-', 'hun')]
ST19140811-V41-31-page9.txt: [('-', ''), ('pur-', 'pur'), ('-', '')]
ST19140818-V41-32-page1.txt: [('-', ''), ('-', ''), ('-', '')]
ST19140818-V41-32-page10.txt: [('-The', 'The'), ('-religion', 'religion'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('root.-', 'root.'), ('-', ''), ('-', '')]
ST19140818-V41-32-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140818-V41-32-page12.txt: [('-', ''), ('-', ''), ('-a', 'a')]
ST19140818-V41-32-page13.txt: [('ORIG-', 'ORIG'), ('Captain-', 'Captain'), ('accom-', 'accom'), ('-Hawaiians', 'Hawaiians'), ('--established', '-established'), ('-', '')]
ST19140818-V41-32-page14.txt: [('-', '')]
ST19140818-V41-32-page15.txt: [('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon')]
ST19140818-V41-32-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-before', 'before'), ('-', ''), ('-upon', 'upon'), ('Whole.popti-', 'Whole.popti'), ('-', ''), ('-by-alc', 'by-alc'), ("-'", "'"), ('-the', 'the')]
ST19140818-V41-32-page2.txt: [('-of', 'of')]
ST19140818-V41-32-page3.txt: [('con-', 'con'), ('--pray', '-pray'), ('imple-', 'imple')]
ST19140818-V41-32-page4.txt: [('Russo-', 'Russo'), ('of-', 'of'), ('-inch', 'inch'), ('con-', 'con'), ('-any', 'any'), ('-', '')]
ST19140818-V41-32-page5.txt: [('dis-', 'dis'), ('-', ''), ('-', ''), ('--the', '-the')]
ST19140818-V41-32-page6.txt: [('-', ''), ('-up', 'up'), ('mighty-', 'mighty')]
ST19140818-V41-32-page7.txt: [('Ar-', 'Ar'), ('-', ''), ('-', '')]
ST19140818-V41-32-page8.txt: [('-no', 'no'), ('in-', 'in'), ('-', ''), ('-Or', 'Or'), ('-last', 'last'), ('-it', 'it'), ('hope-', 'hope')]
ST19140818-V41-32-page9.txt: [('-', ''), ('-', ''), ('-training', 'training')]
ST19140825-V41-33-page10.txt: [('Ger-', 'Ger'), ('-', ''), ('-', '')]
ST19140825-V41-33-page11.txt: [('-', ''), ('-thou', 'thou'), ('-that', 'that'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('-', '')]
ST19140825-V41-33-page12.txt: [('.-', '.'), ('-', ''), ('-', ''), ('-', '')]
ST19140825-V41-33-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-G', 'G'), ('-..-', '..-'), ('-.-..-..', '.-..-..'), ('-', ''), ('-e.-.--.', 'e.-.--.'), ('i--', 'i-'), ('-..-...', '..-...'), ('-', ''), ('---...r', '--...r'), ('..-', '..'), ('-', '')]
ST19140825-V41-33-page14.txt: [('-', ''), ('-disease', 'disease')]
ST19140825-V41-33-page15.txt: [('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('Sala-', 'Sala'), ('-', '')]
ST19140825-V41-33-page16.txt: [('-Number', 'Number'), ('temper-', 'temper')]
ST19140825-V41-33-page2.txt: [('-', ''), ('-be', 'be'), ('-', ''), ('wor-', 'wor')]
ST19140825-V41-33-page3.txt: [('-and', 'and'), ('-', ''), ('-', ''), ('-senttiimeenntt', 'senttiimeenntt')]
ST19140825-V41-33-page4.txt: [('di-', 'di')]
ST19140825-V41-33-page5.txt: [('-', '')]
ST19140825-V41-33-page6.txt: [('-others.', 'others.')]
ST19140825-V41-33-page7.txt: [('-hand', 'hand'), ('-', ''), ('Sab-', 'Sab')]
ST19140825-V41-33-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', '')]
ST19140825-V41-33-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140901-V41-34-page10.txt: [('-', ''), ('-the', 'the'), ('-DAY', 'DAY')]
ST19140901-V41-34-page11.txt: [('accelera-', 'accelera')]
ST19140901-V41-34-page12.txt: [('-and', 'and')]
ST19140901-V41-34-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST19140901-V41-34-page16.txt: [('-', '')]
ST19140901-V41-34-page2.txt: [('depart-', 'depart'), ('-', ''), ('-', '')]
ST19140901-V41-34-page3.txt: [('PRODUC-', 'PRODUC'), ('SUFFER-', 'SUFFER'), ('-', ''), ('MEN-', 'MEN'), ('PER-', 'PER')]
ST19140901-V41-34-page4.txt: [('-giveth', 'giveth'), ('-jail', 'jail'), ('-no', 'no')]
ST19140901-V41-34-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140901-V41-34-page6.txt: [('con-', 'con'), ('-', ''), ('-', '')]
ST19140901-V41-34-page7.txt: [('-accountable', 'accountable'), ('-should', 'should'), ('rob-', 'rob'), ('-come', 'come'), ('alco-', 'alco'), ('-Great', 'Great'), ('-over', 'over'), ('-', ''), ('-', ''), ('GOOD-', 'GOOD'), ('BILL-', 'BILL')]
ST19140901-V41-34-page8.txt: [('.-', '.'), ('....r----', '....r---'), ('-am"\'', 'am"\''), ('slaY-', 'slaY'), ('i-', 'i'), ('-L-JIPIPVIteliall', 'L-JIPIPVIteliall'), ('-', ''), ('---', '--'), ('-', ''), ('--', '-')]
ST19140901-V41-34-page9.txt: [('-will', 'will')]
ST19140908-V41-35-page1.txt: [('re-', 're')]
ST19140908-V41-35-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140908-V41-35-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-j', 'j'), ('-', ''), ('-time', 'time'), ('-', ''), ('--', '-')]
ST19140908-V41-35-page12.txt: [('-of', 'of')]
ST19140908-V41-35-page13.txt: [('-page', 'page'), ('-', '')]
ST19140908-V41-35-page14.txt: [('-', ''), ('-resented', 'resented'), ('wa-', 'wa'), ('-rend', 'rend'), ('-', '')]
ST19140908-V41-35-page15.txt: [('--', '-'), ('-', ''), ('-', ''), ('-speaks', 'speaks'), ('-', '')]
ST19140908-V41-35-page16.txt: [('provi-', 'provi'), ('-', ''), ('-know', 'know'), ('-', ''), ('-hinder', 'hinder'), ('-Of', 'Of'), ('-says-', 'says-'), ('-name', 'name'), ('author-', 'author')]
ST19140908-V41-35-page2.txt: [('-conditions', 'conditions'), ('-', ''), ('-scientific', 'scientific')]
ST19140908-V41-35-page3.txt: [('-his', 'his')]
ST19140908-V41-35-page4.txt: [('-twelve', 'twelve'), ('-', '')]
ST19140908-V41-35-page5.txt: [('-', ''), ('pru-', 'pru'), ('-', ''), ('-', '')]
ST19140908-V41-35-page6.txt: [('ele-', 'ele')]
ST19140908-V41-35-page7.txt: [('-means', 'means')]
ST19140908-V41-35-page8.txt: [('-', ''), ('-scene', 'scene'), ('lan-', 'lan'), ('-of', 'of'), ('-', ''), ('govern-', 'govern')]
ST19140908-V41-35-page9.txt: [('-to.', 'to.'), ('-and', 'and'), ('-', ''), ('-urge', 'urge'), ('-', ''), ('-was', 'was')]
ST19140915-V41-36-page1.txt: [('-', ''), ('Debts--', 'Debts-')]
ST19140915-V41-36-page10.txt: [('--', '-'), ('-', ''), ('-', ''), ('-for', 'for'), ('-sent', 'sent'), ('---', '--'), ('-patriot', 'patriot')]
ST19140915-V41-36-page11.txt: [('person-', 'person'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('VIO-', 'VIO'), ('apos-', 'apos'), ('-Lord', 'Lord'), ('-', ''), ('-', ''), ('-', '')]
ST19140915-V41-36-page12.txt: [('rail-', 'rail'), ('-', ''), ('sec-', 'sec'), ('-', ''), ('-', ''), ('-a', 'a'), ('-', ''), ('-', ''), ('--', '-'), ('-C', 'C'), ("-'", "'"), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('i---', 'i--'), ('----', '---'), ('-', ''), ('..-', '..'), ('--', '-'), ('...fA...-', '...fA...'), ('-k', 'k'), ('i-', 'i')]
ST19140915-V41-36-page13.txt: [('-', ''), ('-to', 'to'), ('-', '')]
ST19140915-V41-36-page14.txt: [('-We', 'We'), ('-', '')]
ST19140915-V41-36-page15.txt: [("-'gallon", "'gallon"), ('-gallon', 'gallon'), ('-gallon', 'gallon')]
ST19140915-V41-36-page16.txt: [('-the', 'the'), ('-over', 'over'), ('enlighten-', 'enlighten'), ('--', '-'), ('-', ''), ('-', ''), ('..-', '..'), ('-', '')]
ST19140915-V41-36-page2.txt: [('sor-', 'sor'), ('-', ''), ('super-', 'super'), ('de-', 'de'), ('Kiau-', 'Kiau'), ('Russo-', 'Russo'), ('-pound', 'pound'), ('-the', 'the')]
ST19140915-V41-36-page3.txt: [('-BUTLER', 'BUTLER'), ('-the', 'the'), ('-nation', 'nation'), ('peo-', 'peo'), ('I-', 'I'), ('-', ''), ('CONDI-', 'CONDI'), ('-', ''), ('-will', 'will')]
ST19140915-V41-36-page5.txt: [('have-', 'have'), ('-', ''), ('himself-', 'himself'), ('-', ''), ('-', ''), ('-', ''), ('Verses-', 'Verses'), ('-', ''), ('-', ''), ('-the', 'the'), ('sane-', 'sane'), ('-', '')]
ST19140915-V41-36-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('Mem-', 'Mem'), ('-', ''), ('-', '')]
ST19140915-V41-36-page7.txt: [('-RIGHTS', 'RIGHTS'), ('-store', 'store'), ('-Demolishing', 'Demolishing'), ('Sun-', 'Sun')]
ST19140915-V41-36-page8.txt: [('-I', 'I'), ('-', ''), ('-the', 'the'), ('necessary-', 'necessary')]
ST19140915-V41-36-page9.txt: [('-will', 'will'), ('-Europe', 'Europe'), ('There-', 'There'), ('-', ''), ('-', ''), ('ac-', 'ac'), ('-know', 'know')]
ST19140922-V41-37-page1.txt: [('--', '-')]
ST19140922-V41-37-page10.txt: [('cites-', 'cites'), ('Trans-', 'Trans')]
ST19140922-V41-37-page11.txt: [('....-e-e-e-o-e-e-e-e-o-e-e-e-', '....-e-e-e-o-e-e-e-e-o-e-e-e'), ('.-', '.'), ('.-e-e-e-o-', '.-e-e-e-o'), ('-', ''), ('-e-e-e-e-e-', 'e-e-e-e-e-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-hidden', 'hidden')]
ST19140922-V41-37-page12.txt: [('be-', 'be')]
ST19140922-V41-37-page13.txt: [('-', ''), ('-the', 'the'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-', ''), ('-Pub.', 'Pub.')]
ST19140922-V41-37-page14.txt: [('-Signs', 'Signs'), ('Mer-', 'Mer'), ('prohi-', 'prohi')]
ST19140922-V41-37-page15.txt: [('--', '-'), ('mem-', 'mem')]
ST19140922-V41-37-page16.txt: [('op-', 'op'), ('-butcheries', 'butcheries'), ('-', ''), ('-but', 'but'), ('-as', 'as'), ('-theories', 'theories'), ('-for', 'for'), ('-says.', 'says.'), ('-', ''), ("-.Europe'", ".Europe'"), ('-and', 'and'), ('-may', 'may'), ('-', ''), ('-Those', 'Those'), ('Jai-', 'Jai'), ('proclama-', 'proclama'), ("-president's", "president's")]
ST19140922-V41-37-page2.txt: [('-', ''), ('-', '')]
ST19140922-V41-37-page3.txt: [('-him."', 'him."'), ('-question."', 'question."'), ('-', ''), ('-', ''), ('-inheritance', 'inheritance')]
ST19140922-V41-37-page4.txt: [('-', ''), ('-as', 'as'), ('-Cor.', 'Cor.')]
ST19140922-V41-37-page5.txt: [('lite-', 'lite'), ('--', '-'), ('-', '')]
ST19140922-V41-37-page6.txt: [('-', ''), ('idolatry-', 'idolatry'), ('-', ''), ('-', '')]
ST19140922-V41-37-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('THE-', 'THE'), ('-by', 'by'), ('-', ''), ('-', ''), ('persis-', 'persis'), ('-Page', 'Page')]
ST19140922-V41-37-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140922-V41-37-page9.txt: [('-', ''), ('ac-', 'ac'), ('-', ''), ('June-', 'June'), ('--', '-'), ('-', ''), ('-', '')]
ST19140929-V41-38-page1.txt: [('-', ''), ('-tells', 'tells')]
ST19140929-V41-38-page10.txt: [('Ecc-', 'Ecc'), ('-of', 'of')]
ST19140929-V41-38-page11.txt: [('-', ''), ('---', '--'), ('-', ''), ('savecr--', 'savecr-'), ('-', ''), ('Oa-', 'Oa'), ('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19140929-V41-38-page12.txt: [('-', ''), ('whatso--', 'whatso-'), ('--', '-'), ('-one', 'one'), ('-what', 'what')]
ST19140929-V41-38-page13.txt: [('do-', 'do'), ('-', ''), ('-', ''), ('the-', 'the')]
ST19140929-V41-38-page15.txt: [('sa-', 'sa'), ('-', ''), ('-', ''), ('-', ''), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon')]
ST19140929-V41-38-page16.txt: [('-This', 'This'), ('-theory', 'theory')]
ST19140929-V41-38-page2.txt: [('-', ''), ('re-', 're')]
ST19140929-V41-38-page3.txt: [('CON-', 'CON'), ('-multi-Millionaires', 'multi-Millionaires'), ('American-', 'American'), ('-', '')]
ST19140929-V41-38-page4.txt: [('--', '-'), ('-arms', 'arms'), ('-', ''), ('-is', 'is'), ('de-', 'de'), ('-themselves', 'themselves')]
ST19140929-V41-38-page5.txt: [('-', ''), ('-', ''), ('-Minister.', 'Minister.'), ('.cc-', '.cc')]
ST19140929-V41-38-page6.txt: [('-salvation', 'salvation'), ('-', ''), ('-', '')]
ST19140929-V41-38-page7.txt: [('-', ''), ('-', ''), ('-state', 'state'), ('-', ''), ('-', '')]
ST19140929-V41-38-page8.txt: [('"-', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-no', 'no'), ('ofapos-', 'ofapos'), ('-', '')]
ST19140929-V41-38-page9.txt: [('-numbers', 'numbers'), ('be-', 'be'), ('--', '-')]
ST19141006-V41-39-page1.txt: [('-', '')]
ST19141006-V41-39-page10.txt: [('-', ''), ('fore-', 'fore'), ('-x', 'x')]
ST19141006-V41-39-page11.txt: [('-', ''), ('prov-', 'prov'), ('ex-', 'ex'), ('-', ''), ('-', ''), ('-', '')]
ST19141006-V41-39-page12.txt: [('-', ''), ('-', '')]
ST19141006-V41-39-page13.txt: [('-', '')]
ST19141006-V41-39-page14.txt: [('--', '-'), ('-', '')]
ST19141006-V41-39-page15.txt: [('off.-', 'off.'), ('-ring', 'ring')]
ST19141006-V41-39-page16.txt: [('them-', 'them'), ('agree-', 'agree')]
ST19141006-V41-39-page2.txt: [('fall-', 'fall'), ('pro-', 'pro')]
ST19141006-V41-39-page4.txt: [('--', '-'), ('-them', 'them'), ('-when', 'when'), ('-with', 'with'), ('-the', 'the'), ('-which', 'which'), ('-kindly', 'kindly')]
ST19141006-V41-39-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('fa-', 'fa')]
ST19141006-V41-39-page7.txt: [('-', ''), ('char-', 'char')]
ST19141006-V41-39-page8.txt: [('-', '')]
ST19141006-V41-39-page9.txt: [('considera-', 'considera'), ('-', ''), ('-', ''), ('-', '')]
ST19141013-V41-40-page1.txt: [('nine-', 'nine'), ('prin-', 'prin'), ('-inch', 'inch')]
ST19141013-V41-40-page10.txt: [('-soon', 'soon'), ('-', ''), ('DIS-', 'DIS')]
ST19141013-V41-40-page11.txt: [('-', ''), ('the-', 'the'), ('-', ''), ('-', ''), ('-', ''), ('---', '--')]
ST19141013-V41-40-page12.txt: [('-', '')]
ST19141013-V41-40-page13.txt: [('-', ''), ('-NOW', 'NOW')]
ST19141013-V41-40-page14.txt: [('-', ''), ('weak-', 'weak')]
ST19141013-V41-40-page15.txt: [('Can-', 'Can'), ('Non-', 'Non'), ('Spring-', 'Spring'), ('Den-', 'Den'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
ST19141013-V41-40-page16.txt: [('-tile', 'tile'), ('Armaged-', 'Armaged'), ('-', ''), ('-mobilizing', 'mobilizing'), ('-', ''), ('-direction', 'direction'), ('popu-', 'popu'), ('-lar', 'lar'), ('-cities', 'cities'), ('for-', 'for'), ('-meetings.', 'meetings.')]
ST19141013-V41-40-page2.txt: [('non-', 'non'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-io', 'io'), ('-', ''), ('-', '')]
ST19141013-V41-40-page3.txt: [('-', ''), ('--Emore-', '-Emore-'), ('-and', 'and'), ('-', ''), ('-m', 'm'), ('---', '--'), ('be-', 'be'), ('-.', '.'), ('-', ''), ('---Q-', '--Q-'), ('--', '-'), ('--', '-'), ('----', '---'), ('--', '-'), ('-', ''), ('-', ''), ('--', '-'), ('-.-', '.-'), ('-', ''), ('--', '-'), ('-', ''), ('---', '--'), ('-', ''), ('--', '-'), ('-', '')]
ST19141013-V41-40-page4.txt: [('r-', 'r'), ('-.the', '.the'), ('-', '')]
ST19141013-V41-40-page5.txt: [('-', ''), ('-all', 'all'), ('-', ''), ('Prophets--', 'Prophets-'), ('-', ''), ('-', '')]
ST19141013-V41-40-page6.txt: [('-God', 'God'), ('Seventh-', 'Seventh'), ('un-', 'un'), ('Panama-', 'Panama'), ('-', ''), ('----', '---'), ('Moham-', 'Moham')]
ST19141013-V41-40-page7.txt: [('-Christian"', 'Christian"'), ('-Too', 'Too'), ('-into', 'into'), ('-', ''), ('-and', 'and')]
ST19141013-V41-40-page8.txt: [('-up', 'up'), ('-Word.', 'Word.'), ('-', ''), ('Austria-', 'Austria'), ('char-', 'char'), ('-', ''), ('scat-', 'scat')]
ST19141013-V41-40-page9.txt: [('-', ''), ('-', ''), ('forth--', 'forth-')]
ST19141020-V41-41-page1.txt: [('-', ''), ('intoxi-', 'intoxi'), ('liber-', 'liber')]
ST19141020-V41-41-page10.txt: [('-I', 'I'), ('ad-', 'ad'), ('bap-', 'bap')]
ST19141020-V41-41-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19141020-V41-41-page12.txt: [('-.', '.'), ('be-', 'be')]
ST19141020-V41-41-page13.txt: [('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-', ''), ('-page', 'page')]
ST19141020-V41-41-page14.txt: [('----', '---'), ('----', '---'), ('grad-', 'grad'), ('-', ''), ('toler-', 'toler')]
ST19141020-V41-41-page15.txt: [('TELEGRAPH-', 'TELEGRAPH'), ('g-', 'g')]
ST19141020-V41-41-page16.txt: [('-', ''), ('inter-', 'inter')]
ST19141020-V41-41-page2.txt: [('-', ''), ('-', ''), ('om-', 'om')]
ST19141020-V41-41-page3.txt: [('--False', '-False'), ('-', '')]
ST19141020-V41-41-page4.txt: [('-', ''), ('TURK-', 'TURK'), ('SIG-', 'SIG'), ('sover-', 'sover')]
ST19141020-V41-41-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19141020-V41-41-page6.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19141020-V41-41-page7.txt: [('-', ''), ('-', '')]
ST19141020-V41-41-page8.txt: [('-to', 'to')]
ST19141027-V41-42-page1.txt: [('-er.', 'er.'), ('Vicesfos-', 'Vicesfos'), ('-', ''), ('I-', 'I')]
ST19141027-V41-42-page10.txt: [('-', ''), ('-', ''), ('Rev-', 'Rev'), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Jim', 'Jim'), ('-', ''), ('--', '-'), ('-', ''), ('-', '')]
ST19141027-V41-42-page12.txt: [('-page', 'page'), ('-in', 'in'), ('STUPEFIED-', 'STUPEFIED'), ('hearing.-', 'hearing.'), ('-', ''), ('Series.-', 'Series.'), ('-', '')]
ST19141027-V41-42-page13.txt: [('-"', '"')]
ST19141027-V41-42-page14.txt: [('sup--', 'sup-'), ('East-', 'East'), ('stimu--', 'stimu-')]
ST19141027-V41-42-page15.txt: [('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('sim-', 'sim'), ('Los-', 'Los'), ('-Nebraska', 'Nebraska'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
ST19141027-V41-42-page16.txt: [('-', ''), ('-and', 'and')]
ST19141027-V41-42-page2.txt: [('-lawyers', 'lawyers'), ('-', ''), ('un-', 'un'), ('-pr', 'pr')]
ST19141027-V41-42-page3.txt: [('-.', '.'), ('-', ''), ('-Rev.', 'Rev.'), ('-', ''), ('-at', 'at'), ('un-', 'un')]
ST19141027-V41-42-page4.txt: [('-Times', 'Times'), ('-', ''), ('-a', 'a'), ('-weak', 'weak')]
ST19141027-V41-42-page5.txt: [('Catho-', 'Catho'), ('"Seventh-', '"Seventh'), ('-Sunday.', 'Sunday.'), ('so.-', 'so.')]
ST19141027-V41-42-page6.txt: [('-', ''), ('-in', 'in')]
ST19141027-V41-42-page7.txt: [('-', ''), ('t-', 't'), ('-', ''), ('-', ''), ('to-', 'to')]
ST19141027-V41-42-page8.txt: [('-', ''), ('-be', 'be'), ('-otherwiseit', 'otherwiseit'), ('-', ''), ('-', ''), ('Cali-', 'Cali'), ('-fornia', 'fornia')]
ST19141027-V41-42-page9.txt: [('-inch', 'inch'), ('Armagedflon."-', 'Armagedflon."'), ('--', '-'), ('-', '')]
ST19141103-V41-43-page1.txt: [('-', '')]
ST19141103-V41-43-page10.txt: [('-', '')]
ST19141103-V41-43-page11.txt: [('-they', 'they'), ('-Each', 'Each'), ('-"For', '"For'), ('Him-', 'Him'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19141103-V41-43-page12.txt: [('ig-', 'ig'), ('-Moffat', 'Moffat'), ('invita-', 'invita')]
ST19141103-V41-43-page13.txt: [('change-', 'change'), ('-best', 'best'), ('-', ''), ('-', ''), ('-', ''), ('-fearful', 'fearful'), ('-', '')]
ST19141103-V41-43-page14.txt: [('Al-', 'Al')]
ST19141103-V41-43-page15.txt: [('-', ''), ('-', ''), ('October.num--', 'October.num-'), ('fol-', 'fol'), ('---had', '--had'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-', '')]
ST19141103-V41-43-page16.txt: [('-the', 'the'), ('-', ''), ('hanno-', 'hanno'), ('self-con-', 'self-con'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', '')]
ST19141103-V41-43-page2.txt: [('--', '-'), ('men-', 'men')]
ST19141103-V41-43-page4.txt: [('-', ''), ('ARMAGED-', 'ARMAGED'), ('-year', 'year'), ('-', ''), ('---', '--')]
ST19141103-V41-43-page5.txt: [('-this', 'this'), ("-States.'", "States.'"), ('ad-', 'ad'), ('-the', 'the'), ('-', ''), ('-', '')]
ST19141103-V41-43-page6.txt: [('con-', 'con'), ('-', ''), ('teach-', 'teach')]
ST19141103-V41-43-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('FORTIFICA-', 'FORTIFICA'), ('re-', 're')]
ST19141103-V41-43-page8.txt: [('-nized', 'nized'), ('-', ''), ('-meant', 'meant'), ('-', ''), ('-', '')]
ST19141103-V41-43-page9.txt: [('--', '-'), ('-"As', '"As'), ('our--', 'our-'), ('apostle-', 'apostle'), ('-in', 'in')]
ST19141110-V41-44-page1.txt: [('-', ''), ('--', '-'), ('--Preparation', '-Preparation')]
ST19141110-V41-44-page10.txt: [('-the', 'the'), ('-', ''), ('...-o-', '...-o'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('An-', 'An')]
ST19141110-V41-44-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-comes', 'comes'), ('-', ''), ('-', ''), ('-', '')]
ST19141110-V41-44-page12.txt: [('--', '-'), ('-from', 'from'), ('sec-', 'sec')]
ST19141110-V41-44-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-dosef.', 'dosef.'), ("--Titn'eribt", "-Titn'eribt"), ('-his.', 'his.'), ('na-', 'na'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-Lesson', 'Lesson')]
ST19141110-V41-44-page14.txt: [('caf-', 'caf'), ('-than', 'than'), ('-felt', 'felt'), ("preS'-", "preS'"), ('-', ''), ('-', '')]
ST19141110-V41-44-page15.txt: [('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-', '')]
ST19141110-V41-44-page16.txt: [('-to', 'to'), ('-', ''), ('-', '')]
ST19141110-V41-44-page2.txt: [('TRAFFIC-', 'TRAFFIC'), ('rail--', 'rail-'), ('pro-', 'pro'), ('-', ''), ('-', '')]
ST19141110-V41-44-page3.txt: [('-', ''), ('sin-', 'sin'), ('-', '')]
ST19141110-V41-44-page4.txt: [('-tile', 'tile'), ('-received', 'received'), ('-cd', 'cd'), ('-', ''), ('proph-', 'proph')]
ST19141110-V41-44-page5.txt: [('misappre-', 'misappre'), ('-', ''), ('de-', 'de'), ('-', ''), ('-', ''), ('-', '')]
ST19141110-V41-44-page6.txt: [('provi-', 'provi'), ('-', ''), ('fir-', 'fir')]
ST19141110-V41-44-page7.txt: [('-another', 'another'), ('-', ''), ('-There', 'There')]
ST19141110-V41-44-page8.txt: [('-', ''), ('-has', 'has'), ('en-', 'en'), ('-we', 'we')]
ST19141110-V41-44-page9.txt: [('--at', '-at'), ('-', ''), ('-.', '.'), ('minis-', 'minis'), ('-', ''), ('-of', 'of'), ('-belies', 'belies'), ('profession.-', 'profession.'), ('-India', 'India'), ('-great', 'great'), ('-is', 'is'), ('-salvation.', 'salvation.')]
ST19141117-V41-45-page1.txt: [('-', '')]
ST19141117-V41-45-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"."-', '"."'), ('-', ''), ('-', ''), ('-."-...."-.-', '."-...."-.-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19141117-V41-45-page11.txt: [('-pound', 'pound'), ('-', ''), ('-Upon', 'Upon'), ('en-', 'en')]
ST19141117-V41-45-page13.txt: [('amputa-', 'amputa'), ('-', ''), ('-', ''), ('emu-', 'emu')]
ST19141117-V41-45-page14.txt: [('-not', 'not'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Mr', 'Mr'), ('S-', 'S'), ('-', ''), ('---', '--'), ('-', ''), ('-n-Th', 'n-Th')]
ST19141117-V41-45-page15.txt: [('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
ST19141117-V41-45-page16.txt: [('understand"-', 'understand"')]
ST19141117-V41-45-page2.txt: [('-the', 'the'), ('-', ''), ('--', '-')]
ST19141117-V41-45-page3.txt: [('-.and', '.and')]
ST19141117-V41-45-page4.txt: [('-day', 'day'), ('-b', 'b'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19141117-V41-45-page5.txt: [('-', '')]
ST19141117-V41-45-page6.txt: [('-that', 'that'), ('-the', 'the'), ('-', '')]
ST19141117-V41-45-page8.txt: [('suprem-', 'suprem'), ('-of', 'of')]
ST19141117-V41-45-page9.txt: [('-', ''), ('hypocrisy."-', 'hypocrisy."'), ('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('-in', 'in')]
ST19141124-V41-46-page1.txt: [('-', ''), ('-', ''), ('r--', 'r-'), ('-', ''), ('-may', 'may'), ('-', ''), ('-', ''), ('TUR-', 'TUR'), ('SIGNIFI-', 'SIGNIFI'), ('TUR-', 'TUR'), ('alwr-', 'alwr'), ('-.A.', '.A.')]
ST19141124-V41-46-page10.txt: [('state-', 'state'), ('soul."-', 'soul."'), ('-outlined', 'outlined')]
ST19141124-V41-46-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-to', 'to'), ('-', ''), ('-', '')]
ST19141124-V41-46-page12.txt: [('-November', 'November'), ('be--', 'be-'), ('-and', 'and')]
ST19141124-V41-46-page13.txt: [('-', ''), ('-given', 'given'), ('-tvand', 'tvand'), ('-contrasted', 'contrasted'), ('-of', 'of'), ('depos-', 'depos'), ('battle-', 'battle'), ('-', ''), ('al-', 'al')]
ST19141124-V41-46-page14.txt: [('proc--', 'proc-'), ('doing-', 'doing'), ('-', '')]
ST19141124-V41-46-page15.txt: [('-v', 'v'), ('liv-', 'liv'), ('-Whether', 'Whether'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-lb.', 'lb.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-page', 'page'), ('-', '')]
ST19141124-V41-46-page16.txt: [('-', ''), ('Cali-', 'Cali'), ('corn-', 'corn'), ('-', ''), ('in-', 'in')]
ST19141124-V41-46-page2.txt: [('-', ''), ('-thereof', 'thereof'), ('-', '')]
ST19141124-V41-46-page3.txt: [('--', '-'), ('cul-', 'cul'), ('-lead', 'lead'), ('-lives', 'lives')]
ST19141124-V41-46-page4.txt: [('--', '-'), ('sue-', 'sue'), ('-', ''), ('-creature.', 'creature.'), ('-', ''), ('up-', 'up'), ('-I', 'I'), ('-', ''), ('FAH-', 'FAH')]
ST19141124-V41-46-page6.txt: [('-of', 'of'), ('-', ''), ('-the', 'the')]
ST19141124-V41-46-page7.txt: [('-higher', 'higher'), ('-', ''), ('--Thy', '-Thy'), ('-he', 'he'), ('ap-', 'ap'), ('-he', 'he'), ('op-', 'op')]
ST19141124-V41-46-page8.txt: [('-', '')]
ST19141124-V41-46-page9.txt: [('-', ''), ('nationS"-', 'nationS"'), ('-in', 'in'), ('against-', 'against'), ('-', ''), ('re-', 're'), ('New-', 'New'), ('-giving', 'giving')]
ST19141201-V41-47-page1.txt: [('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('ac-', 'ac')]
ST19141201-V41-47-page10.txt: [('-persecutions', 'persecutions'), ('-Then', 'Then')]
ST19141201-V41-47-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('EZEKIEL-', 'EZEKIEL'), ('-', ''), ('-effect', 'effect'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19141201-V41-47-page12.txt: [('-I', 'I')]
ST19141201-V41-47-page13.txt: [('-last', 'last'), ('Watch-', 'Watch'), ('-', ''), ('-', ''), ('-page', 'page'), ('-Page', 'Page'), ('identi-', 'identi'), ('-', ''), ('-in', 'in'), ('-', '')]
ST19141201-V41-47-page14.txt: [('-regrWakc-seAskteAtra-', 'regrWakc-seAskteAtra-'), ("-Ai.--reil'Kleffl'.", "Ai.--reil'Kleffl'."), ('M-', 'M'), ('VNeeN-', 'VNeeN'), ('"-', '"'), ('.N-', '.N'), ('--', '-'), ('-ever', 'ever')]
ST19141201-V41-47-page15.txt: [('-Eighth', 'Eighth'), ('Minn-', 'Minn'), ('-""', '""'), ('-petty', 'petty'), ('-s', 's'), ('--', '-'), ('--.', '-.'), ('for-', 'for')]
ST19141201-V41-47-page16.txt: [('-want', 'want'), ('-or', 'or'), ('-removed.', 'removed.'), ('-question.', 'question.')]
ST19141201-V41-47-page2.txt: [('semi.-', 'semi.'), ('-', ''), ('pre-', 'pre'), ('-', ''), ('-', ''), ('-', ''), ('a-', 'a'), ('legis-', 'legis'), ('un-', 'un')]
ST19141201-V41-47-page3.txt: [('-power', 'power'), ('-', '')]
ST19141201-V41-47-page5.txt: [('-', ''), ('-assertions', 'assertions'), ('war-', 'war'), ('-de', 'de'), ('-Luxury.-', 'Luxury.-'), ('-', ''), ('-Oftcedouts', 'Oftcedouts'), ('-', ''), ('-Rusia', 'Rusia'), ('-', ''), ('-Belgrade.-', 'Belgrade.-'), ('-spreads', 'spreads'), ('-', '')]
ST19141201-V41-47-page6.txt: [("Harper's-", "Harper's")]
ST19141201-V41-47-page7.txt: [('-', ''), ('-', ''), ('Guide-', 'Guide')]
ST19141201-V41-47-page8.txt: [('-.They', '.They'), ('-', ''), ('-on.', 'on.'), ('-no', 'no'), ('-', ''), ('--', '-'), ('Oninipresent.-', 'Oninipresent.'), ('-', ''), ('-', ''), ('-basis', 'basis'), ('-be', 'be'), ('con-', 'con')]
ST19141201-V41-47-page9.txt: [('sup--', 'sup-'), ('-that', 'that'), ('-of', 'of'), ('-lies', 'lies'), ('-', ''), ('-', ''), ('-will', 'will'), ('A-', 'A')]
ST19141208-V41-48-page1.txt: [('-', ''), ('CHRISTEN-', 'CHRISTEN'), ('-', ''), ('i-', 'i'), ('-', ''), ('-', ''), ('em-', 'em')]
ST19141208-V41-48-page10.txt: [('-', '')]
ST19141208-V41-48-page11.txt: [('-.BEGINNING', '.BEGINNING'), ('-', ''), ('-"there', '"there'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19141208-V41-48-page13.txt: [('avonirola-', 'avonirola')]
ST19141208-V41-48-page14.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('-', '')]
ST19141208-V41-48-page15.txt: [('-neuralgias', 'neuralgias')]
ST19141208-V41-48-page16.txt: [('police-', 'police'), ('-', ''), ('-defense', 'defense'), ('-', '')]
ST19141208-V41-48-page2.txt: [('Ii-', 'Ii'), ('-', ''), ('-', ''), ('-To', 'To'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ii.', 'ii.'), ('-It', 'It'), ('-household', 'household')]
ST19141208-V41-48-page3.txt: [('-directed', 'directed'), ('suscepti-', 'suscepti')]
ST19141208-V41-48-page4.txt: [('-', ''), ('"do-', '"do')]
ST19141208-V41-48-page5.txt: [('-', '')]
ST19141208-V41-48-page6.txt: [('-', ''), ('-"the', '"the')]
ST19141208-V41-48-page7.txt: [('--', '-'), ('-', ''), ('-II.', 'II.'), ('observ-', 'observ')]
ST19141208-V41-48-page8.txt: [('-', ''), ('-', ''), ('-theblades', 'theblades'), ('-distributed', 'distributed'), ('-a', 'a')]
ST19141208-V41-48-page9.txt: [('-le', 'le'), ('--Dead', '-Dead'), ('-to', 'to'), ('-God', 'God'), ('uncon-', 'uncon'), ('-', ''), ('-them', 'them'), ('-hatred', 'hatred'), ('-', ''), ("-now'", "now'")]
ST19141215-V41-49-page1.txt: [('-', ''), ('ac-', 'ac'), ('-e-refore', 'e-refore'), ('-done', 'done')]
ST19141215-V41-49-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19141215-V41-49-page11.txt: [('OTE.-', 'OTE.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19141215-V41-49-page12.txt: [('Ding-', 'Ding'), ('---', '--'), ("-'-", "'-"), ('-L', 'L')]
ST19141215-V41-49-page13.txt: [('head-', 'head'), ('-quarters', 'quarters'), ('Gen-', 'Gen')]
ST19141215-V41-49-page14.txt: [('-', ''), ('allow-', 'allow'), ('-', ''), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-color', 'color'), ('-', '')]
ST19141215-V41-49-page15.txt: [('-', ''), ('Greens-', 'Greens'), ('-', ''), ('Colum-', 'Colum'), ('-page', 'page')]
ST19141215-V41-49-page16.txt: [('-h', 'h'), ('the--', 'the-'), ('-', '')]
ST19141215-V41-49-page2.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('-which', 'which'), ('Liben-', 'Liben'), ('-Loving', 'Loving'), ('-', ''), ('---', '--')]
ST19141215-V41-49-page3.txt: [('physicalcondi-', 'physicalcondi'), ('.-', '.'), ('-', ''), ('-', ''), ('--', '-')]
ST19141215-V41-49-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--')]
ST19141215-V41-49-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-judge', 'judge'), ('-', ''), ('righteous-', 'righteous'), ('-', ''), ('-', ''), ('be-', 'be')]
ST19141215-V41-49-page6.txt: [('-', ''), ('-', '')]
ST19141215-V41-49-page7.txt: [('-to', 'to'), ('-', '')]
ST19141215-V41-49-page9.txt: [('-', ''), ('-Jesus', 'Jesus')]
ST19141222-V41-50-page1.txt: [('signifi-', 'signifi')]
ST19141222-V41-50-page10.txt: [('-', ''), ('-', '')]
ST19141222-V41-50-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('to-', 'to'), ('-inch', 'inch'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19141222-V41-50-page12.txt: [('-and', 'and'), ('-', ''), ('cen-', 'cen'), ('-.tral', '.tral'), ('-number', 'number'), ('imme-', 'imme')]
ST19141222-V41-50-page13.txt: [('-', ''), ('-undertaking', 'undertaking'), ('-however', 'however'), ('-in', 'in')]
ST19141222-V41-50-page14.txt: [('bothspirit-', 'bothspirit')]
ST19141222-V41-50-page15.txt: [('-', ''), ('heathen-', 'heathen'), ('in-', 'in'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-color', 'color')]
ST19141222-V41-50-page16.txt: [("'to-", "'to")]
ST19141222-V41-50-page2.txt: [('-and', 'and'), ('-', ''), ('-"Resolved', '"Resolved')]
ST19141222-V41-50-page3.txt: [('Heaven--', 'Heaven-'), ('--', '-'), ('--The', '-The')]
ST19141222-V41-50-page4.txt: [('--', '-'), ('fore-', 'fore')]
ST19141222-V41-50-page5.txt: [('-', ''), ('-', ''), ('-iaving', 'iaving')]
ST19141222-V41-50-page6.txt: [('-', ''), ('-', ''), ('thrill-', 'thrill'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19141222-V41-50-page7.txt: [('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('"work-', '"work')]
ST19141222-V41-50-page9.txt: [('beast.-', 'beast.'), ('-', ''), ('-', ''), ('-', '')]
ST19150223-V42-08-page1.txt: [("S'gnffican-", "S'gnffican"), ('-in', 'in'), ('-', ''), ('-', ''), ('-his', 'his'), ('-II.', 'II.'), ('-covering', 'covering'), ('establish-', 'establish')]
ST19150223-V42-08-page10.txt: [('-', '')]
ST19150223-V42-08-page11.txt: [('-held', 'held'), ('-', ''), ('MES-', 'MES')]
ST19150223-V42-08-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('...-', '...'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('studentsA.nAn-', 'studentsA.nAn'), ('..-', '..'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('..-', '..'), ('-.-', '.-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('..-', '..'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('..-', '..'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19150223-V42-08-page13.txt: [('-and', 'and')]
ST19150223-V42-08-page14.txt: [('him.-', 'him.'), ('-is', 'is'), ('-page', 'page'), ('-foot', 'foot')]
ST19150223-V42-08-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19150223-V42-08-page16.txt: [('-', ''), ('-', '')]
ST19150223-V42-08-page2.txt: [('-The', 'The'), ('non-', 'non'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19150223-V42-08-page3.txt: [('-', '')]
ST19150223-V42-08-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19150223-V42-08-page5.txt: [('govern-', 'govern'), ('re-', 're'), ('anti-', 'anti')]
ST19150223-V42-08-page6.txt: [('-', ''), ('Esau.-', 'Esau.'), ('-', ''), ('-on', 'on')]
ST19150223-V42-08-page7.txt: [('full-', 'full'), ('-', ''), ('-', ''), ('-', '')]
ST19150223-V42-08-page8.txt: [('-io.', 'io.'), ('fruit-', 'fruit'), ('-', '')]
ST19150223-V42-08-page9.txt: [('-', '')]
ST19150713-V42-27-page1.txt: [('lag-', 'lag'), ('-', '')]
ST19150713-V42-27-page10.txt: [('-', ''), ('-', '')]
ST19150713-V42-27-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19150713-V42-27-page12.txt: [('air.-', 'air.')]
ST19150713-V42-27-page13.txt: [('-', ''), ('-', ''), ('-', '')]
ST19150713-V42-27-page14.txt: [('-', ''), ('Sea-', 'Sea'), ('-', ''), ('-page', 'page')]
ST19150713-V42-27-page15.txt: [('-', ''), ('New-', 'New'), ('-gallon', 'gallon'), ('-page', 'page')]
ST19150713-V42-27-page16.txt: [('-', ''), ('-', ''), ('So-', 'So'), ('-', '')]
ST19150713-V42-27-page2.txt: [('re-', 're'), ('-mired', 'mired'), ('.-', '.'), ('al-', 'al')]
ST19150713-V42-27-page3.txt: [('-.', '.'), ('-', ''), ('-', '')]
ST19150713-V42-27-page6.txt: [('-', '')]
ST19150713-V42-27-page7.txt: [('-', '')]
ST19150803-V42-30-page10.txt: [('M-', 'M'), ('im-', 'im'), ('-', '')]
ST19150803-V42-30-page11.txt: [('Past-', 'Past'), ('-', ''), ('-', '')]
ST19150803-V42-30-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19150803-V42-30-page14.txt: [('-page', 'page'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('SA-', 'SA')]
ST19150803-V42-30-page15.txt: [('-', ''), ('-', ''), ('distribu-', 'distribu'), ('--', '-'), ('dif-', 'dif'), ('-', ''), ('-', ''), ('post-', 'post'), ('---', '--'), ('--', '-'), ('.-', '.'), ('-', ''), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-.', '.'), ('r-', 'r'), ('-', '')]
ST19150803-V42-30-page16.txt: [('EM-', 'EM'), ('ad-', 'ad')]
ST19150803-V42-30-page2.txt: [('-', ''), ('-the', 'the')]
ST19150803-V42-30-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19150803-V42-30-page6.txt: [('-', ''), ('FULFILLMENT-', 'FULFILLMENT'), ('-year', 'year'), ('be-', 'be'), ('-', ''), ('-', '')]
ST19150803-V42-30-page7.txt: [('-', ''), ('-', ''), ('Medo-', 'Medo'), ('idola-', 'idola'), ('-', '')]
ST19150803-V42-30-page8.txt: [('-', ''), ('-', '')]
ST19150803-V42-30-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST19150824-V42-33-page1.txt: [('-', '')]
ST19150824-V42-33-page10.txt: [('-', '')]
ST19150824-V42-33-page11.txt: [('-', '')]
ST19150824-V42-33-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19150824-V42-33-page13.txt: [('and-', 'and'), ('-one', 'one'), ('epidemic-', 'epidemic'), ('beac-', 'beac'), ('-', '')]
ST19150824-V42-33-page14.txt: [('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('ad-', 'ad'), ('-', '')]
ST19150824-V42-33-page15.txt: [('One-', 'One'), ('prepaid-', 'prepaid'), ('-gallon', 'gallon'), ('New-', 'New')]
ST19150824-V42-33-page16.txt: [('makethe-', 'makethe'), ('-', '')]
ST19150824-V42-33-page2.txt: [('Prohi-', 'Prohi')]
ST19150824-V42-33-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19150824-V42-33-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Wall-', 'Wall')]
ST19150824-V42-33-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19150824-V42-33-page7.txt: [('empow-', 'empow'), ('-completion', 'completion')]
ST19150824-V42-33-page8.txt: [('-', '')]
ST19150831-V42-34-page1.txt: [('-', '')]
ST19150831-V42-34-page10.txt: [('-', '')]
ST19150831-V42-34-page13.txt: [('-', '')]
ST19150831-V42-34-page14.txt: [('.-', '.')]
ST19150831-V42-34-page15.txt: [('-.', '.'), ('Socials-', 'Socials'), ('Tre-', 'Tre'), ('re-', 're')]
ST19150831-V42-34-page16.txt: [('-', ''), ('-but', 'but'), ('pro-', 'pro'), ('-injuring', 'injuring')]
ST19150831-V42-34-page2.txt: [('-', ''), ('-', '')]
ST19150831-V42-34-page4.txt: [('-', ''), ('-', ''), ('break-', 'break'), ('contin-', 'contin')]
ST19150831-V42-34-page6.txt: [('-', ''), ('-', ''), ('seventy-', 'seventy')]
ST19150831-V42-34-page7.txt: [('-', '')]
ST19150831-V42-34-page8.txt: [('-', ''), ('-', '')]
ST19150831-V42-34-page9.txt: [('-', '')]
ST19151109-V42-44-page1.txt: [('-', ''), ('-N', 'N')]
ST19151109-V42-44-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('T-', 'T'), ('-know.', 'know.'), ('-Paul', 'Paul'), ('-us.', 'us.')]
ST19151109-V42-44-page13.txt: [('-far', 'far'), ('-to', 'to'), ('\'"-', '\'"')]
ST19151109-V42-44-page14.txt: [('feast-', 'feast')]
ST19151109-V42-44-page15.txt: [('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-Eastern', 'Eastern')]
ST19151109-V42-44-page16.txt: [('-', '')]
ST19151109-V42-44-page2.txt: [('-', '')]
ST19151109-V42-44-page3.txt: [('-', ''), ('-', '')]
ST19151109-V42-44-page4.txt: [('bat-', 'bat'), ('-', '')]
ST19151109-V42-44-page5.txt: [('from-', 'from'), ('-', ''), ('hap-', 'hap')]
ST19151109-V42-44-page6.txt: [('ex-', 'ex')]
ST19151109-V42-44-page7.txt: [('-', ''), ('-Titnes-for', 'Titnes-for')]
ST19151109-V42-44-page8.txt: [('-', '')]
ST19151109-V42-44-page9.txt: [('-', '')]
ST19160111-V43-02-page10.txt: [('-', '')]
ST19160111-V43-02-page12.txt: [('-', '')]
ST19160111-V43-02-page13.txt: [('-page', 'page'), ('pub-', 'pub'), ('-', '')]
ST19160111-V43-02-page15.txt: [('Teaches--', 'Teaches-'), ('MOVE-', 'MOVE'), ('RE-', 'RE'), ('REV-', 'REV'), ('MIN-', 'MIN'), ('-', '')]
ST19160111-V43-02-page16.txt: [('con-', 'con'), ('Him-', 'Him'), ('-office', 'office')]
ST19160111-V43-02-page2.txt: [('-', ''), ('-', ''), ('wor-', 'wor'), ('corn-', 'corn')]
ST19160111-V43-02-page3.txt: [('t-', 't'), ('-', ''), ('-End', 'End'), ('.-', '.'), ('-', '')]
ST19160111-V43-02-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('un-', 'un')]
ST19160111-V43-02-page5.txt: [('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('P.ORA-', 'P.ORA'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', '')]
ST19160111-V43-02-page6.txt: [('-.EI', '.EI'), ('-', '')]
ST19160111-V43-02-page7.txt: [('re-', 're')]
ST19160111-V43-02-page8.txt: [('-', '')]
ST19160111-V43-02-page9.txt: [('-day', 'day')]
ST19160118-V43-03-page1.txt: [('-', '')]
ST19160118-V43-03-page10.txt: [('-', ''), ('-', '')]
ST19160118-V43-03-page11.txt: [('-', ''), ('-', ''), ('-', '')]
ST19160118-V43-03-page12.txt: [('-', '')]
ST19160118-V43-03-page13.txt: [('-', ''), ('non-', 'non'), ('New-', 'New')]
ST19160118-V43-03-page14.txt: [('heavi-', 'heavi')]
ST19160118-V43-03-page15.txt: [('-does.', 'does.'), ('-', ''), ('-', ''), ('-', ''), ('"-\'-', '"-\''), ('-', '')]
ST19160118-V43-03-page16.txt: [('Kan-', 'Kan')]
ST19160118-V43-03-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('asun-', 'asun')]
ST19160118-V43-03-page5.txt: [('a-', 'a'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19160118-V43-03-page6.txt: [('re-', 're'), ('"for-', '"for'), ('-of', 'of'), ('-', '')]
ST19160118-V43-03-page7.txt: [('-', ''), ('-', '')]
ST19160118-V43-03-page8.txt: [('-', ''), ('non-', 'non'), ('-', '')]
ST19160118-V43-03-page9.txt: [('-', ''), ('minis-', 'minis'), ('-try', 'try'), ('-be', 'be'), ('-', ''), ('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('-it', 'it'), ('-want', 'want')]
ST19160502-V43-18-page1.txt: [('-', '')]
ST19160502-V43-18-page10.txt: [('-', ''), ('-hath', 'hath'), ('-', '')]
ST19160502-V43-18-page12.txt: [('-', ''), ('-', ''), ('J---', 'J--')]
ST19160502-V43-18-page13.txt: [('gg-', 'gg'), ('-', ''), ('.--', '.-'), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19160502-V43-18-page14.txt: [('or-', 'or')]
ST19160502-V43-18-page15.txt: [('-It', 'It'), ('AR-', 'AR'), ('pres-', 'pres')]
ST19160502-V43-18-page16.txt: [('-', '')]
ST19160502-V43-18-page2.txt: [('mis-', 'mis'), ('-', '')]
ST19160502-V43-18-page3.txt: [('-', ''), ('--', '-')]
ST19160502-V43-18-page4.txt: [('-', ''), ('-', '')]
ST19160502-V43-18-page5.txt: [('blas-', 'blas'), ('-', ''), ('-', ''), ('teach-', 'teach'), ('junc-', 'junc')]
ST19160502-V43-18-page7.txt: [('prepar-', 'prepar'), ('-."', '."'), ('-', '')]
ST19160502-V43-18-page8.txt: [('-', '')]
ST19160502-V43-18-page9.txt: [('-them', 'them'), ('-The', 'The')]
ST19160509-V43-19-page10.txt: [('-the', 'the')]
ST19160509-V43-19-page11.txt: [('-', '')]
ST19160509-V43-19-page12.txt: [('tem-', 'tem')]
ST19160509-V43-19-page14.txt: [('-twice', 'twice')]
ST19160509-V43-19-page15.txt: [('-', ''), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon'), ('-gallon', 'gallon')]
ST19160509-V43-19-page16.txt: [('-', '')]
ST19160509-V43-19-page3.txt: [('be-', 'be'), ('EXPLANA-', 'EXPLANA')]
ST19160509-V43-19-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('somre--', 'somre-'), ('Arma-', 'Arma'), ('-', ''), ('-', '')]
ST19160509-V43-19-page6.txt: [('WHAT-', 'WHAT'), ('AF-', 'AF'), ('-', ''), ('-hypocrisy', 'hypocrisy'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19160509-V43-19-page8.txt: [('-', ''), ('-', '')]
ST19160509-V43-19-page9.txt: [('-', '')]
ST19160606-V43-23-page1.txt: [('-', '')]
ST19160606-V43-23-page10.txt: [('-', '')]
ST19160606-V43-23-page11.txt: [('-', ''), ('-', ''), ('-', '')]
ST19160606-V43-23-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be')]
ST19160606-V43-23-page13.txt: [('-', '')]
ST19160606-V43-23-page14.txt: [('SIGN-', 'SIGN'), ('prin-', 'prin'), ('-', '')]
ST19160606-V43-23-page15.txt: [('-', ''), ('Yosemite---', 'Yosemite--')]
ST19160606-V43-23-page16.txt: [('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-', '')]
ST19160606-V43-23-page2.txt: [('politi-', 'politi'), ('-', ''), ('non-', 'non')]
ST19160606-V43-23-page3.txt: [('unneces-', 'unneces'), ('giv-', 'giv')]
ST19160606-V43-23-page4.txt: [('-NIGHT', 'NIGHT'), ('-', ''), ('au-', 'au'), ('MEET-', 'MEET'), ('RELI-', 'RELI'), ('PRE-', 'PRE')]
ST19160606-V43-23-page5.txt: [('-', ''), ('fright-', 'fright')]
ST19160606-V43-23-page6.txt: [('-', '')]
ST19160606-V43-23-page7.txt: [('-', ''), ('-', ''), ('com-', 'com')]
ST19160606-V43-23-page8.txt: [('-', '')]
ST19160606-V43-23-page9.txt: [('-', ''), ('-', '')]
ST19160606-V43-24-page11.txt: [('-desperado', 'desperado'), ('-', ''), ('-', '')]
ST19160606-V43-24-page12.txt: [('Inter-', 'Inter')]
ST19160606-V43-24-page13.txt: [('-', ''), ('-are', 'are'), ('-', ''), ('-', ''), ('-department', 'department'), ('-.teachers', '.teachers')]
ST19160606-V43-24-page14.txt: [('subse-', 'subse'), ('-', ''), ('-', ''), ('-hence', 'hence')]
ST19160606-V43-24-page15.txt: [('-', ''), ('California.-', 'California.')]
ST19160606-V43-24-page16.txt: [('-', ''), ('-', ''), ('-', '')]
ST19160606-V43-24-page3.txt: [('dif-', 'dif'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.')]
ST19160606-V43-24-page4.txt: [('modi-', 'modi'), ('-Beautiful', 'Beautiful'), ('until-', 'until')]
ST19160606-V43-24-page5.txt: [('-', ''), ('enr.-', 'enr.'), ('-', ''), ('-', ''), ('his-', 'his')]
ST19160606-V43-24-page6.txt: [('com-', 'com')]
ST19160606-V43-24-page7.txt: [('-', ''), ('-such', 'such'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19160606-V43-24-page8.txt: [('-use.', 'use.'), ('-consider', 'consider')]
ST19160606-V43-24-page9.txt: [('Interna-', 'Interna'), ('-', '')]
ST19160620-V43-25-page1.txt: [('non-', 'non')]
ST19160620-V43-25-page10.txt: [('-', '')]
ST19160620-V43-25-page11.txt: [('-', ''), ('--', '-')]
ST19160620-V43-25-page12.txt: [('-.which', '.which'), ('-is', 'is'), ('can-', 'can')]
ST19160620-V43-25-page14.txt: [('-', '')]
ST19160620-V43-25-page15.txt: [('Yosemite--', 'Yosemite-'), ('-Consider', 'Consider'), ('-', '')]
ST19160620-V43-25-page16.txt: [('-For', 'For'), ('-who', 'who'), ('minis-', 'minis'), ('-', ''), ('mat-', 'mat'), ('Asiatic-', 'Asiatic'), ('non-Chris-', 'non-Chris'), ('con-', 'con')]
ST19160620-V43-25-page2.txt: [('BACK-', 'BACK')]
ST19160620-V43-25-page3.txt: [('-rejected', 'rejected'), ('human-', 'human')]
ST19160620-V43-25-page4.txt: [('-', ''), ('-', ''), ('-namely', 'namely')]
ST19160620-V43-25-page5.txt: [('-', ''), ('ex-', 'ex')]
ST19160620-V43-25-page6.txt: [('prin-', 'prin'), ('govern-', 'govern')]
ST19160620-V43-25-page7.txt: [('-', '')]
ST19160620-V43-25-page8.txt: [('-the', 'the'), ('-', ''), ('-new', 'new')]
ST19160620-V43-25-page9.txt: [('-religious', 'religious'), ('-make', 'make'), ('-', ''), ('de-', 'de')]
ST19160704-V43-26-page10.txt: [('-he', 'he'), ('-lower', 'lower'), ('cor-', 'cor'), ('-spirits', 'spirits'), ('-fundamentally', 'fundamentally'), ('govern-', 'govern'), ('repre-', 'repre'), ('-', '')]
ST19160704-V43-26-page11.txt: [('history.--', 'history.-')]
ST19160704-V43-26-page12.txt: [('-', ''), ('-', '')]
ST19160704-V43-26-page13.txt: [('sur-', 'sur'), ('-GOT', 'GOT')]
ST19160704-V43-26-page14.txt: [('-are', 'are'), ('-the', 'the'), ('-wine', 'wine'), ('-speeds', 'speeds'), ('-', ''), ('-', '')]
ST19160704-V43-26-page15.txt: [('ques-', 'ques'), ('-', ''), ('-foot', 'foot')]
ST19160704-V43-26-page16.txt: [('-', ''), ('prohibi-', 'prohibi'), ('bor-', 'bor')]
ST19160704-V43-26-page2.txt: [('-it', 'it')]
ST19160704-V43-26-page3.txt: [('-', ''), ('-study', 'study'), ('burdens-', 'burdens'), ('-L-jrij', 'L-jrij'), ('-world', 'world'), ('--..', '-..')]
ST19160704-V43-26-page4.txt: [('--', '-'), ('engag-', 'engag'), ('com-', 'com'), ('al-', 'al')]
ST19160704-V43-26-page5.txt: [('-quite', 'quite'), ('-', ''), ('-', ''), ('-tuberculosis', 'tuberculosis'), ('sev-', 'sev'), ('-is', 'is'), ('-', ''), ('him-', 'him'), ('-', '')]
ST19160704-V43-26-page6.txt: [('--', '-'), ('convul-', 'convul'), ('-', ''), ('-and', 'and'), ("-'", "'"), ('tr-', 'tr'), ('-', '')]
ST19160704-V43-26-page7.txt: [('-an', 'an'), ('-which', 'which'), ('-hour', 'hour'), ('self-support.--', 'self-support.-'), ('-', ''), ('--', '-'), ('"self-aban-', '"self-aban'), ('-', ''), ('in-', 'in')]
ST19160704-V43-26-page8.txt: [('Evi-', 'Evi'), ('Amer-', 'Amer'), ('Un-', 'Un'), ('-profit', 'profit'), ('-', '')]
ST19160704-V43-26-page9.txt: [('-is', 'is'), ('first"--', 'first"-')]
ST19160711-V43-27-page10.txt: [('-', '')]
ST19160711-V43-27-page11.txt: [('-', ''), ('-not', 'not'), ('-', '')]
ST19160711-V43-27-page13.txt: [('-with', 'with')]
ST19160711-V43-27-page14.txt: [('-which', 'which'), ('MELT-', 'MELT'), ('---', '--')]
ST19160711-V43-27-page15.txt: [('them-', 'them'), ('-', ''), ('.-', '.'), ('CHRIST-', 'CHRIST')]
ST19160711-V43-27-page16.txt: [('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-given', 'given'), ('Chris-', 'Chris'), ('-', ''), ('ex-', 'ex')]
ST19160711-V43-27-page2.txt: [('is-', 'is'), ('-second', 'second')]
ST19160711-V43-27-page3.txt: [('-operative', 'operative'), ('PRESI-', 'PRESI'), ('ele-', 'ele')]
ST19160711-V43-27-page4.txt: [('heav-', 'heav')]
ST19160711-V43-27-page5.txt: [('-', ''), ('-', '')]
ST19160711-V43-27-page6.txt: [('-', ''), ('how-', 'how')]
ST19160711-V43-27-page7.txt: [('-', ''), ('--', '-'), ('heaven-', 'heaven')]
ST19160711-V43-27-page8.txt: [('-', ''), ('MELT-', 'MELT'), ('-', ''), ('to-', 'to'), ('-inch', 'inch'), ('-pounder', 'pounder')]
ST19160711-V43-27-page9.txt: [("'-", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('conclu-', 'conclu'), ('-', ''), ('se--', 'se-'), ('--', '-')]
ST19160718-V43-28-page11.txt: [('-', ''), ('--', '-')]
ST19160718-V43-28-page12.txt: [('Hi-', 'Hi'), ('-', ''), ('of-', 'of'), ('-Many', 'Many')]
ST19160718-V43-28-page13.txt: [('-', ''), ('-', ''), ('-', '')]
ST19160718-V43-28-page15.txt: [('-.Lyric', '.Lyric')]
ST19160718-V43-28-page16.txt: [('-', ''), ('insig-', 'insig'), ('-', '')]
ST19160718-V43-28-page3.txt: [('t-', 't'), ('-instrumentalities', 'instrumentalities'), ('-Col.', 'Col.'), ('-', '')]
ST19160718-V43-28-page4.txt: [('for-', 'for')]
ST19160718-V43-28-page6.txt: [('ap-', 'ap'), ('condi-', 'condi')]
ST19160718-V43-28-page8.txt: [('Author-', 'Author'), ('Stand-', 'Stand'), ('-E-.-.', 'E-.-.'), ('F-', 'F'), ('Answers-', 'Answers'), ('-', ''), ('-z-', 'z-')]
ST19160718-V43-28-page9.txt: [('isth-', 'isth'), ('-', '')]
ST19160801-V43-30-page1.txt: [('-', ''), ('des-', 'des'), ('proph-', 'proph')]
ST19160801-V43-30-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('AIR-', 'AIR')]
ST19160801-V43-30-page11.txt: [('-', ''), ('pil-', 'pil')]
ST19160801-V43-30-page12.txt: [('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19160801-V43-30-page13.txt: [('-', ''), ('-weeds', 'weeds')]
ST19160801-V43-30-page14.txt: [('-', ''), ('-country', 'country')]
ST19160801-V43-30-page15.txt: [('-', '')]
ST19160801-V43-30-page16.txt: [('Film-', 'Film'), ('pleas-', 'pleas')]
ST19160801-V43-30-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19160801-V43-30-page3.txt: [('-', '')]
ST19160801-V43-30-page4.txt: [('-', '')]
ST19160801-V43-30-page5.txt: [('-The', 'The'), ('-', ''), ('-', ''), ('-the', 'the')]
ST19160801-V43-30-page6.txt: [('-', ''), ('-', '')]
ST19160801-V43-30-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-is', 'is'), ('-God', 'God'), ('-', '')]
ST19160808-V43-31-page1.txt: [('-StINSNE', 'StINSNE'), ('-', ''), ('-', '')]
ST19160808-V43-31-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('ac--', 'ac-')]
ST19160808-V43-31-page11.txt: [('-', ''), ('-', '')]
ST19160808-V43-31-page12.txt: [('-', ''), ('-', '')]
ST19160808-V43-31-page14.txt: [('-', ''), ('-', '')]
ST19160808-V43-31-page15.txt: [('-room', 'room')]
ST19160808-V43-31-page16.txt: [('-', ''), ('prepara-', 'prepara')]
ST19160808-V43-31-page2.txt: [('-', ''), ('-', '')]
ST19160808-V43-31-page3.txt: [('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('-', ''), ("hour.'-", "hour.'"), ("sounded.'-", "sounded.'")]
ST19160808-V43-31-page4.txt: [('-', '')]
ST19160808-V43-31-page5.txt: [('-', ''), ('-HENCE', 'HENCE'), ('-', ''), ('-', ''), ('Baby-', 'Baby')]
ST19160808-V43-31-page6.txt: [('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19160808-V43-31-page7.txt: [('-', ''), ('Mel-', 'Mel'), ('-chizedek', 'chizedek'), ('-', ''), ('-', '')]
ST19160808-V43-31-page8.txt: [('-', '')]
ST19160808-V43-31-page9.txt: [('-', ''), ('own-', 'own'), ('-', ''), ('-', '')]
ST19160815-V43-32-page1.txt: [('falling.-', 'falling.')]
ST19160815-V43-32-page11.txt: [('-', ''), ('ques-', 'ques')]
ST19160815-V43-32-page12.txt: [('-', ''), ('-', '')]
ST19160815-V43-32-page15.txt: [('MAS-', 'MAS'), ('INSTRU-', 'INSTRU')]
ST19160815-V43-32-page16.txt: [('-', ''), ('civi-', 'civi')]
ST19160815-V43-32-page2.txt: [('cen-', 'cen'), ('Dan-', 'Dan'), ('-Asia', 'Asia')]
ST19160815-V43-32-page3.txt: [('-', ''), ('-', ''), ('gov-', 'gov')]
ST19160815-V43-32-page4.txt: [('-', '')]
ST19160815-V43-32-page5.txt: [('-', ''), ('-', '')]
ST19160815-V43-32-page6.txt: [('..y-', '..y'), ('--', '-'), ('-.', '.'), ('-..k', '..k'), ('-.', '.'), ('f-', 'f'), ('-', ''), ('-', ''), ('s--', 's-'), ('--', '-'), ('.-', '.'), ('-', '')]
ST19160815-V43-32-page7.txt: [('-', '')]
ST19160815-V43-32-page8.txt: [('-', ''), ('--', '-'), ('F-', 'F'), ('un-', 'un')]
ST19160815-V43-32-page9.txt: [('-', '')]
ST19160822-V43-33-page10.txt: [('-', ''), ('-', ''), ('P-', 'P')]
ST19160822-V43-33-page11.txt: [('-', ''), ('-', ''), ('-', '')]
ST19160822-V43-33-page12.txt: [('-', ''), ('-', ''), ('Na-', 'Na')]
ST19160822-V43-33-page13.txt: [('set-', 'set'), ('LIV-', 'LIV'), ('ERADI-', 'ERADI')]
ST19160822-V43-33-page14.txt: [('action.-', 'action.'), ('-', ''), ('-', ''), ('per-', 'per')]
ST19160822-V43-33-page15.txt: [('for-', 'for'), ('-a', 'a'), ('MAS-', 'MAS'), ('INSTRU-', 'INSTRU')]
ST19160822-V43-33-page16.txt: [('-', ''), ('-', '')]
ST19160822-V43-33-page2.txt: [('-', ''), ('-', ''), ('-life', 'life'), ('-', '')]
ST19160822-V43-33-page3.txt: [('es-', 'es'), ('-at', 'at')]
ST19160822-V43-33-page4.txt: [('-', ''), ('-', ''), ('SANCTI-', 'SANCTI'), ('-', ''), ('INDUS-', 'INDUS')]
ST19160822-V43-33-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19160822-V43-33-page6.txt: [('Sonre-', 'Sonre')]
ST19160822-V43-33-page7.txt: [('-', '')]
ST19160912-V43-36-page12.txt: [('the-', 'the'), ('Christ.-', 'Christ.')]
ST19160912-V43-36-page13.txt: [('-', ''), ('alimen-', 'alimen'), ('-the', 'the'), ('-', ''), ('-of', 'of')]
ST19160912-V43-36-page14.txt: [('--', '-')]
ST19160912-V43-36-page15.txt: [('SAL-', 'SAL'), ('-', ''), ('-page', 'page')]
ST19160912-V43-36-page16.txt: [('-', ''), ('ap-', 'ap'), ('-', ''), ('-', '')]
ST19160912-V43-36-page2.txt: [('com-', 'com'), ('-', '')]
ST19160912-V43-36-page3.txt: [('-', '')]
ST19160912-V43-36-page5.txt: [('Roman-', 'Roman'), ('allowance-', 'allowance'), ('-', ''), ('-to', 'to')]
ST19160912-V43-36-page6.txt: [('-', ''), ('ex-', 'ex'), ('-', '')]
ST19160912-V43-36-page7.txt: [('-', ''), ('trans-', 'trans'), ('-', ''), ('-', '')]
ST19160912-V43-36-page9.txt: [('-', ''), ('E-', 'E'), ('Author-', 'Author'), ('Stand-', 'Stand'), ('-', ''), ('-', ''), ('-I', 'I'), ('-L', 'L')]
ST19160919-V43-37-page10.txt: [('-', '')]
ST19160919-V43-37-page11.txt: [('-intent', 'intent'), ('whom-', 'whom'), ('-', ''), ('-invited', 'invited')]
ST19160919-V43-37-page12.txt: [('--', '-'), ('Cali-', 'Cali')]
ST19160919-V43-37-page13.txt: [('--', '-'), ('-', ''), ('-of', 'of'), ('the-', 'the'), ('per-', 'per')]
ST19160919-V43-37-page14.txt: [('-', ''), ('citi-', 'citi'), ('-', ''), ('-', '')]
ST19160919-V43-37-page15.txt: [('-', ''), ('--IN-', '-IN-')]
ST19160919-V43-37-page16.txt: [('news-', 'news'), ('pro-', 'pro'), ('what-', 'what'), ('--', '-'), ('-', ''), ('-', '')]
ST19160919-V43-37-page2.txt: [('-', ''), ('-', ''), ('pre-', 'pre')]
ST19160919-V43-37-page4.txt: [('-', '')]
ST19160919-V43-37-page5.txt: [('Bel-', 'Bel')]
ST19160919-V43-37-page6.txt: [('gen-', 'gen'), ('Insult-', 'Insult')]
ST19160919-V43-37-page7.txt: [('terri-', 'terri'), ('-', '')]
ST19160919-V43-37-page9.txt: [('-', ''), ('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('-', '')]
ST19160926-V43-38-page10.txt: [('-', ''), ('-', '')]
ST19160926-V43-38-page11.txt: [('profit-', 'profit')]
ST19160926-V43-38-page12.txt: [('-With', 'With')]
ST19160926-V43-38-page13.txt: [('-', ''), ('.--', '.-')]
ST19160926-V43-38-page14.txt: [('extin-', 'extin'), ('-', ''), ('--', '-')]
ST19160926-V43-38-page15.txt: [('-', ''), ('-', ''), ('-to', 'to'), ('-', ''), ('Libel-', 'Libel'), ('all.-', 'all.'), ('dis-', 'dis'), ('-', '')]
ST19160926-V43-38-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19160926-V43-38-page2.txt: [('-Cho', 'Cho')]
ST19160926-V43-38-page3.txt: [('-', ''), ('-', '')]
ST19160926-V43-38-page4.txt: [('appreciate.-', 'appreciate.'), ('-', ''), ('-', '')]
ST19160926-V43-38-page5.txt: [('-', ''), ('-', ''), ('mon-', 'mon'), ('por-', 'por')]
ST19160926-V43-38-page6.txt: [('-', '')]
ST19160926-V43-38-page7.txt: [('-', ''), ('law-nailed-', 'law-nailed')]
ST19160926-V43-38-page8.txt: [('-Alike', 'Alike'), ('-preparation', 'preparation'), ('-of', 'of')]
ST19160926-V43-38-page9.txt: [('com-', 'com'), ('-', ''), ('..-', '..'), ('-i', 'i'), ('-', '')]
ST19161003-V43-39,40-page11.txt: [('-', '')]
ST19161003-V43-39,40-page12.txt: [('Liv-', 'Liv')]
ST19161003-V43-39,40-page13.txt: [('Shan-', 'Shan'), ('--', '-')]
ST19161003-V43-39,40-page14.txt: [('-', '')]
ST19161003-V43-39,40-page15.txt: [('-', ''), ('be-', 'be')]
ST19161003-V43-39,40-page16.txt: [('.PLE--', '.PLE-'), ('--', '-'), ('publish-', 'publish'), ('-', ''), ('subscrip-', 'subscrip'), ('"Ar-', '"Ar')]
ST19161003-V43-39,40-page17.txt: [('-', '')]
ST19161003-V43-39,40-page19.txt: [('-', ''), ('-', ''), ('MIS-', 'MIS'), ('CHI-', 'CHI')]
ST19161003-V43-39,40-page2.txt: [('-', ''), ('--', '-'), ('----', '---'), ('-', ''), ('-.w', '.w'), ('-i-el', 'i-el')]
ST19161003-V43-39,40-page20.txt: [('AS-', 'AS'), ('.-', '.'), ('IN-', 'IN')]
ST19161003-V43-39,40-page21.txt: [('HA-', 'HA')]
ST19161003-V43-39,40-page22.txt: [('--', '-'), ('Z-', 'Z'), ('messen-', 'messen'), ('-', '')]
ST19161003-V43-39,40-page24.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19161003-V43-39,40-page25.txt: [('-', ''), ('-', '')]
ST19161003-V43-39,40-page26.txt: [('-', ''), ('-', ''), ('In-', 'In'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con')]
ST19161003-V43-39,40-page27.txt: [('-', ''), ('-', ''), ('-', '')]
ST19161003-V43-39,40-page3.txt: [('-', ''), ('.-', '.'), ('-D', 'D')]
ST19161003-V43-39,40-page30.txt: [('-', '')]
ST19161003-V43-39,40-page31.txt: [('sal-', 'sal'), ('be-', 'be'), ('re-', 're')]
ST19161003-V43-39,40-page32.txt: [('re-', 're'), ('woman-', 'woman')]
ST19161003-V43-39,40-page33.txt: [('un-', 'un')]
ST19161003-V43-39,40-page34.txt: [('-', ''), ('-OPOSI', 'OPOSI'), ('-"', '"'), ('-', ''), ('Tilliti-', 'Tilliti'), ('-', '')]
ST19161003-V43-39,40-page35.txt: [('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('PUB-', 'PUB'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('-', ''), ('peri-', 'peri'), ('-', ''), ('-W', 'W')]
ST19161003-V43-39,40-page4.txt: [('non-', 'non')]
ST19161003-V43-39,40-page6.txt: [('-rflong', 'rflong')]
ST19161003-V43-39,40-page7.txt: [('PERSECU-', 'PERSECU'), ('-.', '.'), ('-.', '.'), ('-...--', '...--'), ('---', '--'), ('-', ''), ('-', ''), ('...-.-.-T-', '...-.-.-T'), ('-', ''), ('-', ''), ('-.z-.', '.z-.'), ('--', '-'), ('--', '-'), ('----.-', '---.-'), ('-.', '.'), ('-', ''), ('-vf-.-', 'vf-.-'), ('..-.-m-', '..-.-m'), ('-.-', '.-'), ('...-T-', '...-T'), ('alt-mpz-..t-', 'alt-mpz-..t'), ('-', ''), ('.-', '.')]
ST19161003-V43-39,40-page8.txt: [('an-', 'an')]
ST19161017-V43-41-page1.txt: [('re-', 're')]
ST19161017-V43-41-page10.txt: [('-', ''), ('-', ''), ('--', '-'), ('scep-', 'scep'), ('-', ''), ('-in', 'in'), ('-', '')]
ST19161017-V43-41-page11.txt: [('-', '')]
ST19161017-V43-41-page13.txt: [('-in', 'in'), ('pre-', 'pre'), ('-', '')]
ST19161017-V43-41-page14.txt: [('-', ''), ('--', '-')]
ST19161017-V43-41-page16.txt: [('-', '')]
ST19161017-V43-41-page4.txt: [('-', ''), ('enact-', 'enact')]
ST19161017-V43-41-page6.txt: [('-', ''), ('en-', 'en')]
ST19161017-V43-41-page7.txt: [('them-', 'them'), ('--', '-'), ('-', ''), ('-', '')]
ST19161017-V43-41-page9.txt: [('-the', 'the')]
ST19161024-V43-42-page10.txt: [('ad-', 'ad'), ('-that', 'that')]
ST19161024-V43-42-page11.txt: [('ANTI-', 'ANTI'), ('anti-', 'anti'), ('-', ''), ('thor-', 'thor'), ('WORLD-', 'WORLD'), ('PRO-', 'PRO'), ('-earth', 'earth')]
ST19161024-V43-42-page13.txt: [('pil-', 'pil')]
ST19161024-V43-42-page14.txt: [('-', '')]
ST19161024-V43-42-page15.txt: [('-as', 'as'), ('-in', 'in')]
ST19161024-V43-42-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19161024-V43-42-page2.txt: [('de-', 'de')]
ST19161024-V43-42-page3.txt: [('testi-', 'testi')]
ST19161024-V43-42-page4.txt: [('-', '')]
ST19161024-V43-42-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19161024-V43-42-page6.txt: [('Right-', 'Right'), ('teach-', 'teach')]
ST19161024-V43-42-page7.txt: [('-', ''), ('look-', 'look'), ('-', '')]
ST19161024-V43-42-page8.txt: [('treat-', 'treat'), ('-Wide', 'Wide')]
ST19161031-V43-43-page1.txt: [('-', ''), ('-of', 'of')]
ST19161031-V43-43-page10.txt: [('CHECKER-', 'CHECKER'), ('is-', 'is')]
ST19161031-V43-43-page11.txt: [('-', ''), ('-', ''), ('Scrip-', 'Scrip'), ('-', ''), ('-', ''), ('can-', 'can')]
ST19161031-V43-43-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19161031-V43-43-page13.txt: [('-Daily', 'Daily'), ('in-', 'in')]
ST19161031-V43-43-page14.txt: [('pa-', 'pa')]
ST19161031-V43-43-page15.txt: [('-foot', 'foot'), ('-g', 'g'), ('-O', 'O')]
ST19161031-V43-43-page16.txt: [('-', '')]
ST19161031-V43-43-page2.txt: [('popu-', 'popu')]
ST19161031-V43-43-page3.txt: [('-', '')]
ST19161031-V43-43-page6.txt: [('-t', 't'), ('non-', 'non'), ('-', '')]
ST19161031-V43-43-page7.txt: [('-', '')]
ST19161031-V43-43-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('si-', 'si')]
ST19161031-V43-43-page9.txt: [('tem-', 'tem'), ('-needed', 'needed'), ('saying-', 'saying'), ('-', '')]
ST19161107-V43-44-page10.txt: [('-', ''), ('LUKE-', 'LUKE'), ('ANTozosS-', 'ANTozosS')]
ST19161107-V43-44-page11.txt: [('.k-', '.k'), ('A-', 'A'), ('-v-', 'v-'), ('ris-', 'ris'), ('-point', 'point')]
ST19161107-V43-44-page12.txt: [('-and', 'and')]
ST19161107-V43-44-page13.txt: [('-and', 'and'), ('manifesta-', 'manifesta')]
ST19161107-V43-44-page14.txt: [('counter-', 'counter'), ('Danish-', 'Danish')]
ST19161107-V43-44-page15.txt: [('--', '-'), ('-page', 'page'), ('-gallon', 'gallon'), ('-foot', 'foot')]
ST19161107-V43-44-page16.txt: [('-', ''), ('-', ''), ('-', '')]
ST19161107-V43-44-page2.txt: [('-', ''), ('-', ''), ('watch-', 'watch'), ('-day', 'day'), ('-year', 'year'), ('-', '')]
ST19161107-V43-44-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('fail-', 'fail')]
ST19161107-V43-44-page4.txt: [('-', '')]
ST19161107-V43-44-page6.txt: [('HIM-', 'HIM'), ('Togrul-', 'Togrul'), ('-', ''), ('Togrul-', 'Togrul')]
ST19161107-V43-44-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19161107-V43-44-page8.txt: [('--', '-'), ('-', '')]
ST19161205-V43-48-page1.txt: [('blood-', 'blood')]
ST19161205-V43-48-page10.txt: [('-', '')]
ST19161205-V43-48-page11.txt: [('-', ''), ('dark-', 'dark'), ('-', ''), ('-', ''), ('Catho-', 'Catho')]
ST19161205-V43-48-page12.txt: [('FU-', 'FU'), ('Mediter-', 'Mediter'), ('Illi-', 'Illi'), ('Mediter-', 'Mediter')]
ST19161205-V43-48-page13.txt: [('-', ''), ('Asso-', 'Asso'), ('re-', 're'), ('rep-', 'rep'), ('-', ''), ('be-', 'be'), ('-', ''), ('Mediterra-', 'Mediterra')]
ST19161205-V43-48-page15.txt: [('-fullness.', 'fullness.'), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal', 'gal'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19161205-V43-48-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19161205-V43-48-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19161205-V43-48-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19161205-V43-48-page7.txt: [('-', ''), ('--', '-'), ('of-', 'of'), ('miscon-', 'miscon'), ('be-', 'be'), ('Be-', 'Be')]
ST19161205-V43-48-page8.txt: [('-', ''), ('-', '')]
ST19161205-V43-48-page9.txt: [('-', ''), ('"Question.--', '"Question.-')]
ST19161212-V43-49-page1.txt: [('-', ''), ('-', '')]
ST19161212-V43-49-page10.txt: [('Massa-', 'Massa')]
ST19161212-V43-49-page11.txt: [('-its', 'its'), ('-one', 'one'), ('-', ''), ('-The', 'The'), ('-', '')]
ST19161212-V43-49-page12.txt: [('com--', 'com-')]
ST19161212-V43-49-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
ST19161212-V43-49-page14.txt: [('-', '')]
ST19161212-V43-49-page15.txt: [('-Excellent', 'Excellent'), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal', 'gal'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-articles', 'articles'), ('In-', 'In'), ('-', ''), ('-', '')]
ST19161212-V43-49-page16.txt: [('-', ''), ('-this', 'this'), ('corn-', 'corn'), ("-'", "'"), ('Mr.-', 'Mr.'), ('-ire', 'ire')]
ST19161212-V43-49-page2.txt: [('-This', 'This'), ('-', ''), ('-', '')]
ST19161212-V43-49-page3.txt: [('-', ''), ('-It', 'It')]
ST19161212-V43-49-page4.txt: [('-', ''), ('sys-', 'sys'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19161212-V43-49-page5.txt: [('-', ''), ('blood.-', 'blood.'), ('-', '')]
ST19161212-V43-49-page6.txt: [('AVERY-', 'AVERY'), ('remark-', 'remark')]
ST19161212-V43-49-page7.txt: [('-', ''), ('-', '')]
ST19161212-V43-49-page8.txt: [('-', ''), ('-those', 'those')]
ST19161212-V43-49-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST19161219-V43-50-page1.txt: [('-', ''), ('-', '')]
ST19161219-V43-50-page11.txt: [('-and', 'and')]
ST19161219-V43-50-page12.txt: [('-', ''), ('com-', 'com'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
ST19161219-V43-50-page13.txt: [('lit-', 'lit'), ('-', ''), ('-', ''), ('-', ''), ('-have', 'have')]
ST19161219-V43-50-page14.txt: [('-is', 'is'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19161219-V43-50-page15.txt: [('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-', ''), ('-', ''), ('-', ''), ('peni-', 'peni')]
ST19161219-V43-50-page2.txt: [('-', ''), ('-', '')]
ST19161219-V43-50-page3.txt: [('-', ''), ('-John', 'John'), ('satisfac-', 'satisfac')]
ST19161219-V43-50-page4.txt: [('Neo-', 'Neo')]
ST19161219-V43-50-page5.txt: [('--', '-')]
ST19161219-V43-50-page6.txt: [('-', '')]
ST19161219-V43-50-page7.txt: [('thou-', 'thou'), ('-', ''), ('-', '')]
ST19161219-V43-50-page8.txt: [('-', ''), ('-Christian', 'Christian'), ('-', '')]
ST19180101-V45-01-page1.txt: [('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180101-V45-01-page10.txt: [('-', ''), ('-', '')]
ST19180101-V45-01-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('to-', 'to')]
ST19180101-V45-01-page13.txt: [('-', ''), ('heldaccount-', 'heldaccount')]
ST19180101-V45-01-page14.txt: [('-.', '.')]
ST19180101-V45-01-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-gal.', 'gal.')]
ST19180101-V45-01-page16.txt: [('Lloyd-', 'Lloyd'), ('becom-', 'becom')]
ST19180101-V45-01-page3.txt: [('-', ''), ('-', ''), ('con-', 'con'), ('popula-', 'popula')]
ST19180101-V45-01-page4.txt: [('-', ''), ('-', ''), ('Testa-', 'Testa')]
ST19180101-V45-01-page5.txt: [('of-', 'of'), ('-birth', 'birth'), ('-', ''), ('-', '')]
ST19180101-V45-01-page6.txt: [('-', ''), ('-', '')]
ST19180101-V45-01-page7.txt: [('-', ''), ('-', '')]
ST19180101-V45-01-page8.txt: [('-', '')]
ST19180101-V45-01-page9.txt: [('-', '')]
ST19180108-V45-02-page1.txt: [('-', '')]
ST19180108-V45-02-page10.txt: [('-', '')]
ST19180108-V45-02-page11.txt: [('-', '')]
ST19180108-V45-02-page12.txt: [('--while', '-while'), ('-', '')]
ST19180108-V45-02-page14.txt: [('-', '')]
ST19180108-V45-02-page15.txt: [('-', ''), ('-gal.', 'gal.'), ('-gal', 'gal'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-', ''), ('-', ''), ('-', ''), ('-day', 'day'), ('-be', 'be')]
ST19180108-V45-02-page2.txt: [('-', ''), ('-', '')]
ST19180108-V45-02-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('be--', 'be-')]
ST19180108-V45-02-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('re-', 're'), ('-', ''), ('--for', '-for')]
ST19180108-V45-02-page5.txt: [('-', '')]
ST19180108-V45-02-page6.txt: [('-there.', 'there.')]
ST19180108-V45-02-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180108-V45-02-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('evi-', 'evi'), ('-', ''), ('-', '')]
ST19180115-V45-03-page10.txt: [('de-', 'de')]
ST19180115-V45-03-page11.txt: [('re-', 're'), ('dis-', 'dis')]
ST19180115-V45-03-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180115-V45-03-page15.txt: [('hundred.-', 'hundred.'), ('-', ''), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-', ''), ('-', ''), ('-', '')]
ST19180115-V45-03-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180115-V45-03-page2.txt: [('-', ''), ('-welcomed', 'welcomed'), ('find-', 'find'), ('-', '')]
ST19180115-V45-03-page3.txt: [('-prevailed', 'prevailed'), ('-', '')]
ST19180115-V45-03-page4.txt: [('Medo-', 'Medo'), ('hope-', 'hope')]
ST19180115-V45-03-page5.txt: [('-God.', 'God.'), ('ef-', 'ef'), ('-of', 'of')]
ST19180115-V45-03-page7.txt: [('-', ''), ('-', ''), ('-Whosoever', 'Whosoever'), ('-', '')]
ST19180115-V45-03-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('pro-', 'pro')]
ST19180115-V45-03-page9.txt: [('-', ''), ('-', '')]
ST19180122-V45-04-page11.txt: [('-', '')]
ST19180122-V45-04-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180122-V45-04-page13.txt: [('-', ''), ('mer-', 'mer'), ('-', ''), ('-', '')]
ST19180122-V45-04-page14.txt: [('-d.', 'd.')]
ST19180122-V45-04-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-', ''), ('-', ''), ('-', '')]
ST19180122-V45-04-page2.txt: [('-', '')]
ST19180122-V45-04-page3.txt: [('-', '')]
ST19180122-V45-04-page4.txt: [('-', ''), ('-', '')]
ST19180122-V45-04-page5.txt: [('-', '')]
ST19180122-V45-04-page6.txt: [('-', '')]
ST19180122-V45-04-page7.txt: [('-', ''), ('Medo-', 'Medo'), ('-', '')]
ST19180122-V45-04-page8.txt: [('intro-', 'intro')]
ST19180122-V45-04-page9.txt: [('-', ''), ('--to', '-to')]
ST19180129-V45-05-page10.txt: [('-', '')]
ST19180129-V45-05-page13.txt: [('re-', 're')]
ST19180129-V45-05-page14.txt: [('-', ''), ('Yang-', 'Yang')]
ST19180129-V45-05-page15.txt: [('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-', ''), ('-', ''), ('-', '')]
ST19180129-V45-05-page16.txt: [('-', '')]
ST19180129-V45-05-page2.txt: [('SUNDAY.-', 'SUNDAY.'), ('-', ''), ('-', ''), ('-', '')]
ST19180129-V45-05-page3.txt: [('-', ''), ('-', ''), ('re-', 're'), ('-', '')]
ST19180129-V45-05-page4.txt: [('-', ''), ('-', '')]
ST19180129-V45-05-page5.txt: [('-', '')]
ST19180129-V45-05-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180129-V45-05-page8.txt: [('-', ''), ('-', '')]
ST19180129-V45-05-page9.txt: [('-', ''), ('supernatu-', 'supernatu')]
ST19180205-V45-06-page1.txt: [('-', ''), ('W-', 'W'), ('re-', 're')]
ST19180205-V45-06-page10.txt: [('Gala-', 'Gala')]
ST19180205-V45-06-page11.txt: [('He-', 'He'), ('-', ''), ('-gentle', 'gentle')]
ST19180205-V45-06-page13.txt: [('-', '')]
ST19180205-V45-06-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180205-V45-06-page15.txt: [('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-', ''), ('-', ''), ('-', '')]
ST19180205-V45-06-page16.txt: [('-', ''), ('-Without', 'Without')]
ST19180205-V45-06-page2.txt: [('SUNDAY.-', 'SUNDAY.'), ('-', '')]
ST19180205-V45-06-page3.txt: [('-', ''), ('repre-', 'repre'), ('king-', 'king'), ('be-', 'be'), ('-', '')]
ST19180205-V45-06-page4.txt: [('-', ''), ('ignorant-', 'ignorant'), ('sani-', 'sani')]
ST19180205-V45-06-page5.txt: [('-', ''), ('become-', 'become'), ('-', ''), ('suf-', 'suf')]
ST19180205-V45-06-page6.txt: [('con-', 'con'), ('inspira-', 'inspira'), ('-', ''), ('-', '')]
ST19180205-V45-06-page7.txt: [('-', ''), ('be-', 'be')]
ST19180205-V45-06-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180205-V45-06-page9.txt: [('-n', 'n'), ('-', '')]
ST19180212-V45-07-page1.txt: [('-', ''), ('Medo-', 'Medo')]
ST19180212-V45-07-page10.txt: [('-', ''), ('-', '')]
ST19180212-V45-07-page11.txt: [('lead-', 'lead')]
ST19180212-V45-07-page15.txt: [('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
ST19180212-V45-07-page16.txt: [('-the', 'the'), ('-', '')]
ST19180212-V45-07-page4.txt: [('-', ''), ('Protes-', 'Protes'), ('-taut', 'taut')]
ST19180212-V45-07-page6.txt: [('-', '')]
ST19180212-V45-07-page7.txt: [('-', ''), ('espe-', 'espe'), ('-', '')]
ST19180212-V45-07-page8.txt: [('Remem-', 'Remem')]
ST19180212-V45-07-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-sixteenth', 'sixteenth')]
ST19180219-V45-08-page1.txt: [('-', '')]
ST19180219-V45-08-page10.txt: [('-', ''), ('-', ''), ('Deu-', 'Deu'), ('-', ''), ('-', '')]
ST19180219-V45-08-page11.txt: [('-', ''), ('her-', 'her')]
ST19180219-V45-08-page13.txt: [('-', ''), ('Ever-', 'Ever'), ('-', '')]
ST19180219-V45-08-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180219-V45-08-page15.txt: [('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
ST19180219-V45-08-page16.txt: [('-', ''), ('-', '')]
ST19180219-V45-08-page3.txt: [('-', ''), ('-', ''), ('-or', 'or')]
ST19180219-V45-08-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180219-V45-08-page5.txt: [('-', ''), ('mul-', 'mul')]
ST19180219-V45-08-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180219-V45-08-page8.txt: [('-"There', '"There')]
ST19180219-V45-08-page9.txt: [('-', '')]
ST19180226-V45-09-page10.txt: [('-', ''), ('-', '')]
ST19180226-V45-09-page13.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180226-V45-09-page15.txt: [('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-page', 'page')]
ST19180226-V45-09-page16.txt: [('-', ''), ('-', '')]
ST19180226-V45-09-page2.txt: [('SUNDAY.-', 'SUNDAY.'), ('MONDAY.-', 'MONDAY.'), ('FRIDAY.-', 'FRIDAY.'), ('-', '')]
ST19180226-V45-09-page3.txt: [('quali-', 'quali')]
ST19180226-V45-09-page5.txt: [('non-', 'non'), ('-', ''), ('-', '')]
ST19180226-V45-09-page6.txt: [('-', '')]
ST19180226-V45-09-page7.txt: [('-', ''), ('as.-', 'as.'), ('-', ''), ('-', '')]
ST19180226-V45-09-page8.txt: [('sub-', 'sub'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST19180226-V45-09-page9.txt: [('an-', 'an')]
ST19180305-V45-10-page1.txt: [('-', '')]
ST19180305-V45-10-page10.txt: [('utter-', 'utter'), ('typi-', 'typi'), ('-', '')]
ST19180305-V45-10-page11.txt: [('DE-', 'DE'), ('CHRIS-', 'CHRIS'), ('compas-', 'compas')]
ST19180305-V45-10-page13.txt: [('-', '')]
ST19180305-V45-10-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180305-V45-10-page15.txt: [('-kingdom', 'kingdom'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('--A', '-A')]
ST19180305-V45-10-page16.txt: [('Lloyd-', 'Lloyd')]
ST19180305-V45-10-page2.txt: [('MONDAY.-', 'MONDAY.'), ('WEDNESDAY.-', 'WEDNESDAY.')]
ST19180305-V45-10-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('worldli-', 'worldli'), ('-', ''), ('-', ''), ('-', '')]
ST19180305-V45-10-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('equals-', 'equals')]
ST19180305-V45-10-page5.txt: [('inhabit-', 'inhabit'), ('-', ''), ('estab-', 'estab'), ('-', '')]
ST19180305-V45-10-page6.txt: [('-', '')]
ST19180305-V45-10-page7.txt: [('-', '')]
ST19180305-V45-10-page8.txt: [('lo-', 'lo'), ('unaccus-', 'unaccus')]
ST19180305-V45-10-page9.txt: [('spe-', 'spe'), ('-', ''), ('-', ''), ('Thes-', 'Thes')]
ST19180312-V45-11-page10.txt: [('ac-', 'ac')]
ST19180312-V45-11-page11.txt: [('pos-', 'pos')]
ST19180312-V45-11-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sab-', 'Sab')]
ST19180312-V45-11-page13.txt: [('-', '')]
ST19180312-V45-11-page14.txt: [('-', '')]
ST19180312-V45-11-page15.txt: [('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-', ''), ('-', ''), ('-', '')]
ST19180312-V45-11-page16.txt: [('con-', 'con'), ('-', '')]
ST19180312-V45-11-page2.txt: [('-', '')]
ST19180312-V45-11-page3.txt: [('-', ''), ('corn-', 'corn')]
ST19180312-V45-11-page4.txt: [('-i', 'i'), ('-', ''), ('Never-', 'Never')]
ST19180312-V45-11-page5.txt: [('-', '')]
ST19180312-V45-11-page6.txt: [('-', ''), ('-', '')]
ST19180312-V45-11-page7.txt: [('minis-', 'minis')]
ST19180312-V45-11-page9.txt: [('PER-', 'PER')]
ST19180319-V45-12-page10.txt: [('-', ''), ('-', '')]
ST19180319-V45-12-page13.txt: [('-', ''), ('-', ''), ('-r', 'r'), ('full-', 'full'), ('-', ''), ('-', '')]
ST19180319-V45-12-page14.txt: [('-', ''), ('de-', 'de')]
ST19180319-V45-12-page15.txt: [('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
ST19180319-V45-12-page16.txt: [('-', '')]
ST19180319-V45-12-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180319-V45-12-page3.txt: [('them-', 'them'), ('years-', 'years'), ('years-', 'years')]
ST19180319-V45-12-page4.txt: [('us-', 'us')]
ST19180319-V45-12-page5.txt: [('-', '')]
ST19180319-V45-12-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180319-V45-12-page7.txt: [('-', ''), ('-', ''), ('-prophetic', 'prophetic'), ('-', ''), ('-', ''), ('-', '')]
ST19180319-V45-12-page8.txt: [('-', ''), ('-', '')]
ST19180319-V45-12-page9.txt: [('-', '')]
ST19180326-V45-13-page10.txt: [('-', ''), ('pos-', 'pos')]
ST19180326-V45-13-page11.txt: [('-opposition', 'opposition')]
ST19180326-V45-13-page12.txt: [('prod-', 'prod')]
ST19180326-V45-13-page14.txt: [('-', ''), ('-this', 'this'), ('-', ''), ('-', ''), ('-', '')]
ST19180326-V45-13-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-gal.', 'gal.'), ('-gal', 'gal'), ('-gal', 'gal'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
ST19180326-V45-13-page16.txt: [('-of', 'of')]
ST19180326-V45-13-page2.txt: [('-after', 'after'), ('-', '')]
ST19180326-V45-13-page3.txt: [('-', ''), ('-', '')]
ST19180326-V45-13-page4.txt: [('wor-', 'wor')]
ST19180326-V45-13-page5.txt: [('-', ''), ('-', '')]
ST19180326-V45-13-page6.txt: [('Israel.-', 'Israel.'), ('-', '')]
ST19180326-V45-13-page8.txt: [('E-', 'E'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-.'", ".'"), ('-', '')]
ST19180326-V45-13-page9.txt: [('-', '')]
ST19180402-V45-14-page1.txt: [('-', '')]
ST19180402-V45-14-page10.txt: [('gov-', 'gov')]
ST19180402-V45-14-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Since', 'Since'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180402-V45-14-page14.txt: [('-', ''), ('-', ''), ('-world', 'world'), ('-out', 'out'), ('-', ''), ('-', '')]
ST19180402-V45-14-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal', 'gal')]
ST19180402-V45-14-page16.txt: [('-', '')]
ST19180402-V45-14-page2.txt: [('-', ''), ('THURSDAY.-', 'THURSDAY.'), ('SABBATH.-', 'SABBATH.')]
ST19180402-V45-14-page3.txt: [('--The', '-The'), ('-', ''), ('-claim', 'claim'), ('earth-', 'earth')]
ST19180402-V45-14-page4.txt: [('-', '')]
ST19180402-V45-14-page5.txt: [('-', ''), ('time-', 'time'), ('-be', 'be'), ('or-', 'or')]
ST19180402-V45-14-page6.txt: [('-', '')]
ST19180402-V45-14-page7.txt: [('diag-', 'diag')]
ST19180402-V45-14-page8.txt: [('-', ''), ('-', '')]
ST19180402-V45-14-page9.txt: [('-', ''), ('-', '')]
ST19180409-V45-15-page1.txt: [('Bib-', 'Bib')]
ST19180409-V45-15-page11.txt: [('-', '')]
ST19180409-V45-15-page13.txt: [('-', '')]
ST19180409-V45-15-page14.txt: [("'-", "'")]
ST19180409-V45-15-page15.txt: [('Medo-', 'Medo'), ('the-', 'the'), ('ter-', 'ter'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('educa-', 'educa')]
ST19180409-V45-15-page2.txt: [('THURSDAY.-', 'THURSDAY.')]
ST19180409-V45-15-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180409-V45-15-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180409-V45-15-page5.txt: [('-', '')]
ST19180409-V45-15-page6.txt: [('-', ''), ('tres-', 'tres'), ('-', ''), ('-', ''), ('-', ''), ('truth-', 'truth')]
ST19180409-V45-15-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180409-V45-15-page8.txt: [('-which', 'which'), ('-', ''), ('-', ''), ('gos-', 'gos')]
ST19180409-V45-15-page9.txt: [('oc-', 'oc'), ('hu-', 'hu')]
ST19180416-V45-16-page11.txt: [('-', '')]
ST19180416-V45-16-page12.txt: [('ad-', 'ad')]
ST19180416-V45-16-page13.txt: [('-', ''), ('obe-', 'obe')]
ST19180416-V45-16-page14.txt: [('-white', 'white'), ('-a', 'a'), ('-Jesus', 'Jesus'), ('re-', 're')]
ST19180416-V45-16-page15.txt: [('-on', 'on'), ('-', ''), ('-Iasking', 'Iasking'), ('-', ''), ('-gal.', 'gal.'), ('-gaL', 'gaL'), ('-lb.', 'lb.'), ('-lb.', 'lb.'), ('-lb.', 'lb.'), ('-lb.', 'lb.'), ('-lb.', 'lb.'), ('-lb.', 'lb.')]
ST19180416-V45-16-page16.txt: [('-..aceive', '..aceive'), ('exercis-', 'exercis'), ('na-', 'na')]
ST19180416-V45-16-page3.txt: [('di-', 'di'), ('-vine', 'vine'), ('gig-', 'gig'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180416-V45-16-page4.txt: [('-', '')]
ST19180416-V45-16-page5.txt: [('-', '')]
ST19180416-V45-16-page6.txt: [('-', ''), ('-', '')]
ST19180416-V45-16-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Is-', 'Is')]
ST19180416-V45-16-page8.txt: [('-', '')]
ST19180416-V45-16-page9.txt: [('-', '')]
ST19180430-V45-17-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180430-V45-17-page13.txt: [('can-', 'can')]
ST19180430-V45-17-page14.txt: [('-', '')]
ST19180430-V45-17-page15.txt: [('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-literature', 'literature')]
ST19180430-V45-17-page16.txt: [('cre-', 'cre')]
ST19180430-V45-17-page2.txt: [('SABBATH.-', 'SABBATH.'), ('-', '')]
ST19180430-V45-17-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180430-V45-17-page4.txt: [('-', ''), ('-', '')]
ST19180430-V45-17-page7.txt: [('convinc-', 'convinc')]
ST19180430-V45-17-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('rais-', 'rais')]
ST19180430-V45-17-page9.txt: [('Danish-', 'Danish')]
ST19180507-V45-18-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180507-V45-18-page11.txt: [('be-', 'be')]
ST19180507-V45-18-page12.txt: [('-His', 'His'), ('-', ''), ('-', '')]
ST19180507-V45-18-page14.txt: [('-fish', 'fish'), ('-whether', 'whether')]
ST19180507-V45-18-page15.txt: [('-.', '.'), ('-gal.', 'gal.')]
ST19180507-V45-18-page16.txt: [('-', '')]
ST19180507-V45-18-page2.txt: [('MONDAY.-', 'MONDAY.'), ('SABBATH.-', 'SABBATH.'), ('-', ''), ('-therefore', 'therefore')]
ST19180507-V45-18-page3.txt: [('creek--', 'creek-')]
ST19180507-V45-18-page5.txt: [('dis-', 'dis')]
ST19180507-V45-18-page6.txt: [('in-', 'in')]
ST19180507-V45-18-page7.txt: [('pre-', 'pre')]
ST19180507-V45-18-page8.txt: [('-', '')]
ST19180507-V45-18-page9.txt: [('humanity-', 'humanity'), ('-it', 'it')]
ST19180514-V45-19-page1.txt: [('real-', 'real'), ('--', '-'), ('-', '')]
ST19180514-V45-19-page10.txt: [('-ur', 'ur')]
ST19180514-V45-19-page12.txt: [('--', '-'), ('ordi-', 'ordi')]
ST19180514-V45-19-page13.txt: [('enthusi-', 'enthusi'), ('-asm', 'asm')]
ST19180514-V45-19-page14.txt: [('-', '')]
ST19180514-V45-19-page15.txt: [('-gal', 'gal'), ('-gal.', 'gal.')]
ST19180514-V45-19-page16.txt: [('-', ''), ('-', '')]
ST19180514-V45-19-page2.txt: [('MONDAY.-', 'MONDAY.'), ('in-', 'in')]
ST19180514-V45-19-page3.txt: [('-', ''), ('Laza-', 'Laza')]
ST19180514-V45-19-page4.txt: [('-', '')]
ST19180514-V45-19-page5.txt: [('co-', 'co'), ('chem-', 'chem')]
ST19180514-V45-19-page7.txt: [('-', ''), ('-', '')]
ST19180514-V45-19-page8.txt: [('pertain-', 'pertain')]
ST19180514-V45-19-page9.txt: [('-', ''), ('-n', 'n')]
ST19180521-V45-20-page10.txt: [('Ameri-', 'Ameri'), ('-', ''), ('dull-', 'dull')]
ST19180521-V45-20-page12.txt: [('-the', 'the')]
ST19180521-V45-20-page13.txt: [('-', ''), ('-', ''), ('-N', 'N'), ('tribula-', 'tribula'), ('en-', 'en')]
ST19180521-V45-20-page14.txt: [('-', ''), ('-', '')]
ST19180521-V45-20-page15.txt: [('-gal.', 'gal.'), ('-gal.', 'gal.')]
ST19180521-V45-20-page16.txt: [('muni-', 'muni')]
ST19180521-V45-20-page2.txt: [('SABBATH.-', 'SABBATH.'), ('"Evil-', '"Evil'), ('-ution', 'ution'), ('-', ''), ('-', ''), ('-', ''), ('command-', 'command'), ('com-', 'com')]
ST19180521-V45-20-page3.txt: [('-', '')]
ST19180521-V45-20-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180521-V45-20-page5.txt: [('toler-', 'toler'), ('pro-', 'pro'), ('pro-', 'pro'), ('break-', 'break')]
ST19180521-V45-20-page6.txt: [('-that', 'that'), ('-', ''), ('-the', 'the'), ('-', '')]
ST19180521-V45-20-page7.txt: [('-', '')]
ST19180521-V45-20-page8.txt: [('-', '')]
ST19180528-V45-21-page1.txt: [('-lessened', 'lessened'), ('essen-', 'essen')]
ST19180528-V45-21-page10.txt: [('accu-', 'accu')]
ST19180528-V45-21-page11.txt: [('-', ''), ('-', '')]
ST19180528-V45-21-page14.txt: [('-viscera', 'viscera'), ('-causes', 'causes'), ('-the', 'the'), ('-their', 'their'), ('-prevention', 'prevention'), ('and-', 'and')]
ST19180528-V45-21-page15.txt: [('-gal.', 'gal.'), ('-gal.', 'gal.')]
ST19180528-V45-21-page16.txt: [('-', ''), ('-', ''), ('lik-', 'lik'), ('-', '')]
ST19180528-V45-21-page2.txt: [('WEDNESDAY.-', 'WEDNESDAY.'), ('-', '')]
ST19180528-V45-21-page3.txt: [('-', ''), ('tribu-', 'tribu')]
ST19180528-V45-21-page4.txt: [('-before', 'before'), ('was--', 'was-'), ('char-', 'char')]
ST19180528-V45-21-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mar-', 'mar')]
ST19180528-V45-21-page7.txt: [('-', ''), ('-', ''), ('bear-', 'bear')]
ST19180604-V45-22-page1.txt: [('-', ''), ('-', ''), ('K-', 'K'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180604-V45-22-page10.txt: [('-', '')]
ST19180604-V45-22-page11.txt: [('-', ''), ('re-', 're')]
ST19180604-V45-22-page13.txt: [('-', '')]
ST19180604-V45-22-page14.txt: [('-', '')]
ST19180604-V45-22-page15.txt: [('-gal.', 'gal.')]
ST19180604-V45-22-page2.txt: [('re--', 're-')]
ST19180604-V45-22-page3.txt: [('-', ''), ('chil-', 'chil'), ('-', ''), ('-', '')]
ST19180604-V45-22-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('gen-', 'gen'), ('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('Re-', 'Re'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180604-V45-22-page5.txt: [('-', '')]
ST19180604-V45-22-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180604-V45-22-page9.txt: [('-', '')]
ST19180611-V45-23-page11.txt: [('-', '')]
ST19180611-V45-23-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('plu-', 'plu')]
ST19180611-V45-23-page13.txt: [('neigh-', 'neigh')]
ST19180611-V45-23-page14.txt: [('-', '')]
ST19180611-V45-23-page15.txt: [('-', ''), ('-gal.', 'gal.'), ('-', ''), ('-', ''), ('-', '')]
ST19180611-V45-23-page16.txt: [('-', ''), ('-', ''), ('preroga-', 'preroga'), ('extrava-', 'extrava'), ('-', '')]
ST19180611-V45-23-page2.txt: [('MONDAY.-', 'MONDAY.'), ('TUESDAY.-', 'TUESDAY.'), ('SABBATH.-', 'SABBATH.'), ('-', ''), ('-', ''), ('tele-', 'tele')]
ST19180611-V45-23-page3.txt: [('-', ''), ('-', ''), ('-a', 'a')]
ST19180611-V45-23-page4.txt: [('-', ''), ('supremacy-', 'supremacy'), ('-', ''), ('-', ''), ('Ba-', 'Ba')]
ST19180611-V45-23-page5.txt: [('Ages-', 'Ages'), ('-', '')]
ST19180611-V45-23-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180611-V45-23-page9.txt: [('-', '')]
ST19180618-V45-24-page1.txt: [('-', ''), ('stu-', 'stu')]
ST19180618-V45-24-page12.txt: [('-', ''), ('geo-', 'geo'), ('power.-', 'power.')]
ST19180618-V45-24-page13.txt: [('-', ''), ('-', '')]
ST19180618-V45-24-page14.txt: [('di-', 'di'), ('-gested.', 'gested.'), ('masti-', 'masti'), ('-crust', 'crust'), ('-sugar', 'sugar')]
ST19180618-V45-24-page15.txt: [('in-', 'in'), ('-gal.', 'gal.')]
ST19180618-V45-24-page2.txt: [('-which', 'which')]
ST19180618-V45-24-page3.txt: [('an-', 'an'), ('Chris-', 'Chris'), ('scientific."--', 'scientific."-')]
ST19180618-V45-24-page4.txt: [('free-', 'free'), ('im-', 'im'), ('mat-', 'mat')]
ST19180618-V45-24-page5.txt: [('di-', 'di')]
ST19180618-V45-24-page7.txt: [('-', '')]
ST19180625-V45-25-page1.txt: [('-', ''), ('Abra-', 'Abra')]
ST19180625-V45-25-page10.txt: [('-', '')]
ST19180625-V45-25-page12.txt: [('Sab-', 'Sab'), ('-', '')]
ST19180625-V45-25-page13.txt: [('He-', 'He')]
ST19180625-V45-25-page15.txt: [('-', ''), ('-', ''), ('Baby-', 'Baby'), ('-', ''), ('anditsblood-', 'anditsblood'), ('ponder-', 'ponder'), ('em-', 'em'), ('beg-', 'beg'), ('-gal.', 'gal.')]
ST19180625-V45-25-page16.txt: [('-', ''), ('-', '')]
ST19180625-V45-25-page2.txt: [('be-', 'be')]
ST19180625-V45-25-page4.txt: [('-are', 'are')]
ST19180625-V45-25-page5.txt: [('-', '')]
ST19180625-V45-25-page6.txt: [('re-', 're'), ('-', ''), ('un-', 'un')]
ST19180625-V45-25-page7.txt: [('-', '')]
ST19180625-V45-25-page8.txt: [('-"The', '"The'), ('-A', 'A'), ('-On', 'On'), ('-', '')]
ST19180625-V45-25-page9.txt: [('-', ''), ('-', '')]
ST19180702-V45-26-page10.txt: [('depress-', 'depress')]
ST19180702-V45-26-page11.txt: [('In-', 'In'), ('irriga-', 'irriga')]
ST19180702-V45-26-page13.txt: [('COPY-', 'COPY'), ('-A', 'A')]
ST19180702-V45-26-page14.txt: [('ac-', 'ac'), ('well-being--', 'well-being-'), ('say-', 'say')]
ST19180702-V45-26-page15.txt: [('-', '')]
ST19180702-V45-26-page16.txt: [('-', '')]
ST19180702-V45-26-page4.txt: [('-', ''), ('-', '')]
ST19180702-V45-26-page5.txt: [('-', ''), ('na-', 'na'), ('FORE-', 'FORE')]
ST19180702-V45-26-page6.txt: [('-', '')]
ST19180702-V45-26-page7.txt: [('-.', '.'), ('boast-', 'boast'), ('un-', 'un'), ('-', ''), ('spec-', 'spec'), ('never-', 'never')]
ST19180702-V45-26-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180702-V45-26-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180709-V45-27-page1.txt: [('-', '')]
ST19180709-V45-27-page10.txt: [('-', ''), ('knowl-', 'knowl')]
ST19180709-V45-27-page11.txt: [('-', ''), ('-the', 'the'), ('-', ''), ('-', '')]
ST19180709-V45-27-page12.txt: [('-', '')]
ST19180709-V45-27-page15.txt: [('he-', 'he'), ('-', ''), ('-gal.', 'gal.'), ('-', '')]
ST19180709-V45-27-page2.txt: [('MONDAY.-', 'MONDAY.'), ('Ephe-', 'Ephe'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180709-V45-27-page3.txt: [('-', ''), ('befall-', 'befall')]
ST19180709-V45-27-page4.txt: [('-', '')]
ST19180709-V45-27-page5.txt: [('-Corinthians', 'Corinthians'), ('-', '')]
ST19180709-V45-27-page6.txt: [('-', ''), ('-', '')]
ST19180709-V45-27-page7.txt: [('-', ''), ('serv-', 'serv'), ('-', ''), ('-', '')]
ST19180709-V45-27-page8.txt: [('-', '')]
ST19180709-V45-27-page9.txt: [('IM-', 'IM')]
ST19180716-V45-28-page1.txt: [('-', '')]
ST19180716-V45-28-page10.txt: [('-', '')]
ST19180716-V45-28-page11.txt: [('har-', 'har')]
ST19180716-V45-28-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('an-', 'an')]
ST19180716-V45-28-page13.txt: [('-', ''), ('-', '')]
ST19180716-V45-28-page14.txt: [('-', '')]
ST19180716-V45-28-page15.txt: [('-', ''), ('re-', 're'), ('-quires', 'quires')]
ST19180716-V45-28-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180716-V45-28-page3.txt: [('-', '')]
ST19180716-V45-28-page5.txt: [('-', ''), ('-', ''), ('eter-', 'eter')]
ST19180716-V45-28-page7.txt: [('-', '')]
ST19180716-V45-28-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180716-V45-28-page9.txt: [('-', '')]
ST19180723-V45-29-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180723-V45-29-page13.txt: [('keen-', 'keen')]
ST19180723-V45-29-page16.txt: [('-', '')]
ST19180723-V45-29-page2.txt: [('non-', 'non'), ('-', ''), ('-', ''), ('-', '')]
ST19180723-V45-29-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180723-V45-29-page7.txt: [('-', ''), ('-', ''), ('unmistak-', 'unmistak')]
ST19180723-V45-29-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180730-V45-30-page10.txt: [('-', ''), ('-', ''), ('proph-', 'proph')]
ST19180730-V45-30-page11.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180730-V45-30-page12.txt: [('de-', 'de')]
ST19180730-V45-30-page14.txt: [('-', '')]
ST19180730-V45-30-page2.txt: [('-', ''), ('-', '')]
ST19180730-V45-30-page3.txt: [('proph-', 'proph'), ('-', ''), ('-', '')]
ST19180730-V45-30-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180730-V45-30-page5.txt: [('-Tr', 'Tr'), ('re-', 're')]
ST19180730-V45-30-page6.txt: [('-', '')]
ST19180806-V45-31-page1.txt: [('undoubt-', 'undoubt'), ('be-', 'be')]
ST19180806-V45-31-page12.txt: [('-', ''), ('-', ''), ('pro-', 'pro')]
ST19180806-V45-31-page13.txt: [('fly-', 'fly')]
ST19180806-V45-31-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180806-V45-31-page15.txt: [('.-', '.'), ('-', '')]
ST19180806-V45-31-page16.txt: [('.-', '.'), ('thethey-', 'thethey')]
ST19180806-V45-31-page2.txt: [('-', ''), ('-', '')]
ST19180806-V45-31-page4.txt: [('con-', 'con'), ('day-', 'day'), ('-', ''), ('-', '')]
ST19180806-V45-31-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180806-V45-31-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180806-V45-31-page9.txt: [('-', ''), ('in-', 'in'), ('-', ''), ('-time', 'time'), ('-', '')]
ST19180813-V45-32-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180813-V45-32-page12.txt: [('Zanzi-', 'Zanzi')]
ST19180813-V45-32-page13.txt: [('-', '')]
ST19180813-V45-32-page14.txt: [('-', '')]
ST19180813-V45-32-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('r-', 'r')]
ST19180813-V45-32-page2.txt: [('aston-', 'aston'), ('-wicked.', 'wicked.'), ('-', ''), ('-', '')]
ST19180813-V45-32-page6.txt: [('-', '')]
ST19180813-V45-32-page7.txt: [('-', ''), ('-', ''), ('..--', '..-')]
ST19180820-V45-33-page10.txt: [('-', '')]
ST19180820-V45-33-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-L', 'L'), ('"-M-', '"-M'), ('Command-', 'Command'), ('-', '')]
ST19180820-V45-33-page12.txt: [('-', ''), ('-', '')]
ST19180820-V45-33-page14.txt: [('re-', 're'), ('-character', 'character')]
ST19180820-V45-33-page15.txt: [('-', ''), ('Pre-', 'Pre')]
ST19180820-V45-33-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180820-V45-33-page3.txt: [('-', '')]
ST19180820-V45-33-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180820-V45-33-page8.txt: [('-', ''), ('-', ''), ('--', '-'), ('-T-.', 'T-.'), ('-', ''), ('--', '-'), ('-g', 'g'), ('-.--', '.--'), ('E--', 'E-'), ('-..', '..'), ('-', ''), ('.-.--', '.-.-'), ('----', '---'), ('-', ''), ('-.-', '.-'), ('-', ''), ('-', ''), ('-.-', '.-'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('--', '-'), ('.-', '.'), ('-', ''), ('--', '-'), ('-', '')]
ST19180820-V45-33-page9.txt: [('-', ''), ('-', '')]
ST19180903-V45-34-page1.txt: [('right-', 'right')]
ST19180903-V45-34-page10.txt: [('-', ''), ('-a', 'a'), ('-', ''), ('-', '')]
ST19180903-V45-34-page11.txt: [('-', ''), ('Tes-', 'Tes'), ('-', '')]
ST19180903-V45-34-page12.txt: [('one-', 'one'), ('Har-', 'Har')]
ST19180903-V45-34-page13.txt: [('-', '')]
ST19180903-V45-34-page14.txt: [('-request', 'request'), ('-by', 'by'), ('substi-', 'substi')]
ST19180903-V45-34-page15.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180903-V45-34-page16.txt: [('-', '')]
ST19180903-V45-34-page2.txt: [('-', ''), ("---'-'", "--'-'"), ('-', ''), ('-', ''), ('-"', '"'), ('-P', 'P')]
ST19180903-V45-34-page3.txt: [('ful-', 'ful'), ('-', '')]
ST19180903-V45-34-page4.txt: [('-', ''), ('con-', 'con'), ('fol-', 'fol'), ('man-', 'man')]
ST19180903-V45-34-page6.txt: [('-', ''), ('them-', 'them')]
ST19180903-V45-34-page7.txt: [('-', ''), ('Revela-', 'Revela'), ('ad-', 'ad')]
ST19180903-V45-34-page8.txt: [('-', ''), ('-.', '.'), ('-year', 'year')]
ST19180903-V45-34-page9.txt: [('-', ''), ('-', '')]
ST19180910-V45-35-page1.txt: [('seven-', 'seven')]
ST19180910-V45-35-page10.txt: [('-', '')]
ST19180910-V45-35-page11.txt: [('differ-', 'differ')]
ST19180910-V45-35-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('deter-', 'deter')]
ST19180910-V45-35-page16.txt: [('th-', 'th')]
ST19180910-V45-35-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('revela-', 'revela')]
ST19180910-V45-35-page3.txt: [('-', ''), ('-', '')]
ST19180910-V45-35-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180910-V45-35-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('accord-', 'accord'), ('-', ''), ('-', '')]
ST19180910-V45-35-page6.txt: [('-', ''), ('-', ''), ('-the', 'the'), ('-', '')]
ST19180910-V45-35-page7.txt: [('-', ''), ('"S-', '"S'), ('-S', 'S'), ('S-', 'S'), ('-S', 'S'), ('individu-', 'individu')]
ST19180910-V45-35-page9.txt: [('-', '')]
ST19180917-V45-36-page1.txt: [('-', '')]
ST19180917-V45-36-page11.txt: [('hav-', 'hav'), ('-', '')]
ST19180917-V45-36-page13.txt: [('meas-', 'meas'), ('-', '')]
ST19180917-V45-36-page2.txt: [('-', ''), ('-', '')]
ST19180917-V45-36-page3.txt: [('-', ''), ('-', '')]
ST19180917-V45-36-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('Sab-', 'Sab'), ('An-', 'An')]
ST19180917-V45-36-page5.txt: [('-', ''), ('-', '')]
ST19180917-V45-36-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('all-', 'all'), ('con-', 'con')]
ST19180917-V45-36-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180917-V45-36-page8.txt: [('-', ''), ('-from', 'from'), ('-thousand', 'thousand'), ('-turn', 'turn'), ("-man's", "man's"), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180917-V45-36-page9.txt: [('there-', 'there')]
ST19180924-V45-37-page1.txt: [('-', '')]
ST19180924-V45-37-page10.txt: [('cap-', 'cap'), ('con-', 'con'), ('him-', 'him')]
ST19180924-V45-37-page11.txt: [('-', '')]
ST19180924-V45-37-page12.txt: [('-', ''), ('-', '')]
ST19180924-V45-37-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180924-V45-37-page14.txt: [('-', ''), ('-', ''), ('-t', 't'), ('-', ''), ('-', '')]
ST19180924-V45-37-page15.txt: [('la-', 'la')]
ST19180924-V45-37-page2.txt: [('-', '')]
ST19180924-V45-37-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180924-V45-37-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19180924-V45-37-page6.txt: [('-that', 'that'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('bless-', 'bless')]
ST19180924-V45-37-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19180924-V45-37-page9.txt: [('-', '')]
ST19181001-V45-38-page11.txt: [('-', ''), ('-', '')]
ST19181001-V45-38-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181001-V45-38-page16.txt: [('some-', 'some'), ('pub-', 'pub'), ('-', ''), ('-', '')]
ST19181001-V45-38-page2.txt: [('-', ''), ('-', '')]
ST19181001-V45-38-page3.txt: [('-', '')]
ST19181001-V45-38-page4.txt: [('tow-', 'tow'), ('-', ''), ('-', ''), ('-', '')]
ST19181001-V45-38-page5.txt: [('-', ''), ('-', '')]
ST19181001-V45-38-page7.txt: [('-', '')]
ST19181001-V45-38-page8.txt: [('Austria-', 'Austria'), ('pur-', 'pur'), ('thimble-', 'thimble'), ('-', ''), ('-', ''), ('-', ''), ('-figures', 'figures')]
ST19181001-V45-38-page9.txt: [('-', '')]
ST19181008-V45-39-page1.txt: [('-', '')]
ST19181008-V45-39-page10.txt: [('-', ''), ('-', '')]
ST19181008-V45-39-page11.txt: [('-.', '.'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', '')]
ST19181008-V45-39-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19181008-V45-39-page15.txt: [('-', '')]
ST19181008-V45-39-page2.txt: [('-volt', 'volt'), ('-volt', 'volt'), ('-volt', 'volt')]
ST19181008-V45-39-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('un-', 'un'), ('un-', 'un')]
ST19181008-V45-39-page4.txt: [('-of', 'of'), ('anti-', 'anti')]
ST19181008-V45-39-page5.txt: [('-', '')]
ST19181008-V45-39-page6.txt: [('Anglo-', 'Anglo'), ('-', ''), ('repre-', 'repre')]
ST19181008-V45-39-page7.txt: [('-', '')]
ST19181015-V45-40-page3.txt: [('-', ''), ('-', '')]
ST19181015-V45-40-page4.txt: [('-', '')]
ST19181015-V45-40-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19181015-V45-40-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19181015-V45-40-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181022-V45-41-page1.txt: [('-', ''), ('lock-', 'lock')]
ST19181022-V45-41-page10.txt: [('-', ''), ('tray-', 'tray')]
ST19181022-V45-41-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181022-V45-41-page13.txt: [('posi-', 'posi'), ('-', '')]
ST19181022-V45-41-page14.txt: [('-', ''), ('-', '')]
ST19181022-V45-41-page15.txt: [('-P', 'P')]
ST19181022-V45-41-page16.txt: [('-', '')]
ST19181022-V45-41-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181022-V45-41-page5.txt: [('-', '')]
ST19181022-V45-41-page6.txt: [('-', ''), ('hu-', 'hu')]
ST19181022-V45-41-page9.txt: [('Depart-', 'Depart')]
ST19181029-V45-42-page1.txt: [('-', ''), ('be-', 'be')]
ST19181029-V45-42-page2.txt: [('-', '')]
ST19181029-V45-42-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181029-V45-42-page4.txt: [('-', '')]
ST19181029-V45-42-page6.txt: [('Anglo-', 'Anglo')]
ST19181029-V45-42-page7.txt: [('follow-', 'follow')]
ST19181029-V45-42-page8.txt: [('fam-', 'fam')]
ST19181105-V45-43-page10.txt: [('-', ''), ('-', ''), ('asso-', 'asso')]
ST19181105-V45-43-page11.txt: [('APPEL-', 'APPEL'), ('-', ''), ('-', ''), ('-', '')]
ST19181105-V45-43-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Coun-', 'Coun')]
ST19181105-V45-43-page13.txt: [('-written', 'written'), ('-', ''), ('-', '')]
ST19181105-V45-43-page14.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181105-V45-43-page15.txt: [('-', '')]
ST19181105-V45-43-page16.txt: [('-', ''), ('suffer-', 'suffer')]
ST19181105-V45-43-page2.txt: [('-', '')]
ST19181105-V45-43-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181105-V45-43-page4.txt: [('-', ''), ('AP-', 'AP'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181105-V45-43-page5.txt: [('-', ''), ('-', '')]
ST19181105-V45-43-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('over-', 'over'), ('-ty', 'ty'), ('-', '')]
ST19181105-V45-43-page9.txt: [('DEFI-', 'DEFI'), ('sub-', 'sub')]
ST19181112-V45-44-page2.txt: [('-', ''), ('-', '')]
ST19181112-V45-44-page3.txt: [('-', ''), ('symp-', 'symp')]
ST19181112-V45-44-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181112-V45-44-page5.txt: [('-ounce', 'ounce'), ('-', '')]
ST19181112-V45-44-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181112-V45-44-page7.txt: [('-', ''), ('-', '')]
ST19181112-V45-44-page8.txt: [('-', '')]
ST19181119-V45-45-page10.txt: [('-', '')]
ST19181119-V45-45-page11.txt: [('-', ''), ('Arch-', 'Arch')]
ST19181119-V45-45-page13.txt: [('-', '')]
ST19181119-V45-45-page14.txt: [('-', ''), ('-', '')]
ST19181119-V45-45-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181119-V45-45-page2.txt: [('-', '')]
ST19181119-V45-45-page3.txt: [('-', ''), ('-', ''), ('re-', 're')]
ST19181119-V45-45-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19181119-V45-45-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19181119-V45-45-page6.txt: [('-', ''), ('-', ''), ('help-', 'help')]
ST19181119-V45-45-page8.txt: [('-', '')]
ST19181119-V45-45-page9.txt: [('-', ''), ('-', '')]
ST19181126-V45-46-page1.txt: [('-', '')]
ST19181126-V45-46-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181126-V45-46-page3.txt: [('-', ''), ('-be', 'be'), ('-', '')]
ST19181126-V45-46-page4.txt: [('-every', 'every'), ('-thanksgivings', 'thanksgivings')]
ST19181126-V45-46-page5.txt: [('-', '')]
ST19181203-V45-47-page1.txt: [('Chris-', 'Chris')]
ST19181203-V45-47-page10.txt: [('-', '')]
ST19181203-V45-47-page12.txt: [('-', ''), ('SUCCES-', 'SUCCES'), ('proclama-', 'proclama')]
ST19181203-V45-47-page13.txt: [('-', ''), ('-', ''), ('-', '')]
ST19181203-V45-47-page15.txt: [('-', '')]
ST19181203-V45-47-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181203-V45-47-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181203-V45-47-page5.txt: [('-', ''), ('-', '')]
ST19181203-V45-47-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.')]
ST19181203-V45-47-page7.txt: [('-', ''), ('-', '')]
ST19181203-V45-47-page8.txt: [('fore-', 'fore'), ('-', ''), ('-', '')]
ST19181203-V45-47-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181210-V45-48-page2.txt: [('-', '')]
ST19181210-V45-48-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19181210-V45-48-page6.txt: [('-', '')]
ST19181210-V45-48-page7.txt: [('-', ''), ('-', '')]
ST19181217-V45-49-page12.txt: [('-', '')]
ST19181217-V45-49-page15.txt: [('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('-', ''), ('-', ''), ('Yowell-', 'Yowell'), ('N.-', 'N.'), ('Rich-', 'Rich')]
ST19181217-V45-49-page2.txt: [('-', ''), ('-', ''), ('pos-', 'pos')]
ST19181217-V45-49-page3.txt: [('rulers.-', 'rulers.'), ('-', ''), ('-', ''), ('Testa-', 'Testa')]
ST19181217-V45-49-page6.txt: [('-', ''), ('-', '')]
ST19181217-V45-49-page7.txt: [('-', '')]
ST19181217-V45-49-page8.txt: [('-', ''), ('Aus-', 'Aus')]
ST19181217-V45-49-page9.txt: [('Hos-', 'Hos'), ('tu-', 'tu'), ('suc-', 'suc'), ('Thou-', 'Thou'), ('tu-', 'tu'), ('care-', 'care'), ('-', '')]
ST19181224-V45-50-page1.txt: [('-', ''), ('-', ''), ('-', '')]
ST19181224-V45-50-page2.txt: [('-More', 'More'), ('-', ''), ('-that', 'that'), ('Chris-', 'Chris')]
ST19181224-V45-50-page3.txt: [('-', '')]
ST19181224-V45-50-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19181224-V45-50-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19181224-V45-50-page6.txt: [('-', '')]
ST19181224-V45-50-page7.txt: [('-', ''), ('-', ''), ('dis-', 'dis'), ('-', ''), ('-', '')]
ST19181224-V45-50-page8.txt: [('-', '')]
ST19190107-V46-01-page1.txt: [('-', ''), ('.-', '.')]
ST19190107-V46-01-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('atten-', 'atten'), ('dis-', 'dis')]
ST19190107-V46-01-page11.txt: [('-altitude', 'altitude'), ('self-', 'self')]
ST19190107-V46-01-page12.txt: [('-still', 'still'), ('-call', 'call'), ('-and', 'and'), ('-which', 'which'), ('-', '')]
ST19190107-V46-01-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190107-V46-01-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('follow-', 'follow')]
ST19190107-V46-01-page15.txt: [('con-', 'con')]
ST19190107-V46-01-page16.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190107-V46-01-page3.txt: [('-', ''), ('justi-', 'justi')]
ST19190107-V46-01-page5.txt: [('-', '')]
ST19190107-V46-01-page6.txt: [('-', ''), ('princi-', 'princi'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190107-V46-01-page7.txt: [('-', '')]
ST19190107-V46-01-page8.txt: [('-', '')]
ST19190107-V46-01-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('founda-', 'founda')]
ST19190114-V46-02-page1.txt: [('-', ''), ('furnishings-', 'furnishings'), ('ship-', 'ship')]
ST19190114-V46-02-page3.txt: [('-', ''), ('-', '')]
ST19190114-V46-02-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190114-V46-02-page5.txt: [('-', ''), ('-', '')]
ST19190114-V46-02-page8.txt: [('ur-', 'ur'), ('-', ''), ('-', ''), ('PUBLISH-', 'PUBLISH'), ('-', ''), ('fore-', 'fore')]
ST19190121-V46-03-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190121-V46-03-page10.txt: [('-', ''), ('-', '')]
ST19190121-V46-03-page11.txt: [('-', ''), ('-', '')]
ST19190121-V46-03-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190121-V46-03-page13.txt: [('proph-', 'proph'), ('-', '')]
ST19190121-V46-03-page14.txt: [('-', '')]
ST19190121-V46-03-page15.txt: [('-the', 'the'), ('-page', 'page'), ('-IGNS', 'IGNS'), ('-page', 'page')]
ST19190121-V46-03-page16.txt: [('fam-', 'fam'), ('PUBLISH-', 'PUBLISH')]
ST19190121-V46-03-page2.txt: [('SHEP-', 'SHEP')]
ST19190121-V46-03-page3.txt: [('who-', 'who')]
ST19190121-V46-03-page4.txt: [('"Ante-', '"Ante')]
ST19190121-V46-03-page5.txt: [('Media-', 'Media'), ('-', ''), ('PRE-', 'PRE'), ('FORE-', 'FORE'), ('He-', 'He')]
ST19190121-V46-03-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('un-', 'un')]
ST19190121-V46-03-page7.txt: [('-', ''), ('-', ''), ('COMMAND-', 'COMMAND'), ('-', ''), ('-', ''), ('-', '')]
ST19190121-V46-03-page8.txt: [('abso-', 'abso'), ('num-', 'num')]
ST19190121-V46-03-page9.txt: [('-', ''), ('REVOLU-', 'REVOLU')]
ST19190128-V46-04-page2.txt: [('-', ''), ('indi-', 'indi')]
ST19190128-V46-04-page6.txt: [('-', '')]
ST19190128-V46-04-page7.txt: [('-', '')]
ST19190128-V46-04-page8.txt: [('-', ''), ('Ger-', 'Ger'), ('-', '')]
ST19190204-V46-05-page1.txt: [('mis-', 'mis')]
ST19190204-V46-05-page11.txt: [('Anti-', 'Anti'), ('con-', 'con'), ('im-', 'im')]
ST19190204-V46-05-page12.txt: [('"Testi-', '"Testi')]
ST19190204-V46-05-page13.txt: [('-', ''), ('-', ''), ('Reve-', 'Reve')]
ST19190204-V46-05-page14.txt: [('-', ''), ('-', '')]
ST19190204-V46-05-page15.txt: [('-to', 'to'), ('Truth-', 'Truth'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page')]
ST19190204-V46-05-page16.txt: [('-', ''), ('at-', 'at')]
ST19190204-V46-05-page3.txt: [('-', '')]
ST19190204-V46-05-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190204-V46-05-page5.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('con-', 'con')]
ST19190204-V46-05-page6.txt: [('-', '')]
ST19190204-V46-05-page7.txt: [('-', ''), ('de-', 'de'), ('anti-', 'anti')]
ST19190204-V46-05-page8.txt: [('-', ''), ('-for', 'for'), ('-themselves', 'themselves'), ('C.A.-', 'C.A.'), ('-', ''), ('b-', 'b')]
ST19190211-V46-06-page1.txt: [('-five', 'five')]
ST19190211-V46-06-page10.txt: [('-', ''), ('en-', 'en')]
ST19190211-V46-06-page11.txt: [('-', ''), ('-It', 'It')]
ST19190211-V46-06-page12.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', '')]
ST19190211-V46-06-page13.txt: [('-', ''), ('-', ''), ('proph-', 'proph')]
ST19190211-V46-06-page14.txt: [('-', ''), ('-', '')]
ST19190211-V46-06-page16.txt: [('per-', 'per'), ('-', '')]
ST19190211-V46-06-page2.txt: [('-', '')]
ST19190211-V46-06-page3.txt: [('inci-', 'inci')]
ST19190211-V46-06-page5.txt: [('him-', 'him')]
ST19190211-V46-06-page6.txt: [('wilder-', 'wilder')]
ST19190211-V46-06-page7.txt: [('-', '')]
ST19190211-V46-06-page8.txt: [('-', '')]
ST19190211-V46-06-page9.txt: [('-telling', 'telling'), ('-reach', 'reach'), ('be-', 'be'), ('-come', 'come'), ('-', ''), ('-', '')]
ST19190218-V46-07-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190218-V46-07-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190218-V46-07-page12.txt: [('-', ''), ('-', '')]
ST19190218-V46-07-page14.txt: [('-', ''), ('-', '')]
ST19190218-V46-07-page15.txt: [('-', ''), ('-', '')]
ST19190218-V46-07-page16.txt: [('-', ''), ('ad-', 'ad')]
ST19190218-V46-07-page2.txt: [('-', ''), ('-', '')]
ST19190218-V46-07-page3.txt: [('hav-', 'hav'), ('P-', 'P')]
ST19190218-V46-07-page4.txt: [('-', ''), ('-', '')]
ST19190218-V46-07-page5.txt: [('mil-', 'mil')]
ST19190218-V46-07-page6.txt: [('tidge-', 'tidge'), ('-', ''), ('-', ''), ('-C', 'C'), ('he-', 'he'), ('SLII-C-', 'SLII-C'), ('-', ''), ('amend-', 'amend'), ('con-', 'con'), ('re-', 're')]
ST19190218-V46-07-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('au-', 'au')]
ST19190218-V46-07-page8.txt: [('-', ''), ('-', ''), ('doc-', 'doc'), ('-', ''), ('infi-', 'infi')]
ST19190218-V46-07-page9.txt: [('-word', 'word')]
ST19190225-V46-08-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190225-V46-08-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190225-V46-08-page13.txt: [('su-', 'su')]
ST19190225-V46-08-page14.txt: [('-', '')]
ST19190225-V46-08-page15.txt: [('Redeemer-', 'Redeemer')]
ST19190225-V46-08-page16.txt: [('-', '')]
ST19190225-V46-08-page2.txt: [('-various', 'various')]
ST19190225-V46-08-page3.txt: [('-expended', 'expended'), ('-than', 'than')]
ST19190225-V46-08-page4.txt: [('pre-', 'pre')]
ST19190225-V46-08-page5.txt: [('-', ''), ('-', '')]
ST19190225-V46-08-page6.txt: [('Medo-', 'Medo'), ('-', '')]
ST19190225-V46-08-page7.txt: [('-', ''), ('ex-', 'ex')]
ST19190225-V46-08-page8.txt: [('exemp-', 'exemp')]
ST19190225-V46-08-page9.txt: [('-', ''), ('revo-', 'revo')]
ST19190304-V46-09-page10.txt: [('per-', 'per')]
ST19190304-V46-09-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190304-V46-09-page13.txt: [('-', ''), ('-', ''), ('-not', 'not'), ('Medo-', 'Medo'), ('-', '')]
ST19190304-V46-09-page14.txt: [('-', ''), ('in-', 'in')]
ST19190304-V46-09-page15.txt: [('-', ''), ('-is', 'is'), ('-Very', 'Very')]
ST19190304-V46-09-page4.txt: [('wilder-', 'wilder'), ('giv-', 'giv')]
ST19190304-V46-09-page7.txt: [('Chris-', 'Chris')]
ST19190304-V46-09-page9.txt: [('-', '')]
ST19190311-V46-10-page1.txt: [('Handley.-', 'Handley.')]
ST19190311-V46-10-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190311-V46-10-page12.txt: [('-', '')]
ST19190311-V46-10-page13.txt: [('abso--', 'abso-'), ('espe-', 'espe')]
ST19190311-V46-10-page14.txt: [('-', ''), ('I-', 'I')]
ST19190311-V46-10-page16.txt: [('liv-', 'liv')]
ST19190311-V46-10-page2.txt: [('-', ''), ('chil-', 'chil')]
ST19190311-V46-10-page4.txt: [('-', '')]
ST19190311-V46-10-page5.txt: [('denun-', 'denun')]
ST19190311-V46-10-page8.txt: [('-', ''), ('-vile."', 'vile."')]
ST19190318-V46-11-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190318-V46-11-page11.txt: [('-', '')]
ST19190318-V46-11-page12.txt: [('-', '')]
ST19190318-V46-11-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190318-V46-11-page15.txt: [('Mc-', 'Mc')]
ST19190318-V46-11-page16.txt: [('-', '')]
ST19190318-V46-11-page2.txt: [('diffi-', 'diffi'), ('Govern-', 'Govern')]
ST19190318-V46-11-page3.txt: [('vindic-', 'vindic')]
ST19190318-V46-11-page4.txt: [('-', '')]
ST19190318-V46-11-page5.txt: [('-', ''), ('-', '')]
ST19190318-V46-11-page6.txt: [('-', '')]
ST19190318-V46-11-page7.txt: [('un-', 'un'), ('at-', 'at')]
ST19190318-V46-11-page8.txt: [('-', '')]
ST19190318-V46-11-page9.txt: [('proclama-', 'proclama')]
ST19190325-V46-12-page10.txt: [('-', ''), ('-', '')]
ST19190325-V46-12-page12.txt: [('-supplying', 'supplying'), ('-', '')]
ST19190325-V46-12-page13.txt: [('avail-', 'avail')]
ST19190325-V46-12-page14.txt: [('-', ''), ('prophecy.-', 'prophecy.'), ('al-', 'al'), ('-', '')]
ST19190325-V46-12-page15.txt: [('-', ''), ('Mc-', 'Mc')]
ST19190325-V46-12-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('man-', 'man')]
ST19190325-V46-12-page2.txt: [('-', '')]
ST19190325-V46-12-page3.txt: [('German-', 'German')]
ST19190325-V46-12-page4.txt: [('-', ''), ('-', '')]
ST19190325-V46-12-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Arch-', 'Arch')]
ST19190325-V46-12-page6.txt: [('-', ''), ('--There', '-There'), ('-', '')]
ST19190325-V46-12-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190401-V46-13-page1.txt: [('-', '')]
ST19190401-V46-13-page10.txt: [('-', '')]
ST19190401-V46-13-page11.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190401-V46-13-page12.txt: [('-', ''), ('experi-', 'experi')]
ST19190401-V46-13-page13.txt: [('-', '')]
ST19190401-V46-13-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('command-', 'command')]
ST19190401-V46-13-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc')]
ST19190401-V46-13-page2.txt: [('-', ''), ('-', ''), ('im-', 'im')]
ST19190401-V46-13-page3.txt: [('re-', 're'), ('there-', 'there')]
ST19190401-V46-13-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190401-V46-13-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('bond-', 'bond')]
ST19190401-V46-13-page8.txt: [('-', ''), ('-', '')]
ST19190401-V46-13-page9.txt: [('MUNICI-', 'MUNICI')]
ST19190415-V46-15-page1.txt: [('na-', 'na')]
ST19190415-V46-15-page10.txt: [('-', '')]
ST19190415-V46-15-page11.txt: [('priest-', 'priest')]
ST19190415-V46-15-page12.txt: [('con-', 'con'), ('atone-', 'atone'), ('-', '')]
ST19190415-V46-15-page13.txt: [('suppose-', 'suppose')]
ST19190415-V46-15-page14.txt: [('-', '')]
ST19190415-V46-15-page15.txt: [('trans-', 'trans'), ('Mc-', 'Mc')]
ST19190415-V46-15-page2.txt: [('-', ''), ('dark-', 'dark')]
ST19190415-V46-15-page3.txt: [('Per-', 'Per'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190415-V46-15-page5.txt: [('-the', 'the'), ('-', '')]
ST19190415-V46-15-page6.txt: [('-', ''), ('com-', 'com')]
ST19190415-V46-15-page8.txt: [('-', ''), ('ex-', 'ex')]
ST19190415-V46-15-page9.txt: [('-and', 'and')]
ST19190422-V46-16-page1.txt: [('-J', 'J'), ('-', ''), ('-', ''), ('-', '')]
ST19190422-V46-16-page10.txt: [('-', ''), ('re-', 're')]
ST19190422-V46-16-page11.txt: [('sec-', 'sec')]
ST19190422-V46-16-page13.txt: [('-', ''), ('Mean-', 'Mean')]
ST19190422-V46-16-page14.txt: [('-poor', 'poor'), ('-', '')]
ST19190422-V46-16-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('bap-', 'bap')]
ST19190422-V46-16-page3.txt: [('under-', 'under'), ('Parisi-', 'Parisi'), ('.Yel.-', '.Yel.'), ('-', ''), ('ire-', 'ire'), ('-', ''), ('--', '-'), ('i-', 'i'), ('.-', '.'), ('--"--\'-\'\'\'\'', '-"--\'-\'\'\'\''), ('-ui', 'ui'), ('soi-', 'soi'), ('--', '-'), ('-', '')]
ST19190422-V46-16-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190422-V46-16-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190422-V46-16-page7.txt: [('-', '')]
ST19190422-V46-16-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190422-V46-16-page9.txt: [('-', '')]
ST19190429-V46-17-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190429-V46-17-page12.txt: [('-', ''), ('-', ''), ('diplo-', 'diplo')]
ST19190429-V46-17-page14.txt: [('-', '')]
ST19190429-V46-17-page15.txt: [('Re-', 'Re')]
ST19190429-V46-17-page16.txt: [('-', ''), ('-life', 'life'), ('Chris-', 'Chris')]
ST19190429-V46-17-page5.txt: [('-counted', 'counted'), ('-', ''), ('Scien-', 'Scien'), ('-the', 'the')]
ST19190429-V46-17-page6.txt: [('-', '')]
ST19190429-V46-17-page8.txt: [('-', ''), ('-', '')]
ST19190429-V46-17-page9.txt: [('-', '')]
ST19190506-V46-18-page10.txt: [('SUB-', 'SUB')]
ST19190506-V46-18-page11.txt: [('won-', 'won')]
ST19190506-V46-18-page13.txt: [('-', '')]
ST19190506-V46-18-page14.txt: [('-', '')]
ST19190506-V46-18-page16.txt: [('-', ''), ('-', '')]
ST19190506-V46-18-page2.txt: [('ener-', 'ener')]
ST19190506-V46-18-page3.txt: [('cir-', 'cir')]
ST19190506-V46-18-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('vtte-', 'vtte'), ('-you', 'you')]
ST19190506-V46-18-page7.txt: [('apart-', 'apart'), ('sacri-', 'sacri'), ('-', ''), ('-', ''), ('con-', 'con'), ('trans-', 'trans')]
ST19190506-V46-18-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190513-V46-19-page1.txt: [('-', '')]
ST19190513-V46-19-page10.txt: [('-', ''), ('-', '')]
ST19190513-V46-19-page11.txt: [('sub-', 'sub'), ('-', ''), ('num-', 'num'), ('-', ''), ('con-', 'con'), ('-', ''), ('-', ''), ('-', '')]
ST19190513-V46-19-page12.txt: [('-', '')]
ST19190513-V46-19-page15.txt: [('-', '')]
ST19190513-V46-19-page16.txt: [('-', ''), ('back-', 'back')]
ST19190513-V46-19-page2.txt: [('-', ''), ('-', '')]
ST19190513-V46-19-page3.txt: [('move-', 'move'), ('-', ''), ('-', '')]
ST19190513-V46-19-page4.txt: [('-year', 'year'), ('-', '')]
ST19190513-V46-19-page5.txt: [('-', ''), ('-', ''), ('sin-', 'sin')]
ST19190513-V46-19-page7.txt: [('-.', '.'), ('.........-', '.........'), ('Knowl-', 'Knowl'), ("'Now.-", "'Now."), ('ir-', 'ir'), ('k-', 'k')]
ST19190513-V46-19-page8.txt: [('-"His', '"His'), ('mis-', 'mis')]
ST19190513-V46-19-page9.txt: [('-', '')]
ST19190520-V46-20-page1.txt: [('in-', 'in')]
ST19190520-V46-20-page10.txt: [('-', ''), ('-', ''), ('con-', 'con'), ('Sin-', 'Sin'), ('-', '')]
ST19190520-V46-20-page12.txt: [('W--', 'W-'), ('-', ''), ('--', '-')]
ST19190520-V46-20-page14.txt: [('-', ''), ('-', ''), ('evolution-', 'evolution')]
ST19190520-V46-20-page15.txt: [('-', ''), ('Mc-', 'Mc')]
ST19190520-V46-20-page2.txt: [('con-', 'con')]
ST19190520-V46-20-page3.txt: [('deg-', 'deg')]
ST19190520-V46-20-page4.txt: [('agri-', 'agri'), ('offer-', 'offer')]
ST19190520-V46-20-page5.txt: [('-', '')]
ST19190520-V46-20-page6.txt: [('-', '')]
ST19190520-V46-20-page7.txt: [('self-', 'self'), ('en-', 'en')]
ST19190520-V46-20-page8.txt: [('-', ''), ('-I', 'I')]
ST19190520-V46-20-page9.txt: [('-', '')]
ST19190527-V46-21-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190527-V46-21-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190527-V46-21-page12.txt: [('-these', 'these'), ('-child', 'child'), ('-some', 'some'), ('-spirits', 'spirits'), ('-of', 'of'), ('-burial', 'burial')]
ST19190527-V46-21-page13.txt: [('-', ''), ('be-', 'be'), ('-', ''), ('-', ''), ('-', '')]
ST19190527-V46-21-page14.txt: [('thou-', 'thou'), ('-', '')]
ST19190527-V46-21-page15.txt: [('-', ''), ('re-', 're'), ('addi-', 'addi')]
ST19190527-V46-21-page16.txt: [('destruc-', 'destruc'), ('-', '')]
ST19190527-V46-21-page2.txt: [('be-', 'be')]
ST19190527-V46-21-page4.txt: [('conse-', 'conse')]
ST19190527-V46-21-page5.txt: [('num-', 'num')]
ST19190527-V46-21-page6.txt: [('-', ''), ('-', '')]
ST19190527-V46-21-page7.txt: [('ex-', 'ex'), ('-', ''), ('be-', 'be'), ('groan-', 'groan')]
ST19190527-V46-21-page8.txt: [('-', '')]
ST19190527-V46-21-page9.txt: [('-', ''), ('mes-', 'mes')]
ST19190603-V46-22-page1.txt: [('At-', 'At')]
ST19190603-V46-22-page10.txt: [('-', ''), ('-', '')]
ST19190603-V46-22-page11.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190603-V46-22-page12.txt: [('-', '')]
ST19190603-V46-22-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('sepa-', 'sepa'), ('-', ''), ('-', ''), ('sal-', 'sal')]
ST19190603-V46-22-page15.txt: [('-', ''), ('stand-', 'stand')]
ST19190603-V46-22-page16.txt: [('-', ''), ('indi-', 'indi')]
ST19190603-V46-22-page3.txt: [('er-', 'er')]
ST19190603-V46-22-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190603-V46-22-page6.txt: [('-', ''), ('-', '')]
ST19190603-V46-22-page7.txt: [('cele-', 'cele')]
ST19190603-V46-22-page8.txt: [('-', '')]
ST19190603-V46-22-page9.txt: [('corn-', 'corn')]
ST19190610-V46-23-page11.txt: [('-', '')]
ST19190610-V46-23-page12.txt: [('-.....-', '.....-'), ('....-', '....'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-.--', '.--'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('vive-', 'vive')]
ST19190610-V46-23-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('right-', 'right'), ('-', '')]
ST19190610-V46-23-page14.txt: [('-', '')]
ST19190610-V46-23-page15.txt: [('-', '')]
ST19190610-V46-23-page16.txt: [('rec-', 'rec'), ('-', ''), ('pro-', 'pro')]
ST19190610-V46-23-page2.txt: [('-', '')]
ST19190610-V46-23-page3.txt: [('-', ''), ('-', '')]
ST19190610-V46-23-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190610-V46-23-page5.txt: [('sup-', 'sup')]
ST19190610-V46-23-page6.txt: [('-', ''), ('-', ''), ('dis-', 'dis'), ('-', '')]
ST19190610-V46-23-page7.txt: [('-year', 'year'), ('Town-', 'Town')]
ST19190610-V46-23-page8.txt: [('-', ''), ('un-', 'un')]
ST19190610-V46-23-page9.txt: [("-Reformer's", "Reformer's")]
ST19190617-V46-24-page1.txt: [('-', ''), ('meet-', 'meet')]
ST19190617-V46-24-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190617-V46-24-page11.txt: [('-', ''), ('-', '')]
ST19190617-V46-24-page12.txt: [('-', ''), ('-', '')]
ST19190617-V46-24-page15.txt: [('-', ''), ('-', '')]
ST19190617-V46-24-page16.txt: [('-', '')]
ST19190617-V46-24-page2.txt: [('cur-', 'cur')]
ST19190617-V46-24-page3.txt: [('follow-', 'follow'), ('-', ''), ('un-', 'un')]
ST19190617-V46-24-page4.txt: [('BLAME-', 'BLAME')]
ST19190617-V46-24-page6.txt: [('-', '')]
ST19190617-V46-24-page7.txt: [('breth-', 'breth'), ('for-', 'for'), ('-', ''), ('-', ''), ('continu-', 'continu'), ('priest-', 'priest'), ('pertain-', 'pertain')]
ST19190617-V46-24-page8.txt: [('ene-', 'ene'), ('-', '')]
ST19190617-V46-24-page9.txt: [('-', ''), ('-', '')]
ST19190624-V46-25-page10.txt: [('-', ''), ('-', ''), ('fiat-', 'fiat'), ('-', '')]
ST19190624-V46-25-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190624-V46-25-page12.txt: [('-', ''), ('-', ''), ('----"scoffers', '---"scoffers')]
ST19190624-V46-25-page13.txt: [('y-', 'y'), ('vege--', 'vege-')]
ST19190624-V46-25-page15.txt: [('-', '')]
ST19190624-V46-25-page16.txt: [('-', ''), ('un-', 'un'), ('-', '')]
ST19190624-V46-25-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190624-V46-25-page3.txt: [('-', '')]
ST19190624-V46-25-page4.txt: [('-', '')]
ST19190624-V46-25-page5.txt: [('-', '')]
ST19190624-V46-25-page6.txt: [('-', '')]
ST19190624-V46-25-page9.txt: [('-', ''), ('-', '')]
ST19190708-V46-26-page1.txt: [('f-', 'f'), ('nation-', 'nation')]
ST19190708-V46-26-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190708-V46-26-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190708-V46-26-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190708-V46-26-page15.txt: [('-', ''), ('-', ''), ('-room', 'room'), ('-gallon', 'gallon')]
ST19190708-V46-26-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pro-', 'pro')]
ST19190708-V46-26-page2.txt: [('-', '')]
ST19190708-V46-26-page3.txt: [('-', ''), ('-', '')]
ST19190708-V46-26-page4.txt: [('thou-', 'thou'), ('-', ''), ('-', ''), ('king-', 'king'), ('-', ''), ('-', ''), ('period-', 'period'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190708-V46-26-page5.txt: [('in-', 'in'), ('ex-', 'ex')]
ST19190708-V46-26-page6.txt: [('Hiri-', 'Hiri'), ('-', '')]
ST19190708-V46-26-page7.txt: [('-', '')]
ST19190708-V46-26-page8.txt: [('-', '')]
ST19190708-V46-26-page9.txt: [('re-', 're')]
ST19190715-V46-27-page10.txt: [('-', '')]
ST19190715-V46-27-page11.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190715-V46-27-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('un-', 'un')]
ST19190715-V46-27-page14.txt: [('con-', 'con'), ('-', ''), ('-', '')]
ST19190715-V46-27-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pro-', 'pro'), ('-room', 'room'), ('-gallon', 'gallon')]
ST19190715-V46-27-page16.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190715-V46-27-page2.txt: [('-', '')]
ST19190715-V46-27-page3.txt: [('-', '')]
ST19190715-V46-27-page4.txt: [('-', ''), ('-', '')]
ST19190715-V46-27-page5.txt: [('-', '')]
ST19190715-V46-27-page6.txt: [('be-', 'be'), ('-', ''), ('-', '')]
ST19190715-V46-27-page7.txt: [('-', '')]
ST19190715-V46-27-page8.txt: [('-', '')]
ST19190715-V46-27-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190722-V46-28-page10.txt: [('-declare', 'declare'), ('gos-', 'gos'), ('-', ''), ('exonera-', 'exonera')]
ST19190722-V46-28-page11.txt: [('guilt.-', 'guilt.'), ('-', ''), ('unto-', 'unto'), ('-', ''), ('-', '')]
ST19190722-V46-28-page12.txt: [('-', '')]
ST19190722-V46-28-page13.txt: [('be-', 'be')]
ST19190722-V46-28-page14.txt: [('mil-', 'mil')]
ST19190722-V46-28-page15.txt: [('-', ''), ('-', ''), ('-room', 'room'), ('-gallon', 'gallon')]
ST19190722-V46-28-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('ar-', 'ar'), ('-', ''), ('-', ''), ('-', '')]
ST19190722-V46-28-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190722-V46-28-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190722-V46-28-page4.txt: [('-', ''), ('-', '')]
ST19190722-V46-28-page5.txt: [('-', '')]
ST19190722-V46-28-page6.txt: [('-', ''), ('-', ''), ('con-', 'con')]
ST19190722-V46-28-page7.txt: [('de-', 'de')]
ST19190722-V46-28-page8.txt: [('-', ''), ('-', ''), ('pano-', 'pano'), ('-', '')]
ST19190729-V46-29-page1.txt: [('hu-', 'hu')]
ST19190729-V46-29-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190729-V46-29-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190729-V46-29-page12.txt: [('-with', 'with'), ('-of', 'of'), ('-', ''), ('can-', 'can'), ('-', ''), ('-SATAN', 'SATAN'), ('-', '')]
ST19190729-V46-29-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('for-', 'for'), ('sea-', 'sea'), ('-', '')]
ST19190729-V46-29-page14.txt: [('-', ''), ('APOCA-', 'APOCA'), ('-', '')]
ST19190729-V46-29-page15.txt: [('-', ''), ('-room', 'room'), ('-gallon', 'gallon')]
ST19190729-V46-29-page2.txt: [('different-', 'different'), ('gov-', 'gov'), ('re-', 're'), ('an-', 'an')]
ST19190729-V46-29-page3.txt: [('-exactly', 'exactly'), ('twenty-', 'twenty')]
ST19190729-V46-29-page4.txt: [('supernat-', 'supernat'), ('-', ''), ('-', '')]
ST19190729-V46-29-page5.txt: [('power-', 'power'), ('Medo-', 'Medo'), ('-', '')]
ST19190729-V46-29-page7.txt: [('-', ''), ('-that', 'that')]
ST19190729-V46-29-page8.txt: [('-', '')]
ST19190729-V46-29-page9.txt: [('-', ''), ('-', '')]
ST19190805-V46-30-page1.txt: [('con-', 'con')]
ST19190805-V46-30-page10.txt: [('-', '')]
ST19190805-V46-30-page11.txt: [('at-', 'at'), ('-experience', 'experience')]
ST19190805-V46-30-page12.txt: [('com-', 'com'), ('favor-', 'favor')]
ST19190805-V46-30-page14.txt: [('res-', 'res')]
ST19190805-V46-30-page15.txt: [('sal-', 'sal'), ('-', ''), ('-room', 'room'), ('-gallon', 'gallon')]
ST19190805-V46-30-page2.txt: [('-', ''), ('-', '')]
ST19190805-V46-30-page4.txt: [('-', '')]
ST19190805-V46-30-page5.txt: [('-', '')]
ST19190805-V46-30-page7.txt: [('FUL-', 'FUL'), ('circum-', 'circum')]
ST19190805-V46-30-page8.txt: [('man.-', 'man.')]
ST19190805-V46-30-page9.txt: [('-', ''), ('-', '')]
ST19190812-V46-31-page11.txt: [('in-', 'in')]
ST19190812-V46-31-page12.txt: [('-', '')]
ST19190812-V46-31-page14.txt: [('-', '')]
ST19190812-V46-31-page15.txt: [('-', ''), ('-', ''), ('Mc-', 'Mc'), ('-room', 'room'), ('-gallon', 'gallon')]
ST19190812-V46-31-page16.txt: [('-', ''), ('-', ''), ('fun-', 'fun'), ('-', '')]
ST19190812-V46-31-page2.txt: [('-', '')]
ST19190812-V46-31-page3.txt: [('-', '')]
ST19190812-V46-31-page4.txt: [('gone-', 'gone')]
ST19190812-V46-31-page6.txt: [('-', ''), ('-', '')]
ST19190812-V46-31-page7.txt: [('-', ''), ('-', '')]
ST19190812-V46-31-page9.txt: [('-', ''), ('-', '')]
ST19190819-V46-32-page11.txt: [('-', '')]
ST19190819-V46-32-page13.txt: [('cen-', 'cen'), ('re-', 're')]
ST19190819-V46-32-page14.txt: [('-', '')]
ST19190819-V46-32-page15.txt: [('at-', 'at')]
ST19190819-V46-32-page16.txt: [('-', ''), ('-', ''), ('coun-', 'coun'), ('--', '-'), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('---', '--'), ('-.', '.'), ('ab-', 'ab')]
ST19190819-V46-32-page2.txt: [('-', '')]
ST19190819-V46-32-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190819-V46-32-page6.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190819-V46-32-page7.txt: [('-', '')]
ST19190819-V46-32-page9.txt: [('-', '')]
ST19190826-V46-33-page1.txt: [('cham-', 'cham')]
ST19190826-V46-33-page10.txt: [('-', '')]
ST19190826-V46-33-page11.txt: [('ambiguous-', 'ambiguous')]
ST19190826-V46-33-page14.txt: [('-', '')]
ST19190826-V46-33-page16.txt: [('-', '')]
ST19190826-V46-33-page2.txt: [('Jugo-', 'Jugo'), ('Czecho-', 'Czecho')]
ST19190826-V46-33-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190826-V46-33-page6.txt: [('-', ''), ('-', '')]
ST19190826-V46-33-page8.txt: [('wil-', 'wil')]
ST19190826-V46-33-page9.txt: [('-', '')]
ST19190902-V46-34-page1.txt: [('-MOUNTAIN', 'MOUNTAIN')]
ST19190902-V46-34-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190902-V46-34-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190902-V46-34-page12.txt: [('-', ''), ('re-', 're')]
ST19190902-V46-34-page13.txt: [('-', ''), ('Mar--', 'Mar-')]
ST19190902-V46-34-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190902-V46-34-page15.txt: [('mo-', 'mo')]
ST19190902-V46-34-page16.txt: [('-', '')]
ST19190902-V46-34-page2.txt: [('-', ''), ('-', ''), ('pan-', 'pan')]
ST19190902-V46-34-page3.txt: [('-', '')]
ST19190902-V46-34-page4.txt: [('-', ''), ('-', '')]
ST19190902-V46-34-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('....-', '....')]
ST19190902-V46-34-page7.txt: [('typi-', 'typi')]
ST19190902-V46-34-page8.txt: [('-', '')]
ST19190902-V46-34-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST19190909-V46-35-page10.txt: [('col-', 'col')]
ST19190909-V46-35-page11.txt: [('-', '')]
ST19190909-V46-35-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190909-V46-35-page13.txt: [('-', ''), ('ac-', 'ac'), ('-.', '.'), ('-...', '...'), ('-', ''), ('-', '')]
ST19190909-V46-35-page14.txt: [('-man', 'man'), ('-', ''), ('-', ''), ('evi-', 'evi'), ('-', '')]
ST19190909-V46-35-page15.txt: [('-', '')]
ST19190909-V46-35-page16.txt: [('I-', 'I'), ('ac-', 'ac')]
ST19190909-V46-35-page2.txt: [('Episco-', 'Episco'), ('-', ''), ('-', '')]
ST19190909-V46-35-page3.txt: [('tor-', 'tor')]
ST19190909-V46-35-page4.txt: [('-', '')]
ST19190909-V46-35-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190909-V46-35-page6.txt: [('-', '')]
ST19190909-V46-35-page7.txt: [('typi-', 'typi'), ('recog-', 'recog'), ('-', '')]
ST19190909-V46-35-page8.txt: [('ar-', 'ar'), ('-', '')]
ST19190909-V46-35-page9.txt: [('-', '')]
ST19190916-V46-36-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('En-', 'En')]
ST19190916-V46-36-page11.txt: [('-', ''), ('corn-', 'corn'), ('-', ''), ('-', ''), ('Unfortun-', 'Unfortun')]
ST19190916-V46-36-page12.txt: [('-the', 'the'), ('-', '')]
ST19190916-V46-36-page13.txt: [('-', ''), ('pi"-', 'pi"')]
ST19190916-V46-36-page14.txt: [('-', '')]
ST19190916-V46-36-page15.txt: [('-', ''), ('-', ''), ('-', '')]
ST19190916-V46-36-page16.txt: [('Argosy-', 'Argosy')]
ST19190916-V46-36-page2.txt: [('-', '')]
ST19190916-V46-36-page3.txt: [('self-', 'self')]
ST19190916-V46-36-page4.txt: [('na-', 'na'), ('-', '')]
ST19190916-V46-36-page5.txt: [('-', '')]
ST19190916-V46-36-page6.txt: [('John-', 'John'), ('-', ''), ('-', ''), ('-', '')]
ST19190916-V46-36-page7.txt: [('protec-', 'protec')]
ST19190916-V46-36-page8.txt: [('-', ''), ('-', ''), ('-as', 'as'), ('-', ''), ('tradi-', 'tradi')]
ST19190916-V46-36-page9.txt: [('-', ''), ('-', '')]
ST19190923-V46-37-page1.txt: [('horse-', 'horse')]
ST19190923-V46-37-page12.txt: [('-', '')]
ST19190923-V46-37-page13.txt: [('in-', 'in'), ('convales-', 'convales'), ('pas-', 'pas')]
ST19190923-V46-37-page14.txt: [('Be-', 'Be')]
ST19190923-V46-37-page16.txt: [('-', ''), ('-', '')]
ST19190923-V46-37-page2.txt: [('-three', 'three')]
ST19190923-V46-37-page3.txt: [('-instrument', 'instrument'), ('-', '')]
ST19190923-V46-37-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-image', 'image'), ('-', '')]
ST19190923-V46-37-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19190923-V46-37-page8.txt: [('FT-', 'FT')]
ST19190930-V46-38-page14.txt: [('-', ''), ('in-', 'in')]
ST19190930-V46-38-page15.txt: [('-', '')]
ST19190930-V46-38-page16.txt: [('-', '')]
ST19190930-V46-38-page2.txt: [('anni-', 'anni'), ('-', ''), ('na-', 'na')]
ST19190930-V46-38-page3.txt: [('-', '')]
ST19190930-V46-38-page4.txt: [('-', '')]
ST19190930-V46-38-page6.txt: [('-', ''), ('-', '')]
ST19191007-V46-39-page10.txt: [('-', '')]
ST19191007-V46-39-page11.txt: [('-', ''), ('-', ''), ('inexpress-', 'inexpress'), ('mys-', 'mys')]
ST19191007-V46-39-page13.txt: [('-----------', '----------')]
ST19191007-V46-39-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST19191007-V46-39-page16.txt: [('-', ''), ('-', '')]
ST19191007-V46-39-page2.txt: [('-with', 'with'), ('-', ''), ('-', ''), ('ef-', 'ef'), ('-', ''), ('-', '')]
ST19191007-V46-39-page3.txt: [('de-', 'de'), ('bury-', 'bury')]
ST19191007-V46-39-page4.txt: [('-pygmy', 'pygmy')]
ST19191007-V46-39-page5.txt: [('-', '')]
ST19191007-V46-39-page7.txt: [('"What-', '"What'), ('thank-', 'thank'), ('disposi-', 'disposi')]
ST19191007-V46-39-page8.txt: [('-', ''), ('-', '')]
ST19191007-V46-39-page9.txt: [('-', '')]
ST19191014-V46-40-page1.txt: [('so-', 'so'), ('-', '')]
ST19191014-V46-40-page11.txt: [('-', ''), ('neces-', 'neces')]
ST19191014-V46-40-page12.txt: [('-', ''), ('-', '')]
ST19191014-V46-40-page13.txt: [('-', '')]
ST19191014-V46-40-page14.txt: [('-', '')]
ST19191014-V46-40-page15.txt: [('Two-', 'Two'), ('-', ''), ('-', '')]
ST19191014-V46-40-page3.txt: [('-', '')]
ST19191014-V46-40-page4.txt: [('-', ''), ('-', '')]
ST19191014-V46-40-page5.txt: [('Him-', 'Him')]
ST19191014-V46-40-page6.txt: [('In-', 'In')]
ST19191014-V46-40-page7.txt: [('-', '')]
ST19191014-V46-40-page8.txt: [('con-', 'con')]
ST19191014-V46-40-page9.txt: [('-', ''), ('-', '')]
ST19191021-V46-41-page10.txt: [('-', '')]
ST19191021-V46-41-page11.txt: [('-', ''), ('-', '')]
ST19191021-V46-41-page12.txt: [('-', ''), ('-', '')]
ST19191021-V46-41-page13.txt: [('-children.', 'children.'), ('-', '')]
ST19191021-V46-41-page16.txt: [('-', ''), ('-', '')]
ST19191021-V46-41-page2.txt: [('----....', '---....'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-bentVirt', 'bentVirt'), ('-', ''), ('-.', '.'), ("-'", "'"), ('-', ''), ('neces-', 'neces'), ('-', '')]
ST19191021-V46-41-page5.txt: [('-', ''), ('pre-', 'pre'), ('Trans-', 'Trans')]
ST19191021-V46-41-page6.txt: [('-', ''), ('-', '')]
ST19191021-V46-41-page7.txt: [('lin-', 'lin'), ('al-', 'al')]
ST19191021-V46-41-page9.txt: [('con-', 'con'), ('dis-', 'dis')]
ST19191028-V46-42-page1.txt: [('-', '')]
ST19191028-V46-42-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19191028-V46-42-page13.txt: [('pre--', 'pre-'), ('pro--', 'pro-'), ('be--', 'be-'), ('-life', 'life'), ('great--', 'great-'), ('worth--', 'worth-'), ('of--', 'of-')]
ST19191028-V46-42-page15.txt: [('-', '')]
ST19191028-V46-42-page16.txt: [('-', ''), ('-', '')]
ST19191028-V46-42-page2.txt: [('-', ''), ('-', ''), ('re-', 're')]
ST19191028-V46-42-page3.txt: [('-Never', 'Never'), ('-', '')]
ST19191028-V46-42-page5.txt: [('e-', 'e'), ('.."-', '.."')]
ST19191028-V46-42-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19191028-V46-42-page7.txt: [('-', '')]
ST19191028-V46-42-page8.txt: [('--A', '-A'), ('-', ''), ('-', ''), ('-', '')]
ST19191028-V46-42-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST19191104-V46-43-page10.txt: [('-', '')]
ST19191104-V46-43-page11.txt: [('ac-', 'ac')]
ST19191104-V46-43-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19191104-V46-43-page13.txt: [('child-', 'child'), ('Syd-', 'Syd')]
ST19191104-V46-43-page16.txt: [('-', '')]
ST19191104-V46-43-page2.txt: [('--', '-'), ('-', '')]
ST19191104-V46-43-page3.txt: [('-', ''), ('-', '')]
ST19191104-V46-43-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19191104-V46-43-page5.txt: [('king-', 'king'), ('-dom', 'dom'), ('be-', 'be')]
ST19191104-V46-43-page7.txt: [('emphasiz-', 'emphasiz')]
ST19191104-V46-43-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('up.-', 'up.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19191111-V46-44-page1.txt: [('happi-', 'happi'), ('for-', 'for')]
ST19191111-V46-44-page10.txt: [('an-', 'an')]
ST19191111-V46-44-page11.txt: [('atti-', 'atti')]
ST19191111-V46-44-page13.txt: [('-', '')]
ST19191111-V46-44-page14.txt: [('-', '')]
ST19191111-V46-44-page15.txt: [('-inch', 'inch'), ('per-', 'per')]
ST19191111-V46-44-page16.txt: [('-', ''), ('-', '')]
ST19191111-V46-44-page2.txt: [('-', ''), ('-', ''), ('Octo-', 'Octo')]
ST19191111-V46-44-page3.txt: [('-', ''), ('-', '')]
ST19191111-V46-44-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19191111-V46-44-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19191111-V46-44-page6.txt: [('-', ''), ('-', '')]
ST19191111-V46-44-page7.txt: [('-', '')]
ST19191118-V46-45-page1.txt: [('for-', 'for'), ('-', '')]
ST19191118-V46-45-page10.txt: [('produc-', 'produc')]
ST19191118-V46-45-page12.txt: [('-', ''), ('-', '')]
ST19191118-V46-45-page13.txt: [('-', '')]
ST19191118-V46-45-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('"Non-', '"Non')]
ST19191118-V46-45-page15.txt: [('Mc-', 'Mc'), ('-', '')]
ST19191118-V46-45-page16.txt: [('con-', 'con'), ('--I-', '-I-')]
ST19191118-V46-45-page2.txt: [('tabu-', 'tabu'), ('re-', 're'), ('Rus-', 'Rus')]
ST19191118-V46-45-page3.txt: [('-', ''), ('-', ''), ('dis-', 'dis'), ('-', ''), ('-', ''), ('-', '')]
ST19191118-V46-45-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('re-', 're')]
ST19191118-V46-45-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19191118-V46-45-page6.txt: [('-', ''), ('-', '')]
ST19191118-V46-45-page8.txt: [('minister-', 'minister')]
ST19191118-V46-45-page9.txt: [('-', ''), ('-', '')]
ST19191125-V46-46-page1.txt: [('sal-', 'sal'), ('unavoid-', 'unavoid')]
ST19191125-V46-46-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19191125-V46-46-page11.txt: [('dis-', 'dis')]
ST19191125-V46-46-page12.txt: [('-of', 'of')]
ST19191125-V46-46-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('e--', 'e-')]
ST19191125-V46-46-page16.txt: [('-', ''), ('per-', 'per'), ('-', ''), ('creature.-', 'creature.'), ('-', '')]
ST19191125-V46-46-page2.txt: [('-', ''), ('In-', 'In'), ('-', '')]
ST19191125-V46-46-page3.txt: [('-', ''), ('O.-', 'O.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('trem-', 'trem'), ('----', '---')]
ST19191125-V46-46-page4.txt: [('panic-', 'panic'), ('-', '')]
ST19191125-V46-46-page6.txt: [('-of', 'of')]
ST19191125-V46-46-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19191125-V46-46-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19191125-V46-46-page9.txt: [('-', ''), ('-WILL', 'WILL'), ('-', ''), ('-', ''), ('forgiv-', 'forgiv'), ('Rolls-', 'Rolls'), ('yes-', 'yes')]
ST19191202-V46-47-page1.txt: [('-', ''), ('-', '')]
ST19191202-V46-47-page10.txt: [('Bur-', 'Bur')]
ST19191202-V46-47-page11.txt: [('-', ''), ('re-', 're'), ('prac.-', 'prac.')]
ST19191202-V46-47-page12.txt: [('-', ''), ('-', ''), ('require-', 'require')]
ST19191202-V46-47-page13.txt: [('-HO', 'HO')]
ST19191202-V46-47-page15.txt: [('--in', '-in')]
ST19191202-V46-47-page16.txt: [('in--', 'in-'), ('-', '')]
ST19191202-V46-47-page2.txt: [('-', ''), ('-', ''), ('be-', 'be')]
ST19191202-V46-47-page3.txt: [('-', ''), ('go-', 'go')]
ST19191202-V46-47-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19191202-V46-47-page5.txt: [('-with', 'with'), ('-', ''), ('-', ''), ('minis-', 'minis'), ('-', '')]
ST19191202-V46-47-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19191202-V46-47-page7.txt: [('-', '')]
ST19191202-V46-47-page8.txt: [('-', ''), ('-', '')]
ST19191202-V46-47-page9.txt: [('-', ''), ('Je-', 'Je'), ('-', '')]
ST19191209-V46-48-page1.txt: [('re-', 're')]
ST19191209-V46-48-page10.txt: [('-and', 'and')]
ST19191209-V46-48-page11.txt: [('-', ''), ('itself.-', 'itself.')]
ST19191209-V46-48-page13.txt: [('nrw-', 'nrw')]
ST19191209-V46-48-page15.txt: [('-time', 'time'), ('-page', 'page'), ('-page', 'page'), ('Full-', 'Full')]
ST19191209-V46-48-page16.txt: [('-', ''), ('can-', 'can'), ('-', '')]
ST19191209-V46-48-page2.txt: [('-', ''), ('-', ''), ('incom-', 'incom')]
ST19191209-V46-48-page3.txt: [('Montague-', 'Montague'), ('non-', 'non')]
ST19191209-V46-48-page4.txt: [('-', '')]
ST19191209-V46-48-page5.txt: [('-', ''), ('-', '')]
ST19191209-V46-48-page6.txt: [('-', ''), ('-', '')]
ST19191209-V46-48-page7.txt: [('-the', 'the')]
ST19191209-V46-48-page8.txt: [('-', ''), ('-', '')]
ST19191209-V46-48-page9.txt: [('in-', 'in')]
ST19191216-V46-49-page1.txt: [('communi-', 'communi')]
ST19191216-V46-49-page10.txt: [('-', '')]
ST19191216-V46-49-page11.txt: [('-', '')]
ST19191216-V46-49-page12.txt: [('stim-', 'stim'), ('regu-', 'regu')]
ST19191216-V46-49-page13.txt: [('-Consider', 'Consider'), ('-', '')]
ST19191216-V46-49-page14.txt: [('-', ''), ('-page', 'page')]
ST19191216-V46-49-page15.txt: [('-inch', 'inch')]
ST19191216-V46-49-page16.txt: [('-', ''), ('-eat', 'eat')]
ST19191216-V46-49-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19191216-V46-49-page4.txt: [('-', '')]
ST19191216-V46-49-page5.txt: [('-', ''), ('-', '')]
ST19191216-V46-49-page6.txt: [('-', ''), ('-', '')]
ST19191216-V46-49-page7.txt: [('-', ''), ('--that', '-that'), ('-', '')]
ST19191216-V46-49-page8.txt: [('fore-', 'fore'), ('in-', 'in'), ('-struction', 'struction'), ('-', '')]
ST19191216-V46-49-page9.txt: [('-', '')]
ST19191223-V46-50-page1.txt: [('ac-', 'ac')]
ST19191223-V46-50-page10.txt: [('-', ''), ('-', ''), ('tem-', 'tem')]
ST19191223-V46-50-page12.txt: [('ex-', 'ex'), ('ap-', 'ap')]
ST19191223-V46-50-page13.txt: [('"harden-', '"harden'), ('-', '')]
ST19191223-V46-50-page14.txt: [('-page', 'page')]
ST19191223-V46-50-page16.txt: [('irretriev-', 'irretriev'), ('organi-', 'organi'), ('-', ''), ('-fitful', 'fitful'), ('be-', 'be'), ('con-', 'con'), ('Con-', 'Con')]
ST19191223-V46-50-page2.txt: [('Czecho-', 'Czecho')]
ST19191223-V46-50-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19191223-V46-50-page4.txt: [('-', ''), ('need-', 'need')]
ST19191223-V46-50-page8.txt: [('inex-', 'inex'), ('-', ''), ('Christ-knowledge--', 'Christ-knowledge-'), ('-', '')]
ST19191223-V46-50-page9.txt: [('-', '')]
ST19200106-V47-01-page10.txt: [('-', ''), ('a-', 'a'), ('-', ''), ('-', ''), ('-zr', 'zr')]
ST19200106-V47-01-page11.txt: [('phe-', 'phe')]
ST19200106-V47-01-page12.txt: [('-', ''), ('re-', 're')]
ST19200106-V47-01-page13.txt: [('-', ''), ('in-', 'in')]
ST19200106-V47-01-page14.txt: [('-', ''), ('-', ''), ('-"A', '"A')]
ST19200106-V47-01-page15.txt: [('-', ''), ('tore-', 'tore'), ('-', ''), ('-', '')]
ST19200106-V47-01-page16.txt: [('-', ''), ('-', ''), ('Do-', 'Do'), ('-', ''), ('-', ''), ('-', '')]
ST19200106-V47-01-page6.txt: [('-', '')]
ST19200106-V47-01-page8.txt: [('-', ''), ('goes-', 'goes'), ('-are', 'are'), ('nodr-', 'nodr'), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('li-', 'li'), ('-', '')]
ST19200106-V47-01-page9.txt: [("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('t-', 't'), ("the'-", "the'"), ('-', ''), ('h.-', 'h.'), ('C-', 'C')]
ST19200113-V47-02-page10.txt: [('re-', 're')]
ST19200113-V47-02-page11.txt: [('-', ''), ('anti-', 'anti'), ('-', '')]
ST19200113-V47-02-page12.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('an-', 'an'), ('-', '')]
ST19200113-V47-02-page13.txt: [('-', ''), ('God-', 'God')]
ST19200113-V47-02-page14.txt: [('-', '')]
ST19200113-V47-02-page15.txt: [('-', ''), ('-', '')]
ST19200113-V47-02-page16.txt: [('-', '')]
ST19200113-V47-02-page2.txt: [('-', ''), ('-', ''), ('-lave', 'lave')]
ST19200113-V47-02-page3.txt: [('in-', 'in'), ('-', '')]
ST19200113-V47-02-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200113-V47-02-page5.txt: [('salva-', 'salva'), ('-', ''), ('-', ''), ('-', ''), ('opportu-', 'opportu')]
ST19200113-V47-02-page6.txt: [('-', '')]
ST19200113-V47-02-page7.txt: [('twenty-', 'twenty'), ('-vi', 'vi'), ('because-', 'because'), ('that-', 'that')]
ST19200113-V47-02-page9.txt: [('-the', 'the'), ('-', '')]
ST19200120-V47-03-page1.txt: [('per-', 'per')]
ST19200120-V47-03-page11.txt: [('-', ''), ('king-', 'king'), ('-', '')]
ST19200120-V47-03-page12.txt: [('-', '')]
ST19200120-V47-03-page13.txt: [('too--', 'too-')]
ST19200120-V47-03-page15.txt: [('-', ''), ('-', ''), ('Pa-', 'Pa'), ('-', '')]
ST19200120-V47-03-page16.txt: [('-wood', 'wood'), ('-', '')]
ST19200120-V47-03-page2.txt: [('-', ''), ('-', '')]
ST19200120-V47-03-page4.txt: [('-', '')]
ST19200120-V47-03-page5.txt: [('-', ''), ('foun-', 'foun')]
ST19200120-V47-03-page9.txt: [('-', '')]
ST19200127-V47-04-page1.txt: [('catastro-', 'catastro')]
ST19200127-V47-04-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200127-V47-04-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200127-V47-04-page13.txt: [('-', ''), ('-delivereth', 'delivereth'), ('-', ''), ('-', '')]
ST19200127-V47-04-page14.txt: [('eery-', 'eery'), ('Abra-', 'Abra'), ('--', '-'), ('-fin', 'fin'), ('hew-', 'hew'), ('-rid', 'rid'), ('It-', 'It'), ('-', ''), ('corn-', 'corn'), ('----', '---'), ('-', ''), ('-....', '....'), ('-', '')]
ST19200127-V47-04-page15.txt: [('-', ''), ('-', ''), ('Quar-', 'Quar'), ('-', ''), ('-', '')]
ST19200127-V47-04-page16.txt: [('Inter-', 'Inter'), ('-', ''), ('-', ''), ('experi-', 'experi')]
ST19200127-V47-04-page4.txt: [('-', ''), ('in-', 'in'), ('discon-', 'discon'), ('sup-', 'sup'), ('-', ''), ('Vis-', 'Vis')]
ST19200127-V47-04-page5.txt: [('-', ''), ('-', ''), ('per-', 'per')]
ST19200127-V47-04-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('some-', 'some'), ('-', '')]
ST19200127-V47-04-page7.txt: [('-', ''), ('-', '')]
ST19200127-V47-04-page8.txt: [('-is.', 'is.'), ('-', ''), ('-', ''), ("'-", "'")]
ST19200127-V47-04-page9.txt: [('neglect-', 'neglect'), ('emblem-', 'emblem')]
ST19200203-V47-05-page1.txt: [('-', ''), ('calcula-', 'calcula')]
ST19200203-V47-05-page10.txt: [('non-', 'non'), ('-', ''), ('-', '')]
ST19200203-V47-05-page11.txt: [('-', '')]
ST19200203-V47-05-page13.txt: [('re-', 're'), ('-man.', 'man.'), ('-', ''), ('contem-', 'contem'), ('-', '')]
ST19200203-V47-05-page14.txt: [('-', '')]
ST19200203-V47-05-page15.txt: [('dis-', 'dis')]
ST19200203-V47-05-page16.txt: [('-ress', 'ress'), ('-', '')]
ST19200203-V47-05-page2.txt: [('-', ''), ('-', '')]
ST19200203-V47-05-page3.txt: [('Chris-', 'Chris')]
ST19200203-V47-05-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200203-V47-05-page6.txt: [('-', ''), ('FORE-', 'FORE')]
ST19200203-V47-05-page8.txt: [('-it', 'it'), ('pre-', 'pre')]
ST19200210-V47-06-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200210-V47-06-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200210-V47-06-page11.txt: [('-is', 'is'), ('-', '')]
ST19200210-V47-06-page12.txt: [('corn-', 'corn'), ('-', '')]
ST19200210-V47-06-page13.txt: [('-', '')]
ST19200210-V47-06-page14.txt: [('-', '')]
ST19200210-V47-06-page15.txt: [('-', ''), ('-at', 'at')]
ST19200210-V47-06-page16.txt: [('-', '')]
ST19200210-V47-06-page2.txt: [('implies--', 'implies-')]
ST19200210-V47-06-page3.txt: [('-', ''), ('INCAR-', 'INCAR')]
ST19200210-V47-06-page5.txt: [('London-', 'London')]
ST19200210-V47-06-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200210-V47-06-page7.txt: [('dis-', 'dis'), ('-', ''), ('-', ''), ('-', '')]
ST19200210-V47-06-page8.txt: [('Anglo-', 'Anglo'), ('-the', 'the')]
ST19200210-V47-06-page9.txt: [('-v', 'v')]
ST19200217-V47-07-page1.txt: [('-wood', 'wood')]
ST19200217-V47-07-page11.txt: [('non-', 'non'), ('prac-', 'prac')]
ST19200217-V47-07-page12.txt: [('angels--', 'angels-'), ('-', ''), ('-appeared', 'appeared')]
ST19200217-V47-07-page13.txt: [('-', ''), ('-', '')]
ST19200217-V47-07-page14.txt: [('-', ''), ('-though', 'though')]
ST19200217-V47-07-page15.txt: [('in-', 'in'), ('-', ''), ('-', '')]
ST19200217-V47-07-page16.txt: [('-', ''), ('-', ''), ('hopeless-', 'hopeless')]
ST19200217-V47-07-page2.txt: [('-', '')]
ST19200217-V47-07-page3.txt: [('at-', 'at'), ('-', ''), ('isommon-', 'isommon'), ('now-', 'now'), ('-', ''), ('-red.', 'red.'), ('-', ''), ('-', ''), ('ia..-.."-', 'ia..-.."'), ('-a.', 'a.'), ('-', ''), ('-', ''), ('-firnsTili', 'firnsTili'), ('--.-', '-.-'), ('-', ''), ('-', ''), ('-enerry', 'enerry'), ('-', '')]
ST19200217-V47-07-page5.txt: [('-', ''), ('-', ''), ('an-', 'an')]
ST19200217-V47-07-page6.txt: [('-', '')]
ST19200217-V47-07-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200217-V47-07-page9.txt: [('-teach', 'teach'), ('--', '-')]
ST19200224-V47-08-page11.txt: [('-', ''), ('-', ''), ('Ser-', 'Ser')]
ST19200224-V47-08-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200224-V47-08-page13.txt: [('Oli-', 'Oli')]
ST19200224-V47-08-page14.txt: [('-', ''), ('-', '')]
ST19200224-V47-08-page15.txt: [('-', ''), ('-talk', 'talk'), ('-', '')]
ST19200224-V47-08-page16.txt: [('-', ''), ('-', '')]
ST19200224-V47-08-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200224-V47-08-page3.txt: [('-', '')]
ST19200224-V47-08-page5.txt: [('-river', 'river'), ('-never', 'never'), ("-o'clock.", "o'clock.")]
ST19200224-V47-08-page6.txt: [('-boy', 'boy')]
ST19200224-V47-08-page8.txt: [('-', ''), ('-', ''), ('-coming', 'coming'), ('short-', 'short'), ('No-', 'No')]
ST19200224-V47-08-page9.txt: [('-', ''), ('-', '')]
ST19200302-V47-09-page1.txt: [('-', ''), ('for-', 'for')]
ST19200302-V47-09-page10.txt: [('-', '')]
ST19200302-V47-09-page11.txt: [('un-', 'un'), ('-', ''), ('build-', 'build')]
ST19200302-V47-09-page12.txt: [('-the', 'the'), ('-', ''), ('pri-', 'pri')]
ST19200302-V47-09-page13.txt: [('en-', 'en'), ('-when', 'when')]
ST19200302-V47-09-page14.txt: [('ac-', 'ac'), ('-', ''), ('-', '')]
ST19200302-V47-09-page15.txt: [('-', ''), ('-', '')]
ST19200302-V47-09-page16.txt: [('-', '')]
ST19200302-V47-09-page4.txt: [('-', ''), ('-', '')]
ST19200302-V47-09-page6.txt: [('-', '')]
ST19200302-V47-09-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('can-', 'can')]
ST19200302-V47-09-page9.txt: [('-', ''), ('-', ''), ('man-', 'man'), ('-', '')]
ST19200309-V47-10-page10.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200309-V47-10-page11.txt: [('-', '')]
ST19200309-V47-10-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-Christ', 'Christ'), ('-', ''), ('-', '')]
ST19200309-V47-10-page13.txt: [('obstacles-', 'obstacles')]
ST19200309-V47-10-page16.txt: [('Montagu-', 'Montagu')]
ST19200309-V47-10-page2.txt: [('uni-', 'uni')]
ST19200309-V47-10-page4.txt: [('-', '')]
ST19200309-V47-10-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200309-V47-10-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200316-V47-11-page1.txt: [('DI-', 'DI')]
ST19200316-V47-11-page10.txt: [('-', '')]
ST19200316-V47-11-page11.txt: [('-', ''), ('under-', 'under'), ('-', '')]
ST19200316-V47-11-page12.txt: [('am-', 'am'), ('-', '')]
ST19200316-V47-11-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-essliA', 'essliA'), ('ar-', 'ar')]
ST19200316-V47-11-page14.txt: [('-', '')]
ST19200316-V47-11-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('evolution-', 'evolution'), ('-', ''), ('-', ''), ('-', '')]
ST19200316-V47-11-page16.txt: [('-', ''), ('-', '')]
ST19200316-V47-11-page3.txt: [('ap-', 'ap')]
ST19200316-V47-11-page4.txt: [('in-', 'in'), ('-', '')]
ST19200316-V47-11-page5.txt: [('-', ''), ('posi-', 'posi')]
ST19200316-V47-11-page6.txt: [('-', ''), ('-', '')]
ST19200316-V47-11-page7.txt: [('-', '')]
ST19200323-V47-12-page1.txt: [('-', ''), ('-', '')]
ST19200323-V47-12-page10.txt: [('me-', 'me')]
ST19200323-V47-12-page13.txt: [('-', '')]
ST19200323-V47-12-page14.txt: [('-', '')]
ST19200323-V47-12-page15.txt: [('pre-', 'pre')]
ST19200323-V47-12-page16.txt: [('-madhouse', 'madhouse'), ('-', '')]
ST19200323-V47-12-page3.txt: [('sevent-', 'sevent'), ('-two', 'two'), ('-', '')]
ST19200323-V47-12-page4.txt: [('pass-', 'pass')]
ST19200323-V47-12-page5.txt: [('-', ''), ('-', ''), ('-aZal', 'aZal')]
ST19200323-V47-12-page6.txt: [('-DAY', 'DAY'), ('pro-', 'pro'), ('inter-', 'inter')]
ST19200323-V47-12-page7.txt: [('-', ''), ('-F.', 'F.'), ('oc-', 'oc')]
ST19200323-V47-12-page9.txt: [('-', ''), ("-'", "'"), ('-of', 'of'), ('-', '')]
ST19200330-V47-13-page10.txt: [('con-', 'con')]
ST19200330-V47-13-page11.txt: [('instru-', 'instru'), ('-', ''), ('-', ''), ('trans-', 'trans'), ('-', ''), ('-', '')]
ST19200330-V47-13-page12.txt: [('pro-', 'pro'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('ry--w-', 'ry--w')]
ST19200330-V47-13-page13.txt: [('ordi-', 'ordi'), ('awak-', 'awak'), ('Sat-', 'Sat')]
ST19200330-V47-13-page15.txt: [('-', ''), ('-', ''), ('I.-', 'I.'), ('-', '')]
ST19200330-V47-13-page16.txt: [('-', ''), ('-', '')]
ST19200330-V47-13-page2.txt: [('-', ''), ('-', '')]
ST19200330-V47-13-page4.txt: [('-', ''), ('seek-', 'seek')]
ST19200330-V47-13-page5.txt: [('-', '')]
ST19200330-V47-13-page6.txt: [('-', '')]
ST19200330-V47-13-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200330-V47-13-page9.txt: [('in-', 'in'), ('Spanish-', 'Spanish')]
ST19200406-V47-14-page1.txt: [('-', '')]
ST19200406-V47-14-page10.txt: [("will-o'-", "will-o'")]
ST19200406-V47-14-page11.txt: [("jack-o'-", "jack-o'")]
ST19200406-V47-14-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200406-V47-14-page3.txt: [('arhow-', 'arhow'), ('Medo-', 'Medo')]
ST19200406-V47-14-page4.txt: [('-', ''), ('bank-', 'bank')]
ST19200406-V47-14-page5.txt: [('-', '')]
ST19200406-V47-14-page7.txt: [('-', ''), ('-', '')]
ST19200406-V47-14-page8.txt: [('-', ''), ('connec-', 'connec'), ('-', '')]
ST19200406-V47-14-page9.txt: [('-', ''), ('EPISCOPAL-', 'EPISCOPAL'), ('re-', 're'), ('-', '')]
ST19200413-V47-15-page10.txt: [('-', ''), ('-', '')]
ST19200413-V47-15-page11.txt: [('The-', 'The'), ('-', '')]
ST19200413-V47-15-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200413-V47-15-page13.txt: [('-', ''), ('con-', 'con'), ('-', '')]
ST19200413-V47-15-page16.txt: [('-inch', 'inch')]
ST19200413-V47-15-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('ac-', 'ac'), ('spirit-', 'spirit')]
ST19200413-V47-15-page3.txt: [('corn-', 'corn')]
ST19200413-V47-15-page4.txt: [('con-', 'con'), ('-', '')]
ST19200413-V47-15-page7.txt: [('-', ''), ('Players-', 'Players')]
ST19200413-V47-15-page8.txt: [('Crea-', 'Crea'), ('in-', 'in')]
ST19200413-V47-15-page9.txt: [('-', '')]
ST19200420-V47-16-page1.txt: [('-Y', 'Y')]
ST19200420-V47-16-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200420-V47-16-page11.txt: [('-', ''), ('-', ''), ('.-', '.'), ('-nful.', 'nful.')]
ST19200420-V47-16-page12.txt: [('grand-', 'grand')]
ST19200420-V47-16-page14.txt: [('-', '')]
ST19200420-V47-16-page15.txt: [('-', '')]
ST19200420-V47-16-page16.txt: [('-', '')]
ST19200420-V47-16-page2.txt: [('-', ''), ('-', '')]
ST19200420-V47-16-page3.txt: [('-', ''), ('-fifth', 'fifth')]
ST19200420-V47-16-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200420-V47-16-page5.txt: [('spontane-', 'spontane')]
ST19200420-V47-16-page7.txt: [('-', ''), ('-', ''), ('-still.', 'still.')]
ST19200420-V47-16-page8.txt: [('-', '')]
ST19200420-V47-16-page9.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200427-V47-17-page10.txt: [('-', '')]
ST19200427-V47-17-page11.txt: [('re-', 're'), ('-', '')]
ST19200427-V47-17-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200427-V47-17-page13.txt: [('bright-', 'bright'), ('stran-', 'stran')]
ST19200427-V47-17-page16.txt: [('-', ''), ('-', '')]
ST19200427-V47-17-page2.txt: [('--', '-'), ('g-', 'g'), ('-', '')]
ST19200427-V47-17-page3.txt: [('Medo-', 'Medo'), ('Medo-', 'Medo'), ('-', '')]
ST19200427-V47-17-page4.txt: [('Or-', 'Or')]
ST19200427-V47-17-page7.txt: [('Sun-', 'Sun')]
ST19200504-V47-18-page10.txt: [('-', '')]
ST19200504-V47-18-page11.txt: [('-', ''), ('-', '')]
ST19200504-V47-18-page12.txt: [('-', '')]
ST19200504-V47-18-page13.txt: [('-AFTER', 'AFTER')]
ST19200504-V47-18-page16.txt: [('-', '')]
ST19200504-V47-18-page2.txt: [('-', '')]
ST19200504-V47-18-page3.txt: [('pul-', 'pul')]
ST19200504-V47-18-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200504-V47-18-page5.txt: [('-', ''), ('-', '')]
ST19200504-V47-18-page6.txt: [('-', ''), ('thou-', 'thou')]
ST19200504-V47-18-page7.txt: [('-', ''), ('-', '')]
ST19200511-V47-19-page1.txt: [('pro-', 'pro')]
ST19200511-V47-19-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-...', '...'), ('c-', 'c'), ('.-', '.'), ('-', ''), ('---.--', '--.--'), ("-'", "'"), ('-ql', 'ql'), ('-.', '.'), ('---', '--'), ('ex-', 'ex'), ('-', '')]
ST19200511-V47-19-page14.txt: [('-cold', 'cold'), ('-', '')]
ST19200511-V47-19-page15.txt: [('-', '')]
ST19200511-V47-19-page3.txt: [('gra-', 'gra')]
ST19200511-V47-19-page4.txt: [('-', ''), ('-', '')]
ST19200511-V47-19-page6.txt: [('-', ''), ('-', ''), ('-oring', 'oring')]
ST19200511-V47-19-page7.txt: [('--"--', '-"--'), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('"-', '"'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('....-', '....'), ('-', ''), ('-.', '.'), ('..-', '..'), ("--'", "-'"), ('-', ''), ('-', ''), ('..-', '..'), ('.--', '.-'), ('-', ''), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('--.', '-.'), ('-', ''), ("'-.''...-", "'-.''..."), ("-'.", "'."), ('--', '-'), ('-.-..-.', '.-..-.'), ('-', ''), ('A.-', 'A.'), ('-', ''), ("---'-..v--.-", "--'-..v--.-"), ('-..--..', '..--..'), ('-te-r-.-..."', 'te-r-.-..."'), ('---', '--'), ('.-"-', '.-"'), ('-..', '..'), ('-', ''), ('-"', '"'), ('-r', 'r'), ('....--', '....-'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('...-', '...'), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-.', '.'), ('-', ''), ('---', '--'), ('...-', '...'), ('-"', '"'), ('----t-', '---t-'), ('..-', '..'), ('"-', '"'), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('-..', '..'), ('-', ''), ('-', ''), ('-..', '..'), ('--', '-'), ('-"', '"'), ('-."-"..', '."-"..'), ('--', '-'), ('--', '-'), ('--', '-'), ('-', ''), ('--', '-'), ('-', ''), ('dis-', 'dis'), ('-say', 'say')]
ST19200511-V47-19-page8.txt: [('ad-', 'ad')]
ST19200511-V47-19-page9.txt: [('-', ''), ('-', '')]
ST19200518-V47-20-page11.txt: [('-', '')]
ST19200518-V47-20-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200518-V47-20-page13.txt: [('-', ''), ('Salve-', 'Salve'), ('short-', 'short'), ('be-', 'be'), ('musi-', 'musi'), ('-', ''), ('-ander', 'ander')]
ST19200518-V47-20-page15.txt: [('-', ''), ('-Called', 'Called')]
ST19200518-V47-20-page16.txt: [('-', ''), ('-', '')]
ST19200518-V47-20-page2.txt: [('-e', 'e')]
ST19200518-V47-20-page4.txt: [('UNPARDON-', 'UNPARDON'), ('-', ''), ('-', '')]
ST19200518-V47-20-page5.txt: [('-', ''), ('-', ''), ('re-', 're'), ('im-', 'im')]
ST19200518-V47-20-page6.txt: [('sweet-', 'sweet')]
ST19200518-V47-20-page9.txt: [('V-', 'V')]
ST19200525-V47-21-page1.txt: [('-', '')]
ST19200525-V47-21-page10.txt: [('transac-', 'transac'), ('there-', 'there')]
ST19200525-V47-21-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200525-V47-21-page12.txt: [('re-', 're')]
ST19200525-V47-21-page13.txt: [('-', ''), ('cross-', 'cross')]
ST19200525-V47-21-page15.txt: [('-VIEW', 'VIEW'), ('Czecho-', 'Czecho')]
ST19200525-V47-21-page16.txt: [('-', '')]
ST19200525-V47-21-page2.txt: [('--', '-'), ('-', '')]
ST19200525-V47-21-page3.txt: [('pre-', 'pre')]
ST19200525-V47-21-page4.txt: [('-', ''), ('-', ''), ('leav-', 'leav')]
ST19200525-V47-21-page5.txt: [('-', ''), ('-', ''), ('unre-', 'unre'), ('-', '')]
ST19200525-V47-21-page8.txt: [('mon-', 'mon')]
ST19200525-V47-21-page9.txt: [('docu-', 'docu')]
ST19200601-V47-22-page1.txt: [('secre-', 'secre'), ('Asso-', 'Asso')]
ST19200601-V47-22-page11.txt: [('-be', 'be'), ('-blessing', 'blessing'), ('-', ''), ('-', ''), ('-', '')]
ST19200601-V47-22-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200601-V47-22-page13.txt: [('-', ''), ('-', '')]
ST19200601-V47-22-page15.txt: [('anti-', 'anti'), ('conseque-', 'conseque')]
ST19200601-V47-22-page16.txt: [('resur-', 'resur'), ('Jugo-', 'Jugo')]
ST19200601-V47-22-page2.txt: [('na-', 'na')]
ST19200601-V47-22-page3.txt: [('Ofiggiripr-', 'Ofiggiripr'), ('-', ''), ('-', '')]
ST19200601-V47-22-page4.txt: [('-', ''), ('-', ''), ('trans-', 'trans')]
ST19200601-V47-22-page5.txt: [('-', ''), ('-', ''), ('defi-', 'defi'), ('-', '')]
ST19200601-V47-22-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('....--', '....-')]
ST19200601-V47-22-page7.txt: [('en-', 'en'), ('theat-', 'theat')]
ST19200608-V47-23-page10.txt: [('Sab-', 'Sab'), ('-', ''), ('-', '')]
ST19200608-V47-23-page12.txt: [('ex-', 'ex')]
ST19200608-V47-23-page13.txt: [('mother-of-', 'mother-of')]
ST19200608-V47-23-page14.txt: [('al-', 'al'), ('con-', 'con')]
ST19200608-V47-23-page16.txt: [('-..', '..')]
ST19200608-V47-23-page2.txt: [('-', '')]
ST19200608-V47-23-page3.txt: [('unwrit-', 'unwrit'), ('-', '')]
ST19200608-V47-23-page5.txt: [('-', '')]
ST19200608-V47-23-page6.txt: [('-Weighed', 'Weighed'), ('trans-', 'trans')]
ST19200608-V47-23-page7.txt: [('-That', 'That'), ('-one', 'one'), ('speak-', 'speak')]
ST19200608-V47-23-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200608-V47-23-page9.txt: [('-', '')]
ST19200615-V47-24-page1.txt: [('-DAY', 'DAY')]
ST19200615-V47-24-page10.txt: [('-', '')]
ST19200615-V47-24-page11.txt: [('-be', 'be')]
ST19200615-V47-24-page12.txt: [('-', '')]
ST19200615-V47-24-page13.txt: [('-', '')]
ST19200615-V47-24-page14.txt: [('Manila-to-', 'Manila-to')]
ST19200615-V47-24-page15.txt: [('-a', 'a'), ('To-', 'To'), ('TO-', 'TO')]
ST19200615-V47-24-page16.txt: [('-', '')]
ST19200615-V47-24-page2.txt: [('ta-', 'ta'), ('--', '-'), ('e-', 'e'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('t..y......s-', 't..y......s'), ('..-', '..'), ('-.', '.'), ('-.', '.'), ('-.', '.'), ('....i.frqje.Kr....iprr.t..j.lepti-', '....i.frqje.Kr....iprr.t..j.lepti'), ('-.', '.'), ('-', ''), ('.--', '.-'), ('..-', '..'), ('-', ''), ('-to..".Z', 'to..".Z'), ('-', ''), ('"--', '"-'), ('-', ''), ('.--', '.-'), ('--', '-'), ('"-', '"'), ('-t', 't'), ("-'", "'"), ('..-', '..'), ('-J.---', 'J.---'), ('-...-', '...-'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.......-', '.......'), ('-...', '...'), ('-', '')]
ST19200615-V47-24-page3.txt: [('fol-', 'fol')]
ST19200615-V47-24-page5.txt: [('-ribulation', 'ribulation'), ('-', ''), ('eve-', 'eve')]
ST19200615-V47-24-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('R-E-A-', 'R-E-A'), ('-gr', 'gr')]
ST19200615-V47-24-page7.txt: [('il-', 'il')]
ST19200622-V47-25-page11.txt: [('won-', 'won')]
ST19200622-V47-25-page12.txt: [('op-', 'op')]
ST19200622-V47-25-page13.txt: [('-', '')]
ST19200622-V47-25-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200622-V47-25-page16.txt: [('-', '')]
ST19200622-V47-25-page2.txt: [('-', '')]
ST19200622-V47-25-page3.txt: [('-', ''), ('-', '')]
ST19200622-V47-25-page4.txt: [('RE-', 'RE'), ('noth-', 'noth')]
ST19200622-V47-25-page5.txt: [('-', '')]
ST19200622-V47-25-page6.txt: [('-', ''), ('-', '')]
ST19200622-V47-25-page7.txt: [('-', ''), ('-', '')]
ST19200622-V47-25-page8.txt: [('the-', 'the'), ('-Name', 'Name'), ('-Object', 'Object'), ('-Membership', 'Membership'), ('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-General', 'General'), ('-', ''), ('-General', 'General'), ('-Executive', 'Executive'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Local', 'Local'), ('-', ''), ('-Disciplinary', 'Disciplinary'), ('-', ''), ('-Support', 'Support'), ('-', ''), ('-', ''), ('-', ''), ('vicari-', 'vicari')]
ST19200706-V47-26-page2.txt: [('reputa-', 'reputa'), ('substi-', 'substi')]
ST19200706-V47-26-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200706-V47-26-page7.txt: [('-', '')]
ST19200706-V47-26-page8.txt: [('non-', 'non')]
ST19200713-V47-27-page10.txt: [('-', ''), ('-', '')]
ST19200713-V47-27-page11.txt: [('nor-', 'nor')]
ST19200713-V47-27-page12.txt: [('-', ''), ('sec-', 'sec'), ('-', ''), ('-', '')]
ST19200713-V47-27-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200713-V47-27-page14.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200713-V47-27-page2.txt: [('--', '-'), ('--', '-')]
ST19200713-V47-27-page3.txt: [('-', '')]
ST19200713-V47-27-page4.txt: [('-', '')]
ST19200713-V47-27-page5.txt: [('-', '')]
ST19200713-V47-27-page6.txt: [('-', ''), ('-', ''), ('as-', 'as')]
ST19200713-V47-27-page7.txt: [('-', ''), ('-', '')]
ST19200713-V47-27-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200713-V47-27-page9.txt: [('"Mercury-', '"Mercury'), ('ex-', 'ex')]
ST19200720-V47-28-page1.txt: [('-', ''), ('influ-', 'influ')]
ST19200720-V47-28-page2.txt: [('-', ''), ('-', '')]
ST19200720-V47-28-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200720-V47-28-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200720-V47-28-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200720-V47-28-page6.txt: [('-', ''), ('-', '')]
ST19200720-V47-28-page7.txt: [('-', ''), ('-', '')]
ST19200720-V47-28-page8.txt: [('-', '')]
ST19200727-V47-29-page1.txt: [('-dreadful', 'dreadful'), ('Wash-', 'Wash')]
ST19200727-V47-29-page10.txt: [('reason-', 'reason'), ('-', '')]
ST19200727-V47-29-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200727-V47-29-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con')]
ST19200727-V47-29-page2.txt: [('-foot', 'foot'), ('-', '')]
ST19200727-V47-29-page4.txt: [('-', ''), ('-', '')]
ST19200727-V47-29-page5.txt: [('fa-', 'fa')]
ST19200727-V47-29-page6.txt: [('-', '')]
ST19200727-V47-29-page8.txt: [('Ar-', 'Ar'), ('DISAPPOINT-', 'DISAPPOINT'), ('-', ''), ('-', ''), ('-', '')]
ST19200803-V47-30-page2.txt: [('-', ''), ('-No', 'No')]
ST19200803-V47-30-page3.txt: [('-.', '.'), ('-', ''), ('-', ''), ('.-', '.'), ("--'", "-'"), ('-', '')]
ST19200803-V47-30-page5.txt: [('-', ''), ('they-', 'they'), ('-', ''), ('-', '')]
ST19200803-V47-30-page6.txt: [('-', ''), ('con-', 'con')]
ST19200803-V47-30-page7.txt: [('-', ''), ('Saturday-', 'Saturday'), ('-', ''), ('condemna-', 'condemna')]
ST19200803-V47-30-page8.txt: [('-', '')]
ST19200810-V47-31-page10.txt: [('-', '')]
ST19200810-V47-31-page11.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200810-V47-31-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('--', '-'), ('---', '--'), ('--', '-'), ('--', '-'), ('.--', '.-'), ('r-', 'r'), ('-', ''), ('-', ''), ("-'", "'"), ('-...', '...'), ('-', '')]
ST19200810-V47-31-page14.txt: [('-', ''), ('-', '')]
ST19200810-V47-31-page15.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200810-V47-31-page4.txt: [('func-', 'func')]
ST19200810-V47-31-page7.txt: [('-', '')]
ST19200810-V47-31-page9.txt: [('min-', 'min')]
ST19200817-V47-32-page1.txt: [('V-', 'V'), ('Sykes-', 'Sykes'), ('announce-', 'announce')]
ST19200817-V47-32-page2.txt: [('anti-', 'anti'), ('af-', 'af')]
ST19200817-V47-32-page3.txt: [('bright-', 'bright')]
ST19200817-V47-32-page4.txt: [('-', '')]
ST19200817-V47-32-page5.txt: [('-z', 'z'), ('E-', 'E'), ('-..-.', '..-.'), ('-', ''), ('-.-', '.-'), ('r-', 'r'), ('-', '')]
ST19200817-V47-32-page6.txt: [('ever-', 'ever'), ('-', '')]
ST19200824-V47-33-page1.txt: [('-', '')]
ST19200824-V47-33-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200824-V47-33-page11.txt: [('-', ''), ('-', ''), ('ques-', 'ques'), ('-', '')]
ST19200824-V47-33-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200824-V47-33-page13.txt: [('-', ''), ('-', '')]
ST19200824-V47-33-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('pleas-', 'pleas'), ('knowl-', 'knowl')]
ST19200824-V47-33-page15.txt: [('de-', 'de'), ('-', ''), ('-', ''), ('-', '')]
ST19200824-V47-33-page16.txt: [('-', ''), ('-', '')]
ST19200824-V47-33-page2.txt: [('Chris-', 'Chris')]
ST19200824-V47-33-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200824-V47-33-page4.txt: [('-', ''), ('fol-', 'fol')]
ST19200824-V47-33-page5.txt: [('SPIRITU-', 'SPIRITU')]
ST19200824-V47-33-page6.txt: [('-AND', 'AND')]
ST19200824-V47-33-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200824-V47-33-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200824-V47-33-page9.txt: [('sec-', 'sec')]
ST19200831-V47-34-page2.txt: [('command-', 'command')]
ST19200831-V47-34-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200831-V47-34-page4.txt: [('Indo-', 'Indo'), ('Indo-', 'Indo'), ('writ-', 'writ')]
ST19200831-V47-34-page5.txt: [('sor-', 'sor')]
ST19200831-V47-34-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('SYM-', 'SYM'), ('be-', 'be')]
ST19200831-V47-34-page7.txt: [('-', '')]
ST19200907-V47-35-page10.txt: [('win-', 'win')]
ST19200907-V47-35-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200907-V47-35-page13.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200907-V47-35-page14.txt: [('-', '')]
ST19200907-V47-35-page15.txt: [('-', ''), ('-', '')]
ST19200907-V47-35-page16.txt: [('-', ''), ('-', '')]
ST19200907-V47-35-page2.txt: [('con-', 'con')]
ST19200907-V47-35-page3.txt: [('-', '')]
ST19200907-V47-35-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200907-V47-35-page5.txt: [('-', '')]
ST19200907-V47-35-page6.txt: [('-', ''), ('-', '')]
ST19200907-V47-35-page8.txt: [('to-mor-', 'to-mor'), ('-', '')]
ST19200907-V47-35-page9.txt: [('educa-', 'educa')]
ST19200914-V47-36-page2.txt: [('en-', 'en'), ('-', ''), ('re-', 're')]
ST19200914-V47-36-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200914-V47-36-page6.txt: [('-', ''), ('ob-', 'ob')]
ST19200914-V47-36-page7.txt: [('-', '')]
ST19200921-V47-37-page1.txt: [('starmome-', 'starmome')]
ST19200921-V47-37-page10.txt: [('mil-', 'mil'), ('-', ''), ('-', '')]
ST19200921-V47-37-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200921-V47-37-page12.txt: [('-', ''), ('-these', 'these'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Thee-', 'Thee')]
ST19200921-V47-37-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200921-V47-37-page14.txt: [('-', ''), ('-', '')]
ST19200921-V47-37-page15.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200921-V47-37-page2.txt: [('-dais', 'dais'), ('quiver-', 'quiver')]
ST19200921-V47-37-page3.txt: [('POD-', 'POD'), ('disa-', 'disa'), ('doc-', 'doc'), ('-', ''), ('-', ''), ('-', '')]
ST19200921-V47-37-page4.txt: [('-', ''), ('-', '')]
ST19200921-V47-37-page5.txt: [('-', '')]
ST19200921-V47-37-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19200921-V47-37-page7.txt: [('-', ''), ('law-', 'law'), ('-', '')]
ST19200921-V47-37-page9.txt: [('-', '')]
ST19200928-V47-38-page3.txt: [('-', ''), ('-', ''), ('man-', 'man'), ('-', '')]
ST19200928-V47-38-page5.txt: [('-', ''), ('-', ''), ('-', '')]
ST19200928-V47-38-page7.txt: [('Jesus-', 'Jesus')]
ST19200928-V47-38-page8.txt: [('-', '')]
ST19201005-V47-39-page1.txt: [('ARMAGEDDON-', 'ARMAGEDDON'), ('-', ''), ('-', ''), ('-', ''), ('hail-', 'hail'), ('i-', 'i'), ('bh.-', 'bh.')]
ST19201005-V47-39-page10.txt: [('-', '')]
ST19201005-V47-39-page11.txt: [('-', '')]
ST19201005-V47-39-page12.txt: [('unveri-', 'unveri'), ('stu-', 'stu')]
ST19201005-V47-39-page13.txt: [('SINLESS-', 'SINLESS'), ('founds-', 'founds'), ('-He', 'He')]
ST19201005-V47-39-page2.txt: [('-', ''), ('-', ''), ('-vian', 'vian'), ('-', ''), ('-', '')]
ST19201005-V47-39-page3.txt: [('-', '')]
ST19201005-V47-39-page5.txt: [('non-', 'non'), ('-', '')]
ST19201005-V47-39-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19201005-V47-39-page8.txt: [('-', ''), ('-', ''), ('-', '')]
ST19201005-V47-39-page9.txt: [('-', '')]
ST19201012-V47-40-page1.txt: [('-', '')]
ST19201012-V47-40-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19201012-V47-40-page5.txt: [('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('-', '')]
ST19201012-V47-40-page6.txt: [('-', '')]
ST19201012-V47-40-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('de-', 'de')]
ST19201012-V47-40-page8.txt: [('-', '')]
ST19201019-V47-41-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19201019-V47-41-page13.txt: [('-', ''), ('-', ''), ('-', '')]
ST19201019-V47-41-page14.txt: [('-', '')]
ST19201019-V47-41-page15.txt: [('-', '')]
ST19201019-V47-41-page16.txt: [('im-', 'im'), ('-', ''), ('-', '')]
ST19201019-V47-41-page2.txt: [('-', ''), ('-', ''), ('-', '')]
ST19201019-V47-41-page3.txt: [('-', ''), ('-', ''), ('-', '')]
ST19201019-V47-41-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19201019-V47-41-page7.txt: [('-', ''), ('-', ''), ('-', '')]
ST19201026-V47-42-page2.txt: [('-', '')]
ST19201026-V47-42-page3.txt: [('-', ''), ('"Stepping-', '"Stepping'), ('-', ''), ('chap-', 'chap')]
ST19201026-V47-42-page4.txt: [('Jus-', 'Jus'), ('be-', 'be')]
ST19201026-V47-42-page8.txt: [('prom-', 'prom'), ('S-', 'S')]
ST19201102-V47-43-page1.txt: [('is-', 'is'), ('some-', 'some')]
ST19201102-V47-43-page10.txt: [('as-', 'as'), ('ques-', 'ques')]
ST19201102-V47-43-page11.txt: [('-leave', 'leave'), ('Cali-', 'Cali')]
ST19201102-V47-43-page12.txt: [('record-', 'record'), ('-', '')]
ST19201102-V47-43-page13.txt: [('-The', 'The')]
ST19201102-V47-43-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sump-', 'sump'), ('-', '')]
ST19201102-V47-43-page15.txt: [('CHILD-', 'CHILD')]
ST19201102-V47-43-page2.txt: [('Medo-', 'Medo')]
ST19201102-V47-43-page3.txt: [('-', '')]
ST19201102-V47-43-page4.txt: [('-', ''), ('e-', 'e')]
ST19201102-V47-43-page5.txt: [('-', '')]
ST19201102-V47-43-page6.txt: [('-', '')]
ST19201102-V47-43-page7.txt: [('-', '')]
ST19201102-V47-43-page8.txt: [('uni-', 'uni')]
ST19201102-V47-43-page9.txt: [('observa-', 'observa')]
ST19201109-V47-44-page2.txt: [('strength-', 'strength')]
ST19201109-V47-44-page3.txt: [('indi-', 'indi'), ('-', '')]
ST19201109-V47-44-page5.txt: [('edi-', 'edi'), ('-U', 'U'), ('-', '')]
ST19201109-V47-44-page7.txt: [('-', '')]
ST19201109-V47-44-page8.txt: [('ques-', 'ques'), ('-', ''), ('at-', 'at'), ('-OCI.', 'OCI.'), ('-', ''), ('-', ''), ('faith-', 'faith')]
ST19201116-V47-45-page1.txt: [('MIN-', 'MIN')]
ST19201116-V47-45-page10.txt: [('-', ''), ('-', '')]
ST19201116-V47-45-page11.txt: [('Chris-', 'Chris'), ('McDONALD----', 'McDONALD---'), ('-', '')]
ST19201116-V47-45-page12.txt: [('-', ''), ('every-', 'every'), ('be-', 'be')]
ST19201116-V47-45-page15.txt: [('-', '')]
ST19201116-V47-45-page16.txt: [('semi-', 'semi'), ('-', ''), ('-role', 'role')]
ST19201116-V47-45-page2.txt: [('-', '')]
ST19201116-V47-45-page3.txt: [('-comes', 'comes'), ('out-', 'out')]
ST19201116-V47-45-page4.txt: [('-', ''), ('-', '')]
ST19201116-V47-45-page5.txt: [('logician-scientist-', 'logician-scientist')]
ST19201116-V47-45-page6.txt: [('-', '')]
ST19201116-V47-45-page7.txt: [('-', '')]
ST19201116-V47-45-page8.txt: [('-', ''), ('pub-', 'pub'), ('-the', 'the')]
ST19201116-V47-45-page9.txt: [('-', '')]
ST19201123-V47-46-page1.txt: [('Mat-', 'Mat')]
ST19201123-V47-46-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-end', 'end')]
ST19201123-V47-46-page4.txt: [('-', ''), ('-', ''), ('-', '')]
ST19201123-V47-46-page6.txt: [('neigh-', 'neigh')]
ST19201123-V47-46-page7.txt: [('keep-', 'keep'), ('-', '')]
ST19201123-V47-46-page8.txt: [('-', '')]
ST19201130-V47-47-page1.txt: [('-', '')]
ST19201130-V47-47-page10.txt: [('-', ''), ('-', '')]
ST19201130-V47-47-page11.txt: [('-', '')]
ST19201130-V47-47-page12.txt: [('-meter', 'meter'), ('-meter', 'meter')]
ST19201130-V47-47-page13.txt: [('wel-', 'wel'), ('com-', 'com'), ('McDONALD-', 'McDONALD')]
ST19201130-V47-47-page14.txt: [('-', ''), ('be-', 'be')]
ST19201130-V47-47-page15.txt: [('non-', 'non'), ('gov-', 'gov')]
ST19201130-V47-47-page3.txt: [('in-', 'in')]
ST19201130-V47-47-page5.txt: [('-', ''), ('wan-', 'wan'), ('-', ''), ('-', '')]
ST19201130-V47-47-page6.txt: [('-', ''), ('im-', 'im'), ('-', '')]
ST19201130-V47-47-page7.txt: [('POSSI-', 'POSSI')]
ST19201130-V47-47-page8.txt: [('-', ''), ('non-', 'non')]
ST19201130-V47-47-page9.txt: [('-', ''), ('-', '')]
ST19201207-V47-48-page2.txt: [('tribulum--', 'tribulum-'), ('effec-', 'effec')]
ST19201207-V47-48-page3.txt: [('FE-', 'FE'), ('FE-', 'FE')]
ST19201207-V47-48-page4.txt: [('.-', '.'), ('-', ''), ('L.--', 'L.-'), ('-', ''), ('-', '')]
ST19201207-V47-48-page5.txt: [('-', ''), ('MeDONALD---', 'MeDONALD--')]
ST19201207-V47-48-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('as-', 'as')]
ST19201207-V47-48-page8.txt: [('omnipo-', 'omnipo'), ('-', '')]
ST19201214-V47-49-page1.txt: [('Fa-', 'Fa')]
ST19201214-V47-49-page11.txt: [('-', '')]
ST19201214-V47-49-page12.txt: [('-', ''), ('-', ''), ('-', '')]
ST19201214-V47-49-page13.txt: [('-and', 'and'), ('gen-', 'gen')]
ST19201214-V47-49-page14.txt: [('-', '')]
ST19201214-V47-49-page15.txt: [('-When', 'When')]
ST19201214-V47-49-page16.txt: [('-', ''), ('his-', 'his'), ('-', ''), ('-', ''), ('ap-', 'ap')]
ST19201214-V47-49-page3.txt: [('-', ''), ('con-', 'con')]
ST19201214-V47-49-page4.txt: [('-', ''), ('resurrec-', 'resurrec'), ('-The', 'The'), ('-', ''), ('Lord.-', 'Lord.')]
ST19201214-V47-49-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('thou-', 'thou'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19201214-V47-49-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
ST19201214-V47-49-page7.txt: [('colo-', 'colo')]
ST19201214-V47-49-page8.txt: [('plenti-', 'plenti')]
ST19201214-V47-49-page9.txt: [('-', '')]
ST19201221-V47-50-page1.txt: [('-', '')]
ST19201221-V47-50-page10.txt: [('be-', 'be')]
ST19201221-V47-50-page12.txt: [('.-.-', '.-.'), ('-.', '.'), ('-', ''), ('-', '')]
ST19201221-V47-50-page14.txt: [('-Give', 'Give'), ('-', '')]
ST19201221-V47-50-page15.txt: [('-', ''), ('Mc-', 'Mc')]
ST19201221-V47-50-page16.txt: [('-', ''), ('-s', 's'), ('-hould', 'hould'), ('-', '')]
ST19201221-V47-50-page2.txt: [('ex-', 'ex')]
ST19201221-V47-50-page3.txt: [('Anglo-', 'Anglo')]
ST19201221-V47-50-page5.txt: [('-', '')]
ST19201221-V47-50-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('ac-', 'ac')]
ST19201221-V47-50-page7.txt: [('-', ''), ('-', '')]
ST19201221-V47-50-page8.txt: [('-', ''), ('-', '')]
ST19201221-V47-50-page9.txt: [('-', ''), ('doc-', 'doc')]
In [20]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/ST/correction2

Average verified rate: 0.9797662702149353

Average of error rates: 0.02031497284716835

Total token count: 36327163

In [21]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[21]:
[("'", 30814),
 ('e', 22165),
 ('m', 18502),
 ('d', 17472),
 ('w', 17325),
 ('n', 16324),
 ('t', 16186),
 ('r', 12202),
 ('g', 11368),
 ('th', 8466),
 ('f', 8330),
 ('pp', 6901),
 ('co', 6464),
 ('ex', 4469),
 ('u', 4135),
 ('x', 3478),
 ('re', 3266),
 ('tion', 3090),
 ('mo', 2315),
 ("'the", 2190),
 ('wm', 1964),
 ('k', 1903),
 ('ment', 1704),
 ('eze', 1392),
 ("the'", 1325),
 ('z', 1311),
 ('altho', 1276),
 ('ti', 1170),
 ("of'", 1132),
 ('pa', 1089),
 ('wo', 1006),
 ('es', 988),
 ('al', 983),
 ("'tis", 973),
 ('sel', 954),
 ('q', 930),
 ("'of", 915),
 ("an'", 883),
 ('pre', 870),
 ('ets', 851),
 ("'and", 848),
 ('tions', 847),
 ("'s", 787),
 ('id', 725),
 ('va', 711),
 ("''", 710),
 ('op', 659),
 ('io', 652),
 ("'to", 648),
 ('ments', 644)]

Correction 4 -- Remove extra quotation marks

In [22]:
# %load shared_elements/replace_extra_quotation_marks.py
prev = cycle
cycle = "correction4"

directories = utilities.define_directories(prev, cycle, base_dir)
if not os.path.exists(directories['cycle']):
    os.makedirs(directories['cycle'])

corpus = (f for f in listdir(directories['prev']) if not f.startswith('.') and isfile(join(directories['prev'], f)))

for filename in corpus:
    content = utilities.readfile(directories['prev'], filename)
    
    text = re.sub(r"[0-9,!?$:;&]", " ", content)
    tokens = utilities.tokenize_text(text)
    
    corrections = []
    for token in tokens:
        token_list = list(token)
        last_char = token_list[-1]

        if last_char is "'":
            if len(token) > 1:
                if token_list[-2] is 's' or 'S':
                    pass
                else:
                    corrections.append((token, re.sub(r"'", r"", token)))
            else:
                pass
        elif token[0] is "'":
            corrections.append((token, re.sub(r"'", r"", token)))   
        else:
            pass
    
    if len(corrections) > 0:
        print('{}: {}'.format(filename, corrections))

        for correction in corrections:
            content = clean.replace_pair(correction, content)
    else:
        pass

    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()
ST18740604-V01-01-page1.txt: [("'bead", 'bead'), ("'peas", 'peas')]
ST18740604-V01-01-page2.txt: [("'good", 'good'), ("'of", 'of')]
ST18740604-V01-01-page3.txt: [("'IPLES.", 'IPLES.'), ("'Zion", 'Zion'), ("'the", 'the'), ("'of", 'of')]
ST18740604-V01-01-page4.txt: [("'of", 'of'), ("'as", 'as')]
ST18740604-V01-01-page6.txt: [("'irk.", 'irk.'), ("'ninth", 'ninth'), ("'Others", 'Others')]
ST18740604-V01-01-page7.txt: [("'Ter.", 'Ter.')]
ST18740604-V01-01-page8.txt: [("'Ids", 'Ids'), ("'.", '.')]
ST18740611-V01-02-page1.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'wo", 'wo'), ("'Tis", 'Tis')]
ST18740611-V01-02-page2.txt: [("'Lord", 'Lord'), ("'be", 'be'), ("'by", 'by'), ("'this", 'this'), ("'with", 'with'), ("'point", 'point')]
ST18740611-V01-02-page3.txt: [("'bodes", 'bodes'), ("'men", 'men'), ("'the", 'the')]
ST18740611-V01-02-page4.txt: [("'Christ", 'Christ'), ("'farther", 'farther')]
ST18740611-V01-02-page5.txt: [("'sickness", 'sickness'), ("'seductive", 'seductive'), ("'look", 'look'), ("'where", 'where'), ("'humanity.", 'humanity.'), ("'their", 'their'), ("'to", 'to'), ("'has", 'has'), ("'pleasing", 'pleasing'), ("'it", 'it'), ("'a", 'a'), ("'Bible", 'Bible'), ("'How", 'How'), ("'condemn", 'condemn'), ("'tiring", 'tiring'), ("'destroyed", 'destroyed'), ("'these", 'these'), ("'again", 'again'), ("'commandment.", 'commandment.')]
ST18740611-V01-02-page6.txt: [("'one", 'one'), ("'in", 'in'), ("'preacher", 'preacher'), ("'may", 'may'), ("'been", 'been'), ("'been", 'been'), ("'God", 'God'), ("'Why", 'Why'), ("'without", 'without'), ("'your", 'your')]
ST18740611-V01-02-page7.txt: [("'the", 'the'), ("'Solomon", 'Solomon'), ("'so", 'so'), ("'its", 'its'), ("'more", 'more'), ("'to", 'to'), ("'If", 'If'), ("'The", 'The'), ("'but", 'but'), ("'already", 'already'), ("'While", 'While'), ("'much", 'much')]
ST18740611-V01-02-page8.txt: [("'Wicked", 'Wicked')]
ST18740625-V01-03-page1.txt: [("'Father's", 'Fathers'), ("'When", 'When'), ("'We", 'We'), ("'was", 'was'), ("'h.", 'h.')]
ST18740625-V01-03-page2.txt: [("'words", 'words'), ("'city", 'city'), ("''Noah", 'Noah'), ("'pieces", 'pieces'), ("'kingdoms.", 'kingdoms.'), ("'and", 'and'), ("'state", 'state'), ("'before", 'before')]
ST18740625-V01-03-page3.txt: [("'made", 'made'), ("'its..make", 'its..make'), ("'Wonderful", 'Wonderful'), ("'results", 'results'), ("'fire", 'fire'), ("'Heaven", 'Heaven'), ("'pearl", 'pearl')]
ST18740625-V01-03-page4.txt: [("'the", 'the'), ("'the", 'the'), ("'until", 'until'), ('\'iiruitsht.r"', 'iiruitsht.r"'), ("'We", 'We'), ("'hopeful", 'hopeful')]
ST18740625-V01-03-page5.txt: [("'of", 'of'), ("'Christ", 'Christ'), ("'flattered", 'flattered'), ("'in", 'in')]
ST18740625-V01-03-page6.txt: [("'of", 'of'), ("'con", 'con')]
ST18740625-V01-03-page7.txt: [("'to", 'to'), ("'teach", 'teach'), ("'A", 'A'), ("'sell", 'sell'), ("'No", 'No'), ("'No", 'No'), ("'Have", 'Have'), ("'others", 'others'), ("'Against", 'Against'), ("'Home", 'Home'), ("'Oakland", 'Oakland'), ("'The", 'The'), ("'Against", 'Against')]
ST18740625-V01-03-page8.txt: [("'seeks", 'seeks'), ("'Vol.", 'Vol.')]
ST18740709-V01-04-page1.txt: [("'long", 'long'), ("'the", 'the'), ("'kingdom", 'kingdom'), ("'great", 'great'), ("'outward", 'outward'), ('\'be."', 'be."'), ("'at", 'at')]
ST18740709-V01-04-page2.txt: [("'and", 'and'), ("'well", 'well'), ("'since", 'since'), ("'speaking", 'speaking')]
ST18740709-V01-04-page3.txt: [("'the", 'the'), ('\'"What', '"What'), ("'others", 'others')]
ST18740709-V01-04-page4.txt: [("'He", 'He'), ("'to", 'to')]
ST18740709-V01-04-page6.txt: [("'the", 'the'), ("'And", 'And'), ("'to", 'to'), ("'is", 'is'), ("'hat", 'hat'), ('\'"', '"')]
ST18740709-V01-04-page7.txt: [("'echoes", 'echoes'), ("'the", 'the')]
ST18740709-V01-04-page8.txt: [("'argue", 'argue')]
ST18740723-V01-05-page1.txt: [("'neath", 'neath')]
ST18740723-V01-05-page2.txt: [("'World", 'World'), ("'truth", 'truth'), ("'we", 'we')]
ST18740723-V01-05-page3.txt: [("'twain", 'twain'), ("'feet", 'feet'), ("'look", 'look'), ("'and", 'and'), ("'think", 'think'), ("'this", 'this'), ("'the", 'the'), ("'Rev.", 'Rev.'), ("'some", 'some'), ("'temperance", 'temperance'), ("'of", 'of'), ("'Heaven.", 'Heaven.'), ("'in", 'in')]
ST18740723-V01-05-page5.txt: [("'reason.", 'reason.'), ("'bowed", 'bowed'), ("'and", 'and'), ("'appear.", 'appear.')]
ST18740723-V01-05-page6.txt: [("'But", 'But'), ("'correct", 'correct'), ("'he", 'he'), ("'on", 'on'), ("'higher", 'higher')]
ST18740723-V01-05-page7.txt: [("'ever", 'ever'), ("'when", 'when'), ("'parson", 'parson'), ("'busy", 'busy'), ("'soulg.", 'soulg.'), ("'that", 'that'), ("'New", 'New'), ("'settlement", 'settlement'), ("'of", 'of'), ("'city", 'city')]
ST18740813-V01-06-page2.txt: [("'to", 'to'), ("'Lord", 'Lord'), ("'the", 'the'), ("'.", '.'), ("'of", 'of')]
ST18740813-V01-06-page3.txt: [("'Sit", 'Sit'), ("'prison", 'prison'), ("'than", 'than'), ("'Acts", 'Acts')]
ST18740813-V01-06-page4.txt: [("'.", '.'), ("'Looking", 'Looking'), ("'aims", 'aims')]
ST18740813-V01-06-page5.txt: [("'Society", 'Society')]
ST18740813-V01-06-page6.txt: [("'are", 'are'), ("'by", 'by')]
ST18740813-V01-06-page7.txt: [("'weeks.", 'weeks.'), ("'in", 'in')]
ST18740813-V01-06-page8.txt: [("'Provisions", 'Provisions'), ("'the", 'the')]
ST18740917-V01-07-page1.txt: [("'an", 'an'), ("'his", 'his'), ("'seventh", 'seventh'), ("'is", 'is'), ("'arm", 'arm')]
ST18740917-V01-07-page2.txt: [("'you", 'you'), ("'not", 'not')]
ST18740917-V01-07-page3.txt: [("'deeds", 'deeds'), ("'to", 'to')]
ST18740917-V01-07-page4.txt: [("'speeches", 'speeches')]
ST18740917-V01-07-page5.txt: [("'of", 'of')]
ST18740917-V01-07-page6.txt: [("'gospel.", 'gospel.'), ("'my", 'my')]
ST18740917-V01-07-page7.txt: [("'in", 'in'), ("'a", 'a'), ("'in", 'in'), ("'with", 'with')]
ST18740917-V01-07-page8.txt: [("'most", 'most'), ("'sign", 'sign'), ("'free", 'free')]
ST18741022-V01-08-page1.txt: [("'Tis", 'Tis'), ("'Neath", 'Neath')]
ST18741022-V01-08-page2.txt: [("'Bible", 'Bible'), ("'places", 'places'), ("'the", 'the'), ("'tabernacle", 'tabernacle'), ("'Dan.", 'Dan.'), ("'work", 'work'), ("'the", 'the'), ("'great", 'great'), ("'his", 'his'), ("'of", 'of'), ("'visited", 'visited')]
ST18741022-V01-08-page3.txt: [("'to", 'to'), ("'dominion.", 'dominion.'), ("'bounds", 'bounds'), ("'Ye", 'Ye'), ("'ye", 'ye'), ("'the", 'the'), ("'to", 'to'), ("'Vice", 'Vice'), ("'it", 'it'), ("'What", 'What')]
ST18741022-V01-08-page4.txt: [("'Or", 'Or'), ("'the", 'the'), ("'meeting", 'meeting'), ("'the", 'the'), ("'of", 'of'), ("'write", 'write')]
ST18741022-V01-08-page5.txt: [("'Three", 'Three'), ("'and", 'and'), ("'office", 'office'), ("'God", 'God'), ("'minister", 'minister'), ("'to", 'to')]
ST18741022-V01-08-page6.txt: [("'several", 'several'), ("'a", 'a'), ("'Cad", 'Cad')]
ST18741022-V01-08-page7.txt: [("'great", 'great'), ("'Sodomites.", 'Sodomites.'), ("'Judgment", 'Judgment'), ("'It", 'It'), ("'labors", 'labors'), ("'man", 'man'), ("'proposition", 'proposition'), ("'vote", 'vote'), ("'He", 'He'), ("'head", 'head')]
ST18741022-V01-08-page8.txt: [("'PUBLICATIONS.", 'PUBLICATIONS.'), ("'donations", 'donations')]
ST18741112-V01-09-page1.txt: [("'converted", 'converted'), ("'Son", 'Son'), ("'station", 'station')]
ST18741112-V01-09-page2.txt: [("'And", 'And'), ("'And", 'And'), ("'Abaddon", 'Abaddon'), ("'And", 'And'), ("'Belial", 'Belial'), ("'Beelzebub", 'Beelzebub'), ("'Deceiver", 'Deceiver'), ("'The", 'The'), ("'lord", 'lord'), ("'Now", 'Now'), ("'And", 'And'), ("'And", 'And'), ("'As", 'As'), ("'But", 'But'), ("'And", 'And'), ("''Resist", 'Resist')]
ST18741112-V01-09-page3.txt: [("'has", 'has'), ("'idols", 'idols')]
ST18741112-V01-09-page4.txt: [("'making", 'making'), ("'others", 'others'), ("'that", 'that'), ("'of", 'of')]
ST18741112-V01-09-page5.txt: [("'put", 'put'), ("'at", 'at'), ("'J.", 'J.'), ("'the", 'the')]
ST18741112-V01-09-page6.txt: [("'early", 'early'), ("'both", 'both')]
ST18741112-V01-09-page7.txt: [("'Christian", 'Christian'), ("'Oakland.", 'Oakland.')]
ST18741112-V01-09-page8.txt: [("'D", 'D')]
ST18741203-V01-10-page1.txt: [("'revealed", 'revealed'), ("'exposition", 'exposition'), ("'advent", 'advent'), ("''much", 'much'), ("'ot", 'ot')]
ST18741203-V01-10-page2.txt: [("'HE", 'HE'), ("'he", 'he'), ("'Thus", 'Thus'), ("'will", 'will')]
ST18741203-V01-10-page3.txt: [('\'"', '"'), ("'the", 'the'), ("'coming", 'coming'), ("'the", 'the')]
ST18741203-V01-10-page4.txt: [("'being", 'being'), ("'the", 'the'), ("'Adventists", 'Adventists'), ("'lime", 'lime'), ("'the", 'the'), ("'was", 'was')]
ST18741203-V01-10-page5.txt: [("'Here", 'Here'), ("'fish", 'fish'), ("'excitements.", 'excitements.'), ("'the", 'the')]
ST18741203-V01-10-page6.txt: [("'destroy", 'destroy'), ("'has", 'has'), ("'if", 'if'), ("'of", 'of')]
ST18741203-V01-10-page8.txt: [("'CAL.", 'CAL.'), ("'orders", 'orders')]
ST18741217-V01-11-page1.txt: [("'And", 'And'), ("'work", 'work'), ("'in", 'in'), ("'do", 'do'), ("'When", 'When')]
ST18741217-V01-11-page2.txt: [("'Lucifer", 'Lucifer'), ("'an", 'an')]
ST18741217-V01-11-page3.txt: [("'It", 'It'), ("'to", 'to'), ("'saints", 'saints'), ("'innocent", 'innocent'), ("'second.", 'second.')]
ST18741217-V01-11-page4.txt: [("'October", 'October')]
ST18741217-V01-11-page6.txt: [("'directors", 'directors'), ("'your", 'your'), ("'C.", 'C.')]
ST18741217-V01-11-page7.txt: [("'and", 'and')]
ST18741217-V01-11-page8.txt: [("'Millennium", 'Millennium'), ("'full", 'full'), ("'and", 'and'), ("'We", 'We'), ("'for", 'for')]
ST18741231-V01-12-page1.txt: [("'Hence", 'Hence'), ("'God", 'God')]
ST18741231-V01-12-page2.txt: [("'out", 'out'), ("'this", 'this')]
ST18741231-V01-12-page3.txt: [("'and", 'and')]
ST18741231-V01-12-page4.txt: [("'The", 'The'), ("'The", 'The'), ("'was", 'was'), ("'do", 'do')]
ST18741231-V01-12-page5.txt: [("'Herald.", 'Herald.'), ("'to", 'to'), ("'WHEREAS", 'WHEREAS'), ("'a", 'a')]
ST18741231-V01-12-page6.txt: [("'that", 'that'), ("'really", 'really'), ("'been", 'been')]
ST18741231-V01-12-page7.txt: [("'we", 'we'), ("'to", 'to')]
ST18741231-V01-12-page8.txt: [("'think", 'think'), ("'thread", 'thread'), ("'Books", 'Books')]
ST18750114-V01-13-page1.txt: [("'of", 'of'), ("'when", 'when')]
ST18750114-V01-13-page2.txt: [("'therefore", 'therefore'), ("'under", 'under')]
ST18750114-V01-13-page3.txt: [("'a", 'a'), ("'one", 'one')]
ST18750114-V01-13-page5.txt: [("'T.", 'T.')]
ST18750114-V01-13-page6.txt: [("'of", 'of'), ("'possible", 'possible'), ("'us", 'us'), ("'It", 'It'), ("'in", 'in')]
ST18750114-V01-13-page7.txt: [("'of", 'of'), ("'charge", 'charge'), ("'have", 'have'), ("'these", 'these')]
ST18750114-V01-13-page8.txt: [("'What", 'What'), ("'rent", 'rent'), ('\'"', '"')]
ST18750128-V01-14-page1.txt: [("'melody.", 'melody.'), ("'unto", 'unto'), ("'A.", 'A.'), ("'who", 'who'), ("'season", 'season'), ("'also", 'also')]
ST18750128-V01-14-page2.txt: [("'the", 'the')]
ST18750128-V01-14-page3.txt: [("'him.", 'him.'), ("'D.", 'D.'), ("'of", 'of'), ("'What", 'What'), ("'law", 'law'), ("'shows", 'shows'), ("'application", 'application'), ("'s", 's'), ("'his", 'his')]
ST18750128-V01-14-page4.txt: [("'therefore", 'therefore'), ("'enmity", 'enmity'), ("'transformation", 'transformation')]
ST18750128-V01-14-page5.txt: [("'of", 'of'), ("'and", 'and')]
ST18750128-V01-14-page6.txt: [("'preferredein", 'preferredein'), ("'widow", 'widow')]
ST18750128-V01-14-page7.txt: [("'name", 'name'), ("'the", 'the'), ("'the", 'the')]
ST18750128-V01-14-page8.txt: [("'names", 'names'), ("'Those", 'Those')]
ST18750211-V01-15-page1.txt: [("'The", 'The'), ("'Sons", 'Sons')]
ST18750211-V01-15-page2.txt: [("'the", 'the'), ("'feet", 'feet'), ("'with", 'with'), ("'let", 'let')]
ST18750211-V01-15-page3.txt: [("'God", 'God'), ("'on", 'on'), ("'this", 'this'), ("'does", 'does'), ("'in", 'in'), ("'true", 'true'), ("'that", 'that'), ("'the", 'the'), ("'This", 'This')]
ST18750211-V01-15-page4.txt: [("'of", 'of'), ("'And", 'And'), ("'White", 'White'), ("'may", 'may')]
ST18750211-V01-15-page5.txt: [("'forbidding", 'forbidding'), ("'Amen", 'Amen'), ("'to", 'to'), ("'wretchedness", 'wretchedness'), ("'Instead", 'Instead'), ("'to", 'to')]
ST18750211-V01-15-page6.txt: [("'That", 'That'), ("'knowledge", 'knowledge'), ("'general", 'general')]
ST18750211-V01-15-page7.txt: [("'then", 'then'), ("'a", 'a'), ("'and", 'and')]
ST18750211-V01-15-page8.txt: [("'o", 'o')]
ST18750225-V01-16-page2.txt: [("'bend", 'bend'), ("'be", 'be'), ("'lying", 'lying'), ("'burn", 'burn')]
ST18750225-V01-16-page3.txt: [("'out", 'out'), ('\'ever."', 'ever."')]
ST18750225-V01-16-page4.txt: [("'We", 'We')]
ST18750225-V01-16-page5.txt: [("'overcoming", 'overcoming'), ("'accordance", 'accordance')]
ST18750225-V01-16-page6.txt: [("'said", 'said'), ("'age", 'age'), ("'all", 'all'), ("'unanimous", 'unanimous'), ("'by", 'by')]
ST18750225-V01-16-page7.txt: [("'Tronchin", 'Tronchin'), ("'successful", 'successful'), ("'worship", 'worship'), ("'unjust.", 'unjust.')]
ST18750225-V01-16-page8.txt: [("'Bro.", 'Bro.'), ("'.", '.')]
ST18750304-V01-17-page1.txt: [("'The", 'The'), ("'tis", 'tis'), ("'Take", 'Take'), ("'twill", 'twill'), ("'that", 'that')]
ST18750304-V01-17-page2.txt: [("'and", 'and')]
ST18750304-V01-17-page3.txt: [("'was", 'was'), ("'says", 'says'), ("'We", 'We'), ("'admitted", 'admitted'), ("'with", 'with')]
ST18750304-V01-17-page4.txt: [("'and", 'and')]
ST18750304-V01-17-page5.txt: [("'the", 'the'), ("'themselves", 'themselves'), ("'appetite", 'appetite'), ("'of", 'of'), ("'which", 'which'), ("'atmosphere.", 'atmosphere.'), ("'against", 'against')]
ST18750304-V01-17-page6.txt: [("'Tis", 'Tis'), ("'and", 'and')]
ST18750304-V01-17-page7.txt: [("'the", 'the'), ("'grace", 'grace'), ("'for", 'for'), ("'Christian", 'Christian'), ("'part", 'part')]
ST18750304-V01-17-page8.txt: [("'OAKLAND", 'OAKLAND'), ("'advanced", 'advanced'), ("'at", 'at'), ("'would", 'would'), ("'We", 'We'), ("'a", 'a'), ("'NoTICE", 'NoTICE'), ("'duck", 'duck'), ("'little", 'little'), ("'OTC", 'OTC'), ("'by", 'by'), ("'to", 'to'), ("'Petaluma", 'Petaluma'), ("'its", 'its')]
ST18750311-V01-18-page1.txt: [("'day", 'day'), ("'midst", 'midst'), ("'the", 'the'), ("'Men", 'Men'), ("'blinded", 'blinded'), ("'this", 'this'), ("'while", 'while'), ("'Rev.", 'Rev.'), ("'after", 'after'), ("'sees", 'sees')]
ST18750311-V01-18-page2.txt: [("'land", 'land'), ("'Scape", 'Scape'), ("'of", 'of'), ("'unjust", 'unjust'), ("'he", 'he'), ("'place", 'place'), ("'place", 'place'), ("'Remember", 'Remember'), ("'little", 'little'), ("'and", 'and'), ("'that", 'that'), ("'On", 'On'), ("'of", 'of'), ("'and", 'and'), ("'lots", 'lots')]
ST18750311-V01-18-page3.txt: [("'He", 'He'), ("'at", 'at'), ("'is", 'is'), ("'exposing", 'exposing'), ("'hour.", 'hour.'), ("'reason", 'reason'), ('\'"', '"'), ("'at", 'at'), ("'Did", 'Did'), ("'supporting", 'supporting'), ("'be", 'be'), ("'It", 'It'), ("'Precept", 'Precept'), ("'moral", 'moral')]
ST18750311-V01-18-page4.txt: [("'THE", 'THE'), ("'Testament", 'Testament'), ("'a", 'a'), ("'And", 'And'), ("'city", 'city'), ("'be", 'be'), ("'and", 'and'), ("'announcement", 'announcement'), ("'sad", 'sad'), ("'hangs", 'hangs'), ("'affirm", 'affirm')]
ST18750311-V01-18-page5.txt: [("'ire", 'ire'), ("'brightness", 'brightness'), ("'angel", 'angel'), ("'shall", 'shall'), ("'from.", 'from.'), ("'church", 'church'), ("'called", 'called'), ("'different", 'different'), ("'and", 'and'), ("'imagination", 'imagination')]
ST18750311-V01-18-page6.txt: [("'the", 'the'), ("'and", 'and'), ("'soul", 'soul'), ("'we", 'we'), ("'fields", 'fields'), ("'Switzerland", 'Switzerland'), ("'Cal.", 'Cal.'), ("'We", 'We'), ("'to", 'to'), ("'fifty", 'fifty'), ("'for", 'for'), ("'of", 'of'), ("'Cause", 'Cause'), ("'at", 'at'), ("'meetings", 'meetings'), ("'good", 'good'), ("'is", 'is'), ("'and", 'and')]
ST18750311-V01-18-page7.txt: [("'It", 'It'), ("'the", 'the'), ("'what", 'what'), ("'of", 'of'), ("'we", 'we'), ("'simple", 'simple'), ("'even", 'even'), ("'somewhere", 'somewhere'), ("'orators", 'orators'), ("'The", 'The'), ("'Penn", 'Penn'), ("'The", 'The'), ("'as", 'as'), ("'excellent", 'excellent'), ("'business", 'business'), ("'only", 'only'), ("'chea'p", 'cheap')]
ST18750311-V01-18-page8.txt: [("'neath", 'neath'), ("'our", 'our'), ("'and", 'and'), ("'shut", 'shut'), ("'Some", 'Some'), ("'injudicious", 'injudicious'), ("'wellestablished", 'wellestablished'), ("'worth.", 'worth.'), ("'course", 'course'), ("'blessing", 'blessing'), ("'Upon", 'Upon'), ("'WHY", 'WHY'), ("'from", 'from'), ("'law", 'law'), ("'God", 'God'), ("'of", 'of'), ("'.", '.'), ("'hope", 'hope'), ("'place", 'place'), ("'they", 'they'), ("'have", 'have'), ("'though", 'though'), ("'the", 'the'), ("'In", 'In')]
ST18750318-V01-19-page1.txt: [("'your", 'your'), ("'shall", 'shall'), ("'servant", 'servant'), ("'early", 'early'), ("'who", 'who'), ("'meat", 'meat'), ("'the", 'the')]
ST18750318-V01-19-page2.txt: [("'says", 'says'), ("'been", 'been'), ("'years.", 'years.'), ("'from", 'from'), ("'we", 'we'), ("'his", 'his'), ("'his", 'his'), ("'thousand", 'thousand'), ("'beginning", 'beginning'), ("'purpose", 'purpose')]
ST18750318-V01-19-page3.txt: [("'who", 'who'), ("'of", 'of'), ("'earth", 'earth'), ("'do", 'do'), ("'as", 'as'), ("'I'm", 'Im'), ("'below", 'below'), ("'place", 'place'), ("'New", 'New'), ("'been", 'been'), ("'above", 'above'), ("'or", 'or'), ("'the", 'the'), ("'appreciation", 'appreciation'), ("'placing", 'placing'), ("'With", 'With'), ("'act", 'act'), ("'them", 'them'), ("'All", 'All'), ("'What", 'What'), ("'Hence", 'Hence')]
ST18750318-V01-19-page4.txt: [("'DITTY", 'DITTY'), ("'is", 'is'), ("'before", 'before')]
ST18750318-V01-19-page5.txt: [("'they", 'they'), ("'Whether", 'Whether'), ("'to", 'to'), ("'When", 'When'), ("'stamp", 'stamp'), ("'When", 'When'), ("'made", 'made'), ("'suffering", 'suffering'), ("'pray", 'pray'), ("'God.", 'God.'), ("'no", 'no'), ("'their", 'their'), ("'Son", 'Son')]
ST18750318-V01-19-page6.txt: [("'the", 'the'), ("'door", 'door'), ("'anything", 'anything'), ("'Tis", 'Tis'), ("'that", 'that'), ("'course", 'course'), ("'Europe", 'Europe'), ("'Committee.", 'Committee.'), ("'ahead", 'ahead'), ("'as", 'as'), ("'grave", 'grave'), ("'neath", 'neath'), ("'We", 'We'), ("'But", 'But'), ("'walls", 'walls'), ("'I", 'I'), ("'of", 'of'), ("'crooked", 'crooked'), ("'was", 'was'), ("'me", 'me'), ("'life", 'life')]
ST18750318-V01-19-page7.txt: [("'OF", 'OF'), ('\'"', '"'), ("'spirit.", 'spirit.'), ("'discover", 'discover'), ("'Roman", 'Roman'), ("'husband", 'husband'), ("'be", 'be'), ("'reason", 'reason'), ("'love", 'love'), ("'could", 'could')]
ST18750318-V01-19-page8.txt: [("'work", 'work'), ("'know", 'know'), ("'United", 'United'), ("'a", 'a'), ("'in", 'in')]
ST18750325-V01-20-page1.txt: [("'and", 'and'), ("'generally", 'generally'), ("'No", 'No'), ("'shall", 'shall'), ("'bore", 'bore'), ("'of", 'of'), ("'the", 'the'), ("'King", 'King'), ("'conflict", 'conflict'), ("'hath", 'hath'), ("'and", 'and'), ("'for", 'for'), ("'righteous", 'righteous'), ("'still", 'still'), ("'the", 'the'), ("'of", 'of'), ("'of", 'of'), ("'years", 'years'), ("'that", 'that'), ("'the", 'the'), ("'greatly", 'greatly'), ("'unto", 'unto'), ("'one", 'one'), ("'Lamb", 'Lamb'), ("'the", 'the'), ("'with", 'with'), ("'are", 'are'), ("'King", 'King'), ("'part", 'part'), ("'obtain", 'obtain'), ("'but", 'but'), ("'of", 'of'), ("'world", 'world'), ("'Father", 'Father'), ("'the", 'the'), ("'of", 'of')]
ST18750325-V01-20-page2.txt: [("'world", 'world'), ("'God", 'God'), ("'nations", 'nations'), ("'to", 'to'), ("'mouth", 'mouth'), ("'for", 'for'), ("'.", '.'), ("'the", 'the'), ("'of", 'of'), ("'been", 'been'), ("'confined", 'confined'), ("'old", 'old'), ("'As", 'As'), ("'the", 'the'), ("'represent", 'represent'), ("'nothing", 'nothing'), ("'a", 'a'), ("'the", 'the'), ("'will", 'will'), ("'have", 'have'), ("'of", 'of'), ("'righteous", 'righteous'), ("'the", 'the'), ("'the", 'the'), ("'condition", 'condition'), ("'world", 'world'), ("'are", 'are'), ("'of", 'of')]
ST18750325-V01-20-page3.txt: [("'faction", 'faction'), ("'Eternal", 'Eternal'), ("'education", 'education'), ("'that", 'that'), ("'rigid", 'rigid'), ("'spies", 'spies'), ("'of", 'of'), ("'secrecy", 'secrecy'), ("'of", 'of'), ("'to", 'to'), ("'of", 'of'), ("'of", 'of'), ("'and", 'and'), ("'If", 'If'), ("'and", 'and'), ("'must", 'must'), ("'and", 'and'), ("'how", 'how'), ("'of", 'of'), ("'of", 'of'), ("'Europe", 'Europe'), ("'an", 'an'), ("'private", 'private'), ("'A", 'A'), ("'once", 'once'), ("'of", 'of'), ("'everywhere", 'everywhere'), ("'to", 'to'), ("'Darboy", 'Darboy'), ("'have", 'have'), ("'faction", 'faction'), ("'contest", 'contest'), ("'voice", 'voice'), ("'Peter", 'Peter'), ("'could", 'could'), ("'cited.", 'cited.'), ("'all", 'all'), ("'United", 'United')]
ST18750325-V01-20-page4.txt: [("'and", 'and'), ("'with", 'with'), ("'closed", 'closed'), ("'apostle", 'apostle'), ("'And", 'And'), ("'unto", 'unto'), ("'doctrines", 'doctrines'), ("'but", 'but'), ("'name", 'name'), ("'better", 'better'), ("'he", 'he'), ("'Christ.", 'Christ.'), ("'admitted", 'admitted'), ("'on", 'on'), ("'would", 'would')]
ST18750325-V01-20-page5.txt: [("'f", 'f'), ("'from", 'from'), ("'Bible", 'Bible'), ("'That", 'That'), ("'drink", 'drink'), ("'or", 'or'), ("'to", 'to'), ("'fourth", 'fourth'), ("'carefully", 'carefully'), ("'THE", 'THE'), ("'Jewish", 'Jewish'), ("'giving", 'giving'), ("'it", 'it'), ("'of", 'of'), ("'a", 'a'), ("'article", 'article'), ("'This", 'This'), ("'thinks", 'thinks'), ("'that", 'that')]
ST18750325-V01-20-page6.txt: [("'should", 'should'), ("'to", 'to'), ("'pages", 'pages'), ("'report", 'report'), ("'the", 'the'), ("'the", 'the'), ("'financial", 'financial'), ("'sinners", 'sinners'), ("'when", 'when'), ("'intermediate", 'intermediate'), ("'it", 'it'), ("'in", 'in'), ("'a", 'a'), ("'We", 'We'), ("'and", 'and'), ("'WholeSome", 'WholeSome'), ("'Lord.", 'Lord.'), ("'us", 'us'), ("'the", 'the'), ("'bed", 'bed'), ("'t", 't'), ("'our", 'our'), ("'fear", 'fear'), ("'our", 'our'), ("'a", 'a'), ("'through", 'through'), ("'hour", 'hour'), ("'heaven", 'heaven'), ("'Publishing", 'Publishing'), ("'about", 'about'), ("'upon", 'upon'), ("'is", 'is'), ("'a", 'a')]
ST18750325-V01-20-page7.txt: [("'from", 'from'), ("'and", 'and'), ("'Scriptures", 'Scriptures'), ("'fire", 'fire'), ("'Christ.", 'Christ.'), ("'how", 'how'), ("'poor", 'poor'), ("'principles", 'principles'), ("'SUCCUMBS.", 'SUCCUMBS.'), ("'poisonous", 'poisonous'), ("'of", 'of'), ("'Christian", 'Christian'), ("'the", 'the'), ("'here.", 'here.'), ("'to", 'to')]
ST18750325-V01-20-page8.txt: [("'Bro.", 'Bro.'), ("'oints", 'oints'), ("'the", 'the'), ("'that", 'that'), ("'obtain", 'obtain'), ("'Loughborough.", 'Loughborough.'), ("'consummated.", 'consummated.'), ("'District", 'District'), ("'Woodland", 'Woodland'), ("'the", 'the'), ("'Mr", 'Mr'), ('\'"', '"'), ("'revelation", 'revelation'), ("'in", 'in'), ("'thousands", 'thousands')]
ST18750401-V01-21-page1.txt: [("'ISSUED", 'ISSUED'), ("'tis", 'tis'), ("'mid", 'mid'), ("'bore", 'bore')]
ST18750401-V01-21-page2.txt: [("'devise", 'devise'), ("'and", 'and'), ("'was", 'was'), ("'Has", 'Has'), ("'Phillipians", 'Phillipians'), ("'faith", 'faith'), ("'the", 'the'), ("'Their", 'Their'), ("'recounting", 'recounting')]
ST18750401-V01-21-page3.txt: [("'necessary", 'necessary'), ("'probably", 'probably'), ("'behold", 'behold'), ("'and", 'and')]
ST18750401-V01-21-page4.txt: [("'to", 'to'), ("'Why", 'Why')]
ST18750401-V01-21-page5.txt: [("'s", 's'), ("'I", 'I'), ("'Christian", 'Christian'), ("'is", 'is'), ("'No", 'No'), ("'of", 'of'), ("'the", 'the'), ("'to", 'to'), ("'him", 'him'), ("'a", 'a'), ("'be", 'be'), ("'days.", 'days.'), ("'feature", 'feature')]
ST18750401-V01-21-page6.txt: [("'appetites", 'appetites'), ("'twill", 'twill'), ("'taint", 'taint'), ("'Poor", 'Poor'), ("'comparatively", 'comparatively'), ("'of", 'of'), ("'do", 'do'), ("'Prussia", 'Prussia'), ("'gives", 'gives'), ("'Wisconsin", 'Wisconsin'), ("'Moreover", 'Moreover')]
ST18750401-V01-21-page7.txt: [("'Archbishop", 'Archbishop'), ("'doubtless", 'doubtless'), ("'are", 'are'), ("'Let", 'Let'), ("'he", 'he'), ("'death", 'death'), ("'of", 'of'), ("'and", 'and'), ("'the", 'the'), ("'the", 'the'), ("'of", 'of'), ("'part", 'part'), ("'of", 'of'), ("'suffering", 'suffering'), ("'be", 'be'), ("'to", 'to')]
ST18750401-V01-21-page8.txt: [("'State.", 'State.'), ("'s", 's'), ("'When", 'When'), ("'Wm.", 'Wm.')]
ST18750408-V01-22-page1.txt: [("'his", 'his'), ("'for", 'for'), ("'use", 'use'), ("'city", 'city'), ("'And", 'And'), ("'But", 'But'), ("'voice", 'voice'), ("'old", 'old'), ("'at", 'at'), ("'meat.", 'meat.')]
ST18750408-V01-22-page2.txt: [("'hand", 'hand'), ("'the", 'the'), ("'flesh", 'flesh'), ("'which", 'which'), ("'upon", 'upon'), ("'The", 'The'), ("'Of", 'Of')]
ST18750408-V01-22-page3.txt: [("'Vol.", 'Vol.'), ("'SIGNS", 'SIGNS'), ("'their", 'their'), ("'very", 'very'), ("'it", 'it'), ("'dependence", 'dependence'), ("'broke", 'broke'), ("'they", 'they'), ("'our", 'our'), ("'the", 'the'), ("'are", 'are'), ("'of", 'of'), ("'Late", 'Late'), ("'If", 'If'), ("'his", 'his'), ("'iterated", 'iterated'), ("'superscription", 'superscription'), ("'It", 'It'), ("'He", 'He'), ("'decalogue", 'decalogue')]
ST18750408-V01-22-page4.txt: [("'already", 'already'), ("'as", 'as'), ("'Christian", 'Christian')]
ST18750408-V01-22-page5.txt: [("'and", 'and'), ("'Jesus", 'Jesus'), ("'detract", 'detract'), ("'the", 'the'), ("'them", 'them'), ("'a", 'a'), ("'God", 'God'), ("'from", 'from')]
ST18750408-V01-22-page6.txt: [("'Poor", 'Poor'), ("'satisfaction", 'satisfaction'), ("'perfeet", 'perfeet'), ("'the", 'the'), ("'Sister", 'Sister'), ("'foregoing", 'foregoing'), ("'be", 'be'), ("'At", 'At'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Do'st", 'Dost'), ("'and'yet", 'andyet'), ("'t", 't'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'Each", 'Each'), ("'hoods", 'hoods'), ("'not", 'not'), ("'power", 'power'), ("'soon", 'soon'), ("'a", 'a'), ("'copies", 'copies'), ("'citizens", 'citizens')]
ST18750408-V01-22-page7.txt: [("'London", 'London'), ("'exclusively", 'exclusively'), ("'neither", 'neither'), ("''THE", 'THE'), ("'chicken", 'chicken'), ("'the", 'the'), ("'no", 'no'), ("'And", 'And'), ("'purchase", 'purchase'), ("'hun", 'hun'), ("'the", 'the'), ("'the", 'the'), ("'waters", 'waters'), ("'And", 'And'), ("'She", 'She'), ("'jackknives", 'jackknives'), ("'them", 'them'), ("'Victor", 'Victor'), ("'Y.", 'Y.'), ("'of", 'of'), ("'were", 'were')]
ST18750408-V01-22-page8.txt: [("'James", 'James'), ("'.", '.'), ("'playing", 'playing'), ("'Secular", 'Secular'), ("'A.", 'A.'), ("'By", 'By'), ("'Co.", 'Co.'), ("'Brooks", 'Brooks'), ("'a", 'a'), ("'Call", 'Call')]
ST18750415-V01-23-page1.txt: [("'give", 'give'), ("'their", 'their'), ("'TWO", 'TWO'), ("'sinned", 'sinned'), ("'old", 'old'), ("'baptism", 'baptism'), ("'day", 'day'), ("'sincere", 'sincere'), ("'be", 'be'), ('\'"the', '"the'), ("'teachings", 'teachings'), ("'baptism", 'baptism'), ("'law.", 'law.'), ("'it", 'it'), ("'it", 'it')]
ST18750415-V01-23-page2.txt: [("'This", 'This'), ("'appeared", 'appeared'), ('\'Lord."', 'Lord."'), ("'evil", 'evil'), ("'show", 'show'), ("'Eighteen", 'Eighteen'), ("'Beecher", 'Beecher'), ("'is", 'is'), ("'second", 'second'), ("'other", 'other'), ("'of", 'of'), ('\'"', '"'), ('\'destroy."', 'destroy."'), ("'everlasting", 'everlasting'), ("'drown", 'drown'), ("'to", 'to')]
ST18750415-V01-23-page3.txt: [("'unto", 'unto'), ("'word", 'word'), ("'of", 'of'), ("'you", 'you'), ("'ari.", 'ari.'), ("'that", 'that'), ("'and", 'and'), ("'with", 'with'), ("'it", 'it'), ("'When", 'When'), ("'BE", 'BE'), ("'glory.", 'glory.'), ("'felt", 'felt'), ("'and", 'and'), ("'the", 'the'), ("'Jerusalem", 'Jerusalem'), ("'comfort", 'comfort'), ("'opens", 'opens'), ("'inveStigated", 'inveStigated'), ("'pass", 'pass'), ("'his", 'his'), ("'not", 'not'), ("'into", 'into'), ("'that", 'that'), ("'the", 'the'), ("'THE", 'THE')]
ST18750415-V01-23-page4.txt: [("'use", 'use'), ("'up", 'up'), ("'and", 'and'), ("'in", 'in'), ("'of", 'of'), ("'third", 'third'), ("'Word", 'Word'), ("'far", 'far'), ("'their", 'their')]
ST18750415-V01-23-page5.txt: [("'death", 'death'), ("'faith", 'faith'), ("'the", 'the'), ("'the", 'the'), ("'God", 'God'), ("'people", 'people'), ("'to", 'to'), ("'unto", 'unto'), ("'system", 'system'), ("'to", 'to'), ("'.everything", '.everything')]
ST18750415-V01-23-page6.txt: [("'deny", 'deny'), ("'my", 'my'), ("'my", 'my'), ("'closing", 'closing'), ("'to", 'to'), ("'find", 'find'), ("'not", 'not'), ("'be", 'be'), ("'promises", 'promises'), ("'as", 'as'), ("'the", 'the'), ('\'"When', '"When'), ("'alive", 'alive'), ("'of", 'of'), ("'sin", 'sin'), ("'.forgiveth.", '.forgiveth.'), ("'themselves", 'themselves'), ("'Another's", 'Anothers')]
ST18750415-V01-23-page7.txt: [("'all", 'all'), ("'them", 'them'), ("'the", 'the'), ("'past", 'past'), ("'of", 'of'), ("'found", 'found'), ("'and", 'and'), ("'translation", 'translation'), ("'of", 'of'), ("'of", 'of'), ("'almost", 'almost'), ("'We", 'We'), ("'glitter", 'glitter'), ("'of", 'of'), ("'whom", 'whom'), ("'I", 'I'), ("'about", 'about'), ("'week", 'week'), ("'drinking.would", 'drinking.would'), ("'that.", 'that.'), ("'aft", 'aft'), ("'present", 'present'), ("'provisions", 'provisions'), ("'hand", 'hand'), ("'different", 'different'), ("'be", 'be'), ("'in", 'in'), ("'crimes", 'crimes'), ("'is", 'is'), ("'the", 'the'), ("'uncontrolled", 'uncontrolled'), ("'to", 'to'), ("'interest", 'interest'), ("'the", 'the'), ("'leading", 'leading'), ("'to", 'to')]
ST18750415-V01-23-page8.txt: [("'the", 'the'), ("'more", 'more'), ("'against", 'against'), ("'while", 'while'), ("'of", 'of'), ('\'Statesman."', 'Statesman."'), ("'death", 'death'), ("'whom", 'whom'), ("'and", 'and'), ("'settled", 'settled'), ("'Paper", 'Paper'), ("'White", 'White'), ("'arrive", 'arrive'), ("'so", 'so'), ("'but", 'but'), ("'of", 'of'), ("'Woodhouse", 'Woodhouse')]
ST18750422-V01-24-page1.txt: [("'spurious", 'spurious'), ("'year", 'year'), ("'those", 'those'), ("'the", 'the'), ("'weeping", 'weeping'), ("'promises", 'promises'), ("'believe", 'believe'), ("'We", 'We'), ("'parties", 'parties'), ("'abolished.", 'abolished.'), ("'They", 'They'), ('\'"', '"'), ('\'abomination."', 'abomination."'), ("'the", 'the'), ("'an", 'an'), ("'church", 'church'), ("'called", 'called'), ("'workers", 'workers'), ("'of", 'of'), ("'we", 'we'), ("'is.", 'is.'), ("'years", 'years'), ("'that", 'that'), ("'.are", '.are'), ("'self", 'self'), ("'leader", 'leader'), ("'Lord", 'Lord'), ("'sect", 'sect'), ("'a", 'a'), ("'be", 'be'), ("'not", 'not')]
ST18750422-V01-24-page2.txt: [("'such", 'such'), ("'true", 'true'), ("'of", 'of'), ("'hope", 'hope'), ("'I", 'I'), ("'do", 'do'), ("'they", 'they'), ("'but", 'but'), ("'and", 'and'), ("'begin", 'begin'), ("'at", 'at'), ("'instance", 'instance')]
ST18750422-V01-24-page3.txt: [("'have", 'have'), ("'There", 'There'), ("'th", 'th'), ("'and", 'and'), ("'about", 'about'), ("'may", 'may'), ("'the", 'the'), ("'the", 'the'), ("'word", 'word'), ("'late", 'late'), ("'is", 'is'), ("'Bishop", 'Bishop'), ("'of", 'of'), ("'with", 'with'), ("'me", 'me'), ("'English", 'English'), ("'was", 'was'), ("'In", 'In'), ("'Bishop.", 'Bishop.'), ("'Whatever", 'Whatever'), ("'guilty", 'guilty'), ("'with", 'with'), ("'Homeof", 'Homeof'), ("'soul", 'soul'), ("'case", 'case'), ("'said", 'said'), ("'Christ", 'Christ'), ("'No", 'No'), ("'any", 'any'), ("'the", 'the'), ("'was", 'was'), ("'inaportant", 'inaportant'), ("'uplifted", 'uplifted'), ("'in", 'in'), ("'we", 'we'), ("'There", 'There'), ("'rapid", 'rapid'), ("'of", 'of'), ("'se'r'vants", 'servants'), ("'apparently", 'apparently'), ("'olive", 'olive'), ("'anything", 'anything'), ("'faithful", 'faithful')]
ST18750422-V01-24-page4.txt: [("'without", 'without'), ("'And", 'And'), ("'great", 'great'), ("'importance", 'importance'), ("'and", 'and'), ("'the", 'the'), ("'the", 'the'), ("'readest", 'readest'), ("'the", 'the'), ("'of", 'of'), ("'golden", 'golden'), ("'and", 'and'), ("'Astonishing", 'Astonishing'), ("'to", 'to'), ("'to", 'to'), ("'millennium", 'millennium'), ("'and", 'and'), ("'with", 'with'), ("'says.", 'says.'), ("'the", 'the'), ("'conversion", 'conversion'), ("'and", 'and'), ("'water", 'water'), ("'be", 'be'), ("'Neither", 'Neither'), ("'manifest", 'manifest'), ("'a", 'a'), ("'they", 'they'), ("'old", 'old'), ("'greatness", 'greatness'), ("'And", 'And'), ("'Simply", 'Simply'), ("'to", 'to'), ("'his", 'his'), ("'The", 'The')]
ST18750422-V01-24-page5.txt: [("'to", 'to'), ("'because", 'because'), ("'a", 'a'), ("'lord", 'lord'), ("'servant", 'servant'), ("'We", 'We'), ("'has", 'has'), ("'degree.", 'degree.'), ("'ruined", 'ruined'), ("'of", 'of'), ("'Thus", 'Thus'), ("'are", 'are'), ("'talent", 'talent'), ("'the", 'the'), ("'put", 'put'), ("'so", 'so'), ("'God.", 'God.'), ("'from", 'from'), ("'He", 'He'), ("'will", 'will'), ("'of", 'of'), ("'than", 'than'), ("'the", 'the'), ("'God.", 'God.'), ("'selfish", 'selfish'), ("'turn", 'turn'), ("'Him", 'Him'), ("'of", 'of'), ("'and", 'and')]
ST18750422-V01-24-page6.txt: [("'met", 'met'), ("'OF", 'OF'), ("''enteied", 'enteied'), ("'was", 'was'), ("'proprietor", 'proprietor'), ("'recently", 'recently'), ("'that", 'that'), ("'grateful", 'grateful'), ("'infidel", 'infidel'), ("'had", 'had'), ("'at", 'at'), ("'only", 'only'), ("'was", 'was'), ("'for", 'for'), ("'refeired", 'refeired'), ("'has", 'has'), ("'of", 'of'), ("'a", 'a'), ("'in", 'in'), ("'possession", 'possession'), ("'houses", 'houses'), ("'until", 'until'), ("'to", 'to'), ("'souls", 'souls'), ("'cause.", 'cause.'), ("'East", 'East'), ("'West", 'West'), ("'same", 'same'), ("'It", 'It'), ("'every", 'every'), ("'side", 'side'), ("'What", 'What'), ("'William", 'William'), ("'to", 'to'), ("'quietly", 'quietly'), ("'process", 'process'), ("'Who", 'Who'), ("'copies", 'copies'), ("'in", 'in'), ("'One", 'One'), ("'and", 'and'), ("'has", 'has'), ("'WooD.", 'WooD.'), ("'ago", 'ago'), ("'I", 'I'), ("'his", 'his')]
ST18750422-V01-24-page7.txt: [("'have", 'have'), ("'statement", 'statement'), ("'Voice", 'Voice'), ("'instruction", 'instruction'), ("'and", 'and'), ("'had", 'had'), ("'and", 'and'), ("'being", 'being'), ("'AND", 'AND'), ("'..", '..'), ("'again", 'again'), ("'have", 'have'), ("'Egypt", 'Egypt'), ("'his", 'his'), ("'night", 'night'), ("'about", 'about'), ("'building", 'building')]
ST18750422-V01-24-page8.txt: [("'the", 'the'), ("'places", 'places'), ("'are", 'are'), ("'a", 'a'), ("'and", 'and'), ("'Hundred", 'Hundred'), ("'The", 'The'), ("'preaching", 'preaching'), ("'perhaps", 'perhaps'), ("'feelings", 'feelings'), ("'the", 'the'), ("'Prophecy", 'Prophecy'), ("'only", 'only'), ("'radiant.", 'radiant.'), ("'the", 'the'), ("'he'll", 'hell'), ('\'"', '"'), ("'Wittenmeyer", 'Wittenmeyer'), ("'have", 'have'), ("'APPOINT", 'APPOINT'), ("'second", 'second'), ("'better", 'better'), ("'to", 'to'), ("'the", 'the')]
ST18750429-V01-25-page1.txt: [("'desire", 'desire'), ("'the", 'the'), ("'between", 'between'), ("'of", 'of'), ("'the", 'the'), ("'the", 'the'), ("'The", 'The'), ("'answer", 'answer')]
ST18750429-V01-25-page2.txt: [("'the", 'the'), ("'Satan", 'Satan'), ("'captive", 'captive'), ("'have", 'have'), ("'am", 'am'), ("'no", 'no'), ("'savages", 'savages'), ("'learn", 'learn'), ("'Jesus", 'Jesus'), ("'wretched", 'wretched'), ("'is", 'is')]
ST18750429-V01-25-page3.txt: [("'done", 'done'), ("'through", 'through'), ("'commune", 'commune'), ("'was", 'was'), ("'here", 'here'), ("'attentively", 'attentively'), ("'no", 'no'), ("'with", 'with')]
ST18750429-V01-25-page4.txt: [("'The", 'The'), ("'the", 'the'), ("'who", 'who')]
ST18750429-V01-25-page5.txt: [("'that", 'that'), ("'well", 'well'), ("'be", 'be'), ("'the", 'the'), ("'keep", 'keep'), ("'gives", 'gives')]
ST18750429-V01-25-page6.txt: [("'I", 'I'), ("'between", 'between'), ("'professing", 'professing'), ("'slanderer", 'slanderer'), ("'With", 'With'), ("'came", 'came'), ("'the", 'the'), ("'hold", 'hold'), ("'which", 'which'), ("'a", 'a'), ("'men", 'men'), ("'Dartmoor", 'Dartmoor')]
ST18750429-V01-25-page7.txt: [("'active", 'active'), ("'health", 'health'), ("'only", 'only'), ("'to", 'to'), ("'and", 'and'), ("'this", 'this'), ("'was", 'was'), ("'thence", 'thence'), ("'with", 'with'), ("'of", 'of'), ("'benefit", 'benefit'), ("'and", 'and'), ("'after", 'after'), ("'telegraph", 'telegraph'), ("'such", 'such')]
ST18750429-V01-25-page8.txt: [("'call", 'call'), ("'before", 'before'), ("'give", 'give'), ("'Hattie", 'Hattie'), ("'the", 'the'), ("'Vol.", 'Vol.'), ("'Post", 'Post'), ("'Woodland", 'Woodland')]
ST18750506-V01-26-page1.txt: [("'frequent", 'frequent'), ("'extent", 'extent'), ("'remarks", 'remarks'), ("'for", 'for'), ("'continue", 'continue'), ("'speak", 'speak'), ("'than", 'than'), ("'the", 'the'), ("'perform", 'perform'), ("'of", 'of'), ("'should", 'should'), ("'away.", 'away.'), ("'unnatural", 'unnatural'), ("'her", 'her'), ("'Ali", 'Ali'), ("'father", 'father'), ("'her", 'her'), ("'shall", 'shall'), ("'thanks", 'thanks')]
ST18750506-V01-26-page2.txt: [("'had", 'had'), ("'by", 'by'), ("'Are", 'Are'), ("'a", 'a'), ("'that", 'that'), ("'down", 'down'), ("'thus", 'thus'), ("'God", 'God'), ("'All", 'All'), ("'in", 'in'), ("'any", 'any'), ("'guards", 'guards'), ("'declared", 'declared'), ('\'sin."', 'sin."'), ("'went", 'went'), ("'what", 'what')]
ST18750506-V01-26-page3.txt: [("'tomes", 'tomes'), ("'He", 'He'), ("'rules.", 'rules.'), ("'prejudiced.", 'prejudiced.'), ("'to", 'to'), ("'not", 'not'), ("'be", 'be'), ("'satisfied", 'satisfied'), ("'does", 'does'), ("'What", 'What'), ("'denounce", 'denounce'), ("'are", 'are'), ("'nature", 'nature'), ("'obstill.", 'obstill.'), ("'will", 'will'), ("'be", 'be'), ("'upon", 'upon'), ("'receiving", 'receiving'), ("'number", 'number'), ("'with", 'with'), ("'the", 'the'), ("'be", 'be'), ("'not", 'not'), ("'reach", 'reach'), ("'the", 'the')]
ST18750506-V01-26-page4.txt: [("'to", 'to'), ("'in", 'in'), ("'but", 'but'), ("'souls", 'souls')]
ST18750506-V01-26-page5.txt: [("'strengthened", 'strengthened'), ("'was", 'was'), ("'was", 'was'), ("'that", 'that'), ("'God", 'God'), ("'very", 'very'), ("'unto", 'unto'), ("'possessed", 'possessed')]
ST18750506-V01-26-page6.txt: [("'by", 'by'), ("'desire", 'desire'), ("'man.", 'man.'), ("'from", 'from'), ("'not", 'not'), ("'out.", 'out.'), ("'a", 'a'), ("'truth's", 'truths'), ("'States", 'States'), ("'responsible", 'responsible'), ("'to", 'to'), ("'I", 'I'), ("'to", 'to')]
ST18750506-V01-26-page7.txt: [("'SIGNS", 'SIGNS'), ("'of", 'of'), ("'to", 'to'), ("'Mark.", 'Mark.'), ("'It", 'It'), ("'things", 'things'), ("'the'se", 'these'), ("'alleged.by", 'alleged.by'), ("'taken", 'taken'), ("'were", 'were'), ("'the", 'the'), ("'does", 'does'), ("'receive", 'receive'), ("'tilt", 'tilt')]
ST18750506-V01-26-page8.txt: [("'hundred", 'hundred'), ("'no", 'no'), ("'earnestly", 'earnestly'), ("'a", 'a'), ("'sing", 'sing'), ("'not", 'not')]
ST18750513-V01-27-page1.txt: [("'evening", 'evening'), ("'such", 'such'), ("'The", 'The'), ("'to", 'to'), ("'William", 'William'), ("'age", 'age'), ("'All", 'All'), ("'to", 'to'), ("'came", 'came'), ("'in", 'in'), ("'night.", 'night.'), ("'out", 'out'), ("'And", 'And'), ("'it", 'it')]
ST18750513-V01-27-page2.txt: [("'author", 'author'), ("'mob", 'mob'), ("'it", 'it'), ("'that", 'that'), ("'very", 'very')]
ST18750513-V01-27-page3.txt: [("'of", 'of'), ("'and", 'and'), ("'of", 'of'), ("'A", 'A'), ("'arisen", 'arisen'), ("'dwell", 'dwell'), ("'since", 'since'), ("'employ", 'employ'), ("'sensual", 'sensual'), ("'shut", 'shut'), ("'be", 'be'), ("'All", 'All'), ("'so", 'so')]
ST18750513-V01-27-page4.txt: [("'their", 'their'), ("'when", 'when'), ("'addition", 'addition'), ("'earth", 'earth'), ("'grants", 'grants'), ("'house", 'house')]
ST18750513-V01-27-page5.txt: [("'accepted", 'accepted'), ("'they", 'they'), ("'Pharisees", 'Pharisees'), ("'If", 'If'), ("'that", 'that'), ("'early", 'early'), ("'of", 'of'), ("'cleanse", 'cleanse')]
ST18750513-V01-27-page6.txt: [("'denies", 'denies'), ("'Went", 'Went'), ("'our", 'our'), ("'by", 'by'), ("'theological", 'theological'), ("'this", 'this'), ("'the", 'the'), ("'but", 'but'), ("'tent", 'tent')]
ST18750513-V01-27-page7.txt: [("'total", 'total'), ("'Ancient", 'Ancient'), ("'Don't", 'Dont'), ("'potato", 'potato'), ("'the", 'the'), ("'Universalists", 'Universalists'), ("'known", 'known'), ("'that", 'that'), ("'if", 'if'), ("'any", 'any')]
ST18750513-V01-27-page8.txt: [("'etc.", 'etc.'), ("'Vallejo", 'Vallejo'), ("'I'm", 'Im'), ("'tis", 'tis')]
ST18750520-V01-28-page1.txt: [("'mid", 'mid'), ("'neath", 'neath'), ("'a", 'a'), ("'we", 'we'), ("'I", 'I')]
ST18750520-V01-28-page2.txt: [("'prophet", 'prophet'), ("'yet", 'yet'), ("'weak.", 'weak.'), ("'This", 'This'), ("'for", 'for'), ("'offer", 'offer'), ("'will", 'will'), ("'judgments", 'judgments'), ("'much", 'much'), ("'morals", 'morals'), ("'Both", 'Both'), ("'forth", 'forth'), ("'servant", 'servant'), ("'.", '.'), ("'and", 'and'), ("'.", '.')]
ST18750520-V01-28-page3.txt: [("'some", 'some'), ("'fro", 'fro'), ("'we", 'we'), ("'summer", 'summer'), ("'are", 'are'), ("'glowing.", 'glowing.'), ("'One", 'One'), ("'offend", 'offend'), ("'with", 'with')]
ST18750520-V01-28-page4.txt: [("'frum", 'frum')]
ST18750520-V01-28-page5.txt: [("'precede", 'precede'), ("'end", 'end'), ("'one", 'one'), ("'is", 'is'), ("'sinner", 'sinner'), ("'Bible", 'Bible'), ("'Creator", 'Creator'), ("'Who", 'Who')]
ST18750520-V01-28-page6.txt: [("'your", 'your')]
ST18750520-V01-28-page7.txt: [("'heaviest", 'heaviest'), ("'t", 't'), ("'Sunday", 'Sunday'), ("'of", 'of'), ("'the", 'the'), ("'Sheriff's", 'Sheriffs'), ("'of", 'of'), ("'crowd", 'crowd'), ("'on", 'on')]
ST18750520-V01-28-page8.txt: [("'and", 'and'), ("'State", 'State'), ("'that", 'that'), ("'C", 'C'), ("'for", 'for')]
ST18750527-V01-29-page1.txt: [("'as", 'as'), ("'special", 'special'), ("'prayer", 'prayer'), ("'mid", 'mid'), ("'Seeking", 'Seeking'), ("'sin", 'sin'), ("'empire.", 'empire.'), ("'says", 'says'), ("'subject", 'subject'), ("'gift", 'gift'), ("'at", 'at'), ("'hierarchy", 'hierarchy'), ("'And", 'And')]
ST18750527-V01-29-page2.txt: [("'you", 'you'), ("''ye", 'ye'), ("'their", 'their'), ("'forth", 'forth'), ("'of", 'of'), ("'wastuig", 'wastuig'), ("'Who", 'Who'), ("'last", 'last'), ("'to", 'to'), ("'no", 'no'), ('\'of\'prophecy."', 'ofprophecy."'), ("'as", 'as'), ("'who", 'who'), ("'evidently", 'evidently'), ("'in", 'in'), ("'a", 'a'), ("'that", 'that'), ("'object", 'object'), ("'him", 'him'), ("'man", 'man'), ("'.", '.'), ("'lion", 'lion'), ("'the", 'the'), ("'minister", 'minister'), ("'in", 'in'), ("'Christ", 'Christ'), ("'and", 'and'), ("'withsack", 'withsack'), ("'and", 'and'), ("'is", 'is'), ("'became", 'became'), ("'not", 'not'), ("'this", 'this'), ('\'"', '"'), ("'the", 'the'), ("'withered.", 'withered.'), ("'beasts", 'beasts'), ("'out", 'out'), ("'my", 'my'), ("'is", 'is'), ("'put", 'put')]
ST18750527-V01-29-page3.txt: [("'your", 'your'), ("'reluctantly.", 'reluctantly.'), ("'do", 'do'), ("'Antiochus", 'Antiochus'), ("'goes", 'goes'), ("'evangelical", 'evangelical'), ("'kingdoms", 'kingdoms'), ("'remember", 'remember'), ("'supremacy", 'supremacy'), ("'three", 'three'), ("'Rom.", 'Rom.'), ("'this", 'this'), ("'the", 'the'), ("'life", 'life'), ("'crude", 'crude'), ("'revealed", 'revealed'), ("'Send", 'Send'), ("'the", 'the'), ("'unto", 'unto'), ("'the", 'the'), ("'sure", 'sure'), ("'I", 'I'), ("'feel", 'feel'), ("'you", 'you')]
ST18750527-V01-29-page4.txt: [("'prejuin", 'prejuin'), ("'church", 'church'), ("'is", 'is'), ("'reference", 'reference'), ("'of", 'of'), ("'first", 'first'), ("'when", 'when'), ("'the", 'the'), ("'their", 'their'), ("'offered", 'offered'), ("'extended", 'extended'), ("'to", 'to'), ("'after", 'after'), ("'and", 'and'), ("'it", 'it'), ("'salvation", 'salvation'), ("'bedient", 'bedient'), ("'no", 'no'), ("'all", 'all'), ("'the", 'the'), ("'on", 'on')]
ST18750527-V01-29-page5.txt: [("'as", 'as'), ("'we", 'we'), ("'allow", 'allow'), ("'being", 'being'), ("'presnt", 'presnt'), ("'No", 'No'), ("'neither", 'neither'), ("'it", 'it'), ("'donation", 'donation'), ("'from", 'from'), ("'is", 'is'), ("'seek", 'seek'), ("'Withdrawing", 'Withdrawing'), ("'one", 'one'), ("'Jose.", 'Jose.'), ("'to", 'to'), ("'It", 'It'), ("'of", 'of'), ("'way", 'way'), ("'aid", 'aid'), ("'of", 'of'), ("'N.", 'N.'), ("'midst", 'midst'), ("'KnOwino", 'KnOwino'), ("'a", 'a'), ("'How", 'How'), ("'finances", 'finances'), ("'cause", 'cause'), ("'for", 'for'), ("'also", 'also'), ("'my", 'my'), ("'positively", 'positively'), ("'of", 'of'), ("'persons", 'persons'), ("'as", 'as'), ("'you", 'you'), ("'at", 'at'), ("'or", 'or'), ("'carpet", 'carpet'), ("'it", 'it')]
ST18750527-V01-29-page6.txt: [("'order", 'order'), ("'a", 'a'), ("'business", 'business'), ("'of", 'of'), ("'of", 'of'), ("'through", 'through'), ("'some", 'some'), ("'pertaining", 'pertaining'), ("'be", 'be'), ("'separately.", 'separately.'), ("'of", 'of'), ("'consel", 'consel'), ("'a", 'a')]
ST18750527-V01-29-page7.txt: [("'forother", 'forother'), ("'Catholic", 'Catholic'), ("'occawane", 'occawane'), ("'him.", 'him.'), ("'how", 'how'), ("'fighting", 'fighting'), ("'animals.", 'animals.'), ("'objeetioriable", 'objeetioriable'), ("'Austria", 'Austria'), ("'fall", 'fall'), ("'others", 'others'), ("'at", 'at'), ("'bitter.", 'bitter.'), ("'Presbyterian", 'Presbyterian'), ("'Pennsylvania", 'Pennsylvania'), ("'exercise", 'exercise'), ("'talked", 'talked'), ("'supplies", 'supplies'), ("'conversing", 'conversing'), ("'to", 'to'), ("'come", 'come'), ("'of", 'of'), ("'A", 'A'), ("'Abyssinia", 'Abyssinia'), ("'of", 'of'), ("'have", 'have'), ("'to", 'to'), ("'in", 'in'), ("'several", 'several'), ("'Comes", 'Comes'), ("'and", 'and'), ("'states", 'states'), ("'since", 'since'), ("'to", 'to'), ("'mischief", 'mischief'), ("'not", 'not'), ("'the", 'the'), ("'large", 'large'), ("'caught", 'caught'), ("'voice", 'voice'), ("'Papa", 'Papa'), ("'have", 'have'), ("'winter", 'winter'), ("'their.", 'their.'), ("'mines.", 'mines.'), ("'drying", 'drying'), ("'from", 'from'), ("'on", 'on')]
ST18750527-V01-29-page8.txt: [("'and", 'and'), ("'to", 'to'), ("'THE", 'THE'), ("'Valley.", 'Valley.'), ("'By", 'By'), ("'intended", 'intended'), ("'preaching", 'preaching'), ("'While", 'While'), ("'T.", 'T.'), ("'on", 'on'), ("'who", 'who')]
ST18750603-V01-30-page1.txt: [("'to", 'to'), ("'wrath", 'wrath'), ("'guilt", 'guilt'), ("'of", 'of'), ("'true.", 'true.'), ("'his", 'his'), ("'sight", 'sight'), ("'the", 'the'), ("'offered", 'offered'), ("'his", 'his')]
ST18750603-V01-30-page2.txt: [("'ten", 'ten'), ("'And", 'And'), ("'other", 'other'), ("'life", 'life'), ("'by", 'by'), ("'obliged", 'obliged'), ("'pray", 'pray'), ("'and", 'and'), ("'Surely", 'Surely'), ("'saith", 'saith'), ("'none", 'none'), ("'to", 'to'), ("'be", 'be'), ("'in", 'in'), ("'and", 'and'), ("'century", 'century'), ("''and", 'and'), ("'himself", 'himself'), ("'the", 'the'), ("'But", 'But'), ("'Lazarus", 'Lazarus'), ("'in", 'in'), ("'of", 'of'), ("'to'as", 'toas'), ("'of", 'of')]
ST18750603-V01-30-page3.txt: [("'is", 'is'), ("'of", 'of'), ("'fident", 'fident'), ("'of", 'of'), ("'Lord", 'Lord'), ("'These", 'These'), ("'he", 'he'), ("'took", 'took'), ("'saith", 'saith'), ("'in", 'in'), ("'at", 'at'), ("'religious", 'religious'), ("'floods", 'floods'), ("'utterly", 'utterly'), ("'this", 'this')]
ST18750603-V01-30-page4.txt: [("'brethren.", 'brethren.'), ("'humility", 'humility'), ("'morning", 'morning'), ("'they", 'they'), ("'a", 'a'), ("'he", 'he'), ("'its", 'its'), ("'seem", 'seem'), ("'willing", 'willing')]
ST18750603-V01-30-page5.txt: [("'themselves", 'themselves'), ("'the", 'the'), ("'blinded", 'blinded'), ("'are", 'are'), ("'past", 'past'), ("'we", 'we'), ("'in", 'in'), ("'hot", 'hot'), ("'great", 'great'), ("'and.", 'and.'), ("'should", 'should'), ("''God's", 'Gods'), ("'men", 'men'), ("'letting", 'letting'), ("'may", 'may'), ("'by", 'by'), ("'flowers", 'flowers'), ("'a", 'a'), ("'bower", 'bower'), ("'a", 'a'), ("'thy", 'thy'), ("'advent", 'advent'), ("'thictrine.", 'thictrine.'), ("'in", 'in')]
ST18750603-V01-30-page6.txt: [("'letter", 'letter'), ("'ages", 'ages'), ("'Cause", 'Cause'), ("'and", 'and'), ("'all", 'all'), ("'spoken", 'spoken'), ("'explanation", 'explanation'), ("'SIGNS", 'SIGNS'), ("'held", 'held'), ("'a", 'a'), ("'their", 'their'), ("'exhort", 'exhort'), ("'doctor", 'doctor'), ("'present", 'present'), ("'execution", 'execution')]
ST18750603-V01-30-page7.txt: [("'tea", 'tea'), ("'could", 'could'), ("'till", 'till'), ("'is", 'is'), ("'past", 'past'), ("'clear", 'clear'), ("'his", 'his'), ("'men.", 'men.'), ("'stone", 'stone'), ("'with", 'with'), ("'when", 'when'), ("'in", 'in'), ("'great.", 'great.'), ("'Act", 'Act'), ("'assuming", 'assuming'), ("'and", 'and'), ("'Methodist", 'Methodist'), ("'corn", 'corn'), ("'to", 'to'), ("'Pennsylvania", 'Pennsylvania')]
ST18750603-V01-30-page8.txt: [("'Vhen", 'Vhen'), ("'day", 'day'), ("'but", 'but'), ("'is", 'is')]
ST18750610-V01-31-page2.txt: [("'Of", 'Of'), ("'his", 'his'), ("'the", 'the'), ("'and", 'and'), ("'plead", 'plead'), ("'the", 'the')]
ST18750610-V01-31-page3.txt: [("'It", 'It'), ("'faithfully", 'faithfully'), ("'where", 'where'), ("'I", 'I'), ("'say", 'say')]
ST18750610-V01-31-page4.txt: [("'accomplishing", 'accomplishing'), ("'for", 'for'), ("'statements.", 'statements.'), ("'and.", 'and.'), ("'the", 'the')]
ST18750610-V01-31-page5.txt: [("'it", 'it'), ("'not", 'not'), ("'teaches", 'teaches'), ("'cannot", 'cannot'), ("'which", 'which')]
ST18750610-V01-31-page6.txt: [("'Thyself..", 'Thyself..'), ("'Fret", 'Fret'), ("'remained", 'remained'), ("'to", 'to'), ("'what", 'what'), ("'subjects.", 'subjects.'), ("'brethren", 'brethren')]
ST18750610-V01-31-page7.txt: [("'wish.", 'wish.'), ("'the", 'the'), ("'the", 'the'), ("'April", 'April'), ("'professor", 'professor')]
ST18750610-V01-31-page8.txt: [("'profound", 'profound')]
ST18750617-V01-32-page1.txt: [("'Mid", 'Mid'), ("'must", 'must'), ("'by", 'by')]
ST18750617-V01-32-page2.txt: [("'think", 'think'), ("'commandment", 'commandment'), ("'long", 'long'), ("'by", 'by'), ("'Jacob", 'Jacob'), ("'Jacob", 'Jacob')]
ST18750617-V01-32-page3.txt: [("'solidly", 'solidly'), ("'is", 'is'), ("'England.", 'England.'), ("'his", 'his'), ("'she", 'she')]
ST18750617-V01-32-page4.txt: [("'advocate", 'advocate'), ("'we", 'we'), ("'She", 'She'), ("'very", 'very'), ("'able", 'able'), ("'who", 'who'), ("'See", 'See')]
ST18750617-V01-32-page5.txt: [("'that", 'that'), ("'The", 'The'), ("'brethren", 'brethren'), ("'have", 'have'), ("'he", 'he'), ("'the", 'the')]
ST18750617-V01-32-page6.txt: [("'millions", 'millions'), ("'the", 'the'), ("'ways", 'ways'), ("'domestic", 'domestic'), ("'A", 'A'), ("'and", 'and')]
ST18750617-V01-32-page7.txt: [("'China", 'China'), ("'the", 'the'), ("'city", 'city'), ("'on", 'on'), ("'be", 'be'), ("'read", 'read')]
ST18750617-V01-32-page8.txt: [("'ry", 'ry'), ("'has", 'has'), ("'V", 'V')]
ST18750624-V01-33-page1.txt: [("'the", 'the'), ("'he", 'he'), ("'that", 'that'), ("'hear", 'hear'), ("'to", 'to'), ("'shall", 'shall'), ("'And", 'And'), ("'my", 'my'), ("'judg", 'judg')]
ST18750624-V01-33-page2.txt: [("'the", 'the'), ("'the", 'the'), ("'beyond", 'beyond'), ("'perfect", 'perfect'), ("'From", 'From'), ("'who", 'who'), ("'if", 'if'), ("'it", 'it'), ("'there", 'there'), ("'not", 'not'), ("'lie", 'lie'), ("'hope", 'hope'), ("'a", 'a'), ("'the", 'the'), ("'And", 'And'), ("'we", 'we'), ("'to", 'to'), ("'is", 'is'), ("'that", 'that'), ("'breath", 'breath'), ("'manner", 'manner'), ("'hope", 'hope'), ("'to", 'to'), ("'God", 'God'), ("'that", 'that'), ("'heirs", 'heirs'), ("'sPecial", 'sPecial'), ("'some", 'some'), ("'be", 'be'), ("'none", 'none')]
ST18750624-V01-33-page3.txt: [("'foreign", 'foreign'), ("'have", 'have'), ("'it", 'it'), ("'suspect", 'suspect'), ("'said", 'said'), ("'and", 'and'), ("'of", 'of'), ("'text", 'text'), ("'us", 'us'), ("'Acts", 'Acts')]
ST18750624-V01-33-page4.txt: [("'of", 'of'), ("'us", 'us'), ("'it", 'it'), ("'Kankakee.", 'Kankakee.'), ("'relative", 'relative'), ("'a", 'a'), ("'Thus", 'Thus'), ("'preceding", 'preceding'), ("'God's", 'Gods'), ("'on", 'on')]
ST18750624-V01-33-page5.txt: [("'received", 'received'), ("'of", 'of'), ("'old", 'old'), ('\'sins."', 'sins."'), ("'from", 'from'), ("'stand", 'stand'), ("'remain", 'remain'), ("'wilderness", 'wilderness'), ("'the", 'the'), ("'many", 'many'), ("'against", 'against'), ("'to", 'to'), ("'they", 'they'), ("'in", 'in'), ("'appeareth", 'appeareth'), ("'that", 'that')]
ST18750624-V01-33-page6.txt: [("'Tis", 'Tis'), ("'No", 'No'), ("'who", 'who'), ("'no", 'no'), ("'or", 'or')]
ST18750624-V01-33-page7.txt: [("'Hammond's", 'Hammonds'), ("'agencies", 'agencies'), ("'The", 'The'), ("'Of", 'Of'), ("'are", 'are'), ("'connection", 'connection'), ("'Cheney.", 'Cheney.'), ("'Farmers", 'Farmers'), ("'wheat", 'wheat'), ("'over", 'over')]
ST18750624-V01-33-page8.txt: [("'expense", 'expense'), ("'to", 'to'), ("'Being", 'Being'), ("'and", 'and'), ("'no", 'no'), ("'secretaries", 'secretaries'), ("'of", 'of')]
ST18750701-V01-34-page1.txt: [("'Mr", 'Mr'), ("'reader", 'reader')]
ST18750701-V01-34-page2.txt: [("'which", 'which'), ("'of", 'of'), ("'dried", 'dried'), ("'see", 'see'), ('\'"', '"'), ('\'"', '"'), ("'be", 'be'), ("'we", 'we')]
ST18750701-V01-34-page3.txt: [("'is", 'is'), ("'better", 'better'), ("'people", 'people'), ("'think", 'think'), ('\'"And', '"And'), ("'covenant", 'covenant'), ("'covenant", 'covenant'), ("'the", 'the'), ("'have", 'have'), ("'a", 'a')]
ST18750701-V01-34-page4.txt: [("'not", 'not'), ("'meeting", 'meeting'), ("'..r", '..r'), ("'pie", 'pie'), ("'A", 'A'), ("'and", 'and'), ("'and", 'and'), ("'The", 'The'), ("'all", 'all'), ("'what", 'what'), ("'was", 'was'), ("'to", 'to'), ("'unnecessary", 'unnecessary'), ("'Sister", 'Sister'), ("'the", 'the'), ("'of", 'of'), ("'appeal", 'appeal'), ("'public", 'public'), ("'ascertained", 'ascertained'), ("'proper", 'proper'), ("'a", 'a'), ("'and", 'and'), ("'son", 'son'), ("'arid", 'arid')]
ST18750701-V01-34-page5.txt: [("'kGNS..", 'kGNS..'), ("'THE", 'THE'), ("'longer", 'longer'), ("'words", 'words'), ("'by", 'by'), ("'to", 'to'), ("'it", 'it'), ("'a", 'a'), ("'Voted", 'Voted'), ("'and.submit", 'and.submit'), ("'specificatiOns", 'specificatiOns'), ("'with", 'with'), ("'persons", 'persons'), ("'lies", 'lies'), ("'Christians", 'Christians'), ("'where", 'where'), ("'the", 'the'), ("'point", 'point'), ("'with", 'with'), ("'effect", 'effect'), ("'de", 'de'), ("'but", 'but'), ("'If", 'If'), ("'of", 'of'), ("'inventions", 'inventions'), ("'the", 'the'), ("'Emperor", 'Emperor'), ("'own", 'own'), ("'placed", 'placed'), ("'of", 'of'), ("'and", 'and'), ("'He", 'He'), ("'priceless", 'priceless')]
ST18750701-V01-34-page6.txt: [("'I'o", 'Io'), ("'to", 'to')]
ST18750701-V01-34-page7.txt: [("'SIGNS", 'SIGNS'), ("'statement.", 'statement.'), ("'substitute", 'substitute'), ("'distinctions", 'distinctions'), ("'the", 'the'), ("'will", 'will'), ("'the", 'the'), ("'the", 'the'), ("'who", 'who')]
ST18750701-V01-34-page8.txt: [("'If", 'If'), ("'not", 'not'), ("'such", 'such'), ("'mor.", 'mor.')]
ST18750708-V01-35-page1.txt: [("'ocrates", 'ocrates')]
ST18750708-V01-35-page2.txt: [("'Cea", 'Cea'), ("'And", 'And'), ("'lost", 'lost')]
ST18750708-V01-35-page3.txt: [("'what", 'what'), ("'sack", 'sack')]
ST18750708-V01-35-page4.txt: [("'interesting", 'interesting'), ("'And", 'And')]
ST18750708-V01-35-page6.txt: [("'.", '.')]
ST18750708-V01-35-page7.txt: [("'the", 'the'), ("'irligion", 'irligion')]
ST18750708-V01-35-page8.txt: [("'hi.fe", 'hi.fe')]
ST18750715-V01-36-page3.txt: [("'the", 'the')]
ST18750715-V01-36-page8.txt: [("'great", 'great')]
ST18750722-V01-37-page2.txt: [("'and", 'and')]
ST18750722-V01-37-page3.txt: [("'that", 'that')]
ST18750722-V01-37-page4.txt: [("'another", 'another')]
ST18750722-V01-37-page6.txt: [("'days", 'days')]
ST18750722-V01-37-page7.txt: [("'t", 't')]
ST18750722-V01-37-page8.txt: [("'and", 'and')]
ST18750729-V01-38-page1.txt: [("'Tis", 'Tis')]
ST18750729-V01-38-page2.txt: [("'they", 'they')]
ST18750729-V01-38-page4.txt: [("'re", 're')]
ST18750729-V01-38-page6.txt: [("'midst", 'midst')]
ST18750805-V01-39-page1.txt: [("'verse", 'verse')]
ST18750805-V01-39-page2.txt: [("'to", 'to'), ("'what", 'what'), ("'I", 'I'), ("'is", 'is'), ("'added", 'added'), ("'judging", 'judging'), ("'occurs", 'occurs'), ("'the", 'the')]
ST18750805-V01-39-page4.txt: [("'it", 'it'), ("'Christ", 'Christ')]
ST18750805-V01-39-page6.txt: [("'get", 'get'), ("'which", 'which')]
ST18750805-V01-39-page8.txt: [("'C", 'C'), ("'C", 'C'), ("'C", 'C'), ("'tists", 'tists'), ("'lope.", 'lope.'), ("'a", 'a')]
ST18750812-V01-40-page2.txt: [("'t", 't'), ("'to", 'to'), ("'and", 'and'), ("'The", 'The')]
ST18750812-V01-40-page4.txt: [("'would", 'would')]
ST18750812-V01-40-page6.txt: [("'mid", 'mid'), ("'his", 'his')]
ST18750812-V01-40-page7.txt: [("'as", 'as'), ("'real", 'real')]
ST18750812-V01-40-page8.txt: [("'committee", 'committee')]
ST18750819-V01-41-page1.txt: [("'Tis", 'Tis')]
ST18750819-V01-41-page7.txt: [("'consequences", 'consequences')]
ST18750826-V01-42-page1.txt: [("'Without", 'Without')]
ST18750826-V01-42-page5.txt: [("'filthy", 'filthy')]
ST18750826-V01-42-page6.txt: [("'s", 's')]
ST18750826-V01-42-page7.txt: [("'and", 'and')]
ST18750826-V01-42-page8.txt: [("'by", 'by'), ('\'"', '"'), ("'Tent", 'Tent')]
ST18750902-V01-43-page6.txt: [("'tis", 'tis')]
ST18750902-V01-43-page7.txt: [("'sorrow", 'sorrow')]
ST18750902-V01-43-page8.txt: [("'publications", 'publications'), ("'Christian", 'Christian'), ("'writer", 'writer'), ("'Pike", 'Pike')]
ST18750909-V01-44-page1.txt: [("'XXII", 'XXII'), ("'Where", 'Where'), ("'rejoice", 'rejoice')]
ST18750909-V01-44-page2.txt: [("'cited", 'cited'), ("'from", 'from'), ("'the", 'the'), ("'ask", 'ask')]
ST18750909-V01-44-page3.txt: [("'all", 'all'), ("'time", 'time'), ("'angel", 'angel')]
ST18750909-V01-44-page4.txt: [("'longest", 'longest'), ("'to", 'to'), ("'the", 'the')]
ST18750909-V01-44-page5.txt: [("'difference", 'difference'), ("'day", 'day'), ("'emotions", 'emotions')]
ST18750909-V01-44-page6.txt: [("'who", 'who'), ("'only", 'only'), ("'CO", 'CO'), ('\'"', '"'), ("'on", 'on'), ("'SMITH", 'SMITH')]
ST18750909-V01-44-page7.txt: [("'conducted.", 'conducted.'), ("'pushed", 'pushed'), ("'street", 'street'), ("'of", 'of'), ("'Jesuits", 'Jesuits')]
ST18750909-V01-44-page8.txt: [("'Bring", 'Bring'), ("'foot", 'foot')]
ST18750916-V01-45-page1.txt: [("'the", 'the'), ("'accustomed", 'accustomed'), ("'be", 'be'), ("'God.", 'God.'), ("'sin", 'sin'), ("'contains", 'contains'), ("'And", 'And'), ("'death", 'death'), ("'flesh", 'flesh')]
ST18750916-V01-45-page2.txt: [("'the", 'the'), ("'which", 'which'), ("'waters.", 'waters.'), ("'great", 'great'), ("'no", 'no'), ("'God", 'God'), ("'Gentile", 'Gentile'), ("'apostle", 'apostle'), ("'that", 'that'), ("'canon", 'canon'), ("'when", 'when'), ("'version", 'version')]
ST18750916-V01-45-page3.txt: [("'little", 'little'), ("'suggests", 'suggests'), ("'way", 'way'), ("'the", 'the'), ("'from", 'from'), ("'Sunday", 'Sunday'), ("'of", 'of')]
ST18750916-V01-45-page4.txt: [("'Vermont", 'Vermont'), ("'stations", 'stations')]
ST18750916-V01-45-page5.txt: [("'Him", 'Him'), ("'the", 'the')]
ST18750916-V01-45-page6.txt: [("'reach.", 'reach.'), ("'each", 'each'), ("'Christ", 'Christ'), ("'of", 'of'), ("'Ghost.", 'Ghost.'), ("'old", 'old'), ("'by", 'by'), ("'their", 'their'), ("'put", 'put')]
ST18750916-V01-45-page7.txt: [("'stronger", 'stronger'), ("'and", 'and'), ("'of", 'of'), ("'of", 'of'), ("'from", 'from'), ("'auspices", 'auspices'), ("'of", 'of'), ("'at", 'at')]
ST18750916-V01-45-page8.txt: [("'quarterly", 'quarterly'), ("'cts.", 'cts.')]
ST18750923-V01-46-page1.txt: [("'Christ", 'Christ'), ("'supplement", 'supplement'), ("'rest", 'rest'), ("'gymnastics", 'gymnastics')]
ST18750923-V01-46-page2.txt: [("'s", 's'), ("'they", 'they')]
ST18750923-V01-46-page3.txt: [("'many", 'many'), ("'sight", 'sight')]
ST18750923-V01-46-page4.txt: [("'God", 'God'), ("'reduced", 'reduced'), ("'will", 'will'), ("'and", 'and')]
ST18750923-V01-46-page5.txt: [("'instructed", 'instructed'), ("'day", 'day'), ("'t", 't'), ("'Tis", 'Tis')]
ST18750923-V01-46-page6.txt: [("'We", 'We'), ("'true", 'true')]
ST18750923-V01-46-page7.txt: [("'fermentation", 'fermentation'), ("'of", 'of'), ("'It", 'It')]
ST18750923-V01-46-page8.txt: [("'made", 'made'), ("'this", 'this'), ("'Aitoinroo", 'Aitoinroo')]
ST18751007-V01-47-page1.txt: [("'to", 'to'), ("'the", 'the'), ("'that", 'that')]
ST18751007-V01-47-page2.txt: [("'light.", 'light.'), ("'are", 'are')]
ST18751007-V01-47-page3.txt: [("'that", 'that'), ("'sits", 'sits'), ("'to", 'to'), ("'with", 'with'), ("'all", 'all')]
ST18751007-V01-47-page4.txt: [("'there", 'there')]
ST18751007-V01-47-page5.txt: [("'arrived", 'arrived'), ("'lover", 'lover'), ("'well", 'well')]
ST18751007-V01-47-page7.txt: [("'English", 'English'), ("'were", 'were'), ("'to", 'to'), ("'renounced", 'renounced'), ("'and", 'and'), ("'additional", 'additional'), ("'high", 'high')]
ST18751007-V01-47-page8.txt: [("'ceremony", 'ceremony'), ("'the", 'the'), ("'came", 'came'), ("'Fund.", 'Fund.'), ("'Tracts", 'Tracts')]
ST18751021-V01-48-page1.txt: [("'would", 'would'), ("'secluded", 'secluded'), ("'to", 'to'), ("'save", 'save'), ("'equal", 'equal'), ("'It", 'It'), ("'evil", 'evil'), ("'How", 'How')]
ST18751021-V01-48-page2.txt: [("'Church", 'Church'), ("'And", 'And'), ("'for", 'for'), ("'by", 'by'), ("'tent-meeting", 'tent-meeting'), ("'labor", 'labor'), ("'to", 'to'), ("'mind", 'mind')]
ST18751021-V01-48-page3.txt: [("'disposition", 'disposition')]
ST18751021-V01-48-page4.txt: [("'Spirit", 'Spirit'), ("'to", 'to')]
ST18751021-V01-48-page5.txt: [("'before", 'before'), ("'us.", 'us.'), ("'Tall", 'Tall'), ("'he", 'he'), ("'debts", 'debts')]
ST18751021-V01-48-page6.txt: [("'Thou", 'Thou'), ("'Sept.", 'Sept.'), ("'District", 'District')]
ST18751021-V01-48-page7.txt: [("'thousands", 'thousands'), ("'lots", 'lots'), ("'Frani", 'Frani')]
ST18751021-V01-48-page8.txt: [("'Baptism", 'Baptism'), ("'News", 'News'), ("'of", 'of')]
ST18760127-V02-09-page1.txt: [("'tis", 'tis'), ("'call", 'call'), ("'to", 'to'), ("'TERMS", 'TERMS'), ("'the", 'the'), ("'is", 'is'), ("'the", 'the'), ("'THE", 'THE'), ("'communication", 'communication'), ("'they", 'they'), ("'no", 'no')]
ST18760127-V02-09-page2.txt: [("'second", 'second'), ("'I", 'I')]
ST18760127-V02-09-page3.txt: [("'Draw", 'Draw'), ("'the", 'the'), ("'was", 'was'), ("'that", 'that'), ("'outraged", 'outraged'), ("'ropes", 'ropes'), ("'ages", 'ages'), ("'sacrilegious", 'sacrilegious'), ("'covered", 'covered'), ("'three", 'three'), ("'Of", 'Of'), ("'no", 'no'), ("'are", 'are'), ("'we", 'we'), ("'selfish", 'selfish'), ("'unimproved", 'unimproved'), ("'aco", 'aco'), ("'tos", 'tos'), ("'crated", 'crated'), ("'In", 'In'), ("'fWe", 'fWe'), ("'kings", 'kings'), ("'exalts", 'exalts'), ("'rule", 'rule'), ("'John", 'John'), ("'of", 'of'), ("'female", 'female')]
ST18760127-V02-09-page4.txt: [("'of", 'of'), ("'of", 'of'), ("'ministers", 'ministers'), ("'among", 'among'), ("'memorable", 'memorable'), ("'When", 'When'), ("'from", 'from'), ("'and", 'and'), ("'would", 'would'), ("'reprove", 'reprove')]
ST18760127-V02-09-page5.txt: [("'that", 'that'), ('\'"Inow', '"Inow'), ("'and", 'and'), ("'my.", 'my.'), ("'did", 'did'), ("'that", 'that'), ("'him", 'him'), ("'Yes", 'Yes'), ("'Again", 'Again'), ("'and", 'and'), ("'.", '.'), ("'a", 'a'), ("'rested", 'rested'), ("'NOOK", 'NOOK'), ("'me", 'me'), ("'praising", 'praising'), ("'gathered", 'gathered'), ("'reverently", 'reverently'), ("'army", 'army'), ("'If", 'If')]
ST18760127-V02-09-page6.txt: [("'every", 'every'), ("'not", 'not'), ("'power", 'power')]
ST18760127-V02-09-page7.txt: [("'troubled", 'troubled'), ("'been", 'been'), ("'greater", 'greater'), ("'he", 'he'), ("'ElIesven", 'ElIesven'), ("'human", 'human'), ("'dysfew", 'dysfew'), ("'manner", 'manner'), ("'lie", 'lie'), ("'impossibility", 'impossibility'), ("'That", 'That'), ("'the", 'the'), ("'consistency", 'consistency'), ("'metaphor", 'metaphor'), ("'and", 'and'), ("'whole", 'whole'), ("'It", 'It'), ("'known", 'known'), ("'bread", 'bread'), ("'Thin", 'Thin'), ("'set", 'set'), ("'floss", 'floss'), ("'there", 'there')]
ST18760127-V02-09-page8.txt: [("'sorry", 'sorry')]
ST18770419-V03-16-page1.txt: [("'T'silents.", 'Tsilents.'), ("'Tis", 'Tis'), ("'NE", 'NE'), ("'nithful", 'nithful'), ("'ely", 'ely'), ("'miracle", 'miracle')]
ST18770419-V03-16-page2.txt: [("'dealing", 'dealing'), ("'host", 'host'), ("'ther", 'ther')]
ST18770524-V03-21-page1.txt: [("'rho", 'rho'), ("'rime", 'rime'), ("'they", 'they'), ("'SCIENCE", 'SCIENCE')]
ST18770612-V05-23-page1.txt: [("'during", 'during')]
ST18770612-V05-23-page2.txt: [("'day", 'day'), ("'they", 'they'), ("'whereby", 'whereby'), ("'has", 'has'), ("'the", 'the')]
ST18780103-V04-01-page1.txt: [("'delusion", 'delusion'), ("'of", 'of'), ("'fame.", 'fame.')]
ST18780103-V04-01-page2.txt: [("'the", 'the'), ("'Palmyra.", 'Palmyra.'), ("'Inot", 'Inot'), ("'day", 'day'), ("'the", 'the')]
ST18780103-V04-01-page3.txt: [("'language", 'language')]
ST18780103-V04-01-page4.txt: [("'the", 'the'), ("'this", 'this'), ("'the", 'the'), ("'fresh", 'fresh')]
ST18780103-V04-01-page5.txt: [("'kind", 'kind'), ("'NO", 'NO'), ("'have", 'have'), ("'at", 'at'), ("'or", 'or'), ("'from", 'from')]
ST18780103-V04-01-page6.txt: [("'mid", 'mid'), ("'mid", 'mid'), ("'parlor", 'parlor')]
ST18780103-V04-01-page7.txt: [("'have", 'have'), ("'as", 'as'), ("'Clarke", 'Clarke'), ("'Says", 'Says'), ("'dose", 'dose'), ("'it", 'it')]
ST18780103-V04-01-page8.txt: [("'.", '.'), ("'Joseph", 'Joseph')]
ST18780110-V04-02-page1.txt: [("'He", 'He'), ("'countenance", 'countenance'), ("'is", 'is')]
ST18780110-V04-02-page3.txt: [("'You", 'You'), ("'such", 'such')]
ST18780110-V04-02-page4.txt: [("'who", 'who'), ("'Christ.", 'Christ.')]
ST18780110-V04-02-page6.txt: [("'Change", 'Change'), ("'moments", 'moments')]
ST18780110-V04-02-page7.txt: [("'work", 'work'), ("'covers", 'covers')]
ST18780110-V04-02-page8.txt: [("'the", 'the')]
ST18780117-V04-03-page1.txt: [("'Tie", 'Tie'), ("'Tis", 'Tis')]
ST18780117-V04-03-page2.txt: [("'others", 'others'), ("'opposition", 'opposition'), ("'Jews", 'Jews'), ("'To", 'To'), ("'final", 'final'), ("'difficulty", 'difficulty'), ("'friend", 'friend'), ("'he", 'he')]
ST18780117-V04-03-page4.txt: [("'in", 'in'), ("'had", 'had'), ("'passage", 'passage')]
ST18780117-V04-03-page5.txt: [("'a", 'a')]
ST18780117-V04-03-page7.txt: [("'I", 'I'), ("'church.", 'church.')]
ST18780117-V04-03-page8.txt: [("'Amendment.", 'Amendment.'), ("'Vol.", 'Vol.'), ("'peal", 'peal'), ("'Received", 'Received')]
ST18780124-V04-04-page1.txt: [("'the", 'the'), ("'Pacific", 'Pacific'), ("'or", 'or'), ("'acknowledgment", 'acknowledgment')]
ST18780124-V04-04-page3.txt: [("'It", 'It'), ("'Nebuchadnezzar", 'Nebuchadnezzar'), ("'therefore", 'therefore')]
ST18780124-V04-04-page4.txt: [("'he", 'he'), ("'shall", 'shall')]
ST18780124-V04-04-page5.txt: [("'from", 'from')]
ST18780124-V04-04-page6.txt: [("'eagerly", 'eagerly')]
ST18780124-V04-04-page7.txt: [('\'"', '"')]
ST18780124-V04-04-page8.txt: [("'have", 'have'), ("'.I", '.I'), ("'N", 'N')]
ST18780207-V04-06-page1.txt: [("'But", 'But'), ("'of", 'of'), ("'in", 'in'), ("'nen", 'nen'), ("'hay.i", 'hay.i'), ("'Which", 'Which'), ("'aiid", 'aiid'), ("'ye", 'ye'), ("'field", 'field'), ("'must", 'must'), ("'all", 'all'), ("'pitied.", 'pitied.'), ("'about", 'about'), ("'women", 'women'), ("'grateful", 'grateful'), ("'natural", 'natural'), ("'Young", 'Young'), ("'make", 'make'), ("'that", 'that'), ("'please..", 'please..'), ("'root", 'root'), ("'shall", 'shall'), ("'can", 'can'), ("'us", 'us'), ("'uttered", 'uttered'), ("'Eden", 'Eden'), ("'and", 'and'), ("'notes", 'notes'), ("'children", 'children'), ("'has", 'has'), ("'given", 'given'), ("'is", 'is'), ("'He", 'He'), ("'how", 'how'), ("'of", 'of'), ("'their", 'their'), ("'flanked", 'flanked'), ("'a", 'a'), ("'natural", 'natural'), ("'adorned", 'adorned'), ("'shrubs", 'shrubs'), ("'.richest", '.richest'), ("'much", 'much'), ("'hard", 'hard'), ("'care", 'care'), ("'comparison", 'comparison'), ("'above", 'above'), ("'the", 'the'), ("'his", 'his'), ("'Created", 'Created')]
ST18780207-V04-06-page2.txt: [("'the", 'the'), ("'I", 'I'), ("'haVe", 'haVe'), ("'cried", 'cried'), ("'haire", 'haire'), ("'being", 'being'), ("'delegate", 'delegate')]
ST18780207-V04-06-page3.txt: [("'Certain", 'Certain'), ("'with", 'with'), ("'on", 'on'), ("'every", 'every'), ("'of", 'of'), ("'to", 'to'), ("'Spirit", 'Spirit'), ("'given", 'given'), ("'the", 'the'), ("'Spirit", 'Spirit'), ("'to", 'to'), ("'But", 'But'), ("'and'the", 'andthe'), ("'orallyas", 'orallyas'), ("'Breathed", 'Breathed'), ("'which", 'which'), ("'Pagan", 'Pagan'), ("'necessary", 'necessary'), ("'sity", 'sity'), ("'would", 'would'), ("'draw", 'draw'), ("'the", 'the'), ("'the", 'the'), ("'this", 'this'), ("'first", 'first')]
ST18780207-V04-06-page4.txt: [("'before", 'before'), ("'as", 'as'), ("'alive", 'alive'), ("'be", 'be'), ("'Mal.", 'Mal.'), ("'feared", 'feared'), ("'candidate", 'candidate'), ("'Nell", 'Nell'), ("'as", 'as'), ("'who", 'who'), ("'deeds", 'deeds'), ("'The", 'The'), ("'were", 'were'), ("'are", 'are'), ("'some", 'some'), ("'us", 'us'), ("'to", 'to'), ("'He", 'He'), ("'Con", 'Con'), ("'be", 'be'), ("'But", 'But'), ("'their", 'their'), ("'of", 'of')]
ST18780207-V04-06-page5.txt: [("'up", 'up'), ("'events", 'events'), ("'that", 'that'), ("'falling", 'falling'), ("'change", 'change'), ("'been", 'been'), ("'that", 'that'), ("'let", 'let'), ("'our", 'our'), ("'let", 'let'), ("'the", 'the'), ("'more", 'more'), ("'these", 'these'), ("'he", 'he'), ("'farsi", 'farsi'), ("'Syria", 'Syria')]
ST18780207-V04-06-page6.txt: [("'Tis", 'Tis'), ("'Twas", 'Twas'), ("'face", 'face'), ("'sea", 'sea'), ("'of", 'of'), ("'water", 'water'), ("'had", 'had'), ("'t", 't'), ("'English", 'English'), ("'sand", 'sand'), ("'re", 're'), ("'What", 'What'), ("'a", 'a'), ("'of", 'of'), ("'m", 'm'), ("'Henry", 'Henry')]
ST18780207-V04-06-page7.txt: [("'city", 'city'), ("'ye", 'ye'), ("'lived", 'lived'), ("'insulted", 'insulted'), ("'OF", 'OF')]
ST18780207-V04-06-page8.txt: [("'act.", 'act.'), ("'Crgos.", 'Crgos.'), ("'.", '.'), ("'Woodland", 'Woodland'), ("'two", 'two'), ("'attend", 'attend'), ("'H", 'H'), ("'Brunsteter", 'Brunsteter')]
ST18780214-V04-07-page1.txt: [("'to", 'to'), ("'those", 'those'), ("'.", '.'), ("'for", 'for'), ("'bind", 'bind'), ("'strengtheneth", 'strengtheneth'), ("'and", 'and')]
ST18780214-V04-07-page2.txt: [("'and", 'and'), ("'incensed", 'incensed'), ("'great", 'great'), ("'this", 'this'), ("'Ptolemy", 'Ptolemy'), ("'WE", 'WE'), ("'is", 'is'), ("'Jews", 'Jews'), ("'sea", 'sea'), ("'most", 'most')]
ST18780214-V04-07-page3.txt: [("'shalt", 'shalt'), ("'Reader", 'Reader'), ("'Honday", 'Honday'), ("'Mark", 'Mark'), ("'know.", 'know.'), ("'and", 'and'), ("'appear", 'appear')]
ST18780214-V04-07-page4.txt: [("'are", 'are'), ("'quarterly", 'quarterly'), ("'Deardroff", 'Deardroff'), ("'J", 'J'), ("'Mc", 'Mc'), ("'truth", 'truth')]
ST18780221-V04-08-page1.txt: [("'but", 'but'), ("'Swift", 'Swift'), ("'ante.", 'ante.')]
ST18780221-V04-08-page2.txt: [("'I", 'I'), ("'had", 'had'), ("'works", 'works')]
ST18780221-V04-08-page3.txt: [("'and", 'and'), ("'lades", 'lades')]
ST18780221-V04-08-page4.txt: [("'T", 'T'), ("'serve", 'serve')]
ST18780221-V04-08-page5.txt: [("'difference", 'difference')]
ST18780221-V04-08-page6.txt: [("'Gainst", 'Gainst'), ("'she", 'she')]
ST18780221-V04-08-page7.txt: [("'has", 'has'), ("'not", 'not'), ("'My", 'My')]
ST18780221-V04-08-page8.txt: [("'Christ", 'Christ'), ("'to", 'to'), ("'Tracts", 'Tracts')]
ST18780307-V04-10-page1.txt: [("'rive", 'rive'), ("'Midst", 'Midst'), ("'whose", 'whose'), ("'alive", 'alive')]
ST18780307-V04-10-page3.txt: [("'was", 'was'), ("'will", 'will'), ("'a", 'a')]
ST18780307-V04-10-page4.txt: [("'We", 'We'), ("'thy", 'thy'), ("'language", 'language'), ("'keep", 'keep')]
ST18780307-V04-10-page5.txt: [("'predicted", 'predicted')]
ST18780307-V04-10-page6.txt: [("'Twas", 'Twas'), ("'My", 'My')]
ST18780307-V04-10-page8.txt: [("'when", 'when'), ("'ner's", 'ners')]
ST18780314-V04-11-page1.txt: [("'mong", 'mong'), ("'Tween", 'Tween'), ("'neath", 'neath'), ("'tween", 'tween'), ("'who", 'who'), ("'as", 'as'), ("'With", 'With'), ("'hou'at", 'houat'), ("'neath", 'neath'), ("'Though", 'Though'), ("'mid", 'mid'), ("'tie", 'tie'), ("'deacon", 'deacon'), ("'neath", 'neath'), ("'mong", 'mong'), ("'upon", 'upon'), ("'all", 'all')]
ST18780314-V04-11-page2.txt: [("'as", 'as'), ("'at", 'at'), ("'that", 'that'), ("'education", 'education')]
ST18780314-V04-11-page3.txt: [("'.", '.'), ("'vent", 'vent'), ("'in", 'in'), ("'.Spirit", '.Spirit'), ("'the'subjects", 'thesubjects'), ("'up", 'up'), ("'Not", 'Not')]
ST18780314-V04-11-page4.txt: [("'and", 'and')]
ST18780314-V04-11-page5.txt: [("'unjust", 'unjust'), ("'priesthood", 'priesthood'), ("'places", 'places'), ("'tisely", 'tisely'), ("'that", 'that'), ("'attention.", 'attention.'), ("'says", 'says'), ("'.enly", '.enly')]
ST18780314-V04-11-page6.txt: [("'Tis", 'Tis'), ("'em.", 'em.')]
ST18780314-V04-11-page7.txt: [("'No", 'No'), ("'me", 'me'), ('\'"', '"'), ("'of", 'of')]
ST18780314-V04-11-page8.txt: [("'the", 'the'), ("'T", 'T'), ("'California", 'California'), ("'Life", 'Life'), ("'of", 'of')]
ST18780321-V04-12-page1.txt: [("'waiting", 'waiting'), ("'assumed", 'assumed'), ('\'"Arise', '"Arise'), ("'To", 'To'), ("'th", 'th'), ("'of", 'of'), ("'of", 'of'), ("'the", 'the'), ("'from", 'from'), ("'declare", 'declare'), ("''bribed", 'bribed'), ("'a", 'a'), ("'reject", 'reject'), ("'of", 'of'), ("'Well", 'Well')]
ST18780321-V04-12-page2.txt: [("'the", 'the'), ("'the", 'the')]
ST18780321-V04-12-page3.txt: [("'thus", 'thus'), ("'Tenase", 'Tenase'), ("'only", 'only')]
ST18780321-V04-12-page5.txt: [("'pulpit", 'pulpit')]
ST18780321-V04-12-page6.txt: [("'vulnerable", 'vulnerable'), ("'theM.", 'theM.')]
ST18780321-V04-12-page7.txt: [("'sticketh", 'sticketh'), ("'silence.", 'silence.'), ("'talk", 'talk'), ("'order", 'order'), ("'for", 'for')]
ST18780321-V04-12-page8.txt: [("'closed", 'closed'), ("'little", 'little'), ("'Meta", 'Meta'), ("'nium", 'nium'), ("'Testimony", 'Testimony'), ("'emphatically", 'emphatically'), ("'jariGiii", 'jariGiii')]
ST18780328-V04-13-page1.txt: [("'benignity", 'benignity'), ("'exchange", 'exchange')]
ST18780328-V04-13-page2.txt: [("'hiked", 'hiked'), ("'Most", 'Most')]
ST18780328-V04-13-page5.txt: [("'man", 'man'), ("'truth.", 'truth.')]
ST18780328-V04-13-page6.txt: [("'tie", 'tie'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18780328-V04-13-page7.txt: [("'besides", 'besides'), ("'what", 'what'), ('\'Intellect."', 'Intellect."'), ("'and", 'and'), ("'gave", 'gave')]
ST18780328-V04-13-page8.txt: [("'Tis", 'Tis'), ("'the", 'the')]
ST18780411-V04-14-page1.txt: [("'mid", 'mid'), ("'CHRIST", 'CHRIST'), ("'felt", 'felt'), ("''.", '.'), ("'which", 'which')]
ST18780411-V04-14-page3.txt: [("'by", 'by'), ("'to", 'to')]
ST18780411-V04-14-page4.txt: [("'Comrades", 'Comrades'), ("'time", 'time'), ("'argues", 'argues'), ("'by", 'by')]
ST18780411-V04-14-page5.txt: [("'eating", 'eating'), ("'Galilee", 'Galilee'), ("'thing", 'thing'), ("'rules.", 'rules.'), ("'sessions", 'sessions')]
ST18780411-V04-14-page6.txt: [("'who", 'who'), ("'that", 'that')]
ST18780411-V04-14-page7.txt: [("'to", 'to'), ('\'"Indeed', '"Indeed'), ("''her", 'her'), ("'indeed", 'indeed'), ("'which", 'which'), ("'might", 'might'), ("''family.", 'family.')]
ST18780411-V04-14-page8.txt: [("'SOME", 'SOME'), ("'press", 'press'), ("'.", '.'), ("'Tents.", 'Tents.'), ("'Cots.", 'Cots.'), ("'of", 'of')]
ST18780418-V04-15-page1.txt: [("'Bee", 'Bee'), ("'Mid", 'Mid'), ("'unwise", 'unwise'), ("'already", 'already'), ("'hewing", 'hewing'), ("'from", 'from')]
ST18780418-V04-15-page2.txt: [("'despondency", 'despondency')]
ST18780418-V04-15-page3.txt: [("'Jesus", 'Jesus')]
ST18780418-V04-15-page4.txt: [("'WHITE", 'WHITE'), ("'preparing.", 'preparing.'), ("'and", 'and'), ("'God", 'God'), ("'California.", 'California.'), ("'have", 'have')]
ST18780418-V04-15-page5.txt: [("'sure", 'sure'), ("'opening", 'opening'), ("'before", 'before'), ("'..", '..'), ("'take", 'take'), ("'battle", 'battle')]
ST18780418-V04-15-page6.txt: [('\'I"', 'I"'), ("'is", 'is'), ("'us", 'us'), ("'bestowed", 'bestowed')]
ST18780418-V04-15-page7.txt: [("'my", 'my'), ("'ore", 'ore'), ("'first", 'first'), ("'to", 'to'), ("'from", 'from')]
ST18780418-V04-15-page8.txt: [("'Weeks", 'Weeks'), ("'Mid", 'Mid'), ("'reacts", 'reacts'), ("'Pt", 'Pt'), ("'e", 'e'), ("'IRE", 'IRE'), ("'c", 'c'), ("'published", 'published'), ("'the", 'the')]
ST18780425-V04-16-page1.txt: [("'Yet", 'Yet'), ("'reasoning", 'reasoning'), ("'as", 'as'), ("'Father", 'Father')]
ST18780425-V04-16-page2.txt: [("'last", 'last'), ("'offerings", 'offerings'), ("'a", 'a')]
ST18780425-V04-16-page3.txt: [("'being", 'being'), ("'that", 'that'), ("'eyes", 'eyes'), ("'why", 'why'), ("'so", 'so'), ("'And", 'And'), ("'JAB", 'JAB'), ("'destruction", 'destruction'), ("'glorified", 'glorified'), ("'shall", 'shall'), ("'voice", 'voice'), ("'together", 'together'), ("'proclaim", 'proclaim'), ("'opposers", 'opposers'), ("'disapprobation.", 'disapprobation.'), ("'shrank", 'shrank')]
ST18780425-V04-16-page4.txt: [("'and", 'and')]
ST18780425-V04-16-page5.txt: [("'from", 'from'), ("'copied", 'copied'), ("'one", 'one'), ("'aburied", 'aburied'), ("'that", 'that'), ("'as", 'as'), ("'a", 'a'), ("'as", 'as'), ("'as", 'as'), ("'sa", 'sa'), ("'C", 'C')]
ST18780425-V04-16-page6.txt: [("'Tis", 'Tis'), ("'cause", 'cause'), ("'Gusta", 'Gusta'), ("'Gusta", 'Gusta'), ("'Gusta", 'Gusta')]
ST18780425-V04-16-page7.txt: [("'Tie", 'Tie'), ("'to", 'to'), ("'our", 'our'), ("'unless", 'unless')]
ST18780425-V04-16-page8.txt: [("'Conference", 'Conference'), ("'saanplilets", 'saanplilets'), ("'state", 'state'), ("'S.", 'S.'), ("'wanting", 'wanting')]
ST18780502-V04-17-page1.txt: [("'.E", '.E'), ("'thoughts", 'thoughts'), ("'and", 'and'), ("'plexed.", 'plexed.')]
ST18780502-V04-17-page2.txt: [("'of", 'of'), ("'religion.", 'religion.'), ("'their", 'their')]
ST18780502-V04-17-page3.txt: [("'illustrated", 'illustrated'), ("'wicked", 'wicked')]
ST18780502-V04-17-page4.txt: [("'patrimony", 'patrimony'), ("'the", 'the'), ("'it", 'it')]
ST18780502-V04-17-page5.txt: [("'example", 'example'), ("'also", 'also'), ("'Wacasosena.", 'Wacasosena.'), ("'so", 'so')]
ST18780502-V04-17-page6.txt: [("'nen", 'nen'), ("'surely", 'surely')]
ST18780502-V04-17-page7.txt: [("'going", 'going'), ("'Christian.", 'Christian.'), ("'was", 'was')]
ST18780502-V04-17-page8.txt: [("'have", 'have'), ("'The", 'The'), ("'advancing", 'advancing'), ("'the", 'the')]
ST18780509-V04-18-page1.txt: [("'offerings", 'offerings'), ("'gainst", 'gainst'), ("'would", 'would'), ("'Minds", 'Minds'), ("'what", 'what')]
ST18780509-V04-18-page2.txt: [("'when", 'when'), ("'coming", 'coming'), ("'is", 'is')]
ST18780509-V04-18-page3.txt: [("'just", 'just'), ("'was", 'was'), ("'were", 'were'), ("'work", 'work')]
ST18780509-V04-18-page4.txt: [("'I", 'I')]
ST18780509-V04-18-page5.txt: [("'of", 'of'), ("'men", 'men'), ("'highway", 'highway'), ("'.out", '.out'), ("'shall", 'shall'), ("'Empire", 'Empire'), ("'far", 'far'), ("'.them", '.them'), ("'erd", 'erd')]
ST18780509-V04-18-page6.txt: [("'that", 'that')]
ST18780509-V04-18-page7.txt: [('\'"', '"'), ("'became", 'became'), ("'only", 'only'), ("'only", 'only'), ("'husband", 'husband'), ("'the", 'the'), ("'would", 'would'), ("'I", 'I'), ("'off.", 'off.')]
ST18780509-V04-18-page8.txt: [("'Sara", 'Sara'), ("'Two.", 'Two.')]
ST18780516-V04-19-page1.txt: [("'These", 'These'), ("'in", 'in'), ("'men.", 'men.'), ("'resisting", 'resisting'), ("'eyes", 'eyes'), ("'Tie", 'Tie'), ("'iii", 'iii'), ("'behold", 'behold'), ("'before", 'before'), ("'of", 'of'), ("'A", 'A'), ("'overspread", 'overspread'), ("'that", 'that'), ("'The.", 'The.'), ("'as", 'as'), ("'This", 'This')]
ST18780516-V04-19-page2.txt: [("'as", 'as')]
ST18780516-V04-19-page3.txt: [("'given", 'given'), ("'Egypt.", 'Egypt.')]
ST18780516-V04-19-page4.txt: [("'As", 'As'), ("'Committee.", 'Committee.'), ("'from", 'from'), ("'his", 'his'), ("'the", 'the'), ("'When", 'When')]
ST18780516-V04-19-page5.txt: [("'the", 'the'), ("'damage.", 'damage.')]
ST18780516-V04-19-page7.txt: [("'rcrlbacoo.", 'rcrlbacoo.'), ("'story", 'story'), ("'twas", 'twas'), ("'Md", 'Md')]
ST18780516-V04-19-page8.txt: [("'the", 'the'), ("'to", 'to'), ("'Christian", 'Christian'), ("'Melinda", 'Melinda'), ("'number", 'number')]
ST18780523-V04-20-page1.txt: [("'mong", 'mong')]
ST18780523-V04-20-page2.txt: [("'All", 'All'), ("'Your", 'Your')]
ST18780523-V04-20-page3.txt: [("'should", 'should'), ("'be", 'be'), ("'The", 'The'), ("'and", 'and'), ("'wolf", 'wolf')]
ST18780523-V04-20-page4.txt: [("'Mt", 'Mt'), ("'Sanitarium", 'Sanitarium'), ("'vows", 'vows'), ("'chiefly", 'chiefly'), ("'which", 'which'), ("'to", 'to')]
ST18780523-V04-20-page5.txt: [("'used", 'used'), ("'Eat", 'Eat'), ("'The", 'The'), ("'congratulations", 'congratulations')]
ST18780523-V04-20-page6.txt: [("'were", 'were'), ("'family", 'family'), ("'and", 'and'), ("'but", 'but')]
ST18780523-V04-20-page7.txt: [("'refined", 'refined'), ("'son", 'son'), ("'of", 'of'), ("'taunts", 'taunts'), ("'a", 'a')]
ST18780523-V04-20-page8.txt: [("'Brethren", 'Brethren'), ("'NEW", 'NEW'), ("'v", 'v'), ("'J", 'J'), ("'Much", 'Much'), ("'.", '.'), ("'s", 's')]
ST18780530-V04-21-page1.txt: [("'is", 'is'), ("'seemed", 'seemed'), ("'unity", 'unity'), ("'throne", 'throne'), ("'.", '.'), ("'Christ's", 'Christs'), ("'qoeotly", 'qoeotly'), ("'teadeda", 'teadeda'), ("'this", 'this'), ("'swayeel", 'swayeel'), ("'Upon", 'Upon'), ("'oeinpatiOns", 'oeinpatiOns'), ("'go", 'go'), ("'Selecting", 'Selecting'), ("'of", 'of'), ("'mount", 'mount'), ("'selips", 'selips'), ("'morning", 'morning'), ("'a", 'a'), ("'three", 'three'), ("'convulsed", 'convulsed'), ("'breast", 'breast'), ("'sorrow.", 'sorrow.')]
ST18780530-V04-21-page3.txt: [("'period", 'period'), ("'olive", 'olive'), ("'of", 'of'), ("'proper", 'proper'), ("'trusting", 'trusting'), ("'was", 'was'), ("'here", 'here')]
ST18780530-V04-21-page4.txt: [("'Christ's", 'Christs'), ("'States", 'States'), ("'Anne", 'Anne'), ("'called", 'called'), ("'destroy", 'destroy'), ("'kingdom", 'kingdom'), ("'of", 'of'), ("'time", 'time'), ("'transgression", 'transgression'), ("'the", 'the'), ("'be", 'be'), ("'sent", 'sent'), ("'forbid", 'forbid')]
ST18780530-V04-21-page5.txt: [("'frem", 'frem'), ("'the", 'the'), ("'he", 'he'), ("'mere", 'mere'), ("'rams", 'rams'), ("'together", 'together'), ("'the", 'the')]
ST18780530-V04-21-page6.txt: [("'twas", 'twas'), ("'and", 'and'), ("'em", 'em'), ("'questions.", 'questions.'), ("'and", 'and'), ("'at", 'at'), ("'the", 'the')]
ST18780530-V04-21-page7.txt: [("'of", 'of'), ("'character.", 'character.'), ("'Mari.", 'Mari.'), ("'had", 'had'), ("'distressed", 'distressed'), ("'NoW", 'NoW'), ("'hall", 'hall'), ("'will.", 'will.'), ("'of", 'of'), ("'by", 'by'), ("'old", 'old'), ("'and", 'and'), ("'a", 'a'), ("'to", 'to'), ("'for", 'for'), ("'adapted", 'adapted')]
ST18780530-V04-21-page8.txt: [("'a", 'a'), ("'Tracts", 'Tracts'), ("'Joseph", 'Joseph'), ("'First", 'First'), ("'return", 'return'), ("'knowledge", 'knowledge'), ("'Sabbath", 'Sabbath'), ("'Second", 'Second'), ("'I", 'I'), ("'by", 'by'), ("'B", 'B')]
ST18780606-V04-22-page1.txt: [("'.", '.'), ("'choose.", 'choose.'), ("'pailedie", 'pailedie'), ('\'"', '"'), ("'cock", 'cock'), ("'Christ", 'Christ'), ("'When", 'When'), ("'looked", 'looked'), ("'sus", 'sus'), ('\'"', '"'), ("'were", 'were')]
ST18780606-V04-22-page2.txt: [("'Randolph", 'Randolph'), ("'to", 'to')]
ST18780606-V04-22-page3.txt: [("'confirmed", 'confirmed'), ("'Where", 'Where'), ("'within", 'within'), ("'in", 'in'), ("'dee", 'dee')]
ST18780606-V04-22-page4.txt: [("'Europe", 'Europe'), ("'events", 'events')]
ST18780606-V04-22-page5.txt: [("'sins.", 'sins.'), ("'delegated", 'delegated'), ("'Pagans", 'Pagans'), ("'briefly", 'briefly'), ("'Millennium", 'Millennium'), ("'Gem", 'Gem'), ("'the", 'the'), ("'actually", 'actually'), ("'of", 'of'), ("'all", 'all'), ("'Ransom", 'Ransom'), ("'righteous", 'righteous'), ("'Jelin", 'Jelin'), ("'He", 'He'), ("'himielf", 'himielf'), ("'saith", 'saith'), ("'to", 'to'), ("'put", 'put')]
ST18780606-V04-22-page6.txt: [("'excuse", 'excuse'), ("'be", 'be')]
ST18780606-V04-22-page7.txt: [("'in", 'in'), ("'however", 'however'), ("'stock", 'stock'), ("'stance", 'stance'), ("'saliva", 'saliva'), ("'the", 'the'), ("'the", 'the'), ("'us", 'us'), ("'seem", 'seem'), ("'order.", 'order.')]
ST18780606-V04-22-page8.txt: [("'rite", 'rite'), ("'Tracts", 'Tracts'), ("'Urges.", 'Urges.'), ("'the", 'the')]
ST18780613-V04-23-page1.txt: [("'WEEKLY", 'WEEKLY'), ("'JAMES", 'JAMES'), ("'malignity", 'malignity'), ("'TEE", 'TEE'), ("''utialleaven's", 'utialleavens'), ("'.TErz", '.TErz'), ("'Christ", 'Christ'), ("'of", 'of'), ("'his", 'his'), ("'to", 'to')]
ST18780613-V04-23-page2.txt: [("'well.", 'well.'), ("'of", 'of'), ("'after", 'after'), ('\'God."', 'God."')]
ST18780613-V04-23-page3.txt: [("'is", 'is')]
ST18780613-V04-23-page4.txt: [("'manifestly", 'manifestly'), ("'service", 'service'), ("'We", 'We'), ("'nearly", 'nearly'), ("'We", 'We'), ("'The", 'The'), ("'remarkable", 'remarkable'), ("'scape", 'scape')]
ST18780613-V04-23-page5.txt: [("'Those", 'Those'), ("'once", 'once'), ("'must", 'must'), ("'of", 'of'), ("'for", 'for'), ("'Our", 'Our'), ("'now", 'now'), ("'an", 'an'), ("'as", 'as'), ("'with", 'with'), ("'to", 'to')]
ST18780613-V04-23-page6.txt: [("'To", 'To'), ("'horses", 'horses'), ("'themselves", 'themselves'), ("'and", 'and')]
ST18780613-V04-23-page7.txt: [("'with", 'with'), ("'that", 'that')]
ST18780613-V04-23-page8.txt: [("'to", 'to'), ("'Angels", 'Angels')]
ST18780627-V04-24-page1.txt: [("'While", 'While'), ("'to", 'to'), ("'to", 'to'), ("'He", 'He'), ("'this", 'this'), ("'every", 'every'), ("'condemnation", 'condemnation'), ("'and", 'and'), ("'temple.", 'temple.'), ("'days", 'days'), ("'declared", 'declared'), ("'would", 'would'), ("'had", 'had'), ("'the", 'the'), ("'him", 'him'), ("'surprise", 'surprise'), ("'appearing", 'appearing'), ("'to", 'to'), ("'age", 'age')]
ST18780627-V04-24-page2.txt: [("'of", 'of')]
ST18780627-V04-24-page3.txt: [("'Sabbath", 'Sabbath'), ("'bleb.", 'bleb.'), ("'affliction", 'affliction'), ("'the", 'the'), ("'lug", 'lug'), ("'cluster", 'cluster'), ("'the", 'the'), ("'of", 'of'), ("'Ye", 'Ye'), ("'declaring", 'declaring'), ("'patt", 'patt'), ("'shall", 'shall'), ("'cornfort", 'cornfort'), ("'constitute", 'constitute')]
ST18780627-V04-24-page5.txt: [("'s", 's'), ("'here", 'here'), ("'a", 'a'), ("'all", 'all'), ("'confessed", 'confessed')]
ST18780627-V04-24-page6.txt: [("'drunkard", 'drunkard'), ("'am", 'am'), ("'attain", 'attain'), ("'is", 'is'), ("'happye", 'happye'), ("'no", 'no'), ("'the", 'the'), ("'reserve", 'reserve'), ("'without", 'without')]
ST18780627-V04-24-page7.txt: [("'will", 'will'), ("'arsenic", 'arsenic'), ("'other", 'other'), ("'ibundantlyt", 'ibundantlyt'), ("'with", 'with'), ("'season", 'season'), ("'learn.", 'learn.'), ("'oh", 'oh'), ("'Denmark.", 'Denmark.'), ("'it", 'it'), ("'an", 'an'), ("'other", 'other'), ("'the", 'the'), ("'good", 'good'), ("'child", 'child'), ("'distinguished", 'distinguished')]
ST18780627-V04-24-page8.txt: [("'all", 'all'), ("'to", 'to'), ("'Tracts", 'Tracts'), ("'In", 'In'), ("'Tent", 'Tent'), ("'and", 'and'), ("'the", 'the'), ("'ets", 'ets'), ("'W", 'W'), ("'the", 'the'), ("'A", 'A'), ("'cts.", 'cts.'), ("'bath", 'bath'), ("'Sufferings", 'Sufferings')]
ST18780704-V04-25-page1.txt: [("'When", 'When'), ("'OE", 'OE'), ("'Was", 'Was'), ("'Net", 'Net'), ("'therefore", 'therefore'), ("'be", 'be'), ("'him", 'him'), ("'Mockery", 'Mockery'), ("'their", 'their'), ("'in", 'in'), ("'hall", 'hall'), ("'Would", 'Would')]
ST18780704-V04-25-page2.txt: [("'me", 'me')]
ST18780704-V04-25-page3.txt: [("'faith", 'faith'), ("'A", 'A'), ("'''Therefore", 'Therefore'), ("'try", 'try'), ("'for", 'for'), ("'peeple", 'peeple'), ("'i", 'i'), ("'.", '.')]
ST18780704-V04-25-page4.txt: [("'great", 'great'), ("'Jesus", 'Jesus'), ("'those", 'those'), ("'and", 'and')]
ST18780704-V04-25-page5.txt: [("'by", 'by'), ("'the", 'the'), ("'heatrens", 'heatrens'), ("'wherepar", 'wherepar'), ("'silken", 'silken'), ("'if", 'if'), ("'objection", 'objection'), ("'urged", 'urged'), ("'atthat", 'atthat'), ("'an", 'an'), ("'the", 'the'), ("'does", 'does'), ("'the", 'the'), ("'the", 'the'), ("'offer", 'offer'), ("'HEALEY.", 'HEALEY.'), ("'held", 'held'), ("'FRANdESTOWN.", 'FRANdESTOWN.')]
ST18780704-V04-25-page6.txt: [("'hand", 'hand'), ("'as", 'as'), ("'midst", 'midst'), ("'laces", 'laces'), ("'brow", 'brow')]
ST18780704-V04-25-page7.txt: [("'cast", 'cast'), ("'do", 'do'), ("'and", 'and'), ("'strove", 'strove'), ("'Sheik", 'Sheik'), ("'added", 'added'), ("'indulgence", 'indulgence'), ("'it", 'it'), ("'Ohl", 'Ohl'), ("'eyosia", 'eyosia'), ("'bandbox", 'bandbox'), ("''explained", 'explained'), ("'etateeefeana", 'etateeefeana'), ("'streammg", 'streammg'), ("'alcoholic", 'alcoholic'), ("'over", 'over'), ("'Meals", 'Meals'), ("'Conic", 'Conic'), ("'of", 'of'), ("'of", 'of'), ("'life", 'life'), ("'f", 'f'), ("'The", 'The'), ("'experniece", 'experniece')]
ST18780704-V04-25-page8.txt: [("'May", 'May'), ("'Tracts", 'Tracts')]
ST18780711-V04-26-page1.txt: [("'huinanity.", 'huinanity.'), ("'tb", 'tb'), ("'taken", 'taken'), ("'the", 'the'), ("'demons.", 'demons.'), ("'climb", 'climb'), ("'Utthinif", 'Utthinif'), ("'foe", 'foe')]
ST18780711-V04-26-page2.txt: [("'of", 'of'), ("'man", 'man'), ("'the", 'the'), ("'visible", 'visible'), ("'subsequent", 'subsequent')]
ST18780711-V04-26-page3.txt: [("'may.", 'may.'), ("'that", 'that'), ("'a", 'a'), ("'Lord", 'Lord'), ("'Men", 'Men'), ("'the", 'the'), ("'sovereignty", 'sovereignty'), ("'calculable", 'calculable'), ("'and", 'and'), ("'sloughed", 'sloughed'), ("'revivals", 'revivals'), ("'God", 'God'), ("'useful", 'useful'), ("'words.", 'words.')]
ST18780711-V04-26-page5.txt: [("'and", 'and'), ("'and", 'and'), ("'We", 'We'), ("'meeting.", 'meeting.'), ("'and", 'and'), ("'nixie", 'nixie'), ("'that", 'that')]
ST18780711-V04-26-page7.txt: [("'ears", 'ears'), ("'easy", 'easy'), ("'streaming", 'streaming'), ("'ten", 'ten'), ("'epizootic", 'epizootic'), ("'been", 'been'), ("'years", 'years'), ("'beaombag", 'beaombag'), ("'to", 'to'), ("'taken", 'taken')]
ST18780718-V04-27-page1.txt: [("'were", 'were'), ("'a", 'a'), ("'h", 'h'), ("'murmur", 'murmur'), ("'Pilate's", 'Pilates'), ("'himself", 'himself'), ("'wagging", 'wagging'), ("'save", 'save'), ("'Utter", 'Utter'), ("'go", 'go'), ("'exactly", 'exactly'), ("'concealed", 'concealed')]
ST18780718-V04-27-page2.txt: [("'the", 'the'), ("'testimony", 'testimony'), ("'understood", 'understood'), ("'the", 'the'), ("'thy", 'thy')]
ST18780718-V04-27-page3.txt: [("'the", 'the'), ("'unlearned", 'unlearned'), ("'changed", 'changed'), ("'acceptedtbrie.", 'acceptedtbrie.')]
ST18780718-V04-27-page4.txt: [("'the", 'the'), ("'the", 'the'), ("'I", 'I'), ("'but", 'but')]
ST18780718-V04-27-page5.txt: [("'abatement", 'abatement'), ("'invitation", 'invitation'), ("'meeting", 'meeting'), ("'hands", 'hands'), ("'the", 'the'), ("'the", 'the'), ("'by", 'by'), ("'God", 'God'), ("'en", 'en'), ("'yo", 'yo'), ("'rcame", 'rcame'), ('\'obey"', 'obey"'), ("'The", 'The')]
ST18780718-V04-27-page6.txt: [("'excitement", 'excitement')]
ST18780718-V04-27-page7.txt: [("'or", 'or'), ("'An", 'An'), ("'forth", 'forth'), ("'day", 'day')]
ST18780718-V04-27-page8.txt: [("'sit", 'sit'), ("'Please", 'Please'), ("'Oa", 'Oa'), ("'made", 'made'), ("'I", 'I')]
ST18780725-V04-28-page1.txt: [("'is", 'is'), ("'the", 'the'), ("'Others", 'Others'), ("'rho", 'rho'), ("'Pilate", 'Pilate'), ("'to", 'to'), ("'to", 'to')]
ST18780725-V04-28-page2.txt: [("'the", 'the'), ("'extinct.", 'extinct.'), ("'angel", 'angel'), ("'the", 'the'), ("'person", 'person'), ("'being", 'being'), ("'has", 'has'), ("'though", 'though'), ("'frequently", 'frequently'), ("'Holy", 'Holy'), ("'and", 'and'), ("'Holy", 'Holy'), ("'but", 'but'), ("'Then", 'Then'), ("'eqUal", 'eqUal'), ("'a", 'a'), ("'the", 'the'), ("'of", 'of'), ("'Orying", 'Orying')]
ST18780725-V04-28-page3.txt: [("'I", 'I'), ("'Yet", 'Yet'), ("'that", 'that'), ("'one", 'one'), ("'for", 'for'), ("'the", 'the'), ("'decree", 'decree'), ("'Christ", 'Christ'), ("'Mediator", 'Mediator'), ("'avork.", 'avork.'), ("'f", 'f'), ("'ss'.", 'ss.'), ("'of", 'of'), ("'my", 'my')]
ST18780725-V04-28-page4.txt: [("'on", 'on'), ("'commands", 'commands'), ("'after", 'after'), ("'in", 'in'), ("'here.", 'here.'), ("'here.", 'here.'), ("'took", 'took'), ("'with", 'with'), ("'our", 'our'), ("'this", 'this'), ("'be", 'be'), ("'Father", 'Father'), ("'the", 'the'), ("'mountain", 'mountain'), ("'the", 'the'), ("'refresh", 'refresh')]
ST18780725-V04-28-page5.txt: [("'Jerusalem", 'Jerusalem'), ("'work", 'work'), ("'my", 'my'), ("'greatly", 'greatly'), ("'eye", 'eye'), ("'At", 'At'), ('\'"but', '"but')]
ST18780725-V04-28-page6.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'industrious", 'industrious'), ("'Squire", 'Squire'), ("'teaches.", 'teaches.'), ("'Squire", 'Squire'), ("'Squire", 'Squire'), ("'had", 'had'), ("'Squire's", 'Squires'), ("'Squire", 'Squire'), ("'the", 'the'), ("'Squire", 'Squire'), ("'I", 'I'), ("'within", 'within'), ("'be", 'be'), ("'ago", 'ago'), ("'so", 'so'), ("'Squire", 'Squire'), ("'presented", 'presented'), ("'Eph.", 'Eph.'), ("'Squire", 'Squire'), ("'that", 'that'), ("'his", 'his'), ("'not", 'not')]
ST18780725-V04-28-page7.txt: [("'more", 'more'), ("'any", 'any'), ("'England", 'England'), ("'precluding", 'precluding'), ("'to", 'to'), ("'pain", 'pain'), ("'eminent", 'eminent'), ("'and", 'and'), ("'stimulating", 'stimulating'), ("'was", 'was'), ("'ride", 'ride'), ("'by", 'by'), ("'Her", 'Her'), ("'does", 'does'), ("'his", 'his'), ("'him", 'him'), ("'to'be", 'tobe'), ("'to.", 'to.'), ("'to", 'to'), ("'was", 'was'), ("''and", 'and'), ("'fir", 'fir'), ("'turned", 'turned')]
ST18780725-V04-28-page8.txt: [("'constitution", 'constitution'), ("'Cq", 'Cq'), ("''e", 'e'), ("'TV", 'TV'), ("'Hawbins", 'Hawbins'), ("'Quit", 'Quit')]
ST18780801-V04-29-page1.txt: [("'the", 'the'), ("'Loosen", 'Loosen'), ("'Tithe", 'Tithe'), ("''Tearfully", 'Tearfully'), ("'O'er", 'Oer')]
ST18780801-V04-29-page2.txt: [("'robbers", 'robbers'), ("'to", 'to'), ("'no", 'no'), ("'may", 'may')]
ST18780801-V04-29-page3.txt: [("'one", 'one'), ("'a", 'a'), ("'God", 'God'), ("'the", 'the'), ("'keep", 'keep'), ("'keep", 'keep'), ("'did", 'did'), ("'shall", 'shall'), ("'or", 'or'), ("'holy", 'holy'), ("'require", 'require'), ("'another", 'another')]
ST18780801-V04-29-page4.txt: [("'sufficient", 'sufficient'), ("'the", 'the')]
ST18780801-V04-29-page5.txt: [("''the", 'the'), ("'present", 'present'), ("'go", 'go'), ("'God", 'God'), ("'which", 'which'), ("'nimintains", 'nimintains'), ("'throne", 'throne')]
ST18780801-V04-29-page6.txt: [("'him", 'him'), ("'Mid", 'Mid'), ("'always", 'always')]
ST18780801-V04-29-page7.txt: [("'of", 'of'), ("'as", 'as'), ("'homes", 'homes'), ("'rlioraes", 'rlioraes'), ("'aint", 'aint'), ("'about", 'about'), ("'to", 'to'), ("'they", 'they'), ("'of", 'of'), ("'purchasing", 'purchasing'), ("'future", 'future'), ("'ployed", 'ployed'), ("'disease", 'disease'), ("'God", 'God'), ("''Christians", 'Christians'), ("'who", 'who'), ("'fail", 'fail'), ("'self", 'self')]
ST18780801-V04-29-page8.txt: [("'OAKLAND", 'OAKLAND'), ("'the", 'the'), ("'publishing", 'publishing'), ("'us", 'us'), ("'Resolutions", 'Resolutions')]
ST18780808-V04-30-page1.txt: [("'mongst", 'mongst'), ("'tis", 'tis'), ("'quick", 'quick'), ("'false", 'false'), ("'midst", 'midst'), ("'regive", 'regive'), ("'prayer", 'prayer'), ("'in", 'in'), ("'of", 'of'), ("'home", 'home'), ("'forced", 'forced'), ("'refused", 'refused'), ("'Christ", 'Christ'), ("'the", 'the')]
ST18780808-V04-30-page2.txt: [("'consider", 'consider'), ("'Beeauae", 'Beeauae'), ("'reference", 'reference'), ("'that", 'that'), ("'into", 'into'), ("'on", 'on'), ("'Jesus", 'Jesus'), ("'after", 'after'), ("'without", 'without'), ("'ts", 'ts')]
ST18780808-V04-30-page3.txt: [("'astonished", 'astonished'), ("'effect", 'effect'), ("'to", 'to'), ("'the", 'the'), ("'at", 'at'), ("'When", 'When'), ("'in", 'in'), ("'in", 'in'), ("'clearly", 'clearly'), ("'What", 'What'), ("'central", 'central'), ("'The", 'The'), ("'high", 'high'), ("'or", 'or'), ("'IVIoses", 'IVIoses'), ("'consummation.", 'consummation.'), ("'Gal.", 'Gal.'), ("'a", 'a'), ("'Gabriel's", 'Gabriels'), ("'was", 'was'), ("'when", 'when'), ("'be", 'be'), ("'and", 'and'), ("'overshadowing", 'overshadowing'), ("'various", 'various')]
ST18780808-V04-30-page4.txt: [("'as", 'as')]
ST18780808-V04-30-page5.txt: [("'THE", 'THE'), ("'in", 'in'), ("'requirements", 'requirements'), ("'they", 'they'), ("'quite", 'quite'), ("'surface", 'surface'), ("'truth", 'truth'), ("'covenant", 'covenant')]
ST18780808-V04-30-page6.txt: [("'over", 'over'), ("'already", 'already'), ("'Sunday", 'Sunday'), ("'said", 'said'), ("'as", 'as'), ("'about", 'about'), ("'he", 'he'), ("'I", 'I'), ("'down.", 'down.')]
ST18780808-V04-30-page7.txt: [("'massive", 'massive'), ("'the", 'the'), ("'has", 'has'), ("'sum", 'sum'), ("'months", 'months'), ("'waters", 'waters'), ("'grandeur.", 'grandeur.'), ("'inflammation", 'inflammation')]
ST18780808-V04-30-page8.txt: [("'have", 'have')]
ST18780815-V04-31-page1.txt: [("'Saviour", 'Saviour'), ("'TEE.", 'TEE.'), ("'guard", 'guard'), ("'your", 'your'), ("'him", 'him')]
ST18780815-V04-31-page2.txt: [("'anything", 'anything')]
ST18780815-V04-31-page3.txt: [("'place", 'place'), ("'cleansing", 'cleansing'), ("'time", 'time')]
ST18780815-V04-31-page4.txt: [("'entertained", 'entertained'), ("'take", 'take')]
ST18780815-V04-31-page5.txt: [("'In", 'In'), ("'to", 'to'), ("'mankind", 'mankind'), ("'our", 'our'), ("'Many", 'Many'), ("'themselves", 'themselves'), ("'List", 'List')]
ST18780815-V04-31-page6.txt: [("'beginning", 'beginning'), ("'sinner", 'sinner'), ("'wide", 'wide'), ("'saw", 'saw')]
ST18780815-V04-31-page7.txt: [("'animal", 'animal'), ("'at", 'at'), ("'represented", 'represented'), ("'During", 'During'), ("'portion", 'portion'), ("'Aleut", 'Aleut'), ("'are", 'are'), ("'Victoria", 'Victoria'), ("'more", 'more'), ("'the", 'the'), ("'The", 'The'), ("'thrown", 'thrown'), ("'which", 'which'), ("'the", 'the'), ("'about", 'about'), ("'get", 'get')]
ST18780815-V04-31-page8.txt: [("'or", 'or'), ("'.", '.'), ("'v", 'v')]
ST18780822-V04-32-page1.txt: [("'and", 'and'), ("'To", 'To'), ("'Tis", 'Tis'), ("'gained", 'gained')]
ST18780822-V04-32-page2.txt: [("'to", 'to'), ("'the", 'the'), ("'from", 'from'), ("'in", 'in'), ("'earn", 'earn')]
ST18780822-V04-32-page3.txt: [("'You", 'You'), ("'Shall", 'Shall'), ("'.I", '.I')]
ST18780822-V04-32-page4.txt: [("'which", 'which')]
ST18780822-V04-32-page5.txt: [("'As", 'As'), ("'several", 'several'), ("'no", 'no'), ("'but", 'but')]
ST18780822-V04-32-page6.txt: [("'shaken", 'shaken'), ("'writings", 'writings'), ("'come.", 'come.'), ("'reflections", 'reflections')]
ST18780822-V04-32-page7.txt: [("'trip", 'trip'), ("'times", 'times'), ("'record", 'record'), ("'largest", 'largest'), ("'God", 'God'), ("'last", 'last'), ("'possession", 'possession'), ("'Iiis", 'Iiis'), ("'when", 'when'), ("'.", '.'), ("'Station", 'Station')]
ST18780829-V04-33-page1.txt: [("'Us", 'Us'), ("'for", 'for')]
ST18780829-V04-33-page2.txt: [("'wretched", 'wretched'), ("'it", 'it')]
ST18780829-V04-33-page3.txt: [("'our", 'our'), ("'had", 'had'), ("'I", 'I')]
ST18780829-V04-33-page4.txt: [("'SIGNS", 'SIGNS'), ("'Christian", 'Christian')]
ST18780829-V04-33-page5.txt: [("'throne", 'throne'), ("'and", 'and'), ("'Isa.", 'Isa.'), ("'a", 'a'), ("'acquittal", 'acquittal'), ("'of", 'of'), ("'in", 'in')]
ST18780829-V04-33-page6.txt: [("'using", 'using'), ("'T", 'T'), ('\'I"', 'I"'), ("'and", 'and'), ("'elastic", 'elastic'), ("'twas", 'twas')]
ST18780829-V04-33-page7.txt: [("'gainst", 'gainst'), ("'silence", 'silence'), ("'the", 'the'), ("'ra", 'ra'), ("'attracted", 'attracted'), ("'ployment", 'ployment'), ("'in", 'in'), ("'deuce", 'deuce'), ("'at", 'at')]
ST18780912-V04-34-page1.txt: [("'according", 'according'), ("'for", 'for'), ("'duty", 'duty'), ("'waste", 'waste'), ("'Now", 'Now'), ("'Up", 'Up'), ("'Tie", 'Tie'), ("'emit", 'emit'), ("'Tis", 'Tis'), ("'making", 'making'), ("'and", 'and'), ("'same", 'same'), ("'week", 'week'), ("'be", 'be'), ("'a", 'a'), ("'meet", 'meet'), ("'works", 'works'), ("'eaten.", 'eaten.'), ("'bowels", 'bowels')]
ST18780912-V04-34-page2.txt: [("'heavenly", 'heavenly'), ("'they", 'they'), ("'these", 'these')]
ST18780912-V04-34-page3.txt: [("'had", 'had'), ("'visions.", 'visions.'), ("'She", 'She'), ("'It", 'It'), ("'It", 'It'), ("'visions", 'visions'), ("'of", 'of'), ("'What", 'What'), ("'blasphemy", 'blasphemy'), ("'my", 'my'), ("'child", 'child')]
ST18780912-V04-34-page4.txt: [("'his", 'his'), ("'of", 'of'), ("'upon", 'upon'), ("'the", 'the')]
ST18780912-V04-34-page5.txt: [("'Stephens", 'Stephens'), ("'that", 'that'), ("'tirue'lielpet", 'tiruelielpet'), ("'before", 'before'), ("'Loughborough", 'Loughborough'), ("'estitnable", 'estitnable'), ("'both", 'both'), ("''Rejoicing", 'Rejoicing'), ("'Californiak", 'Californiak'), ("'airtrthat", 'airtrthat'), ("'eVer", 'eVer'), ("'State", 'State'), ("'erring", 'erring'), ("'their", 'their'), ("'with", 'with'), ("'that", 'that'), ("'of", 'of'), ("'sacrifice", 'sacrifice'), ("'after", 'after'), ("'mitt", 'mitt')]
ST18780912-V04-34-page6.txt: [("'house", 'house')]
ST18780912-V04-34-page7.txt: [("'and", 'and'), ("'of", 'of'), ("'Almost", 'Almost'), ("'a", 'a'), ("'exports", 'exports'), ("'f", 'f'), ("'is", 'is'), ("'Yq", 'Yq'), ("'and", 'and'), ("'Orleans", 'Orleans'), ("'In", 'In'), ("'gas", 'gas'), ("'crossing", 'crossing'), ("'city", 'city')]
ST18780912-V04-34-page8.txt: [("'supporters", 'supporters'), ("'including", 'including'), ("'gospel", 'gospel'), ("'are", 'are'), ("'were.", 'were.'), ("'been", 'been'), ("'Oakland", 'Oakland'), ("'Cana", 'Cana'), ("'assist", 'assist'), ("'the", 'the'), ("'..", '..'), ("'begin", 'begin'), ("'united", 'united'), ("'posed.", 'posed.'), ("'Millennium", 'Millennium'), ("'of", 'of'), ("'camp", 'camp'), ("'Bowers", 'Bowers'), ("'Judgment", 'Judgment'), ("'Val", 'Val'), ("'.", '.'), ("'Mrs", 'Mrs'), ("'Way", 'Way')]
ST18780919-V04-35-page1.txt: [("'a", 'a'), ("'W", 'W'), ("'the", 'the'), ("'the", 'the'), ("'spread", 'spread'), ("'He", 'He')]
ST18780919-V04-35-page2.txt: [("'efforts", 'efforts'), ("'of", 'of')]
ST18780919-V04-35-page3.txt: [("'If", 'If'), ("'convicted", 'convicted'), ("'him", 'him'), ("'acquainted", 'acquainted'), ("'turned", 'turned'), ("'to", 'to'), ("'admit", 'admit')]
ST18780919-V04-35-page4.txt: [("'and", 'and'), ("'Father's", 'Fathers')]
ST18780919-V04-35-page5.txt: [("'Methodist", 'Methodist'), ("'said", 'said'), ("'do", 'do'), ("'certainly", 'certainly'), ("'Evangelical", 'Evangelical'), ("'have", 'have'), ("'the", 'the'), ("'pledged", 'pledged')]
ST18780919-V04-35-page6.txt: [("'Tis", 'Tis'), ("'tie", 'tie'), ("'twill", 'twill'), ("'to", 'to')]
ST18780919-V04-35-page7.txt: [("'tracks", 'tracks')]
ST18780919-V04-35-page8.txt: [("'of", 'of'), ("'Cavils", 'Cavils'), ("'t", 't')]
ST18780926-V04-36-page1.txt: [('\'"', '"'), ("'e", 'e')]
ST18780926-V04-36-page2.txt: [("'This", 'This')]
ST18780926-V04-36-page3.txt: [("'the", 'the'), ("'I", 'I'), ("'Wisconsin", 'Wisconsin')]
ST18780926-V04-36-page4.txt: [("'of", 'of')]
ST18780926-V04-36-page6.txt: [("'Tis", 'Tis'), ("'tis", 'tis')]
ST18781003-V04-37-page1.txt: [("'mid", 'mid'), ("'protection", 'protection')]
ST18781003-V04-37-page3.txt: [("'my", 'my'), ("'he", 'he'), ("'might", 'might'), ("'can", 'can'), ("'be", 'be'), ("'Rom.", 'Rom.'), ("'character", 'character'), ("'from", 'from')]
ST18781003-V04-37-page4.txt: [("'second", 'second'), ("'person", 'person'), ("'have", 'have'), ("'.", '.')]
ST18781003-V04-37-page5.txt: [("'and", 'and'), ("'That", 'That'), ("'Catholic", 'Catholic'), ("'The", 'The'), ("'decided", 'decided'), ("'The", 'The'), ("'county", 'county'), ("'Whatever", 'Whatever'), ("'of", 'of'), ("'eighty", 'eighty'), ("'to", 'to'), ("'iuncfred", 'iuncfred'), ("'Brethren", 'Brethren'), ("'all.", 'all.'), ("'within", 'within'), ("'Coming", 'Coming'), ("'.", '.')]
ST18781003-V04-37-page6.txt: [("'Tis", 'Tis'), ("'recollecting", 'recollecting'), ("'mother", 'mother'), ("'confiding", 'confiding'), ("'interested", 'interested'), ("'a", 'a')]
ST18781003-V04-37-page7.txt: [("'being", 'being'), ("'violence", 'violence'), ("'States", 'States'), ("'of", 'of'), ("'growing", 'growing'), ("'by", 'by')]
ST18781003-V04-37-page8.txt: [("'his", 'his')]
ST18781010-V04-38-page2.txt: [("'Let", 'Let')]
ST18781010-V04-38-page3.txt: [("'is", 'is'), ("'Victor", 'Victor'), ("'viz.", 'viz.')]
ST18781010-V04-38-page5.txt: [("'J.", 'J.'), ("'linking", 'linking'), ("'they", 'they')]
ST18781010-V04-38-page6.txt: [("'boy.", 'boy.')]
ST18781010-V04-38-page8.txt: [("'E.", 'E.'), ("'Alice", 'Alice')]
ST18781017-V04-39-page1.txt: [("'.", '.'), ("'twill", 'twill'), ("'hid", 'hid')]
ST18781017-V04-39-page2.txt: [("'were", 'were'), ("'Verses", 'Verses'), ("'here", 'here'), ("'makes", 'makes')]
ST18781017-V04-39-page3.txt: [("'a", 'a')]
ST18781017-V04-39-page4.txt: [("'to", 'to'), ("'On", 'On')]
ST18781017-V04-39-page6.txt: [("'Tis", 'Tis')]
ST18781017-V04-39-page8.txt: [("'Know", 'Know'), ("'blaze", 'blaze'), ("'of", 'of')]
ST18781024-V04-40-page1.txt: [("'neath", 'neath')]
ST18781024-V04-40-page6.txt: [("'some", 'some'), ("'we", 'we'), ("'have", 'have')]
ST18781024-V04-40-page8.txt: [("'V", 'V')]
ST18781031-V04-41-page2.txt: [("'rather", 'rather')]
ST18781031-V04-41-page3.txt: [("'the", 'the'), ("'richer", 'richer'), ("'can", 'can')]
ST18781031-V04-41-page4.txt: [("'S.", 'S.'), ("'Brother", 'Brother'), ("'neer", 'neer'), ("'new", 'new'), ("'paper", 'paper'), ("'ties", 'ties')]
ST18781031-V04-41-page5.txt: [("'They", 'They'), ("'church", 'church')]
ST18781031-V04-41-page8.txt: [("'the", 'the'), ("'s", 's'), ("'copies", 'copies'), ("'SaDNalla", 'SaDNalla')]
ST18781107-V04-42-page2.txt: [("'and", 'and'), ("'they", 'they')]
ST18781107-V04-42-page3.txt: [("'of", 'of'), ("'God's", 'Gods'), ("'engineer", 'engineer'), ("'that", 'that')]
ST18781107-V04-42-page4.txt: [("'to", 'to'), ("'Sabbath", 'Sabbath'), ("'of", 'of')]
ST18781107-V04-42-page5.txt: [("'this.", 'this.')]
ST18781107-V04-42-page6.txt: [("'What", 'What'), ("'great", 'great')]
ST18781107-V04-42-page7.txt: [("'will", 'will')]
ST18781107-V04-42-page8.txt: [("'Society", 'Society')]
ST18781114-V04-43-page1.txt: [("'Twas", 'Twas'), ("'other", 'other'), ("'consciences", 'consciences'), ("'who", 'who'), ("'the", 'the'), ("'I", 'I')]
ST18781114-V04-43-page2.txt: [("'God", 'God')]
ST18781114-V04-43-page3.txt: [("'of", 'of'), ("'Christ", 'Christ'), ("'or", 'or'), ("'hereafter.", 'hereafter.')]
ST18781114-V04-43-page4.txt: [("'reconciliation", 'reconciliation')]
ST18781114-V04-43-page5.txt: [("'the", 'the')]
ST18781114-V04-43-page7.txt: [("'the", 'the'), ("'itness.", 'itness.')]
ST18781114-V04-43-page8.txt: [("'Tracts", 'Tracts')]
ST18781121-V04-44-page1.txt: [("'possessions.", 'possessions.'), ("'heritage.", 'heritage.'), ("'ermine", 'ermine')]
ST18781121-V04-44-page2.txt: [("'noticed", 'noticed'), ("'Solomon", 'Solomon')]
ST18781121-V04-44-page3.txt: [("'Verse", 'Verse'), ("'the", 'the')]
ST18781121-V04-44-page4.txt: [("'the", 'the')]
ST18781121-V04-44-page5.txt: [("'consequence", 'consequence'), ("'important", 'important')]
ST18781121-V04-44-page6.txt: [("'mid", 'mid')]
ST18781121-V04-44-page7.txt: [("'of", 'of'), ('\'\'"', '"'), ("'Vermont", 'Vermont')]
ST18781121-V04-44-page8.txt: [("'.", '.'), ("'NE", 'NE'), ("'T.ItoilizR", 'T.ItoilizR'), ("'our", 'our'), ("'cheering", 'cheering'), ("'THE", 'THE'), ("'Knows", 'Knows'), ("'the", 'the'), ("'office", 'office'), ("'Cole", 'Cole'), ("'Upson", 'Upson'), ("'Youth's", 'Youths')]
ST18781128-V04-45-page1.txt: [("'him", 'him')]
ST18781128-V04-45-page2.txt: [("'of", 'of'), ("'or", 'or')]
ST18781128-V04-45-page3.txt: [("'mingled", 'mingled')]
ST18781128-V04-45-page4.txt: [("'chores", 'chores'), ("'days", 'days')]
ST18781128-V04-45-page5.txt: [("'observancelof", 'observancelof')]
ST18781128-V04-45-page6.txt: [("'tis", 'tis'), ("'word", 'word'), ("'a", 'a'), ("'Alexandria.", 'Alexandria.'), ("'seamed", 'seamed'), ("'Laren.", 'Laren.')]
ST18781128-V04-45-page8.txt: [("'Wm", 'Wm'), ("'Wm", 'Wm')]
ST18781205-V04-46-page1.txt: [("'-hall", '-hall')]
ST18781205-V04-46-page2.txt: [("'difficult", 'difficult'), ("'not", 'not')]
ST18781205-V04-46-page3.txt: [("'And", 'And')]
ST18781205-V04-46-page4.txt: [("'show", 'show'), ("'the", 'the'), ("'they", 'they'), ("'Israelites", 'Israelites')]
ST18781205-V04-46-page5.txt: [("'deceitfulness", 'deceitfulness'), ("'meetings.", 'meetings.'), ("'private", 'private'), ("'A", 'A'), ("'We", 'We'), ("'excellent", 'excellent'), ("'Surely", 'Surely'), ("'future", 'future')]
ST18781205-V04-46-page6.txt: [("'ay", 'ay'), ("'neath", 'neath')]
ST18781205-V04-46-page7.txt: [("'a", 'a'), ("'with", 'with'), ("'rhe", 'rhe')]
ST18781205-V04-46-page8.txt: [("'Laws", 'Laws'), ("'The", 'The')]
ST18781212-V04-47-page1.txt: [("'Christ", 'Christ'), ("'Christianity", 'Christianity')]
ST18781212-V04-47-page2.txt: [("'leas", 'leas'), ("'Man", 'Man'), ("'believe.", 'believe.'), ("''SaY", 'SaY'), ("'although", 'although'), ("'children", 'children'), ("'Speak", 'Speak'), ("'he", 'he'), ("'And", 'And')]
ST18781212-V04-47-page3.txt: [("'Twas", 'Twas'), ("'en", 'en'), ("'Mid", 'Mid'), ("'Twas", 'Twas'), ("'Twas", 'Twas')]
ST18781212-V04-47-page4.txt: [("'about", 'about'), ("'mid", 'mid'), ("'that", 'that'), ("'same", 'same')]
ST18781212-V04-47-page5.txt: [("'Walla.", 'Walla.'), ("'Tis", 'Tis')]
ST18781212-V04-47-page6.txt: [("'Tis", 'Tis'), ("'reading", 'reading')]
ST18781212-V04-47-page7.txt: [("'Turkish", 'Turkish')]
ST18781212-V04-47-page8.txt: [("'pp.", 'pp.'), ("'things", 'things'), ("'Mts.", 'Mts.'), ("'Youth's", 'Youths'), ("'and", 'and')]
ST18781219-V04-48-page1.txt: [("'mid", 'mid'), ("'Baxter", 'Baxter'), ("'one", 'one')]
ST18781219-V04-48-page2.txt: [("'now", 'now'), ("'and", 'and'), ("'fully", 'fully'), ("'built", 'built'), ("'a", 'a'), ("'Nor", 'Nor'), ("'make", 'make'), ("'theater", 'theater'), ("'manuscript", 'manuscript')]
ST18781219-V04-48-page3.txt: [("'of", 'of'), ("'ranee", 'ranee')]
ST18781219-V04-48-page5.txt: [("'Christ", 'Christ'), ("'our", 'our'), ('\'"', '"')]
ST18781219-V04-48-page7.txt: [("'rem", 'rem')]
ST18781219-V04-48-page8.txt: [("'Righter", 'Righter'), ("'.", '.')]
ST18781219-V04-48s-page1.txt: [("'neath", 'neath'), ("'Our", 'Our'), ("'held", 'held'), ("'dollars", 'dollars'), ("'to", 'to'), ("'we", 'we')]
ST18781219-V04-48s-page2.txt: [("'hen", 'hen'), ("'favor.", 'favor.')]
ST18790102-V05-01-page1.txt: [("'The", 'The'), ("'until", 'until')]
ST18790102-V05-01-page2.txt: [("'to", 'to'), ("'SIGNS", 'SIGNS'), ("'the", 'the'), ("'Whither", 'Whither'), ("'of", 'of'), ("'preparation", 'preparation'), ("'We", 'We'), ("'tharp", 'tharp'), ("'the", 'the'), ("'a", 'a'), ("'not", 'not'), ("'give", 'give'), ("'sees", 'sees'), ("'in", 'in'), ("'from", 'from'), ("'Of", 'Of'), ("'of", 'of'), ("'can", 'can')]
ST18790102-V05-01-page3.txt: [("'Ilvaine's", 'Ilvaines')]
ST18790102-V05-01-page4.txt: [("'The", 'The'), ("'the", 'the'), ("'sheet", 'sheet')]
ST18790102-V05-01-page5.txt: [("'our", 'our'), ("'had", 'had')]
ST18790102-V05-01-page6.txt: [("'Tis", 'Tis')]
ST18790102-V05-01-page7.txt: [("'are", 'are')]
ST18790102-V05-01-page8.txt: [("'paupers", 'paupers'), ("'expires", 'expires')]
ST18790109-V05-02-page3.txt: [("'him", 'him'), ("'Now", 'Now')]
ST18790109-V05-02-page4.txt: [("'Very", 'Very')]
ST18790109-V05-02-page5.txt: [("'Wine", 'Wine')]
ST18790109-V05-02-page7.txt: [("'The", 'The'), ("'Please", 'Please'), ("'eternal", 'eternal')]
ST18790109-V05-02-page8.txt: [("'unknown.", 'unknown.')]
ST18790116-V05-03-page1.txt: [("'MISSIONARY", 'MISSIONARY'), ("'salvation.", 'salvation.'), ("'be.", 'be.'), ("'Plophesy", 'Plophesy')]
ST18790116-V05-03-page2.txt: [("'reverence", 'reverence'), ("'her", 'her')]
ST18790116-V05-03-page3.txt: [("'stantly", 'stantly'), ("'Tis", 'Tis')]
ST18790116-V05-03-page4.txt: [("'Timm", 'Timm')]
ST18790116-V05-03-page5.txt: [("'who", 'who'), ("'work", 'work'), ("'But", 'But')]
ST18790116-V05-03-page6.txt: [("'Twould", 'Twould'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'Intelligence", 'Intelligence')]
ST18790116-V05-03-page7.txt: [("'Moscow", 'Moscow')]
ST18790116-V05-03-page8.txt: [("'Timm.", 'Timm.'), ("'and", 'and'), ("'fenny", 'fenny'), ("'LaRue", 'LaRue')]
ST18790123-V05-04-page1.txt: [("'comfort.", 'comfort.'), ("'immediately", 'immediately')]
ST18790123-V05-04-page2.txt: [("'side", 'side'), ("'them", 'them'), ("'Was", 'Was'), ("'but", 'but'), ("'God", 'God'), ("'given", 'given'), ("'but", 'but'), ("'cause", 'cause'), ("'companion", 'companion'), ("'of", 'of'), ("'Eve", 'Eve'), ("'both", 'both'), ("'pair.", 'pair.'), ("'Our", 'Our'), ("'he", 'he'), ("'yet", 'yet'), ("'was", 'was'), ("'Where", 'Where'), ("'light", 'light'), ("'smoothly", 'smoothly'), ("'Eve", 'Eve')]
ST18790123-V05-04-page3.txt: [("'Twill", 'Twill'), ("'twas", 'twas'), ("'twas", 'twas')]
ST18790123-V05-04-page4.txt: [("'righteous", 'righteous'), ("'Of", 'Of'), ("'Would", 'Would'), ("'the", 'the'), ("'in", 'in')]
ST18790123-V05-04-page5.txt: [("'concerning", 'concerning'), ("'is", 'is'), ("'declaration", 'declaration'), ("'the", 'the'), ("'he", 'he'), ("'crippled", 'crippled'), ("'observer", 'observer'), ("'the", 'the'), ("'two", 'two'), ("'the", 'the'), ("'of", 'of'), ("'the", 'the'), ("'of", 'of'), ("'the", 'the'), ("'against", 'against'), ("'perhaps", 'perhaps'), ("'Adventist", 'Adventist'), ("'But", 'But'), ("'of", 'of'), ("'as", 'as'), ("'is", 'is'), ("'and", 'and')]
ST18790123-V05-04-page6.txt: [("'January.", 'January.'), ("'servants", 'servants'), ("'visiting.", 'visiting.')]
ST18790123-V05-04-page7.txt: [("'aninials", 'aninials'), ("'f", 'f'), ("'Of", 'Of'), ("'visits", 'visits'), ("'eight", 'eight'), ("'are", 'are'), ("'along", 'along'), ("'of", 'of'), ("'taken", 'taken'), ("'the", 'the'), ("'physidal", 'physidal'), ("'at", 'at'), ("'Only.", 'Only.'), ("'by", 'by'), ("'certainly", 'certainly'), ("'well", 'well'), ("'gentle", 'gentle'), ("'engaged", 'engaged'), ("'are", 'are'), ("'of", 'of'), ("'editors", 'editors'), ("'in", 'in')]
ST18790123-V05-04-page8.txt: [("'in", 'in')]
ST18790130-V05-05-page1.txt: [("'abundantly", 'abundantly'), ("'butte.", 'butte.')]
ST18790130-V05-05-page2.txt: [("'first", 'first'), ("'do", 'do'), ("'or", 'or'), ("'to", 'to'), ("'a", 'a'), ("'jealous", 'jealous'), ("'upon", 'upon'), ("'for", 'for'), ("'the", 'the'), ("'together.", 'together.')]
ST18790130-V05-05-page3.txt: [("'any", 'any'), ("'the", 'the'), ("'our", 'our'), ("'certain", 'certain')]
ST18790130-V05-05-page4.txt: [("'he", 'he')]
ST18790130-V05-05-page5.txt: [("'at", 'at'), ("'the", 'the'), ("'article", 'article'), ("'Gentiles", 'Gentiles')]
ST18790130-V05-05-page6.txt: [("'Gilding", 'Gilding'), ("'Glover", 'Glover')]
ST18790130-V05-05-page7.txt: [("'are", 'are'), ("'Tsohamer", 'Tsohamer'), ("'and", 'and'), ("'signed", 'signed'), ("'Health.", 'Health.'), ("'Gambetta", 'Gambetta'), ("'be", 'be'), ("'of", 'of'), ("'San", 'San'), ("'told", 'told'), ("'When", 'When'), ("'wretched", 'wretched'), ("'in", 'in'), ("'any", 'any'), ("'OF", 'OF'), ("'the", 'the'), ("'stronger", 'stronger')]
ST18790130-V05-05-page8.txt: [("'thntez.", 'thntez.'), ("'Does", 'Does'), ("'Commandments", 'Commandments'), ("'I", 'I')]
ST18790206-V05-06-page1.txt: [("'Timm.", 'Timm.'), ("'acting.", 'acting.'), ("'the", 'the'), ("'this", 'this'), ("'soul", 'soul'), ("'his", 'his'), ("'bread", 'bread'), ("'his", 'his'), ("'last", 'last'), ("'the", 'the'), ("'the", 'the'), ("'its", 'its'), ("'gust", 'gust'), ("'air", 'air'), ("'and", 'and')]
ST18790206-V05-06-page2.txt: [("'Of", 'Of'), ("'to", 'to'), ("'of", 'of'), ("'Eden", 'Eden'), ("'God", 'God'), ("'Messiah", 'Messiah'), ("'And", 'And'), ("'Abel", 'Abel'), ("'whom'the", 'whomthe'), ("'as", 'as'), ("'because", 'because'), ("'reproach", 'reproach'), ("'Of", 'Of'), ("'one", 'one'), ("'time", 'time'), ("'his", 'his'), ("'and", 'and'), ("'could", 'could'), ("'rapidly", 'rapidly'), ("'to", 'to'), ("'what", 'what'), ("'conscious", 'conscious'), ("'blouse", 'blouse'), ("'He", 'He'), ("'rises", 'rises'), ("'conflicts.", 'conflicts.'), ("'Get", 'Get'), ("'solid", 'solid'), ("'and", 'and'), ("'how", 'how'), ("'a", 'a'), ("'applause", 'applause'), ("'that", 'that'), ("'walking", 'walking'), ("'such", 'such'), ("'offerings", 'offerings'), ("'did", 'did'), ("'except", 'except'), ("'without", 'without'), ("'while", 'while'), ("'respecter", 'respecter'), ("'persons", 'persons'), ("'of", 'of'), ("'his", 'his'), ("'mercy", 'mercy'), ("'The", 'The'), ("'of", 'of'), ("'remarks", 'remarks'), ("'In", 'In'), ("'which", 'which'), ("'had", 'had'), ("'murmured", 'murmured'), ("'the", 'the'), ("'meekly", 'meekly'), ("'disobedience", 'disobedience'), ("'an", 'an'), ("'Were", 'Were'), ("'to", 'to'), ("'name", 'name')]
ST18790206-V05-06-page3.txt: [("'gain", 'gain'), ("'mid", 'mid'), ("'.'.", '..'), ("'and", 'and'), ("'the", 'the'), ("'facts", 'facts'), ("'Patriarchal", 'Patriarchal'), ("'in", 'in'), ("'went", 'went'), ("'was", 'was'), ("'.upon", '.upon'), ("'that", 'that'), ("'them", 'them'), ("'sin", 'sin'), ("'Old", 'Old'), ("'plainly", 'plainly'), ("'consume", 'consume'), ("'REV.", 'REV.'), ("'best", 'best'), ("'paid", 'paid'), ("'improved", 'improved'), ("'Roman", 'Roman'), ("'Church", 'Church'), ("'the", 'the'), ("'Eaptisid", 'Eaptisid'), ("'present", 'present'), ("'the", 'the'), ("'And", 'And'), ("'againat", 'againat'), ("'SO", 'SO'), ("'glory", 'glory'), ("'But", 'But'), ("'stately", 'stately'), ("'be", 'be'), ("'or", 'or'), ("'so", 'so'), ("'means", 'means'), ("'prided", 'prided'), ("'world.", 'world.'), ("'observe", 'observe'), ("'in", 'in'), ("'ninth", 'ninth'), ("'nothing", 'nothing'), ("'denothinationS", 'denothinationS'), ("'beginning", 'beginning'), ("'Counsel", 'Counsel'), ("'and", 'and'), ("'point", 'point'), ("'likely", 'likely'), ("'Now", 'Now'), ("'oho", 'oho'), ("'conchurch's", 'conchurchs'), ("'be", 'be'), ("'Ah", 'Ah'), ("'WICKED.", 'WICKED.'), ("'all", 'all'), ("'nations", 'nations'), ("'bedining", 'bedining'), ("'teaching", 'teaching'), ("'thought", 'thought'), ("'the", 'the'), ("'or", 'or'), ("'preached", 'preached'), ("'contrary", 'contrary'), ("'to", 'to'), ("'Jena", 'Jena'), ("'immortality", 'immortality'), ("'am", 'am'), ("'to", 'to'), ("'Now", 'Now'), ("'first", 'first')]
ST18790206-V05-06-page4.txt: [("'glory", 'glory'), ("'to", 'to'), ("'people", 'people'), ("'City.", 'City.'), ("'science", 'science'), ("'than", 'than'), ("'who", 'who'), ("'one", 'one'), ("'prophecies", 'prophecies'), ("'or", 'or'), ("'denying", 'denying'), ("'it", 'it'), ("'seems", 'seems'), ("'the", 'the'), ("'a", 'a'), ("'our", 'our'), ("'order", 'order'), ("'But", 'But'), ("'a", 'a'), ("'Perforniance", 'Perforniance')]
ST18790206-V05-06-page5.txt: [("'is", 'is'), ("'the", 'the'), ("'wings", 'wings'), ("'These", 'These'), ("'a", 'a'), ("'in", 'in'), ("'Thus", 'Thus'), ("'conditions", 'conditions'), ("'contract", 'contract'), ("'people", 'people'), ("'shalt", 'shalt'), ('\'"\'Thou', '"Thou'), ("'nor", 'nor'), ("'nor", 'nor'), ("'he", 'he'), ("'once", 'once'), ("'should", 'should')]
ST18790206-V05-06-page6.txt: [("'Were", 'Were'), ("'as", 'as'), ("'in", 'in'), ("'supper's", 'suppers'), ("'Come", 'Come'), ("'shouted", 'shouted'), ("'us", 'us'), ("'sixty", 'sixty'), ("'punctiliously", 'punctiliously'), ("'had", 'had'), ("'of", 'of'), ("'been", 'been'), ("'Bible-class", 'Bible-class'), ("'shown", 'shown'), ("'Whole", 'Whole'), ("'only", 'only'), ("'said", 'said'), ("'county", 'county'), ("'which", 'which'), ("'Never", 'Never'), ("'wrong", 'wrong'), ("'t", 't'), ("'truth", 'truth'), ("'others", 'others')]
ST18790206-V05-06-page7.txt: [("'in", 'in'), ("'State.", 'State.'), ("'the", 'the'), ("'at", 'at'), ("'Bristol", 'Bristol'), ("'seventeenmember", 'seventeenmember'), ("'t", 't'), ("'is.", 'is.'), ("'about", 'about'), ("'others", 'others'), ("'What", 'What'), ("'Southern", 'Southern'), ("'men", 'men'), ("'disregard", 'disregard'), ("'of", 'of'), ("'of", 'of'), ("'train", 'train'), ("'now.", 'now.'), ("'Strewed'with", 'Strewedwith'), ("'France.", 'France.'), ("'Jesuits", 'Jesuits'), ("'spiritualist", 'spiritualist'), ("'was", 'was'), ("'but", 'but'), ("'ministry", 'ministry'), ("'the", 'the'), ("'the", 'the'), ("'Thirteen", 'Thirteen'), ("'madea", 'madea'), ("'says", 'says'), ("'and", 'and'), ("'own.", 'own.'), ("'in", 'in'), ("'numbers", 'numbers'), ("'matter", 'matter'), ("'engenders", 'engenders'), ("'The", 'The'), ("'learns", 'learns'), ("'by", 'by'), ("'victory", 'victory'), ("'the", 'the'), ("'their", 'their'), ("'Lockport", 'Lockport'), ("'working", 'working'), ("'more", 'more'), ("'do", 'do'), ("'to", 'to'), ("'the", 'the'), ("'Mexico", 'Mexico'), ("'interested.", 'interested.'), ("'kind", 'kind'), ("'church", 'church'), ("'homes", 'homes'), ("'members", 'members'), ("'Where", 'Where'), ("'will", 'will'), ("'before", 'before'), ("'the", 'the')]
ST18790206-V05-06-page8.txt: [("'Wm", 'Wm'), ("'Ac", 'Ac')]
ST18790213-V05-07-page1.txt: [("'Tis", 'Tis'), ("'evidently", 'evidently'), ("'God", 'God'), ("'glory", 'glory'), ("'of", 'of')]
ST18790213-V05-07-page2.txt: [("'into", 'into'), ("'liquor", 'liquor'), ("'condition", 'condition'), ("'and", 'and'), ("'folly", 'folly')]
ST18790213-V05-07-page3.txt: [("'the", 'the'), ('\'"', '"')]
ST18790213-V05-07-page4.txt: [("'Timm.", 'Timm.'), ("'pamphlet", 'pamphlet'), ("'suburban", 'suburban'), ('\'"', '"')]
ST18790213-V05-07-page6.txt: [("'upon", 'upon'), ("'self", 'self'), ("'self", 'self'), ("'the", 'the'), ("'State.", 'State.'), ("'account", 'account'), ("'increased", 'increased')]
ST18790213-V05-07-page7.txt: [("'We", 'We'), ("'and", 'and'), ("'a", 'a'), ("'society", 'society'), ("'they", 'they'), ("'counties", 'counties'), ("'are", 'are'), ("'Our", 'Our'), ("'Captain", 'Captain'), ("'at", 'at'), ("'and", 'and')]
ST18790213-V05-07-page8.txt: [("'Times.", 'Times.'), ("'Spirit", 'Spirit'), ("'of", 'of')]
ST18790220-V05-08-page1.txt: [("'What", 'What'), ("'David", 'David'), ("'will", 'will'), ("'Ike", 'Ike')]
ST18790220-V05-08-page2.txt: [("'the", 'the'), ("'Adam", 'Adam'), ("'him", 'him'), ("'and", 'and'), ("'descendants", 'descendants'), ("'Mr.", 'Mr.'), ("'ibe", 'ibe'), ("'the", 'the'), ("'If", 'If'), ("'Now", 'Now'), ("'her", 'her'), ("'Is", 'Is'), ("'Deal", 'Deal')]
ST18790220-V05-08-page3.txt: [("'This", 'This'), ("'went", 'went'), ("'stated", 'stated'), ("'the", 'the'), ("'proof", 'proof'), ("'new", 'new')]
ST18790220-V05-08-page4.txt: [("'Timm.", 'Timm.'), ("'our", 'our'), ("'text", 'text')]
ST18790220-V05-08-page5.txt: [("'Spirit", 'Spirit')]
ST18790220-V05-08-page6.txt: [("'at", 'at'), ("'ability", 'ability'), ("'not", 'not'), ("'tis", 'tis'), ("'pure", 'pure'), ("'spoke", 'spoke'), ("'During", 'During')]
ST18790220-V05-08-page7.txt: [("'church", 'church'), ("'of", 'of'), ("'Drury", 'Drury'), ("'steep", 'steep'), ("'liga", 'liga')]
ST18790220-V05-08-page8.txt: [("'Timm.", 'Timm.'), ("'The", 'The'), ("'Iwo", 'Iwo')]
ST18790227-V05-09-page1.txt: [("'brought", 'brought'), ("'can", 'can')]
ST18790227-V05-09-page2.txt: [("'authority", 'authority'), ("'the", 'the'), ("'upon", 'upon'), ("'called", 'called')]
ST18790227-V05-09-page3.txt: [("'weaker.", 'weaker.')]
ST18790227-V05-09-page4.txt: [("'Under", 'Under'), ("'the", 'the'), ("'speak", 'speak'), ("'sin", 'sin'), ("'in", 'in')]
ST18790227-V05-09-page5.txt: [("'of", 'of'), ("'they", 'they'), ("'Script", 'Script'), ("'a", 'a')]
ST18790227-V05-09-page6.txt: [("'Just", 'Just'), ("'Tis", 'Tis'), ("'Is", 'Is'), ("'em", 'em'), ("'Will", 'Will'), ("'It", 'It'), ("'them", 'them'), ("'and", 'and'), ("'lookout", 'lookout'), ("'writing", 'writing'), ("'only", 'only'), ("'sense", 'sense'), ("'was", 'was')]
ST18790227-V05-09-page7.txt: [("'Loose", 'Loose'), ("'gone", 'gone'), ("'which", 'which'), ("'degree", 'degree'), ("'a", 'a')]
ST18790227-V05-09-page8.txt: [("'Sabbath.", 'Sabbath.'), ("'streets", 'streets')]
ST18790306-V05-10-page1.txt: [("'clinch", 'clinch'), ("'tis", 'tis'), ("''dead", 'dead'), ("'Why", 'Why'), ("'a", 'a'), ("'as", 'as'), ("'I", 'I')]
ST18790306-V05-10-page2.txt: [("'and", 'and'), ("'their", 'their'), ("'dogs", 'dogs')]
ST18790306-V05-10-page3.txt: [("'were", 'were'), ("'prejudiced", 'prejudiced'), ("'he", 'he'), ("'French", 'French')]
ST18790306-V05-10-page4.txt: [("'again", 'again'), ("'predict", 'predict')]
ST18790306-V05-10-page5.txt: [("'Jetta", 'Jetta')]
ST18790306-V05-10-page6.txt: [("'The", 'The'), ("'more", 'more'), ("'progressed.", 'progressed.')]
ST18790306-V05-10-page7.txt: [("'neath", 'neath'), ("'not", 'not'), ("'people", 'people'), ("'add", 'add'), ("'With", 'With'), ("'plants", 'plants')]
ST18790306-V05-10-page8.txt: [("'confined", 'confined'), ("'little", 'little'), ("'the", 'the')]
ST18790313-V05-11-page1.txt: [("'their", 'their'), ("'for", 'for'), ("'cannot", 'cannot'), ("'i", 'i'), ("'THE", 'THE'), ("'the", 'the'), ("'take", 'take'), ("'of", 'of'), ("'clothing", 'clothing'), ("'the", 'the'), ("'its", 'its'), ("''Acts", 'Acts'), ("'cloud", 'cloud'), ("'art", 'art')]
ST18790313-V05-11-page2.txt: [("'with", 'with'), ("'boast", 'boast'), ("'powers", 'powers'), ("'and", 'and'), ("'away", 'away'), ("'of", 'of'), ("'says", 'says'), ("'us", 'us')]
ST18790313-V05-11-page3.txt: [("'which", 'which'), ("'others", 'others'), ("'any", 'any'), ("'delights", 'delights'), ("'ye", 'ye'), ("'.", '.')]
ST18790313-V05-11-page4.txt: [("'MITA", 'MITA'), ("'observed", 'observed'), ("'Six", 'Six'), ("'derstand", 'derstand'), ("'designated", 'designated'), ("'Christians", 'Christians'), ("'I", 'I'), ("'no", 'no'), ("'a", 'a')]
ST18790313-V05-11-page5.txt: [("'through", 'through'), ("'Hold", 'Hold'), ("'nernare", 'nernare'), ("'pure", 'pure'), ("'reason", 'reason'), ("'of", 'of'), ("'Quia", 'Quia')]
ST18790313-V05-11-page6.txt: [("'The", 'The')]
ST18790313-V05-11-page7.txt: [("'publisher", 'publisher'), ("'fire", 'fire'), ("'criminal", 'criminal'), ("'regard", 'regard')]
ST18790313-V05-11-page8.txt: [("'ministers", 'ministers'), ("'D.", 'D.'), ("'the", 'the'), ("'reduced", 'reduced'), ("'to", 'to'), ("'these", 'these'), ("'the", 'the'), ("'no", 'no'), ("'them", 'them'), ("'the", 'the'), ("'anything", 'anything'), ("'sunbeam", 'sunbeam'), ("'Of", 'Of'), ("'Let", 'Let'), ("'HORN", 'HORN'), ("'deceive", 'deceive'), ("'or", 'or'), ("'Of", 'Of'), ("'Iwo", 'Iwo'), ("'t", 't'), ("'Four", 'Four')]
ST18790320-V05-12-page1.txt: [("'The", 'The'), ("'Timm", 'Timm'), ("'understand", 'understand'), ("'afterwards", 'afterwards'), ("'I", 'I')]
ST18790320-V05-12-page2.txt: [("'findeth", 'findeth'), ("'made", 'made'), ("'who", 'who')]
ST18790320-V05-12-page3.txt: [("'one", 'one'), ("'used", 'used')]
ST18790320-V05-12-page4.txt: [("'Hast", 'Hast'), ("'The", 'The'), ("'Timm.", 'Timm.'), ("'stated", 'stated')]
ST18790320-V05-12-page5.txt: [("'of", 'of'), ("'necessary", 'necessary'), ("'Christ", 'Christ')]
ST18790320-V05-12-page6.txt: [("'brought", 'brought'), ("'f-fraid", 'f-fraid'), ("'we", 'we')]
ST18790320-V05-12-page7.txt: [("'this", 'this'), ("'of", 'of'), ("'but", 'but'), ("'Tabernacle", 'Tabernacle')]
ST18790320-V05-12-page8.txt: [("'Times.", 'Times.'), ("'and", 'and'), ("'is", 'is'), ("'Tracts", 'Tracts')]
ST18790327-V05-13-page1.txt: [("'and", 'and'), ("'who", 'who'), ("'While", 'While')]
ST18790327-V05-13-page2.txt: [("'that", 'that'), ("'should", 'should'), ("'the", 'the'), ("'body", 'body'), ("'we", 'we'), ("'this", 'this'), ("'Abraham", 'Abraham'), ("'Noah's", 'Noahs')]
ST18790327-V05-13-page4.txt: [("'SIGNS", 'SIGNS'), ("'view", 'view')]
ST18790327-V05-13-page5.txt: [("'the", 'the')]
ST18790327-V05-13-page6.txt: [("'meetings.", 'meetings.'), ("'the", 'the'), ("'At", 'At')]
ST18790327-V05-13-page7.txt: [("'not", 'not'), ("'really", 'really'), ("'pork", 'pork'), ("'evidently", 'evidently'), ("'the", 'the'), ("'Botetourt", 'Botetourt'), ("'JACKSON", 'JACKSON')]
ST18790327-V05-13-page8.txt: [("'Hope.", 'Hope.'), ("'order", 'order')]
ST18790403-V05-14-page1.txt: [("'And", 'And'), ("'Timm.", 'Timm.'), ("'scene", 'scene'), ("'the", 'the')]
ST18790403-V05-14-page2.txt: [("''Thou", 'Thou'), ("'and.", 'and.'), ("'Should", 'Should'), ("'would", 'would'), ("'has", 'has'), ("'God", 'God')]
ST18790403-V05-14-page3.txt: [("'it", 'it'), ("'children", 'children'), ("'they", 'they'), ("'in", 'in')]
ST18790403-V05-14-page4.txt: [("'what", 'what'), ("'more", 'more')]
ST18790403-V05-14-page5.txt: [("'its", 'its'), ("'we", 'we'), ("'Constantine", 'Constantine')]
ST18790403-V05-14-page6.txt: [("'The", 'The'), ("'When", 'When'), ("'an", 'an'), ("'got", 'got')]
ST18790403-V05-14-page7.txt: [("'before", 'before'), ("'century", 'century')]
ST18790403-V05-14-page8.txt: [("'butts.", 'butts.')]
ST18790410-V05-15-page1.txt: [("'commits", 'commits'), ("'Very", 'Very'), ("'dashed", 'dashed'), ("'ourn'ed", 'ourned')]
ST18790410-V05-15-page2.txt: [("'no", 'no'), ("'and", 'and'), ("'of", 'of')]
ST18790410-V05-15-page3.txt: [("'Then", 'Then')]
ST18790410-V05-15-page4.txt: [("'altar", 'altar')]
ST18790410-V05-15-page5.txt: [("'multitude", 'multitude')]
ST18790410-V05-15-page6.txt: [("'Whether", 'Whether')]
ST18790410-V05-15-page8.txt: [("'The", 'The'), ("'plain", 'plain')]
ST18790417-V05-16-page1.txt: [("'be", 'be'), ("'sinners.", 'sinners.')]
ST18790417-V05-16-page2.txt: [("'his.", 'his.'), ("'two", 'two'), ('\'Heaven."', 'Heaven."'), ("'the", 'the')]
ST18790417-V05-16-page3.txt: [("'for", 'for'), ("'you", 'you'), ("'his", 'his'), ("'is", 'is')]
ST18790417-V05-16-page4.txt: [("'Timm.", 'Timm.'), ("'With", 'With'), ("'That", 'That'), ("'require", 'require')]
ST18790417-V05-16-page5.txt: [("'coming", 'coming'), ('\'"', '"'), ("'Many", 'Many'), ("'reckoned", 'reckoned'), ("'sanctified", 'sanctified'), ("'very", 'very'), ("'all", 'all')]
ST18790417-V05-16-page6.txt: [("'The", 'The'), ("'some", 'some'), ("'I", 'I'), ("'Last", 'Last')]
ST18790417-V05-16-page7.txt: [("'rose", 'rose'), ("'May", 'May'), ("'we", 'we'), ("'Benefit", 'Benefit'), ("'what", 'what'), ("'of", 'of')]
ST18790417-V05-16-page8.txt: [("'and", 'and'), ("'Office", 'Office'), ("'White.", 'White.')]
ST18790424-V05-17-page1.txt: [("'Peter", 'Peter'), ("'will", 'will'), ("'burned", 'burned')]
ST18790424-V05-17-page2.txt: [("'as", 'as')]
ST18790424-V05-17-page3.txt: [("'Let", 'Let'), ("'No", 'No'), ("'Get", 'Get'), ("'HIS", 'HIS'), ("'to", 'to'), ("'of", 'of')]
ST18790424-V05-17-page4.txt: [("'The", 'The'), ("'began", 'began'), ("'See", 'See'), ("'the", 'the')]
ST18790424-V05-17-page5.txt: [("'even", 'even'), ("'called", 'called'), ("'next", 'next'), ("'it", 'it')]
ST18790424-V05-17-page6.txt: [("'feel", 'feel'), ("'m", 'm')]
ST18790424-V05-17-page7.txt: [("'Twill", 'Twill')]
ST18790424-V05-17-page8.txt: [("'taken", 'taken'), ("'k", 'k')]
ST18790501-V05-18-page1.txt: [("'Timm", 'Timm'), ("'T", 'T'), ("'T", 'T'), ("'Tis", 'Tis'), ("'We", 'We')]
ST18790501-V05-18-page3.txt: [("'never", 'never')]
ST18790501-V05-18-page4.txt: [("'He", 'He'), ("'possible", 'possible'), ("'Of", 'Of')]
ST18790501-V05-18-page5.txt: [("'God's", 'Gods'), ("'of", 'of'), ("'Fuller.", 'Fuller.'), ("'day", 'day'), ("'validity", 'validity')]
ST18790501-V05-18-page6.txt: [("'it", 'it'), ("'learned", 'learned'), ("'began", 'began')]
ST18790501-V05-18-page7.txt: [("'with", 'with'), ("'says", 'says'), ("'Tear", 'Tear')]
ST18790501-V05-18-page8.txt: [("'Timm.", 'Timm.')]
ST18790508-V05-19-page1.txt: [("'Tis", 'Tis'), ("'past.", 'past.')]
ST18790508-V05-19-page2.txt: [("'neither", 'neither'), ("'impossible", 'impossible')]
ST18790508-V05-19-page3.txt: [("'have", 'have'), ("'Very", 'Very'), ("'self", 'self'), ("'Jacob", 'Jacob'), ("'Jacob", 'Jacob'), ("'Jacob", 'Jacob'), ("'.Yea", '.Yea'), ("'Jacob", 'Jacob'), ("'number", 'number'), ("'to", 'to'), ("'Jacob", 'Jacob'), ("'Mr.", 'Mr.'), ("'Jacob", 'Jacob')]
ST18790508-V05-19-page4.txt: [("'who", 'who'), ("'Sin", 'Sin'), ("'Nonsense", 'Nonsense'), ("'He", 'He'), ("'It", 'It'), ("'The", 'The')]
ST18790508-V05-19-page5.txt: [("'application", 'application')]
ST18790508-V05-19-page7.txt: [("'Prove", 'Prove'), ("'A", 'A'), ("'You", 'You'), ("'offering", 'offering'), ("'of", 'of')]
ST18790508-V05-19-page8.txt: [("'experiment", 'experiment'), ("'forward", 'forward'), ("'hour", 'hour')]
ST18790515-V05-20-page1.txt: [("'truth.", 'truth.')]
ST18790515-V05-20-page2.txt: [("'he", 'he'), ("'What", 'What'), ("'pure", 'pure')]
ST18790515-V05-20-page3.txt: [("'Cuyler.", 'Cuyler.'), ("'a", 'a')]
ST18790515-V05-20-page4.txt: [("'fell", 'fell'), ("'yet", 'yet'), ("'us", 'us')]
ST18790515-V05-20-page6.txt: [("'The", 'The'), ("'all", 'all'), ("'and", 'and'), ("'determine", 'determine')]
ST18790515-V05-20-page7.txt: [("'The", 'The'), ("'They", 'They'), ("'Push", 'Push'), ("'and", 'and'), ("'of", 'of')]
ST18790522-V05-21-page1.txt: [("'Holy", 'Holy')]
ST18790522-V05-21-page2.txt: [("'would", 'would'), ("'may", 'may'), ("'the", 'the')]
ST18790522-V05-21-page3.txt: [("'for", 'for'), ("'the", 'the'), ("'for", 'for')]
ST18790522-V05-21-page4.txt: [("'probably", 'probably'), ("'it", 'it'), ("'are", 'are'), ("'estimate", 'estimate'), ("'probability", 'probability'), ("'assumption", 'assumption'), ("'assumption", 'assumption')]
ST18790522-V05-21-page5.txt: [("'Creator", 'Creator'), ("'his", 'his')]
ST18790522-V05-21-page6.txt: [("'tis", 'tis'), ("'proper", 'proper'), ("'appearance.", 'appearance.')]
ST18790522-V05-21-page7.txt: [("'Twas", 'Twas'), ("'rn", 'rn'), ("'neighbors", 'neighbors'), ("'latent", 'latent')]
ST18790522-V05-21-page8.txt: [("'a", 'a')]
ST18790605-V05-22-page1.txt: [("'exalted", 'exalted'), ("'god", 'god'), ("'pomp", 'pomp'), ("'hand", 'hand')]
ST18790605-V05-22-page2.txt: [("'which", 'which'), ("'eye.", 'eye.')]
ST18790605-V05-22-page3.txt: [("'of", 'of'), ("'word", 'word')]
ST18790605-V05-22-page4.txt: [("'prize", 'prize'), ("'the", 'the'), ("'now", 'now')]
ST18790605-V05-22-page5.txt: [("'Jerusalem", 'Jerusalem'), ("'Saturday", 'Saturday')]
ST18790605-V05-22-page6.txt: [("'tis", 'tis'), ("'Tis", 'Tis'), ("'an", 'an'), ("'the", 'the'), ("'spots", 'spots'), ("'No", 'No'), ("'Why", 'Why'), ("'for", 'for')]
ST18790605-V05-22-page7.txt: [("'or", 'or'), ("'of", 'of')]
ST18790605-V05-22-page8.txt: [("'Times.", 'Times.'), ("'ry", 'ry'), ("'and", 'and'), ("'hairinan.", 'hairinan.'), ("'and", 'and')]
ST18790612-V05-23-page1.txt: [("'Paul.", 'Paul.')]
ST18790612-V05-23-page3.txt: [("'in", 'in'), ("'give", 'give'), ("'Still", 'Still')]
ST18790612-V05-23-page4.txt: [("'Timm.", 'Timm.'), ("'necessarily", 'necessarily'), ("'fly", 'fly'), ("'to", 'to')]
ST18790612-V05-23-page5.txt: [("'missionary", 'missionary'), ("'that", 'that'), ("'change", 'change'), ("'or", 'or'), ("'Joseph", 'Joseph')]
ST18790612-V05-23-page6.txt: [("'tis", 'tis'), ("'tis", 'tis'), ("'no", 'no'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18790612-V05-23-page7.txt: [("'All", 'All'), ("'und", 'und'), ("'bankruptcy.", 'bankruptcy.')]
ST18790612-V05-23-page8.txt: [("'Timm.", 'Timm.'), ("'and", 'and'), ("'and", 'and'), ("'twas", 'twas')]
ST18790619-V05-24-page1.txt: [("'have", 'have'), ("'Greeks", 'Greeks'), ("'you", 'you'), ("'means", 'means'), ("'The", 'The'), ("'idolatry.", 'idolatry.'), ("'his", 'his'), ("'convinced", 'convinced')]
ST18790619-V05-24-page2.txt: [("'dist", 'dist')]
ST18790619-V05-24-page3.txt: [("'a", 'a'), ("'to", 'to'), ("'If", 'If'), ("'t", 't'), ("'matters.", 'matters.'), ("'but", 'but'), ("'which", 'which')]
ST18790619-V05-24-page4.txt: [("'Timm", 'Timm'), ("'The", 'The'), ("'Yet", 'Yet'), ("'It", 'It'), ("'belongs", 'belongs'), ("'then", 'then'), ("'we", 'we')]
ST18790619-V05-24-page5.txt: [("'but", 'but'), ("'a", 'a')]
ST18790619-V05-24-page6.txt: [("'The", 'The'), ("'Tis", 'Tis'), ("'mid", 'mid'), ("'of", 'of')]
ST18790619-V05-24-page8.txt: [("'Timm.", 'Timm.'), ("'beautiful", 'beautiful'), ("'G.", 'G.'), ("'We", 'We'), ("'We", 'We'), ("'White", 'White'), ("'tis", 'tis'), ("'street", 'street')]
ST18790626-V05-25-page1.txt: [("'neath", 'neath')]
ST18790626-V05-25-page2.txt: [("'of", 'of'), ('\'"', '"'), ("'will", 'will'), ("'oxygen", 'oxygen'), ("'all", 'all'), ("'This", 'This')]
ST18790626-V05-25-page3.txt: [("'Tis", 'Tis'), ("'description", 'description'), ("'power", 'power'), ("'many", 'many'), ("'of", 'of'), ("'bought", 'bought'), ("'also.", 'also.'), ("'Valentin", 'Valentin'), ("'account", 'account'), ("'who", 'who'), ("'who", 'who'), ("'or", 'or'), ("'so", 'so'), ("'Mind", 'Mind'), ("'as", 'as'), ('\'"', '"'), ("'.it.", '.it.'), ("'them", 'them'), ("'of", 'of'), ("'that", 'that')]
ST18790626-V05-25-page4.txt: [("'certain", 'certain'), ("'So", 'So'), ("'doctrine", 'doctrine'), ("'change", 'change'), ("'the", 'the'), ("'Even", 'Even')]
ST18790626-V05-25-page5.txt: [("'Come", 'Come'), ("'as", 'as'), ("'Churchmen", 'Churchmen')]
ST18790626-V05-25-page6.txt: [("'slippers", 'slippers'), ("'little", 'little'), ("'on", 'on'), ("'Tis", 'Tis'), ("'some", 'some'), ("'ng", 'ng'), ("'to", 'to'), ("'and", 'and'), ("'out", 'out'), ("'him", 'him')]
ST18790626-V05-25-page7.txt: [("'pain.", 'pain.'), ("'reported", 'reported'), ("'means", 'means'), ("'reception", 'reception'), ("'He", 'He'), ("'ceptable", 'ceptable')]
ST18790626-V05-25-page8.txt: [("'Market", 'Market')]
ST18790703-V05-26-page1.txt: [("'torture.", 'torture.'), ("'would", 'would'), ("'TERMS", 'TERMS'), ("'tira", 'tira'), ("'so", 'so')]
ST18790703-V05-26-page2.txt: [("'argument", 'argument'), ("'ready", 'ready'), ("'on", 'on'), ("'at", 'at'), ("'and", 'and'), ("'go", 'go')]
ST18790703-V05-26-page3.txt: [("'show", 'show'), ("'not", 'not'), ("'of", 'of'), ("'neglected", 'neglected'), ("'corners", 'corners'), ("'be", 'be'), ("'men", 'men')]
ST18790703-V05-26-page4.txt: [("'of", 'of'), ("'the", 'the'), ("'fifteenth", 'fifteenth'), ("'Till", 'Till')]
ST18790703-V05-26-page5.txt: [("'TIME", 'TIME'), ("'obtained", 'obtained'), ("'Has", 'Has'), ('\'"', '"'), ("'been", 'been'), ("'descent", 'descent'), ("'gathered", 'gathered'), ("'Come", 'Come')]
ST18790703-V05-26-page6.txt: [("'TIMES.", 'TIMES.'), ("'No.", 'No.'), ("'neath", 'neath'), ("'little", 'little'), ("'according", 'according'), ("'are", 'are'), ("'of", 'of'), ("'that", 'that'), ("'for", 'for')]
ST18790703-V05-26-page7.txt: [("'sold", 'sold'), ("'England", 'England'), ("'of", 'of'), ("'of", 'of'), ("'indeed", 'indeed'), ("'that", 'that'), ("'duty", 'duty'), ("'madness.", 'madness.'), ("'intoxicating", 'intoxicating')]
ST18790703-V05-26-page8.txt: [("'Urges.", 'Urges.'), ("'the", 'the')]
ST18790717-V05-27-page1.txt: [("'Twits", 'Twits'), ("'in", 'in'), ('\'hearts."', 'hearts."')]
ST18790717-V05-27-page2.txt: [("'the", 'the'), ("'vegetable", 'vegetable')]
ST18790717-V05-27-page3.txt: [("'ahead", 'ahead'), ("'great", 'great'), ("'abominations", 'abominations'), ("'that", 'that')]
ST18790717-V05-27-page4.txt: [("'as", 'as'), ("'too", 'too'), ("'the", 'the'), ("'far", 'far'), ("'Poor", 'Poor'), ("'of", 'of')]
ST18790717-V05-27-page5.txt: [("'of", 'of'), ("'of", 'of'), ("'the", 'the')]
ST18790717-V05-27-page6.txt: [("'Provoke", 'Provoke')]
ST18790717-V05-27-page7.txt: [("'happily", 'happily')]
ST18790717-V05-27-page8.txt: [("'Timm.", 'Timm.'), ("'Waggoner.", 'Waggoner.')]
ST18790724-V05-28-page1.txt: [("'gainst", 'gainst'), ("'Tarsus", 'Tarsus'), ("'twill", 'twill'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'twill", 'twill'), ("'waters.", 'waters.'), ("'three", 'three')]
ST18790724-V05-28-page3.txt: [("'so", 'so'), ("'We", 'We')]
ST18790724-V05-28-page4.txt: [("'Timm", 'Timm'), ("'this", 'this')]
ST18790724-V05-28-page5.txt: [("'made", 'made'), ("'to", 'to'), ("'men.", 'men.'), ("'until", 'until'), ("'mercifully", 'mercifully'), ("'repreante", 'repreante'), ("'diverse", 'diverse'), ("'conquest", 'conquest'), ("'He", 'He'), ("'we", 'we'), ("'were", 'were')]
ST18790724-V05-28-page6.txt: [("'nly'day's", 'nlydays'), ("'always", 'always')]
ST18790724-V05-28-page7.txt: [("'the", 'the')]
ST18790724-V05-28-page8.txt: [("'presence", 'presence'), ("'K.D", 'K.D'), ("'l'V", 'lV'), ("'tD", 'tD'), ("'I...", 'I...'), ('\'."..', '."..'), ('\'""', '""')]
ST18790731-V05-29-page1.txt: [("'The", 'The'), ("'an", 'an')]
ST18790731-V05-29-page2.txt: [("'ing", 'ing'), ("'observation", 'observation'), ("'spirits", 'spirits'), ("'of", 'of')]
ST18790731-V05-29-page3.txt: [("'have", 'have'), ("'Redeemer", 'Redeemer'), ("'the", 'the'), ("'the", 'the')]
ST18790731-V05-29-page4.txt: [("'Timm.", 'Timm.'), ("'WEEKS", 'WEEKS')]
ST18790731-V05-29-page5.txt: [("'e", 'e'), ("'Dr.", 'Dr.')]
ST18790731-V05-29-page6.txt: [("'Various", 'Various')]
ST18790731-V05-29-page7.txt: [("'Sabbath", 'Sabbath'), ("'him", 'him'), ("'N.", 'N.'), ("'said", 'said'), ("'to", 'to'), ("'in", 'in'), ("'religious", 'religious')]
ST18790731-V05-29-page8.txt: [("'one", 'one'), ("'CLM's", 'CLMs'), ("'eF", 'eF'), ("'.", '.'), ("'FD", 'FD')]
ST18790807-V05-30-page1.txt: [("'Timm.", 'Timm.')]
ST18790807-V05-30-page2.txt: [("'eparted", 'eparted'), ("'petition", 'petition'), ("'only", 'only'), ("'soldier", 'soldier'), ("'bother", 'bother')]
ST18790807-V05-30-page3.txt: [("'Tis", 'Tis'), ("'miraculous", 'miraculous'), ("'some", 'some'), ("'also.", 'also.')]
ST18790807-V05-30-page4.txt: [("'created", 'created'), ("'by", 'by'), ("'We", 'We'), ("'commandment", 'commandment')]
ST18790807-V05-30-page5.txt: [("'says", 'says'), ("'from", 'from'), ("'Western", 'Western'), ("'never", 'never'), ("'of", 'of')]
ST18790807-V05-30-page6.txt: [("'No", 'No'), ("'Lane", 'Lane'), ("'are", 'are'), ("'How", 'How'), ("'Take", 'Take'), ("'Yes", 'Yes'), ("'No", 'No'), ("'joining", 'joining')]
ST18790807-V05-30-page7.txt: [("'Ohio", 'Ohio'), ("'against", 'against'), ("'appy", 'appy'), ("'uncomfortable", 'uncomfortable')]
ST18790807-V05-30-page8.txt: [("'Timm", 'Timm'), ("'one", 'one'), ("'depend.", 'depend.'), ("'Sabbath", 'Sabbath'), ("'RdlieVts", 'RdlieVts'), ("'Sabbath", 'Sabbath'), ("'Mit", 'Mit'), ("'seldom", 'seldom'), ("'Sabbath", 'Sabbath')]
ST18790814-V05-31-page1.txt: [("'for", 'for'), ("'Clirist", 'Clirist'), ("'sleep", 'sleep')]
ST18790814-V05-31-page3.txt: [("'math", 'math'), ("'dead", 'dead'), ("'absurd", 'absurd'), ("'and", 'and'), ("'before", 'before')]
ST18790814-V05-31-page4.txt: [("'Christian", 'Christian'), ("'they", 'they'), ("'not", 'not'), ("'We", 'We'), ("'on", 'on')]
ST18790814-V05-31-page5.txt: [("'of", 'of'), ("'Its", 'Its'), ("'Greek", 'Greek'), ("'How", 'How'), ('\'"', '"')]
ST18790814-V05-31-page6.txt: [("'am", 'am'), ("'t", 't'), ("'a", 'a')]
ST18790814-V05-31-page7.txt: [("'hall", 'hall'), ("'To", 'To'), ("'The", 'The'), ("'around", 'around'), ("'Mr.", 'Mr.'), ("'sickness", 'sickness'), ("'a", 'a'), ("'unless", 'unless'), ("'pernicious", 'pernicious'), ("'Thousands", 'Thousands'), ('\'"', '"')]
ST18790814-V05-31-page8.txt: [("'Timm.", 'Timm.'), ("'for", 'for'), ("'Bro.", 'Bro.'), ("'White", 'White'), ("'Wednesday", 'Wednesday'), ("'Waggoner.", 'Waggoner.')]
ST18790821-V05-32-page1.txt: [("'their", 'their'), ("'TERMS", 'TERMS'), ("'hardened", 'hardened'), ("'Jesus", 'Jesus'), ("'of", 'of'), ("'him", 'him'), ("'Twas", 'Twas'), ("'.", '.'), ("'and", 'and')]
ST18790821-V05-32-page2.txt: [("'to", 'to'), ("'ed", 'ed')]
ST18790821-V05-32-page3.txt: [("'secure", 'secure'), ("'Weep", 'Weep'), ('\'"', '"'), ("'ei", 'ei')]
ST18790821-V05-32-page4.txt: [("'could", 'could'), ("'Eleb.", 'Eleb.')]
ST18790821-V05-32-page6.txt: [("'The", 'The')]
ST18790821-V05-32-page7.txt: [("'moved", 'moved'), ("'God", 'God'), ("'an", 'an')]
ST18790821-V05-32-page8.txt: [("'Timm.", 'Timm.'), ("'ets.", 'ets.'), ("'us", 'us'), ("'everywhere", 'everywhere')]
ST18790828-V05-33-page1.txt: [("'and", 'and')]
ST18790828-V05-33-page2.txt: [("'Tis", 'Tis')]
ST18790828-V05-33-page3.txt: [("'Thy", 'Thy'), ("'undeveloped", 'undeveloped'), ("'a", 'a'), ("'straws", 'straws'), ("'burnt", 'burnt')]
ST18790828-V05-33-page4.txt: [("'Timm.", 'Timm.'), ("'There", 'There'), ("'Tuesday", 'Tuesday')]
ST18790828-V05-33-page6.txt: [("'A.", 'A.'), ("'in", 'in')]
ST18790828-V05-33-page7.txt: [("'Washington", 'Washington'), ("'Bishop", 'Bishop'), ("'Conference", 'Conference'), ("'Where", 'Where')]
ST18790828-V05-33-page8.txt: [("'his", 'his')]
ST18790904-V05-34-page1.txt: [("'of", 'of'), ("'the", 'the'), ("'no", 'no'), ("'vise", 'vise'), ("'Tis", 'Tis'), ("'re", 're')]
ST18790904-V05-34-page2.txt: [("'Cicero", 'Cicero'), ("'century.", 'century.'), ("'partially", 'partially'), ("'planted", 'planted')]
ST18790904-V05-34-page3.txt: [("'mid", 'mid'), ("'The", 'The'), ("'years", 'years'), ("'ever", 'ever'), ("'Spiritualism", 'Spiritualism'), ("'sensuality", 'sensuality')]
ST18790904-V05-34-page4.txt: [("'as", 'as'), ("'countries", 'countries')]
ST18790904-V05-34-page5.txt: [("'all", 'all'), ("'work", 'work'), ("'the", 'the')]
ST18790904-V05-34-page6.txt: [("'Williams", 'Williams'), ("'than", 'than'), ("'most", 'most')]
ST18790904-V05-34-page7.txt: [("'place", 'place'), ("'places.", 'places.')]
ST18790911-V05-35-page2.txt: [("'blessed", 'blessed')]
ST18790911-V05-35-page3.txt: [("'Tis", 'Tis'), ("'none", 'none'), ("'Why", 'Why')]
ST18790911-V05-35-page4.txt: [("'Timm.", 'Timm.'), ("'things", 'things')]
ST18790911-V05-35-page6.txt: [("'Dear", 'Dear')]
ST18790911-V05-35-page7.txt: [("'of", 'of'), ("'and", 'and'), ("'His", 'His')]
ST18790911-V05-35-page8.txt: [("'Tts", 'Tts')]
ST18790918-V05-36-page1.txt: [("'Timm.", 'Timm.'), ("'irritating", 'irritating'), ("'on", 'on'), ("'with", 'with')]
ST18790918-V05-36-page2.txt: [("'all", 'all'), ("'SIGNS", 'SIGNS'), ("'no", 'no')]
ST18790918-V05-36-page3.txt: [("'of", 'of'), ("'others", 'others'), ("'and", 'and')]
ST18790918-V05-36-page4.txt: [("'full", 'full'), ("'coming", 'coming')]
ST18790918-V05-36-page5.txt: [("'sensible", 'sensible'), ("'very", 'very'), ("'of", 'of')]
ST18790918-V05-36-page6.txt: [("'s", 's'), ("'went", 'went')]
ST18790918-V05-36-page7.txt: [("'Bro.", 'Bro.'), ("'ecular", 'ecular'), ("'of", 'of'), ("'hollow", 'hollow'), ("'West", 'West')]
ST18790918-V05-36-page8.txt: [("'Cite", 'Cite'), ("'Times.", 'Times.'), ("'Ac.", 'Ac.'), ("'possessions", 'possessions'), ("'hickory", 'hickory'), ("'sweet", 'sweet'), ("'summer", 'summer')]
ST18791002-V05-37-page1.txt: [("'Christian", 'Christian'), ("'keep", 'keep')]
ST18791002-V05-37-page2.txt: [("'The", 'The'), ("'an", 'an'), ('\'"They', '"They'), ("'behind", 'behind'), ("'contents.", 'contents.'), ("'delicate", 'delicate'), ("'Warburton", 'Warburton')]
ST18791002-V05-37-page3.txt: [("'aid", 'aid'), ("'for", 'for'), ("'even", 'even')]
ST18791002-V05-37-page4.txt: [("'danger", 'danger')]
ST18791002-V05-37-page5.txt: [("'Cal.", 'Cal.')]
ST18791002-V05-37-page6.txt: [("'and", 'and'), ("'a", 'a'), ("'the", 'the'), ("'ced", 'ced'), ("'BURRILL.", 'BURRILL.'), ("'and", 'and')]
ST18791002-V05-37-page7.txt: [("'the", 'the'), ("'tell", 'tell'), ("'Almighty.", 'Almighty.')]
ST18791002-V05-37-page8.txt: [("'Cite", 'Cite'), ("'mankind", 'mankind'), ("'end", 'end')]
ST18791009-V05-38-page1.txt: [("'Timm.", 'Timm.'), ("'TERMS", 'TERMS'), ("'Twill", 'Twill'), ("'him", 'him'), ("'miracle", 'miracle')]
ST18791009-V05-38-page2.txt: [("'the", 'the'), ("'BODY.", 'BODY.'), ("'I", 'I')]
ST18791009-V05-38-page3.txt: [("'t", 't'), ("'morning", 'morning'), ("'the", 'the'), ("'when", 'when'), ("'of", 'of'), ("'mental", 'mental')]
ST18791009-V05-38-page4.txt: [("'Timm", 'Timm'), ("'many.", 'many.'), ("'Saviour", 'Saviour'), ("'the", 'the'), ("'expense", 'expense')]
ST18791009-V05-38-page5.txt: [("'substances", 'substances'), ("'east", 'east'), ("'say", 'say')]
ST18791009-V05-38-page6.txt: [("'fancy-work", 'fancy-work'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'go", 'go'), ("'have", 'have')]
ST18791009-V05-38-page7.txt: [("'tortures", 'tortures'), ("'I", 'I'), ("'poor", 'poor')]
ST18791009-V05-38-page8.txt: [("'tis", 'tis')]
ST18791016-V05-39-page1.txt: [("'evidenced.", 'evidenced.'), ("'palsy", 'palsy'), ("'spread", 'spread')]
ST18791016-V05-39-page2.txt: [("'kilo", 'kilo'), ("'mind", 'mind'), ("'The.", 'The.'), ("'who", 'who')]
ST18791016-V05-39-page3.txt: [("'Spiritual", 'Spiritual'), ("'as", 'as'), ("'Spiritual", 'Spiritual'), ("'conclusion", 'conclusion'), ("'al", 'al'), ("'have", 'have'), ("'unsler", 'unsler'), ("'pasticulaily", 'pasticulaily'), ("'so", 'so')]
ST18791016-V05-39-page4.txt: [("'use", 'use'), ("'Christianity", 'Christianity'), ("'itemised", 'itemised'), ("'I", 'I'), ("'God.", 'God.')]
ST18791016-V05-39-page5.txt: [("'which", 'which'), ("'This", 'This'), ("'cents", 'cents'), ("'health", 'health')]
ST18791016-V05-39-page6.txt: [("'they", 'they'), ("'monuments", 'monuments'), ("'twere", 'twere'), ("'twere", 'twere'), ("'The", 'The'), ("'and", 'and'), ("'twere", 'twere'), ('\'cause"', 'cause"'), ("'to", 'to')]
ST18791016-V05-39-page7.txt: [("'of", 'of'), ("'mist", 'mist'), ("'hirisiiita", 'hirisiiita'), ("'lutes", 'lutes'), ("'d", 'd'), ("'bird", 'bird'), ("'agner", 'agner'), ("'case", 'case'), ("'WE", 'WE'), ("'be", 'be')]
ST18791016-V05-39-page8.txt: [("'Timm.", 'Timm.'), ("'by", 'by')]
ST18791023-V05-40-page1.txt: [("'to", 'to'), ("'recognize", 'recognize'), ("'Twill", 'Twill'), ("'and", 'and')]
ST18791023-V05-40-page2.txt: [("'The", 'The'), ("'the", 'the'), ("'blended", 'blended'), ("'and", 'and'), ("'from", 'from'), ("'written", 'written'), ("'master.", 'master.'), ("'and", 'and'), ("'under", 'under'), ("'was", 'was'), ("'Warburton", 'Warburton'), ("'your", 'your'), ("'Do", 'Do'), ("'Like", 'Like'), ("'everything", 'everything')]
ST18791023-V05-40-page3.txt: [("'Twill", 'Twill'), ("'be", 'be'), ("'This", 'This'), ("'do", 'do'), ("'if", 'if'), ("'as", 'as'), ("'all", 'all')]
ST18791023-V05-40-page4.txt: [("'Timer", 'Timer'), ("'Materials.", 'Materials.'), ("'verse", 'verse'), ("'this", 'this'), ("'formed", 'formed'), ("'been", 'been'), ("'not", 'not'), ("'John", 'John'), ("'converted", 'converted'), ("'repetitions.", 'repetitions.')]
ST18791023-V05-40-page5.txt: [("'receive", 'receive'), ("'augmenting", 'augmenting'), ("'may", 'may'), ("'.America", '.America'), ("'obstinate", 'obstinate'), ("'when", 'when'), ("'we", 'we'), ("'the", 'the'), ("'was", 'was')]
ST18791023-V05-40-page6.txt: [("'mid", 'mid'), ("'alone", 'alone'), ("'that", 'that'), ("'by", 'by'), ("'This", 'This'), ("'when", 'when'), ("'them", 'them'), ("'is", 'is'), ("'cousins", 'cousins'), ("'Weekly.", 'Weekly.'), ("'limbs", 'limbs')]
ST18791023-V05-40-page7.txt: [("'have", 'have'), ("'to", 'to'), ("'W.", 'W.'), ('\'toxicology."', 'toxicology."')]
ST18791023-V05-40-page8.txt: [("'Angers", 'Angers'), ("'Slander.", 'Slander.'), ("'of", 'of')]
ST18791030-V05-41-page2.txt: [("'intense.", 'intense.'), ("'Platonism", 'Platonism'), ("'promoting", 'promoting')]
ST18791030-V05-41-page3.txt: [("'Never", 'Never'), ("'visions", 'visions'), ("'rejoicing", 'rejoicing'), ("'tain't", 'taint'), ("'em.", 'em.'), ("'a", 'a'), ("'of", 'of'), ("'Damn", 'Damn'), ("'Friend", 'Friend'), ("'Spirits", 'Spirits'), ("'tobacco", 'tobacco')]
ST18791030-V05-41-page4.txt: [("'The", 'The'), ("'imagine", 'imagine'), ("'Saul", 'Saul'), ("'..For", '..For')]
ST18791030-V05-41-page5.txt: [("'JO", 'JO'), ("'there", 'there')]
ST18791030-V05-41-page6.txt: [("'right", 'right'), ("'home", 'home')]
ST18791030-V05-41-page7.txt: [("'the", 'the')]
ST18791030-V05-41-page8.txt: [("'indication", 'indication'), ("'an", 'an'), ("'parishes", 'parishes'), ("'very", 'very')]
ST18791106-V05-42-page1.txt: [("'Jesus", 'Jesus'), ("'human", 'human'), ("'generally", 'generally')]
ST18791106-V05-42-page2.txt: [("'supernatural", 'supernatural'), ("'dent.", 'dent.'), ("'STABLISHED.", 'STABLISHED.'), ('\'stablislied."', 'stablislied."'), ('\'stablished."', 'stablished."'), ("'Have", 'Have')]
ST18791106-V05-42-page3.txt: [("'Go", 'Go'), ("'I", 'I'), ("'who", 'who'), ("'finds", 'finds')]
ST18791106-V05-42-page4.txt: [("'Tinto", 'Tinto')]
ST18791106-V05-42-page5.txt: [("'Whitney", 'Whitney'), ("'of", 'of'), ("'under", 'under'), ("'and", 'and'), ("'have", 'have')]
ST18791106-V05-42-page6.txt: [("'Suffer", 'Suffer'), ("'unasked", 'unasked'), ("'so", 'so')]
ST18791106-V05-42-page7.txt: [("'quacks.", 'quacks.'), ('\'service.\'"', 'service."'), ("'style", 'style'), ("'decree", 'decree')]
ST18791106-V05-42-page8.txt: [("'and", 'and'), ("'fears", 'fears'), ("'The", 'The')]
ST18791113-V05-43-page2.txt: [("'of", 'of'), ("'of", 'of'), ("''perceiving", 'perceiving')]
ST18791113-V05-43-page3.txt: [("'Mid", 'Mid'), ("'Tis", 'Tis'), ("'without", 'without'), ("'spoken", 'spoken'), ("'Elementizer", 'Elementizer'), ("'H.'s", 'H.s'), ("'quick", 'quick'), ("'the", 'the'), ("'marital", 'marital'), ("'Let", 'Let'), ("'shadows", 'shadows')]
ST18791113-V05-43-page4.txt: [("'Timm", 'Timm'), ("'How", 'How'), ("'the", 'the'), ("'Keep", 'Keep'), ("'The", 'The')]
ST18791113-V05-43-page5.txt: [("'Empire.", 'Empire.')]
ST18791113-V05-43-page6.txt: [("'Tis", 'Tis'), ("'prospects", 'prospects')]
ST18791113-V05-43-page7.txt: [("'crime.", 'crime.'), ("'again", 'again'), ("'Pa.", 'Pa.'), ("'improvements", 'improvements')]
ST18791113-V05-43-page8.txt: [("'God", 'God'), ("'pp.", 'pp.')]
ST18791120-V05-44-page1.txt: [("'Du", 'Du'), ("'immortal", 'immortal'), ("'undying", 'undying'), ("'deathless", 'deathless'), ("'eternal", 'eternal'), ("'eternal", 'eternal'), ("'everlasting", 'everlasting'), ("'never", 'never')]
ST18791120-V05-44-page2.txt: [("'the", 'the'), ("'Tose.", 'Tose.'), ("'in", 'in'), ("'present", 'present')]
ST18791120-V05-44-page3.txt: [("'is", 'is'), ("'by", 'by'), ("'Woodhull", 'Woodhull'), ("'do", 'do'), ("'new", 'new'), ("'We", 'We')]
ST18791120-V05-44-page4.txt: [("'which", 'which'), ("'of", 'of')]
ST18791120-V05-44-page5.txt: [("'But", 'But')]
ST18791120-V05-44-page6.txt: [("'Carrying", 'Carrying'), ("'So", 'So')]
ST18791120-V05-44-page7.txt: [("'years.", 'years.'), ("'nature", 'nature')]
ST18791120-V05-44-page8.txt: [("'on", 'on'), ("'sin", 'sin'), ("'merit", 'merit'), ("'developed", 'developed')]
ST18791127-V05-45-page1.txt: [("'in", 'in'), ("'Twill", 'Twill'), ("'his", 'his'), ("'ministers", 'ministers'), ("'have", 'have')]
ST18791127-V05-45-page2.txt: [("'the", 'the'), ("'his", 'his'), ("'and", 'and'), ("'as", 'as'), ("'if", 'if'), ("'that", 'that'), ("'with", 'with')]
ST18791127-V05-45-page3.txt: [("'Gold", 'Gold')]
ST18791127-V05-45-page4.txt: [("'As", 'As'), ("'but", 'but'), ("'At", 'At'), ("'the", 'the'), ("'this", 'this'), ("'Who", 'Who')]
ST18791127-V05-45-page5.txt: [("'TIMES", 'TIMES'), ("'life", 'life'), ("'isles", 'isles'), ("'century", 'century'), ("'prophecy", 'prophecy')]
ST18791127-V05-45-page6.txt: [("'Tis", 'Tis'), ("'good", 'good'), ("'a", 'a')]
ST18791127-V05-45-page7.txt: [("'W", 'W'), ("'is", 'is'), ("'with", 'with')]
ST18791127-V05-45-page8.txt: [("'Timm", 'Timm'), ("'view", 'view'), ("'Mr.", 'Mr.'), ("'make", 'make'), ("'Look", 'Look'), ("'G", 'G')]
ST18791204-V05-46-page2.txt: [("'breakers", 'breakers'), ("'indulgences.", 'indulgences.'), ("'mysterious", 'mysterious'), ("'been", 'been'), ("'any", 'any'), ("'tribes", 'tribes'), ("'special", 'special')]
ST18791204-V05-46-page3.txt: [("'tis", 'tis'), ("'tis", 'tis'), ("'a", 'a'), ("'to", 'to'), ("'Spiritualism", 'Spiritualism'), ("'prophetic", 'prophetic')]
ST18791204-V05-46-page4.txt: [("'Tinto", 'Tinto'), ("'that", 'that'), ("'any", 'any'), ("'his", 'his'), ("'White", 'White')]
ST18791204-V05-46-page5.txt: [("'God", 'God')]
ST18791204-V05-46-page6.txt: [("'nt", 'nt'), ("'was", 'was'), ("'s", 's'), ("'s", 's'), ("'s", 's'), ("'be", 'be'), ("'immortality", 'immortality'), ("'health", 'health'), ("'that", 'that'), ("'nt", 'nt'), ("'nt", 'nt'), ("'s", 's'), ("'re", 're'), ("'s", 's'), ("'s", 's'), ("'t", 't'), ("'her", 'her')]
ST18791204-V05-46-page7.txt: [("'izenship.", 'izenship.')]
ST18791204-V05-46-page8.txt: [("'VITLE.", 'VITLE.'), ("'Seal", 'Seal')]
ST18791211-V05-47-page1.txt: [("'The", 'The'), ("'TERMS", 'TERMS'), ("'In", 'In')]
ST18791211-V05-47-page2.txt: [("'the", 'the'), ("'thinks", 'thinks'), ("'the", 'the'), ("'temporal", 'temporal'), ("'whole", 'whole'), ("'The", 'The'), ("'Resurrection", 'Resurrection'), ("'The", 'The'), ("'the", 'the')]
ST18791211-V05-47-page3.txt: [("'Bible", 'Bible'), ("'this", 'this')]
ST18791211-V05-47-page4.txt: [("'all", 'all'), ("'it", 'it')]
ST18791211-V05-47-page5.txt: [("'from", 'from')]
ST18791211-V05-47-page6.txt: [("'the", 'the'), ("'keep", 'keep'), ("'wait", 'wait'), ("'m", 'm')]
ST18791211-V05-47-page7.txt: [("'other", 'other')]
ST18791218-V05-48-page1.txt: [("'and", 'and'), ("'a", 'a'), ("'an", 'an'), ("'posited", 'posited'), ("'sense", 'sense')]
ST18791218-V05-48-page10.txt: [("'it", 'it'), ("'Come", 'Come')]
ST18791218-V05-48-page2.txt: [("'The", 'The')]
ST18791218-V05-48-page3.txt: [("'we", 'we'), ("'while", 'while')]
ST18791218-V05-48-page4.txt: [("'Timm.", 'Timm.'), ("'.", '.'), ("'We", 'We')]
ST18791218-V05-48-page5.txt: [("'T.", 'T.'), ("'shed", 'shed'), ("'should", 'should'), ("'All", 'All')]
ST18791218-V05-48-page6.txt: [("'middle", 'middle')]
ST18791218-V05-48-page7.txt: [("'contribution", 'contribution')]
ST18791218-V05-48-page8.txt: [("'Water", 'Water')]
ST18791218-V05-48-page9.txt: [("'be", 'be')]
ST18800108-V06-01-page1.txt: [("'tis", 'tis'), ("'gained", 'gained')]
ST18800108-V06-01-page12.txt: [("'that", 'that'), ("'T", 'T'), ("'stood", 'stood'), ("'agents", 'agents')]
ST18800108-V06-01-page5.txt: [("'may", 'may'), ("'raold", 'raold'), ("'a", 'a'), ("'will", 'will')]
ST18800108-V06-01-page7.txt: [("'stand", 'stand')]
ST18800108-V06-01-page8.txt: [("'DEPARTMENT.", 'DEPARTMENT.')]
ST18800108-V06-01-page9.txt: [("'Lo", 'Lo'), ("'TE", 'TE')]
ST18800115-V06-02-page1.txt: [("'kine", 'kine')]
ST18800115-V06-02-page10.txt: [("'of", 'of')]
ST18800115-V06-02-page11.txt: [("'Jesus", 'Jesus'), ("'replied", 'replied'), ("'the", 'the')]
ST18800115-V06-02-page3.txt: [("'of", 'of'), ("'the", 'the')]
ST18800115-V06-02-page4.txt: [("'they", 'they')]
ST18800115-V06-02-page8.txt: [("'covenant", 'covenant'), ("'that", 'that')]
ST18800115-V06-02-page9.txt: [("'the", 'the'), ("'the", 'the')]
ST18800122-V06-03-page1.txt: [("'therefore", 'therefore')]
ST18800122-V06-03-page11.txt: [("'and", 'and')]
ST18800122-V06-03-page2.txt: [("'home", 'home'), ("'Did", 'Did')]
ST18800122-V06-03-page4.txt: [("'tis", 'tis'), ("'tis", 'tis')]
ST18800122-V06-03-page5.txt: [("'his", 'his')]
ST18800122-V06-03-page8.txt: [("'Lucy", 'Lucy')]
ST18800129-V06-04-page11.txt: [("'will", 'will'), ("'lights", 'lights')]
ST18800129-V06-04-page12.txt: [("'complete", 'complete')]
ST18800129-V06-04-page2.txt: [('\'"Most', '"Most')]
ST18800129-V06-04-page3.txt: [("'the", 'the'), ("'dashing", 'dashing')]
ST18800129-V06-04-page4.txt: [("'tis", 'tis'), ("'t", 't'), ("'How", 'How'), ("'As", 'As')]
ST18800129-V06-04-page5.txt: [("'article", 'article'), ("'to", 'to')]
ST18800129-V06-04-page7.txt: [("'ought", 'ought'), ("'No", 'No')]
ST18800129-V06-04-page8.txt: [("'the", 'the'), ("'he", 'he')]
ST18800129-V06-04-page9.txt: [("'now", 'now')]
ST18800205-V06-05-page1.txt: [("'twas", 'twas'), ("'Tis", 'Tis')]
ST18800205-V06-05-page11.txt: [("'million.", 'million.')]
ST18800205-V06-05-page12.txt: [("'man", 'man')]
ST18800205-V06-05-page5.txt: [("'the", 'the'), ("'ward", 'ward')]
ST18800205-V06-05-page7.txt: [("'Iowa", 'Iowa')]
ST18800205-V06-05-page9.txt: [("'of", 'of'), ("'Rev.", 'Rev.'), ("'Bible", 'Bible')]
ST18800212-V06-06-page1.txt: [("'to", 'to')]
ST18800212-V06-06-page10.txt: [("'did", 'did')]
ST18800212-V06-06-page11.txt: [("'at", 'at'), ("'man", 'man'), ("'did", 'did')]
ST18800212-V06-06-page2.txt: [("'it", 'it'), ("'fair", 'fair'), ("'for", 'for'), ("'its", 'its'), ("'earned", 'earned')]
ST18800212-V06-06-page3.txt: [("'Which", 'Which')]
ST18800212-V06-06-page5.txt: [("'It", 'It')]
ST18800212-V06-06-page7.txt: [("'way", 'way'), ("'saving", 'saving')]
ST18800212-V06-06-page9.txt: [("'Here", 'Here')]
ST18800219-V06-07-page1.txt: [("'of", 'of'), ("'most", 'most'), ("'is", 'is')]
ST18800219-V06-07-page10.txt: [("'to", 'to'), ("'to", 'to'), ("'of", 'of')]
ST18800219-V06-07-page11.txt: [("'Tautog.", 'Tautog.'), ("'tis.", 'tis.')]
ST18800219-V06-07-page12.txt: [("'upon", 'upon')]
ST18800219-V06-07-page3.txt: [("'those", 'those'), ("'a", 'a')]
ST18800219-V06-07-page4.txt: [("'John", 'John'), ("'Rev.", 'Rev.'), ("'him", 'him')]
ST18800219-V06-07-page5.txt: [("'were", 'were'), ("'of", 'of'), ("'as", 'as')]
ST18800219-V06-07-page6.txt: [("'Good", 'Good'), ("'here.", 'here.'), ("'.", '.')]
ST18800219-V06-07-page7.txt: [("'Twas", 'Twas'), ("'.", '.')]
ST18800226-V06-08-page10.txt: [("'You", 'You')]
ST18800226-V06-08-page11.txt: [("'grew", 'grew')]
ST18800226-V06-08-page2.txt: [("'did", 'did')]
ST18800226-V06-08-page3.txt: [("'twas", 'twas'), ("'overgrown", 'overgrown')]
ST18800226-V06-08-page6.txt: [("'wheeling", 'wheeling'), ("'twas", 'twas')]
ST18800226-V06-08-page7.txt: [("'ammo", 'ammo')]
ST18800226-V06-08-page8.txt: [("'fire", 'fire'), ("'by", 'by')]
ST18800226-V06-08-page9.txt: [("'of", 'of')]
ST18800304-V06-09-page11.txt: [("'tis", 'tis'), ("'live.", 'live.'), ("'tenderly", 'tenderly'), ("'Tis", 'Tis')]
ST18800304-V06-09-page12.txt: [("'do", 'do'), ("'fire", 'fire')]
ST18800304-V06-09-page5.txt: [("'harmony", 'harmony'), ("'a", 'a'), ("'to", 'to')]
ST18800304-V06-09-page6.txt: [("'Creator", 'Creator'), ("'building", 'building'), ("'its", 'its')]
ST18800311-V06-10-page10.txt: [("'the", 'the')]
ST18800311-V06-10-page11.txt: [("'member", 'member'), ("'long", 'long'), ("'mong", 'mong'), ("'cause", 'cause'), ("'mong", 'mong'), ('\'"', '"'), ("'ligion", 'ligion'), ("'bout", 'bout'), ("'bove", 'bove'), ("'Come", 'Come'), ("'sides", 'sides'), ("'sails", 'sails'), ("'dis", 'dis'), ("'cm", 'cm'), ("'ligion", 'ligion'), ("'mong", 'mong'), ("'mong", 'mong'), ("'Gyptians.", 'Gyptians.'), ("'ligious", 'ligious'), ("'ligion", 'ligion'), ("'spectaout.", 'spectaout.'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'You", 'You'), ("'em", 'em'), ("'bout", 'bout'), ("'b'lieve", 'blieve'), ("'tacks", 'tacks'), ("'my", 'my'), ("'tacks", 'tacks'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'sonny", 'sonny'), ("'bout", 'bout'), ("'ford", 'ford'), ("'nough", 'nough'), ("'nough", 'nough'), ("'em", 'em'), ("'em", 'em'), ("'less", 'less'), ("'em.", 'em.'), ("'trouble", 'trouble'), ("'em", 'em'), ("'bout", 'bout'), ("'sciple", 'sciple'), ("'bused", 'bused'), ("'soaped", 'soaped'), ("'vantage", 'vantage')]
ST18800311-V06-10-page12.txt: [("'HIS", 'HIS'), ("'cisco", 'cisco')]
ST18800311-V06-10-page2.txt: [("'which", 'which')]
ST18800311-V06-10-page3.txt: [("'seriously", 'seriously'), ("'not", 'not'), ("'the", 'the'), ("'it", 'it'), ("'Jesus", 'Jesus'), ("'so", 'so'), ("'violates", 'violates'), ("'way", 'way')]
ST18800311-V06-10-page4.txt: [("'SURRECTION", 'SURRECTION'), ("'Christendom.", 'Christendom.'), ("'rector", 'rector'), ("'that", 'that')]
ST18800311-V06-10-page5.txt: [("'Resolved", 'Resolved'), ("'strive", 'strive'), ("'God", 'God'), ("'no", 'no'), ("'The", 'The'), ("'Man", 'Man'), ("'they", 'they'), ("'there", 'there'), ("'sacrifice", 'sacrifice'), ("'longing", 'longing'), ("'neither", 'neither'), ("'impossible", 'impossible'), ("'the", 'the'), ("'young", 'young')]
ST18800311-V06-10-page8.txt: [("'W", 'W'), ("'copies", 'copies'), ("'Wm", 'Wm')]
ST18800311-V06-10-page9.txt: [("'supposing", 'supposing'), ("'spirits", 'spirits'), ("'peep", 'peep')]
ST18800318-V06-11-page1.txt: [("'The", 'The'), ("'Timm", 'Timm'), ("'S.", 'S.'), ("'being", 'being')]
ST18800318-V06-11-page11.txt: [("'I", 'I'), ("'Do", 'Do'), ("'sent", 'sent'), ("'robbed", 'robbed')]
ST18800318-V06-11-page2.txt: [("'be", 'be'), ("'time", 'time')]
ST18800318-V06-11-page5.txt: [("'thc", 'thc')]
ST18800318-V06-11-page6.txt: [("'Pater", 'Pater'), ("'Successor", 'Successor'), ("'Prince", 'Prince')]
ST18800318-V06-11-page8.txt: [("'Mamma", 'Mamma'), ("'to", 'to'), ("'last", 'last'), ("'perilous", 'perilous')]
ST18800318-V06-11-page9.txt: [("'new", 'new'), ("'MAN'S", 'MANS')]
ST18800325-V06-12-page1.txt: [("'that", 'that'), ("'meant", 'meant'), ("'of", 'of'), ("'a", 'a'), ("'of", 'of'), ("'enough", 'enough')]
ST18800325-V06-12-page10.txt: [("'twixt", 'twixt'), ("'waited", 'waited'), ("'was", 'was')]
ST18800325-V06-12-page12.txt: [("'us", 'us')]
ST18800325-V06-12-page4.txt: [("'Behold", 'Behold'), ("'heart", 'heart'), ("'Whitsuntide", 'Whitsuntide'), ("'be", 'be'), ("'he", 'he')]
ST18800325-V06-12-page5.txt: [("'IDOL", 'IDOL')]
ST18800325-V06-12-page7.txt: [("'or", 'or'), ("'we", 'we'), ("'his", 'his'), ("'the", 'the'), ("'as", 'as')]
ST18800325-V06-12-page8.txt: [("'dead", 'dead'), ("'efforts", 'efforts')]
ST18800325-V06-12-page9.txt: [("'meeting", 'meeting'), ("'.", '.'), ("'drink.", 'drink.'), ("'over", 'over'), ("'er", 'er'), ("'Stonishing", 'Stonishing')]
ST18800401-V06-13-page10.txt: [("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'You", 'You')]
ST18800401-V06-13-page12.txt: [("'ever", 'ever')]
ST18800401-V06-13-page2.txt: [("'sea", 'sea')]
ST18800401-V06-13-page3.txt: [("'act", 'act'), ("'the", 'the'), ("'spiritual", 'spiritual'), ("'views", 'views'), ("'second-handed.", 'second-handed.')]
ST18800401-V06-13-page5.txt: [("'Vic", 'Vic')]
ST18800401-V06-13-page6.txt: [("'is", 'is'), ("'The", 'The'), ("'one", 'one')]
ST18800401-V06-13-page7.txt: [("'men", 'men'), ("'the", 'the'), ("'death", 'death'), ("'lades", 'lades')]
ST18800401-V06-13-page8.txt: [("'will", 'will'), ("'a", 'a'), ("'the", 'the'), ("'give", 'give')]
ST18800401-V06-13-page9.txt: [("'tis", 'tis'), ("'Tis", 'Tis')]
ST18800408-V06-14-page1.txt: [("'traveling", 'traveling')]
ST18800408-V06-14-page10.txt: [("'world", 'world')]
ST18800408-V06-14-page2.txt: [("'professed", 'professed'), ("'the", 'the'), ("'of", 'of')]
ST18800408-V06-14-page3.txt: [("'old", 'old'), ("'Christ", 'Christ')]
ST18800408-V06-14-page5.txt: [("'these", 'these')]
ST18800408-V06-14-page6.txt: [("'cover", 'cover')]
ST18800408-V06-14-page9.txt: [("'tis", 'tis'), ("'excellent", 'excellent')]
ST18800415-V06-15-page1.txt: [("'God", 'God'), ("'or", 'or')]
ST18800415-V06-15-page10.txt: [("'Twas", 'Twas'), ("'smoker.", 'smoker.')]
ST18800415-V06-15-page3.txt: [("'unlike", 'unlike'), ("'as", 'as'), ("'in", 'in')]
ST18800415-V06-15-page4.txt: [("'feel", 'feel'), ("'by", 'by'), ("'full", 'full'), ("'about", 'about'), ("'These", 'These')]
ST18800415-V06-15-page5.txt: [("'not", 'not'), ("'one", 'one')]
ST18800415-V06-15-page6.txt: [("'ITRIAH", 'ITRIAH'), ("'the", 'the'), ("'restore", 'restore')]
ST18800415-V06-15-page9.txt: [("'Canada", 'Canada'), ("'forward", 'forward')]
ST18800422-V06-16-page1.txt: [("'the", 'the'), ("'Tis", 'Tis')]
ST18800422-V06-16-page11.txt: [("'governor", 'governor'), ("'father", 'father')]
ST18800422-V06-16-page12.txt: [("'it", 'it'), ("'V", 'V')]
ST18800422-V06-16-page2.txt: [("'a", 'a')]
ST18800422-V06-16-page3.txt: [("'will", 'will'), ("'tables", 'tables'), ("'the", 'the'), ("'the", 'the'), ("'the", 'the'), ("'the", 'the')]
ST18800422-V06-16-page4.txt: [("'issue", 'issue'), ("'for", 'for')]
ST18800422-V06-16-page5.txt: [("'to", 'to')]
ST18800506-V06-17-page10.txt: [("'tis", 'tis')]
ST18800506-V06-17-page12.txt: [("'The", 'The'), ("'endless", 'endless'), ("'very", 'very'), ("'the", 'the')]
ST18800506-V06-17-page2.txt: [("'rise", 'rise')]
ST18800506-V06-17-page3.txt: [("'round", 'round'), ("'Honi", 'Honi')]
ST18800506-V06-17-page4.txt: [("'Believe", 'Believe')]
ST18800506-V06-17-page5.txt: [("'Twas", 'Twas'), ("'was", 'was')]
ST18800506-V06-17-page9.txt: [("'Lord.", 'Lord.')]
ST18800513-V06-18-page1.txt: [("'Tis", 'Tis'), ("'tis", 'tis'), ("'Twill", 'Twill'), ("'an", 'an')]
ST18800513-V06-18-page10.txt: [("'twas", 'twas'), ("'a", 'a')]
ST18800513-V06-18-page12.txt: [("'he", 'he'), ("'no", 'no')]
ST18800513-V06-18-page2.txt: [("'National", 'National')]
ST18800513-V06-18-page3.txt: [("'she", 'she'), ("'Nelson", 'Nelson')]
ST18800513-V06-18-page4.txt: [("'Bethsur", 'Bethsur')]
ST18800513-V06-18-page7.txt: [("'Chronology", 'Chronology')]
ST18800513-V06-18-page8.txt: [("'decay.", 'decay.'), ("'tis", 'tis'), ("'public.", 'public.')]
ST18800520-V06-19-page10.txt: [("'But", 'But'), ("'s", 's')]
ST18800520-V06-19-page12.txt: [("'refusal", 'refusal')]
ST18800520-V06-19-page3.txt: [("'rhe", 'rhe')]
ST18800520-V06-19-page4.txt: [("'and", 'and'), ("'at", 'at')]
ST18800520-V06-19-page6.txt: [("'is", 'is')]
ST18800520-V06-19-page8.txt: [("'the", 'the'), ("'they", 'they')]
ST18800520-V06-19-page9.txt: [("'pleasure", 'pleasure'), ("'about", 'about'), ("'Don", 'Don'), ("'t", 't'), ("'you'll", 'youll')]
ST18800527-V06-20-page1.txt: [("'prompt", 'prompt')]
ST18800527-V06-20-page12.txt: [("'J", 'J')]
ST18800527-V06-20-page2.txt: [("'menial", 'menial'), ("'should", 'should')]
ST18800527-V06-20-page3.txt: [("'heir", 'heir'), ("'I", 'I'), ('\'"', '"'), ("'not", 'not'), ('\'"', '"'), ("'another", 'another'), ("'A", 'A'), ("'peak", 'peak'), ("'ittle", 'ittle'), ("'em", 'em'), ("'T", 'T'), ("'not", 'not')]
ST18800527-V06-20-page4.txt: [("'highest", 'highest')]
ST18800527-V06-20-page6.txt: [("'Times.", 'Times.'), ("'perish.", 'perish.'), ("'this", 'this'), ("'On", 'On'), ("'an", 'an')]
ST18800527-V06-20-page7.txt: [("'but", 'but'), ("'holy", 'holy')]
ST18800527-V06-20-page9.txt: [("'been", 'been'), ("'day", 'day'), ("'two", 'two')]
ST18800603-V06-21-page1.txt: [("'and", 'and')]
ST18800603-V06-21-page11.txt: [("'that", 'that')]
ST18800603-V06-21-page12.txt: [("'Though", 'Though'), ("'e.", 'e.'), ("'i", 'i'), ("'Christian", 'Christian'), ("'..", '..')]
ST18800603-V06-21-page2.txt: [("'to", 'to'), ("'our", 'our'), ("'Correspondino", 'Correspondino'), ("'Through", 'Through'), ("'union", 'union')]
ST18800603-V06-21-page3.txt: [("'in", 'in')]
ST18800603-V06-21-page4.txt: [("'not", 'not')]
ST18800603-V06-21-page5.txt: [("'Alfred", 'Alfred'), ("'ascribed", 'ascribed')]
ST18800603-V06-21-page6.txt: [("'Timm", 'Timm'), ("'first", 'first')]
ST18800603-V06-21-page7.txt: [("'s", 's'), ("'the", 'the')]
ST18800603-V06-21-page8.txt: [("'bled", 'bled'), ("'selfishness", 'selfishness')]
ST18800603-V06-21-page9.txt: [("'do", 'do')]
ST18800610-V06-22-page1.txt: [("'Timm", 'Timm'), ("'character.", 'character.')]
ST18800610-V06-22-page10.txt: [("'TWAS", 'TWAS'), ("'Twos", 'Twos'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'put", 'put')]
ST18800610-V06-22-page11.txt: [("'The", 'The'), ("'The", 'The'), ("'J", 'J'), ("'are", 'are')]
ST18800610-V06-22-page12.txt: [("'So", 'So'), ("'winter", 'winter'), ("'Are", 'Are')]
ST18800610-V06-22-page2.txt: [("'God", 'God')]
ST18800610-V06-22-page3.txt: [("'truth", 'truth'), ("'every", 'every'), ("'who", 'who'), ("'we", 'we'), ("'is", 'is'), ("'by", 'by'), ("'was", 'was'), ("'they", 'they')]
ST18800610-V06-22-page4.txt: [("'children", 'children')]
ST18800610-V06-22-page5.txt: [("'of", 'of'), ("'a", 'a'), ("'narrative", 'narrative'), ("'impression", 'impression'), ("'be", 'be')]
ST18800610-V06-22-page6.txt: [("'faintest", 'faintest')]
ST18800610-V06-22-page8.txt: [("'the", 'the'), ("'their", 'their')]
ST18800610-V06-22-page9.txt: [("'visiting", 'visiting')]
ST18800617-V06-23-page1.txt: [("'The", 'The'), ("'sacrificial", 'sacrificial')]
ST18800617-V06-23-page10.txt: [("'The", 'The'), ("'Tis", 'Tis'), ("'Twas", 'Twas'), ("'her", 'her')]
ST18800617-V06-23-page2.txt: [("'warning.", 'warning.'), ("'grounds", 'grounds')]
ST18800617-V06-23-page3.txt: [("'controls", 'controls'), ("'ought", 'ought'), ("'the", 'the'), ("'death", 'death'), ("'to", 'to'), ("'intrigues", 'intrigues'), ("'of", 'of')]
ST18800617-V06-23-page4.txt: [("'we", 'we')]
ST18800617-V06-23-page5.txt: [("'was", 'was'), ("'might", 'might'), ("'em", 'em'), ("'The", 'The'), ("'The", 'The')]
ST18800617-V06-23-page8.txt: [("'a", 'a'), ("'Thoughts", 'Thoughts'), ("'I", 'I')]
ST18800617-V06-23-page9.txt: [("'having", 'having'), ("'and", 'and'), ("'May", 'May'), ("'in", 'in'), ("'is", 'is'), ("'Man's", 'Mans')]
ST18800624-V06-24-page1.txt: [("'tie", 'tie'), ("'the", 'the'), ("'Uncense", 'Uncense')]
ST18800624-V06-24-page10.txt: [("'Tis", 'Tis')]
ST18800624-V06-24-page11.txt: [("'devoted", 'devoted')]
ST18800624-V06-24-page12.txt: [("'SIGNS", 'SIGNS'), ("'bout", 'bout'), ("'pends", 'pends'), ("'vival", 'vival'), ("'workers.", 'workers.')]
ST18800624-V06-24-page2.txt: [("'sinless", 'sinless'), ("'show-bread", 'show-bread'), ("'upon", 'upon'), ("'scattered", 'scattered')]
ST18800624-V06-24-page3.txt: [("'the", 'the'), ("'hymns", 'hymns')]
ST18800624-V06-24-page5.txt: [("'that", 'that'), ("'Father", 'Father'), ("'Did", 'Did'), ("'Tabernacle", 'Tabernacle'), ("'walking", 'walking'), ("'heart", 'heart')]
ST18800624-V06-24-page8.txt: [("'on", 'on')]
ST18800624-V06-24-page9.txt: [("'done", 'done')]
ST18800701-V06-25-page1.txt: [("'Elmo.", 'Elmo.')]
ST18800701-V06-25-page10.txt: [("'heart", 'heart')]
ST18800701-V06-25-page11.txt: [("'event.", 'event.')]
ST18800701-V06-25-page12.txt: [("'following", 'following'), ("'Mt", 'Mt')]
ST18800701-V06-25-page2.txt: [('\'"', '"')]
ST18800701-V06-25-page3.txt: [("'afternoon", 'afternoon'), ("'make", 'make'), ("'Twas", 'Twas'), ("'Trembling", 'Trembling'), ('\'"', '"'), ("'have", 'have')]
ST18800701-V06-25-page4.txt: [("'commit", 'commit'), ("'back", 'back')]
ST18800701-V06-25-page5.txt: [("'Ds", 'Ds'), ("'Mid", 'Mid'), ("'their", 'their'), ("'is", 'is')]
ST18800701-V06-25-page6.txt: [("'On", 'On')]
ST18800701-V06-25-page7.txt: [("'s", 's')]
ST18800701-V06-25-page8.txt: [("'and", 'and')]
ST18800701-V06-25-page9.txt: [("'and", 'and'), ("'Well", 'Well')]
ST18800708-V06-26-page1.txt: [("'Times.", 'Times.'), ("'An", 'An'), ("'sin", 'sin'), ("'the", 'the')]
ST18800708-V06-26-page10.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'round", 'round'), ("'em", 'em'), ("'with", 'with'), ("'little", 'little')]
ST18800708-V06-26-page2.txt: [("'in", 'in'), ("'hundred", 'hundred')]
ST18800708-V06-26-page3.txt: [("'come", 'come'), ("'was", 'was')]
ST18800708-V06-26-page6.txt: [("'by", 'by'), ("'naer", 'naer')]
ST18800708-V06-26-page7.txt: [("'mice", 'mice')]
ST18800708-V06-26-page8.txt: [("'On", 'On'), ("'It", 'It')]
ST18800708-V06-26-page9.txt: [("'Midst", 'Midst'), ("'tis", 'tis'), ("'committed", 'committed')]
ST18800715-V06-27-page1.txt: [("'Emus.", 'Emus.'), ("'is", 'is'), ("'I", 'I'), ("'from", 'from'), ("'would", 'would'), ("'this", 'this'), ("'gned", 'gned'), ("'would", 'would'), ("'not", 'not')]
ST18800715-V06-27-page10.txt: [("'Tis", 'Tis')]
ST18800715-V06-27-page11.txt: [("'a", 'a')]
ST18800715-V06-27-page12.txt: [("'.", '.')]
ST18800715-V06-27-page2.txt: [("'the", 'the')]
ST18800715-V06-27-page3.txt: [("'the", 'the'), ("'a", 'a'), ("'care", 'care'), ("'perfection", 'perfection'), ("'to", 'to'), ("'and", 'and'), ("'me", 'me'), ("'It", 'It'), ("'speak", 'speak'), ("'fellow", 'fellow'), ("'once", 'once'), ("'saved.", 'saved.'), ("'of", 'of'), ("'had", 'had')]
ST18800715-V06-27-page4.txt: [("'J", 'J'), ("'sion", 'sion')]
ST18800715-V06-27-page5.txt: [("'This", 'This'), ("'Thinks", 'Thinks'), ("'Whom", 'Whom'), ("'For", 'For'), ("'knowledge", 'knowledge'), ("'The", 'The'), ("'Teachers", 'Teachers')]
ST18800715-V06-27-page6.txt: [("'the", 'the')]
ST18800715-V06-27-page7.txt: [("'will", 'will')]
ST18800715-V06-27-page8.txt: [("'WHITE.", 'WHITE.'), ("'Into", 'Into')]
ST18800715-V06-27-page9.txt: [("'be", 'be'), ("'the", 'the')]
ST18800722-V06-28-page10.txt: [("'would", 'would')]
ST18800722-V06-28-page11.txt: [("'Thoughts", 'Thoughts'), ("'reof", 'reof'), ("'The", 'The')]
ST18800722-V06-28-page2.txt: [("'upon", 'upon'), ("'the", 'the'), ("'begin", 'begin')]
ST18800722-V06-28-page3.txt: [("'Its", 'Its'), ("'to", 'to'), ("'to", 'to')]
ST18800722-V06-28-page4.txt: [("'to", 'to'), ("'godliness", 'godliness')]
ST18800722-V06-28-page5.txt: [("'to", 'to')]
ST18800722-V06-28-page6.txt: [("'W.", 'W.')]
ST18800722-V06-28-page7.txt: [("'pray.", 'pray.')]
ST18800722-V06-28-page8.txt: [('\'"', '"')]
ST18800722-V06-28-page9.txt: [("'but", 'but')]
ST18800729-V06-29-page1.txt: [("'tabernacle", 'tabernacle'), ("'who", 'who')]
ST18800729-V06-29-page10.txt: [("'Watch", 'Watch'), ("'we", 'we'), ("'ado", 'ado'), ("'by", 'by'), ("'turn", 'turn')]
ST18800729-V06-29-page11.txt: [("'.fiver", '.fiver'), ("'the", 'the')]
ST18800729-V06-29-page2.txt: [("'earth", 'earth'), ("'The", 'The')]
ST18800729-V06-29-page3.txt: [("'unanimous", 'unanimous'), ("'Beale", 'Beale'), ("'forth", 'forth'), ("'the", 'the'), ("'taint", 'taint'), ("'on", 'on')]
ST18800729-V06-29-page4.txt: [("'of", 'of'), ("'or", 'or'), ("'listen", 'listen'), ("'us", 'us'), ("'is", 'is'), ("'to", 'to'), ("'over", 'over'), ("'no", 'no'), ("'we", 'we'), ("'to", 'to')]
ST18800729-V06-29-page5.txt: [("'church", 'church'), ("'Three", 'Three'), ("'can", 'can'), ("'divided", 'divided'), ("'is", 'is'), ("'and", 'and'), ("'The", 'The'), ("'is", 'is'), ("'Bible", 'Bible'), ("'being", 'being'), ("'He", 'He'), ("'is", 'is'), ("'chief", 'chief'), ("'inside", 'inside'), ("'healthful", 'healthful'), ("'at", 'at'), ("'in", 'in')]
ST18800729-V06-29-page7.txt: [("'as", 'as'), ("'Christ", 'Christ')]
ST18800729-V06-29-page8.txt: [("'and", 'and')]
ST18800729-V06-29-page9.txt: [("'Tr", 'Tr')]
ST18800812-V06-30-page1.txt: [("'neath", 'neath')]
ST18800812-V06-30-page10.txt: [("'Twill", 'Twill'), ("'of", 'of'), ("'home", 'home'), ("'to", 'to')]
ST18800812-V06-30-page11.txt: [("'Parochial", 'Parochial'), ("'ADVANCE.", 'ADVANCE.')]
ST18800812-V06-30-page12.txt: [("'I", 'I')]
ST18800812-V06-30-page2.txt: [("'fixed", 'fixed'), ("'In", 'In'), ("'is", 'is')]
ST18800812-V06-30-page3.txt: [("'antless.", 'antless.'), ("'or", 'or'), ("'lead", 'lead'), ("'in", 'in'), ("'fanciful", 'fanciful')]
ST18800812-V06-30-page5.txt: [("'And", 'And'), ("'And", 'And'), ("'beof", 'beof'), ("'to", 'to')]
ST18800812-V06-30-page6.txt: [("'are", 'are')]
ST18800812-V06-30-page7.txt: [("'the", 'the'), ("'Lord's", 'Lords'), ("'On", 'On')]
ST18800812-V06-30-page8.txt: [("'Tis", 'Tis'), ("'some", 'some'), ("'can", 'can'), ("'Bro.", 'Bro.'), ("'good", 'good')]
ST18800812-V06-30-page9.txt: [("'White", 'White'), ("'Satan", 'Satan')]
ST18800819-V06-31-page1.txt: [("'The", 'The'), ("'Timm", 'Timm'), ("'him", 'him')]
ST18800819-V06-31-page10.txt: [("'constantly", 'constantly'), ("'You", 'You')]
ST18800819-V06-31-page11.txt: [("'county", 'county')]
ST18800819-V06-31-page12.txt: [("'MICHIGAN", 'MICHIGAN'), ("'l'.", 'l.')]
ST18800819-V06-31-page2.txt: [("'it", 'it'), ("'In", 'In'), ("'not", 'not'), ("'to", 'to'), ("'life", 'life'), ("'by", 'by')]
ST18800819-V06-31-page3.txt: [("'Ask", 'Ask'), ("'to", 'to')]
ST18800819-V06-31-page5.txt: [("'so", 'so'), ("'to", 'to')]
ST18800819-V06-31-page8.txt: [("'Tis", 'Tis'), ("'Mid", 'Mid'), ("'it", 'it'), ("'vessels", 'vessels'), ("'for", 'for')]
ST18800819-V06-31-page9.txt: [("'from", 'from'), ("'Eld.", 'Eld.'), ("'the", 'the'), ("'feel", 'feel'), ("'to", 'to')]
ST18800826-V06-32-page1.txt: [("'antes.", 'antes.'), ("'should", 'should'), ("'Twas", 'Twas')]
ST18800826-V06-32-page10.txt: [("'tis", 'tis'), ("'tie", 'tie'), ('\'"', '"'), ("'doesn't", 'doesnt'), ("'but", 'but')]
ST18800826-V06-32-page12.txt: [("'the", 'the'), ("'Or.", 'Or.')]
ST18800826-V06-32-page2.txt: [("'the", 'the')]
ST18800826-V06-32-page4.txt: [("'who", 'who')]
ST18800826-V06-32-page5.txt: [("'duties", 'duties'), ("'sit", 'sit')]
ST18800826-V06-32-page7.txt: [("'regard", 'regard'), ("'AGERE", 'AGERE'), ("'the", 'the')]
ST18800826-V06-32-page9.txt: [("'that", 'that')]
ST18800902-V06-33-page1.txt: [("'Timm.", 'Timm.')]
ST18800902-V06-33-page10.txt: [("'Oh", 'Oh'), ("'love", 'love'), ("'that", 'that'), ("'Oh", 'Oh'), ("'Let's", 'Lets')]
ST18800902-V06-33-page11.txt: [("'Week", 'Week'), ("'IV.", 'IV.'), ("'An", 'An'), ("'our", 'our')]
ST18800902-V06-33-page2.txt: [("'he", 'he')]
ST18800902-V06-33-page3.txt: [("'I", 'I'), ("'the", 'the')]
ST18800902-V06-33-page4.txt: [("'open", 'open'), ("'be", 'be'), ("'rds", 'rds'), ("'criticize", 'criticize')]
ST18800902-V06-33-page5.txt: [("'death", 'death'), ("'nothing", 'nothing')]
ST18800902-V06-33-page6.txt: [("'buy", 'buy')]
ST18800902-V06-33-page8.txt: [("'Avaricious", 'Avaricious')]
ST18800902-V06-33-page9.txt: [("'Conference", 'Conference'), ("'one", 'one'), ('\'"', '"')]
ST18800909-V06-34-page1.txt: [("'the", 'the'), ("'Titus.", 'Titus.'), ("'They", 'They'), ("'not", 'not'), ("'in", 'in')]
ST18800909-V06-34-page2.txt: [("'men", 'men')]
ST18800909-V06-34-page3.txt: [("'of", 'of'), ("'excesses", 'excesses'), ("'the", 'the')]
ST18800909-V06-34-page4.txt: [("'God", 'God'), ("'the", 'the')]
ST18800909-V06-34-page5.txt: [("'not", 'not')]
ST18800909-V06-34-page6.txt: [("'the", 'the'), ("'take", 'take')]
ST18800909-V06-34-page7.txt: [("'temple", 'temple'), ("'Adam", 'Adam')]
ST18800909-V06-34-page8.txt: [("'eat", 'eat'), ("'declaration", 'declaration'), ("'fruit", 'fruit')]
ST18800909-V06-34-page9.txt: [("'are", 'are'), ("'of", 'of'), ("'little", 'little')]
ST18800916-V06-35-page10.txt: [("'him", 'him'), ("'em", 'em'), ("'his", 'his'), ("'he", 'he'), ("'been", 'been'), ("'tis", 'tis')]
ST18800916-V06-35-page11.txt: [("'ladder", 'ladder'), ("'A", 'A'), ("'Volumes", 'Volumes')]
ST18800916-V06-35-page12.txt: [("'ry", 'ry')]
ST18800916-V06-35-page2.txt: [("'Ile", 'Ile'), ("'do", 'do')]
ST18800916-V06-35-page3.txt: [("'truth", 'truth')]
ST18800916-V06-35-page4.txt: [("'on", 'on'), ("'conscience", 'conscience'), ("'answer", 'answer'), ("'was", 'was'), ("'Sabbath.", 'Sabbath.'), ("'The", 'The')]
ST18800916-V06-35-page5.txt: [("'once", 'once'), ("'the", 'the'), ("'little", 'little')]
ST18800916-V06-35-page6.txt: [("'Roman", 'Roman'), ("'patrimony", 'patrimony'), ("'and", 'and'), ("'the", 'the'), ("'placed", 'placed'), ("'set", 'set'), ("'and", 'and')]
ST18800916-V06-35-page8.txt: [("'advance", 'advance'), ("'sending", 'sending')]
ST18800916-V06-35-page9.txt: [("'to", 'to'), ("'tobacco", 'tobacco'), ("'stay", 'stay'), ("'the", 'the')]
ST18800930-V06-36-page1.txt: [("'z", 'z'), ("'Is", 'Is')]
ST18800930-V06-36-page10.txt: [("'Run", 'Run'), ("'Yes", 'Yes')]
ST18800930-V06-36-page11.txt: [("'cheerfully", 'cheerfully'), ("'We", 'We')]
ST18800930-V06-36-page2.txt: [("'their", 'their'), ("'rest", 'rest'), ("'.", '.')]
ST18800930-V06-36-page3.txt: [("'tit", 'tit'), ("'one", 'one'), ("'general's", 'generals'), ("'was", 'was'), ("'it", 'it'), ("'has", 'has'), ("'most", 'most'), ("'Boys", 'Boys'), ("'who", 'who'), ("'Christ.", 'Christ.'), ("'said", 'said'), ("'How", 'How'), ("'spaek", 'spaek'), ("'as", 'as'), ("'To", 'To')]
ST18800930-V06-36-page4.txt: [("'Christ", 'Christ'), ("'was", 'was')]
ST18800930-V06-36-page6.txt: [("'this", 'this')]
ST18800930-V06-36-page8.txt: [("'members", 'members'), ("'life", 'life')]
ST18800930-V06-36-page9.txt: [("'must", 'must'), ("'tie", 'tie'), ("'One", 'One'), ("'THE", 'THE'), ("'showing", 'showing'), ("'New", 'New'), ("'twenty", 'twenty')]
ST18801007-V06-37-page10.txt: [("'day", 'day'), ("'Jones", 'Jones'), ("'It's", 'Its'), ("'there", 'there')]
ST18801007-V06-37-page11.txt: [("'I", 'I')]
ST18801007-V06-37-page12.txt: [("'e", 'e'), ("'Week", 'Week'), ("'Gems", 'Gems')]
ST18801007-V06-37-page2.txt: [("'conditions", 'conditions'), ("'God", 'God'), ("'Remember", 'Remember'), ("'And", 'And'), ("'rested", 'rested')]
ST18801007-V06-37-page3.txt: [("'love", 'love'), ("'a", 'a'), ("'of", 'of'), ("'great", 'great'), ("'of", 'of')]
ST18801007-V06-37-page5.txt: [("'then", 'then'), ("'I", 'I')]
ST18801007-V06-37-page6.txt: [("'the", 'the'), ("'in", 'in')]
ST18801007-V06-37-page8.txt: [("'the", 'the')]
ST18801007-V06-37-page9.txt: [("'T.", 'T.')]
ST18801014-V06-38-page10.txt: [("'homelike", 'homelike'), ("'try", 'try'), ("'costs", 'costs'), ("'and", 'and'), ("'So", 'So'), ("'So", 'So')]
ST18801014-V06-38-page11.txt: [("'interesting", 'interesting'), ("'her", 'her')]
ST18801014-V06-38-page12.txt: [("'the", 'the'), ("'Fine", 'Fine')]
ST18801014-V06-38-page2.txt: [('\'"', '"')]
ST18801014-V06-38-page3.txt: [("'fill", 'fill')]
ST18801014-V06-38-page4.txt: [("'PRIDE.", 'PRIDE.')]
ST18801014-V06-38-page5.txt: [("'not", 'not')]
ST18801014-V06-38-page8.txt: [("'It", 'It'), ("'round", 'round'), ("'round", 'round')]
ST18801014-V06-38-page9.txt: [("'on", 'on'), ("'on", 'on'), ("'em", 'em'), ("'of", 'of'), ("'Drink", 'Drink'), ("'down", 'down'), ("'sight", 'sight')]
ST18801021-V06-39-page1.txt: [("'hear", 'hear')]
ST18801021-V06-39-page10.txt: [("'And", 'And')]
ST18801021-V06-39-page11.txt: [("'N", 'N')]
ST18801021-V06-39-page12.txt: [("'its", 'its'), ("'things", 'things'), ("'ONIIIIIIIMS", 'ONIIIIIIIMS')]
ST18801021-V06-39-page2.txt: [("'is", 'is'), ("'will", 'will'), ("'therefore", 'therefore')]
ST18801021-V06-39-page3.txt: [("'describes", 'describes'), ("'When", 'When')]
ST18801021-V06-39-page4.txt: [("'life", 'life')]
ST18801021-V06-39-page5.txt: [("'Can", 'Can'), ("'It", 'It')]
ST18801021-V06-39-page6.txt: [("'in", 'in')]
ST18801021-V06-39-page7.txt: [("'We", 'We'), ("'To", 'To'), ("'We", 'We')]
ST18801021-V06-39-page8.txt: [("'LIE", 'LIE'), ("'seems", 'seems')]
ST18801021-V06-39-page9.txt: [("'tear", 'tear'), ("'were", 'were')]
ST18801028-V06-40-page1.txt: [("'a", 'a'), ("'Here", 'Here')]
ST18801028-V06-40-page10.txt: [("'Behold", 'Behold'), ("'Never", 'Never'), ("'Never", 'Never'), ("'Never", 'Never')]
ST18801028-V06-40-page2.txt: [("'object", 'object'), ("'leach", 'leach'), ("'Scripture", 'Scripture'), ("'the", 'the'), ("'are", 'are')]
ST18801028-V06-40-page3.txt: [("'For", 'For')]
ST18801028-V06-40-page4.txt: [("'Where", 'Where'), ("'Where", 'Where')]
ST18801028-V06-40-page5.txt: [("'much", 'much'), ("'sowing", 'sowing'), ("'Tis", 'Tis')]
ST18801028-V06-40-page7.txt: [("'Behold", 'Behold')]
ST18801028-V06-40-page8.txt: [("'MM", 'MM'), ("'Matt.", 'Matt.'), ("'pears", 'pears'), ("'E", 'E')]
ST18801028-V06-40-page9.txt: [("'solved", 'solved')]
ST18801104-V06-41-page1.txt: [("'The", 'The'), ("'brook", 'brook')]
ST18801104-V06-41-page10.txt: [("'j", 'j'), ("'Tis", 'Tis'), ("'to", 'to'), ("'Tis", 'Tis')]
ST18801104-V06-41-page11.txt: [("'after", 'after'), ("'AM", 'AM')]
ST18801104-V06-41-page12.txt: [("'Standard", 'Standard')]
ST18801104-V06-41-page2.txt: [("'Scriptures", 'Scriptures'), ("'Did", 'Did'), ("'world", 'world')]
ST18801104-V06-41-page3.txt: [("'Thy", 'Thy')]
ST18801104-V06-41-page4.txt: [("'can", 'can')]
ST18801104-V06-41-page6.txt: [("'I", 'I')]
ST18801104-V06-41-page8.txt: [("'suppose", 'suppose'), ("''Germany", 'Germany')]
ST18801104-V06-41-page9.txt: [("'I", 'I'), ("'next", 'next'), ("'men", 'men'), ("'otnix", 'otnix')]
ST18801111-V06-42-page1.txt: [("'tis", 'tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18801111-V06-42-page10.txt: [("'ant", 'ant'), ("'system", 'system')]
ST18801111-V06-42-page12.txt: [("'DNIDIUVdS", 'DNIDIUVdS'), ("'HOlid'Aiali", 'HOlidAiali')]
ST18801111-V06-42-page4.txt: [("'he", 'he'), ("'the", 'the')]
ST18801111-V06-42-page5.txt: [("'DEAR", 'DEAR'), ("'Prepare", 'Prepare'), ("'fixed", 'fixed')]
ST18801111-V06-42-page6.txt: [("'Timm", 'Timm'), ("'w", 'w')]
ST18801111-V06-42-page8.txt: [("'Utz", 'Utz')]
ST18801111-V06-42-page9.txt: [("'proposed", 'proposed'), ("'bacco", 'bacco'), ("'bacco", 'bacco')]
ST18801118-V06-43-page10.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18801118-V06-43-page12.txt: [("'Times.", 'Times.')]
ST18801118-V06-43-page2.txt: [("'both", 'both')]
ST18801118-V06-43-page3.txt: [("'called", 'called'), ("'tis", 'tis'), ("'Tis", 'Tis')]
ST18801118-V06-43-page5.txt: [("'As", 'As'), ("'mch", 'mch'), ("'judgor", 'judgor'), ("'Remember", 'Remember')]
ST18801118-V06-43-page6.txt: [("'Make", 'Make'), ("'day", 'day'), ("'swallow", 'swallow')]
ST18801118-V06-43-page8.txt: [("'Tis", 'Tis'), ("'tis", 'tis')]
ST18801118-V06-43-page9.txt: [("'The", 'The')]
ST18801125-V06-44-page1.txt: [("'auto.", 'auto.')]
ST18801125-V06-44-page10.txt: [("'neath", 'neath'), ("'Tis", 'Tis'), ("'tis", 'tis')]
ST18801125-V06-44-page12.txt: [("'Timm", 'Timm')]
ST18801125-V06-44-page2.txt: [("'character", 'character')]
ST18801125-V06-44-page3.txt: [("'to-day", 'to-day'), ("'who", 'who')]
ST18801125-V06-44-page4.txt: [("'rids", 'rids')]
ST18801125-V06-44-page5.txt: [("'Twas", 'Twas'), ("'em", 'em'), ("'Judge", 'Judge')]
ST18801125-V06-44-page7.txt: [("'he", 'he'), ("'In", 'In')]
ST18801125-V06-44-page8.txt: [("'origin", 'origin')]
ST18801125-V06-44-page9.txt: [("'Twill", 'Twill'), ("'Twould", 'Twould'), ("'Twould", 'Twould')]
ST18801202-V06-45-page1.txt: [("'Temperance", 'Temperance')]
ST18801202-V06-45-page10.txt: [("'neath", 'neath'), ("'use", 'use'), ("'Pinafore", 'Pinafore'), ('\'"', '"'), ("'Holy", 'Holy')]
ST18801202-V06-45-page11.txt: [("'neath", 'neath'), ("'trainhas", 'trainhas')]
ST18801202-V06-45-page3.txt: [("'Not", 'Not'), ("'Then", 'Then')]
ST18801202-V06-45-page8.txt: [("'Tis", 'Tis')]
ST18801202-V06-45-page9.txt: [("'the", 'the'), ("'is", 'is'), ("'Why", 'Why')]
ST18801209-V06-46-page1.txt: [("'neath", 'neath')]
ST18801209-V06-46-page10.txt: [("'which", 'which'), ("'neath", 'neath'), ("'spending", 'spending')]
ST18801209-V06-46-page11.txt: [("'their", 'their')]
ST18801209-V06-46-page12.txt: [("'efforts", 'efforts'), ("'had", 'had')]
ST18801209-V06-46-page3.txt: [("'Twould", 'Twould'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'gainst", 'gainst'), ("'Now", 'Now')]
ST18801209-V06-46-page5.txt: [("'the", 'the')]
ST18801209-V06-46-page8.txt: [("'vvs", 'vvs'), ("'heathen", 'heathen'), ("'contract", 'contract'), ("'with", 'with')]
ST18801216-V06-47-page10.txt: [("'neath", 'neath')]
ST18801216-V06-47-page11.txt: [("'Temperance", 'Temperance'), ("'aided", 'aided'), ("'Among", 'Among')]
ST18801216-V06-47-page2.txt: [("'few", 'few')]
ST18801216-V06-47-page3.txt: [("'Don't", 'Dont'), ("'Is", 'Is'), ("'tie", 'tie'), ("'Mr.", 'Mr.'), ("'I", 'I'), ("'If", 'If'), ("'Madame", 'Madame'), ('\'loath."', 'loath."'), ("'Do", 'Do'), ("'Now", 'Now')]
ST18801216-V06-47-page4.txt: [("'bed", 'bed')]
ST18801216-V06-47-page7.txt: [("'outer", 'outer'), ("'If", 'If')]
ST18801216-V06-47-page8.txt: [("'the", 'the'), ("'of", 'of'), ("'but", 'but')]
ST18801216-V06-47-page9.txt: [("'looked", 'looked'), ("'made", 'made')]
ST18801230-V06-48-page1.txt: [("'.", '.')]
ST18801230-V06-48-page10.txt: [("'body", 'body')]
ST18801230-V06-48-page11.txt: [("'Twas", 'Twas'), ("'Wise", 'Wise')]
ST18801230-V06-48-page4.txt: [("'for", 'for')]
ST18801230-V06-48-page6.txt: [("'shall", 'shall'), ("'have", 'have')]
ST18801230-V06-48-page7.txt: [("'the", 'the'), ("'occur", 'occur')]
ST18801230-V06-48-page8.txt: [("'give", 'give'), ("'her", 'her')]
ST18810106-V07-01-page1.txt: [("'Tis", 'Tis')]
ST18810106-V07-01-page10.txt: [("'tell", 'tell'), ("'But", 'But'), ("'Who", 'Who')]
ST18810106-V07-01-page2.txt: [("'page", 'page')]
ST18810106-V07-01-page3.txt: [("'Such", 'Such'), ("'By", 'By'), ("'on", 'on')]
ST18810106-V07-01-page5.txt: [("'The", 'The')]
ST18810106-V07-01-page6.txt: [("'the", 'the')]
ST18810106-V07-01-page7.txt: [("'refers", 'refers'), ("'Next", 'Next')]
ST18810106-V07-01-page8.txt: [("'and", 'and')]
ST18810106-V07-01-page9.txt: [("'sung", 'sung'), ("'injurious", 'injurious')]
ST18810113-V07-02-page10.txt: [("'The", 'The'), ("'Halloo", 'Halloo')]
ST18810113-V07-02-page12.txt: [("'sin.", 'sin.'), ("'ll", 'll')]
ST18810113-V07-02-page2.txt: [("'seventh", 'seventh')]
ST18810113-V07-02-page3.txt: [("'you", 'you')]
ST18810113-V07-02-page4.txt: [("'It", 'It')]
ST18810113-V07-02-page6.txt: [("'that", 'that')]
ST18810113-V07-02-page7.txt: [("'for", 'for')]
ST18810113-V07-02-page8.txt: [("'error", 'error')]
ST18810120-V07-03-page10.txt: [("'neath", 'neath')]
ST18810120-V07-03-page2.txt: [("'the", 'the')]
ST18810120-V07-03-page3.txt: [("'some", 'some')]
ST18810120-V07-03-page5.txt: [("'If", 'If')]
ST18810120-V07-03-page6.txt: [("'Timm", 'Timm'), ("'This", 'This')]
ST18810120-V07-03-page7.txt: [("'deeply", 'deeply')]
ST18810120-V07-03-page8.txt: [("'Eke", 'Eke')]
ST18810120-V07-03-page9.txt: [("'Now", 'Now'), ("'playing", 'playing'), ("'societies", 'societies')]
ST18810127-V07-04-page1.txt: [("'Eke", 'Eke'), ("'him.", 'him.')]
ST18810127-V07-04-page10.txt: [("'The", 'The'), ("'BE", 'BE'), ("'tier", 'tier')]
ST18810127-V07-04-page11.txt: [("'Weighed", 'Weighed')]
ST18810127-V07-04-page12.txt: [("'and", 'and'), ("'Where", 'Where')]
ST18810127-V07-04-page2.txt: [("'The", 'The')]
ST18810127-V07-04-page3.txt: [("'the", 'the')]
ST18810127-V07-04-page4.txt: [("'holding", 'holding')]
ST18810203-V07-05-page1.txt: [("'mid", 'mid'), ("'tis", 'tis')]
ST18810203-V07-05-page10.txt: [("'a", 'a'), ("'ou", 'ou'), ("'ittie", 'ittie'), ('\'"', '"')]
ST18810203-V07-05-page11.txt: [("'cents", 'cents')]
ST18810203-V07-05-page2.txt: [("'duty", 'duty'), ("'the", 'the'), ("'children", 'children'), ("'The", 'The')]
ST18810203-V07-05-page3.txt: [("'speak", 'speak'), ("'him", 'him'), ("'mid", 'mid'), ("'find", 'find'), ("'said", 'said'), ("'Weeks", 'Weeks')]
ST18810203-V07-05-page4.txt: [("'authority", 'authority')]
ST18810203-V07-05-page6.txt: [("'week.", 'week.'), ("'failure", 'failure')]
ST18810203-V07-05-page7.txt: [("'would", 'would')]
ST18810203-V07-05-page9.txt: [("'here", 'here')]
ST18810210-V07-06-page1.txt: [("'through", 'through'), ("'Tis", 'Tis'), ("'to", 'to')]
ST18810210-V07-06-page10.txt: [("'lead", 'lead'), ("'Boy", 'Boy')]
ST18810210-V07-06-page11.txt: [("'urged", 'urged'), ("'discouraged", 'discouraged'), ("'a", 'a')]
ST18810210-V07-06-page12.txt: [("'CiLhe", 'CiLhe')]
ST18810210-V07-06-page2.txt: [("'own", 'own'), ("'stands", 'stands'), ("'But", 'But'), ('\'"', '"'), ("'And", 'And'), ("'we", 'we')]
ST18810210-V07-06-page3.txt: [("'creation.", 'creation.'), ("'of", 'of')]
ST18810210-V07-06-page4.txt: [("'me", 'me')]
ST18810210-V07-06-page5.txt: [("'of", 'of'), ("'days", 'days'), ("'while", 'while')]
ST18810210-V07-06-page6.txt: [("'Oh", 'Oh'), ("'pass", 'pass')]
ST18810210-V07-06-page8.txt: [("'tis", 'tis')]
ST18810210-V07-06-page9.txt: [("'in", 'in'), ("'I've", 'Ive')]
ST18810217-V07-07-page1.txt: [("'for", 'for'), ('\'"', '"')]
ST18810217-V07-07-page10.txt: [("'tis", 'tis')]
ST18810217-V07-07-page2.txt: [("'confessing", 'confessing')]
ST18810217-V07-07-page3.txt: [("'good", 'good')]
ST18810217-V07-07-page8.txt: [("'T", 'T'), ("'WORK", 'WORK')]
ST18810217-V07-07-page9.txt: [("'that", 'that'), ("'No", 'No')]
ST18810224-V07-08-page10.txt: [("'Tis", 'Tis')]
ST18810224-V07-08-page11.txt: [("'population", 'population'), ("'bath", 'bath')]
ST18810224-V07-08-page12.txt: [("'itins", 'itins')]
ST18810224-V07-08-page2.txt: [("'be", 'be')]
ST18810224-V07-08-page4.txt: [("'the", 'the'), ("'England", 'England')]
ST18810224-V07-08-page5.txt: [("'British.", 'British.')]
ST18810224-V07-08-page7.txt: [("'As", 'As')]
ST18810224-V07-08-page8.txt: [("'steady", 'steady'), ("'A", 'A'), ("'hearts", 'hearts')]
ST18810224-V07-08-page9.txt: [("'chance", 'chance'), ("'the", 'the'), ("'to", 'to')]
ST18810303-V07-09-page1.txt: [("'a", 'a'), ("'was", 'was'), ("'ourselves", 'ourselves'), ("'represent", 'represent')]
ST18810303-V07-09-page10.txt: [("'Gainst", 'Gainst'), ("'tis", 'tis'), ("'Get", 'Get')]
ST18810303-V07-09-page11.txt: [("'more", 'more')]
ST18810303-V07-09-page12.txt: [("'The", 'The'), ("'Timm", 'Timm'), ("'hoped", 'hoped')]
ST18810303-V07-09-page2.txt: [("'Thou", 'Thou'), ("'their", 'their'), ("'Thewages", 'Thewages'), ("'Sin", 'Sin'), ("'My", 'My'), ("'God", 'God'), ("'in", 'in')]
ST18810303-V07-09-page3.txt: [("'I", 'I'), ("'To", 'To'), ("'Thou", 'Thou')]
ST18810303-V07-09-page4.txt: [("'And", 'And')]
ST18810303-V07-09-page6.txt: [("'salute", 'salute'), ("'But", 'But'), ("'one", 'one'), ("'is", 'is'), ("'justifies", 'justifies'), ("'suppose", 'suppose'), ("'a", 'a')]
ST18810303-V07-09-page7.txt: [("'the", 'the')]
ST18810303-V07-09-page8.txt: [("'Tie", 'Tie'), ("'Mid", 'Mid')]
ST18810303-V07-09-page9.txt: [("'em", 'em')]
ST18810310-V07-10-page1.txt: [("'Timm.", 'Timm.')]
ST18810310-V07-10-page10.txt: [("'they", 'they'), ("'put", 'put'), ("'speak", 'speak')]
ST18810310-V07-10-page12.txt: [("'illustrated", 'illustrated'), ("'agues", 'agues')]
ST18810310-V07-10-page2.txt: [("'more", 'more'), ("'the", 'the'), ("'Ye", 'Ye'), ("'for", 'for'), ("'Mr.", 'Mr.'), ("'making", 'making')]
ST18810310-V07-10-page3.txt: [("'If", 'If'), ('\'"', '"')]
ST18810310-V07-10-page4.txt: [("'neath", 'neath'), ("'science", 'science')]
ST18810310-V07-10-page5.txt: [("'like", 'like')]
ST18810310-V07-10-page6.txt: [("'The", 'The'), ("'Am", 'Am'), ("'pay", 'pay')]
ST18810310-V07-10-page7.txt: [("'of", 'of'), ("'em", 'em'), ("'em", 'em')]
ST18810310-V07-10-page8.txt: [("'earnest", 'earnest'), ("'be", 'be')]
ST18810310-V07-10-page9.txt: [("'in", 'in'), ("'opened", 'opened')]
ST18810317-V07-11-page1.txt: [("'Ulnas.", 'Ulnas.'), ("'of", 'of')]
ST18810317-V07-11-page10.txt: [("'Tis", 'Tis'), ("'slime", 'slime'), ("'then", 'then'), ("'is", 'is')]
ST18810317-V07-11-page12.txt: [("'three", 'three'), ("'Where", 'Where')]
ST18810317-V07-11-page2.txt: [("'the", 'the'), ("'disciples", 'disciples'), ("'walketh", 'walketh'), ("'Emperor", 'Emperor')]
ST18810317-V07-11-page3.txt: [("'into", 'into'), ("'Tis", 'Tis')]
ST18810317-V07-11-page4.txt: [("'is", 'is'), ("'the", 'the')]
ST18810317-V07-11-page5.txt: [("'the", 'the'), ("'this", 'this'), ("'day's", 'days')]
ST18810317-V07-11-page7.txt: [("'that", 'that')]
ST18810317-V07-11-page9.txt: [("'Twill", 'Twill')]
ST18810324-V07-12-page1.txt: [("'assembled", 'assembled')]
ST18810324-V07-12-page10.txt: [("'Tis", 'Tis'), ("'neath", 'neath'), ("'scape", 'scape')]
ST18810324-V07-12-page11.txt: [("'Southern", 'Southern')]
ST18810324-V07-12-page2.txt: [("'shall", 'shall'), ("'Diocesan", 'Diocesan')]
ST18810324-V07-12-page4.txt: [("'Shaken", 'Shaken'), ("'Dan.", 'Dan.'), ("'the", 'the')]
ST18810324-V07-12-page5.txt: [("'Tis", 'Tis'), ("'Rocks", 'Rocks'), ("'lowing", 'lowing')]
ST18810324-V07-12-page7.txt: [("'the", 'the'), ("'Lord's", 'Lords'), ("'onstitutes", 'onstitutes')]
ST18810324-V07-12-page8.txt: [("'the", 'the'), ("'I", 'I')]
ST18810324-V07-12-page9.txt: [("'We", 'We'), ("'necessary.", 'necessary.'), ("'it", 'it'), ("'HAVE", 'HAVE')]
ST18810331-V07-13-page1.txt: [("'coucheth", 'coucheth')]
ST18810331-V07-13-page11.txt: [("'Jack", 'Jack'), ("'machines.", 'machines.'), ("'Joliet.", 'Joliet.')]
ST18810331-V07-13-page12.txt: [("'for", 'for')]
ST18810331-V07-13-page2.txt: [("'words", 'words'), ("'most", 'most'), ("'fulfillment", 'fulfillment')]
ST18810331-V07-13-page3.txt: [("'ere", 'ere')]
ST18810331-V07-13-page6.txt: [("'they", 'they')]
ST18810331-V07-13-page8.txt: [("'The", 'The')]
ST18810331-V07-13-page9.txt: [("'to", 'to'), ("'many", 'many')]
ST18810407-V07-14-page10.txt: [("'Midsummer", 'Midsummer'), ("'out", 'out')]
ST18810407-V07-14-page11.txt: [("'perished.", 'perished.')]
ST18810407-V07-14-page12.txt: [("'MRS.", 'MRS.')]
ST18810407-V07-14-page2.txt: [("'they", 'they')]
ST18810407-V07-14-page3.txt: [("'had", 'had')]
ST18810407-V07-14-page4.txt: [("'gainst", 'gainst')]
ST18810414-V07-15-page10.txt: [("'tis", 'tis')]
ST18810414-V07-15-page12.txt: [("'ign", 'ign'), ("'Volumes", 'Volumes')]
ST18810414-V07-15-page2.txt: [('\'"', '"')]
ST18810414-V07-15-page3.txt: [("'were", 'were')]
ST18810414-V07-15-page5.txt: [("'reaping", 'reaping'), ("'deeply", 'deeply'), ("'deeply", 'deeply'), ("'the", 'the'), ("'through", 'through'), ("'above", 'above'), ("'simple", 'simple'), ("'everything.", 'everything.')]
ST18810414-V07-15-page6.txt: [("'The", 'The')]
ST18810414-V07-15-page7.txt: [("'salvation", 'salvation')]
ST18810414-V07-15-page9.txt: [("'Church", 'Church'), ("'to", 'to')]
ST18810421-V07-16-page10.txt: [("'of", 'of'), ("'Now", 'Now'), ("'know", 'know'), ("'She", 'She'), ("'it", 'it'), ("'exway", 'exway'), ("'Do", 'Do'), ("'she", 'she'), ("'lam", 'lam')]
ST18810421-V07-16-page11.txt: [("'Week", 'Week'), ("'He's", 'Hes'), ("'states", 'states'), ("'Attlee", 'Attlee')]
ST18810421-V07-16-page2.txt: [("'he", 'he')]
ST18810421-V07-16-page3.txt: [("'place", 'place')]
ST18810421-V07-16-page4.txt: [("'run", 'run'), ("'You", 'You'), ("'Sabbath", 'Sabbath')]
ST18810421-V07-16-page5.txt: [("'it", 'it'), ("'Blessed", 'Blessed')]
ST18810421-V07-16-page6.txt: [("'on", 'on')]
ST18810421-V07-16-page7.txt: [("'which", 'which')]
ST18810421-V07-16-page8.txt: [("'religious", 'religious')]
ST18810505-V07-17-page1.txt: [("'Ulna'.", 'Ulna.')]
ST18810505-V07-17-page10.txt: [("'tis", 'tis'), ("'tis", 'tis'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'Tis", 'Tis'), ("'bids", 'bids'), ("'tis", 'tis'), ("'twas", 'twas'), ("'tis", 'tis'), ("'Tea", 'Tea'), ("'tis", 'tis'), ("'tin", 'tin'), ("'tis", 'tis'), ("'all", 'all'), ("'And", 'And'), ("'wits.dreadful", 'wits.dreadful'), ("'s", 's')]
ST18810505-V07-17-page11.txt: [("'Jerald", 'Jerald'), ("'wo", 'wo'), ("'krogated", 'krogated')]
ST18810505-V07-17-page2.txt: [("'that", 'that'), ("'blood", 'blood')]
ST18810505-V07-17-page3.txt: [("'and", 'and'), ("'which", 'which'), ("'deeply", 'deeply')]
ST18810505-V07-17-page4.txt: [("'their", 'their')]
ST18810505-V07-17-page6.txt: [("'Repent", 'Repent')]
ST18810505-V07-17-page7.txt: [("'captious", 'captious')]
ST18810505-V07-17-page9.txt: [("'as", 'as'), ("'.", '.')]
ST18810512-V07-18-page1.txt: [("'law", 'law')]
ST18810512-V07-18-page10.txt: [("'Twasn't", 'Twasnt'), ("'twould", 'twould'), ("'twould", 'twould'), ("'Twont", 'Twont'), ("'twill", 'twill'), ("'twould", 'twould')]
ST18810512-V07-18-page11.txt: [("'What", 'What'), ("'he", 'he'), ("'tunes", 'tunes'), ("'wo", 'wo'), ("'an", 'an'), ("'irogated", 'irogated')]
ST18810512-V07-18-page12.txt: [("'The", 'The')]
ST18810512-V07-18-page2.txt: [("'race", 'race'), ("'Perhaps", 'Perhaps'), ("'See", 'See')]
ST18810512-V07-18-page5.txt: [("'the", 'the'), ("'rewarded", 'rewarded')]
ST18810512-V07-18-page6.txt: [("'scattered", 'scattered')]
ST18810512-V07-18-page8.txt: [("'committed", 'committed')]
ST18810512-V07-18-page9.txt: [("'to", 'to'), ("'What", 'What'), ("'Boys", 'Boys')]
ST18810519-V07-19-page1.txt: [("'s", 's')]
ST18810519-V07-19-page10.txt: [("'a", 'a')]
ST18810519-V07-19-page11.txt: [("'he", 'he')]
ST18810519-V07-19-page12.txt: [("'Times.", 'Times.'), ("'Why", 'Why'), ("'that", 'that'), ("'I'.", 'I.')]
ST18810519-V07-19-page4.txt: [("'there", 'there')]
ST18810519-V07-19-page6.txt: [("'faith", 'faith')]
ST18810519-V07-19-page7.txt: [("'be", 'be'), ("'seventh", 'seventh')]
ST18810519-V07-19-page8.txt: [("'Advent", 'Advent')]
ST18810519-V07-19-page9.txt: [("'Here", 'Here'), ("'.she", '.she'), ("'is", 'is')]
ST18810526-V07-20-page1.txt: [("'Times.", 'Times.'), ("'God.", 'God.')]
ST18810526-V07-20-page10.txt: [("'tis", 'tis')]
ST18810526-V07-20-page11.txt: [("'Week", 'Week'), ("'twould", 'twould'), ("'has", 'has')]
ST18810526-V07-20-page2.txt: [("'em.", 'em.')]
ST18810526-V07-20-page3.txt: [("'is", 'is'), ("'I", 'I')]
ST18810526-V07-20-page4.txt: [("'the", 'the'), ("'the", 'the')]
ST18810526-V07-20-page6.txt: [("'Eons", 'Eons'), ("'as", 'as')]
ST18810526-V07-20-page8.txt: [("'Eke", 'Eke'), ("'and", 'and'), ("'ehOsen", 'ehOsen'), ("'two", 'two'), ("'with", 'with'), ("'have", 'have')]
ST18810526-V07-20-page9.txt: [("'non", 'non'), ("'rabid", 'rabid'), ("'to", 'to')]
ST18810602-V07-21-page1.txt: [("'twixt", 'twixt'), ("'the", 'the')]
ST18810602-V07-21-page10.txt: [("'How", 'How'), ("'That", 'That'), ("'own", 'own'), ("'round", 'round'), ("'twas", 'twas'), ("'tended", 'tended')]
ST18810602-V07-21-page4.txt: [("'possess", 'possess'), ("'of", 'of'), ("'unto", 'unto'), ("'which", 'which'), ("'thou", 'thou')]
ST18810602-V07-21-page5.txt: [("'multitudes", 'multitudes'), ("'Young", 'Young'), ("'new", 'new'), ("'Baptist", 'Baptist'), ("'to", 'to'), ("'him", 'him'), ("'the", 'the'), ("'acheco", 'acheco'), ("'etalunia", 'etalunia'), ("'and", 'and'), ("'In", 'In'), ("'d", 'd')]
ST18810602-V07-21-page6.txt: [("'The", 'The'), ("'The", 'The'), ("'the", 'the'), ("'a", 'a'), ("'the", 'the'), ("'Eat", 'Eat'), ("'See", 'See'), ("'a", 'a'), ("'Rev.", 'Rev.')]
ST18810602-V07-21-page7.txt: [("'lents", 'lents')]
ST18810602-V07-21-page8.txt: [("'Eke", 'Eke')]
ST18810602-V07-21-page9.txt: [("'flitch", 'flitch')]
ST18810609-V07-22-page1.txt: [("'s", 's')]
ST18810609-V07-22-page10.txt: [('\'"', '"'), ("'true", 'true'), ("'Mr.", 'Mr.'), ("'ill", 'ill'), ("'it", 'it'), ("'Lift", 'Lift'), ("'Mr.", 'Mr.'), ("'naughty", 'naughty'), ("'dead", 'dead'), ("'Mr.", 'Mr.')]
ST18810609-V07-22-page11.txt: [("'hint", 'hint')]
ST18810609-V07-22-page12.txt: [("'a", 'a')]
ST18810609-V07-22-page3.txt: [("'old", 'old'), ("'forty", 'forty'), ("'who", 'who')]
ST18810609-V07-22-page4.txt: [("'In", 'In'), ("'The", 'The')]
ST18810609-V07-22-page5.txt: [("'bold", 'bold')]
ST18810609-V07-22-page8.txt: [("'s", 's'), ("'his", 'his')]
ST18810616-V07-23-page1.txt: [("'Eke", 'Eke'), ("'Timm.", 'Timm.')]
ST18810616-V07-23-page10.txt: [("'daylight", 'daylight')]
ST18810616-V07-23-page2.txt: [("'Mess.", 'Mess.')]
ST18810616-V07-23-page4.txt: [("'earth.", 'earth.'), ("'.", '.')]
ST18810616-V07-23-page6.txt: [("'The", 'The'), ("'Eines.", 'Eines.')]
ST18810616-V07-23-page8.txt: [("'received", 'received')]
ST18810616-V07-23-page9.txt: [("'by", 'by')]
ST18810623-V07-24-page1.txt: [("'Times.", 'Times.'), ("'twill", 'twill')]
ST18810623-V07-24-page10.txt: [("'squire", 'squire')]
ST18810623-V07-24-page12.txt: [("'Confession", 'Confession')]
ST18810623-V07-24-page2.txt: [("'n", 'n')]
ST18810623-V07-24-page3.txt: [("'the", 'the')]
ST18810623-V07-24-page4.txt: [("'the", 'the'), ("'cut", 'cut')]
ST18810623-V07-24-page5.txt: [("'lave", 'lave'), ("'Behold", 'Behold'), ("'thy", 'thy'), ("'Then", 'Then'), ("'by", 'by')]
ST18810623-V07-24-page7.txt: [("'The", 'The')]
ST18810623-V07-24-page8.txt: [("'IANI", 'IANI'), ("'Y", 'Y')]
ST18810630-V07-25-page1.txt: [("'Unita", 'Unita'), ("'tis", 'tis')]
ST18810630-V07-25-page10.txt: [("'So", 'So'), ("'.", '.'), ("'Heydey", 'Heydey'), ("'Did", 'Did'), ("'Are", 'Are'), ("'mother's", 'mothers'), ("'he", 'he'), ("'twas", 'twas'), ("'m", 'm')]
ST18810630-V07-25-page2.txt: [("'that", 'that')]
ST18810630-V07-25-page3.txt: [('\'em."', 'em."'), ("'boy's", 'boys'), ("'em", 'em'), ("'preciate", 'preciate'), ("'magined", 'magined'), ("'rithmetic.", 'rithmetic.')]
ST18810630-V07-25-page4.txt: [("'tis", 'tis')]
ST18810630-V07-25-page5.txt: [("'like", 'like'), ("'who", 'who')]
ST18810630-V07-25-page6.txt: [("'in", 'in')]
ST18810630-V07-25-page7.txt: [("'deareefit", 'deareefit'), ("'it", 'it'), ("'Webster", 'Webster'), ("'ConfuSion", 'ConfuSion')]
ST18810630-V07-25-page9.txt: [("'at", 'at'), ("'of", 'of')]
ST18810714-V07-26-page1.txt: [("'The", 'The'), ("'I'm", 'Im'), ("'Do", 'Do'), ("'Take", 'Take'), ("'You", 'You'), ("'Of", 'Of'), ("'Infinite", 'Infinite')]
ST18810714-V07-26-page10.txt: [("'Life", 'Life'), ("'to", 'to')]
ST18810714-V07-26-page12.txt: [("'.", '.')]
ST18810714-V07-26-page2.txt: [("'most", 'most'), ("'with", 'with')]
ST18810714-V07-26-page3.txt: [("'without", 'without')]
ST18810714-V07-26-page5.txt: [("'and", 'and')]
ST18810714-V07-26-page7.txt: [("'Day", 'Day'), ("'Tis", 'Tis')]
ST18810714-V07-26-page9.txt: [('\'\'\'"', '"')]
ST18810721-V07-27-page1.txt: [("'twill", 'twill'), ("'of", 'of')]
ST18810721-V07-27-page10.txt: [("'twixt", 'twixt')]
ST18810721-V07-27-page11.txt: [("'them", 'them')]
ST18810721-V07-27-page2.txt: [("'through", 'through')]
ST18810721-V07-27-page5.txt: [("'Dear", 'Dear'), ("'No", 'No'), ("'N", 'N'), ("'was", 'was')]
ST18810721-V07-27-page6.txt: [("'place", 'place')]
ST18810721-V07-27-page7.txt: [("'Vermillion", 'Vermillion')]
ST18810721-V07-27-page8.txt: [("'Tis", 'Tis')]
ST18810721-V07-27-page9.txt: [("'anyseveral", 'anyseveral')]
ST18810728-V07-28-page1.txt: [("'though", 'though'), ("'DUERR'S", 'DUERRS')]
ST18810728-V07-28-page12.txt: [("'work", 'work')]
ST18810728-V07-28-page2.txt: [("'rejected", 'rejected')]
ST18810728-V07-28-page3.txt: [("'the", 'the'), ("'Ethiopic", 'Ethiopic')]
ST18810728-V07-28-page8.txt: [("'watering", 'watering')]
ST18810728-V07-28-page9.txt: [("'That", 'That')]
ST18810804-V07-29-page1.txt: [("'Timm", 'Timm'), ("'his", 'his')]
ST18810804-V07-29-page10.txt: [("'em", 'em'), ("'em", 'em')]
ST18810804-V07-29-page11.txt: [("'Week", 'Week'), ("'tain't", 'taint'), ("'em", 'em')]
ST18810804-V07-29-page12.txt: [("'S", 'S'), ("'regretted", 'regretted'), ("'Versions", 'Versions'), ("'be", 'be'), ("'Shirley", 'Shirley')]
ST18810804-V07-29-page2.txt: [("'ulin'''.", 'ulin.')]
ST18810804-V07-29-page4.txt: [("'harmony", 'harmony')]
ST18810804-V07-29-page5.txt: [("'not", 'not'), ("'the", 'the')]
ST18810804-V07-29-page6.txt: [("'B.", 'B.')]
ST18810804-V07-29-page7.txt: [("'regret", 'regret'), ("'having", 'having')]
ST18810804-V07-29-page8.txt: [("'Let", 'Let'), ("'the", 'the'), ("'eleventh", 'eleventh'), ("'these", 'these')]
ST18810804-V07-29-page9.txt: [("'this", 'this'), ("'ash", 'ash'), ("'not", 'not'), ("'in", 'in')]
ST18810811-V07-30-page1.txt: [("'Indocern", 'Indocern'), ("'the", 'the'), ("'law", 'law')]
ST18810811-V07-30-page10.txt: [("'years", 'years')]
ST18810811-V07-30-page12.txt: [("'.", '.')]
ST18810811-V07-30-page2.txt: [("'Chapel", 'Chapel')]
ST18810811-V07-30-page5.txt: [("'And", 'And')]
ST18810811-V07-30-page6.txt: [("'Timm", 'Timm'), ("'Go", 'Go')]
ST18810811-V07-30-page7.txt: [("'Canterbury", 'Canterbury'), ("'Revised", 'Revised')]
ST18810811-V07-30-page8.txt: [("'present.", 'present.')]
ST18810811-V07-30-page9.txt: [("'brewers", 'brewers')]
ST18810818-V07-31-page1.txt: [("'Time.", 'Time.')]
ST18810818-V07-31-page2.txt: [("'total", 'total')]
ST18810818-V07-31-page3.txt: [("'that", 'that'), ('\'man."', 'man."'), ("'Erected", 'Erected')]
ST18810818-V07-31-page4.txt: [("'the", 'the')]
ST18810818-V07-31-page5.txt: [("'change.", 'change.'), ("'of", 'of')]
ST18810818-V07-31-page6.txt: [("'Awake", 'Awake')]
ST18810818-V07-31-page9.txt: [("'heart", 'heart'), ("'fleet", 'fleet'), ("'the", 'the')]
ST18810825-V07-32-page1.txt: [("'In", 'In'), ("'In", 'In')]
ST18810825-V07-32-page10.txt: [("'Tis", 'Tis'), ("'hunts", 'hunts'), ("'sort", 'sort'), ("'start", 'start')]
ST18810825-V07-32-page11.txt: [("'s", 's'), ("'.", '.')]
ST18810825-V07-32-page12.txt: [("'I.", 'I.'), ("'the", 'the'), ("'Progated", 'Progated')]
ST18810825-V07-32-page2.txt: [("'Row", 'Row')]
ST18810825-V07-32-page3.txt: [("'from", 'from'), ("'My", 'My'), ("'But", 'But'), ("'Just", 'Just'), ("'The", 'The')]
ST18810825-V07-32-page5.txt: [("'The", 'The'), ("'Lord", 'Lord'), ("'Lord", 'Lord')]
ST18810825-V07-32-page6.txt: [("'The", 'The'), ("'Also", 'Also')]
ST18810825-V07-32-page8.txt: [("'men", 'men')]
ST18810901-V07-33-page10.txt: [("'chip", 'chip')]
ST18810901-V07-33-page11.txt: [("'TEMPERANCE", 'TEMPERANCE')]
ST18810901-V07-33-page12.txt: [("'Times.", 'Times.'), ("'f", 'f'), ('\'"', '"'), ("'hunts.", 'hunts.')]
ST18810901-V07-33-page3.txt: [("'Americans", 'Americans'), ("'little", 'little'), ("'of", 'of')]
ST18810901-V07-33-page4.txt: [("'And", 'And'), ("'Another", 'Another'), ("'They", 'They'), ("'Shortly", 'Shortly')]
ST18810901-V07-33-page5.txt: [("'at", 'at')]
ST18810901-V07-33-page6.txt: [("'Timm", 'Timm'), ("'searching", 'searching'), ("'shall", 'shall')]
ST18810901-V07-33-page7.txt: [("'this", 'this')]
ST18810901-V07-33-page9.txt: [("'is", 'is')]
ST18810908-V07-34-page1.txt: [("'when", 'when'), ("'Arad", 'Arad')]
ST18810908-V07-34-page11.txt: [("'oo", 'oo'), ("'one.", 'one.')]
ST18810908-V07-34-page12.txt: [("'I", 'I')]
ST18810908-V07-34-page2.txt: [("'which", 'which')]
ST18810908-V07-34-page3.txt: [("'That", 'That')]
ST18810908-V07-34-page4.txt: [("'lid", 'lid')]
ST18810908-V07-34-page5.txt: [("'countermanded", 'countermanded'), ("'anxiety", 'anxiety'), ("'Blessed", 'Blessed'), ("'hut", 'hut'), ("'that", 'that')]
ST18810908-V07-34-page6.txt: [("'Timm", 'Timm')]
ST18810908-V07-34-page8.txt: [("'city", 'city'), ("'s", 's'), ("'s", 's'), ("'to", 'to')]
ST18810908-V07-34-page9.txt: [("'take", 'take'), ("'that", 'that')]
ST18810915-V07-35-page1.txt: [("'mid", 'mid'), ("'mid", 'mid')]
ST18810915-V07-35-page10.txt: [("'clothes", 'clothes'), ("'thoughtless", 'thoughtless')]
ST18810915-V07-35-page11.txt: [("'place", 'place')]
ST18810915-V07-35-page12.txt: [("'nteresting", 'nteresting'), ('\'"', '"'), ("'ties", 'ties'), ("'.", '.'), ("'.", '.')]
ST18810915-V07-35-page2.txt: [("'Jacob", 'Jacob'), ("'Jacob", 'Jacob'), ("'Ed", 'Ed')]
ST18810915-V07-35-page5.txt: [("'church", 'church')]
ST18810915-V07-35-page6.txt: [("'The", 'The')]
ST18810915-V07-35-page9.txt: [("'was", 'was'), ("'where", 'where')]
ST18810922-V07-36-page1.txt: [("'Tis", 'Tis')]
ST18810922-V07-36-page10.txt: [("'em", 'em'), ("'cm", 'cm')]
ST18810922-V07-36-page11.txt: [("'Baptist", 'Baptist'), ("'interference", 'interference')]
ST18810922-V07-36-page4.txt: [("'Buts", 'Buts'), ("'we", 'we')]
ST18810922-V07-36-page5.txt: [("'that", 'that'), ("'why", 'why'), ("'there", 'there')]
ST18810922-V07-36-page6.txt: [("'Timm", 'Timm'), ("'Sister", 'Sister')]
ST18810922-V07-36-page7.txt: [("'SABBATH.", 'SABBATH.')]
ST18810922-V07-36-page8.txt: [("'The", 'The'), ("'arranged", 'arranged'), ("'no", 'no')]
ST18810922-V07-36-page9.txt: [("'you", 'you')]
ST18810929-V07-37-page1.txt: [("'Tis", 'Tis')]
ST18810929-V07-37-page10.txt: [("'twould", 'twould'), ("'lected", 'lected'), ("'lected", 'lected'), ("'tend", 'tend'), ("'twas", 'twas'), ("'em", 'em')]
ST18810929-V07-37-page11.txt: [("'ornet.", 'ornet.'), ("'tis", 'tis'), ("'away.", 'away.')]
ST18810929-V07-37-page12.txt: [("'THE", 'THE')]
ST18810929-V07-37-page3.txt: [("'scruples", 'scruples')]
ST18810929-V07-37-page4.txt: [("'.", '.'), ("'strange", 'strange'), ("'sans", 'sans'), ("'miles", 'miles')]
ST18810929-V07-37-page5.txt: [("'The", 'The'), ("'or", 'or'), ("'Concordances", 'Concordances')]
ST18810929-V07-37-page6.txt: [("'or", 'or')]
ST18810929-V07-37-page7.txt: [("'Preach", 'Preach')]
ST18810929-V07-37-page8.txt: [("'er", 'er')]
ST18810929-V07-37-page9.txt: [("'bacca", 'bacca'), ("'em", 'em'), ("'as", 'as'), ("'em", 'em'), ("'Bacca", 'Bacca')]
ST18811006-V07-38-page1.txt: [("'Times.", 'Times.')]
ST18811006-V07-38-page10.txt: [("'you", 'you')]
ST18811006-V07-38-page12.txt: [("'no", 'no')]
ST18811006-V07-38-page2.txt: [("'mates", 'mates')]
ST18811006-V07-38-page3.txt: [("'leading", 'leading'), ("'as", 'as')]
ST18811006-V07-38-page4.txt: [("'which", 'which'), ("'conversion", 'conversion')]
ST18811006-V07-38-page5.txt: [("'the", 'the'), ("'He", 'He'), ("'took", 'took'), ("'the", 'the'), ("'rebuked", 'rebuked')]
ST18811006-V07-38-page6.txt: [("'Now", 'Now'), ("'Come", 'Come'), ("'let", 'let'), ("'Justice", 'Justice'), ("'Justice.", 'Justice.'), ("'that", 'that'), ("'Hail", 'Hail'), ("'Do", 'Do'), ("'Know", 'Know'), ("'Alexandra", 'Alexandra'), ("'I", 'I'), ("'But", 'But'), ("'deny", 'deny')]
ST18811006-V07-38-page9.txt: [("'who", 'who'), ("'bus", 'bus')]
ST18811013-V07-39-page1.txt: [("'Mats.", 'Mats.')]
ST18811013-V07-39-page10.txt: [("'nded", 'nded')]
ST18811013-V07-39-page4.txt: [("'Italy", 'Italy'), ("'Gothic", 'Gothic')]
ST18811013-V07-39-page5.txt: [("'The", 'The')]
ST18811013-V07-39-page6.txt: [("'till", 'till')]
ST18811013-V07-39-page7.txt: [("'Atlantic", 'Atlantic'), ("'vices", 'vices')]
ST18811027-V07-40-page1.txt: [("'There", 'There'), ("'Sons", 'Sons')]
ST18811027-V07-40-page10.txt: [("'seized", 'seized')]
ST18811027-V07-40-page11.txt: [("'Battle", 'Battle'), ("'Constitutional", 'Constitutional')]
ST18811027-V07-40-page12.txt: [("'Don't", 'Dont'), ("'that", 'that'), ("'Boy", 'Boy')]
ST18811027-V07-40-page3.txt: [("'Tis", 'Tis')]
ST18811027-V07-40-page4.txt: [("'rector", 'rector')]
ST18811027-V07-40-page5.txt: [("'making", 'making'), ("'to", 'to')]
ST18811027-V07-40-page8.txt: [("'OK", 'OK')]
ST18811027-V07-40-page9.txt: [("'his", 'his'), ("'pale", 'pale'), ("'ittle", 'ittle')]
ST18811103-V07-41-page1.txt: [("'families", 'families')]
ST18811103-V07-41-page10.txt: [("'.", '.'), ("'tis", 'tis')]
ST18811103-V07-41-page12.txt: [("'us", 'us'), ("'b", 'b')]
ST18811103-V07-41-page2.txt: [("'Paul", 'Paul'), ("'is", 'is')]
ST18811103-V07-41-page3.txt: [("'us", 'us')]
ST18811103-V07-41-page5.txt: [("'him", 'him'), ("'himself", 'himself'), ("'The", 'The')]
ST18811103-V07-41-page6.txt: [("'Eines.", 'Eines.'), ("'God", 'God'), ('\'"', '"')]
ST18811103-V07-41-page7.txt: [("'Sunday", 'Sunday')]
ST18811103-V07-41-page9.txt: [("'Unfortunately", 'Unfortunately'), ("'W.", 'W.')]
ST18811110-V07-42-page1.txt: [("'TWAS", 'TWAS'), ("'twill", 'twill'), ("'Especially", 'Especially')]
ST18811110-V07-42-page10.txt: [("'Tie", 'Tie'), ("'most", 'most'), ("'Ed", 'Ed'), ("'It", 'It'), ("'shamed", 'shamed')]
ST18811110-V07-42-page2.txt: [('\'"', '"'), ("'yourselves", 'yourselves')]
ST18811110-V07-42-page4.txt: [("'event", 'event')]
ST18811110-V07-42-page5.txt: [("'do", 'do'), ("'a", 'a')]
ST18811110-V07-42-page6.txt: [("'Thug.", 'Thug.')]
ST18811110-V07-42-page7.txt: [("'the", 'the')]
ST18811117-V07-43-page10.txt: [("'If", 'If'), ("'street", 'street')]
ST18811117-V07-43-page12.txt: [("'When", 'When'), ("'ancients", 'ancients')]
ST18811117-V07-43-page2.txt: [("'opposed", 'opposed')]
ST18811117-V07-43-page5.txt: [("'Jesus", 'Jesus'), ("'Where", 'Where'), ("'How", 'How'), ("'Were", 'Were')]
ST18811117-V07-43-page6.txt: [("'Timm", 'Timm')]
ST18811117-V07-43-page7.txt: [("'the", 'the')]
ST18811117-V07-43-page8.txt: [("'without", 'without')]
ST18811117-V07-43-page9.txt: [("'bounds", 'bounds'), ("'limitatime", 'limitatime'), ("''roar", 'roar'), ("'in.", 'in.')]
ST18811124-V07-44-page10.txt: [("'The", 'The')]
ST18811124-V07-44-page11.txt: [("'The", 'The')]
ST18811124-V07-44-page12.txt: [("'so", 'so'), ("'Life", 'Life')]
ST18811124-V07-44-page2.txt: [("'deceiving", 'deceiving')]
ST18811124-V07-44-page4.txt: [("'question", 'question')]
ST18811124-V07-44-page5.txt: [("'Never", 'Never'), ("'W", 'W'), ("'that", 'that'), ("'.", '.'), ("'s", 's')]
ST18811124-V07-44-page7.txt: [("'less", 'less')]
ST18811124-V07-44-page8.txt: [("'The", 'The'), ("'neath", 'neath'), ("'A", 'A')]
ST18811124-V07-44-page9.txt: [("'starch", 'starch'), ("'table", 'table')]
ST18811201-V07-45-page11.txt: [("'other", 'other')]
ST18811201-V07-45-page12.txt: [("'we", 'we'), ("'unravel", 'unravel')]
ST18811201-V07-45-page5.txt: [("'The", 'The')]
ST18811201-V07-45-page6.txt: [("'limes.", 'limes.')]
ST18811201-V07-45-page7.txt: [("'upon", 'upon'), ("'published", 'published'), ("'and", 'and')]
ST18811201-V07-45-page8.txt: [("'Gladstone", 'Gladstone')]
ST18811208-V07-46-page1.txt: [("'and", 'and'), ("'Christian", 'Christian')]
ST18811208-V07-46-page10.txt: [("'deal", 'deal'), ("'fore", 'fore')]
ST18811208-V07-46-page11.txt: [("'One", 'One')]
ST18811208-V07-46-page12.txt: [("'Mich.", 'Mich.')]
ST18811208-V07-46-page2.txt: [("'firmament", 'firmament')]
ST18811208-V07-46-page3.txt: [("'above", 'above')]
ST18811208-V07-46-page9.txt: [("'em", 'em')]
ST18811215-V07-47-page1.txt: [("'became", 'became')]
ST18811215-V07-47-page10.txt: [("'THE", 'THE')]
ST18811215-V07-47-page11.txt: [("'e", 'e'), ("'Acre", 'Acre'), ("'trial", 'trial')]
ST18811215-V07-47-page2.txt: [("'unknown", 'unknown'), ("'Tis", 'Tis'), ("'alabaster", 'alabaster')]
ST18811215-V07-47-page3.txt: [("'A", 'A')]
ST18811215-V07-47-page9.txt: [("'not", 'not')]
ST18811222-V07-48-page11.txt: [("'Council", 'Council')]
ST18811222-V07-48-page12.txt: [("'smphlet", 'smphlet')]
ST18811222-V07-48-page13.txt: [("'European", 'European')]
ST18811222-V07-48-page14.txt: [("'Though", 'Though'), ("'the", 'the'), ("'reaching", 'reaching'), ("'leaching....", 'leaching....'), ("'ness", 'ness')]
ST18811222-V07-48-page2.txt: [("'Do", 'Do'), ("'he", 'he'), ("'licking", 'licking'), ("'diwere", 'diwere'), ("'all", 'all')]
ST18811222-V07-48-page6.txt: [("'Thurs.", 'Thurs.'), ("'his", 'his')]
ST18811222-V07-48-page7.txt: [("'l", 'l'), ("'his", 'his')]
ST18811222-V07-48-page8.txt: [("'gainst", 'gainst')]
ST18811222-V07-48-page9.txt: [("'Let", 'Let'), ("'And", 'And'), ("'the", 'the'), ("'.I", '.I')]
ST18820105-V08-01-page1.txt: [("'mid", 'mid'), ("'neath", 'neath'), ("'mid", 'mid')]
ST18820105-V08-01-page10.txt: [("'most", 'most'), ("'twas", 'twas'), ('\'"', '"')]
ST18820105-V08-01-page5.txt: [("'H.S.", 'H.S.')]
ST18820105-V08-01-page8.txt: [("'Japan", 'Japan')]
ST18820105-V08-01-page9.txt: [("'never", 'never')]
ST18820112-V08-02-page1.txt: [("'Tis", 'Tis'), ("'tis", 'tis')]
ST18820112-V08-02-page10.txt: [("'em", 'em')]
ST18820112-V08-02-page11.txt: [("'of", 'of')]
ST18820112-V08-02-page6.txt: [("'Times.", 'Times.')]
ST18820112-V08-02-page8.txt: [("'guest", 'guest')]
ST18820112-V08-02-page9.txt: [("'mocker", 'mocker')]
ST18820119-V08-03-page10.txt: [("'The", 'The')]
ST18820119-V08-03-page12.txt: [("'norther", 'norther'), ("'THIS", 'THIS')]
ST18820119-V08-03-page2.txt: [("'compares", 'compares')]
ST18820119-V08-03-page5.txt: [("'Newcome", 'Newcome'), ("'your", 'your'), ("'and", 'and')]
ST18820119-V08-03-page9.txt: [("'we", 'we')]
ST18820126-V08-04-page1.txt: [("'Time.", 'Time.')]
ST18820126-V08-04-page10.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'the", 'the')]
ST18820126-V08-04-page11.txt: [("'warned", 'warned'), ("'n", 'n')]
ST18820126-V08-04-page3.txt: [("'Daughter", 'Daughter')]
ST18820202-V08-05-page1.txt: [("'Tis", 'Tis'), ("'Ott", 'Ott')]
ST18820202-V08-05-page10.txt: [("'Tis", 'Tis'), ('\'"', '"'), ("'Fore", 'Fore'), ("'Keep", 'Keep')]
ST18820202-V08-05-page2.txt: [("'ence", 'ence'), ("'this", 'this')]
ST18820202-V08-05-page4.txt: [("'passages", 'passages'), ("'Wetstein", 'Wetstein')]
ST18820202-V08-05-page6.txt: [("'Timm", 'Timm'), ("''being", 'being')]
ST18820209-V08-06-page10.txt: [("'Gainst", 'Gainst')]
ST18820209-V08-06-page2.txt: [("'Thou", 'Thou')]
ST18820209-V08-06-page8.txt: [("'BrealPollad", 'BrealPollad'), ("'report", 'report')]
ST18820216-V08-07-page10.txt: [("'Bertie.", 'Bertie.'), ('\'"', '"')]
ST18820216-V08-07-page12.txt: [("'the", 'the'), ("'TIDIES", 'TIDIES'), ("'not", 'not')]
ST18820216-V08-07-page3.txt: [("'of", 'of')]
ST18820216-V08-07-page4.txt: [("'the", 'the'), ("'seal", 'seal'), ("'to", 'to')]
ST18820216-V08-07-page5.txt: [("'the", 'the'), ("'con", 'con')]
ST18820216-V08-07-page7.txt: [("'Jerusalem", 'Jerusalem')]
ST18820223-V08-08-page10.txt: [("'Thebentz", 'Thebentz')]
ST18820223-V08-08-page12.txt: [("'THOUSAND", 'THOUSAND'), ("'Times.", 'Times.')]
ST18820223-V08-08-page2.txt: [("'cow", 'cow')]
ST18820223-V08-08-page4.txt: [("'supposed", 'supposed')]
ST18820223-V08-08-page6.txt: [("'Whosoever", 'Whosoever')]
ST18820223-V08-08-page7.txt: [("'in", 'in'), ("'from", 'from'), ("'the", 'the')]
ST18820223-V08-08-page8.txt: [("'to", 'to')]
ST18820302-V08-09-page1.txt: [("'Timm.", 'Timm.')]
ST18820302-V08-09-page10.txt: [("'no", 'no')]
ST18820302-V08-09-page11.txt: [("'heard", 'heard'), ("'e", 'e'), ("'WA", 'WA')]
ST18820302-V08-09-page12.txt: [("'strong", 'strong')]
ST18820302-V08-09-page6.txt: [("'mother", 'mother')]
ST18820302-V08-09-page8.txt: [("'appeared", 'appeared')]
ST18820302-V08-09-page9.txt: [("'.", '.'), ("'sltielpopod", 'sltielpopod')]
ST18820309-V08-10-page1.txt: [("'ecause", 'ecause')]
ST18820309-V08-10-page10.txt: [("'a", 'a')]
ST18820309-V08-10-page11.txt: [("'And", 'And')]
ST18820309-V08-10-page3.txt: [("'TT", 'TT'), ("'These", 'These'), ("'toxication", 'toxication')]
ST18820316-V08-11-page1.txt: [("'blessings", 'blessings')]
ST18820316-V08-11-page11.txt: [("'and", 'and')]
ST18820316-V08-11-page4.txt: [("'re-garded", 're-garded')]
ST18820316-V08-11-page6.txt: [("'solely", 'solely')]
ST18820323-V08-12-page1.txt: [("'gave", 'gave')]
ST18820323-V08-12-page11.txt: [("'perhaps", 'perhaps'), ("'loud", 'loud')]
ST18820323-V08-12-page12.txt: [("'mrged", 'mrged')]
ST18820323-V08-12-page2.txt: [("'spud", 'spud')]
ST18820323-V08-12-page7.txt: [("'where", 'where'), ("'people", 'people')]
ST18820323-V08-12-page8.txt: [("'round", 'round'), ("'round", 'round')]
ST18820323-V08-12-page9.txt: [("'What", 'What'), ("'specially", 'specially'), ("'Cause", 'Cause')]
ST18820330-V08-13-page1.txt: [("'ca", 'ca'), ("'Tis", 'Tis')]
ST18820330-V08-13-page10.txt: [("'Tis", 'Tis'), ("'Twas", 'Twas'), ("'that", 'that'), ("'go", 'go'), ("'heard", 'heard')]
ST18820330-V08-13-page12.txt: [("'Timm", 'Timm')]
ST18820330-V08-13-page3.txt: [("'Tis", 'Tis')]
ST18820330-V08-13-page6.txt: [("'found", 'found')]
ST18820330-V08-13-page7.txt: [("'again", 'again'), ("''willingly", 'willingly')]
ST18820330-V08-13-page8.txt: [("'called.", 'called.'), ("'ten", 'ten')]
ST18820330-V08-13-page9.txt: [("'ve", 've'), ("'ye", 'ye'), ("'ve", 've'), ("'bloom", 'bloom'), ("'During", 'During'), ("'taxes", 'taxes')]
ST18820403-V08-14-page10.txt: [("'The", 'The'), ("'bout", 'bout'), ("'n", 'n'), ("'n", 'n'), ("'n", 'n'), ("'em", 'em'), ("'preciate", 'preciate'), ("'em", 'em')]
ST18820403-V08-14-page11.txt: [("'was", 'was'), ("'Vacaville", 'Vacaville')]
ST18820403-V08-14-page12.txt: [("'Timm", 'Timm'), ("'Yes", 'Yes'), ("'You", 'You')]
ST18820403-V08-14-page2.txt: [("'small", 'small'), ("'bread", 'bread')]
ST18820403-V08-14-page4.txt: [("'the", 'the')]
ST18820413-V08-15-page1.txt: [("'twill", 'twill')]
ST18820413-V08-15-page11.txt: [("'SCRIPTURES.", 'SCRIPTURES.'), ("'transliterated", 'transliterated')]
ST18820413-V08-15-page12.txt: [("'Dan.", 'Dan.')]
ST18820413-V08-15-page2.txt: [("'Adventists", 'Adventists')]
ST18820413-V08-15-page3.txt: [("'we", 'we')]
ST18820413-V08-15-page6.txt: [("'liberty.", 'liberty.')]
ST18820413-V08-15-page7.txt: [("'when", 'when')]
ST18820413-V08-15-page8.txt: [('\'"', '"'), ("'eight", 'eight'), ("'the", 'the'), ("'In", 'In'), ("'fled", 'fled')]
ST18820413-V08-15-page9.txt: [("'.Neverl", '.Neverl'), ("'decency", 'decency')]
ST18820420-V08-16-page1.txt: [("'ful", 'ful')]
ST18820420-V08-16-page10.txt: [("'TI-IP", 'TI-IP'), ("'Twas", 'Twas'), ("'Tis", 'Tis')]
ST18820420-V08-16-page11.txt: [("'No.", 'No.'), ("'run", 'run')]
ST18820420-V08-16-page12.txt: [("'mornings.", 'mornings.')]
ST18820420-V08-16-page2.txt: [("'with", 'with'), ("'The", 'The')]
ST18820420-V08-16-page3.txt: [("'in", 'in'), ("'the", 'the'), ("'may", 'may')]
ST18820420-V08-16-page4.txt: [("'was", 'was'), ("'saw", 'saw')]
ST18820420-V08-16-page5.txt: [("'m", 'm'), ("'We", 'We')]
ST18820420-V08-16-page6.txt: [("'time", 'time')]
ST18820420-V08-16-page7.txt: [("'twill", 'twill')]
ST18820420-V08-16-page8.txt: [("'tis", 'tis'), ("'that", 'that')]
ST18820420-V08-16-page9.txt: [("'eople", 'eople')]
ST18820427-V08-17-page1.txt: [("'bine.", 'bine.'), ("'of", 'of')]
ST18820427-V08-17-page10.txt: [("'here.", 'here.'), ("'throat", 'throat')]
ST18820427-V08-17-page11.txt: [("'the", 'the')]
ST18820427-V08-17-page12.txt: [("'Timm", 'Timm'), ("'people", 'people')]
ST18820427-V08-17-page2.txt: [("'TETE", 'TETE')]
ST18820427-V08-17-page3.txt: [("'Any", 'Any')]
ST18820427-V08-17-page4.txt: [("'never", 'never'), ("'we", 'we'), ("'dead", 'dead'), ("'of", 'of')]
ST18820427-V08-17-page5.txt: [("'I", 'I'), ("'but", 'but')]
ST18820427-V08-17-page8.txt: [("'such", 'such')]
ST18820427-V08-17-page9.txt: [("'school.", 'school.'), ("'When", 'When'), ("'young", 'young'), ("'Touch", 'Touch')]
ST18820504-V08-18-page10.txt: [("'twixt", 'twixt'), ("'ranging", 'ranging'), ("'al-ways", 'al-ways'), ("'Squire", 'Squire'), ("'Squire.", 'Squire.'), ("'Squire", 'Squire'), ("'Squire", 'Squire'), ("'Squire", 'Squire')]
ST18820504-V08-18-page12.txt: [("'were", 'were')]
ST18820504-V08-18-page4.txt: [("'Their", 'Their')]
ST18820518-V08-19-page1.txt: [("'Timm", 'Timm')]
ST18820518-V08-19-page10.txt: [("'The", 'The'), ("'s", 's'), ("'made", 'made')]
ST18820518-V08-19-page2.txt: [("'money", 'money')]
ST18820518-V08-19-page3.txt: [("'FITE", 'FITE'), ("'hungry", 'hungry')]
ST18820518-V08-19-page4.txt: [("'he", 'he'), ("'the", 'the'), ("'drunken", 'drunken')]
ST18820518-V08-19-page5.txt: [("'but", 'but')]
ST18820518-V08-19-page7.txt: [("'to", 'to')]
ST18820518-V08-19-page8.txt: [("'C", 'C')]
ST18820518-V08-19-page9.txt: [("'age", 'age'), ("'Jesus", 'Jesus')]
ST18820525-V08-20-page1.txt: [("'Times.", 'Times.')]
ST18820525-V08-20-page10.txt: [("'Tis", 'Tis')]
ST18820525-V08-20-page12.txt: [("'I", 'I')]
ST18820525-V08-20-page3.txt: [("'TETE", 'TETE'), ("'gone", 'gone')]
ST18820525-V08-20-page8.txt: [("'a", 'a')]
ST18820525-V08-20-page9.txt: [("'tis", 'tis'), ("'em", 'em'), ("'em", 'em'), ("'pon", 'pon'), ("'might", 'might')]
ST18820601-V08-21-page1.txt: [("'Lqic", 'Lqic'), ("'is", 'is')]
ST18820601-V08-21-page12.txt: [("'We", 'We')]
ST18820601-V08-21-page2.txt: [("'SHE", 'SHE'), ("'This", 'This')]
ST18820601-V08-21-page5.txt: [("'than", 'than')]
ST18820601-V08-21-page6.txt: [("'Times.", 'Times.'), ("'See", 'See'), ("'the", 'the'), ("'but", 'but')]
ST18820601-V08-21-page7.txt: [("'sanctify", 'sanctify')]
ST18820601-V08-21-page8.txt: [("'Tis", 'Tis'), ("'tis", 'tis'), ("'Twill", 'Twill')]
ST18820608-V08-22-page2.txt: [("'suggest", 'suggest')]
ST18820608-V08-22-page6.txt: [("'Units.", 'Units.'), ("'the", 'the')]
ST18820608-V08-22-page8.txt: [("'heal", 'heal'), ("'Lord's", 'Lords')]
ST18820608-V08-22-page9.txt: [("'the", 'the')]
ST18820615-V08-23-page1.txt: [("'tis", 'tis'), ("'tis", 'tis')]
ST18820615-V08-23-page10.txt: [("'Twas", 'Twas'), ("'Thanks", 'Thanks')]
ST18820615-V08-23-page12.txt: [('\'em."', 'em."')]
ST18820615-V08-23-page2.txt: [("'Which", 'Which')]
ST18820615-V08-23-page4.txt: [("'benefactors", 'benefactors'), ("'six", 'six'), ("'Eastern", 'Eastern')]
ST18820615-V08-23-page7.txt: [("'What", 'What')]
ST18820615-V08-23-page8.txt: [("'many", 'many')]
ST18820622-V08-24-page10.txt: [("'Tis", 'Tis'), ('\'"', '"'), ('\'"', '"'), ("'think", 'think'), ('\'"', '"'), ("'Don't", 'Dont')]
ST18820622-V08-24-page12.txt: [("'Timm", 'Timm'), ("'s", 's')]
ST18820622-V08-24-page2.txt: [("'the", 'the'), ("'branch", 'branch'), ("'cannot", 'cannot')]
ST18820622-V08-24-page3.txt: [("'twill", 'twill')]
ST18820622-V08-24-page4.txt: [("'embraced", 'embraced'), ("'little", 'little')]
ST18820622-V08-24-page5.txt: [("'I'll", 'Ill')]
ST18820622-V08-24-page6.txt: [("'exactly", 'exactly')]
ST18820629-V08-25-page1.txt: [("'Tis", 'Tis')]
ST18820629-V08-25-page10.txt: [("'em", 'em'), ("'twant", 'twant'), ("'em", 'em'), ("'em", 'em'), ("''t", 't'), ("'em", 'em'), ("'twas", 'twas'), ("'em", 'em'), ("'em", 'em'), ('\'"shape', '"shape'), ("'em", 'em'), ("'pears", 'pears'), ("'em", 'em'), ("'em", 'em'), ("'I'd", 'Id'), ("'taint", 'taint'), ("'em", 'em'), ("'em.", 'em.'), ("'way", 'way'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'cm", 'cm'), ("'twant", 'twant')]
ST18820629-V08-25-page2.txt: [("'the", 'the'), ("'consolation", 'consolation')]
ST18820629-V08-25-page5.txt: [("'Should", 'Should')]
ST18820629-V08-25-page7.txt: [("'We", 'We')]
ST18820629-V08-25-page9.txt: [("'of", 'of')]
ST18820713-V08-26-page10.txt: [("'appearance", 'appearance'), ("'Cause", 'Cause'), ("'tain't", 'taint'), ("'Johnny", 'Johnny'), ("'chaffing", 'chaffing')]
ST18820713-V08-26-page11.txt: [("'tax", 'tax'), ("'Troops", 'Troops')]
ST18820713-V08-26-page4.txt: [("'of", 'of')]
ST18820713-V08-26-page5.txt: [("'evolved", 'evolved')]
ST18820713-V08-26-page6.txt: [("'one", 'one'), ("'a", 'a'), ("'spiritual", 'spiritual')]
ST18820713-V08-26-page9.txt: [("'Eketais", 'Eketais'), ("'tis", 'tis')]
ST18820720-V08-27-page1.txt: [("'free", 'free')]
ST18820720-V08-27-page10.txt: [("'Yours", 'Yours'), ("'did", 'did'), ("'em.", 'em.')]
ST18820720-V08-27-page12.txt: [("'England", 'England')]
ST18820720-V08-27-page2.txt: [("'they", 'they'), ('\'"', '"')]
ST18820720-V08-27-page7.txt: [("'when", 'when')]
ST18820727-V08-28-page10.txt: [("'Jack", 'Jack'), ("'kiver", 'kiver'), ('\'"', '"'), ("'em", 'em')]
ST18820727-V08-28-page11.txt: [("'cos", 'cos')]
ST18820727-V08-28-page2.txt: [("'is", 'is')]
ST18820727-V08-28-page3.txt: [("'If", 'If'), ("'he", 'he'), ("'t", 't')]
ST18820727-V08-28-page5.txt: [("'.ddress", '.ddress')]
ST18820727-V08-28-page8.txt: [("'tent-meeting", 'tent-meeting')]
ST18820727-V08-28-page9.txt: [("'see", 'see')]
ST18820803-V08-29-page1.txt: [("'Timm.", 'Timm.'), ("'tis", 'tis'), ("'with", 'with')]
ST18820803-V08-29-page10.txt: [("'neath", 'neath')]
ST18820803-V08-29-page11.txt: [("'TIM", 'TIM')]
ST18820803-V08-29-page2.txt: [("'deceptions", 'deceptions')]
ST18820803-V08-29-page3.txt: [("'twixt", 'twixt'), ("'Isaiah", 'Isaiah')]
ST18820803-V08-29-page5.txt: [("'The", 'The')]
ST18820803-V08-29-page8.txt: [("'im-mortality", 'im-mortality'), ("'z", 'z'), ("'the", 'the')]
ST18820810-V08-30-page1.txt: [("'of", 'of'), ("'Times.", 'Times.'), ("'Chronicle.", 'Chronicle.')]
ST18820810-V08-30-page10.txt: [("'Mid", 'Mid')]
ST18820810-V08-30-page12.txt: [("'.", '.')]
ST18820810-V08-30-page2.txt: [("'s.", 's.'), ("'should", 'should'), ("'For", 'For'), ("'Verily", 'Verily'), ("'If", 'If')]
ST18820810-V08-30-page5.txt: [("'The", 'The')]
ST18820810-V08-30-page7.txt: [("'not", 'not')]
ST18820817-V08-31-page11.txt: [("'Atkinson's", 'Atkinsons')]
ST18820817-V08-31-page12.txt: [("'W", 'W'), ("'do", 'do')]
ST18820817-V08-31-page2.txt: [("'blossom", 'blossom'), ("'these", 'these'), ("'wrought", 'wrought'), ("'There", 'There')]
ST18820817-V08-31-page3.txt: [("'Twas", 'Twas'), ("'occasion", 'occasion')]
ST18820817-V08-31-page4.txt: [("'speaker", 'speaker')]
ST18820817-V08-31-page5.txt: [("'swarm", 'swarm')]
ST18820817-V08-31-page9.txt: [("'met", 'met')]
ST18820824-V08-32-page10.txt: [("'Tis", 'Tis')]
ST18820824-V08-32-page4.txt: [("'not", 'not')]
ST18820824-V08-32-page7.txt: [("'Six", 'Six')]
ST18820824-V08-32-page8.txt: [("'T", 'T'), ("'other", 'other'), ("'at", 'at'), ("'often", 'often')]
ST18820831-V08-33-page4.txt: [("'Ye", 'Ye')]
ST18820831-V08-33-page7.txt: [("'which", 'which')]
ST18820831-V08-33-page8.txt: [("'governments", 'governments')]
ST18820907-V08-34-page10.txt: [("'Tis", 'Tis'), ("'a", 'a')]
ST18820907-V08-34-page13.txt: [("'EDITION..", 'EDITION..')]
ST18820907-V08-34-page14.txt: [("'mho", 'mho'), ("'delegates", 'delegates')]
ST18820907-V08-34-page2.txt: [("'peace", 'peace'), ("'the", 'the'), ('\'"', '"')]
ST18820907-V08-34-page3.txt: [("'your", 'your')]
ST18820907-V08-34-page4.txt: [("'words", 'words'), ("'correspondent", 'correspondent'), ("'find", 'find')]
ST18820907-V08-34-page5.txt: [("'H'm", 'Hm')]
ST18820907-V08-34-page7.txt: [("'we", 'we'), ("'Whenever", 'Whenever')]
ST18820907-V08-34-page9.txt: [("'was", 'was')]
ST18820914-V08-35-page10.txt: [("'child's", 'childs')]
ST18820914-V08-35-page14.txt: [("'And", 'And'), ("'a", 'a'), ("'be", 'be'), ("'in", 'in'), ("'to", 'to')]
ST18820914-V08-35-page5.txt: [("'meet", 'meet')]
ST18820921-V08-36-page1.txt: [("'Tis", 'Tis')]
ST18820921-V08-36-page10.txt: [("'onte", 'onte')]
ST18820921-V08-36-page11.txt: [("'became", 'became'), ("'is", 'is')]
ST18820921-V08-36-page12.txt: [("'d", 'd'), ("'Ti", 'Ti'), ("'.", '.'), ("'ITr", 'ITr'), ("'R..", 'R..')]
ST18820921-V08-36-page3.txt: [("'neath", 'neath')]
ST18820928-V08-37-page1.txt: [("'Las.", 'Las.')]
ST18820928-V08-37-page11.txt: [("'country", 'country')]
ST18820928-V08-37-page12.txt: [("'essons", 'essons')]
ST18820928-V08-37-page3.txt: [("'tisn't", 'tisnt')]
ST18820928-V08-37-page8.txt: [("'Hurry", 'Hurry'), ("'Go", 'Go'), ("'Let", 'Let'), ("'Papa", 'Papa')]
ST18821005-V08-38-page1.txt: [("'they", 'they'), ("'the", 'the')]
ST18821005-V08-38-page10.txt: [("'tis", 'tis')]
ST18821005-V08-38-page11.txt: [("'National", 'National'), ("'exchanged", 'exchanged')]
ST18821005-V08-38-page12.txt: [("'mg", 'mg')]
ST18821005-V08-38-page2.txt: [("'filling", 'filling')]
ST18821005-V08-38-page3.txt: [("'he", 'he')]
ST18821005-V08-38-page4.txt: [("'we", 'we')]
ST18821005-V08-38-page7.txt: [("'late", 'late')]
ST18821019-V08-39-page10.txt: [("'neath", 'neath'), ("'Twon't", 'Twont'), ("'buse", 'buse'), ("'pears", 'pears'), ("'cordin", 'cordin'), ("'long", 'long'), ("'You", 'You')]
ST18821019-V08-39-page3.txt: [("'round", 'round')]
ST18821019-V08-39-page4.txt: [("'dictionaries", 'dictionaries')]
ST18821019-V08-39-page6.txt: [("'What", 'What')]
ST18821019-V08-39-page7.txt: [("'foundation", 'foundation'), ("'good", 'good')]
ST18821019-V08-39-page8.txt: [("'is", 'is')]
ST18821019-V08-39-page9.txt: [("'I", 'I'), ("'one", 'one')]
ST18821026-V08-40-page10.txt: [("'Tis", 'Tis')]
ST18821026-V08-40-page11.txt: [("'Marmion", 'Marmion')]
ST18821026-V08-40-page5.txt: [("'that", 'that')]
ST18821026-V08-40-page8.txt: [("'Los", 'Los')]
ST18821102-V08-41-page10.txt: [("'Let", 'Let')]
ST18821102-V08-41-page11.txt: [("'all", 'all'), ("'lake", 'lake'), ("'experiment", 'experiment')]
ST18821102-V08-41-page12.txt: [("'FINE", 'FINE'), ("'Why", 'Why')]
ST18821102-V08-41-page2.txt: [("'single", 'single'), ("'ex", 'ex'), ("'in", 'in')]
ST18821102-V08-41-page3.txt: [("'Had", 'Had')]
ST18821109-V08-42-page10.txt: [("'Twas", 'Twas'), ("'twas", 'twas')]
ST18821109-V08-42-page12.txt: [("'we", 'we'), ("'nables", 'nables')]
ST18821109-V08-42-page3.txt: [("'We", 'We'), ("'Monkeys", 'Monkeys'), ("'Who", 'Who')]
ST18821109-V08-42-page4.txt: [("'my", 'my')]
ST18821109-V08-42-page5.txt: [("'as", 'as')]
ST18821109-V08-42-page7.txt: [("'unknown.", 'unknown.'), ('\'take"', 'take"')]
ST18821109-V08-42-page9.txt: [("'twouldn't", 'twouldnt')]
ST18821116-V08-43-page1.txt: [("'neath", 'neath')]
ST18821116-V08-43-page10.txt: [("'them", 'them')]
ST18821116-V08-43-page12.txt: [("'the", 'the')]
ST18821116-V08-43-page4.txt: [("'the", 'the')]
ST18821116-V08-43-page6.txt: [("'is", 'is'), ("'If", 'If')]
ST18821116-V08-43-page7.txt: [("'devils", 'devils'), ("'the", 'the'), ("'Ross's", 'Rosss'), ("'Suffix", 'Suffix')]
ST18821116-V08-43-page8.txt: [("'dwarfed", 'dwarfed')]
ST18821116-V08-43-page9.txt: [("'the", 'the')]
ST18821123-V08-44-page1.txt: [("'Gainst", 'Gainst')]
ST18821123-V08-44-page11.txt: [("'hurch", 'hurch'), ("'eng", 'eng'), ("'Are", 'Are')]
ST18821123-V08-44-page12.txt: [("'nstructive", 'nstructive')]
ST18821123-V08-44-page4.txt: [("'Verily", 'Verily')]
ST18821123-V08-44-page7.txt: [("'There", 'There')]
ST18821123-V08-44-page9.txt: [("'fourteenth", 'fourteenth'), ("'help", 'help')]
ST18821130-V08-45-page10.txt: [("'em", 'em'), ("'Twon't", 'Twont'), ("'tis", 'tis'), ("'tis", 'tis'), ('\'"', '"'), ("'tain't", 'taint'), ("'em", 'em'), ("'the", 'the'), ("'em", 'em')]
ST18821130-V08-45-page11.txt: [("'Light", 'Light'), ("'Redemp", 'Redemp')]
ST18821130-V08-45-page12.txt: [("'Grammar", 'Grammar'), ("'I", 'I')]
ST18821130-V08-45-page6.txt: [("'oning", 'oning')]
ST18821130-V08-45-page8.txt: [("'Christ", 'Christ')]
ST18821130-V08-45-page9.txt: [("'s", 's')]
ST18821207-V08-46-page1.txt: [("'mid", 'mid'), ("'all", 'all')]
ST18821207-V08-46-page10.txt: [("'tis", 'tis'), ("'Yes", 'Yes'), ("'tis", 'tis'), ("'a", 'a')]
ST18821207-V08-46-page11.txt: [("'from", 'from')]
ST18821207-V08-46-page2.txt: [("'TIE", 'TIE')]
ST18821207-V08-46-page3.txt: [("'is", 'is'), ("'See", 'See')]
ST18821207-V08-46-page4.txt: [("'But", 'But')]
ST18821207-V08-46-page5.txt: [("'and", 'and')]
ST18821214-V08-47-page1.txt: [("'TIS", 'TIS'), ("'tis", 'tis'), ("'Tis", 'Tis')]
ST18821214-V08-47-page10.txt: [("'How", 'How'), ("'and", 'and')]
ST18821214-V08-47-page11.txt: [("'END", 'END'), ("'comprehensive", 'comprehensive')]
ST18821214-V08-47-page12.txt: [("'Grammar", 'Grammar')]
ST18821214-V08-47-page2.txt: [("'Review", 'Review')]
ST18821214-V08-47-page6.txt: [("'Sev", 'Sev')]
ST18821214-V08-47-page7.txt: [("'It", 'It'), ("'Remember", 'Remember')]
ST18821214-V08-47-page8.txt: [("'come", 'come'), ("'This", 'This')]
ST18821214-V08-47-page9.txt: [("'we", 'we')]
ST18821221-V08-48-page10.txt: [("'neath", 'neath')]
ST18821221-V08-48-page14.txt: [("'home", 'home')]
ST18821221-V08-48-page16.txt: [("'call", 'call')]
ST18821221-V08-48-page6.txt: [("'We", 'We')]
ST18821221-V08-48-page9.txt: [("'ere", 'ere')]
ST18830104-V09-01-page1.txt: [("'The", 'The'), ("'of", 'of'), ("'to", 'to'), ("'before", 'before'), ("'for", 'for')]
ST18830104-V09-01-page10.txt: [("'short", 'short')]
ST18830104-V09-01-page11.txt: [("'rule", 'rule'), ("'e", 'e')]
ST18830104-V09-01-page12.txt: [("'REVIEW", 'REVIEW'), ("'does", 'does'), ("'able", 'able'), ("'carried", 'carried'), ("'if", 'if'), ("'safe", 'safe'), ("'best", 'best'), ("'SABBATH", 'SABBATH'), ("'held", 'held'), ("'.", '.'), ("'nstructive", 'nstructive'), ("'Gifts", 'Gifts'), ("'TO", 'TO')]
ST18830104-V09-01-page2.txt: [("'THE", 'THE'), ("'that", 'that'), ("'at", 'at')]
ST18830104-V09-01-page3.txt: [("'to", 'to'), ("'My", 'My'), ("'Doubtless", 'Doubtless'), ("'Alas", 'Alas'), ("'turns", 'turns'), ("'those", 'those'), ("'very", 'very'), ("'Sophia", 'Sophia')]
ST18830104-V09-01-page4.txt: [("'TIT", 'TIT')]
ST18830104-V09-01-page5.txt: [("'down", 'down')]
ST18830104-V09-01-page6.txt: [("'a", 'a'), ("'shore", 'shore'), ("'given.", 'given.'), ("'small", 'small'), ("'from", 'from'), ("'York", 'York'), ("'States", 'States')]
ST18830104-V09-01-page7.txt: [("'influences", 'influences'), ("'good", 'good'), ("'committed", 'committed'), ("'Father", 'Father')]
ST18830104-V09-01-page8.txt: [("'But", 'But'), ("'What", 'What')]
ST18830111-V09-02-page1.txt: [("'grace", 'grace'), ("'against", 'against')]
ST18830111-V09-02-page10.txt: [("'ittie", 'ittie'), ('\'"', '"'), ("'cute", 'cute'), ("'uv", 'uv'), ("'ou", 'ou'), ("'who", 'who')]
ST18830111-V09-02-page11.txt: [("'Jewish", 'Jewish'), ("''rest", 'rest'), ("'floods", 'floods'), ("'GREAT", 'GREAT'), ("'I", 'I'), ("'nstructive", 'nstructive')]
ST18830111-V09-02-page12.txt: [("'rest", 'rest'), ("'times.", 'times.'), ("'These", 'These'), ("'thee", 'thee')]
ST18830111-V09-02-page2.txt: [("'remote", 'remote'), ("'the", 'the'), ("'harmonize", 'harmonize')]
ST18830111-V09-02-page3.txt: [("'ft", 'ft')]
ST18830111-V09-02-page4.txt: [("'He", 'He'), ("'how", 'how'), ("'Noah", 'Noah'), ("'find", 'find')]
ST18830111-V09-02-page5.txt: [("'or", 'or'), ("'PLACE.", 'PLACE.'), ("'I", 'I')]
ST18830111-V09-02-page6.txt: [("'state", 'state'), ("'which", 'which'), ("'the", 'the')]
ST18830111-V09-02-page7.txt: [("'to", 'to'), ("'If", 'If'), ("'commandment", 'commandment')]
ST18830111-V09-02-page8.txt: [("'church", 'church'), ("'work.", 'work.'), ("'donate", 'donate'), ("'and", 'and'), ("'daily", 'daily'), ("'Light", 'Light'), ("'person", 'person')]
ST18830111-V09-03-page1.txt: [("'TT", 'TT'), ("'is", 'is')]
ST18830111-V09-03-page10.txt: [("'Your", 'Your'), ("'For", 'For'), ("'For", 'For'), ("'most", 'most')]
ST18830111-V09-03-page11.txt: [("'THE", 'THE'), ("'Scriptures", 'Scriptures'), ("'the", 'the'), ("'this", 'this')]
ST18830111-V09-03-page12.txt: [("'uncertain", 'uncertain'), ("'CHOICE", 'CHOICE')]
ST18830111-V09-03-page5.txt: [("'for", 'for')]
ST18830111-V09-03-page6.txt: [("'PROPERTIES", 'PROPERTIES'), ("'man's", 'mans'), ("'digest", 'digest')]
ST18830111-V09-03-page7.txt: [("'resurrection", 'resurrection')]
ST18830111-V09-03-page8.txt: [("'Good", 'Good')]
ST18830111-V09-03-page9.txt: [("'sev", 'sev'), ("'the", 'the')]
ST18830111-V09-04-page1.txt: [("'deeply", 'deeply'), ("'witness", 'witness'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'Tis", 'Tis'), ("'rous", 'rous'), ("'Pa", 'Pa'), ("'iEntered", 'iEntered')]
ST18830111-V09-04-page10.txt: [("'for", 'for'), ("'neglect", 'neglect'), ("'labor", 'labor')]
ST18830111-V09-04-page11.txt: [("'men", 'men'), ("'second", 'second'), ("'.", '.'), ("'.y", '.y'), ("'be", 'be')]
ST18830111-V09-04-page12.txt: [("'copies.", 'copies.'), ("'or", 'or')]
ST18830111-V09-04-page2.txt: [("'of", 'of')]
ST18830111-V09-04-page3.txt: [("'puts", 'puts'), ("'by", 'by'), ("'power", 'power'), ("'Who", 'Who'), ("'Of", 'Of'), ("'the", 'the')]
ST18830111-V09-04-page4.txt: [("'work", 'work'), ("'superfluous.", 'superfluous.'), ("'hear", 'hear'), ("'him", 'him'), ("'aorte'fj", 'aortefj')]
ST18830111-V09-04-page5.txt: [("'derive", 'derive'), ("'.", '.'), ("'but", 'but'), ("'his", 'his')]
ST18830111-V09-04-page6.txt: [("'of", 'of'), ("'..e", '..e'), ("'becoming", 'becoming'), ("'theological", 'theological')]
ST18830111-V09-04-page7.txt: [("'words", 'words'), ("'Father", 'Father'), ("'s", 's')]
ST18830111-V09-04-page8.txt: [("'No.", 'No.'), ("'of", 'of'), ("'a", 'a')]
ST18830111-V09-04-page9.txt: [("'must", 'must'), ("'expended", 'expended'), ("'of", 'of')]
ST18830111-V09-05-page1.txt: [("'neath", 'neath'), ("'love", 'love'), ("'miracles", 'miracles'), ("'though", 'though')]
ST18830111-V09-05-page10.txt: [("'tis", 'tis'), ("'tis", 'tis'), ("'The", 'The'), ("'to", 'to'), ("'fianit", 'fianit')]
ST18830111-V09-05-page11.txt: [("'declares", 'declares'), ("'against", 'against'), ("'year", 'year'), ("'IT", 'IT'), ("'mail", 'mail')]
ST18830111-V09-05-page12.txt: [("'period", 'period'), ("'that", 'that'), ("'Phis", 'Phis'), ("'as", 'as')]
ST18830111-V09-05-page2.txt: [("'and", 'and'), ("'this", 'this'), ("'is", 'is')]
ST18830111-V09-05-page3.txt: [("'multiplied", 'multiplied'), ("'heart.", 'heart.')]
ST18830111-V09-05-page4.txt: [("'all", 'all'), ("'of", 'of')]
ST18830111-V09-05-page5.txt: [("'This", 'This'), ("'and", 'and')]
ST18830111-V09-05-page6.txt: [("'must", 'must'), ("'to", 'to'), ("'apostasy", 'apostasy')]
ST18830111-V09-05-page7.txt: [("'What", 'What'), ("'are", 'are'), ("'Christ", 'Christ')]
ST18830111-V09-05-page8.txt: [("'with", 'with'), ("'seemed", 'seemed'), ("'aid", 'aid'), ("'Depend", 'Depend')]
ST18830111-V09-05-page9.txt: [("'Do", 'Do'), ("'the", 'the'), ("'break", 'break'), ("'boys.", 'boys.'), ("'filthy", 'filthy')]
ST18830111-V09-06-page1.txt: [("'.", '.'), ("'t", 't'), ("'tis", 'tis'), ("'conversation", 'conversation'), ("'hatred", 'hatred')]
ST18830111-V09-06-page11.txt: [("'frconia", 'frconia'), ("'Le", 'Le'), ("'i", 'i'), ("'min", 'min'), ("'IT", 'IT'), ("'trains", 'trains')]
ST18830111-V09-06-page12.txt: [("'happened", 'happened'), ("'LD.", 'LD.'), ("'are", 'are')]
ST18830111-V09-06-page2.txt: [("'meritorious", 'meritorious'), ("'lowed", 'lowed')]
ST18830111-V09-06-page3.txt: [("'a", 'a'), ("'It", 'It'), ("'would", 'would'), ("'.", '.'), ("'mate", 'mate'), ("'of", 'of')]
ST18830111-V09-06-page4.txt: [("'a", 'a'), ("'the", 'the')]
ST18830111-V09-06-page5.txt: [("'Let", 'Let'), ("'dered", 'dered'), ("'g", 'g'), ("'mon", 'mon'), ("'s", 's'), ("'ng", 'ng')]
ST18830111-V09-06-page6.txt: [("'book", 'book'), ("'were", 'were')]
ST18830111-V09-06-page7.txt: [("'n", 'n'), ("'Sabbath", 'Sabbath'), ("'r", 'r')]
ST18830111-V09-06-page8.txt: [("'i", 'i'), ("'.", '.'), ('\'"g', '"g')]
ST18830111-V09-06-page9.txt: [("'ich", 'ich'), ("'t", 't'), ("'o", 'o'), ("'sumptuary", 'sumptuary'), ("'the", 'the'), ("'Ting", 'Ting'), ("'ate", 'ate')]
ST18830111-V09-07-page1.txt: [("'the", 'the'), ("'this", 'this'), ("'that", 'that'), ("'for", 'for'), ("'Faith", 'Faith'), ("'suffer", 'suffer'), ("'and", 'and'), ("'to", 'to'), ("'hope.", 'hope.'), ("'that", 'that')]
ST18830111-V09-07-page10.txt: [("'Pears", 'Pears')]
ST18830111-V09-07-page11.txt: [("'fables", 'fables')]
ST18830111-V09-07-page12.txt: [("'young", 'young'), ("'have", 'have'), ("'on", 'on')]
ST18830111-V09-07-page2.txt: [("'must", 'must'), ("'He", 'He'), ("'theory", 'theory'), ("'of", 'of'), ("'but", 'but'), ("'dies", 'dies')]
ST18830111-V09-07-page3.txt: [("'ourselves", 'ourselves'), ("'might", 'might')]
ST18830111-V09-07-page4.txt: [("'was", 'was'), ("'should", 'should'), ("'unto", 'unto'), ("'the", 'the'), ("'aside", 'aside')]
ST18830111-V09-07-page5.txt: [("'paper", 'paper')]
ST18830111-V09-07-page7.txt: [("'tires", 'tires')]
ST18830111-V09-07-page8.txt: [("'world", 'world'), ("'chief", 'chief'), ("'where", 'where'), ("'and", 'and'), ("'attention.", 'attention.'), ("'taking", 'taking')]
ST18830111-V09-07-page9.txt: [("'r", 'r'), ("'of", 'of')]
ST18830111-V09-08-page1.txt: [("'had", 'had'), ("'cover", 'cover')]
ST18830111-V09-08-page10.txt: [("'Old", 'Old'), ("'No", 'No')]
ST18830111-V09-08-page11.txt: [("'nstructive", 'nstructive')]
ST18830111-V09-08-page3.txt: [("'Road", 'Road')]
ST18830111-V09-08-page4.txt: [("'of", 'of')]
ST18830111-V09-08-page5.txt: [("'of", 'of'), ("'with", 'with'), ("'was", 'was'), ("'rams", 'rams'), ("'with", 'with')]
ST18830111-V09-08-page7.txt: [("'from", 'from')]
ST18830111-V09-08-page8.txt: [("'riot", 'riot')]
ST18830111-V09-08-page9.txt: [("'tis", 'tis')]
ST18830222-V08-08-page1.txt: [("'had", 'had'), ("'cover", 'cover')]
ST18830222-V08-08-page10.txt: [("'Old", 'Old'), ("'No", 'No')]
ST18830222-V08-08-page11.txt: [("'nstructive", 'nstructive')]
ST18830222-V08-08-page3.txt: [("'Road", 'Road')]
ST18830222-V08-08-page4.txt: [("'of", 'of')]
ST18830222-V08-08-page5.txt: [("'of", 'of'), ("'with", 'with'), ("'was", 'was'), ("'rams", 'rams'), ("'with", 'with')]
ST18830222-V08-08-page7.txt: [("'from", 'from')]
ST18830222-V08-08-page8.txt: [("'riot", 'riot')]
ST18830222-V08-08-page9.txt: [("'tis", 'tis')]
ST18830301-V09-09-page1.txt: [("'that", 'that')]
ST18830301-V09-09-page10.txt: [("'Here", 'Here'), ("'to", 'to'), ("'the", 'the')]
ST18830301-V09-09-page11.txt: [("'India", 'India'), ("'more", 'more'), ("'Bible", 'Bible')]
ST18830301-V09-09-page12.txt: [("'examined", 'examined'), ("'those", 'those'), ("'that", 'that'), ("'as", 'as'), ("'large", 'large'), ("'many", 'many')]
ST18830301-V09-09-page2.txt: [("'the", 'the'), ("'in", 'in')]
ST18830301-V09-09-page3.txt: [("'of", 'of')]
ST18830301-V09-09-page4.txt: [("'and", 'and'), ("'highly", 'highly'), ("'advent", 'advent')]
ST18830301-V09-09-page5.txt: [("'.", '.'), ("'man", 'man'), ("'God", 'God'), ("'hope", 'hope'), ("'William", 'William'), ("'Epistles", 'Epistles')]
ST18830301-V09-09-page6.txt: [("'sentence.", 'sentence.'), ("'difficulty", 'difficulty')]
ST18830301-V09-09-page7.txt: [("'We", 'We')]
ST18830301-V09-09-page8.txt: [("'whether", 'whether'), ("'genuine", 'genuine'), ("'Lord", 'Lord')]
ST18830301-V09-09-page9.txt: [("'part", 'part'), ("'intemperance", 'intemperance'), ("'beyond", 'beyond'), ("'country", 'country'), ("'fact", 'fact')]
ST18830308-V09-10-page1.txt: [("'h", 'h'), ("'senses", 'senses'), ("'to", 'to')]
ST18830308-V09-10-page10.txt: [("'the", 'the'), ("'about", 'about'), ("'No", 'No')]
ST18830308-V09-10-page11.txt: [("'home", 'home'), ("'was", 'was'), ("'Board", 'Board')]
ST18830308-V09-10-page12.txt: [("'very", 'very'), ("'made", 'made'), ("'ap", 'ap'), ("'of", 'of'), ("'nstructive", 'nstructive')]
ST18830308-V09-10-page2.txt: [("'is", 'is')]
ST18830308-V09-10-page3.txt: [("'in", 'in'), ("'deep", 'deep'), ("'is", 'is')]
ST18830308-V09-10-page4.txt: [("'lovers", 'lovers'), ("'two", 'two'), ("'all", 'all'), ("'seem", 'seem'), ("'obedience", 'obedience')]
ST18830308-V09-10-page5.txt: [("'world.", 'world.'), ("'this", 'this')]
ST18830308-V09-10-page6.txt: [("'ways", 'ways'), ("'the", 'the')]
ST18830308-V09-10-page7.txt: [("'the", 'the')]
ST18830308-V09-10-page8.txt: [("'us", 'us'), ("'sinners", 'sinners'), ("'They", 'They'), ("'angels", 'angels')]
ST18830308-V09-10-page9.txt: [("'word", 'word'), ("'taken", 'taken')]
ST18830315-V09-11-page10.txt: [("'Even", 'Even'), ("'grum", 'grum'), ("'have", 'have'), ("'Don", 'Don'), ("'week", 'week')]
ST18830315-V09-11-page11.txt: [("'cannot", 'cannot'), ("'the", 'the'), ("''practical", 'practical'), ("'tree", 'tree'), ("'OF", 'OF'), ("'nstructive", 'nstructive')]
ST18830315-V09-11-page12.txt: [("'argument", 'argument'), ("'ay", 'ay')]
ST18830315-V09-11-page2.txt: [("'put", 'put'), ("'holiest", 'holiest'), ("'become", 'become'), ("'saying", 'saying')]
ST18830315-V09-11-page3.txt: [("'The", 'The'), ("'schools", 'schools'), ("'last", 'last')]
ST18830315-V09-11-page4.txt: [("'was", 'was'), ("'of", 'of'), ("'precious", 'precious')]
ST18830315-V09-11-page5.txt: [("'to", 'to'), ("'their", 'their'), ("'Are", 'Are'), ("'Jesus", 'Jesus'), ("'a", 'a'), ("'to", 'to')]
ST18830315-V09-11-page7.txt: [("'been", 'been'), ("'and", 'and'), ("'Anointed", 'Anointed')]
ST18830315-V09-11-page9.txt: [("'must", 'must')]
ST18830322-V09-12-page1.txt: [("'so", 'so')]
ST18830322-V09-12-page10.txt: [("'in", 'in'), ("'tis", 'tis'), ("'em", 'em'), ("'and", 'and'), ("'tis", 'tis'), ("'em", 'em'), ("'em", 'em'), ("'twas", 'twas'), ('\'"', '"'), ("'When", 'When'), ("'the", 'the')]
ST18830322-V09-12-page11.txt: [("'at", 'at'), ("'building", 'building'), ("'in", 'in'), ("'PROPHECY", 'PROPHECY')]
ST18830322-V09-12-page12.txt: [("'can", 'can'), ("'could", 'could'), ("'with", 'with'), ("'the", 'the'), ("'keeping", 'keeping'), ("'class", 'class')]
ST18830322-V09-12-page2.txt: [("'TT", 'TT'), ("'recently", 'recently'), ("'Moabites", 'Moabites'), ("'State", 'State')]
ST18830322-V09-12-page3.txt: [("'to", 'to'), ("'round", 'round'), ("'mid", 'mid')]
ST18830322-V09-12-page4.txt: [("'or", 'or'), ("'be", 'be'), ("'the", 'the')]
ST18830322-V09-12-page5.txt: [("'without", 'without'), ("'we", 'we')]
ST18830322-V09-12-page6.txt: [("'faith", 'faith'), ("'the", 'the')]
ST18830322-V09-12-page7.txt: [("'cheering", 'cheering'), ("'its", 'its'), ("'objection", 'objection'), ("'simple", 'simple'), ("'exists", 'exists'), ("'is", 'is')]
ST18830322-V09-12-page8.txt: [("'Remem", 'Remem'), ("'the", 'the')]
ST18830322-V09-12-page9.txt: [("'a", 'a'), ("'to", 'to'), ("'Boy", 'Boy'), ("'the", 'the')]
ST18830329-V09-13-page1.txt: [("'his", 'his'), ("'We", 'We'), ("'Christ", 'Christ'), ("'penalties", 'penalties'), ("'as", 'as')]
ST18830329-V09-13-page10.txt: [("'and", 'and')]
ST18830329-V09-13-page11.txt: [("'blowing", 'blowing'), ("'treated", 'treated'), ("'.", '.'), ("'Department", 'Department')]
ST18830329-V09-13-page12.txt: [("'stop", 'stop'), ("'We", 'We'), ("'my", 'my'), ("'should", 'should'), ("'at", 'at'), ("'the", 'the'), ("'electing", 'electing')]
ST18830329-V09-13-page2.txt: [("'the", 'the'), ("'As", 'As'), ("'him", 'him'), ("'have", 'have'), ("'But", 'But')]
ST18830329-V09-13-page3.txt: [("'gradually", 'gradually')]
ST18830329-V09-13-page4.txt: [("'congregation", 'congregation'), ("'Christian", 'Christian'), ("'approach.", 'approach.'), ("'in", 'in'), ("'feature", 'feature'), ("'talk", 'talk')]
ST18830329-V09-13-page5.txt: [("'elevated", 'elevated')]
ST18830329-V09-13-page6.txt: [("'TIM", 'TIM'), ("'Where", 'Where'), ("'the", 'the'), ("'writes", 'writes')]
ST18830329-V09-13-page7.txt: [("'commence", 'commence'), ("'all", 'all'), ("'the", 'the'), ("'if", 'if'), ("'put", 'put'), ("'be.", 'be.'), ("'law", 'law')]
ST18830329-V09-13-page8.txt: [("'to", 'to')]
ST18830329-V09-13-page9.txt: [("'regretted", 'regretted'), ("'of", 'of'), ("'re", 're')]
ST18830405-V09-14-page1.txt: [("'overcome", 'overcome')]
ST18830405-V09-14-page10.txt: [("'uncertain", 'uncertain')]
ST18830405-V09-14-page11.txt: [("'Spurgeon", 'Spurgeon'), ("'we", 'we'), ("'machines", 'machines'), ("'the", 'the'), ("'one", 'one')]
ST18830405-V09-14-page12.txt: [("'disciples", 'disciples'), ("'laugh", 'laugh')]
ST18830405-V09-14-page2.txt: [("'TIT", 'TIT'), ("'event.", 'event.'), ("'of", 'of'), ("'which", 'which')]
ST18830405-V09-14-page3.txt: [("'com-mands", 'com-mands'), ("'As", 'As')]
ST18830405-V09-14-page4.txt: [("'they", 'they'), ("'his", 'his'), ("'first", 'first')]
ST18830405-V09-14-page5.txt: [("'on", 'on'), ("'at", 'at'), ("'our", 'our'), ("'a", 'a'), ("'the", 'the')]
ST18830405-V09-14-page6.txt: [("'willful", 'willful'), ("'It", 'It'), ("'Gen.", 'Gen.')]
ST18830405-V09-14-page7.txt: [("'plant", 'plant'), ("'The", 'The')]
ST18830405-V09-14-page8.txt: [("'Ex.", 'Ex.'), ("'salvation", 'salvation'), ("'in", 'in'), ("'of", 'of')]
ST18830405-V09-14-page9.txt: [("'County", 'County')]
ST18830412-V09-15-page1.txt: [("'light.", 'light.'), ("'of", 'of'), ("'indulgence", 'indulgence'), ("'they", 'they')]
ST18830412-V09-15-page10.txt: [("'twas", 'twas'), ("'Tis", 'Tis'), ("'boy", 'boy'), ("'m", 'm'), ("'tried", 'tried'), ("'so", 'so')]
ST18830412-V09-15-page11.txt: [("'they", 'they'), ("'Advocate", 'Advocate'), ("'a", 'a'), ("'done", 'done')]
ST18830412-V09-15-page12.txt: [("'ministers", 'ministers'), ("'a", 'a'), ("'n", 'n')]
ST18830412-V09-15-page2.txt: [("'sake", 'sake'), ("'the", 'the')]
ST18830412-V09-15-page3.txt: [("'That", 'That'), ("'worse.", 'worse.'), ("'the", 'the'), ("'magnified", 'magnified'), ("'a", 'a'), ("'exertion", 'exertion'), ("'were", 'were')]
ST18830412-V09-15-page4.txt: [("'for", 'for'), ("'day", 'day'), ("'they", 'they'), ("'Sunday", 'Sunday')]
ST18830412-V09-15-page5.txt: [("'were", 'were'), ("'bar", 'bar')]
ST18830412-V09-15-page6.txt: [("'doing", 'doing')]
ST18830412-V09-15-page7.txt: [("'is", 'is'), ("'Webster", 'Webster'), ("'The", 'The'), ("'of", 'of'), ("'on", 'on')]
ST18830412-V09-15-page8.txt: [("'speaking", 'speaking')]
ST18830412-V09-15-page9.txt: [("'of", 'of'), ("'young", 'young'), ("'upon", 'upon'), ("'a", 'a'), ("'which", 'which')]
ST18830419-V09-16-page1.txt: [("'Tis", 'Tis'), ("'reverence", 'reverence'), ("'may", 'may'), ("'world", 'world'), ("'Overcoming.", 'Overcoming.')]
ST18830419-V09-16-page10.txt: [("'TwAs", 'TwAs'), ("'effect", 'effect'), ("'their", 'their'), ("'weeping", 'weeping')]
ST18830419-V09-16-page11.txt: [("'ropolitan", 'ropolitan'), ("'Normal", 'Normal'), ("'sables", 'sables')]
ST18830419-V09-16-page12.txt: [("'Eke", 'Eke'), ("'MINNESOTA", 'MINNESOTA'), ("'the", 'the')]
ST18830419-V09-16-page2.txt: [("'to", 'to'), ("'to", 'to'), ("'a", 'a')]
ST18830419-V09-16-page3.txt: [("'forces", 'forces'), ("'to", 'to')]
ST18830419-V09-16-page4.txt: [("'everya", 'everya'), ("'is", 'is'), ("'keeping", 'keeping'), ("'needed", 'needed')]
ST18830419-V09-16-page5.txt: [("'of", 'of'), ("'up", 'up')]
ST18830419-V09-16-page6.txt: [("'into", 'into'), ("'we", 'we')]
ST18830419-V09-16-page7.txt: [("'an", 'an'), ("'God", 'God'), ("'was", 'was'), ("'in", 'in'), ("'commandment", 'commandment')]
ST18830419-V09-16-page8.txt: [("'things", 'things'), ("'This", 'This'), ("'Much", 'Much')]
ST18830419-V09-16-page9.txt: [("'a", 'a'), ("'fraud", 'fraud')]
ST18830426-V09-17-page10.txt: [("'replied", 'replied'), ("'purple", 'purple')]
ST18830426-V09-17-page11.txt: [("'Congregational", 'Congregational'), ("'Core", 'Core'), ("'Church", 'Church'), ("'nine", 'nine'), ("'were", 'were'), ("'rubles", 'rubles'), ("'IT", 'IT'), ("'about", 'about')]
ST18830426-V09-17-page12.txt: [("'again.", 'again.'), ("'White", 'White')]
ST18830426-V09-17-page2.txt: [("'disciples", 'disciples'), ("'die", 'die')]
ST18830426-V09-17-page3.txt: [('\'"', '"'), ("'indeed", 'indeed'), ("'they", 'they')]
ST18830426-V09-17-page4.txt: [("'warns", 'warns'), ("'hand", 'hand'), ("'servant", 'servant')]
ST18830426-V09-17-page5.txt: [("'immediate", 'immediate'), ("'Silver", 'Silver'), ("'Rise", 'Rise'), ("'is", 'is')]
ST18830426-V09-17-page6.txt: [("'in", 'in'), ("'of", 'of'), ("'Seraiah", 'Seraiah')]
ST18830426-V09-17-page7.txt: [("'wholesome", 'wholesome'), ('\'"', '"')]
ST18830426-V09-17-page8.txt: [("'and", 'and'), ("'neighborhoods", 'neighborhoods'), ("'Mental", 'Mental'), ("'those", 'those'), ("'Satan.", 'Satan.')]
ST18830426-V09-17-page9.txt: [("'at", 'at'), ("'we", 'we'), ("'sincere", 'sincere'), ("'appetite", 'appetite')]
ST18830510-V09-18-page1.txt: [("'pro", 'pro'), ("'gather", 'gather'), ("'much", 'much'), ("'take", 'take'), ("'to", 'to'), ("'ips.", 'ips.'), ("'There", 'There')]
ST18830510-V09-18-page10.txt: [("'borrow", 'borrow'), ("''to", 'to'), ("'business", 'business'), ("'qualities", 'qualities'), ("'curse", 'curse')]
ST18830510-V09-18-page11.txt: [("'de", 'de'), ("'truly", 'truly'), ("'port", 'port'), ("'preaching", 'preaching'), ("'will", 'will'), ("'change", 'change'), ("'Edmunds", 'Edmunds'), ("'It", 'It')]
ST18830510-V09-18-page12.txt: [("'he", 'he'), ("'the", 'the'), ("'with", 'with'), ("'mean", 'mean'), ("'Lancaster", 'Lancaster')]
ST18830510-V09-18-page2.txt: [("'beings", 'beings'), ("'upon", 'upon'), ("'toward", 'toward'), ("'first", 'first'), ("'wiseare", 'wiseare'), ("'about", 'about'), ("'such", 'such')]
ST18830510-V09-18-page3.txt: [("'to", 'to')]
ST18830510-V09-18-page6.txt: [("'WAGGONER", 'WAGGONER'), ("'Is", 'Is'), ("'Saturday", 'Saturday'), ("'Sabbath", 'Sabbath'), ("'think", 'think'), ("'in", 'in'), ("'the", 'the'), ("'into", 'into')]
ST18830510-V09-18-page7.txt: [("'existed", 'existed'), ("'sub", 'sub'), ("'one", 'one'), ("'brethren", 'brethren')]
ST18830510-V09-18-page8.txt: [("'Islands", 'Islands'), ("'subscribers", 'subscribers'), ("'of", 'of'), ("'attacked", 'attacked'), ("'likewise", 'likewise'), ("'help", 'help'), ("'see", 'see'), ("'Wag", 'Wag'), ("'experience", 'experience'), ("'rat", 'rat')]
ST18830510-V09-18-page9.txt: [("'CP", 'CP'), ("'Subscribers.", 'Subscribers.'), ("'for", 'for'), ("'a", 'a')]
ST18830517-V09-19-page1.txt: [("'mid", 'mid'), ("'ap-preciate", 'ap-preciate'), ("'ignorant", 'ignorant')]
ST18830517-V09-19-page10.txt: [("'S", 'S'), ("'Where", 'Where'), ("'if", 'if'), ("'eat", 'eat'), ("'m", 'm')]
ST18830517-V09-19-page11.txt: [("'at", 'at'), ("'with", 'with'), ("'discourse", 'discourse')]
ST18830517-V09-19-page12.txt: [("'THE", 'THE'), ("'the", 'the'), ("'THE", 'THE')]
ST18830517-V09-19-page2.txt: [("'is", 'is'), ("'may", 'may')]
ST18830517-V09-19-page4.txt: [("'alone.", 'alone.')]
ST18830517-V09-19-page5.txt: [("'appreciate", 'appreciate')]
ST18830517-V09-19-page6.txt: [("'hope", 'hope'), ("'seeketh", 'seeketh'), ("'part", 'part'), ("'The", 'The'), ("'the", 'the'), ("'a", 'a'), ("'To", 'To'), ("'Eat", 'Eat'), ("'the", 'the'), ("'a", 'a'), ("'President.", 'President.'), ("'When", 'When')]
ST18830517-V09-19-page7.txt: [("'by", 'by'), ("'accuracy", 'accuracy'), ("'Thus", 'Thus')]
ST18830517-V09-19-page8.txt: [("'into", 'into')]
ST18830517-V09-19-page9.txt: [("'can", 'can'), ("'who", 'who'), ("'some", 'some'), ("'its", 'its')]
ST18830524-V09-20-page1.txt: [("'Entered", 'Entered'), ("'Mid", 'Mid'), ("'bappieven", 'bappieven'), ("'deep", 'deep'), ("'They", 'They')]
ST18830524-V09-20-page10.txt: [("'a", 'a'), ("'By", 'By'), ("'You", 'You')]
ST18830524-V09-20-page11.txt: [("'She", 'She'), ("'.", '.'), ("'following", 'following'), ("'rather", 'rather'), ("'Very", 'Very'), ("'for", 'for'), ("'Winnemucca", 'Winnemucca')]
ST18830524-V09-20-page12.txt: [("'Scriptural", 'Scriptural'), ("'a", 'a'), ("'pernicious", 'pernicious'), ("'Cal.", 'Cal.'), ("'five", 'five')]
ST18830524-V09-20-page2.txt: [("'life", 'life'), ("'of", 'of'), ("'that", 'that'), ("'When", 'When'), ("'when", 'when')]
ST18830524-V09-20-page3.txt: [("'testimony", 'testimony'), ("'Tis", 'Tis'), ("'flippant", 'flippant'), ("'that", 'that'), ("'unsaved", 'unsaved')]
ST18830524-V09-20-page4.txt: [("'prone", 'prone'), ("'and", 'and')]
ST18830524-V09-20-page5.txt: [("'Pentecost", 'Pentecost'), ("'night", 'night'), ("'Then", 'Then')]
ST18830524-V09-20-page6.txt: [("'t", 't'), ("'J", 'J'), ("'Were", 'Were'), ("'We", 'We'), ("'of", 'of'), ("'Swiftness", 'Swiftness')]
ST18830524-V09-20-page7.txt: [("'do.", 'do.'), ("'this", 'this'), ("'prescribe", 'prescribe'), ("'then", 'then'), ("'have", 'have'), ("'of", 'of'), ("'day", 'day')]
ST18830524-V09-20-page8.txt: [("'SIGNS", 'SIGNS'), ("'fur", 'fur'), ("'Mid", 'Mid'), ("'so", 'so'), ("'in", 'in'), ("'any", 'any')]
ST18830531-V09-1321-page1.txt: [("'Will", 'Will'), ("'the", 'the'), ("'Though", 'Though'), ("'his", 'his'), ("'book", 'book')]
ST18830531-V09-1321-page10.txt: [("'First", 'First'), ("'more", 'more'), ("'squire", 'squire'), ("'Did", 'Did'), ("'Well", 'Well'), ("'Talking", 'Talking'), ("'squire", 'squire'), ("'squire", 'squire'), ("'squire", 'squire'), ("'ques", 'ques')]
ST18830531-V09-1321-page11.txt: [("'attractive", 'attractive'), ("'of", 'of'), ("'le", 'le'), ("'er", 'er')]
ST18830531-V09-1321-page12.txt: [("'bum", 'bum'), ("'led", 'led')]
ST18830531-V09-1321-page2.txt: [("'were", 'were'), ("'of", 'of'), ("'of", 'of'), ("'..", '..'), ("'friend", 'friend'), ("'cunning", 'cunning')]
ST18830531-V09-1321-page3.txt: [("'Against", 'Against'), ("'generous", 'generous'), ("'wish", 'wish'), ("'of", 'of'), ("'do", 'do'), ("'jewish", 'jewish'), ("'of", 'of')]
ST18830531-V09-1321-page4.txt: [("'our", 'our'), ("'thought", 'thought'), ("'necessitated", 'necessitated'), ("'the", 'the')]
ST18830531-V09-1321-page5.txt: [("'children", 'children'), ("'immortal", 'immortal')]
ST18830531-V09-1321-page6.txt: [("'the", 'the'), ('\'"', '"'), ("'to", 'to'), ("'fro", 'fro')]
ST18830531-V09-1321-page7.txt: [("'n", 'n'), ("'to", 'to'), ("'the", 'the'), ("'I.", 'I.'), ("'Christians", 'Christians')]
ST18830531-V09-1321-page8.txt: [("'by", 'by'), ("'hours", 'hours'), ("'paper", 'paper'), ("'Spirit", 'Spirit'), ("'passed", 'passed')]
ST18830531-V09-1321-page9.txt: [("'moving", 'moving'), ("'uring", 'uring')]
ST18830607-V09-22-page10.txt: [("'clamber", 'clamber'), ("'absolutely", 'absolutely'), ("'would", 'would'), ("'but", 'but'), ("'her", 'her'), ("'hat", 'hat')]
ST18830607-V09-22-page11.txt: [("'Lord", 'Lord'), ("'shameless", 'shameless'), ("'of", 'of'), ("'helping", 'helping'), ("'funds", 'funds'), ("'Western", 'Western'), ("'ground", 'ground')]
ST18830607-V09-22-page12.txt: [("'Missionary", 'Missionary')]
ST18830607-V09-22-page2.txt: [("'TT", 'TT'), ("'considered", 'considered'), ("'cif", 'cif'), ("'is", 'is')]
ST18830607-V09-22-page3.txt: [("'s", 's'), ("'change", 'change')]
ST18830607-V09-22-page4.txt: [("'guard", 'guard'), ("'backslider", 'backslider')]
ST18830607-V09-22-page5.txt: [("'Not", 'Not'), ("'sprinkling", 'sprinkling')]
ST18830607-V09-22-page6.txt: [("'assure", 'assure'), ("'the", 'the'), ("'Mezze", 'Mezze'), ("'More", 'More')]
ST18830607-V09-22-page7.txt: [("'Work", 'Work'), ("'the", 'the')]
ST18830607-V09-22-page8.txt: [("'ruts.", 'ruts.')]
ST18830607-V09-22-page9.txt: [("'EH", 'EH'), ("'led", 'led'), ("'The", 'The'), ("'can", 'can')]
ST18830614-V09-23-page1.txt: [("'sealed", 'sealed'), ("'to", 'to'), ("'neath", 'neath'), ("'Suddenly", 'Suddenly')]
ST18830614-V09-23-page10.txt: [("'neath", 'neath'), ("'twould", 'twould'), ("'most", 'most'), ("'be-lieve", 'be-lieve')]
ST18830614-V09-23-page11.txt: [("'I", 'I'), ("'Are", 'Are')]
ST18830614-V09-23-page12.txt: [("'Plymouth", 'Plymouth'), ("'would", 'would'), ("'FOR.", 'FOR.'), ("'ELIE", 'ELIE')]
ST18830614-V09-23-page13.txt: [("'Worcester", 'Worcester'), ("'second", 'second'), ("'cleansing.", 'cleansing.'), ('\'"the', '"the')]
ST18830614-V09-23-page14.txt: [("'demanding", 'demanding'), ("'and.", 'and.'), ("'none", 'none'), ("'Eld.", 'Eld.'), ("'the", 'the'), ("'been", 'been')]
ST18830614-V09-23-page2.txt: [("'be", 'be'), ("'he", 'he')]
ST18830614-V09-23-page3.txt: [("'or", 'or'), ("'who", 'who'), ("'crucified", 'crucified')]
ST18830614-V09-23-page5.txt: [("'The", 'The'), ("'her", 'her')]
ST18830614-V09-23-page6.txt: [("'there", 'there'), ("'se", 'se')]
ST18830614-V09-23-page7.txt: [("'of", 'of')]
ST18830614-V09-23-page8.txt: [("'he", 'he')]
ST18830614-V09-23-page9.txt: [("'WE", 'WE'), ("'honor", 'honor'), ("'have", 'have'), ("'in", 'in'), ("'min", 'min')]
ST18830621-V09-24-page1.txt: [("'But", 'But'), ("'perfect", 'perfect'), ("'formalism", 'formalism')]
ST18830621-V09-24-page10.txt: [("'charmed", 'charmed'), ("'em", 'em'), ("'to", 'to')]
ST18830621-V09-24-page11.txt: [("'will", 'will'), ("'The", 'The'), ("'committee", 'committee'), ("'examined", 'examined'), ("'examination", 'examination'), ("'Stimulants", 'Stimulants')]
ST18830621-V09-24-page12.txt: [("'fall", 'fall'), ("'a", 'a'), ("'And", 'And'), ("'ME", 'ME')]
ST18830621-V09-24-page2.txt: [("'might", 'might'), ("'acts", 'acts'), ("'Syriac", 'Syriac'), ("'dear", 'dear'), ("'three-quarters", 'three-quarters')]
ST18830621-V09-24-page3.txt: [("'There", 'There'), ("'with", 'with'), ("'to", 'to'), ("'not", 'not'), ("'ogy", 'ogy')]
ST18830621-V09-24-page4.txt: [("'Forit", 'Forit'), ("'done.", 'done.'), ("'who", 'who')]
ST18830621-V09-24-page5.txt: [("'time", 'time'), ('\'"', '"'), ("'that", 'that'), ("'do", 'do')]
ST18830621-V09-24-page6.txt: [("'city", 'city'), ("'these", 'these'), ("'Whose", 'Whose'), ("'they", 'they'), ("'Mordecai", 'Mordecai')]
ST18830621-V09-24-page7.txt: [("'matter", 'matter'), ("'to", 'to')]
ST18830621-V09-24-page8.txt: [("'is", 'is'), ("'mother", 'mother')]
ST18830621-V09-24-page9.txt: [("'extract", 'extract')]
ST18830628-V09-25-page1.txt: [("'dig", 'dig')]
ST18830628-V09-25-page10.txt: [("'me", 'me'), ("'life", 'life')]
ST18830628-V09-25-page12.txt: [("'cents.", 'cents.'), ("'us", 'us')]
ST18830628-V09-25-page2.txt: [("'of", 'of'), ("'but", 'but')]
ST18830628-V09-25-page3.txt: [("'TH", 'TH'), ("'departure", 'departure')]
ST18830628-V09-25-page4.txt: [("'captivity", 'captivity'), ("'a", 'a'), ("'lives", 'lives')]
ST18830628-V09-25-page5.txt: [("'or", 'or')]
ST18830628-V09-25-page6.txt: [("'Christ's", 'Christs'), ("'give", 'give'), ("'life", 'life'), ("'Thus", 'Thus'), ("'says", 'says')]
ST18830628-V09-25-page7.txt: [("'.abbatial", '.abbatial'), ("'general", 'general')]
ST18830628-V09-25-page8.txt: [("'practical", 'practical'), ("'the", 'the'), ("'ground", 'ground'), ("'with", 'with'), ("'On", 'On')]
ST18830628-V09-25-page9.txt: [("'bur", 'bur'), ("'Adjourned", 'Adjourned'), ("'TwAs", 'TwAs'), ("'a", 'a')]
ST18830712-V09-26-page1.txt: [("'The", 'The'), ("'and", 'and'), ("'city", 'city')]
ST18830712-V09-26-page10.txt: [("'Twas", 'Twas'), ("'twas", 'twas'), ("'her", 'her')]
ST18830712-V09-26-page11.txt: [("'their", 'their')]
ST18830712-V09-26-page12.txt: [("'Departments", 'Departments'), ("'Sabbath", 'Sabbath')]
ST18830712-V09-26-page2.txt: [("'E", 'E'), ("'gospel.", 'gospel.'), ("'maturity", 'maturity')]
ST18830712-V09-26-page3.txt: [("'signs", 'signs'), ("'times", 'times')]
ST18830712-V09-26-page4.txt: [("'thrive", 'thrive'), ("'objects", 'objects'), ("'.You", '.You')]
ST18830712-V09-26-page6.txt: [("'Six", 'Six'), ("'Barnes", 'Barnes'), ("'supposed", 'supposed'), ("'present", 'present')]
ST18830712-V09-26-page7.txt: [("'true", 'true'), ("'always", 'always')]
ST18830712-V09-26-page8.txt: [("'who", 'who'), ("'clred", 'clred'), ("'present.", 'present.')]
ST18830712-V09-26-page9.txt: [('\'"', '"'), ("'in", 'in')]
ST18830719-V09-27-page1.txt: [("'and", 'and'), ("'of", 'of'), ("'I", 'I'), ("'in", 'in')]
ST18830719-V09-27-page10.txt: [("'called", 'called'), ("'at", 'at'), ('\'"he', '"he')]
ST18830719-V09-27-page11.txt: [("'scarce", 'scarce'), ("'SIGNS", 'SIGNS'), ("'sables", 'sables'), ("'and", 'and')]
ST18830719-V09-27-page3.txt: [("'.Tis", '.Tis')]
ST18830719-V09-27-page4.txt: [("'of", 'of')]
ST18830719-V09-27-page5.txt: [("'tis", 'tis'), ("'Tis", 'Tis'), ("'Raz", 'Raz'), ("'Wuss", 'Wuss'), ("'terbaccer", 'terbaccer'), ("'bout", 'bout')]
ST18830719-V09-27-page7.txt: [("'the", 'the'), ("'not", 'not'), ("'baptize", 'baptize'), ("'baptize", 'baptize')]
ST18830719-V09-27-page9.txt: [("'JUNE", 'JUNE')]
ST18830726-V09-28-page10.txt: [("'picked", 'picked')]
ST18830726-V09-28-page11.txt: [("'Cal.", 'Cal.')]
ST18830726-V09-28-page2.txt: [('\'"', '"'), ("'air", 'air')]
ST18830726-V09-28-page3.txt: [("'and", 'and'), ("'from", 'from')]
ST18830726-V09-28-page4.txt: [("'then", 'then'), ("'Sab", 'Sab'), ("'by", 'by'), ("'man.", 'man.')]
ST18830726-V09-28-page5.txt: [("'day", 'day'), ("'sure", 'sure'), ("'commen", 'commen'), ("'.hat", '.hat'), ("'as", 'as')]
ST18830726-V09-28-page7.txt: [("'consequently", 'consequently'), ("'could", 'could'), ("'except", 'except'), ("'the", 'the')]
ST18830726-V09-28-page8.txt: [("'State", 'State'), ("'cause", 'cause'), ("'of", 'of'), ("'was", 'was')]
ST18830802-V09-29-page1.txt: [("'Do", 'Do'), ("'not", 'not'), ("'professing", 'professing'), ("'unto", 'unto'), ("'preparation", 'preparation'), ("'to", 'to'), ("'These", 'These'), ("'greater", 'greater'), ("'others", 'others'), ("'and", 'and'), ("'of", 'of'), ("'and", 'and'), ("'the", 'the'), ("'the", 'the')]
ST18830802-V09-29-page2.txt: [("'drew", 'drew'), ("'should", 'should'), ("'and", 'and')]
ST18830802-V09-29-page3.txt: [("'his", 'his'), ("'from", 'from')]
ST18830802-V09-29-page4.txt: [("'When", 'When'), ("'first", 'first'), ("'divine", 'divine'), ("'his", 'his'), ("'by", 'by'), ("'will", 'will')]
ST18830809-V09-30-page1.txt: [("'the", 'the'), ("'writings", 'writings')]
ST18830809-V09-30-page10.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18830809-V09-30-page11.txt: [("'has", 'has')]
ST18830809-V09-30-page12.txt: [("'mistake", 'mistake'), ("'Scriptures", 'Scriptures'), ("'as", 'as'), ("'they", 'they'), ("'Pill", 'Pill')]
ST18830809-V09-30-page2.txt: [("'of", 'of'), ("'of", 'of'), ('\'discourse."', 'discourse."'), ("'and", 'and')]
ST18830809-V09-30-page3.txt: [("'true", 'true'), ("'their", 'their')]
ST18830809-V09-30-page4.txt: [("'may", 'may'), ("'a", 'a'), ("'place..", 'place..')]
ST18830809-V09-30-page5.txt: [("'Then", 'Then'), ("'that", 'that'), ('\'believed."', 'believed."'), ("'say", 'say'), ("'being", 'being'), ("'ye", 'ye'), ("'only", 'only'), ("'eternal", 'eternal'), ("'Here", 'Here'), ("'or", 'or'), ("'to", 'to')]
ST18830809-V09-30-page6.txt: [("''.", '.'), ("'Church.", 'Church.')]
ST18830809-V09-30-page8.txt: [("'bad", 'bad'), ("'TIM", 'TIM'), ("'half", 'half'), ("'A", 'A')]
ST18830809-V09-30-page9.txt: [("'Whether", 'Whether'), ("'ureaH", 'ureaH'), ("'mining", 'mining'), ("'be", 'be')]
ST18830816-V09-31-page1.txt: [("'Twas", 'Twas'), ("'bishops", 'bishops'), ("'most", 'most'), ("'of", 'of'), ("'PeaCe", 'PeaCe')]
ST18830816-V09-31-page10.txt: [("'a", 'a'), ("'your", 'your')]
ST18830816-V09-31-page11.txt: [("'him", 'him'), ("'light", 'light'), ("'We", 'We')]
ST18830816-V09-31-page12.txt: [("'some", 'some'), ("'time", 'time'), ("'Israel", 'Israel')]
ST18830816-V09-31-page2.txt: [("'them", 'them'), ('\'"', '"')]
ST18830816-V09-31-page3.txt: [("'aside.", 'aside.'), ("'heavy", 'heavy')]
ST18830816-V09-31-page4.txt: [("'responsibility", 'responsibility'), ("'shrine", 'shrine'), ("'ascribing", 'ascribing'), ("'that", 'that'), ("'argu", 'argu'), ("'attendant", 'attendant'), ("'by", 'by')]
ST18830816-V09-31-page5.txt: [("'on", 'on'), ("'may", 'may')]
ST18830816-V09-31-page6.txt: [("'weaker", 'weaker'), ("'the", 'the'), ("'law", 'law')]
ST18830816-V09-31-page7.txt: [("'before", 'before'), ("'the", 'the'), ("'itself", 'itself'), ("'accept", 'accept')]
ST18830816-V09-31-page8.txt: [("'we", 'we'), ("'no", 'no'), ("'crept", 'crept')]
ST18830816-V09-31-page9.txt: [("'by", 'by'), ("'who", 'who'), ("'of", 'of'), ("'a", 'a'), ("'when", 'when')]
ST18830823-V09-32-page10.txt: [("'Why", 'Why'), ("'although", 'although'), ("'come", 'come')]
ST18830823-V09-32-page11.txt: [("'Prophet.", 'Prophet.'), ("'.", '.')]
ST18830823-V09-32-page12.txt: [("'the", 'the')]
ST18830823-V09-32-page2.txt: [("'the", 'the')]
ST18830823-V09-32-page6.txt: [("'result.", 'result.'), ("'there", 'there'), ("'the", 'the'), ("'Sufficient", 'Sufficient')]
ST18830823-V09-32-page7.txt: [("'abundance", 'abundance'), ("'has", 'has'), ("'In", 'In')]
ST18830823-V09-32-page8.txt: [("'the", 'the'), ("'desire", 'desire'), ("'upon", 'upon'), ("'there", 'there'), ("'we", 'we'), ("'We", 'We'), ("'it", 'it'), ("'since", 'since')]
ST18830823-V09-32-page9.txt: [("'a", 'a'), ("'possessed", 'possessed'), ("'comes", 'comes')]
ST18830830-V09-33-page1.txt: [("'Humble", 'Humble'), ("'is", 'is')]
ST18830830-V09-33-page10.txt: [("'June", 'June'), ("'of", 'of'), ("'nearly", 'nearly')]
ST18830830-V09-33-page11.txt: [("'to", 'to'), ("'large", 'large'), ("'a", 'a'), ("'your", 'your')]
ST18830830-V09-33-page12.txt: [("'known", 'known'), ("'of", 'of'), ("'enacted", 'enacted')]
ST18830830-V09-33-page2.txt: [("'HIS.", 'HIS.'), ("'the", 'the')]
ST18830830-V09-33-page3.txt: [("'morning", 'morning'), ("'will", 'will'), ("'of", 'of'), ("'and", 'and'), ("'flesh", 'flesh'), ("'sinners", 'sinners'), ("'But", 'But'), ("'laid", 'laid'), ("'their", 'their')]
ST18830830-V09-33-page4.txt: [("'working", 'working'), ("'sensibilities", 'sensibilities'), ("'necessary", 'necessary'), ("'disregard", 'disregard'), ("'such", 'such'), ("'or", 'or'), ("'our", 'our'), ("'is", 'is'), ("'Heaven", 'Heaven'), ("'in", 'in'), ("'not", 'not')]
ST18830830-V09-33-page5.txt: [("'CIE", 'CIE'), ("'we", 'we'), ("'cause", 'cause')]
ST18830830-V09-33-page6.txt: [("'VoL.", 'VoL.'), ("'land", 'land'), ("'they", 'they'), ("'friends", 'friends'), ("'the", 'the'), ("'Paul", 'Paul'), ("'in", 'in'), ("'to", 'to')]
ST18830830-V09-33-page7.txt: [("'to", 'to'), ("'tithes", 'tithes'), ("'involve", 'involve'), ("'these", 'these'), ("'payment", 'payment'), ("'mind", 'mind')]
ST18830830-V09-33-page8.txt: [("'his", 'his'), ("'The", 'The'), ("'freely", 'freely')]
ST18830830-V09-33-page9.txt: [("'SW", 'SW')]
ST18830906-V09-34-page1.txt: [("'friends", 'friends')]
ST18830906-V09-34-page10.txt: [("'ipe", 'ipe'), ("'ipe", 'ipe'), ("'iped", 'iped'), ("'ring", 'ring'), ("'A", 'A'), ("'enable", 'enable'), ("'I", 'I'), ("'and", 'and')]
ST18830906-V09-34-page11.txt: [("'of", 'of'), ("'town", 'town'), ("'of", 'of'), ("'The", 'The')]
ST18830906-V09-34-page12.txt: [("'TENNESSEE", 'TENNESSEE'), ("'dismissed", 'dismissed'), ("'suitable", 'suitable'), ("'THE", 'THE')]
ST18830906-V09-34-page2.txt: [("'Statesman", 'Statesman'), ("'To", 'To'), ("'to", 'to')]
ST18830906-V09-34-page3.txt: [("'of", 'of')]
ST18830906-V09-34-page4.txt: [("'case", 'case')]
ST18830906-V09-34-page5.txt: [("'wherever", 'wherever'), ("'the", 'the')]
ST18830906-V09-34-page6.txt: [("'the", 'the'), ("'that.", 'that.'), ("'advent", 'advent')]
ST18830906-V09-34-page7.txt: [("'is", 'is'), ("'thanks.", 'thanks.'), ("'life", 'life'), ("'God", 'God'), ("'at", 'at')]
ST18830906-V09-34-page9.txt: [("'usually", 'usually')]
ST18830920-V09-35-page1.txt: [("'took", 'took'), ("'shook", 'shook'), ("'Treves", 'Treves'), ("'desired", 'desired')]
ST18830920-V09-35-page10.txt: [("'she", 'she'), ("'the", 'the'), ("'Alas", 'Alas')]
ST18830920-V09-35-page11.txt: [("'than", 'than'), ("'Charles", 'Charles'), ("'subjects", 'subjects')]
ST18830920-V09-35-page12.txt: [("'We", 'We'), ("'such", 'such')]
ST18830920-V09-35-page2.txt: [("'given", 'given'), ("'and", 'and'), ("'was", 'was'), ("'the", 'the'), ("'is", 'is')]
ST18830920-V09-35-page3.txt: [("'from", 'from'), ("'up", 'up')]
ST18830920-V09-35-page4.txt: [("'of", 'of'), ("'revelation", 'revelation'), ("'God", 'God'), ("'readily", 'readily'), ("'Again", 'Again')]
ST18830920-V09-35-page5.txt: [("'the", 'the')]
ST18830920-V09-35-page6.txt: [("'to", 'to')]
ST18830920-V09-35-page7.txt: [("'contained", 'contained'), ("'man", 'man')]
ST18830920-V09-35-page8.txt: [("'Because", 'Because'), ("'a", 'a')]
ST18830920-V09-35-page9.txt: [("'estimated", 'estimated'), ("'prevents", 'prevents'), ("'the", 'the'), ("'of", 'of'), ("'Millions", 'Millions')]
ST18830927-V09-36-page1.txt: [("'tis", 'tis'), ("'from", 'from'), ("'life", 'life'), ("'but", 'but')]
ST18830927-V09-36-page10.txt: [("'ran", 'ran'), ("'Johnny", 'Johnny'), ("'agony", 'agony'), ("'IA", 'IA'), ("'birds", 'birds')]
ST18830927-V09-36-page11.txt: [("'denominations", 'denominations'), ("'to", 'to'), ("'guilty", 'guilty'), ("'is", 'is'), ("'Thoroughness", 'Thoroughness')]
ST18830927-V09-36-page12.txt: [("'Metho", 'Metho'), ("'any", 'any'), ("'SCRIPTURE", 'SCRIPTURE'), ("'se", 'se'), ("'rophecies", 'rophecies'), ("'Society", 'Society')]
ST18830927-V09-36-page2.txt: [("'reason", 'reason'), ("'The", 'The'), ("'banquet", 'banquet'), ("'Let", 'Let'), ("'ow", 'ow'), ("'given", 'given')]
ST18830927-V09-36-page3.txt: [("'the", 'the'), ("'defended", 'defended'), ("'and", 'and'), ("'have", 'have'), ("'months", 'months'), ("'is", 'is'), ("'are", 'are'), ("'and", 'and'), ("'of", 'of'), ("'worship", 'worship'), ("'and", 'and'), ("'Murder", 'Murder'), ("'have", 'have'), ("'As", 'As'), ("'efforts", 'efforts'), ("'we", 'we')]
ST18830927-V09-36-page4.txt: [("'claims", 'claims'), ("'in", 'in'), ("'in", 'in'), ("'degen", 'degen'), ("'their", 'their')]
ST18830927-V09-36-page5.txt: [("'question", 'question'), ("'we", 'we'), ("'request", 'request'), ("'come", 'come'), ("'apostle", 'apostle')]
ST18830927-V09-36-page6.txt: [("'respecter", 'respecter')]
ST18830927-V09-36-page7.txt: [("'Michael", 'Michael'), ("'the", 'the'), ("'to", 'to'), ("'of", 'of')]
ST18830927-V09-36-page8.txt: [("'it", 'it'), ("'Rosa", 'Rosa'), ("'erndale", 'erndale')]
ST18830927-V09-36-page9.txt: [("'and", 'and'), ("'in", 'in'), ("'most", 'most'), ("'and", 'and'), ("'cause", 'cause'), ("'a", 'a'), ("'should", 'should')]
ST18831004-V09-37-page1.txt: [("'in", 'in'), ("'these", 'these'), ("'Christ", 'Christ'), ("'the", 'the'), ("'this", 'this'), ("'treasure.", 'treasure.'), ("'surrender", 'surrender')]
ST18831004-V09-37-page10.txt: [("'give", 'give'), ("'em", 'em'), ("'ein", 'ein'), ("'to", 'to'), ("'a", 'a'), ('\'"', '"'), ("'Saturday", 'Saturday')]
ST18831004-V09-37-page11.txt: [("'of", 'of'), ("'York.", 'York.'), ("'Great", 'Great')]
ST18831004-V09-37-page12.txt: [("'Missionary", 'Missionary'), ("'OF", 'OF'), ("'we", 'we'), ("'word", 'word')]
ST18831004-V09-37-page2.txt: [("'Day", 'Day'), ("'the", 'the')]
ST18831004-V09-37-page3.txt: [("'object", 'object'), ("'day", 'day')]
ST18831004-V09-37-page4.txt: [("'or", 'or'), ("'law", 'law'), ("'its", 'its'), ("'civil", 'civil'), ("'and", 'and'), ("'scriptures", 'scriptures'), ("'of", 'of'), ("'was", 'was'), ("'the", 'the'), ("'will", 'will'), ('\'prophets."', 'prophets."'), ("'is", 'is'), ("'con", 'con'), ("'of", 'of'), ("'of", 'of'), ("'his", 'his'), ("'have", 'have')]
ST18831004-V09-37-page5.txt: [("'whole", 'whole'), ("'of", 'of')]
ST18831004-V09-37-page6.txt: [("'Specimen", 'Specimen'), ("'of.", 'of.'), ("'mind.", 'mind.'), ("'by", 'by'), ("'facts", 'facts')]
ST18831004-V09-37-page7.txt: [("'the", 'the'), ("'mentioned", 'mentioned'), ("'should", 'should'), ("'has", 'has'), ("'used", 'used'), ("'Why", 'Why'), ("'the", 'the')]
ST18831004-V09-37-page8.txt: [("'is", 'is'), ("'by", 'by'), ("'of", 'of'), ("'WHEREAS", 'WHEREAS'), ("'district", 'district'), ("'our", 'our'), ("'the", 'the'), ("'touching", 'touching'), ("'on", 'on'), ("'Lord", 'Lord'), ("'letters", 'letters')]
ST18831004-V09-37-page9.txt: [("'preaching", 'preaching'), ("'testimony", 'testimony')]
ST18831011-V09-38-page10.txt: [("'blind", 'blind')]
ST18831011-V09-38-page12.txt: [("'seat", 'seat'), ("'had", 'had'), ("'we", 'we'), ("'religious", 'religious'), ("'Bedford", 'Bedford'), ("'IMMERSION.", 'IMMERSION.'), ("'Price", 'Price'), ("'shown", 'shown'), ("'In", 'In')]
ST18831011-V09-38-page2.txt: [("'.I", '.I'), ("'most", 'most'), ("'anselfishness", 'anselfishness'), ("'Will", 'Will'), ("'ever", 'ever')]
ST18831011-V09-38-page3.txt: [("'no", 'no'), ("'hence", 'hence'), ("'forfeited", 'forfeited'), ("'to", 'to'), ("'business", 'business'), ("'a", 'a'), ("'is", 'is'), ("'struggling", 'struggling'), ("'encour", 'encour'), ("'in", 'in'), ("'of", 'of'), ("'lifting", 'lifting'), ("'days", 'days')]
ST18831011-V09-38-page4.txt: [("'them", 'them'), ("'no", 'no'), ("'amenable", 'amenable'), ("'saying", 'saying'), ("'a", 'a'), ("'The", 'The')]
ST18831011-V09-38-page5.txt: [("'MESS.", 'MESS.')]
ST18831011-V09-38-page6.txt: [("'ways.", 'ways.'), ("'be", 'be'), ("'grows.", 'grows.'), ("'our", 'our'), ("'Christ", 'Christ')]
ST18831011-V09-38-page7.txt: [("'now", 'now'), ("'unto", 'unto'), ("'such", 'such'), ("'furnished", 'furnished')]
ST18831011-V09-38-page8.txt: [("'throne.", 'throne.')]
ST18831011-V09-38-page9.txt: [("'destroyed", 'destroyed'), ("'he", 'he'), ("'certain", 'certain'), ("'as", 'as')]
ST18831018-V09-39-page1.txt: [("'in.", 'in.'), ("'to.", 'to.'), ("'Bible", 'Bible'), ("'work.", 'work.'), ("'ireceeded", 'ireceeded'), ("'as", 'as'), ('\'ue."', 'ue."'), ("'were", 'were'), ("'the", 'the')]
ST18831018-V09-39-page10.txt: [("'for", 'for'), ("'Tis", 'Tis'), ("'Bear", 'Bear'), ("'was", 'was')]
ST18831018-V09-39-page11.txt: [("'a", 'a'), ("'days", 'days'), ("'ople", 'ople')]
ST18831018-V09-39-page12.txt: [("'Tract", 'Tract'), ("'and", 'and'), ("'which", 'which'), ("'igitS", 'igitS'), ("'more", 'more'), ("'as", 'as'), ("'Michigan", 'Michigan'), ("'healthy.", 'healthy.'), ("'Fairfax", 'Fairfax'), ("'TENDENCY", 'TENDENCY'), ("'Circle", 'Circle')]
ST18831018-V09-39-page2.txt: [("'t", 't'), ("'a", 'a'), ("'idolatry", 'idolatry'), ("'departures", 'departures'), ("'the", 'the'), ("'the", 'the'), ("'the", 'the'), ("'our", 'our'), ("'drew", 'drew'), ("'pray", 'pray'), ("'belly", 'belly')]
ST18831018-V09-39-page3.txt: [("'are.", 'are.'), ("'We", 'We'), ("'longing", 'longing'), ("'tis", 'tis'), ("'Tis", 'Tis'), ("'be", 'be'), ("'thine", 'thine')]
ST18831018-V09-39-page4.txt: [("'brethren.", 'brethren.'), ("'found", 'found'), ("'said", 'said'), ("'God.", 'God.'), ("'others", 'others'), ("'and", 'and'), ("'Sun", 'Sun'), ("'days", 'days'), ("'And", 'And'), ("'And", 'And')]
ST18831018-V09-39-page5.txt: [("'hands", 'hands'), ('\'rejoice."', 'rejoice."'), ("'a", 'a'), ("'which", 'which'), ("'alive", 'alive')]
ST18831018-V09-39-page6.txt: [("'when", 'when'), ("'feel", 'feel'), ("'quicken", 'quicken')]
ST18831018-V09-39-page7.txt: [("'and", 'and'), ("'what", 'what'), ("'from", 'from'), ("'sae", 'sae'), ("'ert", 'ert'), ("'the", 'the'), ("'this", 'this'), ("'your", 'your'), ("'I", 'I'), ("'snow", 'snow')]
ST18831018-V09-39-page8.txt: [("'power.", 'power.'), ("'vines", 'vines'), ("'locating", 'locating'), ("'cities", 'cities'), ("'went", 'went')]
ST18831018-V09-39-page9.txt: [("'Sir", 'Sir'), ("'Brooklyn", 'Brooklyn'), ('\'"', '"')]
ST18831025-V09-40-page1.txt: [("'Jesus", 'Jesus'), ("'ft", 'ft'), ("'by", 'by'), ("'draw", 'draw'), ("'called", 'called'), ("'notwithstanding", 'notwithstanding'), ("'that", 'that'), ("'if", 'if'), ("'judgment", 'judgment'), ("'him", 'him'), ("'deeds", 'deeds'), ("'hepresided.", 'hepresided.'), ("'have", 'have')]
ST18831025-V09-40-page10.txt: [("'the", 'the'), ("'lots", 'lots'), ("'was", 'was'), ("'so", 'so'), ("'having", 'having'), ("'having", 'having'), ("'the", 'the'), ("'I", 'I'), ("'I", 'I')]
ST18831025-V09-40-page11.txt: [("'Wyandotte", 'Wyandotte'), ("'in", 'in'), ("'Herald", 'Herald'), ("'increase", 'increase'), ("'afterwards", 'afterwards'), ("'was", 'was'), ("'might", 'might'), ("'form", 'form')]
ST18831025-V09-40-page12.txt: [("'meetings", 'meetings'), ("'active", 'active')]
ST18831025-V09-40-page2.txt: [("'wrong", 'wrong'), ("'because", 'because'), ("'Bibles", 'Bibles'), ("'That", 'That'), ("'more", 'more')]
ST18831025-V09-40-page3.txt: [("'pressed", 'pressed'), ("'except", 'except'), ('\'of"', 'of"'), ("'the", 'the'), ("'the", 'the'), ("'set", 'set'), ("'but", 'but'), ("'brethren.", 'brethren.'), ("'my", 'my'), ("'it", 'it'), ("'be", 'be'), ("'is", 'is'), ("'God", 'God'), ('\'"', '"'), ("'mid", 'mid')]
ST18831025-V09-40-page4.txt: [("'them", 'them'), ("'impossible.", 'impossible.'), ("'by", 'by'), ("'not", 'not'), ("'we", 'we'), ("'or", 'or'), ("'to", 'to')]
ST18831025-V09-40-page6.txt: [("'The", 'The'), ("'pat", 'pat'), ("'by", 'by'), ("'on", 'on')]
ST18831025-V09-40-page7.txt: [("'Mess.", 'Mess.'), ("'which", 'which')]
ST18831025-V09-40-page8.txt: [("'an", 'an'), ("'or", 'or')]
ST18831025-V09-40-page9.txt: [("'THE", 'THE'), ("'this", 'this'), ("'One", 'One')]
ST18831101-V09-41-page1.txt: [("'Aril", 'Aril'), ("'would", 'would'), ("'a", 'a'), ("'Custom", 'Custom'), ("'of", 'of'), ("'was", 'was')]
ST18831101-V09-41-page10.txt: [("'Tis", 'Tis'), ("'to", 'to'), ("'the", 'the'), ("'cross", 'cross')]
ST18831101-V09-41-page11.txt: [("'HEALTH", 'HEALTH'), ("'none.", 'none.'), ("'Its", 'Its')]
ST18831101-V09-41-page12.txt: [("'nation", 'nation'), ("'an", 'an'), ("'plagues", 'plagues'), ("'can", 'can'), ("'un", 'un'), ("'to", 'to'), ("'places", 'places'), ("'of", 'of'), ("'DYENT", 'DYENT'), ("'dissemination.", 'dissemination.'), ("'picture", 'picture')]
ST18831101-V09-41-page2.txt: [("'it", 'it'), ("'even", 'even'), ("'as", 'as'), ("'So", 'So'), ("'chastening", 'chastening'), ("'cry", 'cry'), ("'trial", 'trial'), ("'found", 'found'), ("'by", 'by')]
ST18831101-V09-41-page3.txt: [("'in", 'in'), ("'Prey", 'Prey'), ('\'perfect"', 'perfect"'), ("'Paul", 'Paul'), ("'of", 'of'), ("'cause", 'cause'), ("'put", 'put'), ("'scene", 'scene')]
ST18831101-V09-41-page4.txt: [("'eternal", 'eternal'), ("'means", 'means'), ("'we", 'we'), ("'the", 'the'), ("'to", 'to'), ("'based", 'based'), ("'would", 'would'), ('\'death."', 'death."'), ("'and", 'and'), ("'whosoever", 'whosoever'), ("''Much", 'Much'), ("'in", 'in'), ("'carry", 'carry'), ("'e", 'e'), ("'the", 'the')]
ST18831101-V09-41-page5.txt: [("'subscribers", 'subscribers'), ("'sad", 'sad')]
ST18831101-V09-41-page6.txt: [("'opposition", 'opposition'), ("'influence.", 'influence.'), ("'pers", 'pers'), ("'German.", 'German.'), ("'restrained", 'restrained'), ("'Scripture", 'Scripture'), ("'placing", 'placing'), ("'and", 'and'), ("'established", 'established'), ("'suited", 'suited'), ("'that", 'that'), ("'a", 'a'), ("'be", 'be')]
ST18831101-V09-41-page7.txt: [("'Governor", 'Governor'), ("'the", 'the')]
ST18831101-V09-41-page8.txt: [("'anything", 'anything'), ("'Should", 'Should'), ("'would", 'would'), ("'in", 'in'), ("'sufferings", 'sufferings')]
ST18831101-V09-41-page9.txt: [("'Watt", 'Watt'), ("'TIC", 'TIC'), ("'other", 'other'), ("'no", 'no')]
ST18831108-V09-42-page1.txt: [("'seen", 'seen'), ("'darkness", 'darkness'), ("'Eke", 'Eke')]
ST18831108-V09-42-page10.txt: [("'the", 'the'), ("'Tis", 'Tis'), ("'can", 'can'), ("'Tis", 'Tis'), ("'gainst", 'gainst'), ("'at", 'at'), ("'The", 'The'), ("'down", 'down'), ("'a", 'a'), ("'me", 'me')]
ST18831108-V09-42-page11.txt: [("'converted", 'converted'), ("'the", 'the'), ("'five", 'five'), ("'the", 'the'), ("'cost", 'cost'), ("'TIMES", 'TIMES')]
ST18831108-V09-42-page12.txt: [("'publish", 'publish'), ("'be", 'be'), ("'of", 'of')]
ST18831108-V09-42-page2.txt: [("'turned", 'turned'), ("'Presence", 'Presence'), ('\'"', '"')]
ST18831108-V09-42-page3.txt: [("'a", 'a'), ("'to", 'to'), ("'not", 'not'), ("'testify", 'testify'), ("'righteousness", 'righteousness'), ("'enough", 'enough'), ("'generation", 'generation'), ("'and", 'and'), ("'sight.", 'sight.'), ("'it", 'it'), ("'glorified", 'glorified')]
ST18831108-V09-42-page4.txt: [("'of", 'of'), ("'penalty", 'penalty'), ("'his", 'his'), ("'as", 'as'), ("'this", 'this'), ("'theory", 'theory')]
ST18831108-V09-42-page5.txt: [("'strikingly", 'strikingly'), ("'must", 'must'), ("'oems", 'oems')]
ST18831108-V09-42-page6.txt: [("'mil", 'mil'), ("'the", 'the'), ("'etend", 'etend'), ("'He", 'He')]
ST18831108-V09-42-page7.txt: [("'decided.", 'decided.'), ("'the", 'the')]
ST18831108-V09-42-page8.txt: [("'and", 'and'), ("'Geneva", 'Geneva'), ("'Nos.", 'Nos.')]
ST18831108-V09-42-page9.txt: [("'every", 'every'), ('\'"Mamma', '"Mamma'), ("'fortune", 'fortune'), ("'of", 'of')]
ST18831115-V09-43-page1.txt: [("'and", 'and'), ("'want", 'want'), ("'of", 'of'), ("'you", 'you'), ("'house", 'house'), ('\'"', '"')]
ST18831115-V09-43-page10.txt: [("'smiling", 'smiling'), ("'I'm", 'Im'), ("'the", 'the'), ("'curse", 'curse'), ("'about", 'about'), ("'before", 'before'), ("'can", 'can'), ("'but", 'but'), ("'Depend", 'Depend'), ("'Meanwhile", 'Meanwhile'), ("'from", 'from'), ("'would", 'would')]
ST18831115-V09-43-page11.txt: [("'present", 'present'), ("'of", 'of'), ("'frustrated.", 'frustrated.'), ("'of", 'of'), ("'tugboat", 'tugboat'), ("'driven", 'driven'), ("'McAuliffe", 'McAuliffe'), ("'nearly", 'nearly'), ("'was", 'was'), ("'Col.", 'Col.'), ("'medical", 'medical'), ("'from", 'from'), ("'her", 'her'), ("'years", 'years'), ("'Aaron", 'Aaron')]
ST18831115-V09-43-page12.txt: [("'cleans", 'cleans'), ("'saved.", 'saved.'), ("'p", 'p'), ("'to", 'to'), ("'encourage", 'encourage'), ("'good", 'good'), ("'of", 'of'), ("'this", 'this'), ("'by", 'by'), ("'East", 'East'), ("'THE", 'THE'), ("'SIGNS", 'SIGNS')]
ST18831115-V09-43-page2.txt: [("'predominates", 'predominates'), ("'to", 'to'), ("'Let", 'Let'), ("'damnation", 'damnation'), ("'Christ", 'Christ'), ("'placed", 'placed'), ("'theirfather's", 'theirfathers'), ("'the", 'the'), ("'him", 'him'), ("'of", 'of'), ("'recognize", 'recognize'), ("'difference", 'difference'), ("'every", 'every'), ("'rashness", 'rashness'), ("'and", 'and'), ("'betterness", 'betterness')]
ST18831115-V09-43-page3.txt: [("'of", 'of'), ("'to", 'to'), ("'be", 'be'), ("'jargon", 'jargon'), ("'Seeing", 'Seeing'), ("'they", 'they'), ("'Scripture.", 'Scripture.'), ("'of", 'of'), ("'shall", 'shall'), ("'of", 'of'), ("'who", 'who'), ("'not", 'not'), ("'why", 'why'), ("'he", 'he')]
ST18831115-V09-43-page4.txt: [("'by", 'by'), ("'His", 'His'), ("'is", 'is'), ("'the", 'the'), ('\'Christ."', 'Christ."'), ("'Lord", 'Lord'), ("'Noah", 'Noah'), ("'his", 'his'), ("'sins", 'sins'), ("'that", 'that')]
ST18831115-V09-43-page5.txt: [("'they", 'they'), ("'church", 'church'), ("'cannot", 'cannot')]
ST18831115-V09-43-page6.txt: [("'EDITOR.", 'EDITOR.'), ("'statements.", 'statements.'), ("'times", 'times'), ("'them", 'them'), ("'in", 'in'), ("'is", 'is'), ("'briefly", 'briefly'), ("'was", 'was'), ("'to", 'to')]
ST18831115-V09-43-page7.txt: [("'above.", 'above.'), ("'ministers", 'ministers'), ("'as", 'as'), ("'is", 'is')]
ST18831115-V09-43-page8.txt: [("'subject", 'subject'), ("'in", 'in'), ("'fall", 'fall'), ("'a", 'a')]
ST18831115-V09-43-page9.txt: [("'of", 'of'), ("'who", 'who'), ("'a", 'a'), ("'drinking", 'drinking'), ("'a", 'a'), ("'a", 'a')]
ST18831122-V09-44-page1.txt: [("'into", 'into'), ("'divine", 'divine'), ("'he", 'he'), ("'escorted", 'escorted'), ("'upon", 'upon'), ("'Gentile", 'Gentile'), ("'turned", 'turned')]
ST18831122-V09-44-page10.txt: [("'SHE", 'SHE'), ("'Christian", 'Christian'), ("'Again", 'Again'), ("'leaps", 'leaps'), ("'you", 'you'), ("'There", 'There'), ("'voyages", 'voyages'), ("'for", 'for'), ("'husbands", 'husbands'), ("'the", 'the'), ("'be", 'be'), ("'you", 'you'), ("'ideal", 'ideal'), ("'of", 'of'), ("'or", 'or'), ("'she", 'she'), ("'Uncle", 'Uncle'), ("'constitutes", 'constitutes'), ("'.", '.'), ("''so", 'so'), ("'Fred", 'Fred'), ("'you", 'you'), ("''shining", 'shining'), ("'other.", 'other.')]
ST18831122-V09-44-page11.txt: [("'most", 'most'), ("'present", 'present'), ("'over", 'over'), ("'Church", 'Church'), ("'there", 'there'), ("'has", 'has'), ("'continued", 'continued'), ("'Bleeding", 'Bleeding')]
ST18831122-V09-44-page12.txt: [("'next", 'next'), ("'light", 'light'), ("'Herald", 'Herald'), ("'from", 'from'), ("'A", 'A'), ("'Concordance", 'Concordance'), ("'.", '.'), ("'At", 'At'), ("'Temperance", 'Temperance')]
ST18831122-V09-44-page2.txt: [("'church", 'church'), ("'above", 'above'), ("'taken", 'taken'), ("'you", 'you'), ("'Such", 'Such'), ("'is", 'is'), ("'do", 'do')]
ST18831122-V09-44-page3.txt: [("'can", 'can'), ("'and", 'and'), ("'pronounced", 'pronounced'), ("'thoughts", 'thoughts'), ("'Sept.", 'Sept.'), ("'forty", 'forty'), ("'sacrifice.", 'sacrifice.'), ("'easy.", 'easy.'), ("'again.", 'again.'), ("'to", 'to'), ("'situation", 'situation'), ("'mind", 'mind'), ("'posi", 'posi'), ("'intended", 'intended'), ("'punishment", 'punishment'), ("'their", 'their'), ("'salvation", 'salvation')]
ST18831122-V09-44-page4.txt: [("'as", 'as'), ('\'"', '"'), ("'an", 'an'), ("'the", 'the'), ("'repealed.", 'repealed.'), ("'opposition", 'opposition'), ("'if", 'if'), ("'the", 'the'), ("'stead", 'stead'), ("'in", 'in'), ("'bore", 'bore'), ("'our", 'our'), ("'hands", 'hands'), ("'Verse", 'Verse'), ("'place.", 'place.')]
ST18831122-V09-44-page5.txt: [("'but", 'but'), ("'affairs", 'affairs'), ("'of", 'of'), ("'with", 'with'), ("'who", 'who')]
ST18831122-V09-44-page6.txt: [("'Jesus", 'Jesus'), ("'last", 'last'), ("'Sabbath", 'Sabbath'), ("'Having", 'Having'), ("'than", 'than'), ("'of", 'of'), ("'and", 'and'), ("'to", 'to'), ("'toward", 'toward'), ("'God.", 'God.'), ("'detect", 'detect'), ("'the", 'the'), ("'The", 'The'), ("'these", 'these'), ("'Our", 'Our'), ('\'"', '"')]
ST18831122-V09-44-page7.txt: [("'to", 'to'), ("'that", 'that'), ("'so", 'so'), ("'the", 'the'), ("'way", 'way'), ("'seventh", 'seventh'), ("'.", '.'), ("'this", 'this'), ("'was", 'was'), ("'of", 'of'), ("'.", '.'), ("'the", 'the'), ("'other", 'other'), ("'the", 'the'), ("'digres", 'digres')]
ST18831122-V09-44-page8.txt: [("'keep", 'keep'), ('\'quickly."', 'quickly."'), ("'they", 'they'), ("'the", 'the'), ("'Church", 'Church')]
ST18831122-V09-44-page9.txt: [("'a", 'a'), ("'down", 'down')]
ST18831129-V09-45-page1.txt: [("'reaching", 'reaching'), ("'tis", 'tis'), ("'the", 'the'), ("'nothing", 'nothing')]
ST18831129-V09-45-page10.txt: [("'faltered", 'faltered'), ("''he", 'he')]
ST18831129-V09-45-page11.txt: [("'Emily", 'Emily'), ("'to", 'to'), ("'She", 'She'), ("'denominations", 'denominations'), ("'branch", 'branch'), ("'Baptist", 'Baptist'), ("'the", 'the'), ("'Dopey", 'Dopey'), ("'sold", 'sold'), ("'of", 'of'), ("'a", 'a'), ("'number", 'number'), ("'given", 'given'), ("'Certainly", 'Certainly'), ("'Vicksburg", 'Vicksburg'), ("'Salt", 'Salt'), ("'attempt", 'attempt'), ("'which", 'which'), ("'desire", 'desire'), ("'half", 'half'), ("'irregular", 'irregular'), ("'of", 'of'), ("'given", 'given'), ("'Rest", 'Rest'), ("'of", 'of'), ("'Spencer's", 'Spencers'), ("'go", 'go')]
ST18831129-V09-45-page12.txt: [("'stated", 'stated'), ("'NEW", 'NEW'), ("'none.", 'none.'), ("'Temperance", 'Temperance'), ("'PRESS", 'PRESS')]
ST18831129-V09-45-page2.txt: [("'success", 'success'), ("'pro", 'pro'), ("'and", 'and'), ("'Nehemiah", 'Nehemiah'), ("'complaint", 'complaint'), ("'Man", 'Man'), ("'work", 'work'), ("'from", 'from'), ("'and", 'and'), ("'has", 'has'), ("'Of", 'Of'), ("'been", 'been'), ("'seem", 'seem'), ("'scattered", 'scattered'), ("'But", 'But'), ("'and", 'and'), ("'REV.", 'REV.'), ("'April", 'April'), ("'was", 'was'), ("'also", 'also'), ("'Could", 'Could'), ("'a", 'a'), ("'both", 'both'), ("'away", 'away')]
ST18831129-V09-45-page3.txt: [("'THE", 'THE'), ("'a", 'a'), ("'Code", 'Code'), ("'This", 'This'), ("'manner", 'manner')]
ST18831129-V09-45-page4.txt: [("'Way", 'Way'), ("'a", 'a'), ("'captivity", 'captivity'), ("'him.", 'him.'), ("'it", 'it'), ("'the", 'the'), ("'So", 'So'), ("'.", '.'), ("'Bible.", 'Bible.'), ("'two", 'two'), ("'to", 'to')]
ST18831129-V09-45-page5.txt: [("'displeasing", 'displeasing'), ("'raised", 'raised'), ("'Paul", 'Paul')]
ST18831129-V09-45-page6.txt: [("'reached", 'reached'), ("'yet", 'yet'), ("'very", 'very'), ("'this", 'this'), ("'had", 'had'), ("'When", 'When')]
ST18831129-V09-45-page7.txt: [("'corrupt", 'corrupt'), ("'Woodward", 'Woodward'), ("'rightfully", 'rightfully'), ("'we", 'we'), ("'short", 'short'), ("'But", 'But'), ("'reach", 'reach'), ("'members", 'members'), ("'of", 'of'), ("'of", 'of')]
ST18831129-V09-45-page8.txt: [("'Students", 'Students'), ("'z", 'z'), ("'consequently", 'consequently'), ("'he", 'he'), ("'of", 'of'), ("'stands", 'stands')]
ST18831129-V09-45-page9.txt: [("'that", 'that'), ("'at", 'at'), ("'should", 'should'), ("'This", 'This'), ("'but", 'but'), ("'race", 'race'), ("'These", 'These'), ("'Greece", 'Greece')]
ST18831206-V09-46-page1.txt: [("'from", 'from'), ("'new", 'new'), ("'adopted", 'adopted')]
ST18831206-V09-46-page10.txt: [("'tis", 'tis'), ("'weak", 'weak'), ("'few", 'few'), ("'days.", 'days.'), ("'tisn't", 'tisnt'), ("'em", 'em'), ("'spect", 'spect')]
ST18831206-V09-46-page11.txt: [("'difficulty", 'difficulty')]
ST18831206-V09-46-page12.txt: [("'off", 'off'), ("'It", 'It'), ("'evangel", 'evangel'), ("'county", 'county'), ("'year", 'year'), ("'Levant", 'Levant'), ("'features", 'features')]
ST18831206-V09-46-page2.txt: [("'sorrow", 'sorrow')]
ST18831206-V09-46-page3.txt: [("'of", 'of'), ("'have", 'have'), ("'and", 'and'), ("'Danner", 'Danner'), ("'heavy", 'heavy'), ("'mong", 'mong'), ("'tis", 'tis'), ("'We", 'We'), ("'blessing", 'blessing'), ("'an", 'an'), ("'William", 'William'), ("'empty", 'empty')]
ST18831206-V09-46-page4.txt: [("'oL", 'oL'), ("'us", 'us'), ("'can", 'can'), ("'the", 'the'), ("'tidal", 'tidal'), ("'and", 'and')]
ST18831206-V09-46-page5.txt: [("'to", 'to'), ("'adVis", 'adVis'), ("'the", 'the'), ("'Lord", 'Lord'), ("'the", 'the')]
ST18831206-V09-46-page6.txt: [("'sought", 'sought'), ("'Remember", 'Remember'), ("'God", 'God'), ("'the", 'the'), ("'cannot", 'cannot'), ("'is", 'is'), ("'In", 'In')]
ST18831206-V09-46-page7.txt: [("'EH", 'EH'), ("'been", 'been'), ("'reference", 'reference'), ("'sin", 'sin'), ("'the", 'the')]
ST18831206-V09-46-page8.txt: [("'speak", 'speak'), ("'sixteen", 'sixteen'), ("'do", 'do'), ("'of", 'of')]
ST18831206-V09-46-page9.txt: [("'appointed", 'appointed'), ("'written", 'written'), ("'Andrews", 'Andrews'), ("'oK", 'oK'), ("'the", 'the'), ("'of", 'of'), ("'English", 'English')]
ST18831213-V09-47-page1.txt: [("'Again", 'Again')]
ST18831213-V09-47-page10.txt: [("'By", 'By')]
ST18831213-V09-47-page11.txt: [("'in", 'in'), ("'Wheeler", 'Wheeler'), ("'sentenced", 'sentenced'), ("'Brown", 'Brown'), ("'of", 'of'), ("'abolishing", 'abolishing'), ("'was", 'was'), ("'pass", 'pass'), ("'has", 'has'), ("'Cox", 'Cox'), ("'she", 'she'), ("'did", 'did'), ("'but", 'but')]
ST18831213-V09-47-page12.txt: [("'variety", 'variety'), ("'DEPARTMENT", 'DEPARTMENT'), ("'of", 'of'), ("'France", 'France'), ("'this", 'this'), ("'edition", 'edition')]
ST18831213-V09-47-page2.txt: [("'by", 'by'), ("'brethren", 'brethren'), ("'dollars", 'dollars'), ("'soldiers", 'soldiers'), ("'Workers", 'Workers'), ("'translation", 'translation'), ("'a", 'a'), ("'in", 'in'), ("'no", 'no'), ("'graves", 'graves'), ("'silent", 'silent'), ("'the", 'the')]
ST18831213-V09-47-page3.txt: [("'one", 'one'), ("'the", 'the'), ("'opposition", 'opposition'), ("'tree", 'tree')]
ST18831213-V09-47-page4.txt: [("'nation", 'nation'), ("'you", 'you'), ("'just", 'just'), ("'only", 'only'), ("'lower", 'lower'), ("'has", 'has'), ("'of", 'of'), ("'accuse", 'accuse'), ("'in", 'in'), ("'Word", 'Word'), ("'thought", 'thought')]
ST18831213-V09-47-page5.txt: [("'then", 'then'), ("'the", 'the'), ("'to", 'to'), ("'a", 'a')]
ST18831213-V09-47-page6.txt: [("'hemeran", 'hemeran'), ("'is", 'is')]
ST18831213-V09-47-page7.txt: [("'able", 'able'), ("'because", 'because'), ("'prophecies", 'prophecies')]
ST18831213-V09-47-page8.txt: [("'for", 'for'), ("'Bible", 'Bible'), ("'of", 'of'), ("'ten", 'ten')]
ST18831213-V09-47-page9.txt: [("'as", 'as'), ("'A", 'A'), ("'We", 'We'), ("'The", 'The'), ("'cents", 'cents'), ("'that", 'that'), ("'into", 'into')]
ST18831220-V09-48-page1.txt: [("'--", '--'), ("'separation", 'separation'), ("'nothing", 'nothing'), ("''Io've", 'Iove'), ("'the", 'the'), ("'had", 'had'), ("'over-henow", 'over-henow')]
ST18831220-V09-48-page10.txt: [("'Tis", 'Tis'), ("'em", 'em'), ("'ern", 'ern'), ("'era", 'era'), ("'em", 'em'), ("'who", 'who'), ("'daughter", 'daughter')]
ST18831220-V09-48-page11.txt: [("'TIMES.", 'TIMES.'), ("'a", 'a'), ("'The", 'The'), ("'been", 'been'), ("'arrested", 'arrested')]
ST18831220-V09-48-page13.txt: [("'for", 'for'), ("'deepest", 'deepest'), ("'Leonore's", 'Leonores'), ("'Coincidences", 'Coincidences'), ("'of", 'of'), ("'to", 'to'), ("'youthful", 'youthful'), ("'copies", 'copies')]
ST18831220-V09-48-page14.txt: [("'popular", 'popular'), ("'The", 'The'), ("'papers", 'papers'), ("'It", 'It'), ("'Con", 'Con'), ("'one", 'one'), ("'SIGNS", 'SIGNS'), ("'CONSTITUTION", 'CONSTITUTION'), ("'interesting", 'interesting'), ("'than", 'than'), ("'many", 'many'), ("'Oaklitlid", 'Oaklitlid'), ("'SABBATH", 'SABBATH'), ("'REST", 'REST'), ("'Levant", 'Levant'), ("'silk", 'silk'), ("'Turkey", 'Turkey'), ("'vised", 'vised'), ("'Also", 'Also'), ("'No.", 'No.'), ("'PRESS", 'PRESS'), ("'man", 'man'), ("'to", 'to')]
ST18831220-V09-48-page15.txt: [("'Tess.", 'Tess.'), ("'Saul", 'Saul')]
ST18831220-V09-48-page16.txt: [("'r", 'r'), ("'of", 'of'), ("'Boldly", 'Boldly'), ("'rime", 'rime'), ("'Law", 'Law'), ("'San", 'San')]
ST18831220-V09-48-page2.txt: [("'The", 'The'), ("'to", 'to'), ("'in", 'in'), ("'a", 'a'), ("'of", 'of'), ("'means", 'means'), ("'us", 'us'), ("'it", 'it')]
ST18831220-V09-48-page3.txt: [("'forevermore", 'forevermore'), ("'But", 'But'), ("'Tim.", 'Tim.'), ("'take", 'take'), ("'He", 'He'), ("'day.", 'day.'), ("'It", 'It'), ("'Christian", 'Christian'), ("'treasures", 'treasures'), ("'the", 'the'), ("'to", 'to'), ("'him.", 'him.'), ("'a", 'a'), ("'Shall", 'Shall'), ("'high-minded", 'high-minded'), ("'he", 'he'), ("'not", 'not'), ("'shield.", 'shield.'), ("'to", 'to'), ("'COTTRELL.", 'COTTRELL.'), ("'to-ward", 'to-ward'), ("'here", 'here'), ("'at", 'at'), ("'we", 'we'), ("'will", 'will'), ("'the", 'the'), ("'a", 'a'), ("'Sabbath", 'Sabbath'), ("'Gentile", 'Gentile'), ("'Christians", 'Christians'), ("'Christian", 'Christian'), ("'Testament", 'Testament'), ("'a", 'a'), ("'known", 'known'), ("'the", 'the'), ("'Bible.", 'Bible.'), ("'of", 'of'), ("'to", 'to'), ("'be", 'be'), ("'is", 'is'), ("'the", 'the'), ("'abouthim", 'abouthim'), ("'his", 'his'), ("'They", 'They'), ("'to", 'to'), ("'known", 'known'), ("'worldly", 'worldly'), ("'word", 'word'), ("'new-found", 'new-found'), ("'was", 'was'), ("'as", 'as'), ("'society.", 'society.'), ("'dinner", 'dinner'), ("'you", 'you'), ("'you", 'you'), ("'pleasure", 'pleasure'), ("'true", 'true'), ("'is", 'is')]
ST18831220-V09-48-page4.txt: [("'the", 'the'), ("'And", 'And'), ("'so", 'so'), ("'service", 'service'), ("'or", 'or'), ("'worshiped", 'worshiped'), ("'and", 'and'), ("'meet", 'meet'), ("'his", 'his'), ("'shield", 'shield'), ("'reproach", 'reproach'), ("'wonderful", 'wonderful')]
ST18831220-V09-48-page5.txt: [("'another", 'another'), ("'independent", 'independent'), ("'he", 'he'), ("'by", 'by'), ("'apostle", 'apostle'), ("'conciliated", 'conciliated')]
ST18831220-V09-48-page6.txt: [("'past.", 'past.'), ("'The", 'The'), ("'law", 'law')]
ST18831220-V09-48-page8.txt: [("'account", 'account'), ("'pamphlet", 'pamphlet'), ("'WHEREAS", 'WHEREAS'), ("'be", 'be')]
ST18831220-V09-48-page9.txt: [("'for", 'for')]
ST18840117-V10-03-page1.txt: [("'ion", 'ion'), ("'Tie", 'Tie'), ("'TNw.aya.Christbeforethemast", 'TNw.aya.Christbeforethemast'), ("'stationed", 'stationed')]
ST18840117-V10-03-page11.txt: [("'tie", 'tie'), ("'gracious", 'gracious')]
ST18840117-V10-03-page12.txt: [("'wildering", 'wildering'), ("'his", 'his')]
ST18840117-V10-03-page13.txt: [("'Usual", 'Usual')]
ST18840117-V10-03-page14.txt: [("'People", 'People'), ("'People", 'People'), ("'twould", 'twould')]
ST18840117-V10-03-page16.txt: [("'to", 'to')]
ST18840117-V10-03-page2.txt: [("'tain't", 'taint'), ("'em.", 'em.'), ("'he's", 'hes'), ("'harpies", 'harpies'), ("'Damn", 'Damn'), ("'Friend", 'Friend'), ("'No", 'No'), ("'can", 'can'), ("'But", 'But'), ("'Joshua", 'Joshua')]
ST18840117-V10-03-page3.txt: [("'It", 'It'), ("'Transcript.", 'Transcript.'), ("'in", 'in')]
ST18840117-V10-03-page4.txt: [("'sufficiency", 'sufficiency')]
ST18840117-V10-03-page5.txt: [("'the", 'the')]
ST18840117-V10-03-page6.txt: [("'On", 'On')]
ST18840117-V10-03-page8.txt: [("'solemn", 'solemn')]
ST18840124-V10-04-page1.txt: [("'Mid", 'Mid'), ("'Mid", 'Mid'), ("'Tis", 'Tis')]
ST18840124-V10-04-page11.txt: [("'the", 'the'), ("'No", 'No'), ('\'"', '"')]
ST18840124-V10-04-page12.txt: [("'d", 'd'), ("'pear", 'pear')]
ST18840124-V10-04-page14.txt: [("'a", 'a')]
ST18840124-V10-04-page16.txt: [("'manifested", 'manifested')]
ST18840124-V10-04-page2.txt: [("'well", 'well'), ("'Verses", 'Verses')]
ST18840124-V10-04-page3.txt: [("'But", 'But')]
ST18840124-V10-04-page5.txt: [("'have", 'have')]
ST18840124-V10-04-page7.txt: [("'THE", 'THE')]
ST18840131-V10-05-page1.txt: [("'if", 'if'), ("'Lord", 'Lord'), ("'they", 'they')]
ST18840131-V10-05-page12.txt: [("'Jimmy", 'Jimmy'), ("'em", 'em'), ("'Do", 'Do')]
ST18840131-V10-05-page14.txt: [("'figures", 'figures')]
ST18840131-V10-05-page16.txt: [("'Methodist", 'Methodist')]
ST18840131-V10-05-page2.txt: [("'And", 'And'), ("'his", 'his')]
ST18840131-V10-05-page3.txt: [("'fallen", 'fallen'), ("'lands", 'lands'), ("'judge", 'judge'), ("'for", 'for')]
ST18840131-V10-05-page4.txt: [("'of", 'of')]
ST18840131-V10-05-page5.txt: [("'must", 'must')]
ST18840131-V10-05-page6.txt: [("'them", 'them')]
ST18840131-V10-05-page9.txt: [("'mixture", 'mixture'), ("'the", 'the')]
ST18840207-V10-06-page1.txt: [("'tis", 'tis')]
ST18840207-V10-06-page10.txt: [("'profitable", 'profitable')]
ST18840207-V10-06-page11.txt: [("'good", 'good'), ("'Jordan", 'Jordan')]
ST18840207-V10-06-page12.txt: [("'since", 'since'), ('\'"', '"')]
ST18840207-V10-06-page13.txt: [("'Lead", 'Lead')]
ST18840207-V10-06-page14.txt: [("'figures", 'figures'), ("'bridegroom", 'bridegroom'), ("'Reformation", 'Reformation')]
ST18840207-V10-06-page15.txt: [("'near", 'near')]
ST18840207-V10-06-page2.txt: [("'unlike", 'unlike')]
ST18840207-V10-06-page3.txt: [("'there", 'there'), ("'the", 'the'), ("'to", 'to'), ("'even", 'even')]
ST18840207-V10-06-page6.txt: [("'on", 'on'), ("'society", 'society')]
ST18840207-V10-06-page7.txt: [("'by", 'by'), ("'course", 'course')]
ST18840214-V10-07-page1.txt: [("'hope", 'hope')]
ST18840214-V10-07-page10.txt: [("'doubtless", 'doubtless')]
ST18840214-V10-07-page11.txt: [("'.into", '.into')]
ST18840214-V10-07-page12.txt: [("'cause", 'cause'), ("'Cause", 'Cause'), ("'cause", 'cause'), ("'m", 'm'), ("'We", 'We'), ("'Now", 'Now'), ("'just", 'just'), ("'Thai", 'Thai'), ("'he", 'he'), ("'there", 'there')]
ST18840214-V10-07-page2.txt: [("'not", 'not'), ("'a", 'a')]
ST18840214-V10-07-page3.txt: [("'with", 'with')]
ST18840214-V10-07-page4.txt: [("'looking", 'looking')]
ST18840214-V10-07-page5.txt: [("'Elizabeth", 'Elizabeth')]
ST18840214-V10-07-page6.txt: [("'Great", 'Great')]
ST18840214-V10-07-page7.txt: [("'unite", 'unite'), ("'I", 'I')]
ST18840221-V10-08-page1.txt: [("'Weir", 'Weir')]
ST18840221-V10-08-page11.txt: [("'the", 'the'), ("'Liu", 'Liu')]
ST18840221-V10-08-page12.txt: [("'Just", 'Just')]
ST18840221-V10-08-page13.txt: [("'Square", 'Square'), ("'oilstime", 'oilstime')]
ST18840221-V10-08-page15.txt: [("'property.", 'property.')]
ST18840221-V10-08-page2.txt: [("'and", 'and')]
ST18840221-V10-08-page4.txt: [("'On", 'On'), ("'He", 'He'), ("'The", 'The')]
ST18840221-V10-08-page7.txt: [("'tea", 'tea')]
ST18840221-V10-08-page9.txt: [("'The", 'The')]
ST18840228-V10-09-page14.txt: [("'Perly", 'Perly')]
ST18840228-V10-09-page15.txt: [("'question", 'question')]
ST18840228-V10-09-page5.txt: [("'choice", 'choice')]
ST18840228-V10-09-page6.txt: [("'to", 'to')]
ST18840228-V10-09-page7.txt: [("'neath", 'neath')]
ST18840313-V10-11-page10.txt: [("'any", 'any')]
ST18840313-V10-11-page12.txt: [("'good", 'good'), ("'most", 'most')]
ST18840313-V10-11-page13.txt: [("'FEEL", 'FEEL')]
ST18840313-V10-11-page16.txt: [("'ward", 'ward'), ("'ACIFIC", 'ACIFIC')]
ST18840313-V10-11-page2.txt: [("'beasts", 'beasts')]
ST18840313-V10-11-page5.txt: [("'Tis", 'Tis'), ("'tie", 'tie')]
ST18840313-V10-11-page6.txt: [("'disturbance", 'disturbance')]
ST18840313-V10-11-page7.txt: [("'drunkards", 'drunkards'), ("'things", 'things')]
ST18840313-V10-11-page8.txt: [("'country", 'country'), ("'younger", 'younger')]
ST18840313-V10-11-page9.txt: [("'here", 'here')]
ST18840327-V10-13-page1.txt: [("'from", 'from')]
ST18840327-V10-13-page12.txt: [('\'round."', 'round."'), ("'would", 'would'), ("'em", 'em'), ("'em", 'em'), ("'somewhere", 'somewhere')]
ST18840327-V10-13-page13.txt: [("'the", 'the'), ("'Now", 'Now'), ("'AND", 'AND')]
ST18840327-V10-13-page14.txt: [("'of", 'of')]
ST18840327-V10-13-page4.txt: [("'for", 'for')]
ST18840327-V10-13-page7.txt: [("'Hexham's", 'Hexhams'), ("'Stoughton's", 'Stoughtons'), ("'freely", 'freely')]
ST18840327-V10-13-page8.txt: [("'figurative", 'figurative'), ("'says", 'says')]
ST18840327-V10-13-page9.txt: [("'that", 'that')]
ST18840403-V10-14-page1.txt: [("'be", 'be')]
ST18840403-V10-14-page10.txt: [("'has", 'has'), ("'of", 'of')]
ST18840403-V10-14-page11.txt: [("'Hand", 'Hand'), ("'Sunshine", 'Sunshine'), ("'Sunshine", 'Sunshine'), ("'Hand", 'Hand'), ("'books", 'books'), ("'Our", 'Our')]
ST18840403-V10-14-page13.txt: [("'ORTAN", 'ORTAN')]
ST18840403-V10-14-page15.txt: [("'sated", 'sated')]
ST18840403-V10-14-page16.txt: [("'aws", 'aws')]
ST18840403-V10-14-page2.txt: [("'Thank", 'Thank')]
ST18840403-V10-14-page3.txt: [("'Doctor", 'Doctor'), ("'Wonderful", 'Wonderful')]
ST18840403-V10-14-page4.txt: [("'heAlactiv", 'heAlactiv'), ("'And", 'And')]
ST18840403-V10-14-page9.txt: [('\'Nevermore."', 'Nevermore."')]
ST18840417-V10-16-page1.txt: [("'Christ", 'Christ'), ("'parents", 'parents'), ("'leis", 'leis')]
ST18840417-V10-16-page12.txt: [("'Most", 'Most'), ("'body", 'body')]
ST18840417-V10-16-page13.txt: [("'meanwhile", 'meanwhile')]
ST18840417-V10-16-page15.txt: [("'aith", 'aith')]
ST18840417-V10-16-page2.txt: [("'the", 'the'), ("'The", 'The'), ("'the", 'the')]
ST18840417-V10-16-page3.txt: [("'that", 'that'), ("'consisting", 'consisting'), ("'The", 'The'), ("'the", 'the')]
ST18840417-V10-16-page4.txt: [("'and", 'and'), ("'develop", 'develop')]
ST18840417-V10-16-page5.txt: [("'Gainst", 'Gainst')]
ST18840417-V10-16-page6.txt: [("'Why", 'Why')]
ST18840417-V10-16-page7.txt: [("'tis", 'tis'), ("'twixt", 'twixt'), ("'hunger", 'hunger'), ("'paying", 'paying')]
ST18840417-V10-16-page8.txt: [("'Great", 'Great'), ("'Tis", 'Tis')]
ST18840417-V10-16-page9.txt: [("'rethe", 'rethe')]
ST18840529-V10-21-page11.txt: [("'this", 'this'), ("'the", 'the')]
ST18840529-V10-21-page13.txt: [("'The", 'The')]
ST18840529-V10-21-page14.txt: [("'of", 'of')]
ST18840529-V10-21-page15.txt: [("''that", 'that')]
ST18840529-V10-21-page16.txt: [("'work", 'work')]
ST18840529-V10-21-page3.txt: [("'pres", 'pres')]
ST18840529-V10-21-page5.txt: [("'neath", 'neath')]
ST18840529-V10-21-page6.txt: [("'Is", 'Is'), ("'of.", 'of.')]
ST18840529-V10-21-page7.txt: [('\'"', '"')]
ST18840529-V10-21-page9.txt: [("'is", 'is')]
ST18840605-V10-22-page12.txt: [("'Tween", 'Tween'), ("'tis", 'tis')]
ST18840605-V10-22-page15.txt: [("'the", 'the')]
ST18840605-V10-22-page3.txt: [("'and", 'and')]
ST18840605-V10-22-page4.txt: [("'good", 'good')]
ST18840605-V10-22-page5.txt: [("'in", 'in')]
ST18840605-V10-22-page6.txt: [("'Lamb", 'Lamb')]
ST18840605-V10-22-page9.txt: [("'to", 'to')]
ST18840612-V10-23-page1.txt: [("'His", 'His')]
ST18840612-V10-23-page10.txt: [("'came", 'came')]
ST18840612-V10-23-page12.txt: [("'Don't", 'Dont'), ('\'"', '"'), ("'and", 'and')]
ST18840612-V10-23-page13.txt: [("'a", 'a')]
ST18840612-V10-23-page14.txt: [("'specimens", 'specimens')]
ST18840612-V10-23-page16.txt: [("'t", 't'), ("'to", 'to')]
ST18840612-V10-23-page3.txt: [("'Take", 'Take')]
ST18840612-V10-23-page7.txt: [("'grows", 'grows')]
ST18840612-V10-23-page8.txt: [("'requires", 'requires')]
ST18840612-V10-23-page9.txt: [("'simply", 'simply')]
ST18840619-V10-24-page1.txt: [("'must", 'must'), ("'twill", 'twill')]
ST18840619-V10-24-page10.txt: [("'them", 'them')]
ST18840619-V10-24-page12.txt: [("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'Clerk", 'Clerk')]
ST18840619-V10-24-page13.txt: [("'big", 'big'), ("'big", 'big')]
ST18840619-V10-24-page15.txt: [("'S", 'S')]
ST18840619-V10-24-page3.txt: [("'naturally", 'naturally')]
ST18840619-V10-24-page4.txt: [("'My", 'My'), ("'Remember", 'Remember')]
ST18840619-V10-24-page5.txt: [("'sire", 'sire')]
ST18840619-V10-24-page6.txt: [("'the", 'the'), ("'Gentiles", 'Gentiles'), ("'Demas", 'Demas')]
ST18840619-V10-24-page7.txt: [("'And", 'And')]
ST18840626-V10-25-page1.txt: [("'slake", 'slake')]
ST18840626-V10-25-page12.txt: [("'Tie", 'Tie'), ("'tie", 'tie'), ("'twill", 'twill'), ("'tis", 'tis')]
ST18840626-V10-25-page13.txt: [("'forces", 'forces')]
ST18840626-V10-25-page14.txt: [("'or", 'or')]
ST18840626-V10-25-page16.txt: [("'Thy", 'Thy'), ('\'Sunday.\'"', 'Sunday."')]
ST18840626-V10-25-page3.txt: [("'Lord", 'Lord')]
ST18840626-V10-25-page4.txt: [("'Clay", 'Clay'), ("'nay", 'nay')]
ST18840626-V10-25-page7.txt: [("'know", 'know')]
ST18840626-V10-25-page9.txt: [("'Teaching", 'Teaching'), ("'grave", 'grave')]
ST18840703-V10-26-page1.txt: [("'state", 'state'), ("'Heaven", 'Heaven')]
ST18840703-V10-26-page10.txt: [("'Columbia", 'Columbia'), ("'Alba", 'Alba')]
ST18840703-V10-26-page12.txt: [("'will", 'will'), ("'my", 'my'), ("'sides", 'sides'), ("'sides", 'sides'), ("'loss", 'loss'), ("'cause", 'cause')]
ST18840703-V10-26-page13.txt: [("''Ii", 'Ii'), ("'a", 'a')]
ST18840703-V10-26-page14.txt: [("'gold.", 'gold.')]
ST18840703-V10-26-page16.txt: [("'life", 'life'), ("'enmity", 'enmity'), ("'of", 'of'), ("'ally", 'ally')]
ST18840703-V10-26-page2.txt: [("'by", 'by'), ("'be", 'be')]
ST18840703-V10-26-page4.txt: [("'Heaven", 'Heaven')]
ST18840703-V10-26-page5.txt: [("'for", 'for'), ("'lead", 'lead'), ("'Christain", 'Christain'), ("'whole", 'whole'), ('\'s"', 's"')]
ST18840703-V10-26-page6.txt: [("'accurate", 'accurate')]
ST18840703-V10-26-page7.txt: [("'a", 'a'), ("'em", 'em')]
ST18840703-V10-26-page9.txt: [("'no", 'no'), ("'But", 'But'), ("'the", 'the')]
ST18840717-V10-27-page1.txt: [("'who", 'who')]
ST18840717-V10-27-page10.txt: [("'of", 'of')]
ST18840717-V10-27-page11.txt: [("'e", 'e'), ("'a", 'a'), ("'a.", 'a.'), ("'S", 'S'), ("'N", 'N')]
ST18840717-V10-27-page12.txt: [("'solitary", 'solitary')]
ST18840717-V10-27-page13.txt: [("'.we", '.we')]
ST18840717-V10-27-page14.txt: [("'rof.", 'rof.')]
ST18840717-V10-27-page3.txt: [("'.", '.'), ("'outweighs", 'outweighs')]
ST18840717-V10-27-page4.txt: [("'stirred", 'stirred'), ("'human", 'human')]
ST18840717-V10-27-page5.txt: [("'contrary.", 'contrary.')]
ST18840724-V10-28-page1.txt: [("'the", 'the'), ("'tis", 'tis')]
ST18840724-V10-28-page10.txt: [("'This", 'This'), ("'decidedly", 'decidedly')]
ST18840724-V10-28-page12.txt: [("'Handsome", 'Handsome')]
ST18840724-V10-28-page13.txt: [("'the", 'the')]
ST18840724-V10-28-page14.txt: [("'Hints", 'Hints')]
ST18840724-V10-28-page15.txt: [("'Sabine", 'Sabine'), ("'ion", 'ion')]
ST18840724-V10-28-page2.txt: [("'obthings", 'obthings'), ("'stand", 'stand'), ("'be", 'be'), ("'cease", 'cease'), ("'Things", 'Things')]
ST18840724-V10-28-page4.txt: [("'much", 'much')]
ST18840724-V10-28-page7.txt: [("'himself", 'himself'), ("'clause", 'clause'), ("''Albany", 'Albany'), ("'em", 'em'), ("'em", 'em')]
ST18840731-V10-29-page15.txt: [("'TIMES", 'TIMES')]
ST18840731-V10-29-page2.txt: [("'that", 'that')]
ST18840731-V10-29-page3.txt: [("'and", 'and')]
ST18840731-V10-29-page4.txt: [("'up", 'up')]
ST18840731-V10-29-page7.txt: [("'em", 'em'), ("'My", 'My'), ("'em", 'em')]
ST18840731-V10-29-page8.txt: [('\'promise."', 'promise."')]
ST18840807-V10-30-page1.txt: [("'yourselves", 'yourselves'), ("'be", 'be')]
ST18840807-V10-30-page10.txt: [("'With", 'With')]
ST18840807-V10-30-page11.txt: [("'.", '.')]
ST18840807-V10-30-page12.txt: [("'neath", 'neath'), ("'tie", 'tie'), ("'let", 'let'), ("'Are", 'Are'), ("'when", 'when'), ("'you", 'you'), ("'Oh", 'Oh'), ("'Are", 'Are'), ("'You", 'You')]
ST18840807-V10-30-page13.txt: [("'grain", 'grain')]
ST18840807-V10-30-page14.txt: [("'dren", 'dren'), ("'Oh", 'Oh'), ('\'"', '"'), ("'Parlor", 'Parlor'), ("'Kitchen", 'Kitchen')]
ST18840807-V10-30-page16.txt: [("'.", '.')]
ST18840807-V10-30-page17.txt: [("'arms", 'arms'), ("'God's", 'Gods')]
ST18840807-V10-30-page2.txt: [("'which", 'which'), ("'which", 'which'), ("'it", 'it')]
ST18840807-V10-30-page20.txt: [("'Those", 'Those')]
ST18840807-V10-30-page4.txt: [("'withlil", 'withlil')]
ST18840807-V10-30-page5.txt: [("'he", 'he')]
ST18840807-V10-30-page7.txt: [("'down", 'down'), ("'twill", 'twill')]
ST18840807-V10-30-page9.txt: [("'SIGNS", 'SIGNS')]
ST18840814-V10-31-page1.txt: [("'with", 'with')]
ST18840814-V10-31-page10.txt: [("'When", 'When')]
ST18840814-V10-31-page11.txt: [("'out", 'out')]
ST18840814-V10-31-page12.txt: [("'Twill", 'Twill'), ("'Under", 'Under')]
ST18840814-V10-31-page13.txt: [("'made", 'made'), ("'.", '.'), ("'ACIFIC", 'ACIFIC')]
ST18840814-V10-31-page14.txt: [("'Alan.", 'Alan.'), ("'magical", 'magical')]
ST18840814-V10-31-page15.txt: [("'chloralism", 'chloralism')]
ST18840814-V10-31-page2.txt: [("'her", 'her')]
ST18840814-V10-31-page3.txt: [("'the", 'the'), ("'family", 'family'), ("'have", 'have')]
ST18840814-V10-31-page4.txt: [("'Father", 'Father'), ("'blind", 'blind')]
ST18840814-V10-31-page5.txt: [("'an", 'an'), ("'are", 'are')]
ST18840814-V10-31-page6.txt: [("'in", 'in')]
ST18840814-V10-31-page7.txt: [('\'"', '"')]
ST18840814-V10-31-page8.txt: [("'first", 'first')]
ST18840814-V10-31-page9.txt: [("'Elder", 'Elder'), ("'made", 'made')]
ST18840821-V10-32-page11.txt: [("'upper", 'upper')]
ST18840821-V10-32-page12.txt: [("'rkil-r", 'rkil-r'), ("'How", 'How')]
ST18840821-V10-32-page14.txt: [("'Christ", 'Christ'), ("'Christ", 'Christ')]
ST18840821-V10-32-page16.txt: [("'.", '.')]
ST18840821-V10-32-page2.txt: [("'life", 'life')]
ST18840821-V10-32-page3.txt: [("'obwith", 'obwith')]
ST18840821-V10-32-page4.txt: [("'sins", 'sins')]
ST18840821-V10-32-page8.txt: [("'The", 'The'), ("'Thou", 'Thou'), ("'pangs", 'pangs'), ("'to", 'to'), ("'pangs", 'pangs')]
ST18840828-V10-33-page12.txt: [("'neath", 'neath')]
ST18840828-V10-33-page14.txt: [("'Thoughts", 'Thoughts'), ("'Thoughts", 'Thoughts'), ("'Thoughts", 'Thoughts')]
ST18840828-V10-33-page16.txt: [("'S's", 'Ss'), ("'s", 's')]
ST18840828-V10-33-page4.txt: [("'Remem", 'Remem'), ("'the", 'the'), ("'the", 'the')]
ST18840828-V10-33-page5.txt: [("'of", 'of'), ("'Teaching", 'Teaching')]
ST18840828-V10-33-page7.txt: [("'business.", 'business.'), ("'my", 'my')]
ST18840828-V10-33-page9.txt: [("'UNTIL", 'UNTIL')]
ST18840911-V10-35-page1.txt: [("'twill", 'twill'), ("'twill", 'twill'), ("'tis", 'tis'), ("'nen", 'nen')]
ST18840911-V10-35-page16.txt: [("'Christian", 'Christian')]
ST18840911-V10-35-page2.txt: [("'league", 'league'), ("'catalogue", 'catalogue'), ("'o", 'o')]
ST18840911-V10-35-page6.txt: [("'be", 'be'), ("'to", 'to'), ("'official", 'official'), ("'Notes", 'Notes')]
ST18840911-V10-35-page7.txt: [("'Please", 'Please'), ("'No", 'No'), ('\'ere."', 'ere."'), ("'ere", 'ere')]
ST18840911-V10-35-page9.txt: [("'does", 'does'), ("'have", 'have')]
ST18840918-V10-36-page10.txt: [("'ibis", 'ibis'), ("'es", 'es')]
ST18840918-V10-36-page12.txt: [("'so", 'so'), ("'a", 'a')]
ST18840918-V10-36-page13.txt: [("'eighteen", 'eighteen'), ("'Moody", 'Moody'), ("'Moody", 'Moody'), ("'arm", 'arm')]
ST18840918-V10-36-page14.txt: [("'C'uis", 'Cuis')]
ST18840918-V10-36-page15.txt: [("'vagrant.", 'vagrant.'), ("'Assorted", 'Assorted')]
ST18840918-V10-36-page3.txt: [("'mid", 'mid'), ("'Tie", 'Tie'), ("'is", 'is')]
ST18840918-V10-36-page9.txt: [("'In", 'In'), ("'shaking", 'shaking')]
ST18841002-V10-37-page1.txt: [("'tis", 'tis')]
ST18841002-V10-37-page12.txt: [("'child", 'child'), ("'Mother", 'Mother'), ("'Only", 'Only')]
ST18841002-V10-37-page13.txt: [("'Waterless", 'Waterless'), ("'The", 'The'), ("'No", 'No')]
ST18841002-V10-37-page14.txt: [("'ligion", 'ligion')]
ST18841002-V10-37-page15.txt: [("'n", 'n'), ("'rime", 'rime')]
ST18841002-V10-37-page2.txt: [("'definition", 'definition'), ("'a", 'a')]
ST18841002-V10-37-page3.txt: [("'If", 'If'), ("'The", 'The'), ("'And", 'And'), ("'copflicts", 'copflicts')]
ST18841002-V10-37-page4.txt: [("'from", 'from')]
ST18841002-V10-37-page6.txt: [("'immortality", 'immortality')]
ST18841002-V10-37-page8.txt: [("'The", 'The'), ("'Verily", 'Verily')]
ST18841002-V10-37-page9.txt: [("'As", 'As'), ("'feet", 'feet')]
ST18841009-V10-38-page11.txt: [("'Tis", 'Tis')]
ST18841009-V10-38-page15.txt: [("'Keep", 'Keep'), ("'home", 'home')]
ST18841009-V10-38-page5.txt: [("'Tis", 'Tis')]
ST18841009-V10-38-page7.txt: [("'Teaching", 'Teaching'), ("'But", 'But'), ("'Teaching", 'Teaching'), ("'Lord's", 'Lords'), ("'was", 'was')]
ST18841016-V10-39-page10.txt: [("'The", 'The'), ("'of", 'of')]
ST18841016-V10-39-page11.txt: [("'by", 'by'), ("'individuals", 'individuals'), ("'in", 'in'), ("'degree", 'degree')]
ST18841016-V10-39-page12.txt: [("'ou", 'ou'), ("'em", 'em'), ("'out", 'out')]
ST18841016-V10-39-page13.txt: [("'the", 'the')]
ST18841016-V10-39-page14.txt: [("'NOB.", 'NOB.')]
ST18841016-V10-39-page15.txt: [("'accustomed", 'accustomed'), ("'I", 'I'), ("'I", 'I'), ("'TIMES.", 'TIMES.')]
ST18841016-V10-39-page16.txt: [("'E", 'E')]
ST18841016-V10-39-page2.txt: [("'was", 'was')]
ST18841016-V10-39-page3.txt: [("'popularity", 'popularity'), ("'a", 'a'), ('\'earth.\'"', 'earth."')]
ST18841016-V10-39-page4.txt: [("'did", 'did')]
ST18841016-V10-39-page6.txt: [("'Vol.", 'Vol.'), ("'in", 'in'), ("'are", 'are')]
ST18841016-V10-39-page7.txt: [("'harvest", 'harvest'), ("'It", 'It'), ("'restraint", 'restraint'), ("'of", 'of')]
ST18841016-V10-39-page8.txt: [("'this", 'this')]
ST18841016-V10-39-page9.txt: [("'Lord's", 'Lords')]
ST18841023-V10-40-page10.txt: [("'road", 'road')]
ST18841023-V10-40-page11.txt: [("'I", 'I'), ("'Tie", 'Tie')]
ST18841023-V10-40-page12.txt: [("'than", 'than'), ("'as", 'as')]
ST18841023-V10-40-page13.txt: [("'earned", 'earned')]
ST18841023-V10-40-page14.txt: [("'pepartintat.", 'pepartintat.')]
ST18841023-V10-40-page15.txt: [("'all", 'all'), ("'plain", 'plain'), ("'firms", 'firms')]
ST18841023-V10-40-page2.txt: [("'Ever", 'Ever'), ("'and", 'and'), ("'Solomon", 'Solomon'), ("'the", 'the')]
ST18841023-V10-40-page3.txt: [("'given", 'given')]
ST18841023-V10-40-page6.txt: [("'Teacher", 'Teacher'), ("'man", 'man')]
ST18841023-V10-40-page7.txt: [("'C", 'C')]
ST18841023-V10-40-page8.txt: [("'They", 'They')]
ST18841023-V10-40-page9.txt: [("'CEASE", 'CEASE'), ("'opening", 'opening'), ("'The", 'The'), ("'the", 'the'), ("'the", 'the'), ("'Thou", 'Thou'), ("'Thou", 'Thou'), ("'can", 'can')]
ST18841030-V10-41-page10.txt: [("'stayed", 'stayed'), ("'prohibited", 'prohibited')]
ST18841030-V10-41-page11.txt: [("'Nom", 'Nom'), ("'P", 'P'), ("'g", 'g')]
ST18841030-V10-41-page12.txt: [("'a", 'a'), ("'Tis", 'Tis'), ("'sails", 'sails')]
ST18841030-V10-41-page14.txt: [("'froth", 'froth')]
ST18841030-V10-41-page16.txt: [("'Longitude", 'Longitude'), ("'THE", 'THE')]
ST18841030-V10-41-page3.txt: [("'act", 'act'), ("'of", 'of'), ("'and", 'and')]
ST18841030-V10-41-page4.txt: [("'of", 'of')]
ST18841030-V10-41-page5.txt: [("'when", 'when'), ("'of", 'of'), ("'clamor", 'clamor'), ("'that", 'that')]
ST18841030-V10-41-page6.txt: [("'and", 'and'), ("'The", 'The')]
ST18841030-V10-41-page7.txt: [("'priest", 'priest'), ("'m", 'm')]
ST18841030-V10-41-page9.txt: [("'inference", 'inference')]
ST18841106-V10-42-page1.txt: [("'to", 'to')]
ST18841106-V10-42-page10.txt: [("'every", 'every')]
ST18841106-V10-42-page12.txt: [("'flew", 'flew'), ("'specially", 'specially'), ('\'em."', 'em."'), ("'liven", 'liven'), ("'That's", 'Thats')]
ST18841106-V10-42-page13.txt: [("'tut", 'tut'), ("'re", 're')]
ST18841106-V10-42-page14.txt: [("'Alen.", 'Alen.'), ("'work", 'work'), ("'Adam", 'Adam'), ("'Order", 'Order')]
ST18841106-V10-42-page16.txt: [("'a", 'a'), ("'JISTORY", 'JISTORY'), ("'REMEMBER", 'REMEMBER')]
ST18841106-V10-42-page2.txt: [("'animal", 'animal'), ("'Sabbath", 'Sabbath'), ("'comwere", 'comwere'), ("'be", 'be'), ("'The", 'The'), ("'nation", 'nation')]
ST18841106-V10-42-page3.txt: [("'This", 'This')]
ST18841106-V10-42-page7.txt: [("'Same", 'Same'), ("'ruin", 'ruin'), ("'shams", 'shams'), ("'crease", 'crease'), ("'ALONZO", 'ALONZO')]
ST18841106-V10-42-page8.txt: [("'maimed", 'maimed')]
ST18841113-V10-43-page1.txt: [("'continue", 'continue')]
ST18841113-V10-43-page10.txt: [("'When", 'When'), ("'Thus", 'Thus')]
ST18841113-V10-43-page11.txt: [("'given", 'given'), ("'having", 'having')]
ST18841113-V10-43-page12.txt: [("'buts", 'buts'), ("'could", 'could'), ("'of", 'of')]
ST18841113-V10-43-page13.txt: [("'consistent", 'consistent'), ("'mils", 'mils')]
ST18841113-V10-43-page15.txt: [("'order", 'order'), ("'keen", 'keen')]
ST18841113-V10-43-page16.txt: [("'LIMES", 'LIMES')]
ST18841113-V10-43-page5.txt: [("'They", 'They')]
ST18841113-V10-43-page6.txt: [("'my", 'my'), ("'them.", 'them.'), ("'her", 'her')]
ST18841113-V10-43-page7.txt: [("'We", 'We'), ("'become", 'become'), ("'at", 'at'), ("'the", 'the')]
ST18841113-V10-43-page8.txt: [("'the", 'the'), ("'given", 'given'), ("'fall", 'fall'), ("'justifying", 'justifying'), ("'Of", 'Of'), ("'Think", 'Think'), ("'are", 'are')]
ST18841120-V10-44-page1.txt: [("'neath", 'neath'), ("'character", 'character'), ("'be", 'be')]
ST18841120-V10-44-page11.txt: [("'Prov.", 'Prov.'), ("'Why", 'Why')]
ST18841120-V10-44-page12.txt: [("'Tis", 'Tis'), ("'neath", 'neath'), ("'commonplace", 'commonplace'), ("'great", 'great'), ("'Sister", 'Sister'), ("'Twould", 'Twould'), ("'musing", 'musing')]
ST18841120-V10-44-page13.txt: [("'ply", 'ply'), ("'em", 'em'), ("'plys", 'plys'), ("'em", 'em'), ("'Her", 'Her')]
ST18841120-V10-44-page14.txt: [("'liberally", 'liberally'), ("'It", 'It'), ("'incompelength.", 'incompelength.')]
ST18841120-V10-44-page16.txt: [("'There", 'There'), ("'is", 'is')]
ST18841120-V10-44-page17.txt: [("'TOME", 'TOME')]
ST18841120-V10-44-page18.txt: [("'PACIFIC", 'PACIFIC')]
ST18841120-V10-44-page5.txt: [("'and", 'and')]
ST18841120-V10-44-page6.txt: [("'have", 'have'), ("'the", 'the'), ("'And", 'And'), ("'he", 'he')]
ST18841120-V10-44-page9.txt: [("'night", 'night'), ("'shall", 'shall')]
ST18841127-V10-45-page1.txt: [("'understanding", 'understanding'), ("'tie", 'tie'), ("'sinful", 'sinful')]
ST18841127-V10-45-page11.txt: [("'real", 'real')]
ST18841127-V10-45-page12.txt: [("'tis", 'tis'), ("'Bring", 'Bring'), ("'That", 'That'), ("'any", 'any')]
ST18841127-V10-45-page13.txt: [("'Do", 'Do'), ("'I", 'I'), ('\'"', '"')]
ST18841127-V10-45-page16.txt: [("'Mr.", 'Mr.')]
ST18841127-V10-45-page2.txt: [("'hr", 'hr')]
ST18841127-V10-45-page4.txt: [("'for", 'for')]
ST18841127-V10-45-page5.txt: [("'THE", 'THE')]
ST18841127-V10-45-page6.txt: [("'Remember", 'Remember'), ("'Remember", 'Remember'), ("'The", 'The')]
ST18841127-V10-45-page8.txt: [("'nature", 'nature')]
ST18841127-V10-45-page9.txt: [("'Message", 'Message')]
ST18841204-V10-46-page1.txt: [("'mid", 'mid'), ("'Why", 'Why')]
ST18841204-V10-46-page11.txt: [("'love", 'love'), ("'Sin", 'Sin')]
ST18841204-V10-46-page12.txt: [("'tis", 'tis')]
ST18841204-V10-46-page13.txt: [("'one", 'one'), ("'ten", 'ten'), ("'pp.", 'pp.')]
ST18841204-V10-46-page14.txt: [("'Mr.", 'Mr.')]
ST18841204-V10-46-page15.txt: [("'lost", 'lost'), ("'and", 'and')]
ST18841204-V10-46-page16.txt: [("'be", 'be')]
ST18841204-V10-46-page3.txt: [("'yield", 'yield'), ("'I", 'I')]
ST18841204-V10-46-page5.txt: [("'little", 'little'), ("'the", 'the')]
ST18841204-V10-46-page6.txt: [("'his", 'his'), ("'Luke", 'Luke')]
ST18841204-V10-46-page7.txt: [("'SIGNS", 'SIGNS')]
ST18841204-V10-46-page8.txt: [("'quote", 'quote')]
ST18841204-V10-46-page9.txt: [("'know", 'know'), ("'his", 'his'), ("'Christ", 'Christ')]
ST18841211-V10-47-page1.txt: [("'sometimes", 'sometimes'), ("'weather", 'weather'), ("'tie", 'tie'), ("'beand", 'beand'), ("'yon", 'yon')]
ST18841211-V10-47-page11.txt: [("'Christian", 'Christian')]
ST18841211-V10-47-page13.txt: [("'hits", 'hits')]
ST18841211-V10-47-page14.txt: [("'strange", 'strange')]
ST18841211-V10-47-page16.txt: [("'the", 'the'), ("'rimes", 'rimes')]
ST18841211-V10-47-page3.txt: [("'Christian", 'Christian'), ('\'"', '"'), ("'pwordsmen", 'pwordsmen'), ("'tle", 'tle'), ("'first", 'first')]
ST18841211-V10-47-page4.txt: [("'creation", 'creation'), ("'Assyrian", 'Assyrian'), ("'In", 'In'), ("'On", 'On'), ("'This", 'This'), ("'a", 'a'), ("'a", 'a'), ("'a", 'a'), ("'.or", '.or'), ("'prince", 'prince'), ("'The", 'The'), ("'The", 'The')]
ST18841211-V10-47-page9.txt: [("'obegether", 'obegether'), ("'Suffer", 'Suffer')]
ST18850108-V11-02-page1.txt: [('\'od."', 'od."'), ("'Burden", 'Burden')]
ST18850108-V11-02-page11.txt: [("'of", 'of')]
ST18850108-V11-02-page12.txt: [("'books", 'books'), ("'in", 'in')]
ST18850108-V11-02-page13.txt: [("'The", 'The')]
ST18850108-V11-02-page14.txt: [("'pending", 'pending'), ("'bear", 'bear')]
ST18850108-V11-02-page15.txt: [("'than", 'than'), ("'ted", 'ted')]
ST18850108-V11-02-page16.txt: [("'tempted", 'tempted'), ("'last", 'last'), ("'halting", 'halting'), ("'to", 'to')]
ST18850108-V11-02-page2.txt: [("'Bethel", 'Bethel'), ("'a", 'a')]
ST18850108-V11-02-page3.txt: [("'Wherever", 'Wherever')]
ST18850108-V11-02-page4.txt: [("'connection", 'connection'), ("''the", 'the')]
ST18850108-V11-02-page5.txt: [("'ye", 'ye')]
ST18850108-V11-02-page6.txt: [("'them", 'them'), ("'eternal", 'eternal')]
ST18850108-V11-02-page7.txt: [("'fine", 'fine'), ("'coverings", 'coverings'), ("'s", 's')]
ST18850108-V11-02-page8.txt: [("'or", 'or')]
ST18850108-V11-02-page9.txt: [("'upper", 'upper'), ("'against", 'against')]
ST18850129-V11-05-page10.txt: [('\'"', '"'), ('\'Wei."', 'Wei."')]
ST18850129-V11-05-page11.txt: [("'you", 'you'), ("'That's", 'Thats'), ("'keep", 'keep'), ("'It", 'It'), ("'That's", 'Thats'), ("'God's", 'Gods')]
ST18850129-V11-05-page12.txt: [("'What", 'What'), ("'He's", 'Hes'), ("'Does", 'Does')]
ST18850129-V11-05-page13.txt: [("'And", 'And'), ("'week", 'week')]
ST18850129-V11-05-page14.txt: [("'Too", 'Too')]
ST18850129-V11-05-page15.txt: [("'please", 'please')]
ST18850129-V11-05-page16.txt: [("'And", 'And'), ("'An", 'An')]
ST18850129-V11-05-page2.txt: [("'and", 'and')]
ST18850129-V11-05-page3.txt: [("'chapter", 'chapter'), ("'supply", 'supply')]
ST18850129-V11-05-page4.txt: [("'Millennium", 'Millennium')]
ST18850129-V11-05-page5.txt: [("'spiritual", 'spiritual')]
ST18850129-V11-05-page7.txt: [("'parlors", 'parlors')]
ST18850129-V11-05-page8.txt: [("'for", 'for')]
ST18850129-V11-05-page9.txt: [("'Christians", 'Christians')]
ST18850205-V11-06-page11.txt: [("'City", 'City'), ("'robbing", 'robbing')]
ST18850205-V11-06-page14.txt: [("'Breakfast", 'Breakfast'), ("'House", 'House')]
ST18850205-V11-06-page16.txt: [("'receive", 'receive'), ("'sleeping", 'sleeping'), ("'Thou", 'Thou')]
ST18850205-V11-06-page6.txt: [("'distinction", 'distinction')]
ST18850205-V11-06-page7.txt: [("'Cheer", 'Cheer')]
ST18850205-V11-06-page9.txt: [("'Conditional", 'Conditional'), ("'the", 'the'), ("'must", 'must'), ("'The", 'The')]
ST18850212-V11-07-page1.txt: [("'grow", 'grow'), ("'Remarks", 'Remarks')]
ST18850212-V11-07-page11.txt: [("'give", 'give')]
ST18850212-V11-07-page12.txt: [("'im", 'im'), ("'spose", 'spose'), ("'spect", 'spect'), ("'forget", 'forget')]
ST18850212-V11-07-page13.txt: [("'temple", 'temple'), ("'Lime", 'Lime'), ("'oems", 'oems')]
ST18850212-V11-07-page14.txt: [("'ma", 'ma'), ("'of", 'of')]
ST18850212-V11-07-page2.txt: [("'Jacob", 'Jacob'), ("'Speak", 'Speak'), ("'Jacob", 'Jacob'), ("'Yea", 'Yea'), ("'Jacob", 'Jacob'), ("'I", 'I'), ("'to", 'to'), ("'Jacob", 'Jacob')]
ST18850212-V11-07-page3.txt: [("'shall", 'shall'), ("'Amid.", 'Amid.')]
ST18850212-V11-07-page4.txt: [("'Marvel", 'Marvel')]
ST18850212-V11-07-page7.txt: [("'greatest", 'greatest'), ("'Paul", 'Paul')]
ST18850219-V11-08-page1.txt: [("'Tis", 'Tis')]
ST18850219-V11-08-page10.txt: [("'Christian", 'Christian'), ("'Dyke", 'Dyke')]
ST18850219-V11-08-page11.txt: [("'ter", 'ter'), ("'C", 'C')]
ST18850219-V11-08-page12.txt: [("'Tis", 'Tis')]
ST18850219-V11-08-page13.txt: [("'very", 'very'), ("'it", 'it')]
ST18850219-V11-08-page14.txt: [("'I", 'I')]
ST18850219-V11-08-page15.txt: [("'stood", 'stood'), ("'eternal", 'eternal')]
ST18850219-V11-08-page16.txt: [("'themselves", 'themselves')]
ST18850219-V11-08-page2.txt: [("'appearing", 'appearing'), ("'Christ's", 'Christs'), ("'appear", 'appear'), ("'them", 'them'), ("'Every", 'Every'), ("'so", 'so'), ("'come", 'come'), ("'sit", 'sit'), ("'second", 'second'), ("'second", 'second'), ("'the", 'the')]
ST18850219-V11-08-page3.txt: [("'guidance", 'guidance'), ("'Government", 'Government'), ("'Similarly", 'Similarly'), ("'no", 'no')]
ST18850219-V11-08-page4.txt: [("'to", 'to'), ("''Paul", 'Paul'), ("'his", 'his')]
ST18850219-V11-08-page5.txt: [("'money", 'money'), ("'tis", 'tis'), ("'it", 'it'), ("'his", 'his'), ("'by", 'by'), ("'to", 'to')]
ST18850219-V11-08-page6.txt: [("'the", 'the'), ("'had", 'had'), ("'Palestine.", 'Palestine.'), ("'the", 'the'), ("'been", 'been'), ("'and", 'and'), ("'ample", 'ample')]
ST18850219-V11-08-page7.txt: [("'dinner", 'dinner'), ("'future", 'future'), ("'Besides", 'Besides'), ("'toy", 'toy'), ("'breath", 'breath'), ("'from", 'from'), ("'appearance", 'appearance'), ("'significant", 'significant'), ("'a", 'a'), ("'upon", 'upon')]
ST18850219-V11-08-page8.txt: [("'arch", 'arch'), ("'view.", 'view.'), ("'a", 'a'), ("'Carolina", 'Carolina')]
ST18850219-V11-08-page9.txt: [("'band", 'band'), ("'does", 'does'), ("'the", 'the'), ("'their", 'their'), ("'Sunday", 'Sunday'), ("'of", 'of'), ("'Remember", 'Remember')]
ST18850226-V11-09-page1.txt: [("'Pharisee", 'Pharisee'), ("'By", 'By'), ("'on", 'on')]
ST18850226-V11-09-page10.txt: [("'This", 'This')]
ST18850226-V11-09-page11.txt: [("'Early", 'Early'), ("'and", 'and')]
ST18850226-V11-09-page12.txt: [("'rrair.rtac", 'rrair.rtac'), ("'rithinetic", 'rithinetic'), ("'Lily", 'Lily'), ("'em", 'em')]
ST18850226-V11-09-page13.txt: [("'two", 'two')]
ST18850226-V11-09-page14.txt: [("'higher", 'higher')]
ST18850226-V11-09-page15.txt: [("'mass", 'mass')]
ST18850226-V11-09-page16.txt: [("'..", '..'), ("'Lk", 'Lk')]
ST18850226-V11-09-page2.txt: [("'set", 'set')]
ST18850226-V11-09-page4.txt: [("'merits", 'merits'), ("'Many", 'Many')]
ST18850226-V11-09-page5.txt: [("'it", 'it'), ("'to", 'to'), ('\'"', '"')]
ST18850226-V11-09-page7.txt: [("'of", 'of'), ("'something", 'something')]
ST18850226-V11-09-page9.txt: [("'Sabbath", 'Sabbath')]
ST18850305-V11-10-page1.txt: [("'neath", 'neath'), ("'E", 'E')]
ST18850305-V11-10-page10.txt: [("'of", 'of')]
ST18850305-V11-10-page11.txt: [("'recalled", 'recalled')]
ST18850305-V11-10-page12.txt: [("'cause", 'cause'), ("'need", 'need')]
ST18850305-V11-10-page13.txt: [("'is", 'is'), ("'Jai.", 'Jai.'), ("'true", 'true')]
ST18850305-V11-10-page14.txt: [("'fhat", 'fhat')]
ST18850305-V11-10-page16.txt: [("'benches", 'benches'), ("'he", 'he')]
ST18850305-V11-10-page2.txt: [("'of", 'of')]
ST18850305-V11-10-page3.txt: [("'caprice", 'caprice'), ("'Not", 'Not')]
ST18850305-V11-10-page4.txt: [("'by", 'by')]
ST18850305-V11-10-page5.txt: [("'my", 'my')]
ST18850305-V11-10-page6.txt: [("'in", 'in'), ("'in", 'in'), ("'argues", 'argues')]
ST18850305-V11-10-page8.txt: [("'he", 'he')]
ST18850305-V11-10-page9.txt: [("'The", 'The'), ("''The", 'The')]
ST18850312-V11-11-page1.txt: [("'PRO", 'PRO')]
ST18850312-V11-11-page10.txt: [("'SIGNS", 'SIGNS'), ("'Cottonwood", 'Cottonwood'), ("'The", 'The'), ("'aspirapronounce", 'aspirapronounce'), ("'the", 'the'), ("'command", 'command'), ("'scouted", 'scouted'), ("'foreign", 'foreign'), ("'highest", 'highest'), ("'production", 'production')]
ST18850312-V11-11-page11.txt: [("'yours", 'yours'), ("'only", 'only'), ("'Lord's", 'Lords'), ("'and", 'and')]
ST18850312-V11-11-page12.txt: [("'tis", 'tis')]
ST18850312-V11-11-page13.txt: [("'all", 'all'), ("'off", 'off'), ("'If", 'If')]
ST18850312-V11-11-page14.txt: [("'my", 'my')]
ST18850312-V11-11-page15.txt: [("'upon", 'upon'), ("'you", 'you'), ("'ES", 'ES'), ("'of", 'of')]
ST18850312-V11-11-page3.txt: [("'saying", 'saying'), ("'she", 'she'), ("'you", 'you'), ("'do", 'do'), ("'This", 'This'), ("'sin", 'sin'), ("'We", 'We')]
ST18850312-V11-11-page4.txt: [("'of", 'of')]
ST18850312-V11-11-page5.txt: [("'erroneous", 'erroneous')]
ST18850312-V11-11-page6.txt: [("'glory", 'glory'), ("'scholar", 'scholar'), ("'is", 'is'), ("'thirty", 'thirty')]
ST18850312-V11-11-page7.txt: [("'make", 'make'), ("'scholars", 'scholars'), ("'is", 'is'), ("'before", 'before')]
ST18850312-V11-11-page8.txt: [("'of", 'of')]
ST18850312-V11-11-page9.txt: [("'The", 'The'), ("'Teach.", 'Teach.')]
ST18850319-V11-12-page1.txt: [("'THINGS", 'THINGS')]
ST18850319-V11-12-page10.txt: [("'His", 'His')]
ST18850319-V11-12-page11.txt: [("'honor", 'honor'), ("'the", 'the')]
ST18850319-V11-12-page12.txt: [("'for", 'for'), ("'and", 'and'), ("'I", 'I'), ("'this", 'this'), ("'sorrowfully.", 'sorrowfully.')]
ST18850319-V11-12-page14.txt: [("'eighteen", 'eighteen')]
ST18850319-V11-12-page15.txt: [("'elity.", 'elity.'), ("'flees", 'flees')]
ST18850319-V11-12-page16.txt: [("'general.", 'general.'), ("'Sabbath", 'Sabbath'), ('\'"', '"'), ("'built", 'built')]
ST18850319-V11-12-page2.txt: [("'There", 'There'), ("'wrung", 'wrung'), ("'sacrifice", 'sacrifice'), ("'will", 'will')]
ST18850319-V11-12-page4.txt: [("'My", 'My'), ("'obtain", 'obtain'), ("'Whelpley", 'Whelpley'), ("'by", 'by')]
ST18850319-V11-12-page6.txt: [("'which", 'which')]
ST18850319-V11-12-page8.txt: [("'arose", 'arose')]
ST18850402-V11-14-page1.txt: [("'us", 'us')]
ST18850402-V11-14-page10.txt: [("'Behold", 'Behold'), ("'the", 'the')]
ST18850402-V11-14-page11.txt: [("'hymns", 'hymns')]
ST18850402-V11-14-page12.txt: [("'I'm", 'Im'), ("'Nor", 'Nor')]
ST18850402-V11-14-page13.txt: [("'A", 'A')]
ST18850402-V11-14-page14.txt: [("'Antes.", 'Antes.')]
ST18850402-V11-14-page16.txt: [("'the", 'the')]
ST18850402-V11-14-page2.txt: [("'Bible", 'Bible'), ("'design", 'design'), ("'it", 'it')]
ST18850402-V11-14-page3.txt: [("'nevertheless", 'nevertheless')]
ST18850402-V11-14-page4.txt: [("'Life", 'Life'), ("'Neither", 'Neither')]
ST18850402-V11-14-page5.txt: [("'tie", 'tie')]
ST18850402-V11-14-page6.txt: [("'Lord", 'Lord'), ("'brethren", 'brethren')]
ST18850402-V11-14-page7.txt: [("'the", 'the'), ("'of", 'of'), ("'great", 'great')]
ST18850402-V11-14-page8.txt: [("'setting", 'setting')]
ST18850409-V11-15-page1.txt: [("'myna", 'myna'), ("'represent", 'represent')]
ST18850409-V11-15-page12.txt: [("'Why", 'Why'), ('\'"', '"'), ("'s", 's')]
ST18850409-V11-15-page13.txt: [("'alcohol", 'alcohol')]
ST18850409-V11-15-page14.txt: [("'The", 'The'), ("'day", 'day')]
ST18850409-V11-15-page16.txt: [("'and", 'and'), ("'perfectly", 'perfectly')]
ST18850409-V11-15-page4.txt: [("'Evangelical", 'Evangelical')]
ST18850409-V11-15-page5.txt: [("'in", 'in')]
ST18850409-V11-15-page7.txt: [("'business", 'business')]
ST18850416-V11-16-page10.txt: [('\'courage."', 'courage."'), ("'was", 'was'), ("'Go", 'Go'), ("'If", 'If')]
ST18850416-V11-16-page11.txt: [("'.", '.'), ("'Oh", 'Oh'), ("'twas", 'twas'), ("'We", 'We'), ("'tis", 'tis'), ("'How", 'How'), ("'We", 'We')]
ST18850416-V11-16-page12.txt: [("'a", 'a'), ("'to", 'to'), ("'wakened", 'wakened'), ("'Pilgrim's", 'Pilgrims'), ("'Dombey", 'Dombey'), ("'chill", 'chill'), ("'What", 'What'), ("'home.", 'home.')]
ST18850416-V11-16-page13.txt: [("'em.", 'em.')]
ST18850416-V11-16-page15.txt: [("'all.", 'all.'), ("'descriptive", 'descriptive')]
ST18850416-V11-16-page16.txt: [("'any", 'any')]
ST18850416-V11-16-page2.txt: [("'triumphal", 'triumphal')]
ST18850416-V11-16-page5.txt: [("'Gates", 'Gates'), ("'unsaddled", 'unsaddled'), ("'the", 'the')]
ST18850423-V11-17-page1.txt: [("'COED.", 'COED.')]
ST18850423-V11-17-page11.txt: [("'Iwo", 'Iwo')]
ST18850423-V11-17-page15.txt: [("'alla", 'alla'), ("'.", '.')]
ST18850423-V11-17-page16.txt: [("'curse", 'curse'), ('\'come.\'"', 'come."'), ("'Placerville", 'Placerville')]
ST18850423-V11-17-page3.txt: [("'God", 'God'), ("'twixt", 'twixt')]
ST18850423-V11-17-page4.txt: [("'Now", 'Now')]
ST18850423-V11-17-page5.txt: [("'rho", 'rho'), ("'the", 'the')]
ST18850423-V11-17-page9.txt: [("'We", 'We')]
ST18850507-V11-18-page12.txt: [("'Tis", 'Tis'), ("'tis", 'tis'), ("'A", 'A'), ("'Laws", 'Laws'), ("'Now", 'Now'), ("'it", 'it'), ("'an", 'an')]
ST18850507-V11-18-page13.txt: [("'Shortly", 'Shortly'), ("'From", 'From'), ("'if", 'if'), ("'match", 'match'), ("'draw", 'draw'), ("'wheel", 'wheel'), ("'grab", 'grab')]
ST18850507-V11-18-page14.txt: [("'young", 'young')]
ST18850507-V11-18-page16.txt: [("'The", 'The'), ("'Great", 'Great'), ("'Testimony", 'Testimony'), ("'Lectures", 'Lectures'), ("'Times", 'Times')]
ST18850507-V11-18-page3.txt: [("'presents", 'presents')]
ST18850507-V11-18-page4.txt: [("'At", 'At'), ("'of", 'of')]
ST18850514-V11-19-page1.txt: [("'Neath", 'Neath')]
ST18850514-V11-19-page11.txt: [("'forth", 'forth'), ("'Mid", 'Mid'), ("'ON", 'ON'), ("'OK", 'OK'), ("'pa", 'pa'), ("'uonPAt", 'uonPAt'), ('\'"IS', '"IS'), ("'.", '.')]
ST18850514-V11-19-page12.txt: [("'of", 'of')]
ST18850514-V11-19-page13.txt: [("'himself", 'himself'), ("'re", 're'), ("'which", 'which')]
ST18850514-V11-19-page16.txt: [("'a", 'a'), ("'Lead", 'Lead')]
ST18850514-V11-19-page2.txt: [("'bad", 'bad'), ("'he", 'he')]
ST18850514-V11-19-page3.txt: [("'to", 'to')]
ST18850514-V11-19-page5.txt: [("'better", 'better')]
ST18850514-V11-19-page6.txt: [("'die", 'die')]
ST18850521-V11-20-page1.txt: [("'driven", 'driven')]
ST18850521-V11-20-page12.txt: [("'I'm", 'Im'), ("'after", 'after'), ("'we", 'we'), ("'Do", 'Do')]
ST18850521-V11-20-page16.txt: [("'to", 'to')]
ST18850521-V11-20-page2.txt: [("'imminent", 'imminent')]
ST18850521-V11-20-page3.txt: [("'it", 'it')]
ST18850521-V11-20-page4.txt: [("'the", 'the'), ("'nothing", 'nothing'), ("'assumption.", 'assumption.')]
ST18850521-V11-20-page7.txt: [("'amid", 'amid')]
ST18850521-V11-20-page9.txt: [("'One", 'One')]
ST18850528-V11-21-page12.txt: [("'Tis", 'Tis'), ("'twas", 'twas'), ("'Be", 'Be'), ("'Pour", 'Pour'), ("'justly", 'justly'), ("'n", 'n')]
ST18850528-V11-21-page15.txt: [("'natter", 'natter')]
ST18850528-V11-21-page16.txt: [("'Nature", 'Nature')]
ST18850528-V11-21-page17.txt: [("'meeting", 'meeting')]
ST18850528-V11-21-page19.txt: [("'Biand", 'Biand'), ("'Christ's", 'Christs'), ("'Evil", 'Evil'), ('\'Constantine."', 'Constantine."'), ("'Rivulet", 'Rivulet')]
ST18850528-V11-21-page2.txt: [("'never", 'never'), ("''This", 'This')]
ST18850528-V11-21-page20.txt: [("'Thoughts", 'Thoughts'), ("'Band", 'Band'), ("'placed", 'placed')]
ST18850528-V11-21-page3.txt: [("'who", 'who')]
ST18850528-V11-21-page4.txt: [("'two", 'two'), ("'entire", 'entire'), ("'All", 'All'), ("'belongs", 'belongs'), ("'Geographical", 'Geographical'), ("'may", 'may'), ("'Not", 'Not'), ("'Colonies", 'Colonies'), ("'Lord", 'Lord')]
ST18850528-V11-21-page5.txt: [("'as", 'as')]
ST18850528-V11-21-page7.txt: [("'all", 'all'), ("'Finally", 'Finally')]
ST18850528-V11-21-page9.txt: [("'So", 'So'), ("'and", 'and'), ("'farfetched", 'farfetched'), ("'divine", 'divine'), ("'observed", 'observed'), ("'The", 'The'), ("'turned", 'turned'), ("'received", 'received')]
ST18850604-V11-22-page10.txt: [("'risk", 'risk')]
ST18850604-V11-22-page12.txt: [("'Ismail", 'Ismail'), ("'Fore", 'Fore'), ("'cross", 'cross'), ('\'"', '"'), ("'fraid", 'fraid')]
ST18850604-V11-22-page13.txt: [("'have", 'have')]
ST18850604-V11-22-page14.txt: [("'died.", 'died.'), ("'of", 'of')]
ST18850604-V11-22-page15.txt: [("'the", 'the')]
ST18850604-V11-22-page16.txt: [("'who", 'who')]
ST18850604-V11-22-page2.txt: [("'because", 'because'), ("'Orli", 'Orli'), ("'to", 'to'), ("'perplexities", 'perplexities'), ("'the", 'the')]
ST18850604-V11-22-page3.txt: [("'appear", 'appear')]
ST18850604-V11-22-page6.txt: [("'the", 'the'), ("'lar", 'lar')]
ST18850604-V11-22-page7.txt: [("'women", 'women')]
ST18850604-V11-22-page9.txt: [("'was", 'was'), ("'At", 'At'), ("'that", 'that'), ("'Thy", 'Thy'), ("'the", 'the')]
ST18850611-V11-23-page1.txt: [("'Tis", 'Tis')]
ST18850611-V11-23-page10.txt: [("'lever", 'lever')]
ST18850611-V11-23-page12.txt: [('\'"', '"')]
ST18850611-V11-23-page13.txt: [("'ow", 'ow'), ("'My", 'My')]
ST18850611-V11-23-page14.txt: [("'Westminster", 'Westminster'), ("'the", 'the')]
ST18850611-V11-23-page15.txt: [("'familiar", 'familiar')]
ST18850611-V11-23-page2.txt: [("'als", 'als')]
ST18850611-V11-23-page4.txt: [("'It", 'It'), ("'Almost", 'Almost')]
ST18850611-V11-23-page5.txt: [("'other", 'other'), ("'of", 'of')]
ST18850611-V11-23-page6.txt: [("'person", 'person')]
ST18850611-V11-23-page7.txt: [("'he", 'he'), ("'.", '.')]
ST18850611-V11-23-page8.txt: [("'man", 'man'), ("'man", 'man'), ("'over", 'over'), ("'the", 'the'), ("'speaking", 'speaking')]
ST18850611-V11-23-page9.txt: [("'rein", 'rein'), ("'Jewish", 'Jewish'), ("'forcible", 'forcible')]
ST18850618-V11-24-page1.txt: [("'twas", 'twas')]
ST18850618-V11-24-page11.txt: [("'heed", 'heed'), ("'tobacco", 'tobacco')]
ST18850618-V11-24-page14.txt: [("'water", 'water')]
ST18850618-V11-24-page15.txt: [("'holy", 'holy')]
ST18850618-V11-24-page16.txt: [("'Several", 'Several'), ("'is", 'is'), ("'dischargeing", 'dischargeing'), ("'upon", 'upon'), ("'this", 'this'), ("'AT", 'AT'), ("'better", 'better')]
ST18850618-V11-24-page3.txt: [("'.", '.')]
ST18850618-V11-24-page4.txt: [("'infallible", 'infallible'), ("'than", 'than')]
ST18850618-V11-24-page5.txt: [("'what", 'what')]
ST18850618-V11-24-page6.txt: [("'em", 'em')]
ST18850618-V11-24-page7.txt: [("'young", 'young'), ("'motion", 'motion'), ("'and", 'and')]
ST18850618-V11-24-page9.txt: [("'Spirit", 'Spirit')]
ST18850625-V11-25-page1.txt: [("'neath", 'neath'), ("'Scriptures.", 'Scriptures.'), ("'their", 'their')]
ST18850625-V11-25-page12.txt: [("'twas", 'twas'), ("'who", 'who')]
ST18850625-V11-25-page13.txt: [("'it.", 'it.'), ("'to", 'to'), ("'They", 'They'), ("'so", 'so')]
ST18850625-V11-25-page14.txt: [("'feet", 'feet')]
ST18850625-V11-25-page15.txt: [("'I", 'I'), ("'View", 'View'), ("'nabs", 'nabs')]
ST18850625-V11-25-page16.txt: [("'awful", 'awful'), ("'disease", 'disease'), ("'bowel", 'bowel'), ("'Hold", 'Hold'), ("'bowel", 'bowel')]
ST18850702-V11-26-page1.txt: [("'truth.", 'truth.')]
ST18850702-V11-26-page12.txt: [("'la", 'la'), ("'the", 'the')]
ST18850702-V11-26-page13.txt: [("'Now", 'Now'), ("'in", 'in'), ("'what", 'what')]
ST18850702-V11-26-page15.txt: [("'n", 'n')]
ST18850702-V11-26-page3.txt: [("'upon", 'upon'), ("'the", 'the')]
ST18850702-V11-26-page5.txt: [("'preacher", 'preacher')]
ST18850716-V11-27-page1.txt: [("'tis", 'tis'), ("'Tis", 'Tis')]
ST18850716-V11-27-page13.txt: [("'listening", 'listening'), ("'thousand", 'thousand')]
ST18850716-V11-27-page16.txt: [("'worst", 'worst'), ("'baptize", 'baptize'), ("'catechists", 'catechists')]
ST18850716-V11-27-page2.txt: [("'them", 'them'), ("'follow", 'follow')]
ST18850716-V11-27-page5.txt: [("'Notes", 'Notes'), ("'When", 'When')]
ST18850716-V11-27-page7.txt: [("'him", 'him'), ("'but", 'but')]
ST18850716-V11-27-page8.txt: [("'deity", 'deity')]
ST18850716-V11-27-page9.txt: [("'God", 'God'), ("'set", 'set'), ("'apposition", 'apposition'), ("'shall", 'shall')]
ST18850723-V11-28-page1.txt: [("'better", 'better')]
ST18850723-V11-28-page10.txt: [("'Within", 'Within'), ("'Dr.", 'Dr.')]
ST18850723-V11-28-page12.txt: [("'ihey", 'ihey'), ("'last", 'last'), ("'rocks", 'rocks'), ("'Whatever", 'Whatever'), ("'A", 'A'), ("'sorrow.", 'sorrow.')]
ST18850723-V11-28-page13.txt: [("'to", 'to'), ("'twill", 'twill')]
ST18850723-V11-28-page16.txt: [("'take", 'take'), ("'he", 'he'), ("'he", 'he'), ("'It", 'It'), ("'a", 'a')]
ST18850723-V11-28-page2.txt: [('\'God."', 'God."'), ("'turn", 'turn'), ("'only", 'only')]
ST18850723-V11-28-page3.txt: [("'consistent", 'consistent')]
ST18850723-V11-28-page5.txt: [("'There", 'There')]
ST18850723-V11-28-page6.txt: [("'My", 'My'), ("'go", 'go')]
ST18850723-V11-28-page7.txt: [("'raiment", 'raiment')]
ST18850723-V11-28-page9.txt: [("'There", 'There'), ("'Father", 'Father'), ("'holy", 'holy'), ("'There", 'There'), ("'brutes", 'brutes')]
ST18850730-V11-29-page1.txt: [("'yet", 'yet')]
ST18850730-V11-29-page11.txt: [("'N", 'N')]
ST18850730-V11-29-page12.txt: [("'They", 'They')]
ST18850730-V11-29-page14.txt: [("'position", 'position')]
ST18850730-V11-29-page2.txt: [("'be", 'be')]
ST18850730-V11-29-page3.txt: [("'which", 'which')]
ST18850730-V11-29-page4.txt: [("'By", 'By'), ("'The", 'The')]
ST18850730-V11-29-page5.txt: [("'ugly", 'ugly')]
ST18850730-V11-29-page6.txt: [("'kingdoms", 'kingdoms')]
ST18850730-V11-29-page7.txt: [("'who", 'who'), ("'before", 'before'), ("'that", 'that')]
ST18850730-V11-29-page8.txt: [("'During", 'During'), ("'During", 'During'), ("'While", 'While'), ("'This.", 'This.')]
ST18850730-V11-29-page9.txt: [("'To", 'To'), ("'a", 'a'), ("'It", 'It'), ("'the", 'the'), ("'construction.'A", 'construction.A')]
ST18850806-V11-30-page1.txt: [("'not", 'not'), ("'our", 'our')]
ST18850806-V11-30-page10.txt: [("'when", 'when')]
ST18850806-V11-30-page11.txt: [("'flesh", 'flesh')]
ST18850806-V11-30-page13.txt: [("'I", 'I')]
ST18850806-V11-30-page14.txt: [("'communion", 'communion')]
ST18850806-V11-30-page15.txt: [("'to", 'to')]
ST18850806-V11-30-page3.txt: [("'We", 'We'), ("'ilace", 'ilace')]
ST18850806-V11-30-page4.txt: [("'CA", 'CA'), ("'NOELS", 'NOELS')]
ST18850806-V11-30-page5.txt: [("'We", 'We')]
ST18850806-V11-30-page6.txt: [("'round", 'round'), ("'drooping", 'drooping'), ("'is", 'is')]
ST18850806-V11-30-page7.txt: [("'exceptions", 'exceptions'), ("'brother", 'brother')]
ST18850806-V11-30-page8.txt: [("'has", 'has')]
ST18850806-V11-30-page9.txt: [("'deemed", 'deemed')]
ST18850813-V11-31-page1.txt: [("'and", 'and'), ("'and", 'and')]
ST18850813-V11-31-page10.txt: [("'ideas", 'ideas'), ("'keep", 'keep')]
ST18850813-V11-31-page11.txt: [("'never", 'never'), ("'Paris", 'Paris')]
ST18850813-V11-31-page12.txt: [("'Tis", 'Tis'), ("'coloring", 'coloring')]
ST18850813-V11-31-page13.txt: [("'Tis", 'Tis'), ("'Twill", 'Twill'), ("'Tis", 'Tis')]
ST18850813-V11-31-page14.txt: [("'Divorce", 'Divorce'), ("'Have", 'Have'), ("'geant", 'geant'), ("'of", 'of')]
ST18850813-V11-31-page15.txt: [("'geed", 'geed'), ("'rule", 'rule'), ("'and", 'and')]
ST18850813-V11-31-page2.txt: [("'covenant.", 'covenant.'), ("'faith", 'faith'), ("'aws.", 'aws.'), ("'was", 'was'), ("'chapter.", 'chapter.')]
ST18850813-V11-31-page3.txt: [("'in", 'in')]
ST18850813-V11-31-page4.txt: [("'person", 'person'), ("'Necho", 'Necho')]
ST18850813-V11-31-page6.txt: [("''do", 'do')]
ST18850813-V11-31-page7.txt: [("'day", 'day'), ("'and", 'and'), ("'worshiped", 'worshiped'), ("'is", 'is')]
ST18850813-V11-31-page8.txt: [("'pass", 'pass'), ("'And", 'And'), ("'to", 'to')]
ST18850813-V11-31-page9.txt: [("'lestroy", 'lestroy'), ("'something", 'something')]
ST18850827-V11-33-page10.txt: [("'change", 'change')]
ST18850827-V11-33-page12.txt: [("'cause", 'cause'), ("'bout", 'bout'), ("'a", 'a'), ("'cause", 'cause')]
ST18850827-V11-33-page15.txt: [("'They", 'They')]
ST18850827-V11-33-page2.txt: [("'.", '.'), ("'glutton", 'glutton'), ("'as", 'as')]
ST18850827-V11-33-page3.txt: [("'Father", 'Father'), ("'then", 'then')]
ST18850827-V11-33-page4.txt: [("'duration.", 'duration.')]
ST18850827-V11-33-page5.txt: [("'associated", 'associated'), ("'to", 'to'), ("'the", 'the')]
ST18850827-V11-33-page6.txt: [("'likewise", 'likewise')]
ST18850827-V11-33-page7.txt: [("'of", 'of'), ("'there", 'there')]
ST18850827-V11-33-page8.txt: [("'The", 'The'), ("'Church", 'Church'), ("'the", 'the')]
ST18850903-V11-34-page10.txt: [("'and", 'and'), ("'Considering", 'Considering')]
ST18850903-V11-34-page11.txt: [("'over", 'over')]
ST18850903-V11-34-page12.txt: [("'season.", 'season.')]
ST18850903-V11-34-page14.txt: [("'then", 'then')]
ST18850903-V11-34-page15.txt: [("'NOS", 'NOS')]
ST18850903-V11-34-page2.txt: [("'it", 'it')]
ST18850903-V11-34-page4.txt: [("'sloping", 'sloping')]
ST18850903-V11-34-page6.txt: [("'rest.", 'rest.'), ("'practhe", 'practhe')]
ST18850903-V11-34-page7.txt: [("'demanded", 'demanded')]
ST18850903-V11-34-page8.txt: [("'t", 't'), ("'the", 'the'), ("'who", 'who'), ("'of", 'of'), ("'reason", 'reason'), ("'circumcision", 'circumcision'), ("'but", 'but'), ("'Circumcision", 'Circumcision'), ('\'"', '"')]
ST18850903-V11-34-page9.txt: [("'we", 'we'), ("'The", 'The')]
ST18850917-V11-36-page11.txt: [("'.", '.'), ("'no", 'no')]
ST18850917-V11-36-page12.txt: [("'tis", 'tis'), ("'Twas", 'Twas'), ("'Exthis", 'Exthis')]
ST18850917-V11-36-page13.txt: [("'I", 'I')]
ST18850917-V11-36-page14.txt: [("'itatts.", 'itatts.'), ("'the", 'the'), ("'Writing", 'Writing')]
ST18850917-V11-36-page16.txt: [("'ly", 'ly')]
ST18850917-V11-36-page2.txt: [("'the", 'the'), ("'bondage", 'bondage')]
ST18850917-V11-36-page5.txt: [("'to", 'to'), ("'see", 'see')]
ST18851001-V11-37-page12.txt: [("'em", 'em'), ("'Taint", 'Taint'), ("'d", 'd'), ("'sympathetic", 'sympathetic')]
ST18851001-V11-37-page13.txt: [("'I", 'I'), ("'it", 'it'), ("'em", 'em'), ("'em", 'em'), ('\'em."', 'em."'), ("'em", 'em'), ("'plumage", 'plumage')]
ST18851001-V11-37-page14.txt: [("'name", 'name')]
ST18851001-V11-37-page16.txt: [("'In", 'In')]
ST18851001-V11-37-page2.txt: [("'learn", 'learn'), ("'rest", 'rest')]
ST18851001-V11-37-page3.txt: [("'two", 'two'), ("'and", 'and'), ("'a", 'a')]
ST18851001-V11-37-page4.txt: [("'al", 'al')]
ST18851008-V11-38-page10.txt: [("'mountains", 'mountains')]
ST18851008-V11-38-page11.txt: [("'o", 'o'), ("'most", 'most')]
ST18851008-V11-38-page12.txt: [("'question.", 'question.')]
ST18851008-V11-38-page13.txt: [("'or", 'or')]
ST18851008-V11-38-page15.txt: [("'Volume", 'Volume'), ("'Volume", 'Volume')]
ST18851008-V11-38-page16.txt: [("'Touch", 'Touch')]
ST18851008-V11-38-page5.txt: [("'meeting", 'meeting')]
ST18851008-V11-38-page8.txt: [("'no", 'no')]
ST18851008-V11-38-page9.txt: [("'Heaven.", 'Heaven.')]
ST18851022-V11-40-page1.txt: [("'is", 'is'), ("'indulge", 'indulge'), ("'entire", 'entire'), ("'Christian", 'Christian'), ("'which", 'which'), ("'one", 'one')]
ST18851022-V11-40-page10.txt: [("'elf", 'elf')]
ST18851022-V11-40-page11.txt: [("'an", 'an')]
ST18851022-V11-40-page12.txt: [("'Neath", 'Neath'), ("'Twas", 'Twas')]
ST18851022-V11-40-page15.txt: [("'Wyoming", 'Wyoming')]
ST18851022-V11-40-page16.txt: [("'worthy", 'worthy'), ("'received", 'received')]
ST18851022-V11-40-page2.txt: [("'a", 'a')]
ST18851022-V11-40-page3.txt: [("'mother", 'mother')]
ST18851022-V11-40-page4.txt: [("'remember", 'remember')]
ST18851022-V11-40-page5.txt: [("'SIGN'S", 'SIGNS'), ("'naturally", 'naturally'), ("'that", 'that'), ("'eh", 'eh')]
ST18851022-V11-40-page6.txt: [("'of", 'of'), ("'.", '.')]
ST18851022-V11-40-page9.txt: [("'Rome", 'Rome')]
ST18851029-V11-41-page1.txt: [("'the", 'the')]
ST18851029-V11-41-page11.txt: [("'hall", 'hall'), ("'for", 'for'), ("'who", 'who')]
ST18851029-V11-41-page12.txt: [("'expert", 'expert'), ("'then", 'then'), ("'most", 'most'), ("'Now", 'Now'), ("'Little", 'Little'), ("'No", 'No'), ("'round", 'round')]
ST18851029-V11-41-page13.txt: [("'competent", 'competent')]
ST18851029-V11-41-page15.txt: [("'them", 'them'), ("'Price", 'Price')]
ST18851029-V11-41-page16.txt: [("'age", 'age')]
ST18851029-V11-41-page2.txt: [("'.", '.')]
ST18851029-V11-41-page4.txt: [('\'"of', '"of'), ("'provinyet", 'provinyet')]
ST18851029-V11-41-page5.txt: [("'or", 'or'), ("'laid", 'laid')]
ST18851029-V11-41-page6.txt: [("'thought", 'thought'), ("'the", 'the')]
ST18851029-V11-41-page8.txt: [("'in", 'in')]
ST18851105-V11-42-page1.txt: [("'leant", 'leant'), ("'Tie", 'Tie'), ("'mid", 'mid')]
ST18851105-V11-42-page11.txt: [("'short", 'short'), ("'Etigland", 'Etigland'), ("'.", '.')]
ST18851105-V11-42-page12.txt: [("'twas", 'twas'), ('\'"said', '"said'), ("'twould", 'twould'), ("'em", 'em')]
ST18851105-V11-42-page13.txt: [("'of", 'of')]
ST18851105-V11-42-page14.txt: [("'ems", 'ems'), ("'up", 'up')]
ST18851105-V11-42-page15.txt: [("'ES", 'ES')]
ST18851105-V11-42-page16.txt: [("'Are", 'Are')]
ST18851105-V11-42-page2.txt: [("'valleys", 'valleys'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em')]
ST18851105-V11-42-page3.txt: [("'civil", 'civil')]
ST18851105-V11-42-page4.txt: [("'the", 'the')]
ST18851105-V11-42-page5.txt: [("'reign", 'reign'), ("'of", 'of'), ("'people", 'people'), ("'gratitude", 'gratitude')]
ST18851105-V11-42-page6.txt: [("'The", 'The'), ("'little", 'little')]
ST18851105-V11-42-page7.txt: [("'they", 'they'), ("'counted", 'counted'), ("'Work", 'Work'), ("'any", 'any'), ("'lifting", 'lifting'), ("'and", 'and'), ("'middle", 'middle')]
ST18851105-V11-42-page9.txt: [("'the", 'the'), ("'Very", 'Very')]
ST18851112-V11-43-page1.txt: [("'down", 'down')]
ST18851112-V11-43-page10.txt: [("'Ah", 'Ah')]
ST18851112-V11-43-page13.txt: [("'An", 'An')]
ST18851112-V11-43-page14.txt: [("'Continental", 'Continental'), ("'Come", 'Come'), ("'Lord", 'Lord'), ("'I", 'I')]
ST18851112-V11-43-page16.txt: [("'Kew", 'Kew'), ("'after", 'after')]
ST18851112-V11-43-page2.txt: [("'these", 'these'), ("'place", 'place')]
ST18851112-V11-43-page4.txt: [("'establishment", 'establishment')]
ST18851112-V11-43-page5.txt: [("'blessing", 'blessing'), ("'way", 'way')]
ST18851112-V11-43-page6.txt: [("'the", 'the'), ("'ruler", 'ruler')]
ST18851112-V11-43-page9.txt: [("'through", 'through'), ("'need", 'need')]
ST18851119-V11-44-page1.txt: [("'S", 'S'), ("'Ti", 'Ti')]
ST18851119-V11-44-page10.txt: [("'to", 'to')]
ST18851119-V11-44-page11.txt: [('\'"', '"')]
ST18851119-V11-44-page12.txt: [("'em", 'em'), ("'bout", 'bout'), ("'his", 'his'), ("'jail", 'jail'), ("'bout", 'bout'), ("'bout", 'bout')]
ST18851119-V11-44-page13.txt: [("'bout", 'bout'), ("'the", 'the')]
ST18851119-V11-44-page14.txt: [("'Valley.", 'Valley.')]
ST18851119-V11-44-page15.txt: [("'CREEK", 'CREEK'), ("'Orders", 'Orders')]
ST18851119-V11-44-page16.txt: [("'I", 'I')]
ST18851119-V11-44-page3.txt: [("'nd", 'nd')]
ST18851119-V11-44-page7.txt: [("'this", 'this')]
ST18851119-V11-44-page9.txt: [("'words", 'words')]
ST18851126-V11-45-page11.txt: [("'C", 'C'), ("'City", 'City'), ("'PaPPV", 'PaPPV')]
ST18851126-V11-45-page12.txt: [("'cause", 'cause'), ("'cause", 'cause')]
ST18851126-V11-45-page14.txt: [("'prominent", 'prominent')]
ST18851126-V11-45-page15.txt: [("'were", 'were')]
ST18851126-V11-45-page2.txt: [("'ern", 'ern')]
ST18851126-V11-45-page3.txt: [("'coward", 'coward'), ("'happy", 'happy')]
ST18851126-V11-45-page5.txt: [("'Sir", 'Sir')]
ST18851126-V11-45-page6.txt: [("'OF", 'OF'), ("'.Chess.", '.Chess.')]
ST18851126-V11-45-page9.txt: [('\'"', '"'), ("'is", 'is'), ("'why", 'why'), ("'Yes", 'Yes'), ("'That", 'That')]
ST18851203-V11-46-page10.txt: [("'If", 'If')]
ST18851203-V11-46-page11.txt: [("'.", '.')]
ST18851203-V11-46-page13.txt: [("'few", 'few'), ("'make", 'make'), ("'failure", 'failure'), ("'Who", 'Who')]
ST18851203-V11-46-page15.txt: [("'with", 'with'), ("'.", '.')]
ST18851203-V11-46-page16.txt: [("'of", 'of'), ("'ks", 'ks'), ("'ry", 'ry')]
ST18851203-V11-46-page4.txt: [("'military", 'military')]
ST18851203-V11-46-page7.txt: [("'house", 'house')]
ST18851210-V11-47-page11.txt: [("'which", 'which')]
ST18851210-V11-47-page13.txt: [("'.", '.')]
ST18851210-V11-47-page14.txt: [("'but", 'but'), ("'City", 'City'), ("'all", 'all')]
ST18851210-V11-47-page15.txt: [("'them", 'them')]
ST18851210-V11-47-page16.txt: [("'just", 'just')]
ST18851210-V11-47-page2.txt: [("'make", 'make')]
ST18851210-V11-47-page3.txt: [("'forgiving", 'forgiving')]
ST18851210-V11-47-page4.txt: [("'Here", 'Here'), ("'seemed", 'seemed')]
ST18851210-V11-47-page5.txt: [("'disgrace.", 'disgrace.')]
ST18851210-V11-47-page6.txt: [("'long", 'long')]
ST18851210-V11-47-page7.txt: [("'calamity", 'calamity')]
ST18851217-V11-48-page1.txt: [("'tribulation", 'tribulation'), ("'them.", 'them.')]
ST18851217-V11-48-page12.txt: [("'s", 's')]
ST18851217-V11-48-page14.txt: [("'said", 'said'), ("'If", 'If')]
ST18851217-V11-48-page15.txt: [("'BOUND", 'BOUND'), ("'Thum.", 'Thum.')]
ST18851217-V11-48-page3.txt: [("'twas", 'twas'), ("'twas", 'twas'), ("'guilt", 'guilt'), ("'strange", 'strange')]
ST18851217-V11-48-page6.txt: [("'gathered", 'gathered'), ("'Repeat", 'Repeat')]
ST18851217-V11-48-page7.txt: [("'their", 'their'), ("'The", 'The')]
ST18851217-V11-48-page8.txt: [("'easily", 'easily')]
ST18851217-V11-48-page9.txt: [("'natural", 'natural'), ("'ranee.", 'ranee.')]
ST18851224-V11-49-page1.txt: [("'liquors", 'liquors')]
ST18851224-V11-49-page10.txt: [("'will", 'will')]
ST18851224-V11-49-page11.txt: [("'s", 's'), ("'call", 'call'), ("'s", 's'), ("'rms.", 'rms.')]
ST18851224-V11-49-page12.txt: [("'what", 'what'), ("'extra.", 'extra.'), ("'receive", 'receive'), ("'and", 'and')]
ST18851224-V11-49-page13.txt: [("'AND", 'AND'), ("'practical.", 'practical.'), ("'nada", 'nada')]
ST18851224-V11-49-page15.txt: [("'ruth", 'ruth'), ("'s", 's'), ("'Penn", 'Penn'), ("'Hebrides", 'Hebrides'), ("'lest", 'lest'), ("'Fly", 'Fly')]
ST18851224-V11-49-page16.txt: [("'show", 'show')]
ST18851224-V11-49-page2.txt: [("'love", 'love'), ("'Howard", 'Howard')]
ST18851224-V11-49-page3.txt: [("'to", 'to'), ("'gain", 'gain'), ("'we", 'we'), ("'sent", 'sent'), ('\'"', '"'), ("'May", 'May')]
ST18851224-V11-49-page4.txt: [("'the", 'the'), ("'deserving", 'deserving'), ("'Claudius", 'Claudius')]
ST18851224-V11-49-page5.txt: [("'and", 'and'), ("'shields", 'shields'), ("'the", 'the')]
ST18851224-V11-49-page6.txt: [("'affairs", 'affairs')]
ST18851224-V11-49-page7.txt: [("'the", 'the')]
ST18851224-V11-49-page8.txt: [("'and", 'and'), ("'Now", 'Now')]
ST18851224-V11-49-page9.txt: [("'not", 'not'), ("'Greek", 'Greek'), ("'is", 'is'), ("'But", 'But'), ("'Either", 'Either'), ("'or", 'or'), ("'There", 'There'), ("'the", 'the'), ("'the", 'the'), ("'Leave", 'Leave'), ("'such", 'such'), ("'to", 'to')]
ST18860114-V12-02-page1.txt: [("'S", 'S'), ("'Can", 'Can'), ("'Neath", 'Neath')]
ST18860114-V12-02-page10.txt: [("'oath", 'oath')]
ST18860114-V12-02-page12.txt: [("'sensations", 'sensations')]
ST18860114-V12-02-page13.txt: [("'been", 'been'), ("'Black", 'Black')]
ST18860114-V12-02-page15.txt: [("'act.", 'act.'), ("'MAN", 'MAN')]
ST18860114-V12-02-page16.txt: [("'Let", 'Let'), ("'Christ's", 'Christs')]
ST18860114-V12-02-page2.txt: [("'able", 'able')]
ST18860114-V12-02-page5.txt: [("'thy", 'thy'), ("'sundry", 'sundry'), ("'religious", 'religious')]
ST18860114-V12-02-page7.txt: [("'When", 'When')]
ST18860114-V12-02-page8.txt: [("'fear", 'fear'), ("'Let", 'Let'), ("'Prophesy", 'Prophesy'), ("'charity", 'charity'), ("'They", 'They')]
ST18860121-V12-03-page12.txt: [("'Tis", 'Tis')]
ST18860121-V12-03-page16.txt: [("'Great", 'Great')]
ST18860121-V12-03-page3.txt: [("'Greek", 'Greek'), ("'to", 'to')]
ST18860121-V12-03-page5.txt: [("'in", 'in')]
ST18860121-V12-03-page9.txt: [("'Twas", 'Twas'), ("'and", 'and')]
ST18860128-V12-04-page1.txt: [("'twas", 'twas'), ("'twas", 'twas'), ("'till", 'till'), ("'reacher", 'reacher')]
ST18860128-V12-04-page12.txt: [("'tis", 'tis'), ("'None", 'None')]
ST18860128-V12-04-page15.txt: [("'Astory", 'Astory')]
ST18860128-V12-04-page16.txt: [("'dark", 'dark')]
ST18860128-V12-04-page2.txt: [("'Come", 'Come')]
ST18860128-V12-04-page4.txt: [("'A", 'A')]
ST18860128-V12-04-page8.txt: [("'God", 'God'), ("'God", 'God'), ("'cry", 'cry'), ("'very", 'very'), ("'From", 'From')]
ST18860204-V12-05-page1.txt: [("'mid", 'mid')]
ST18860204-V12-05-page10.txt: [("'C", 'C'), ("'C", 'C'), ("'C", 'C')]
ST18860204-V12-05-page12.txt: [("'Tis", 'Tis'), ("'zactly", 'zactly')]
ST18860204-V12-05-page14.txt: [("'her", 'her')]
ST18860204-V12-05-page16.txt: [("'Sire", 'Sire'), ("'papacy", 'papacy')]
ST18860204-V12-05-page2.txt: [("'make", 'make')]
ST18860204-V12-05-page3.txt: [("'and", 'and')]
ST18860204-V12-05-page4.txt: [("'Valens", 'Valens'), ("'Valens", 'Valens')]
ST18860204-V12-05-page7.txt: [("'blotting", 'blotting'), ("'nailforever", 'nailforever'), ("'taking", 'taking'), ("'Thou", 'Thou'), ("'blotted", 'blotted'), ("'direct", 'direct'), ("'con", 'con'), ("'direct", 'direct'), ("'liberty", 'liberty'), ("'This", 'This')]
ST18860204-V12-05-page8.txt: [("'the", 'the'), ("'the", 'the'), ("'ten", 'ten'), ("'ten", 'ten')]
ST18860204-V12-05-page9.txt: [("'the", 'the'), ("'his", 'his'), ("'Lord", 'Lord'), ("'with", 'with'), ("'be", 'be'), ("'show", 'show'), ("'If", 'If'), ("'the", 'the'), ("'Whosoever", 'Whosoever'), ("'ten", 'ten'), ("'Remember", 'Remember'), ("'rested", 'rested'), ("'Neither", 'Neither')]
ST18860211-V12-06-page1.txt: [("'Is", 'Is')]
ST18860211-V12-06-page12.txt: [("'Twas", 'Twas'), ("'pots", 'pots'), ("'That", 'That')]
ST18860211-V12-06-page13.txt: [("'the", 'the')]
ST18860211-V12-06-page14.txt: [("'Milwaukee", 'Milwaukee')]
ST18860211-V12-06-page15.txt: [("'JOIrituarg.", 'JOIrituarg.'), ("'Prat", 'Prat')]
ST18860211-V12-06-page16.txt: [("'liquor", 'liquor'), ("'pernicious", 'pernicious'), ("'liquor", 'liquor'), ("'better", 'better'), ("'pernicious", 'pernicious')]
ST18860211-V12-06-page2.txt: [("'storecity", 'storecity')]
ST18860211-V12-06-page3.txt: [("'give", 'give')]
ST18860211-V12-06-page6.txt: [("'seems", 'seems')]
ST18860211-V12-06-page9.txt: [("'that", 'that'), ("'the", 'the')]
ST18860218-V12-07-page10.txt: [("'in", 'in'), ("'s", 's')]
ST18860218-V12-07-page11.txt: [("'I", 'I')]
ST18860218-V12-07-page12.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18860218-V12-07-page13.txt: [("'If", 'If')]
ST18860218-V12-07-page14.txt: [("'citizens", 'citizens')]
ST18860218-V12-07-page15.txt: [("'rhe", 'rhe')]
ST18860218-V12-07-page16.txt: [("'Religion", 'Religion'), ("'infidel", 'infidel'), ("'magic", 'magic'), ("'We", 'We')]
ST18860218-V12-07-page2.txt: [("'actual", 'actual'), ("'MERE", 'MERE')]
ST18860218-V12-07-page3.txt: [("'how", 'how')]
ST18860218-V12-07-page4.txt: [("'need", 'need'), ("'agreement.", 'agreement.')]
ST18860218-V12-07-page5.txt: [("'NA", 'NA')]
ST18860218-V12-07-page6.txt: [("'Cam", 'Cam'), ("'If", 'If'), ("'right", 'right')]
ST18860218-V12-07-page7.txt: [("'lath", 'lath'), ("'of", 'of')]
ST18860218-V12-07-page8.txt: [("'The", 'The'), ("'The", 'The')]
ST18860218-V12-07-page9.txt: [("'The", 'The'), ("'Lord", 'Lord'), ("'for", 'for'), ("'It", 'It')]
ST18860225-V12-08-page1.txt: [("'Twill", 'Twill'), ("'ticin.", 'ticin.'), ("'workers.", 'workers.')]
ST18860225-V12-08-page10.txt: [("'the", 'the')]
ST18860225-V12-08-page11.txt: [("'be", 'be'), ("'giving", 'giving')]
ST18860225-V12-08-page13.txt: [("'tis", 'tis')]
ST18860225-V12-08-page14.txt: [("'have", 'have'), ("'had", 'had'), ("'expedient", 'expedient')]
ST18860225-V12-08-page15.txt: [("'.SIGNS", '.SIGNS')]
ST18860225-V12-08-page16.txt: [("'people", 'people'), ("'God", 'God')]
ST18860225-V12-08-page4.txt: [("'river", 'river'), ("'Visigoths.", 'Visigoths.')]
ST18860225-V12-08-page5.txt: [("'A", 'A')]
ST18860225-V12-08-page6.txt: [("'Because", 'Because'), ("'the", 'the'), ("'We", 'We')]
ST18860225-V12-08-page8.txt: [("'Remember", 'Remember'), ("'back", 'back'), ('\'"', '"'), ("'holy", 'holy'), ("'statutes", 'statutes')]
ST18860304-V12-09-page1.txt: [("'I'lZUST.", 'IlZUST.'), ("'tis", 'tis')]
ST18860304-V12-09-page12.txt: [("'tie", 'tie'), ("'tis", 'tis'), ("'mimetic", 'mimetic'), ("'What", 'What'), ("'seeing", 'seeing'), ("'while", 'while')]
ST18860304-V12-09-page13.txt: [("'is", 'is'), ("'gin", 'gin')]
ST18860304-V12-09-page14.txt: [("'These", 'These')]
ST18860304-V12-09-page15.txt: [("'Lind", 'Lind')]
ST18860304-V12-09-page16.txt: [("'apwith", 'apwith'), ("'Annicriminals", 'Annicriminals'), ('\'"', '"'), ("'you", 'you')]
ST18860304-V12-09-page2.txt: [("'Acts", 'Acts'), ("'stated", 'stated'), ("'derived", 'derived'), ("'Hold", 'Hold'), ("'by", 'by'), ("'Hold", 'Hold'), ("'the", 'the'), ("'he", 'he'), ("'Dominicum", 'Dominicum'), ("'Acta", 'Acta')]
ST18860304-V12-09-page3.txt: [("'Most", 'Most'), ("'iViped", 'iViped')]
ST18860304-V12-09-page5.txt: [("'Oh", 'Oh'), ("'Black", 'Black')]
ST18860304-V12-09-page8.txt: [("'first", 'first'), ("'Sabbath", 'Sabbath'), ("'day", 'day'), ("'too", 'too'), ('\'abide"', 'abide"')]
ST18860304-V12-09-page9.txt: [("'health", 'health'), ("'good", 'good')]
ST18860311-V12-10-page11.txt: [("'of", 'of'), ("'the", 'the'), ("'It", 'It'), ("'cud", 'cud')]
ST18860311-V12-10-page12.txt: [("'other", 'other')]
ST18860311-V12-10-page14.txt: [("'crave.", 'crave.')]
ST18860311-V12-10-page15.txt: [("'I'.", 'I.')]
ST18860311-V12-10-page3.txt: [("'uncertain", 'uncertain'), ("'chapter", 'chapter')]
ST18860311-V12-10-page5.txt: [("'.", '.')]
ST18860311-V12-10-page8.txt: [("'first", 'first')]
ST18860318-V12-11-page1.txt: [("'unwilling", 'unwilling'), ("'t", 't')]
ST18860318-V12-11-page10.txt: [("'share", 'share')]
ST18860318-V12-11-page11.txt: [("'thousand", 'thousand')]
ST18860318-V12-11-page13.txt: [("'better", 'better'), ("'the", 'the')]
ST18860318-V12-11-page15.txt: [("'he", 'he')]
ST18860318-V12-11-page16.txt: [("'it", 'it'), ("'of", 'of'), ("'in", 'in'), ("'various", 'various'), ("'All", 'All'), ("'all", 'all')]
ST18860318-V12-11-page4.txt: [("'appears", 'appears'), ("'of", 'of'), ("'to", 'to')]
ST18860318-V12-11-page8.txt: [("'And", 'And'), ("'Now", 'Now')]
ST18860318-V12-11-page9.txt: [("'it", 'it'), ("'and", 'and'), ("'Sunday", 'Sunday'), ("'on", 'on'), ("'that", 'that'), ("'to", 'to'), ("'tis", 'tis'), ("'of", 'of'), ("'as", 'as'), ("'that", 'that')]
ST18860325-V12-12-page10.txt: [("'condition.", 'condition.'), ("'God", 'God'), ("'love", 'love'), ('\'"ALL', '"ALL'), ("'y", 'y'), ("'fathers", 'fathers')]
ST18860325-V12-12-page12.txt: [("'Tis", 'Tis'), ("'tie", 'tie'), ("'our", 'our'), ("'said", 'said'), ("'satisfy", 'satisfy'), ("'prayer", 'prayer')]
ST18860325-V12-12-page13.txt: [("'night-time", 'night-time'), ("'soothing", 'soothing'), ("'fancy", 'fancy'), ("'or", 'or'), ("'you", 'you'), ("'the", 'the')]
ST18860325-V12-12-page14.txt: [("'no", 'no'), ("'the", 'the')]
ST18860325-V12-12-page15.txt: [("'Territory", 'Territory'), ("'almst", 'almst'), ("'soda", 'soda'), ("'those", 'those')]
ST18860325-V12-12-page16.txt: [("'Quite", 'Quite')]
ST18860325-V12-12-page5.txt: [("'Jesus", 'Jesus')]
ST18860325-V12-12-page8.txt: [("'doctrine", 'doctrine')]
ST18860401-V12-13-page10.txt: [("'Thu", 'Thu')]
ST18860401-V12-13-page15.txt: [("'clay", 'clay'), ("'Thoughts", 'Thoughts'), ("'Thoughts", 'Thoughts')]
ST18860401-V12-13-page4.txt: [("'nay", 'nay'), ("'temple", 'temple')]
ST18860401-V12-13-page5.txt: [("'maintain", 'maintain'), ("'good", 'good'), ("'said", 'said'), ("'take", 'take')]
ST18860401-V12-13-page7.txt: [("'the", 'the')]
ST18860401-V12-13-page9.txt: [("'Teaching", 'Teaching')]
ST18860408-V12-14-page14.txt: [("'from", 'from')]
ST18860408-V12-14-page15.txt: [("'to", 'to'), ("'rents", 'rents')]
ST18860408-V12-14-page16.txt: [("'Great", 'Great'), ("'and", 'and')]
ST18860408-V12-14-page2.txt: [("'them.", 'them.'), ("'Other", 'Other'), ("'Senator", 'Senator'), ("'by", 'by'), ("'the", 'the'), ("'up", 'up'), ("'is", 'is')]
ST18860408-V12-14-page3.txt: [("'pear", 'pear'), ("'Be", 'Be'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ('\'"', '"'), ("'Ask", 'Ask'), ('\'"', '"')]
ST18860408-V12-14-page5.txt: [("'be", 'be'), ("'never", 'never'), ("'convictions", 'convictions')]
ST18860408-V12-14-page7.txt: [("'eternal", 'eternal'), ("'Notes", 'Notes')]
ST18860408-V12-14-page9.txt: [("'United", 'United')]
ST18860415-V12-15-page12.txt: [("'I", 'I'), ("'How", 'How'), ("'you", 'you')]
ST18860415-V12-15-page15.txt: [("'TEMPIERANCe", 'TEMPIERANCe'), ("'TEMPERANCE", 'TEMPERANCE'), ("'TEMPERANCE", 'TEMPERANCE'), ("'.", '.'), ("'those", 'those')]
ST18860415-V12-15-page16.txt: [("'t", 't')]
ST18860415-V12-15-page2.txt: [("'deeds", 'deeds'), ("'airbairn", 'airbairn'), ("'And", 'And'), ("'the", 'the'), ("'the", 'the'), ("'the", 'the'), ("'the", 'the'), ("''er", 'er'), ("'tables", 'tables')]
ST18860415-V12-15-page3.txt: [("'master", 'master')]
ST18860422-V12-16-page12.txt: [("'think", 'think'), ("'there", 'there')]
ST18860422-V12-16-page15.txt: [("'Association", 'Association'), ("'.", '.'), ("'Thoughts", 'Thoughts'), ("'.", '.')]
ST18860422-V12-16-page16.txt: [("'That's", 'Thats')]
ST18860422-V12-16-page3.txt: [("'It's", 'Its'), ("'so", 'so'), ("'saved", 'saved'), ("'Phis", 'Phis')]
ST18860422-V12-16-page4.txt: [("'The", 'The')]
ST18860422-V12-16-page5.txt: [("'lawand", 'lawand')]
ST18860422-V12-16-page7.txt: [("'Remember", 'Remember'), ("'a", 'a')]
ST18860422-V12-16-page8.txt: [("'to", 'to'), ("'Sayical", 'Sayical'), ("'save", 'save'), ("'life", 'life'), ("'The", 'The'), ("'higher", 'higher'), ("'Acts", 'Acts'), ("'Lord", 'Lord'), ("'Lord", 'Lord'), ("'This", 'This')]
ST18860422-V12-16-page9.txt: [("'The", 'The')]
ST18860506-V12-17-page1.txt: [("'Tween", 'Tween'), ("'ell", 'ell'), ("'people", 'people')]
ST18860506-V12-17-page14.txt: [("'the", 'the')]
ST18860506-V12-17-page2.txt: [("'upon", 'upon'), ('\'offering."', 'offering."'), ("'a", 'a')]
ST18860506-V12-17-page4.txt: [("'There's", 'Theres'), ('\'"', '"')]
ST18860506-V12-17-page5.txt: [("'He", 'He')]
ST18860506-V12-17-page6.txt: [("'ought", 'ought'), ("'there", 'there'), ("'singular", 'singular')]
ST18860506-V12-17-page7.txt: [("'but", 'but'), ('\'"', '"'), ("'But", 'But')]
ST18860506-V12-17-page8.txt: [("'fulfill", 'fulfill'), ("'Thus", 'Thus'), ("'Wherefore", 'Wherefore'), ("'holy", 'holy'), ("'Do", 'Do'), ("'Whosoever", 'Whosoever')]
ST18860513-V12-18-page10.txt: [("'aloof", 'aloof')]
ST18860513-V12-18-page12.txt: [("'but", 'but'), ("'is", 'is')]
ST18860513-V12-18-page14.txt: [("'pleasuring", 'pleasuring')]
ST18860513-V12-18-page15.txt: [("'IRE", 'IRE')]
ST18860513-V12-18-page16.txt: [("'and", 'and'), ("'will", 'will')]
ST18860513-V12-18-page3.txt: [("'that", 'that')]
ST18860513-V12-18-page4.txt: [("'qualithe", 'qualithe'), ("'Tuscany", 'Tuscany'), ("'was", 'was')]
ST18860513-V12-18-page6.txt: [("'fallen", 'fallen')]
ST18860520-V12-19-page1.txt: [("'the", 'the')]
ST18860520-V12-19-page11.txt: [("'in", 'in')]
ST18860520-V12-19-page15.txt: [("'I'.", 'I.')]
ST18860520-V12-19-page16.txt: [("'Ike", 'Ike')]
ST18860520-V12-19-page2.txt: [("'in", 'in'), ("'level", 'level')]
ST18860520-V12-19-page3.txt: [("'TIMES.", 'TIMES.'), ("'worshiped", 'worshiped')]
ST18860520-V12-19-page4.txt: [("'about", 'about')]
ST18860520-V12-19-page5.txt: [("'lento", 'lento')]
ST18860520-V12-19-page6.txt: [("'Suppose", 'Suppose'), ("'Thus", 'Thus'), ("'In", 'In')]
ST18860520-V12-19-page7.txt: [("'We", 'We'), ("'the", 'the')]
ST18860520-V12-19-page8.txt: [("'take", 'take'), ("'of", 'of'), ("'We", 'We')]
ST18860520-V12-19-page9.txt: [("'State", 'State'), ('\'"', '"'), ("'given", 'given'), ('\'ig"', 'ig"'), ("'.", '.'), ("'oP", 'oP'), ("'a", 'a'), ("'rr", 'rr'), ("'.referred", '.referred')]
ST18860527-V12-20-page1.txt: [("'and", 'and')]
ST18860527-V12-20-page10.txt: [("'C", 'C')]
ST18860527-V12-20-page11.txt: [("'Come", 'Come'), ("'Come", 'Come'), ("'Jesus", 'Jesus'), ("'Lord", 'Lord'), ("'these", 'these')]
ST18860527-V12-20-page12.txt: [('\'"', '"'), ("'Avenge", 'Avenge'), ("'oo", 'oo'), ("'em", 'em')]
ST18860527-V12-20-page13.txt: [("'Bills", 'Bills'), ("'with", 'with')]
ST18860527-V12-20-page14.txt: [("'thought", 'thought'), ("'Indians", 'Indians')]
ST18860527-V12-20-page15.txt: [("'S", 'S'), ("'Inman", 'Inman')]
ST18860527-V12-20-page16.txt: [("'to", 'to')]
ST18860527-V12-20-page2.txt: [("'hie", 'hie'), ("'shout", 'shout')]
ST18860527-V12-20-page3.txt: [("'of", 'of')]
ST18860527-V12-20-page4.txt: [("'letters", 'letters'), ("'supposed", 'supposed')]
ST18860527-V12-20-page5.txt: [("'find", 'find')]
ST18860527-V12-20-page6.txt: [("'instead", 'instead'), ("'Thus", 'Thus'), ("'Thus", 'Thus')]
ST18860527-V12-20-page7.txt: [("'Thus", 'Thus'), ("'tie", 'tie'), ("'See", 'See')]
ST18860527-V12-20-page8.txt: [("'Upon", 'Upon'), ("'slightest", 'slightest'), ("'the", 'the')]
ST18860527-V12-20-page9.txt: [("'give", 'give'), ("'judgments", 'judgments')]
ST18860610-V12-22-page10.txt: [("'Isa.", 'Isa.')]
ST18860610-V12-22-page11.txt: [("'cruel", 'cruel')]
ST18860610-V12-22-page12.txt: [("'neither", 'neither'), ("'as", 'as'), ("'Fine", 'Fine'), ("'Twelve", 'Twelve')]
ST18860610-V12-22-page13.txt: [("'practicable", 'practicable'), ("'Lake", 'Lake'), ("'to", 'to'), ("'accordeon", 'accordeon'), ("'Jury", 'Jury'), ("'finally", 'finally'), ("'nesgito", 'nesgito'), ("'liquor", 'liquor'), ("'answer", 'answer')]
ST18860610-V12-22-page14.txt: [("'libwhere", 'libwhere')]
ST18860610-V12-22-page15.txt: [("'The", 'The')]
ST18860610-V12-22-page2.txt: [("'battle", 'battle')]
ST18860610-V12-22-page3.txt: [("'-manner", '-manner'), ("'thoughts", 'thoughts')]
ST18860610-V12-22-page4.txt: [("'unite", 'unite'), ("'much", 'much'), ("'reforcing", 'reforcing'), ("'entered", 'entered')]
ST18860610-V12-22-page5.txt: [("'It", 'It'), ("'us", 'us')]
ST18860610-V12-22-page6.txt: [("'Conand", 'Conand'), ("'what", 'what'), ("'the", 'the')]
ST18860610-V12-22-page7.txt: [("'wait", 'wait')]
ST18860610-V12-22-page8.txt: [("'My", 'My'), ("'owls", 'owls')]
ST18860610-V12-22-page9.txt: [("'connection", 'connection'), ("'be.", 'be.')]
ST18860617-V12-23-page1.txt: [("'and", 'and'), ("'lips", 'lips')]
ST18860617-V12-23-page10.txt: [("'He", 'He')]
ST18860617-V12-23-page12.txt: [("'be", 'be'), ("'could", 'could')]
ST18860617-V12-23-page14.txt: [("'Vol..", 'Vol..')]
ST18860617-V12-23-page15.txt: [("'.", '.'), ("'Kan.", 'Kan.'), ("'Pus", 'Pus')]
ST18860617-V12-23-page16.txt: [("'Peace", 'Peace')]
ST18860617-V12-23-page4.txt: [("'that", 'that')]
ST18860617-V12-23-page8.txt: [("'spice", 'spice'), ("'It", 'It'), ("'If", 'If'), ("'whatsoever", 'whatsoever'), ("'they", 'they')]
ST18860617-V12-23-page9.txt: [("'magnify", 'magnify'), ("'all", 'all'), ("'Thou", 'Thou'), ("'born", 'born'), ('\'"', '"'), ("'to", 'to')]
ST18860624-V12-24-page1.txt: [("'make", 'make')]
ST18860624-V12-24-page10.txt: [("'word", 'word'), ("'any", 'any'), ("'from", 'from'), ("'Rabbi", 'Rabbi')]
ST18860624-V12-24-page11.txt: [("'blind", 'blind'), ("'in", 'in')]
ST18860624-V12-24-page12.txt: [("'I'm", 'Im')]
ST18860624-V12-24-page13.txt: [("'leaving", 'leaving'), ("'camp-toast", 'camp-toast')]
ST18860624-V12-24-page14.txt: [("'at", 'at')]
ST18860624-V12-24-page15.txt: [("'than", 'than'), ("'This", 'This')]
ST18860624-V12-24-page16.txt: [("'safely", 'safely'), ("'Protestantism", 'Protestantism'), ("'He", 'He'), ('\'"', '"'), ("'The", 'The'), ("'Great", 'Great'), ("'Great", 'Great'), ("'Marvel", 'Marvel'), ("'Vol.", 'Vol.'), ("'Great", 'Great')]
ST18860624-V12-24-page2.txt: [("'root", 'root')]
ST18860624-V12-24-page3.txt: [("'by", 'by')]
ST18860624-V12-24-page6.txt: [("''Co", 'Co'), ("'had", 'had'), ("'what", 'what')]
ST18860624-V12-24-page9.txt: [("'Remarks", 'Remarks'), ("'appointed", 'appointed')]
ST18860701-V12-25-page1.txt: [("'tonsider", 'tonsider')]
ST18860701-V12-25-page10.txt: [("'better", 'better'), ("'who", 'who'), ("'sins", 'sins')]
ST18860701-V12-25-page12.txt: [('\'l"', 'l"')]
ST18860701-V12-25-page13.txt: [("'twixt", 'twixt'), ("'THE", 'THE'), ("'extra", 'extra'), ("'High", 'High'), ("'extra", 'extra')]
ST18860701-V12-25-page15.txt: [("'I", 'I'), ("'TEMPERANCE", 'TEMPERANCE'), ("'TEMPERANCE", 'TEMPERANCE')]
ST18860701-V12-25-page16.txt: [("'try", 'try')]
ST18860701-V12-25-page2.txt: [("'for", 'for'), ("'divines", 'divines'), ("'hegivethwisdomuntothewise", 'hegivethwisdomuntothewise'), ("'Christianity", 'Christianity')]
ST18860701-V12-25-page3.txt: [("'.that", '.that'), ("'the", 'the')]
ST18860701-V12-25-page5.txt: [("'.", '.'), ("'old", 'old')]
ST18860701-V12-25-page6.txt: [("'Thou", 'Thou')]
ST18860701-V12-25-page7.txt: [("'din", 'din'), ("'in", 'in')]
ST18860701-V12-25-page8.txt: [("'oak", 'oak'), ("'by", 'by')]
ST18860701-V12-25-page9.txt: [("'selling", 'selling'), ("'ass", 'ass')]
ST18860708-V12-26-page1.txt: [("'because", 'because'), ("'Midst", 'Midst')]
ST18860708-V12-26-page10.txt: [("'grew", 'grew'), ("'them", 'them')]
ST18860708-V12-26-page11.txt: [("'enmity", 'enmity'), ("'God", 'God'), ('\'them."', 'them."'), ("'kings", 'kings')]
ST18860708-V12-26-page12.txt: [("'a", 'a')]
ST18860708-V12-26-page13.txt: [("'when", 'when')]
ST18860708-V12-26-page14.txt: [("'The", 'The')]
ST18860708-V12-26-page15.txt: [("'Thoughts", 'Thoughts'), ("'revised", 'revised')]
ST18860708-V12-26-page16.txt: [("'just", 'just'), ("'just", 'just'), ("'If", 'If'), ("'is", 'is')]
ST18860708-V12-26-page2.txt: [("'VOL.", 'VOL.'), ("'voted", 'voted')]
ST18860708-V12-26-page4.txt: [("'prefecture", 'prefecture')]
ST18860708-V12-26-page5.txt: [("'Philip", 'Philip')]
ST18860708-V12-26-page6.txt: [("'Vol", 'Vol'), ("'they", 'they')]
ST18860708-V12-26-page7.txt: [("'enemy", 'enemy'), ("'bright", 'bright'), ("'great", 'great'), ("'look", 'look'), ("'blessed", 'blessed'), ("'affirms", 'affirms'), ("'is", 'is')]
ST18860708-V12-26-page8.txt: [("'never", 'never')]
ST18860708-V12-26-page9.txt: [("'bus", 'bus')]
ST18860715-V12-27-page1.txt: [("'eyes", 'eyes')]
ST18860715-V12-27-page10.txt: [("'into", 'into'), ("'was", 'was'), ("'beloved", 'beloved')]
ST18860715-V12-27-page12.txt: [("'twould", 'twould'), ("'to", 'to'), ("'leis", 'leis'), ("'Now", 'Now')]
ST18860715-V12-27-page13.txt: [("'aboufgt.", 'aboufgt.')]
ST18860715-V12-27-page15.txt: [("'Peace", 'Peace'), ("'very", 'very'), ("'and", 'and')]
ST18860715-V12-27-page16.txt: [("'Russia", 'Russia'), ("'peace", 'peace'), ("'placed", 'placed')]
ST18860715-V12-27-page3.txt: [("'the", 'the'), ("'a", 'a')]
ST18860715-V12-27-page4.txt: [("'in", 'in')]
ST18860715-V12-27-page6.txt: [("'fight", 'fight')]
ST18860715-V12-27-page7.txt: [("'this", 'this')]
ST18860722-V12-28-page12.txt: [("'graded", 'graded')]
ST18860722-V12-28-page14.txt: [("'t'he", 'the')]
ST18860722-V12-28-page15.txt: [("'Presto.", 'Presto.'), ("'.", '.')]
ST18860722-V12-28-page16.txt: [("'rather", 'rather'), ("'this", 'this'), ("'Now", 'Now'), ("'to", 'to'), ("'There", 'There')]
ST18860722-V12-28-page3.txt: [("'Who", 'Who')]
ST18860722-V12-28-page5.txt: [("'venerable", 'venerable')]
ST18860722-V12-28-page6.txt: [("'Decoration", 'Decoration'), ("'We", 'We')]
ST18860722-V12-28-page7.txt: [("'Most", 'Most'), ("'Sire", 'Sire'), ("'the", 'the')]
ST18860729-V12-29-page1.txt: [("'the", 'the')]
ST18860729-V12-29-page13.txt: [("'decorating", 'decorating'), ("'Her", 'Her')]
ST18860729-V12-29-page14.txt: [("'boiler", 'boiler')]
ST18860729-V12-29-page15.txt: [("'Peace", 'Peace'), ("'very", 'very')]
ST18860729-V12-29-page16.txt: [('\'"', '"')]
ST18860729-V12-29-page2.txt: [("'next", 'next'), ("'Sabbath", 'Sabbath')]
ST18860729-V12-29-page4.txt: [("'orator", 'orator')]
ST18860729-V12-29-page6.txt: [("'shall", 'shall'), ("'What", 'What')]
ST18860729-V12-29-page7.txt: [("'And", 'And'), ("'beast", 'beast')]
ST18860729-V12-29-page8.txt: [("'of", 'of')]
ST18860729-V12-29-page9.txt: [("'subjection", 'subjection')]
ST18860805-V12-30-page1.txt: [("'Gainst", 'Gainst'), ("'Tis", 'Tis')]
ST18860805-V12-30-page10.txt: [("'Pyre", 'Pyre')]
ST18860805-V12-30-page12.txt: [("'twould", 'twould')]
ST18860805-V12-30-page13.txt: [("'cut", 'cut')]
ST18860805-V12-30-page16.txt: [("'I", 'I')]
ST18860805-V12-30-page2.txt: [("'''true.", 'true.')]
ST18860805-V12-30-page3.txt: [("'the", 'the')]
ST18860805-V12-30-page4.txt: [("'fierce", 'fierce'), ("'mighty", 'mighty'), ("'township", 'township'), ("'the", 'the')]
ST18860805-V12-30-page7.txt: [("'cloud", 'cloud'), ("'the", 'the')]
ST18860812-V12-31-page1.txt: [("'tura", 'tura'), ("'Eduens", 'Eduens')]
ST18860812-V12-31-page11.txt: [("'Then", 'Then'), ("'Sinai", 'Sinai')]
ST18860812-V12-31-page12.txt: [("'never", 'never'), ("'em", 'em'), ("'fraid", 'fraid')]
ST18860812-V12-31-page13.txt: [("'taken", 'taken')]
ST18860812-V12-31-page14.txt: [("'the", 'the'), ("'has", 'has')]
ST18860812-V12-31-page15.txt: [("'Box", 'Box'), ("'has", 'has')]
ST18860812-V12-31-page16.txt: [("'ndirect", 'ndirect')]
ST18860812-V12-31-page3.txt: [("'reveal", 'reveal')]
ST18860812-V12-31-page4.txt: [("'chap.", 'chap.'), ("'circumstances", 'circumstances')]
ST18860812-V12-31-page7.txt: [("'Immediately", 'Immediately')]
ST18860812-V12-31-page8.txt: [("'there", 'there')]
ST18860812-V12-31-page9.txt: [("'we", 'we'), ("'Point", 'Point')]
ST18860819-V12-32-page12.txt: [("'close", 'close'), ("'fixed", 'fixed')]
ST18860819-V12-32-page13.txt: [("'parts", 'parts'), ("'a", 'a')]
ST18860819-V12-32-page15.txt: [("'What", 'What')]
ST18860819-V12-32-page3.txt: [("'the", 'the')]
ST18860819-V12-32-page4.txt: [("'and", 'and')]
ST18860819-V12-32-page5.txt: [("'Christ", 'Christ'), ("'Hold", 'Hold'), ("'Reform", 'Reform')]
ST18860819-V12-32-page7.txt: [("'appears", 'appears')]
ST18860826-V12-33-page11.txt: [("'truth", 'truth'), ("'Heel.", 'Heel.'), ("'CO", 'CO')]
ST18860826-V12-33-page13.txt: [("'sick", 'sick')]
ST18860826-V12-33-page14.txt: [("'attend", 'attend')]
ST18860826-V12-33-page15.txt: [("'Loughborough", 'Loughborough')]
ST18860826-V12-33-page16.txt: [("''if", 'if')]
ST18860826-V12-33-page2.txt: [("'When", 'When'), ("'that", 'that')]
ST18860826-V12-33-page3.txt: [("'beall", 'beall'), ("'m", 'm')]
ST18860826-V12-33-page4.txt: [("'ascendant", 'ascendant')]
ST18860826-V12-33-page5.txt: [("'failing", 'failing'), ("'patronage", 'patronage'), ("'go", 'go')]
ST18860826-V12-33-page7.txt: [("'of", 'of')]
ST18860826-V12-33-page8.txt: [("'Society", 'Society')]
ST18860902-V12-34-page11.txt: [("'Ras", 'Ras'), ("'kind", 'kind'), ("'Luke", 'Luke')]
ST18860902-V12-34-page13.txt: [("'Q.", 'Q.')]
ST18860902-V12-34-page14.txt: [("'room.", 'room.')]
ST18860902-V12-34-page15.txt: [("'Taviuni", 'Taviuni'), ("'E.", 'E.'), ("'territory", 'territory')]
ST18860902-V12-34-page16.txt: [("'t", 't')]
ST18860902-V12-34-page2.txt: [("'leceivoth", 'leceivoth'), ("'illuminated", 'illuminated'), ("'It", 'It'), ("'the", 'the')]
ST18860902-V12-34-page3.txt: [("'them.", 'them.'), ("'of", 'of'), ("'louses", 'louses')]
ST18860902-V12-34-page4.txt: [("'two", 'two')]
ST18860902-V12-34-page5.txt: [("'of", 'of'), ("'is", 'is')]
ST18860902-V12-34-page6.txt: [("'quick", 'quick'), ("'mouth", 'mouth'), ("'guilty", 'guilty'), ("'dead", 'dead'), ("'Christ", 'Christ'), ("'for", 'for'), ("'to", 'to'), ("'Closer", 'Closer'), ("'depart", 'depart')]
ST18860902-V12-34-page7.txt: [("'my", 'my')]
ST18860902-V12-34-page9.txt: [("'meeting", 'meeting'), ("'me", 'me')]
ST18860909-V12-35-page10.txt: [('\'him."', 'him."'), ("'faith", 'faith'), ("'THIS", 'THIS')]
ST18860909-V12-35-page11.txt: [("'of", 'of')]
ST18860909-V12-35-page12.txt: [("'Lord", 'Lord')]
ST18860909-V12-35-page13.txt: [("'opened", 'opened')]
ST18860909-V12-35-page14.txt: [("'Hughes", 'Hughes')]
ST18860909-V12-35-page16.txt: [("'.", '.')]
ST18860909-V12-35-page2.txt: [("'the", 'the')]
ST18860909-V12-35-page3.txt: [("'How", 'How')]
ST18860909-V12-35-page4.txt: [("'germ", 'germ'), ("'ie.Teyss", 'ie.Teyss')]
ST18860909-V12-35-page5.txt: [("'are", 'are'), ("'Jesus", 'Jesus'), ("'Naked", 'Naked'), ("'Perish", 'Perish')]
ST18860909-V12-35-page6.txt: [("'my", 'my'), ("'And", 'And')]
ST18860909-V12-35-page7.txt: [("'The", 'The'), ("'The", 'The'), ("'We", 'We')]
ST18860909-V12-35-page8.txt: [("'on", 'on')]
ST18860909-V12-35-page9.txt: [("'the", 'the'), ("'s", 's'), ("'se", 'se')]
ST18860916-V12-36-page11.txt: [("'as", 'as')]
ST18860916-V12-36-page14.txt: [("'Music", 'Music'), ("'credentials", 'credentials')]
ST18860916-V12-36-page16.txt: [("'If", 'If')]
ST18860916-V12-36-page2.txt: [("'year", 'year')]
ST18860916-V12-36-page3.txt: [("'are", 'are'), ("'the", 'the'), ("'swallowed", 'swallowed')]
ST18860916-V12-36-page6.txt: [("'What", 'What')]
ST18860916-V12-36-page7.txt: [("'manifest", 'manifest')]
ST18860916-V12-36-page8.txt: [("'atonement", 'atonement')]
ST18860916-V12-36-page9.txt: [("'i", 'i'), ("'promiscuous", 'promiscuous')]
ST18860923-V12-37-page1.txt: [("'Tis", 'Tis')]
ST18860923-V12-37-page15.txt: [("'I'.", 'I.')]
ST18860923-V12-37-page2.txt: [("'himself", 'himself')]
ST18860923-V12-37-page4.txt: [("'they", 'they'), ("'you", 'you')]
ST18860923-V12-37-page6.txt: [("'every", 'every'), ("'HAD", 'HAD'), ("'than", 'than'), ("'Being", 'Being'), ("'Do", 'Do'), ("'holy.", 'holy.'), ("'but", 'but'), ("'redeemed", 'redeemed'), ("'destroy", 'destroy'), ("'by", 'by'), ("'BY", 'BY'), ("'one", 'one'), ("'for", 'for'), ("'life", 'life'), ("'God", 'God')]
ST18860923-V12-37-page9.txt: [("'devoted", 'devoted'), ("'lath", 'lath')]
ST18860930-V12-38-page11.txt: [("'church", 'church'), ("'So", 'So')]
ST18860930-V12-38-page13.txt: [("'better", 'better'), ("'Temperance", 'Temperance')]
ST18860930-V12-38-page14.txt: [("'Hungary", 'Hungary'), ("'Rig", 'Rig')]
ST18860930-V12-38-page15.txt: [("'These", 'These'), ("'Central", 'Central'), ("'baggage", 'baggage'), ("'Joyful", 'Joyful'), ("'Joyful", 'Joyful'), ("'.", '.')]
ST18860930-V12-38-page16.txt: [("'How", 'How')]
ST18860930-V12-38-page2.txt: [("'Vigilance", 'Vigilance')]
ST18860930-V12-38-page3.txt: [("'a", 'a')]
ST18860930-V12-38-page5.txt: [("'the", 'the')]
ST18860930-V12-38-page7.txt: [("'can", 'can')]
ST18860930-V12-38-page8.txt: [("'and", 'and')]
ST18860930-V12-38-page9.txt: [("'Elder", 'Elder')]
ST18861007-V12-39-page1.txt: [("'Tis", 'Tis'), ("'Tie", 'Tie'), ("'holiness", 'holiness')]
ST18861007-V12-39-page12.txt: [("'.", '.')]
ST18861007-V12-39-page13.txt: [("'fantail", 'fantail'), ("'being", 'being')]
ST18861007-V12-39-page15.txt: [("'TEmrintaNce", 'TEmrintaNce'), ("'pulmonary", 'pulmonary'), ("'Penny", 'Penny'), ("'Joyful", 'Joyful')]
ST18861007-V12-39-page16.txt: [("'Thus", 'Thus'), ("'The", 'The'), ("'Bible", 'Bible'), ("'The", 'The'), ("'Hot", 'Hot'), ("'t", 't'), ('\'em.\'"', 'em."'), ("'Daily", 'Daily'), ("'of", 'of')]
ST18861007-V12-39-page2.txt: [("'I", 'I')]
ST18861007-V12-39-page3.txt: [("'.Jesus", '.Jesus')]
ST18861007-V12-39-page4.txt: [("'shed", 'shed')]
ST18861007-V12-39-page5.txt: [("''.", '.'), ("'tongue's", 'tongues'), ("'of", 'of'), ("'his", 'his'), ("'o", 'o')]
ST18861007-V12-39-page6.txt: [("'a", 'a')]
ST18861021-V12-40-page1.txt: [("'that", 'that')]
ST18861021-V12-40-page10.txt: [("'AND", 'AND'), ("'late", 'late'), ("'And", 'And'), ("'very", 'very'), ("'on", 'on'), ("'early", 'early'), ("'as", 'as'), ('\'But"on', 'But"on'), ('\'"', '"'), ("'came", 'came'), ("'to", 'to'), ("'they", 'they'), ("'bringing", 'bringing'), ("'And", 'And'), ("'And", 'And'), ("'MARY", 'MARY'), ("'runneth", 'runneth'), ("'mitt", 'mitt')]
ST18861021-V12-40-page11.txt: [("'And", 'And'), ("'in", 'in'), ("'in", 'in'), ("'white", 'white'), ("'robe", 'robe'), ("'apparel", 'apparel'), ("'and", 'and'), ("'And", 'And'), ("'And", 'And'), ("'the", 'the'), ("'And", 'And'), ("'be", 'be'), ("'for", 'for'), ("'the", 'the'), ("'who", 'who'), ("'they", 'they'), ("'Why", 'Why'), ("'nets", 'nets'), ("'He", 'He'), ("'but", 'but'), ("'even", 'even'), ("'Remember", 'Remember'), ("'Mary", 'Mary'), ("'Come", 'Come'), ("'Behold", 'Behold'), ("'And", 'And'), ("'But", 'But'), ("'and", 'and'), ("'He", 'He'), ("'as", 'as'), ("'Lo", 'Lo'), ("'And", 'And'), ("'And", 'And'), ("'others", 'others'), ("'they", 'they'), ("'went", 'went'), ("'BUT", 'BUT'), ("'therefore'aro", 'thereforearo'), ("'went", 'went'), ("'ran", 'ran'), ("'And", 'And'), ("'stooping", 'stooping'), ("'he", 'he'), ("'the", 'the'), ("'lying", 'lying'), ("'by", 'by'), ("'and", 'and'), ("'and", 'and'), ("'to", 'to'), ("'Then", 'Then'), ("'So", 'So'), ("'She", 'She'), ("'that", 'that'), ("'AND", 'AND'), ("'the", 'the'), ("'they", 'they'), ("'entered", 'entered'), ("'AND", 'AND'), ("'the", 'the'), ("'returned", 'returned'), ("'Mary", 'Mary'), ("'And", 'And'), ("'And", 'And'), ("'saying", 'saying'), ("'Now", 'Now'), ("'But", 'But'), ("'Mary", 'Mary')]
ST18861021-V12-40-page12.txt: [("'OR", 'OR')]
ST18861021-V12-40-page16.txt: [("'mode", 'mode'), ("'ice", 'ice')]
ST18861021-V12-40-page2.txt: [("'of", 'of')]
ST18861021-V12-40-page3.txt: [("'week", 'week')]
ST18861021-V12-40-page7.txt: [("'we", 'we'), ("'sees", 'sees')]
ST18861021-V12-40-page8.txt: [("'t", 't')]
ST18861021-V12-40-page9.txt: [("'as", 'as'), ("'a", 'a')]
ST18861111-V12-43-page10.txt: [("'I", 'I')]
ST18861111-V12-43-page15.txt: [("'lit", 'lit')]
ST18861111-V12-43-page16.txt: [("'We", 'We')]
ST18861111-V12-43-page2.txt: [("'in", 'in')]
ST18861111-V12-43-page3.txt: [("'Highland", 'Highland'), ("'is", 'is'), ("'the", 'the')]
ST18861111-V12-43-page5.txt: [("'lave", 'lave'), ("'follow", 'follow'), ("'he", 'he')]
ST18861111-V12-43-page7.txt: [("'History", 'History')]
ST18861111-V12-43-page8.txt: [("'The", 'The')]
ST18861111-V12-43-page9.txt: [('\'"Uhis', '"Uhis')]
ST18861118-V12-44-page1.txt: [("'failed", 'failed')]
ST18861118-V12-44-page11.txt: [("'saints", 'saints')]
ST18861118-V12-44-page12.txt: [("'.", '.'), ("'We'll", 'Well'), ("'Molly", 'Molly'), ("'Charley", 'Charley')]
ST18861118-V12-44-page13.txt: [("'dinthe", 'dinthe')]
ST18861118-V12-44-page15.txt: [("'AccouNT.", 'AccouNT.'), ("'Fenny", 'Fenny'), ("'new", 'new'), ("'Joyful", 'Joyful'), ("'limp...", 'limp...')]
ST18861118-V12-44-page5.txt: [("'Judaizing", 'Judaizing')]
ST18861125-V12-45-page1.txt: [("'Tie", 'Tie'), ("'Tis", 'Tis'), ("'tis", 'tis')]
ST18861125-V12-45-page10.txt: [("'should", 'should')]
ST18861125-V12-45-page11.txt: [("'power", 'power')]
ST18861125-V12-45-page12.txt: [("'seemed", 'seemed'), ("'fess", 'fess'), ("'No", 'No'), ("'said", 'said')]
ST18861125-V12-45-page13.txt: [("'German", 'German')]
ST18861125-V12-45-page14.txt: [("'reaching", 'reaching')]
ST18861125-V12-45-page15.txt: [("'novo", 'novo'), ("'Con", 'Con'), ("'with", 'with'), ("'Tract", 'Tract'), ("'circulars", 'circulars'), ("'be", 'be'), ("'denary", 'denary'), ("'Dollar", 'Dollar'), ("'edition.", 'edition.')]
ST18861125-V12-45-page2.txt: [("'mind", 'mind'), ("'professed", 'professed')]
ST18861125-V12-45-page5.txt: [("'tie", 'tie'), ("'that", 'that'), ("'that", 'that'), ("'false", 'false')]
ST18861125-V12-45-page6.txt: [("'My", 'My'), ("'Old", 'Old'), ("'Christian", 'Christian'), ("'first", 'first'), ("'The", 'The')]
ST18861125-V12-45-page7.txt: [("'sail", 'sail'), ("'first", 'first')]
ST18861125-V12-45-page9.txt: [("'mongst", 'mongst'), ("'Mid", 'Mid'), ("'which", 'which'), ("'sins", 'sins')]
ST18861202-V12-46-page1.txt: [("'the", 'the'), ("'now", 'now')]
ST18861202-V12-46-page11.txt: [("'this", 'this'), ("'Verses", 'Verses')]
ST18861202-V12-46-page12.txt: [("'spied", 'spied'), ("'she'll", 'shell')]
ST18861202-V12-46-page13.txt: [("'all", 'all')]
ST18861202-V12-46-page15.txt: [("'Iowa.", 'Iowa.'), ("'TEMPERANCE", 'TEMPERANCE'), ("'Sentinel", 'Sentinel'), ("'IEEE", 'IEEE'), ("'TEMPERANCE", 'TEMPERANCE')]
ST18861202-V12-46-page16.txt: [("'and", 'and'), ("'Yes", 'Yes')]
ST18861202-V12-46-page3.txt: [("'took", 'took'), ("'another.", 'another.')]
ST18861202-V12-46-page5.txt: [("'live", 'live'), ("'n", 'n'), ("'shore", 'shore')]
ST18861202-V12-46-page7.txt: [("'himself", 'himself')]
ST18861202-V12-46-page8.txt: [("'gave", 'gave'), ("'in", 'in')]
ST18861202-V12-46-page9.txt: [("'As", 'As')]
ST18861216-V12-48-page10.txt: [("'creation", 'creation'), ('\'altered."', 'altered."'), ("'such", 'such'), ("'commemoration", 'commemoration')]
ST18861216-V12-48-page11.txt: [("'curse", 'curse')]
ST18861216-V12-48-page14.txt: [("'Chinese", 'Chinese'), ("'Catholics", 'Catholics'), ("'on", 'on')]
ST18861216-V12-48-page3.txt: [("'of", 'of'), ("'of", 'of'), ("'whosoever", 'whosoever'), ("'to", 'to'), ("'that", 'that'), ("'complaints", 'complaints')]
ST18861216-V12-48-page4.txt: [("'up", 'up'), ("'cooking", 'cooking')]
ST18861216-V12-48-page6.txt: [("'Let", 'Let'), ('\'show."', 'show."')]
ST18861216-V12-48-page7.txt: [("'axis", 'axis'), ("'with", 'with')]
ST18861223-V12-49-page1.txt: [("'tis", 'tis'), ("'God", 'God')]
ST18861223-V12-49-page11.txt: [("'that", 'that'), ("'loss", 'loss')]
ST18861223-V12-49-page15.txt: [("'OLD", 'OLD')]
ST18861223-V12-49-page16.txt: [("'are", 'are')]
ST18861223-V12-49-page2.txt: [("'to", 'to')]
ST18861223-V12-49-page3.txt: [("'then", 'then'), ("'indicates.", 'indicates.'), ("'his", 'his')]
ST18861223-V12-49-page5.txt: [("'And", 'And'), ("'in", 'in')]
ST18861223-V12-49-page8.txt: [("'the", 'the'), ("'man", 'man')]
ST18861230-V12-50-page1.txt: [("'Mid", 'Mid'), ("'and", 'and')]
ST18861230-V12-50-page11.txt: [("'the", 'the')]
ST18861230-V12-50-page12.txt: [("'flattened", 'flattened'), ("'double", 'double')]
ST18861230-V12-50-page14.txt: [("'Verse", 'Verse')]
ST18861230-V12-50-page15.txt: [("'he", 'he'), ("'Tract", 'Tract'), ("'Illinois", 'Illinois'), ("'roma", 'roma'), ("'mold", 'mold'), ("'t", 't'), ("'oust", 'oust'), ("'tract", 'tract'), ("'tonna", 'tonna'), ("'SG", 'SG'), ("'Alert", 'Alert'), ("'stubs", 'stubs'), ("'coedit", 'coedit'), ("''alum.", 'alum.')]
ST18861230-V12-50-page16.txt: [("'ore", 'ore')]
ST18861230-V12-50-page3.txt: [("'persons", 'persons'), ("'honorable", 'honorable'), ("'me", 'me'), ("'dominion", 'dominion')]
ST18861230-V12-50-page6.txt: [("'Who", 'Who')]
ST18861230-V12-50-page7.txt: [("'arise", 'arise'), ("'Josephus", 'Josephus'), ("'Paradise", 'Paradise')]
ST18861230-V12-50-page8.txt: [('\'"', '"'), ('\'God."', 'God."')]
ST18861230-V12-50-page9.txt: [("'resolution.", 'resolution.')]
ST18870106-V13-01-page1.txt: [("'here.", 'here.')]
ST18870106-V13-01-page10.txt: [("'Jesus", 'Jesus')]
ST18870106-V13-01-page13.txt: [("'.", '.')]
ST18870106-V13-01-page14.txt: [("'Aumale", 'Aumale'), ("'written", 'written')]
ST18870106-V13-01-page15.txt: [("'tract", 'tract'), ("'the", 'the')]
ST18870106-V13-01-page2.txt: [("'ES.", 'ES.'), ("'unto", 'unto'), ("'of", 'of'), ("'Beware", 'Beware')]
ST18870106-V13-01-page3.txt: [("'hrtgdom", 'hrtgdom')]
ST18870106-V13-01-page4.txt: [("'very", 'very'), ("'from", 'from')]
ST18870106-V13-01-page5.txt: [("'Edwards", 'Edwards'), ("'they", 'they'), ("'By", 'By'), ("'not", 'not')]
ST18870106-V13-01-page9.txt: [("'northern", 'northern')]
ST18870113-V13-02-page1.txt: [("'WIER", 'WIER'), ("'heart", 'heart')]
ST18870113-V13-02-page10.txt: [("'.ES.", '.ES.')]
ST18870113-V13-02-page11.txt: [("'It", 'It'), ("'appear", 'appear'), ("'the", 'the'), ("'the", 'the'), ("'the", 'the')]
ST18870113-V13-02-page12.txt: [("'cause", 'cause'), ("'her", 'her'), ("'cause", 'cause')]
ST18870113-V13-02-page13.txt: [("'TS", 'TS')]
ST18870113-V13-02-page14.txt: [("'lives", 'lives'), ("'led", 'led')]
ST18870113-V13-02-page15.txt: [("'Society", 'Society')]
ST18870113-V13-02-page2.txt: [("'there", 'there')]
ST18870113-V13-02-page3.txt: [("'desire", 'desire'), ("'repeal", 'repeal'), ("'the", 'the'), ("'such", 'such')]
ST18870113-V13-02-page4.txt: [("'tis", 'tis')]
ST18870113-V13-02-page6.txt: [("'if", 'if')]
ST18870113-V13-02-page7.txt: [("'nations", 'nations'), ("'And", 'And'), ("'like", 'like'), ("'there", 'there'), ("'And", 'And')]
ST18870113-V13-02-page8.txt: [("'sermon", 'sermon')]
ST18870113-V13-02-page9.txt: [("'Twas", 'Twas'), ("'up", 'up')]
ST18870120-V13-03-page1.txt: [("'tis", 'tis'), ("'tis", 'tis'), ("'Within", 'Within')]
ST18870120-V13-03-page11.txt: [("'of", 'of'), ("'I'd", 'Id')]
ST18870120-V13-03-page12.txt: [("'em", 'em'), ("'Twas", 'Twas')]
ST18870120-V13-03-page14.txt: [("'Nike", 'Nike')]
ST18870120-V13-03-page15.txt: [("'from", 'from')]
ST18870120-V13-03-page16.txt: [("'Their", 'Their')]
ST18870120-V13-03-page2.txt: [("'the", 'the')]
ST18870120-V13-03-page3.txt: [("'day", 'day')]
ST18870120-V13-03-page4.txt: [('\'"', '"'), ("'seeks", 'seeks')]
ST18870120-V13-03-page5.txt: [("'act", 'act')]
ST18870120-V13-03-page6.txt: [("'lath", 'lath'), ("'lath", 'lath'), ("'shall", 'shall')]
ST18870120-V13-03-page7.txt: [("'twill", 'twill')]
ST18870120-V13-03-page8.txt: [("'day", 'day')]
ST18870120-V13-03-page9.txt: [("'Atonement", 'Atonement'), ("'Marvel", 'Marvel')]
ST18870203-V13-05-page11.txt: [("'and", 'and')]
ST18870203-V13-05-page13.txt: [("'WE", 'WE'), ("'Such", 'Such')]
ST18870203-V13-05-page14.txt: [("'rhe", 'rhe'), ("'n", 'n'), ("'says", 'says')]
ST18870203-V13-05-page15.txt: [("'Persian", 'Persian')]
ST18870203-V13-05-page16.txt: [("'T", 'T'), ("'address", 'address')]
ST18870203-V13-05-page2.txt: [("'TIJIIIES.", 'TIJIIIES.'), ("'GRACELESS", 'GRACELESS')]
ST18870203-V13-05-page4.txt: [("'the", 'the'), ("'shall", 'shall')]
ST18870203-V13-05-page5.txt: [("'twould", 'twould'), ("'twould", 'twould'), ("'stored", 'stored')]
ST18870203-V13-05-page6.txt: [("'will", 'will'), ("'different", 'different')]
ST18870203-V13-05-page8.txt: [("'explanation.", 'explanation.')]
ST18870203-V13-05-page9.txt: [("'taken", 'taken'), ("'Which", 'Which'), ("'brethren", 'brethren')]
ST18870210-V13-06-page1.txt: [("'The", 'The')]
ST18870210-V13-06-page11.txt: [("'C", 'C'), ("'C", 'C'), ("'C", 'C')]
ST18870210-V13-06-page12.txt: [("'Tis", 'Tis')]
ST18870210-V13-06-page13.txt: [("'blood", 'blood')]
ST18870210-V13-06-page14.txt: [("'dynamite", 'dynamite'), ("'Never", 'Never')]
ST18870210-V13-06-page16.txt: [("'hamper", 'hamper'), ("'have", 'have')]
ST18870210-V13-06-page2.txt: [("'never", 'never')]
ST18870210-V13-06-page4.txt: [("'He", 'He')]
ST18870224-V13-08-page1.txt: [("'be", 'be')]
ST18870224-V13-08-page11.txt: [("'mercy", 'mercy'), ("'Esau", 'Esau'), ("'promised", 'promised')]
ST18870224-V13-08-page12.txt: [("'Wentworth", 'Wentworth'), ("'FOR", 'FOR')]
ST18870224-V13-08-page15.txt: [("'Ion", 'Ion')]
ST18870224-V13-08-page2.txt: [("'twill", 'twill')]
ST18870224-V13-08-page4.txt: [("'not", 'not')]
ST18870224-V13-08-page5.txt: [("'God", 'God'), ("'his", 'his'), ("'holiness.", 'holiness.')]
ST18870224-V13-08-page6.txt: [("'solely", 'solely'), ("'All", 'All')]
ST18870224-V13-08s-page1.txt: [("'if", 'if'), ("'their", 'their'), ("'Their", 'Their')]
ST18870224-V13-08s-page3.txt: [("'Thus", 'Thus'), ("'disposition", 'disposition')]
ST18870224-V13-08s-page4.txt: [("'been", 'been'), ("'but", 'but'), ("'signs", 'signs'), ("'God.", 'God.')]
ST18870224-V13-08s-page5.txt: [("'never", 'never'), ("'do", 'do')]
ST18870224-V13-08s-page7.txt: [("'There", 'There')]
ST18870224-V13-08s-page8.txt: [("'of", 'of'), ("'canvassers", 'canvassers'), ("'cloth", 'cloth'), ("'address", 'address'), ("'to", 'to')]
ST18870303-V13-09-page1.txt: [("'glop", 'glop')]
ST18870303-V13-09-page10.txt: [("'that", 'that')]
ST18870303-V13-09-page11.txt: [("'fessed", 'fessed')]
ST18870303-V13-09-page12.txt: [("'neath", 'neath')]
ST18870303-V13-09-page14.txt: [("'United", 'United'), ("'Wednesday", 'Wednesday')]
ST18870303-V13-09-page15.txt: [("'THE", 'THE'), ("'they", 'they')]
ST18870303-V13-09-page3.txt: [("'Among", 'Among'), ("'What", 'What')]
ST18870303-V13-09-page4.txt: [("'illustrate", 'illustrate'), ("'called", 'called')]
ST18870303-V13-09-page5.txt: [("'When", 'When')]
ST18870303-V13-09-page8.txt: [("'people", 'people'), ("'the", 'the')]
ST18870303-V13-09-page9.txt: [("'God", 'God')]
ST18870310-V13-10-page1.txt: [("'rill", 'rill'), ("'stock", 'stock')]
ST18870310-V13-10-page10.txt: [("'had", 'had')]
ST18870310-V13-10-page11.txt: [("'sets", 'sets'), ("'with", 'with')]
ST18870310-V13-10-page13.txt: [("'can", 'can')]
ST18870310-V13-10-page14.txt: [("'the", 'the'), ("'Wednesday", 'Wednesday')]
ST18870310-V13-10-page15.txt: [("'Goodrich", 'Goodrich'), ("'reply", 'reply')]
ST18870310-V13-10-page16.txt: [("'he", 'he'), ("'at", 'at')]
ST18870310-V13-10-page3.txt: [("'The", 'The')]
ST18870310-V13-10-page4.txt: [("'in", 'in')]
ST18870310-V13-10-page5.txt: [("'the", 'the'), ("'or", 'or')]
ST18870310-V13-10-page6.txt: [("'letters", 'letters')]
ST18870310-V13-10-page7.txt: [("'sign", 'sign'), ("'BY", 'BY'), ("'If", 'If'), ("'who", 'who')]
ST18870310-V13-10-page8.txt: [("'millions", 'millions'), ("'law", 'law')]
ST18870310-V13-10-page9.txt: [('\'"made', '"made'), ("'then", 'then')]
ST18870317-V13-11-page1.txt: [("'nlllllliilll", 'nlllllliilll'), ("'Tie", 'Tie')]
ST18870317-V13-11-page10.txt: [("'was", 'was')]
ST18870317-V13-11-page11.txt: [("'enveloped", 'enveloped'), ("'rudely", 'rudely'), ("'mother", 'mother')]
ST18870317-V13-11-page12.txt: [("'when", 'when')]
ST18870317-V13-11-page14.txt: [("'cities", 'cities'), ("'the", 'the')]
ST18870317-V13-11-page15.txt: [("'Colver", 'Colver'), ("'Irian.", 'Irian.'), ("'no.", 'no.')]
ST18870317-V13-11-page3.txt: [("'Tis", 'Tis')]
ST18870317-V13-11-page4.txt: [("'him", 'him')]
ST18870317-V13-11-page5.txt: [("'man", 'man')]
ST18870317-V13-11-page6.txt: [("'upon", 'upon'), ("'day", 'day'), ("'Both", 'Both')]
ST18870317-V13-11-page7.txt: [("'down", 'down')]
ST18870317-V13-11-page8.txt: [("'that", 'that')]
ST18870324-V13-12-page11.txt: [("'Pharaoh", 'Pharaoh'), ("'master", 'master'), ("'compromising", 'compromising')]
ST18870324-V13-12-page12.txt: [("'that", 'that')]
ST18870324-V13-12-page14.txt: [("'A", 'A')]
ST18870324-V13-12-page5.txt: [("'Job", 'Job')]
ST18870324-V13-12-page6.txt: [("'And", 'And'), ("'Now", 'Now'), ("'Now", 'Now')]
ST18870324-V13-12-page9.txt: [("'his", 'his')]
ST18870331-V13-13-page10.txt: [("'brotherly", 'brotherly'), ("'wept", 'wept')]
ST18870331-V13-13-page11.txt: [("'apostle", 'apostle')]
ST18870331-V13-13-page15.txt: [("'the", 'the'), ('\'"', '"')]
ST18870331-V13-13-page16.txt: [("'EUROPE.", 'EUROPE.'), ("'ft", 'ft'), ("'Say", 'Say')]
ST18870331-V13-13-page2.txt: [("'has", 'has'), ("'complete", 'complete')]
ST18870331-V13-13-page5.txt: [("'although", 'although')]
ST18870331-V13-13-page6.txt: [("'required", 'required'), ("'the", 'the')]
ST18870331-V13-13-page9.txt: [("'may", 'may')]
ST18870414-V13-14-page1.txt: [("'great", 'great')]
ST18870414-V13-14-page11.txt: [("'Libya", 'Libya')]
ST18870414-V13-14-page12.txt: [("'Gainst", 'Gainst'), ("'hoops", 'hoops'), ("'sociating", 'sociating'), ("'her", 'her'), ("'her", 'her')]
ST18870414-V13-14-page15.txt: [("'Franklin", 'Franklin'), ("'ay", 'ay')]
ST18870414-V13-14-page3.txt: [("'be", 'be')]
ST18870414-V13-14-page6.txt: [("'Vol.", 'Vol.'), ("'Israel.", 'Israel.'), ("'something", 'something'), ("'rejected", 'rejected')]
ST18870414-V13-14-page7.txt: [("'for", 'for')]
ST18870414-V13-14-page9.txt: [("'prayer.", 'prayer.'), ("'wheat", 'wheat')]
ST18870616-V13-23-page11.txt: [("'Who", 'Who')]
ST18870616-V13-23-page12.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ('\'"', '"'), ("'man", 'man')]
ST18870616-V13-23-page13.txt: [("'as", 'as')]
ST18870616-V13-23-page14.txt: [("'near", 'near')]
ST18870616-V13-23-page16.txt: [("'SE", 'SE')]
ST18870616-V13-23-page3.txt: [("'everlasting", 'everlasting'), ("'one", 'one'), ("'fact", 'fact')]
ST18870616-V13-23-page4.txt: [("'rest", 'rest')]
ST18870616-V13-23-page6.txt: [("'the", 'the'), ("'have", 'have')]
ST18870616-V13-23-page7.txt: [("'once", 'once'), ("'at", 'at')]
ST18870616-V13-23-page8.txt: [("'Let", 'Let')]
ST18870616-V13-23-page9.txt: [("'and", 'and'), ("'school", 'school')]
ST18870623-V13-24-page1.txt: [("'the", 'the'), ("'the", 'the')]
ST18870623-V13-24-page12.txt: [("'he", 'he'), ("'pointed", 'pointed'), ("'there", 'there')]
ST18870623-V13-24-page13.txt: [("'the", 'the')]
ST18870623-V13-24-page15.txt: [("'bearers", 'bearers'), ("'SIGNS.", 'SIGNS.')]
ST18870623-V13-24-page16.txt: [("'forgive", 'forgive'), ("'thou", 'thou')]
ST18870623-V13-24-page2.txt: [("'to", 'to')]
ST18870623-V13-24-page3.txt: [("'to", 'to')]
ST18870623-V13-24-page4.txt: [("'being", 'being'), ("'to", 'to')]
ST18870623-V13-24-page5.txt: [("'self", 'self')]
ST18870623-V13-24-page6.txt: [("'it.", 'it.'), ("'ever", 'ever')]
ST18870623-V13-24-page9.txt: [("'of", 'of'), ("'all", 'all')]
ST18870707-V13-26-page1.txt: [("'Twas", 'Twas')]
ST18870707-V13-26-page12.txt: [("'very", 'very'), ("'livin", 'livin')]
ST18870707-V13-26-page14.txt: [("'xiper", 'xiper')]
ST18870707-V13-26-page16.txt: [("'Holiness", 'Holiness')]
ST18870707-V13-26-page2.txt: [("'And", 'And'), ("'until", 'until'), ("'about", 'about')]
ST18870707-V13-26-page3.txt: [("'as", 'as')]
ST18870707-V13-26-page4.txt: [("'he", 'he'), ("'else", 'else'), ("'They", 'They'), ("'minds", 'minds')]
ST18870707-V13-26-page5.txt: [("'and", 'and')]
ST18870707-V13-26-page6.txt: [("'the", 'the')]
ST18870707-V13-26-page7.txt: [("'under", 'under')]
ST18870707-V13-26-page9.txt: [("'Exactly.", 'Exactly.')]
ST18870714-V13-27-page1.txt: [('\'be."', 'be."'), ("'Illllpl", 'Illllpl'), ("'lilt", 'lilt')]
ST18870714-V13-27-page10.txt: [("'other", 'other')]
ST18870714-V13-27-page11.txt: [("'could", 'could'), ("'While", 'While')]
ST18870714-V13-27-page12.txt: [("'Tis", 'Tis'), ("'angry", 'angry')]
ST18870714-V13-27-page13.txt: [("'em", 'em'), ("'less", 'less'), ("'em", 'em'), ("'em", 'em'), ("'to", 'to'), ("'If", 'If'), ("'up", 'up'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em')]
ST18870714-V13-27-page14.txt: [("'statement", 'statement')]
ST18870714-V13-27-page15.txt: [("'THE", 'THE'), ("'TRUTH", 'TRUTH')]
ST18870714-V13-27-page16.txt: [("'SIGNS", 'SIGNS')]
ST18870714-V13-27-page3.txt: [('\'"', '"')]
ST18870714-V13-27-page5.txt: [("'mountains", 'mountains')]
ST18870714-V13-27-page6.txt: [("'of", 'of'), ("'to", 'to'), ("'served", 'served')]
ST18870714-V13-27-page8.txt: [("'for", 'for')]
ST18870818-V13-32-page10.txt: [("'he", 'he'), ("'Tim.", 'Tim.')]
ST18870818-V13-32-page11.txt: [("'What", 'What')]
ST18870818-V13-32-page12.txt: [("'And", 'And')]
ST18870818-V13-32-page15.txt: [("'.", '.')]
ST18870818-V13-32-page16.txt: [("'that", 'that')]
ST18870818-V13-32-page2.txt: [("'during", 'during')]
ST18870818-V13-32-page5.txt: [('\'"', '"')]
ST18870818-V13-32-page6.txt: [('\'"', '"'), ("'signs", 'signs'), ("'days", 'days')]
ST18870818-V13-32-page7.txt: [("'ILE", 'ILE'), ("'which", 'which')]
ST18870818-V13-32-page8.txt: [("'For", 'For'), ("'If", 'If')]
ST18870818-V13-32-page9.txt: [("'forth", 'forth')]
ST18870825-V13-33-page1.txt: [("'the", 'the')]
ST18870825-V13-33-page11.txt: [("'all", 'all'), ("'terms", 'terms')]
ST18870825-V13-33-page12.txt: [("'funny", 'funny')]
ST18870825-V13-33-page13.txt: [("'many", 'many')]
ST18870825-V13-33-page16.txt: [("'immortality", 'immortality')]
ST18870825-V13-33-page3.txt: [("'that", 'that'), ("'to", 'to')]
ST18870825-V13-33-page4.txt: [("'almage.", 'almage.')]
ST18870825-V13-33-page5.txt: [("'each", 'each')]
ST18870915-V13-36-page1.txt: [("'Earth", 'Earth')]
ST18870915-V13-36-page11.txt: [("'reverence", 'reverence')]
ST18870915-V13-36-page12.txt: [("'tis", 'tis')]
ST18870915-V13-36-page13.txt: [("'Chicago's", 'Chicagos'), ("'new", 'new')]
ST18870915-V13-36-page14.txt: [("'I", 'I'), ("'craving", 'craving')]
ST18870915-V13-36-page4.txt: [("'would", 'would')]
ST18870915-V13-36-page6.txt: [("'express", 'express')]
ST18870915-V13-36-page7.txt: [("'Psalter", 'Psalter'), ("'till", 'till'), ("'Psaltery", 'Psaltery'), ("'that", 'that'), ("'till", 'till')]
ST18870915-V13-36-page8.txt: [("'his", 'his')]
ST18870915-V13-36-page9.txt: [("'Pope", 'Pope'), ("'Papal", 'Papal')]
ST18871006-V13-39-page1.txt: [("'Me", 'Me'), ("'eat", 'eat')]
ST18871006-V13-39-page10.txt: [("'taken", 'taken')]
ST18871006-V13-39-page11.txt: [("'I", 'I')]
ST18871006-V13-39-page12.txt: [("'make", 'make'), ("'or", 'or'), ("'Why", 'Why'), ("'say", 'say')]
ST18871006-V13-39-page13.txt: [("'the", 'the'), ("'of", 'of')]
ST18871006-V13-39-page14.txt: [("'A", 'A')]
ST18871006-V13-39-page15.txt: [("'NOTtca.", 'NOTtca.')]
ST18871006-V13-39-page16.txt: [("'AL.", 'AL.')]
ST18871006-V13-39-page2.txt: [("'ERROR", 'ERROR'), ("'relegating", 'relegating'), ("'that", 'that'), ("'of", 'of'), ("'each", 'each')]
ST18871006-V13-39-page3.txt: [("'as", 'as'), ("'you", 'you'), ("'them", 'them')]
ST18871006-V13-39-page5.txt: [("'s", 's')]
ST18871006-V13-39-page7.txt: [("'It", 'It'), ("'full", 'full'), ("'And", 'And')]
ST18871006-V13-39-page8.txt: [("'Let", 'Let'), ("'Lot", 'Lot'), ("'Let", 'Let')]
ST18871006-V13-39-page9.txt: [("'RoMan", 'RoMan')]
ST18871020-V13-40-page1.txt: [("'You", 'You'), ("'Why", 'Why'), ("'yonder", 'yonder'), ("'sometimes", 'sometimes'), ("'.", '.'), ("'I.", 'I.'), ("'.", '.'), ("''.", '.')]
ST18871020-V13-40-page10.txt: [("'to", 'to'), ("'the", 'the')]
ST18871020-V13-40-page12.txt: [("'worship", 'worship')]
ST18871020-V13-40-page13.txt: [("'at", 'at')]
ST18871020-V13-40-page14.txt: [("'conscience", 'conscience')]
ST18871020-V13-40-page15.txt: [("'Darkness", 'Darkness'), ("'Temperance", 'Temperance'), ("'..Er", '..Er')]
ST18871020-V13-40-page16.txt: [("'portion", 'portion'), ("'unto.", 'unto.')]
ST18871020-V13-40-page2.txt: [("'he", 'he'), ("'And", 'And')]
ST18871020-V13-40-page3.txt: [("'rod.", 'rod.'), ("'is", 'is'), ("'cannot", 'cannot')]
ST18871020-V13-40-page4.txt: [("'SIG", 'SIG'), ("'ancient", 'ancient'), ("'is", 'is')]
ST18871020-V13-40-page5.txt: [("'book", 'book'), ('\'"', '"')]
ST18871020-V13-40-page6.txt: [("'been", 'been'), ("'done", 'done')]
ST18871020-V13-40-page7.txt: [("'convey.", 'convey.'), ("'comprehend", 'comprehend')]
ST18871020-V13-40-page9.txt: [("'of", 'of')]
ST18871124-V13-45-page1.txt: [("''Sermon", 'Sermon'), ("'of", 'of')]
ST18871124-V13-45-page10.txt: [("'saying", 'saying')]
ST18871124-V13-45-page11.txt: [("'As", 'As'), ("'he", 'he')]
ST18871124-V13-45-page12.txt: [("'tis", 'tis'), ("'Zekiel", 'Zekiel'), ("'-m", '-m'), ("'Zekiel", 'Zekiel'), ("'Zekiel", 'Zekiel'), ("'cannot", 'cannot'), ("'they", 'they'), ("'em", 'em'), ("'head-fust.", 'head-fust.'), ("'Twat", 'Twat')]
ST18871124-V13-45-page13.txt: [("'Henceforth", 'Henceforth'), ("'Zekiel", 'Zekiel'), ("'with", 'with'), ("'that", 'that')]
ST18871124-V13-45-page16.txt: [("'we", 'we'), ("'redhanded", 'redhanded')]
ST18871124-V13-45-page2.txt: [("'worlds", 'worlds')]
ST18871124-V13-45-page3.txt: [("'word", 'word'), ("'I", 'I'), ("'guilty", 'guilty')]
ST18871124-V13-45-page4.txt: [("'has", 'has'), ("'does", 'does'), ("'nineteenth", 'nineteenth'), ("'It", 'It'), ("'to", 'to')]
ST18871124-V13-45-page5.txt: [("'currents", 'currents'), ("'PRACTICAL", 'PRACTICAL')]
ST18871124-V13-45-page6.txt: [("'Underwood", 'Underwood')]
ST18871124-V13-45-page8.txt: [("'do", 'do'), ("'Sunday", 'Sunday')]
ST18871124-V13-45-page9.txt: [("'and", 'and')]
ST18871201-V13-46-page11.txt: [("'this", 'this'), ("'tares", 'tares'), ("'It", 'It'), ("'the", 'the')]
ST18871201-V13-46-page12.txt: [("'kerchief", 'kerchief')]
ST18871201-V13-46-page13.txt: [("'a", 'a'), ("'his", 'his')]
ST18871201-V13-46-page14.txt: [("'against", 'against')]
ST18871201-V13-46-page15.txt: [("'numbers", 'numbers'), ("'ray", 'ray'), ("'Specimen", 'Specimen')]
ST18871201-V13-46-page16.txt: [("'on", 'on')]
ST18871201-V13-46-page3.txt: [("'of", 'of'), ("'is", 'is'), ("'tis", 'tis'), ("'tis", 'tis')]
ST18871201-V13-46-page4.txt: [("'of", 'of'), ("'religion", 'religion'), ("'I", 'I')]
ST18871201-V13-46-page5.txt: [("'shot", 'shot')]
ST18871201-V13-46-page6.txt: [("'we", 'we')]
ST18871201-V13-46-page7.txt: [("'that", 'that'), ("'election", 'election'), ("'The", 'The')]
ST18871208-V13-47-page1.txt: [("'work", 'work'), ("'tis", 'tis'), ("'from", 'from')]
ST18871208-V13-47-page11.txt: [("'but", 'but')]
ST18871208-V13-47-page12.txt: [("'TS", 'TS'), ("'an", 'an'), ("'shall", 'shall')]
ST18871208-V13-47-page13.txt: [("'another", 'another'), ("'upon", 'upon')]
ST18871208-V13-47-page14.txt: [("'and", 'and'), ("'be", 'be')]
ST18871208-V13-47-page15.txt: [("'SUBSCRIPTION", 'SUBSCRIPTION'), ("'a", 'a'), ("'Sentinel", 'Sentinel'), ("'INCREASING", 'INCREASING')]
ST18871208-V13-47-page2.txt: [("'outward", 'outward'), ("'They", 'They'), ("'said", 'said')]
ST18871208-V13-47-page3.txt: [("'a", 'a'), ("'that", 'that')]
ST18871208-V13-47-page4.txt: [("'that", 'that'), ("'no", 'no')]
ST18871208-V13-47-page5.txt: [("'.", '.'), ('\'"', '"'), ("'Did", 'Did'), ("'Though", 'Though'), ("'s", 's'), ("'the", 'the'), ("'help", 'help')]
ST18871208-V13-47-page6.txt: [("'of", 'of'), ("'in", 'in'), ("'translators", 'translators')]
ST18871208-V13-47-page7.txt: [("'his", 'his'), ("'day", 'day')]
ST18871208-V13-47-page9.txt: [("'that", 'that'), ("'through", 'through')]
ST18871215-V13-48-page1.txt: [("'of", 'of'), ("'verdict", 'verdict')]
ST18871215-V13-48-page10.txt: [("'he", 'he'), ("'please", 'please')]
ST18871215-V13-48-page12.txt: [("'Manda", 'Manda'), ("'Manda", 'Manda'), ("'a", 'a'), ("'Tis", 'Tis')]
ST18871215-V13-48-page13.txt: [("'em.", 'em.'), ("'em", 'em')]
ST18871215-V13-48-page14.txt: [("'S", 'S'), ("'Young", 'Young'), ("'Render", 'Render'), ("'the", 'the'), ("'suffered", 'suffered'), ("'G", 'G')]
ST18871215-V13-48-page15.txt: [("'Kimball", 'Kimball')]
ST18871215-V13-48-page16.txt: [("'any", 'any')]
ST18871215-V13-48-page2.txt: [("'place", 'place'), ("'Let", 'Let'), ("'famous", 'famous'), ("'attractive", 'attractive'), ("'or", 'or')]
ST18871215-V13-48-page3.txt: [("'of", 'of')]
ST18871215-V13-48-page4.txt: [("'and", 'and'), ("'Spirit", 'Spirit'), ("'He", 'He')]
ST18871215-V13-48-page6.txt: [("'to", 'to'), ("'is", 'is')]
ST18871215-V13-48-page8.txt: [("'The", 'The')]
ST18871215-V13-48-page9.txt: [("'address", 'address')]
ST18871222-V13-49-page1.txt: [("'D.", 'D.')]
ST18871222-V13-49-page11.txt: [("'in", 'in'), ("'the", 'the'), ("'the", 'the')]
ST18871222-V13-49-page13.txt: [("'you", 'you'), ("'or", 'or')]
ST18871222-V13-49-page14.txt: [("'the", 'the')]
ST18871222-V13-49-page15.txt: [("'REVIEW", 'REVIEW')]
ST18871222-V13-49-page16.txt: [("'believe", 'believe')]
ST18871222-V13-49-page2.txt: [("'that", 'that')]
ST18871222-V13-49-page4.txt: [("'from", 'from')]
ST18871222-V13-49-page5.txt: [("'or", 'or'), ("'remained", 'remained'), ("'How", 'How')]
ST18871222-V13-49-page7.txt: [("'promise", 'promise')]
ST18871222-V13-49-page8.txt: [("'nations", 'nations')]
ST18871222-V13-49-page9.txt: [("'.", '.'), ("'Ihothing", 'Ihothing'), ("'by", 'by'), ("'Sunday", 'Sunday')]
ST18871229-V13-50-page1.txt: [("'thy", 'thy')]
ST18871229-V13-50-page11.txt: [("'beneath", 'beneath')]
ST18871229-V13-50-page12.txt: [("'My", 'My'), ("'Here", 'Here'), ("'Divinity", 'Divinity')]
ST18871229-V13-50-page13.txt: [("'I", 'I')]
ST18871229-V13-50-page14.txt: [("'SECULAR.", 'SECULAR.'), ("'Cincinnati", 'Cincinnati')]
ST18871229-V13-50-page15.txt: [("'Oak", 'Oak')]
ST18871229-V13-50-page16.txt: [("'Does", 'Does')]
ST18871229-V13-50-page3.txt: [("'neath", 'neath'), ("'Tis", 'Tis'), ("'twill", 'twill')]
ST18871229-V13-50-page4.txt: [('\'"', '"'), ("'do", 'do'), ("'did", 'did')]
ST18871229-V13-50-page7.txt: [("'TS", 'TS'), ("'king", 'king')]
ST18871229-V13-50-page8.txt: [("'as", 'as'), ("'who", 'who'), ("'Sabbath", 'Sabbath')]
ST18880106-V14-01-page1.txt: [("'great", 'great')]
ST18880106-V14-01-page10.txt: [("'S.", 'S.')]
ST18880106-V14-01-page14.txt: [("'and", 'and'), ("'modern", 'modern')]
ST18880106-V14-01-page15.txt: [("'LSO", 'LSO'), ("'Y.", 'Y.'), ("'Postage", 'Postage')]
ST18880106-V14-01-page16.txt: [("'Buck's", 'Bucks')]
ST18880106-V14-01-page3.txt: [("'eat", 'eat'), ("'Heaven", 'Heaven'), ("'Whosoever", 'Whosoever'), ("'the", 'the')]
ST18880106-V14-01-page4.txt: [("'own", 'own')]
ST18880106-V14-01-page5.txt: [("'left", 'left'), ("'the", 'the')]
ST18880106-V14-01-page7.txt: [("'There", 'There')]
ST18880106-V14-01-page8.txt: [("'But", 'But')]
ST18880106-V14-01-page9.txt: [("'I", 'I')]
ST18880113-V14-02-page1.txt: [("'v", 'v'), ("'resentful", 'resentful'), ("'twist", 'twist'), ("'gainst", 'gainst')]
ST18880113-V14-02-page10.txt: [("'Thou", 'Thou')]
ST18880113-V14-02-page12.txt: [("'this", 'this'), ("'woman", 'woman'), ("'I", 'I')]
ST18880113-V14-02-page13.txt: [("'I", 'I')]
ST18880113-V14-02-page14.txt: [("'we", 'we')]
ST18880113-V14-02-page15.txt: [("'WHO", 'WHO'), ("'I", 'I'), ("'and", 'and'), ("'Students", 'Students')]
ST18880113-V14-02-page16.txt: [("'we", 'we'), ("'more", 'more')]
ST18880113-V14-02-page3.txt: [("'and", 'and'), ("'glory.", 'glory.'), ("'and", 'and'), ("'mid", 'mid'), ("'Tis", 'Tis'), ("'gainst", 'gainst')]
ST18880113-V14-02-page4.txt: [("'kingdom", 'kingdom'), ("'of", 'of')]
ST18880113-V14-02-page5.txt: [("'What", 'What'), ("'the", 'the'), ("'unchangeable", 'unchangeable'), ("'he", 'he'), ("'whether", 'whether'), ("'himself", 'himself')]
ST18880113-V14-02-page7.txt: [("'Greece", 'Greece')]
ST18880113-V14-02-page9.txt: [("'ascended", 'ascended'), ("'from", 'from'), ("'and", 'and')]
ST18880217-V14-07-page1.txt: [("'here", 'here'), ("'hear", 'hear'), ("'a", 'a')]
ST18880217-V14-07-page10.txt: [("'obeyed", 'obeyed'), ('\'"Behold', '"Behold')]
ST18880217-V14-07-page12.txt: [("'neath", 'neath'), ("'facility", 'facility'), ("'resist", 'resist'), ("'money", 'money'), ("'one", 'one')]
ST18880217-V14-07-page13.txt: [("'be", 'be')]
ST18880217-V14-07-page15.txt: [("'.", '.'), ("'South", 'South'), ("'ACIFIC", 'ACIFIC')]
ST18880217-V14-07-page2.txt: [("'prayer", 'prayer')]
ST18880217-V14-07-page3.txt: [("'innocence", 'innocence'), ("'something", 'something'), ('\'clean."', 'clean."')]
ST18880217-V14-07-page4.txt: [("'THE", 'THE'), ("'them", 'them')]
ST18880217-V14-07-page5.txt: [("'his", 'his'), ("'wickedness", 'wickedness')]
ST18880217-V14-07-page6.txt: [("'A", 'A'), ("'leave", 'leave'), ("'Are", 'Are'), ("'of", 'of'), ("'Be", 'Be'), ("'need", 'need')]
ST18880217-V14-07-page7.txt: [("'that", 'that'), ("'has", 'has'), ("'to", 'to'), ("'is", 'is'), ("'should", 'should'), ("'was", 'was'), ("'it", 'it')]
ST18880217-V14-07-page8.txt: [("'lowest", 'lowest'), ("'published", 'published'), ("'commandment", 'commandment'), ("'any", 'any')]
ST18880217-V14-07-page9.txt: [("'the", 'the')]
ST18880309-V14-10-page10.txt: [("'faithful", 'faithful')]
ST18880309-V14-10-page11.txt: [("'ilization", 'ilization'), ("'S.", 'S.'), ("'talk", 'talk')]
ST18880309-V14-10-page12.txt: [("'relish", 'relish')]
ST18880309-V14-10-page13.txt: [("'Temperance", 'Temperance'), ("'Temperance", 'Temperance')]
ST18880309-V14-10-page14.txt: [("'I", 'I'), ("'gars", 'gars')]
ST18880309-V14-10-page2.txt: [("'want", 'want'), ("'sanctifying", 'sanctifying')]
ST18880309-V14-10-page3.txt: [("'Scriptures", 'Scriptures')]
ST18880309-V14-10-page4.txt: [("'.", '.')]
ST18880309-V14-10-page6.txt: [("'having", 'having'), ("'to", 'to'), ("'Papal", 'Papal')]
ST18880309-V14-10-page7.txt: [("'of", 'of')]
ST18880309-V14-10-page8.txt: [("'a", 'a'), ("'blessings", 'blessings'), ("'the", 'the')]
ST18880309-V14-10-page9.txt: [("'to", 'to')]
ST18880323-V14-12-page1.txt: [("'mid", 'mid'), ("'mid", 'mid'), ("'stead", 'stead')]
ST18880323-V14-12-page10.txt: [("'furnished", 'furnished'), ("'always", 'always')]
ST18880323-V14-12-page11.txt: [("'destruction", 'destruction'), ("'fathers", 'fathers'), ("'feast", 'feast')]
ST18880323-V14-12-page12.txt: [("'Tis", 'Tis'), ("'whole", 'whole'), ("'Old", 'Old'), ("'and", 'and'), ('\'"', '"')]
ST18880323-V14-12-page13.txt: [("'cli", 'cli'), ("'t", 't')]
ST18880323-V14-12-page15.txt: [("'Ky.", 'Ky.'), ("'Texas", 'Texas'), ("'Containing", 'Containing'), ("'BY", 'BY')]
ST18880323-V14-12-page16.txt: [("'stopped", 'stopped')]
ST18880323-V14-12-page2.txt: [("'despise.", 'despise.'), ("'God", 'God'), ("'in", 'in'), ("'salvation", 'salvation'), ("'doing", 'doing'), ("'want", 'want'), ("'we", 'we'), ("'or", 'or')]
ST18880323-V14-12-page3.txt: [("'natty", 'natty'), ("'and", 'and'), ("'for", 'for'), ("'righteous", 'righteous'), ("'race", 'race')]
ST18880323-V14-12-page4.txt: [("'efficiency", 'efficiency')]
ST18880323-V14-12-page5.txt: [("'ought", 'ought')]
ST18880323-V14-12-page6.txt: [("'teaches", 'teaches'), ("'and", 'and'), ("'teach", 'teach'), ("'his", 'his')]
ST18880323-V14-12-page7.txt: [("'the", 'the'), ("'OF", 'OF'), ("'the", 'the'), ("'of", 'of')]
ST18880323-V14-12-page8.txt: [("'claimed", 'claimed'), ("'cisions", 'cisions'), ("'to", 'to'), ("'many", 'many'), ("'nature.", 'nature.'), ("'ing", 'ing')]
ST18880323-V14-12-page9.txt: [("'I", 'I')]
ST18880330-V14-13-page1.txt: [("'condemns", 'condemns')]
ST18880330-V14-13-page10.txt: [("'When", 'When'), ("'of", 'of')]
ST18880330-V14-13-page11.txt: [("'diverse.", 'diverse.'), ("'application", 'application'), ("'it", 'it'), ("'among", 'among'), ("'It", 'It'), ("'Hoyv", 'Hoyv'), ("'love", 'love')]
ST18880330-V14-13-page12.txt: [("'Not", 'Not'), ("'as", 'as')]
ST18880330-V14-13-page14.txt: [("'S.", 'S.'), ("'been", 'been')]
ST18880330-V14-13-page15.txt: [("'purchase", 'purchase'), ("'Avant", 'Avant')]
ST18880330-V14-13-page16.txt: [("'to", 'to'), ("'to", 'to')]
ST18880330-V14-13-page2.txt: [("'divine", 'divine'), ("'obedience", 'obedience'), ("'be", 'be'), ("'word", 'word'), ("'be", 'be'), ("'bettering", 'bettering'), ("'and", 'and')]
ST18880330-V14-13-page3.txt: [("'when", 'when'), ("'the", 'the'), ("'Christ", 'Christ'), ("'my", 'my')]
ST18880330-V14-13-page4.txt: [("'doing", 'doing'), ("'not", 'not')]
ST18880330-V14-13-page5.txt: [("'in", 'in'), ("'any", 'any')]
ST18880330-V14-13-page7.txt: [('\'"', '"'), ("'etc.", 'etc.')]
ST18880330-V14-13-page8.txt: [("'and", 'and'), ("'victuals", 'victuals')]
ST18880330-V14-13-page9.txt: [("'not", 'not'), ("'plug", 'plug'), ("'long", 'long')]
ST18880406-V14-14-page10.txt: [("'.", '.'), ("'neglected", 'neglected'), ("'the", 'the'), ("'life", 'life'), ("'important", 'important')]
ST18880406-V14-14-page12.txt: [("'Tis", 'Tis'), ("'tie", 'tie')]
ST18880406-V14-14-page13.txt: [("'s", 's')]
ST18880406-V14-14-page15.txt: [("'Temperance", 'Temperance'), ("'Temperance", 'Temperance'), ("'contains", 'contains')]
ST18880406-V14-14-page2.txt: [("'God", 'God')]
ST18880406-V14-14-page3.txt: [("'and", 'and'), ("'Tis", 'Tis')]
ST18880406-V14-14-page4.txt: [("'And", 'And')]
ST18880406-V14-14-page5.txt: [("'tormented", 'tormented')]
ST18880406-V14-14-page6.txt: [("'Tell", 'Tell'), ("'Mary", 'Mary'), ("'Justice", 'Justice'), ("'that", 'that'), ("'Catholic", 'Catholic'), ("'we", 'we'), ("'How", 'How'), ("'have", 'have'), ("'Sister", 'Sister'), ("'I", 'I'), ("'Yes", 'Yes')]
ST18880406-V14-14-page7.txt: [("'Catholic", 'Catholic')]
ST18880406-V14-14-page9.txt: [("'the", 'the')]
ST18880420-V14-16-page10.txt: [("'I", 'I'), ("'.", '.')]
ST18880420-V14-16-page11.txt: [("'the", 'the'), ("'put", 'put'), ("'house", 'house'), ("'Lord", 'Lord'), ("'would", 'would')]
ST18880420-V14-16-page12.txt: [("'stay", 'stay'), ("'most", 'most'), ("'twas", 'twas')]
ST18880420-V14-16-page13.txt: [("'Whether", 'Whether'), ("'A", 'A'), ("'classes", 'classes'), ("'of", 'of')]
ST18880420-V14-16-page14.txt: [("'The", 'The')]
ST18880420-V14-16-page15.txt: [("'to", 'to')]
ST18880420-V14-16-page16.txt: [("'Book", 'Book'), ("'ELDER", 'ELDER'), ("'Zelandia", 'Zelandia')]
ST18880420-V14-16-page2.txt: [("'conditions", 'conditions'), ("'that", 'that'), ("'of", 'of'), ("'it", 'it'), ("'milestone", 'milestone')]
ST18880420-V14-16-page3.txt: [("'and", 'and')]
ST18880420-V14-16-page4.txt: [("'man", 'man'), ("'in", 'in'), ("'for", 'for'), ("'unpardonable.", 'unpardonable.'), ("'for", 'for'), ("'the", 'the')]
ST18880420-V14-16-page5.txt: [("'crank", 'crank'), ("'wonderful.", 'wonderful.'), ("'Or", 'Or'), ("'The", 'The'), ("'Here", 'Here'), ("'make", 'make'), ("'proportional", 'proportional')]
ST18880420-V14-16-page6.txt: [('\'vanity."', 'vanity."')]
ST18880420-V14-16-page7.txt: [("'system", 'system'), ("'be", 'be'), ("'accurately", 'accurately'), ("'Come", 'Come'), ("'in", 'in'), ("'the", 'the'), ("'religious.", 'religious.'), ("'these", 'these')]
ST18880420-V14-16-page9.txt: [("'Sea", 'Sea'), ("'hold", 'hold'), ("'was", 'was'), ("'The", 'The'), ("'will", 'will'), ("'what", 'what'), ("'Jude", 'Jude')]
ST18880824-V14-33-page1.txt: [("'breath", 'breath')]
ST18880824-V14-33-page10.txt: [("'tittle", 'tittle'), ("'with", 'with'), ("'.", '.'), ("'BrOther", 'BrOther'), ("'hat", 'hat'), ("'days", 'days'), ("'summer", 'summer'), ('\'\'"Ilie\'ivfitcr', '"Ilieivfitcr'), ("'while", 'while'), ("'Slotlds", 'Slotlds'), ("'its", 'its'), ("'ciesi're", 'ciesire'), ("'gbe", 'gbe'), ("'ifferent", 'ifferent'), ("'oiti", 'oiti'), ("'them.", 'them.'), ("'versitfy", 'versitfy'), ("'the", 'the')]
ST18880824-V14-33-page11.txt: [("'upon", 'upon'), ("'go", 'go')]
ST18880824-V14-33-page12.txt: [("'We", 'We')]
ST18880824-V14-33-page13.txt: [("'on", 'on')]
ST18880824-V14-33-page14.txt: [("'ation", 'ation'), ("'file", 'file')]
ST18880824-V14-33-page15.txt: [('\'"""', '"""'), ("'het", 'het'), ("'Mrs.", 'Mrs.'), ("'this", 'this')]
ST18880824-V14-33-page16.txt: [('\'"Wesend', '"Wesend'), ("'d.", 'd.'), ("'practiced", 'practiced'), ("'Vol.", 'Vol.'), ("'et", 'et')]
ST18880824-V14-33-page2.txt: [("'Had", 'Had')]
ST18880824-V14-33-page3.txt: [("'spread", 'spread'), ("'mility", 'mility')]
ST18880824-V14-33-page4.txt: [("'members", 'members')]
ST18880824-V14-33-page5.txt: [("'by", 'by')]
ST18880824-V14-33-page6.txt: [("'the", 'the'), ("'should", 'should'), ("'Mark", 'Mark')]
ST18880824-V14-33-page7.txt: [("'importance", 'importance')]
ST18880824-V14-33-page8.txt: [("'in", 'in'), ("'here", 'here')]
ST18880831-V14-34-page1.txt: [("'Dear", 'Dear'), ("'Nob", 'Nob')]
ST18880831-V14-34-page10.txt: [("'use", 'use')]
ST18880831-V14-34-page12.txt: [("'S", 'S'), ("'tis", 'tis'), ("'bout", 'bout'), ("'pears", 'pears'), ("'ciples", 'ciples'), ("'Lijah", 'Lijah'), ("'em", 'em'), ("'cause", 'cause'), ("'twas", 'twas')]
ST18880831-V14-34-page15.txt: [("'sRussian", 'sRussian')]
ST18880831-V14-34-page16.txt: [("'Bible", 'Bible')]
ST18880831-V14-34-page3.txt: [("'merit", 'merit'), ("'them", 'them'), ("'sod", 'sod')]
ST18880831-V14-34-page4.txt: [("'our", 'our'), ("'Christ's", 'Christs'), ("'the", 'the')]
ST18880831-V14-34-page7.txt: [("'with", 'with')]
ST18880831-V14-34-page9.txt: [("'both", 'both'), ("'loving", 'loving')]
ST18880914-V14-36-page1.txt: [("'tis", 'tis'), ("'He", 'He')]
ST18880914-V14-36-page2.txt: [("'a", 'a')]
ST18880914-V14-36-page3.txt: [("'Neath", 'Neath')]
ST18880914-V14-36-page4.txt: [("'Mount", 'Mount')]
ST18880914-V14-36-page5.txt: [("'work", 'work'), ("'John", 'John')]
ST18880914-V14-36-page7.txt: [("'book", 'book')]
ST18881019-V14-40-page11.txt: [("'Secretary.", 'Secretary.')]
ST18881019-V14-40-page12.txt: [("'president", 'president')]
ST18881019-V14-40-page14.txt: [("'to", 'to'), ("'extricated", 'extricated')]
ST18881019-V14-40-page16.txt: [("'Bible", 'Bible')]
ST18881019-V14-40-page3.txt: [("'em.", 'em.')]
ST18881019-V14-40-page4.txt: [("'TS", 'TS'), ("'The", 'The')]
ST18881019-V14-40-page6.txt: [("'ingels", 'ingels')]
ST18881019-V14-40-page7.txt: [("'Moses", 'Moses'), ("'Moses", 'Moses')]
ST18881019-V14-40-page8.txt: [("'but", 'but')]
ST18881116-V14-44-page1.txt: [("'II", 'II'), ("'locate", 'locate'), ("'it", 'it'), ("'desired.", 'desired.')]
ST18881116-V14-44-page12.txt: [("'tis", 'tis')]
ST18881116-V14-44-page13.txt: [("'and", 'and')]
ST18881116-V14-44-page15.txt: [("'S", 'S'), ("'Hpropintie", 'Hpropintie')]
ST18881116-V14-44-page6.txt: [('\'"', '"'), ("'Apostolic", 'Apostolic'), ("'Apostolic", 'Apostolic'), ("'Apostolical", 'Apostolical'), ("'Recognitions", 'Recognitions'), ('\'"', '"')]
ST18881116-V14-44-page8.txt: [("'Gomorrah", 'Gomorrah'), ("'the", 'the')]
ST18881221-V14-49-page1.txt: [("'Tis", 'Tis')]
ST18881221-V14-49-page11.txt: [("'came", 'came'), ("'From", 'From'), ("'of", 'of')]
ST18881221-V14-49-page12.txt: [("'midst", 'midst'), ("'knelt", 'knelt')]
ST18881221-V14-49-page13.txt: [("'allegory", 'allegory')]
ST18881221-V14-49-page15.txt: [("'Abiding", 'Abiding')]
ST18881221-V14-49-page16.txt: [("'Sunday", 'Sunday'), ("'I", 'I')]
ST18881221-V14-49-page3.txt: [("'Tis", 'Tis'), ("'Twill", 'Twill'), ("'which", 'which')]
ST18881221-V14-49-page4.txt: [("'that", 'that')]
ST18881221-V14-49-page5.txt: [("'passeth", 'passeth')]
ST18881221-V14-49-page6.txt: [('\'"', '"')]
ST18881221-V14-49-page7.txt: [("'teach", 'teach')]
ST18881228-V14-50-page1.txt: [("'Tis", 'Tis'), ("'and", 'and')]
ST18881228-V14-50-page11.txt: [("'the", 'the')]
ST18881228-V14-50-page12.txt: [("'Aims", 'Aims'), ("'em.", 'em.')]
ST18881228-V14-50-page13.txt: [("'NON-ALCOHOLIC", 'NON-ALCOHOLIC'), ("'Masterly", 'Masterly'), ("'Why", 'Why'), ("'Susan", 'Susan'), ("'puts", 'puts')]
ST18881228-V14-50-page14.txt: [("'train", 'train')]
ST18881228-V14-50-page15.txt: [("'Vol.", 'Vol.')]
ST18881228-V14-50-page16.txt: [("'forth", 'forth'), ("'we", 'we'), ("'and", 'and')]
ST18881228-V14-50-page2.txt: [("'truthful", 'truthful'), ("'from", 'from')]
ST18881228-V14-50-page3.txt: [("'it", 'it'), ("'successfully", 'successfully')]
ST18881228-V14-50-page6.txt: [("'They", 'They'), ("'There", 'There')]
ST18881228-V14-50-page7.txt: [("'as", 'as')]
ST18881228-V14-50-page8.txt: [("'herefore", 'herefore')]
ST18890107-V15-01-page10.txt: [('\'"', '"')]
ST18890107-V15-01-page15.txt: [("'some", 'some')]
ST18890107-V15-01-page16.txt: [("'brief", 'brief')]
ST18890107-V15-01-page3.txt: [("'mid", 'mid'), ("'neath", 'neath'), ("'mid", 'mid')]
ST18890107-V15-01-page5.txt: [("'earth", 'earth'), ("'we", 'we')]
ST18890114-V15-02-page1.txt: [("'.", '.')]
ST18890114-V15-02-page10.txt: [("'shall", 'shall')]
ST18890114-V15-02-page13.txt: [("'Temperace.", 'Temperace.')]
ST18890114-V15-02-page14.txt: [("'TILE.TTyrIL'S.", 'TILE.TTyrILS.'), ("'were", 'were')]
ST18890114-V15-02-page16.txt: [("'the", 'the')]
ST18890114-V15-02-page3.txt: [("'E", 'E'), ("'mountains", 'mountains'), ("'mow", 'mow')]
ST18890114-V15-02-page5.txt: [("'and", 'and')]
ST18890114-V15-02-page7.txt: [("'simple", 'simple')]
ST18890121-V15-03-page1.txt: [("'tis", 'tis')]
ST18890121-V15-03-page2.txt: [("'Y-", 'Y-'), ("'doing", 'doing')]
ST18890121-V15-03-page3.txt: [("'tempted", 'tempted')]
ST18890121-V15-03-page5.txt: [("'L", 'L')]
ST18890128-V15-04-page10.txt: [("'in", 'in')]
ST18890128-V15-04-page11.txt: [("'We", 'We')]
ST18890128-V15-04-page12.txt: [("'Neath", 'Neath')]
ST18890128-V15-04-page16.txt: [("'ournal", 'ournal')]
ST18890128-V15-04-page2.txt: [("'who", 'who')]
ST18890128-V15-04-page6.txt: [("'Monday", 'Monday'), ("'the", 'the')]
ST18890128-V15-04-page7.txt: [("'.", '.'), ("'the", 'the')]
ST18890204-V15-05-page1.txt: [("'neath", 'neath')]
ST18890204-V15-05-page10.txt: [("'last", 'last')]
ST18890204-V15-05-page16.txt: [("'certainly", 'certainly'), ("'in", 'in')]
ST18890204-V15-05-page3.txt: [("'it", 'it'), ("'exhibition", 'exhibition'), ("'the", 'the'), ("'else", 'else')]
ST18890204-V15-05-page6.txt: [("'accept", 'accept')]
ST18890204-V15-05-page7.txt: [("'the", 'the'), ("'WELREMIMMINr.", 'WELREMIMMINr.')]
ST18890204-V15-05-page8.txt: [("'three", 'three'), ("'one", 'one')]
ST18890204-V15-05-page9.txt: [("'golden", 'golden')]
ST18890211-V15-06-page1.txt: [("'little", 'little'), ("'Ili", 'Ili')]
ST18890211-V15-06-page12.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'most", 'most'), ("'em", 'em'), ("'em", 'em'), ("'em.", 'em.'), ("'em", 'em'), ("'em", 'em')]
ST18890211-V15-06-page16.txt: [("'for", 'for'), ("'inaugural", 'inaugural')]
ST18890211-V15-06-page3.txt: [("'tis", 'tis')]
ST18890211-V15-06-page4.txt: [("'soul", 'soul')]
ST18890218-V15-07-page1.txt: [("'tis", 'tis'), ("'tis", 'tis')]
ST18890218-V15-07-page10.txt: [("'United", 'United')]
ST18890218-V15-07-page11.txt: [("'never", 'never')]
ST18890218-V15-07-page12.txt: [("'TIS", 'TIS')]
ST18890218-V15-07-page13.txt: [("'Twas", 'Twas'), ("'Pisa", 'Pisa')]
ST18890218-V15-07-page15.txt: [("'.", '.'), ("'Abiding", 'Abiding')]
ST18890218-V15-07-page2.txt: [("'with", 'with'), ("'Progress", 'Progress')]
ST18890218-V15-07-page7.txt: [("'have", 'have')]
ST18890218-V15-07-page9.txt: [("'It", 'It')]
ST18890225-V15-08-page1.txt: [("'f", 'f')]
ST18890225-V15-08-page11.txt: [("'John", 'John'), ("'the", 'the'), ("'VT", 'VT')]
ST18890225-V15-08-page12.txt: [("'entered", 'entered')]
ST18890225-V15-08-page14.txt: [("'Louisville", 'Louisville'), ("'longed", 'longed')]
ST18890225-V15-08-page15.txt: [("'lying", 'lying'), ("'Mississippi", 'Mississippi')]
ST18890225-V15-08-page2.txt: [("'be", 'be')]
ST18890225-V15-08-page3.txt: [("'THE", 'THE'), ("'do", 'do'), ("'enjoy", 'enjoy'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'tis", 'tis'), ("'than", 'than'), ("'tis", 'tis'), ("'effect", 'effect'), ("'destructive", 'destructive')]
ST18890225-V15-08-page5.txt: [("'IE", 'IE'), ("'mind", 'mind'), ("'h", 'h')]
ST18890225-V15-08-page6.txt: [("'always", 'always'), ("'gifts", 'gifts')]
ST18890225-V15-08-page7.txt: [("'only", 'only')]
ST18890225-V15-08-page9.txt: [("'sent", 'sent')]
ST18890304-V15-09-page1.txt: [("'tis", 'tis'), ("'Tie", 'Tie')]
ST18890304-V15-09-page10.txt: [("'Israel", 'Israel')]
ST18890304-V15-09-page11.txt: [("'S", 'S')]
ST18890304-V15-09-page12.txt: [("'Tie", 'Tie')]
ST18890304-V15-09-page7.txt: [('\'\'\'\'"', '"')]
ST18890311-V15-10-page10.txt: [("'I", 'I')]
ST18890311-V15-10-page13.txt: [("'dead", 'dead')]
ST18890311-V15-10-page16.txt: [("'opium", 'opium'), ("'Is", 'Is')]
ST18890311-V15-10-page2.txt: [("'Christian", 'Christian')]
ST18890311-V15-10-page3.txt: [("'Western", 'Western'), ("'Neath", 'Neath'), ("'Tis", 'Tis')]
ST18890311-V15-10-page5.txt: [("'.", '.')]
ST18890311-V15-10-page6.txt: [("'is", 'is')]
ST18890311-V15-10-page7.txt: [("'to", 'to')]
ST18890318-V15-11-page1.txt: [('\'.\'"', '."')]
ST18890318-V15-11-page13.txt: [("'A", 'A')]
ST18890318-V15-11-page15.txt: [("'President", 'President'), ("'Abiding", 'Abiding')]
ST18890318-V15-11-page16.txt: [("'is", 'is')]
ST18890318-V15-11-page3.txt: [("'the", 'the')]
ST18890318-V15-11-page4.txt: [("'here", 'here')]
ST18890318-V15-11-page8.txt: [("'honor", 'honor')]
ST18890318-V15-11-page9.txt: [("'All", 'All')]
ST18890325-V15-12-page11.txt: [("'ati", 'ati'), ("'C", 'C'), ("'C", 'C'), ("'C", 'C'), ("'C", 'C')]
ST18890325-V15-12-page12.txt: [("'cause", 'cause'), ("'em", 'em'), ("'cause", 'cause')]
ST18890325-V15-12-page14.txt: [("'T", 'T')]
ST18890325-V15-12-page15.txt: [("'Cal.", 'Cal.')]
ST18890325-V15-12-page16.txt: [("'Prophecies", 'Prophecies'), ("'Now", 'Now')]
ST18890325-V15-12-page3.txt: [('\'\'\'""YrIFF', '""YrIFF')]
ST18890325-V15-12-page7.txt: [("'texts", 'texts')]
ST18890325-V15-12-page8.txt: [("'TS", 'TS'), ("'S.", 'S.')]
ST18890401-V15-13-page12.txt: [('\'"', '"'), ("'VT", 'VT')]
ST18890401-V15-13-page8.txt: [("'Is", 'Is'), ("'as", 'as'), ("''The", 'The')]
ST18890401-V15-13-page9.txt: [("'is", 'is')]
ST18890408-V15-14-page10.txt: [("'in", 'in')]
ST18890408-V15-14-page12.txt: [("'The", 'The')]
ST18890408-V15-14-page13.txt: [("'mill", 'mill'), ("'em", 'em'), ("'filthy", 'filthy')]
ST18890408-V15-14-page16.txt: [("'Tr", 'Tr')]
ST18890408-V15-14-page6.txt: [("'believeth", 'believeth'), ('\'"', '"')]
ST18890408-V15-14-page7.txt: [("'birth", 'birth'), ("'''.", '.')]
ST18890415-V15-15-page1.txt: [("'s", 's'), ("'mid", 'mid')]
ST18890415-V15-15-page10.txt: [("'delight", 'delight')]
ST18890415-V15-15-page11.txt: [("'neath", 'neath'), ("'tis", 'tis'), ("'with", 'with')]
ST18890415-V15-15-page13.txt: [("'cause", 'cause'), ("'awful", 'awful'), ("'esteeming", 'esteeming')]
ST18890415-V15-15-page16.txt: [("'of", 'of')]
ST18890415-V15-15-page2.txt: [("'.", '.')]
ST18890415-V15-15-page3.txt: [("'neath", 'neath'), ("'Light", 'Light'), ("'Tis", 'Tis')]
ST18890415-V15-15-page4.txt: [("'GS", 'GS')]
ST18890415-V15-15-page6.txt: [("'demanding", 'demanding'), ("'cause", 'cause'), ("'honored", 'honored'), ("'words", 'words'), ("'So", 'So'), ("'earth", 'earth')]
ST18890415-V15-15-page7.txt: [("'CON", 'CON')]
ST18890415-V15-15-page8.txt: [("'Con", 'Con')]
ST18890422-V15-16-page1.txt: [("'hey", 'hey')]
ST18890422-V15-16-page11.txt: [("'the", 'the'), ("'all", 'all')]
ST18890422-V15-16-page12.txt: [("'song", 'song'), ("'him", 'him'), ("'cause", 'cause'), ("'cause", 'cause')]
ST18890422-V15-16-page13.txt: [("'an", 'an')]
ST18890422-V15-16-page14.txt: [("'TS", 'TS'), ("'ducted", 'ducted'), ("'desiring", 'desiring')]
ST18890422-V15-16-page15.txt: [("'In", 'In')]
ST18890422-V15-16-page2.txt: [("'exclaimed", 'exclaimed')]
ST18890422-V15-16-page3.txt: [("'How", 'How'), ("'Tis", 'Tis'), ("'This", 'This')]
ST18890422-V15-16-page6.txt: [("'Have", 'Have'), ("'Do", 'Do'), ("'If", 'If'), ("'then", 'then'), ("'Well", 'Well')]
ST18890422-V15-16-page7.txt: [('\'"', '"')]
ST18890422-V15-16-page8.txt: [("'ay", 'ay')]
ST18890506-V15-17-page1.txt: [("'tie", 'tie'), ("'tis", 'tis'), ("'Samaria", 'Samaria')]
ST18890506-V15-17-page11.txt: [("'be", 'be')]
ST18890506-V15-17-page12.txt: [("'mid", 'mid'), ("'neath", 'neath'), ("'to", 'to')]
ST18890506-V15-17-page13.txt: [("'ave", 'ave'), ("'ave", 'ave'), ("'ere", 'ere'), ("'ands", 'ands')]
ST18890506-V15-17-page2.txt: [("'P", 'P')]
ST18890506-V15-17-page5.txt: [("'Times", 'Times')]
ST18890506-V15-17-page6.txt: [("'Will", 'Will'), ("'thou", 'thou')]
ST18890506-V15-17-page7.txt: [("'manifestation", 'manifestation'), ("'reeled", 'reeled'), ("'heavens", 'heavens')]
ST18890506-V15-17-page8.txt: [("'People", 'People')]
ST18890513-V15-18-page1.txt: [("'with", 'with')]
ST18890513-V15-18-page12.txt: [("'em", 'em')]
ST18890513-V15-18-page15.txt: [("'TOY", 'TOY'), ("'Gouts", 'Gouts')]
ST18890513-V15-18-page3.txt: [("'Having", 'Having'), ("'midst", 'midst')]
ST18890513-V15-18-page4.txt: [("'tis", 'tis')]
ST18890513-V15-18-page6.txt: [("'lath", 'lath')]
ST18890513-V15-18-page7.txt: [("'slain", 'slain'), ("'a", 'a')]
ST18890520-V15-19-page1.txt: [("'Twas", 'Twas'), ("'n", 'n')]
ST18890520-V15-19-page10.txt: [("'Whom", 'Whom'), ("'I", 'I'), ("'Friend", 'Friend'), ("'Betrayest", 'Betrayest'), ("'they", 'they'), ("'Behold", 'Behold'), ("'the", 'the')]
ST18890520-V15-19-page14.txt: [("'P", 'P')]
ST18890520-V15-19-page16.txt: [('\'"', '"')]
ST18890520-V15-19-page3.txt: [("'''''''.'W", '.W')]
ST18890520-V15-19-page5.txt: [("'TS", 'TS'), ("'of", 'of'), ("'the", 'the')]
ST18890520-V15-19-page9.txt: [("'They", 'They')]
ST18890527-V15-20-page12.txt: [("'neath", 'neath')]
ST18890527-V15-20-page14.txt: [("'..ri", '..ri')]
ST18890527-V15-20-page15.txt: [("'if", 'if')]
ST18890527-V15-20-page2.txt: [("'have", 'have')]
ST18890527-V15-20-page8.txt: [("'S", 'S')]
ST18890603-V15-21-page1.txt: [("'r", 'r'), ("'SURE.", 'SURE.'), ("'ii", 'ii'), ("'We", 'We')]
ST18890603-V15-21-page11.txt: [("'This", 'This'), ("'emperor", 'emperor')]
ST18890603-V15-21-page12.txt: [("'anyone", 'anyone')]
ST18890603-V15-21-page13.txt: [("'all", 'all'), ("'Governor", 'Governor')]
ST18890603-V15-21-page15.txt: [("'A", 'A'), ("'Fifth", 'Fifth')]
ST18890603-V15-21-page2.txt: [("'been", 'been')]
ST18890603-V15-21-page3.txt: [("'Tis", 'Tis')]
ST18890603-V15-21-page6.txt: [("'Popery", 'Popery')]
ST18890603-V15-21-page7.txt: [("'away", 'away')]
ST18890610-V15-22-page1.txt: [('\'"""".\'.', '""""..'), ("'State", 'State')]
ST18890610-V15-22-page11.txt: [("'powerfully", 'powerfully')]
ST18890610-V15-22-page12.txt: [("'Cover", 'Cover')]
ST18890610-V15-22-page14.txt: [("'at", 'at'), ("'on", 'on')]
ST18890610-V15-22-page15.txt: [("'The", 'The')]
ST18890610-V15-22-page16.txt: [("'West", 'West')]
ST18890610-V15-22-page2.txt: [("'TT", 'TT')]
ST18890610-V15-22-page3.txt: [("'In", 'In'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18890610-V15-22-page4.txt: [("'AT", 'AT'), ("'T", 'T'), ("'carelessness", 'carelessness'), ("'.", '.')]
ST18890610-V15-22-page9.txt: [("'Tune", 'Tune')]
ST18890617-V15-23-page1.txt: [("'Sunday", 'Sunday')]
ST18890617-V15-23-page12.txt: [("'in", 'in')]
ST18890617-V15-23-page14.txt: [("'Dough", 'Dough')]
ST18890617-V15-23-page2.txt: [("'this", 'this')]
ST18890617-V15-23-page3.txt: [("'prejudicial", 'prejudicial'), ("'prejudicial", 'prejudicial')]
ST18890617-V15-23-page4.txt: [("'prejudicial", 'prejudicial')]
ST18890617-V15-23-page5.txt: [("'be", 'be')]
ST18890617-V15-23-page6.txt: [("'him", 'him'), ("'to", 'to')]
ST18890617-V15-23-page7.txt: [("'fun", 'fun')]
ST18890624-V15-24-page1.txt: [("'N", 'N'), ("'He", 'He'), ("'because", 'because')]
ST18890624-V15-24-page10.txt: [("'r", 'r')]
ST18890624-V15-24-page16.txt: [("'lig", 'lig'), ("'forward", 'forward')]
ST18890624-V15-24-page2.txt: [("'many", 'many')]
ST18890624-V15-24-page3.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'tis", 'tis')]
ST18890624-V15-24-page5.txt: [("'give", 'give')]
ST18890624-V15-24-page7.txt: [("'Remember", 'Remember'), ("'rigidly", 'rigidly')]
ST18890701-V15-25-page1.txt: [("'Confession", 'Confession')]
ST18890701-V15-25-page11.txt: [("'W", 'W')]
ST18890701-V15-25-page12.txt: [("'neath", 'neath')]
ST18890701-V15-25-page13.txt: [("'former", 'former'), ("'TT", 'TT')]
ST18890701-V15-25-page14.txt: [("'rig", 'rig')]
ST18890701-V15-25-page2.txt: [("'last", 'last')]
ST18890701-V15-25-page6.txt: [("'S.", 'S.'), ("'.", '.')]
ST18890701-V15-25-page7.txt: [("'AT", 'AT')]
ST18890701-V15-25-page9.txt: [("'Tr", 'Tr')]
ST18890708-V15-26-page10.txt: [("'Witt", 'Witt')]
ST18890708-V15-26-page11.txt: [("'WES.", 'WES.')]
ST18890708-V15-26-page12.txt: [("'know", 'know')]
ST18890708-V15-26-page14.txt: [("'of", 'of')]
ST18890708-V15-26-page15.txt: [("'Iv..", 'Iv..'), ("'Worldly", 'Worldly')]
ST18890708-V15-26-page16.txt: [("'poor", 'poor')]
ST18890708-V15-26-page3.txt: [("'.", '.'), ("'Likes", 'Likes'), ("'tis", 'tis'), ("'Tis", 'Tis')]
ST18890708-V15-26-page8.txt: [("'Thou", 'Thou')]
ST18890715-V15-27-page1.txt: [("'.", '.'), ("'lulu", 'lulu')]
ST18890715-V15-27-page3.txt: [("'tis", 'tis'), ("'Tis", 'Tis')]
ST18890715-V15-27-page5.txt: [("'''.", '.'), ("'s", 's')]
ST18890715-V15-27-page9.txt: [("'us", 'us'), ("'do", 'do')]
ST18890722-V15-28-page10.txt: [("'hold", 'hold')]
ST18890722-V15-28-page14.txt: [("'RCULAR", 'RCULAR')]
ST18890722-V15-28-page16.txt: [("'I", 'I')]
ST18890729-V15-29-page12.txt: [("'I", 'I')]
ST18890729-V15-29-page13.txt: [("'little", 'little')]
ST18890729-V15-29-page14.txt: [("'remained", 'remained')]
ST18890729-V15-29-page15.txt: [("'Tract", 'Tract')]
ST18890729-V15-29-page5.txt: [("'thou", 'thou')]
ST18890805-V15-30-page1.txt: [("'e", 'e')]
ST18890805-V15-30-page10.txt: [("'We", 'We'), ("'by", 'by')]
ST18890805-V15-30-page12.txt: [("'Adam", 'Adam')]
ST18890805-V15-30-page5.txt: [("'TS", 'TS')]
ST18890805-V15-30-page7.txt: [("'involve", 'involve')]
ST18890812-V15-31-page12.txt: [("'neath", 'neath'), ("'For", 'For')]
ST18890812-V15-31-page13.txt: [("'United", 'United')]
ST18890812-V15-31-page15.txt: [("'SIXTY", 'SIXTY'), ("'ran", 'ran')]
ST18890812-V15-31-page16.txt: [("'reports", 'reports')]
ST18890812-V15-31-page4.txt: [("'of", 'of')]
ST18890812-V15-31-page5.txt: [("'.", '.'), ("'tis", 'tis')]
ST18890819-V15-32-page1.txt: [("'not", 'not'), ("'scarlet", 'scarlet'), ("'one", 'one'), ("'Tis", 'Tis')]
ST18890819-V15-32-page10.txt: [("'.ES", '.ES'), ("'Can", 'Can')]
ST18890819-V15-32-page11.txt: [("'find", 'find')]
ST18890819-V15-32-page12.txt: [("'for", 'for')]
ST18890819-V15-32-page13.txt: [("'false", 'false')]
ST18890819-V15-32-page14.txt: [("'great", 'great')]
ST18890819-V15-32-page2.txt: [("'of", 'of')]
ST18890819-V15-32-page3.txt: [("'following", 'following')]
ST18890819-V15-32-page5.txt: [("'arabesques", 'arabesques'), ("'The", 'The'), ("'blue-glass", 'blue-glass'), ("'Tis", 'Tis')]
ST18890826-V15-33-page1.txt: [("'allows", 'allows')]
ST18890826-V15-33-page10.txt: [("'beat", 'beat')]
ST18890826-V15-33-page11.txt: [("'record", 'record'), ("'house", 'house')]
ST18890826-V15-33-page12.txt: [("'Twouldn't", 'Twouldnt')]
ST18890826-V15-33-page13.txt: [("'such", 'such'), ("'which", 'which')]
ST18890826-V15-33-page14.txt: [("'Revietv", 'Revietv')]
ST18890826-V15-33-page16.txt: [("'Vermont", 'Vermont'), ("'OAKLAND", 'OAKLAND')]
ST18890826-V15-33-page2.txt: [("'around", 'around'), ("'yet", 'yet'), ("'on", 'on')]
ST18890826-V15-33-page3.txt: [("'and", 'and'), ("'of", 'of'), ("'his", 'his'), ("'our", 'our'), ("'destiny", 'destiny'), ("'Neath", 'Neath'), ("'should..be", 'should..be')]
ST18890826-V15-33-page5.txt: [("'The", 'The'), ("'literary", 'literary')]
ST18890826-V15-33-page6.txt: [("'from", 'from')]
ST18890826-V15-33-page7.txt: [("'Is", 'Is'), ("'now", 'now'), ("'that", 'that')]
ST18890826-V15-33-page8.txt: [("'for", 'for'), ("'For", 'For'), ("'saints", 'saints')]
ST18890826-V15-33-page9.txt: [("'He", 'He'), ("'paroxysm", 'paroxysm'), ("'Sem", 'Sem')]
ST18890902-V15-34-page11.txt: [("'means", 'means'), ("'however", 'however'), ("'by", 'by')]
ST18890902-V15-34-page12.txt: [("'Twill", 'Twill')]
ST18890902-V15-34-page13.txt: [("'I", 'I'), ("'physicians", 'physicians')]
ST18890902-V15-34-page14.txt: [("'TS", 'TS')]
ST18890902-V15-34-page2.txt: [("'and", 'and'), ("'If", 'If')]
ST18890902-V15-34-page3.txt: [("'I", 'I'), ("'round", 'round'), ("'twelve", 'twelve')]
ST18890902-V15-34-page5.txt: [("'f'W'rrir", 'fWrrir'), ("'tis", 'tis')]
ST18890902-V15-34-page6.txt: [("'No", 'No'), ("'National", 'National')]
ST18890902-V15-34-page7.txt: [("'WHAT", 'WHAT')]
ST18890902-V15-34-page8.txt: [('\'"', '"')]
ST18890902-V15-34-page9.txt: [("'be", 'be'), ("'warning", 'warning'), ("'the", 'the'), ("'no", 'no')]
ST18890909-V15-35-page10.txt: [("'short", 'short'), ("'tithed", 'tithed')]
ST18890909-V15-35-page11.txt: [("'by", 'by'), ("'nor", 'nor')]
ST18890909-V15-35-page12.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Am", 'Am'), ("'All", 'All')]
ST18890909-V15-35-page13.txt: [("'My", 'My'), ("'How", 'How')]
ST18890909-V15-35-page2.txt: [("'world", 'world'), ("'Two", 'Two'), ("'noticed", 'noticed')]
ST18890909-V15-35-page3.txt: [("'.q", '.q'), ("'t", 't'), ("'mid", 'mid')]
ST18890909-V15-35-page4.txt: [("'who", 'who')]
ST18890909-V15-35-page6.txt: [("'tad", 'tad')]
ST18890909-V15-35-page7.txt: [("'TY", 'TY')]
ST18890909-V15-35-page8.txt: [("'to", 'to')]
ST18890909-V15-35-page9.txt: [("'preachers", 'preachers')]
ST18890916-V15-36-page12.txt: [("'Mid", 'Mid')]
ST18890916-V15-36-page16.txt: [("'lemon", 'lemon')]
ST18890916-V15-36-page2.txt: [("'S.", 'S.'), ("'Long", 'Long')]
ST18890916-V15-36-page3.txt: [("'tis", 'tis'), ("'Tis", 'Tis'), ("'twere", 'twere')]
ST18890916-V15-36-page6.txt: [("'A", 'A'), ("'THE", 'THE')]
ST18890916-V15-36-page7.txt: [("'holy", 'holy')]
ST18890916-V15-36-page8.txt: [("'.", '.')]
ST18890923-V15-37-page1.txt: [("'all", 'all')]
ST18890923-V15-37-page12.txt: [('\'long."', 'long."'), ("'n", 'n'), ("'s", 's'), ("'d", 'd'), ("'bout", 'bout')]
ST18890923-V15-37-page14.txt: [("'flooded.", 'flooded.')]
ST18890923-V15-37-page15.txt: [("'ter", 'ter')]
ST18890923-V15-37-page2.txt: [("'Sin", 'Sin')]
ST18890923-V15-37-page3.txt: [("'twas", 'twas')]
ST18890923-V15-37-page4.txt: [("'Tis", 'Tis')]
ST18890923-V15-37-page8.txt: [("'be", 'be')]
ST18890923-V15-37-page9.txt: [("'what", 'what'), ("'were", 'were')]
ST18890930-V15-38-page12.txt: [("'tis", 'tis'), ("'matter", 'matter')]
ST18890930-V15-38-page3.txt: [('\'"', '"')]
ST18890930-V15-38-page4.txt: [("'into", 'into'), ("'twould", 'twould'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'tis", 'tis')]
ST18890930-V15-38-page7.txt: [("'I", 'I')]
ST18891014-V15-39-page10.txt: [("'edition", 'edition')]
ST18891014-V15-39-page11.txt: [("'quarter", 'quarter'), ("'of", 'of')]
ST18891014-V15-39-page12.txt: [("'was", 'was'), ('\'"', '"'), ("'em", 'em'), ("'em", 'em')]
ST18891014-V15-39-page14.txt: [("'Funeral", 'Funeral')]
ST18891014-V15-39-page15.txt: [("'Abiding", 'Abiding')]
ST18891014-V15-39-page16.txt: [("'Battle", 'Battle'), ("'I", 'I')]
ST18891014-V15-39-page2.txt: [("'the", 'the')]
ST18891014-V15-39-page3.txt: [("'ErS", 'ErS'), ("'it", 'it'), ("'Tis", 'Tis')]
ST18891014-V15-39-page5.txt: [("'pray", 'pray'), ("'This", 'This'), ("'till", 'till'), ("'but", 'but')]
ST18891014-V15-39-page6.txt: [("'even", 'even')]
ST18891014-V15-39-page7.txt: [("'by", 'by'), ("'the", 'the')]
ST18891014-V15-39-page9.txt: [("'with", 'with')]
ST18891021-V15-40-page1.txt: [("'Bavaria", 'Bavaria')]
ST18891021-V15-40-page12.txt: [("'Stingy", 'Stingy'), ("'cause", 'cause'), ("'cause", 'cause'), ("'cause", 'cause')]
ST18891021-V15-40-page13.txt: [("'Mid", 'Mid'), ("'Mid", 'Mid'), ("'mid", 'mid')]
ST18891021-V15-40-page14.txt: [("'usoef", 'usoef')]
ST18891021-V15-40-page15.txt: [("'and", 'and')]
ST18891021-V15-40-page16.txt: [("'An", 'An')]
ST18891021-V15-40-page2.txt: [("'Tis", 'Tis'), ("'Twill", 'Twill'), ("'Come", 'Come')]
ST18891021-V15-40-page3.txt: [("'Neath", 'Neath')]
ST18891021-V15-40-page5.txt: [("'appropriate", 'appropriate'), ("'thou", 'thou')]
ST18891021-V15-40-page6.txt: [("'declares", 'declares')]
ST18891021-V15-40-page9.txt: [("'.", '.'), ("'..L", '..L'), ("'See", 'See')]
ST18891028-V15-41-page1.txt: [("'FROM", 'FROM')]
ST18891028-V15-41-page11.txt: [("'quarter.", 'quarter.'), ("'this", 'this')]
ST18891028-V15-41-page12.txt: [("'Tie", 'Tie'), ("'Tie", 'Tie'), ("'Tie", 'Tie'), ("'Tis", 'Tis'), ("'shamed", 'shamed')]
ST18891028-V15-41-page13.txt: [("'a", 'a')]
ST18891028-V15-41-page14.txt: [("'SECULAR.", 'SECULAR.')]
ST18891028-V15-41-page16.txt: [("'says", 'says')]
ST18891028-V15-41-page3.txt: [("'not", 'not'), ("'twill", 'twill'), ("'say", 'say')]
ST18891028-V15-41-page4.txt: [("'twas", 'twas')]
ST18891028-V15-41-page5.txt: [("'law", 'law')]
ST18891028-V15-41-page6.txt: [("'live", 'live')]
ST18891028-V15-41-page7.txt: [("'coming", 'coming'), ("'sincere", 'sincere')]
ST18891028-V15-41-page8.txt: [("'harmony", 'harmony')]
ST18891028-V15-41-page9.txt: [("'believe", 'believe')]
ST18891104-V15-42-page1.txt: [("'Unto", 'Unto'), ("'lured", 'lured')]
ST18891104-V15-42-page12.txt: [("'withheld", 'withheld')]
ST18891104-V15-42-page14.txt: [("'Tis", 'Tis')]
ST18891104-V15-42-page3.txt: [("'of", 'of'), ("'on", 'on')]
ST18891104-V15-42-page7.txt: [("'with", 'with')]
ST18891104-V15-42-page8.txt: [("'made", 'made')]
ST18891111-V15-43-page14.txt: [("'be", 'be'), ("'Jewish", 'Jewish')]
ST18891111-V15-43-page15.txt: [("'S.", 'S.')]
ST18891111-V15-43-page3.txt: [("'simple", 'simple')]
ST18891111-V15-43-page8.txt: [("'the", 'the')]
ST18891118-V15-44-page1.txt: [("'simple", 'simple'), ("'Tis", 'Tis')]
ST18891118-V15-44-page12.txt: [("'the", 'the')]
ST18891118-V15-44-page13.txt: [("'the", 'the'), ("'S", 'S'), ("'This", 'This')]
ST18891118-V15-44-page14.txt: [("'S", 'S'), ("'story", 'story')]
ST18891118-V15-44-page15.txt: [("'which", 'which')]
ST18891118-V15-44-page16.txt: [("'hundred", 'hundred'), ("'What", 'What')]
ST18891118-V15-44-page2.txt: [("'to", 'to')]
ST18891118-V15-44-page3.txt: [("'On", 'On'), ("'there", 'there'), ("'Twas", 'Twas')]
ST18891118-V15-44-page5.txt: [("'gets", 'gets')]
ST18891118-V15-44-page6.txt: [("'TM", 'TM'), ("'might", 'might'), ("'and", 'and'), ("'to", 'to')]
ST18891118-V15-44-page7.txt: [("'It", 'It')]
ST18891118-V15-44-page8.txt: [("'essentially", 'essentially')]
ST18891118-V15-44-page9.txt: [("'be", 'be'), ("'are", 'are'), ("'been", 'been'), ("'heart", 'heart')]
ST18891125-V15-45-page10.txt: [("'Abraham", 'Abraham'), ("'become", 'become')]
ST18891125-V15-45-page12.txt: [("'tis", 'tis'), ("'a", 'a')]
ST18891125-V15-45-page13.txt: [("'of", 'of'), ("'than", 'than')]
ST18891125-V15-45-page16.txt: [("'take", 'take'), ("'spiritualized", 'spiritualized'), ("'Robinson", 'Robinson')]
ST18891125-V15-45-page2.txt: [("'series", 'series'), ("'with", 'with')]
ST18891125-V15-45-page3.txt: [("'tis", 'tis'), ("'tis", 'tis'), ("'policy", 'policy')]
ST18891125-V15-45-page4.txt: [("'question", 'question')]
ST18891125-V15-45-page5.txt: [("'Apostolic", 'Apostolic'), ("'who", 'who')]
ST18891125-V15-45-page6.txt: [("'man", 'man')]
ST18891125-V15-45-page7.txt: [("'this", 'this')]
ST18891125-V15-45-page8.txt: [("'before", 'before')]
ST18891125-V15-45-page9.txt: [("'.TIE", '.TIE'), ("'a", 'a'), ("'did", 'did')]
ST18891202-V15-46-page1.txt: [("'on", 'on')]
ST18891202-V15-46-page10.txt: [("'What", 'What'), ("'religion", 'religion')]
ST18891202-V15-46-page11.txt: [("'an", 'an'), ("'speaks", 'speaks'), ("'C", 'C')]
ST18891202-V15-46-page12.txt: [("'to", 'to')]
ST18891202-V15-46-page13.txt: [("'thy", 'thy'), ("'wine", 'wine')]
ST18891202-V15-46-page15.txt: [("'Since", 'Since'), ("'Federal", 'Federal')]
ST18891202-V15-46-page16.txt: [("'save", 'save'), ("'page.", 'page.'), ("'the", 'the')]
ST18891202-V15-46-page2.txt: [("'Wan.", 'Wan.'), ("'and", 'and')]
ST18891202-V15-46-page3.txt: [("'We", 'We'), ("'spoken", 'spoken'), ("'and", 'and')]
ST18891202-V15-46-page4.txt: [("'rapidly", 'rapidly'), ("'Dear", 'Dear')]
ST18891202-V15-46-page5.txt: [("'But", 'But'), ("'Westminster", 'Westminster'), ("'Armour", 'Armour')]
ST18891202-V15-46-page6.txt: [("'every", 'every')]
ST18891202-V15-46-page7.txt: [("'Who", 'Who'), ("'of", 'of'), ("'and", 'and'), ("'number", 'number')]
ST18891202-V15-46-page8.txt: [("'And", 'And')]
ST18891202-V15-46-page9.txt: [("'but", 'but'), ('\'Melchizedek."', 'Melchizedek."')]
ST18891209-V15-47-page1.txt: [("'Tis", 'Tis'), ("'only", 'only')]
ST18891209-V15-47-page10.txt: [("'lasted", 'lasted'), ("'after", 'after')]
ST18891209-V15-47-page11.txt: [("'Come", 'Come'), ("'As", 'As')]
ST18891209-V15-47-page12.txt: [("'Wearing", 'Wearing')]
ST18891209-V15-47-page13.txt: [("'COIN", 'COIN')]
ST18891209-V15-47-page14.txt: [("'yet", 'yet'), ("'Ohio", 'Ohio')]
ST18891209-V15-47-page16.txt: [("'Romanism", 'Romanism')]
ST18891209-V15-47-page2.txt: [("'heaven", 'heaven')]
ST18891209-V15-47-page3.txt: [("'It", 'It')]
ST18891209-V15-47-page4.txt: [("'would", 'would')]
ST18891209-V15-47-page5.txt: [("'at", 'at'), ("'strong", 'strong')]
ST18891209-V15-47-page7.txt: [("'he", 'he')]
ST18891209-V15-47-page8.txt: [("'whole", 'whole')]
ST18891216-V15-48-page1.txt: [("'is", 'is'), ("'Bierut", 'Bierut'), ("'Why", 'Why'), ("'Cannot", 'Cannot')]
ST18891216-V15-48-page11.txt: [("'over", 'over'), ("'members", 'members')]
ST18891216-V15-48-page12.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'duration", 'duration')]
ST18891216-V15-48-page13.txt: [("'class", 'class')]
ST18891216-V15-48-page14.txt: [("'TS", 'TS'), ("'of", 'of'), ("'Canada.", 'Canada.'), ("'were", 'were'), ("'American", 'American')]
ST18891216-V15-48-page15.txt: [("'kV", 'kV'), ("'the", 'the')]
ST18891216-V15-48-page16.txt: [("'hundreds", 'hundreds')]
ST18891216-V15-48-page2.txt: [("'.to", '.to')]
ST18891216-V15-48-page3.txt: [("'I", 'I'), ("'Though", 'Though'), ("'twas", 'twas'), ("'twas", 'twas'), ("'twas", 'twas'), ("'short", 'short'), ("'more", 'more'), ("'.I", '.I'), ("'firSt", 'firSt')]
ST18891216-V15-48-page4.txt: [("'two", 'two'), ('\'"', '"'), ("'to", 'to'), ("'It", 'It')]
ST18891216-V15-48-page5.txt: [("'the", 'the'), ("'look", 'look'), ("'of", 'of')]
ST18891216-V15-48-page6.txt: [("'error", 'error'), ("'beginning", 'beginning')]
ST18891216-V15-48-page7.txt: [("'the", 'the')]
ST18891216-V15-48-page8.txt: [("'the", 'the')]
ST18891216-V15-48-page9.txt: [("'us", 'us')]
ST18891223-V15-49-page1.txt: [("'historic", 'historic')]
ST18891223-V15-49-page10.txt: [("'around", 'around')]
ST18891223-V15-49-page11.txt: [("'organ", 'organ'), ("'auditorium", 'auditorium'), ("'admiration", 'admiration')]
ST18891223-V15-49-page12.txt: [("'top", 'top')]
ST18891223-V15-49-page15.txt: [("'book.", 'book.')]
ST18891223-V15-49-page2.txt: [("'papa", 'papa')]
ST18891223-V15-49-page8.txt: [("'the", 'the'), ("'willingly", 'willingly'), ("'For", 'For')]
ST18891223-V15-49-page9.txt: [("'if", 'if')]
ST18891230-V15-50-page10.txt: [("'a", 'a'), ("'whom", 'whom'), ("'of", 'of')]
ST18891230-V15-50-page11.txt: [("'Pilgrim's", 'Pilgrims')]
ST18891230-V15-50-page13.txt: [("'VERSE", 'VERSE')]
ST18891230-V15-50-page15.txt: [("'Tis", 'Tis'), ("'um", 'um')]
ST18891230-V15-50-page3.txt: [("'granted", 'granted'), ("'numerous", 'numerous'), ("'neath", 'neath'), ("'mid", 'mid')]
ST18891230-V15-50-page4.txt: [("'attention", 'attention'), ("'spewed", 'spewed')]
ST18891230-V15-50-page5.txt: [("'Vanity", 'Vanity')]
ST18891230-V15-50-page6.txt: [("'Sunday", 'Sunday')]
ST18891230-V15-50-page7.txt: [("'many", 'many')]
ST18891230-V15-50-page9.txt: [('\'"A', '"A'), ("'earth", 'earth'), ("'cording", 'cording'), ('\'"Who', '"Who')]
ST18900127-V16-04-page1.txt: [("'Gainst", 'Gainst')]
ST18900127-V16-04-page10.txt: [("'The", 'The'), ("'turtle", 'turtle'), ("'mostly", 'mostly'), ("'on", 'on'), ("'civil", 'civil'), ("'the", 'the')]
ST18900127-V16-04-page12.txt: [("'Ami", 'Ami'), ("'the", 'the')]
ST18900127-V16-04-page13.txt: [("'before", 'before')]
ST18900127-V16-04-page14.txt: [("'continental", 'continental'), ("'member", 'member')]
ST18900127-V16-04-page15.txt: [("'volume", 'volume')]
ST18900127-V16-04-page16.txt: [("'step", 'step'), ("'comparisons", 'comparisons'), ("'And", 'And'), ("'Among", 'Among')]
ST18900127-V16-04-page2.txt: [("'them.", 'them.')]
ST18900127-V16-04-page3.txt: [("'And", 'And'), ("'to", 'to'), ("'Accadians", 'Accadians'), ("'Mountaineers", 'Mountaineers'), ("'following", 'following')]
ST18900127-V16-04-page4.txt: [("'To-morrow", 'To-morrow'), ("'The", 'The'), ("'Jim", 'Jim'), ("'ruinous", 'ruinous')]
ST18900127-V16-04-page5.txt: [("'its", 'its')]
ST18900127-V16-04-page6.txt: [("'May", 'May')]
ST18900127-V16-04-page7.txt: [("'determined", 'determined'), ("'cut", 'cut')]
ST18900127-V16-04-page8.txt: [("'be", 'be')]
ST18900127-V16-04-page9.txt: [('\'law."', 'law."')]
ST18900217-V16-07-page1.txt: [("'Fun", 'Fun'), ("'ath", 'ath')]
ST18900217-V16-07-page10.txt: [("'h", 'h')]
ST18900217-V16-07-page11.txt: [("'again", 'again'), ("'shilling", 'shilling'), ("'years", 'years')]
ST18900217-V16-07-page12.txt: [("'twill", 'twill'), ("'twas", 'twas'), ("'sturb", 'sturb'), ("'bout", 'bout'), ("'with", 'with'), ("'All", 'All'), ("'cause", 'cause'), ("'shamed", 'shamed'), ("'r", 'r'), ("'Hath", 'Hath')]
ST18900217-V16-07-page14.txt: [("'increase", 'increase'), ("'h", 'h')]
ST18900217-V16-07-page3.txt: [("'us", 'us'), ("'ntense", 'ntense'), ("'a", 'a'), ("'Read", 'Read'), ("'invented", 'invented')]
ST18900217-V16-07-page4.txt: [("'neath", 'neath'), ("'Tween", 'Tween')]
ST18900217-V16-07-page5.txt: [("'have", 'have')]
ST18900217-V16-07-page6.txt: [("'the", 'the'), ("'sm", 'sm')]
ST18900217-V16-07-page7.txt: [("'The", 'The'), ("'reason", 'reason')]
ST18900303-V16-09-page1.txt: [("'It", 'It')]
ST18900303-V16-09-page11.txt: [("'I", 'I')]
ST18900303-V16-09-page13.txt: [("'l'm", 'lm'), ("'lint", 'lint'), ("'Ward", 'Ward')]
ST18900303-V16-09-page15.txt: [("'No.", 'No.'), ("'Reform", 'Reform')]
ST18900303-V16-09-page16.txt: [("'Bus", 'Bus'), ("'the", 'the'), ("'Little", 'Little'), ("'true.", 'true.'), ("'at.", 'at.'), ("'Nines", 'Nines')]
ST18900303-V16-09-page2.txt: [("'besides", 'besides')]
ST18900303-V16-09-page3.txt: [("'Neath", 'Neath'), ("'Tis", 'Tis')]
ST18900303-V16-09-page4.txt: [("'Thou", 'Thou'), ("'What", 'What')]
ST18900303-V16-09-page5.txt: [("'are", 'are'), ("'tell", 'tell'), ("'to", 'to')]
ST18900303-V16-09-page6.txt: [("'of", 'of')]
ST18900303-V16-09-page9.txt: [("'seemingly", 'seemingly')]
ST18900310-V16-10-page13.txt: [("'power", 'power'), ("'I", 'I')]
ST18900310-V16-10-page14.txt: [("'How", 'How')]
ST18900310-V16-10-page16.txt: [("'Generally", 'Generally')]
ST18900310-V16-10-page2.txt: [("'can", 'can')]
ST18900310-V16-10-page3.txt: [("'you", 'you'), ("'interest", 'interest')]
ST18900310-V16-10-page5.txt: [("'one", 'one')]
ST18900310-V16-10-page6.txt: [("'If", 'If'), ("'the", 'the')]
ST18900310-V16-10-page7.txt: [("'There", 'There')]
ST18900310-V16-10-page9.txt: [("'sinful.", 'sinful.'), ("'according", 'according')]
ST18900512-V16-18-page1.txt: [("'lath", 'lath')]
ST18900512-V16-18-page11.txt: [("'E.", 'E.'), ("'it", 'it')]
ST18900512-V16-18-page12.txt: [("'the", 'the'), ("'I'd", 'Id')]
ST18900512-V16-18-page2.txt: [("'caused", 'caused')]
ST18900512-V16-18-page3.txt: [("'You", 'You')]
ST18900512-V16-18-page4.txt: [("'many", 'many')]
ST18900512-V16-18-page5.txt: [("'could", 'could')]
ST18900512-V16-18-page6.txt: [('\'civil"', 'civil"')]
ST18900512-V16-18-page8.txt: [("'TIMES.", 'TIMES.'), ("'The", 'The')]
ST18900609-V16-22-page1.txt: [("'work", 'work')]
ST18900609-V16-22-page11.txt: [("'missionaries", 'missionaries'), ("'The", 'The')]
ST18900609-V16-22-page12.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'will", 'will')]
ST18900609-V16-22-page13.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'pauperism", 'pauperism')]
ST18900609-V16-22-page14.txt: [("'burning", 'burning'), ("'recently", 'recently')]
ST18900609-V16-22-page15.txt: [("'I", 'I'), ("'Wig", 'Wig')]
ST18900609-V16-22-page2.txt: [("'disciples", 'disciples')]
ST18900609-V16-22-page3.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18900609-V16-22-page5.txt: [("'etiquette.", 'etiquette.'), ("'natural", 'natural'), ("'natural", 'natural'), ("'natural", 'natural'), ("'naturally", 'naturally'), ("'natural", 'natural'), ("'natural", 'natural'), ("'natural", 'natural')]
ST18900609-V16-22-page6.txt: [("'a", 'a'), ("'the", 'the'), ("'Be", 'Be'), ("'society", 'society')]
ST18900609-V16-22-page7.txt: [("'at", 'at')]
ST18900609-V16-22-page9.txt: [("'I", 'I'), ("'THE", 'THE')]
ST18900707-V16-26-page1.txt: [("'ilitli", 'ilitli')]
ST18900707-V16-26-page2.txt: [("'sound", 'sound'), ("'Wesley", 'Wesley'), ("'In", 'In')]
ST18900707-V16-26-page3.txt: [("'cloth", 'cloth')]
ST18900707-V16-26-page4.txt: [("'is", 'is'), ("'hand", 'hand')]
ST18900707-V16-26-page5.txt: [("'tis", 'tis')]
ST18900707-V16-26-page8.txt: [("'ready", 'ready')]
ST18900922-V16-37-page1.txt: [("'are", 'are')]
ST18900922-V16-37-page2.txt: [("'of", 'of'), ("'American", 'American'), ("'reasons", 'reasons')]
ST18900922-V16-37-page3.txt: [("'soul", 'soul')]
ST18900922-V16-37-page5.txt: [("'through", 'through'), ("'Why", 'Why')]
ST18900922-V16-37-page8.txt: [("'Madam", 'Madam')]
ST18910511-V17-19-page1.txt: [("'republic.", 'republic.')]
ST18910511-V17-19-page2.txt: [("'character", 'character'), ("'glorious", 'glorious')]
ST18910511-V17-19-page3.txt: [("'of", 'of'), ("'reasonably", 'reasonably'), ("'Lord.", 'Lord.')]
ST18910511-V17-19-page6.txt: [("'upon", 'upon')]
ST18910511-V17-19-page8.txt: [("'A", 'A'), ("'Soap", 'Soap')]
ST18920208-V18-14e-page2.txt: [("'such", 'such')]
ST18920208-V18-14e-page5.txt: [("'that", 'that')]
ST18920208-V18-14e-page7.txt: [("'officers", 'officers')]
ST18920208-V18-14e-page8.txt: [("'at", 'at'), ("'operation.", 'operation.'), ("'appearance", 'appearance')]
ST18921107-V19-01-page10.txt: [("'What", 'What')]
ST18921107-V19-01-page11.txt: [("'TIMES.", 'TIMES.'), ("'Who", 'Who'), ("'pneumonia", 'pneumonia'), ("'ancrin", 'ancrin')]
ST18921107-V19-01-page12.txt: [("'This", 'This')]
ST18921107-V19-01-page13.txt: [("'not", 'not')]
ST18921107-V19-01-page14.txt: [("'and", 'and')]
ST18921107-V19-01-page16.txt: [("'which", 'which')]
ST18921107-V19-01-page2.txt: [("'present", 'present'), ("'always", 'always'), ("'the", 'the'), ("'proclamation", 'proclamation'), ("'of", 'of')]
ST18921107-V19-01-page3.txt: [("'Peace", 'Peace'), ("'at", 'at'), ("'world.", 'world.'), ("'by", 'by')]
ST18921107-V19-01-page5.txt: [("'eternal", 'eternal')]
ST18921107-V19-01-page6.txt: [("'underlying", 'underlying'), ("'works", 'works'), ("'splained", 'splained'), ("'bout", 'bout'), ("'casi'n", 'casin'), ("'splain", 'splain')]
ST18921107-V19-01-page7.txt: [("'it", 'it')]
ST18921107-V19-01-page8.txt: [("'pass", 'pass'), ("'My", 'My'), ("'once", 'once'), ("'during", 'during')]
ST18921107-V19-01-page9.txt: [("'Paradise", 'Paradise'), ("'is", 'is')]
ST18921114-V19-02-page1.txt: [("'world", 'world')]
ST18921114-V19-02-page10.txt: [("'to", 'to'), ("'you", 'you')]
ST18921114-V19-02-page11.txt: [("'mong", 'mong'), ("'mong", 'mong'), ("'Brother", 'Brother'), ("'.", '.')]
ST18921114-V19-02-page15.txt: [("'has", 'has'), ("'the", 'the')]
ST18921114-V19-02-page2.txt: [("'there", 'there')]
ST18921114-V19-02-page3.txt: [("'octrina.l.", 'octrina.l.'), ("'tis", 'tis'), ("'acacia", 'acacia'), ("'acacia", 'acacia'), ("'coverings", 'coverings'), ("'court", 'court')]
ST18921114-V19-02-page4.txt: [("'nouncing", 'nouncing')]
ST18921114-V19-02-page5.txt: [("'of", 'of'), ("'Spirit", 'Spirit')]
ST18921114-V19-02-page6.txt: [("'he", 'he'), ("'they", 'they'), ("'It", 'It'), ("'Tis", 'Tis')]
ST18921114-V19-02-page7.txt: [("'should", 'should'), ("'to", 'to'), ("'vulgarity", 'vulgarity')]
ST18921114-V19-02-page8.txt: [("'the", 'the'), ("'vivid", 'vivid')]
ST18921114-V19-02-page9.txt: [("'corrte", 'corrte'), ("'in", 'in')]
ST18921121-V19-03-page10.txt: [("'em", 'em'), ("'em", 'em'), ("'Tie", 'Tie'), ("'Tis", 'Tis'), ("'tis", 'tis')]
ST18921121-V19-03-page11.txt: [("'twas", 'twas'), ("'Keep", 'Keep'), ("'hackeray.", 'hackeray.')]
ST18921121-V19-03-page12.txt: [("'em", 'em'), ("'Oh", 'Oh')]
ST18921121-V19-03-page13.txt: [("'Twas", 'Twas'), ("'mid", 'mid'), ("'which", 'which'), ("'WE", 'WE')]
ST18921121-V19-03-page14.txt: [("'When", 'When'), ("'the", 'the'), ("'lb", 'lb'), ("'AOC.", 'AOC.')]
ST18921121-V19-03-page3.txt: [("'Twist", 'Twist'), ("'tis", 'tis'), ("'Between", 'Between'), ("'supported", 'supported'), ("'presence", 'presence'), ("'endowments", 'endowments'), ("'presented", 'presented')]
ST18921121-V19-03-page4.txt: [("'heaven", 'heaven')]
ST18921121-V19-03-page5.txt: [("'ever", 'ever'), ('\'sin."', 'sin."')]
ST18921121-V19-03-page6.txt: [("'and", 'and')]
ST18921128-V19-04-page10.txt: [("'come", 'come'), ("'Gainst", 'Gainst'), ("'Tis", 'Tis'), ("'Hut", 'Hut'), ("'Ye", 'Ye'), ('\'em."', 'em."'), ("'T", 'T')]
ST18921128-V19-04-page11.txt: [("'one", 'one'), ('\'"', '"'), ("'em", 'em'), ("'little", 'little')]
ST18921128-V19-04-page12.txt: [("'irs", 'irs')]
ST18921128-V19-04-page15.txt: [("'an", 'an'), ("'an", 'an'), ("'rel.", 'rel.')]
ST18921128-V19-04-page3.txt: [("'because", 'because')]
ST18921128-V19-04-page4.txt: [("'neath", 'neath')]
ST18921128-V19-04-page5.txt: [("'procession", 'procession')]
ST18921128-V19-04-page7.txt: [("'I", 'I')]
ST18921128-V19-04-page8.txt: [("'been", 'been'), ("'Why", 'Why')]
ST18921205-V19-05-page1.txt: [("'of", 'of')]
ST18921205-V19-05-page10.txt: [("'mid", 'mid')]
ST18921205-V19-05-page12.txt: [("'the", 'the'), ("'And", 'And')]
ST18921205-V19-05-page13.txt: [("'Great", 'Great')]
ST18921205-V19-05-page14.txt: [("'devoted", 'devoted'), ("'IEALTH", 'IEALTH')]
ST18921205-V19-05-page15.txt: [("'in", 'in'), ("'in", 'in')]
ST18921205-V19-05-page2.txt: [("'noun", 'noun'), ("'word", 'word')]
ST18921205-V19-05-page3.txt: [("'TIMES.", 'TIMES.')]
ST18921205-V19-05-page4.txt: [("'.", '.'), ("'evideuce", 'evideuce'), ("'We", 'We')]
ST18921205-V19-05-page5.txt: [("'understood", 'understood'), ("'set", 'set')]
ST18921205-V19-05-page7.txt: [("'JCL", 'JCL')]
ST18921205-V19-05-page8.txt: [("'the", 'the'), ("'Whosoever", 'Whosoever'), ("'soul", 'soul'), ("'the", 'the')]
ST18921205-V19-05-page9.txt: [("'TIM", 'TIM'), ("'as", 'as'), ("'They", 'They')]
ST18921212-V19-06-page1.txt: [("'seeking", 'seeking'), ("'hopelessly", 'hopelessly')]
ST18921212-V19-06-page10.txt: [("'corne", 'corne'), ("'You're", 'Youre'), ("'sturbing", 'sturbing')]
ST18921212-V19-06-page11.txt: [("'cepting", 'cepting'), ("'Slojd", 'Slojd')]
ST18921212-V19-06-page13.txt: [("'Discount", 'Discount')]
ST18921212-V19-06-page2.txt: [("'army", 'army')]
ST18921212-V19-06-page3.txt: [("'stem", 'stem'), ("'octrinal.", 'octrinal.'), ("'twixt", 'twixt'), ("'Twould", 'Twould'), ("'all", 'all'), ("'character", 'character')]
ST18921212-V19-06-page4.txt: [("'ing", 'ing'), ("'the", 'the'), ("'angel", 'angel')]
ST18921212-V19-06-page6.txt: [("'mid", 'mid')]
ST18921212-V19-06-page9.txt: [("'or", 'or')]
ST18921219-V19-07-page1.txt: [("'outward", 'outward'), ("'shaken.", 'shaken.')]
ST18921219-V19-07-page10.txt: [("'fare", 'fare'), ("'thim", 'thim')]
ST18921219-V19-07-page11.txt: [("'taught", 'taught'), ("'knit", 'knit'), ("'of", 'of'), ("'stream", 'stream'), ("'ccasion", 'ccasion'), ("'a", 'a'), ("'slight", 'slight'), ("'the", 'the'), ("'held", 'held')]
ST18921219-V19-07-page12.txt: [("'Pietas.", 'Pietas.'), ("'of", 'of')]
ST18921219-V19-07-page13.txt: [("'Workers.", 'Workers.'), ("'to", 'to')]
ST18921219-V19-07-page14.txt: [("'been", 'been')]
ST18921219-V19-07-page15.txt: [("'We", 'We'), ("'Tab", 'Tab'), ("'a", 'a')]
ST18921219-V19-07-page3.txt: [("'to", 'to'), ("'tis", 'tis'), ("'faith", 'faith')]
ST18921219-V19-07-page4.txt: [("'of", 'of')]
ST18921219-V19-07-page5.txt: [("'agency", 'agency')]
ST18921219-V19-07-page6.txt: [("'tis", 'tis'), ("'Tie", 'Tie')]
ST18921219-V19-07-page7.txt: [("'though", 'though'), ("'demonstrated", 'demonstrated'), ("'sacred", 'sacred'), ("'from", 'from')]
ST18921219-V19-07-page9.txt: [("'by", 'by'), ("'charity", 'charity'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18921226-V19-08-page1.txt: [("'says", 'says')]
ST18921226-V19-08-page10.txt: [("'null.", 'null.'), ("'em", 'em'), ("'Taint", 'Taint'), ("'police", 'police')]
ST18921226-V19-08-page11.txt: [("'I'H.", 'IH.')]
ST18921226-V19-08-page13.txt: [("'The", 'The'), ("'Tokens", 'Tokens')]
ST18921226-V19-08-page2.txt: [("'all.", 'all.')]
ST18921226-V19-08-page3.txt: [("'tis", 'tis')]
ST18921226-V19-08-page5.txt: [("'S.", 'S.')]
ST18921226-V19-08-page6.txt: [("'THEO", 'THEO'), ("'ININISS.", 'ININISS.'), ("'tis", 'tis'), ("'mid", 'mid')]
ST18921226-V19-08-page7.txt: [("'question", 'question'), ('\'"', '"')]
ST18921226-V19-08-page8.txt: [("'Bout", 'Bout'), ("'Bout", 'Bout')]
ST18921226-V19-08-page9.txt: [("'corne", 'corne')]
ST18930102-V19-09-page1.txt: [("'foreign", 'foreign'), ("'spiritual", 'spiritual')]
ST18930102-V19-09-page10.txt: [("'rimes.", 'rimes.')]
ST18930102-V19-09-page12.txt: [("'the", 'the'), ("'al.", 'al.')]
ST18930102-V19-09-page13.txt: [("'Prayer", 'Prayer')]
ST18930102-V19-09-page14.txt: [("'INFIE", 'INFIE'), ("'creation", 'creation')]
ST18930102-V19-09-page16.txt: [("'tire", 'tire'), ("'arguments", 'arguments')]
ST18930102-V19-09-page2.txt: [("'for", 'for')]
ST18930102-V19-09-page3.txt: [("'n", 'n')]
ST18930102-V19-09-page4.txt: [("'their", 'their')]
ST18930102-V19-09-page6.txt: [("'a", 'a')]
ST18930102-V19-09-page8.txt: [("'should", 'should'), ("'as", 'as')]
ST18930102-V19-09-page9.txt: [("'years", 'years'), ("'whom", 'whom'), ("'All", 'All'), ("'he", 'he')]
ST18930109-V19-10-page1.txt: [("'either", 'either'), ("'lanes", 'lanes')]
ST18930109-V19-10-page10.txt: [("'their", 'their')]
ST18930109-V19-10-page11.txt: [("'very", 'very'), ("'Show", 'Show'), ("'If", 'If'), ("'shall", 'shall'), ("'enacting", 'enacting')]
ST18930109-V19-10-page12.txt: [("'Fields.", 'Fields.'), ("'row", 'row')]
ST18930109-V19-10-page3.txt: [("'TIM", 'TIM'), ("'A.", 'A.'), ("'that", 'that')]
ST18930109-V19-10-page4.txt: [("'minds", 'minds'), ("'advice", 'advice'), ("'close", 'close')]
ST18930109-V19-10-page5.txt: [("'BY", 'BY')]
ST18930109-V19-10-page6.txt: [("'If", 'If')]
ST18930109-V19-10-page7.txt: [("'THE", 'THE'), ("'TIMES.", 'TIMES.'), ("'even", 'even')]
ST18930109-V19-10-page8.txt: [("'until", 'until'), ("'We", 'We')]
ST18930109-V19-10-page9.txt: [("'worship", 'worship')]
ST18930116-V19-11-page1.txt: [("'So", 'So')]
ST18930116-V19-11-page10.txt: [("'I", 'I')]
ST18930116-V19-11-page12.txt: [("'Christian", 'Christian'), ("'is", 'is'), ("'twill", 'twill')]
ST18930116-V19-11-page13.txt: [("'Patriarchs", 'Patriarchs'), ('\'"', '"')]
ST18930116-V19-11-page14.txt: [("'word", 'word')]
ST18930116-V19-11-page16.txt: [("'work", 'work'), ('\'"', '"')]
ST18930116-V19-11-page2.txt: [("''church", 'church'), ("'Rejoice", 'Rejoice'), ("'Tis", 'Tis'), ("'twas", 'twas'), ("'twas", 'twas'), ("'tis.", 'tis.'), ("'s", 's')]
ST18930116-V19-11-page4.txt: [("'Here", 'Here')]
ST18930116-V19-11-page5.txt: [("'Tis", 'Tis'), ("'way", 'way'), ("'tie", 'tie')]
ST18930116-V19-11-page6.txt: [("'lel", 'lel'), ("'The", 'The'), ('\'"', '"'), ("'heaven", 'heaven')]
ST18930116-V19-11-page7.txt: [("'as", 'as'), ("'the", 'the'), ("'Holy", 'Holy'), ("'special", 'special'), ("'be", 'be'), ("'unto", 'unto')]
ST18930116-V19-11-page8.txt: [("'States", 'States'), ("'By", 'By'), ("'its", 'its')]
ST18930116-V19-11-page9.txt: [("'Tis", 'Tis')]
ST18930123-V19-12-page10.txt: [("'member", 'member'), ('\'membering."', 'membering."'), ("'Well", 'Well'), ("'and", 'and'), ("'Now", 'Now'), ("'Neither", 'Neither'), ("'but", 'but'), ("'I", 'I')]
ST18930123-V19-12-page11.txt: [("'TIMES.", 'TIMES.'), ("'heart", 'heart'), ("'twill", 'twill')]
ST18930123-V19-12-page12.txt: [("'his", 'his'), ("'is", 'is')]
ST18930123-V19-12-page13.txt: [("'Oh", 'Oh'), ("'have", 'have'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tie", 'Tie'), ("'Cal", 'Cal')]
ST18930123-V19-12-page14.txt: [("'S.", 'S.'), ("'yrus", 'yrus'), ("'hie", 'hie')]
ST18930123-V19-12-page16.txt: [("'Will", 'Will'), ("'w", 'w')]
ST18930123-V19-12-page3.txt: [("'passed", 'passed'), ("'might", 'might'), ("'nature", 'nature'), ("''a", 'a')]
ST18930123-V19-12-page4.txt: [("'government", 'government')]
ST18930123-V19-12-page5.txt: [("'Cor.", 'Cor.')]
ST18930123-V19-12-page6.txt: [("'Christ's", 'Christs'), ("'mid", 'mid')]
ST18930123-V19-12-page7.txt: [("'The", 'The'), ("'they", 'they')]
ST18930123-V19-12-page8.txt: [("'No.", 'No.')]
ST18930123-V19-12-page9.txt: [("'R", 'R'), ("'Mid", 'Mid')]
ST18930206-V19-14-page10.txt: [("'ittle", 'ittle')]
ST18930206-V19-14-page11.txt: [("'Tie", 'Tie')]
ST18930206-V19-14-page12.txt: [("'Work", 'Work'), ("'Workers.", 'Workers.')]
ST18930206-V19-14-page13.txt: [("'Two", 'Two'), ("'Civil", 'Civil')]
ST18930206-V19-14-page14.txt: [("'through", 'through'), ("'He", 'He')]
ST18930206-V19-14-page15.txt: [("'by", 'by'), ("'least", 'least')]
ST18930206-V19-14-page16.txt: [("'.", '.')]
ST18930206-V19-14-page3.txt: [("'still", 'still'), ("'tis", 'tis'), ("'of", 'of')]
ST18930206-V19-14-page4.txt: [("'quietly", 'quietly'), ("'United", 'United'), ("'yet", 'yet'), ("'law", 'law')]
ST18930206-V19-14-page7.txt: [("'of", 'of')]
ST18930206-V19-14-page8.txt: [("'jubilating", 'jubilating')]
ST18930206-V19-14-page9.txt: [("'not", 'not'), ("'orne", 'orne'), ("'cealth.", 'cealth.'), ("'Tis", 'Tis'), ("'AT", 'AT')]
ST18930213-V19-15-page10.txt: [("'but", 'but'), ("'What", 'What')]
ST18930213-V19-15-page11.txt: [("'ologies", 'ologies'), ("'tn", 'tn'), ("'Our", 'Our')]
ST18930213-V19-15-page12.txt: [("'neath", 'neath')]
ST18930213-V19-15-page13.txt: [("'That", 'That')]
ST18930213-V19-15-page14.txt: [("'n", 'n')]
ST18930213-V19-15-page15.txt: [("'her", 'her'), ("'heretic", 'heretic')]
ST18930213-V19-15-page2.txt: [("'can", 'can')]
ST18930213-V19-15-page3.txt: [("'wisely", 'wisely'), ("'are", 'are'), ("'all", 'all')]
ST18930213-V19-15-page4.txt: [("'And", 'And'), ("'COI", 'COI'), ("'D", 'D')]
ST18930213-V19-15-page5.txt: [("'He", 'He'), ("'because", 'because'), ("'Come", 'Come')]
ST18930213-V19-15-page7.txt: [("'the", 'the')]
ST18930213-V19-15-page9.txt: [("'Behold", 'Behold')]
ST18930220-V19-16-page1.txt: [("'WEEKLY", 'WEEKLY'), ("'pass", 'pass'), ("'confess", 'confess')]
ST18930220-V19-16-page10.txt: [("'Molly", 'Molly'), ("'look", 'look'), ("'Charles", 'Charles'), ("'Molly", 'Molly'), ("'Charles", 'Charles'), ("'you", 'you'), ("'Charley", 'Charley'), ("'W'lel", 'Wlel')]
ST18930220-V19-16-page12.txt: [("'and", 'and'), ("'But", 'But'), ("'view.", 'view.'), ("'wife", 'wife')]
ST18930220-V19-16-page13.txt: [("'Workers.", 'Workers.'), ("'I", 'I')]
ST18930220-V19-16-page14.txt: [("'salvation", 'salvation')]
ST18930220-V19-16-page15.txt: [("'Mediterranean", 'Mediterranean')]
ST18930220-V19-16-page16.txt: [("'He", 'He'), ("'al.", 'al.'), ("'ibis", 'ibis')]
ST18930220-V19-16-page2.txt: [("'That", 'That')]
ST18930220-V19-16-page6.txt: [("'of", 'of'), ("'Through", 'Through')]
ST18930220-V19-16-page7.txt: [("'shines", 'shines')]
ST18930220-V19-16-page8.txt: [("'says", 'says'), ("'chant", 'chant')]
ST18930220-V19-16-page9.txt: [("'thanksgiving", 'thanksgiving'), ("'Xamine", 'Xamine'), ("'inhabitants", 'inhabitants'), ("'s", 's'), ("'said", 'said')]
ST18930227-V19-17-page1.txt: [("'ends", 'ends'), ("'power", 'power'), ("'hierarchy", 'hierarchy')]
ST18930227-V19-17-page10.txt: [("'feaah.", 'feaah.'), ("'go", 'go'), ("'for", 'for'), ("'s.", 's.'), ("'s", 's'), ("'lays", 'lays'), ("'try", 'try'), ("'em", 'em'), ("'cause", 'cause'), ("'at", 'at')]
ST18930227-V19-17-page11.txt: [("'notes", 'notes'), ("'as", 'as'), ("'as", 'as'), ("'does", 'does')]
ST18930227-V19-17-page12.txt: [("'this", 'this')]
ST18930227-V19-17-page13.txt: [("'perpetuity", 'perpetuity'), ("'themselves", 'themselves'), ("'be", 'be'), ("'God", 'God')]
ST18930227-V19-17-page14.txt: [("'Christian", 'Christian'), ("'Jews", 'Jews'), ("'live.", 'live.'), ("'God", 'God')]
ST18930227-V19-17-page15.txt: [("'Thousand", 'Thousand')]
ST18930227-V19-17-page2.txt: [("'rkm", 'rkm'), ("'the", 'the')]
ST18930227-V19-17-page3.txt: [("'she", 'she'), ("'did", 'did'), ("'immoral.", 'immoral.'), ("'Ali", 'Ali')]
ST18930227-V19-17-page4.txt: [("'Christ", 'Christ'), ("'will", 'will')]
ST18930227-V19-17-page5.txt: [("'FHE", 'FHE'), ("'Christ's", 'Christs'), ("'cloud", 'cloud'), ("'entitle", 'entitle'), ("'law", 'law')]
ST18930227-V19-17-page6.txt: [("'his", 'his')]
ST18930227-V19-17-page7.txt: [("'to", 'to'), ("'last", 'last')]
ST18930227-V19-17-page8.txt: [("'miseries.", 'miseries.'), ("'and", 'and'), ("'before", 'before')]
ST18930227-V19-17-page9.txt: [("'ehruary", 'ehruary')]
ST18930306-V19-18-page10.txt: [("'C'orrte", 'Corrte'), ("'homely", 'homely'), ("'wine", 'wine'), ("'em", 'em'), ("'em", 'em')]
ST18930306-V19-18-page11.txt: [("'Butte.", 'Butte.')]
ST18930306-V19-18-page12.txt: [("'Tween", 'Tween')]
ST18930306-V19-18-page13.txt: [("'tie", 'tie'), ("'take", 'take')]
ST18930306-V19-18-page14.txt: [("'not", 'not'), ("'been", 'been')]
ST18930306-V19-18-page15.txt: [("'the", 'the'), ("'The", 'The'), ("'I", 'I')]
ST18930306-V19-18-page16.txt: [("'last", 'last'), ("'times", 'times')]
ST18930306-V19-18-page2.txt: [("'separation", 'separation'), ("'of", 'of'), ("'temporarily", 'temporarily')]
ST18930306-V19-18-page3.txt: [("'Thy", 'Thy'), ("'neath", 'neath'), ('\'righteousness."', 'righteousness."')]
ST18930306-V19-18-page4.txt: [("'already", 'already')]
ST18930306-V19-18-page5.txt: [("'r", 'r'), ("'having", 'having')]
ST18930306-V19-18-page6.txt: [("'soul", 'soul'), ("'he", 'he')]
ST18930313-V19-19-page10.txt: [("'There", 'There')]
ST18930313-V19-19-page11.txt: [("'MMES.", 'MMES.'), ("'While", 'While')]
ST18930313-V19-19-page13.txt: [("'intelligently", 'intelligently'), ("'El", 'El'), ("'HEALTH", 'HEALTH')]
ST18930313-V19-19-page14.txt: [("'Assort", 'Assort'), ("'tabernacles.", 'tabernacles.'), ("'LESSON", 'LESSON')]
ST18930313-V19-19-page15.txt: [("'frame", 'frame'), ("'been", 'been'), ("'the", 'the')]
ST18930313-V19-19-page16.txt: [("'Is", 'Is'), ("'llevery", 'llevery')]
ST18930313-V19-19-page2.txt: [("'by", 'by'), ("'they", 'they'), ("'such", 'such'), ("'work", 'work')]
ST18930313-V19-19-page3.txt: [("'There", 'There'), ("'math", 'math'), ("'lath", 'lath')]
ST18930313-V19-19-page4.txt: [("'having", 'having'), ("'butchering", 'butchering'), ("'save", 'save')]
ST18930313-V19-19-page5.txt: [("'huge", 'huge')]
ST18930313-V19-19-page6.txt: [("'power", 'power'), ("'whom", 'whom')]
ST18930313-V19-19-page8.txt: [("'lime", 'lime'), ("'has", 'has'), ("'the", 'the'), ("'years", 'years'), ("'September", 'September'), ("'I'lme", 'Ilme'), ("'marks", 'marks'), ("'supremacy.", 'supremacy.')]
ST18930313-V19-19-page9.txt: [("'MMES.", 'MMES.'), ("'got", 'got')]
ST18930320-V19-20-page1.txt: [("'the", 'the')]
ST18930320-V19-20-page10.txt: [("'fine", 'fine'), ("'useless", 'useless'), ("'Everything", 'Everything')]
ST18930320-V19-20-page11.txt: [("'Twould", 'Twould'), ("'Twould", 'Twould'), ("'Twould", 'Twould'), ("'that", 'that'), ("'why", 'why'), ('\'"', '"')]
ST18930320-V19-20-page12.txt: [("'ormal", 'ormal')]
ST18930320-V19-20-page13.txt: [("'Twas", 'Twas'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18930320-V19-20-page15.txt: [("'What", 'What')]
ST18930320-V19-20-page16.txt: [("'be", 'be')]
ST18930320-V19-20-page2.txt: [("'Carried", 'Carried'), ("'of", 'of'), ("'establishes", 'establishes')]
ST18930320-V19-20-page3.txt: [("'activity", 'activity'), ("'himself", 'himself')]
ST18930320-V19-20-page5.txt: [("'Twas", 'Twas'), ("'manifestation.", 'manifestation.'), ("'King", 'King')]
ST18930320-V19-20-page6.txt: [("'in", 'in'), ('\'creation."', 'creation."'), ("'of", 'of'), ("'fellows", 'fellows'), ("'Neath", 'Neath')]
ST18930320-V19-20-page7.txt: [("'unto", 'unto'), ("'to", 'to'), ("'to", 'to')]
ST18930320-V19-20-page8.txt: [("'D", 'D')]
ST18930320-V19-20-page9.txt: [("'to", 'to'), ("'That", 'That'), ("'Judge", 'Judge'), ("'By", 'By'), ("'In", 'In')]
ST18930327-V19-21-page10.txt: [("'lips", 'lips'), ('\'"', '"')]
ST18930327-V19-21-page11.txt: [("'Or", 'Or')]
ST18930327-V19-21-page12.txt: [("'outside", 'outside'), ("'It", 'It')]
ST18930327-V19-21-page16.txt: [("'came", 'came')]
ST18930327-V19-21-page3.txt: [("'Tax", 'Tax'), ("'coming", 'coming')]
ST18930327-V19-21-page6.txt: [("'surprised", 'surprised'), ("'s", 's'), ("'and", 'and')]
ST18930327-V19-21-page8.txt: [("'What", 'What'), ("'Jesus", 'Jesus')]
ST18930327-V19-21-page9.txt: [("'child", 'child')]
ST18930403-V19-22-page1.txt: [("'To", 'To')]
ST18930403-V19-22-page10.txt: [('\'yes.\'"', 'yes."'), ("'mamma", 'mamma')]
ST18930403-V19-22-page11.txt: [("'robust", 'robust')]
ST18930403-V19-22-page12.txt: [("'rimEs.", 'rimEs.'), ("'blessing", 'blessing'), ('\'Alaskans."', 'Alaskans."')]
ST18930403-V19-22-page13.txt: [("'tis", 'tis')]
ST18930403-V19-22-page14.txt: [("'Golden", 'Golden'), ("'Christ", 'Christ'), ("'rower", 'rower'), ("'rEPs", 'rEPs')]
ST18930403-V19-22-page15.txt: [("'Vincennes", 'Vincennes'), ("'vagrancy", 'vagrancy'), ("'Cal.", 'Cal.')]
ST18930403-V19-22-page2.txt: [("'to", 'to'), ("'be", 'be'), ("'keeping", 'keeping'), ("'of", 'of'), ("'power", 'power')]
ST18930403-V19-22-page3.txt: [("'could", 'could')]
ST18930403-V19-22-page5.txt: [("'THE", 'THE')]
ST18930403-V19-22-page6.txt: [("'Saviour", 'Saviour'), ("'risen", 'risen'), ("'which", 'which')]
ST18930403-V19-22-page7.txt: [("'The", 'The')]
ST18930410-V19-23-page10.txt: [("'ce", 'ce'), ("'neath", 'neath')]
ST18930410-V19-23-page11.txt: [("'have", 'have'), ("'flue", 'flue')]
ST18930410-V19-23-page13.txt: [("'Bible", 'Bible')]
ST18930410-V19-23-page14.txt: [("'and", 'and')]
ST18930410-V19-23-page15.txt: [("'n", 'n')]
ST18930410-V19-23-page2.txt: [("'meekness", 'meekness')]
ST18930410-V19-23-page3.txt: [("'neath", 'neath'), ("'Mid", 'Mid')]
ST18930410-V19-23-page6.txt: [("'for", 'for'), ("'Jehovah.", 'Jehovah.')]
ST18930410-V19-23-page7.txt: [("'THE", 'THE'), ("'Let", 'Let')]
ST18930410-V19-23-page8.txt: [("'MMES.", 'MMES.')]
ST18930417-V19-24-page1.txt: [("'somewhat", 'somewhat')]
ST18930417-V19-24-page10.txt: [('\'ask."', 'ask."'), ("'foolish", 'foolish'), ("'so", 'so'), ("'to", 'to'), ("'be", 'be')]
ST18930417-V19-24-page12.txt: [("'Pietas.", 'Pietas.'), ("'children", 'children')]
ST18930417-V19-24-page13.txt: [("'Work", 'Work'), ("'Workers.", 'Workers.'), ("'this", 'this'), ("'Bible", 'Bible'), ("'The", 'The')]
ST18930417-V19-24-page14.txt: [("'Lo", 'Lo')]
ST18930417-V19-24-page2.txt: [("'righteousness", 'righteousness')]
ST18930417-V19-24-page3.txt: [("'from", 'from'), ("'the", 'the')]
ST18930417-V19-24-page5.txt: [("'character", 'character')]
ST18930417-V19-24-page6.txt: [("'by", 'by')]
ST18930417-V19-24-page7.txt: [("'live", 'live')]
ST18930417-V19-24-page9.txt: [("'rime", 'rime')]
ST18930424-V19-25-page1.txt: [("'sent", 'sent')]
ST18930424-V19-25-page10.txt: [("'way", 'way'), ("'B.", 'B.'), ("'B.", 'B.'), ("'B.", 'B.')]
ST18930424-V19-25-page11.txt: [("'Death", 'Death')]
ST18930424-V19-25-page12.txt: [("'Fields.", 'Fields.'), ("'A", 'A')]
ST18930424-V19-25-page15.txt: [("'and", 'and'), ("'Si", 'Si')]
ST18930424-V19-25-page3.txt: [("'I", 'I'), ("'wilt", 'wilt')]
ST18930424-V19-25-page5.txt: [("'Thus", 'Thus')]
ST18930424-V19-25-page7.txt: [("'MMES.", 'MMES.')]
ST18930424-V19-25-page9.txt: [("'guidance", 'guidance')]
ST18930619-V19-32-page1.txt: [("'men", 'men')]
ST18930619-V19-32-page10.txt: [("'Forgive", 'Forgive')]
ST18930619-V19-32-page12.txt: [("'Neath", 'Neath')]
ST18930619-V19-32-page13.txt: [("'Bible", 'Bible'), ("'reached", 'reached')]
ST18930619-V19-32-page14.txt: [("'natty", 'natty'), ("'that", 'that'), ("'incorruptible", 'incorruptible'), ("'Peter", 'Peter')]
ST18930619-V19-32-page16.txt: [("'Indwelling", 'Indwelling'), ("'that", 'that'), ("'With", 'With')]
ST18930619-V19-32-page2.txt: [("'big.", 'big.')]
ST18930619-V19-32-page4.txt: [("'from", 'from')]
ST18930619-V19-32-page5.txt: [("'of", 'of'), ("'regular", 'regular')]
ST18930619-V19-32-page7.txt: [("'fourteenth", 'fourteenth')]
ST18930619-V19-32-page8.txt: [("'has", 'has')]
ST18930619-V19-32-page9.txt: [("'come", 'come'), ("'Twill", 'Twill'), ("'tie", 'tie')]
ST18930626-V19-33-page1.txt: [("'I'n", 'In'), ("'Stay", 'Stay'), ("'the", 'the'), ("'profession", 'profession')]
ST18930626-V19-33-page10.txt: [("'rim", 'rim'), ("'not", 'not'), ("'stable", 'stable'), ("'cause", 'cause'), ("'of", 'of'), ("'tis", 'tis')]
ST18930626-V19-33-page11.txt: [("'Tis", 'Tis'), ("'to", 'to')]
ST18930626-V19-33-page12.txt: [("'Union", 'Union')]
ST18930626-V19-33-page13.txt: [("'t", 't')]
ST18930626-V19-33-page3.txt: [("'greater", 'greater'), ("'my", 'my'), ("'When", 'When'), ("'its", 'its'), ("'angels", 'angels'), ("'dwelling", 'dwelling')]
ST18930626-V19-33-page4.txt: [("'that", 'that'), ("'mist", 'mist')]
ST18930626-V19-33-page5.txt: [("'Paul's", 'Pauls'), ("'Drink", 'Drink'), ("'what", 'what')]
ST18930626-V19-33-page6.txt: [("'last", 'last'), ("'A", 'A'), ("'A", 'A')]
ST18930626-V19-33-page7.txt: [("'twas", 'twas'), ("'tis", 'tis')]
ST18930626-V19-33-page8.txt: [("'And", 'And')]
ST18930626-V19-33-page9.txt: [("'Tis", 'Tis'), ("'above", 'above')]
ST18930703-V19-34-page1.txt: [("'way", 'way')]
ST18930703-V19-34-page10.txt: [("'on", 'on'), ("'fair", 'fair'), ("'disobedience", 'disobedience'), ("'math", 'math'), ("'of", 'of')]
ST18930703-V19-34-page11.txt: [("'.", '.'), ("'Buddhist", 'Buddhist'), ("'to", 'to'), ("'the", 'the')]
ST18930703-V19-34-page12.txt: [("'sawmills.", 'sawmills.'), ("'Work", 'Work')]
ST18930703-V19-34-page13.txt: [("'gave", 'gave')]
ST18930703-V19-34-page14.txt: [("'.", '.'), ("'.", '.'), ("'be", 'be'), ("'l'.", 'l.'), ("'Willson", 'Willson'), ("'Order", 'Order'), ("'immortality", 'immortality')]
ST18930703-V19-34-page16.txt: [("'I", 'I'), ("'the", 'the'), ("'Ye", 'Ye'), ("'efforts", 'efforts')]
ST18930703-V19-34-page4.txt: [("'and", 'and'), ("'manner.", 'manner.')]
ST18930703-V19-34-page6.txt: [("'other", 'other'), ("'Then", 'Then'), ("'are", 'are'), ("'they", 'they')]
ST18930703-V19-34-page7.txt: [("'mong", 'mong'), ("'sent", 'sent')]
ST18930703-V19-34-page8.txt: [("'to", 'to'), ("'l'o-night", 'lo-night'), ("'mourned", 'mourned'), ("'at", 'at')]
ST18930703-V19-34-page9.txt: [("'Mg", 'Mg'), ("'to", 'to'), ("'Ce.aAh.", 'Ce.aAh.'), ('\'"', '"')]
ST18930710-V19-35-page1.txt: [("'our", 'our'), ("'mercy", 'mercy')]
ST18930710-V19-35-page10.txt: [("'Yes", 'Yes'), ("'That", 'That'), ("'Shall", 'Shall'), ("'addle", 'addle'), ("'three", 'three')]
ST18930710-V19-35-page11.txt: [("'uncorrupted", 'uncorrupted'), ("'permitted", 'permitted')]
ST18930710-V19-35-page12.txt: [("'prevailed", 'prevailed'), ("'Thousand", 'Thousand'), ("'meeting", 'meeting')]
ST18930710-V19-35-page13.txt: [("'I", 'I')]
ST18930710-V19-35-page2.txt: [("'tis", 'tis')]
ST18930710-V19-35-page3.txt: [("'Rom.", 'Rom.')]
ST18930710-V19-35-page4.txt: [("'these", 'these'), ("'sacred", 'sacred')]
ST18930710-V19-35-page5.txt: [("'here", 'here'), ("'Which", 'Which')]
ST18930710-V19-35-page6.txt: [("'that", 'that')]
ST18930710-V19-35-page8.txt: [("'which", 'which'), ("'kneel", 'kneel'), ("'The", 'The'), ("'God", 'God'), ("'God", 'God'), ("'I", 'I'), ("'ere", 'ere'), ("'irrigate", 'irrigate')]
ST18930710-V19-35-page9.txt: [("'C'ome", 'Come'), ("'ce.a.", 'ce.a.'), ("'Or", 'Or'), ("'tis", 'tis'), ("'tae", 'tae'), ("'me.", 'me.')]
ST18930724-V19-37-page1.txt: [("'llome", 'llome'), ("'does", 'does'), ("'Christ", 'Christ')]
ST18930724-V19-37-page10.txt: [("'Oh", 'Oh'), ("'Twere", 'Twere'), ("'I", 'I'), ("'Inasmuch", 'Inasmuch')]
ST18930724-V19-37-page11.txt: [("'God", 'God'), ("'dreaded", 'dreaded'), ("'oil.", 'oil.'), ("'The", 'The'), ("'decked", 'decked')]
ST18930724-V19-37-page13.txt: [("'I", 'I')]
ST18930724-V19-37-page16.txt: [("'tis", 'tis')]
ST18930724-V19-37-page2.txt: [("'confidently", 'confidently'), ("'which", 'which')]
ST18930724-V19-37-page6.txt: [("'Tis", 'Tis')]
ST18930724-V19-37-page7.txt: [("'Thou", 'Thou'), ("'Thou", 'Thou')]
ST18930724-V19-37-page8.txt: [("'Remember", 'Remember'), ("'mho", 'mho')]
ST18930724-V19-37-page9.txt: [("'freedom", 'freedom'), ("'Tis", 'Tis'), ("'neath", 'neath')]
ST18930731-V19-38-page1.txt: [("'upon", 'upon')]
ST18930731-V19-38-page10.txt: [("'Chinese.", 'Chinese.'), ("'for", 'for'), ("'while", 'while')]
ST18930731-V19-38-page11.txt: [("'THE", 'THE'), ("'twill", 'twill'), ("'human", 'human'), ("'American", 'American'), ("'while", 'while')]
ST18930731-V19-38-page12.txt: [("'open", 'open'), ("'NOELS.", 'NOELS.'), ("'as", 'as')]
ST18930731-V19-38-page13.txt: [("'Well", 'Well'), ("'Yes", 'Yes'), ("'recently", 'recently'), ("'Union", 'Union'), ("'.", '.')]
ST18930731-V19-38-page15.txt: [("'ores.", 'ores.')]
ST18930731-V19-38-page2.txt: [("'stoned", 'stoned')]
ST18930731-V19-38-page3.txt: [("'Tis", 'Tis')]
ST18930731-V19-38-page5.txt: [("'Twould", 'Twould'), ("'twere", 'twere'), ("'twas", 'twas'), ("'tis", 'tis'), ("'tis", 'tis'), ("'Tis", 'Tis'), ("'Twas", 'Twas'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'gainst", 'gainst'), ("'Tis", 'Tis'), ("'the", 'the')]
ST18930731-V19-38-page6.txt: [("'rime", 'rime'), ("'bound", 'bound')]
ST18930731-V19-38-page7.txt: [("'God", 'God'), ("'presence", 'presence')]
ST18930731-V19-38-page8.txt: [("'David", 'David')]
ST18930731-V19-38-page9.txt: [("'mong", 'mong')]
ST18930807-V19-39-page10.txt: [("'He", 'He')]
ST18930807-V19-39-page13.txt: [("'Yes", 'Yes')]
ST18930807-V19-39-page14.txt: [("'dead", 'dead')]
ST18930807-V19-39-page16.txt: [("'V", 'V')]
ST18930807-V19-39-page4.txt: [("'accursed", 'accursed'), ("'heart", 'heart')]
ST18930807-V19-39-page5.txt: [("'PFIZ", 'PFIZ'), ("'feet", 'feet'), ("'controversy", 'controversy')]
ST18930807-V19-39-page6.txt: [("'prison", 'prison'), ("'lidded", 'lidded')]
ST18930807-V19-39-page7.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18930807-V19-39-page8.txt: [("'How", 'How')]
ST18930807-V19-39-page9.txt: [("'forrte", 'forrte'), ("'have", 'have')]
ST18930814-V19-40-page10.txt: [("'cious", 'cious'), ("'source.", 'source.'), ("'method", 'method')]
ST18930814-V19-40-page11.txt: [("'Twixt", 'Twixt'), ("'is", 'is'), ("'stoves", 'stoves'), ("'chattering", 'chattering')]
ST18930814-V19-40-page12.txt: [("'Work", 'Work'), ("'Tis", 'Tis'), ("'tis", 'tis')]
ST18930814-V19-40-page14.txt: [("'a", 'a')]
ST18930814-V19-40-page2.txt: [("'Matt.", 'Matt.')]
ST18930814-V19-40-page3.txt: [("'Fuming", 'Fuming'), ('\'ever"', 'ever"'), ("'Midst", 'Midst'), ("'to", 'to')]
ST18930814-V19-40-page4.txt: [("'observe", 'observe'), ("'when", 'when'), ("'out", 'out')]
ST18930814-V19-40-page6.txt: [("'FIMES.", 'FIMES.'), ("'in", 'in'), ("'I'hess.", 'Ihess.')]
ST18930814-V19-40-page7.txt: [("'his", 'his')]
ST18930814-V19-40-page8.txt: [("'THE", 'THE'), ("'far", 'far')]
ST18930814-V19-40-page9.txt: [("'them", 'them'), ("'gainst", 'gainst'), ("'took", 'took'), ("'City", 'City'), ("'as", 'as'), ("'all", 'all')]
ST18930821-V19-41-page10.txt: [("'a", 'a')]
ST18930821-V19-41-page11.txt: [("'kindergarten", 'kindergarten')]
ST18930821-V19-41-page12.txt: [("'neath", 'neath'), ("'foe", 'foe')]
ST18930821-V19-41-page14.txt: [("'and", 'and')]
ST18930821-V19-41-page15.txt: [("'deported", 'deported')]
ST18930821-V19-41-page16.txt: [("'kir", 'kir')]
ST18930821-V19-41-page2.txt: [("'common", 'common'), ("'heartily", 'heartily')]
ST18930821-V19-41-page3.txt: [("'his", 'his')]
ST18930821-V19-41-page4.txt: [("'discourse", 'discourse'), ("'at", 'at')]
ST18930821-V19-41-page5.txt: [("'are", 'are'), ("'Austria", 'Austria'), ("'Twas", 'Twas'), ("'life", 'life'), ("'all", 'all')]
ST18930821-V19-41-page6.txt: [("'is", 'is'), ("'Whole", 'Whole')]
ST18930821-V19-41-page7.txt: [("'tis", 'tis'), ("'Tis", 'Tis'), ("'twill", 'twill'), ("'to", 'to')]
ST18930821-V19-41-page8.txt: [("'all", 'all')]
ST18930821-V19-41-page9.txt: [("'apostle", 'apostle'), ("'cea", 'cea'), ("'twas", 'twas'), ("'Twould", 'Twould'), ("'twas", 'twas'), ("'ornamented", 'ornamented')]
ST18930828-V19-42-page10.txt: [("'Angeles", 'Angeles'), ("'TABLES", 'TABLES'), ("'N", 'N')]
ST18930828-V19-42-page11.txt: [("'Pields.", 'Pields.'), ("'though", 'though')]
ST18930828-V19-42-page12.txt: [("'ts", 'ts')]
ST18930828-V19-42-page14.txt: [("'refreshment.", 'refreshment.')]
ST18930828-V19-42-page15.txt: [("'discovered", 'discovered'), ("'Thousands", 'Thousands')]
ST18930828-V19-42-page16.txt: [("'compelled", 'compelled'), ("'foolish", 'foolish'), ("'law", 'law')]
ST18930828-V19-42-page2.txt: [("'his", 'his')]
ST18930828-V19-42-page3.txt: [("'present", 'present'), ("'his", 'his')]
ST18930828-V19-42-page4.txt: [("'From", 'From'), ("'gatherings", 'gatherings'), ("'things", 'things'), ("'thing", 'thing'), ("'just", 'just'), ("'as", 'as')]
ST18930828-V19-42-page5.txt: [("'power", 'power'), ("'no", 'no'), ("'we", 'we'), ("'of", 'of')]
ST18930828-V19-42-page6.txt: [("'of", 'of')]
ST18930828-V19-42-page7.txt: [("'wounds", 'wounds'), ("'all", 'all')]
ST18930828-V19-42-page8.txt: [("'will", 'will'), ('\'"', '"'), ("'indwelling", 'indwelling')]
ST18930828-V19-42-page9.txt: [("'I", 'I'), ("'neighboring", 'neighboring')]
ST18930904-V19-43-page1.txt: [("'writing", 'writing'), ("'nit", 'nit'), ("'rights", 'rights')]
ST18930904-V19-43-page10.txt: [("'rake", 'rake')]
ST18930904-V19-43-page11.txt: [("'erring", 'erring'), ("'district", 'district')]
ST18930904-V19-43-page12.txt: [("'field.", 'field.'), ("'plied.", 'plied.'), ("'of", 'of')]
ST18930904-V19-43-page14.txt: [("'roke.", 'roke.')]
ST18930904-V19-43-page16.txt: [("'prelates", 'prelates')]
ST18930904-V19-43-page2.txt: [("'nation", 'nation'), ("'Christians", 'Christians')]
ST18930904-V19-43-page3.txt: [("'rile", 'rile'), ("'winding", 'winding'), ("'should", 'should'), ("'pieces", 'pieces')]
ST18930904-V19-43-page5.txt: [("'THE", 'THE')]
ST18930904-V19-43-page6.txt: [("'unto", 'unto')]
ST18930904-V19-43-page7.txt: [("'yond", 'yond')]
ST18930904-V19-43-page8.txt: [("'biter", 'biter'), ("'He", 'He')]
ST18930904-V19-43-page9.txt: [("'forrte", 'forrte')]
ST18930911-V19-44-page10.txt: [("'Tis", 'Tis')]
ST18930911-V19-44-page12.txt: [("'to", 'to')]
ST18930911-V19-44-page13.txt: [("'Workers.", 'Workers.'), ("'mid", 'mid')]
ST18930911-V19-44-page15.txt: [("'rim", 'rim')]
ST18930911-V19-44-page16.txt: [("'our", 'our')]
ST18930911-V19-44-page5.txt: [("'mid", 'mid')]
ST18930911-V19-44-page6.txt: [("'THE", 'THE'), ("'be", 'be'), ("'Tis", 'Tis')]
ST18930911-V19-44-page7.txt: [("'wife", 'wife')]
ST18930911-V19-44-page8.txt: [("'without", 'without'), ("'Crime", 'Crime'), ("'century.", 'century.')]
ST18930918-V19-45-page10.txt: [("'em", 'em'), ("'diminished", 'diminished')]
ST18930918-V19-45-page11.txt: [("'Fields.", 'Fields.'), ("'the", 'the')]
ST18930918-V19-45-page12.txt: [("'Tibetans", 'Tibetans'), ("'Tie", 'Tie'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'ill", 'ill')]
ST18930918-V19-45-page13.txt: [("'Wessels", 'Wessels')]
ST18930918-V19-45-page3.txt: [("'THERE", 'THERE'), ("'twill", 'twill')]
ST18930918-V19-45-page4.txt: [("'and", 'and'), ("'feelings", 'feelings')]
ST18930918-V19-45-page5.txt: [("'TIMES.", 'TIMES.'), ("'the", 'the')]
ST18930918-V19-45-page8.txt: [("'were", 'were')]
ST18930918-V19-45-page9.txt: [("'feal.", 'feal.')]
ST18930925-V19-46-page1.txt: [("'his", 'his')]
ST18930925-V19-46-page14.txt: [("'is", 'is')]
ST18930925-V19-46-page3.txt: [("'affairs.", 'affairs.')]
ST18930925-V19-46-page7.txt: [("'in", 'in')]
ST18930925-V19-46-page9.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'our", 'our')]
ST18931002-V19-47-page10.txt: [("'of", 'of'), ("'man", 'man'), ("'mid", 'mid'), ("'Fields.", 'Fields.'), ("'tis", 'tis')]
ST18931002-V19-47-page11.txt: [("'church", 'church')]
ST18931002-V19-47-page12.txt: [("'mid", 'mid'), ("'while", 'while')]
ST18931002-V19-47-page15.txt: [("'supposed", 'supposed')]
ST18931002-V19-47-page16.txt: [("'The", 'The')]
ST18931002-V19-47-page3.txt: [("'through", 'through'), ("'and", 'and')]
ST18931002-V19-47-page5.txt: [("'tasted", 'tasted'), ("'Twixt", 'Twixt')]
ST18931002-V19-47-page6.txt: [("'THE", 'THE'), ("'heavens", 'heavens')]
ST18931002-V19-47-page7.txt: [("'ambition", 'ambition'), ("'as", 'as')]
ST18931002-V19-47-page8.txt: [("'lime", 'lime'), ("'of", 'of'), ("'of", 'of'), ("'Levi", 'Levi')]
ST18931002-V19-47-page9.txt: [("'still", 'still'), ("'but.", 'but.')]
ST18931009-V19-48-page1.txt: [("'n", 'n')]
ST18931009-V19-48-page10.txt: [("'Yes", 'Yes')]
ST18931009-V19-48-page11.txt: [("'whatsoever", 'whatsoever'), ("'er", 'er')]
ST18931009-V19-48-page12.txt: [("'There", 'There'), ("'mid", 'mid'), ("'Tis", 'Tis'), ("'grandeUr", 'grandeUr')]
ST18931009-V19-48-page13.txt: [("'hasten", 'hasten')]
ST18931009-V19-48-page14.txt: [("'The", 'The')]
ST18931009-V19-48-page15.txt: [("'States", 'States'), ("'night", 'night')]
ST18931009-V19-48-page16.txt: [("'down", 'down')]
ST18931009-V19-48-page2.txt: [("'void", 'void'), ("'verse", 'verse'), ("'prophets", 'prophets')]
ST18931009-V19-48-page3.txt: [("'Power", 'Power'), ("'specifications", 'specifications'), ("''who", 'who'), ('\'"Thou', '"Thou'), ("'government", 'government'), ("'bear", 'bear')]
ST18931009-V19-48-page4.txt: [("'beast", 'beast'), ("'differ", 'differ')]
ST18931009-V19-48-page5.txt: [("'THE", 'THE'), ("'a", 'a')]
ST18931009-V19-48-page6.txt: [("'all", 'all'), ("'love", 'love'), ("'that", 'that'), ("'government", 'government'), ("'of", 'of')]
ST18931009-V19-48-page7.txt: [("'the", 'the'), ("'within", 'within')]
ST18931009-V19-48-page8.txt: [("'and", 'and'), ("'Time", 'Time'), ("'May", 'May')]
ST18931009-V19-48-page9.txt: [("'THE", 'THE'), ("'same", 'same'), ("'is", 'is')]
ST18931016-V19-49-page11.txt: [("'but", 'but')]
ST18931016-V19-49-page14.txt: [("'in", 'in')]
ST18931016-V19-49-page16.txt: [("'Woe", 'Woe'), ("'I", 'I')]
ST18931016-V19-49-page2.txt: [("'To", 'To'), ("'Then", 'Then')]
ST18931016-V19-49-page4.txt: [("'These.", 'These.')]
ST18931016-V19-49-page5.txt: [("'that", 'that')]
ST18931016-V19-49-page6.txt: [("'lives.", 'lives.')]
ST18931016-V19-49-page8.txt: [("'lle", 'lle'), ("'was", 'was'), ("'be", 'be')]
ST18931016-V19-49-page9.txt: [("'twould", 'twould')]
ST18931023-V19-50-page10.txt: [("'ulfill", 'ulfill')]
ST18931023-V19-50-page12.txt: [("'App.", 'App.')]
ST18931023-V19-50-page3.txt: [("'neath", 'neath')]
ST18931023-V19-50-page4.txt: [("'this", 'this')]
ST18931023-V19-50-page5.txt: [("'IsIMES.", 'IsIMES.')]
ST18931023-V19-50-page6.txt: [("'Neath", 'Neath')]
ST18931023-V19-50-page7.txt: [("'twill", 'twill')]
ST18931023-V19-50-page9.txt: [("'forrte", 'forrte'), ("'fealth", 'fealth'), ('\'"', '"'), ("'A", 'A')]
ST18931106-V20-01-page10.txt: [("'very", 'very')]
ST18931106-V20-01-page11.txt: [("'cealth.", 'cealth.'), ("'To", 'To'), ("'covet", 'covet'), ('\'"', '"'), ("'Oh", 'Oh'), ("'y", 'y')]
ST18931106-V20-01-page12.txt: [("'still", 'still'), ("'and", 'and'), ("'Fields.", 'Fields.'), ("'generation", 'generation'), ("'millennial", 'millennial'), ("'engaged", 'engaged')]
ST18931106-V20-01-page13.txt: [("'Tie", 'Tie'), ("'Paraguay", 'Paraguay'), ("'.", '.'), ("'Yet", 'Yet')]
ST18931106-V20-01-page14.txt: [("'courage", 'courage')]
ST18931106-V20-01-page15.txt: [("'Send", 'Send')]
ST18931106-V20-01-page16.txt: [("'safe", 'safe')]
ST18931106-V20-01-page17.txt: [("'to", 'to')]
ST18931106-V20-01-page18.txt: [('\'"', '"')]
ST18931106-V20-01-page19.txt: [('\'"', '"'), ('\'"', '"')]
ST18931106-V20-01-page4.txt: [("'the", 'the'), ("'of", 'of'), ("'with", 'with'), ('\'such"', 'such"'), ("'NV", 'NV'), ("'concord", 'concord')]
ST18931106-V20-01-page5.txt: [("'constitutions", 'constitutions'), ("'We", 'We'), ("'mid", 'mid')]
ST18931106-V20-01-page6.txt: [("'Human", 'Human'), ("'religious", 'religious'), ("'called", 'called')]
ST18931106-V20-01-page8.txt: [("'PINES.", 'PINES.')]
ST18931113-V20-02-page10.txt: [("'Fields.", 'Fields.')]
ST18931113-V20-02-page12.txt: [("'we", 'we'), ("'tis", 'tis'), ("'tis", 'tis'), ("'tis", 'tis')]
ST18931113-V20-02-page13.txt: [("'.", '.')]
ST18931113-V20-02-page14.txt: [('\'"', '"')]
ST18931113-V20-02-page15.txt: [("'California", 'California')]
ST18931113-V20-02-page16.txt: [("'narrative", 'narrative')]
ST18931113-V20-02-page2.txt: [("'the", 'the')]
ST18931113-V20-02-page3.txt: [("'warning", 'warning'), ("'for", 'for')]
ST18931113-V20-02-page6.txt: [("'by", 'by')]
ST18931113-V20-02-page8.txt: [("'rHE", 'rHE'), ("'pestilent", 'pestilent'), ("'Tis", 'Tis'), ("'tis", 'tis')]
ST18931113-V20-02-page9.txt: [("'up", 'up')]
ST18931120-V20-03-page1.txt: [("'n", 'n'), ("'quote", 'quote'), ("'throne", 'throne')]
ST18931120-V20-03-page10.txt: [("'Not", 'Not')]
ST18931120-V20-03-page11.txt: [("'THE", 'THE'), ("'half", 'half')]
ST18931120-V20-03-page12.txt: [("'No.", 'No.')]
ST18931120-V20-03-page14.txt: [('\'""', '""'), ("'Co.", 'Co.')]
ST18931120-V20-03-page15.txt: [("'town", 'town')]
ST18931120-V20-03-page2.txt: [("'Phis", 'Phis'), ("'is", 'is'), ("'made", 'made'), ("'his", 'his'), ("'manifest", 'manifest'), ("'that", 'that'), ("'they", 'they'), ("'.The", '.The')]
ST18931120-V20-03-page4.txt: [("'religion", 'religion')]
ST18931120-V20-03-page5.txt: [("'Rothchilds", 'Rothchilds')]
ST18931120-V20-03-page6.txt: [("'a", 'a')]
ST18931120-V20-03-page7.txt: [("'Scripture", 'Scripture'), ("'me", 'me'), ("'to", 'to'), ("'single", 'single'), ("'prepare", 'prepare'), ("'clear", 'clear')]
ST18931120-V20-03-page8.txt: [("'There", 'There')]
ST18931120-V20-03-page9.txt: [("'Deane's", 'Deanes'), ("'she", 'she'), ("'more", 'more'), ('\'"', '"')]
ST18931127-V20-04-page10.txt: [('\'"', '"')]
ST18931127-V20-04-page11.txt: [("'Rome", 'Rome'), ("'impious", 'impious'), ("'Price", 'Price'), ("'and", 'and')]
ST18931127-V20-04-page12.txt: [("'TIMES.", 'TIMES.'), ("'Work", 'Work'), ("'but", 'but'), ("'that", 'that')]
ST18931127-V20-04-page13.txt: [("'from", 'from'), ("'HISTORY.", 'HISTORY.')]
ST18931127-V20-04-page14.txt: [("'Am", 'Am'), ("'and", 'and')]
ST18931127-V20-04-page16.txt: [("'Middleman", 'Middleman'), ("'mat", 'mat')]
ST18931127-V20-04-page2.txt: [("'rimEs.", 'rimEs.'), ("'she", 'she')]
ST18931127-V20-04-page3.txt: [("'I'.", 'I.'), ("'without", 'without')]
ST18931127-V20-04-page4.txt: [("'grounds", 'grounds'), ("'acts", 'acts')]
ST18931127-V20-04-page5.txt: [("'as", 'as')]
ST18931127-V20-04-page6.txt: [("'tis", 'tis'), ("'tis", 'tis'), ("'fervor.", 'fervor.')]
ST18931127-V20-04-page7.txt: [("'expression", 'expression')]
ST18931127-V20-04-page8.txt: [("'surd", 'surd'), ("'impossible.", 'impossible.'), ('\'"', '"'), ("'I", 'I'), ("'As", 'As'), ("'But", 'But'), ("'suppose", 'suppose'), ("'I.", 'I.'), ("'more", 'more')]
ST18931127-V20-04-page9.txt: [("'before", 'before'), ("'Upon", 'Upon'), ("'And", 'And'), ("'Sabbath", 'Sabbath'), ("'cealth.", 'cealth.'), ("'HEALTH", 'HEALTH'), ("'.", '.')]
ST18931204-V20-05-page1.txt: [("'they", 'they'), ("'State", 'State')]
ST18931204-V20-05-page10.txt: [("'tell", 'tell'), ("'neath", 'neath')]
ST18931204-V20-05-page11.txt: [("'visit", 'visit'), ("'Christ's", 'Christs'), ("'PHETINT", 'PHETINT')]
ST18931204-V20-05-page13.txt: [("'.", '.')]
ST18931204-V20-05-page15.txt: [("'sion", 'sion')]
ST18931204-V20-05-page2.txt: [("'of", 'of'), ("'of", 'of')]
ST18931204-V20-05-page3.txt: [("'the", 'the'), ("'of", 'of'), ("'assumptions", 'assumptions')]
ST18931204-V20-05-page4.txt: [("'gulf", 'gulf')]
ST18931204-V20-05-page5.txt: [("'him", 'him'), ("'statues", 'statues'), ("'on", 'on')]
ST18931204-V20-05-page6.txt: [("'Whom", 'Whom'), ('\'House"', 'House"'), ("'Christ", 'Christ')]
ST18931204-V20-05-page7.txt: [("'breaking", 'breaking')]
ST18931204-V20-05-page8.txt: [("'more", 'more')]
ST18931204-V20-05-page9.txt: [("'com", 'com'), ("'sir.", 'sir.')]
ST18931211-V20-06-page10.txt: [("'Who", 'Who')]
ST18931211-V20-06-page11.txt: [("'animistic", 'animistic'), ("'.", '.')]
ST18931211-V20-06-page12.txt: [("'Workers.", 'Workers.'), ("'Man", 'Man'), ("'It's", 'Its')]
ST18931211-V20-06-page13.txt: [("'Tis", 'Tis'), ("'Work", 'Work'), ("'than", 'than')]
ST18931211-V20-06-page14.txt: [("'over", 'over'), ("'against", 'against')]
ST18931211-V20-06-page15.txt: [("'What", 'What')]
ST18931211-V20-06-page2.txt: [("'kingdom", 'kingdom'), ("'question.", 'question.')]
ST18931211-V20-06-page4.txt: [("'character", 'character'), ("'tis", 'tis'), ("'Tis", 'Tis')]
ST18931211-V20-06-page7.txt: [("'before", 'before'), ("'flue", 'flue'), ("'in", 'in'), ("'What", 'What')]
ST18931211-V20-06-page9.txt: [("'teeped", 'teeped')]
ST18931218-V20-07-page1.txt: [("'Gentiles", 'Gentiles')]
ST18931218-V20-07-page12.txt: [("'rim", 'rim'), ("'Tis", 'Tis'), ("'.", '.')]
ST18931218-V20-07-page2.txt: [("'and", 'and')]
ST18931218-V20-07-page3.txt: [("'responsibility", 'responsibility')]
ST18931218-V20-07-page4.txt: [("'He", 'He'), ("'man", 'man'), ("'the", 'the')]
ST18931218-V20-07-page5.txt: [("'tempted", 'tempted'), ("'strength", 'strength')]
ST18931218-V20-07-page8.txt: [("'everywhere", 'everywhere')]
ST18931218-V20-07-page9.txt: [("'Tis", 'Tis'), ("'tis", 'tis'), ("'Tie", 'Tie')]
ST18931225-V20-08-page10.txt: [("'A", 'A'), ("'just", 'just'), ("'pure", 'pure'), ("'Fields.", 'Fields.')]
ST18931225-V20-08-page11.txt: [("'Aiona", 'Aiona'), ("'people", 'people'), ("'as", 'as'), ("'speak", 'speak'), ("'On", 'On')]
ST18931225-V20-08-page12.txt: [("'I", 'I'), ("'ambassador", 'ambassador')]
ST18931225-V20-08-page14.txt: [("'not", 'not')]
ST18931225-V20-08-page15.txt: [("'of", 'of')]
ST18931225-V20-08-page2.txt: [("'which", 'which')]
ST18931225-V20-08-page3.txt: [("'of", 'of'), ("'But", 'But')]
ST18931225-V20-08-page4.txt: [("'heart", 'heart')]
ST18931225-V20-08-page6.txt: [("'up", 'up'), ("'a", 'a')]
ST18931225-V20-08-page7.txt: [("'tis", 'tis'), ("'the", 'the')]
ST18931225-V20-08-page8.txt: [("'with", 'with')]
ST18931225-V20-08-page9.txt: [("'friend", 'friend'), ("'Speak", 'Speak'), ("'And", 'And')]
ST18940101-V20-09-page1.txt: [("'AT", 'AT'), ("'o", 'o'), ("'the", 'the')]
ST18940101-V20-09-page13.txt: [("'Lover", 'Lover'), ("'Social", 'Social'), ("'theory", 'theory')]
ST18940101-V20-09-page15.txt: [('\'I"', 'I"')]
ST18940101-V20-09-page16.txt: [("'When", 'When')]
ST18940101-V20-09-page2.txt: [("'Therefore", 'Therefore'), ("'Chicago's", 'Chicagos'), ("'are", 'are')]
ST18940101-V20-09-page4.txt: [("'for", 'for'), ("'things", 'things'), ("'Roman", 'Roman'), ("'were", 'were'), ("'eminence", 'eminence')]
ST18940101-V20-09-page5.txt: [("'vacant", 'vacant')]
ST18940101-V20-09-page6.txt: [("'I", 'I')]
ST18940101-V20-09-page9.txt: [("'corne", 'corne'), ("'ce.s.Uh.", 'ce.s.Uh.'), ("'I", 'I')]
ST18940108-V20-10-page1.txt: [("'la", 'la'), ("'character", 'character'), ('\'"', '"')]
ST18940108-V20-10-page10.txt: [("'tis", 'tis'), ("'there", 'there'), ("'ctice", 'ctice'), ("'Mr.", 'Mr.')]
ST18940108-V20-10-page11.txt: [("'PHE", 'PHE'), ("'difficult", 'difficult'), ("'You", 'You'), ("'to", 'to')]
ST18940108-V20-10-page12.txt: [("'only", 'only'), ("'All", 'All'), ("'Wisconsino", 'Wisconsino')]
ST18940108-V20-10-page14.txt: [("'would", 'would')]
ST18940108-V20-10-page15.txt: [("'modern", 'modern'), ("'by", 'by'), ("'for", 'for'), ("'actident", 'actident'), ("'a", 'a'), ("'Atchison", 'Atchison'), ("'r", 'r'), ("'Master", 'Master'), ("'or", 'or')]
ST18940108-V20-10-page16.txt: [("'and", 'and'), ("'doom", 'doom'), ("'of", 'of'), ("'the", 'the'), ("'e", 'e'), ("'large", 'large'), ("'nixing", 'nixing'), ("'wodl", 'wodl'), ("'wife", 'wife'), ("'IOWA.", 'IOWA.'), ("'Bureau", 'Bureau'), ("'tame", 'tame'), ("'shall", 'shall'), ("'be", 'be'), ("'vol.", 'vol.'), ("'Let", 'Let'), ('\'Iltilv.ation"to', 'Iltilv.ation"to')]
ST18940108-V20-10-page2.txt: [("'he", 'he'), ("'to", 'to'), ("'ave", 'ave'), ("'pirit", 'pirit'), ("'considered", 'considered'), ("'Venus", 'Venus'), ("'Tammuz", 'Tammuz'), ("'the", 'the')]
ST18940108-V20-10-page3.txt: [("'is", 'is')]
ST18940108-V20-10-page4.txt: [("'mother", 'mother')]
ST18940108-V20-10-page5.txt: [('\'"Thou', '"Thou')]
ST18940108-V20-10-page8.txt: [("'Tis", 'Tis'), ("'worship", 'worship'), ("'tis", 'tis'), ("'Revelation", 'Revelation'), ("'dead", 'dead')]
ST18940108-V20-10-page9.txt: [("'cealth.", 'cealth.'), ("'persecution", 'persecution'), ("'tis", 'tis'), ("'The", 'The'), ("'fought", 'fought')]
ST18940115-V20-11-page1.txt: [("'En", 'En')]
ST18940115-V20-11-page10.txt: [("'how", 'how'), ("'upon", 'upon')]
ST18940115-V20-11-page11.txt: [("'Honey", 'Honey'), ("'in", 'in'), ("'operation", 'operation'), ("'The", 'The')]
ST18940115-V20-11-page12.txt: [("'rim", 'rim'), ("'Workers.", 'Workers.'), ("'The", 'The'), ("'himself", 'himself')]
ST18940115-V20-11-page14.txt: [("'because", 'because'), ("'they", 'they')]
ST18940115-V20-11-page15.txt: [("'at", 'at')]
ST18940115-V20-11-page3.txt: [("'and", 'and')]
ST18940115-V20-11-page4.txt: [("'show", 'show'), ("'God", 'God'), ("'Tis", 'Tis')]
ST18940115-V20-11-page5.txt: [("'a", 'a')]
ST18940115-V20-11-page6.txt: [("'believe", 'believe'), ('\'less."', 'less."')]
ST18940115-V20-11-page7.txt: [("'before", 'before'), ("'OP", 'OP'), ("'Flies", 'Flies'), ("'in", 'in')]
ST18940115-V20-11-page8.txt: [("'Character", 'Character')]
ST18940115-V20-11-page9.txt: [("'Give", 'Give'), ("'cause", 'cause'), ("'Denning", 'Denning'), ("'a", 'a')]
ST18940122-V20-12-page1.txt: [("'power", 'power')]
ST18940122-V20-12-page10.txt: [("'One", 'One')]
ST18940122-V20-12-page11.txt: [("'solely", 'solely'), ("'Could", 'Could')]
ST18940122-V20-12-page12.txt: [("'eur.", 'eur.'), ("'rum", 'rum'), ("'MMES.", 'MMES.'), ("'twould", 'twould'), ("'.", '.'), ("'ut", 'ut'), ("'for", 'for')]
ST18940122-V20-12-page13.txt: [("'God.", 'God.')]
ST18940122-V20-12-page2.txt: [("'if", 'if')]
ST18940122-V20-12-page3.txt: [("'God.", 'God.')]
ST18940122-V20-12-page4.txt: [("'therefore", 'therefore')]
ST18940122-V20-12-page5.txt: [("'in", 'in')]
ST18940122-V20-12-page6.txt: [("'sciences", 'sciences'), ("'thou", 'thou')]
ST18940122-V20-12-page7.txt: [("'pharisaical", 'pharisaical'), ("'after", 'after')]
ST18940122-V20-12-page8.txt: [("'lire", 'lire'), ("'if", 'if'), ("'the", 'the'), ("'the", 'the'), ("'for", 'for'), ("'stop", 'stop')]
ST18940122-V20-12-page9.txt: [("'com.", 'com.'), ("'book", 'book'), ("'the", 'the'), ("'down", 'down')]
ST18940129-V20-13-page1.txt: [("'of", 'of'), ("'a", 'a'), ("'In", 'In'), ("'there", 'there'), ("'feeble", 'feeble')]
ST18940129-V20-13-page10.txt: [("'noticed", 'noticed'), ("'years", 'years'), ("'It", 'It')]
ST18940129-V20-13-page11.txt: [("'naives", 'naives'), ("'Oolt", 'Oolt'), ("'churches", 'churches'), ("'brarg", 'brarg')]
ST18940129-V20-13-page12.txt: [("'Pop", 'Pop'), ("'.", '.')]
ST18940129-V20-13-page13.txt: [("'everybody", 'everybody')]
ST18940129-V20-13-page15.txt: [("'killed", 'killed')]
ST18940129-V20-13-page16.txt: [("'Work.", 'Work.')]
ST18940129-V20-13-page2.txt: [("'What", 'What')]
ST18940129-V20-13-page3.txt: [("'day", 'day'), ("'his", 'his')]
ST18940129-V20-13-page4.txt: [("'But", 'But')]
ST18940129-V20-13-page5.txt: [("'The", 'The')]
ST18940129-V20-13-page6.txt: [("'lle", 'lle')]
ST18940129-V20-13-page7.txt: [("'l'Ime", 'lIme')]
ST18940129-V20-13-page8.txt: [("'TIMES.", 'TIMES.'), ("'itself", 'itself')]
ST18940129-V20-13-page9.txt: [("'Con", 'Con'), ("'feo.ah.", 'feo.ah.'), ("'Twas", 'Twas')]
ST18940205-V20-14-page1.txt: [("'before", 'before'), ("'Yu", 'Yu')]
ST18940205-V20-14-page10.txt: [("'with", 'with')]
ST18940205-V20-14-page11.txt: [("'ancient", 'ancient')]
ST18940205-V20-14-page12.txt: [('\'waters."', 'waters."'), ("'ME", 'ME'), ("'mid", 'mid'), ("'an", 'an'), ("'Topeka", 'Topeka')]
ST18940205-V20-14-page13.txt: [("'Buren", 'Buren'), ("'I'.", 'I.'), ("'l'.", 'l.'), ("'tow", 'tow'), ("'Duet", 'Duet'), ("'texas.", 'texas.')]
ST18940205-V20-14-page14.txt: [("'see", 'see')]
ST18940205-V20-14-page15.txt: [("'e", 'e'), ("'Bethlehem", 'Bethlehem'), ("'I'okio", 'Iokio')]
ST18940205-V20-14-page16.txt: [("'I", 'I')]
ST18940205-V20-14-page2.txt: [("'fertile", 'fertile'), ("'.", '.')]
ST18940205-V20-14-page3.txt: [("'tis", 'tis'), ("'tis", 'tis'), ("'tis", 'tis'), ("'find", 'find')]
ST18940205-V20-14-page4.txt: [("'interdicted", 'interdicted')]
ST18940205-V20-14-page6.txt: [("'by", 'by'), ("'forgive", 'forgive')]
ST18940205-V20-14-page7.txt: [("'feet", 'feet')]
ST18940205-V20-14-page8.txt: [("'our", 'our')]
ST18940205-V20-14-page9.txt: [("'The", 'The'), ("'tis", 'tis'), ("'em", 'em'), ("'cause", 'cause'), ("'cause", 'cause'), ("'eavy", 'eavy'), ("'ere", 'ere'), ("'Eatherly", 'Eatherly'), ("'ungry", 'ungry'), ("'one", 'one')]
ST18940212-V20-15-page10.txt: [("'it", 'it'), ("'Next", 'Next'), ("'Yet", 'Yet'), ("'.of", '.of')]
ST18940212-V20-15-page11.txt: [("'of", 'of'), ("'TIMES.", 'TIMES.')]
ST18940212-V20-15-page12.txt: [("'Workers.", 'Workers.'), ("'who", 'who')]
ST18940212-V20-15-page14.txt: [("'he", 'he'), ("'is", 'is')]
ST18940212-V20-15-page15.txt: [("'Valliant", 'Valliant')]
ST18940212-V20-15-page16.txt: [("'seat", 'seat'), ("'just", 'just')]
ST18940212-V20-15-page2.txt: [("'danger", 'danger')]
ST18940212-V20-15-page3.txt: [("'to", 'to'), ("'respect", 'respect')]
ST18940212-V20-15-page4.txt: [("'depend", 'depend'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18940212-V20-15-page7.txt: [("'to", 'to')]
ST18940219-V20-16-page1.txt: [("'Would", 'Would')]
ST18940219-V20-16-page10.txt: [("'paper", 'paper')]
ST18940219-V20-16-page11.txt: [("'Brother", 'Brother')]
ST18940219-V20-16-page13.txt: [("'late", 'late')]
ST18940219-V20-16-page14.txt: [("'And", 'And')]
ST18940219-V20-16-page15.txt: [("'is", 'is')]
ST18940219-V20-16-page16.txt: [("'I", 'I'), ("'sad", 'sad'), ("'in", 'in')]
ST18940219-V20-16-page3.txt: [("'Tis", 'Tis'), ("'to", 'to')]
ST18940219-V20-16-page5.txt: [("'But", 'But')]
ST18940219-V20-16-page7.txt: [("'loving", 'loving'), ("'Twas", 'Twas')]
ST18940219-V20-16-page8.txt: [("'neath", 'neath'), ("'Tis", 'Tis'), ("'within", 'within')]
ST18940219-V20-16-page9.txt: [("'Cast", 'Cast')]
ST18940226-V20-17-page1.txt: [("'.", '.')]
ST18940226-V20-17-page10.txt: [("'smokersis", 'smokersis'), ("'smoke", 'smoke'), ("'Confncius", 'Confncius')]
ST18940226-V20-17-page11.txt: [("'TIMES.", 'TIMES.'), ("'worship", 'worship')]
ST18940226-V20-17-page12.txt: [("'recently", 'recently')]
ST18940226-V20-17-page13.txt: [("'t", 't'), ("'Tract", 'Tract'), ("'Tract", 'Tract'), ("'.", '.'), ("'T.", 'T.'), ("'When", 'When')]
ST18940226-V20-17-page14.txt: [("'the", 'the'), ("'How", 'How')]
ST18940226-V20-17-page15.txt: [("'nation", 'nation')]
ST18940226-V20-17-page16.txt: [("'LO", 'LO'), ("'order", 'order'), ("'statement", 'statement')]
ST18940226-V20-17-page2.txt: [("'respecting", 'respecting')]
ST18940226-V20-17-page3.txt: [("'dwell", 'dwell'), ("'his", 'his'), ("'of", 'of'), ("'before", 'before')]
ST18940226-V20-17-page4.txt: [("'desired", 'desired'), ("'believe", 'believe')]
ST18940226-V20-17-page6.txt: [("'Tile", 'Tile'), ("'and", 'and')]
ST18940226-V20-17-page7.txt: [("'nutter", 'nutter'), ("'beholding", 'beholding')]
ST18940226-V20-17-page8.txt: [("'course", 'course'), ("'Testament.", 'Testament.'), ("'and", 'and'), ("'We", 'We')]
ST18940226-V20-17-page9.txt: [("'Tis", 'Tis'), ("'the", 'the'), ("'What", 'What')]
ST18940305-V20-18-page1.txt: [("'the", 'the'), ("'Pais", 'Pais')]
ST18940305-V20-18-page10.txt: [("'career", 'career'), ("'profit", 'profit'), ("'this", 'this'), ("'of", 'of'), ("'twixt", 'twixt'), ("'tis", 'tis'), ("'twixt", 'twixt'), ("'God", 'God'), ("'tis", 'tis')]
ST18940305-V20-18-page11.txt: [("'come", 'come'), ("'close", 'close'), ("'knows", 'knows'), ("'Tis", 'Tis'), ("'medicine", 'medicine'), ("'this", 'this')]
ST18940305-V20-18-page12.txt: [("'Old", 'Old'), ("'entirely", 'entirely'), ("'ti", 'ti'), ("'thing", 'thing'), ("'of", 'of')]
ST18940305-V20-18-page13.txt: [("'Workers.", 'Workers.'), ("'measure", 'measure'), ("'version.", 'version.'), ("'students.", 'students.'), ("'for", 'for')]
ST18940305-V20-18-page14.txt: [("'occasion", 'occasion')]
ST18940305-V20-18-page15.txt: [("'Such", 'Such')]
ST18940305-V20-18-page2.txt: [("'a", 'a')]
ST18940305-V20-18-page4.txt: [("'are", 'are'), ("'come", 'come'), ("'than", 'than'), ("'following", 'following')]
ST18940305-V20-18-page5.txt: [("'co", 'co'), ("'this", 'this'), ("'it", 'it'), ("'principles", 'principles'), ("'had", 'had'), ("'chap.", 'chap.')]
ST18940305-V20-18-page6.txt: [("'commands", 'commands'), ("'dreams", 'dreams'), ("'never", 'never')]
ST18940305-V20-18-page7.txt: [("'authority", 'authority'), ("'in", 'in')]
ST18940305-V20-18-page8.txt: [("'knowing", 'knowing'), ("'can", 'can')]
ST18940305-V20-18-page9.txt: [("'righteousness", 'righteousness'), ("'Ye", 'Ye'), ("'s", 's'), ("'We", 'We'), ('\'"', '"')]
ST18940312-V20-19-page10.txt: [("'difference", 'difference'), ("'shorter", 'shorter')]
ST18940312-V20-19-page11.txt: [("'brightest", 'brightest')]
ST18940312-V20-19-page12.txt: [("'tis", 'tis')]
ST18940312-V20-19-page13.txt: [("'Novel", 'Novel'), ("'the", 'the')]
ST18940312-V20-19-page16.txt: [("'bath", 'bath'), ("'times", 'times'), ("'Mmes", 'Mmes')]
ST18940312-V20-19-page2.txt: [("'TIMES.", 'TIMES.'), ("'starving", 'starving')]
ST18940312-V20-19-page3.txt: [("'tis", 'tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'transformed", 'transformed'), ("'us", 'us')]
ST18940312-V20-19-page4.txt: [("'honor", 'honor')]
ST18940312-V20-19-page5.txt: [("'of", 'of'), ("'Phis", 'Phis')]
ST18940312-V20-19-page6.txt: [("'and", 'and'), ("'burning", 'burning'), ("'kind", 'kind')]
ST18940312-V20-19-page7.txt: [("'prints", 'prints'), ("'.", '.')]
ST18940312-V20-19-page8.txt: [("'PHE", 'PHE'), ("'may", 'may'), ("'of", 'of')]
ST18940312-V20-19-page9.txt: [("'Abide", 'Abide')]
ST18940319-V20-20-page1.txt: [("'it", 'it'), ("'Master", 'Master')]
ST18940319-V20-20-page10.txt: [("'at", 'at')]
ST18940319-V20-20-page11.txt: [("'neath", 'neath'), ("'Tibet", 'Tibet'), ("'Tibet", 'Tibet'), ("'Wellington", 'Wellington'), ("'re", 're'), ("'fins", 'fins')]
ST18940319-V20-20-page12.txt: [("'Work", 'Work'), ("'round", 'round'), ("'tis", 'tis'), ("'HE", 'HE'), ("'SCENES", 'SCENES')]
ST18940319-V20-20-page14.txt: [("'bit", 'bit')]
ST18940319-V20-20-page15.txt: [("'West", 'West')]
ST18940319-V20-20-page16.txt: [("'issue", 'issue')]
ST18940319-V20-20-page2.txt: [("'Rome", 'Rome')]
ST18940319-V20-20-page3.txt: [("'people.", 'people.')]
ST18940319-V20-20-page4.txt: [("'of", 'of'), ("'whom", 'whom'), ("'While", 'While')]
ST18940319-V20-20-page6.txt: [("'mented", 'mented')]
ST18940319-V20-20-page8.txt: [("'THE", 'THE'), ("'Tins.", 'Tins.'), ("'hope", 'hope')]
ST18940319-V20-20-page9.txt: [("'cesall.", 'cesall.'), ("'Twas", 'Twas')]
ST18940326-V20-21-page10.txt: [("'words", 'words')]
ST18940326-V20-21-page12.txt: [("'Long", 'Long'), ("'A", 'A'), ("'preached", 'preached'), ("'You", 'You'), ("'tile", 'tile')]
ST18940326-V20-21-page14.txt: [("'Jesus", 'Jesus')]
ST18940326-V20-21-page16.txt: [("'Foster", 'Foster'), ("'of", 'of'), ("'of", 'of')]
ST18940326-V20-21-page2.txt: [("'notions", 'notions')]
ST18940326-V20-21-page3.txt: [("'neath", 'neath'), ("'and", 'and')]
ST18940326-V20-21-page5.txt: [("'I", 'I'), ("'shone", 'shone'), ("'suppose", 'suppose')]
ST18940326-V20-21-page6.txt: [("'When", 'When'), ("'of", 'of')]
ST18940326-V20-21-page7.txt: [("'places", 'places')]
ST18940326-V20-21-page8.txt: [("'was", 'was'), ("'Intellectual", 'Intellectual'), ("'Intellectual", 'Intellectual')]
ST18940326-V20-21-page9.txt: [("'example", 'example'), ("'chance.", 'chance.'), ("'was", 'was'), ("'rim.", 'rim.')]
ST18940402-V20-22-page1.txt: [("'If", 'If'), ("'alone", 'alone'), ("'principle", 'principle')]
ST18940402-V20-22-page10.txt: [("'MMES.", 'MMES.'), ("'Tis", 'Tis'), ("'result", 'result'), ("'of", 'of')]
ST18940402-V20-22-page11.txt: [("'brings", 'brings'), ("'In", 'In')]
ST18940402-V20-22-page12.txt: [("'Work", 'Work'), ("'em", 'em'), ("'England", 'England')]
ST18940402-V20-22-page14.txt: [("'Tian", 'Tian')]
ST18940402-V20-22-page15.txt: [("'Austrian", 'Austrian')]
ST18940402-V20-22-page16.txt: [("'rimBs.", 'rimBs.'), ("'Work", 'Work'), ("'Besidesthe", 'Besidesthe'), ("'ordained", 'ordained'), ("'inspirational", 'inspirational'), ("'peace", 'peace'), ("'This", 'This'), ("'of", 'of')]
ST18940402-V20-22-page2.txt: [("'a", 'a'), ("'save", 'save'), ("'purpose", 'purpose')]
ST18940402-V20-22-page3.txt: [("'snow", 'snow'), ("'who", 'who')]
ST18940402-V20-22-page5.txt: [("'Catholicism", 'Catholicism'), ("'the", 'the')]
ST18940402-V20-22-page6.txt: [("'rile", 'rile'), ("'them", 'them')]
ST18940402-V20-22-page7.txt: [("'bishop", 'bishop'), ("'Constantine", 'Constantine'), ("'the", 'the')]
ST18940402-V20-22-page8.txt: [("'find", 'find'), ("'but", 'but'), ("'unclean", 'unclean'), ("'Word", 'Word'), ("'the", 'the'), ("'the", 'the')]
ST18940402-V20-22-page9.txt: [("'No", 'No')]
ST18940409-V20-23-page1.txt: [("'arid", 'arid')]
ST18940409-V20-23-page10.txt: [("'ceaah.", 'ceaah.'), ("'plain", 'plain'), ("'day.", 'day.'), ("'would", 'would'), ("'poor", 'poor'), ("'poor", 'poor'), ("'poor", 'poor'), ("'poor", 'poor'), ("'Little", 'Little')]
ST18940409-V20-23-page11.txt: [("'never", 'never'), ("'fanatical", 'fanatical'), ("'needs", 'needs')]
ST18940409-V20-23-page12.txt: [("'evangliecal", 'evangliecal'), ("'Witness", 'Witness'), ("'rrubey", 'rrubey'), ("'Virginia", 'Virginia')]
ST18940409-V20-23-page13.txt: [("'expenses", 'expenses')]
ST18940409-V20-23-page14.txt: [("'he", 'he')]
ST18940409-V20-23-page16.txt: [("'TIMES.", 'TIMES.')]
ST18940409-V20-23-page2.txt: [("'shadow", 'shadow'), ("'Galatians", 'Galatians'), ("'feasts", 'feasts'), ("'Ornate", 'Ornate')]
ST18940409-V20-23-page3.txt: [("'gainst", 'gainst')]
ST18940409-V20-23-page4.txt: [("'the", 'the')]
ST18940409-V20-23-page5.txt: [("'Superstition", 'Superstition'), ("'for", 'for'), ("'In", 'In'), ('\'personal.\'"', 'personal."'), ("'a", 'a'), ("'willing", 'willing'), ('\'"', '"'), ('\'"', '"'), ("'son", 'son'), ("'Little", 'Little'), ('\'protector.\'"', 'protector."'), ("'Fiske", 'Fiske'), ("'Bryce", 'Bryce'), ("'Id.", 'Id.'), ("'A.D..", 'A.D..')]
ST18940409-V20-23-page6.txt: [("'to", 'to'), ("'according", 'according')]
ST18940409-V20-23-page7.txt: [("'evangelists", 'evangelists'), ("'the", 'the'), ("'more", 'more')]
ST18940409-V20-23-page8.txt: [("'rHE", 'rHE'), ("'gone", 'gone'), ("'children", 'children'), ("'and", 'and'), ("'saired", 'saired'), ("'but", 'but'), ("'may", 'may'), ("'True", 'True'), ("'old", 'old'), ("'The", 'The')]
ST18940409-V20-23-page9.txt: [("'a", 'a'), ("'Isa.", 'Isa.')]
ST18940416-V20-24-page1.txt: [("'year", 'year'), ("'have", 'have'), ("'historians", 'historians')]
ST18940416-V20-24-page10.txt: [("'her", 'her'), ("'tis", 'tis'), ("'heart", 'heart'), ("'started", 'started'), ("'I", 'I'), ("'better", 'better')]
ST18940416-V20-24-page11.txt: [("'But", 'But'), ("'you", 'you'), ("'and", 'and'), ("'and", 'and')]
ST18940416-V20-24-page12.txt: [("'THE", 'THE'), ("'in", 'in')]
ST18940416-V20-24-page13.txt: [("'and", 'and'), ("'revival", 'revival')]
ST18940416-V20-24-page15.txt: [("'be", 'be')]
ST18940416-V20-24-page3.txt: [("'and", 'and'), ("'the", 'the'), ("'A", 'A'), ("'I", 'I')]
ST18940416-V20-24-page4.txt: [("'was", 'was'), ("'get", 'get')]
ST18940416-V20-24-page5.txt: [("'thus", 'thus'), ("'principle.", 'principle.'), ("'fOrce", 'fOrce')]
ST18940416-V20-24-page6.txt: [("'a", 'a'), ("'Nom", 'Nom'), ("'an.", 'an.')]
ST18940416-V20-24-page7.txt: [("'Bryce", 'Bryce'), ("'Miss.", 'Miss.'), ("'we", 'we'), ("'their", 'their')]
ST18940416-V20-24-page8.txt: [("'forne", 'forne'), ("'Mid", 'Mid')]
ST18940416-V20-24-page9.txt: [("'.'what'll", '.whatll'), ("'em", 'em'), ("'all", 'all'), ("'uus", 'uus'), ("'em", 'em'), ('\'em."', 'em."'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'m", 'm')]
ST18940423-V20-25-page1.txt: [("'of", 'of'), ("'love.", 'love.'), ("'conditions", 'conditions'), ("'night.", 'night.')]
ST18940423-V20-25-page10.txt: [("'Fields.", 'Fields.'), ("'Tis", 'Tis'), ("'the", 'the')]
ST18940423-V20-25-page11.txt: [("'these", 'these')]
ST18940423-V20-25-page12.txt: [("'Workers.", 'Workers.'), ("'Twas", 'Twas'), ("'Tis", 'Tis')]
ST18940423-V20-25-page13.txt: [("'on", 'on')]
ST18940423-V20-25-page14.txt: [("'These", 'These'), ("'they", 'they')]
ST18940423-V20-25-page16.txt: [("'When", 'When'), ("'if", 'if'), ("'light", 'light'), ("'harmony", 'harmony'), ("'New", 'New'), ("'questions", 'questions')]
ST18940423-V20-25-page2.txt: [("'emissaries", 'emissaries'), ("'God's", 'Gods'), ("'man", 'man')]
ST18940423-V20-25-page3.txt: [("'were", 'were')]
ST18940423-V20-25-page4.txt: [("'to", 'to')]
ST18940423-V20-25-page5.txt: [("'as", 'as'), ("'and", 'and'), ("'Look", 'Look')]
ST18940423-V20-25-page6.txt: [("'Now", 'Now'), ("'Bryce", 'Bryce'), ("'From", 'From'), ("'works", 'works'), ("'coincidence", 'coincidence'), ("'Bryce", 'Bryce'), ("''The", 'The')]
ST18940423-V20-25-page7.txt: [("'bout", 'bout'), ("'em", 'em'), ("'Tel", 'Tel'), ("'Tel", 'Tel')]
ST18940423-V20-25-page9.txt: [("'corne", 'corne'), ("'on", 'on'), ("'horrid", 'horrid'), ("'Tis", 'Tis'), ("'shined", 'shined')]
ST18940430-V20-26-page1.txt: [("'what", 'what'), ("'Tie", 'Tie'), ("'his", 'his')]
ST18940430-V20-26-page10.txt: [("'poorhouse.", 'poorhouse.'), ("'after", 'after')]
ST18940430-V20-26-page11.txt: [("'mid", 'mid'), ("'as", 'as'), ("'its", 'its')]
ST18940430-V20-26-page12.txt: [("'of", 'of'), ("'until", 'until')]
ST18940430-V20-26-page13.txt: [("'tit", 'tit'), ("'one", 'one')]
ST18940430-V20-26-page15.txt: [("'own", 'own')]
ST18940430-V20-26-page16.txt: [("'and", 'and')]
ST18940430-V20-26-page2.txt: [("'which", 'which'), ("'I", 'I'), ("'not", 'not')]
ST18940430-V20-26-page3.txt: [("'to", 'to')]
ST18940430-V20-26-page4.txt: [("'PHE", 'PHE'), ("'children.", 'children.'), ("'mercy", 'mercy')]
ST18940430-V20-26-page5.txt: [("'an", 'an')]
ST18940430-V20-26-page6.txt: [("'Medo", 'Medo')]
ST18940430-V20-26-page7.txt: [("'Christian", 'Christian'), ("'Supreme", 'Supreme'), ("'Quoted", 'Quoted')]
ST18940430-V20-26-page8.txt: [("'from", 'from'), ("'Paul", 'Paul'), ("'many", 'many'), ("'Macaulay", 'Macaulay')]
ST18940507-V20-27-page1.txt: [("'in", 'in'), ("'Young's", 'Youngs')]
ST18940507-V20-27-page11.txt: [("'Juneau", 'Juneau'), ("'Until", 'Until'), ("'or", 'or'), ("'desire", 'desire'), ("'at", 'at'), ("'Woman's", 'Womans'), ("'person", 'person')]
ST18940507-V20-27-page12.txt: [("'fivebap", 'fivebap'), ("'writing", 'writing')]
ST18940507-V20-27-page13.txt: [("'Texas.", 'Texas.'), ("'Oakland.", 'Oakland.'), ("'Righteousness", 'Righteousness')]
ST18940507-V20-27-page14.txt: [("'slime", 'slime'), ("'out", 'out'), ("'to", 'to'), ("'Who", 'Who'), ("'food", 'food'), ("'of", 'of'), ("'five", 'five')]
ST18940507-V20-27-page15.txt: [("'energetic", 'energetic'), ("'in", 'in'), ("'that", 'that')]
ST18940507-V20-27-page16.txt: [("'When", 'When'), ("'Work", 'Work'), ("'Wined", 'Wined')]
ST18940507-V20-27-page2.txt: [("'MMES.", 'MMES.'), ("'of", 'of'), ("'In", 'In')]
ST18940507-V20-27-page3.txt: [("'subdue", 'subdue'), ("'church", 'church'), ("'powerful", 'powerful'), ("'from", 'from'), ("'a", 'a'), ("'Lord.", 'Lord.'), ("'themselves", 'themselves')]
ST18940507-V20-27-page4.txt: [("'riak", 'riak'), ("'Jesus.", 'Jesus.'), ("'to", 'to')]
ST18940507-V20-27-page5.txt: [("'Macaulay", 'Macaulay'), ("'to", 'to'), ("'forth", 'forth'), ("'that", 'that')]
ST18940507-V20-27-page6.txt: [("'No.", 'No.'), ("'supreme", 'supreme'), ("'must", 'must'), ("'but", 'but'), ("'importance", 'importance'), ("'us", 'us'), ("'that", 'that'), ("'thief", 'thief'), ("'for", 'for')]
ST18940507-V20-27-page7.txt: [("'l'hess.", 'lhess.'), ("'temple", 'temple')]
ST18940507-V20-27-page8.txt: [("'inthe", 'inthe'), ("'stage", 'stage'), ("'because", 'because'), ("'uineness", 'uineness'), ("'if", 'if'), ("'in", 'in'), ("'an", 'an'), ("'conscience", 'conscience')]
ST18940514-V20-28-page1.txt: [("'rDAY", 'rDAY'), ("'Go", 'Go'), ("'Come", 'Come')]
ST18940514-V20-28-page11.txt: [("'We", 'We'), ("'What", 'What'), ("'Do", 'Do'), ("'It", 'It'), ("'Eight", 'Eight'), ("'You", 'You'), ("'but", 'but'), ("'You", 'You'), ("'You", 'You'), ("'To", 'To')]
ST18940514-V20-28-page13.txt: [("'sotto", 'sotto'), ("'It", 'It')]
ST18940514-V20-28-page2.txt: [("'ghat", 'ghat')]
ST18940514-V20-28-page3.txt: [("'Bible", 'Bible')]
ST18940514-V20-28-page4.txt: [("'for", 'for'), ("'his", 'his'), ("'and", 'and'), ("'rHE", 'rHE')]
ST18940514-V20-28-page5.txt: [("'has", 'has'), ("'Rev.", 'Rev.'), ("'and", 'and'), ("'wrangling", 'wrangling')]
ST18940514-V20-28-page7.txt: [("'Principles", 'Principles'), ("'the", 'the'), ("'polity", 'polity'), ('\'"', '"'), ("'NOTE.", 'NOTE.'), ("'Macaulay", 'Macaulay'), ("'Hallam", 'Hallam'), ("'Same", 'Same'), ("'Chicago", 'Chicago'), ("'blackmailed", 'blackmailed')]
ST18940514-V20-28-page8.txt: [("'her", 'her'), ("'peace", 'peace'), ("'the", 'the'), ("'Gal.", 'Gal.'), ("'true", 'true'), ("'them.", 'them.'), ("'ibid.", 'ibid.'), ("'by", 'by'), ("'which", 'which'), ("'Just", 'Just')]
ST18940514-V20-28-page9.txt: [("'sorrow", 'sorrow'), ("'purpose", 'purpose'), ("'fraid", 'fraid'), ("'cause", 'cause'), ("'have", 'have'), ("'hundred", 'hundred'), ("'eet", 'eet'), ("'fat", 'fat'), ("'stairsand", 'stairsand'), ("'bed", 'bed'), ("'trees", 'trees'), ("'mamma", 'mamma'), ("'rolled", 'rolled'), ("'morning..", 'morning..'), ("'ern", 'ern'), ("'fraid", 'fraid')]
ST18940528-V20-29-page1.txt: [("'goodness", 'goodness')]
ST18940528-V20-29-page10.txt: [("'rim", 'rim'), ("'whose", 'whose')]
ST18940528-V20-29-page11.txt: [("'few", 'few'), ("'awaken", 'awaken'), ("'When", 'When')]
ST18940528-V20-29-page12.txt: [("'minister", 'minister'), ("'have", 'have'), ("'Liberty", 'Liberty'), ("'Modern.", 'Modern.')]
ST18940528-V20-29-page14.txt: [("'chariots", 'chariots'), ("'When", 'When'), ("'Whoever", 'Whoever')]
ST18940528-V20-29-page15.txt: [("'She", 'She'), ("'and", 'and'), ("'including", 'including')]
ST18940528-V20-29-page2.txt: [("'coming", 'coming'), ("'when", 'when'), ("'Tis", 'Tis')]
ST18940528-V20-29-page3.txt: [("'confederacy", 'confederacy')]
ST18940528-V20-29-page4.txt: [("'its", 'its'), ("'is", 'is'), ("'be", 'be'), ("'for", 'for')]
ST18940528-V20-29-page5.txt: [("'doctrine", 'doctrine'), ("'Twas", 'Twas')]
ST18940528-V20-29-page6.txt: [("'sent", 'sent'), ("'rather", 'rather'), ("'Acts", 'Acts'), ("'Gibbons", 'Gibbons'), ("'more", 'more'), ("'ready", 'ready')]
ST18940528-V20-29-page7.txt: [("'soul", 'soul'), ("'loskey", 'loskey')]
ST18940528-V20-29-page8.txt: [("'forne", 'forne'), ("'Whatsoever", 'Whatsoever')]
ST18940528-V20-29-page9.txt: [("'It", 'It'), ("'You", 'You'), ("'won't", 'wont'), ("'not", 'not'), ("'Yes", 'Yes')]
ST18940604-V20-30-page1.txt: [("''Behold", 'Behold'), ("'came", 'came')]
ST18940604-V20-30-page11.txt: [("'burning", 'burning'), ("'Twill", 'Twill'), ("'a", 'a'), ("'pagan", 'pagan')]
ST18940604-V20-30-page12.txt: [("'to.", 'to.'), ("'Manager", 'Manager')]
ST18940604-V20-30-page13.txt: [("'read", 'read'), ("'YEW", 'YEW')]
ST18940604-V20-30-page14.txt: [("'D", 'D')]
ST18940604-V20-30-page15.txt: [("'evv", 'evv'), ("'wrongfully", 'wrongfully'), ("'control", 'control'), ("'Theories.", 'Theories.')]
ST18940604-V20-30-page2.txt: [("'men", 'men')]
ST18940604-V20-30-page4.txt: [("'THE", 'THE'), ("'Armenians.", 'Armenians.'), ("'a", 'a')]
ST18940604-V20-30-page5.txt: [("'Twas", 'Twas'), ("'unwillingly", 'unwillingly'), ("'one", 'one'), ("'God", 'God'), ("'would", 'would'), ("'likewise", 'likewise'), ("'its", 'its'), ("'Lord", 'Lord'), ("'dered", 'dered'), ("'law", 'law')]
ST18940604-V20-30-page6.txt: [("'.due", '.due'), ("'became", 'became')]
ST18940604-V20-30-page7.txt: [("'ye", 'ye'), ("'the", 'the')]
ST18940604-V20-30-page8.txt: [("'example", 'example'), ("'Conle.", 'Conle.'), ("'comforted", 'comforted')]
ST18940604-V20-30-page9.txt: [("'was", 'was'), ('\'place"', 'place"'), ("'had", 'had'), ("'had", 'had'), ("'evidently", 'evidently'), ("'spread", 'spread'), ("'to", 'to'), ("'are", 'are'), ("'always.", 'always.'), ("'towers", 'towers'), ("'glasses", 'glasses'), ("'iii", 'iii'), ("'Now", 'Now')]
ST18940611-V20-31-page1.txt: [("'He", 'He'), ("'Church", 'Church')]
ST18940611-V20-31-page10.txt: [("'is", 'is'), ("'permit", 'permit'), ("'tis", 'tis')]
ST18940611-V20-31-page11.txt: [("'a", 'a'), ("'various", 'various')]
ST18940611-V20-31-page12.txt: [("'neglect", 'neglect'), ("'city", 'city'), ("'.", '.'), ("'The", 'The'), ("'yourselves", 'yourselves')]
ST18940611-V20-31-page13.txt: [("'after", 'after'), ("'Regular", 'Regular'), ("'TERRELL", 'TERRELL')]
ST18940611-V20-31-page14.txt: [("'Ex.", 'Ex.'), ("'are", 'are'), ("'principalities", 'principalities')]
ST18940611-V20-31-page15.txt: [("'may", 'may')]
ST18940611-V20-31-page16.txt: [("'Mmes", 'Mmes')]
ST18940611-V20-31-page2.txt: [("'sins", 'sins'), ("'work", 'work'), ("'to", 'to')]
ST18940611-V20-31-page4.txt: [("'rHE", 'rHE')]
ST18940611-V20-31-page5.txt: [("'.", '.'), ("'England", 'England'), ("'Macaulay", 'Macaulay'), ("'Quoted", 'Quoted'), ("'This", 'This'), ("'Vide", 'Vide'), ("'Buckle", 'Buckle')]
ST18940611-V20-31-page6.txt: [("'Lord", 'Lord')]
ST18940611-V20-31-page7.txt: [("'they", 'they'), ("'file", 'file'), ("'noughts", 'noughts')]
ST18940611-V20-31-page8.txt: [("'CHRISTIANITY", 'CHRISTIANITY')]
ST18940611-V20-31-page9.txt: [("'compassion", 'compassion'), ("'nearly", 'nearly'), ("'her", 'her')]
ST18940618-V20-32-page10.txt: [("'wanting", 'wanting'), ("'rears", 'rears'), ("'Fields.", 'Fields.')]
ST18940618-V20-32-page11.txt: [("'and", 'and'), ("'once", 'once')]
ST18940618-V20-32-page12.txt: [("'tis", 'tis')]
ST18940618-V20-32-page16.txt: [("'I", 'I')]
ST18940618-V20-32-page2.txt: [("'Twas", 'Twas'), ("'last", 'last')]
ST18940618-V20-32-page3.txt: [("'the", 'the')]
ST18940618-V20-32-page4.txt: [("'He", 'He'), ("'opened", 'opened'), ("'rHE", 'rHE')]
ST18940618-V20-32-page6.txt: [("'of", 'of'), ("'you", 'you'), ("'Buckle", 'Buckle'), ("'Hallam", 'Hallam'), ("'Fiske", 'Fiske'), ("'the", 'the'), ("'Fiske", 'Fiske')]
ST18940618-V20-32-page7.txt: [("'l", 'l')]
ST18940618-V20-32-page8.txt: [("'Heath", 'Heath'), ("'right", 'right'), ("'made", 'made')]
ST18940618-V20-32-page9.txt: [("'on", 'on'), ("'The", 'The')]
ST18940625-V20-33-page1.txt: [("'Christian", 'Christian')]
ST18940625-V20-33-page10.txt: [("'Fields.", 'Fields.'), ("'living", 'living'), ("'length", 'length')]
ST18940625-V20-33-page12.txt: [("'Tis", 'Tis'), ("'scattering", 'scattering'), ("'a", 'a'), ("'I", 'I'), ("'I", 'I'), ("'I", 'I')]
ST18940625-V20-33-page13.txt: [("'a", 'a')]
ST18940625-V20-33-page14.txt: [("'the", 'the')]
ST18940625-V20-33-page16.txt: [("'we", 'we'), ("'the", 'the'), ("'The", 'The'), ("'earth", 'earth'), ("'Sunday", 'Sunday')]
ST18940625-V20-33-page2.txt: [("'herds", 'herds')]
ST18940625-V20-33-page3.txt: [("'give.up", 'give.up'), ("'as", 'as'), ("'glory", 'glory'), ("'suffering", 'suffering'), ("'is", 'is')]
ST18940625-V20-33-page5.txt: [("'the", 'the')]
ST18940625-V20-33-page6.txt: [("'Alexandrian", 'Alexandrian')]
ST18940625-V20-33-page7.txt: [("'As", 'As'), ("'Tis", 'Tis')]
ST18940625-V20-33-page8.txt: [("'in", 'in'), ("'cause", 'cause'), ("'zackly", 'zackly'), ("'fraid", 'fraid'), ("'cept", 'cept'), ("'I", 'I'), ("'tory", 'tory'), ("'round", 'round'), ("'member", 'member'), ("'cause", 'cause'), ("'cause", 'cause'), ("'cause", 'cause')]
ST18940625-V20-33-page9.txt: [("'tory", 'tory'), ("'sthough", 'sthough'), ("'preaching", 'preaching'), ("'way", 'way')]
ST18940702-V20-34-page1.txt: [("'postal", 'postal')]
ST18940702-V20-34-page12.txt: [("'Workers.", 'Workers.'), ("'Washburn", 'Washburn')]
ST18940702-V20-34-page14.txt: [("'and", 'and')]
ST18940702-V20-34-page15.txt: [("'sprinkling", 'sprinkling')]
ST18940702-V20-34-page16.txt: [("'Work", 'Work'), ("'The", 'The'), ("'Sunday", 'Sunday'), ("'It's", 'Its'), ("'bout", 'bout'), ("'cause", 'cause')]
ST18940702-V20-34-page3.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18940702-V20-34-page4.txt: [("'FHE", 'FHE')]
ST18940702-V20-34-page5.txt: [("'to", 'to')]
ST18940702-V20-34-page6.txt: [("'be", 'be'), ("'time", 'time'), ("'necessary", 'necessary')]
ST18940702-V20-34-page7.txt: [("'purpose", 'purpose'), ("'in", 'in'), ("'men", 'men'), ("'shall", 'shall'), ("'The", 'The')]
ST18940702-V20-34-page8.txt: [("'left", 'left')]
ST18940702-V20-34-page9.txt: [("'What's", 'Whats'), ("'I", 'I'), ("'It", 'It'), ("'Ali", 'Ali')]
ST18940709-V20-35-page10.txt: [("'consequences", 'consequences'), ("'the", 'the'), ("'of", 'of'), ("'Pietas.", 'Pietas.'), ("'salubrious", 'salubrious')]
ST18940709-V20-35-page11.txt: [("'Sierra", 'Sierra'), ("'TAOISM", 'TAOISM'), ("'Yes", 'Yes'), ("'why", 'why')]
ST18940709-V20-35-page14.txt: [("'which", 'which'), ("'coming", 'coming'), ("'admonished", 'admonished')]
ST18940709-V20-35-page15.txt: [("'Annals", 'Annals'), ("'Summit.", 'Summit.')]
ST18940709-V20-35-page16.txt: [("'Shall", 'Shall')]
ST18940709-V20-35-page2.txt: [("'Tess.", 'Tess.'), ("'is", 'is')]
ST18940709-V20-35-page3.txt: [("'into", 'into'), ("'it", 'it'), ("'keeps", 'keeps')]
ST18940709-V20-35-page4.txt: [("'rHE", 'rHE'), ("'abrogated", 'abrogated'), ("'light", 'light'), ("'boycott", 'boycott'), ("'to", 'to')]
ST18940709-V20-35-page5.txt: [("'and", 'and'), ("'people.", 'people.'), ("'lower", 'lower')]
ST18940709-V20-35-page6.txt: [("'tweet", 'tweet'), ("'math", 'math')]
ST18940709-V20-35-page7.txt: [("'he", 'he')]
ST18940709-V20-35-page8.txt: [("'away", 'away'), ("'How", 'How'), ("'Unto", 'Unto'), ("'cut", 'cut'), ("'the", 'the'), ("'And", 'And'), ("'little", 'little'), ("'is", 'is')]
ST18940709-V20-35-page9.txt: [("'dear", 'dear'), ("'off", 'off'), ('\'"', '"'), ("'Nonsense", 'Nonsense')]
ST18940716-V20-36-page1.txt: [("'of", 'of'), ('\'days."', 'days."')]
ST18940716-V20-36-page10.txt: [("'or", 'or'), ("'when", 'when'), ("'thousands", 'thousands')]
ST18940716-V20-36-page12.txt: [("'Conditions", 'Conditions'), ("'out", 'out')]
ST18940716-V20-36-page13.txt: [("'brethren", 'brethren'), ("'progress", 'progress')]
ST18940716-V20-36-page15.txt: [("'to", 'to')]
ST18940716-V20-36-page16.txt: [("'cyclical", 'cyclical')]
ST18940716-V20-36-page2.txt: [("'the", 'the')]
ST18940716-V20-36-page3.txt: [("'word", 'word'), ("'in", 'in')]
ST18940716-V20-36-page4.txt: [("'righteousness", 'righteousness'), ("'Jews.", 'Jews.'), ("'and", 'and')]
ST18940716-V20-36-page5.txt: [("'Some", 'Some')]
ST18940716-V20-36-page6.txt: [("'often", 'often'), ("'upon", 'upon'), ("'not", 'not'), ("'the", 'the')]
ST18940716-V20-36-page7.txt: [("'See", 'See'), ("'non", 'non')]
ST18940716-V20-36-page8.txt: [("'influence", 'influence'), ('\'"', '"')]
ST18940716-V20-36-page9.txt: [("'if", 'if'), ("'belonging", 'belonging')]
ST18940723-V20-37-page1.txt: [("'opposite", 'opposite')]
ST18940723-V20-37-page10.txt: [("'are", 'are'), ("'Thesedwellings", 'Thesedwellings')]
ST18940723-V20-37-page11.txt: [("'Cape", 'Cape')]
ST18940723-V20-37-page12.txt: [("'they", 'they'), ("'comparison", 'comparison'), ("'cents", 'cents')]
ST18940723-V20-37-page13.txt: [("'Warrensburg", 'Warrensburg')]
ST18940723-V20-37-page14.txt: [("'The", 'The')]
ST18940723-V20-37-page16.txt: [("'we", 'we'), ("'Don't", 'Dont'), ("'Thou", 'Thou')]
ST18940723-V20-37-page2.txt: [("'file", 'file'), ("'on", 'on')]
ST18940723-V20-37-page3.txt: [("'pity", 'pity')]
ST18940723-V20-37-page4.txt: [("'of", 'of'), ("'twill", 'twill'), ("'twas", 'twas'), ("'Then", 'Then')]
ST18940723-V20-37-page6.txt: [("'Then", 'Then'), ("'Not", 'Not')]
ST18940723-V20-37-page7.txt: [("'with", 'with'), ("'of", 'of')]
ST18940723-V20-37-page8.txt: [("'twas", 'twas'), ("'all", 'all'), ("'ice", 'ice')]
ST18940723-V20-37-page9.txt: [("'gentleman", 'gentleman'), ("'can", 'can'), ("'No", 'No'), ("'Are", 'Are'), ("'very", 'very'), ("'heat", 'heat')]
ST18940730-V20-38-page1.txt: [("'antichrist", 'antichrist')]
ST18940730-V20-38-page10.txt: [("'secret", 'secret'), ("'method", 'method')]
ST18940730-V20-38-page11.txt: [("'of", 'of'), ("'various", 'various'), ("'subject", 'subject'), ("'of", 'of')]
ST18940730-V20-38-page12.txt: [("'in", 'in'), ("'here.", 'here.'), ("'Broth", 'Broth'), ("'S", 'S')]
ST18940730-V20-38-page14.txt: [("'.", '.'), ("'The", 'The')]
ST18940730-V20-38-page15.txt: [("'The", 'The')]
ST18940730-V20-38-page16.txt: [("'Oh", 'Oh'), ("'a", 'a'), ("'Be", 'Be'), ("'Thus", 'Thus')]
ST18940730-V20-38-page2.txt: [("'not", 'not')]
ST18940730-V20-38-page4.txt: [("'He", 'He')]
ST18940730-V20-38-page5.txt: [("'which", 'which'), ("'bar.", 'bar.')]
ST18940730-V20-38-page7.txt: [("'do", 'do'), ("'them", 'them')]
ST18940730-V20-38-page8.txt: [("'being", 'being'), ("'I", 'I'), ("'of", 'of')]
ST18940730-V20-38-page9.txt: [("'to", 'to'), ("'a", 'a'), ("'more", 'more')]
ST18940806-V20-39-page1.txt: [("'world", 'world'), ("'Independent", 'Independent')]
ST18940806-V20-39-page10.txt: [("'what", 'what'), ("'in", 'in'), ("'did", 'did'), ("'so", 'so'), ("'We're", 'Were'), ("'king", 'king'), ("'My", 'My'), ("'If", 'If'), ("'Godliness", 'Godliness')]
ST18940806-V20-39-page11.txt: [("'It", 'It'), ("'Wesleyan", 'Wesleyan'), ("'baptized", 'baptized'), ("'I", 'I'), ("'You", 'You')]
ST18940806-V20-39-page12.txt: [("'be", 'be'), ("'those", 'those'), ("'work", 'work'), ("'Buenos", 'Buenos')]
ST18940806-V20-39-page13.txt: [("'laboring", 'laboring')]
ST18940806-V20-39-page15.txt: [("'freely", 'freely')]
ST18940806-V20-39-page16.txt: [("'Remember", 'Remember')]
ST18940806-V20-39-page3.txt: [("'of", 'of'), ("'the", 'the')]
ST18940806-V20-39-page4.txt: [("'rHE", 'rHE'), ("'sheep", 'sheep'), ("'unlooked", 'unlooked'), ("'emergency", 'emergency'), ("'lath", 'lath'), ("'the", 'the')]
ST18940806-V20-39-page5.txt: [("'The", 'The')]
ST18940806-V20-39-page8.txt: [("'right", 'right')]
ST18940813-V20-40-page1.txt: [("'is.", 'is.'), ("'For", 'For')]
ST18940813-V20-40-page11.txt: [("'Who", 'Who'), ("'Only", 'Only'), ("'I", 'I'), ("'and", 'and'), ("'Shellibiah", 'Shellibiah'), ("'from", 'from'), ("'not", 'not'), ("'of", 'of'), ("'It", 'It')]
ST18940813-V20-40-page13.txt: [("'County", 'County'), ("'honors", 'honors')]
ST18940813-V20-40-page16.txt: [("'I", 'I'), ("'and", 'and'), ('\'Washington."', 'Washington."'), ("'Why", 'Why'), ("'seek", 'seek'), ("'There", 'There'), ("'to", 'to'), ("'Keeley", 'Keeley')]
ST18940813-V20-40-page2.txt: [("'came.", 'came.')]
ST18940813-V20-40-page3.txt: [("'taken", 'taken'), ("'Tis", 'Tis'), ("'They", 'They')]
ST18940813-V20-40-page4.txt: [("'until", 'until')]
ST18940813-V20-40-page6.txt: [("'Thy", 'Thy'), ("'The", 'The'), ("'Italics", 'Italics')]
ST18940813-V20-40-page7.txt: [("'I", 'I'), ("'they", 'they')]
ST18940813-V20-40-page8.txt: [('\'"My', '"My'), ("'Herald", 'Herald')]
ST18940813-V20-40-page9.txt: [("'forne", 'forne'), ("'natural", 'natural'), ("'The", 'The')]
ST18940820-V20-41-page1.txt: [("'WEEKLY", 'WEEKLY'), ("'even", 'even'), ("'labor", 'labor')]
ST18940820-V20-41-page10.txt: [("'THE", 'THE'), ("'nourishment", 'nourishment'), ("'shut", 'shut')]
ST18940820-V20-41-page11.txt: [("'to", 'to'), ("'most", 'most'), ("'in", 'in'), ("'phenomenal.", 'phenomenal.')]
ST18940820-V20-41-page12.txt: [("'would", 'would'), ("'now", 'now'), ("'gone", 'gone')]
ST18940820-V20-41-page13.txt: [("'famished", 'famished')]
ST18940820-V20-41-page14.txt: [("'mints", 'mints'), ("'express", 'express'), ("'My", 'My'), ("'Destroy", 'Destroy'), ("'Forty", 'Forty')]
ST18940820-V20-41-page15.txt: [("'that", 'that'), ("'the", 'the'), ("'by", 'by'), ("'which", 'which'), ("'Bear", 'Bear'), ("'the", 'the'), ("'military", 'military'), ("'seems", 'seems'), ("'that", 'that'), ("'his", 'his'), ("'twenty.", 'twenty.')]
ST18940820-V20-41-page16.txt: [("'healing", 'healing'), ("'consistent", 'consistent'), ("'of", 'of'), ("'A", 'A')]
ST18940820-V20-41-page2.txt: [("'rife", 'rife'), ("'Rome.", 'Rome.'), ("'be", 'be'), ("'church", 'church')]
ST18940820-V20-41-page3.txt: [("'dispel", 'dispel'), ("'lath", 'lath')]
ST18940820-V20-41-page4.txt: [("'proclaimed", 'proclaimed'), ("'much", 'much'), ("'horror's", 'horrors')]
ST18940820-V20-41-page5.txt: [('\'"Lib.', '"Lib.'), ("'promised", 'promised'), ("'the", 'the'), ("'birth", 'birth'), ("'promised", 'promised'), ("'faithful", 'faithful'), ("'caused", 'caused'), ("'of", 'of'), ("'neither", 'neither'), ("'keeping", 'keeping')]
ST18940820-V20-41-page6.txt: [("'help", 'help'), ("'John", 'John'), ("'Massachusetts", 'Massachusetts'), ("'stipulations", 'stipulations'), ("'To", 'To'), ("'which", 'which'), ("'persecution.", 'persecution.')]
ST18940820-V20-41-page7.txt: [("'men", 'men'), ("'duties", 'duties'), ("'offered", 'offered')]
ST18940820-V20-41-page8.txt: [("'spurn", 'spurn'), ("'reason", 'reason'), ("'of", 'of'), ("'church", 'church'), ("'the", 'the'), ("'by", 'by')]
ST18940820-V20-41-page9.txt: [("'fee", 'fee'), ("'whatsoever", 'whatsoever'), ("'decision", 'decision'), ("'that", 'that'), ("'In", 'In')]
ST18940827-V20-42-page1.txt: [("'Behold", 'Behold'), ("'Street", 'Street'), ("'Remember", 'Remember')]
ST18940827-V20-42-page10.txt: [("'tis", 'tis'), ("'baccy", 'baccy'), ("'supporting", 'supporting')]
ST18940827-V20-42-page11.txt: [("'DEM", 'DEM'), ("'which", 'which'), ("'and", 'and'), ("'northern", 'northern')]
ST18940827-V20-42-page12.txt: [("'Elder", 'Elder'), ("'work.", 'work.'), ("'plate", 'plate'), ("'will", 'will')]
ST18940827-V20-42-page13.txt: [("'treatment", 'treatment'), ("'THE", 'THE'), ("'teachings", 'teachings')]
ST18940827-V20-42-page15.txt: [("'It", 'It')]
ST18940827-V20-42-page16.txt: [("'Ilion", 'Ilion'), ("'County", 'County'), ("'failing", 'failing'), ("'churches", 'churches')]
ST18940827-V20-42-page2.txt: [("'F", 'F'), ("'all", 'all')]
ST18940827-V20-42-page3.txt: [("'Scripture", 'Scripture')]
ST18940827-V20-42-page4.txt: [("'rHE", 'rHE'), ("'their", 'their'), ("'Quoted", 'Quoted'), ("'Reference", 'Reference'), ("'Thomas", 'Thomas')]
ST18940827-V20-42-page6.txt: [("'plainly", 'plainly'), ("'whose", 'whose'), ("'on", 'on'), ("'Tress.", 'Tress.'), ("'of", 'of')]
ST18940827-V20-42-page9.txt: [("'rEin", 'rEin'), ("'He", 'He'), ("'a", 'a'), ("'To", 'To'), ("'air", 'air'), ("'to", 'to')]
ST18940903-V20-43-page1.txt: [("'our", 'our'), ("'Acts", 'Acts'), ("'Acts", 'Acts'), ("'Acts", 'Acts'), ("'Acts", 'Acts')]
ST18940903-V20-43-page10.txt: [("'a", 'a'), ("'queen", 'queen'), ("'of", 'of'), ("'went", 'went'), ("'The", 'The'), ("'Fields.", 'Fields.')]
ST18940903-V20-43-page11.txt: [("'Col.", 'Col.')]
ST18940903-V20-43-page12.txt: [("'rEin", 'rEin'), ("'and", 'and'), ("'find", 'find'), ("'difficulty", 'difficulty'), ("'additions", 'additions')]
ST18940903-V20-43-page13.txt: [("'m", 'm')]
ST18940903-V20-43-page15.txt: [("'angels", 'angels')]
ST18940903-V20-43-page16.txt: [("'men.", 'men.'), ("'wished", 'wished'), ("'to", 'to'), ("'simply", 'simply'), ("'a", 'a'), ("'that", 'that')]
ST18940903-V20-43-page2.txt: [("'THE", 'THE'), ("'and", 'and')]
ST18940903-V20-43-page3.txt: [("'of", 'of')]
ST18940903-V20-43-page5.txt: [("'suppose", 'suppose'), ("'upon", 'upon'), ("'We", 'We')]
ST18940903-V20-43-page6.txt: [("'was", 'was'), ("'What", 'What'), ("'John", 'John'), ("'Adams", 'Adams'), ("'that", 'that'), ("'These", 'These'), ("'your", 'your'), ("'Vide", 'Vide')]
ST18940903-V20-43-page7.txt: [("'host", 'host'), ("'reason'd", 'reasond'), ("'the", 'the')]
ST18940903-V20-43-page8.txt: [("'is", 'is')]
ST18940903-V20-43-page9.txt: [("'Corne", 'Corne'), ("'ceaah.", 'ceaah.'), ("'Tis", 'Tis'), ("'than", 'than'), ("'train", 'train'), ("'range", 'range'), ("'sickness", 'sickness')]
ST18940910-V20-44-page1.txt: [("'Angels", 'Angels'), ("'Jude", 'Jude')]
ST18940910-V20-44-page10.txt: [("'post", 'post')]
ST18940910-V20-44-page11.txt: [("'perished", 'perished'), ("'many", 'many')]
ST18940910-V20-44-page12.txt: [("'claims", 'claims'), ("'seventeen", 'seventeen')]
ST18940910-V20-44-page15.txt: [("'Lawrence", 'Lawrence')]
ST18940910-V20-44-page16.txt: [("'Nil", 'Nil')]
ST18940910-V20-44-page2.txt: [("'he", 'he'), ("'from", 'from'), ("'of", 'of')]
ST18940910-V20-44-page3.txt: [("'make", 'make')]
ST18940910-V20-44-page4.txt: [("'training", 'training'), ("'Women's", 'Womens')]
ST18940910-V20-44-page5.txt: [("'without", 'without'), ("'should", 'should'), ("'decrease", 'decrease')]
ST18940910-V20-44-page6.txt: [("'rights", 'rights'), ("'what", 'what')]
ST18940910-V20-44-page7.txt: [("'Reform", 'Reform')]
ST18940910-V20-44-page8.txt: [("'handkerchiefs", 'handkerchiefs')]
ST18940910-V20-44-page9.txt: [("'Come", 'Come'), ("'cea.ah", 'cea.ah'), ("'mong", 'mong'), ("'I'lmen", 'Ilmen'), ("'I", 'I'), ("'I'll", 'Ill'), ("'Cause", 'Cause')]
ST18940917-V20-45-page1.txt: [("'We", 'We'), ("'do", 'do'), ("'We", 'We'), ("'Ps.", 'Ps.'), ("'law", 'law')]
ST18940917-V20-45-page10.txt: [("'I", 'I'), ("'then", 'then'), ("'bed", 'bed'), ("'lime", 'lime')]
ST18940917-V20-45-page11.txt: [("'packed", 'packed'), ("'many", 'many'), ("'home", 'home'), ("'A", 'A')]
ST18940917-V20-45-page12.txt: [("'Beginning", 'Beginning'), ("'Go", 'Go'), ("'remain.", 'remain.'), ("'present", 'present'), ("'in", 'in'), ("'Helensburgh", 'Helensburgh'), ("'Jefferson", 'Jefferson'), ("'at", 'at'), ("'island", 'island')]
ST18940917-V20-45-page13.txt: [("'Oct.", 'Oct.'), ("'meeting", 'meeting'), ("'.be", '.be')]
ST18940917-V20-45-page14.txt: [("'In", 'In'), ("'But", 'But'), ("'preserve", 'preserve'), ("'Lord", 'Lord'), ("'Thou", 'Thou')]
ST18940917-V20-45-page15.txt: [("'now", 'now'), ("'such", 'such'), ("'ASide", 'ASide'), ("'Legislature", 'Legislature')]
ST18940917-V20-45-page16.txt: [("'REVEREND", 'REVEREND'), ("'language", 'language'), ("'for", 'for'), ("'the", 'the'), ("'could", 'could'), ("'take", 'take'), ("'When", 'When'), ("'are", 'are')]
ST18940917-V20-45-page2.txt: [("'Heb.", 'Heb.'), ("'these", 'these')]
ST18940917-V20-45-page3.txt: [("'freedom", 'freedom'), ("'.greatest", '.greatest')]
ST18940917-V20-45-page4.txt: [("'because", 'because'), ("'as", 'as')]
ST18940917-V20-45-page5.txt: [('\'"Judge', '"Judge'), ("'experience.", 'experience.'), ("'did", 'did'), ("'And", 'And')]
ST18940917-V20-45-page6.txt: [("'and", 'and'), ("'with", 'with'), ("'almost", 'almost')]
ST18940917-V20-45-page7.txt: [("'I'HE", 'IHE'), ("'THE", 'THE'), ("'widow", 'widow'), ("'of", 'of'), ("'mild-mannered", 'mild-mannered')]
ST18940917-V20-45-page8.txt: [("'the", 'the'), ("'motion.", 'motion.'), ("'so", 'so')]
ST18940917-V20-45-page9.txt: [("'Twill", 'Twill'), ("'our", 'our'), ("'zeal", 'zeal')]
ST18940924-V20-46-page1.txt: [("'declares", 'declares')]
ST18940924-V20-46-page10.txt: [("'THE", 'THE'), ("'Ds", 'Ds'), ("'Twill", 'Twill')]
ST18940924-V20-46-page11.txt: [("'of", 'of'), ("'Thus", 'Thus'), ("'They", 'They'), ("'If", 'If'), ("'the", 'the')]
ST18940924-V20-46-page13.txt: [("'Y.", 'Y.'), ("'Virginia", 'Virginia'), ("''Appointments", 'Appointments')]
ST18940924-V20-46-page14.txt: [("'and", 'and'), ("'truth", 'truth')]
ST18940924-V20-46-page15.txt: [("'engaged", 'engaged'), ("'on", 'on')]
ST18940924-V20-46-page16.txt: [("'We", 'We'), ("'election", 'election'), ("'Thou", 'Thou')]
ST18940924-V20-46-page2.txt: [("'declares", 'declares'), ("'Col.", 'Col.'), ("'Why", 'Why')]
ST18940924-V20-46-page3.txt: [("'had", 'had'), ("'Y", 'Y')]
ST18940924-V20-46-page4.txt: [("'days", 'days'), ("'retain.", 'retain.'), ("'given", 'given'), ("'made", 'made')]
ST18940924-V20-46-page5.txt: [("'such", 'such')]
ST18940924-V20-46-page6.txt: [("'The", 'The'), ("'it", 'it'), ("'of", 'of'), ("'remarkable", 'remarkable')]
ST18940924-V20-46-page7.txt: [("'as", 'as'), ("'government", 'government')]
ST18940924-V20-46-page8.txt: [("'enforcement", 'enforcement')]
ST18940924-V20-46-page9.txt: [("'ceal", 'ceal'), ("'twas", 'twas'), ("'said", 'said')]
ST18941001-V20-47-page1.txt: [("'or", 'or')]
ST18941001-V20-47-page10.txt: [("'Washington", 'Washington'), ("'Tis", 'Tis'), ("'must", 'must')]
ST18941001-V20-47-page11.txt: [("'W", 'W')]
ST18941001-V20-47-page12.txt: [("'A.M.", 'A.M.')]
ST18941001-V20-47-page2.txt: [("'have", 'have'), ("'Gen.", 'Gen.'), ("'Joel", 'Joel')]
ST18941001-V20-47-page4.txt: [("'commandments", 'commandments')]
ST18941001-V20-47-page6.txt: [("'music", 'music'), ("'for", 'for'), ("'light", 'light'), ("'Germany", 'Germany')]
ST18941001-V20-47-page7.txt: [("'Abraham", 'Abraham'), ("'believed", 'believed')]
ST18941001-V20-47-page8.txt: [("'Doctrinal", 'Doctrinal'), ("'Had", 'Had')]
ST18941001-V20-47-page9.txt: [("'cealth.", 'cealth.'), ("'tis", 'tis'), ("'there", 'there')]
ST18941008-V20-48-page1.txt: [("'Bible", 'Bible'), ("'Rev.", 'Rev.')]
ST18941008-V20-48-page10.txt: [("'ITEM", 'ITEM'), ("'Papa", 'Papa'), ("'My", 'My'), ("'penalty", 'penalty')]
ST18941008-V20-48-page11.txt: [("'THE", 'THE'), ("'coral", 'coral'), ("'island", 'island'), ("'When", 'When')]
ST18941008-V20-48-page12.txt: [("'their", 'their'), ("'years.", 'years.'), ("'persons", 'persons')]
ST18941008-V20-48-page13.txt: [("'FHB", 'FHB'), ("'character", 'character'), ("'Theories.", 'Theories.')]
ST18941008-V20-48-page14.txt: [("'many", 'many'), ("'Jesus", 'Jesus')]
ST18941008-V20-48-page16.txt: [("'juvenile", 'juvenile')]
ST18941008-V20-48-page2.txt: [("'failed", 'failed'), ("'Rev.", 'Rev.'), ("'Rev.", 'Rev.'), ("'seventh", 'seventh'), ("'by", 'by'), ("'See", 'See')]
ST18941008-V20-48-page4.txt: [("'INHE", 'INHE'), ("'then", 'then'), ("'of", 'of'), ("'we", 'we'), ("'In", 'In')]
ST18941008-V20-48-page5.txt: [('\'"', '"'), ("'mid", 'mid'), ("'the", 'the')]
ST18941008-V20-48-page6.txt: [("'Mg", 'Mg'), ('\'"', '"'), ("'of", 'of'), ("'scruple", 'scruple'), ("'divorcing", 'divorcing'), ("'than", 'than')]
ST18941008-V20-48-page7.txt: [("'are", 'are'), ("'first", 'first'), ("'See", 'See')]
ST18941008-V20-48-page8.txt: [("'than", 'than')]
ST18941008-V20-48-page9.txt: [("'old", 'old'), ("'cepah.", 'cepah.'), ("'said", 'said'), ("'Well", 'Well'), ("'Lay", 'Lay')]
ST18941015-V20-49-page1.txt: [("'our", 'our'), ("'after", 'after'), ("'fill", 'fill'), ("'and", 'and'), ("'What", 'What'), ("'to", 'to'), ("'for", 'for'), ("'woman", 'woman'), ("'but", 'but'), ("'him", 'him'), ("'of", 'of')]
ST18941015-V20-49-page10.txt: [("'the", 'the'), ("'family.", 'family.'), ("'in", 'in'), ("'products", 'products'), ("'bread", 'bread'), ("'came", 'came'), ("'I", 'I'), ("'Are.you", 'Are.you'), ("'That's", 'Thats'), ("''said", 'said'), ("'in", 'in')]
ST18941015-V20-49-page11.txt: [("'parts", 'parts'), ("'in", 'in'), ("'not", 'not'), ("'possible", 'possible')]
ST18941015-V20-49-page12.txt: [("'well", 'well'), ("'KEcR", 'KEcR'), ("'matron", 'matron'), ("'careful", 'careful'), ("'.", '.')]
ST18941015-V20-49-page13.txt: [("'LESSONS", 'LESSONS'), ("'ShOWing", 'ShOWing')]
ST18941015-V20-49-page15.txt: [("'has", 'has'), ("'one", 'one'), ("'questionable.", 'questionable.')]
ST18941015-V20-49-page16.txt: [("'O'Ork", 'OOrk'), ("'they", 'they'), ("'special", 'special')]
ST18941015-V20-49-page2.txt: [("'Gen.", 'Gen.'), ("'churchlWaitsgor", 'churchlWaitsgor'), ("'social", 'social'), ("'destruction", 'destruction'), ("'Rev.", 'Rev.'), ("'Daniel", 'Daniel')]
ST18941015-V20-49-page3.txt: [("'do", 'do'), ("'f.", 'f.'), ("'politicians", 'politicians')]
ST18941015-V20-49-page4.txt: [("'hold", 'hold'), ("'ink", 'ink')]
ST18941015-V20-49-page5.txt: [("'of", 'of'), ("'of", 'of'), ("'Man", 'Man'), ("'or", 'or'), ("'which", 'which'), ("'perfect", 'perfect'), ("'bear", 'bear'), ("'the", 'the'), ("'of", 'of'), ("'science", 'science'), ("'all", 'all'), ("'stranger", 'stranger'), ("'in", 'in'), ("'to", 'to'), ("'organ", 'organ'), ("'Seale", 'Seale'), ("'WetildThe", 'WetildThe'), ("'Middle", 'Middle'), ("'vibrate", 'vibrate'), ("'octave", 'octave'), ("'measure", 'measure'), ("'the", 'the'), ("'is", 'is'), ("'below", 'below'), ("'entered.", 'entered.'), ("'introduces", 'introduces'), ("'Mit", 'Mit'), ("'will", 'will'), ("'Was", 'Was'), ("'we", 'we'), ("'was", 'was'), ("'stone", 'stone'), ("'heart", 'heart'), ("'covenant.", 'covenant.'), ("'NO.", 'NO.')]
ST18941015-V20-49-page6.txt: [("'rim", 'rim'), ("'What", 'What'), ("'perverted", 'perverted')]
ST18941015-V20-49-page7.txt: [("'ways", 'ways'), ("'beloved", 'beloved'), ("'worshiping", 'worshiping'), ("'e", 'e'), ("'be", 'be'), ("'offense", 'offense')]
ST18941015-V20-49-page8.txt: [("'They", 'They'), ("'days.", 'days.'), ("'affairs", 'affairs'), ("'ministers", 'ministers'), ("'Their", 'Their'), ("'This", 'This'), ("'the", 'the')]
ST18941015-V20-49-page9.txt: [("'Twill", 'Twill'), ("'work", 'work'), ("'by", 'by'), ("'to", 'to'), ("'outside", 'outside'), ("'in", 'in')]
ST18941022-V20-50-page1.txt: [("'my", 'my'), ("'Rev.", 'Rev.'), ("'Whatever", 'Whatever')]
ST18941022-V20-50-page10.txt: [("'there", 'there'), ("'a", 'a'), ("'room", 'room'), ("'after", 'after'), ("'must", 'must'), ("'air", 'air')]
ST18941022-V20-50-page11.txt: [("'world", 'world'), ("'arriple", 'arriple'), ("'thirtyseven", 'thirtyseven'), ("'Fathers", 'Fathers'), ("'LITTLE", 'LITTLE')]
ST18941022-V20-50-page12.txt: [("'MMES.", 'MMES.'), ("'his", 'his')]
ST18941022-V20-50-page13.txt: [("'God", 'God'), ("'.", '.')]
ST18941022-V20-50-page14.txt: [("'but", 'but'), ("'seventh", 'seventh'), ("'Luke", 'Luke')]
ST18941022-V20-50-page15.txt: [("'emigrated", 'emigrated')]
ST18941022-V20-50-page16.txt: [("'weight", 'weight'), ("'follow", 'follow')]
ST18941022-V20-50-page2.txt: [("'THE", 'THE'), ("'having", 'having'), ("'authority", 'authority'), ("'or", 'or'), ("'the", 'the'), ("'See", 'See'), ("'be", 'be'), ("'it", 'it'), ("'Country", 'Country')]
ST18941022-V20-50-page3.txt: [("'should", 'should'), ("'engraved", 'engraved'), ("'the", 'the'), ("'justified", 'justified')]
ST18941022-V20-50-page4.txt: [("'Twas", 'Twas'), ("'mini", 'mini'), ("'of", 'of')]
ST18941022-V20-50-page5.txt: [("'Others", 'Others'), ("'The", 'The'), ("'do", 'do'), ('\'"Demons', '"Demons'), ("'stoutly", 'stoutly'), ("'deceptive", 'deceptive')]
ST18941022-V20-50-page6.txt: [("'service", 'service'), ("'became", 'became'), ("'man", 'man'), ("'lie.", 'lie.'), ("'wise", 'wise')]
ST18941022-V20-50-page7.txt: [("'much", 'much'), ("'that", 'that'), ("'The", 'The'), ("'their", 'their'), ("'its", 'its'), ("'Instead", 'Instead')]
ST18941022-V20-50-page8.txt: [("'living", 'living'), ("'I", 'I'), ("'the", 'the')]
ST18941022-V20-50-page9.txt: [("'Conte", 'Conte'), ("'a", 'a'), ("'We", 'We')]
ST18941029-V20-51-page1.txt: [("'be", 'be'), ("'the", 'the'), ('\'God."', 'God."'), ("'change", 'change')]
ST18941029-V20-51-page10.txt: [("'In", 'In'), ("'Wong", 'Wong'), ("'Twas", 'Twas'), ("'in", 'in'), ("'Dakota", 'Dakota'), ("'But", 'But')]
ST18941029-V20-51-page11.txt: [("'whom", 'whom'), ("'Well", 'Well'), ("'a", 'a'), ("'lemphis", 'lemphis'), ("'when", 'when'), ("'day", 'day'), ("'were", 'were'), ("'exist", 'exist'), ("'the", 'the')]
ST18941029-V20-51-page12.txt: [("'kers.", 'kers.'), ("'Tennessee", 'Tennessee'), ("'Melbourne", 'Melbourne'), ("'individuals", 'individuals'), ("'decided", 'decided')]
ST18941029-V20-51-page13.txt: [("'sent", 'sent'), ("'regular", 'regular'), ("'doneby", 'doneby'), ("'cordial", 'cordial'), ("'for", 'for'), ("'G", 'G'), ("'Nineteenth", 'Nineteenth'), ("'and", 'and'), ("'o'clock.", 'oclock.'), ("'are", 'are'), ("'Mass.", 'Mass.'), ("'cis", 'cis'), ("'D.D.", 'D.D.'), ("'young", 'young'), ("'NE", 'NE'), ("'deal", 'deal')]
ST18941029-V20-51-page14.txt: [("'a", 'a'), ("'also", 'also')]
ST18941029-V20-51-page15.txt: [("'instantly", 'instantly'), ("'of", 'of'), ("'death", 'death')]
ST18941029-V20-51-page16.txt: [("'This", 'This')]
ST18941029-V20-51-page2.txt: [("'preeminently", 'preeminently'), ("'Compared", 'Compared'), ("'Rev.", 'Rev.')]
ST18941029-V20-51-page3.txt: [("'government", 'government'), ("'the", 'the'), ("'New", 'New'), ("'Shall", 'Shall'), ("'Jesus", 'Jesus')]
ST18941029-V20-51-page4.txt: [("'church", 'church')]
ST18941029-V20-51-page5.txt: [("'And", 'And'), ("'necessary", 'necessary')]
ST18941029-V20-51-page6.txt: [("'This", 'This'), ("'in", 'in'), ("'the", 'the'), ("'cause", 'cause'), ("'very", 'very'), ("'direct", 'direct'), ("'one", 'one'), ("'Tie", 'Tie'), ("'on", 'on')]
ST18941029-V20-51-page7.txt: [("'Jeremiah", 'Jeremiah'), ("'fallen", 'fallen')]
ST18941029-V20-51-page8.txt: [("'s", 's'), ("'from", 'from')]
ST18941029-V20-51-page9.txt: [("'whatsoever", 'whatsoever'), ("'these", 'these'), ("'twere", 'twere'), ("'of", 'of'), ("'took", 'took'), ("'He", 'He'), ("'To", 'To'), ("'the", 'the')]
ST18941105-V20-52-page1.txt: [("'for", 'for'), ("'he", 'he'), ("'various", 'various'), ("'how", 'how')]
ST18941105-V20-52-page10.txt: [("'lite.", 'lite.')]
ST18941105-V20-52-page11.txt: [("'retired", 'retired'), ("'blew", 'blew'), ("'language", 'language'), ("'as", 'as')]
ST18941105-V20-52-page12.txt: [("'doing", 'doing'), ("'the", 'the'), ("'and", 'and')]
ST18941105-V20-52-page15.txt: [("'He", 'He'), ("'a", 'a')]
ST18941105-V20-52-page16.txt: [("'semi", 'semi')]
ST18941105-V20-52-page2.txt: [("'THE", 'THE')]
ST18941105-V20-52-page3.txt: [("'TIMES", 'TIMES'), ("'have", 'have')]
ST18941105-V20-52-page4.txt: [("'make", 'make'), ("'our", 'our'), ("'beautiful", 'beautiful')]
ST18941105-V20-52-page5.txt: [("'life", 'life'), ("'of", 'of')]
ST18941105-V20-52-page6.txt: [("'he", 'he')]
ST18941105-V20-52-page7.txt: [("'is", 'is')]
ST18941105-V20-52-page8.txt: [("'earth", 'earth'), ("'you", 'you'), ("'living", 'living'), ("'by", 'by'), ("'life", 'life'), ("'the", 'the'), ("'ob", 'ob')]
ST18941105-V20-52-page9.txt: [("'but", 'but'), ("'they", 'they'), ("'a", 'a'), ("'rabbit", 'rabbit'), ("'stopped", 'stopped'), ("'her", 'her'), ("'little", 'little'), ("'coaxed.", 'coaxed.')]
ST18941112-V20-53-page1.txt: [("'says", 'says')]
ST18941112-V20-53-page10.txt: [("'old", 'old'), ('\'"', '"')]
ST18941112-V20-53-page11.txt: [("'THE", 'THE')]
ST18941112-V20-53-page12.txt: [("'the", 'the'), ("'Sunday", 'Sunday'), ("'must", 'must'), ("'Made", 'Made'), ("'Sunday", 'Sunday'), ("'Adventists", 'Adventists')]
ST18941112-V20-53-page13.txt: [("'article", 'article'), ("'DONNELL", 'DONNELL')]
ST18941112-V20-53-page14.txt: [("'AI", 'AI'), ("'of", 'of')]
ST18941112-V20-53-page15.txt: [("'sent", 'sent'), ("'r", 'r')]
ST18941112-V20-53-page16.txt: [("'man", 'man'), ("'took", 'took')]
ST18941112-V20-53-page2.txt: [("'as", 'as')]
ST18941112-V20-53-page4.txt: [("'and", 'and'), ("'witnesses", 'witnesses')]
ST18941112-V20-53-page6.txt: [("'into", 'into')]
ST18941112-V20-53-page7.txt: [("'s", 's'), ("'Twee", 'Twee'), ("'Heb.", 'Heb.'), ("'Luke", 'Luke'), ("'Nahum", 'Nahum')]
ST18941112-V20-53-page8.txt: [("'Tis", 'Tis')]
ST18941112-V20-53-page9.txt: [("'which", 'which'), ("'Our", 'Our'), ("'cearth.", 'cearth.'), ("'hearing", 'hearing')]
ST18941119-V20-54-page10.txt: [("'Fields.", 'Fields.')]
ST18941119-V20-54-page11.txt: [("'IZHE", 'IZHE'), ("'to", 'to')]
ST18941119-V20-54-page12.txt: [("'.", '.')]
ST18941119-V20-54-page13.txt: [("'hg", 'hg'), ("'GOODMAN", 'GOODMAN'), ("'brilliant", 'brilliant'), ("'Tennessee", 'Tennessee')]
ST18941119-V20-54-page14.txt: [("'r", 'r')]
ST18941119-V20-54-page16.txt: [("'We", 'We')]
ST18941119-V20-54-page3.txt: [("'Twill", 'Twill')]
ST18941119-V20-54-page4.txt: [("'came", 'came'), ("'forgiveness", 'forgiveness'), ("'without", 'without'), ("'without", 'without'), ("'a", 'a')]
ST18941119-V20-54-page5.txt: [("'important", 'important'), ("'cleanse", 'cleanse'), ("'chess.", 'chess.')]
ST18941119-V20-54-page7.txt: [("'Tis", 'Tis'), ("'our", 'our')]
ST18941119-V20-54-page9.txt: [("'introducing", 'introducing')]
ST18941126-V20-55-page1.txt: [("'to", 'to')]
ST18941126-V20-55-page10.txt: [("'I", 'I'), ("'Life", 'Life'), ("'joyous", 'joyous')]
ST18941126-V20-55-page12.txt: [("'of", 'of'), ("'of", 'of'), ("'at", 'at'), ("'He", 'He'), ("'THE", 'THE')]
ST18941126-V20-55-page15.txt: [("'pope.", 'pope.'), ("'Theories.", 'Theories.')]
ST18941126-V20-55-page16.txt: [("'What", 'What'), ("'further", 'further'), ("'dare", 'dare')]
ST18941126-V20-55-page2.txt: [("'tis", 'tis'), ("'Watling", 'Watling')]
ST18941126-V20-55-page3.txt: [("'And", 'And')]
ST18941126-V20-55-page4.txt: [("'from", 'from'), ("'they", 'they'), ("'myself", 'myself')]
ST18941126-V20-55-page5.txt: [("'fHE", 'fHE'), ("'Resolved", 'Resolved'), ("'twas", 'twas'), ("'Rev.", 'Rev.')]
ST18941126-V20-55-page8.txt: [("'under", 'under'), ("'garment", 'garment'), ("'permitting", 'permitting')]
ST18941203-V20-56-page10.txt: [("'Tis", 'Tis'), ("'I'.", 'I.'), ("'have", 'have')]
ST18941203-V20-56-page11.txt: [("'Some", 'Some'), ("'and", 'and')]
ST18941203-V20-56-page12.txt: [("'of", 'of')]
ST18941203-V20-56-page13.txt: [("'Exploration", 'Exploration'), ("'Winnipeg", 'Winnipeg')]
ST18941203-V20-56-page15.txt: [("'Fruit", 'Fruit')]
ST18941203-V20-56-page4.txt: [("'tis", 'tis'), ("'Tis", 'Tis')]
ST18941203-V20-56-page5.txt: [("'rim", 'rim'), ("'years", 'years'), ("'This", 'This')]
ST18941203-V20-56-page6.txt: [("'One", 'One')]
ST18941203-V20-56-page7.txt: [("'again", 'again')]
ST18941203-V20-56-page8.txt: [("'on", 'on')]
ST18941203-V20-56-page9.txt: [("'rile", 'rile'), ("'the", 'the'), ("'tie", 'tie'), ("'Killed", 'Killed'), ("'village", 'village'), ("'em", 'em'), ("'em", 'em'), ('\'twas."', 'twas."')]
ST18941210-V20-57-page1.txt: [("'My", 'My')]
ST18941210-V20-57-page12.txt: [('\'"They', '"They'), ("'Ellis", 'Ellis')]
ST18941210-V20-57-page13.txt: [("'TIMES.", 'TIMES.')]
ST18941210-V20-57-page14.txt: [('\'flesh."', 'flesh."'), ("'We", 'We')]
ST18941210-V20-57-page15.txt: [("'of", 'of'), ("'West", 'West')]
ST18941210-V20-57-page16.txt: [("'Artistic", 'Artistic'), ("'to", 'to'), ("'to", 'to')]
ST18941210-V20-57-page4.txt: [("'name.", 'name.'), ("'had", 'had'), ("'.", '.'), ("'a", 'a'), ("'preached", 'preached')]
ST18941210-V20-57-page5.txt: [("'rather", 'rather')]
ST18941210-V20-57-page7.txt: [("'gore", 'gore'), ("'Rev.", 'Rev.'), ("'Rev.", 'Rev.'), ("'Rev.", 'Rev.'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'gainst", 'gainst'), ("'Tis", 'Tis'), ("'Joel", 'Joel')]
ST18941210-V20-57-page8.txt: [("'I", 'I'), ("'hide", 'hide')]
ST18941210-V20-57-page9.txt: [("'corne", 'corne'), ("'Cea.", 'Cea.'), ("'tis", 'tis'), ("'of", 'of'), ("'Organs.", 'Organs.')]
ST18941217-V20-58-page1.txt: [("'we", 'we'), ("'consequences", 'consequences'), ("'of", 'of')]
ST18941217-V20-58-page10.txt: [("'twas", 'twas')]
ST18941217-V20-58-page11.txt: [("'Serval.", 'Serval.'), ("'soldiers", 'soldiers')]
ST18941217-V20-58-page12.txt: [("'Workers.", 'Workers.'), ("'TwAs", 'TwAs'), ("'wealth", 'wealth')]
ST18941217-V20-58-page13.txt: [("'and", 'and')]
ST18941217-V20-58-page14.txt: [("'lath", 'lath')]
ST18941217-V20-58-page15.txt: [("'establish", 'establish')]
ST18941217-V20-58-page16.txt: [("'The", 'The'), ("'the", 'the'), ("'be", 'be'), ("'Post", 'Post')]
ST18941217-V20-58-page2.txt: [("'others", 'others')]
ST18941217-V20-58-page3.txt: [("'shepherd", 'shepherd'), ("'who", 'who')]
ST18941217-V20-58-page4.txt: [("'invariably", 'invariably'), ("'There", 'There'), ("'gainst", 'gainst'), ("'threefold", 'threefold')]
ST18941217-V20-58-page5.txt: [("'neath", 'neath'), ("'Their", 'Their'), ("'people", 'people'), ("'we", 'we'), ("'says", 'says')]
ST18941217-V20-58-page6.txt: [("'polluting", 'polluting')]
ST18941217-V20-58-page7.txt: [("'to", 'to')]
ST18941217-V20-58-page8.txt: [("'specified", 'specified'), ("'it", 'it')]
ST18941217-V20-58-page9.txt: [("'rakr", 'rakr'), ("'twas", 'twas'), ('\'"', '"'), ("'But", 'But'), ('\'em."', 'em."'), ("'Bout", 'Bout')]
ST18941224-V20-59-page1.txt: [("'expressed", 'expressed'), ("'Conclusions", 'Conclusions')]
ST18941224-V20-59-page10.txt: [("'house", 'house'), ("'neath", 'neath'), ("'SOPHIA", 'SOPHIA')]
ST18941224-V20-59-page11.txt: [("'one", 'one'), ("'satisfactory.", 'satisfactory.'), ("'Chile", 'Chile')]
ST18941224-V20-59-page12.txt: [("'When", 'When'), ("'illustrations", 'illustrations')]
ST18941224-V20-59-page14.txt: [("'perplexed", 'perplexed'), ("'step", 'step'), ("'but", 'but'), ("'THE", 'THE'), ("'but", 'but'), ("'before", 'before'), ("'with", 'with')]
ST18941224-V20-59-page15.txt: [("'a", 'a')]
ST18941224-V20-59-page16.txt: [("'It", 'It')]
ST18941224-V20-59-page2.txt: [("'Why", 'Why'), ("'knew", 'knew'), ("'betray", 'betray'), ("'be", 'be')]
ST18941224-V20-59-page3.txt: [("'that", 'that'), ("'Babylon", 'Babylon')]
ST18941224-V20-59-page4.txt: [("'long", 'long'), ("'that", 'that'), ("'obvious", 'obvious'), ("'Archangel", 'Archangel'), ("'to", 'to'), ("'to", 'to'), ("'Sabbath", 'Sabbath'), ("'Peter", 'Peter')]
ST18941224-V20-59-page5.txt: [("'Sabbath", 'Sabbath'), ("'Jesus", 'Jesus'), ("'Mid", 'Mid'), ("'Mid", 'Mid'), ("'Mid", 'Mid'), ("'prone", 'prone'), ("'all", 'all')]
ST18941224-V20-59-page6.txt: [("'At", 'At'), ("'from", 'from'), ("'woman", 'woman')]
ST18941224-V20-59-page7.txt: [("'with", 'with'), ("'nation", 'nation'), ("'the", 'the'), ("'Condensed", 'Condensed'), ("'Of", 'Of'), ("'This", 'This')]
ST18941224-V20-59-page8.txt: [("'as", 'as'), ("'Come", 'Come'), ("'Tis", 'Tis'), ("'Lamb", 'Lamb'), ("'Daily", 'Daily'), ("'f", 'f'), ("'twan't", 'twant'), ("'In", 'In'), ("'you", 'you'), ("'had", 'had')]
ST18941224-V20-59-page9.txt: [("'Turkey.", 'Turkey.'), ("'loud", 'loud')]
ST18950103-V20-59i-page1.txt: [("'low", 'low'), ("'onto", 'onto'), ("'the", 'the'), ("'the", 'the')]
ST18950103-V20-59i-page3.txt: [("'t", 't'), ("'vz.b", 'vz.b'), ("'THE", 'THE')]
ST18950103-V20-59i-page4.txt: [("'from", 'from')]
ST18950530-V21-21-page10.txt: [("'mit", 'mit'), ("'Certainly", 'Certainly')]
ST18950530-V21-21-page12.txt: [("'Their", 'Their'), ("'this", 'this'), ("'thought", 'thought')]
ST18950530-V21-21-page13.txt: [("'tis", 'tis'), ("'is", 'is')]
ST18950530-V21-21-page16.txt: [("'od", 'od'), ("'holy", 'holy'), ("'fatal", 'fatal')]
ST18950530-V21-21-page3.txt: [("'who", 'who'), ("''.re", '.re')]
ST18950530-V21-21-page8.txt: [("'LMMILir", 'LMMILir')]
ST18960402-V22-14-page1.txt: [("'of", 'of')]
ST18960402-V22-14-page11.txt: [("'How", 'How')]
ST18960402-V22-14-page13.txt: [("'The", 'The')]
ST18960402-V22-14-page14.txt: [("'rainy", 'rainy'), ("'before.", 'before.')]
ST18960402-V22-14-page15.txt: [("'Tract", 'Tract'), ("'olo.", 'olo.'), ("'Testimony", 'Testimony'), ("'without", 'without'), ("'reasons", 'reasons')]
ST18960402-V22-14-page16.txt: [("'one", 'one'), ("'commandments", 'commandments')]
ST18960402-V22-14-page3.txt: [("'Work", 'Work')]
ST18960402-V22-14-page4.txt: [("'iligfaiEsnr.falose.'.", 'iligfaiEsnr.falose..'), ("'of", 'of'), ("'twixt", 'twixt'), ("'tie", 'tie'), ("'twixt", 'twixt'), ("'tie", 'tie')]
ST18960402-V22-14-page6.txt: [("'MMES.", 'MMES.'), ("'it", 'it')]
ST18960402-V22-14-page8.txt: [("'I'm", 'Im')]
ST18960402-V22-14-page9.txt: [("'And", 'And'), ("'The", 'The'), ("'marks", 'marks'), ("'September", 'September'), ("'What", 'What'), ("'to", 'to'), ("'be", 'be')]
ST18961001-V22-39-page10.txt: [("'Whenever", 'Whenever'), ("'Theine", 'Theine')]
ST18961001-V22-39-page11.txt: [("'Tie", 'Tie'), ("'Mid", 'Mid'), ("'as", 'as')]
ST18961001-V22-39-page12.txt: [("'Blessed", 'Blessed'), ("'save", 'save')]
ST18961001-V22-39-page13.txt: [("'Sciences", 'Sciences')]
ST18961001-V22-39-page14.txt: [("'The", 'The')]
ST18961001-V22-39-page15.txt: [("'reasons", 'reasons')]
ST18961001-V22-39-page16.txt: [("'rights", 'rights'), ("'out", 'out')]
ST18961001-V22-39-page3.txt: [("'He", 'He')]
ST18961001-V22-39-page7.txt: [("'tolerates", 'tolerates'), ("'were", 'were')]
ST18961001-V22-39-page8.txt: [("'To.", 'To.'), ("'did", 'did')]
ST18961008-V22-40-page10.txt: [("'Gossips", 'Gossips'), ("'yell", 'yell')]
ST18961008-V22-40-page11.txt: [("'Tis", 'Tis')]
ST18961008-V22-40-page13.txt: [("'Crucify", 'Crucify'), ("'Will", 'Will'), ("'e", 'e')]
ST18961008-V22-40-page14.txt: [("'.", '.')]
ST18961008-V22-40-page16.txt: [("'Wesend", 'Wesend')]
ST18961008-V22-40-page4.txt: [("'heaven", 'heaven')]
ST18961008-V22-40-page5.txt: [("'God", 'God'), ("'the", 'the'), ("'intself", 'intself'), ("''Yea", 'Yea')]
ST18961008-V22-40-page6.txt: [("'good", 'good'), ("'a", 'a'), ("'core", 'core'), ("'Therefore", 'Therefore'), ("'the", 'the')]
ST18961008-V22-40-page7.txt: [("'week", 'week'), ("'the", 'the'), ("''Thou", 'Thou')]
ST18961008-V22-40-page8.txt: [("'fur", 'fur'), ("'ire", 'ire'), ("'their", 'their')]
ST18961008-V22-40-page9.txt: [("'If", 'If'), ("'An", 'An'), ("'The", 'The'), ("'It", 'It'), ("'from", 'from'), ("'American", 'American'), ("'to", 'to'), ("'hopes", 'hopes'), ("'We", 'We'), ("'the", 'the'), ("'It", 'It')]
ST18961015-V22-41-page1.txt: [("'But", 'But')]
ST18961015-V22-41-page13.txt: [("'Ye", 'Ye'), ("'that", 'that'), ("'Where", 'Where')]
ST18961015-V22-41-page14.txt: [("'manifestations", 'manifestations')]
ST18961015-V22-41-page16.txt: [("'Now", 'Now'), ("'I've", 'Ive'), ("'Girls", 'Girls')]
ST18961015-V22-41-page3.txt: [("'lead", 'lead'), ("'I", 'I'), ("'and", 'and')]
ST18961015-V22-41-page4.txt: [("'..", '..'), ("'.", '.')]
ST18961015-V22-41-page9.txt: [("'cross", 'cross'), ("'memory", 'memory')]
ST18961022-V22-42-page1.txt: [("'which", 'which')]
ST18961022-V22-42-page10.txt: [("'at", 'at'), ("'before", 'before'), ("'I", 'I'), ("'draw", 'draw'), ("'nervousness", 'nervousness'), ("'nervous", 'nervous'), ("'Deficiency", 'Deficiency')]
ST18961022-V22-42-page11.txt: [("'to", 'to')]
ST18961022-V22-42-page13.txt: [("'Will", 'Will'), ("'the", 'the'), ("'that", 'that')]
ST18961022-V22-42-page15.txt: [("'When", 'When')]
ST18961022-V22-42-page16.txt: [("'frank", 'frank'), ("'we", 'we'), ('\'Christ"', 'Christ"'), ("'give", 'give')]
ST18961022-V22-42-page2.txt: [("'reader", 'reader')]
ST18961022-V22-42-page5.txt: [("'ITfirii", 'ITfirii'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18961022-V22-42-page6.txt: [("'Only", 'Only')]
ST18961022-V22-42-page8.txt: [("'on", 'on'), ("'lurking", 'lurking'), ("'hey", 'hey'), ("'him", 'him')]
ST18961022-V22-42-page9.txt: [("'to", 'to'), ("'eyes", 'eyes')]
ST18961029-V22-43-page1.txt: [("'Behold", 'Behold')]
ST18961029-V22-43-page10.txt: [("'similitude", 'similitude'), ("'neath", 'neath')]
ST18961029-V22-43-page11.txt: [("'excessive", 'excessive')]
ST18961029-V22-43-page13.txt: [("'been", 'been')]
ST18961029-V22-43-page15.txt: [("'THE", 'THE')]
ST18961029-V22-43-page4.txt: [("'Doctrine", 'Doctrine')]
ST18961029-V22-43-page7.txt: [("'Right", 'Right'), ("'Might", 'Might')]
ST18961029-V22-43-page8.txt: [("'On", 'On'), ("'back", 'back'), ("'finally", 'finally')]
ST18961029-V22-43-page9.txt: [("''Thank", 'Thank'), ("'tilled.", 'tilled.')]
ST18961105-V22-44-page1.txt: [("'any", 'any')]
ST18961105-V22-44-page10.txt: [("'The", 'The'), ("'twas", 'twas'), ("'em", 'em')]
ST18961105-V22-44-page11.txt: [("'use", 'use'), ("'Twist", 'Twist')]
ST18961105-V22-44-page2.txt: [("'was", 'was')]
ST18961105-V22-44-page4.txt: [("'they", 'they')]
ST18961105-V22-44-page5.txt: [("'God.", 'God.')]
ST18961105-V22-44-page6.txt: [("'none", 'none'), ("'against", 'against')]
ST18961105-V22-44-page7.txt: [("'man.", 'man.')]
ST18961105-V22-44-page8.txt: [("'coming", 'coming'), ("'made", 'made'), ("'d", 'd')]
ST18961105-V22-44-page9.txt: [("'The", 'The'), ("'J", 'J'), ("'the", 'the')]
ST18961112-V22-45-page1.txt: [("'flgake", 'flgake')]
ST18961112-V22-45-page10.txt: [("'What", 'What'), ("'doctor", 'doctor'), ("'rough", 'rough'), ("'The", 'The'), ("'What", 'What')]
ST18961112-V22-45-page3.txt: [("'the", 'the'), ("'scripture", 'scripture'), ("'may", 'may'), ("'the", 'the')]
ST18961112-V22-45-page6.txt: [("'free.", 'free.')]
ST18961112-V22-45-page9.txt: [("'air", 'air'), ("'lave", 'lave'), ("'advertising", 'advertising')]
ST18961119-V22-46-page1.txt: [("'ekridat", 'ekridat')]
ST18961119-V22-46-page10.txt: [("'recognition", 'recognition'), ("'adulterated", 'adulterated'), ("'odic", 'odic')]
ST18961119-V22-46-page11.txt: [("'THO", 'THO'), ('\'"', '"')]
ST18961119-V22-46-page12.txt: [("'present", 'present'), ("'For", 'For')]
ST18961119-V22-46-page13.txt: [("'Ma", 'Ma'), ("'shall", 'shall')]
ST18961119-V22-46-page14.txt: [("'clito", 'clito'), ("'a", 'a'), ("'in", 'in')]
ST18961119-V22-46-page15.txt: [("'uld", 'uld')]
ST18961119-V22-46-page16.txt: [("'While", 'While')]
ST18961119-V22-46-page2.txt: [("'control", 'control'), ("''.", '.')]
ST18961119-V22-46-page4.txt: [("'I", 'I'), ("'Alt", 'Alt')]
ST18961119-V22-46-page5.txt: [("'Could", 'Could')]
ST18961119-V22-46-page6.txt: [("'and", 'and'), ("'Meg", 'Meg')]
ST18961119-V22-46-page7.txt: [("'carnal", 'carnal'), ("'ief", 'ief'), ("'to", 'to')]
ST18961119-V22-46-page8.txt: [("'n", 'n'), ("'....", '....'), ("'mire", 'mire'), ("'f", 'f')]
ST18961119-V22-46-page9.txt: [("'baker", 'baker')]
ST18961126-V22-47-page10.txt: [("'Let", 'Let'), ("'The", 'The')]
ST18961126-V22-47-page12.txt: [("'Mitchell", 'Mitchell')]
ST18961126-V22-47-page14.txt: [("'WORD", 'WORD')]
ST18961126-V22-47-page15.txt: [('\'Fairy"', 'Fairy"')]
ST18961126-V22-47-page16.txt: [("'Ah", 'Ah'), ("'Sanctus", 'Sanctus')]
ST18961126-V22-47-page2.txt: [("'with", 'with'), ("''The", 'The')]
ST18961126-V22-47-page3.txt: [("'Annals", 'Annals')]
ST18961126-V22-47-page6.txt: [("'In", 'In'), ("''Thou", 'Thou'), ("'Tis", 'Tis'), ("'house", 'house')]
ST18961126-V22-47-page7.txt: [("'lath", 'lath')]
ST18961126-V22-47-page8.txt: [("'New", 'New')]
ST18961126-V22-47-page9.txt: [("'That", 'That')]
ST18961203-V22-48-page1.txt: [("'times", 'times')]
ST18961203-V22-48-page10.txt: [("'Why", 'Why')]
ST18961203-V22-48-page11.txt: [("'twas", 'twas'), ("'Mid", 'Mid'), ("'cents", 'cents'), ("'the", 'the'), ("'should", 'should'), ("'wholly", 'wholly')]
ST18961203-V22-48-page12.txt: [("'t", 't'), ("'glory", 'glory')]
ST18961203-V22-48-page14.txt: [("'Cltristianity", 'Cltristianity')]
ST18961203-V22-48-page15.txt: [("'York", 'York')]
ST18961203-V22-48-page16.txt: [("'I", 'I')]
ST18961203-V22-48-page3.txt: [("'Jerome", 'Jerome')]
ST18961203-V22-48-page5.txt: [("'Tis", 'Tis')]
ST18961203-V22-48-page6.txt: [("'heard", 'heard')]
ST18961203-V22-48-page7.txt: [("'heathen", 'heathen')]
ST18961203-V22-48-page9.txt: [("'power", 'power'), ("'power", 'power')]
ST18961210-V22-49-page11.txt: [("'Phe", 'Phe')]
ST18961210-V22-49-page14.txt: [("'aetured", 'aetured'), ("'e", 'e')]
ST18961210-V22-49-page15.txt: [("'TIMES", 'TIMES'), ("'VI", 'VI')]
ST18961210-V22-49-page2.txt: [("'The", 'The')]
ST18961210-V22-49-page3.txt: [("'Woman", 'Woman'), ("'The", 'The'), ("'is", 'is')]
ST18961210-V22-49-page4.txt: [("'and", 'and')]
ST18961210-V22-49-page6.txt: [('\'"', '"'), ("'practically", 'practically')]
ST18961210-V22-49-page7.txt: [("'see", 'see'), ("'the", 'the')]
ST18961210-V22-49-page9.txt: [("'to", 'to'), ("'We", 'We')]
ST18961217-V22-50-page10.txt: [("'brace", 'brace'), ("'blockhead", 'blockhead'), ("'Cos", 'Cos')]
ST18961217-V22-50-page12.txt: [("'that", 'that'), ("'Art", 'Art'), ("'Hereafter", 'Hereafter'), ("'Art", 'Art'), ("'He", 'He'), ("'they", 'they')]
ST18961217-V22-50-page4.txt: [("'at", 'at'), ("'for", 'for')]
ST18961217-V22-50-page5.txt: [("'W.", 'W.'), ("'fruits", 'fruits')]
ST18961217-V22-50-page8.txt: [("'lentil", 'lentil')]
ST18961217-V22-50-page9.txt: [("'dEL", 'dEL')]
ST18961224-V22-51-page10.txt: [("'some", 'some')]
ST18961224-V22-51-page11.txt: [("'ALUMS", 'ALUMS'), ("'Lord", 'Lord')]
ST18961224-V22-51-page14.txt: [("'al", 'al')]
ST18961224-V22-51-page15.txt: [("'S", 'S'), ("'a", 'a')]
ST18961224-V22-51-page5.txt: [("'above", 'above'), ("'Tis", 'Tis')]
ST18961224-V22-51-page8.txt: [("'various", 'various'), ("'to", 'to')]
ST18961224-V22-51-page9.txt: [("'a", 'a'), ("'rite", 'rite')]
ST18970422-V23-16-page10.txt: [("'em", 'em')]
ST18970422-V23-16-page11.txt: [("'a", 'a')]
ST18970422-V23-16-page12.txt: [("'abbot", 'abbot'), ("'Baptist", 'Baptist'), ("'Neither", 'Neither'), ("'By", 'By')]
ST18970422-V23-16-page13.txt: [("'unclog", 'unclog'), ("'COLLEGS", 'COLLEGS'), ("'mesas", 'mesas')]
ST18970422-V23-16-page14.txt: [("'position", 'position'), ("'dollars.", 'dollars.'), ("'Dakota", 'Dakota'), ("'Clines", 'Clines'), ("'Tract", 'Tract')]
ST18970422-V23-16-page15.txt: [("'Ikk", 'Ikk'), ("'of", 'of'), ("'seph", 'seph'), ("'s", 's')]
ST18970422-V23-16-page16.txt: [("'The", 'The'), ("'Yet", 'Yet')]
ST18970422-V23-16-page2.txt: [("'Inever", 'Inever'), ("'prove", 'prove'), ("'ye", 'ye')]
ST18970422-V23-16-page3.txt: [("'The", 'The'), ("'Decalogue", 'Decalogue'), ("'and", 'and')]
ST18970422-V23-16-page4.txt: [("'Farm", 'Farm'), ("'My", 'My')]
ST18970422-V23-16-page5.txt: [("'thou", 'thou'), ("'the", 'the'), ("'soul", 'soul'), ("'for", 'for')]
ST18970422-V23-16-page6.txt: [('\'"Lamb\'s', '"Lambs'), ("'and", 'and')]
ST18970422-V23-16-page7.txt: [("'Lev.", 'Lev.')]
ST18970422-V23-16-page8.txt: [("'which", 'which'), ("'What", 'What'), ("'a", 'a')]
ST18970422-V23-16-page9.txt: [("'nother", 'nother'), ("'em", 'em'), ("'His", 'His'), ("'that", 'that'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'The", 'The'), ("'Vitality.", 'Vitality.'), ("'fine", 'fine'), ("'Twas", 'Twas')]
ST18970429-V23-17-page1.txt: [("'future", 'future')]
ST18970429-V23-17-page11.txt: [("'western", 'western'), ("'a", 'a'), ("'was", 'was')]
ST18970429-V23-17-page13.txt: [("'Whom", 'Whom'), ("'I", 'I'), ("'I", 'I'), ("'Whom", 'Whom'), ("'Jesus", 'Jesus'), ("'I", 'I')]
ST18970429-V23-17-page14.txt: [("'FOR", 'FOR')]
ST18970429-V23-17-page15.txt: [("'Ikemarkabk", 'Ikemarkabk'), ("'a", 'a')]
ST18970429-V23-17-page16.txt: [("'done", 'done'), ("'Tell", 'Tell')]
ST18970429-V23-17-page2.txt: [("'The", 'The')]
ST18970429-V23-17-page8.txt: [("'provide", 'provide')]
ST18970506-V23-18-page10.txt: [("'from", 'from'), ("'fly", 'fly')]
ST18970506-V23-18-page12.txt: [("'out", 'out')]
ST18970506-V23-18-page13.txt: [("'it.", 'it.')]
ST18970506-V23-18-page16.txt: [('\'"I\'he', '"Ihe'), ("'dressed", 'dressed'), ("'MAW", 'MAW'), ("'editor", 'editor')]
ST18970506-V23-18-page3.txt: [('\'you."', 'you."'), ("'mid", 'mid'), ("'Come", 'Come')]
ST18970506-V23-18-page4.txt: [("'This", 'This'), ("'Tis", 'Tis')]
ST18970506-V23-18-page7.txt: [("'to", 'to')]
ST18970506-V23-18-page8.txt: [("'.", '.')]
ST18970506-V23-18-page9.txt: [("'TwAs", 'TwAs'), ("'Twere", 'Twere'), ("'sundry", 'sundry')]
ST18970513-V23-19-page1.txt: [('\'sins."', 'sins."')]
ST18970513-V23-19-page10.txt: [("'coming", 'coming'), ("'What", 'What'), ("'A", 'A')]
ST18970513-V23-19-page11.txt: [("'That", 'That')]
ST18970513-V23-19-page16.txt: [("'dangerous", 'dangerous')]
ST18970513-V23-19-page6.txt: [("'Tis", 'Tis')]
ST18970513-V23-19-page7.txt: [("'was", 'was')]
ST18970513-V23-19-page8.txt: [("'the", 'the'), ("'there", 'there'), ("'Spiritualism", 'Spiritualism'), ("'Spiritualism", 'Spiritualism')]
ST18970513-V23-19-page9.txt: [("'club", 'club'), ("'tend", 'tend'), ("'Twas", 'Twas')]
ST18970520-V23-20-page1.txt: [("''Why", 'Why')]
ST18970520-V23-20-page10.txt: [("'em", 'em'), ("'twas", 'twas'), ("'peared", 'peared'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'Sophy", 'Sophy'), ("'twas", 'twas'), ("'em", 'em'), ("'em", 'em'), ("'t", 't'), ("'to", 'to')]
ST18970520-V23-20-page11.txt: [("'You", 'You'), ("'My", 'My'), ("'UNTO", 'UNTO')]
ST18970520-V23-20-page12.txt: [("'our", 'our'), ("'In", 'In')]
ST18970520-V23-20-page13.txt: [("'This", 'This'), ("'Crucify", 'Crucify'), ("'Woman", 'Woman'), ("'the", 'the'), ("'Behold", 'Behold'), ("'It", 'It')]
ST18970520-V23-20-page14.txt: [("'the", 'the')]
ST18970520-V23-20-page15.txt: [("'from", 'from')]
ST18970520-V23-20-page16.txt: [("'Chiles", 'Chiles'), ("'that", 'that')]
ST18970520-V23-20-page4.txt: [("'he", 'he'), ("'The", 'The'), ("'of", 'of')]
ST18970520-V23-20-page6.txt: [("'my", 'my'), ("'Jewish", 'Jewish')]
ST18970520-V23-20-page7.txt: [("'draw", 'draw')]
ST18970520-V23-20-page8.txt: [("'We", 'We'), ("'perish", 'perish')]
ST18970520-V23-20-page9.txt: [("'PIK", 'PIK'), ("'em", 'em'), ("'fore", 'fore'), ("'twas", 'twas'), ("'In", 'In'), ("'Memoirs", 'Memoirs')]
ST18970527-V23-21-page1.txt: [("'dogs.", 'dogs.'), ("'Christ", 'Christ')]
ST18970527-V23-21-page10.txt: [("'twas", 'twas'), ("'twa'n't", 'twant'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'twouldn't", 'twouldnt'), ("'twas", 'twas'), ("'em", 'em'), ("'think", 'think')]
ST18970527-V23-21-page11.txt: [("'What", 'What'), ("'The", 'The'), ("'the", 'the'), ("'Can", 'Can'), ("'Brethren", 'Brethren'), ("'It", 'It'), ("'You", 'You'), ("'Are", 'Are'), ("'WHEN", 'WHEN'), ("'The", 'The'), ("'I", 'I'), ("'Padri", 'Padri')]
ST18970527-V23-21-page12.txt: [("'Baptist", 'Baptist'), ("'No.", 'No.'), ("'For", 'For'), ("'sent", 'sent')]
ST18970527-V23-21-page13.txt: [("'CHRIST.", 'CHRIST.'), ("'al.", 'al.')]
ST18970527-V23-21-page14.txt: [("'character", 'character')]
ST18970527-V23-21-page15.txt: [("'ione", 'ione'), ("'on", 'on')]
ST18970527-V23-21-page2.txt: [("'Father", 'Father')]
ST18970527-V23-21-page6.txt: [("'not", 'not'), ("'is", 'is'), ("'of", 'of')]
ST18970527-V23-21-page7.txt: [("'there", 'there'), ("'Crucifixion", 'Crucifixion'), ("'unto", 'unto')]
ST18970527-V23-21-page8.txt: [("'giver", 'giver'), ("'The", 'The'), ("'But", 'But')]
ST18970527-V23-21-page9.txt: [("'occasion", 'occasion'), ("'Therefore", 'Therefore'), ("'Yes", 'Yes'), ("'No", 'No'), ("'I", 'I'), ("'Christian", 'Christian')]
ST18970603-V23-22-page10.txt: [("'round", 'round'), ("'em", 'em'), ("'em", 'em'), ("'mongst", 'mongst'), ("'em.", 'em.'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'even", 'even')]
ST18970603-V23-22-page11.txt: [("'bartered", 'bartered'), ("'co", 'co')]
ST18970603-V23-22-page13.txt: [("'The", 'The'), ("'I", 'I'), ("'Whosesoever", 'Whosesoever')]
ST18970603-V23-22-page14.txt: [("'reference", 'reference'), ("'the", 'the'), ("'At", 'At')]
ST18970603-V23-22-page16.txt: [("'An", 'An'), ("'If", 'If'), ("'Down", 'Down')]
ST18970603-V23-22-page2.txt: [("'in", 'in'), ("'by", 'by'), ("'Two", 'Two'), ("'by", 'by'), ("'a", 'a'), ("'was", 'was'), ("'Grecia", 'Grecia')]
ST18970603-V23-22-page3.txt: [("'he", 'he'), ("'interests", 'interests')]
ST18970603-V23-22-page4.txt: [("'into", 'into'), ("'that", 'that')]
ST18970603-V23-22-page6.txt: [("'with", 'with'), ("'So", 'So'), ("'is", 'is'), ("'made", 'made'), ("'not", 'not'), ("'of", 'of')]
ST18970603-V23-22-page7.txt: [("'Spirit", 'Spirit')]
ST18970603-V23-22-page9.txt: [("'em", 'em'), ("'fore", 'fore'), ("'em", 'em'), ("'Everybody", 'Everybody'), ("'em", 'em'), ("'the", 'the'), ("'em", 'em'), ("'it", 'it'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'Amen", 'Amen'), ("'em", 'em'), ("'bout", 'bout'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'em.", 'em.')]
ST18970617-V23-23-page10.txt: [("'am", 'am'), ("'Your", 'Your'), ("'leading", 'leading'), ("'take", 'take')]
ST18970617-V23-23-page12.txt: [("'Simon", 'Simon'), ("'Follow", 'Follow'), ("'saith", 'saith')]
ST18970617-V23-23-page13.txt: [("'undo.", 'undo.'), ("'VowsCity.Mo.", 'VowsCity.Mo.')]
ST18970617-V23-23-page14.txt: [("'totally", 'totally')]
ST18970617-V23-23-page15.txt: [("'he", 'he'), ("'In", 'In'), ("'Nue", 'Nue'), ("'spicToco", 'spicToco')]
ST18970617-V23-23-page16.txt: [("'whether", 'whether'), ("'S", 'S')]
ST18970617-V23-23-page2.txt: [("'power", 'power')]
ST18970617-V23-23-page3.txt: [("'Head", 'Head')]
ST18970617-V23-23-page6.txt: [("'Christian", 'Christian'), ("'pool", 'pool')]
ST18970617-V23-23-page7.txt: [("'apostles", 'apostles')]
ST18970617-V23-23-page8.txt: [("'Holy", 'Holy')]
ST18970624-V23-24-page10.txt: [("'jacket", 'jacket'), ("'To", 'To'), ("'the", 'the'), ("'No", 'No')]
ST18970624-V23-24-page14.txt: [("'to", 'to'), ("'by", 'by'), ("'within", 'within'), ("'levying", 'levying'), ("'has", 'has'), ("'jai", 'jai'), ("'Liberty.", 'Liberty.'), ("'York", 'York')]
ST18970624-V23-24-page15.txt: [("'In", 'In')]
ST18970624-V23-24-page2.txt: [("'for", 'for')]
ST18970624-V23-24-page4.txt: [("'views", 'views')]
ST18970624-V23-24-page6.txt: [("'there", 'there')]
ST18970624-V23-24-page7.txt: [("'the", 'the'), ("'to", 'to')]
ST18970624-V23-24-page8.txt: [("'prophecy", 'prophecy'), ("'of", 'of'), ("'the", 'the'), ("'wherefore", 'wherefore'), ("'imitation", 'imitation')]
ST18970701-V23-25-page11.txt: [("'tis", 'tis')]
ST18970701-V23-25-page13.txt: [("'of", 'of'), ("'to", 'to'), ("'reaSons", 'reaSons')]
ST18970701-V23-25-page15.txt: [("'In", 'In')]
ST18970701-V23-25-page16.txt: [("'Mmes", 'Mmes')]
ST18970701-V23-25-page3.txt: [("'when", 'when')]
ST18970701-V23-25-page4.txt: [('\'it."', 'it."')]
ST18970701-V23-25-page5.txt: [("'the", 'the')]
ST18970701-V23-25-page6.txt: [("'they", 'they'), ("'increase", 'increase'), ("'Pharisees", 'Pharisees')]
ST18970701-V23-25-page7.txt: [("'after", 'after'), ("'I", 'I'), ("'for", 'for'), ("'which", 'which')]
ST18970701-V23-25-page8.txt: [("'any", 'any')]
ST18970701-V23-25-page9.txt: [("'zamples", 'zamples'), ("'splain", 'splain')]
ST18970708-V23-26-page10.txt: [("'tis", 'tis'), ("'was", 'was'), ("'as", 'as'), ("'Some", 'Some')]
ST18970708-V23-26-page11.txt: [("'You", 'You'), ("'BROIDER", 'BROIDER'), ("'the", 'the'), ("'riot", 'riot')]
ST18970708-V23-26-page14.txt: [("'The", 'The')]
ST18970708-V23-26-page15.txt: [("'Sts.", 'Sts.')]
ST18970708-V23-26-page16.txt: [("'in", 'in'), ("'in", 'in'), ("'Catholic", 'Catholic'), ("'the", 'the'), ("'day", 'day')]
ST18970708-V23-26-page2.txt: [("'replies", 'replies')]
ST18970708-V23-26-page3.txt: [("'And", 'And'), ("'exhorting", 'exhorting')]
ST18970708-V23-26-page4.txt: [("'Christ", 'Christ'), ("'Twas", 'Twas')]
ST18970708-V23-26-page6.txt: [("'the", 'the')]
ST18970708-V23-26-page7.txt: [("'The", 'The'), ("'but", 'but')]
ST18970708-V23-26-page8.txt: [("'of", 'of'), ("'baptize", 'baptize')]
ST18970708-V23-26-page9.txt: [("'We", 'We'), ("'There", 'There'), ("'when", 'when'), ("'Down", 'Down')]
ST18970715-V23-27-page11.txt: [("'spend", 'spend')]
ST18970715-V23-27-page12.txt: [("'The", 'The')]
ST18970715-V23-27-page13.txt: [('\'heaven"', 'heaven"')]
ST18970715-V23-27-page14.txt: [("'Life", 'Life'), ("'revolt", 'revolt')]
ST18970715-V23-27-page15.txt: [("'General", 'General'), ("'Cali.", 'Cali.')]
ST18970715-V23-27-page16.txt: [("'SIGNS", 'SIGNS'), ("'Star", 'Star'), ("'Guide", 'Guide'), ("'Sweet", 'Sweet'), ("'and", 'and'), ("'demonstrations", 'demonstrations')]
ST18970715-V23-27-page2.txt: [("'through", 'through'), ("'characters", 'characters'), ("'speaking", 'speaking')]
ST18970715-V23-27-page3.txt: [("'neath", 'neath'), ("'round", 'round'), ("'and", 'and'), ("'will", 'will'), ("'if", 'if')]
ST18970715-V23-27-page6.txt: [("'In", 'In')]
ST18970715-V23-27-page8.txt: [("'Good", 'Good'), ("'good", 'good'), ("'Sunday", 'Sunday'), ("'Render", 'Render')]
ST18970715-V23-27-page9.txt: [("'man", 'man'), ("'Tis", 'Tis')]
ST18970729-V23-29-page1.txt: [("'to", 'to'), ("'For", 'For')]
ST18970729-V23-29-page10.txt: [("'Tis", 'Tis'), ("'Twill", 'Twill')]
ST18970729-V23-29-page12.txt: [("'being", 'being'), ("'larbled", 'larbled')]
ST18970729-V23-29-page13.txt: [("'Same", 'Same'), ("'as", 'as')]
ST18970729-V23-29-page14.txt: [("'and", 'and'), ("'another", 'another'), ("'co", 'co')]
ST18970729-V23-29-page2.txt: [("'say", 'say'), ("'has", 'has'), ("'slay", 'slay')]
ST18970729-V23-29-page3.txt: [("'feeling", 'feeling')]
ST18970729-V23-29-page6.txt: [("'me", 'me')]
ST18970729-V23-29-page8.txt: [("'representative", 'representative'), ("'the", 'the'), ("'be", 'be')]
ST18970729-V23-29-page9.txt: [("'It", 'It'), ("'this", 'this')]
ST18970909-V23-35-page10.txt: [("'productive", 'productive'), ("'but", 'but')]
ST18970909-V23-35-page11.txt: [("'medical", 'medical')]
ST18970909-V23-35-page12.txt: [("'these", 'these'), ("'Vew", 'Vew')]
ST18970909-V23-35-page13.txt: [("'Pope", 'Pope')]
ST18970909-V23-35-page15.txt: [("'Atlanta", 'Atlanta'), ("'OUR", 'OUR')]
ST18970909-V23-35-page16.txt: [("'is", 'is'), ("'demonstrated", 'demonstrated'), ("'give", 'give'), ("'declare", 'declare'), ("'we", 'we'), ("'expend", 'expend'), ("'Iowa", 'Iowa'), ("'will", 'will')]
ST18970909-V23-35-page4.txt: [("'shall", 'shall')]
ST18970909-V23-35-page5.txt: [("'Mid", 'Mid'), ("'life", 'life'), ("'righteous", 'righteous')]
ST18970909-V23-35-page6.txt: [("'sin", 'sin'), ("'John", 'John')]
ST18970909-V23-35-page7.txt: [("'choice", 'choice'), ("'dies", 'dies'), ("'every", 'every'), ("'the", 'the'), ("'Then", 'Then')]
ST18970909-V23-35-page8.txt: [("'WHEREAS", 'WHEREAS'), ("'such", 'such'), ("'t", 't')]
ST18970909-V23-35-page9.txt: [("'Mess.", 'Mess.'), ("'laws", 'laws'), ("''We", 'We'), ("'and", 'and')]
ST18970923-V23-37-page10.txt: [("'Change", 'Change'), ("'expenses", 'expenses'), ("'Tis", 'Tis'), ("'across", 'across')]
ST18970923-V23-37-page15.txt: [('\'\'Jewish."', 'Jewish."')]
ST18970923-V23-37-page16.txt: [("'Seventh", 'Seventh'), ("'the", 'the'), ("'I'm", 'Im')]
ST18970923-V23-37-page3.txt: [("'without", 'without'), ("'temptations", 'temptations')]
ST18970923-V23-37-page5.txt: [("'with", 'with')]
ST18970923-V23-37-page7.txt: [("'corruption", 'corruption'), ("'Saint", 'Saint')]
ST18970923-V23-37-page8.txt: [("'righteousness", 'righteousness'), ("'friends", 'friends')]
ST18970930-V23-38-page10.txt: [("'He", 'He'), ("'deeply", 'deeply'), ("'the", 'the')]
ST18970930-V23-38-page11.txt: [("'of", 'of'), ("'the", 'the'), ("'contingent", 'contingent')]
ST18970930-V23-38-page15.txt: [("'HE", 'HE'), ("'n", 'n')]
ST18970930-V23-38-page2.txt: [("'of", 'of'), ("'ben", 'ben'), ("'an", 'an')]
ST18970930-V23-38-page3.txt: [("'that", 'that')]
ST18970930-V23-38-page4.txt: [("'nor", 'nor'), ("'eve", 'eve')]
ST18970930-V23-38-page6.txt: [("'ve", 've')]
ST18970930-V23-38-page8.txt: [("'Tis", 'Tis')]
ST18970930-V23-38-page9.txt: [("'Those", 'Those'), ("'the", 'the'), ("'where", 'where'), ("'called", 'called'), ("'Kelly's", 'Kellys'), ("'usurper.", 'usurper.')]
ST18971007-V23-39-page12.txt: [("'kingand", 'kingand')]
ST18971007-V23-39-page16.txt: [("'young", 'young'), ("'young", 'young'), ("'so", 'so')]
ST18971007-V23-39-page2.txt: [("'would", 'would')]
ST18971007-V23-39-page4.txt: [("'we", 'we')]
ST18971007-V23-39-page5.txt: [("'he", 'he'), ("'lace", 'lace')]
ST18971007-V23-39-page7.txt: [("'words", 'words')]
ST18971007-V23-39-page8.txt: [("'tis", 'tis')]
ST18971007-V23-39-page9.txt: [("'twas", 'twas'), ("'hearty", 'hearty')]
ST18971014-V23-40-page10.txt: [("'and", 'and')]
ST18971014-V23-40-page11.txt: [("'permanent", 'permanent')]
ST18971014-V23-40-page12.txt: [("'What", 'What'), ("'dangers", 'dangers')]
ST18971014-V23-40-page15.txt: [("'.r", '.r')]
ST18971014-V23-40-page16.txt: [("'THE", 'THE')]
ST18971014-V23-40-page3.txt: [("'neath", 'neath')]
ST18971014-V23-40-page5.txt: [("'The", 'The'), ("'To", 'To')]
ST18971014-V23-40-page6.txt: [("'union", 'union'), ("'righteousness", 'righteousness')]
ST18971014-V23-40-page7.txt: [("'Spiritualism", 'Spiritualism')]
ST18971014-V23-40-page9.txt: [("'law", 'law'), ("'Twould", 'Twould')]
ST18971021-V23-41-page10.txt: [("'was", 'was')]
ST18971021-V23-41-page12.txt: [('\'barbarians"', 'barbarians"')]
ST18971021-V23-41-page14.txt: [("'Christ", 'Christ')]
ST18971021-V23-41-page15.txt: [("'.", '.'), ("'Post", 'Post')]
ST18971021-V23-41-page2.txt: [("'Prayer.", 'Prayer.')]
ST18971021-V23-41-page4.txt: [("'That", 'That'), ("'Tis", 'Tis'), ("'gratitude", 'gratitude'), ("'obstacles.", 'obstacles.')]
ST18971021-V23-41-page7.txt: [("'conference.", 'conference.')]
ST18971028-V23-42-page10.txt: [("'pear", 'pear')]
ST18971028-V23-42-page11.txt: [("'Extracts", 'Extracts'), ("'he", 'he')]
ST18971028-V23-42-page13.txt: [("'The", 'The')]
ST18971028-V23-42-page15.txt: [("'Pages", 'Pages'), ("'tree", 'tree')]
ST18971028-V23-42-page16.txt: [("'Behold", 'Behold'), ("'Ye", 'Ye'), ("'He", 'He'), ("'who", 'who'), ("'But", 'But'), ("'but", 'but'), ("'under", 'under')]
ST18971028-V23-42-page2.txt: [("'that", 'that')]
ST18971028-V23-42-page4.txt: [("'loins", 'loins')]
ST18971028-V23-42-page8.txt: [("'We", 'We')]
ST18971028-V23-42-page9.txt: [("'prophet", 'prophet'), ("'The", 'The'), ("'Twas", 'Twas'), ("'Dear", 'Dear')]
ST18971104-V23-43-page1.txt: [("'SR..", 'SR..')]
ST18971104-V23-43-page10.txt: [("'Abstain", 'Abstain'), ("'Abstain", 'Abstain'), ("'Abstain", 'Abstain'), ("'Abstain", 'Abstain'), ("'Abstain", 'Abstain'), ("'Abstain", 'Abstain')]
ST18971104-V23-43-page11.txt: [("'The", 'The'), ("'consequences", 'consequences'), ("'Yes", 'Yes'), ("'Certainly", 'Certainly'), ("'How", 'How'), ("'Seventy", 'Seventy'), ("'Give", 'Give')]
ST18971104-V23-43-page13.txt: [("'TRUTH", 'TRUTH')]
ST18971104-V23-43-page16.txt: [("'they", 'they'), ("'through", 'through'), ("'as", 'as')]
ST18971104-V23-43-page3.txt: [("'we", 'we')]
ST18971104-V23-43-page4.txt: [("'Christ", 'Christ')]
ST18971104-V23-43-page5.txt: [("'tenderly", 'tenderly')]
ST18971104-V23-43-page6.txt: [("'tis", 'tis')]
ST18971104-V23-43-page7.txt: [("'He", 'He')]
ST18971104-V23-43-page9.txt: [("'and", 'and'), ("'What", 'What'), ("'what", 'what')]
ST18971111-V23-44-page10.txt: [("'I", 'I'), ("'Come", 'Come'), ("'Yes", 'Yes'), ("'What", 'What'), ("'Not", 'Not'), ("'You", 'You'), ("'did", 'did'), ("'emselves", 'emselves'), ("'a", 'a')]
ST18971111-V23-44-page11.txt: [("'Go", 'Go')]
ST18971111-V23-44-page12.txt: [("'banquetings", 'banquetings')]
ST18971111-V23-44-page16.txt: [("'the", 'the')]
ST18971111-V23-44-page5.txt: [("'being", 'being')]
ST18971111-V23-44-page6.txt: [("'have", 'have')]
ST18971111-V23-44-page9.txt: [("'rising", 'rising'), ("'the", 'the'), ("'rising", 'rising'), ("'em", 'em'), ("'em.", 'em.'), ("'em", 'em')]
ST18971118-V23-45-page11.txt: [("'Tis", 'Tis')]
ST18971118-V23-45-page12.txt: [("'way", 'way'), ("'having", 'having'), ("'of", 'of'), ("'of", 'of')]
ST18971118-V23-45-page13.txt: [("'scenes", 'scenes'), ("'Fall", 'Fall')]
ST18971118-V23-45-page14.txt: [("'leather", 'leather')]
ST18971118-V23-45-page16.txt: [("'Christian", 'Christian'), ("'There", 'There')]
ST18971118-V23-45-page17.txt: [("'r..", 'r..')]
ST18971118-V23-45-page18.txt: [("'Mame", 'Mame')]
ST18971118-V23-45-page19.txt: [("'At", 'At'), ("'Sea", 'Sea')]
ST18971118-V23-45-page20.txt: [("'faults", 'faults'), ("'faults", 'faults'), ("'fireside", 'fireside'), ("'Groups", 'Groups'), ("'gold", 'gold')]
ST18971118-V23-45-page4.txt: [("'said", 'said')]
ST18971118-V23-45-page8.txt: [("'for", 'for')]
ST18971118-V23-45-page9.txt: [("'twill", 'twill'), ("'the", 'the'), ("'you", 'you'), ("'I", 'I'), ("'That", 'That'), ("'My", 'My')]
ST18971125-V23-46-page10.txt: [("'while", 'while'), ("'came", 'came')]
ST18971125-V23-46-page12.txt: [("''At", 'At')]
ST18971125-V23-46-page13.txt: [("'Russia", 'Russia')]
ST18971125-V23-46-page15.txt: [("'Faults", 'Faults'), ("'faults", 'faults')]
ST18971125-V23-46-page16.txt: [("'the", 'the')]
ST18971125-V23-46-page3.txt: [("'judgment", 'judgment')]
ST18971125-V23-46-page4.txt: [("'Tis", 'Tis'), ("'tis", 'tis')]
ST18971125-V23-46-page8.txt: [("'Lord", 'Lord'), ("'Let", 'Let')]
ST18971125-V23-46-page9.txt: [("'destructive", 'destructive'), ("'Christian", 'Christian')]
ST18971202-V23-47-page1.txt: [("'unrest", 'unrest')]
ST18971202-V23-47-page10.txt: [("'Zekel", 'Zekel'), ("'Zekel", 'Zekel')]
ST18971202-V23-47-page11.txt: [("'showers", 'showers')]
ST18971202-V23-47-page15.txt: [("'Maritime", 'Maritime'), ("'True", 'True')]
ST18971202-V23-47-page16.txt: [('\'Zekel"', 'Zekel"'), ("'the", 'the')]
ST18971202-V23-47-page3.txt: [('\'.Blessedness"', '.Blessedness"')]
ST18971202-V23-47-page4.txt: [("'that", 'that')]
ST18971202-V23-47-page5.txt: [("'of", 'of')]
ST18971202-V23-47-page6.txt: [("'heaven.", 'heaven.')]
ST18971202-V23-47-page7.txt: [('\'"\'"', '""')]
ST18971202-V23-47-page9.txt: [("'the", 'the'), ("'fair", 'fair'), ("'bazaar", 'bazaar'), ('\'ZEKEL."', 'ZEKEL."'), ("'cause", 'cause'), ("'Zekel", 'Zekel'), ("'Count", 'Count'), ("'em.", 'em.'), ("'The", 'The')]
ST18971209-V23-48-page1.txt: [("'There", 'There'), ("'they", 'they')]
ST18971209-V23-48-page10.txt: [("'Kiss", 'Kiss'), ("'these", 'these'), ("'human", 'human')]
ST18971209-V23-48-page12.txt: [("'continue", 'continue')]
ST18971209-V23-48-page13.txt: [("'a", 'a'), ("'sentjrom", 'sentjrom')]
ST18971209-V23-48-page15.txt: [("'faults", 'faults'), ("'Faults", 'Faults')]
ST18971209-V23-48-page16.txt: [("'betel", 'betel'), ("'He", 'He')]
ST18971209-V23-48-page2.txt: [("'that", 'that'), ("'execution", 'execution'), ("'Twas", 'Twas'), ("'T", 'T'), ("'O.", 'O.')]
ST18971209-V23-48-page6.txt: [("'shall", 'shall'), ("'contention", 'contention')]
ST18971209-V23-48-page8.txt: [("'and", 'and'), ("'Here's", 'Heres')]
ST18971209-V23-48-page9.txt: [("'I", 'I'), ("'their", 'their')]
ST18971216-V23-49-page1.txt: [("'O", 'O')]
ST18971216-V23-49-page10.txt: [("'em", 'em'), ("'lowed", 'lowed'), ("'em.", 'em.'), ("'round", 'round'), ("'em", 'em')]
ST18971216-V23-49-page15.txt: [("'TIMES", 'TIMES')]
ST18971216-V23-49-page16.txt: [("'inter", 'inter')]
ST18971216-V23-49-page6.txt: [("'to", 'to'), ("'faith", 'faith'), ("'What", 'What'), ("'I've", 'Ive'), ("'Brought", 'Brought'), ("'em", 'em')]
ST18971216-V23-49-page8.txt: [("'Alt", 'Alt'), ("'Crown", 'Crown')]
ST18971216-V23-49-page9.txt: [("'PIK", 'PIK'), ("'twas", 'twas'), ("'em", 'em'), ("'Piscopalians", 'Piscopalians'), ("'em", 'em'), ("'em", 'em'), ("'em.", 'em.'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'twas", 'twas'), ("'they", 'they'), ("'ern", 'ern'), ("'twas", 'twas')]
ST18971223-V23-50-page1.txt: [("'and", 'and')]
ST18971223-V23-50-page12.txt: [("'to", 'to')]
ST18971223-V23-50-page13.txt: [("'being", 'being')]
ST18971223-V23-50-page14.txt: [("'Gen.", 'Gen.'), ("'lived", 'lived'), ("'full", 'full'), ("'nor", 'nor'), ("'the", 'the'), ("'do", 'do'), ("'anointed", 'anointed'), ("'shall", 'shall'), ("'Ask", 'Ask'), ("'a", 'a'), ("'Blessed", 'Blessed'), ("'commune", 'commune'), ("'Lev.", 'Lev.'), ("'Ps.", 'Ps.'), ("'Hell.", 'Hell.'), ("'John", 'John')]
ST18971223-V23-50-page16.txt: [("'shadows.", 'shadows.')]
ST18971223-V23-50-page18.txt: [("'shadows.", 'shadows.'), ("'and", 'and')]
ST18971223-V23-50-page3.txt: [("'Relieves", 'Relieves')]
ST18971223-V23-50-page4.txt: [("'tis", 'tis')]
ST18971223-V23-50-page5.txt: [("'make", 'make'), ("'their", 'their')]
ST18971223-V23-50-page7.txt: [("'THE", 'THE')]
ST18971223-V23-50-page8.txt: [("'one", 'one')]
ST18971223-V23-50-page9.txt: [("'fathers", 'fathers'), ("'according", 'according'), ("'sweet", 'sweet'), ("'walk", 'walk'), ("'every", 'every')]
ST18980818-V24-33-page1.txt: [("'were", 'were')]
ST18980818-V24-33-page3.txt: [("'MN", 'MN')]
ST18980818-V24-33-page7.txt: [("'MIMING", 'MIMING')]
ST18980818-V24-33-page8.txt: [("'THE", 'THE'), ("'the", 'the')]
ST18990105-V25-01-page12.txt: [("'.", '.')]
ST18990105-V25-01-page15.txt: [("'and", 'and')]
ST18990105-V25-01-page17.txt: [("'iving", 'iving')]
ST18990105-V25-01-page2.txt: [("'lipping", 'lipping'), ("'ract", 'ract'), ("'onaries", 'onaries'), ("'MR", 'MR')]
ST18990105-V25-01-page22.txt: [("'.I.", '.I.'), ("''.i..e.", '.i..e.'), ("'itilf", 'itilf'), ("'.", '.'), ("'V", 'V'), ("'INDIA", 'INDIA')]
ST18990105-V25-01-page24.txt: [("'St", 'St')]
ST18990105-V25-01-page27.txt: [("'mid", 'mid'), ("'twill", 'twill'), ("'weak.", 'weak.'), ("'mid", 'mid'), ("'mid", 'mid'), ("'tween", 'tween'), ("'labor's", 'labors'), ("'Tis", 'Tis'), ("'gainst", 'gainst'), ("'neath", 'neath')]
ST18990105-V25-01-page29.txt: [("'They", 'They'), ("'Considered", 'Considered'), ("'God", 'God')]
ST18990105-V25-01-page30.txt: [("'cent.", 'cent.')]
ST18990105-V25-01-page33.txt: [("'fastest", 'fastest')]
ST18990105-V25-01-page34.txt: [("'What", 'What'), ("'are", 'are')]
ST18990105-V25-01-page35.txt: [("'qr.", 'qr.'), ("'I", 'I'), ("'e", 'e')]
ST18990105-V25-01-page4.txt: [("'ti", 'ti'), ("'ff..L.F.TA", 'ff..L.F.TA'), ("'.", '.'), ("'.", '.'), ("'t...", 't...'), ("'N", 'N')]
ST18990105-V25-01-page6.txt: [("'springs", 'springs'), ("'S", 'S')]
ST18990105-V25-01-page9.txt: [("'As", 'As'), ("'A", 'A')]
ST18990111-V25-02-page12.txt: [("'be", 'be'), ("'he", 'he')]
ST18990111-V25-02-page13.txt: [("'with", 'with'), ("'Our", 'Our')]
ST18990111-V25-02-page15.txt: [("'IV", 'IV')]
ST18990111-V25-02-page4.txt: [("'Tis", 'Tis')]
ST18990111-V25-02-page8.txt: [("'uun", 'uun'), ("'of", 'of'), ("'has", 'has')]
ST18990111-V25-02-page9.txt: [("'neath", 'neath'), ("'Er", 'Er'), ("'otfot", 'otfot')]
ST18990118-V25-03-page10.txt: [("'Tis", 'Tis'), ("'tis", 'tis'), ("'Correspondence", 'Correspondence')]
ST18990118-V25-03-page11.txt: [("'and", 'and')]
ST18990118-V25-03-page12.txt: [("'M", 'M')]
ST18990118-V25-03-page13.txt: [("'don'ts", 'donts'), ('\'"', '"'), ("'ql.", 'ql.')]
ST18990118-V25-03-page2.txt: [("'l", 'l')]
ST18990118-V25-03-page3.txt: [("'in", 'in')]
ST18990118-V25-03-page4.txt: [("'I", 'I')]
ST18990118-V25-03-page5.txt: [("'Twas", 'Twas')]
ST18990118-V25-03-page7.txt: [("'any", 'any')]
ST18990118-V25-03-page8.txt: [("'promote", 'promote')]
ST18990118-V25-03-page9.txt: [("'Ger", 'Ger'), ("'remarkable", 'remarkable')]
ST18990125-V25-04-page1.txt: [("'he", 'he'), ("'of", 'of'), ("'her", 'her'), ("'what", 'what'), ("'who", 'who'), ("'of", 'of')]
ST18990125-V25-04-page10.txt: [("'heathen", 'heathen'), ("'with", 'with'), ("'o", 'o')]
ST18990125-V25-04-page11.txt: [("'to", 'to'), ("'have", 'have'), ("'abiding", 'abiding'), ("'works", 'works'), ("'even", 'even')]
ST18990125-V25-04-page12.txt: [("'A", 'A')]
ST18990125-V25-04-page13.txt: [("'em", 'em'), ("'em", 'em'), ("'ern", 'ern'), ("'em", 'em'), ("'s", 's'), ("'em", 'em'), ("'s", 's'), ("'s", 's'), ("'body", 'body'), ("'twas", 'twas'), ("'s", 's'), ("'down", 'down'), ("'cause", 'cause'), ("'s", 's'), ("'He", 'He'), ("'and", 'and')]
ST18990125-V25-04-page14.txt: [("'residents", 'residents'), ("'and", 'and')]
ST18990125-V25-04-page15.txt: [("'nst", 'nst'), ("'new", 'new')]
ST18990125-V25-04-page16.txt: [("'invested", 'invested'), ("'and", 'and'), ("'ect", 'ect')]
ST18990125-V25-04-page2.txt: [("'on", 'on')]
ST18990125-V25-04-page4.txt: [("'fathers", 'fathers'), ("'of", 'of'), ("'Acts", 'Acts'), ("'followed", 'followed'), ("'after", 'after')]
ST18990125-V25-04-page5.txt: [("'therefore", 'therefore'), ("'we", 'we'), ("'loving", 'loving'), ("'He", 'He'), ("'witness", 'witness')]
ST18990125-V25-04-page6.txt: [("'ttf", 'ttf'), ("'Ir.", 'Ir.'), ("'g", 'g'), ("'D", 'D'), ("'Et", 'Et'), ("'t", 't'), ("'.", '.')]
ST18990125-V25-04-page7.txt: [("'Chicago", 'Chicago'), ('\'""', '""'), ("'et", 'et'), ("'mega", 'mega'), ("'ilcci", 'ilcci'), ("'Jr", 'Jr'), ("'ti", 'ti')]
ST18990125-V25-04-page8.txt: [("'unto", 'unto'), ("''.", '.'), ("'He", 'He'), ("'He", 'He'), ("'if", 'if'), ("'the", 'the'), ("'liberty", 'liberty'), ("'t", 't')]
ST18990125-V25-04-page9.txt: [("'clear", 'clear')]
ST18990201-V25-05-page1.txt: [("'love", 'love')]
ST18990201-V25-05-page10.txt: [("'chain", 'chain'), ("'Come", 'Come'), ("'tis", 'tis')]
ST18990201-V25-05-page11.txt: [("'d", 'd')]
ST18990201-V25-05-page14.txt: [("'of", 'of')]
ST18990201-V25-05-page16.txt: [("'lid", 'lid')]
ST18990201-V25-05-page2.txt: [("'to", 'to')]
ST18990201-V25-05-page4.txt: [("'proof", 'proof')]
ST18990201-V25-05-page7.txt: [("'al", 'al')]
ST18990201-V25-05-page8.txt: [("'authority", 'authority'), ("'Vices", 'Vices')]
ST18990201-V25-05-page9.txt: [("'THROUGH", 'THROUGH'), ("'.", '.'), ("'t", 't')]
ST18990208-V25-06-page1.txt: [("'meaningless", 'meaningless'), ("'rabble", 'rabble')]
ST18990208-V25-06-page10.txt: [("'PC", 'PC')]
ST18990208-V25-06-page11.txt: [("'st", 'st'), ("'en", 'en'), ("'the", 'the'), ("'hat", 'hat')]
ST18990208-V25-06-page12.txt: [("'most", 'most')]
ST18990208-V25-06-page13.txt: [("'her", 'her'), ("'one", 'one'), ("'She", 'She'), ("'stonished", 'stonished'), ("'em", 'em'), ("'dopted", 'dopted'), ("'the", 'the'), ("'tis", 'tis'), ("'Tis", 'Tis'), ("'A", 'A'), ("'spect", 'spect'), ("'to", 'to'), ("'at", 'at')]
ST18990208-V25-06-page15.txt: [("'AT", 'AT')]
ST18990208-V25-06-page16.txt: [("'Blessed", 'Blessed'), ("'know", 'know'), ("'in", 'in'), ("'offending", 'offending')]
ST18990208-V25-06-page2.txt: [("'o", 'o'), ("'annoy", 'annoy'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'with", 'with'), ("'e", 'e'), ('\'"', '"'), ("'saw", 'saw')]
ST18990208-V25-06-page4.txt: [("'the", 'the'), ("'used", 'used')]
ST18990208-V25-06-page5.txt: [("'God's", 'Gods'), ("'Er", 'Er'), ("'the", 'the')]
ST18990208-V25-06-page6.txt: [("'s", 's')]
ST18990208-V25-06-page7.txt: [("'not", 'not'), ("'it", 'it')]
ST18990208-V25-06-page8.txt: [("'toward", 'toward'), ("'small", 'small'), ("'services.", 'services.')]
ST18990208-V25-06-page9.txt: [("'Tis", 'Tis')]
ST18990215-V25-07-page1.txt: [("'leader", 'leader')]
ST18990215-V25-07-page10.txt: [("'When", 'When')]
ST18990215-V25-07-page12.txt: [("'oo", 'oo'), ("'in", 'in')]
ST18990215-V25-07-page13.txt: [("'salts.", 'salts.')]
ST18990215-V25-07-page14.txt: [("'three", 'three'), ("'of", 'of')]
ST18990215-V25-07-page15.txt: [("'hope", 'hope'), ("'ebruary", 'ebruary')]
ST18990215-V25-07-page16.txt: [("'Williams", 'Williams')]
ST18990215-V25-07-page2.txt: [("'spirit", 'spirit'), ("'defied", 'defied'), ("'beneath", 'beneath'), ("'neath", 'neath'), ("'Tis", 'Tis')]
ST18990215-V25-07-page3.txt: [("''Y", 'Y'), ("'Ant.", 'Ant.')]
ST18990215-V25-07-page4.txt: [("'Lord", 'Lord')]
ST18990215-V25-07-page5.txt: [("'my", 'my')]
ST18990215-V25-07-page6.txt: [("'His", 'His'), ("'principles", 'principles'), ("'Notwithstanding", 'Notwithstanding')]
ST18990215-V25-07-page8.txt: [("'globe.", 'globe.'), ("'many", 'many')]
ST18990215-V25-07-page9.txt: [("'m", 'm')]
ST18990222-V25-08-page11.txt: [("'neighbors", 'neighbors'), ("'ow", 'ow'), ("'the", 'the')]
ST18990222-V25-08-page14.txt: [("'other", 'other'), ("'British", 'British')]
ST18990222-V25-08-page15.txt: [("'February", 'February'), ("'New", 'New'), ("'Twenty", 'Twenty'), ("'will", 'will'), ("'AV", 'AV')]
ST18990222-V25-08-page3.txt: [("'iZIAW", 'iZIAW')]
ST18990222-V25-08-page4.txt: [("'are", 'are'), ("'Reasons", 'Reasons')]
ST18990222-V25-08-page6.txt: [("'It", 'It')]
ST18990222-V25-08-page7.txt: [("'pleasure", 'pleasure')]
ST18990222-V25-08-page8.txt: [("'of", 'of'), ("'not", 'not')]
ST18990301-V25-09-page10.txt: [("'remarkable", 'remarkable')]
ST18990301-V25-09-page11.txt: [("'His", 'His'), ("'to", 'to')]
ST18990301-V25-09-page12.txt: [("'A", 'A')]
ST18990301-V25-09-page13.txt: [("'classes", 'classes'), ("'who", 'who'), ("'of", 'of')]
ST18990301-V25-09-page14.txt: [("'Ili", 'Ili'), ("'the", 'the')]
ST18990301-V25-09-page15.txt: [("'brought", 'brought')]
ST18990301-V25-09-page16.txt: [("'to", 'to'), ("'Israelites", 'Israelites'), ("'Not", 'Not')]
ST18990301-V25-09-page2.txt: [("'What", 'What')]
ST18990301-V25-09-page3.txt: [("'iii", 'iii'), ("'h", 'h'), ("'MO.", 'MO.')]
ST18990301-V25-09-page6.txt: [("'Switzerland", 'Switzerland'), ("'FALSE", 'FALSE'), ("'last", 'last')]
ST18990301-V25-09-page8.txt: [("'any", 'any'), ("'Tis", 'Tis')]
ST18990301-V25-09-page9.txt: [("'twas", 'twas'), ("'being", 'being')]
ST18990308-V25-10-page10.txt: [("'truth", 'truth')]
ST18990308-V25-10-page11.txt: [("'tribe", 'tribe'), ("'elosing", 'elosing')]
ST18990308-V25-10-page12.txt: [("'CI", 'CI'), ("'at", 'at')]
ST18990308-V25-10-page13.txt: [("'short", 'short')]
ST18990308-V25-10-page14.txt: [("'The", 'The')]
ST18990308-V25-10-page15.txt: [("'many", 'many'), ("'Fifth", 'Fifth'), ("'Ac", 'Ac'), ("'the", 'the')]
ST18990308-V25-10-page16.txt: [("'called", 'called')]
ST18990308-V25-10-page2.txt: [("'find", 'find'), ("'The", 'The'), ("'an", 'an')]
ST18990308-V25-10-page3.txt: [("'He", 'He')]
ST18990308-V25-10-page5.txt: [("'broken", 'broken'), ("'us", 'us')]
ST18990308-V25-10-page6.txt: [("'advocate", 'advocate'), ("'divine", 'divine'), ("'listen", 'listen'), ("'And", 'And'), ("'thick", 'thick')]
ST18990308-V25-10-page8.txt: [("'command", 'command'), ("'pretensions", 'pretensions')]
ST18990308-V25-10-page9.txt: [("'this", 'this'), ("'Neath", 'Neath')]
ST18990315-V25-11-page1.txt: [("'strange", 'strange')]
ST18990315-V25-11-page10.txt: [("'tis", 'tis')]
ST18990315-V25-11-page11.txt: [("'morning", 'morning')]
ST18990315-V25-11-page12.txt: [("'CAW", 'CAW')]
ST18990315-V25-11-page13.txt: [("'entlon", 'entlon')]
ST18990315-V25-11-page15.txt: [("'Amid", 'Amid')]
ST18990315-V25-11-page16.txt: [("'We", 'We')]
ST18990315-V25-11-page3.txt: [("'devout", 'devout'), ("'N", 'N')]
ST18990315-V25-11-page4.txt: [("'.", '.'), ("'il", 'il'), ("'.el", '.el')]
ST18990315-V25-11-page5.txt: [("'the", 'the')]
ST18990315-V25-11-page9.txt: [("'Fr", 'Fr'), ("'.", '.'), ("'Tis", 'Tis')]
ST18990322-V25-12-page1.txt: [("'Tiberias", 'Tiberias')]
ST18990322-V25-12-page11.txt: [("'time", 'time'), ("'the", 'the'), ("'ID", 'ID')]
ST18990322-V25-12-page12.txt: [("'John", 'John'), ("'You", 'You'), ("'Inasmuch", 'Inasmuch'), ("'No", 'No')]
ST18990322-V25-12-page13.txt: [("'Behold", 'Behold'), ("'I'll", 'Ill'), ("'The", 'The'), ("'Manda", 'Manda'), ("'Foods", 'Foods'), ("'d", 'd')]
ST18990322-V25-12-page16.txt: [("'When", 'When'), ("'seen", 'seen'), ("'That", 'That'), ("'Tis", 'Tis')]
ST18990322-V25-12-page4.txt: [('\'"', '"'), ("'she", 'she'), ("'to", 'to')]
ST18990322-V25-12-page6.txt: [("'CONSTITUTES", 'CONSTITUTES')]
ST18990322-V25-12-page9.txt: [("'We", 'We')]
ST18990329-V25-13-page12.txt: [("'the", 'the')]
ST18990329-V25-13-page13.txt: [("'island", 'island')]
ST18990329-V25-13-page14.txt: [("'Clean", 'Clean')]
ST18990329-V25-13-page15.txt: [("'called", 'called'), ("'never", 'never')]
ST18990329-V25-13-page17.txt: [("'As", 'As')]
ST18990329-V25-13-page18.txt: [("'The", 'The'), ("'never", 'never'), ("'Bible", 'Bible'), ("'thy", 'thy'), ("'It", 'It'), ("'Nicodemus", 'Nicodemus'), ("'His", 'His')]
ST18990329-V25-13-page19.txt: [("'trust", 'trust'), ("'cross", 'cross'), ("'Conga", 'Conga')]
ST18990329-V25-13-page2.txt: [("'Forecast", 'Forecast'), ("'it", 'it')]
ST18990329-V25-13-page4.txt: [("'ass", 'ass'), ("'tis", 'tis')]
ST18990329-V25-13-page5.txt: [("'must", 'must'), ("'say", 'say')]
ST18990329-V25-13-page6.txt: [("'Christ", 'Christ')]
ST18990329-V25-13-page7.txt: [("'gainst", 'gainst')]
ST18990329-V25-13-page8.txt: [("'chess.", 'chess.'), ("'S", 'S')]
ST18990405-V25-14-page10.txt: [("'Our", 'Our'), ("'Will", 'Will')]
ST18990405-V25-14-page11.txt: [("'that", 'that')]
ST18990405-V25-14-page12.txt: [("'Tis", 'Tis')]
ST18990405-V25-14-page13.txt: [("'cause", 'cause')]
ST18990405-V25-14-page14.txt: [("'WE", 'WE')]
ST18990405-V25-14-page15.txt: [("'Moses", 'Moses'), ("'And", 'And')]
ST18990405-V25-14-page2.txt: [("'.", '.'), ("'saved", 'saved')]
ST18990405-V25-14-page3.txt: [("'past", 'past')]
ST18990405-V25-14-page5.txt: [("'For", 'For'), ("'for", 'for')]
ST18990405-V25-14-page7.txt: [("'the", 'the')]
ST18990405-V25-14-page8.txt: [("'F", 'F')]
ST18990405-V25-14-page9.txt: [("'foul", 'foul')]
ST18990412-V25-15-page11.txt: [("'examples", 'examples'), ("'words", 'words')]
ST18990412-V25-15-page12.txt: [("'Cause", 'Cause'), ('\'spect."', 'spect."'), ("'bout", 'bout'), ("'fraid", 'fraid'), ("'I", 'I'), ("'Mid", 'Mid')]
ST18990412-V25-15-page13.txt: [("'bout", 'bout'), ("'cause", 'cause'), ("'spected", 'spected'), ("'price.", 'price.'), ('\'nough."', 'nough."'), ("'as", 'as'), ("'frtAllt", 'frtAllt')]
ST18990412-V25-15-page14.txt: [("'Michigan", 'Michigan')]
ST18990412-V25-15-page16.txt: [("'TIME", 'TIME'), ("'When", 'When'), ("'War", 'War'), ("'ten", 'ten')]
ST18990412-V25-15-page2.txt: [("'Thee", 'Thee'), ("'This", 'This')]
ST18990412-V25-15-page3.txt: [("'Which", 'Which')]
ST18990412-V25-15-page4.txt: [("'the", 'the'), ("'will", 'will')]
ST18990412-V25-15-page6.txt: [("'strange", 'strange')]
ST18990412-V25-15-page8.txt: [("'time", 'time'), ("'it", 'it')]
ST18990412-V25-15-page9.txt: [("'.", '.')]
ST18990503-V25-18-page10.txt: [("'November", 'November'), ("'own", 'own'), ("'We", 'We')]
ST18990503-V25-18-page12.txt: [("''ioViM", 'ioViM')]
ST18990503-V25-18-page13.txt: [("'of", 'of'), ("'Xitgland", 'Xitgland'), ("'remarked.", 'remarked.'), ("'em", 'em'), ("'ess", 'ess')]
ST18990503-V25-18-page14.txt: [("'killed", 'killed')]
ST18990503-V25-18-page15.txt: [("'Foods", 'Foods')]
ST18990503-V25-18-page16.txt: [("'forfeited", 'forfeited'), ("'not", 'not')]
ST18990503-V25-18-page2.txt: [("'of", 'of'), ("'assurance", 'assurance')]
ST18990503-V25-18-page4.txt: [("'..", '..')]
ST18990503-V25-18-page8.txt: [("'aside", 'aside')]
ST18990503-V25-18-page9.txt: [("'Neath", 'Neath')]
ST18990510-V25-19-page11.txt: [("'WE", 'WE')]
ST18990510-V25-19-page12.txt: [("'Tis", 'Tis'), ("'tis", 'tis'), ("'Tis", 'Tis'), ("'zif", 'zif'), ("'Dear", 'Dear'), ("'N", 'N'), ("'n", 'n')]
ST18990510-V25-19-page13.txt: [("'and", 'and'), ("'Ildriver", 'Ildriver')]
ST18990510-V25-19-page14.txt: [("'were", 'were'), ("'fanned", 'fanned'), ("'of", 'of')]
ST18990510-V25-19-page15.txt: [("'roods", 'roods')]
ST18990510-V25-19-page16.txt: [("'money", 'money')]
ST18990510-V25-19-page3.txt: [("'I'ho", 'Iho'), ("'others", 'others'), ("'weeks", 'weeks')]
ST18990510-V25-19-page4.txt: [("'Taxi", 'Taxi')]
ST18990510-V25-19-page5.txt: [("'midst", 'midst')]
ST18990510-V25-19-page6.txt: [("'words", 'words')]
ST18990510-V25-19-page7.txt: [("'and", 'and'), ("'a", 'a')]
ST18990510-V25-19-page8.txt: [("'steel", 'steel')]
ST18990517-V25-20-page10.txt: [("'nd", 'nd'), ("'it", 'it')]
ST18990517-V25-20-page11.txt: [("'you", 'you')]
ST18990517-V25-20-page12.txt: [("'sell", 'sell'), ("'Tis", 'Tis')]
ST18990517-V25-20-page13.txt: [("'it", 'it'), ("'Acts", 'Acts')]
ST18990517-V25-20-page16.txt: [("'paper", 'paper')]
ST18990517-V25-20-page3.txt: [("'Twas", 'Twas')]
ST18990517-V25-20-page5.txt: [("'Tis", 'Tis')]
ST18990517-V25-20-page6.txt: [("'His", 'His')]
ST18990517-V25-20-page7.txt: [("'that", 'that')]
ST18990524-V25-21-page10.txt: [("'TIMES", 'TIMES')]
ST18990524-V25-21-page11.txt: [("'purchased", 'purchased')]
ST18990524-V25-21-page12.txt: [("'T'HE", 'THE'), ("'Tis", 'Tis'), ("'THERE", 'THERE'), ("'have", 'have')]
ST18990524-V25-21-page13.txt: [("'to", 'to'), ("'salutation", 'salutation'), ("'into", 'into')]
ST18990524-V25-21-page15.txt: [("'and", 'and'), ("'not", 'not'), ('\'"', '"')]
ST18990524-V25-21-page16.txt: [("'Fand", 'Fand'), ("'Tis", 'Tis'), ("'t", 't')]
ST18990524-V25-21-page18.txt: [("'to", 'to')]
ST18990524-V25-21-page19.txt: [("'kV", 'kV'), ("'rk", 'rk'), ("'I", 'I')]
ST18990524-V25-21-page2.txt: [("'roods", 'roods')]
ST18990524-V25-21-page20.txt: [("'ar", 'ar'), ("''What", 'What')]
ST18990524-V25-21-page4.txt: [("'the", 'the')]
ST18990524-V25-21-page5.txt: [("'about", 'about'), ("'of", 'of')]
ST18990524-V25-21-page6.txt: [("'purposes.", 'purposes.')]
ST18990524-V25-21-page8.txt: [("'that", 'that')]
ST18990531-V25-22-page11.txt: [("'fed", 'fed'), ("'what", 'what'), ("'Upon", 'Upon')]
ST18990531-V25-22-page12.txt: [("'ever.", 'ever.'), ("'on", 'on')]
ST18990531-V25-22-page13.txt: [("'quit", 'quit')]
ST18990531-V25-22-page14.txt: [("'It", 'It'), ("'iN", 'iN'), ("'Spanish", 'Spanish'), ("'volved", 'volved'), ("'Jersey", 'Jersey'), ('\'"', '"'), ("'..", '..'), ("'ob.", 'ob.'), ("'brought", 'brought')]
ST18990531-V25-22-page2.txt: [("'glory", 'glory')]
ST18990531-V25-22-page6.txt: [("'mission", 'mission'), ("'over", 'over')]
ST18990531-V25-22-page9.txt: [("'.i", '.i'), ('\'"."', '"."'), ("'a", 'a'), ("'neath", 'neath'), ("'and", 'and'), ("'it", 'it')]
ST18990607-V25-23-page1.txt: [("'this", 'this')]
ST18990607-V25-23-page10.txt: [("'central", 'central')]
ST18990607-V25-23-page11.txt: [("'and", 'and'), ("'IL", 'IL'), ("'study.", 'study.')]
ST18990607-V25-23-page12.txt: [("'twill", 'twill')]
ST18990607-V25-23-page14.txt: [("'celebrated", 'celebrated')]
ST18990607-V25-23-page16.txt: [("'the", 'the'), ("'marching", 'marching'), ("'Presiding", 'Presiding'), ("'THE", 'THE')]
ST18990607-V25-23-page3.txt: [("'how", 'how')]
ST18990607-V25-23-page5.txt: [("'at", 'at')]
ST18990607-V25-23-page6.txt: [("'age", 'age')]
ST18990607-V25-23-page8.txt: [("'the", 'the'), ("'interest.", 'interest.'), ("'by", 'by')]
ST18990607-V25-23-page9.txt: [("'The", 'The'), ("'neath", 'neath')]
ST18990614-V25-24-page1.txt: [("'clean", 'clean')]
ST18990614-V25-24-page10.txt: [("'we", 'we'), ("'emphasizes", 'emphasizes'), ("'r.", 'r.')]
ST18990614-V25-24-page11.txt: [("'tit", 'tit'), ("'.And", '.And'), ("'belonging", 'belonging')]
ST18990614-V25-24-page12.txt: [("'tis", 'tis'), ("'of", 'of'), ("'if", 'if'), ("'...", '...'), ("'atte.", 'atte.'), ("'the", 'the')]
ST18990614-V25-24-page13.txt: [("'Pueblo", 'Pueblo'), ("'He", 'He'), ("'the", 'the'), ("'have", 'have')]
ST18990614-V25-24-page14.txt: [("'Negros", 'Negros'), ("'the", 'the'), ("'the", 'the')]
ST18990614-V25-24-page16.txt: [("'paper", 'paper'), ("'It", 'It')]
ST18990614-V25-24-page2.txt: [("'and", 'and'), ("'of", 'of'), ("'is", 'is')]
ST18990614-V25-24-page3.txt: [("'The", 'The'), ("'Teacher", 'Teacher'), ("'begins", 'begins')]
ST18990614-V25-24-page4.txt: [("'and", 'and'), ("'resources", 'resources'), ("'trying", 'trying')]
ST18990614-V25-24-page5.txt: [("'of", 'of'), ("'to", 'to'), ("'for", 'for'), ("'servant", 'servant')]
ST18990614-V25-24-page6.txt: [("'grace", 'grace')]
ST18990614-V25-24-page7.txt: [("'the", 'the'), ("'joy", 'joy')]
ST18990614-V25-24-page8.txt: [("'substantial", 'substantial'), ("'founda", 'founda'), ("'call", 'call'), ("'of", 'of')]
ST18990614-V25-24-page9.txt: [('\'"', '"')]
ST18990621-V25-25-page10.txt: [("'If", 'If'), ("'officers", 'officers')]
ST18990621-V25-25-page11.txt: [("'servants", 'servants')]
ST18990621-V25-25-page12.txt: [("'Tis", 'Tis')]
ST18990621-V25-25-page13.txt: [("'whatever", 'whatever'), ("'Each", 'Each')]
ST18990621-V25-25-page14.txt: [("'.", '.'), ("'and", 'and'), ("'BAKERY", 'BAKERY'), ("'UNTO", 'UNTO')]
ST18990621-V25-25-page16.txt: [("'the", 'the'), ("'is", 'is'), ("'heat", 'heat'), ("'it", 'it'), ("'this", 'this')]
ST18990621-V25-25-page2.txt: [("'osophy", 'osophy')]
ST18990621-V25-25-page3.txt: [("'ism", 'ism'), ("'osophy", 'osophy'), ("'Tis", 'Tis')]
ST18990621-V25-25-page5.txt: [("'not", 'not'), ("'father", 'father'), ("'Gr.", 'Gr.')]
ST18990621-V25-25-page6.txt: [("'in", 'in')]
ST18990621-V25-25-page7.txt: [("'not", 'not'), ("'to", 'to'), ("'to", 'to'), ("'mere", 'mere')]
ST18990621-V25-25-page8.txt: [('\'"', '"'), ("'few", 'few'), ("'All", 'All'), ("'by", 'by'), ("'set", 'set')]
ST18990621-V25-25-page9.txt: [("'Twill", 'Twill')]
ST18990628-V25-26-page1.txt: [("'High", 'High')]
ST18990628-V25-26-page11.txt: [('\'Judge."', 'Judge."'), ("'His", 'His')]
ST18990628-V25-26-page12.txt: [("'Tis", 'Tis'), ("'fr", 'fr')]
ST18990628-V25-26-page13.txt: [("'Ach", 'Ach'), ("'We", 'We'), ("'see", 'see'), ("'is", 'is')]
ST18990628-V25-26-page2.txt: [("'tis", 'tis'), ("'tis", 'tis'), ("'Tis", 'Tis')]
ST18990628-V25-26-page5.txt: [("'And", 'And'), ("'And", 'And'), ("'And", 'And')]
ST18990628-V25-26-page9.txt: [("'To", 'To'), ("'God", 'God')]
ST18990704-V25-27-page10.txt: [("'were", 'were')]
ST18990704-V25-27-page11.txt: [("'.", '.'), ("'The", 'The')]
ST18990704-V25-27-page13.txt: [("'neath", 'neath')]
ST18990704-V25-27-page14.txt: [("'twixt", 'twixt'), ("'tis", 'tis')]
ST18990704-V25-27-page15.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST18990704-V25-27-page16.txt: [("''.", '.')]
ST18990704-V25-27-page17.txt: [("'Tract", 'Tract'), ('\'"\'Atiantic', '"Atiantic'), ("'A", 'A')]
ST18990704-V25-27-page19.txt: [("'mid", 'mid'), ("'battle", 'battle'), ("'the", 'the')]
ST18990704-V25-27-page20.txt: [("'afrs", 'afrs'), ("'hygiene", 'hygiene'), ("'k", 'k')]
ST18990704-V25-27-page4.txt: [("'an", 'an')]
ST18990704-V25-27-page5.txt: [("'and", 'and')]
ST18990704-V25-27-page6.txt: [('\'Things"', 'Things"')]
ST18990712-V25-28-page1.txt: [("'RENDER", 'RENDER')]
ST18990712-V25-28-page10.txt: [("'tell", 'tell'), ("'hands", 'hands')]
ST18990712-V25-28-page11.txt: [("'other", 'other'), ("'course", 'course')]
ST18990712-V25-28-page12.txt: [("'twould", 'twould')]
ST18990712-V25-28-page13.txt: [("'ottlInd", 'ottlInd')]
ST18990712-V25-28-page14.txt: [("'.", '.')]
ST18990712-V25-28-page16.txt: [("'or", 'or'), ("'John", 'John')]
ST18990712-V25-28-page2.txt: [("'.", '.'), ("'.", '.'), ("'I", 'I'), ('\'trouble"', 'trouble"')]
ST18990712-V25-28-page5.txt: [("'reached", 'reached'), ("'we", 'we'), ("'s", 's')]
ST18990712-V25-28-page6.txt: [("'for", 'for'), ("'how", 'how'), ("'above", 'above')]
ST18990712-V25-28-page7.txt: [("'O.", 'O.')]
ST18990712-V25-28-page8.txt: [("'earth", 'earth')]
ST18990712-V25-28-page9.txt: [("'Kali", 'Kali')]
ST18990719-V25-29-page1.txt: [("'Tis", 'Tis')]
ST18990719-V25-29-page10.txt: [("'F", 'F')]
ST18990719-V25-29-page13.txt: [("'man", 'man'), ("'so'spake", 'sospake'), ("'Him", 'Him')]
ST18990719-V25-29-page15.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'b", 'b')]
ST18990719-V25-29-page16.txt: [('\'"', '"'), ("'These", 'These')]
ST18990719-V25-29-page4.txt: [("'.noughts", '.noughts')]
ST18990719-V25-29-page5.txt: [("'Twas", 'Twas')]
ST18990719-V25-29-page7.txt: [("'fed", 'fed')]
ST18990719-V25-29-page8.txt: [("'Gathered", 'Gathered')]
ST18990719-V25-29-page9.txt: [("'diseases", 'diseases')]
ST18990726-V25-30-page1.txt: [("'s", 's')]
ST18990726-V25-30-page11.txt: [("'AT", 'AT'), ("'and", 'and'), ("'after", 'after'), ("'Kansas", 'Kansas')]
ST18990726-V25-30-page12.txt: [("'she", 'she'), ("'her", 'her'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'Twill", 'Twill'), ("'twas", 'twas'), ('\'"', '"')]
ST18990726-V25-30-page14.txt: [("'encourage", 'encourage')]
ST18990726-V25-30-page15.txt: [("'he", 'he')]
ST18990726-V25-30-page16.txt: [("'When", 'When'), ("'the", 'the'), ("'the", 'the')]
ST18990726-V25-30-page2.txt: [("'popes", 'popes')]
ST18990726-V25-30-page3.txt: [("'olinspited", 'olinspited'), ("'MTLM", 'MTLM'), ("'miraculously", 'miraculously')]
ST18990726-V25-30-page5.txt: [("'Tis", 'Tis'), ("'up", 'up'), ("'of", 'of')]
ST18990726-V25-30-page6.txt: [("'and", 'and')]
ST18990726-V25-30-page8.txt: [("'A", 'A'), ("'religion.", 'religion.'), ("'unless", 'unless')]
ST18990726-V25-30-page9.txt: [("'a", 'a'), ("'influence", 'influence')]
ST18990802-V25-31-page10.txt: [("'as", 'as')]
ST18990802-V25-31-page11.txt: [("'of", 'of')]
ST18990802-V25-31-page14.txt: [("'k", 'k'), ("'thy", 'thy'), ("'Represented", 'Represented')]
ST18990802-V25-31-page15.txt: [("'Trim", 'Trim')]
ST18990802-V25-31-page16.txt: [("'revolution", 'revolution'), ("'a", 'a')]
ST18990802-V25-31-page2.txt: [("'It", 'It'), ("'of", 'of'), ("'tis", 'tis')]
ST18990802-V25-31-page3.txt: [("'An", 'An'), ("'men", 'men'), ("'He", 'He')]
ST18990802-V25-31-page4.txt: [("'joy", 'joy')]
ST18990802-V25-31-page5.txt: [("'good", 'good')]
ST18990802-V25-31-page6.txt: [("'rebuke", 'rebuke')]
ST18990802-V25-31-page7.txt: [("'there", 'there'), ("'have", 'have')]
ST18990802-V25-31-page8.txt: [("'.", '.'), ('\'v.".', 'v.".'), ("'e.", 'e.')]
ST18990802-V25-31-page9.txt: [("'tit.", 'tit.'), ("'advice", 'advice'), ("'But", 'But'), ("'sin", 'sin')]
ST18990809-V25-32-page11.txt: [("'eastern", 'eastern')]
ST18990809-V25-32-page12.txt: [("'neath", 'neath'), ("'his", 'his')]
ST18990809-V25-32-page13.txt: [("'every", 'every')]
ST18990809-V25-32-page14.txt: [("'Him", 'Him'), ("'Persia", 'Persia'), ("'nine", 'nine'), ("'iliousand.", 'iliousand.'), ("'silver", 'silver'), ("'four", 'four'), ("'Oracle", 'Oracle'), ("'hundred", 'hundred'), ("'cod", 'cod'), ("'Him", 'Him'), ("'whose", 'whose'), ("'that", 'that'), ("'ie", 'ie'), ("'treasure", 'treasure'), ("'and", 'and'), ("'If", 'If'), ("'retain", 'retain'), ("'our", 'our'), ("'spotless", 'spotless'), ("'that", 'that'), ("'With", 'With'), ("'under", 'under'), ("'is", 'is')]
ST18990809-V25-32-page15.txt: [("'York", 'York'), ("'MET", 'MET'), ("'Mt", 'Mt'), ("'does", 'does'), ("'The", 'The')]
ST18990809-V25-32-page16.txt: [("'It", 'It')]
ST18990809-V25-32-page2.txt: [("'ceptable", 'ceptable'), ("''''''im", 'im'), ("'At", 'At'), ("'have", 'have'), ("'Phis", 'Phis')]
ST18990809-V25-32-page3.txt: [("'people", 'people')]
ST18990809-V25-32-page6.txt: [("'tis", 'tis')]
ST18990809-V25-32-page7.txt: [("'and", 'and'), ("'aimed", 'aimed')]
ST18990809-V25-32-page8.txt: [("'.", '.'), ("'Director", 'Director')]
ST18990809-V25-32-page9.txt: [("'these", 'these'), ("'States", 'States')]
ST18990816-V25-33-page10.txt: [("'Aific", 'Aific')]
ST18990816-V25-33-page11.txt: [("'peas", 'peas'), ("'by", 'by')]
ST18990816-V25-33-page12.txt: [("'and", 'and')]
ST18990816-V25-33-page13.txt: [("'plenty", 'plenty'), ("'it", 'it')]
ST18990816-V25-33-page14.txt: [("'divorcement", 'divorcement')]
ST18990816-V25-33-page15.txt: [("'Foreign", 'Foreign')]
ST18990816-V25-33-page16.txt: [("'Articles", 'Articles'), ("'arbell", 'arbell')]
ST18990816-V25-33-page2.txt: [("'Sanctify", 'Sanctify'), ("'river", 'river'), ("'Williams", 'Williams'), ("'mid", 'mid')]
ST18990816-V25-33-page3.txt: [("'of", 'of')]
ST18990816-V25-33-page4.txt: [("'as", 'as')]
ST18990816-V25-33-page5.txt: [("'stand", 'stand'), ("'man", 'man')]
ST18990816-V25-33-page6.txt: [("'My", 'My'), ("'much", 'much'), ("'together", 'together')]
ST18990816-V25-33-page7.txt: [("'Lord.", 'Lord.')]
ST18990816-V25-33-page8.txt: [("'n", 'n')]
ST18990816-V25-33-page9.txt: [("'tender", 'tender'), ("'disappointing", 'disappointing')]
ST18990823-V25-34-page11.txt: [("'Catholic", 'Catholic'), ("'eye", 'eye')]
ST18990823-V25-34-page13.txt: [("'grobirGM", 'grobirGM'), ("'S", 'S'), ("'e", 'e')]
ST18990823-V25-34-page14.txt: [("'Kansas", 'Kansas')]
ST18990823-V25-34-page15.txt: [("'m", 'm'), ("'The", 'The')]
ST18990823-V25-34-page16.txt: [("'traffic", 'traffic')]
ST18990823-V25-34-page3.txt: [("'unquenchable", 'unquenchable'), ("'Tis", 'Tis')]
ST18990823-V25-34-page5.txt: [("'fathers", 'fathers'), ("'did", 'did'), ("'r", 'r'), ("'meapt.", 'meapt.'), ("'And", 'And')]
ST18990823-V25-34-page6.txt: [("'ASTONISHING", 'ASTONISHING')]
ST18990823-V25-34-page7.txt: [("'things", 'things')]
ST18990823-V25-34-page8.txt: [("'What", 'What'), ("'Thus", 'Thus'), ("'Thus", 'Thus'), ("'real", 'real')]
ST18990823-V25-34-page9.txt: [("'Safely", 'Safely'), ("'navy.", 'navy.'), ("'are", 'are')]
ST18990906-V25-36-page10.txt: [("'round", 'round'), ("'ad", 'ad')]
ST18990906-V25-36-page11.txt: [("'has", 'has')]
ST18990906-V25-36-page12.txt: [("'Having", 'Having')]
ST18990906-V25-36-page14.txt: [("'S", 'S'), ("'The", 'The')]
ST18990906-V25-36-page16.txt: [("'condition", 'condition')]
ST18990906-V25-36-page6.txt: [("'days", 'days')]
ST18990906-V25-36-page9.txt: [("'Porto", 'Porto')]
ST18990913-V25-37-page10.txt: [("'mistake", 'mistake'), ("'turning", 'turning')]
ST18990913-V25-37-page11.txt: [("'Lord", 'Lord'), ("'t.eeting", 't.eeting'), ("'from", 'from')]
ST18990913-V25-37-page13.txt: [("'Ting", 'Ting'), ("'e", 'e')]
ST18990913-V25-37-page14.txt: [("'crowd", 'crowd'), ("'Father.", 'Father.')]
ST18990913-V25-37-page3.txt: [("'of", 'of'), ("'When", 'When'), ("'the", 'the'), ("'as", 'as'), ("'with", 'with'), ("'prepared", 'prepared'), ("'our", 'our'), ("'need", 'need'), ("'who", 'who'), ("'instruction", 'instruction'), ("'reason", 'reason'), ("'present", 'present'), ("'Draw", 'Draw'), ("'coming", 'coming'), ("'the", 'the'), ("'of", 'of'), ("'as", 'as'), ("'necessary", 'necessary'), ("'beheld", 'beheld'), ("'manner.", 'manner.'), ("'words", 'words'), ("'be", 'be'), ("'by", 'by'), ("'eyes", 'eyes'), ("'the", 'the'), ("'coming", 'coming'), ("'every", 'every')]
ST18990913-V25-37-page4.txt: [("'Daniel", 'Daniel')]
ST18990913-V25-37-page5.txt: [("'weigh", 'weigh'), ("'know", 'know')]
ST18990913-V25-37-page7.txt: [("'this", 'this')]
ST18990913-V25-37-page9.txt: [("'he", 'he')]
ST18990920-V25-38-page10.txt: [('\'"', '"'), ("'to", 'to')]
ST18990920-V25-38-page12.txt: [("'.", '.'), ("'twould", 'twould')]
ST18990920-V25-38-page15.txt: [("'Mentioned", 'Mentioned'), ("'Their", 'Their')]
ST18990920-V25-38-page16.txt: [("'that", 'that')]
ST18990920-V25-38-page2.txt: [("'converted", 'converted'), ("'FROM", 'FROM'), ("'May", 'May'), ("'.", '.')]
ST18990920-V25-38-page4.txt: [("'overthrew", 'overthrew')]
ST18990920-V25-38-page5.txt: [("'institution", 'institution')]
ST18990920-V25-38-page7.txt: [("'lastday", 'lastday')]
ST18990920-V25-38-page8.txt: [("'lakes", 'lakes'), ("'as", 'as')]
ST18990920-V25-38-page9.txt: [("'is", 'is'), ("'at", 'at')]
ST18990927-V25-39-page11.txt: [("'Gorham", 'Gorham')]
ST18990927-V25-39-page12.txt: [("'neath", 'neath'), ("'mid", 'mid')]
ST18990927-V25-39-page14.txt: [("'t", 't')]
ST18990927-V25-39-page16.txt: [("'And", 'And'), ("'Nov.", 'Nov.')]
ST18990927-V25-39-page2.txt: [("'to", 'to')]
ST18990927-V25-39-page3.txt: [("'uld", 'uld'), ("'Twas", 'Twas')]
ST18990927-V25-39-page4.txt: [("'words", 'words'), ("'May", 'May')]
ST18990927-V25-39-page5.txt: [("'great", 'great')]
ST18991004-V25-40-page10.txt: [("'and", 'and'), ("'who", 'who')]
ST18991004-V25-40-page11.txt: [("'when", 'when'), ("'at", 'at')]
ST18991004-V25-40-page12.txt: [("'Twas", 'Twas')]
ST18991004-V25-40-page13.txt: [("'By", 'By'), ("'Bake.", 'Bake.')]
ST18991004-V25-40-page14.txt: [("'ir", 'ir'), ("'II", 'II'), ("'.", '.'), ("'f", 'f')]
ST18991004-V25-40-page2.txt: [("'and", 'and')]
ST18991004-V25-40-page3.txt: [("'Tower", 'Tower'), ("'because", 'because'), ("'As", 'As')]
ST18991004-V25-40-page4.txt: [("'cherish", 'cherish'), ("'us", 'us'), ("'on", 'on')]
ST18991004-V25-40-page7.txt: [("'continued.", 'continued.')]
ST18991004-V25-40-page8.txt: [("'opinion", 'opinion'), ("'Francisco", 'Francisco')]
ST18991011-V25-41-page10.txt: [("'gainst", 'gainst'), ("'--Obey.", '--Obey.')]
ST18991011-V25-41-page12.txt: [("'tis", 'tis')]
ST18991011-V25-41-page13.txt: [("'irgs", 'irgs')]
ST18991011-V25-41-page14.txt: [("'he", 'he')]
ST18991011-V25-41-page15.txt: [("'goo.", 'goo.'), ("'Tract", 'Tract'), ("'Richmond", 'Richmond')]
ST18991011-V25-41-page16.txt: [("'from", 'from'), ("'It", 'It'), ("'We", 'We')]
ST18991011-V25-41-page2.txt: [("'love", 'love')]
ST18991011-V25-41-page5.txt: [("'and", 'and')]
ST18991011-V25-41-page6.txt: [("'r", 'r')]
ST18991011-V25-41-page7.txt: [("'for", 'for')]
ST18991011-V25-41-page8.txt: [("'since", 'since')]
ST18991018-V25-42-page12.txt: [("'has", 'has'), ("'twill", 'twill')]
ST18991018-V25-42-page15.txt: [("'Stephen", 'Stephen')]
ST18991018-V25-42-page16.txt: [("'soul.", 'soul.'), ("'ry", 'ry')]
ST18991018-V25-42-page3.txt: [("'higher", 'higher'), ("'any", 'any'), ("'but", 'but')]
ST18991018-V25-42-page4.txt: [("'sweeping", 'sweeping')]
ST18991018-V25-42-page5.txt: [("'Anted", 'Anted'), ("'in", 'in'), ("'.", '.'), ("'Matt.", 'Matt.')]
ST18991018-V25-42-page7.txt: [("''trust", 'trust'), ("''etc.", 'etc.'), ("'and", 'and'), ("'ye", 'ye'), ("'As", 'As')]
ST18991018-V25-42-page8.txt: [("'d", 'd')]
ST18991018-V25-42-page9.txt: [("'over", 'over')]
ST18991025-V25-43-page11.txt: [("'empire", 'empire')]
ST18991025-V25-43-page14.txt: [("'had", 'had')]
ST18991025-V25-43-page15.txt: [("'United", 'United'), ("'the", 'the'), ("'.", '.')]
ST18991025-V25-43-page16.txt: [("'God", 'God')]
ST18991025-V25-43-page5.txt: [("'Tis", 'Tis'), ("'tis", 'tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'tis", 'tis')]
ST18991025-V25-43-page9.txt: [("'the", 'the')]
ST18991101-V25-44-page1.txt: [("'so", 'so')]
ST18991101-V25-44-page10.txt: [("'Luzon", 'Luzon')]
ST18991101-V25-44-page12.txt: [("'Ai", 'Ai')]
ST18991101-V25-44-page13.txt: [("'and", 'and'), ("'Adjustable", 'Adjustable')]
ST18991101-V25-44-page14.txt: [("'were", 'were')]
ST18991101-V25-44-page16.txt: [("'prophecies", 'prophecies')]
ST18991101-V25-44-page2.txt: [("'is", 'is')]
ST18991101-V25-44-page5.txt: [("'heart", 'heart')]
ST18991101-V25-44-page6.txt: [("'ro", 'ro'), ("'history", 'history'), ("'great", 'great')]
ST18991101-V25-44-page7.txt: [("'church", 'church'), ("'any", 'any')]
ST18991101-V25-44-page8.txt: [("'appeals", 'appeals')]
ST18991108-V25-45-page1.txt: [("'and", 'and')]
ST18991108-V25-45-page10.txt: [("'of", 'of'), ("'Must", 'Must'), ("'two", 'two')]
ST18991108-V25-45-page11.txt: [("'conference", 'conference')]
ST18991108-V25-45-page12.txt: [("'be", 'be'), ("'cause", 'cause'), ("'the", 'the')]
ST18991108-V25-45-page13.txt: [("'IMOVIONNOWNICOVifiteinf", 'IMOVIONNOWNICOVifiteinf')]
ST18991108-V25-45-page14.txt: [("'Men", 'Men'), ("'for", 'for'), ('\'"', '"'), ("'sweat", 'sweat'), ("'in", 'in')]
ST18991108-V25-45-page15.txt: [("'and", 'and'), ("'State", 'State'), ("'ian", 'ian')]
ST18991108-V25-45-page2.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'followed", 'followed')]
ST18991108-V25-45-page4.txt: [("'living", 'living'), ("'Every", 'Every'), ("'by", 'by')]
ST18991108-V25-45-page5.txt: [("'second", 'second'), ("'something", 'something')]
ST18991108-V25-45-page6.txt: [("'does", 'does'), ("'view", 'view')]
ST18991108-V25-45-page8.txt: [("'a", 'a')]
ST18991115-V25-46-page10.txt: [("'a", 'a')]
ST18991115-V25-46-page11.txt: [("'the", 'the'), ("'snore", 'snore'), ("'story", 'story'), ("'number", 'number'), ("'Sheridan", 'Sheridan'), ("'Africa.", 'Africa.'), ("'rue", 'rue')]
ST18991115-V25-46-page12.txt: [("'your", 'your')]
ST18991115-V25-46-page13.txt: [("'was", 'was'), ("'Roar", 'Roar'), ("'ICM", 'ICM')]
ST18991115-V25-46-page14.txt: [("'The", 'The'), ("'Him", 'Him'), ("'What", 'What')]
ST18991115-V25-46-page15.txt: [("'JONES", 'JONES'), ("'co", 'co'), ("'complete", 'complete'), ("'in", 'in'), ("'The", 'The')]
ST18991115-V25-46-page16.txt: [("'has", 'has'), ("'Children", 'Children')]
ST18991115-V25-46-page2.txt: [("'he", 'he'), ("'He", 'He')]
ST18991115-V25-46-page3.txt: [("'the", 'the'), ("'commanded", 'commanded')]
ST18991115-V25-46-page5.txt: [("'conflict", 'conflict')]
ST18991115-V25-46-page7.txt: [("'Sunday", 'Sunday'), ("'to", 'to'), ("'He", 'He'), ("'to", 'to')]
ST18991115-V25-46-page8.txt: [("'d", 'd')]
ST18991115-V25-46-page9.txt: [("'religion", 'religion'), ("'One", 'One')]
ST18991122-V25-47-page10.txt: [("'Mid", 'Mid')]
ST18991122-V25-47-page11.txt: [("'cards", 'cards'), ("'in", 'in')]
ST18991122-V25-47-page12.txt: [("'ay", 'ay'), ("'ay", 'ay'), ("'sins", 'sins'), ("'an", 'an'), ("'pinion", 'pinion'), ("'musements.", 'musements.'), ("'postels", 'postels'), ("'em", 'em'), ("'musements", 'musements'), ("'bout", 'bout'), ("'straint", 'straint'), ("'fore", 'fore'), ("'What's", 'Whats'), ("'uns", 'uns'), ("'em", 'em'), ("'cause", 'cause'), ("'My", 'My')]
ST18991122-V25-47-page13.txt: [("'God", 'God')]
ST18991122-V25-47-page14.txt: [("'Verses", 'Verses'), ("'William", 'William'), ("'And", 'And'), ("'serum", 'serum'), ("'Sty", 'Sty'), ("'My", 'My'), ("'.", '.'), ("'e", 'e')]
ST18991122-V25-47-page15.txt: [("'work", 'work')]
ST18991122-V25-47-page16.txt: [("'hat", 'hat'), ("'as", 'as')]
ST18991122-V25-47-page2.txt: [("'off", 'off')]
ST18991122-V25-47-page3.txt: [("'every", 'every'), ("'God", 'God')]
ST18991122-V25-47-page5.txt: [("'state", 'state'), ("'round", 'round')]
ST18991122-V25-47-page8.txt: [("'both", 'both')]
ST18991122-V25-47-page9.txt: [("'increase", 'increase')]
ST18991129-V25-48,49-page12.txt: [("'away.", 'away.')]
ST18991129-V25-48,49-page15.txt: [("'.", '.'), ("'l.", 'l.'), ("'After", 'After')]
ST18991129-V25-48,49-page16.txt: [("'for", 'for')]
ST18991129-V25-48,49-page17.txt: [("'kt", 'kt'), ("'own", 'own')]
ST18991129-V25-48,49-page18.txt: [("'not", 'not')]
ST18991129-V25-48,49-page19.txt: [("'a", 'a'), ("'resulting", 'resulting'), ("'progressive", 'progressive'), ("'learning", 'learning')]
ST18991129-V25-48,49-page2.txt: [("'praised", 'praised')]
ST18991129-V25-48,49-page22.txt: [("'twixt", 'twixt')]
ST18991129-V25-48,49-page25.txt: [("'I", 'I')]
ST18991129-V25-48,49-page26.txt: [("'carried", 'carried')]
ST18991129-V25-48,49-page29.txt: [("'All", 'All'), ("'thanked", 'thanked')]
ST18991129-V25-48,49-page34.txt: [("'moral", 'moral'), ("'H", 'H'), ("'goo.", 'goo.')]
ST18991129-V25-48,49-page36.txt: [("'Well", 'Well'), ("'a", 'a'), ("'of", 'of')]
ST18991129-V25-48,49-page5.txt: [("'t", 't')]
ST18991129-V25-48,49-page6.txt: [("'y", 'y')]
ST18991129-V25-48,49-page7.txt: [("'as", 'as'), ("'S", 'S')]
ST18991129-V25-48,49-page8.txt: [("'is", 'is')]
ST18991215-V25-50-page10.txt: [("'edition", 'edition'), ("'T", 'T')]
ST18991215-V25-50-page12.txt: [("'.Should", '.Should')]
ST18991215-V25-50-page13.txt: [("'thus", 'thus')]
ST18991215-V25-50-page14.txt: [("'Kongo", 'Kongo'), ("'cross", 'cross'), ("'Ftortbern", 'Ftortbern')]
ST18991215-V25-50-page20.txt: [("'s", 's')]
ST18991215-V25-50-page3.txt: [("'tis", 'tis')]
ST18991215-V25-50-page4.txt: [("'it", 'it'), ("'miler", 'miler')]
ST18991215-V25-50-page8.txt: [("'people", 'people')]
ST18991220-V25-51-page10.txt: [("'.", '.')]
ST18991220-V25-51-page11.txt: [("'subscribed", 'subscribed')]
ST18991220-V25-51-page12.txt: [("'pig", 'pig'), ("'.", '.')]
ST18991220-V25-51-page13.txt: [("'em", 'em')]
ST18991220-V25-51-page15.txt: [("'Le", 'Le'), ("'TIMES.", 'TIMES.'), ("'reader", 'reader')]
ST18991220-V25-51-page16.txt: [("'Gibbons", 'Gibbons'), ("''That's", 'Thats'), ("'em", 'em'), ('\'ern."', 'ern."')]
ST18991220-V25-51-page3.txt: [("'this", 'this'), ("'him", 'him')]
ST18991220-V25-51-page4.txt: [("'settlement", 'settlement')]
ST18991220-V25-51-page5.txt: [("'sins", 'sins'), ("'Medo", 'Medo')]
ST18991220-V25-51-page6.txt: [("'than", 'than')]
ST18991220-V25-51-page7.txt: [("'mong", 'mong')]
ST18991220-V25-51-page8.txt: [("'W.", 'W.')]
ST19000110-V26-01-page10.txt: [("'by", 'by')]
ST19000110-V26-01-page11.txt: [("'Tis", 'Tis')]
ST19000110-V26-01-page12.txt: [("'bout", 'bout'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'Twas", 'Twas')]
ST19000110-V26-01-page13.txt: [("'anything", 'anything'), ("'the", 'the'), ("'nutty", 'nutty'), ("'But", 'But')]
ST19000110-V26-01-page14.txt: [("'Wye", 'Wye'), ("'shah", 'shah')]
ST19000110-V26-01-page16.txt: [("'Ong.", 'Ong.')]
ST19000110-V26-01-page4.txt: [("'of", 'of')]
ST19000110-V26-01-page5.txt: [("'servants", 'servants')]
ST19000110-V26-01-page6.txt: [("'even", 'even')]
ST19000110-V26-02-page1.txt: [("'a", 'a'), ("'ion", 'ion')]
ST19000110-V26-02-page11.txt: [("'Tis", 'Tis')]
ST19000110-V26-02-page12.txt: [("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'bout", 'bout')]
ST19000110-V26-02-page13.txt: [("'anything", 'anything'), ("'nutty", 'nutty')]
ST19000110-V26-02-page14.txt: [("'pee", 'pee'), ("'Pr", 'Pr'), ("'Rem", 'Rem')]
ST19000110-V26-02-page2.txt: [("'rejecting", 'rejecting')]
ST19000110-V26-02-page4.txt: [("'II", 'II')]
ST19000110-V26-02-page5.txt: [("'servants", 'servants')]
ST19000110-V26-02-page8.txt: [("'the", 'the')]
ST19000110-V26-02-page9.txt: [("'North", 'North'), ("'Turkey", 'Turkey')]
ST19000117-V26-03-page10.txt: [("'the", 'the'), ("'privileges", 'privileges')]
ST19000117-V26-03-page11.txt: [("'In", 'In'), ("'when", 'when')]
ST19000117-V26-03-page12.txt: [("'the", 'the'), ("'slow", 'slow')]
ST19000117-V26-03-page13.txt: [("'does", 'does'), ("'care", 'care'), ("'one", 'one')]
ST19000117-V26-03-page14.txt: [("'a", 'a')]
ST19000117-V26-03-page16.txt: [("'Everybody", 'Everybody'), ("'and", 'and'), ("'liveries", 'liveries'), ("'Tis", 'Tis')]
ST19000117-V26-03-page2.txt: [("'together.", 'together.'), ("'the", 'the'), ("'believe", 'believe'), ("'Sanhedrin", 'Sanhedrin')]
ST19000117-V26-03-page3.txt: [("'Christ", 'Christ')]
ST19000117-V26-03-page4.txt: [("'who", 'who'), ("'virtue", 'virtue')]
ST19000117-V26-03-page5.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST19000117-V26-03-page6.txt: [("'salvation", 'salvation')]
ST19000117-V26-03-page7.txt: [("'eternal", 'eternal')]
ST19000117-V26-03-page9.txt: [("'cases", 'cases'), ("'then", 'then')]
ST19000124-V26-04-page12.txt: [("'Tis", 'Tis'), ("'tis", 'tis'), ("'tis", 'tis')]
ST19000124-V26-04-page13.txt: [("'and", 'and')]
ST19000124-V26-04-page14.txt: [("'..", '..'), ("'time", 'time')]
ST19000124-V26-04-page15.txt: [("'.", '.')]
ST19000124-V26-04-page16.txt: [("'Would", 'Would')]
ST19000124-V26-04-page3.txt: [("'neath", 'neath'), ("'All", 'All'), ("'others", 'others')]
ST19000124-V26-04-page4.txt: [("'Mid", 'Mid'), ("'After", 'After')]
ST19000124-V26-04-page5.txt: [("'of", 'of')]
ST19000124-V26-04-page6.txt: [("'neath", 'neath')]
ST19000124-V26-04-page7.txt: [("'Hoses", 'Hoses')]
ST19000207-V26-06-page10.txt: [("'twill", 'twill')]
ST19000207-V26-06-page11.txt: [('\'"', '"'), ("'the", 'the')]
ST19000207-V26-06-page12.txt: [("'mill", 'mill'), ("'said", 'said')]
ST19000207-V26-06-page14.txt: [("'leaky", 'leaky')]
ST19000207-V26-06-page16.txt: [("'III", 'III')]
ST19000207-V26-06-page4.txt: [("'upon", 'upon'), ("'of", 'of')]
ST19000207-V26-06-page6.txt: [("'goo", 'goo'), ("'WILCOX", 'WILCOX')]
ST19000207-V26-06-page8.txt: [("'X", 'X'), ("''.''.", '..'), ("'every", 'every'), ("'benefit", 'benefit')]
ST19000207-V26-06-page9.txt: [("'overlooked", 'overlooked')]
ST19000328-V26-13-page1.txt: [("'another", 'another'), ("'daughter.", 'daughter.')]
ST19000328-V26-13-page12.txt: [("'the", 'the'), ("'love", 'love')]
ST19000328-V26-13-page13.txt: [("'compelled", 'compelled'), ("'not", 'not')]
ST19000328-V26-13-page14.txt: [("'Bond", 'Bond'), ("'he", 'he')]
ST19000328-V26-13-page15.txt: [("'Examine", 'Examine')]
ST19000328-V26-13-page16.txt: [("'suppose", 'suppose')]
ST19000328-V26-13-page2.txt: [("'of", 'of')]
ST19000328-V26-13-page5.txt: [("'brilliant", 'brilliant')]
ST19000328-V26-13-page6.txt: [("'mind", 'mind')]
ST19000328-V26-13-page7.txt: [("'and", 'and')]
ST19000328-V26-13-page8.txt: [("'concedes", 'concedes'), ("'in", 'in')]
ST19000328-V26-13-page9.txt: [("'notice.", 'notice.')]
ST19000404-V26-14-page10.txt: [("'gainst", 'gainst'), ("'prior", 'prior')]
ST19000404-V26-14-page11.txt: [("'and", 'and')]
ST19000404-V26-14-page12.txt: [("'promise", 'promise'), ("'quite", 'quite'), ("'be", 'be')]
ST19000404-V26-14-page13.txt: [("'scales", 'scales'), ("'Bali", 'Bali'), ("'brass", 'brass'), ("'sounding", 'sounding'), ("'cymbal", 'cymbal'), ("'clanging.", 'clanging.'), ("'mysteries", 'mysteries'), ("'all", 'all'), ("'Kai", 'Kai'), ("'kind", 'kind'), ("'is", 'is'), ("'we", 'we'), ("'For", 'For'), ("'Ini", 'Ini'), ("'i", 'i'), ('\'"', '"'), ("'but", 'but'), ("'art.", 'art.')]
ST19000404-V26-14-page15.txt: [("'sometimes", 'sometimes')]
ST19000404-V26-14-page16.txt: [("'of", 'of'), ("'We", 'We'), ("'are", 'are'), ("'most", 'most'), ("'a", 'a'), ("'courtesy", 'courtesy'), ("'the", 'the')]
ST19000404-V26-14-page7.txt: [("'are", 'are'), ("'the", 'the')]
ST19000404-V26-14-page8.txt: [("'in", 'in'), ("'for", 'for'), ("'were", 'were'), ("'going", 'going')]
ST19000404-V26-14-page9.txt: [("'cracks", 'cracks'), ("'oppression", 'oppression'), ("'so.", 'so.'), ("'Minor.", 'Minor.'), ("'have", 'have')]
ST19000411-V26-15-page1.txt: [("'any", 'any')]
ST19000411-V26-15-page11.txt: [("'goo.", 'goo.')]
ST19000411-V26-15-page12.txt: [("'me", 'me')]
ST19000411-V26-15-page14.txt: [("'they", 'they')]
ST19000411-V26-15-page15.txt: [("'brass", 'brass'), ("'sounding", 'sounding'), ("'H", 'H'), ("'not", 'not'), ("'Env", 'Env'), ("'cymbal", 'cymbal'), ("'clanging.", 'clanging.'), ("'mysteries", 'mysteries'), ("'all", 'all'), ("'Kai", 'Kai'), ("'Kai", 'Kai'), ("'is", 'is'), ("'H", 'H'), ("'we", 'we'), ("'eag", 'eag'), ('\'viprtatIXoytOyiry."', 'viprtatIXoytOyiry."'), ("'ficrrec", 'ficrrec'), ("'IL.", 'IL.')]
ST19000411-V26-15-page16.txt: [("'When", 'When'), ("'All", 'All'), ("'greatly", 'greatly'), ("'How", 'How'), ("'will", 'will')]
ST19000411-V26-15-page5.txt: [("'the", 'the'), ("'to", 'to')]
ST19000411-V26-15-page6.txt: [("'been", 'been')]
ST19000411-V26-15-page7.txt: [("'J.", 'J.')]
ST19000411-V26-15-page8.txt: [("'of", 'of')]
ST19000411-V26-15-page9.txt: [("'food", 'food')]
ST19000418-V26-16-page1.txt: [("'Before", 'Before')]
ST19000418-V26-16-page10.txt: [("'estimated", 'estimated')]
ST19000418-V26-16-page11.txt: [("'the", 'the'), ("'then", 'then'), ("'Env", 'Env'), ("'clanging.", 'clanging.'), ("'kind", 'kind'), ("''brass", 'brass'), ("'sounding", 'sounding'), ("'mysteries", 'mysteries'), ("'all", 'all'), ("'OA", 'OA'), ("'not", 'not'), ('\'..".....', '..".....'), ("'is", 'is'), ('\'"...', '"...'), ("'H", 'H'), ("'they", 'they'), ("'then", 'then'), ("'irk", 'irk'), ("'I", 'I'), ("'ibtit", 'ibtit')]
ST19000418-V26-16-page13.txt: [("'raw", 'raw'), ("'next", 'next')]
ST19000418-V26-16-page15.txt: [("'Vesta", 'Vesta')]
ST19000418-V26-16-page16.txt: [("'writer", 'writer'), ("'be", 'be'), ("'or", 'or'), ('\'"', '"'), ("'militarism", 'militarism'), ("'many", 'many'), ("'note", 'note'), ("'five", 'five')]
ST19000418-V26-16-page2.txt: [("'round", 'round'), ("'twixt", 'twixt')]
ST19000418-V26-16-page3.txt: [("'and", 'and')]
ST19000418-V26-16-page5.txt: [("'that", 'that'), ("'God", 'God'), ("'for", 'for')]
ST19000418-V26-16-page8.txt: [("'of", 'of')]
ST19000418-V26-16-page9.txt: [("'the", 'the')]
ST19000425-V26-17-page1.txt: [("'Mid", 'Mid')]
ST19000425-V26-17-page10.txt: [("'mid", 'mid'), ("'attempting", 'attempting'), ("'line", 'line')]
ST19000425-V26-17-page11.txt: [("'vegetable", 'vegetable')]
ST19000425-V26-17-page12.txt: [("'quarters.", 'quarters.')]
ST19000425-V26-17-page13.txt: [("'By", 'By')]
ST19000425-V26-17-page14.txt: [("'and", 'and'), ("'CELQZ", 'CELQZ')]
ST19000425-V26-17-page15.txt: [("'too.", 'too.')]
ST19000425-V26-17-page2.txt: [("'Him.", 'Him.')]
ST19000425-V26-17-page4.txt: [("'Neath", 'Neath')]
ST19000425-V26-17-page5.txt: [("'does", 'does')]
ST19000425-V26-17-page8.txt: [("'Nita", 'Nita'), ("'same", 'same')]
ST19000425-V26-17-page9.txt: [("'at", 'at')]
ST19000606-V26-23-page1.txt: [("'of", 'of')]
ST19000606-V26-23-page11.txt: [("'The", 'The'), ("'hens", 'hens'), ("'hear", 'hear'), ("'Ths", 'Ths')]
ST19000606-V26-23-page13.txt: [("'worker", 'worker')]
ST19000606-V26-23-page15.txt: [("'tc.", 'tc.'), ("'with", 'with')]
ST19000606-V26-23-page16.txt: [("'of", 'of'), ("'temperate", 'temperate'), ("'did", 'did')]
ST19000606-V26-23-page4.txt: [("'in", 'in')]
ST19000606-V26-23-page8.txt: [("'dogmas", 'dogmas')]
ST19000606-V26-23-page9.txt: [("'statement", 'statement'), ("'any", 'any')]
ST19000613-V26-24-page11.txt: [("'our", 'our')]
ST19000613-V26-24-page12.txt: [("'oo", 'oo'), ("'sides", 'sides')]
ST19000613-V26-24-page13.txt: [("'faithful", 'faithful')]
ST19000613-V26-24-page14.txt: [("'N.", 'N.'), ("'VP", 'VP'), ('\'"Ig', '"Ig')]
ST19000613-V26-24-page15.txt: [("'with", 'with'), ("'Leo", 'Leo')]
ST19000613-V26-24-page2.txt: [("'Elia", 'Elia')]
ST19000613-V26-24-page5.txt: [("'period", 'period')]
ST19000613-V26-24-page8.txt: [("'save", 'save')]
ST19000620-V26-25-page10.txt: [("'Neath", 'Neath'), ("'Mid", 'Mid')]
ST19000620-V26-25-page11.txt: [("'Tis", 'Tis')]
ST19000620-V26-25-page15.txt: [("'DURABLE", 'DURABLE'), ("'health", 'health')]
ST19000620-V26-25-page3.txt: [("'holy", 'holy')]
ST19000620-V26-25-page4.txt: [("'round", 'round')]
ST19000620-V26-25-page5.txt: [("'deny", 'deny'), ("'astral", 'astral')]
ST19000620-V26-25-page8.txt: [('\'"', '"'), ("'.", '.')]
ST19000620-V26-25-page9.txt: [("'outside", 'outside')]
ST19000627-V26-26-page10.txt: [("'neath", 'neath')]
ST19000627-V26-26-page14.txt: [("'esus", 'esus'), ("'notice", 'notice')]
ST19000627-V26-26-page15.txt: [("''s", 's'), ("'w", 'w'), ("'eIlVIrtyVAS", 'eIlVIrtyVAS'), ("''FOR", 'FOR'), ("'Jahn", 'Jahn'), ("'toying", 'toying'), ("'lestlaith", 'lestlaith')]
ST19000627-V26-26-page3.txt: [("'neath", 'neath')]
ST19000627-V26-26-page8.txt: [('\'m"....', 'm"....'), ('\'"', '"'), ("'TME", 'TME'), ("''.", '.'), ("'And", 'And')]
ST19000704-V26-27-page11.txt: [("'Twas", 'Twas'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'tis", 'tis'), ("'Tis", 'Tis')]
ST19000704-V26-27-page12.txt: [("'ye", 'ye'), ("'the", 'the'), ("'cause", 'cause')]
ST19000704-V26-27-page13.txt: [("'city", 'city')]
ST19000704-V26-27-page15.txt: [("'twas", 'twas'), ("'But", 'But'), ("'tis", 'tis'), ("'waiteth", 'waiteth')]
ST19000704-V26-27-page16.txt: [("'printing", 'printing'), ("'F.", 'F.'), ("'may", 'may')]
ST19000704-V26-27-page20.txt: [("'''.", '.'), ("'iW", 'iW'), ("'Ark.", 'Ark.'), ("'Ft", 'Ft'), ("'.", '.'), ("'s", 's')]
ST19000704-V26-27-page6.txt: [("'sentiments", 'sentiments')]
ST19000704-V26-27-page8.txt: [("'elsewhere", 'elsewhere')]
ST19000718-V26-29-page10.txt: [("'Tis", 'Tis'), ("'gainst", 'gainst')]
ST19000718-V26-29-page13.txt: [("'matter", 'matter')]
ST19000718-V26-29-page15.txt: [("'Do", 'Do'), ("'brae", 'brae')]
ST19000718-V26-29-page4.txt: [("'and", 'and')]
ST19000718-V26-29-page8.txt: [("'they", 'they')]
ST19000801-V26-31-page11.txt: [("'THE", 'THE'), ("'ry", 'ry')]
ST19000801-V26-31-page12.txt: [("'Tis", 'Tis'), ("'tis", 'tis')]
ST19000801-V26-31-page13.txt: [("'prings", 'prings')]
ST19000801-V26-31-page3.txt: [("'ATPV", 'ATPV')]
ST19000801-V26-31-page9.txt: [("'year", 'year'), ("'goo", 'goo')]
ST19000808-V26-32-page10.txt: [("'and", 'and')]
ST19000808-V26-32-page11.txt: [("'Arab", 'Arab')]
ST19000808-V26-32-page12.txt: [("'My", 'My')]
ST19000808-V26-32-page15.txt: [("'Mkt", 'Mkt')]
ST19000808-V26-32-page16.txt: [("'for", 'for')]
ST19000808-V26-32-page2.txt: [("'first", 'first')]
ST19000808-V26-32-page5.txt: [("'not", 'not'), ("'is", 'is')]
ST19000808-V26-32-page9.txt: [("'burned", 'burned'), ("'high", 'high')]
ST19000815-V26-33-page10.txt: [("'Christ", 'Christ')]
ST19000815-V26-33-page12.txt: [("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'gainst", 'gainst'), ("'vessel", 'vessel'), ("'without", 'without')]
ST19000815-V26-33-page15.txt: [("'three", 'three')]
ST19000815-V26-33-page2.txt: [("'they", 'they')]
ST19000815-V26-33-page4.txt: [("'to", 'to')]
ST19000815-V26-33-page6.txt: [("'This", 'This'), ("'tis", 'tis'), ("'tis", 'tis'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'Tis", 'Tis')]
ST19000815-V26-33-page7.txt: [("'rejoice", 'rejoice')]
ST19000815-V26-33-page9.txt: [("'of", 'of')]
ST19000822-V26-34-page10.txt: [("'neath", 'neath'), ("'mid", 'mid'), ("'Morals", 'Morals')]
ST19000822-V26-34-page11.txt: [("'Tis", 'Tis'), ("'great", 'great'), ("'may", 'may')]
ST19000822-V26-34-page12.txt: [("'to", 'to'), ("'What", 'What')]
ST19000822-V26-34-page15.txt: [("'Branches", 'Branches')]
ST19000822-V26-34-page2.txt: [("'been", 'been')]
ST19000822-V26-34-page4.txt: [("'cleansed", 'cleansed')]
ST19000822-V26-34-page5.txt: [("'a", 'a'), ("'propensity", 'propensity')]
ST19000822-V26-34-page6.txt: [("'of", 'of'), ("'to", 'to')]
ST19000822-V26-34-page7.txt: [("'lovers", 'lovers'), ("'My", 'My')]
ST19000829-V26-35-page11.txt: [("'loss", 'loss')]
ST19000829-V26-35-page12.txt: [("'Tis", 'Tis'), ("'using", 'using'), ("'associates", 'associates'), ("'that", 'that')]
ST19000829-V26-35-page13.txt: [("'.", '.'), ("'ry", 'ry'), ("'ry", 'ry'), ("'twill", 'twill'), ("'twill", 'twill')]
ST19000829-V26-35-page15.txt: [("'his", 'his')]
ST19000829-V26-35-page16.txt: [("'our", 'our'), ("'When", 'When')]
ST19000829-V26-35-page8.txt: [("'war", 'war')]
ST19000829-V26-35-page9.txt: [("'at", 'at')]
ST19000905-V26-36-page10.txt: [("'for", 'for')]
ST19000905-V26-36-page11.txt: [("'Tis", 'Tis'), ("'Wave", 'Wave'), ("'leave", 'leave'), ("'goo", 'goo')]
ST19000905-V26-36-page12.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'their", 'their')]
ST19000905-V26-36-page14.txt: [("'his", 'his'), ("'which", 'which')]
ST19000905-V26-36-page15.txt: [("'believe", 'believe'), ("'be", 'be')]
ST19000905-V26-36-page16.txt: [("'friend", 'friend')]
ST19000905-V26-36-page2.txt: [("'lc.", 'lc.')]
ST19000905-V26-36-page4.txt: [("'must", 'must'), ("'direct", 'direct')]
ST19000905-V26-36-page6.txt: [("'Let", 'Let')]
ST19000912-V26-37-page11.txt: [("'thus", 'thus'), ("'Tis", 'Tis')]
ST19000912-V26-37-page12.txt: [("'of", 'of'), ("'tis", 'tis'), ("'twould", 'twould'), ("'tis", 'tis')]
ST19000912-V26-37-page14.txt: [("'to", 'to'), ("'The", 'The'), ("'.", '.'), ("'effect", 'effect')]
ST19000912-V26-37-page15.txt: [('\'\'"\'"r', '""r')]
ST19000912-V26-37-page16.txt: [("'Christ", 'Christ')]
ST19000912-V26-37-page4.txt: [("'The", 'The')]
ST19000912-V26-37-page5.txt: [("'live", 'live'), ("'usually", 'usually'), ("'like", 'like')]
ST19000912-V26-37-page6.txt: [("'the", 'the'), ("'the", 'the')]
ST19000912-V26-37-page7.txt: [("'just", 'just'), ("'devil", 'devil')]
ST19000912-V26-37-page8.txt: [("'and", 'and'), ("'was", 'was')]
ST19000912-V26-37-page9.txt: [("'of", 'of'), ("'that", 'that')]
ST19000919-V26-38-page1.txt: [("'temple", 'temple')]
ST19000919-V26-38-page10.txt: [("'may", 'may')]
ST19000919-V26-38-page11.txt: [("'for", 'for'), ("'that", 'that'), ("'testimony", 'testimony')]
ST19000919-V26-38-page12.txt: [("'THE", 'THE'), ("'Manda", 'Manda')]
ST19000919-V26-38-page15.txt: [("'.", '.'), ("'r", 'r')]
ST19000919-V26-38-page16.txt: [("'evil", 'evil'), ("'Cal.", 'Cal.')]
ST19000919-V26-38-page2.txt: [("'neath", 'neath'), ("'disparaging", 'disparaging')]
ST19000919-V26-38-page5.txt: [("'twill", 'twill'), ("'be", 'be')]
ST19000919-V26-38-page6.txt: [("'i", 'i'), ("'iavtrill'ireta.", 'iavtrillireta.'), ("'slI.I.", 'slI.I.'), ("'...", '...'), ("'peace", 'peace'), ("'was", 'was'), ("'.", '.'), ("'z", 'z'), ("'This", 'This'), ("'the", 'the'), ("'the", 'the'), ("'Bible.", 'Bible.'), ("'teach", 'teach'), ("'of", 'of'), ("'given", 'given'), ("'life", 'life'), ("'Christ's", 'Christs'), ("'righteousness", 'righteousness'), ("'trusting", 'trusting'), ("'through", 'through'), ("'our", 'our'), ("'this", 'this'), ("'favor", 'favor'), ("'in", 'in'), ("'the", 'the'), ("'him", 'him'), ("'trusteth", 'trusteth'), ("'blood", 'blood'), ("'sprinkled", 'sprinkled'), ("'portions", 'portions'), ("'she", 'she'), ("'what", 'what'), ("'is", 'is'), ("'willingly", 'willingly'), ("'our", 'our'), ("'offend", 'offend'), ("'Gospel.", 'Gospel.'), ("'consumed", 'consumed'), ("'crucified", 'crucified'), ("'world", 'world'), ("'the", 'the'), ("'but", 'but'), ("'the", 'the'), ("'red", 'red'), ("'on", 'on'), ("'had", 'had'), ("'My", 'My'), ("'the", 'the'), ("'Ys", 'Ys'), ("'life", 'life'), ("'only", 'only'), ("'in", 'in'), ("'is", 'is'), ("'to", 'to'), ("'consider", 'consider'), ("'tell", 'tell'), ("'those", 'those'), ("'stayed", 'stayed'), ("'because", 'because'), ("'but", 'but'), ("'in", 'in'), ("'experience", 'experience'), ("'hope", 'hope'), ("'ashamed", 'ashamed'), ("'the", 'the'), ("'God", 'God'), ("'by", 'by'), ("'nothing", 'nothing'), ("'and", 'and'), ("'made", 'made'), ("'unto", 'unto'), ("'God.", 'God.'), ("'keep", 'keep'), ("'and", 'and'), ("'is", 'is'), ("'Wince", 'Wince'), ("'Him", 'Him'), ("'say", 'say'), ("'quiet", 'quiet'), ("'my", 'my'), ("'Thee.", 'Thee.'), ("'Trust", 'Trust'), ("'in", 'in'), ("'eyeI.nIna", 'eyeI.nIna'), ("'once", 'once'), ("'letter", 'letter'), ("'but", 'but'), ("'my", 'my'), ("'tears.", 'tears.'), ("'was", 'was'), ("'glad", 'glad'), ("'to", 'to'), ("'doubtfulness", 'doubtfulness'), ("'leaned", 'leaned'), ("'it", 'it'), ("'Silence", 'Silence'), ("'the", 'the'), ("'thing", 'thing'), ("'very", 'very'), ("'ordered", 'ordered'), ("'plunge", 'plunge'), ("'easy.", 'easy.'), ("'daily", 'daily'), ("'be", 'be'), ("'help", 'help'), ("'soul", 'soul'), ("'responds", 'responds'), ("'perfect", 'perfect')]
ST19000919-V26-38-page7.txt: [("'flight", 'flight')]
ST19000919-V26-38-page8.txt: [("'what", 'what'), ("'recently", 'recently')]
ST19000919-V26-38-page9.txt: [("'feeble", 'feeble')]
ST19000926-V26-39-page1.txt: [("'THE", 'THE')]
ST19000926-V26-39-page10.txt: [("'.", '.')]
ST19000926-V26-39-page11.txt: [("'III", 'III')]
ST19000926-V26-39-page12.txt: [("'and", 'and')]
ST19000926-V26-39-page13.txt: [("'An", 'An'), ("'three", 'three')]
ST19000926-V26-39-page15.txt: [("'Margaret", 'Margaret')]
ST19000926-V26-39-page16.txt: [("'When", 'When'), ("'Brother", 'Brother')]
ST19000926-V26-39-page2.txt: [("'responsible", 'responsible')]
ST19000926-V26-39-page4.txt: [("'the", 'the')]
ST19000926-V26-39-page8.txt: [("'s", 's')]
ST19000926-V26-39-page9.txt: [("'The", 'The'), ("'present", 'present')]
ST19001003-V26-40-page2.txt: [("'o", 'o'), ("'by", 'by')]
ST19001003-V26-40-page7.txt: [("'iftl", 'iftl')]
ST19001003-V26-40-page8.txt: [("'He", 'He'), ("'that", 'that')]
ST19001010-V26-41-page10.txt: [("'the.", 'the.'), ("'relieve", 'relieve'), ("'finger", 'finger'), ("'touch", 'touch'), ("'over", 'over'), ("'thousand", 'thousand'), ("'trap", 'trap'), ("'citizens", 'citizens'), ("'themselves", 'themselves'), ("'He", 'He'), ("'death", 'death'), ("'hurried", 'hurried'), ("'quarantine", 'quarantine'), ("'awful", 'awful'), ("'four", 'four'), ("'strangers", 'strangers'), ("'could", 'could'), ("'of", 'of'), ("'a", 'a'), ("'being", 'being'), ("'by", 'by'), ("'the", 'the'), ("'The", 'The'), ("'of", 'of'), ("'described", 'described')]
ST19001010-V26-41-page11.txt: [("'when", 'when')]
ST19001010-V26-41-page12.txt: [("'result", 'result'), ("'tis", 'tis'), ("'it", 'it'), ("'I", 'I'), ("'flesh", 'flesh'), ("'he", 'he'), ("'to", 'to')]
ST19001010-V26-41-page13.txt: [("'Christ", 'Christ')]
ST19001010-V26-41-page14.txt: [("'but", 'but'), ("'such", 'such')]
ST19001010-V26-41-page2.txt: [("'of", 'of')]
ST19001010-V26-41-page4.txt: [("'event", 'event'), ("'is", 'is')]
ST19001010-V26-41-page5.txt: [("'serve", 'serve'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'is", 'is'), ("'cast", 'cast')]
ST19001010-V26-41-page6.txt: [("'his", 'his')]
ST19001010-V26-41-page7.txt: [("'which", 'which'), ("'men", 'men'), ("'formal", 'formal'), ("'discord.", 'discord.'), ("'China.", 'China.')]
ST19001017-V26-42-page10.txt: [("'patent", 'patent'), ("'ale", 'ale'), ("'tis", 'tis'), ("'Tis", 'Tis'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'Contain", 'Contain')]
ST19001017-V26-42-page14.txt: [("'rendering", 'rendering')]
ST19001017-V26-42-page16.txt: [("'for", 'for'), ("'a", 'a'), ("'we", 'we'), ("'weapons", 'weapons'), ("'W", 'W'), ("'number", 'number')]
ST19001017-V26-42-page5.txt: [("'commandment.", 'commandment.'), ("'Tis", 'Tis')]
ST19001024-V26-43-page1.txt: [("'he", 'he')]
ST19001024-V26-43-page10.txt: [("'Tis", 'Tis'), ("'absolute", 'absolute')]
ST19001024-V26-43-page12.txt: [("'his", 'his'), ("'some", 'some'), ("'a", 'a')]
ST19001024-V26-43-page14.txt: [("'Before", 'Before')]
ST19001024-V26-43-page15.txt: [("''Foolish", 'Foolish')]
ST19001024-V26-43-page16.txt: [("'or", 'or'), ("'only", 'only'), ("'have", 'have')]
ST19001024-V26-43-page5.txt: [("'statutes", 'statutes'), ("'the", 'the'), ("'more", 'more')]
ST19001024-V26-43-page6.txt: [("'glorious", 'glorious')]
ST19001031-V26-44-page10.txt: [("'every", 'every'), ("'the", 'the')]
ST19001031-V26-44-page12.txt: [("'trembling", 'trembling')]
ST19001031-V26-44-page16.txt: [("'ember", 'ember')]
ST19001031-V26-44-page2.txt: [("'intense", 'intense')]
ST19001031-V26-44-page3.txt: [("'not", 'not')]
ST19001031-V26-44-page4.txt: [("'joy", 'joy'), ("'Twill", 'Twill')]
ST19001031-V26-44-page6.txt: [("'this", 'this')]
ST19001031-V26-44-page8.txt: [("'the", 'the'), ("'greatest", 'greatest')]
ST19001031-V26-44-page9.txt: [("'in", 'in')]
ST19001107-V26-45-page10.txt: [("'neath", 'neath'), ("'is", 'is'), ("'are", 'are'), ("'his", 'his')]
ST19001107-V26-45-page11.txt: [("'em", 'em'), ("'cause", 'cause'), ("'No", 'No')]
ST19001107-V26-45-page12.txt: [("'With", 'With')]
ST19001107-V26-45-page14.txt: [("'I", 'I'), ("'what", 'what'), ("'Who", 'Who')]
ST19001107-V26-45-page15.txt: [("'Answers", 'Answers')]
ST19001107-V26-45-page16.txt: [("'receive", 'receive')]
ST19001107-V26-45-page2.txt: [("'in", 'in'), ("'in", 'in'), ("'earth", 'earth'), ("'coming", 'coming')]
ST19001107-V26-45-page3.txt: [("'great", 'great'), ("'unite", 'unite'), ("'commandment", 'commandment')]
ST19001107-V26-45-page6.txt: [("'cherished", 'cherished'), ("'well", 'well'), ("'The", 'The')]
ST19001107-V26-45-page7.txt: [("''Foolish", 'Foolish')]
ST19001107-V26-45-page9.txt: [("'WOOD", 'WOOD')]
ST19001114-V26-46-page11.txt: [("'lame", 'lame'), ("'Power", 'Power')]
ST19001114-V26-46-page3.txt: [("'their", 'their')]
ST19001114-V26-46-page4.txt: [("'sign", 'sign')]
ST19001114-V26-46-page5.txt: [("'very", 'very')]
ST19001114-V26-46-page6.txt: [("'and", 'and'), ("'death.", 'death.'), ("'for", 'for')]
ST19001114-V26-46-page7.txt: [("'The", 'The'), ("'tis", 'tis'), ("'refer", 'refer')]
ST19001114-V26-46-page9.txt: [("'cumulate", 'cumulate')]
ST19001121-V26-47-page10.txt: [("'succession.", 'succession.'), ("'.McCaskey", '.McCaskey')]
ST19001121-V26-47-page11.txt: [("'came", 'came'), ("'r", 'r')]
ST19001121-V26-47-page12.txt: [("'the", 'the'), ("'every", 'every')]
ST19001121-V26-47-page13.txt: [("'Reed's", 'Reeds')]
ST19001121-V26-47-page14.txt: [("'word", 'word')]
ST19001121-V26-47-page15.txt: [("'TIMES.", 'TIMES.'), ("'looks", 'looks'), ("'Rudy", 'Rudy')]
ST19001121-V26-47-page16.txt: [("'step", 'step')]
ST19001121-V26-47-page3.txt: [("'ihe", 'ihe')]
ST19001121-V26-47-page7.txt: [("'hteous", 'hteous')]
ST19001121-V26-47-page8.txt: [("'one", 'one'), ("'goo", 'goo')]
ST19001128-V26-48-page10.txt: [("'to", 'to')]
ST19001128-V26-48-page13.txt: [("'can", 'can'), ('\'\'"', '"')]
ST19001128-V26-48-page14.txt: [("'Tis", 'Tis')]
ST19001128-V26-48-page15.txt: [("'Germany", 'Germany')]
ST19001128-V26-48-page17.txt: [("'the", 'the')]
ST19001128-V26-48-page18.txt: [("'of", 'of')]
ST19001128-V26-48-page2.txt: [("'of", 'of'), ("'the", 'the'), ("'rejoice", 'rejoice'), ("'thou", 'thou')]
ST19001128-V26-48-page20.txt: [("'neath", 'neath')]
ST19001128-V26-48-page23.txt: [("'ll", 'll')]
ST19001128-V26-48-page24.txt: [('\'"', '"')]
ST19001128-V26-48-page25.txt: [("'or", 'or')]
ST19001128-V26-48-page26.txt: [("'five", 'five'), ("'an", 'an'), ("'purpose.", 'purpose.')]
ST19001128-V26-48-page27.txt: [("'But", 'But')]
ST19001128-V26-48-page28.txt: [("'I", 'I'), ("'No", 'No')]
ST19001128-V26-48-page29.txt: [("'A", 'A')]
ST19001128-V26-48-page30.txt: [("'Primer", 'Primer')]
ST19001128-V26-48-page33.txt: [("'PIE", 'PIE'), ("'flitel'Ve", 'flitelVe'), ("'Act", 'Act')]
ST19001128-V26-48-page4.txt: [("'twixt", 'twixt'), ("'twixt", 'twixt'), ("'tis", 'tis')]
ST19001128-V26-48-page8.txt: [("'of", 'of'), ("'in", 'in')]
ST19001212-V26-50-page1.txt: [("'corn", 'corn')]
ST19001212-V26-50-page10.txt: [("'W.", 'W.'), ("'spring", 'spring'), ("'and", 'and')]
ST19001212-V26-50-page11.txt: [("'lir", 'lir'), ("'husband.", 'husband.')]
ST19001212-V26-50-page12.txt: [("'met", 'met'), ("'amounts", 'amounts')]
ST19001212-V26-50-page13.txt: [("'Tract", 'Tract')]
ST19001212-V26-50-page2.txt: [("'heart.", 'heart.'), ("'with", 'with'), ("'math", 'math')]
ST19001212-V26-50-page3.txt: [("'Tis", 'Tis')]
ST19001212-V26-50-page4.txt: [("'his", 'his')]
ST19001212-V26-50-page6.txt: [("'and", 'and')]
ST19001212-V26-50-page7.txt: [("'cease.", 'cease.'), ("'Cause", 'Cause')]
ST19001212-V26-50-page8.txt: [("'cavil", 'cavil')]
ST19001212-V26-50-page9.txt: [("'m", 'm')]
ST19001219-V26-51-page10.txt: [("'''on", 'on')]
ST19001219-V26-51-page11.txt: [("'H", 'H'), ("'carefully", 'carefully')]
ST19001219-V26-51-page12.txt: [("'tis", 'tis'), ("'twill", 'twill'), ("'tis", 'tis')]
ST19001219-V26-51-page14.txt: [("'.", '.')]
ST19001219-V26-51-page15.txt: [("'rext", 'rext'), ("'ill", 'ill'), ("'vation", 'vation'), ("'.wears", '.wears')]
ST19001219-V26-51-page16.txt: [("'raft", 'raft'), ("'carried", 'carried'), ("'s", 's'), ("'wilds", 'wilds'), ("'s", 's')]
ST19001219-V26-51-page2.txt: [("'Tis", 'Tis'), ("'His", 'His')]
ST19001219-V26-51-page4.txt: [("'God", 'God')]
ST19001219-V26-51-page6.txt: [("'by", 'by')]
ST19001219-V26-51-page7.txt: [("'ffit.", 'ffit.')]
ST19001219-V26-51-page8.txt: [("'political", 'political'), ("'the", 'the')]
ST19001219-V26-51-page9.txt: [("'DIAZ", 'DIAZ')]
ST19001226-V26-52-page1.txt: [("'deceitful", 'deceitful'), ("'other", 'other')]
ST19001226-V26-52-page12.txt: [("'we", 'we')]
ST19001226-V26-52-page15.txt: [("'Boston", 'Boston')]
ST19001226-V26-52-page16.txt: [("'Of", 'Of'), ("'Are", 'Are'), ("'temples", 'temples')]
ST19001226-V26-52-page2.txt: [("'is", 'is'), ("'Neath", 'Neath'), ("'Neath", 'Neath')]
ST19001226-V26-52-page4.txt: [("'flee", 'flee'), ("'forever.", 'forever.')]
ST19001226-V26-52-page8.txt: [("'us.", 'us.')]
ST19020115-V28-03-page10.txt: [("'C", 'C')]
ST19020115-V28-03-page11.txt: [("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'what", 'what'), ('\'im."', 'im."'), ("'em", 'em'), ("'long", 'long')]
ST19020115-V28-03-page13.txt: [("'Margaret", 'Margaret')]
ST19020115-V28-03-page14.txt: [("'DAWSON.", 'DAWSON.'), ("'runty", 'runty'), ("'s", 's')]
ST19020115-V28-03-page16.txt: [("'We", 'We')]
ST19020115-V28-03-page4.txt: [("'In", 'In')]
ST19020115-V28-03-page6.txt: [("'truth", 'truth')]
ST19020115-V28-03-page7.txt: [("'harmony", 'harmony')]
ST19020115-V28-03-page8.txt: [("'re", 're')]
ST19020226-V28-09-page1.txt: [("'sides", 'sides')]
ST19020226-V28-09-page10.txt: [("'mong", 'mong'), ("'our", 'our'), ("'means", 'means')]
ST19020226-V28-09-page13.txt: [("'everlasting", 'everlasting'), ("'Unto", 'Unto'), ("'resident", 'resident')]
ST19020226-V28-09-page16.txt: [("'kidnaping", 'kidnaping'), ("'Tis", 'Tis'), ("'tis", 'tis')]
ST19020226-V28-09-page2.txt: [("'These", 'These')]
ST19020226-V28-09-page4.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST19020226-V28-09-page5.txt: [("'offspring", 'offspring')]
ST19020226-V28-09-page6.txt: [("'object", 'object'), ("'coming", 'coming')]
ST19020226-V28-09-page7.txt: [("'the", 'the'), ("'at", 'at'), ("'do", 'do')]
ST19020226-V28-09-page8.txt: [("'address", 'address')]
ST19020226-V28-09-page9.txt: [("'not", 'not'), ("'cents.", 'cents.'), ("'that", 'that')]
ST19020319-V28-12-page10.txt: [("'tis", 'tis')]
ST19020319-V28-12-page11.txt: [("'and", 'and'), ("'Everywhere", 'Everywhere')]
ST19020319-V28-12-page14.txt: [("'MwwwWffir", 'MwwwWffir')]
ST19020319-V28-12-page15.txt: [("'it", 'it'), ("'economical.", 'economical.')]
ST19020319-V28-12-page16.txt: [("'Mid", 'Mid'), ("'Mid", 'Mid'), ("'Mid", 'Mid'), ("'is", 'is'), ("'Jesus", 'Jesus')]
ST19020319-V28-12-page2.txt: [("'thou", 'thou')]
ST19020319-V28-12-page5.txt: [("'.", '.')]
ST19020319-V28-12-page6.txt: [("'holiness.", 'holiness.')]
ST19020319-V28-12-page9.txt: [("'nation", 'nation'), ("'God.", 'God.')]
ST19020416-V28-16-page1.txt: [("'brought", 'brought'), ("'purpose", 'purpose'), ("'TOWER.", 'TOWER.')]
ST19020416-V28-16-page16.txt: [("'lice", 'lice'), ("'Atthe", 'Atthe'), ("'apan", 'apan'), ("'or", 'or')]
ST19020416-V28-16-page2.txt: [("'And", 'And')]
ST19020416-V28-16-page3.txt: [("'can", 'can')]
ST19020416-V28-16-page4.txt: [("''A", 'A'), ("'returned", 'returned')]
ST19020416-V28-16-page5.txt: [("'Also", 'Also'), ("'came", 'came')]
ST19020416-V28-16-page6.txt: [("'are", 'are'), ("'His", 'His')]
ST19020416-V28-16-page7.txt: [("'deceive.", 'deceive.'), ("'the", 'the')]
ST19020625-V28-26-page10.txt: [("'s", 's')]
ST19020625-V28-26-page11.txt: [("'was", 'was'), ("'to", 'to')]
ST19020625-V28-26-page13.txt: [("'the", 'the'), ("'thou", 'thou')]
ST19020625-V28-26-page2.txt: [("'accomplish", 'accomplish'), ("'Vv", 'Vv')]
ST19020625-V28-26-page3.txt: [("'''tations", 'tations')]
ST19020625-V28-26-page4.txt: [("'e", 'e'), ("'fulfil", 'fulfil'), ("'sons", 'sons')]
ST19020625-V28-26-page5.txt: [("'onquered", 'onquered'), ("'us", 'us'), ("'twas", 'twas')]
ST19020625-V28-26-page6.txt: [("'does", 'does')]
ST19020625-V28-26-page7.txt: [("'and", 'and')]
ST19020709-V28-28-page14.txt: [("'of", 'of')]
ST19020709-V28-28-page16.txt: [('\'"because', '"because'), ("'Tis", 'Tis')]
ST19020709-V28-28-page3.txt: [("'prophet", 'prophet')]
ST19020709-V28-28-page4.txt: [("'of", 'of')]
ST19020709-V28-28-page5.txt: [("'cruel", 'cruel'), ("'is", 'is')]
ST19020709-V28-28-page6.txt: [("'harmony", 'harmony')]
ST19020709-V28-28-page7.txt: [("'righteousness", 'righteousness')]
ST19020723-V28-30-page10.txt: [("'labor", 'labor'), ("'tis", 'tis')]
ST19020723-V28-30-page11.txt: [("'tis", 'tis'), ("'of", 'of'), ("'a.", 'a.')]
ST19020723-V28-30-page14.txt: [("'ated", 'ated')]
ST19020723-V28-30-page15.txt: [("'address", 'address'), ("'....", '....'), ("'.", '.')]
ST19020723-V28-30-page16.txt: [("'obligation", 'obligation'), ("'Of", 'Of'), ("'course", 'course'), ("'Men", 'Men'), ("'that", 'that')]
ST19020723-V28-30-page2.txt: [("'o", 'o')]
ST19020723-V28-30-page4.txt: [("'the", 'the'), ("'already", 'already')]
ST19020723-V28-30-page5.txt: [("'the", 'the')]
ST19020723-V28-30-page6.txt: [("'ol.", 'ol.'), ("'Mess.", 'Mess.')]
ST19020723-V28-30-page7.txt: [("'Christ", 'Christ')]
ST19020723-V28-30-page8.txt: [("'astonishes", 'astonishes')]
ST19020723-V28-30-page9.txt: [("'TIRE", 'TIRE'), ("'village", 'village'), ("'was", 'was')]
ST19020806-V28-32-page10.txt: [("'The", 'The')]
ST19020806-V28-32-page11.txt: [("'kill", 'kill'), ("'Tis", 'Tis')]
ST19020806-V28-32-page12.txt: [('\'"', '"'), ("'deadly", 'deadly')]
ST19020806-V28-32-page13.txt: [("'a", 'a')]
ST19020806-V28-32-page16.txt: [("'lust", 'lust'), ("'effectual", 'effectual')]
ST19020806-V28-32-page2.txt: [("'revealed", 'revealed'), ("'yokes", 'yokes')]
ST19020806-V28-32-page3.txt: [("'sanctuary", 'sanctuary')]
ST19020806-V28-32-page6.txt: [("'to", 'to')]
ST19020806-V28-32-page8.txt: [("'God", 'God')]
ST19020806-V28-32-page9.txt: [("'by", 'by')]
ST19020813-V28-33-page1.txt: [("'high.", 'high.')]
ST19020813-V28-33-page10.txt: [("'nen.", 'nen.')]
ST19020813-V28-33-page11.txt: [("'arrows", 'arrows'), ("'not", 'not')]
ST19020813-V28-33-page12.txt: [("'secretary", 'secretary')]
ST19020813-V28-33-page13.txt: [("'every", 'every'), ("'WALLA", 'WALLA')]
ST19020813-V28-33-page14.txt: [("'Daniel's", 'Daniels')]
ST19020813-V28-33-page16.txt: [("'those", 'those'), ("'the", 'the'), ("'o", 'o')]
ST19020813-V28-33-page2.txt: [("'grants", 'grants')]
ST19020813-V28-33-page4.txt: [("'in", 'in')]
ST19020813-V28-33-page5.txt: [("'a", 'a')]
ST19020813-V28-33-page7.txt: [("'Schaff", 'Schaff')]
ST19020813-V28-33-page8.txt: [("'the", 'the')]
ST19020813-V28-33-page9.txt: [("'Shenandoah", 'Shenandoah')]
ST19020824-V28-39-page10.txt: [("'tis", 'tis')]
ST19020824-V28-39-page11.txt: [("'b", 'b')]
ST19020824-V28-39-page12.txt: [("'mid", 'mid'), ("'a", 'a')]
ST19020824-V28-39-page13.txt: [("'way", 'way'), ("'built", 'built'), ("'avenues", 'avenues'), ('\'"', '"')]
ST19020824-V28-39-page14.txt: [("'.", '.')]
ST19020824-V28-39-page15.txt: [("'Ibis", 'Ibis'), ("'r..", 'r..'), ("'altot", 'altot')]
ST19020824-V28-39-page16.txt: [("'natal", 'natal')]
ST19020824-V28-39-page4.txt: [("'serve", 'serve')]
ST19030617-V29-24-page12.txt: [("'Tis", 'Tis'), ("'the", 'the'), ("'des", 'des'), ("'we", 'we'), ("'once.", 'once.')]
ST19030617-V29-24-page13.txt: [("'not", 'not')]
ST19030617-V29-24-page14.txt: [("'exalteth", 'exalteth')]
ST19030617-V29-24-page15.txt: [("'Cork", 'Cork'), ("'repels", 'repels'), ("'i", 'i')]
ST19030617-V29-24-page16.txt: [("'so", 'so'), ("'ELIZA", 'ELIZA'), ("'Referring", 'Referring'), ("'called", 'called'), ("'one", 'one'), ("'and", 'and'), ("'to", 'to'), ("'than", 'than')]
ST19030617-V29-24-page3.txt: [("'lie", 'lie'), ("'Annals", 'Annals'), ("'Spiritual", 'Spiritual')]
ST19030617-V29-24-page6.txt: [("'THE", 'THE'), ("'Cor.", 'Cor.')]
ST19030617-V29-24-page8.txt: [("'Creek", 'Creek'), ("'he", 'he')]
ST19030617-V29-24-page9.txt: [("'inhabitants.", 'inhabitants.')]
ST19031216-V29-50-page10.txt: [("'person", 'person')]
ST19031216-V29-50-page14.txt: [("''Argonaut", 'Argonaut')]
ST19031216-V29-50-page15.txt: [("'neath", 'neath'), ("'might", 'might')]
ST19031216-V29-50-page17.txt: [("'longer", 'longer')]
ST19031216-V29-50-page18.txt: [("'depths", 'depths')]
ST19031216-V29-50-page2.txt: [("'other", 'other'), ("''Relation", 'Relation'), ("'..", '..')]
ST19031216-V29-50-page20.txt: [("'mid", 'mid'), ("'tis", 'tis')]
ST19031216-V29-50-page24.txt: [("'weekly", 'weekly')]
ST19031216-V29-50-page5.txt: [("'Unionism", 'Unionism'), ("'Free", 'Free'), ("'allowed", 'allowed'), ("'boss", 'boss')]
ST19031216-V29-50-page6.txt: [("'estates", 'estates'), ("'but", 'but'), ("'machination", 'machination')]
ST19031216-V29-50-page7.txt: [("'Boo", 'Boo'), ("'Tis", 'Tis')]
ST19031216-V29-50-page9.txt: [("'telling", 'telling')]
ST19031223-V29-51-page1.txt: [("'z", 'z'), ("'Who", 'Who'), ("'he", 'he')]
ST19031223-V29-51-page10.txt: [("'orto", 'orto'), ("'twixt", 'twixt'), ("'twixt", 'twixt'), ("'tis", 'tis'), ("'one", 'one')]
ST19031223-V29-51-page12.txt: [("'neath", 'neath'), ("'round", 'round'), ("'tis", 'tis')]
ST19031223-V29-51-page13.txt: [("'cent", 'cent'), ("'Round", 'Round')]
ST19031223-V29-51-page15.txt: [("'WORK", 'WORK')]
ST19031223-V29-51-page16.txt: [("'Labor", 'Labor'), ("'when", 'when'), ("'and", 'and'), ("'What", 'What'), ("'of", 'of')]
ST19031223-V29-51-page2.txt: [("'heart", 'heart')]
ST19031223-V29-51-page3.txt: [("'gather", 'gather')]
ST19031223-V29-51-page4.txt: [("'the", 'the')]
ST19031223-V29-51-page5.txt: [("'an", 'an')]
ST19031223-V29-51-page6.txt: [("'the", 'the'), ("'is", 'is')]
ST19031223-V29-51-page7.txt: [("'And", 'And')]
ST19031223-V29-51-page9.txt: [("'of", 'of')]
ST19040106-V30-01-page1.txt: [("'father", 'father'), ('\'likeness"', 'likeness"'), ("'rust", 'rust')]
ST19040106-V30-01-page10.txt: [("'tis", 'tis'), ("'tis", 'tis'), ("'round", 'round')]
ST19040106-V30-01-page11.txt: [("'N'Pook", 'NPook')]
ST19040106-V30-01-page12.txt: [("'round", 'round')]
ST19040106-V30-01-page13.txt: [("'and", 'and'), ("'CHILDREN", 'CHILDREN'), ("'V.", 'V.')]
ST19040106-V30-01-page15.txt: [("'POWER", 'POWER'), ("'Early", 'Early')]
ST19040106-V30-01-page16.txt: [("'We", 'We'), ("'James", 'James'), ("'us", 'us'), ("'we", 'we'), ("'in", 'in'), ("'strikes", 'strikes'), ("'It", 'It')]
ST19040106-V30-01-page3.txt: [("'seem", 'seem'), ("'the", 'the'), ("'gratitude.", 'gratitude.')]
ST19040106-V30-01-page4.txt: [("'of", 'of'), ("'possibility", 'possibility')]
ST19040106-V30-01-page5.txt: [("'stood", 'stood'), ("'Many", 'Many'), ("'His", 'His')]
ST19040106-V30-01-page8.txt: [("'places", 'places')]
ST19040113-V30-02-page1.txt: [("'might", 'might')]
ST19040113-V30-02-page11.txt: [("'Tis", 'Tis'), ("'discovers", 'discovers')]
ST19040113-V30-02-page13.txt: [("'our", 'our'), ("'the", 'the')]
ST19040113-V30-02-page14.txt: [("'are", 'are'), ("'ing", 'ing')]
ST19040113-V30-02-page16.txt: [("'the", 'the')]
ST19040113-V30-02-page2.txt: [("'these", 'these'), ("'trusteth", 'trusteth')]
ST19040113-V30-02-page3.txt: [('\'"EMPIRES', '"EMPIRES'), ("'had", 'had'), ("'when", 'when')]
ST19040113-V30-02-page4.txt: [("'Key", 'Key'), ("'no", 'no'), ("'The", 'The'), ("'in", 'in')]
ST19040113-V30-02-page5.txt: [("'as", 'as')]
ST19040113-V30-02-page6.txt: [('\'"', '"')]
ST19040113-V30-02-page7.txt: [("'But", 'But'), ("'life", 'life')]
ST19040113-V30-02-page8.txt: [("'easily", 'easily')]
ST19040113-V30-02-page9.txt: [("'second", 'second'), ("'Therefore", 'Therefore'), ("'greed", 'greed')]
ST19040120-V30-03-page10.txt: [("'round", 'round'), ("'while", 'while'), ("'their", 'their')]
ST19040120-V30-03-page13.txt: [("'mission", 'mission'), ("'as", 'as'), ("'American", 'American')]
ST19040120-V30-03-page14.txt: [("'from", 'from')]
ST19040120-V30-03-page16.txt: [("'lower", 'lower'), ("'Enforcement", 'Enforcement'), ("'little", 'little')]
ST19040120-V30-03-page3.txt: [("'political", 'political')]
ST19040120-V30-03-page4.txt: [("'made", 'made'), ("'of", 'of')]
ST19040120-V30-03-page5.txt: [("'righteousness", 'righteousness'), ("'the", 'the')]
ST19040120-V30-03-page6.txt: [("'as", 'as'), ("'round", 'round')]
ST19040120-V30-03-page7.txt: [("'reward", 'reward'), ("'will", 'will'), ("'which", 'which')]
ST19040120-V30-03-page8.txt: [("'it", 'it')]
ST19040120-V30-03-page9.txt: [("'legislation", 'legislation'), ("'traveled", 'traveled')]
ST19040127-V30-04-page10.txt: [("'station", 'station')]
ST19040127-V30-04-page16.txt: [("'When", 'When'), ("'and", 'and'), ("'rho", 'rho'), ("'number", 'number')]
ST19040127-V30-04-page2.txt: [("'Rev.", 'Rev.'), ("'neath", 'neath'), ("'to", 'to'), ("'tis", 'tis')]
ST19040127-V30-04-page5.txt: [("'day", 'day')]
ST19040127-V30-04-page6.txt: [("'are", 'are'), ("'would", 'would'), ("'wage", 'wage')]
ST19040127-V30-04-page8.txt: [("'the", 'the')]
ST19040127-V30-04-page9.txt: [("'persons.", 'persons.'), ("'to", 'to'), ("'of", 'of'), ("'eastern", 'eastern')]
ST19040203-V30-05-page10.txt: [("'Tis", 'Tis'), ("'mong", 'mong'), ("'twill", 'twill'), ("'tis", 'tis'), ("'tis", 'tis'), ("'fore", 'fore'), ("'em", 'em'), ("'em", 'em')]
ST19040203-V30-05-page11.txt: [("'em", 'em'), ("'fore", 'fore'), ("'you", 'you')]
ST19040203-V30-05-page13.txt: [("'They", 'They')]
ST19040203-V30-05-page15.txt: [("'B.", 'B.')]
ST19040203-V30-05-page16.txt: [('\'Signs"', 'Signs"'), ("'the", 'the'), ("'ago", 'ago'), ("'chance", 'chance'), ("'character", 'character')]
ST19040203-V30-05-page4.txt: [("'HI", 'HI'), ("'young", 'young'), ("'GREAT", 'GREAT'), ("'..", '..'), ("'I", 'I'), ("'VD", 'VD'), ("'f.", 'f.'), ("'.io", '.io')]
ST19040203-V30-05-page5.txt: [("'yours", 'yours'), ("'seventeen", 'seventeen'), ("'seetned", 'seetned'), ("'the", 'the')]
ST19040203-V30-05-page9.txt: [("'all", 'all'), ("'dangerous", 'dangerous'), ("'even", 'even'), ("'days", 'days')]
ST19040210-V30-06-page10.txt: [("'till", 'till'), ("'few", 'few')]
ST19040210-V30-06-page11.txt: [("'never", 'never'), ("'kinds", 'kinds'), ("'Proclaim", 'Proclaim'), ("'decision", 'decision'), ("'that", 'that')]
ST19040210-V30-06-page12.txt: [("'Tis", 'Tis')]
ST19040210-V30-06-page13.txt: [("'is", 'is')]
ST19040210-V30-06-page14.txt: [("'accuse", 'accuse')]
ST19040210-V30-06-page15.txt: [("'I", 'I'), ("'It", 'It')]
ST19040210-V30-06-page3.txt: [("'change", 'change'), ("'know", 'know'), ("'concern", 'concern')]
ST19040210-V30-06-page4.txt: [("'might", 'might')]
ST19040210-V30-06-page5.txt: [("'from", 'from')]
ST19040210-V30-06-page6.txt: [("'THE", 'THE'), ("'of", 'of'), ("'into", 'into')]
ST19040210-V30-06-page7.txt: [("'it", 'it')]
ST19040210-V30-06-page8.txt: [("'boon", 'boon'), ("'good", 'good'), ("'doing", 'doing')]
ST19040210-V30-06-page9.txt: [("'murderousminded", 'murderousminded')]
ST19040217-V30-07-page1.txt: [("'feed", 'feed')]
ST19040217-V30-07-page10.txt: [("'Twere", 'Twere')]
ST19040217-V30-07-page12.txt: [("'ogether.", 'ogether.')]
ST19040217-V30-07-page14.txt: [("'riberius", 'riberius')]
ST19040217-V30-07-page15.txt: [("'This", 'This')]
ST19040217-V30-07-page16.txt: [("'multitude", 'multitude')]
ST19040217-V30-07-page3.txt: [("'Here", 'Here')]
ST19040217-V30-07-page4.txt: [('\'"', '"'), ("'made", 'made')]
ST19040217-V30-07-page5.txt: [("'which", 'which'), ("'t", 't'), ("'a", 'a'), ("'replied.", 'replied.'), ("'me.", 'me.'), ("'called", 'called')]
ST19040217-V30-07-page9.txt: [("'of", 'of')]
ST19040224-V30-08-page10.txt: [("'With", 'With'), ("'way", 'way')]
ST19040224-V30-08-page14.txt: [("'population", 'population')]
ST19040224-V30-08-page16.txt: [("'of", 'of'), ("'rebellion", 'rebellion'), ("'character", 'character')]
ST19040224-V30-08-page4.txt: [("'must", 'must')]
ST19040224-V30-08-page5.txt: [("'the", 'the'), ("'powerful", 'powerful')]
ST19040224-V30-08-page6.txt: [("'constantly", 'constantly'), ("'Is", 'Is')]
ST19040224-V30-08-page7.txt: [("'when", 'when'), ("'meaning", 'meaning')]
ST19040224-V30-08-page8.txt: [("'Art", 'Art')]
ST19040224-V30-08-page9.txt: [("'conference", 'conference')]
ST19040302-V30-09-page1.txt: [("'the", 'the')]
ST19040302-V30-09-page10.txt: [("'tis", 'tis')]
ST19040302-V30-09-page11.txt: [("'have", 'have')]
ST19040302-V30-09-page12.txt: [("'tis", 'tis')]
ST19040302-V30-09-page14.txt: [("'em", 'em'), ("'the", 'the'), ("'England", 'England'), ("'accuracy", 'accuracy')]
ST19040302-V30-09-page16.txt: [("'discusses", 'discusses'), ("'come", 'come'), ("'in", 'in')]
ST19040302-V30-09-page2.txt: [("'tis", 'tis'), ("'tikill", 'tikill')]
ST19040302-V30-09-page4.txt: [('\'"EMPIRES', '"EMPIRES'), ("'but", 'but')]
ST19040302-V30-09-page7.txt: [("'the", 'the'), ("'Gaiust", 'Gaiust')]
ST19040302-V30-09-page9.txt: [("'amendment", 'amendment'), ("'a", 'a')]
ST19040309-V30-10-page10.txt: [("'and", 'and'), ("'I", 'I'), ("'O'er", 'Oer'), ("'Merciful", 'Merciful')]
ST19040309-V30-10-page11.txt: [("'woe", 'woe'), ("'wounds", 'wounds'), ("'your", 'your'), ("'at", 'at'), ("'put", 'put'), ("'should", 'should'), ("'Harvest", 'Harvest')]
ST19040309-V30-10-page12.txt: [("'rikisha", 'rikisha'), ("'rikisha", 'rikisha')]
ST19040309-V30-10-page16.txt: [("'solely", 'solely'), ("'After", 'After')]
ST19040309-V30-10-page2.txt: [("'tisfar", 'tisfar')]
ST19040309-V30-10-page3.txt: [("'the", 'the'), ("'Immortality", 'Immortality'), ("'And", 'And'), ("'What", 'What')]
ST19040309-V30-10-page4.txt: [("'continued", 'continued'), ("'Papacy.", 'Papacy.')]
ST19040309-V30-10-page6.txt: [("'of", 'of')]
ST19040309-V30-10-page9.txt: [("'there", 'there')]
ST19040316-V30-11-page10.txt: [("'Twas", 'Twas'), ("'pease", 'pease')]
ST19040316-V30-11-page11.txt: [("'Lake", 'Lake')]
ST19040316-V30-11-page12.txt: [("'famine", 'famine'), ("'persons", 'persons'), ("'chaos", 'chaos')]
ST19040316-V30-11-page13.txt: [("'of", 'of'), ("'of", 'of')]
ST19040316-V30-11-page14.txt: [("'received", 'received'), ("'we", 'we'), ("'and", 'and')]
ST19040316-V30-11-page16.txt: [("'Bible", 'Bible'), ("'Mountain", 'Mountain'), ("'the", 'the'), ("'a", 'a'), ("'a", 'a'), ("'.Our", '.Our'), ("'noble", 'noble'), ("'Lesson", 'Lesson')]
ST19040316-V30-11-page2.txt: [("'neath", 'neath')]
ST19040316-V30-11-page3.txt: [("'Son", 'Son'), ("'Abel's", 'Abels')]
ST19040316-V30-11-page4.txt: [("'And", 'And')]
ST19040316-V30-11-page5.txt: [("'soul", 'soul'), ("'prayer.", 'prayer.')]
ST19040316-V30-11-page7.txt: [("'put", 'put')]
ST19040316-V30-11-page8.txt: [("'but", 'but')]
ST19040316-V30-11-page9.txt: [("'the", 'the'), ("'ever", 'ever'), ("'the", 'the')]
ST19040323-V30-12-page10.txt: [("'round", 'round'), ("'a", 'a'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'em", 'em'), ("'ein", 'ein'), ("'em", 'em'), ("'em", 'em'), ("'twas", 'twas'), ("'twas", 'twas'), ("'cm", 'cm'), ("'em.", 'em.'), ("'tis", 'tis'), ("'twas", 'twas'), ("'john", 'john')]
ST19040323-V30-12-page11.txt: [("'em", 'em'), ("'twas", 'twas'), ("'tis", 'tis'), ("'em", 'em'), ("'em", 'em'), ("'Taint", 'Taint'), ("'the", 'the')]
ST19040323-V30-12-page12.txt: [("'Tis", 'Tis'), ("'western", 'western'), ("'to", 'to')]
ST19040323-V30-12-page16.txt: [("'wishes", 'wishes')]
ST19040323-V30-12-page2.txt: [("'and", 'and'), ("'round", 'round'), ("'makes", 'makes')]
ST19040323-V30-12-page3.txt: [("'Are", 'Are'), ("'lance", 'lance'), ("'I", 'I')]
ST19040323-V30-12-page5.txt: [("'Luke", 'Luke')]
ST19040323-V30-12-page6.txt: [("'from", 'from'), ("'of", 'of')]
ST19040323-V30-12-page7.txt: [("'who", 'who'), ("'church.", 'church.')]
ST19040323-V30-12-page8.txt: [("'to", 'to'), ("'their", 'their'), ("'quiet", 'quiet'), ("'Century", 'Century'), ("'rate", 'rate'), ("'Congress", 'Congress'), ("'and", 'and')]
ST19040323-V30-12-page9.txt: [("'work", 'work')]
ST19040330-V30-13-page12.txt: [('\'"', '"')]
ST19040330-V30-13-page13.txt: [("'come", 'come'), ("'love", 'love'), ("'It", 'It'), ("'Ibos", 'Ibos'), ("'it", 'it')]
ST19040330-V30-13-page14.txt: [("'And", 'And'), ("'sweet", 'sweet'), ("'myrrh", 'myrrh')]
ST19040330-V30-13-page15.txt: [("'watch", 'watch')]
ST19040330-V30-13-page16.txt: [("'various", 'various')]
ST19040330-V30-13-page2.txt: [("'tis", 'tis')]
ST19040330-V30-13-page3.txt: [("'dr", 'dr'), ("'Redemption", 'Redemption'), ("'grows", 'grows'), ("'and", 'and'), ("'The", 'The')]
ST19040330-V30-13-page4.txt: [("'that", 'that'), ("'Eden", 'Eden')]
ST19040330-V30-13-page5.txt: [("'perfect", 'perfect'), ("'Come", 'Come'), ("'gatekeeper", 'gatekeeper')]
ST19040330-V30-13-page6.txt: [("'which", 'which')]
ST19040330-V30-13-page7.txt: [("'to", 'to'), ("'deceived", 'deceived'), ("'acceptance", 'acceptance'), ("'Catholics.", 'Catholics.'), ("'the", 'the')]
ST19040330-V30-13-page9.txt: [("'Ping", 'Ping'), ("'place", 'place')]
ST19040406-V30-14-page11.txt: [("'seen", 'seen')]
ST19040406-V30-14-page12.txt: [("'you", 'you')]
ST19040406-V30-14-page13.txt: [("'In", 'In'), ("'expressed", 'expressed'), ("'Publishing", 'Publishing'), ("'Um", 'Um')]
ST19040406-V30-14-page14.txt: [("'more", 'more')]
ST19040406-V30-14-page15.txt: [("'Drafts", 'Drafts')]
ST19040406-V30-14-page16.txt: [("'witnesses", 'witnesses')]
ST19040406-V30-14-page3.txt: [("'and", 'and'), ("'queen", 'queen'), ("'morning", 'morning'), ("'And", 'And'), ("'God", 'God'), ("'the", 'the'), ("'I", 'I'), ("'nations", 'nations'), ("'the", 'the')]
ST19040406-V30-14-page5.txt: [("'the", 'the')]
ST19040406-V30-14-page6.txt: [("'APRIL", 'APRIL'), ("'of", 'of')]
ST19040406-V30-14-page7.txt: [("'often", 'often'), ("'the", 'the'), ("'clay", 'clay')]
ST19040406-V30-14-page8.txt: [("'called", 'called')]
ST19040406-V30-14-page9.txt: [("'plain", 'plain')]
ST19040413-V30-15-page1.txt: [("'d", 'd')]
ST19040413-V30-15-page11.txt: [("'killed", 'killed'), ("'every", 'every'), ("'Tis", 'Tis'), ("'em", 'em'), ("'em", 'em'), ("'covered", 'covered'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'and", 'and'), ("'less", 'less'), ("'cause", 'cause'), ("'splained", 'splained')]
ST19040413-V30-15-page12.txt: [("'he", 'he'), ("'the", 'the')]
ST19040413-V30-15-page13.txt: [("'women", 'women')]
ST19040413-V30-15-page16.txt: [("'created", 'created'), ("'a", 'a')]
ST19040413-V30-15-page3.txt: [("'and", 'and'), ("'some", 'some'), ("'the", 'the')]
ST19040413-V30-15-page5.txt: [("'is", 'is'), ("'was", 'was')]
ST19040413-V30-15-page6.txt: [("'trust", 'trust')]
ST19040413-V30-15-page7.txt: [("'and", 'and'), ("'Outside", 'Outside'), ("'Gospel", 'Gospel')]
ST19040413-V30-15-page8.txt: [("'with", 'with'), ("'It", 'It'), ("'is", 'is'), ("'All", 'All')]
ST19040413-V30-15-page9.txt: [("'to", 'to'), ("'from", 'from'), ("'no", 'no'), ("'to", 'to'), ("'suppression", 'suppression')]
ST19040420-V30-16-page10.txt: [("'I", 'I')]
ST19040420-V30-16-page11.txt: [("'Tis", 'Tis'), ("'neath", 'neath'), ("'Tis", 'Tis'), ("'JoE", 'JoE'), ("'nough", 'nough'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'most", 'most'), ("'pint", 'pint')]
ST19040420-V30-16-page12.txt: [("'THERE", 'THERE'), ("'know", 'know'), ("'conditions", 'conditions')]
ST19040420-V30-16-page13.txt: [("'with", 'with'), ("'the", 'the'), ("'was", 'was')]
ST19040420-V30-16-page14.txt: [("'gold", 'gold')]
ST19040420-V30-16-page15.txt: [("'Testimony", 'Testimony')]
ST19040420-V30-16-page16.txt: [("'occurred.", 'occurred.')]
ST19040420-V30-16-page2.txt: [("'I", 'I'), ("'you", 'you'), ("''As", 'As')]
ST19040420-V30-16-page3.txt: [("'a", 'a'), ("'worthy", 'worthy'), ("'the", 'the')]
ST19040420-V30-16-page5.txt: [("'glorious", 'glorious'), ("'Where", 'Where'), ("'there", 'there'), ("'read", 'read')]
ST19040420-V30-16-page6.txt: [("'even", 'even')]
ST19040420-V30-16-page7.txt: [("'the", 'the'), ("'nothing", 'nothing'), ("'before", 'before'), ("'the", 'the')]
ST19040420-V30-16-page8.txt: [("'but", 'but')]
ST19040420-V30-16-page9.txt: [("'to", 'to'), ("'punishment.", 'punishment.')]
ST19040427-V30-17-page1.txt: [("'every", 'every'), ('\'God."', 'God."')]
ST19040427-V30-17-page10.txt: [("'come", 'come')]
ST19040427-V30-17-page11.txt: [("'nervous", 'nervous'), ("'a", 'a'), ("'Never", 'Never')]
ST19040427-V30-17-page13.txt: [("'effectiveness", 'effectiveness')]
ST19040427-V30-17-page14.txt: [("'the", 'the'), ("'As", 'As')]
ST19040427-V30-17-page15.txt: [("'Tract", 'Tract')]
ST19040427-V30-17-page16.txt: [("'Our", 'Our'), ("'the", 'the')]
ST19040427-V30-17-page2.txt: [("'chimeras", 'chimeras'), ("'nevertheless", 'nevertheless')]
ST19040427-V30-17-page3.txt: [("'God's", 'Gods'), ("'Shall", 'Shall'), ("'Now", 'Now'), ("'message", 'message')]
ST19040427-V30-17-page4.txt: [("'lifted", 'lifted'), ("'not", 'not')]
ST19040427-V30-17-page5.txt: [("'Christian", 'Christian')]
ST19040427-V30-17-page6.txt: [("'the", 'the'), ("'mercy", 'mercy')]
ST19040427-V30-17-page7.txt: [("'co.", 'co.'), ("'he", 'he'), ("'am", 'am')]
ST19040427-V30-17-page9.txt: [("'Christian", 'Christian'), ("'by", 'by')]
ST19040504-V30-18-page10.txt: [("'never", 'never'), ("'for", 'for'), ("'she", 'she'), ("'telling", 'telling')]
ST19040504-V30-18-page11.txt: [("'C.", 'C.'), ("'National", 'National')]
ST19040504-V30-18-page12.txt: [("'Tis", 'Tis'), ("'customs", 'customs')]
ST19040504-V30-18-page13.txt: [("'hardest", 'hardest'), ("'this", 'this'), ("'kindred", 'kindred')]
ST19040504-V30-18-page15.txt: [("'at", 'at')]
ST19040504-V30-18-page16.txt: [("'different", 'different'), ("'interpretations", 'interpretations'), ("'Word.", 'Word.'), ("'successful", 'successful'), ("'He", 'He')]
ST19040504-V30-18-page2.txt: [("'McKinleys", 'McKinleys')]
ST19040504-V30-18-page3.txt: [("'they", 'they'), ("'Thou", 'Thou'), ("'THE", 'THE')]
ST19040504-V30-18-page4.txt: [("'that", 'that'), ("'moved", 'moved')]
ST19040504-V30-18-page5.txt: [("'em", 'em'), ("'and", 'and'), ("''restraints", 'restraints')]
ST19040504-V30-18-page6.txt: [("'Israel.", 'Israel.'), ("'remind", 'remind')]
ST19040504-V30-18-page8.txt: [("'twould", 'twould')]
ST19040504-V30-18-page9.txt: [("'and", 'and')]
ST19040511-V30-19-page10.txt: [("'tis", 'tis'), ("'I've", 'Ive'), ("'Mr.", 'Mr.')]
ST19040511-V30-19-page11.txt: [("'thought", 'thought')]
ST19040511-V30-19-page13.txt: [("'which", 'which'), ("'in", 'in')]
ST19040511-V30-19-page14.txt: [("'of", 'of')]
ST19040511-V30-19-page15.txt: [("'Soo", 'Soo'), ("'TIMES", 'TIMES'), ("'very", 'very'), ("'Come", 'Come'), ("'His", 'His')]
ST19040511-V30-19-page16.txt: [("'Baltimore", 'Baltimore')]
ST19040511-V30-19-page2.txt: [("'they", 'they')]
ST19040511-V30-19-page3.txt: [('\'"God', '"God'), ("'now", 'now'), ("'gathered", 'gathered'), ("'of", 'of'), ("'mark", 'mark'), ("'God", 'God')]
ST19040511-V30-19-page4.txt: [("'every", 'every')]
ST19040511-V30-19-page5.txt: [("'Moses", 'Moses'), ("'I", 'I')]
ST19040511-V30-19-page6.txt: [("'of", 'of')]
ST19040511-V30-19-page7.txt: [("'coming", 'coming'), ("'Cry", 'Cry'), ("'give", 'give'), ("'see", 'see'), ("'Which", 'Which')]
ST19040511-V30-19-page9.txt: [("'all", 'all'), ("'ear", 'ear'), ("'in", 'in'), ("'Greater", 'Greater'), ("'he", 'he')]
ST19040518-V30-20-page1.txt: [("'action", 'action'), ("'True", 'True')]
ST19040518-V30-20-page10.txt: [("'Just", 'Just'), ("'en", 'en'), ("'fraid", 'fraid')]
ST19040518-V30-20-page11.txt: [("'is", 'is'), ("'the", 'the'), ("'your", 'your')]
ST19040518-V30-20-page12.txt: [("'of", 'of')]
ST19040518-V30-20-page13.txt: [("'could", 'could'), ("'of", 'of')]
ST19040518-V30-20-page15.txt: [("'Testimony", 'Testimony'), ("''Signs", 'Signs')]
ST19040518-V30-20-page2.txt: [("'ed", 'ed')]
ST19040518-V30-20-page3.txt: [("'The", 'The'), ("'Am", 'Am'), ("'the", 'the')]
ST19040518-V30-20-page4.txt: [("'.", '.')]
ST19040518-V30-20-page5.txt: [("'to", 'to')]
ST19040518-V30-20-page6.txt: [("''of", 'of')]
ST19040518-V30-20-page7.txt: [("'Peter", 'Peter')]
ST19040518-V30-20-page8.txt: [("'penitentiary.", 'penitentiary.'), ("'or", 'or')]
ST19040518-V30-20-page9.txt: [("'Let", 'Let'), ("'radically", 'radically')]
ST19040601-V30-22-page1.txt: [("'the", 'the')]
ST19040601-V30-22-page10.txt: [("'twas", 'twas'), ("'mid", 'mid'), ("'forsooth", 'forsooth'), ("'Joe", 'Joe'), ("'from", 'from'), ("'nuther", 'nuther'), ("'disappoint", 'disappoint')]
ST19040601-V30-22-page11.txt: [("'breathed", 'breathed'), ("'em", 'em'), ("'em", 'em')]
ST19040601-V30-22-page12.txt: [("'By", 'By')]
ST19040601-V30-22-page13.txt: [("'to", 'to'), ("'are", 'are')]
ST19040601-V30-22-page14.txt: [("'ejecting", 'ejecting')]
ST19040601-V30-22-page15.txt: [("'and", 'and'), ("'sent", 'sent')]
ST19040601-V30-22-page16.txt: [("'God's", 'Gods'), ("'broader", 'broader'), ("'philanthropic", 'philanthropic'), ("'not", 'not'), ("'of", 'of'), ("'Sunday", 'Sunday')]
ST19040601-V30-22-page2.txt: [("'are", 'are'), ("'the", 'the'), ("'re", 're'), ("'tis", 'tis'), ("'opened", 'opened')]
ST19040601-V30-22-page3.txt: [("'acquisitiveness", 'acquisitiveness')]
ST19040601-V30-22-page5.txt: [("'thousand", 'thousand')]
ST19040601-V30-22-page9.txt: [("'recently", 'recently')]
ST19040824-V30-34-page1.txt: [("'denial", 'denial'), ("'Christ's", 'Christs'), ("'The", 'The')]
ST19040824-V30-34-page10.txt: [("'performance", 'performance')]
ST19040824-V30-34-page11.txt: [("'too", 'too'), ("'so", 'so')]
ST19040824-V30-34-page12.txt: [('\'"', '"')]
ST19040824-V30-34-page14.txt: [("'nth", 'nth')]
ST19040824-V30-34-page16.txt: [("'reveals", 'reveals')]
ST19040824-V30-34-page4.txt: [("'round", 'round'), ("'graven", 'graven')]
ST19040824-V30-34-page8.txt: [("'could", 'could')]
ST19040831-V30-35-page10.txt: [("'many", 'many')]
ST19040831-V30-35-page11.txt: [("'and", 'and')]
ST19040831-V30-35-page12.txt: [("'this", 'this'), ("'were", 'were')]
ST19040831-V30-35-page13.txt: [("'the", 'the')]
ST19040831-V30-35-page14.txt: [("'and", 'and')]
ST19040831-V30-35-page15.txt: [("'l", 'l')]
ST19040831-V30-35-page16.txt: [("'hope", 'hope'), ("'he", 'he')]
ST19040831-V30-35-page5.txt: [("'Lazarus", 'Lazarus'), ("'undertakings", 'undertakings'), ("'tolerates", 'tolerates')]
ST19040831-V30-35-page8.txt: [("'betting", 'betting')]
ST19040831-V30-35-page9.txt: [("'Korea.", 'Korea.')]
ST19040921-V30-37-page1.txt: [("'disappointment", 'disappointment')]
ST19040921-V30-37-page10.txt: [("'tis", 'tis'), ("'twill", 'twill')]
ST19040921-V30-37-page13.txt: [("'increased", 'increased'), ("'the", 'the'), ("'companies.", 'companies.'), ("'its", 'its'), ("'true", 'true'), ("'were", 'were'), ("'About", 'About'), ("'wrestling", 'wrestling')]
ST19040921-V30-37-page2.txt: [("'not", 'not')]
ST19040921-V30-37-page3.txt: [("'all", 'all'), ("'shining", 'shining')]
ST19040921-V30-37-page5.txt: [("'gainst", 'gainst'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST19040921-V30-37-page6.txt: [("'It", 'It'), ("'mid", 'mid'), ("'round", 'round')]
ST19040921-V30-37-page7.txt: [("'ty", 'ty')]
ST19040921-V30-37-page8.txt: [("'Jesus", 'Jesus')]
ST19040921-V30-37-page9.txt: [("'corruption", 'corruption'), ("'make", 'make')]
ST19041026-V30-42-page10.txt: [("'tiny", 'tiny'), ("'a", 'a')]
ST19041026-V30-42-page11.txt: [("'Paid", 'Paid'), ("'for", 'for'), ("'Many", 'Many'), ("'himself", 'himself'), ("'ea", 'ea'), ("'ndid", 'ndid')]
ST19041026-V30-42-page12.txt: [("'man.", 'man.')]
ST19041026-V30-42-page14.txt: [("'son's", 'sons')]
ST19041026-V30-42-page15.txt: [("'be", 'be')]
ST19041026-V30-42-page16.txt: [('\'vs"es', 'vs"es'), ("'his", 'his'), ("'be", 'be')]
ST19041026-V30-42-page2.txt: [("'least", 'least')]
ST19041026-V30-42-page4.txt: [("'a", 'a'), ("'perfect", 'perfect')]
ST19041026-V30-42-page7.txt: [("'It", 'It')]
ST19041026-V30-42-page9.txt: [("'it", 'it'), ("'evangelical", 'evangelical'), ("'Kuropatkin's", 'Kuropatkins')]
ST19041102-V30-43-page11.txt: [("'whose", 'whose'), ("'its", 'its'), ("'law", 'law')]
ST19041102-V30-43-page12.txt: [("'blunted", 'blunted')]
ST19041102-V30-43-page13.txt: [("'twixt", 'twixt'), ("'twixt", 'twixt'), ("'tis", 'tis')]
ST19041102-V30-43-page15.txt: [("'systems", 'systems')]
ST19041102-V30-43-page16.txt: [("'Us", 'Us')]
ST19041102-V30-43-page18.txt: [("'and", 'and'), ("'readers", 'readers'), ("'drum", 'drum'), ("'Epiphany", 'Epiphany')]
ST19041102-V30-43-page20.txt: [("'be", 'be')]
ST19041102-V30-43-page3.txt: [("'up", 'up'), ("'in", 'in')]
ST19041102-V30-43-page5.txt: [("'and", 'and')]
ST19041102-V30-43-page6.txt: [('\'"ev', '"ev')]
ST19041102-V30-43-page8.txt: [("'rich", 'rich'), ("'a", 'a'), ("'presence.", 'presence.'), ("'Tis", 'Tis')]
ST19041102-V30-43-page9.txt: [("'wonders", 'wonders')]
ST19041109-V30-44-page10.txt: [("'poll", 'poll'), ("'yarned", 'yarned')]
ST19041109-V30-44-page11.txt: [("'Astounding", 'Astounding'), ("'It", 'It'), ("'ILLUSTRATED.", 'ILLUSTRATED.'), ("'T", 'T')]
ST19041109-V30-44-page12.txt: [("'territory", 'territory'), ("'are", 'are')]
ST19041109-V30-44-page14.txt: [("'with", 'with'), ("'the", 'the')]
ST19041109-V30-44-page16.txt: [("'of", 'of')]
ST19041109-V30-44-page3.txt: [("'the", 'the')]
ST19041109-V30-44-page6.txt: [("'Sul", 'Sul'), ("'leave", 'leave'), ("'plenty", 'plenty')]
ST19041109-V30-44-page7.txt: [("'and", 'and')]
ST19041109-V30-44-page8.txt: [("'In", 'In')]
ST19041109-V30-44-page9.txt: [("'interests", 'interests'), ("'last", 'last'), ("'the", 'the')]
ST19041116-V30-45-page11.txt: [("'their", 'their'), ("'large", 'large')]
ST19041116-V30-45-page12.txt: [("'of", 'of'), ("'and", 'and'), ("'be", 'be')]
ST19041116-V30-45-page13.txt: [("'God's", 'Gods'), ("'UM", 'UM'), ("'the", 'the')]
ST19041116-V30-45-page15.txt: [("'tenderness", 'tenderness')]
ST19041116-V30-45-page16.txt: [("'draw", 'draw')]
ST19041116-V30-45-page17.txt: [("'.", '.')]
ST19041116-V30-45-page18.txt: [("'few", 'few'), ("'UpOn", 'UpOn'), ("'error", 'error')]
ST19041116-V30-45-page2.txt: [("''fourth", 'fourth'), ("'great", 'great')]
ST19041116-V30-45-page3.txt: [("'must", 'must'), ("'neath", 'neath')]
ST19041116-V30-45-page4.txt: [("'N.", 'N.')]
ST19041116-V30-45-page5.txt: [("'earth", 'earth')]
ST19041116-V30-45-page7.txt: [("'pat", 'pat'), ("'the", 'the'), ("'Hope", 'Hope')]
ST19041116-V30-45-page8.txt: [("'to", 'to'), ("'day", 'day')]
ST19041116-V30-45-page9.txt: [("'created", 'created')]
ST19041123-V30-46-page10.txt: [("'gold", 'gold')]
ST19041123-V30-46-page11.txt: [("'Rom.", 'Rom.'), ("'poor", 'poor'), ("'Euphrates", 'Euphrates')]
ST19041123-V30-46-page12.txt: [("'transferred", 'transferred')]
ST19041123-V30-46-page13.txt: [("'TwAs", 'TwAs'), ("'clutt", 'clutt')]
ST19041123-V30-46-page15.txt: [("'different", 'different'), ("'must", 'must'), ("'at", 'at'), ("'with", 'with'), ("'unable", 'unable'), ("'God", 'God'), ("'Bible", 'Bible'), ("'I", 'I'), ("'did", 'did'), ("'return", 'return')]
ST19041123-V30-46-page16.txt: [("'Neath", 'Neath')]
ST19041123-V30-46-page18.txt: [("'will", 'will'), ("'statute", 'statute'), ("'state", 'state'), ("'adherents", 'adherents')]
ST19041123-V30-46-page3.txt: [("'house", 'house'), ("'e", 'e')]
ST19041123-V30-46-page4.txt: [("'Himself", 'Himself')]
ST19041123-V30-46-page7.txt: [("'And", 'And')]
ST19041123-V30-46-page9.txt: [("'the", 'the'), ("'Empire", 'Empire')]
ST19041207-V30-48-page11.txt: [("'tis", 'tis')]
ST19041207-V30-48-page12.txt: [("'He", 'He')]
ST19041207-V30-48-page13.txt: [("'ry", 'ry'), ("'ring", 'ring'), ("'neath", 'neath')]
ST19041207-V30-48-page15.txt: [("'thou", 'thou')]
ST19041207-V30-48-page16.txt: [("'Bibles", 'Bibles')]
ST19041207-V30-48-page18.txt: [("'God's", 'Gods')]
ST19041207-V30-48-page2.txt: [("'The", 'The'), ("'There", 'There')]
ST19041207-V30-48-page3.txt: [("'tis", 'tis')]
ST19041207-V30-48-page4.txt: [("'all", 'all')]
ST19041207-V30-48-page5.txt: [("'But", 'But')]
ST19041207-V30-48-page8.txt: [("'Had", 'Had'), ("'of", 'of'), ("'a", 'a')]
ST19041207-V30-48-page9.txt: [("'heaven", 'heaven')]
ST19050104-V31-01-page10.txt: [("'ha", 'ha'), ("'UNITED", 'UNITED')]
ST19050104-V31-01-page11.txt: [("'with", 'with')]
ST19050104-V31-01-page12.txt: [("'TWILL", 'TWILL'), ("'twill", 'twill'), ("'twill", 'twill'), ("'twill", 'twill'), ("'twill", 'twill')]
ST19050104-V31-01-page14.txt: [("'.", '.'), ("'TO", 'TO'), ("'.vin", '.vin')]
ST19050104-V31-01-page15.txt: [("'Jesus", 'Jesus'), ("'Wit", 'Wit')]
ST19050104-V31-01-page16.txt: [("'t", 't'), ("'sible", 'sible'), ("'The", 'The'), ("'Tm", 'Tm'), ("'..", '..')]
ST19050104-V31-01-page4.txt: [("'appreciated", 'appreciated'), ("'them", 'them'), ('\'"', '"')]
ST19050104-V31-01-page5.txt: [("'is", 'is')]
ST19050104-V31-01-page7.txt: [("'open", 'open'), ("'il", 'il')]
ST19050104-V31-01-page8.txt: [("'gratify", 'gratify')]
ST19050111-V31-02-page10.txt: [("'The", 'The')]
ST19050111-V31-02-page11.txt: [("'e", 'e')]
ST19050111-V31-02-page12.txt: [("'INTO", 'INTO')]
ST19050111-V31-02-page13.txt: [("'with", 'with')]
ST19050111-V31-02-page15.txt: [("'clock", 'clock')]
ST19050111-V31-02-page16.txt: [("'They", 'They'), ("'t", 't'), ("'God", 'God'), ("'t", 't')]
ST19050111-V31-02-page4.txt: [("'condemnatory", 'condemnatory')]
ST19050111-V31-02-page5.txt: [("'old", 'old')]
ST19050111-V31-02-page6.txt: [("'federation", 'federation')]
ST19050111-V31-02-page7.txt: [("'round", 'round')]
ST19050111-V31-02-page8.txt: [("'course", 'course'), ("'of", 'of'), ("'Not", 'Not')]
ST19050111-V31-02-page9.txt: [("'Tis", 'Tis'), ("''And", 'And')]
ST19050118-V31-03-page10.txt: [("'Rome", 'Rome'), ("'of", 'of'), ("'El", 'El')]
ST19050118-V31-03-page11.txt: [("'were", 'were'), ("'grounded", 'grounded'), ("'and", 'and')]
ST19050118-V31-03-page13.txt: [("'with", 'with')]
ST19050118-V31-03-page14.txt: [("'mockingly", 'mockingly'), ("'where", 'where'), ("'gave", 'gave')]
ST19050118-V31-03-page15.txt: [("'t", 't')]
ST19050118-V31-03-page16.txt: [("'thus", 'thus'), ("'as", 'as'), ("'creation", 'creation'), ("'B.", 'B.')]
ST19050118-V31-03-page2.txt: [("'ANGEL.", 'ANGEL.')]
ST19050118-V31-03-page4.txt: [("'no", 'no')]
ST19050118-V31-03-page6.txt: [("'and", 'and'), ("'of", 'of')]
ST19050118-V31-03-page7.txt: [("'when", 'when')]
ST19050118-V31-03-page8.txt: [("'and", 'and'), ("'description", 'description')]
ST19050118-V31-03-page9.txt: [("'story", 'story')]
ST19050124-V31-04-page10.txt: [("'A", 'A')]
ST19050124-V31-04-page11.txt: [("'shown", 'shown'), ("'Wore", 'Wore')]
ST19050124-V31-04-page13.txt: [("'mentioning", 'mentioning'), ("'.", '.')]
ST19050124-V31-04-page14.txt: [("'Tis", 'Tis'), ("'tis", 'tis'), ("'.", '.')]
ST19050124-V31-04-page16.txt: [("'efoiceth", 'efoiceth'), ("'.", '.')]
ST19050124-V31-04-page3.txt: [("'heart", 'heart')]
ST19050124-V31-04-page7.txt: [("'stated", 'stated')]
ST19050124-V31-04-page8.txt: [("'el", 'el')]
ST19050124-V31-04-page9.txt: [("'could", 'could')]
ST19050201-V31-05-page10.txt: [("'harmony", 'harmony'), ("'in", 'in')]
ST19050201-V31-05-page11.txt: [("'This", 'This')]
ST19050201-V31-05-page12.txt: [("'Pacific", 'Pacific')]
ST19050201-V31-05-page13.txt: [("'by", 'by'), ("'Write", 'Write'), ("'s", 's')]
ST19050201-V31-05-page14.txt: [("'it", 'it'), ("'trifling.", 'trifling.'), ("'and", 'and')]
ST19050201-V31-05-page15.txt: [("'Get", 'Get'), ("'TS", 'TS'), ("'power.", 'power.')]
ST19050201-V31-05-page16.txt: [("'And", 'And')]
ST19050201-V31-05-page2.txt: [("'Daniel", 'Daniel')]
ST19050201-V31-05-page5.txt: [("'Christ", 'Christ'), ("'Commandments.", 'Commandments.')]
ST19050201-V31-05-page7.txt: [('\'"Association', '"Association')]
ST19050201-V31-05-page9.txt: [("'by", 'by')]
ST19050208-V31-06-page10.txt: [("'identity", 'identity')]
ST19050208-V31-06-page11.txt: [("'message", 'message')]
ST19050208-V31-06-page12.txt: [("'Of", 'Of'), ("'Twas", 'Twas'), ("'effect", 'effect')]
ST19050208-V31-06-page13.txt: [("'loth", 'loth')]
ST19050208-V31-06-page14.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'feeding-bottles", 'feeding-bottles')]
ST19050208-V31-06-page15.txt: [("'cents.", 'cents.'), ("'recognize", 'recognize')]
ST19050208-V31-06-page16.txt: [("'divine", 'divine'), ("'fathers", 'fathers')]
ST19050208-V31-06-page2.txt: [("'Daniel", 'Daniel'), ("'Trusts", 'Trusts')]
ST19050208-V31-06-page3.txt: [("'fp", 'fp')]
ST19050208-V31-06-page5.txt: [("'that", 'that')]
ST19050208-V31-06-page6.txt: [("'seventh-day", 'seventh-day'), ("'a", 'a')]
ST19050208-V31-06-page8.txt: [("'not", 'not')]
ST19050208-V31-06-page9.txt: [("'that", 'that'), ("'Then", 'Then')]
ST19050215-V31-07-page11.txt: [("'then", 'then'), ("'them", 'them'), ("'atomises", 'atomises')]
ST19050215-V31-07-page12.txt: [("'asked", 'asked'), ("'gone", 'gone')]
ST19050215-V31-07-page13.txt: [("'.", '.')]
ST19050215-V31-07-page14.txt: [("'There", 'There')]
ST19050215-V31-07-page16.txt: [("'any", 'any'), ("'the", 'the')]
ST19050215-V31-07-page2.txt: [("'dyspepsia", 'dyspepsia'), ("'vegetarianism", 'vegetarianism')]
ST19050215-V31-07-page4.txt: [("'cause", 'cause'), ("'The", 'The')]
ST19050215-V31-07-page5.txt: [("'That", 'That')]
ST19050215-V31-07-page7.txt: [("'the", 'the')]
ST19050215-V31-07-page8.txt: [("'EVOLUTION", 'EVOLUTION')]
ST19050215-V31-07-page9.txt: [("'Tts", 'Tts'), ("'seasons", 'seasons')]
ST19050222-V31-08-page10.txt: [("'would", 'would'), ("'doubted", 'doubted')]
ST19050222-V31-08-page11.txt: [("'by", 'by'), ("'the", 'the'), ("'presence", 'presence'), ("'Redeemer", 'Redeemer'), ("'and", 'and'), ("'know", 'know'), ("'but", 'but')]
ST19050222-V31-08-page14.txt: [("'round", 'round')]
ST19050222-V31-08-page15.txt: [("'He", 'He')]
ST19050222-V31-08-page16.txt: [("'New", 'New'), ("'not", 'not'), ("'Of", 'Of'), ("'organization", 'organization'), ("'can", 'can'), ("'BLit", 'BLit')]
ST19050222-V31-08-page3.txt: [("'Greenland", 'Greenland')]
ST19050222-V31-08-page4.txt: [("'of", 'of')]
ST19050222-V31-08-page5.txt: [("'before", 'before'), ("'outside", 'outside'), ("'woman", 'woman')]
ST19050222-V31-08-page6.txt: [("'chief", 'chief'), ("'flamboyant", 'flamboyant'), ("'F.", 'F.')]
ST19050222-V31-08-page8.txt: [("'a", 'a')]
ST19050222-V31-08-page9.txt: [("'one", 'one'), ("'life", 'life')]
ST19050301-V31-09-page13.txt: [("'Wholesome", 'Wholesome')]
ST19050301-V31-09-page15.txt: [("'Bets", 'Bets')]
ST19050301-V31-09-page16.txt: [("'death", 'death')]
ST19050301-V31-09-page3.txt: [("'more", 'more')]
ST19050301-V31-09-page5.txt: [("'legitimately", 'legitimately'), ("'to", 'to'), ("'other.instances", 'other.instances')]
ST19050301-V31-09-page7.txt: [("'bulletin", 'bulletin'), ("'Sosnovice", 'Sosnovice'), ("'the", 'the'), ("'Kansas", 'Kansas')]
ST19050301-V31-09-page9.txt: [("'W", 'W'), ("'Gainst", 'Gainst'), ("'people", 'people'), ("'We", 'We')]
ST19050308-V31-10-page10.txt: [("'known", 'known'), ("'of", 'of')]
ST19050308-V31-10-page11.txt: [("'to", 'to')]
ST19050308-V31-10-page14.txt: [("'yet", 'yet')]
ST19050308-V31-10-page15.txt: [("'em", 'em')]
ST19050308-V31-10-page16.txt: [("'a", 'a'), ("'path", 'path'), ("'apostle", 'apostle'), ("'have", 'have')]
ST19050308-V31-10-page2.txt: [("''Vegetarian", 'Vegetarian')]
ST19050308-V31-10-page5.txt: [("'or", 'or'), ("'the", 'the')]
ST19050308-V31-10-page6.txt: [("'towns", 'towns')]
ST19050308-V31-10-page7.txt: [("'claims", 'claims')]
ST19050308-V31-10-page9.txt: [("'neath", 'neath'), ("'the", 'the')]
ST19050315-V31-11-page10.txt: [("'wherewith", 'wherewith')]
ST19050315-V31-11-page11.txt: [("'the", 'the'), ("'the", 'the'), ("'will", 'will'), ("'to", 'to'), ("'beast", 'beast')]
ST19050315-V31-11-page12.txt: [("'ring", 'ring'), ("'lest", 'lest')]
ST19050315-V31-11-page14.txt: [("'you", 'you')]
ST19050315-V31-11-page16.txt: [("'be", 'be')]
ST19050315-V31-11-page2.txt: [("'cl", 'cl'), ("'.", '.'), ("'iontains", 'iontains')]
ST19050315-V31-11-page3.txt: [("'recently", 'recently'), ("'pel", 'pel')]
ST19050315-V31-11-page5.txt: [("'No.", 'No.'), ("'He", 'He'), ("'know", 'know')]
ST19050315-V31-11-page6.txt: [("'Abbott", 'Abbott')]
ST19050315-V31-11-page8.txt: [("'she", 'she')]
ST19050315-V31-11-page9.txt: [("'illustrate", 'illustrate')]
ST19050322-V31-12-page12.txt: [("'mid", 'mid'), ("'round", 'round')]
ST19050322-V31-12-page14.txt: [("'direction", 'direction'), ("'.", '.')]
ST19050322-V31-12-page15.txt: [("'Himself", 'Himself'), ("'DECENNIAL", 'DECENNIAL'), ("'A", 'A'), ("'a", 'a')]
ST19050322-V31-12-page16.txt: [("'tis", 'tis'), ("'tis", 'tis'), ("'which", 'which')]
ST19050322-V31-12-page2.txt: [("'Testament", 'Testament')]
ST19050322-V31-12-page3.txt: [("'gates", 'gates')]
ST19050322-V31-12-page4.txt: [("'upon", 'upon'), ("'be", 'be'), ("'alienate", 'alienate')]
ST19050322-V31-12-page5.txt: [("'The", 'The')]
ST19050322-V31-12-page7.txt: [("'inaugurated", 'inaugurated')]
ST19050329-V31-13-page10.txt: [("'Will", 'Will'), ("'of", 'of'), ("'are", 'are'), ("'detail.", 'detail.')]
ST19050329-V31-13-page12.txt: [('\'"', '"'), ("'religions", 'religions')]
ST19050329-V31-13-page13.txt: [("'are", 'are'), ("'annual", 'annual'), ("'means", 'means'), ("'pupils", 'pupils')]
ST19050329-V31-13-page14.txt: [("'the", 'the'), ("'fire", 'fire'), ("'of", 'of')]
ST19050329-V31-13-page15.txt: [("'the", 'the'), ("'gal.", 'gal.')]
ST19050329-V31-13-page16.txt: [("'Mission", 'Mission'), ("'has", 'has'), ("'s.uch", 's.uch'), ("'sufferings", 'sufferings'), ("'the", 'the'), ("'there", 'there'), ('\'in"', 'in"')]
ST19050329-V31-13-page2.txt: [("'so", 'so'), ("'stimulants", 'stimulants')]
ST19050329-V31-13-page3.txt: [("'wrought", 'wrought'), ("'record", 'record'), ("'operating", 'operating')]
ST19050329-V31-13-page5.txt: [("'the", 'the')]
ST19050329-V31-13-page7.txt: [("'a", 'a'), ("'yet", 'yet'), ("'of", 'of'), ("'Sabbath", 'Sabbath'), ("'quite", 'quite')]
ST19050329-V31-13-page8.txt: [("'Religious", 'Religious')]
ST19050329-V31-13-page9.txt: [("'the", 'the'), ("'co", 'co')]
ST19050405-V31-14-page10.txt: [("'Arise", 'Arise'), ("'to", 'to')]
ST19050405-V31-14-page12.txt: [("'king", 'king')]
ST19050405-V31-14-page13.txt: [("'Pacific", 'Pacific'), ("'physiological", 'physiological'), ("'medical", 'medical'), ("'Philippines", 'Philippines')]
ST19050405-V31-14-page15.txt: [("'treasurer", 'treasurer'), ("'notes", 'notes')]
ST19050405-V31-14-page16.txt: [("'Our", 'Our'), ("'revised", 'revised'), ('\'God."', 'God."')]
ST19050405-V31-14-page3.txt: [("'came", 'came'), ("'Jesus", 'Jesus'), ("'tasted.", 'tasted.')]
ST19050405-V31-14-page5.txt: [("'or", 'or')]
ST19050405-V31-14-page6.txt: [("'stem", 'stem')]
ST19050405-V31-14-page7.txt: [("'ods", 'ods'), ("'Great", 'Great')]
ST19050405-V31-14-page9.txt: [("'country", 'country'), ("'pie", 'pie'), ("'that", 'that'), ("'that", 'that'), ("'the", 'the')]
ST19050412-V31-15-page11.txt: [("'is", 'is'), ("'being", 'being')]
ST19050412-V31-15-page12.txt: [("'as", 'as')]
ST19050412-V31-15-page14.txt: [("'fatuating", 'fatuating'), ("'tis", 'tis')]
ST19050412-V31-15-page16.txt: [("'America", 'America'), ("'one", 'one'), ("'to", 'to')]
ST19050412-V31-15-page2.txt: [("'Tis", 'Tis'), ("'our", 'our'), ("'Xiinches", 'Xiinches')]
ST19050412-V31-15-page5.txt: [("'by", 'by')]
ST19050412-V31-15-page6.txt: [("'Because", 'Because')]
ST19050412-V31-15-page7.txt: [("'Washington", 'Washington')]
ST19050412-V31-15-page8.txt: [("'will", 'will')]
ST19050412-V31-15-page9.txt: [("'neath", 'neath'), ("'neath", 'neath')]
ST19050419-V31-16-page10.txt: [("'tainted", 'tainted')]
ST19050419-V31-16-page11.txt: [("'the", 'the'), ("'be", 'be')]
ST19050419-V31-16-page12.txt: [("'reason", 'reason')]
ST19050419-V31-16-page13.txt: [("'Peter.", 'Peter.'), ("'of", 'of'), ("'the", 'the')]
ST19050419-V31-16-page14.txt: [("'no", 'no')]
ST19050419-V31-16-page15.txt: [("'Vet", 'Vet')]
ST19050419-V31-16-page16.txt: [("'Our", 'Our'), ("'Neath", 'Neath'), ("'neath", 'neath'), ("''he", 'he'), ("'Address", 'Address')]
ST19050419-V31-16-page2.txt: [("'.", '.'), ("'Dear", 'Dear')]
ST19050419-V31-16-page3.txt: [("'sinner.", 'sinner.'), ("'power", 'power')]
ST19050419-V31-16-page4.txt: [("'and", 'and'), ("'not", 'not')]
ST19050419-V31-16-page5.txt: [("'Some", 'Some'), ("'modern", 'modern'), ("'shall", 'shall')]
ST19050419-V31-16-page6.txt: [("'has", 'has'), ("'two", 'two')]
ST19050419-V31-16-page7.txt: [("'Pie", 'Pie')]
ST19050419-V31-16-page8.txt: [("'OL", 'OL'), ("'reigns", 'reigns'), ("'by", 'by')]
ST19050419-V31-16-page9.txt: [("'humility", 'humility'), ("'He", 'He'), ("'it", 'it'), ("'offers", 'offers')]
ST19050426-V31-17-page10.txt: [("'recorded", 'recorded')]
ST19050426-V31-17-page11.txt: [("'Jesus", 'Jesus'), ("'a", 'a')]
ST19050426-V31-17-page12.txt: [("'taught", 'taught')]
ST19050426-V31-17-page13.txt: [("'Than", 'Than')]
ST19050426-V31-17-page14.txt: [("'Flie", 'Flie'), ('\'num.".', 'num.".'), ("'cept", 'cept')]
ST19050426-V31-17-page16.txt: [("'by", 'by'), ("'when", 'when'), ("'did", 'did')]
ST19050426-V31-17-page3.txt: [("'Matt.", 'Matt.'), ("'on", 'on'), ("'enters", 'enters'), ('\'"', '"')]
ST19050426-V31-17-page5.txt: [("'and", 'and'), ("'do", 'do'), ("'the", 'the')]
ST19050426-V31-17-page6.txt: [("'prisoners", 'prisoners')]
ST19050426-V31-17-page7.txt: [("'communications", 'communications')]
ST19050510-V31-19-page11.txt: [("'tis", 'tis'), ("'Xercise", 'Xercise'), ("'for", 'for')]
ST19050510-V31-19-page12.txt: [("'an", 'an')]
ST19050510-V31-19-page14.txt: [("'his", 'his'), ("'how", 'how')]
ST19050510-V31-19-page16.txt: [("'and", 'and'), ("'muscle", 'muscle'), ("'the", 'the'), ("'Mt", 'Mt'), ("'bills", 'bills')]
ST19050510-V31-19-page3.txt: [("'unwise", 'unwise'), ("'more", 'more')]
ST19050510-V31-19-page4.txt: [("'all", 'all'), ("'are", 'are'), ("'conception", 'conception')]
ST19050510-V31-19-page8.txt: [("'tis", 'tis')]
ST19050517-V31-20-page1.txt: [("'round", 'round')]
ST19050517-V31-20-page10.txt: [("'What", 'What')]
ST19050517-V31-20-page11.txt: [("'look", 'look'), ("'What", 'What')]
ST19050517-V31-20-page12.txt: [("'made", 'made'), ("'Lord", 'Lord')]
ST19050517-V31-20-page13.txt: [("'and", 'and')]
ST19050517-V31-20-page14.txt: [("'em", 'em'), ('\'em."', 'em."')]
ST19050517-V31-20-page3.txt: [("'udicial", 'udicial')]
ST19050517-V31-20-page5.txt: [("'believe", 'believe'), ("'you", 'you'), ("'their", 'their'), ("'Again", 'Again'), ("'lath", 'lath')]
ST19050517-V31-20-page7.txt: [("'that", 'that')]
ST19050517-V31-20-page9.txt: [("'under", 'under')]
ST19050524-V31-21-page11.txt: [("''All", 'All'), ('\'me."', 'me."')]
ST19050524-V31-21-page12.txt: [("'mid", 'mid'), ("'through", 'through')]
ST19050524-V31-21-page13.txt: [("'acre.", 'acre.'), ("'I", 'I'), ("'THE", 'THE')]
ST19050524-V31-21-page14.txt: [("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'badly", 'badly'), ("'great", 'great')]
ST19050524-V31-21-page15.txt: [("'Then", 'Then'), ("'then", 'then')]
ST19050524-V31-21-page2.txt: [("'short", 'short')]
ST19050524-V31-21-page3.txt: [("'all", 'all'), ("'Himself", 'Himself')]
ST19050524-V31-21-page5.txt: [("'soul.", 'soul.')]
ST19050524-V31-21-page6.txt: [("'consider", 'consider'), ("'conventions", 'conventions')]
ST19050524-V31-21-page7.txt: [("'dream", 'dream'), ("'He", 'He'), ('\'"', '"')]
ST19050524-V31-21-page8.txt: [("'tis", 'tis'), ("'there", 'there')]
ST19050524-V31-21-page9.txt: [("'franchises", 'franchises')]
ST19050531-V31-22-page10.txt: [("'He", 'He')]
ST19050531-V31-22-page11.txt: [("'fountains", 'fountains'), ("'Himself", 'Himself'), ("'power", 'power')]
ST19050531-V31-22-page12.txt: [("'would", 'would')]
ST19050531-V31-22-page13.txt: [("'Relief", 'Relief'), ("'native", 'native'), ("'this", 'this'), ("'President.", 'President.')]
ST19050531-V31-22-page14.txt: [("'reason", 'reason'), ("'.with", '.with'), ('\'"', '"'), ("'count", 'count')]
ST19050531-V31-22-page16.txt: [("'or", 'or'), ("'get", 'get')]
ST19050531-V31-22-page2.txt: [("'people", 'people')]
ST19050531-V31-22-page3.txt: [("'our", 'our')]
ST19050531-V31-22-page6.txt: [("'the", 'the')]
ST19050531-V31-22-page7.txt: [("'The", 'The')]
ST19050531-V31-22-page8.txt: [("'Tis", 'Tis'), ("'tis", 'tis'), ("'for", 'for')]
ST19050531-V31-22-page9.txt: [("'or", 'or'), ("'Stant", 'Stant')]
ST19050607-V31-23-page11.txt: [('\'"', '"'), ("'Rom.", 'Rom.')]
ST19050607-V31-23-page12.txt: [("'language", 'language')]
ST19050607-V31-23-page13.txt: [("'ten", 'ten'), ("'manifested", 'manifested')]
ST19050607-V31-23-page14.txt: [('\'"', '"'), ("'appear", 'appear'), ("'round", 'round')]
ST19050607-V31-23-page15.txt: [("'universal", 'universal'), ("'.", '.')]
ST19050607-V31-23-page2.txt: [("'Bible", 'Bible')]
ST19050607-V31-23-page4.txt: [("'until", 'until')]
ST19050607-V31-23-page6.txt: [("'through", 'through'), ("'was", 'was')]
ST19050607-V31-23-page8.txt: [("'and", 'and')]
ST19050614-V31-24-page11.txt: [("'had", 'had'), ("'which", 'which'), ("'Father's", 'Fathers'), ("'to", 'to'), ("'doubt", 'doubt')]
ST19050614-V31-24-page12.txt: [("'Ali", 'Ali'), ("'tis", 'tis'), ("'at", 'at'), ("'and", 'and')]
ST19050614-V31-24-page14.txt: [("'Christian", 'Christian'), ("'the", 'the'), ("'of", 'of'), ("'The", 'The')]
ST19050614-V31-24-page2.txt: [("'instituted.", 'instituted.')]
ST19050614-V31-24-page4.txt: [("'England", 'England'), ("'is", 'is'), ("'and", 'and')]
ST19050614-V31-24-page5.txt: [("'battered", 'battered'), ("'not", 'not')]
ST19050614-V31-24-page6.txt: [("'made", 'made'), ("'Human", 'Human'), ("'limited", 'limited')]
ST19050614-V31-24-page7.txt: [("'professed", 'professed')]
ST19050614-V31-24-page8.txt: [("'first", 'first')]
ST19050614-V31-24-page9.txt: [("'lath", 'lath')]
ST19050621-V31-25-page13.txt: [("'over", 'over'), ("'and", 'and')]
ST19050621-V31-25-page14.txt: [("'these", 'these'), ("'Thoughts", 'Thoughts')]
ST19050621-V31-25-page16.txt: [("'Not", 'Not'), ("''..", '..')]
ST19050621-V31-25-page6.txt: [("'lie", 'lie')]
ST19050621-V31-25-page9.txt: [("'an", 'an')]
ST19050628-V31-26-page10.txt: [("'observe", 'observe')]
ST19050628-V31-26-page11.txt: [("'temper", 'temper'), ("'Test", 'Test'), ("'swim", 'swim'), ("'Thou", 'Thou')]
ST19050628-V31-26-page12.txt: [("'childhood", 'childhood'), ("'that", 'that')]
ST19050628-V31-26-page13.txt: [("'grant", 'grant')]
ST19050628-V31-26-page14.txt: [("'the", 'the'), ("'thy", 'thy'), ("'Wilbur.", 'Wilbur.'), ("'no", 'no')]
ST19050628-V31-26-page15.txt: [("'twan't", 'twant'), ("'Lizabeth's", 'Lizabeths'), ("'em", 'em'), ("'twasn't", 'twasnt'), ("'When", 'When')]
ST19050628-V31-26-page16.txt: [("'Letter", 'Letter'), ('\'"', '"'), ("'Sunday", 'Sunday')]
ST19050628-V31-26-page4.txt: [("'the", 'the')]
ST19050628-V31-26-page5.txt: [("'periods", 'periods'), ("'does", 'does')]
ST19050628-V31-26-page6.txt: [("'meadows", 'meadows')]
ST19050628-V31-26-page7.txt: [("'from", 'from'), ("'Acts", 'Acts'), ("'says", 'says')]
ST19050628-V31-26-page8.txt: [("'ELIZA", 'ELIZA'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST19050628-V31-26-page9.txt: [("'commandments", 'commandments')]
ST19050704-V31-27-page10.txt: [("'wildering", 'wildering')]
ST19050704-V31-27-page11.txt: [("'hellish", 'hellish'), ("'.", '.')]
ST19050704-V31-27-page14.txt: [("'comes", 'comes'), ('\'"', '"'), ("'DO", 'DO'), ("'lath", 'lath'), ("'And", 'And'), ('\'"', '"')]
ST19050704-V31-27-page15.txt: [("'.", '.'), ("'God's", 'Gods')]
ST19050704-V31-27-page16.txt: [("'one", 'one'), ("'likewise", 'likewise'), ("'the", 'the'), ("'country", 'country'), ("'.WHITE", '.WHITE'), ("'support", 'support'), ("'gave", 'gave'), ("'greatest", 'greatest'), ("'much", 'much'), ("'surface", 'surface'), ("'of", 'of'), ("'.y", '.y')]
ST19050704-V31-27-page3.txt: [("'religion", 'religion')]
ST19050704-V31-27-page5.txt: [("'right", 'right')]
ST19050704-V31-27-page6.txt: [("'Ito", 'Ito')]
ST19050704-V31-27-page7.txt: [("'undeveloped", 'undeveloped')]
ST19050704-V31-27-page8.txt: [("'know", 'know')]
ST19050712-V31-28-page11.txt: [("'neath", 'neath')]
ST19050712-V31-28-page12.txt: [("'tis", 'tis'), ("'Tis", 'Tis')]
ST19050712-V31-28-page14.txt: [("'round", 'round'), ("'came", 'came')]
ST19050712-V31-28-page15.txt: [('\'"', '"')]
ST19050712-V31-28-page16.txt: [("'at", 'at'), ('\'"f', '"f')]
ST19050712-V31-28-page2.txt: [("'tie", 'tie')]
ST19050712-V31-28-page9.txt: [("'dollars", 'dollars')]
ST19050719-V31-29-page10.txt: [("'in", 'in')]
ST19050719-V31-29-page13.txt: [("'given", 'given'), ("'Of", 'Of')]
ST19050719-V31-29-page14.txt: [("'attained", 'attained'), ("'my", 'my'), ("'going", 'going')]
ST19050719-V31-29-page16.txt: [("'Our", 'Our'), ("'cost", 'cost')]
ST19050719-V31-29-page4.txt: [("'the", 'the')]
ST19050719-V31-29-page5.txt: [("'referred", 'referred'), ("'state", 'state')]
ST19050719-V31-29-page6.txt: [("'that", 'that')]
ST19050719-V31-29-page7.txt: [("'MONEY", 'MONEY')]
ST19050726-V31-30-page10.txt: [("'Yang.", 'Yang.')]
ST19050726-V31-30-page11.txt: [("'disciples", 'disciples')]
ST19050726-V31-30-page13.txt: [("'for", 'for')]
ST19050726-V31-30-page14.txt: [("'Black", 'Black'), ('\'"', '"')]
ST19050726-V31-30-page15.txt: [("'life", 'life'), ("'civilized", 'civilized')]
ST19050726-V31-30-page2.txt: [('\'"', '"')]
ST19050726-V31-30-page4.txt: [('\'"', '"')]
ST19050726-V31-30-page5.txt: [("'The", 'The')]
ST19050726-V31-30-page6.txt: [("'to", 'to')]
ST19050726-V31-30-page7.txt: [("'confessions", 'confessions')]
ST19050726-V31-30-page8.txt: [("'Fortune.", 'Fortune.')]
ST19050726-V31-30-page9.txt: [("'region", 'region'), ("'upon", 'upon')]
ST19050802-V31-31-page10.txt: [("'the", 'the'), ("'destruction", 'destruction')]
ST19050802-V31-31-page11.txt: [("'time.", 'time.')]
ST19050802-V31-31-page14.txt: [("'DIE", 'DIE'), ("'neath", 'neath'), ("'And", 'And')]
ST19050802-V31-31-page16.txt: [("'illation", 'illation'), ("'in", 'in'), ("'ethical", 'ethical')]
ST19050802-V31-31-page5.txt: [("'which", 'which'), ("'a", 'a')]
ST19050802-V31-31-page6.txt: [('\'sideration."', 'sideration."'), ("'governments", 'governments')]
ST19050802-V31-31-page7.txt: [("'not", 'not'), ("'principally", 'principally'), ("'authorities", 'authorities'), ("'of", 'of')]
ST19050809-V31-32-page10.txt: [("'Twould", 'Twould'), ("'them", 'them'), ("'and", 'and')]
ST19050809-V31-32-page11.txt: [("'It", 'It'), ("'E.", 'E.')]
ST19050809-V31-32-page12.txt: [("'you", 'you')]
ST19050809-V31-32-page13.txt: [("'his", 'his'), ("'after", 'after'), ("'authenticity", 'authenticity')]
ST19050809-V31-32-page14.txt: [("'Our", 'Our'), ("'om", 'om')]
ST19050809-V31-32-page3.txt: [("'is", 'is'), ("'that", 'that')]
ST19050809-V31-32-page5.txt: [("'All", 'All')]
ST19050809-V31-32-page8.txt: [("''First", 'First'), ("'At", 'At')]
ST19050809-V31-32-page9.txt: [("'about", 'about')]
ST19050816-V31-33-page11.txt: [("'Go", 'Go'), ("'Cs", 'Cs')]
ST19050816-V31-33-page13.txt: [("'special", 'special')]
ST19050816-V31-33-page14.txt: [("'has", 'has'), ("'Grey", 'Grey'), ("'God", 'God'), ("'my", 'my'), ("'born", 'born'), ("'both", 'both'), ("'For", 'For'), ("'this", 'this')]
ST19050816-V31-33-page16.txt: [("'Our", 'Our')]
ST19050816-V31-33-page2.txt: [("'these", 'these')]
ST19050816-V31-33-page3.txt: [("'C.", 'C.'), ("'upon", 'upon'), ("'wished", 'wished'), ("'and", 'and'), ("'Of", 'Of'), ("'His", 'His'), ("'descends", 'descends'), ("'He", 'He'), ("'full", 'full'), ("'full", 'full'), ("'wonder", 'wonder'), ("'groaned", 'groaned'), ("'faithless", 'faithless'), ("'With", 'With'), ("'I", 'I'), ("'bear", 'bear'), ("'not", 'not'), ("'away", 'away'), ("'from", 'from'), ("'the", 'the'), ("'burdened", 'burdened'), ("'brought", 'brought'), ("'him.", 'him.'), ("'they", 'they'), ("'brought", 'brought'), ("'him", 'him'), ("'the", 'the'), ("'to", 'to'), ("'forever", 'forever'), ("'before", 'before'), ("'deliver.", 'deliver.'), ("'him", 'him'), ("'is", 'is'), ("'since", 'since'), ("'hat", 'hat'), ("'the", 'the'), ("'father", 'father'), ("'him", 'him'), ("'waters", 'waters'), ("'him", 'him'), ("'help", 'help'), ("'the", 'the'), ("'echoed", 'echoed'), ("'possible", 'possible'), ("'to", 'to'), ("'him", 'him'), ("'was", 'was'), ("'nor", 'nor'), ("'the", 'the'), ("'great", 'great'), ("'he", 'he'), ("'Mather", 'Mather'), ("'when", 'when'), ("'his", 'his'), ("'not", 'not'), ("'surrender", 'surrender'), ('\'"I', '"I'), ("'believe", 'believe'), ("'demon", 'demon'), ("'Come", 'Come'), ("'him", 'him'), ("'go", 'go'), ("'out", 'out'), ("'with", 'with'), ("'obeyed", 'obeyed'), ("'leaving", 'leaving'), ('\'"', '"'), ("'took", 'took'), ("'by", 'by'), ("'the", 'the'), ("'hand", 'hand'), ("'him", 'him'), ("'he", 'he'), ("'they", 'they'), ("'at", 'at'), ("'majesty", 'majesty'), ("'THE", 'THE'), ("'had", 'had'), ("'his", 'his'), ("'house.", 'house.'), ("'before", 'before'), ("'the", 'the'), ("'power", 'power'), ("'the", 'the'), ("'enemy.", 'enemy.'), ("'the", 'the'), ("'of", 'of'), ("'the", 'the'), ("'God", 'God'), ("'powers", 'powers'), ("'again", 'again'), ("'taught", 'taught'), ("'the", 'the'), ("'the", 'the'), ("'heart", 'heart'), ("'believing", 'believing'), ("'to", 'to'), ("'open", 'open'), ("'could", 'could'), ("'receive", 'receive'), ("'according", 'according'), ("'better", 'better'), ("'humbled", 'humbled'), ("'by", 'by'), ("'God", 'God'), ("'encouraged", 'encouraged'), ("'responsible", 'responsible'), ("'true", 'true'), ("'the", 'the'), ("'of", 'of'), ("'of", 'of'), ("'is", 'is'), ("'Him.", 'Him.'), ("''''Master", 'Master'), ("'brought", 'brought'), ("'Thee", 'Thee'), ("'bath", 'bath'), ("'he", 'he'), ("'it", 'it'), ("'him", 'him'), ("'him", 'him'), ("'his", 'his'), ("'is", 'is'), ("'in", 'in'), ("'Epileptic.", 'Epileptic.'), ("'in", 'in'), ("'been", 'been'), ("'had", 'had'), ("'him", 'him'), ("'by", 'by'), ('\'"the', '"the'), ("'disease", 'disease'), ("'the", 'the'), ("'of", 'of'), ("'had", 'had'), ("'mount", 'mount'), ("'them", 'them'), ("'the", 'the'), ("'asked", 'asked'), ("'healing", 'healing'), ("'his", 'his'), ("'a", 'a'), ("'he", 'he'), ("'met", 'met'), ("'the", 'the'), ("'Church", 'Church'), ("'The", 'The'), ("'time", 'time'), ("'has", 'has'), ("'here", 'here'), ("'to", 'to'), ("'Him", 'Him'), ("'to", 'to'), ("'light", 'light'), ("'to", 'to'), ("'relief", 'relief'), ("'to", 'to'), ("'healing.", 'healing.'), ("'so", 'so')]
ST19050816-V31-33-page4.txt: [("'of", 'of')]
ST19050816-V31-33-page5.txt: [("'.", '.')]
ST19050816-V31-33-page6.txt: [("'work", 'work')]
ST19050816-V31-33-page7.txt: [("'No.", 'No.'), ("'Patriotic", 'Patriotic')]
ST19050823-V31-34-page1.txt: [("'Tis", 'Tis')]
ST19050823-V31-34-page11.txt: [("'a", 'a'), ("'messenger", 'messenger')]
ST19050823-V31-34-page12.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Toms", 'Toms'), ("'The", 'The')]
ST19050823-V31-34-page13.txt: [("'or", 'or')]
ST19050823-V31-34-page14.txt: [("'They", 'They'), ('\'"As', '"As'), ("'not", 'not')]
ST19050823-V31-34-page16.txt: [("'being", 'being'), ("'I", 'I'), ("'in", 'in'), ("'tbe.", 'tbe.')]
ST19050823-V31-34-page2.txt: [("'Wesley", 'Wesley')]
ST19050823-V31-34-page3.txt: [("'Its", 'Its')]
ST19050823-V31-34-page5.txt: [("'who", 'who'), ("'penalty", 'penalty')]
ST19050823-V31-34-page6.txt: [("'the", 'the'), ("'the", 'the')]
ST19050823-V31-34-page7.txt: [("'who", 'who'), ("'of", 'of'), ("'one", 'one')]
ST19050823-V31-34-page8.txt: [("'.", '.'), ("'sleep", 'sleep'), ("'Well", 'Well')]
ST19050823-V31-34-page9.txt: [("'the", 'the'), ("'vegetation", 'vegetation')]
ST19050830-V31-35-page10.txt: [("'unchangeable", 'unchangeable'), ("'sabbath", 'sabbath')]
ST19050830-V31-35-page13.txt: [("'He", 'He')]
ST19050830-V31-35-page14.txt: [("'are", 'are'), ("'how", 'how'), ("'Lynn", 'Lynn')]
ST19050830-V31-35-page15.txt: [("'I", 'I'), ("'were", 'were')]
ST19050830-V31-35-page2.txt: [("'W", 'W')]
ST19050830-V31-35-page3.txt: [("'Tis", 'Tis')]
ST19050830-V31-35-page5.txt: [("'for", 'for'), ("'self", 'self')]
ST19050830-V31-35-page6.txt: [("'M.", 'M.')]
ST19050830-V31-35-page7.txt: [("'operation", 'operation')]
ST19050830-V31-35-page8.txt: [("'.t", '.t')]
ST19050906-V31-36-page1.txt: [("'the", 'the')]
ST19050906-V31-36-page10.txt: [("'form", 'form')]
ST19050906-V31-36-page11.txt: [("'command", 'command')]
ST19050906-V31-36-page12.txt: [("'Tis", 'Tis'), ("'that", 'that'), ("'I", 'I')]
ST19050906-V31-36-page13.txt: [("'to", 'to')]
ST19050906-V31-36-page14.txt: [("'circling", 'circling'), ("'the", 'the')]
ST19050906-V31-36-page15.txt: [('\'"', '"')]
ST19050906-V31-36-page2.txt: [("'means", 'means')]
ST19050906-V31-36-page3.txt: [("'pesos", 'pesos')]
ST19050906-V31-36-page5.txt: [("'standard", 'standard')]
ST19050906-V31-36-page6.txt: [("'of", 'of')]
ST19050906-V31-36-page9.txt: [("'cometh", 'cometh'), ("'in", 'in')]
ST19050913-V31-37-page10.txt: [("'tis", 'tis'), ("'neath", 'neath'), ("'neath", 'neath'), ("'that", 'that')]
ST19050913-V31-37-page11.txt: [("'famine", 'famine')]
ST19050913-V31-37-page12.txt: [("'his", 'his'), ("'of", 'of')]
ST19050913-V31-37-page14.txt: [("'Brother", 'Brother'), ("'Good", 'Good'), ('\'"', '"'), ("'a", 'a')]
ST19050913-V31-37-page15.txt: [("'to", 'to')]
ST19050913-V31-37-page16.txt: [("'rom", 'rom')]
ST19050913-V31-37-page4.txt: [("'application", 'application')]
ST19050913-V31-37-page6.txt: [("'During", 'During'), ("'off", 'off')]
ST19050913-V31-37-page7.txt: [("'ministers", 'ministers'), ("'their", 'their')]
ST19050913-V31-37-page8.txt: [("'Piracies", 'Piracies')]
ST19050920-V31-38-page10.txt: [("'anything", 'anything')]
ST19050920-V31-38-page11.txt: [('\'"', '"'), ("'Mess.", 'Mess.'), ("'this", 'this'), ("'upon", 'upon')]
ST19050920-V31-38-page12.txt: [("'a", 'a'), ("'tile", 'tile')]
ST19050920-V31-38-page14.txt: [("'rooted", 'rooted')]
ST19050920-V31-38-page15.txt: [("'Verse", 'Verse'), ("'by", 'by')]
ST19050920-V31-38-page16.txt: [("'of", 'of')]
ST19050920-V31-38-page2.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST19050920-V31-38-page4.txt: [("'that", 'that')]
ST19050920-V31-38-page7.txt: [("'there", 'there')]
ST19050920-V31-38-page9.txt: [("'And", 'And'), ("'round", 'round'), ("'ready", 'ready')]
ST19050927-V31-39-page10.txt: [("'mid", 'mid')]
ST19050927-V31-39-page11.txt: [("'little", 'little')]
ST19050927-V31-39-page12.txt: [("'to", 'to')]
ST19050927-V31-39-page14.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Mat", 'Mat')]
ST19050927-V31-39-page15.txt: [("'Then", 'Then'), ("'assembled", 'assembled'), ("'San", 'San')]
ST19050927-V31-39-page16.txt: [("'VIEW", 'VIEW'), ("'first", 'first'), ("'How", 'How'), ("'our", 'our'), ("'Therefore", 'Therefore'), ("'fact", 'fact'), ("'and", 'and'), ("'one", 'one')]
ST19050927-V31-39-page3.txt: [("'aside", 'aside'), ("'What", 'What'), ("'fed", 'fed')]
ST19050927-V31-39-page4.txt: [("'peace", 'peace'), ("'r", 'r')]
ST19050927-V31-39-page5.txt: [("'even", 'even')]
ST19050927-V31-39-page7.txt: [("'been", 'been'), ("'volumed", 'volumed'), ("'decision", 'decision'), ("'American", 'American')]
ST19050927-V31-39-page8.txt: [("'Al.", 'Al.'), ("'t", 't'), ("'drowning", 'drowning')]
ST19050927-V31-39-page9.txt: [("''Shiloh", 'Shiloh')]
ST19051004-V31-40-page1.txt: [("'round", 'round')]
ST19051004-V31-40-page10.txt: [("'by", 'by')]
ST19051004-V31-40-page11.txt: [("'returned", 'returned')]
ST19051004-V31-40-page12.txt: [("'Tis", 'Tis'), ("''But", 'But'), ("'tis", 'tis'), ("'me", 'me')]
ST19051004-V31-40-page14.txt: [("'Mid", 'Mid'), ("'Mid", 'Mid'), ('\'"', '"'), ("'As", 'As'), ('\'."', '."')]
ST19051004-V31-40-page15.txt: [("'King", 'King')]
ST19051004-V31-40-page16.txt: [("'Hospital", 'Hospital')]
ST19051004-V31-40-page4.txt: [("'Christian", 'Christian'), ("'Scriptures", 'Scriptures'), ("'of", 'of')]
ST19051004-V31-40-page5.txt: [("'criticize", 'criticize'), ("'Some", 'Some'), ("'name", 'name')]
ST19051004-V31-40-page7.txt: [("'amend", 'amend'), ("'source", 'source')]
ST19051004-V31-40-page8.txt: [("'incredible", 'incredible'), ("'entertain", 'entertain')]
ST19051011-V31-41-page11.txt: [("'that", 'that'), ("'in", 'in')]
ST19051011-V31-41-page13.txt: [("'mid", 'mid'), ("'Twas", 'Twas'), ("'Ye", 'Ye'), ("'Twas", 'Twas')]
ST19051011-V31-41-page15.txt: [("'but", 'but'), ("'into", 'into'), ("'been", 'been'), ("'figure", 'figure'), ("'the", 'the'), ("'stupid", 'stupid'), ("'wear", 'wear')]
ST19051011-V31-41-page16.txt: [("'A", 'A')]
ST19051011-V31-41-page2.txt: [("'The", 'The')]
ST19051011-V31-41-page3.txt: [("'round", 'round'), ("'sweeps", 'sweeps')]
ST19051011-V31-41-page4.txt: [("'the", 'the')]
ST19051011-V31-41-page6.txt: [("'in", 'in')]
ST19051011-V31-41-page7.txt: [("'An", 'An'), ("'Redeemer", 'Redeemer')]
ST19051011-V31-41-page8.txt: [("'result", 'result')]
ST19051011-V31-41-page9.txt: [("'foes", 'foes'), ("'enjoyed", 'enjoyed'), ("'beast", 'beast'), ("'but", 'but'), ("'i", 'i'), ("'inn", 'inn'), ("'the", 'the')]
ST19051018-V31-42-page13.txt: [("'I", 'I')]
ST19051018-V31-42-page14.txt: [("'won", 'won'), ("'beauty", 'beauty')]
ST19051018-V31-42-page15.txt: [("'and", 'and'), ("'round", 'round')]
ST19051018-V31-42-page16.txt: [("'bast", 'bast')]
ST19051018-V31-42-page3.txt: [("'and", 'and')]
ST19051018-V31-42-page4.txt: [("'a", 'a')]
ST19051018-V31-42-page5.txt: [("'political", 'political'), ("'To", 'To')]
ST19051018-V31-42-page8.txt: [("'observations", 'observations')]
ST19051025-V31-43-page11.txt: [("'would", 'would'), ("'accept", 'accept'), ("'Heaven", 'Heaven'), ("'love", 'love'), ("'Lisbon", 'Lisbon'), ("'tis", 'tis'), ("'His", 'His')]
ST19051025-V31-43-page13.txt: [("'attempt", 'attempt')]
ST19051025-V31-43-page14.txt: [("'a", 'a'), ("'spirit", 'spirit'), ("'shall", 'shall')]
ST19051025-V31-43-page15.txt: [("'clear", 'clear'), ("'On", 'On')]
ST19051025-V31-43-page16.txt: [("'for", 'for'), ("'A.", 'A.'), ("'itat", 'itat'), ("'sliadoW", 'sliadoW'), ("'existing", 'existing'), ("'dollars.", 'dollars.'), ("'of", 'of'), ("'plea'ds", 'pleads')]
ST19051025-V31-43-page3.txt: [("'hope", 'hope'), ("'the", 'the'), ("'unto", 'unto')]
ST19051025-V31-43-page4.txt: [("'the", 'the'), ("'day", 'day')]
ST19051025-V31-43-page6.txt: [("'we", 'we'), ("'prince", 'prince')]
ST19051025-V31-43-page9.txt: [("'Me", 'Me')]
ST19051101-V31-44-page10.txt: [("'We", 'We'), ("'stand", 'stand')]
ST19051101-V31-44-page13.txt: [("'work", 'work')]
ST19051101-V31-44-page2.txt: [("'way", 'way')]
ST19051101-V31-44-page3.txt: [("'shall", 'shall')]
ST19051101-V31-44-page6.txt: [("'that", 'that')]
ST19051101-V31-44-page8.txt: [("'.", '.')]
ST19051108-V31-45-page1.txt: [("'m.", 'm.')]
ST19051108-V31-45-page10.txt: [("'author", 'author'), ("'of", 'of'), ("'crusades", 'crusades'), ("'Wyclif", 'Wyclif')]
ST19051108-V31-45-page11.txt: [("'a", 'a')]
ST19051108-V31-45-page12.txt: [("'The", 'The')]
ST19051108-V31-45-page14.txt: [("'would", 'would'), ('\'"', '"'), ("'the", 'the')]
ST19051108-V31-45-page15.txt: [("'thereby", 'thereby'), ("'Gilded", 'Gilded'), ("'.be", '.be')]
ST19051108-V31-45-page16.txt: [("'the", 'the'), ("'divinity", 'divinity')]
ST19051108-V31-45-page3.txt: [("'the", 'the'), ("'tis", 'tis'), ("'Air", 'Air')]
ST19051108-V31-45-page4.txt: [("'her", 'her'), ("'all", 'all')]
ST19051108-V31-45-page5.txt: [("'it", 'it')]
ST19051108-V31-45-page6.txt: [("'Sunday", 'Sunday'), ("'thou", 'thou'), ("'Job", 'Job'), ("'The", 'The'), ("'dictate", 'dictate'), ("'wove", 'wove'), ("'flyst", 'flyst'), ("'Awed", 'Awed'), ("'front", 'front')]
ST19051108-V31-45-page7.txt: [("'has", 'has'), ("'of", 'of'), ("'spiritual", 'spiritual'), ("'of'the", 'ofthe')]
ST19051108-V31-45-page9.txt: [("'and", 'and'), ("'open", 'open'), ("'Angels", 'Angels'), ("'day", 'day'), ("'twill", 'twill')]
ST19051109-V31-48-page10.txt: [("'mong", 'mong'), ("'urged", 'urged')]
ST19051109-V31-48-page11.txt: [("'.", '.'), ("'so", 'so')]
ST19051109-V31-48-page12.txt: [("'my", 'my')]
ST19051109-V31-48-page14.txt: [("'unto", 'unto'), ("'device", 'device')]
ST19051109-V31-48-page15.txt: [("'sequences.", 'sequences.'), ("'soil", 'soil'), ("'gives", 'gives')]
ST19051109-V31-48-page16.txt: [("'the", 'the')]
ST19051109-V31-48-page2.txt: [("'they", 'they'), ("'place", 'place')]
ST19051109-V31-48-page4.txt: [("'apart", 'apart'), ("'And", 'And')]
ST19051109-V31-48-page5.txt: [("'the", 'the')]
ST19051109-V31-48-page7.txt: [("'pray", 'pray'), ("'to", 'to')]
ST19051109-V31-48-page8.txt: [("'also", 'also')]
ST19051109-V31-48-page9.txt: [("'are", 'are')]
ST19051115-V31-46-page10.txt: [("'understood", 'understood')]
ST19051115-V31-46-page11.txt: [("'non", 'non'), ("'without", 'without')]
ST19051115-V31-46-page13.txt: [("'scarcely", 'scarcely'), ("'Sto.", 'Sto.')]
ST19051115-V31-46-page14.txt: [("'hy", 'hy'), ("'t", 't')]
ST19051115-V31-46-page15.txt: [("'it", 'it')]
ST19051115-V31-46-page16.txt: [("'words", 'words'), ("'such", 'such'), ("'to", 'to')]
ST19051115-V31-46-page2.txt: [("'ones", 'ones')]
ST19051115-V31-46-page3.txt: [("'lave", 'lave'), ("'Mid", 'Mid')]
ST19051115-V31-46-page4.txt: [("'Saviour.", 'Saviour.')]
ST19051115-V31-46-page5.txt: [("'the", 'the')]
ST19051115-V31-46-page6.txt: [("'exercise", 'exercise')]
ST19051115-V31-46-page9.txt: [("'gainst", 'gainst'), ("'doing", 'doing')]
ST19051122-V31-47-page1.txt: [("'mid", 'mid'), ("'neath", 'neath')]
ST19051122-V31-47-page10.txt: [("'Air", 'Air'), ("'rib", 'rib'), ("'wrong", 'wrong'), ("'Neath", 'Neath')]
ST19051122-V31-47-page11.txt: [("'forth", 'forth'), ("'What", 'What')]
ST19051122-V31-47-page12.txt: [("'ever", 'ever')]
ST19051122-V31-47-page13.txt: [('\'"Not', '"Not'), ("'andthe", 'andthe')]
ST19051122-V31-47-page14.txt: [("'West", 'West')]
ST19051122-V31-47-page16.txt: [("'anything..", 'anything..'), ("'evil", 'evil')]
ST19051122-V31-47-page2.txt: [("'tine", 'tine')]
ST19051122-V31-47-page3.txt: [("'lath", 'lath')]
ST19051122-V31-47-page4.txt: [("'and", 'and'), ("'commandments", 'commandments')]
ST19051122-V31-47-page5.txt: [("'prophecy", 'prophecy'), ("'Isa.", 'Isa.'), ("'age", 'age')]
ST19051122-V31-47-page6.txt: [("'do", 'do'), ("'gave", 'gave')]
ST19051122-V31-47-page7.txt: [("'Gainst", 'Gainst')]
ST19051122-V31-47-page8.txt: [("'to", 'to')]
ST19051206-V31-49-page10.txt: [("'nations", 'nations')]
ST19051206-V31-49-page11.txt: [("'Our", 'Our')]
ST19051206-V31-49-page12.txt: [("'and", 'and'), ("'feet.", 'feet.'), ("'out", 'out')]
ST19051206-V31-49-page13.txt: [("'greatest", 'greatest'), ("'joy", 'joy')]
ST19051206-V31-49-page14.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ('\'"', '"'), ("'To", 'To')]
ST19051206-V31-49-page15.txt: [("'WEJEIS", 'WEJEIS'), ("'and", 'and'), ("'eminent", 'eminent'), ("'tis", 'tis')]
ST19051206-V31-49-page16.txt: [("'to", 'to')]
ST19051206-V31-49-page2.txt: [("'one", 'one')]
ST19051206-V31-49-page4.txt: [("'itself", 'itself')]
ST19051206-V31-49-page5.txt: [("'preira", 'preira'), ("'Nor", 'Nor')]
ST19051206-V31-49-page6.txt: [("'is", 'is'), ("'tyranny", 'tyranny')]
ST19051206-V31-49-page9.txt: [("'is", 'is')]
ST19051213-V31-50-page10.txt: [("'sermon", 'sermon'), ("'But", 'But'), ("'to", 'to')]
ST19051213-V31-50-page11.txt: [("'cyclones.", 'cyclones.'), ("'his", 'his'), ("'with", 'with')]
ST19051213-V31-50-page12.txt: [("'criticism", 'criticism')]
ST19051213-V31-50-page13.txt: [("'are", 'are')]
ST19051213-V31-50-page14.txt: [("'T", 'T'), ('\'"', '"')]
ST19051213-V31-50-page16.txt: [("'as", 'as')]
ST19051213-V31-50-page2.txt: [("'tither", 'tither')]
ST19051213-V31-50-page3.txt: [("'masters", 'masters')]
ST19051213-V31-50-page5.txt: [("'with", 'with')]
ST19051213-V31-50-page6.txt: [("'Thompson", 'Thompson'), ("'executive", 'executive')]
ST19051213-V31-50-page7.txt: [("'years.", 'years.'), ("'l", 'l'), ("'of", 'of')]
ST19051213-V31-50-page8.txt: [("'o", 'o'), ("'in", 'in')]
ST19051213-V31-50-page9.txt: [("'view", 'view')]
ST19051220-V31-51-page10.txt: [("'answer", 'answer')]
ST19051220-V31-51-page11.txt: [("'Rom.", 'Rom.')]
ST19051220-V31-51-page12.txt: [("'round", 'round'), ("'and", 'and')]
ST19051220-V31-51-page13.txt: [("'Those", 'Those')]
ST19051220-V31-51-page14.txt: [("'And", 'And'), ("'But", 'But'), ('\'"', '"')]
ST19051220-V31-51-page16.txt: [("'Nevi", 'Nevi'), ("'field.", 'field.')]
ST19051220-V31-51-page2.txt: [("'speak", 'speak')]
ST19051220-V31-51-page4.txt: [("'and", 'and')]
ST19051220-V31-51-page6.txt: [("'cry", 'cry')]
ST19051220-V31-51-page8.txt: [("'directs", 'directs')]
ST19051220-V31-51-page9.txt: [("'the", 'the')]
ST19051227-V31-52-page1.txt: [("'l", 'l')]
ST19051227-V31-52-page10.txt: [("'Itoe'er", 'Itoeer'), ("'peck", 'peck'), ("'tell", 'tell')]
ST19051227-V31-52-page11.txt: [("'Eugene", 'Eugene')]
ST19051227-V31-52-page12.txt: [("'s", 's')]
ST19051227-V31-52-page13.txt: [("'Phone", 'Phone')]
ST19051227-V31-52-page14.txt: [("'circulation", 'circulation'), ('\'Magazine"', 'Magazine"')]
ST19051227-V31-52-page2.txt: [("'oduct", 'oduct')]
ST19051227-V31-52-page4.txt: [("'a", 'a')]
ST19051227-V31-52-page5.txt: [("'tear", 'tear'), ("'That", 'That'), ("'respectful", 'respectful')]
ST19051227-V31-52-page6.txt: [("'tis", 'tis'), ("'twould", 'twould'), ("'mid", 'mid'), ("'that", 'that'), ("'Tis", 'Tis')]
ST19051227-V31-52-page8.txt: [("'e", 'e'), ("'Illy", 'Illy'), ("'are", 'are')]
ST19051227-V31-52-page9.txt: [("'.", '.'), ("'Forgive", 'Forgive'), ("'remember", 'remember'), ("'sm", 'sm')]
ST19060103-V32-01-page11.txt: [('\'"X"', '"X"')]
ST19060103-V32-01-page12.txt: [("'Ye", 'Ye')]
ST19060103-V32-01-page13.txt: [("'and", 'and'), ("'until", 'until'), ("'Eugene", 'Eugene'), ("'Wholesome", 'Wholesome')]
ST19060103-V32-01-page14.txt: [('\'places"', 'places"')]
ST19060103-V32-01-page15.txt: [("'mind", 'mind'), ("'Tain't", 'Taint'), ("'twill", 'twill')]
ST19060103-V32-01-page2.txt: [("'I", 'I')]
ST19060103-V32-01-page4.txt: [("'Comfort", 'Comfort')]
ST19060103-V32-01-page6.txt: [("'While", 'While'), ("'that", 'that')]
ST19060103-V32-01-page9.txt: [("'tis", 'tis'), ("'the", 'the')]
ST19060110-V32-02-page10.txt: [("'says", 'says'), ("'bread", 'bread')]
ST19060110-V32-02-page11.txt: [("'ceasing", 'ceasing'), ("'tis", 'tis'), ("'own", 'own'), ("'Prov.", 'Prov.')]
ST19060110-V32-02-page12.txt: [("'Chat", 'Chat'), ("'URGENT", 'URGENT')]
ST19060110-V32-02-page13.txt: [("'to", 'to'), ("'New", 'New')]
ST19060110-V32-02-page14.txt: [("'s", 's'), ('\'"', '"'), ("'Love", 'Love')]
ST19060110-V32-02-page15.txt: [("'round", 'round'), ("'Precious", 'Precious'), ("'the", 'the'), ("'This", 'This')]
ST19060110-V32-02-page2.txt: [("'Testimony", 'Testimony')]
ST19060110-V32-02-page3.txt: [("'watch", 'watch')]
ST19060110-V32-02-page4.txt: [("'against", 'against')]
ST19060110-V32-02-page5.txt: [("'nines", 'nines')]
ST19060110-V32-02-page6.txt: [("'seem", 'seem')]
ST19060110-V32-02-page7.txt: [("'that", 'that')]
ST19060110-V32-02-page9.txt: [("'were", 'were')]
ST19060117-V32-03-page1.txt: [("'mm", 'mm')]
ST19060117-V32-03-page11.txt: [("'sent", 'sent')]
ST19060117-V32-03-page12.txt: [("'his", 'his'), ("'faith", 'faith'), ("'ultimate", 'ultimate'), ("'away", 'away')]
ST19060117-V32-03-page13.txt: [("'them", 'them'), ("'.", '.'), ("'WORKERS.", 'WORKERS.'), ("'of", 'of'), ("'who", 'who')]
ST19060117-V32-03-page2.txt: [("'RACTS", 'RACTS')]
ST19060117-V32-03-page4.txt: [("'shining", 'shining'), ("'the", 'the')]
ST19060117-V32-03-page5.txt: [('\'forever"', 'forever"'), ("'lease", 'lease'), ("'proper", 'proper'), ("'of", 'of'), ("'observed", 'observed')]
ST19060117-V32-03-page7.txt: [("'foundation", 'foundation'), ("'whatever", 'whatever'), ("'United", 'United')]
ST19060117-V32-03-page8.txt: [("'and", 'and')]
ST19060117-V32-03-page9.txt: [("'they", 'they')]
ST19060124-V32-04-page11.txt: [("'Let", 'Let'), ("'opening", 'opening')]
ST19060124-V32-04-page12.txt: [('\'"', '"')]
ST19060124-V32-04-page13.txt: [("'It", 'It'), ("'r", 'r'), ("'.C", '.C')]
ST19060124-V32-04-page14.txt: [("'e", 'e')]
ST19060124-V32-04-page15.txt: [("'one", 'one'), ("'Faith", 'Faith'), ("'Out", 'Out'), ("'ENTIRE", 'ENTIRE'), ("'Washington", 'Washington'), ("'and", 'and')]
ST19060124-V32-04-page16.txt: [("'Many", 'Many')]
ST19060124-V32-04-page2.txt: [("'PA", 'PA'), ("'A", 'A')]
ST19060124-V32-04-page4.txt: [("'to", 'to')]
ST19060124-V32-04-page6.txt: [("'history.", 'history.'), ("'Count", 'Count')]
ST19060124-V32-04-page7.txt: [("'must", 'must'), ("'short", 'short')]
ST19060124-V32-04-page9.txt: [("'and", 'and')]
ST19060131-V32-05-page10.txt: [("'We", 'We')]
ST19060131-V32-05-page11.txt: [("'The", 'The'), ("''the", 'the')]
ST19060131-V32-05-page13.txt: [("'ef", 'ef'), ("'prayer", 'prayer')]
ST19060131-V32-05-page14.txt: [("'to", 'to')]
ST19060131-V32-05-page15.txt: [("'..", '..'), ("'.", '.')]
ST19060131-V32-05-page2.txt: [("'loth", 'loth'), ("'ntains", 'ntains')]
ST19060131-V32-05-page3.txt: [("'where", 'where')]
ST19060131-V32-05-page4.txt: [("'heaven.", 'heaven.')]
ST19060131-V32-05-page5.txt: [('\'Christ."', 'Christ."')]
ST19060131-V32-05-page7.txt: [("'all", 'all'), ("'it", 'it'), ("'that", 'that')]
ST19060131-V32-05-page9.txt: [("'t", 't'), ("'Mess.", 'Mess.')]
ST19060207-V32-06-page11.txt: [("'John", 'John'), ("'he", 'he'), ("'the", 'the'), ("'sr", 'sr')]
ST19060207-V32-06-page12.txt: [("'predictions", 'predictions'), ("'I", 'I')]
ST19060207-V32-06-page13.txt: [("'in", 'in'), ("'so", 'so'), ("'The", 'The')]
ST19060207-V32-06-page15.txt: [("'imposes", 'imposes')]
ST19060207-V32-06-page16.txt: [("'We", 'We')]
ST19060207-V32-06-page5.txt: [("'...", '...')]
ST19060207-V32-06-page6.txt: [("'My", 'My')]
ST19060207-V32-06-page7.txt: [("'signs", 'signs'), ("'over", 'over')]
ST19060207-V32-06-page8.txt: [("'arguments", 'arguments')]
ST19060207-V32-06-page9.txt: [("'in", 'in')]
ST19060214-V32-07-page13.txt: [("'Hymnal", 'Hymnal')]
ST19060214-V32-07-page14.txt: [("'neath", 'neath')]
ST19060214-V32-07-page15.txt: [("'on", 'on')]
ST19060214-V32-07-page16.txt: [("'Our", 'Our'), ("'observance", 'observance')]
ST19060214-V32-07-page2.txt: [("'knew", 'knew'), ("'subjects", 'subjects')]
ST19060214-V32-07-page3.txt: [("''thief", 'thief')]
ST19060214-V32-07-page5.txt: [("'the", 'the'), ("'to", 'to')]
ST19060214-V32-07-page7.txt: [("'llad", 'llad')]
ST19060214-V32-07-page9.txt: [("'are", 'are'), ("'but", 'but')]
ST19060221-V32-08-page10.txt: [("'of", 'of')]
ST19060221-V32-08-page11.txt: [("'Tim.", 'Tim.'), ("'wonders", 'wonders')]
ST19060221-V32-08-page14.txt: [("'fore", 'fore'), ("'cause", 'cause'), ("'member", 'member')]
ST19060221-V32-08-page15.txt: [("'Twas", 'Twas'), ("'T", 'T'), ("'A", 'A'), ("'read", 'read')]
ST19060221-V32-08-page16.txt: [("'The", 'The'), ("'Energy", 'Energy')]
ST19060221-V32-08-page4.txt: [("'now", 'now')]
ST19060221-V32-08-page5.txt: [("'Therefore", 'Therefore')]
ST19060221-V32-08-page6.txt: [("'proclaim", 'proclaim')]
ST19060221-V32-08-page8.txt: [("'the", 'the')]
ST19060221-V32-08-page9.txt: [("'a", 'a'), ("'or", 'or'), ("'FEDERATION", 'FEDERATION'), ("'PrborlIVW", 'PrborlIVW')]
ST19060228-V32-09-page10.txt: [("'insult", 'insult')]
ST19060228-V32-09-page12.txt: [("'three", 'three')]
ST19060228-V32-09-page13.txt: [("'of", 'of')]
ST19060228-V32-09-page14.txt: [("'neath", 'neath'), ("'NECESSARY", 'NECESSARY')]
ST19060228-V32-09-page15.txt: [("'license", 'license'), ("'things", 'things'), ("'unwillingness", 'unwillingness'), ("'Wo", 'Wo')]
ST19060228-V32-09-page16.txt: [("'paper", 'paper'), ("'that", 'that')]
ST19060228-V32-09-page2.txt: [("'itregistered", 'itregistered')]
ST19060228-V32-09-page4.txt: [("'of", 'of'), ("'life.", 'life.'), ("'any", 'any'), ("'The", 'The')]
ST19060228-V32-09-page5.txt: [("'I", 'I'), ("'shriveled", 'shriveled')]
ST19060228-V32-09-page6.txt: [("'It", 'It')]
ST19060228-V32-09-page7.txt: [("'cesspools", 'cesspools')]
ST19060228-V32-09-page8.txt: [("'v", 'v'), ("'words", 'words')]
ST19060228-V32-09-page9.txt: [("'appear", 'appear'), ("'are", 'are')]
ST19060307-V32-10-page10.txt: [("'Kings", 'Kings'), ("''caused", 'caused'), ("'cisterns", 'cisterns'), ("'of", 'of')]
ST19060307-V32-10-page11.txt: [("'cause", 'cause'), ("'Who", 'Who'), ("'the", 'the')]
ST19060307-V32-10-page12.txt: [("'place", 'place')]
ST19060307-V32-10-page13.txt: [("'.", '.')]
ST19060307-V32-10-page14.txt: [("'to", 'to'), ("'sire.", 'sire.'), ('\'"vr', '"vr')]
ST19060307-V32-10-page15.txt: [("'South.", 'South.')]
ST19060307-V32-10-page16.txt: [("'is", 'is')]
ST19060307-V32-10-page4.txt: [("'pray", 'pray'), ("'Let", 'Let'), ("'and", 'and')]
ST19060307-V32-10-page5.txt: [("'themselves", 'themselves')]
ST19060307-V32-10-page6.txt: [('\'"', '"'), ("'the", 'the'), ("'permission", 'permission')]
ST19060307-V32-10-page7.txt: [("'We", 'We'), ("'of", 'of'), ("'apostles", 'apostles')]
ST19060307-V32-10-page8.txt: [("'to", 'to'), ("'WV", 'WV')]
ST19060307-V32-10-page9.txt: [("'take", 'take'), ('\'"', '"'), ("'without", 'without'), ("'a", 'a')]
ST19060314-V32-11-page11.txt: [("'Gainst", 'Gainst'), ("'can", 'can')]
ST19060314-V32-11-page12.txt: [("'for", 'for')]
ST19060314-V32-11-page13.txt: [("'associate", 'associate'), ("'Petunia", 'Petunia')]
ST19060314-V32-11-page14.txt: [("'Tis", 'Tis'), ("'the", 'the')]
ST19060314-V32-11-page15.txt: [("'offered", 'offered'), ("'questions", 'questions')]
ST19060314-V32-11-page16.txt: [("'While", 'While'), ("'Tis", 'Tis'), ("'twill", 'twill'), ("'rimes", 'rimes')]
ST19060314-V32-11-page2.txt: [("'PINES", 'PINES'), ("'FHE", 'FHE')]
ST19060314-V32-11-page4.txt: [("'honor", 'honor'), ("'are", 'are'), ("'may", 'may'), ("'of", 'of')]
ST19060314-V32-11-page6.txt: [("'no", 'no'), ("'wasteful", 'wasteful'), ("'printing", 'printing')]
ST19060314-V32-11-page9.txt: [("'.", '.'), ("'of", 'of')]
ST19060321-V32-12-page11.txt: [("'illness", 'illness')]
ST19060321-V32-12-page12.txt: [("'printed.", 'printed.')]
ST19060321-V32-12-page14.txt: [("'cause", 'cause'), ("'Gerty", 'Gerty')]
ST19060321-V32-12-page15.txt: [("'via", 'via'), ("'y", 'y')]
ST19060321-V32-12-page16.txt: [("'There", 'There')]
ST19060321-V32-12-page3.txt: [("'cause", 'cause'), ("'ancestry", 'ancestry')]
ST19060321-V32-12-page4.txt: [("'tis", 'tis')]
ST19060321-V32-12-page6.txt: [("'What", 'What')]
ST19060321-V32-12-page8.txt: [("'d", 'd'), ('\'"d', '"d')]
ST19060321-V32-12-page9.txt: [("'to", 'to'), ("'VC", 'VC'), ('\'\'\'"', '"')]
ST19060328-V32-13-page11.txt: [("'''coarse", 'coarse'), ("'command", 'command')]
ST19060328-V32-13-page12.txt: [("'We", 'We'), ("'.ake", '.ake')]
ST19060328-V32-13-page13.txt: [("'said", 'said')]
ST19060328-V32-13-page14.txt: [("'get", 'get')]
ST19060328-V32-13-page16.txt: [("'to", 'to')]
ST19060328-V32-13-page2.txt: [("'nail", 'nail'), ("'there", 'there')]
ST19060328-V32-13-page4.txt: [("'commanded", 'commanded')]
ST19060328-V32-13-page7.txt: [("'Congress", 'Congress')]
ST19060404-V32-14-page10.txt: [("'within", 'within')]
ST19060404-V32-14-page11.txt: [("'Brother", 'Brother'), ("'Could", 'Could')]
ST19060404-V32-14-page12.txt: [("'twill", 'twill')]
ST19060404-V32-14-page13.txt: [("'.", '.'), ("'fit", 'fit'), ("'the", 'the')]
ST19060404-V32-14-page14.txt: [("'memories", 'memories'), ("'children", 'children'), ("'twouldn't", 'twouldnt')]
ST19060404-V32-14-page15.txt: [("'that", 'that'), ("'a", 'a')]
ST19060404-V32-14-page16.txt: [("'Our", 'Our')]
ST19060404-V32-14-page2.txt: [("'You", 'You')]
ST19060404-V32-14-page3.txt: [("'coming", 'coming'), ("'Christ", 'Christ')]
ST19060404-V32-14-page4.txt: [("'soul", 'soul'), ("'that", 'that')]
ST19060404-V32-14-page6.txt: [("'Ages", 'Ages')]
ST19060411-V32-15-page10.txt: [("'of", 'of')]
ST19060411-V32-15-page11.txt: [("'Rise", 'Rise')]
ST19060411-V32-15-page12.txt: [("'our", 'our')]
ST19060411-V32-15-page13.txt: [("'THE", 'THE'), ("'all", 'all')]
ST19060411-V32-15-page14.txt: [("'a-going.", 'a-going.')]
ST19060411-V32-15-page15.txt: [("'Twill", 'Twill')]
ST19060411-V32-15-page16.txt: [("'as", 'as'), ("'in", 'in')]
ST19060411-V32-15-page2.txt: [("'White", 'White')]
ST19060411-V32-15-page4.txt: [("'It", 'It'), ("'therefore", 'therefore')]
ST19060411-V32-15-page6.txt: [("'n", 'n'), ("'ol.", 'ol.'), ("'''.", '.'), ("'to", 'to'), ("''proor", 'proor'), ("'moment", 'moment')]
ST19060411-V32-15-page7.txt: [("'deep", 'deep'), ("'twas", 'twas')]
ST19060411-V32-15-page8.txt: [("'be", 'be'), ("'water", 'water'), ("'with", 'with'), ("'Ave", 'Ave')]
ST19060411-V32-15-page9.txt: [("'of", 'of')]
ST19060418-V32-16-page11.txt: [("'Tisn't", 'Tisnt'), ("'Roland.", 'Roland.')]
ST19060418-V32-16-page12.txt: [("'a", 'a')]
ST19060418-V32-16-page13.txt: [("'past", 'past')]
ST19060418-V32-16-page14.txt: [("'have", 'have')]
ST19060418-V32-16-page15.txt: [("'American", 'American'), ("'except", 'except')]
ST19060418-V32-16-page16.txt: [("'not", 'not'), ("'TON", 'TON')]
ST19060418-V32-16-page2.txt: [("'o.", 'o.'), ("'A", 'A')]
ST19060418-V32-16-page3.txt: [("'He", 'He'), ("'runs", 'runs'), ("'go", 'go'), ("'I.", 'I.')]
ST19060418-V32-16-page5.txt: [("'rise", 'rise'), ("'Our", 'Our'), ('\'Gehenna."', 'Gehenna."')]
ST19060418-V32-16-page6.txt: [("'rolled", 'rolled')]
ST19060418-V32-16-page7.txt: [("'to", 'to'), ("'and", 'and')]
ST19060418-V32-16-page8.txt: [("'Spirit", 'Spirit')]
ST19060425-V32-17-page10.txt: [("'upon", 'upon'), ("'Tis", 'Tis')]
ST19060425-V32-17-page12.txt: [("'neath", 'neath')]
ST19060425-V32-17-page13.txt: [("'time", 'time'), ("'y", 'y'), ("'till", 'till')]
ST19060425-V32-17-page14.txt: [("'teens", 'teens')]
ST19060425-V32-17-page15.txt: [("'sentiments", 'sentiments')]
ST19060425-V32-17-page18.txt: [("'quake", 'quake')]
ST19060425-V32-17-page3.txt: [("'and", 'and'), ("'after", 'after')]
ST19060425-V32-17-page5.txt: [("'.", '.')]
ST19060425-V32-17-page6.txt: [("'law", 'law')]
ST19060425-V32-17-page7.txt: [("'twas", 'twas'), ("'twas", 'twas'), ("'suaged", 'suaged'), ("'neath", 'neath')]
ST19060425-V32-17-page8.txt: [("'Col.", 'Col.'), ("'days", 'days')]
ST19060502-V32-18-page11.txt: [("'disaster", 'disaster')]
ST19060502-V32-18-page12.txt: [("'thought", 'thought')]
ST19060502-V32-18-page13.txt: [("'between", 'between'), ("'three", 'three'), ("'not", 'not')]
ST19060502-V32-18-page14.txt: [("'ol.", 'ol.')]
ST19060502-V32-18-page16.txt: [("'earthquakes.", 'earthquakes.')]
ST19060502-V32-18-page3.txt: [("'a", 'a')]
ST19060502-V32-18-page7.txt: [("'.a.l'ilar", '.a.lilar')]
ST19060502-V32-18-page8.txt: [("'distrar", 'distrar')]
ST19060502-V32-18-page9.txt: [("'people", 'people'), ("'be", 'be')]
ST19060509-V32-19-page10.txt: [("'member", 'member'), ("'way", 'way'), ("'Cos", 'Cos')]
ST19060509-V32-19-page11.txt: [("'Tis", 'Tis')]
ST19060509-V32-19-page13.txt: [("'..go", '..go')]
ST19060509-V32-19-page2.txt: [("'set", 'set'), ('\'"W\'OVI"', '"WOVI"')]
ST19060509-V32-19-page3.txt: [("'the", 'the')]
ST19060509-V32-19-page7.txt: [("'heaven", 'heaven')]
ST19060523-V32-20-page11.txt: [("'that", 'that')]
ST19060523-V32-20-page12.txt: [("'seeking", 'seeking')]
ST19060523-V32-20-page13.txt: [("'T", 'T')]
ST19060523-V32-20-page14.txt: [("'In", 'In')]
ST19060523-V32-20-page15.txt: [("'Li", 'Li')]
ST19060523-V32-20-page16.txt: [("'and", 'and'), ("'of", 'of')]
ST19060523-V32-20-page2.txt: [("'he", 'he'), ("'I", 'I')]
ST19060523-V32-20-page8.txt: [("'several", 'several')]
ST19060523-V32-20-page9.txt: [("'pulp", 'pulp'), ("'Finally", 'Finally'), ("'some", 'some')]
ST19060530-V32-21-page2.txt: [("'are", 'are'), ('\'"', '"'), ("'trunk", 'trunk'), ("'Members", 'Members')]
ST19060530-V32-21-page3.txt: [("'Christ", 'Christ')]
ST19060606-V32-22-page10.txt: [("'neath", 'neath'), ("'held", 'held'), ("'why", 'why')]
ST19060606-V32-22-page11.txt: [("'s", 's'), ("'twas", 'twas'), ("'I", 'I'), ("'have", 'have')]
ST19060606-V32-22-page12.txt: [("'me", 'me')]
ST19060606-V32-22-page13.txt: [("'about", 'about')]
ST19060606-V32-22-page14.txt: [("'not", 'not')]
ST19060606-V32-22-page16.txt: [("'adjuster", 'adjuster')]
ST19060606-V32-22-page2.txt: [("'II", 'II'), ("''.", '.')]
ST19060606-V32-22-page4.txt: [("'the", 'the'), ("'ye", 'ye')]
ST19060606-V32-22-page5.txt: [("'d", 'd'), ("'s", 's')]
ST19060606-V32-22-page9.txt: [("'Decking", 'Decking'), ("'when", 'when')]
ST19060613-V32-23-page10.txt: [("'Tis", 'Tis'), ("'risking", 'risking')]
ST19060613-V32-23-page11.txt: [("'Washington", 'Washington')]
ST19060613-V32-23-page14.txt: [("'have", 'have')]
ST19060613-V32-23-page15.txt: [("'sultan", 'sultan'), ("'in", 'in'), ("'any", 'any'), ("'dangerous", 'dangerous')]
ST19060613-V32-23-page16.txt: [("'no", 'no')]
ST19060613-V32-23-page3.txt: [("'not", 'not'), ("'Christian", 'Christian')]
ST19060613-V32-23-page4.txt: [("'he", 'he')]
ST19060613-V32-23-page5.txt: [("'man", 'man')]
ST19060613-V32-23-page6.txt: [("'WVI", 'WVI'), ("'delivered", 'delivered'), ("'among", 'among')]
ST19060613-V32-23-page7.txt: [("'the", 'the'), ("'deaths", 'deaths')]
ST19060613-V32-23-page8.txt: [("'County.", 'County.')]
ST19060613-V32-23-page9.txt: [("'He", 'He'), ("'tis", 'tis'), ("'appeared", 'appeared')]
ST19060620-V32-24-page10.txt: [("'save", 'save'), ("'Man's", 'Mans'), ("'You", 'You'), ("'Didn't", 'Didnt')]
ST19060620-V32-24-page12.txt: [("'Excepting", 'Excepting')]
ST19060620-V32-24-page13.txt: [("'via", 'via'), ("'or", 'or')]
ST19060620-V32-24-page14.txt: [("'channels", 'channels'), ("'Joshua", 'Joshua')]
ST19060620-V32-24-page15.txt: [("'provides", 'provides')]
ST19060620-V32-24-page16.txt: [("'W", 'W')]
ST19060620-V32-24-page2.txt: [("'O", 'O')]
ST19060620-V32-24-page5.txt: [("'was", 'was'), ("'he", 'he'), ("'too", 'too')]
ST19060620-V32-24-page6.txt: [("'aad", 'aad'), ("'.", '.'), ("'e", 'e'), ('\'"', '"'), ("'.", '.'), ("'TM", 'TM')]
ST19060620-V32-24-page7.txt: [("'righteousness", 'righteousness')]
ST19060620-V32-24-page8.txt: [("'and", 'and'), ("'Macedonia", 'Macedonia')]
ST19060627-V32-25-page12.txt: [("'PION", 'PION')]
ST19060627-V32-25-page13.txt: [("'RANCISCO", 'RANCISCO'), ("'TER", 'TER')]
ST19060627-V32-25-page14.txt: [('\'"', '"'), ("'.", '.'), ("'..", '..')]
ST19060627-V32-25-page15.txt: [("'lately", 'lately')]
ST19060627-V32-25-page16.txt: [("'ould", 'ould')]
ST19060627-V32-25-page17.txt: [("'to", 'to'), ("'first", 'first')]
ST19060627-V32-25-page18.txt: [("'Over", 'Over'), ("'motion", 'motion')]
ST19060627-V32-25-page19.txt: [("'Connecticut", 'Connecticut')]
ST19060627-V32-25-page20.txt: [("'Au", 'Au'), ("'Till", 'Till'), ("'Tis", 'Tis'), ("'.", '.')]
ST19060627-V32-25-page22.txt: [("'the-'earthquake", 'the-earthquake'), ("'of", 'of'), ("'Lick", 'Lick')]
ST19060627-V32-25-page23.txt: [('\'\'WWW"', 'WWW"'), ("'W", 'W'), ('\'"', '"'), ('\'"', '"')]
ST19060627-V32-25-page8.txt: [("'sb", 'sb'), ("'where", 'where')]
ST19060627-V32-25-page9.txt: [("'like", 'like')]
ST19060704-V32-26-page11.txt: [("''All", 'All'), ("'sq", 'sq')]
ST19060704-V32-26-page13.txt: [("'Iwmmin", 'Iwmmin')]
ST19060704-V32-26-page15.txt: [("'want", 'want')]
ST19060704-V32-26-page2.txt: [("'RAC", 'RAC')]
ST19060704-V32-26-page5.txt: [("'opened", 'opened'), ("'When", 'When')]
ST19060704-V32-26-page7.txt: [("'..", '..'), ("'..", '..'), ("'..", '..'), ('\'"W"tl\'Ipr\'vr', '"W"tlIprvr'), ("'they", 'they'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'And", 'And'), ("'of", 'of'), ("'Tis", 'Tis')]
ST19060704-V32-26-page8.txt: [("''''A", 'A'), ('\'"ot', '"ot')]
ST19060704-V32-26-page9.txt: [("'V", 'V')]
ST19060711-V32-27-page1.txt: [("'Shall", 'Shall')]
ST19060711-V32-27-page12.txt: [("'humanity", 'humanity'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'Him", 'Him'), ("'Israel", 'Israel')]
ST19060711-V32-27-page13.txt: [("'God's", 'Gods'), ("'to", 'to')]
ST19060711-V32-27-page14.txt: [("'Chapter", 'Chapter'), ('\'"', '"'), ("'Pr", 'Pr'), ('\'"Or\'"A', '"Or"A')]
ST19060711-V32-27-page15.txt: [("'His", 'His'), ("'world", 'world')]
ST19060711-V32-27-page5.txt: [("'Our", 'Our')]
ST19060711-V32-27-page6.txt: [("'to", 'to')]
ST19060711-V32-27-page7.txt: [("'Be", 'Be'), ("'will", 'will'), ("'Martin", 'Martin')]
ST19060711-V32-27-page9.txt: [("'rake", 'rake'), ("'province", 'province')]
ST19060718-V32-28-page1.txt: [("'mid", 'mid'), ("'supreme", 'supreme')]
ST19060718-V32-28-page10.txt: [('\'"drbA', '"drbA')]
ST19060718-V32-28-page11.txt: [("'No", 'No'), ("'I'm", 'Im'), ("''bundle", 'bundle'), ("'Now", 'Now')]
ST19060718-V32-28-page14.txt: [("'two", 'two'), ("'LATINO", 'LATINO'), ('\'.."', '.."'), ("'ME", 'ME'), ("'SD", 'SD'), ("'in", 'in')]
ST19060718-V32-28-page15.txt: [("'cutting", 'cutting'), ("'to", 'to')]
ST19060718-V32-28-page16.txt: [("'There", 'There'), ("'receipt", 'receipt')]
ST19060718-V32-28-page4.txt: [("'profess", 'profess'), ("'he.", 'he.')]
ST19060718-V32-28-page5.txt: [("'He", 'He')]
ST19060718-V32-28-page6.txt: [("'overshadow", 'overshadow')]
ST19060718-V32-28-page7.txt: [("'s", 's'), ("'you", 'you')]
ST19060718-V32-28-page8.txt: [("''''Pt", 'Pt'), ("'change", 'change')]
ST19060718-V32-28-page9.txt: [("'Surely", 'Surely')]
ST19060725-V32-29-page10.txt: [("'death", 'death')]
ST19060725-V32-29-page13.txt: [("'Call", 'Call'), ("'vividly", 'vividly'), ("'loth", 'loth'), ("'The", 'The')]
ST19060725-V32-29-page14.txt: [("'report", 'report')]
ST19060725-V32-29-page15.txt: [("'come", 'come'), ("'l.vats", 'l.vats'), ("'away.", 'away.'), ("'not", 'not')]
ST19060725-V32-29-page16.txt: [("'Papacy", 'Papacy')]
ST19060725-V32-29-page4.txt: [("'rich", 'rich')]
ST19060725-V32-29-page5.txt: [("'This", 'This')]
ST19060725-V32-29-page7.txt: [("'Jehovah", 'Jehovah'), ("'promised", 'promised')]
ST19060725-V32-29-page8.txt: [("''..", '..'), ('\'"O', '"O'), ("'can", 'can')]
ST19060725-V32-29-page9.txt: [("'Russian", 'Russian'), ("'that", 'that')]
ST19060808-V32-30-page12.txt: [("'tis", 'tis')]
ST19060808-V32-30-page15.txt: [("'August", 'August'), ("'Hoyt", 'Hoyt'), ("'San", 'San'), ("'Pit", 'Pit')]
ST19060808-V32-30-page16.txt: [("'Rise", 'Rise')]
ST19060808-V32-30-page2.txt: [("'Pain's", 'Pains'), ("'unworthy", 'unworthy'), ("'A", 'A'), ("'Tis", 'Tis')]
ST19060808-V32-30-page4.txt: [("'We", 'We')]
ST19060808-V32-30-page7.txt: [("'beautiful", 'beautiful'), ("'I", 'I')]
ST19060808-V32-31-page12.txt: [("'tis", 'tis')]
ST19060808-V32-31-page15.txt: [("'Hoyt", 'Hoyt'), ("'Santa", 'Santa')]
ST19060808-V32-31-page16.txt: [("'Our", 'Our'), ("'Order", 'Order'), ("'Rise", 'Rise'), ("'Wednesday", 'Wednesday')]
ST19060808-V32-31-page2.txt: [("'people", 'people'), ("'Tis", 'Tis')]
ST19060808-V32-31-page5.txt: [('\'service."', 'service."')]
ST19060808-V32-31-page9.txt: [("'of", 'of'), ("'anointed", 'anointed')]
ST19060822-V32-32-page2.txt: [("'and", 'and'), ("''They", 'They')]
ST19060822-V32-32-page3.txt: [("'s", 's')]
ST19060822-V32-32-page4.txt: [("'all", 'all')]
ST19060822-V32-32-page5.txt: [("'mine", 'mine'), ("'all", 'all')]
ST19060822-V32-32-page6.txt: [("'s", 's'), ("'ncubus", 'ncubus'), ("'dead", 'dead')]
ST19060822-V32-32-page7.txt: [("'nem.", 'nem.'), ("'Hoyt", 'Hoyt')]
ST19060822-V32-32-page8.txt: [("'has", 'has'), ("'pared", 'pared'), ("'lhe", 'lhe')]
ST19060829-V32-33-page1.txt: [("''God", 'God'), ("'a", 'a')]
ST19060829-V32-33-page2.txt: [("'washed", 'washed')]
ST19060829-V32-33-page3.txt: [("''will", 'will')]
ST19060829-V32-33-page4.txt: [("''Now", 'Now')]
ST19060829-V32-33-page5.txt: [("'s", 's'), ("'social", 'social')]
ST19060829-V32-33-page6.txt: [("'and", 'and'), ("'You", 'You'), ("'necessary", 'necessary'), ("'Christ's", 'Christs')]
ST19060829-V32-33-page7.txt: [('\'"Inittr....', '"Inittr....'), ("'Hoyt", 'Hoyt')]
ST19060905-V32-34-page10.txt: [("'r", 'r')]
ST19060905-V32-34-page11.txt: [("'Wednesday.", 'Wednesday.'), ("'Hoyt", 'Hoyt')]
ST19060905-V32-34-page12.txt: [("'state", 'state'), ("'Our", 'Our')]
ST19060905-V32-34-page13.txt: [("'be", 'be'), ("'Some", 'Some')]
ST19060905-V32-34-page14.txt: [("'political", 'political')]
ST19060905-V32-34-page15.txt: [("'the", 'the'), ("'clock", 'clock'), ("''as", 'as')]
ST19060905-V32-34-page16.txt: [("'r", 'r'), ("'the", 'the')]
ST19060905-V32-34-page7.txt: [("'MEOW", 'MEOW'), ("'miner", 'miner')]
ST19060905-V32-34-page8.txt: [("'er", 'er'), ("'round", 'round')]
ST19060905-V32-34-page9.txt: [("'there", 'there'), ("'and", 'and')]
ST19060912-V32-35-page11.txt: [("'Hoyt", 'Hoyt'), ("'q", 'q')]
ST19060912-V32-35-page12.txt: [("'of", 'of'), ("'rous", 'rous'), ('\'"', '"'), ("''Dear", 'Dear'), ("'all", 'all')]
ST19060912-V32-35-page13.txt: [("'uncertain", 'uncertain'), ("'And", 'And')]
ST19060912-V32-35-page15.txt: [("'already", 'already')]
ST19060912-V32-35-page16.txt: [("'s", 's')]
ST19060912-V32-35-page2.txt: [("'cat", 'cat')]
ST19060912-V32-35-page3.txt: [("'s", 's'), ("''Bring", 'Bring')]
ST19060912-V32-35-page6.txt: [("'A", 'A')]
ST19060912-V32-35-page7.txt: [("'of", 'of')]
ST19060912-V32-35-page8.txt: [("'came", 'came')]
ST19060919-V32-36-page10.txt: [("'Twere", 'Twere'), ("'One", 'One'), ("'and", 'and')]
ST19060919-V32-36-page11.txt: [("'shanty", 'shanty'), ("'Wednesday", 'Wednesday')]
ST19060919-V32-36-page12.txt: [("'m", 'm'), ("'er", 'er'), ("'er", 'er')]
ST19060919-V32-36-page13.txt: [("'General", 'General'), ("'nate", 'nate')]
ST19060919-V32-36-page4.txt: [("'as", 'as')]
ST19060919-V32-36-page5.txt: [("'nected", 'nected'), ("'Rom.", 'Rom.'), ("'written", 'written')]
ST19060919-V32-36-page6.txt: [("'Every", 'Every'), ("'As", 'As')]
ST19060919-V32-36-page8.txt: [("'be", 'be')]
ST19060919-V32-36-page9.txt: [("'failing", 'failing')]
ST19060926-V32-37-page10.txt: [("'em", 'em')]
ST19060926-V32-37-page11.txt: [("'their", 'their')]
ST19060926-V32-37-page12.txt: [("'I", 'I'), ("'but", 'but')]
ST19060926-V32-37-page13.txt: [("'i", 'i')]
ST19060926-V32-37-page14.txt: [("'all", 'all'), ("'Wednesday", 'Wednesday')]
ST19060926-V32-37-page15.txt: [("'My", 'My'), ("'In", 'In')]
ST19060926-V32-37-page16.txt: [("''the", 'the'), ("'teaser", 'teaser'), ("'er", 'er')]
ST19060926-V32-37-page4.txt: [("'is", 'is')]
ST19060926-V32-37-page5.txt: [("'inning.", 'inning.')]
ST19060926-V32-37-page6.txt: [("'e", 'e')]
ST19060926-V32-37-page7.txt: [("'by", 'by')]
ST19060926-V32-37-page8.txt: [("'without", 'without')]
ST19061003-V32-38-page11.txt: [("'Hoyt", 'Hoyt'), ("'was", 'was')]
ST19061003-V32-38-page13.txt: [("'Behold", 'Behold'), ("'Wo", 'Wo'), ("'nen", 'nen')]
ST19061003-V32-38-page14.txt: [("''Chicago", 'Chicago')]
ST19061003-V32-38-page15.txt: [("'tells", 'tells'), ("'Hotel", 'Hotel'), ("'t-.", 't-.')]
ST19061003-V32-38-page16.txt: [("'that", 'that')]
ST19061003-V32-38-page3.txt: [("'When", 'When')]
ST19061003-V32-38-page4.txt: [("'pressed", 'pressed'), ("'Accept", 'Accept'), ("'and", 'and'), ('\'controlled"', 'controlled"')]
ST19061003-V32-38-page5.txt: [("'s", 's'), ("'It", 'It'), ("''because", 'because')]
ST19061003-V32-38-page6.txt: [("'of", 'of'), ("'positive", 'positive')]
ST19061003-V32-38-page7.txt: [("'kith", 'kith')]
ST19061003-V32-38-page8.txt: [("'under", 'under'), ("'transferring", 'transferring'), ("'and", 'and'), ("'the", 'the'), ("'wrath", 'wrath')]
ST19061003-V32-38-page9.txt: [("'sin", 'sin')]
ST19061010-V32-39-page14.txt: [("'in", 'in'), ("''Peace", 'Peace'), ("'German", 'German')]
ST19061010-V32-39-page15.txt: [("'is", 'is')]
ST19061010-V32-39-page16.txt: [("''One", 'One'), ("'Christian", 'Christian'), ("'the", 'the')]
ST19061010-V32-39-page2.txt: [("'read", 'read'), ("'recognize", 'recognize'), ("'at", 'at'), ("'adz", 'adz'), ("'Too.", 'Too.')]
ST19061010-V32-39-page3.txt: [("'conforming", 'conforming')]
ST19061010-V32-39-page5.txt: [("'the", 'the')]
ST19061010-V32-39-page7.txt: [('\'s."', 's."')]
ST19061010-V32-39-page9.txt: [("''Be", 'Be')]
ST19061017-V32-40-page1.txt: [("'Mong", 'Mong')]
ST19061017-V32-40-page10.txt: [("'Tis", 'Tis')]
ST19061017-V32-40-page11.txt: [("'Wake", 'Wake'), ("'Never", 'Never'), ("'Write", 'Write')]
ST19061017-V32-40-page12.txt: [("'not", 'not')]
ST19061017-V32-40-page13.txt: [("'Thou", 'Thou'), ("'Pilgrim's", 'Pilgrims'), ("'s", 's')]
ST19061017-V32-40-page14.txt: [("''All", 'All'), ("''never", 'never')]
ST19061017-V32-40-page15.txt: [("'is", 'is'), ("'labor", 'labor')]
ST19061017-V32-40-page16.txt: [("'cannery", 'cannery')]
ST19061017-V32-40-page2.txt: [("'.", '.'), ("'Ch..", 'Ch..'), ("'iodn", 'iodn')]
ST19061017-V32-40-page3.txt: [("'Tis", 'Tis')]
ST19061017-V32-40-page6.txt: [("'continuity", 'continuity'), ("'the", 'the')]
ST19061017-V32-40-page7.txt: [("'myth", 'myth'), ("'a", 'a')]
ST19061017-V32-40-page8.txt: [("'Where", 'Where'), ("'rest", 'rest')]
ST19061017-V32-40-page9.txt: [("'Jesus", 'Jesus'), ("''from", 'from')]
ST19061024-V32-41-page10.txt: [("'a", 'a'), ("'er", 'er'), ("'s", 's')]
ST19061024-V32-41-page11.txt: [("'A", 'A')]
ST19061024-V32-41-page12.txt: [("'sterner", 'sterner'), ("'still", 'still'), ("'After", 'After'), ("'all", 'all'), ("'er", 'er'), ("'s", 's')]
ST19061024-V32-41-page14.txt: [("'In", 'In'), ("'In", 'In'), ("'In", 'In')]
ST19061024-V32-41-page15.txt: [("'job", 'job'), ("'the", 'the'), ("'the", 'the'), ("'trial.", 'trial.'), ("'secretary", 'secretary')]
ST19061024-V32-41-page16.txt: [("'to", 'to'), ("'o", 'o')]
ST19061024-V32-41-page2.txt: [("'were", 'were'), ("'age", 'age')]
ST19061024-V32-41-page5.txt: [("'Terse", 'Terse'), ("'There", 'There')]
ST19061024-V32-41-page7.txt: [("'must", 'must')]
ST19061024-V32-41-page8.txt: [("'s", 's')]
ST19061024-V32-41-page9.txt: [("'fill", 'fill'), ("'putting", 'putting'), ("'at", 'at')]
ST19061031-V32-42-page10.txt: [("'I", 'I'), ("'Will", 'Will'), ("'This", 'This')]
ST19061031-V32-42-page11.txt: [('\'round."', 'round."'), ("'em", 'em'), ("'t", 't'), ("'em", 'em')]
ST19061031-V32-42-page12.txt: [("'of", 'of'), ("'care.", 'care.')]
ST19061031-V32-42-page13.txt: [("'a", 'a'), ("'for", 'for'), ("'Tis", 'Tis'), ("'world", 'world')]
ST19061031-V32-42-page14.txt: [("'not", 'not'), ("'We", 'We')]
ST19061031-V32-42-page15.txt: [("'allowing", 'allowing'), ("'old", 'old'), ("'When", 'When')]
ST19061031-V32-42-page16.txt: [("'Illogical", 'Illogical'), ("'primal", 'primal'), ("'Illogical", 'Illogical'), ("'Illogical", 'Illogical'), ("'in", 'in'), ("'world", 'world')]
ST19061031-V32-42-page3.txt: [("'netts.", 'netts.')]
ST19061031-V32-42-page4.txt: [("'there", 'there'), ("'one", 'one'), ("'ointments", 'ointments')]
ST19061031-V32-42-page5.txt: [("'to", 'to')]
ST19061031-V32-42-page6.txt: [("'TIE", 'TIE')]
ST19061107-V32-43-page10.txt: [("'aigrets", 'aigrets')]
ST19061107-V32-43-page11.txt: [("'t", 't')]
ST19061107-V32-43-page12.txt: [("'twill", 'twill'), ("'Even", 'Even')]
ST19061107-V32-43-page13.txt: [("'Irks", 'Irks')]
ST19061107-V32-43-page15.txt: [("'of", 'of'), ("'s", 's'), ("'Some", 'Some'), ("'My", 'My')]
ST19061107-V32-43-page16.txt: [("'sacrifice", 'sacrifice'), ("''in", 'in'), ("'few", 'few')]
ST19061107-V32-43-page2.txt: [("'s", 's')]
ST19061107-V32-43-page3.txt: [('\'"But', '"But')]
ST19061107-V32-43-page4.txt: [("'s", 's')]
ST19061107-V32-43-page5.txt: [("'the", 'the'), ("'truth", 'truth'), ("'have", 'have')]
ST19061107-V32-43-page7.txt: [("'bath", 'bath')]
ST19061107-V32-43-page8.txt: [("'Tis", 'Tis'), ("'tie", 'tie'), ("'Tis", 'Tis'), ("'s", 's')]
ST19061107-V32-43-page9.txt: [("'devices", 'devices'), ("'oi.", 'oi.'), ("'the", 'the'), ("'em", 'em'), ("'em", 'em'), ("'human", 'human'), ("'Now", 'Now'), ("'are", 'are')]
ST19061114-V32-44-page10.txt: [("'city", 'city')]
ST19061114-V32-44-page12.txt: [("'wheat", 'wheat')]
ST19061114-V32-44-page13.txt: [("'s", 's')]
ST19061114-V32-44-page14.txt: [("'or", 'or'), ("'and", 'and')]
ST19061114-V32-44-page16.txt: [("'s", 's')]
ST19061114-V32-44-page3.txt: [("'the", 'the')]
ST19061114-V32-44-page4.txt: [("'His", 'His')]
ST19061114-V32-44-page5.txt: [("''the", 'the')]
ST19061114-V32-44-page7.txt: [("'even", 'even'), ("'s", 's')]
ST19061121-V32-45-page10.txt: [("'the", 'the')]
ST19061121-V32-45-page12.txt: [("'pose", 'pose'), ("'round", 'round'), ("'In", 'In')]
ST19061121-V32-45-page13.txt: [("'another", 'another'), ("'s", 's')]
ST19061121-V32-45-page14.txt: [("'s", 's'), ("'skilled", 'skilled'), ("'tis", 'tis'), ("''has", 'has'), ("'s", 's'), ("'a", 'a'), ("'a", 'a'), ("'s", 's'), ("'for", 'for')]
ST19061121-V32-45-page4.txt: [("'be", 'be'), ("'t", 't')]
ST19061121-V32-45-page5.txt: [("'the", 'the'), ("'a", 'a'), ("'s", 's'), ("'a", 'a'), ("'come", 'come')]
ST19061121-V32-45-page6.txt: [("'man.", 'man.')]
ST19061121-V32-45-page7.txt: [("'of", 'of')]
ST19061121-V32-45-page8.txt: [('\'INI...."', 'INI...."'), ("'Mid", 'Mid')]
ST19061121-V32-45-page9.txt: [("'When", 'When'), ("'Mid", 'Mid')]
ST19061128-V32-46-page10.txt: [("'Little", 'Little'), ("'away", 'away'), ("'round", 'round')]
ST19061128-V32-46-page11.txt: [("'round", 'round')]
ST19061128-V32-46-page12.txt: [("'tis", 'tis'), ("'us.", 'us.')]
ST19061128-V32-46-page13.txt: [("'D.", 'D.'), ("''The", 'The')]
ST19061128-V32-46-page14.txt: [("'a", 'a'), ("'be", 'be'), ("''God's", 'Gods'), ('\'\'"', '"')]
ST19061128-V32-46-page16.txt: [("''In", 'In')]
ST19061128-V32-46-page2.txt: [("'fol.", 'fol.'), ("'religious", 'religious')]
ST19061128-V32-46-page3.txt: [("'land", 'land'), ("'as", 'as')]
ST19061128-V32-46-page4.txt: [("'Christ's", 'Christs'), ("'by", 'by')]
ST19061128-V32-46-page9.txt: [("'for", 'for'), ("'reported", 'reported'), ("'for", 'for')]
ST19061205-V32-47-page10.txt: [("'side", 'side')]
ST19061205-V32-47-page12.txt: [("'busses", 'busses')]
ST19061205-V32-47-page13.txt: [("'n", 'n')]
ST19061205-V32-47-page14.txt: [("'s", 's')]
ST19061205-V32-47-page16.txt: [("''How", 'How')]
ST19061205-V32-47-page5.txt: [("'s", 's')]
ST19061205-V32-47-page6.txt: [("'brilliantly", 'brilliantly'), ("'s", 's')]
ST19061205-V32-47-page7.txt: [("'round", 'round'), ("'er", 'er')]
ST19061205-V32-47-page9.txt: [("'officials", 'officials')]
ST19061212-V32-48-page1.txt: [("'Twas", 'Twas')]
ST19061212-V32-48-page10.txt: [("'bitter", 'bitter'), ("'Beyond", 'Beyond')]
ST19061212-V32-48-page11.txt: [("'Roux", 'Roux'), ("'I", 'I'), ("'I", 'I'), ("'Is", 'Is'), ("'till", 'till'), ("'d", 'd')]
ST19061212-V32-48-page13.txt: [("'s", 's')]
ST19061212-V32-48-page14.txt: [("'an", 'an')]
ST19061212-V32-48-page16.txt: [("'he", 'he')]
ST19061212-V32-48-page5.txt: [("'What", 'What'), ("'s", 's')]
ST19061212-V32-48-page9.txt: [("'and", 'and')]
ST19061219-V32-49-page1.txt: [("'twill", 'twill')]
ST19061219-V32-49-page10.txt: [("'ring", 'ring'), ("'el", 'el'), ("'s", 's'), ("'eep", 'eep'), ("'gainst", 'gainst'), ("'ry", 'ry'), ("'ease", 'ease'), ("'round", 'round'), ("'ning", 'ning')]
ST19061219-V32-49-page11.txt: [("'Bloom", 'Bloom'), ("'We", 'We')]
ST19061219-V32-49-page12.txt: [("'But", 'But')]
ST19061219-V32-49-page13.txt: [("'for", 'for'), ("'the", 'the'), ("'SEE", 'SEE')]
ST19061219-V32-49-page14.txt: [("'mai", 'mai')]
ST19061219-V32-49-page15.txt: [("''Let", 'Let'), ("'Government", 'Government')]
ST19061219-V32-49-page16.txt: [("'not", 'not'), ("''Even", 'Even'), ("'employee", 'employee'), ("'s", 's'), ("'s", 's')]
ST19061219-V32-49-page2.txt: [("'It", 'It'), ("'In.i", 'In.i')]
ST19061219-V32-49-page3.txt: [("'s", 's'), ("'the", 'the')]
ST19061219-V32-49-page4.txt: [("'the", 'the'), ("'s", 's'), ("'may", 'may'), ("'but", 'but')]
ST19061219-V32-49-page6.txt: [("'I", 'I'), ("'S", 'S'), ("'from", 'from')]
ST19061219-V32-49-page7.txt: [("'Neath", 'Neath'), ("'with", 'with'), ("'successful", 'successful'), ("'round", 'round'), ("'s", 's')]
ST19061219-V32-49-page8.txt: [("'I", 'I'), ("''Not", 'Not'), ("'the", 'the')]
ST19061219-V32-49-page9.txt: [("'in", 'in'), ("'n", 'n'), ("'s", 's')]
ST19061226-V32-50-page11.txt: [("'by", 'by'), ("'is", 'is'), ("'for", 'for')]
ST19061226-V32-50-page12.txt: [("'s", 's')]
ST19061226-V32-50-page14.txt: [("'give", 'give'), ("''yankee", 'yankee'), ("'es", 'es'), ("'or", 'or')]
ST19061226-V32-50-page3.txt: [("'.", '.'), ("'sacredness", 'sacredness')]
ST19061226-V32-50-page4.txt: [("'sealing", 'sealing')]
ST19061226-V32-50-page5.txt: [("'s", 's')]
ST19061226-V32-50-page6.txt: [("'Tis", 'Tis')]
ST19061226-V32-50-page7.txt: [("'neath", 'neath')]
ST19061226-V32-50-page8.txt: [("''Fear", 'Fear')]
ST19061226-V32-50-page9.txt: [("'I", 'I')]
ST19070102-V33-01-page1.txt: [("'Tis", 'Tis')]
ST19070102-V33-01-page10.txt: [("'miracle", 'miracle')]
ST19070102-V33-01-page11.txt: [("'me", 'me')]
ST19070102-V33-01-page13.txt: [("'er", 'er')]
ST19070102-V33-01-page14.txt: [("'declaring", 'declaring'), ("'Godspeed", 'Godspeed'), ("'few", 'few'), ("'week", 'week')]
ST19070102-V33-01-page15.txt: [("'That", 'That'), ("'Lord's", 'Lords'), ("'First", 'First'), ("''Sunday", 'Sunday'), ("'Since", 'Since'), ("'what", 'what'), ("'We", 'We')]
ST19070102-V33-01-page16.txt: [("'Illogical", 'Illogical')]
ST19070102-V33-01-page2.txt: [("''SIGNS", 'SIGNS')]
ST19070102-V33-01-page3.txt: [("'Gospel", 'Gospel')]
ST19070102-V33-01-page5.txt: [("'s", 's')]
ST19070102-V33-01-page7.txt: [("'in", 'in')]
ST19070102-V33-01-page9.txt: [("'er", 'er')]
ST19070109-V33-02-page10.txt: [("'tis", 'tis'), ("'M", 'M')]
ST19070109-V33-02-page11.txt: [("''The", 'The')]
ST19070109-V33-02-page12.txt: [("'ivrico.", 'ivrico.'), ("'understand", 'understand'), ("'confidence", 'confidence'), ("'in", 'in'), ("'Not", 'Not')]
ST19070109-V33-02-page13.txt: [("'er", 'er'), ("''I", 'I')]
ST19070109-V33-02-page15.txt: [("'Peace", 'Peace'), ("'a", 'a'), ("'and", 'and')]
ST19070109-V33-02-page16.txt: [("'may", 'may')]
ST19070109-V33-02-page4.txt: [("'Study", 'Study')]
ST19070109-V33-02-page5.txt: [("'n", 'n')]
ST19070109-V33-02-page6.txt: [("'hand", 'hand')]
ST19070109-V33-02-page8.txt: [("'Ciitte", 'Ciitte'), ("'with", 'with'), ("'A", 'A'), ("'A", 'A'), ("'neglecting", 'neglecting')]
ST19070109-V33-02-page9.txt: [("'interest.", 'interest.'), ("'Tis", 'Tis')]
ST19070116-V33-03-page10.txt: [("'d", 'd'), ('\'em."', 'em."'), ('\'"P"', '"P"'), ("'twas", 'twas')]
ST19070116-V33-03-page11.txt: [("'Twos", 'Twos'), ("'Twas", 'Twas')]
ST19070116-V33-03-page13.txt: [("'His", 'His'), ("'erflows", 'erflows'), ("'attributes", 'attributes')]
ST19070116-V33-03-page14.txt: [("''I", 'I'), ("''Let", 'Let')]
ST19070116-V33-03-page15.txt: [("'s", 's')]
ST19070116-V33-03-page16.txt: [("'Congress", 'Congress')]
ST19070116-V33-03-page2.txt: [("''Plans", 'Plans')]
ST19070116-V33-03-page3.txt: [("'power", 'power')]
ST19070116-V33-03-page4.txt: [("'death.", 'death.'), ("'Christ", 'Christ')]
ST19070116-V33-03-page6.txt: [("'llus", 'llus'), ("'elapse", 'elapse')]
ST19070116-V33-03-page7.txt: [("'ate", 'ate'), ("'theoretically", 'theoretically')]
ST19070116-V33-03-page9.txt: [("'a", 'a')]
ST19070123-V33-04-page11.txt: [("'Great", 'Great')]
ST19070123-V33-04-page12.txt: [("'clock", 'clock'), ("'Never", 'Never'), ("'knit", 'knit')]
ST19070123-V33-04-page13.txt: [("'s", 's'), ("'We", 'We')]
ST19070123-V33-04-page14.txt: [('\'"', '"')]
ST19070123-V33-04-page2.txt: [("'ate", 'ate')]
ST19070123-V33-04-page3.txt: [("'Terms", 'Terms'), ("'Diana", 'Diana')]
ST19070123-V33-04-page4.txt: [("'privileges", 'privileges')]
ST19070123-V33-04-page7.txt: [("'.", '.')]
ST19070123-V33-04-page8.txt: [("'s", 's'), ("'Gainst", 'Gainst')]
ST19070123-V33-04-page9.txt: [("'mom", 'mom')]
ST19070130-V33-05-page10.txt: [("'st", 'st'), ("'be", 'be')]
ST19070130-V33-05-page11.txt: [("'s", 's'), ("'We", 'We')]
ST19070130-V33-05-page12.txt: [("'neath", 'neath')]
ST19070130-V33-05-page13.txt: [("'S", 'S')]
ST19070130-V33-05-page15.txt: [("'California", 'California'), ("'fie", 'fie')]
ST19070130-V33-05-page4.txt: [("'fallen", 'fallen'), ("'It", 'It'), ("'measure", 'measure'), ("'is", 'is'), ("'Man", 'Man')]
ST19070130-V33-05-page5.txt: [("'Christianity", 'Christianity')]
ST19070130-V33-05-page6.txt: [("'In", 'In'), ("'Christianity", 'Christianity'), ("'Book", 'Book')]
ST19070130-V33-05-page8.txt: [("'Cifm", 'Cifm'), ("'gods", 'gods')]
ST19070130-V33-05-page9.txt: [("'ate", 'ate'), ("'work", 'work'), ("'s", 's'), ("'Twas", 'Twas'), ("'er", 'er'), ("'Twas", 'Twas')]
ST19070206-V33-06-page10.txt: [("'Twill", 'Twill'), ("'ry", 'ry'), ("'em", 'em'), ("'depart.", 'depart.'), ("'bout", 'bout')]
ST19070206-V33-06-page11.txt: [("'em", 'em'), ("'em", 'em')]
ST19070206-V33-06-page12.txt: [("'tis", 'tis')]
ST19070206-V33-06-page13.txt: [("'paper", 'paper'), ("'er", 'er')]
ST19070206-V33-06-page15.txt: [("'earth", 'earth'), ("'confident", 'confident')]
ST19070206-V33-06-page4.txt: [("'s", 's'), ("'Snow", 'Snow')]
ST19070206-V33-06-page6.txt: [("'Yftt", 'Yftt'), ("'the", 'the'), ("'I", 'I'), ("'vessel", 'vessel'), ("'It", 'It'), ("'How", 'How'), ("'I", 'I')]
ST19070206-V33-06-page7.txt: [("'s", 's'), ("'there", 'there'), ("'in", 'in'), ("'enter", 'enter'), ("'the", 'the'), ("'s", 's'), ("'Lord", 'Lord')]
ST19070206-V33-06-page8.txt: [("'anything", 'anything'), ("'ershadowed", 'ershadowed'), ("'erflovving", 'erflovving')]
ST19070206-V33-06-page9.txt: [("'leap", 'leap'), ("'the", 'the'), ("'Master", 'Master'), ("'the", 'the'), ("'Wherewithal", 'Wherewithal'), ("'I", 'I'), ("'Now", 'Now'), ("'life", 'life'), ("'erthrown", 'erthrown'), ("'tis", 'tis'), ("'Blessed", 'Blessed'), ("'But", 'But')]
ST19070213-V33-07-page1.txt: [("'i", 'i')]
ST19070213-V33-07-page10.txt: [("'mark", 'mark')]
ST19070213-V33-07-page14.txt: [("'Ito", 'Ito')]
ST19070213-V33-07-page15.txt: [("''despair", 'despair'), ("'My", 'My'), ("'program.", 'program.')]
ST19070213-V33-07-page16.txt: [("'fire", 'fire'), ("'Christians", 'Christians')]
ST19070213-V33-07-page2.txt: [("'.", '.'), ("'Trade", 'Trade'), ("'from", 'from')]
ST19070213-V33-07-page4.txt: [("'to", 'to')]
ST19070213-V33-07-page5.txt: [("'s", 's'), ("'in", 'in'), ("'work", 'work')]
ST19070213-V33-07-page6.txt: [("'ancestor", 'ancestor'), ("'All", 'All'), ("'How", 'How'), ("'How", 'How'), ("'All", 'All'), ("'there", 'there'), ("'He", 'He')]
ST19070213-V33-07-page7.txt: [("'er", 'er'), ("'now", 'now'), ("'WO", 'WO')]
ST19070213-V33-07-page8.txt: [("'twould", 'twould'), ("'twill", 'twill'), ("'Gospel", 'Gospel')]
ST19070213-V33-07-page9.txt: [("'s", 's'), ("'to", 'to')]
ST19070220-V33-08-page10.txt: [("'gainst", 'gainst'), ("'er", 'er'), ("'a", 'a'), ("'mid", 'mid'), ("'will", 'will'), ("'are", 'are'), ("'Come", 'Come')]
ST19070220-V33-08-page16.txt: [("'in", 'in'), ("'Hon.", 'Hon.')]
ST19070220-V33-08-page2.txt: [("'need", 'need'), ("'more", 'more')]
ST19070220-V33-08-page4.txt: [("'made", 'made')]
ST19070220-V33-08-page8.txt: [("'Man", 'Man'), ('\'sure."', 'sure."')]
ST19070227-V33-09-page10.txt: [("'of", 'of')]
ST19070227-V33-09-page11.txt: [("'Cathedral", 'Cathedral'), ('\'"..', '"..'), ("'Mountain", 'Mountain')]
ST19070227-V33-09-page13.txt: [("'His", 'His'), ("'Easy", 'Easy'), ("'clock", 'clock')]
ST19070227-V33-09-page2.txt: [("'Mtn", 'Mtn')]
ST19070227-V33-09-page4.txt: [("'en", 'en'), ("'My", 'My')]
ST19070227-V33-09-page5.txt: [("'ionorthe", 'ionorthe'), ("'him", 'him')]
ST19070227-V33-09-page6.txt: [("'met", 'met'), ("'heart.", 'heart.')]
ST19070227-V33-09-page7.txt: [('\'water."', 'water."'), ("'The", 'The')]
ST19070227-V33-09-page8.txt: [("'and", 'and')]
ST19070306-V33-10-page10.txt: [("'I", 'I')]
ST19070306-V33-10-page11.txt: [("'a", 'a'), ('\'em."', 'em."'), ("'a", 'a')]
ST19070306-V33-10-page12.txt: [("'Lassa", 'Lassa'), ("'century.", 'century.'), ("'course", 'course'), ("'distance", 'distance')]
ST19070306-V33-10-page13.txt: [("'said", 'said'), ("'learn", 'learn'), ("'The", 'The')]
ST19070306-V33-10-page15.txt: [("'not", 'not'), ("''that", 'that')]
ST19070306-V33-10-page16.txt: [("'it", 'it'), ("'the", 'the'), ("'of", 'of'), ("'s", 's'), ("''made", 'made')]
ST19070306-V33-10-page3.txt: [("'our", 'our'), ("'We", 'We')]
ST19070306-V33-10-page4.txt: [("'s", 's'), ("'grasp", 'grasp'), ("'seek", 'seek'), ("'white", 'white'), ("'ago", 'ago')]
ST19070306-V33-10-page5.txt: [("'P", 'P')]
ST19070306-V33-10-page6.txt: [("'No", 'No'), ("'Well", 'Well'), ("'I", 'I'), ("'And", 'And')]
ST19070306-V33-10-page7.txt: [("'I", 'I'), ("'S", 'S'), ("'to", 'to')]
ST19070306-V33-10-page8.txt: [("'ni", 'ni'), ("'tis", 'tis')]
ST19070306-V33-10-page9.txt: [("'N", 'N'), ("'any", 'any'), ("'can", 'can'), ("'sin.", 'sin.'), ("'er", 'er')]
ST19070313-V33-11-page10.txt: [("'strength", 'strength'), ("'er", 'er'), ("'their", 'their'), ("'have", 'have'), ("'of", 'of')]
ST19070313-V33-11-page11.txt: [("'liege.", 'liege.')]
ST19070313-V33-11-page13.txt: [("'the", 'the'), ("'of", 'of')]
ST19070313-V33-11-page15.txt: [("'that", 'that')]
ST19070313-V33-11-page16.txt: [("'to", 'to'), ("'compel", 'compel'), ("'railroad", 'railroad')]
ST19070313-V33-11-page3.txt: [("'rugged", 'rugged'), ("'beloved", 'beloved'), ("'PHE", 'PHE'), ("'god", 'god')]
ST19070313-V33-11-page4.txt: [("'prophecy", 'prophecy'), ("'a", 'a'), ("'opinions.", 'opinions.'), ("'delicate", 'delicate'), ("'heaven", 'heaven')]
ST19070313-V33-11-page6.txt: [("'planted", 'planted'), ("'the", 'the'), ("'the", 'the'), ("'have", 'have'), ("'completely", 'completely'), ("'one", 'one'), ("'they", 'they'), ("'scrape", 'scrape'), ("'like", 'like'), ("'It", 'It')]
ST19070313-V33-11-page8.txt: [("'for", 'for'), ("'which", 'which'), ("'heaven", 'heaven')]
ST19070313-V33-11-page9.txt: [("'Remember", 'Remember'), ("'s", 's'), ("'at", 'at')]
ST19070320-V33-12-page10.txt: [("'Tis", 'Tis'), ("'cause", 'cause'), ("'cause", 'cause'), ("'Don't", 'Dont')]
ST19070320-V33-12-page12.txt: [("'Chinese", 'Chinese')]
ST19070320-V33-12-page13.txt: [("'build", 'build'), ("'at", 'at')]
ST19070320-V33-12-page16.txt: [("'destructive", 'destructive'), ("'last", 'last'), ("'large", 'large'), ("'per", 'per'), ("'Our", 'Our'), ("'on", 'on'), ("'sovereign", 'sovereign')]
ST19070320-V33-12-page2.txt: [("'The", 'The')]
ST19070320-V33-12-page3.txt: [("'of", 'of')]
ST19070320-V33-12-page4.txt: [("'in", 'in'), ("'of", 'of'), ("'Reformation", 'Reformation'), ("'men", 'men'), ("'nation.", 'nation.'), ("'dying", 'dying')]
ST19070320-V33-12-page5.txt: [("'s", 's')]
ST19070320-V33-12-page6.txt: [("'All", 'All'), ("'There", 'There'), ("'birth", 'birth')]
ST19070320-V33-12-page7.txt: [("'sot", 'sot')]
ST19070320-V33-12-page8.txt: [("'that", 'that'), ("'twas", 'twas'), ("'er", 'er')]
ST19070320-V33-12-page9.txt: [("'s", 's'), ("'s", 's'), ("'Now", 'Now'), ("'by", 'by'), ("'Keep", 'Keep'), ("'twas", 'twas'), ("'twas", 'twas'), ("'tie", 'tie'), ("'Ah", 'Ah')]
ST19070327-V33-13-page10.txt: [("'to", 'to'), ("'well", 'well')]
ST19070327-V33-13-page11.txt: [("'tis", 'tis')]
ST19070327-V33-13-page12.txt: [("'the", 'the'), ("'his", 'his'), ("'s", 's')]
ST19070327-V33-13-page13.txt: [("'us", 'us'), ("'of", 'of'), ("'ground", 'ground'), ("'of", 'of'), ("'besides", 'besides')]
ST19070327-V33-13-page14.txt: [("'-he", '-he'), ("'attorney", 'attorney')]
ST19070327-V33-13-page15.txt: [("'for", 'for'), ("'shortage", 'shortage')]
ST19070327-V33-13-page16.txt: [("'that", 'that'), ("'one", 'one'), ("'indebted", 'indebted'), ("'be", 'be'), ("'them.", 'them.'), ("'t", 't'), ("'more", 'more')]
ST19070327-V33-13-page4.txt: [("'Bible", 'Bible')]
ST19070327-V33-13-page5.txt: [("'to", 'to')]
ST19070327-V33-13-page6.txt: [("'ion", 'ion'), ("'secured", 'secured'), ("'a", 'a')]
ST19070327-V33-13-page7.txt: [("'stretched", 'stretched'), ("'the", 'the')]
ST19070327-V33-13-page8.txt: [("'When", 'When'), ("'out", 'out'), ("'er", 'er')]
ST19070327-V33-13-page9.txt: [("'idea", 'idea')]
ST19070403-V33-14-page1.txt: [("'Tis", 'Tis')]
ST19070403-V33-14-page10.txt: [("'bout", 'bout'), ("'n", 'n')]
ST19070403-V33-14-page11.txt: [("'shown", 'shown'), ("'s", 's')]
ST19070403-V33-14-page12.txt: [("'life", 'life'), ("'monotonous", 'monotonous')]
ST19070403-V33-14-page13.txt: [("'neath", 'neath'), ("'s", 's'), ("'half", 'half'), ("'I", 'I'), ("'Twas", 'Twas'), ("'see", 'see')]
ST19070403-V33-14-page14.txt: [("'horse", 'horse')]
ST19070403-V33-14-page15.txt: [("'lax", 'lax'), ("'lean", 'lean'), ("'short", 'short'), ("'Americans", 'Americans'), ("'of", 'of')]
ST19070403-V33-14-page16.txt: [("'ameo.", 'ameo.')]
ST19070403-V33-14-page2.txt: [("'Me", 'Me'), ("'possession", 'possession')]
ST19070403-V33-14-page3.txt: [("'STEN", 'STEN')]
ST19070403-V33-14-page4.txt: [("'is", 'is'), ("'them", 'them'), ("'longed", 'longed'), ("'us", 'us'), ("'destruction", 'destruction')]
ST19070403-V33-14-page6.txt: [("'ante", 'ante'), ("'Tts", 'Tts'), ("'Tig", 'Tig'), ("'r", 'r'), ("'TIS", 'TIS')]
ST19070403-V33-14-page7.txt: [("'admission.", 'admission.'), ("'latter", 'latter'), ("'s", 's'), ("'udah", 'udah')]
ST19070403-V33-14-page8.txt: [("'All", 'All')]
ST19070403-V33-14-page9.txt: [("'scaped", 'scaped'), ("'tis", 'tis'), ("'tis", 'tis'), ("'tis", 'tis')]
ST19070410-V33-15-page10.txt: [("'organs", 'organs')]
ST19070410-V33-15-page11.txt: [("'t", 't')]
ST19070410-V33-15-page12.txt: [("'Next", 'Next'), ("'Juvenile", 'Juvenile')]
ST19070410-V33-15-page14.txt: [("'of", 'of')]
ST19070410-V33-15-page15.txt: [("'Me", 'Me')]
ST19070410-V33-15-page16.txt: [("''Every", 'Every'), ("'came", 'came'), ("'German", 'German'), ("'trim", 'trim'), ("'the", 'the')]
ST19070410-V33-15-page2.txt: [("'Uncle", 'Uncle')]
ST19070410-V33-15-page3.txt: [("'in", 'in'), ("'working", 'working')]
ST19070410-V33-15-page4.txt: [("'it", 'it')]
ST19070410-V33-15-page5.txt: [("'faith", 'faith')]
ST19070410-V33-15-page6.txt: [("'have", 'have')]
ST19070410-V33-15-page7.txt: [("'determine", 'determine'), ("'WHAT", 'WHAT')]
ST19070410-V33-15-page8.txt: [("'nothing", 'nothing'), ("'somebody", 'somebody')]
ST19070410-V33-15-page9.txt: [("'set", 'set')]
ST19070417-V33-16-page10.txt: [("'sleepy", 'sleepy'), ("'part", 'part'), ("'Arab", 'Arab'), ("'spotted", 'spotted')]
ST19070417-V33-16-page12.txt: [("'the", 'the')]
ST19070417-V33-16-page13.txt: [("'the", 'the')]
ST19070417-V33-16-page15.txt: [("'most", 'most')]
ST19070417-V33-16-page16.txt: [("'case.", 'case.')]
ST19070417-V33-16-page2.txt: [("'I", 'I'), ("'I", 'I')]
ST19070417-V33-16-page3.txt: [("'God", 'God')]
ST19070417-V33-16-page4.txt: [("'a", 'a')]
ST19070417-V33-16-page6.txt: [("'.", '.')]
ST19070417-V33-16-page7.txt: [("'went", 'went'), ("'tis", 'tis')]
ST19070417-V33-16-page8.txt: [("'will", 'will'), ("'No", 'No'), ("'tis", 'tis')]
ST19070417-V33-16-page9.txt: [("'at", 'at'), ("'Blessed", 'Blessed')]
ST19070501-V33-18-page12.txt: [("'s", 's'), ("'er", 'er'), ("'er", 'er'), ("'this", 'this'), ("'Now", 'Now'), ("'he", 'he')]
ST19070501-V33-18-page13.txt: [("'let", 'let'), ("'s", 's')]
ST19070501-V33-18-page15.txt: [("'not", 'not')]
ST19070501-V33-18-page16.txt: [("'nated", 'nated'), ("'Me", 'Me'), ("'meo", 'meo'), ('\'\'inspired"', 'inspired"'), ("'cents", 'cents'), ("''human", 'human')]
ST19070501-V33-18-page2.txt: [("'We", 'We')]
ST19070501-V33-18-page3.txt: [("'Ruth", 'Ruth')]
ST19070501-V33-18-page4.txt: [("'made", 'made'), ("'elevating", 'elevating')]
ST19070501-V33-18-page5.txt: [("'right", 'right')]
ST19070501-V33-18-page6.txt: [("'Twill", 'Twill')]
ST19070501-V33-18-page9.txt: [("'will", 'will')]
ST19070508-V33-19-page10.txt: [("'Estournelles", 'Estournelles'), ("'Elgar", 'Elgar')]
ST19070508-V33-19-page14.txt: [("''igym", 'igym'), ("'s", 's'), ("'s", 's'), ("'ingly.", 'ingly.'), ("'My", 'My'), ("'that", 'that'), ("'And", 'And'), ("'And", 'And')]
ST19070508-V33-19-page16.txt: [("'a", 'a'), ("'In", 'In'), ("''a", 'a'), ("'wide", 'wide'), ("'will", 'will'), ("'almost", 'almost')]
ST19070508-V33-19-page2.txt: [("''till", 'till')]
ST19070508-V33-19-page3.txt: [("'which", 'which')]
ST19070508-V33-19-page4.txt: [("'irateo.", 'irateo.'), ("'of", 'of'), ("'to", 'to')]
ST19070508-V33-19-page5.txt: [("'predicts", 'predicts'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tie", 'Tie'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'the", 'the')]
ST19070508-V33-19-page6.txt: [("'God's", 'Gods'), ("'was", 'was'), ("'He", 'He')]
ST19070508-V33-19-page7.txt: [("'should", 'should')]
ST19070508-V33-19-page8.txt: [("'He", 'He'), ("'with", 'with'), ("'s", 's')]
ST19070508-V33-19-page9.txt: [("'government", 'government'), ("'s", 's'), ("'moved", 'moved')]
ST19070515-V33-20-page10.txt: [("'.", '.')]
ST19070515-V33-20-page12.txt: [("'supplement", 'supplement')]
ST19070515-V33-20-page13.txt: [("'bindings", 'bindings')]
ST19070515-V33-20-page14.txt: [("'Clineo", 'Clineo'), ("'heavenly", 'heavenly'), ("'And", 'And'), ("'For", 'For')]
ST19070515-V33-20-page15.txt: [("'the", 'the'), ("'extra", 'extra')]
ST19070515-V33-20-page16.txt: [("''God", 'God'), ("'That", 'That'), ("'Are", 'Are'), ("'Righteous.", 'Righteous.'), ("'will", 'will'), ("'have", 'have'), ("'even", 'even'), ("'the", 'the'), ("'a", 'a'), ("'is", 'is'), ("'s", 's'), ("'dare", 'dare'), ("'great", 'great'), ("'is", 'is'), ("'not", 'not')]
ST19070515-V33-20-page5.txt: [("'oppressors.", 'oppressors.'), ("'church", 'church'), ("'such", 'such')]
ST19070515-V33-20-page6.txt: [("'Nt", 'Nt'), ("'er", 'er'), ("'er", 'er'), ("'appear", 'appear')]
ST19070515-V33-20-page7.txt: [("'His", 'His'), ("'out", 'out'), ("'its", 'its')]
ST19070515-V33-20-page8.txt: [("'God", 'God')]
ST19070515-V33-20-page9.txt: [("'that", 'that'), ("'to", 'to')]
ST19070522-V33-21-page10.txt: [("'fie", 'fie'), ("'of", 'of'), ("'Yea", 'Yea'), ("'Si", 'Si'), ('\'\'Times."', 'Times."')]
ST19070522-V33-21-page11.txt: [("'The", 'The'), ("'Phwat", 'Phwat')]
ST19070522-V33-21-page12.txt: [("'S", 'S'), ("'least", 'least')]
ST19070522-V33-21-page13.txt: [("'twixt", 'twixt')]
ST19070522-V33-21-page14.txt: [("'s", 's'), ("'er", 'er'), ("'s", 's'), ("'mong", 'mong'), ("'verse", 'verse'), ("'Now", 'Now'), ("'How", 'How'), ("'Is", 'Is'), ("'neither", 'neither')]
ST19070522-V33-21-page16.txt: [("'as", 'as'), ("'May", 'May'), ("'read", 'read'), ("'all", 'all'), ("'the", 'the'), ("'God", 'God'), ("'And", 'And'), ("'finding", 'finding'), ("'Pearl", 'Pearl')]
ST19070522-V33-21-page3.txt: [("'tis", 'tis'), ("'Mid", 'Mid')]
ST19070522-V33-21-page4.txt: [("'sinner", 'sinner')]
ST19070522-V33-21-page5.txt: [("'given", 'given'), ("'t", 't'), ("'the", 'the'), ("'the", 'the')]
ST19070522-V33-21-page7.txt: [("'er", 'er')]
ST19070522-V33-21-page8.txt: [("'wear", 'wear')]
ST19070522-V33-21-page9.txt: [("'day.", 'day.'), ("'Publicans", 'Publicans'), ("'sent", 'sent'), ("'designed", 'designed'), ("'the", 'the')]
ST19070529-V33-22-page14.txt: [("'And", 'And'), ("'Children", 'Children'), ("'Is", 'Is'), ("'in", 'in'), ("'And", 'And'), ("'And", 'And'), ("'And", 'And'), ("'And", 'And')]
ST19070529-V33-22-page15.txt: [("'and", 'and')]
ST19070529-V33-22-page16.txt: [("'coming", 'coming'), ("'of", 'of'), ("'nated", 'nated'), ("'My", 'My'), ("'provides", 'provides'), ("'dramatic", 'dramatic'), ("'of", 'of')]
ST19070529-V33-22-page4.txt: [("'it", 'it'), ("'s", 's'), ("'en", 'en')]
ST19070529-V33-22-page5.txt: [("'But", 'But')]
ST19070529-V33-22-page7.txt: [("'sickle", 'sickle'), ("'and", 'and'), ("'because", 'because')]
ST19070529-V33-22-page8.txt: [("'n", 'n'), ("'shoddy", 'shoddy'), ("'Is", 'Is')]
ST19070529-V33-22-page9.txt: [("''business", 'business'), ("'s", 's')]
ST19070605-V33-23-page10.txt: [("'imeo", 'imeo')]
ST19070605-V33-23-page12.txt: [("'past", 'past'), ("'in", 'in'), ("'enthusiastic", 'enthusiastic'), ("'such", 'such')]
ST19070605-V33-23-page13.txt: [("'will", 'will'), ("'Of", 'Of'), ("'the", 'the'), ("''pin", 'pin'), ("'immediate", 'immediate'), ("'PM", 'PM'), ("'baptized", 'baptized')]
ST19070605-V33-23-page14.txt: [("'work", 'work'), ("'Frank", 'Frank'), ("'tis", 'tis')]
ST19070605-V33-23-page15.txt: [("'t", 't')]
ST19070605-V33-23-page16.txt: [("'a", 'a'), ("'our", 'our'), ("'our", 'our'), ("'people", 'people'), ("'Any", 'Any'), ("'wish", 'wish'), ("'tiptin", 'tiptin'), ("'time", 'time'), ("'s", 's'), ("'descendants", 'descendants'), ("'better", 'better'), ("'perish", 'perish'), ("'froin", 'froin')]
ST19070605-V33-23-page2.txt: [("'a", 'a')]
ST19070605-V33-23-page3.txt: [("'degree", 'degree')]
ST19070605-V33-23-page4.txt: [("'to", 'to'), ("'the", 'the'), ("'s", 's')]
ST19070605-V33-23-page5.txt: [("'Zinc", 'Zinc'), ("'the", 'the'), ("'pounds", 'pounds'), ("'of", 'of'), ("'The", 'The'), ("'sheltered.", 'sheltered.'), ("'a", 'a'), ("'righteous", 'righteous')]
ST19070605-V33-23-page6.txt: [("'We", 'We'), ("'that", 'that'), ("'Other", 'Other')]
ST19070605-V33-23-page8.txt: [("'A", 'A'), ("'If", 'If'), ("'And", 'And'), ("'And", 'And'), ("'Whatsoeveryelslaaskofthe", 'Whatsoeveryelslaaskofthe'), ("'He", 'He'), ("'Fallen", 'Fallen'), ("'He", 'He'), ("'that", 'that'), ("'Presumably", 'Presumably'), ("'in", 'in')]
ST19070605-V33-23-page9.txt: [("'professor", 'professor'), ("''The", 'The'), ("'if", 'if'), ("'if", 'if'), ("'Yea", 'Yea'), ("'sleep", 'sleep'), ("'the", 'the'), ("'In", 'In'), ("'tme", 'tme')]
ST19070612-V33-24-page10.txt: [("''Unum", 'Unum')]
ST19070612-V33-24-page11.txt: [("'s", 's'), ("'s", 's')]
ST19070612-V33-24-page12.txt: [("'Westerner", 'Westerner')]
ST19070612-V33-24-page14.txt: [("'Tis", 'Tis'), ("'Know", 'Know'), ("'And", 'And'), ("'For", 'For'), ("'And", 'And'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'cause", 'cause'), ("'It", 'It'), ("'For", 'For'), ("'we", 'we'), ("'the", 'the')]
ST19070612-V33-24-page2.txt: [("'thought", 'thought'), ("'be", 'be')]
ST19070612-V33-24-page4.txt: [("'given", 'given')]
ST19070612-V33-24-page7.txt: [("'and", 'and'), ("'If", 'If')]
ST19070612-V33-24-page9.txt: [("'Jehovah", 'Jehovah')]
ST19070619-V33-25-page10.txt: [("''gratitude", 'gratitude')]
ST19070619-V33-25-page11.txt: [("''The", 'The'), ("'play", 'play'), ("'the", 'the')]
ST19070619-V33-25-page13.txt: [("'Me", 'Me'), ("'that", 'that'), ("'Ogden", 'Ogden'), ("'MISSIONARY", 'MISSIONARY')]
ST19070619-V33-25-page14.txt: [("'er", 'er'), ("'For", 'For'), ("'keeping", 'keeping'), ("'locust", 'locust'), ("'One", 'One'), ("'Then", 'Then'), ("'vipers", 'vipers'), ("'But", 'But'), ("'this", 'this')]
ST19070619-V33-25-page15.txt: [("'of", 'of'), ("'the", 'the')]
ST19070619-V33-25-page16.txt: [("'n", 'n'), ("'s", 's'), ("'high", 'high')]
ST19070619-V33-25-page4.txt: [("'sinful", 'sinful'), ("'as", 'as')]
ST19070619-V33-25-page5.txt: [("'sanctuary", 'sanctuary')]
ST19070619-V33-25-page6.txt: [("'God", 'God')]
ST19070619-V33-25-page7.txt: [('\'eternal\'life."', 'eternallife."'), ("'vision", 'vision')]
ST19070619-V33-25-page8.txt: [("'paramount", 'paramount')]
ST19070619-V33-25-page9.txt: [("'life", 'life'), ("'the", 'the'), ("'reporter", 'reporter'), ("'a", 'a'), ("'States", 'States')]
ST19070626-V33-26-page10.txt: [("'I", 'I'), ("'s", 's')]
ST19070626-V33-26-page11.txt: [("'Scriptures", 'Scriptures'), ("'written", 'written')]
ST19070626-V33-26-page13.txt: [("'a", 'a')]
ST19070626-V33-26-page14.txt: [("'For", 'For'), ("'And", 'And'), ("'thus", 'thus'), ("'And", 'And'), ("'And", 'And'), ("'Behold", 'Behold'), ("'neath", 'neath'), ("'And", 'And'), ("'Mong", 'Mong')]
ST19070626-V33-26-page16.txt: [("'idea", 'idea'), ("'acquit", 'acquit'), ("'fiery", 'fiery'), ("'people", 'people'), ("'outworked", 'outworked')]
ST19070626-V33-26-page2.txt: [("'and", 'and'), ("'conscience", 'conscience'), ("'word.", 'word.')]
ST19070626-V33-26-page4.txt: [("'the", 'the'), ("'nified", 'nified'), ("'sins", 'sins'), ("'to", 'to')]
ST19070626-V33-26-page5.txt: [("'It", 'It')]
ST19070626-V33-26-page7.txt: [("'WORLD", 'WORLD'), ("'judgment", 'judgment')]
ST19070626-V33-26-page8.txt: [("'shalt", 'shalt'), ("'not", 'not')]
ST19070626-V33-26-page9.txt: [("'to", 'to')]
ST19070703-V33-27-page10.txt: [("''s", 's')]
ST19070703-V33-27-page11.txt: [("'works", 'works')]
ST19070703-V33-27-page13.txt: [("'Church", 'Church'), ("'contains", 'contains'), ("'nev", 'nev')]
ST19070703-V33-27-page14.txt: [("'I", 'I'), ("'And", 'And'), ("'Satan", 'Satan'), ("'corrupt", 'corrupt'), ("'Satan", 'Satan'), ("'And", 'And'), ("'I", 'I'), ("'And", 'And'), ("'there", 'there')]
ST19070703-V33-27-page15.txt: [("'Eastern", 'Eastern'), ("''May", 'May'), ("'a", 'a')]
ST19070703-V33-27-page16.txt: [("'s", 's'), ("'i", 'i'), ("'face", 'face'), ("'is", 'is'), ("'World", 'World'), ("'that", 'that')]
ST19070703-V33-27-page3.txt: [("'devout", 'devout')]
ST19070703-V33-27-page5.txt: [("'true", 'true'), ("'effect", 'effect'), ("'of", 'of')]
ST19070703-V33-27-page6.txt: [("'tineIZI", 'tineIZI'), ("'r", 'r'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST19070703-V33-27-page7.txt: [("'s", 's'), ("'am", 'am'), ("'Twas", 'Twas'), ("'em", 'em'), ("'twas", 'twas')]
ST19070703-V33-27-page9.txt: [("'true", 'true'), ("'free", 'free')]
ST19070710-V33-28-page10.txt: [("'imeo", 'imeo')]
ST19070710-V33-28-page14.txt: [("'Thine", 'Thine'), ("'Satan", 'Satan'), ("'In", 'In'), ("'Thou", 'Thou'), ("'I", 'I'), ("'He", 'He'), ("'of", 'of'), ("'And", 'And'), ("'And", 'And'), ('\'I"', 'I"'), ("'And", 'And'), ("'And", 'And'), ('\'"', '"'), ("'Thou", 'Thou')]
ST19070710-V33-28-page15.txt: [("'View", 'View')]
ST19070710-V33-28-page16.txt: [("'Tis", 'Tis')]
ST19070710-V33-28-page2.txt: [("'was", 'was')]
ST19070710-V33-28-page3.txt: [("'of", 'of')]
ST19070710-V33-28-page7.txt: [("'the", 'the')]
ST19070710-V33-28-page8.txt: [("'good", 'good')]
ST19070719-V33-29-page10.txt: [("'Virgin", 'Virgin')]
ST19070719-V33-29-page13.txt: [("'heavy", 'heavy')]
ST19070719-V33-29-page14.txt: [("'All", 'All'), ("'And", 'And'), ("'And", 'And'), ("'If", 'If'), ("'This", 'This'), ("'And", 'And')]
ST19070719-V33-29-page16.txt: [("'keep", 'keep'), ("'for", 'for'), ("'to", 'to')]
ST19070719-V33-29-page6.txt: [("'doctrines", 'doctrines'), ("'er", 'er'), ("'neath", 'neath'), ("'Tis", 'Tis'), ("''fanatical", 'fanatical')]
ST19070719-V33-29-page7.txt: [("'That", 'That'), ("'Be", 'Be'), ("'or", 'or'), ("'after", 'after')]
ST19070719-V33-29-page8.txt: [("'will", 'will')]
ST19070719-V33-29-page9.txt: [("'that", 'that'), ("'would", 'would')]
ST19070724-V33-30-page10.txt: [("'i'.", 'i.')]
ST19070724-V33-30-page11.txt: [("'n.", 'n.'), ("'twas", 'twas'), ("'Tis", 'Tis')]
ST19070724-V33-30-page12.txt: [("'occupied", 'occupied')]
ST19070724-V33-30-page14.txt: [("'one", 'one'), ("'another", 'another'), ("'I", 'I'), ("'week", 'week'), ("'For", 'For'), ("'tknow", 'tknow'), ("'For", 'For')]
ST19070724-V33-30-page2.txt: [("'of", 'of'), ("''A", 'A'), ("'Mile", 'Mile')]
ST19070724-V33-30-page3.txt: [("'s", 's'), ("'the", 'the')]
ST19070724-V33-30-page4.txt: [("'i", 'i')]
ST19070724-V33-30-page5.txt: [("'and", 'and'), ("'our", 'our'), ("'of", 'of')]
ST19070724-V33-30-page7.txt: [('\'he."', 'he."'), ("'S", 'S'), ("'mid", 'mid'), ("'Death", 'Death'), ("'Tis", 'Tis'), ("'Tie", 'Tie')]
ST19070731-V33-31-page12.txt: [("'on", 'on'), ("'of", 'of'), ("'advancement", 'advancement')]
ST19070731-V33-31-page13.txt: [("'Me", 'Me')]
ST19070731-V33-31-page14.txt: [("'en", 'en'), ("'twill", 'twill'), ("'fall", 'fall'), ("'Ye", 'Ye'), ("'When", 'When'), ("'Did", 'Did'), ("'Wine", 'Wine'), ("'Look", 'Look'), ("'Fill", 'Fill'), ("'Take", 'Take')]
ST19070731-V33-31-page16.txt: [("'in", 'in'), ("'to", 'to'), ("'close", 'close'), ("'it.", 'it.')]
ST19070731-V33-31-page2.txt: [("''There", 'There')]
ST19070731-V33-31-page3.txt: [("'er", 'er')]
ST19070731-V33-31-page4.txt: [("'wicked", 'wicked')]
ST19070731-V33-31-page5.txt: [("'the", 'the'), ("'shall", 'shall'), ("'Tis", 'Tis'), ("'neath", 'neath')]
ST19070731-V33-31-page7.txt: [("'wind", 'wind'), ("'and", 'and')]
ST19070731-V33-31-page9.txt: [("'right", 'right')]
ST19070807-V33-32-page10.txt: [("'Patriotism", 'Patriotism')]
ST19070807-V33-32-page13.txt: [("'eighteen", 'eighteen')]
ST19070807-V33-32-page14.txt: [("'Mr.", 'Mr.'), ("'s", 's'), ("'name", 'name'), ("'Stilling", 'Stilling'), ("'All's", 'Alls'), ("'hear", 'hear'), ("'Peace", 'Peace'), ("'please", 'please'), ("'When", 'When'), ("'erspreadeth", 'erspreadeth')]
ST19070807-V33-32-page15.txt: [("'geography", 'geography')]
ST19070807-V33-32-page2.txt: [("'it", 'it')]
ST19070807-V33-32-page4.txt: [("'and", 'and'), ("'that", 'that')]
ST19070807-V33-32-page5.txt: [("'Tis", 'Tis'), ("'ES", 'ES')]
ST19070807-V33-32-page7.txt: [("'that", 'that'), ("'We", 'We')]
ST19070807-V33-32-page9.txt: [("'The", 'The')]
ST19070814-V33-33-page14.txt: [("'if", 'if'), ("'Mid", 'Mid'), ("'Mid", 'Mid'), ("'Mid", 'Mid'), ("'er", 'er'), ("'Tis", 'Tis'), ("'er", 'er'), ("'With", 'With')]
ST19070814-V33-33-page15.txt: [("'ipnr", 'ipnr')]
ST19070814-V33-33-page16.txt: [("'unspeakable", 'unspeakable'), ("'to", 'to'), ("'of", 'of'), ("'do", 'do')]
ST19070814-V33-33-page4.txt: [("'fur", 'fur')]
ST19070814-V33-33-page7.txt: [("'United", 'United')]
ST19070814-V33-33-page9.txt: [("'Sabbath", 'Sabbath'), ("'stands", 'stands')]
ST19070821-V33-34-page11.txt: [("'undoing", 'undoing')]
ST19070821-V33-34-page12.txt: [("'during", 'during'), ("'temperance", 'temperance')]
ST19070821-V33-34-page14.txt: [("'en", 'en'), ("'Till", 'Till'), ("'tis", 'tis'), ("'tis", 'tis'), ("'mid", 'mid'), ("'So", 'So'), ("'And", 'And')]
ST19070821-V33-34-page15.txt: [("'Bible", 'Bible')]
ST19070821-V33-34-page5.txt: [("'twas", 'twas'), ("'s", 's')]
ST19070821-V33-34-page6.txt: [("'second", 'second')]
ST19070821-V33-34-page7.txt: [("'of", 'of')]
ST19070821-V33-34-page8.txt: [("'immortals.", 'immortals.')]
ST19070828-V33-35-page12.txt: [("'Japanese", 'Japanese')]
ST19070828-V33-35-page13.txt: [("'are", 'are'), ("'Voters", 'Voters'), ("'TWELVE", 'TWELVE')]
ST19070828-V33-35-page14.txt: [("'er", 'er'), ("'It", 'It')]
ST19070828-V33-35-page15.txt: [("'year", 'year'), ("'of", 'of')]
ST19070828-V33-35-page16.txt: [("'is", 'is'), ("'and", 'and')]
ST19070828-V33-35-page2.txt: [("'s", 's'), ("''miss", 'miss')]
ST19070828-V33-35-page5.txt: [("'meo", 'meo'), ("'Search", 'Search'), ("'Misguided", 'Misguided')]
ST19070828-V33-35-page9.txt: [("''Right", 'Right'), ("''Be", 'Be'), ("'s", 's')]
ST19070904-V33-36-page11.txt: [("'meg", 'meg')]
ST19070904-V33-36-page13.txt: [("'and", 'and')]
ST19070904-V33-36-page14.txt: [("'My", 'My'), ("'my", 'my'), ("'easily", 'easily'), ("''Boys", 'Boys')]
ST19070904-V33-36-page16.txt: [("'Piton", 'Piton'), ("'sufficiently", 'sufficiently'), ("'After", 'After'), ("'s", 's')]
ST19070904-V33-36-page2.txt: [("''a", 'a')]
ST19070904-V33-36-page4.txt: [("'s", 's')]
ST19070904-V33-36-page5.txt: [("'that", 'that'), ("'Gainst", 'Gainst'), ("'at", 'at')]
ST19070904-V33-36-page7.txt: [("'the", 'the'), ("'Jesus", 'Jesus')]
ST19070904-V33-36-page8.txt: [("'s", 's'), ("'heaven", 'heaven')]
ST19070911-V33-37-page13.txt: [("'be", 'be')]
ST19070911-V33-37-page14.txt: [("'s", 's')]
ST19070911-V33-37-page16.txt: [("'train", 'train'), ("'not", 'not'), ("'are", 'are'), ("'She", 'She'), ("'very", 'very'), ("'who", 'who'), ("'to", 'to'), ("'capture.", 'capture.')]
ST19070911-V33-37-page2.txt: [('\'"', '"'), ("'certainly", 'certainly')]
ST19070911-V33-37-page3.txt: [("'s", 's')]
ST19070911-V33-37-page5.txt: [("'more", 'more')]
ST19070911-V33-37-page6.txt: [("'recent", 'recent')]
ST19070911-V33-37-page7.txt: [("'rimeo", 'rimeo'), ("'called", 'called'), ("'ST", 'ST'), ("'Gainst", 'Gainst'), ("'The", 'The')]
ST19070911-V33-37-page8.txt: [("'of", 'of')]
ST19070911-V33-37-page9.txt: [("'Who", 'Who'), ("'pure", 'pure')]
ST19070918-V33-38-page10.txt: [("'Receive", 'Receive'), ("'they", 'they')]
ST19070918-V33-38-page14.txt: [("'Will", 'Will'), ("'Don't", 'Dont'), ("'Don't", 'Dont'), ("'Don't", 'Dont'), ("'t", 't')]
ST19070918-V33-38-page15.txt: [("'Three", 'Three')]
ST19070918-V33-38-page16.txt: [("'return", 'return'), ("'call", 'call'), ("'note", 'note'), ("'time.", 'time.'), ("''Girls", 'Girls'), ("'and", 'and'), ("'But", 'But')]
ST19070918-V33-38-page4.txt: [("'his", 'his'), ("''My", 'My')]
ST19070918-V33-38-page5.txt: [("'United", 'United'), ("'ies", 'ies'), ("'s", 's'), ("'Remember", 'Remember')]
ST19070918-V33-38-page7.txt: [("'have", 'have')]
ST19070918-V33-38-page9.txt: [("'exceeding", 'exceeding')]
ST19070925-V33-39-page14.txt: [("'way", 'way'), ("'s", 's')]
ST19070925-V33-39-page15.txt: [("'Unless", 'Unless')]
ST19070925-V33-39-page16.txt: [("'when", 'when'), ("'a", 'a')]
ST19070925-V33-39-page4.txt: [("'of", 'of')]
ST19070925-V33-39-page7.txt: [("'tender", 'tender'), ("'Him", 'Him'), ("'knowledge", 'knowledge'), ("'ch", 'ch')]
ST19070925-V33-39-page9.txt: [("'paradise", 'paradise')]
ST19071002-V33-40-page10.txt: [("'seemed", 'seemed'), ("'In", 'In')]
ST19071002-V33-40-page11.txt: [("'plain", 'plain'), ("'er", 'er')]
ST19071002-V33-40-page12.txt: [("'shall", 'shall'), ("'Him", 'Him'), ("'from", 'from')]
ST19071002-V33-40-page15.txt: [("'ning", 'ning'), ("'tteacher", 'tteacher')]
ST19071002-V33-40-page16.txt: [("'midst", 'midst'), ("'twas", 'twas'), ("'s", 's'), ("'place", 'place'), ("'low", 'low'), ("'Twill", 'Twill'), ("'learn", 'learn'), ("'elements", 'elements')]
ST19071002-V33-40-page2.txt: [("''the", 'the'), ("'at", 'at'), ("'s", 's')]
ST19071002-V33-40-page4.txt: [("'and", 'and'), ("'a", 'a')]
ST19071002-V33-40-page8.txt: [("'S", 'S'), ("'all", 'all'), ("'receiving.", 'receiving.')]
ST19071002-V33-40-page9.txt: [("'a", 'a')]
ST19071009-V33-41-page10.txt: [("'Twas", 'Twas')]
ST19071009-V33-41-page11.txt: [("'Tis", 'Tis')]
ST19071009-V33-41-page15.txt: [("'grandma", 'grandma')]
ST19071009-V33-41-page16.txt: [("''Home", 'Home')]
ST19071009-V33-41-page2.txt: [("'when", 'when')]
ST19071009-V33-41-page3.txt: [("'in", 'in'), ("'the", 'the')]
ST19071009-V33-41-page4.txt: [("'insufficient", 'insufficient')]
ST19071009-V33-41-page6.txt: [("'cherished", 'cherished')]
ST19071009-V33-41-page7.txt: [("'God", 'God')]
ST19071009-V33-41-page8.txt: [("'Me", 'Me')]
ST19071009-V33-41-page9.txt: [("'s", 's')]
ST19071016-V33-42-page11.txt: [("'Likewise", 'Likewise')]
ST19071016-V33-42-page12.txt: [("'North", 'North'), ("'discourse", 'discourse'), ("'first", 'first')]
ST19071016-V33-42-page13.txt: [("'thoughts", 'thoughts')]
ST19071016-V33-42-page14.txt: [("'s", 's')]
ST19071016-V33-42-page15.txt: [("'subscriptions", 'subscriptions')]
ST19071016-V33-42-page16.txt: [("'VIEW", 'VIEW'), ("'in", 'in'), ("'Mount", 'Mount'), ("'surrendered", 'surrendered'), ("'Standard", 'Standard'), ("'San", 'San')]
ST19071016-V33-42-page2.txt: [("''Christ", 'Christ')]
ST19071016-V33-42-page7.txt: [("'charge.", 'charge.'), ("'r", 'r'), ("'end", 'end')]
ST19071016-V33-42-page9.txt: [("'in", 'in')]
ST19071023-V33-43-page12.txt: [("''.", '.'), ("'utter", 'utter')]
ST19071023-V33-43-page13.txt: [("'Mrs.", 'Mrs.')]
ST19071023-V33-43-page14.txt: [("'sound", 'sound'), ("'Mid", 'Mid'), ("'early", 'early')]
ST19071023-V33-43-page15.txt: [("'is", 'is'), ("'Practically", 'Practically')]
ST19071023-V33-43-page16.txt: [("'eepiew", 'eepiew'), ("'points", 'points'), ("'be", 'be'), ("'toward", 'toward'), ("'the", 'the')]
ST19071023-V33-43-page2.txt: [('\'"', '"')]
ST19071023-V33-43-page4.txt: [("'last", 'last')]
ST19071023-V33-43-page7.txt: [("'one.", 'one.')]
ST19071023-V33-43-page8.txt: [("'His", 'His'), ("'God", 'God')]
ST19071023-V33-43-page9.txt: [("'the", 'the'), ("'THE", 'THE'), ("'the", 'the'), ("'the", 'the')]
ST19071030-V33-44,45-page11.txt: [("'God.", 'God.')]
ST19071030-V33-44,45-page14.txt: [("'s", 's')]
ST19071030-V33-44,45-page19.txt: [("'not", 'not'), ("'was", 'was'), ("'To", 'To'), ("'as", 'as'), ("'the", 'the')]
ST19071030-V33-44,45-page21.txt: [("'No", 'No')]
ST19071030-V33-44,45-page22.txt: [("'no", 'no'), ("'God", 'God')]
ST19071030-V33-44,45-page23.txt: [("'s", 's')]
ST19071030-V33-44,45-page25.txt: [("'s", 's')]
ST19071030-V33-44,45-page26.txt: [("'s", 's')]
ST19071030-V33-44,45-page29.txt: [("'which", 'which'), ("'for", 'for'), ("'CO", 'CO'), ("'t", 't'), ("'.", '.'), ("'Ili", 'Ili')]
ST19071030-V33-44,45-page30.txt: [("'needed", 'needed')]
ST19071030-V33-44,45-page32.txt: [("'to", 'to'), ("'also", 'also'), ("'north", 'north'), ("'thirty", 'thirty'), ("'we", 'we'), ("'.", '.'), ("'they", 'they')]
ST19071030-V33-44,45-page4.txt: [("'be", 'be'), ("'s", 's')]
ST19071030-V33-44,45-page8.txt: [("'Hands", 'Hands')]
ST19071113-V33-46-page10.txt: [("'.ied", '.ied')]
ST19071113-V33-46-page12.txt: [("'s", 's'), ("''Neglected", 'Neglected')]
ST19071113-V33-46-page13.txt: [("'twill", 'twill')]
ST19071113-V33-46-page14.txt: [("'dear", 'dear'), ("'S", 'S'), ("'neath", 'neath')]
ST19071113-V33-46-page15.txt: [("'nolo", 'nolo')]
ST19071113-V33-46-page16.txt: [('\'"Authorized"', '"Authorized"'), ("'Her", 'Her'), ("'the", 'the')]
ST19071113-V33-46-page2.txt: [("'certainly", 'certainly')]
ST19071113-V33-46-page3.txt: [("'holy", 'holy')]
ST19071113-V33-46-page7.txt: [("'er", 'er'), ("'s", 's')]
ST19071113-V33-46-page8.txt: [("'they", 'they')]
ST19071120-V33-47-page11.txt: [("'When", 'When')]
ST19071120-V33-47-page12.txt: [("'s", 's')]
ST19071120-V33-47-page16.txt: [("'in", 'in'), ("'that", 'that'), ("'eieept", 'eieept'), ("'s", 's'), ("'that", 'that'), ("'could", 'could'), ("''Nevertheless", 'Nevertheless'), ("'stated", 'stated'), ("'which", 'which'), ("'more", 'more'), ("'s", 's'), ("'s", 's')]
ST19071120-V33-47-page2.txt: [("'writer", 'writer')]
ST19071120-V33-47-page3.txt: [("'all", 'all')]
ST19071120-V33-47-page5.txt: [("'Tis", 'Tis'), ("'of", 'of')]
ST19071120-V33-47-page6.txt: [("'feet", 'feet')]
ST19071120-V33-47-page7.txt: [("'he", 'he'), ("'with", 'with')]
ST19071127-V33-48-page10.txt: [("'A", 'A'), ("'Modernists", 'Modernists')]
ST19071127-V33-48-page11.txt: [("'God", 'God')]
ST19071127-V33-48-page13.txt: [("'convenient", 'convenient'), ("'in", 'in'), ("''Rome", 'Rome'), ("'Washing", 'Washing')]
ST19071127-V33-48-page14.txt: [("'has", 'has')]
ST19071127-V33-48-page15.txt: [("'s", 's')]
ST19071127-V33-48-page16.txt: [("'the", 'the'), ("'the", 'the'), ("'sands", 'sands'), ("'send", 'send'), ("'cover.", 'cover.'), ("'make", 'make'), ("'the", 'the'), ("'a", 'a'), ("''Mountain", 'Mountain'), ("'Of", 'Of'), ("'within.", 'within.'), ("'s", 's'), ("'with", 'with'), ("'It", 'It'), ("'if", 'if'), ("'that", 'that'), ("'chased", 'chased'), ("'two", 'two'), ("'A", 'A'), ("'Amilitary", 'Amilitary'), ("'Captain", 'Captain'), ("'Eastern", 'Eastern'), ("'House", 'House'), ("'is", 'is'), ("'exposition", 'exposition'), ("'Under", 'Under'), ("'ports.", 'ports.')]
ST19071127-V33-48-page2.txt: [("'He", 'He'), ("'s", 's'), ("'s", 's'), ("'s", 's')]
ST19071127-V33-48-page4.txt: [("'illuminates", 'illuminates'), ("'a", 'a'), ("'mere", 'mere'), ("'prophet", 'prophet'), ("'are", 'are')]
ST19071127-V33-48-page7.txt: [("'mouth", 'mouth')]
ST19071127-V33-48-page9.txt: [("'is", 'is'), ("'more", 'more'), ("'Behold", 'Behold')]
ST19071204-V33-49-page12.txt: [("'Apply", 'Apply')]
ST19071204-V33-49-page15.txt: [("'ark", 'ark')]
ST19071204-V33-49-page16.txt: [("'are", 'are'), ('\'James"', 'James"'), ("'therefore", 'therefore'), ("'Common", 'Common'), ("'Sttindard", 'Sttindard'), ("'All", 'All'), ("'men", 'men'), ("'These", 'These'), ("'s", 's'), ("'And", 'And'), ("'the", 'the'), ("'there", 'there'), ("'If", 'If'), ("'stand.", 'stand.'), ("'cents.", 'cents.'), ("'assurance", 'assurance'), ("'these", 'these'), ("'it", 'it')]
ST19071204-V33-49-page2.txt: [("''Daniel", 'Daniel'), ("'effect", 'effect'), ("'say", 'say')]
ST19071204-V33-49-page4.txt: [("'of", 'of')]
ST19071204-V33-49-page5.txt: [("'s", 's')]
ST19071204-V33-49-page6.txt: [("'Ridgeway's", 'Ridgeways'), ("'to", 'to')]
ST19071204-V33-49-page8.txt: [("'to", 'to'), ("'we", 'we')]
ST19071204-V33-49-page9.txt: [("'I", 'I'), ("'Receive", 'Receive'), ("'If", 'If')]
ST19071211-V33-50-page10.txt: [("'echoes", 'echoes'), ("'Fighting", 'Fighting')]
ST19071211-V33-50-page13.txt: [("'be", 'be')]
ST19071211-V33-50-page14.txt: [("'the", 'the')]
ST19071211-V33-50-page15.txt: [("'precious", 'precious')]
ST19071211-V33-50-page3.txt: [("'atonement", 'atonement')]
ST19071211-V33-50-page5.txt: [("'united", 'united'), ("'s", 's'), ("'s", 's'), ("'.", '.'), ("'r", 'r'), ("'.", '.'), ("'A", 'A'), ("'..", '..'), ("'.t..n..", '.t..n..'), ("'.", '.')]
ST19071211-V33-50-page6.txt: [("'Compare", 'Compare'), ("'search", 'search')]
ST19071211-V33-50-page7.txt: [("'but", 'but')]
ST19071211-V33-50-page8.txt: [("'s", 's')]
ST19071211-V33-50-page9.txt: [("'broken", 'broken')]
ST19071218-V33-51-page11.txt: [("'earth", 'earth')]
ST19071218-V33-51-page12.txt: [("'are", 'are')]
ST19071218-V33-51-page15.txt: [("'nated", 'nated'), ("'With", 'With')]
ST19071218-V33-51-page16.txt: [("'can", 'can'), ("'all", 'all'), ("'know", 'know'), ("'of", 'of'), ("'Ye", 'Ye'), ("''Christian", 'Christian'), ("'persist.", 'persist.')]
ST19071218-V33-51-page3.txt: [("'be", 'be')]
ST19071218-V33-51-page4.txt: [("'to", 'to'), ("'day", 'day')]
ST19071218-V33-51-page5.txt: [("''This", 'This'), ("''Add", 'Add'), ("'practise", 'practise')]
ST19071225-V33-52-page10.txt: [("'till", 'till')]
ST19071225-V33-52-page11.txt: [("'be", 'be')]
ST19071225-V33-52-page13.txt: [("'s", 's')]
ST19071225-V33-52-page14.txt: [("'Neath", 'Neath')]
ST19071225-V33-52-page15.txt: [("'Scrst", 'Scrst'), ("'bound", 'bound')]
ST19071225-V33-52-page16.txt: [("'Follow", 'Follow'), ("'others", 'others')]
ST19071225-V33-52-page2.txt: [("'Father", 'Father')]
ST19071225-V33-52-page3.txt: [("'supply", 'supply')]
ST19071225-V33-52-page4.txt: [("''Man", 'Man'), ("'Christian", 'Christian'), ("'Science", 'Science'), ("''Sin", 'Sin')]
ST19071225-V33-52-page6.txt: [("'first", 'first'), ("'None", 'None'), ("'nature", 'nature')]
ST19071225-V33-52-page8.txt: [("'His", 'His'), ("'can", 'can')]
ST19071225-V33-52-page9.txt: [("'See", 'See'), ("'See", 'See')]
ST19080101-V34-01-page11.txt: [("'s", 's')]
ST19080101-V34-01-page12.txt: [("'F.", 'F.'), ("'s", 's'), ("'men", 'men'), ("'s", 's')]
ST19080101-V34-01-page13.txt: [("'Rum", 'Rum'), ("'Ninety", 'Ninety'), ("'Wo", 'Wo')]
ST19080101-V34-01-page14.txt: [("'which", 'which')]
ST19080101-V34-01-page15.txt: [("'PRESS", 'PRESS')]
ST19080101-V34-01-page2.txt: [("'a", 'a'), ("'s", 's')]
ST19080101-V34-01-page4.txt: [("'Yoga", 'Yoga')]
ST19080101-V34-01-page5.txt: [("'lers", 'lers'), ("'sabbath.", 'sabbath.'), ("'in", 'in')]
ST19080101-V34-01-page6.txt: [("'the", 'the'), ("'eh", 'eh')]
ST19080101-V34-01-page7.txt: [("'God's", 'Gods'), ("'was", 'was')]
ST19080108-V34-02-page10.txt: [("'fencing", 'fencing'), ("'We", 'We'), ("'liberalism", 'liberalism'), ("'We", 'We'), ("'We", 'We'), ("'The", 'The')]
ST19080108-V34-02-page11.txt: [("'what", 'what')]
ST19080108-V34-02-page12.txt: [("'s", 's'), ("'s", 's')]
ST19080108-V34-02-page13.txt: [("'In", 'In'), ("'Mountain", 'Mountain'), ("'With", 'With')]
ST19080108-V34-02-page14.txt: [("'The", 'The')]
ST19080108-V34-02-page16.txt: [("'rum.", 'rum.')]
ST19080108-V34-02-page2.txt: [("''The", 'The'), ("''Thou", 'Thou')]
ST19080108-V34-02-page3.txt: [("'that", 'that'), ("'short", 'short')]
ST19080108-V34-02-page4.txt: [("'He", 'He')]
ST19080108-V34-02-page5.txt: [("'Upon", 'Upon'), ("'st", 'st'), ("'tis", 'tis')]
ST19080108-V34-02-page6.txt: [("'Grecia", 'Grecia'), ("'Verse", 'Verse')]
ST19080108-V34-02-page7.txt: [("'Weeks", 'Weeks')]
ST19080108-V34-02-page9.txt: [("'well", 'well'), ("'free", 'free'), ("'pedagogy", 'pedagogy'), ("'s", 's'), ("'Gospel", 'Gospel'), ("'V", 'V'), ("'Jr", 'Jr')]
ST19080115-V34-03-page11.txt: [("'In", 'In')]
ST19080115-V34-03-page12.txt: [("'s", 's')]
ST19080115-V34-03-page13.txt: [("'too", 'too'), ("'her", 'her')]
ST19080115-V34-03-page14.txt: [("'If", 'If')]
ST19080115-V34-03-page15.txt: [("'I", 'I')]
ST19080115-V34-03-page16.txt: [("'s", 's')]
ST19080115-V34-03-page2.txt: [("'s", 's'), ("''With", 'With')]
ST19080115-V34-03-page4.txt: [("'She", 'She'), ("'I", 'I')]
ST19080115-V34-03-page8.txt: [("'thou", 'thou')]
ST19080115-V34-03-page9.txt: [('\'thing"', 'thing"'), ("'second", 'second')]
ST19080122-V34-04-page14.txt: [("'and", 'and'), ("'Tis", 'Tis')]
ST19080122-V34-04-page2.txt: [("'in", 'in')]
ST19080122-V34-04-page3.txt: [("'Wilt", 'Wilt')]
ST19080122-V34-04-page4.txt: [("'Give", 'Give'), ("'And", 'And'), ("'For", 'For'), ("'It", 'It')]
ST19080122-V34-04-page5.txt: [("'Science", 'Science')]
ST19080122-V34-04-page7.txt: [("'hearts", 'hearts')]
ST19080129-V34-05-page11.txt: [("'en", 'en'), ("'er", 'er')]
ST19080129-V34-05-page12.txt: [("'Rum", 'Rum'), ("'Ninety-nine", 'Ninety-nine'), ("''Let", 'Let')]
ST19080129-V34-05-page14.txt: [("'s", 's'), ("'s", 's'), ("'s", 's')]
ST19080129-V34-05-page2.txt: [("'mind", 'mind')]
ST19080129-V34-05-page3.txt: [("'ground", 'ground')]
ST19080129-V34-05-page5.txt: [("'Christ's", 'Christs')]
ST19080129-V34-05-page7.txt: [("'the", 'the'), ("'T.", 'T.')]
ST19080205-V34-06-page12.txt: [("'receive", 'receive'), ("'and", 'and'), ("'the", 'the')]
ST19080205-V34-06-page13.txt: [("'n", 'n'), ("'A", 'A'), ("'s", 's'), ("'s.", 's.'), ("'of", 'of'), ("'something.", 'something.')]
ST19080205-V34-06-page14.txt: [("'cfused", 'cfused'), ("'then", 'then'), ("'Twos", 'Twos'), ("''My", 'My')]
ST19080205-V34-06-page15.txt: [("'and", 'and'), ("'Daniel", 'Daniel'), ("'.", '.')]
ST19080205-V34-06-page16.txt: [("'our", 'our'), ("'oiee", 'oiee'), ("'eople", 'eople'), ('\'"United', '"United')]
ST19080205-V34-06-page2.txt: [("'Satan's", 'Satans'), ("'trump", 'trump')]
ST19080205-V34-06-page4.txt: [("'s", 's'), ("'rhythm", 'rhythm')]
ST19080205-V34-06-page5.txt: [("'from", 'from')]
ST19080205-V34-06-page6.txt: [("'Higher", 'Higher')]
ST19080205-V34-06-page7.txt: [("'STRENGTHEN", 'STRENGTHEN')]
ST19080212-V34-07-page10.txt: [("'saw", 'saw'), ("'of", 'of'), ("'We", 'We'), ("'As", 'As'), ("'Down", 'Down'), ("'Wher'sh", 'Whersh'), ("'pick", 'pick'), ("'em", 'em'), ("'having", 'having'), ("'A", 'A')]
ST19080212-V34-07-page15.txt: [("'the", 'the')]
ST19080212-V34-07-page16.txt: [("'as", 'as'), ("''A", 'A'), ("'and", 'and')]
ST19080212-V34-07-page2.txt: [("'God", 'God'), ("'s", 's'), ("''this", 'this')]
ST19080212-V34-07-page4.txt: [("'the", 'the'), ("'easy", 'easy')]
ST19080212-V34-07-page6.txt: [("'warning", 'warning')]
ST19080212-V34-07-page8.txt: [("'have", 'have'), ("'if", 'if')]
ST19080212-V34-07-page9.txt: [("'be", 'be'), ("'to", 'to')]
ST19080219-V34-08-page10.txt: [("'day", 'day')]
ST19080219-V34-08-page11.txt: [("'Crime", 'Crime'), ("'Disregard", 'Disregard'), ("'over", 'over'), ("''yellow", 'yellow'), ("'You", 'You'), ("'s", 's')]
ST19080219-V34-08-page12.txt: [("'Tie", 'Tie'), ("'Tis", 'Tis'), ("'Tie", 'Tie')]
ST19080219-V34-08-page13.txt: [("'they", 'they'), ("'All", 'All'), ("'those", 'those'), ("'All", 'All')]
ST19080219-V34-08-page15.txt: [("'iminr", 'iminr')]
ST19080219-V34-08-page16.txt: [("'letter", 'letter')]
ST19080219-V34-08-page3.txt: [("'Unclean", 'Unclean')]
ST19080219-V34-08-page4.txt: [("'as", 'as'), ("'had", 'had'), ("'or", 'or')]
ST19080219-V34-08-page6.txt: [("'the", 'the')]
ST19080219-V34-08-page8.txt: [("'ask", 'ask'), ("'father", 'father')]
ST19080219-V34-08-page9.txt: [("'Belshazzar", 'Belshazzar')]
ST19080226-V34-09-page12.txt: [("'s", 's')]
ST19080226-V34-09-page13.txt: [("'ry", 'ry'), ("'S.", 'S.')]
ST19080226-V34-09-page15.txt: [("'Reader", 'Reader')]
ST19080226-V34-09-page16.txt: [("'on", 'on')]
ST19080226-V34-09-page2.txt: [("'this", 'this'), ("'s", 's'), ("'s", 's')]
ST19080226-V34-09-page3.txt: [("'s", 's')]
ST19080226-V34-09-page4.txt: [("'wake", 'wake'), ("'er", 'er'), ("'black", 'black'), ("'en", 'en'), ("'neath", 'neath'), ("'neath", 'neath'), ("'s", 's'), ("'of", 'of')]
ST19080226-V34-09-page6.txt: [("'no", 'no'), ("'in", 'in'), ("'What", 'What'), ("'Shall", 'Shall'), ("'shall", 'shall')]
ST19080226-V34-09-page7.txt: [("'open", 'open'), ("'and", 'and'), ("'Protestant", 'Protestant'), ("'in", 'in'), ("'s", 's')]
ST19080226-V34-09-page9.txt: [("'them", 'them'), ("'the", 'the'), ("'amend", 'amend')]
ST19080304-V34-10-page10.txt: [("'lark's", 'larks'), ('\'\'brute"', 'brute"')]
ST19080304-V34-10-page11.txt: [("'we", 'we'), ("'under", 'under')]
ST19080304-V34-10-page12.txt: [("'s", 's')]
ST19080304-V34-10-page13.txt: [("'s", 's')]
ST19080304-V34-10-page14.txt: [("'d", 'd'), ("'Don't", 'Dont'), ("'that", 'that'), ("'Now", 'Now')]
ST19080304-V34-10-page16.txt: [("'judgment", 'judgment'), ("''immortal", 'immortal'), ("'Tis", 'Tis')]
ST19080304-V34-10-page2.txt: [("'extends", 'extends'), ("'the", 'the')]
ST19080304-V34-10-page4.txt: [("'to", 'to'), ("'I", 'I')]
ST19080304-V34-10-page5.txt: [("'I", 'I'), ("'is", 'is')]
ST19080304-V34-10-page6.txt: [("'not", 'not')]
ST19080304-V34-10-page9.txt: [("'tis", 'tis')]
ST19080311-V34-11-page13.txt: [("'from", 'from')]
ST19080311-V34-11-page14.txt: [("'a", 'a'), ("'ae", 'ae')]
ST19080311-V34-11-page15.txt: [("''Steps", 'Steps')]
ST19080311-V34-11-page16.txt: [("'field", 'field'), ("'the", 'the'), ("'wise", 'wise'), ("'from", 'from')]
ST19080311-V34-11-page3.txt: [("'thru", 'thru')]
ST19080311-V34-11-page5.txt: [("'Twos", 'Twos'), ("'Tis", 'Tis')]
ST19080311-V34-11-page7.txt: [("'a", 'a')]
ST19080311-V34-11-page8.txt: [("'man's", 'mans'), ("'what", 'what'), ("'s", 's')]
ST19080318-V34-12-page10.txt: [("'It", 'It'), ("'also", 'also'), ("'an", 'an'), ("'of", 'of'), ("'s", 's'), ("'ould", 'ould')]
ST19080318-V34-12-page11.txt: [("'government", 'government'), ("'man", 'man'), ("'she", 'she')]
ST19080318-V34-12-page12.txt: [("'Neath", 'Neath')]
ST19080318-V34-12-page13.txt: [("'Testimony", 'Testimony'), ("'pleasing", 'pleasing'), ("'Africa", 'Africa'), ("'tuition", 'tuition'), ("'of", 'of')]
ST19080318-V34-12-page14.txt: [("'thousands", 'thousands'), ("'educator", 'educator'), ("'lowering", 'lowering')]
ST19080318-V34-12-page15.txt: [("'the", 'the'), ("'Mountain", 'Mountain'), ("'our", 'our')]
ST19080318-V34-12-page16.txt: [("'great", 'great'), ("'now", 'now'), ("'Church", 'Church')]
ST19080318-V34-12-page2.txt: [("'a", 'a'), ("'New", 'New'), ("''Then", 'Then'), ("'that", 'that'), ("''And", 'And'), ("'It", 'It')]
ST19080318-V34-12-page3.txt: [("'glory", 'glory')]
ST19080318-V34-12-page4.txt: [("'know", 'know'), ("'sense", 'sense'), ("'s", 's')]
ST19080318-V34-12-page5.txt: [("'was", 'was'), ("'Union", 'Union'), ("'Hands", 'Hands')]
ST19080318-V34-12-page7.txt: [("'s", 's'), ("'s", 's'), ("'had", 'had'), ("'The", 'The')]
ST19080318-V34-12-page9.txt: [("'may", 'may'), ("'revelation", 'revelation'), ("'.cs", '.cs'), ("'s", 's')]
ST19080325-V34-13-page10.txt: [("'do", 'do')]
ST19080325-V34-13-page11.txt: [("'There", 'There')]
ST19080325-V34-13-page12.txt: [("'confession", 'confession'), ("'s", 's'), ("'Michigan", 'Michigan')]
ST19080325-V34-13-page13.txt: [("'ature", 'ature')]
ST19080325-V34-13-page14.txt: [("'tie", 'tie'), ("'neath", 'neath'), ("'s", 's'), ("'s", 's'), ("'time", 'time'), ("'negar", 'negar')]
ST19080325-V34-13-page15.txt: [("''Heralds", 'Heralds'), ("'a", 'a')]
ST19080325-V34-13-page16.txt: [("'of", 'of'), ("'to", 'to'), ("'are", 'are'), ("'the", 'the'), ("'Schedule", 'Schedule'), ("'y.", 'y.')]
ST19080325-V34-13-page2.txt: [("'D.", 'D.'), ("'one", 'one'), ("'tient", 'tient'), ("'what", 'what'), ("'is", 'is')]
ST19080325-V34-13-page4.txt: [("'not", 'not'), ("'straying", 'straying')]
ST19080325-V34-13-page6.txt: [("'His", 'His')]
ST19080325-V34-13-page8.txt: [("'would", 'would'), ("'ilia", 'ilia'), ("'are", 'are'), ("'rebels", 'rebels'), ("'your", 'your'), ("'the", 'the')]
ST19080401-V34-14-page11.txt: [("'If", 'If'), ("'s", 's')]
ST19080401-V34-14-page12.txt: [("'s", 's')]
ST19080401-V34-14-page14.txt: [("'it", 'it')]
ST19080401-V34-14-page16.txt: [("'has", 'has'), ("'s", 's')]
ST19080401-V34-14-page2.txt: [("'of", 'of'), ("'s", 's')]
ST19080401-V34-14-page4.txt: [("'It", 'It'), ("'s", 's')]
ST19080401-V34-14-page5.txt: [("'the", 'the'), ("'pass", 'pass'), ("'Tis", 'Tis'), ("'gainst", 'gainst')]
ST19080401-V34-14-page7.txt: [("'work", 'work'), ("'follows", 'follows'), ("'Remember", 'Remember')]
ST19080401-V34-14-page8.txt: [("'free", 'free'), ("'still", 'still')]
ST19080401-V34-14-page9.txt: [("'divisions", 'divisions'), ("'noise", 'noise')]
ST19080408-V34-15-page12.txt: [("'their", 'their')]
ST19080408-V34-15-page14.txt: [("'was", 'was'), ("'dream", 'dream'), ("'Tis", 'Tis')]
ST19080408-V34-15-page16.txt: [("'will", 'will')]
ST19080408-V34-15-page2.txt: [("'margin", 'margin'), ("'of", 'of'), ("'shekels", 'shekels'), ("'a", 'a')]
ST19080408-V34-15-page3.txt: [("'delicate", 'delicate')]
ST19080408-V34-15-page4.txt: [("'come", 'come')]
ST19080408-V34-15-page5.txt: [("'these", 'these'), ("'gainst", 'gainst'), ("'that", 'that'), ("'bastes", 'bastes')]
ST19080408-V34-15-page8.txt: [("'also", 'also')]
ST19080408-V34-15-page9.txt: [("'Bee", 'Bee')]
ST19080415-V34-16-page10.txt: [("'It", 'It'), ("'an", 'an'), ("'The", 'The'), ("'It", 'It'), ("'The", 'The'), ("'so", 'so'), ("'Japan", 'Japan'), ("'the", 'the'), ("'for", 'for'), ("'where", 'where'), ("'Present", 'Present'), ("'For", 'For'), ("'I", 'I')]
ST19080415-V34-16-page11.txt: [("'While", 'While'), ("'War", 'War'), ("'We", 'We'), ("'same", 'same'), ("'privilege", 'privilege'), ("'the", 'the'), ("'homeless", 'homeless')]
ST19080415-V34-16-page12.txt: [("'Our", 'Our')]
ST19080415-V34-16-page14.txt: [("'Tis", 'Tis')]
ST19080415-V34-16-page16.txt: [("'s", 's'), ("'FINES", 'FINES'), ("'will", 'will')]
ST19080415-V34-16-page2.txt: [("'Vol.", 'Vol.'), ("'has", 'has'), ("'the", 'the')]
ST19080415-V34-16-page5.txt: [('\'erhead."', 'erhead."')]
ST19080415-V34-16-page6.txt: [('\'forever."', 'forever."')]
ST19080415-V34-16-page9.txt: [("'s", 's'), ("'s", 's'), ("'s", 's')]
ST19080422-V34-17-page10.txt: [("'uncompromising", 'uncompromising')]
ST19080422-V34-17-page13.txt: [("'Rum", 'Rum'), ("'Ninety", 'Ninety'), ("'Wo", 'Wo')]
ST19080422-V34-17-page14.txt: [("'phth", 'phth'), ("'phthisis", 'phthisis'), ("'olo", 'olo'), ("'Turner", 'Turner'), ("'Just", 'Just')]
ST19080422-V34-17-page16.txt: [("'are", 'are'), ("'not", 'not'), ("'a", 'a'), ("'in", 'in'), ("'China", 'China'), ("'expect", 'expect'), ("'s", 's')]
ST19080422-V34-17-page2.txt: [("'one", 'one')]
ST19080422-V34-17-page5.txt: [("'has", 'has'), ("'me", 'me')]
ST19080422-V34-17-page7.txt: [("''I", 'I'), ("'s", 's')]
ST19080422-V34-17-page8.txt: [("'Tis", 'Tis')]
ST19080422-V34-17-page9.txt: [("'the", 'the'), ("'that", 'that')]
ST19080429-V34-18-page1.txt: [("'Mulling", 'Mulling')]
ST19080429-V34-18-page11.txt: [("''this", 'this')]
ST19080429-V34-18-page12.txt: [("'saihsien", 'saihsien'), ("'en", 'en')]
ST19080429-V34-18-page13.txt: [("'sai.", 'sai.'), ("'journeys", 'journeys'), ("'sai", 'sai')]
ST19080429-V34-18-page14.txt: [("'byway", 'byway'), ("'hrist", 'hrist'), ("'sufferer", 'sufferer')]
ST19080429-V34-18-page15.txt: [("'every", 'every')]
ST19080429-V34-18-page16.txt: [("'product", 'product'), ("'pay", 'pay'), ("'Careful", 'Careful')]
ST19080429-V34-18-page2.txt: [("'be", 'be'), ("'less.", 'less.'), ("'Done", 'Done')]
ST19080429-V34-18-page4.txt: [("'erthrown", 'erthrown')]
ST19080429-V34-18-page6.txt: [("'so", 'so'), ("'neath", 'neath')]
ST19080429-V34-18-page7.txt: [("'Advocate", 'Advocate')]
ST19080429-V34-18-page9.txt: [("'he", 'he')]
ST19080506-V34-19-page10.txt: [("'I", 'I')]
ST19080506-V34-19-page11.txt: [("'he", 'he')]
ST19080506-V34-19-page12.txt: [("'Tis", 'Tis'), ("'Tie", 'Tie')]
ST19080506-V34-19-page13.txt: [("'St.", 'St.')]
ST19080506-V34-19-page14.txt: [("'t", 't'), ("'end", 'end'), ("'put", 'put')]
ST19080506-V34-19-page15.txt: [("'Lord", 'Lord'), ("'If", 'If')]
ST19080506-V34-19-page16.txt: [("'MINN", 'MINN'), ("'not", 'not'), ('\'Authorized"', 'Authorized"'), ("'ill", 'ill')]
ST19080506-V34-19-page3.txt: [("'in", 'in')]
ST19080506-V34-19-page5.txt: [("'Well", 'Well')]
ST19080506-V34-19-page6.txt: [("'design", 'design'), ("'en", 'en'), ("'s", 's')]
ST19080506-V34-19-page7.txt: [("'feet", 'feet')]
ST19080506-V34-19-page8.txt: [("'because", 'because')]
ST19080506-V34-19-page9.txt: [("'joys", 'joys'), ("'Christians", 'Christians')]
ST19080513-V34-20-page10.txt: [("'raised", 'raised')]
ST19080513-V34-20-page11.txt: [("''For", 'For'), ("''And", 'And'), ("'life.", 'life.')]
ST19080513-V34-20-page13.txt: [("'years", 'years')]
ST19080513-V34-20-page14.txt: [("''Proclaim", 'Proclaim')]
ST19080513-V34-20-page16.txt: [("'empty", 'empty')]
ST19080513-V34-20-page17.txt: [("'in", 'in')]
ST19080513-V34-20-page18.txt: [("'carried.", 'carried.'), ("'to", 'to'), ("'reach", 'reach'), ("''get", 'get')]
ST19080513-V34-20-page3.txt: [("'.", '.'), ('\'"', '"'), ("'..", '..'), ("'s", 's'), ("'''Z's", 'Zs'), ("'s", 's'), ("'i", 'i')]
ST19080513-V34-20-page4.txt: [("'Inc", 'Inc')]
ST19080513-V34-20-page5.txt: [("'mid", 'mid'), ("'sin", 'sin'), ("'neath", 'neath')]
ST19080513-V34-20-page8.txt: [("'Tis", 'Tis'), ("'by", 'by'), ("'Gainst", 'Gainst')]
ST19080513-V34-20-page9.txt: [("'Isaiah's", 'Isaiahs'), ("'twixt", 'twixt')]
ST19080520-V34-21-page12.txt: [("'FORE", 'FORE')]
ST19080520-V34-21-page13.txt: [("'added", 'added'), ("'.", '.')]
ST19080520-V34-21-page15.txt: [("'called", 'called'), ("'a", 'a'), ("'least", 'least'), ("'April", 'April'), ("'this", 'this'), ("'a", 'a'), ("'at", 'at'), ("'Risen", 'Risen'), ("'Francisco", 'Francisco'), ("'He", 'He'), ("'theineternal", 'theineternal'), ("'labor", 'labor')]
ST19080520-V34-21-page16.txt: [("'people", 'people'), ("'b.", 'b.'), ("'D.", 'D.'), ("'the", 'the'), ("'Yes", 'Yes'), ("'and", 'and'), ("'and", 'and'), ("'The", 'The')]
ST19080520-V34-21-page2.txt: [("'is", 'is'), ("'Work", 'Work'), ("''personality", 'personality')]
ST19080520-V34-21-page4.txt: [("'tie", 'tie')]
ST19080520-V34-21-page7.txt: [("'ministries", 'ministries'), ("''concerning", 'concerning'), ("''For", 'For')]
ST19080520-V34-21-page9.txt: [("'and", 'and')]
ST19080527-V34-22-page1.txt: [("'''S", 'S')]
ST19080527-V34-22-page11.txt: [("'s", 's'), ("'crime", 'crime'), ("'there", 'there'), ("'with", 'with')]
ST19080527-V34-22-page12.txt: [("'erflowing", 'erflowing')]
ST19080527-V34-22-page16.txt: [("'Positive", 'Positive'), ("''Hilprecht", 'Hilprecht'), ("'s", 's'), ("'What", 'What'), ("'Keep", 'Keep'), ("'reasoning", 'reasoning')]
ST19080527-V34-22-page2.txt: [("'s", 's'), ("'a", 'a'), ("''with", 'with')]
ST19080527-V34-22-page4.txt: [("'of", 'of')]
ST19080527-V34-22-page6.txt: [("'s", 's')]
ST19080527-V34-22-page7.txt: [("'truth", 'truth')]
ST19080603-V34-23-page12.txt: [("'been", 'been')]
ST19080603-V34-23-page13.txt: [("'meeting", 'meeting'), ("'s", 's')]
ST19080603-V34-23-page14.txt: [("'Poor", 'Poor'), ("'short", 'short'), ("'short", 'short'), ("'short", 'short'), ("'short", 'short'), ("'short", 'short')]
ST19080603-V34-23-page15.txt: [("''The", 'The')]
ST19080603-V34-23-page16.txt: [("''Dear", 'Dear'), ("'returning", 'returning'), ("'the", 'the')]
ST19080603-V34-23-page2.txt: [("'s", 's'), ("'s", 's'), ("'s", 's'), ("'are", 'are'), ("'s", 's'), ("'chapters", 'chapters'), ("'He", 'He')]
ST19080603-V34-23-page3.txt: [("'.....", '.....'), ("'the", 'the')]
ST19080603-V34-23-page4.txt: [("'daily", 'daily')]
ST19080603-V34-23-page5.txt: [("'In", 'In')]
ST19080603-V34-23-page7.txt: [("'our", 'our')]
ST19080603-V34-23-page9.txt: [("'star", 'star'), ("'than", 'than')]
ST19080610-V34-24-page12.txt: [("'.", '.')]
ST19080610-V34-24-page13.txt: [("'a", 'a'), ("'a", 'a'), ("'A", 'A'), ("'Weren't", 'Werent'), ("'Well", 'Well'), ("'twenty-six", 'twenty-six')]
ST19080610-V34-24-page14.txt: [("'Tie", 'Tie'), ("'Tis", 'Tis'), ("'t", 't'), ("'Tis", 'Tis'), ("'The", 'The')]
ST19080610-V34-24-page15.txt: [("'who", 'who')]
ST19080610-V34-24-page16.txt: [("'be", 'be')]
ST19080610-V34-24-page2.txt: [("'to", 'to'), ("''Till", 'Till')]
ST19080610-V34-24-page3.txt: [("'most", 'most'), ("'that", 'that')]
ST19080610-V34-24-page4.txt: [("'building", 'building')]
ST19080610-V34-24-page5.txt: [("'Lord", 'Lord'), ('\'"', '"'), ("'entire", 'entire'), ("'s", 's')]
ST19080610-V34-24-page6.txt: [("'er", 'er'), ("'s", 's')]
ST19080610-V34-24-page7.txt: [("'His", 'His')]
ST19080617-V34-25-page11.txt: [("''bromide", 'bromide'), ("'gone", 'gone'), ("'followed", 'followed')]
ST19080617-V34-25-page13.txt: [("'How", 'How'), ("'s", 's')]
ST19080617-V34-25-page15.txt: [("'they", 'they')]
ST19080617-V34-25-page16.txt: [("'the", 'the')]
ST19080617-V34-25-page2.txt: [("'s", 's'), ("'Jehovah", 'Jehovah')]
ST19080617-V34-25-page5.txt: [("'s", 's'), ("'a", 'a')]
ST19080617-V34-25-page7.txt: [("'beneath", 'beneath'), ("'tis", 'tis'), ("'and", 'and'), ("'Tis", 'Tis'), ("'plain", 'plain')]
ST19080617-V34-25-page8.txt: [("'Ir", 'Ir')]
ST19080617-V34-25-page9.txt: [("'s", 's')]
ST19080624-V34-26-page10.txt: [("''This", 'This')]
ST19080624-V34-26-page11.txt: [("'Zion", 'Zion'), ("'Why", 'Why'), ("'as", 'as'), ("'You", 'You'), ("'French", 'French')]
ST19080624-V34-26-page12.txt: [('\'"Ei\'v', '"Eiv'), ("'and", 'and')]
ST19080624-V34-26-page13.txt: [("'arena.", 'arena.')]
ST19080624-V34-26-page14.txt: [("'Twes", 'Twes'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'Mid", 'Mid'), ("'ill", 'ill')]
ST19080624-V34-26-page16.txt: [("'officers", 'officers'), ("'was", 'was'), ("'Asseiebly", 'Asseiebly'), ("'difficulties", 'difficulties'), ("'the", 'the'), ("'speakers.", 'speakers.'), ("'of", 'of'), ("'the", 'the'), ("'Far", 'Far')]
ST19080624-V34-26-page3.txt: [("'Many", 'Many'), ("'friendless", 'friendless')]
ST19080624-V34-26-page4.txt: [("'Christ", 'Christ'), ("'er", 'er'), ("'K", 'K')]
ST19080624-V34-26-page5.txt: [("'school", 'school'), ("'Tis", 'Tis'), ("'the", 'the'), ("'Tis", 'Tis'), ("'received", 'received'), ("'Tis", 'Tis'), ("'Tie", 'Tie'), ("'Tis", 'Tis')]
ST19080624-V34-26-page6.txt: [('\'Protestants"', 'Protestants"'), ("'tapas", 'tapas')]
ST19080624-V34-26-page8.txt: [("'Not", 'Not'), ("'Let", 'Let')]
ST19080624-V34-26-page9.txt: [("'Priest", 'Priest')]
ST19080701-V34-27-page10.txt: [("'Christian", 'Christian'), ("''unalienable", 'unalienable'), ("'Tis", 'Tis'), ("'s", 's')]
ST19080701-V34-27-page11.txt: [("''Science", 'Science'), ("'Jesus", 'Jesus'), ("'between", 'between'), ("'en", 'en'), ("'d", 'd')]
ST19080701-V34-27-page12.txt: [("'year's", 'years')]
ST19080701-V34-27-page13.txt: [("'s", 's'), ("'Union", 'Union')]
ST19080701-V34-27-page14.txt: [("'n", 'n')]
ST19080701-V34-27-page15.txt: [("'instructions", 'instructions')]
ST19080701-V34-27-page16.txt: [("'s", 's'), ("'s", 's'), ("'Friday", 'Friday')]
ST19080701-V34-27-page2.txt: [("''what", 'what'), ("''Gain", 'Gain')]
ST19080701-V34-27-page4.txt: [("'Render", 'Render')]
ST19080701-V34-27-page5.txt: [("'midst", 'midst')]
ST19080701-V34-27-page7.txt: [("'In", 'In'), ("'Hurrah", 'Hurrah')]
ST19080701-V34-27-page8.txt: [("'Even", 'Even')]
ST19080701-V34-27-page9.txt: [("'According", 'According')]
ST19080708-V34-28-page10.txt: [("'Nichi", 'Nichi')]
ST19080708-V34-28-page13.txt: [("'rd", 'rd'), ("'considered", 'considered'), ("'orkers.", 'orkers.')]
ST19080708-V34-28-page14.txt: [("'heights", 'heights')]
ST19080708-V34-28-page15.txt: [("'at", 'at')]
ST19080708-V34-28-page16.txt: [("''Principles", 'Principles'), ("'our", 'our'), ("'twixt", 'twixt'), ("'s", 's'), ("'a", 'a'), ("'God's", 'Gods'), ("'a", 'a')]
ST19080708-V34-28-page2.txt: [("'Christ", 'Christ')]
ST19080708-V34-28-page4.txt: [("'Jesus", 'Jesus')]
ST19080708-V34-28-page5.txt: [("'in", 'in')]
ST19080708-V34-28-page6.txt: [("'the", 'the')]
ST19080708-V34-28-page7.txt: [("'people", 'people')]
ST19080715-V34-29-page11.txt: [("'recently", 'recently')]
ST19080715-V34-29-page12.txt: [("'to", 'to'), ("'for", 'for')]
ST19080715-V34-29-page15.txt: [("'good", 'good'), ("'S", 'S')]
ST19080715-V34-29-page16.txt: [("'Version", 'Version'), ("'has", 'has'), ("''Toward", 'Toward'), ("'the", 'the'), ("'realized", 'realized'), ("'a", 'a'), ("'s", 's'), ("'Dates", 'Dates')]
ST19080715-V34-29-page2.txt: [("'reward", 'reward')]
ST19080715-V34-29-page3.txt: [("'brother", 'brother')]
ST19080715-V34-29-page4.txt: [("'day.", 'day.')]
ST19080715-V34-29-page7.txt: [("'It", 'It'), ("'No", 'No'), ("'Well", 'Well'), ("'and", 'and'), ("'And", 'And'), ("'traffic", 'traffic'), ("'No.", 'No.')]
ST19080715-V34-29-page9.txt: [("'..L.at", '..L.at')]
ST19080722-V34-30-page1.txt: [("'.", '.')]
ST19080722-V34-30-page10.txt: [("'.", '.')]
ST19080722-V34-30-page13.txt: [("'Roman", 'Roman')]
ST19080722-V34-30-page14.txt: [("'them", 'them'), ("'Nature", 'Nature'), ("'dry", 'dry'), ("'dull", 'dull')]
ST19080722-V34-30-page15.txt: [("'Little", 'Little')]
ST19080722-V34-30-page16.txt: [("'s", 's')]
ST19080722-V34-30-page2.txt: [("'by", 'by'), ("'the", 'the')]
ST19080722-V34-30-page3.txt: [("'Jesus", 'Jesus')]
ST19080722-V34-30-page4.txt: [("'the", 'the'), ("'the", 'the'), ("'the", 'the')]
ST19080722-V34-30-page5.txt: [("'presume", 'presume'), ("'side", 'side')]
ST19080722-V34-30-page6.txt: [("'and", 'and'), ("'ff.", 'ff.')]
ST19080722-V34-30-page7.txt: [("'Drummond", 'Drummond'), ("'neath", 'neath'), ("'Twill", 'Twill')]
ST19080722-V34-30-page9.txt: [("'Bible", 'Bible'), ("'the", 'the')]
ST19080727-V34-31-page1.txt: [("'x", 'x')]
ST19080727-V34-31-page10.txt: [("'Compel", 'Compel')]
ST19080727-V34-31-page11.txt: [("'Sell", 'Sell'), ("'Thou", 'Thou'), ("'military", 'military')]
ST19080727-V34-31-page14.txt: [("'natural", 'natural')]
ST19080727-V34-31-page16.txt: [("'us", 'us'), ("'n", 'n')]
ST19080727-V34-31-page2.txt: [("'service", 'service'), ('\'marry"', 'marry"'), ("''Every", 'Every')]
ST19080727-V34-31-page5.txt: [("'those", 'those')]
ST19080727-V34-31-page6.txt: [("'as", 'as'), ("'deserving", 'deserving')]
ST19080727-V34-31-page7.txt: [("'obey", 'obey')]
ST19080727-V34-31-page8.txt: [("'not", 'not')]
ST19080727-V34-31-page9.txt: [("'Behold", 'Behold')]
ST19080923-V35-08-page1.txt: [("'he", 'he')]
ST19080923-V35-08-page2.txt: [("'unto", 'unto')]
ST19080923-V35-08-page3.txt: [("'authority", 'authority')]
ST19080923-V35-08-page4.txt: [("'also", 'also')]
ST19080923-V35-08-page5.txt: [("'strain", 'strain'), ("'years", 'years'), ("'the", 'the')]
ST19080923-V35-08-page6.txt: [("'love", 'love')]
ST19080923-V35-08-page8.txt: [("'s", 's'), ("'s", 's'), ("'Word", 'Word')]
ST19080930-V35-09-page1.txt: [("'know", 'know'), ("'disease", 'disease'), ("'is", 'is')]
ST19080930-V35-09-page2.txt: [("'s", 's')]
ST19080930-V35-09-page3.txt: [("'Record.", 'Record.')]
ST19080930-V35-09-page4.txt: [("'Yes", 'Yes'), ("'Cr", 'Cr')]
ST19080930-V35-09-page5.txt: [("'s", 's')]
ST19080930-V35-09-page6.txt: [("'great", 'great')]
ST19080930-V35-09-page7.txt: [("'My", 'My'), ("'Our", 'Our'), ("'SOME", 'SOME'), ("'rhen", 'rhen'), ("''It", 'It')]
ST19080930-V35-09-page8.txt: [("'s", 's')]
ST19081014-V35-11-page2.txt: [("'the", 'the'), ("'the", 'the'), ("'the", 'the')]
ST19081014-V35-11-page3.txt: [("'vill", 'vill')]
ST19081014-V35-11-page6.txt: [("'pronoun", 'pronoun'), ("''e", 'e'), ("'s", 's'), ("'the", 'the')]
ST19081014-V35-11-page7.txt: [("'one", 'one')]
ST19081014-V35-11-page8.txt: [("'at", 'at')]
ST19081021-V35-12-page2.txt: [("'in", 'in'), ("'power", 'power')]
ST19081021-V35-12-page3.txt: [("'er", 'er')]
ST19081021-V35-12-page5.txt: [("'ire", 'ire')]
ST19081021-V35-12-page6.txt: [("'Gath", 'Gath')]
ST19081021-V35-12-page8.txt: [("'re", 're')]
ST19081028-V35-13-page1.txt: [("'s", 's')]
ST19081028-V35-13-page5.txt: [("'and", 'and')]
ST19081028-V35-13-page7.txt: [("'sunken", 'sunken')]
ST19081028-V35-13-page8.txt: [("'Wilcox.", 'Wilcox.')]
ST19081111-V35-15-page3.txt: [("'to", 'to')]
ST19081111-V35-15-page4.txt: [("'ever", 'ever'), ("'s", 's')]
ST19081111-V35-15-page5.txt: [("'elated", 'elated')]
ST19081111-V35-15-page6.txt: [("'God's", 'Gods'), ("'apply", 'apply')]
ST19081111-V35-15-page7.txt: [("'V", 'V')]
ST19081111-V35-15-page8.txt: [("'Unemployed.", 'Unemployed.'), ("'acceptance", 'acceptance'), ("'rITE", 'rITE')]
ST19081118-V35-16-page2.txt: [("'asked", 'asked')]
ST19081118-V35-16-page6.txt: [("''ea", 'ea')]
ST19081118-V35-16-page7.txt: [("'s", 's'), ("'IRA", 'IRA')]
ST19081118-V35-16-page8.txt: [("''Rome's", 'Romes'), ("'s", 's'), ("'on", 'on'), ("'Be", 'Be')]
ST19081125-V35-17-page4.txt: [("'See", 'See')]
ST19081125-V35-17-page6.txt: [("'What", 'What'), ("'s", 's'), ("'the", 'the')]
ST19081125-V35-17-page7.txt: [("'captains", 'captains')]
ST19081125-V35-17-page8.txt: [("'on", 'on'), ("'Believing", 'Believing')]
ST19081209-V35-19-page2.txt: [("'public", 'public'), ("'of", 'of')]
ST19081209-V35-19-page4.txt: [("'the", 'the'), ("'alike", 'alike'), ("'S", 'S'), ("'Twill", 'Twill'), ("'er", 'er')]
ST19081209-V35-19-page6.txt: [("'s", 's')]
ST19081209-V35-19-page7.txt: [("'alene", 'alene')]
ST19081209-V35-19-page8.txt: [("'s", 's')]
ST19081216-V35-20-page3.txt: [("'Christ", 'Christ'), ("'an", 'an')]
ST19081216-V35-20-page4.txt: [("'s", 's'), ("'s", 's'), ("'report", 'report')]
ST19081216-V35-20-page6.txt: [("'was", 'was')]
ST19081216-V35-20-page7.txt: [("'Let's", 'Lets'), ("'No", 'No'), ("'all", 'all'), ('\'"', '"'), ("'ost", 'ost')]
ST19081216-V35-20-page8.txt: [("''shines", 'shines'), ("'a", 'a'), ("'a", 'a')]
ST19081223-V35-21-page1.txt: [("'to", 'to')]
ST19081223-V35-21-page2.txt: [("'Union", 'Union'), ("'Liberty", 'Liberty'), ("'Union", 'Union'), ("'Long", 'Long'), ("'and", 'and'), ("'Long", 'Long')]
ST19081223-V35-21-page4.txt: [("'their", 'their')]
ST19081223-V35-21-page5.txt: [("''Yet", 'Yet'), ("''For", 'For')]
ST19081223-V35-21-page7.txt: [("'ni", 'ni'), ("'f", 'f')]
ST19081223-V35-21-page8.txt: [("'whom", 'whom'), ("'He", 'He'), ("'Smite", 'Smite'), ("'strong", 'strong'), ("'reek", 'reek')]
ST19090113-V36-02-page10.txt: [("'s", 's'), ("'plea", 'plea')]
ST19090113-V36-02-page11.txt: [("'speech", 'speech'), ("'the", 'the')]
ST19090113-V36-02-page12.txt: [("'to", 'to')]
ST19090113-V36-02-page13.txt: [("'Nature", 'Nature'), ("'Nature", 'Nature'), ("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'Note", 'Note'), ("'Bible", 'Bible'), ("'This", 'This'), ("'grow", 'grow'), ("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'Note", 'Note'), ("'Bible", 'Bible'), ("'Bible", 'Bible')]
ST19090113-V36-02-page14.txt: [("'Frederick", 'Frederick')]
ST19090113-V36-02-page15.txt: [("'s", 's')]
ST19090113-V36-02-page16.txt: [("'Version", 'Version'), ("'foolishly.", 'foolishly.'), ("'ease", 'ease'), ("'part", 'part'), ("'have", 'have'), ("'that", 'that'), ("'toward.", 'toward.'), ("'England.", 'England.'), ("'of", 'of')]
ST19090113-V36-02-page3.txt: [("'to", 'to')]
ST19090113-V36-02-page4.txt: [("'of", 'of'), ("'make", 'make'), ("'Babylon", 'Babylon')]
ST19090113-V36-02-page5.txt: [("'Persia", 'Persia'), ("'the", 'the')]
ST19090113-V36-02-page6.txt: [("'tis", 'tis'), ("'the", 'the')]
ST19090113-V36-02-page7.txt: [("'P", 'P')]
ST19090113-V36-02-page8.txt: [("'standing", 'standing'), ("'of", 'of'), ("'Closing", 'Closing')]
ST19090113-V36-02-page9.txt: [("'and", 'and'), ("'to", 'to'), ("'authority", 'authority'), ("'s", 's'), ("'s", 's')]
ST19090203-V36-05-page11.txt: [("'in", 'in')]
ST19090203-V36-05-page12.txt: [("'itnessed.", 'itnessed.')]
ST19090203-V36-05-page13.txt: [("'life.", 'life.'), ("'fortunate", 'fortunate')]
ST19090203-V36-05-page14.txt: [("'s", 's'), ("'think", 'think'), ("'related", 'related')]
ST19090203-V36-05-page15.txt: [("'s", 's')]
ST19090203-V36-05-page16.txt: [("'Congress", 'Congress'), ("'House", 'House'), ("'using", 'using'), ("'of", 'of'), ("'Siberia", 'Siberia'), ("'such", 'such'), ("'Cal.", 'Cal.'), ("'in", 'in'), ('\'."Abta.', '."Abta.'), ("'In", 'In'), ("'to", 'to'), ("'Every", 'Every'), ("'Regent", 'Regent'), ("'deal", 'deal'), ("'have", 'have'), ("'a", 'a')]
ST19090203-V36-05-page2.txt: [("'preached", 'preached'), ("'All", 'All')]
ST19090203-V36-05-page3.txt: [("'s", 's')]
ST19090203-V36-05-page4.txt: [("'interview", 'interview'), ("'are", 'are'), ("'Tie", 'Tie'), ("'tie", 'tie'), ("'He", 'He')]
ST19090203-V36-05-page5.txt: [("'keepeth", 'keepeth')]
ST19090203-V36-05-page6.txt: [("'gainst", 'gainst'), ("'see", 'see')]
ST19090203-V36-05-page8.txt: [("'Oho", 'Oho')]
ST19090203-V36-05-page9.txt: [("'office", 'office'), ("'religious", 'religious'), ("'personal", 'personal'), ("'to", 'to'), ("'RELIGIOUS", 'RELIGIOUS'), ("'fight", 'fight'), ("'VI", 'VI')]
ST19090210-V36-06-page1.txt: [("'t", 't')]
ST19090210-V36-06-page10.txt: [("'e", 'e'), ("'lothershaveanddoreadLasSenates", 'lothershaveanddoreadLasSenates')]
ST19090210-V36-06-page11.txt: [("'s", 's'), ("''The", 'The'), ("'that", 'that')]
ST19090210-V36-06-page13.txt: [("'beset", 'beset')]
ST19090210-V36-06-page15.txt: [("'no", 'no'), ("'s", 's')]
ST19090210-V36-06-page16.txt: [("'Tara", 'Tara'), ("'Stupid", 'Stupid'), ("'Toricated", 'Toricated'), ("'s", 's')]
ST19090210-V36-06-page2.txt: [("'use", 'use')]
ST19090210-V36-06-page4.txt: [("'Tis", 'Tis'), ("'his", 'his'), ("'hence", 'hence'), ("'Which", 'Which')]
ST19090210-V36-06-page5.txt: [("'The", 'The')]
ST19090210-V36-06-page6.txt: [("'Jesus", 'Jesus'), ("'One", 'One')]
ST19090210-V36-06-page7.txt: [("'How", 'How')]
ST19090210-V36-06-page9.txt: [("'a", 'a'), ("'just", 'just'), ("'another", 'another'), ("'appeared", 'appeared'), ("'OK", 'OK')]
ST19090217-V36-07-page1.txt: [("'Country", 'Country')]
ST19090217-V36-07-page10.txt: [("'NEWPORT.", 'NEWPORT.')]
ST19090217-V36-07-page11.txt: [("''Before", 'Before'), ("'My", 'My')]
ST19090217-V36-07-page12.txt: [("'ring", 'ring'), ("'facilitated", 'facilitated')]
ST19090217-V36-07-page15.txt: [("'Wilcox.", 'Wilcox.'), ("'subscription", 'subscription')]
ST19090217-V36-07-page3.txt: [("'s", 's')]
ST19090217-V36-07-page4.txt: [("'will", 'will')]
ST19090217-V36-07-page5.txt: [("'promotion", 'promotion'), ("'Then", 'Then')]
ST19090217-V36-07-page6.txt: [("'message", 'message'), ("'spake", 'spake'), ("'re", 're')]
ST19090217-V36-07-page7.txt: [("'But", 'But')]
ST19090217-V36-07-page8.txt: [("'t", 't'), ("'budded", 'budded')]
ST19090217-V36-07-page9.txt: [("'day", 'day'), ("'concerning", 'concerning')]
ST19090224-V36-08-page1.txt: [("'Cai", 'Cai'), ("'maiA", 'maiA')]
ST19090224-V36-08-page10.txt: [("'countries", 'countries')]
ST19090224-V36-08-page12.txt: [("'Preaident.", 'Preaident.'), ("'re", 're')]
ST19090224-V36-08-page13.txt: [("'PEACH", 'PEACH')]
ST19090224-V36-08-page14.txt: [("'tack", 'tack'), ("'sueh", 'sueh'), ("'The", 'The')]
ST19090224-V36-08-page15.txt: [("'Watchman", 'Watchman'), ("'oldest", 'oldest'), ("'youngest", 'youngest'), ("'s", 's'), ("'twixt", 'twixt'), ("'tis", 'tis')]
ST19090224-V36-08-page16.txt: [("'or", 'or'), ("'In", 'In')]
ST19090224-V36-08-page5.txt: [("'His", 'His'), ("'imperial", 'imperial')]
ST19090224-V36-08-page9.txt: [("'Christian", 'Christian'), ("'to", 'to'), ("'series", 'series'), ("'s", 's'), ("'ley", 'ley'), ("'h", 'h')]
ST19090428-V36-17-page10.txt: [("'These", 'These')]
ST19090428-V36-17-page11.txt: [("'l", 'l'), ("'Of", 'Of'), ("'the", 'the')]
ST19090428-V36-17-page12.txt: [("'receives", 'receives')]
ST19090428-V36-17-page13.txt: [("'shave", 'shave'), ("'volume", 'volume')]
ST19090428-V36-17-page14.txt: [("'er", 'er'), ("'victims", 'victims')]
ST19090428-V36-17-page15.txt: [("'Yes", 'Yes'), ("'em", 'em'), ("'Mary", 'Mary')]
ST19090428-V36-17-page16.txt: [("'Mountain", 'Mountain'), ("'s", 's')]
ST19090428-V36-17-page2.txt: [("'Num.", 'Num.'), ("'that", 'that'), ("'be", 'be'), ("'so", 'so'), ("'el", 'el')]
ST19090428-V36-17-page6.txt: [("'permitted", 'permitted'), ("'looking", 'looking'), ("'longer", 'longer')]
ST19090428-V36-17-page7.txt: [("'is", 'is')]
ST19090428-V36-17-page8.txt: [('\'X"ft', 'X"ft'), ("'Selected.", 'Selected.'), ("'for", 'for'), ("'clouds", 'clouds'), ("'s", 's')]
ST19090428-V36-17-page9.txt: [("'figures", 'figures'), ("'Spirit", 'Spirit')]
ST19100118-V37-03-page11.txt: [('\'"', '"'), ("'the", 'the'), ("'even", 'even')]
ST19100118-V37-03-page12.txt: [("'children", 'children'), ("'that", 'that'), ("'twenty", 'twenty'), ("'to", 'to'), ("'to", 'to'), ("'the", 'the'), ("'the", 'the'), ("'threatened", 'threatened')]
ST19100118-V37-03-page14.txt: [("'s", 's')]
ST19100118-V37-03-page15.txt: [("'good", 'good'), ("'and", 'and')]
ST19100118-V37-03-page16.txt: [("'s", 's'), ("'articles", 'articles'), ("'have", 'have'), ("'than", 'than'), ("'in", 'in'), ("'little", 'little'), ("'from", 'from')]
ST19100118-V37-03-page2.txt: [("'parable", 'parable'), ("'tells", 'tells'), ("'not", 'not'), ("'s", 's'), ('\'"', '"')]
ST19100118-V37-03-page3.txt: [("'themselves", 'themselves')]
ST19100118-V37-03-page4.txt: [("'old", 'old'), ("'constant", 'constant')]
ST19100118-V37-03-page5.txt: [("'twere", 'twere'), ("'gold.", 'gold.')]
ST19100118-V37-03-page6.txt: [("'by", 'by'), ("'and", 'and'), ("'be", 'be')]
ST19100118-V37-03-page7.txt: [("''cunningly", 'cunningly'), ("'the", 'the')]
ST19100118-V37-03-page8.txt: [("'s", 's')]
ST19100118-V37-03-page9.txt: [("'world", 'world'), ("''.", '.')]
ST19100125-V37-04-page11.txt: [("'United", 'United'), ("'a", 'a')]
ST19100125-V37-04-page12.txt: [("'tie", 'tie')]
ST19100125-V37-04-page14.txt: [("'a", 'a')]
ST19100125-V37-04-page15.txt: [("'Children", 'Children')]
ST19100125-V37-04-page16.txt: [("'it.", 'it.'), ("'X", 'X'), ("'On", 'On'), ("'kit", 'kit'), ("'pliisician", 'pliisician'), ("'the", 'the')]
ST19100125-V37-04-page2.txt: [("'Jesus", 'Jesus'), ("'will", 'will'), ("'of", 'of'), ("'comes.", 'comes.')]
ST19100125-V37-04-page4.txt: [("'s", 's')]
ST19100125-V37-04-page5.txt: [("'mid", 'mid'), ("'ring", 'ring'), ("'rous", 'rous'), ("'rs", 'rs'), ("'s", 's'), ("'twill", 'twill'), ("'Twist", 'Twist'), ("'n", 'n'), ("'nly", 'nly'), ("'s", 's')]
ST19100125-V37-04-page6.txt: [("'the", 'the')]
ST19100125-V37-04-page7.txt: [("'liberalism", 'liberalism'), ("'to", 'to'), ("'Aubigne", 'Aubigne'), ("'this", 'this'), ("'THE", 'THE'), ("'sneedful", 'sneedful'), ("'prepared", 'prepared')]
ST19100201-V37-05-page10.txt: [("'take", 'take'), ("'teachers", 'teachers')]
ST19100201-V37-05-page11.txt: [("''The", 'The'), ("'ing", 'ing'), ("'right", 'right'), ("'AGREE", 'AGREE'), ("'to", 'to'), ("'Jesus", 'Jesus'), ("'s", 's')]
ST19100201-V37-05-page12.txt: [("'a", 'a'), ("'driven", 'driven')]
ST19100201-V37-05-page14.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST19100201-V37-05-page15.txt: [("'bring", 'bring'), ("'this", 'this'), ("'perspective", 'perspective')]
ST19100201-V37-05-page16.txt: [("'of", 'of'), ("'that", 'that'), ("''work", 'work'), ("'Western", 'Western')]
ST19100201-V37-05-page2.txt: [("''Sabbath", 'Sabbath')]
ST19100201-V37-05-page6.txt: [("'history", 'history'), ("'e'rY", 'erY'), ("''The", 'The'), ("'Worship", 'Worship'), ("'brings", 'brings'), ("'s", 's')]
ST19100201-V37-05-page7.txt: [("'could", 'could')]
ST19100201-V37-05-page9.txt: [("'the", 'the'), ("'s", 's'), ("'For", 'For'), ("'s", 's'), ("'s", 's')]
ST19100208-V37-06-page10.txt: [("''The", 'The'), ("'there", 'there'), ("'born", 'born')]
ST19100208-V37-06-page11.txt: [("'s", 's'), ("'Put", 'Put'), ("'Suffer", 'Suffer')]
ST19100208-V37-06-page12.txt: [("'Jesus", 'Jesus'), ("'religious", 'religious')]
ST19100208-V37-06-page13.txt: [("'work", 'work'), ("'s", 's')]
ST19100208-V37-06-page15.txt: [("'s", 's')]
ST19100208-V37-06-page16.txt: [("'will", 'will'), ("'and", 'and'), ("'all", 'all'), ("''Modern", 'Modern'), ("'Publishing", 'Publishing')]
ST19100208-V37-06-page2.txt: [("'C", 'C'), ("'s", 's')]
ST19100208-V37-06-page4.txt: [("'the", 'the'), ("'this", 'this'), ("'he", 'he')]
ST19100208-V37-06-page5.txt: [("'s", 's')]
ST19100208-V37-06-page6.txt: [("'twat", 'twat'), ("'hat", 'hat'), ("'tis", 'tis')]
ST19100208-V37-06-page7.txt: [("'home", 'home'), ("'g", 'g'), ("''Let", 'Let'), ("'Put", 'Put'), ("'in", 'in'), ("'guilty", 'guilty')]
ST19100208-V37-06-page8.txt: [("'fiery", 'fiery')]
ST19100208-V37-06-page9.txt: [("'God", 'God'), ('\'I"', 'I"'), ("'For", 'For'), ("'Apologetic", 'Apologetic'), ("'Science", 'Science'), ("'God", 'God'), ("'The", 'The'), ("'All", 'All'), ("'harmonious", 'harmonious'), ("'Spiritual", 'Spiritual'), ("'Science", 'Science'), ("'You", 'You'), ("'Science", 'Science'), ("'Science", 'Science'), ("'A", 'A'), ("'Science", 'Science'), ("'Spiritual", 'Spiritual'), ("'God", 'God')]
ST19100215-V37-07-page1.txt: [("'i", 'i'), ("'YURI", 'YURI')]
ST19100215-V37-07-page11.txt: [("''the", 'the'), ("'Wilcox", 'Wilcox'), ("'a", 'a'), ("'that", 'that'), ("'All", 'All'), ("'Graft", 'Graft')]
ST19100215-V37-07-page12.txt: [("'for", 'for'), ("'too", 'too')]
ST19100215-V37-07-page13.txt: [("'replied", 'replied')]
ST19100215-V37-07-page14.txt: [("'Mid", 'Mid')]
ST19100215-V37-07-page16.txt: [("'tremendous", 'tremendous'), ("'Arrest", 'Arrest'), ("'s", 's')]
ST19100215-V37-07-page2.txt: [("'spiritual", 'spiritual')]
ST19100215-V37-07-page3.txt: [("'were", 'were'), ("'heathen", 'heathen'), ("'yet", 'yet')]
ST19100215-V37-07-page4.txt: [("'Supreme", 'Supreme'), ("'the", 'the')]
ST19100215-V37-07-page5.txt: [("'to", 'to')]
ST19100215-V37-07-page6.txt: [("'the", 'the'), ("'or", 'or'), ("'truth", 'truth'), ("'the", 'the')]
ST19100215-V37-07-page7.txt: [("''Peace", 'Peace'), ("'let", 'let')]
ST19100215-V37-07-page8.txt: [("'that", 'that'), ("'this", 'this')]
ST19100215-V37-07-page9.txt: [("'You", 'You'), ("'my", 'my')]
ST19100222-V37-08-page11.txt: [("'Tis", 'Tis'), ("''The", 'The')]
ST19100222-V37-08-page12.txt: [("'TEACH", 'TEACH'), ("'neath", 'neath')]
ST19100222-V37-08-page14.txt: [("'twixt", 'twixt')]
ST19100222-V37-08-page15.txt: [("'Congress", 'Congress')]
ST19100222-V37-08-page2.txt: [("''for", 'for')]
ST19100222-V37-08-page5.txt: [("'s", 's')]
ST19100222-V37-08-page7.txt: [("'the", 'the'), ("'would", 'would'), ("'or", 'or')]
ST19100222-V37-08-page8.txt: [('\'trust."', 'trust."'), ("'the", 'the'), ("'that", 'that'), ("'this", 'this'), ("'the", 'the'), ("'to", 'to'), ("'that", 'that'), ("'the", 'the')]
ST19100222-V37-08-page9.txt: [("'to", 'to'), ("'s", 's')]
ST19100308-V37-10-page10.txt: [("'In", 'In'), ("'gambling", 'gambling')]
ST19100308-V37-10-page12.txt: [("'of", 'of'), ("'And", 'And'), ("'Why", 'Why'), ("'Shall", 'Shall'), ("'Listen", 'Listen'), ("'What", 'What'), ("'But", 'But'), ("'I", 'I'), ("'he", 'he')]
ST19100308-V37-10-page13.txt: [("'Beware", 'Beware')]
ST19100308-V37-10-page14.txt: [("'Go", 'Go'), ("'The", 'The')]
ST19100308-V37-10-page16.txt: [("'it", 'it'), ("''the", 'the')]
ST19100308-V37-10-page2.txt: [("''And", 'And'), ("'what", 'what'), ("'in", 'in')]
ST19100308-V37-10-page5.txt: [("'is", 'is')]
ST19100308-V37-10-page6.txt: [("'of", 'of')]
ST19100308-V37-10-page7.txt: [("'shall", 'shall')]
ST19100308-V37-10-page8.txt: [("'And", 'And')]
ST19100308-V37-10-page9.txt: [("'sponsibilities", 'sponsibilities')]
ST19100315-V37-11-page12.txt: [("'There", 'There')]
ST19100315-V37-11-page13.txt: [("'Fear", 'Fear'), ("'Out", 'Out'), ("'Know", 'Know'), ("'WHY", 'WHY')]
ST19100315-V37-11-page15.txt: [("'paper", 'paper')]
ST19100315-V37-11-page16.txt: [("'this", 'this'), ("'lc", 'lc')]
ST19100315-V37-11-page2.txt: [("'dress", 'dress'), ("'s", 's')]
ST19100315-V37-11-page3.txt: [("'the", 'the')]
ST19100315-V37-11-page5.txt: [("'Himself", 'Himself')]
ST19100315-V37-11-page7.txt: [("'by", 'by')]
ST19100315-V37-11-page9.txt: [("''Set", 'Set'), ("'Before", 'Before'), ("'Then", 'Then'), ("'of", 'of')]
ST19100322-V37-12-page10.txt: [("'s", 's'), ("'devout", 'devout')]
ST19100322-V37-12-page12.txt: [("'Arise", 'Arise'), ("'Blessed", 'Blessed'), ('\'"', '"'), ("'I", 'I'), ("'believe", 'believe'), ("'sacred", 'sacred'), ("'fellow", 'fellow'), ("'Why", 'Why')]
ST19100322-V37-12-page15.txt: [("'s", 's')]
ST19100322-V37-12-page16.txt: [("''on", 'on'), ("'real", 'real'), ("''The", 'The'), ("'coast", 'coast')]
ST19100322-V37-12-page2.txt: [("''Verily", 'Verily')]
ST19100322-V37-12-page3.txt: [("'not", 'not')]
ST19100322-V37-12-page4.txt: [("'Form", 'Form'), ("'God", 'God'), ("'through", 'through'), ("'Mid", 'Mid')]
ST19100322-V37-12-page5.txt: [("'Edward", 'Edward'), ("'thy", 'thy'), ("'the", 'the'), ("'the", 'the'), ("'s", 's')]
ST19100322-V37-12-page7.txt: [("'was", 'was')]
ST19100322-V37-12-page8.txt: [("'ill", 'ill'), ("'him", 'him'), ("'end", 'end')]
ST19100322-V37-12-page9.txt: [("'In", 'In'), ("'s", 's'), ("'and", 'and'), ("'their", 'their')]
ST19100329-V37-13-page10.txt: [("'to", 'to'), ("'Public", 'Public')]
ST19100329-V37-13-page11.txt: [("'with", 'with')]
ST19100329-V37-13-page12.txt: [("'gray", 'gray'), ("'s", 's'), ("'s", 's')]
ST19100329-V37-13-page16.txt: [("'certainly", 'certainly'), ("'S", 'S')]
ST19100329-V37-13-page2.txt: [("'In", 'In'), ("''the", 'the'), ("'Jews", 'Jews')]
ST19100329-V37-13-page4.txt: [("'eternal.", 'eternal.'), ("'s", 's')]
ST19100329-V37-13-page5.txt: [("'to", 'to')]
ST19100329-V37-13-page6.txt: [("'Men", 'Men'), ("'an", 'an'), ("'pause", 'pause')]
ST19100329-V37-13-page7.txt: [("'At", 'At'), ("'the", 'the'), ("'Sabbath", 'Sabbath'), ("'A", 'A'), ("'Peace", 'Peace')]
ST19100329-V37-13-page8.txt: [("'rest", 'rest')]
ST19100329-V37-13-page9.txt: [("'His", 'His')]
ST19100412-V37-14-page10.txt: [("'penitent.", 'penitent.'), ("'Flee", 'Flee')]
ST19100412-V37-14-page12.txt: [("'Now", 'Now')]
ST19100412-V37-14-page15.txt: [("'.", '.')]
ST19100412-V37-14-page16.txt: [("'until", 'until'), ("'tremendous", 'tremendous'), ("'s.striking", 's.striking'), ("'peace", 'peace')]
ST19100412-V37-14-page2.txt: [("'s", 's')]
ST19100412-V37-14-page3.txt: [("'be", 'be')]
ST19100412-V37-14-page4.txt: [("'tis", 'tis'), ("'neath", 'neath'), ("'that", 'that')]
ST19100412-V37-14-page6.txt: [("'I", 'I')]
ST19100412-V37-14-page7.txt: [("'If", 'If')]
ST19100412-V37-14-page8.txt: [("'Son.", 'Son.'), ("'professed", 'professed')]
ST19100419-V37-15-page1.txt: [("'''c", 'c'), ("'...", '...')]
ST19100419-V37-15-page10.txt: [("'of", 'of'), ("'twee", 'twee'), ("'of", 'of')]
ST19100419-V37-15-page12.txt: [("'Enter", 'Enter')]
ST19100419-V37-15-page14.txt: [("'and", 'and')]
ST19100419-V37-15-page16.txt: [("'s", 's'), ("'s", 's')]
ST19100419-V37-15-page2.txt: [("'sense", 'sense')]
ST19100419-V37-15-page3.txt: [("'says", 'says'), ("'Mid", 'Mid')]
ST19100419-V37-15-page4.txt: [("'s", 's')]
ST19100419-V37-15-page6.txt: [("'s", 's')]
ST19100419-V37-15-page7.txt: [("'mountains", 'mountains'), ("'their", 'their'), ("'When", 'When'), ("'teaching", 'teaching')]
ST19100419-V37-15-page8.txt: [("'morally", 'morally'), ("'tomli", 'tomli'), ("'.", '.')]
ST19100426-V37-16-page10.txt: [("'the", 'the'), ("'Is", 'Is'), ("'to", 'to'), ("'the", 'the'), ("'twenty-ninth", 'twenty-ninth')]
ST19100426-V37-16-page11.txt: [("'Sunday", 'Sunday')]
ST19100426-V37-16-page12.txt: [("'Right", 'Right')]
ST19100426-V37-16-page13.txt: [("'president", 'president')]
ST19100426-V37-16-page14.txt: [("''See", 'See'), ("'Arise", 'Arise'), ("'the", 'the'), ("'s", 's'), ("'Holy", 'Holy'), ("'s", 's')]
ST19100426-V37-16-page15.txt: [("'are", 'are')]
ST19100426-V37-16-page16.txt: [("'family", 'family')]
ST19100426-V37-16-page2.txt: [("'s", 's'), ("'K", 'K'), ("''e", 'e'), ("'K", 'K')]
ST19100426-V37-16-page4.txt: [("'He", 'He'), ("'remains", 'remains')]
ST19100426-V37-16-page6.txt: [("'Philosophy", 'Philosophy')]
ST19100426-V37-16-page7.txt: [("'reward", 'reward')]
ST19100426-V37-16-page8.txt: [("'Depart", 'Depart')]
ST19100426-V37-16-page9.txt: [("'s", 's'), ("'s", 's'), ("'s", 's')]
ST19100503-V37-17-page10.txt: [("'the", 'the'), ("'time", 'time'), ("'tis", 'tis'), ("'Ever", 'Ever'), ("'this", 'this')]
ST19100503-V37-17-page11.txt: [("'s", 's'), ("'additions", 'additions'), ("'s", 's')]
ST19100503-V37-17-page12.txt: [("'the", 'the'), ("'Make", 'Make'), ("'but", 'but')]
ST19100503-V37-17-page13.txt: [("'We", 'We')]
ST19100503-V37-17-page14.txt: [("'the", 'the')]
ST19100503-V37-17-page15.txt: [("'I", 'I')]
ST19100503-V37-17-page16.txt: [("'s", 's'), ("'They", 'They')]
ST19100503-V37-17-page3.txt: [("'s", 's')]
ST19100503-V37-17-page6.txt: [("'by", 'by')]
ST19100503-V37-17-page7.txt: [("'Never", 'Never')]
ST19100503-V37-17-page8.txt: [("'the", 'the')]
ST19100503-V37-17-page9.txt: [("'his", 'his'), ("'some", 'some'), ("'s", 's')]
ST19100524-V37-20-page1.txt: [("'tis", 'tis'), ("'t", 't')]
ST19100524-V37-20-page10.txt: [("'wl", 'wl')]
ST19100524-V37-20-page12.txt: [("'own", 'own'), ("'s", 's')]
ST19100524-V37-20-page13.txt: [("'Tis", 'Tis'), ("'Modern", 'Modern')]
ST19100524-V37-20-page14.txt: [("'s", 's')]
ST19100524-V37-20-page16.txt: [("'s", 's')]
ST19100524-V37-20-page2.txt: [("'met", 'met'), ("'s", 's'), ("'origin", 'origin')]
ST19100524-V37-20-page3.txt: [("'will", 'will'), ("'You", 'You'), ("'Never", 'Never'), ("'Why", 'Why'), ("'yonder", 'yonder'), ("'billowy", 'billowy')]
ST19100524-V37-20-page4.txt: [("'s", 's'), ("'s", 's'), ("'alway", 'alway')]
ST19100524-V37-20-page7.txt: [("'Tis", 'Tis')]
ST19100524-V37-20-page8.txt: [("'be", 'be'), ("'words", 'words'), ("'It", 'It'), ('\'"fi".', '"fi".')]
ST19100524-V37-20-page9.txt: [("'S", 'S')]
ST19100614-V37-23-page10.txt: [("'I", 'I')]
ST19100614-V37-23-page12.txt: [("'s", 's'), ("'Suffer", 'Suffer'), ("''The", 'The'), ("'Verily", 'Verily'), ("'verily", 'verily'), ("'indeed", 'indeed'), ("'that", 'that'), ("'Thou", 'Thou'), ("'His", 'His'), ("'He", 'He'), ("'But", 'But'), ("'the", 'the'), ("'Who", 'Who'), ("'yet", 'yet'), ("'What", 'What')]
ST19100614-V37-23-page13.txt: [("'now", 'now'), ("'I", 'I'), ("'...", '...'), ("'k", 'k'), ("'original", 'original'), ("'SIM", 'SIM')]
ST19100614-V37-23-page14.txt: [("'truth", 'truth')]
ST19100614-V37-23-page15.txt: [("'Word", 'Word')]
ST19100614-V37-23-page16.txt: [("''Let", 'Let')]
ST19100614-V37-23-page2.txt: [("'four", 'four')]
ST19100614-V37-23-page3.txt: [("'calling", 'calling')]
ST19100614-V37-23-page4.txt: [("'s", 's'), ("'Creator's", 'Creators'), ("'s", 's')]
ST19100614-V37-23-page5.txt: [("'fainting", 'fainting')]
ST19100614-V37-23-page6.txt: [("'death", 'death')]
ST19100614-V37-23-page9.txt: [("'things", 'things')]
ST19100621-V37-24-page10.txt: [("'I", 'I'), ("'I", 'I'), ("'Since", 'Since')]
ST19100621-V37-24-page11.txt: [("'For", 'For'), ("'remain", 'remain'), ("'life", 'life')]
ST19100621-V37-24-page12.txt: [("''But", 'But'), ("'Verily", 'Verily'), ("'Servant", 'Servant'), ("'I", 'I'), ("'it", 'it'), ("'Said", 'Said'), ("'Who", 'Who'), ("'iou", 'iou')]
ST19100621-V37-24-page13.txt: [("'Jesus", 'Jesus'), ("'pages.", 'pages.'), ("'Who", 'Who')]
ST19100621-V37-24-page14.txt: [("'mong", 'mong')]
ST19100621-V37-24-page15.txt: [("'items", 'items')]
ST19100621-V37-24-page16.txt: [("'of", 'of'), ("'Membership", 'Membership'), ("'s", 's'), ("'I", 'I'), ("'truth.", 'truth.')]
ST19100621-V37-24-page2.txt: [("'present", 'present'), ("'s", 's')]
ST19100621-V37-24-page3.txt: [("'are", 'are'), ("'five", 'five')]
ST19100621-V37-24-page4.txt: [("'Lord", 'Lord'), ("''The", 'The')]
ST19100621-V37-24-page5.txt: [("'bribe", 'bribe'), ("'the", 'the')]
ST19100621-V37-24-page6.txt: [("'unknown", 'unknown'), ("'the", 'the')]
ST19100621-V37-24-page7.txt: [("'s", 's'), ("'the", 'the')]
ST19100621-V37-24-page8.txt: [("'the", 'the'), ("'the", 'the'), ("'the", 'the'), ("'toward", 'toward'), ("'that", 'that'), ("'to", 'to')]
ST19100621-V37-24-page9.txt: [("'and", 'and'), ("'s", 's')]
ST19100628-V37-25-page11.txt: [("'answer", 'answer')]
ST19100628-V37-25-page12.txt: [("'Verily", 'Verily'), ("'her", 'her'), ("'Verily", 'Verily'), ("'that", 'that'), ("'And", 'And'), ("'Do", 'Do'), ("'bloody", 'bloody'), ("'Whence", 'Whence'), ("'Even", 'Even')]
ST19100628-V37-25-page13.txt: [("'father", 'father'), ("'save", 'save'), ("'work", 'work'), ("'Old", 'Old')]
ST19100628-V37-25-page14.txt: [("'and", 'and')]
ST19100628-V37-25-page15.txt: [("'market", 'market'), ("'s", 's')]
ST19100628-V37-25-page16.txt: [("'invariably", 'invariably')]
ST19100628-V37-25-page2.txt: [("''The", 'The'), ("'the", 'the'), ("'that", 'that'), ("''deeds", 'deeds')]
ST19100628-V37-25-page4.txt: [("'KEEP", 'KEEP'), ("'the", 'the'), ("'s", 's')]
ST19100628-V37-25-page6.txt: [("'come", 'come')]
ST19100628-V37-25-page7.txt: [("'requirements", 'requirements')]
ST19100628-V37-25-page8.txt: [("'king", 'king')]
ST19100628-V37-25-page9.txt: [("'Stoop", 'Stoop'), ("'You", 'You')]
ST19100705-V37-26-page10.txt: [("'s", 's'), ("''Let", 'Let'), ("'s", 's')]
ST19100705-V37-26-page11.txt: [("'living", 'living'), ("'the", 'the'), ("'worship", 'worship')]
ST19100705-V37-26-page14.txt: [("'Tis", 'Tis'), ("'Remember", 'Remember'), ("'er", 'er')]
ST19100705-V37-26-page15.txt: [("'home", 'home'), ("'eTIME", 'eTIME'), ("'s", 's'), ("'s", 's')]
ST19100705-V37-26-page16.txt: [("''the", 'the'), ("'a", 'a')]
ST19100705-V37-26-page2.txt: [("'Greek", 'Greek'), ("'helpless", 'helpless')]
ST19100705-V37-26-page4.txt: [("'not", 'not')]
ST19100705-V37-26-page5.txt: [("'n's", 'ns')]
ST19100705-V37-26-page6.txt: [("'grass", 'grass'), ("'predicted", 'predicted'), ("'who", 'who')]
ST19100705-V37-26-page7.txt: [("''Were", 'Were')]
ST19100705-V37-26-page8.txt: [("'wake", 'wake'), ("'Creator", 'Creator'), ("'Paul", 'Paul')]
ST19100705-V37-26-page9.txt: [("'erwrit", 'erwrit'), ("'Well", 'Well'), ("'Your", 'Your'), ("'Go", 'Go')]
ST19100712-V37-27-page1.txt: [("'lath", 'lath')]
ST19100712-V37-27-page10.txt: [("'were", 'were'), ("'The", 'The'), ("'of", 'of')]
ST19100712-V37-27-page11.txt: [("'the", 'the'), ("'He", 'He')]
ST19100712-V37-27-page12.txt: [("'birth", 'birth')]
ST19100712-V37-27-page13.txt: [("'s", 's')]
ST19100712-V37-27-page14.txt: [("'the", 'the')]
ST19100712-V37-27-page15.txt: [("'hymnal", 'hymnal')]
ST19100712-V37-27-page16.txt: [("'consecrated", 'consecrated')]
ST19100712-V37-27-page2.txt: [("'conveyed", 'conveyed')]
ST19100712-V37-27-page4.txt: [("'have", 'have')]
ST19100712-V37-27-page5.txt: [("'er", 'er'), ("'re", 're'), ("'n", 'n')]
ST19100712-V37-27-page6.txt: [("'was", 'was'), ("'help", 'help'), ('\'"It', '"It'), ("'Criticism", 'Criticism')]
ST19100712-V37-27-page7.txt: [("'is", 'is'), ("'infidelity", 'infidelity'), ("'that", 'that'), ("'but", 'but')]
ST19100712-V37-27-page8.txt: [("'s", 's'), ("'would", 'would'), ("'the", 'the')]
ST19100712-V37-27-page9.txt: [("'sneer.", 'sneer.'), ("'is", 'is'), ("'..", '..')]
ST19100726-V37-29-page12.txt: [("''Thou", 'Thou'), ("'Whatsoever", 'Whatsoever'), ("'Fill", 'Fill'), ("'Draw", 'Draw'), ("'What", 'What'), ("'thou", 'thou'), ("'Behold", 'Behold'), ("'Woman", 'Woman'), ("'The", 'The'), ("'Wherefore", 'Wherefore')]
ST19100726-V37-29-page13.txt: [("'NV", 'NV'), ("'Watchman", 'Watchman')]
ST19100726-V37-29-page14.txt: [("'now", 'now'), ("'How", 'How'), ("'I'm", 'Im'), ("'em.", 'em.'), ("'My", 'My')]
ST19100726-V37-29-page16.txt: [("'smaller", 'smaller'), ("'by", 'by'), ("'there", 'there'), ("'May", 'May'), ("'s", 's')]
ST19100726-V37-29-page2.txt: [("'opinion", 'opinion'), ("'Verse", 'Verse'), ("'s", 's')]
ST19100726-V37-29-page5.txt: [("'s", 's')]
ST19100726-V37-29-page7.txt: [("'time", 'time')]
ST19100726-V37-29-page8.txt: [("'.", '.')]
ST19100802-V37-30-page11.txt: [("'The", 'The')]
ST19100802-V37-30-page13.txt: [("'Tre..", 'Tre..'), ("'Yet", 'Yet'), ("'The", 'The'), ("'The", 'The')]
ST19100802-V37-30-page16.txt: [("'clear", 'clear'), ("'are", 'are'), ("'country", 'country'), ("'the", 'the'), ("'published", 'published'), ("'one", 'one'), ("'that", 'that'), ("'and", 'and'), ("'ages", 'ages'), ("'is", 'is'), ("'..or", '..or'), ("'Book", 'Book'), ("'and", 'and')]
ST19100802-V37-30-page2.txt: [("'by", 'by'), ("'the", 'the'), ("'have", 'have'), ("'a", 'a')]
ST19100802-V37-30-page4.txt: [("'s", 's'), ("'twill", 'twill'), ("'twould", 'twould')]
ST19100802-V37-30-page5.txt: [("'together", 'together'), ("'work", 'work')]
ST19100802-V37-30-page7.txt: [("'IA", 'IA'), ("'angel", 'angel')]
ST19100802-V37-30-page8.txt: [("'on", 'on'), ("''Not", 'Not')]
ST19100802-V37-30-page9.txt: [("'He", 'He'), ("'he", 'he'), ("'lowering", 'lowering'), ("'If", 'If'), ('\'"', '"'), ("'is", 'is'), ("'buts", 'buts')]
ST19100809-V37-31-page11.txt: [("''the", 'the'), ("'coffee", 'coffee'), ("'s", 's')]
ST19100809-V37-31-page12.txt: [("'and", 'and'), ("'love", 'love'), ("'Mary", 'Mary'), ("'Loose", 'Loose'), ("'He", 'He'), ("'I", 'I')]
ST19100809-V37-31-page16.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'nature", 'nature'), ("'of", 'of'), ("'the", 'the'), ("'than", 'than')]
ST19100809-V37-31-page2.txt: [("'much", 'much')]
ST19100809-V37-31-page3.txt: [("'ginning", 'ginning')]
ST19100809-V37-31-page5.txt: [("'Lord's", 'Lords')]
ST19100809-V37-31-page6.txt: [("'the", 'the'), ("'nations", 'nations')]
ST19100809-V37-31-page7.txt: [("'Christ", 'Christ'), ("'unbelief", 'unbelief'), ("'art", 'art')]
ST19100816-V37-32-page12.txt: [("'Impossible", 'Impossible'), ("'was", 'was'), ("'of", 'of')]
ST19100816-V37-32-page16.txt: [("'voice", 'voice'), ("'Condition", 'Condition'), ("'poem", 'poem'), ("'and", 'and'), ("'brethren", 'brethren')]
ST19100816-V37-32-page2.txt: [("'whom", 'whom'), ("'of", 'of')]
ST19100816-V37-32-page4.txt: [("'refused", 'refused')]
ST19100816-V37-32-page5.txt: [("'CAN", 'CAN'), ("'can", 'can')]
ST19100816-V37-32-page7.txt: [("'horrors", 'horrors')]
ST19100816-V37-32-page8.txt: [("'poor", 'poor'), ("'to", 'to'), ("'And", 'And')]
ST19100816-V37-32-page9.txt: [("'Even", 'Even'), ("'that", 'that'), ("'righteousness", 'righteousness'), ("'captivity", 'captivity')]
ST19100823-V37-33-page1.txt: [("'But", 'But')]
ST19100823-V37-33-page11.txt: [("'s", 's'), ("'hence", 'hence')]
ST19100823-V37-33-page12.txt: [("'to", 'to'), ("'Verily", 'Verily'), ("'Pretender", 'Pretender'), ("'The", 'The'), ("'Ye", 'Ye'), ("'Elijah", 'Elijah')]
ST19100823-V37-33-page13.txt: [("'Master", 'Master'), ("'THINK", 'THINK')]
ST19100823-V37-33-page14.txt: [("'The", 'The'), ("'of", 'of')]
ST19100823-V37-33-page15.txt: [("'Pay", 'Pay')]
ST19100823-V37-33-page16.txt: [("'s", 's')]
ST19100823-V37-33-page2.txt: [("'an", 'an'), ("'not", 'not')]
ST19100823-V37-33-page4.txt: [("'s", 's'), ("'Wilt", 'Wilt'), ("'Look", 'Look')]
ST19100823-V37-33-page5.txt: [("'time", 'time')]
ST19100823-V37-33-page6.txt: [("'he", 'he'), ('\'you."', 'you."')]
ST19100823-V37-33-page7.txt: [("'s", 's')]
ST19100823-V37-33-page8.txt: [("'God", 'God'), ("'one", 'one')]
ST19100823-V37-33-page9.txt: [("'the", 'the'), ("'only", 'only'), ("'His", 'His'), ("'Kindly", 'Kindly'), ("'Jews", 'Jews')]
ST19100830-V37-34-page11.txt: [("'Let", 'Let')]
ST19100830-V37-34-page13.txt: [("'Unclean", 'Unclean'), ("'the", 'the'), ("'bristol", 'bristol')]
ST19100830-V37-34-page14.txt: [("'Nanking.", 'Nanking.'), ("'quiet", 'quiet'), ("'center", 'center')]
ST19100830-V37-34-page15.txt: [("'good", 'good'), ("'Anse", 'Anse'), ("'the", 'the')]
ST19100830-V37-34-page16.txt: [("'excellent.", 'excellent.'), ("'of", 'of'), ("'really", 'really'), ("'may", 'may'), ("'Fundamentals", 'Fundamentals'), ("'.", '.'), ("'days", 'days')]
ST19100830-V37-34-page3.txt: [("'it", 'it'), ("'transgression", 'transgression')]
ST19100830-V37-34-page6.txt: [("'city", 'city'), ("'were", 'were')]
ST19100830-V37-34-page7.txt: [("'is", 'is')]
ST19100830-V37-34-page8.txt: [("'reader", 'reader')]
ST19100830-V37-34-page9.txt: [("'eNot", 'eNot')]
ST19100906-V37-35-page1.txt: [("'.", '.'), ("'.", '.')]
ST19100906-V37-35-page10.txt: [("'enemies", 'enemies'), ("'Wo", 'Wo'), ("'God", 'God'), ("'has", 'has')]
ST19100906-V37-35-page11.txt: [("'The", 'The'), ("'Hence", 'Hence'), ("'ministers", 'ministers'), ("'It", 'It')]
ST19100906-V37-35-page12.txt: [("'this", 'this'), ("'my", 'my'), ("'my", 'my'), ("'What", 'What'), ("'What", 'What'), ("'I", 'I')]
ST19100906-V37-35-page14.txt: [("'the", 'the')]
ST19100906-V37-35-page15.txt: [("'forth", 'forth'), ("'S", 'S')]
ST19100906-V37-35-page16.txt: [("'and", 'and'), ("'feared", 'feared'), ("'Hanghan", 'Hanghan'), ("'colonies", 'colonies'), ("'exist", 'exist'), ("'to", 'to')]
ST19100906-V37-35-page3.txt: [("'Aaron", 'Aaron')]
ST19100906-V37-35-page5.txt: [("'up", 'up'), ("'Single", 'Single'), ("'neath", 'neath')]
ST19100906-V37-35-page8.txt: [("'difficulties", 'difficulties'), ("'er", 'er'), ("'s", 's'), ("'er", 'er'), ("'er", 'er')]
ST19100906-V37-35-page9.txt: [("'The", 'The'), ("'Fear", 'Fear'), ("'These", 'These'), ("'everlasting", 'everlasting'), ("'The", 'The')]
ST19100913-V37-36-page10.txt: [("'religiouspontiff.", 'religiouspontiff.')]
ST19100913-V37-36-page11.txt: [("'supreme", 'supreme'), ("'the", 'the'), ("'lawless", 'lawless'), ("'The", 'The'), ("'United", 'United')]
ST19100913-V37-36-page12.txt: [("'at", 'at'), ("'What", 'What'), ("'If", 'If'), ("'Behold", 'Behold'), ("'Behold", 'Behold'), ("'What", 'What'), ("'Thou", 'Thou'), ("'Ho", 'Ho'), ("'Ho", 'Ho'), ("'Go", 'Go'), ("'He", 'He'), ("'Wherefore", 'Wherefore'), ("'Go", 'Go'), ("'Here", 'Here'), ("'Verily", 'Verily'), ("'I", 'I'), ("'Behold", 'Behold'), ("'And", 'And'), ("'resurrection", 'resurrection'), ("'Go", 'Go'), ("'Quickly", 'Quickly'), ("'orrott", 'orrott'), ("'Haat", 'Haat')]
ST19100913-V37-36-page13.txt: [("''Who", 'Who'), ("'profit", 'profit')]
ST19100913-V37-36-page14.txt: [("''The", 'The'), ("'Finally", 'Finally'), ("'Without", 'Without')]
ST19100913-V37-36-page16.txt: [("'are", 'are'), ("'nearly", 'nearly'), ("'religious", 'religious'), ("'the", 'the'), ("'himself", 'himself'), ("'hes", 'hes'), ("'the", 'the')]
ST19100913-V37-36-page2.txt: [("''in", 'in'), ("'to", 'to')]
ST19100913-V37-36-page3.txt: [("'be", 'be')]
ST19100913-V37-36-page4.txt: [("'angels", 'angels'), ("'Twas", 'Twas'), ("'s", 's'), ("'unchangeable", 'unchangeable')]
ST19100913-V37-36-page5.txt: [("'the", 'the')]
ST19100913-V37-36-page7.txt: [("'empire.", 'empire.')]
ST19100913-V37-36-page8.txt: [("'I", 'I')]
ST19100920-V37-37-page10.txt: [("'the", 'the'), ("'to", 'to'), ("'to", 'to'), ("'to", 'to')]
ST19100920-V37-37-page12.txt: [("'the", 'the'), ("'Mother", 'Mother'), ("'Make", 'Make'), ("'Weep", 'Weep'), ("'Young", 'Young'), ("'Where", 'Where'), ("'Where", 'Where'), ("'What", 'What'), ("'that", 'that'), ("'Of", 'Of'), ("'Verily", 'Verily'), ("'He", 'He'), ("'Behold", 'Behold'), ("'behold", 'behold'), ("'Behold", 'Behold'), ("'this", 'this'), ("'What", 'What'), ("'what", 'what'), ("'Thou", 'Thou'), ("'Thou", 'Thou')]
ST19100920-V37-37-page13.txt: [("'Hold", 'Hold'), ("'Ho", 'Ho'), ("'Behold", 'Behold'), ("'Verily", 'Verily'), ("'A", 'A'), ("'Nor", 'Nor'), ("'What", 'What'), ("'The", 'The')]
ST19100920-V37-37-page14.txt: [("'Tie", 'Tie'), ("'Tis", 'Tis'), ("'clerk", 'clerk')]
ST19100920-V37-37-page16.txt: [("''Out", 'Out')]
ST19100920-V37-37-page2.txt: [("''which", 'which'), ("''While", 'While')]
ST19100920-V37-37-page3.txt: [("'Weekly", 'Weekly')]
ST19100920-V37-37-page8.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST19100927-V37-38-page11.txt: [("'so", 'so')]
ST19100927-V37-38-page12.txt: [("'Thou", 'Thou'), ("'Will", 'Will'), ("'Say", 'Say'), ("'up", 'up'), ("'Behold", 'Behold'), ("'Lord", 'Lord')]
ST19100927-V37-38-page14.txt: [("'The", 'The'), ("'But", 'But'), ("'My", 'My'), ("'Dey", 'Dey'), ("'De", 'De'), ("'Behold", 'Behold'), ("'de", 'de'), ("'struction", 'struction'), ("'Tis", 'Tis'), ("'chords", 'chords'), ("'ring", 'ring'), ("'chocolate", 'chocolate'), ("'peek", 'peek')]
ST19100927-V37-38-page15.txt: [("'dead", 'dead'), ("'little", 'little'), ("'look", 'look')]
ST19100927-V37-38-page16.txt: [("'s", 's')]
ST19100927-V37-38-page2.txt: [("'n", 'n')]
ST19100927-V37-38-page3.txt: [("'.....lif.sets.il", '.....lif.sets.il'), ("'s", 's')]
ST19100927-V37-38-page5.txt: [("'twere", 'twere')]
ST19100927-V37-38-page7.txt: [("'the", 'the'), ("'mid", 'mid'), ("'Tie", 'Tie'), ("'mid", 'mid')]
ST19100927-V37-38-page9.txt: [("'.", '.'), ("'.", '.'), ('\'..".."', '..".."'), ("'k.", 'k.'), ("''''...", '...'), ("'Life", 'Life'), ("'hnowirpr", 'hnowirpr')]
ST19101004-V37-39-page10.txt: [("''When", 'When')]
ST19101004-V37-39-page14.txt: [("'NATION", 'NATION')]
ST19101004-V37-39-page15.txt: [("'recently", 'recently'), ("'s", 's')]
ST19101004-V37-39-page16.txt: [("'Joel", 'Joel'), ("'since", 'since'), ("'met", 'met'), ("'recently", 'recently'), ("'more", 'more'), ("'World's", 'Worlds')]
ST19101004-V37-39-page2.txt: [("''the", 'the'), ("''Man", 'Man'), ("'the", 'the'), ("'place", 'place'), ("'Marcus", 'Marcus'), ("'S", 'S')]
ST19101004-V37-39-page4.txt: [("'his", 'his'), ("'their", 'their')]
ST19101004-V37-39-page7.txt: [("'round", 'round'), ('\'.."', '.."'), ("'.", '.')]
ST19101004-V37-39-page9.txt: [("'year", 'year')]
ST19101011-V37-40-page10.txt: [("'to", 'to'), ("'application", 'application'), ("'tendered", 'tendered'), ("'the", 'the'), ("'the", 'the'), ("'tower", 'tower'), ("'the", 'the'), ("'the", 'the'), ("'to", 'to')]
ST19101011-V37-40-page11.txt: [('\'ileum."', 'ileum."'), ("'Amapala", 'Amapala')]
ST19101011-V37-40-page12.txt: [("'deep", 'deep'), ("'Where", 'Where'), ("'Behold", 'Behold'), ("'Stretch.", 'Stretch.')]
ST19101011-V37-40-page14.txt: [("'than", 'than')]
ST19101011-V37-40-page16.txt: [("'on", 'on'), ("'He", 'He')]
ST19101011-V37-40-page2.txt: [("'s", 's')]
ST19101011-V37-40-page4.txt: [("'Mong", 'Mong')]
ST19101011-V37-40-page5.txt: [("'Midst", 'Midst'), ("'scribed", 'scribed'), ("'Tis", 'Tis')]
ST19101011-V37-40-page6.txt: [("'Tis", 'Tis'), ("'twas", 'twas')]
ST19101011-V37-40-page8.txt: [("'Our", 'Our'), ("'On", 'On'), ("'the", 'the')]
ST19101011-V37-40-page9.txt: [("'high", 'high'), ("'sober", 'sober')]
ST19101018-V37-41-page10.txt: [("'I", 'I')]
ST19101018-V37-41-page12.txt: [("'even", 'even'), ("'Now", 'Now'), ("'Wilt", 'Wilt'), ("'Sir", 'Sir'), ("'While", 'While'), ("'There", 'There'), ("'Whither", 'Whither'), ("'seest", 'seest')]
ST19101018-V37-41-page13.txt: [("'He", 'He'), ("'What", 'What'), ("'I", 'I'), ("'It", 'It'), ("'Behold", 'Behold'), ("'Surely", 'Surely'), ("'each.", 'each.')]
ST19101018-V37-41-page14.txt: [("'IC", 'IC')]
ST19101018-V37-41-page16.txt: [("'openly", 'openly')]
ST19101018-V37-41-page4.txt: [("'under", 'under')]
ST19101018-V37-41-page5.txt: [("'the", 'the'), ("'Ittterrifile", 'Ittterrifile')]
ST19101018-V37-41-page8.txt: [("'that", 'that')]
ST19101018-V37-41-page9.txt: [("'Who", 'Who'), ("'Age", 'Age'), ("'The", 'The')]
ST19101025-V37-42-page10.txt: [("'hat", 'hat')]
ST19101025-V37-42-page11.txt: [("'Of", 'Of'), ("''fine", 'fine'), ("''The", 'The')]
ST19101025-V37-42-page14.txt: [("''thou", 'thou')]
ST19101025-V37-42-page2.txt: [("''OF", 'OF'), ("''So", 'So')]
ST19101025-V37-42-page4.txt: [("'times", 'times')]
ST19101025-V37-42-page5.txt: [("'Sercices", 'Sercices')]
ST19101025-V37-42-page6.txt: [("'words", 'words')]
ST19101101-V37-43-page10.txt: [("'We", 'We'), ("'hoary", 'hoary'), ("'places", 'places')]
ST19101101-V37-43-page11.txt: [("'mute", 'mute'), ("'Let", 'Let'), ("'to", 'to'), ("'God", 'God')]
ST19101101-V37-43-page12.txt: [("'Who", 'Who'), ("'Examine", 'Examine'), ("'I", 'I'), ("'Nay", 'Nay'), ("'but", 'but'), ("'Neath", 'Neath'), ("'other's", 'others')]
ST19101101-V37-43-page13.txt: [("'and", 'and')]
ST19101101-V37-43-page14.txt: [("''Yes", 'Yes'), ("'one", 'one')]
ST19101101-V37-43-page16.txt: [("'as", 'as'), ("'Buifiling", 'Buifiling'), ("'be", 'be'), ("'Thou", 'Thou')]
ST19101101-V37-43-page3.txt: [("'of", 'of')]
ST19101101-V37-43-page4.txt: [("'must", 'must'), ("'sociology", 'sociology')]
ST19101101-V37-43-page6.txt: [("'So", 'So')]
ST19101101-V37-43-page7.txt: [("'Mid", 'Mid'), ("'Heath", 'Heath'), ("'death", 'death')]
ST19101101-V37-43-page8.txt: [('\'"s', '"s'), ("'..", '..'), ("'ion", 'ion'), ('\'EN"', 'EN"')]
ST19101108-V37-44-page12.txt: [("''see", 'see')]
ST19101108-V37-44-page13.txt: [("'hungry", 'hungry'), ("'set", 'set')]
ST19101108-V37-44-page14.txt: [("''West", 'West'), ("'is", 'is')]
ST19101108-V37-44-page15.txt: [("'tote", 'tote')]
ST19101108-V37-44-page16.txt: [("'of", 'of'), ("'and", 'and')]
ST19101108-V37-44-page2.txt: [("'under", 'under'), ("'death", 'death')]
ST19101108-V37-44-page3.txt: [("'and", 'and')]
ST19101108-V37-44-page5.txt: [('\'sins."', 'sins."')]
ST19101108-V37-44-page7.txt: [("'great", 'great')]
ST19101108-V37-44-page9.txt: [("'world", 'world')]
ST19101115-V37-45-page10.txt: [("'uniting", 'uniting')]
ST19101115-V37-45-page12.txt: [("'King", 'King'), ("'couch", 'couch')]
ST19101115-V37-45-page13.txt: [("'What", 'What'), ("'Tell", 'Tell'), ("'Behold", 'Behold'), ("'the", 'the'), ("'My", 'My'), ("'Send", 'Send'), ("'Go", 'Go'), ("''I", 'I'), ("'Depart", 'Depart'), ("'Of", 'Of'), ("'Verily", 'Verily'), ("'Return", 'Return')]
ST19101115-V37-45-page14.txt: [("'he", 'he')]
ST19101115-V37-45-page16.txt: [("'the", 'the'), ("'irs", 'irs')]
ST19101115-V37-45-page3.txt: [("'tis", 'tis')]
ST19101115-V37-45-page4.txt: [("'When", 'When'), ("'mid", 'mid'), ("'Mid", 'Mid')]
ST19101122-V37-46-page10.txt: [("'department", 'department')]
ST19101122-V37-46-page11.txt: [("'serve", 'serve')]
ST19101122-V37-46-page12.txt: [("'Go", 'Go'), ("''Thou", 'Thou'), ("'Behold", 'Behold'), ("'What", 'What'), ("'when", 'when'), ("'Surely", 'Surely'), ("'go", 'go'), ("'Master", 'Master'), ("'save", 'save'), ("'Peace", 'Peace'), ("'an", 'an')]
ST19101122-V37-46-page13.txt: [("'Who", 'Who'), ("'Tell", 'Tell'), ("'Have", 'Have'), ("'Scant", 'Scant')]
ST19101122-V37-46-page14.txt: [("'people.", 'people.')]
ST19101122-V37-46-page15.txt: [("''even", 'even')]
ST19101122-V37-46-page16.txt: [("'one", 'one'), ("'the", 'the'), ("'Angeles", 'Angeles'), ("'s", 's')]
ST19101122-V37-46-page4.txt: [("'be", 'be')]
ST19101122-V37-46-page5.txt: [("'Twill", 'Twill'), ("'Mid", 'Mid')]
ST19101122-V37-46-page7.txt: [("'to", 'to')]
ST19101122-V37-46-page8.txt: [("'am", 'am')]
ST19101129-V37-47-page1.txt: [("''Herein", 'Herein')]
ST19101129-V37-47-page10.txt: [("'the", 'the'), ("'are", 'are')]
ST19101129-V37-47-page11.txt: [("''a", 'a'), ("'has", 'has')]
ST19101129-V37-47-page12.txt: [("'Lord", 'Lord'), ("'Not", 'Not'), ("'The", 'The'), ("'s", 's')]
ST19101129-V37-47-page14.txt: [("'God", 'God')]
ST19101129-V37-47-page16.txt: [("'do", 'do'), ("'carry", 'carry'), ("'a", 'a'), ("'once", 'once'), ("'just", 'just'), ("'us", 'us'), ("'s", 's'), ("'from", 'from'), ("'Drugs", 'Drugs'), ("'we", 'we'), ("'is", 'is'), ("'Persia", 'Persia'), ("'this", 'this')]
ST19101129-V37-47-page6.txt: [("'give", 'give')]
ST19101129-V37-47-page7.txt: [("'C", 'C')]
ST19101129-V37-47-page8.txt: [("'Gainst", 'Gainst'), ("'seers", 'seers'), ("'visions", 'visions')]
ST19101129-V37-47-page9.txt: [("'a", 'a'), ("'dying", 'dying')]
ST19101206-V37-48-page12.txt: [("'Behold", 'Behold'), ("'even", 'even'), ("'It", 'It'), ("'What", 'What'), ("'Why", 'Why')]
ST19101206-V37-48-page13.txt: [("'Behold", 'Behold'), ("'Take", 'Take'), ("'Lord", 'Lord'), ("'thou", 'thou'), ("'Said", 'Said'), ("'Is", 'Is'), ("'If", 'If'), ("'Lazarus", 'Lazarus')]
ST19101206-V37-48-page14.txt: [("'s.", 's.'), ("'round", 'round')]
ST19101206-V37-48-page2.txt: [("''Whether", 'Whether'), ("'Romans", 'Romans')]
ST19101206-V37-48-page3.txt: [("'di", 'di')]
ST19101206-V37-48-page5.txt: [("'company", 'company')]
ST19101206-V37-48-page7.txt: [("''salvation", 'salvation')]
ST19101206-V37-48-page8.txt: [("'the", 'the'), ("'seen", 'seen')]
ST19101213-V37-49-page11.txt: [("'to", 'to')]
ST19101213-V37-49-page12.txt: [("'is", 'is')]
ST19101213-V37-49-page14.txt: [("'the", 'the'), ("'Issachar.", 'Issachar.'), ("'If", 'If'), ("'Daughter", 'Daughter')]
ST19101213-V37-49-page15.txt: [("'Publications", 'Publications')]
ST19101213-V37-49-page2.txt: [("'that", 'that'), ("'C", 'C'), ("'C", 'C')]
ST19101213-V37-49-page3.txt: [("'Paul", 'Paul')]
ST19101213-V37-49-page4.txt: [("'life.", 'life.')]
ST19101213-V37-49-page5.txt: [("'Nothing", 'Nothing')]
ST19101213-V37-49-page6.txt: [("'true", 'true'), ("''last", 'last'), ("'But", 'But')]
ST19101213-V37-49-page7.txt: [("'Pheles.", 'Pheles.'), ("'which", 'which')]
ST19101213-V37-49-page8.txt: [("'His", 'His')]
ST19101213-V37-49-page9.txt: [("'Lange's", 'Langes')]
ST19101220-V37-50-page10.txt: [("'the", 'the')]
ST19101220-V37-50-page11.txt: [("'the", 'the')]
ST19101220-V37-50-page12.txt: [("'furies", 'furies'), ("''Wherefore", 'Wherefore'), ("''seest", 'seest')]
ST19101220-V37-50-page13.txt: [("'for", 'for')]
ST19101220-V37-50-page14.txt: [("'death", 'death')]
ST19101220-V37-50-page15.txt: [("'s", 's')]
ST19101220-V37-50-page16.txt: [("'Ceremonial", 'Ceremonial'), ("'was", 'was')]
ST19101220-V37-50-page2.txt: [("'evening", 'evening'), ("'image", 'image'), ("'n", 'n')]
ST19101220-V37-50-page5.txt: [("'I", 'I'), ("'Tis", 'Tis')]
ST19101220-V37-50-page7.txt: [("'La", 'La'), ("'SMYRNA.", 'SMYRNA.')]
ST19101220-V37-50-page8.txt: [("'work", 'work'), ("'accommodate", 'accommodate'), ("'also", 'also')]
ST19101220-V37-50-page9.txt: [("'Berlin", 'Berlin')]
ST19110103-V38-01-page11.txt: [("'to", 'to')]
ST19110103-V38-01-page12.txt: [("'I", 'I'), ("'How", 'How'), ("'he", 'he'), ("'What", 'What'), ("'His", 'His'), ("'For", 'For'), ("'there", 'there'), ("'His", 'His')]
ST19110103-V38-01-page14.txt: [("'Rise", 'Rise'), ("'Thy", 'Thy'), ("''Let", 'Let'), ("'I", 'I')]
ST19110103-V38-01-page15.txt: [("''to", 'to')]
ST19110103-V38-01-page2.txt: [("'What", 'What')]
ST19110103-V38-01-page3.txt: [("'he", 'he'), ("'race", 'race')]
ST19110103-V38-01-page4.txt: [("'manifested", 'manifested'), ("'the", 'the')]
ST19110103-V38-01-page6.txt: [("'Him", 'Him')]
ST19110103-V38-01-page7.txt: [("'the", 'the'), ("'ministry.", 'ministry.')]
ST19110110-V38-02-page11.txt: [("'too", 'too')]
ST19110110-V38-02-page12.txt: [("''What", 'What'), ("'a", 'a'), ("'Let", 'Let')]
ST19110110-V38-02-page13.txt: [("'Ask", 'Ask'), ("'Master", 'Master'), ("'Rabbi", 'Rabbi'), ("'Thou", 'Thou'), ("'Lord", 'Lord'), ("'I", 'I'), ("'Why", 'Why'), ("'Woman", 'Woman'), ("'Curse", 'Curse'), ("'better", 'better')]
ST19110110-V38-02-page14.txt: [("'s", 's')]
ST19110110-V38-02-page15.txt: [("'to", 'to')]
ST19110110-V38-02-page16.txt: [("'of", 'of')]
ST19110110-V38-02-page2.txt: [("'the", 'the')]
ST19110110-V38-02-page4.txt: [("'these", 'these'), ("'THE", 'THE')]
ST19110110-V38-02-page5.txt: [("'all", 'all'), ("'tis", 'tis')]
ST19110110-V38-02-page6.txt: [("'and", 'and')]
ST19110110-V38-02-page7.txt: [("'.", '.')]
ST19110117-V38-03-page10.txt: [("'Watch", 'Watch'), ("'Vford", 'Vford'), ("'intolerant", 'intolerant')]
ST19110117-V38-03-page11.txt: [("'No", 'No'), ("'Congress", 'Congress'), ("'their", 'their')]
ST19110117-V38-03-page12.txt: [("'governor", 'governor'), ("'s", 's')]
ST19110117-V38-03-page13.txt: [('\'"', '"'), ("'side", 'side'), ("'Mount", 'Mount'), ("'calm", 'calm'), ("'Prophecy", 'Prophecy')]
ST19110117-V38-03-page15.txt: [("''In", 'In')]
ST19110117-V38-03-page16.txt: [("''will", 'will'), ("'from", 'from'), ("'service", 'service'), ("'rendered", 'rendered')]
ST19110117-V38-03-page3.txt: [("'to", 'to')]
ST19110117-V38-03-page4.txt: [("'Large", 'Large'), ("'wherein", 'wherein')]
ST19110117-V38-03-page5.txt: [("'the", 'the')]
ST19110117-V38-03-page6.txt: [("'finds", 'finds'), ("'b", 'b'), ("'N", 'N'), ("'th", 'th'), ("'A", 'A'), ("''.", '.')]
ST19110117-V38-03-page7.txt: [("'in", 'in'), ("'twee", 'twee'), ("'mired", 'mired'), ("'arrayed", 'arrayed'), ("'no", 'no'), ("'Which", 'Which'), ("'His", 'His')]
ST19110117-V38-03-page9.txt: [("''all", 'all'), ("'the", 'the'), ("'OK", 'OK'), ("'round", 'round'), ("''the", 'the')]
ST19110124-V38-04-page10.txt: [("'passenger", 'passenger')]
ST19110124-V38-04-page12.txt: [("'Lord", 'Lord'), ("'words", 'words'), ("'Daughter", 'Daughter'), ("'Jehovah", 'Jehovah'), ("'This", 'This')]
ST19110124-V38-04-page13.txt: [("'midst", 'midst')]
ST19110124-V38-04-page15.txt: [("'His", 'His')]
ST19110124-V38-04-page16.txt: [("'s", 's'), ("'be", 'be')]
ST19110124-V38-04-page2.txt: [("'Mg", 'Mg'), ("'s", 's')]
ST19110124-V38-04-page4.txt: [("'faith", 'faith')]
ST19110124-V38-04-page5.txt: [("'Tis", 'Tis')]
ST19110124-V38-04-page6.txt: [("''I", 'I')]
ST19110124-V38-04-page7.txt: [("'work", 'work'), ("'him", 'him'), ("'rebellious", 'rebellious')]
ST19110124-V38-04-page9.txt: [("'will", 'will'), ("'s", 's')]
ST19110131-V38-05-page14.txt: [("'Behold", 'Behold'), ("'Even", 'Even'), ("'Where", 'Where'), ("'Go", 'Go'), ("'and", 'and'), ("'Take", 'Take'), ("'They", 'They')]
ST19110131-V38-05-page15.txt: [("'Day", 'Day'), ("'a", 'a')]
ST19110131-V38-05-page16.txt: [("'seekers", 'seekers'), ("'Absolute", 'Absolute'), ("'perfect", 'perfect'), ("'a", 'a'), ("'bomb", 'bomb')]
ST19110131-V38-05-page2.txt: [("'foot", 'foot'), ("'et.utry", 'et.utry')]
ST19110131-V38-05-page4.txt: [("'be", 'be'), ("'the", 'the')]
ST19110131-V38-05-page6.txt: [("'and", 'and')]
ST19110131-V38-05-page7.txt: [("'capital", 'capital')]
ST19110131-V38-05-page9.txt: [("'s", 's')]
ST19110207-V38-06-page10.txt: [("'rival", 'rival')]
ST19110207-V38-06-page11.txt: [("'s", 's'), ("'Reilley", 'Reilley')]
ST19110207-V38-06-page12.txt: [("'Of", 'Of'), ("'I", 'I'), ("'Behold", 'Behold')]
ST19110207-V38-06-page13.txt: [("'the", 'the'), ("''Thy", 'Thy'), ("'Prepare", 'Prepare'), ("'his", 'his'), ("'Ho", 'Ho'), ("'He", 'He')]
ST19110207-V38-06-page14.txt: [("'Saturday", 'Saturday')]
ST19110207-V38-06-page15.txt: [("'Besides", 'Besides'), ("'erty", 'erty'), ("'Sanitarium", 'Sanitarium')]
ST19110207-V38-06-page16.txt: [("'aee", 'aee'), ("'s", 's'), ("'for", 'for'), ("'and", 'and'), ("'religious", 'religious'), ("'conditions", 'conditions'), ("'we", 'we'), ("'fear", 'fear'), ("'Rather", 'Rather'), ("'s", 's'), ('\'""', '""')]
ST19110207-V38-06-page3.txt: [("'God", 'God'), ("'institution", 'institution')]
ST19110207-V38-06-page5.txt: [("'and", 'and'), ("'sealed", 'sealed')]
ST19110207-V38-06-page6.txt: [("'the", 'the')]
ST19110207-V38-06-page7.txt: [("'is", 'is'), ("'neath", 'neath'), ("'skies", 'skies'), ("'r", 'r'), ("'we", 'we')]
ST19110207-V38-06-page8.txt: [("'twas", 'twas')]
ST19110207-V38-06-page9.txt: [("'r", 'r'), ("'and", 'and')]
ST19110214-V38-07-page10.txt: [("'the", 'the'), ("'for", 'for')]
ST19110214-V38-07-page11.txt: [("'of", 'of'), ("'World", 'World')]
ST19110214-V38-07-page12.txt: [("'Good", 'Good'), ("'Mary", 'Mary'), ("'My", 'My'), ("'Let", 'Let'), ("'bruise", 'bruise'), ("'midst", 'midst'), ("'Behold", 'Behold'), ("'Behold", 'Behold'), ("'Thou", 'Thou'), ("'dash", 'dash'), ("'He", 'He'), ("'They", 'They'), ("'They", 'They'), ("'Why", 'Why'), ("'I", 'I'), ("'s", 's'), ("'Yea", 'Yea')]
ST19110214-V38-07-page13.txt: [("'Lift", 'Lift'), ("'mid", 'mid'), ("'hallelujahs", 'hallelujahs'), ("'Ye", 'Ye'), ("'What", 'What'), ("'As", 'As'), ("'light", 'light'), ("'still", 'still')]
ST19110214-V38-07-page14.txt: [("'Tis", 'Tis'), ("'tis", 'tis')]
ST19110214-V38-07-page16.txt: [("'s", 's'), ("'crime", 'crime'), ("'Red", 'Red'), ("'object.", 'object.'), ("'used", 'used'), ("'a", 'a')]
ST19110214-V38-07-page4.txt: [("'Mary", 'Mary')]
ST19110214-V38-07-page6.txt: [("'Son", 'Son')]
ST19110214-V38-07-page7.txt: [("'Yet", 'Yet'), ("'carnal", 'carnal'), ("'faithfully", 'faithfully'), ("'.", '.')]
ST19110214-V38-07-page8.txt: [("'Mid", 'Mid'), ("'Tis", 'Tis')]
ST19110214-V38-07-page9.txt: [("'The", 'The'), ("'at", 'at'), ("'overcharged", 'overcharged')]
ST19110221-V38-08-page11.txt: [("'Municipal", 'Municipal')]
ST19110221-V38-08-page12.txt: [("'mind.", 'mind.'), ("'Twill", 'Twill')]
ST19110221-V38-08-page13.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'slow", 'slow')]
ST19110221-V38-08-page14.txt: [("'Midst", 'Midst'), ("'gainst", 'gainst')]
ST19110221-V38-08-page15.txt: [("'ft", 'ft')]
ST19110221-V38-08-page16.txt: [("'Saviour", 'Saviour'), ("'SC", 'SC')]
ST19110221-V38-08-page2.txt: [("'M.", 'M.'), ("'of", 'of'), ("'beverages.", 'beverages.')]
ST19110221-V38-08-page3.txt: [("'same", 'same')]
ST19110221-V38-08-page5.txt: [("'to", 'to'), ("'dependence", 'dependence')]
ST19110221-V38-08-page7.txt: [("'s", 's'), ("'WHAT", 'WHAT'), ("'Then", 'Then'), ("'Rev.", 'Rev.')]
ST19110221-V38-08-page8.txt: [("'THOU", 'THOU')]
ST19110228-V38-09-page10.txt: [("'the", 'the'), ("'come", 'come'), ("'conversion", 'conversion')]
ST19110228-V38-09-page11.txt: [("'tis", 'tis')]
ST19110228-V38-09-page12.txt: [("'damaged", 'damaged'), ("'cent.", 'cent.')]
ST19110228-V38-09-page14.txt: [("'being", 'being'), ("'with", 'with'), ("'What", 'What')]
ST19110228-V38-09-page15.txt: [("'counties", 'counties'), ("'Esmeralda", 'Esmeralda')]
ST19110228-V38-09-page16.txt: [("''that", 'that'), ("'of", 'of'), ("'s", 's'), ("'eat", 'eat'), ("'shooting", 'shooting'), ("'s", 's')]
ST19110228-V38-09-page2.txt: [("'s", 's'), ("'with", 'with')]
ST19110228-V38-09-page3.txt: [("'shall", 'shall'), ("'invites", 'invites')]
ST19110228-V38-09-page4.txt: [("'be", 'be'), ("'the", 'the'), ("'set", 'set')]
ST19110228-V38-09-page5.txt: [("'s", 's')]
ST19110228-V38-09-page6.txt: [("'rribes", 'rribes')]
ST19110228-V38-09-page7.txt: [("'and", 'and'), ("'a", 'a'), ("'the", 'the')]
ST19110228-V38-09-page8.txt: [("'law", 'law')]
ST19110228-V38-09-page9.txt: [("'Said", 'Said'), ("'s", 's'), ("'s", 's'), ("'commandments", 'commandments')]
ST19110307-V38-10-page10.txt: [("'Ye", 'Ye')]
ST19110307-V38-10-page11.txt: [("'it", 'it'), ("'the", 'the')]
ST19110307-V38-10-page14.txt: [("'He", 'He')]
ST19110307-V38-10-page16.txt: [("'a", 'a')]
ST19110307-V38-10-page2.txt: [("''Be", 'Be'), ("''The", 'The'), ("''Here", 'Here')]
ST19110307-V38-10-page4.txt: [("'s", 's')]
ST19110307-V38-10-page5.txt: [("'independently", 'independently')]
ST19110307-V38-10-page7.txt: [("'classed", 'classed'), ('\'tribulation"', 'tribulation"')]
ST19110314-V38-11-page11.txt: [("'some", 'some')]
ST19110314-V38-11-page12.txt: [("'s", 's'), ("'s", 's'), ("'slavery", 'slavery'), ("'gay", 'gay')]
ST19110314-V38-11-page13.txt: [("'to", 'to')]
ST19110314-V38-11-page15.txt: [("'will", 'will')]
ST19110314-V38-11-page16.txt: [("'spreading", 'spreading')]
ST19110314-V38-11-page3.txt: [("'The", 'The')]
ST19110314-V38-11-page4.txt: [("'Open", 'Open')]
ST19110314-V38-11-page5.txt: [("'before", 'before')]
ST19110314-V38-11-page6.txt: [("'transgression", 'transgression')]
ST19110314-V38-11-page7.txt: [("'s", 's'), ("'teach.", 'teach.')]
ST19110314-V38-11-page8.txt: [("'s", 's'), ("'flesh", 'flesh')]
ST19110314-V38-11-page9.txt: [("'his", 'his'), ("'practical", 'practical')]
ST19110321-V38-12-page10.txt: [("'Peace", 'Peace'), ("'become", 'become')]
ST19110321-V38-12-page11.txt: [("''I", 'I'), ("'United", 'United')]
ST19110321-V38-12-page12.txt: [("'She", 'She')]
ST19110321-V38-12-page15.txt: [("'usual", 'usual')]
ST19110321-V38-12-page16.txt: [("'him.", 'him.'), ("'..", '..')]
ST19110321-V38-12-page2.txt: [("'sometimes", 'sometimes'), ("'would", 'would')]
ST19110321-V38-12-page7.txt: [("'Oc", 'Oc'), ("'death", 'death'), ('\'deceiver."', 'deceiver."'), ("'is", 'is'), ("'men", 'men')]
ST19110321-V38-12-page9.txt: [("'science", 'science'), ("'the", 'the'), ("'''.", '.')]
ST19110328-V38-13-page10.txt: [("'One", 'One'), ("'is", 'is'), ("'are", 'are')]
ST19110328-V38-13-page11.txt: [("'a", 'a'), ("'the", 'the'), ("'Many", 'Many')]
ST19110328-V38-13-page12.txt: [("'of", 'of'), ("'Boys", 'Boys')]
ST19110328-V38-13-page14.txt: [("'our", 'our')]
ST19110328-V38-13-page16.txt: [("'Dr.", 'Dr.')]
ST19110328-V38-13-page2.txt: [("''Was", 'Was')]
ST19110328-V38-13-page3.txt: [("'would", 'would')]
ST19110328-V38-13-page4.txt: [("'not", 'not')]
ST19110328-V38-13-page5.txt: [("'I", 'I')]
ST19110328-V38-13-page7.txt: [("'s", 's')]
ST19110328-V38-13-page8.txt: [("'Christian", 'Christian')]
ST19110328-V38-13-page9.txt: [("'crime", 'crime'), ("''ask", 'ask')]
ST19110404-V38-14-page11.txt: [("'in", 'in'), ("'that", 'that'), ("'dock", 'dock'), ("'government", 'government')]
ST19110404-V38-14-page13.txt: [("'possible", 'possible')]
ST19110404-V38-14-page14.txt: [("'Mate", 'Mate'), ("'iAti'llK", 'iAtillK')]
ST19110404-V38-14-page15.txt: [("'Twixt", 'Twixt')]
ST19110404-V38-14-page16.txt: [("''merely", 'merely'), ("'all", 'all'), ("'s", 's'), ("'It", 'It')]
ST19110404-V38-14-page3.txt: [("'s", 's')]
ST19110404-V38-14-page4.txt: [("'as", 'as')]
ST19110404-V38-14-page5.txt: [("'s", 's'), ("'It", 'It')]
ST19110404-V38-14-page7.txt: [("''This", 'This'), ("'did", 'did')]
ST19110404-V38-14-page8.txt: [("'shall", 'shall')]
ST19110411-V38-15-page10.txt: [("'WatchIrian", 'WatchIrian')]
ST19110411-V38-15-page11.txt: [("'aid", 'aid')]
ST19110411-V38-15-page12.txt: [("'as", 'as'), ("'flight", 'flight'), ("'by", 'by')]
ST19110411-V38-15-page13.txt: [("'the", 'the')]
ST19110411-V38-15-page14.txt: [("'we", 'we'), ("'be", 'be'), ("'tis", 'tis'), ("'tis", 'tis'), ("'yet", 'yet'), ("'the", 'the'), ("'neath", 'neath')]
ST19110411-V38-15-page16.txt: [("'of", 'of'), ("'turns", 'turns'), ("'s", 's')]
ST19110411-V38-15-page2.txt: [("'especially", 'especially'), ("'C", 'C'), ("'S", 'S')]
ST19110411-V38-15-page4.txt: [("'influence", 'influence')]
ST19110411-V38-15-page5.txt: [("'Jack", 'Jack'), ("'glass.", 'glass.')]
ST19110411-V38-15-page6.txt: [("'when", 'when'), ("'he", 'he')]
ST19110411-V38-15-page7.txt: [("'''atuveldovship", 'atuveldovship'), ("'vonMonarchy", 'vonMonarchy')]
ST19110411-V38-15-page8.txt: [("'a", 'a'), ("'fol.", 'fol.')]
ST19110411-V38-15-page9.txt: [("'Aubigne", 'Aubigne'), ("'week.", 'week.')]
ST19110418-V38-16-page11.txt: [("'single", 'single')]
ST19110418-V38-16-page12.txt: [("'There", 'There'), ("'Tisn", 'Tisn'), ("'t", 't'), ("'em", 'em')]
ST19110418-V38-16-page13.txt: [("'Why", 'Why'), ("'be", 'be'), ("'ghost", 'ghost'), ("'Address", 'Address'), ("'Geo.", 'Geo.')]
ST19110418-V38-16-page14.txt: [('\'"Mormonism', '"Mormonism'), ("'Rouke", 'Rouke')]
ST19110418-V38-16-page15.txt: [("'View", 'View')]
ST19110418-V38-16-page16.txt: [('\'"', '"'), ("'s", 's'), ("'s", 's')]
ST19110418-V38-16-page2.txt: [("'this", 'this'), ("'this", 'this'), ("'with", 'with'), ("''Every", 'Every')]
ST19110418-V38-16-page3.txt: [("'their", 'their'), ("'overcome", 'overcome')]
ST19110418-V38-16-page5.txt: [("'Which", 'Which'), ("'Which", 'Which'), ("'Mid", 'Mid')]
ST19110418-V38-16-page7.txt: [("'succession", 'succession'), ("'God", 'God')]
ST19110418-V38-16-page9.txt: [("'disorganized", 'disorganized'), ("'earth", 'earth')]
ST19110425-V38-17-page11.txt: [("'head", 'head')]
ST19110425-V38-17-page12.txt: [("'Tis", 'Tis'), ("''the", 'the'), ("'win", 'win')]
ST19110425-V38-17-page13.txt: [("'G", 'G'), ("'most", 'most')]
ST19110425-V38-17-page15.txt: [("''Hymns", 'Hymns'), ("'Whitford", 'Whitford')]
ST19110425-V38-17-page16.txt: [("'Neumann", 'Neumann'), ("''My", 'My')]
ST19110425-V38-17-page2.txt: [("''His", 'His')]
ST19110425-V38-17-page3.txt: [("'heart", 'heart'), ("'extends", 'extends'), ("'hied", 'hied')]
ST19110425-V38-17-page9.txt: [("'these", 'these'), ("'Remember", 'Remember'), ("'very", 'very'), ("'tin", 'tin')]
ST19110509-V38-18-page10.txt: [("'no", 'no'), ("'Do", 'Do')]
ST19110509-V38-18-page12.txt: [("'twould", 'twould'), ("'More", 'More'), ("'truly", 'truly'), ("'Verily", 'Verily'), ("'Indeed", 'Indeed'), ("'The", 'The'), ("'a", 'a')]
ST19110509-V38-18-page13.txt: [("'canes", 'canes'), ("'s", 's'), ("'s", 's'), ("'s", 's'), ("'s", 's'), ("'s", 's')]
ST19110509-V38-18-page14.txt: [("'Old", 'Old'), ("'Gospels", 'Gospels'), ("'the", 'the'), ("'step", 'step')]
ST19110509-V38-18-page16.txt: [("'the", 'the'), ("'will", 'will'), ("'not", 'not'), ("'sending", 'sending'), ("'movable", 'movable')]
ST19110509-V38-18-page2.txt: [("'his", 'his'), ("'found", 'found')]
ST19110509-V38-18-page3.txt: [("'of", 'of'), ("'s", 's')]
ST19110509-V38-18-page4.txt: [("'s", 's'), ("'and", 'and'), ("'s", 's')]
ST19110509-V38-18-page6.txt: [("'Or", 'Or')]
ST19110509-V38-18-page7.txt: [("''She", 'She'), ("'mid", 'mid')]
ST19110509-V38-18-page9.txt: [("'THE", 'THE')]
ST19110516-V38-19-page10.txt: [("'almost", 'almost'), ("'Toronto.", 'Toronto.'), ("'the", 'the')]
ST19110516-V38-19-page12.txt: [("'few", 'few'), ("'s", 's'), ("'fright", 'fright'), ("'forever", 'forever'), ("'twixt", 'twixt'), ("'tis", 'tis')]
ST19110516-V38-19-page13.txt: [("'able", 'able'), ("'Would", 'Would'), ("'entered", 'entered')]
ST19110516-V38-19-page15.txt: [("'stet", 'stet'), ("'least", 'least'), ("'coming", 'coming')]
ST19110516-V38-19-page16.txt: [("'help", 'help'), ("'Which", 'Which'), ("'C'ollege.", 'College.'), ("'s", 's'), ("'s", 's'), ("'s", 's')]
ST19110516-V38-19-page3.txt: [("'Perms", 'Perms'), ("'an", 'an'), ("'in", 'in')]
ST19110516-V38-19-page4.txt: [("'mothers", 'mothers'), ("'Washington.", 'Washington.')]
ST19110516-V38-19-page5.txt: [("'sinners", 'sinners'), ("'s", 's')]
ST19110516-V38-19-page7.txt: [("'is", 'is')]
ST19110516-V38-19-page8.txt: [("'judgment", 'judgment'), ("'Washington.", 'Washington.'), ("'K", 'K')]
ST19110516-V38-19-page9.txt: [("'Father", 'Father'), ("'among", 'among'), ("'s", 's'), ("'s", 's'), ("'s", 's'), ("'man", 'man')]
ST19110523-V38-20-page1.txt: [("'lusts", 'lusts')]
ST19110523-V38-20-page10.txt: [("'''''.", '.')]
ST19110523-V38-20-page11.txt: [("'The", 'The'), ("'Reath", 'Reath')]
ST19110523-V38-20-page12.txt: [("'be", 'be'), ("'of", 'of')]
ST19110523-V38-20-page13.txt: [("'suppose", 'suppose'), ("'class", 'class')]
ST19110523-V38-20-page16.txt: [("'of", 'of'), ("'and", 'and'), ("'of", 'of'), ("'a", 'a'), ("'are", 'are'), ("'provision", 'provision'), ("'common", 'common')]
ST19110523-V38-20-page2.txt: [("'IF", 'IF'), ("'to", 'to'), ("'of", 'of')]
ST19110523-V38-20-page3.txt: [("'universe", 'universe'), ("'the", 'the'), ("'dispensations.", 'dispensations.')]
ST19110523-V38-20-page5.txt: [("'opportunities", 'opportunities'), ("'s", 's')]
ST19110523-V38-20-page9.txt: [("'day.", 'day.'), ("'s", 's'), ("'s", 's')]
ST19110530-V38-21-page12.txt: [("'s", 's'), ("'Neath", 'Neath'), ("'the", 'the'), ("'effort", 'effort')]
ST19110530-V38-21-page13.txt: [("'young", 'young')]
ST19110530-V38-21-page14.txt: [("'so-far", 'so-far')]
ST19110530-V38-21-page15.txt: [("'human", 'human'), ("'IC", 'IC')]
ST19110530-V38-21-page16.txt: [("'and", 'and'), ("'Whittier", 'Whittier'), ("'Oil", 'Oil'), ("'in", 'in'), ("'Supreme", 'Supreme'), ("'Bikini", 'Bikini'), ("'carleyi", 'carleyi')]
ST19110530-V38-21-page2.txt: [("'against", 'against'), ("'in", 'in')]
ST19110530-V38-21-page3.txt: [("'My", 'My'), ("'Temptation", 'Temptation')]
ST19110530-V38-21-page4.txt: [("'the", 'the')]
ST19110530-V38-21-page5.txt: [("'They", 'They'), ("'Many", 'Many'), ("'little", 'little'), ("'Many", 'Many'), ("'but", 'but'), ("'endless", 'endless'), ("'other", 'other'), ("'tinue", 'tinue'), ("'Ahe'dthrnAl", 'AhedthrnAl'), ("'left", 'left'), ('\'people."', 'people."')]
ST19110530-V38-21-page6.txt: [("'The", 'The'), ("'was", 'was')]
ST19110530-V38-21-page7.txt: [("'itself", 'itself')]
ST19110530-V38-21-page8.txt: [("'send", 'send')]
ST19110530-V38-21-page9.txt: [("'s", 's'), ("'Forgive", 'Forgive'), ("'the", 'the'), ("'Times..", 'Times..'), ("'s", 's'), ("'A.R.V.", 'A.R.V.')]
ST19110606-V38-22-page11.txt: [("'this", 'this')]
ST19110606-V38-22-page13.txt: [("'Cooking", 'Cooking'), ("'Go", 'Go')]
ST19110606-V38-22-page14.txt: [("'a", 'a')]
ST19110606-V38-22-page15.txt: [("'following", 'following')]
ST19110606-V38-22-page16.txt: [("''What", 'What'), ("''losing", 'losing'), ("''the", 'the'), ("'wise", 'wise'), ("'human", 'human'), ("'How", 'How')]
ST19110606-V38-22-page3.txt: [("'When", 'When'), ("'When", 'When')]
ST19110606-V38-22-page4.txt: [("'Tis", 'Tis'), ("'Twill", 'Twill')]
ST19110606-V38-22-page5.txt: [("'s", 's'), ("'Thy", 'Thy')]
ST19110606-V38-22-page7.txt: [("'The", 'The'), ("'the", 'the'), ("'that", 'that')]
ST19110606-V38-22-page8.txt: [("'s", 's')]
ST19110613-V38-23-page11.txt: [("'Hades", 'Hades'), ("'Newlife", 'Newlife')]
ST19110613-V38-23-page12.txt: [("'Tis", 'Tis')]
ST19110613-V38-23-page13.txt: [("'BIM", 'BIM'), ("'paper", 'paper')]
ST19110613-V38-23-page15.txt: [("'Which", 'Which'), ("'By", 'By'), ("'dalmatic", 'dalmatic')]
ST19110613-V38-23-page16.txt: [("'rights", 'rights'), ("'which", 'which'), ("'thoughtful", 'thoughtful'), ("'representative", 'representative'), ("'President", 'President'), ("'the", 'the'), ("'all", 'all')]
ST19110613-V38-23-page2.txt: [("'harlot", 'harlot'), ("'preceding", 'preceding')]
ST19110613-V38-23-page4.txt: [('\'Us."', 'Us."'), ("'sentence", 'sentence'), ("'THESIGNSOFTHETIMES", 'THESIGNSOFTHETIMES')]
ST19110613-V38-23-page5.txt: [("'iff........", 'iff........'), ("'....", '....'), ("'Tell", 'Tell'), ("'A", 'A'), ('\'"', '"'), ("'sends", 'sends'), ("'went", 'went'), ("'All", 'All')]
ST19110613-V38-23-page7.txt: [("'Mid", 'Mid'), ("'The", 'The')]
ST19110613-V38-23-page9.txt: [("'teaches", 'teaches')]
ST19110620-V38-24-page11.txt: [("'United", 'United')]
ST19110620-V38-24-page12.txt: [("'s", 's')]
ST19110620-V38-24-page13.txt: [("'th", 'th'), ("''...''''''.", '....'), ("'thy", 'thy')]
ST19110620-V38-24-page14.txt: [("'Last", 'Last'), ("'yellow", 'yellow')]
ST19110620-V38-24-page15.txt: [("'quotations", 'quotations')]
ST19110620-V38-24-page16.txt: [("'evidence", 'evidence'), ("'thou", 'thou')]
ST19110620-V38-24-page2.txt: [("'he", 'he'), ("'Buch", 'Buch')]
ST19110620-V38-24-page3.txt: [("'desire", 'desire')]
ST19110620-V38-24-page5.txt: [("'who", 'who'), ("'Tie", 'Tie'), ("'Lov'st", 'Lovst')]
ST19110620-V38-24-page7.txt: [("'JUDGE", 'JUDGE')]
ST19110620-V38-24-page8.txt: [("'s", 's'), ('\'"', '"')]
ST19110627-V38-25-page10.txt: [("'ihe", 'ihe'), ("'federation", 'federation')]
ST19110627-V38-25-page11.txt: [("'scourge", 'scourge'), ("'s", 's')]
ST19110627-V38-25-page12.txt: [("'earnest", 'earnest'), ("'the", 'the')]
ST19110627-V38-25-page16.txt: [("''Clergymen", 'Clergymen'), ("'for", 'for')]
ST19110627-V38-25-page3.txt: [("'offer", 'offer')]
ST19110627-V38-25-page4.txt: [("'right", 'right'), ("'of", 'of'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'s", 's')]
ST19110627-V38-25-page5.txt: [("'that", 'that')]
ST19110627-V38-25-page6.txt: [("'upon", 'upon')]
ST19110627-V38-25-page7.txt: [("'IN", 'IN'), ("'a", 'a'), ("'neath", 'neath'), ("'twill", 'twill')]
ST19110627-V38-25-page8.txt: [("'s", 's'), ("''.'.", '..'), ("'heavens", 'heavens')]
ST19110704-V38-26-page11.txt: [("'in", 'in'), ("'WHAT", 'WHAT')]
ST19110704-V38-26-page12.txt: [("'red", 'red'), ("'compels", 'compels')]
ST19110704-V38-26-page13.txt: [("'do", 'do'), ("'good", 'good'), ("'all", 'all'), ("'begun", 'begun')]
ST19110704-V38-26-page14.txt: [("'Murdock's", 'Murdocks')]
ST19110704-V38-26-page15.txt: [("'Questions", 'Questions'), ("'Questions", 'Questions'), ("'Signs", 'Signs'), ("'Questions", 'Questions'), ("'Questions", 'Questions'), ("'ether", 'ether')]
ST19110704-V38-26-page16.txt: [("'Pass.", 'Pass.'), ("'statement", 'statement'), ("'a", 'a')]
ST19110704-V38-26-page2.txt: [("'that", 'that'), ("'the", 'the')]
ST19110704-V38-26-page3.txt: [("'goats", 'goats')]
ST19110704-V38-26-page4.txt: [("'made", 'made'), ("'dominion", 'dominion')]
ST19110704-V38-26-page5.txt: [("'the", 'the'), ("'ourselves", 'ourselves')]
ST19110704-V38-26-page6.txt: [("'Annals", 'Annals'), ("'Head", 'Head')]
ST19110704-V38-26-page7.txt: [("'he", 'he')]
ST19110704-V38-26-page8.txt: [("'slavery", 'slavery'), ("'strong", 'strong'), ("'s", 's')]
ST19110704-V38-26-page9.txt: [("'middy", 'middy'), ("''body", 'body')]
ST19110711-V38-27-page1.txt: [("'neath", 'neath')]
ST19110711-V38-27-page11.txt: [("'since", 'since')]
ST19110711-V38-27-page12.txt: [("'morning", 'morning'), ("'the", 'the'), ("'sometime", 'sometime'), ("'things", 'things'), ("'n't", 'nt'), ("'t", 't'), ("'em", 'em'), ("'seems", 'seems'), ("'wicked", 'wicked')]
ST19110711-V38-27-page13.txt: [("'Questions", 'Questions'), ("'Questions", 'Questions'), ("'Questions", 'Questions'), ("'Questions", 'Questions'), ("'Signs", 'Signs'), ("'Signs", 'Signs')]
ST19110711-V38-27-page14.txt: [("'s", 's'), ("'India.", 'India.')]
ST19110711-V38-27-page16.txt: [("'to", 'to')]
ST19110711-V38-27-page2.txt: [("'but", 'but')]
ST19110711-V38-27-page3.txt: [("'the", 'the')]
ST19110711-V38-27-page4.txt: [("'caused", 'caused'), ("'God", 'God'), ("'as", 'as')]
ST19110711-V38-27-page5.txt: [("'go", 'go'), ("'Tis", 'Tis'), ("'to", 'to'), ("'from", 'from'), ("'sin", 'sin'), ("'to", 'to')]
ST19110711-V38-27-page7.txt: [("'church", 'church'), ("'acceptance", 'acceptance')]
ST19110711-V38-27-page8.txt: [("'king.", 'king.'), ("'''..e.", '..e.'), ("'t", 't'), ("'''...", '...'), ('\'"\'"', '""'), ("'..", '..')]
ST19110711-V38-27-page9.txt: [("'Silver", 'Silver'), ('\'"', '"')]
ST19110718-V38-28-page11.txt: [("'world", 'world')]
ST19110718-V38-28-page12.txt: [("'at", 'at'), ("'IC", 'IC')]
ST19110718-V38-28-page13.txt: [("'twill", 'twill'), ("'Questions", 'Questions'), ("'Questions", 'Questions'), ("'Questions", 'Questions')]
ST19110718-V38-28-page14.txt: [("'children", 'children')]
ST19110718-V38-28-page16.txt: [("'CAL.", 'CAL.'), ("'own", 'own')]
ST19110718-V38-28-page3.txt: [("'Wen", 'Wen')]
ST19110718-V38-28-page5.txt: [("'In", 'In'), ("'to", 'to'), ("'must", 'must')]
ST19110718-V38-28-page6.txt: [("'various", 'various')]
ST19110718-V38-28-page7.txt: [("'and", 'and'), ("'Woman", 'Woman'), ("'Sedet", 'Sedet'), ("'The", 'The')]
ST19110725-V38-29-page10.txt: [("'s", 's')]
ST19110725-V38-29-page13.txt: [("'would", 'would'), ("'Questions", 'Questions'), ("'Signs", 'Signs'), ("'Signs", 'Signs'), ("'Signs", 'Signs'), ("'Signs'.", 'Signs.'), ("'Signs", 'Signs'), ("'Questions", 'Questions'), ("'Signs", 'Signs'), ("'Signs", 'Signs')]
ST19110725-V38-29-page14.txt: [('\'Why.\'"', 'Why."'), ("'which", 'which'), ("'fastnesses.", 'fastnesses.')]
ST19110725-V38-29-page15.txt: [("'One", 'One')]
ST19110725-V38-29-page16.txt: [("'publicist", 'publicist')]
ST19110725-V38-29-page5.txt: [("'But", 'But')]
ST19110725-V38-29-page7.txt: [("'R", 'R'), ("'at", 'at'), ("'for", 'for'), ("'Over", 'Over'), ("'e", 'e'), ("''''Te", 'Te'), ("'..", '..'), ("'ins", 'ins'), ("'mistress", 'mistress')]
ST19110725-V38-29-page8.txt: [("'Humble", 'Humble')]
ST19110801-V38-30-page10.txt: [("'I'llE", 'IllE')]
ST19110801-V38-30-page12.txt: [("'physically", 'physically'), ("'growth.", 'growth.')]
ST19110801-V38-30-page13.txt: [("'care", 'care'), ("'C.", 'C.')]
ST19110801-V38-30-page14.txt: [("'rho", 'rho'), ("'Questions", 'Questions'), ("'Ques", 'Ques')]
ST19110801-V38-30-page15.txt: [("'printed", 'printed')]
ST19110801-V38-30-page16.txt: [("'designated", 'designated'), ("'Great", 'Great'), ("'Donell", 'Donell')]
ST19110801-V38-30-page2.txt: [("'seems", 'seems'), ("'made", 'made')]
ST19110801-V38-30-page5.txt: [("'dwell", 'dwell'), ("'s", 's'), ("'salt", 'salt'), ("'feeling", 'feeling'), ("'Lord", 'Lord')]
ST19110801-V38-30-page7.txt: [("'the", 'the')]
ST19110801-V38-30-page8.txt: [("'a", 'a')]
ST19110808-V38-31-page10.txt: [("'Watchman", 'Watchman')]
ST19110808-V38-31-page11.txt: [("'and", 'and'), ("'ago", 'ago')]
ST19110808-V38-31-page12.txt: [("'brethren", 'brethren')]
ST19110808-V38-31-page15.txt: [("'SAYING", 'SAYING'), ("'Peace", 'Peace')]
ST19110808-V38-31-page16.txt: [("'SIGNSor", 'SIGNSor'), ("'Tis", 'Tis'), ("'C", 'C'), ("'Workers", 'Workers')]
ST19110808-V38-31-page2.txt: [("'and", 'and'), ("'That", 'That')]
ST19110808-V38-31-page4.txt: [("'I", 'I'), ("'forbidding", 'forbidding'), ("'THE", 'THE'), ("'HERE", 'HERE'), ("'AND", 'AND')]
ST19110808-V38-31-page8.txt: [("'some", 'some'), ("'With", 'With')]
ST19110808-V38-31-page9.txt: [("'V", 'V')]
ST19110815-V38-32-page11.txt: [("'shows", 'shows')]
ST19110815-V38-32-page12.txt: [("'servant", 'servant')]
ST19110815-V38-32-page13.txt: [("'s", 's'), ("'prepared", 'prepared')]
ST19110815-V38-32-page14.txt: [("'test", 'test'), ("'s", 's'), ("'their", 'their')]
ST19110815-V38-32-page16.txt: [("'American", 'American'), ("'arrested", 'arrested'), ("'was", 'was'), ("'of", 'of'), ("'a", 'a')]
ST19110815-V38-32-page2.txt: [("'and", 'and'), ("'I", 'I'), ("'throne", 'throne')]
ST19110815-V38-32-page3.txt: [("'little", 'little')]
ST19110815-V38-32-page4.txt: [("'no", 'no')]
ST19110815-V38-32-page5.txt: [("'the", 'the'), ("'tis", 'tis'), ("'s", 's')]
ST19110815-V38-32-page6.txt: [("'He", 'He'), ("'Jill", 'Jill')]
ST19110815-V38-32-page7.txt: [("'states", 'states')]
ST19110815-V38-32-page8.txt: [("'Gainst", 'Gainst'), ("'tis", 'tis')]
ST19110822-V38-33-page10.txt: [('\'"A\'I', '"AI')]
ST19110822-V38-33-page11.txt: [("'of", 'of'), ("'There", 'There'), ("'smart", 'smart')]
ST19110822-V38-33-page13.txt: [("'Questions", 'Questions'), ("'Signs", 'Signs'), ("'Questions", 'Questions'), ("'Signs", 'Signs'), ("'Questions", 'Questions'), ("'Signs", 'Signs'), ("'Questions", 'Questions'), ("'Questions", 'Questions')]
ST19110822-V38-33-page15.txt: [("'are", 'are'), ("'and", 'and'), ("'getting", 'getting')]
ST19110822-V38-33-page5.txt: [("'Twas", 'Twas'), ("'Tis", 'Tis'), ("'Twas", 'Twas'), ("'Twas", 'Twas')]
ST19110822-V38-33-page6.txt: [("'be", 'be')]
ST19110829-V38-34-page1.txt: [("''shalt", 'shalt')]
ST19110829-V38-34-page13.txt: [("'Jimmy", 'Jimmy'), ("'a", 'a')]
ST19110829-V38-34-page15.txt: [("'PEACE", 'PEACE')]
ST19110829-V38-34-page16.txt: [("'Lowly", 'Lowly')]
ST19110829-V38-34-page5.txt: [("'Tin", 'Tin'), ("'tis", 'tis')]
ST19110829-V38-34-page8.txt: [("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em')]
ST19110829-V38-34-page9.txt: [("'It", 'It')]
ST19110905-V38-35-page10.txt: [("''Iat", 'Iat')]
ST19110905-V38-35-page11.txt: [("'Come", 'Come')]
ST19110905-V38-35-page12.txt: [("'I", 'I'), ("'Twill", 'Twill'), ("'Tis", 'Tis')]
ST19110905-V38-35-page16.txt: [("''exceedingly", 'exceedingly')]
ST19110905-V38-35-page4.txt: [("'the", 'the')]
ST19110905-V38-35-page5.txt: [("''to", 'to')]
ST19110905-V38-35-page6.txt: [("'The", 'The'), ("'cl", 'cl')]
ST19110905-V38-35-page8.txt: [("'.", '.')]
ST19110905-V38-35-page9.txt: [("'us", 'us'), ("'Spain", 'Spain')]
ST19110912-V38-36-page1.txt: [("'tis", 'tis'), ("'tis", 'tis')]
ST19110912-V38-36-page11.txt: [("'opening", 'opening')]
ST19110912-V38-36-page14.txt: [("'to", 'to')]
ST19110912-V38-36-page16.txt: [("'the.Imperator", 'the.Imperator'), ("'s", 's')]
ST19110912-V38-36-page3.txt: [("'I", 'I'), ("'the", 'the')]
ST19110912-V38-36-page4.txt: [("'M.", 'M.'), ("'she", 'she')]
ST19110912-V38-36-page5.txt: [("'you", 'you'), ("'such", 'such'), ("'tis", 'tis')]
ST19110912-V38-36-page6.txt: [("'systems", 'systems')]
ST19110912-V38-36-page8.txt: [("'ceeds", 'ceeds'), ("'bright", 'bright'), ("'He", 'He'), ("'s", 's'), ("'the", 'the')]
ST19110912-V38-36-page9.txt: [("'s", 's')]
ST19110919-V38-37-page10.txt: [("'At", 'At'), ("'we", 'we')]
ST19110919-V38-37-page11.txt: [("'s", 's')]
ST19110919-V38-37-page12.txt: [("'neath", 'neath'), ("'Be", 'Be'), ("'but", 'but')]
ST19110919-V38-37-page13.txt: [("'great", 'great'), ("'get.", 'get.'), ("'Questions", 'Questions'), ("'Signs", 'Signs'), ("'Questions", 'Questions'), ('\'Signs.\'"', 'Signs."')]
ST19110919-V38-37-page15.txt: [("'s", 's')]
ST19110919-V38-37-page16.txt: [("'frSIGNSoFTHETIME", 'frSIGNSoFTHETIME')]
ST19110919-V38-37-page2.txt: [("'history", 'history'), ("'the", 'the'), ("'Judge", 'Judge')]
ST19110919-V38-37-page3.txt: [("'and", 'and'), ("'in", 'in')]
ST19110919-V38-37-page5.txt: [("'it", 'it')]
ST19110919-V38-37-page8.txt: [("''THE", 'THE'), ("'fight", 'fight'), ("'t..", 't..'), ("''To", 'To')]
ST19110926-V38-38-page1.txt: [("'he", 'he')]
ST19110926-V38-38-page11.txt: [("''Be", 'Be')]
ST19110926-V38-38-page13.txt: [("'Y", 'Y'), ("'Pin", 'Pin')]
ST19110926-V38-38-page14.txt: [("'classes", 'classes'), ("'Anse.", 'Anse.')]
ST19110926-V38-38-page16.txt: [("'n", 'n')]
ST19110926-V38-38-page2.txt: [("'What", 'What')]
ST19110926-V38-38-page3.txt: [("'Pyre", 'Pyre'), ("'th", 'th')]
ST19110926-V38-38-page5.txt: [("'end", 'end'), ("'and", 'and')]
ST19110926-V38-38-page6.txt: [("'his", 'his')]
ST19110926-V38-38-page7.txt: [('\'"', '"'), ("'ere", 'ere'), ("'righteousness", 'righteousness')]
ST19110926-V38-38-page8.txt: [("''land", 'land')]
ST19110926-V38-38-page9.txt: [("'s", 's')]
ST19111003-V38-39-page11.txt: [("'principles.", 'principles.'), ("''insists", 'insists')]
ST19111003-V38-39-page12.txt: [("'to", 'to')]
ST19111003-V38-39-page14.txt: [("'Tis", 'Tis')]
ST19111003-V38-39-page15.txt: [("'Home", 'Home'), ("'Old", 'Old')]
ST19111003-V38-39-page16.txt: [("'ago", 'ago'), ("'scab", 'scab')]
ST19111003-V38-39-page3.txt: [("'per", 'per'), ("'s", 's')]
ST19111003-V38-39-page4.txt: [("'s", 's')]
ST19111003-V38-39-page5.txt: [("'th", 'th'), ("'th", 'th')]
ST19111003-V38-39-page8.txt: [("'twould", 'twould')]
ST19111003-V38-39-page9.txt: [("'r", 'r')]
ST19111010-V38-40-page1.txt: [('\'"', '"'), ("'t", 't')]
ST19111010-V38-40-page12.txt: [("'Peace", 'Peace'), ("'Dreadnoughts", 'Dreadnoughts'), ("'hold", 'hold')]
ST19111010-V38-40-page13.txt: [("'I", 'I'), ("'Yet", 'Yet'), ("'The", 'The'), ("'Escape", 'Escape'), ("'The", 'The'), ("'Even", 'Even'), ("'.", '.')]
ST19111010-V38-40-page15.txt: [("'aused", 'aused'), ("'SIGN", 'SIGN'), ("'and", 'and')]
ST19111010-V38-40-page16.txt: [("'s", 's'), ("'has", 'has')]
ST19111010-V38-40-page2.txt: [("'sane", 'sane')]
ST19111010-V38-40-page5.txt: [("'married", 'married'), ("'eiact", 'eiact')]
ST19111010-V38-40-page8.txt: [("'Mid", 'Mid'), ("'to", 'to')]
ST19111017-V38-41-page1.txt: [("'mean", 'mean'), ("'mongst", 'mongst'), ("'s", 's')]
ST19111017-V38-41-page10.txt: [("'s", 's')]
ST19111017-V38-41-page11.txt: [("'comes", 'comes'), ("'truth", 'truth')]
ST19111017-V38-41-page12.txt: [("'without.", 'without.')]
ST19111017-V38-41-page14.txt: [("'TWELVE", 'TWELVE')]
ST19111017-V38-41-page15.txt: [("'to", 'to'), ("'Texas", 'Texas')]
ST19111017-V38-41-page16.txt: [("'Done", 'Done'), ("''Bulletin", 'Bulletin')]
ST19111017-V38-41-page3.txt: [("'of", 'of'), ("'Christ.", 'Christ.'), ("'obeyed", 'obeyed')]
ST19111017-V38-41-page4.txt: [("'the", 'the')]
ST19111017-V38-41-page5.txt: [("'Jesus", 'Jesus'), ("'s", 's'), ("'band", 'band'), ("'to", 'to')]
ST19111017-V38-41-page9.txt: [("'lion", 'lion'), ("'replaced", 'replaced'), ("'that", 'that'), ("'off", 'off')]
ST19111024-V38-42-page14.txt: [("'Morning", 'Morning'), ("'work", 'work')]
ST19111024-V38-42-page15.txt: [("'Tract", 'Tract')]
ST19111024-V38-42-page16.txt: [("''Where", 'Where'), ("''Is", 'Is')]
ST19111024-V38-42-page2.txt: [("'Under", 'Under'), ("'K", 'K')]
ST19111024-V38-42-page3.txt: [("'s", 's')]
ST19111024-V38-42-page4.txt: [("'twixt", 'twixt'), ("'neath", 'neath'), ("'Tis", 'Tis')]
ST19111024-V38-42-page7.txt: [("'DISCLOSURE", 'DISCLOSURE'), ("'.STICAL", '.STICAL'), ("'ic", 'ic'), ("'vonriopeyckT", 'vonriopeyckT')]
ST19111024-V38-42-page8.txt: [("'Tis", 'Tis'), ("'tie", 'tie'), ("'men", 'men'), ("'her", 'her')]
ST19111031-V38-43,44-page11.txt: [("'a", 'a'), ("'am", 'am')]
ST19111031-V38-43,44-page12.txt: [("'an", 'an')]
ST19111031-V38-43,44-page13.txt: [("'Yes", 'Yes'), ("'We", 'We'), ("'May", 'May'), ("'Yes", 'Yes'), ("'say", 'say'), ("'You", 'You'), ("'Yes", 'Yes'), ("'Does", 'Does'), ("'Yes", 'Yes'), ("'He", 'He'), ("'Your", 'Your'), ("'Yes", 'Yes'), ("'Then", 'Then'), ("'Yes", 'Yes'), ("'Missionary", 'Missionary'), ("'story", 'story'), ("'Missionary", 'Missionary'), ("'.", '.'), ("'Talk", 'Talk'), ("'You", 'You')]
ST19111031-V38-43,44-page14.txt: [("'because", 'because'), ("'Did", 'Did'), ("'Yes", 'Yes'), ("'Yes", 'Yes')]
ST19111031-V38-43,44-page15.txt: [("'looked", 'looked'), ("'would", 'would')]
ST19111031-V38-43,44-page17.txt: [("'s", 's'), ("'words", 'words')]
ST19111031-V38-43,44-page2.txt: [("'.", '.'), ("'Ca", 'Ca'), ("''t", 't')]
ST19111031-V38-43,44-page21.txt: [("'chota", 'chota'), ("'small", 'small'), ("'Your", 'Your')]
ST19111031-V38-43,44-page22.txt: [("'tis", 'tis'), ("'Tell", 'Tell')]
ST19111031-V38-43,44-page23.txt: [("'this", 'this'), ("'iii", 'iii')]
ST19111031-V38-43,44-page25.txt: [("'the", 'the'), ("'s", 's')]
ST19111031-V38-43,44-page26.txt: [("'You", 'You'), ("'Yes", 'Yes'), ("'You", 'You'), ("'You", 'You'), ("'You", 'You'), ("'No", 'No'), ("'Me", 'Me'), ("'Yes", 'Yes'), ("'men", 'men'), ("'Missi", 'Missi'), ("'Missionary", 'Missionary'), ("'Me", 'Me'), ("'We", 'We'), ("'Do", 'Do'), ("'You", 'You'), ("'long", 'long'), ("'When", 'When'), ("'We", 'We'), ("'me", 'me')]
ST19111031-V38-43,44-page27.txt: [("'they", 'they'), ("'that", 'that'), ("'their", 'their'), ("'tread", 'tread'), ("'fly", 'fly'), ("'As", 'As'), ("'have", 'have'), ("'CORAL", 'CORAL'), ("'the", 'the')]
ST19111031-V38-43,44-page29.txt: [("'than", 'than'), ("'Directly", 'Directly')]
ST19111031-V38-43,44-page30.txt: [("'I", 'I'), ("'Pilgrim's", 'Pilgrims'), ("'''.", '.'), ("''..", '..')]
ST19111031-V38-43,44-page32.txt: [("'Why", 'Why'), ("'the", 'the'), ("'and", 'and')]
ST19111031-V38-43,44-page4.txt: [("'to", 'to')]
ST19111031-V38-43,44-page5.txt: [("'a", 'a'), ("'into", 'into'), ("'we", 'we')]
ST19111031-V38-43,44-page6.txt: [("'You", 'You'), ("'What", 'What'), ("'shead", 'shead'), ("''Well", 'Well')]
ST19111031-V38-43,44-page7.txt: [("'but", 'but'), ("'We", 'We')]
ST19111031-V38-43,44-page8.txt: [("'said", 'said'), ("'Lfter", 'Lfter'), ("'.She", '.She')]
ST19111121-V38-46-page11.txt: [("'for", 'for'), ("'that", 'that')]
ST19111121-V38-46-page12.txt: [("'conflicts", 'conflicts'), ("'we", 'we'), ("'but", 'but')]
ST19111121-V38-46-page13.txt: [("'Tis", 'Tis'), ("'there", 'there')]
ST19111121-V38-46-page14.txt: [("'leather", 'leather'), ("'FA", 'FA')]
ST19111121-V38-46-page16.txt: [("'noon", 'noon'), ("'The", 'The'), ("'em", 'em'), ("'em.", 'em.'), ("'still", 'still')]
ST19111121-V38-46-page2.txt: [("'of", 'of'), ("'the", 'the'), ("'Done", 'Done'), ("'terse", 'terse'), ("'chapters", 'chapters')]
ST19111121-V38-46-page3.txt: [("'Even", 'Even'), ("'of", 'of'), ("'midnight", 'midnight')]
ST19111121-V38-46-page4.txt: [("'words", 'words')]
ST19111121-V38-46-page5.txt: [("'is", 'is'), ("'Am", 'Am'), ("'s", 's'), ("'great", 'great')]
ST19111121-V38-46-page7.txt: [("'that", 'that'), ("'s", 's')]
ST19111121-V38-46-page8.txt: [("'Tisn't", 'Tisnt'), ("'and", 'and')]
ST19111121-V38-46-page9.txt: [("'dealings", 'dealings'), ("'usurp", 'usurp'), ("'aul", 'aul')]
ST19111128-V38-47-page10.txt: [("''fools", 'fools'), ("''men", 'men')]
ST19111128-V38-47-page11.txt: [("'This", 'This'), ("'will", 'will'), ("'anchors", 'anchors')]
ST19111128-V38-47-page12.txt: [("'me", 'me'), ("'of", 'of')]
ST19111128-V38-47-page14.txt: [("'Georgetown", 'Georgetown')]
ST19111128-V38-47-page15.txt: [("'and", 'and'), ("'Home", 'Home'), ("'Old", 'Old')]
ST19111128-V38-47-page16.txt: [("'is", 'is'), ("'and", 'and'), ("'October", 'October'), ("'A.", 'A.'), ("'general", 'general'), ("'superintendent", 'superintendent'), ("'speakers.", 'speakers.'), ("'of", 'of'), ("'property", 'property'), ("'world", 'world'), ("'with", 'with')]
ST19111128-V38-47-page2.txt: [("'heart", 'heart')]
ST19111128-V38-47-page4.txt: [("'test", 'test'), ("'can", 'can'), ("'had", 'had')]
ST19111128-V38-47-page5.txt: [("'.", '.'), ("'is", 'is')]
ST19111128-V38-47-page6.txt: [("'far", 'far'), ("'volume", 'volume')]
ST19111128-V38-47-page7.txt: [("'the", 'the'), ("'church", 'church'), ("'Tis", 'Tis'), ("'spect", 'spect'), ("'cause", 'cause')]
ST19111128-V38-47-page9.txt: [("'Church", 'Church')]
ST19111205-V38-48-page10.txt: [("'of", 'of')]
ST19111205-V38-48-page12.txt: [("'ifn", 'ifn'), ("'s", 's'), ("'he", 'he')]
ST19111205-V38-48-page13.txt: [("'--rific", '--rific'), ("'the", 'the')]
ST19111205-V38-48-page14.txt: [("'intern", 'intern')]
ST19111205-V38-48-page16.txt: [("'gave", 'gave')]
ST19111205-V38-48-page2.txt: [("'baptizing", 'baptizing'), ("'being", 'being'), ("'citicerned.", 'citicerned.'), ("'thus", 'thus'), ("'sounding", 'sounding')]
ST19111205-V38-48-page3.txt: [("'Can", 'Can')]
ST19111205-V38-48-page4.txt: [("'We", 'We')]
ST19111205-V38-48-page6.txt: [("'See", 'See')]
ST19111205-V38-48-page7.txt: [("'S", 'S'), ("'Units", 'Units')]
ST19111205-V38-48-page8.txt: [("'mid", 'mid')]
ST19111205-V38-48-page9.txt: [("'nation", 'nation')]
ST19111212-V38-49-page11.txt: [("'W", 'W'), ("'in", 'in')]
ST19111212-V38-49-page13.txt: [("'the", 'the'), ("'chains", 'chains'), ("'mother", 'mother')]
ST19111212-V38-49-page15.txt: [("'Home", 'Home'), ("'Old", 'Old'), ("'to", 'to')]
ST19111212-V38-49-page16.txt: [("'five", 'five'), ("'poor", 'poor'), ("'Jesus", 'Jesus'), ("'first", 'first'), ("'was", 'was'), ("'be", 'be'), ("'all", 'all'), ("'at", 'at'), ("'commanding", 'commanding'), ("'see.", 'see.'), ("'be", 'be'), ("'Dimbleby", 'Dimbleby'), ("'other", 'other'), ("'a", 'a'), ("'and", 'and'), ("'try", 'try')]
ST19111212-V38-49-page2.txt: [("'Jesus", 'Jesus')]
ST19111212-V38-49-page3.txt: [("'principles", 'principles')]
ST19111212-V38-49-page4.txt: [("'silver.", 'silver.'), ("'is", 'is')]
ST19111212-V38-49-page5.txt: [("'results", 'results')]
ST19111212-V38-49-page6.txt: [("'of", 'of')]
ST19111212-V38-49-page7.txt: [("'education", 'education')]
ST19111212-V38-49-page9.txt: [("'determined", 'determined')]
ST19111219-V38-50-page11.txt: [("'first", 'first'), ("'STAFFORD.", 'STAFFORD.')]
ST19111219-V38-50-page12.txt: [("'s", 's'), ("'funds", 'funds'), ("'LIMA", 'LIMA'), ("'Ot", 'Ot'), ("'Previously", 'Previously')]
ST19111219-V38-50-page13.txt: [("'I", 'I'), ("'y", 'y'), ("'changed.", 'changed.'), ("'the", 'the'), ("'Reynolds", 'Reynolds'), ("'dent", 'dent')]
ST19111219-V38-50-page14.txt: [("'Jesus", 'Jesus'), ("'outhern", 'outhern'), ("'Sunset", 'Sunset')]
ST19111219-V38-50-page15.txt: [("'at", 'at'), ("'Butte", 'Butte'), ("'OK", 'OK')]
ST19111219-V38-50-page16.txt: [("'n", 'n'), ("'What", 'What'), ("'Questioning", 'Questioning'), ("'that", 'that'), ("'which", 'which'), ("'two", 'two'), ("'fflans", 'fflans'), ("'..", '..')]
ST19111219-V38-50-page2.txt: [("'mere", 'mere'), ("'chapter", 'chapter')]
ST19111219-V38-50-page3.txt: [('\'"What', '"What')]
ST19111219-V38-50-page5.txt: [("'apd", 'apd'), ("'people", 'people'), ("'the", 'the'), ("'his", 'his'), ("'You", 'You')]
ST19111219-V38-50-page6.txt: [("'make", 'make')]
ST19111219-V38-50-page7.txt: [("'Tis", 'Tis')]
ST19111219-V38-50-page8.txt: [("'might", 'might'), ("'Rome", 'Rome'), ("'kiss", 'kiss')]
ST19111219-V38-50-page9.txt: [("'close", 'close')]
ST19120102-V39-01-page1.txt: [("'ever", 'ever')]
ST19120102-V39-01-page10.txt: [("'crops", 'crops')]
ST19120102-V39-01-page15.txt: [("'Hysteria", 'Hysteria')]
ST19120102-V39-01-page16.txt: [("'developed", 'developed'), ("''Historical", 'Historical'), ("'not", 'not')]
ST19120102-V39-01-page3.txt: [("'a", 'a')]
ST19120102-V39-01-page4.txt: [("'of", 'of')]
ST19120102-V39-01-page5.txt: [("'possible", 'possible'), ("'the", 'the'), ("'While", 'While'), ("'this", 'this'), ("'We", 'We')]
ST19120102-V39-01-page8.txt: [("'positive", 'positive'), ("'answered", 'answered')]
ST19120109-V39-02-page12.txt: [("'then", 'then'), ("'to", 'to')]
ST19120109-V39-02-page14.txt: [("'deep", 'deep'), ("'for", 'for')]
ST19120109-V39-02-page15.txt: [("'bleeding", 'bleeding'), ("'Publishing", 'Publishing')]
ST19120109-V39-02-page16.txt: [("'fOrgetten", 'fOrgetten'), ("'alway", 'alway'), ("'cruel", 'cruel'), ("'with", 'with'), ("'or", 'or'), ("'the", 'the'), ("'of", 'of'), ("'and", 'and'), ("'stood", 'stood'), ("'liberty", 'liberty'), ("'Christ", 'Christ'), ("'best", 'best'), ("'degrees", 'degrees'), ("'in", 'in'), ("'always", 'always'), ("'child", 'child'), ("'from", 'from'), ("'We", 'We'), ("'milder", 'milder'), ("'peisCcutions", 'peisCcutions'), ("'ever", 'ever')]
ST19120109-V39-02-page2.txt: [("'and", 'and'), ("'u", 'u'), ("'custom", 'custom'), ("'will", 'will'), ("'or", 'or')]
ST19120109-V39-02-page3.txt: [("'the", 'the'), ("'His", 'His'), ("'the", 'the')]
ST19120109-V39-02-page4.txt: [("'ignu", 'ignu'), ("'We", 'We'), ("'John", 'John')]
ST19120109-V39-02-page5.txt: [("'for", 'for'), ("'Could", 'Could'), ("'If", 'If'), ("'be", 'be'), ("'neath", 'neath'), ("'well", 'well')]
ST19120109-V39-02-page8.txt: [("'fie", 'fie'), ("'is", 'is')]
ST19120109-V39-02-page9.txt: [("'King", 'King'), ("'view", 'view'), ("'sort", 'sort'), ("'sense", 'sense'), ("'the", 'the')]
ST19120116-V39-03-page10.txt: [("'union", 'union')]
ST19120116-V39-03-page12.txt: [("'angel.", 'angel.'), ("'tis", 'tis')]
ST19120116-V39-03-page13.txt: [("'away", 'away')]
ST19120116-V39-03-page14.txt: [("'and", 'and'), ("'twill", 'twill')]
ST19120116-V39-03-page15.txt: [("'nu", 'nu'), ("'garden", 'garden')]
ST19120116-V39-03-page16.txt: [("'such", 'such'), ("'And", 'And'), ("'If", 'If')]
ST19120116-V39-03-page4.txt: [("'because", 'because')]
ST19120116-V39-03-page5.txt: [("'and", 'and')]
ST19120116-V39-03-page6.txt: [('\'"', '"'), ("'the", 'the')]
ST19120116-V39-03-page7.txt: [("'seem", 'seem'), ("'.", '.'), ("'EMU", 'EMU')]
ST19120116-V39-03-page9.txt: [("'depend", 'depend'), ("'have", 'have')]
ST19120123-V39-04-page10.txt: [("'people", 'people'), ("'to", 'to')]
ST19120123-V39-04-page11.txt: [("'to", 'to')]
ST19120123-V39-04-page12.txt: [("'prove", 'prove')]
ST19120123-V39-04-page13.txt: [("'Patriarchs", 'Patriarchs'), ("'s", 's')]
ST19120123-V39-04-page14.txt: [("'Ask", 'Ask'), ("'would", 'would'), ("'fish", 'fish'), ("'is", 'is'), ("'we", 'we'), ("'Barnes", 'Barnes')]
ST19120123-V39-04-page15.txt: [("'Questions", 'Questions')]
ST19120123-V39-04-page16.txt: [("'United", 'United'), ("'of", 'of'), ("'of", 'of'), ("'which", 'which'), ("'thir", 'thir'), ("'on", 'on'), ("'readers.", 'readers.'), ("'u", 'u'), ("'China", 'China'), ("'religion", 'religion')]
ST19120123-V39-04-page2.txt: [("'is", 'is'), ("'think", 'think')]
ST19120123-V39-04-page4.txt: [("'that", 'that'), ("'designed", 'designed')]
ST19120123-V39-04-page6.txt: [("'wrote.", 'wrote.'), ("'s", 's')]
ST19120123-V39-04-page8.txt: [("'do", 'do')]
ST19120123-V39-04-page9.txt: [("'United", 'United')]
ST19120130-V39-05-page10.txt: [("'some", 'some'), ("'the", 'the')]
ST19120130-V39-05-page11.txt: [("'he", 'he')]
ST19120130-V39-05-page14.txt: [("'Tis", 'Tis'), ("'Look", 'Look'), ("'tis", 'tis'), ("'of", 'of')]
ST19120130-V39-05-page15.txt: [("'to", 'to'), ("'Vlvilat", 'Vlvilat')]
ST19120130-V39-05-page16.txt: [("'this", 'this'), ("'laden", 'laden'), ("'equality", 'equality'), ("''Historical", 'Historical')]
ST19120130-V39-05-page2.txt: [("'There", 'There')]
ST19120130-V39-05-page4.txt: [("'the", 'the'), ("'summon", 'summon')]
ST19120130-V39-05-page5.txt: [("'had", 'had'), ("'mother's", 'mothers')]
ST19120130-V39-05-page8.txt: [("'finco", 'finco'), ("'Twere", 'Twere')]
ST19120130-V39-05-page9.txt: [("'scriptures", 'scriptures'), ("'live", 'live'), ("'i", 'i')]
ST19120206-V39-06-page13.txt: [("'.'A", '.A'), ("'New", 'New'), ("'Patriarchs", 'Patriarchs')]
ST19120206-V39-06-page14.txt: [("'s", 's'), ("'s", 's'), ("'him", 'him'), ("'s", 's')]
ST19120206-V39-06-page15.txt: [("'so", 'so'), ("'In", 'In'), ("'such", 'such')]
ST19120206-V39-06-page16.txt: [("'this", 'this'), ("'ieein", 'ieein'), ("'in", 'in'), ("'position", 'position'), ("'for", 'for'), ("'Relation", 'Relation'), ("'Rome", 'Rome'), ("'in", 'in'), ('\'"', '"'), ("'Of", 'Of'), ("'brought", 'brought'), ("'it", 'it'), ("'the", 'the'), ("'by", 'by'), ("'year.", 'year.'), ("'by", 'by'), ("'Saxony", 'Saxony'), ("'any", 'any')]
ST19120206-V39-06-page2.txt: [("'given", 'given'), ("'depths", 'depths'), ("'sin", 'sin'), ("'will", 'will'), ("'would", 'would')]
ST19120206-V39-06-page3.txt: [("'him", 'him'), ("'s", 's')]
ST19120206-V39-06-page4.txt: [("'throb", 'throb'), ("'has", 'has')]
ST19120206-V39-06-page5.txt: [("'it", 'it')]
ST19120206-V39-06-page8.txt: [("'not", 'not'), ("'waits", 'waits')]
ST19120206-V39-06-page9.txt: [("'t", 't')]
ST19120213-V39-07-page1.txt: [("'tis", 'tis'), ("'Tis", 'Tis')]
ST19120213-V39-07-page10.txt: [("'or.", 'or.')]
ST19120213-V39-07-page11.txt: [("'Aubigne", 'Aubigne')]
ST19120213-V39-07-page12.txt: [("'making", 'making'), ("'what", 'what'), ("'our", 'our'), ("'humiliation", 'humiliation')]
ST19120213-V39-07-page13.txt: [("'By", 'By')]
ST19120213-V39-07-page14.txt: [("'fourscore", 'fourscore'), ("'of", 'of'), ("'My", 'My')]
ST19120213-V39-07-page16.txt: [("'OC", 'OC'), ("'Such", 'Such'), ('\'understanding."', 'understanding."'), ("'saw", 'saw')]
ST19120213-V39-07-page2.txt: [("'must", 'must'), ("'Done", 'Done')]
ST19120213-V39-07-page4.txt: [("'MIleo", 'MIleo'), ("'It", 'It'), ("'No", 'No'), ("'Well", 'Well'), ("'No", 'No'), ("'And", 'And'), ("'That's", 'Thats'), ("'but", 'but'), ("'No", 'No'), ("'And", 'And'), ("'Well", 'Well'), ("'I'm", 'Im'), ("'I", 'I'), ("'Very", 'Very'), ("'me", 'me')]
ST19120213-V39-07-page6.txt: [("'a", 'a'), ('\'""', '""'), ("'phetic", 'phetic')]
ST19120213-V39-07-page8.txt: [("'He", 'He'), ("'bring", 'bring'), ("'sees", 'sees')]
ST19120213-V39-07-page9.txt: [("'no", 'no'), ("'I..", 'I..'), ("'latter", 'latter')]
ST19120220-V39-08-page10.txt: [("'Watchman", 'Watchman'), ("'The", 'The')]
ST19120220-V39-08-page11.txt: [("'to", 'to')]
ST19120220-V39-08-page12.txt: [("'Lean", 'Lean'), ("'Lean", 'Lean'), ("'no", 'no'), ("'a", 'a')]
ST19120220-V39-08-page13.txt: [("'Missis", 'Missis'), ("'is", 'is'), ("'It", 'It'), ("'you", 'you'), ("'Dollar", 'Dollar')]
ST19120220-V39-08-page14.txt: [("'know", 'know')]
ST19120220-V39-08-page15.txt: [("'Robert.", 'Robert.'), ("'View", 'View')]
ST19120220-V39-08-page16.txt: [("'For", 'For'), ("'s", 's'), ("'to", 'to'), ("'s", 's'), ("'s", 's')]
ST19120220-V39-08-page2.txt: [("'Mg", 'Mg'), ("'Under", 'Under'), ("'the", 'the')]
ST19120220-V39-08-page3.txt: [("'to", 'to')]
ST19120220-V39-08-page4.txt: [("'thee", 'thee'), ("'that", 'that'), ("'has", 'has')]
ST19120220-V39-08-page5.txt: [("'him", 'him'), ("'binding", 'binding'), ("'nor", 'nor'), ("'binding", 'binding'), ("'man", 'man'), ("'lilies", 'lilies')]
ST19120220-V39-08-page6.txt: [("'received", 'received')]
ST19120220-V39-08-page7.txt: [("'ameo.", 'ameo.')]
ST19120220-V39-08-page8.txt: [("'of", 'of'), ("'be", 'be'), ("'the", 'the')]
ST19120220-V39-08-page9.txt: [("'I", 'I'), ("'neath", 'neath'), ("'gainst", 'gainst'), ("'Gainst", 'Gainst'), ("'Tis", 'Tis'), ("'tis", 'tis')]
ST19120227-V39-09-page10.txt: [("'color", 'color')]
ST19120227-V39-09-page11.txt: [("'dove", 'dove'), ("'we", 'we'), ("'ten", 'ten'), ("'marked", 'marked')]
ST19120227-V39-09-page13.txt: [("'s", 's')]
ST19120227-V39-09-page15.txt: [("'doctrines", 'doctrines')]
ST19120227-V39-09-page16.txt: [("'a", 'a'), ("'decided", 'decided'), ("'articles", 'articles'), ("'of", 'of'), ("'with", 'with'), ("'question.", 'question.'), ("'articles", 'articles')]
ST19120227-V39-09-page2.txt: [("'was", 'was'), ('\'Jehovah."', 'Jehovah."'), ("'W.", 'W.'), ('\'come."', 'come."')]
ST19120227-V39-09-page3.txt: [("'and", 'and'), ("'But", 'But')]
ST19120227-V39-09-page4.txt: [("'s", 's'), ("'K", 'K'), ("'s", 's'), ("'one", 'one')]
ST19120227-V39-09-page6.txt: [("'hat", 'hat')]
ST19120227-V39-09-page8.txt: [("'to", 'to'), ("'mid", 'mid')]
ST19120227-V39-09-page9.txt: [("'stand", 'stand'), ("'counts.", 'counts.')]
ST19120305-V39-10-page11.txt: [("'the", 'the')]
ST19120305-V39-10-page13.txt: [("'--LOWELL", '--LOWELL')]
ST19120305-V39-10-page14.txt: [("'a", 'a')]
ST19120305-V39-10-page16.txt: [("'showed", 'showed'), ("'Do", 'Do'), ("'is", 'is'), ("'their", 'their')]
ST19120305-V39-10-page2.txt: [("'d.", 'd.'), ("'of", 'of')]
ST19120305-V39-10-page3.txt: [("'the", 'the')]
ST19120305-V39-10-page4.txt: [("'death.", 'death.')]
ST19120305-V39-10-page5.txt: [("'s", 's')]
ST19120305-V39-10-page7.txt: [("'with", 'with'), ("'friends", 'friends')]
ST19120305-V39-10-page8.txt: [("'s", 's')]
ST19120305-V39-10-page9.txt: [("'Ioanou", 'Ioanou'), ("'Ioanou", 'Ioanou'), ("'fall", 'fall')]
ST19120312-V39-11-page10.txt: [("'the", 'the'), ("'ring", 'ring'), ("'of", 'of')]
ST19120312-V39-11-page11.txt: [("'resources", 'resources'), ("'with", 'with'), ("'enters", 'enters')]
ST19120312-V39-11-page12.txt: [("'These", 'These'), ("'child", 'child')]
ST19120312-V39-11-page13.txt: [("'watermelons", 'watermelons'), ("''Promising", 'Promising'), ("'t.", 't.')]
ST19120312-V39-11-page14.txt: [("'published", 'published'), ("'man", 'man')]
ST19120312-V39-11-page15.txt: [("'I", 'I'), ("'That's", 'Thats')]
ST19120312-V39-11-page16.txt: [("'critical", 'critical'), ("'every", 'every'), ("'republican", 'republican'), ("'more", 'more'), ("'d", 'd'), ("'that", 'that'), ("'and", 'and'), ("'elsewhere", 'elsewhere'), ("''bent", 'bent'), ("'s", 's'), ("'this", 'this'), ("'Ecuador", 'Ecuador'), ("'the", 'the'), ("'thousands", 'thousands'), ("'Mexican", 'Mexican'), ("'corrected.", 'corrected.'), ("'law", 'law'), ("'between", 'between'), ("'rekirgiiing", 'rekirgiiing'), ("'The", 'The')]
ST19120312-V39-11-page2.txt: [("'revelation", 'revelation'), ("'en", 'en'), ("'nd", 'nd'), ("'ar", 'ar')]
ST19120312-V39-11-page3.txt: [("'There's", 'Theres')]
ST19120312-V39-11-page4.txt: [("'Tis", 'Tis'), ("'twill", 'twill'), ("'twas", 'twas'), ("'Twas", 'Twas'), ("'mong", 'mong')]
ST19120312-V39-11-page7.txt: [("'God's", 'Gods'), ("'the", 'the')]
ST19120312-V39-11-page8.txt: [("'which", 'which'), ("'wood", 'wood'), ("'under", 'under'), ("'Crying", 'Crying'), ("'make", 'make')]
ST19120319-V39-12-page10.txt: [("'of", 'of')]
ST19120319-V39-12-page11.txt: [("'opposition", 'opposition')]
ST19120319-V39-12-page14.txt: [("'a", 'a'), ("'with", 'with'), ("'l", 'l'), ("'Il", 'Il')]
ST19120319-V39-12-page16.txt: [("'convicted", 'convicted'), ("'wholly", 'wholly'), ("'equipment", 'equipment'), ("'ur", 'ur')]
ST19120319-V39-12-page2.txt: [("'Under", 'Under'), ("'k", 'k'), ("'Under", 'Under'), ("'good", 'good')]
ST19120319-V39-12-page4.txt: [("'s", 's'), ("'that", 'that')]
ST19120319-V39-12-page5.txt: [("'ignE", 'ignE')]
ST19120319-V39-12-page6.txt: [("''Essays", 'Essays')]
ST19120319-V39-12-page7.txt: [("'''itneo", 'itneo'), ("'HEAD", 'HEAD'), ("'emperor", 'emperor')]
ST19120319-V39-12-page8.txt: [("'Mid", 'Mid')]
ST19120319-V39-12-page9.txt: [("'Neath", 'Neath'), ("'G.", 'G.')]
ST19120326-V39-13-page12.txt: [("'s", 's')]
ST19120326-V39-13-page15.txt: [("'Clineiv", 'Clineiv'), ("'tis", 'tis')]
ST19120326-V39-13-page16.txt: [("'later", 'later'), ("'giving", 'giving')]
ST19120326-V39-13-page2.txt: [('\'law."', 'law."'), ("'Honor", 'Honor'), ("'so", 'so'), ("'the", 'the')]
ST19120326-V39-13-page3.txt: [("'Release", 'Release')]
ST19120326-V39-13-page4.txt: [("'is", 'is'), ("''be", 'be')]
ST19120326-V39-13-page5.txt: [("'which", 'which')]
ST19120326-V39-13-page6.txt: [("'till", 'till'), ("'evening", 'evening'), ("'time", 'time')]
ST19120326-V39-13-page7.txt: [("'The", 'The'), ("'to", 'to')]
ST19120326-V39-13-page8.txt: [("'passion", 'passion'), ("'All", 'All'), ("'passion", 'passion')]
ST19120402-V39-14-page11.txt: [("'anarchy", 'anarchy')]
ST19120402-V39-14-page12.txt: [("'s", 's')]
ST19120402-V39-14-page13.txt: [("'I", 'I'), ("'That's", 'Thats')]
ST19120402-V39-14-page14.txt: [("'but", 'but'), ("'inspection", 'inspection')]
ST19120402-V39-14-page15.txt: [("'of", 'of')]
ST19120402-V39-14-page16.txt: [("'Of", 'Of'), ("'elemental", 'elemental'), ("'that", 'that'), ("'to", 'to'), ("'Are", 'Are'), ("'of", 'of'), ("'come", 'come'), ("'T", 'T'), ("'world", 'world'), ("'not", 'not'), ("'Christ", 'Christ'), ("'that", 'that'), ("'same.", 'same.'), ("'dine", 'dine')]
ST19120402-V39-14-page2.txt: [("'of", 'of'), ("'was", 'was')]
ST19120402-V39-14-page3.txt: [("'that", 'that')]
ST19120402-V39-14-page4.txt: [("'Lord", 'Lord'), ("'Twas", 'Twas'), ("'have", 'have'), ("'s", 's')]
ST19120402-V39-14-page5.txt: [("'soul", 'soul')]
ST19120402-V39-14-page6.txt: [("''c", 'c')]
ST19120402-V39-14-page9.txt: [("'the", 'the')]
ST19120409-V39-15-page1.txt: [("''WATCHMA", 'WATCHMA')]
ST19120409-V39-15-page12.txt: [("'chase", 'chase'), ("'K", 'K'), ("'You", 'You')]
ST19120409-V39-15-page15.txt: [("'student", 'student'), ("'N.", 'N.')]
ST19120409-V39-15-page16.txt: [("'there", 'there'), ("'the", 'the'), ("'of", 'of'), ("'uphold", 'uphold'), ("'organization", 'organization'), ("'and", 'and'), ("'not", 'not'), ("'other", 'other'), ("'see", 'see'), ("'if", 'if')]
ST19120409-V39-15-page2.txt: [("'Come", 'Come')]
ST19120409-V39-15-page7.txt: [("'he", 'he'), ("'as", 'as'), ("'God", 'God')]
ST19120409-V39-15-page8.txt: [("'worked", 'worked')]
ST19120416-V39-16-page11.txt: [("'man's", 'mans')]
ST19120416-V39-16-page12.txt: [("'would", 'would'), ("'Why", 'Why'), ('\'em."', 'em."'), ("'twas", 'twas')]
ST19120416-V39-16-page13.txt: [("'Cause", 'Cause'), ("'Who", 'Who'), ("'flb", 'flb'), ("'the", 'the')]
ST19120416-V39-16-page14.txt: [("'Saviour", 'Saviour'), ("'a", 'a')]
ST19120416-V39-16-page16.txt: [("'stock", 'stock'), ("'not", 'not'), ("''All", 'All'), ("'Union", 'Union'), ("''wishing", 'wishing'), ("'in", 'in'), ("'Mti", 'Mti'), ("'Our", 'Our'), ("'the", 'the'), ("'and", 'and'), ("'famine", 'famine')]
ST19120416-V39-16-page2.txt: [("'are", 'are')]
ST19120416-V39-16-page4.txt: [("'the", 'the'), ("'Ps.", 'Ps.')]
ST19120416-V39-16-page5.txt: [("'the", 'the'), ("'s", 's')]
ST19120416-V39-16-page8.txt: [("'And", 'And'), ("'to", 'to'), ("'well", 'well'), ("'s", 's')]
ST19120416-V39-16-page9.txt: [("'ball", 'ball')]
ST19120423-V39-17-page11.txt: [("'three", 'three')]
ST19120423-V39-17-page12.txt: [("'special", 'special'), ("'thine", 'thine')]
ST19120423-V39-17-page13.txt: [("'groups", 'groups')]
ST19120423-V39-17-page15.txt: [("'reason", 'reason')]
ST19120423-V39-17-page16.txt: [("'Ein", 'Ein'), ("'Included", 'Included'), ("'AdminiStra", 'AdminiStra'), ("'do", 'do'), ("'touching", 'touching'), ("'against", 'against'), ("'of", 'of'), ("'in", 'in'), ("'Bible", 'Bible'), ("'morning", 'morning'), ("'of", 'of'), ("'communications", 'communications'), ("'Amerieans", 'Amerieans'), ("'that", 'that'), ("'Would", 'Would'), ("'the", 'the'), ("'nullify", 'nullify'), ("'justice", 'justice'), ("'or", 'or'), ("'eight", 'eight'), ("'unsprayed", 'unsprayed'), ("'These", 'These'), ("'Zion", 'Zion'), ('\'ceasing."', 'ceasing."'), ("'the", 'the'), ("'a", 'a'), ("'which", 'which'), ("'Friary", 'Friary'), ("'alone", 'alone'), ("'not", 'not')]
ST19120423-V39-17-page2.txt: [("'our", 'our')]
ST19120423-V39-17-page3.txt: [("'that", 'that')]
ST19120423-V39-17-page4.txt: [("'God", 'God'), ("'s", 's')]
ST19120423-V39-17-page5.txt: [("'noble", 'noble'), ("'holy", 'holy')]
ST19120423-V39-17-page6.txt: [("'prince", 'prince'), ("'a", 'a')]
ST19120423-V39-17-page9.txt: [("'s", 's')]
ST19120430-V39-18-page10.txt: [("''boss", 'boss'), ("'Vaud", 'Vaud')]
ST19120430-V39-18-page11.txt: [("''spirit", 'spirit')]
ST19120430-V39-18-page12.txt: [("'of", 'of'), ("'s", 's')]
ST19120430-V39-18-page13.txt: [("'Hawthorne", 'Hawthorne'), ("'I", 'I')]
ST19120430-V39-18-page14.txt: [("'to", 'to')]
ST19120430-V39-18-page15.txt: [("'obey", 'obey'), ("'Address", 'Address'), ("'stand.", 'stand.'), ("'Questions", 'Questions')]
ST19120430-V39-18-page16.txt: [("'Imeq", 'Imeq'), ("'on", 'on'), ("'taken", 'taken'), ("'iceberg", 'iceberg'), ("'compared.", 'compared.'), ("'SOcial", 'SOcial')]
ST19120430-V39-18-page2.txt: [("'wholly.", 'wholly.')]
ST19120430-V39-18-page4.txt: [("'tis", 'tis'), ("'Twill", 'Twill'), ("'the", 'the')]
ST19120430-V39-18-page5.txt: [("'is", 'is'), ("'Wednesday", 'Wednesday'), ("'l", 'l')]
ST19120430-V39-18-page6.txt: [("'THE", 'THE')]
ST19120430-V39-18-page7.txt: [("'Eloah", 'Eloah')]
ST19120430-V39-18-page9.txt: [("'children", 'children')]
ST19120507-V39-19-page10.txt: [("'ways", 'ways'), ("'to", 'to'), ("'will", 'will')]
ST19120507-V39-19-page11.txt: [("'etcggn", 'etcggn'), ("'s", 's'), ("'she", 'she'), ("'I", 'I'), ("'the", 'the')]
ST19120507-V39-19-page12.txt: [("'done", 'done')]
ST19120507-V39-19-page13.txt: [("'throat", 'throat'), ("'Just", 'Just'), ("'tissues", 'tissues')]
ST19120507-V39-19-page14.txt: [("'out", 'out')]
ST19120507-V39-19-page15.txt: [("'Wilcox", 'Wilcox')]
ST19120507-V39-19-page16.txt: [("'a", 'a'), ("'always", 'always'), ("'it", 'it')]
ST19120507-V39-19-page3.txt: [("'of", 'of'), ("'for", 'for'), ("'rest", 'rest'), ("'.", '.')]
ST19120507-V39-19-page4.txt: [("'the", 'the')]
ST19120507-V39-19-page5.txt: [('\'healer"', 'healer"')]
ST19120507-V39-19-page7.txt: [("'and", 'and')]
ST19120507-V39-19-page8.txt: [("'upon", 'upon')]
ST19120507-V39-19-page9.txt: [("'God's", 'Gods'), ("'because", 'because')]
ST19120521-V39-20-page1.txt: [("'l", 'l')]
ST19120521-V39-20-page10.txt: [("'hit", 'hit'), ("'and", 'and')]
ST19120521-V39-20-page11.txt: [("'Sunday", 'Sunday'), ("'and", 'and')]
ST19120521-V39-20-page12.txt: [("'but", 'but'), ("'ourselves", 'ourselves'), ("'defied", 'defied'), ("'loyalty", 'loyalty'), ("'very", 'very')]
ST19120521-V39-20-page14.txt: [("'adtanciug", 'adtanciug'), ("'home", 'home'), ("'fornia.", 'fornia.'), ("'Calgary", 'Calgary'), ("'these", 'these')]
ST19120521-V39-20-page16.txt: [("'man", 'man'), ("''Bible", 'Bible'), ("'of", 'of'), ("'SIGNS", 'SIGNS'), ("'no", 'no')]
ST19120521-V39-20-page2.txt: [("'proportion", 'proportion'), ("'were", 'were'), ("'years", 'years')]
ST19120521-V39-20-page4.txt: [("'upheld.", 'upheld.'), ("'And", 'And')]
ST19120521-V39-20-page5.txt: [("'.", '.')]
ST19120521-V39-20-page6.txt: [("'king", 'king'), ("'erty", 'erty'), ("'Ame", 'Ame'), ("'to", 'to'), ("'with", 'with'), ("'Ca", 'Ca'), ("'sit", 'sit'), ("'t", 't'), ("'..'.", '...'), ("'..", '..'), ("'..j.'.", '..j..'), ("'...r.", '...r.'), ('\'"F.', '"F.'), ('\'"it', '"it'), ("''.", '.'), ("'..", '..'), ("'...T.", '...T.'), ("'.", '.'), ("''.NiZek", '.NiZek'), ("'r", 'r'), ("'.k", '.k'), ("'d", 'd'), ("'.", '.'), ("''z", 'z'), ('\'"\'tr..', '"tr..'), ("'.", '.'), ('\'"..".', '"..".'), ('\'\'\'\'\'\'"', '"'), ("'.", '.'), ('\'.\'t\'\'"', '.t"'), ("'of", 'of'), ("'''''o", 'o'), ("'t", 't')]
ST19120521-V39-20-page7.txt: [("'have", 'have'), ("'divine", 'divine'), ("'of", 'of')]
ST19120521-V39-20-page8.txt: [("'world", 'world'), ("'tants", 'tants')]
ST19120521-V39-20-page9.txt: [("'f", 'f'), ("'opinion", 'opinion')]
ST19120528-V39-21-page10.txt: [("'Imeo.", 'Imeo.')]
ST19120528-V39-21-page12.txt: [("'say", 'say'), ("'to", 'to'), ("'s", 's')]
ST19120528-V39-21-page13.txt: [("'attention", 'attention'), ("'better", 'better'), ("'s", 's')]
ST19120528-V39-21-page14.txt: [("'Send", 'Send')]
ST19120528-V39-21-page16.txt: [("'God", 'God'), ("'were", 'were'), ("'Babylon", 'Babylon'), ("'itt", 'itt'), ("'bottle", 'bottle'), ("'of", 'of'), ("'Standard", 'Standard'), ("'.statesmen", '.statesmen'), ("'danger", 'danger'), ("'operations", 'operations'), ('\'forego"', 'forego"'), ("'Would", 'Would'), ("'Afriearise", 'Afriearise'), ("'Italian", 'Italian'), ("'of", 'of'), ("'s", 's')]
ST19120528-V39-21-page2.txt: [("'in", 'in'), ("'Done", 'Done'), ("'is", 'is')]
ST19120528-V39-21-page3.txt: [("'s", 's')]
ST19120528-V39-21-page4.txt: [("'of", 'of'), ("'a", 'a'), ("'Shall", 'Shall')]
ST19120528-V39-21-page5.txt: [("'Tis", 'Tis')]
ST19120528-V39-21-page8.txt: [("'day's", 'days'), ("'s", 's'), ("'citizen", 'citizen')]
ST19120604-V39-22-page10.txt: [("''Are", 'Are')]
ST19120604-V39-22-page11.txt: [("'As", 'As'), ("'Nearer", 'Nearer'), ("'s", 's')]
ST19120604-V39-22-page12.txt: [("'s", 's'), ("'Utley", 'Utley'), ("'s", 's'), ("'Vol.", 'Vol.'), ("'That", 'That')]
ST19120604-V39-22-page13.txt: [("'s", 's')]
ST19120604-V39-22-page16.txt: [("'stand", 'stand'), ("'coming", 'coming'), ("'the", 'the'), ("'son.", 'son.'), ("'Good", 'Good'), ("'becoine", 'becoine'), ("'prohibited.", 'prohibited.')]
ST19120604-V39-22-page3.txt: [("'niece", 'niece')]
ST19120604-V39-22-page4.txt: [("'to", 'to')]
ST19120604-V39-22-page5.txt: [("'Needed", 'Needed')]
ST19120604-V39-22-page7.txt: [("'could", 'could')]
ST19120604-V39-22-page8.txt: [("'V", 'V'), ("'I", 'I')]
ST19120604-V39-22-page9.txt: [("'in", 'in'), ("'all", 'all'), ("'we", 'we'), ("'avoid", 'avoid')]
ST19120611-V39-23-page10.txt: [("'tneo", 'tneo'), ("'becoming", 'becoming'), ('\'churches."', 'churches."'), ("'Declaration", 'Declaration'), ("'You", 'You')]
ST19120611-V39-23-page11.txt: [("'s", 's'), ("'Remember", 'Remember'), ("'The", 'The'), ("'The", 'The'), ("'Initiative", 'Initiative'), ("'Initiative", 'Initiative')]
ST19120611-V39-23-page12.txt: [("'why", 'why')]
ST19120611-V39-23-page13.txt: [("'City", 'City'), ("'Co.", 'Co.')]
ST19120611-V39-23-page14.txt: [("'evil", 'evil'), ("'virulent", 'virulent')]
ST19120611-V39-23-page15.txt: [("'Adxance", 'Adxance')]
ST19120611-V39-23-page16.txt: [("'rneo", 'rneo'), ("'abolition", 'abolition'), ('\'Live"', 'Live"'), ("'Intolerance", 'Intolerance')]
ST19120611-V39-23-page3.txt: [("'The", 'The'), ("'and", 'and')]
ST19120611-V39-23-page4.txt: [("'what", 'what')]
ST19120611-V39-23-page5.txt: [("'that", 'that')]
ST19120611-V39-23-page6.txt: [("'s", 's')]
ST19120611-V39-23-page7.txt: [("'must", 'must'), ("'in", 'in')]
ST19120611-V39-23-page8.txt: [("'of", 'of')]
ST19120611-V39-23-page9.txt: [("'Twixt", 'Twixt'), ("'Sabbath", 'Sabbath')]
ST19120618-V39-24-page11.txt: [("'worship", 'worship'), ("'tis", 'tis')]
ST19120618-V39-24-page12.txt: [("'however", 'however')]
ST19120618-V39-24-page13.txt: [("'copy.", 'copy.'), ("'Legislation", 'Legislation')]
ST19120618-V39-24-page14.txt: [("'May", 'May')]
ST19120618-V39-24-page16.txt: [("'establishing", 'establishing'), ("'AL.", 'AL.'), ("'a", 'a')]
ST19120618-V39-24-page2.txt: [("'blood", 'blood')]
ST19120618-V39-24-page3.txt: [("'ear", 'ear')]
ST19120618-V39-24-page4.txt: [("'s", 's'), ("'neath", 'neath'), ("'Tis", 'Tis'), ("'Aubigne", 'Aubigne')]
ST19120618-V39-24-page6.txt: [("'family", 'family')]
ST19120618-V39-24-page7.txt: [("'the", 'the')]
ST19120625-V39-25-page11.txt: [("'not", 'not'), ("'Every", 'Every'), ("'In", 'In')]
ST19120625-V39-25-page12.txt: [("'and", 'and'), ("'made", 'made'), ("'through", 'through'), ("'men", 'men')]
ST19120625-V39-25-page14.txt: [("'of", 'of'), ("'dwells", 'dwells'), ("'the", 'the')]
ST19120625-V39-25-page15.txt: [("'Sr", 'Sr'), ("'Sr", 'Sr'), ("'Sr", 'Sr'), ("'Sr", 'Sr'), ("'Sr", 'Sr'), ("'Sr", 'Sr'), ("'Sr", 'Sr'), ("'Sr", 'Sr'), ("'Ma", 'Ma'), ('\'Ifs"', 'Ifs"')]
ST19120625-V39-25-page16.txt: [("''shall", 'shall'), ("'Observers", 'Observers')]
ST19120625-V39-25-page2.txt: [("'the", 'the'), ("'in", 'in'), ("'whole", 'whole'), ("'him", 'him'), ("'God's", 'Gods')]
ST19120625-V39-25-page3.txt: [("'and", 'and')]
ST19120625-V39-25-page5.txt: [("'words", 'words')]
ST19120625-V39-25-page6.txt: [("'America.", 'America.')]
ST19120625-V39-25-page7.txt: [("'divide", 'divide'), ("'second", 'second'), ("'final", 'final'), ("'There", 'There'), ("''.", '.')]
ST19120625-V39-25-page9.txt: [("'Why", 'Why'), ("'or", 'or'), ("'s", 's')]
ST19120709-V39-26-page10.txt: [("'Arne.", 'Arne.'), ("'Mr.", 'Mr.')]
ST19120709-V39-26-page11.txt: [("'that", 'that'), ("'If", 'If'), ("'Review", 'Review')]
ST19120709-V39-26-page12.txt: [("'We", 'We'), ("'most", 'most'), ("'of", 'of'), ("'He", 'He'), ("'bear", 'bear')]
ST19120709-V39-26-page14.txt: [("'In", 'In')]
ST19120709-V39-26-page15.txt: [("'Cimelv", 'Cimelv'), ("'Advance", 'Advance')]
ST19120709-V39-26-page16.txt: [("'blow", 'blow'), ("'Degenerate", 'Degenerate'), ("'torch", 'torch'), ("'now", 'now'), ("'.'King", '.King'), ("'A", 'A'), ("'sumptuous", 'sumptuous')]
ST19120709-V39-26-page2.txt: [("'the", 'the'), ("'the", 'the')]
ST19120709-V39-26-page5.txt: [("'for", 'for'), ("'Mistaken", 'Mistaken'), ("'as", 'as'), ("'the", 'the'), ("'is", 'is'), ("'obedience.", 'obedience.'), ("'His", 'His'), ("'the", 'the')]
ST19120709-V39-26-page6.txt: [("'not", 'not')]
ST19120709-V39-26-page7.txt: [("'would", 'would'), ("'claim", 'claim')]
ST19120709-V39-26-page8.txt: [("'the", 'the'), ("'trend", 'trend'), ("'receive", 'receive'), ("'the", 'the'), ("'twixt", 'twixt'), ("'tis", 'tis'), ("'twixt", 'twixt'), ("'tis", 'tis'), ("'Tis", 'Tis')]
ST19120709-V39-26-page9.txt: [("'K", 'K'), ("'the", 'the'), ("'K", 'K')]
ST19120716-V39-27-page1.txt: [("'coND", 'coND')]
ST19120716-V39-27-page10.txt: [("'Gladden", 'Gladden'), ("'to", 'to'), ("'steamer", 'steamer'), ("'tons", 'tons'), ("'ineluaing", 'ineluaing')]
ST19120716-V39-27-page11.txt: [("'Citneo", 'Citneo'), ("''square", 'square'), ("'Do", 'Do')]
ST19120716-V39-27-page12.txt: [("'these", 'these'), ("'it", 'it'), ("'deflation", 'deflation'), ("'of", 'of')]
ST19120716-V39-27-page14.txt: [("'soon", 'soon'), ("'Des", 'Des'), ("'and", 'and')]
ST19120716-V39-27-page15.txt: [("'mid", 'mid')]
ST19120716-V39-27-page16.txt: [("'Lord", 'Lord'), ("''That", 'That'), ("'t", 't'), ("'far", 'far'), ("'parsonage.", 'parsonage.'), ("'Lord", 'Lord'), ("'t", 't')]
ST19120716-V39-27-page2.txt: [("'ended", 'ended'), ("'the.", 'the.'), ("'watch", 'watch')]
ST19120716-V39-27-page4.txt: [("'worship", 'worship')]
ST19120716-V39-27-page5.txt: [("'blue", 'blue'), ("'religious", 'religious'), ("'Christian", 'Christian'), ("'Lily", 'Lily'), ("'Christian", 'Christian'), ("'Lily", 'Lily'), ("'the", 'the'), ("'Christian", 'Christian'), ("'Christian", 'Christian'), ("'Lily", 'Lily'), ("'As", 'As'), ("'Science", 'Science')]
ST19120716-V39-27-page7.txt: [("'needed", 'needed'), ("'and", 'and'), ("'the", 'the'), ("'distressed", 'distressed'), ("'world", 'world'), ("'that", 'that'), ("'sweetly", 'sweetly')]
ST19120716-V39-27-page8.txt: [("'s", 's'), ("'essentially", 'essentially'), ("'promised", 'promised')]
ST19120716-V39-27-page9.txt: [("'in", 'in'), ("'the", 'the'), ("'a", 'a'), ("'the", 'the'), ("'the", 'the')]
ST19120723-V39-28-page10.txt: [("'big", 'big'), ("'Gentlemen", 'Gentlemen'), ("'Excuse", 'Excuse'), ("'Just", 'Just')]
ST19120723-V39-28-page12.txt: [("'economy", 'economy')]
ST19120723-V39-28-page13.txt: [("'Baptist", 'Baptist'), ("'NO", 'NO')]
ST19120723-V39-28-page14.txt: [("'making", 'making'), ("''Manner", 'Manner')]
ST19120723-V39-28-page15.txt: [("'coy", 'coy')]
ST19120723-V39-28-page16.txt: [("'What", 'What'), ("'K", 'K'), ("'left", 'left'), ("'union", 'union'), ("'be", 'be'), ("'law", 'law'), ("'the", 'the'), ("'Hdalifig", 'Hdalifig'), ("'of", 'of'), ("'It", 'It'), ("'out", 'out'), ("'interest", 'interest')]
ST19120723-V39-28-page2.txt: [("'joined", 'joined'), ("'Omnis", 'Omnis'), ("'Dominus", 'Dominus'), ("'Ego", 'Ego')]
ST19120723-V39-28-page4.txt: [("'s", 's'), ("'God", 'God')]
ST19120723-V39-28-page5.txt: [("'X", 'X')]
ST19120723-V39-28-page6.txt: [("'well", 'well')]
ST19120723-V39-28-page7.txt: [("'Mne.", 'Mne.'), ("'temptation", 'temptation'), ("'neath", 'neath'), ("'Heathen", 'Heathen')]
ST19120723-V39-28-page8.txt: [("'love.", 'love.'), ("'Tis", 'Tis'), ("'hope", 'hope'), ("'afforded", 'afforded'), ("'Whither", 'Whither')]
ST19120723-V39-28-page9.txt: [("'tneo.", 'tneo.'), ("'fulfilled", 'fulfilled'), ("'have", 'have')]
ST19120730-V39-29-page11.txt: [("'eternal", 'eternal'), ("'ringed", 'ringed')]
ST19120730-V39-29-page12.txt: [("'us", 'us'), ("'Vice", 'Vice'), ("'And", 'And'), ("'Each", 'Each'), ("'Cleopatra", 'Cleopatra')]
ST19120730-V39-29-page14.txt: [("'ife", 'ife')]
ST19120730-V39-29-page16.txt: [("'faise", 'faise'), ('\'"It', '"It'), ("'promote", 'promote')]
ST19120730-V39-29-page2.txt: [("'there", 'there'), ("'K", 'K'), ("'night", 'night'), ("'after", 'after')]
ST19120730-V39-29-page3.txt: [("'s", 's')]
ST19120730-V39-29-page4.txt: [("'obey", 'obey')]
ST19120730-V39-29-page5.txt: [("'s", 's'), ("'moderate", 'moderate')]
ST19120730-V39-29-page6.txt: [("'twixt", 'twixt')]
ST19120730-V39-29-page7.txt: [("'Ciinco", 'Ciinco'), ("'mid", 'mid')]
ST19120806-V39-30-page11.txt: [("''Not", 'Not')]
ST19120806-V39-30-page13.txt: [("'v", 'v'), ("'for", 'for'), ("'make", 'make'), ("'suffered", 'suffered')]
ST19120806-V39-30-page2.txt: [("'The", 'The'), ("'is", 'is'), ("'Eph.", 'Eph.')]
ST19120806-V39-30-page3.txt: [("'S", 'S')]
ST19120806-V39-30-page4.txt: [("'the", 'the'), ("'people", 'people')]
ST19120806-V39-30-page5.txt: [("'Signs", 'Signs')]
ST19120806-V39-30-page6.txt: [("'devour", 'devour'), ("'right", 'right')]
ST19120806-V39-30-page8.txt: [("'loyalty", 'loyalty'), ("'you", 'you'), ("'To", 'To'), ("'seems", 'seems')]
ST19120806-V39-30-page9.txt: [("'..", '..')]
ST19120813-V39-31-page10.txt: [("''went", 'went')]
ST19120813-V39-31-page11.txt: [("'the", 'the')]
ST19120813-V39-31-page13.txt: [("'It", 'It'), ("'mid", 'mid'), ("'IOUS", 'IOUS')]
ST19120813-V39-31-page15.txt: [("'There", 'There'), ("'onto.", 'onto.'), ("'Mil", 'Mil')]
ST19120813-V39-31-page16.txt: [("'was", 'was')]
ST19120813-V39-31-page2.txt: [("'Signs", 'Signs'), ("'Question", 'Question'), ("'How", 'How'), ("'We", 'We'), ("'Spirit", 'Spirit'), ("'But", 'But'), ("'said", 'said'), ("'the", 'the')]
ST19120813-V39-31-page4.txt: [("'and", 'and')]
ST19120813-V39-31-page5.txt: [("'slim", 'slim')]
ST19120813-V39-31-page6.txt: [("'but", 'but'), ("'Tis", 'Tis'), ("'twill", 'twill')]
ST19120813-V39-31-page9.txt: [("'God", 'God'), ("'Now", 'Now')]
ST19120820-V39-32-page1.txt: [("'MAVEN", 'MAVEN'), ("'SHALL", 'SHALL')]
ST19120820-V39-32-page13.txt: [("'tis", 'tis'), ("''The", 'The')]
ST19120820-V39-32-page16.txt: [("'fro", 'fro'), ("'Publishing", 'Publishing')]
ST19120820-V39-32-page4.txt: [("'Tis", 'Tis')]
ST19120820-V39-32-page5.txt: [("'s", 's'), ("'neath", 'neath')]
ST19120820-V39-32-page6.txt: [("'s", 's')]
ST19120820-V39-32-page7.txt: [("'s", 's'), ("'twill", 'twill')]
ST19120820-V39-32-page9.txt: [("'My", 'My'), ("'My", 'My'), ("'Father", 'Father'), ('\'"', '"')]
ST19120827-V39-33-page10.txt: [("'grain", 'grain'), ("'s", 's')]
ST19120827-V39-33-page12.txt: [("'er", 'er'), ('\'Jesus."', 'Jesus."')]
ST19120827-V39-33-page13.txt: [("'mid", 'mid')]
ST19120827-V39-33-page14.txt: [("'The", 'The'), ("'Princes", 'Princes')]
ST19120827-V39-33-page16.txt: [("'but", 'but'), ("'of", 'of'), ("'best", 'best'), ("'Frenchmen", 'Frenchmen'), ("'camp", 'camp'), ("'was", 'was'), ("'that", 'that'), ("'s", 's')]
ST19120827-V39-33-page3.txt: [("'father", 'father')]
ST19120827-V39-33-page4.txt: [("'standard", 'standard')]
ST19120827-V39-33-page7.txt: [("'Tis", 'Tis')]
ST19120827-V39-33-page9.txt: [("'I", 'I'), ("'How", 'How')]
ST19120903-V39-34-page11.txt: [("'fie", 'fie'), ("'the", 'the')]
ST19120903-V39-34-page12.txt: [("'Wait", 'Wait'), ("'Yes", 'Yes'), ("'Well", 'Well')]
ST19120903-V39-34-page13.txt: [("'to", 'to')]
ST19120903-V39-34-page15.txt: [("'meo", 'meo')]
ST19120903-V39-34-page4.txt: [("'suburbs", 'suburbs')]
ST19120903-V39-34-page5.txt: [("'Mc", 'Mc'), ("'s", 's')]
ST19120903-V39-34-page7.txt: [("'surety", 'surety')]
ST19120903-V39-34-page8.txt: [("'Twas", 'Twas'), ("'Tis", 'Tis'), ("'sins", 'sins')]
ST19120910-V39-35-page15.txt: [("'Science", 'Science'), ("'ereation", 'ereation')]
ST19120910-V39-35-page16.txt: [("'Me", 'Me'), ("'September", 'September')]
ST19120910-V39-35-page3.txt: [("'but", 'but')]
ST19120910-V39-35-page4.txt: [("'to", 'to'), ("'vigorously", 'vigorously')]
ST19120910-V39-35-page5.txt: [("'Clineq", 'Clineq'), ("'acres", 'acres'), ("'in", 'in')]
ST19120910-V39-35-page6.txt: [("'Twas", 'Twas')]
ST19120910-V39-35-page7.txt: [("'See", 'See'), ("'marveled", 'marveled'), ("'twas", 'twas'), ("'Twas", 'Twas')]
ST19120910-V39-35-page8.txt: [("'He", 'He'), ("'scape", 'scape'), ("'Tis", 'Tis'), ("'mid", 'mid'), ("'Twill", 'Twill'), ("'Tis", 'Tis')]
ST19120910-V39-35-page9.txt: [("'.", '.')]
ST19120917-V39-36-page11.txt: [("'.", '.')]
ST19120917-V39-36-page5.txt: [("'paragraphs", 'paragraphs')]
ST19120917-V39-36-page6.txt: [("'Ciine", 'Ciine')]
ST19120917-V39-36-page7.txt: [("'Matt.", 'Matt.'), ("'Dan.", 'Dan.'), ("'Luke", 'Luke')]
ST19120924-V39-37-page12.txt: [("'Is", 'Is'), ("'Is", 'Is'), ("'Is", 'Is')]
ST19120924-V39-37-page13.txt: [("'mid", 'mid')]
ST19120924-V39-37-page14.txt: [("'...", '...'), ("'.", '.')]
ST19120924-V39-37-page16.txt: [("'wearing", 'wearing'), ("'They", 'They')]
ST19120924-V39-37-page2.txt: [("'If", 'If'), ("'the", 'the'), ("'ultimatum", 'ultimatum')]
ST19120924-V39-37-page3.txt: [("'ennobled", 'ennobled')]
ST19120924-V39-37-page5.txt: [("'this", 'this')]
ST19120924-V39-37-page6.txt: [("'tis", 'tis')]
ST19120924-V39-37-page8.txt: [("'for", 'for'), ("'actually", 'actually')]
ST19120924-V39-37-page9.txt: [("'concerning", 'concerning')]
ST19121001-V39-38-page11.txt: [("'.", '.'), ("'All", 'All'), ("'Life", 'Life'), ("'Folks", 'Folks'), ("'the", 'the'), ("'tertainments", 'tertainments')]
ST19121001-V39-38-page12.txt: [("'working", 'working'), ("'I", 'I')]
ST19121001-V39-38-page13.txt: [("'The", 'The'), ("'mid", 'mid')]
ST19121001-V39-38-page14.txt: [("'Absalom", 'Absalom')]
ST19121001-V39-38-page15.txt: [("'N", 'N')]
ST19121001-V39-38-page16.txt: [("'fir", 'fir')]
ST19121001-V39-38-page4.txt: [("'r.", 'r.')]
ST19121001-V39-38-page6.txt: [("'that", 'that'), ("'work", 'work')]
ST19121001-V39-38-page7.txt: [("'twere", 'twere'), ("'tis", 'tis')]
ST19121001-V39-38-page9.txt: [("'twere", 'twere'), ("'the", 'the'), ("'.", '.')]
ST19121008-V39-39-page10.txt: [("'United", 'United')]
ST19121008-V39-39-page11.txt: [("'with", 'with')]
ST19121008-V39-39-page13.txt: [("'having", 'having'), ("'red", 'red'), ("'Druggists", 'Druggists')]
ST19121008-V39-39-page14.txt: [('\'"', '"')]
ST19121008-V39-39-page15.txt: [("'Yeston.", 'Yeston.'), ("'mid", 'mid')]
ST19121008-V39-39-page16.txt: [("'tonnes", 'tonnes'), ("'It", 'It')]
ST19121008-V39-39-page2.txt: [("'f", 'f')]
ST19121008-V39-39-page5.txt: [("'rests", 'rests'), ("'who", 'who')]
ST19121008-V39-39-page9.txt: [("'will", 'will'), ("'My", 'My'), ("'Well", 'Well'), ("'God", 'God')]
ST19121015-V39-40-page12.txt: [("'Tis", 'Tis'), ("'em", 'em'), ("'forget", 'forget')]
ST19121015-V39-40-page13.txt: [("'A", 'A'), ("'tract", 'tract'), ("'k", 'k')]
ST19121015-V39-40-page16.txt: [("'d", 'd')]
ST19121015-V39-40-page2.txt: [("'Ocean.", 'Ocean.'), ("'would", 'would'), ("'glory", 'glory')]
ST19121015-V39-40-page4.txt: [("'seen", 'seen'), ("'came", 'came')]
ST19121015-V39-40-page5.txt: [("'met", 'met'), ("'the", 'the'), ("'admitted", 'admitted'), ("'warrant", 'warrant'), ("'For", 'For'), ("'Lux", 'Lux')]
ST19121015-V39-40-page6.txt: [("'unto", 'unto'), ("'those", 'those')]
ST19121015-V39-40-page7.txt: [("''But", 'But'), ("''The", 'The')]
ST19121015-V39-40-page8.txt: [("''But", 'But')]
ST19121022-V39-41-page13.txt: [("'and", 'and')]
ST19121022-V39-41-page16.txt: [("''And", 'And'), ("'natter", 'natter'), ("''Let", 'Let')]
ST19121022-V39-41-page3.txt: [("'you", 'you')]
ST19121022-V39-41-page4.txt: [("'to", 'to'), ("'message", 'message')]
ST19121022-V39-41-page6.txt: [("'em", 'em'), ("'within", 'within')]
ST19121022-V39-41-page8.txt: [("'Clineo.", 'Clineo.')]
ST19121029-V39-42-page12.txt: [("'mid", 'mid')]
ST19121029-V39-42-page14.txt: [("'but", 'but')]
ST19121029-V39-42-page15.txt: [("'.", '.')]
ST19121029-V39-42-page16.txt: [("'K", 'K'), ("''Our", 'Our')]
ST19121029-V39-42-page2.txt: [("'with", 'with'), ("'work", 'work'), ("'beth", 'beth'), ("'in", 'in'), ("'within", 'within'), ("'beneath", 'beneath'), ("'Beth", 'Beth'), ("'under", 'under'), ("'within", 'within'), ("'under", 'under'), ("'under", 'under'), ("'with", 'with'), ("'with", 'with'), ("'with", 'with'), ("'pass", 'pass'), ("'before", 'before'), ("'abar", 'abar'), ("'Brick", 'Brick'), ("'work", 'work'), ("'be", 'be'), ("'Thus", 'Thus'), ("'abundance", 'abundance')]
ST19121029-V39-42-page3.txt: [("'the", 'the'), ("'every", 'every')]
ST19121029-V39-42-page4.txt: [("'Tempted", 'Tempted'), ("'unto", 'unto'), ("'Soul", 'Soul')]
ST19121029-V39-42-page5.txt: [("'mention", 'mention')]
ST19121029-V39-42-page9.txt: [("'s", 's'), ("'.", '.'), ("'en", 'en')]
ST19121105-V39-43-page10.txt: [("'white", 'white')]
ST19121105-V39-43-page11.txt: [("'illustrated", 'illustrated'), ("'r", 'r')]
ST19121105-V39-43-page13.txt: [("'i", 'i')]
ST19121105-V39-43-page14.txt: [("'The", 'The'), ("'Christ", 'Christ'), ("'Christian", 'Christian'), ("'The", 'The')]
ST19121105-V39-43-page16.txt: [("'the", 'the'), ("'quoted", 'quoted')]
ST19121105-V39-43-page4.txt: [("'ClinelY", 'ClinelY')]
ST19121105-V39-43-page6.txt: [("'fered", 'fered')]
ST19121112-V39-44-page1.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST19121112-V39-44-page10.txt: [("''First.", 'First.')]
ST19121112-V39-44-page13.txt: [("'VIZ", 'VIZ'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST19121112-V39-44-page14.txt: [("'e", 'e')]
ST19121112-V39-44-page16.txt: [("'family", 'family'), ("'fashionable", 'fashionable'), ("'the", 'the'), ("'evening", 'evening')]
ST19121112-V39-44-page3.txt: [("'Zebedee", 'Zebedee')]
ST19121112-V39-44-page4.txt: [("'by", 'by'), ("'words", 'words'), ("'unmixed", 'unmixed')]
ST19121112-V39-44-page6.txt: [("'a", 'a'), ("'..", '..'), ("'bad", 'bad'), ("'s", 's')]
ST19121112-V39-44-page8.txt: [('\'man."', 'man."')]
ST19121112-V39-44-page9.txt: [("'John", 'John')]
ST19121119-V39-45-page10.txt: [("'t", 't'), ("'t", 't'), ("'.", '.'), ("'''.", '.'), ('\'\'Sk"', 'Sk"')]
ST19121119-V39-45-page13.txt: [("'to", 'to')]
ST19121119-V39-45-page14.txt: [("'..", '..')]
ST19121119-V39-45-page16.txt: [("'of", 'of')]
ST19121119-V39-45-page2.txt: [("'day", 'day'), ("'day", 'day'), ("'the", 'the'), ("'the", 'the'), ("''one", 'one'), ("'first", 'first'), ("'third", 'third'), ("'evening", 'evening'), ("'seventh", 'seventh'), ("'the", 'the')]
ST19121119-V39-45-page3.txt: [("'s", 's'), ("'we", 'we')]
ST19121119-V39-45-page5.txt: [("'certainly", 'certainly')]
ST19121119-V39-45-page7.txt: [("'Word", 'Word')]
ST19121126-V39-46-page1.txt: [("'continuance.", 'continuance.')]
ST19121126-V39-46-page10.txt: [("'Arm", 'Arm'), ("'GERMANY", 'GERMANY'), ("'Now", 'Now'), ("'just", 'just'), ("'What", 'What')]
ST19121126-V39-46-page11.txt: [("'Jr", 'Jr')]
ST19121126-V39-46-page12.txt: [("'then", 'then')]
ST19121126-V39-46-page13.txt: [("'Philadelphia", 'Philadelphia'), ("''His", 'His')]
ST19121126-V39-46-page16.txt: [("'Nearer", 'Nearer'), ("'are", 'are')]
ST19121126-V39-46-page2.txt: [("'unto", 'unto')]
ST19121126-V39-46-page3.txt: [("'shall", 'shall'), ("'Nye", 'Nye')]
ST19121126-V39-46-page4.txt: [("'Me", 'Me'), ("'suffered", 'suffered')]
ST19121126-V39-46-page5.txt: [("'stagger", 'stagger'), ("'not", 'not')]
ST19121126-V39-46-page6.txt: [('\'j."F', 'j."F'), ("'maw", 'maw')]
ST19121126-V39-46-page8.txt: [("'coice", 'coice')]
ST19121203-V39-47-page10.txt: [("'eyes", 'eyes'), ("'Tis", 'Tis')]
ST19121203-V39-47-page11.txt: [("'read", 'read'), ("''Best", 'Best')]
ST19121203-V39-47-page12.txt: [("'s", 's'), ("'Sumatra", 'Sumatra')]
ST19121203-V39-47-page15.txt: [("'tis", 'tis'), ("'mid", 'mid')]
ST19121203-V39-47-page16.txt: [("'established", 'established')]
ST19121203-V39-47-page6.txt: [("'When", 'When'), ("'sin", 'sin')]
ST19121203-V39-47-page7.txt: [("'and", 'and'), ("'repentance", 'repentance')]
ST19121203-V39-47-page8.txt: [("'The", 'The')]
ST19121203-V39-47-page9.txt: [("'aborigines", 'aborigines')]
ST19121203-V39-48-page10.txt: [("''All", 'All')]
ST19121203-V39-48-page11.txt: [("'Arm", 'Arm'), ("'sum", 'sum')]
ST19121203-V39-48-page14.txt: [('\'"""', '"""')]
ST19121203-V39-48-page2.txt: [("'they", 'they')]
ST19121203-V39-48-page5.txt: [("'world", 'world'), ("'s", 's')]
ST19121203-V39-48-page8.txt: [("'Where", 'Where'), ("'every", 'every'), ("'For", 'For'), ("'So", 'So'), ("''Denial", 'Denial'), ("'Blessed", 'Blessed'), ("'Paul", 'Paul'), ("'but", 'but'), ("'What", 'What'), ("'higher", 'higher'), ("'My", 'My'), ("'the", 'the')]
ST19121203-V39-48-page9.txt: [("'dream", 'dream'), ("'dream", 'dream')]
ST19121217-V39-49-page10.txt: [("'possibility", 'possibility')]
ST19121217-V39-49-page11.txt: [("'thought", 'thought'), ("'largest", 'largest')]
ST19121217-V39-49-page12.txt: [("'wedge", 'wedge'), ("'sand", 'sand')]
ST19121217-V39-49-page13.txt: [("'s", 's')]
ST19121217-V39-49-page15.txt: [("'cols", 'cols')]
ST19121217-V39-49-page16.txt: [("'And", 'And'), ("'food", 'food'), ("'s", 's'), ("'in", 'in'), ("'Schedule.", 'Schedule.'), ("'life", 'life')]
ST19121217-V39-49-page3.txt: [("'Perms", 'Perms'), ("'of", 'of'), ("'s", 's'), ("'among", 'among')]
ST19121217-V39-49-page5.txt: [("'s", 's')]
ST19121217-V39-49-page7.txt: [("'on", 'on'), ("'Sabbath", 'Sabbath'), ("'do", 'do')]
ST19121217-V39-49-page8.txt: [("'time", 'time'), ("'worship", 'worship'), ("'its", 'its'), ("'small", 'small')]
ST19121217-V39-49-page9.txt: [("'I", 'I'), ("'Give", 'Give'), ("'world", 'world')]
ST19121224-V39-50-page1.txt: [("'Tis", 'Tis')]
ST19121224-V39-50-page10.txt: [("'von", 'von')]
ST19121224-V39-50-page11.txt: [("'United", 'United')]
ST19121224-V39-50-page15.txt: [("'..Wiffirit", '..Wiffirit')]
ST19121224-V39-50-page16.txt: [("'Drink", 'Drink'), ("'divine", 'divine'), ("'certain", 'certain'), ("'Ioee", 'Ioee'), ("'would", 'would'), ("'in", 'in'), ("'We", 'We'), ("'of", 'of')]
ST19121224-V39-50-page5.txt: [("'of", 'of')]
ST19121224-V39-50-page8.txt: [("'You", 'You')]
ST19121224-V39-50-page9.txt: [("'Gainst", 'Gainst'), ("'tis", 'tis')]
ST19130211-V40-06-page11.txt: [("'may", 'may'), ('\'"', '"'), ("''The", 'The')]
ST19130211-V40-06-page13.txt: [("'w", 'w')]
ST19130211-V40-06-page14.txt: [("'t", 't')]
ST19130211-V40-06-page15.txt: [("'l", 'l'), ("'Topicalnod", 'Topicalnod')]
ST19130211-V40-06-page16.txt: [("'turkey", 'turkey'), ("'and", 'and'), ("'tie", 'tie'), ("'Mff.", 'Mff.'), ("'absolutely", 'absolutely')]
ST19130211-V40-06-page3.txt: [("'M", 'M')]
ST19130211-V40-06-page4.txt: [("'cche", 'cche'), ("'the", 'the')]
ST19130211-V40-06-page5.txt: [("'of", 'of'), ("'out", 'out'), ("'science", 'science'), ("'eternally", 'eternally')]
ST19130211-V40-06-page6.txt: [("'Time", 'Time')]
ST19130211-V40-06-page7.txt: [("'Can't", 'Cant'), ("'There's", 'Theres'), ("'Tls", 'Tls'), ("'tis", 'tis'), ("'tie", 'tie')]
ST19130211-V40-06-page8.txt: [("'were", 'were'), ("'a", 'a')]
ST19130211-V40-06-page9.txt: [("'shall", 'shall')]
ST19130218-V40-07-page10.txt: [("'coffin", 'coffin')]
ST19130218-V40-07-page11.txt: [("'your", 'your')]
ST19130218-V40-07-page12.txt: [("'ten.", 'ten.'), ("'his", 'his'), ("'grow", 'grow'), ("'round", 'round'), ("'to", 'to')]
ST19130218-V40-07-page13.txt: [("'em", 'em')]
ST19130218-V40-07-page14.txt: [("'iritheated", 'iritheated'), ("'American", 'American'), ("'of", 'of'), ("'is", 'is'), ("'the", 'the'), ("'of", 'of'), ("'this", 'this'), ("'this", 'this'), ("'S.", 'S.'), ("'non", 'non'), ("'its", 'its'), ("'fulfilling", 'fulfilling'), ("'Christian", 'Christian'), ("'infinitely", 'infinitely'), ("'the", 'the'), ("'of", 'of'), ("'tothe", 'tothe'), ("'diy", 'diy'), ("'conditions", 'conditions'), ("'MX", 'MX')]
ST19130218-V40-07-page2.txt: [("''And", 'And')]
ST19130218-V40-07-page3.txt: [("'accomplished", 'accomplished')]
ST19130218-V40-07-page5.txt: [("'Twas", 'Twas')]
ST19130218-V40-07-page7.txt: [("''The", 'The'), ("'of", 'of')]
ST19130218-V40-07-page9.txt: [("'terminate", 'terminate'), ("'disruptive", 'disruptive'), ("'to", 'to'), ("'they", 'they'), ("'bring", 'bring')]
ST19130311-V40-10-page1.txt: [("'tee", 'tee')]
ST19130311-V40-10-page10.txt: [("''There", 'There'), ("''The", 'The'), ("''And", 'And'), ("'s", 's')]
ST19130311-V40-10-page12.txt: [("'Magna", 'Magna'), ("'Yes", 'Yes'), ("'We", 'We')]
ST19130311-V40-10-page13.txt: [("''A", 'A'), ("'Sir", 'Sir'), ("'think", 'think'), ("'whatever", 'whatever'), ("'No", 'No')]
ST19130311-V40-10-page14.txt: [("'my", 'my'), ("'Render", 'Render'), ("'except", 'except'), ("'Give", 'Give'), ("'Idaho.", 'Idaho.')]
ST19130311-V40-10-page15.txt: [("'.", '.')]
ST19130311-V40-10-page16.txt: [("'fore", 'fore'), ("''.", '.')]
ST19130311-V40-10-page2.txt: [("'have", 'have'), ("'No", 'No')]
ST19130311-V40-10-page3.txt: [("'Be", 'Be'), ('\'"', '"')]
ST19130311-V40-10-page6.txt: [('\'book."', 'book."')]
ST19130311-V40-10-page7.txt: [("''Golden", 'Golden')]
ST19130311-V40-10-page8.txt: [("'and", 'and'), ("'know", 'know')]
ST19130311-V40-10-page9.txt: [("'higher", 'higher'), ("'s", 's')]
ST19130408-V40-14-page11.txt: [("'I", 'I')]
ST19130408-V40-14-page12.txt: [("''For", 'For'), ("'March", 'March')]
ST19130408-V40-14-page13.txt: [("'growing", 'growing')]
ST19130408-V40-14-page14.txt: [("'Aldrich", 'Aldrich'), ("'I", 'I'), ("'Best", 'Best'), ("'..", '..')]
ST19130408-V40-14-page15.txt: [("'they", 'they'), ("'thus", 'thus')]
ST19130408-V40-14-page16.txt: [("'and", 'and'), ("'by", 'by'), ("'range", 'range'), ("'sure", 'sure'), ("''Moth", 'Moth')]
ST19130408-V40-14-page2.txt: [("'Just", 'Just'), ("'bamboo", 'bamboo'), ("'a", 'a'), ("'Sea", 'Sea')]
ST19130408-V40-14-page3.txt: [("'ve", 've'), ("'thus", 'thus')]
ST19130408-V40-14-page4.txt: [("'Aubigne", 'Aubigne'), ("'s", 's'), ("'Aubigne", 'Aubigne')]
ST19130408-V40-14-page5.txt: [("'earth", 'earth'), ("'whole", 'whole')]
ST19130408-V40-14-page6.txt: [("'It", 'It'), ("'To", 'To'), ("'to", 'to'), ("'But", 'But')]
ST19130408-V40-14-page7.txt: [("'twill", 'twill'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'Tie", 'Tie'), ("'over", 'over'), ("'mid", 'mid'), ("'mid", 'mid')]
ST19130408-V40-14-page9.txt: [('\'age"', 'age"')]
ST19130429-V40-17-page10.txt: [("'fair", 'fair'), ("'United", 'United')]
ST19130429-V40-17-page11.txt: [("'engaged", 'engaged'), ("'s.", 's.'), ("'I", 'I'), ("'to", 'to')]
ST19130429-V40-17-page13.txt: [("'and", 'and'), ("'the", 'the'), ("'When", 'When'), ("'That", 'That'), ("'What", 'What'), ('\'No."Are', 'No."Are'), ("'then", 'then'), ("'Christ", 'Christ')]
ST19130429-V40-17-page14.txt: [("'devil", 'devil'), ("'Tinleo", 'Tinleo'), ("'be", 'be'), ("'Several", 'Several'), ("'Copies", 'Copies')]
ST19130429-V40-17-page16.txt: [("'Any", 'Any'), ("'year", 'year'), ("'est", 'est'), ("'times.", 'times.'), ("'the", 'the'), ("'any", 'any'), ("'the", 'the'), ("'right", 'right'), ("'Belgium", 'Belgium'), ("'for", 'for')]
ST19130429-V40-17-page2.txt: [("'last", 'last')]
ST19130429-V40-17-page3.txt: [("'Fermis", 'Fermis')]
ST19130429-V40-17-page4.txt: [("'s", 's'), ("'part", 'part')]
ST19130429-V40-17-page5.txt: [("'Lc", 'Lc'), ("'shuts", 'shuts')]
ST19130429-V40-17-page7.txt: [("'we", 'we')]
ST19130429-V40-17-page8.txt: [("'stead", 'stead'), ("'preached", 'preached'), ("'God", 'God')]
ST19130429-V40-17-page9.txt: [("'talents", 'talents'), ("'head", 'head')]
ST19130708-V40-26-page10.txt: [("'available", 'available')]
ST19130708-V40-26-page11.txt: [("'doors", 'doors'), ("'Down", 'Down'), ("'X", 'X')]
ST19130708-V40-26-page12.txt: [("'own", 'own'), ("'dream", 'dream')]
ST19130708-V40-26-page13.txt: [("''Desire", 'Desire')]
ST19130708-V40-26-page14.txt: [("'Who", 'Who'), ("'I", 'I'), ("'How", 'How'), ("'Can't", 'Cant'), ("'In", 'In'), ("''One", 'One')]
ST19130708-V40-26-page15.txt: [("'man", 'man'), ("'the", 'the')]
ST19130708-V40-26-page16.txt: [("''under", 'under'), ("'or", 'or'), ("'a", 'a'), ("'Acme", 'Acme')]
ST19130708-V40-26-page2.txt: [("'than", 'than')]
ST19130708-V40-26-page3.txt: [("'Sanhedrin", 'Sanhedrin')]
ST19130708-V40-26-page7.txt: [("'toile", 'toile'), ("'And", 'And'), ("'would", 'would'), ("'wisely", 'wisely')]
ST19130722-V40-28-page10.txt: [("'.The", '.The')]
ST19130722-V40-28-page12.txt: [("'cause", 'cause')]
ST19130722-V40-28-page14.txt: [("'tent", 'tent')]
ST19130722-V40-28-page15.txt: [("'to", 'to'), ("'Cs", 'Cs')]
ST19130722-V40-28-page16.txt: [("'marks", 'marks'), ("'is", 'is'), ("'hOspital", 'hOspital'), ("'pig's", 'pigs'), ("'ginit's", 'ginits'), ("'score", 'score'), ('\'"', '"'), ("'is", 'is'), ("'discoveicd", 'discoveicd'), ("'flue", 'flue'), ("'help", 'help'), ("'are", 'are'), ("'of", 'of')]
ST19130722-V40-28-page5.txt: [("'foretold", 'foretold')]
ST19130722-V40-28-page6.txt: [("'taken", 'taken')]
ST19130722-V40-28-page7.txt: [("'tense", 'tense')]
ST19130722-V40-28-page8.txt: [("'but", 'but')]
ST19130722-V40-28-page9.txt: [("'God", 'God'), ("'so", 'so')]
ST19130805-V40-30-page1.txt: [("'that", 'that'), ("'is", 'is')]
ST19130805-V40-30-page11.txt: [("'il", 'il'), ("'address", 'address')]
ST19130805-V40-30-page12.txt: [("'See", 'See'), ("'It", 'It'), ("'I", 'I'), ("'I", 'I'), ("'Beautiful", 'Beautiful'), ("'I've", 'Ive'), ("'What", 'What'), ("'It", 'It'), ("'Mrs.", 'Mrs.'), ("'come", 'come'), ("'Yes", 'Yes'), ("'I", 'I'), ("'The", 'The'), ("'that", 'that'), ("'We", 'We'), ("'But", 'But'), ("'Yes", 'Yes'), ("'Then", 'Then'), ("'that", 'that'), ("'I", 'I'), ("'I", 'I'), ("'Thank", 'Thank'), ("'that", 'that'), ("'Mother", 'Mother'), ("'No", 'No'), ("'-eful", '-eful')]
ST19130805-V40-30-page13.txt: [("'taught", 'taught'), ("'Our", 'Our'), ("'Now", 'Now'), ("'joy", 'joy')]
ST19130805-V40-30-page14.txt: [("'July", 'July'), ("'Review", 'Review'), ("'as", 'as'), ("'of", 'of')]
ST19130805-V40-30-page2.txt: [("'of", 'of'), ("'in", 'in'), ("'last", 'last'), ("'perilous", 'perilous'), ("'only", 'only'), ("'is", 'is'), ("'perilous", 'perilous')]
ST19130805-V40-30-page3.txt: [("'WITI", 'WITI')]
ST19130805-V40-30-page4.txt: [("'we", 'we'), ("'Take", 'Take')]
ST19130805-V40-30-page8.txt: [("'ears", 'ears')]
ST19130805-V40-30-page9.txt: [("'five", 'five')]
ST19130812-V40-31-page10.txt: [("'morally", 'morally'), ("'strong", 'strong')]
ST19130812-V40-31-page11.txt: [("'T", 'T')]
ST19130812-V40-31-page14.txt: [("'Christian", 'Christian'), ("'alone.", 'alone.'), ("'Greeks", 'Greeks'), ("'general", 'general'), ("'secretary", 'secretary'), ("''given", 'given'), ("'many", 'many')]
ST19130812-V40-31-page2.txt: [("'omitted", 'omitted'), ("'hat", 'hat')]
ST19130812-V40-31-page3.txt: [("'Go", 'Go')]
ST19130812-V40-31-page4.txt: [("'a", 'a')]
ST19130812-V40-31-page8.txt: [("'broad-based", 'broad-based'), ("'s", 's')]
ST19130812-V40-31-page9.txt: [("'fact", 'fact'), ("'those", 'those')]
ST19130819-V40-32-page12.txt: [("'his", 'his')]
ST19130819-V40-32-page14.txt: [("'a", 'a'), ("'s", 's')]
ST19130819-V40-32-page16.txt: [('\'Authorized"', 'Authorized"'), ("'American", 'American'), ("'it", 'it'), ("'Thy", 'Thy'), ("'we", 'we')]
ST19130819-V40-32-page2.txt: [("'meant", 'meant')]
ST19130819-V40-32-page3.txt: [("'Even", 'Even'), ("'wrought", 'wrought')]
ST19130819-V40-32-page4.txt: [("'virtue", 'virtue'), ("'of", 'of'), ("'to", 'to')]
ST19130819-V40-32-page6.txt: [("'off", 'off')]
ST19130819-V40-32-page7.txt: [("'the", 'the'), ("'neath", 'neath'), ("'twere", 'twere')]
ST19130819-V40-32-page8.txt: [("'Object", 'Object'), ("'God", 'God')]
ST19130819-V40-32-page9.txt: [("'intoxicant", 'intoxicant'), ("'Diamond", 'Diamond'), ("'The", 'The')]
ST19130826-V40-33-page12.txt: [("'I", 'I'), ("'Ev'rybody's", 'Evrybodys'), ("'show", 'show'), ("'front", 'front'), ("'Annie", 'Annie'), ("'The", 'The'), ("'The", 'The'), ("'The", 'The'), ("'turkey", 'turkey'), ("'seem", 'seem')]
ST19130826-V40-33-page13.txt: [("''Under", 'Under')]
ST19130826-V40-33-page14.txt: [("'h", 'h')]
ST19130826-V40-33-page2.txt: [("'of", 'of'), ("'His", 'His'), ("'marvelously", 'marvelously')]
ST19130826-V40-33-page4.txt: [("'chart", 'chart'), ("'s", 's')]
ST19130826-V40-33-page5.txt: [("'Tis", 'Tis'), ("'Mid", 'Mid'), ("'Because", 'Because'), ("'twill", 'twill')]
ST19130826-V40-33-page7.txt: [("'Me", 'Me')]
ST19130826-V40-33-page9.txt: [("'We", 'We'), ("'pitiable", 'pitiable')]
ST19130923-V40-37-page10.txt: [("'Our", 'Our'), ("'s", 's'), ("'faith.", 'faith.'), ("'a", 'a'), ("'him", 'him')]
ST19130923-V40-37-page11.txt: [("'the", 'the')]
ST19130923-V40-37-page12.txt: [("'North", 'North'), ("'s", 's'), ("'tracts", 'tracts')]
ST19130923-V40-37-page13.txt: [("'loth", 'loth')]
ST19130923-V40-37-page14.txt: [("'on.", 'on.')]
ST19130923-V40-37-page16.txt: [("'and", 'and'), ("'philosophical", 'philosophical'), ("'there", 'there'), ("''call", 'call'), ("'truth", 'truth'), ("'My", 'My'), ("'and", 'and'), ("'vote", 'vote'), ("'R.", 'R.'), ("'I", 'I'), ("'I", 'I')]
ST19130923-V40-37-page2.txt: [("'United", 'United')]
ST19130923-V40-37-page4.txt: [("'not", 'not')]
ST19130923-V40-37-page5.txt: [("'s", 's')]
ST19130923-V40-37-page7.txt: [("'now", 'now'), ("'will", 'will')]
ST19130923-V40-37-page9.txt: [("'there", 'there'), ("'when", 'when'), ("''And", 'And'), ("'that", 'that')]
ST19130930-V40-38-page10.txt: [("'social", 'social')]
ST19130930-V40-38-page11.txt: [("'positive", 'positive'), ("'salvarsan", 'salvarsan'), ("'We", 'We'), ("'friend", 'friend')]
ST19130930-V40-38-page12.txt: [("'Turk", 'Turk'), ("'the", 'the'), ("'September", 'September'), ("'and", 'and'), ("'God's", 'Gods'), ("'s", 's'), ("'meet", 'meet'), ("'its", 'its'), ("'if", 'if'), ("'s", 's'), ("'.which", '.which')]
ST19130930-V40-38-page13.txt: [("'English", 'English'), ("'demand", 'demand')]
ST19130930-V40-38-page14.txt: [("'felt", 'felt'), ("'physician", 'physician')]
ST19130930-V40-38-page15.txt: [("'obtainable.", 'obtainable.'), ("'heist", 'heist')]
ST19130930-V40-38-page16.txt: [("'it", 'it'), ("'term", 'term')]
ST19130930-V40-38-page2.txt: [("'a", 'a'), ("'of", 'of'), ("'K", 'K')]
ST19130930-V40-38-page4.txt: [("'death", 'death'), ("'inferior", 'inferior')]
ST19130930-V40-38-page5.txt: [("'neath", 'neath'), ("'lewd", 'lewd'), ("'judges", 'judges')]
ST19130930-V40-38-page7.txt: [("'of", 'of'), ("'them", 'them')]
ST19131111-V40-43-page1.txt: [("'prepared", 'prepared')]
ST19131111-V40-43-page10.txt: [("'reasons", 'reasons')]
ST19131111-V40-43-page11.txt: [("'printed", 'printed'), ("'is", 'is'), ("'destruction", 'destruction')]
ST19131111-V40-43-page12.txt: [("'neath", 'neath'), ("'Tis", 'Tis'), ("'Angry", 'Angry')]
ST19131111-V40-43-page13.txt: [("'that", 'that'), ("'not", 'not')]
ST19131111-V40-43-page14.txt: [("'for", 'for'), ("'to.", 'to.'), ("'before", 'before'), ("'air", 'air'), ("'of", 'of')]
ST19131111-V40-43-page3.txt: [("'Thou", 'Thou'), ("'Though", 'Though'), ("'A", 'A'), ("'those", 'those')]
ST19131111-V40-43-page4.txt: [("'twas", 'twas'), ("'hen", 'hen')]
ST19131111-V40-43-page6.txt: [("'thus", 'thus'), ("'and", 'and')]
ST19131111-V40-43-page7.txt: [("'free.", 'free.'), ("'death", 'death'), ("'stand", 'stand'), ("'he", 'he'), ("'large", 'large')]
ST19131111-V40-43-page9.txt: [("'are", 'are'), ("'Lord's", 'Lords'), ("'As", 'As'), ("'so", 'so'), ("'of", 'of')]
ST19131118-V40-44-page1.txt: [("'T", 'T'), ("'I", 'I'), ("'that", 'that'), ("'run", 'run'), ("'the", 'the'), ("'the", 'the')]
ST19131118-V40-44-page10.txt: [("'that", 'that'), ("'whosoever", 'whosoever'), ("'either", 'either'), ("'if", 'if'), ("'unutterably", 'unutterably'), ("'the", 'the'), ("'live", 'live'), ("'is", 'is'), ("'everlasting", 'everlasting'), ("'like", 'like'), ("'will", 'will'), ("'cast", 'cast'), ("'a", 'a'), ("'shall", 'shall'), ("'shall", 'shall'), ("'into", 'into')]
ST19131118-V40-44-page12.txt: [("'opening", 'opening'), ("'at", 'at'), ("'definitely", 'definitely')]
ST19131118-V40-44-page15.txt: [("'Pale", 'Pale'), ("'of", 'of')]
ST19131118-V40-44-page16.txt: [("'s", 's')]
ST19131118-V40-44-page3.txt: [("'he", 'he')]
ST19131118-V40-44-page4.txt: [("'the", 'the'), ("'fulness", 'fulness'), ("'use", 'use'), ("'There", 'There'), ("'Wash", 'Wash'), ("'Though", 'Though'), ("'what", 'what'), ("'name", 'name')]
ST19131118-V40-44-page5.txt: [("'Gainst", 'Gainst'), ("'To", 'To'), ("'forever", 'forever')]
ST19131118-V40-44-page6.txt: [("'the", 'the'), ("'necessary", 'necessary')]
ST19131118-V40-44-page8.txt: [("'to", 'to')]
ST19131216-V40-48-page1.txt: [("'If", 'If'), ("'and", 'and')]
ST19131216-V40-48-page10.txt: [("'Did", 'Did'), ("'this", 'this'), ("'this", 'this'), ("'Thou", 'Thou'), ("'Thou", 'Thou')]
ST19131216-V40-48-page12.txt: [("'miles", 'miles')]
ST19131216-V40-48-page14.txt: [("'great", 'great')]
ST19131216-V40-48-page15.txt: [("'lollIto", 'lollIto')]
ST19131216-V40-48-page16.txt: [("'Tapers", 'Tapers')]
ST19131216-V40-48-page4.txt: [("'continues", 'continues'), ("'masterly", 'masterly'), ("'DARKEST", 'DARKEST'), ("'in", 'in')]
ST19131216-V40-48-page9.txt: [("'secret", 'secret')]
ST19140113-V41-01-page1.txt: [("'VOLUME", 'VOLUME'), ("'Peace", 'Peace')]
ST19140113-V41-01-page10.txt: [("'Christ's", 'Christs')]
ST19140113-V41-01-page12.txt: [("'n", 'n'), ("'that", 'that')]
ST19140113-V41-01-page13.txt: [("'practically", 'practically'), ("'TRUE", 'TRUE')]
ST19140113-V41-01-page16.txt: [("'wide", 'wide'), ("'force", 'force'), ("'no", 'no'), ("'of", 'of'), ("'the", 'the'), ("'preach.", 'preach.'), ("'if", 'if'), ("'they", 'they')]
ST19140113-V41-01-page2.txt: [("'WARS", 'WARS'), ("'no", 'no')]
ST19140113-V41-01-page3.txt: [("'All", 'All')]
ST19140113-V41-01-page5.txt: [("'Matt.", 'Matt.'), ("'was", 'was')]
ST19140113-V41-01-page6.txt: [("'Do", 'Do')]
ST19140113-V41-01-page8.txt: [("'that", 'that')]
ST19140113-V41-01-page9.txt: [("'sustain", 'sustain'), ("'Handbooks", 'Handbooks'), ("'of", 'of')]
ST19140120-V41-02-page1.txt: [("'W.Nlk", 'W.Nlk'), ("'Desperately", 'Desperately')]
ST19140120-V41-02-page10.txt: [("'only", 'only')]
ST19140120-V41-02-page11.txt: [("'AVI.", 'AVI.')]
ST19140120-V41-02-page13.txt: [("'whOm", 'whOm'), ("'Marquis.", 'Marquis.'), ("'together", 'together')]
ST19140120-V41-02-page16.txt: [("'but", 'but'), ("'of", 'of')]
ST19140120-V41-02-page3.txt: [("'.", '.')]
ST19140120-V41-02-page5.txt: [("'Tis", 'Tis')]
ST19140120-V41-02-page8.txt: [("'All", 'All'), ("'of", 'of'), ("'or", 'or')]
ST19140127-V41-03-page10.txt: [("'LIFE", 'LIFE'), ("'of", 'of')]
ST19140127-V41-03-page11.txt: [("'the", 'the'), ("'subject", 'subject')]
ST19140127-V41-03-page12.txt: [("'administered", 'administered')]
ST19140127-V41-03-page14.txt: [("'gaze", 'gaze')]
ST19140127-V41-03-page16.txt: [("'for", 'for')]
ST19140127-V41-03-page2.txt: [("'Take", 'Take'), ("'rehabilitation", 'rehabilitation'), ("'shoved", 'shoved'), ("'for", 'for'), ("'it", 'it')]
ST19140127-V41-03-page6.txt: [("'wrong", 'wrong')]
ST19140127-V41-03-page7.txt: [("'Rom.", 'Rom.')]
ST19140127-V41-03-page8.txt: [("'any", 'any')]
ST19140127-V41-03-page9.txt: [("'Primeval", 'Primeval')]
ST19140203-V41-04-page1.txt: [("'VOLUME", 'VOLUME')]
ST19140203-V41-04-page10.txt: [("'the", 'the'), ('\'science."', 'science."')]
ST19140203-V41-04-page11.txt: [("'composed", 'composed'), ("'is", 'is'), ("'Christ", 'Christ'), ("'the", 'the'), ("'Jesus", 'Jesus'), ("'cub", 'cub'), ("'this", 'this')]
ST19140203-V41-04-page13.txt: [("'idleness", 'idleness'), ("'proposed", 'proposed')]
ST19140203-V41-04-page14.txt: [("'I", 'I'), ("'I", 'I'), ("'the", 'the'), ("'I", 'I'), ("'to", 'to'), ("'the", 'the')]
ST19140203-V41-04-page16.txt: [("'of.our", 'of.our')]
ST19140203-V41-04-page3.txt: [("'as", 'as'), ("'he", 'he')]
ST19140203-V41-04-page4.txt: [("'raised", 'raised'), ("'Except", 'Except')]
ST19140203-V41-04-page7.txt: [("'gainst", 'gainst')]
ST19140203-V41-04-page8.txt: [("'As", 'As')]
ST19140203-V41-04-page9.txt: [("'ol'd", 'old')]
ST19140210-V41-05-page10.txt: [("'Philosophy", 'Philosophy'), ("'they", 'they')]
ST19140210-V41-05-page11.txt: [("'order", 'order'), ("'E", 'E')]
ST19140210-V41-05-page12.txt: [("'Progress", 'Progress')]
ST19140210-V41-05-page14.txt: [("'Deep", 'Deep'), ("'tand", 'tand')]
ST19140210-V41-05-page15.txt: [("'student", 'student'), ("'grateful", 'grateful')]
ST19140210-V41-05-page3.txt: [("'Prophets", 'Prophets'), ("'Repentant", 'Repentant'), ("'how", 'how')]
ST19140210-V41-05-page5.txt: [("'humanity", 'humanity')]
ST19140210-V41-05-page9.txt: [("'No", 'No'), ("'In", 'In'), ("'Tis", 'Tis'), ("'tis", 'tis')]
ST19140217-V41-06-page1.txt: [("'You", 'You'), ("'You", 'You'), ('\'"', '"')]
ST19140217-V41-06-page13.txt: [("'Dr.", 'Dr.'), ("'copies", 'copies')]
ST19140217-V41-06-page15.txt: [("'Pacific", 'Pacific')]
ST19140217-V41-06-page2.txt: [("'more", 'more')]
ST19140217-V41-06-page3.txt: [("'Prevailing", 'Prevailing'), ("'Pentecost", 'Pentecost')]
ST19140217-V41-06-page4.txt: [("'ts", 'ts')]
ST19140217-V41-06-page5.txt: [("'This", 'This')]
ST19140217-V41-06-page9.txt: [("'which", 'which'), ("'There", 'There')]
ST19140224-V41-07-page1.txt: [("'earth.", 'earth.')]
ST19140224-V41-07-page10.txt: [("'law", 'law'), ("'same", 'same')]
ST19140224-V41-07-page12.txt: [("'with", 'with'), ("'Protected", 'Protected')]
ST19140224-V41-07-page14.txt: [("'life", 'life')]
ST19140224-V41-07-page16.txt: [("'us", 'us')]
ST19140224-V41-07-page2.txt: [("'Christ", 'Christ'), ("'hearts", 'hearts')]
ST19140224-V41-07-page3.txt: [("'Mem", 'Mem'), ("'Prison", 'Prison'), ("'the", 'the'), ("'be", 'be'), ("'clear", 'clear')]
ST19140224-V41-07-page6.txt: [("'Destroyed", 'Destroyed'), ("'Dwelling", 'Dwelling')]
ST19140224-V41-07-page7.txt: [("'WUMarcR", 'WUMarcR'), ("'tis", 'tis')]
ST19140224-V41-07-page8.txt: [("'o", 'o'), ("'blessed", 'blessed'), ("'last", 'last'), ("'love", 'love'), ("'Lord.", 'Lord.')]
ST19140224-V41-07-page9.txt: [("'His", 'His')]
ST19140303-V41-08-page1.txt: [("'mercy", 'mercy')]
ST19140303-V41-08-page11.txt: [("'upon", 'upon'), ("'His", 'His')]
ST19140303-V41-08-page12.txt: [("'Murandu", 'Murandu'), ("'He", 'He'), ("'Why", 'Why'), ("'captive", 'captive'), ("'Jesu", 'Jesu'), ("'the", 'the')]
ST19140303-V41-08-page13.txt: [("'We", 'We'), ("'The", 'The'), ("'The", 'The'), ("'Diabolical", 'Diabolical'), ("'to", 'to'), ("'save", 'save'), ("'and", 'and'), ("'to", 'to')]
ST19140303-V41-08-page14.txt: [("'better", 'better')]
ST19140303-V41-08-page15.txt: [("'I", 'I'), ("'character", 'character')]
ST19140303-V41-08-page2.txt: [("'faith.", 'faith.'), ("'they", 'they'), ("'make", 'make')]
ST19140303-V41-08-page4.txt: [("'Destruction", 'Destruction'), ("'the", 'the')]
ST19140303-V41-08-page5.txt: [("'end", 'end'), ("'be", 'be'), ("'aie", 'aie'), ("'id", 'id'), ("'Peace", 'Peace'), ("'fessing", 'fessing')]
ST19140303-V41-08-page6.txt: [("'Rose", 'Rose'), ("'hunger", 'hunger')]
ST19140303-V41-08-page8.txt: [("'Promise", 'Promise'), ("'Our", 'Our'), ("'His", 'His')]
ST19140310-V41-09-page1.txt: [("'sk.t", 'sk.t'), ("'Reaffirms", 'Reaffirms'), ("'the", 'the'), ("'pay", 'pay'), ("'that", 'that')]
ST19140310-V41-09-page10.txt: [("'be", 'be'), ("'and", 'and'), ("'being", 'being')]
ST19140310-V41-09-page11.txt: [("'a", 'a'), ("'WM", 'WM'), ("'who", 'who')]
ST19140310-V41-09-page13.txt: [("'coWe", 'coWe'), ("'be", 'be')]
ST19140310-V41-09-page14.txt: [("'was", 'was')]
ST19140310-V41-09-page15.txt: [("'f", 'f'), ("'in", 'in')]
ST19140310-V41-09-page16.txt: [("'more", 'more'), ("'seamy", 'seamy'), ("'The", 'The'), ("'criticisms", 'criticisms'), ("'progress", 'progress'), ("'represented", 'represented'), ("'that", 'that'), ("'continually", 'continually')]
ST19140310-V41-09-page2.txt: [("'mission", 'mission'), ("'To", 'To'), ("'bear", 'bear'), ("'contend", 'contend'), ("'The", 'The'), ("'Holy", 'Holy'), ("'the", 'the'), ("'Protestant", 'Protestant'), ("'to", 'to'), ("'Holy", 'Holy'), ("'the", 'the')]
ST19140310-V41-09-page3.txt: [("'thou", 'thou')]
ST19140310-V41-09-page4.txt: [("'army", 'army')]
ST19140310-V41-09-page6.txt: [("'of", 'of')]
ST19140310-V41-09-page7.txt: [("'Thus", 'Thus'), ("'In", 'In'), ("'for", 'for'), ("'Search", 'Search'), ("'Search", 'Search'), ("'Protestantism", 'Protestantism'), ("'had", 'had'), ("'free", 'free'), ("'In", 'In')]
ST19140310-V41-09-page8.txt: [("'Refuted", 'Refuted'), ("'Power", 'Power'), ("'total", 'total'), ("'we", 'we')]
ST19140317-V41-10-page10.txt: [("'leave", 'leave')]
ST19140317-V41-10-page11.txt: [("'carrying", 'carrying'), ("'offering", 'offering')]
ST19140317-V41-10-page12.txt: [("'Does", 'Does')]
ST19140317-V41-10-page13.txt: [("'And", 'And'), ("'To", 'To')]
ST19140317-V41-10-page15.txt: [("'The", 'The'), ("'The", 'The')]
ST19140317-V41-10-page16.txt: [("'Adventists", 'Adventists'), ("'of", 'of'), ("'able", 'able')]
ST19140317-V41-10-page2.txt: [("'How", 'How'), ("'Every", 'Every'), ("'Christ", 'Christ')]
ST19140317-V41-10-page3.txt: [("'the", 'the'), ("'MAKES", 'MAKES')]
ST19140317-V41-10-page4.txt: [("'Can", 'Can'), ("'.", '.')]
ST19140317-V41-10-page5.txt: [("'had", 'had')]
ST19140317-V41-10-page6.txt: [("'they", 'they'), ("'fire", 'fire'), ("'you", 'you'), ("'What", 'What'), ("'Because", 'Because'), ("'Well", 'Well'), ("'Why", 'Why'), ("'Yes", 'Yes'), ("'Well", 'Well'), ("'if", 'if'), ("'It", 'It')]
ST19140317-V41-10-page8.txt: [("'from", 'from')]
ST19140324-V41-11-page1.txt: [("'party", 'party'), ("'Discussions", 'Discussions')]
ST19140324-V41-11-page10.txt: [("'about", 'about'), ("'being", 'being')]
ST19140324-V41-11-page11.txt: [("'high", 'high')]
ST19140324-V41-11-page13.txt: [("''Kotoi", 'Kotoi'), ("'visit", 'visit'), ("'Three", 'Three'), ("'Evangelist.", 'Evangelist.')]
ST19140324-V41-11-page14.txt: [("'distribution", 'distribution'), ("'break", 'break'), ("'L", 'L')]
ST19140324-V41-11-page16.txt: [("'nature", 'nature'), ("'kpeaking", 'kpeaking'), ("'papers", 'papers'), ("'who", 'who')]
ST19140324-V41-11-page2.txt: [("'members", 'members'), ("'we", 'we')]
ST19140324-V41-11-page3.txt: [("'places", 'places'), ("'minds", 'minds')]
ST19140324-V41-11-page4.txt: [("'of", 'of')]
ST19140324-V41-11-page6.txt: [("'the", 'the'), ("'that", 'that')]
ST19140324-V41-11-page7.txt: [("'in", 'in')]
ST19140324-V41-11-page8.txt: [("'Political", 'Political'), ("'Proved", 'Proved'), ("'in", 'in'), ("'However", 'However'), ("'Putting", 'Putting'), ("'and", 'and'), ("'Have", 'Have'), ("'Jewish", 'Jewish'), ("'Are", 'Are'), ("'Upon", 'Upon'), ("'I", 'I'), ("'I", 'I'), ("'Physical", 'Physical')]
ST19140324-V41-11-page9.txt: [("'prayers", 'prayers'), ("'have", 'have')]
ST19140331-V41-12-page13.txt: [("'hardly", 'hardly')]
ST19140331-V41-12-page14.txt: [("'sun", 'sun'), ("'Yes", 'Yes')]
ST19140331-V41-12-page15.txt: [("'If", 'If'), ("'Son", 'Son')]
ST19140331-V41-12-page16.txt: [("'degeneracy.", 'degeneracy.'), ("'men", 'men')]
ST19140331-V41-12-page3.txt: [("'Days", 'Days')]
ST19140331-V41-12-page4.txt: [("'stood", 'stood'), ("'most", 'most')]
ST19140331-V41-12-page5.txt: [("'would", 'would'), ("'suffered", 'suffered')]
ST19140331-V41-12-page6.txt: [("'and", 'and')]
ST19140331-V41-12-page7.txt: [("'the", 'the'), ("'God", 'God')]
ST19140331-V41-12-page8.txt: [("'obedience", 'obedience')]
ST19140331-V41-12-page9.txt: [("'ewe", 'ewe')]
ST19140407-V41-13-page10.txt: [("'in", 'in'), ("'Give", 'Give'), ("'the", 'the')]
ST19140407-V41-13-page11.txt: [("'to", 'to'), ("'they", 'they')]
ST19140407-V41-13-page14.txt: [("'must", 'must')]
ST19140407-V41-13-page15.txt: [("'a", 'a')]
ST19140407-V41-13-page16.txt: [("'night", 'night'), ("'for", 'for')]
ST19140407-V41-13-page2.txt: [("'and", 'and')]
ST19140407-V41-13-page3.txt: [("'first", 'first')]
ST19140407-V41-13-page4.txt: [("'of", 'of'), ("'forward", 'forward')]
ST19140407-V41-13-page5.txt: [("'the", 'the'), ("'strengthens", 'strengthens')]
ST19140407-V41-13-page6.txt: [("'.", '.')]
ST19140407-V41-13-page8.txt: [("'Can", 'Can'), ("'from", 'from')]
ST19140407-V41-13-page9.txt: [("'Afterward", 'Afterward')]
ST19140414-V41-14-page10.txt: [("'Disease", 'Disease')]
ST19140414-V41-14-page11.txt: [("'say", 'say')]
ST19140414-V41-14-page12.txt: [("'WE", 'WE')]
ST19140414-V41-14-page13.txt: [("'prayingthat", 'prayingthat')]
ST19140414-V41-14-page14.txt: [("'the", 'the'), ("'Letter", 'Letter'), ("'There", 'There')]
ST19140414-V41-14-page15.txt: [("'many", 'many'), ("'Freight", 'Freight')]
ST19140414-V41-14-page16.txt: [("'American", 'American'), ("'Shall", 'Shall')]
ST19140414-V41-14-page3.txt: [("'said", 'said'), ("'and", 'and'), ("'never", 'never')]
ST19140414-V41-14-page4.txt: [("'Saviour", 'Saviour'), ("'all", 'all'), ("'departure", 'departure'), ("'time", 'time'), ("'twixt", 'twixt')]
ST19140414-V41-14-page5.txt: [("'AND", 'AND')]
ST19140414-V41-14-page6.txt: [("'He", 'He')]
ST19140414-V41-14-page7.txt: [("'The", 'The')]
ST19140414-V41-14-page8.txt: [("'by", 'by')]
ST19140414-V41-14-page9.txt: [("'It", 'It'), ("'and", 'and'), ("'in", 'in')]
ST19140421-V41-15-page11.txt: [("'a", 'a'), ("'of", 'of')]
ST19140421-V41-15-page13.txt: [("'by", 'by')]
ST19140421-V41-15-page14.txt: [("'a", 'a'), ("'hog", 'hog')]
ST19140421-V41-15-page15.txt: [("'Belt", 'Belt'), ("'Ell", 'Ell')]
ST19140421-V41-15-page16.txt: [("'man", 'man')]
ST19140421-V41-15-page3.txt: [("'met", 'met'), ("'Rev.", 'Rev.'), ("'Probation", 'Probation')]
ST19140421-V41-15-page6.txt: [("'Liberty", 'Liberty')]
ST19140421-V41-15-page7.txt: [("'man", 'man')]
ST19140421-V41-15-page8.txt: [("'privilege", 'privilege'), ("'That", 'That'), ("'continues", 'continues')]
ST19140421-V41-15-page9.txt: [("'All", 'All'), ("'the", 'the'), ("'the", 'the'), ("'These", 'These'), ("'the", 'the'), ("'I", 'I'), ("'God", 'God')]
ST19140428-V41-16-page1.txt: [("'That", 'That'), ("'believe", 'believe'), ("'There", 'There'), ("'of", 'of'), ("'For", 'For'), ("'It", 'It')]
ST19140428-V41-16-page10.txt: [("'He", 'He'), ("'But", 'But'), ("'Did", 'Did')]
ST19140428-V41-16-page13.txt: [("'On", 'On'), ("'.contaminated", '.contaminated')]
ST19140428-V41-16-page14.txt: [("'same", 'same'), ("'many", 'many')]
ST19140428-V41-16-page15.txt: [("'Jacobites", 'Jacobites'), ("'Corner", 'Corner'), ("'judging", 'judging')]
ST19140428-V41-16-page16.txt: [("'in", 'in'), ("'TEE", 'TEE'), ("'further", 'further')]
ST19140428-V41-16-page2.txt: [("'You", 'You'), ("'You", 'You'), ("'You", 'You'), ("'of", 'of'), ("'workman", 'workman')]
ST19140428-V41-16-page3.txt: [("'the", 'the'), ("'was", 'was'), ("'religious", 'religious'), ("'Congress", 'Congress'), ("'The", 'The'), ("'but", 'but'), ("'America", 'America')]
ST19140428-V41-16-page5.txt: [("'household.", 'household.'), ("'in", 'in')]
ST19140428-V41-16-page7.txt: [("'always", 'always')]
ST19140428-V41-16-page8.txt: [("'neither", 'neither'), ("'brother", 'brother')]
ST19140428-V41-16-page9.txt: [("'did", 'did')]
ST19140505-V41-17-page1.txt: [("'was", 'was')]
ST19140505-V41-17-page10.txt: [("'insist", 'insist'), ("'possessed", 'possessed')]
ST19140505-V41-17-page11.txt: [("'go", 'go'), ("'Those", 'Those')]
ST19140505-V41-17-page12.txt: [("'HEADQUARTERS", 'HEADQUARTERS'), ("'women", 'women')]
ST19140505-V41-17-page13.txt: [("'train", 'train')]
ST19140505-V41-17-page14.txt: [("'TIS", 'TIS'), ("'to", 'to')]
ST19140505-V41-17-page16.txt: [("'possible", 'possible'), ("'connect", 'connect'), ("'down", 'down'), ("'know", 'know'), ("'of", 'of')]
ST19140505-V41-17-page2.txt: [("'Night", 'Night'), ("'as", 'as')]
ST19140505-V41-17-page3.txt: [("'public", 'public')]
ST19140505-V41-17-page7.txt: [("'entitled", 'entitled')]
ST19140505-V41-17-page8.txt: [("'this", 'this'), ("'for", 'for'), ("'question", 'question')]
ST19140505-V41-17-page9.txt: [("'the", 'the')]
ST19140512-V41-18-page1.txt: [("'sometime", 'sometime'), ("'shall", 'shall'), ("'Shall", 'Shall'), ("'soul", 'soul'), ("'shall", 'shall'), ("'shall", 'shall'), ("'shalt", 'shalt'), ("'Stout.", 'Stout.'), ("'shall", 'shall'), ("'abiour", 'abiour'), ("'shall", 'shall'), ("'shining", 'shining'), ("'spirit", 'spirit'), ("'Shall", 'Shall'), ("'shall", 'shall')]
ST19140512-V41-18-page10.txt: [("'nianifold", 'nianifold'), ("'were", 'were'), ("'chasing", 'chasing'), ("'politics", 'politics')]
ST19140512-V41-18-page13.txt: [("'a", 'a'), ("'peculiar", 'peculiar'), ("'Because", 'Because')]
ST19140512-V41-18-page14.txt: [("'not", 'not')]
ST19140512-V41-18-page15.txt: [("'And", 'And'), ("'Asis.", 'Asis.'), ("'Asis", 'Asis'), ("'own", 'own'), ("'If", 'If')]
ST19140512-V41-18-page16.txt: [("'of", 'of'), ("'the", 'the'), ("'involve", 'involve'), ("'pleasures", 'pleasures'), ("'of", 'of'), ("'cause", 'cause'), ("'agriculture.", 'agriculture.'), ("'the", 'the'), ("'great", 'great'), ("'carried", 'carried')]
ST19140512-V41-18-page2.txt: [("'What", 'What'), ("'Remember", 'Remember'), ("'That", 'That'), ("'Now", 'Now'), ("'And", 'And'), ("'Yes", 'Yes'), ("'Now", 'Now'), ("'And", 'And')]
ST19140512-V41-18-page3.txt: [("'which", 'which'), ("'venerable", 'venerable'), ("'seventh", 'seventh'), ("'according", 'according'), ("'Think", 'Think'), ("'seventh", 'seventh'), ("'my", 'my'), ("'Six", 'Six'), ("'All", 'All')]
ST19140512-V41-18-page4.txt: [("'upon", 'upon')]
ST19140512-V41-18-page5.txt: [("'lleW", 'lleW'), ("'s", 's')]
ST19140512-V41-18-page6.txt: [("'The", 'The')]
ST19140512-V41-18-page7.txt: [("'the", 'the'), ("'fire", 'fire'), ("'for", 'for'), ("'a", 'a')]
ST19140512-V41-18-page9.txt: [("'robbed", 'robbed')]
ST19140519-V41-19-page1.txt: [("'the", 'the')]
ST19140519-V41-19-page13.txt: [("'Emma", 'Emma')]
ST19140519-V41-19-page14.txt: [("'do", 'do'), ("'to", 'to')]
ST19140519-V41-19-page15.txt: [("'always", 'always'), ("'In", 'In'), ("'cheered", 'cheered'), ("'the", 'the')]
ST19140519-V41-19-page16.txt: [("'Of", 'Of')]
ST19140519-V41-19-page2.txt: [("'speakers", 'speakers'), ("'ARTICLE", 'ARTICLE'), ("'Section", 'Section'), ("'advertise", 'advertise')]
ST19140519-V41-19-page3.txt: [('\'"', '"')]
ST19140519-V41-19-page4.txt: [("'to", 'to'), ("'who", 'who')]
ST19140519-V41-19-page5.txt: [("'should", 'should')]
ST19140519-V41-19-page6.txt: [("'a", 'a')]
ST19140519-V41-19-page7.txt: [("'EXCUSE", 'EXCUSE')]
ST19140519-V41-19-page8.txt: [("'Whatsoever", 'Whatsoever')]
ST19140526-V41-20-page10.txt: [("'tends", 'tends')]
ST19140526-V41-20-page11.txt: [("'What", 'What')]
ST19140526-V41-20-page13.txt: [("'country", 'country'), ("'aer", 'aer'), ('\'."', '."')]
ST19140526-V41-20-page16.txt: [("'crying", 'crying'), ("'be", 'be'), ("''Cigarettes", 'Cigarettes')]
ST19140526-V41-20-page2.txt: [("'the", 'the')]
ST19140526-V41-20-page4.txt: [("'of", 'of')]
ST19140526-V41-20-page5.txt: [("'will", 'will')]
ST19140526-V41-20-page6.txt: [("'the", 'the'), ("'a", 'a')]
ST19140526-V41-20-page7.txt: [("'by", 'by'), ("'It", 'It')]
ST19140526-V41-20-page8.txt: [("'Noe", 'Noe'), ("'my", 'my')]
ST19140526-V41-20-page9.txt: [("'V", 'V'), ('\'anxious."', 'anxious."'), ("'to", 'to'), ("'tis", 'tis')]
ST19140602-V41-21-page1.txt: [("'was", 'was')]
ST19140602-V41-21-page10.txt: [("'Thy", 'Thy'), ("'That", 'That'), ("'such", 'such'), ("'Creator", 'Creator'), ("'no", 'no')]
ST19140602-V41-21-page12.txt: [("'went", 'went'), ("'It", 'It'), ("'evangelist.", 'evangelist.')]
ST19140602-V41-21-page13.txt: [("'for", 'for'), ("'tithepaying", 'tithepaying'), ("'Sixteen", 'Sixteen'), ("'taken", 'taken'), ("'nearly", 'nearly')]
ST19140602-V41-21-page15.txt: [("'will", 'will')]
ST19140602-V41-21-page16.txt: [("'Times", 'Times'), ("'estates.", 'estates.'), ("'spectacle", 'spectacle'), ("'freedom", 'freedom'), ("'collect", 'collect')]
ST19140602-V41-21-page2.txt: [("'Wesley", 'Wesley')]
ST19140602-V41-21-page3.txt: [("'Then", 'Then'), ("'day", 'day'), ("'The", 'The')]
ST19140602-V41-21-page4.txt: [("'Depart", 'Depart'), ("'and", 'and'), ("'find", 'find'), ("'Sunday", 'Sunday'), ("'altogether", 'altogether')]
ST19140602-V41-21-page5.txt: [("'Tis", 'Tis')]
ST19140602-V41-21-page6.txt: [("'or", 'or'), ("'stress", 'stress'), ("'is", 'is'), ("'have", 'have')]
ST19140602-V41-21-page7.txt: [("'of", 'of'), ("'old", 'old'), ("'scattering", 'scattering')]
ST19140602-V41-21-page8.txt: [("'the", 'the')]
ST19140602-V41-21-page9.txt: [("'ever", 'ever'), ("'speak", 'speak')]
ST19140609-V41-22-page10.txt: [("'breaks", 'breaks'), ("'belief", 'belief')]
ST19140609-V41-22-page12.txt: [("'the", 'the')]
ST19140609-V41-22-page14.txt: [("'Costa", 'Costa')]
ST19140609-V41-22-page15.txt: [("'the", 'the'), ("'Corner.", 'Corner.'), ("'Vernon", 'Vernon')]
ST19140609-V41-22-page16.txt: [("'It", 'It'), ("'He", 'He'), ("'Will", 'Will'), ("'service", 'service'), ("'should", 'should')]
ST19140609-V41-22-page3.txt: [("'were", 'were'), ("'starlight", 'starlight'), ("'light", 'light'), ("'the", 'the')]
ST19140609-V41-22-page4.txt: [("'he", 'he'), ("'as", 'as'), ("'Religious", 'Religious'), ("'controversy", 'controversy'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST19140609-V41-22-page6.txt: [("'Sunday", 'Sunday'), ("'workman", 'workman')]
ST19140609-V41-22-page7.txt: [("'twixt", 'twixt')]
ST19140609-V41-22-page8.txt: [("'subscription", 'subscription'), ("'or", 'or'), ("'And", 'And'), ("'until", 'until')]
ST19140616-V41-23-page10.txt: [("'of", 'of'), ('\'authority"', 'authority"')]
ST19140616-V41-23-page11.txt: [("'very", 'very')]
ST19140616-V41-23-page12.txt: [("'and", 'and')]
ST19140616-V41-23-page15.txt: [("'Primer", 'Primer'), ("'Primer", 'Primer'), ("'t", 't')]
ST19140616-V41-23-page16.txt: [("'men", 'men'), ("'a", 'a'), ("'we", 'we'), ("'of", 'of'), ("'says", 'says'), ("'constantly", 'constantly')]
ST19140616-V41-23-page2.txt: [("'Tis", 'Tis'), ("'mid", 'mid'), ("'Tis", 'Tis')]
ST19140616-V41-23-page3.txt: [("'says", 'says')]
ST19140616-V41-23-page4.txt: [("'and", 'and'), ("'a", 'a')]
ST19140616-V41-23-page5.txt: [("'perfect", 'perfect'), ("'great", 'great')]
ST19140616-V41-23-page6.txt: [("'given", 'given'), ("'TBible", 'TBible')]
ST19140616-V41-23-page7.txt: [("'Bless", 'Bless'), ("'diseases", 'diseases')]
ST19140616-V41-23-page8.txt: [("'receiving", 'receiving'), ("'the", 'the'), ("'renewed", 'renewed')]
ST19140623-V41-24-page11.txt: [("'had", 'had')]
ST19140623-V41-24-page12.txt: [("'compare", 'compare'), ("''.the", '.the')]
ST19140623-V41-24-page16.txt: [("'its", 'its'), ("'California", 'California'), ("'of", 'of'), ("'cifirik", 'cifirik'), ("'cost", 'cost'), ("'out", 'out'), ("'of", 'of'), ("'your", 'your'), ("'committees", 'committees')]
ST19140623-V41-24-page3.txt: [("'give", 'give'), ("'place.", 'place.')]
ST19140623-V41-24-page4.txt: [("'They", 'They'), ("'of", 'of')]
ST19140623-V41-24-page5.txt: [("'whom", 'whom'), ("'instructing", 'instructing')]
ST19140623-V41-24-page7.txt: [("'Some", 'Some')]
ST19140623-V41-24-page8.txt: [("'the", 'the'), ("'know", 'know')]
ST19140630-V41-25-page1.txt: [("'ing", 'ing')]
ST19140630-V41-25-page12.txt: [("'before", 'before'), ("'them", 'them'), ("'to", 'to'), ("'hundred.", 'hundred.'), ("'During.", 'During.'), ("'WARMING", 'WARMING'), ("'One", 'One')]
ST19140630-V41-25-page13.txt: [("'for", 'for'), ("'at", 'at'), ("'donated", 'donated')]
ST19140630-V41-25-page14.txt: [("'The", 'The')]
ST19140630-V41-25-page15.txt: [("'them", 'them')]
ST19140630-V41-25-page2.txt: [("'the", 'the'), ("'conditions", 'conditions')]
ST19140630-V41-25-page4.txt: [("'Tis", 'Tis'), ("'relief", 'relief'), ("'society", 'society')]
ST19140630-V41-25-page5.txt: [("'of", 'of')]
ST19140630-V41-25-page7.txt: [("'Then", 'Then')]
ST19140630-V41-25-page8.txt: [("'He", 'He'), ("'must", 'must'), ("'existence", 'existence'), ("'the", 'the'), ("'had", 'had'), ("'to", 'to'), ("'direct", 'direct')]
ST19140630-V41-25-page9.txt: [("'nature", 'nature'), ("'OF", 'OF')]
ST19140707-V41-26-page10.txt: [("'forth", 'forth'), ("'righteousness", 'righteousness')]
ST19140707-V41-26-page12.txt: [("'start", 'start')]
ST19140707-V41-26-page13.txt: [("'administration.", 'administration.'), ("'The", 'The')]
ST19140707-V41-26-page14.txt: [("'The", 'The'), ("'The", 'The'), ("'been", 'been'), ("'every", 'every')]
ST19140707-V41-26-page15.txt: [("'BEST", 'BEST')]
ST19140707-V41-26-page16.txt: [("'Very", 'Very'), ("'never", 'never'), ("'many", 'many'), ("'The", 'The'), ("'high", 'high')]
ST19140707-V41-26-page3.txt: [("'another", 'another'), ("'The", 'The'), ("'The", 'The'), ("'federation", 'federation')]
ST19140707-V41-26-page4.txt: [("'him", 'him')]
ST19140707-V41-26-page5.txt: [("'time", 'time')]
ST19140707-V41-26-page7.txt: [("'of", 'of')]
ST19140707-V41-26-page8.txt: [("'a.", 'a.'), ("'solve", 'solve'), ("'and", 'and')]
ST19140707-V41-26-page9.txt: [("'just", 'just'), ("'have", 'have'), ("'forfeit", 'forfeit'), ("'an", 'an'), ("'his", 'his'), ("'discourse", 'discourse')]
ST19140728-V41-29-page10.txt: [("'the", 'the'), ("'Away", 'Away')]
ST19140728-V41-29-page11.txt: [("'ling", 'ling')]
ST19140728-V41-29-page12.txt: [("''when", 'when')]
ST19140728-V41-29-page15.txt: [("'Pract", 'Pract')]
ST19140728-V41-29-page16.txt: [("'embodying", 'embodying'), ("'Virginia", 'Virginia')]
ST19140728-V41-29-page2.txt: [("'Twould", 'Twould')]
ST19140728-V41-29-page4.txt: [("'God", 'God'), ("'more", 'more'), ("'To", 'To')]
ST19140728-V41-29-page5.txt: [("'to", 'to')]
ST19140728-V41-29-page7.txt: [("'central", 'central')]
ST19140728-V41-29-page9.txt: [("'The", 'The'), ("'In", 'In')]
ST19140804-V41-30-page1.txt: [("'Daniells", 'Daniells'), ("'Mess.", 'Mess.'), ("'Him", 'Him')]
ST19140804-V41-30-page10.txt: [("'enter", 'enter'), ("'husband.", 'husband.'), ("'flaming", 'flaming'), ("'our", 'our')]
ST19140804-V41-30-page12.txt: [("'four", 'four'), ("'compound", 'compound'), ("'homely", 'homely')]
ST19140804-V41-30-page13.txt: [("'THE", 'THE'), ("'eat", 'eat')]
ST19140804-V41-30-page16.txt: [("'wisdom", 'wisdom'), ("'peace", 'peace'), ("'Peace", 'Peace'), ("'produce", 'produce'), ("'Union", 'Union'), ('\'"The', '"The')]
ST19140804-V41-30-page2.txt: [("'therefore", 'therefore')]
ST19140804-V41-30-page6.txt: [("'with", 'with'), ("'counsels", 'counsels'), ("'damage", 'damage')]
ST19140804-V41-30-page7.txt: [("'coming", 'coming')]
ST19140804-V41-30-page8.txt: [("'the", 'the'), ("'not", 'not')]
ST19140811-V41-31-page1.txt: [("'e", 'e')]
ST19140811-V41-31-page10.txt: [("'Times", 'Times'), ("'In", 'In'), ("'I", 'I'), ("'that", 'that'), ("'there", 'there'), ("'in", 'in'), ("'enter", 'enter'), ("'the", 'the'), ("'Solomon", 'Solomon')]
ST19140811-V41-31-page11.txt: [("'And", 'And')]
ST19140811-V41-31-page12.txt: [("'le", 'le')]
ST19140811-V41-31-page13.txt: [("'as", 'as'), ("'I", 'I')]
ST19140811-V41-31-page14.txt: [("'em", 'em'), ("'em.", 'em.'), ("'rithmetic.", 'rithmetic.'), ("'confectionery", 'confectionery'), ("'em", 'em')]
ST19140811-V41-31-page16.txt: [("'to", 'to')]
ST19140811-V41-31-page2.txt: [("'step", 'step')]
ST19140811-V41-31-page4.txt: [("'That", 'That'), ("'to", 'to'), ("'me", 'me')]
ST19140811-V41-31-page5.txt: [("'P.", 'P.'), ("'of", 'of'), ("'children's", 'childrens'), ("'of", 'of')]
ST19140811-V41-31-page7.txt: [("'I", 'I'), ("'prohibited", 'prohibited')]
ST19140811-V41-31-page8.txt: [("'He", 'He')]
ST19140811-V41-31-page9.txt: [("'that", 'that'), ("'Depart", 'Depart')]
ST19140818-V41-32-page1.txt: [("'of", 'of')]
ST19140818-V41-32-page10.txt: [("'in", 'in'), ("'and", 'and'), ("'has", 'has')]
ST19140818-V41-32-page11.txt: [("'prescribing", 'prescribing')]
ST19140818-V41-32-page12.txt: [("'small", 'small')]
ST19140818-V41-32-page13.txt: [("'at", 'at'), ("'three", 'three')]
ST19140818-V41-32-page14.txt: [("'THE", 'THE')]
ST19140818-V41-32-page16.txt: [("'are", 'are'), ("'THE", 'THE'), ("'Who", 'Who'), ("'humanity", 'humanity'), ("'saloons", 'saloons'), ("'to", 'to'), ("'we", 'we'), ("'.", '.')]
ST19140818-V41-32-page2.txt: [("'national", 'national'), ("'the", 'the'), ("'This", 'This')]
ST19140818-V41-32-page4.txt: [("'we", 'we')]
ST19140818-V41-32-page6.txt: [("'pen", 'pen')]
ST19140818-V41-32-page9.txt: [("'sinners", 'sinners')]
ST19140825-V41-33-page10.txt: [("'Make", 'Make')]
ST19140825-V41-33-page11.txt: [("'terror", 'terror')]
ST19140825-V41-33-page12.txt: [("'knows", 'knows')]
ST19140825-V41-33-page14.txt: [("'instant", 'instant')]
ST19140825-V41-33-page16.txt: [("'put", 'put'), ("'September", 'September'), ("'a", 'a'), ("'is", 'is'), ("'single", 'single')]
ST19140825-V41-33-page4.txt: [("'hearts", 'hearts')]
ST19140825-V41-33-page5.txt: [("'national", 'national'), ("'Hague", 'Hague')]
ST19140825-V41-33-page7.txt: [("'present", 'present'), ("'the", 'the')]
ST19140825-V41-33-page8.txt: [("'Satan", 'Satan'), ("'of", 'of')]
ST19140825-V41-33-page9.txt: [("'death", 'death')]
ST19140901-V41-34-page12.txt: [('\'Maine."', 'Maine."')]
ST19140901-V41-34-page13.txt: [("'dry", 'dry'), ('\'"None', '"None'), ("'a", 'a'), ("'the", 'the'), ("'in", 'in')]
ST19140901-V41-34-page14.txt: [("'The", 'The'), ("'promote", 'promote')]
ST19140901-V41-34-page16.txt: [("''Come", 'Come'), ("'Anti", 'Anti'), ("'Washington", 'Washington'), ("'which", 'which')]
ST19140901-V41-34-page2.txt: [("''Personally", 'Personally')]
ST19140901-V41-34-page6.txt: [("'a", 'a')]
ST19140901-V41-34-page7.txt: [("'half", 'half'), ("'drink", 'drink'), ("'stay", 'stay'), ("'There", 'There')]
ST19140901-V41-34-page8.txt: [("''be", 'be'), ("'step", 'step'), ("''At", 'At')]
ST19140901-V41-34-page9.txt: [("'Cause", 'Cause'), ("'wet", 'wet'), ("'dry", 'dry'), ("'em", 'em'), ("'Cause", 'Cause')]
ST19140908-V41-35-page10.txt: [("'apostles", 'apostles'), ("'the", 'the'), ("'first", 'first'), ("'T.", 'T.')]
ST19140908-V41-35-page11.txt: [("'a", 'a'), ("'.", '.')]
ST19140908-V41-35-page12.txt: [("'carry.", 'carry.'), ("'our", 'our'), ("'depending", 'depending')]
ST19140908-V41-35-page13.txt: [("'give", 'give')]
ST19140908-V41-35-page14.txt: [("'dry", 'dry'), ("'good", 'good'), ("'DESTROY", 'DESTROY'), ("'help", 'help'), ("'impossible", 'impossible'), ("'from", 'from'), ("'death", 'death')]
ST19140908-V41-35-page15.txt: [('\'"as', '"as')]
ST19140908-V41-35-page16.txt: [("'His", 'His'), ("'be", 'be'), ("'prophetic", 'prophetic'), ("'who", 'who'), ("'that", 'that'), ("'states", 'states'), ("'at", 'at'), ("'utility", 'utility'), ("'Any", 'Any')]
ST19140908-V41-35-page2.txt: [("'to", 'to'), ("'Germany's", 'Germanys'), ("'His", 'His')]
ST19140908-V41-35-page3.txt: [("'THE", 'THE'), ("'that", 'that')]
ST19140908-V41-35-page4.txt: [("'have", 'have'), ("'earth.", 'earth.')]
ST19140908-V41-35-page6.txt: [("'everywhere", 'everywhere')]
ST19140908-V41-35-page7.txt: [("'The", 'The'), ("'b.", 'b.')]
ST19140908-V41-35-page8.txt: [("'high", 'high'), ("'great", 'great'), ("'Salvation", 'Salvation'), ("'Salvation", 'Salvation'), ("'for", 'for'), ("'solace", 'solace')]
ST19140908-V41-35-page9.txt: [("'them.", 'them.'), ("'Manager.", 'Manager.'), ("'Learned", 'Learned')]
ST19140915-V41-36-page1.txt: [("'l", 'l')]
ST19140915-V41-36-page10.txt: [("'neath", 'neath'), ("'air.", 'air.')]
ST19140915-V41-36-page11.txt: [("'first", 'first'), ("'the", 'the'), ("'the", 'the')]
ST19140915-V41-36-page12.txt: [("'A.", 'A.'), ("'''.", '.')]
ST19140915-V41-36-page13.txt: [("'Africa", 'Africa')]
ST19140915-V41-36-page14.txt: [("'it", 'it')]
ST19140915-V41-36-page15.txt: [("'Kansas", 'Kansas'), ("'writer", 'writer'), ("'gallon", 'gallon')]
ST19140915-V41-36-page16.txt: [("'ment", 'ment'), ("'is", 'is'), ("'of", 'of'), ("'We", 'We'), ("'be", 'be'), ("'is", 'is'), ("'seem", 'seem'), ("'shouting", 'shouting'), ("'of", 'of'), ("'a", 'a'), ("'this", 'this'), ("'Revelation", 'Revelation'), ("'nations", 'nations')]
ST19140915-V41-36-page2.txt: [("'giving", 'giving'), ("'s", 's')]
ST19140915-V41-36-page3.txt: [("'sword", 'sword')]
ST19140915-V41-36-page4.txt: [("'Tis", 'Tis')]
ST19140915-V41-36-page5.txt: [("'forbearance", 'forbearance'), ("'neglect", 'neglect'), ("'that", 'that'), ("'See", 'See'), ("'All", 'All'), ("'Behold", 'Behold'), ("'We", 'We'), ("'Holy", 'Holy'), ("'Ye", 'Ye')]
ST19140915-V41-36-page6.txt: [("'of", 'of'), ("'boldly", 'boldly')]
ST19140915-V41-36-page7.txt: [("'to", 'to')]
ST19140915-V41-36-page8.txt: [("'they", 'they')]
ST19140922-V41-37-page1.txt: [("'s", 's')]
ST19140922-V41-37-page10.txt: [("'s", 's'), ("'We", 'We')]
ST19140922-V41-37-page12.txt: [("'night.", 'night.')]
ST19140922-V41-37-page13.txt: [("'Eddy", 'Eddy'), ("'Have", 'Have')]
ST19140922-V41-37-page14.txt: [("'all", 'all'), ("'chant", 'chant')]
ST19140922-V41-37-page16.txt: [("'an", 'an'), ("'spirit", 'spirit'), ("'power'that", 'powerthat'), ("'woul", 'woul'), ("'Will", 'Will'), ('\'"but', '"but'), ("'of", 'of'), ("'the", 'the'), ("'in", 'in'), ("'WriOW", 'WriOW'), ("'Ithrough", 'Ithrough'), ("'these", 'these'), ("'for", 'for'), ("'National", 'National'), ("'introduced", 'introduced')]
ST19140922-V41-37-page2.txt: [("'r", 'r'), ("'Seek", 'Seek')]
ST19140922-V41-37-page3.txt: [("'which", 'which'), ("'about", 'about'), ("'gather", 'gather')]
ST19140922-V41-37-page5.txt: [("'which", 'which'), ("'the", 'the')]
ST19140922-V41-37-page6.txt: [("'that", 'that'), ("'poor", 'poor')]
ST19140922-V41-37-page7.txt: [("'possessions.", 'possessions.')]
ST19140922-V41-37-page8.txt: [("'He", 'He')]
ST19140922-V41-37-page9.txt: [("'the", 'the')]
ST19140929-V41-38-page1.txt: [("'so", 'so')]
ST19140929-V41-38-page12.txt: [("'armies", 'armies'), ("'I", 'I'), ("'All", 'All'), ("'And", 'And'), ("'Lord", 'Lord'), ("'Why", 'Why'), ("'I", 'I'), ("'We", 'We'), ("'at", 'at'), ("'No", 'No'), ("'I", 'I'), ("'How", 'How'), ("'Lord", 'Lord'), ("'Well", 'Well'), ("'you", 'you'), ("'She", 'She'), ("'Well", 'Well'), ("'here", 'here'), ("'Now", 'Now'), ("'you", 'you'), ("'the", 'the'), ("'I", 'I'), ("'Let", 'Let'), ("'I", 'I'), ("'Are", 'Are'), ("'Are", 'Are'), ("'Yes", 'Yes')]
ST19140929-V41-38-page13.txt: [("'The", 'The'), ("'It", 'It'), ("'Take", 'Take'), ("'Moses", 'Moses'), ("'Is", 'Is'), ("'It", 'It'), ("'the", 'the'), ("'The", 'The')]
ST19140929-V41-38-page14.txt: [("'calamity", 'calamity'), ("'fore", 'fore'), ("'sky", 'sky'), ("'expression", 'expression')]
ST19140929-V41-38-page15.txt: [("'police", 'police'), ("'delicious.", 'delicious.')]
ST19140929-V41-38-page16.txt: [("'of", 'of'), ("'But", 'But'), ("'Vote", 'Vote'), ("'Medical", 'Medical')]
ST19140929-V41-38-page2.txt: [("'What's", 'Whats')]
ST19140929-V41-38-page3.txt: [("'that", 'that')]
ST19140929-V41-38-page4.txt: [("'His", 'His'), ("'neath", 'neath'), ("'plead", 'plead')]
ST19140929-V41-38-page6.txt: [("'Outside", 'Outside'), ("'sign", 'sign'), ("'the", 'the')]
ST19140929-V41-38-page7.txt: [("'a", 'a')]
ST19140929-V41-38-page8.txt: [("'history", 'history')]
ST19140929-V41-38-page9.txt: [("'Watch", 'Watch'), ("'Thou", 'Thou')]
ST19141006-V41-39-page13.txt: [("'accomplish", 'accomplish'), ("'Valley", 'Valley')]
ST19141006-V41-39-page16.txt: [("'works", 'works'), ("'selves", 'selves'), ("'tell", 'tell')]
ST19141006-V41-39-page2.txt: [("'the", 'the'), ('\'"BEAT', '"BEAT'), ("'God", 'God')]
ST19141006-V41-39-page3.txt: [("'one", 'one')]
ST19141006-V41-39-page4.txt: [("'Christ", 'Christ')]
ST19141006-V41-39-page5.txt: [("'HIS", 'HIS')]
ST19141006-V41-39-page9.txt: [("'whatever", 'whatever')]
ST19141013-V41-40-page1.txt: [("'teen", 'teen'), ("'on", 'on')]
ST19141013-V41-40-page12.txt: [("'minister", 'minister'), ("'Now", 'Now')]
ST19141013-V41-40-page14.txt: [("'the", 'the')]
ST19141013-V41-40-page16.txt: [("'the", 'the'), ("'War", 'War'), ("'the", 'the'), ("'Eight", 'Eight')]
ST19141013-V41-40-page4.txt: [("'tis", 'tis')]
ST19141013-V41-40-page5.txt: [("'His", 'His'), ("'had", 'had')]
ST19141013-V41-40-page8.txt: [("'Tis", 'Tis'), ("'our", 'our'), ("'If", 'If'), ("'I", 'I'), ("'cease", 'cease'), ("'ascribe", 'ascribe')]
ST19141013-V41-40-page9.txt: [("'renewal", 'renewal'), ("'understood", 'understood')]
ST19141020-V41-41-page1.txt: [("'month", 'month'), ("'IC", 'IC')]
ST19141020-V41-41-page10.txt: [("'sanctified", 'sanctified')]
ST19141020-V41-41-page11.txt: [("'and", 'and'), ("'of", 'of')]
ST19141020-V41-41-page15.txt: [("'I", 'I')]
ST19141020-V41-41-page2.txt: [("'Mess.", 'Mess.')]
ST19141020-V41-41-page3.txt: [("'wicked", 'wicked')]
ST19141020-V41-41-page5.txt: [("'because", 'because')]
ST19141020-V41-41-page6.txt: [("'Pees", 'Pees')]
ST19141027-V41-42-page1.txt: [("'children", 'children')]
ST19141027-V41-42-page10.txt: [("'when", 'when'), ("'all", 'all'), ("'them", 'them')]
ST19141027-V41-42-page11.txt: [("'As", 'As')]
ST19141027-V41-42-page12.txt: [("'furlough.", 'furlough.'), ("'IIIIII", 'IIIIII'), ("'such", 'such'), ("'these", 'these')]
ST19141027-V41-42-page13.txt: [("'came", 'came'), ("'him", 'him')]
ST19141027-V41-42-page14.txt: [("'to", 'to'), ("'with", 'with')]
ST19141027-V41-42-page15.txt: [("'Singular", 'Singular'), ("'Tract", 'Tract')]
ST19141027-V41-42-page16.txt: [("'of", 'of'), ("'prophecies", 'prophecies')]
ST19141027-V41-42-page2.txt: [("'root", 'root'), ("'people", 'people')]
ST19141027-V41-42-page4.txt: [("'blue", 'blue')]
ST19141027-V41-42-page5.txt: [("'My", 'My')]
ST19141027-V41-42-page6.txt: [("'of", 'of'), ("'You", 'You'), ("'Section", 'Section'), ("'Section", 'Section'), ("'Section", 'Section'), ("'Section", 'Section'), ("'We", 'We')]
ST19141027-V41-42-page7.txt: [("'was", 'was'), ("'Because", 'Because')]
ST19141027-V41-42-page9.txt: [("'violating", 'violating'), ("'Hence", 'Hence'), ("'the", 'the'), ("'such", 'such'), ("'ANGRY", 'ANGRY')]
ST19141103-V41-43-page1.txt: [("'Europe", 'Europe'), ("'to", 'to'), ("'taking", 'taking')]
ST19141103-V41-43-page11.txt: [("'RUNS", 'RUNS')]
ST19141103-V41-43-page12.txt: [("'color", 'color')]
ST19141103-V41-43-page13.txt: [("'His", 'His')]
ST19141103-V41-43-page15.txt: [("'LI", 'LI'), ("'great", 'great'), ("'Pennsylvania", 'Pennsylvania')]
ST19141103-V41-43-page16.txt: [("'a", 'a'), ("'that", 'that'), ("'men", 'men')]
ST19141103-V41-43-page2.txt: [("'World's", 'Worlds')]
ST19141103-V41-43-page4.txt: [("'of", 'of'), ("'the", 'the'), ("'there", 'there')]
ST19141103-V41-43-page5.txt: [("'to", 'to'), ("'territory", 'territory'), ("'at", 'at')]
ST19141103-V41-43-page6.txt: [("'stant", 'stant')]
ST19141103-V41-43-page8.txt: [("'My", 'My')]
ST19141103-V41-43-page9.txt: [("'who", 'who'), ("'believers", 'believers'), ("'discovered", 'discovered'), ("'the", 'the')]
ST19141110-V41-44-page1.txt: [("'are", 'are')]
ST19141110-V41-44-page10.txt: [("'conditions", 'conditions'), ("'Him", 'Him')]
ST19141110-V41-44-page11.txt: [("'our", 'our')]
ST19141110-V41-44-page12.txt: [("'one", 'one'), ("'so", 'so')]
ST19141110-V41-44-page13.txt: [("'sale", 'sale')]
ST19141110-V41-44-page16.txt: [("'such", 'such'), ("'steamship", 'steamship'), ("'and", 'and'), ("'nighties", 'nighties'), ("'.Who", '.Who'), ("'the", 'the'), ("'are", 'are'), ("'to", 'to'), ("'Christ", 'Christ')]
ST19141110-V41-44-page3.txt: [("'She", 'She')]
ST19141110-V41-44-page4.txt: [("'them", 'them'), ("'of", 'of'), ("'terminates", 'terminates'), ("'the", 'the')]
ST19141110-V41-44-page5.txt: [("'the", 'the'), ("'prayer", 'prayer')]
ST19141110-V41-44-page6.txt: [("'harmony", 'harmony'), ("'follower", 'follower')]
ST19141110-V41-44-page8.txt: [("'the", 'the'), ("'God", 'God'), ("'every", 'every')]
ST19141110-V41-44-page9.txt: [("'it", 'it'), ("'there", 'there')]
ST19141117-V41-45-page1.txt: [("'have", 'have'), ("'line", 'line'), ("'the", 'the')]
ST19141117-V41-45-page10.txt: [("'I", 'I')]
ST19141117-V41-45-page12.txt: [("'been", 'been')]
ST19141117-V41-45-page13.txt: [("'The", 'The'), ("'animal", 'animal'), ("'abstain", 'abstain')]
ST19141117-V41-45-page14.txt: [("'manner.", 'manner.')]
ST19141117-V41-45-page15.txt: [("'Tract", 'Tract')]
ST19141117-V41-45-page16.txt: [("'in", 'in'), ("'who", 'who')]
ST19141117-V41-45-page2.txt: [("'government", 'government')]
ST19141117-V41-45-page4.txt: [("''o", 'o')]
ST19141117-V41-45-page6.txt: [("'promised.", 'promised.'), ("'View", 'View')]
ST19141117-V41-45-page7.txt: [("'acquainted", 'acquainted')]
ST19141117-V41-45-page8.txt: [("'without", 'without'), ("'end", 'end')]
ST19141117-V41-45-page9.txt: [("'reconstruction", 'reconstruction'), ("'Inquire", 'Inquire'), ("'Endor", 'Endor'), ("'reconstruction", 'reconstruction'), ("'he", 'he'), ("'I", 'I')]
ST19141124-V41-46-page1.txt: [("'Ilia", 'Ilia')]
ST19141124-V41-46-page10.txt: [("'only", 'only')]
ST19141124-V41-46-page11.txt: [('\'lades."', 'lades."'), ("'reference", 'reference')]
ST19141124-V41-46-page12.txt: [("'I", 'I'), ("'the", 'the')]
ST19141124-V41-46-page13.txt: [("'as", 'as'), ("'gold", 'gold')]
ST19141124-V41-46-page14.txt: [("'set", 'set')]
ST19141124-V41-46-page15.txt: [("'suffering", 'suffering'), ("'law.", 'law.'), ("'of", 'of'), ("'hoc", 'hoc')]
ST19141124-V41-46-page16.txt: [("'men", 'men'), ("'is", 'is'), ("'But", 'But')]
ST19141124-V41-46-page2.txt: [("'as", 'as')]
ST19141124-V41-46-page3.txt: [("'TRUE", 'TRUE'), ("'twixt", 'twixt')]
ST19141124-V41-46-page4.txt: [("'a", 'a'), ("'homes", 'homes'), ("'rightness", 'rightness'), ("'authority", 'authority')]
ST19141124-V41-46-page5.txt: [("'have", 'have'), ("'Thou", 'Thou'), ("'Love", 'Love'), ("'So", 'So'), ("'o", 'o')]
ST19141124-V41-46-page6.txt: [("'the", 'the')]
ST19141124-V41-46-page7.txt: [('\'"to', '"to'), ("'welcome", 'welcome'), ("'same", 'same')]
ST19141124-V41-46-page8.txt: [("'began", 'began'), ("'would", 'would')]
ST19141124-V41-46-page9.txt: [("'without", 'without'), ("'to", 'to'), ("'Standard", 'Standard'), ("'much", 'much'), ("'old", 'old'), ("'serious", 'serious'), ("'naVal", 'naVal'), ("'the", 'the'), ("'hot", 'hot')]
ST19141201-V41-47-page1.txt: [("'cause'is", 'causeis')]
ST19141201-V41-47-page10.txt: [("'to", 'to'), ("'name", 'name'), ("'E.", 'E.')]
ST19141201-V41-47-page11.txt: [("'view", 'view'), ("'enemies", 'enemies'), ("'sanctuary", 'sanctuary'), ("'at", 'at')]
ST19141201-V41-47-page12.txt: [("'May", 'May')]
ST19141201-V41-47-page13.txt: [("'September", 'September'), ("'Plagues", 'Plagues')]
ST19141201-V41-47-page14.txt: [("'ANAYK.te.", 'ANAYK.te.'), ("'X", 'X'), ("'which", 'which'), ("'the", 'the'), ("'between", 'between'), ("'..", '..')]
ST19141201-V41-47-page15.txt: [("'practising", 'practising'), ("'ihe", 'ihe'), ("'from", 'from')]
ST19141201-V41-47-page16.txt: [("'to", 'to'), ("'but", 'but')]
ST19141201-V41-47-page4.txt: [("'The", 'The'), ("'singing", 'singing'), ("''The", 'The')]
ST19141201-V41-47-page5.txt: [("'of", 'of'), ("'War", 'War'), ("'which", 'which'), ("'eternal", 'eternal'), ("'a", 'a')]
ST19141201-V41-47-page6.txt: [("'on", 'on')]
ST19141201-V41-47-page7.txt: [("'are.", 'are.'), ("'pleasure", 'pleasure')]
ST19141201-V41-47-page8.txt: [("'the", 'the')]
ST19141201-V41-47-page9.txt: [("'a", 'a'), ("'Son.", 'Son.'), ("'the", 'the'), ("'expect", 'expect')]
ST19141208-V41-48-page10.txt: [("'The", 'The')]
ST19141208-V41-48-page11.txt: [("'that", 'that')]
ST19141208-V41-48-page12.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Twill", 'Twill')]
ST19141208-V41-48-page13.txt: [("'Uncle", 'Uncle'), ("'Young", 'Young')]
ST19141208-V41-48-page14.txt: [("'where", 'where'), ("'from", 'from')]
ST19141208-V41-48-page15.txt: [("'normal", 'normal'), ("'do", 'do')]
ST19141208-V41-48-page16.txt: [("'that", 'that')]
ST19141208-V41-48-page2.txt: [("'already", 'already'), ("'out", 'out')]
ST19141208-V41-48-page3.txt: [("'Christ", 'Christ'), ("'warriors", 'warriors'), ("'Neath", 'Neath'), ("'Tis", 'Tis')]
ST19141208-V41-48-page4.txt: [("'understand", 'understand')]
ST19141208-V41-48-page5.txt: [("'Num.", 'Num.'), ("'of", 'of')]
ST19141208-V41-48-page6.txt: [("'the", 'the')]
ST19141208-V41-48-page7.txt: [("'institution", 'institution')]
ST19141208-V41-48-page9.txt: [("'at", 'at'), ("'IGNORANT", 'IGNORANT')]
ST19141215-V41-49-page10.txt: [("'all", 'all'), ("'Sabbath", 'Sabbath')]
ST19141215-V41-49-page12.txt: [("'-", '-')]
ST19141215-V41-49-page14.txt: [("'judiciary.", 'judiciary.'), ("'depository", 'depository')]
ST19141215-V41-49-page15.txt: [("'God's", 'Gods')]
ST19141215-V41-49-page16.txt: [("'in", 'in')]
ST19141215-V41-49-page2.txt: [("'from", 'from'), ("'papacy.", 'papacy.')]
ST19141215-V41-49-page3.txt: [("'set", 'set'), ("'times", 'times')]
ST19141215-V41-49-page4.txt: [("'w", 'w'), ("'a", 'a'), ("'ARMAGEDDON", 'ARMAGEDDON')]
ST19141215-V41-49-page5.txt: [("'the", 'the')]
ST19141215-V41-49-page7.txt: [("'then", 'then'), ("'is", 'is'), ("'to", 'to')]
ST19141215-V41-49-page9.txt: [("'The", 'The'), ("'redeemed", 'redeemed')]
ST19141222-V41-50-page10.txt: [("'nation", 'nation')]
ST19141222-V41-50-page13.txt: [("'during", 'during'), ("'they", 'they'), ("'but", 'but'), ("'from", 'from'), ("'accrue", 'accrue')]
ST19141222-V41-50-page16.txt: [("'to", 'to'), ("'it", 'it'), ("'truth", 'truth'), ("'field", 'field'), ("'and", 'and')]
ST19141222-V41-50-page2.txt: [("'Mountains.", 'Mountains.'), ("'act", 'act'), ("'on", 'on')]
ST19141222-V41-50-page3.txt: [("'he", 'he'), ("'curse", 'curse'), ("'side", 'side')]
ST19141222-V41-50-page4.txt: [("'law", 'law'), ("'blue", 'blue'), ("'burgess", 'burgess'), ("'violating", 'violating')]
ST19141222-V41-50-page5.txt: [("'Close", 'Close'), ("'And", 'And'), ("'otherwise", 'otherwise'), ("'it", 'it'), ("'I", 'I')]
ST19141222-V41-50-page6.txt: [("'the", 'the'), ("'To", 'To'), ("'with", 'with')]
ST19141222-V41-50-page7.txt: [("'eth", 'eth')]
ST19150223-V42-08-page1.txt: [("'The", 'The'), ("'Many", 'Many'), ("'we", 'we'), ("'knowledge", 'knowledge')]
ST19150223-V42-08-page10.txt: [("'peoples", 'peoples')]
ST19150223-V42-08-page11.txt: [("'Sabbath", 'Sabbath'), ("'Page", 'Page')]
ST19150223-V42-08-page12.txt: [("'By", 'By'), ("'Salaam", 'Salaam'), ("'I", 'I'), ("'tell", 'tell'), ("'Mohammed", 'Mohammed')]
ST19150223-V42-08-page13.txt: [("'to", 'to')]
ST19150223-V42-08-page15.txt: [("'C.", 'C.')]
ST19150223-V42-08-page16.txt: [("'similar", 'similar'), ("'inflicted", 'inflicted')]
ST19150223-V42-08-page2.txt: [("'the", 'the')]
ST19150223-V42-08-page3.txt: [("'AU", 'AU')]
ST19150223-V42-08-page4.txt: [("'whole", 'whole'), ("'does", 'does')]
ST19150223-V42-08-page5.txt: [("'Congress", 'Congress'), ("'hardly", 'hardly'), ("'Be", 'Be'), ("'Twas", 'Twas'), ("'twere", 'twere')]
ST19150223-V42-08-page6.txt: [("'to", 'to'), ("'England", 'England'), ("'to", 'to'), ("'to", 'to'), ("'Yet", 'Yet'), ("'Though", 'Though'), ("'it", 'it'), ("'the", 'the'), ("'seeking", 'seeking'), ("'the", 'the'), ("'If", 'If')]
ST19150223-V42-08-page7.txt: [("'that", 'that'), ("'treasury", 'treasury')]
ST19150223-V42-08-page8.txt: [("'the", 'the')]
ST19150713-V42-27-page12.txt: [("'mid", 'mid')]
ST19150713-V42-27-page2.txt: [("'Worship", 'Worship')]
ST19150713-V42-27-page7.txt: [("'neath", 'neath'), ("'neath", 'neath')]
ST19150803-V42-30-page16.txt: [("'a", 'a'), ("'very", 'very'), ("'with", 'with'), ("'losses", 'losses')]
ST19150803-V42-30-page7.txt: [("'desolation", 'desolation'), ("'transgression", 'transgression'), ("'How", 'How'), ("'The", 'The'), ("'popery", 'popery'), ("'the", 'the'), ("'the", 'the'), ("'transgression", 'transgression'), ("'transgression", 'transgression'), ("'all", 'all'), ("'the", 'the')]
ST19150824-V42-33-page10.txt: [("'Remember", 'Remember'), ("'Remember", 'Remember')]
ST19150824-V42-33-page12.txt: [("'the", 'the')]
ST19150824-V42-33-page15.txt: [("'and", 'and'), ("'went", 'went'), ("'He", 'He'), ("'Third", 'Third'), ("'Be", 'Be'), ("'Prayers", 'Prayers'), ("'by", 'by'), ("'unto", 'unto'), ("'God", 'God'), ("'about", 'about'), ("'The", 'The'), ("'My", 'My'), ("'is", 'is'), ("'pear", 'pear'), ("'book", 'book'), ("'headings.", 'headings.'), ("'WHICH", 'WHICH'), ("'Saskatchewan", 'Saskatchewan'), ("'Tract", 'Tract'), ("'Tract", 'Tract'), ("'THE", 'THE')]
ST19150824-V42-33-page3.txt: [("'second", 'second')]
ST19150824-V42-33-page8.txt: [("'More", 'More')]
ST19150831-V42-34-page1.txt: [("'you", 'you'), ("'reeds.", 'reeds.'), ("'we", 'we'), ("'The", 'The'), ("'cannot", 'cannot')]
ST19150831-V42-34-page10.txt: [("'fair", 'fair'), ("'narrowminded", 'narrowminded')]
ST19150831-V42-34-page11.txt: [("'fair", 'fair'), ("'ethical", 'ethical')]
ST19150831-V42-34-page13.txt: [("'God", 'God')]
ST19150831-V42-34-page15.txt: [("'the", 'the')]
ST19150831-V42-34-page2.txt: [("'scripture.", 'scripture.')]
ST19150831-V42-34-page3.txt: [("'Come", 'Come')]
ST19150831-V42-34-page5.txt: [("'em", 'em')]
ST19150831-V42-34-page6.txt: [("'.", '.')]
ST19151109-V42-44-page1.txt: [("'I", 'I')]
ST19151109-V42-44-page10.txt: [("'the", 'the')]
ST19151109-V42-44-page11.txt: [("'at", 'at')]
ST19151109-V42-44-page13.txt: [("'At", 'At'), ("'open", 'open'), ('\'"', '"'), ("'Is", 'Is')]
ST19151109-V42-44-page15.txt: [("'Oakland", 'Oakland')]
ST19151109-V42-44-page16.txt: [("'on", 'on')]
ST19151109-V42-44-page5.txt: [("'hell", 'hell')]
ST19151109-V42-44-page6.txt: [("'Remember", 'Remember')]
ST19151109-V42-44-page7.txt: [("'What", 'What'), ("'IS", 'IS'), ("'the", 'the')]
ST19151109-V42-44-page8.txt: [("'keepeth", 'keepeth'), ("'John", 'John')]
ST19160111-V43-02-page1.txt: [("'out", 'out')]
ST19160111-V43-02-page12.txt: [("'the", 'the'), ("'the", 'the')]
ST19160111-V43-02-page13.txt: [("'got", 'got')]
ST19160111-V43-02-page16.txt: [("'of", 'of')]
ST19160111-V43-02-page3.txt: [("'kAP", 'kAP')]
ST19160111-V43-02-page5.txt: [("'has", 'has'), ("'Was", 'Was')]
ST19160111-V43-02-page6.txt: [("'appointed", 'appointed'), ("'Darius", 'Darius'), ("'sons", 'sons'), ("'explains", 'explains')]
ST19160111-V43-02-page7.txt: [("'be", 'be'), ("'of", 'of'), ("'orrect", 'orrect')]
ST19160118-V43-03-page12.txt: [("'to", 'to'), ("'All", 'All'), ("'life", 'life')]
ST19160118-V43-03-page16.txt: [("'examining", 'examining'), ("'or", 'or'), ("'common", 'common'), ("'this", 'this')]
ST19160118-V43-03-page2.txt: [("'satisfied", 'satisfied')]
ST19160118-V43-03-page3.txt: [("'youth", 'youth')]
ST19160118-V43-03-page4.txt: [("'and", 'and'), ("'that", 'that'), ("'twas", 'twas')]
ST19160118-V43-03-page5.txt: [("'I", 'I'), ("'I", 'I'), ("'Now", 'Now')]
ST19160118-V43-03-page6.txt: [("'to", 'to'), ("'asses", 'asses')]
ST19160118-V43-03-page7.txt: [("'shall", 'shall')]
ST19160118-V43-03-page8.txt: [("'in", 'in'), ("'remaining", 'remaining')]
ST19160118-V43-03-page9.txt: [("'I", 'I'), ("'If", 'If'), ("'We", 'We')]
ST19160502-V43-18-page13.txt: [("'likely", 'likely')]
ST19160502-V43-18-page16.txt: [("'murderer", 'murderer')]
ST19160502-V43-18-page3.txt: [("'THE", 'THE')]
ST19160502-V43-18-page5.txt: [("'been", 'been'), ("'taken", 'taken')]
ST19160502-V43-18-page8.txt: [("'Church", 'Church')]
ST19160509-V43-19-page10.txt: [("'sentiments", 'sentiments'), ("'Such", 'Such')]
ST19160509-V43-19-page14.txt: [('\'EM"', 'EM"'), ("'em", 'em'), ("'em", 'em')]
ST19160509-V43-19-page2.txt: [("'such", 'such'), ("'into", 'into')]
ST19160509-V43-19-page7.txt: [("'baffling", 'baffling')]
ST19160509-V43-19-page8.txt: [("'approach", 'approach'), ("'together", 'together'), ("'judgment", 'judgment'), ("'excision", 'excision')]
ST19160606-V43-23-page1.txt: [("'powerful", 'powerful')]
ST19160606-V43-23-page10.txt: [("'that", 'that'), ("'laboring", 'laboring')]
ST19160606-V43-23-page12.txt: [("'and", 'and')]
ST19160606-V43-23-page16.txt: [("'well", 'well')]
ST19160606-V43-23-page2.txt: [("'is", 'is')]
ST19160606-V43-23-page4.txt: [("'occult", 'occult')]
ST19160606-V43-23-page5.txt: [("'on", 'on'), ("'O", 'O'), ("'Into", 'Into')]
ST19160606-V43-24-page1.txt: [("'to", 'to')]
ST19160606-V43-24-page10.txt: [("'by", 'by')]
ST19160606-V43-24-page11.txt: [("'his", 'his')]
ST19160606-V43-24-page13.txt: [("'who", 'who'), ("'Chinese", 'Chinese')]
ST19160606-V43-24-page15.txt: [("'Our", 'Our')]
ST19160606-V43-24-page16.txt: [("'drinks", 'drinks')]
ST19160606-V43-24-page2.txt: [("'is", 'is')]
ST19160606-V43-24-page3.txt: [("'at", 'at'), ("'vesper", 'vesper')]
ST19160606-V43-24-page4.txt: [('\'sinners"', 'sinners"')]
ST19160606-V43-24-page6.txt: [("'Annotatory", 'Annotatory'), ("'Erklaerte", 'Erklaerte'), ("'Ordo", 'Ordo'), ("'number", 'number'), ("'millennium", 'millennium'), ("'many", 'many')]
ST19160606-V43-24-page7.txt: [("'the", 'the'), ("'body", 'body'), ("'was", 'was')]
ST19160606-V43-24-page8.txt: [("'often", 'often'), ("'especially", 'especially')]
ST19160620-V43-25-page10.txt: [("'Jersey", 'Jersey'), ("'Riting", 'Riting'), ("'Rithmetic", 'Rithmetic'), ("'the", 'the')]
ST19160620-V43-25-page13.txt: [("'childhood", 'childhood'), ("'Tis", 'Tis'), ("'Why", 'Why')]
ST19160620-V43-25-page14.txt: [("'people", 'people'), ("'My", 'My'), ("'No", 'No'), ("'make", 'make')]
ST19160620-V43-25-page16.txt: [("'the", 'the')]
ST19160620-V43-25-page2.txt: [("'ministerial", 'ministerial')]
ST19160620-V43-25-page8.txt: [("'INFIDELITY", 'INFIDELITY')]
ST19160704-V43-26-page10.txt: [("'No", 'No'), ("'by", 'by'), ("'La", 'La')]
ST19160704-V43-26-page11.txt: [("'YOU", 'YOU')]
ST19160704-V43-26-page12.txt: [("'is", 'is')]
ST19160704-V43-26-page13.txt: [("'of", 'of'), ("'Right", 'Right'), ("'abominable", 'abominable')]
ST19160704-V43-26-page14.txt: [("'if", 'if')]
ST19160704-V43-26-page15.txt: [("'the", 'the')]
ST19160704-V43-26-page16.txt: [("'dens", 'dens')]
ST19160704-V43-26-page3.txt: [("'.", '.')]
ST19160704-V43-26-page4.txt: [('\'"', '"'), ("'work", 'work')]
ST19160704-V43-26-page6.txt: [("'families", 'families')]
ST19160704-V43-26-page7.txt: [("'mean", 'mean')]
ST19160704-V43-26-page8.txt: [("'arrests", 'arrests'), ("'NfORS", 'NfORS'), ("'crime", 'crime')]
ST19160704-V43-26-page9.txt: [("'Judge", 'Judge'), ("'is", 'is'), ("'not", 'not'), ("'the", 'the')]
ST19160711-V43-27-page1.txt: [("'who", 'who')]
ST19160711-V43-27-page11.txt: [("'from", 'from')]
ST19160711-V43-27-page12.txt: [("'habit", 'habit')]
ST19160711-V43-27-page14.txt: [("'the", 'the'), ("'a", 'a'), ("'as", 'as'), ("'Behold", 'Behold'), ("'expect", 'expect'), ("'who", 'who'), ("'and", 'and')]
ST19160711-V43-27-page2.txt: [("'little", 'little')]
ST19160711-V43-27-page4.txt: [("'National", 'National')]
ST19160711-V43-27-page5.txt: [("'Tis", 'Tis')]
ST19160711-V43-27-page6.txt: [("'the", 'the'), ("'look", 'look'), ("'redemption", 'redemption')]
ST19160711-V43-27-page7.txt: [("'Hark", 'Hark'), ("'Mother", 'Mother'), ("'Are", 'Are')]
ST19160711-V43-27-page8.txt: [("'into", 'into'), ("'had", 'had')]
ST19160718-V43-28-page10.txt: [("'a", 'a'), ("'but", 'but')]
ST19160718-V43-28-page12.txt: [("'mull", 'mull')]
ST19160718-V43-28-page2.txt: [("'We", 'We')]
ST19160718-V43-28-page4.txt: [("'arose", 'arose')]
ST19160718-V43-28-page7.txt: [("'To", 'To')]
ST19160718-V43-28-page8.txt: [("'Forward", 'Forward')]
ST19160801-V43-30-page1.txt: [("'Jack", 'Jack')]
ST19160801-V43-30-page10.txt: [("'contention", 'contention')]
ST19160801-V43-30-page11.txt: [("'this", 'this')]
ST19160801-V43-30-page12.txt: [("'grievous", 'grievous')]
ST19160801-V43-30-page13.txt: [("'its", 'its')]
ST19160801-V43-30-page15.txt: [("'Plan", 'Plan'), ("'Magazine.", 'Magazine.')]
ST19160801-V43-30-page16.txt: [("'Players", 'Players'), ("'But", 'But'), ("'the", 'the')]
ST19160801-V43-30-page3.txt: [("'Descent", 'Descent'), ("'find", 'find')]
ST19160801-V43-30-page4.txt: [("'him", 'him')]
ST19160801-V43-30-page7.txt: [("'He", 'He'), ("'He", 'He')]
ST19160801-V43-30-page8.txt: [("'Good", 'Good'), ("'Why", 'Why'), ("'Do", 'Do'), ("'Yes", 'Yes'), ("'and", 'and'), ("'I", 'I'), ("'THE", 'THE')]
ST19160801-V43-30-page9.txt: [("'He", 'He')]
ST19160808-V43-31-page10.txt: [("'There", 'There')]
ST19160808-V43-31-page13.txt: [("'the", 'the'), ("'Providence", 'Providence')]
ST19160808-V43-31-page16.txt: [("'wars.", 'wars.'), ("'I", 'I')]
ST19160808-V43-31-page3.txt: [("'Read", 'Read'), ("'.", '.'), ("'On", 'On'), ("'prophets.", 'prophets.')]
ST19160808-V43-31-page4.txt: [("'has", 'has')]
ST19160808-V43-31-page5.txt: [("'universal.", 'universal.')]
ST19160808-V43-31-page8.txt: [("'the", 'the')]
ST19160808-V43-31-page9.txt: [("'cle", 'cle'), ("'that", 'that')]
ST19160815-V43-32-page10.txt: [("'With", 'With'), ("'With", 'With')]
ST19160815-V43-32-page13.txt: [("'tis", 'tis')]
ST19160815-V43-32-page16.txt: [("'complications", 'complications')]
ST19160815-V43-32-page2.txt: [("'charity", 'charity')]
ST19160815-V43-32-page3.txt: [("'It", 'It'), ("'We", 'We'), ("'midst", 'midst'), ("'vale", 'vale')]
ST19160815-V43-32-page9.txt: [("'Hereby", 'Hereby')]
ST19160822-V43-33-page11.txt: [("'The", 'The'), ("'things", 'things')]
ST19160822-V43-33-page15.txt: [("'Watchman", 'Watchman')]
ST19160822-V43-33-page16.txt: [("'fire.", 'fire.'), ("'steps", 'steps'), ("'eading", 'eading'), ("'approach", 'approach')]
ST19160822-V43-33-page2.txt: [("'righteous", 'righteous'), ("'o", 'o'), ("'M", 'M')]
ST19160822-V43-33-page3.txt: [("'God", 'God'), ("'thought", 'thought')]
ST19160822-V43-33-page5.txt: [("'Why", 'Why'), ("'attached", 'attached')]
ST19160822-V43-33-page7.txt: [("'Not", 'Not'), ("'not", 'not')]
ST19160912-V43-36-page10.txt: [("'Prohibition", 'Prohibition'), ("'prisoners", 'prisoners')]
ST19160912-V43-36-page11.txt: [("'It", 'It'), ("'I", 'I'), ("'Lord's", 'Lords')]
ST19160912-V43-36-page12.txt: [("'composition", 'composition'), ("'perfect", 'perfect'), ("'for", 'for'), ("'inside", 'inside')]
ST19160912-V43-36-page16.txt: [("'to", 'to')]
ST19160912-V43-36-page3.txt: [("'obtain", 'obtain')]
ST19160912-V43-36-page5.txt: [("'starving", 'starving'), ("'the", 'the'), ("'central", 'central'), ("'world", 'world'), ("'Danube", 'Danube'), ("'canal", 'canal'), ("'Danube", 'Danube'), ("'not", 'not')]
ST19160912-V43-36-page6.txt: [("'I", 'I')]
ST19160912-V43-36-page8.txt: [("'message", 'message'), ("'Master", 'Master'), ("'toward", 'toward'), ("'against", 'against')]
ST19160912-V43-36-page9.txt: [("'to", 'to'), ("'E", 'E'), ("'You", 'You'), ("'art", 'art'), ("'us", 'us')]
ST19160919-V43-37-page11.txt: [("'existence", 'existence')]
ST19160919-V43-37-page12.txt: [("'a", 'a'), ("'a", 'a')]
ST19160919-V43-37-page14.txt: [("'the", 'the'), ("'the", 'the'), ("'The", 'The'), ("'heretics", 'heretics'), ("'Render", 'Render')]
ST19160919-V43-37-page16.txt: [("'.", '.'), ("'racing", 'racing')]
ST19160919-V43-37-page5.txt: [("'ravages", 'ravages'), ("'says", 'says')]
ST19160919-V43-37-page7.txt: [("'be", 'be')]
ST19160919-V43-37-page9.txt: [("'monthly", 'monthly'), ("'.but", '.but')]
ST19160926-V43-38-page12.txt: [("'Z'he", 'Zhe'), ("'If", 'If')]
ST19160926-V43-38-page14.txt: [("'permanently", 'permanently')]
ST19160926-V43-38-page15.txt: [("'the", 'the')]
ST19160926-V43-38-page4.txt: [("'A", 'A')]
ST19160926-V43-38-page5.txt: [("'you", 'you')]
ST19160926-V43-38-page7.txt: [("'What", 'What'), ("'Sanctify", 'Sanctify'), ("'What", 'What'), ("'What", 'What'), ("'what", 'what'), ("'what", 'what'), ("'meat", 'meat'), ("'what", 'what'), ("'papal", 'papal'), ("'doctrines", 'doctrines'), ("'What", 'What')]
ST19160926-V43-38-page9.txt: [("'religious", 'religious'), ("'Circulation", 'Circulation')]
ST19161003-V43-39,40-page13.txt: [("'From", 'From'), ("'What", 'What'), ("'They", 'They'), ("'But", 'But'), ("'Then", 'Then')]
ST19161003-V43-39,40-page14.txt: [("'O", 'O')]
ST19161003-V43-39,40-page16.txt: [("'us", 'us')]
ST19161003-V43-39,40-page17.txt: [("'Mohammedan", 'Mohammedan')]
ST19161003-V43-39,40-page19.txt: [("'EMMAMMIMENW", 'EMMAMMIMENW'), ("'never", 'never')]
ST19161003-V43-39,40-page23.txt: [("'.", '.')]
ST19161003-V43-39,40-page24.txt: [("'Behold", 'Behold')]
ST19161003-V43-39,40-page26.txt: [("'the", 'the')]
ST19161003-V43-39,40-page28.txt: [("'tttftlik", 'tttftlik')]
ST19161003-V43-39,40-page33.txt: [("'Call", 'Call'), ("'for", 'for')]
ST19161003-V43-39,40-page34.txt: [('\'"".', '"".')]
ST19161003-V43-39,40-page36.txt: [("'TIE", 'TIE')]
ST19161003-V43-39,40-page7.txt: [("'II", 'II'), ("'i", 'i')]
ST19161017-V43-41-page14.txt: [("'is", 'is'), ("'A", 'A')]
ST19161017-V43-41-page4.txt: [("'and", 'and')]
ST19161017-V43-41-page5.txt: [("'country", 'country')]
ST19161017-V43-41-page6.txt: [("'civic", 'civic')]
ST19161017-V43-41-page8.txt: [("'Twere", 'Twere'), ("'Twere", 'Twere')]
ST19161017-V43-41-page9.txt: [("'false", 'false'), ("'the", 'the')]
ST19161024-V43-42-page1.txt: [("'n", 'n'), ("'-fr'YTY", '-frYTY'), ("'ARDINAL", 'ARDINAL'), ("'three", 'three')]
ST19161024-V43-42-page11.txt: [("'accepts", 'accepts'), ("'To", 'To')]
ST19161024-V43-42-page13.txt: [("'Why", 'Why'), ("'a", 'a'), ("'in", 'in')]
ST19161024-V43-42-page14.txt: [("'During", 'During'), ("'of", 'of')]
ST19161024-V43-42-page15.txt: [("'any", 'any'), ("'do", 'do'), ("'leave", 'leave')]
ST19161024-V43-42-page16.txt: [("'east", 'east'), ("'God", 'God')]
ST19161024-V43-42-page2.txt: [("'You", 'You'), ("'made", 'made'), ("'As", 'As'), ("'Long", 'Long'), ("'once", 'once')]
ST19161024-V43-42-page4.txt: [("'To", 'To')]
ST19161024-V43-42-page5.txt: [("'together", 'together')]
ST19161031-V43-43-page10.txt: [("'It", 'It')]
ST19161031-V43-43-page11.txt: [("'ture", 'ture'), ("'the", 'the')]
ST19161031-V43-43-page13.txt: [("'the", 'the')]
ST19161031-V43-43-page16.txt: [("'trench", 'trench')]
ST19161031-V43-43-page2.txt: [("'Eternal", 'Eternal')]
ST19161031-V43-43-page5.txt: [("'The", 'The')]
ST19161031-V43-43-page6.txt: [("'It", 'It')]
ST19161031-V43-43-page8.txt: [("'a", 'a'), ("'My", 'My')]
ST19161107-V43-44-page13.txt: [("'and", 'and')]
ST19161107-V43-44-page15.txt: [("'of", 'of')]
ST19161107-V43-44-page16.txt: [("'gone", 'gone'), ("'which", 'which')]
ST19161107-V43-44-page8.txt: [("'This", 'This')]
ST19161205-V43-48-page1.txt: [("'My", 'My'), ("'Look", 'Look')]
ST19161205-V43-48-page13.txt: [("'date", 'date'), ("'unto", 'unto')]
ST19161205-V43-48-page15.txt: [("'shortening", 'shortening')]
ST19161205-V43-48-page2.txt: [("'Is", 'Is'), ("'Is", 'Is'), ("'harmless", 'harmless')]
ST19161205-V43-48-page6.txt: [("'Scriptures", 'Scriptures')]
ST19161212-V43-49-page1.txt: [("'of", 'of'), ("''Behold", 'Behold'), ("'in", 'in')]
ST19161212-V43-49-page10.txt: [("'Make", 'Make')]
ST19161212-V43-49-page11.txt: [("'equality", 'equality'), ("'working", 'working'), ("'themselves", 'themselves')]
ST19161212-V43-49-page12.txt: [("'be", 'be'), ("'shibboleth", 'shibboleth')]
ST19161212-V43-49-page13.txt: [("'thunders", 'thunders'), ("'for", 'for')]
ST19161212-V43-49-page14.txt: [("'Now", 'Now')]
ST19161212-V43-49-page15.txt: [("'Savage", 'Savage')]
ST19161212-V43-49-page16.txt: [("'seriously", 'seriously')]
ST19161212-V43-49-page2.txt: [("'Tis", 'Tis'), ("'the", 'the')]
ST19161212-V43-49-page6.txt: [("'and", 'and'), ("'He", 'He'), ("'from", 'from'), ("'the", 'the')]
ST19161212-V43-49-page7.txt: [("'The", 'The'), ("'slay", 'slay')]
ST19161212-V43-49-page9.txt: [("'of", 'of')]
ST19161219-V43-50-page1.txt: [("'IL", 'IL')]
ST19161219-V43-50-page10.txt: [("'Churchmen", 'Churchmen')]
ST19161219-V43-50-page11.txt: [("'Inasmuch", 'Inasmuch')]
ST19161219-V43-50-page12.txt: [("'of", 'of'), ("'Nee", 'Nee'), ("'his", 'his')]
ST19161219-V43-50-page13.txt: [("'and", 'and'), ("'and", 'and'), ("'so", 'so'), ("'delivered", 'delivered')]
ST19161219-V43-50-page14.txt: [("'to", 'to')]
ST19161219-V43-50-page15.txt: [("'But", 'But'), ("'Send", 'Send'), ("''Glutted", 'Glutted'), ("'Until", 'Until')]
ST19161219-V43-50-page3.txt: [("'so", 'so'), ("'was", 'was')]
ST19161219-V43-50-page4.txt: [("'passed", 'passed')]
ST19161219-V43-50-page5.txt: [("'uttered", 'uttered')]
ST19161219-V43-50-page6.txt: [("'truth.", 'truth.')]
ST19161219-V43-50-page7.txt: [("'heavens", 'heavens')]
ST19161219-V43-50-page8.txt: [("'twill", 'twill'), ("'Whoever", 'Whoever'), ("'''WA", 'WA')]
ST19161219-V43-50-page9.txt: [("'returned", 'returned'), ("'He", 'He'), ("'offered", 'offered')]
ST19180101-V45-01-page12.txt: [("'it", 'it'), ("'David", 'David'), ("'Solomon", 'Solomon'), ("'Rehoboam", 'Rehoboam'), ("'Ahab", 'Ahab'), ("'a", 'a'), ("'He", 'He'), ("'thoughts", 'thoughts'), ("'To-day", 'To-day'), ("'thou", 'thou'), ("'The", 'The')]
ST19180101-V45-01-page13.txt: [("'How", 'How')]
ST19180101-V45-01-page15.txt: [("'The", 'The'), ("'The", 'The')]
ST19180101-V45-01-page6.txt: [("'in", 'in')]
ST19180101-V45-01-page7.txt: [("'for", 'for')]
ST19180101-V45-01-page8.txt: [("'keep", 'keep')]
ST19180101-V45-01-page9.txt: [("'British", 'British')]
ST19180108-V45-02-page13.txt: [("'only", 'only'), ("'Christ", 'Christ'), ("'The", 'The'), ("'And", 'And'), ("'Yet", 'Yet'), ("'forever", 'forever'), ("'as", 'as'), ("'everlasting", 'everlasting'), ("'eternal", 'eternal'), ("'overthrown", 'overthrown')]
ST19180108-V45-02-page14.txt: [("'The", 'The'), ("'The", 'The'), ("'Deo", 'Deo')]
ST19180108-V45-02-page15.txt: [("'Mountain", 'Mountain'), ("'phone", 'phone')]
ST19180108-V45-02-page3.txt: [("'Him.", 'Him.')]
ST19180108-V45-02-page4.txt: [("'of", 'of'), ("'hien", 'hien')]
ST19180108-V45-02-page7.txt: [("'works", 'works')]
ST19180115-V45-03-page1.txt: [("'over", 'over')]
ST19180115-V45-03-page11.txt: [("'to", 'to'), ("'shall", 'shall'), ("'Come", 'Come')]
ST19180115-V45-03-page12.txt: [("'Would", 'Would'), ("'are", 'are'), ("'must", 'must'), ("'Twill", 'Twill')]
ST19180115-V45-03-page2.txt: [("'against", 'against')]
ST19180115-V45-03-page3.txt: [("'before", 'before')]
ST19180115-V45-03-page4.txt: [("'him", 'him'), ("'Greece", 'Greece')]
ST19180115-V45-03-page5.txt: [("'forts.", 'forts.')]
ST19180115-V45-03-page6.txt: [("'The", 'The'), ("'The", 'The'), ("'There", 'There'), ("'the", 'the'), ("'days", 'days'), ("'Almost", 'Almost'), ("'The", 'The'), ("'a", 'a')]
ST19180115-V45-03-page8.txt: [("'are", 'are')]
ST19180115-V45-03-page9.txt: [("'away", 'away')]
ST19180122-V45-04-page1.txt: [("'the", 'the')]
ST19180122-V45-04-page10.txt: [("'looked", 'looked')]
ST19180122-V45-04-page12.txt: [("'How", 'How'), ("'Hello", 'Hello'), ("'cause", 'cause'), ("'To", 'To'), ("'Let", 'Let'), ("'biding", 'biding')]
ST19180122-V45-04-page13.txt: [("'Jesus", 'Jesus'), ("'bout", 'bout'), ("'chant", 'chant')]
ST19180122-V45-04-page14.txt: [("'the", 'the')]
ST19180122-V45-04-page15.txt: [("'Why", 'Why')]
ST19180122-V45-04-page3.txt: [("'lready", 'lready'), ("'There", 'There')]
ST19180122-V45-04-page6.txt: [("'good", 'good')]
ST19180129-V45-05-page1.txt: [("'CALIFORNIA", 'CALIFORNIA')]
ST19180129-V45-05-page12.txt: [("'under", 'under'), ("'Perfect", 'Perfect'), ("'If", 'If'), ("'Hurry", 'Hurry'), ("'Hurry", 'Hurry')]
ST19180129-V45-05-page13.txt: [("'Call", 'Call')]
ST19180129-V45-05-page7.txt: [("'I", 'I'), ("'Age", 'Age')]
ST19180129-V45-05-page9.txt: [("'We", 'We'), ("'commercial", 'commercial')]
ST19180205-V45-06-page1.txt: [("'Secret", 'Secret'), ("'From", 'From'), ("'Our", 'Our'), ("'From", 'From')]
ST19180205-V45-06-page10.txt: [("'guard", 'guard')]
ST19180205-V45-06-page11.txt: [("'what", 'what')]
ST19180205-V45-06-page12.txt: [("'commandment", 'commandment')]
ST19180205-V45-06-page3.txt: [("'as", 'as'), ("'t", 't')]
ST19180205-V45-06-page5.txt: [("'day", 'day'), ("'corruption", 'corruption')]
ST19180212-V45-07-page10.txt: [("'to", 'to')]
ST19180212-V45-07-page13.txt: [("'Train", 'Train'), ("'as", 'as'), ("'World", 'World'), ("'new", 'new'), ("'struck", 'struck'), ("'is", 'is')]
ST19180212-V45-07-page2.txt: [("'Justified", 'Justified')]
ST19180212-V45-07-page4.txt: [("'setting", 'setting')]
ST19180212-V45-07-page5.txt: [("'is", 'is')]
ST19180212-V45-07-page6.txt: [("'Master", 'Master'), ("'I", 'I')]
ST19180219-V45-08-page11.txt: [("'dark", 'dark')]
ST19180219-V45-08-page12.txt: [("'on", 'on'), ("'But", 'But'), ("'that", 'that')]
ST19180219-V45-08-page7.txt: [("'twixt", 'twixt')]
ST19180219-V45-08-page9.txt: [("'observe", 'observe')]
ST19180226-V45-09-page10.txt: [("'Oh", 'Oh'), ("'that", 'that')]
ST19180226-V45-09-page12.txt: [("'This", 'This'), ("'the", 'the')]
ST19180226-V45-09-page13.txt: [("'breath", 'breath'), ("'Many", 'Many'), ("'So", 'So'), ("'His", 'His'), ("'If", 'If'), ("'I", 'I'), ("'the", 'the'), ("'son", 'son'), ("'Now", 'Now'), ("'Are", 'Are'), ("'the", 'the'), ("'The", 'The'), ("'Therefore", 'Therefore'), ("'A", 'A'), ("'And", 'And'), ("'Satan", 'Satan'), ("'They", 'They')]
ST19180226-V45-09-page16.txt: [("'Jean", 'Jean')]
ST19180226-V45-09-page3.txt: [("'If", 'If')]
ST19180226-V45-09-page5.txt: [("'in", 'in')]
ST19180226-V45-09-page9.txt: [("'nation", 'nation')]
ST19180305-V45-10-page1.txt: [("'through", 'through')]
ST19180305-V45-10-page11.txt: [("'cal", 'cal')]
ST19180305-V45-10-page4.txt: [("'skimmed", 'skimmed')]
ST19180305-V45-10-page6.txt: [("'oThe", 'oThe'), ("'Tis", 'Tis')]
ST19180305-V45-10-page7.txt: [("'loss", 'loss')]
ST19180312-V45-11-page11.txt: [("'of", 'of'), ("'in", 'in'), ("'in", 'in')]
ST19180312-V45-11-page12.txt: [("'Remember", 'Remember'), ("'in", 'in')]
ST19180312-V45-11-page13.txt: [("'Forgive", 'Forgive'), ("'all", 'all')]
ST19180312-V45-11-page14.txt: [("'The", 'The')]
ST19180312-V45-11-page15.txt: [("'The", 'The'), ("'The", 'The'), ("'Christ's", 'Christs')]
ST19180312-V45-11-page2.txt: [("'I", 'I'), ("'The", 'The')]
ST19180312-V45-11-page4.txt: [("'what", 'what'), ("'new", 'new'), ("'we", 'we')]
ST19180312-V45-11-page5.txt: [("'And", 'And')]
ST19180319-V45-12-page12.txt: [("'Smith", 'Smith'), ("'Wife", 'Wife'), ("'I", 'I'), ("'You", 'You'), ("'or", 'or')]
ST19180319-V45-12-page13.txt: [("'of", 'of')]
ST19180319-V45-12-page15.txt: [("'amidst", 'amidst')]
ST19180319-V45-12-page3.txt: [("'civil", 'civil')]
ST19180319-V45-12-page5.txt: [("'Look", 'Look'), ("'See", 'See'), ("'That", 'That'), ("'the", 'the')]
ST19180319-V45-12-page6.txt: [("'It", 'It'), ("'about", 'about'), ("'Enter", 'Enter'), ("'The", 'The')]
ST19180319-V45-12-page9.txt: [("'Get", 'Get')]
ST19180326-V45-13-page12.txt: [("'as", 'as')]
ST19180326-V45-13-page13.txt: [("'In", 'In'), ("'higher", 'higher'), ("'new", 'new')]
ST19180326-V45-13-page2.txt: [("'You", 'You'), ("'I", 'I')]
ST19180326-V45-13-page6.txt: [("'comes", 'comes')]
ST19180326-V45-13-page8.txt: [('\'"\'II', '"II')]
ST19180402-V45-14-page10.txt: [("'W", 'W')]
ST19180402-V45-14-page13.txt: [("'the", 'the')]
ST19180402-V45-14-page14.txt: [("'Could", 'Could')]
ST19180402-V45-14-page16.txt: [("'On", 'On')]
ST19180402-V45-14-page6.txt: [("'this", 'this'), ("'this", 'this')]
ST19180402-V45-14-page7.txt: [("'If", 'If'), ("'All", 'All'), ("'to", 'to'), ("'yellow", 'yellow'), ("'It", 'It'), ("'to", 'to')]
ST19180409-V45-15-page1.txt: [("'the", 'the')]
ST19180409-V45-15-page16.txt: [("'IT", 'IT')]
ST19180409-V45-15-page4.txt: [('\'fr"\'\'His', 'fr"His'), ("'Thy", 'Thy'), ("'rt", 'rt')]
ST19180409-V45-15-page5.txt: [("'THOMPSON", 'THOMPSON')]
ST19180409-V45-15-page8.txt: [("'H", 'H')]
ST19180416-V45-16-page11.txt: [("'periodicals", 'periodicals')]
ST19180416-V45-16-page14.txt: [("'He", 'He'), ("'If", 'If'), ("'If", 'If'), ("'And", 'And'), ("'all", 'all'), ("'For", 'For'), ("'Sin", 'Sin'), ("'the", 'the'), ("'confession", 'confession')]
ST19180416-V45-16-page16.txt: [("'nations", 'nations')]
ST19180416-V45-16-page3.txt: [("'Pli", 'Pli'), ("'Lord's", 'Lords')]
ST19180416-V45-16-page5.txt: [("'one", 'one')]
ST19180416-V45-16-page6.txt: [("'Thou", 'Thou'), ("'slain", 'slain')]
ST19180416-V45-16-page7.txt: [("'When", 'When')]
ST19180430-V45-17-page1.txt: [("'It", 'It')]
ST19180430-V45-17-page11.txt: [("'Will", 'Will'), ("'in", 'in')]
ST19180430-V45-17-page14.txt: [("'Then", 'Then'), ("'Whose", 'Whose'), ("'Even", 'Even'), ("'And", 'And'), ("'And", 'And'), ("'everlasting", 'everlasting'), ("'everlasting", 'everlasting'), ("'the", 'the'), ("'extinction", 'extinction'), ("'everlasting", 'everlasting'), ("'Sin", 'Sin'), ("'the", 'the'), ("'But", 'But'), ("'forever", 'forever'), ("'forever", 'forever'), ("'the", 'the'), ("'day", 'day'), ("'He", 'He'), ("'the", 'the'), ("'forever", 'forever'), ("'Then", 'Then'), ("'I", 'I'), ("'But", 'But'), ("'To", 'To'), ("'What", 'What'), ("'Consume", 'Consume'), ("'For", 'For'), ("'burn", 'burn'), ("'And", 'And'), ("'Thus", 'Thus'), ("'not", 'not'), ("'God", 'God')]
ST19180430-V45-17-page15.txt: [("'receive", 'receive')]
ST19180430-V45-17-page2.txt: [("'born", 'born')]
ST19180430-V45-17-page4.txt: [("'Tis", 'Tis')]
ST19180430-V45-17-page8.txt: [("'all", 'all'), ("'nearly", 'nearly'), ("'Miraculously", 'Miraculously'), ("'Who", 'Who'), ("'encampeth", 'encampeth')]
ST19180507-V45-18-page13.txt: [("'Ye", 'Ye'), ("'If", 'If'), ("'Paradise", 'Paradise'), ("'Yankee", 'Yankee'), ("'Pilgrim's", 'Pilgrims'), ("'did", 'did')]
ST19180507-V45-18-page16.txt: [("'of", 'of')]
ST19180507-V45-18-page2.txt: [("'They", 'They'), ("'This", 'This')]
ST19180507-V45-18-page5.txt: [("'no", 'no')]
ST19180507-V45-18-page8.txt: [("'The", 'The')]
ST19180507-V45-18-page9.txt: [("'is", 'is'), ("'even", 'even'), ("'Because", 'Because')]
ST19180514-V45-19-page1.txt: [("'everybody", 'everybody')]
ST19180514-V45-19-page10.txt: [("'Remember", 'Remember'), ("'The", 'The')]
ST19180514-V45-19-page11.txt: [("'Protestant", 'Protestant')]
ST19180514-V45-19-page2.txt: [("'If", 'If')]
ST19180514-V45-19-page3.txt: [("'where", 'where')]
ST19180514-V45-19-page8.txt: [("'last", 'last')]
ST19180521-V45-20-page10.txt: [("'consented", 'consented'), ("'knowledge", 'knowledge'), ("'In", 'In'), ("'It", 'It'), ("'Several", 'Several'), ("'health", 'health'), ("'health", 'health'), ("'Behold", 'Behold'), ("'the", 'the'), ("'born", 'born'), ("'which", 'which'), ("'from", 'from'), ("'leanness", 'leanness'), ("'many", 'many'), ("'purposed", 'purposed'), ("'All", 'All'), ("'a", 'a'), ("'Then", 'Then'), ("'Shall", 'Shall'), ("'Several", 'Several')]
ST19180521-V45-20-page11.txt: [("'Wine", 'Wine'), ("'right", 'right'), ("'Whether", 'Whether'), ("'Incline", 'Incline'), ("'When", 'When'), ("'Every", 'Every'), ("'I", 'I'), ("'waxing", 'waxing'), ("'Abraham's", 'Abrahams'), ("'into", 'into'), ("'Why", 'Why'), ("'heirs", 'heirs'), ("'Good", 'Good')]
ST19180521-V45-20-page12.txt: [("'Heavenly", 'Heavenly')]
ST19180521-V45-20-page14.txt: [('\'"', '"'), ("'w.", 'w.')]
ST19180521-V45-20-page15.txt: [("'Come", 'Come'), ("'twill", 'twill'), ("'They", 'They'), ("'Christ's", 'Christs'), ("'All", 'All'), ("'of", 'of'), ("'ever", 'ever'), ("'of", 'of')]
ST19180521-V45-20-page8.txt: [("'be", 'be'), ("'be", 'be'), ("'broken", 'broken'), ("'whosoever", 'whosoever'), ("'lake", 'lake'), ("'the", 'the'), ("'last", 'last'), ("'done", 'done'), ("'the", 'the'), ("'destruction", 'destruction'), ("'the", 'the'), ("'death", 'death'), ("'utterly", 'utterly')]
ST19180528-V45-21-page10.txt: [("'I", 'I'), ("'I", 'I'), ("'Have", 'Have'), ("'This", 'This'), ("'Surely", 'Surely')]
ST19180528-V45-21-page14.txt: [("'blood", 'blood')]
ST19180528-V45-21-page15.txt: [("'Here", 'Here'), ("'Well", 'Well'), ("'I'm", 'Im'), ("'the", 'the')]
ST19180528-V45-21-page3.txt: [("'in", 'in')]
ST19180528-V45-21-page4.txt: [("'bear", 'bear')]
ST19180528-V45-21-page5.txt: [("'Let", 'Let'), ("'tis", 'tis')]
ST19180528-V45-21-page7.txt: [("'Isaiah", 'Isaiah'), ("'neath", 'neath'), ("'twas", 'twas'), ("'Tis", 'Tis')]
ST19180604-V45-22-page12.txt: [("'the", 'the')]
ST19180604-V45-22-page13.txt: [("'before", 'before')]
ST19180604-V45-22-page14.txt: [("'kill", 'kill'), ("'The", 'The'), ("'Forever", 'Forever'), ("'Forever", 'Forever'), ("'Forever", 'Forever'), ("'I", 'I')]
ST19180604-V45-22-page15.txt: [("'great", 'great')]
ST19180604-V45-22-page2.txt: [("'Father", 'Father'), ("'Yes", 'Yes')]
ST19180604-V45-22-page3.txt: [("'The", 'The')]
ST19180604-V45-22-page7.txt: [("'End", 'End'), ("'End", 'End'), ("'End", 'End'), ("'End", 'End'), ("'End", 'End'), ("'service", 'service'), ("'great", 'great')]
ST19180604-V45-22-page8.txt: [("'For", 'For'), ("'Man", 'Man'), ("'I", 'I'), ("'in", 'in'), ("'for", 'for')]
ST19180611-V45-23-page11.txt: [("'to", 'to')]
ST19180611-V45-23-page13.txt: [("'faith", 'faith'), ("'What", 'What'), ("'What", 'What'), ("'holy", 'holy'), ("'If", 'If')]
ST19180611-V45-23-page14.txt: [("'By", 'By'), ("'Do", 'Do')]
ST19180611-V45-23-page5.txt: [("'The", 'The')]
ST19180611-V45-23-page8.txt: [("'Doctrinal", 'Doctrinal')]
ST19180618-V45-24-page12.txt: [("'by", 'by')]
ST19180618-V45-24-page13.txt: [("'and", 'and')]
ST19180618-V45-24-page14.txt: [("'by", 'by'), ("'by", 'by')]
ST19180618-V45-24-page16.txt: [("'is", 'is')]
ST19180618-V45-24-page3.txt: [("'all", 'all'), ("'Science", 'Science')]
ST19180618-V45-24-page6.txt: [("'Why", 'Why'), ("'should", 'should'), ("'the", 'the')]
ST19180625-V45-25-page1.txt: [("'the", 'the')]
ST19180625-V45-25-page13.txt: [("'redeemed", 'redeemed'), ("'His", 'His'), ("'If", 'If'), ("'old-time", 'old-time'), ("'The", 'The'), ("'His", 'His')]
ST19180625-V45-25-page14.txt: [("'This", 'This')]
ST19180625-V45-25-page8.txt: [("'die", 'die'), ("'This", 'This')]
ST19180702-V45-26-page14.txt: [("'proper", 'proper')]
ST19180709-V45-27-page12.txt: [("'Mid", 'Mid')]
ST19180709-V45-27-page7.txt: [("'Persecuted", 'Persecuted')]
ST19180709-V45-27-page9.txt: [("'belief", 'belief'), ("'useful", 'useful')]
ST19180716-V45-28-page15.txt: [("'SI", 'SI'), ('\'"keep', '"keep')]
ST19180716-V45-28-page16.txt: [("'it", 'it')]
ST19180716-V45-28-page3.txt: [("'thrice", 'thrice')]
ST19180716-V45-28-page5.txt: [("'Times", 'Times')]
ST19180716-V45-28-page7.txt: [("'soldier's", 'soldiers'), ("'irritable", 'irritable'), ("'Humidor", 'Humidor')]
ST19180716-V45-28-page8.txt: [("'certainly", 'certainly')]
ST19180723-V45-29-page14.txt: [("'In", 'In'), ("'in", 'in'), ("'The", 'The'), ("'What", 'What'), ("'immediately", 'immediately'), ("'In", 'In'), ("'those", 'those'), ("'in", 'in'), ("'And", 'And'), ("'A", 'A'), ("'And", 'And'), ("'The", 'The'), ("'And", 'And'), ("'the", 'the'), ("'soldier", 'soldier'), ("'Brother", 'Brother')]
ST19180723-V45-29-page15.txt: [("'Father", 'Father'), ("'My", 'My')]
ST19180723-V45-29-page3.txt: [("'a", 'a')]
ST19180723-V45-29-page4.txt: [("'there", 'there')]
ST19180723-V45-29-page8.txt: [("'So", 'So'), ("'And", 'And')]
ST19180730-V45-30-page10.txt: [("'that", 'that')]
ST19180730-V45-30-page11.txt: [("'from", 'from')]
ST19180730-V45-30-page15.txt: [("'and", 'and')]
ST19180730-V45-30-page3.txt: [("'to", 'to'), ("'they", 'they')]
ST19180730-V45-30-page5.txt: [("'among", 'among'), ("'Restore", 'Restore'), ("'Future", 'Future'), ("'declaration", 'declaration')]
ST19180730-V45-30-page6.txt: [("'Bulletin", 'Bulletin'), ("'your", 'your'), ("'chiefly", 'chiefly')]
ST19180730-V45-30-page7.txt: [("'need", 'need'), ("'characters.", 'characters.')]
ST19180730-V45-30-page8.txt: [("'And", 'And')]
ST19180806-V45-31-page11.txt: [("'soberest", 'soberest')]
ST19180806-V45-31-page15.txt: [("'Delight", 'Delight')]
ST19180806-V45-31-page16.txt: [("'I", 'I')]
ST19180806-V45-31-page2.txt: [("'over", 'over')]
ST19180806-V45-31-page4.txt: [("'s", 's')]
ST19180813-V45-32-page12.txt: [("'too", 'too')]
ST19180813-V45-32-page13.txt: [("'convert", 'convert')]
ST19180813-V45-32-page15.txt: [('\'"Do', '"Do')]
ST19180813-V45-32-page6.txt: [("'Wickedness", 'Wickedness')]
ST19180813-V45-32-page7.txt: [("'below", 'below'), ("'conduct", 'conduct'), ("''t", 't')]
ST19180813-V45-32-page8.txt: [("'Tis", 'Tis'), ("'tis", 'tis')]
ST19180820-V45-33-page1.txt: [("'ntertwining", 'ntertwining')]
ST19180820-V45-33-page15.txt: [("'to", 'to'), ("'put", 'put'), ("'put", 'put')]
ST19180820-V45-33-page16.txt: [("'rejuvenating", 'rejuvenating'), ("'hundred", 'hundred')]
ST19180820-V45-33-page8.txt: [("'Have", 'Have'), ("'It", 'It'), ("'The", 'The'), ("'Bible", 'Bible')]
ST19180820-V45-33-page9.txt: [("'Why", 'Why'), ("'brotherly", 'brotherly')]
ST19180903-V45-34-page10.txt: [("'put", 'put')]
ST19180903-V45-34-page12.txt: [("'Which", 'Which'), ("'Sunday", 'Sunday'), ("'the", 'the')]
ST19180903-V45-34-page13.txt: [("'Peace", 'Peace'), ("'Peace", 'Peace')]
ST19180903-V45-34-page14.txt: [("'between", 'between')]
ST19180903-V45-34-page15.txt: [("'tis", 'tis')]
ST19180903-V45-34-page7.txt: [("'Christ", 'Christ')]
ST19180903-V45-34-page8.txt: [('\'""Al', '""Al')]
ST19180910-V45-35-page1.txt: [("'the", 'the')]
ST19180910-V45-35-page13.txt: [("'by", 'by'), ("'the", 'the'), ("'The", 'The')]
ST19180910-V45-35-page14.txt: [("'almost", 'almost'), ("'Jewish", 'Jewish'), ("'Do", 'Do'), ("'that's", 'thats'), ("'Because", 'Because'), ("'And", 'And'), ("'Brother", 'Brother'), ("'Brother", 'Brother'), ("'Friends", 'Friends'), ("'This", 'This')]
ST19180910-V45-35-page15.txt: [("'glory", 'glory')]
ST19180910-V45-35-page16.txt: [('\'"', '"'), ("'devastation.", 'devastation.')]
ST19180910-V45-35-page2.txt: [("'rapture", 'rapture'), ("'revelation", 'revelation'), ("'rapture", 'rapture'), ("'manifestation", 'manifestation')]
ST19180910-V45-35-page3.txt: [("'Tis", 'Tis')]
ST19180910-V45-35-page8.txt: [('\'"Abridgment', '"Abridgment'), ("'Come", 'Come')]
ST19180917-V45-36-page10.txt: [("'time", 'time')]
ST19180917-V45-36-page11.txt: [("'Inasmuch", 'Inasmuch')]
ST19180917-V45-36-page13.txt: [("'is", 'is'), ("'the", 'the'), ("'new", 'new'), ("'The", 'The')]
ST19180917-V45-36-page14.txt: [("'almost", 'almost'), ("'seventh-day", 'seventh-day'), ("'is", 'is'), ("'Spaulding", 'Spaulding')]
ST19180917-V45-36-page15.txt: [("'axiomatic", 'axiomatic'), ("'stablishment", 'stablishment'), ("'em", 'em'), ("'partments.", 'partments.'), ("'partment", 'partment'), ("'partment", 'partment'), ("'bout", 'bout'), ("'partment.", 'partment.'), ("'em.", 'em.'), ("'em", 'em')]
ST19180917-V45-36-page16.txt: [("'lour.", 'lour.'), ("'as", 'as')]
ST19180917-V45-36-page2.txt: [("'publicly", 'publicly')]
ST19180917-V45-36-page7.txt: [("'inhabited", 'inhabited')]
ST19180917-V45-36-page8.txt: [("'character", 'character')]
ST19180924-V45-37-page10.txt: [("'If", 'If'), ("'A", 'A')]
ST19180924-V45-37-page11.txt: [("'By", 'By')]
ST19180924-V45-37-page12.txt: [("'Deo", 'Deo')]
ST19180924-V45-37-page13.txt: [("'Christ", 'Christ')]
ST19180924-V45-37-page15.txt: [("'h", 'h'), ("'-tor", '-tor'), ("'Iowa.", 'Iowa.')]
ST19180924-V45-37-page16.txt: [("'Made", 'Made'), ("'The", 'The'), ("'after", 'after'), ("'after", 'after')]
ST19180924-V45-37-page5.txt: [("'from", 'from')]
ST19180924-V45-37-page6.txt: [("''tlsrr", 'tlsrr')]
ST19180924-V45-37-page7.txt: [("'the", 'the')]
ST19180924-V45-37-page9.txt: [("'Axe.", 'Axe.')]
ST19181001-V45-38-page12.txt: [("'t", 't')]
ST19181001-V45-38-page13.txt: [("'Christkiller", 'Christkiller'), ("'Knowing", 'Knowing'), ("'Why", 'Why'), ("'preaching", 'preaching'), ("'preaching", 'preaching'), ("'very", 'very'), ("'sang", 'sang')]
ST19181001-V45-38-page14.txt: [("'in", 'in'), ("'God", 'God'), ("'first", 'first'), ("'The", 'The'), ("'Let", 'Let'), ("'I", 'I'), ("'Thy", 'Thy')]
ST19181001-V45-38-page3.txt: [("'terrible", 'terrible'), ("'their", 'their')]
ST19181001-V45-38-page7.txt: [("'exceedingly", 'exceedingly')]
ST19181001-V45-38-page9.txt: [("'.", '.')]
ST19181008-V45-39-page11.txt: [("'Son", 'Son')]
ST19181008-V45-39-page12.txt: [("'not", 'not'), ("'heap", 'heap'), ("'turn", 'turn'), ("'Now", 'Now'), ("'Her", 'Her'), ("'Her", 'Her'), ("'Blasting", 'Blasting'), ("'the", 'the'), ("'Ye", 'Ye'), ("'If", 'If'), ("'only", 'only'), ("'The", 'The'), ("'it", 'it')]
ST19181008-V45-39-page13.txt: [("'the", 'the'), ("'January", 'January')]
ST19181008-V45-39-page15.txt: [("'We", 'We')]
ST19181008-V45-39-page4.txt: [("'antichrist", 'antichrist'), ("'pro-Christ", 'pro-Christ'), ("'deputy", 'deputy'), ("'a", 'a')]
ST19181008-V45-39-page9.txt: [("'pursuit", 'pursuit')]
ST19181015-V45-40-page5.txt: [("'With", 'With')]
ST19181015-V45-40-page7.txt: [("'Amen", 'Amen'), ("'I", 'I'), ("'It", 'It'), ("'I", 'I'), ("'If", 'If'), ("'the", 'the'), ("'Sabbath", 'Sabbath'), ("'Remember", 'Remember'), ("'a", 'a'), ("'an", 'an')]
ST19181022-V45-41-page10.txt: [("'hunger", 'hunger'), ("'The", 'The')]
ST19181022-V45-41-page12.txt: [("'tis", 'tis'), ("'Tis", 'Tis')]
ST19181022-V45-41-page13.txt: [("'the", 'the')]
ST19181022-V45-41-page14.txt: [("'Woman", 'Woman'), ('\'"', '"'), ("'Mother", 'Mother')]
ST19181022-V45-41-page5.txt: [("'account", 'account')]
ST19181022-V45-41-page7.txt: [("'Will", 'Will'), ("'Inasmuch", 'Inasmuch'), ("'faction", 'faction')]
ST19181029-V45-42-page4.txt: [("'first", 'first')]
ST19181029-V45-42-page5.txt: [("'the", 'the'), ("'The", 'The'), ("'day", 'day'), ("'the", 'the')]
ST19181029-V45-42-page6.txt: [("'Viz.", 'Viz.'), ("'Ten", 'Ten'), ("'another", 'another'), ("'a", 'a'), ("'bring", 'bring'), ("'And", 'And'), ("'A", 'A')]
ST19181029-V45-42-page7.txt: [("'man", 'man'), ("'forty", 'forty'), ("'speak", 'speak'), ("'think", 'think'), ("'head", 'head'), ("'think", 'think')]
ST19181029-V45-42-page8.txt: [("'the", 'the'), ("'Is", 'Is')]
ST19181105-V45-43-page12.txt: [("'high", 'high')]
ST19181105-V45-43-page13.txt: [("'What", 'What'), ("'the", 'the'), ("'forty", 'forty'), ("'it", 'it'), ("'the", 'the'), ("'the", 'the')]
ST19181105-V45-43-page14.txt: [("'set", 'set'), ("'sealed", 'sealed'), ("'He", 'He'), ("'wrote", 'wrote'), ("'in", 'in'), ("'sealed", 'sealed'), ("'Woodrow", 'Woodrow'), ("'Woodrow", 'Woodrow'), ("'United", 'United'), ("'The", 'The'), ("'In", 'In'), ("'all", 'all'), ("'the", 'the'), ("'by", 'by'), ("'of", 'of')]
ST19181105-V45-43-page15.txt: [("'time", 'time')]
ST19181105-V45-43-page4.txt: [("'Whereas", 'Whereas'), ("'to", 'to')]
ST19181105-V45-43-page7.txt: [("'eath", 'eath'), ("'has", 'has')]
ST19181105-V45-43-page8.txt: [("'United", 'United')]
ST19181112-V45-44-page5.txt: [("'No", 'No')]
ST19181112-V45-44-page7.txt: [("'Lord", 'Lord')]
ST19181119-V45-45-page11.txt: [("'for", 'for')]
ST19181119-V45-45-page13.txt: [("'Tis", 'Tis'), ("'tis", 'tis')]
ST19181119-V45-45-page14.txt: [("'r", 'r'), ("'to", 'to')]
ST19181119-V45-45-page16.txt: [("'He", 'He'), ("'.", '.')]
ST19181119-V45-45-page4.txt: [("'hath", 'hath')]
ST19181119-V45-45-page7.txt: [("'plied", 'plied'), ("'somewhere", 'somewhere')]
ST19181119-V45-45-page8.txt: [("'over", 'over'), ("'ward", 'ward'), ("'booze", 'booze')]
ST19181126-V45-46-page5.txt: [("'tis", 'tis'), ("'Oh", 'Oh'), ("'Please", 'Please'), ("'I", 'I')]
ST19181126-V45-46-page6.txt: [("'What", 'What'), ("'am", 'am'), ("'That's", 'Thats'), ("'heaven's", 'heavens')]
ST19181126-V45-46-page7.txt: [("'stupid", 'stupid'), ("'what", 'what')]
ST19181203-V45-47-page11.txt: [("'Plains", 'Plains')]
ST19181203-V45-47-page3.txt: [("'AIM", 'AIM')]
ST19181203-V45-47-page9.txt: [("'The", 'The')]
ST19181210-V45-48-page3.txt: [("'All", 'All')]
ST19181210-V45-48-page6.txt: [("'an", 'an')]
ST19181210-V45-48-page7.txt: [("'The", 'The')]
ST19181217-V45-49-page10.txt: [("'The", 'The')]
ST19181217-V45-49-page11.txt: [("'of", 'of')]
ST19181217-V45-49-page12.txt: [("'were", 'were'), ("'Tis", 'Tis')]
ST19181217-V45-49-page14.txt: [("'These", 'These'), ("'Paul", 'Paul'), ("'Immanuel", 'Immanuel'), ("'writings", 'writings'), ("'the", 'the'), ("'the", 'the'), ("'without", 'without'), ("'The", 'The')]
ST19181217-V45-49-page15.txt: [("'Western", 'Western')]
ST19181217-V45-49-page16.txt: [("'The", 'The')]
ST19181217-V45-49-page2.txt: [("'and", 'and')]
ST19181217-V45-49-page3.txt: [("'The", 'The')]
ST19181217-V45-49-page7.txt: [("'Fall", 'Fall')]
ST19190107-V46-01-page1.txt: [("'C", 'C')]
ST19190107-V46-01-page6.txt: [("'in", 'in'), ("'Therefore", 'Therefore')]
ST19190107-V46-01-page8.txt: [("'I", 'I'), ("'Well", 'Well'), ("'Can", 'Can'), ("'What", 'What')]
ST19190114-V46-02-page2.txt: [("'Come", 'Come'), ("'As", 'As')]
ST19190114-V46-02-page5.txt: [("'Book", 'Book')]
ST19190114-V46-02-page7.txt: [("'seek", 'seek'), ("'he", 'he')]
ST19190114-V46-02-page8.txt: [("'excessive", 'excessive'), ("'was", 'was'), ("'occasional", 'occasional'), ("'social", 'social'), ("'I.M", 'I.M')]
ST19190121-V46-03-page12.txt: [("'of", 'of'), ("'Whither", 'Whither')]
ST19190121-V46-03-page13.txt: [("'This", 'This')]
ST19190121-V46-03-page2.txt: [("'wind-flyer", 'wind-flyer')]
ST19190121-V46-03-page4.txt: [("'If", 'If'), ("'little", 'little'), ("'exceeding", 'exceeding'), ("'I", 'I')]
ST19190121-V46-03-page6.txt: [("'fearful", 'fearful')]
ST19190128-V46-04-page4.txt: [("'The", 'The')]
ST19190128-V46-04-page5.txt: [("'To", 'To'), ("'You", 'You'), ("'You", 'You'), ("'She", 'She'), ("'Now", 'Now'), ("'So", 'So'), ("'At", 'At')]
ST19190204-V46-05-page11.txt: [("'was", 'was'), ("'Tis", 'Tis')]
ST19190204-V46-05-page14.txt: [("'gloried", 'gloried')]
ST19190204-V46-05-page16.txt: [("'war", 'war')]
ST19190204-V46-05-page4.txt: [("'Thousands", 'Thousands')]
ST19190204-V46-05-page6.txt: [("'a", 'a')]
ST19190211-V46-06-page10.txt: [("'riseth", 'riseth')]
ST19190211-V46-06-page11.txt: [("'thou", 'thou'), ("'of", 'of')]
ST19190211-V46-06-page12.txt: [("'.", '.')]
ST19190211-V46-06-page13.txt: [("'UNTO", 'UNTO')]
ST19190211-V46-06-page16.txt: [("'Tell", 'Tell')]
ST19190211-V46-06-page2.txt: [("'league", 'league'), ("'we", 'we')]
ST19190211-V46-06-page7.txt: [("'I", 'I'), ("'the", 'the'), ("'supreme", 'supreme')]
ST19190218-V46-07-page13.txt: [("'Immediately", 'Immediately'), ("'those", 'those'), ("'immediately", 'immediately'), ("'the", 'the'), ("'men", 'men'), ("'lovers", 'lovers'), ("'I", 'I'), ("'a", 'a')]
ST19190218-V46-07-page14.txt: [("'I", 'I'), ("'The", 'The'), ("'Therefore", 'Therefore'), ("'the", 'the'), ("'new", 'new'), ("'new", 'new'), ("'the", 'the'), ("'The", 'The')]
ST19190218-V46-07-page5.txt: [("'anew...Ana", 'anew...Ana')]
ST19190218-V46-07-page7.txt: [("'ready", 'ready')]
ST19190218-V46-07-page8.txt: [("'how", 'how')]
ST19190225-V46-08-page11.txt: [("'work", 'work'), ("'his", 'his'), ("'over", 'over')]
ST19190225-V46-08-page13.txt: [("'vouches", 'vouches')]
ST19190225-V46-08-page2.txt: [("'human", 'human')]
ST19190225-V46-08-page5.txt: [("'King", 'King'), ("'Our", 'Our'), ("'Behold", 'Behold'), ('\'"', '"')]
ST19190225-V46-08-page6.txt: [("'even", 'even')]
ST19190225-V46-08-page8.txt: [("'works", 'works')]
ST19190304-V46-09-page10.txt: [("'Six", 'Six')]
ST19190304-V46-09-page11.txt: [("'Oh", 'Oh'), ("'Glory", 'Glory'), ("'Glory", 'Glory')]
ST19190304-V46-09-page12.txt: [("'This", 'This'), ("'This", 'This'), ("'shall", 'shall')]
ST19190304-V46-09-page15.txt: [("'The", 'The')]
ST19190304-V46-09-page16.txt: [("'self", 'self')]
ST19190304-V46-09-page2.txt: [("'unbelieving", 'unbelieving')]
ST19190304-V46-09-page7.txt: [("'without", 'without')]
ST19190304-V46-09-page8.txt: [("'more", 'more')]
ST19190304-V46-09-page9.txt: [("'Let", 'Let')]
ST19190311-V46-10-page11.txt: [("'and", 'and')]
ST19190311-V46-10-page14.txt: [("'Millions", 'Millions')]
ST19190311-V46-10-page15.txt: [("'trials", 'trials')]
ST19190311-V46-10-page5.txt: [("'Away", 'Away'), ("'Thou", 'Thou')]
ST19190311-V46-10-page8.txt: [("'holy", 'holy'), ("'conduct", 'conduct')]
ST19190318-V46-11-page12.txt: [("'glowing", 'glowing')]
ST19190318-V46-11-page14.txt: [("'may", 'may')]
ST19190318-V46-11-page5.txt: [("'Just", 'Just'), ("'Nailed", 'Nailed'), ("'mailed", 'mailed')]
ST19190318-V46-11-page7.txt: [("'of", 'of')]
ST19190325-V46-12-page11.txt: [("'steak", 'steak')]
ST19190325-V46-12-page12.txt: [("'tubercular", 'tubercular')]
ST19190325-V46-12-page14.txt: [("'And", 'And')]
ST19190325-V46-12-page15.txt: [("'Christ", 'Christ'), ("'is", 'is')]
ST19190325-V46-12-page3.txt: [("'holy", 'holy')]
ST19190325-V46-12-page5.txt: [("'The", 'The')]
ST19190325-V46-12-page6.txt: [("'Raymond", 'Raymond')]
ST19190325-V46-12-page7.txt: [("'Through", 'Through')]
ST19190325-V46-12-page8.txt: [("'beginning", 'beginning')]
ST19190325-V46-12-page9.txt: [("'sentiment", 'sentiment')]
ST19190401-V46-13-page13.txt: [("'son", 'son')]
ST19190401-V46-13-page14.txt: [("'Is", 'Is')]
ST19190401-V46-13-page7.txt: [("'are", 'are'), ("'of", 'of'), ("'And", 'And'), ("'that", 'that'), ("'single", 'single')]
ST19190401-V46-13-page8.txt: [("'old", 'old'), ("'the", 'the'), ("'an", 'an'), ("'Commentary", 'Commentary'), ("'Acts", 'Acts'), ("'The", 'The'), ("'man", 'man'), ("'will", 'will'), ("'be", 'be'), ("'Justification", 'Justification'), ("'justified", 'justified'), ("'Which", 'Which'), ("'continuance", 'continuance'), ("'from", 'from'), ("'To", 'To'), ("'I", 'I')]
ST19190415-V46-15-page14.txt: [("'root", 'root'), ("'They", 'They'), ("'The", 'The'), ("'I", 'I'), ("'day", 'day'), ("'forever", 'forever'), ("'burned", 'burned'), ("'ashes", 'ashes'), ("'the", 'the')]
ST19190415-V46-15-page15.txt: [("'I", 'I'), ("'co", 'co')]
ST19190415-V46-15-page9.txt: [("'declares", 'declares')]
ST19190422-V46-16-page11.txt: [("'If", 'If'), ("'Come", 'Come'), ("'mind", 'mind'), ("'the", 'the'), ("'the", 'the'), ("'He", 'He')]
ST19190422-V46-16-page13.txt: [("'Stand", 'Stand')]
ST19190422-V46-16-page14.txt: [("'love", 'love'), ("'anxious", 'anxious'), ("'long", 'long'), ("'a", 'a'), ("'love", 'love'), ('\'temperance\'."', 'temperance."')]
ST19190422-V46-16-page2.txt: [("'War", 'War'), ("'Join", 'Join')]
ST19190422-V46-16-page3.txt: [("'.stand", '.stand'), ("'Where", 'Where'), ('\'"WhY', '"WhY'), ("'hell", 'hell')]
ST19190422-V46-16-page4.txt: [("'Whereupon", 'Whereupon')]
ST19190429-V46-17-page10.txt: [("'Z'he", 'Zhe')]
ST19190429-V46-17-page15.txt: [("'We", 'We')]
ST19190429-V46-17-page4.txt: [("'Science", 'Science'), ("'Science", 'Science')]
ST19190429-V46-17-page6.txt: [("'Christian", 'Christian'), ("'Science", 'Science')]
ST19190429-V46-17-page7.txt: [("'This", 'This')]
ST19190429-V46-17-page8.txt: [("'Astronomical", 'Astronomical'), ("'To", 'To')]
ST19190429-V46-17-page9.txt: [("'and", 'and')]
ST19190506-V46-18-page13.txt: [("'Tis", 'Tis'), ("'oved", 'oved')]
ST19190506-V46-18-page14.txt: [("'soldier", 'soldier'), ("'irritable", 'irritable')]
ST19190506-V46-18-page5.txt: [("'I", 'I'), ("'one", 'one'), ("'Seek", 'Seek')]
ST19190506-V46-18-page6.txt: [("'For", 'For'), ("'That", 'That')]
ST19190506-V46-18-page8.txt: [("'I", 'I')]
ST19190506-V46-18-page9.txt: [("'the", 'the')]
ST19190513-V46-19-page1.txt: [("'cooperate", 'cooperate'), ("'The", 'The'), ("'undertook", 'undertook'), ("'The", 'The')]
ST19190513-V46-19-page13.txt: [("'Twon't", 'Twont'), ("'em", 'em'), ("'nough", 'nough'), ("'cause", 'cause')]
ST19190513-V46-19-page14.txt: [("'course", 'course'), ("'em", 'em'), ("'cepting", 'cepting'), ("'Webster's", 'Websters'), ("'Great", 'Great'), ("'The", 'The'), ("'Great", 'Great'), ("'Twouldn't", 'Twouldnt')]
ST19190513-V46-19-page15.txt: [("'all", 'all')]
ST19190513-V46-19-page3.txt: [("'a", 'a')]
ST19190513-V46-19-page4.txt: [("'wait", 'wait')]
ST19190513-V46-19-page7.txt: [("'Now.", 'Now.')]
ST19190520-V46-20-page1.txt: [("'Peace", 'Peace'), ("'Peace", 'Peace')]
ST19190520-V46-20-page15.txt: [("'Hall", 'Hall')]
ST19190520-V46-20-page4.txt: [("'Mid", 'Mid')]
ST19190520-V46-20-page6.txt: [("'This", 'This')]
ST19190527-V46-21-page12.txt: [("'birds.", 'birds.'), ("'harming", 'harming'), ("'truth", 'truth')]
ST19190527-V46-21-page15.txt: [("'How", 'How'), ("'Believe", 'Believe')]
ST19190527-V46-21-page16.txt: [("'No", 'No'), ("'My", 'My')]
ST19190527-V46-21-page4.txt: [("'What", 'What'), ("'mere", 'mere')]
ST19190527-V46-21-page5.txt: [("'The", 'The'), ("'When", 'When'), ("'rested", 'rested'), ("'the", 'the')]
ST19190527-V46-21-page6.txt: [("'Who", 'Who'), ("'according", 'according')]
ST19190603-V46-22-page13.txt: [("'Che", 'Che')]
ST19190603-V46-22-page16.txt: [("'great", 'great')]
ST19190603-V46-22-page4.txt: [("'worms", 'worms')]
ST19190603-V46-22-page7.txt: [("'HERE", 'HERE')]
ST19190603-V46-22-page9.txt: [("'black", 'black'), ("'raising", 'raising'), ("'possessed", 'possessed'), ("'psychic", 'psychic'), ("'haunted", 'haunted'), ("'phenomena", 'phenomena'), ("'sell", 'sell')]
ST19190610-V46-23-page1.txt: [("'service", 'service'), ("'Nearer", 'Nearer')]
ST19190610-V46-23-page10.txt: [("'Parents", 'Parents')]
ST19190610-V46-23-page13.txt: [("'and", 'and'), ("'and", 'and')]
ST19190610-V46-23-page14.txt: [("'the", 'the'), ("'Book", 'Book')]
ST19190610-V46-23-page5.txt: [("'ply.", 'ply.')]
ST19190610-V46-23-page6.txt: [("'Good", 'Good')]
ST19190610-V46-23-page7.txt: [("'the", 'the')]
ST19190610-V46-23-page8.txt: [("'It", 'It'), ("'I", 'I')]
ST19190617-V46-24-page11.txt: [("'the", 'the'), ("'Thou", 'Thou'), ("'Thou", 'Thou')]
ST19190617-V46-24-page14.txt: [("'Who", 'Who')]
ST19190617-V46-24-page3.txt: [("'Once", 'Once'), ("'the", 'the'), ("'to", 'to'), ("'in", 'in'), ("'How", 'How'), ("'for", 'for'), ("'He", 'He'), ("'in", 'in'), ("'in", 'in'), ("'in", 'in'), ("'in", 'in'), ("'in", 'in')]
ST19190617-V46-24-page4.txt: [("'Though", 'Though'), ("'I", 'I'), ("'Do", 'Do'), ("'Thou", 'Thou')]
ST19190617-V46-24-page7.txt: [("'rhe", 'rhe')]
ST19190624-V46-25-page15.txt: [("'THE", 'THE')]
ST19190624-V46-25-page3.txt: [("'a", 'a')]
ST19190708-V46-26-page12.txt: [("'I", 'I'), ("'I", 'I'), ("'We", 'We')]
ST19190708-V46-26-page13.txt: [('\'"', '"')]
ST19190708-V46-26-page14.txt: [('\'"', '"')]
ST19190708-V46-26-page2.txt: [("'it's", 'its')]
ST19190708-V46-26-page5.txt: [("'provocative", 'provocative'), ("'people's", 'peoples'), ("'proletarian", 'proletarian'), ("'social", 'social'), ("'the", 'the'), ("'realists", 'realists'), ("'What", 'What')]
ST19190715-V46-27-page1.txt: [("'is", 'is'), ("'This", 'This')]
ST19190715-V46-27-page10.txt: [("'So", 'So')]
ST19190715-V46-27-page11.txt: [("'Who", 'Who')]
ST19190715-V46-27-page12.txt: [("'s", 's')]
ST19190715-V46-27-page16.txt: [("'I", 'I'), ("'opinion", 'opinion'), ("'paralyzed", 'paralyzed')]
ST19190715-V46-27-page3.txt: [("'It's", 'Its'), ("'It's", 'Its'), ("'It's", 'Its'), ("'twas", 'twas'), ("'It's", 'Its'), ("'It's", 'Its'), ("'Sabbath", 'Sabbath'), ("'It's", 'Its'), ("'It's", 'Its'), ("'It's", 'Its'), ("'twas", 'twas'), ("'He's", 'Hes'), ("'They're", 'Theyre'), ("'Were", 'Were'), ("'It's", 'Its')]
ST19190715-V46-27-page8.txt: [("'cannot", 'cannot')]
ST19190722-V46-28-page1.txt: [("'The", 'The')]
ST19190722-V46-28-page12.txt: [("'is", 'is'), ("'Such", 'Such'), ("'Funerals", 'Funerals'), ("'The", 'The'), ("'There", 'There'), ("'counter", 'counter'), ("'as", 'as')]
ST19190722-V46-28-page13.txt: [("'medical", 'medical'), ("'Twas", 'Twas')]
ST19190722-V46-28-page14.txt: [("'There", 'There'), ("'many", 'many'), ("'This", 'This')]
ST19190722-V46-28-page6.txt: [("'power", 'power')]
ST19190729-V46-29-page11.txt: [("'deaf", 'deaf')]
ST19190729-V46-29-page12.txt: [("'It", 'It'), ("'learn", 'learn'), ("'as", 'as'), ("'But", 'But'), ('\'"', '"'), ("'Looking", 'Looking'), ("'love", 'love'), ("'in", 'in'), ("'The", 'The')]
ST19190729-V46-29-page14.txt: [("'And", 'And'), ("'And", 'And')]
ST19190729-V46-29-page16.txt: [("'My", 'My')]
ST19190729-V46-29-page2.txt: [("'If", 'If'), ("'at", 'at')]
ST19190729-V46-29-page5.txt: [("'What", 'What'), ("'immediately", 'immediately'), ("'In", 'In'), ("'eyes", 'eyes'), ("'I", 'I'), ("'He", 'He'), ("'the", 'the'), ("'And", 'And'), ("'woman", 'woman'), ("'She", 'She'), ("'time", 'time'), ("'a", 'a'), ("'the", 'the'), ("'Catechism", 'Catechism'), ("'Ques.", 'Ques.')]
ST19190729-V46-29-page7.txt: [("'during", 'during')]
ST19190805-V46-30-page12.txt: [("'As", 'As'), ("'I", 'I'), ("'And", 'And'), ("'sought", 'sought'), ("'Every", 'Every'), ("'I", 'I'), ("'brought", 'brought'), ("'Therefore", 'Therefore'), ("'Whatsoever", 'Whatsoever'), ("'until", 'until')]
ST19190805-V46-30-page15.txt: [("'date", 'date')]
ST19190805-V46-30-page16.txt: [("'The", 'The'), ("'To-Day's", 'To-Days')]
ST19190805-V46-30-page5.txt: [("'age.", 'age.')]
ST19190805-V46-30-page6.txt: [("'that", 'that'), ("'Epistle", 'Epistle'), ("'Teaching", 'Teaching'), ("'all", 'all'), ("'Your", 'Your'), ("'we", 'we'), ("'both", 'both')]
ST19190805-V46-30-page7.txt: [("'If", 'If')]
ST19190805-V46-30-page9.txt: [("'who", 'who'), ("'this", 'this')]
ST19190812-V46-31-page10.txt: [("'the", 'the')]
ST19190812-V46-31-page13.txt: [("'Dick", 'Dick'), ("'a", 'a')]
ST19190812-V46-31-page6.txt: [("'rapture", 'rapture'), ("'.", '.'), ("'revelation", 'revelation')]
ST19190812-V46-31-page9.txt: [("'Christ", 'Christ'), ("'having", 'having')]
ST19190819-V46-32-page14.txt: [("'for", 'for')]
ST19190819-V46-32-page2.txt: [("'the", 'the'), ("'the", 'the'), ("'teachers.", 'teachers.')]
ST19190819-V46-32-page5.txt: [("'the", 'the')]
ST19190819-V46-32-page8.txt: [("'He", 'He')]
ST19190826-V46-33-page10.txt: [("'From", 'From'), ("'The", 'The')]
ST19190826-V46-33-page11.txt: [("'after", 'after')]
ST19190826-V46-33-page12.txt: [("'Why", 'Why'), ("'Well", 'Well'), ("'I", 'I'), ("'Right", 'Right')]
ST19190826-V46-33-page13.txt: [("'Let", 'Let'), ("'eye", 'eye'), ("'neither", 'neither'), ("'brought", 'brought')]
ST19190826-V46-33-page4.txt: [("'rake", 'rake')]
ST19190826-V46-33-page7.txt: [("'attempt", 'attempt')]
ST19190826-V46-33-page8.txt: [("'THE", 'THE')]
ST19190902-V46-34-page12.txt: [("'showing", 'showing')]
ST19190902-V46-34-page13.txt: [("'ready", 'ready')]
ST19190902-V46-34-page14.txt: [("'neath", 'neath')]
ST19190902-V46-34-page2.txt: [("'M", 'M')]
ST19190902-V46-34-page7.txt: [("'He", 'He'), ("'And", 'And'), ("'Thou", 'Thou'), ("'Your", 'Your')]
ST19190902-V46-34-page8.txt: [("'The", 'The')]
ST19190909-V46-35-page11.txt: [("'The", 'The'), ("'when", 'when'), ("'The", 'The')]
ST19190909-V46-35-page15.txt: [("'The", 'The'), ("'Upon", 'Upon'), ("'this", 'this')]
ST19190909-V46-35-page2.txt: [("'And", 'And')]
ST19190909-V46-35-page4.txt: [("'Let", 'Let'), ("'each", 'each'), ("'lay", 'lay'), ("'Let", 'Let'), ("'at", 'at')]
ST19190909-V46-35-page6.txt: [("'On", 'On'), ("'printed", 'printed'), ("'rock", 'rock'), ("'the", 'the'), ("'that", 'that'), ("'The", 'The'), ("'The", 'The'), ("'The", 'The')]
ST19190916-V46-36-page1.txt: [("'The", 'The'), ("'the", 'the')]
ST19190916-V46-36-page11.txt: [("'either", 'either')]
ST19190916-V46-36-page13.txt: [("'America", 'America')]
ST19190916-V46-36-page14.txt: [("'the", 'the'), ("'All", 'All')]
ST19190916-V46-36-page15.txt: [("'I", 'I'), ("'Let", 'Let')]
ST19190916-V46-36-page3.txt: [("'conscience", 'conscience'), ("'were", 'were')]
ST19190916-V46-36-page6.txt: [("'Christ", 'Christ')]
ST19190916-V46-36-page7.txt: [("'Where", 'Where')]
ST19190923-V46-37-page11.txt: [("'Do", 'Do'), ("'who", 'who')]
ST19190923-V46-37-page12.txt: [("'After", 'After'), ("'Spirit", 'Spirit')]
ST19190923-V46-37-page6.txt: [("'some", 'some')]
ST19190930-V46-38-page10.txt: [("'Cook's", 'Cooks')]
ST19190930-V46-38-page11.txt: [("'Enlarge", 'Enlarge'), ("'Expect", 'Expect')]
ST19190930-V46-38-page2.txt: [("'Blessed", 'Blessed')]
ST19190930-V46-38-page6.txt: [("'more", 'more')]
ST19190930-V46-38-page8.txt: [("'proceedeth", 'proceedeth')]
ST19190930-V46-38-page9.txt: [("''It", 'It')]
ST19191007-V46-39-page13.txt: [("'white", 'white'), ("'This", 'This')]
ST19191007-V46-39-page14.txt: [("'restitution", 'restitution')]
ST19191007-V46-39-page2.txt: [("'Tis", 'Tis')]
ST19191014-V46-40-page1.txt: [("'Marx", 'Marx')]
ST19191014-V46-40-page15.txt: [("''Questions", 'Questions')]
ST19191014-V46-40-page16.txt: [("'the", 'the')]
ST19191014-V46-40-page3.txt: [("'There", 'There'), ("'gone", 'gone')]
ST19191014-V46-40-page4.txt: [("'ours", 'ours'), ("'come", 'come')]
ST19191014-V46-40-page6.txt: [("'Blue", 'Blue')]
ST19191014-V46-40-page9.txt: [("'this", 'this')]
ST19191021-V46-41-page11.txt: [("'Jesus", 'Jesus')]
ST19191021-V46-41-page13.txt: [("'I", 'I')]
ST19191021-V46-41-page2.txt: [("'Vote", 'Vote'), ("'MOO", 'MOO'), ("'tyro", 'tyro'), ("'a", 'a')]
ST19191021-V46-41-page4.txt: [("'twas", 'twas')]
ST19191021-V46-41-page5.txt: [("'Apis", 'Apis')]
ST19191021-V46-41-page9.txt: [("'the", 'the')]
ST19191028-V46-42-page10.txt: [("'zr", 'zr')]
ST19191028-V46-42-page11.txt: [("'Lord's", 'Lords')]
ST19191028-V46-42-page15.txt: [("'we", 'we')]
ST19191028-V46-42-page2.txt: [("'the", 'the'), ("'We", 'We'), ("'government", 'government')]
ST19191028-V46-42-page5.txt: [("'dfi", 'dfi'), ("'.", '.'), ("'I", 'I')]
ST19191104-V46-43-page10.txt: [("'This", 'This')]
ST19191104-V46-43-page13.txt: [("'If", 'If'), ("'the", 'the')]
ST19191104-V46-43-page15.txt: [("'rejoice", 'rejoice')]
ST19191104-V46-43-page2.txt: [("'followed", 'followed')]
ST19191104-V46-43-page5.txt: [("'come", 'come'), ("'Chou", 'Chou'), ("'railroads", 'railroads')]
ST19191111-V46-44-page12.txt: [("'tude", 'tude')]
ST19191111-V46-44-page13.txt: [("'we", 'we'), ("'Therefore", 'Therefore')]
ST19191111-V46-44-page14.txt: [("'spirits", 'spirits')]
ST19191111-V46-44-page15.txt: [("'Ht", 'Ht'), ('\'"', '"')]
ST19191118-V46-45-page1.txt: [("'f", 'f')]
ST19191118-V46-45-page11.txt: [("'Le", 'Le')]
ST19191118-V46-45-page13.txt: [("'Thou", 'Thou'), ("'Thou", 'Thou'), ("'and", 'and'), ("'God", 'God'), ("'gather", 'gather'), ("'But", 'But'), ("'of", 'of'), ("'Ye", 'Ye')]
ST19191118-V46-45-page14.txt: [("'Thou", 'Thou')]
ST19191118-V46-45-page15.txt: [("'independent", 'independent')]
ST19191118-V46-45-page16.txt: [("'all", 'all')]
ST19191118-V46-45-page2.txt: [("'and", 'and')]
ST19191118-V46-45-page5.txt: [('\'promise"', 'promise"')]
ST19191118-V46-45-page8.txt: [("'Jesus", 'Jesus'), ("'Jesus", 'Jesus')]
ST19191125-V46-46-page10.txt: [("'heaven", 'heaven')]
ST19191125-V46-46-page4.txt: [("'the", 'the')]
ST19191125-V46-46-page5.txt: [("'I", 'I'), ("'Yes", 'Yes'), ("'Gabriel", 'Gabriel')]
ST19191125-V46-46-page6.txt: [("'the", 'the')]
ST19191202-V46-47-page12.txt: [("'s.a", 's.a')]
ST19191202-V46-47-page8.txt: [("'tis", 'tis')]
ST19191202-V46-47-page9.txt: [("'what's", 'whats')]
ST19191209-V46-48-page11.txt: [("'Hide", 'Hide')]
ST19191209-V46-48-page12.txt: [("'n", 'n')]
ST19191209-V46-48-page14.txt: [("'NO.", 'NO.'), ("'MOUNTAIN", 'MOUNTAIN')]
ST19191209-V46-48-page3.txt: [("'Very", 'Very'), ("'The", 'The'), ("'I", 'I')]
ST19191209-V46-48-page5.txt: [("'to", 'to')]
ST19191209-V46-48-page6.txt: [("'Sir", 'Sir'), ("'Some", 'Some')]
ST19191209-V46-48-page8.txt: [("'remain", 'remain'), ("'immortality", 'immortality')]
ST19191216-V46-49-page2.txt: [("'fear", 'fear')]
ST19191216-V46-49-page4.txt: [("'.", '.')]
ST19191216-V46-49-page5.txt: [("'Christ", 'Christ')]
ST19191216-V46-49-page6.txt: [('\'now."', 'now."')]
ST19191216-V46-49-page7.txt: [("'mille", 'mille')]
ST19191223-V46-50-page11.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tie", 'Tie'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
ST19191223-V46-50-page4.txt: [("'he", 'he')]
ST19191223-V46-50-page5.txt: [("'Elegy", 'Elegy'), ("'would", 'would')]
ST19191223-V46-50-page6.txt: [("'best", 'best')]
ST19191223-V46-50-page8.txt: [("'Have", 'Have')]
ST19191223-V46-50-page9.txt: [("'Why", 'Why'), ("'Why", 'Why')]
ST19200106-V47-01-page10.txt: [("'I", 'I')]
ST19200106-V47-01-page11.txt: [("'Come", 'Come'), ("'Consider", 'Consider')]
ST19200106-V47-01-page14.txt: [("'baptize", 'baptize')]
ST19200106-V47-01-page4.txt: [("'other.", 'other.')]
ST19200106-V47-01-page8.txt: [('\'"', '"'), ("'t", 't'), ("'.", '.'), ("''Aeltassaassanwasaait", 'Aeltassaassanwasaait'), ('\'"', '"'), ('\'"I""', '"I""'), ("'.", '.'), ('\'"\'r"', '"r"'), ("'het", 'het'), ("'hot", 'hot')]
ST19200106-V47-01-page9.txt: [("'About", 'About'), ("'t", 't'), ("'.", '.'), ("'.", '.'), ("'t", 't'), ("'this", 'this')]
ST19200113-V47-02-page1.txt: [("'Make", 'Make'), ("'bow", 'bow'), ("'In", 'In')]
ST19200113-V47-02-page11.txt: [("'The", 'The'), ("'remarkable", 'remarkable')]
ST19200113-V47-02-page13.txt: [("'I", 'I'), ("'cited", 'cited')]
ST19200113-V47-02-page14.txt: [("'God", 'God')]
ST19200113-V47-02-page15.txt: [("'opportunity", 'opportunity')]
ST19200113-V47-02-page16.txt: [("'Mountain", 'Mountain')]
ST19200113-V47-02-page2.txt: [("'old", 'old'), ("'If", 'If'), ("'cursed", 'cursed')]
ST19200113-V47-02-page5.txt: [("'A", 'A')]
ST19200113-V47-02-page8.txt: [("'the", 'the')]
ST19200120-V47-03-page1.txt: [("'Behold", 'Behold')]
ST19200120-V47-03-page10.txt: [("'alcohol", 'alcohol'), ("'trimmings", 'trimmings'), ("'I", 'I'), ("'now", 'now'), ("'boiled", 'boiled')]
ST19200120-V47-03-page13.txt: [("'reported", 'reported')]
ST19200120-V47-03-page14.txt: [("'Go", 'Go')]
ST19200120-V47-03-page15.txt: [("'Lc", 'Lc'), ("'h", 'h')]
ST19200120-V47-03-page16.txt: [("'History", 'History'), ("'Lord", 'Lord')]
ST19200120-V47-03-page2.txt: [("'of", 'of'), ("'neither", 'neither')]
ST19200120-V47-03-page4.txt: [("'that", 'that')]
ST19200120-V47-03-page5.txt: [("'I", 'I')]
ST19200120-V47-03-page6.txt: [("'To", 'To')]
ST19200127-V47-04-page12.txt: [("'I", 'I')]
ST19200127-V47-04-page13.txt: [("'cause", 'cause'), ("'longed", 'longed')]
ST19200127-V47-04-page14.txt: [("'rear", 'rear'), ("'a", 'a')]
ST19200127-V47-04-page15.txt: [("'of", 'of'), ("'Unless", 'Unless')]
ST19200127-V47-04-page16.txt: [("'for", 'for')]
ST19200127-V47-04-page4.txt: [("'Rainbows", 'Rainbows'), ("'Promise", 'Promise')]
ST19200127-V47-04-page7.txt: [("'Remember", 'Remember')]
ST19200203-V47-05-page1.txt: [("'t", 't')]
ST19200203-V47-05-page10.txt: [("'The", 'The')]
ST19200203-V47-05-page11.txt: [("'in", 'in'), ("'Go", 'Go')]
ST19200203-V47-05-page12.txt: [("'cannot", 'cannot'), ("'Twill", 'Twill')]
ST19200203-V47-05-page13.txt: [("'Seek", 'Seek'), ("'and", 'and')]
ST19200203-V47-05-page14.txt: [("'When", 'When'), ("'missing", 'missing'), ("'A", 'A'), ("'good", 'good'), ("'The", 'The'), ("'God", 'God'), ("'These", 'These'), ("'and", 'and'), ("'not", 'not'), ("'We", 'We'), ("'that", 'that')]
ST19200203-V47-05-page15.txt: [("'Six", 'Six')]
ST19200203-V47-05-page2.txt: [("'self", 'self')]
ST19200203-V47-05-page3.txt: [("'We", 'We')]
ST19200203-V47-05-page7.txt: [("'army", 'army')]
ST19200203-V47-05-page9.txt: [("'Keep", 'Keep')]
ST19200210-V47-06-page10.txt: [("'And", 'And'), ("'that", 'that')]
ST19200210-V47-06-page13.txt: [("'whatsoever", 'whatsoever'), ("'the", 'the')]
ST19200210-V47-06-page15.txt: [("'f.", 'f.')]
ST19200210-V47-06-page2.txt: [("'Who", 'Who'), ("'I", 'I')]
ST19200210-V47-06-page5.txt: [("'All", 'All'), ("'consulting", 'consulting'), ("'Come", 'Come'), ("'the", 'the'), ("'open", 'open'), ("'which", 'which')]
ST19200210-V47-06-page8.txt: [("'there", 'there')]
ST19200210-V47-06-page9.txt: [("'Boss", 'Boss'), ("'a", 'a')]
ST19200217-V47-07-page1.txt: [("'udgment", 'udgment')]
ST19200217-V47-07-page12.txt: [("'Ye", 'Ye'), ("'ye", 'ye'), ("'as", 'as'), ("'The", 'The')]
ST19200217-V47-07-page13.txt: [("'last", 'last')]
ST19200217-V47-07-page15.txt: [("'until", 'until')]
ST19200217-V47-07-page3.txt: [("'in", 'in'), ("'O.", 'O.')]
ST19200217-V47-07-page4.txt: [("'History", 'History'), ("'History", 'History')]
ST19200217-V47-07-page5.txt: [("'to", 'to')]
ST19200217-V47-07-page8.txt: [("'lights", 'lights')]
ST19200224-V47-08-page1.txt: [("'the", 'the')]
ST19200224-V47-08-page12.txt: [("'he", 'he')]
ST19200224-V47-08-page13.txt: [("'communications", 'communications'), ("'This", 'This'), ("'Raymond", 'Raymond'), ("'On", 'On'), ("'ten", 'ten')]
ST19200224-V47-08-page14.txt: [("'When", 'When'), ("'familiar", 'familiar')]
ST19200224-V47-08-page2.txt: [("'guilt", 'guilt')]
ST19200224-V47-08-page5.txt: [("'I", 'I')]
ST19200224-V47-08-page7.txt: [("'quiet", 'quiet')]
ST19200224-V47-08-page9.txt: [("'whb", 'whb')]
ST19200302-V47-09-page11.txt: [("'labor", 'labor')]
ST19200302-V47-09-page12.txt: [("'Pic", 'Pic')]
ST19200302-V47-09-page15.txt: [("'and", 'and')]
ST19200302-V47-09-page2.txt: [("'Mr.", 'Mr.')]
ST19200302-V47-09-page3.txt: [("'do", 'do'), ("'unspotted", 'unspotted')]
ST19200302-V47-09-page5.txt: [("'home", 'home')]
ST19200302-V47-09-page6.txt: [("'All", 'All')]
ST19200302-V47-09-page8.txt: [("'will", 'will')]
ST19200302-V47-09-page9.txt: [("'ist", 'ist')]
ST19200309-V47-10-page10.txt: [("'To", 'To')]
ST19200309-V47-10-page11.txt: [("'a", 'a'), ("'Being", 'Being')]
ST19200309-V47-10-page13.txt: [("'then", 'then'), ("'leap", 'leap'), ("'Tell", 'Tell'), ("'as", 'as')]
ST19200309-V47-10-page14.txt: [("'The", 'The')]
ST19200309-V47-10-page2.txt: [("'Look", 'Look')]
ST19200309-V47-10-page4.txt: [("'I", 'I'), ("'If", 'If')]
ST19200309-V47-10-page5.txt: [("'Thus", 'Thus')]
ST19200309-V47-10-page9.txt: [("'Christ", 'Christ')]
ST19200316-V47-11-page11.txt: [("'In", 'In'), ("'Immediately", 'Immediately'), ("'not", 'not'), ("'days", 'days'), ("'In", 'In'), ("'Unabridged", 'Unabridged'), ("'Noted", 'Noted'), ("'The", 'The')]
ST19200316-V47-11-page12.txt: [("'The", 'The'), ("'several", 'several'), ("'Hosts", 'Hosts'), ("'History", 'History'), ("'The", 'The'), ("'Geography", 'Geography'), ("'On", 'On'), ("'Astronomy", 'Astronomy'), ("'Handbook", 'Handbook'), ("'I", 'I'), ("'The", 'The')]
ST19200316-V47-11-page16.txt: [("'wickedness", 'wickedness'), ("'infinite", 'infinite'), ("'the", 'the')]
ST19200316-V47-11-page2.txt: [("'onlybegotten", 'onlybegotten')]
ST19200316-V47-11-page4.txt: [("'natural", 'natural'), ("'VOLTAIRE", 'VOLTAIRE'), ("'Him", 'Him'), ("'now", 'now')]
ST19200316-V47-11-page7.txt: [("'cast", 'cast')]
ST19200316-V47-11-page8.txt: [("'parents", 'parents'), ("'civilized", 'civilized'), ("'the", 'the')]
ST19200323-V47-12-page1.txt: [("'PHETIC", 'PHETIC')]
ST19200323-V47-12-page10.txt: [("'true", 'true')]
ST19200323-V47-12-page13.txt: [("'spirit", 'spirit'), ("'The", 'The'), ("'principalities", 'principalities')]
ST19200323-V47-12-page16.txt: [("'losing", 'losing'), ("'full", 'full'), ("'dear", 'dear')]
ST19200323-V47-12-page6.txt: [("'New", 'New')]
ST19200323-V47-12-page7.txt: [("'redemption", 'redemption')]
ST19200330-V47-13-page13.txt: [("'good-night", 'good-night')]
ST19200330-V47-13-page16.txt: [("'I", 'I'), ("'Verily", 'Verily')]
ST19200330-V47-13-page3.txt: [("'rut", 'rut')]
ST19200330-V47-13-page6.txt: [("'Vanity", 'Vanity')]
ST19200406-V47-14-page11.txt: [("'What", 'What'), ("'neath", 'neath'), ("'Shut", 'Shut'), ("'God", 'God')]
ST19200406-V47-14-page12.txt: [("'the", 'the')]
ST19200406-V47-14-page13.txt: [("'The", 'The')]
ST19200406-V47-14-page16.txt: [("'Seventh-day", 'Seventh-day'), ("'pay-roll", 'pay-roll')]
ST19200406-V47-14-page7.txt: [("'The", 'The')]
ST19200406-V47-14-page8.txt: [("'and", 'and')]
ST19200413-V47-15-page11.txt: [("'This", 'This')]
ST19200413-V47-15-page13.txt: [("'The", 'The'), ("'rested", 'rested'), ("'He", 'He'), ("'Six", 'Six'), ("'I", 'I'), ("'Upon", 'Upon'), ("'the", 'the'), ("'ready", 'ready')]
ST19200413-V47-15-page14.txt: [("'If", 'If'), ("'Why", 'Why')]
ST19200413-V47-15-page3.txt: [("'Come", 'Come'), ("'Even", 'Even')]
ST19200413-V47-15-page4.txt: [("'I'll", 'Ill'), ("'I", 'I'), ("'Save", 'Save'), ("'restore", 'restore'), ("'Do", 'Do'), ("'Never", 'Never'), ("'Mr.", 'Mr.')]
ST19200413-V47-15-page6.txt: [("'the", 'the')]
ST19200413-V47-15-page8.txt: [("'dark", 'dark')]
ST19200420-V47-16-page11.txt: [("'and", 'and'), ("'leautiful", 'leautiful')]
ST19200420-V47-16-page13.txt: [("'they", 'they'), ("'There", 'There'), ("'These", 'These')]
ST19200420-V47-16-page16.txt: [("'everybody", 'everybody'), ("'greatest", 'greatest'), ("'questionable", 'questionable'), ("'Improper", 'Improper')]
ST19200420-V47-16-page3.txt: [("'He", 'He'), ("'Thus", 'Thus'), ("'The", 'The'), ("'Neither", 'Neither'), ("'His", 'His')]
ST19200420-V47-16-page4.txt: [("'In", 'In'), ("'If", 'If'), ("'I", 'I'), ("'I", 'I'), ("'Behold", 'Behold'), ("'blessed", 'blessed')]
ST19200420-V47-16-page5.txt: [("'law", 'law')]
ST19200420-V47-16-page9.txt: [("'only", 'only')]
ST19200427-V47-17-page1.txt: [("'ambition", 'ambition')]
ST19200427-V47-17-page10.txt: [("'Let", 'Let')]
ST19200427-V47-17-page11.txt: [("'What", 'What')]
ST19200427-V47-17-page12.txt: [("'This", 'This')]
ST19200427-V47-17-page15.txt: [("'absent", 'absent'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tie", 'Tie'), ("'Tis", 'Tis')]
ST19200427-V47-17-page16.txt: [("'We", 'We'), ('\'"', '"')]
ST19200427-V47-17-page4.txt: [("'ud", 'ud'), ("'bout", 'bout'), ("'bout", 'bout')]
ST19200427-V47-17-page6.txt: [('\'"', '"')]
ST19200427-V47-17-page7.txt: [("'Ancient", 'Ancient')]
ST19200427-V47-17-page9.txt: [("'Very", 'Very'), ("'Well", 'Well'), ("'does", 'does'), ("'Yes", 'Yes'), ("'Does", 'Does'), ("'Yes", 'Yes'), ("'Well", 'Well'), ("'I", 'I'), ("'It", 'It'), ("'Well", 'Well'), ("'you", 'you'), ("'permit", 'permit'), ("'Did", 'Did'), ("'Did", 'Did'), ("'Did", 'Did'), ("'Now", 'Now'), ("'I", 'I'), ("'Doctor", 'Doctor'), ("'Yes", 'Yes'), ("'Well", 'Well'), ("'All", 'All'), ("'Well", 'Well'), ("'Why", 'Why'), ("'a", 'a'), ("'I", 'I'), ("'Well", 'Well'), ("'Very", 'Very'), ("'Well", 'Well'), ("'Did", 'Did'), ("'Did", 'Did'), ("'Did", 'Did'), ("'Certainly", 'Certainly')]
ST19200504-V47-18-page1.txt: [("'All", 'All')]
ST19200504-V47-18-page15.txt: [("'The", 'The'), ("'and", 'and'), ("'Well", 'Well'), ("'there's", 'theres'), ("'I", 'I')]
ST19200504-V47-18-page16.txt: [("'By", 'By'), ("'Beloved", 'Beloved'), ("'the", 'the'), ("'The", 'The')]
ST19200504-V47-18-page5.txt: [("'Times", 'Times')]
ST19200504-V47-18-page6.txt: [("'Christ", 'Christ')]
ST19200504-V47-18-page7.txt: [("'These", 'These'), ("'Confess", 'Confess'), ("'Who", 'Who')]
ST19200511-V47-19-page1.txt: [("'must", 'must')]
ST19200511-V47-19-page11.txt: [("'M", 'M')]
ST19200511-V47-19-page13.txt: [("'efenses", 'efenses')]
ST19200511-V47-19-page16.txt: [("'miracles", 'miracles'), ("'Hallelujah", 'Hallelujah')]
ST19200511-V47-19-page5.txt: [("'tis", 'tis')]
ST19200511-V47-19-page7.txt: [("'.", '.'), ('\'"', '"')]
ST19200511-V47-19-page8.txt: [("'great", 'great'), ("'God", 'God')]
ST19200518-V47-20-page10.txt: [("'guide", 'guide')]
ST19200518-V47-20-page13.txt: [("'than", 'than'), ("'at", 'at'), ("'roar", 'roar')]
ST19200518-V47-20-page15.txt: [("'the", 'the')]
ST19200518-V47-20-page2.txt: [("'f", 'f')]
ST19200518-V47-20-page4.txt: [('\'ne"', 'ne"')]
ST19200518-V47-20-page5.txt: [("'paired", 'paired')]
ST19200518-V47-20-page6.txt: [("'three", 'three')]
ST19200525-V47-21-page13.txt: [("'.", '.')]
ST19200525-V47-21-page14.txt: [("'In", 'In')]
ST19200525-V47-21-page3.txt: [("'soon", 'soon')]
ST19200525-V47-21-page6.txt: [("'I", 'I'), ("'If", 'If')]
ST19200525-V47-21-page8.txt: [("'for", 'for'), ("'for", 'for')]
ST19200525-V47-21-page9.txt: [("'Where", 'Where'), ("'the", 'the')]
ST19200601-V47-22-page12.txt: [("'ceased.", 'ceased.'), ("'a", 'a')]
ST19200601-V47-22-page14.txt: [("'blessed", 'blessed')]
ST19200601-V47-22-page15.txt: [("'elephant", 'elephant')]
ST19200601-V47-22-page16.txt: [("'n", 'n')]
ST19200601-V47-22-page2.txt: [("'Tis", 'Tis'), ("'ecision", 'ecision')]
ST19200601-V47-22-page5.txt: [("'If", 'If')]
ST19200601-V47-22-page6.txt: [("'...", '...')]
ST19200601-V47-22-page7.txt: [("'from", 'from')]
ST19200608-V47-23-page11.txt: [("'the", 'the')]
ST19200608-V47-23-page12.txt: [("'Buddha's", 'Buddhas')]
ST19200608-V47-23-page3.txt: [("'But", 'But'), ("'Your", 'Your'), ("'When", 'When'), ("'when", 'when'), ("'it", 'it')]
ST19200608-V47-23-page5.txt: [("'heavens", 'heavens')]
ST19200608-V47-23-page6.txt: [("'tis", 'tis')]
ST19200608-V47-23-page9.txt: [("'John", 'John')]
ST19200615-V47-24-page10.txt: [("'Tis", 'Tis')]
ST19200615-V47-24-page2.txt: [("'.", '.'), ("'...", '...'), ("''t.", 't.'), ('\'"', '"'), ('\'......"', '......"')]
ST19200615-V47-24-page5.txt: [("'the", 'the')]
ST19200615-V47-24-page6.txt: [("'nor", 'nor'), ('\'"AND', '"AND')]
ST19200615-V47-24-page7.txt: [("'We", 'We'), ("'Buried", 'Buried'), ("'could", 'could'), ("'Egyptian", 'Egyptian'), ("'Apostolic", 'Apostolic')]
ST19200615-V47-24-page8.txt: [("'Office", 'Office'), ("'introduced", 'introduced'), ("'History", 'History'), ("'to", 'to'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'neath", 'neath')]
ST19200622-V47-25-page10.txt: [("'ng", 'ng')]
ST19200622-V47-25-page11.txt: [("'Dorothy", 'Dorothy')]
ST19200622-V47-25-page16.txt: [("'universal", 'universal'), ("'universal", 'universal')]
ST19200622-V47-25-page5.txt: [("'The", 'The'), ("'twin", 'twin'), ("'Six", 'Six'), ("'To", 'To'), ("'The", 'The')]
ST19200622-V47-25-page9.txt: [("'intelligently", 'intelligently')]
ST19200706-V47-26-page1.txt: [("'before", 'before')]
ST19200706-V47-26-page5.txt: [("'Mid", 'Mid')]
ST19200706-V47-26-page6.txt: [("'also", 'also')]
ST19200706-V47-26-page7.txt: [("'Lord", 'Lord')]
ST19200720-V47-28-page8.txt: [("'the", 'the')]
ST19200727-V47-29-page10.txt: [("'You", 'You')]
ST19200727-V47-29-page13.txt: [("'to", 'to')]
ST19200727-V47-29-page14.txt: [("'cured", 'cured'), ("'That", 'That')]
ST19200727-V47-29-page15.txt: [("'f", 'f')]
ST19200727-V47-29-page16.txt: [("'All", 'All'), ("'In", 'In')]
ST19200727-V47-29-page6.txt: [("'That's", 'Thats'), ("'Lord", 'Lord')]
ST19200803-V47-30-page2.txt: [("'conceived", 'conceived')]
ST19200803-V47-30-page6.txt: [("'neath", 'neath')]
ST19200803-V47-30-page8.txt: [("'captivate", 'captivate'), ("'good", 'good')]
ST19200810-V47-31-page10.txt: [("'the", 'the')]
ST19200810-V47-31-page13.txt: [("'...A.", '...A.')]
ST19200810-V47-31-page15.txt: [("'know", 'know'), ("'the", 'the'), ("'Section", 'Section')]
ST19200810-V47-31-page16.txt: [("'Hamlet", 'Hamlet'), ("'Paradise", 'Paradise')]
ST19200810-V47-31-page8.txt: [("'Tis", 'Tis')]
ST19200817-V47-32-page2.txt: [("'England", 'England')]
ST19200817-V47-32-page8.txt: [("'Are", 'Are')]
ST19200831-V47-34-page5.txt: [("'the", 'the')]
ST19200907-V47-35-page2.txt: [("'missing", 'missing')]
ST19200907-V47-35-page8.txt: [("'Drowning", 'Drowning')]
ST19200907-V47-35-page9.txt: [("'The", 'The')]
ST19200914-V47-36-page3.txt: [("'a", 'a')]
ST19200914-V47-36-page4.txt: [("'she", 'she')]
ST19200914-V47-36-page7.txt: [("'Mother", 'Mother'), ("'Six", 'Six')]
ST19200914-V47-36-page8.txt: [("'shoe", 'shoe')]
ST19200921-V47-37-page12.txt: [("'The", 'The')]
ST19200921-V47-37-page2.txt: [("'civilized", 'civilized')]
ST19200921-V47-37-page3.txt: [("'well", 'well')]
ST19200921-V47-37-page9.txt: [("'Love", 'Love'), ("'The", 'The'), ("'The", 'The'), ("'Libertine", 'Libertine'), ("'The", 'The'), ("'This", 'This'), ("'The", 'The'), ("'The", 'The'), ("'The", 'The'), ("'The", 'The')]
ST19200928-V47-38-page4.txt: [("'roast", 'roast'), ("'mongst", 'mongst')]
ST19201005-V47-39-page10.txt: [('\'"', '"')]
ST19201005-V47-39-page11.txt: [("'arises", 'arises'), ("'.", '.'), ("'Tis", 'Tis')]
ST19201005-V47-39-page13.txt: [("'Tis", 'Tis')]
ST19201005-V47-39-page16.txt: [("'Strange", 'Strange'), ("'Strange", 'Strange')]
ST19201005-V47-39-page2.txt: [("'practical", 'practical')]
ST19201012-V47-40-page1.txt: [("'service", 'service'), ("'Tell", 'Tell')]
ST19201012-V47-40-page2.txt: [("'What", 'What')]
ST19201012-V47-40-page4.txt: [("'the", 'the')]
ST19201012-V47-40-page6.txt: [("'I", 'I'), ("'this", 'this'), ("'this", 'this')]
ST19201012-V47-40-page8.txt: [("'Thou", 'Thou'), ("'What", 'What')]
ST19201019-V47-41-page1.txt: [("'Never", 'Never')]
ST19201019-V47-41-page11.txt: [("'It's", 'Its')]
ST19201019-V47-41-page15.txt: [("'synagogue", 'synagogue')]
ST19201019-V47-41-page6.txt: [("'In", 'In')]
ST19201019-V47-41-page9.txt: [("'love", 'love')]
ST19201026-V47-42-page4.txt: [("'Remember", 'Remember'), ("'the", 'the')]
ST19201026-V47-42-page5.txt: [("'Remember", 'Remember'), ("'No", 'No')]
ST19201026-V47-42-page6.txt: [("'he", 'he')]
ST19201102-V47-43-page11.txt: [("'I'll", 'Ill'), ("'Donner", 'Donner'), ("'I", 'I')]
ST19201102-V47-43-page12.txt: [("'faith", 'faith')]
ST19201102-V47-43-page13.txt: [("'It", 'It'), ("'earth", 'earth')]
ST19201102-V47-43-page15.txt: [("'most", 'most'), ("'LONE", 'LONE')]
ST19201102-V47-43-page16.txt: [("'My", 'My'), ("'Here", 'Here'), ("'A", 'A'), ("'divinely", 'divinely')]
ST19201102-V47-43-page4.txt: [("'habitual", 'habitual')]
ST19201102-V47-43-page8.txt: [("'He", 'He')]
ST19201102-V47-43-page9.txt: [("'individuals", 'individuals'), ("'Sin", 'Sin'), ("'the", 'the'), ("'Well", 'Well'), ("'Go", 'Go')]
ST19201109-V47-44-page3.txt: [("'the", 'the')]
ST19201109-V47-44-page6.txt: [("'If", 'If'), ("'God", 'God'), ("'em", 'em')]
ST19201109-V47-44-page7.txt: [("'em", 'em'), ("'em", 'em')]
ST19201116-V47-45-page11.txt: [("'No", 'No'), ("'And", 'And'), ("'Ye", 'Ye'), ("'Mt.", 'Mt.')]
ST19201116-V47-45-page12.txt: [("'all", 'all'), ("'Did", 'Did'), ("'Know", 'Know')]
ST19201116-V47-45-page14.txt: [("'There", 'There')]
ST19201116-V47-45-page16.txt: [("'He", 'He')]
ST19201116-V47-45-page5.txt: [("'actual", 'actual'), ("'he", 'he'), ("'tis", 'tis')]
ST19201123-V47-46-page2.txt: [("'is", 'is')]
ST19201123-V47-46-page4.txt: [("'Verily", 'Verily'), ("'the", 'the'), ("'from", 'from'), ("'written", 'written'), ("'keep", 'keep'), ("'I", 'I')]
ST19201123-V47-46-page5.txt: [("'Sow", 'Sow'), ("'Because", 'Because')]
ST19201123-V47-46-page6.txt: [("'A", 'A'), ("'Let", 'Let')]
ST19201123-V47-46-page7.txt: [("'to", 'to'), ("'they", 'they'), ("'I", 'I'), ("'walk", 'walk'), ("'I", 'I')]
ST19201123-V47-46-page8.txt: [("'Bible", 'Bible')]
ST19201130-V47-47-page10.txt: [("'I", 'I')]
ST19201130-V47-47-page12.txt: [("'brown", 'brown'), ("'Peter", 'Peter'), ("'I", 'I'), ("'He", 'He'), ("'I", 'I'), ("'There's", 'Theres')]
ST19201130-V47-47-page13.txt: [("'The", 'The')]
ST19201130-V47-47-page14.txt: [("'em", 'em'), ("'em", 'em'), ("'em.", 'em.'), ("'Certainly", 'Certainly'), ("'em", 'em'), ("'em", 'em'), ("'em", 'em')]
ST19201130-V47-47-page16.txt: [("'Woe", 'Woe'), ("'and", 'and')]
ST19201130-V47-47-page8.txt: [("'national", 'national'), ("'national", 'national'), ("'By", 'By'), ("'Whether", 'Whether')]
ST19201207-V47-48-page2.txt: [("'tis", 'tis'), ("'tis", 'tis')]
ST19201207-V47-48-page5.txt: [("'The", 'The'), ("'at", 'at'), ("'Me", 'Me'), ("'then", 'then')]
ST19201207-V47-48-page6.txt: [("'ROM", 'ROM'), ("'co", 'co')]
ST19201207-V47-48-page8.txt: [("'that", 'that')]
ST19201214-V47-49-page1.txt: [("'according", 'according'), ("'whose", 'whose')]
ST19201214-V47-49-page10.txt: [("'Because", 'Because'), ("'Why", 'Why'), ("'Does", 'Does'), ("'It", 'It'), ("'my", 'my'), ("'No", 'No'), ("'ye", 'ye')]
ST19201214-V47-49-page11.txt: [("'Wasn't", 'Wasnt'), ("'Certainly", 'Certainly'), ("'I", 'I'), ("'In", 'In'), ("'When", 'When'), ("'will", 'will'), ("'You", 'You'), ("'Take", 'Take')]
ST19201214-V47-49-page12.txt: [("'Sanctify", 'Sanctify'), ("'What", 'What'), ("'Thy", 'Thy'), ("'new", 'new'), ("'new", 'new'), ("'Christian", 'Christian'), ("'new", 'new'), ("'We", 'We'), ("'Do", 'Do'), ("'We", 'We'), ("'You", 'You'), ("'We", 'We'), ("'How", 'How')]
ST19201214-V47-49-page13.txt: [("'By", 'By'), ("'new", 'new'), ("'new", 'new')]
ST19201214-V47-49-page3.txt: [("'soul", 'soul'), ("'NEATH", 'NEATH'), ("'Twill", 'Twill')]
ST19201214-V47-49-page7.txt: [("'ley", 'ley')]
ST19201214-V47-49-page8.txt: [("'Thy", 'Thy')]
ST19201221-V47-50-page10.txt: [("'really", 'really')]
ST19201221-V47-50-page13.txt: [("'Mr.", 'Mr.'), ("'It", 'It')]
ST19201221-V47-50-page14.txt: [("'If", 'If'), ("'the", 'the'), ("'revealed", 'revealed'), ("'Ye", 'Ye'), ("'of", 'of')]
ST19201221-V47-50-page3.txt: [("'We", 'We'), ("'did", 'did')]
ST19201221-V47-50-page9.txt: [("'Have", 'Have')]
In [23]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/ST/correction4

Average verified rate: 0.9807248104793586

Average of error rates: 0.019360308378588056

Total token count: 36329552

In [24]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[24]:
[("'", 28887),
 ('e', 22320),
 ('m', 18561),
 ('d', 17540),
 ('w', 17363),
 ('t', 16487),
 ('n', 16448),
 ('r', 12280),
 ('g', 11387),
 ('th', 8483),
 ('f', 8399),
 ('pp', 6904),
 ('co', 6479),
 ('ex', 4472),
 ('u', 4137),
 ('x', 3485),
 ('re', 3308),
 ('tion', 3091),
 ('mo', 2317),
 ('wm', 1969),
 ('k', 1926),
 ('ment', 1704),
 ('eze', 1392),
 ('z', 1316),
 ("the'", 1295),
 ('altho', 1276),
 ('ti', 1178),
 ("of'", 1121),
 ('pa', 1095),
 ('wo', 1017),
 ('es', 995),
 ('al', 995),
 ('sel', 954),
 ('q', 933),
 ("an'", 878),
 ('pre', 871),
 ('ets', 853),
 ('tions', 848),
 ('id', 734),
 ('va', 711),
 ('op', 660),
 ('io', 654),
 ('ments', 644),
 ('un', 642),
 ("''", 633),
 ('mal', 593),
 ('ence', 589),
 ('ro', 581),
 ("if'", 564),
 ('aro', 554)]

Correction 5 -- Rejoin Burst Words

In [25]:
# %load shared_elements/rejoin_burst_words.py
prev = cycle
cycle = "correction5"

directories = utilities.define_directories(prev, cycle, base_dir)
if not os.path.exists(directories['cycle']):
    os.makedirs(directories['cycle'])

corpus = (f for f in listdir(directories['prev']) if not f.startswith('.') and isfile(join(directories['prev'], f)))

for filename in corpus:
    content = utilities.readfile(directories['prev'], filename)

    pattern = re.compile("(\s(\w{1,2}\s){5,})")
    
    replacements = []
    clean.check_splits(pattern, spelling_dictionary, content, replacements)
    
    if len(replacements) > 0:
        print('{}: {}'.format(filename, replacements))

        for replacement in replacements:
            content = clean.replace_pair(replacement, content)
    else:
        pass

    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()
ST18750304-V01-17-page4.txt: [('It', 'It')]
ST18750513-V01-27-page8.txt: [(' M y s t e r y ', 'Mystery')]
ST18750617-V01-32-page4.txt: [('It', 'It')]
ST18750812-V01-40-page8.txt: [('\nW a n te d ', 'Wanted')]
ST18750909-V01-44-page5.txt: [('It', 'It')]
ST18750909-V01-44-page6.txt: [('Go', 'Go')]
ST18760127-V02-09-page7.txt: [('It', 'It')]
ST18780103-V04-01-page4.txt: [('It', 'It')]
ST18780124-V04-04-page5.txt: [('It', 'It')]
ST18780307-V04-10-page8.txt: [('\nN e v a d a ', 'Nevada')]
ST18780425-V04-16-page5.txt: [('El', 'El'), ('Fe', 'Fe')]
ST18780523-V04-20-page8.txt: [('\nR e c e i v e d ', 'Received')]
ST18780711-V04-26-page2.txt: [('It', 'It')]
ST18781031-V04-41-page8.txt: [(' S o c i e t y ', 'Society'), ('\nD e n m a r k ', 'Denmark')]
ST18790206-V05-06-page8.txt: [('It', 'It'), ('It', 'It')]
ST18790306-V05-10-page8.txt: [('\nA d d r e s s e s ', 'Addresses')]
ST18790327-V05-13-page8.txt: [(' T u r k e y ', 'Turkey')]
ST18790403-V05-14-page3.txt: [('\nS A B B A T O N ', 'SABBATON')]
ST18790508-V05-19-page8.txt: [('It', 'It')]
ST18790619-V05-24-page7.txt: [('La', 'La')]
ST18791002-V05-37-page3.txt: [('It', 'It')]
ST18791030-V05-41-page8.txt: [('Is', 'Is')]
ST18791211-V05-47-page8.txt: [(' B IB L E S ', 'BIBLES')]
ST18800122-V06-03-page11.txt: [('Do', 'Do')]
ST18800311-V06-10-page6.txt: [(' M I S S I O N ', 'MISSION')]
ST18800617-V06-23-page3.txt: [('He', 'He')]
ST18800617-V06-23-page7.txt: [('It', 'It')]
ST18800826-V06-32-page12.txt: [('It', 'It')]
ST18800916-V06-35-page12.txt: [('Oh', 'Oh')]
ST18800916-V06-35-page8.txt: [('It', 'It')]
ST18801125-V06-44-page2.txt: [('If', 'If')]
ST18810602-V07-21-page5.txt: [('Of', 'Of'), ('So', 'So')]
ST18810630-V07-25-page6.txt: [('It', 'It')]
ST18810721-V07-27-page6.txt: [('It', 'It')]
ST18810804-V07-29-page6.txt: [('In', 'In')]
ST18811215-V07-47-page5.txt: [('It', 'It')]
ST18811222-V07-48-page5.txt: [('If', 'If')]
ST18820112-V08-02-page5.txt: [('It', 'It'), ('It', 'It')]
ST18820403-V08-14-page10.txt: [('If', 'If')]
ST18820518-V08-19-page9.txt: [('If', 'If')]
ST18820622-V08-24-page5.txt: [('Of', 'Of')]
ST18820817-V08-31-page6.txt: [('It', 'It')]
ST18820907-V08-34-page7.txt: [('He', 'He')]
ST18821116-V08-43-page4.txt: [('It', 'It')]
ST18830329-V09-13-page11.txt: [('To', 'To')]
ST18830405-V09-14-page8.txt: [('So', 'So')]
ST18831220-V09-48-page15.txt: [('My', 'My')]
ST18840327-V10-13-page9.txt: [('If', 'If')]
ST18840605-V10-22-page13.txt: [('If', 'If')]
ST18840619-V10-24-page1.txt: [('\nG A T H E R IN G ', 'GATHERING')]
ST18840911-V10-35-page16.txt: [('As', 'As')]
ST18841127-V10-45-page14.txt: [('\nS E C U L A R ', 'SECULAR')]
ST18850108-V11-02-page11.txt: [('Is', 'Is')]
ST18850521-V11-20-page11.txt: [('If', 'If'), ('It', 'It')]
ST18851001-V11-37-page13.txt: [('He', 'He')]
ST18851105-V11-42-page15.txt: [(' F O R W A R D E D ', 'FORWARDED')]
ST18851105-V11-42-page3.txt: [('It', 'It')]
ST18860128-V12-04-page8.txt: [('It', 'It')]
ST18860204-V12-05-page15.txt: [('\nR E C E IP T S ', 'RECEIPTS')]
ST18860325-V12-12-page12.txt: [('It', 'It')]
ST18860520-V12-19-page15.txt: [('\nR E C E IP T S ', 'RECEIPTS')]
ST18860520-V12-19-page7.txt: [('It', 'It')]
ST18860520-V12-19-page9.txt: [('Ot', 'Ot')]
ST18860624-V12-24-page15.txt: [(' O R D E R S ', 'ORDERS')]
ST18860715-V12-27-page11.txt: [('It', 'It')]
ST18860715-V12-27-page5.txt: [('It', 'It')]
ST18860729-V12-29-page15.txt: [('No', 'No')]
ST18860805-V12-30-page14.txt: [('\nR E L I G I O U S ', 'RELIGIOUS')]
ST18860805-V12-30-page3.txt: [('It', 'It')]
ST18860819-V12-32-page2.txt: [('It', 'It')]
ST18861125-V12-45-page2.txt: [('It', 'It')]
ST18870113-V13-02-page16.txt: [('El', 'El')]
ST18870310-V13-10-page11.txt: [('It', 'It')]
ST18870714-V13-27-page16.txt: [('Er', 'Er')]
ST18870818-V13-32-page14.txt: [('Or', 'Or')]
ST18871020-V13-40-page15.txt: [(' S M I T H ', 'SMITH')]
ST18871124-V13-45-page4.txt: [(' H O L D IN G\n', 'HOLDING')]
ST18871201-V13-46-page15.txt: [('\nT E R M S ', 'TERMS')]
ST18871201-V13-46-page2.txt: [('It', 'It')]
ST18871222-V13-49-page15.txt: [('\nR E C E I P T S ', 'RECEIPTS')]
ST18880824-V14-33-page2.txt: [('It', 'It')]
ST18890304-V15-09-page4.txt: [('It', 'It'), ('It', 'It')]
ST18890401-V15-13-page9.txt: [('It', 'It')]
ST18890506-V15-17-page15.txt: [('Or', 'Or')]
ST18890603-V15-21-page4.txt: [('Er', 'Er')]
ST18891202-V15-46-page4.txt: [('Er', 'Er')]
ST18900127-V16-04-page1.txt: [('It', 'It')]
ST18930206-V19-14-page4.txt: [('Or', 'Or')]
ST18930410-V19-23-page14.txt: [(' S A B B A T H ', 'SABBATH')]
ST18930626-V19-33-page5.txt: [('It', 'It')]
ST18930807-V19-39-page12.txt: [('It', 'It')]
ST18931023-V19-50-page10.txt: [('It', 'It')]
ST18931106-V20-01-page2.txt: [('\nA d d r e s s ', 'Address'), ('\nO a k la n d ', 'Oakland')]
ST18940101-V20-09-page11.txt: [('By', 'By')]
ST18940205-V20-14-page8.txt: [('St', 'St')]
ST18940409-V20-23-page14.txt: [('\nF A T H E R S\n', 'FATHERS')]
ST18940709-V20-35-page11.txt: [('He', 'He')]
ST18940820-V20-41-page14.txt: [(' S A B B A T H ', 'SABBATH')]
ST18941224-V20-59-page8.txt: [('If', 'If')]
ST18950103-V20-59i-page3.txt: [('\nC o m p a r a t i v e ', 'Comparative')]
ST18961022-V22-42-page14.txt: [('Le', 'Le')]
ST18961224-V22-51-page15.txt: [('Lu', 'Lu')]
ST18970422-V23-16-page6.txt: [('It', 'It')]
ST18970520-V23-20-page13.txt: [(' S A B B A T H ', 'SABBATH')]
ST18970520-V23-20-page15.txt: [(' W A G G O N E R ', 'WAGGONER')]
ST18970701-V23-25-page15.txt: [(' O a k la n d ', 'Oakland')]
ST18970708-V23-26-page16.txt: [('As', 'As')]
ST18970715-V23-27-page5.txt: [(' n e v e r ', 'never')]
ST18970909-V23-35-page10.txt: [(' W a t s o n ', 'Watson')]
ST18970909-V23-35-page12.txt: [('It', 'It')]
ST18970923-V23-37-page16.txt: [('At', 'At')]
ST18971007-V23-39-page16.txt: [('If', 'If')]
ST18971021-V23-41-page11.txt: [('It', 'It')]
ST18971104-V23-43-page15.txt: [('An', 'An')]
ST18971202-V23-47-page15.txt: [('If', 'If')]
ST18971216-V23-49-page14.txt: [(' W H O L E ', 'WHOLE')]
ST18971223-V23-50-page15.txt: [(' W I L c o x ', 'WILcox')]
ST18990111-V25-02-page11.txt: [('It', 'It')]
ST18990118-V25-03-page9.txt: [(' c l a i m ', 'claim')]
ST18990201-V25-05-page16.txt: [('We', 'We')]
ST18990201-V25-05-page7.txt: [('He', 'He')]
ST18990322-V25-12-page10.txt: [('To', 'To')]
ST18990322-V25-12-page5.txt: [(' d r e s s e d ', 'dressed')]
ST18990524-V25-21-page19.txt: [('We', 'We')]
ST18990531-V25-22-page14.txt: [('In', 'In')]
ST18990531-V25-22-page9.txt: [('It', 'It')]
ST18990614-V25-24-page6.txt: [('He', 'He')]
ST18990704-V25-27-page18.txt: [('Of', 'Of')]
ST18990719-V25-29-page12.txt: [(' S t a t es ', 'States')]
ST18990719-V25-29-page16.txt: [('He', 'He'), ('It', 'It'), ('It', 'It'), ('It', 'It')]
ST18990726-V25-30-page14.txt: [(' S E R IE S\n', 'SERIES')]
ST18990816-V25-33-page11.txt: [(' c h e c k s ', 'checks')]
ST18990927-V25-39-page16.txt: [('In', 'In')]
ST18991011-V25-41-page14.txt: [(' S E R IE S\n', 'SERIES')]
ST18991025-V25-43-page10.txt: [('\nF I S S I O N S ', 'FISSIONS')]
ST18991122-V25-47-page15.txt: [('\nP L A T E S ', 'PLATES')]
ST18991129-V25-48,49-page12.txt: [(' f o r c e ', 'force')]
ST18991220-V25-51-page14.txt: [('\nIN T E R N A T IO N A L ', 'INTERNATIONAL')]
ST19000110-V26-01-page14.txt: [(' L IB R A R Y ', 'LIBRARY')]
ST19000207-V26-06-page16.txt: [('Et', 'Et')]
ST19000411-V26-15-page15.txt: [('Is', 'Is')]
ST19000425-V26-17-page14.txt: [('It', 'It')]
ST19000620-V26-25-page14.txt: [('It', 'It'), ('It', 'It')]
ST19000718-V26-29-page15.txt: [('It', 'It'), ('It', 'It')]
ST19000801-V26-31-page15.txt: [('Le', 'Le')]
ST19000808-V26-32-page8.txt: [('Is', 'Is')]
ST19000822-V26-34-page15.txt: [('We', 'We')]
ST19000829-V26-35-page8.txt: [('Do', 'Do')]
ST19000919-V26-38-page1.txt: [(' z e al o u s ', 'zealous')]
ST19000919-V26-38-page11.txt: [('Et', 'Et')]
ST19001010-V26-41-page16.txt: [('It', 'It')]
ST19001031-V26-44-page5.txt: [('If', 'If')]
ST19001107-V26-45-page14.txt: [(' S E R I E S\n', 'SERIES')]
ST19001114-V26-46-page5.txt: [('He', 'He')]
ST19001128-V26-48-page34.txt: [('It', 'It')]
ST19020115-V28-03-page9.txt: [('It', 'It')]
ST19020226-V28-09-page15.txt: [('So', 'So')]
ST19020806-V28-32-page14.txt: [('\nIN T E R N A T IO N A L s ', 'INTERNATIONALs')]
ST19040106-V30-01-page14.txt: [('Ai', 'Ai')]
ST19040113-V30-02-page1.txt: [('He', 'He')]
ST19040113-V30-02-page16.txt: [('An', 'An')]
ST19040203-V30-05-page16.txt: [('He', 'He')]
ST19040316-V30-11-page7.txt: [('So', 'So')]
ST19040601-V30-22-page3.txt: [(' SC H EM ER S ', 'SCHEMERS')]
ST19040831-V30-35-page11.txt: [(' IN T E R N A T IO N A L ', 'INTERNATIONAL')]
ST19040831-V30-35-page2.txt: [('It', 'It')]
ST19041207-V30-48-page6.txt: [('So', 'So')]
ST19050201-V31-05-page14.txt: [('If', 'If')]
ST19050215-V31-07-page16.txt: [('Ii', 'Ii')]
ST19050308-V31-10-page12.txt: [('It', 'It')]
ST19050329-V31-13-page16.txt: [('Ix', 'Ix')]
ST19050412-V31-15-page2.txt: [('So', 'So'), ('So', 'So')]
ST19050524-V31-21-page16.txt: [('It', 'It')]
ST19050531-V31-22-page16.txt: [('It', 'It')]
ST19050531-V31-22-page2.txt: [('Of', 'Of')]
ST19050628-V31-26-page15.txt: [(' T R I N I T Y ', 'TRINITY')]
ST19050726-V31-30-page16.txt: [('Is', 'Is')]
ST19050906-V31-36-page11.txt: [('It', 'It')]
ST19051108-V31-45-page16.txt: [('It', 'It')]
ST19051108-V31-45-page3.txt: [('It', 'It')]
ST19051108-V31-45-page7.txt: [('In', 'In')]
ST19051213-V31-50-page16.txt: [('It', 'It')]
ST19051220-V31-51-page9.txt: [(' Se rm o n s ', 'Sermons')]
ST19051227-V31-52-page4.txt: [('If', 'If')]
ST19060103-V32-01-page16.txt: [('De', 'De'), ('It', 'It')]
ST19060103-V32-01-page2.txt: [('In', 'In')]
ST19060110-V32-02-page2.txt: [('Of', 'Of'), ('Be', 'Be')]
ST19060124-V32-04-page16.txt: [('Is', 'Is')]
ST19060124-V32-04-page2.txt: [('It', 'It')]
ST19060228-V32-09-page16.txt: [('It', 'It')]
ST19060307-V32-10-page16.txt: [('It', 'It')]
ST19060314-V32-11-page15.txt: [(' T R IN IT y ', 'TRINITy')]
ST19060404-V32-14-page16.txt: [('It', 'It')]
ST19060606-V32-22-page16.txt: [('Us', 'Us')]
ST19060718-V32-28-page6.txt: [('Ir', 'Ir')]
ST19060725-V32-29-page2.txt: [('It', 'It')]
ST19070116-V33-03-page16.txt: [(' AT T OR NE Y ', 'ATTORNEY')]
ST19070227-V33-09-page2.txt: [('It', 'It')]
ST19070227-V33-09-page8.txt: [('He', 'He'), ('He', 'He')]
ST19070807-V33-32-page15.txt: [('If', 'If')]
ST19071023-V33-43-page16.txt: [('In', 'In')]
ST19071030-V33-44,45-page29.txt: [('Is', 'Is')]
ST19080101-V34-01-page16.txt: [('If', 'If')]
ST19080122-V34-04-page12.txt: [('It', 'It')]
ST19080122-V34-04-page16.txt: [('It', 'It')]
ST19080212-V34-07-page15.txt: [('\nH E L P S ', 'HELPS')]
ST19080311-V34-11-page15.txt: [('\nH E L P S\n', 'HELPS')]
ST19080311-V34-11-page3.txt: [('He', 'He')]
ST19080325-V34-13-page14.txt: [('An', 'An')]
ST19080520-V34-21-page10.txt: [(' t r u n k s ', 'trunks')]
ST19080624-V34-26-page16.txt: [('At', 'At')]
ST19080722-V34-30-page4.txt: [('Is', 'Is')]
ST19081125-V35-17-page8.txt: [('On', 'On')]
ST19090217-V36-07-page2.txt: [('If', 'If')]
ST19090428-V36-17-page3.txt: [(' F a t h e r ', 'Father')]
ST19100118-V37-03-page15.txt: [(' p a s s a g e ', 'passage')]
ST19100125-V37-04-page16.txt: [('We', 'We')]
ST19100322-V37-12-page3.txt: [(' w o n d e r f u l ', 'wonderful')]
ST19100614-V37-23-page13.txt: [('As', 'As')]
ST19100726-V37-29-page15.txt: [(' C h r i s t i a n ', 'Christian')]
ST19101004-V37-39-page11.txt: [(' F a i r b a n k s ', 'Fairbanks')]
ST19101004-V37-39-page8.txt: [(' c o n f e r e n c e ', 'conference')]
ST19101011-V37-40-page3.txt: [('To', 'To')]
ST19101018-V37-41-page10.txt: [(' t o w a r d s ', 'towards')]
ST19101025-V37-42-page16.txt: [('By', 'By')]
ST19101213-V37-49-page3.txt: [(' b al e f u l ', 'baleful')]
ST19101220-V37-50-page3.txt: [(' a b o v e ', 'above')]
ST19110110-V38-02-page10.txt: [(' t w e n t y ', 'twenty')]
ST19110110-V38-02-page7.txt: [('Ii', 'Ii')]
ST19110117-V38-03-page6.txt: [('He', 'He')]
ST19110117-V38-03-page9.txt: [('To', 'To')]
ST19110124-V38-04-page16.txt: [('An', 'An')]
ST19110321-V38-12-page8.txt: [(' b en e at h ', 'beneath'), (' e v e r y ', 'every')]
ST19110411-V38-15-page11.txt: [(' s t r e s s ', 'stress')]
ST19110411-V38-15-page7.txt: [('To', 'To')]
ST19110530-V38-21-page10.txt: [(' C o l o n e l\n', 'Colonel'), (' e x t e n t ', 'extent')]
ST19110620-V38-24-page14.txt: [(' t h o u s an d\n', 'thousand')]
ST19110711-V38-27-page14.txt: [(' a g a i n ', 'again')]
ST19110725-V38-29-page16.txt: [('Do', 'Do')]
ST19110725-V38-29-page7.txt: [('Go', 'Go')]
ST19110822-V38-33-page10.txt: [(' p a l a c e ', 'palace')]
ST19111010-V38-40-page13.txt: [('If', 'If')]
ST19111024-V38-42-page7.txt: [('\nR I D E R\n', 'RIDER'), ('\nE A R T H\n', 'EARTH')]
ST19111121-V38-46-page9.txt: [('It', 'It')]
ST19111212-V38-49-page5.txt: [('To', 'To')]
ST19120206-V39-06-page16.txt: [(' g o v e r n m e n t ', 'government')]
ST19120423-V39-17-page7.txt: [('Vi', 'Vi')]
ST19120423-V39-17-page8.txt: [('It', 'It'), ('It', 'It'), ('Be', 'Be')]
ST19120521-V39-20-page16.txt: [(' F r e e d o m ', 'Freedom')]
ST19120604-V39-22-page4.txt: [('If', 'If')]
ST19120611-V39-23-page16.txt: [(' M a t th e w ', 'Matthew')]
ST19120716-V39-27-page12.txt: [(' b et t e r ', 'better')]
ST19120813-V39-31-page2.txt: [('We', 'We')]
ST19120820-V39-32-page16.txt: [('Up', 'Up')]
ST19120820-V39-32-page2.txt: [('He', 'He')]
ST19120903-V39-34-page16.txt: [('\nS h in in g ', 'Shining')]
ST19120910-V39-35-page10.txt: [(' A s s e m b l y ', 'Assembly')]
ST19120917-V39-36-page16.txt: [('On', 'On')]
ST19121001-V39-38-page6.txt: [('He', 'He')]
ST19121015-V39-40-page14.txt: [(' m a k in g ', 'making')]
ST19121022-V39-41-page10.txt: [('In', 'In')]
ST19121029-V39-42-page14.txt: [(' m a k in g ', 'making')]
ST19121126-V39-46-page16.txt: [('It', 'It')]
ST19121203-V39-47-page16.txt: [(' t h r o u g h ', 'through')]
ST19121203-V39-47-page3.txt: [('It', 'It')]
ST19121217-V39-49-page15.txt: [('In', 'In')]
ST19121217-V39-49-page16.txt: [('An', 'An')]
ST19121217-V39-49-page6.txt: [('He', 'He')]
ST19130211-V40-06-page10.txt: [('On', 'On')]
ST19130923-V40-37-page15.txt: [(' w o r k e r ', 'worker')]
ST19130923-V40-37-page2.txt: [('We', 'We')]
ST19131216-V40-48-page5.txt: [(' f r i e n d l y ', 'friendly')]
ST19140120-V41-02-page1.txt: [('\nJA N U A R Y\n', 'JANUARY')]
ST19140210-V41-05-page11.txt: [('\nS Y S T E M A T I C ', 'SYSTEMATIC')]
ST19140224-V41-07-page13.txt: [(' f o u r t h ', 'fourth')]
ST19140310-V41-09-page6.txt: [('It', 'It'), ('It', 'It'), ('Be', 'Be')]
ST19140317-V41-10-page5.txt: [('Lo', 'Lo'), ('Ho', 'Ho')]
ST19140331-V41-12-page4.txt: [(' t r u t h ', 'truth')]
ST19140421-V41-15-page13.txt: [('By', 'By')]
ST19140505-V41-17-page13.txt: [('It', 'It')]
ST19140623-V41-24-page11.txt: [('\nS Y S T E M A T IC ', 'SYSTEMATIC')]
ST19140707-V41-26-page6.txt: [(' a r i s e ', 'arise')]
ST19140728-V41-29-page1.txt: [('If', 'If')]
ST19140728-V41-29-page10.txt: [(' Cr o w n e d ', 'Crowned')]
ST19140811-V41-31-page6.txt: [('He', 'He')]
ST19140818-V41-32-page13.txt: [(' t h e i r ', 'their')]
ST19141020-V41-41-page16.txt: [(' ch e r i sh ', 'cherish')]
ST19141201-V41-47-page2.txt: [('As', 'As')]
ST19160509-V43-19-page8.txt: [('He', 'He')]
ST19160620-V43-25-page4.txt: [('He', 'He')]
ST19161024-V43-42-page2.txt: [(' s p r e a d ', 'spread')]
ST19161107-V43-44-page5.txt: [(' t r o u b l e ', 'trouble')]
ST19180101-V45-01-page15.txt: [(' Sp e n c e ', 'Spence')]
ST19180108-V45-02-page7.txt: [(' a g a in st ', 'against')]
ST19180115-V45-03-page9.txt: [('\nh e a r t s ', 'hearts')]
ST19180122-V45-04-page4.txt: [(' t h e s e ', 'these')]
ST19180212-V45-07-page6.txt: [(' H e b r e w s ', 'Hebrews')]
ST19180226-V45-09-page4.txt: [(' w o r d s ', 'words')]
ST19180226-V45-09-page8.txt: [(' s o u t h ', 'south')]
ST19180305-V45-10-page5.txt: [(' t h e r e\n', 'there')]
ST19180319-V45-12-page2.txt: [(' T r an s f e r ', 'Transfer')]
ST19180326-V45-13-page11.txt: [(' a v a s t ', 'avast')]
ST19180326-V45-13-page3.txt: [(' w h i c h ', 'which')]
ST19180402-V45-14-page15.txt: [(' s t r if e ', 'strife')]
ST19180402-V45-14-page5.txt: [(' f u t u r e ', 'future')]
ST19180409-V45-15-page13.txt: [(' s i le n c es ', 'silences')]
ST19180409-V45-15-page14.txt: [(' w h i c h ', 'which')]
ST19180430-V45-17-page9.txt: [(' F u l t on ', 'Fulton')]
ST19180507-V45-18-page9.txt: [(' c h u r c h ', 'church')]
ST19180514-V45-19-page1.txt: [('At', 'At'), ('Au', 'Au')]
ST19180514-V45-19-page16.txt: [(' b r e a k ', 'break')]
ST19180514-V45-19-page2.txt: [(' S a b b a t ', 'Sabbat')]
ST19180528-V45-21-page14.txt: [(' h u n d r e d ', 'hundred')]
ST19180716-V45-28-page5.txt: [(' t h e r e b y ', 'thereby')]
ST19180820-V45-33-page7.txt: [(' pr o p h e t s ', 'prophets')]
ST19190520-V46-20-page4.txt: [(' s tr a i gh t ', 'straight')]
ST19190722-V46-28-page6.txt: [('It', 'It')]
ST19191021-V46-41-page6.txt: [('He', 'He')]
ST19200210-V47-06-page10.txt: [('He', 'He'), ('He', 'He')]
ST19200217-V47-07-page15.txt: [(' f a m i l i a r ', 'familiar')]
ST19200224-V47-08-page10.txt: [('It', 'It')]
ST19200713-V47-27-page5.txt: [('He', 'He')]
ST19200720-V47-28-page3.txt: [('He', 'He'), ('He', 'He')]
ST19200720-V47-28-page6.txt: [('He', 'He')]
ST19201221-V47-50-page14.txt: [('It', 'It')]
In [26]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/ST/correction5

Average verified rate: 0.9807326014525145

Average of error rates: 0.0193508048875097

Total token count: 36329139

In [27]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[27]:
[("'", 28888),
 ('e', 22224),
 ('m', 18545),
 ('d', 17545),
 ('w', 17348),
 ('t', 16421),
 ('n', 16418),
 ('r', 12206),
 ('g', 11373),
 ('th', 8482),
 ('f', 8383),
 ('pp', 6904),
 ('co', 6479),
 ('ex', 4472),
 ('u', 4118),
 ('x', 3483),
 ('re', 3317),
 ('tion', 3091),
 ('mo', 2317),
 ('wm', 1969),
 ('k', 1915),
 ('ment', 1704),
 ('eze', 1392),
 ('z', 1315),
 ("the'", 1295),
 ('altho', 1276),
 ('ti', 1178),
 ("of'", 1121),
 ('pa', 1095),
 ('wo', 1017),
 ('es', 993),
 ('al', 993),
 ('sel', 954),
 ('q', 933),
 ("an'", 878),
 ('pre', 871),
 ('ets', 853),
 ('tions', 848),
 ('id', 734),
 ('va', 711),
 ('op', 660),
 ('io', 651),
 ('ments', 644),
 ('un', 642),
 ("''", 633),
 ('mal', 593),
 ('ence', 589),
 ('ro', 581),
 ("if'", 564),
 ('aro', 554)]

Correction 6 -- Rejoin Split Words

In [28]:
# %load shared_elements/rejoin_split_words.py
prev = cycle
cycle = "correction6"

directories = utilities.define_directories(prev, cycle, base_dir)
if not os.path.exists(directories['cycle']):
    os.makedirs(directories['cycle'])

corpus = (f for f in listdir(directories['prev']) if not f.startswith('.') and isfile(join(directories['prev'], f)))

for filename in corpus:
    content = utilities.readfile(directories['prev'], filename)
    
    text = re.sub(r"[0-9,!?$:;&]", " ", content)
    tokens = utilities.tokenize_text(text)
    errors = reports.identify_errors(tokens, spelling_dictionary)

    replacements = clean.check_if_stem(errors, spelling_dictionary, tokens, get_prior=False)
    
    if len(replacements) > 0:
        print('{}: {}'.format(filename, replacements))

        for replacement in replacements:
            content = clean.replace_split_words(replacement, content)
    else:
        pass

    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()
ST18740604-V01-01-page2.txt: [('Je', 'hosaphat')]
ST18740604-V01-01-page8.txt: [('AL', 'A'), ('se', 'An')]
ST18740611-V01-02-page1.txt: [('long-suffer', 'ing'), ('honestl', 'y')]
ST18740611-V01-02-page3.txt: [('pre', 'millennial')]
ST18740611-V01-02-page4.txt: [('th', 'an')]
ST18740611-V01-02-page6.txt: [('Knowl', 'edge')]
ST18740611-V01-02-page7.txt: [('co', 'worker'), ('ac', 'company')]
ST18740611-V01-02-page8.txt: [('th', 'in')]
ST18740625-V01-03-page4.txt: [('th', 'e')]
ST18740625-V01-03-page6.txt: [('privi', 'leges'), ('Austri', 'an')]
ST18740625-V01-03-page8.txt: [('th', 'in'), ('G.', '')]
ST18740709-V01-04-page2.txt: [('re', 'cast')]
ST18740709-V01-04-page4.txt: [('th', 'e')]
ST18740709-V01-04-page5.txt: [('th', 'in')]
ST18740709-V01-04-page8.txt: [('ma', 'in'), ('desir', 'able'), ('embrac', 'ing')]
ST18740723-V01-05-page1.txt: [('Bu', 'rgundians'), ('stil', 'l')]
ST18740723-V01-05-page2.txt: [('op', 'poseth'), ('demi', 'gods')]
ST18740723-V01-05-page4.txt: [('co', 'operate')]
ST18740723-V01-05-page8.txt: [('th', 'aw'), ('co', 'operate')]
ST18740813-V01-06-page2.txt: [('pre', 'eminently')]
ST18740813-V01-06-page3.txt: [('pre', 'eminence'), ('co', 'operate')]
ST18740813-V01-06-page8.txt: [('pre', 'paying'), ('th', 'in')]
ST18740917-V01-07-page2.txt: [('sev', 'enth')]
ST18740917-V01-07-page8.txt: [('pre', 'paying'), ('th', 'in')]
ST18741022-V01-08-page1.txt: [('re', 'establishment')]
ST18741022-V01-08-page3.txt: [('th', 'at'), ('gos', 'pel')]
ST18741022-V01-08-page5.txt: [('th', 'at')]
ST18741022-V01-08-page7.txt: [('th', 'at'), ('co', 'operate')]
ST18741022-V01-08-page8.txt: [('th', 'at')]
ST18741112-V01-09-page4.txt: [('accep', 'ting')]
ST18741112-V01-09-page6.txt: [('mirt', 'h')]
ST18741112-V01-09-page8.txt: [('Re', 'public'), ('re', 'asserting')]
ST18741203-V01-10-page1.txt: [('fu', 'ture')]
ST18741203-V01-10-page4.txt: [('re', 'adjust')]
ST18741203-V01-10-page5.txt: [('conse', 'quently')]
ST18741203-V01-10-page7.txt: [('th', 'at')]
ST18741217-V01-11-page1.txt: [('re', 'read')]
ST18741217-V01-11-page2.txt: [('pre', 'eminent')]
ST18741217-V01-11-page3.txt: [('pre', 'eminently')]
ST18741217-V01-11-page6.txt: [('ex', 'pires'), ('co', 'operation')]
ST18741217-V01-11-page8.txt: [('Mc', 'Daniel'), ('Bab', 'cock')]
ST18741231-V01-12-page2.txt: [('Heav', 'en')]
ST18741231-V01-12-page3.txt: [('co', 'eval')]
ST18741231-V01-12-page4.txt: [('re', 'organized')]
ST18741231-V01-12-page6.txt: [('re', 'agents')]
ST18741231-V01-12-page8.txt: [('Theo', 'L')]
ST18750114-V01-13-page3.txt: [('hallo', 'wed')]
ST18750114-V01-13-page5.txt: [('Al', 'a'), ('co', 'operation')]
ST18750114-V01-13-page6.txt: [('immedi', 'ately'), ('co', 'operation')]
ST18750128-V01-14-page1.txt: [('th', 'an')]
ST18750128-V01-14-page3.txt: [('pre', 'eminence')]
ST18750128-V01-14-page5.txt: [('direc', 'ted'), ('CA', 'NDID')]
ST18750128-V01-14-page6.txt: [('kno', 'w'), ('co', 'operation'), ('ple', 'a')]
ST18750128-V01-14-page7.txt: [('fa', 'ce')]
ST18750211-V01-15-page1.txt: [('pre', 'millennial')]
ST18750211-V01-15-page8.txt: [('al', 'a'), ('tw', 'P'), ('co', 'operate')]
ST18750225-V01-16-page1.txt: [('Savio', "ur's")]
ST18750225-V01-16-page4.txt: [('INCOR', 'PORATED')]
ST18750225-V01-16-page5.txt: [('menta', 'l')]
ST18750225-V01-16-page8.txt: [('M.', ''), ('th', 'at')]
ST18750304-V01-17-page4.txt: [('re', 'New')]
ST18750304-V01-17-page5.txt: [('re', 'read')]
ST18750304-V01-17-page6.txt: [('Co', 'operation'), ('co', 'operation')]
ST18750304-V01-17-page7.txt: [('ec', 'stasy')]
ST18750311-V01-18-page2.txt: [('fa', 'ce')]
ST18750311-V01-18-page3.txt: [('whatev', 'er')]
ST18750311-V01-18-page8.txt: [('co', 'operation')]
ST18750318-V01-19-page3.txt: [('practi', 'cally')]
ST18750318-V01-19-page6.txt: [('bere', 'ft')]
ST18750318-V01-19-page7.txt: [('re', 'elected')]
ST18750318-V01-19-page8.txt: [('ay', 'in'), ('Sa', 'bbath')]
ST18750325-V01-20-page1.txt: [('Adven', 't')]
ST18750325-V01-20-page2.txt: [('spok', 'e'), ('re', 'volving'), ('dW', 'ell')]
ST18750325-V01-20-page3.txt: [('re', 'establish')]
ST18750325-V01-20-page5.txt: [('dea', 'th')]
ST18750325-V01-20-page6.txt: [('th', 'ey'), ('Giv', 'e')]
ST18750325-V01-20-page7.txt: [('tra', 'vel')]
ST18750325-V01-20-page8.txt: [('re', 'mains')]
ST18750401-V01-21-page2.txt: [('sacri', 'fice'), ('posi', 'tion'), ('co', 'workers')]
ST18750401-V01-21-page3.txt: [('pla', 'tonic')]
ST18750401-V01-21-page7.txt: [('ab', 'stain')]
ST18750408-V01-22-page2.txt: [('breth', 'ren')]
ST18750408-V01-22-page6.txt: [('Re', 'lieve'), ('co', 'operate')]
ST18750408-V01-22-page7.txt: [('inh', 'aling'), ('RE', 'FORMER')]
ST18750415-V01-23-page2.txt: [('Mit', 'is')]
ST18750415-V01-23-page3.txt: [('ta', 'ken')]
ST18750415-V01-23-page4.txt: [('Ili', 'a')]
ST18750415-V01-23-page6.txt: [('M.', ''), ('aposta', 'sy')]
ST18750415-V01-23-page7.txt: [('hu', 'Man'), ('cylindr', 'ical')]
ST18750415-V01-23-page8.txt: [('GA', 'L')]
ST18750422-V01-24-page1.txt: [('pre', 'eminence'), ('Publishin', 'g')]
ST18750422-V01-24-page3.txt: [('pre', 'millennial'), ('th', 'e'), ('mis', 'take'), ('AP', 'PEAR'), ('millenni', 'al'), ('Pre', 'Millennial')]
ST18750422-V01-24-page5.txt: [('kne', 'W'), ('co', 'worker'), ('communi', 'cation')]
ST18750429-V01-25-page1.txt: [('twelv', 'e')]
ST18750429-V01-25-page3.txt: [('pre', 'millennial')]
ST18750429-V01-25-page4.txt: [('youn', 'ger'), ('pre', 'sent'), ('Hebre', 'w'), ('re', 'turn')]
ST18750429-V01-25-page7.txt: [('pre', 'judgment'), ('Co', 'at')]
ST18750429-V01-25-page8.txt: [('co', 'operation'), ('individ', 'uals')]
ST18750506-V01-26-page1.txt: [('kno', 'W'), ('re', 'Serves')]
ST18750506-V01-26-page3.txt: [('re', 'stating')]
ST18750506-V01-26-page5.txt: [('acknOwl', 'edged')]
ST18750506-V01-26-page6.txt: [('Th', 'is'), ('publica', 'tions')]
ST18750513-V01-27-page1.txt: [('Th', 'e')]
ST18750513-V01-27-page2.txt: [('Th', 'at')]
ST18750513-V01-27-page4.txt: [('re', 'examine')]
ST18750513-V01-27-page5.txt: [('prin', 'ciples')]
ST18750513-V01-27-page7.txt: [('Emper', 'or')]
ST18750513-V01-27-page8.txt: [('Argu', 'ment'), ('ment', 'on')]
ST18750520-V01-28-page7.txt: [('re', 'establish'), ('co', 'operation'), ('ac', 'tually')]
ST18750527-V01-29-page2.txt: [('pre', 'cept'), ('deso', 'late')]
ST18750527-V01-29-page3.txt: [('wor', 'ship')]
ST18750527-V01-29-page4.txt: [('ment', 'he')]
ST18750527-V01-29-page5.txt: [('co', 'operate')]
ST18750527-V01-29-page7.txt: [('re', 'opened'), ('th', 'in'), ('stri', 'ke')]
ST18750527-V01-29-page8.txt: [('Sa', 'bbaton')]
ST18750603-V01-30-page1.txt: [('igno', 'rant')]
ST18750603-V01-30-page2.txt: [('fornica', 'tion'), ('re', 'fers')]
ST18750603-V01-30-page4.txt: [('co', 'eval'), ('institu', 'tion')]
ST18750603-V01-30-page6.txt: [('re', 'sult'), ('difficul', 'ties'), ('ac', 'tion')]
ST18750603-V01-30-page7.txt: [('uncondition', 'al'), ('re', 'nomination'), ('ex', 'claimed')]
ST18750603-V01-30-page8.txt: [('applica', 'tion')]
ST18750610-V01-31-page1.txt: [('decalo', 'gue'), ('gi', 'ven')]
ST18750610-V01-31-page5.txt: [('Heav', 'en')]
ST18750610-V01-31-page6.txt: [('fi', 'eld')]
ST18750617-V01-32-page6.txt: [('co', 'worker')]
ST18750617-V01-32-page8.txt: [('al', 'most'), ('Re', 'in'), ('bu', 'gle'), ('Sa', 'tan'), ('Fi', 'g'), ('heav', 'en'), ('ap', 'pear')]
ST18750624-V01-33-page2.txt: [('aske', 'th'), ('obedien', 'ce')]
ST18750624-V01-33-page6.txt: [('co', 'laborer')]
ST18750624-V01-33-page7.txt: [('impo', 'lite')]
ST18750624-V01-33-page8.txt: [('Vindica', 'tion')]
ST18750701-V01-34-page1.txt: [('CONSTANTI', 'NE')]
ST18750701-V01-34-page4.txt: [('childr', 'en')]
ST18750701-V01-34-page5.txt: [('conclu', 'sion'), ('dedi', 'Cate'), ('fami', 'lies')]
ST18750701-V01-34-page6.txt: [('oppo', 'nents')]
ST18750701-V01-34-page7.txt: [('re', 'organization'), ('ap', 'prove')]
ST18750701-V01-34-page8.txt: [('greenba', 'ck'), ('th', 'at'), ('Sa', 'n')]
ST18750708-V01-35-page1.txt: [('th', 'at')]
ST18750708-V01-35-page7.txt: [('co', 'operation')]
ST18750708-V01-35-page8.txt: [('th', 'at'), ('CA', 'NRIGHT')]
ST18750715-V01-36-page2.txt: [('Pa', 'u')]
ST18750715-V01-36-page6.txt: [('th', 'in')]
ST18750722-V01-37-page2.txt: [('re', 'uniting')]
ST18750722-V01-37-page7.txt: [('eac', 'h')]
ST18750729-V01-38-page4.txt: [('re', 'no')]
ST18750729-V01-38-page6.txt: [('BA', 'BA'), ('co', 'worker')]
ST18750805-V01-39-page1.txt: [('pre', 'existing')]
ST18750805-V01-39-page3.txt: [('re', 'examine')]
ST18750805-V01-39-page6.txt: [('co', 'operation')]
ST18750805-V01-39-page8.txt: [('pre', 'paid')]
ST18750812-V01-40-page1.txt: [('pre', 'eminence')]
ST18750812-V01-40-page2.txt: [('mak', 'eth')]
ST18750812-V01-40-page6.txt: [('co', 'worker')]
ST18750819-V01-41-page4.txt: [('pre', 'eminently')]
ST18750826-V01-42-page3.txt: [('th', 'e'), ('pre', 'millennial')]
ST18750826-V01-42-page5.txt: [('casta', 'ways')]
ST18750826-V01-42-page7.txt: [('GEOR', 'GIA')]
ST18750909-V01-44-page1.txt: [('Cer', 'tainly')]
ST18750909-V01-44-page2.txt: [('re', 'building')]
ST18750909-V01-44-page5.txt: [('comin', 'g'), ('ac', 'cordance')]
ST18750909-V01-44-page6.txt: [('al', 'ways'), ('Co', 'CO'), ('te', 'N'), ('co', 'CO'), ('CO', 'CO')]
ST18750909-V01-44-page7.txt: [('immedi', 'ate'), ('tri', 'weekly'), ('CA', 'NRIGHT')]
ST18750909-V01-44-page8.txt: [('M.', '')]
ST18750916-V01-45-page3.txt: [('re', 'enacted'), ('syna', 'gogue')]
ST18750916-V01-45-page6.txt: [('em', 'braced')]
ST18750916-V01-45-page7.txt: [('pr', 'isoners')]
ST18750923-V01-46-page1.txt: [('pa', 'tient'), ('mounta', 'in'), ('phy', 'sical')]
ST18750923-V01-46-page2.txt: [('discrepancie', 's')]
ST18750923-V01-46-page4.txt: [('co', 'operation')]
ST18750923-V01-46-page5.txt: [('co', 'operate')]
ST18750923-V01-46-page7.txt: [('ca', 'lamity')]
ST18750923-V01-46-page8.txt: [('M.', ''), ('Ge', 'M')]
ST18751007-V01-47-page3.txt: [('Ameri', 'cans')]
ST18751007-V01-47-page6.txt: [('Uhl', 'and'), ('th', 'e')]
ST18751007-V01-47-page7.txt: [('re', 'establishment'), ('co', 'operation')]
ST18751007-V01-47-page8.txt: [('Mc', 'Farland'), ('McAl', 'lister')]
ST18751021-V01-48-page3.txt: [('co', 'operation')]
ST18751021-V01-48-page4.txt: [('PRE', 'PAID'), ('co', 'operation'), ('pre', 'payment')]
ST18751021-V01-48-page5.txt: [('Th', 'e')]
ST18751021-V01-48-page7.txt: [('re', 'assemble'), ('th', 'is')]
ST18751021-V01-48-page8.txt: [('Si', 'M'), ('Pre', 'Millennial'), ('Co', 'operation')]
ST18760127-V02-09-page1.txt: [('se', 'en')]
ST18760127-V02-09-page2.txt: [('ap', 'p'), ('pre', 'millennial')]
ST18760127-V02-09-page3.txt: [('prin', 'ciples'), ('pre', 'cepts'), ('sha', 'ven')]
ST18760127-V02-09-page4.txt: [('Ma', 'I')]
ST18760127-V02-09-page7.txt: [('re', 'arrangement'), ('discov', 'ered'), ('ea', 'sy')]
ST18760127-V02-09-page8.txt: [('Mc', 'Daniel'), ('th', 'at')]
ST18770419-V03-16-page1.txt: [('th', 'e')]
ST18770419-V03-16-page2.txt: [('TES', 'TAMENT'), ('servan', 't'), ('li', 'e'), ('re', 'affirmed')]
ST18770612-V05-23-page2.txt: [('ex', 'cited')]
ST18780103-V04-01-page2.txt: [('physi', 'cal')]
ST18780103-V04-01-page5.txt: [('immor', 'tality'), ('re', 'affirmed')]
ST18780103-V04-01-page6.txt: [('prede', 'cessor')]
ST18780103-V04-01-page7.txt: [('ne', 'use')]
ST18780103-V04-01-page8.txt: [('th', 'e'), ('estab', 'lished')]
ST18780110-V04-02-page3.txt: [('LI', 'i'), ('SA', 'ITH')]
ST18780110-V04-02-page6.txt: [('befor', 'e'), ('invis', 'ible')]
ST18780110-V04-02-page7.txt: [('re', 'elected')]
ST18780110-V04-02-page8.txt: [('co', 'laborers')]
ST18780117-V04-03-page2.txt: [('testi', 'mony'), ('pre', 'conceived')]
ST18780117-V04-03-page4.txt: [('pre', 'requisite')]
ST18780117-V04-03-page7.txt: [('RE', 'PLY'), ('auc', 'tion'), ('Co', 'Partnership'), ('re', 'establishment')]
ST18780117-V04-03-page8.txt: [('M.', '')]
ST18780124-V04-04-page1.txt: [('Spu', 'rgeon')]
ST18780124-V04-04-page4.txt: [('follo', 'wing')]
ST18780124-V04-04-page5.txt: [('thousan', 'd'), ('dif', 'ficulty')]
ST18780124-V04-04-page8.txt: [('cO', 'r'), ('Mc', 'Kay'), ('th', 'at'), ('Co', 'E'), ('co', 'co'), ('CO', 'O')]
ST18780207-V04-06-page1.txt: [('re', 'Views')]
ST18780207-V04-06-page2.txt: [('da', 'wn'), ('pre', 'sented')]
ST18780207-V04-06-page3.txt: [('neces', 'sity'), ('tes', 't'), ('proph', 'ecy'), ('se', 'parate'), ('pre', 'eminence')]
ST18780207-V04-06-page4.txt: [('re', 'baptized')]
ST18780207-V04-06-page5.txt: [('pa', 'l')]
ST18780207-V04-06-page6.txt: [('situ', 'ated'), ('mov', 'ing')]
ST18780207-V04-06-page7.txt: [('al', 'though')]
ST18780207-V04-06-page8.txt: [('Decei', 'ved'), ('ti', 'tan'), ('co', 'pies')]
ST18780214-V04-07-page1.txt: [('UN', 'profitable')]
ST18780214-V04-07-page3.txt: [('BL', 'ADEN')]
ST18780214-V04-07-page4.txt: [('Mc', 'Lean')]
ST18780221-V04-08-page1.txt: [('trium', 'phal')]
ST18780221-V04-08-page7.txt: [('re', 'opened')]
ST18780221-V04-08-page8.txt: [('Theo', 'L')]
ST18780307-V04-10-page2.txt: [('re', 'kindled')]
ST18780307-V04-10-page4.txt: [('ascens', 'ion')]
ST18780307-V04-10-page5.txt: [('re', 'member')]
ST18780307-V04-10-page7.txt: [('wa', 's')]
ST18780307-V04-10-page8.txt: [('th', 'a'), ('APPOINTM', 'ENTS')]
ST18780314-V04-11-page1.txt: [('instruc', 'tion')]
ST18780314-V04-11-page3.txt: [('Re', 'commences')]
ST18780314-V04-11-page4.txt: [('tru', 'mpet')]
ST18780314-V04-11-page7.txt: [('tellin', 'g')]
ST18780314-V04-11-page8.txt: [('Re', 'demption'), ('ti', 'S')]
ST18780321-V04-12-page1.txt: [('th', 'e'), ('wel', 'fare'), ('cl', 'od')]
ST18780321-V04-12-page2.txt: [('ba', 'th'), ('re', 'enact')]
ST18780321-V04-12-page4.txt: [('fr', 'y'), ('provi', 'dence')]
ST18780321-V04-12-page5.txt: [('PRE', 'EXISTENCE'), ('pre', 'existence')]
ST18780321-V04-12-page7.txt: [('re', 'living')]
ST18780321-V04-12-page8.txt: [('th', 'at')]
ST18780328-V04-13-page3.txt: [('bi', 'c')]
ST18780328-V04-13-page8.txt: [('Associa', 'tion')]
ST18780411-V04-14-page2.txt: [('Ma', 'I')]
ST18780411-V04-14-page4.txt: [('un', 'I'), ('readi', 'ness')]
ST18780411-V04-14-page6.txt: [('gener', 'ous'), ('re', 'turn')]
ST18780411-V04-14-page7.txt: [('amoun', 'ted')]
ST18780411-V04-14-page8.txt: [('fl', 'A'), ('Mc', 'Comb'), ('DISBURSEM', 'ENTS')]
ST18780418-V04-15-page1.txt: [('sh', 'ill')]
ST18780418-V04-15-page5.txt: [('re', 'establishment')]
ST18780418-V04-15-page8.txt: [('es', 'to'), ('Ex', 'posed'), ('co', 'th')]
ST18780425-V04-16-page1.txt: [('re', 'fused')]
ST18780425-V04-16-page2.txt: [('al', 'though'), ('hu', 'man'), ('Mediter', 'ranean'), ('re', 'pentance')]
ST18780425-V04-16-page4.txt: [('Br', 'Other')]
ST18780425-V04-16-page5.txt: [('cs', 'C'), ('co', 'CO'), ('CY', 'L'), ('CO', 'LO'), ('se', 'El')]
ST18780425-V04-16-page6.txt: [('un', 'satisfactory')]
ST18780425-V04-16-page7.txt: [('broo', 'ks'), ('re', 'echo')]
ST18780425-V04-16-page8.txt: [('M.', '')]
ST18780502-V04-17-page1.txt: [('PHARI', 'SEES')]
ST18780502-V04-17-page4.txt: [('pre', 'eminently')]
ST18780502-V04-17-page8.txt: [('M.', ''), ('LI', 'S')]
ST18780509-V04-18-page3.txt: [('re', 'demption')]
ST18780509-V04-18-page4.txt: [('co', 'workers')]
ST18780509-V04-18-page5.txt: [('captiv', 'Ity'), ('fa', 'ce')]
ST18780509-V04-18-page7.txt: [('rej', 'ect')]
ST18780509-V04-18-page8.txt: [('M.', ''), ('Se', 'C')]
ST18780516-V04-19-page1.txt: [('se', 'r')]
ST18780516-V04-19-page3.txt: [('re', 'st')]
ST18780516-V04-19-page6.txt: [("ma'", 'am')]
ST18780516-V04-19-page8.txt: [('lan', 'guage')]
ST18780523-V04-20-page4.txt: [('re', 'echo')]
ST18780523-V04-20-page5.txt: [('prosp', 'erous')]
ST18780523-V04-20-page8.txt: [('al', 'so'), ('ma', 'li'), ('mal', 'ice'), ('un', 'a'), ('Sa', 'tan'), ('noth', 'ing'), ('Breth', 'ren')]
ST18780530-V04-21-page3.txt: [('re', 'united')]
ST18780530-V04-21-page4.txt: [('trinita', 'rian'), ('co', 'operating')]
ST18780530-V04-21-page5.txt: [('wa', 'y'), ('WI', 'the')]
ST18780530-V04-21-page7.txt: [('re', 'open'), ('offen', 'ces')]
ST18780530-V04-21-page8.txt: [('EMM', 'a'), ('unpleas', 'ant')]
ST18780606-V04-22-page4.txt: [('INSEPA', 'RABLY'), ('re', 'entered')]
ST18780606-V04-22-page7.txt: [('re', 'A'), ('oppor', 'tunity')]
ST18780613-V04-23-page1.txt: [('th', 'in')]
ST18780613-V04-23-page3.txt: [('co', 'workers')]
ST18780613-V04-23-page6.txt: [('refur', 'nished')]
ST18780613-V04-23-page8.txt: [('M.', '')]
ST18780627-V04-24-page1.txt: [('ex', 'actly')]
ST18780627-V04-24-page3.txt: [('provoca', 'tions'), ('Sys', 'tem')]
ST18780627-V04-24-page5.txt: [('compa', 'nion')]
ST18780627-V04-24-page6.txt: [('upo', 'n')]
ST18780627-V04-24-page7.txt: [('pre', 'pare')]
ST18780627-V04-24-page8.txt: [('M.', '')]
ST18780704-V04-25-page3.txt: [('ex', 'cuses'), ('th', 'e')]
ST18780704-V04-25-page8.txt: [('benevole', 'nce'), ('Knick', 'erbocker')]
ST18780711-V04-26-page1.txt: [('violat', 'ion')]
ST18780711-V04-26-page3.txt: [('Ch', 'as'), ('co', 'mmotions'), ('restora', 'tion'), ('fo', 're')]
ST18780711-V04-26-page8.txt: [('M.', '')]
ST18780718-V04-27-page1.txt: [('stretche', 'd'), ('re', 'peating')]
ST18780718-V04-27-page2.txt: [('M.', '')]
ST18780718-V04-27-page3.txt: [('espec', 'ially')]
ST18780718-V04-27-page5.txt: [('eV', 'ent'), ('Cr', 'one'), ('BO', 'URDEAU'), ('ac', 'cepted')]
ST18780725-V04-28-page2.txt: [('pre', 'existent')]
ST18780725-V04-28-page3.txt: [('seduc', 'tions')]
ST18780725-V04-28-page6.txt: [('ph', 'I')]
ST18780725-V04-28-page7.txt: [('Yount', 'Ville'), ('hea', 'Vily')]
ST18780725-V04-28-page8.txt: [('Harve', 'y'), ('co', 'co'), ('CO', 'CO')]
ST18780801-V04-29-page1.txt: [('presen', 'ted')]
ST18780801-V04-29-page4.txt: [('re', 'print')]
ST18780801-V04-29-page5.txt: [('JA', 's'), ('oppos', 'ition')]
ST18780801-V04-29-page6.txt: [('fa', 'mine')]
ST18780801-V04-29-page7.txt: [('nothin', 'g')]
ST18780801-V04-29-page8.txt: [('re', 'elected')]
ST18780808-V04-30-page1.txt: [('th', 'e')]
ST18780808-V04-30-page2.txt: [('mediato', 'rial')]
ST18780808-V04-30-page3.txt: [('proph', 'ecy'), ('re', 'establishment')]
ST18780808-V04-30-page4.txt: [('INFLU', 'ENCE')]
ST18780808-V04-30-page7.txt: [('Presbyt', 'erian'), ('re', 'establish')]
ST18780808-V04-30-page8.txt: [('th', 'at')]
ST18780815-V04-31-page1.txt: [('sacr', 'ifice')]
ST18780815-V04-31-page3.txt: [('ti', 'e'), ('ministra', 'tion')]
ST18780815-V04-31-page8.txt: [('supersti', 'tious'), ('sor', 'row'), ('wea', 'ry'), ('th', 'at'), ('mor', 'row'), ('Heste', 'r')]
ST18780822-V04-32-page1.txt: [('ex', 'plain'), ('consola', 'tion'), ('op', 'pressed'), ('re', 'echoes')]
ST18780822-V04-32-page6.txt: [('grati', 'fication')]
ST18780822-V04-32-page7.txt: [('pre', 'carious')]
ST18780822-V04-32-page8.txt: [('Re', 'v'), ('th', 'at'), ('Trac', 'ts')]
ST18780829-V04-33-page4.txt: [('Breth', 'ren'), ('pre', 'vious')]
ST18780829-V04-33-page5.txt: [('pre', 'eminence'), ('advo', 'cate'), ('vir', 'tual')]
ST18780829-V04-33-page6.txt: [('ap', 'peal'), ('un', 'der')]
ST18780829-V04-33-page7.txt: [('ra', 'in'), ('em', 'ployment'), ('co', 'existent'), ('ut', 'most')]
ST18780829-V04-33-page8.txt: [('M.', ''), ('th', 'at'), ('Chri', 'st'), ('Proph', 'ecy')]
ST18780912-V04-34-page1.txt: [('ch', 'are')]
ST18780912-V04-34-page2.txt: [('ment', 'on')]
ST18780912-V04-34-page3.txt: [("sister'", 'S')]
ST18780912-V04-34-page5.txt: [('gathere', 'th'), ('th', 'At'), ('sh', 'aves')]
ST18780912-V04-34-page6.txt: [('RUF', 'US'), ('bestowe', 'd')]
ST18780912-V04-34-page8.txt: [('IG', 'or'), ('VA', 'N')]
ST18780919-V04-35-page1.txt: [('Ma', 'ster')]
ST18780919-V04-35-page4.txt: [('Al', 'mighty')]
ST18780919-V04-35-page6.txt: [('dise', 'mbodied')]
ST18780919-V04-35-page7.txt: [('th', 'e')]
ST18780926-V04-36-page4.txt: [('co', 'operate')]
ST18780926-V04-36-page5.txt: [('Mc', 'Coy'), ('re', 'elected'), ('ac', 'cepted')]
ST18780926-V04-36-page8.txt: [('re', 'port'), ('mis', 'sion'), ('Pa', 'cific')]
ST18781003-V04-37-page1.txt: [('repe', 'tition')]
ST18781003-V04-37-page3.txt: [('sh', 'ill')]
ST18781003-V04-37-page5.txt: [('th', 'emselves'), ('interrup', 'tions'), ('intereste', 'd')]
ST18781003-V04-37-page8.txt: [('re', 'baptized'), ('certai', 'n')]
ST18781010-V04-38-page2.txt: [('ment', 'He')]
ST18781010-V04-38-page8.txt: [('M.', ''), ('ti', 'e')]
ST18781017-V04-39-page1.txt: [('id', 'a')]
ST18781017-V04-39-page2.txt: [('re', 'iteration')]
ST18781017-V04-39-page4.txt: [('exhi', 'bit'), ('accom', 'plishment'), ('ow', 'n'), ('simpl', 'y'), ('immen', 'se'), ('re', 'iterating'), ('dra', 'w')]
ST18781017-V04-39-page5.txt: [('settin', 'g')]
ST18781017-V04-39-page6.txt: [('unhesita', 'tingly')]
ST18781017-V04-39-page8.txt: [('Re', 'posed')]
ST18781024-V04-40-page1.txt: [('trium', 'ph')]
ST18781024-V04-40-page3.txt: [('co', 'existent')]
ST18781024-V04-40-page4.txt: [('risin', 'g'), ('th', 'at'), ('ap', 'pointing')]
ST18781024-V04-40-page5.txt: [('pre', 'millennial'), ('ac', 'count')]
ST18781024-V04-40-page6.txt: [('hig', 'ht')]
ST18781024-V04-40-page7.txt: [('sp', 'rings')]
ST18781024-V04-40-page8.txt: [('M.', ''), ('re', 'E'), ('ce', 'ca'), ('Io', 'wa'), ('Co', 'o'), ('G.', ''), ('co', 'LD')]
ST18781031-V04-41-page3.txt: [('TR', 'UTH')]
ST18781031-V04-41-page4.txt: [('pio', 'neer'), ('socie', 'ties'), ('re', 'union')]
ST18781031-V04-41-page8.txt: [('M.', ''), ('re', 'read'), ('CO', 'L')]
ST18781107-V04-42-page1.txt: [('intelli', 'gent')]
ST18781107-V04-42-page2.txt: [('nota', 'ble'), ('co', 'workers')]
ST18781107-V04-42-page7.txt: [('co', 'operation')]
ST18781107-V04-42-page8.txt: [('M.', ''), ('th', 'A')]
ST18781114-V04-43-page3.txt: [('co', 'uld')]
ST18781114-V04-43-page4.txt: [('reques', 't')]
ST18781114-V04-43-page7.txt: [('Sorro', 'w'), ('soci', 'ety')]
ST18781114-V04-43-page8.txt: [('M.', '')]
ST18781121-V04-44-page1.txt: [('WI', 'the'), ('Sa', 'pphira')]
ST18781121-V04-44-page2.txt: [('accommo', 'dative'), ('po', 'sition'), ('th', 'e')]
ST18781121-V04-44-page4.txt: [('pre', 'millennial')]
ST18781121-V04-44-page5.txt: [('al', 'ways'), ('ex', 'istence'), ('pre', 'millennial')]
ST18781121-V04-44-page8.txt: [('M.', '')]
ST18781128-V04-45-page2.txt: [('authorita', 'tive')]
ST18781128-V04-45-page3.txt: [('secon', 'd')]
ST18781128-V04-45-page4.txt: [('re', 'produce')]
ST18781128-V04-45-page5.txt: [('HILLSDA', 'LE'), ('sh', 'ill'), ('SE', 'DALIA')]
ST18781128-V04-45-page7.txt: [('Shef', 'field')]
ST18781128-V04-45-page8.txt: [('al', 'e'), ('M.', ''), ('co', 'operation')]
ST18781205-V04-46-page1.txt: [('th', 'u')]
ST18781205-V04-46-page3.txt: [('rela', 'tions')]
ST18781205-V04-46-page4.txt: [('stro', 'ngest'), ('graci', 'ously'), ('pre', 'millennial')]
ST18781205-V04-46-page5.txt: [('re', 'united')]
ST18781205-V04-46-page6.txt: [('ma', 'de'), ('re', 'nounce')]
ST18781205-V04-46-page7.txt: [('FO', 'OT')]
ST18781212-V04-47-page1.txt: [('popu', 'larity')]
ST18781212-V04-47-page2.txt: [('Attal', 'us'), ('Pa', 'rthians')]
ST18781212-V04-47-page3.txt: [('co', 'existent')]
ST18781212-V04-47-page6.txt: [('hea', 'ven')]
ST18781212-V04-47-page7.txt: [('ex', 'tended')]
ST18781212-V04-47-page8.txt: [('composi', 'tion')]
ST18781219-V04-48-page2.txt: [('hund', 'red'), ('langu', 'age')]
ST18781219-V04-48-page6.txt: [('oper', 'ating'), ('th', 'a'), ('vig', 'ilant'), ('ap', 'petite')]
ST18781219-V04-48-page7.txt: [('hy', 'drants'), ('peniten', 'tiary'), ('th', 'at'), ('co', 'incident')]
ST18781219-V04-48-page8.txt: [('Co', 'Partnership')]
ST18790102-V05-01-page1.txt: [('fl', 'om')]
ST18790102-V05-01-page2.txt: [('co', 'operation')]
ST18790102-V05-01-page3.txt: [('Ti', 'the')]
ST18790102-V05-01-page4.txt: [('re', 'action')]
ST18790109-V05-02-page3.txt: [('co', 'operate')]
ST18790109-V05-02-page6.txt: [('Sabbath-', 'school')]
ST18790109-V05-02-page7.txt: [('th', 'at')]
ST18790109-V05-02-page8.txt: [('pre', 'millennial')]
ST18790116-V05-03-page1.txt: [('ch', 'aracter')]
ST18790116-V05-03-page4.txt: [('prej', 'udice')]
ST18790116-V05-03-page5.txt: [('gra', 've')]
ST18790116-V05-03-page6.txt: [('Legget', 't'), ('Fitz', 'Gerald')]
ST18790116-V05-03-page7.txt: [('re', 'acquired')]
ST18790123-V05-04-page1.txt: [('ev', 'en')]
ST18790123-V05-04-page2.txt: [('un', 'clothed')]
ST18790123-V05-04-page5.txt: [('pre', 'eminent'), ('becau', 'se')]
ST18790123-V05-04-page6.txt: [('ma', 'the')]
ST18790123-V05-04-page7.txt: [('re', 'elected')]
ST18790123-V05-04-page8.txt: [('cs', 'C'), ('ti', 'c'), ('ri', 'ND'), ('Co', 'CO'), ('co', 'co'), ('CO', 'tO')]
ST18790130-V05-05-page1.txt: [('neph', 'esh')]
ST18790130-V05-05-page4.txt: [('al', 'ways')]
ST18790130-V05-05-page5.txt: [('Un', 'circumcision')]
ST18790130-V05-05-page7.txt: [('follo', 'wing'), ('tri', 'weekly')]
ST18790206-V05-06-page2.txt: [('re', 'quired'), ('yielde', 'd')]
ST18790206-V05-06-page3.txt: [('Th', 'e'), ('pre', 'millennial'), ('re', 'pealed'), ('ma', 'Chine'), ('occa', 'sional'), ('co', 'nViction'), ('sa', 'Ving')]
ST18790206-V05-06-page4.txt: [('co', 'operate'), ('th', 'at')]
ST18790206-V05-06-page5.txt: [('Mul', 'titudes'), ('ob', 'scured'), ('pre', 'determined'), ('princi', 'pally')]
ST18790206-V05-06-page6.txt: [('DakO', 'ta')]
ST18790206-V05-06-page7.txt: [('dimin', 'ish'), ('ca', 're'), ('Cleve', 'land')]
ST18790213-V05-07-page4.txt: [('ob', 'servance')]
ST18790213-V05-07-page6.txt: [('wo', 'rd')]
ST18790213-V05-07-page7.txt: [('re', 'Pine'), ('prepar', 'ing')]
ST18790213-V05-07-page8.txt: [('Ma', 'The')]
ST18790220-V05-08-page1.txt: [('ti', 'e')]
ST18790220-V05-08-page6.txt: [('re', 'arranged')]
ST18790220-V05-08-page7.txt: [('co', 'incidence')]
ST18790220-V05-08-page8.txt: [('M.', ''), ('splen', 'did')]
ST18790227-V05-09-page2.txt: [('re', 'mark')]
ST18790227-V05-09-page4.txt: [('pri', 'Mary')]
ST18790227-V05-09-page5.txt: [('wa', 'ters')]
ST18790227-V05-09-page7.txt: [('sh', 'ocks')]
ST18790306-V05-10-page4.txt: [('co', 'operate')]
ST18790306-V05-10-page5.txt: [('peo', 'ple')]
ST18790306-V05-10-page7.txt: [('debil', 'ity'), ('privi', 'lege')]
ST18790313-V05-11-page1.txt: [('sh', 'eol')]
ST18790313-V05-11-page2.txt: [('Ca', 'valry')]
ST18790313-V05-11-page3.txt: [('minut', 'est'), ('pre', 'serve')]
ST18790313-V05-11-page4.txt: [('AL', 'P')]
ST18790313-V05-11-page5.txt: [('Ti', 'l'), ('senti', 'ments')]
ST18790313-V05-11-page6.txt: [('Nori', 'A')]
ST18790313-V05-11-page8.txt: [('co', 'worker')]
ST18790320-V05-12-page5.txt: [('dw', 'ell')]
ST18790320-V05-12-page7.txt: [('th', 'a')]
ST18790320-V05-12-page8.txt: [('re', 'produced')]
ST18790327-V05-13-page2.txt: [('th', 'en'), ('un', 'harmed')]
ST18790327-V05-13-page4.txt: [('ne', 'phesh')]
ST18790327-V05-13-page7.txt: [('re', 'elected')]
ST18790327-V05-13-page8.txt: [('Fl', 'A')]
ST18790403-V05-14-page2.txt: [('co', 'workers')]
ST18790403-V05-14-page6.txt: [('ti', 'e')]
ST18790403-V05-14-page7.txt: [('re', 'appeared'), ('Mc', 'Intire'), ('suc', 'h'), ('ta', 'It')]
ST18790403-V05-14-page8.txt: [('Lor', 'I'), ('Mo', 'T')]
ST18790410-V05-15-page3.txt: [('Insti', 'tutes')]
ST18790410-V05-15-page4.txt: [('Pedo', 'baptist')]
ST18790410-V05-15-page7.txt: [('co', 'operate'), ('se', 'a'), ('descri', 'bed')]
ST18790417-V05-16-page7.txt: [('co', 'laborers')]
ST18790417-V05-16-page8.txt: [('Thos', 'E')]
ST18790424-V05-17-page1.txt: [('eter', 'nal')]
ST18790424-V05-17-page5.txt: [('ti', 'me'), ('ca', 'steth'), ('breth', 'ren')]
ST18790424-V05-17-page8.txt: [('Co', 're'), ('co', 'co'), ('CO', 'CO')]
ST18790501-V05-18-page7.txt: [('Ca', 'listoga'), ('wran', 'gle')]
ST18790501-V05-18-page8.txt: [('Mo', 'T')]
ST18790508-V05-19-page2.txt: [('re', 'affirmed')]
ST18790508-V05-19-page4.txt: [('RE', 'VIEW')]
ST18790515-V05-20-page4.txt: [('co', 'operating')]
ST18790515-V05-20-page5.txt: [('co', 'operation')]
ST18790515-V05-20-page7.txt: [('suc', 'cess'), ('co', 'laborers'), ('ba', 'ptized')]
ST18790515-V05-20-page8.txt: [('pre', 'pared')]
ST18790522-V05-21-page7.txt: [('enfo', 'rce')]
ST18790522-V05-21-page8.txt: [('M.', ''), ('Thom', 'pson')]
ST18790605-V05-22-page3.txt: [("Ravel'", 's')]
ST18790605-V05-22-page7.txt: [('co', 'operating')]
ST18790605-V05-22-page8.txt: [('sus', 'a'), ('je', 'sus'), ('wil', 'der'), ('ev', 'er'), ('Wel', 'come'), ('tal', 'i'), ('mor', 'tal'), ('Je', 'sus')]
ST18790612-V05-23-page3.txt: [("th'", 's')]
ST18790612-V05-23-page4.txt: [('re', 'con')]
ST18790612-V05-23-page5.txt: [('M.', '')]
ST18790612-V05-23-page6.txt: [('th', 'at')]
ST18790612-V05-23-page7.txt: [('Yo', 'Semite'), ('si', 'de')]
ST18790612-V05-23-page8.txt: [('duri', 'ng'), ('Mc', 'Fadden'), ('oo', 'H')]
ST18790619-V05-24-page1.txt: [('pleasu', 're'), ('supersti', 'tion')]
ST18790619-V05-24-page3.txt: [('pre', 'eminence'), ('re', 'I')]
ST18790619-V05-24-page4.txt: [('preven', 'tive'), ('gos', 'pel'), ('pre', 'eminence')]
ST18790619-V05-24-page5.txt: [('pedo', 'Baptist'), ('re', 'examining')]
ST18790619-V05-24-page6.txt: [('CA', 'NRIGHT')]
ST18790619-V05-24-page7.txt: [('Yo', 'Semite'), ('Tri', 'lemma')]
ST18790619-V05-24-page8.txt: [('Spi', 'ritualism'), ('Infid', 'el')]
ST18790626-V05-25-page3.txt: [('pedo', 'Baptists')]
ST18790626-V05-25-page4.txt: [('pre', 'existence')]
ST18790626-V05-25-page7.txt: [('re', 'instated')]
ST18790626-V05-25-page8.txt: [('M.', '')]
ST18790703-V05-26-page1.txt: [('Thya', 'tira')]
ST18790703-V05-26-page3.txt: [('em', 'bankments'), ('tur', 'ned')]
ST18790703-V05-26-page5.txt: [('ridicu', 'lous')]
ST18790703-V05-26-page7.txt: [('Yo', 'Semite')]
ST18790703-V05-26-page8.txt: [('co', 'worker')]
ST18790717-V05-27-page1.txt: [('Thessalon', 'ians'), ('re', 'establish')]
ST18790717-V05-27-page3.txt: [('co', 'workers')]
ST18790717-V05-27-page6.txt: [('Wa', 'shington')]
ST18790717-V05-27-page7.txt: [('informali', 'ty'), ('Pim', 'A'), ('inj', 'uries')]
ST18790717-V05-27-page8.txt: [('Re', 'applications')]
ST18790724-V05-28-page1.txt: [('unf', 'requently')]
ST18790724-V05-28-page2.txt: [('co', 'operates')]
ST18790724-V05-28-page3.txt: [('re', 'gard')]
ST18790724-V05-28-page8.txt: [('pre', 'requisite'), ('co', 'to'), ('CO', 'e'), ('po', 'os'), ('fo', 'p')]
ST18790731-V05-29-page2.txt: [("Knapp'", 's'), ('co', 'laborers'), ('pre', 'existent')]
ST18790731-V05-29-page3.txt: [('Tal', 'lmadge'), ('demi', 'gods'), ('religi', 'ous')]
ST18790731-V05-29-page5.txt: [('unchange', 'able')]
ST18790731-V05-29-page7.txt: [('th', 'at')]
ST18790731-V05-29-page8.txt: [('co', 'la')]
ST18790807-V05-30-page2.txt: [('Po', 'or')]
ST18790807-V05-30-page3.txt: [('Fif', 'teen'), ('re', 'deemer'), ('th', 'a')]
ST18790807-V05-30-page4.txt: [('da', 'y')]
ST18790807-V05-30-page5.txt: [('th', 'e')]
ST18790807-V05-30-page6.txt: [('aph', 'is')]
ST18790807-V05-30-page7.txt: [('re', 'occupied')]
ST18790807-V05-30-page8.txt: [('re', 'enforced')]
ST18790814-V05-31-page1.txt: [('es', 'to'), ('li', 'es')]
ST18790814-V05-31-page4.txt: [('re', 'iterates')]
ST18790814-V05-31-page6.txt: [('grea', 't')]
ST18790814-V05-31-page7.txt: [('re', 'ported')]
ST18790814-V05-31-page8.txt: [('ori', 'gin'), ('re', 'organization'), ('abov', 'e')]
ST18790821-V05-32-page4.txt: [('co', 'operation')]
ST18790821-V05-32-page5.txt: [('ab', 'e'), ('se', 'al'), ('fasti', 'ngs')]
ST18790821-V05-32-page6.txt: [('secur', 'ity')]
ST18790821-V05-32-page7.txt: [('th', 'at'), ('ca', 'th')]
ST18790821-V05-32-page8.txt: [('al', 'ways'), ('ce', 'n')]
ST18790828-V05-33-page3.txt: [('wa', 's')]
ST18790828-V05-33-page5.txt: [('bre', 'thren'), ('co', 'operate')]
ST18790828-V05-33-page7.txt: [('Yo', 'rk'), ('prepar', 'ing'), ('inj', 'ured'), ('MI', 'C'), ('hav', 'e')]
ST18790828-V05-33-page8.txt: [('th', 'e')]
ST18790904-V05-34-page1.txt: [('co', 'operate'), ('th', 'at')]
ST18790904-V05-34-page3.txt: [('deet', 'h')]
ST18790904-V05-34-page4.txt: [('indi', 'cated'), ('MARAN', 'ATHA'), ('Ori', 'ent'), ('unavoid', 'able')]
ST18790904-V05-34-page5.txt: [('wh', 'en')]
ST18790904-V05-34-page7.txt: [('co', 'operation')]
ST18790904-V05-34-page8.txt: [('th', 'at')]
ST18790911-V05-35-page1.txt: [('ca', 'me')]
ST18790911-V05-35-page2.txt: [('re', 'absorbed')]
ST18790911-V05-35-page3.txt: [('Spiritualis', 'ts'), ('fl', 'ed'), ('da', 'ly')]
ST18790911-V05-35-page4.txt: [('observa', 'nce')]
ST18790911-V05-35-page5.txt: [('evide', 'ntly')]
ST18790911-V05-35-page8.txt: [('Da', 'y'), ('th', 'is')]
ST18790918-V05-36-page6.txt: [('inclin', 'ations')]
ST18790918-V05-36-page7.txt: [('re', 'nominated'), ('ca', 'th')]
ST18790918-V05-36-page8.txt: [('Id', 'A'), ('fo', 'r')]
ST18791002-V05-37-page1.txt: [('co', 'workers'), ('re', 'sponded')]
ST18791002-V05-37-page2.txt: [('cus', 'toms'), ('pre', 'existence')]
ST18791002-V05-37-page5.txt: [('PRE', 'MILLENARIAN'), ('pre', 'millenarian')]
ST18791002-V05-37-page7.txt: [('Emanu', 'El'), ('th', 'a'), ('estab', 'lish'), ('Parlia', 'ment'), ('co', 'laborer')]
ST18791002-V05-37-page8.txt: [('re', 'enacted')]
ST18791009-V05-38-page1.txt: [('attr', 'ibute')]
ST18791009-V05-38-page2.txt: [('re', 'living')]
ST18791009-V05-38-page3.txt: [('pre', 'eminence'), ('sp', 'irit')]
ST18791009-V05-38-page4.txt: [('co', 'respondent')]
ST18791009-V05-38-page7.txt: [('pre', 'empt'), ('re', 'baptized')]
ST18791009-V05-38-page8.txt: [('Re', 'Union'), ('Cus', 'ter')]
ST18791016-V05-39-page2.txt: [('cotempora', 'ry')]
ST18791016-V05-39-page3.txt: [('re', 'enacted'), ('brok', 'en'), ('expr', 'essly')]
ST18791016-V05-39-page4.txt: [('ce', 'Di'), ('Noa', 'h'), ('ren', 'Own'), ('simultaneou', 'sly')]
ST18791016-V05-39-page5.txt: [('Al', 'ice'), ('Commi', 'ttee'), ('co', 'operate'), ('Trea', 's'), ('Lafayet', 'te')]
ST18791016-V05-39-page6.txt: [('ow', 'n')]
ST18791016-V05-39-page7.txt: [('ri', 'on'), ('religi', 'ous')]
ST18791016-V05-39-page8.txt: [('annivers', 'ary')]
ST18791023-V05-40-page2.txt: [('pre', 'existence'), ('re', 'absorbed'), ('celebra', 'ted')]
ST18791023-V05-40-page3.txt: [('mal', 'practice')]
ST18791023-V05-40-page4.txt: [('trut', 'h')]
ST18791023-V05-40-page6.txt: [('re', 'instate'), ('th', 'e')]
ST18791023-V05-40-page7.txt: [('Al', 'a')]
ST18791030-V05-41-page2.txt: [('Ec', 'lectic')]
ST18791030-V05-41-page4.txt: [('al', 'ways'), ('co', 'incide')]
ST18791030-V05-41-page6.txt: [('eith', 'er')]
ST18791030-V05-41-page8.txt: [('pre', 'election'), ('indi', 'rectly'), ('CO', 'CO'), ('si', 'n')]
ST18791106-V05-42-page1.txt: [('denomina', 'tional')]
ST18791106-V05-42-page3.txt: [('un', 'dying')]
ST18791106-V05-42-page5.txt: [('co', 'operate')]
ST18791106-V05-42-page8.txt: [('MA', 'NY')]
ST18791113-V05-43-page1.txt: [('fo', 'r')]
ST18791113-V05-43-page2.txt: [('governmen', 't'), ('ch', 'adds')]
ST18791113-V05-43-page4.txt: [('befor', 'e')]
ST18791113-V05-43-page5.txt: [('re', 'establishment')]
ST18791113-V05-43-page6.txt: [('th', 'in')]
ST18791113-V05-43-page7.txt: [('therea', 'bouts'), ('carbo', 'hydrates'), ('co', 'operation'), ('ap', 'ples')]
ST18791113-V05-43-page8.txt: [('obligatio', 'n'), ('pa', 'rticularly')]
ST18791120-V05-44-page1.txt: [('remem', 'bered'), ('imme', 'diately')]
ST18791120-V05-44-page2.txt: [('ex', 'tended'), ('co', 'n')]
ST18791120-V05-44-page3.txt: [('pre', 'sumption')]
ST18791120-V05-44-page5.txt: [('tri', 'weekly'), ('th', 'at')]
ST18791120-V05-44-page6.txt: [('ordi', 'nances'), ('M.', '')]
ST18791120-V05-44-page7.txt: [('elec', 'ted')]
ST18791120-V05-44-page8.txt: [('pil', 'grim'), ('pre', 'pare'), ('re', 'S'), ('Advoc', 'ate'), ('ev', 'er'), ('Ve', 'sT'), ('wel', 'come'), ('Je', "sus'")]
ST18791127-V05-45-page1.txt: [('Noth', 'ing'), ('diffi', 'cult')]
ST18791127-V05-45-page2.txt: [('pre', 'existence'), ('re', 'consecrated'), ('demi', 'gods')]
ST18791127-V05-45-page3.txt: [('al', 'ways')]
ST18791127-V05-45-page6.txt: [('peo', 'ple'), ('ple', 'a')]
ST18791127-V05-45-page8.txt: [('gi', 'lt'), ('edg', 'es')]
ST18791204-V05-46-page2.txt: [('sufferin', 'g'), ('re', 'established')]
ST18791204-V05-46-page3.txt: [('CONSUM', 'MATION'), ('pre', 'eminently'), ('re', 'appear')]
ST18791204-V05-46-page4.txt: [('re', 'elected'), ('ap', 'plied')]
ST18791204-V05-46-page5.txt: [('REPRE', 'SENTED'), ('Tu', 'be')]
ST18791204-V05-46-page6.txt: [('th', 'rough')]
ST18791211-V05-47-page3.txt: [('co', 'religionists')]
ST18791211-V05-47-page4.txt: [('na', 'tions')]
ST18791211-V05-47-page7.txt: [('co', 'laborer')]
ST18791211-V05-47-page8.txt: [('Patri', 'archal')]
ST18791218-V05-48-page1.txt: [('sorro', 'w')]
ST18791218-V05-48-page10.txt: [('Re', 'Union')]
ST18791218-V05-48-page5.txt: [('co', 'operation')]
ST18791218-V05-48-page6.txt: [('pre', 'eminent')]
ST18791218-V05-48-page8.txt: [('Re', 'open'), ('ILLUSTRA', 'TED')]
ST18791218-V05-48-page9.txt: [('Califor', 'nia')]
ST18800108-V06-01-page1.txt: [('ca', 're'), ('re', 'taking')]
ST18800108-V06-01-page10.txt: [('fa', 'th'), ('th', 'in')]
ST18800108-V06-01-page4.txt: [('co', 'Operation')]
ST18800108-V06-01-page6.txt: [('th', 'is')]
ST18800108-V06-01-page8.txt: [('tem', 'A')]
ST18800115-V06-02-page12.txt: [('ASSOCIA', 'TION')]
ST18800115-V06-02-page8.txt: [('Mc', 'Mahon'), ('seri', 'ously')]
ST18800122-V06-03-page12.txt: [('ASSOCIA', 'TION'), ('wo', "ld's")]
ST18800122-V06-03-page2.txt: [('ti', 'THE')]
ST18800122-V06-03-page6.txt: [('ou', 't')]
ST18800122-V06-03-page9.txt: [('ple', 'be')]
ST18800129-V06-04-page3.txt: [('cro', 'ton')]
ST18800129-V06-04-page4.txt: [('bo', 'one')]
ST18800129-V06-04-page6.txt: [('co', 'worker')]
ST18800129-V06-04-page8.txt: [('Dea', 'D'), ('th', 'a'), ('co', 'incident')]
ST18800205-V06-05-page6.txt: [('twenty-fiv', 'e')]
ST18800212-V06-06-page2.txt: [("Moloch'", 's')]
ST18800212-V06-06-page6.txt: [('ment', 'he')]
ST18800212-V06-06-page7.txt: [('reputa', 'tion')]
ST18800212-V06-06-page8.txt: [('re', 'organization'), ('Mo', 'T'), ('co', 't'), ('Garli', 'c')]
ST18800219-V06-07-page7.txt: [('Stickne', 'y')]
ST18800219-V06-07-page8.txt: [('th', 'in')]
ST18800226-V06-08-page11.txt: [('Wa', 'y')]
ST18800226-V06-08-page12.txt: [('BAIN', 'S')]
ST18800226-V06-08-page2.txt: [('CONSTI', 'TUTED')]
ST18800226-V06-08-page4.txt: [('hosan', 'nas')]
ST18800226-V06-08-page6.txt: [('bo', 'at'), ('IO', 'N'), ('TH', 'E')]
ST18800226-V06-08-page7.txt: [('M.', '')]
ST18800226-V06-08-page8.txt: [('Id', 'A')]
ST18800304-V06-09-page12.txt: [('ASSOCIA', 'TION')]
ST18800304-V06-09-page5.txt: [('re', 'M')]
ST18800304-V06-09-page6.txt: [('ther', 'on')]
ST18800304-V06-09-page7.txt: [('TH', 'E')]
ST18800311-V06-10-page1.txt: [('al', 'ways')]
ST18800311-V06-10-page10.txt: [('tra', 'dition')]
ST18800311-V06-10-page11.txt: [('brin', 'g')]
ST18800311-V06-10-page12.txt: [('ASSOCIA', 'TION'), ('re', 'instating'), ('un', 'To'), ('co', 'operation')]
ST18800311-V06-10-page3.txt: [('ment', 'or')]
ST18800311-V06-10-page5.txt: [('re', 'appearance')]
ST18800311-V06-10-page7.txt: [('fa', 'St'), ('publis', 'hed')]
ST18800311-V06-10-page8.txt: [('CA', 'MP')]
ST18800311-V06-10-page9.txt: [('re', 'appearance')]
ST18800318-V06-11-page12.txt: [('ASSOCIA', 'TION')]
ST18800318-V06-11-page6.txt: [('Pater', 'Familias')]
ST18800318-V06-11-page8.txt: [('vis', 'a')]
ST18800325-V06-12-page1.txt: [('ab', 'ut')]
ST18800325-V06-12-page12.txt: [('th', 'ings'), ('Appo', 'intments')]
ST18800325-V06-12-page4.txt: [('un', 'inviting'), ('re', 'made')]
ST18800401-V06-13-page11.txt: [('ASSOCIA', 'TION')]
ST18800401-V06-13-page8.txt: [('separa', 'te'), ('re', 'election')]
ST18800408-V06-14-page11.txt: [('ASSOCIA', 'TION')]
ST18800408-V06-14-page3.txt: [('re', 'admitted')]
ST18800408-V06-14-page5.txt: [('RE', 'UNION'), ('follo', 'w'), ('re', 'elected')]
ST18800408-V06-14-page6.txt: [('bo', 'no'), ('decla', 'ration'), ('cer', 'tain'), ('pre', 'eminence'), ('re', 'building')]
ST18800415-V06-15-page11.txt: [('ASSOCIA', 'TION')]
ST18800415-V06-15-page12.txt: [('ex', 'It')]
ST18800415-V06-15-page3.txt: [('ES', 'TABLISHED')]
ST18800415-V06-15-page5.txt: [('ble', 'at')]
ST18800415-V06-15-page6.txt: [("ch'", 'in')]
ST18800415-V06-15-page7.txt: [('possi', 'E')]
ST18800415-V06-15-page8.txt: [('th', 'at'), ('re', 'elected')]
ST18800422-V06-16-page11.txt: [('ASSOCIA', 'TION'), ('authori', 'ties')]
ST18800422-V06-16-page12.txt: [('Mc', 'Reynolds')]
ST18800422-V06-16-page6.txt: [('mal', 'formation'), ('receiv', 'eth'), ('re', 'But')]
ST18800422-V06-16-page9.txt: [('TA', 'UNTON'), ('pre', 'existence'), ('re', 'elected')]
ST18800506-V06-17-page11.txt: [('ASSOCIA', 'TION'), ('NE', 'WS')]
ST18800506-V06-17-page3.txt: [('un', 'A')]
ST18800506-V06-17-page6.txt: [('co', 'equal')]
ST18800506-V06-17-page7.txt: [('re', 'adjust')]
ST18800506-V06-17-page8.txt: [('CA', 'MP')]
ST18800513-V06-18-page11.txt: [('ASSOCIA', 'TION')]
ST18800513-V06-18-page12.txt: [('Shillin', 'g')]
ST18800513-V06-18-page3.txt: [('Gr', 'in'), ('pre', 'eminently')]
ST18800513-V06-18-page4.txt: [('lan', 'A')]
ST18800513-V06-18-page7.txt: [('re', 'adjust')]
ST18800513-V06-18-page8.txt: [('ti', 'THE')]
ST18800520-V06-19-page11.txt: [('ASSOCIA', 'TION'), ('CRYS', 'T'), ('NE', 'WS')]
ST18800520-V06-19-page3.txt: [('relig', 'ion')]
ST18800520-V06-19-page6.txt: [('Lor', 'd')]
ST18800520-V06-19-page7.txt: [('captiv', 'A')]
ST18800527-V06-20-page10.txt: [('Stran', 'ge')]
ST18800527-V06-20-page11.txt: [('M.', ''), ('ASSOCIA', 'TION')]
ST18800527-V06-20-page7.txt: [('pre', 'figured')]
ST18800527-V06-20-page9.txt: [('CLEB', 'URNE'), ('CALD', 'WELL')]
ST18800603-V06-21-page1.txt: [('chil', 'I'), ('wor', 'd')]
ST18800603-V06-21-page12.txt: [('tri', 'als'), ('ki', 't'), ('op', 'press'), ('Mc', 'Allister'), ('un', 'fold'), ('CA', 'MP'), ('ex', 'change'), ('Je', 'sus')]
ST18800603-V06-21-page3.txt: [('pre', 'Vents')]
ST18800603-V06-21-page4.txt: [('re', 'baptize')]
ST18800603-V06-21-page6.txt: [('sev', 'enth')]
ST18800603-V06-21-page8.txt: [('ti', 'e')]
ST18800610-V06-22-page11.txt: [('ASSOCIA', 'TION')]
ST18800610-V06-22-page12.txt: [('pre', 'vailing'), ('ti', 't'), ('Mc', 'Allister')]
ST18800610-V06-22-page8.txt: [('co', 'oper')]
ST18800610-V06-22-page9.txt: [('CANB', 'Y')]
ST18800617-V06-23-page11.txt: [('ASSOCIA', 'TION'), ('re', 'elected')]
ST18800617-V06-23-page12.txt: [('Mc', 'Allister'), ('Baltimo', 're')]
ST18800617-V06-23-page2.txt: [('brighteni', 'ng')]
ST18800617-V06-23-page7.txt: [('DA', 'Y')]
ST18800624-V06-24-page11.txt: [('ASSOCIA', 'TION'), ('NE', 'WS')]
ST18800624-V06-24-page12.txt: [('al', 'ways'), ('Mc', 'Allister')]
ST18800624-V06-24-page2.txt: [('stam', 'ps')]
ST18800624-V06-24-page3.txt: [('fa', 'shion')]
ST18800624-V06-24-page7.txt: [('ment', 'or')]
ST18800624-V06-24-page9.txt: [('th', 'in')]
ST18800701-V06-25-page11.txt: [('ASSOCIA', 'TION'), ('re', 'opened')]
ST18800701-V06-25-page12.txt: [('Mc', 'Allister'), ('IC', 'E')]
ST18800701-V06-25-page2.txt: [('co', 'operate')]
ST18800701-V06-25-page4.txt: [('re', 'A')]
ST18800701-V06-25-page8.txt: [('co', 'workers')]
ST18800701-V06-25-page9.txt: [('al', 'ways')]
ST18800708-V06-26-page1.txt: [('TH', 'E')]
ST18800708-V06-26-page11.txt: [('ASSOCIA', 'TION')]
ST18800708-V06-26-page12.txt: [('Mc', 'Allister')]
ST18800708-V06-26-page6.txt: [('Pedo', 'baptists')]
ST18800715-V06-27-page1.txt: [('ta', 'r')]
ST18800715-V06-27-page10.txt: [('sho', 'uld')]
ST18800715-V06-27-page12.txt: [('Pedo', 'Baptists')]
ST18800715-V06-27-page2.txt: [('imbe', 'cility'), ('sto', 're'), ('re', 'IN')]
ST18800715-V06-27-page8.txt: [('motiv', 'e')]
ST18800722-V06-28-page12.txt: [('Mc', 'Allister'), ('Litch', 'is')]
ST18800722-V06-28-page2.txt: [('si', 'n'), ('pre', 'millennial')]
ST18800722-V06-28-page5.txt: [('hil', 'a')]
ST18800722-V06-28-page8.txt: [('tes', 'timony')]
ST18800729-V06-29-page6.txt: [('giv', 'en')]
ST18800812-V06-30-page11.txt: [('ct', 's')]
ST18800812-V06-30-page8.txt: [('VACA', 'VILLE')]
ST18800819-V06-31-page12.txt: [('DIREC', 'TORY')]
ST18800819-V06-31-page2.txt: [('ment', 'on')]
ST18800819-V06-31-page3.txt: [('th', 'e')]
ST18800819-V06-31-page7.txt: [('sev', 'enth')]
ST18800826-V06-32-page12.txt: [('ob', 'tained'), ('Pre', 'millenarian')]
ST18800902-V06-33-page12.txt: [('re', 'S')]
ST18800902-V06-33-page4.txt: [('ch', 'e')]
ST18800902-V06-33-page5.txt: [('th', 'e')]
ST18800902-V06-33-page6.txt: [('redemp', 'tion')]
ST18800902-V06-33-page7.txt: [('sed', 'an'), ('ex', 'more')]
ST18800909-V06-34-page11.txt: [('re', 'imburse'), ('th', 'a')]
ST18800909-V06-34-page12.txt: [('brethre', 'n')]
ST18800909-V06-34-page7.txt: [('conse', 'crated')]
ST18800909-V06-34-page8.txt: [('co', 'operate'), ('re', 'examine')]
ST18800916-V06-35-page10.txt: [('railroa', 'ds')]
ST18800916-V06-35-page11.txt: [('re', 'm'), ('th', 'a'), ('fi', 're')]
ST18800916-V06-35-page12.txt: [('pu', 'ri'), ('PP', 'r'), ("ev'", 'ry'), ('ach', 'ing'), ('wa', 'ters'), ('crys', 'tal'), ('lus', 'tre'), ('heav', 'en')]
ST18800916-V06-35-page5.txt: [('LOV', 'EST')]
ST18800930-V06-36-page11.txt: [('th', 'e')]
ST18800930-V06-36-page5.txt: [('th', 'or')]
ST18800930-V06-36-page6.txt: [('co', 'operation')]
ST18800930-V06-36-page8.txt: [('re', 'elected')]
ST18800930-V06-36-page9.txt: [('co', 'operate'), ('SA', 'UK')]
ST18801007-V06-37-page10.txt: [('un', 'loving')]
ST18801007-V06-37-page12.txt: [('re', 'districted'), ('partic', 'ular')]
ST18801007-V06-37-page5.txt: [('hav', 'e')]
ST18801007-V06-37-page8.txt: [('co', 'operate')]
ST18801014-V06-38-page11.txt: [('th', 'in'), ('NE', 'WS')]
ST18801014-V06-38-page12.txt: [('Redemptio', 'n')]
ST18801014-V06-38-page2.txt: [('PRA', 'YER'), ('co', 'laborer')]
ST18801014-V06-38-page3.txt: [('ment', 'he')]
ST18801014-V06-38-page5.txt: [('SUPERIN', 'TENDENT'), ('ment', 'or'), ('homewa', 'rd')]
ST18801021-V06-39-page11.txt: [('ti', 'the')]
ST18801021-V06-39-page12.txt: [('TI', 'E')]
ST18801021-V06-39-page2.txt: [('ple', 'as')]
ST18801021-V06-39-page4.txt: [('re', 'sent')]
ST18801021-V06-39-page5.txt: [('bo', 'a')]
ST18801021-V06-39-page6.txt: [('appli', 'cation'), ('pre', 'figures')]
ST18801028-V06-40-page10.txt: [('PRA', 'YERLESS')]
ST18801028-V06-40-page11.txt: [('tem', 'a'), ('th', 'a')]
ST18801028-V06-40-page12.txt: [('Mc', 'Dowell')]
ST18801028-V06-40-page3.txt: [('mo', 'a')]
ST18801028-V06-40-page8.txt: [('th', 'ere')]
ST18801028-V06-40-page9.txt: [('G.', '')]
ST18801104-V06-41-page10.txt: [('WA', 'IT')]
ST18801104-V06-41-page5.txt: [('bo', 'a')]
ST18801104-V06-41-page6.txt: [('pedo', 'baptists')]
ST18801104-V06-41-page8.txt: [('wil', 'No')]
ST18801111-V06-42-page12.txt: [('Lesi', 'ons'), ('th', 'or'), ('NE', 'W')]
ST18801111-V06-42-page2.txt: [('Re', 'signs')]
ST18801111-V06-42-page3.txt: [('pre', 'eminently'), ('re', 'enters')]
ST18801111-V06-42-page6.txt: [('Re', 'deemer')]
ST18801111-V06-42-page7.txt: [('pre', 'eminently'), ('re', 'ferred')]
ST18801118-V06-43-page11.txt: [('ti', 'de'), ('EXPE', 'RIENCE'), ('PREVEN', 'TION')]
ST18801118-V06-43-page2.txt: [('RESUR', 'RECTION')]
ST18801118-V06-43-page3.txt: [('re', 'Vile')]
ST18801118-V06-43-page4.txt: [('re', 'enactment')]
ST18801118-V06-43-page5.txt: [('th', 'o')]
ST18801118-V06-43-page9.txt: [('palpi', 'tation')]
ST18801125-V06-44-page11.txt: [('th', 'a'), ('bo', 'a')]
ST18801125-V06-44-page7.txt: [('festi', 'val')]
ST18801125-V06-44-page8.txt: [('re', 'introduced')]
ST18801202-V06-45-page12.txt: [('SC', 'HOOL'), ('wea', 'ry'), ('Je', 'sus'), ('sto', 'ry')]
ST18801202-V06-45-page14.txt: [('M.', ''), ('HOLIDA', 'Y'), ('BI', 'BLE')]
ST18801202-V06-45-page5.txt: [('quent', 'in')]
ST18801202-V06-45-page6.txt: [('ta', 'ught')]
ST18801202-V06-45-page8.txt: [('pa', 'I')]
ST18801202-V06-45-page9.txt: [('dren', 'the'), ('MA', 'TTESON')]
ST18801209-V06-46-page1.txt: [('pa', 'd')]
ST18801209-V06-46-page11.txt: [('ID', 'A')]
ST18801209-V06-46-page12.txt: [('re', 'establish'), ('th', 'e'), ('Relig', 'ious')]
ST18801209-V06-46-page4.txt: [('Re', 'lived')]
ST18801209-V06-46-page7.txt: [('fel', 'low'), ('ex', 'It')]
ST18801209-V06-46-page8.txt: [('sar', 'castic')]
ST18801209-V06-46-page9.txt: [('li', 'THE')]
ST18801216-V06-47-page11.txt: [('SP', 'ARKLING')]
ST18801216-V06-47-page12.txt: [('Re', 'view'), ('Mc', 'Pherson')]
ST18801216-V06-47-page3.txt: [('Re', 'hear')]
ST18801216-V06-47-page4.txt: [('TERT', 'ULLIAN')]
ST18801216-V06-47-page5.txt: [('Wh', 'en')]
ST18801216-V06-47-page7.txt: [('ex', 'It')]
ST18801230-V06-48-page11.txt: [('Ge', 'm')]
ST18801230-V06-48-page12.txt: [('Ti', 'c')]
ST18801230-V06-48-page6.txt: [('consti', 'tute')]
ST18801230-V06-48-page7.txt: [('Revela', 'tion')]
ST18801230-V06-48-page9.txt: [('re', 'occupied')]
ST18810106-V07-01-page12.txt: [('TA', 'T'), ('circula', 'tion'), ('Beavert', 'on')]
ST18810106-V07-01-page2.txt: [('wi', 'de')]
ST18810106-V07-01-page8.txt: [('manuscr', 'ipts')]
ST18810113-V07-02-page4.txt: [('ment', 'he')]
ST18810113-V07-02-page7.txt: [('co', 'operation')]
ST18810113-V07-02-page9.txt: [('pand', 'as')]
ST18810120-V07-03-page11.txt: [('premiu', 'm')]
ST18810120-V07-03-page12.txt: [('RA', 'the')]
ST18810127-V07-04-page1.txt: [('wo', 'man'), ('un', 'Just')]
ST18810127-V07-04-page10.txt: [('sev', 'en')]
ST18810127-V07-04-page11.txt: [('re', 'elected')]
ST18810127-V07-04-page12.txt: [('co', 'operative')]
ST18810127-V07-04-page2.txt: [('re', 'enact')]
ST18810127-V07-04-page7.txt: [('co', 'ordinate')]
ST18810203-V07-05-page10.txt: [('SA', 'Y')]
ST18810203-V07-05-page12.txt: [('ct', 's'), ('IG', 'N'), ('cata', 'logues')]
ST18810203-V07-05-page3.txt: [('opportu', 'nities')]
ST18810203-V07-05-page5.txt: [('re', 'creates')]
ST18810203-V07-05-page8.txt: [('re', 'In')]
ST18810210-V07-06-page3.txt: [('pre', 'existence')]
ST18810210-V07-06-page7.txt: [('re', 'adjust')]
ST18810210-V07-06-page9.txt: [('Pt', 'S')]
ST18810217-V07-07-page1.txt: [('relig', 'ion'), ('throu', 'gh')]
ST18810217-V07-07-page10.txt: [('re', 'taught')]
ST18810217-V07-07-page11.txt: [('expen', 'ses')]
ST18810217-V07-07-page4.txt: [('th', 'em')]
ST18810217-V07-07-page5.txt: [('ex', 'ceeded')]
ST18810217-V07-07-page6.txt: [('th', 'e')]
ST18810217-V07-07-page8.txt: [('ment', 'or')]
ST18810224-V07-08-page12.txt: [('partic', 'ulars'), ('th', 'e'), ('Ja', 'pan')]
ST18810224-V07-08-page4.txt: [('dar', 'in'), ('th', 'esis')]
ST18810303-V07-09-page11.txt: [('re', 'opening'), ('th', 'at')]
ST18810303-V07-09-page12.txt: [('co', 'operation')]
ST18810303-V07-09-page3.txt: [('th', 'y')]
ST18810303-V07-09-page4.txt: [('co', 'operation')]
ST18810303-V07-09-page5.txt: [('un', 'Crown')]
ST18810303-V07-09-page6.txt: [('re', 'Admitting')]
ST18810303-V07-09-page7.txt: [('pre', 'ordained')]
ST18810303-V07-09-page9.txt: [('TEM', 'PERANCE')]
ST18810310-V07-10-page5.txt: [('Ch', 'rysostom')]
ST18810310-V07-10-page8.txt: [('hav', 'ing')]
ST18810310-V07-10-page9.txt: [('suf', 'I')]
ST18810317-V07-11-page4.txt: [('ful', 'as')]
ST18810317-V07-11-page8.txt: [('un', 'Christian')]
ST18810324-V07-12-page11.txt: [('ay', 'In'), ('th', 'a')]
ST18810324-V07-12-page7.txt: [('re', 'In')]
ST18810331-V07-13-page12.txt: [('hous', 'ehold')]
ST18810331-V07-13-page4.txt: [('ESA', 'U'), ('re', 'purchased')]
ST18810331-V07-13-page6.txt: [('conscien', 'tiously'), ('co', 'incides')]
ST18810331-V07-13-page7.txt: [('re', 'open')]
ST18810331-V07-13-page8.txt: [('pre', 'existent'), ('ac', 'ceptably')]
ST18810407-V07-14-page12.txt: [('IG', 'N'), ('medi', 'as')]
ST18810407-V07-14-page5.txt: [('Bi', 'ble')]
ST18810407-V07-14-page6.txt: [('impor', 'tant')]
ST18810407-V07-14-page7.txt: [('CA', 'USE'), ('co', 'operate')]
ST18810414-V07-15-page11.txt: [('re', 'election')]
ST18810414-V07-15-page12.txt: [('Reli', 'gious'), ('re', 'Tract'), ('Flexibl', 'e')]
ST18810414-V07-15-page2.txt: [('Ch', 'ristian')]
ST18810414-V07-15-page6.txt: [('holi', 'ness')]
ST18810421-V07-16-page10.txt: [('co', 'al')]
ST18810421-V07-16-page6.txt: [('Re', 'Sign')]
ST18810421-V07-16-page9.txt: [('PO', 'VERTY')]
ST18810505-V07-17-page11.txt: [('Dra', 'matic')]
ST18810505-V07-17-page2.txt: [('wo', 'of')]
ST18810505-V07-17-page3.txt: [('Th', 'e'), ('striv', 'ing'), ('SPREA', 'DING')]
ST18810505-V07-17-page6.txt: [('ex', 'celled')]
ST18810505-V07-17-page7.txt: [('co', 'operation')]
ST18810505-V07-17-page9.txt: [('STOC', 'K'), ('re', 'assembling')]
ST18810512-V07-18-page1.txt: [('ma', 'I')]
ST18810512-V07-18-page11.txt: [('th', 'rone')]
ST18810512-V07-18-page4.txt: [('wh', 'at'), ('re', 'ward')]
ST18810519-V07-19-page12.txt: [('re', 'elected'), ('fa', 'ts')]
ST18810519-V07-19-page7.txt: [('pre', 'eminence')]
ST18810526-V07-20-page1.txt: [('pre', 'served')]
ST18810526-V07-20-page2.txt: [('dren', 'the')]
ST18810526-V07-20-page7.txt: [('re', 'enacted')]
ST18810602-V07-21-page12.txt: [('CA', 'MP')]
ST18810602-V07-21-page4.txt: [('co', 'heir')]
ST18810602-V07-21-page5.txt: [('Instruc', 'tors')]
ST18810602-V07-21-page6.txt: [('decalo', 'gue')]
ST18810609-V07-22-page11.txt: [('ac', 'companied')]
ST18810609-V07-22-page12.txt: [('li', 'the')]
ST18810609-V07-22-page6.txt: [('compan', 'ions')]
ST18810609-V07-22-page7.txt: [('re', 'enacted')]
ST18810616-V07-23-page11.txt: [('th', 'in')]
ST18810616-V07-23-page12.txt: [('Ca', 'n'), ('th', 'e')]
ST18810616-V07-23-page2.txt: [('ment', 'or')]
ST18810616-V07-23-page6.txt: [('co', 'incide'), ('pre', 'sumption')]
ST18810616-V07-23-page9.txt: [('ev', 'es'), ('Ch', 'ristian')]
ST18810623-V07-24-page10.txt: [('re', 'But')]
ST18810623-V07-24-page11.txt: [('th', 'e'), ('ac', 'companied')]
ST18810623-V07-24-page12.txt: [('re', 'marks')]
ST18810623-V07-24-page2.txt: [('Vo', 'l'), ('co', 'laborers')]
ST18810623-V07-24-page7.txt: [('spea', 'k')]
ST18810623-V07-24-page8.txt: [('MIS', 'SIONARY')]
ST18810630-V07-25-page11.txt: [('NE', 'WS')]
ST18810630-V07-25-page12.txt: [('BR', 'EVIER')]
ST18810630-V07-25-page3.txt: [('em', 'its'), ('re', 'St')]
ST18810630-V07-25-page4.txt: [('bo', 'no')]
ST18810630-V07-25-page9.txt: [('M.', '')]
ST18810714-V07-26-page10.txt: [('fi', 're')]
ST18810714-V07-26-page12.txt: [('BR', 'EVIER')]
ST18810714-V07-26-page2.txt: [('co', 'extensive')]
ST18810714-V07-26-page6.txt: [('ment', 'or')]
ST18810721-V07-27-page11.txt: [('re', 'marks')]
ST18810721-V07-27-page12.txt: [('ti', 'e')]
ST18810721-V07-27-page7.txt: [('frus', 'trated')]
ST18810728-V07-28-page12.txt: [('railr', 'oad')]
ST18810728-V07-28-page4.txt: [('Nebuchadn', 'ezzar')]
ST18810728-V07-28-page6.txt: [('resurrec', 'tion'), ('co', 'incide'), ('congreg', 'ation')]
ST18810728-V07-28-page7.txt: [('pre', 'eminence')]
ST18810804-V07-29-page12.txt: [('re', 'districted'), ('occa', 'sion'), ('bo', 'ts')]
ST18810804-V07-29-page5.txt: [('co', 'workers'), ('pre', 'occupied')]
ST18810804-V07-29-page6.txt: [('ch', 'annel'), ('organi', 'zation'), ('em', 'braced'), ('influ', 'ences')]
ST18810811-V07-30-page3.txt: [('Neo', 'Platonism'), ('re', 'creates')]
ST18810818-V07-31-page11.txt: [('wi', 'de')]
ST18810818-V07-31-page12.txt: [('po', 'sition')]
ST18810818-V07-31-page5.txt: [('luminou', 's'), ('re', 'entered')]
ST18810818-V07-31-page6.txt: [('declara', 'tions'), ('Pedo', 'Baptist')]
ST18810818-V07-31-page9.txt: [('triumphan', 't')]
ST18810825-V07-32-page10.txt: [('DREA', 'MT')]
ST18810825-V07-32-page11.txt: [('Fr', 'is'), ('se', 'ts')]
ST18810825-V07-32-page2.txt: [('vere', 'in')]
ST18810825-V07-32-page3.txt: [('re', 'enacted')]
ST18810825-V07-32-page6.txt: [('al', 'I'), ('TA', 'I')]
ST18810825-V07-32-page8.txt: [('th', 'in'), ('ple', 'at')]
ST18810901-V07-33-page11.txt: [('argu', 'ments')]
ST18810901-V07-33-page12.txt: [('re', 'nown'), ('sor', 'row'), ('ev', 'er'), ('py', 'E'), ('RE', 'VENUE'), ('wron', 'g'), ('co', 'operate'), ('mor', 'tal')]
ST18810908-V07-34-page10.txt: [('GRA', "Y'S")]
ST18810908-V07-34-page12.txt: [('IL', 'L'), ('DENIA', 'L'), ('co', 'operate')]
ST18810908-V07-34-page4.txt: [('ment', 'on')]
ST18810915-V07-35-page11.txt: [('Flexibl', 'e')]
ST18810915-V07-35-page12.txt: [('Se', 'pt'), ('pre', 'eminence'), ('co', 'operate')]
ST18810915-V07-35-page3.txt: [('SeL', 'A')]
ST18810915-V07-35-page4.txt: [('sering', 'a'), ('bo', 'A')]
ST18810915-V07-35-page5.txt: [('cunn', 'ing')]
ST18810915-V07-35-page7.txt: [('Whatso', 'ever')]
ST18810922-V07-36-page11.txt: [('th', 'a')]
ST18810922-V07-36-page12.txt: [('SI', 'NS'), ('co', 'operate'), ('TH', 'E')]
ST18810922-V07-36-page5.txt: [('re', 'conquering')]
ST18810929-V07-37-page1.txt: [('founta', 'in')]
ST18810929-V07-37-page12.txt: [('co', 'operate')]
ST18810929-V07-37-page6.txt: [('CHRISTIANIT', 'Y')]
ST18810929-V07-37-page9.txt: [('un', 'knot')]
ST18811006-V07-38-page12.txt: [('co', 'operate')]
ST18811006-V07-38-page4.txt: [('ment', 'or')]
ST18811013-V07-39-page12.txt: [('CA', 'MP')]
ST18811013-V07-39-page2.txt: [('re', 'Acts')]
ST18811013-V07-39-page4.txt: [('Nibelungen', 'Lied'), ('impe', 'rfect')]
ST18811013-V07-39-page6.txt: [('ment', 'or')]
ST18811013-V07-39-page7.txt: [('proph', 'ecy'), ('co', 'laborers')]
ST18811027-V07-40-page1.txt: [('ti', 'p')]
ST18811027-V07-40-page12.txt: [('demi', 'monde')]
ST18811027-V07-40-page6.txt: [('cer', 'tain')]
ST18811103-V07-41-page11.txt: [('id', 'A')]
ST18811103-V07-41-page12.txt: [('re', 'elected')]
ST18811110-V07-42-page11.txt: [('un', 'A'), ('Vin', 'A')]
ST18811110-V07-42-page9.txt: [('CA', 'LIFORNIA'), ('M.', ''), ('co', 'operate')]
ST18811117-V07-43-page10.txt: [('exclama', 'tion')]
ST18811117-V07-43-page11.txt: [('re', 'enforcements')]
ST18811117-V07-43-page12.txt: [('re', 'working'), ('ANALYT', 'ICAL')]
ST18811117-V07-43-page3.txt: [('charac', 'A')]
ST18811117-V07-43-page5.txt: [('dili', 'A')]
ST18811117-V07-43-page9.txt: [('ab', 'ut')]
ST18811124-V07-44-page1.txt: [('ang', 'uish'), ('un', 'to')]
ST18811124-V07-44-page6.txt: [('ig', 'n')]
ST18811124-V07-44-page7.txt: [('co', 'operating')]
ST18811201-V07-45-page1.txt: [('rou', 't')]
ST18811201-V07-45-page12.txt: [('TI', 'MES')]
ST18811201-V07-45-page3.txt: [('elabo', 'rated')]
ST18811201-V07-45-page5.txt: [('bo', 'on')]
ST18811201-V07-45-page6.txt: [('ab', 'sence'), ('co', 'operation')]
ST18811208-V07-46-page11.txt: [('THEORIE', 's')]
ST18811208-V07-46-page8.txt: [('co', 'operating')]
ST18811215-V07-47-page12.txt: [('re', 'districting'), ('ba', 'the'), ('brot', 'herhoods')]
ST18811215-V07-47-page5.txt: [('Bene', 'Berak')]
ST18811215-V07-47-page8.txt: [('wh', 'en'), ('ASHA', 'MED')]
ST18811222-V07-48-page1.txt: [('wA', 'Ils')]
ST18811222-V07-48-page11.txt: [('eV', 'A')]
ST18811222-V07-48-page12.txt: [('re', 'elected'), ('Al', 'D')]
ST18811222-V07-48-page13.txt: [('Immor', 'tality'), ('Dar', 'win')]
ST18811222-V07-48-page14.txt: [('Re', 'read'), ('wi', 'I')]
ST18811222-V07-48-page2.txt: [('re', 'elected')]
ST18811222-V07-48-page5.txt: [('pre', 'existent')]
ST18820105-V08-01-page11.txt: [('Schol', 'ars'), ('fu', 'ture'), ('posi', 'tion'), ('re', 'maining'), ('trespas', 'sers'), ('cov', 'eted'), ('expedi', 'tion'), ('ex', 'ploring'), ('emi', 'grate'), ('es', 'tablish'), ('em', 'bezzled'), ('ob', 'tained'), ('Ex', 'aminer'), ('unwar', 'rantable'), ('prosecu', 'tion'), ('ab', 'solute'), ('cel', 'ebrated')]
ST18820105-V08-01-page12.txt: [('Re', 'Union'), ('Southamp', 'ton'), ('re', 'mains'), ('indi', 'cates'), ('degen', 'erate'), ('humilia', 'tion'), ('un', 'deserved'), ('accompa', 'nied'), ('ex', 'planation'), ('conver', 'sion'), ('manu', 'facture'), ('resolu', 'tion'), ('prac', 'ticed')]
ST18820105-V08-01-page5.txt: [('ap', 'pearing'), ('appli', 'cation'), ('consecra', 'tion'), ('shep', 'herds'), ('handi', 'craft'), ('knowl', 'edge'), ('ful', 'filled')]
ST18820105-V08-01-page6.txt: [('Constitu', 'tion'), ('invi', 'tation'), ('obliga', 'tion'), ('incor', 'porated'), ('influ', 'ence'), ('ob', 'servance'), ('spe', 'cial'), ('co', 'op'), ('Chal', 'daic'), ('invita', 'tion'), ('estab', 'lishment'), ('op', 'eration'), ('re', 'ceived')]
ST18820105-V08-01-page7.txt: [('oppres', 'sion'), ('ex', 'pect'), ('har', 'monious'), ('conven', 'ience'), ('sev', 'eral'), ('enlight', 'ened'), ('identi', 'cal'), ('noth', 'ing'), ('re', 'sult'), ('ac', 'count')]
ST18820105-V08-01-page8.txt: [('ordina', 'tion'), ('recom', 'mend'), ('breth', 'ren'), ('quali', 'fications'), ('ren', 'in')]
ST18820105-V08-01-page9.txt: [('al', 'ways'), ('ex', 'ceedingly'), ('intox', 'icants'), ('se', 'cured'), ('treacher', 'ous'), ('re', 'formation')]
ST18820112-V08-02-page11.txt: [('moder', 'ation'), ('re', 'solve'), ('popula', 'tion'), ('suc', 'ceeds'), ('constitu', 'tional'), ('independ', 'ence'), ('Janu', 'ary'), ('dif', 'ferent')]
ST18820112-V08-02-page12.txt: [('re', 'ceived'), ('Congrega', 'tional'), ('accompa', 'nied'), ('compara', 'tively'), ('cele', 'brated')]
ST18820112-V08-02-page2.txt: [('ap', 'pease'), ('separat', 'ing'), ('blas', 'pheming'), ('sar', 'castic'), ('knowl', 'edge'), ('un', 'feeling'), ('eter', 'nal'), ('re', 'serve')]
ST18820112-V08-02-page4.txt: [('Un', 'der'), ('exten', 'sion'), ('fre', 'quently'), ('Thes', 'salonian'), ('magni', 'fying'), ('Tes', 'tament'), ('pre', 'tending'), ('un', 'aided')]
ST18820112-V08-02-page6.txt: [('diffi', 'culty'), ('popu', 'larly'), ('ex', 'plaining'), ('applica', 'tion'), ('abro', 'gation'), ('hu', 'mility'), ('accom', 'plish'), ('resur', 'rection'), ('re', 'demption')]
ST18820112-V08-02-page7.txt: [('oppres', 'sion'), ('misde', 'meanor'), ('ex', 'cluded'), ('cer', 'tainly'), ('Legisla', 'ture'), ('hav', 'ing'), ('distin', 'guishing'), ('crys', 'tal')]
ST18820119-V08-03-page10.txt: [('ex', 'amined'), ('argu', 'ment'), ('ac', 'cording')]
ST18820119-V08-03-page11.txt: [('re', 'duced'), ('condemna', 'tion'), ('sev', 'eral'), ('atten', 'tion'), ('proprie', 'tors'), ('Sa', 'hara'), ('nec', 'essary'), ('passen', 'gers'), ('ex', 'traordinary'), ('combi', 'nation')]
ST18820119-V08-03-page12.txt: [('Southamp', 'ton'), ('re', 'ports'), ('Loughbor', 'ough'), ('explo', 'sion'), ('indi', 'viduals'), ('un', 'der'), ('thermom', 'eter'), ('issu', 'ing'), ('accom', 'pany'), ('opportuni', 'ties')]
ST18820119-V08-03-page6.txt: [('vehe', 'mently')]
ST18820119-V08-03-page7.txt: [('inno', 'cence'), ('chil', 'dren'), ('suf', 'fering'), ('impor', 'tant'), ('disci', 'ples'), ('consid', 'eration'), ('acknowledg', 'ment'), ('suc', 'cess'), ('re', 'ceive')]
ST18820119-V08-03-page8.txt: [('sor', 'rowing'), ('ex', 'pressed'), ('repre', 'sent'), ('espe', 'cially'), ('tem', 'poral'), ('gos', 'pel'), ('un', 'derstood'), ('mis', 'sionaries'), ('re', 'sponded')]
ST18820119-V08-03-page9.txt: [('experi', 'ence'), ('ex', 'perience'), ('pa', 'th'), ('coun', 'tries'), ('injunc', 'tions'), ('ses', 'sion'), ('pre', 'vented'), ('un', 'derstood'), ('exhorta', 'tions'), ('mis', 'sionary'), ('re', 'main'), ('Loughbor', 'ough')]
ST18820126-V08-04-page1.txt: [('Oth', 'er'), ('obe', 'dience'), ('destruc', 'tion'), ('grati', 'tude'), ('se', 'cret'), ('co', 'operation'), ('provi', 'dence'), ('theat', 'rical'), ('Busi', 'ness'), ('re', 'peated')]
ST18820126-V08-04-page11.txt: [('re', 'marks'), ('insur', 'rection'), ('th', 'a'), ('uncon', 'stitutional'), ('Ea', 'gle'), ('insurrec', 'tion'), ('wor', 'k'), ('demonstra', 'tion'), ('ac', 'cessions')]
ST18820126-V08-04-page12.txt: [('pre', 'millennial'), ('re', 'port'), ('indi', 'cates'), ('infirmi', 'ties'), ('th', 'in'), ('ple', 'as'), ('Healds', 'burg'), ('relig', 'ious'), ('peo', 'ple'), ('Tem', 'plars'), ('dif', 'ficulty')]
ST18820126-V08-04-page4.txt: [('AV', 'e'), ('deposi', 'TION'), ('co', 'workers'), ('re', 'poses')]
ST18820126-V08-04-page5.txt: [('Litera', 'ture'), ('asser', 'tions'), ('bene', 'fited'), ('Tay', 'lor'), ('seri', 'ous'), ('accompa', 'nied'), ('precipitat', 'ing'), ('exer', 'tion'), ('blas', 'phemous')]
ST18820126-V08-04-page6.txt: [('culti', 'vate'), ('appre', 'ciate'), ('spe', 'cial'), ('consola', 'tion'), ('posi', 'tion'), ('consid', 'ered'), ('re', 'bellion'), ('divis', 'ions'), ('ac', 'cord')]
ST18820126-V08-04-page7.txt: [('dili', 'gent'), ('justi', 'fied'), ('observ', 'ing'), ('contradic', 'tory'), ('monu', 'ment'), ('su', 'premacy'), ('responsi', 'bilities'), ('abom', 'inations'), ('inevi', 'table'), ('congre', 'gations'), ('vin', 'dicated'), ('dedi', 'cated')]
ST18820126-V08-04-page8.txt: [('deliv', 'ered'), ('Alexan', 'dria'), ('ap', 'pointed'), ('repre', 'senting'), ('Al', 'though'), ('mo', 'ment'), ('sacri', 'fice'), ('mak', 'ing'), ('Heav', "en's"), ('co', 'workers'), ('ef', 'forts'), ('re', 'sult')]
ST18820126-V08-04-page9.txt: [('condi', 'tion'), ('fre', 'quent'), ('imple', 'ments'), ('ig', 'norant'), ('Philadel', 'phia'), ('denun', 'ciation'), ('excom', 'municated'), ('re', 'past'), ('diges', 'tive')]
ST18820202-V08-05-page11.txt: [('poli', 'tician'), ('re', 'morseful'), ('Consti', 'tution'), ('manufac', 'ture'), ('sylla', 'bles'), ('seri', 'ously'), ('inno', 'cent'), ('ap', 'ply'), ('depu', 'tation')]
ST18820202-V08-05-page12.txt: [('Southamp', 'ton'), ('indi', 'cates'), ('argu', 'ment'), ('accompa', 'nied'), ('ex', 'aggerate'), ('peo', 'ple'), ('coun', 'teract')]
ST18820202-V08-05-page2.txt: [('irrever', 'ence'), ('popu', 'lar'), ('obliga', 'tion'), ('prin', 'ciples'), ('offscour', 'ing'), ('noth', 'ing'), ('declar', 'ation'), ('busi', 'ness'), ('testi', 'mony'), ('si', 'lenced'), ('re', 'ligion'), ('recog', 'nize'), ('ecclesi', 'astical')]
ST18820202-V08-05-page4.txt: [('Ch', 'ristian')]
ST18820202-V08-05-page5.txt: [('Noth', 'ing'), ('Un', 'der'), ('indiffer', 'ent'), ('encum', 'brance'), ('coun', 'teract'), ('accusa', 'tion'), ('sug', 'gestive'), ('impor', 'tance'), ('instruc', 'tion'), ('un', 'certainty')]
ST18820202-V08-05-page6.txt: [('Oba', 'diah'), ('Mal', 'achi'), ('re', 'turn')]
ST18820202-V08-05-page7.txt: [('ap', 'peared'), ('Mo', 'hammedanism'), ('Pa', 'ganism'), ('hea', 'then'), ('sanc', 'tification'), ('sev', 'enth'), ('conscien', 'tiously'), ('mak', 'ing'), ('proph', 'ecy'), ('distin', 'guished'), ('integ', 'rity'), ('re', 'ligious')]
ST18820202-V08-05-page8.txt: [('educa', 'tion'), ('appar', 'ently'), ('cruci', 'fied'), ('obliga', 'tion'), ('sacri', 'fices'), ('qual', 'ities'), ('mis', 'sions'), ('re', 'garded'), ('ac', 'cident')]
ST18820209-V08-06-page10.txt: [('dif', 'ferent')]
ST18820209-V08-06-page12.txt: [('Satur', 'day'), ('Southamp', 'ton'), ('ment', 'on'), ('indi', 'cates'), ('Mc', 'Allister'), ('FA', 'LSE'), ('unan', 'imous'), ('wor', 'ship')]
ST18820209-V08-06-page2.txt: [('biogra', 'pher'), ('Medita', 'tion'), ('irrelev', 'ant'), ('ex', 'horter'), ('examin', 'ing'), ('ob', 'jections'), ('remarka', 'bly'), ('pre', 'dicted'), ('condem', 'nation'), ('estab', 'lished'), ('ac', 'knowledge')]
ST18820209-V08-06-page5.txt: [('teachin', 'g')]
ST18820209-V08-06-page6.txt: [('Un', 'til'), ('ex', 'presses'), ('Al', 'though'), ('uncir', 'cumcision'), ('consid', 'ering'), ('remem', 'brance'), ('natu', 'ral'), ('re', 'ceived'), ('Judaiz', 'ing'), ('ren', 'dered')]
ST18820209-V08-06-page7.txt: [('brev', 'ity'), ('obe', 'dience'), ('vio', 'lence'), ('athe', 'ism'), ('wea', 'riness'), ('ob', 'served'), ('acknowl', 'edge'), ('sanctifi', 'cation'), ('dif', 'ference'), ('ac', 'cording')]
ST18820209-V08-06-page8.txt: [('chil', 'dren'), ('fel', 'low'), ('pa', 'tience'), ('direc', 'tors'), ('em', 'ploys'), ('sug', 'gested'), ('tem', 'perance'), ('ver', 'dict'), ('oppor', 'tunity'), ('re', 'port')]
ST18820216-V08-07-page1.txt: [('oppres', 'sive'), ('condi', 'tion'), ('ex', 'cited'), ('deca', 'logue'), ('cer', 'tain'), ('mak', 'ing'), ('ob', 'ject'), ('strug', 'gling'), ('statu', 'tory'), ('argu', 'ments'), ('posi', 'tion'), ('suffi', 'cient'), ('un', 'conditional'), ('examina', 'tion'), ('revolu', 'tion')]
ST18820216-V08-07-page11.txt: [('indi', 'cates'), ('consti', 'tute'), ('accompa', 'nied'), ('reviva', 'lists'), ('co', 'religionists'), ('swind', 'lers')]
ST18820216-V08-07-page12.txt: [('posi', 'tive'), ('re', 'marks'), ('loca', 'tion'), ('estab', 'lished'), ('Healds', 'burg'), ('ascer', 'tain'), ('Ameri', 'cans'), ('po', 'sition'), ('responsi', 'ble'), ('becom', 'ing')]
ST18820216-V08-07-page4.txt: [('misunder', 'standing'), ('ex', 'plains'), ('Sev', 'enty'), ('ful', 'fillment'), ('ab', 'ruptly'), ('ori', 'ginal'), ('Dic', 'tionary'), ('sev', 'enty'), ('sanc', 'tuary'), ('signifi', 'cation'), ('hav', 'ing'), ('instruc', 'tion'), ('ministra', 'tion'), ('Ga', 'briel'), ('re', 'corded')]
ST18820216-V08-07-page5.txt: [('opin', 'ion'), ('Har', 'mony'), ('Jerusa', 'lem'), ('informa', 'tion'), ('igno', 'rant'), ('accom', 'plishment'), ('natur', 'ally'), ('eigh', 'teen'), ('re', 'pentance')]
ST18820216-V08-07-page6.txt: [('lan', 'guage'), ('prin', 'ciple'), ('Janu', 'ary'), ('testi', 'mony'), ('enforc', 'ing'), ('arbi', 'trary'), ('nec', 'essity'), ('dif', 'ficulty'), ('institu', 'tion'), ('re', 'turned')]
ST18820216-V08-07-page7.txt: [('ap', 'pear'), ('interposi', 'tion'), ('mo', 'ment'), ('cer', 'tainly'), ('obedi', 'ence'), ('oc', 'curred'), ('inspira', 'tion'), ('gos', 'pel'), ('provi', 'dence'), ('Jeru', 'salem'), ('re', 'markable')]
ST18820216-V08-07-page9.txt: [("Don'", 't')]
ST18820223-V08-08-page11.txt: [('GUI', 'DE')]
ST18820223-V08-08-page12.txt: [('reli', 'gion'), ('Southamp', 'ton'), ('Congrega', 'tional'), ('arti', 'cles'), ('profi', 'table'), ('vig', 'orously'), ('Vindi', 'cation'), ('citi', 'zens'), ('ac', 'cording')]
ST18820223-V08-08-page2.txt: [('ex', 'tremely')]
ST18820223-V08-08-page3.txt: [('infi', 'nitely'), ('ele', 'vating'), ('tem', 'per'), ('consequen', 'ces'), ('re', 'solved')]
ST18820223-V08-08-page4.txt: [('Re', 'scripts'), ('empow', 'ered'), ('ev', 'idence'), ('Nehe', 'miah'), ('har', 'monize'), ('sev', 'enty'), ('declar', 'ing'), ('Arta', 'xerxes'), ('suffi', 'cient'), ('restora', 'tion'), ('mis', 'fortune'), ('re', 'building')]
ST18820223-V08-08-page5.txt: [('appar', 'ently'), ('es', 'caped'), ('blas', 'phemy'), ('ob', 'lation'), ('adver', 'saries'), ('pre', 'sumptuous'), ('eter', 'nal'), ('undis', 'mayed')]
ST18820223-V08-08-page6.txt: [('foun', 'dations'), ('reli', 'gious'), ('destruc', 'tion'), ('redemp', 'tion'), ('re', 'deemed')]
ST18820223-V08-08-page7.txt: [('founda', 'tion'), ('condi', 'tions'), ('Cas', 'troville'), ('opportu', 'nity'), ('cele', 'bration'), ('ene', 'mies'), ('cer', 'tainty'), ('ob', 'ligation'), ('dispen', 'sation'), ('argu', 'ment'), ('advo', 'cates'), ('re', 'specting')]
ST18820223-V08-08-page9.txt: [('Illi', 'nois'), ('compre', 'hend'), ('ap', 'point'), ('indi', 'cates'), ('Relig', 'ious'), ('mak', 'ing'), ('pris', 'ons'), ('remun', 'eration'), ('readi', 'ness'), ('re', 'gard')]
ST18820302-V08-09-page11.txt: [('al', 'lowed'), ('Constitu', 'tion'), ('Re', 'marks'), ('activ', 'ity'), ('th', 'at'), ('uncon', 'genial'), ('manu', 'facturers'), ('co', 'laborer'), ('ap', 'propriated')]
ST18820302-V08-09-page12.txt: [('antici', 'pated'), ('vio', 'lating'), ('Satur', 'day'), ('Southamp', 'ton'), ('curi', 'osity'), ('re', 'spect'), ('indi', 'cates'), ('Mc', 'Allister'), ('resolu', 'tion'), ('significa', 'tion'), ('transla', 'tion')]
ST18820302-V08-09-page2.txt: [('chil', 'dren'), ('expe', 'rience'), ('affec', 'tion'), ('ap', 'proach'), ('compara', 'tively'), ('indul', 'gence'), ('pa', 'rents'), ('Pente', 'cost'), ('infi', 'dels'), ('expla', 'nation'), ('sanc', 'tioned'), ('se', 'duced'), ('believ', 'ers'), ('peo', 'ple'), ('nu', 'merous'), ('re', 'turn'), ('oppo', 'sition')]
ST18820302-V08-09-page3.txt: [('mathemat', 'ical'), ('ap', 'proaching'), ('ex', 'ecution'), ('patri', 'otic'), ('indigna', 'tion'), ('re', 'maining'), ('tempta', 'tion')]
ST18820302-V08-09-page4.txt: [('al', 'though'), ('neces', 'sary'), ('Alexan', 'drian'), ('ex', 'cept'), ('accom', 'plished'), ('perfec', 'tion'), ('respon', 'sible'), ('noth', 'ing'), ('chronol', 'ogy'), ('awk', 'wardness'), ('termina', 'tion'), ('suc', 'cess'), ('estab', 'lished'), ('re', 'sponsibility')]
ST18820302-V08-09-page5.txt: [('nar', 'row'), ('al', 'ways'), ('cruci', 'fixion'), ('prac', 'tical'), ('resur', 'rection'), ('insid', 'ious'), ('senti', 'ment'), ('edu', 'cation'), ('ambi', 'tion')]
ST18820302-V08-09-page6.txt: [('Sev', 'enth'), ('Independ', 'ent'), ('Presby', 'terian'), ('ment', 'he'), ('affili', 'ate'), ('un', 'conscious'), ('endeav', 'ors')]
ST18820302-V08-09-page7.txt: [('al', 'though'), ('individ', 'ual'), ('indi', 'vidual'), ('disbe', 'lieve'), ('impossi', 'bility'), ('accusa', 'tion'), ('accumu', 'lated'), ('obedi', 'ence'), ('ob', 'ligation'), ('recom', 'pensed'), ('inten', 'tions'), ('espec', 'ially'), ('unbe', 'lief'), ('re', 'ply'), ('ren', 'der')]
ST18820302-V08-09-page9.txt: [('ex', 'penditure'), ('repre', 'sents'), ('ob', 'jection'), ('dic', 'tionary'), ('intemper', 'ate'), ('um', 'brella'), ('remem', 'bered'), ('edu', 'cational'), ('pre', 'fer'), ('denuncia', 'tion'), ('corres', 'pondent'), ('estab', 'lished'), ('re', 'straint'), ('recog', 'nition')]
ST18820309-V08-10-page1.txt: [('condemna', 'tion'), ('consum', 'mate'), ('ex', 'press'), ('Nico', 'demus'), ('impor', 'tance'), ('ac', 'count')]
ST18820309-V08-10-page11.txt: [('objec', 'tion'), ('fu', 'ture'), ('ecclesi', 'a'), ('re', 'elected'), ('Congrega', 'tional'), ('Presby', 'terian'), ('suc', 'cessor'), ('neces', 'sary'), ('ris', 'ing'), ('constitu', 'tional'), ('manu', 'facture'), ('pleuro', 'pneumonia')]
ST18820309-V08-10-page12.txt: [('Satur', 'day'), ('Southamp', 'ton'), ('insti', 'tution'), ('re', 'sponsible'), ('Mc', 'Allister'), ('conse', 'cration'), ('founda', 'tion'), ('Healds', 'burg'), ('ex', 'hausted'), ('sepa', 'rate'), ('eventu', 'ally'), ('TH', 'u'), ('schol', 'ars')]
ST18820309-V08-10-page3.txt: [('Al', 'mighty'), ('hav', 'ing'), ('pre', 'served'), ('un', 'converted')]
ST18820309-V08-10-page6.txt: [('experi', 'ence'), ('expe', 'rience'), ('Sav', 'iour'), ('sev', 'eral'), ('spir', 'itual'), ('Fortu', 'nately'), ('ob', 'servations'), ('injuri', 'ous'), ('humili', 'ating'), ('consequen', 'ces'), ('bene', 'fit')]
ST18820309-V08-10-page7.txt: [('al', 'ways'), ('Healds', 'burg'), ('chil', 'dren'), ('injur', 'ing'), ('ex', 'empt'), ('prepara', 'tion'), ('guaran', 'tee'), ('preju', 'dice'), ('busi', 'ness'), ('testi', 'mony'), ('urg', 'ent'), ('instru', 'mentality'), ('pre', 'dominant')]
ST18820309-V08-10-page8.txt: [('diffi', 'culties'), ('conscien', 'tious'), ('acknowl', 'edgment'), ('un', 'derstood'), ('re', 'sults')]
ST18820316-V08-11-page11.txt: [('al', 'low'), ('vio', 'lent'), ('polyg', 'amous'), ('esti', 'mated'), ('ment', 'on'), ('re', 'ceived'), ('repudi', 'ated'), ('administra', 'tion'), ('Presby', 'terian'), ('circum', 'stances'), ('conse', 'quence'), ('suffi', 'cient'), ('Har', 'rison'), ('Parlia', 'ment'), ('indiffer', 'ence'), ('co', 'laborers'), ('condi', 'tion'), ('wor', 'ship'), ('ap', 'pear'), ('coun', 'try')]
ST18820316-V08-11-page12.txt: [('Satur', 'day'), ('Southamp', 'ton'), ('indi', 'cates'), ('Mc', 'Allister'), ('inhab', 'itants'), ('accompa', 'nied'), ('remem', 'ber')]
ST18820316-V08-11-page3.txt: [('sus', 'tain'), ('commun', 'ion'), ('untem', 'pered'), ('cer', 'tainty'), ('blas', 'phemy'), ('abol', 'ished'), ('suffi', 'cient'), ('un', 'til'), ('commen', 'surate'), ('Nebu', 'chadnezzar'), ('re', 'solved'), ('Nebuchad', 'nezzar')]
ST18820316-V08-11-page5.txt: [('regu', 'larity'), ('Presi', 'dent'), ('ap', 'peared'), ('ex', 'citement'), ('Al', 'pheus'), ('pa', 'tience'), ('convoca', 'tion'), ('excit', 'ing'), ('fi', 'd'), ('conver', 'sion'), ('impro', 'vised'), ('instruc', 'tion'), ('pre', 'sumptively'), ('mis', 'directed')]
ST18820316-V08-11-page6.txt: [('unde', 'sirable'), ('diffi', 'cult'), ('reli', 'gion'), ('compli', 'cations'), ('ex', 'pected'), ('obliga', 'tion'), ('Legis', 'lature'), ('unen', 'thusiastic'), ('sev', 'enth'), ('em', 'ployment'), ('ob', 'serve'), ('defin', 'itely'), ('elec', 'tion'), ('resur', 'rection'), ('un', 'avoidable'), ('asser', 'tion'), ('institu', 'tion'), ('re', 'sult'), ('ren', 'dered'), ('ac', 'complish')]
ST18820316-V08-11-page7.txt: [('resurrec', 'tion'), ('prin', 'ciple'), ('sanc', 'tified'), ('sanctifica', 'tion'), ('consti', 'tuted'), ('oth', 'ers'), ('respon', 'sible'), ('peo', 'ple'), ('notwithstand', 'ing'), ('knowl', 'edge'), ('re', 'ceive')]
ST18820323-V08-12-page10.txt: [('un', 'known'), ('deliber', 'ately'), ('exer', 'cise')]
ST18820323-V08-12-page12.txt: [('Satur', 'day'), ('Southamp', 'ton'), ('re', 'newing'), ('Mc', 'Allister'), ('prepara', 'tions'), ('em', 'braces'), ('ob', 'jectionable'), ('RELATI', 'ON')]
ST18820323-V08-12-page2.txt: [('wi', 'th')]
ST18820323-V08-12-page3.txt: [('extrem', 'ities')]
ST18820323-V08-12-page5.txt: [('aban', 'don'), ('ecclesias', 'tical'), ('ex', 'ample'), ('prepara', 'tion'), ('neglec', 'ted'), ('conscien', 'tiousness'), ('prac', 'tical'), ('espe', 'cially'), ('un', 'told'), ('schol', 'ars'), ('re', 'quire'), ('transla', 'tion')]
ST18820323-V08-12-page6.txt: [('univer', 'sal'), ('ap', 'probation'), ('individ', 'ual'), ('frus', 'trate'), ('conse', 'quences'), ('provi', 'dence'), ('re', 'buked')]
ST18820323-V08-12-page7.txt: [('sus', 'tain')]
ST18820323-V08-12-page9.txt: [('al', 'though'), ('ex', 'tracts'), ('Tem', 'perance'), ('prohi', 'bition'), ('appre', 'ciate'), ('pa', 'pers'), ('tre', 'mens'), ('coun', 'try'), ('Janu', 'ary'), ('prohib', 'itory'), ('lec', 'ture'), ('sani', 'tary'), ('ef', 'fect')]
ST18820330-V08-13-page10.txt: [('stran', 'ger'), ('sa', 'id'), ('nui', 'sances'), ('mur', 'derer')]
ST18820330-V08-13-page11.txt: [('ma', 'jority')]
ST18820330-V08-13-page12.txt: [('Satur', 'day'), ('Southamp', 'ton'), ('considera', 'ble'), ('re', 'act'), ('Conse', 'quently'), ('indi', 'cates'), ('Mc', 'Allister'), ('th', 'at'), ('ex', 'treme'), ('preser', 'vation'), ('busi', 'ness')]
ST18820330-V08-13-page2.txt: [('al', 'lowed'), ('wor', 'ship'), ('Pente', 'cost'), ('Bab', 'ylonians'), ('impa', 'tiently'), ('por', 'tion'), ('signif', 'icant'), ('em', 'barkation'), ('ob', 'vious'), ('grati', 'tude'), ('impor', 'tance'), ('invari', 'ably'), ('considera', 'tions'), ('re', 'garded')]
ST18820330-V08-13-page5.txt: [('ap', 'plause'), ('relig', 'ious'), ('vis', 'ited'), ('testi', 'mony'), ('valu', 'able'), ('un', 'just'), ('dif', 'ficulty')]
ST18820330-V08-13-page7.txt: [('da', 'y')]
ST18820330-V08-13-page8.txt: [('ex', 'perience'), ('privi', 'leges'), ('Presby', 'terian'), ('immor', 'tality'), ('vis', 'ited'), ('circum', 'stances'), ('co', 'operate'), ('un', 'belief'), ('revela', 'tion'), ('op', 'position'), ('re', 'deemed'), ('peniten', 'tiary'), ('ful', 'filling')]
ST18820403-V08-14-page11.txt: [('Re', 'marks'), ('cer', 'tainly'), ('obli', 'gation'), ('knowl', 'edge'), ('superin', 'tendent'), ('Soci', 'ety'), ('re', 'marks'), ('sel', 'fish'), ('testi', 'mony'), ('founda', 'tion'), ('chil', 'dren'), ('convic', 'tions'), ('culti', 'vated'), ('em', 'braced'), ('ap', 'proaching'), ('ac', 'quainted')]
ST18820403-V08-14-page12.txt: [('Satur', 'day'), ('Southamp', 'ton'), ('re', 'issued'), ('Mc', 'Allister'), ('th', 'in'), ('ex', 'tent'), ('occu', 'pied'), ('Associa', 'tion')]
ST18820403-V08-14-page2.txt: [('ex', 'tremely'), ('quan', 'tity'), ('sev', 'enth'), ('Naza', 'reth'), ('suc', 'cess'), ('pre', 'serve')]
ST18820403-V08-14-page3.txt: [('sanct', 'uary'), ('worldli', 'ness'), ('spir', 'itual'), ('Sanct', 'uary'), ('resur', 'rection'), ('eter', 'nal'), ('re', 'ceive')]
ST18820403-V08-14-page5.txt: [('TH', 'A')]
ST18820403-V08-14-page6.txt: [('munif', 'icent')]
ST18820403-V08-14-page8.txt: [('compre', 'hend'), ('unscript', 'ural'), ('peo', 'ple'), ('unsuspect', 'ing'), ('pre', 'sented'), ('un', 'deceived'), ('heav', 'enly'), ('advo', 'cating'), ('institu', 'tion')]
ST18820413-V08-15-page12.txt: [('Satur', 'day'), ('Na', 'tional'), ('Southamp', 'ton'), ('re', 'fused'), ('Socie', 'ties'), ('defi', 'nitely'), ('Mc', 'Allister'), ('arti', 'cle'), ('argu', 'ments'), ('ne', 'cessity'), ('busi', 'ness')]
ST18820413-V08-15-page2.txt: [('convic', 'tion'), ('Sev', 'enth'), ('Re', 'publicanism'), ('dia', 'bolic'), ('coun', 'try'), ('por', 'tion'), ('scru', 'ples'), ('influ', 'ential'), ('ostensi', 'bly'), ('ob', 'serve'), ('infor', 'mation'), ('declar', 'ing'), ('devot', 'ing'), ('describ', 'ing'), ('ful', 'filling')]
ST18820413-V08-15-page3.txt: [('incapa', 'ble'), ('deliv', 'erance'), ('Re', 'vised'), ('ascer', 'tain'), ('tes', 'timony'), ('fu', 'nerals'), ('Abra', 'ham'), ('Ex', 'actly'), ('disci', 'ples'), ('edu', 'cational'), ('un', 'thought'), ('immi', 'nent'), ('dif', 'ference'), ('condem', 'nation'), ('re', 'vealed')]
ST18820413-V08-15-page5.txt: [('Je', 'sus'), ('Profes', 'sional'), ('requisi', 'tion'), ('occa', 'sion'), ('whatso', 'ever'), ('suc', 'ceeds'), ('re', 'moved')]
ST18820413-V08-15-page6.txt: [('uncon', 'stitutional'), ('ex', 'tensively'), ('Mc', 'Farland'), ('erro', 'neous'), ('tes', 'tifying'), ('Immor', 'tality'), ('ob', 'tained'), ('contro', 'versy'), ('immor', 'tality'), ('argu', 'ment'), ('un', 'constitutional'), ('eter', 'nal'), ('re', 'medial')]
ST18820413-V08-15-page7.txt: [('Ma', 't'), ('resurrec', 'tion'), ('sanc', 'tification'), ('resur', 'rection'), ('disci', 'ples'), ('un', 'settled'), ('dif', 'ferent'), ('Jeru', 'salem'), ('re', 'quired')]
ST18820413-V08-15-page8.txt: [('th', 'read')]
ST18820420-V08-16-page10.txt: [('tol', 'd')]
ST18820420-V08-16-page11.txt: [('ordi', 'nance'), ('abol', 'ishing'), ('re', 'ceived'), ('observ', 'atory'), ('Defi', 'nite'), ('Phila', 'delphia'), ('circum', 'ference'), ('prac', 'tice'), ('recog', 'nize')]
ST18820420-V08-16-page12.txt: [('opportu', 'nity'), ('Southamp', 'ton'), ('satis', 'fied'), ('organiz', 'ing'), ('re', 'spect'), ('defi', 'nitely'), ('atten', 'tion'), ('th', 'at'), ('chil', 'dren'), ('pa', 'per'), ('coun', 'ties'), ('responsi', 'ble')]
ST18820420-V08-16-page3.txt: [('resolu', 'tions'), ('al', 'lows'), ('compen', 'sation'), ('indulg', 'ence'), ('Lub', 'bock'), ("Harper'", 's'), ('un', 'flinching'), ('impres', 'sion'), ('re', 'buker'), ('fami', 'lies')]
ST18820420-V08-16-page5.txt: [('TI', 'm'), ('mis', 'word')]
ST18820420-V08-16-page6.txt: [('al', 'ways'), ('co', 'operation')]
ST18820420-V08-16-page7.txt: [('ma', 'jority'), ('mor', 'row'), ('popu', 'larly'), ('co', 'operate'), ('un', 'I'), ('pecul', 'iarities'), ('desir', 'able'), ('re', 'sults'), ('ac', 'cepted')]
ST18820420-V08-16-page9.txt: [('Os', 'good'), ('coun', 'try'), ('Impor', 'tation'), ('ceme', 'teries')]
ST18820427-V08-17-page10.txt: [('peo', 'ple'), ('conver', 'sation'), ('mis', 'sionary'), ('possi', 'bilities')]
ST18820427-V08-17-page12.txt: [('tw', 'elve'), ('Satur', 'day'), ('Southamp', 'ton'), ('re', 'building'), ('experi', 'ence'), ('indi', 'cates'), ('Mc', 'Allister'), ('peo', 'ple'), ('instruc', 'tive'), ('Commenc', 'ing'), ('connec', 'tion')]
ST18820427-V08-17-page2.txt: [('al', 'most'), ('mili', 'tary'), ('igno', 'rance'), ('transgres', 'sion'), ('declara', 'tion'), ('ig', 'norantly'), ('longi', 'tude'), ('gir', 'dle'), ('pre', 'eminently'), ('re', 'garded')]
ST18820427-V08-17-page3.txt: [('indi', 'cate'), ('ordi', 'nary'), ('associa', 'tion'), ('popula', 'tion'), ('conver', 'sation'), ('pil', 'grims'), ('repu', 'tation'), ('inesti', 'mable'), ('ac', 'ceptableness')]
ST18820427-V08-17-page4.txt: [('charac', 'teristic'), ('ex', 'traordinary'), ('Tibe', 'rius'), ('proph', 'ecy'), ('administra', 'tion'), ('tri', 'umph'), ('intoxi', 'cated'), ('un', 'til'), ('endeav', 'ors'), ('expres', 'sions')]
ST18820427-V08-17-page6.txt: [('ex', 'haust'), ('apos', 'tles'), ('indulg', 'ing'), ('intelli', 'gent'), ('sev', 'enth'), ('cer', 'tain'), ('reasona', 'ble'), ('disap', 'pointments'), ('immor', 'tality'), ('argu', 'mentative'), ('Massachu', 'setts'), ('suffi', 'cient'), ('presen', 'tation')]
ST18820427-V08-17-page8.txt: [('ri', 'a')]
ST18820504-V08-18-page11.txt: [('hurri', 'cane'), ('editi', 'on'), ('re', 'ported'), ('construc', 'tion'), ('argu', 'ments'), ('accompa', 'nied'), ('ex', 'ploded'), ('advan', 'tage'), ('sa', 'loons')]
ST18820504-V08-18-page12.txt: [('Satur', 'day'), ('pre', 'fixed'), ('Rav', 'ens'), ('Mc', 'Allister'), ('infal', 'libility'), ('TI', 'LE'), ('sover', 'eign'), ('ex', 'pressive'), ('promi', 'nent'), ('peo', 'ple'), ('arro', 'gance'), ('introduc', 'tion')]
ST18820504-V08-18-page2.txt: [('ag', 'es')]
ST18820504-V08-18-page6.txt: [('neces', 'sary'), ('sus', 'tain'), ('apos', 'tasy'), ('fami', 'lies'), ('cer', 'tainly'), ('breth', 'ren'), ('conver', 'sion'), ('misap', 'plied'), ('manu', 'facturing'), ('ut', 'terly'), ('re', 'ceives'), ('ac', 'cording')]
ST18820518-V08-19-page10.txt: [('nar', 'ration'), ('ap', 'prenticed'), ('ex', 'communication'), ('sak', 'I'), ('cul', 'ture'), ('prac', 'tical'), ('se', 'cure'), ('busi', 'ness'), ('adver', 'sity'), ('re', 'late')]
ST18820518-V08-19-page11.txt: [('sus', 'pended'), ('exami', 'nation'), ('cer', 'tain'), ('explor', 'ers'), ('ju', 't'), ('notwith', 'standing'), ('assas', 'sins'), ('accompa', 'nied'), ('unrecog', 'nizable'), ('Mor', 'mon'), ('immigra', 'tion'), ('ac', 'cording')]
ST18820518-V08-19-page12.txt: [('Satur', 'day'), ('Southamp', 'ton'), ('re', 'turn'), ('indi', 'cates'), ('Mc', 'Allister'), ('forma', 'tion'), ('noth', 'ing'), ('entan', 'glements'), ('unprinci', 'pled'), ('retribu', 'tion'), ('selec', 'tions')]
ST18820518-V08-19-page4.txt: [('Mediter', 'ranean'), ('sedi', 'tious'), ('em', 'pire'), ('abom', 'inations'), ('connec', 'tion'), ('ap', 'peared'), ('distin', 'guished'), ('pre', 'eminently'), ('revolu', 'tion'), ('Nebu', 'chadnezzar'), ('re', 'stricted'), ('Constan', 'tinople'), ('sove', 'reignty')]
ST18820518-V08-19-page5.txt: [('construc', 'tion'), ('notwith', 'standing'), ('prin', 'ciples'), ('ele', 'vation'), ('hea', 'then'), ('suf', 'fered'), ('magis', 'trates'), ('pre', 'vail'), ('mis', 'apprehended'), ('estab', 'lishment')]
ST18820518-V08-19-page6.txt: [('sensa', 'tion'), ('culti', 'vate'), ('vege', 'table'), ('ele', 'phant'), ('func', 'tions'), ('ani', 'mal'), ('reve', 'lation'), ('Dispensa', 'tion'), ('satis', 'fied'), ('iden', 'tifying'), ('redun', 'dant'), ('imma', 'terial'), ('re', 'marked')]
ST18820518-V08-19-page7.txt: [('impos', 'sible'), ('culti', 'vation'), ('presenta', 'tion'), ('enlight', 'ening'), ('impor', 'tance'), ('congrega', 'tion'), ('co', 'operate'), ('un', 'fallen'), ('institu', 'tions'), ('re', 'ward')]
ST18820518-V08-19-page8.txt: [('Al', 'I')]
ST18820518-V08-19-page9.txt: [('argu', 'ment')]
ST18820525-V08-20-page11.txt: [('sus', 'tained'), ('impris', 'onment'), ('re', 'ports'), ('ma', 'sons'), ('Carpen', 'ter'), ('sylla', 'bles'), ('leav', 'ing'), ('gener', 'ally'), ('suc', 'cess'), ('ex', 'ported'), ('accom', 'modate'), ('tele', 'phonic'), ('ob', 'tained'), ('envel', 'ope'), ('ver', 'dict'), ('fami', 'lies'), ('ac', 'quittal')]
ST18820525-V08-20-page12.txt: [('Satur', 'day'), ('impor', 'tant'), ('abso', 'lutely'), ('Metropoli', 'tan'), ('re', 'ceived'), ('indi', 'cates'), ('Mc', 'Allister'), ('pu', 'rity'), ('mis', 'sionary')]
ST18820525-V08-20-page3.txt: [('rejoic', 'ing'), ('coun', 'tenance'), ('inhab', 'itants'), ('swal', 'lowed')]
ST18820525-V08-20-page8.txt: [('simplic', 'ity'), ('appreci', 'ate'), ('proprie', 'tor'), ('Ameri', 'can'), ('pre', 'vented'), ('un', 'changeable'), ('invita', 'tion'), ('re', 'alize'), ('tra', 'ditions'), ('acquir', 'ing')]
ST18820525-V08-20-page9.txt: [('al', 'I'), ('ti', 'V')]
ST18820601-V08-21-page11.txt: [('re', 'markable'), ('Tur', 'key'), ('Phila', 'delphia'), ('Constan', 'tinople'), ('lan', 'guages'), ('possibil', 'ity'), ('Khe', 'dive'), ('regu', 'larly'), ('sensa', 'tionalism'), ('ap', 'peared'), ('ulti', 'matum'), ('instru', 'mental')]
ST18820601-V08-21-page12.txt: [('Satur', 'day'), ('Southamp', 'ton'), ('Roch', 'ester'), ('experi', 'ence'), ('indi', 'cate'), ('Mc', 'Allister'), ('popula', 'tion'), ('univer', 'sal'), ('instruc', 'tive'), ('preced', 'ing'), ('princi', 'ples'), ('hav', 'ing'), ('connec', 'tion')]
ST18820601-V08-21-page2.txt: [('obe', 'dience'), ('ex', 'acted'), ('acknowl', 'edged'), ('suffi', 'cient'), ('dif', 'ference'), ('oppo', 'sition')]
ST18820601-V08-21-page5.txt: [('glori', 'fied'), ('vio', 'lence'), ('subordi', 'nate'), ('alabas', 'ter'), ('instruc', 'tions'), ('unaf', 'fected'), ('re', 'ceive')]
ST18820601-V08-21-page6.txt: [('trav', 'esties'), ('prin', 'cipal'), ('holi', 'ness'), ('sanc', 'tified'), ('peo', 'ple'), ('espe', 'cially'), ('inspira', 'tion'), ('indicat', 'ing'), ('sancti', 'fied'), ('mis', 'taken'), ('re', 'vealed'), ('speci', 'men')]
ST18820601-V08-21-page7.txt: [('manufactur', 'ing'), ('Pente', 'cost'), ('resurrec', 'tion'), ('sanctifica', 'tion'), ('declara', 'tion'), ('respon', 'sibility'), ('noth', 'ing'), ('effi', 'ciency'), ('instruc', 'tion'), ('prepar', 'ing'), ('pre', 'eminent')]
ST18820601-V08-21-page8.txt: [('applica', 'tion'), ('har', 'mony'), ('sociabil', 'ity'), ('mis', 'sionary'), ('re', 'form'), ('ac', 'quirement')]
ST18820608-V08-22-page11.txt: [('consecra', 'tion'), ('Mis', 'sionary'), ('Roch', 'ester'), ('Vir', 'ginia'), ('re', 'plied'), ('indi', 'cates'), ('aggre', 'gate'), ('numer', 'als'), ('exhorta', 'tion')]
ST18820608-V08-22-page12.txt: [('Satur', 'day'), ('Southamp', 'ton'), ('impor', 'tant'), ('abso', 'lutely'), ('Califor', 'nia'), ('admir', 'able'), ('re', 'veals'), ('experi', 'ence'), ('apos', 'tles'), ('Mc', 'Allister'), ('arti', 'cles'), ('instruc', 'tive'), ('connec', 'tion')]
ST18820608-V08-22-page2.txt: [('lan', 'guage'), ('dili', 'gently'), ('whis', 'per'), ('conflagra', 'tion'), ('ele', 'ments'), ('previ', 'ously'), ('recom', 'pensed'), ('salva', 'tion'), ('peo', 'ple'), ('ment', 'on'), ('testi', 'mony'), ('heav', 'ens'), ('re', 'move'), ('ren', 'dered')]
ST18820608-V08-22-page3.txt: [('Op', 'pression'), ('deliv', 'ered'), ('ex', 'istence'), ('tena', 'ciously'), ('stimu', 'lus'), ('ob', 'servers'), ('sympathiz', 'ing'), ('occa', 'sionally'), ('un', 'derstood'), ('ras', 'cally'), ('re', 'cast'), ('acci', 'dent')]
ST18820608-V08-22-page5.txt: [('construc', 'tion'), ('Geth', 'semane'), ('lik', 'ened'), ('Al', 'though'), ('exhi', 'bition'), ('coun', 'tenance'), ('hu', 'manity'), ('cer', 'tain'), ('magnifi', 'cence'), ('physi', 'cal'), ('TI', 'C'), ('contin', 'ually'), ('lamenta', 'tions'), ('famil', 'iar'), ('obli', 'gations'), ('inan', 'imate'), ('humili', 'ation'), ('tri', 'umphal'), ('tem', 'pest'), ('acclama', 'tions'), ('un', 'able'), ('na', 'tions'), ('mis', 'sion'), ('re', 'ceived')]
ST18820608-V08-22-page6.txt: [('expe', 'rience'), ('repre', 'sents'), ('Crea', 'tor'), ('observ', 'ance'), ('sev', 'enth'), ('arti', 'cle'), ('propor', 'tion'), ('Janu', 'ary'), ('oc', 'curred'), ('spe', 'cific'), ('suffi', 'cient'), ('un', 'wisely'), ('theolo', 'gians'), ('estab', 'lish'), ('expres', 'sion')]
ST18820608-V08-22-page7.txt: [('allu', 'sion'), ('educa', 'tion'), ('ex', 'pressly'), ('adul', 'tery'), ('sanctifica', 'tion'), ('resur', 'rection'), ('sancti', 'fied'), ('oppor', 'tunity'), ('Jeru', 'salem'), ('mur', 'der'), ('re', 'garding'), ('ac', 'customed')]
ST18820608-V08-22-page8.txt: [('Healds', 'burg'), ('cer', 'tain'), ('immu', 'nity'), ('impor', 'tance'), ('peo', 'ple'), ('co', 'existent'), ('inat', 'tention'), ('re', 'ceive')]
ST18820615-V08-23-page1.txt: [('sor', 'row'), ('ex', 'perience'), ('har', 'assing'), ('dissatisfac', 'tion'), ('sa', 'cred'), ('satisfac', 'tion')]
ST18820615-V08-23-page10.txt: [('TI', 'L')]
ST18820615-V08-23-page11.txt: [('Virgini', 'A'), ('emphat', 'ically'), ('li', 'quors'), ('re', 'marks'), ('Declara', 'tion'), ('demol', 'ishing'), ('peo', 'ple'), ('subscrip', 'tions'), ('Engi', 'neers')]
ST18820615-V08-23-page12.txt: [('Satur', 'day'), ('Southamp', 'ton'), ('nauseat', 'ing'), ('impor', 'tant'), ('abso', 'lutely'), ('determin', 'ing'), ('unappre', 'ciated'), ('superin', 'tendent'), ('re', 'sulted'), ('Mc', 'Allister'), ('ro', 'wels'), ('atten', 'tion'), ('Congrega', 'tional'), ('unan', 'imously'), ('appe', 'tite'), ('tremen', 'dous')]
ST18820615-V08-23-page2.txt: [('opin', 'ions'), ('ap', 'pearance'), ('ex', 'pect'), ('domin', 'ion'), ('sys', 'tem'), ('fi', 'nally'), ('decom', 'posed'), ('knowl', 'edge'), ('re', 'deemed'), ('volum', 'inous')]
ST18820615-V08-23-page3.txt: [('courte', 'ously'), ('opportu', 'nity'), ('veloci', 'pede'), ('Janu', 'ary'), ('un', 'defined'), ('uncer', 'tainly'), ('re', 'peated')]
ST18820615-V08-23-page4.txt: [('forti', 'fications'), ('appli', 'cation'), ('financi', 'ally'), ('em', 'barrass'), ('posi', 'tion'), ('atti', 'tude'), ('co', 'incidence'), ('Eu', 'rope'), ('weap', 'ons'), ('Jeru', 'salem'), ('op', 'pressive'), ('re', 'specting'), ('na', 'tions')]
ST18820615-V08-23-page6.txt: [('ex', 'patiates'), ('presump', 'tion'), ('argu', 'ment'), ('facul', 'ties'), ('re', 'appears')]
ST18820615-V08-23-page7.txt: [('deliv', 'erance'), ('condi', 'tion'), ('ap', 'proaching'), ('appli', 'cation'), ('stipu', 'lations'), ('destruc', 'tion'), ('proba', 'tion'), ('declara', 'tion'), ('insig', 'nificant'), ('obli', 'gation'), ('pre', 'dictions'), ('un', 'feigned'), ('immi', 'nent'), ('exhorta', 'tions'), ('re', 'ceived'), ('ac', 'quaint'), ('decis', 'ions'), ('dissolu', 'tion')]
ST18820615-V08-23-page8.txt: [('opportu', 'nities'), ('diffi', 'culty'), ('ex', 'plained'), ('crea', 'tion'), ('cer', 'tain'), ('inten', 'tion'), ('advan', 'tages'), ('conver', 'sion'), ('investi', 'gate'), ('Instruc', 'tors'), ('pre', 'sented'), ('eigh', 'teen'), ('accu', 'racy')]
ST18820622-V08-24-page11.txt: [('Constitu', 'tion'), ('Novem', 'ber'), ('re', 'marks'), ('specul', 'ators'), ('benevo', 'lent'), ('Fu', 'neral'), ('Yel', 'lowstone'), ('quali', 'fied')]
ST18820622-V08-24-page12.txt: [('tw', 'elve'), ('Satur', 'day'), ('re', 'covery'), ('Mc', 'Allister'), ('Medi', 'cal'), ('compa', 'nies'), ('consti', 'tution'), ('candi', 'dates'), ('testi', 'mony'), ('ac', 'commodation')]
ST18820622-V08-24-page2.txt: [('charac', 'teristics'), ('incul', 'cated'), ('licen', 'tiousness'), ('har', 'vest'), ('guid', 'ance'), ('ini', 'quity'), ('peo', 'ple'), ('co', 'operation'), ('pre', 'sents'), ('re', 'maining'), ('expres', 'sion')]
ST18820622-V08-24-page4.txt: [('Carpathi', 'ans'), ('re', 'establish')]
ST18820622-V08-24-page5.txt: [('Jerusa', "lem's"), ('brin', 'g'), ('lamen', 'tation'), ('destruc', 'tion'), ('sto', 'ries'), ('prac', 'tice'), ('unneces', 'sary'), ('instruc', 'tion'), ('pre', 'sented'), ('conta', 'gious'), ('na', 'ture'), ('mis', 'directed'), ('Jeru', 'salem'), ('re', 'peating')]
ST18820622-V08-24-page6.txt: [('al', 'most'), ('appro', 'priating'), ('ceremo', 'nial'), ('emenda', 'tions'), ('authori', 'ties'), ('ob', 'servance'), ('prac', 'tice'), ('ensam', 'ples'), ('insti', 'tution'), ('pre', 'sumption'), ('dif', 'ferences'), ('institu', 'tion'), ('Constan', 'tine'), ('re', 'quires'), ('ac', 'tion')]
ST18820622-V08-24-page7.txt: [('immedi', 'ately'), ('Co', 'W'), ('facili', 'ties'), ('breth', 'ren'), ('ment', 'on'), ('moun', 'tains'), ('conse', 'cration'), ('desir', 'able'), ('propo', 'sitions')]
ST18820622-V08-24-page8.txt: [('cre', 'dentials'), ('repre', 'sentation'), ('Scandinavi', 'ans'), ('separa', 'tion'), ('accom', 'plished'), ('M.', ''), ('subse', 'quent'), ('Nomina', 'tions'), ('urg', 'ing'), ('indubit', 'able'), ('knowl', 'edge'), ('Athe', 'nians'), ('Secre', 'tary')]
ST18820629-V08-25-page10.txt: [('nocke', 'd')]
ST18820629-V08-25-page11.txt: [('Satur', 'day'), ('Southamp', 'ton'), ('Mc', 'Allister'), ('accompa', 'nied'), ('ex', 'amination'), ('corre', 'spondent'), ('discov', 'ered')]
ST18820629-V08-25-page12.txt: [('impos', 'sible'), ('Satur', 'day'), ('ri', 'to'), ('tribu', 'lation'), ('propo', 'sition'), ('breth', 'ren'), ('ap', 'pointed'), ('hav', 'ing'), ('Advo', 'cate')]
ST18820629-V08-25-page2.txt: [('igno', 'rance'), ('Abra', 'ham'), ('immut', 'ability'), ('whatso', 'ever'), ('re', 'ceive')]
ST18820629-V08-25-page3.txt: [('co', 'workers'), ('Bene', 'Berak')]
ST18820629-V08-25-page4.txt: [('Th', 'at')]
ST18820629-V08-25-page5.txt: [('Sav', 'iour'), ('immedi', 'ately'), ('immate', 'rial'), ('Abra', 'ham'), ('cour', 'teous'), ('resur', 'rection'), ('hav', 'ing'), ('morti', 'fication'), ('re', 'verse')]
ST18820629-V08-25-page6.txt: [('ordi', 'nance'), ('significa', 'tion'), ('gra', 'tuitously'), ('Pedo', 'Baptist'), ('re', 'corded')]
ST18820629-V08-25-page7.txt: [('Conse', 'quently'), ('intelli', 'gently'), ('affir', 'mation'), ('significa', 'tions'), ('resur', 'rection'), ('posi', 'tion'), ('impres', 'sion'), ('conclud', 'ing')]
ST18820629-V08-25-page8.txt: [('empow', 'ered'), ('atten', 'tion'), ('recom', 'mend'), ('circum', 'stances'), ('testi', 'mony'), ('th', 'at'), ('substi', 'tute'), ('gos', 'pel'), ('ac', 'cordingly')]
ST18820713-V08-26-page1.txt: [('neces', 'sary'), ('ex', 'planations'), ('es', 'tablished'), ('ingrati', 'tude')]
ST18820713-V08-26-page10.txt: [('wor', "d's")]
ST18820713-V08-26-page11.txt: [('immedi', 'ately'), ('fortifica', 'tions'), ('Southamp', 'ton'), ('revo', 'lutionary'), ('posi', 'tions'), ('eigh', 'teen'), ('re', 'ported'), ('Un', 'changed'), ('criti', 'cal'), ('aggre', 'gate'), ('condi', 'tion'), ('Indi', 'ana'), ('ac', 'cording')]
ST18820713-V08-26-page12.txt: [('impeni', 'tent'), ('Peo', "ple's"), ('asser', 'tion'), ('re', 'open'), ('sympa', 'thies'), ('pecu', 'liarity'), ('reasona', 'bleness'), ('cov', 'ered'), ('leav', 'ing'), ('unac', 'quainted'), ('accom', 'panied'), ('interrup', 'tion'), ('prohibi', 'tion'), ('ren', 'dered'), ('confi', 'dence'), ('Eu', 'rope'), ('Tren', 'ton')]
ST18820713-V08-26-page2.txt: [('tes', 'timony'), ('har', 'mony'), ('sacri', 'fice'), ('disre', 'gard'), ('pre', 'vious'), ('ambi', 'tion'), ('transla', 'tion')]
ST18820713-V08-26-page3.txt: [('bo', 'a'), ('sor', 'rowful'), ('rever', 'berate'), ('indi', 'vidual'), ('strik', 'ing'), ('agreea', 'ble'), ('sanctu', 'ary'), ('preca', 'rious'), ('un', 'til'), ('unrea', 'sonable'), ('re', 'maineth')]
ST18820713-V08-26-page6.txt: [('indi', 'cates'), ('submis', 'sion'), ('Dex', 'ter'), ('gradu', 'ally'), ('influ', 'ential'), ('conse', 'quences'), ('Merri', 'man'), ('mis', 'sionary'), ('Ortho', 'dox')]
ST18820713-V08-26-page7.txt: [('resolu', 'tion'), ('unconsti', 'tutionality'), ('cre', 'ator'), ('dili', 'gently'), ('adher', 'ence'), ('cus', 'tomary'), ('incor', 'porate'), ('inexpe', 'dient'), ('sanctifica', 'tion'), ('impor', 'tant'), ('resur', 'rection'), ('sumptu', 'ary'), ('suc', 'ceeded'), ('syna', 'gogue'), ('expecta', 'tions')]
ST18820713-V08-26-page8.txt: [('wor', 'ship'), ('har', 'mony'), ('mak', 'ing'), ('Wiscon', 'sin')]
ST18820713-V08-26-page9.txt: [('Philoso', 'phies'), ('Re', 'serve'), ('cele', 'bration'), ('intoxica', 'ting'), ('Hav', 'ing'), ('contro', 'versy'), ('immi', 'gration'), ('wel', 'fare')]
ST18820720-V08-27-page1.txt: [('wor', 'shipers'), ('confi', 'dence'), ('Jeho', 'vah'), ('salva', 'tion'), ('regula', 'tion'), ('instruc', 'tions'), ('denomin', 'ated'), ('estab', 'lished')]
ST18820720-V08-27-page11.txt: [('Southamp', 'ton'), ('decom', 'position'), ('popu', 'lace'), ('sylla', 'bles'), ('Spir', 'itual'), ('convo', 'cation'), ('Presby', 'terian'), ('neces', 'sary'), ('descrip', 'tion'), ('co', 'operation')]
ST18820720-V08-27-page12.txt: [('Satur', 'day'), ('enlight', 'ened'), ('re', 'member'), ('partic', 'ular'), ('Mc', 'Allister'), ('incor', 'porate'), ('Congrega', 'tionalists'), ('ex', 'amination'), ('discov', 'ered'), ('restora', 'tion'), ('Cincin', 'nati')]
ST18820720-V08-27-page2.txt: [('lan', 'guage'), ('objec', 'tion'), ('Theolog', 'ical'), ('inher', 'itance'), ('ene', 'mies'), ('virt', 'ually'), ('testi', 'mony'), ('Jeru', 'salem'), ('re', 'turn')]
ST18820720-V08-27-page3.txt: [('SA', 'ith')]
ST18820720-V08-27-page6.txt: [('unin', 'spired'), ('sys', 'tem'), ('creat', 'ures'), ('holi', 'ness'), ('proba', 'tioner'), ('unchange', 'able'), ('circum', 'stance'), ('testi', 'mony'), ('suffi', 'cient'), ('revela', 'tion'), ('revolu', 'tionize'), ('incarna', 'tion')]
ST18820720-V08-27-page7.txt: [('ordi', 'nances'), ('apos', 'tle'), ('confirma', 'tion'), ('inspi', 'ration'), ('mo', 'ment'), ('cov', 'enant'), ('orna', 'ment'), ('satisfac', 'tion'), ('re', 'ward')]
ST18820727-V08-28-page11.txt: [('presid', 'ing'), ('Septem', 'ber'), ('attor', 'neys'), ('representa', 'tive'), ('blasphe', 'mous'), ('atten', 'tion'), ('conse', 'quence'), ('Episco', 'pal'), ('shav', 'ings'), ('peo', 'ple'), ('vis', 'its'), ('manu', 'factured'), ('liabil', 'ities'), ('Conven', 'tion')]
ST18820727-V08-28-page12.txt: [('Agri', 'culture'), ('Commer', 'cial'), ('indi', 'cates'), ('meeti', 'ng'), ('Medi', 'cine'), ('Trai', 'n'), ('neces', 'sity'), ('indispens', 'able'), ('accom', 'panied'), ('preju', 'diced'), ('Superin', 'tendents'), ('incom', 'plete'), ('pa', 'per'), ('Pa', 'rental'), ('consid', 'ered'), ('Lancas', 'ter')]
ST18820727-V08-28-page2.txt: [('founda', 'tion'), ('unself', 'ishly'), ('domin', 'ion'), ('ene', 'mies'), ('atten', 'tion'), ('calam', 'ities'), ('pre', 'vent'), ('re', 'jected')]
ST18820727-V08-28-page3.txt: [("Appleton'", 's')]
ST18820727-V08-28-page5.txt: [('un', 'avoidable'), ('accompa', 'nied'), ('corre', 'sponding'), ('ordina', 'rily'), ('gos', 'pel'), ('Jeru', 'salem')]
ST18820727-V08-28-page6.txt: [('regu', 'larly'), ('ap', 'pealed'), ('Sev', 'enth'), ('Re', 'corder'), ('Mis', 'sionary'), ('influ', 'ence'), ('demonstra', 'tion'), ('recom', 'mended'), ('preju', 'dice'), ('argu', 'ments'), ('posi', 'tion'), ('mis', 'representing')]
ST18820727-V08-28-page7.txt: [('neces', 'sarily'), ('repre', 'sent'), ('appli', 'cation'), ('apos', 'tasy'), ('crea', 'tion'), ('har', 'monious'), ('grati', 'tude'), ('Ertzen', 'berger'), ('asser', 'tion'), ('perpetu', 'ated'), ('Fa', 'thers')]
ST18820727-V08-28-page9.txt: [('ex', 'citement'), ('manufac', 'tory'), ('moder', 'ate'), ('intem', 'perance'), ('percepti', 'bly'), ('intemper', 'ance'), ('gratifi', 'cation'), ('commu', 'nicants'), ('pre', 'paring'), ('schol', 'ars'), ('re', 'ferred')]
ST18820803-V08-29-page1.txt: [('ve', 'in')]
ST18820803-V08-29-page11.txt: [('Presi', 'dent'), ('destruc', 'tion'), ('assem', 'bled'), ('espe', 'cially'), ('excep', 'tion'), ('experi', 'ence'), ('Presby', 'terian'), ('devo', 'tion'), ('instruc', 'tive'), ('busi', 'ness'), ('connec', 'tion')]
ST18820803-V08-29-page12.txt: [('Bos', 'ton'), ('impossi', 'ble'), ('Satur', 'day'), ('Southamp', 'ton'), ('decep', 'tion'), ('re', 'cently'), ('aban', 'doned'), ('Mc', 'Allister'), ('educa', 'tors'), ('ex', 'plains'), ('docu', 'ments'), ('instruc', 'tion'), ('co', 'operation'), ('acquir', 'ing'), ('Noth', 'ing'), ('inci', 'dent'), ('Conven', 'tion'), ('edu', 'cation')]
ST18820803-V08-29-page2.txt: [('deliv', 'erance'), ('har', 'vest'), ('Ush', "er's"), ('posi', 'tion'), ('ascen', 'sion'), ('estab', 'lished'), ('partici', 'pate'), ('re', 'deemed')]
ST18820803-V08-29-page3.txt: [('distin', 'guished'), ('re', 'joicing')]
ST18820803-V08-29-page4.txt: [('demi', 'gods')]
ST18820803-V08-29-page6.txt: [('afflic', 'tion'), ('reliabil', 'ity'), ('Pla', 'tonic'), ('appre', 'ciate'), ('scien', 'tifically'), ('mov', 'ing'), ('mak', 'ing'), ('relig', 'ious'), ('predic', 'tion'), ('senti', 'ment'), ('promis', 'cuous'), ('insti', 'tutions'), ('conclu', 'sions')]
ST18820803-V08-29-page7.txt: [('pre', 'cepts')]
ST18820803-V08-29-page9.txt: [('ordi', 'nance'), ('beauti', 'ful'), ('intoxica', 'ting'), ('crav', 'ing'), ('sev', 'eral'), ('propa', 'ganda'), ('Bava', 'rian'), ('institu', 'tion'), ('re', 'markable')]
ST18820810-V08-30-page1.txt: [('re', 'instate')]
ST18820810-V08-30-page11.txt: [('provis', 'ions'), ('Pedo', 'Baptists'), ('re', 'sulted'), ('fel', 'low'), ('sev', 'eral'), ('un', 'consecrated'), ('immi', 'gration'), ('emi', 'nence'), ('ne', 'gotiate'), ('Ameri', 'can'), ('Egyp', 'tian'), ('commen', 'dation'), ('possi', 'ble')]
ST18820810-V08-30-page12.txt: [('Re', 'publican'), ('poli', 'tics'), ('Republi', 'can'), ('Satur', 'day'), ('satis', 'faction'), ('Mc', 'Allister'), ('politi', 'cians'), ('conscien', 'tious'), ('diffi', 'cult'), ('ex', 'tract'), ('hea', 'thenish'), ('accom', 'plish'), ('Repub', 'lican'), ('princi', 'ple'), ('Univer', 'salists'), ('Sabba', 'tism')]
ST18820810-V08-30-page2.txt: [('sor', 'row'), ('ene', 'mies'), ('posi', 'tive'), ('happi', 'ness')]
ST18820810-V08-30-page3.txt: [('ne', 'ver'), ('ver', 'a')]
ST18820810-V08-30-page4.txt: [('lan', 'guage'), ('ti', 'S'), ('Jerusa', 'lem'), ('confi', 'dence'), ('ordi', 'nary'), ('figura', 'tive'), ('har', 'vest'), ('desig', 'nated'), ('signifi', 'cance'), ('assump', 'tion'), ('dispen', 'sation'), ('counte', 'nance'), ('TH', 'E'), ('dispensa', 'tion'), ('gos', 'pel'), ('pre', 'posterous'), ('Jeru', 'salem'), ('coinci', 'dent')]
ST18820810-V08-30-page5.txt: [('lan', 'guage'), ('apprecia', 'tion'), ('inflic', 'tion'), ('objec', 'tion'), ('ex', 'amined'), ('annihila', 'tion'), ('lamen', 'tation'), ('inten', 'sity'), ('decapita', 'tion'), ('conse', 'quently'), ('co', 'existent'), ('accu', 'rately'), ('re', 'lief')]
ST18820810-V08-30-page6.txt: [('sys', 'tems'), ('peti', 'tion'), ('physi', 'cal'), ('Na', "ture's"), ('regula', 'tion'), ('tem', 'perance'), ('co', 'workers'), ('dif', 'ferent'), ('re', 'mains')]
ST18820810-V08-30-page7.txt: [('unprof', 'itableness'), ('ne', 'cessity'), ('passa', 'ges'), ('argu', 'ment'), ('testi', 'fies'), ('pre', 'cepts'), ('princi', 'ples'), ('re', 'spect')]
ST18820810-V08-30-page8.txt: [('Independen', 't'), ('mis', 'sionaries')]
ST18820810-V08-30-page9.txt: [('sensa', 'tionalism'), ('vehe', 'mently'), ('manufact', 'ure'), ('citi', 'zens'), ('un', 'disputed'), ('deliber', 'ately'), ('re', 'ception')]
ST18820817-V08-31-page1.txt: [('benev', 'olence')]
ST18820817-V08-31-page10.txt: [('ex', 'claimed')]
ST18820817-V08-31-page11.txt: [('al', 'ways'), ('impor', 'tant'), ('abso', 'lutely'), ('re', 'veals'), ('suf', 'fer'), ('noth', 'ing'), ('situa', 'tion'), ('reserva', 'tion')]
ST18820817-V08-31-page12.txt: [('presid', 'ing'), ('ev', 'er'), ('voi', 'ces'), ('unani', 'mously'), ('princi', 'ples'), ('ap', 'pears'), ('embrac', 'ing'), ('pa', 'ges'), ('Conven', 'tion'), ('sa', 'cred'), ('busi', 'ness'), ('ac', 'commodate')]
ST18820817-V08-31-page2.txt: [('mu', 'sic'), ('beauti', 'ful'), ('por', 'tion'), ('sev', 'enty'), ('expec', 'tation'), ('peo', 'ple'), ('testi', 'mony'), ('ple', 'at')]
ST18820817-V08-31-page3.txt: [('impurit', 'y')]
ST18820817-V08-31-page4.txt: [('elo', 'quence'), ('incom', 'prehensible'), ('atten', 'tion'), ('circu', 'late'), ('vis', 'ible'), ('investi', 'gate'), ('requir', 'ing'), ('revela', 'tion'), ('op', 'posed')]
ST18820817-V08-31-page6.txt: [('attri', 'butes'), ('exi', 't')]
ST18820817-V08-31-page7.txt: [('tradi', 'tions'), ('chil', 'dren'), ('ex', 'plicitly'), ('observ', 'ance'), ('sanc', 'tification'), ('conscien', 'tiously'), ('TI', 'TI'), ('sancti', 'fication'), ('re', 'quiring')]
ST18820817-V08-31-page9.txt: [('satura', 'ted'), ('ob', 'ject'), ('inves', 'tigations'), ('oppo', 'site')]
ST18820824-V08-32-page11.txt: [('prin', 'ciples'), ('envi', 'ronment'), ('impor', 'tant'), ('abso', 'lutely'), ('inces', 'sant'), ('re', 'veals'), ('lov', 'ing'), ('admi', 'rable'), ('partic', 'ular'), ('insur', 'rection'), ('reso', 'lution'), ('suc', 'ceeded'), ('Secre', 'tary'), ('passen', 'ger'), ('Salva', 'tion'), ('propor', 'tions'), ('extrava', 'gance'), ('whis', 'pered'), ('Egyp', 'tian'), ('oppos', 'ing')]
ST18820824-V08-32-page12.txt: [('Southamp', 'ton'), ('spe', 'cific'), ('pre', 'fers'), ('re', 'mains'), ('neces', 'sary'), ('peo', 'ple'), ('Repub', 'lican'), ('ac', 'tion')]
ST18820824-V08-32-page2.txt: [('founda', 'tion'), ('beauti', 'ful'), ('intermin', 'gled'), ('chrys', 'oprasus'), ('suscept', 'ible'), ('ob', 'jector'), ('acknowl', 'edged'), ('chalced', 'ony'), ('metrop', 'olis'), ('chal', 'cedony'), ('re', 'stored')]
ST18820824-V08-32-page4.txt: [('obli', 'gation')]
ST18820824-V08-32-page5.txt: [('eti', 'quette'), ('hav', 'ing'), ('pre', 'dictions'), ('uncer', 'tainties'), ('re', 'ceive'), ('conclu', 'sion'), ('ac', 'cording')]
ST18820824-V08-32-page7.txt: [('defi', 'ciency'), ('inade', 'quate'), ('wor', 'shipers'), ('Re', 'treat'), ('creat', 'ures'), ('sev', 'enth'), ('signifi', 'cance'), ('pre', 'vent')]
ST18820824-V08-32-page8.txt: [('forni', 'cation'), ('extrem', 'ity'), ('leop', 'ard'), ('blasphe', 'mies'), ('repre', 'senting'), ('wer', 'e'), ('cer', 'tain'), ('Dres', 'den'), ('em', 'pire'), ('influ', 'ence'), ('struct', 'ure'), ('Ro', 'man'), ('serv', 'ice'), ('iden', 'tity'), ('pre', 'pared'), ('compari', 'son'), ('re', 'moved')]
ST18820831-V08-33-page1.txt: [('Ambi', 'tious')]
ST18820831-V08-33-page11.txt: [('inher', 'itor'), ('admis', 'sion'), ('satis', 'fied'), ('re', 'formed'), ('physi', 'cians'), ('argu', 'ments'), ('estab', 'lished'), ('ex', 'tensive'), ('postmas', 'ter'), ('vicin', 'ity'), ('wor', 'ried'), ('devel', 'oping'), ('immor', 'tality'), ('enig', 'matical')]
ST18820831-V08-33-page12.txt: [('anxi', 'ety'), ('qualifi', 'cation'), ('Southamp', 'ton'), ('suc', 'cess'), ('mis', 'sionary'), ('conven', 'ient'), ('co', 'operation'), ('presen', 'tation'), ('Mor', 'rison')]
ST18820831-V08-33-page3.txt: [('ordi', 'nances'), ('privi', 'lege'), ('surpris', 'ing'), ('plen', 'itude'), ('responsi', 'bilities'), ('ment', 'on'), ('unani', 'mously'), ('unneces', 'sary'), ('knowl', 'edge'), ('re', 'sponsibilities')]
ST18820831-V08-33-page5.txt: [('neces', 'sary'), ('ex', 'amining'), ('indi', 'vidual'), ('prepara', 'tion'), ('impor', 'tant'), ('abso', 'lutely'), ('responsibil', 'ity'), ('discour', 'aged'), ('nec', 'essary'), ('re', 'veals')]
ST18820831-V08-33-page6.txt: [('popu', 'larity'), ('appar', 'ent'), ('intelli', 'gent'), ('resurrec', 'tion'), ('observ', 'ing'), ('coun', 'try'), ('obedi', 'ence'), ('resur', 'rection'), ('investi', 'gation'), ('obli', 'gation'), ('conse', 'quence'), ('toler', 'ated')]
ST18820831-V08-33-page7.txt: [('mor', 'tal'), ('devel', 'oped'), ('atten', 'tion'), ('ortho', 'doxy'), ('pre', 'dicted'), ('mis', 'chievous'), ('ac', 'quainted'), ('numer', 'ous')]
ST18820831-V08-33-page8.txt: [('al', 'lows'), ('repre', 'sented'), ('immedi', 'ately'), ('unin', 'tentional'), ('Babylo', 'nian'), ('inde', 'pendent'), ('coun', 'try'), ('combina', 'tion'), ('impor', 'tance'), ('conse', 'quence'), ('composi', 'tion'), ('denomina', 'tions'), ('divis', 'ion')]
ST18820831-V08-33-page9.txt: [('distribu', 'ting'), ('denomi', 'national'), ('Al', 'though'), ('Publica', 'tions'), ('coun', 'tries'), ('atten', 'tion'), ('breth', 'ren'), ('knowl', 'edge'), ('th', 'emselves'), ('announc', 'ing'), ('dif', 'ficult'), ('denomina', 'tional'), ('Jeru', 'salem'), ('re', 'ward'), ('difficul', 'ties')]
ST18820907-V08-34-page11.txt: [('pre', 'sented'), ('Constanti', 'nople'), ('construc', 'tion'), ('occu', 'pied'), ('institu', 'tions'), ('valua', 'bles'), ('hav', 'ing')]
ST18820907-V08-34-page12.txt: [('tri', 'umph'), ('Califor', 'nia'), ('un', 'less'), ('accom', 'plish'), ('elec', 'tion'), ('circu', 'late')]
ST18820907-V08-34-page13.txt: [('al', 'ready'), ('incon', 'gruities'), ('ex', 'pected'), ('Re', 'publican'), ('poli', 'tics'), ('impor', 'tant'), ('busi', 'ness'), ('representa', 'tive'), ('institu', 'tion'), ('re', 'ceive')]
ST18820907-V08-34-page16.txt: [('abso', 'lutely'), ('conclu', 'sion'), ('ecclesias', 'tical'), ('restau', 'rants'), ('ex', 'pounder'), ('busi', 'ness'), ('citi', 'zens')]
ST18820907-V08-34-page2.txt: [('corpo', 'real'), ('biogra', 'pher'), ('lan', 'guage'), ('conceiv', 'ing'), ('ap', 'pears'), ('ex', 'pressly'), ('argumen', 't'), ('exten', 'sively'), ('enthusi', 'asm'), ('accom', 'plished'), ('prophe', 'cies'), ('advan', 'tage'), ('resur', 'rection'), ('reflec', 'tions'), ('knowl', 'edge'), ('pre', 'pare'), ('revolu', 'tions')]
ST18820907-V08-34-page3.txt: [('Jerusa', 'lem'), ('neces', 'sary'), ('repre', 'sent'), ('har', 'lots'), ('coun', 'try'), ('omnip', 'otence'), ('impen', 'itent'), ('re', 'spect'), ('soci', 'ety'), ('recog', 'nizes')]
ST18820907-V08-34-page4.txt: [('lan', 'guage'), ('opportu', 'nity'), ('devel', 'opment'), ('informa', 'tion'), ('pecu', 'liarities'), ('nei', 'ther'), ('inhab', 'itants'), ('Presby', 'terian'), ('selec', 'tion'), ('congrega', 'tion'), ('testi', 'mony'), ('un', 'flagging'), ('mis', 'takes'), ('re', 'turn'), ('possibili', 'ties')]
ST18820907-V08-34-page5.txt: [('compre', 'hend'), ('neces', 'sary'), ('consum', 'mation'), ('ap', 'peared'), ('ex', 'traordinary'), ('igno', 'rance'), ('relig', 'ion'), ('disci', 'ples'), ('Shep', 'herd'), ('compan', 'ions'), ('pre', 'pare'), ('treacher', 'ously'), ('Unleav', 'ened'), ('re', 'ceive'), ('unmis', 'takable'), ('ac', 'curate')]
ST18820907-V08-34-page6.txt: [('ex', 'perience'), ('Breth', 'ren'), ('assump', 'tion'), ('espe', 'cially'), ('occa', 'sion'), ('re', 'affirming')]
ST18820907-V08-34-page8.txt: [('pre', 'served')]
ST18820914-V08-35-page1.txt: [('justifi', 'cation'), ('Rebell', 'ion'), ('ap', 'pears'), ('pon', 'dered'), ('atten', 'tion'), ('dispen', 'sation'), ('re', 'proof')]
ST18820914-V08-35-page12.txt: [('exces', 'sive'), ('sev', 'eral'), ('suc', 'cessor'), ('incorpor', 'ate'), ('breth', 'ren'), ('Circu', 'late')]
ST18820914-V08-35-page14.txt: [('institutio', 'ns')]
ST18820914-V08-35-page16.txt: [('compara', 'tive'), ('observ', 'ance'), ('Repub', 'licans')]
ST18820914-V08-35-page2.txt: [('particu', 'lars'), ('ex', 'cept'), ('ordi', 'nary'), ('apos', 'tle'), ('pecu', 'liarly'), ('em', 'ployed'), ('curi', 'osity'), ('si', 'lence'), ('suc', 'cored')]
ST18820914-V08-35-page4.txt: [('afflic', 'tion'), ('attri', 'bute'), ('pa', 'tience'), ('har', 'vest'), ('suf', 'ficient'), ('benev', 'olence'), ('partak', 'ing'), ('predomi', 'nate'), ('Beelze', 'bub'), ('oppos', 'eth'), ('Ro', 'man'), ('despis', 'ers'), ('ini', 'quity'), ('giv', 'ing'), ('tri', 'umph'), ('tribu', 'lation'), ('serv', 'ant'), ('consequen', 'ces'), ('gos', 'pel'), ('un', 'thankful')]
ST18820914-V08-35-page5.txt: [('indi', 'cate'), ('apos', 'tatize'), ('loveli', 'ness'), ('creat', 'ures'), ('virt', 'ues'), ('humilia', 'tion'), ('disci', 'ples')]
ST18820914-V08-35-page7.txt: [('discrimina', 'tion'), ('ex', 'amination'), ('inconsist', 'ent'), ('commem', 'orate'), ('impossi', 'ble'), ('delibera', 'tions'), ('Conven', 'tion'), ('privi', 'leges'), ('rebell', 'ion'), ('independ', 'ently'), ('relig', 'ion'), ('ob', 'serve'), ('salva', 'tion'), ('resur', 'rection'), ('co', 'operate'), ('pre', 'sent'), ('sancti', 'fied'), ('re', 'ligious'), ('na', 'tions')]
ST18820914-V08-35-page8.txt: [('Noth', 'ing'), ('deliv', 'ered'), ('Moni', "tor's"), ('funda', 'mental'), ('ful', 'filled'), ('immedi', 'ate'), ('Ac', 'tivity'), ('observ', 'ers'), ('accom', 'plish'), ('procla', 'mation')]
ST18820914-V08-35-page9.txt: [('experi', 'enced'), ('opportu', 'nity'), ('quar', 'ries'), ('ingen', 'ious'), ('vis', 'itors'), ('splen', 'did'), ('co', 'operate'), ('mis', 'sionary'), ('persecu', 'tion')]
ST18820921-V08-36-page11.txt: [('TH', 'is')]
ST18820921-V08-36-page12.txt: [('sile', 'r'), ('OP', 'P'), ('Southamp', 'ton'), ('opposi', 'tion'), ('Heav', 'en'), ('pil', 'grim'), ('ti', 'e'), ('sor', 'row'), ('Ti', 'a'), ('ev', 'er'), ('Pu', 'ritanism'), ('wea', 'ry'), ('wel', 'come'), ('spir', 'it'), ('mu', 'sic'), ('fi', 'T'), ('busi', 'ness'), ('ac', 'count')]
ST18820921-V08-36-page2.txt: [('charac', 'terized'), ('deserv', 'ing'), ('trum', 'peted'), ('destruc', 'tion'), ('impet', 'uous'), ('influ', 'ence'), ('consti', 'tutes'), ('knowl', 'edge'), ('advo', 'cated'), ('Jeru', 'salem'), ('wil', 'lingness')]
ST18820921-V08-36-page3.txt: [('chil', 'dren'), ('ex', 'ceedingly'), ('Congre', 'gationalist'), ('busi', 'ness'), ('peo', 'ple'), ('espe', 'cially'), ('circum', 'stances'), ('agoniz', 'ing')]
ST18820921-V08-36-page5.txt: [('wor', 'ship'), ('ex', 'cuse'), ('Bos', 'e'), ('fu', 'ture'), ('es', 'pecially'), ('schol', 'ars'), ('excom', 'munication'), ('indis', 'pensable')]
ST18820921-V08-36-page6.txt: [('Presi', 'dents'), ('founda', 'tion'), ('sympa', 'thy'), ('direc', 'tion'), ('accom', 'plish'), ('relig', 'ion'), ('hesi', 'tating'), ('Reposi', 'tory'), ('instrumen', 'tality'), ('unbe', 'lief'), ('oppo', 'nents')]
ST18820921-V08-36-page7.txt: [('wor', 'ship'), ('conspicu', 'ous'), ('sanc', 'tified'), ('opposi', 'tion'), ('Ro', 'manist'), ('ecclesi', 'astical')]
ST18820921-V08-36-page8.txt: [('ap', 'pointed'), ('ex', 'pression'), ('em', 'powered'), ('sug', 'gest'), ('peo', 'ple'), ('posi', 'tions'), ('remem', 'brance'), ('re', 'ferred'), ('ac', 'count'), ('ful', 'filled')]
ST18820921-V08-36-page9.txt: [('conversa', 'tion'), ('ap', 'proached'), ('ex', 'amine'), ('Incorpora', 'tion'), ('Agri', 'cultural'), ('Incor', 'poration'), ('unan', 'imously'), ('viv', 'idly'), ('tem', 'perance'), ('un', 'couth'), ('Califor', 'nia'), ('Incorpo', 'ration'), ('legisla', 'tion')]
ST18820928-V08-37-page11.txt: [('Cuy', 'ahoga'), ('amus', 'ing'), ('Hol', 'landers'), ('re', 'duction'), ('trav', 'eling'), ('organi', 'zation'), ('Metho', 'dist'), ('decis', 'ion'), ('ex', 'cept'), ('Ne', 'braska'), ('griev', 'ance'), ('preser', 'vation'), ('figur', 'ative')]
ST18820928-V08-37-page12.txt: [('preced', 'ing'), ('regu', 'lar'), ('busi', 'ness'), ('ac', 'count')]
ST18820928-V08-37-page2.txt: [('co', 'operation'), ("God'", 's'), ('re', 'Hob')]
ST18820928-V08-37-page4.txt: [('irrever', 'ent'), ('ap', 'proved'), ('unprof', 'itably'), ('homilet', 'ical'), ('intelli', 'gence'), ('Phari', 'sees'), ('sacri', 'fice'), ('ele', 'ment'), ('Conven', 'tional'), ('taber', 'nacle'), ('contro', 'versy'), ('oppos', 'ing'), ('vis', 'ible'), ('sanctifi', 'cation'), ('conse', 'cration'), ('dispensa', 'tion'), ('sancti', 'fies'), ('captivat', 'ing'), ('dedica', 'tion'), ('re', 'deems'), ('scaf', 'folding')]
ST18820928-V08-37-page6.txt: [('appro', 'val'), ('informa', 'tion'), ('Nebuchadrezz', 'ar'), ('pre', 'tend'), ('conclu', 'sions')]
ST18820928-V08-37-page7.txt: [('substan', 'tially'), ('accompani', 'ments'), ('sincer', 'ity'), ('coun', 'try'), ('godli', 'ness'), ('un', 'godly'), ('op', 'posite'), ('re', 'vival')]
ST18821005-V08-38-page1.txt: [('licen', 'tiousness'), ('giv', 'ing')]
ST18821005-V08-38-page11.txt: [('Mc', 'Donald')]
ST18821005-V08-38-page12.txt: [('Bos', 'ton'), ('poli', 'tician'), ('unschol', 'arly'), ('re', 'strain'), ('ex', 'amined'), ('noth', 'ing'), ('edu', 'cated')]
ST18821005-V08-38-page3.txt: [('charac', 'ters'), ('neces', 'sary'), ('proba', 'ble'), ('inten', 'tion'), ('immor', 'tality'), ('circum', 'stance'), ('depre', 'dations'), ('condem', 'nation'), ('re', 'ferred')]
ST18821005-V08-38-page4.txt: [('founda', 'tion'), ('al', 'leged'), ('Re', 'ports'), ('ordi', 'nary'), ('contri', 'bution'), ('equiva', 'lent'), ('nega', 'tive'), ('sev', 'enth'), ('Satur', 'day'), ('prac', 'tice'), ('obli', 'gation'), ('disci', 'ples'), ('ver', 'sions'), ('estab', 'lish'), ('conclu', 'sion')]
ST18821005-V08-38-page5.txt: [('misunder', 'stood'), ('al', 'ready'), ('ex', 'ample'), ('ordi', 'nary'), ('es', 'pecially'), ('PA', 'ID'), ('oc', 'casion'), ('homeo', 'pathic'), ('declar', 'ing'), ('conver', 'sation'), ('narra', 'tive'), ('re', 'turned')]
ST18821005-V08-38-page6.txt: [('opportu', 'nity'), ('unfortu', 'nately'), ('observ', 'ance'), ('Conven', 'tion'), ('diamet', 'rically'), ('advisa', 'bility'), ('peo', 'ple'), ('un', 'clean')]
ST18821005-V08-38-page7.txt: [('unin', 'terrupted'), ('corre', 'sponds'), ('por', 'tion'), ('ob', 'servation'), ('busi', 'ness'), ('testi', 'mony'), ('Mariola', 'try'), ('distin', 'guished'), ('oint', 'ments')]
ST18821005-V08-38-page8.txt: [('inevita', 'ble')]
ST18821019-V08-39-page11.txt: [('appli', 'cation'), ('knowl', 'edge'), ('announc', 'ing'), ('pre', 'emption'), ('re', 'instated'), ('ani', 'mal'), ('percepti', 'ble'), ('th', 'ree'), ('discrimina', 'ting'), ('Sev', 'enth'), ('Octo', 'ber'), ('frus', 'trated'), ('sepa', 'rate'), ('ob', 'served'), ('condi', 'tion'), ('sanc', 'tified'), ('Conven', 'tion')]
ST18821019-V08-39-page12.txt: [('impossi', 'ble'), ('Southamp', 'ton'), ('pre', 'sented'), ('surren', 'dered'), ('observ', 'ance'), ('arti', 'cle'), ('theo', 'ries'), ('Bre', 'men'), ('promi', 'nent'), ('peo', 'ple')]
ST18821019-V08-39-page2.txt: [('wor', 'ship'), ('incom', 'prehensible'), ('mo', 'ment'), ('sanc', 'tity'), ('fa', 'vored'), ('ob', 'servance'), ('actu', 'ally'), ('esti', 'mated'), ('obli', 'gation'), ('pre', 'vent'), ('considera', 'tions'), ('anathe', 'matized'), ('re', 'gard'), ('Revela', 'tion')]
ST18821019-V08-39-page3.txt: [('unintel', 'ligent'), ('uncom', 'mon'), ('creat', 'ure'), ('contin', 'ued'), ('influ', 'ence'), ('disap', 'pointment'), ('profes', 'sion'), ('re', 'ceived'), ('acci', 'dent')]
ST18821019-V08-39-page6.txt: [('festi', 'vals'), ('decla', 'ration'), ('particu', 'lar'), ('vari', 'ous'), ('creat', 'ure'), ('coun', 'sel'), ('mov', 'ing'), ('significa', 'tion'), ('cer', 'tainly'), ('preju', 'dices'), ('argu', 'ment'), ('insti', 'tution'), ('ren', 'dering'), ('Inas', 'much')]
ST18821019-V08-39-page7.txt: [('strin', 'gent'), ('har', 'mony'), ('cov', 'enant'), ('practi', 'cal'), ('co', 'partnership'), ('congre', 'gation'), ('re', 'garded'), ('supersti', 'tion')]
ST18821019-V08-39-page9.txt: [('ap', 'pears'), ('qual', 'ifications'), ('hu', 'manity'), ('sev', 'eral'), ('Resolu', 'tions'), ('mak', 'ing'), ('unaccus', 'tomed'), ('Saun', 'ders'), ('po', 'liteness'), ('noth', 'ing'), ('Nomi', 'nating'), ('th', 'at'), ('dif', 'fuse'), ('re', 'marks'), ('happi', 'ness')]
ST18821026-V08-40-page11.txt: [('Wil', 'liam'), ('experi', 'ence'), ('declar', 'ing'), ('Phila', 'delphia'), ('theo', 'ries'), ('ex', 'changes'), ('gradu', 'ated'), ('stran', 'ger'), ('ob', 'jected'), ('uncom', 'fortable')]
ST18821026-V08-40-page12.txt: [('unavoida', 'bly'), ('satis', 'factory'), ('pre', 'sented'), ('op', 'posed'), ('re', 'ceived'), ('experi', 'ence'), ('abun', 'dance'), ('proph', 'ecy'), ('testi', 'mony'), ('occa', 'sions'), ('ex', 'pect'), ('propor', 'tion'), ('relig', 'ious')]
ST18821026-V08-40-page2.txt: [('vari', 'ous'), ('relig', 'ious'), ('se', 'cure'), ('suc', 'ceeding'), ('indis', 'tinct'), ('re', 'vealed')]
ST18821026-V08-40-page3.txt: [('diffi', 'culties'), ('elo', 'quent'), ('independ', 'ence'), ('invigorat', 'ing'), ('divis', 'ions')]
ST18821026-V08-40-page4.txt: [('Healds', 'burg'), ('Cus', 'ter'), ('impos', 'sible'), ('exe', 'cuted'), ('Re', 'ports'), ('coun', 'sel'), ('prac', 'tical'), ('dif', 'ferent')]
ST18821026-V08-40-page5.txt: [('sylla', 'bles')]
ST18821026-V08-40-page7.txt: [('repre', 'sentatives'), ('adher', 'ence'), ('indi', 'viduals'), ('desti', 'tution'), ('assem', 'bly'), ('mechan', 'ically')]
ST18821026-V08-40-page8.txt: [('Presi', 'dent'), ('Wil', 'lits'), ('Gon', 'zales'), ('commun', 'ion'), ('Morri', 'son'), ('re', 'sults'), ('resurrec', 'tion'), ('TU', 'E'), ('ex', 'tend'), ('grati', 'tude'), ('privi', 'leges'), ('busi', 'ness'), ('deliber', 'ations')]
ST18821026-V08-40-page9.txt: [('corre', 'spond'), ('Cre', 'dentials'), ('quar', 'rels'), ('cul', 'tivation'), ('senti', 'ment'), ('pre', 'sented'), ('princi', 'pally'), ('re', 'i'), ('Loughbor', 'ough')]
ST18821102-V08-41-page11.txt: [('ordi', 'nance'), ('unobjec', 'tionable'), ('posi', 'tion'), ('Constanti', 'nople'), ('re', 'tainers'), ('popula', 'tion'), ('sug', 'gests'), ('estab', 'lishment'), ('insignifi', 'cance'), ('ex', 'cite'), ('Salva', 'tionists'), ('nowa', 'days'), ('ap', 'peared'), ('facto', 'ries'), ('sa', 'cs'), ('satisfac', 'torily')]
ST18821102-V08-41-page12.txt: [('OP', 'E'), ('rela', 'tion'), ('re', 'joice'), ('ti', 'T'), ('Infi', 'del'), ('proph', 'ecy'), ('Edi', 'tion'), ('suf', 'fer'), ('Ie', 'r'), ('co', 'IL'), ('Je', 'sus'), ('subscrip', 'tions')]
ST18821102-V08-41-page2.txt: [('ex', 'istence'), ('indulg', 'ing'), ('ani', 'mated'), ('godli', 'ness'), ('pre', 'dicted'), ('becom', 'ing')]
ST18821102-V08-41-page4.txt: [('opin', 'ions'), ('suf', 'fering'), ('cer', 'tainly'), ('abol', 'ish'), ('breth', 'ren'), ('resur', 'rection'), ('suffi', 'cient'), ('pre', 'senting'), ('un', 'sound'), ('re', 'demption')]
ST18821102-V08-41-page6.txt: [('ex', 'plicit'), ('fre', 'quent'), ('oc', 'curred'), ('prac', 'tice'), ('centu', 'ries'), ('whatso', 'ever'), ('quent', 'in'), ('pre', 'sented'), ('Apos', 'tolical')]
ST18821102-V08-41-page7.txt: [('dispos', 'ing'), ('Inde', 'pendent'), ('denomi', 'nation'), ('sys', 'tem'), ('evangeli', 'cal'), ('obliga', 'tion'), ('Presby', 'terian'), ('impre', 'catory'), ('attribut', 'ing'), ('discred', 'its'), ('re', 'lation'), ('Refor', 'mation')]
ST18821102-V08-41-page8.txt: [('Presi', 'dent'), ('incon', 'venience'), ('accus', 'tomed'), ('ful', 'filling'), ('calcu', 'lated'), ('har', 'moniously'), ('observ', 'ance'), ('Mis', 'sionary'), ('corrup', 'tions'), ('re', 'sults')]
ST18821109-V08-42-page1.txt: [('al', 't')]
ST18821109-V08-42-page11.txt: [('pre', 'sented'), ('sylla', 'bles')]
ST18821109-V08-42-page12.txt: [('al', 'ways'), ('Re', 'public'), ('Southamp', 'ton'), ('educa', 'tion'), ('ob', 'served'), ('prohibi', 'tion'), ('Noth', 'ing'), ('enumer', 'ated'), ('Ches', 'ter')]
ST18821109-V08-42-page2.txt: [('condi', 'tion'), ('sor', 'row'), ('resurrec', 'tion'), ('destruc', 'tion'), ('es', 'timation'), ('resur', 'rection'), ('sanctifi', 'cation'), ('insti', 'tuted'), ('un', 'worthy'), ('obstruc', 'tion'), ('mis', 'understood')]
ST18821109-V08-42-page3.txt: [('partic', 'ularly'), ('resi', 'dence'), ('immor', 'tality'), ('suffi', 'ciently')]
ST18821109-V08-42-page4.txt: [('Noth', 'ing'), ('iniq', 'uity'), ('ex', 'isted'), ('Re', 'pent'), ('occu', 'pied'), ('esti', 'mated'), ('Ro', 'man'), ('consolida', 'tion'), ('giv', 'ing'), ('divis', 'ions')]
ST18821109-V08-42-page5.txt: [('nar', 'rative'), ('inno', 'cent'), ('ex', 'press'), ('domin', 'ions'), ('ori', 'gin'), ('transi', 'tion'), ('cul', 'minating'), ('Ro', 'man'), ('origi', 'nal'), ('peo', 'ple'), ('adminis', 'tration'), ('determin', 'ation'), ('notori', 'ety'), ('pre', 'liminary'), ('dif', 'ferent'), ('accu', 'sation'), ('re', 'ceived'), ('na', 'tional')]
ST18821109-V08-42-page6.txt: [('lan', 'guage'), ('cre', 'ated'), ('sus', 'ceptibility'), ('destruc', 'tion'), ('modi', 'fied'), ('peo', 'ple'), ('explan', 'ation'), ('extinc', 'tion'), ('dissolu', 'tion')]
ST18821109-V08-42-page7.txt: [('inci', 'dent'), ('ex', 'tremely'), ('coun', 'try'), ('suf', 'ficiently'), ('peo', 'ple'), ('Sabba', 'tarians'), ('Transyl', 'vania'), ('senti', 'ments'), ('Transylva', 'nia'), ('un', 'usually'), ('nu', 'merous'), ('describ', 'ing'), ('persecu', 'tion'), ('institu', 'tions'), ('re', 'main'), ('ac', 'tually')]
ST18821109-V08-42-page8.txt: [('Noth', 'ing'), ('awak', 'ened'), ('uncon', 'secrated'), ('ra', 'tionalist'), ('observ', 'ance'), ('Abra', 'ham'), ('suffi', 'ciently'), ('ac', 'cept')]
ST18821109-V08-42-page9.txt: [('wor', 'shiping'), ('prohi', 'bition'), ('intox', 'icating'), ('enfran', 'chising'), ('re', 'sponsible')]
ST18821116-V08-43-page1.txt: [('commo', 'tion'), ('ap', 'peared'), ('elo', 'quence'), ('creat', 'ures'), ('salva', 'tion'), ('impor', 'tant'), ('attrac', 'tions'), ('moun', 'tain')]
ST18821116-V08-43-page10.txt: [('chil', 'dren'), ('hir', 'ed'), ('igno', 'rance'), ('impa', 'tiently'), ('daugh', "ter's"), ('unex', 'pectedly'), ('ber', 'ries'), ('sar', 'castically'), ('tempta', 'tion')]
ST18821116-V08-43-page11.txt: [('hypothe', 'sis'), ('proba', 'tion'), ('aggregat', 'ing'), ('re', 'fer'), ('theo', 'logical'), ('fron', 'tier'), ('suc', 'cumb'), ('un', 'til'), ('seri', 'ous'), ('fif', 'teen'), ('smok', 'ing'), ('infini', 'tum'), ('selec', 'tion'), ('Dar', 'winism')]
ST18821116-V08-43-page12.txt: [('ene', 'mies'), ('Na', 'tion'), ('Southamp', 'ton'), ('tem', 'perance'), ('incor', 'rect'), ('founda', 'tion'), ('ex', 'tract'), ('ap', 'peared')]
ST18821116-V08-43-page4.txt: [('charac', 'teristics'), ('appreci', 'ated'), ('incor', 'ruptible'), ('hea', 'then'), ('proph', 'ecy'), ('tem', 'poral'), ('corrup', 'tion'), ('na', 'tions')]
ST18821116-V08-43-page5.txt: [('sylla', 'bles'), ('jeal', 'ousy'), ('instru', 'ment'), ('Si', 'mon'), ('ac', 'count')]
ST18821116-V08-43-page6.txt: [('neces', 'sarily'), ('ab', 'surdly'), ('corre', 'sponds'), ('prin', 'ciples'), ('necro', 'mancy'), ('immor', 'tality'), ('satis', 'fied'), ('consid', 'eration'), ('vin', 'dicate'), ('eter', 'nal'), ('re', 'port'), ('ac', 'complished'), ('oppo', 'sites')]
ST18821116-V08-43-page7.txt: [('incon', 'sistent'), ('chil', 'dren'), ('Th', 'e'), ('primi', 'tive'), ('schis', 'matics'), ('numer', 'ous')]
ST18821116-V08-43-page8.txt: [('lan', 'guage'), ('incon', 'venience'), ('devo', 'tions'), ('smok', 'ing'), ('inde', 'pendently'), ('atten', 'tion'), ('Peo', 'ple'), ('stran', 'gled'), ('litera', 'ture'), ('peo', 'ple'), ('connec', 'tion'), ('mis', 'sionaries'), ('medi', 'tating'), ('tempta', 'tion'), ('recog', 'nized'), ('oppo', 'sition')]
ST18821123-V08-44-page1.txt: [('al', 'ready'), ('glori', 'fied'), ('ex', 'emplified'), ('cour', 'age'), ('oth', 'ers'), ('re', 'straint')]
ST18821123-V08-44-page10.txt: [('glori', 'fied'), ('neces', 'sity'), ('chil', 'dren'), ('pa', 'thetic'), ('TI', 'E'), ('unques', 'tioning'), ('matu', 'rity'), ('ment', 'or')]
ST18821123-V08-44-page11.txt: [('Philadel', 'phia'), ('re', 'supply'), ('quan', 'tity'), ('Presby', 'terian'), ('medi', 'cines'), ('huma', 'n'), ('ex', 'pose'), ('bi', 'centennial'), ('Congre', 'gational'), ('discov', 'ered'), ('Massachu', 'setts'), ('Mor', 'mons'), ('individ', 'uals'), ('se', 'verest')]
ST18821123-V08-44-page12.txt: [('Moni', 'tor'), ('re', 'demption'), ('Metho', 'dists'), ('ob', 'served'), ('institu', 'tions'), ('misdirec', 'tion'), ('ap', 'pointment'), ('repub', 'lished'), ('unavoid', 'able'), ('accumula', 'tion')]
ST18821123-V08-44-page2.txt: [('condi', 'tions'), ('ascer', 'tained'), ('strik', 'ing'), ('prin', 'cipalities'), ('Cre', 'ation'), ('monu', 'ment'), ('suf', 'fering'), ('cer', 'tain'), ('breth', 'ren'), ('un', 'knowable'), ('sancti', 'fication'), ('re', 'demption'), ('expres', 'sion')]
ST18821123-V08-44-page4.txt: [('Heze', 'kiah'), ('Catho', 'lics'), ('ex', 'pressed'), ('ful', 'fillment'), ('har', 'monizes'), ('ob', 'tained'), ('remem', 'brance'), ('si', 'lence'), ('un', 'derstood'), ('re', 'quest')]
ST18821123-V08-44-page5.txt: [('TI', 'E')]
ST18821123-V08-44-page6.txt: [('justifi', 'cation'), ('individ', 'uals'), ('represen', 'tation'), ('interposi', 'tion'), ('holi', 'ness'), ('argu', 'ment'), ('circumstan', 'ces'), ('re', 'ceive')]
ST18821123-V08-44-page7.txt: [('innumer', 'able'), ('prac', 'tices'), ('satis', 'factory')]
ST18821123-V08-44-page8.txt: [('tr', 'iumphant'), ('disci', 'ple')]
ST18821130-V08-45-page10.txt: [('opportu', 'nity'), ('judic', 'ious'), ('ap', 'proving'), ('ex', 'pressing'), ('igno', 'rance'), ('Pa', 'tience'), ('defini', 'tion'), ('ani', 'mated'), ('busi', 'ness'), ('mis', 'tress'), ('re', 'entered')]
ST18821130-V08-45-page11.txt: [('skepti', 'cism'), ('Sul', "livan's"), ('oc', 'curred'), ('providen', 'tially'), ('atten', 'tion'), ('politi', 'cian'), ('Presby', 'terian'), ('eulo', 'gized'), ('theo', 'logians'), ('suc', 'cessive'), ('imma', 'terial'), ('issu', 'ing'), ('cari', 'caturing'), ('em', 'bryo'), ('Mor', 'monism'), ('hav', 'ing')]
ST18821130-V08-45-page12.txt: [('particu', 'lars'), ('emphat', 'ically'), ('celebra', 'tion'), ('famil', 'iarity'), ('suc', 'ceed'), ('chrono', 'logical'), ('civiliza', 'tion'), ('bi', 'centennial'), ('pecul', 'iarly'), ('ap', 'pointed'), ('publica', 'tions'), ('fi', 'nancially'), ('Jeru', 'salem')]
ST18821130-V08-45-page2.txt: [('re', 'in')]
ST18821130-V08-45-page3.txt: [('emi', 'grants'), ('conven', 'ient'), ('atten', 'tion'), ('Ro', 'manists'), ('ag', 'ricultural'), ('pre', 'lates'), ('Hol', 'land'), ('superin', 'tendent')]
ST18821130-V08-45-page4.txt: [('neces', 'sities'), ('ap', 'pointed'), ('ex', 'ample'), ('cele', 'brated'), ('ab', 'sence'), ('limita', 'tions'), ('consecra', 'tion'), ('sev', 'enth'), ('spir', 'itual'), ('busi', 'ness'), ('counte', 'nanced'), ('remem', 'brance'), ('pre', 'cept'), ('re', 'straint'), ('Dia', 'logues')]
ST18821130-V08-45-page5.txt: [('wh', 'it'), ('ex', 'ample'), ('ev', 'er'), ('hith', 'erto'), ('harmoni', 'ously'), ('explana', 'tion'), ('admira', 'tion'), ('proph', 'ecy'), ('contro', 'versy'), ('dif', 'ference'), ('re', 'vealed'), ('Sanhe', 'drim')]
ST18821130-V08-45-page6.txt: [('condi', 'tion'), ('denomi', 'nations'), ('indi', 'cated'), ('immedi', 'ate'), ('poli', 'tics'), ('recogni', 'zes'), ('contin', 'uous'), ('heark', 'ened'), ('prohibi', 'tion'), ('tem', 'porary'), ('mis', 'sionary'), ('re', 'turns'), ('ac', 'count')]
ST18821130-V08-45-page8.txt: [('charac', 'terizes'), ('digni', 'taries'), ('appar', 'ent'), ('devo', 'tion'), ('indi', 'vidual'), ('pio', 'neers'), ('accom', 'plished'), ('rava', 'ges'), ('interpreta', 'tion'), ('influ', 'ence'), ('knowl', 'edge'), ('commu', 'nication'), ('propa', 'gate'), ('re', 'cent')]
ST18821207-V08-46-page11.txt: [('re', 'duction'), ('Circum', 'cision'), ('Testi', 'mony'), ('preci', 'pice'), ('perpendicu', 'lar'), ('manu', 'facture'), ('co', 'laborers')]
ST18821207-V08-46-page12.txt: [('espe', 'cially'), ('em', 'ployed'), ('attrac', 'tions'), ('dif', 'ferent')]
ST18821207-V08-46-page2.txt: [('celebra', 'tion'), ('ap', 'pointment'), ('disobedi', 'ence'), ('mak', 'ing'), ('em', 'pire'), ('busi', 'ness'), ('Indig', 'nant'), ('intim', 'idated'), ('Foras', 'much'), ('un', 'reasonable'), ('Pon', 'tifex'), ('re', 'fresh'), ('ac', 'cording')]
ST18821207-V08-46-page4.txt: [('RE', 'OPENING'), ('ex', 'tremely'), ('domin', 'ion'), ('vari', 'ety'), ('creat', 'ures'), ('hu', 'man'), ('suf', 'ficient'), ('inviola', 'bly'), ('se', 'ductions'), ('Thessaloni', 'ans'), ('impor', 'tant'), ('re', 'fused'), ('possi', 'bly'), ('fas', 'cinations')]
ST18821207-V08-46-page5.txt: [('appar', 'ently'), ('exe', 'cuted'), ('ab', 'sence'), ('proph', 'ecies'), ('disci', 'ples'), ('evange', 'lists'), ('op', 'pressed'), ('visita', 'tion'), ('ac', 'quainted'), ('ful', 'fillment')]
ST18821207-V08-46-page6.txt: [('singl', 'e'), ('strongl', 'y')]
ST18821207-V08-46-page7.txt: [('ma', 'jority'), ('wor', 'ship'), ('duplic', 'ity'), ('Legis', 'lature'), ('privi', 'leges'), ('declara', 'tion'), ('Presby', 'terian'), ('advo', 'cated'), ('re', 'ligion')]
ST18821207-V08-46-page8.txt: [('charac', 'terizes'), ('Tyn', 'dale'), ('un', 'molested'), ('mis', 'sionaries')]
ST18821207-V08-46-page9.txt: [('impu', 'nity'), ('prohi', 'bition'), ('smok', 'ing'), ('salva', 'tion'), ('traf', 'fic'), ('conse', 'quences'), ('re', 'flection')]
ST18821214-V08-47-page10.txt: [('ma', 'de'), ('th', 'in')]
ST18821214-V08-47-page11.txt: [('har', 'mony'), ('Sul', 'tan'), ('su', 'icide'), ('HEA', 'LDSBURG'), ('sylla', 'bles'), ('Circum', 'cision'), ('sul', 'phur'), ('Testi', 'mony'), ('acci', 'dentally'), ('Sev', 'enth'), ('em', 'igrants'), ('co', 'laborers'), ('Mor', 'mons'), ('embez', 'zlements')]
ST18821214-V08-47-page12.txt: [('lodg', 'ings'), ('satis', 'fied'), ('re', 'published'), ('offi', 'cials'), ('TI', 'E'), ('mis', 'taken'), ('uncon', 'ditional'), ('facili', 'ties')]
ST18821214-V08-47-page2.txt: [('chil', 'dren'), ('justi', 'fied'), ('circum', 'cision'), ('tem', 'poral')]
ST18821214-V08-47-page3.txt: [('inquisi', 'tion'), ('expen', 'sive'), ('believ', 'eth'), ('receiv', 'eth'), ('citi', 'zen'), ('re', 'lations'), ('supersti', 'tion')]
ST18821214-V08-47-page4.txt: [('RE', 'OPENING')]
ST18821214-V08-47-page6.txt: [('sor', 'row'), ('Sev', 'enth'), ('ra', 'tional'), ('Re', 'venge'), ('indi', 'cate'), ('ach', 'or'), ('attri', 'butes'), ('resurrec', 'tion'), ('instan', 'ces'), ('peo', 'ple'), ('jeal', 'ousy'), ('pre', 'cept')]
ST18821214-V08-47-page9.txt: [('noth', 'ing')]
ST18821221-V08-48-page12.txt: [('re', 'published'), ('Guaran', 'tees'), ('Circum', 'cision'), ('un', 'claimed'), ('Testi', 'mony'), ('suf', 'fer'), ('Ameri', 'cans'), ('subscrib', 'ers'), ('transfigur', 'ation'), ('dif', 'ficult')]
ST18821221-V08-48-page13.txt: [('Noth', 'ing'), ('publica', 'tion'), ('arti', 'cles')]
ST18821221-V08-48-page14.txt: [('inten', 'tion'), ('sug', 'gestions'), ('Rol', "lin's"), ('BR', 'OWNSBERGER'), ('Ba', 'shan'), ('attrac', 'tions')]
ST18821221-V08-48-page15.txt: [('dependen', 't')]
ST18821221-V08-48-page16.txt: [('propri', 'ety'), ('Prescr', 'iption')]
ST18821221-V08-48-page2.txt: [('ex', 'planation'), ('destruc', 'tion'), ('sev', 'enty'), ('accom', 'plishes'), ('conclu', 'sion'), ('ren', 'derings')]
ST18821221-V08-48-page4.txt: [('RE', 'OPENING')]
ST18821221-V08-48-page5.txt: [('Jerusa', 'lem'), ('ap', 'peared'), ('cruci', 'fixion'), ('sys', 'tem'), ('sev', 'enty'), ('accom', 'pany'), ('sug', 'gestions'), ('proph', 'ecies'), ('conver', 'sation'), ('disci', 'pline'), ('sugges', 'tions'), ('pre', 'cept'), ('un', 'derstand'), ('schol', 'ars'), ('imme', 'diately'), ('expres', 'sions')]
ST18821221-V08-48-page6.txt: [('Presi', 'dent'), ('Inde', 'pendent'), ('ap', 'pointed'), ('ne', 'cessity'), ('Estab', 'lished'), ('peo', 'ple'), ('pre', 'vailed'), ('restora', 'tion'), ('ac', 'quainted'), ('recog', 'nized')]
ST18821221-V08-48-page7.txt: [('ex', 'pressly'), ('consumma', 'tion'), ('af', 'firm'), ('prepara', 'tion'), ('authori', 'ties'), ('arti', 'san'), ('propor', 'tions'), ('proph', 'ecy'), ('responsi', 'bilities'), ('influen', 'tial'), ('investiga', 'tion'), ('solici', 'tude'), ('ac', 'quaintance'), ('apprecia', 'ted')]
ST18821221-V08-48-page8.txt: [('conversa', 'tion')]
ST18830104-V09-01-page10.txt: [('obe', 'dience'), ('ex', 'periencing'), ('conscien', 'tiously'), ('Happi', 'ness'), ('ob', 'ject'), ('oth', 'ers'), ('peo', 'ple'), ('hearti', 'ness'), ('re', 'call'), ('wel', 'fare')]
ST18830104-V09-01-page11.txt: [('Li', 'e'), ('ni', 't'), ('spe', 'c'), ('sylla', 'bles'), ('ay', 'in'), ('ut', 't'), ('se', 'at')]
ST18830104-V09-01-page12.txt: [('misrep', 'resents'), ('direc', 'tion'), ('Southamp', 'ton'), ('abso', 'lutely'), ('re', 'spect'), ('Circum', 'cision'), ('Testi', 'mony'), ('ex', 'perience'), ('exer', 'cises'), ('SK', 'ETCHES')]
ST18830104-V09-01-page2.txt: [('neces', 'sities'), ('individ', 'ually'), ('cele', 'brations'), ('es', 'pecially'), ('tink', 'ling'), ('Heav', 'enward'), ('impor', 'tance'), ('luS', 'ts'), ('abid', 'eth'), ('un', 'learned'), ('obvi', 'ous'), ('perni', 'cious'), ('inestima', 'ble'), ('charg', 'ing')]
ST18830104-V09-01-page3.txt: [('Congrega', 'tional'), ('reac', 'tion'), ('splen', 'did'), ('diplo', 'mats'), ('natu', 'ral'), ('pre', 'eminence')]
ST18830104-V09-01-page4.txt: [('incommu', 'nicable'), ('RE', 'OPENING'), ('ex', 'ecutioner'), ('Re', 'deemer'), ('direc', 'tions'), ('ec', 'clesiastical'), ('es', 'tablish'), ('blas', 'phemous'), ('calcula', 'tions'), ('strug', 'gle'), ('Ro', 'manists'), ('encour', 'agement'), ('especi', 'ally'), ('un', 'der'), ('refut', 'ing'), ('propo', 'sitions'), ('cel', 'ibacy'), ('re', 'sponds'), ('demi', 'gods')]
ST18830104-V09-01-page8.txt: [('progres', 'sive'), ('ap', 'peared'), ('vari', 'ous'), ('Insti', 'tutes'), ('organiza', 'tion'), ('th', 'erefore'), ('re', 'ceive')]
ST18830104-V09-01-page9.txt: [('ex', 'ercises'), ('indi', 'cate'), ('smok', 'ing'), ('recom', 'mended'), ('identi', 'fied'), ('impor', 'tance'), ('congre', 'gation'), ('re', 'plied')]
ST18830111-V09-02-page10.txt: [('ex', 'pedition'), ('vege', 'tables'), ('TI', 'P'), ('discov', 'ering'), ('gener', 'ation'), ('pre', 'ferred'), ('extrava', 'gance'), ('re', 'main')]
ST18830111-V09-02-page11.txt: [('illumin', 'ate'), ('ma', 'ter'), ('politi', 'cal'), ('ex', 'tended'), ('intoler', 'ance')]
ST18830111-V09-02-page12.txt: [('Southamp', 'ton'), ('oc', 'casion'), ('pil', 'grims'), ('congre', 'gations'), ('pre', 'mium'), ('re', 'quested'), ('DA', 'Y'), ('theo', 'ries'), ('ob', 'served'), ('privi', 'lege')]
ST18830111-V09-02-page3.txt: [('charac', 'ter'), ('condemna', 'tion'), ('lan', 'guishing'), ('ex', 'ceedingly'), ('promot', 'ing'), ('resurrec', 'tion'), ('inef', 'ficient'), ('declara', 'tion'), ('co', 'extensive'), ('instru', 'ments'), ('th', 'e'), ('un', 'derstood'), ('Sa', 't'), ('dif', 'ferent'), ('re', 'member')]
ST18830111-V09-02-page4.txt: [('re', 'visit')]
ST18830111-V09-02-page5.txt: [('ex', 'istence'), ('informa', 'tion'), ('mo', 'mentum'), ('indig', 'nation'), ('exhila', 'rant'), ('posthu', 'mous'), ('immor', 'tality'), ('denomina', 'tion'), ('re', 'sults')]
ST18830111-V09-02-page6.txt: [('ex', 'ceptional'), ('apos', 'tolic'), ('incom', 'patible'), ('aggre', 'gate'), ('Pente', 'cost'), ('contradic', 'tion'), ('spir', 'itual'), ('Bi', 'ble'), ('unsatisfac', 'tory'), ('plenti', 'tude'), ('nec', 'essarily'), ('re', 'port')]
ST18830111-V09-02-page7.txt: [('consum', 'mation'), ('ex', 'piring'), ('destruc', 'tion'), ('blas', 'phemers'), ('circum', 'stances'), ('iden', 'tified'), ('pre', 'sented'), ('re', 'establishment')]
ST18830111-V09-02-page8.txt: [('al', 'I'), ('TI', 'E')]
ST18830111-V09-02-page9.txt: [('co', 'operation'), ('un', 'acquainted'), ('re', 'quired')]
ST18830111-V09-03-page1.txt: [('br', 'ought')]
ST18830111-V09-03-page10.txt: [('fre', 'quent'), ('sai', 'd'), ('neglec', 'ted'), ('proph', 'esying')]
ST18830111-V09-03-page11.txt: [('Southamp', 'ton'), ('exten', 'sively'), ('sylla', 'bles'), ('Circum', 'cision'), ('Testi', 'mony'), ('ascer', 'tained'), ('peo', 'ple'), ('manu', 'factories'), ('ren', 'dered'), ('possi', 'bility')]
ST18830111-V09-03-page12.txt: [('offi', 'cers'), ('oth', 'ers'), ('strug', 'gles'), ('unavoid', 'able'), ('eccle', 'siastical'), ('pre', 'mium'), ('representa', 'tives'), ('re', 'ceiving')]
ST18830111-V09-03-page2.txt: [('al', 'most'), ('awak', 'ened'), ('popu', 'lar'), ('dy', 'ing'), ('propor', 'tion'), ('popula', 'tion'), ('circu', 'lated'), ('argu', 'mentatively'), ('sover', 'eignty'), ('hav', 'ing'), ('irrelig', 'ion'), ('gratifi', 'cation'), ('gos', 'pel'), ('re', 'mind'), ('manifes', 'tation'), ('expres', 'sion')]
ST18830111-V09-03-page3.txt: [('ap', 'points'), ('Al', 'bany'), ('infi', 'del'), ('displeas', 'ure'), ('tri', 'bunal'), ('ejacu', 'lated'), ('pre', 'cious'), ('re', 'plied'), ('Dela', 'ware')]
ST18830111-V09-03-page4.txt: [('wor', 'thies'), ('tes', 'timony'), ('infal', 'libility'), ('Ori', 'ental'), ('purga', 'tory'), ('Independ', 'ent'), ('blas', 'phemy'), ('proph', 'ecies'), ('relig', 'ious'), ('pre', 'dominance'), ('swal', 'lowed'), ('soci', 'eties')]
ST18830111-V09-03-page5.txt: [('ex', 'pression'), ('unflinch', 'ingly'), ('abun', 'dance'), ('enlight', 'ened'), ('th', 'a'), ('pre', 'cisely'), ('un', 'interrupted'), ('dif', 'ference')]
ST18830111-V09-03-page6.txt: [('condi', 'tion'), ('neces', 'sity'), ('mu', 'sical'), ('attri', 'bute'), ('cer', 'tainly'), ('conver', 'sion'), ('stom', 'ach'), ('un', 'less'), ('unwar', 'rantable'), ('ac', 'tivity'), ('philoso', 'phizing')]
ST18830111-V09-03-page7.txt: [('taberna', 'cle'), ('sanct', 'uary'), ('bab', 'blings'), ('tes', 'tament'), ('resurrec', 'tion'), ('suf', 'ficiently'), ('resur', 'rection'), ('knowl', 'edge'), ('remem', 'bered'), ('pre', 'sent')]
ST18830111-V09-03-page8.txt: [('Presi', 'dent'), ('distribu', 'tion'), ('experi', 'enced'), ('Lan', 'caster'), ('expe', 'rience'), ('trav', 'eler'), ('ex', 'pressive'), ('Ne', 'braska'), ('em', 'ployment'), ('depos', 'ited'), ('co', 'operation'), ('pre', 'eminently'), ('periodi', 'cals'), ('representa', 'tive'), ('finan', 'cial'), ('mis', 'sionary'), ('denomina', 'tional'), ('re', 'serve')]
ST18830111-V09-03-page9.txt: [('diffi', 'culties'), ('Reso', 'lution'), ('ex', 'pressed'), ('sys', 'tem'), ('devel', 'oping'), ('sev', 'eral'), ('ob', 'jections'), ('unnec', 'essary'), ('unani', 'mous'), ('pre', 'sented'), ('nec', 'essary'), ('estab', 'lished'), ('re', 'quest')]
ST18830111-V09-04-page1.txt: [('expe', 'dient'), ('ful', 'fill'), ('edifica', 'tion'), ('unhappi', 'ness'), ('injunc', 'tions'), ('mur', 'der')]
ST18830111-V09-04-page10.txt: [('accommo', 'dations'), ('unex', 'pected'), ('circum', 'stances')]
ST18830111-V09-04-page11.txt: [('cus', 'tom'), ('oc', 'curred'), ('Philadel', 'phia'), ('exten', 'sion'), ('Em', 'pire'), ('suc', 'ceeded'), ('estab', 'lished'), ('diffi', 'culties'), ('ex', 'pedition'), ('Sev', 'eral'), ('recom', 'mends'), ('co', 'ors'), ('griev', 'ance'), ('individ', 'ual'), ('ded', 'icating'), ('Egyp', 'tian'), ('citi', 'zen')]
ST18830111-V09-04-page12.txt: [('pre', 'mium'), ('acci', 'dents'), ('apprecia', 'tion'), ('ex', 'isted'), ('circu', 'lation'), ('imme', 'diately'), ('resolu', 'tion'), ('killE', 'd'), ('Trib', 'une')]
ST18830111-V09-04-page2.txt: [('condi', 'tion'), ('delu', 'sion'), ('visibil', 'ity'), ('obser', 'vation'), ('ex', 'pects'), ('sys', 'tem'), ('salv', 'e'), ('prin', 'ciple'), ('relig', 'ion'), ('unmistaka', 'bly'), ('encour', 'age'), ('conse', 'quences'), ('reiter', 'ated'), ('re', 'deemed'), ('unmis', 'takable')]
ST18830111-V09-04-page3.txt: [('th', 'y')]
ST18830111-V09-04-page4.txt: [('ex', 'cuse'), ('anot', 'her'), ('Re', 'viewer'), ('impeni', 'tent'), ('expia', 'tion'), ('infi', 'nite'), ('cer', 'tain'), ('se', 'verity'), ('satis', 'faction'), ('posi', 'tion'), ('consid', 'eration'), ('pre', 'viously'), ('Es', 'sential'), ('re', 'sult'), ('ac', 'tion')]
ST18830111-V09-04-page5.txt: [('ex', 'hausted'), ('Pha', 'raoh'), ('od', 'is')]
ST18830111-V09-04-page6.txt: [('immor', 'tality'), ('pre', 'term'), ('nec', 'essarily')]
ST18830111-V09-04-page7.txt: [('Sev', 'enth'), ('exami', 'nation'), ('accom', 'plished'), ('investiga', 'tive'), ('tem', 'ple'), ('gener', 'ation'), ('pre', 'viously'), ('un', 'just'), ('inves', 'tigation'), ('Jeru', 'salem')]
ST18830111-V09-04-page8.txt: [('ex', 'amples'), ('accom', 'plishing'), ('undoubt', 'edly'), ('Mis', 'sion'), ('sug', 'gested'), ('Scandi', 'navian'), ('hav', 'ing'), ('id', 'a'), ('advo', 'cated'), ('re', 'markable'), ('recog', 'nized'), ('oppo', 'sition')]
ST18830111-V09-04-page9.txt: [('consid', 'erable')]
ST18830111-V09-05-page10.txt: [('al', 'though'), ('ex', 'cept'), ('sympa', 'thize'), ('amus', 'ing'), ('neverthe', 'less'), ('sug', 'gestion'), ('instru', 'ment'), ('un', 'musically'), ('re', 'ceiving')]
ST18830111-V09-05-page11.txt: [('runa', 'way'), ('incor', 'porated'), ('procla', 'mation'), ('excommu', 'nication'), ('consump', 'tion'), ('attrac', 'tions'), ('na', 'tive')]
ST18830111-V09-05-page12.txt: [('pre', 'mium'), ('re', 'quested'), ('circu', 'lation')]
ST18830111-V09-05-page2.txt: [('al', 'ready'), ('accompa', 'nied'), ('indi', 'vidual'), ('crimi', 'nality'), ('vari', 'ous'), ('coun', 'sels'), ('everlast', 'ing'), ('sug', 'gest'), ('gra', 'dations'), ('trai', 'torous'), ('circum', 'stances'), ('ortho', 'doxy'), ('oppor', 'tunity'), ('re', 'flection')]
ST18830111-V09-05-page3.txt: [('al', 'lowed'), ('ex', 'cellent'), ('spir', 'itual'), ('ob', 'vious'), ('suc', 'cessfully'), ('na', 'tion'), ('mis', 'take'), ('re', 'peat'), ('catas', 'trophe')]
ST18830111-V09-05-page4.txt: [('corpo', 'rate'), ('wor', 'ship'), ('ex', 'position'), ('sys', 'tem'), ('antago', 'nism'), ('sacri', 'lege'), ('spir', 'itual'), ('cer', 'tainly'), ('proph', 'ecies'), ('ig', 'norance'), ('believ', 'ing'), ('dispen', 'sation'), ('peo', 'ples'), ('re', 'generated')]
ST18830111-V09-05-page5.txt: [('ex', 'plain'), ('appli', 'cable'), ('Al', 'though'), ('servil', 'ity'), ('disar', 'ranging'), ('cer', 'tain'), ('em', 'ployer'), ('fortu', 'nately'), ('wa', 's'), ('exhor', 'tation'), ('dif', 'ference'), ('re', 'mained'), ('ac', 'cording')]
ST18830111-V09-05-page6.txt: [('unfortu', 'nately'), ('apos', 'tasy'), ('fre', 'quency'), ('em', 'phatically'), ('Tes', 'tament'), ('breth', 'ren'), ('encour', 'agement'), ('pre', 'eminently'), ('institu', 'tion'), ('re', 'elected')]
ST18830111-V09-05-page8.txt: [('accom', 'plishes'), ('disap', 'pointed'), ('un', 'til'), ('re', 'plied')]
ST18830111-V09-05-page9.txt: [('servi', 'tude'), ('volun', 'tarily'), ('Bos', 'ton'), ('sev', 'eral'), ('abun', 'dantly'), ('dreari', 'ness'), ('indig', 'nant'), ('atmos', 'phere'), ('plac', 'ing'), ('Massachu', 'setts'), ('unsus', 'picious'), ('contem', 'plates'), ('re', 'pealed')]
ST18830111-V09-06-page10.txt: [('Wil', 'kins'), ('TI', 'a'), ('ment', 'he')]
ST18830111-V09-06-page11.txt: [('ti', 'the')]
ST18830111-V09-06-page12.txt: [('Satur', 'day'), ('re', 'quested'), ('accom', 'plish'), ('phe', 'nomenal'), ('inun', 'dated')]
ST18830111-V09-06-page3.txt: [('chil', 'dren'), ('ab', 'struse'), ('Em', 'peror'), ('inde', 'pendent'), ('nei', 'ther'), ('reve', 'lation'), ('relig', 'ious'), ('ay', 'Nor'), ('circum', 'stances'), ('un', 'usual'), ('re', 'buke')]
ST18830111-V09-06-page4.txt: [('descrip', 'tion'), ('exe', 'cutioners'), ('har', 'vest'), ('contro', 'versy'), ('gloomi', 'ness'), ('re', 'ception')]
ST18830111-V09-06-page6.txt: [('tradi', 'tions'), ('sus', 'taining'), ('ex', 'pressed'), ('Sev', 'enth'), ('fre', 'quently'), ('observa', 'tion'), ('atten', 'tive'), ('estima', 'tion'), ('testi', 'mony'), ('prepar', 'ing'), ('denomina', 'tions'), ('re', 'corded'), ('tra', 'dition'), ('ac', 'knowledge')]
ST18830111-V09-06-page7.txt: [('concl', 'ude'), ('Britan', 'nica')]
ST18830111-V09-06-page8.txt: [('demol', 'ishing')]
ST18830111-V09-06-page9.txt: [('ex', 'istence'), ('adja', 'cent'), ('defini', 'tion'), ('disre', 'garded'), ('prohib', 'itory'), ('regula', 'tions'), ('manufact', 'uring'), ('toler', 'ated'), ('re', 'ceiving')]
ST18830111-V09-07-page1.txt: [('profes', 's'), ('quak', 'e')]
ST18830111-V09-07-page11.txt: [('vio', 'lence'), ('circum', 'stances'), ('Ma', 'ny'), ('suf', 'frage'), ('em', 'ployment'), ('institu', 'tion'), ('disar', 'range'), ('attrac', 'tions'), ('Revolu', 'tionary')]
ST18830111-V09-07-page12.txt: [('appli', 'cable'), ('pre', 'mium'), ('op', 'portunity'), ('re', 'opening'), ('Metho', 'dist'), ('apos', 'tles'), ('theo', 'ries'), ('Fa', 'ther'), ('ut', 'tered'), ('Dic', 'tionary'), ('sanc', 'tum'), ('prac', 'tices')]
ST18830111-V09-07-page3.txt: [('obe', 'dience'), ('Re', 'corder'), ('observ', 'ance'), ('Gl', 'and'), ('su', 'preme'), ('sprink', 'ling'), ('consid', 'eration'), ('suc', 'ceeded'), ('prepar', 'ing'), ('na', 'tions'), ('re', 'quires'), ('recog', 'nized')]
ST18830111-V09-07-page4.txt: [('fre', 'quently'), ('proph', 'ecies'), ('conver', 'sant'), ('argu', 'ment'), ('Theo', 'logical'), ('preced', 'ing')]
ST18830111-V09-07-page5.txt: [('ti', 'e'), ('ap', 'peared'), ('har', 'mony'), ('corrobora', 'tive'), ('sylla', 'bles'), ('everlast', 'ing'), ('contin', 'ued'), ('Massachu', 'setts'), ('prepar', 'ing'), ('un', 'a'), ('ful', 'filled')]
ST18830111-V09-07-page7.txt: [('sev', 'erally'), ('peo', 'ple'), ('remem', 'ber'), ('whatso', 'ever'), ('pre', 'eminent'), ('re', 'mained'), ('distinc', 'tion')]
ST18830111-V09-07-page9.txt: [('larg', 'est'), ('wor', 'shipers'), ('ex', 'cessive'), ('lowli', 'est'), ('af', 'fluence'), ('restau', 'rant'), ('spe', 'cial'), ('peo', 'ple'), ('manufact', 'ure'), ('proprie', 'tors'), ('intoxi', 'cating'), ('Bu', 'reau'), ('un', 'broken'), ('re', 'entered')]
ST18830111-V09-08-page1.txt: [('fre', 'i')]
ST18830111-V09-08-page11.txt: [('pre', 'vailed'), ('re', 'lentless'), ('conse', 'quences'), ('suc', 'cessor'), ('chil', 'dren'), ('propor', 'tion'), ('em', 'peror'), ('prac', 'tice'), ('consid', 'ered'), ('Trib', 'une')]
ST18830111-V09-08-page12.txt: [('Agri', 'cultural'), ('Mis', 'sionary'), ('emphat', 'ically'), ('re', 'ceiving'), ('delib', 'erately'), ('unfortu', 'nate'), ('sympa', 'thize'), ('headquar', 'ters'), ('famil', 'iarity'), ('theo', 'ries'), ('chrono', 'logical'), ('civiliza', 'tion'), ('educa', 'tion'), ('influ', 'ences'), ('Jeru', 'salem')]
ST18830111-V09-08-page2.txt: [('proposi', 'tion'), ('infal', 'lible'), ('obedi', 'ence'), ('famil', 'iar'), ('connec', 'tion'), ('pre', 'eminently'), ('ac', 'cepts')]
ST18830111-V09-08-page3.txt: [('ex', 'pected'), ('igno', 'rance'), ('atten', 'tion'), ('Hom', 'iletic'), ('Wes', 'ley'), ('plia', 'bility'), ('peo', 'ple'), ('encour', 'aging'), ('hav', 'ing'), ('co', 'operation'), ('Associa', 'tion'), ('re', 'cently')]
ST18830111-V09-08-page4.txt: [('founda', 'tions'), ('neces', 'sary'), ('ex', 'tract'), ('coun', 'tenanced'), ('recogni', 'tions'), ('pri', 'vate'), ('discov', 'ering'), ('dispen', 'sation'), ('resur', 'rection'), ('espe', 'cially'), ('co', 'operation'), ('pre', 'vent'), ('Napo', 'leonic'), ('ac', 'cepted'), ('recog', 'nizes'), ('na', 'tional')]
ST18830111-V09-08-page5.txt: [('wor', 'ship'), ('repre', 'sented'), ('qual', 'ities'), ('hu', 'man'), ('chro', 'nologists'), ('proph', 'ecies'), ('declara', 'tion'), ('assump', 'tion'), ('Arta', 'xerxes'), ('consid', 'ered'), ('un', 'paid'), ('Mal', 'achi'), ('Jeru', 'salem'), ('re', 'turned'), ('prodi', 'gality')]
ST18830111-V09-08-page7.txt: [('enumer', 'ation'), ('ratifica', 'tion'), ('peo', 'ple'), ('th', 'reader'), ('unbe', 'lief')]
ST18830111-V09-08-page8.txt: [('mis', 'sions')]
ST18830222-V08-08-page1.txt: [('fre', 'i')]
ST18830222-V08-08-page11.txt: [('pre', 'vailed'), ('re', 'lentless'), ('conse', 'quences'), ('suc', 'cessor'), ('chil', 'dren'), ('propor', 'tion'), ('em', 'peror'), ('prac', 'tice'), ('consid', 'ered'), ('Trib', 'une')]
ST18830222-V08-08-page12.txt: [('Agri', 'cultural'), ('Mis', 'sionary'), ('emphat', 'ically'), ('re', 'ceiving'), ('delib', 'erately'), ('unfortu', 'nate'), ('sympa', 'thize'), ('headquar', 'ters'), ('famil', 'iarity'), ('theo', 'ries'), ('chrono', 'logical'), ('civiliza', 'tion'), ('educa', 'tion'), ('influ', 'ences'), ('Jeru', 'salem')]
ST18830222-V08-08-page2.txt: [('proposi', 'tion'), ('infal', 'lible'), ('obedi', 'ence'), ('famil', 'iar'), ('connec', 'tion'), ('pre', 'eminently'), ('ac', 'cepts')]
ST18830222-V08-08-page3.txt: [('ex', 'pected'), ('igno', 'rance'), ('atten', 'tion'), ('Hom', 'iletic'), ('Wes', 'ley'), ('plia', 'bility'), ('peo', 'ple'), ('encour', 'aging'), ('hav', 'ing'), ('co', 'operation'), ('Associa', 'tion'), ('re', 'cently')]
ST18830222-V08-08-page4.txt: [('founda', 'tions'), ('neces', 'sary'), ('ex', 'tract'), ('coun', 'tenanced'), ('recogni', 'tions'), ('pri', 'vate'), ('discov', 'ering'), ('dispen', 'sation'), ('resur', 'rection'), ('espe', 'cially'), ('co', 'operation'), ('pre', 'vent'), ('Napo', 'leonic'), ('ac', 'cepted'), ('recog', 'nizes'), ('na', 'tional')]
ST18830222-V08-08-page5.txt: [('wor', 'ship'), ('repre', 'sented'), ('qual', 'ities'), ('hu', 'man'), ('chro', 'nologists'), ('proph', 'ecies'), ('declara', 'tion'), ('assump', 'tion'), ('Arta', 'xerxes'), ('consid', 'ered'), ('un', 'paid'), ('Mal', 'achi'), ('Jeru', 'salem'), ('re', 'turned'), ('prodi', 'gality')]
ST18830222-V08-08-page7.txt: [('enumer', 'ation'), ('ratifica', 'tion'), ('peo', 'ple'), ('th', 'reader'), ('unbe', 'lief')]
ST18830222-V08-08-page8.txt: [('mis', 'sions')]
ST18830301-V09-09-page1.txt: [('ex', 'perienced'), ('ordi', 'nance'), ('jeal', 'ous'), ('disci', 'ples'), ('un', 'derstood'), ('re', 'joiceth'), ('ac', 'cordance')]
ST18830301-V09-09-page10.txt: [('ex', 'claimed'), ('disconso', 'lately'), ('nowa', 'days'), ('un', 'wavering')]
ST18830301-V09-09-page11.txt: [('Re', 'view'), ('mak', 'ing'), ('Legis', 'lature'), ('Circum', 'cision'), ('theo', 'ries'), ('argu', 'ment'), ('Testi', 'mony'), ('lan', 'guages'), ('Tes', 'taments'), ('distrib', 'uting'), ('appre', 'hended'), ('prac', 'tically')]
ST18830301-V09-09-page12.txt: [('al', 'ways'), ('pre', 'sented'), ('experi', 'enced'), ('atten', 'tion'), ('proph', 'ecy'), ('argu', 'ment'), ('suf', 'ficient'), ('ade', 'quate'), ('beauti', 'ful'), ('ab', 'sence')]
ST18830301-V09-09-page2.txt: [('interroga', 'tion'), ('Je', 'horam'), ('Sav', 'iour'), ('melodi', 'ous'), ('ab', 'horred'), ('succes', 'sively'), ('sev', 'enty'), ('Bi', 'ble'), ('Na', 'than'), ('preten', 'sions'), ('Steph', 'ens'), ('arith', 'metic')]
ST18830301-V09-09-page3.txt: [('contro', 'versy')]
ST18830301-V09-09-page4.txt: [('ex', 'ceedingly'), ('af', 'firmed'), ('Thes', 'salonica'), ('everlast', 'ing'), ('satisfac', 'tory'), ('ung', 'odly'), ('pre', 'pared'), ('persecu', 'tions')]
ST18830301-V09-09-page5.txt: [('Bi', 'ELD'), ('famil', 'iarity')]
ST18830301-V09-09-page6.txt: [('uncon', 'ditional'), ('mu', 't'), ('individ', 'ual'), ('objec', 'tion'), ('ex', 'ists'), ('Burge', 'son'), ('navi', 'gators'), ('Ex', 'amining'), ('un', 'sound'), ('Eter', 'nal'), ('dif', 'ferent'), ('re', 'gard'), ('misappre', 'hension')]
ST18830301-V09-09-page7.txt: [('trav', 'els'), ('corre', 'spondent'), ('Pa', 'cific'), ('Peo', 'ple'), ('abol', 'ished'), ('cov', 'enant'), ('ment', 'or'), ('consid', 'eration'), ('suc', 'ceeded')]
ST18830301-V09-09-page8.txt: [('atten', 'tion'), ('dispo', 'sition'), ('noth', 'ing'), ('na', 'tions'), ('unbe', 'lievers'), ('re', 'jection')]
ST18830301-V09-09-page9.txt: [('chil', 'dren'), ('Re', 'member'), ('legaliza', 'tion'), ('patho', 'logical'), ('aberra', 'tion'), ('es', 'caped'), ('degra', 'dation'), ('conse', 'quences'), ('dissi', 'pation'), ('knowl', 'edge'), ('unfre', 'quently'), ('intoxi', 'cants'), ('pre', 'vails'), ('irresist', 'ible'), ('considera', 'tion'), ('imme', 'diately'), ('na', 'tion')]
ST18830308-V09-10-page1.txt: [('opin', 'ion'), ('disso', 'lute'), ('conven', 'ient'), ('stim', 'ulating'), ('ob', 'tain'), ('sensibil', 'ities'), ('frivoli', 'ties'), ('intemper', 'ance'), ('pre', 'vailed'), ('Sa', 'lome'), ('exhorta', 'tions'), ('re', 'vengeful'), ('ac', 'quainted')]
ST18830308-V09-10-page10.txt: [('al', 'though'), ('impa', 'tiently'), ('em', 'phasis'), ('ob', 'tained'), ('effi', 'ciency'), ('un', 'derstand')]
ST18830308-V09-10-page11.txt: [('Presi', 'dent'), ('Connecti', 'cut'), ('unin', 'jured'), ('Ver', 'mont'), ('pre', 'sented'), ('re', 'quired'), ('indi', 'cates'), ('Circum', 'cision'), ('Testi', 'mony'), ('cele', 'brated'), ('coun', 'try'), ('determina', 'tion'), ('intoxi', 'cants'), ('peni', 'tentiary')]
ST18830308-V09-10-page12.txt: [('Southamp', 'ton'), ('re', 'quest'), ('founda', 'tion'), ('lan', 'guage'), ('ex', 'ercises'), ('ob', 'served'), ('co', 'operate'), ('ap', 'propriation'), ('provi', 'dence'), ('schol', 'ars'), ('possi', 'ble')]
ST18830308-V09-10-page2.txt: [('Sav', 'iour'), ('aw', 'ful'), ('sympa', 'thy'), ('merci', 'ful'), ('redemp', 'tion'), ('Cer', 'tainly'), ('re', 'proofs')]
ST18830308-V09-10-page3.txt: [('chil', 'dren'), ('ordi', 'nance'), ('commem', 'orating'), ('wher', 'ever'), ('Pedo', 'baptists'), ('impres', 'sions'), ('oppor', 'tunities'), ('ef', 'fect'), ('re', 'quired')]
ST18830308-V09-10-page4.txt: [('conjunc', 'tion'), ('auc', 'tion'), ('es', 'tablished'), ('Janu', 'ary'), ('Ro', 'man'), ('lec', 'ture'), ('edu', 'cated'), ('pre', 'paratory'), ('re', 'ligion')]
ST18830308-V09-10-page5.txt: [('confi', 'dence'), ('friv', 'olous'), ('squan', 'dered'), ('conver', 'sation'), ('co', 'operation'), ('senti', 'ment'), ('execu', 'tion'), ('pre', 'vious'), ('un', 'corruptness'), ('re', 'pent')]
ST18830308-V09-10-page7.txt: [('diffi', 'cult'), ('ab', 'surdities'), ('ces', 'sation')]
ST18830308-V09-10-page8.txt: [('pesti', 'lence'), ('interpre', 'tation'), ('wi', 'I'), ('includ', 'ing'), ('stum', 'bling'), ('Af', 'flictions'), ('chast', 'eneth'), ('tribu', 'lation'), ('un', 'dergo'), ('re', 'ligion'), ('tempta', 'tions'), ('happi', 'ness')]
ST18830315-V09-11-page1.txt: [('al', 'g')]
ST18830315-V09-11-page10.txt: [('Mor', "ton's"), ('skele', 'ton'), ('neces', 'sity'), ('sus', 'pected'), ('Alexan', "der's"), ('Insub', 'ordination'), ('sepa', 'rated'), ('TI', 'L'), ('ge', 'nius'), ('discov', 'ered'), ('abso', 'lutely'), ('testi', 'fied'), ('Mal', 'com'), ('deliber', 'ately'), ('nec', 'essary'), ('re', 'sign')]
ST18830315-V09-11-page11.txt: [('al', 'lowed'), ('sus', 'pended'), ('prin', 'ciples'), ('oc', 'casioned'), ('tem', 'pered'), ('POli', 'tics'), ('assas', 'sin'), ('conspir', 'acy'), ('parapher', 'nalia'), ('ex', 'pected'), ('respon', 'sibility'), ('Eu', 'rope'), ('dif', 'fer')]
ST18830315-V09-11-page12.txt: [('anx', 'iously'), ('tri', 'umph'), ('tru', 'ly'), ('ev', 'e'), ('prais', 'es'), ('PP', 'r'), ('forev', 'er'), ('ob', 'jection'), ('sto', 'ry'), ('responsi', 'ble'), ('consid', 'ered')]
ST18830315-V09-11-page3.txt: [('cun', 'ningly'), ('perpet', 'uating'), ('ob', 'server'), ('unnec', 'essary'), ('posi', 'tion'), ('re', 'spect'), ('expres', 'sions')]
ST18830315-V09-11-page4.txt: [('resi', 'dence'), ('sev', 'eral'), ('partak', 'ers'), ('transpar', 'encies'), ('peo', 'ple'), ('suc', 'cess')]
ST18830315-V09-11-page5.txt: [('foun', 'dation'), ('diffi', 'cult'), ('educa', 'tion'), ('ex', 'amination'), ('qualifi', 'cations'), ('mushr', 'oom'), ('adver', 'sary'), ('Testi', 'mony')]
ST18830315-V09-11-page8.txt: [('ex', 'tremities'), ('sev', 'eral'), ('argu', 'ments'), ('un', 'warranted'), ('unim', 'portant')]
ST18830315-V09-11-page9.txt: [('al', 'though'), ('chil', 'dren'), ('indebt', 'edness'), ('unfavora', 'ble'), ('Al', 'though'), ('sev', 'enth'), ('disposi', 'tion'), ('peo', 'ple'), ('adminis', 'ter'), ('ac', 'knowledge')]
ST18830322-V09-12-page11.txt: [('immedi', 'ately'), ('restric', 'tions'), ('daugh', 'ters'), ('appa', 'ratus'), ('itiner', 'ant'), ('neces', 'sary'), ('Congre', 'gational'), ('unani', 'mously')]
ST18830322-V09-12-page12.txt: [('inse', 'curity'), ('Philadel', 'phia'), ('explo', 'sion'), ('Independ', 'ence'), ('politi', 'cal'), ('theo', 'ries'), ('un', 'pleasant'), ('Ne', 'braska'), ('permis', 'sion'), ('dif', 'ferent')]
ST18830322-V09-12-page2.txt: [('acquis', 'itiveness'), ('communi', 'cate'), ('coun', 'selor'), ('ene', 'mies'), ('independ', 'ently'), ('advan', 'tages'), ('noth', 'ing'), ('peo', 'ple'), ('hav', 'ing'), ('peni', 'tential'), ('considera', 'tions'), ('luxu', 'rious'), ('mur', 'der'), ('re', 'buke'), ('fami', 'lies')]
ST18830322-V09-12-page4.txt: [('addin', 'g')]
ST18830322-V09-12-page5.txt: [('Explan', 'atory'), ('ra', 'pidity'), ('disobe', 'dient'), ('atten', 'tion'), ('Mis', 'taking'), ('cov', 'ering'), ('ob', 'serving'), ('oc', 'currence'), ('smoth', 'ered'), ('Legisla', 'ture'), ('exer', 'cise'), ('re', 'gret')]
ST18830322-V09-12-page6.txt: [('justifi', 'cation'), ('neces', 'sary'), ('diffi', 'culty'), ('substra', 'tum'), ('ab', 'solutely'), ('distinc', 'tions'), ('CORRESPON', 'DING'), ('justifica', 'tion'), ('pre', 'diction'), ('re', 'ferred'), ('dissolu', 'tion')]
ST18830322-V09-12-page7.txt: [('crea', 'tion'), ('ceremo', 'nial'), ('hav', 'ing'), ('Interna', 'tional')]
ST18830322-V09-12-page8.txt: [('RE', 'MEMBER'), ('ex', 'pressly'), ('Remem', 'ber'), ('accom', 'plishing'), ('oc', 'curred'), ('iod', 'in'), ('conse', 'crate'), ('consecu', 'tive'), ('suspen', 'sion'), ('pre', 'tended'), ('provi', 'dence'), ('ac', 'cording')]
ST18830322-V09-12-page9.txt: [('al', 'ready'), ('Constitu', 'tion'), ('ignor', 'ance'), ('Quicks', 'burg'), ('manufactur', 'ing'), ('materi', 'ally'), ('prin', 'ciples'), ('por', 'tion'), ('cour', 'age'), ('consti', 'tutional'), ('busi', 'ness'), ('circu', 'lating'), ('testi', 'mony'), ('occa', 'sion'), ('hav', 'ing'), ('manufact', 'ure'), ('co', 'workers'), ('ef', 'fected'), ('Vir', 'ginia'), ('wel', 'come'), ('ac', 'count')]
ST18830329-V09-13-page1.txt: [('apos', 'tle'), ('patri', 'archs'), ('dispen', 'sations'), ('depre', 'ciated'), ('eter', 'nal'), ('Timo', 'thy')]
ST18830329-V09-13-page10.txt: [('charac', 'ters'), ('al', 'ways'), ('ma', 'chinery'), ('sys', 'tem'), ('mo', 'ment'), ('patri', 'archal'), ('instruc', 'tive'), ('ap', 'prentice'), ('edu', 'cated'), ("ha'", 's'), ('un', 'skillful'), ('excep', 'tions'), ('ac', 'cepted')]
ST18830329-V09-13-page11.txt: [('elo', 'quence'), ('su', 'perstition'), ('ma', 'rauding'), ('defi', 'nite'), ('resurrec', 'tion'), ('Chatta', 'nooga'), ('wel', 'come'), ('increas', 'ing'), ('legisla', 'tion'), ('ap', 'plication'), ('coun', 'try'), ('va', 'rious')]
ST18830329-V09-13-page12.txt: [('denomi', 'nation'), ('sacri', 'fice'), ('Southamp', 'ton'), ('Daven', 'port'), ('re', 'vive'), ('Mc', 'Allister'), ('th', 'or'), ('Healds', 'burg'), ('em', 'ployed'), ('ob', 'servance'), ('edu', 'cation')]
ST18830329-V09-13-page2.txt: [('crea', 'tion'), ('Pa', 'ul'), ('Breth', 'ren'), ('rebell', 'ious'), ('fa', 'vorite'), ('emphat', 'ically'), ('ig', 'norance'), ('salva', 'tion'), ('Tes', 'tament'), ('ment', 'on'), ('remis', 'sion'), ('pre', 'eminently'), ('re', 'ject')]
ST18830329-V09-13-page3.txt: [('Bearin', 'g'), ('natur', 'ally')]
ST18830329-V09-13-page4.txt: [('al', 'most'), ('delib', 'erately'), ('ap', 'parel'), ('ex', 'pressed'), ('ful', 'fillment'), ('imi', 'tated'), ('coun', 'sel'), ('sanc', 'tification'), ('suf', 'ficient'), ('prac', 'tice'), ('breth', 'ren'), ('pre', 'ceded'), ('Fa', "ther's"), ('re', 'membered')]
ST18830329-V09-13-page5.txt: [('opin', 'ions'), ('al', 'ways'), ('delib', 'erate'), ('sus', 'tains'), ('Sav', 'iour'), ('Ro', 'man'), ('argu', 'ment'), ('circum', 'stances'), ('citi', 'zens'), ('mis', 'erable')]
ST18830329-V09-13-page6.txt: [('justi', 'fied'), ('po', 'sition'), ('believ', 'e'), ('salva', 'tion'), ('subjec', 'tion')]
ST18830329-V09-13-page7.txt: [('inno', 'cently'), ('fellowsold', 'ier'), ('peo', 'ple'), ('iden', 'tical'), ('re', 'lations')]
ST18830329-V09-13-page8.txt: [('confi', 'dence'), ('ex', 'ample'), ('encour', 'aged'), ('co', 'operate'), ('bene', 'fited'), ('re', 'pentance')]
ST18830329-V09-13-page9.txt: [('discourag', 'ing'), ('habita', 'tion'), ('anni', 'hilation'), ('pecu', 'niary'), ('igno', 'rance'), ('hy', 'pocrisy'), ('Vaca', 'ville'), ('sa', 'loon'), ('impor', 'tant'), ('argu', 'ment'), ('urg', 'ing'), ('mi', 'nors'), ('si', 'lently'), ('un', 'just'), ('endeav', 'oring'), ('re', 'turn')]
ST18830405-V09-14-page1.txt: [('limita', 'tion'), ('sepa', 'rate'), ('proph', 'ecies'), ('posi', 'tion'), ('Ev', 'ery'), ('heav', 'enly'), ('bewil', 'dering'), ('re', 'venged')]
ST18830405-V09-14-page10.txt: [('ti', 'the'), ('id', 'a')]
ST18830405-V09-14-page11.txt: [('obe', 'dience'), ('pre', 'vent'), ('re', 'ceived'), ('trav', 'elers'), ('Circum', 'cision'), ('theo', 'ries'), ('syl', 'lable'), ('Testi', 'mony'), ('ef', 'forts'), ('Sev', 'eral'), ('accom', 'modation'), ('Ex', 'periments'), ('demorali', 'zation')]
ST18830405-V09-14-page12.txt: [('Southamp', 'ton'), ('re', 'written'), ('rais', 'ing'), ('heav', 'ens'), ('ab', 'surd'), ('quar', 'terly'), ('busi', 'ness')]
ST18830405-V09-14-page2.txt: [('univers', 'ally'), ('mor', 'tar'), ('divi', 'nation'), ('ex', 'cept'), ('Eze', 'kiel'), ('pa', 'pacy'), ('expira', 'tion'), ('em', 'phatically'), ('proph', 'ecy'), ('impor', 'tant'), ('peo', 'ple'), ('argu', 'ment'), ('dif', 'ferent')]
ST18830405-V09-14-page4.txt: [('Th', 'y')]
ST18830405-V09-14-page6.txt: [('incon', 'sistency'), ('wor', 'ship'), ('criti', 'cised'), ('cus', 'tom'), ('coun', 'selor'), ('tem', 'perance'), ('un', 'constitutional'), ('oppor', 'tunity'), ('op', 'portunities'), ('ac', 'ceptable')]
ST18830405-V09-14-page7.txt: [('condemna', 'tion'), ('Je', 'rusalem'), ('igno', 'rant'), ('re', 'pentance')]
ST18830405-V09-14-page8.txt: [('convic', 'tions'), ('sanc', 'tioned'), ('Satur', 'day'), ('consti', 'tuted'), ('satisfac', 'torily'), ('circum', 'stances'), ('disci', 'ples'), ('dispensa', 'tion'), ('re', 'reading'), ('ac', 'complishment')]
ST18830405-V09-14-page9.txt: [('ex', 'pected'), ('Bohe', 'mian'), ('peo', 'ple'), ('un', 'manageable'), ('unusu', 'ally'), ('re', 'ceived')]
ST18830412-V09-15-page1.txt: [('digni', 'ties'), ('manifesta', 'tions'), ('investiga', 'ted'), ('th', 'e'), ('un', 'righteousness'), ('veri', 'est'), ('re', 'vealed'), ('beguil', 'ing')]
ST18830412-V09-15-page10.txt: [('obe', 'dient'), ('ex', 'cusable'), ('excit', 'edly'), ('ea', 'gerly'), ('re', 'member')]
ST18830412-V09-15-page11.txt: [('destruc', 'tion'), ('ene', 'mies'), ('pre', 'tty'), ('Ari', 'zona'), ('Pennsyl', 'vania'), ('impu', 'dence'), ('Sebas', 'topol'), ('por', 'tion'), ('ap', 'proving'), ('equi', 'valent'), ('ac', 'count')]
ST18830412-V09-15-page12.txt: [('Mis', 'sionary'), ('re', 'ceived'), ('mo', 'ment'), ('arti', 'cles'), ('wel', 'fare'), ('expla', 'nation'), ('ne', 'cessity'), ('indis', 'pensable'), ('ap', 'propriate'), ('busi', 'ness'), ('dif', 'ficulty')]
ST18830412-V09-15-page3.txt: [('notwith', 'standing'), ('neces', 'sary'), ('compen', 'dium'), ('direc', 'ted'), ('cun', 'ning'), ('em', 'phatically'), ('fa', 'miliar'), ('scof', 'fers'), ('se', 'ducers'), ('conse', 'quences'), ('serv', 'ing'), ('senti', 'mental'), ('un', 'thankful'), ('mis', 'conduct'), ('Jeru', 'salem'), ('re', 'sponsible'), ('ful', 'filled')]
ST18830412-V09-15-page4.txt: [('Noth', 'ing'), ('Jerusa', 'lem'), ('af', 'ter'), ('Em', 'maus'), ('sanc', 'tified'), ('ob', 'served'), ('assem', 'bled'), ('resur', 'rection'), ('re', 'ferred')]
ST18830412-V09-15-page5.txt: [('ap', 'plicable'), ('cus', 'tomary'), ('Pente', 'cost'), ('imagina', 'tion'), ('cer', 'tainly'), ('testi', 'mony'), ('suc', 'cessfully'), ('dif', 'ferent'), ('re', 'fute')]
ST18830412-V09-15-page6.txt: [('foun', 'dation'), ('naturali', 'zatiOn'), ('vio', 'lation'), ('vindi', 'cated'), ('sev', 'enty'), ('reasona', 'bleness'), ('vis', 'ion'), ('juris', 'diction'), ('occa', 'sion'), ('co', 'operate'), ('commu', 'nity'), ('proclama', 'tion'), ('rela', 'tions'), ('princi', 'ples'), ('re', 'vealed')]
ST18830412-V09-15-page7.txt: [('compen', 'sation'), ('ex', 'plicit'), ('crea', 'ted'), ('inven', 'tions'), ('sev', 'enth'), ('accom', 'plish'), ('suf', 'ficient'), ('recogni', 'tion'), ('ob', 'ligation'), ('origi', 'nal'), ('practi', 'cable'), ('hav', 'ing'), ('tem', 'ple'), ('heav', 'ens'), ('Jeru', 'salem'), ('re', 'ligious')]
ST18830412-V09-15-page8.txt: [('regu', 'larly'), ('al', 'though'), ('Notwithstand', 'ing'), ('appre', 'ciated'), ('Peta', 'luma'), ('oper', 'ation'), ('publica', 'tions'), ('peo', 'ple'), ('espe', 'cially'), ('hav', 'ing'), ('co', 'oper'), ('Interna', 'tional'), ('Swe', 'den'), ('becom', 'ing'), ('re', 'ceived')]
ST18830412-V09-15-page9.txt: [('nar', 'rative'), ('al', 'cohol'), ('condi', 'tion'), ('defi', 'ance'), ('resus', 'citating'), ('consis', 'tent'), ('perdi', 'tion'), ('effi', 'cacy'), ('hav', 'ing'), ('senti', 'ment'), ('un', 'limited'), ('re', 'form')]
ST18830419-V09-16-page10.txt: [('Ma', 'rian'), ('Oc', 'casionally'), ('sev', 'enty'), ('ob', 'servant'), ('ut', 'most'), ('nerv', 'ous'), ('re', 'appeared')]
ST18830419-V09-16-page11.txt: [('figh', 'tings')]
ST18830419-V09-16-page12.txt: [('Southamp', 'ton'), ('Spe', 'cial'), ('salva', 'tion'), ('busi', 'ness')]
ST18830419-V09-16-page2.txt: [('regulat', 'ing'), ('spe', 'cific'), ('pre', 'cepts'), ('consci', 'entious'), ('dif', 'ficulty'), ('mis', 'leading'), ('ren', 'dered')]
ST18830419-V09-16-page3.txt: [('ap', 'pointed'), ('crea', 'tion'), ('separa', 'tion'), ('tes', 'tify'), ('obedi', 'ence'), ('unfail', 'ing'), ('ob', 'served'), ('regen', 'erated'), ('un', 'scriptural'), ('Jeru', 'salem'), ('recog', 'nized')]
ST18830419-V09-16-page4.txt: [('ment', 'or')]
ST18830419-V09-16-page5.txt: [('chil', 'dren'), ('ex', 'clusion'), ('ordi', 'nary'), ('influ', 'ence'), ('preser', 'vation'), ('indiscrim', 'inate'), ('co', 'workers'), ('re', 'quired'), ('ac', 'count')]
ST18830419-V09-16-page6.txt: [('afflic', 'tion'), ('measur', 'ing'), ('chil', 'dren'), ('repre', 'sentation'), ('peo', 'ple'), ('encour', 'ages'), ('pre', 'vent'), ('un', 'faithfulness'), ('restora', 'tion'), ('re', 'building')]
ST18830419-V09-16-page7.txt: [('al', 'most'), ('circula', 'tion'), ('obli', 'gation'), ('connec', 'tion'), ('suc', 'cess'), ('Fre', 'mont'), ('nec', 'essary'), ('mis', 'sionary'), ('re', 'built')]
ST18830419-V09-16-page8.txt: [('ex', 'actly'), ('incen', 'tive'), ('guid', 'ance'), ('circum', 'stances'), ('co', 'operate'), ('embar', 'rassment'), ('oppor', 'tunity'), ('mis', 'eries'), ('ac', 'knowledge'), ('unim', 'portant')]
ST18830426-V09-17-page1.txt: [('al', 'g')]
ST18830426-V09-17-page10.txt: [('al', 'ways'), ('discrimina', 'tion'), ('imi', 'tative'), ('consid', 'erations'), ('dif', 'ferent'), ('re', 'sponded'), ('ac', 'count')]
ST18830426-V09-17-page11.txt: [('nar', 'rative'), ('direc', 'tions'), ('Ca', 'L'), ('Mis', 'sissippi'), ('acknowl', 'edges'), ('re', 'solved'), ('popu', 'lation'), ('promis', 'ing'), ('un', 'der'), ('recom', 'mended'), ('respon', 'sibility'), ('repu', 'diated'), ('perpetu', 'ity'), ('confirma', 'tion'), ('se', 'Verity')]
ST18830426-V09-17-page12.txt: [('Southamp', 'ton'), ('testi', 'mony'), ('circu', 'late')]
ST18830426-V09-17-page2.txt: [('founda', 'tion'), ('exter', 'minated'), ('ex', 'isted'), ('har', 'monious'), ('sp', 'iritual'), ('resurrec', 'tion'), ('patri', 'archs'), ('salva', 'tion'), ('dispen', 'sation'), ('congrega', 'tions'), ('conse', 'quently'), ('gos', 'pel'), ('pre', 'cept'), ('re', 'deemed')]
ST18830426-V09-17-page3.txt: [('wor', 'ship'), ('deca', 'dence'), ('ceremo', 'nies'), ('mo', 'ments'), ('Mo', 'saic'), ('Pa', 'ganism'), ('ne', 'cessity'), ('TI', 'V'), ('fa', 'miliar'), ('grati', 'fied'), ('discov', 'ered'), ('Ob', 'server'), ('re', 'formatory')]
ST18830426-V09-17-page4.txt: [('provoca', 'tion'), ('supern', 'atural'), ('apol', 'ogy'), ('glori', 'ous'), ('conven', 'ience'), ('resurrec', 'tion'), ('prepara', 'tion'), ('pre', 'eminently'), ('princi', 'ples'), ('op', 'pose'), ('re', 'garded')]
ST18830426-V09-17-page5.txt: [('knowl', 'edge'), ('re', 'turn'), ('ex', 'tended'), ('respon', 'sibility'), ('peo', 'ple'), ('remem', 'ber')]
ST18830426-V09-17-page6.txt: [('deliv', 'ered'), ('justifi', 'cation'), ('destruc', 'tion'), ('benev', 'olent'), ('privi', 'leges'), ('responsi', 'bility'), ('encourag', 'ing'), ('se', 'cure'), ('peo', 'ple'), ('abso', 'lute'), ('connec', 'tion'), ('serv', 'ant'), ('bene', 'factor'), ('ut', 'tered'), ('abus', 'ing'), ('Jeru', 'salem'), ('re', 'lation')]
ST18830426-V09-17-page7.txt: [('econo', 'mize'), ('suf', 'fer'), ('mak', 'ing'), ('prac', 'tice'), ('occa', 'sions'), ('stom', 'ach'), ('re', 'formers')]
ST18830426-V09-17-page8.txt: [('founda', 'tion'), ('Al', 'mighty'), ('publica', 'tions'), ('accom', 'plished'), ('pris', 'oner'), ('ses', 'sion'), ('vis', 'ited'), ('pre', 'sented'), ('decep', 'tive'), ('correspon', 'dence'), ('re', 'spective'), ('possi', 'ble'), ('imme', 'diately')]
ST18830426-V09-17-page9.txt: [('conven', 'tion'), ('submis', 'sion'), ('pecun', 'iary'), ('produc', 'tions'), ('Republi', 'can'), ('benefi', 'cent'), ('unan', 'imously'), ('tele', 'phone'), ('posi', 'tive'), ('distrib', 'uted'), ('pov', 'erty'), ('un', 'opened'), ('princi', 'ple'), ('Soci', 'ety'), ('estab', 'lished'), ('re', 'cording')]
ST18830510-V09-18-page1.txt: [('Je', 'rusalem'), ('enthu', 'siasm'), ('insur', 'rection'), ('benev', 'olence'), ('boun', 'teously'), ('discov', 'ered'), ('satis', 'factorily'), ('ambi', 'tious'), ('re', 'tirement'), ('mul', 'titudes')]
ST18830510-V09-18-page10.txt: [("Bushnell'", 's')]
ST18830510-V09-18-page11.txt: [('particu', 'larly'), ('sprink', 'ling'), ('re', 'solved'), ('instrumen', 'tal'), ('seri', 'ously'), ('ex', 'pected'), ('propor', 'tion'), ('em', 'ployed'), ('celebr', 'ated'), ('increas', 'ing'), ('Joa', 'quin'), ('na', 'tive')]
ST18830510-V09-18-page12.txt: [('al', 'lowed'), ('qualifi', 'cation'), ('prin', 'ciple'), ('un', 'common'), ('inves', 'tigations'), ('ex', 'position'), ('ne', 'cessitating'), ('ob', 'tain'), ('ses', 'sion'), ('conver', 'sant'), ('Advo', 'cate'), ('ac', 'commodation')]
ST18830510-V09-18-page3.txt: [('ti', 'S')]
ST18830510-V09-18-page5.txt: [('chrono', 'logical'), ('civiliza', 'tion'), ('commenta', 'tors'), ('ex', 'ample'), ('apos', 'tles'), ('justi', 'fied'), ('consti', 'tutional'), ('emphat', 'ically'), ('famil', 'iarity'), ('conse', 'quences'), ('av', 'erage'), ('senti', 'ment'), ('Jeru', 'salem'), ('tempta', 'tion')]
ST18830510-V09-18-page6.txt: [('al', 'ways'), ('unac', 'quainted'), ('promi', 'nent'), ('signifi', 'cation'), ('peo', 'ple'), ('indif', 'ference'), ('re', 'freshing')]
ST18830510-V09-18-page7.txt: [('charac', 'terized'), ('decla', 'ration'), ('neces', 'sary'), ('vaca', 'tion'), ('particu', 'lar'), ('ordi', 'nary'), ('tes', 'timony'), ('har', 'mony'), ('es', 'pecially'), ('decora', 'tion'), ('impor', 'tance'), ('peo', 'ple'), ('famil', 'iar'), ('tem', 'ple'), ('Eu', 'rope'), ('suc', 'cess'), ('un', 'fortunately'), ('mis', 'sionary'), ('re', 'ports')]
ST18830510-V09-18-page8.txt: [('ti', 'P'), ('confi', 'dence'), ('ex', 'pended'), ('Al', 'ready'), ('breth', 'ren'), ('peo', 'ple'), ('conver', 'sation'), ('ADVEN', 'TISTS'), ('un', 'der'), ('mis', 'sionary'), ('fif', 'teen'), ('Loughbor', 'ough')]
ST18830510-V09-18-page9.txt: [('Vir', 'ginia'), ('re', 'commend'), ('Reso', 'lutions'), ('proph', 'ecy'), ('co', 'operation'), ('Associa', 'tion'), ('imme', 'diately'), ('ensu', 'ing'), ('denomina', 'tional')]
ST18830517-V09-19-page11.txt: [('mendi', 'cants'), ('cus', 'tody'), ('Presbyte', 'rian'), ('oc', 'currences'), ('pre', 'paring'), ('re', 'venge'), ('incor', 'porated'), ('sev', 'enty'), ('th', 'a'), ('visita', 'tion'), ('ex', 'ceptions'), ('relig', 'ious'), ('ob', 'servances'), ('imme', 'diately')]
ST18830517-V09-19-page12.txt: [('cer', 'tificate'), ('M.', ''), ('insti', 'tution'), ('Interna', 'tional'), ('ple', 'as'), ('Ne', 'braska'), ('ses', 'sion'), ('noth', 'ing'), ('peo', 'ple'), ('conver', 'sion'), ('co', 'laborers'), ('Frem', 'ont'), ('Associa', 'tion')]
ST18830517-V09-19-page2.txt: [('lan', 'guage'), ('uncon', 'scious'), ('applica', 'tion'), ('Gow', 'er'), ('Scien', 'tists'), ('mo', 'ment'), ('sev', 'enth'), ('suf', 'fered'), ('interpreta', 'tion'), ('phe', 'nomena'), ('inten', 'tionally'), ('thirte', 'en'), ('theo', 'logical'), ('consid', 'ered'), ('pre', 'pares'), ('natur', 'ally'), ('op', 'ponents'), ('ac', 'tive')]
ST18830517-V09-19-page3.txt: [('simulta', 'neously'), ('lan', 'guage'), ('Nebuchadnez', 'zar'), ('ex', 'perience'), ('Sev', 'eral'), ('inscrip', 'tions'), ('suscepti', 'bility'), ('convul', 'sive'), ('cov', 'enant'), ('uninter', 'esting'), ('Belshaz', 'zar'), ('resur', 'rection'), ('co', 'operate'), ('knowl', 'edge'), ('ef', 'fect'), ('shar', 'ing')]
ST18830517-V09-19-page4.txt: [('wor', 'ship'), ('ex', 'ample'), ('athe', 'ist'), ('quan', 'tity'), ('Cyno', 'sure'), ('monu', 'ments'), ('ob', 'tained'), ('signifi', 'cance'), ('se', 'cures'), ('re', 'deemed')]
ST18830517-V09-19-page5.txt: [('particu', 'larly'), ('apos', 'tle'), ('admira', 'tion'), ('scien', 'tists'), ('unbeliev', 'ing'), ('physi', 'cally'), ('cul', 'tivate'), ('cof', 'fers'), ('advan', 'tage'), ('appe', 'tites'), ('impor', 'tance'), ('knowl', 'edge'), ('oppor', 'tunities')]
ST18830517-V09-19-page6.txt: [('lan', 'guage'), ('decla', 'rations'), ('neces', 'sary'), ('deca', 'logue'), ('misapprehen', 'sion'), ('Natur', 'ally'), ('ob', 'ject'), ('injunc', 'tion'), ('circum', 'stances'), ('il', 'lustration'), ('ascen', 'sion'), ('mis', 'chief'), ('re', 'gard')]
ST18830517-V09-19-page8.txt: [('al', 'ways'), ('fre', 'quent'), ('defini', 'tion'), ('prac', 'tice'), ('presi', 'dent'), ('Hea', 'ley'), ('pre', 'pare')]
ST18830517-V09-19-page9.txt: [('chil', 'dren'), ('offi', 'cers'), ('ob', 'tained'), ('breth', 'ren'), ('investi', 'gators'), ('Kel', "logg's"), ('co', 'operate'), ('re', 'visers')]
ST18830524-V09-20-page1.txt: [('sp', 'oke')]
ST18830524-V09-20-page11.txt: [('Represen', 'tatives'), ('skepti', 'cal'), ('re', 'ports'), ('accus', 'tomed'), ('repre', 'sent'), ('sev', 'eral'), ('mis', 'sionary'), ('philoso', 'pher'), ('Agricult', 'ural'), ('ex', 'pected'), ('demol', 'ished'), ('tele', 'graph'), ('depu', 'tation')]
ST18830524-V09-20-page12.txt: [('Califor', 'nia'), ('op', 'pose'), ('re', 'ceived'), ('Interna', 'tional'), ('Ne', 'braska'), ('ses', 'sion'), ('salva', 'tion'), ('weap', 'ons'), ('pa', 'per'), ('sanc', 'tion')]
ST18830524-V09-20-page2.txt: [('Jeh', 'ovah')]
ST18830524-V09-20-page3.txt: [('conversa', 'tions'), ('popu', 'larity'), ('sus', 'taining'), ('ex', 'ample'), ('cer', 'tain'), ('contin', 'ually'), ('acknowl', 'edge'), ('tri', 'une'), ('gos', 'pel')]
ST18830524-V09-20-page4.txt: [('festi', 'vals'), ('particu', 'lar'), ('ap', 'propriate'), ('Crea', 'tor'), ('Re', 'demption'), ('cele', 'brating'), ('crea', 'tion'), ('Oc', 'curred'), ('sev', 'enth'), ('accumu', 'lated'), ('resur', 'rection'), ('Decla', 'ration'), ('redemp', 'tion'), ('cel', 'ebrated'), ('re', 'quired')]
ST18830524-V09-20-page5.txt: [('tradi', 'tions'), ('lan', 'guage'), ('coun', 'tries'), ('Septua', 'gint'), ('remem', 'bered'), ('pre', 'eminence'), ('un', 'checked'), ('re', 'lief'), ('Sanhe', 'drin')]
ST18830524-V09-20-page6.txt: [('MA', 'Y')]
ST18830524-V09-20-page7.txt: [('al', 'ternative'), ('prin', 'ciples'), ('Tes', 'tament'), ('continu', 'ally'), ('arbi', 'trary'), ('pre', 'scribed'), ('mis', 'sionaries'), ('re', 'But')]
ST18830524-V09-20-page8.txt: [('deliv', 'ery'), ('cre', 'ated'), ('habita', 'tions'), ('tes', 'timony'), ('ele', 'vates'), ('merci', 'ful'), ('por', 'tion'), ('accom', 'plished'), ('rul', 'ing'), ('se', 'cured'), ('salva', 'tion'), ('adver', 'tised'), ('co', 'workers'), ('pre', 'vious'), ('sav', 'ages'), ('eter', 'nal'), ('Wednes', 'day'), ('re', 'establish')]
ST18830524-V09-20-page9.txt: [('Li', 't'), ('vari', 'ous')]
ST18830531-V09-1321-page10.txt: [('notwith', 'standing'), ('ap', 'pearance'), ('pota', 'toes'), ('remem', 'ber'), ('pre', 'pared'), ('un', 'pleasant'), ('syca', 'mores'), ('becom', 'ing')]
ST18830531-V09-1321-page11.txt: [('Wil', 'lamette'), ('FORET', 'OLD'), ('proph', 'ecy'), ('Presby', 'terians'), ('th', 'a'), ('Br', 'Eve'), ('COUN', "TRY'S"), ('ex', 'tempore'), ('uneasi', 'ness'), ('demonstra', 'tion')]
ST18830531-V09-1321-page12.txt: [('destruc', 'tion'), ('Mis', 'sionary'), ('Southamp', 'ton'), ('exe', 'cution'), ('theo', 'ries'), ('Interna', 'tional'), ('mis', 'sionary'), ('accom', 'plished'), ('arrang', 'ing'), ('ob', 'tain'), ('ses', 'sion')]
ST18830531-V09-1321-page3.txt: [('incon', 'sistencies'), ('wor', 'thy'), ('ex', 'more'), ('re', 'moved')]
ST18830531-V09-1321-page4.txt: [('ex', 'plicable'), ('Ver', 'ily'), ('resurrec', 'tion'), ('expostula', 'tions'), ('cer', 'tain'), ('Hamp', 'ton'), ('symp', 'toms'), ('believ', 'eth'), ('abso', 'lute'), ('eter', 'nal'), ('condem', 'nation')]
ST18830531-V09-1321-page5.txt: [('uncon', 'sciously'), ('nonen', 'tity'), ('ap', 'preciated'), ('ex', 'press'), ('prais', 'ing'), ('mechan', 'ical'), ('Unfort', 'unately'), ('gener', 'ation'), ('impres', 'sions'), ('indel', 'ibly'), ('medi', 'tate'), ('persecu', 'tors'), ('re', 'stored')]
ST18830531-V09-1321-page6.txt: [('ima', 'ge'), ('sys', 'tem'), ('messen', 'ger'), ('ele', 'vated'), ('transgres', 'sion'), ('cov', 'ers'), ('jeal', 'ous'), ('th', 'ey'), ('rende', 'r'), ('dif', 'ference'), ('mis', 'sion')]
ST18830531-V09-1321-page7.txt: [('knowledg', 'e'), ('re', 'cross')]
ST18830531-V09-1321-page8.txt: [('al', 'ready'), ('conversa', 'tion'), ('indi', 'viduals'), ('Bruns', 'wick'), ('sev', 'enth'), ('neverthe', 'less'), ('ob', 'tained'), ('peo', 'ple'), ('practi', 'cal'), ('suc', 'cessful'), ('pre', 'pares'), ('invita', 'tion'), ('mis', 'sionary'), ('re', 'turned')]
ST18830531-V09-1321-page9.txt: [('ex', 'pect'), ('intelli', 'gent'), ('deprav', 'ity'), ('qual', 'ities'), ('proba', 'bly'), ('hu', 'man'), ('enlight', 'ened'), ('sien', 'a'), ('aggrava', 'tion'), ('cul', 'prit'), ('assem', 'blage'), ('orna', 'mental'), ('manufact', 'uring'), ('commu', 'nity'), ('quaran', 'tine'), ('provi', 'dence'), ('repe', 'nt'), ('mis', 'sionary'), ('re', 'formed')]
ST18830607-V09-22-page10.txt: [('ment', 'he'), ('th', 'e')]
ST18830607-V09-22-page12.txt: [('appli', 'cation'), ('Re', 'publicans'), ('pre', 'existent'), ('conclu', 'sion'), ('ex', 'tended'), ('modifi', 'cation'), ('invalu', 'able'), ('theologi', 'cal'), ('immor', 'tal'), ('modifica', 'tions'), ('possi', 'ble')]
ST18830607-V09-22-page2.txt: [('propen', 'sities'), ('lan', 'guage'), ('sus', 'tainer'), ('obe', 'dience'), ('ex', 'tinction'), ('vio', 'lation'), ('af', 'ter'), ('prin', 'ciple'), ('disre', 'garded'), ('administra', 'tion'), ('conse', 'quences'), ('abomina', 'tions'), ('un', 'less'), ('alle', 'giance'), ('natur', 'ally'), ('re', 'marks'), ('possi', 'ble')]
ST18830607-V09-22-page4.txt: [('disor', 'der'), ('ren', 'der')]
ST18830607-V09-22-page5.txt: [('lan', 'guage'), ('expe', 'rience'), ('compen', 'sate'), ('associa', 'tions'), ('resurrec', 'tion'), ('prin', 'ciples'), ('Sama', 'ria'), ('accom', 'plished'), ('uninhab', 'ited'), ('convo', 'cations'), ('assump', 'tion'), ('noth', 'ing'), ('sprink', 'ling'), ('distin', 'guished'), ('persecu', 'tion'), ('re', 'semblance')]
ST18830607-V09-22-page6.txt: [('tradi', 'tions'), ('ex', 'plosive'), ('repre', 'sentatives'), ('trum', 'pet'), ('gl', 'ycerine'), ('unprece', 'dented'), ('compla', 'cently'), ('prophe', 'cies'), ('posi', 'tion'), ('regula', 'ting'), ('tem', 'ple'), ('immigra', 'tion'), ('un', 'wavering'), ('monopo', 'lies'), ('na', 'tions'), ('fo', 'r')]
ST18830607-V09-22-page7.txt: [('sus', 'tains'), ('denomi', 'nation'), ('ex', 'pect'), ('pa', 'per'), ('observ', 'ance'), ('qual', 'ity'), ('sev', 'eral'), ('Satur', 'day'), ('si', 'lent')]
ST18830607-V09-22-page8.txt: [('decla', 'rations'), ('ex', 'penses'), ('emi', 'grating'), ('organi', 'zation'), ('har', 'vest'), ('por', 'tion'), ('es', 'pecially'), ('TI', 'LE'), ('advan', 'tage'), ('streng', 'th'), ('Sabba', 'th'), ('co', 'operate'), ('un', 'derstand'), ('commen', 'cement'), ('mis', 'sionary'), ('op', 'portunities'), ('re', 'alize')]
ST18830607-V09-22-page9.txt: [('ma', 'jority'), ('mor', 'tification'), ('dimin', 'ished'), ('insan', 'ity'), ('af', 'fected'), ('holi', 'day'), ('sev', 'enth'), ('Indianap', 'olis'), ('disposi', 'tion'), ('sa', 'loon'), ('respecta', 'ble'), ('prohibi', 'tion'), ('practica', 'ble'), ('circum', 'stances'), ('enforc', 'e'), ('ef', 'fects'), ('acci', 'dents')]
ST18830614-V09-23-page1.txt: [('re', 'read')]
ST18830614-V09-23-page10.txt: [('Ca', 'pt')]
ST18830614-V09-23-page11.txt: [('Presbyte', 'rian'), ('ironcl', 'ads'), ('satis', 'fied'), ('Califor', 'nia'), ('appar', 'ently'), ('organiza', 'tion'), ('reviv', 'alist'), ('harmoniz', 'ing'), ('ex', 'pected'), ('benev', 'olence'), ('breth', 'ren'), ('vicin', 'ity'), ('Catho', 'lic'), ('wo', 'man'), ('econom', 'ically'), ('dif', 'ferent')]
ST18830614-V09-23-page12.txt: [('hom', 'age'), ('pre', 'pared'), ('re', 'marks'), ('Mc', 'Henry'), ('infi', 'delity'), ('Ameri', 'can'), ('possibili', 'ties'), ('dili', 'gence'), ('cele', 'bration'), ('ig', 'nore'), ('cli', 'mate')]
ST18830614-V09-23-page13.txt: [('chrono', 'logiCal'), ('immedi', 'ately'), ('sanct', 'uary'), ('M.', ''), ('cov', 'enant'), ('sanctu', 'ary'), ('oc', 'currence'), ('argu', 'ment'), ('suffi', 'cient'), ('IVI', 'E'), ('pre', 'pared'), ('heav', 'enly'), ('mis', 'take')]
ST18830614-V09-23-page14.txt: [('lan', 'guage'), ('pa', 'tients'), ('es', 'pecially'), ('Southamp', 'ton'), ('ob', 'tained'), ('presi', 'dent'), ('sylv', 'ania'), ('princi', 'ples'), ('denomina', 'tion'), ('re', 'ceived')]
ST18830614-V09-23-page2.txt: [('ap', 'pearance'), ('domin', 'ion'), ('endan', 'gered'), ('extrav', 'agance'), ('inde', 'pendent'), ('individ', 'uals'), ('degen', 'erate'), ('interces', 'sor'), ('satisfac', 'tory'), ('advan', 'tages'), ('theo', 'ries'), ('evo', 'lution'), ('un', 'der'), ('sav', 'age'), ('eter', 'nal'), ('ac', 'ceptance')]
ST18830614-V09-23-page3.txt: [('fulmi', 'nated'), ('circum', 'stances'), ('Napo', 'leon'), ('expecta', 'tions'), ('re', 'turns')]
ST18830614-V09-23-page4.txt: [('th', 'e')]
ST18830614-V09-23-page5.txt: [('lan', 'guage'), ('chil', 'dren'), ('cheq', 'uered'), ('ex', 'claim'), ('enthusi', 'asm'), ('ceremo', 'nials'), ('Direc', 'tions'), ('blas', 'phemy'), ('M.', ''), ('taber', 'nacle'), ('whatso', 'ever'), ('solem', 'nity'), ('re', 'quest')]
ST18830614-V09-23-page6.txt: [('observ', 'ance'), ('unno', 'ticed'), ('argu', 'ment'), ('disci', 'ples'), ('considera', 'tion'), ('Fa', 'ther'), ('ac', 'cused')]
ST18830614-V09-23-page7.txt: [('admon', 'ition'), ('ap', 'preciate'), ('hu', 'miliation'), ('preju', 'dice'), ('appe', 'tite'), ('peo', 'ple'), ('conse', 'quence'), ('tem', 'perance'), ('serv', 'ant'), ('absti', 'nence'), ('un', 'dertake'), ('na', 'ture'), ('re', 'fers'), ('ac', 'complish'), ('ful', 'filled')]
ST18830614-V09-23-page8.txt: [('insignif', 'icant'), ('ra', 'e'), ('Breth', 'ren'), ('reve', 'lation'), ('em', 'braced'), ('preju', 'dice'), ('circum', 'stances'), ('gos', 'pel'), ('revela', 'tion')]
ST18830614-V09-23-page9.txt: [('ex', 'claims'), ('cus', 'toms'), ('crimi', 'nals'), ('intelli', 'gent'), ('compos', 'ing'), ('sel', "ler's"), ('approv', 'ing'), ('tem', 'perance'), ('co', 'operation'), ('propa', 'gated'), ('immi', 'grants'), ('heav', 'ier'), ('re', 'marked')]
ST18830621-V09-24-page11.txt: [('re', 'ceived'), ('inhab', 'itants'), ('proph', 'ecy'), ('circum', 'stances'), ('Sa', 'voy'), ('Hugue', 'not'), ('neces', 'sary'), ('chil', 'dren'), ('Ex', 'aminer'), ('wa', 'ter'), ('co', 'laborers'), ('theologi', 'cal'), ('victori', 'ous'), ('citi', 'zens'), ('dif', 'ferent'), ('mur', 'der')]
ST18830621-V09-24-page12.txt: [('al', 'though'), ('theolog', 'ical'), ('classi', 'cal'), ('pre', 'vails'), ('asser', 'tion'), ('re', 'ligious'), ('Jeho', 'vah'), ('indi', 'cating'), ('sev', 'eral'), ('un', 'claimed'), ('ex', 'press'), ('Ameri', 'can'), ('increas', 'ing')]
ST18830621-V09-24-page3.txt: [('implica', 'tion'), ('Balti', 'more'), ('decla', 'ration'), ('ordi', 'nary'), ('ab', 'solution'), ('sensi', 'tive'), ('formu', 'las'), ('interro', 'gated'), ('es', 'pecially'), ('phra', 'ses'), ('pri', 'vate'), ('relig', 'ious'), ('ob', 'servation'), ('consti', 'tutional'), ('se', 'cure'), ('profes', 'sion'), ('knowl', 'edge'), ('apprehen', 'sion'), ('un', 'successful'), ('oppor', 'tunity'), ('na', 'tional'), ('cler', 'gyman'), ('re', 'form'), ('ac', 'knowledge')]
ST18830621-V09-24-page4.txt: [('opportu', 'nities'), ('unre', 'pentant'), ('ap', 'pearing'), ('ex', 'horting'), ('af', 'fliction'), ('mak', 'est'), ('tele', 'graphs'), ('recom', 'pensed'), ('pre', 'sented'), ('contem', 'porary'), ('re', 'sponsible'), ('ren', 'dered'), ('edi', 'torial')]
ST18830621-V09-24-page5.txt: [('al', 'ways'), ('appar', 'ently'), ('asso', 'ciates'), ('impor', 'tant'), ('serv', 'ice'), ('dif', 'ference'), ('syna', 'gogues'), ('ac', 'cord'), ('oppo', 'site')]
ST18830621-V09-24-page6.txt: [('lan', 'guage'), ('ex', 'presses'), ('igno', 'rance'), ('observ', 'ance'), ('sev', 'enth'), ('es', 'tablishing'), ('ob', 'jection'), ('comprehen', 'sion'), ('wher', 'ever'), ('serv', 'ants'), ('ef', 'fort'), ('re', 'moved'), ('legisla', 'tures'), ('philoso', 'phers')]
ST18830621-V09-24-page7.txt: [('Mor', 'mons'), ('uncon', 'sciously'), ('ex', 'plained'), ('apos', 'tles'), ('suppos', 'ing'), ('mo', 'lest'), ('accom', 'plish'), ('circum', 'stances'), ('rela', 'tive'), ('re', 'ply')]
ST18830621-V09-24-page8.txt: [('deliv', 'ering'), ('condi', 'tions'), ('Macedo', 'nia'), ('trav', 'eler'), ('ex', 'tend'), ('apos', 'tle'), ('ico', 'nium'), ('obedi', 'ence'), ('inunda', 'tions'), ('Ged', 'aliah'), ('se', 'lected'), ('impor', 'tance'), ('breth', 'ren'), ('profes', 'sion'), ('pre', 'arrangement'), ('gos', 'pel'), ('mis', 'sion'), ('Jeru', 'salem'), ('re', 'belled'), ('Nebuchad', 'nezzar')]
ST18830621-V09-24-page9.txt: [('ex', 'pression'), ('apos', 'tles'), ('pa', 'per'), ('Ch', 'i'), ('breth', 'ren'), ('peo', 'ple'), ('circum', 'stances'), ('excla', 'mation'), ('un', 'til'), ('surren', 'dered')]
ST18830628-V09-25-page1.txt: [('al', 'ready'), ('ex', 'hibit'), ('obsti', 'nately'), ('authori', 'ties'), ('hu', 'man'), ('atten', 'tion'), ('indigna', 'tion'), ('oc', 'cupied'), ('peo', 'ple'), ('examina', 'tion'), ('persecu', 'tion'), ('re', 'jected')]
ST18830628-V09-25-page10.txt: [('ther', 'mometer'), ('TH', 'E'), ('un', 'noticed'), ('Po', 'dunk')]
ST18830628-V09-25-page11.txt: [('ex', 'pressions')]
ST18830628-V09-25-page12.txt: [('Southamp', 'ton'), ('inconven', 'ience'), ('pre', 'ferred'), ('GE', 'O'), ('affil', 'iate'), ('argu', 'ments'), ('un', 'paralleled'), ('unexpect', 'edly'), ('contro', 'versy'), ('senti', 'mental'), ('busi', 'ness'), ('ortho', 'dox'), ('dif', 'ferent'), ('ac', 'complish')]
ST18830628-V09-25-page2.txt: [('Je', 'sus'), ('peo', 'ple'), ('un', 'fruitful')]
ST18830628-V09-25-page3.txt: [('Mor', 'mon'), ('criti', 'cism'), ('bi', 'ographies'), ('vindi', 'cation'), ('pa', 'gans'), ('Mo', 'hammedanism'), ('nebu', 'lous'), ('ne', 'cessity'), ('cer', 'tainly'), ('benefi', 'cent'), ('pri', 'mogeniture'), ('manu', 'factured'), ('aspi', 'rations'), ('pre', 'ceded'), ('un', 'fathomable'), ('mis', 'statements'), ('adapta', 'tion'), ('re', 'search'), ('ac', 'complish')]
ST18830628-V09-25-page4.txt: [('civiliza', 'tion'), ('appli', 'cations'), ('Al', 'mighty'), ('respOnsi', 'ble'), ('politi', 'cal'), ('em', 'ploy'), ('respon', 'sibility'), ('virt', 'ues'), ('arith', 'metic'), ('conta', 'gious'), ('dif', 'ference'), ('Ev', 'ery'), ('disas', 'trous'), ('re', 'spected')]
ST18830628-V09-25-page5.txt: [('apos', 'tles'), ('conten', 'tion'), ('resi', 'dence'), ('es', 'cape'), ('pri', 'mary'), ('ob', 'servance'), ('profes', 'sion'), ('disci', 'ples'), ('pre', 'mium'), ('syna', 'gogues'), ('regenera', 'ted'), ('Jeru', 'salem'), ('re', 'lated')]
ST18830628-V09-25-page6.txt: [('agricult', 'ure'), ('charac', 'ter'), ('sus', 'tain'), ('ex', 'amination'), ('Ostro', 'goths'), ('cer', 'tain'), ('arti', 'cle'), ('occupa', 'tion'), ('peo', 'ple'), ('pre', 'eminently'), ('un', 'derstand'), ('re', 'ligious')]
ST18830628-V09-25-page7.txt: [('polythe', 'ism'), ('ordi', 'nance'), ('cus', 'toms'), ('sanc', 'tity'), ('astrolog', 'ical'), ('accom', 'plished'), ('em', 'peror'), ('hier', 'archy'), ('breth', 'ren'), ('vis', 'ible'), ('serv', 'ants'), ('Byzan', 'tium'), ('mis', 'fortunes'), ('re', 'store'), ('ac', 'cept')]
ST18830628-V09-25-page8.txt: [('afflic', 'tion'), ('funda', 'mental'), ('benevo', 'lence'), ('unsuc', 'cessful'), ('pov', 'erty'), ('re', 'sponded'), ('Thessa', 'lonica'), ('testimo', 'nies')]
ST18830628-V09-25-page9.txt: [('re', 'ported'), ('tempta', 'tions'), ('experi', 'ence'), ('Healds', 'burg'), ('neces', 'sities'), ('Vo', 'ted'), ('ex', 'perience'), ('noth', 'ing'), ('breth', 'ren'), ('peo', 'ple'), ('Ta', 'R'), ('Resolu', 'tions'), ('si', 'Ta')]
ST18830712-V09-26-page10.txt: [('id', 'a')]
ST18830712-V09-26-page11.txt: [('WORL', 'D')]
ST18830712-V09-26-page12.txt: [('popu', 'lar'), ('specu', 'latiVe'), ('un', 'der'), ('cler', 'gymen'), ('Har', 'per'), ('breth', 'ren'), ('ut', 'termost'), ('Assem', 'bly'), ('se', 'cure'), ('hav', 'ing'), ('ac', 'count')]
ST18830712-V09-26-page3.txt: [('al', 'most'), ('inade', 'quate'), ('af', 'ter'), ('demonstra', 'tion'), ('conver', 'sation'), ('adminis', 'tration'), ('un', 'belief'), ('innumera', 'ble'), ('re', 'ferred'), ('tra', 'ditions')]
ST18830712-V09-26-page4.txt: [('al', 'though'), ('sor', 'row'), ('ex', 'ist'), ('indi', 'cator'), ('communi', 'cate'), ('af', 'flicted'), ('unscru', 'pulous'), ('vari', 'ous'), ('civili', 'zation'), ('sev', 'eral'), ('spir', 'itual'), ('em', 'pire'), ('relig', 'ion'), ('elec', 'tric'), ('pre', 'eminent'), ('un', 'der'), ('na', 'val'), ('re', 'ceive'), ('ac', 'cording')]
ST18830712-V09-26-page5.txt: [('al', 'lowed'), ('vio', 'late'), ('leni', 'ency'), ('proba', 'tion'), ('cer', 'tain'), ('ani', 'mals'), ('responsi', 'bility'), ('th', 'e'), ('congre', 'gation'), ('un', 'less'), ('mis', 'apprehension'), ('re', 'peat')]
ST18830712-V09-26-page6.txt: [('al', 'ready'), ('Blakes', 'lee'), ('lan', 'guage'), ('shab', 'bath'), ('wor', 'shiped'), ('Shab', 'bath'), ('intelli', 'gent'), ('resurrec', 'tion'), ('observ', 'ance'), ('adjec', 'tive'), ('sev', 'enth'), ('Bi', 'ble'), ('relig', 'ious'), ('lexico', 'graphical'), ('ob', 'served'), ('Worces', 'ter'), ('co', 'n'), ('un', 'Christian'), ('ef', 'fect'), ('dif', 'ferent'), ('re', 'gard'), ('ren', 'dering'), ('ac', 'c')]
ST18830712-V09-26-page7.txt: [('fi', 'rst'), ('pre', 'cede'), ('re', 'mains')]
ST18830712-V09-26-page8.txt: [('exten', 'sively'), ('appro', 'priate'), ('secre', 'tary'), ('em', 'braced'), ('naviga', 'tion'), ('instruc', 'tion'), ('Interna', 'tional'), ('pre', 'sented'), ('Sa', 'linas'), ('discon', 'tinue'), ('ef', 'fort'), ('mis', 'sionary'), ('re', 'ceived'), ('ac', 'quaintances')]
ST18830712-V09-26-page9.txt: [('ex', 'press'), ('Spir', 'itUalism'), ('Resolu', 'tions'), ('M.', ''), ('preju', 'dices'), ('breth', 'ren'), ('peo', 'ple'), ('pre', 'sented'), ('exer', 'cises')]
ST18830719-V09-27-page10.txt: [("Youth'", 's')]
ST18830719-V09-27-page11.txt: [('re', 'garded'), ('Un', 'ion'), ('Commis', 'sioner'), ('proph', 'ecy'), ('Illi', 'nois'), ('ex', 'pected'), ('eXperi', 'ence'), ('Hunga', 'rian'), ('peo', 'ple'), ('ac', 'count')]
ST18830719-V09-27-page12.txt: [('Tur', 'key'), ('Circum', 'cision'), ('ex', 'ceedingly'), ('Elo', 'him'), ('em', 'bracing'), ('stran', 'ger'), ('co', 'operation')]
ST18830719-V09-27-page3.txt: [('ex', 'pression'), ('infi', 'del'), ('exal', 'tation'), ('ob', 'serving'), ('signifi', 'cantly'), ('endur', 'eth'), ('re', 'opened')]
ST18830719-V09-27-page4.txt: [('ev', 'ery'), ('Satur', 'day'), ('ob', 'serving'), ('bulle', 'tin'), ('re', 'ferred')]
ST18830719-V09-27-page5.txt: [('chil', 'dren'), ('funda', 'mental'), ('infi', 'del'), ('noth', 'ing'), ('conver', 'sion'), ('testi', 'mony'), ('co', 'operation'), ('muti', 'lations'), ('re', 'moved')]
ST18830719-V09-27-page6.txt: [('antici', 'pate'), ('ap', 'points'), ('fel', 'low'), ('ab', 'sent'), ('quan', 'tity'), ('compensa', 'tion'), ('hav', 'ing')]
ST18830719-V09-27-page7.txt: [('co', 'operating')]
ST18830719-V09-27-page8.txt: [('bru', 'in')]
ST18830719-V09-27-page9.txt: [('resolu', 'tion'), ('particu', 'larly'), ('indi', 'viduals'), ('prin', 'ciple'), ('Pa', 'cific'), ('creden', 'tials'), ('hu', 'man'), ('se', 'cure'), ('salva', 'tion'), ('co', 'operate'), ('Sa', 'tan'), ('re', 'gard'), ('excep', 'tion')]
ST18830726-V09-28-page1.txt: [('wor', 'thy'), ('ex', 'cept'), ('hereaf', 'ter'), ('es', 'cape'), ('cer', 'tain'), ('Omnipo', 'tence'), ('hav', 'ing'), ('tem', 'pest'), ('weap', 'ons'), ('na', 'tion')]
ST18830726-V09-28-page10.txt: [('splin', 'ters'), ('omi', 'nous'), ('un', 'able'), ('exhaus', 'tion')]
ST18830726-V09-28-page11.txt: [('sus', 'pended'), ('re', 'ports'), ('Jop', 'lin'), ('Circum', 'cision'), ('Presby', 'terian'), ('conse', 'quence'), ('th', 'at'), ('Testi', 'mony'), ('introduc', 'tion')]
ST18830726-V09-28-page12.txt: [('oth', 'ers'), ('knowl', 'edge'), ('abomina', 'tions'), ('Congrega', 'tional'), ('ex', 'amination'), ('ordina', 'tion'), ('ob', 'served'), ('co', 'laborers')]
ST18830726-V09-28-page2.txt: [('charac', 'teristic'), ('al', 'ways'), ('conversa', 'tion'), ('ex', 'pectation'), ('mo', 'tive'), ('spir', 'itual'), ('privi', 'lege'), ('opposi', 'tion'), ('exhila', 'rating'), ('serv', 'ants'), ('un', 'der'), ('ef', 'fects'), ('exhorta', 'tion'), ('expan', 'sion'), ('expecta', 'tion')]
ST18830726-V09-28-page4.txt: [('al', 'ready'), ('Je', 'sus'), ('sus', 'tained'), ('Sav', "iour's"), ('Crea', "tor's"), ('Conse', 'quently'), ('Chil', "dren's"), ('reputa', 'tion'), ('appre', 'hensions'), ("Lord'", 's'), ('sepa', 'rated'), ('cer', 'tain'), ('patri', 'archal'), ('everlast', 'ing'), ('argu', 'ments'), ('serv', 'ants'), ('ut', 'tering'), ('sancti', 'fied'), ('inevit', 'able'), ('re', 'stored'), ('ac', 'knowledged')]
ST18830726-V09-28-page5.txt: [('Jerusa', 'lem'), ('exe', 'cution'), ('circum', 'stances'), ('disci', 'ples'), ('serv', 'ice'), ('distin', 'guish'), ('commen', 'tators'), ('re', 'ligious'), ('ac', 'quaintance')]
ST18830726-V09-28-page6.txt: [('ap', 'pointed'), ('ex', 'positions'), ('Sev', 'enth'), ('tes', 'timony'), ('consecra', 'tion'), ('Phari', 'sees'), ('sanc', 'tified'), ('arti', 'cles'), ('pre', 'sented'), ('re', 'ligion'), ('ren', 'dered')]
ST18830726-V09-28-page7.txt: [('ex', 'perience'), ('prin', 'ciple'), ('re', 'people')]
ST18830726-V09-28-page8.txt: [('opportu', 'nity'), ('breth', 'ren'), ('vicin', 'ity'), ('bene', 'fited'), ('re', 'visit'), ('ac', 'complish'), ('Secre', 'tary')]
ST18830726-V09-28-page9.txt: [('al', 'ways'), ('sla', 'very'), ('chil', 'dren'), ('infi', 'nitely'), ('recom', 'mend'), ('busi', 'ness'), ('peo', 'ple'), ('vicin', 'ity'), ('impropri', 'ety'), ('adminis', 'ter'), ('natur', 'ally'), ('estab', 'lished'), ('persecu', 'tion'), ('re', 'sorting'), ('ac', 'knowledged'), ('perver', 'sion')]
ST18830802-V09-29-page1.txt: [('neces', 'sity'), ('indi', 'vidual'), ('corre', 'spond'), ('jeal', 'ousies'), ('dif', 'ferences')]
ST18830802-V09-29-page2.txt: [('accom', 'plish'), ('cov', 'etousness'), ('breth', 'ren'), ('considera', 'tions'), ('dif', 'ferent'), ('re', 'freshing'), ('ren', 'in'), ('ac', 'count')]
ST18830802-V09-29-page3.txt: [('appre', 'ciation'), ('OP', 'E'), ('Publi', 'cations'), ('conscien', 'tiously'), ('se', 'cured'), ('consid', 'ered')]
ST18830802-V09-29-page4.txt: [('wor', 'shiped'), ('denomi', 'nation'), ('ex', 'cept'), ('exten', 'sion'), ('prin', 'ciples'), ('organiza', 'tions'), ('suf', 'fering'), ('everlast', 'ing'), ('tremb', 'ling'), ('fa', 'thers'), ('estab', 'lished'), ('Fa', 'ther')]
ST18830809-V09-30-page1.txt: [('educa', 'tion'), ('Re', 'former'), ('intelli', 'gence'), ('sanc', 'tion'), ('em', 'pire'), ('influ', 'ence'), ('supe', 'rior'), ('decep', 'tions'), ('mis', 'led'), ('inso', 'lent'), ('re', 'proof')]
ST18830809-V09-30-page10.txt: [('Ma', 'sons'), ('suf', 'ficient'), ('relig', 'ion'), ('pre', 'viously')]
ST18830809-V09-30-page11.txt: [('Bos', 'ton'), ('Mis', 'sionary'), ('comforta', 'ble'), ('Ti', 'E'), ('th', 'e'), ('suc', 'cess'), ('un', 'usual'), ('ob', 'served'), ('peo', 'ple'), ('Chol', 'era'), ('connec', 'tion'), ('ac', 'cordingly')]
ST18830809-V09-30-page12.txt: [('oc', 'casion'), ('impor', 'tance'), ('knowl', 'edge'), ('refor', 'mation'), ('pre', 'paring'), ('volun', 'tary'), ('ple', 'as'), ('peo', 'ple')]
ST18830809-V09-30-page2.txt: [('irrev', 'erent'), ('indi', 'cates'), ('resurrec', 'tion'), ('coun', 'tenance'), ('Mussul', 'man'), ('ig', 'norant'), ('Phar', 'isee'), ('resur', 'rection'), ('eviscera', 'tion'), ('pre', 'pared'), ('auda', 'cious'), ('re', 'tention')]
ST18830809-V09-30-page3.txt: [('Mis', 'sissippi'), ('TI', 'V'), ('contin', 'ued'), ('obedi', 'ence'), ('presump', 'tuous'), ('suffi', 'cient'), ('TE', 'E'), ('blasphem', 'ers'), ('accu', 'rate'), ('hypoc', 'risy'), ('re', 'ward'), ('ren', 'dering'), ('manifes', 'tations')]
ST18830809-V09-30-page4.txt: [('th', 'at')]
ST18830809-V09-30-page5.txt: [('Jerusa', 'lem'), ('individ', 'uals'), ('apos', 'tles'), ('es', 'pecially'), ('proph', 'ecies'), ('Hav', 'ing'), ('th', 'at'), ('syna', 'gogue'), ('re', 'cipients'), ('ac', 'cepted'), ('recog', 'nized')]
ST18830809-V09-30-page6.txt: [('mo', 'tive'), ('observ', 'ance'), ('CathOli', 'cism'), ('ob', 'ject'), ('indig', 'nation'), ('pre', 'sented'), ('dif', 'ficulty'), ('re', 'semblance')]
ST18830809-V09-30-page8.txt: [('deliv', 'erance'), ('Ja', 'cob'), ('coun', 'tries'), ('breth', 'ren'), ('distrib', 'uted'), ('ef', 'fect'), ('re', 'main')]
ST18830809-V09-30-page9.txt: [('th', 'e')]
ST18830816-V09-31-page1.txt: [('forebod', 'ings'), ('Re', 'former'), ('harmoni', 'ously'), ('em', "peror's"), ('recan', 'tation'), ('tri', 'umph'), ('counte', 'nance'), ('suc', 'cess'), ('contem', 'plation'), ('re', 'ported')]
ST18830816-V09-31-page11.txt: [('Re', 'formed'), ('Bos', 'ton'), ('Mis', 'sionary'), ('annexa', 'tion'), ('re', 'turn'), ('un', 'usual'), ('Salva', 'tion'), ('perfec', 'tion'), ('breth', 'ren'), ('peo', 'ple'), ('co', 'operation'), ('connec', 'tion')]
ST18830816-V09-31-page12.txt: [('Re', 'form'), ('Sanita', 'rium'), ('ev', 'ery'), ('oper', 'ative'), ('prepa', 'ration'), ('instruc', 'tion'), ('co', 'oper'), ('publica', 'tions'), ('consid', 'erations')]
ST18830816-V09-31-page2.txt: [('un', 'biblical')]
ST18830816-V09-31-page3.txt: [('Je', "sus'"), ('associ', 'ate'), ('influ', 'ences'), ('noth', 'ing'), ('fOrti', 'tude')]
ST18830816-V09-31-page4.txt: [('al', 'lowable'), ('delib', 'eration'), ('discrim', 'ination'), ('sus', 'pend'), ('ex', 'act'), ('exe', 'cuted'), ('incom', 'plete'), ('har', 'mony'), ('oper', 'ations'), ('monu', 'ment'), ('accom', 'modating'), ('reve', 'lation'), ('mak', 'ing'), ('su', 'preme'), ('gravi', 'tation'), ('argu', 'ment'), ('posi', 'tion'), ('pre', 'sent'), ('deso', 'lations'), ('princi', 'ples'), ('revela', 'tion')]
ST18830816-V09-31-page5.txt: [('ex', 'amination'), ('intelli', 'gently'), ('direc', 'tion'), ('cov', 'ering'), ('acknowl', 'edge'), ('hav', 'ing'), ('tribu', 'lation'), ('th', 'e'), ('dif', 'ference'), ('re', 'sults'), ('ac', 'knowledged')]
ST18830816-V09-31-page6.txt: [('ap', 'pointment'), ('ex', 'cept'), ('repre', 'sent'), ('ev', 'ery'), ('ele', 'vated'), ('suf', 'fered'), ('proph', 'ecy'), ('consti', 'tutional'), ('struct', 'ure'), ('suc', 'cessful'), ('un', 'just'), ('pecul', 'iarity'), ('persecu', 'tion'), ('re', 'ligious')]
ST18830816-V09-31-page7.txt: [('ap', 'propriated'), ('creat', 'ures'), ('prin', 'ciple'), ('sev', 'enth'), ('relig', 'ious'), ('ob', 'serve'), ('fraudu', 'lent'), ('abso', 'lute'), ('testi', 'mony'), ('hav', 'e'), ('Eu', 'sebius'), ('un', 'noticed'), ('surren', 'dered'), ('tra', 'dition')]
ST18830816-V09-31-page8.txt: [('wh', 'o')]
ST18830816-V09-31-page9.txt: [('inno', 'cent'), ('sanct', 'uary'), ('associ', 'ations'), ('suppli', 'cating'), ('Piedmon', 'tese'), ('publica', 'tions'), ('suc', 'cess'), ('preci', 'pice'), ('re', 'joice')]
ST18830823-V09-32-page10.txt: [('al', 'though'), ('exter', 'nal'), ('ma', 'sonry'), ('obser', 'vation'), ('ex', 'tremely'), ('scien', 'tific'), ('oper', 'ation'), ('acknowl', 'edged'), ('fortu', 'nately'), ('representa', 'tive'), ('re', 'turned')]
ST18830823-V09-32-page11.txt: [('poli', 'tician'), ('Mis', 'sionary'), ('posi', 'tions'), ('re', 'leased'), ('Pennsyl', 'vania'), ('ti', 'A'), ('situ', 'ation'), ('YO', 'UNG'), ('confi', 'dently'), ('situa', 'tions'), ('connec', 'tion'), ('ver', 'sion')]
ST18830823-V09-32-page12.txt: [('cus', 'toms'), ("Clarke'", 's'), ('Ver', 'sion'), ('M.', ''), ('representa', 'tive'), ('re', 'ports'), ('Har', 'per'), ('infor', 'mation'), ('lI', 'THE')]
ST18830823-V09-32-page4.txt: [('al', 'leged'), ('vio', 'lation'), ('anoma', 'lies'), ('preva', 'lence'), ('suf', 'fers'), ('es', 'tablished'), ('reve', 'lation'), ('filthi', 'ness'), ('respon', 'sibility'), ('se', 'verely'), ('accounta', 'bility'), ('vin', 'dicated'), ('un', 'reasonableness'), ('dif', 'ference'), ('acci', 'dentally'), ('ac', 'knowledge')]
ST18830823-V09-32-page6.txt: [('ce', 'menting'), ('exter', 'nal'), ('forma', 'tion'), ('materiali', 'zation'), ('deca', 'logue'), ('Pa', 'pists'), ('Bi', 'ble'), ('proph', 'ecy'), ('satisfac', 'tory'), ('un', 'der'), ('ef', 'fected'), ('denomina', 'tions'), ('ac', 'cordingly')]
ST18830823-V09-32-page7.txt: [('condi', 'tion'), ('blasphe', 'mous'), ('Cus', 'tom'), ('devel', 'opment'), ('Bi', 'ble'), ('abun', 'dance'), ('acknowl', 'edge'), ('peo', 'ple'), ('occa', 'sion'), ('Spiri', 't'), ('Fa', 'thers'), ('re', 'quiring'), ('ac', 'complished')]
ST18830823-V09-32-page8.txt: [('skel', 'etons'), ('inqui', 'sition'), ('idola', 'try'), ('perpen', 'dicular'), ('convoca', 'tions'), ('por', 'tion'), ('convo', 'cations'), ('breth', 'ren'), ('giv', 'ing'), ('tri', 'umphed'), ('pre', 'viously'), ('wid', 'ows'), ('becom', 'ing'), ('re', 'quired')]
ST18830823-V09-32-page9.txt: [('fel', 'low'), ('ex', 'tends'), ('ev', 'ery'), ('indi', 'rectly'), ('spi', 'der'), ('infi', 'nite'), ('ele', 'vated'), ('unconstitu', 'tional'), ('gratifica', 'tion'), ('remem', 'ber'), ('suc', 'cessfully'), ('princi', 'ple'), ('Jeru', 'salem'), ('institu', 'tions'), ('dishev', 'eled'), ('re', 'member')]
ST18830830-V09-33-page10.txt: [('uncon', 'verted'), ('decoc', 'tion'), ('ex', 'pressed'), ('intelli', 'gence'), ('sev', 'eral'), ('va', 'grants'), ('mis', 'sion'), ('re', 'covered')]
ST18830830-V09-33-page11.txt: [('desti', 'tute'), ('M.', ''), ('Zum', 'brota'), ('representa', 'tive'), ('evac', 'uation'), ('re', 'written'), ('commu', 'nicants'), ('ex', 'pended'), ('humil', 'iating'), ('YO', 'UNG'), ('wor', 'ship'), ('ap', 'peal'), ('coun', 'try'), ('indif', 'ference')]
ST18830830-V09-33-page12.txt: [('Presi', 'dent'), ('al', 'ready'), ('Re', 'formed'), ('M.', ''), ('knowl', 'edge'), ('re', 'opened'), ('edi', 'tion'), ('arti', 'cle'), ('cultiva', 'ted'), ('condi', 'tion'), ('ap', 'pears'), ('Tem', 'perance'), ('ver', 'sion'), ('possi', 'ble')]
ST18830830-V09-33-page3.txt: [('interpre', 'tation'), ('Jerusa', 'lem'), ('ordi', 'nances'), ('beauti', 'ful'), ('cele', 'brate'), ('obliga', 'tory'), ('prin', 'ciple'), ('mak', 'eth'), ('pri', 'vate'), ('ob', 'servation'), ('Tes', 'tament'), ('tribu', 'lation'), ('un', 'godly'), ('re', 'membered')]
ST18830830-V09-33-page4.txt: [('ma', 'chinists'), ('prin', 'ciples'), ('adul', 'tery'), ('respon', 'sibility'), ('compe', 'tent'), ('ment', 'on'), ('argu', 'ment'), ('conse', 'quences'), ('humili', 'ating'), ('pre', 'vail'), ('re', 'sponsibility')]
ST18830830-V09-33-page5.txt: [('condi', 'tions'), ('ex', 'ceedingly'), ('exe', 'crable'), ('strik', 'ers'), ('tes', 'timonies'), ('Wes', 'leyan'), ('contro', 'versy'), ('un', 'feigned'), ('re', 'solved')]
ST18830830-V09-33-page6.txt: [('charac', 'ter'), ('ex', 'plicit'), ('deca', 'logue'), ('Jeho', 'vah'), ('ordi', 'narily'), ('sanc', 'tifying'), ('sev', 'enth'), ('atten', 'tion'), ('ob', 'servance'), ('jeal', 'ousy'), ('hom', 'age'), ('pre', 'dicted'), ('mis', 'take'), ('ac', 'cept'), ('na', 'tions')]
ST18830830-V09-33-page7.txt: [('al', 'Ways'), ('ful', 'filled'), ('pa', 'tience'), ('oth', 'ers'), ('giv', 'ing'), ('pre', 'tense')]
ST18830830-V09-33-page8.txt: [('Healds', 'burg'), ('chil', 'dren'), ('Re', 'formers'), ('calcu', 'lations'), ('coun', 'try'), ('suf', 'ficiency'), ('cour', 'ageous'), ('ob', 'tained'), ('grea', 'ter'), ('abom', 'inable'), ('adminis', 'tered'), ('re', 'sponded')]
ST18830830-V09-33-page9.txt: [('ti', 'U'), ('Re', 'formers'), ('sys', 'tem'), ('Zwin', 'gle'), ('cer', 'tain'), ('diabol', 'ical'), ('disci', 'ples'), ('knowl', 'edge'), ('dif', 'ferences'), ('Refor', 'mation')]
ST18830906-V09-34-page1.txt: [('th', 'rough')]
ST18830906-V09-34-page10.txt: [('ap', 'paratus'), ('ex', 'pected'), ('asso', 'ciated'), ('reluc', 'tantly'), ('Suppres', 'sion'), ('accom', 'plished'), ('quiv', 'ering'), ('urg', 'ing'), ('serv', 'ants'), ('trem', 'ulous'), ('excur', 'sions'), ('re', 'established')]
ST18830906-V09-34-page11.txt: [('cer', 'tainly'), ('Tele', 'graph'), ('disap', 'peared'), ('esti', 'mated'), ('tri', 'fling'), ('knowl', 'edge'), ('representa', 'tive'), ('re', 'ceived'), ('rup', 'ture'), ('sev', 'enteen'), ('indig', 'nantly'), ('un', 'explored'), ('thermom', 'eter'), ('occu', 'pied'), ('syndi', 'cate'), ('recre', 'ation'), ('Atlan', 'tic'), ('quar', 'rel'), ('calam', 'ities')]
ST18830906-V09-34-page12.txt: [('Southamp', 'ton'), ('pre', 'venting'), ('ev', 'ery'), ('conse', 'cration'), ('suf', 'fering'), ('ob', 'ject'), ('infor', 'mation'), ('polyga', 'mist'), ('Pa', 'cific'), ('se', 'cure'), ('ver', 'sion')]
ST18830906-V09-34-page4.txt: [('prepos', 'terous'), ('neces', 'sity'), ('sus', 'pended'), ('vindi', 'cates'), ('prin', 'ciple'), ('mak', 'ing'), ('tyran', 'nical'), ('acknowl', 'edge'), ('su', 'perabundance'), ('obli', 'gation'), ('depre', 'cated'), ('substi', 'tute'), ('condem', 'nation'), ('re', 'ceiving'), ('distinc', 'tion')]
ST18830906-V09-34-page5.txt: [('al', 'ways'), ('repre', 'sented'), ('apos', 'tles'), ('collu', 'sion'), ('af', 'fords'), ('accom', 'panied'), ('damag', 'ing'), ('prac', 'tice'), ('dic', 'tate'), ('shep', 'herds'), ('re', 'ceiving'), ('ac', 'cepted')]
ST18830906-V09-34-page6.txt: [('lov', 'ing'), ('ap', 'pearing'), ('sanc', 'tity'), ('se', 'curity'), ('dispen', 'sations'), ('scrupu', 'lously'), ('knowl', 'edge'), ('restora', 'tion'), ('na', 'tions'), ('Fa', 'ther'), ('re', 'proof')]
ST18830906-V09-34-page8.txt: [('secur', 'ing'), ('religi', 'osity'), ('ex', 'actly'), ('Bi', 'ble'), ('es', 'tablished'), ('mak', 'ing'), ('estima', 'tion'), ('relig', 'iosity'), ('busi', 'ness'), ('practi', 'cal'), ('instruc', 'tion'), ('pre', 'pare'), ('discre', 'tion'), ('satu', 'rated'), ('re', 'ceive')]
ST18830906-V09-34-page9.txt: [('al', 'though'), ('ex', 'posing'), ('tes', 'timonies'), ('publica', 'tions'), ('circulat', 'ing'), ('disap', 'pointed'), ('vis', 'iting'), ('suc', 'ceeded'), ('un', 'usually'), ('re', 'spects')]
ST18830920-V09-35-page1.txt: [('condi', 'tion'), ('neces', 'sary'), ('communi', 'cating'), ('af', 'fection'), ('elec', 'tors'), ('argu', 'ments'), ('re', 'peated')]
ST18830920-V09-35-page10.txt: [('promulgat', 'ing'), ('Sav', 'iour'), ('ap', 'pear'), ('accom', 'plished'), ('em', 'ployments'), ('fa', 'ther'), ('busi', 'ness'), ('schol', 'arly'), ('exer', 'tions'), ('remunera', 'tive'), ('re', 'marked'), ('ac', 'count')]
ST18830920-V09-35-page11.txt: [('reli', 'gion'), ('indigna', 'tion'), ('re', 'lease'), ('munifi', 'cent'), ('exten', 'sive'), ('Pre', 'vention'), ('th', 'e'), ('Har', 'rington'), ('Parlia', 'ment'), ('Bulga', 'ria'), ('Copen', 'hagen'), ('Pa', 'cific'), ('Mediterra', 'nean')]
ST18830920-V09-35-page12.txt: [('Southamp', 'ton'), ('re', 'opening'), ('suffi', 'cient'), ('educa', 'tional'), ('produc', 'ing'), ('circula', 'tion'), ('infor', 'mation'), ('convoca', 'tions'), ('subscrib', 'ers')]
ST18830920-V09-35-page2.txt: [('SI', 'G'), ('aw', 'ful'), ('obe', 'dience'), ('organi', 'zations'), ('reser', 'vation'), ('apos', 'tles'), ('rejoic', 'ing'), ('Phari', 'sees'), ('sev', 'enty'), ('accom', 'panying'), ('ob', 'servation'), ('ig', 'nored'), ('IA', 'SI'), ('pre', 'determined'), ('inves', 'tigation'), ('nec', 'essary'), ('op', 'position'), ('re', 'ject'), ('imme', 'diately'), ('ac', 'cording')]
ST18830920-V09-35-page3.txt: [('Jeho', 'vah'), ('heavi', 'est'), ('mak', 'ing'), ('influ', 'ence'), ('su', 'perior'), ('resur', 'rection'), ('practi', 'cally'), ('conse', 'cration'), ('co', 'ntinually'), ('un', 'feigned'), ('pecul', 'iar')]
ST18830920-V09-35-page4.txt: [('invali', 'date'), ('neces', 'sary'), ('objec', 'tion'), ('vio', 'lated'), ('prerog', 'ative'), ('indul', 'gence'), ('prin', 'ciples'), ('transgres', 'sions'), ('reve', 'lation'), ('disre', 'gard'), ('docu', 'ment'), ('appe', 'tites'), ('satis', 'faction'), ('ut', 'terly'), ('re', 'laxed'), ('ac', 'knowledged')]
ST18830920-V09-35-page5.txt: [('trav', 'eled'), ('ex', 'pect'), ('inscrip', 'tion'), ('Epi', 'cureans'), ('Naz', 'areth'), ('Abra', 'ham'), ('Bere', 'ans'), ('compro', 'mise'), ('diamet', 'rically'), ('disre', 'spect'), ('legiti', 'mate'), ('Tes', 'tament'), ('peo', 'ple'), ('representa', 'tive'), ('readi', 'ness'), ('Athe', 'nians')]
ST18830920-V09-35-page6.txt: [('al', 'ways'), ('Melchiz', 'edek'), ('inadmissi', 'ble'), ('ex', 'isted'), ('Sev', 'enth'), ('cardi', 'nal'), ('impoSsi', 'ble'), ('phra', 'seology'), ('fa', 'ther'), ('sa', 'cred'), ('po', 'sitions'), ('ment', 'or'), ('argu', 'ment'), ('dispensa', 'tion'), ('pre', 'tensions'), ('un', 'til'), ('Sa', 'n'), ('estab', 'lished'), ('deficien', 'cies'), ('re', 'maineth'), ('possi', 'ble')]
ST18830920-V09-35-page7.txt: [('cre', 'ation'), ('Da', 'vid'), ('ex', 'alted'), ('Abro', 'gation'), ('humil', 'ity'), ('sev', 'enth'), ('suf', 'fer'), ('Hav', 'ing'), ('noth', 'ing'), ('pre', 'cept'), ('mur', 'mur'), ('re', 'flect'), ('tempta', 'tions'), ('ac', 'countability')]
ST18830920-V09-35-page8.txt: [('pa', 'triarchs'), ('proph', 'ets'), ('breth', 'ren'), ('testi', 'mony'), ('mis', 'sionary')]
ST18830920-V09-35-page9.txt: [('Edding', 'ton'), ('subju', 'gation'), ('inebri', 'ates'), ('Associ', 'ation'), ('Citi', 'zen'), ('reso', 'lution'), ('un', 'licensed'), ('ef', 'fort'), ('op', 'ponents')]
ST18830927-V09-36-page1.txt: [('indulg', 'ing'), ('Medi', 'ator'), ('breth', 'ren'), ('heav', 'enly'), ('ac', 'cording')]
ST18830927-V09-36-page10.txt: [('chil', 'dren'), ('obliga', 'tion'), ('pon', 'dered'), ('occu', 'pants'), ('re', 'plied')]
ST18830927-V09-36-page11.txt: [('Ari', 'zona'), ('re', 'duced'), ('vicissi', 'tudes'), ('emi', 'grated'), ('Publi', 'cation'), ('uneasi', 'ness'), ('co', 'operation'), ('resolu', 'tion'), ('individ', 'uals'), ('Minneapo', 'lis'), ('crea', 'ture'), ('impa', 'tient'), ('Protes', 'tant'), ('busi', 'ness')]
ST18830927-V09-36-page12.txt: [('incon', 'sistencies'), ('Metho', 'dists'), ('observ', 'anCe'), ('proph', 'ecy'), ('un', 'pleasant'), ('medi', 'cinal'), ('evangeli', 'cal'), ('infor', 'mation'), ('prepa', 'ration'), ('repu', 'tation'), ('coun', 'trymen')]
ST18830927-V09-36-page2.txt: [('Assyri', 'ans'), ('Sav', 'iour'), ('ex', 'ecute'), ('ded', 'ication'), ('corre', 'sponding'), ('Ca', 'naan'), ('fu', 'ture'), ('genea', 'logical'), ('responsi', 'ble'), ('peo', 'ple'), ('Phila', 'delphus'), ('serv', 'ice'), ('suc', 'ceeded'), ('na', 'tion'), ('re', 'cover')]
ST18830927-V09-36-page3.txt: [('pesti', 'lences'), ('neces', 'sary'), ('wor', 'shipers'), ('sev', 'enth'), ('adul', 'terer'), ('peo', 'ple'), ('suc', 'cess'), ('un', 'der')]
ST18830927-V09-36-page4.txt: [('attri', 'butes'), ('appre', 'ciate'), ('sev', 'eral'), ('pre', 'eminence')]
ST18830927-V09-36-page5.txt: [('construc', 'tion'), ('Presi', 'dent'), ('exis', 'tence'), ('ex', 'perience'), ('omis', 'sion'), ('atten', 'tion'), ('tu', 'mults'), ('sug', 'gested'), ('reci', 'tation'), ('circum', 'stance'), ('posi', 'tion'), ('syna', 'gogue'), ('re', 'main'), ('Thessa', 'lonica'), ('possi', 'ble'), ('apprecia', 'ted')]
ST18830927-V09-36-page7.txt: [('ex', 'citement'), ('ev', 'ery'), ('sev', 'enty'), ('fa', 'ther'), ('ob', 'tained'), ('Instruc', 'tions'), ('un', 'godly'), ('mur', 'der'), ('op', 'eration'), ('re', 'ceived')]
ST18830927-V09-36-page8.txt: [('Brownsber', 'ger'), ('pre', 'vious'), ('re', 'solutions'), ('repre', 'sentatives'), ('giv', 'ing'), ('ef', 'fort'), ('invita', 'tion'), ('Secre', 'tary'), ('neces', 'sary'), ('ne', 'cessity'), ('Sut', 'ter'), ('Instruc', 'tion'), ('resolu', 'tion'), ('prac', 'ticable'), ('ac', 'companied')]
ST18831004-V09-37-page12.txt: [('re', 'sult'), ('accommo', 'dation'), ('Al', 'ready'), ('infor', 'mation'), ('af', 'ter')]
ST18831004-V09-37-page2.txt: [('re', 'proof')]
ST18831004-V09-37-page3.txt: [('dili', 'gently'), ('Breth', 'ren'), ('cer', 'tainly'), ('gra', 'ciously'), ('ade', 'quate'), ('ini', 'quities'), ('conver', 'sion'), ('conse', 'quence'), ('serv', 'ice'), ('re', 'quires')]
ST18831004-V09-37-page4.txt: [('Justifi', 'cation'), ('obe', 'dient'), ('imperfec', 'tions'), ('holi', 'ness'), ('omis', 'sion'), ('declara', 'tions'), ('peo', 'ple'), ('conver', 'sion'), ('misap', 'prehension'), ('perpe', 'tuity'), ('re', 'mission')]
ST18831004-V09-37-page5.txt: [('al', 'ways'), ('ex', 'pounded'), ('ab', 'horred'), ('divina', 'tion'), ('Chrysos', 'tom'), ('cer', 'tainly'), ('Notwith', 'standing'), ('Pris', 'cilla'), ('prac', 'tice'), ('oppos', 'ers'), ('Commen', 'tary'), ('unneces', 'sarily'), ('Ob', 'jection'), ('un', 'just'), ('na', 'ture'), ('ac', 'knowledged')]
ST18831004-V09-37-page6.txt: [('founda', 'tion'), ('Ja', 'red'), ('diffi', 'culty'), ('Da', 'vid'), ('Melchis', 'edek'), ('duplic', 'ity'), ('Abra', 'ham'), ('degen', 'erated'), ('Na', 'hor'), ('ob', 'scure'), ('se', 'vere'), ('circu', 'lated'), ('adver', 'tised'), ('posi', 'tion'), ('pre', 'ceded'), ('un', 'truth'), ('Sa', 'lem'), ('ves', 'sels')]
ST18831004-V09-37-page7.txt: [('popu', 'larity'), ('ev', 'ery'), ('pa', 'per'), ('Septua', 'gint'), ('Abra', 'ham'), ('sev', 'enth'), ('significa', 'tion'), ('hav', 'ing'), ('un', 'der'), ('Cer', 'tainly'), ('representa', 'tive'), ('re', 'maining'), ('ren', 'dered'), ('sabba', 'ton')]
ST18831004-V09-37-page8.txt: [('ap', 'prove'), ('publi', 'cations'), ('Mis', 'sionary'), ('sug', 'gestions'), ('un', 'belief'), ('re', 'ceive'), ('increas', 'ing')]
ST18831004-V09-37-page9.txt: [('wo', 'man'), ('ordi', 'nance'), ('Philadel', 'phia'), ('op', 'portunity'), ('re', 'solved')]
ST18831011-V09-38-page10.txt: [('ma', 'ligned'), ('deceiv', 'ing'), ('injur', 'ing'), ('recommenda', 'tion'), ('em', 'broidery'), ('sepul', 'cher'), ('se', 'rious'), ('un', 'happy'), ('insen', 'sible'), ('re', 'moved'), ('apothe', "cary's")]
ST18831011-V09-38-page11.txt: [('al', 'leging'), ('posi', 'tion'), ('depre', 'cate'), ('re', 'mark'), ('inhabi', 'tants'), ('unneces', 'sary'), ('suc', 'cessful'), ('mis', 'sionary'), ('Direc', 'tors'), ('preva', 'lent'), ('lep', 'rosy'), ('distrib', 'uted'), ('princi', 'ples'), ('materi', 'ally'), ('mur', 'der')]
ST18831011-V09-38-page12.txt: [('inten', 'tion'), ('re', 'gard'), ('misrepre', 'senting'), ('oper', 'ative'), ('compan', 'ionship'), ('Co', 'W'), ('infor', 'mation'), ('Massachu', 'setts'), ('co', 'oper'), ('publica', 'tions'), ('satisfac', 'tion')]
ST18831011-V09-38-page3.txt: [('repre', 'sents'), ('qualifi', 'cations'), ('vo', 'taries'), ('interces', 'sory'), ('salva', 'tion'), ('encour', 'aged'), ('gos', 'pel'), ('redemp', 'tion'), ('mis', 'takes'), ('imagi', 'nation')]
ST18831011-V09-38-page4.txt: [('al', 'ready'), ('defi', 'nitions'), ('ex', 'perience'), ('everlast', 'ing'), ('perfec', 'tionists'), ('na', 'ture'), ('re', 'stored')]
ST18831011-V09-38-page5.txt: [('afflic', 'tions'), ('individ', 'ual'), ('ex', 'tent'), ('apos', 'tles'), ('Thes', 'salonians'), ('appreci', 'ated'), ('Thucyd', 'ides'), ('salva', 'tion'), ('breth', 'ren'), ('distin', 'guished'), ('ut', 'most'), ('Timo', 'theus'), ('asser', 'tions'), ('mis', 'led'), ('re', 'peated'), ('difficul', 'ties'), ('na', 'tive')]
ST18831011-V09-38-page6.txt: [('opportu', 'nity'), ('regener', 'ation'), ('impos', 'sible'), ('denomi', 'nations'), ('objec', 'tion'), ('ex', 'cepted'), ('Ca', 'naan'), ('Baptiz', 'ing'), ('privi', 'lege'), ('comprehen', 'sion'), ('presump', 'tion'), ('disci', 'pline'), ('bene', 'fit'), ('sav', 'ing'), ('denomina', 'tions'), ('inconceiv', 'able'), ('ac', 'count')]
ST18831011-V09-38-page7.txt: [('nar', 'row'), ('al', 'low'), ('ti', 'me'), ('ex', 'ecute'), ('Re', 'deemer'), ('tes', 'timony'), ('inde', 'structible'), ('Mo', 'ses'), ('perpen', 'dicular'), ('Scep', 'ter'), ('declara', 'tiOn'), ('ob', 'tained'), ('pre', 'cisely'), ('re', 'ceived'), ('oppo', 'sition')]
ST18831011-V09-38-page8.txt: [('secur', 'ing'), ('corre', 'spondence'), ('es', 'pecially'), ('Na', 'varre'), ('fa', 'vorable'), ('dispo', 'sitions'), ('espe', 'cially'), ('hav', 'ing'), ('bene', 'ficial'), ('gener', 'ally'), ('pre', 'ceded'), ('re', 'fused')]
ST18831011-V09-38-page9.txt: [('ex', 'pense'), ('organi', 'zation'), ('sacri', 'fice'), ('perpet', 'uated'), ('ob', 'stacle'), ('conti', 'nent'), ('posi', 'tion'), ('co', 'laborers'), ('si', 'lently'), ('gos', 'pel'), ('scho', 'lastic'), ('re', 'joice')]
ST18831018-V09-39-page1.txt: [('ap', 'parent'), ('apos', "tle's"), ('coun', 'terfeit'), ('ob', 'taining'), ('agi', 'tated'), ('un', 'certain'), ('mur', 'dered'), ('re', 'vive'), ('oppo', 'sition')]
ST18831018-V09-39-page10.txt: [('prac', 'tice'), ('indif', 'ferent'), ('re', 'marks')]
ST18831018-V09-39-page11.txt: [('ni', 'hilism'), ('re', 'cently'), ('ti', 'e'), ('physi', 'cians'), ('proph', 'ecy'), ('suc', 'cess'), ('vig', 'orous'), ('accom', 'panied'), ('newspa', 'pers'), ('TH', 'E')]
ST18831018-V09-39-page12.txt: [('disap', 'pointed'), ('oper', 'ative'), ('theo', 'ries'), ('advan', 'tages'), ('co', 'oper'), ('recre', 'ation'), ('publica', 'tions'), ('ac', 'quainted')]
ST18831018-V09-39-page2.txt: [('univer', 'sally'), ('ex', 'perience'), ('repre', 'sents'), ('cus', 'tom'), ('crea', 'tive'), ('Ver', 'ily'), ('instru', 'ment'), ('lotter', 'ies'), ('il', 'e'), ('un', 'known'), ('anythin', 'g'), ('re', 'ply')]
ST18831018-V09-39-page3.txt: [('accus', 'tomed'), ('ex', 'perience'), ('persever', 'ing'), ('abol', 'ished'), ('Inj', 'uries'), ('peo', 'ple'), ('th', 'e')]
ST18831018-V09-39-page4.txt: [('al', 'ways'), ('neces', 'sity'), ('prin', 'ciples'), ('sanc', 'tified'), ('suf', 'ficient'), ('ob', 'servance'), ('immu', 'table'), ('Tes', 'tament'), ('ment', 'or'), ('circum', 'stances'), ('re', 'marks'), ('expres', 'sions')]
ST18831018-V09-39-page5.txt: [('al', 'ways'), ('ma', 'son'), ('wor', 'ship'), ('Thes', 'salonians'), ('es', 'sentially'), ('Fortu', 'nately'), ('acquisi', 'tion'), ('un', 'derstand'), ('schol', 'ars'), ('dif', 'ferent'), ('wel', 'fare'), ('imme', 'diately'), ('expres', 'sion')]
ST18831018-V09-39-page6.txt: [('afflic', 'tion'), ('repre', 'sentative'), ('proph', 'ecy'), ('peo', 'ple'), ('scrupu', 'lously')]
ST18831018-V09-39-page7.txt: [('quent', 'in')]
ST18831018-V09-39-page8.txt: [('childr', 'en')]
ST18831018-V09-39-page9.txt: [('enor', 'mous'), ('ra', 'tionalism'), ('accom', 'plished'), ('ob', 'serves'), ('sul', 'phuric'), ('breth', 'ren'), ('consid', 'ered'), ('continu', 'ing')]
ST18831025-V09-40-page1.txt: [('unwill', 'ing'), ('co', 'operation'), ('re', 'thought')]
ST18831025-V09-40-page10.txt: [('TI', 'P'), ('LITT', 'LE')]
ST18831025-V09-40-page11.txt: [('Moun', 'tain'), ('re', 'deemed'), ('Pennsyl', 'Vania'), ('compell', 'ing'), ('physi', 'cians'), ('cy', 'clone'), ('circum', 'stance'), ('Caven', 'dish'), ('disestab', 'lishment'), ('ob', 'jected'), ('Fi', 'nally'), ('cruci', 'fix'), ('ag', 'gressive'), ('pla', 'cate')]
ST18831025-V09-40-page12.txt: [('Institu', 'tion'), ('Ander', 'son'), ('Mis', 'sionary'), ('mak', 'ing'), ('Southamp', 'ton'), ('intelli', 'gence'), ('accommoda', 'tions'), ('oper', 'ative'), ('Secre', 'tary'), ('educa', 'tion'), ('ex', 'act'), ('es', 'tablishment'), ('infor', 'mation'), ('co', 'oper'), ('regu', 'lar'), ('coun', 'try'), ('publica', 'tions'), ('abund', 'ant'), ('contribu', 'tions')]
ST18831025-V09-40-page2.txt: [('al', 'ter'), ('ap', 'plying'), ('obe', 'dience'), ('ordi', 'nance'), ('stig', 'matize'), ('observ', 'ance'), ('sedi', 'tion'), ('demol', 'ished'), ('proceede', 'd'), ('obli', 'gation'), ('sov', 'ereign'), ('un', 'broken'), ('rela', 'tion'), ('restora', 'tion'), ('extrava', 'gances'), ('estab', 'lished'), ('institu', 'tion'), ('re', 'ligious'), ('Refor', 'mation')]
ST18831025-V09-40-page3.txt: [('ex', 'press'), ('subdu', 'ing'), ('volu', 'bility'), ('es', 'teemed'), ('TI', 'TI'), ('unfail', 'ing'), ('breth', 'ren'), ('peo', 'ple'), ('na', 'ture'), ('arrogat', 'ing'), ('mis', 'erably'), ('re', 'ceive')]
ST18831025-V09-40-page4.txt: [('regu', 'lar'), ('ex', 'cept'), ('ascer', 'tained'), ('Univer', 'salists'), ('ab', 'sence'), ('sensi', 'bilities'), ('resurrec', 'tion'), ('incor', 'porated'), ('reve', 'lation'), ('resur', 'rection'), ('tem', 'poral'), ('un', 'certainty'), ('dif', 'ficulty'), ('re', 'morse'), ('ren', 'dered')]
ST18831025-V09-40-page5.txt: [('Thessalo', 'nians'), ('ex', 'tinction'), ('indulg', 'ences'), ('em', 'inence'), ('Proph', 'ecies'), ('indig', 'nation'), ('origi', 'nate'), ('tem', 'ple'), ('pre', 'sided'), ('ple', 'at'), ('Pon', 'tiff'), ('retal', 'iation'), ('considera', 'tions'), ('eter', 'nity'), ('nec', 'essarily'), ('cathe', 'dral'), ('re', 'ward'), ('ac', 'complished'), ('expres', 'sions')]
ST18831025-V09-40-page6.txt: [('ap', 'plied'), ('indi', 'vidual'), ('cruci', 'fixion'), ('sanct', 'uary'), ('calcu', 'lated'), ('hu', 'man'), ('sev', 'enth'), ('Arta', 'xerxes'), ('argu', 'ment'), ('co', 'laborer'), ('un', 'derstand'), ('nec', 'essary')]
ST18831025-V09-40-page7.txt: [('condi', 'tion'), ('ap', 'pear'), ('ex', 'tent'), ('ded', 'icating'), ('proba', 'tion'), ('dedi', 'cating'), ('pre', 'pared'), ('un', 'cleanness'), ('re', 'semblance')]
ST18831025-V09-40-page8.txt: [('licen', 'tiates'), ('individ', 'uals'), ('fel', 'low'), ('ex', 'tent'), ('publi', 'cation'), ('igno', 'rant'), ('creat', 'ures'), ('disre', 'gard'), ('advan', 'tages'), ('circum', 'stances'), ('disci', 'ples'), ('ef', 'fect'), ('exer', 'cised'), ('increas', 'ing')]
ST18831101-V09-41-page1.txt: [('sus', 'tained'), ('enno', 'bled'), ('ex', 'cited'), ('vio', 'lently'), ('Re', 'formers'), ('degrada', 'tion'), ('circula', 'tion'), ('argu', 'ments'), ('posi', 'tion'), ('fanati', 'cism'), ('un', 'derstanding'), ('Fa', 'thers'), ('op', 'posers'), ('re', 'ceived'), ('transla', 'tion')]
ST18831101-V09-41-page10.txt: [('al', 'ways'), ('ap', 'oplexy'), ('Ro', 'mans'), ('busi', 'ness'), ('awk', 'ward'), ('gos', 'pel'), ('discour', 'aged'), ('mis', 'sionary'), ('re', 'calling')]
ST18831101-V09-41-page11.txt: [('promot', 'ers'), ('prin', 'ciples'), ('serv', 'ants'), ('Califor', 'nia'), ('re', 'porters'), ('ma', 'terial'), ('exten', 'sively'), ('agri', 'culture'), ('imple', 'ments'), ('th', 'or'), ('excava', 'tions'), ('credi', 'tors'), ('suf', 'ferers'), ('ob', 'tained'), ('investi', 'gating'), ('sa', 'ys'), ('se', 'cured'), ('nota', 'ble'), ('peni', 'tentiary'), ('speci', 'men')]
ST18831101-V09-41-page12.txt: [('reli', 'gion'), ('cus', 'tom'), ('recommen', 'dation'), ('partic', 'ulars'), ('intelli', 'gence'), ('oper', 'ative'), ('logi', 'cal'), ('Ea', 't'), ('co', 'oper'), ('justi', 'fication'), ('publica', 'tions')]
ST18831101-V09-41-page2.txt: [('pa', 'tient'), ('decid', 'edly'), ('har', 'mony'), ('observ', 'ance'), ('prin', 'ciples'), ('ame', 'nable'), ('incompati', 'ble'), ('ig', 'norant'), ('tem', 'perance'), ('serv', 'ants'), ('pre', 'vention'), ('un', 'flagging'), ('mis', 'sionaries')]
ST18831101-V09-41-page3.txt: [('serv', 'ants'), ('accus', 'tomed'), ('orthog', 'raphy'), ('suppli', 'cation'), ('circum', 'stances'), ('trib', 'ulation'), ('bab', 'bling')]
ST18831101-V09-41-page4.txt: [('lan', 'guage'), ('defi', 'nition'), ('impos', 'sible'), ('obe', 'dience'), ('har', 'monize'), ('suf', 'fered'), ('everlast', 'ing'), ('ment', 'or'), ('misap', 'prehension'), ('un', 'changeable'), ('eter', 'nal'), ('dif', 'ficulty')]
ST18831101-V09-41-page5.txt: [('Thessalo', 'nian'), ('ex', 'cellent'), ('accom', 'plish'), ('sanc', 'tification'), ('prophe', 'cies'), ('breth', 'ren'), ('necessa', 'rily'), ('prophesyin', 'gs'), ('re', 'prove')]
ST18831101-V09-41-page6.txt: [('pre', 'eminently'), ('op', 'posed'), ('ri', 'se'), ('ef', 'forts'), ('ex', 'planation'), ('Introduc', 'tion'), ('relig', 'ion'), ('ob', 'served'), ('effi', 'ciency'), ('assum', 'ing'), ('pa', 'pers'), ('coun', 'tries')]
ST18831101-V09-41-page7.txt: [('al', 'ways'), ('ma', 'terial'), ('Cin', 'cinnati'), ('Alexan', 'der'), ('Philis', 'tines'), ('convers', 'ing'), ('prin', 'cipal'), ('Mediter', 'ranean'), ('relig', 'ious'), ('recom', 'pense'), ('unconstitu', 'tional'), ('offens', 'ive'), ('breth', 'ren'), ('instruc', 'tion'), ('toler', 'ation'), ('Jeru', 'salem'), ('re', 'main'), ('Dispensa', 'tion')]
ST18831101-V09-41-page8.txt: [('Je', 'sus'), ('wo', 'rd'), ('vere', 'in'), ('creat', 'ure'), ('occu', 'pied'), ('Mediterra', 'nean'), ('profes', 'sion'), ('tri', 'bunal'), ('co', 'laborers'), ('gos', 'pel')]
ST18831101-V09-41-page9.txt: [('Constitu', 'tion'), ('incon', 'venience'), ('coun', 'try'), ('sev', 'enty'), ('produc', 'tions'), ('ordina', 'tion'), ('expen', 'diture'), ('occa', 'sioned'), ('depre', 'cated'), ('pre', 'vious'), ('princi', 'ples'), ('imme', 'diate')]
ST18831108-V09-42-page1.txt: [('resurrec', 'tion'), ('OA', 'KLAND'), ('immu', 'tability'), ('peo', 'ple'), ('swal', 'lowed'), ('heav', 'ens'), ('mur', 'derers'), ('re', 'mainder'), ('possi', 'bility'), ('ac', 'quainted')]
ST18831108-V09-42-page10.txt: [('wor', 'k'), ('ex', 'pected'), ('cus', 'tom'), ('un', 'tidy'), ('re', 'form')]
ST18831108-V09-42-page11.txt: [('al', 'most'), ('re', 'marks'), ('authorita', 'tively'), ('leav', 'ing'), ('estab', 'lishing'), ('wo', 'men'), ('confi', 'dence'), ('ab', 'sconded')]
ST18831108-V09-42-page12.txt: [('suppres', 'sion'), ('oper', 'ative'), ('notic', 'ing'), ('chil', 'dren'), ('infor', 'mation'), ('co', 'oper'), ('Mor', 'mons'), ('publica', 'tions'), ('patri', 'archs'), ('remem', 'ber')]
ST18831108-V09-42-page2.txt: [('lan', 'guage'), ('manag', 'ing'), ('blas', 'pheming'), ('proph', 'ecy'), ('ob', 'servance'), ('oth', 'ers'), ('peo', 'ple'), ('senti', 'nels'), ('gos', 'pel'), ('dif', 'ficult'), ('re', 'port')]
ST18831108-V09-42-page3.txt: [('confi', 'dence'), ('obe', 'dience'), ('ex', 'alteth'), ('dili', 'gently'), ('af', 'ter'), ('igno', 'rance'), ('invi', 'tation'), ('cour', 'age'), ('untu', 'tored'), ('testi', 'mony'), ('TH', 'EA'), ('ambi', 'tion'), ('op', 'pressions'), ('re', 'demption'), ('na', 'tion')]
ST18831108-V09-42-page4.txt: [('re', 'solution')]
ST18831108-V09-42-page5.txt: [('al', 'lotted'), ('ordi', 'nances'), ('immedi', 'ate'), ('af', 'ter'), ('demonstra', 'tion'), ('sanc', 'tified'), ('surpris', 'ing'), ('Ce', 'phas'), ('effi', 'cient'), ('unwar', 'ranted'), ('necessi', 'ties')]
ST18831108-V09-42-page6.txt: [('aban', 'doned'), ('inac', 'curacy'), ('nec', 'essary')]
ST18831108-V09-42-page7.txt: [('miracu', 'lous'), ('diso', 'bedience'), ('Zecha', 'riah'), ('Macca', 'beus')]
ST18831108-V09-42-page8.txt: [('Willit', 's')]
ST18831108-V09-42-page9.txt: [('incalcu', 'lable'), ('ex', 'hausted'), ('por', 'tion'), ('su', 'gar'), ('Corre', 'spondence'), ('giv', 'ing'), ('tem', 'perance'), ('metrop', 'olis'), ('un', 'answered'), ('happi', 'ness')]
ST18831115-V09-43-page1.txt: [('OA', 'KLAND')]
ST18831115-V09-43-page10.txt: [('anec', 'dote'), ('ap', 'peared'), ('exclama', 'tion'), ('un', 'faithful'), ('re', 'turned')]
ST18831115-V09-43-page11.txt: [('Ber', 'lin'), ('acknowl', 'edged'), ('re', 'established'), ('conse', 'quent'), ('sav', 'ings'), ('ex', 'ploded'), ('infor', 'mation'), ('confirma', 'tion'), ('devot', 'ing')]
ST18831115-V09-43-page2.txt: [('Re', 'ward'), ('af', 'fectionate'), ('Zeruia', 'h'), ('illustra', 'tion'), ('ly', 'ing')]
ST18831115-V09-43-page3.txt: [('deliv', 'ered'), ('Ja', 'ws'), ('Corinthi', 'ans'), ('serv', 'ants'), ('representa', 'tives'), ('nec', 'essary'), ('re', 'suscitate'), ('speci', 'men')]
ST18831115-V09-43-page4.txt: [('ap', 'pear'), ('pa', 'tiently'), ('usur', 'pation'), ('ene', 'mies'), ('acknowl', 'edged'), ('instruc', 'tions'), ('Su', 'preme'), ('edu', 'cation'), ('invin', 'cible'), ('un', 'changed'), ('alle', 'giance'), ('re', 'gards'), ('transfor', 'mation')]
ST18831115-V09-43-page5.txt: [('incor', 'porate'), ('tal', 'ents'), ('concep', 'tion'), ('peo', 'ple'), ('argu', 'ment'), ('gos', 'pel'), ('re', 'mission'), ('ac', 'knowledged')]
ST18831115-V09-43-page6.txt: [('ex', 'tracts'), ('observ', 'ing'), ('arti', 'cle'), ('ob', 'servances'), ('pl', 'ace'), ('un', 'leavened'), ('institu', 'tion'), ('ac', 'cording')]
ST18831115-V09-43-page7.txt: [('chrono', 'logical'), ('al', 'ready'), ('ex', 'plained'), ('holi', 'day'), ('ob', 'serve'), ('unex', 'pectedly'), ('un', 'important'), ('advo', 'cating'), ('re', 'echoed'), ('distinc', 'tions')]
ST18831115-V09-43-page8.txt: [('compara', 'tive'), ('inconsist', 'ent'), ('evolu', 'tion'), ('acknowl', 'edged'), ('oc', 'curred'), ('ge', 'ology'), ('peo', 'ple'), ('re', 'demption'), ('ful', 'fillment')]
ST18831115-V09-43-page9.txt: [('TH', 'EA')]
ST18831122-V09-44-page10.txt: [('shinin', 'g')]
ST18831122-V09-44-page11.txt: [('rela', 'tions'), ('discon', 'tinued'), ('re', 'cently'), ('Absolu', 'tion'), ('shak', 'ing'), ('estab', 'lishing'), ('ex', 'clamation'), ('recom', 'mend'), ('Bok', 'hara'), ('ap', 'pointee')]
ST18831122-V09-44-page12.txt: [('al', 'ways'), ('pre', 'judgment'), ('Un', 'a'), ('oper', 'ative'), ('proclama', 'tion'), ('infor', 'mation'), ('co', 'oper'), ('publica', 'tions'), ('speci', 'men')]
ST18831122-V09-44-page2.txt: [('experi', 'ence'), ('ap', 'pear'), ('ex', 'tended'), ('ra', 'tional'), ('ordi', 'nances'), ('cele', 'brating'), ('mo', 'ment'), ('se', 'cret'), ('consci', 'entious'), ('revela', 'tion'), ('re', 'gard')]
ST18831122-V09-44-page3.txt: [('chil', 'dren'), ('indiffer', 'ent'), ('compli', 'mentary'), ('ap', 'pear'), ('recipro', 'cate'), ('situa', 'tion'), ('sanct', 'uary'), ('posi', 'tion'), ('un', 'derstand'), ('re', 'ceiver')]
ST18831122-V09-44-page4.txt: [('vica', 'rious'), ('chil', 'dren'), ('ex', 'cept'), ('sacri', 'fice'), ('signifi', 'cant'), ('immu', 'table'), ('theo', 'logical'), ('bene', 'fits'), ('transac', 'tions'), ('pre', 'scribed'), ('re', 'spect')]
ST18831122-V09-44-page5.txt: [('expe', 'riences'), ('restric', 'tion'), ('apos', 'tle'), ('resurrec', 'tion'), ('tolerat', 'ing'), ('noth', 'ing'), ('abu', 'sive'), ('profes', 'sion'), ('circum', 'cision'), ('suc', 'ceeding'), ('un', 'just'), ('re', 'sponsible')]
ST18831122-V09-44-page6.txt: [('sus', 'tain'), ('appre', 'ciated'), ('ca', 'n'), ('grati', 'fying'), ('re', 'view')]
ST18831122-V09-44-page7.txt: [('betra', 'yeth'), ('peculia', 'rly')]
ST18831122-V09-44-page8.txt: [('mor', 'ally'), ('experi', 'ence'), ('unre', 'pentant'), ('ap', 'plied'), ('obe', 'dience'), ('coun', 'cils'), ('contro', 'verted'), ('trai', 'tor')]
ST18831122-V09-44-page9.txt: [('IG', 'N'), ('re', 'opened')]
ST18831129-V09-45-page1.txt: [('diffi', 'culty'), ('manifesta', 'tion'), ('restor', 'ing'), ('Nehe', "miah's"), ('imple', 'ments'), ('transgres', 'sions'), ('prej', 'udices'), ('circum', 'stances'), ('posi', 'tion'), ('tem', 'ple'), ('apprehen', 'sion'), ('endeav', 'ored'), ('ac', 'cording'), ('fo', 'r')]
ST18831129-V09-45-page10.txt: [('Thanksgiv', 'ing'), ('deliv', 'ered'), ('ap', 'ple'), ('af', 'ter'), ('mo', 'lasses'), ('bak', 'ing'), ('percepti', 'bly'), ('hav', 'ing'), ('re', 'ceive')]
ST18831129-V09-45-page11.txt: [('cre', 'ated'), ('Moun', 'tain'), ('re', 'moving'), ('sel', 'dom'), ('ex', 'pressed'), ('em', 'ployment'), ('elec', 'tion'), ('introduc', 'tion')]
ST18831129-V09-45-page12.txt: [('Re', 'vised'), ('Southamp', 'ton'), ('acknowl', 'edge'), ('astro', 'nomical'), ('Vir', 'ginia'), ('re', 'spects'), ('mis', 'taken'), ('infor', 'mation'), ('co', 'operation'), ('solu', 'tion'), ('speci', 'men')]
ST18831129-V09-45-page2.txt: [('al', 'ready'), ('unpol', 'ished'), ('insti', 'tute'), ('igno', 'rant'), ('corre', 'spond'), ('Ne', 'hemiah'), ('es', 'teem'), ('wa', 's'), ("Woman'", 's'), ('ruf', 'fles'), ('se', 'cure'), ('contribu', 'tions'), ('si', 'lence')]
ST18831129-V09-45-page3.txt: [('prosecu', 'tion'), ('ex', 'isting'), ('relig', 'ion'), ('serv', 'ile'), ('luxu', 'ries'), ('re', 'ligious'), ('ac', 'knowledge')]
ST18831129-V09-45-page4.txt: [('vica', 'rious'), ('obe', 'dience'), ('vindi', 'cate'), ('transgres', 'sions'), ('Burge', 'on'), ('substitu', 'tionary'), ('famil', 'iar'), ('un', 'bending'), ('re', 'turn')]
ST18831129-V09-45-page5.txt: [('regu', 'lar'), ('al', 'though'), ('univer', 'salist'), ('ex', 'amination'), ('breth', 'ren'), ('immor', 'tality'), ('resur', 'rection'), ('necessa', 'rily'), ('pre', 'vious'), ('ple', 'as'), ('wid', "ow's"), ('perver', 'sion')]
ST18831129-V09-45-page6.txt: [('founda', 'tion'), ('deca', 'logue'), ('Octo', 'ber'), ('Conse', 'crate'), ('af', 'fectionate'), ('arti', 'cles'), ('symp', 'toms'), ('G.', ''), ('pre', 'eminently'), ('op', 'posed'), ('re', 'appearance')]
ST18831129-V09-45-page8.txt: [('Healds', 'burg'), ('inci', 'dent'), ('ex', 'perience'), ('Orien', 'tal'), ('sepa', 'rate'), ('concep', 'tion'), ('po', 'litical'), ('practi', 'cal'), ('pre', 'existent'), ('Hol', 'land'), ('ameliora', 'tion'), ('ambi', 'tious'), ('re', 'establish')]
ST18831129-V09-45-page9.txt: [('ti', 'gers'), ('chil', 'dren'), ('repre', 'sented'), ('ele', 'ment'), ('vegeta', 'ble'), ('busi', 'ness'), ('gener', 'ation'), ('un', 'noticed'), ('re', 'cently')]
ST18831206-V09-46-page1.txt: [('confi', 'dence'), ('protec', 'tion'), ('Co', 'operation'), ('Sanbal', 'lat'), ('ene', 'mies'), ('accom', 'plished'), ('cour', 'age'), ('blas', 'phemed'), ('independ', 'ent'), ('em', 'ploy'), ('occu', 'pied'), ('illu', 'minated'), ('kno', 'W'), ('co', 'operation'), ('remem', 'ber'), ('cau', 'tion'), ('deso', 'lation')]
ST18831206-V09-46-page10.txt: [('al', 'ways'), ('Al', 'ready'), ('sys', 'tematizing'), ('Alic', 'e'), ('cun', 'ning'), ('orna', 'ment'), ('Maga', 'zine'), ('eter', 'nally'), ('mis', 'erable'), ('re', 'main')]
ST18831206-V09-46-page11.txt: [('Wil', 'lard'), ('ma', 'terializing'), ('Legis', 'lature'), ('ex', 'plorer'), ('prohib', 'ited'), ('busi', 'ness'), ('Cleve', 'land'), ('interna', 'tional'), ('thirt', 'y')]
ST18831206-V09-46-page12.txt: [('re', 'publication'), ('Patri', 'archal'), ('tra', 'dition'), ('ex', 'pect'), ('infor', 'mation'), ('pa', 'per'), ('possi', 'ble'), ('ac', 'cepted')]
ST18831206-V09-46-page3.txt: [('chil', 'dren'), ('obedi', 'ence'), ('possi', 'bility'), ('revela', 'tion'), ('becom', 'ing'), ('Fa', 'ther'), ('excep', 'tions')]
ST18831206-V09-46-page4.txt: [('foun', 'dations'), ('ex', 'hibits'), ('prin', 'ciples'), ('suf', 'ferings'), ('cov', 'ering'), ('ob', 'jects'), ('gi', 'gantic'), ('pierc', 'ing'), ('splen', 'dor'), ('immeas', 'urably'), ('equi', 'table'), ('ut', 'terly'), ('re', 'vealed'), ('oppo', 'site')]
ST18831206-V09-46-page5.txt: [('notwith', 'standing'), ('affec', 'tions'), ('Al', 'though'), ('ab', 'stain'), ('separa', 'tion'), ('proba', 'bly'), ('includ', 'ing'), ('mak', 'ing'), ('respon', 'sibility'), ('adVis', 'able'), ('peo', 'ple'), ('profes', 'sion'), ('circum', 'stances'), ('un', 'der'), ('unbe', 'lieving'), ('cel', 'ibacy'), ('re', 'liability'), ('ac', 'complished')]
ST18831206-V09-46-page6.txt: [('lan', 'guage'), ('blasphe', 'mous'), ('Sav', 'iour'), ('deca', 'logue'), ('Metho', 'dist'), ('holi', 'ness'), ('omis', 'sion'), ('inhab', 'itants'), ('re', 'instated'), ('ac', 'cusation')]
ST18831206-V09-46-page7.txt: [('ma', 'jority'), ('justi', 'fied'), ('unscrupu', 'lous'), ('mo', 'tives'), ('circumcis', 'ion'), ('un', 'less'), ('sancti', 'fied')]
ST18831206-V09-46-page8.txt: [('conversa', 'tion'), ('individ', 'uals'), ('por', 'tions'), ('un', 'less'), ('re', 'quired')]
ST18831206-V09-46-page9.txt: [('Presi', 'dent'), ('Mis', 'sionary'), ('disci', 'pline'), ('pre', 'siding'), ('considera', 'tion'), ('re', 'ferred'), ('Scandina', 'vian'), ('substan', 'tially'), ('mis', 'sions'), ('neces', 'sity'), ('expe', 'rience'), ('imme', 'diate'), ('commenc', 'ing'), ('denomina', 'tional')]
ST18831213-V09-47-page1.txt: [('ene', 'mies')]
ST18831213-V09-47-page11.txt: [('mysteri', 'ous'), ('pre', 'vented'), ('re', 'ported'), ('legis', 'lation'), ('mo', 'nopoly'), ('expul', 'sion'), ('eman', 'cipated'), ('Pa', 'cific')]
ST18831213-V09-47-page12.txt: [('Mis', 'sionary'), ('Southamp', 'ton'), ('insti', 'tutions'), ('es', 'tablished'), ('gra', 'tuitously'), ('infor', 'mation'), ('Breth', 'ren'), ('quar', 'terly')]
ST18831213-V09-47-page2.txt: [('expendi', 'tures'), ('glori', 'fied'), ('crip', 'pleS'), ('coun', 'sel'), ('preju', 'dice'), ('hallelu', 'jah'), ('unneces', 'sary'), ('th', 'e'), ('mis', 'sionary'), ('re', 'member'), ('ac', 'complish')]
ST18831213-V09-47-page3.txt: [('ex', 'ile'), ('commen', 'ting')]
ST18831213-V09-47-page4.txt: [('ex', 'press'), ('pecu', 'liarity'), ('ment', 'on'), ('unnec', 'essary'), ('godli', 'ness'), ('pre', 'existent')]
ST18831213-V09-47-page5.txt: [('discour', 'aged'), ('dili', 'gently'), ('compara', 'tive'), ('Abra', 'ham'), ('treasur', 'ing'), ('assump', 'tion'), ('consola', 'tion'), ('Pedo', 'baptists'), ('tribu', 'lation'), ('pre', 'existent'), ('discre', 'tion'), ('ac', 'complishment')]
ST18831213-V09-47-page6.txt: [('Jeho', 'vah'), ('observ', 'ance'), ('ment', 'on')]
ST18831213-V09-47-page7.txt: [('proposi', 'tion'), ('repre', 'sents'), ('Re', 'form'), ('sanct', 'uary'), ('coun', 'try'), ('poli', 'tics'), ('magni', 'tude'), ('fa', 'naticism'), ('peo', 'ple'), ('recog', 'nizes')]
ST18831213-V09-47-page8.txt: [('chil', 'dren'), ('habita', 'tions'), ('expe', 'rience'), ('ensu', 'ing'), ('ex', 'isted'), ('repre', 'sent'), ('cus', 'toms'), ('imag', 'inary'), ('sh', 'all'), ('vari', 'ous'), ('perpet', 'uate'), ('hu', 'man'), ('monu', 'ment'), ('privi', 'lege'), ('benefi', 'cence'), ('em', 'pire'), ('se', 'verely'), ('bene', 'fits'), ('mis', 'sionary'), ('re', 'sides')]
ST18831213-V09-47-page9.txt: [('re', 'late')]
ST18831220-V09-48-page10.txt: [('ern', 'a')]
ST18831220-V09-48-page12.txt: [('inher', 'itance'), ('Peo', 'ple'), ('re', 'main'), ('obedi', 'ence'), ('giv', 'ing'), ('decis', 'ion'), ('ex', 'pose'), ('infor', 'mation')]
ST18831220-V09-48-page13.txt: [('har', 'mony'), ('LI', 'E')]
ST18831220-V09-48-page14.txt: [('Re', 'vised'), ('insti', 'tutions'), ('proph', 'ecy'), ('theo', 'ries'), ('th', 'e'), ('gra', 'tuitously'), ('relig', 'ious')]
ST18831220-V09-48-page15.txt: [('Co', 'operation')]
ST18831220-V09-48-page3.txt: [('buSin', 'ess'), ('ge', 'on')]
ST18831220-V09-48-page4.txt: [('compre', 'hension'), ('holi', 'ness'), ('pre', 'existent'), ('re', 'deemed')]
ST18831220-V09-48-page5.txt: [('al', 'ways'), ('mor', 'tality'), ('ap', 'pearance'), ('apos', 'tles'), ('Al', 'E'), ('fre', 'quently'), ('relig', 'ion'), ('imitat', 'ing'), ('resur', 'rected'), ('conver', 'sion'), ('hav', 'ing'), ('tem', 'porary'), ('co', 'laborers'), ('explan', 'atory'), ('pre', 'sented'), ('un', 'der'), ('compari', 'son'), ('persecu', 'tions'), ('re', 'membered')]
ST18831220-V09-48-page6.txt: [('ex', 'penses'), ('justi', 'fied'), ('obliga', 'tion'), ('noth', 'ing'), ('un', 'divided'), ('estab', 'lished'), ('re', 'fused')]
ST18831220-V09-48-page7.txt: [('blasphe', 'mies'), ('repre', 'sented'), ('succes', 'sive'), ('undi', 'vided'), ('impor', 'tant'), ('continu', 'ance'), ('dif', 'ferent'), ('ac', 'knowledge'), ('distinc', 'tion')]
ST18831220-V09-48-page9.txt: [('theref', 'Ore'), ('Healds', 'burg'), ('accus', 'tomed'), ('tes', 'tified'), ('sev', 'eral'), ('recom', 'mended'), ('Corre', 'sponding'), ('consid', 'eration'), ('pre', 'pay'), ('Hol', 'lister'), ('periodi', 'cals'), ('Soci', 'ety'), ('re', 'visit'), ('soci', 'eties')]
ST18840117-V10-03-page15.txt: [('th', 'a'), ('mili', 'A')]
ST18840117-V10-03-page16.txt: [('DA', 'N')]
ST18840117-V10-03-page6.txt: [('co', 'workers')]
ST18840117-V10-03-page9.txt: [('por', 'To')]
ST18840124-V10-04-page15.txt: [('tr', 'affic')]
ST18840124-V10-04-page2.txt: [('co', 'py')]
ST18840131-V10-05-page1.txt: [('Avi', 'd')]
ST18840131-V10-05-page14.txt: [('FORW', 'ARDED')]
ST18840131-V10-05-page15.txt: [('Ma', 'D'), ('co', 'operating')]
ST18840131-V10-05-page6.txt: [('co', 'laborers')]
ST18840207-V10-06-page14.txt: [('Whi', 'teis')]
ST18840207-V10-06-page15.txt: [('mit', 'is')]
ST18840207-V10-06-page16.txt: [('ac', 'quaintance')]
ST18840214-V10-07-page11.txt: [('co', 'operating')]
ST18840214-V10-07-page14.txt: [('FORW', 'ARDED')]
ST18840214-V10-07-page5.txt: [('th', 'em')]
ST18840221-V10-08-page14.txt: [('re', 'A')]
ST18840221-V10-08-page15.txt: [('re', 'appointment'), ('ma', 'y'), ('un', 'pleasantness')]
ST18840221-V10-08-page16.txt: [('re', 'A')]
ST18840221-V10-08-page4.txt: [('aut', 'hors')]
ST18840228-V10-09-page1.txt: [('Jeh', 'ovah')]
ST18840228-V10-09-page14.txt: [('Al', 'L'), ('co', 'laborer')]
ST18840228-V10-09-page3.txt: [('ment', 'he')]
ST18840228-V10-09-page9.txt: [('sacrif', 'ice')]
ST18840313-V10-11-page13.txt: [('appli', 'cation'), ('ow', 'n')]
ST18840313-V10-11-page15.txt: [('lectu', 're')]
ST18840313-V10-11-page3.txt: [('ple', 'at')]
ST18840313-V10-11-page5.txt: [('ri', 'e')]
ST18840327-V10-13-page11.txt: [('Stroms', 'burg')]
ST18840327-V10-13-page13.txt: [('littl', 'e')]
ST18840327-V10-13-page14.txt: [('FORW', 'ARDED')]
ST18840327-V10-13-page15.txt: [('RE', 'LATIONS'), ('co', 'operating')]
ST18840327-V10-13-page4.txt: [('mul', 'titude')]
ST18840327-V10-13-page6.txt: [('co', 'laborers')]
ST18840327-V10-13-page9.txt: [('re', 'affirmed')]
ST18840403-V10-14-page1.txt: [('co', 'laborers')]
ST18840403-V10-14-page15.txt: [('RE', 'LATIONS'), ('es', 'ter')]
ST18840403-V10-14-page6.txt: [('co', 'laborers'), ('un', 'IT')]
ST18840403-V10-14-page7.txt: [('co', 'operation')]
ST18840403-V10-14-page8.txt: [('co', 'operate')]
ST18840403-V10-14-page9.txt: [('co', 'workers')]
ST18840417-V10-16-page10.txt: [('re', 'examining')]
ST18840417-V10-16-page11.txt: [('IL', 'A')]
ST18840417-V10-16-page14.txt: [('RECE', 'IPTS')]
ST18840417-V10-16-page15.txt: [('th', 'a')]
ST18840417-V10-16-page16.txt: [('G.', '')]
ST18840417-V10-16-page5.txt: [('Lor', 'I'), ('lai', 'd')]
ST18840417-V10-16-page6.txt: [('th', 'at')]
ST18840417-V10-16-page9.txt: [('Maha', 'Bharata')]
ST18840529-V10-21-page12.txt: [('al', 'though')]
ST18840529-V10-21-page13.txt: [('RE', 'LATIONS')]
ST18840529-V10-21-page14.txt: [('ORDE', 'RS')]
ST18840529-V10-21-page15.txt: [('SABBA', 'TH'), ('co', 'op')]
ST18840529-V10-21-page3.txt: [('bo', 'no')]
ST18840605-V10-22-page15.txt: [('Pleuro', 'pneumonia')]
ST18840612-V10-23-page16.txt: [('li', 'THE'), ('re', 'written')]
ST18840619-V10-24-page11.txt: [('ple', 'at')]
ST18840619-V10-24-page14.txt: [('Robb', 'S')]
ST18840619-V10-24-page15.txt: [('ra', 'in'), ('co', 'operative')]
ST18840626-V10-25-page10.txt: [('Allegh', 'any')]
ST18840626-V10-25-page11.txt: [('McElh', 'any'), ('pre', 'eminently')]
ST18840626-V10-25-page14.txt: [('Emanu', 'El')]
ST18840626-V10-25-page16.txt: [('Br', 'Ea')]
ST18840626-V10-25-page3.txt: [('re', 'enact')]
ST18840626-V10-25-page6.txt: [('re', 'baptize')]
ST18840626-V10-25-page7.txt: [('dra', 'in')]
ST18840703-V10-26-page10.txt: [('Mc', 'Cormick'), ('re', 'read')]
ST18840703-V10-26-page12.txt: [('bo', 'y'), ('re', 'But')]
ST18840703-V10-26-page15.txt: [('fo', 'r')]
ST18840703-V10-26-page4.txt: [('re', 'baptize')]
ST18840703-V10-26-page6.txt: [('Unde', 'Signed'), ('re', 'hearing')]
ST18840703-V10-26-page7.txt: [('re', 'read')]
ST18840703-V10-26-page8.txt: [('un', 'derstandeth')]
ST18840717-V10-27-page11.txt: [('li', 'THE')]
ST18840717-V10-27-page13.txt: [('cer', 'tainly'), ('EXTEN', 'SIVE')]
ST18840717-V10-27-page3.txt: [('uncom', 'promising')]
ST18840717-V10-27-page8.txt: [('re', 'elected')]
ST18840724-V10-28-page14.txt: [('gi', 'e'), ('si', 'xty')]
ST18840724-V10-28-page15.txt: [('DESTI', 'N')]
ST18840724-V10-28-page7.txt: [('litt', 'le'), ('ag', 'grandizement'), ('co', 'n')]
ST18840731-V10-29-page1.txt: [('th', 'at')]
ST18840731-V10-29-page11.txt: [('li', 'No')]
ST18840731-V10-29-page13.txt: [('WA', 'LDENSES')]
ST18840731-V10-29-page15.txt: [('co', 'operating')]
ST18840731-V10-29-page3.txt: [('ac', 'He')]
ST18840731-V10-29-page9.txt: [('re', 'produce')]
ST18840807-V10-30-page13.txt: [('Cas', 'T'), ('re', 'a')]
ST18840807-V10-30-page14.txt: [('FORW', 'ARDED'), ('re', 'New')]
ST18840807-V10-30-page16.txt: [('IG', 'N')]
ST18840807-V10-30-page18.txt: [('ac', 'cording')]
ST18840807-V10-30-page20.txt: [('Bost', 'on')]
ST18840807-V10-30-page9.txt: [('ob', 'ject')]
ST18840814-V10-31-page11.txt: [('th', 'e')]
ST18840814-V10-31-page13.txt: [('EXTEN', 'SIVE')]
ST18840814-V10-31-page15.txt: [('re', 'opened'), ('brok', 'en')]
ST18840814-V10-31-page8.txt: [('mal', 'administration')]
ST18840821-V10-32-page13.txt: [('co', 'laborers')]
ST18840821-V10-32-page14.txt: [('th', 'a')]
ST18840828-V10-33-page11.txt: [('th', 'ere')]
ST18840828-V10-33-page12.txt: [('th', 'e'), ('gettin', 'g')]
ST18840828-V10-33-page13.txt: [('EXTEN', 'SIVE')]
ST18840828-V10-33-page16.txt: [('al', 'loy'), ('ri', 'on'), ('rin', 'g'), ('siz', 'es'), ('por', 'tal'), ('op', 'P'), ('ac', 'cord')]
ST18840828-V10-33-page3.txt: [('co', 'existent')]
ST18840828-V10-33-page4.txt: [('Ch', 'ristian')]
ST18840911-V10-35-page10.txt: [('condem', 'nation')]
ST18840911-V10-35-page13.txt: [('EXTEN', 'SIVE')]
ST18840911-V10-35-page14.txt: [('pre', 'aching'), ('re', 'established')]
ST18840911-V10-35-page2.txt: [('fl', 'om'), ('woul', 'd')]
ST18840911-V10-35-page3.txt: [('re', 'enacts')]
ST18840918-V10-36-page1.txt: [('wo', 't')]
ST18840918-V10-36-page13.txt: [('littl', 'e')]
ST18841002-V10-37-page15.txt: [('Wi', 'I'), ('Obje', 't')]
ST18841002-V10-37-page16.txt: [('co', 'operating')]
ST18841002-V10-37-page8.txt: [('ment', 'or'), ('pre', 'eminent')]
ST18841009-V10-38-page13.txt: [('Ca', 'use')]
ST18841009-V10-38-page14.txt: [('pa', 'per')]
ST18841009-V10-38-page16.txt: [('tru', 'th')]
ST18841009-V10-38-page3.txt: [('mo', 'I')]
ST18841009-V10-38-page4.txt: [('consecrat', 'ed')]
ST18841016-V10-39-page10.txt: [('Siski', 'you')]
ST18841016-V10-39-page12.txt: [('ou', 't')]
ST18841016-V10-39-page13.txt: [('re', 'echoing')]
ST18841016-V10-39-page14.txt: [('Co', 'operative')]
ST18841016-V10-39-page2.txt: [('bo', 'no')]
ST18841016-V10-39-page3.txt: [('th', 'an')]
ST18841023-V10-40-page10.txt: [('Thi', 'rty')]
ST18841023-V10-40-page15.txt: [('DESTI', 'N'), ('co', 'operating')]
ST18841023-V10-40-page3.txt: [('toget', 'her')]
ST18841023-V10-40-page6.txt: [('pre', 'eminence'), ('re', 'formed')]
ST18841023-V10-40-page8.txt: [('pre', 'exist')]
ST18841030-V10-41-page10.txt: [('un', 'equivocal')]
ST18841030-V10-41-page11.txt: [('mis', 'REPORT')]
ST18841030-V10-41-page13.txt: [('EXTEN', 'SIVE'), ('exclusiv', 'ely'), ('LIF', 'T'), ('IG', 'N')]
ST18841030-V10-41-page15.txt: [('ISRA', 'EL')]
ST18841030-V10-41-page4.txt: [('regar', 'ded')]
ST18841030-V10-41-page7.txt: [('re', 'In')]
ST18841030-V10-41-page8.txt: [('ce', 'to')]
ST18841106-V10-42-page10.txt: [('si', 'd')]
ST18841106-V10-42-page12.txt: [('ex', 'It'), ('bi', 'gger')]
ST18841106-V10-42-page13.txt: [('ma', 're')]
ST18841106-V10-42-page14.txt: [('ul', 't')]
ST18841106-V10-42-page15.txt: [('co', 'op')]
ST18841106-V10-42-page7.txt: [('tA', 'int'), ('dA', 'tA')]
ST18841113-V10-43-page12.txt: [('Mor', 'on')]
ST18841113-V10-43-page13.txt: [('EXTEN', 'SIVE')]
ST18841113-V10-43-page14.txt: [('Mc', 'Clure')]
ST18841113-V10-43-page15.txt: [('co', 'operative')]
ST18841113-V10-43-page5.txt: [('pre', 'eminently')]
ST18841113-V10-43-page8.txt: [('re', 'produce')]
ST18841120-V10-44-page10.txt: [('describ', 'es'), ('re', 'establish')]
ST18841120-V10-44-page14.txt: [('Congrega', 'tionalist')]
ST18841120-V10-44-page15.txt: [('co', 'laborers')]
ST18841120-V10-44-page17.txt: [('sixt', 'een')]
ST18841120-V10-44-page18.txt: [('al', 'together'), ('TI', 'E'), ('EXTEN', 'SIVE')]
ST18841120-V10-44-page3.txt: [('sagaci', 'ty')]
ST18841127-V10-45-page13.txt: [('EXTEN', 'SIVE')]
ST18841127-V10-45-page14.txt: [('FORW', 'ARDED'), ('Tem', 'perance')]
ST18841127-V10-45-page15.txt: [('SABBA', 'TH'), ('co', 'op')]
ST18841127-V10-45-page16.txt: [('calen', 'dar')]
ST18841204-V10-46-page1.txt: [('sel', 'f')]
ST18841204-V10-46-page13.txt: [('Elde', 'r')]
ST18841204-V10-46-page15.txt: [('co', 'operating')]
ST18841204-V10-46-page2.txt: [('pu', 're'), ('re', 'minded')]
ST18841204-V10-46-page4.txt: [('ment', 'on')]
ST18841204-V10-46-page8.txt: [('ti', 'the')]
ST18841211-V10-47-page10.txt: [('co', 'laborers')]
ST18841211-V10-47-page16.txt: [('ex', 'On'), ('infor', 'mation')]
ST18841211-V10-47-page3.txt: [('Moderat', 'o'), ('Mo', 'derator'), ('hav', 'e')]
ST18841211-V10-47-page5.txt: [('redemp', 'tion')]
ST18850108-V11-02-page1.txt: [('co', 'laborers'), ('pre', 'eminent')]
ST18850108-V11-02-page11.txt: [('G.', ''), ('co', 'operates')]
ST18850108-V11-02-page13.txt: [('Id', 'A')]
ST18850108-V11-02-page14.txt: [('dar', 'A'), ('presen', 't')]
ST18850108-V11-02-page15.txt: [('tw', 'o')]
ST18850108-V11-02-page16.txt: [('edi', 'torials')]
ST18850108-V11-02-page4.txt: [('th', 'y')]
ST18850108-V11-02-page6.txt: [('Mediterra', 'nean')]
ST18850108-V11-02-page7.txt: [('ple', 'at')]
ST18850108-V11-02-page8.txt: [('co', 'operation')]
ST18850129-V11-05-page13.txt: [('Br', 'Et')]
ST18850129-V11-05-page14.txt: [('Saun', 'ders')]
ST18850129-V11-05-page15.txt: [('sland', 'ers'), ('REVELA', 'TION'), ('TH', 'E')]
ST18850129-V11-05-page2.txt: [('ren', 'in')]
ST18850129-V11-05-page3.txt: [('al', 'I')]
ST18850129-V11-05-page4.txt: [('concl', 'usive')]
ST18850205-V11-06-page11.txt: [('sug', 'gests')]
ST18850205-V11-06-page15.txt: [('co', 'operative')]
ST18850212-V11-07-page11.txt: [('mo', 'a'), ('se', 'a')]
ST18850212-V11-07-page13.txt: [('al', 'together'), ('EXTEN', 'SIVE'), ('CO', 'CO')]
ST18850212-V11-07-page14.txt: [('Mc', 'Clure')]
ST18850212-V11-07-page15.txt: [('SABBA', 'TH'), ('co', 'operating'), ('TH', 'E')]
ST18850212-V11-07-page4.txt: [('bo', 'no')]
ST18850212-V11-07-page7.txt: [('ren', 'in')]
ST18850212-V11-07-page8.txt: [('Ch', 'as')]
ST18850219-V11-08-page13.txt: [('EXTEN', 'SIVE')]
ST18850219-V11-08-page15.txt: [('co', 'operation')]
ST18850219-V11-08-page16.txt: [('RE', 'LATIONS')]
ST18850219-V11-08-page5.txt: [('Bene', 'Berak')]
ST18850219-V11-08-page7.txt: [('th', 'e')]
ST18850219-V11-08-page8.txt: [('sto', 'nes')]
ST18850219-V11-08-page9.txt: [('co', 'operation')]
ST18850226-V11-09-page16.txt: [('ap', 'pears'), ('ev', 'er'), ('har', 'vest'), ('wa', 'ter'), ('re', 'States')]
ST18850226-V11-09-page2.txt: [('nec', 'essary')]
ST18850226-V11-09-page6.txt: [('ab', 'sorbed')]
ST18850226-V11-09-page9.txt: [('re', 'enactment')]
ST18850305-V11-10-page10.txt: [('CO', 'E'), ('ag', 'O')]
ST18850305-V11-10-page11.txt: [('pr', 'inciple')]
ST18850305-V11-10-page13.txt: [('whatso', 'ever')]
ST18850305-V11-10-page14.txt: [('pre', 'emption'), ('re', 'convene')]
ST18850305-V11-10-page15.txt: [('re', 'Mission')]
ST18850305-V11-10-page16.txt: [('re', 'Leased')]
ST18850305-V11-10-page6.txt: [('influ', 'ence')]
ST18850305-V11-10-page8.txt: [('pre', 'requisite'), ('ac', 'cordingly')]
ST18850312-V11-11-page1.txt: [('ex', 'isted'), ('thr', 'oughout')]
ST18850312-V11-11-page15.txt: [('Mc', 'Elhany')]
ST18850312-V11-11-page2.txt: [('ment', 'or')]
ST18850312-V11-11-page4.txt: [('Histor', 'y')]
ST18850312-V11-11-page6.txt: [('ca', 're')]
ST18850312-V11-11-page9.txt: [('ti', 'a')]
ST18850319-V11-12-page11.txt: [('rejec', 't')]
ST18850319-V11-12-page14.txt: [('RE', 'New')]
ST18850319-V11-12-page15.txt: [('Orlean', 's')]
ST18850319-V11-12-page4.txt: [('ple', 'a')]
ST18850319-V11-12-page5.txt: [('th', 'at')]
ST18850402-V11-14-page11.txt: [('re', 'State')]
ST18850402-V11-14-page15.txt: [('co', 'operative')]
ST18850402-V11-14-page7.txt: [('co', 'operation')]
ST18850409-V11-15-page14.txt: [('re', 'enforcements')]
ST18850409-V11-15-page15.txt: [('RE', 'LATIONS')]
ST18850409-V11-15-page16.txt: [('RE', 'LATIONS')]
ST18850409-V11-15-page5.txt: [('co', 'operate')]
ST18850409-V11-15-page8.txt: [('mal', 'administration')]
ST18850416-V11-16-page15.txt: [('FORW', 'ARDED'), ('re', 'enforcements'), ('SA', 'VED')]
ST18850416-V11-16-page8.txt: [('ren', 'in')]
ST18850423-V11-17-page11.txt: [('re', 'enforcement')]
ST18850423-V11-17-page13.txt: [('vari', 'ous')]
ST18850423-V11-17-page15.txt: [('CA', 'M'), ('RAGSDA', 'LE')]
ST18850423-V11-17-page7.txt: [('fr', 'A')]
ST18850507-V11-18-page10.txt: [('co', 'operation')]
ST18850507-V11-18-page11.txt: [('pa', 't'), ('re', 'assembling')]
ST18850507-V11-18-page16.txt: [('re', 'creates')]
ST18850507-V11-18-page4.txt: [('un', 'Christian')]
ST18850507-V11-18-page9.txt: [('inte', 'rest')]
ST18850514-V11-19-page11.txt: [('th', 'IN'), ('CO', 'CO')]
ST18850514-V11-19-page9.txt: [('co', 'operation')]
ST18850521-V11-20-page1.txt: [('UN', 'KNOWN')]
ST18850521-V11-20-page10.txt: [('al', 'A')]
ST18850521-V11-20-page15.txt: [('Orlean', 's'), ('Co', 'me')]
ST18850521-V11-20-page5.txt: [('ti', 'e')]
ST18850521-V11-20-page6.txt: [('re', 'Ps')]
ST18850521-V11-20-page9.txt: [('pect', 'in')]
ST18850528-V11-21-page11.txt: [('Pre', 'S')]
ST18850528-V11-21-page12.txt: [('th', 'y'), ('un', 'I')]
ST18850528-V11-21-page15.txt: [('Co', 'operation'), ('groun', 'd')]
ST18850528-V11-21-page18.txt: [('re', 'Tracts')]
ST18850528-V11-21-page2.txt: [('tients', 'in')]
ST18850528-V11-21-page9.txt: [('al', 'ways')]
ST18850604-V11-22-page11.txt: [('ch', 'it'), ('ex', 'IT'), ('whi', 'ch')]
ST18850604-V11-22-page15.txt: [('ia', 'n')]
ST18850604-V11-22-page2.txt: [('ra', 'the')]
ST18850604-V11-22-page3.txt: [('se', 'lections')]
ST18850604-V11-22-page6.txt: [('choS', 'en')]
ST18850604-V11-22-page8.txt: [('tenden', 'cy'), ('abom', 'inations')]
ST18850604-V11-22-page9.txt: [('Mc', 'Bride')]
ST18850611-V11-23-page10.txt: [('em', 'braced')]
ST18850611-V11-23-page14.txt: [('cerebro', 'spinal')]
ST18850611-V11-23-page15.txt: [('TH', 'U')]
ST18850611-V11-23-page4.txt: [('pre', 'glacial')]
ST18850611-V11-23-page5.txt: [('pre', 'existing')]
ST18850618-V11-24-page10.txt: [('co', 'operate')]
ST18850618-V11-24-page15.txt: [('ti', 'n'), ('NA', 'TURE')]
ST18850618-V11-24-page16.txt: [('bi', 'monthly')]
ST18850618-V11-24-page3.txt: [('bo', 'a')]
ST18850625-V11-25-page10.txt: [('Meetin', 'g')]
ST18850625-V11-25-page12.txt: [('es', 'to'), ('ey', 'es')]
ST18850625-V11-25-page15.txt: [('TW', 'O')]
ST18850625-V11-25-page16.txt: [('re', 'union')]
ST18850625-V11-25-page3.txt: [('pla', 'in')]
ST18850625-V11-25-page4.txt: [('Bri', 't')]
ST18850625-V11-25-page6.txt: [('Shish', 'ak')]
ST18850625-V11-25-page9.txt: [('co', 'laborers')]
ST18850702-V11-26-page14.txt: [('co', 'On')]
ST18850702-V11-26-page15.txt: [('FORW', 'ARDED'), ('PO', 'ETRY'), ('PREVEN', 'TION')]
ST18850702-V11-26-page2.txt: [('stimu', 'late')]
ST18850702-V11-26-page9.txt: [('co', 'workers')]
ST18850716-V11-27-page1.txt: [('re', 'established')]
ST18850716-V11-27-page11.txt: [('facili', 'ties'), ('re', 'affirm')]
ST18850716-V11-27-page15.txt: [('Re', 'S')]
ST18850716-V11-27-page2.txt: [('ti', 'n')]
ST18850716-V11-27-page6.txt: [('pre', 'eminent')]
ST18850716-V11-27-page7.txt: [('ti', 'e')]
ST18850723-V11-28-page13.txt: [('ment', 'he')]
ST18850723-V11-28-page15.txt: [('FORW', 'ARDED'), ('bi', 'monthly'), ('PREVEN', 'TION')]
ST18850723-V11-28-page16.txt: [('Re', 'In')]
ST18850723-V11-28-page2.txt: [('pa', 'tience'), ('ble', 'at')]
ST18850730-V11-29-page11.txt: [('condi', 'tion')]
ST18850730-V11-29-page14.txt: [('co', 'operate')]
ST18850730-V11-29-page15.txt: [('PRE', 'S'), ('Ef', 'fects'), ('bi', 'monthly')]
ST18850730-V11-29-page16.txt: [('Mis', 'sionary'), ('oppor', 'tunity'), ('re', 'verses')]
ST18850730-V11-29-page2.txt: [('mo', 'Have'), ('ment', 'or')]
ST18850730-V11-29-page4.txt: [('Tiglath', 'pileser')]
ST18850730-V11-29-page6.txt: [('th', 'rone')]
ST18850730-V11-29-page8.txt: [('ple', 'as')]
ST18850806-V11-30-page10.txt: [('Tiglath', 'Pileser'), ('oth', 'er')]
ST18850806-V11-30-page11.txt: [('Tiglath', 'Pileser')]
ST18850806-V11-30-page15.txt: [('Va', 'T')]
ST18850806-V11-30-page3.txt: [('intruste', 'd')]
ST18850806-V11-30-page4.txt: [('se', 'a'), ('re', 'No')]
ST18850806-V11-30-page7.txt: [('sar', 'a')]
ST18850813-V11-31-page12.txt: [('re', 'No')]
ST18850813-V11-31-page13.txt: [('troubl', 'ed')]
ST18850813-V11-31-page15.txt: [('FORW', 'ARDED'), ('Re', 'pository'), ('Ca', 't')]
ST18850813-V11-31-page2.txt: [('co', 'operation')]
ST18850813-V11-31-page4.txt: [('Tiglath', 'Pileser'), ('re', 'established')]
ST18850813-V11-31-page6.txt: [('mu', 't'), ('tw', 'o'), ('Sabba', 'th')]
ST18850813-V11-31-page9.txt: [('proph', 'ecy')]
ST18850827-V11-33-page12.txt: [('sh', "e'll")]
ST18850827-V11-33-page13.txt: [('ment', 'he')]
ST18850827-V11-33-page14.txt: [('co', 'operative')]
ST18850827-V11-33-page16.txt: [('th', 'or'), ('re', 'member')]
ST18850827-V11-33-page5.txt: [('Wor', 'ds')]
ST18850827-V11-33-page8.txt: [('re', 'hearing')]
ST18850827-V11-33-page9.txt: [('al', 'ways')]
ST18850903-V11-34-page16.txt: [('atten', 'tion')]
ST18850903-V11-34-page5.txt: [('re', 'written')]
ST18850903-V11-34-page7.txt: [('lor', 'a')]
ST18850903-V11-34-page9.txt: [('ment', 'or')]
ST18850917-V11-36-page14.txt: [('al', 'ways'), ('th', 'a')]
ST18850917-V11-36-page15.txt: [('RE', 'LATIONS'), ('Wa', 'T')]
ST18850917-V11-36-page16.txt: [('mor', 'on'), ('Re', 'new'), ('ev', 'er'), ('ie', 'r')]
ST18850917-V11-36-page3.txt: [('G.', '')]
ST18850917-V11-36-page6.txt: [('co', 'partnership')]
ST18850917-V11-36-page9.txt: [('alre', 'ady')]
ST18851001-V11-37-page12.txt: [('perf', 'unctory')]
ST18851001-V11-37-page4.txt: [('re', 'electing')]
ST18851001-V11-37-page5.txt: [('medi', 'ately')]
ST18851001-V11-37-page7.txt: [('th', 'in')]
ST18851001-V11-37-page9.txt: [('pre', 'eminence')]
ST18851008-V11-38-page1.txt: [('th', 'ere')]
ST18851008-V11-38-page10.txt: [('M.', '')]
ST18851008-V11-38-page12.txt: [('Ob', 'I')]
ST18851008-V11-38-page13.txt: [('re', 'awakens')]
ST18851008-V11-38-page3.txt: [('th', 'e')]
ST18851008-V11-38-page4.txt: [('re', 'form')]
ST18851008-V11-38-page6.txt: [('shou', 'ld')]
ST18851022-V11-40-page12.txt: [('Gr', 'ay')]
ST18851022-V11-40-page13.txt: [('sas', 'in')]
ST18851022-V11-40-page14.txt: [('Eu', 'rope')]
ST18851022-V11-40-page15.txt: [('PREVEN', 'TION')]
ST18851022-V11-40-page4.txt: [('shaf', 't')]
ST18851029-V11-41-page11.txt: [('co', 'laborers')]
ST18851029-V11-41-page13.txt: [('ment', 'on')]
ST18851029-V11-41-page14.txt: [('pleuro', 'pneumonia')]
ST18851029-V11-41-page16.txt: [('co', 'laborers')]
ST18851029-V11-41-page2.txt: [('gui', 'de')]
ST18851029-V11-41-page8.txt: [('ca', 'n')]
ST18851029-V11-41-page9.txt: [('re', 'study')]
ST18851105-V11-42-page14.txt: [('fea', 'rful'), ('re', 'opening')]
ST18851105-V11-42-page2.txt: [('Abd', 'ul')]
ST18851105-V11-42-page5.txt: [('TH', 'ous')]
ST18851105-V11-42-page6.txt: [('em', 'bassies')]
ST18851105-V11-42-page7.txt: [('re', 'open')]
ST18851112-V11-43-page12.txt: [('re', 'open')]
ST18851112-V11-43-page16.txt: [('co', 'laborers')]
ST18851112-V11-43-page6.txt: [('Ro', 'We')]
ST18851112-V11-43-page7.txt: [('Tiglath', 'pileser')]
ST18851119-V11-44-page12.txt: [('Ma', 'I')]
ST18851119-V11-44-page14.txt: [('co', 'operative')]
ST18851119-V11-44-page15.txt: [('re', 'ceive'), ('Mo', 'T')]
ST18851119-V11-44-page2.txt: [('th', 'e')]
ST18851126-V11-45-page10.txt: [('ca', 'use')]
ST18851126-V11-45-page11.txt: [('Tre', 'e')]
ST18851126-V11-45-page15.txt: [('SA', 'VED')]
ST18851126-V11-45-page3.txt: [('ap', 'pear'), ('th', 'at')]
ST18851126-V11-45-page6.txt: [('pre', 'eminently')]
ST18851203-V11-46-page10.txt: [('ri', 'e'), ('th', 'e')]
ST18851203-V11-46-page11.txt: [('ab', 'S')]
ST18851203-V11-46-page12.txt: [('MI', 'D')]
ST18851203-V11-46-page16.txt: [('ap', 'plied'), ('PRA', 'YER'), ('hu', 'man'), ('whol', 'ly'), ('re', 'main')]
ST18851203-V11-46-page4.txt: [('Plotin', 'us')]
ST18851203-V11-46-page5.txt: [('Sze', 'Chuen'), ('Soo', 'the')]
ST18851210-V11-47-page14.txt: [('Ning', 'po')]
ST18851210-V11-47-page2.txt: [('co', 'equal')]
ST18851210-V11-47-page5.txt: [('founta', 'in'), ('re', 'enforcement')]
ST18851210-V11-47-page9.txt: [('re', 'enacted')]
ST18851217-V11-48-page14.txt: [('th', 'e')]
ST18851217-V11-48-page5.txt: [('se', 'A')]
ST18851224-V11-49-page13.txt: [('bi', 'monthly'), ('PREVEN', 'TION')]
ST18851224-V11-49-page14.txt: [('Mis', 'sions'), ('Co', 'laborers'), ('Associa', 'tions')]
ST18851224-V11-49-page16.txt: [('OS', 'O')]
ST18851224-V11-49-page2.txt: [('Un', 'til')]
ST18851224-V11-49-page3.txt: [('co', 'laborers')]
ST18851224-V11-49-page4.txt: [('sus', 'a')]
ST18851224-V11-49-page7.txt: [('th', 'ere'), ('re', 'elected')]
ST18860114-V12-02-page15.txt: [('RE', 'LATIONS'), ('bi', 'monthly')]
ST18860114-V12-02-page4.txt: [('re', 'united')]
ST18860114-V12-02-page5.txt: [('re', 'ligion')]
ST18860114-V12-02-page7.txt: [('Co', 'Extensive')]
ST18860121-V12-03-page15.txt: [('bi', 'monthly')]
ST18860121-V12-03-page3.txt: [('fel', 'low')]
ST18860121-V12-03-page6.txt: [('ex', 'It')]
ST18860128-V12-04-page15.txt: [('al', 'P')]
ST18860128-V12-04-page16.txt: [('coun', 'tries')]
ST18860204-V12-05-page13.txt: [('pers', 'is')]
ST18860204-V12-05-page16.txt: [('Har', 'mony')]
ST18860204-V12-05-page3.txt: [('sto', 're'), ('re', 'house')]
ST18860204-V12-05-page4.txt: [('pleasu', 're')]
ST18860211-V12-06-page15.txt: [('SCIEN', 'TISTS')]
ST18860211-V12-06-page16.txt: [('unlim', 'ited')]
ST18860211-V12-06-page7.txt: [('interpre', 'tation'), ('ment', 'on')]
ST18860211-V12-06-page9.txt: [('establ', 'ished')]
ST18860218-V12-07-page10.txt: [('re', 'establishing')]
ST18860218-V12-07-page15.txt: [('Mo', 'T')]
ST18860218-V12-07-page2.txt: [('re', 'commissions')]
ST18860218-V12-07-page4.txt: [('re', 'union')]
ST18860218-V12-07-page7.txt: [('pre', 'eminently')]
ST18860225-V12-08-page10.txt: [('al', 'way')]
ST18860225-V12-08-page11.txt: [('ses', 'is'), ('re', 'building')]
ST18860225-V12-08-page12.txt: [('al', 'ways')]
ST18860225-V12-08-page14.txt: [('co', 'laborers')]
ST18860225-V12-08-page16.txt: [('co', 'laborer')]
ST18860225-V12-08-page5.txt: [('su', 'n')]
ST18860225-V12-08-page9.txt: [('co', 'existent'), ('re', 'enacted')]
ST18860304-V12-09-page10.txt: [('un', 'worthy')]
ST18860304-V12-09-page11.txt: [('co', 'operation')]
ST18860304-V12-09-page15.txt: [('EDUCA', 'TIONAL'), ('bi', 'monthly'), ('FU', 'ND'), ('MONTHL', 'Y')]
ST18860304-V12-09-page16.txt: [('bo', 'used')]
ST18860304-V12-09-page2.txt: [('wi', 'en')]
ST18860304-V12-09-page4.txt: [('re', 'enforced')]
ST18860304-V12-09-page5.txt: [('un', 'warrantable')]
ST18860311-V12-10-page15.txt: [('Sa', 'bbath')]
ST18860311-V12-10-page3.txt: [('ment', 'or')]
ST18860311-V12-10-page7.txt: [('re', 'elected')]
ST18860318-V12-11-page1.txt: [('co', 'operation')]
ST18860318-V12-11-page10.txt: [('re', 'organized')]
ST18860318-V12-11-page11.txt: [('Minne', 'sota')]
ST18860318-V12-11-page12.txt: [('mo', 'a')]
ST18860318-V12-11-page14.txt: [('pu', 're'), ('fi', 're'), ('re', 'minded')]
ST18860318-V12-11-page15.txt: [('pre', 'side'), ('giv', 'en'), ('PREVEN', 'TION'), ('Sanctifi', 'cation')]
ST18860318-V12-11-page4.txt: [('re', 'united')]
ST18860318-V12-11-page7.txt: [('irrel', 'igion')]
ST18860318-V12-11-page9.txt: [('Fathe', 'r')]
ST18860325-V12-12-page15.txt: [('Mo', 'T'), ('SCIEN', 'TISTS'), ('ex', 'pected'), ('co', 'laborers')]
ST18860325-V12-12-page16.txt: [('co', 'operation')]
ST18860325-V12-12-page2.txt: [('Re', 'enactment'), ('re', 'enact')]
ST18860325-V12-12-page7.txt: [('un', 'righteousness')]
ST18860325-V12-12-page9.txt: [('Ma', 'rch')]
ST18860401-V12-13-page14.txt: [('Mc', 'Keesport')]
ST18860401-V12-13-page15.txt: [('Coxe', 'D'), ('Ti', 't')]
ST18860401-V12-13-page3.txt: [('ea', 'rth')]
ST18860408-V12-14-page13.txt: [('happi', 'ness')]
ST18860415-V12-15-page14.txt: [('su', 'bject'), ('th', 'in')]
ST18860415-V12-15-page15.txt: [('FORW', 'ARDED'), ('PREVEN', 'TION')]
ST18860415-V12-15-page2.txt: [('bo', 'a')]
ST18860422-V12-16-page14.txt: [('co', 'operative')]
ST18860422-V12-16-page15.txt: [('Coxe', 'D'), ('Bi', 'ble'), ('TE', 'RMS')]
ST18860422-V12-16-page6.txt: [('pre', 'eminence')]
ST18860506-V12-17-page10.txt: [('co', 'laborers')]
ST18860506-V12-17-page11.txt: [('se', 'At')]
ST18860506-V12-17-page15.txt: [('bi', 'monthly')]
ST18860506-V12-17-page16.txt: [('co', 'operation')]
ST18860506-V12-17-page2.txt: [('Groti', 'us')]
ST18860506-V12-17-page4.txt: [('re', 'entered')]
ST18860506-V12-17-page6.txt: [("SMITH'", 'S')]
ST18860513-V12-18-page15.txt: [('Heneag', 'e')]
ST18860513-V12-18-page16.txt: [('Houl', 'ton')]
ST18860513-V12-18-page5.txt: [('un', 'Justified')]
ST18860513-V12-18-page8.txt: [('creat', 'ing')]
ST18860520-V12-19-page15.txt: [('mo', 'e')]
ST18860520-V12-19-page2.txt: [('proposi', 'tions')]
ST18860520-V12-19-page9.txt: [('abys', 'm'), ('co', 'D'), ('CO', 'CO')]
ST18860527-V12-20-page14.txt: [('vice-presiden', 't')]
ST18860527-V12-20-page2.txt: [('thei', 'r')]
ST18860527-V12-20-page4.txt: [('sout', 'hern')]
ST18860610-V12-22-page10.txt: [('bo', 'a')]
ST18860610-V12-22-page15.txt: [('Coxe', 'D'), ('re', 'opened'), ('PREVEN', 'TION')]
ST18860610-V12-22-page16.txt: [('elec', 'tion')]
ST18860610-V12-22-page5.txt: [('th', 'e')]
ST18860617-V12-23-page10.txt: [('re', 'entering')]
ST18860617-V12-23-page14.txt: [('Gi', 'bbous'), ('th', 'ing')]
ST18860617-V12-23-page15.txt: [('SABBA', 'TH'), ('wai', 'te'), ('Ev', 'il')]
ST18860617-V12-23-page16.txt: [('Th', 'ursday')]
ST18860617-V12-23-page9.txt: [('th', 'at')]
ST18860624-V12-24-page15.txt: [('FORW', 'ARDED'), ('Yo', 'Semite'), ('RE', 'LATIONS'), ('Cli', 'fty')]
ST18860624-V12-24-page2.txt: [('pre', 'eminently')]
ST18860624-V12-24-page4.txt: [('re', 'established')]
ST18860701-V12-25-page12.txt: [('Damara', 'land')]
ST18860701-V12-25-page13.txt: [('dren', 'the')]
ST18860701-V12-25-page14.txt: [('th', 'an')]
ST18860701-V12-25-page15.txt: [('TI', 'M')]
ST18860701-V12-25-page16.txt: [('re', 'adjustment')]
ST18860701-V12-25-page4.txt: [('re', 'established')]
ST18860701-V12-25-page9.txt: [('re', 'election')]
ST18860708-V12-26-page1.txt: [('CI', 'V')]
ST18860708-V12-26-page11.txt: [('ac', 'companied')]
ST18860708-V12-26-page12.txt: [('ful', 'a')]
ST18860708-V12-26-page15.txt: [('Coxe', 'D'), ('Yo', 'Semite'), ('TW', 'O'), ('bi', 'monthly')]
ST18860708-V12-26-page16.txt: [('accoun', 't')]
ST18860715-V12-27-page14.txt: [('IO', 'N')]
ST18860715-V12-27-page3.txt: [('TI', 'U')]
ST18860715-V12-27-page6.txt: [('th', 'is')]
ST18860722-V12-28-page13.txt: [('un', 'It')]
ST18860722-V12-28-page14.txt: [('HERAL', 'D')]
ST18860722-V12-28-page6.txt: [('Ili', 'A'), ('transgres', 'sions'), ('co', 'operate'), ('un', 'Says')]
ST18860729-V12-29-page13.txt: [('al', 'ways'), ('AL', 'D')]
ST18860729-V12-29-page14.txt: [('opin', 'ions')]
ST18860729-V12-29-page15.txt: [('mo', 'e')]
ST18860729-V12-29-page3.txt: [('bo', 'a')]
ST18860729-V12-29-page4.txt: [('re', 'enforced')]
ST18860729-V12-29-page8.txt: [('sh', 'ineth')]
ST18860805-V12-30-page10.txt: [('narra', 'tive')]
ST18860805-V12-30-page16.txt: [('meeti', 'ng'), ('keepi', 'ng')]
ST18860805-V12-30-page6.txt: [('re', 'assertion')]
ST18860812-V12-31-page10.txt: [('tw', 'o')]
ST18860812-V12-31-page16.txt: [('OC', 't')]
ST18860812-V12-31-page3.txt: [('em', 'phatic')]
ST18860812-V12-31-page4.txt: [('re', 'in')]
ST18860812-V12-31-page8.txt: [('re', 'affirming')]
ST18860812-V12-31-page9.txt: [('re', 'enforcement')]
ST18860819-V12-32-page1.txt: [('ch', 'aracter')]
ST18860819-V12-32-page15.txt: [('PREVEN', 'TION')]
ST18860819-V12-32-page16.txt: [('Mc', 'Donald')]
ST18860826-V12-33-page12.txt: [('th', 'rough')]
ST18860826-V12-33-page14.txt: [('TH', 'EA')]
ST18860826-V12-33-page15.txt: [('re', 'paper'), ('EX', 'PLICITLY'), ('ti', 're')]
ST18860826-V12-33-page16.txt: [('Owaton', 'na')]
ST18860826-V12-33-page5.txt: [('pleasu', 're')]
ST18860826-V12-33-page7.txt: [('Capel', 'in'), ('co', 'operation')]
ST18860826-V12-33-page8.txt: [('co', 'operation')]
ST18860902-V12-34-page12.txt: [('fo', 'od')]
ST18860902-V12-34-page13.txt: [('re', 'A')]
ST18860902-V12-34-page15.txt: [('WHER', 'EAS'), ('EXAMINA', 'TION')]
ST18860902-V12-34-page16.txt: [('Har', 'mony'), ('SENTI', 'NEL')]
ST18860902-V12-34-page2.txt: [('ba', 'the'), ('co', 'equally')]
ST18860902-V12-34-page5.txt: [('spir', 'It')]
ST18860909-V12-35-page14.txt: [('Ev', 'ery')]
ST18860909-V12-35-page15.txt: [('PREVEN', 'TION')]
ST18860909-V12-35-page6.txt: [('ti', 'E'), ('pre', 'eminence')]
ST18860916-V12-36-page1.txt: [('PR', 'US')]
ST18860916-V12-36-page10.txt: [('Ch', 'ristian')]
ST18860916-V12-36-page2.txt: [('co', 'laborers')]
ST18860923-V12-37-page15.txt: [('PREVEN', 'TION'), ('BI', 'MONTHLY')]
ST18860930-V12-38-page15.txt: [('PREVEN', 'TION')]
ST18860930-V12-38-page5.txt: [('re', 'affirmed')]
ST18860930-V12-38-page9.txt: [('Ite', 'm')]
ST18861007-V12-39-page15.txt: [('SABBA', 'TH-SCHOOL'), ('TEM', 'PERANCE')]
ST18861007-V12-39-page16.txt: [('coron', 'a')]
ST18861007-V12-39-page8.txt: [('un', 'To')]
ST18861021-V12-40-page1.txt: [('ce', 're')]
ST18861021-V12-40-page13.txt: [('statemen', 't')]
ST18861021-V12-40-page2.txt: [('ther', 'as')]
ST18861021-V12-40-page5.txt: [('bo', 'no')]
ST18861021-V12-40-page6.txt: [('sel', 'f')]
ST18861111-V12-43-page10.txt: [('necessa', 'rily'), ('co', 'operate')]
ST18861111-V12-43-page15.txt: [('RE', 'LATIONS'), ('HERAL', 'D'), ('cerebro', 'spinal')]
ST18861111-V12-43-page3.txt: [('Lor', "d's"), ('pr', 'osper')]
ST18861111-V12-43-page5.txt: [('hea', 'd')]
ST18861111-V12-43-page9.txt: [('co', 'operate'), ('re', 'elected')]
ST18861118-V12-44-page13.txt: [('al', 'ways')]
ST18861118-V12-44-page14.txt: [('Co', 'ly')]
ST18861118-V12-44-page15.txt: [('INTERNA', 'TIONAL'), ('BI', 'MONTHLY')]
ST18861118-V12-44-page16.txt: [('pre', 'millennial')]
ST18861118-V12-44-page9.txt: [('Pr', 'ocopius')]
ST18861125-V12-45-page1.txt: [('co', 'workers')]
ST18861125-V12-45-page11.txt: [('Fr', 'is'), ('re', 'FITTING')]
ST18861125-V12-45-page13.txt: [('experi', 'ments')]
ST18861125-V12-45-page14.txt: [('re', 'employed')]
ST18861125-V12-45-page15.txt: [('co', 'operation')]
ST18861125-V12-45-page16.txt: [('co', 'operation')]
ST18861202-V12-46-page13.txt: [('th', 'or')]
ST18861202-V12-46-page15.txt: [('em', 'bracing'), ('ab', 'y')]
ST18861202-V12-46-page16.txt: [('Ti', 'm'), ('co', 'operation')]
ST18861202-V12-46-page3.txt: [('bo', 'a')]
ST18861202-V12-46-page4.txt: [('heredi', 'tary')]
ST18861202-V12-46-page6.txt: [('re', 'In')]
ST18861202-V12-46-page9.txt: [('un', 'I')]
ST18861216-V12-48-page12.txt: [('wh', 'en'), ('Secon', 'd')]
ST18861216-V12-48-page15.txt: [('Ver', 't'), ('PREVEN', 'TION')]
ST18861216-V12-48-page16.txt: [('ca', 'use'), ('re', 'united')]
ST18861216-V12-48-page5.txt: [('M.', '')]
ST18861216-V12-48-page6.txt: [('re', 'stated')]
ST18861216-V12-48-page8.txt: [('re', 'enforced')]
ST18861223-V12-49-page10.txt: [('co', 'operate')]
ST18861223-V12-49-page11.txt: [('ment', 'he')]
ST18861223-V12-49-page13.txt: [('opi', 'um'), ('co', 'operate')]
ST18861223-V12-49-page15.txt: [('RE', 'LATIONS')]
ST18861223-V12-49-page3.txt: [('re', 'entered')]
ST18861223-V12-49-page4.txt: [('coster', 'mongers'), ('valu', 'e')]
ST18861223-V12-49-page6.txt: [('Sp', 'rit')]
ST18861223-V12-49-page8.txt: [('re', 'enforcement')]
ST18861230-V12-50-page15.txt: [('Re', 'Laid'), ('IL', 'L'), ('MO', 'M')]
ST18861230-V12-50-page2.txt: [('committet', 'h')]
ST18861230-V12-50-page6.txt: [('pre', 'eminence')]
ST18861230-V12-50-page7.txt: [('re', 'assume')]
ST18870106-V13-01-page1.txt: [('Re', 'V'), ('co', 'laborers')]
ST18870106-V13-01-page13.txt: [('TI', 'M')]
ST18870106-V13-01-page15.txt: [('MIS', 'E')]
ST18870106-V13-01-page16.txt: [('G.', '')]
ST18870106-V13-01-page2.txt: [('TI', 'ES')]
ST18870106-V13-01-page4.txt: [('Pre', 'eminently')]
ST18870106-V13-01-page7.txt: [('ab', 'I')]
ST18870106-V13-01-page8.txt: [('RE', 'LATioNs')]
ST18870113-V13-02-page1.txt: [('th', 'at')]
ST18870113-V13-02-page13.txt: [('re', 'establishment')]
ST18870113-V13-02-page15.txt: [('RE', 'CEIPTS')]
ST18870113-V13-02-page16.txt: [('SI', 'G'), ('TI', 'T')]
ST18870113-V13-02-page4.txt: [('th', 'e')]
ST18870113-V13-02-page5.txt: [('Creato', 'r')]
ST18870113-V13-02-page6.txt: [('TRA', 'DITION'), ('OBSERV', 'ANCE')]
ST18870113-V13-02-page7.txt: [('wid', 'e')]
ST18870113-V13-02-page8.txt: [('re', 'affirming'), ('LAN', 'CASTER')]
ST18870120-V13-03-page10.txt: [('pre', 'eminent')]
ST18870120-V13-03-page12.txt: [("TE'", 'S')]
ST18870120-V13-03-page14.txt: [('Te', 'e')]
ST18870120-V13-03-page15.txt: [('Mal', 'E')]
ST18870120-V13-03-page3.txt: [('co', 'operate')]
ST18870120-V13-03-page4.txt: [('li', 'i'), ("E'", 'S')]
ST18870203-V13-05-page12.txt: [('re', 'read')]
ST18870203-V13-05-page13.txt: [('pre', 'eminent')]
ST18870203-V13-05-page15.txt: [('pre', 'paid')]
ST18870203-V13-05-page5.txt: [('Tir', 'E'), ('pre', 'existing')]
ST18870203-V13-05-page9.txt: [('experi', 'ence')]
ST18870210-V13-06-page10.txt: [('re', 'establishment')]
ST18870210-V13-06-page11.txt: [('ti', 'C')]
ST18870210-V13-06-page14.txt: [('pleuro', 'pneumonia')]
ST18870210-V13-06-page5.txt: [('supe', 'rior'), ("E'", 'S')]
ST18870224-V13-08-page10.txt: [('pa', 's')]
ST18870224-V13-08-page12.txt: [('pa', 'pen'), ('allo', 'wed')]
ST18870224-V13-08-page14.txt: [('equipp', 'ed'), ('OP', 'T')]
ST18870224-V13-08-page15.txt: [('pre', 'paid'), ('co', 'n'), ('TE', 'T')]
ST18870224-V13-08-page16.txt: [('Yo', 'Semite')]
ST18870224-V13-08-page8.txt: [('TI', 'ES'), ('pre', 'eminently')]
ST18870224-V13-08-page9.txt: [('conse', 'quence')]
ST18870224-V13-08s-page1.txt: [('SUPPLEM', 'ENT')]
ST18870224-V13-08s-page3.txt: [('CORRE', 'SPONDENCE'), ('co', 'laborers')]
ST18870224-V13-08s-page4.txt: [('Ex', 'plain'), ('co', 'laborers')]
ST18870224-V13-08s-page6.txt: [('TR', 'UTH')]
ST18870303-V13-09-page11.txt: [('uncon', 'fessed')]
ST18870303-V13-09-page15.txt: [('SABBA', 'TH'), ('TH', 'A')]
ST18870303-V13-09-page3.txt: [('TH', 'E')]
ST18870310-V13-10-page11.txt: [('esta', 'blished')]
ST18870310-V13-10-page6.txt: [('pre', 'eminence')]
ST18870310-V13-10-page9.txt: [('TI', 'ES')]
ST18870317-V13-11-page10.txt: [('ab', 'surd'), ('distinctio', 'n')]
ST18870317-V13-11-page11.txt: [('re', 'enforcement')]
ST18870317-V13-11-page14.txt: [('re', 'ar')]
ST18870317-V13-11-page15.txt: [('BI', 'MONTHLY')]
ST18870317-V13-11-page16.txt: [('co', 'operation')]
ST18870317-V13-11-page3.txt: [('re', 'examined')]
ST18870317-V13-11-page7.txt: [('co', 'operation')]
ST18870317-V13-11-page8.txt: [('co', 'operation'), ('re', 'enact')]
ST18870324-V13-12-page13.txt: [('ide', 's'), ('wa', 'ter')]
ST18870324-V13-12-page3.txt: [('re', 'enforced')]
ST18870324-V13-12-page5.txt: [('re', 'admit')]
ST18870324-V13-12-page8.txt: [('re', 'enacted')]
ST18870331-V13-13-page14.txt: [('re', 'elected')]
ST18870331-V13-13-page15.txt: [('STOCKHOLD', 'ERS'), ('ge', 'St'), ('th', 'ereat'), ('Co', 'in')]
ST18870331-V13-13-page5.txt: [('TI', 'v')]
ST18870331-V13-13-page9.txt: [('co', 'operate')]
ST18870414-V13-14-page11.txt: [("Li'", 'S'), ("E'", 'S')]
ST18870414-V13-14-page13.txt: [('Mo', 'st')]
ST18870414-V13-14-page14.txt: [('STOCKHOLD', 'ERS'), ('re', 'ported'), ("TILE'", 'S')]
ST18870414-V13-14-page6.txt: [('ex', 'perience')]
ST18870414-V13-14-page7.txt: [('AP', 'PEARETH')]
ST18870414-V13-14-page8.txt: [('re', 'enact')]
ST18870616-V13-23-page1.txt: [('re', 'Ward')]
ST18870616-V13-23-page11.txt: [('TI', 'ES'), ('forg', 'et')]
ST18870616-V13-23-page14.txt: [('co', 'religionists')]
ST18870616-V13-23-page3.txt: [('Ea', 'U')]
ST18870616-V13-23-page6.txt: [('SI', 'G'), ('th', 'e')]
ST18870616-V13-23-page9.txt: [('re', 'affirm')]
ST18870623-V13-24-page12.txt: [('re', 'united')]
ST18870623-V13-24-page13.txt: [('th', 'e')]
ST18870623-V13-24-page14.txt: [('re', 'establishment')]
ST18870623-V13-24-page15.txt: [('attractivel', 'y'), ('Fr', 'T')]
ST18870623-V13-24-page2.txt: [('Immor', 'tality')]
ST18870623-V13-24-page3.txt: [('po', 'of')]
ST18870623-V13-24-page6.txt: [('re', 'enacted')]
ST18870623-V13-24-page7.txt: [('re', 'enact')]
ST18870707-V13-26-page12.txt: [('av', 'a'), ('purchas', 'ed')]
ST18870707-V13-26-page14.txt: [('OP', 'T')]
ST18870707-V13-26-page6.txt: [('OP', 'T')]
ST18870707-V13-26-page9.txt: [('ren', 'O')]
ST18870714-V13-27-page10.txt: [('SI', 'G')]
ST18870714-V13-27-page14.txt: [('re', 'affirming')]
ST18870714-V13-27-page15.txt: [('TI', 'ES')]
ST18870714-V13-27-page16.txt: [('demi', 'gods')]
ST18870714-V13-27-page2.txt: [('pre', 'eminence')]
ST18870714-V13-27-page5.txt: [('TI', 'ES')]
ST18870714-V13-27-page7.txt: [('Tiglath', 'pileser'), ('re', 'establishing')]
ST18870818-V13-32-page10.txt: [("E'", 'S'), ('co', 'operation')]
ST18870818-V13-32-page13.txt: [('Mc', 'Cloud'), ('re', 'senting')]
ST18870818-V13-32-page15.txt: [('Yo', 'Semite')]
ST18870818-V13-32-page16.txt: [('TH', 'E')]
ST18870818-V13-32-page2.txt: [('IMMOR', 'TALITY'), ('pre', 'existence')]
ST18870818-V13-32-page5.txt: [('re', 'open')]
ST18870818-V13-32-page7.txt: [("E'", 'S')]
ST18870825-V13-33-page1.txt: [('RELA', 'TIONS')]
ST18870825-V13-33-page11.txt: [('se', 'cure')]
ST18870825-V13-33-page15.txt: [('denomina', 'tional')]
ST18870825-V13-33-page2.txt: [('ut', 't')]
ST18870825-V13-33-page5.txt: [('TI', 'S')]
ST18870825-V13-33-page8.txt: [('co', 'operate'), ('re', 'moved')]
ST18870915-V13-36-page11.txt: [('TI', 'ES')]
ST18870915-V13-36-page15.txt: [('Th', 'e'), ('Yo', 'Semite'), ('bi', 'monthly')]
ST18870915-V13-36-page3.txt: [('CO', 'TS')]
ST18870915-V13-36-page4.txt: [('TI', 'ES')]
ST18871006-V13-39-page1.txt: [('dar', 'k')]
ST18871006-V13-39-page10.txt: [('Ch', 'urch'), ("E'", 'S')]
ST18871006-V13-39-page11.txt: [('TI', 'ES')]
ST18871006-V13-39-page15.txt: [('Yo', 'Semite'), ('co', 'ins')]
ST18871006-V13-39-page16.txt: [('Mc', 'Allister')]
ST18871006-V13-39-page2.txt: [('re', 'plied')]
ST18871006-V13-39-page3.txt: [('testi', 'mony'), ('PROPHE', 'CIES')]
ST18871006-V13-39-page5.txt: [('journeyi', 'ngs')]
ST18871006-V13-39-page9.txt: [('Presbyte', 'rian')]
ST18871020-V13-40-page12.txt: [('re', 'fused')]
ST18871020-V13-40-page16.txt: [('co', 'operation')]
ST18871020-V13-40-page9.txt: [('co', 'religionist')]
ST18871124-V13-45-page10.txt: [('co', 'operate')]
ST18871124-V13-45-page15.txt: [('Yo', 'Semite'), ('Mc', 'Broom')]
ST18871124-V13-45-page4.txt: [('Tr', 'IES')]
ST18871124-V13-45-page5.txt: [('co', 'workers')]
ST18871124-V13-45-page6.txt: [('Mc', 'Coy'), ('co', 'operation')]
ST18871124-V13-45-page8.txt: [('Gi', 'TS'), ('co', 'operation')]
ST18871124-V13-45-page9.txt: [('co', 'operation'), ('pre', 'eminently')]
ST18871201-V13-46-page1.txt: [('re', 'in')]
ST18871201-V13-46-page10.txt: [('ta', 'ke')]
ST18871201-V13-46-page14.txt: [('TI', 'ES')]
ST18871201-V13-46-page4.txt: [('pre', 'existence')]
ST18871201-V13-46-page6.txt: [('corre', 'spondent')]
ST18871201-V13-46-page9.txt: [('fi', 'r')]
ST18871208-V13-47-page1.txt: [('co', 'laborers')]
ST18871208-V13-47-page10.txt: [('co', 'operate')]
ST18871208-V13-47-page12.txt: [('re', 'lated')]
ST18871208-V13-47-page14.txt: [('Angele', 's')]
ST18871208-V13-47-page15.txt: [('al', 'though'), ('PEO', 'PLING')]
ST18871208-V13-47-page4.txt: [("E'", 'S')]
ST18871208-V13-47-page5.txt: [('re', 'echo')]
ST18871208-V13-47-page9.txt: [('Ab', 'le'), ('mis', 'sion')]
ST18871215-V13-48-page13.txt: [('TI', 'l')]
ST18871215-V13-48-page14.txt: [('re', 'elected')]
ST18871215-V13-48-page15.txt: [('bo', 'A')]
ST18871215-V13-48-page16.txt: [('re', 'fuse'), ('TE', 'E')]
ST18871215-V13-48-page6.txt: [('pre', 'existence'), ('re', 'ligion')]
ST18871215-V13-48-page7.txt: [('salo', 'on')]
ST18871215-V13-48-page9.txt: [('mee', 'kness')]
ST18871222-V13-49-page1.txt: [('re', 'echoed')]
ST18871222-V13-49-page10.txt: [('Jerusa', 'lem')]
ST18871222-V13-49-page11.txt: [('ba', 'Sed')]
ST18871222-V13-49-page14.txt: [('GA', 'RDINER'), ('musi', 'c'), ('CO', 'in')]
ST18871222-V13-49-page15.txt: [('Yo', 'Semite'), ('SANC', 'TIFICATION')]
ST18871222-V13-49-page3.txt: [('pa', 'rtial'), ('co', 'operation')]
ST18871229-V13-50-page15.txt: [('SABBA', 'TH'), ('PEO', 'PLING')]
ST18871229-V13-50-page16.txt: [('Co', 'operation'), ('pre', 'existing')]
ST18871229-V13-50-page5.txt: [('relig', 'ion')]
ST18880106-V14-01-page10.txt: [('RO', 'MAN')]
ST18880106-V14-01-page14.txt: [('TR', 'ET')]
ST18880106-V14-01-page15.txt: [('SANC', 'TIFICATION')]
ST18880106-V14-01-page16.txt: [('pre', 'existence'), ('re', 'appearance')]
ST18880106-V14-01-page6.txt: [('TI', 'ES')]
ST18880106-V14-01-page7.txt: [('Nebu', 'chadnezzar')]
ST18880113-V14-02-page15.txt: [('Mo', 'T'), ('PEO', 'PLING')]
ST18880113-V14-02-page2.txt: [('re', 'sisting')]
ST18880113-V14-02-page3.txt: [('sor', 'row')]
ST18880113-V14-02-page5.txt: [('ut', 'most')]
ST18880113-V14-02-page8.txt: [('RO', 'MAN')]
ST18880217-V14-07-page10.txt: [('co', 'existent')]
ST18880217-V14-07-page15.txt: [('RE', 'CEIPTS')]
ST18880217-V14-07-page16.txt: [('charac', 'ter')]
ST18880217-V14-07-page6.txt: [('sI', 's')]
ST18880217-V14-07-page8.txt: [('practic', 'e')]
ST18880217-V14-07-page9.txt: [('pre', 'eminent')]
ST18880309-V14-10-page12.txt: [('TI', 'ES'), ('TH', 'Ey')]
ST18880309-V14-10-page13.txt: [('Yo', 'Semite'), ('Mo', 'T')]
ST18880309-V14-10-page14.txt: [('TI', 'S')]
ST18880309-V14-10-page5.txt: [('recogni', 'tion'), ('pre', 'existent')]
ST18880309-V14-10-page6.txt: [('co', 'operated')]
ST18880309-V14-10-page8.txt: [('co', 'operation'), ('re', 'assemble')]
ST18880309-V14-10-page9.txt: [('themsel', 'ves'), ('co', 'laborers')]
ST18880323-V14-12-page1.txt: [('obe', 'dience'), ('re', 'Ward')]
ST18880323-V14-12-page10.txt: [('fai', 'th')]
ST18880323-V14-12-page11.txt: [('fa', 'ith')]
ST18880323-V14-12-page14.txt: [('PENNSYL', 'VANIA')]
ST18880323-V14-12-page15.txt: [('al', 'ready'), ('TI', 'ES')]
ST18880323-V14-12-page16.txt: [('pre', 'existence'), ('re', 'incarnated')]
ST18880323-V14-12-page3.txt: [('suppos', 'ed')]
ST18880323-V14-12-page4.txt: [('Syro', 'Phenician')]
ST18880323-V14-12-page7.txt: [('th', 'em'), ('oP', 'position'), ('re', 'lease')]
ST18880323-V14-12-page9.txt: [('TI', 'ES'), ('counte', 'nance')]
ST18880330-V14-13-page14.txt: [('TI', 'S'), ('PENNSYL', 'VANIA')]
ST18880330-V14-13-page15.txt: [('LAUN', 'DRY'), ("Sec'", 'y')]
ST18880330-V14-13-page3.txt: [('glorifi', 'cation')]
ST18880330-V14-13-page6.txt: [("E'", 'S'), ('th', 'y')]
ST18880406-V14-14-page13.txt: [('TI', 'S')]
ST18880406-V14-14-page14.txt: [('Bos', 'ton')]
ST18880406-V14-14-page15.txt: [('Yo', 'Semite'), ('SANC', 'TIFICATION')]
ST18880406-V14-14-page16.txt: [('ma', 'jority')]
ST18880406-V14-14-page3.txt: [('pre', 'eminence')]
ST18880406-V14-14-page6.txt: [('HAR', 'LOTS')]
ST18880420-V14-16-page1.txt: [('ac', 'quainted')]
ST18880420-V14-16-page14.txt: [('Cleve', 'Land')]
ST18880420-V14-16-page15.txt: [('TI', 'ES'), ('SANC', 'TIFICATION')]
ST18880420-V14-16-page5.txt: [('dif', 'ferent')]
ST18880420-V14-16-page9.txt: [("TILL'", 'S'), ("ATE'", 'S')]
ST18880824-V14-33-page10.txt: [('re', 'cd')]
ST18880824-V14-33-page13.txt: [('co', 'partnership')]
ST18880824-V14-33-page14.txt: [('re', 'file'), ('ra', 'N')]
ST18880824-V14-33-page15.txt: [('Yo', 'Semite'), ('IC', 'Y'), ('YO', 'SEMITE')]
ST18880824-V14-33-page16.txt: [('ap', 'e'), ('ry', 'e')]
ST18880824-V14-33-page3.txt: [('ch', 'a'), ('Mo', 'e'), ('hu', 'mility'), ('Su', 'ch'), ('th', 'e')]
ST18880824-V14-33-page5.txt: [('TI', 'ES')]
ST18880831-V14-34-page12.txt: [('ay', 'nor')]
ST18880831-V14-34-page13.txt: [('beca', 'use')]
ST18880831-V14-34-page14.txt: [('re', 'elected'), ('th', 'at'), ('ch', 'is')]
ST18880831-V14-34-page16.txt: [('ti', 'CS')]
ST18880831-V14-34-page7.txt: [('OFFI', 'CERS')]
ST18880914-V14-36-page2.txt: [('Belshazza', "r's")]
ST18880914-V14-36-page6.txt: [('re', 'inforcements')]
ST18880914-V14-36-page8.txt: [('ve', 'in')]
ST18881019-V14-40-page13.txt: [('ab', 'I')]
ST18881019-V14-40-page15.txt: [('CO', 'URSE'), ('FO', 'R')]
ST18881019-V14-40-page16.txt: [('re', 'enter')]
ST18881019-V14-40-page3.txt: [('Bi', 'ble')]
ST18881019-V14-40-page5.txt: [("I'", 'S')]
ST18881019-V14-40-page9.txt: [('TI', 'LES')]
ST18881116-V14-44-page1.txt: [('te', 'ed'), ('PHILISTI', 'A')]
ST18881116-V14-44-page11.txt: [('M.', '')]
ST18881116-V14-44-page14.txt: [('explo', 'sion'), ('th', 'irty-three')]
ST18881116-V14-44-page15.txt: [('circu', 'lars')]
ST18881116-V14-44-page16.txt: [('co', 'operation')]
ST18881116-V14-44-page3.txt: [('re', 'appear')]
ST18881116-V14-44-page6.txt: [('ther', 'efore'), ('TI', 'rES')]
ST18881116-V14-44-page9.txt: [('re', 'IN')]
ST18881221-V14-49-page11.txt: [("NIL'", 'S')]
ST18881221-V14-49-page15.txt: [('PRI', 'G')]
ST18881221-V14-49-page16.txt: [('th', 'in')]
ST18881221-V14-49-page7.txt: [('TI', 'ES')]
ST18881228-V14-50-page11.txt: [('sr', 'a')]
ST18881228-V14-50-page14.txt: [('co', 'operative')]
ST18881228-V14-50-page15.txt: [('Genito', 'Urinary')]
ST18881228-V14-50-page4.txt: [('lumi', 'nous')]
ST18890107-V15-01-page10.txt: [('ti', 'THE')]
ST18890107-V15-01-page15.txt: [('SANC', 'TIFICATION')]
ST18890107-V15-01-page8.txt: [('pre', 'millennial')]
ST18890114-V15-02-page10.txt: [('ele', 'ments'), ("E'", 'S')]
ST18890114-V15-02-page13.txt: [('re', 'absorbed')]
ST18890114-V15-02-page15.txt: [('Yo', 'Semite')]
ST18890114-V15-02-page16.txt: [('al', 'ways'), ('SI', 'G')]
ST18890114-V15-02-page3.txt: [('TI', 'E')]
ST18890114-V15-02-page7.txt: [('co', 'operate')]
ST18890114-V15-02-page8.txt: [("E'", 'S'), ('kno', 'w')]
ST18890121-V15-03-page5.txt: [('TI', 'L')]
ST18890121-V15-03-page9.txt: [('OP', 'E'), ("E'", 'S')]
ST18890128-V15-04-page1.txt: [('peo', 'ple'), ('re', 'sponse')]
ST18890128-V15-04-page13.txt: [('PROHIBI', 'TION')]
ST18890128-V15-04-page14.txt: [('Dar', 'es')]
ST18890128-V15-04-page15.txt: [('Yo', 'Semite')]
ST18890128-V15-04-page16.txt: [('Si', 'G')]
ST18890128-V15-04-page4.txt: [('G.', '')]
ST18890128-V15-04-page5.txt: [('re', 'statement')]
ST18890128-V15-04-page6.txt: [('co', 'operation'), ('re', 'E')]
ST18890128-V15-04-page7.txt: [('pre', 'eminence')]
ST18890204-V15-05-page15.txt: [('TI', 'MES')]
ST18890204-V15-05-page16.txt: [('indo', 'rsing'), ('re', 'establishing')]
ST18890204-V15-05-page3.txt: [('lan', 'guage')]
ST18890204-V15-05-page7.txt: [('reso', 'lution')]
ST18890204-V15-05-page8.txt: [('pre', 'eminence')]
ST18890211-V15-06-page1.txt: [('eV', 'ery'), ('co', 'religionists')]
ST18890211-V15-06-page12.txt: [('bracke', 't')]
ST18890211-V15-06-page13.txt: [('annu', 'ally')]
ST18890211-V15-06-page15.txt: [('AMERI', 'CAN')]
ST18890211-V15-06-page16.txt: [('oc', 'cupants'), ('Praye', 'r')]
ST18890218-V15-07-page13.txt: [('hav', 'ing')]
ST18890218-V15-07-page15.txt: [('Mc', 'Donald')]
ST18890218-V15-07-page8.txt: [('UN', 'BELIEF')]
ST18890225-V15-08-page15.txt: [('Thermo', 'Electric'), ("ALE'", 'S')]
ST18890225-V15-08-page16.txt: [('th', 'a')]
ST18890225-V15-08-page3.txt: [("E'", 'S')]
ST18890225-V15-08-page5.txt: [('extermi', 'nated')]
ST18890225-V15-08-page8.txt: [('pre', 'eminently')]
ST18890304-V15-09-page11.txt: [('pre', 'eminence')]
ST18890304-V15-09-page15.txt: [('AMERI', 'CAN'), ('OL', 'DEN')]
ST18890304-V15-09-page2.txt: [('co', 'operation')]
ST18890311-V15-10-page1.txt: [('gi', 'e')]
ST18890311-V15-10-page13.txt: [('COUN', 'TRY')]
ST18890311-V15-10-page14.txt: [('agreemen', 'ts')]
ST18890311-V15-10-page15.txt: [('RE', 'CEIPTS')]
ST18890311-V15-10-page16.txt: [('co', 'operation')]
ST18890311-V15-10-page2.txt: [('co', 'laborers')]
ST18890311-V15-10-page7.txt: [('Worces', 'ter')]
ST18890318-V15-11-page1.txt: [('th', 'e')]
ST18890318-V15-11-page11.txt: [('re', 'elected')]
ST18890318-V15-11-page14.txt: [('Re', 'marks'), ('re', 'occupied'), ('Isabell', 'E')]
ST18890318-V15-11-page16.txt: [('Cr', 'IT')]
ST18890318-V15-11-page8.txt: [('co', 'operation')]
ST18890325-V15-12-page10.txt: [('re', 'corded')]
ST18890325-V15-12-page11.txt: [('ti', 'C')]
ST18890325-V15-12-page14.txt: [('pre', 'millennial')]
ST18890325-V15-12-page2.txt: [('tid', 'bits')]
ST18890325-V15-12-page7.txt: [('suffi', 'cient')]
ST18890325-V15-12-page9.txt: [('pre', 'eminence')]
ST18890401-V15-13-page1.txt: [('relig', 'ion')]
ST18890401-V15-13-page10.txt: [('Vo', 'l'), ('Vers', 'a'), ('ITT', 'A')]
ST18890401-V15-13-page11.txt: [('SI', 'G'), ('re', 'echoed')]
ST18890401-V15-13-page3.txt: [('EDU', 'CATION'), ("PT'", 'S')]
ST18890401-V15-13-page5.txt: [('Colos', 'Sian')]
ST18890401-V15-13-page6.txt: [('TI', 'ES')]
ST18890408-V15-14-page14.txt: [('co', 'operate')]
ST18890408-V15-14-page3.txt: [('cla', 'ys')]
ST18890408-V15-14-page4.txt: [('INCEN', 'TIVE'), ('Gl', 'T')]
ST18890408-V15-14-page5.txt: [("E'", 'S')]
ST18890408-V15-14-page9.txt: [('Thessalon', 'ian'), ('circum', 'cision')]
ST18890415-V15-15-page1.txt: [('re', 'Ward')]
ST18890415-V15-15-page13.txt: [("E'", 'S')]
ST18890415-V15-15-page14.txt: [('re', 'modeling'), ('Healds', 'burg')]
ST18890415-V15-15-page15.txt: [('Yo', 'Semite')]
ST18890415-V15-15-page16.txt: [('co', 'operation')]
ST18890415-V15-15-page3.txt: [('sh', 'ould'), ('th', 'e'), ('determ', 'inedly')]
ST18890415-V15-15-page4.txt: [('opposi', 'tion')]
ST18890415-V15-15-page6.txt: [('pre', 'eminence')]
ST18890415-V15-15-page9.txt: [('od', 'our')]
ST18890422-V15-16-page10.txt: [('ja', 'w')]
ST18890422-V15-16-page16.txt: [('SI', 'G'), ('Yo', 'Semite')]
ST18890422-V15-16-page4.txt: [('re', 'established')]
ST18890422-V15-16-page6.txt: [('sh', 'all')]
ST18890422-V15-16-page9.txt: [('TI', 'P')]
ST18890506-V15-17-page12.txt: [('TI', 'E')]
ST18890506-V15-17-page15.txt: [('SE', 'WING')]
ST18890506-V15-17-page7.txt: [('INSTITU', 'TIONS'), ('pre', 'eminence')]
ST18890506-V15-17-page8.txt: [('Kibroth', 'hattaavah'), ("E'", 'S')]
ST18890506-V15-17-page9.txt: [('Kibroth', 'hattaavah'), ('KIBROTH', 'HATTAAVAH')]
ST18890513-V15-18-page11.txt: [('co', 'operation')]
ST18890513-V15-18-page12.txt: [('SI', 'r')]
ST18890513-V15-18-page13.txt: [('TI', 'ES')]
ST18890513-V15-18-page14.txt: [('cerebro', 'spinal')]
ST18890513-V15-18-page16.txt: [('ASSO', 'CIATION')]
ST18890513-V15-18-page3.txt: [('pre', 'text')]
ST18890513-V15-18-page4.txt: [('sh', 'out')]
ST18890520-V15-19-page13.txt: [('kI', 'T')]
ST18890520-V15-19-page14.txt: [('th', 'at')]
ST18890520-V15-19-page15.txt: [('Ge', 'o')]
ST18890520-V15-19-page2.txt: [('co', 'operate')]
ST18890520-V15-19-page3.txt: [('SEL', 'F'), ('TI', 'LTS')]
ST18890520-V15-19-page6.txt: [('bi', 'monthly')]
ST18890527-V15-20-page11.txt: [('re', 'fused')]
ST18890527-V15-20-page13.txt: [('co', 'operation')]
ST18890527-V15-20-page15.txt: [('re', 'ligious')]
ST18890527-V15-20-page7.txt: [('co', 'operate'), ('si', 'C')]
ST18890603-V15-21-page14.txt: [('cerebro', 'spinal')]
ST18890603-V15-21-page15.txt: [('ic', 'E')]
ST18890603-V15-21-page16.txt: [('ti', 'a')]
ST18890603-V15-21-page2.txt: [('co', 'operate')]
ST18890603-V15-21-page8.txt: [('TI', 'LES')]
ST18890603-V15-21-page9.txt: [('beginni', 'ng')]
ST18890610-V15-22-page15.txt: [('GA', 'LEN'), ('JOA', 'QUIN'), ('Yo', 'SEMITE')]
ST18890610-V15-22-page16.txt: [('TI', 'ES')]
ST18890610-V15-22-page6.txt: [('havi', 'ng')]
ST18890610-V15-22-page7.txt: [('co', 'operation')]
ST18890617-V15-23-page14.txt: [('EDU', 'CATIONAL'), ('Fr', 'Ei'), ('re', 'subscribe')]
ST18890617-V15-23-page15.txt: [('IL', 'A')]
ST18890617-V15-23-page6.txt: [('M.', '')]
ST18890624-V15-24-page16.txt: [('Virg', 'inia')]
ST18890624-V15-24-page7.txt: [('anni', 'versary')]
ST18890701-V15-25-page11.txt: [('ASSO', 'CIATION')]
ST18890701-V15-25-page14.txt: [('co', 'operation')]
ST18890701-V15-25-page16.txt: [('SI', 'G')]
ST18890701-V15-25-page7.txt: [('JEGAR', 'SAHADUTHA'), ('Jegar', 'sahadutha')]
ST18890701-V15-25-page8.txt: [('M.', '')]
ST18890701-V15-25-page9.txt: [('Ti', 'T')]
ST18890708-V15-26-page13.txt: [('Tien', 'Tsin'), ('pleuro', 'pneumonia')]
ST18890708-V15-26-page14.txt: [('TI', 'ES'), ('co', 'operation')]
ST18890708-V15-26-page15.txt: [('Sundhedsbladet', 'A')]
ST18890708-V15-26-page16.txt: [('Virg', 'inia'), ('th', 'or')]
ST18890708-V15-26-page6.txt: [("E'", 'S'), ('fo', 'olish')]
ST18890715-V15-27-page1.txt: [('co', 'workers')]
ST18890715-V15-27-page10.txt: [('peo', 'ple')]
ST18890715-V15-27-page12.txt: [('TI', 'E')]
ST18890715-V15-27-page15.txt: [('occ', 'upy')]
ST18890715-V15-27-page16.txt: [('Se', 'pt')]
ST18890715-V15-27-page6.txt: [('re', 'creation')]
ST18890715-V15-27-page7.txt: [('M.', '')]
ST18890722-V15-28-page10.txt: [('co', 'laborer')]
ST18890722-V15-28-page14.txt: [('re', 'adopted')]
ST18890722-V15-28-page3.txt: [('bre', 'eds')]
ST18890722-V15-28-page5.txt: [('TI', 'M')]
ST18890722-V15-28-page8.txt: [('demi', 'gods')]
ST18890729-V15-29-page11.txt: [("E'", 'S')]
ST18890729-V15-29-page14.txt: [('TI', 'ES')]
ST18890729-V15-29-page15.txt: [('Yo', 'SEMITE'), ('JOA', 'QUIN')]
ST18890729-V15-29-page4.txt: [('INSPI', 'RATION')]
ST18890729-V15-29-page6.txt: [('Gi', 'TS')]
ST18890729-V15-29-page8.txt: [('co', 'operation'), ('th', 'a')]
ST18890729-V15-29-page9.txt: [('co', 'laborers')]
ST18890805-V15-30-page1.txt: [('gi', 'e')]
ST18890805-V15-30-page10.txt: [('co', 'operation')]
ST18890805-V15-30-page14.txt: [('Wyom', 'ing'), ('OLE', 'S')]
ST18890805-V15-30-page15.txt: [('GA', 'LEN'), ('JOA', 'QUIN'), ('Yo', 'Semite')]
ST18890805-V15-30-page16.txt: [('co', 'operation')]
ST18890805-V15-30-page4.txt: [('OP', 'ES')]
ST18890805-V15-30-page7.txt: [('pou', 'ring')]
ST18890805-V15-30-page8.txt: [('TS', 'P')]
ST18890812-V15-31-page11.txt: [('re', 'district')]
ST18890812-V15-31-page14.txt: [('dy', 'ke')]
ST18890812-V15-31-page2.txt: [("TIE'", 'S')]
ST18890812-V15-31-page4.txt: [('inhu', 'man')]
ST18890812-V15-31-page7.txt: [('M.', ''), ('TE', 'E')]
ST18890812-V15-31-page9.txt: [('ag', 'e'), ('co', 'operation'), ('TE', 'T')]
ST18890819-V15-32-page10.txt: [('co', 'laborers')]
ST18890819-V15-32-page14.txt: [('re', 'invigoration'), ('TI', 'E'), ('ch', 'er'), ('aveng', 'e')]
ST18890819-V15-32-page16.txt: [('CI', 't'), ('pre', 'paid')]
ST18890819-V15-32-page6.txt: [('TE', 'T')]
ST18890819-V15-32-page9.txt: [('re', 'assert')]
ST18890826-V15-33-page11.txt: [('M.', '')]
ST18890826-V15-33-page2.txt: [('co', 'operate')]
ST18890826-V15-33-page3.txt: [('SI', 'G'), ('Cu', 'yler')]
ST18890826-V15-33-page9.txt: [('li', 'r')]
ST18890902-V15-34-page11.txt: [('M.', '')]
ST18890902-V15-34-page15.txt: [('Ne', 'ts')]
ST18890902-V15-34-page16.txt: [('th', 'is')]
ST18890902-V15-34-page6.txt: [('SEV', 'ENTH')]
ST18890909-V15-35-page14.txt: [('re', 'organized')]
ST18890909-V15-35-page16.txt: [('co', 'laborer')]
ST18890909-V15-35-page2.txt: [('co', 'laborer')]
ST18890909-V15-35-page7.txt: [('M.', ''), ('na', 'tions')]
ST18890916-V15-36-page1.txt: [('gi', 'Ve')]
ST18890916-V15-36-page16.txt: [('re', 'organized')]
ST18890916-V15-36-page6.txt: [('INNOVA', 'TIONS'), ("E'", 'S')]
ST18890916-V15-36-page7.txt: [('TE', 'ES')]
ST18890923-V15-37-page1.txt: [('tenden', 'cies')]
ST18890923-V15-37-page6.txt: [('defectiv', 'e'), ('MIS', 'SION')]
ST18890930-V15-38-page14.txt: [('Ci', 'V')]
ST18890930-V15-38-page8.txt: [('co', 'laborers')]
ST18891014-V15-39-page12.txt: [('al', 'can')]
ST18891014-V15-39-page13.txt: [('Gi', 'TS')]
ST18891014-V15-39-page14.txt: [('OP', 'T'), ('CONVEN', 'TION')]
ST18891014-V15-39-page15.txt: [('Se', 'th'), ('th', 'e')]
ST18891014-V15-39-page16.txt: [("E'", 'S')]
ST18891014-V15-39-page2.txt: [('sc', 'ared')]
ST18891014-V15-39-page3.txt: [('TI', 'Er'), ('fil', 'ErS')]
ST18891021-V15-40-page12.txt: [('Fr', 'T')]
ST18891021-V15-40-page13.txt: [("E'", 'S')]
ST18891021-V15-40-page14.txt: [('th', 'is'), ('OLE', 'S')]
ST18891021-V15-40-page15.txt: [('SI', 'G')]
ST18891021-V15-40-page5.txt: [('bi', 'centenary'), ('BI', 'CENTENARY')]
ST18891021-V15-40-page9.txt: [('Ci', 'V')]
ST18891028-V15-41-page1.txt: [('conclu', 'sion')]
ST18891028-V15-41-page11.txt: [('co', 'operation')]
ST18891028-V15-41-page15.txt: [('co', 'operation')]
ST18891028-V15-41-page6.txt: [('co', 'laborers')]
ST18891028-V15-41-page7.txt: [('pr', 'ide')]
ST18891104-V15-42-page11.txt: [('Mis', 'Souri')]
ST18891104-V15-42-page14.txt: [('Yo', 'Semite'), ('co', 'laborer')]
ST18891104-V15-42-page15.txt: [('RENEWA', 'LS')]
ST18891104-V15-42-page16.txt: [('PA', 'PACY')]
ST18891104-V15-42-page3.txt: [('pa', 'ssage')]
ST18891104-V15-42-page8.txt: [('co', 'laborers')]
ST18891104-V15-42-page9.txt: [('re', 'establish')]
ST18891111-V15-43-page1.txt: [('Re', 'V')]
ST18891111-V15-43-page11.txt: [('thei', 'r')]
ST18891111-V15-43-page13.txt: [('contre', 'temps')]
ST18891111-V15-43-page16.txt: [('un', 'holy')]
ST18891111-V15-43-page5.txt: [('Zapp', 'a')]
ST18891111-V15-43-page8.txt: [('co', 'operation')]
ST18891118-V15-44-page11.txt: [('co', 'operate'), ('re', 'arrangement')]
ST18891118-V15-44-page12.txt: [('yo', 'ur')]
ST18891118-V15-44-page14.txt: [('RENEWA', 'Ls')]
ST18891118-V15-44-page15.txt: [('MA', 'E')]
ST18891118-V15-44-page3.txt: [('univer', 'sity')]
ST18891118-V15-44-page8.txt: [('ex', 'planation'), ('gui', 'N')]
ST18891125-V15-45-page1.txt: [('re', 'cent')]
ST18891125-V15-45-page11.txt: [('Nove', 'mber')]
ST18891125-V15-45-page12.txt: [('Ti', 't')]
ST18891125-V15-45-page7.txt: [('co', 'operation')]
ST18891125-V15-45-page8.txt: [('br', 'other')]
ST18891125-V15-45-page9.txt: [('ag', 'a')]
ST18891202-V15-46-page10.txt: [('pre', 'eminently')]
ST18891202-V15-46-page11.txt: [('distrib', 'uted')]
ST18891202-V15-46-page12.txt: [('TR', 'UST')]
ST18891202-V15-46-page13.txt: [('M.', '')]
ST18891202-V15-46-page14.txt: [('re', 'instated')]
ST18891202-V15-46-page16.txt: [('re', 'establishment')]
ST18891202-V15-46-page5.txt: [('inci', 'dentally')]
ST18891202-V15-46-page7.txt: [('ex', 't')]
ST18891209-V15-47-page1.txt: [('re', 'Ward')]
ST18891209-V15-47-page10.txt: [('requi', 'red')]
ST18891209-V15-47-page14.txt: [('co', 'operate')]
ST18891209-V15-47-page15.txt: [('po', 's'), ('Il', 'lustrations')]
ST18891209-V15-47-page5.txt: [('re', 'established')]
ST18891209-V15-47-page6.txt: [('mis', 'government')]
ST18891216-V15-48-page11.txt: [('co', 'laborers')]
ST18891216-V15-48-page16.txt: [('sev', 'en'), ('pri', 'ests')]
ST18891216-V15-48-page5.txt: [('co', 'laborers')]
ST18891216-V15-48-page7.txt: [('proph', 'ets')]
ST18891216-V15-48-page9.txt: [('al', 'ways')]
ST18891223-V15-49-page15.txt: [('Se', 't')]
ST18891223-V15-49-page16.txt: [('co', 'ordination')]
ST18891223-V15-49-page2.txt: [('chil', 'dren'), ('tem', 'ptation'), ('co', 'worker')]
ST18891223-V15-49-page6.txt: [('Re', 'presented')]
ST18891223-V15-49-page8.txt: [("E'", 'S')]
ST18891230-V15-50-page11.txt: [("E'", 'S')]
ST18891230-V15-50-page14.txt: [('Pre', 'Millennial')]
ST18891230-V15-50-page15.txt: [('Annihi', 'lation')]
ST18891230-V15-50-page16.txt: [('JA', 'S'), ('bi', 'centenary'), ('Jegar', 'Sahadutha')]
ST18891230-V15-50-page4.txt: [('unfort', 'unate')]
ST18891230-V15-50-page9.txt: [('ac', 'cording')]
ST18900127-V16-04-page6.txt: [('re', 'enact'), ('na', 'tional')]
ST18900217-V16-07-page14.txt: [('th', 'in')]
ST18900217-V16-07-page6.txt: [('ment', 'or')]
ST18900217-V16-07-page7.txt: [('M.', '')]
ST18900217-V16-07-page9.txt: [('co', 'workers'), ('th', 'in'), ('na', 'n')]
ST18900303-V16-09-page1.txt: [('re', 'Ward')]
ST18900303-V16-09-page11.txt: [('ti', 'C'), ('Mc', 'Coy')]
ST18900303-V16-09-page12.txt: [('worka', 'day')]
ST18900303-V16-09-page13.txt: [('th', 'oroughly'), ('re', 't')]
ST18900303-V16-09-page16.txt: [('hav', 'e')]
ST18900303-V16-09-page6.txt: [('re', 'enact')]
ST18900303-V16-09-page7.txt: [('re', 'proof')]
ST18900310-V16-10-page11.txt: [('Ma', 'I'), ('re', 'creating')]
ST18900310-V16-10-page14.txt: [('re', 'instated'), ('co', 'operation')]
ST18900310-V16-10-page16.txt: [('si', 'A')]
ST18900310-V16-10-page6.txt: [('re', 'enacted')]
ST18900310-V16-10-page7.txt: [('Li', 'the')]
ST18900512-V16-18-page14.txt: [('co', 'operate')]
ST18900512-V16-18-page9.txt: [('M.', '')]
ST18900609-V16-22-page11.txt: [('Mc', 'Clure'), ('co', 'operates'), ('re', 'I')]
ST18900609-V16-22-page15.txt: [('ro', 'x')]
ST18900609-V16-22-page4.txt: [('co', 'operate'), ('th', 'e')]
ST18900609-V16-22-page7.txt: [('re', 'establishment')]
ST18900609-V16-22-page9.txt: [('travelin', 'g'), ('co', 'operation')]
ST18900707-V16-26-page3.txt: [('giv', 'ing')]
ST18900707-V16-26-page4.txt: [('bo', 'a'), ('demi', 'gods')]
ST18900922-V16-37-page4.txt: [('co', 'operated')]
ST18900922-V16-37-page7.txt: [('th', 'o')]
ST18910511-V17-19-page1.txt: [('HASK', 'ELL'), ('tele', 'graphic')]
ST18910511-V17-19-page2.txt: [('al', 'ways')]
ST18910511-V17-19-page3.txt: [('Mc', 'Kee')]
ST18910511-V17-19-page7.txt: [('th', 'o')]
ST18910511-V17-19-page8.txt: [('co', 'operation')]
ST18920208-V18-14e-page4.txt: [('subscrip', 'tions')]
ST18920208-V18-14e-page5.txt: [('indi', 'viduals'), ('co', 'operation')]
ST18921107-V19-01-page1.txt: [('ari', 'd')]
ST18921107-V19-01-page12.txt: [('Ch', 'ristian'), ('co', 'nfessed')]
ST18921107-V19-01-page14.txt: [('Ch', 'rist')]
ST18921107-V19-01-page15.txt: [('Warran', 'ts'), ('brillian', 't')]
ST18921107-V19-01-page4.txt: [('PRE', 'M')]
ST18921114-V19-02-page15.txt: [('Th', 'e'), ('re', 'incorporation')]
ST18921114-V19-02-page2.txt: [('Th', 'ey')]
ST18921114-V19-02-page7.txt: [('affecti', 'on')]
ST18921121-V19-03-page16.txt: [('po', 'e')]
ST18921121-V19-03-page8.txt: [('neces', 'sary')]
ST18921128-V19-04-page1.txt: [('demi', 'gods')]
ST18921128-V19-04-page12.txt: [('wh', 'ere'), ('re', 'e')]
ST18921128-V19-04-page14.txt: [('th', 'e'), ('re', 'hearsed')]
ST18921205-V19-05-page14.txt: [('G.', ''), ('th', 'e')]
ST18921205-V19-05-page15.txt: [('disp', 'lays')]
ST18921205-V19-05-page16.txt: [('Astro', 'Physics')]
ST18921205-V19-05-page3.txt: [('th', 'ings')]
ST18921205-V19-05-page7.txt: [('CI', 'V')]
ST18921205-V19-05-page9.txt: [('al', 'I'), ('theocra', 'tic')]
ST18921212-V19-06-page11.txt: [('nea', 'r')]
ST18921212-V19-06-page14.txt: [('gi', 'ven')]
ST18921212-V19-06-page16.txt: [('onl', 'y')]
ST18921212-V19-06-page8.txt: [('Ro', 'of')]
ST18921219-V19-07-page10.txt: [('Voi', 'ce')]
ST18921219-V19-07-page11.txt: [('nar', 'row'), ('discha', 'rge')]
ST18921219-V19-07-page12.txt: [('re', 'I')]
ST18921219-V19-07-page15.txt: [('ap', 'plicant')]
ST18921219-V19-07-page16.txt: [('ex', 'tracts')]
ST18921219-V19-07-page4.txt: [('ch', 'apter')]
ST18921219-V19-07-page5.txt: [('un', 'til')]
ST18921226-V19-08-page15.txt: [('CATHO', 'LICS'), ('th', 'e'), ('Repr', 'esentatives')]
ST18921226-V19-08-page2.txt: [('th', 'e'), ('deni', 'es')]
ST18921226-V19-08-page8.txt: [('Ezion', 'gaber')]
ST18921226-V19-08-page9.txt: [('righ', 'tly')]
ST18930102-V19-09-page15.txt: [('re', 'appearance')]
ST18930102-V19-09-page16.txt: [('CATHO', 'LICS'), ('re', 'elected'), ('Co', 'operation')]
ST18930102-V19-09-page2.txt: [('confed', 'eracy')]
ST18930102-V19-09-page3.txt: [('judgm', 'ent'), ('deba', 'se')]
ST18930102-V19-09-page6.txt: [('CO', 'OPERATION')]
ST18930109-V19-10-page1.txt: [('Ex', 'position')]
ST18930109-V19-10-page14.txt: [('representati', 've'), ('th', 'e')]
ST18930109-V19-10-page16.txt: [('co', 'l')]
ST18930109-V19-10-page2.txt: [('th', 'e')]
ST18930109-V19-10-page5.txt: [('th', 'ey')]
ST18930116-V19-11-page14.txt: [('authoritati', 've')]
ST18930116-V19-11-page15.txt: [('fi', 've'), ('nati', 'on')]
ST18930116-V19-11-page3.txt: [('se', 'a'), ('Ay', 'in')]
ST18930116-V19-11-page6.txt: [('stran', 'ger')]
ST18930116-V19-11-page7.txt: [('inci', 'dents')]
ST18930116-V19-11-page8.txt: [('tongu', 'es')]
ST18930123-V19-12-page1.txt: [('em', 'braced'), ('fai', 'th'), ('th', 'rones')]
ST18930123-V19-12-page11.txt: [('re', 'sults')]
ST18930123-V19-12-page12.txt: [('mea', 'n')]
ST18930123-V19-12-page14.txt: [('wi', 's')]
ST18930123-V19-12-page15.txt: [('op', 'posed'), ('id', 'a')]
ST18930123-V19-12-page16.txt: [('al', 'ways')]
ST18930123-V19-12-page3.txt: [('OM', 'O')]
ST18930123-V19-12-page5.txt: [('charac', 'ter'), ('dai', 'ly')]
ST18930123-V19-12-page9.txt: [('unconsci', 'ously')]
ST18930206-V19-14-page11.txt: [('tem', 'perate')]
ST18930206-V19-14-page12.txt: [('ase', 'as')]
ST18930206-V19-14-page15.txt: [('Linds', 'ley')]
ST18930206-V19-14-page7.txt: [('manifes', 'tation')]
ST18930213-V19-15-page10.txt: [('Geseni', 'us')]
ST18930213-V19-15-page11.txt: [('Th', 'is'), ('ra', 'e'), ('grandmoth', 'er')]
ST18930213-V19-15-page15.txt: [('re', 'election')]
ST18930213-V19-15-page3.txt: [('co', 'equal')]
ST18930213-V19-15-page4.txt: [('COI', 'r')]
ST18930220-V19-16-page12.txt: [('al', 'way')]
ST18930220-V19-16-page15.txt: [('re', 'turned')]
ST18930220-V19-16-page3.txt: [('bo', 'a')]
ST18930227-V19-17-page1.txt: [('re', 'ligious')]
ST18930227-V19-17-page16.txt: [('popu', 'lar')]
ST18930227-V19-17-page2.txt: [('pa', 'R')]
ST18930227-V19-17-page4.txt: [('sor', 'rowing'), ('th', 'ey')]
ST18930227-V19-17-page6.txt: [('sel', 'f')]
ST18930306-V19-18-page11.txt: [('ex', 'ample')]
ST18930306-V19-18-page16.txt: [('re', 'creation')]
ST18930306-V19-18-page2.txt: [('ti', 'e')]
ST18930306-V19-18-page3.txt: [('commandm', 'ent')]
ST18930306-V19-18-page5.txt: [('th', 'e')]
ST18930306-V19-18-page9.txt: [('re', 'issued')]
ST18930313-V19-19-page12.txt: [('pre', 's')]
ST18930313-V19-19-page13.txt: [('ch', 'urches')]
ST18930313-V19-19-page14.txt: [('re', 'view')]
ST18930313-V19-19-page15.txt: [('propo', 'sition')]
ST18930313-V19-19-page16.txt: [('wi', 'I'), ('sed', 'an')]
ST18930313-V19-19-page2.txt: [('occasiOni', 'ng')]
ST18930313-V19-19-page5.txt: [('va', 't')]
ST18930320-V19-20-page1.txt: [('concl', 'usion')]
ST18930320-V19-20-page11.txt: [('gi', 'rl')]
ST18930320-V19-20-page12.txt: [('th', 'ere')]
ST18930320-V19-20-page13.txt: [('CHASTISEM', 'ENT')]
ST18930320-V19-20-page15.txt: [('re', 'instated')]
ST18930320-V19-20-page2.txt: [('re', 'creates')]
ST18930320-V19-20-page3.txt: [('re', 'created')]
ST18930320-V19-20-page6.txt: [('re', 'creating')]
ST18930320-V19-20-page7.txt: [('LEGIS', 'LATION')]
ST18930320-V19-20-page8.txt: [('bi', 'teth')]
ST18930327-V19-21-page1.txt: [('cra', 'fty'), ('mish', 'mash')]
ST18930327-V19-21-page11.txt: [('ag', 'ony')]
ST18930327-V19-21-page12.txt: [('Commi', 'ttee')]
ST18930327-V19-21-page13.txt: [('th', 'e')]
ST18930327-V19-21-page14.txt: [('th', 'e')]
ST18930327-V19-21-page16.txt: [('denomi', 'nation'), ('M.', ''), ('gos', 'pel'), ('substi', 'tuted')]
ST18930327-V19-21-page3.txt: [('eter', 'nal')]
ST18930327-V19-21-page6.txt: [('th', 'in')]
ST18930403-V19-22-page1.txt: [('scri', 'ptural')]
ST18930403-V19-22-page11.txt: [('th', 'is')]
ST18930403-V19-22-page13.txt: [('opposi', 'tion'), ('ele', 'V'), ('recei', 've')]
ST18930403-V19-22-page14.txt: [('al', 'ways'), ('pu', 'nishing'), ('si', 'n')]
ST18930403-V19-22-page16.txt: [('chai', 'r')]
ST18930403-V19-22-page4.txt: [('histori', 'Cal')]
ST18930403-V19-22-page6.txt: [('groun', 'd')]
ST18930403-V19-22-page7.txt: [('covena', 'nt')]
ST18930403-V19-22-page8.txt: [('consecra', 'tion')]
ST18930403-V19-22-page9.txt: [('accusa', 'tion')]
ST18930410-V19-23-page12.txt: [('enligh', 'tened')]
ST18930410-V19-23-page14.txt: [('Sh', 'uhite')]
ST18930410-V19-23-page2.txt: [('al', 'ways')]
ST18930410-V19-23-page7.txt: [('si', 'nk')]
ST18930410-V19-23-page9.txt: [('Ca', 'sar')]
ST18930417-V19-24-page13.txt: [('compen', 'dium')]
ST18930417-V19-24-page4.txt: [('ti', 'mes')]
ST18930424-V19-25-page1.txt: [('repre', 'sent')]
ST18930424-V19-25-page10.txt: [('Je', 'sus')]
ST18930424-V19-25-page13.txt: [('CATHO', 'LICS'), ('brin', 'ging')]
ST18930424-V19-25-page16.txt: [('po', 'etry')]
ST18930424-V19-25-page6.txt: [('ASPI', 'RATION')]
ST18930619-V19-32-page1.txt: [("ne'", 'er')]
ST18930619-V19-32-page13.txt: [('universi', 'ties')]
ST18930619-V19-32-page16.txt: [('te', 'ds')]
ST18930619-V19-32-page6.txt: [('re', 'creation')]
ST18930626-V19-33-page11.txt: [('Brah', 'man'), ('Basu', 'to')]
ST18930626-V19-33-page12.txt: [('toget', 'her'), ('Mc', 'Donald')]
ST18930626-V19-33-page13.txt: [("McClure'", 's')]
ST18930626-V19-33-page14.txt: [('co', 'Operate')]
ST18930626-V19-33-page16.txt: [('wi', 'I')]
ST18930626-V19-33-page2.txt: [('Sabb', 'ath'), ('yo', 'u')]
ST18930626-V19-33-page9.txt: [('understandi', 'ngly')]
ST18930703-V19-34-page13.txt: [('UN', 'KNOWN')]
ST18930703-V19-34-page14.txt: [('obe', 'dience')]
ST18930703-V19-34-page16.txt: [('Je', 'wish')]
ST18930703-V19-34-page4.txt: [('th', 'underings')]
ST18930703-V19-34-page8.txt: [('lY', 'E')]
ST18930710-V19-35-page10.txt: [('ber', 'ries')]
ST18930710-V19-35-page11.txt: [('SU', 'PERSTITION')]
ST18930710-V19-35-page12.txt: [('un', 'wholesome')]
ST18930710-V19-35-page13.txt: [('manufac', 'tured'), ('brin', 'ging')]
ST18930710-V19-35-page15.txt: [('oth', 'er')]
ST18930710-V19-35-page4.txt: [('Mi', 'nn')]
ST18930710-V19-35-page6.txt: [('ri', 't')]
ST18930724-V19-37-page1.txt: [('OA', 'KLAND')]
ST18930724-V19-37-page13.txt: [('CATHO', 'LICS'), ('NA', 'NNIE')]
ST18930724-V19-37-page14.txt: [('famil', 'y')]
ST18930724-V19-37-page15.txt: [('misu', 'nderstanding')]
ST18930724-V19-37-page7.txt: [('Protec', 'tive')]
ST18930724-V19-37-page8.txt: [('Beca', 'use')]
ST18930731-V19-38-page10.txt: [('ca', 'n')]
ST18930731-V19-38-page16.txt: [('PR', 'OF')]
ST18930731-V19-38-page2.txt: [('ch', 'urch')]
ST18930731-V19-38-page3.txt: [('sa', 'me'), ('re', 'ligion')]
ST18930731-V19-38-page7.txt: [('th', 'a')]
ST18930731-V19-38-page8.txt: [('th', 'at')]
ST18930807-V19-39-page11.txt: [('li', 'ver')]
ST18930807-V19-39-page14.txt: [('ow', 'n')]
ST18930807-V19-39-page15.txt: [('pp', 'r')]
ST18930807-V19-39-page4.txt: [('ap', 'pearances'), ('sh', 'in')]
ST18930807-V19-39-page7.txt: [('ch', 'urches')]
ST18930814-V19-40-page1.txt: [('blit', 'he')]
ST18930814-V19-40-page10.txt: [('electroly', 'tic'), ('pre', 'cious')]
ST18930814-V19-40-page11.txt: [('taki', 'ng')]
ST18930814-V19-40-page13.txt: [('CATHO', 'LICS')]
ST18930814-V19-40-page14.txt: [('al', 'ways'), ('mu', 't')]
ST18930814-V19-40-page16.txt: [('Si', 'L')]
ST18930814-V19-40-page4.txt: [('pre', 'sumption')]
ST18930814-V19-40-page7.txt: [('esti', 'mates')]
ST18930821-V19-41-page11.txt: [('denomi', 'national'), ('Mc', 'Coy'), ('Sanita', 'rium'), ('OD', 'in')]
ST18930821-V19-41-page7.txt: [('th', 'at')]
ST18930828-V19-42-page10.txt: [('ku', 'do')]
ST18930828-V19-42-page13.txt: [('th', 'e')]
ST18930828-V19-42-page16.txt: [('Se', 'th')]
ST18930828-V19-42-page4.txt: [('unscrip', 'tural'), ('ment', 'or')]
ST18930904-V19-43-page10.txt: [('TRICHIN', 'OPOLY')]
ST18930904-V19-43-page13.txt: [('Thed', 'ford'), ('brin', 'ging')]
ST18930904-V19-43-page14.txt: [('tu', 'TOR'), ('Overth', 'row'), ('ro', 'per')]
ST18930904-V19-43-page16.txt: [('id', 'a')]
ST18930904-V19-43-page6.txt: [('pre', 'sent')]
ST18930904-V19-43-page9.txt: [('ti', 'me'), ('tri', 'umph')]
ST18930911-V19-44-page1.txt: [('co', 'worker'), ('th', 'e')]
ST18930911-V19-44-page11.txt: [('Th', 'e')]
ST18930911-V19-44-page12.txt: [('Wil', 'liamsport'), ('serv', 'ice'), ('Ne', 'w')]
ST18930911-V19-44-page13.txt: [('co', 'n')]
ST18930911-V19-44-page16.txt: [('Ti', 'E')]
ST18930918-V19-45-page12.txt: [('destro', 'y')]
ST18930918-V19-45-page13.txt: [('CATHO', 'LICS'), ('INDI', 'ANA')]
ST18930918-V19-45-page14.txt: [('al', 'ways'), ('re', 'creating')]
ST18930918-V19-45-page2.txt: [('RELIG', 'ION')]
ST18930918-V19-45-page4.txt: [('al', 'ways'), ('co', 'n')]
ST18930925-V19-46-page11.txt: [('kno', 'west')]
ST18930925-V19-46-page13.txt: [('Presi', 'dent'), ('Th', 'ere'), ('su', 'per'), ('Septem', 'ber'), ('ro', 'per'), ('Ch', 'urch'), ('Massachu', 'setts')]
ST18930925-V19-46-page15.txt: [('Tien', 'Tsin')]
ST18930925-V19-46-page16.txt: [('wi', 'thout')]
ST18931002-V19-47-page11.txt: [('Pre', 'sident')]
ST18931002-V19-47-page14.txt: [('famil', 'y')]
ST18931002-V19-47-page2.txt: [('re', 'creation')]
ST18931002-V19-47-page6.txt: [('commandmen', 't')]
ST18931009-V19-48-page12.txt: [('delivere', 'd'), ('presum', 'ption')]
ST18931009-V19-48-page14.txt: [('occa', 'sion'), ('th', 'y'), ('Massachu', 'setts')]
ST18931009-V19-48-page2.txt: [('al', 'ways'), ('errone', 'ous')]
ST18931009-V19-48-page3.txt: [('extri', 'cate'), ('tr', 'ust')]
ST18931009-V19-48-page5.txt: [('ough', 'test'), ('Ch', 'ristianity'), ('th', 'ough')]
ST18931009-V19-48-page9.txt: [('conducte', 'd'), ('Christia', 'n')]
ST18931016-V19-49-page14.txt: [('Whi', 'te')]
ST18931016-V19-49-page16.txt: [('Se', 'th')]
ST18931016-V19-49-page5.txt: [('Li', 're'), ('Re', 'casts'), ('re', 'in')]
ST18931016-V19-49-page8.txt: [('blessi', 'ngs')]
ST18931023-V19-50-page13.txt: [('ment', 'or')]
ST18931023-V19-50-page3.txt: [('beca', 'use'), ('occu', 'py')]
ST18931023-V19-50-page4.txt: [('Hilde', 'brand')]
ST18931023-V19-50-page9.txt: [('re', 'marked')]
ST18931106-V20-01-page15.txt: [('INDI', 'ANA')]
ST18931106-V20-01-page16.txt: [('suggesti', 've')]
ST18931106-V20-01-page17.txt: [('Matabel', 'es')]
ST18931106-V20-01-page19.txt: [('PRE', 'S')]
ST18931106-V20-01-page8.txt: [('asso', 'ciates')]
ST18931113-V20-02-page12.txt: [('pleasa', 'ntly')]
ST18931113-V20-02-page13.txt: [('Ch', 'i'), ('Lincol', 'n')]
ST18931113-V20-02-page14.txt: [('al', 'ways'), ('RA', 'Y'), ('li', 'RA')]
ST18931113-V20-02-page3.txt: [('CO', 'OPERATION')]
ST18931113-V20-02-page4.txt: [('CONSTI', 'TUTION')]
ST18931120-V20-03-page1.txt: [('EXAL', 'TATION'), ('hu', 'ndred')]
ST18931120-V20-03-page11.txt: [('ma', 'y'), ('sh', 'are')]
ST18931120-V20-03-page12.txt: [('thi', 'nk'), ('maki', 'ng')]
ST18931120-V20-03-page13.txt: [('beauti', 'fully')]
ST18931120-V20-03-page14.txt: [('illustratio', 'n')]
ST18931120-V20-03-page4.txt: [('everlast', 'ing'), ('declar', 'ing'), ('th', 'at')]
ST18931120-V20-03-page5.txt: [('eigh', 'teen')]
ST18931120-V20-03-page8.txt: [("Zion'", 's')]
ST18931127-V20-04-page13.txt: [('YO', 'SEMITE'), ('Yo', 'Semite')]
ST18931127-V20-04-page14.txt: [('al', 'ways'), ('li', 'fe')]
ST18931127-V20-04-page6.txt: [('possessi', 'ng')]
ST18931127-V20-04-page7.txt: [('ph', 'i'), ('th', 'at'), ('re', 'incarnates')]
ST18931127-V20-04-page8.txt: [('ch', 'urch')]
ST18931127-V20-04-page9.txt: [('Pa', 'pa')]
ST18931204-V20-05-page11.txt: [('fenci', 'ng'), ('membershi', 'p')]
ST18931204-V20-05-page12.txt: [('th', 'e'), ('wak', 'ing')]
ST18931204-V20-05-page13.txt: [('spri', 'nkled')]
ST18931204-V20-05-page15.txt: [('apprehen', 'sion'), ("Freeman'", 's')]
ST18931204-V20-05-page16.txt: [('Th', 'anks')]
ST18931204-V20-05-page2.txt: [('shri', 'nes'), ('Pri', 'nceton')]
ST18931204-V20-05-page6.txt: [('CH', 'URCH'), ('righ', 'teous')]
ST18931211-V20-06-page16.txt: [('incom', 'prehensible')]
ST18931211-V20-06-page3.txt: [('assump', 'tions'), ('wa', 'nt')]
ST18931211-V20-06-page9.txt: [('attracti', 'veness')]
ST18931218-V20-07-page11.txt: [('wa', 'y')]
ST18931218-V20-07-page16.txt: [('wi', 'thout'), ('re', 'ligion')]
ST18931218-V20-07-page2.txt: [('Protes', 'tant')]
ST18931218-V20-07-page4.txt: [('sev', 'enth')]
ST18931218-V20-07-page8.txt: [('PEO', 'PLE')]
ST18931218-V20-07-page9.txt: [('glassw', 'are')]
ST18931225-V20-08-page10.txt: [('ve', 'to')]
ST18931225-V20-08-page11.txt: [('YO', 'SEMITE'), ('Yo', 'Semite')]
ST18931225-V20-08-page12.txt: [('wi', 'th')]
ST18931225-V20-08-page13.txt: [('RO', 'N')]
ST18931225-V20-08-page14.txt: [('Theoph', 'ilus')]
ST18931225-V20-08-page16.txt: [('withou', 't')]
ST18931225-V20-08-page5.txt: [('ABSO', 'LUTELY')]
ST18931225-V20-08-page7.txt: [('pervad', 'ing')]
ST18940101-V20-09-page11.txt: [('SI', 'c'), ('SABBA', 'TH'), ('ie', 'r')]
ST18940101-V20-09-page13.txt: [('al', 'ways'), ('Ch', 'urch')]
ST18940108-V20-10-page1.txt: [('fornicati', 'on'), ('TE', 'R')]
ST18940108-V20-10-page14.txt: [('re', 'member'), ('Pre', 'S')]
ST18940108-V20-10-page15.txt: [('Agri', 'cultural')]
ST18940108-V20-10-page16.txt: [('ro', 'na'), ('alloWe', 'd'), ('orl', 'and'), ('fi', 'e')]
ST18940108-V20-10-page2.txt: [('spi', 'ritual'), ('RELIG', 'IONS')]
ST18940108-V20-10-page3.txt: [('obliter', 'ate')]
ST18940108-V20-10-page4.txt: [('re', 'turned')]
ST18940115-V20-11-page14.txt: [('al', 'ways')]
ST18940115-V20-11-page15.txt: [('ob', 'servance')]
ST18940115-V20-11-page3.txt: [('Ve', 'suvius'), ('trium', 'ph')]
ST18940115-V20-11-page5.txt: [('gra', 'Cious')]
ST18940115-V20-11-page7.txt: [('ti', 'e')]
ST18940115-V20-11-page8.txt: [('righ', 'teousness'), ('th', 'us')]
ST18940122-V20-12-page1.txt: [('re', 'ferred')]
ST18940122-V20-12-page12.txt: [('Ba', 'ttle')]
ST18940122-V20-12-page13.txt: [('SN', 'YDER'), ('famil', 'y'), ('TE', 'ED')]
ST18940122-V20-12-page15.txt: [('concerni', 'ng')]
ST18940122-V20-12-page6.txt: [('migh', 't')]
ST18940122-V20-12-page7.txt: [('atten', 'tion'), ('Tu', 'es')]
ST18940122-V20-12-page8.txt: [('patie', 'ntly'), ('Ba', 'ptists'), ('ph', 'ases')]
ST18940122-V20-12-page9.txt: [('prope', 'rly'), ('ca', 'rd')]
ST18940129-V20-13-page11.txt: [('YO', 'SEMITE'), ('Yo', 'Semite')]
ST18940129-V20-13-page13.txt: [('al', 'ways'), ('studen', 't')]
ST18940129-V20-13-page15.txt: [('Proh', 'ibition')]
ST18940129-V20-13-page16.txt: [('wi', 'thout')]
ST18940129-V20-13-page3.txt: [('ti', 'me'), ('wou', 'ld'), ('th', 'e')]
ST18940129-V20-13-page6.txt: [('Ro', 'MAN')]
ST18940129-V20-13-page8.txt: [('re', 'ligious')]
ST18940129-V20-13-page9.txt: [('parti', 'colored')]
ST18940205-V20-14-page10.txt: [('ma', 'ny')]
ST18940205-V20-14-page13.txt: [('preachi', 'ng')]
ST18940205-V20-14-page15.txt: [('th', 'u')]
ST18940205-V20-14-page16.txt: [('wi', 'thout')]
ST18940205-V20-14-page6.txt: [('sa', 'me')]
ST18940205-V20-14-page7.txt: [('Ca', 'th'), ('BAB', 'YLON')]
ST18940212-V20-15-page11.txt: [('Ch', 'ristians')]
ST18940212-V20-15-page15.txt: [('na', 'Y')]
ST18940212-V20-15-page16.txt: [('re', 'Solution')]
ST18940212-V20-15-page2.txt: [('ex', 'hibition')]
ST18940212-V20-15-page4.txt: [('har', 'monize'), ('CO', 'OPERATION')]
ST18940212-V20-15-page5.txt: [('breth', 'ren')]
ST18940212-V20-15-page7.txt: [('ex', 'act'), ('Tennes', 'see')]
ST18940219-V20-16-page10.txt: [('illustra', 'tive')]
ST18940219-V20-16-page13.txt: [('RELIG', 'IONS')]
ST18940219-V20-16-page15.txt: [('commun', 'ion')]
ST18940219-V20-16-page16.txt: [('WI', 'thout')]
ST18940219-V20-16-page3.txt: [('perili', 'ng')]
ST18940219-V20-16-page9.txt: [('ch', 'eckrein'), ('tabl', 'e')]
ST18940226-V20-17-page11.txt: [('re', 'set'), ('thei', 'r')]
ST18940226-V20-17-page12.txt: [('fa', 'Mily')]
ST18940226-V20-17-page15.txt: [('Soo', 'Chow'), ('th', 'rough')]
ST18940226-V20-17-page16.txt: [('arrangemen', 't')]
ST18940226-V20-17-page7.txt: [('wa', 's')]
ST18940226-V20-17-page9.txt: [('bri', 'm')]
ST18940305-V20-18-page1.txt: [('Margi', 'n')]
ST18940305-V20-18-page10.txt: [('Th', 'e'), ('ES', 'TABLISHED')]
ST18940305-V20-18-page11.txt: [('inci', 'dent')]
ST18940305-V20-18-page12.txt: [('ti', 'ti')]
ST18940305-V20-18-page3.txt: [('gi', 'ven')]
ST18940312-V20-19-page10.txt: [('recei', 've')]
ST18940312-V20-19-page11.txt: [('prohib', 'ited'), ('th', 'e')]
ST18940312-V20-19-page12.txt: [('prea', 'ching')]
ST18940312-V20-19-page13.txt: [('Astro', 'Physics')]
ST18940312-V20-19-page2.txt: [('pre', 'sent'), ('Scriptu', 'res'), ('Sa', 'cred')]
ST18940312-V20-19-page6.txt: [('PRAC', 'TICES')]
ST18940312-V20-19-page7.txt: [('M.', '')]
ST18940312-V20-19-page9.txt: [('ti', 'me'), ('elocuti', 'on')]
ST18940319-V20-20-page10.txt: [('decept', 'ion'), ('fa', 'uces')]
ST18940319-V20-20-page12.txt: [('sevent', 'h')]
ST18940319-V20-20-page13.txt: [('Ja', 'cob')]
ST18940319-V20-20-page14.txt: [('th', 'is')]
ST18940319-V20-20-page16.txt: [('po', 'ssible')]
ST18940319-V20-20-page2.txt: [('Agai', 'nst')]
ST18940319-V20-20-page4.txt: [('suf', 'ferings')]
ST18940319-V20-20-page6.txt: [('re', 'ceived')]
ST18940319-V20-20-page9.txt: [('sa', 'vored')]
ST18940326-V20-21-page1.txt: [('al', 'ways')]
ST18940326-V20-21-page11.txt: [("People'", 's')]
ST18940326-V20-21-page13.txt: [('RELIG', 'IONS')]
ST18940326-V20-21-page2.txt: [('Tiglath', 'Pileser')]
ST18940326-V20-21-page3.txt: [('daugh', 'ter')]
ST18940326-V20-21-page7.txt: [('na', 'me')]
ST18940326-V20-21-page8.txt: [('MIS', 'TRESS'), ('HU', 'MAN')]
ST18940402-V20-22-page14.txt: [('strik', 'ing'), ('un', 'belief')]
ST18940402-V20-22-page3.txt: [('ev', 'eryone'), ('un', 'til'), ('ac', 'cept')]
ST18940409-V20-23-page12.txt: [('re', 'search')]
ST18940409-V20-23-page14.txt: [('ac', 'quainted')]
ST18940409-V20-23-page2.txt: [('ap', 'Peals')]
ST18940409-V20-23-page3.txt: [('reli', 'gious'), ('sh', 'ould')]
ST18940409-V20-23-page5.txt: [('re', 'moved')]
ST18940409-V20-23-page6.txt: [('breth', 'ren')]
ST18940409-V20-23-page8.txt: [('accom', 'plishes'), ('se', 'en')]
ST18940416-V20-24-page1.txt: [('aci', 'd')]
ST18940416-V20-24-page11.txt: [('Tem', 'perance')]
ST18940416-V20-24-page13.txt: [('re', 'No')]
ST18940416-V20-24-page3.txt: [('th', 'is'), ('un', 'Christian')]
ST18940416-V20-24-page5.txt: [('TI', 'E')]
ST18940416-V20-24-page6.txt: [('ca', 'me'), ('instru', 'ments')]
ST18940423-V20-25-page13.txt: [('Astro', 'Physics')]
ST18940423-V20-25-page6.txt: [('ch', 'urchman'), ('TEM', 'PORAL'), ('th', 'ese')]
ST18940423-V20-25-page7.txt: [('RE', 'LIGIONS')]
ST18940423-V20-25-page8.txt: [('M.', '')]
ST18940423-V20-25-page9.txt: [('Co', 'M'), ('FO', 'RT')]
ST18940430-V20-26-page10.txt: [('ex', 'cesses')]
ST18940430-V20-26-page11.txt: [('Si', 'va')]
ST18940430-V20-26-page16.txt: [("Joust'", 'S')]
ST18940430-V20-26-page3.txt: [('re', 'possession')]
ST18940430-V20-26-page4.txt: [('ful', 'ness')]
ST18940430-V20-26-page5.txt: [('immu', 'table')]
ST18940430-V20-26-page8.txt: [('conti', 'nent')]
ST18940507-V20-27-page1.txt: [('Th', 'e')]
ST18940507-V20-27-page11.txt: [('knowl', 'edge')]
ST18940507-V20-27-page12.txt: [('neighborhoo', 'd')]
ST18940507-V20-27-page14.txt: [('Po', 'TI')]
ST18940507-V20-27-page15.txt: [('th', 'e'), ('re', 'introduCed')]
ST18940507-V20-27-page4.txt: [('cre', 'ate')]
ST18940507-V20-27-page7.txt: [('ex', 'alt'), ('spiri', 'tual')]
ST18940514-V20-28-page16.txt: [('Neo', 'Platonism'), ('si', 'th')]
ST18940514-V20-28-page3.txt: [('th', 'us')]
ST18940514-V20-28-page4.txt: [("Webster'", 's')]
ST18940514-V20-28-page5.txt: [('inconsider', 'able')]
ST18940514-V20-28-page9.txt: [('ver', 'a')]
ST18940528-V20-29-page12.txt: [('Movemen', 't')]
ST18940528-V20-29-page13.txt: [('Yo', 'Semite'), ('sp', 'y'), ('YO', 'SEMITE')]
ST18940528-V20-29-page14.txt: [('re', 'ceive')]
ST18940528-V20-29-page6.txt: [('al', 'ready')]
ST18940528-V20-29-page7.txt: [('sa', 'fely')]
ST18940528-V20-29-page8.txt: [('th', 'e')]
ST18940604-V20-30-page11.txt: [('th', 'us')]
ST18940604-V20-30-page12.txt: [('appren', 'tices')]
ST18940604-V20-30-page2.txt: [('G.', '')]
ST18940604-V20-30-page3.txt: [('ec', 'clesiastical')]
ST18940604-V20-30-page4.txt: [('ev', 'ery')]
ST18940604-V20-30-page6.txt: [('un', 'i')]
ST18940611-V20-31-page13.txt: [('Astro', 'Physics')]
ST18940611-V20-31-page4.txt: [('commissi', 'oners'), ('respon', 'Sibility')]
ST18940611-V20-31-page9.txt: [('TI', 'E')]
ST18940618-V20-32-page10.txt: [('BA', 'R'), ('re', 'gard')]
ST18940618-V20-32-page12.txt: [('Al', 'ready'), ('canvassi', 'ng')]
ST18940618-V20-32-page13.txt: [('circumferen', 'ce')]
ST18940618-V20-32-page3.txt: [('OBSERV', 'ANCE')]
ST18940618-V20-32-page4.txt: [('MIS', 'given')]
ST18940618-V20-32-page8.txt: [('securi', 'ty')]
ST18940618-V20-32-page9.txt: [("Woman'", 's'), ('chos', 'en'), ('th', 'e')]
ST18940625-V20-33-page10.txt: [('gos', 'pel')]
ST18940625-V20-33-page11.txt: [('Yo', 'Semite'), ('co', 'laborers'), ('YO', 'SEMITE')]
ST18940625-V20-33-page2.txt: [('al', 'though')]
ST18940625-V20-33-page7.txt: [('Pr', 'ov'), ('ma', 'yest')]
ST18940625-V20-33-page8.txt: [('ap', 'proach')]
ST18940702-V20-34-page1.txt: [('ch', 'ange')]
ST18940702-V20-34-page11.txt: [('Eu', 'ropean')]
ST18940702-V20-34-page13.txt: [('Chu', 'rch')]
ST18940702-V20-34-page14.txt: [('ti', 'to')]
ST18940702-V20-34-page4.txt: [('Brahm', 'I')]
ST18940702-V20-34-page5.txt: [('Th', 'us'), ('PROCLA', 'MATION')]
ST18940702-V20-34-page9.txt: [('perh', 'aps'), ('menac', 'ing')]
ST18940709-V20-35-page10.txt: [('espe', 'cially')]
ST18940709-V20-35-page11.txt: [('protectora', 'tes')]
ST18940709-V20-35-page12.txt: [('ul', 't')]
ST18940709-V20-35-page13.txt: [('Ver', 'non'), ('charact', 'er')]
ST18940709-V20-35-page15.txt: [('co', 'laborers')]
ST18940709-V20-35-page16.txt: [('ti', 'me')]
ST18940709-V20-35-page4.txt: [('su', 'bject'), ('th', 'rough'), ('alle', 'giance'), ('Christia', 'ns')]
ST18940709-V20-35-page5.txt: [('wh', 'ole')]
ST18940709-V20-35-page7.txt: [('proto', 'martyr')]
ST18940709-V20-35-page8.txt: [('missi', 'onary'), ('commu', 'nity')]
ST18940716-V20-36-page11.txt: [('Al', 'thing')]
ST18940716-V20-36-page13.txt: [('ri', 'le')]
ST18940716-V20-36-page14.txt: [('YO', 'SEMITE'), ('Yo', 'Semite')]
ST18940723-V20-37-page11.txt: [('Trac', 't')]
ST18940723-V20-37-page13.txt: [('Yo', 'Semite'), ('YO', 'SEMITE')]
ST18940723-V20-37-page14.txt: [('breth', 'ren')]
ST18940723-V20-37-page15.txt: [('re', 'Mains')]
ST18940723-V20-37-page16.txt: [('CH', 'RIST')]
ST18940723-V20-37-page4.txt: [('th', 'at')]
ST18940723-V20-37-page6.txt: [('moun', 'tain')]
ST18940730-V20-38-page11.txt: [('co', 'laborers')]
ST18940730-V20-38-page12.txt: [('ap', 'pear')]
ST18940730-V20-38-page14.txt: [('TI', 'll')]
ST18940730-V20-38-page16.txt: [('scou', 'ndrels')]
ST18940730-V20-38-page6.txt: [('recog', 'nize')]
ST18940730-V20-38-page9.txt: [('cou', 'nsel'), ('th', 'e')]
ST18940806-V20-39-page1.txt: [('immedi', 'ately')]
ST18940806-V20-39-page14.txt: [('Bu', 't')]
ST18940806-V20-39-page15.txt: [('Yo', 'Semite'), ('YO', 'SEMITE')]
ST18940806-V20-39-page16.txt: [('al', 'A')]
ST18940806-V20-39-page3.txt: [('th', 'wart')]
ST18940806-V20-39-page4.txt: [('th', 'us')]
ST18940806-V20-39-page5.txt: [('aforeti', 'me')]
ST18940806-V20-39-page6.txt: [('re', 'main')]
ST18940806-V20-39-page9.txt: [('ge', 'ntlest')]
ST18940813-V20-40-page1.txt: [('calami', 'ties')]
ST18940813-V20-40-page14.txt: [('strik', 'ing')]
ST18940813-V20-40-page16.txt: [('th', 'e')]
ST18940813-V20-40-page4.txt: [('un', 'broken')]
ST18940813-V20-40-page6.txt: [('wi', 'th')]
ST18940813-V20-40-page7.txt: [('ev', 'erything')]
ST18940813-V20-40-page9.txt: [('chea', 'pness')]
ST18940820-V20-41-page10.txt: [('ca', 'me')]
ST18940820-V20-41-page11.txt: [('Th', 'is'), ('coun', 'try')]
ST18940820-V20-41-page13.txt: [('Ri', 'nd'), ('Yo', 'Semite'), ('GE', 'N'), ('YO', 'SEMITE')]
ST18940820-V20-41-page16.txt: [('ele', 'na')]
ST18940820-V20-41-page3.txt: [('nec', 'essary')]
ST18940820-V20-41-page4.txt: [('cri', 'mes'), ('re', 'ligion')]
ST18940827-V20-42-page1.txt: [('DESECRA', 'TION'), ('thei', 'r')]
ST18940827-V20-42-page12.txt: [('meeti', 'ng')]
ST18940827-V20-42-page14.txt: [('re', 'creation')]
ST18940827-V20-42-page2.txt: [('re', 'creation')]
ST18940827-V20-42-page3.txt: [('Ch', 'ristian'), ('PRE', 'SCRIBED')]
ST18940827-V20-42-page4.txt: [('Episcopa', 'lianism')]
ST18940827-V20-42-page5.txt: [('Noth', 'ing'), ('ma', 'king')]
ST18940827-V20-42-page8.txt: [('ma', 'te')]
ST18940903-V20-43-page10.txt: [('amena', 'ble')]
ST18940903-V20-43-page13.txt: [('LI', 'BRARY'), ('permi', 't')]
ST18940903-V20-43-page2.txt: [('wor', 'ship'), ('Incarn', 'ate')]
ST18940903-V20-43-page3.txt: [('proph', 'ets')]
ST18940903-V20-43-page5.txt: [('wh', 'o'), ('Cou', 'ncil'), ('es', 'tablish'), ('Bingh', 'am')]
ST18940903-V20-43-page6.txt: [('th', 'in')]
ST18940903-V20-43-page7.txt: [('ca', 'dets'), ('co', 'religionists')]
ST18940910-V20-44-page14.txt: [('neve', 'r')]
ST18940910-V20-44-page16.txt: [('Spi', 'der')]
ST18940910-V20-44-page6.txt: [('frien', 'd'), ('na', 'tion')]
ST18940917-V20-45-page10.txt: [('ver', 'so')]
ST18940917-V20-45-page13.txt: [('M.', ''), ('Socl', 'e'), ('ch', 'at'), ('Ch', 'urch'), ('illustra', 'tive'), ('Burli', 'ngton')]
ST18940917-V20-45-page16.txt: [('Schroede', 'r')]
ST18940917-V20-45-page2.txt: [('backslidi', 'ngs')]
ST18940917-V20-45-page3.txt: [('ch', 'urch'), ('re', 'sources')]
ST18940917-V20-45-page5.txt: [('Antonin', 'us')]
ST18940917-V20-45-page7.txt: [('pa', 'in'), ('daugh', 'ter')]
ST18940917-V20-45-page8.txt: [('ti', 'me')]
ST18940924-V20-46-page12.txt: [('kee', 'ping')]
ST18940924-V20-46-page16.txt: [('purs', 'uit'), ('ea', 'Ch')]
ST18940924-V20-46-page2.txt: [('TI', 'e')]
ST18940924-V20-46-page3.txt: [('Bab', 'ylon')]
ST18940924-V20-46-page4.txt: [('al', 'though')]
ST18940924-V20-46-page9.txt: [('un', 'questionably')]
ST18941001-V20-47-page10.txt: [('Massach', 'usetts')]
ST18941001-V20-47-page11.txt: [('su', 'pply')]
ST18941001-V20-47-page12.txt: [('Yo', 'Semite'), ('suf', 'fering'), ('YO', 'SEMITE')]
ST18941001-V20-47-page14.txt: [('co', 'laborers')]
ST18941001-V20-47-page6.txt: [('mu', 'sic')]
ST18941001-V20-47-page9.txt: [('co', 'Le'), ('th', 'e')]
ST18941008-V20-48-page10.txt: [('li', 'ke')]
ST18941008-V20-48-page13.txt: [('DIC', 'TIONARY'), ('pa', 'per'), ('disad', 'vantages')]
ST18941008-V20-48-page4.txt: [('Em', 'manuel'), ('Pa', 'pacy')]
ST18941008-V20-48-page5.txt: [('su', 'preme')]
ST18941008-V20-48-page7.txt: [('fi', 'nd')]
ST18941008-V20-48-page9.txt: [('re', 'fused')]
ST18941015-V20-49-page1.txt: [('tem', 'ptations'), ('th', 'e'), ('eter', 'nal')]
ST18941015-V20-49-page11.txt: [('strik', 'ing')]
ST18941015-V20-49-page12.txt: [('al', 'though'), ('ca', 't')]
ST18941015-V20-49-page13.txt: [('Yo', 'Semite'), ('preachi', 'ng'), ('YO', 'SEMITE')]
ST18941015-V20-49-page14.txt: [('al', 'ways'), ('studen', 't'), ('co', 'laborers')]
ST18941015-V20-49-page5.txt: [('ex', 'ceedingly'), ('regar', 'd')]
ST18941015-V20-49-page7.txt: [("Don'", 't')]
ST18941015-V20-49-page9.txt: [('lig', 'and')]
ST18941022-V20-50-page1.txt: [('enthu', 'Siasm')]
ST18941022-V20-50-page10.txt: [('Provi', 'dence')]
ST18941022-V20-50-page11.txt: [('relig', 'ions'), ('th', 'e')]
ST18941022-V20-50-page13.txt: [('Li', 'zzie'), ('op', 'position'), ('Sabba', 'th')]
ST18941022-V20-50-page14.txt: [('re', 'Address')]
ST18941022-V20-50-page16.txt: [('Ame', 'rican')]
ST18941022-V20-50-page4.txt: [('th', 'at')]
ST18941022-V20-50-page5.txt: [('sa', 'ys')]
ST18941022-V20-50-page6.txt: [('Ethba', 'al')]
ST18941022-V20-50-page8.txt: [('pa', 'rtakers')]
ST18941029-V20-51-page1.txt: [('re', 'quirement')]
ST18941029-V20-51-page13.txt: [('Ne', 'w')]
ST18941029-V20-51-page2.txt: [('pil', 'grims')]
ST18941029-V20-51-page3.txt: [('al', 'Most')]
ST18941029-V20-51-page4.txt: [('pl', 'aces')]
ST18941029-V20-51-page6.txt: [('compa', 'rison')]
ST18941029-V20-51-page8.txt: [('tyran', 'nical'), ('sha', 'peS')]
ST18941105-V20-52-page1.txt: [('wh', 'y')]
ST18941105-V20-52-page15.txt: [('th', 'rush'), ('ch', 'aracteristics')]
ST18941105-V20-52-page5.txt: [('ver', 'sion'), ('re', 'creating')]
ST18941105-V20-52-page8.txt: [('fr', 'Om'), ('Septem', 'ber')]
ST18941105-V20-52-page9.txt: [('wa', 's')]
ST18941112-V20-53-page11.txt: [('diffi', 'culties'), ('co', 'laborers')]
ST18941112-V20-53-page12.txt: [('breth', 'ren')]
ST18941112-V20-53-page13.txt: [('Immor', 'tality'), ('ch', 'urch')]
ST18941112-V20-53-page16.txt: [("er'", 's')]
ST18941112-V20-53-page3.txt: [('Th', 'rough')]
ST18941112-V20-53-page6.txt: [('flatteri', 'es')]
ST18941119-V20-54-page10.txt: [('Ma', 'n'), ('becam', 'e')]
ST18941119-V20-54-page11.txt: [('missiona', 'ry')]
ST18941119-V20-54-page14.txt: [('RE', 'VIEW')]
ST18941119-V20-54-page15.txt: [('condem', 'nest')]
ST18941119-V20-54-page5.txt: [('Joh', 'n'), ('Da', 'n')]
ST18941126-V20-55-page10.txt: [('al', 'I')]
ST18941126-V20-55-page12.txt: [('epi', 'demic')]
ST18941126-V20-55-page2.txt: [('absolu', 'te')]
ST18941126-V20-55-page4.txt: [('ABOMINA', 'TIONS')]
ST18941203-V20-56-page1.txt: [('ac', 'cording')]
ST18941203-V20-56-page10.txt: [('dri', 'ves')]
ST18941203-V20-56-page11.txt: [('th', 'e'), ('Sa', 'n'), ('Ja', 'pan')]
ST18941203-V20-56-page2.txt: [('Protes', 'tants')]
ST18941203-V20-56-page5.txt: [('embell', 'ish')]
ST18941203-V20-56-page7.txt: [('suprem', 'acy')]
ST18941203-V20-56-page9.txt: [('ch', 'oked')]
ST18941210-V20-57-page12.txt: [('ch', 'a')]
ST18941210-V20-57-page14.txt: [('YO', 'SEMITE'), ('studen', 't'), ('Yo', 'Semite')]
ST18941210-V20-57-page15.txt: [('Kwang', 'Tung')]
ST18941210-V20-57-page4.txt: [('wh', 'ose'), ('ne', 'v'), ('sev', 'enty'), ('themsel', 'ves')]
ST18941210-V20-57-page7.txt: [("Satan'", 's')]
ST18941217-V20-58-page12.txt: [('studyi', 'ng'), ('th', 'e')]
ST18941217-V20-58-page14.txt: [('th', 'e')]
ST18941217-V20-58-page15.txt: [('dia', 'mond')]
ST18941217-V20-58-page16.txt: [('fes', 'tival')]
ST18941217-V20-58-page3.txt: [('wa', 'st'), ('re', 'creation'), ('observan', 'ce')]
ST18941217-V20-58-page4.txt: [('Zep', 'h'), ('arigh', 't')]
ST18941217-V20-58-page6.txt: [('neces', 'sary')]
ST18941217-V20-58-page9.txt: [('mis', 'chievous')]
ST18941224-V20-59-page12.txt: [('descripti', 've'), ('RI', 'D')]
ST18941224-V20-59-page13.txt: [('th', 'e')]
ST18941224-V20-59-page16.txt: [('Desti', 'ny')]
ST18941224-V20-59-page3.txt: [('mal', 'ice'), ('Sh', 'ushan')]
ST18941224-V20-59-page4.txt: [('sy', 'mbols')]
ST18941224-V20-59-page5.txt: [('progressi', 've'), ('dren', 'the')]
ST18941224-V20-59-page8.txt: [('al', 't')]
ST18941224-V20-59-page9.txt: [('applica', 'tions'), ('re', 'In')]
ST18950103-V20-59i-page1.txt: [('li', 'fe'), ('Fa', 'it'), ('Wh', 'y')]
ST18950103-V20-59i-page2.txt: [('Wo', 'ld'), ('enem', 'y'), ('thund', 'er'), ('shi', 'p'), ('Su', 'n'), ('becomin', 'g'), ('fo', 'u')]
ST18950103-V20-59i-page3.txt: [('bo', 'a'), ('oa', 'r'), ('ro', 'pe'), ('Na', 't'), ('fo', 'rmation')]
ST18950530-V21-21-page1.txt: [('principl', 'es')]
ST18950530-V21-21-page11.txt: [('re', 'creation')]
ST18950530-V21-21-page13.txt: [('eigh', 't')]
ST18950530-V21-21-page14.txt: [('PITCAI', 'RN')]
ST18950530-V21-21-page16.txt: [('bo', 'no')]
ST18950530-V21-21-page4.txt: [('frequentl', 'y')]
ST18950530-V21-21-page5.txt: [('represen', 'ting')]
ST18950530-V21-21-page7.txt: [('Seve', 'n')]
ST18960402-V22-14-page1.txt: [('Je', 'sus')]
ST18960402-V22-14-page12.txt: [('al', 'to'), ('TAY', 'LoR')]
ST18960402-V22-14-page13.txt: [('po', 'tion')]
ST18960402-V22-14-page14.txt: [('sa', 'd')]
ST18960402-V22-14-page15.txt: [('re', 'Place')]
ST18960402-V22-14-page6.txt: [('consola', 'tion')]
ST18960402-V22-14-page9.txt: [('Mit', 'hraism')]
ST18961001-V22-39-page1.txt: [('likeli', 'hood')]
ST18961001-V22-39-page11.txt: [('co', 'adjutors')]
ST18961001-V22-39-page12.txt: [('co', 'laborers')]
ST18961001-V22-39-page15.txt: [('Si', 'nce')]
ST18961001-V22-39-page3.txt: [('th', 'rough')]
ST18961008-V22-40-page13.txt: [('Ti', 'e'), ('fa', 'th'), ('knowl', 'edge'), ('th', 'in')]
ST18961008-V22-40-page14.txt: [('facilit', 'ies')]
ST18961008-V22-40-page4.txt: [('brot', 'her')]
ST18961015-V22-41-page10.txt: [('va', 'cation')]
ST18961015-V22-41-page12.txt: [('Mc', 'Cutchen')]
ST18961015-V22-41-page16.txt: [('MOR', 'RIS')]
ST18961015-V22-41-page3.txt: [('conse', 'quences')]
ST18961015-V22-41-page4.txt: [('peo', 'ple')]
ST18961022-V22-42-page13.txt: [('wh', 'erewith')]
ST18961022-V22-42-page14.txt: [('NI', 'L')]
ST18961022-V22-42-page15.txt: [('IL', 'L')]
ST18961022-V22-42-page16.txt: [('MOR', 'RIS'), ('informa', 'tion')]
ST18961022-V22-42-page4.txt: [('li', 'the')]
ST18961022-V22-42-page5.txt: [('co', 'operate')]
ST18961022-V22-42-page9.txt: [('G.', '')]
ST18961029-V22-43-page12.txt: [('Nico', 'demus'), ('Phar', 'isees')]
ST18961029-V22-43-page14.txt: [('ligh', 'ted'), ('Tien', 'tsin')]
ST18961029-V22-43-page16.txt: [('MOR', 'RIS'), ('th', 'ough')]
ST18961029-V22-43-page3.txt: [('asc', 'ended'), ('PRE', 'EMINENTLY')]
ST18961029-V22-43-page5.txt: [('NI', 'p')]
ST18961029-V22-43-page7.txt: [('inevi', 'table')]
ST18961029-V22-43-page8.txt: [('th', 'a')]
ST18961105-V22-44-page11.txt: [('Mc', 'Coy')]
ST18961105-V22-44-page13.txt: [('DA', 'Y')]
ST18961105-V22-44-page16.txt: [('Re', 'wards'), ('MOR', 'RIS')]
ST18961105-V22-44-page4.txt: [('suf', 'fering'), ('un', 'iverse')]
ST18961105-V22-44-page6.txt: [('Co', 'operating'), ('co', 'operate'), ('OBE', 'DIENT')]
ST18961105-V22-44-page8.txt: [('Dela', 'ware')]
ST18961112-V22-45-page11.txt: [('thi', 'ngs'), ('Abra', 'm'), ('PONA', 'PE')]
ST18961112-V22-45-page12.txt: [('vari', 'colored')]
ST18961112-V22-45-page13.txt: [('ma', 'i'), ('ex', 'ceedeth')]
ST18961112-V22-45-page16.txt: [('MOR', 'RIS')]
ST18961112-V22-45-page4.txt: [('Cas', 'tle'), ('co', 'laborers')]
ST18961112-V22-45-page7.txt: [('co', 'th')]
ST18961112-V22-45-page8.txt: [('tw', 'o')]
ST18961119-V22-46-page1.txt: [('Li', 'mes')]
ST18961119-V22-46-page11.txt: [('Jama', 'ica')]
ST18961119-V22-46-page12.txt: [('clo', 'd'), ('RE', 'VEAL'), ('abid', 'eth')]
ST18961119-V22-46-page13.txt: [('pa', 's'), ('ac', 't')]
ST18961119-V22-46-page14.txt: [('al', 'ways'), ('ri', 'a'), ('co', 'e')]
ST18961119-V22-46-page15.txt: [('yo', 'u')]
ST18961119-V22-46-page2.txt: [('ti', 'S')]
ST18961119-V22-46-page4.txt: [('wor', 'n'), ('mu', 't')]
ST18961119-V22-46-page6.txt: [('cr', 'ated')]
ST18961119-V22-46-page7.txt: [('conseq', 'uences'), ('Bo', 'ne'), ('opinio', 'n')]
ST18961119-V22-46-page8.txt: [('ma', 'tt'), ('ro', 'at')]
ST18961126-V22-47-page11.txt: [('adheren', 'ts')]
ST18961126-V22-47-page13.txt: [('fi', 'ght')]
ST18961126-V22-47-page16.txt: [('Mc', 'Kinley')]
ST18961126-V22-47-page5.txt: [('re', 'establish')]
ST18961126-V22-47-page6.txt: [('ri', 'a'), ('Mg', 'r'), ('re', 'enters')]
ST18961126-V22-47-page7.txt: [('Solom', 'on')]
ST18961126-V22-47-page9.txt: [('Mc', "Kinley's"), ('PROCLAMA', 'TIONS')]
ST18961203-V22-48-page2.txt: [('re', 'echoed')]
ST18961203-V22-48-page5.txt: [('AP', 'PROVES')]
ST18961203-V22-48-page6.txt: [('ay', 'in')]
ST18961203-V22-48-page9.txt: [('accomplishmen', 'ts')]
ST18961210-V22-49-page14.txt: [('sev', 'eral')]
ST18961210-V22-49-page5.txt: [('th', 'e')]
ST18961210-V22-49-page9.txt: [('intesti', 'nes')]
ST18961217-V22-50-page10.txt: [('mA', 'as')]
ST18961217-V22-50-page12.txt: [('blasphem', 'est')]
ST18961217-V22-50-page14.txt: [('ti', 'e'), ('Pre', 'Arranged')]
ST18961217-V22-50-page16.txt: [('MOR', 'RIS')]
ST18961217-V22-50-page3.txt: [('prophe', 'cy')]
ST18961224-V22-51-page1.txt: [('co', 'm'), ('riche', 's')]
ST18961224-V22-51-page12.txt: [('pre', 's'), ('MA', 'RTI')]
ST18961224-V22-51-page14.txt: [('Mc', 'Lean')]
ST18961224-V22-51-page15.txt: [('Ja', 'cob'), ('Ma', 'n'), ('Bethle', 'hem'), ('M.', ''), ('si', 'a'), ('bOgat', 'A'), ('reb', 'a')]
ST18961224-V22-51-page16.txt: [('MOR', 'RIS')]
ST18961224-V22-51-page2.txt: [('ac', 'cept')]
ST18961224-V22-51-page4.txt: [('hu', 'Man')]
ST18961224-V22-51-page6.txt: [('circulati', 'on')]
ST18970422-V23-16-page15.txt: [('M.', '')]
ST18970422-V23-16-page4.txt: [('ni', 'm')]
ST18970422-V23-16-page8.txt: [('pre', 'natal')]
ST18970429-V23-17-page10.txt: [('RE', 'GIONS')]
ST18970429-V23-17-page12.txt: [('re', 'sorted'), ('JE', 'SUS')]
ST18970429-V23-17-page15.txt: [('M.', ''), ('Ci', 't')]
ST18970429-V23-17-page2.txt: [('pr', 'ofit')]
ST18970429-V23-17-page4.txt: [('BAB', 'YLON')]
ST18970506-V23-18-page12.txt: [('Sabba', 't'), ('si', 'A')]
ST18970506-V23-18-page13.txt: [('em', 'bossed')]
ST18970513-V23-19-page1.txt: [('re', 'create')]
ST18970513-V23-19-page11.txt: [('relig', 'ious')]
ST18970513-V23-19-page12.txt: [('sr', 'I'), ('si', 'A')]
ST18970513-V23-19-page15.txt: [('ma', 'S')]
ST18970513-V23-19-page16.txt: [('Re', 'creation')]
ST18970513-V23-19-page4.txt: [('ex', 'ceed')]
ST18970520-V23-20-page10.txt: [("I'", 'm')]
ST18970520-V23-20-page11.txt: [('zo', 'a')]
ST18970520-V23-20-page12.txt: [('Mc', 'Clure')]
ST18970520-V23-20-page15.txt: [('nar', 'rative')]
ST18970520-V23-20-page5.txt: [('co', 'operation')]
ST18970520-V23-20-page6.txt: [('iden', 'tical')]
ST18970520-V23-20-page8.txt: [('al', 'ways')]
ST18970527-V23-21-page10.txt: [("BAKER'", 'S')]
ST18970527-V23-21-page13.txt: [('SABBA', 'TH')]
ST18970527-V23-21-page3.txt: [('co', 'heirs')]
ST18970603-V23-22-page1.txt: [('Grec', 'ia')]
ST18970603-V23-22-page12.txt: [('SANI', 'TARIUM')]
ST18970603-V23-22-page14.txt: [('sus', 'taining')]
ST18970603-V23-22-page15.txt: [('busi', 'ness')]
ST18970617-V23-23-page12.txt: [('Ju', 'das'), ('Fa', 'ther')]
ST18970617-V23-23-page13.txt: [('ro', 'o')]
ST18970617-V23-23-page14.txt: [('Tien', 'tsin')]
ST18970617-V23-23-page15.txt: [('nar', 'rative')]
ST18970617-V23-23-page2.txt: [('greatne', 'ss')]
ST18970617-V23-23-page3.txt: [('defin', 'e')]
ST18970617-V23-23-page4.txt: [('strik', 'ing')]
ST18970624-V23-24-page10.txt: [("Harper'", 's')]
ST18970624-V23-24-page12.txt: [('Mc', 'Clure')]
ST18970624-V23-24-page13.txt: [('lan', 'guage')]
ST18970624-V23-24-page14.txt: [('Ilo', 'Ilo')]
ST18970624-V23-24-page15.txt: [('nar', 'rative'), ('IL', 'a')]
ST18970701-V23-25-page10.txt: [('afterwa', 'rds')]
ST18970701-V23-25-page11.txt: [('HEADQUAR', 'TERS'), ('UNDERWOO', 'D')]
ST18970701-V23-25-page12.txt: [('WILLIN', 'G')]
ST18970701-V23-25-page13.txt: [('Breth', 'ren')]
ST18970701-V23-25-page14.txt: [('ri', 'm')]
ST18970701-V23-25-page15.txt: [('ra', 'm')]
ST18970701-V23-25-page5.txt: [('Co', 'r')]
ST18970708-V23-26-page12.txt: [('Objec', 'tions'), ('Adve', 'ntists')]
ST18970708-V23-26-page13.txt: [('ig', 'norance')]
ST18970708-V23-26-page7.txt: [("Christ'", 's')]
ST18970708-V23-26-page8.txt: [('publica', 'tion')]
ST18970708-V23-26-page9.txt: [('pre', 'sided')]
ST18970715-V23-27-page10.txt: [("ma'", 'am')]
ST18970715-V23-27-page12.txt: [('Es', 'TABLISH')]
ST18970715-V23-27-page13.txt: [('proph', 'ets')]
ST18970715-V23-27-page15.txt: [('Li', 'brary')]
ST18970715-V23-27-page16.txt: [('G.', ''), ('Stumblin', 'g')]
ST18970729-V23-29-page10.txt: [('expres', 'sion')]
ST18970729-V23-29-page13.txt: [('edi', 'fieth')]
ST18970729-V23-29-page4.txt: [('senti', 'ment')]
ST18970909-V23-35-page12.txt: [('SUND', 'AY')]
ST18970909-V23-35-page13.txt: [('re', 'election')]
ST18970909-V23-35-page15.txt: [('proph', 'ecies')]
ST18970909-V23-35-page16.txt: [('relig', 'ion'), ('va', 'riableness')]
ST18970909-V23-35-page7.txt: [('lov', 'e')]
ST18970909-V23-35-page8.txt: [('Re', 'Signed')]
ST18970923-V23-37-page11.txt: [('Assurbani', 'pal')]
ST18970923-V23-37-page13.txt: [('re', 'ported'), ('ro', 'by')]
ST18970923-V23-37-page14.txt: [('ce', 'to'), ('ne', 'y')]
ST18970923-V23-37-page8.txt: [('co', 'operating')]
ST18970930-V23-38-page13.txt: [('gri', 'm')]
ST18970930-V23-38-page14.txt: [('ce', 'to')]
ST18970930-V23-38-page16.txt: [('Signifi', 'cant'), ('co', 'operation')]
ST18970930-V23-38-page3.txt: [('agai', 'nst')]
ST18970930-V23-38-page7.txt: [('peculia', 'r')]
ST18970930-V23-38-page8.txt: [('th', 'ere')]
ST18970930-V23-38-page9.txt: [('CITI', 'ZENSHIP')]
ST18971007-V23-39-page12.txt: [('Jeru', 'salem')]
ST18971007-V23-39-page13.txt: [('id', 'a')]
ST18971007-V23-39-page14.txt: [('sh', 'e'), ('ab', 'ba')]
ST18971007-V23-39-page15.txt: [('sor', 'N'), ('SPECIA', 'L')]
ST18971007-V23-39-page2.txt: [('proposi', 'tion'), ('pre', 'eminently')]
ST18971007-V23-39-page8.txt: [("ev'", 'ry')]
ST18971014-V23-40-page12.txt: [('Si', "mon's")]
ST18971014-V23-40-page16.txt: [('M.', ''), ('co', 'operation')]
ST18971014-V23-40-page2.txt: [('co', 'workers')]
ST18971014-V23-40-page9.txt: [('tw', 'ee')]
ST18971021-V23-41-page12.txt: [('kins', 'men')]
ST18971021-V23-41-page16.txt: [('M.', ''), ('co', 'operate')]
ST18971021-V23-41-page2.txt: [('SEV', 'ENTH')]
ST18971021-V23-41-page8.txt: [('TI', 'e'), ('ut', 't')]
ST18971028-V23-42-page10.txt: [('MISSi', 'S'), ("I'", 'll')]
ST18971028-V23-42-page3.txt: [('co', 'operate')]
ST18971028-V23-42-page5.txt: [("scoffer'", 's')]
ST18971028-V23-42-page8.txt: [('al', 'ways')]
ST18971104-V23-43-page12.txt: [('Jerusa', 'lem'), ('Al', 'D'), ('persever', 'ance')]
ST18971104-V23-43-page6.txt: [("Manasseh'", 's')]
ST18971104-V23-43-page8.txt: [('Immigra', 'tion')]
ST18971111-V23-44-page12.txt: [('abomi', 'nable')]
ST18971111-V23-44-page16.txt: [('re', 'in')]
ST18971111-V23-44-page4.txt: [('PUNCT', 'UALITY'), ('ple', 'as')]
ST18971111-V23-44-page8.txt: [('Urba', 'na'), ('un', 'punished'), ('na', 'than')]
ST18971118-V23-45-page1.txt: [("d'", 's')]
ST18971118-V23-45-page10.txt: [("philosopher'", 's')]
ST18971118-V23-45-page12.txt: [('ro', 'o'), ('coun', 'try')]
ST18971118-V23-45-page16.txt: [('SUBSCRIP', 'TION')]
ST18971118-V23-45-page17.txt: [('Ca', 'l'), ('Yo', 'Semite')]
ST18971118-V23-45-page7.txt: [('ti', 'e')]
ST18971125-V23-46-page1.txt: [('ev', 'er')]
ST18971125-V23-46-page14.txt: [('Co', 'IR'), ('revelat', 'ion')]
ST18971125-V23-46-page15.txt: [('Differen', 't')]
ST18971125-V23-46-page16.txt: [('ONS', 'LOW')]
ST18971125-V23-46-page2.txt: [('un', 'I')]
ST18971125-V23-46-page5.txt: [('co', 'operate')]
ST18971125-V23-46-page8.txt: [('zo', 'o')]
ST18971202-V23-47-page12.txt: [('blas', 'phemed'), ('SALVA', 'TION')]
ST18971202-V23-47-page9.txt: [('co', 'worker')]
ST18971209-V23-48-page11.txt: [('TOUC', 'H')]
ST18971209-V23-48-page15.txt: [('Differen', 't'), ('fi', 'r')]
ST18971209-V23-48-page16.txt: [("McClure'", 's')]
ST18971216-V23-49-page12.txt: [('ful', 'filled')]
ST18971216-V23-49-page13.txt: [('Skag', 'way')]
ST18971216-V23-49-page15.txt: [('Pr', 'o'), ('pre', 'eminently')]
ST18971216-V23-49-page16.txt: [('co', 'operation')]
ST18971216-V23-49-page4.txt: [('co', 'operate')]
ST18971216-V23-49-page7.txt: [('na', 'ught')]
ST18971216-V23-49-page8.txt: [('re', 'No')]
ST18971223-V23-50-page1.txt: [('questi', 'on')]
ST18971223-V23-50-page12.txt: [('peo', 'ple')]
ST18971223-V23-50-page13.txt: [('co', 'operating')]
ST18971223-V23-50-page15.txt: [('pre', 'eminently')]
ST18971223-V23-50-page16.txt: [('Revoluti', 'on'), ('co', 'operation')]
ST18971223-V23-50-page17.txt: [('pre', 'eminently')]
ST18971223-V23-50-page18.txt: [('re', 'ported'), ('co', 'operation'), ('rati', 'on')]
ST18971223-V23-50-page5.txt: [('re', 'enacted')]
ST18971223-V23-50-page8.txt: [('al', 'ways')]
ST18980818-V24-33-page7.txt: [('AL', 'To')]
ST18980818-V24-33-page8.txt: [('pre', 'eminently')]
ST18990105-V25-01-page13.txt: [('co', 'operation')]
ST18990105-V25-01-page14.txt: [('recogni', 'tion')]
ST18990105-V25-01-page15.txt: [('Mc', 'Mahon')]
ST18990105-V25-01-page22.txt: [('ch', 'urch'), ('jeal', 'ousy')]
ST18990105-V25-01-page24.txt: [('estab', 'lish'), ('bef', 'ore')]
ST18990105-V25-01-page28.txt: [('founda', 'tions')]
ST18990105-V25-01-page29.txt: [('co', 'laborer'), ('un', 'Democratic')]
ST18990105-V25-01-page31.txt: [('mor', 'tal'), ('Je', "sus'"), ('Trem', 'bling'), ('por', 'tal'), ('tal', 'a'), ('Sa', 'viour'), ('re', 'turn'), ('ac', 'quaint')]
ST18990105-V25-01-page35.txt: [('al', 'I'), ('OP', 'p'), ('departm', 'ent'), ('re', 'V')]
ST18990105-V25-01-page36.txt: [('Pre', 's')]
ST18990105-V25-01-page4.txt: [('Li', 'N'), ('ti', 'the')]
ST18990105-V25-01-page5.txt: [('SI', 't'), ('em', 'u'), ('Chedor', 'laomer')]
ST18990105-V25-01-page8.txt: [('li', 'ving'), ('co', 'workers')]
ST18990111-V25-02-page1.txt: [('Mc', 'Kinley')]
ST18990111-V25-02-page10.txt: [('frankin', 'cense'), ('co', 'operation')]
ST18990111-V25-02-page11.txt: [('ma', 'e'), ('ti', 'e'), ('ex', 'cept'), ('Jes', 's')]
ST18990111-V25-02-page15.txt: [('sk', 'I'), ('Bi', 'le')]
ST18990111-V25-02-page2.txt: [('Mc', 'Kinley')]
ST18990111-V25-02-page4.txt: [('DECA', 'LOGUE'), ('OD', 'is')]
ST18990111-V25-02-page5.txt: [('Li', 'the')]
ST18990111-V25-02-page7.txt: [('associ', 'ation'), ('TEM', 'PERANCE')]
ST18990118-V25-03-page10.txt: [('INDEPEND', 'ENCE')]
ST18990118-V25-03-page11.txt: [('wo', 'ld')]
ST18990118-V25-03-page12.txt: [("don'", 't')]
ST18990118-V25-03-page14.txt: [('Sze', 'Chuan'), ('re', 'enforcements')]
ST18990125-V25-04-page11.txt: [('re', 'in'), ('TI', 'E')]
ST18990125-V25-04-page12.txt: [("I'v", 'e')]
ST18990125-V25-04-page14.txt: [('capi', 'tal')]
ST18990125-V25-04-page16.txt: [('ro', 'E')]
ST18990125-V25-04-page3.txt: [('CO', 'e')]
ST18990125-V25-04-page4.txt: [('co', 'o')]
ST18990125-V25-04-page5.txt: [('WA', 'R')]
ST18990125-V25-04-page6.txt: [('al', 'I'), ('bo', 'z'), ('ti', 'A'), ('ci', 'r'), ('Tir', 'A'), ('io', 'n')]
ST18990125-V25-04-page7.txt: [('gi', 'l')]
ST18990125-V25-04-page9.txt: [('tri', 'm')]
ST18990201-V25-05-page10.txt: [('TI', 'e')]
ST18990201-V25-05-page11.txt: [('sa', 'O')]
ST18990201-V25-05-page15.txt: [('ti', 'N'), ('ro', 'e')]
ST18990201-V25-05-page16.txt: [('Sze', 'Chuen')]
ST18990201-V25-05-page3.txt: [('pr', 'of'), ('id', 'a')]
ST18990201-V25-05-page5.txt: [('wi', 'the')]
ST18990201-V25-05-page7.txt: [('al', 'd')]
ST18990201-V25-05-page8.txt: [('th', 'at')]
ST18990201-V25-05-page9.txt: [('tered', 'o')]
ST18990208-V25-06-page11.txt: [('wor', 'd'), ('ch', 'is'), ('fea', 't'), ('specificati', 'ons'), ('oth', 'er'), ('det', 'ails')]
ST18990208-V25-06-page12.txt: [('ge', 't')]
ST18990208-V25-06-page13.txt: [("lindy'", 's'), ('Fi', 'e')]
ST18990208-V25-06-page15.txt: [('al', 'g')]
ST18990208-V25-06-page3.txt: [('irit', 'is'), ('th', 'e')]
ST18990208-V25-06-page4.txt: [('fa', 'th')]
ST18990208-V25-06-page6.txt: [("Sabbath'", 's')]
ST18990208-V25-06-page9.txt: [('ma', 'I'), ('Fre', 'i'), ('stoppin', 'g')]
ST18990215-V25-07-page10.txt: [('sulphu', 'ric')]
ST18990215-V25-07-page11.txt: [('tI', 't'), ('id', 'a')]
ST18990215-V25-07-page14.txt: [('exploita', 'tion'), ('Acad', 'emy')]
ST18990215-V25-07-page16.txt: [('apos', 'tolic')]
ST18990215-V25-07-page2.txt: [('ro', 'we')]
ST18990215-V25-07-page3.txt: [('al', 'thing'), ('MI', 'c')]
ST18990215-V25-07-page5.txt: [('mu', 't'), ('ca', 'sed'), ('re', 'enforced')]
ST18990215-V25-07-page7.txt: [('Sc', 'ripture')]
ST18990215-V25-07-page8.txt: [('pre', 'eminently'), ('un', 'important')]
ST18990215-V25-07-page9.txt: [('re', 'echoed')]
ST18990222-V25-08-page13.txt: [('th', 'y')]
ST18990222-V25-08-page15.txt: [('ev', 'e'), ('Hu', 'S'), ('TH', 'E')]
ST18990222-V25-08-page7.txt: [('al', 'ways')]
ST18990222-V25-08-page8.txt: [('tri', 'color')]
ST18990222-V25-08-page9.txt: [('ik', 'e'), ('em', 'p'), ('li', 't'), ('ow', 'e')]
ST18990301-V25-09-page1.txt: [('Giv', 'e')]
ST18990301-V25-09-page11.txt: [('disci', 'ples')]
ST18990301-V25-09-page13.txt: [('pri', 'ce')]
ST18990308-V25-10-page11.txt: [('ti', 'V')]
ST18990308-V25-10-page12.txt: [('un', 'natural')]
ST18990308-V25-10-page13.txt: [('libr', 'a')]
ST18990308-V25-10-page15.txt: [('al', 'g'), ('G.', '')]
ST18990308-V25-10-page3.txt: [('co', 'operating')]
ST18990308-V25-10-page4.txt: [('co', 'operate')]
ST18990308-V25-10-page5.txt: [('Vit', 'A')]
ST18990308-V25-10-page6.txt: [('whatso', 'ever')]
ST18990308-V25-10-page8.txt: [('repor', 't'), ('inso', 'much')]
ST18990308-V25-10-page9.txt: [('Om', 'a'), ('re', 'Am')]
ST18990315-V25-11-page12.txt: [('libr', 'a')]
ST18990315-V25-11-page13.txt: [('re', 'creation')]
ST18990315-V25-11-page14.txt: [('wo', 'of')]
ST18990315-V25-11-page6.txt: [('co', 'operation')]
ST18990315-V25-11-page9.txt: [('Fr', 'i')]
ST18990322-V25-12-page11.txt: [('re', 'gion')]
ST18990322-V25-12-page12.txt: [('busi', 'ness')]
ST18990322-V25-12-page13.txt: [('FOUN', 'TAIN')]
ST18990322-V25-12-page14.txt: [('univer', 'sities')]
ST18990322-V25-12-page16.txt: [('sor', 'row'), ('Sav', 'iour'), ('Spir', 'it'), ('Hav', 'e')]
ST18990322-V25-12-page4.txt: [('te', 'e'), ('cov', 'enant')]
ST18990322-V25-12-page7.txt: [('al', 'ways')]
ST18990322-V25-12-page9.txt: [('li', 'II')]
ST18990329-V25-13-page10.txt: [('ap', 'ology')]
ST18990329-V25-13-page11.txt: [('RESURREC', 'TION'), ('po', 'Wer')]
ST18990329-V25-13-page12.txt: [('ma', 'e'), ('ti', 'p'), ('ba', 'be')]
ST18990329-V25-13-page13.txt: [('li', 'I'), ('se', 'e')]
ST18990329-V25-13-page16.txt: [('re', 'turned')]
ST18990329-V25-13-page19.txt: [('fr', 'i'), ('Ak', 'An')]
ST18990329-V25-13-page20.txt: [('KI', 'NG')]
ST18990329-V25-13-page5.txt: [('li', 'the'), ('Jeremia', 'h')]
ST18990329-V25-13-page7.txt: [('th', 'e')]
ST18990329-V25-13-page8.txt: [('G.', '')]
ST18990405-V25-14-page10.txt: [('relig', 'ion')]
ST18990405-V25-14-page12.txt: [("don'", 't')]
ST18990405-V25-14-page13.txt: [('Mothe', 'r')]
ST18990405-V25-14-page2.txt: [('co', 'operating')]
ST18990405-V25-14-page3.txt: [('co', 'ordinate')]
ST18990405-V25-14-page6.txt: [('IMPERI', 'ALISM')]
ST18990405-V25-14-page9.txt: [('GOS', 'PEL')]
ST18990412-V25-15-page10.txt: [('pre', 'eminent'), ('re', 'enter')]
ST18990412-V25-15-page11.txt: [('ma', 'son'), ('blas', 'phemeth'), ('mul', 'titude')]
ST18990412-V25-15-page16.txt: [('calami', 'ties')]
ST18990412-V25-15-page8.txt: [('Ch', 'rist'), ('re', 'create')]
ST18990412-V25-15-page9.txt: [('funer', 'als')]
ST18990503-V25-18-page1.txt: [('ac', 'knowledged')]
ST18990503-V25-18-page10.txt: [('pra', 'y')]
ST18990503-V25-18-page13.txt: [('COF', 'FEE')]
ST18990503-V25-18-page14.txt: [('pla', 'ce')]
ST18990503-V25-18-page3.txt: [('OD', 'is')]
ST18990510-V25-19-page1.txt: [('OD', 'is')]
ST18990510-V25-19-page10.txt: [('coun', 'ter')]
ST18990510-V25-19-page14.txt: [('ex', 'ports'), ('co', 'operation')]
ST18990510-V25-19-page15.txt: [('ari', 'on')]
ST18990510-V25-19-page16.txt: [('Co', 'operation')]
ST18990510-V25-19-page2.txt: [('co', 'laborers')]
ST18990517-V25-20-page10.txt: [('oint', 'ment')]
ST18990517-V25-20-page11.txt: [('un', 'done'), ('re', 'quired')]
ST18990517-V25-20-page15.txt: [('Ce', 're'), ('Ap', 'is'), ('TH', 'E')]
ST18990517-V25-20-page4.txt: [('M.', '')]
ST18990517-V25-20-page8.txt: [('patronag', 'e')]
ST18990524-V25-21-page10.txt: [('th', 'e')]
ST18990524-V25-21-page15.txt: [('Ja', 'maica')]
ST18990524-V25-21-page19.txt: [('ch', 'ill'), ('li', 'N'), ('G.', '')]
ST18990524-V25-21-page2.txt: [('Ce', 're')]
ST18990524-V25-21-page4.txt: [('EDUCA', 'TIONAL')]
ST18990524-V25-21-page5.txt: [('SUTHER', 'LAND')]
ST18990524-V25-21-page6.txt: [('sp', 'ecified')]
ST18990524-V25-21-page7.txt: [('Grims', 'by'), ('expan', 'sion')]
ST18990524-V25-21-page9.txt: [('al', 'ways')]
ST18990531-V25-22-page10.txt: [('coun', 'try')]
ST18990531-V25-22-page11.txt: [('Vers', 'o'), ('knowl', 'edge'), ('th', 'a'), ('whic', 'h')]
ST18990531-V25-22-page12.txt: [('miracl', 'e')]
ST18990531-V25-22-page13.txt: [('immod', 'est')]
ST18990531-V25-22-page15.txt: [('Secreta', 'ry')]
ST18990531-V25-22-page6.txt: [('diffi', 'cult')]
ST18990607-V25-23-page10.txt: [('testi', 'mony')]
ST18990607-V25-23-page11.txt: [('re', 'creation')]
ST18990607-V25-23-page13.txt: [('se', 'e'), ('Ce', 're')]
ST18990607-V25-23-page15.txt: [('AL', 'mo')]
ST18990607-V25-23-page16.txt: [('LEGIS', 'LATION')]
ST18990607-V25-23-page4.txt: [('ti', 'a')]
ST18990607-V25-23-page6.txt: [('pre', 'eminently')]
ST18990607-V25-23-page9.txt: [('OM', 'o')]
ST18990614-V25-24-page10.txt: [('th', 'at')]
ST18990614-V25-24-page13.txt: [('wh', 'ich'), ('co', 'operation')]
ST18990614-V25-24-page14.txt: [('EV', 'A'), ('LI', 'I')]
ST18990614-V25-24-page15.txt: [('TI', 'E'), ('LEGIS', 'LATION')]
ST18990614-V25-24-page6.txt: [('ro', 'o')]
ST18990614-V25-24-page8.txt: [('pre', 'occupation')]
ST18990621-V25-25-page10.txt: [('SYRO', 'PHENICIAN')]
ST18990621-V25-25-page11.txt: [('Syro', 'Phenician')]
ST18990621-V25-25-page14.txt: [('Ce', 're')]
ST18990621-V25-25-page4.txt: [('EDUCA', 'TION')]
ST18990621-V25-25-page7.txt: [('al', 'ways')]
ST18990621-V25-25-page8.txt: [('NA', 'TION')]
ST18990628-V25-26-page1.txt: [('understan', 'd')]
ST18990628-V25-26-page10.txt: [('ex', 'tended')]
ST18990628-V25-26-page13.txt: [('Al', 'most'), ('co', 'operate')]
ST18990628-V25-26-page14.txt: [('re', 'enforcements')]
ST18990628-V25-26-page8.txt: [('bo', 'th'), ('wa', 't')]
ST18990628-V25-26-page9.txt: [('LI', 'n')]
ST18990704-V25-27-page10.txt: [('vio', 'lence')]
ST18990704-V25-27-page16.txt: [('ex', 'change'), ('TRANSFIG', 'URATION')]
ST18990704-V25-27-page17.txt: [('Ce', 're')]
ST18990704-V25-27-page2.txt: [('dic', 'er')]
ST18990704-V25-27-page4.txt: [('RE', 'MONSTRANCE')]
ST18990704-V25-27-page5.txt: [('PRINCI', 'PLES')]
ST18990704-V25-27-page9.txt: [('Demi', 'god')]
ST18990712-V25-28-page11.txt: [('TI', 's')]
ST18990712-V25-28-page13.txt: [('PRE', 'PARE'), ('COUN', 'TRY')]
ST18990712-V25-28-page14.txt: [('ex', 'communication')]
ST18990712-V25-28-page15.txt: [('Yo', 'Semite'), ('YO', 'SEMITE')]
ST18990712-V25-28-page16.txt: [('dum', 'dum'), ('Jerusa', 'lem')]
ST18990712-V25-28-page2.txt: [('al', 'ways')]
ST18990712-V25-28-page8.txt: [('PERSECU', 'TION')]
ST18990719-V25-29-page12.txt: [("CAN'", 'T')]
ST18990719-V25-29-page13.txt: [('desola', 'tion'), ('Phar', 'isees'), ('abomina', 'tions')]
ST18990719-V25-29-page14.txt: [('ga', 'N')]
ST18990719-V25-29-page15.txt: [('ti', 's')]
ST18990719-V25-29-page3.txt: [('PENNIMA', 'N')]
ST18990726-V25-30-page1.txt: [('separa', 'ted')]
ST18990726-V25-30-page10.txt: [('revo', 'lutions')]
ST18990726-V25-30-page11.txt: [('Mc', 'Reynolds')]
ST18990726-V25-30-page14.txt: [('IO', 'N')]
ST18990726-V25-30-page2.txt: [('co', 'operate')]
ST18990726-V25-30-page3.txt: [('co', 'operate')]
ST18990802-V25-31-page1.txt: [('PRIN', 'CIPLES')]
ST18990802-V25-31-page11.txt: [('pre', 'paid')]
ST18990802-V25-31-page13.txt: [('libr', 'a'), ('Mothe', 'r')]
ST18990802-V25-31-page15.txt: [('Ce', 're')]
ST18990802-V25-31-page16.txt: [('dum', 'dum'), ('giV', 'e'), ('SAMP', 'SON')]
ST18990802-V25-31-page3.txt: [('REPUBLI', 'CANISM'), ('Massachu', 'Setts')]
ST18990802-V25-31-page9.txt: [('co', 'state')]
ST18990809-V25-32-page12.txt: [('stom', 'achs'), ('th', 'ere')]
ST18990809-V25-32-page15.txt: [('G.', ''), ('CO', 'ST'), ('NI', 't')]
ST18990809-V25-32-page2.txt: [('ri', 'A')]
ST18990809-V25-32-page6.txt: [('co', 'operating')]
ST18990816-V25-33-page11.txt: [('bo', 't'), ('wea', 'ry'), ('relig', 'ious'), ('un', 'to')]
ST18990816-V25-33-page12.txt: [('co', 'operate')]
ST18990816-V25-33-page13.txt: [('Bi', 'ble'), ('OAKL', 'AND')]
ST18990816-V25-33-page14.txt: [('impos', 'sible'), ('Lor', 'd'), ('re', 'buked')]
ST18990816-V25-33-page2.txt: [('re', 'embarked')]
ST18990816-V25-33-page3.txt: [("sachem'", 's')]
ST18990816-V25-33-page4.txt: [('co', 'operative')]
ST18990816-V25-33-page5.txt: [('co', 'operation'), ('SA', 'VIOUR')]
ST18990816-V25-33-page8.txt: [('dum', 'dum')]
ST18990823-V25-34-page12.txt: [('co', 'operate')]
ST18990823-V25-34-page13.txt: [('pl', 'ace')]
ST18990823-V25-34-page14.txt: [('Jerusa', 'lem')]
ST18990823-V25-34-page15.txt: [('ca', 'sh')]
ST18990823-V25-34-page16.txt: [('marke', 'd')]
ST18990823-V25-34-page2.txt: [('ti', 'the')]
ST18990823-V25-34-page4.txt: [('re', 'enactment')]
ST18990823-V25-34-page6.txt: [('wo', 'of')]
ST18990823-V25-34-page7.txt: [('Georg', 'e')]
ST18990823-V25-34-page8.txt: [('dum', 'dum'), ('furi', 'ous')]
ST18990906-V25-36-page1.txt: [('versi', 'ons'), ('fa', 't')]
ST18990906-V25-36-page10.txt: [('RESPON', 'SIBILITY')]
ST18990906-V25-36-page11.txt: [('Id', 'a')]
ST18990906-V25-36-page13.txt: [('MA', 'XSON')]
ST18990906-V25-36-page14.txt: [('M.', ''), ('re', 'create'), ('Ce', 're'), ('co', 'operative')]
ST18990906-V25-36-page3.txt: [('ch', 'ar')]
ST18990906-V25-36-page7.txt: [('ti', 'THE')]
ST18990906-V25-36-page9.txt: [('ti', 'T'), ('desper', 'ate'), ('civili', 'zation')]
ST18990913-V25-37-page1.txt: [('Sav', "iour's")]
ST18990913-V25-37-page10.txt: [('co', 'operate')]
ST18990913-V25-37-page14.txt: [('Si', 'NS'), ('syca', 'more'), ('G.', '')]
ST18990913-V25-37-page15.txt: [('al', 'As'), ('se', 'a')]
ST18990913-V25-37-page3.txt: [('co', 'me'), ('pre', 'sentation')]
ST18990913-V25-37-page6.txt: [('OBEDI', 'ENCE')]
ST18990913-V25-37-page7.txt: [('submis', 'S')]
ST18990920-V25-38-page11.txt: [('re', 'elected')]
ST18990920-V25-38-page14.txt: [('SERIE', 'S')]
ST18990920-V25-38-page4.txt: [('neces', 'sarily')]
ST18990920-V25-38-page5.txt: [('co', 'operation')]
ST18990920-V25-38-page7.txt: [('ti', 'The')]
ST18990927-V25-39-page11.txt: [('M.', ''), ('re', 'elected')]
ST18990927-V25-39-page16.txt: [('ap', 'pear')]
ST18990927-V25-39-page2.txt: [("Lord'", 's')]
ST18990927-V25-39-page4.txt: [('gr', 'eat')]
ST18990927-V25-39-page5.txt: [('ti', 'The'), ('es', 't')]
ST18990927-V25-39-page6.txt: [('fi', 'r')]
ST18990927-V25-39-page8.txt: [('co', 'operative')]
ST18991004-V25-40-page10.txt: [('re', 'enter')]
ST18991004-V25-40-page11.txt: [('G.', '')]
ST18991004-V25-40-page13.txt: [('Ce', 're'), ('G.', '')]
ST18991004-V25-40-page14.txt: [('M.', '')]
ST18991004-V25-40-page15.txt: [('G.', '')]
ST18991004-V25-40-page16.txt: [('co', 'operation')]
ST18991004-V25-40-page3.txt: [('wo', 'mankind')]
ST18991004-V25-40-page5.txt: [('pre', 'eminence')]
ST18991011-V25-41-page1.txt: [("world'", 's')]
ST18991011-V25-41-page10.txt: [('Th', 'ey'), ('Gosp', 'el')]
ST18991011-V25-41-page11.txt: [('re', 'elected')]
ST18991011-V25-41-page12.txt: [('co', 'operate'), ('na', 'ture')]
ST18991011-V25-41-page13.txt: [('M.', '')]
ST18991011-V25-41-page14.txt: [('IO', 'N')]
ST18991011-V25-41-page16.txt: [('co', 'operation')]
ST18991011-V25-41-page4.txt: [("Harper'", 's')]
ST18991011-V25-41-page6.txt: [('allowe', 'd')]
ST18991018-V25-42-page1.txt: [('wor', 'd')]
ST18991018-V25-42-page14.txt: [('leav', 'e')]
ST18991018-V25-42-page15.txt: [('M.', '')]
ST18991018-V25-42-page16.txt: [('sor', 'row'), ('ev', 'er'), ('giv', 'est')]
ST18991018-V25-42-page2.txt: [('enor', 'mous')]
ST18991018-V25-42-page4.txt: [('ti', 'The')]
ST18991018-V25-42-page8.txt: [('Maga', 'zine')]
ST18991025-V25-43-page10.txt: [('li', 'e')]
ST18991025-V25-43-page12.txt: [('ADMONI', 'TION')]
ST18991025-V25-43-page13.txt: [('M.', '')]
ST18991025-V25-43-page16.txt: [('pre', 'eminently'), ('re', 'sources'), ('Pre', 'eminently')]
ST18991101-V25-44-page10.txt: [('gi', 'a')]
ST18991101-V25-44-page12.txt: [('TE', 'E')]
ST18991101-V25-44-page13.txt: [('AGRI', 'CULTURE'), ('M.', ''), ('Ce', 're')]
ST18991101-V25-44-page14.txt: [('al', 'T'), ('un', 'cleanness')]
ST18991101-V25-44-page15.txt: [('Mo', 'or')]
ST18991101-V25-44-page16.txt: [('ti', 'ti'), ('PATER', 'SON')]
ST18991101-V25-44-page2.txt: [('pre', 'eminence')]
ST18991101-V25-44-page5.txt: [('wo', 'of'), ('disap', 'pointed')]
ST18991101-V25-44-page8.txt: [('ARBITRA', 'TION')]
ST18991108-V25-45-page13.txt: [('M.', '')]
ST18991108-V25-45-page16.txt: [('beauti', 'ful')]
ST18991108-V25-45-page6.txt: [('TH', 'E')]
ST18991108-V25-45-page8.txt: [('ap', 'e')]
ST18991115-V25-46-page12.txt: [('co', 'operate')]
ST18991115-V25-46-page14.txt: [('M.', '')]
ST18991115-V25-46-page15.txt: [('Mo', 'or'), ('co', 'mplete')]
ST18991115-V25-46-page4.txt: [('re', 'tain')]
ST18991122-V25-47-page1.txt: [('fo', 'r')]
ST18991122-V25-47-page10.txt: [('RE', 'SOURCES')]
ST18991122-V25-47-page13.txt: [('comi', 'ng')]
ST18991122-V25-47-page14.txt: [('SUGG', 'EST'), ('ea', 't')]
ST18991122-V25-47-page15.txt: [('M.', ''), ('opin', 'ions'), ('TH', 'E')]
ST18991122-V25-47-page16.txt: [('co', 'operate')]
ST18991122-V25-47-page2.txt: [('TH', 'E')]
ST18991122-V25-47-page5.txt: [('midnig', 'ht')]
ST18991129-V25-48,49-page10.txt: [('Cerebro', 'spinal')]
ST18991129-V25-48,49-page11.txt: [('dar', 'kness')]
ST18991129-V25-48,49-page12.txt: [('sixte', 'en')]
ST18991129-V25-48,49-page15.txt: [('sacri', 'ficed')]
ST18991129-V25-48,49-page18.txt: [('SA', 'W')]
ST18991129-V25-48,49-page19.txt: [('tr', 'ed')]
ST18991129-V25-48,49-page25.txt: [('har', 'vest'), ('fi', 'nal'), ('geth', 'er'), ('re', 'turn')]
ST18991129-V25-48,49-page27.txt: [('th', 'e')]
ST18991129-V25-48,49-page29.txt: [("Christ'", 's')]
ST18991129-V25-48,49-page5.txt: [('ro', 'n')]
ST18991129-V25-48,49-page6.txt: [('ra', 'n')]
ST18991129-V25-48,49-page9.txt: [('re', 'e')]
ST18991215-V25-50-page1.txt: [('AMBI', 'TION')]
ST18991215-V25-50-page11.txt: [('pre', 'existence'), ('co', 'existent')]
ST18991215-V25-50-page16.txt: [('co', 'operation')]
ST18991215-V25-50-page18.txt: [('Okl', 'a')]
ST18991215-V25-50-page4.txt: [('ti', 'The')]
ST18991220-V25-51-page14.txt: [('PREPARA', 'TION')]
ST18991220-V25-51-page15.txt: [('Th', 'e'), ('cli', 'P')]
ST18991220-V25-51-page16.txt: [('em', 'boss'), ('Chicag', 'o')]
ST18991220-V25-51-page3.txt: [('re', 'creation')]
ST18991220-V25-51-page4.txt: [('propo', 'sition')]
ST18991220-V25-51-page6.txt: [('co', 'existence')]
ST18991220-V25-51-page8.txt: [('re', 'election')]
ST19000110-V26-01-page10.txt: [('re', 'MISSIONS')]
ST19000110-V26-01-page14.txt: [('kw', 'a'), ('M.', ''), ('GOL', 'D'), ('ab', 'Y'), ('po', 't'), ('WW', 'W')]
ST19000110-V26-01-page15.txt: [('al', 'ways'), ('Ex', 'tort')]
ST19000110-V26-01-page2.txt: [('SI', 'S')]
ST19000110-V26-01-page3.txt: [('ro', 'o')]
ST19000110-V26-01-page5.txt: [('re', 'examine')]
ST19000110-V26-01-page8.txt: [('co', 'operating')]
ST19000110-V26-02-page14.txt: [('M.', '')]
ST19000110-V26-02-page15.txt: [('al', 'ways'), ('Ex', 'tort')]
ST19000110-V26-02-page16.txt: [('ma', 'n'), ('ro', 'o')]
ST19000110-V26-02-page5.txt: [('ro', 'o'), ('re', 'examine')]
ST19000110-V26-02-page6.txt: [('Independ', 'ence')]
ST19000110-V26-02-page8.txt: [('co', 'operating')]
ST19000117-V26-03-page1.txt: [('wond', 'erfully'), ('effec', 't')]
ST19000117-V26-03-page12.txt: [("I'", 've')]
ST19000117-V26-03-page13.txt: [("McClure'", 's')]
ST19000117-V26-03-page14.txt: [('co', 't')]
ST19000117-V26-03-page15.txt: [('al', 'ways'), ('TI', 'THE'), ('belov', 'ed')]
ST19000117-V26-03-page4.txt: [('po', 'wer')]
ST19000124-V26-04-page10.txt: [('pre', 'eminently')]
ST19000124-V26-04-page13.txt: [('chil', 'dren')]
ST19000124-V26-04-page14.txt: [('sor', 'row')]
ST19000124-V26-04-page2.txt: [('co', 'laborers')]
ST19000124-V26-04-page3.txt: [("Christian'", 's')]
ST19000124-V26-04-page5.txt: [('lig', 'an')]
ST19000207-V26-06-page13.txt: [('Ce', 're')]
ST19000207-V26-06-page15.txt: [('al', 'ways'), ('subscrip', 'tion')]
ST19000207-V26-06-page16.txt: [('SW', 'AN')]
ST19000207-V26-06-page3.txt: [('co', 'operate')]
ST19000207-V26-06-page6.txt: [('re', 'ceived')]
ST19000207-V26-06-page7.txt: [('wr', 'y')]
ST19000328-V26-13-page12.txt: [("Teacher'", 's')]
ST19000328-V26-13-page15.txt: [('al', 'ways')]
ST19000328-V26-13-page16.txt: [('pre', 'eminently')]
ST19000404-V26-14-page11.txt: [('Ecumen', 'ical')]
ST19000404-V26-14-page12.txt: [('co', 'operation')]
ST19000404-V26-14-page13.txt: [('re', 'in'), ('tA', 'n')]
ST19000404-V26-14-page15.txt: [('al', 'ways')]
ST19000404-V26-14-page5.txt: [('prin', 'Ciple')]
ST19000404-V26-14-page6.txt: [('re', 'created')]
ST19000404-V26-14-page8.txt: [('re', 'creative')]
ST19000411-V26-15-page13.txt: [("Ram'", 's')]
ST19000411-V26-15-page14.txt: [('coun', 'try')]
ST19000411-V26-15-page15.txt: [('al', 'ways'), ('ti', 'a'), ('ri', 'v'), ('OC', 'Ta')]
ST19000411-V26-15-page16.txt: [('re', 'election')]
ST19000411-V26-15-page5.txt: [('re', 'enters')]
ST19000411-V26-15-page9.txt: [('impos', 'sible'), ('Tien', 'tsin')]
ST19000418-V26-16-page11.txt: [('raK', 'i')]
ST19000418-V26-16-page12.txt: [('th', 'is')]
ST19000418-V26-16-page15.txt: [('al', 'ways')]
ST19000418-V26-16-page16.txt: [('re', 'election'), ('Christia', 'n')]
ST19000418-V26-16-page3.txt: [('pre', 'eminence')]
ST19000418-V26-16-page6.txt: [('Pre', 'eminently')]
ST19000425-V26-17-page15.txt: [('al', 'ways')]
ST19000425-V26-17-page16.txt: [('co', 'workers')]
ST19000425-V26-17-page2.txt: [('co', 'laborers')]
ST19000425-V26-17-page6.txt: [('incon', 'sistencies')]
ST19000425-V26-17-page7.txt: [('co', 'workers')]
ST19000425-V26-17-page9.txt: [('re', 'entered')]
ST19000606-V26-23-page11.txt: [('re', 'e'), ('ta', 'M'), ('G.', ''), ('GOL', 'D'), ('OV', 'A'), ('WI', 'the')]
ST19000606-V26-23-page13.txt: [('ok', 'a')]
ST19000606-V26-23-page15.txt: [('al', 'ways')]
ST19000606-V26-23-page16.txt: [('co', 'operation')]
ST19000606-V26-23-page2.txt: [('re', 'created')]
ST19000606-V26-23-page5.txt: [('co', 'workers'), ('re', 'created')]
ST19000606-V26-23-page8.txt: [('co', 'operation')]
ST19000613-V26-24-page11.txt: [("can'", 't')]
ST19000613-V26-24-page16.txt: [('co', 'operation')]
ST19000613-V26-24-page2.txt: [('re', 'in')]
ST19000613-V26-24-page6.txt: [("another'", 's')]
ST19000613-V26-24-page7.txt: [('THEOSO', 'PHY')]
ST19000620-V26-25-page11.txt: [('SI', 'P'), ("pi'", 's'), ('voic', 'es'), ('wea', 'ry')]
ST19000620-V26-25-page15.txt: [('al', 'ways')]
ST19000620-V26-25-page16.txt: [('pre', 'eminently')]
ST19000620-V26-25-page3.txt: [('pre', 'sented')]
ST19000620-V26-25-page7.txt: [('PARTA', 'KE')]
ST19000620-V26-25-page8.txt: [('re', 'elected')]
ST19000620-V26-25-page9.txt: [('Tien', 'Tsin')]
ST19000627-V26-26-page1.txt: [('th', 'in')]
ST19000627-V26-26-page14.txt: [('al', 'ways')]
ST19000627-V26-26-page15.txt: [('al', 'low'), ('ma', 'In'), ('MO', 't'), ('MA', 'Ms'), ('co', 'm')]
ST19000627-V26-26-page2.txt: [('od', 'in')]
ST19000704-V26-27-page11.txt: [('glis', 'ten'), ('ra', 'diant'), ('ev', 'er'), ('hu', 'man'), ('ly', 'e'), ('oth', 'ers'), ('su', 'preme'), ('peo', 'pled'), ('pre', 'sage'), ('Cour', 'age'), ('heav', 'en')]
ST19000704-V26-27-page18.txt: [('ro', 't'), ('pre', 'eminent')]
ST19000704-V26-27-page2.txt: [('AL', 'I')]
ST19000718-V26-29-page11.txt: [('violen', 'ce')]
ST19000718-V26-29-page12.txt: [('ca', 'to')]
ST19000718-V26-29-page14.txt: [('M.', '')]
ST19000718-V26-29-page15.txt: [('HOL', 'Y')]
ST19000718-V26-29-page16.txt: [('foun', 'd')]
ST19000718-V26-29-page7.txt: [('pre', 'eminence')]
ST19000718-V26-29-page9.txt: [('re', 'elected')]
ST19000801-V26-31-page1.txt: [('OD', 'in'), ("God'", 's')]
ST19000801-V26-31-page11.txt: [('Re', 'vive'), ('Spir', 'it'), ('pre', 'cepts'), ('re', 'joice')]
ST19000801-V26-31-page13.txt: [('oo', 'F')]
ST19000801-V26-31-page15.txt: [('al', 'ways')]
ST19000801-V26-31-page5.txt: [('co', 'laborers')]
ST19000801-V26-31-page9.txt: [('Tien', 'Tsin'), ('Ning', 'Po'), ('Hu', 'Nan')]
ST19000808-V26-32-page13.txt: [('Costell', 'o')]
ST19000808-V26-32-page2.txt: [('re', 'creating')]
ST19000808-V26-32-page7.txt: [('pre', 'eminently')]
ST19000808-V26-32-page9.txt: [('re', 'enforcements'), ('Tien', 'tsin')]
ST19000815-V26-33-page10.txt: [('QUEN', 'TIN')]
ST19000815-V26-33-page13.txt: [('Ou', 'r'), ('si', 'A')]
ST19000815-V26-33-page16.txt: [('co', 'laborers')]
ST19000822-V26-34-page11.txt: [('ca', 'use')]
ST19000822-V26-34-page13.txt: [('OU', 'R')]
ST19000822-V26-34-page15.txt: [('pre', 'eminent')]
ST19000822-V26-34-page16.txt: [('Wol', 'd'), ('Reali', 'zing')]
ST19000822-V26-34-page3.txt: [('re', 'enter')]
ST19000822-V26-34-page5.txt: [('knowl', 'edge')]
ST19000822-V26-34-page8.txt: [('Ning', 'Po')]
ST19000822-V26-34-page9.txt: [('Tien', 'tsin')]
ST19000829-V26-35-page10.txt: [('fr', 'om')]
ST19000829-V26-35-page13.txt: [('Je', 'sus'), ('ra', 'diance'), ('oth', 'ers')]
ST19000829-V26-35-page15.txt: [('Mo', 'A')]
ST19000829-V26-35-page3.txt: [('pre', 'existence')]
ST19000829-V26-35-page8.txt: [('co', 'operating')]
ST19000829-V26-35-page9.txt: [('Pao', 'Ting')]
ST19000905-V26-36-page14.txt: [('li', 'THE')]
ST19000905-V26-36-page15.txt: [('VA', 'ra'), ('re', 'plying')]
ST19000905-V26-36-page16.txt: [('Mis', 'o')]
ST19000905-V26-36-page5.txt: [('Heze', 'kiah')]
ST19000905-V26-36-page6.txt: [('pre', 'eminent')]
ST19000905-V26-36-page8.txt: [('em', 'peror'), ('sel', 'f')]
ST19000905-V26-36-page9.txt: [('Pao', 'Ting')]
ST19000912-V26-37-page15.txt: [('Ke', 'a'), ('pre', 'eminent')]
ST19000912-V26-37-page16.txt: [('clo', 'se')]
ST19000912-V26-37-page9.txt: [('Tien', 'tsin')]
ST19000919-V26-38-page15.txt: [('al', 'Ways'), ('TI', 'E'), ('gener', 'al')]
ST19000919-V26-38-page16.txt: [('co', 'laborers')]
ST19000919-V26-38-page6.txt: [('se', 'same')]
ST19000919-V26-38-page7.txt: [('re', 'establishment')]
ST19000919-V26-38-page9.txt: [('Pao', 'Ting')]
ST19000926-V26-39-page11.txt: [('Je', 'sus'), ('ex', 'P'), ('Re', 'veal'), ('gav', 'est'), ('pu', 'ri'), ('pa', 'tience'), ('coun', 'sel'), ('hu', 'man'), ('Spir', 'it'), ('fus', 'ing'), ('fa', 'vors'), ('su', 'preme'), ('peo', 'ple'), ('wa', 'ters'), ('promis', 'es'), ('un', 'to'), ('smit', 'ten'), ('ki', 'na'), ('lus', 'ter'), ('heav', 'en'), ('re', 'joice')]
ST19000926-V26-39-page14.txt: [('G.', '')]
ST19000926-V26-39-page5.txt: [('li', 't')]
ST19000926-V26-39-page6.txt: [('ti', 'THE')]
ST19001003-V26-40-page1.txt: [('ab', 'sorbing'), ('co', 'laborers'), ('th', 'e')]
ST19001003-V26-40-page7.txt: [('gener', 'al')]
ST19001003-V26-40-page8.txt: [('co', 'operate')]
ST19001010-V26-41-page10.txt: [('ap', 'pear'), ('ex', 'amples')]
ST19001010-V26-41-page11.txt: [('co', 'laborer'), ('Succe', 'ss')]
ST19001010-V26-41-page14.txt: [('TH', 'AN')]
ST19001010-V26-41-page15.txt: [('al', 'ways'), ('INCUBA', 'TOR')]
ST19001010-V26-41-page3.txt: [('co', 'operating')]
ST19001017-V26-42-page13.txt: [('subscrip', 'tions')]
ST19001017-V26-42-page3.txt: [('AL', 'i'), ('EX', 'CEPT')]
ST19001024-V26-43-page1.txt: [('Je', 'wish')]
ST19001024-V26-43-page13.txt: [('co', 'laborers')]
ST19001024-V26-43-page14.txt: [('EM', 'BER')]
ST19001024-V26-43-page15.txt: [('subscrip', 'tions')]
ST19001031-V26-44-page1.txt: [('th', 'e')]
ST19001031-V26-44-page10.txt: [('CH', 'is')]
ST19001031-V26-44-page14.txt: [('proph', 'ets')]
ST19001031-V26-44-page15.txt: [('ID', 'S')]
ST19001031-V26-44-page8.txt: [('Pao', 'Ting'), ('Kwang', 'Tung')]
ST19001107-V26-45-page10.txt: [('ex', 'posed')]
ST19001107-V26-45-page11.txt: [("Christian'", 's')]
ST19001107-V26-45-page12.txt: [('compre', 'hend')]
ST19001107-V26-45-page14.txt: [('TE', 'R')]
ST19001107-V26-45-page3.txt: [('co', 'operative'), ('Mal', 'I')]
ST19001107-V26-45-page7.txt: [("God'", 's')]
ST19001114-V26-46-page13.txt: [('Gra', 'd'), ('un', 'der')]
ST19001114-V26-46-page14.txt: [('Ab', 'as'), ('pre', 'eminent')]
ST19001114-V26-46-page15.txt: [('MAL', 'L')]
ST19001114-V26-46-page16.txt: [('co', 'operate')]
ST19001114-V26-46-page2.txt: [('co', 'operate')]
ST19001114-V26-46-page9.txt: [('Pao', 'Ting'), ('Kwang', 'Tung'), ('ac', 'cumulate')]
ST19001121-V26-47-page10.txt: [('Co', 'd')]
ST19001121-V26-47-page11.txt: [('sr', 'I')]
ST19001121-V26-47-page14.txt: [('syco', 'more')]
ST19001121-V26-47-page15.txt: [('al', 'ways')]
ST19001121-V26-47-page2.txt: [('re', 'created')]
ST19001121-V26-47-page7.txt: [("Strong'", 's'), ('re', 'create')]
ST19001121-V26-47-page9.txt: [('Ober', 'Ammergau')]
ST19001128-V26-48-page16.txt: [('Ober', 'Ammergau')]
ST19001128-V26-48-page23.txt: [('Je', "sus'"), ('tri', 'umph'), ('pre', 'pare'), ('re', 'peat'), ('ac', 'cord')]
ST19001128-V26-48-page26.txt: [('un', 'Democratic')]
ST19001128-V26-48-page29.txt: [('al', 'B'), ('RICHAR', 'DSON'), ('ID', 'S'), ('CALD', 'WELL'), ('um', 'ber')]
ST19001128-V26-48-page33.txt: [('Da', 'd'), ('WI', 'I')]
ST19001128-V26-48-page35.txt: [('Mo', 'S')]
ST19001128-V26-48-page7.txt: [('pre', 'eminently')]
ST19001212-V26-50-page1.txt: [('fu', 'n')]
ST19001212-V26-50-page12.txt: [('co', 'operation')]
ST19001212-V26-50-page13.txt: [('NA', 'TIONAL'), ('SERI', 'ES'), ('oo', 'F'), ('ap', 'pear')]
ST19001212-V26-50-page2.txt: [("God'", 's')]
ST19001212-V26-50-page3.txt: [('leav', 'ing')]
ST19001212-V26-50-page4.txt: [('exclu', 'sively')]
ST19001212-V26-50-page7.txt: [('M.', '')]
ST19001212-V26-50-page9.txt: [('Pao', 'Ting')]
ST19001219-V26-51-page1.txt: [('pre', 'eminently')]
ST19001219-V26-51-page13.txt: [('PR', 'S')]
ST19001219-V26-51-page14.txt: [('TR', 'EATISE')]
ST19001219-V26-51-page15.txt: [('FA', 'T')]
ST19001219-V26-51-page16.txt: [('re', 'i'), ('th', 'is')]
ST19001219-V26-51-page8.txt: [('PROCLAMA', 'TIONS')]
ST19001219-V26-51-page9.txt: [('RE', 'FORM')]
ST19001226-V26-52-page1.txt: [('homew', 'ard')]
ST19001226-V26-52-page11.txt: [('co', 'operation')]
ST19001226-V26-52-page12.txt: [('co', 'operation')]
ST19001226-V26-52-page14.txt: [('HY', 'GIENIC')]
ST19001226-V26-52-page5.txt: [('co', 'existent')]
ST19001226-V26-52-page9.txt: [('Indo', 'China')]
ST19020115-V28-03-page10.txt: [('FR', 'I')]
ST19020115-V28-03-page16.txt: [('M.', ''), ('re', 'appointed')]
ST19020115-V28-03-page2.txt: [('univer', 'sal')]
ST19020115-V28-03-page8.txt: [('senti', 'ments')]
ST19020226-V28-09-page12.txt: [('accom', 'plished')]
ST19020226-V28-09-page15.txt: [('Co', 'operation'), ('CO', 'OPERATION'), ('WI', 'LCOX')]
ST19020226-V28-09-page16.txt: [('GA', 'It')]
ST19020319-V28-12-page1.txt: [('rescu', 'eth')]
ST19020319-V28-12-page13.txt: [('co', 'laborers'), ('ef', 'fort')]
ST19020319-V28-12-page14.txt: [('Pu', 're'), ('co', 'operate')]
ST19020319-V28-12-page2.txt: [('re', 'organization')]
ST19020319-V28-12-page6.txt: [('Da', 'to')]
ST19020319-V28-12-page7.txt: [('co', 'ordinate')]
ST19020319-V28-12-page9.txt: [('Tien', 'tsin'), ('studi', 'ed')]
ST19020416-V28-16-page1.txt: [('Ca', 'sar'), ('sar', 'to'), ('TH', 'E')]
ST19020416-V28-16-page11.txt: [('sor', 'a')]
ST19020416-V28-16-page14.txt: [('ro', 'o')]
ST19020416-V28-16-page16.txt: [('pre', 'eminent'), ('Ma', 'y'), ('Sar', 'to')]
ST19020416-V28-16-page2.txt: [('Su', 'rer'), ('CHIL', 'DREN')]
ST19020416-V28-16-page3.txt: [('SPIR', 'ITISM')]
ST19020416-V28-16-page6.txt: [('expresse', 'd'), ('sug', 'gestion')]
ST19020416-V28-16-page9.txt: [('exce', 'ed'), ('re', 'sults')]
ST19020625-V28-26-page10.txt: [('bloo', 'd')]
ST19020625-V28-26-page2.txt: [('se', 'a')]
ST19020625-V28-26-page3.txt: [('interpre', 'tations')]
ST19020625-V28-26-page9.txt: [('Tien', 'tsin')]
ST19020709-V28-28-page12.txt: [('th', 'a')]
ST19020709-V28-28-page14.txt: [('Ju', 'dah')]
ST19020709-V28-28-page15.txt: [('Co', 'operation')]
ST19020709-V28-28-page16.txt: [('Se', 'NS'), ('RI', 'o')]
ST19020709-V28-28-page7.txt: [('ex', 'cept')]
ST19020723-V28-30-page14.txt: [('pre', 'eminently'), ('Nebuchad', 'nezzar')]
ST19020723-V28-30-page16.txt: [('th', 'at'), ('AL', 'D'), ('Basse', 'Terre')]
ST19020723-V28-30-page2.txt: [('ba', 'de'), ('je', 'hovah'), ('suc', 'ceed')]
ST19020723-V28-30-page6.txt: [('salv', 'ation')]
ST19020723-V28-30-page7.txt: [('Ge', 'henna')]
ST19020806-V28-32-page10.txt: [('ambitio', 'ns')]
ST19020806-V28-32-page11.txt: [('CO', 'NS')]
ST19020806-V28-32-page13.txt: [('re', 'enter'), ('th', 'at')]
ST19020806-V28-32-page5.txt: [('LAN', 'GUAGE')]
ST19020806-V28-32-page6.txt: [('re', 'unite')]
ST19020813-V28-33-page13.txt: [('announc', 'ing')]
ST19020813-V28-33-page14.txt: [('wil', 'derness')]
ST19020813-V28-33-page15.txt: [('CO', 'OPERATION')]
ST19020813-V28-33-page2.txt: [('co', 'operated'), ('LAN', 'GUAGE')]
ST19020813-V28-33-page5.txt: [('elep', 'hants')]
ST19020813-V28-33-page6.txt: [('ma', 'king')]
ST19020813-V28-33-page9.txt: [('Sze', 'chuen'), ('re', 'arming')]
ST19020824-V28-39-page11.txt: [('stabil', 'ity')]
ST19020824-V28-39-page16.txt: [('Ge', 'henna')]
ST19020824-V28-39-page4.txt: [('LAN', 'GUAGE')]
ST19020824-V28-39-page6.txt: [('ti', 'ed'), ('pre', 'existence'), ('re', 'migration')]
ST19020824-V28-39-page9.txt: [('Co', 'operative')]
ST19030617-V29-24-page10.txt: [('pre', 'eminent'), ('fo', 'nd')]
ST19030617-V29-24-page11.txt: [('Indo', 'China')]
ST19030617-V29-24-page12.txt: [('ti', 'e'), ('na', 'ive')]
ST19030617-V29-24-page13.txt: [('re', 'elected')]
ST19030617-V29-24-page14.txt: [('tA', 'i')]
ST19030617-V29-24-page15.txt: [('M.', ''), ('CO', 'OPERATION')]
ST19030617-V29-24-page7.txt: [('G.', '')]
ST19030617-V29-24-page9.txt: [('co', 'operation')]
ST19031216-V29-50-page10.txt: [('co', 'partnership')]
ST19031216-V29-50-page11.txt: [('CONSTITU', 'TION')]
ST19031216-V29-50-page19.txt: [('Novemb', 'er'), ('learne', 'd')]
ST19031216-V29-50-page21.txt: [('DISSOLV', 'ING')]
ST19031216-V29-50-page22.txt: [('Pr', 'esident'), ('AP', 'PLICATION'), ('EM', 'INENT')]
ST19031216-V29-50-page4.txt: [('re', 'establishment')]
ST19031216-V29-50-page7.txt: [('ro', 'under'), ('traini', 'ng')]
ST19031223-V29-51-page1.txt: [('CA', 'L'), ('LAN', 'D')]
ST19031223-V29-51-page11.txt: [('Je', 'sus'), ('ev', 'er'), ('Spir', 'it'), ('NI', 'X'), ('ry', 'a'), ('sa', 'ble'), ('lau', 'rel'), ('pil', 'grim'), ('vin', 'ci'), ('un', 'to'), ('re', 'view')]
ST19031223-V29-51-page16.txt: [('Mc', "Clure's")]
ST19040106-V30-01-page11.txt: [('Cl', 'oth')]
ST19040106-V30-01-page13.txt: [('CORRES', 'PONDENCE')]
ST19040106-V30-01-page15.txt: [('CO', 'OPERATION')]
ST19040106-V30-01-page3.txt: [("Don'", 't')]
ST19040106-V30-01-page4.txt: [("Philo'", 's'), ('Neo', 'Platonism')]
ST19040113-V30-02-page11.txt: [('AMERI', 'CAN'), ('co', 'operation')]
ST19040113-V30-02-page15.txt: [('Pa', 'cific'), ('TH', 'E')]
ST19040113-V30-02-page16.txt: [('pre', 'eminently')]
ST19040113-V30-02-page2.txt: [('self-indul', 'gence')]
ST19040120-V30-03-page12.txt: [('co', 'operate')]
ST19040120-V30-03-page14.txt: [('NA', 'T')]
ST19040120-V30-03-page5.txt: [('Re', 'incarnation')]
ST19040120-V30-03-page8.txt: [('WORL', "D'S"), ('re', 'enfOrced')]
ST19040120-V30-03-page9.txt: [('re', 'ports')]
ST19040127-V30-04-page14.txt: [('co', 'laborers')]
ST19040127-V30-04-page2.txt: [('re', 'union')]
ST19040127-V30-04-page3.txt: [('IMPE', 'RIALISM')]
ST19040127-V30-04-page6.txt: [('re', 'create')]
ST19040203-V30-05-page12.txt: [('Po', 'on')]
ST19040203-V30-05-page13.txt: [('ASSO', 'CIATION')]
ST19040203-V30-05-page15.txt: [('sh', 'ould')]
ST19040203-V30-05-page16.txt: [('TE', 'A')]
ST19040203-V30-05-page3.txt: [('NECESSI', 'TATES')]
ST19040203-V30-05-page4.txt: [('IMPERI', 'ALISM'), ('Tr', 'uth'), ('Ak', 'A')]
ST19040203-V30-05-page8.txt: [('indul', 'gence'), ('Ober', 'Ammergau'), ('wa', 'rd')]
ST19040210-V30-06-page11.txt: [('ne', 'v')]
ST19040210-V30-06-page3.txt: [('Co', 'here')]
ST19040210-V30-06-page5.txt: [('re', 'a')]
ST19040210-V30-06-page6.txt: [('acknowl', 'edges')]
ST19040210-V30-06-page8.txt: [('pre', 'eminent'), ('re', 'election')]
ST19040217-V30-07-page10.txt: [('th', 'in')]
ST19040217-V30-07-page12.txt: [('ele', 'ment')]
ST19040217-V30-07-page13.txt: [('re', 'elected')]
ST19040217-V30-07-page15.txt: [('CO', 'OPERATION'), ('Sanctu', 'ary'), ('co', 'operation'), ('Mal', 'I')]
ST19040217-V30-07-page16.txt: [('M.', '')]
ST19040217-V30-07-page3.txt: [('re', 'formation')]
ST19040217-V30-07-page9.txt: [('co', 'operative')]
ST19040224-V30-08-page10.txt: [('ma', 'THE')]
ST19040224-V30-08-page11.txt: [('WOR', 'KS')]
ST19040224-V30-08-page13.txt: [('co', 'operated')]
ST19040224-V30-08-page14.txt: [('va', 'c')]
ST19040224-V30-08-page15.txt: [('CO', 'OPERATION'), ('co', 'operate')]
ST19040224-V30-08-page3.txt: [('Ma', 'E')]
ST19040224-V30-08-page6.txt: [('TH', 'E')]
ST19040302-V30-09-page5.txt: [('re', 'establishing')]
ST19040309-V30-10-page16.txt: [('re', 'issued')]
ST19040309-V30-10-page3.txt: [('Wha', 't')]
ST19040309-V30-10-page4.txt: [('separa', 'ted')]
ST19040309-V30-10-page6.txt: [('co', 'operate')]
ST19040309-V30-10-page7.txt: [('kee', 'p')]
ST19040309-V30-10-page8.txt: [('un', 'constitutional')]
ST19040316-V30-11-page11.txt: [('giv', 'e')]
ST19040316-V30-11-page13.txt: [('op', 'en')]
ST19040316-V30-11-page14.txt: [('co', 'laborers')]
ST19040316-V30-11-page15.txt: [('CO', 'OPERATION')]
ST19040316-V30-11-page6.txt: [('tw', 'o')]
ST19040323-V30-12-page1.txt: [('co', 'operate')]
ST19040323-V30-12-page11.txt: [("you'", 'll')]
ST19040323-V30-12-page13.txt: [('re', 'elected')]
ST19040323-V30-12-page15.txt: [('co', 'co')]
ST19040323-V30-12-page16.txt: [('pre', 'eminence')]
ST19040323-V30-12-page7.txt: [('Ve', 'adar'), ('ro', 'o')]
ST19040323-V30-12-page9.txt: [('tw', 'o')]
ST19040330-V30-13-page1.txt: [('ma', 'kes'), ('symmet', 'rical')]
ST19040330-V30-13-page13.txt: [('re', 'organizing'), ('bi', 't'), ('es', 'tablish')]
ST19040330-V30-13-page15.txt: [('wi', 'I'), ('explana', 'tion'), ('ti', 'me')]
ST19040330-V30-13-page3.txt: [('Re', 'creation'), ('Va', 'les')]
ST19040330-V30-13-page4.txt: [('testi', 'mony'), ('re', 'incarnation')]
ST19040330-V30-13-page5.txt: [('re', 'incarnate')]
ST19040330-V30-13-page6.txt: [('co', 'laborers')]
ST19040406-V30-14-page11.txt: [('M.', '')]
ST19040406-V30-14-page13.txt: [('re', 'organizing')]
ST19040406-V30-14-page15.txt: [('OLYM', 'PIA')]
ST19040406-V30-14-page16.txt: [('wa', 's')]
ST19040406-V30-14-page2.txt: [('co', 'operation')]
ST19040406-V30-14-page3.txt: [('re', 'creation')]
ST19040406-V30-14-page6.txt: [('philosoph', 'y')]
ST19040406-V30-14-page8.txt: [('ex', 'pression')]
ST19040406-V30-14-page9.txt: [('pa', 'rty')]
ST19040413-V30-15-page1.txt: [('CORNE', 'LIUS')]
ST19040413-V30-15-page11.txt: [('ca', 'use')]
ST19040413-V30-15-page12.txt: [('su', 'r'), ('missionar', 'y')]
ST19040420-V30-16-page12.txt: [('mis', 'sionaries')]
ST19040420-V30-16-page14.txt: [('PHILA', 'DELPHIA'), ('ex', 'pressed')]
ST19040420-V30-16-page16.txt: [('Se', 'C'), ('pre', 'eminence'), ('wo', 'of')]
ST19040427-V30-17-page1.txt: [('lI', 'e')]
ST19040427-V30-17-page11.txt: [('re', 'sponsible')]
ST19040427-V30-17-page12.txt: [('co', 'laborers')]
ST19040427-V30-17-page13.txt: [('ne', 'at')]
ST19040427-V30-17-page14.txt: [("EAST'", 'S'), ('NA', 'T')]
ST19040427-V30-17-page2.txt: [('Re', 'creation')]
ST19040427-V30-17-page3.txt: [('RE', 'ARRANGEMENT'), ('re', 'populate')]
ST19040427-V30-17-page9.txt: [('re', 'enforced')]
ST19040504-V30-18-page14.txt: [('re', 'ne'), ('sy', 'mbolism')]
ST19040504-V30-18-page16.txt: [('io', 'la')]
ST19040504-V30-18-page2.txt: [('se', 'crets')]
ST19040504-V30-18-page4.txt: [('Mo', 's')]
ST19040504-V30-18-page8.txt: [('re', 'electing')]
ST19040504-V30-18-page9.txt: [('co', 'operation')]
ST19040511-V30-19-page11.txt: [('ineff', 'ective')]
ST19040511-V30-19-page16.txt: [('re', 'A')]
ST19040511-V30-19-page7.txt: [('pa', 'Isa')]
ST19040518-V30-20-page14.txt: [('NA', 'TIONAl')]
ST19040518-V30-20-page2.txt: [('co', 'operate')]
ST19040518-V30-20-page3.txt: [('ef', 't')]
ST19040518-V30-20-page6.txt: [('advanta', 'ges')]
ST19040601-V30-22-page11.txt: [("aren'", 't'), ('re', 'ne'), ('INTERNA', 'TIONAL')]
ST19040601-V30-22-page13.txt: [('re', 'check')]
ST19040601-V30-22-page14.txt: [('Soa', 'p')]
ST19040601-V30-22-page16.txt: [('Re', 'arrangement'), ('ne', 'ss')]
ST19040601-V30-22-page3.txt: [('resurrec', 'tion')]
ST19040824-V30-34-page14.txt: [('Af', 't'), ('demonstrat', 'ion')]
ST19040824-V30-34-page16.txt: [('co', 'operation'), ('SA', 'DIE')]
ST19040824-V30-34-page3.txt: [('co', 'operation')]
ST19040824-V30-34-page4.txt: [('ADMONI', 'TIONS')]
ST19040831-V30-35-page1.txt: [('Himsel', 'f')]
ST19040831-V30-35-page15.txt: [('CO', 'OPERATION'), ('re', 'reading')]
ST19040831-V30-35-page16.txt: [('immor', 'tal')]
ST19040831-V30-35-page4.txt: [("JEROBOAM'", 'S'), ('co', 'operation')]
ST19040921-V30-37-page1.txt: [('es', 'to')]
ST19040921-V30-37-page13.txt: [('re', 'elected')]
ST19040921-V30-37-page14.txt: [('pre', 'eminence'), ('Pre', 'eminence')]
ST19040921-V30-37-page16.txt: [('demoral', 'ized')]
ST19040921-V30-37-page3.txt: [('co', 'operate')]
ST19040921-V30-37-page4.txt: [('th', 'at'), ('ren', 'dered')]
ST19040921-V30-37-page5.txt: [('re', 'vision')]
ST19040921-V30-37-page9.txt: [('ch', 'a')]
ST19041026-V30-42-page10.txt: [('ma', 'terial'), ('Fr', 'is')]
ST19041026-V30-42-page11.txt: [('tr', 'ust')]
ST19041026-V30-42-page2.txt: [('co', 'laborers')]
ST19041026-V30-42-page9.txt: [('centurie', 's')]
ST19041102-V30-43-page10.txt: [('repre', 'sentative')]
ST19041102-V30-43-page12.txt: [('co', 'workers')]
ST19041102-V30-43-page14.txt: [('ti', 'the')]
ST19041102-V30-43-page17.txt: [('ev', 'er')]
ST19041102-V30-43-page20.txt: [('re', 'vealed')]
ST19041102-V30-43-page9.txt: [('vE', 'LA')]
ST19041109-V30-44-page11.txt: [('CYCLOP', 'EDIA')]
ST19041109-V30-44-page13.txt: [('Al', 'i')]
ST19041109-V30-44-page14.txt: [('es', 'to'), ('co', 'operate')]
ST19041109-V30-44-page15.txt: [('Mis', 'sionary')]
ST19041109-V30-44-page16.txt: [('CH', 'Are'), ('Hom', 'o')]
ST19041109-V30-44-page2.txt: [('pre', 'eminence')]
ST19041116-V30-45-page17.txt: [('ct', 's')]
ST19041116-V30-45-page3.txt: [('co', 'partnership')]
ST19041116-V30-45-page5.txt: [('ema', 'nation')]
ST19041116-V30-45-page6.txt: [('re', 'ceiver')]
ST19041123-V30-46-page11.txt: [('re', 'established')]
ST19041123-V30-46-page12.txt: [('co', 'operate'), ('pre', 'eminent')]
ST19041123-V30-46-page18.txt: [('wo', 'of'), ('intelli', 'gent')]
ST19041123-V30-46-page3.txt: [('dwel', 'ling'), ('cherUbi', 'm')]
ST19041123-V30-46-page4.txt: [('il', 'l')]
ST19041123-V30-46-page6.txt: [('Th', 'is')]
ST19041123-V30-46-page7.txt: [('SC', 'at'), ('pla', 'cing')]
ST19041207-V30-48-page13.txt: [('ma', 'king'), ('Je', 'sus'), ('wor', 'ry'), ('suf', 'fer'), ('va', 'ry'), ('guid', 'ing'), ('stran', 'ger'), ('oth', 'er'), ('pil', 'grims'), ('grop', 'ing'), ('re', 'echo')]
ST19041207-V30-48-page2.txt: [('AP', 'ing')]
ST19041207-V30-48-page4.txt: [('co', 'operating'), ('decep', 'tive'), ('re', 'create')]
ST19050104-V31-01-page11.txt: [('repre', 'sentatives')]
ST19050104-V31-01-page13.txt: [('Co', 'operation')]
ST19050104-V31-01-page16.txt: [('EV', 'E'), ('respon', 'sible'), ('heav', 'enly')]
ST19050104-V31-01-page7.txt: [('ex', 'pense')]
ST19050111-V31-02-page16.txt: [('Ver', 'A')]
ST19050111-V31-02-page3.txt: [('pre', 'eminent')]
ST19050111-V31-02-page4.txt: [('pre', 'eminence')]
ST19050111-V31-02-page5.txt: [('ro', 'of')]
ST19050111-V31-02-page9.txt: [('re', 'created')]
ST19050118-V31-03-page11.txt: [('Zea', 'land')]
ST19050118-V31-03-page12.txt: [('te', 'a')]
ST19050118-V31-03-page15.txt: [('CO', 'OPERATION')]
ST19050118-V31-03-page6.txt: [('re', 'creation')]
ST19050124-V31-04-page14.txt: [('re', 'd')]
ST19050124-V31-04-page15.txt: [('REPRESENTA', 'TIVES')]
ST19050124-V31-04-page16.txt: [('hazin', 'g')]
ST19050124-V31-04-page7.txt: [('re', 'enforced')]
ST19050208-V31-06-page10.txt: [('reve', 'lations')]
ST19050208-V31-06-page15.txt: [('CO', 'OPERATION'), ('co', 'workers'), ('tra', 'ditions')]
ST19050208-V31-06-page7.txt: [('Ch', 'ristian')]
ST19050208-V31-06-page8.txt: [('re', 'create')]
ST19050215-V31-07-page10.txt: [('re', 'established')]
ST19050215-V31-07-page11.txt: [('re', 'vealed')]
ST19050215-V31-07-page12.txt: [('JAPA', 'NESE')]
ST19050215-V31-07-page15.txt: [('Whi', 'te')]
ST19050215-V31-07-page16.txt: [('mis', 'sionary'), ('co', 'operation')]
ST19050215-V31-07-page3.txt: [('pre', 'eminent')]
ST19050215-V31-07-page4.txt: [('redemp', 'tion')]
ST19050215-V31-07-page5.txt: [('G.', '')]
ST19050215-V31-07-page8.txt: [('fi', 're'), ('re', 'formed')]
ST19050222-V31-08-page10.txt: [('th', 'e')]
ST19050222-V31-08-page11.txt: [('re', 'taught')]
ST19050222-V31-08-page15.txt: [('CO', 'OPERATION')]
ST19050222-V31-08-page16.txt: [('usurpa', 'tion'), ('investi', 'gation')]
ST19050301-V31-09-page2.txt: [('th', 'at')]
ST19050301-V31-09-page6.txt: [('re', 'election')]
ST19050308-V31-10-page11.txt: [('ment', 'on')]
ST19050308-V31-10-page12.txt: [('re', 'establish')]
ST19050308-V31-10-page13.txt: [('ofttim', 'es')]
ST19050308-V31-10-page15.txt: [('co', 'laborer')]
ST19050308-V31-10-page2.txt: [('CO', 'OPERATION'), ('th', 'at')]
ST19050308-V31-10-page6.txt: [('co', 'operation')]
ST19050308-V31-10-page8.txt: [('pre', 'Cambrian')]
ST19050315-V31-11-page15.txt: [("Lippincott'", 's'), ('co', 'laborers')]
ST19050315-V31-11-page16.txt: [('pre', 'eminently')]
ST19050315-V31-11-page3.txt: [('Gos', 'pel'), ('demi', 'god')]
ST19050315-V31-11-page6.txt: [('GARN', 'ER'), ('re', 'took')]
ST19050315-V31-11-page8.txt: [('GROU', 'P'), ('CRETAC', 'eous')]
ST19050322-V31-12-page2.txt: [('CO', 'OPERATION')]
ST19050322-V31-12-page4.txt: [("Gounod'", 's'), ("Handel'", 's')]
ST19050329-V31-13-page10.txt: [('re', 'creation')]
ST19050329-V31-13-page11.txt: [('pre', 'eminence')]
ST19050329-V31-13-page13.txt: [('HAR', 'PER')]
ST19050329-V31-13-page14.txt: [('co', 'operative')]
ST19050329-V31-13-page15.txt: [('fo', 'e')]
ST19050329-V31-13-page16.txt: [('G.', '')]
ST19050329-V31-13-page5.txt: [('themselve', 's')]
ST19050329-V31-13-page7.txt: [('continu', 'ance'), ('re', 'No')]
ST19050329-V31-13-page9.txt: [('co', 'operate')]
ST19050405-V31-14-page10.txt: [('wou', 'ld')]
ST19050405-V31-14-page12.txt: [('Guate', 'mala')]
ST19050405-V31-14-page16.txt: [('ma', 'jority')]
ST19050405-V31-14-page4.txt: [('hav', 'e'), ('co', 'workers')]
ST19050405-V31-14-page6.txt: [('re', 'entered')]
ST19050405-V31-14-page7.txt: [('na', 'tional')]
ST19050412-V31-15-page16.txt: [('un', 'Biblical')]
ST19050412-V31-15-page4.txt: [('co', 'operation')]
ST19050412-V31-15-page6.txt: [('unbe', 'lievers')]
ST19050412-V31-15-page7.txt: [('wi', 'I'), ('re', 'enforcements')]
ST19050412-V31-15-page8.txt: [('pre', 'Glacial')]
ST19050419-V31-16-page12.txt: [('TR', 'ADERS')]
ST19050419-V31-16-page13.txt: [('FO', 'UR')]
ST19050419-V31-16-page14.txt: [('Re', 'echoed'), ('cio', 'n')]
ST19050419-V31-16-page15.txt: [('al', 'p'), ('ev', 'er'), ('SUPPLEME', 'NT'), ('sa', 'ble'), ('pre', 'cious'), ('un', 'to')]
ST19050419-V31-16-page2.txt: [('M.', '')]
ST19050419-V31-16-page5.txt: [('mis', 'understanding')]
ST19050419-V31-16-page6.txt: [('Pre', 'sident')]
ST19050419-V31-16-page7.txt: [('Cerebro', 'spinal')]
ST19050426-V31-17-page10.txt: [('pre', 'eminence')]
ST19050426-V31-17-page11.txt: [('Ti', 'to')]
ST19050426-V31-17-page15.txt: [('Re', 'member'), ('Chatta', 'nooga'), ('Fa', 'ther')]
ST19050426-V31-17-page16.txt: [('co', 'workers')]
ST19050426-V31-17-page2.txt: [('CO', 'OPERATION'), ('re', 'arranged')]
ST19050426-V31-17-page6.txt: [('wo', 'k')]
ST19050426-V31-17-page7.txt: [('co', 'operate')]
ST19050426-V31-17-page8.txt: [('UN', 'KNOWN')]
ST19050510-V31-19-page15.txt: [('ta', 'LI')]
ST19050510-V31-19-page16.txt: [('co', 'operation')]
ST19050510-V31-19-page2.txt: [('th', 'e')]
ST19050510-V31-19-page5.txt: [('G.', ''), ('citi', 'zenship')]
ST19050510-V31-19-page6.txt: [('co', 'ordinating')]
ST19050510-V31-19-page9.txt: [('OB', 'SERVANCE')]
ST19050517-V31-20-page13.txt: [('re', 'elected')]
ST19050517-V31-20-page16.txt: [('pre', 'eminently'), ('occa', 'sions'), ('un', 'dying')]
ST19050517-V31-20-page4.txt: [('charac', 'ter'), ('Ex', 'r')]
ST19050524-V31-21-page11.txt: [('repre', 'sentative'), ('OB', 'SERVANCE')]
ST19050524-V31-21-page13.txt: [('tw', 'o')]
ST19050524-V31-21-page15.txt: [('un', 'salted')]
ST19050524-V31-21-page16.txt: [('re', 'election')]
ST19050524-V31-21-page2.txt: [('re', 'arranged')]
ST19050524-V31-21-page5.txt: [('Re', 'maineth')]
ST19050524-V31-21-page6.txt: [('Buel', 'L'), ('G.', '')]
ST19050524-V31-21-page7.txt: [('Re', 'enforcements')]
ST19050524-V31-21-page9.txt: [('WA', 'C')]
ST19050531-V31-22-page10.txt: [('OB', 'SERVANCE')]
ST19050531-V31-22-page13.txt: [('co', 'operation')]
ST19050531-V31-22-page3.txt: [('tem', 'a')]
ST19050531-V31-22-page5.txt: [('liquo', 'r')]
ST19050531-V31-22-page7.txt: [('co', 'operation')]
ST19050607-V31-23-page10.txt: [('manufactur', 'e')]
ST19050607-V31-23-page13.txt: [("Ram'", 's'), ('Wa', 'Keeney')]
ST19050607-V31-23-page15.txt: [('co', 'worker')]
ST19050607-V31-23-page16.txt: [('accusa', 'tions'), ('pre', 'vious')]
ST19050607-V31-23-page5.txt: [('observ', 'ance')]
ST19050607-V31-23-page6.txt: [('co', 'extensive')]
ST19050607-V31-23-page8.txt: [('op', 'posed')]
ST19050607-V31-23-page9.txt: [("Harper'", 's'), ('co', 'operate'), ('mis', 'rule')]
ST19050614-V31-24-page2.txt: [('pre', 'eminent'), ('re', 'write')]
ST19050614-V31-24-page6.txt: [('Re', 'deemer'), ('co', 'operation')]
ST19050614-V31-24-page7.txt: [('KAI', 'N')]
ST19050614-V31-24-page9.txt: [('OB', 'SERVANCE')]
ST19050621-V31-25-page15.txt: [('cer', 'tainly')]
ST19050621-V31-25-page2.txt: [('itt', 'a')]
ST19050621-V31-25-page7.txt: [('RE', 'FORMER'), ('po', 'wer')]
ST19050621-V31-25-page8.txt: [('co', 'operate')]
ST19050628-V31-26-page10.txt: [('OB', 'SERVANCE'), ('pre', 'existence')]
ST19050628-V31-26-page11.txt: [('civili', 'zation')]
ST19050628-V31-26-page6.txt: [('estab', 'lishments')]
ST19050628-V31-26-page7.txt: [('ac', 'companied')]
ST19050704-V31-27-page10.txt: [('hol', 'y')]
ST19050704-V31-27-page13.txt: [('lia', 'ble')]
ST19050704-V31-27-page3.txt: [('INDI', 'VIDUAL')]
ST19050704-V31-27-page5.txt: [('PRIN', 'CIPLES')]
ST19050704-V31-27-page6.txt: [('legisla', 'tors')]
ST19050704-V31-27-page7.txt: [('OW', 'e')]
ST19050704-V31-27-page9.txt: [('Americ', 'an')]
ST19050712-V31-28-page13.txt: [('myrt', 'le')]
ST19050712-V31-28-page4.txt: [('na', 'G')]
ST19050712-V31-28-page5.txt: [('zo', 'o')]
ST19050712-V31-28-page7.txt: [('Peeka', 'boo'), ('influen', 'tial')]
ST19050719-V31-29-page11.txt: [('OB', 'SERVANCE'), ('re', 'studying')]
ST19050719-V31-29-page3.txt: [('mak', 'eth')]
ST19050719-V31-29-page5.txt: [('re', 'in')]
ST19050719-V31-29-page7.txt: [("McClure'", 's'), ('cerebro', 'spinal')]
ST19050726-V31-30-page10.txt: [('OB', 'SERVANCE'), ('numer', 'ous')]
ST19050726-V31-30-page12.txt: [('co', 'operation')]
ST19050726-V31-30-page15.txt: [('atten', 'tion'), ('surgi', 'cal')]
ST19050726-V31-30-page2.txt: [('po', 'E')]
ST19050726-V31-30-page3.txt: [('br', 'ead')]
ST19050726-V31-30-page4.txt: [('co', 'operate')]
ST19050726-V31-30-page7.txt: [('ti', 'THE')]
ST19050726-V31-30-page8.txt: [('un', 'precedented'), ('unim', 'aginable')]
ST19050726-V31-30-page9.txt: [('hu', 'mble')]
ST19050802-V31-31-page13.txt: [('imitat', 'ed')]
ST19050802-V31-31-page15.txt: [('th', 'e')]
ST19050802-V31-31-page6.txt: [('co', 'ordinate')]
ST19050809-V31-32-page12.txt: [('Hm', 'm')]
ST19050809-V31-32-page3.txt: [('remem', 'ber'), ('pre', 'existence')]
ST19050809-V31-32-page4.txt: [('DOMINA', 'TION')]
ST19050809-V31-32-page5.txt: [('Mc', 'Donough')]
ST19050809-V31-32-page9.txt: [('CHOR', 'US')]
ST19050816-V31-33-page14.txt: [('re', 'a')]
ST19050816-V31-33-page2.txt: [('co', 'operate')]
ST19050816-V31-33-page7.txt: [('Sw', 'itzerland'), ('M.', '')]
ST19050823-V31-34-page13.txt: [('Australa', 'sian'), ('Mc', 'Cutchen')]
ST19050823-V31-34-page3.txt: [('th', 'erefore')]
ST19050830-V31-35-page11.txt: [('arde', 'nt')]
ST19050830-V31-35-page12.txt: [('pre', 'eminently'), ('re', 'marriage')]
ST19050830-V31-35-page2.txt: [("s'", 'S')]
ST19050830-V31-35-page3.txt: [('Re', 'published'), ('ou', 'r')]
ST19050830-V31-35-page5.txt: [('particu', 'lar')]
ST19050906-V31-36-page10.txt: [('mo', 'e'), ('CREA', 'TION')]
ST19050906-V31-36-page11.txt: [('co', 'operative')]
ST19050906-V31-36-page16.txt: [('Ph', 'i')]
ST19050906-V31-36-page2.txt: [('CO', 'OPERATION'), ('Mis', 'sionary'), ('re', 'new')]
ST19050906-V31-36-page3.txt: [('th', 'ose')]
ST19050906-V31-36-page4.txt: [('pre', 'eminently')]
ST19050906-V31-36-page5.txt: [('th', 'e'), ('expres', 'sions')]
ST19050906-V31-36-page6.txt: [('PO', 'tTER'), ('SY', 'R')]
ST19050906-V31-36-page7.txt: [('Co', 'operative')]
ST19050906-V31-36-page8.txt: [('Mc', 'Clure')]
ST19050913-V31-37-page13.txt: [('re', 'elected'), ('QUAR', "TER'S")]
ST19050913-V31-37-page14.txt: [('uns', 'ettled')]
ST19050913-V31-37-page16.txt: [('RI', 'NE')]
ST19050913-V31-37-page2.txt: [('ti', 'me'), ('M.', '')]
ST19050913-V31-37-page6.txt: [('sh', 'ame')]
ST19050913-V31-37-page8.txt: [('teg', 'A')]
ST19050920-V31-38-page10.txt: [('co', 'operate')]
ST19050920-V31-38-page14.txt: [('delu', 'sions'), ('AV', 'ERY')]
ST19050920-V31-38-page16.txt: [('al', 'to'), ('re', 'elected'), ('ab', 'e')]
ST19050920-V31-38-page6.txt: [('ex', 'hibitors')]
ST19050920-V31-38-page7.txt: [('Emi', 'nence')]
ST19050920-V31-38-page8.txt: [('Mc', 'Connell')]
ST19050927-V31-39-page10.txt: [('pre', 'historic')]
ST19050927-V31-39-page15.txt: [('wi', 'de')]
ST19050927-V31-39-page4.txt: [('M.', ''), ('li', 'V')]
ST19050927-V31-39-page5.txt: [('G.', '')]
ST19050927-V31-39-page6.txt: [('EXEMPLI', 'FIED'), ('co', 'operation')]
ST19050927-V31-39-page7.txt: [('un', 'abated'), ('re', 'organized')]
ST19050927-V31-39-page8.txt: [('un', 'Christian')]
ST19051004-V31-40-page11.txt: [('co', 'existent')]
ST19051004-V31-40-page12.txt: [('re', 'elected')]
ST19051004-V31-40-page16.txt: [('ordi', 'narily')]
ST19051004-V31-40-page3.txt: [("b'", 's'), ("God'", 's')]
ST19051004-V31-40-page6.txt: [('Conse', 'quently')]
ST19051011-V31-41-page12.txt: [('Ortho', 'dox')]
ST19051011-V31-41-page15.txt: [('al', 'to')]
ST19051011-V31-41-page16.txt: [('SI', 'c')]
ST19051011-V31-41-page4.txt: [('Sp', 'urge'), ('reig', 'n'), ('pre', 'eminent')]
ST19051011-V31-41-page9.txt: [('Fea', 'ST'), ('Al', 'i'), ('everlast', 'ing')]
ST19051018-V31-42-page10.txt: [('co', 'existent')]
ST19051018-V31-42-page13.txt: [('Mc', 'Reynolds')]
ST19051018-V31-42-page15.txt: [('HOPK', 'INS')]
ST19051018-V31-42-page16.txt: [('co', 'operation')]
ST19051018-V31-42-page9.txt: [('pre', 'arranged'), ("Werner'", 's')]
ST19051025-V31-43-page15.txt: [('yo', 'u')]
ST19051025-V31-43-page5.txt: [('Melchiz', 'edek')]
ST19051101-V31-44-page11.txt: [('co', 'operate')]
ST19051101-V31-44-page14.txt: [('re', 'move')]
ST19051101-V31-44-page3.txt: [('writi', 'ngs')]
ST19051101-V31-44-page4.txt: [('G.', '')]
ST19051101-V31-44-page5.txt: [('co', 'operate')]
ST19051101-V31-44-page8.txt: [('Murchi', 'son'), ('gener', 'alization')]
ST19051101-V31-44-page9.txt: [('contin', 'ual'), ('re', 'establish')]
ST19051108-V31-45-page10.txt: [('treasu', 're'), ('re', 'houses')]
ST19051108-V31-45-page13.txt: [('ri', 'a'), ('INCREA', 'SE')]
ST19051108-V31-45-page15.txt: [('sl', 'It')]
ST19051108-V31-45-page2.txt: [('CO', 'OPERATION')]
ST19051108-V31-45-page5.txt: [('RE', 'DEMPTION')]
ST19051108-V31-45-page6.txt: [('hav', 'ing')]
ST19051108-V31-45-page7.txt: [('Bab', 'ylon')]
ST19051108-V31-45-page9.txt: [('Crea', 'tion')]
ST19051109-V31-48-page10.txt: [('co', 'ordinate'), ('difficul', 'ties')]
ST19051109-V31-48-page11.txt: [('pre', 'eminence')]
ST19051109-V31-48-page5.txt: [('ut', 'terly'), ('pre', 'eminently')]
ST19051115-V31-46-page11.txt: [('Pha', 'raoh')]
ST19051115-V31-46-page12.txt: [('sl', 'y')]
ST19051115-V31-46-page13.txt: [('providenc', 'es'), ('co', 'operating')]
ST19051115-V31-46-page15.txt: [('M.', '')]
ST19051115-V31-46-page16.txt: [('Theo', 'logical')]
ST19051115-V31-46-page2.txt: [('ti', 'me')]
ST19051115-V31-46-page6.txt: [('pre', 'arranged')]
ST19051115-V31-46-page7.txt: [('itt', 'a')]
ST19051115-V31-46-page9.txt: [('prece', 'pt')]
ST19051122-V31-47-page10.txt: [('exh', 'orts')]
ST19051122-V31-47-page2.txt: [('re', 'read')]
ST19051122-V31-47-page7.txt: [('re', 'pentant')]
ST19051122-V31-47-page8.txt: [('ac', 'cording')]
ST19051122-V31-47-page9.txt: [('ee', 'k')]
ST19051206-V31-49-page14.txt: [('wo', 'of')]
ST19051206-V31-49-page16.txt: [('procla', 'mation')]
ST19051206-V31-49-page2.txt: [('re', 'read')]
ST19051206-V31-49-page5.txt: [('Ap', 'e')]
ST19051213-V31-50-page12.txt: [('re', 'union')]
ST19051213-V31-50-page13.txt: [('tri', 'weekly'), ('MEE', 'TING')]
ST19051213-V31-50-page16.txt: [('ro', 'of')]
ST19051213-V31-50-page2.txt: [('TH', 'E')]
ST19051213-V31-50-page6.txt: [('Co', 'operative'), ('co', 'operation')]
ST19051213-V31-50-page7.txt: [('Co', 'operation')]
ST19051220-V31-51-page2.txt: [('CO', 'OPERATION'), ('re', 'issued')]
ST19051220-V31-51-page3.txt: [('withi', 'n')]
ST19051220-V31-51-page7.txt: [('co', 'operation'), ('re', 'union')]
ST19051220-V31-51-page8.txt: [('Ch', 'rist'), ('sacrific', 'es'), ('th', 'ere')]
ST19051220-V31-51-page9.txt: [('ph', 'rase')]
ST19051227-V31-52-page10.txt: [('af', 'fair'), ('na', 'b')]
ST19051227-V31-52-page11.txt: [('tri', 'weekly')]
ST19051227-V31-52-page14.txt: [('co', 'operation')]
ST19051227-V31-52-page4.txt: [('politi', 'cal'), ('co', 'operate')]
ST19051227-V31-52-page5.txt: [('FA', 'in'), ('eradica', 'tion')]
ST19051227-V31-52-page6.txt: [('ob', 'serve')]
ST19051227-V31-52-page7.txt: [('Blit', 'He')]
ST19051227-V31-52-page8.txt: [('ANOTH', 'ER'), ('re', 'ason')]
ST19060103-V32-01-page12.txt: [('ti', 'me')]
ST19060103-V32-01-page13.txt: [('tri', 'weekly'), ('co', 'operation')]
ST19060103-V32-01-page15.txt: [('syllab', 'ication')]
ST19060103-V32-01-page2.txt: [('re', 'wed'), ('ic', 'Y')]
ST19060110-V32-02-page10.txt: [('re', 'enacted')]
ST19060110-V32-02-page11.txt: [('co', 'workers')]
ST19060110-V32-02-page13.txt: [('tri', 'weekly')]
ST19060110-V32-02-page16.txt: [('Mc', "Clure's")]
ST19060110-V32-02-page5.txt: [('ex', 'Perience'), ('ph', 'rase'), ('na', 'tional')]
ST19060110-V32-02-page6.txt: [('Joh', 'n')]
ST19060117-V32-03-page13.txt: [('re', 'incorporated'), ('childre', 'n')]
ST19060117-V32-03-page15.txt: [('tri', 'weekly')]
ST19060117-V32-03-page9.txt: [('pre', 'arranged'), ('Pre', 'arranged')]
ST19060124-V32-04-page11.txt: [('transgres', 'sion')]
ST19060124-V32-04-page14.txt: [('wa', 'y')]
ST19060124-V32-04-page15.txt: [('tri', 'weekly'), ('th', 'in')]
ST19060124-V32-04-page16.txt: [('co', 'operation')]
ST19060124-V32-04-page3.txt: [('Jeho', "vah's")]
ST19060131-V32-05-page11.txt: [('re', 'ligious')]
ST19060131-V32-05-page13.txt: [('sr', 'A')]
ST19060131-V32-05-page15.txt: [('tri', 'weekly'), ('Co', 'N')]
ST19060131-V32-05-page4.txt: [('cy', 'clones')]
ST19060131-V32-05-page5.txt: [('G.', '')]
ST19060131-V32-05-page6.txt: [('agai', 'nst')]
ST19060131-V32-05-page7.txt: [('ti', 'the')]
ST19060207-V32-06-page10.txt: [('XL', 'VIII')]
ST19060207-V32-06-page14.txt: [('wo', 'of'), ('na', 'tions')]
ST19060207-V32-06-page15.txt: [('BU', 'L'), ('tri', 'weekly'), ('pra', 'ctically')]
ST19060207-V32-06-page8.txt: [('MONST', 'ER')]
ST19060214-V32-07-page11.txt: [('followin', 'g')]
ST19060214-V32-07-page12.txt: [('presi', 'dent')]
ST19060214-V32-07-page13.txt: [('tri', 'weekly'), ('SE', 'ND')]
ST19060214-V32-07-page2.txt: [('Co', 'operation'), ('CO', 'OPERATION')]
ST19060214-V32-07-page3.txt: [('experi', 'ence')]
ST19060214-V32-07-page4.txt: [('pre', 'eminence')]
ST19060214-V32-07-page5.txt: [('Vege', 'tables')]
ST19060214-V32-07-page7.txt: [('re', 'work'), ('recog', 'nition')]
ST19060214-V32-07-page9.txt: [('contin', 'ued')]
ST19060221-V32-08-page10.txt: [('co', 'operation'), ('pre', 'eminently')]
ST19060221-V32-08-page15.txt: [('bi', 'lingual'), ('condi', 'tions')]
ST19060221-V32-08-page16.txt: [('governme', 'nt')]
ST19060221-V32-08-page2.txt: [('CO', 'OPERATION')]
ST19060221-V32-08-page6.txt: [('retrogres', 'sion')]
ST19060221-V32-08-page7.txt: [('co', 'operation')]
ST19060221-V32-08-page8.txt: [('MEe', 'test')]
ST19060228-V32-09-page11.txt: [('Deu', 't')]
ST19060228-V32-09-page4.txt: [('prema', 'ture')]
ST19060228-V32-09-page7.txt: [('CONTI', 'NENTS'), ('co', 'operation')]
ST19060307-V32-10-page11.txt: [('co', 'operation')]
ST19060307-V32-10-page12.txt: [('WI', 's'), ('un', 'til')]
ST19060307-V32-10-page13.txt: [('WANTE', 'D'), ('WOODLAW', 'N')]
ST19060307-V32-10-page16.txt: [('effectu', 'ally')]
ST19060307-V32-10-page3.txt: [('ri', 'diculed'), ('ca', 'me')]
ST19060307-V32-10-page6.txt: [('Repre', 'sentative')]
ST19060307-V32-10-page7.txt: [('co', 'operation')]
ST19060307-V32-10-page8.txt: [('pa', 'i')]
ST19060314-V32-11-page10.txt: [('investi', 'gate')]
ST19060314-V32-11-page13.txt: [('tri', 'weekly')]
ST19060314-V32-11-page14.txt: [('bi', 'metal')]
ST19060314-V32-11-page16.txt: [('pre', 'eminently'), ('Hu', 'I')]
ST19060314-V32-11-page2.txt: [('Co', 'operation'), ('CO', 'OPERATION')]
ST19060314-V32-11-page4.txt: [('wh', 'o')]
ST19060321-V32-12-page15.txt: [('Re', 'peat'), ('ec', 'hoes'), ('IL', 'a'), ('re', 'ne'), ('lov', 'ed'), ('ev', 'er'), ('shak', 'en'), ('wea', 'ry'), ('splen', 'dour'), ('giv', 'en'), ('ly', 'man'), ('Tri', 'umph'), ('redemp', 'tion'), ('ap', 'pear'), ('si', 'lent'), ('glor', 'ies')]
ST19060321-V32-12-page2.txt: [('pa', 'id')]
ST19060321-V32-12-page7.txt: [('th', 'a')]
ST19060321-V32-12-page9.txt: [('co', 'n')]
ST19060328-V32-13-page13.txt: [('Mc', 'Loud')]
ST19060328-V32-13-page15.txt: [('tri', 'weekly')]
ST19060328-V32-13-page2.txt: [('Co', 'operation'), ('CO', 'OPERATION')]
ST19060404-V32-14-page11.txt: [('experi', 'ence'), ('wo', 'of')]
ST19060404-V32-14-page16.txt: [('LIL', 'LIE'), ('ele', 'ments')]
ST19060404-V32-14-page2.txt: [('YO', 'SEMITE')]
ST19060411-V32-15-page1.txt: [('NATU', 'RAL')]
ST19060411-V32-15-page3.txt: [('CA', 'LIFORNIA')]
ST19060411-V32-15-page8.txt: [('compan', 'ions')]
ST19060418-V32-16-page13.txt: [('tri', 'weekly')]
ST19060425-V32-17-page11.txt: [('tri', 'weekly')]
ST19060425-V32-17-page12.txt: [('re', 'organized')]
ST19060425-V32-17-page15.txt: [('demi', 'monde')]
ST19060425-V32-17-page16.txt: [('Ou', 'r')]
ST19060425-V32-17-page5.txt: [('re', 'enacted')]
ST19060425-V32-17-page8.txt: [('WW', 'W')]
ST19060502-V32-18-page13.txt: [('tri', 'weekly')]
ST19060502-V32-18-page2.txt: [('wi', 'z')]
ST19060502-V32-18-page4.txt: [('br', 'ick')]
ST19060502-V32-18-page7.txt: [('AP', 'P'), ('ro', 'of'), ('si', 'c')]
ST19060502-V32-18-page8.txt: [('busi', 'ness')]
ST19060509-V32-19-page14.txt: [('co', 'religionists')]
ST19060509-V32-19-page8.txt: [('zo', 'a')]
ST19060509-V32-19-page9.txt: [('co', 'operate')]
ST19060523-V32-20-page15.txt: [("author'", 's')]
ST19060523-V32-20-page16.txt: [('Al', 'E')]
ST19060523-V32-20-page8.txt: [('wh', 'ose'), ('busi', 'ness')]
ST19060530-V32-21-page4.txt: [('ro', 'an')]
ST19060606-V32-22-page11.txt: [('tri', 'weekly')]
ST19060606-V32-22-page13.txt: [('Mc', 'Connell')]
ST19060606-V32-22-page2.txt: [('Compan', 'y')]
ST19060606-V32-22-page8.txt: [('th', 'e')]
ST19060613-V32-23-page15.txt: [('co', 'operation')]
ST19060613-V32-23-page9.txt: [('co', 'operate')]
ST19060620-V32-24-page13.txt: [('Mc', 'Lean')]
ST19060620-V32-24-page15.txt: [('re', 'opening')]
ST19060620-V32-24-page2.txt: [('YO', 'SEMITE')]
ST19060620-V32-24-page6.txt: [('RE', 'i'), ('li', 'E')]
ST19060627-V32-25-page13.txt: [('Mi', 'n')]
ST19060627-V32-25-page15.txt: [('rov', 'es')]
ST19060627-V32-25-page2.txt: [('oth', 'er'), ('fo', 'rb')]
ST19060627-V32-25-page20.txt: [('co', 'in'), ('th', 'in'), ('Si', 'X')]
ST19060627-V32-25-page21.txt: [('tri', 'weekly')]
ST19060627-V32-25-page24.txt: [('NAS', 'ON')]
ST19060704-V32-26-page11.txt: [('re', 'Write')]
ST19060704-V32-26-page14.txt: [('SEPA', 'RATION'), ('earthqua', 'kes')]
ST19060704-V32-26-page16.txt: [('bi', 'd')]
ST19060704-V32-26-page6.txt: [('patri', 'arch')]
ST19060704-V32-26-page7.txt: [('co', 'workers')]
ST19060711-V32-27-page10.txt: [('tri', 'weekly')]
ST19060711-V32-27-page16.txt: [('re', 'ceived')]
ST19060711-V32-27-page4.txt: [('Em', 'Manuel')]
ST19060711-V32-27-page5.txt: [('cov', 'ered')]
ST19060711-V32-27-page6.txt: [('legiti', 'macy'), ('retai', 'n')]
ST19060711-V32-27-page7.txt: [('relig', 'ious'), ('LEGIS', 'LATED'), ('Gos', 'pel')]
ST19060711-V32-27-page9.txt: [('Ber', 'muda')]
ST19060718-V32-28-page14.txt: [('Ma', 'Ch'), ('Ili', 'A')]
ST19060718-V32-28-page15.txt: [('anes', 'thetics')]
ST19060718-V32-28-page16.txt: [('ex', 'tracts'), ('co', 'operation')]
ST19060718-V32-28-page6.txt: [('Ma', 'lay')]
ST19060718-V32-28-page8.txt: [('relig', 'ion')]
ST19060725-V32-29-page2.txt: [('TI', 'Es'), ('iden', 'tical')]
ST19060725-V32-29-page6.txt: [('Co', 'worker'), ('re', 'creation')]
ST19060725-V32-29-page7.txt: [('re', 'creation')]
ST19060725-V32-29-page9.txt: [('pre', 'eminent')]
ST19060808-V32-30-page13.txt: [('OB', 'SERVANCE')]
ST19060808-V32-30-page15.txt: [('tri', 'weekly')]
ST19060808-V32-30-page5.txt: [('ap', 'pointed')]
ST19060808-V32-31-page13.txt: [('OB', 'SERVANCE')]
ST19060808-V32-31-page15.txt: [('tri', 'weekly'), ('co', 'to')]
ST19060822-V32-32-page2.txt: [('ne', 'xt')]
ST19060822-V32-32-page5.txt: [('al', 'ways'), ('co', 'operate')]
ST19060822-V32-32-page8.txt: [('ti', 'the'), ('ca', 'use'), ('te', 'ther')]
ST19060829-V32-33-page2.txt: [('exces', 'sively')]
ST19060829-V32-33-page3.txt: [('re', 'opening')]
ST19060829-V32-33-page5.txt: [('co', 'religionists')]
ST19060829-V32-33-page7.txt: [('TA', 'T'), ('tri', 'weekly'), ('co', 'operation')]
ST19060829-V32-33-page8.txt: [('Notwith', 'standing'), ('re', 'build')]
ST19060905-V32-34-page13.txt: [('re', 'elected')]
ST19060905-V32-34-page14.txt: [('inten', 'tions')]
ST19060905-V32-34-page3.txt: [('co', 'operation'), ('pre', 'eminence')]
ST19060905-V32-34-page6.txt: [('G.', ''), ('re', 'quired')]
ST19060912-V32-35-page10.txt: [('wo', 'of'), ('co', 'operating')]
ST19060912-V32-35-page11.txt: [('Sant', 'a')]
ST19060912-V32-35-page12.txt: [('wond', 'rous'), ('ca', 'lamity')]
ST19060912-V32-35-page13.txt: [('co', 'laborers')]
ST19060912-V32-35-page15.txt: [('re', 'asserting')]
ST19060912-V32-35-page16.txt: [('Stubb', 's')]
ST19060912-V32-35-page2.txt: [('al', 'one')]
ST19060912-V32-35-page5.txt: [('proto', 'martyr'), ('un', 'explained')]
ST19060912-V32-35-page7.txt: [('re', 'affirmed')]
ST19060919-V32-36-page10.txt: [('co', 'operate'), ('Indo', 'China'), ('re', 'creation')]
ST19060919-V32-36-page11.txt: [('re', 'opening')]
ST19060919-V32-36-page14.txt: [('legis', 'lative'), ('FEDERA', 'TION')]
ST19060919-V32-36-page16.txt: [('co', 'operate')]
ST19060919-V32-36-page2.txt: [('re', 'p')]
ST19060919-V32-36-page3.txt: [('op', 'e')]
ST19060919-V32-36-page4.txt: [('co', 'laborer')]
ST19060919-V32-36-page7.txt: [('th', 'is')]
ST19060919-V32-36-page8.txt: [('Wa', 'ter')]
ST19060926-V32-37-page11.txt: [('Oc', 'casionally')]
ST19060926-V32-37-page13.txt: [('re', 'election')]
ST19060926-V32-37-page16.txt: [('co', 'operation')]
ST19060926-V32-37-page6.txt: [('co', 'operation')]
ST19061003-V32-38-page11.txt: [('rui', 'n')]
ST19061003-V32-38-page14.txt: [('na', 'Ans')]
ST19061003-V32-38-page4.txt: [('op', 'pressed')]
ST19061003-V32-38-page6.txt: [('suf', 'fer')]
ST19061003-V32-38-page7.txt: [('Tu', 'es')]
ST19061003-V32-38-page8.txt: [('co', 'operation')]
ST19061003-V32-38-page9.txt: [('co', 'operation')]
ST19061010-V32-39-page12.txt: [('monu', 'mental')]
ST19061010-V32-39-page2.txt: [('se', 'A')]
ST19061010-V32-39-page3.txt: [('everlast', 'ing')]
ST19061010-V32-39-page8.txt: [('Re', 'settle')]
ST19061017-V32-40-page11.txt: [('reser', 'vations')]
ST19061017-V32-40-page15.txt: [('co', 'ordinating')]
ST19061017-V32-40-page16.txt: [('Mc', 'Kinley')]
ST19061017-V32-40-page2.txt: [('Co', 'operation'), ('CO', 'OPERATION')]
ST19061024-V32-41-page14.txt: [('repre', 'sentative'), ('CATHO', 'LIC'), ('peo', 'ple')]
ST19061024-V32-41-page15.txt: [('coun', 'tries'), ('ak', 'In'), ('co', 'operation')]
ST19061024-V32-41-page2.txt: [('re', 'ported')]
ST19061024-V32-41-page7.txt: [('gi', 've')]
ST19061031-V32-42-page13.txt: [('re', 'elected')]
ST19061031-V32-42-page8.txt: [('ti', 'll')]
ST19061031-V32-42-page9.txt: [('TH', 'E')]
ST19061107-V32-43-page12.txt: [('Ama', 'terasu')]
ST19061107-V32-43-page16.txt: [('re', 'in')]
ST19061114-V32-44-page10.txt: [('EXTRAOR', 'DINARY')]
ST19061114-V32-44-page13.txt: [('su', 'I')]
ST19061114-V32-44-page14.txt: [('CONSTITU', 'TIONAL')]
ST19061114-V32-44-page15.txt: [('ut', 'a')]
ST19061121-V32-45-page13.txt: [('Moun', 'tain')]
ST19061121-V32-45-page15.txt: [('pre', 'election')]
ST19061121-V32-45-page2.txt: [('re', 'read')]
ST19061121-V32-45-page3.txt: [('ma', 'I'), ('ex', 'press'), ('se', 't')]
ST19061128-V32-46-page11.txt: [('mo', 'ments')]
ST19061128-V32-46-page14.txt: [('ex', 'plained')]
ST19061128-V32-46-page16.txt: [('ex', 'tinction')]
ST19061128-V32-46-page2.txt: [('re', 'read')]
ST19061128-V32-46-page6.txt: [('pre', 'eminent')]
ST19061128-V32-46-page7.txt: [('oppor', 'tunities')]
ST19061205-V32-47-page16.txt: [('adde', 'd')]
ST19061205-V32-47-page2.txt: [('Mis', 'called'), ('re', 'read')]
ST19061205-V32-47-page9.txt: [('re', 'laying')]
ST19061212-V32-48-page10.txt: [('co', 'operate')]
ST19061212-V32-48-page15.txt: [('mis', 'understood')]
ST19061212-V32-48-page16.txt: [('re', 'set')]
ST19061212-V32-48-page7.txt: [('everlast', 'ing')]
ST19061219-V32-49-page11.txt: [('co', 'operation')]
ST19061219-V32-49-page14.txt: [('edito', 'r')]
ST19061219-V32-49-page2.txt: [('CO', 'OPERATION'), ('co', 'operation')]
ST19061219-V32-49-page7.txt: [('wo', 'Of'), ('organiza', 'tions'), ('co', 'operate')]
ST19061226-V32-50-page11.txt: [('Wa', 'Keeney'), ('co', 'operation')]
ST19061226-V32-50-page13.txt: [('Ti', 'the')]
ST19061226-V32-50-page14.txt: [('li', 'es')]
ST19061226-V32-50-page4.txt: [('co', 'operate')]
ST19070102-V33-01-page12.txt: [('wh', 'it')]
ST19070102-V33-01-page14.txt: [('CLO', 'SING')]
ST19070109-V33-02-page16.txt: [('ANCES', 'TRY')]
ST19070109-V33-02-page2.txt: [('re', 'read')]
ST19070109-V33-02-page6.txt: [('chil', 'dren')]
ST19070109-V33-02-page8.txt: [('cr', 'ime'), ('re', 'F')]
ST19070116-V33-03-page15.txt: [('se', 'curing')]
ST19070116-V33-03-page16.txt: [('EXPRES', 'SION')]
ST19070116-V33-03-page7.txt: [('un', 'Biblical')]
ST19070123-V33-04-page11.txt: [('ES', 'TEEM')]
ST19070123-V33-04-page12.txt: [('partic', 'ulars')]
ST19070123-V33-04-page15.txt: [('OBSERV', 'ANCE')]
ST19070123-V33-04-page16.txt: [('ES', 'TEEM')]
ST19070123-V33-04-page4.txt: [('un', 'Christian')]
ST19070123-V33-04-page7.txt: [('ti', 'the')]
ST19070123-V33-04-page8.txt: [('INDI', 'VIDUAL')]
ST19070130-V33-05-page1.txt: [('PRE', 'VIOUSLY')]
ST19070130-V33-05-page16.txt: [('thr', 'u')]
ST19070206-V33-06-page10.txt: [('je', 't')]
ST19070206-V33-06-page11.txt: [('thet', 'is'), ('clus', 'ter')]
ST19070206-V33-06-page2.txt: [('Vo', 'l')]
ST19070206-V33-06-page7.txt: [('Calv', 'ary'), ('emphat', 'ically')]
ST19070213-V33-07-page12.txt: [('th', 'in')]
ST19070213-V33-07-page6.txt: [('ti', 'THE'), ('MA', 'r')]
ST19070213-V33-07-page7.txt: [('un', 'Christian')]
ST19070213-V33-07-page8.txt: [('SY', 'MPATHY')]
ST19070220-V33-08-page12.txt: [('STOCKHOLD', 'ERS')]
ST19070220-V33-08-page2.txt: [('fa', 'Y')]
ST19070227-V33-09-page12.txt: [('re', 'I')]
ST19070227-V33-09-page14.txt: [('EDU', 'CATION')]
ST19070227-V33-09-page2.txt: [('ti', 'l')]
ST19070227-V33-09-page3.txt: [('betwe', 'en')]
ST19070306-V33-10-page12.txt: [('fa', 'mily')]
ST19070306-V33-10-page14.txt: [('RE', 'LIGIOUS')]
ST19070306-V33-10-page16.txt: [('theref', 'ore')]
ST19070306-V33-10-page6.txt: [('coun', 'sel')]
ST19070313-V33-11-page15.txt: [('cre', 'ation'), ('spi', 't')]
ST19070313-V33-11-page16.txt: [('ri', 'A')]
ST19070313-V33-11-page3.txt: [('ti', 'e'), ('th', 'a')]
ST19070313-V33-11-page4.txt: [('sh', 'all')]
ST19070320-V33-12-page12.txt: [('measur', 'ing'), ('Tien', 'Tsin'), ('mo', 'or')]
ST19070320-V33-12-page14.txt: [('co', 'equal')]
ST19070320-V33-12-page15.txt: [('ig', 'n')]
ST19070320-V33-12-page4.txt: [('GOS', 'PEL')]
ST19070327-V33-13-page14.txt: [('PEO', 'PLE')]
ST19070327-V33-13-page15.txt: [('TOL', 'ERATED')]
ST19070327-V33-13-page16.txt: [('Ne', 'w'), ('Fitz', 'Gerald'), ('co', 'stliest')]
ST19070327-V33-13-page8.txt: [('wo', 'Of')]
ST19070403-V33-14-page11.txt: [('Co', 'B')]
ST19070403-V33-14-page8.txt: [('governme', 'nt')]
ST19070410-V33-15-page10.txt: [('Febru', 'ary')]
ST19070410-V33-15-page2.txt: [('te', 'es')]
ST19070410-V33-15-page3.txt: [('condescen', 'sion')]
ST19070410-V33-15-page6.txt: [('wo', 'of')]
ST19070417-V33-16-page15.txt: [('MA', 'the')]
ST19070417-V33-16-page16.txt: [('respira', 'tion')]
ST19070501-V33-18-page10.txt: [('NA', 'TION')]
ST19070501-V33-18-page13.txt: [('SIGNIFI', 'CANT')]
ST19070501-V33-18-page2.txt: [('Syro', 'Phenician')]
ST19070501-V33-18-page6.txt: [('Fa', 'ther')]
ST19070508-V33-19-page11.txt: [('PARLIA', 'MENT'), ('ECUMEN', 'ICAL')]
ST19070508-V33-19-page14.txt: [('admir', 'ingly')]
ST19070508-V33-19-page16.txt: [('da', 'Silva')]
ST19070508-V33-19-page5.txt: [('subjec', 'tion')]
ST19070515-V33-20-page10.txt: [('PRESI', 'DENT'), ('SIGNIFI', 'CANT'), ('INTERNA', 'TIONAL'), ('TREM', 'BLES'), ('PREPARA', 'TIONS')]
ST19070515-V33-20-page12.txt: [('WA', 'LUM')]
ST19070515-V33-20-page15.txt: [('re', 'echo')]
ST19070522-V33-21-page10.txt: [('FEDERA', 'TION'), ('AL', 'LURING'), ('CONFED', 'ERACY')]
ST19070522-V33-21-page15.txt: [('re', 'newed')]
ST19070522-V33-21-page3.txt: [('RE', 'DEEMER'), ('tri', 'umphant')]
ST19070522-V33-21-page4.txt: [('AP', 'PEAR'), ('RE', 'VEALED'), ('EVERLAST', 'ING')]
ST19070529-V33-22-page15.txt: [('re', 'read')]
ST19070529-V33-22-page2.txt: [('AL', 'e')]
ST19070605-V33-23-page4.txt: [('co', 'exist')]
ST19070612-V33-24-page1.txt: [('Perfectio', 'n')]
ST19070612-V33-24-page2.txt: [('M.', '')]
ST19070612-V33-24-page6.txt: [('illim', 'itable')]
ST19070619-V33-25-page2.txt: [('Th', 'e'), ('M.', '')]
ST19070619-V33-25-page8.txt: [('OD', 'is')]
ST19070626-V33-26-page10.txt: [('Co', 'lumbia')]
ST19070626-V33-26-page12.txt: [('HAR', 'VEST')]
ST19070626-V33-26-page15.txt: [('fel', 't'), ('TH', 'E'), ('Sacram', 'ento')]
ST19070626-V33-26-page6.txt: [('CO', 'z'), ('EC', 'K')]
ST19070703-V33-27-page10.txt: [('INDE', 'PENDENT')]
ST19070703-V33-27-page12.txt: [('VUILLEU', 'MIER')]
ST19070703-V33-27-page13.txt: [('mor', 'row')]
ST19070703-V33-27-page15.txt: [('TH', 'E')]
ST19070703-V33-27-page3.txt: [('relig', 'ions')]
ST19070703-V33-27-page6.txt: [('ma', 'The')]
ST19070703-V33-27-page8.txt: [('INDI', 'VIDUALITY'), ('AC', 'CEPTING')]
ST19070703-V33-27-page9.txt: [('OD', 'is')]
ST19070710-V33-28-page10.txt: [('UN', 'HOLY')]
ST19070710-V33-28-page12.txt: [('lan', 'guages')]
ST19070710-V33-28-page16.txt: [('quib', 'bling')]
ST19070710-V33-28-page5.txt: [('na', 'tions')]
ST19070710-V33-28-page9.txt: [('mo', 'w')]
ST19070719-V33-29-page16.txt: [('tri', 'color')]
ST19070719-V33-29-page3.txt: [('CER', 'TAIN')]
ST19070719-V33-29-page4.txt: [('exer', 'cised')]
ST19070719-V33-29-page8.txt: [('EV', 'ERYTHING')]
ST19070724-V33-30-page5.txt: [('Mc', 'Millan')]
ST19070807-V33-32-page10.txt: [('DESOLA', 'TING')]
ST19070807-V33-32-page15.txt: [('ti', 'T')]
ST19070807-V33-32-page5.txt: [('fi', 're')]
ST19070807-V33-32-page9.txt: [('MA', 'DEST')]
ST19070814-V33-33-page15.txt: [('Takom', 'a')]
ST19070814-V33-33-page2.txt: [('fi', 'e')]
ST19070814-V33-33-page4.txt: [('Pa', 'pacy')]
ST19070814-V33-33-page5.txt: [('prin', 'ciple')]
ST19070814-V33-33-page6.txt: [('EM', 'BRACES')]
ST19070814-V33-33-page7.txt: [('NA', 'TIONAL')]
ST19070814-V33-33-page8.txt: [('po', 'wer')]
ST19070814-V33-33-page9.txt: [('re', 'vision')]
ST19070821-V33-34-page9.txt: [('organiza', 'tions'), ('na', 'tion')]
ST19070828-V33-35-page15.txt: [('ti', 'v')]
ST19070828-V33-35-page2.txt: [('M.', '')]
ST19070904-V33-36-page13.txt: [('Pr', 'of')]
ST19070904-V33-36-page8.txt: [('su', 'rprised')]
ST19070911-V33-37-page15.txt: [('ap', 'e')]
ST19070911-V33-37-page3.txt: [('re', 'cognized')]
ST19070911-V33-37-page4.txt: [('RE', 'CEIVED'), ('NEC', 'ESSARY')]
ST19070918-V33-38-page10.txt: [('ab', 'S')]
ST19070918-V33-38-page11.txt: [('Gener', 'a')]
ST19070918-V33-38-page15.txt: [('Al', 'e')]
ST19070918-V33-38-page3.txt: [('NA', 'TIONAL')]
ST19070918-V33-38-page7.txt: [('Ky', 'D')]
ST19070925-V33-39-page14.txt: [('SE', 'RIES')]
ST19070925-V33-39-page15.txt: [('Mc', 'Bride'), ('SE', 'RIES'), ('WI', 'The')]
ST19071002-V33-40-page14.txt: [('Se', 'a')]
ST19071002-V33-40-page15.txt: [('chil', 'dren'), ('ev', 'er'), ('Ac', 'cept'), ('choos', 'est'), ('trib', 'ute'), ('tem', 'ple')]
ST19071002-V33-40-page16.txt: [('Mo', 's'), ('re', 'sponsible')]
ST19071002-V33-40-page2.txt: [('fr', 'I')]
ST19071002-V33-40-page4.txt: [('pressu', 're'), ('re', 'I')]
ST19071009-V33-41-page5.txt: [('te', 't')]
ST19071016-V33-42-page4.txt: [('re', 'I')]
ST19071016-V33-42-page7.txt: [('ap', 'pear')]
ST19071113-V33-46-page12.txt: [('Sul', 'a')]
ST19071113-V33-46-page14.txt: [('hea', 'rt')]
ST19071113-V33-46-page7.txt: [('mis', 'eries')]
ST19071113-V33-46-page9.txt: [('TRA', 'DITIONS')]
ST19071120-V33-47-page12.txt: [('THER', 'E')]
ST19071120-V33-47-page13.txt: [('th', 'at')]
ST19071120-V33-47-page16.txt: [('th', 'at')]
ST19071120-V33-47-page9.txt: [('particu', 'larly')]
ST19071127-V33-48-page12.txt: [('ORIGI', 'NAL')]
ST19071127-V33-48-page16.txt: [('Drunkenn', 'ess'), ('Gi', 've')]
ST19071204-V33-49-page13.txt: [('Mc', "Kinley's")]
ST19071204-V33-49-page5.txt: [('stri', 'king')]
ST19071204-V33-49-page7.txt: [('GODFRE', 'Y')]
ST19071204-V33-49-page8.txt: [('vis', 'ion')]
ST19071211-V33-50-page5.txt: [('ri', 'P'), ('li', 'i'), ('Oa', 't'), ('un', 'i')]
ST19071218-V33-51-page7.txt: [('KNOWL', 'EDGE')]
ST19071225-V33-52-page10.txt: [('li', 'I')]
ST19071225-V33-52-page4.txt: [('co', 'exists')]
ST19080101-V34-01-page1.txt: [('si', 'n')]
ST19080101-V34-01-page6.txt: [('Al', 'a')]
ST19080101-V34-01-page8.txt: [('Mis', 'Son')]
ST19080108-V34-02-page10.txt: [('Dav', 'id')]
ST19080108-V34-02-page11.txt: [('Mc', "Kay's"), ('PROTES', 'TANTISM')]
ST19080108-V34-02-page16.txt: [('re', 'quirements')]
ST19080108-V34-02-page6.txt: [('re', 'spectively')]
ST19080108-V34-02-page7.txt: [('tw', 'o'), ('po', 'i')]
ST19080108-V34-02-page9.txt: [('feelin', 'g')]
ST19080115-V34-03-page12.txt: [('Striplin', 'G')]
ST19080115-V34-03-page14.txt: [('RE', 'VEALETH')]
ST19080115-V34-03-page4.txt: [('ex', 'pression')]
ST19080122-V34-04-page12.txt: [('sev', 'eral')]
ST19080122-V34-04-page15.txt: [('re', 'read'), ('edi', 'tor')]
ST19080122-V34-04-page4.txt: [('Lig', 'n')]
ST19080129-V34-05-page5.txt: [('CONDEMNA', 'TION')]
ST19080129-V34-05-page7.txt: [('shoul', 'ders')]
ST19080205-V34-06-page14.txt: [('sa', 've')]
ST19080205-V34-06-page2.txt: [('M.', '')]
ST19080205-V34-06-page4.txt: [('bi', 'd')]
ST19080205-V34-06-page6.txt: [('FOUN', 'TAINS'), ('HAV', 'ING'), ('Gos', 'pel')]
ST19080205-V34-06-page7.txt: [('SANC', 'TIFY')]
ST19080212-V34-07-page15.txt: [('Retu', 'rnable')]
ST19080212-V34-07-page16.txt: [('un', 'Christian'), ('LEGISLA', 'TION')]
ST19080212-V34-07-page2.txt: [('M.', '')]
ST19080219-V34-08-page16.txt: [('th', 'in')]
ST19080219-V34-08-page2.txt: [('ma', 'the')]
ST19080219-V34-08-page6.txt: [('sh', 'ill')]
ST19080226-V34-09-page13.txt: [('Wak', 'ing'), ('sor', 'row'), ('ev', 'ery'), ('sh', 'h'), ('Spir', "it's"), ('sto', 'ry'), ('sav', 'ing'), ('wak', 'ing'), ('Sa', "viour's"), ('Gos', "pel's"), ('drea', 'ry'), ('Ev', 'ery'), ('re', 'lease'), ('na', 'tion')]
ST19080226-V34-09-page16.txt: [('Gilly', 'flowers')]
ST19080226-V34-09-page5.txt: [('re', 'ferring')]
ST19080226-V34-09-page6.txt: [('IMPERA', 'TIVE')]
ST19080304-V34-10-page16.txt: [('te', 'St')]
ST19080304-V34-10-page2.txt: [('re', 'sponse')]
ST19080304-V34-10-page7.txt: [('IMMOR', 'TALITY')]
ST19080311-V34-11-page1.txt: [('ti', 'p')]
ST19080311-V34-11-page3.txt: [('knowled', 'ge')]
ST19080318-V34-12-page10.txt: [('exper', 'ience')]
ST19080318-V34-12-page12.txt: [('ma', 's')]
ST19080318-V34-12-page16.txt: [('th', 'e'), ('wo', 'ld')]
ST19080318-V34-12-page3.txt: [('Sa', 'viour')]
ST19080318-V34-12-page4.txt: [('ma', 'ter')]
ST19080318-V34-12-page6.txt: [('je', 't'), ('EVERLAST', 'ING'), ('LI', 'E')]
ST19080318-V34-12-page8.txt: [('MI', 'N'), ('exi', 't')]
ST19080325-V34-13-page11.txt: [('RE', 'LIGION'), ('WOR', 'SHIP'), ('POR', 'TION')]
ST19080325-V34-13-page12.txt: [('es', 'to')]
ST19080325-V34-13-page13.txt: [('re', 'read')]
ST19080325-V34-13-page2.txt: [('grea', 't')]
ST19080325-V34-13-page4.txt: [('ved', 'as')]
ST19080325-V34-13-page5.txt: [('Phila', 'delphia')]
ST19080325-V34-13-page6.txt: [('KNOWL', 'EDGE'), ('EX', 'HORT')]
ST19080325-V34-13-page7.txt: [('DIC', 'TATES'), ('HANOVE', 'R'), ('PRIN', 'CIPLE'), ('VIR', 'GINIA')]
ST19080325-V34-13-page8.txt: [('righ', 'to'), ('re', 'ligious')]
ST19080401-V34-14-page12.txt: [('NA', 'TION'), ('RE', 'LIGION')]
ST19080401-V34-14-page13.txt: [('LI', 'B')]
ST19080401-V34-14-page5.txt: [('WRI', 'TING')]
ST19080401-V34-14-page6.txt: [('RE', 'CREATION'), ('JE', 'HOVAH')]
ST19080401-V34-14-page7.txt: [('TRANSGRES', 'SION'), ('WOR', 'SHIP')]
ST19080408-V34-15-page10.txt: [('Mc', 'Clellan'), ('richL', 'And')]
ST19080408-V34-15-page15.txt: [('sr', 'I')]
ST19080408-V34-15-page6.txt: [('DESOLA', 'TION')]
ST19080415-V34-16-page3.txt: [('triu', 'mphed')]
ST19080415-V34-16-page7.txt: [('re', 'ceive')]
ST19080422-V34-17-page10.txt: [('Mc', 'Kenna')]
ST19080422-V34-17-page13.txt: [('un', 'righteousness')]
ST19080422-V34-17-page14.txt: [('phth', 'isis')]
ST19080422-V34-17-page16.txt: [('re', 'gardless'), ('accom', 'plished')]
ST19080422-V34-17-page6.txt: [('CHIL', 'DREN')]
ST19080422-V34-17-page7.txt: [('NOTH', 'ING')]
ST19080422-V34-17-page8.txt: [('li', 's')]
ST19080422-V34-17-page9.txt: [('PARTICU', 'LAR')]
ST19080429-V34-18-page12.txt: [('Ch', 'en'), ('th', 'y')]
ST19080429-V34-18-page4.txt: [('re', 'establish')]
ST19080429-V34-18-page7.txt: [('KNOWL', 'EDGE'), ('INCORRUPTI', 'BLE')]
ST19080506-V34-19-page1.txt: [('WO', 'of')]
ST19080506-V34-19-page14.txt: [('ti', 'the'), ('ordi', 'nary')]
ST19080506-V34-19-page16.txt: [('po', 'ts')]
ST19080513-V34-20-page5.txt: [('cT', 'n')]
ST19080520-V34-21-page10.txt: [('ut', 'terly')]
ST19080520-V34-21-page11.txt: [('NA', 'T')]
ST19080520-V34-21-page2.txt: [('M.', '')]
ST19080520-V34-21-page3.txt: [('anyt', 'hing')]
ST19080520-V34-21-page5.txt: [('materiali', 'zation')]
ST19080520-V34-21-page9.txt: [('Tiglath', 'Pileser')]
ST19080527-V34-22-page1.txt: [('EY', 'E')]
ST19080527-V34-22-page13.txt: [('membe', 'rs')]
ST19080527-V34-22-page2.txt: [('M.', '')]
ST19080527-V34-22-page4.txt: [('OD', 'is')]
ST19080603-V34-23-page11.txt: [('Mc', 'Cormick')]
ST19080603-V34-23-page3.txt: [('boun', 'd'), ('th', 'e')]
ST19080603-V34-23-page9.txt: [('compen', 'sation')]
ST19080610-V34-24-page3.txt: [('carefull', 'y')]
ST19080610-V34-24-page7.txt: [('AP', 'PEARING')]
ST19080610-V34-24-page8.txt: [('Co', 'ne')]
ST19080617-V34-25-page10.txt: [('wor', 'ship')]
ST19080617-V34-25-page5.txt: [('Fo', 'UR')]
ST19080617-V34-25-page8.txt: [('ig', 'n')]
ST19080624-V34-26-page10.txt: [('es', 'tablish'), ('re', 'ligious')]
ST19080624-V34-26-page16.txt: [('salva', 'tion')]
ST19080624-V34-26-page6.txt: [('infa', 'my')]
ST19080701-V34-27-page8.txt: [('INCREAS', 'ING')]
ST19080708-V34-28-page13.txt: [('ma', 'the')]
ST19080708-V34-28-page14.txt: [('fa', 'D')]
ST19080708-V34-28-page15.txt: [('G.', '')]
ST19080715-V34-29-page1.txt: [('DA', 'W'), ('VY', 'A')]
ST19080715-V34-29-page14.txt: [('re', 'sorts')]
ST19080715-V34-29-page16.txt: [('vegeta', 'bles'), ('thir', 'teen')]
ST19080715-V34-29-page2.txt: [('Ti', 'nt')]
ST19080722-V34-30-page1.txt: [('ri', 'A'), ('TH', 'AN'), ('ANI', 'WA'), ('re', 't')]
ST19080722-V34-30-page10.txt: [('beauti', 'ful')]
ST19080722-V34-30-page11.txt: [('vari', 'colored'), ('fa', 'ct')]
ST19080722-V34-30-page4.txt: [('un', 'Biblical')]
ST19080727-V34-31-page11.txt: [('AB', 'SOLUTELY'), ('CONDI', 'TION')]
ST19080727-V34-31-page15.txt: [('verif', 'ying')]
ST19080727-V34-31-page7.txt: [('OD', 'in')]
ST19080727-V34-31-page8.txt: [('AF', 'FLICTED')]
ST19080923-V35-08-page8.txt: [('ri', 'M')]
ST19080930-V35-09-page3.txt: [('Si', 'g')]
ST19081021-V35-12-page7.txt: [('litera', 'ture')]
ST19081111-V35-15-page5.txt: [('SK', 'ye')]
ST19081118-V35-16-page6.txt: [('ta', 'king')]
ST19081125-V35-17-page5.txt: [('OD', 'is')]
ST19081125-V35-17-page6.txt: [('disposi', 'tion')]
ST19081209-V35-19-page2.txt: [('RE', 'SOURCES'), ('HITH', 'ERTO'), ('Constanti', 'nople')]
ST19081209-V35-19-page4.txt: [('peo', 'ple')]
ST19081209-V35-19-page7.txt: [('SN', 'YDER')]
ST19081209-V35-19-page8.txt: [('Ti', 'm'), ('INDEPEND', 'ENT')]
ST19081223-V35-21-page5.txt: [('Si', 'g'), ('Revela', 'tion')]
ST19081223-V35-21-page6.txt: [('NA', 'TIONS'), ('RE', 'FORMER'), ('EU', 'ROPE'), ('BENEDIC', 'TION')]
ST19081223-V35-21-page7.txt: [('COMMU', 'NICANTS')]
ST19081223-V35-21-page8.txt: [('tb', 's')]
ST19090113-V36-02-page11.txt: [('Pr', 'esident')]
ST19090113-V36-02-page13.txt: [('ackno', 'Wledge')]
ST19090113-V36-02-page2.txt: [('G.', '')]
ST19090113-V36-02-page5.txt: [('Si', 'on')]
ST19090113-V36-02-page7.txt: [('ig', 'n'), ('re', 'ceived')]
ST19090203-V36-05-page10.txt: [('UN', 'CHRISTIAN')]
ST19090203-V36-05-page11.txt: [('co', 'religionists')]
ST19090203-V36-05-page12.txt: [('od', 'in')]
ST19090203-V36-05-page15.txt: [('ex', 'p')]
ST19090203-V36-05-page9.txt: [('LEGISLA', 'TION')]
ST19090210-V36-06-page12.txt: [('Kiao', 'Chow'), ('Kw', 'an')]
ST19090210-V36-06-page15.txt: [('ti', 'm')]
ST19090217-V36-07-page11.txt: [('Legisla', 'ture')]
ST19090217-V36-07-page16.txt: [('Pa', 'L')]
ST19090224-V36-08-page1.txt: [('co', 'z'), ('CP', 'D')]
ST19090224-V36-08-page11.txt: [('ex', 'press')]
ST19090224-V36-08-page12.txt: [('re', 'arresting')]
ST19090224-V36-08-page15.txt: [('JURIS', 'DICTION')]
ST19090428-V36-17-page10.txt: [('Pr', 'es'), ('op', 'ular'), ('re', 'echoed')]
ST19090428-V36-17-page16.txt: [('repre', 'senting')]
ST19090428-V36-17-page6.txt: [('re', 'creation')]
ST19090428-V36-17-page8.txt: [('AC', 'CEPTED')]
ST19100118-V37-03-page10.txt: [('ma', 'chines')]
ST19100118-V37-03-page16.txt: [('re', 'ported')]
ST19100118-V37-03-page8.txt: [('SANC', 'TIFY'), ('re', 'creative')]
ST19100118-V37-03-page9.txt: [('OD', 'is')]
ST19100125-V37-04-page14.txt: [('ro', 'get')]
ST19100125-V37-04-page16.txt: [('re', 'creation')]
ST19100125-V37-04-page6.txt: [('Fi', 't')]
ST19100125-V37-04-page7.txt: [('UN', 'QUESTIONED'), ('TRA', 'DITION')]
ST19100125-V37-04-page8.txt: [('sha', 'lt')]
ST19100125-V37-04-page9.txt: [('Ra', 'the')]
ST19100201-V37-05-page10.txt: [('HU', 'MAN')]
ST19100201-V37-05-page11.txt: [('Mc', 'Laurin')]
ST19100201-V37-05-page13.txt: [('es', 't')]
ST19100201-V37-05-page3.txt: [('co', 'meth')]
ST19100208-V37-06-page2.txt: [('questi', 'ons')]
ST19100208-V37-06-page5.txt: [('JU', 'DEA'), ('PRINCI', 'PLE'), ('INDIVIDU', 'ALITY')]
ST19100215-V37-07-page16.txt: [('ig', 'n')]
ST19100215-V37-07-page5.txt: [('OPPO', 'SITION'), ('WOR', 'SHIP'), ('BLAS', 'PHEMY')]
ST19100215-V37-07-page8.txt: [('NOTWITH', 'STANDING'), ('OBSERV', 'ANCE'), ('TRADI', 'TION'), ('APOS', 'TASY')]
ST19100222-V37-08-page10.txt: [('Bloemfon', 'tein')]
ST19100222-V37-08-page11.txt: [('CITI', 'ZEN')]
ST19100222-V37-08-page12.txt: [('RE', 'TEACH')]
ST19100222-V37-08-page15.txt: [('Pa', 'r')]
ST19100222-V37-08-page16.txt: [('pre', 'eminence')]
ST19100222-V37-08-page3.txt: [('RE', 'SPECTING')]
ST19100222-V37-08-page4.txt: [('RE', 'LIGIOUS'), ('EM', 'BODIED'), ('INDE', 'PENDENCE'), ('AC', 'COUNTABLE')]
ST19100222-V37-08-page5.txt: [('ga', 't')]
ST19100308-V37-10-page10.txt: [('Compan', 'ies')]
ST19100308-V37-10-page11.txt: [('Astro', 'Physical')]
ST19100308-V37-10-page13.txt: [('si', 'ena'), ('cro', 'wn')]
ST19100308-V37-10-page14.txt: [('Da', 'D')]
ST19100308-V37-10-page5.txt: [('th', 'an')]
ST19100308-V37-10-page8.txt: [('TES', 'TIFY'), ('FA', 'THER'), ('ba', 't')]
ST19100308-V37-10-page9.txt: [('re', 'sponsibilities')]
ST19100315-V37-11-page15.txt: [('cl', 'erk')]
ST19100315-V37-11-page7.txt: [('TAL', 'ENTS'), ('MA', 'NY'), ('EDI', 'FYING')]
ST19100315-V37-11-page8.txt: [('UN', 'DER'), ('CHIL', 'DREN')]
ST19100315-V37-11-page9.txt: [('gi', 'n')]
ST19100329-V37-13-page10.txt: [('Rol', 'and')]
ST19100329-V37-13-page16.txt: [('MENT', 'ON'), ('re', 'creating')]
ST19100412-V37-14-page10.txt: [('clo', 's')]
ST19100412-V37-14-page15.txt: [('AL', 'a')]
ST19100412-V37-14-page16.txt: [('re', 'vival')]
ST19100412-V37-14-page5.txt: [('re', 'creation')]
ST19100412-V37-14-page8.txt: [('pa', 'in')]
ST19100419-V37-15-page9.txt: [('weaknes', 's')]
ST19100426-V37-16-page11.txt: [('al', 'one'), ('th', 'en')]
ST19100426-V37-16-page14.txt: [('wo', 'of')]
ST19100426-V37-16-page2.txt: [('th', 'or')]
ST19100503-V37-17-page16.txt: [('oppor', 'tunity')]
ST19100503-V37-17-page8.txt: [('INSPIRA', 'TION')]
ST19100524-V37-20-page6.txt: [('AP', 'PEAR')]
ST19100524-V37-20-page8.txt: [('RE', 'VEALETH'), ('AK', 'A'), ('DECLAR', 'ING')]
ST19100614-V37-23-page8.txt: [('re', 'creation')]
ST19100621-V37-24-page16.txt: [('bi', 'plane')]
ST19100621-V37-24-page7.txt: [('Si', 'g')]
ST19100621-V37-24-page8.txt: [('RE', 'JECTED')]
ST19100628-V37-25-page11.txt: [('UNREGEN', 'ERATE'), ('RE', 'SPECTABLE')]
ST19100628-V37-25-page16.txt: [('bi', 'plane')]
ST19100628-V37-25-page4.txt: [('NOTH', 'ING')]
ST19100628-V37-25-page6.txt: [('pressf', 'at')]
ST19100628-V37-25-page9.txt: [('ORDI', 'NANCE'), ('Worke', 'rs')]
ST19100705-V37-26-page15.txt: [('Ili', 'A')]
ST19100705-V37-26-page9.txt: [('RE', 'CEIVED')]
ST19100712-V37-27-page15.txt: [('BUREA', 'U'), ('th', 'in')]
ST19100726-V37-29-page11.txt: [('Mc', 'Kinley')]
ST19100802-V37-30-page10.txt: [('th', 'a')]
ST19100802-V37-30-page16.txt: [('shar', 'e'), ('univer', 'sal')]
ST19100802-V37-30-page4.txt: [('wo', 'of'), ('th', 'e')]
ST19100809-V37-31-page10.txt: [('TR', 'AM')]
ST19100809-V37-31-page5.txt: [('simplifie', 'd')]
ST19100809-V37-31-page8.txt: [('SEV', 'ENTH')]
ST19100816-V37-32-page12.txt: [('fi', 'r')]
ST19100816-V37-32-page14.txt: [('exposit', 'ion')]
ST19100816-V37-32-page2.txt: [('Lor', 'd')]
ST19100816-V37-32-page9.txt: [('destruc', 'tion')]
ST19100823-V37-33-page13.txt: [('STO', 'R'), ('Si', 'g')]
ST19100823-V37-33-page15.txt: [('pre', 'medical'), ('Pa', 'r')]
ST19100823-V37-33-page16.txt: [('ig', 'n')]
ST19100823-V37-33-page6.txt: [('ti', 't')]
ST19100823-V37-33-page7.txt: [('NA', 'TION'), ('CREA', 'TOR')]
ST19100830-V37-34-page14.txt: [('Ex', 'hibition')]
ST19100830-V37-34-page5.txt: [('APOS', 'TASY'), ('na', 'ture')]
ST19100906-V37-35-page16.txt: [('re', 'edited')]
ST19100906-V37-35-page7.txt: [('Ju', 'dah')]
ST19100913-V37-36-page15.txt: [('fi', 'st')]
ST19100913-V37-36-page8.txt: [('es', 'pecially')]
ST19100920-V37-37-page11.txt: [('HEA', 'THEN')]
ST19100920-V37-37-page13.txt: [('ti', 'To')]
ST19100920-V37-37-page2.txt: [('M.', '')]
ST19100920-V37-37-page5.txt: [('tw', 'o')]
ST19100920-V37-37-page9.txt: [('Si', 'g')]
ST19100927-V37-38-page12.txt: [('Barj', 'ona')]
ST19100927-V37-38-page9.txt: [('th', 'e')]
ST19101004-V37-39-page13.txt: [('GIV', 'EN'), ('SATIS', 'FACTORY'), ('SUF', 'FERING')]
ST19101004-V37-39-page14.txt: [('Si', 'r')]
ST19101004-V37-39-page2.txt: [('Boanerg', 'es')]
ST19101004-V37-39-page9.txt: [('RE', 'LIGION'), ('INDIVID', 'UALITY'), ('PO', 'LITICAL')]
ST19101011-V37-40-page15.txt: [('Indo', 'China')]
ST19101018-V37-41-page8.txt: [('EM', 'BODIED')]
ST19101025-V37-42-page14.txt: [('coun', 'try')]
ST19101025-V37-42-page15.txt: [('peo', 'ple')]
ST19101025-V37-42-page5.txt: [('ba', 'it')]
ST19101101-V37-43-page10.txt: [('CO', 'IR')]
ST19101101-V37-43-page16.txt: [('Mc', 'Carthy')]
ST19101101-V37-43-page2.txt: [('fr', 'YE')]
ST19101101-V37-43-page8.txt: [('PH', 'i'), ('EV', 'E'), ('CO', 'E'), ('SE', 'LF'), ('treasur', 'e')]
ST19101108-V37-44-page13.txt: [('fa', 'ther')]
ST19101108-V37-44-page2.txt: [('Li', 'The')]
ST19101108-V37-44-page4.txt: [('pre', 'cious')]
ST19101108-V37-44-page8.txt: [('va', 'n')]
ST19101115-V37-45-page8.txt: [('Abra', "ham's")]
ST19101122-V37-46-page3.txt: [('Si', 'S')]
ST19101129-V37-47-page15.txt: [('cov', 'enanted')]
ST19101129-V37-47-page2.txt: [('ex', 'actly')]
ST19101129-V37-47-page7.txt: [('EPHE', 'SUS'), ('RE', 'PROOF'), ('CHU', 'RCH')]
ST19101129-V37-47-page8.txt: [('ig', 'n')]
ST19101206-V37-48-page11.txt: [('Bu', 'reau')]
ST19101206-V37-48-page3.txt: [('tol', 'e')]
ST19101206-V37-48-page5.txt: [('mor', 'N')]
ST19101206-V37-48-page7.txt: [('EPHE', 'SUS'), ('RE', 'P')]
ST19101213-V37-49-page2.txt: [('resurrec', 'tion')]
ST19101213-V37-49-page5.txt: [('Jeho', "Vah's")]
ST19101213-V37-49-page6.txt: [('continu', 'ously')]
ST19101213-V37-49-page7.txt: [('EPHE', 'SUS'), ('RE', 'PROOF'), ('EX', 'HORTATION')]
ST19101213-V37-49-page8.txt: [('EVERLAST', 'ING')]
ST19101220-V37-50-page10.txt: [('re', 'ported')]
ST19101220-V37-50-page7.txt: [('EPHE', 'SUS'), ('RE', 'PROOF'), ('fulne', 'ss'), ('Lif', 'e'), ('Fi', 'rst')]
ST19101220-V37-50-page9.txt: [('wh', 'at'), ('polic', 'e')]
ST19110103-V38-01-page15.txt: [('ch', 'r')]
ST19110103-V38-01-page2.txt: [('Hephzi', 'bah')]
ST19110103-V38-01-page7.txt: [('RE', 'P'), ('Fi', 'rst')]
ST19110103-V38-01-page8.txt: [('ver', 'bid')]
ST19110103-V38-01-page9.txt: [('re', 'creation')]
ST19110110-V38-02-page15.txt: [('Mo', 'n')]
ST19110110-V38-02-page16.txt: [('ta', 'rs'), ('th', 'in'), ('pre', 'eminently')]
ST19110110-V38-02-page5.txt: [('co', 'existent')]
ST19110110-V38-02-page7.txt: [('EPHE', 'SUS'), ('Ta', 't'), ('Re', 'i'), ('Ci', 'st'), ('Co', 'ncerned')]
ST19110117-V38-03-page10.txt: [('AP', 'POINTED'), ('TRADI', 'TION'), ('co', 'operation'), ('TRIBU', 'NAL')]
ST19110117-V38-03-page15.txt: [('mo', 're')]
ST19110117-V38-03-page16.txt: [('ari', 'm'), ('un', 'Christian')]
ST19110117-V38-03-page6.txt: [('RE', 'PROOF'), ('Smyrn', 'a')]
ST19110117-V38-03-page9.txt: [('pedo', 'baptists'), ('ci', 'g'), ('OK', 'A')]
ST19110124-V38-04-page11.txt: [('ti', 'The')]
ST19110124-V38-04-page15.txt: [('co', 'laborers')]
ST19110124-V38-04-page7.txt: [('co', 'equal')]
ST19110124-V38-04-page8.txt: [('Si', 'gn')]
ST19110124-V38-04-page9.txt: [('AL', 't')]
ST19110131-V38-05-page11.txt: [('tb', 'S')]
ST19110131-V38-05-page2.txt: [('ny', 'E')]
ST19110131-V38-05-page7.txt: [('re', 'create')]
ST19110207-V38-06-page16.txt: [('othe', 'rwise'), ('re', 'create')]
ST19110214-V38-07-page14.txt: [('Cho', 'sen')]
ST19110214-V38-07-page2.txt: [('pu', 're')]
ST19110214-V38-07-page7.txt: [('und', 'er')]
ST19110221-V38-08-page13.txt: [('Longf', 'ellow')]
ST19110221-V38-08-page14.txt: [('co', 'workers')]
ST19110221-V38-08-page16.txt: [('Tien', 'Tsin')]
ST19110221-V38-08-page5.txt: [('eter', 'nity')]
ST19110221-V38-08-page8.txt: [('WOR', 'SHIPED')]
ST19110228-V38-09-page11.txt: [('re', 'a')]
ST19110228-V38-09-page13.txt: [('th', 'e')]
ST19110228-V38-09-page16.txt: [('Mc', 'Manus'), ('se', 'eking')]
ST19110228-V38-09-page2.txt: [('M.', '')]
ST19110228-V38-09-page7.txt: [('remem', 'bered'), ('pre', 'eminently'), ('re', 'create')]
ST19110314-V38-11-page16.txt: [('Tien', 'Tsin')]
ST19110314-V38-11-page4.txt: [('Georg', 'E'), ('INTERPRE', 'TATIONS')]
ST19110314-V38-11-page6.txt: [('re', 'creating')]
ST19110321-V38-12-page11.txt: [('re', 'established')]
ST19110321-V38-12-page7.txt: [('wo', 'of')]
ST19110321-V38-12-page8.txt: [('ex', 'c')]
ST19110321-V38-12-page9.txt: [('co', 'worker')]
ST19110328-V38-13-page10.txt: [('Hu', 'ghes'), ('re', 'creation')]
ST19110328-V38-13-page2.txt: [('ne', 'man')]
ST19110328-V38-13-page3.txt: [('desir', 'e')]
ST19110328-V38-13-page6.txt: [('se', 'als')]
ST19110328-V38-13-page7.txt: [('pre', 'eminently')]
ST19110328-V38-13-page8.txt: [('co', 'educational')]
ST19110404-V38-14-page11.txt: [('devas', 'tating')]
ST19110404-V38-14-page16.txt: [('Immor', 'tality')]
ST19110404-V38-14-page2.txt: [('li', 'e')]
ST19110404-V38-14-page4.txt: [('wo', 'of')]
ST19110404-V38-14-page5.txt: [('gif', 't')]
ST19110404-V38-14-page8.txt: [('pre', 'Adamite')]
ST19110404-V38-14-page9.txt: [('Ae', 't')]
ST19110411-V38-15-page14.txt: [('co', 'laborers'), ('re', 'formation')]
ST19110411-V38-15-page16.txt: [('gri', 'm')]
ST19110411-V38-15-page7.txt: [('TR', 'IAD'), ('FO', 'LD'), ('th', 'e'), ('CR', 'Y')]
ST19110411-V38-15-page9.txt: [('JERU', 'SALEM'), ('PRE', 'PARED'), ('Hephzi', 'bah')]
ST19110418-V38-16-page11.txt: [('re', 'birth')]
ST19110418-V38-16-page12.txt: [('UTH', 'I')]
ST19110418-V38-16-page13.txt: [('M.', '')]
ST19110418-V38-16-page5.txt: [('pre', 'eminent')]
ST19110418-V38-16-page7.txt: [('re', 'Light'), ('unknow', 'n')]
ST19110418-V38-16-page8.txt: [('EU', 'CHARISTIC')]
ST19110425-V38-17-page13.txt: [('vo', 'te')]
ST19110425-V38-17-page2.txt: [('M.', '')]
ST19110425-V38-17-page7.txt: [('WOR', 'SHIP')]
ST19110425-V38-17-page8.txt: [('REN', 'DER')]
ST19110509-V38-18-page10.txt: [('Ca', 'sar')]
ST19110509-V38-18-page13.txt: [('rA', 'CE'), ('pre', 'eminently'), ('ri', 'A'), ('NI', 't')]
ST19110509-V38-18-page14.txt: [('transla', 'tion')]
ST19110509-V38-18-page8.txt: [('pre', 'eminent')]
ST19110516-V38-19-page12.txt: [('Sys', 'tem')]
ST19110516-V38-19-page16.txt: [('ment', 'or')]
ST19110516-V38-19-page2.txt: [('ful', 'filled')]
ST19110516-V38-19-page7.txt: [('pre', 'serving')]
ST19110516-V38-19-page8.txt: [('RE', 'PROOF')]
ST19110516-V38-19-page9.txt: [('re', 'creation')]
ST19110523-V38-20-page16.txt: [('re', 'no'), ('syl', 'logistic'), ('Co', 'State')]
ST19110530-V38-21-page12.txt: [('fluctua', 'ting')]
ST19110530-V38-21-page13.txt: [('tI', 'N'), ('TH', 'E'), ('re', 't')]
ST19110530-V38-21-page9.txt: [('TI', 'MES')]
ST19110606-V38-22-page10.txt: [('Abd', 'ul')]
ST19110606-V38-22-page14.txt: [('al', 'lowed')]
ST19110606-V38-22-page6.txt: [('re', 'creation')]
ST19110606-V38-22-page7.txt: [('RESUR', 'RECTION')]
ST19110613-V38-23-page16.txt: [('wa', 's'), ('denomina', 'tional')]
ST19110613-V38-23-page7.txt: [('WIL', 'DERNESS'), ('sepa', 'ration'), ('re', 'assuring')]
ST19110620-V38-24-page13.txt: [('OD', 'IS'), ('co', 'o'), ('th', 'y'), ('AL', 'L')]
ST19110620-V38-24-page16.txt: [('pre', 'Cepts')]
ST19110627-V38-25-page10.txt: [('ARBIT', 'RAMENT'), ('MAINTE', 'NANCE')]
ST19110627-V38-25-page16.txt: [('pre', 'existence'), ('Pre', 'Existence')]
ST19110627-V38-25-page2.txt: [('pre', 'existence'), ('Pre', 'Existence')]
ST19110704-V38-26-page10.txt: [('ORNA', 'MENT')]
ST19110704-V38-26-page11.txt: [('AP', 'PEARING')]
ST19110704-V38-26-page14.txt: [('DIF', 'FERENCE'), ('re', 'establish')]
ST19110704-V38-26-page16.txt: [('pu', 'rpose')]
ST19110704-V38-26-page2.txt: [('M.', ''), ('re', 'create')]
ST19110704-V38-26-page6.txt: [('ECCLESIAS', 'TICAL')]
ST19110704-V38-26-page7.txt: [('SI', 'GN'), ('pre', 'eminent')]
ST19110711-V38-27-page11.txt: [('rA', 'Y')]
ST19110711-V38-27-page15.txt: [('puz', 'zling'), ('departm', 'ent')]
ST19110711-V38-27-page16.txt: [('re', 'election')]
ST19110711-V38-27-page5.txt: [('othe', "rs'")]
ST19110711-V38-27-page6.txt: [('re', 'echoed')]
ST19110711-V38-27-page7.txt: [('CHIL', 'D')]
ST19110718-V38-28-page16.txt: [('th', 'e')]
ST19110725-V38-29-page7.txt: [('Re', 'Ft'), ('ti', 'a'), ('ve', 'la'), ('Fa', 't'), ('pA', 'vanes'), ('Te', 'A'), ('te', 'a'), ('ble', 'D'), ('Pa', 'pacy'), ('fi', 'e')]
ST19110801-V38-30-page10.txt: [('pre', 'eminently')]
ST19110801-V38-30-page16.txt: [('SI', 'GN')]
ST19110801-V38-30-page9.txt: [('re', 'creation')]
ST19110808-V38-31-page10.txt: [('nig', 'ht')]
ST19110808-V38-31-page4.txt: [('WOR', 'SHIP'), ('AF', 'TER')]
ST19110808-V38-31-page6.txt: [('OD', 'in')]
ST19110808-V38-31-page7.txt: [('pre', 'eminence')]
ST19110808-V38-31-page9.txt: [('il', 'L')]
ST19110815-V38-32-page6.txt: [('WOR', 'SHIP')]
ST19110815-V38-32-page7.txt: [('pre', 'eminently')]
ST19110822-V38-33-page16.txt: [('Ti', 'ES')]
ST19110822-V38-33-page8.txt: [('ou', 'r')]
ST19110829-V38-34-page11.txt: [('re', 'election')]
ST19110905-V38-35-page16.txt: [('re', 'echoed')]
ST19110905-V38-35-page6.txt: [('Pr', 'of'), ('Re', 'i'), ('Pa', 't')]
ST19110905-V38-35-page7.txt: [('TRI', 'UMPHED')]
ST19110912-V38-36-page13.txt: [('ti', 'ti')]
ST19110912-V38-36-page9.txt: [('KNOWL', 'EDGE'), ('INTERPRETA', 'TION')]
ST19110919-V38-37-page6.txt: [('pre', 'eminently')]
ST19110919-V38-37-page9.txt: [('pourin', 'g')]
ST19110926-V38-38-page11.txt: [('re', 'echoes')]
ST19110926-V38-38-page3.txt: [('wo', 'ks')]
ST19110926-V38-38-page9.txt: [('ma', 'I')]
ST19111003-V38-39-page13.txt: [('MAGA', 'ZINE')]
ST19111003-V38-39-page16.txt: [('Mc', 'Arthur')]
ST19111003-V38-39-page2.txt: [('indi', 'cate')]
ST19111003-V38-39-page5.txt: [("rec'", 'd')]
ST19111003-V38-39-page6.txt: [('Hephzi', 'bah'), ('re', 'creation')]
ST19111003-V38-39-page8.txt: [('Pre', 'eminent')]
ST19111003-V38-39-page9.txt: [('cr', 'ated')]
ST19111010-V38-40-page16.txt: [('Da', 'n')]
ST19111010-V38-40-page5.txt: [('th', 'us')]
ST19111010-V38-40-page7.txt: [('FOUNDA', 'TIONS')]
ST19111017-V38-41-page12.txt: [('believ', 'ing')]
ST19111017-V38-41-page13.txt: [('re', 'creation')]
ST19111017-V38-41-page15.txt: [('Nort', 'h')]
ST19111017-V38-41-page4.txt: [('re', 'ferred')]
ST19111024-V38-42-page13.txt: [('re', 'creation')]
ST19111024-V38-42-page15.txt: [('Salam', 'anca')]
ST19111024-V38-42-page16.txt: [('Mo', 'hammedanism')]
ST19111024-V38-42-page5.txt: [('ri', 'al'), ('pre', 'eminently')]
ST19111024-V38-42-page7.txt: [('CA', 'LL'), ('Id', 'S'), ('WOR', 'LD'), ('WICKE', 'D'), ('AC', 'T')]
ST19111031-V38-43,44-page16.txt: [('io', 'n'), ('ZINZEN', 'DORF')]
ST19111031-V38-43,44-page18.txt: [('re', 'creating')]
ST19111031-V38-43,44-page19.txt: [('pre', 'eminently')]
ST19111031-V38-43,44-page2.txt: [('sev', 'enth')]
ST19111031-V38-43,44-page20.txt: [('TH', 'an')]
ST19111031-V38-43,44-page21.txt: [('wate', 'r')]
ST19111031-V38-43,44-page23.txt: [('Na', 'N')]
ST19111031-V38-43,44-page26.txt: [('Missi', 'onary')]
ST19111031-V38-43,44-page29.txt: [('ke', 'a')]
ST19111031-V38-43,44-page30.txt: [('Pr', 'esb')]
ST19111121-V38-46-page11.txt: [('PROVI', 'DING')]
ST19111121-V38-46-page16.txt: [('ex', 'hibits')]
ST19111121-V38-46-page2.txt: [('noth', 'ing')]
ST19111121-V38-46-page3.txt: [('peti', 'tion')]
ST19111121-V38-46-page5.txt: [('wo', 'men')]
ST19111121-V38-46-page7.txt: [('thro', 'ugh'), ('co', 'e')]
ST19111121-V38-46-page9.txt: [('ti', 'e'), ('re', 'creation'), ('fo', 'nd')]
ST19111128-V38-47-page12.txt: [('th', 'a')]
ST19111128-V38-47-page2.txt: [('pre', 'eminently'), ('Pre', 'eminently')]
ST19111128-V38-47-page5.txt: [('communi', 'cated')]
ST19111128-V38-47-page6.txt: [('Nebucha', "dnezzar's")]
ST19111205-V38-48-page10.txt: [('vio', 'late'), ('includ', 'ing'), ('Representa', 'tives'), ('serv', 'ant')]
ST19111205-V38-48-page16.txt: [('th', 'is')]
ST19111205-V38-48-page2.txt: [('th', 'ose')]
ST19111212-V38-49-page1.txt: [('re', 'Do')]
ST19111212-V38-49-page14.txt: [('significa', 'nce')]
ST19111212-V38-49-page2.txt: [('sev', 'eral'), ('betw', 'een')]
ST19111212-V38-49-page3.txt: [('comman', 'dments')]
ST19111212-V38-49-page9.txt: [('pontif', 'ex')]
ST19111219-V38-50-page10.txt: [('Li', 'the')]
ST19111219-V38-50-page14.txt: [('Ange', 'l'), ('latt', 'e')]
ST19111219-V38-50-page16.txt: [('Mc', 'Namara')]
ST19120102-V39-01-page7.txt: [('EDU', 'CATION'), ('hu', 'man'), ('CONTIN', 'UETH')]
ST19120102-V39-01-page8.txt: [('Re', 'echoed'), ('pre', 'pared')]
ST19120102-V39-01-page9.txt: [('PR', 'ES')]
ST19120109-V39-02-page16.txt: [('prosecu', 'tions'), ('Estab', 'lished')]
ST19120109-V39-02-page7.txt: [('SERV', 'ANTS')]
ST19120109-V39-02-page8.txt: [('FUL', 'FIL')]
ST19120116-V39-03-page13.txt: [('hom', 'e'), ('ra', 'tion'), ('recom', 'mend')]
ST19120116-V39-03-page2.txt: [('th', 'is')]
ST19120116-V39-03-page8.txt: [('remem', 'brance')]
ST19120123-V39-04-page10.txt: [('re', 'quest')]
ST19120123-V39-04-page3.txt: [('sp', 'eaking'), ('sayin', 'g')]
ST19120123-V39-04-page7.txt: [('fr', 'i'), ('li', 'm'), ('UPHAR', 'SIN')]
ST19120123-V39-04-page8.txt: [('un', 'Searchable')]
ST19120130-V39-05-page10.txt: [('Hann', 'a')]
ST19120130-V39-05-page11.txt: [('Li', 'the')]
ST19120130-V39-05-page13.txt: [('citi', 'zenship')]
ST19120130-V39-05-page16.txt: [('everyw', 'here')]
ST19120130-V39-05-page5.txt: [('discour', 'ages')]
ST19120206-V39-06-page10.txt: [('Li', 'the'), ('Tien', 'Tsin'), ('re', 'enforcements')]
ST19120206-V39-06-page14.txt: [('sai', 'th')]
ST19120206-V39-06-page16.txt: [('ma', 's'), ('indi', 'vidual'), ('occupi', 'es'), ('Sc', 'ientists')]
ST19120206-V39-06-page4.txt: [('ay', 'in')]
ST19120213-V39-07-page11.txt: [('regu', 'lation')]
ST19120213-V39-07-page15.txt: [('edi', 'tor')]
ST19120213-V39-07-page16.txt: [('re', 'creates')]
ST19120213-V39-07-page6.txt: [('pre', 'eminence')]
ST19120213-V39-07-page7.txt: [('pre', 'eminently'), ('mis', 'taken'), ('Pre', 'eminently')]
ST19120220-V39-08-page11.txt: [('bef', 'ore')]
ST19120220-V39-08-page16.txt: [('Righteo', 'us')]
ST19120220-V39-08-page7.txt: [('RE', 'WARD'), ('Comi', 'ng')]
ST19120220-V39-08-page9.txt: [('fragm', 'ents')]
ST19120227-V39-09-page12.txt: [('wo', 'of')]
ST19120227-V39-09-page16.txt: [('Wholesa', 'le')]
ST19120227-V39-09-page4.txt: [('re', 'enact')]
ST19120305-V39-10-page12.txt: [('th', 'a')]
ST19120305-V39-10-page2.txt: [('CI', 'd')]
ST19120312-V39-11-page10.txt: [('pr', 'es')]
ST19120312-V39-11-page6.txt: [('FUL', 'NESS'), ('PRE', 'EMINENCE'), ('PRINCI', 'PALITY')]
ST19120312-V39-11-page7.txt: [('pre', 'eminent')]
ST19120319-V39-12-page14.txt: [('re', 'l')]
ST19120319-V39-12-page15.txt: [('Co', 'operation')]
ST19120319-V39-12-page16.txt: [('Ameri', 'can')]
ST19120319-V39-12-page3.txt: [('sav', 'e')]
ST19120319-V39-12-page7.txt: [('re', 'echoes')]
ST19120319-V39-12-page8.txt: [('th', 'is')]
ST19120319-V39-12-page9.txt: [('alo', 'ne')]
ST19120326-V39-13-page16.txt: [('corre', 'spondent')]
ST19120326-V39-13-page4.txt: [('br', 'ingeth')]
ST19120326-V39-13-page9.txt: [('ap', 'palling')]
ST19120402-V39-14-page8.txt: [('AC', 'CORDING')]
ST19120402-V39-14-page9.txt: [('insti', 'tuted')]
ST19120409-V39-15-page16.txt: [('pre', 'Vent')]
ST19120409-V39-15-page8.txt: [('AP', 'POINTED')]
ST19120416-V39-16-page10.txt: [('GOS', 'PEL')]
ST19120416-V39-16-page11.txt: [('CA', 'PACITY')]
ST19120416-V39-16-page16.txt: [('ge', 'on')]
ST19120416-V39-16-page3.txt: [('gr', 'aces')]
ST19120416-V39-16-page7.txt: [('TUR', 'KEY'), ('em', 'pire'), ('ea', 't')]
ST19120423-V39-17-page11.txt: [('sof', 'T')]
ST19120423-V39-17-page12.txt: [('re', 'ceived')]
ST19120423-V39-17-page16.txt: [('Ordinan', 'ces')]
ST19120423-V39-17-page6.txt: [('pre', 'eminently')]
ST19120423-V39-17-page8.txt: [('pre', 'eminently')]
ST19120430-V39-18-page15.txt: [('ac', 'cepted')]
ST19120430-V39-18-page16.txt: [('lOr', 'A'), ('oc', 'curred')]
ST19120430-V39-18-page5.txt: [('pre', 'eminence')]
ST19120430-V39-18-page7.txt: [('pre', 'eminently')]
ST19120430-V39-18-page8.txt: [('pre', 'eminent')]
ST19120507-V39-19-page16.txt: [('Fa', 'mous'), ('Co', 'operation')]
ST19120507-V39-19-page2.txt: [('th', 'is')]
ST19120507-V39-19-page6.txt: [('Pre', 'eminent')]
ST19120507-V39-19-page7.txt: [('pre', 'eminently')]
ST19120521-V39-20-page1.txt: [('th', 'e')]
ST19120521-V39-20-page10.txt: [('pre', 'eminently')]
ST19120521-V39-20-page13.txt: [('recollec', 'tions')]
ST19120521-V39-20-page4.txt: [('loc', 'k'), ('Pre', 'eminent')]
ST19120521-V39-20-page5.txt: [('nomina', 'tion'), ('WOR', 'SHIP'), ('re', 'created')]
ST19120521-V39-20-page6.txt: [('zi', 'z'), ('Ame', 'ricans')]
ST19120521-V39-20-page7.txt: [('Independ', 'ence'), ('es', 'teem'), ('docu', 'ments'), ('un', 'alienable'), ('enun', 'ciated')]
ST19120521-V39-20-page8.txt: [('gn', 'u')]
ST19120528-V39-21-page10.txt: [('se', 'a')]
ST19120528-V39-21-page16.txt: [('attrac', 'tions')]
ST19120528-V39-21-page3.txt: [('ri', 'AL'), ('Luthe', 'r')]
ST19120528-V39-21-page6.txt: [('INDUL', 'GENCE')]
ST19120528-V39-21-page8.txt: [('RE', 'LIGIOUS')]
ST19120604-V39-22-page11.txt: [('ra', 'n')]
ST19120604-V39-22-page4.txt: [('AF', 'FECTING')]
ST19120611-V39-23-page12.txt: [('COMPUL', 'SORY')]
ST19120611-V39-23-page13.txt: [('pionee', 'rs')]
ST19120611-V39-23-page16.txt: [('Wante', 'd')]
ST19120611-V39-23-page3.txt: [('ment', 'or')]
ST19120611-V39-23-page7.txt: [('DECI', 'SION'), ('RE', 'LIGIOUS'), ('CONTRO', 'VERSY')]
ST19120611-V39-23-page9.txt: [('RE', 'LIGION'), ('SUF', 'FERED'), ('DENOMI', 'NATED'), ('INDI', 'VIDUALITY'), ('PRIN', 'CIPLE')]
ST19120618-V39-24-page1.txt: [('sar', 'the')]
ST19120618-V39-24-page4.txt: [('NA', 'TURE')]
ST19120618-V39-24-page5.txt: [('sha', 'll'), ('EXE', 'CUTE')]
ST19120618-V39-24-page6.txt: [('Sabba', 'th')]
ST19120618-V39-24-page8.txt: [('ex', 'C'), ('re', 'enactment')]
ST19120618-V39-24-page9.txt: [('conditio', 'n')]
ST19120625-V39-25-page13.txt: [('NA', 'N'), ('M.', '')]
ST19120625-V39-25-page14.txt: [('Shu', 'nem')]
ST19120625-V39-25-page15.txt: [('Ma', 'P'), ('Sr', 'i')]
ST19120625-V39-25-page4.txt: [('SE', 'CURED'), ('ORGANI', 'ZATIONS')]
ST19120625-V39-25-page5.txt: [('prin', 'ciples')]
ST19120709-V39-26-page11.txt: [('ex', 'emption'), ('em', 'ployees'), ('prece', 'dent')]
ST19120709-V39-26-page12.txt: [('remem', 'bered')]
ST19120716-V39-27-page11.txt: [('re', 'create')]
ST19120716-V39-27-page16.txt: [('em', 'ployers')]
ST19120716-V39-27-page2.txt: [('condi', 'tions')]
ST19120716-V39-27-page3.txt: [('humanit', 'y'), ('innocen', 't')]
ST19120723-V39-28-page16.txt: [('se', 'e')]
ST19120723-V39-28-page2.txt: [('Da', 'niel'), ('re', 'form')]
ST19120723-V39-28-page8.txt: [('kne', 'west')]
ST19120730-V39-29-page11.txt: [('Pr', 'ov')]
ST19120730-V39-29-page9.txt: [('stimu', 'lated'), ('re', 'search')]
ST19120806-V39-30-page5.txt: [('IC', 'on')]
ST19120813-V39-31-page13.txt: [('ap', 'preciated')]
ST19120813-V39-31-page15.txt: [('al', 'OW'), ('mI', 'en')]
ST19120827-V39-33-page16.txt: [('radi', 'ation')]
ST19120903-V39-34-page7.txt: [('wo', 'of')]
ST19120903-V39-34-page8.txt: [('wo', 'of')]
ST19120903-V39-34-page9.txt: [('wo', 't')]
ST19120910-V39-35-page10.txt: [('suprem', 'e')]
ST19120924-V39-37-page16.txt: [('Re', 'vised')]
ST19121001-V39-38-page11.txt: [('WI', 'ly')]
ST19121001-V39-38-page16.txt: [('ca', 'us')]
ST19121008-V39-39-page14.txt: [('te', 'ts')]
ST19121022-V39-41-page14.txt: [('ti', 'T')]
ST19121022-V39-41-page15.txt: [('maga', 'zine')]
ST19121022-V39-41-page3.txt: [('re', 'Photograph')]
ST19121029-V39-42-page15.txt: [('Co', 'operation')]
ST19121029-V39-42-page4.txt: [('re', 'solve')]
ST19121105-V39-43-page11.txt: [('ILI', 'A')]
ST19121105-V39-43-page15.txt: [('va', 'IN')]
ST19121119-V39-45-page10.txt: [('VA', 'V'), ('pr', 'o'), ('ta', 't'), ('mi', 'A')]
ST19121126-V39-46-page13.txt: [('bogy', 'men')]
ST19121126-V39-46-page15.txt: [('Co', 'operation')]
ST19121203-V39-48-page1.txt: [('OD', 'is')]
ST19121203-V39-48-page15.txt: [('Co', 'operation')]
ST19121203-V39-48-page4.txt: [('re', 'creation')]
ST19121217-V39-49-page16.txt: [('Fr', 'I'), ('Ta', 'mil')]
ST19121217-V39-49-page4.txt: [('orde', 'r')]
ST19121224-V39-50-page10.txt: [('CATHOL', 'ICS'), ('betwe', 'en'), ('ADRIANOPL', 'E')]
ST19121224-V39-50-page16.txt: [('Argentin', 'e'), ('Consta', 'ntinople')]
ST19121224-V39-50-page2.txt: [('LI', 'the')]
ST19121224-V39-50-page3.txt: [('maneuv', 'ers')]
ST19121224-V39-50-page5.txt: [('wi', 't'), ('MOR', 'MONISM')]
ST19130211-V40-06-page10.txt: [("W'", 'S')]
ST19130211-V40-06-page15.txt: [('Co', 'operation')]
ST19130211-V40-06-page16.txt: [('al', 'to'), ('th', 'ese')]
ST19130211-V40-06-page9.txt: [('Re', 'v')]
ST19130218-V40-07-page13.txt: [('re', 'finery')]
ST19130218-V40-07-page14.txt: [('thi', 's')]
ST19130311-V40-10-page10.txt: [('ide', 's')]
ST19130311-V40-10-page13.txt: [('indi', 'vidual')]
ST19130311-V40-10-page15.txt: [('id', 'a'), ('tron', 'A'), ('TRAC', 'I'), ('Wor', 'd')]
ST19130429-V40-17-page14.txt: [('Fa', 'tshan')]
ST19130429-V40-17-page15.txt: [('Sturdev', 'ant')]
ST19130429-V40-17-page16.txt: [('ch', 'alone')]
ST19130708-V40-26-page15.txt: [('Co', 'operation')]
ST19130708-V40-26-page16.txt: [('re', 'reading')]
ST19130708-V40-26-page9.txt: [('TRA', 'DITIONS')]
ST19130722-V40-28-page14.txt: [('Bo', 'on'), ('Kwang', 'Tung')]
ST19130722-V40-28-page3.txt: [('ow', 'n')]
ST19130805-V40-30-page12.txt: [('al', 'I')]
ST19130805-V40-30-page14.txt: [('por', 'tents'), ('wa', 'r')]
ST19130812-V40-31-page12.txt: [('Bre', 'ad')]
ST19130812-V40-31-page14.txt: [('gri', 's')]
ST19130812-V40-31-page9.txt: [('Po', 'Ling')]
ST19130819-V40-32-page3.txt: [('WI', 'I')]
ST19130819-V40-32-page7.txt: [('re', 'create')]
ST19130826-V40-33-page10.txt: [('DEGEN', 'ERATION')]
ST19130826-V40-33-page13.txt: [('Co', 'operation')]
ST19130826-V40-33-page2.txt: [('ti', 'e'), ('ex', 'pressed'), ('Co', 'Co')]
ST19130923-V40-37-page12.txt: [('Co', 'operation')]
ST19130923-V40-37-page16.txt: [('re', 'created')]
ST19130923-V40-37-page2.txt: [('re', 'creates')]
ST19130923-V40-37-page4.txt: [('knowl', 'edge')]
ST19130923-V40-37-page6.txt: [('ac', 'cording')]
ST19130930-V40-38-page10.txt: [('GON', 'ORRHEAL'), ('OPER', 'ATIONS')]
ST19130930-V40-38-page11.txt: [('Om', 'er'), ('SANC', 'TIFIED'), ('INFEC', 'TIOUS')]
ST19130930-V40-38-page12.txt: [('regener', 'ation')]
ST19130930-V40-38-page16.txt: [('ex', 'ception'), ('re', 'p')]
ST19130930-V40-38-page2.txt: [('sa', 'y'), ('ga', 'le')]
ST19130930-V40-38-page5.txt: [('coun', 'try')]
ST19130930-V40-38-page6.txt: [('NA', 'TION')]
ST19130930-V40-38-page7.txt: [('re', 'creative')]
ST19131111-V40-43-page3.txt: [('docu', 'ments')]
ST19131111-V40-43-page6.txt: [('RA', 'TES')]
ST19131216-V40-48-page9.txt: [('RA', 'TES')]
ST19140113-V41-01-page12.txt: [('pr', 'ay'), ('ay', 'e')]
ST19140113-V41-01-page16.txt: [('deduc', 'tions')]
ST19140113-V41-01-page2.txt: [('re', 't')]
ST19140113-V41-01-page8.txt: [('RA', 'TES')]
ST19140120-V41-02-page4.txt: [('Janua', 'ry')]
ST19140120-V41-02-page5.txt: [('UNRE', 'SERVED')]
ST19140120-V41-02-page8.txt: [('re', 'newal')]
ST19140203-V41-04-page1.txt: [('ASSOCIAT', 'ION')]
ST19140203-V41-04-page11.txt: [('un', 'IS')]
ST19140203-V41-04-page16.txt: [('ele', 'ments')]
ST19140203-V41-04-page3.txt: [('SA', 'TAN')]
ST19140203-V41-04-page9.txt: [('RE', 'CREATION'), ('re', 'creation')]
ST19140210-V41-05-page1.txt: [('ASSOCIAT', 'ION')]
ST19140210-V41-05-page14.txt: [('OUTD', 'OORS')]
ST19140210-V41-05-page16.txt: [('cas', 's')]
ST19140210-V41-05-page2.txt: [('sla', 'very')]
ST19140217-V41-06-page1.txt: [('ASSOCIAT', 'ION'), ('M.', '')]
ST19140217-V41-06-page11.txt: [('UNQUENCH', 'ABLE')]
ST19140224-V41-07-page10.txt: [('ev', 'er')]
ST19140224-V41-07-page11.txt: [('io', 'N')]
ST19140224-V41-07-page8.txt: [('G.', ''), ('re', 'Published')]
ST19140303-V41-08-page1.txt: [('readi', 'ng')]
ST19140303-V41-08-page4.txt: [('th', 'e')]
ST19140303-V41-08-page9.txt: [('disobedienc', 'e')]
ST19140310-V41-09-page16.txt: [('wo', 'of')]
ST19140317-V41-10-page10.txt: [('re', 'newal')]
ST19140317-V41-10-page14.txt: [('EF', 'FECTUALLY'), ('CHIL', 'DREN')]
ST19140317-V41-10-page4.txt: [('EXPERI', 'ENCES'), ('WH', 'EN'), ('FIC', 'TION'), ('ENGA', 'GING')]
ST19140324-V41-11-page12.txt: [('thirty-', 'one'), ('th', 'e')]
ST19140324-V41-11-page16.txt: [('movin', 'g')]
ST19140324-V41-11-page3.txt: [('opposi', 'tion')]
ST19140331-V41-12-page1.txt: [('FRE', 'QUENTLY')]
ST19140331-V41-12-page4.txt: [('ay', 'In')]
ST19140407-V41-13-page1.txt: [('CONDI', 'TIONS'), ('re', 'forms')]
ST19140407-V41-13-page12.txt: [('EDU', 'CATIONAL')]
ST19140407-V41-13-page13.txt: [('na', 'g')]
ST19140407-V41-13-page3.txt: [('re', 'creation')]
ST19140407-V41-13-page6.txt: [('RESURREC', 'TION')]
ST19140414-V41-14-page16.txt: [('re', 'ceived')]
ST19140414-V41-14-page4.txt: [('uprightne', 'ss')]
ST19140414-V41-14-page5.txt: [('CELE', 'BRATED')]
ST19140421-V41-15-page11.txt: [('wo', 'rthy')]
ST19140421-V41-15-page12.txt: [('Pyong', 'Yang')]
ST19140421-V41-15-page13.txt: [('re', 'a')]
ST19140428-V41-16-page13.txt: [('re', 'sults')]
ST19140428-V41-16-page15.txt: [('MIS', 'SION')]
ST19140428-V41-16-page16.txt: [('Ameri', 'can')]
ST19140505-V41-17-page11.txt: [('re', 'strain')]
ST19140505-V41-17-page12.txt: [('COF', 'FEE')]
ST19140505-V41-17-page14.txt: [('va', 'rious')]
ST19140505-V41-17-page3.txt: [('CONVEN', 'TION')]
ST19140505-V41-17-page8.txt: [('qu', 'estion')]
ST19140505-V41-17-page9.txt: [('destro', 'y'), ('ANDRO', 'S'), ('oppo', 'se')]
ST19140512-V41-18-page16.txt: [('agri', 'Cultural')]
ST19140512-V41-18-page4.txt: [('EXECU', "TIONER'S")]
ST19140512-V41-18-page8.txt: [('fas', 'cination')]
ST19140519-V41-19-page5.txt: [('wo', 'of')]
ST19140519-V41-19-page7.txt: [('Ma', 'W'), ('obstruc', 'tions')]
ST19140526-V41-20-page7.txt: [('UN', 'MINGLED')]
ST19140602-V41-21-page10.txt: [('SY', 'STEM')]
ST19140602-V41-21-page13.txt: [('edu', 'cated'), ('DURI', 'NG')]
ST19140602-V41-21-page16.txt: [('nati', 'on')]
ST19140602-V41-21-page9.txt: [('ga', 'Mbling')]
ST19140609-V41-22-page1.txt: [('JU', 'N')]
ST19140609-V41-22-page15.txt: [('MONOP', 'OLIES'), ('boro', 'N')]
ST19140609-V41-22-page16.txt: [('acti', 'n')]
ST19140616-V41-23-page11.txt: [('por', 'I')]
ST19140616-V41-23-page12.txt: [('ta', 'in')]
ST19140616-V41-23-page14.txt: [('re', 'stored')]
ST19140616-V41-23-page4.txt: [('ide', 'R')]
ST19140623-V41-24-page13.txt: [('fo', 'r')]
ST19140623-V41-24-page16.txt: [('si', 's')]
ST19140630-V41-25-page1.txt: [('tra', 'dition')]
ST19140630-V41-25-page10.txt: [('Confi', 'rmed')]
ST19140630-V41-25-page13.txt: [('Po', 'Le')]
ST19140630-V41-25-page5.txt: [("LEE'", 'S'), ('Neo', 'Platonism')]
ST19140707-V41-26-page1.txt: [('JU', 'L')]
ST19140707-V41-26-page12.txt: [('Ex', 'amines')]
ST19140707-V41-26-page16.txt: [('re', 'creates')]
ST19140707-V41-26-page8.txt: [('litt', 'le')]
ST19140804-V41-30-page12.txt: [('th', 'rough')]
ST19140804-V41-30-page3.txt: [('abso', 'lutely')]
ST19140811-V41-31-page1.txt: [('ea', 'r')]
ST19140811-V41-31-page11.txt: [('blas', 'phemy')]
ST19140811-V41-31-page5.txt: [('SI', 'NCE')]
ST19140818-V41-32-page3.txt: [('EM', 'MANUEL')]
ST19140818-V41-32-page7.txt: [('Lor', 'd')]
ST19140825-V41-33-page15.txt: [('intra', 'cranial')]
ST19140825-V41-33-page6.txt: [('experi', 'ence')]
ST19140901-V41-34-page3.txt: [('PRODUC', 'TIVE')]
ST19140908-V41-35-page10.txt: [('amb', 'ition')]
ST19140908-V41-35-page12.txt: [('Theref', 'ore')]
ST19140908-V41-35-page14.txt: [('ob', 'serve'), ('familia', 'rity')]
ST19140908-V41-35-page8.txt: [('lan', 'guage')]
ST19140908-V41-35-page9.txt: [('EV', 'ANS')]
ST19140915-V41-36-page1.txt: [('Al', 'I')]
ST19140915-V41-36-page11.txt: [('VIO', 'LENCE')]
ST19140915-V41-36-page12.txt: [('Kilima', 'Njaro')]
ST19140915-V41-36-page15.txt: [('boro', 'N')]
ST19140915-V41-36-page2.txt: [('sor', 'I'), ('perple', 'xity')]
ST19140915-V41-36-page3.txt: [('sw', 'ord')]
ST19140915-V41-36-page4.txt: [('Pape', 'r')]
ST19140915-V41-36-page8.txt: [('ma', 'the')]
ST19140922-V41-37-page16.txt: [('re', 'ceive')]
ST19140922-V41-37-page8.txt: [('ex', 'perience')]
ST19140922-V41-37-page9.txt: [('Bi', 't')]
ST19140929-V41-38-page12.txt: [('rej', 'oiced'), ('whatso', 'ever')]
ST19141006-V41-39-page1.txt: [('POSI', 'TION')]
ST19141006-V41-39-page3.txt: [('relig', 'ion')]
ST19141013-V41-40-page16.txt: [('popu', 'lar')]
ST19141013-V41-40-page8.txt: [('BOLLMA', 'N')]
ST19141020-V41-41-page2.txt: [('wo', 'of')]
ST19141020-V41-41-page4.txt: [('sover', 'eignty')]
ST19141020-V41-41-page7.txt: [('re', 'lived')]
ST19141027-V41-42-page1.txt: [('pir', 'N')]
ST19141027-V41-42-page12.txt: [('ne', 't')]
ST19141027-V41-42-page14.txt: [('Octob', 'er')]
ST19141027-V41-42-page15.txt: [('boro', 'N')]
ST19141027-V41-42-page7.txt: [('sorro', 'ws'), ('op', 'portunity')]
ST19141103-V41-43-page4.txt: [('ARMAGED', 'DON')]
ST19141103-V41-43-page7.txt: [('FORTIFICA', 'TIONS')]
ST19141103-V41-43-page9.txt: [('pre', 'tended')]
ST19141110-V41-44-page10.txt: [('re', 'created')]
ST19141110-V41-44-page13.txt: [('na', 'tive')]
ST19141110-V41-44-page2.txt: [('re', 'NOVO')]
ST19141110-V41-44-page4.txt: [('inves', 'tigate')]
ST19141110-V41-44-page6.txt: [('ri', 'd'), ('provi', 'dence')]
ST19141110-V41-44-page8.txt: [('fo', 'r')]
ST19141117-V41-45-page15.txt: [('boro', 'N')]
ST19141117-V41-45-page3.txt: [('AUTHORIT', 'Y')]
ST19141117-V41-45-page5.txt: [('resur', 'rection'), ('ac', 'cording')]
ST19141124-V41-46-page1.txt: [('TUR', "KEY'S"), ('SIGNIFI', 'CANT')]
ST19141124-V41-46-page12.txt: [('himsel', 'f')]
ST19141124-V41-46-page14.txt: [('Th', 'e')]
ST19141124-V41-46-page3.txt: [('re', 'press')]
ST19141124-V41-46-page4.txt: [('expe', 'rience')]
ST19141201-V41-47-page1.txt: [('wa', 'r')]
ST19141201-V41-47-page10.txt: [('re', 'newal')]
ST19141201-V41-47-page11.txt: [('LI', 'the')]
ST19141201-V41-47-page15.txt: [('ti', 's'), ('un', 'interesting')]
ST19141201-V41-47-page2.txt: [('mu', 't')]
ST19141201-V41-47-page4.txt: [('Si', 'n')]
ST19141208-V41-48-page9.txt: [('uncon', 'scious'), ('befor', 'e')]
ST19141215-V41-49-page15.txt: [('bia', 'S')]
ST19141215-V41-49-page16.txt: [('re', 'turn')]
ST19141222-V41-50-page1.txt: [('signifi', 'cant')]
ST19141222-V41-50-page11.txt: [('M.', '')]
ST19150223-V42-08-page12.txt: [('ob', 'servance')]
ST19150223-V42-08-page2.txt: [('th', 'e')]
ST19150713-V42-27-page2.txt: [('wer', 'e')]
ST19150803-V42-30-page14.txt: [('SA', 'TAN')]
ST19150803-V42-30-page15.txt: [('distribu', 'tor')]
ST19150803-V42-30-page9.txt: [('ma', 'y')]
ST19150824-V42-33-page16.txt: [('th', 'e')]
ST19150831-V42-34-page1.txt: [('al', 'ate')]
ST19150831-V42-34-page9.txt: [('re', 'newal')]
ST19151109-V42-44-page1.txt: [('M.', '')]
ST19151109-V42-44-page12.txt: [('re', 'gathered')]
ST19151109-V42-44-page16.txt: [('pri', 'soners')]
ST19160111-V43-02-page15.txt: [('RE', 'CORDING')]
ST19160111-V43-02-page8.txt: [('re', 'forming')]
ST19160118-V43-03-page6.txt: [('re', 'ligious')]
ST19160502-V43-18-page15.txt: [('boro', 'N'), ('MA', 'GED'), ('G.', ''), ('pa', 'perbound')]
ST19160502-V43-18-page2.txt: [('mis', 'takes')]
ST19160502-V43-18-page5.txt: [('re', 'create')]
ST19160502-V43-18-page7.txt: [('Apoca', 'lypse'), ('re', 'A')]
ST19160502-V43-18-page9.txt: [('RA', 'TES')]
ST19160509-V43-19-page3.txt: [('EXPLANA', 'TION')]
ST19160509-V43-19-page6.txt: [('AF', 'FLICTED')]
ST19160509-V43-19-page8.txt: [('har', 'a')]
ST19160606-V43-23-page15.txt: [('subscrip', 'tion'), ('Paci', 'fic')]
ST19160606-V43-23-page3.txt: [('giv', 'eth')]
ST19160606-V43-23-page4.txt: [('RELI', 'GIOUS'), ('PRE', 'SENTED'), ('th', 'ree')]
ST19160606-V43-24-page12.txt: [('pre', 'paredness')]
ST19160606-V43-24-page15.txt: [('ASSOCIA', 'TION')]
ST19160606-V43-24-page3.txt: [('TH', 'E'), ('dif', 'ferent'), ('re', 'created')]
ST19160606-V43-24-page9.txt: [('Interna', 'tional'), ('Id', 'a')]
ST19160620-V43-25-page1.txt: [('M.', '')]
ST19160620-V43-25-page16.txt: [('ma', 'de'), ('brou', 'ght')]
ST19160620-V43-25-page4.txt: [('re', 'am')]
ST19160704-V43-26-page12.txt: [('re', 'create')]
ST19160704-V43-26-page13.txt: [('MI', 'M'), ('VE', 't')]
ST19160704-V43-26-page15.txt: [('beauti', 'ful')]
ST19160704-V43-26-page16.txt: [('hig', 'her')]
ST19160704-V43-26-page3.txt: [('CO', 'L'), ('se', 'CO')]
ST19160704-V43-26-page7.txt: [('aban', 'donment')]
ST19160711-V43-27-page3.txt: [('PRESI', 'DENT')]
ST19160801-V43-30-page10.txt: [('TH', 'E')]
ST19160808-V43-31-page10.txt: [('ac', 'cording')]
ST19160808-V43-31-page15.txt: [('SA', 'TISFIES')]
ST19160808-V43-31-page3.txt: [('M.', '')]
ST19160815-V43-32-page15.txt: [('INSTRU', 'MENT')]
ST19160822-V43-33-page10.txt: [('MAGA', 'N')]
ST19160822-V43-33-page15.txt: [('INSTRU', 'MENT')]
ST19160822-V43-33-page4.txt: [('SANCTI', 'FIETH'), ('re', 'creates')]
ST19160822-V43-33-page5.txt: [('aitc', 'h')]
ST19160822-V43-33-page7.txt: [('opi', 'nion')]
ST19160912-V43-36-page13.txt: [('Th', 'e')]
ST19160926-V43-38-page16.txt: [('co', 'co')]
ST19160926-V43-38-page7.txt: [('BO', 'WEN')]
ST19161003-V43-39,40-page15.txt: [('situa', 'tion')]
ST19161003-V43-39,40-page19.txt: [('MIS', 'SIONARY')]
ST19161003-V43-39,40-page26.txt: [('habitu', 's')]
ST19161003-V43-39,40-page3.txt: [('al', 't'), ('Mo', 'e')]
ST19161003-V43-39,40-page31.txt: [('re', 'turn')]
ST19161003-V43-39,40-page32.txt: [('MEE', 'TINGS')]
ST19161003-V43-39,40-page35.txt: [('ti', 'e')]
ST19161003-V43-39,40-page7.txt: [('li', 'I'), ('PERSECU', 'TION')]
ST19161017-V43-41-page12.txt: [('Su', 'ffer')]
ST19161017-V43-41-page5.txt: [('suf', 'fered')]
ST19161024-V43-42-page1.txt: [('PO', 'MP'), ('PA', 'p'), ('RA', 'PS')]
ST19161031-V43-43-page1.txt: [('re', 'creation')]
ST19161031-V43-43-page12.txt: [('re', 'creation')]
ST19161031-V43-43-page14.txt: [('pa', 'P')]
ST19161031-V43-43-page16.txt: [('langu', 'age')]
ST19161031-V43-43-page2.txt: [('popu', 'lation')]
ST19161107-V43-44-page11.txt: [('hea', 'rt')]
ST19161107-V43-44-page9.txt: [('complet', 'ed')]
ST19161205-V43-48-page12.txt: [('Illi', 'nois'), ('FU', 'TURE')]
ST19161205-V43-48-page13.txt: [('Asso', 'ciation'), ('Mediterra', 'nean'), ('re', 'corded')]
ST19161205-V43-48-page8.txt: [('pre', 'dicted')]
ST19161212-V43-49-page15.txt: [('headin', 'g')]
ST19161219-V43-50-page8.txt: [('WA', 'n')]
ST19180101-V45-01-page14.txt: [('da', 'y')]
ST19180101-V45-01-page16.txt: [('seve', 'n')]
ST19180101-V45-01-page2.txt: [('coura', 'geously')]
ST19180108-V45-02-page1.txt: [('mal', 'T')]
ST19180108-V45-02-page11.txt: [('ca', 'rrying')]
ST19180108-V45-02-page4.txt: [('re', 'I')]
ST19180115-V45-03-page5.txt: [('ef', 'forts')]
ST19180129-V45-05-page15.txt: [('th', 'or')]
ST19180129-V45-05-page9.txt: [('pre', 'war')]
ST19180205-V45-06-page6.txt: [('ex', 'pression')]
ST19180219-V45-08-page14.txt: [('ti', 'The')]
ST19180219-V45-08-page4.txt: [('re', 'creation')]
ST19180226-V45-09-page8.txt: [('re', 'I')]
ST19180305-V45-10-page5.txt: [('estab', 'lished')]
ST19180312-V45-11-page10.txt: [('ac', 'cepted')]
ST19180416-V45-16-page2.txt: [('ERN', 'EST'), ('se', 'a')]
ST19180430-V45-17-page2.txt: [('pr', 'o')]
ST19180507-V45-18-page15.txt: [('offi', 'ce')]
ST19180514-V45-19-page13.txt: [('enthusi', 'asm')]
ST19180514-V45-19-page16.txt: [('bloo', 'd')]
ST19180514-V45-19-page5.txt: [('co', 'd')]
ST19180521-V45-20-page12.txt: [('Co', 'rinthians')]
ST19180521-V45-20-page13.txt: [('tribula', 'tion')]
ST19180604-V45-22-page15.txt: [("MARK'", 'S')]
ST19180702-V45-26-page5.txt: [('WHEREF', 'ORE')]
ST19180702-V45-26-page7.txt: [('ut', 'a')]
ST19180709-V45-27-page2.txt: [('re', 'creation')]
ST19180716-V45-28-page13.txt: [('sr', 'a')]
ST19180716-V45-28-page15.txt: [('SI', 'NS'), ('PO', 'of'), ('re', 'quires')]
ST19180716-V45-28-page8.txt: [('ti', 'The')]
ST19180730-V45-30-page3.txt: [('proph', 'ets')]
ST19180820-V45-33-page15.txt: [('Pre', 'Millennial')]
ST19180903-V45-34-page12.txt: [('Har', 'T')]
ST19180903-V45-34-page2.txt: [('CHRI', 'ST')]
ST19180917-V45-36-page10.txt: [('Hawth', 'orne')]
ST19181008-V45-39-page15.txt: [('re', 'created')]
ST19181008-V45-39-page3.txt: [('AL', 'MOST')]
ST19181022-V45-41-page6.txt: [('blem', 'ish')]
ST19181105-V45-43-page14.txt: [('re', 'creates')]
ST19181105-V45-43-page4.txt: [('AP', 'PEARING')]
ST19181105-V45-43-page9.txt: [('DEFI', 'NITE')]
ST19181126-V45-46-page2.txt: [('re', 'created')]
ST19181126-V45-46-page8.txt: [('Forel', 'and')]
ST19181203-V45-47-page12.txt: [('SUCCES', 'SIVE')]
ST19181203-V45-47-page7.txt: [('mor', 'e')]
ST19181210-V45-48-page5.txt: [('coOpera', 'tion')]
ST19181217-V45-49-page10.txt: [('ti', 'The')]
ST19190107-V46-01-page3.txt: [('re', 'create')]
ST19190121-V46-03-page1.txt: [('pre', 'war')]
ST19190121-V46-03-page2.txt: [('SHEP', 'HERDS')]
ST19190121-V46-03-page5.txt: [('PRE', 'PARATORY')]
ST19190121-V46-03-page9.txt: [('REVOLU', 'TION')]
ST19190218-V46-07-page16.txt: [('theo', 'ries')]
ST19190225-V46-08-page13.txt: [('nonessen', 'tials')]
ST19190225-V46-08-page16.txt: [('revo', 'lution')]
ST19190325-V46-12-page11.txt: [('elimi', 'nated')]
ST19190401-V46-13-page11.txt: [('swif', 'tly')]
ST19190401-V46-13-page8.txt: [('Coverd', 'ale')]
ST19190401-V46-13-page9.txt: [('MUNICI', 'PALITY')]
ST19190422-V46-16-page2.txt: [('th', 'in')]
ST19190422-V46-16-page3.txt: [('Li', 'The'), ('M.', ''), ('alc', 'o')]
ST19190513-V46-19-page14.txt: [('re', 'i')]
ST19190513-V46-19-page7.txt: [('th', 'o')]
ST19190513-V46-19-page8.txt: [('Ph', 'd')]
ST19190520-V46-20-page1.txt: [('fr', 'ont'), ('Repres', 'entatives')]
ST19190520-V46-20-page4.txt: [('agri', 'culture')]
ST19190520-V46-20-page6.txt: [('ex', 'tends')]
ST19190527-V46-21-page1.txt: [('Tem', 'p')]
ST19190527-V46-21-page3.txt: [('follie', 's')]
ST19190527-V46-21-page4.txt: [('wh', 'o'), ('conse', 'crated')]
ST19190603-V46-22-page4.txt: [('Ge', 'Henna')]
ST19190610-V46-23-page2.txt: [('re', 'create')]
ST19190610-V46-23-page6.txt: [('hu', 'man')]
ST19190617-V46-24-page6.txt: [('re', 'creation')]
ST19190617-V46-24-page8.txt: [('Af', 'ter')]
ST19190624-V46-25-page12.txt: [('spe', 'cies')]
ST19190624-V46-25-page16.txt: [('re', 'creating')]
ST19190708-V46-26-page1.txt: [('sel', 'f')]
ST19190708-V46-26-page13.txt: [('MOSER', 'A')]
ST19190708-V46-26-page2.txt: [('ph', 'r')]
ST19190729-V46-29-page10.txt: [('al', 'to')]
ST19190729-V46-29-page12.txt: [('ta', 'rs')]
ST19190729-V46-29-page14.txt: [('APOCA', 'LYPSE')]
ST19190729-V46-29-page6.txt: [('TH', 'E')]
ST19190805-V46-30-page7.txt: [('FUL', 'FILLMENT')]
ST19190812-V46-31-page16.txt: [('reig', 'neth')]
ST19190812-V46-31-page8.txt: [('pre', 'vious')]
ST19190819-V46-32-page12.txt: [('ea', 'st')]
ST19190826-V46-33-page2.txt: [('Czecho', 'Slovakia')]
ST19190916-V46-36-page16.txt: [('Publishin', 'g')]
ST19190916-V46-36-page4.txt: [('na', 'tional')]
ST19190923-V46-37-page3.txt: [('OD', 'is')]
ST19190923-V46-37-page4.txt: [('UN', 'MISTAKABLE')]
ST19190930-V46-38-page12.txt: [('durin', 'g')]
ST19191007-V46-39-page12.txt: [('ea', 't')]
ST19191007-V46-39-page13.txt: [("Mankind'", 's')]
ST19191014-V46-40-page15.txt: [('Co', 'operation')]
ST19191014-V46-40-page9.txt: [('Bonif', 'ace')]
ST19191021-V46-41-page16.txt: [('ga', 'n')]
ST19191021-V46-41-page2.txt: [('WI', 'S')]
ST19191028-V46-42-page15.txt: [('Czecho', 'Slovakia')]
ST19191028-V46-42-page2.txt: [('Czecho', 'Slovakia')]
ST19191028-V46-42-page5.txt: [('fl', 'a')]
ST19191028-V46-42-page9.txt: [('pre', 'war')]
ST19191104-V46-43-page12.txt: [('re', 'quired')]
ST19191104-V46-43-page7.txt: [('emphasiz', 'ing')]
ST19191111-V46-44-page11.txt: [('ju', 'st')]
ST19191111-V46-44-page3.txt: [('re', 'creation')]
ST19191118-V46-45-page1.txt: [('pre', 'war')]
ST19191118-V46-45-page10.txt: [('Ne', 'braska')]
ST19191118-V46-45-page15.txt: [('Mc', 'Gill')]
ST19191118-V46-45-page2.txt: [('pictu', 're'), ('re', 'scinding')]
ST19191118-V46-45-page3.txt: [('re', 'ceive')]
ST19191125-V46-46-page14.txt: [('re', 'created')]
ST19191125-V46-46-page8.txt: [('re', 'creating')]
ST19191202-V46-47-page11.txt: [('Indo', 'China')]
ST19191202-V46-47-page6.txt: [('ti', 'The')]
ST19191216-V46-49-page11.txt: [('Czecho', 'Slovakia')]
ST19191223-V46-50-page2.txt: [('Czecho', 'Slovakia')]
ST19200106-V47-01-page13.txt: [('un', 'Christlike')]
ST19200106-V47-01-page8.txt: [('Li', 'I'), ('li', 'e'), ('ti', 'ti'), ('th', 'e')]
ST19200106-V47-01-page9.txt: [('ti', 'e'), ('ern', 'A'), ('RI', 'G')]
ST19200113-V47-02-page2.txt: [('re', 'creates')]
ST19200120-V47-03-page1.txt: [('sufferin', 'g')]
ST19200127-V47-04-page14.txt: [('sm', 'oking')]
ST19200127-V47-04-page2.txt: [('transporta', 'tion')]
ST19200203-V47-05-page13.txt: [('lodg', 'ing'), ('pleasu', 're')]
ST19200203-V47-05-page5.txt: [('es', 'tablishes')]
ST19200203-V47-05-page8.txt: [('pre', 'war')]
ST19200210-V47-06-page2.txt: [('li', 'I')]
ST19200210-V47-06-page3.txt: [('INCAR', 'NATION'), ('IrIt', 'is')]
ST19200217-V47-07-page16.txt: [('pre', 'war')]
ST19200217-V47-07-page3.txt: [('te', 'a'), ('advan', 'tage'), ('se', 'red')]
ST19200224-V47-08-page2.txt: [('Bri', 'tain'), ('Reve', 'lation')]
ST19200224-V47-08-page5.txt: [('Shu', 'A')]
ST19200302-V47-09-page11.txt: [('un', 'godly')]
ST19200302-V47-09-page15.txt: [('re', 'creation')]
ST19200302-V47-09-page5.txt: [('Shu', 'A')]
ST19200302-V47-09-page6.txt: [('Shu', 'A')]
ST19200316-V47-11-page12.txt: [('se', 'well')]
ST19200316-V47-11-page13.txt: [('Ch', 'in')]
ST19200323-V47-12-page15.txt: [('pre', 'diction')]
ST19200323-V47-12-page7.txt: [('wi', 't')]
ST19200323-V47-12-page8.txt: [('hypothese', 's')]
ST19200330-V47-13-page11.txt: [('instru', 'ments')]
ST19200330-V47-13-page16.txt: [('gos', "pel's")]
ST19200330-V47-13-page5.txt: [('Unfore', 'seen'), ('fu', 'ture')]
ST19200330-V47-13-page8.txt: [('thet', 'is')]
ST19200406-V47-14-page9.txt: [('MI', 'MI'), ('TS', 'P')]
ST19200413-V47-15-page11.txt: [('th', 'in')]
ST19200427-V47-17-page11.txt: [('re', 'I')]
ST19200427-V47-17-page3.txt: [('Tiglath', 'Pileser'), ('th', 'e')]
ST19200504-V47-18-page14.txt: [('Cau', 'casian')]
ST19200504-V47-18-page15.txt: [('theres', 'a')]
ST19200511-V47-19-page5.txt: [('intoxicati', 'ng')]
ST19200511-V47-19-page7.txt: [('lif', 'e'), ('te', 'r')]
ST19200518-V47-20-page13.txt: [('musi', 'AL'), ('Li', 'As'), ('mornin', 'g')]
ST19200518-V47-20-page4.txt: [('UNPARDON', 'ABLE')]
ST19200518-V47-20-page6.txt: [('coverin', 'g')]
ST19200525-V47-21-page15.txt: [('Czecho', 'Slovakia')]
ST19200608-V47-23-page13.txt: [('Po', 'or')]
ST19200615-V47-24-page6.txt: [('ma', 'de')]
ST19200622-V47-25-page4.txt: [('RE', 'PENTANCE')]
ST19200706-V47-26-page8.txt: [('ef', 'fect')]
ST19200713-V47-27-page7.txt: [('habitu', 's')]
ST19200713-V47-27-page8.txt: [('passin', 'g')]
ST19200720-V47-28-page4.txt: [('sh', 'in')]
ST19200720-V47-28-page8.txt: [('pre', 'war')]
ST19200727-V47-29-page16.txt: [('G.', '')]
ST19200803-V47-30-page6.txt: [('MU', 'CH')]
ST19200803-V47-30-page8.txt: [('Czecho', 'Slovakian')]
ST19200817-V47-32-page2.txt: [('af', 'fected')]
ST19200824-V47-33-page11.txt: [('re', 'ceive')]
ST19200824-V47-33-page4.txt: [('re', 'created')]
ST19200824-V47-33-page6.txt: [('li', 'the')]
ST19200824-V47-33-page8.txt: [('pre', 'Judgment')]
ST19200831-V47-34-page4.txt: [('Indo', 'China')]
ST19200831-V47-34-page7.txt: [('pre', 'judgment')]
ST19200907-V47-35-page16.txt: [('Septem', 'ber')]
ST19200921-V47-37-page3.txt: [('disa', 'greement')]
ST19201102-V47-43-page12.txt: [('Adoni', 'bezek'), ('OD', 'is')]
ST19201130-V47-47-page11.txt: [('dysp', 'epsia'), ('pl', 'ease')]
ST19201130-V47-47-page12.txt: [('Theres', 'a')]
ST19201130-V47-47-page13.txt: [('wel', 'comed')]
ST19201130-V47-47-page6.txt: [('tir', 'a')]
ST19201130-V47-47-page7.txt: [('POSSI', 'BILITY')]
ST19201207-V47-48-page2.txt: [('effec', 'tively')]
ST19201207-V47-48-page3.txt: [('LI', 'FE')]
ST19201214-V47-49-page16.txt: [('Yor', 'k')]
ST19201221-V47-50-page15.txt: [('Mc', 'Reynolds')]
ST19201221-V47-50-page4.txt: [('ac', 'knowledge')]
ST19201221-V47-50-page7.txt: [('ea', 'rth'), ('Sc', 'ripture')]
In [29]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/ST/correction6

Average verified rate: 0.9813248784202824

Average of error rates: 0.01883397982932506

Total token count: 36314034

In [30]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[30]:
[("'", 28888),
 ('e', 21984),
 ('m', 18624),
 ('d', 17477),
 ('w', 17329),
 ('n', 16330),
 ('t', 16275),
 ('r', 12148),
 ('g', 11324),
 ('f', 8369),
 ('th', 8148),
 ('pp', 6902),
 ('co', 5693),
 ('ex', 4176),
 ('u', 4106),
 ('x', 3480),
 ('tion', 2372),
 ('mo', 2269),
 ('wm', 1970),
 ('re', 1911),
 ('k', 1907),
 ('ment', 1611),
 ('eze', 1391),
 ('z', 1312),
 ("the'", 1295),
 ('altho', 1276),
 ("of'", 1121),
 ('ti', 1042),
 ('pa', 1032),
 ('wo', 985),
 ('sel', 935),
 ('q', 933),
 ('es', 907),
 ("an'", 878),
 ('ets', 852),
 ('al', 773),
 ('id', 713),
 ('va', 701),
 ('tions', 673),
 ('io', 643),
 ("''", 633),
 ('op', 620),
 ('ments', 614),
 ('mal', 577),
 ("if'", 564),
 ('aro', 554),
 ('ro', 554),
 ('ence', 540),
 ("and'", 534),
 ('oo', 526)]

Correction 7 -- Rejoin Split Words II

In [31]:
# %load shared_elements/rejoin_split_words.py
prev = cycle
cycle = "correction7"

directories = utilities.define_directories(prev, cycle, base_dir)
if not os.path.exists(directories['cycle']):
    os.makedirs(directories['cycle'])

corpus = (f for f in listdir(directories['prev']) if not f.startswith('.') and isfile(join(directories['prev'], f)))

for filename in corpus:
    content = utilities.readfile(directories['prev'], filename)
    
    text = re.sub(r"[0-9,!?$:;&]", " ", content)
    tokens = utilities.tokenize_text(text)
    errors = reports.identify_errors(tokens, spelling_dictionary)

    replacements = clean.check_if_stem(errors, spelling_dictionary, tokens, get_prior=False)
    
    if len(replacements) > 0:
        print('{}: {}'.format(filename, replacements))

        for replacement in replacements:
            content = clean.replace_split_words(replacement, content)
    else:
        pass

    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()
ST18740611-V01-02-page7.txt: [('ac', 'company')]
ST18740625-V01-03-page8.txt: [('th', 'in')]
ST18740709-V01-04-page2.txt: [('re', 'constituted')]
ST18740709-V01-04-page5.txt: [('th', 'in')]
ST18740709-V01-04-page8.txt: [('desir', 'able'), ('embrac', 'ing')]
ST18740723-V01-05-page1.txt: [('stil', 'l')]
ST18740723-V01-05-page8.txt: [('th', 'aw')]
ST18741022-V01-08-page3.txt: [('th', 'at')]
ST18741022-V01-08-page5.txt: [('th', 'at')]
ST18741022-V01-08-page7.txt: [('th', 'at')]
ST18741022-V01-08-page8.txt: [('th', 'at')]
ST18741203-V01-10-page5.txt: [('conse', 'quently')]
ST18741203-V01-10-page7.txt: [('th', 'at')]
ST18741217-V01-11-page6.txt: [('co', 'operate')]
ST18741217-V01-11-page8.txt: [('Mc', 'Intyre')]
ST18741231-V01-12-page2.txt: [('Heav', 'en')]
ST18750128-V01-14-page1.txt: [('th', 'an')]
ST18750128-V01-14-page5.txt: [('direc', 'ted')]
ST18750128-V01-14-page7.txt: [('fa', 'ce')]
ST18750225-V01-16-page5.txt: [('menta', 'l')]
ST18750225-V01-16-page8.txt: [('M.', ''), ('th', 'at')]
ST18750311-V01-18-page2.txt: [('fa', 'ce')]
ST18750311-V01-18-page3.txt: [('whatev', 'er')]
ST18750318-V01-19-page6.txt: [('bere', 'ft')]
ST18750325-V01-20-page1.txt: [('Adven', 't')]
ST18750325-V01-20-page2.txt: [('spok', 'e')]
ST18750325-V01-20-page5.txt: [('dea', 'th')]
ST18750325-V01-20-page6.txt: [('th', 'ey'), ('Giv', 'e')]
ST18750325-V01-20-page8.txt: [('re', 'mains')]
ST18750401-V01-21-page2.txt: [('sacri', 'fice'), ('posi', 'tion')]
ST18750401-V01-21-page3.txt: [('pla', 'tonic')]
ST18750408-V01-22-page2.txt: [('breth', 'ren')]
ST18750408-V01-22-page7.txt: [('inh', 'aling')]
ST18750415-V01-23-page3.txt: [('ta', 'ken')]
ST18750415-V01-23-page7.txt: [('cylindr', 'ical')]
ST18750415-V01-23-page8.txt: [('GA', 'L')]
ST18750422-V01-24-page3.txt: [('mis', 'take')]
ST18750429-V01-25-page1.txt: [('twelv', 'e')]
ST18750429-V01-25-page7.txt: [('Co', 'at')]
ST18750506-V01-26-page1.txt: [('re', 'echo')]
ST18750506-V01-26-page3.txt: [('re', 'inforces')]
ST18750506-V01-26-page5.txt: [('acknOwl', 'edged')]
ST18750506-V01-26-page6.txt: [('publica', 'tions')]
ST18750513-V01-27-page1.txt: [('Th', 'e')]
ST18750513-V01-27-page2.txt: [('Th', 'at')]
ST18750513-V01-27-page7.txt: [('Emper', 'or')]
ST18750520-V01-28-page7.txt: [('ac', 'tually')]
ST18750527-V01-29-page2.txt: [('pre', 'cept'), ('deso', 'late')]
ST18750527-V01-29-page4.txt: [('ment', 'he')]
ST18750527-V01-29-page7.txt: [('stri', 'ke')]
ST18750527-V01-29-page8.txt: [('Sa', 'bbaton')]
ST18750603-V01-30-page1.txt: [('igno', 'rant')]
ST18750603-V01-30-page2.txt: [('fornica', 'tion')]
ST18750603-V01-30-page4.txt: [('institu', 'tion')]
ST18750603-V01-30-page6.txt: [('ac', 'tion')]
ST18750603-V01-30-page7.txt: [('uncondition', 'al')]
ST18750603-V01-30-page8.txt: [('applica', 'tion')]
ST18750610-V01-31-page1.txt: [('decalo', 'gue')]
ST18750610-V01-31-page5.txt: [('Heav', 'en')]
ST18750624-V01-33-page8.txt: [('Vindica', 'tion')]
ST18750701-V01-34-page6.txt: [('oppo', 'nents')]
ST18750701-V01-34-page8.txt: [('greenba', 'ck'), ('th', 'at'), ('Sa', 'n')]
ST18750708-V01-35-page8.txt: [('th', 'at')]
ST18750715-V01-36-page2.txt: [('Pa', 'u')]
ST18750715-V01-36-page6.txt: [('th', 'in')]
ST18750812-V01-40-page6.txt: [('co', 'operate')]
ST18750909-V01-44-page5.txt: [('comin', 'g'), ('ac', 'cordance')]
ST18750909-V01-44-page6.txt: [('co', 'Co'), ('CO', 'o')]
ST18750909-V01-44-page7.txt: [('immedi', 'ate')]
ST18750909-V01-44-page8.txt: [('M.', '')]
ST18750916-V01-45-page6.txt: [('em', 'braced')]
ST18750923-V01-46-page1.txt: [('pa', 'tient')]
ST18750923-V01-46-page7.txt: [('ca', 'lamity')]
ST18750923-V01-46-page8.txt: [('M.', ''), ('Ge', 'M')]
ST18751007-V01-47-page6.txt: [('Uhl', 'and')]
ST18751007-V01-47-page8.txt: [('McAl', 'lister')]
ST18751021-V01-48-page5.txt: [('Th', 'e')]
ST18760127-V02-09-page3.txt: [('pre', 'cepts')]
ST18760127-V02-09-page4.txt: [('Ma', 'I')]
ST18760127-V02-09-page7.txt: [('ea', 'sy')]
ST18770419-V03-16-page2.txt: [('re', 'affirming')]
ST18780110-V04-02-page6.txt: [('befor', 'e')]
ST18780110-V04-02-page8.txt: [('co', 'operation')]
ST18780117-V04-03-page2.txt: [('pre', 'conceived')]
ST18780117-V04-03-page8.txt: [('M.', '')]
ST18780124-V04-04-page5.txt: [('thousan', 'd')]
ST18780124-V04-04-page8.txt: [('Mc', 'Alpin'), ('th', 'at'), ('Co', 'E'), ('co', 'to'), ('CO', 'O')]
ST18780207-V04-06-page2.txt: [('pre', 'sented')]
ST18780207-V04-06-page3.txt: [('tes', 't'), ('proph', 'ecy')]
ST18780207-V04-06-page4.txt: [('re', 'baptism')]
ST18780207-V04-06-page5.txt: [('pa', 'l')]
ST18780207-V04-06-page6.txt: [('mov', 'ing')]
ST18780214-V04-07-page1.txt: [('UN', 'profitable')]
ST18780307-V04-10-page7.txt: [('wa', 's')]
ST18780307-V04-10-page8.txt: [('th', 'a'), ('APPOINTM', 'ENTS')]
ST18780314-V04-11-page7.txt: [('tellin', 'g')]
ST18780314-V04-11-page8.txt: [('Re', 'demption')]
ST18780321-V04-12-page2.txt: [('ba', 'th')]
ST18780321-V04-12-page4.txt: [('provi', 'dence')]
ST18780321-V04-12-page8.txt: [('th', 'at')]
ST18780328-V04-13-page3.txt: [('bi', 'c')]
ST18780328-V04-13-page8.txt: [('Associa', 'tion')]
ST18780411-V04-14-page2.txt: [('Ma', 'I')]
ST18780411-V04-14-page6.txt: [('re', 'turn')]
ST18780411-V04-14-page7.txt: [('amoun', 'ted')]
ST18780425-V04-16-page2.txt: [('re', 'pentance')]
ST18780425-V04-16-page5.txt: [('co', 'CO'), ('CY', 'L'), ('CO', 'W'), ('se', 'as')]
ST18780425-V04-16-page6.txt: [('un', 'satisfactory')]
ST18780425-V04-16-page7.txt: [('broo', 'ks')]
ST18780425-V04-16-page8.txt: [('M.', '')]
ST18780502-V04-17-page1.txt: [('PHARI', 'SEES')]
ST18780502-V04-17-page8.txt: [('M.', '')]
ST18780509-V04-18-page3.txt: [('re', 'demption')]
ST18780509-V04-18-page5.txt: [('fa', 'ce')]
ST18780509-V04-18-page8.txt: [('M.', '')]
ST18780516-V04-19-page3.txt: [('re', 'st')]
ST18780516-V04-19-page8.txt: [('lan', 'guage')]
ST18780523-V04-20-page4.txt: [('re', 'opening')]
ST18780523-V04-20-page5.txt: [('prosp', 'erous')]
ST18780530-V04-21-page4.txt: [('trinita', 'rian')]
ST18780530-V04-21-page5.txt: [('wa', 'y')]
ST18780530-V04-21-page7.txt: [('re', 'establishing'), ('offen', 'ces')]
ST18780606-V04-22-page4.txt: [('re', 'establishing')]
ST18780606-V04-22-page7.txt: [('re', 'Marks'), ('oppor', 'tunity')]
ST18780613-V04-23-page1.txt: [('th', 'in')]
ST18780613-V04-23-page8.txt: [('M.', '')]
ST18780627-V04-24-page1.txt: [('ex', 'actly')]
ST18780627-V04-24-page3.txt: [('provoca', 'tions'), ('Sys', 'tem')]
ST18780627-V04-24-page5.txt: [('compa', 'nion')]
ST18780627-V04-24-page8.txt: [('M.', '')]
ST18780704-V04-25-page3.txt: [('ex', 'cuses'), ('th', 'e')]
ST18780711-V04-26-page1.txt: [('violat', 'ion')]
ST18780711-V04-26-page3.txt: [('restora', 'tion')]
ST18780711-V04-26-page8.txt: [('M.', '')]
ST18780718-V04-27-page1.txt: [('re', 'peating')]
ST18780718-V04-27-page2.txt: [('M.', '')]
ST18780718-V04-27-page3.txt: [('espec', 'ially')]
ST18780718-V04-27-page5.txt: [('eV', 'ent'), ('Cr', 'one'), ('ac', 'cepted')]
ST18780725-V04-28-page3.txt: [('seduc', 'tions')]
ST18780725-V04-28-page8.txt: [('co', 't'), ('CO', 'Co')]
ST18780801-V04-29-page7.txt: [('nothin', 'g')]
ST18780808-V04-30-page1.txt: [('th', 'e')]
ST18780808-V04-30-page3.txt: [('proph', 'ecy')]
ST18780808-V04-30-page8.txt: [('th', 'at')]
ST18780815-V04-31-page8.txt: [('th', 'at')]
ST18780822-V04-32-page1.txt: [('ex', 'plain'), ('op', 'pressed')]
ST18780822-V04-32-page7.txt: [('pre', 'carious')]
ST18780822-V04-32-page8.txt: [('th', 'at')]
ST18780829-V04-33-page5.txt: [('pre', 'existence'), ('advo', 'cate'), ('vir', 'tual')]
ST18780829-V04-33-page8.txt: [('M.', ''), ('th', 'at')]
ST18780912-V04-34-page5.txt: [('th', 'em'), ('sh', 'aves')]
ST18780912-V04-34-page8.txt: [('VA', 'N')]
ST18780919-V04-35-page1.txt: [('Ma', 'ster')]
ST18781003-V04-37-page1.txt: [('repe', 'tition')]
ST18781003-V04-37-page5.txt: [('intereste', 'd')]
ST18781010-V04-38-page8.txt: [('M.', '')]
ST18781017-V04-39-page6.txt: [('unhesita', 'tingly')]
ST18781024-V04-40-page4.txt: [('th', 'at'), ('ap', 'pointing')]
ST18781024-V04-40-page5.txt: [('ac', 'count')]
ST18781024-V04-40-page6.txt: [('hig', 'ht')]
ST18781024-V04-40-page8.txt: [('M.', ''), ('Co', 't'), ('G.', ''), ('co', 'to'), ('CO', 'G')]
ST18781031-V04-41-page8.txt: [('M.', '')]
ST18781107-V04-42-page2.txt: [('nota', 'ble')]
ST18781107-V04-42-page8.txt: [('M.', ''), ('th', 'A')]
ST18781114-V04-43-page8.txt: [('M.', '')]
ST18781121-V04-44-page1.txt: [('Sa', 'pphira')]
ST18781121-V04-44-page8.txt: [('M.', '')]
ST18781128-V04-45-page7.txt: [('Shef', 'field')]
ST18781128-V04-45-page8.txt: [('M.', '')]
ST18781212-V04-47-page2.txt: [('Pa', 'rthians')]
ST18781212-V04-47-page6.txt: [('hea', 'ven')]
ST18781219-V04-48-page2.txt: [('langu', 'age')]
ST18781219-V04-48-page6.txt: [('th', 'a')]
ST18781219-V04-48-page7.txt: [('hy', 'drants')]
ST18790102-V05-01-page3.txt: [('Ti', 'the')]
ST18790123-V05-04-page6.txt: [('ma', 'the')]
ST18790123-V05-04-page8.txt: [('ri', 'ND'), ('co', 'O'), ('CO', 'b')]
ST18790130-V05-05-page1.txt: [('neph', 'esh')]
ST18790130-V05-05-page7.txt: [('follo', 'wing')]
ST18790206-V05-06-page2.txt: [('re', 'quired')]
ST18790206-V05-06-page3.txt: [('sa', 'Ving')]
ST18790213-V05-07-page6.txt: [('wo', 'rd')]
ST18790213-V05-07-page7.txt: [('prepar', 'ing')]
ST18790220-V05-08-page8.txt: [('M.', ''), ('splen', 'did')]
ST18790227-V05-09-page7.txt: [('sh', 'ocks')]
ST18790306-V05-10-page5.txt: [('peo', 'ple')]
ST18790306-V05-10-page7.txt: [('privi', 'lege')]
ST18790313-V05-11-page1.txt: [('sh', 'eol')]
ST18790313-V05-11-page2.txt: [('Ca', 'valry')]
ST18790313-V05-11-page3.txt: [('pre', 'serve')]
ST18790313-V05-11-page5.txt: [('Ti', 'l'), ('senti', 'ments')]
ST18790320-V05-12-page5.txt: [('dw', 'ell')]
ST18790320-V05-12-page7.txt: [('th', 'a')]
ST18790327-V05-13-page7.txt: [('re', 'appearance')]
ST18790424-V05-17-page8.txt: [('co', 'to'), ('CO', 'tO')]
ST18790515-V05-20-page7.txt: [('suc', 'cess'), ('ba', 'ptized')]
ST18790522-V05-21-page8.txt: [('M.', '')]
ST18790605-V05-22-page8.txt: [('mortali', 'ty')]
ST18790612-V05-23-page5.txt: [('M.', '')]
ST18790612-V05-23-page6.txt: [('th', 'at')]
ST18790612-V05-23-page8.txt: [('oo', 'H')]
ST18790619-V05-24-page1.txt: [('supersti', 'tion')]
ST18790619-V05-24-page4.txt: [('preven', 'tive')]
ST18790626-V05-25-page4.txt: [('pre', 'existent')]
ST18790626-V05-25-page8.txt: [('M.', '')]
ST18790703-V05-26-page3.txt: [('tur', 'ned')]
ST18790717-V05-27-page6.txt: [('Wa', 'shington')]
ST18790717-V05-27-page8.txt: [('Re', 'applications')]
ST18790724-V05-28-page8.txt: [('co', 'to'), ('po', 't'), ('fo', 'p')]
ST18790731-V05-29-page2.txt: [('pre', 'existence')]
ST18790731-V05-29-page5.txt: [('unchange', 'able')]
ST18790731-V05-29-page7.txt: [('th', 'at')]
ST18790731-V05-29-page8.txt: [('co', 'la')]
ST18790807-V05-30-page2.txt: [('Po', 'or')]
ST18790807-V05-30-page3.txt: [('Fif', 'teen')]
ST18790807-V05-30-page4.txt: [('da', 'y')]
ST18790814-V05-31-page6.txt: [('grea', 't')]
ST18790814-V05-31-page7.txt: [('re', 'ported')]
ST18790814-V05-31-page8.txt: [('ori', 'gin'), ('abov', 'e')]
ST18790821-V05-32-page5.txt: [('ab', 'e')]
ST18790821-V05-32-page7.txt: [('ca', 'th')]
ST18790821-V05-32-page8.txt: [('ce', 'n')]
ST18790828-V05-33-page3.txt: [('wa', 's')]
ST18790828-V05-33-page7.txt: [('hav', 'e')]
ST18790828-V05-33-page8.txt: [('th', 'e')]
ST18790904-V05-34-page3.txt: [('deet', 'h')]
ST18790904-V05-34-page8.txt: [('th', 'at')]
ST18790911-V05-35-page2.txt: [('re', 'absorption')]
ST18790911-V05-35-page4.txt: [('observa', 'nce')]
ST18790911-V05-35-page8.txt: [('th', 'is')]
ST18790918-V05-36-page6.txt: [('inclin', 'ations')]
ST18790918-V05-36-page7.txt: [('ca', 'th')]
ST18790918-V05-36-page8.txt: [('fo', 'r')]
ST18791002-V05-37-page1.txt: [('co', 'operation')]
ST18791002-V05-37-page5.txt: [('pre', 'eminently')]
ST18791002-V05-37-page7.txt: [('th', 'a'), ('Parlia', 'ment')]
ST18791002-V05-37-page8.txt: [('re', 'elected')]
ST18791009-V05-38-page3.txt: [('sp', 'irit')]
ST18791009-V05-38-page7.txt: [('re', 'marrying')]
ST18791016-V05-39-page2.txt: [('cotempora', 'ry')]
ST18791016-V05-39-page4.txt: [('simultaneou', 'sly')]
ST18791016-V05-39-page7.txt: [('religi', 'ous')]
ST18791023-V05-40-page2.txt: [('re', 'absOrbed')]
ST18791030-V05-41-page4.txt: [('co', 'workers')]
ST18791030-V05-41-page8.txt: [('si', 'n')]
ST18791106-V05-42-page1.txt: [('denomina', 'tional')]
ST18791113-V05-43-page1.txt: [('fo', 'r')]
ST18791113-V05-43-page2.txt: [('ch', 'adds')]
ST18791113-V05-43-page6.txt: [('th', 'in')]
ST18791113-V05-43-page8.txt: [('obligatio', 'n'), ('pa', 'rticularly')]
ST18791120-V05-44-page2.txt: [('co', 'n')]
ST18791120-V05-44-page3.txt: [('pre', 'sumption')]
ST18791120-V05-44-page6.txt: [('ordi', 'nances'), ('M.', '')]
ST18791120-V05-44-page8.txt: [('re', 'S')]
ST18791127-V05-45-page1.txt: [('diffi', 'cult')]
ST18791127-V05-45-page2.txt: [('re', 'dressed')]
ST18791127-V05-45-page8.txt: [('gi', 'lt'), ('edg', 'es')]
ST18791211-V05-47-page4.txt: [('na', 'tions')]
ST18791211-V05-47-page8.txt: [('Patri', 'archal')]
ST18791218-V05-48-page8.txt: [('Re', 'born')]
ST18791218-V05-48-page9.txt: [('Califor', 'nia')]
ST18800122-V06-03-page12.txt: [('wo', "ld's")]
ST18800122-V06-03-page9.txt: [('ple', 'be')]
ST18800129-V06-04-page6.txt: [('co', 'operating')]
ST18800129-V06-04-page8.txt: [('th', 'a')]
ST18800212-V06-06-page7.txt: [('reputa', 'tion')]
ST18800212-V06-06-page8.txt: [('Garli', 'c')]
ST18800219-V06-07-page8.txt: [('th', 'in')]
ST18800226-V06-08-page7.txt: [('M.', '')]
ST18800311-V06-10-page3.txt: [('ment', 'or')]
ST18800325-V06-12-page1.txt: [('ab', 'ut')]
ST18800325-V06-12-page4.txt: [('un', 'inviting')]
ST18800401-V06-13-page8.txt: [('separa', 'te')]
ST18800408-V06-14-page6.txt: [('cer', 'tain')]
ST18800415-V06-15-page5.txt: [('ble', 'at')]
ST18800415-V06-15-page8.txt: [('th', 'at')]
ST18800513-V06-18-page3.txt: [('Gr', 'in'), ('pre', 'eminent')]
ST18800513-V06-18-page8.txt: [('ti', 'THE')]
ST18800520-V06-19-page3.txt: [('relig', 'ion')]
ST18800520-V06-19-page6.txt: [('Lor', 'd')]
ST18800527-V06-20-page10.txt: [('Stran', 'ge')]
ST18800527-V06-20-page11.txt: [('M.', '')]
ST18800527-V06-20-page7.txt: [('pre', 'eminence')]
ST18800617-V06-23-page11.txt: [('re', 'adjust')]
ST18800624-V06-24-page3.txt: [('fa', 'shion')]
ST18800624-V06-24-page7.txt: [('ment', 'or')]
ST18800624-V06-24-page9.txt: [('th', 'in')]
ST18800701-V06-25-page9.txt: [('al', 'ways')]
ST18800715-V06-27-page2.txt: [('imbe', 'cility')]
ST18800722-V06-28-page2.txt: [('si', 'n')]
ST18800722-V06-28-page5.txt: [('hil', 'a')]
ST18800729-V06-29-page6.txt: [('giv', 'en')]
ST18800812-V06-30-page11.txt: [('ct', 's')]
ST18800819-V06-31-page3.txt: [('th', 'e')]
ST18800902-V06-33-page4.txt: [('ch', 'e')]
ST18800902-V06-33-page5.txt: [('th', 'e')]
ST18800916-V06-35-page11.txt: [('re', 'm'), ('th', 'a')]
ST18800930-V06-36-page11.txt: [('th', 'e')]
ST18800930-V06-36-page5.txt: [('th', 'or')]
ST18801007-V06-37-page5.txt: [('hav', 'e')]
ST18801014-V06-38-page12.txt: [('Redemptio', 'n')]
ST18801014-V06-38-page3.txt: [('ment', 'he')]
ST18801014-V06-38-page5.txt: [('homewa', 'rd')]
ST18801021-V06-39-page12.txt: [('TI', 'E')]
ST18801021-V06-39-page5.txt: [('bo', 'used')]
ST18801028-V06-40-page11.txt: [('th', 'a')]
ST18801028-V06-40-page9.txt: [('G.', '')]
ST18801111-V06-42-page12.txt: [('Lesi', 'ons'), ('th', 'or')]
ST18801118-V06-43-page9.txt: [('palpi', 'tation')]
ST18801202-V06-45-page14.txt: [('M.', '')]
ST18801202-V06-45-page6.txt: [('ta', 'ught')]
ST18801202-V06-45-page8.txt: [('pa', 'I')]
ST18801202-V06-45-page9.txt: [('dren', 'the')]
ST18801209-V06-46-page12.txt: [('re', 'open'), ('th', 'e')]
ST18810113-V07-02-page4.txt: [('ment', 'he')]
ST18810217-V07-07-page1.txt: [('relig', 'ion'), ('throu', 'gh')]
ST18810217-V07-07-page6.txt: [('th', 'e')]
ST18810224-V07-08-page12.txt: [('th', 'e')]
ST18810303-V07-09-page11.txt: [('re', 'opened')]
ST18810310-V07-10-page5.txt: [('Ch', 'rysostom')]
ST18810324-V07-12-page11.txt: [('th', 'a')]
ST18810414-V07-15-page12.txt: [('re', 'Tract'), ('Flexibl', 'e')]
ST18810414-V07-15-page2.txt: [('Ch', 'ristian')]
ST18810505-V07-17-page3.txt: [('Th', 'e')]
ST18810512-V07-18-page1.txt: [('ma', 'I')]
ST18810512-V07-18-page4.txt: [('wh', 'at')]
ST18810526-V07-20-page7.txt: [('re', 'enactment')]
ST18810609-V07-22-page7.txt: [('re', 'enactment')]
ST18810616-V07-23-page11.txt: [('th', 'in')]
ST18810616-V07-23-page12.txt: [('Ca', 'n'), ('th', 'e')]
ST18810616-V07-23-page9.txt: [('ev', 'es'), ('Ch', 'ristian')]
ST18810623-V07-24-page11.txt: [('th', 'e')]
ST18810623-V07-24-page7.txt: [('spea', 'k')]
ST18810630-V07-25-page3.txt: [('em', 'its')]
ST18810630-V07-25-page9.txt: [('M.', '')]
ST18810728-V07-28-page6.txt: [('congreg', 'ation')]
ST18810825-V07-32-page8.txt: [('th', 'in')]
ST18810915-V07-35-page11.txt: [('Flexibl', 'e')]
ST18810922-V07-36-page12.txt: [('SI', 'NS')]
ST18810922-V07-36-page5.txt: [('re', 'Do')]
ST18810929-V07-37-page9.txt: [('un', 'knot')]
ST18811013-V07-39-page4.txt: [('impe', 'rfect')]
ST18811110-V07-42-page9.txt: [('M.', '')]
ST18811117-V07-43-page9.txt: [('ab', 'ut')]
ST18811124-V07-44-page1.txt: [('un', 'to')]
ST18811201-V07-45-page1.txt: [('rou', 't')]
ST18811208-V07-46-page11.txt: [('THEORIE', 's')]
ST18811215-V07-47-page12.txt: [('re', 'opening')]
ST18811222-V07-48-page1.txt: [('wA', 'Ils')]
ST18811222-V07-48-page13.txt: [('Immor', 'tality')]
ST18811222-V07-48-page14.txt: [('Re', 'read')]
ST18820105-V08-01-page12.txt: [('re', 'union')]
ST18820105-V08-01-page9.txt: [('re', 'moval')]
ST18820112-V08-02-page12.txt: [('re', 'ceive')]
ST18820112-V08-02-page6.txt: [('ex', 'presses')]
ST18820119-V08-03-page11.txt: [('re', 'marks'), ('ex', 'press')]
ST18820119-V08-03-page12.txt: [('re', 'minded'), ('indi', 'cates')]
ST18820119-V08-03-page7.txt: [('re', 'plied')]
ST18820119-V08-03-page8.txt: [('ex', 'press'), ('re', 'turn')]
ST18820119-V08-03-page9.txt: [('pa', 'th'), ('re', 'iterate')]
ST18820126-V08-04-page1.txt: [('obe', 'dience')]
ST18820126-V08-04-page11.txt: [('re', 'late'), ('th', 'a')]
ST18820126-V08-04-page12.txt: [('th', 'in')]
ST18820126-V08-04-page8.txt: [('re', 'ward')]
ST18820126-V08-04-page9.txt: [('re', 'wards')]
ST18820202-V08-05-page11.txt: [('re', 'turn')]
ST18820202-V08-05-page4.txt: [('Ch', 'ristian')]
ST18820202-V08-05-page7.txt: [('Pa', 'gan'), ('re', 'vealed')]
ST18820202-V08-05-page8.txt: [('mis', 'sionary'), ('re', 'gards')]
ST18820209-V08-06-page6.txt: [('re', 'ceive')]
ST18820209-V08-06-page7.txt: [('ob', 'serve')]
ST18820209-V08-06-page8.txt: [('re', 'minded')]
ST18820216-V08-07-page12.txt: [('estab', 'lishment')]
ST18820216-V08-07-page4.txt: [('ex', 'plained'), ('re', 'gard')]
ST18820216-V08-07-page7.txt: [('re', 'minded')]
ST18820223-V08-08-page2.txt: [('ex', 'tremely')]
ST18820223-V08-08-page3.txt: [('re', 'admit')]
ST18820223-V08-08-page5.txt: [('blas', 'pheme')]
ST18820223-V08-08-page6.txt: [('re', 'pentance')]
ST18820223-V08-08-page7.txt: [('re', 'cording')]
ST18820302-V08-09-page11.txt: [('Re', 'marks'), ('th', 'at')]
ST18820302-V08-09-page12.txt: [('re', 'gretted')]
ST18820302-V08-09-page3.txt: [('re', 'freshing')]
ST18820302-V08-09-page4.txt: [('re', 'marks')]
ST18820302-V08-09-page6.txt: [('ment', 'he')]
ST18820302-V08-09-page9.txt: [('ex', 'tract')]
ST18820309-V08-10-page1.txt: [('ac', 'cuser')]
ST18820309-V08-10-page11.txt: [('suc', 'cessful')]
ST18820309-V08-10-page8.txt: [('re', 'spect')]
ST18820316-V08-11-page3.txt: [('re', 'ligion')]
ST18820316-V08-11-page6.txt: [('ex', 'tracts'), ('re', 'publican')]
ST18820323-V08-12-page12.txt: [('re', 'ceiving')]
ST18820323-V08-12-page5.txt: [('un', 'derstand')]
ST18820330-V08-13-page10.txt: [('sa', 'id')]
ST18820330-V08-13-page12.txt: [('th', 'at')]
ST18820330-V08-13-page2.txt: [('em', 'ployed')]
ST18820330-V08-13-page7.txt: [('da', 'y')]
ST18820330-V08-13-page8.txt: [('ex', 'ercise')]
ST18820403-V08-14-page12.txt: [('th', 'in')]
ST18820403-V08-14-page3.txt: [('re', 'pelled')]
ST18820403-V08-14-page5.txt: [('TH', 'A')]
ST18820413-V08-15-page12.txt: [('re', 'turning')]
ST18820413-V08-15-page3.txt: [('re', 'cently')]
ST18820413-V08-15-page5.txt: [('re', 'tires')]
ST18820413-V08-15-page8.txt: [('th', 'read')]
ST18820420-V08-16-page10.txt: [('tol', 'd')]
ST18820420-V08-16-page11.txt: [('re', 'marks')]
ST18820420-V08-16-page12.txt: [('th', 'at')]
ST18820420-V08-16-page3.txt: [('un', 'less')]
ST18820420-V08-16-page7.txt: [('ma', 'licious')]
ST18820427-V08-17-page4.txt: [('ex', 'tending')]
ST18820427-V08-17-page6.txt: [('ex', 'cepting')]
ST18820504-V08-18-page12.txt: [('pre', 'sentation')]
ST18820504-V08-18-page6.txt: [('re', 'quire')]
ST18820518-V08-19-page10.txt: [('sak', 'I')]
ST18820518-V08-19-page11.txt: [('ju', 't')]
ST18820518-V08-19-page4.txt: [('abom', 'ination'), ('pre', 'eminently'), ('re', 'cently')]
ST18820518-V08-19-page7.txt: [('impor', 'tant')]
ST18820518-V08-19-page9.txt: [('argu', 'ment')]
ST18820525-V08-20-page8.txt: [('re', 'sult')]
ST18820601-V08-21-page11.txt: [('re', 'marks'), ('lan', 'guage')]
ST18820601-V08-21-page6.txt: [('sancti', 'fication')]
ST18820608-V08-22-page11.txt: [('indi', 'vidual')]
ST18820608-V08-22-page2.txt: [('re', 'main')]
ST18820608-V08-22-page3.txt: [('re', 'constituted')]
ST18820615-V08-23-page10.txt: [('TI', 'L')]
ST18820615-V08-23-page11.txt: [('re', 'late')]
ST18820615-V08-23-page12.txt: [('re', 'port')]
ST18820615-V08-23-page2.txt: [('re', 'marks')]
ST18820615-V08-23-page4.txt: [('re', 'entered')]
ST18820615-V08-23-page7.txt: [('re', 'turn')]
ST18820622-V08-24-page11.txt: [('re', 'late')]
ST18820622-V08-24-page12.txt: [('re', 'cover')]
ST18820622-V08-24-page2.txt: [('re', 'ward')]
ST18820622-V08-24-page4.txt: [('re', 'conquest')]
ST18820622-V08-24-page7.txt: [('Co', 'W'), ('desir', 'able')]
ST18820622-V08-24-page8.txt: [('M.', '')]
ST18820629-V08-25-page8.txt: [('th', 'at')]
ST18820713-V08-26-page10.txt: [('wor', "d's")]
ST18820713-V08-26-page11.txt: [('re', 'ceipts')]
ST18820720-V08-27-page1.txt: [('wor', 'ship')]
ST18820720-V08-27-page7.txt: [('re', 'cently')]
ST18820727-V08-28-page2.txt: [('pre', 'pared')]
ST18820727-V08-28-page5.txt: [('un', 'to')]
ST18820727-V08-28-page6.txt: [('influ', 'ential')]
ST18820727-V08-28-page7.txt: [('apos', 'tles')]
ST18820727-V08-28-page9.txt: [('pre', 'pared'), ('re', 'sulting')]
ST18820803-V08-29-page12.txt: [('ex', 'amined')]
ST18820803-V08-29-page9.txt: [('re', 'sult')]
ST18820810-V08-30-page11.txt: [('un', 'natural')]
ST18820810-V08-30-page5.txt: [('ex', 'istence')]
ST18820810-V08-30-page7.txt: [('re', 'demption')]
ST18820817-V08-31-page12.txt: [('ap', 'peared')]
ST18820817-V08-31-page7.txt: [('TI', 'TI')]
ST18820824-V08-32-page2.txt: [('re', 'main')]
ST18820907-V08-34-page2.txt: [('pre', 'millennial')]
ST18820907-V08-34-page6.txt: [('re', 'quirement')]
ST18820914-V08-35-page1.txt: [('re', 'pent')]
ST18820914-V08-35-page14.txt: [('institutio', 'ns')]
ST18820914-V08-35-page7.txt: [('re', 'quest')]
ST18820921-V08-36-page11.txt: [('TH', 'is')]
ST18820921-V08-36-page12.txt: [('sile', 'r'), ('ti', 'e'), ('Ti', 'a'), ('fi', 'T')]
ST18820921-V08-36-page5.txt: [('ex', 'amined')]
ST18820921-V08-36-page6.txt: [('relig', 'iously')]
ST18820928-V08-37-page11.txt: [('re', 'lief')]
ST18820928-V08-37-page4.txt: [('sancti', 'fied')]
ST18820928-V08-37-page7.txt: [('un', 'quenchable')]
ST18821005-V08-38-page3.txt: [('re', 'turned')]
ST18821005-V08-38-page5.txt: [('ex', 'plained')]
ST18821005-V08-38-page8.txt: [('inevita', 'ble')]
ST18821019-V08-39-page7.txt: [('re', 'elected')]
ST18821019-V08-39-page9.txt: [('th', 'at')]
ST18821026-V08-40-page2.txt: [('relig', 'ion')]
ST18821026-V08-40-page8.txt: [('TU', 'E')]
ST18821102-V08-41-page12.txt: [('Tr', 'Ier')]
ST18821102-V08-41-page2.txt: [('ex', 'cept')]
ST18821116-V08-43-page11.txt: [('re', 'ceived')]
ST18821116-V08-43-page6.txt: [('re', 'turned')]
ST18821116-V08-43-page7.txt: [('Th', 'e')]
ST18821123-V08-44-page1.txt: [('re', 'quirements')]
ST18821123-V08-44-page10.txt: [('TI', 'E')]
ST18821123-V08-44-page11.txt: [('re', 'sults')]
ST18821123-V08-44-page12.txt: [('re', 'port')]
ST18821123-V08-44-page4.txt: [('re', 'warded')]
ST18821123-V08-44-page5.txt: [('TI', 'E')]
ST18821123-V08-44-page7.txt: [('satis', 'fying')]
ST18821130-V08-45-page10.txt: [('ex', 'pect'), ('re', 'turned')]
ST18821130-V08-45-page4.txt: [('ap', 'pointment'), ('ex', 'ercises'), ('re', 'quired')]
ST18821130-V08-45-page5.txt: [('ex', 'amination')]
ST18821207-V08-46-page4.txt: [('re', 'call')]
ST18821214-V08-47-page12.txt: [('re', 'ceived'), ('TI', 'E')]
ST18821214-V08-47-page3.txt: [('re', 'ply')]
ST18821214-V08-47-page6.txt: [('ach', 'or')]
ST18821221-V08-48-page14.txt: [('BR', 'OWNSBERGER')]
ST18821221-V08-48-page7.txt: [('ac', 'complished')]
ST18821221-V08-48-page8.txt: [('conversa', 'tion')]
ST18830104-V09-01-page10.txt: [('ex', 'planation')]
ST18830104-V09-01-page12.txt: [('ex', 'changes')]
ST18830104-V09-01-page2.txt: [('luS', 'ts')]
ST18830104-V09-01-page4.txt: [('ex', 'pressions'), ('Ro', 'mish'), ('re', 'mark')]
ST18830104-V09-01-page8.txt: [('re', 'marks')]
ST18830111-V09-02-page10.txt: [('TI', 'P'), ('re', 'moved')]
ST18830111-V09-02-page11.txt: [('ma', 'ter')]
ST18830111-V09-02-page3.txt: [('Sa', 't'), ('re', 'strained')]
ST18830111-V09-02-page5.txt: [('posthu', 'mous')]
ST18830111-V09-02-page6.txt: [('re', 'jected')]
ST18830111-V09-02-page8.txt: [('TI', 'E')]
ST18830111-V09-03-page1.txt: [('br', 'ought')]
ST18830111-V09-03-page12.txt: [('re', 'quested')]
ST18830111-V09-03-page3.txt: [('re', 'ferring')]
ST18830111-V09-03-page4.txt: [('wor', 'shipers')]
ST18830111-V09-03-page6.txt: [('mu', 'sic')]
ST18830111-V09-03-page7.txt: [('pre', 'pared')]
ST18830111-V09-03-page8.txt: [('re', 'ceiving')]
ST18830111-V09-03-page9.txt: [('pre', 'ceded'), ('re', 'marks')]
ST18830111-V09-04-page11.txt: [('co', 'ors')]
ST18830111-V09-04-page2.txt: [('ex', 'tinguish')]
ST18830111-V09-04-page3.txt: [('th', 'y')]
ST18830111-V09-04-page5.txt: [('Pha', 'raoh')]
ST18830111-V09-04-page8.txt: [('id', 'a')]
ST18830111-V09-05-page10.txt: [('un', 'kind'), ('re', 'quired')]
ST18830111-V09-05-page3.txt: [('ex', 'haust')]
ST18830111-V09-05-page4.txt: [('re', 'course')]
ST18830111-V09-05-page5.txt: [('wa', 's')]
ST18830111-V09-05-page9.txt: [('re', 'lentless')]
ST18830111-V09-06-page10.txt: [('TI', 'a')]
ST18830111-V09-06-page3.txt: [('ay', 'Nor'), ('re', 'finement')]
ST18830111-V09-06-page7.txt: [('Britan', 'nica')]
ST18830111-V09-06-page9.txt: [('ex', 'tent'), ('re', 'ceive')]
ST18830111-V09-07-page1.txt: [('profes', 's'), ('quak', 'e')]
ST18830111-V09-07-page12.txt: [('re', 'marks')]
ST18830111-V09-07-page3.txt: [('Gl', 'and')]
ST18830111-V09-07-page5.txt: [('ti', 'e'), ('un', 'a')]
ST18830111-V09-08-page12.txt: [('re', 'flection')]
ST18830111-V09-08-page4.txt: [('recog', 'nized')]
ST18830222-V08-08-page12.txt: [('re', 'flection')]
ST18830222-V08-08-page4.txt: [('recog', 'nized')]
ST18830301-V09-09-page1.txt: [('re', 'establishing')]
ST18830301-V09-09-page10.txt: [('un', 'less')]
ST18830301-V09-09-page3.txt: [('contro', 'versy')]
ST18830301-V09-09-page4.txt: [('ung', 'odly')]
ST18830301-V09-09-page7.txt: [('ment', 'or')]
ST18830301-V09-09-page8.txt: [('re', 'main')]
ST18830308-V09-10-page1.txt: [('re', 'moved')]
ST18830308-V09-10-page12.txt: [('ex', 'penses')]
ST18830308-V09-10-page2.txt: [('re', 'markable')]
ST18830308-V09-10-page3.txt: [('impres', 'sion')]
ST18830308-V09-10-page5.txt: [('pre', 'sented')]
ST18830315-V09-11-page10.txt: [('re', 'sign')]
ST18830315-V09-11-page12.txt: [('PP', 'F')]
ST18830322-V09-12-page5.txt: [('Legisla', 'ture')]
ST18830322-V09-12-page6.txt: [('re', 'vealed')]
ST18830322-V09-12-page8.txt: [('pre', 'sents')]
ST18830329-V09-13-page10.txt: [('edu', 'cated'), ('un', 'der')]
ST18830329-V09-13-page12.txt: [('re', 'filling')]
ST18830329-V09-13-page2.txt: [('re', 'vealed')]
ST18830329-V09-13-page4.txt: [('ex', 'press')]
ST18830329-V09-13-page8.txt: [('re', 'claimed')]
ST18830329-V09-13-page9.txt: [('un', 'principled'), ('re', 'sponsible')]
ST18830405-V09-14-page4.txt: [('Th', 'y')]
ST18830405-V09-14-page8.txt: [('re', 'ceived'), ('ac', 'count')]
ST18830405-V09-14-page9.txt: [('ex', 'cluded')]
ST18830412-V09-15-page11.txt: [('pre', 'tty')]
ST18830412-V09-15-page3.txt: [('conse', 'quence'), ('ful', 'filling')]
ST18830412-V09-15-page4.txt: [('ob', 'serve'), ('re', 'cord')]
ST18830412-V09-15-page7.txt: [('ex', 'istence'), ('crea', 'tion'), ('re', 'moved')]
ST18830412-V09-15-page9.txt: [('un', 'holy')]
ST18830419-V09-16-page2.txt: [('regulat', 'ing'), ('pre', 'pared')]
ST18830419-V09-16-page3.txt: [('ob', 'servance'), ('recog', 'nize')]
ST18830419-V09-16-page4.txt: [('ment', 'or')]
ST18830419-V09-16-page5.txt: [('ex', 'pression')]
ST18830419-V09-16-page6.txt: [('pre', 'sents'), ('re', 'main')]
ST18830419-V09-16-page7.txt: [('re', 'corded')]
ST18830426-V09-17-page11.txt: [('Ca', 'L'), ('re', 'ligious')]
ST18830426-V09-17-page2.txt: [('re', 'sounded')]
ST18830426-V09-17-page3.txt: [('TI', 'V')]
ST18830426-V09-17-page4.txt: [('re', 'corded')]
ST18830426-V09-17-page5.txt: [('re', 'quirements')]
ST18830426-V09-17-page6.txt: [('re', 'ceived')]
ST18830426-V09-17-page8.txt: [('re', 'fers')]
ST18830426-V09-17-page9.txt: [('re', 'cently')]
ST18830510-V09-18-page1.txt: [('re', 'quired')]
ST18830510-V09-18-page11.txt: [('re', 'enactment'), ('ex', 'ceed')]
ST18830510-V09-18-page3.txt: [('ti', 'S')]
ST18830510-V09-18-page5.txt: [('ex', 'cuses')]
ST18830510-V09-18-page7.txt: [('neces', 'sities'), ('impor', 'tant'), ('re', 'sponsibility')]
ST18830510-V09-18-page8.txt: [('ti', 'P')]
ST18830510-V09-18-page9.txt: [('re', 'sponding')]
ST18830517-V09-19-page11.txt: [('th', 'a')]
ST18830517-V09-19-page12.txt: [('M.', ''), ('Frem', 'ont')]
ST18830517-V09-19-page2.txt: [('pre', 'cious')]
ST18830517-V09-19-page5.txt: [('cul', 'tivate')]
ST18830524-V09-20-page11.txt: [('ex', 'ceeding')]
ST18830524-V09-20-page3.txt: [('popu', 'lar')]
ST18830524-V09-20-page4.txt: [('ap', 'preciating'), ('Re', 'deemer'), ('re', 'ceive')]
ST18830524-V09-20-page5.txt: [('re', 'spect')]
ST18830524-V09-20-page9.txt: [('Li', 't')]
ST18830531-V09-1321-page11.txt: [('th', 'a')]
ST18830531-V09-1321-page12.txt: [('ob', 'served')]
ST18830531-V09-1321-page3.txt: [('ex', 'more'), ('re', 'formed')]
ST18830531-V09-1321-page4.txt: [('ex', 'plicable')]
ST18830531-V09-1321-page5.txt: [('ex', 'istence')]
ST18830531-V09-1321-page6.txt: [('ima', 'ge'), ('th', 'ey'), ('rende', 'r')]
ST18830531-V09-1321-page9.txt: [('repe', 'nt'), ('re', 'ceived')]
ST18830607-V09-22-page10.txt: [('th', 'e')]
ST18830607-V09-22-page2.txt: [('sus', 'tains')]
ST18830607-V09-22-page6.txt: [('repre', 'sented')]
ST18830607-V09-22-page8.txt: [('co', 'operate'), ('re', 'canvassing')]
ST18830614-V09-23-page10.txt: [('Ca', 'pt')]
ST18830614-V09-23-page13.txt: [('M.', ''), ('oc', 'currence')]
ST18830614-V09-23-page14.txt: [('Southamp', 'ton'), ('sylv', 'ania'), ('denomina', 'tion'), ('re', 'quired')]
ST18830614-V09-23-page2.txt: [('theo', 'ries'), ('un', 'known')]
ST18830614-V09-23-page4.txt: [('th', 'e')]
ST18830614-V09-23-page5.txt: [('ex', 'hort')]
ST18830614-V09-23-page7.txt: [('re', 'mained')]
ST18830621-V09-24-page12.txt: [('ex', 'tract')]
ST18830621-V09-24-page3.txt: [('phra', 'ses'), ('un', 'biblical')]
ST18830621-V09-24-page4.txt: [('pre', 'rogative'), ('re', 'pent')]
ST18830621-V09-24-page5.txt: [('dif', 'ferent'), ('ac', 'count')]
ST18830621-V09-24-page7.txt: [('re', 'pentance')]
ST18830621-V09-24-page8.txt: [('re', 'ceived')]
ST18830621-V09-24-page9.txt: [('apos', 'tle')]
ST18830628-V09-25-page12.txt: [('GE', 'O')]
ST18830628-V09-25-page3.txt: [('pa', 'per'), ('pri', 'vations'), ('re', 'vivals')]
ST18830628-V09-25-page5.txt: [('re', 'peats')]
ST18830628-V09-25-page6.txt: [('re', 'gard')]
ST18830628-V09-25-page7.txt: [('re', 'main'), ('ac', 'complished')]
ST18830628-V09-25-page9.txt: [('re', 'newed')]
ST18830712-V09-26-page3.txt: [('re', 'turned')]
ST18830712-V09-26-page4.txt: [('re', 'quired'), ('ac', 'complished')]
ST18830712-V09-26-page5.txt: [('un', 'circumcised')]
ST18830712-V09-26-page6.txt: [('al', 'ways'), ('co', 'n'), ('re', 'lation')]
ST18830712-V09-26-page9.txt: [('M.', '')]
ST18830719-V09-27-page3.txt: [('re', 'ported')]
ST18830719-V09-27-page9.txt: [('re', 'ferred')]
ST18830726-V09-28-page1.txt: [('ex', 'communication')]
ST18830726-V09-28-page11.txt: [('th', 'at')]
ST18830726-V09-28-page2.txt: [('ex', 'ercise')]
ST18830726-V09-28-page4.txt: [('Crea', 'tor')]
ST18830726-V09-28-page5.txt: [('re', 'lease')]
ST18830726-V09-28-page6.txt: [('ex', 'position')]
ST18830726-V09-28-page9.txt: [('re', 'garded')]
ST18830802-V09-29-page2.txt: [('ac', 'cepted')]
ST18830802-V09-29-page3.txt: [('OP', 'E')]
ST18830809-V09-30-page11.txt: [('Ti', 'E')]
ST18830809-V09-30-page12.txt: [('pre', 'pares')]
ST18830809-V09-30-page3.txt: [('TI', 'V'), ('re', 'straints')]
ST18830809-V09-30-page4.txt: [('th', 'is')]
ST18830809-V09-30-page6.txt: [('re', 'peats')]
ST18830809-V09-30-page8.txt: [('re', 'ceived')]
ST18830809-V09-30-page9.txt: [('th', 'e')]
ST18830816-V09-31-page1.txt: [('em', 'peror'), ('re', 'peated')]
ST18830816-V09-31-page3.txt: [('Je', 'sus')]
ST18830816-V09-31-page5.txt: [('th', 'e'), ('re', 'sponsible')]
ST18830816-V09-31-page6.txt: [('re', 'vived')]
ST18830816-V09-31-page7.txt: [('hav', 'e')]
ST18830823-V09-32-page10.txt: [('re', 'marked')]
ST18830823-V09-32-page11.txt: [('re', 'quired'), ('ti', 'A')]
ST18830823-V09-32-page12.txt: [('M.', ''), ('re', 'ception')]
ST18830823-V09-32-page7.txt: [('re', 'spect')]
ST18830830-V09-33-page10.txt: [('ex', 'cuse')]
ST18830830-V09-33-page11.txt: [('M.', '')]
ST18830830-V09-33-page12.txt: [('M.', '')]
ST18830830-V09-33-page4.txt: [('re', 'spect')]
ST18830830-V09-33-page5.txt: [('ex', 'tended')]
ST18830830-V09-33-page6.txt: [('ex', 'pected')]
ST18830830-V09-33-page9.txt: [('knowl', 'edge')]
ST18830906-V09-34-page11.txt: [('re', 'written')]
ST18830906-V09-34-page4.txt: [('re', 'mains')]
ST18830906-V09-34-page5.txt: [('re', 'joicing')]
ST18830906-V09-34-page6.txt: [('se', 'cret')]
ST18830906-V09-34-page8.txt: [('re', 'lation')]
ST18830906-V09-34-page9.txt: [('suc', 'cess')]
ST18830920-V09-35-page11.txt: [('re', 'ceived')]
ST18830920-V09-35-page2.txt: [('re', 'pent')]
ST18830920-V09-35-page4.txt: [('re', 'bellion')]
ST18830920-V09-35-page7.txt: [('pre', 'vious'), ('re', 'viewing')]
ST18830927-V09-36-page10.txt: [('re', 'membered')]
ST18830927-V09-36-page2.txt: [('ex', 'perienced')]
ST18830927-V09-36-page5.txt: [('ex', 'pressly')]
ST18830927-V09-36-page7.txt: [('un', 'derstood'), ('re', 'ally')]
ST18830927-V09-36-page8.txt: [('pre', 'sented')]
ST18831004-V09-37-page3.txt: [('conver', 'sion')]
ST18831004-V09-37-page5.txt: [('Chrysos', 'tom'), ('un', 'derstands')]
ST18831004-V09-37-page8.txt: [('ap', 'pointed'), ('re', 'sult')]
ST18831011-V09-38-page10.txt: [('se', 'cured')]
ST18831011-V09-38-page11.txt: [('re', 'ceived')]
ST18831011-V09-38-page12.txt: [('re', 'plied')]
ST18831011-V09-38-page4.txt: [('re', 'moved')]
ST18831011-V09-38-page5.txt: [('ut', 'most'), ('Timo', 'thy')]
ST18831011-V09-38-page7.txt: [('ob', 'tain'), ('re', 'corded')]
ST18831011-V09-38-page8.txt: [('secur', 'ing'), ('pre', 'sented'), ('re', 'ligion')]
ST18831011-V09-38-page9.txt: [('re', 'unite')]
ST18831018-V09-39-page2.txt: [('il', 'e'), ('re', 'ward')]
ST18831018-V09-39-page5.txt: [('es', 'sential')]
ST18831018-V09-39-page8.txt: [('childr', 'en')]
ST18831025-V09-40-page1.txt: [('re', 'form')]
ST18831025-V09-40-page10.txt: [('TI', 'P')]
ST18831025-V09-40-page12.txt: [('co', 'Operating')]
ST18831025-V09-40-page2.txt: [('proceede', 'd'), ('re', 'ligion')]
ST18831025-V09-40-page3.txt: [('TI', 'TI')]
ST18831025-V09-40-page5.txt: [('re', 'gard')]
ST18831025-V09-40-page6.txt: [('sev', 'enty')]
ST18831025-V09-40-page7.txt: [('ap', 'pointed')]
ST18831101-V09-41-page1.txt: [('re', 'sulted')]
ST18831101-V09-41-page10.txt: [('re', 'cently')]
ST18831101-V09-41-page11.txt: [('re', 'cently'), ('sa', 'ys'), ('se', 'verely')]
ST18831101-V09-41-page12.txt: [('Ea', 't')]
ST18831101-V09-41-page5.txt: [('ex', 'cused'), ('re', 'lation')]
ST18831101-V09-41-page7.txt: [('Philis', 'tines')]
ST18831108-V09-42-page11.txt: [('re', 'fused')]
ST18831108-V09-42-page2.txt: [('ob', 'servations'), ('re', 'signed')]
ST18831108-V09-42-page3.txt: [('af', 'flictions'), ('op', 'pression'), ('re', 'quirements')]
ST18831108-V09-42-page7.txt: [('Macca', 'beus')]
ST18831115-V09-43-page11.txt: [('re', 'leased'), ('ex', 'iles')]
ST18831115-V09-43-page2.txt: [('Zeruia', 'h')]
ST18831115-V09-43-page3.txt: [('Ja', 'ws')]
ST18831115-V09-43-page4.txt: [('ap', 'propriates'), ('re', 'spect')]
ST18831115-V09-43-page5.txt: [('re', 'solved')]
ST18831115-V09-43-page6.txt: [('ob', 'served')]
ST18831115-V09-43-page7.txt: [('re', 'inforcements')]
ST18831115-V09-43-page8.txt: [('re', 'ligious')]
ST18831122-V09-44-page2.txt: [('ap', 'proach'), ('ex', 'posed')]
ST18831122-V09-44-page3.txt: [('un', 'ruly')]
ST18831122-V09-44-page4.txt: [('re', 'quested')]
ST18831122-V09-44-page5.txt: [('re', 'garded')]
ST18831122-V09-44-page6.txt: [('ca', 'n'), ('re', 'vealed')]
ST18831122-V09-44-page7.txt: [('betra', 'yeth'), ('peculia', 'rly')]
ST18831129-V09-45-page1.txt: [('circum', 'stances'), ('fo', 'r')]
ST18831129-V09-45-page12.txt: [('re', 'ceived')]
ST18831129-V09-45-page2.txt: [('wa', 's'), ('se', 'cure')]
ST18831129-V09-45-page3.txt: [('relig', 'ious')]
ST18831129-V09-45-page4.txt: [('re', 'vealed')]
ST18831129-V09-45-page5.txt: [('immor', 'tal')]
ST18831129-V09-45-page6.txt: [('Conse', 'crate'), ('G.', ''), ('re', 'mark')]
ST18831129-V09-45-page8.txt: [('ex', 'ponent'), ('po', 'litical'), ('re', 'present')]
ST18831129-V09-45-page9.txt: [('re', 'quiring')]
ST18831206-V09-46-page1.txt: [('co', 'operate')]
ST18831206-V09-46-page10.txt: [('re', 'ferred')]
ST18831206-V09-46-page5.txt: [('un', 'believing')]
ST18831206-V09-46-page6.txt: [('re', 'enactment')]
ST18831206-V09-46-page9.txt: [('re', 'sults')]
ST18831213-V09-47-page1.txt: [('ene', 'mies')]
ST18831213-V09-47-page2.txt: [('re', 'quired')]
ST18831213-V09-47-page4.txt: [('ment', 'on'), ('pre', 'existence')]
ST18831213-V09-47-page8.txt: [('re', 'vival')]
ST18831220-V09-48-page12.txt: [('re', 'main')]
ST18831220-V09-48-page4.txt: [('compre', 'hend'), ('pre', 'eminence')]
ST18831220-V09-48-page5.txt: [('pre', 'vious'), ('re', 'striction')]
ST18831220-V09-48-page7.txt: [('ac', 'count')]
ST18831220-V09-48-page9.txt: [('recom', 'mend')]
ST18840117-V10-03-page15.txt: [('th', 'a')]
ST18840124-V10-04-page15.txt: [('tr', 'affic')]
ST18840124-V10-04-page2.txt: [('co', 'py')]
ST18840131-V10-05-page1.txt: [('Avi', 'd')]
ST18840131-V10-05-page15.txt: [('Ma', 'D'), ('co', 'op')]
ST18840214-V10-07-page11.txt: [('co', 'workers')]
ST18840214-V10-07-page5.txt: [('th', 'em')]
ST18840221-V10-08-page15.txt: [('un', 'pleasantness')]
ST18840228-V10-09-page3.txt: [('ment', 'he')]
ST18840313-V10-11-page13.txt: [('ow', 'n')]
ST18840327-V10-13-page11.txt: [('Stroms', 'burg')]
ST18840403-V10-14-page6.txt: [('co', 'operating')]
ST18840403-V10-14-page9.txt: [('co', 'operated')]
ST18840417-V10-16-page15.txt: [('th', 'a')]
ST18840417-V10-16-page16.txt: [('G.', '')]
ST18840619-V10-24-page14.txt: [('Robb', 'S')]
ST18840619-V10-24-page15.txt: [('co', 'operating')]
ST18840717-V10-27-page11.txt: [('li', 'ly')]
ST18840724-V10-28-page7.txt: [('co', 'n')]
ST18840807-V10-30-page13.txt: [('re', 'a')]
ST18840807-V10-30-page14.txt: [('re', 'dedicated')]
ST18840828-V10-33-page16.txt: [('op', 'P')]
ST18840918-V10-36-page1.txt: [('wo', 't')]
ST18841002-V10-37-page15.txt: [('Obje', 't')]
ST18841009-V10-38-page14.txt: [('pa', 'per')]
ST18841023-V10-40-page10.txt: [('Thi', 'rty')]
ST18841030-V10-41-page10.txt: [('un', 'equivocal')]
ST18841106-V10-42-page12.txt: [('bi', 'gger')]
ST18841113-V10-43-page12.txt: [('Mor', 'on')]
ST18841113-V10-43-page15.txt: [('co', 'operating')]
ST18841120-V10-44-page17.txt: [('sixt', 'een')]
ST18841120-V10-44-page18.txt: [('TI', 'E')]
ST18841204-V10-46-page13.txt: [('Elde', 'r')]
ST18841211-V10-47-page16.txt: [('infor', 'mation')]
ST18841211-V10-47-page5.txt: [('redemp', 'tion')]
ST18850108-V11-02-page11.txt: [('G.', ''), ('co', 'operate')]
ST18850108-V11-02-page4.txt: [('th', 'y')]
ST18850108-V11-02-page7.txt: [('ple', 'at')]
ST18850129-V11-05-page15.txt: [('TH', 'E')]
ST18850205-V11-06-page11.txt: [('sug', 'gests')]
ST18850205-V11-06-page15.txt: [('co', 'operating')]
ST18850212-V11-07-page11.txt: [('se', 'a')]
ST18850212-V11-07-page13.txt: [('CO', 'CO')]
ST18850212-V11-07-page15.txt: [('co', 'operative')]
ST18850305-V11-10-page11.txt: [('pr', 'inciple')]
ST18850312-V11-11-page1.txt: [('thr', 'oughout')]
ST18850312-V11-11-page9.txt: [('ti', 'e')]
ST18850319-V11-12-page4.txt: [('ple', 'a')]
ST18850319-V11-12-page5.txt: [('th', 'at')]
ST18850402-V11-14-page15.txt: [('co', 'operating')]
ST18850402-V11-14-page7.txt: [('co', 'operate')]
ST18850416-V11-16-page8.txt: [('ren', 'in')]
ST18850528-V11-21-page11.txt: [('Pre', 'S')]
ST18850611-V11-23-page10.txt: [('em', 'braced')]
ST18850611-V11-23-page15.txt: [('TH', 'U')]
ST18850716-V11-27-page11.txt: [('re', 'elected')]
ST18850716-V11-27-page15.txt: [('Re', 'S')]
ST18850723-V11-28-page13.txt: [('ment', 'he')]
ST18850730-V11-29-page15.txt: [('PRE', 'S')]
ST18850730-V11-29-page6.txt: [('th', 'rone')]
ST18850806-V11-30-page3.txt: [('intruste', 'd')]
ST18850813-V11-31-page13.txt: [('troubl', 'ed')]
ST18850813-V11-31-page15.txt: [('Re', 'pository')]
ST18850813-V11-31-page2.txt: [('co', 'operated')]
ST18850813-V11-31-page6.txt: [('tw', 'o')]
ST18850813-V11-31-page9.txt: [('proph', 'ecy')]
ST18850827-V11-33-page13.txt: [('ment', 'he')]
ST18850827-V11-33-page16.txt: [('th', 'or')]
ST18850917-V11-36-page14.txt: [('th', 'a')]
ST18850917-V11-36-page3.txt: [('G.', '')]
ST18850917-V11-36-page9.txt: [('alre', 'ady')]
ST18851001-V11-37-page12.txt: [('perf', 'unctory')]
ST18851008-V11-38-page1.txt: [('th', 'e')]
ST18851008-V11-38-page10.txt: [('M.', '')]
ST18851008-V11-38-page12.txt: [('Ob', 'I')]
ST18851008-V11-38-page4.txt: [('re', 'enforcements')]
ST18851022-V11-40-page12.txt: [('Gr', 'ay')]
ST18851022-V11-40-page13.txt: [('sas', 'in')]
ST18851119-V11-44-page12.txt: [('Ma', 'I')]
ST18851126-V11-45-page3.txt: [('ap', 'pear')]
ST18851203-V11-46-page10.txt: [('th', 'e')]
ST18851203-V11-46-page5.txt: [('Soo', 'Chow')]
ST18851217-V11-48-page14.txt: [('th', 'e')]
ST18851224-V11-49-page14.txt: [('Mis', 'sions'), ('Associa', 'tions')]
ST18851224-V11-49-page4.txt: [('sus', 'a')]
ST18860204-V12-05-page3.txt: [('re', 'In')]
ST18860211-V12-06-page16.txt: [('unlim', 'ited')]
ST18860218-V12-07-page2.txt: [('re', 'entrance')]
ST18860225-V12-08-page9.txt: [('re', 'enactment')]
ST18860318-V12-11-page1.txt: [('co', 'workers')]
ST18860318-V12-11-page11.txt: [('Minne', 'sota')]
ST18860318-V12-11-page12.txt: [('mo', 'a')]
ST18860318-V12-11-page9.txt: [('Fathe', 'r')]
ST18860325-V12-12-page15.txt: [('ex', 'pected')]
ST18860401-V12-13-page15.txt: [('Coxe', 'D')]
ST18860422-V12-16-page15.txt: [('Coxe', 'D')]
ST18860506-V12-17-page4.txt: [('re', 'enforcement')]
ST18860513-V12-18-page15.txt: [('Heneag', 'e')]
ST18860520-V12-19-page9.txt: [('co', 'to'), ('CO', 'CO')]
ST18860610-V12-22-page15.txt: [('Coxe', 'D')]
ST18860610-V12-22-page16.txt: [('elec', 'tion')]
ST18860610-V12-22-page5.txt: [('th', 'e')]
ST18860701-V12-25-page13.txt: [('dren', 'the')]
ST18860708-V12-26-page1.txt: [('CI', 'V')]
ST18860708-V12-26-page11.txt: [('ac', 'companied')]
ST18860708-V12-26-page15.txt: [('Coxe', 'D')]
ST18860715-V12-27-page3.txt: [('TI', 'U')]
ST18860715-V12-27-page6.txt: [('th', 'is')]
ST18860722-V12-28-page6.txt: [('Ili', 'A')]
ST18860805-V12-30-page10.txt: [('narra', 'tive')]
ST18860812-V12-31-page3.txt: [('em', 'phatic')]
ST18860819-V12-32-page1.txt: [('ch', 'aracter')]
ST18860826-V12-33-page15.txt: [('re', 'binding')]
ST18860826-V12-33-page7.txt: [('Capel', 'in'), ('co', 'operate')]
ST18860902-V12-34-page12.txt: [('fo', 'od')]
ST18860902-V12-34-page15.txt: [('WHER', 'EAS')]
ST18860916-V12-36-page10.txt: [('Ch', 'ristian')]
ST18860930-V12-38-page5.txt: [('re', 'state')]
ST18861111-V12-43-page10.txt: [('necessa', 'rily')]
ST18861202-V12-46-page4.txt: [('heredi', 'tary')]
ST18861216-V12-48-page5.txt: [('M.', '')]
ST18861216-V12-48-page8.txt: [('re', 'inforce')]
ST18870106-V13-01-page13.txt: [('TI', 'M')]
ST18870106-V13-01-page16.txt: [('G.', '')]
ST18870106-V13-01-page2.txt: [('TI', 'ES')]
ST18870106-V13-01-page7.txt: [('ab', 'I')]
ST18870113-V13-02-page1.txt: [('th', 'at')]
ST18870113-V13-02-page4.txt: [('th', 'e')]
ST18870113-V13-02-page7.txt: [('wid', 'e')]
ST18870120-V13-03-page14.txt: [('Te', 'e')]
ST18870203-V13-05-page9.txt: [('experi', 'ence')]
ST18870210-V13-06-page5.txt: [('supe', 'rior')]
ST18870224-V13-08-page14.txt: [('equipp', 'ed')]
ST18870224-V13-08-page9.txt: [('conse', 'quence')]
ST18870224-V13-08s-page4.txt: [('Ex', 'plain'), ('co', 'workers')]
ST18870310-V13-10-page11.txt: [('esta', 'blished')]
ST18870317-V13-11-page10.txt: [('ab', 'surd')]
ST18870324-V13-12-page13.txt: [('ide', 's'), ('wa', 'ter')]
ST18870324-V13-12-page8.txt: [('re', 'enactment')]
ST18870331-V13-13-page15.txt: [('th', 'ereat')]
ST18870414-V13-14-page13.txt: [('Mo', 'st')]
ST18870414-V13-14-page14.txt: [('re', 'ported')]
ST18870616-V13-23-page11.txt: [('TI', 'ES'), ('forg', 'et')]
ST18870616-V13-23-page3.txt: [('Ea', 'U')]
ST18870616-V13-23-page6.txt: [('th', 'e')]
ST18870623-V13-24-page3.txt: [('po', 'of')]
ST18870707-V13-26-page9.txt: [('ren', 'O')]
ST18870714-V13-27-page15.txt: [('TI', 'ES')]
ST18870714-V13-27-page7.txt: [('re', 'people')]
ST18870818-V13-32-page13.txt: [('re', 'senting')]
ST18870825-V13-33-page11.txt: [('se', 'cure')]
ST18870825-V13-33-page15.txt: [('denomina', 'tional')]
ST18870825-V13-33-page2.txt: [('ut', 't')]
ST18870825-V13-33-page5.txt: [('TI', 'S')]
ST18871006-V13-39-page10.txt: [('Ch', 'urch')]
ST18871006-V13-39-page9.txt: [('Presbyte', 'rian')]
ST18871020-V13-40-page12.txt: [('re', 'fused')]
ST18871124-V13-45-page9.txt: [('co', 'operating')]
ST18871201-V13-46-page10.txt: [('ta', 'ke')]
ST18871201-V13-46-page6.txt: [('corre', 'spondent')]
ST18871208-V13-47-page14.txt: [('Angele', 's')]
ST18871215-V13-48-page13.txt: [('TI', 'l')]
ST18871215-V13-48-page16.txt: [('re', 'fuse')]
ST18871215-V13-48-page6.txt: [('re', 'ligion')]
ST18871215-V13-48-page9.txt: [('mee', 'kness')]
ST18871222-V13-49-page10.txt: [('Jerusa', 'lem')]
ST18871229-V13-50-page16.txt: [('pre', 'existence')]
ST18880106-V14-01-page14.txt: [('TR', 'ET')]
ST18880113-V14-02-page2.txt: [('re', 'sisting')]
ST18880113-V14-02-page3.txt: [('sor', 'row')]
ST18880113-V14-02-page5.txt: [('ut', 'most')]
ST18880217-V14-07-page6.txt: [('sI', 's')]
ST18880217-V14-07-page8.txt: [('practic', 'e')]
ST18880309-V14-10-page14.txt: [('TI', 'S')]
ST18880309-V14-10-page5.txt: [('recogni', 'tion')]
ST18880309-V14-10-page8.txt: [('co', 'operates')]
ST18880309-V14-10-page9.txt: [('co', 'operate')]
ST18880323-V14-12-page1.txt: [('obe', 'dience')]
ST18880323-V14-12-page11.txt: [('fa', 'ith')]
ST18880323-V14-12-page15.txt: [('al', 'ready')]
ST18880323-V14-12-page3.txt: [('suppos', 'ed')]
ST18880323-V14-12-page7.txt: [('oP', 'position')]
ST18880323-V14-12-page9.txt: [('counte', 'nance')]
ST18880330-V14-13-page14.txt: [('TI', 'S')]
ST18880330-V14-13-page3.txt: [('glorifi', 'cation')]
ST18880330-V14-13-page6.txt: [('th', 'y')]
ST18880406-V14-14-page13.txt: [('TI', 'S')]
ST18880406-V14-14-page14.txt: [('Bos', 'ton')]
ST18880420-V14-16-page5.txt: [('dif', 'ferent')]
ST18880824-V14-33-page14.txt: [('ra', 'N')]
ST18880824-V14-33-page16.txt: [('ry', 'e')]
ST18880824-V14-33-page3.txt: [('Mo', 'e')]
ST18880824-V14-33-page5.txt: [('TI', 'ES')]
ST18880831-V14-34-page12.txt: [('ay', 'nor')]
ST18880831-V14-34-page14.txt: [('th', 'at')]
ST18880914-V14-36-page2.txt: [('Belshazza', "r's")]
ST18880914-V14-36-page6.txt: [('re', 'arranged')]
ST18881019-V14-40-page3.txt: [('Bi', 'ble')]
ST18881019-V14-40-page9.txt: [('TI', 'LES')]
ST18881116-V14-44-page11.txt: [('M.', '')]
ST18881116-V14-44-page6.txt: [('ther', 'efore'), ('TI', 'rES')]
ST18881221-V14-49-page15.txt: [('PRI', 'G')]
ST18881228-V14-50-page4.txt: [('lumi', 'nous')]
ST18890107-V15-01-page10.txt: [('ti', 'THE')]
ST18890121-V15-03-page9.txt: [('OP', 'E')]
ST18890128-V15-04-page4.txt: [('G.', '')]
ST18890128-V15-04-page5.txt: [('re', 'appeared')]
ST18890204-V15-05-page15.txt: [('TI', 'MES')]
ST18890204-V15-05-page3.txt: [('lan', 'guage')]
ST18890211-V15-06-page16.txt: [('oc', 'cupants')]
ST18890218-V15-07-page13.txt: [('hav', 'ing')]
ST18890304-V15-09-page15.txt: [('OL', 'DEN')]
ST18890318-V15-11-page1.txt: [('th', 'e')]
ST18890325-V15-12-page9.txt: [('pre', 'eminent')]
ST18890401-V15-13-page10.txt: [('Vo', 'l'), ('ITT', 'A')]
ST18890401-V15-13-page3.txt: [("PT'", 'S')]
ST18890401-V15-13-page6.txt: [('TI', 'ES')]
ST18890408-V15-14-page3.txt: [('cla', 'ys')]
ST18890408-V15-14-page5.txt: [("E'", 'S')]
ST18890408-V15-14-page9.txt: [('circum', 'cision')]
ST18890415-V15-15-page3.txt: [('th', 'e')]
ST18890415-V15-15-page4.txt: [('opposi', 'tion')]
ST18890415-V15-15-page6.txt: [('pre', 'existence')]
ST18890415-V15-15-page9.txt: [('od', 'our')]
ST18890422-V15-16-page9.txt: [('TI', 'P')]
ST18890506-V15-17-page12.txt: [('TI', 'E')]
ST18890513-V15-18-page12.txt: [('SI', 'r')]
ST18890520-V15-19-page13.txt: [('kI', 'T')]
ST18890520-V15-19-page3.txt: [('TI', 'LTS')]
ST18890603-V15-21-page15.txt: [('ic', 'E')]
ST18890603-V15-21-page2.txt: [('co', 'laborers')]
ST18890603-V15-21-page8.txt: [('TI', 'LES')]
ST18890610-V15-22-page15.txt: [('Yo', 'Semite')]
ST18890617-V15-23-page14.txt: [('Fr', 'Ei')]
ST18890617-V15-23-page6.txt: [('M.', '')]
ST18890701-V15-25-page8.txt: [('M.', '')]
ST18890708-V15-26-page15.txt: [('Sundhedsbladet', 'A')]
ST18890708-V15-26-page16.txt: [('Virg', 'inia')]
ST18890715-V15-27-page10.txt: [('peo', 'ple')]
ST18890715-V15-27-page12.txt: [('TI', 'E')]
ST18890715-V15-27-page16.txt: [('Se', 'pt')]
ST18890715-V15-27-page7.txt: [('M.', '')]
ST18890722-V15-28-page3.txt: [('bre', 'eds')]
ST18890722-V15-28-page5.txt: [('TI', 'M')]
ST18890729-V15-29-page15.txt: [('Yo', 'Semite')]
ST18890729-V15-29-page8.txt: [('th', 'a')]
ST18890805-V15-30-page4.txt: [('OP', 'ES')]
ST18890812-V15-31-page4.txt: [('inhu', 'man')]
ST18890812-V15-31-page7.txt: [('M.', '')]
ST18890812-V15-31-page9.txt: [('ag', 'e'), ('TE', 'T')]
ST18890819-V15-32-page14.txt: [('aveng', 'e')]
ST18890819-V15-32-page16.txt: [('CI', 't')]
ST18890826-V15-33-page11.txt: [('M.', '')]
ST18890826-V15-33-page2.txt: [('co', 'operate')]
ST18890826-V15-33-page3.txt: [('Cu', 'yler')]
ST18890826-V15-33-page9.txt: [('li', 'r')]
ST18890902-V15-34-page11.txt: [('M.', '')]
ST18890902-V15-34-page15.txt: [('Ne', 'ts')]
ST18890902-V15-34-page16.txt: [('th', 'is')]
ST18890909-V15-35-page7.txt: [('M.', '')]
ST18890916-V15-36-page7.txt: [('TE', 'ES')]
ST18890930-V15-38-page14.txt: [('Ci', 'V')]
ST18891014-V15-39-page12.txt: [('al', 'can')]
ST18891014-V15-39-page15.txt: [('Se', 'th'), ('th', 'e')]
ST18891014-V15-39-page3.txt: [('TI', 'Er'), ('fil', 'ErS')]
ST18891021-V15-40-page12.txt: [('Fr', 'T')]
ST18891021-V15-40-page9.txt: [('Ci', 'V')]
ST18891104-V15-42-page3.txt: [('pa', 'ssage')]
ST18891111-V15-43-page5.txt: [('Zapp', 'a')]
ST18891118-V15-44-page12.txt: [('yo', 'ur')]
ST18891118-V15-44-page15.txt: [('MA', 'E')]
ST18891125-V15-45-page1.txt: [('re', 'cent')]
ST18891125-V15-45-page7.txt: [('co', 'operate')]
ST18891202-V15-46-page11.txt: [('distrib', 'uted')]
ST18891209-V15-47-page15.txt: [('po', 's')]
ST18891216-V15-48-page7.txt: [('proph', 'ets')]
ST18891223-V15-49-page15.txt: [('Se', 't')]
ST18891223-V15-49-page2.txt: [('chil', 'dren')]
ST18891230-V15-50-page4.txt: [('unfort', 'unate')]
ST18900127-V16-04-page6.txt: [('na', 'tional')]
ST18900217-V16-07-page6.txt: [('ment', 'or')]
ST18900217-V16-07-page7.txt: [('M.', '')]
ST18900303-V16-09-page11.txt: [('ti', 'C')]
ST18900303-V16-09-page16.txt: [('hav', 'e')]
ST18900310-V16-10-page7.txt: [('Li', 'the')]
ST18900512-V16-18-page9.txt: [('M.', '')]
ST18900609-V16-22-page11.txt: [('re', 'e')]
ST18900609-V16-22-page4.txt: [('co', 'workers')]
ST18900609-V16-22-page9.txt: [('travelin', 'g')]
ST18900922-V16-37-page7.txt: [('th', 'o')]
ST18920208-V18-14e-page4.txt: [('subscrip', 'tions')]
ST18921107-V19-01-page4.txt: [('PRE', 'M')]
ST18921121-V19-03-page8.txt: [('neces', 'sary')]
ST18921128-V19-04-page12.txt: [('re', 'e')]
ST18921205-V19-05-page14.txt: [('G.', '')]
ST18921212-V19-06-page11.txt: [('nea', 'r')]
ST18921219-V19-07-page10.txt: [('Voi', 'ce')]
ST18921219-V19-07-page11.txt: [('nar', 'row')]
ST18930116-V19-11-page15.txt: [('nati', 'on')]
ST18930116-V19-11-page3.txt: [('se', 'a')]
ST18930116-V19-11-page6.txt: [('stran', 'ger')]
ST18930116-V19-11-page7.txt: [('inci', 'dents')]
ST18930123-V19-12-page11.txt: [('re', 'sults')]
ST18930123-V19-12-page14.txt: [('wi', 's')]
ST18930123-V19-12-page5.txt: [('charac', 'ter')]
ST18930206-V19-14-page11.txt: [('tem', 'perate')]
ST18930206-V19-14-page12.txt: [('ase', 'as')]
ST18930206-V19-14-page7.txt: [('manifes', 'tation')]
ST18930213-V19-15-page4.txt: [('COI', 'r')]
ST18930220-V19-16-page15.txt: [('re', 'enter')]
ST18930220-V19-16-page3.txt: [('bo', 'a')]
ST18930227-V19-17-page1.txt: [('re', 'ligious')]
ST18930227-V19-17-page16.txt: [('popu', 'lar')]
ST18930313-V19-19-page12.txt: [('pre', 's')]
ST18930320-V19-20-page3.txt: [('re', 'ward')]
ST18930320-V19-20-page6.txt: [('re', 'creation')]
ST18930327-V19-21-page16.txt: [('M.', '')]
ST18930410-V19-23-page9.txt: [('Ca', 'sar')]
ST18930424-V19-25-page16.txt: [('po', 'etry')]
ST18930626-V19-33-page11.txt: [('Brah', 'man')]
ST18930710-V19-35-page10.txt: [('ber', 'ries')]
ST18930710-V19-35-page6.txt: [('Spi', 'rit')]
ST18930724-V19-37-page7.txt: [('Protec', 'tive')]
ST18930731-V19-38-page16.txt: [('PR', 'OF')]
ST18930731-V19-38-page3.txt: [('re', 'ligion')]
ST18930807-V19-39-page15.txt: [('pp', 'r')]
ST18930807-V19-39-page4.txt: [('ap', 'pearances')]
ST18930814-V19-40-page7.txt: [('esti', 'mates')]
ST18930828-V19-42-page16.txt: [('Se', 'th')]
ST18930828-V19-42-page4.txt: [('ment', 'or')]
ST18930904-V19-43-page6.txt: [('pre', 'sent')]
ST18930904-V19-43-page9.txt: [('tri', 'umph')]
ST18930911-V19-44-page12.txt: [('serv', 'ice')]
ST18930911-V19-44-page16.txt: [('Ti', 'E')]
ST18930925-V19-46-page13.txt: [('Presi', 'dent'), ('Septem', 'ber')]
ST18931002-V19-47-page11.txt: [('Pre', 'sident')]
ST18931009-V19-48-page2.txt: [('errone', 'ous')]
ST18931009-V19-48-page3.txt: [('extri', 'cate')]
ST18931009-V19-48-page9.txt: [('conducte', 'd'), ('Christia', 'n')]
ST18931016-V19-49-page16.txt: [('Se', 'th')]
ST18931023-V19-50-page9.txt: [('re', 'marked')]
ST18931106-V20-01-page19.txt: [('PRE', 'S')]
ST18931106-V20-01-page8.txt: [('asso', 'ciates')]
ST18931113-V20-02-page14.txt: [('RA', 'Y'), ('li', 'RA')]
ST18931120-V20-03-page11.txt: [('ma', 'y')]
ST18931120-V20-03-page14.txt: [('illustratio', 'n')]
ST18931120-V20-03-page4.txt: [('everlast', 'ing')]
ST18931204-V20-05-page12.txt: [('wak', 'ing')]
ST18931211-V20-06-page3.txt: [('assump', 'tions')]
ST18931218-V20-07-page2.txt: [('Protes', 'tant')]
ST18931225-V20-08-page13.txt: [('CH', 'RON')]
ST18931225-V20-08-page7.txt: [('pervad', 'ing')]
ST18940101-V20-09-page11.txt: [('SI', 'c')]
ST18940108-V20-10-page14.txt: [('Pre', 'S')]
ST18940108-V20-10-page16.txt: [('alloWe', 'd'), ('orl', 'and')]
ST18940108-V20-10-page4.txt: [('re', 'turned')]
ST18940115-V20-11-page15.txt: [('ob', 'servance')]
ST18940115-V20-11-page3.txt: [('Ve', 'suvius')]
ST18940115-V20-11-page7.txt: [('ti', 'e')]
ST18940129-V20-13-page8.txt: [('re', 'ligious')]
ST18940212-V20-15-page5.txt: [('breth', 'ren')]
ST18940212-V20-15-page7.txt: [('ex', 'act'), ('Tennes', 'see')]
ST18940226-V20-17-page7.txt: [('wa', 's')]
ST18940305-V20-18-page10.txt: [('Th', 'e')]
ST18940305-V20-18-page11.txt: [('inci', 'dent')]
ST18940312-V20-19-page2.txt: [('Sa', 'cred')]
ST18940319-V20-20-page4.txt: [('suf', 'ferings')]
ST18940319-V20-20-page6.txt: [('re', 'ceived')]
ST18940319-V20-20-page9.txt: [('sa', 'vored')]
ST18940326-V20-21-page1.txt: [('al', 'way')]
ST18940402-V20-22-page3.txt: [('ac', 'cept')]
ST18940409-V20-23-page12.txt: [('re', 'search')]
ST18940416-V20-24-page11.txt: [('Tem', 'perance')]
ST18940416-V20-24-page5.txt: [('TI', 'E')]
ST18940423-V20-25-page8.txt: [('M.', '')]
ST18940430-V20-26-page5.txt: [('immu', 'table')]
ST18940507-V20-27-page4.txt: [('cre', 'ate')]
ST18940514-V20-28-page16.txt: [('si', 'th')]
ST18940528-V20-29-page13.txt: [('sp', 'y')]
ST18940528-V20-29-page14.txt: [('re', 'ceive')]
ST18940604-V20-30-page12.txt: [('appren', 'tices')]
ST18940604-V20-30-page4.txt: [('ev', 'ery')]
ST18940611-V20-31-page9.txt: [('TI', 'E')]
ST18940618-V20-32-page12.txt: [('Al', 'ready')]
ST18940625-V20-33-page10.txt: [('gos', 'pel')]
ST18940702-V20-34-page4.txt: [('Brahm', 'I')]
ST18940709-V20-35-page10.txt: [('espe', 'cially')]
ST18940709-V20-35-page8.txt: [('missi', 'onary'), ('commu', 'nity')]
ST18940730-V20-38-page12.txt: [('ap', 'pear')]
ST18940730-V20-38-page14.txt: [('TI', 'll')]
ST18940730-V20-38-page6.txt: [('recog', 'nize')]
ST18940806-V20-39-page1.txt: [('immedi', 'ately')]
ST18940806-V20-39-page6.txt: [('re', 'main')]
ST18940813-V20-40-page1.txt: [('calami', 'ties')]
ST18940813-V20-40-page7.txt: [('ev', 'erything')]
ST18940813-V20-40-page9.txt: [('chea', 'pness')]
ST18940820-V20-41-page16.txt: [('ele', 'na')]
ST18940820-V20-41-page4.txt: [('re', 'ligion')]
ST18940903-V20-43-page3.txt: [('proph', 'ets')]
ST18940903-V20-43-page5.txt: [('es', 'tablish')]
ST18940910-V20-44-page16.txt: [('Spi', 'der')]
ST18940917-V20-45-page13.txt: [('M.', '')]
ST18940917-V20-45-page7.txt: [('pa', 'in')]
ST18940924-V20-46-page2.txt: [('TI', 'e')]
ST18940924-V20-46-page3.txt: [('Bab', 'ylon')]
ST18940924-V20-46-page4.txt: [('al', 'though')]
ST18941001-V20-47-page12.txt: [('suf', 'fering')]
ST18941001-V20-47-page9.txt: [('co', 'Le')]
ST18941008-V20-48-page5.txt: [('su', 'preme')]
ST18941008-V20-48-page9.txt: [('re', 'fused')]
ST18941015-V20-49-page1.txt: [('eter', 'nal')]
ST18941015-V20-49-page12.txt: [('al', 'ways'), ('ca', 't')]
ST18941022-V20-50-page10.txt: [('Provi', 'dence')]
ST18941022-V20-50-page11.txt: [('relig', 'ions')]
ST18941022-V20-50-page13.txt: [('Sabba', 'th')]
ST18941029-V20-51-page13.txt: [('Ne', 'w')]
ST18941029-V20-51-page6.txt: [('compa', 'rison')]
ST18941105-V20-52-page1.txt: [('wh', 'y')]
ST18941105-V20-52-page8.txt: [('fr', 'Om'), ('Septem', 'ber')]
ST18941105-V20-52-page9.txt: [('wa', 's')]
ST18941119-V20-54-page11.txt: [('missiona', 'ry')]
ST18941126-V20-55-page12.txt: [('epi', 'demic')]
ST18941203-V20-56-page1.txt: [('ac', 'cording')]
ST18941203-V20-56-page2.txt: [('Protes', 'tants')]
ST18941210-V20-57-page4.txt: [('ne', 'v')]
ST18941217-V20-58-page16.txt: [('fes', 'tival')]
ST18941217-V20-58-page3.txt: [('wa', 'st')]
ST18941217-V20-58-page6.txt: [('neces', 'sary')]
ST18941217-V20-58-page9.txt: [('mis', 'chievous')]
ST18941224-V20-59-page13.txt: [('th', 'e')]
ST18941224-V20-59-page3.txt: [('mal', 'ice')]
ST18941224-V20-59-page5.txt: [('dren', 'the')]
ST18941224-V20-59-page9.txt: [('applica', 'tions')]
ST18950103-V20-59i-page2.txt: [('Wo', 'ld')]
ST18950103-V20-59i-page3.txt: [('bo', 'a'), ('ro', 'pe'), ('Na', 't')]
ST18960402-V22-14-page12.txt: [('al', 'to')]
ST18960402-V22-14-page6.txt: [('consola', 'tion')]
ST18961008-V22-40-page14.txt: [('facilit', 'ies')]
ST18961015-V22-41-page10.txt: [('va', 'cation')]
ST18961015-V22-41-page3.txt: [('conse', 'quences')]
ST18961022-V22-42-page14.txt: [('NI', 'L')]
ST18961022-V22-42-page9.txt: [('G.', '')]
ST18961029-V22-43-page12.txt: [('Nico', 'demus'), ('Phar', 'isees')]
ST18961029-V22-43-page3.txt: [('asc', 'ended')]
ST18961029-V22-43-page8.txt: [('th', 'a')]
ST18961105-V22-44-page16.txt: [('MOR', 'RIS')]
ST18961112-V22-45-page8.txt: [('tw', 'o')]
ST18961119-V22-46-page1.txt: [('Li', 'mes')]
ST18961119-V22-46-page12.txt: [('abid', 'eth')]
ST18961119-V22-46-page13.txt: [('ac', 't')]
ST18961119-V22-46-page14.txt: [('co', 'e')]
ST18961119-V22-46-page7.txt: [('opinio', 'n')]
ST18961119-V22-46-page8.txt: [('ro', 'at')]
ST18961126-V22-47-page13.txt: [('fi', 'ght')]
ST18961126-V22-47-page6.txt: [('Mg', 'r')]
ST18961217-V22-50-page12.txt: [('blasphem', 'est')]
ST18961217-V22-50-page16.txt: [('MOR', 'RIS')]
ST18961224-V22-51-page15.txt: [('M.', '')]
ST18961224-V22-51-page2.txt: [('ac', 'cept')]
ST18970422-V23-16-page15.txt: [('M.', '')]
ST18970422-V23-16-page4.txt: [('ni', 'm')]
ST18970429-V23-17-page12.txt: [('re', 'sorted')]
ST18970429-V23-17-page15.txt: [('M.', '')]
ST18970506-V23-18-page12.txt: [('Sabba', 't')]
ST18970506-V23-18-page13.txt: [('em', 'bossed')]
ST18970513-V23-19-page11.txt: [('relig', 'ious')]
ST18970513-V23-19-page12.txt: [('sr', 'I')]
ST18970520-V23-20-page5.txt: [('co', 'operate')]
ST18970603-V23-22-page15.txt: [('busi', 'ness')]
ST18970617-V23-23-page12.txt: [('Ju', 'das'), ('Fa', 'ther')]
ST18970617-V23-23-page13.txt: [('ro', 'o')]
ST18970617-V23-23-page2.txt: [('greatne', 'ss')]
ST18970617-V23-23-page4.txt: [('strik', 'ing')]
ST18970624-V23-24-page13.txt: [('lan', 'guage')]
ST18970701-V23-25-page11.txt: [('UNDERWOO', 'D')]
ST18970701-V23-25-page13.txt: [('Breth', 'ren')]
ST18970701-V23-25-page14.txt: [('ri', 'm')]
ST18970708-V23-26-page12.txt: [('Objec', 'tions'), ('Adve', 'ntists')]
ST18970708-V23-26-page13.txt: [('ig', 'norance')]
ST18970708-V23-26-page8.txt: [('publica', 'tion')]
ST18970708-V23-26-page9.txt: [('pre', 'sided')]
ST18970715-V23-27-page13.txt: [('proph', 'ets')]
ST18970729-V23-29-page10.txt: [('expres', 'sion')]
ST18970729-V23-29-page13.txt: [('edi', 'fieth')]
ST18970729-V23-29-page4.txt: [('senti', 'ment')]
ST18970909-V23-35-page7.txt: [('lov', 'e')]
ST18970923-V23-37-page13.txt: [('re', 'ported'), ('ro', 'by')]
ST18970930-V23-38-page13.txt: [('gri', 'm')]
ST18970930-V23-38-page3.txt: [('agai', 'nst')]
ST18971007-V23-39-page12.txt: [('Jeru', 'salem')]
ST18971007-V23-39-page14.txt: [('sh', 'e')]
ST18971014-V23-40-page12.txt: [('Si', "mon's")]
ST18971014-V23-40-page16.txt: [('M.', '')]
ST18971021-V23-41-page12.txt: [('kins', 'men')]
ST18971021-V23-41-page16.txt: [('M.', '')]
ST18971021-V23-41-page8.txt: [('TI', 'e')]
ST18971028-V23-42-page10.txt: [('MISSi', 'S')]
ST18971104-V23-43-page12.txt: [('Jerusa', 'lem'), ('persever', 'ance')]
ST18971111-V23-44-page12.txt: [('abomi', 'nable')]
ST18971118-V23-45-page12.txt: [('ro', 'o'), ('coun', 'try')]
ST18971118-V23-45-page7.txt: [('ti', 'e')]
ST18971125-V23-46-page8.txt: [('zo', 'o')]
ST18971202-V23-47-page12.txt: [('blas', 'phemed')]
ST18971209-V23-48-page15.txt: [('fi', 'r')]
ST18971216-V23-49-page12.txt: [('ful', 'filled')]
ST18971216-V23-49-page13.txt: [('Skag', 'way')]
ST18971223-V23-50-page12.txt: [('peo', 'ple')]
ST18971223-V23-50-page18.txt: [('re', 'ported')]
ST18971223-V23-50-page8.txt: [('al', 'ways')]
ST18990105-V25-01-page14.txt: [('recogni', 'tion')]
ST18990105-V25-01-page24.txt: [('estab', 'lish')]
ST18990105-V25-01-page29.txt: [('un', 'crowned')]
ST18990105-V25-01-page35.txt: [('al', 'I')]
ST18990105-V25-01-page4.txt: [('Li', 'N'), ('ti', 'the')]
ST18990111-V25-02-page10.txt: [('frankin', 'cense')]
ST18990111-V25-02-page11.txt: [('ex', 'cept')]
ST18990125-V25-04-page11.txt: [('TI', 'E')]
ST18990125-V25-04-page14.txt: [('capi', 'tal')]
ST18990125-V25-04-page16.txt: [('ro', 'E')]
ST18990125-V25-04-page4.txt: [('co', 'o')]
ST18990125-V25-04-page6.txt: [('bo', 'z')]
ST18990125-V25-04-page7.txt: [('gi', 'l')]
ST18990201-V25-05-page10.txt: [('TI', 'e')]
ST18990201-V25-05-page15.txt: [('ti', 'N')]
ST18990201-V25-05-page9.txt: [('tered', 'o')]
ST18990208-V25-06-page4.txt: [('fa', 'th')]
ST18990215-V25-07-page10.txt: [('sulphu', 'ric')]
ST18990215-V25-07-page14.txt: [('exploita', 'tion'), ('Acad', 'emy')]
ST18990215-V25-07-page16.txt: [('apos', 'tolic')]
ST18990215-V25-07-page2.txt: [('ro', 'we')]
ST18990215-V25-07-page5.txt: [('re', 'enacted')]
ST18990222-V25-08-page15.txt: [('ev', 'e')]
ST18990222-V25-08-page9.txt: [('li', 't')]
ST18990301-V25-09-page11.txt: [('disci', 'ples')]
ST18990301-V25-09-page13.txt: [('pri', 'ce')]
ST18990308-V25-10-page11.txt: [('ti', 'V')]
ST18990308-V25-10-page15.txt: [('G.', '')]
ST18990308-V25-10-page6.txt: [('whatso', 'ever')]
ST18990315-V25-11-page9.txt: [('Fr', 'i')]
ST18990322-V25-12-page11.txt: [('re', 'gion')]
ST18990322-V25-12-page16.txt: [('Hav', 'e')]
ST18990322-V25-12-page4.txt: [('te', 'e'), ('cov', 'enant')]
ST18990322-V25-12-page7.txt: [('al', 'ways')]
ST18990329-V25-13-page13.txt: [('li', 'I')]
ST18990329-V25-13-page16.txt: [('re', 'turned')]
ST18990329-V25-13-page19.txt: [('Ak', 'An')]
ST18990329-V25-13-page8.txt: [('G.', '')]
ST18990405-V25-14-page3.txt: [('co', 'extend')]
ST18990412-V25-15-page11.txt: [('ma', 'son'), ('blas', 'phemeth'), ('mul', 'titude')]
ST18990510-V25-19-page14.txt: [('ex', 'ports')]
ST18990517-V25-20-page10.txt: [('oint', 'ment')]
ST18990517-V25-20-page11.txt: [('un', 'done'), ('re', 'quired')]
ST18990517-V25-20-page4.txt: [('M.', '')]
ST18990517-V25-20-page8.txt: [('patronag', 'e')]
ST18990524-V25-21-page19.txt: [('G.', '')]
ST18990524-V25-21-page7.txt: [('Grims', 'by'), ('expan', 'sion')]
ST18990531-V25-22-page10.txt: [('coun', 'try')]
ST18990531-V25-22-page11.txt: [('knowl', 'edge')]
ST18990531-V25-22-page6.txt: [('diffi', 'cult')]
ST18990607-V25-23-page10.txt: [('testi', 'mony')]
ST18990607-V25-23-page11.txt: [('re', 'create')]
ST18990607-V25-23-page4.txt: [('ti', 'a')]
ST18990614-V25-24-page10.txt: [('th', 'at')]
ST18990614-V25-24-page14.txt: [('EV', 'A')]
ST18990614-V25-24-page15.txt: [('TI', 'E')]
ST18990614-V25-24-page6.txt: [('ro', 'o')]
ST18990621-V25-25-page7.txt: [('al', 'ways')]
ST18990628-V25-26-page10.txt: [('ex', 'tended')]
ST18990704-V25-27-page10.txt: [('vio', 'lence')]
ST18990704-V25-27-page16.txt: [('ex', 'change')]
ST18990712-V25-28-page11.txt: [('TI', 's')]
ST18990712-V25-28-page16.txt: [('Jerusa', 'lem')]
ST18990712-V25-28-page2.txt: [('al', 'ways')]
ST18990719-V25-29-page13.txt: [('desola', 'tion'), ('Phar', 'isees'), ('abomina', 'tions')]
ST18990719-V25-29-page14.txt: [('ga', 'N')]
ST18990726-V25-30-page1.txt: [('separa', 'ted')]
ST18990726-V25-30-page10.txt: [('revo', 'lutions')]
ST18990726-V25-30-page3.txt: [('co', 'operation')]
ST18990809-V25-32-page12.txt: [('stom', 'achs')]
ST18990809-V25-32-page15.txt: [('G.', ''), ('NI', 't')]
ST18990816-V25-33-page11.txt: [('relig', 'ious')]
ST18990816-V25-33-page13.txt: [('OAKL', 'AND')]
ST18990816-V25-33-page14.txt: [('impos', 'sible'), ('Lor', 'd'), ('re', 'buked')]
ST18990823-V25-34-page14.txt: [('Jerusa', 'lem')]
ST18990823-V25-34-page15.txt: [('ca', 'sh')]
ST18990823-V25-34-page8.txt: [('furi', 'ous')]
ST18990906-V25-36-page14.txt: [('M.', '')]
ST18990913-V25-37-page1.txt: [('Sav', "iour's")]
ST18990913-V25-37-page14.txt: [('Si', 'NS'), ('syca', 'more'), ('G.', '')]
ST18990913-V25-37-page3.txt: [('pre', 'sentation')]
ST18990920-V25-38-page4.txt: [('neces', 'sarily')]
ST18990927-V25-39-page11.txt: [('M.', '')]
ST18990927-V25-39-page16.txt: [('ap', 'pear')]
ST18990927-V25-39-page6.txt: [('fi', 'r')]
ST18991004-V25-40-page11.txt: [('G.', '')]
ST18991004-V25-40-page13.txt: [('G.', '')]
ST18991004-V25-40-page14.txt: [('M.', '')]
ST18991004-V25-40-page15.txt: [('G.', '')]
ST18991011-V25-41-page13.txt: [('M.', '')]
ST18991018-V25-42-page14.txt: [('leav', 'e')]
ST18991018-V25-42-page15.txt: [('M.', '')]
ST18991018-V25-42-page2.txt: [('enor', 'mous')]
ST18991025-V25-43-page13.txt: [('M.', '')]
ST18991101-V25-44-page12.txt: [('TE', 'E')]
ST18991101-V25-44-page13.txt: [('M.', '')]
ST18991101-V25-44-page14.txt: [('un', 'cleanness')]
ST18991101-V25-44-page15.txt: [('Mo', 'or')]
ST18991101-V25-44-page16.txt: [('ti', 'ti')]
ST18991108-V25-45-page13.txt: [('M.', '')]
ST18991115-V25-46-page14.txt: [('M.', '')]
ST18991115-V25-46-page4.txt: [('re', 'tain')]
ST18991122-V25-47-page14.txt: [('ea', 't')]
ST18991122-V25-47-page15.txt: [('M.', ''), ('opin', 'ions')]
ST18991129-V25-48,49-page15.txt: [('sacri', 'ficed')]
ST18991129-V25-48,49-page9.txt: [('re', 'a')]
ST18991220-V25-51-page15.txt: [('Th', 'e'), ('cli', 'P')]
ST18991220-V25-51-page16.txt: [('em', 'boss'), ('Chicag', 'o')]
ST18991220-V25-51-page4.txt: [('propo', 'sition')]
ST19000110-V26-01-page14.txt: [('M.', ''), ('ab', 'Y'), ('po', 't'), ('WW', 'W')]
ST19000110-V26-01-page15.txt: [('al', 'ways'), ('Ex', 'tort')]
ST19000110-V26-01-page3.txt: [('ro', 'o')]
ST19000110-V26-02-page14.txt: [('M.', '')]
ST19000110-V26-02-page15.txt: [('al', 'ways'), ('Ex', 'tort')]
ST19000110-V26-02-page16.txt: [('ma', 'n'), ('ro', 'o')]
ST19000110-V26-02-page5.txt: [('ro', 'o')]
ST19000117-V26-03-page14.txt: [('co', 't')]
ST19000117-V26-03-page15.txt: [('TI', 'THE'), ('belov', 'ed')]
ST19000124-V26-04-page14.txt: [('sor', 'row')]
ST19000124-V26-04-page5.txt: [('lig', 'an')]
ST19000207-V26-06-page15.txt: [('al', 'ways'), ('subscrip', 'tion')]
ST19000207-V26-06-page6.txt: [('re', 'ceived')]
ST19000328-V26-13-page15.txt: [('al', 'ways')]
ST19000404-V26-14-page13.txt: [('tA', 'n')]
ST19000404-V26-14-page15.txt: [('al', 'ways')]
ST19000411-V26-15-page14.txt: [('coun', 'try')]
ST19000411-V26-15-page15.txt: [('al', 'ways'), ('ti', 'a')]
ST19000411-V26-15-page9.txt: [('impos', 'sible')]
ST19000418-V26-16-page11.txt: [('raK', 'i')]
ST19000418-V26-16-page16.txt: [('Christia', 'n')]
ST19000425-V26-17-page15.txt: [('al', 'ways')]
ST19000606-V26-23-page11.txt: [('re', 'e'), ('G.', '')]
ST19000606-V26-23-page5.txt: [('co', 'operated')]
ST19000620-V26-25-page11.txt: [('SI', 'P'), ("pi'", 's')]
ST19000620-V26-25-page3.txt: [('pre', 'sented')]
ST19000627-V26-26-page15.txt: [('ma', 'In'), ('MO', 't')]
ST19000718-V26-29-page11.txt: [('violen', 'ce')]
ST19000718-V26-29-page14.txt: [('M.', '')]
ST19000801-V26-31-page1.txt: [('OD', 'in')]
ST19000801-V26-31-page11.txt: [('re', 'vive')]
ST19000808-V26-32-page13.txt: [('Costell', 'o')]
ST19000815-V26-33-page13.txt: [('Ou', 'r')]
ST19000822-V26-34-page11.txt: [('ca', 'use')]
ST19000822-V26-34-page13.txt: [('OU', 'R')]
ST19000822-V26-34-page16.txt: [('Reali', 'zing')]
ST19000822-V26-34-page5.txt: [('knowl', 'edge')]
ST19000829-V26-35-page15.txt: [('Mo', 'A')]
ST19000905-V26-36-page14.txt: [('li', 'THE')]
ST19000905-V26-36-page16.txt: [('Mis', 'o')]
ST19000926-V26-39-page11.txt: [('Re', 'fusing'), ('su', 'per'), ('re', 'straint')]
ST19000926-V26-39-page14.txt: [('G.', '')]
ST19001003-V26-40-page1.txt: [('ab', 'sorbing')]
ST19001010-V26-41-page10.txt: [('ap', 'pear'), ('ex', 'amples')]
ST19001010-V26-41-page11.txt: [('Succe', 'ss')]
ST19001010-V26-41-page15.txt: [('al', 'ways')]
ST19001031-V26-44-page10.txt: [('CH', 'is')]
ST19001031-V26-44-page14.txt: [('proph', 'ets')]
ST19001107-V26-45-page10.txt: [('ex', 'posed')]
ST19001107-V26-45-page12.txt: [('compre', 'hend')]
ST19001107-V26-45-page3.txt: [('Mal', 'I')]
ST19001114-V26-46-page13.txt: [('Gra', 'd'), ('un', 'der')]
ST19001114-V26-46-page14.txt: [('Ab', 'as')]
ST19001114-V26-46-page15.txt: [('MAL', 'L')]
ST19001121-V26-47-page14.txt: [('syco', 'more')]
ST19001121-V26-47-page15.txt: [('al', 'ways')]
ST19001121-V26-47-page2.txt: [('re', 'enforcements')]
ST19001121-V26-47-page7.txt: [('re', 'ceived')]
ST19001128-V26-48-page33.txt: [('Da', 'd')]
ST19001212-V26-50-page1.txt: [('fu', 'n')]
ST19001212-V26-50-page13.txt: [('ap', 'pear')]
ST19001212-V26-50-page3.txt: [('leav', 'ing')]
ST19001212-V26-50-page4.txt: [('exclu', 'sively')]
ST19001212-V26-50-page7.txt: [('M.', '')]
ST19001219-V26-51-page13.txt: [('PR', 'S')]
ST19020115-V28-03-page16.txt: [('M.', '')]
ST19020115-V28-03-page2.txt: [('univer', 'sal')]
ST19020319-V28-12-page6.txt: [('Da', 'to')]
ST19020416-V28-16-page11.txt: [('sor', 'a')]
ST19020416-V28-16-page14.txt: [('ro', 'o')]
ST19020416-V28-16-page16.txt: [('Ma', 'y')]
ST19020416-V28-16-page2.txt: [('Su', 'rer')]
ST19020416-V28-16-page6.txt: [('expresse', 'd'), ('sug', 'gestion')]
ST19020416-V28-16-page9.txt: [('exce', 'ed'), ('re', 'enacts')]
ST19020709-V28-28-page14.txt: [('Ju', 'dah')]
ST19020709-V28-28-page16.txt: [('Se', 'NS'), ('RI', 'o')]
ST19020723-V28-30-page14.txt: [('Nebuchad', 'nezzar')]
ST19020723-V28-30-page16.txt: [('th', 'at')]
ST19020723-V28-30-page2.txt: [('suc', 'ceed')]
ST19020806-V28-32-page10.txt: [('ambitio', 'ns')]
ST19020806-V28-32-page13.txt: [('th', 'at')]
ST19020813-V28-33-page13.txt: [('announc', 'ing')]
ST19020813-V28-33-page14.txt: [('wil', 'derness')]
ST19020813-V28-33-page5.txt: [('elep', 'hants')]
ST19030617-V29-24-page15.txt: [('M.', '')]
ST19030617-V29-24-page7.txt: [('G.', '')]
ST19031216-V29-50-page22.txt: [('Pr', 'esident')]
ST19031216-V29-50-page7.txt: [('ro', 'under')]
ST19040113-V30-02-page2.txt: [('self-indul', 'gence')]
ST19040120-V30-03-page8.txt: [('WORL', "D'S")]
ST19040127-V30-04-page6.txt: [('re', 'form')]
ST19040203-V30-05-page12.txt: [('Po', 'on')]
ST19040203-V30-05-page16.txt: [('TE', 'A')]
ST19040203-V30-05-page4.txt: [('Tr', 'uth'), ('Ak', 'A')]
ST19040210-V30-06-page3.txt: [('Co', 'here')]
ST19040210-V30-06-page6.txt: [('acknowl', 'edges')]
ST19040217-V30-07-page10.txt: [('th', 'in')]
ST19040217-V30-07-page16.txt: [('M.', '')]
ST19040224-V30-08-page14.txt: [('va', 'c')]
ST19040224-V30-08-page3.txt: [('Ma', 'E')]
ST19040309-V30-10-page3.txt: [('Wha', 't')]
ST19040309-V30-10-page7.txt: [('kee', 'p')]
ST19040316-V30-11-page11.txt: [('giv', 'e')]
ST19040323-V30-12-page15.txt: [('co', 'co')]
ST19040323-V30-12-page7.txt: [('ro', 'o')]
ST19040323-V30-12-page9.txt: [('tw', 'o')]
ST19040330-V30-13-page1.txt: [('ma', 'kes'), ('symmet', 'rical')]
ST19040330-V30-13-page13.txt: [('es', 'tablish')]
ST19040330-V30-13-page3.txt: [('Va', 'les')]
ST19040406-V30-14-page11.txt: [('M.', '')]
ST19040406-V30-14-page16.txt: [('wa', 's')]
ST19040406-V30-14-page2.txt: [('co', 'operate')]
ST19040406-V30-14-page8.txt: [('ex', 'pression')]
ST19040420-V30-16-page16.txt: [('Se', 'C')]
ST19040504-V30-18-page2.txt: [('se', 'crets')]
ST19040504-V30-18-page4.txt: [('Mo', 's')]
ST19040518-V30-20-page2.txt: [('co', 'operation')]
ST19040601-V30-22-page16.txt: [('ne', 'ss')]
ST19040831-V30-35-page16.txt: [('immor', 'tal')]
ST19040921-V30-37-page16.txt: [('demoral', 'ized')]
ST19041026-V30-42-page10.txt: [('ma', 'terial')]
ST19041026-V30-42-page9.txt: [('centurie', 's')]
ST19041102-V30-43-page10.txt: [('repre', 'sentative')]
ST19041109-V30-44-page13.txt: [('Al', 'i')]
ST19041116-V30-45-page17.txt: [('ct', 's')]
ST19041116-V30-45-page5.txt: [('ema', 'nation')]
ST19041116-V30-45-page6.txt: [('re', 'ceiver')]
ST19041123-V30-46-page18.txt: [('intelli', 'gent')]
ST19041123-V30-46-page4.txt: [('il', 'l')]
ST19041123-V30-46-page7.txt: [('pla', 'cing')]
ST19050104-V31-01-page11.txt: [('repre', 'sentatives')]
ST19050104-V31-01-page16.txt: [('EV', 'E')]
ST19050111-V31-02-page16.txt: [('Ver', 'A')]
ST19050111-V31-02-page5.txt: [('ro', 'of')]
ST19050124-V31-04-page14.txt: [('re', 'd')]
ST19050124-V31-04-page7.txt: [('re', 'armament')]
ST19050208-V31-06-page10.txt: [('reve', 'lations')]
ST19050208-V31-06-page7.txt: [('un', 'Christian')]
ST19050215-V31-07-page11.txt: [('re', 'vealed')]
ST19050215-V31-07-page4.txt: [('redemp', 'tion')]
ST19050215-V31-07-page5.txt: [('G.', '')]
ST19050222-V31-08-page16.txt: [('investi', 'gation')]
ST19050301-V31-09-page2.txt: [('th', 'at')]
ST19050308-V31-10-page11.txt: [('ment', 'on')]
ST19050308-V31-10-page13.txt: [('ofttim', 'es')]
ST19050308-V31-10-page2.txt: [('th', 'at')]
ST19050315-V31-11-page6.txt: [('GARN', 'ER'), ('re', 'took')]
ST19050329-V31-13-page16.txt: [('G.', '')]
ST19050329-V31-13-page5.txt: [('themselve', 's')]
ST19050329-V31-13-page7.txt: [('continu', 'ance')]
ST19050405-V31-14-page10.txt: [('wou', 'ld')]
ST19050405-V31-14-page16.txt: [('ma', 'jority')]
ST19050405-V31-14-page6.txt: [('re', 'introduction')]
ST19050412-V31-15-page16.txt: [('un', 'Christian')]
ST19050419-V31-16-page12.txt: [('TR', 'ADERS')]
ST19050419-V31-16-page13.txt: [('FO', 'UR')]
ST19050419-V31-16-page2.txt: [('M.', '')]
ST19050419-V31-16-page5.txt: [('mis', 'understanding')]
ST19050419-V31-16-page6.txt: [('Pre', 'sident')]
ST19050426-V31-17-page15.txt: [('Fa', 'ther')]
ST19050426-V31-17-page6.txt: [('wo', 'k')]
ST19050510-V31-19-page5.txt: [('G.', '')]
ST19050510-V31-19-page6.txt: [('co', 'operation')]
ST19050517-V31-20-page4.txt: [('charac', 'ter'), ('Ex', 'r')]
ST19050524-V31-21-page11.txt: [('repre', 'sentative')]
ST19050524-V31-21-page15.txt: [('un', 'salted')]
ST19050524-V31-21-page6.txt: [('G.', '')]
ST19050607-V31-23-page16.txt: [('accusa', 'tions')]
ST19050607-V31-23-page8.txt: [('op', 'posed')]
ST19050614-V31-24-page2.txt: [('re', 'writing')]
ST19050621-V31-25-page15.txt: [('cer', 'tainly')]
ST19050628-V31-26-page11.txt: [('civili', 'zation')]
ST19050628-V31-26-page7.txt: [('ac', 'companied')]
ST19050704-V31-27-page10.txt: [('hol', 'y')]
ST19050704-V31-27-page6.txt: [('legisla', 'tors')]
ST19050704-V31-27-page7.txt: [('OW', 'e')]
ST19050704-V31-27-page9.txt: [('Americ', 'an')]
ST19050712-V31-28-page5.txt: [('zo', 'o')]
ST19050726-V31-30-page15.txt: [('atten', 'tion')]
ST19050726-V31-30-page2.txt: [('po', 'E')]
ST19050726-V31-30-page3.txt: [('br', 'ead')]
ST19050726-V31-30-page8.txt: [('un', 'precedented'), ('unim', 'aginable')]
ST19050726-V31-30-page9.txt: [('hu', 'mble')]
ST19050809-V31-32-page3.txt: [('remem', 'ber')]
ST19050816-V31-33-page7.txt: [('Sw', 'itzerland'), ('M.', '')]
ST19050823-V31-34-page13.txt: [('Australa', 'sian')]
ST19050830-V31-35-page11.txt: [('arde', 'nt')]
ST19050830-V31-35-page5.txt: [('particu', 'lar')]
ST19050906-V31-36-page10.txt: [('mo', 'e')]
ST19050906-V31-36-page11.txt: [('co', 'operation')]
ST19050906-V31-36-page5.txt: [('expres', 'sions')]
ST19050906-V31-36-page7.txt: [('Co', 'operative')]
ST19050913-V31-37-page14.txt: [('uns', 'ettled')]
ST19050913-V31-37-page16.txt: [('RI', 'NE')]
ST19050913-V31-37-page2.txt: [('M.', '')]
ST19050913-V31-37-page8.txt: [('teg', 'A')]
ST19050920-V31-38-page6.txt: [('ex', 'hibitors')]
ST19050920-V31-38-page7.txt: [('Emi', 'nence')]
ST19050927-V31-39-page4.txt: [('M.', '')]
ST19050927-V31-39-page5.txt: [('G.', '')]
ST19051004-V31-40-page3.txt: [('co', "b's")]
ST19051004-V31-40-page6.txt: [('Conse', 'quently')]
ST19051011-V31-41-page9.txt: [('Fea', 'ST'), ('Al', 'i')]
ST19051018-V31-42-page13.txt: [('Mc', 'Cleary')]
ST19051025-V31-43-page15.txt: [('yo', 'u')]
ST19051025-V31-43-page5.txt: [('Melchiz', 'edek')]
ST19051108-V31-45-page10.txt: [('re', 'awakened')]
ST19051108-V31-45-page13.txt: [('ri', 'a')]
ST19051108-V31-45-page15.txt: [('sl', 'It')]
ST19051108-V31-45-page6.txt: [('hav', 'ing')]
ST19051108-V31-45-page7.txt: [('Bab', 'ylon')]
ST19051108-V31-45-page9.txt: [('Crea', 'tion')]
ST19051109-V31-48-page10.txt: [('difficul', 'ties')]
ST19051115-V31-46-page11.txt: [('Pha', 'raoh')]
ST19051115-V31-46-page12.txt: [('sl', 'y')]
ST19051115-V31-46-page13.txt: [('providenc', 'es')]
ST19051115-V31-46-page15.txt: [('M.', '')]
ST19051115-V31-46-page9.txt: [('prece', 'pt')]
ST19051122-V31-47-page7.txt: [('re', 'pentant')]
ST19051213-V31-50-page16.txt: [('ro', 'of')]
ST19051220-V31-51-page7.txt: [('re', 'creation')]
ST19051227-V31-52-page4.txt: [('co', 'operation')]
ST19060110-V32-02-page5.txt: [('na', 'tional')]
ST19060124-V32-04-page3.txt: [('Jeho', "vah's")]
ST19060131-V32-05-page11.txt: [('re', 'ligious')]
ST19060131-V32-05-page5.txt: [('G.', '')]
ST19060214-V32-07-page12.txt: [('presi', 'dent')]
ST19060214-V32-07-page3.txt: [('experi', 'ence')]
ST19060214-V32-07-page5.txt: [('Vege', 'tables')]
ST19060214-V32-07-page7.txt: [('recog', 'nition')]
ST19060214-V32-07-page9.txt: [('contin', 'ued')]
ST19060307-V32-10-page16.txt: [('effectu', 'ally')]
ST19060314-V32-11-page10.txt: [('investi', 'gate')]
ST19060314-V32-11-page16.txt: [('Hu', 'I')]
ST19060314-V32-11-page4.txt: [('wh', 'o')]
ST19060321-V32-12-page15.txt: [('IL', 'a'), ('glor', 'y'), ('re', 'freshed')]
ST19060321-V32-12-page7.txt: [('th', 'a')]
ST19060404-V32-14-page16.txt: [('ele', 'ments')]
ST19060411-V32-15-page8.txt: [('compan', 'ions')]
ST19060502-V32-18-page7.txt: [('AP', 'P'), ('ro', 'of'), ('si', 'c')]
ST19060509-V32-19-page8.txt: [('zo', 'a')]
ST19060530-V32-21-page4.txt: [('ro', 'an')]
ST19060606-V32-22-page2.txt: [('Compan', 'y')]
ST19060606-V32-22-page8.txt: [('th', 'e')]
ST19060620-V32-24-page6.txt: [('RE', 'i')]
ST19060627-V32-25-page20.txt: [('co', 'in'), ('th', 'in')]
ST19060704-V32-26-page16.txt: [('bi', 'd')]
ST19060704-V32-26-page6.txt: [('patri', 'arch')]
ST19060711-V32-27-page5.txt: [('cov', 'ered')]
ST19060711-V32-27-page6.txt: [('legiti', 'macy'), ('retai', 'n')]
ST19060711-V32-27-page7.txt: [('relig', 'ious'), ('Gos', 'pel')]
ST19060718-V32-28-page16.txt: [('ex', 'tracts')]
ST19060725-V32-29-page2.txt: [('iden', 'tical')]
ST19060822-V32-32-page2.txt: [('ne', 'xt')]
ST19060829-V32-33-page5.txt: [('co', 'workers')]
ST19060905-V32-34-page6.txt: [('G.', '')]
ST19060912-V32-35-page12.txt: [('ca', 'lamity')]
ST19060912-V32-35-page15.txt: [('re', 'affirm')]
ST19060912-V32-35-page5.txt: [('un', 'explained')]
ST19060919-V32-36-page14.txt: [('legis', 'lative')]
ST19060919-V32-36-page2.txt: [('re', 'p')]
ST19060919-V32-36-page8.txt: [('Wa', 'ter')]
ST19060926-V32-37-page11.txt: [('Oc', 'casionally')]
ST19061010-V32-39-page8.txt: [('Re', 'settle')]
ST19061031-V32-42-page9.txt: [('TH', 'E')]
ST19061114-V32-44-page13.txt: [('su', 'I')]
ST19061128-V32-46-page14.txt: [('ex', 'plained')]
ST19061128-V32-46-page16.txt: [('ex', 'tinction')]
ST19061128-V32-46-page7.txt: [('oppor', 'tunities')]
ST19061212-V32-48-page15.txt: [('mis', 'understood')]
ST19061212-V32-48-page7.txt: [('everlast', 'ing')]
ST19061219-V32-49-page7.txt: [('organiza', 'tions')]
ST19061226-V32-50-page13.txt: [('Ti', 'the')]
ST19061226-V32-50-page4.txt: [('co', 'operating')]
ST19070102-V33-01-page12.txt: [('wh', 'it')]
ST19070109-V33-02-page6.txt: [('chil', 'dren')]
ST19070109-V33-02-page8.txt: [('cr', 'ime')]
ST19070116-V33-03-page15.txt: [('se', 'curing')]
ST19070123-V33-04-page12.txt: [('partic', 'ulars')]
ST19070206-V33-06-page10.txt: [('je', 't')]
ST19070206-V33-06-page2.txt: [('Vo', 'l')]
ST19070206-V33-06-page7.txt: [('emphat', 'ically')]
ST19070213-V33-07-page12.txt: [('th', 'in')]
ST19070213-V33-07-page6.txt: [('MA', 'r')]
ST19070306-V33-10-page12.txt: [('fa', 'mily')]
ST19070306-V33-10-page14.txt: [('RE', 'PLY')]
ST19070313-V33-11-page15.txt: [('spi', 't')]
ST19070313-V33-11-page16.txt: [('ri', 'A')]
ST19070320-V33-12-page12.txt: [('measur', 'ing'), ('mo', 'or')]
ST19070403-V33-14-page11.txt: [('Co', 'B')]
ST19070403-V33-14-page8.txt: [('governme', 'nt')]
ST19070417-V33-16-page16.txt: [('respira', 'tion')]
ST19070508-V33-19-page5.txt: [('subjec', 'tion')]
ST19070522-V33-21-page15.txt: [('re', 'newed')]
ST19070522-V33-21-page3.txt: [('tri', 'umphant')]
ST19070612-V33-24-page1.txt: [('Perfectio', 'n')]
ST19070612-V33-24-page2.txt: [('M.', '')]
ST19070612-V33-24-page6.txt: [('illim', 'itable')]
ST19070626-V33-26-page10.txt: [('Co', 'lumbia')]
ST19070626-V33-26-page15.txt: [('fel', 't')]
ST19070626-V33-26-page6.txt: [('CO', 'z')]
ST19070703-V33-27-page3.txt: [('relig', 'ions')]
ST19070710-V33-28-page12.txt: [('lan', 'guages')]
ST19070710-V33-28-page16.txt: [('quib', 'bling')]
ST19070719-V33-29-page4.txt: [('exer', 'cised')]
ST19070807-V33-32-page15.txt: [('ti', 'T')]
ST19070814-V33-33-page15.txt: [('Takom', 'a')]
ST19070814-V33-33-page4.txt: [('Pa', 'pacy')]
ST19070814-V33-33-page5.txt: [('prin', 'ciple')]
ST19070814-V33-33-page9.txt: [('re', 'vision')]
ST19070828-V33-35-page15.txt: [('ti', 'l')]
ST19070828-V33-35-page2.txt: [('M.', '')]
ST19070911-V33-37-page15.txt: [('ap', 'e')]
ST19070918-V33-38-page15.txt: [('Al', 'e')]
ST19071002-V33-40-page16.txt: [('re', 'sponsible')]
ST19071009-V33-41-page5.txt: [('te', 't')]
ST19071016-V33-42-page7.txt: [('ap', 'pear')]
ST19071113-V33-46-page12.txt: [('Sul', 'a')]
ST19071113-V33-46-page14.txt: [('hea', 'rt')]
ST19071120-V33-47-page12.txt: [('THER', 'E')]
ST19071120-V33-47-page13.txt: [('th', 'in')]
ST19071120-V33-47-page16.txt: [('th', 'at')]
ST19071127-V33-48-page16.txt: [('Drunkenn', 'ess')]
ST19071204-V33-49-page8.txt: [('vis', 'ion')]
ST19071211-V33-50-page5.txt: [('ri', 'P')]
ST19071225-V33-52-page4.txt: [('co', 'exist')]
ST19080101-V34-01-page1.txt: [('si', 'n')]
ST19080108-V34-02-page16.txt: [('re', 'quirements')]
ST19080108-V34-02-page7.txt: [('po', 'i')]
ST19080115-V34-03-page12.txt: [('Striplin', 'G')]
ST19080115-V34-03-page4.txt: [('ex', 'pression')]
ST19080129-V34-05-page7.txt: [('shoul', 'ders')]
ST19080205-V34-06-page2.txt: [('M.', '')]
ST19080212-V34-07-page2.txt: [('M.', '')]
ST19080226-V34-09-page13.txt: [('Gos', 'pel')]
ST19080226-V34-09-page5.txt: [('re', 'ferring')]
ST19080304-V34-10-page16.txt: [('te', 'St')]
ST19080311-V34-11-page1.txt: [('ti', 'p')]
ST19080311-V34-11-page3.txt: [('knowled', 'ge')]
ST19080325-V34-13-page5.txt: [('Phila', 'delphia')]
ST19080325-V34-13-page8.txt: [('re', 'ligious')]
ST19080415-V34-16-page7.txt: [('re', 'ceive')]
ST19080422-V34-17-page13.txt: [('un', 'righteousness')]
ST19080422-V34-17-page16.txt: [('re', 'gardless'), ('accom', 'plished')]
ST19080513-V34-20-page5.txt: [('cT', 'n')]
ST19080520-V34-21-page10.txt: [('ut', 'terly')]
ST19080520-V34-21-page2.txt: [('M.', '')]
ST19080520-V34-21-page5.txt: [('materiali', 'zation')]
ST19080527-V34-22-page13.txt: [('membe', 'rs')]
ST19080527-V34-22-page2.txt: [('M.', '')]
ST19080617-V34-25-page10.txt: [('wor', 'ship')]
ST19080624-V34-26-page10.txt: [('es', 'tablish'), ('re', 'ligious')]
ST19080708-V34-28-page14.txt: [('fa', 'D')]
ST19080708-V34-28-page15.txt: [('G.', '')]
ST19080715-V34-29-page16.txt: [('vegeta', 'bles')]
ST19080722-V34-30-page1.txt: [('re', 't')]
ST19080722-V34-30-page10.txt: [('beauti', 'ful')]
ST19080722-V34-30-page11.txt: [('fa', 'ct')]
ST19080727-V34-31-page7.txt: [('OD', 'in')]
ST19081021-V35-12-page7.txt: [('litera', 'ture')]
ST19081118-V35-16-page6.txt: [('ta', 'king')]
ST19081209-V35-19-page4.txt: [('peo', 'ple')]
ST19081223-V35-21-page8.txt: [('tb', 's')]
ST19090113-V36-02-page2.txt: [('G.', '')]
ST19090113-V36-02-page7.txt: [('re', 'ceived')]
ST19090217-V36-07-page11.txt: [('Legisla', 'ture')]
ST19090217-V36-07-page16.txt: [('Pa', 'L')]
ST19090224-V36-08-page11.txt: [('ex', 'press')]
ST19090428-V36-17-page16.txt: [('repre', 'senting')]
ST19100125-V37-04-page9.txt: [('Ra', 'the')]
ST19100215-V37-07-page5.txt: [('BLAS', 'PHEME')]
ST19100222-V37-08-page3.txt: [('RE', 'LIGION')]
ST19100308-V37-10-page13.txt: [('si', 'ena')]
ST19100308-V37-10-page5.txt: [('th', 'an')]
ST19100315-V37-11-page15.txt: [('cl', 'erk')]
ST19100329-V37-13-page10.txt: [('Rol', 'and')]
ST19100412-V37-14-page10.txt: [('clo', 's')]
ST19100412-V37-14-page16.txt: [('re', 'vival')]
ST19100426-V37-16-page11.txt: [('th', 'en')]
ST19100503-V37-17-page16.txt: [('oppor', 'tunity')]
ST19100524-V37-20-page8.txt: [('AK', 'A')]
ST19100802-V37-30-page16.txt: [('shar', 'e'), ('univer', 'sal')]
ST19100802-V37-30-page4.txt: [('th', 'e')]
ST19100809-V37-31-page5.txt: [('simplifie', 'd')]
ST19100816-V37-32-page2.txt: [('Lor', 'd')]
ST19100830-V37-34-page14.txt: [('Ex', 'hibition')]
ST19100830-V37-34-page5.txt: [('na', 'ture')]
ST19100906-V37-35-page7.txt: [('Ju', 'dah')]
ST19100920-V37-37-page2.txt: [('M.', '')]
ST19101025-V37-42-page14.txt: [('coun', 'try')]
ST19101025-V37-42-page15.txt: [('peo', 'ple')]
ST19101101-V37-43-page10.txt: [('CO', 'IR')]
ST19101108-V37-44-page2.txt: [('Li', 'The')]
ST19101108-V37-44-page4.txt: [('pre', 'cious')]
ST19101108-V37-44-page8.txt: [('va', 'n')]
ST19101115-V37-45-page8.txt: [('Abra', "ham's")]
ST19101220-V37-50-page10.txt: [('re', 'ported')]
ST19110103-V38-01-page15.txt: [('ch', 'r')]
ST19110103-V38-01-page9.txt: [('re', 'create')]
ST19110110-V38-02-page15.txt: [('Mo', 'n')]
ST19110110-V38-02-page7.txt: [('Ta', 't'), ('Re', 'i'), ('Ci', 'st')]
ST19110124-V38-04-page11.txt: [('ti', 'The')]
ST19110124-V38-04-page9.txt: [('AL', 't')]
ST19110131-V38-05-page11.txt: [('tb', 'S')]
ST19110131-V38-05-page2.txt: [('ny', 'E')]
ST19110221-V38-08-page5.txt: [('eter', 'nity')]
ST19110228-V38-09-page2.txt: [('M.', '')]
ST19110228-V38-09-page7.txt: [('re', 'creation')]
ST19110321-V38-12-page11.txt: [('re', 'instated')]
ST19110404-V38-14-page11.txt: [('devas', 'tating')]
ST19110404-V38-14-page16.txt: [('Immor', 'tality')]
ST19110404-V38-14-page2.txt: [('li', 'e')]
ST19110418-V38-16-page12.txt: [('UTH', 'I')]
ST19110418-V38-16-page13.txt: [('M.', '')]
ST19110425-V38-17-page13.txt: [('vo', 'te')]
ST19110425-V38-17-page2.txt: [('M.', '')]
ST19110509-V38-18-page10.txt: [('Ca', 'sar')]
ST19110509-V38-18-page13.txt: [('rA', 'CE'), ('NI', 't')]
ST19110509-V38-18-page14.txt: [('transla', 'tion')]
ST19110516-V38-19-page2.txt: [('ful', 'filled')]
ST19110523-V38-20-page16.txt: [('syl', 'logistic'), ('Co', 'State')]
ST19110530-V38-21-page12.txt: [('fluctua', 'ting')]
ST19110530-V38-21-page13.txt: [('tI', 'N'), ('re', 't')]
ST19110613-V38-23-page16.txt: [('wa', 's')]
ST19110613-V38-23-page7.txt: [('sepa', 'ration')]
ST19110620-V38-24-page13.txt: [('co', 'o')]
ST19110704-V38-26-page2.txt: [('M.', '')]
ST19110711-V38-27-page7.txt: [('CHIL', 'D')]
ST19110725-V38-29-page7.txt: [('te', 'a')]
ST19110808-V38-31-page6.txt: [('OD', 'in')]
ST19110905-V38-35-page6.txt: [('Re', 'v'), ('Pa', 't')]
ST19111017-V38-41-page12.txt: [('believ', 'ing')]
ST19111017-V38-41-page15.txt: [('Nort', 'h')]
ST19111017-V38-41-page4.txt: [('re', 'ferred')]
ST19111024-V38-42-page16.txt: [('Mo', 'hammedanism')]
ST19111024-V38-42-page5.txt: [('ri', 'al')]
ST19111031-V38-43,44-page23.txt: [('Na', 'N')]
ST19111121-V38-46-page2.txt: [('noth', 'ing')]
ST19111128-V38-47-page12.txt: [('th', 'y')]
ST19111128-V38-47-page5.txt: [('communi', 'cated')]
ST19111205-V38-48-page10.txt: [('vio', 'late'), ('includ', 'ing'), ('Representa', 'tives'), ('serv', 'ant')]
ST19111205-V38-48-page16.txt: [('th', 'is')]
ST19111212-V38-49-page2.txt: [('sev', 'eral')]
ST19111219-V38-50-page10.txt: [('Li', 'the')]
ST19120102-V39-01-page7.txt: [('hu', 'man')]
ST19120102-V39-01-page8.txt: [('pre', 'pared')]
ST19120102-V39-01-page9.txt: [('PR', 'ES')]
ST19120109-V39-02-page16.txt: [('prosecu', 'tions')]
ST19120116-V39-03-page8.txt: [('remem', 'brance')]
ST19120130-V39-05-page10.txt: [('Hann', 'a')]
ST19120130-V39-05-page11.txt: [('Li', 'the')]
ST19120130-V39-05-page13.txt: [('citi', 'zenship')]
ST19120130-V39-05-page5.txt: [('discour', 'ages')]
ST19120206-V39-06-page10.txt: [('Li', 'the')]
ST19120206-V39-06-page16.txt: [('ma', 's'), ('indi', 'vidual'), ('occupi', 'es')]
ST19120213-V39-07-page11.txt: [('regu', 'lation')]
ST19120213-V39-07-page7.txt: [('pre', 'eminent'), ('mis', 'taken')]
ST19120220-V39-08-page16.txt: [('Righteo', 'us')]
ST19120227-V39-09-page12.txt: [('wo', 'of')]
ST19120227-V39-09-page16.txt: [('Wholesa', 'le')]
ST19120305-V39-10-page12.txt: [('th', 'a')]
ST19120305-V39-10-page2.txt: [('CI', 'd')]
ST19120319-V39-12-page14.txt: [('re', 'l')]
ST19120319-V39-12-page16.txt: [('Ameri', 'can')]
ST19120319-V39-12-page8.txt: [('th', 'is')]
ST19120326-V39-13-page16.txt: [('corre', 'spondent')]
ST19120430-V39-18-page16.txt: [('lOr', 'A'), ('oc', 'curred')]
ST19120521-V39-20-page5.txt: [('nomina', 'tion')]
ST19120521-V39-20-page7.txt: [('es', 'teem')]
ST19120528-V39-21-page3.txt: [('ri', 'AL')]
ST19120618-V39-24-page5.txt: [('sha', 'll')]
ST19120618-V39-24-page6.txt: [('Sabba', 'th')]
ST19120618-V39-24-page8.txt: [('ex', 'C')]
ST19120625-V39-25-page13.txt: [('M.', '')]
ST19120625-V39-25-page15.txt: [('Ma', 'P'), ('Sr', 'i')]
ST19120625-V39-25-page5.txt: [('prin', 'ciples')]
ST19120723-V39-28-page16.txt: [('se', 'e')]
ST19120723-V39-28-page2.txt: [('Da', 'niel')]
ST19120813-V39-31-page13.txt: [('ap', 'preciated')]
ST19120813-V39-31-page15.txt: [('mI', 'en')]
ST19120827-V39-33-page16.txt: [('radi', 'ation')]
ST19120903-V39-34-page7.txt: [('wo', 'of')]
ST19120903-V39-34-page9.txt: [('wo', 't')]
ST19120910-V39-35-page10.txt: [('suprem', 'e')]
ST19120924-V39-37-page16.txt: [('Re', 'vised')]
ST19121001-V39-38-page11.txt: [('WI', 'ly')]
ST19121022-V39-41-page15.txt: [('maga', 'zine')]
ST19121217-V39-49-page16.txt: [('Fr', 'I')]
ST19121224-V39-50-page16.txt: [('Argentin', 'e'), ('Consta', 'ntinople')]
ST19121224-V39-50-page5.txt: [('wi', 't')]
ST19130211-V40-06-page10.txt: [("W'", 'S')]
ST19130218-V40-07-page13.txt: [('re', 'finery')]
ST19130218-V40-07-page14.txt: [('thi', 's')]
ST19130311-V40-10-page10.txt: [('ide', 's')]
ST19130311-V40-10-page13.txt: [('indi', 'vidual')]
ST19130311-V40-10-page15.txt: [('id', 'a'), ('Wor', 'd')]
ST19130722-V40-28-page14.txt: [('Bo', 'on')]
ST19130805-V40-30-page14.txt: [('wa', 'r')]
ST19130819-V40-32-page7.txt: [('re', 'creating')]
ST19130826-V40-33-page2.txt: [('ex', 'pressed'), ('Co', 'Co')]
ST19130923-V40-37-page2.txt: [('re', 'create')]
ST19130923-V40-37-page4.txt: [('knowl', 'edge')]
ST19130930-V40-38-page11.txt: [('Om', 'er')]
ST19130930-V40-38-page16.txt: [('re', 'p')]
ST19140113-V41-01-page12.txt: [('praye', 'r')]
ST19140113-V41-01-page2.txt: [('re', 't')]
ST19140120-V41-02-page4.txt: [('Janua', 'ry')]
ST19140224-V41-07-page11.txt: [('io', 'N')]
ST19140224-V41-07-page8.txt: [('G.', '')]
ST19140303-V41-08-page4.txt: [('th', 'e')]
ST19140324-V41-11-page12.txt: [('th', 'e')]
ST19140324-V41-11-page3.txt: [('opposi', 'tion')]
ST19140407-V41-13-page1.txt: [('re', 'forms')]
ST19140407-V41-13-page13.txt: [('na', 'g')]
ST19140414-V41-14-page4.txt: [('uprightne', 'ss')]
ST19140421-V41-15-page11.txt: [('wo', 'rthy')]
ST19140428-V41-16-page15.txt: [('MIS', 'SION')]
ST19140428-V41-16-page16.txt: [('Ameri', 'can')]
ST19140505-V41-17-page14.txt: [('va', 'rious')]
ST19140505-V41-17-page8.txt: [('qu', 'estion')]
ST19140505-V41-17-page9.txt: [('ANDRO', 'S')]
ST19140512-V41-18-page8.txt: [('fas', 'cination')]
ST19140519-V41-19-page7.txt: [('Ma', 'W'), ('obstruc', 'tions')]
ST19140602-V41-21-page13.txt: [('edu', 'cated')]
ST19140602-V41-21-page9.txt: [('ga', 'Mbling')]
ST19140609-V41-22-page15.txt: [('boro', 'N')]
ST19140609-V41-22-page16.txt: [('acti', 'n')]
ST19140616-V41-23-page12.txt: [('ta', 'in')]
ST19140616-V41-23-page14.txt: [('re', 'stored')]
ST19140623-V41-24-page16.txt: [('si', 's')]
ST19140707-V41-26-page12.txt: [('Ex', 'amines')]
ST19140707-V41-26-page8.txt: [('litt', 'le')]
ST19140811-V41-31-page11.txt: [('blas', 'phemy')]
ST19140908-V41-35-page14.txt: [('ob', 'serve'), ('familia', 'rity')]
ST19140908-V41-35-page8.txt: [('lan', 'guage')]
ST19140915-V41-36-page15.txt: [('boro', 'N')]
ST19140915-V41-36-page2.txt: [('perple', 'xity')]
ST19140922-V41-37-page16.txt: [('re', 'ceive')]
ST19141006-V41-39-page3.txt: [('relig', 'ion')]
ST19141020-V41-41-page4.txt: [('sover', 'eignty')]
ST19141027-V41-42-page1.txt: [('pir', 'N')]
ST19141027-V41-42-page14.txt: [('Octob', 'er')]
ST19141027-V41-42-page15.txt: [('boro', 'N')]
ST19141027-V41-42-page7.txt: [('op', 'portunity')]
ST19141110-V41-44-page13.txt: [('na', 'tive')]
ST19141110-V41-44-page4.txt: [('inves', 'tigate')]
ST19141117-V41-45-page15.txt: [('boro', 'N')]
ST19141124-V41-46-page1.txt: [('TUR', 'KEY')]
ST19141124-V41-46-page14.txt: [('Th', 'e')]
ST19141124-V41-46-page4.txt: [('expe', 'rience')]
ST19141201-V41-47-page1.txt: [('wa', 'r')]
ST19141201-V41-47-page2.txt: [('mu', 't')]
ST19141201-V41-47-page4.txt: [('Si', 'n')]
ST19141208-V41-48-page9.txt: [('befor', 'e')]
ST19141215-V41-49-page15.txt: [('bia', 'S')]
ST19141215-V41-49-page16.txt: [('re', 'turn')]
ST19141222-V41-50-page1.txt: [('signifi', 'cant')]
ST19141222-V41-50-page11.txt: [('M.', '')]
ST19150223-V42-08-page2.txt: [('th', 'e')]
ST19151109-V42-44-page1.txt: [('M.', '')]
ST19151109-V42-44-page16.txt: [('pri', 'soners')]
ST19160118-V43-03-page6.txt: [('re', 'ligious')]
ST19160502-V43-18-page15.txt: [('boro', 'N'), ('G.', '')]
ST19160502-V43-18-page2.txt: [('mis', 'takes')]
ST19160509-V43-19-page8.txt: [('har', 'a')]
ST19160606-V43-23-page3.txt: [('giv', 'eth')]
ST19160606-V43-24-page3.txt: [('dif', 'ferent')]
ST19160620-V43-25-page1.txt: [('M.', '')]
ST19160704-V43-26-page16.txt: [('hig', 'her')]
ST19160808-V43-31-page3.txt: [('M.', '')]
ST19160822-V43-33-page5.txt: [('aitc', 'h')]
ST19160822-V43-33-page7.txt: [('opi', 'nion')]
ST19160926-V43-38-page16.txt: [('co', 'co')]
ST19161003-V43-39,40-page31.txt: [('re', 'turn')]
ST19161003-V43-39,40-page35.txt: [('ti', 'e')]
ST19161031-V43-43-page14.txt: [('pa', 'P')]
ST19161031-V43-43-page2.txt: [('popu', 'lation')]
ST19161107-V43-44-page11.txt: [('hea', 'rt')]
ST19161107-V43-44-page9.txt: [('complet', 'ed')]
ST19161205-V43-48-page12.txt: [('Illi', 'nois')]
ST19161205-V43-48-page13.txt: [('Asso', 'ciation'), ('Mediterra', 'nean'), ('re', 'corded')]
ST19161205-V43-48-page8.txt: [('pre', 'dicted')]
ST19161219-V43-50-page8.txt: [('WA', 'n')]
ST19180101-V45-01-page2.txt: [('coura', 'geously')]
ST19180108-V45-02-page11.txt: [('ca', 'rrying')]
ST19180129-V45-05-page15.txt: [('th', 'or')]
ST19180219-V45-08-page14.txt: [('ti', 'The')]
ST19180305-V45-10-page5.txt: [('estab', 'lished')]
ST19180312-V45-11-page10.txt: [('ac', 'cepted')]
ST19180507-V45-18-page15.txt: [('offi', 'ce')]
ST19180514-V45-19-page5.txt: [('co', 'd')]
ST19180521-V45-20-page13.txt: [('tribula', 'tion')]
ST19180730-V45-30-page3.txt: [('proph', 'ets')]
ST19181008-V45-39-page15.txt: [('re', 'create')]
ST19190218-V46-07-page16.txt: [('theo', 'ries')]
ST19190225-V46-08-page13.txt: [('nonessen', 'tials')]
ST19190325-V46-12-page11.txt: [('elimi', 'nated')]
ST19190422-V46-16-page3.txt: [('M.', '')]
ST19190513-V46-19-page14.txt: [('re', 'i')]
ST19190513-V46-19-page7.txt: [('th', 'o')]
ST19190513-V46-19-page8.txt: [('Ph', 'd')]
ST19190520-V46-20-page4.txt: [('agri', 'culture')]
ST19190527-V46-21-page1.txt: [('Tem', 'p')]
ST19190527-V46-21-page4.txt: [('conse', 'crated')]
ST19190729-V46-29-page10.txt: [('al', 'to')]
ST19190812-V46-31-page16.txt: [('reig', 'neth')]
ST19190916-V46-36-page4.txt: [('na', 'tional')]
ST19191021-V46-41-page16.txt: [('ga', 'n')]
ST19191104-V46-43-page7.txt: [('emphasiz', 'ing')]
ST19191111-V46-44-page11.txt: [('ju', 'st')]
ST19191118-V46-45-page2.txt: [('re', 'scinding')]
ST19200106-V47-01-page8.txt: [('ti', 'ti')]
ST19200106-V47-01-page9.txt: [('ti', 'e'), ('ern', 'A')]
ST19200203-V47-05-page13.txt: [('lodg', 'ing')]
ST19200203-V47-05-page8.txt: [('pre', 'sented')]
ST19200210-V47-06-page2.txt: [('li', 'I')]
ST19200224-V47-08-page2.txt: [('Bri', 'tain')]
ST19200302-V47-09-page11.txt: [('un', 'godly')]
ST19200323-V47-12-page15.txt: [('pre', 'diction')]
ST19200330-V47-13-page11.txt: [('instru', 'ments')]
ST19200406-V47-14-page9.txt: [('TS', 'P')]
ST19200518-V47-20-page13.txt: [('Li', 'As')]
ST19200608-V47-23-page13.txt: [('Po', 'or')]
ST19200720-V47-28-page4.txt: [('sh', 'in')]
ST19200727-V47-29-page16.txt: [('G.', '')]
ST19200817-V47-32-page2.txt: [('af', 'fected')]
ST19200921-V47-37-page3.txt: [('disa', 'greement')]
ST19201130-V47-47-page11.txt: [('dysp', 'epsia'), ('pl', 'ease')]
ST19201130-V47-47-page13.txt: [('wel', 'comed')]
ST19201207-V47-48-page2.txt: [('effec', 'tively')]
In [32]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/ST/correction7

Average verified rate: 0.9813451332512316

Average of error rates: 0.01881734871993794

Total token count: 36313473

In [33]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[33]:
[("'", 28888),
 ('e', 21981),
 ('m', 18624),
 ('d', 17477),
 ('w', 17329),
 ('n', 16330),
 ('t', 16273),
 ('r', 12147),
 ('g', 11323),
 ('f', 8369),
 ('th', 8144),
 ('pp', 6902),
 ('co', 5632),
 ('ex', 4129),
 ('u', 4106),
 ('x', 3480),
 ('tion', 2371),
 ('mo', 2269),
 ('wm', 1970),
 ('k', 1907),
 ('re', 1636),
 ('ment', 1611),
 ('eze', 1391),
 ('z', 1312),
 ("the'", 1295),
 ('altho', 1276),
 ("of'", 1121),
 ('ti', 1040),
 ('pa', 1030),
 ('wo', 985),
 ('sel', 935),
 ('q', 933),
 ('es', 906),
 ("an'", 878),
 ('ets', 852),
 ('al', 770),
 ('id', 713),
 ('va', 701),
 ('tions', 673),
 ('io', 643),
 ("''", 633),
 ('op', 618),
 ('ments', 614),
 ('mal', 577),
 ("if'", 564),
 ('aro', 554),
 ('ro', 553),
 ('ence', 540),
 ("and'", 534),
 ('oo', 525)]

Check Remaining Errors

In [34]:
reports.docs_with_high_error_rate(summary)
Out[34]:
[('ST19130311-V40-10-page1.txt', 0.72),
 ('ST19090224-V36-08-page1.txt', 0.603),
 ('ST19080527-V34-22-page1.txt', 0.551),
 ('ST18990920-V25-38-page1.txt', 0.548),
 ('ST19031223-V29-51-page1.txt', 0.469),
 ('ST18990329-V25-13-page1.txt', 0.462),
 ('ST19080727-V34-31-page1.txt', 0.439),
 ('ST19080708-V34-28-page1.txt', 0.438),
 ('ST19031216-V29-50-page13.txt', 0.429),
 ('ST18990809-V25-32-page1.txt', 0.429),
 ('ST19061121-V32-45-page1.txt', 0.4),
 ('ST19080226-V34-09-page1.txt', 0.385),
 ('ST19080715-V34-29-page1.txt', 0.341),
 ('ST19200323-V47-12-page1.txt', 0.333),
 ('ST19140901-V41-34-page1.txt', 0.333),
 ('ST19080513-V34-20-page3.txt', 0.318),
 ('ST19140512-V41-18-page1.txt', 0.309),
 ('ST19070821-V33-34-page1.txt', 0.303),
 ('ST19080415-V34-16-page1.txt', 0.299),
 ('ST19000704-V26-27-page1.txt', 0.29),
 ('ST19071023-V33-43-page1.txt', 0.288),
 ('ST19120123-V39-04-page1.txt', 0.262),
 ('ST19130722-V40-28-page1.txt', 0.254),
 ('ST19000110-V26-01-page14.txt', 0.245),
 ('ST19080311-V34-11-page1.txt', 0.243),
 ('ST19000110-V26-02-page14.txt', 0.238),
 ('ST19000627-V26-26-page15.txt', 0.235),
 ('ST19070904-V33-36-page1.txt', 0.235),
 ('ST19050419-V31-16-page1.txt', 0.235),
 ('ST19080722-V34-30-page1.txt', 0.234),
 ('ST18990105-V25-01-page1.txt', 0.231),
 ('ST19100906-V37-35-page1.txt', 0.229),
 ('ST19111205-V38-48-page1.txt', 0.227),
 ('ST19000606-V26-23-page11.txt', 0.221),
 ('ST19071009-V33-41-page1.txt', 0.221),
 ('ST18861230-V12-50-page15.txt', 0.217),
 ('ST19120521-V39-20-page6.txt', 0.213),
 ('ST19120813-V39-31-page15.txt', 0.205)]
In [37]:
check_docs = ['ST19031216-V29-50-page13.txt', 'ST19080513-V34-20-page3.txt', 'ST19000110-V26-01-page14.txt',
             'ST19000110-V26-02-page14.txt', 'ST19000627-V26-26-page15.txt','ST19000606-V26-23-page11.txt',
              'ST18861230-V12-50-page15.txt', 'ST19120521-V39-20-page6.txt', 'ST19120813-V39-31-page15.txt'
             ]
In [38]:
# %load shared_elements/high_error_rates.py
# doc_keys = [x[0] for x in reports.docs_with_high_error_rate(summary) if x[1] > 0.4]

utilities.open_original_docs(check_docs, directories['cycle'])
Opened files: 

ST19031216-V29-50-page13.txt

ST19080513-V34-20-page3.txt

ST19000110-V26-01-page14.txt

ST19000110-V26-02-page14.txt

ST19000627-V26-26-page15.txt

ST19000606-V26-23-page11.txt

ST18861230-V12-50-page15.txt

ST19120521-V39-20-page6.txt

ST19120813-V39-31-page15.txt

Most of the high error docs are the title pages. The remaining have inset images, torn pages, and charts.

In [40]:
reports.long_errors(errors_summary, min_length=15)
Out[40]:
(['money-graspfault',
  'lofmemoriadfcreation',
  'ebritishenegdoshrapnardwarietenrt',
  'shortofthatduanmentalskepticismwhich',
  'japanese-russian',
  'historyrtuarweil',
  'thermilitarismof',
  'interparliamentary',
  'inationoftheclaimthatsundayisthetrueseventh',
  'sympathetvisions',
  'becanioconvinced',
  'photoengravingplants',
  'toembapcecroawncoerisnhitphe',
  'fatherconditions',
  'sndiidiscouraged',
  'carefully-appointed',
  'foreigneountries',
  'steeply-inclined',
  'appleprogenitors',
  'takewsemigilhtfromtheload',
  'whatsongofpraiseisutteredbytheelders',
  'healthrestoration',
  'left-principally',
  'theexaminerandchroniclesays',
  "chrysostom'wrote",
  'pre-millennialists',
  'fullsignificance',
  'seven-and-twenty',
  "encroachments'on",
  "forhetty'ssakethemillerrepeatedhis",
  'approximatelyone',
  'semi-civilization',
  'iiiiiiiiltintmli',
  'seventhday-adventist',
  'disincorporation',
  'descripvineyards',
  'compretransgressions',
  'hissufferingsandcrucifixion',
  'meet-ing--fourteen',
  'tobacco-tortured',
  'sabbathsupposing',
  'observbelligerents',
  'lieutenant-commander',
  'premillenarianism',
  'confederuprightness',
  'weather-growling',
  'mairainumuummomaimmiqmiccomuu',
  'columbiaconference',
  "faithfnll'atorshipers",
  'detioniiiiatious',
  'sergeant-at-arms',
  'christ-consisting',
  "thesettingupfothe'evrelastingkigndom",
  'rapidlyapproaching',
  'death-destroying',
  'destructionbeing',
  'intelligentreader',
  'vecarneawraicedi',
  "publ'shing'aisoci",
  'tribitredritifterierierrocrreiviartsitrest',
  'givingofthetencommandments',
  'pubsignification',
  'prayer-answering',
  'minisexperienced',
  'prisoniassociation',
  'dissecting-knife',
  'drawing-room---stateroom',
  'trans-mississippi',
  'printing-presses',
  'whosoeversinneth',
  'irresponsiveness',
  'realiovercharged',
  'thoughttransference',
  'pacificpressofficeisoneyearbehindthedemand',
  'vawmanweeernerneeeeeemed',
  'thesignsorthetimes',
  'natural-immortality',
  'cationofthisfactpaulsaystohisbrethren',
  'lieutenant-governorship',
  'lanimminiemmienimenammssmememeimienummiumnswawsizivar',
  'man-slaughtering',
  'anti-progressive',
  'freedistribution',
  'beingprostftuted',
  'daughters-in-law',
  'ipstieonstafndononimree',
  '--n---y-o--udicuosneomtyle',
  'not-tobe-counterfeited',
  'selfsacrificingly',
  'ibelieveitwilldogood',
  'fellow-travelers',
  'non-controversial',
  "signsof''rrintimes",
  "msies'eowards'of",
  'iimiiiiiiiimmiwimiiiiimm',
  'involvedprinciples',
  'difficultransgressor',
  'bird-architecture',
  'unhealthprinciple',
  'following-points',
  'cotemporaneously',
  'discerncondition',
  'christ-crucified',
  'extremestpoveily',
  'manifestdistinction',
  'chrisconsidering',
  'dictaeffectiveness',
  'resurrecdemnation',
  'church-and-state-lobby',
  'ailhatialtlfralialasiii',
  'foronecentwillcarryan',
  'thought-suggesting',
  'christandthoulstabesaved',
  'tiiiminwinnmeswiiimommini',
  "adventist'couple",
  'explanainfluence',
  'ofthecostandvalueofredemptionthrough',
  'itisputatrestwiththosewhohissouluntodeath',
  'discrirriination',
  'universallyobserved',
  'iwillopenyourgravesandcause',
  'tintinnabulating',
  'non-commissioned',
  'overthrowingbaby',
  'teeathmtoyrstohuel',
  'iiiiiiraoingaportionoftux',
  'religious-opinion',
  'publishing-house',
  'behind-the-times',
  'meetingwascalledtoorderbythepresident',
  'church-controlled',
  'proscripinflammability',
  'harvestistheendoftheworld',
  'oirgivioirinritirer',
  'foregoingscripture',
  'appreciativeness',
  'switzereducating',
  'malayo-polynesian',
  'redemption-condi-tioned',
  'presumpdeliberately',
  'disease-resisting',
  'commandappointed',
  'hadcreatedidealsocialconditions',
  'constantlyincreasing',
  'legislatureshould',
  'governtneabuildings',
  'federationistoplacetheemployersofthecountry',
  'greatfundamental',
  'withinsufficientroomforall',
  "the''llartlilike",
  'panowpamovimmmap',
  'fondly-cherished',
  'thatthebookwaswrittenbyoneinhisciroriginal',
  'atlanticconference',
  'thefirstchaptreofromansisnotan',
  'hissanctification',
  'clusivelythatthebibleaffordsnosupporttotheu',
  'pan-presbyterian',
  'conversarevocable',
  'oisnthisfatherlyprovidenceandlove',
  'disabiligodliness',
  "pre'senceofmindofaermakan",
  'ltammamfkmwmwwwwwmpiwwwwwwwmaa',
  'andthemoneyallsentinoneorder',
  "gentlemenseemyettolr'ikliatnearlyallofthesehorrireadawordofthepaperforsixteenyears",
  'sacrificeoverlooking',
  'appearunfaithful',
  'state-controlled',
  'runningeverythursdayuntilfurthernotice',
  'character-forming',
  'dignifiedappearing',
  'brokenespecially',
  'komoziminmmvommot',
  '-congregationalist',
  'campbell-bannerman',
  'testiwrong-doing',
  'retribucowardice',
  'butregardingthisearth',
  'destrucsuffering',
  'delusiondeniption',
  'invitfaithfulness',
  'misrespresentation',
  'possibilstorturing',
  'intelligent-minded',
  'ultraextravagance',
  'constitutionists',
  'borsippiesippara',
  'contempotaneously',
  'circumeverywhere',
  'typhoidpneumonia',
  'includcomparison',
  'thatwearejustontheeveofgreaterdiscoveries',
  'workasacarpenter',
  'characdiscipline',
  'oneday-of-rest-in-seven',
  'chriecommandments',
  "f'ounsuperabundant",
  'constitutionalist',
  'hnegoaxwmaxonmahum',
  'publidenominations',
  'commence-scriptures',
  'tdhievitniitnyecs',
  'covenant-breaking',
  'eeeninemineeeininemeemieneziene',
  'scoundrellyimpositions',
  'colocompartments',
  'cigarette-smokers',
  'closinstitutions',
  'anneleartmmammmimanrimmrtmenturammiiiiiiiitinminuminimiiiiiiiaiminifinurintmatimumum',
  'swordswerebeingextensivelymetamorphosed',
  'concerningthatpower',
  'individperplexed',
  'cherubim-guarded',
  'nieweseuessotoeseweneseseoe',
  'commandcommandments',
  'theteachingsofpaul',
  "intelligible'but-significant",
  "kindhholidssf'east",
  'andfiftyfeteinwidth',
  "and'whendonewillcost",
  'aurinstientarthe',
  'nature-worshiper',
  'esetakatattikike',
  'todisappearaltogether',
  'nntwithstaniling',
  'missionarymother',
  'lighteextinguishedlor',
  'afternoon--fifteen',
  'indiscriminating',
  'distressed-outcry',
  'practiparticipate',
  'photo-reproductions',
  'jewsreniontsttaotebde',
  'whohadpreviouslyplacedstonesandtimbersonthe',
  'imitimitansmismie',
  'subcarboniferous',
  'thermometerstood',
  'counter-reformation',
  'istakenforweeklydistribution',
  'destruction-of-the-wicked',
  'apitdehervaiesnorpoeatmtdevenavited',
  'facing-both-ways',
  'surroundopportunity',
  'generally-recognized',
  'amerleanbuilding',
  'photo-heliograph',
  'faithinstruction',
  'nemonimomninuornmauommitalumemac',
  'lightning-winged',
  'uninterruptapprove',
  'particuregulated',
  'opposingcatholic',
  'transgresobedience',
  'theiadmisintense',
  'hampton-columbian',
  'americansentinel',
  'yadicrnknagagrleaoesnivord',
  'misrepresentaliveth',
  'pacifichealthjourna',
  'hungeraetdiiitiritis',
  'earthquakedevastated',
  'vote-controlling',
  'ortheprincipleof',
  'thepromisemadetoabraham',
  "almost'incessant",
  'reasonimpeaching',
  'thesescenesrepresentsatanplaying',
  'avrerwrirarimlgmal',
  'religious-liberty',
  'dayinmyvartyanrifreu',
  'business-building',
  'iiimiliilliiiiiiiiiiiiiiiiniiii',
  'testimoistration',
  'splendid-preparations',
  'simessgltpatinitnt',
  'jndividual-presumes',
  'elderlemeeffielte',
  'interestinthechurch',
  "xvrvripevriorvirvr'vrw",
  'accomintellectual',
  'traininggarrison',
  'possibleconcerningthehistoryofoneofthegreatestrevolutions',
  'ffilfbitathkffithrfoi',
  'gardeneverywhere',
  'piefilitiliefigifieveimpe',
  'wbeishfurtnoismheisds',
  'would-be-reformthe',
  'imicvmmamccommicjiiimicvommvicvommv',
  'spelling-schools',
  'whosoeverbelieveth',
  'willcontainarticlesonreligioustopics',
  'landscapegardener',
  'wonderfulattraction',
  'pocket-handkerchiefs',
  'enenaiesyconstitute',
  'uncared-for-looking',
  'everlastingly-increasing',
  'thoroughparticles',
  'magnifisectarian',
  'ghtatlissiffnarg',
  'angel-messengers',
  'fearinclinations',
  'askinggpractical',
  'healthfulandstrengtheningtotheintellectasthe',
  "newspapeipublishers'",
  'cultisignificant',
  'togetherwithmyexplanationofthem',
  'bililonaire-making',
  'disfellowshiping',
  'daffodilschinese',
  'apparentlyproved',
  'addressallorderstopacificpress',
  'comunderstanding',
  'mistake--perhaps',
  'yailiiiiiiiiiiiiiiimiiiiithiliiiitmilitintitiiintillit',
  'illustrationimust',
  'superdreadnougbt',
  "outlandishest-lookin'",
  'civilizacourteously',
  'coutemporacaptive',
  'eldersloughboroughandhealeygowiththis',
  'politicaranibition',
  'regeneratingdoctrines',
  'iiiiiiiiiiisiiniiiiiiija',
  'overshadallegiance',
  'howtointroducethe',
  'voluntaryyielding',
  'llinneemeneweeemeeemmemineeeeno',
  'hallowedbethyname',
  'introducresurrection',
  'pleteharmonyofthegospelsintheexact',
  'thirtythousand-foot',
  'blessco-extensive',
  "secret'societies",
  'stampscollectionsbought',
  'spiritualphilosophy',
  'inctritintianworritintritig',
  'understandhearts',
  'schoonertransactions',
  'ungratestatement',
  'legislacarefully',
  'sundayobservance',
  'silverytemperance',
  'forgivefearfully',
  'contemplatedwill',
  "milcahiiehga'ntract",
  'employopposition',
  'idonotregretfora',
  'stavangerachapelwaskindlyofferedbythe',
  'faith-demonstrates',
  'andifbooksorderedbymailarenotreceived',
  'thytrantgressions',
  'considerablesaid',
  'transformadisregarded',
  'dassineresinniack',
  'innonijiwinivivp',
  'avaslightenedmvith',
  'constantlyrecurring',
  'subjectspresented',
  'consciousbrainless',
  'ourworkininstitutingand',
  'inwholovedeverybo',
  'thanksgiving-day',
  'marvelously-developed',
  'itisconducteduponthemostapprovedmethodofteaching',
  'churchrsurrounded',
  'certaiynlrendered',
  'light-heartedness',
  'blasphereckoning',
  'discoveredfestively',
  'laynosuchburdenupon',
  'meetingsatbattlecreek',
  'purunderstanding',
  'umuummummunmomummummuumunnuummumm',
  'spanish-american',
  'consecraquestion',
  'fashionrendering',
  'fascinatinglywritten',
  'wmaillatiatmtigtm',
  'battlecontroversypersecutorfornicator',
  "creatiorai'isill'",
  'christianexperience',
  'czecho-slovakian',
  'catholicosociety',
  'fast-approaching',
  'imbemlemeennineeeee',
  'controrecognized',
  'notwithstandthings',
  'ingenuously-framed',
  'interillustrious',
  'themlonsalvation',
  'zusammengehoerigkeit',
  'condeninatioirto',
  'disagreeablenesses',
  'hisrighteousness',
  'immediatelyplaced',
  'eterself-sacrifice',
  'intercalarepresent',
  'world-government',
  'oftheuniversityofcalifornia',
  'andhistoricalresearch',
  'fellow-americans',
  'character-polishing',
  'whomthatkingdomcametoanend',
  'ifoutlfiegalocanoeconthreed',
  'counterreformation',
  'advance-idolatry',
  'widelydisseminated',
  'widely-separated',
  'comfortable-looking',
  'justimaintenance',
  'ofttimesperverted',
  'chief-justiceship',
  'knitting-needles',
  'ministersandotherleading',
  'wmanawmnawampammarwanvia',
  'amusement-loving',
  'nineteenth-century',
  'wifiteiittiliftwirlifff',
  'tradition-monger',
  'intercomparatively',
  'feelstheignominy',
  'highestauthority',
  'followingunsolicited',
  'butitistoolatetoreform',
  'californiaandthe',
  'faith-destroying',
  'meampalgnmamsnuaaowommannaumag',
  'themeasureofhishonor',
  'feeblemindedriess',
  'riswitiiwynawmaw',
  "andbadebridgethavethedi'rtraantakethe",
  'noiniviiiiiiimill',
  'iiiiiinliiiiiiiiiliiiiiiiillilii',
  'ever-strengthening',
  'iiiiiiiiiiiiiiiii',
  'properlyrepresented',
  'ifierilekevisiimoivimaposionomiliselles',
  'rudimentseventeen',
  'illigliormilfwie',
  'iygoguerstreturnst',
  'rgrjinwgzzwrrggozzzgtictmi',
  'make-hasteto-be-rich',
  "penish'transgressors",
  'dissatisfac-tion',
  'tobacco-blindness',
  'anticipacarefully',
  'halfconfidential',
  'iiiiiiiiiiiiiimpiii',
  'misiiimiiiimummilmnitiuumminnimmaiiiiiiiininifilull',
  'estimatethefirtanciiillessdue',
  'braderstandingly',
  'pre-investigative',
  'undemonstrations',
  'nintonvimmtimmenowninumin',
  'dishonoredgraveonaccountofwinedrinking',
  'spotiswood-makim',
  'prosecuappearing',
  'constansubstance',
  'itisraisedinglory',
  'largnotwithstanding',
  'ttothisperfectrulethetraditionsof',
  'ittwevisselmeesies',
  'hisresurrectionandascension',
  'abookofhymnsandtunes',
  'nobleexpectation',
  'iwasinearnestforit',
  'addresspublishers',
  'manyoftheoldstandardsgpoelsongs',
  'collectemergency',
  'allcomprehending',
  'wavailnafaiteliva',
  'indoctrinization',
  'exegesisinbattlecreekcollege',
  'justificahortations',
  'parcorrespondent',
  'astheresultofthe',
  'unex-tinguishable',
  'gheetaltohnfgowoidths',
  'ittorirnoussrnsi',
  'boarding-mistress',
  'andscandinavianlanguages',
  'migrorgigfraggrgarferemerdrepreggprggenerggerorgumma',
  'imporimmediately',
  'businessoperations',
  'materialprosperity',
  'mustbeaccompaniedbycash',
  "ol'egonawashington",
  'entirelydifferent',
  'crossquestioning',
  'logician-scientist',
  'constantly-advancing',
  'iynnimminimsonvoimimp',
  'songsheafisdividedintofourpaits',
  'awaaaaaaaaaawaaaaaaanywa',
  'lystracirculated',
  'questiondarkness',
  'litialirinlifinir',
  'selfpreservation',
  "bachelor's-buttons",
  'discouragetnents',
  'incontrovertibleproof',
  'professorofbible',
  "nationality'remained",
  'experiencedconversion',
  "interesting'meetings",
  'domdemoralization',
  'intelligibleness',
  'partiallyembraced',
  'newsubscribersobtained',
  'resennamptarmesimmumming',
  'ordergiventoyoursr',
  'long-anticipated',
  'thoughtsconcerning',
  'undesimilareemptations',
  'beforepublication',
  'sandwichreverenced',
  'schoolandpraiseserv',
  'sabbath-ignoring',
  'victoria-tasmania',
  'irritabilnancial',
  'andwouldbeofprofitto',
  'thedemonsmadehimsay',
  'flourishtransgressing',
  'constantly-growing',
  'world-conquering',
  'nificantcommentuponpublicopinion',
  'manufacturing-co',
  'postransgression',
  'politico-ecclesiastical',
  'unitedstatesandcanadaunderonemanagement',
  'conunrighteousness',
  'exquisiteadaptation',
  'callinstitutions',
  'evyerohuarngdrlaendo',
  'immovdetermination',
  'engtppointintitts',
  'itilieitititilitiememesneyemesememeyeyemeyememeyemeililitititititititintiesemeyemeyeyeziestin',
  'ecclesiasticopolitical',
  'vtehnrtiullriensgoifntheeremstuti',
  'cliriittliatlianade',
  'fulfillingbefore',
  "dayinreed'screek",
  'differencelsured',
  'gratificalighten',
  'apostolicexample',
  'prospectivefuture',
  'judgment-revelations',
  'ofthechurchisitssocialbrotherhoodanden',
  'whenever-practicable',
  'watchheart-rending',
  'divinelyappointed',
  'adoredwithincense',
  'promcircumstances',
  'someofitsinterestingchaptersare',
  'difikitisfaction',
  "niltantsula'fract",
  'photo-engravures',
  'exhortappointment',
  'audience-chamber',
  'scienquasi-responsibility',
  'levallois-perret',
  'unonornatummurtn',
  'non-denominationalism',
  'butwasthedirectexpressionofthe',
  'wannymsswanyawawamannwmapapnawata',
  'stillothersadevotionalmraeofmind',
  'goodmomsisemphaticallyafamilyjournal',
  'equalscontemporaries',
  'governor-in-council',
  'ofthemareislandobservatory',
  'consequengations',
  'emboditransaction',
  'people-everywhere',
  'firognosticators',
  'widely-differing',
  'absoluteliyvithout',
  'orrepresentative',
  'top-ofyour-high-top-boots',
  'transnourishment',
  'quurinwpirmirrep',
  'caornotlianraiotract',
  'eipeelpfillitifecce',
  'selfcontradiction',
  'wereamereeeeeeeee',
  're-establishment',
  'comprehenwriters',
  'disappointithent',
  'bishopsadvocated',
  'tfilliwiwiithvskitiiiiwiwtilanwffiffiwilitilisinswililliwim',
  'monononvamorviam',
  'iamanoldmanandilove',
  'turkish-armenian',
  'sabbath-transgression',
  'extraordinaryprecautions',
  'up-to-the-moment',
  'no-thoroughfares',
  'foolishnesswithgod',
  'specificaentists',
  'temperanceconference',
  'oduijkoviviltotommiff',
  'spiritindifferent',
  'drunkenextensive',
  'instrumentalasleep',
  'infinitelysplendid',
  'lordiemphatically',
  'ormoinclommounnmninnemmunn',
  'persecucombination',
  'charactermarried',
  'itdistinctempires',
  'rwrylpilimirpillryr',
  'iliniiiiiniiiiiiiilli',
  'pacemonthlyjournal',
  'miraculouspowers',
  'financiarpressure',
  'ante-post-diluvian',
  "been'instrumental",
  'christian-sabbath',
  'intheafternoonofsixdaysofthemeeting',
  'religdestructive',
  'distribdistributed',
  'weeeeeeeeeeeeeeeeeeeeemeeeeee',
  'missionaryworkers',
  'willoughby-sumner',
  'irmalliolativiinimill',
  'scriptpunishment',
  'whatisthemeaningoftheword',
  'buteunfortunately',
  'constantidamaged',
  'numulititunnionmunntmoutimmitunimimoluinsilimumilliiiiyinammunwitinumiuniiri',
  'sanctificationism',
  'knowingthetimeat',
  'sonriceetcrrecvetv',
  "butiftheywereastonishedat'his",
  'beforethesabbath',
  'self-determination',
  'after-generations',
  'mind-and-soul-enslaving',
  'inconantagonistic',
  'qiuiiepatybruptly',
  'blood-favoritism',
  'cornniandmentsothe',
  'heart-oppressing',
  'legally-constituted',
  'thircommandments',
  'counteexcellence',
  'pleasure-seekhome',
  "the'predominating",
  'matter-of-course',
  'deepersignificance',
  'rfrrifticitediitrhictraver',
  'great-grandfather',
  'allprayer-meeting',
  'forthanedsakweoorkfsone',
  'consideraspiritual',
  'citizenmembership',
  'fellow-missionaries',
  'british-american',
  'curiously-wrought',
  'ffffffffffffffffff',
  'subscription-price',
  'floweringcarnation',
  'presence-chamber',
  'selfcontradictory',
  'sundayexpensively',
  'oneshortmomentandreasontogether',
  'thought-inspiring',
  'ificortiaiiiitriatierretwiiifiruk',
  'losunderstanding',
  'accompanibreadth',
  'servantshavebeenpunctuallypaid',
  'culpritpeinthainseleaswt',
  'physician-in-chief',
  'instrumentsofcrueltyare',
  'non-denominational',
  'rep-resentatives',
  'iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii',
  'theseinnovations',
  'womenself-accused',
  'remarkablsuccess',
  'grandfaprominent',
  'stoop-shouldered',
  'everlastingcharacter',
  "superintendents'",
  "comipublisiters'",
  'underappropriate',
  'cross-questioning',
  'perfectlyregulated',
  'missionarymeeting',
  'undertheinfluenceandpoweroftheministering',
  'personificiition',
  'bottleenlightened',
  'adispatchfromottawa',
  'divineauthorship',
  'andstockintheconcern',
  'churchfellowship',
  'chorusalltogether',
  'ritualselfishness',
  'tradidiscussions',
  'antvassuabpsrearmibiearins',
  'tuuniiiiiiiiiiiiiiiiiiiiiiii',
  'contemptuorderly',
  'understandnecessary',
  'steno-telegraphy',
  'thoughtsforthecandid',
  'dfsitieixvfifinbceilotevyve',
  "iiittiiirriitiiiivivirtiitie'driairreviii",
  'writpresentation',
  'whitecameonthegroundinthemorning',
  'accommodationsas',
  'molieistragatnea',
  'eventuallycoming',
  'nebuchadnezzarism',
  'umummummanummilimmiliwimilintimm',
  'heaven-breathing',
  'decomposiwhether',
  'self-stultifying',
  'knickerbockerism',
  'interprogressing',
  'capernreamriantioch',
  'renunciaproduced',
  'self-gratifibeen',
  'forfailinformation',
  'commandblackened',
  'hisdefenseinaclear',
  "proportionately''",
  'gentlyentreating',
  'smithvisibleball',
  "fellow-citizen's",
  'disseminacontinued',
  'self-commendation',
  'accomplishmendable',
  'kaleidopossessed',
  'i-knowyou-will-all-agree',
  'cen-john-tarsithis',
  'temperangeebooks',
  'wevywevewevewwwa',
  'coarsethingseasilywasixedwdelicale',
  'viivrimivievwcipvivai',
  'handwritinhabitants',
  'consistenttwhith',
  'controvertylbetween',
  'theprinciplseofreligionexact',
  'lieutenant-governor',
  'friffiliepilyikentlittopma',
  'spiritmanifestation',
  'characterconsistency',
  'ontradistinction',
  'eisieritilltirrnintrii',
  'twenty-cent-a-week',
  'moammvumummixvonwsmotmtp',
  'non-immersionists',
  'carefully-tested',
  'foundainstruction',
  'robin-red-breast',
  "carriage-maker's",
  'theetodayshaltthoubewithmiinparadise',
  'tligimpracticability',
  'andcircumstances',
  'transferringthere',
  'suggestivptemperance',
  'becomesineffably',
  'commandmonumental',
  'divinelycommissioned',
  'sabbath-desecrating',
  'commandmentgressor',
  'thesanctuaryofthebible',
  'andadesiretoteach',
  'depicturesqueness',
  'strengthdestroying',
  'thrashing-machine',
  'embracpresenting',
  'salvaeffectiveness',
  'atconscientiously',
  'noisomepestilence',
  "gleigfig'imilkii",
  'dyeadlypmoiesdoins',
  'elletemtnebtitottpet',
  'celebracelebrate',
  'fellow-prisoners',
  'sixteenth-century',
  'chilinstitutions',
  "disuperintendent's",
  'presentation-the',
  'enlightenment--whatever',
  'traditionsreceived',
  'boastnominations',
  'fnsaopfojstefeupsiavluelm',
  'self-condemnation',
  'director-general',
  "the'commandinents",
  'glkoanivammovaitta',
  'wacittriemminsmn',
  'theadministration',
  'viprtatixoytoyiry',
  'commander-in-chief',
  'conanaeolaserosand',
  'disintersponsibilities',
  'representadeemed',
  'simple-heartedness',
  'bruisedforouriniquities',
  'inatrainandheardaremarkmade',
  'dailyitpreventsdisease',
  'theologico-scientific',
  "saurs'remarkable",
  'immortal-soulism',
  "neighbors'embrace",
  'billionaire-making',
  'ptah-osiris-apis',
  'anditscounterfeit',
  'one-hundred-thousand-dollar',
  'five-hundred-dollar',
  'fmledrincositdriert',
  'stubborn-hearted',
  'christian-citizenship',
  'heartlessapparent',
  'temperancelecture',
  'faintestrrudimental',
  'transmigrationof-souls',
  'professedlyiscientific',
  'iiiiiiiiiiiiiiiiiiiii',
  'unobtrucommandments',
  'intervenjudgment',
  'convershortening',
  'rendercontroversy',
  'vitallyirriportant',
  'rtlhiseletotalamountofmoneyincirculation',
  "a'vrw-vt-vivcwww",
  'moderatelyfilled',
  'selfagranclizement',
  'pacificpresspublishingcompany',
  'sivainusitisswissagnasteitstrunsintsunainsiteroomainagasse',
  'theologfunctions',
  'undenominatienal',
  'iiiiiiiiitilllinlitil',
  'theestablishment',
  'congregationalbd',
  "etaledxtxhifii'siick",
  'nazarethannounced',
  'atmosmilk-and-water',
  'christianschools',
  'rendreunnecessary',
  'mymymymmmymymymymy',
  'lllllllllilllllllllllll',
  'encourcandidates',
  'individtialpentioned',
  'creatorsoallclaim',
  'commandreputation',
  'widowsandorphans',
  'forbotholdandnewsubscribers',
  "lutber'sreason-ing",
  'salvagregational',
  "priffirrirrwbfif'",
  'power-transmission',
  'uponreceiptofprice',
  'eakrakrakrakrakrakrateake',
  'successcouraging',
  'immortalconsequet',
  "pronouncement'on",
  'di-isatisfaechildren',
  'thelawofgodaschangedbythepapacy',
  'observanceeither',
  'seedsgoodgardeners',
  'protestantrepublican',
  'early-missionaries',
  'thefalltermbeganaugust',
  'servian-bulgarian',
  'illffillimillniiiiili',
  'slieflmlifillifiliimimmeipeiesipccce',
  'originally-molten',
  'disciplesafterthem',
  'andmorestrikingstill',
  'christianapostles',
  'thingmustbedonetosavecivilization',
  'self-aggrandizement',
  'presentothroughout',
  'pleasure-seekers',
  'chureh-mnembership',
  'gournay-sur-marne',
  'manicompleteness',
  'tiioughtlessness',
  'fromtheirhomesandfromtheirhabits',
  'seventh-part-oftime',
  'vvallsallatiglerious',
  'regenerassurance',
  'keenhiscommandmentstandhis',
  "notwithstanding'",
  "judgment'unnecessary",
  'iiiiiiiiiiiiiiiini',
  "saviour'spromise",
  "supnertiendenls'",
  'statesmanpresents',
  'christreasonable',
  'emmonwomonmenniunamemormonlowneuramloo',
  'partiallyunderstood',
  'whaoflrokfitnhgeasgeeso',
  'evangelisticwork',
  'wiiiiimumuntmiminigniniumummumiummurriumuiminimommiummiummumiummirminuimiiiiiiii',
  'privilegederlinville',
  'judiciousdicipline',
  'suluislculilsuiisl',
  'missionashallowness',
  'intepreisotiengr',
  'commandparallels',
  'awerthograipheigh',
  'monthlysubscribers',
  'apipamimilimmilmimmix',
  'spreadinnitiklibi',
  'andundertheearth',
  'statuvaltiathilis',
  'milliiiiiiiikniiiiii',
  'pwazgattheexairbaovnurreicee',
  'introducrebellious',
  'sunday-advo-cates',
  'deliverspiritualism',
  'meat-spice-andstimulant',
  "socialoutcastwhostoodwithinhailof'him",
  'worsiiirraiiirseeniketimaas',
  'comfortably-paid',
  'objectionadiscovery',
  'ever-accumulating',
  'thesabbaticinstitutionineveryconceivable',
  'non-essentialand',
  't-e-l-e-g-r-a-p-h',
  'ltheltenerations',
  'thehopeofthegospel',
  'conveniently-situated',
  "prvoripr'sprwipppt'wvi'vf",
  'letterfromtherewasaweekontheway',
  'followingprinted',
  "for'christianity",
  'strengthmaterialism',
  "greatt'ontroversy",
  'emcarnally-minded',
  'knowledge-hunger',
  "asurepromisethatdavid'sthroneandkingdom",
  'promisestothemse',
  'quatterocentennial',
  'therewasagoodaudienceonsunday',
  'commandment-breaking',
  'ongregationaliat',
  'bartlettwasherelast',
  'iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiillllllllllllllllllllllllllll',
  'containingllessens',
  'cultivation-efs-the',
  'wwwwwwwwwwwwwwwwwwwwv',
  'demonstrafliction',
  'malaria-stricken',
  'jeprayer-meeting',
  'poorten-schwartz',
  'inspector-general',
  'itslibertytootherswouldbetothinkand',
  'unacceptmurderer',
  'paarmankmmanmwaramwmparimmammwawmwarwarammaramwmwarmamminvmmaparaampmwmfammanwpawa',
  'self-multiplying',
  'strikingoriginal',
  'disheartoffering',
  'industryarefallingoutandtellingoneachother',
  'thepowerandtheglory',
  'peremptorilyreflised',
  'refusetoliftheartandvoiceingrate',
  "representatives'",
  'accordambassador',
  'andweshallbeconceitedtono',
  'habit-of-spending',
  'missionarykonvendons',
  'hisacknowledgment',
  'progressionalists',
  'fatherobjectedtohergoing',
  'chrisconsummation',
  'earthquake-shock',
  'strangedoctrines',
  'mirminunwintnynummnimmnionzmninition',
  'propordesecrated',
  'eagerlyexpectant',
  'sundayhistorically',
  'prittuthnsitydocf',
  'christianscientific',
  'icannotsufficientlybewailthecondition',
  'principalidepartment',
  'willing-unwill-ing',
  'self-contradiction',
  'inheritconsideration',
  'after-experience',
  'toughest-looking',
  'berzogencyclopedia',
  'withsiipplementofnewestsacredsongs',
  'franklinrichards',
  'carefullybrefrained',
  'self-gratifitree',
  'hurriedlyprepared',
  "are'occasiopally",
  'well-intentioned',
  'lightning-blasted',
  'professedly-protestant',
  'christadelpltiars',
  'personaltestimony',
  'hininiimpininiiiho',
  'humandesperation',
  'devil-worshipers',
  ...],
 15)

Correction 8 -- Remove long error tokens

In [44]:
# %load shared_elements/remove-tokens-with-long-strings-of-characters.py
prev = "correction7"
cycle = "correction8"

directories = utilities.define_directories(prev, cycle, base_dir)
if not os.path.exists(directories['cycle']):
    os.makedirs(directories['cycle'])

corpus = (f for f in listdir(directories['prev']) if not f.startswith('.') and isfile(join(directories['prev'], f)))

for filename in corpus:
    content = utilities.readfile(directories['prev'], filename)

    text = re.sub(r"[0-9,!?$:;&]", " ", content)
    tokens = utilities.tokenize_text(text)
    
    replacements = []
    replacements.append(clean.check_for_repeating_characters(tokens, "i|I"))
    replacements.append(clean.check_for_repeating_characters(tokens, "m|M"))
    
    replacements = [item for sublist in replacements for item in sublist]
            
    if len(replacements) > 0:
        print('{}: {}'.format(filename, replacements))

        for replacement in replacements:
            content = clean.replace_pair(replacement, content)
    else:
        pass
    
    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()
ST18830906-V09-34-page2.txt: [('rwswirencooraresosssesamontamorammoomumErsmenwaveminnoniammaxmonmammannoamomeamo', ' '), ('mossureammevamenn.zovemosenaabiammannexaeuxammgmaugammemasomemmaatarawerrodormangussersamarsimarmeonscomp', ' ')]
ST18961008-V22-40-page14.txt: [('yailiiiiiiiiiiiiiiimiiiiithiliiiitmilitintitiiintillit', ' ')]
ST18961119-V22-46-page14.txt: [('SHIWIUMIIWISIIIIIIWIMIWOMMIIIMUIUMinh', ' ')]
ST18961126-V22-47-page14.txt: [('---."\'OMMMMMUMNIMMIIIMMMMWWWWWIIMUM', ' ')]
ST18971118-V23-45-page20.txt: [('ratirmrmiThrwrimmumuumwmwmgdmwrirmumnumrwwwwwmummommoirownianarromodurtmummerwmannuottromnuirmwommmwrolimmvory', ' '), ('FARAIPMAIVAIMPAAMINIAMMAMAIWIIMAMAIMANIAARMARIAPARINIAAMWMASIAMMAAMAISIAIMAANAMIUMIIMAPIAAAWAWAIWARAMAIARIAMAIRAMMARAAAWARAMAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', ' ')]
ST18990105-V25-01-page22.txt: [('EIENIIIgigrunemmimmfinasdnaunimm', ' '), ('Mummonsammomm', ' ')]
ST18990215-V25-07-page3.txt: [('laNIMMINIEMMIENIMENAMMSSMEMEMEIMIENUMMIUMNSWAWSIZIVAR', ' ')]
ST18990405-V25-14-page9.txt: [('IIIIIIIIIIIll', ' ')]
ST18990524-V25-21-page20.txt: [('MkWARMPAMMPAMMMMPMWMMPAAARMIMRWM', ' ')]
ST18990704-V25-27-page20.txt: [('mmwmkmmfmmmmmwmm', ' ')]
ST18991215-V25-50-page13.txt: [("iitiirifitirieifiNirfiirifir-VSPirgirl'iifirievOieifiriirVeffirlirirViPirneeiPie", ' ')]
ST19000620-V26-25-page13.txt: [('APAAMMANVAMMAMMWMFMAMAMPAYA', ' ')]
ST19000905-V26-36-page15.txt: [('IMICVMMAMCCOMMICJIIIMICVOMMVICVOMMV', ' ')]
ST19000926-V26-39-page11.txt: [('LIIIIIIIIIIMI', ' ')]
ST19040113-V30-02-page3.txt: [('MISIIIIIIIIII', ' ')]
ST19040127-V30-04-page3.txt: [('IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII', ' '), ('"illIIIIIIIIIIIIIIMIIIIIIIIIII', ' '), ('IIIIIIIIIIIMIIIIIIIMIIIIIIIIIIIIIIIIIIIP', ' ')]
ST19040210-V30-06-page4.txt: [('mumummnumummontomumumimmiumumniummiunow', ' '), ('"milmonumonionnimunnumummummimuumnommulmitur', ' ')]
ST19040224-V30-08-page4.txt: [('olimummommimmomm.', ' '), ('minmonummunimumnimonnomunDunummunanummunammunDamamontiv', ' ')]
ST19040316-V30-11-page4.txt: [('MIIIIIIIIIIIIIIIIIIMIIIIIMIII', ' ')]
ST19041102-V30-43-page9.txt: [('IIIIIIIIIIUIIIIImnnIHIIL', ' ')]
ST19050419-V31-16-page15.txt: [('messimm.ammemm.', ' ')]
ST19051101-V31-44-page2.txt: [('MtrtMnPMMMMMMMMNWMWMMAWRMMWA.MPMMM.MAMAMR.MW', ' '), ("RRMAWMMWARMMN'MMMWPNPM", ' ')]
ST19051108-V31-45-page2.txt: [('AMMAMNYAMMMANYMMAMARNIAMMMWMARAWM', ' '), ('WAVAAMNYAMWAIWAMMAPMPAYMMAMMMMAPAPIAMMPAPAA', ' ')]
ST19051115-V31-46-page2.txt: [('PAARMANkMMANMWARAMWMPARIMMAMMWAWMWARWARAMMARAMWMWARMAMMINVMMAPARAAMPMWMFAMMANWPAWA', ' ')]
ST19060228-V32-09-page13.txt: [('immommussammill', ' ')]
ST19070508-V33-19-page3.txt: [('EREEEREEERIIIIIIIIIIIIIEMER', ' ')]
ST19100802-V37-30-page13.txt: [('EliallIMEMAIMEWVIIMIIIIIIIMIRVAVIAWOWNIMMIMIII.', ' ')]
ST19110620-V38-24-page13.txt: [('Milliiiiiiiikniiiiii', ' '), ('rnmessrammiliommermsemm', ' ')]
ST19111031-V38-43,44-page30.txt: [('IIIIIIIIiiIIIIIIIIIII', ' ')]
ST19120409-V39-15-page13.txt: [('tv...mmAitivtakvisksammimmtKvAusmuss', ' '), ('cvsumpteAmmommtakstmmommymumakvvomww', ' ')]
ST19120423-V39-17-page14.txt: [("AOrttroaroittiiniiiil'Aii", ' ')]
ST19120625-V39-25-page13.txt: [('mtimunimimmumminiimummiimitimimmilim', ' ')]
ST19120716-V39-27-page13.txt: [('IIIIIHIIIIIIIIM', ' ')]
ST19120723-V39-28-page14.txt: [('MIIIIMIIIIMIIIIIIIIninn', ' ')]
ST19120730-V39-29-page15.txt: [('ofwewiiieftwisioevesieoveinevwstieveviiiewsotiwwwowwwftevertiorviswevenwevemsevaimowiieveritioeveimewiiiwawitaveveimenesevowil', ' '), ('weiie.owiterveimowitiivrowoovaiievroitevweowevesievweiievewisieviveitevowimewitorveitevewowevai', ' ')]
ST19120827-V39-33-page15.txt: [('IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII', ' ')]
ST19120903-V39-34-page13.txt: [('glimonsuevonoemmooeities.aimemnoisoonaota.p.aiotivoriteposiiimmonimmuma.pousiorn', ' ')]
ST19120924-V39-37-page1.txt: [('IiiIIInliiiiiiiiiliiIiiIiillilii', ' ')]
ST19121203-V39-48-page13.txt: [('iliniliIIIIIIIIIIIIIIIIIIIII', ' '), ('MINOMIIIIIIIIMEMMINIMEIMINIIIIIIM', ' ')]
ST19121224-V39-50-page14.txt: [('IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIll', ' ')]
ST19130708-V40-26-page13.txt: [('ilINIIIIINIIIIIIIilli', ' ')]
ST19130805-V40-30-page11.txt: [('IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII', ' ')]
ST19130812-V40-31-page13.txt: [('IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIiIIIIIiIIIIIIIIIIIIIIIIIIIIIIIIIIIiIIIIIIIIIIiiIIIIIIIIII', ' ')]
ST19130826-V40-33-page15.txt: [('INIIIIIIIIIIIIIIII', ' ')]
ST19140113-V41-01-page13.txt: [('MIIIIIIIIIIIIIIIIIIIIIIIIIIII', ' '), ('MIIIIMINIUMIIIIIIIIIIIIIIMINIIIIIIIIIIIIIIIIIIIIIIIIIIMIIIIIIIIIIIIIIIIIIIIII', ' ')]
ST19140217-V41-06-page14.txt: [('IIIIIIINICIRIIIIIIII', ' '), ('mmmmrDmmmemmmnncI.nio..mcmommnowninet', ' ')]
ST19140224-V41-07-page1.txt: [('YRIIIIIIIIIIII', ' '), ('IIIIIIIIIIIRVIG', ' ')]
ST19140224-V41-07-page7.txt: [("iiitTiiirriitiiiivivirTiitie'driairreviii", ' ')]
ST19140310-V41-09-page1.txt: [('PillifilliiiMlianillOriliitilmniiinnmm.........', ' '), ('MOmminnelmommoomunovaniamcommitioitiime.iumm..implormiumnonwitaipaiii.tiviimuleotimilmoomiliiimitnurilaiaionliniiini.......m......w.ii.iiiiiilit..ilimilicomiliili.', ' '), ('MOmminnelmommoomunovaniamcommitioitiime.iumm..implormiumnonwitaipaiii.tiviimuleotimilmoomiliiimitnurilaiaionliniiini.......m......w.ii.iiiiiilit..ilimilicomiliili.', ' ')]
ST19140317-V41-10-page15.txt: [('IikVIDINIMVIIMIvIFILMITAMIMIMDEMIPPAINVIIMItIMILIVILM', ' ')]
ST19140407-V41-13-page12.txt: [('umuummummunmomummummuumunnuummumm', ' '), ('umummumunummunuommommumnummunnumuumunummummunnumunummunnunli', ' ')]
ST19140414-V41-14-page12.txt: [('IIIIIIIIIIIIIIIIIIIIIIIIII', ' '), ('IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIMIIIIIIIIIIII', ' '), ('MIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII', ' ')]
ST19140526-V41-20-page1.txt: [('IIMIIIIIIIIMMIWIMIIIIIMM', ' ')]
ST19140630-V41-25-page1.txt: [('erno....m...mnimmvommumanmum...o.c.mouprommummoam........mmx', ' ')]
ST19140811-V41-31-page1.txt: [('Axamommamoniii.m.ommionammnuanirms....meampalgnmamsnuaaowommannaumag', ' ')]
ST19140825-V41-33-page1.txt: [('IMMIIIIIIIIIII', ' ')]
ST19141020-V41-41-page15.txt: [('IIIIMMIIIIIIIIIIIIIIIIIIIIIIIMI', ' '), ('nommunnummommommosommomounimmommounsmonommunommommommsommommenom', ' ')]
ST19141103-V41-43-page13.txt: [('MIINIIIIINIVII', ' '), ('INIIMIMMIIIIIIM', ' ')]
ST19141110-V41-44-page1.txt: [('IIIIIIIIIMIIIIIIIM', ' '), ('IIIIIIIIIIIIIIMPIII', ' ')]
ST19141110-V41-44-page15.txt: [('nionommommouniiiilimilliimmimminillommoisimommliilnitimom', ' '), ('IIIIIIIINTIIIIIIIIIIIIIIIIIII', ' '), ('nionommommouniiiilimilliimmimminillommoisimommliilnitimom', ' ')]
ST19141208-V41-48-page1.txt: [('mmommimmisinftimiiiiiiiiiiiiiiniimiiiimmiteitionimmumismy', ' '), ('IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII', ' '), ('IIIIIIIIIIIIIIII', ' '), ('IIIIIIIIIIIIIIIIIIIIIF', ' '), ('wilimunfloommuOmmonommmunimmummunuummull.', ' '), ('.........mmonnonnnommuntinunomminmoll......', ' '), ('mmommimmisinftimiiiiiiiiiiiiiiniimiiiimmiteitionimmumismy', ' ')]
ST19141208-V41-48-page8.txt: [('iiimiliilliiiiiiiiiiiiiiiiniiii', ' '), ('iiiiiiiiiiili', ' '), ('MIMM.MOMINIMMIUMffillli.M.M.IIMMfin.M', ' ')]
ST19141215-V41-49-page1.txt: [('IiiiiiptIIIIIIIIIIIIIIIiiiIiIiiIigilIIIIII', ' '), ('IIIIIIIIIIIIIIR', ' '), ('XIIIIIIIIIIIMIIIIIII', ' '), ('IIIIIIIIIIIIIIIIIIIIIIIIIII', ' ')]
ST19150713-V42-27-page11.txt: [('illilliiillilillilliiihiliiliiiiiIIM', ' ')]
ST19150803-V42-30-page15.txt: [('IIIIIIIIIIIINIIIIIIIIVIIIIIIIIIIIIIIIIIIIIVIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIVIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIiIIIIIIIIIIIVIIIIIIIIIIIIIIIIII', ' '), ('IIIIIIIIIIIII', ' '), ('lIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII', ' '), ('sommounimunimmuummonnumninnuommarm', ' ')]
ST19151109-V42-44-page11.txt: [('ummimmilmminimitipmniiiiiiinimmillithimiliminamilmittitommoitimmiutinitiourniiiniiiitioiiiiiriiimmunimommtulatuanummiumnimmtilffilmiunomunrtmminmannmiimanuffirmwriimmummtintrimmitinummilitumminiuntotopilimininminimiummitinommiumuilimiurmummitimmumtitutimaruentam', ' '), ('Inumunthommommuumuummimmummummoninommiiiiiiiiiimummiumunimommilliiimmuunummountuummummumwt', ' '), ('ansmsanssisammistmuliansillummusisaimuswilinsouswiiiiitimarrmitimmismittistiiiimisiminiaisiriliiiiiiiiiismimasuarmaariiiiiiiirtririsiiiiiiiirimsiiiiiiiiantrilitiniiiiiiiiitisonliiiiiiiimairilimaiiiiiiiIrinatallillaliflillID', ' '), ('ithiliiiimiliwriniiiiimiiimilinnirtiiiiiiiiniltilittriiiiiiimiriiiiiiiiiimiiiininiiiiiiiiiminisag', ' '), ('ummimmilmminimitipmniiiiiiinimmillithimiliminamilmittitommoitimmiutinitiourniiiniiiitioiiiiiriiimmunimommtulatuanummiumnimmtilffilmiunomunrtmminmannmiimanuffirmwriimmummtintrimmitinummilitumminiuntotopilimininminimiummitinommiumuilimiurmummitimmumtitutimaruentam', ' '), ('Inumunthommommuumuummimmummummoninommiiiiiiiiiimummiumunimommilliiimmuunummountuummummumwt', ' '), ('ansmsanssisammistmuliansillummusisaimuswilinsouswiiiiitimarrmitimmismittistiiiimisiminiaisiriliiiiiiiiiismimasuarmaariiiiiiiirtririsiiiiiiiirimsiiiiiiiiantrilitiniiiiiiiiitisonliiiiiiiimairilimaiiiiiiiIrinatallillaliflillID', ' ')]
ST19160111-V43-02-page1.txt: [('limplimmon"ronandignummomonsistoweemanemmen', ' ')]
ST19160118-V43-03-page1.txt: [('Almaimulowsmsarlwaspemommennommimmilimakamossuriminatiommulo', ' ')]
ST19160118-V43-03-page10.txt: [('nISIIIIIIIIIIMIIIIIIilitIlIMI', ' ')]
ST19160502-V43-18-page1.txt: [('unonornatummurtn.r.olumninonemniminummomonm.......ormoinclommounnmninnemmunn', ' ')]
ST19160502-V43-18-page13.txt: [('Ariiiiiimiiiiiiimiliilimuntimmummoimilmiumilmilliinummininummunimilinismuoinium', ' '), ('Ariiiiiimiiiiiiimiliilimuntimmummoimilmiumilmilliinummininummunimilinismuoinium', ' ')]
ST19160509-V43-19-page3.txt: [('iiiitimmnimiiiiiiiiiiiiii', ' ')]
ST19160509-V43-19-page6.txt: [('tuuniiiiiiiiiiiiiiiiiiiiiiii', ' '), ('Humusminitimiumunommumilitiumminimmintrmuirmunimunimimmiturimummutruumummilintimuit', ' ')]
ST19160509-V43-19-page8.txt: [('aniumminimilimminiiiiimiiiimoomminimmirimiuninniuniumniniimmiiiiiiiiimimimiummitimmulinnio', ' '), ('aniumminimilimminiiiiimiiiimoomminimmirimiuninniuniumniniimmiiiiiiiiimimimiummitimmulinnio', ' ')]
ST19160606-V43-24-page1.txt: [('noaclowliii..t.iiiiiiittIMMItinte..', ' ')]
ST19160606-V43-24-page13.txt: [('MIIIIMIIIIIIIi', ' '), ('MInfatiluilluilliiiiiiiiiiiniimailunvia', ' '), ('MIIIIIIIIIIMIIIIIIIIIM', ' ')]
ST19160606-V43-24-page3.txt: [('IIIIIINIIIIIII', ' '), ('IIIIIIIIIiilllllillIIIIIIIIIIIIIIII', ' ')]
ST19160620-V43-25-page1.txt: [('IIIIMICIIIIIIMERM', ' ')]
ST19160620-V43-25-page2.txt: [('Anneleartmmammmimanrimmrtmenturammiiiiiiiitinminuminimiiiiiiiaiminifinurintmatimumum', ' '), ('Anneleartmmammmimanrimmrtmenturammiiiiiiiitinminuminimiiiiiiiaiminifinurintmatimumum', ' ')]
ST19160704-V43-26-page13.txt: [('misiiimiiiimummilmnitiuumminnimmaiiiiiiiininifilull', ' '), ('iMillIMIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIImull', ' '), ('WillinilliminomiiiiiiiiimiiiiiiiiiiiiiiiiiiilimilimMiiisialltliali', ' '), ('misiiimiiiimummilmnitiuumminnimmaiiiiiiiininifilull', ' '), ('umummummanummilimmiliwimilintimm.n..', ' '), ('mmonwiliimmiunimuitimmnummimmilummutimmimiminimittimimmuin....N.', ' ')]
ST19160711-V43-27-page1.txt: [('RIIIIMIIIIIIIIIIIIIIIIIII.M.', ' ')]
ST19160711-V43-27-page9.txt: [('iiiiiiimitiiiim', ' ')]
ST19160718-V43-28-page14.txt: [('gliwitunuminuitimminimitimmuniunninunowionutlimoinnunionirmlututiumnaumnuainiontatintimmiininwinmitiummumuttninmiltinitinninummuninimilintlimmiumniminnirimmominimittnotiiiiiiihmi', ' '), ('gliwitunuminuitimminimitimmuniunninunowionutlimoinnunionirmlututiumnaumnuainiontatintimmiininwinmitiummumuttninmiltinitinninummuninimilintlimmiumniminnirimmominimittnotiiiiiiihmi', ' ')]
ST19160718-V43-28-page8.txt: [('IIIIIIIIIIIIIIIIIIIIIIMIIIIIILt', ' '), ('milliiiIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIMIIIIIIIIIIIiiiiiiiiiiiiiiiiiiiiiiiitinniiiiiiiminiiiiuniiiiiiiiiiiiiiiiiiiiiimminiiiiiiiimir', ' '), ('urniiiiiiiniunitimilitinuniiiiinoniiiiitiiilniiiiiiiitlillIIIIIIIIIiiiiiiiiiiiiiiiiiiiilitIlill', ' ')]
ST19160815-V43-32-page8.txt: [('iiiiiiiiiiiiiiiini', ' '), ('ifitiliffilffiffilliiiiiiiiiIIIIIIIIIIIHIIIIIIIIIIIIIMMififfilliniiiiill', ' '), ('MIMIIIIIIIIIIIIIIIMIIIIIIII', ' '), ('IIIIIIIIIIIIIIII', ' '), ('IIIIIIIIIIIIII', ' ')]
ST19160822-V43-33-page1.txt: [('IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII', ' ')]
ST19160822-V43-33-page10.txt: [('giummiiiiiiiimiliiilliiilliiillitiiiiiminimmintrititiannamoulhommtnitiiiiiiiiiiiiimmjiiiiimitiiiimino', ' '), ('tutimmittrummunginiumomiliiiiiiiiiimumiturinioniorminiiiimmuniuminimumorniminimownianolimoniimiumminiii', ' '), ('giummiiiiiiiimiliiilliiilliiillitiiiiiminimmintrititiannamoulhommtnitiiiiiiiiiiiiimmjiiiiimitiiiimino', ' '), ('tutimmittrummunginiumomiliiiiiiiiiimumiturinioniorminiiiimmuniuminimumorniminimownianolimoniimiumminiii', ' '), ('inimmoommintniniumnimminiiiimmuumminimulummilumntimiliummiumniumtimmonuming', ' ')]
ST19160912-V43-36-page9.txt: [('milimiiiiiiiiiiiiiiiiiiiiintiiiiiiiminminituilimmucimuniiimuninniniumnitmumtuummimumitinimiiiin', ' '), ('mumniuminilimiulimuumilimiimiiiimmitiiiiiiimintimmounimmimiumuthimmumumummutunimommuniumuninu', ' '), ('miummunumummumuniummillinniiiiiiiiiimanimilliiiiiiimillioniiiiiiiiiiiiiiimiliumninniumuutimmiummumintiniiiiiiiiimuniumniumumumumithimmiiiiummiumumumiugumummummuumuummuniiiiin', ' '), ('mumniuminilimiulimuumilimiimiiiimmitiiiiiiimintimmounimmimiumuthimmumumummutunimommuniumuninu', ' '), ('miniumunummuumurninummirmiummuumimmionunummuninumunimmummulmitimituung', ' '), ('miummunumummumuniummillinniiiiiiiiiimanimilliiiiiiimillioniiiiiiiiiiiiiiimiliumninniumuutimmiummumintiniiiiiiiiimuniumniumumumumithimmiiiiummiumumumiugumummummuumuummuniiiiin', ' ')]
ST19160919-V43-37-page9.txt: [('OIIIIIIIIIIIIIIIIII', ' '), ('IIIIIIIIIIIIIIIII', ' '), ('IIIIIIIIIIIIIIIIIII', ' '), ('iimmonnumummumumminummummirrirumumnolurmunitirrtumummiumuminuuttummmiumums', ' ')]
ST19160926-V43-38-page9.txt: [('MIMMIMMMIIIIIIMIIIIIIIIIIIIIIIIIIIIIIIIM', ' ')]
ST19161003-V43-39,40-page3.txt: [('IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIINIIIIIIIIIIIIillllllllllllllllllllllllllllllllllllllllllllllllu', ' ')]
ST19161003-V43-39,40-page34.txt: [('yliicainiiniinuni.', ' ')]
ST19161017-V43-41-page14.txt: [('iiiiiiiiiiiiiiiii', ' ')]
ST19161017-V43-41-page4.txt: [('nwwwimmummummmmmmmmmmmmmmamommw', ' ')]
ST19161017-V43-41-page9.txt: [('wiiiiimumuntmiminigniniumummumiummurriumuiminimommiummiummumiummirminuimiiiiiiii', ' '), ('wiiiiimumuntmiminigniniumummumiummurriumuiminimommiummiummumiummirminuimiiiiiiii', ' '), ('umummininiturimminumummimmiumuuramminurrirtirumutumnumummmminmmommninum', ' ')]
ST19161107-V43-44-page1.txt: [('...MK.K..ft...M.N..V.RAAARARAWk...RAINRAMMRARARAINAAINININMMRAAAMMAARARAINAAINRARARAINAARARARARAINAARARA', ' ')]
ST19161212-V43-49-page1.txt: [("nAMmM.M.MMM'AAMMABRAMNIMMMM.IVIMRAMMAAMMOOMMM.M.MARAMMMMMAARAM", ' ')]
ST19180813-V45-32-page5.txt: [('iIIIIIIIIIISIINIIIIIIIJa', ' ')]
ST19190211-V46-06-page12.txt: [('MMOLIIIIIIMICIII', ' '), ('VIIIIIVIIMIIIIIIIIIE', ' ')]
ST19190211-V46-06-page16.txt: [('IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIillllllllllllllllllllllllllll', ' '), ('EMMIIMINIMMINUMMMEENMEMMEHMEMENRIMUM', ' ')]
ST19200127-V47-04-page9.txt: [('miliiillinviiiiiiiimmilliiiingiiimeiliiiiiiiiinnivoilisil', ' ')]
ST19200504-V47-18-page1.txt: [('IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII', ' ')]
ST19200817-V47-32-page5.txt: [('ginmilmmimilliliiilllillititliffilliiIIIIIIIIIIIIIIiii', ' '), ('nilii.iiiiiii', ' ')]
ST19200824-V47-33-page10.txt: [('IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII', ' ')]
ST19201221-V47-50-page12.txt: [('ismilisissusumnonsitsisISISIIIsminsultfillitISSUIIIIIIIIIIII', ' ')]
In [47]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/ST/correction8

Average verified rate: 0.9813510500615877

Average of error rates: 0.018805372381691235

Total token count: 36313251

In [48]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[48]:
[("'", 28888),
 ('e', 21981),
 ('m', 18615),
 ('d', 17477),
 ('w', 17328),
 ('n', 16327),
 ('t', 16272),
 ('r', 12146),
 ('g', 11323),
 ('f', 8369),
 ('th', 8144),
 ('pp', 6902),
 ('co', 5632),
 ('ex', 4129),
 ('u', 4106),
 ('x', 3480),
 ('tion', 2371),
 ('mo', 2269),
 ('wm', 1970),
 ('k', 1906),
 ('re', 1636),
 ('ment', 1611),
 ('eze', 1391),
 ('z', 1312),
 ("the'", 1295),
 ('altho', 1276),
 ("of'", 1121),
 ('ti', 1040),
 ('pa', 1030),
 ('wo', 985),
 ('sel', 935),
 ('q', 933),
 ('es', 906),
 ("an'", 878),
 ('ets', 852),
 ('al', 770),
 ('id', 713),
 ('va', 701),
 ('tions', 673),
 ('io', 643),
 ("''", 633),
 ('op', 618),
 ('ments', 614),
 ('mal', 577),
 ("if'", 564),
 ('aro', 554),
 ('ro', 553),
 ('ence', 540),
 ("and'", 534),
 ('oo', 525)]

Correction 9 -- Separate Squashed Words

In [49]:
# %load shared_elements/separate_squashed_words.py
import pandas as pd
from math import log

prev = "correction8"
cycle = "correction9"

directories = utilities.define_directories(prev, cycle, base_dir)
if not os.path.exists(directories['cycle']):
    os.makedirs(directories['cycle'])

corpus = (f for f in listdir(directories['prev']) if not f.startswith('.') and isfile(join(directories['prev'], f)))

verified_tokens = []

for filename in corpus:  
    content = utilities.readfile(directories['prev'], filename)
    clean.get_approved_tokens(content, spelling_dictionary, verified_tokens)

tokens_with_freq = dict(collections.Counter(verified_tokens))
words = pd.DataFrame(list(tokens_with_freq.items()), columns=['token','freq'])
words_sorted = words.sort_values('freq', ascending=False)
words_sorted_short = words_sorted[words_sorted.freq > 2]

sorted_list_of_words = list(words_sorted_short['token'])

corpus = (f for f in listdir(directories['prev']) if not f.startswith('.') and isfile(join(directories['prev'], f)))

for filename in corpus:
    content = utilities.readfile(directories['prev'], filename)

    text = utilities.strip_punct(content)
    tokens = utilities.tokenize_text(text)
    
    wordcost = dict((k, log((i+1)*log(len(sorted_list_of_words)))) for i,k in enumerate(sorted_list_of_words))
    maxword = max(len(x) for x in sorted_list_of_words)
    
    replacements = []
    
    for token in tokens:
        if not token.lower() in spelling_dictionary:
            if len(token) > 17:
                if re.search(r"[\-\-\'\"]", token):
                    pass
                else:
                    split_string = clean.infer_spaces(token, wordcost, maxword)
                    list_split_string = split_string.split()
                    
                    if clean.verify_split_string(list_split_string, spelling_dictionary):
                        replacements.append((token, split_string))
                    else:
                        pass
            else:
                pass
        else:
            pass
        
    if len(replacements) > 0:
        print("{}: {}".format(filename, replacements))
        
        for replacement in replacements:
            content = clean.replace_pair(replacement, content)
    
    else:
        pass

    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()
ST18740604-V01-01-page2.txt: [('falseinterpretations', 'false interpretations')]
ST18740604-V01-01-page4.txt: [('miniswhentheyneededitmostinthesadcrisisoflast', 'minis when they needed it most in the sad crisis of last'), ('cluistprapcmeatoleadkisseryaittaiandit', 'c lu i st p rap c me a to lead kiss er y a it tai and it')]
ST18740611-V01-02-page5.txt: [('deservedlycondemned', 'deservedly condemned')]
ST18740625-V01-03-page6.txt: [('strictlytobusiness', 'strictly to business')]
ST18740709-V01-04-page5.txt: [('SystematiAenevolence', 'System at i A en e v o l e n c e')]
ST18740709-V01-04-page6.txt: [('thoughtrequirements', 'thought requirements')]
ST18740709-V01-04-page8.txt: [('ofthecostandvalueofredemptionthrough', 'of the cost and value of redemption through'), ('Ourworkininstitutingand', 'Our work in instituting and')]
ST18740723-V01-05-page2.txt: [('divinelycommissioned', 'divinely commissioned')]
ST18740723-V01-05-page4.txt: [('subscriptionwhichmayhavebeen', 'subscription which may have been')]
ST18740723-V01-05-page8.txt: [('oneshortmomentandreasontogether', 'one short moment and reason together')]
ST18740813-V01-06-page7.txt: [('Beforethattimewordsandsentenceswereputt', 'Before that time words and sentences were putt')]
ST18740917-V01-07-page6.txt: [('THEPROMISEMADETOABRAHAM', 'THE PROMISE MADE TO ABRAHAM')]
ST18741022-V01-08-page2.txt: [('vestigationwilldetermine', 'vest i gat ion will determine')]
ST18741231-V01-12-page8.txt: [('ChangedtheSabbathI', 'Changed the Sabbath I')]
ST18750114-V01-13-page8.txt: [('swordswerebeingextensivelymetamorphosed', 'swords were being extensively metamorphosed')]
ST18750128-V01-14-page8.txt: [('andheneverresteduntil', 'and he never rested until')]
ST18750225-V01-16-page3.txt: [('differenceThetween', 'difference The tween')]
ST18750311-V01-18-page3.txt: [('greatseatandnurseryofphilosophers', 'great seat and nursery of philosophers')]
ST18750318-V01-19-page3.txt: [('importantoccasions', 'important occasions')]
ST18750325-V01-20-page2.txt: [('Thesewereinastateof', 'These were in a state of'), ('Shallmeltwithferventt', 'Shall melt with fervent t'), ('reasonasitisopposedtotheeB', 'reason as it is opposed to thee B'), ('hundredthpartofthetimethatthe', 'hundredth part of the time that the')]
ST18750325-V01-20-page6.txt: [('accomplishmendable', 'accomplish mendable')]
ST18750401-V01-21-page4.txt: [('commandmentbreaker', 'commandment breaker')]
ST18750408-V01-22-page2.txt: [('completeinstrument', 'complete instrument')]
ST18750408-V01-22-page6.txt: [('iughsanetification', 'i ugh s a net if i cation')]
ST18750408-V01-22-page8.txt: [('DAYADVENTISTPUBLISHING', 'DAY ADVENTIST PUBLISHING')]
ST18750415-V01-23-page1.txt: [('reallyoccupiedagroundsimilartothatof', 'really occupied a ground similar to that of'), ('sinisnotimputedwhen', 'sin is not imputed when'), ('cationofthisfactPaulsaystohisbrethren', 'cation of this fact Paul says to his brethren'), ('entirelyoverthrown', 'entirely overthrown')]
ST18750415-V01-23-page6.txt: [('dentthattheclaimsofthebeastaretobeen', 'dent that the claims of the beast are to been'), ('unworthytoreceiveit', 'unworthy to receive it')]
ST18750422-V01-24-page2.txt: [('harvestistheendoftheworld', 'harvest is the end of the world')]
ST18750422-V01-24-page3.txt: [('differterPretation', 'differ ter P ret at ion')]
ST18750422-V01-24-page4.txt: [('whOlcarriPerceivelhe', 'whO l c arr i Perceive l he')]
ST18750429-V01-25-page8.txt: [('SeventhetBsaptists', 'Seventh et B s apt i sts')]
ST18750506-V01-26-page7.txt: [('accidentallydroppe', 'accidentally drop pe')]
ST18750513-V01-27-page7.txt: [('Cdongregationalist', 'C dong reg at ion a list'), ('naturallyattracted', 'naturally attracted')]
ST18750527-V01-29-page2.txt: [('transgresssiioonnss', 'transgress s ii o on n s s')]
ST18750527-V01-29-page4.txt: [('theiocontemporries', 'the i o con temp or rie s')]
ST18750527-V01-29-page6.txt: [('missionaryenterprise', 'missionary enterprise')]
ST18750527-V01-29-page7.txt: [('TemperanceConference', 'Temperance Conference')]
ST18750527-V01-29-page8.txt: [('erectingthepublishing', 'erecting the publishing')]
ST18750610-V01-31-page5.txt: [('whicharethesubjectofdirectandunequivocal', 'which are the subject of direct and unequivocal'), ('Whitecameonthegroundinthemorning', 'White came on the ground in the morning'), ('willbetoexecutejudgm', 'will be to execute judg m')]
ST18750624-V01-33-page7.txt: [('TheExaminerandChroniclesays', 'The Examiner and Chronicle says')]
ST18750701-V01-34-page2.txt: [('Iwillopenyourgravesandcause', 'I will open your graves and cause')]
ST18750715-V01-36-page6.txt: [('scoundrellyimpositions', 'scoundrel l y impositions')]
ST18750715-V01-36-page8.txt: [('whichareworthyofrecord', 'which are worthy of record'), ('shineofcheerfulnessfall', 'shine of cheerfulness fall')]
ST18750722-V01-37-page3.txt: [('inclijerbackground', 'incl i jer background')]
ST18750722-V01-37-page8.txt: [('notlosttheleastdegreeofinterestwhichwe', 'not lost the least degree of interest which we'), ('namedinourbooklistcanobtainthemby', 'named in our book list can obtain them by')]
ST18750729-V01-38-page1.txt: [('condemnatransgressor', 'condemn a transgressor')]
ST18750812-V01-40-page8.txt: [('namedinourbooklistcanobtainthemby', 'named in our book list can obtain them by'), ('ScriptureReferences', 'Scripture References'), ('WhoChangedtheSabbath', 'Who Changed the Sabbath'), ('andshouldchoosethemaccordingto', 'and should choose them according to'), ('makethepeoplearepleasedtocallthefruitof', 'make the people are pleased to call the fruit of'), ('orwhetheritisexpectedthat', 'or whether it is expected that'), ('andeverySundayevening', 'and every Sunday evening')]
ST18750819-V01-41-page7.txt: [('Congergationalists', 'Conger gat ion a lists')]
ST18750819-V01-41-page8.txt: [('SpiritualismaSatanicDelusion', 'Spiritualism a Satanic Delusion')]
ST18750826-V01-42-page6.txt: [('commencinstrumentalities', 'com men c instrumentalities')]
ST18750902-V01-43-page4.txt: [('CCoorrreessppoondence', 'C C o orr ree s s p p o on den c e')]
ST18750902-V01-43-page8.txt: [('whenitwillbeconsummated', 'when it will be consummated')]
ST18751021-V01-48-page8.txt: [('NIATOaltsiilligping', 'N I A T O a l t s i i l l i g p i n g')]
ST18760127-V02-09-page2.txt: [('righteousmessengers', 'righteous messengers')]
ST18760127-V02-09-page3.txt: [('shanielessriemipsurp', 's han i el e s s r i e m i p s u r p')]
ST18760127-V02-09-page5.txt: [('Christiancharacter', 'Christian character')]
ST18780103-V04-01-page8.txt: [('OneHundredBibleFacts', 'One Hundred Bible Facts')]
ST18780110-V04-02-page8.txt: [('isclearlytaughtinoneofhisownparables', 'is clearly taught in one of his own parables'), ('maintainuncompromisinglyits', 'maintain uncompromisingly its'), ('natedwiththeserpentaswefindhimsaying', 'nat ed with the serpent as we find him saying'), ('perfectionoftheTenCommandments', 'perfection of the Ten Commandments')]
ST18780117-V04-03-page7.txt: [('Acensusofthesamecaracterwastaken', 'A census of the same car act er was taken'), ('withinsufficientroomforall', 'with insufficient room for all')]
ST18780124-V04-04-page2.txt: [('establishedimmediately', 'established immediately')]
ST18780124-V04-04-page7.txt: [('universityeducation', 'university education')]
ST18780207-V04-06-page2.txt: [('hungerAetdiiitiritis', 'hunger Aet di i it ir it is')]
ST18780214-V04-07-page3.txt: [('followecicunningly', 'fol lo we c i cunningly')]
ST18780214-V04-07-page4.txt: [('perfectionoftheTenCommandments', 'perfection of the Ten Commandments')]
ST18780221-V04-08-page2.txt: [('flatteringdivination', 'flattering divination')]
ST18780307-V04-10-page8.txt: [('HisTemptationintheWilderness', 'His Temptation in the Wilderness'), ('HisSufferingsandCrucifixion', 'His Sufferings and Crucifixion')]
ST18780411-V04-14-page8.txt: [('EldersLoughboroughandHealeygowiththis', 'Elders Loughborough and Healey go with this'), ('StateQuarterlyMeeting', 'State Quarterly Meeting'), ('withkeyofexplanations', 'with key of explanations'), ('OaklandduringtheannualmeetingofthePacific', 'Oakland during the annual meeting of the Pacific'), ('ThoughtsfortheCandid', 'Thoughts for the Candid')]
ST18780418-V04-15-page8.txt: [('GodandthefaithofJesus', 'God and the faith of Jesus'), ('consideringthetimeoftheyearamongfarmers', 'considering the time of the year among farmers')]
ST18780425-V04-16-page4.txt: [('commencemanifested', 'commence manifested')]
ST18780502-V04-17-page8.txt: [('meetingstheeveningofApril', 'meetings the evening of April'), ('stickfastwheretheywereleftbythat', 'stick fast where they were left by that'), ('MeetingsatBattleCreek', 'Meetings at Battle Creek'), ('tohaveagoodmeeting', 'to have a good meeting'), ('forIamverilypersuaded', 'for I am verily persuaded'), ('Icannotsufficientlybewailthecondition', 'I cannot sufficiently bewail the condition')]
ST18780516-V04-19-page1.txt: [('vvallsAllatIglerious', 'v v all s All at I g l e r i o u s')]
ST18780516-V04-19-page6.txt: [('peopleshouldgoverntheirappetites', 'people should govern their appetites')]
ST18780516-V04-19-page8.txt: [('theywilltelltheirstorytwice', 'they will tell their story twice'), ('GivingoftheTenCommandMents', 'Giving of the Ten Command Men t s')]
ST18780523-V04-20-page8.txt: [('shouldbeatoncesupplied', 'should be at once supplied'), ('withamilitarycompanyasapart', 'with a military company as apart')]
ST18780704-V04-25-page5.txt: [('andsolittleacquaintedwithhim', 'and so little acquainted with him'), ('dayisthedaywearetokeep', 'day is the day we are to keep')]
ST18780704-V04-25-page8.txt: [('PacificPressOfficeisoneyearbehindthedemand', 'Pacific Press Office is one year behind the demand'), ('HisSufferingsandCrucifixion', 'His Sufferings and Crucifixion')]
ST18780711-V04-26-page5.txt: [('followingunsolicited', 'following unsolicited')]
ST18780711-V04-26-page7.txt: [('putridieraanatitina', 'putrid ier a an at it in a')]
ST18780711-V04-26-page8.txt: [('provideduswithanotherhall', 'provided us with another hall'), ('GeologyandtheBible', 'Geology and the Bible')]
ST18780725-V04-28-page1.txt: [('exectitionerststand', 'exec titi on erst stand')]
ST18780725-V04-28-page4.txt: [('thereforeearnestly', 'therefore earnestly')]
ST18780725-V04-28-page7.txt: [('fourteenthacentury', 'fourteenth a century'), ('animalfoodmustbeprejudicialtothe', 'animal food must be prejudicial to the'), ('calAllianceitwasstatedthatfourofthe', 'cal Alliance it was stated that four of the')]
ST18780801-V04-29-page2.txt: [('SabbathAnstitution', 'Sabbath An st i tut ion')]
ST18780801-V04-29-page8.txt: [('Licensesrecommended', 'Licenses recommended')]
ST18780808-V04-30-page1.txt: [('forthextraordinary', 'forth extraordinary')]
ST18780815-V04-31-page2.txt: [('theblessingfromthisday', 'the blessing from this day'), ('orthathehasunsanctifiedit', 'or that he has unsanctified it'), ('atterIhavingbeenregularlycalledtothisresponsi', 'at ter I having been regularly called to this res pons i')]
ST18780822-V04-32-page8.txt: [('withthemaboutthekingdcmofGod', 'with them about the king d c m o f G o d'), ('TheHopeoftheGospel', 'The Hope of the Gospel')]
ST18780829-V04-33-page8.txt: [('withtheblessingofGod', 'with the blessing of God'), ('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18780912-V04-34-page1.txt: [('numbersofouryearlygatherings', 'numbers of our yearly gatherings'), ('wearerehaveinthelastyearembracedpresenttruth', 'wear ere have in the last year embraced present truth')]
ST18780912-V04-34-page5.txt: [('toEnglandvacalonipanied', 'to England v a cal on i pan i ed')]
ST18780912-V04-34-page6.txt: [('properlyrepresented', 'properly represented'), ('accreditedcredentials', 'accredited credentials')]
ST18780919-V04-35-page1.txt: [('despairingdisciples', 'despairing disciples')]
ST18780926-V04-36-page7.txt: [('preventstheexcretory', 'prevents the excretory')]
ST18780926-V04-36-page8.txt: [('CodeofTenCommandmentsnotRevised', 'Code of Ten Commandments not Revised')]
ST18781003-V04-37-page3.txt: [('overwhelmingawidences', 'overwhelming a widen c e s')]
ST18781003-V04-37-page6.txt: [('sanctificasleeping', 'san c t i f i c a s l e e p i n g')]
ST18781003-V04-37-page7.txt: [('instantlyliffecleand', 'instantly l if fe cle and')]
ST18781003-V04-37-page8.txt: [('andtheworkmenareengaged', 'and the workmen are engaged'), ('BrotherRiceiswithmeandrendersgood', 'Brother Rice is with me and renders good')]
ST18781017-V04-39-page8.txt: [('TheTeachingsofPaul', 'The Teachings of Paul')]
ST18781024-V04-40-page8.txt: [('Condensededitioninpaper', 'Condensed edition in paper'), ('Stavangerachapelwaskindlyofferedbythe', 'Sta v anger a chapel was kindly offered by the'), ('theirmeetingsinPiano', 'their meetings in Piano'), ('isextendingintothe', 'is extending into the'), ('WhichDaydoYoukeepandWhy', 'Which Day do You keep and Why'), ('TheThreeMessagesofRev', 'The Three Messages of Rev'), ('TheNebraskaConferencecontainsseventeen', 'The Nebraska Conference contains seventeen')]
ST18781031-V04-41-page4.txt: [('commandmentkeepers', 'commandment keepers')]
ST18781031-V04-41-page8.txt: [('meetingwascalledtoorderbythepresident', 'meeting was called to order by the president'), ('SchoolandPraiseserv', 'School and Praise ser v'), ('ninenamesattachedtoit', 'nine names attached to it'), ('Godisblessingourefforts', 'God is blessing our efforts'), ('Thesecondmeetingwasopenedwithprayer', 'The second meeting was opened with prayer'), ('thatthedifferencebetweenthemandirreligious', 'that the difference between them and irreligious'), ('ofthechurchisitssocialbrotherhoodanden', 'of the church is its social brotherhood and en'), ('ingandBeingwithChrist', 'ing and Being with Christ')]
ST18781107-V04-42-page4.txt: [('commandmentkeepers', 'commandment keepers')]
ST18781121-V04-44-page7.txt: [('constitutionbreaking', 'constitution breaking')]
ST18781121-V04-44-page8.txt: [('peremptorilyreflised', 'peremptorily ref lis ed'), ('coflinwagcarriedtothefrontofthechurchby', 'c of lin wag carried to the front of the church by'), ('TheSanctuaryoftheBible', 'The Sanctuary of the Bible')]
ST18781128-V04-45-page5.txt: [('meetingsawerelheld', 'meetings a were l held')]
ST18781205-V04-46-page3.txt: [('forexhibitinghituself', 'for exhibiting hit us elf')]
ST18781212-V04-47-page8.txt: [('IamanoldmanandIlove', 'I a man old man and I love')]
ST18790206-V05-06-page2.txt: [('followingexcellent', 'following excellent')]
ST18790206-V05-06-page6.txt: [('continuallyAbrought', 'continually A brought')]
ST18790206-V05-06-page7.txt: [('saythatProtestantism', 'say that Protestantism')]
ST18790213-V05-07-page2.txt: [('commandmentkeeping', 'commandment keeping')]
ST18790220-V05-08-page7.txt: [('troubleexpressions', 'trouble expressions')]
ST18790227-V05-09-page3.txt: [('Butthreecupsofstrongtea', 'But three cups of strong tea'), ('wecomplainoflownessofspirits', 'we complain of lowness of spirits'), ('cloakforevildeedsisnecessarilyanunbeliever', 'cloak for evil deeds is necessarily an unbeliever'), ('norevlaetiorfriendtovouchforhisstory', 'no rev la et i or friend to vouch for his story')]
ST18790227-V05-09-page7.txt: [('demoladministration', 'dem o l administration')]
ST18790306-V05-10-page5.txt: [('Spiritualknowledge', 'Spiritual knowledge')]
ST18790320-V05-12-page4.txt: [('unrighteousunobserved', 'unrighteous unobserved')]
ST18790327-V05-13-page3.txt: [('putfortheintervalfrom', 'put for the interval from')]
ST18790410-V05-15-page7.txt: [('presentothroughout', 'present o throughout')]
ST18790410-V05-15-page8.txt: [('andSundayeveningat', 'and Sunday evening at'), ('HisResurrectionandAscension', 'His Resurrection and Ascension')]
ST18790417-V05-16-page1.txt: [('ilositivetestimony', 'i los it i vet est im on y')]
ST18790424-V05-17-page8.txt: [('HisResurrectionandAscension', 'His Resurrection and Ascension')]
ST18790501-V05-18-page4.txt: [('sanctprobabilities', 'san c t p r o b a b i l i t i e s')]
ST18790605-V05-22-page8.txt: [('ofpoliticiansisfound', 'of politicians is found')]
ST18790619-V05-24-page1.txt: [('enthusiasticshouting', 'enthusiastic shouting')]
ST18790717-V05-27-page8.txt: [('Presbyterianularch', 'Presbyter i anu larch')]
ST18790731-V05-29-page7.txt: [('forthediseasehurthisbrain', 'for the disease hurt his brain'), ('andAndrewswhichleadmanytothinkthe', 'and Andrews which lead many to think the'), ('linebbetweenNorthandSouthAmerica', 'line b between North and South America')]
ST18790807-V05-30-page8.txt: [('werepresentatthecommencementFriday', 'were present at the commencement Friday'), ('totheendoftheChristianage', 'to the end of the Christian age')]
ST18790814-V05-31-page3.txt: [('receivechassurance', 'receive c h assurance')]
ST18790828-V05-33-page8.txt: [('forcibleexposition', 'forcible exposition')]
ST18790911-V05-35-page8.txt: [('forcibleexposition', 'forcible exposition')]
ST18790918-V05-36-page8.txt: [('PhilandeiDougherty', 'Phil an de i Dougherty')]
ST18791016-V05-39-page7.txt: [('weatherwasfavorable', 'weather was favorable')]
ST18791113-V05-43-page2.txt: [('CURIOUSsuperstition', 'CURIOUS superstition')]
ST18791113-V05-43-page7.txt: [('seriouslycompromise', 'seriously compromise')]
ST18791127-V05-45-page8.txt: [('TAlipeolsttbonlvirAE', 'T A l i p e o l s t t b o n l v i r A E')]
ST18791211-V05-47-page6.txt: [('andnotthinkoftakingbaby', 'and not think of taking baby'), ('backthewordshewouldhaveuttered', 'back the words he would have uttered')]
ST18791211-V05-47-page8.txt: [('sketchesofthelifeandpubliclaborsofthispioneerinthe', 'sketches of the life and public labors of this pioneer in the')]
ST18791218-V05-48-page1.txt: [('andthepriestsbearrulebytheir', 'and the priests bear rule by their')]
ST18800122-V06-03-page1.txt: [('InClubsoftenorover', 'In Clubs often or over'), ('Theyagreedtoaccept', 'They agreed to accept')]
ST18800129-V06-04-page5.txt: [('consciencestricken', 'conscience stricken')]
ST18800205-V06-05-page1.txt: [('andLeviarebrethren', 'and Levi are brethren'), ('instrumentsofcrueltyare', 'instruments of cruelty are'), ('thatbewouldgowiththem', 'that be would go with them')]
ST18800205-V06-05-page4.txt: [('Thenletthemasearnestlycherishfeel', 'Then let them as earnestly cherish feel'), ('giventheimmensebetofmorethan', 'given the immense bet of more than'), ('thosewhowillreceiveitatthepresenttime', 'those who will receive it at the present time')]
ST18800205-V06-05-page5.txt: [('disintersponsibilities', 'dis inter s p on sib i l i ties')]
ST18800212-V06-06-page4.txt: [('qualificaprospects', 'qua l if i c a prospects')]
ST18800212-V06-06-page9.txt: [('exhortadiscussions', 'exhort a discussions')]
ST18800219-V06-07-page9.txt: [('THESIGNSOrTHETIMES', 'THE SIGNS Or THE TIMES'), ('expressconsolations', 'express consolations')]
ST18800415-V06-15-page8.txt: [('embarrassmentthrough', 'embarrassment through')]
ST18800422-V06-16-page3.txt: [('delivunrighteousness', 'de liv unrighteousness')]
ST18800506-V06-17-page7.txt: [('deliverspiritualism', 'deliver spiritualism')]
ST18800506-V06-17-page9.txt: [('privilegederlinville', 'privilege der lin ville')]
ST18800513-V06-18-page1.txt: [('commandfaithfulness', 'command faithfulness'), ('notwithstanddesired', 'not withstand desired')]
ST18800513-V06-18-page11.txt: [('notwithstandrience', 'not with stan dr i enc e')]
ST18800513-V06-18-page9.txt: [('interestthemselves', 'interest themselves')]
ST18800527-V06-20-page1.txt: [('interpretamovements', 'interpret a movements')]
ST18800527-V06-20-page2.txt: [('calculaadjudication', 'cal c u l a a d j u d i c a t i o n')]
ST18800603-V06-21-page4.txt: [('inconsisprovisions', 'in cons is provisions')]
ST18800603-V06-21-page6.txt: [('habitutransmission', 'hab i tut ran s mission')]
ST18800610-V06-22-page11.txt: [('withexcellentnewwordsandmusic', 'with excellent new words and music')]
ST18800617-V06-23-page11.txt: [('Onethousandfeetofsnowsheds', 'One thousand feet of snow sheds'), ('TheMoralityoftheSabbath', 'The Morality of the Sabbath')]
ST18800617-V06-23-page3.txt: [('authoradministration', 'author administration')]
ST18800617-V06-23-page5.txt: [('Sundayhistorically', 'Sunday historically')]
ST18800624-V06-24-page11.txt: [('ChristandtheSabbath', 'Christ and the Sabbath'), ('ChristintheOldTestamentand', 'Christ in the Old Testament and')]
ST18800624-V06-24-page3.txt: [('conductandpractice', 'conduct and practice')]
ST18800624-V06-24-page7.txt: [('cleansconsequently', 'cleans consequently')]
ST18800624-V06-24-page8.txt: [('meetingsaretocontinueinthetenttoaccommoastandtoobey', 'meetings are to continue in the tent to a c comm oast and to obey'), ('Bartlettwasherelast', 'Bartlett was here last')]
ST18800701-V06-25-page12.txt: [('surrounddeclaration', 'surround declaration')]
ST18800701-V06-25-page5.txt: [('intercomparatively', 'inter comparatively')]
ST18800701-V06-25-page7.txt: [('susceptivestigation', 's us c e p t i v e s t i g a t i o n')]
ST18800708-V06-26-page11.txt: [('InstitutionPounded', 'Institution Pounded'), ('PatientsSuccessfullyTreated', 'Patients Successfully Treated'), ('theSabbathintheNew', 'the Sabbath in the New')]
ST18800715-V06-27-page3.txt: [('materspontaneously', 'mater spontaneously')]
ST18800715-V06-27-page9.txt: [('ColumbiaConference', 'Columbia Conference')]
ST18800722-V06-28-page3.txt: [('circumwhitewashing', 'cir cum whitewashing')]
ST18800729-V06-29-page12.txt: [('istakenforweeklydistribution', 'is taken for weekly distribution')]
ST18800729-V06-29-page4.txt: [('repenttransgression', 'repent transgression')]
ST18800729-V06-29-page9.txt: [('installaccommodate', 'install accommodate')]
ST18800812-V06-30-page7.txt: [('pretenemphatically', 'pret en emphatically')]
ST18800812-V06-30-page9.txt: [('distinccontradiction', 'dist inc contradiction')]
ST18800909-V06-34-page6.txt: [('correspondposition', 'correspond position')]
ST18800916-V06-35-page1.txt: [('repentsympathizers', 'repent sympathizers')]
ST18800916-V06-35-page11.txt: [('fiftiethanniversary', 'fiftieth anniversary')]
ST18800916-V06-35-page5.txt: [('lightconsideration', 'light consideration')]
ST18800930-V06-36-page4.txt: [('howdifferentisitnow', 'how different is it now'), ('Anewstyleofpreaching', 'Anew style of preaching'), ('somewillcomeascourtiers', 'some will come as courtiers')]
ST18800930-V06-36-page9.txt: [('Nominationsreported', 'Nominations reported')]
ST18801014-V06-38-page5.txt: [('youaremisistatakkeen', 'you a rem is i sta tak keen'), ('youhavenotbaptized', 'you have not baptized'), ('Irecentlycutfromapapersomeinterestingyearsofage', 'I recently cut from a paper some interesting years of age'), ('Letusputasideeveryhabitthat', 'Let us put aside every habit that'), ('statessuperintendent', 'states superintendent')]
ST18801014-V06-38-page9.txt: [('suggestivPtemperance', 'suggest iv P temperance')]
ST18801021-V06-39-page11.txt: [('plenipotentidisobliging', 'p len i potent i disobliging')]
ST18801021-V06-39-page7.txt: [('commandunspeakable', 'command unspeakable')]
ST18801028-V06-40-page9.txt: [('Publidenominations', 'Publ i denominations')]
ST18801104-V06-41-page12.txt: [('ControvertyLbetween', 'Cont rover ty L between')]
ST18801104-V06-41-page5.txt: [('disappointfollowing', 'disappoint following')]
ST18801104-V06-41-page8.txt: [('NewSubscribersObtained', 'New Subscribers Obtained')]
ST18801118-V06-43-page1.txt: [('conscientiousjourney', 'conscientious journey')]
ST18801202-V06-45-page2.txt: [('HEALTHANDTEMPERANCEPUBLICATIONS', 'HEALTH AND TEMPERANCE PUBLICATIONS'), ('Presbyterianleolmerteali', 'Presbyterian leo l me rte ali')]
ST18801202-V06-45-page3.txt: [('manifestaperfectly', 'manifest a perfectly')]
ST18801209-V06-46-page11.txt: [('Accordingtothelatecensusof', 'According to the late census of'), ('landinMexicototheextentofhalfa', 'land in Mexico to the extent of half a'), ('Sendandgetforthema', 'Send and get for them a')]
ST18801209-V06-46-page2.txt: [('voluntaryihumiliation', 'voluntary i humiliation')]
ST18810106-V07-01-page5.txt: [('difficultransgressor', 'difficult ran s gre s s or')]
ST18810113-V07-02-page11.txt: [('Terriadministration', 'Terri administration')]
ST18810120-V07-03-page10.txt: [('unselfishnesspredominating', 'unselfishness predominating')]
ST18810120-V07-03-page11.txt: [('shipsaretobefinishedandput', 'ships are to be finished and put'), ('PresbyterianIcohuertcah', 'Presbyterian I c o hue r t c a h')]
ST18810120-V07-03-page2.txt: [('lessenUnderstanding', 'lessen Understanding')]
ST18810120-V07-03-page3.txt: [('entertainourselves', 'entertain ourselves')]
ST18810120-V07-03-page4.txt: [('likeidentification', 'like identification')]
ST18810203-V07-05-page10.txt: [('andwillaskthemselves', 'and will ask themselves')]
ST18810203-V07-05-page4.txt: [('equalscontemporaries', 'equals contemporaries')]
ST18810203-V07-05-page8.txt: [('consciencestricken', 'conscience stricken')]
ST18810210-V07-06-page2.txt: [('todresswithconscientious', 'to dress with conscientious'), ('weremanysaelprophetsatthetimeofNoah', 'were many s a el prophets at the time of Noah'), ('butthewordaionmaymeanboth', 'but the word a ion may mean both')]
ST18810224-V07-08-page7.txt: [('administercrystalizing', 'administer crystal i zin g')]
ST18810303-V07-09-page11.txt: [('remltedtothePresident', 'rem l ted to the President'), ('TheThirdMessageofRev', 'The Third Message of Rev')]
ST18810303-V07-09-page5.txt: [('thesemenweresubjecttohisrefininginfluence', 'these men were subject to his refining influence')]
ST18810310-V07-10-page10.txt: [('denominadifficulty', 'denom in a difficulty'), ('denominaassociation', 'denom in a association')]
ST18810317-V07-11-page11.txt: [('assassinatedyesterdayafternoononhiswayfromaparadeto', 'assassinated yesterday afternoon on his way from a parade to'), ('clusivelythattheBibleaffordsnosupporttotheu', 'c l us iv ely that the Bible affords no support to the u')]
ST18810324-V07-12-page12.txt: [('argumentsagainstintemperanceinallitsforms', 'arguments against intemperance in all its forms'), ('Thefollowingconstitute', 'The following constitute')]
ST18810331-V07-13-page6.txt: [('Pennsylcommandments', 'Penn s y l commandments')]
ST18810407-V07-14-page6.txt: [('commemoraaccording', 'com mem or a according')]
ST18810421-V07-16-page11.txt: [('AWordfortheSabbath', 'A Word for the Sabbath'), ('orfalsetheoriesexpo', 'or false theories expo')]
ST18810505-V07-17-page11.txt: [('TheScripturetestimonyon', 'The Scripture testimony on'), ('poxisepidemicinLondon', 'pox is epidemic in London')]
ST18810505-V07-17-page4.txt: [('consciousbrainless', 'conscious brainless')]
ST18810505-V07-17-page9.txt: [('congregastrengthen', 'cong reg a strengthen')]
ST18810512-V07-18-page1.txt: [('Notwithstandcourse', 'Not withstand course')]
ST18810512-V07-18-page7.txt: [('inflictimmortality', 'inflict immortality')]
ST18810519-V07-19-page11.txt: [('RELIGIOUSPUBLICATIONS', 'RELIGIOUS PUBLICATIONS')]
ST18810519-V07-19-page3.txt: [('enthurighteousness', 'en thu righteousness')]
ST18810519-V07-19-page9.txt: [('entreatcaptivating', 'entreat captivating')]
ST18810526-V07-20-page2.txt: [('professingtobeChristians', 'professing to be Christians'), ('dyeadlypmoiesdoins', 'dye a dl y p moi e s d o i n s')]
ST18810526-V07-20-page3.txt: [('handwritinhabitants', 'hand writ inhabitants')]
ST18810602-V07-21-page12.txt: [('PUBLISHEDINVINESIZESANDNOWREADYFORORDERS', 'PUBLISHED IN VINE SIZE SAND NOW READY FOR ORDERS')]
ST18810602-V07-21-page9.txt: [('inexhaustlegalized', 'in exhaust legalized')]
ST18810609-V07-22-page12.txt: [('Presbyterianleohnertcsh', 'Presbyterian le oh ner t c s h')]
ST18810609-V07-22-page3.txt: [('opposientertainments', 'o p pos i entertainments')]
ST18810609-V07-22-page5.txt: [('sandwichreverenced', 'sandwich reverenced'), ('respeetainattention', 'res pee tain attention')]
ST18810609-V07-22-page8.txt: [('threatenattendance', 'threaten attendance')]
ST18810609-V07-22-page9.txt: [('proportiondocument', 'proportion document')]
ST18810616-V07-23-page4.txt: [('peaceablepossession', 'peaceable possession')]
ST18810616-V07-23-page9.txt: [('attracillustrations', 'att r a c i l l u s t r a t i o n s')]
ST18810630-V07-25-page12.txt: [('TherewasagoodaudienceonSunday', 'There was a good audience on Sunday'), ('MissionarySocietyofSeventh', 'Missionary Society of Seventh')]
ST18810630-V07-25-page5.txt: [('righteousinterview', 'righteous interview')]
ST18810714-V07-26-page11.txt: [('Doyouthinkyourchildrenwillloveyouless', 'Do you think your children will love you less'), ('TheactionoftheRegentsinelectingMr', 'The action of the Regents in electing Mr')]
ST18810714-V07-26-page12.txt: [('Paganismwillrunriotinourfairlandifnotrestrained', 'Paganism will run riot in our fair land if not restrained')]
ST18810804-V07-29-page12.txt: [('TEMPERANCEANDGOSPELSONGS', 'TEMPERANCE AND GOSPEL SONGS'), ('COMPANIONTOTHEREVISEDNEWTESTAMENT', 'COMPANION TO THE REVISED NEW TESTAMENT')]
ST18810804-V07-29-page7.txt: [('renderaccomplished', 'render accomplished')]
ST18810811-V07-30-page11.txt: [('TEMPERANCEANDGOSPELSONGS', 'TEMPERANCE AND GOSPEL SONGS')]
ST18810811-V07-30-page4.txt: [('crossingeachotherat', 'crossing each other at'), ('whomthatkingdomcametoanend', 'whom that kingdom came to an end')]
ST18810825-V07-32-page11.txt: [('COMPANIONTOTHEREVISEDNEWTESTAMENT', 'COMPANION TO THE REVISED NEW TESTAMENT'), ('TEMPERANCEANDGOSPELSONGS', 'TEMPERANCE AND GOSPEL SONGS')]
ST18810901-V07-33-page11.txt: [('servantshavebeenpunctuallypaid', 'servants have been punctually paid'), ('Anothergratiexplanations', 'A not h erg rat i explanations'), ('ThesescenesrepresentSatanplaying', 'These scenes represent Satan playing')]
ST18810901-V07-33-page5.txt: [('denivciendepteratohnw', 'den iv c i en dept era to h n w')]
ST18810908-V07-34-page11.txt: [('COMPANIONTOTHEREVISEDNEWTESTAMENT', 'COMPANION TO THE REVISED NEW TESTAMENT')]
ST18810908-V07-34-page12.txt: [('dishonoredgraveonaccountofwinedrinking', 'dishonored grave on account of wine drinking')]
ST18810908-V07-34-page8.txt: [('imporsubstantially', 'imp or substantially')]
ST18810915-V07-35-page11.txt: [('whohadpreviouslyplacedstonesandtimbersonthe', 'who had previously placed stones and timbers on the'), ('Abookofhymnsandtunes', 'A book of hymns and tunes')]
ST18810915-V07-35-page12.txt: [('TEMPERANCEANDGOSPELSONGS', 'TEMPERANCE AND GOSPEL SONGS')]
ST18810915-V07-35-page2.txt: [('discernestablished', 'discern established')]
ST18811013-V07-39-page1.txt: [('rememberedthathehadbrokenhisvowasa', 'remembered that he had broken his vow as a'), ('forIhavebeenaNazariteuntoGodfrommy', 'for I have been a Nazarite unto God from my'), ('Imaybeavengedonthelihsitinesformytwo', 'I may be avenged on the l i h sit ines for my two')]
ST18811013-V07-39-page10.txt: [('SONGSFORCLASSANDSCHOOL', 'SONGS FOR CLASS AND SCHOOL')]
ST18811013-V07-39-page11.txt: [('Allnewsubscriberspayingtheabovepricewillreceivethe', 'All new subscribers paying the above price will receive the')]
ST18811027-V07-40-page12.txt: [('TEMPERANCEANDGOSPELSONGS', 'TEMPERANCE AND GOSPEL SONGS')]
ST18811027-V07-40-page3.txt: [('sanctificonsciousness', 'san c t i f i c o n s c i o u s n e s s')]
ST18811103-V07-41-page2.txt: [('concernconsolations', 'concern consolations')]
ST18811103-V07-41-page4.txt: [('eventandentombingthefallen', 'event and entomb ing the fallen'), ('bedenotedbythleplural', 'be denoted by t h l e p l u r a l'), ('concerningthatpower', 'concerning that power'), ('havetakenplacewithinafewyears', 'have taken place within a few years')]
ST18811103-V07-41-page6.txt: [('concerninstructive', 'concern instructive'), ('CORRESPONDINGEDITORS', 'CORRESPONDING EDITORS')]
ST18811110-V07-42-page8.txt: [('readingdistributing', 'reading distributing')]
ST18811124-V07-44-page4.txt: [('andasurandthestarsitcasttothegroundwereJewish', 'and a sur and the stars it cast to the ground were Jewish')]
ST18811201-V07-45-page2.txt: [('communiinteresting', 'comm uni interesting')]
ST18811201-V07-45-page6.txt: [('prophinconceivable', 'prop h inconceivable')]
ST18811208-V07-46-page1.txt: [('representashepherds', 'represent a shepherds')]
ST18811208-V07-46-page12.txt: [('oftheUniversityofCalifornia', 'of the University of California')]
ST18811215-V07-47-page3.txt: [('underappropriately', 'under appropriately')]
ST18811215-V07-47-page7.txt: [('commandcommandments', 'command commandments')]
ST18820119-V08-03-page6.txt: [('justificahortations', 'just if i c a hortation s')]
ST18820126-V08-04-page4.txt: [('commandmentgressor', 'commandment gre s s or')]
ST18820316-V08-11-page12.txt: [('ApocryphalScriptures', 'Apocryphal Scriptures')]
ST18820420-V08-16-page5.txt: [('atsupremeresentative', 'at supreme resent a tiv e')]
ST18820427-V08-17-page5.txt: [('anTvassuabpsrearmibiearins', 'an T v a s s u a b p s r e a r m i b i e a r i n s')]
ST18820518-V08-19-page3.txt: [('assumptionkindness', 'assumption kindness')]
ST18820601-V08-21-page11.txt: [('illustrationsexplanations', 'illustrations explanations')]
ST18820713-V08-26-page4.txt: [('introducresurrection', 'intro du c resurrection'), ('interpromiscuously', 'inter promiscuously'), ('everlasttribulation', 'ever last tribulation')]
ST18820713-V08-26-page5.txt: [('disarmingcarefully', 'disarming carefully'), ('conversacircumstances', 'con versa circumstances')]
ST18821116-V08-43-page12.txt: [('CHRISTIANEXPERIENCE', 'CHRISTIAN EXPERIENCE')]
ST18821207-V08-46-page3.txt: [('circumstancesAmerican', 'circumstances American')]
ST18830111-V09-04-page9.txt: [('missionaryoperations', 'missionary operations')]
ST18830111-V09-05-page7.txt: [('thousandunderstand', 'thousand understand'), ('corrupdifficulties', 'c orr up difficulties')]
ST18830111-V09-06-page8.txt: [('committedCalifornia', 'committed California')]
ST18830111-V09-07-page2.txt: [('possibilstorturing', 'pos sib i ls torturing'), ('insignifiobjectors', 'in sign if i objectors'), ('selfishnesscensure', 'selfishness censure')]
ST18830111-V09-08-page1.txt: [('introducrebellious', 'intro du c rebellious')]
ST18830222-V08-08-page1.txt: [('introducrebellious', 'intro du c rebellious')]
ST18830301-V09-09-page2.txt: [('INTHEBEGINNINGWASTHEWORDA', 'IN THE BEGINNING WAS THE WORD A'), ('OUTHIMWASIVIADENOTONETHING', 'OUT HIM WAS I VIA DE NOT ONE THING')]
ST18830301-V09-09-page5.txt: [('underestipartakers', 'under est i partakers')]
ST18830308-V09-10-page4.txt: [('experiencedconversion', 'experienced conversion')]
ST18830315-V09-11-page10.txt: [('discoveredfestively', 'discovered festive l y')]
ST18830426-V09-17-page2.txt: [('KWSPECAMILiallablaw', 'K W S P E C A M I L i a l l a b l a w')]
ST18830426-V09-17-page9.txt: [('emphaticallyrepudiated', 'emphatically repudiated')]
ST18830524-V09-20-page11.txt: [('Coingregationalists', 'Coin gre gat ion a lists')]
ST18830531-V09-1321-page8.txt: [('monthlysubscribers', 'monthly subscribers')]
ST18830614-V09-23-page1.txt: [('instrumentalasleep', 'instrumental asleep')]
ST18830628-V09-25-page10.txt: [('littleTostmistress', 'little To st mistress')]
ST18830719-V09-27-page12.txt: [('lengthylintroductiQn', 'lengthy l intro duct i Q n')]
ST18830823-V09-32-page2.txt: [('irreconcilableness', 'irreconcilable ness')]
ST18830823-V09-32-page5.txt: [('promptuncultivated', 'prompt uncultivated')]
ST18830920-V09-35-page11.txt: [('PrisOniAssoCiatiOn', 'P r i s O n i A s s o C i a t i O n')]
ST18831004-V09-37-page1.txt: [('inunrighteousiiess', 'in unrighteous ii e s s')]
ST18831004-V09-37-page11.txt: [('gratefullyacknowledged', 'gratefully acknowledged')]
ST18831018-V09-39-page3.txt: [('Leviticalpriesthood', 'Levitical priesthood')]
ST18831018-V09-39-page7.txt: [('discourageterribly', 'discourage terribly')]
ST18831025-V09-40-page1.txt: [('bringGodtoproposed', 'bring God to proposed')]
ST18831108-V09-42-page12.txt: [('InternatiOnaLTract', 'Inter nat i On a L Tract')]
ST18831115-V09-43-page8.txt: [('Spiritualphilosophy', 'Spiritual philosophy')]
ST18831122-V09-44-page11.txt: [('naturalizationpapers', 'naturalization papers')]
ST18831129-V09-45-page11.txt: [('weddinginCurrituck', 'wedding in Cur rit u c k')]
ST18831129-V09-45-page8.txt: [('ofeChristianityThere', 'o fe Christianity There')]
ST18831206-V09-46-page5.txt: [('circumcircumstances', 'cir cum circumstances')]
ST18831213-V09-47-page11.txt: [('Oblecconweamemanamensimaraimicramerautomakasmossoarowsstriav', 'O b le c con we a me man amens i mar aim i cram er au tom aka s mos so a rows st ria v')]
ST18831220-V09-48-page11.txt: [('seriouslyobstructed', 'seriously obstructed')]
ST18831220-V09-48-page13.txt: [('ofJewishaSociakLife', 'of Jewish a Soc i a k L i f e')]
ST18840117-V10-03-page1.txt: [('Christbeforethemast', 'Christ before the mast')]
ST18840117-V10-03-page13.txt: [('Theacademyopenedwithanunusualflush', 'The academy opened with an unusual flush'), ('TeachinganElephanttoObeyWritten', 'Teaching an Elephant to Obey Written'), ('THEARTorBEINGAGREEABLE', 'THE ART or BEING AGREE ABLE')]
ST18840117-V10-03-page2.txt: [('followingrevelaton', 'following revel at on')]
ST18840124-V10-04-page10.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18840124-V10-04-page2.txt: [('referrighteousness', 'refer righteousness')]
ST18840124-V10-04-page3.txt: [('disappointnaturally', 'disappoint naturally')]
ST18840131-V10-05-page1.txt: [('characassociations', 'char a c associations')]
ST18840131-V10-05-page8.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18840207-V10-06-page16.txt: [('responsicongregated', 'res pons i congregated')]
ST18840207-V10-06-page2.txt: [('spiritmanifestation', 'spirit manifestation'), ('matteipacknowledge', 'matte i p acknowledge')]
ST18840207-V10-06-page8.txt: [('strengthmaterialism', 'strength materialism')]
ST18840214-V10-07-page11.txt: [('commandmentkeepers', 'commandment keepers')]
ST18840221-V10-08-page1.txt: [('Sabbathinstruction', 'Sabbath instruction')]
ST18840221-V10-08-page8.txt: [('congrecommencement', 'con gre commencement')]
ST18840228-V10-09-page12.txt: [('anerrandtotiheresidenceofthefamilyphysiare', 'an errand tot i he residence of the family phys i are')]
ST18840313-V10-11-page1.txt: [('professedlyiscientific', 'professedly i scientific')]
ST18840313-V10-11-page16.txt: [('InternationalTractandMissionarySociety', 'International Tract and Missionary Society')]
ST18840313-V10-11-page8.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18840327-V10-13-page16.txt: [('fromentirelynewtype', 'from entirely new type')]
ST18840327-V10-13-page3.txt: [('Congreecclesiastical', 'Con gre ecclesiastical')]
ST18840327-V10-13-page7.txt: [('dancdemonstrations', 'dan c demonstrations')]
ST18840327-V10-13-page8.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18840417-V10-16-page10.txt: [('Congregationlasting', 'Congregation lasting')]
ST18840529-V10-21-page10.txt: [('denominapestilence', 'denom in a pestilence')]
ST18840529-V10-21-page14.txt: [('containingllessens', 'containing l lessens')]
ST18840529-V10-21-page15.txt: [('culpritpeinthainseleaswt', 'culprit pe in tha ins el e a s w t')]
ST18840612-V10-23-page11.txt: [('notwithstandthings', 'not withstand things')]
ST18840612-V10-23-page3.txt: [('Christianinfluence', 'Christian influence')]
ST18840619-V10-24-page1.txt: [('overmultiplication', 'over multiplication')]
ST18840619-V10-24-page14.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18840619-V10-24-page15.txt: [('ScriptureReferences', 'Scripture References')]
ST18840619-V10-24-page16.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18840626-V10-25-page1.txt: [('flourishtransgressing', 'flourish transgressing')]
ST18840626-V10-25-page16.txt: [('letterfromtherewasaweekontheway', 'letter from there was a week on the way'), ('thefieldlaborisbestowed', 'the field labor is bestowed'), ('itgoestoswellthegrand', 'it goes to swell the grand'), ('bywhichthepostageonnewspapersandperiodicals', 'by which the postage on newspapers and periodicals'), ('troublewillbeobviated', 'trouble will be obviated'), ('foronecentwillcarryan', 'for one cent will carry an')]
ST18840626-V10-25-page3.txt: [('Samuelialtutherford', 'Samuel i a l tut her ford')]
ST18840703-V10-26-page6.txt: [('manifestlyimplying', 'manifestly implying')]
ST18840717-V10-27-page11.txt: [('MissionaryDepartment', 'Missionary Department')]
ST18840717-V10-27-page2.txt: [('whenregardedbyitself', 'when regarded by itself'), ('itwouldhavefailedtoreceive', 'it would have failed to receive')]
ST18840807-V10-30-page11.txt: [('additionalresolutions', 'additional resolutions')]
ST18840807-V10-30-page14.txt: [('Sociioussurroundings', 'Soc ii o us surroundings')]
ST18840807-V10-30-page8.txt: [('amendsophisticated', 'amend sophisticated')]
ST18840814-V10-31-page14.txt: [('CALIFORNIACONFERENCE', 'CALIFORNIA CONFERENCE')]
ST18840821-V10-32-page14.txt: [('invadrepresentation', 'inv ad representation')]
ST18840821-V10-32-page8.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18840911-V10-35-page9.txt: [('EVANGELICALChristians', 'EVANGELICAL Christians')]
ST18841002-V10-37-page10.txt: [('Itisarightonwhoserecognitionthereligiousobtheytakethistimetodotrading', 'It is aright on whose recognition the religious o b they take this time to do trading')]
ST18841002-V10-37-page15.txt: [('IIIIIIRAOINGAPORTIONOFTUX', 'III II IRA O ING A PORTION OFT U X')]
ST18841002-V10-37-page7.txt: [('undertakequivalent', 'under tak equivalent'), ('searchcommandments', 'search commandments')]
ST18841002-V10-37-page9.txt: [('ecclesiasticoreasoning', 'ecclesiastic o reasoning')]
ST18841009-V10-38-page12.txt: [('needaacremommendation', 'need a acre mom mend at ion')]
ST18841009-V10-38-page13.txt: [('whasleparticularly', 'w h a s l e p a r t i c u l a r l y')]
ST18841009-V10-38-page14.txt: [('unlessbyspecialarrangement', 'unless by special arrangement'), ('Whenpersonsreceivecopies', 'When persons receive copies')]
ST18841016-V10-39-page13.txt: [('discovgeneralization', 'disc o v generalization')]
ST18841016-V10-39-page15.txt: [('disseminacontinued', 'dis sem in a continued')]
ST18841016-V10-39-page9.txt: [('arrangeconclusively', 'arrange conclusively')]
ST18841023-V10-40-page10.txt: [('righteousencircled', 'righteous encircled')]
ST18841030-V10-41-page16.txt: [('correspondvictories', 'correspond victories')]
ST18841113-V10-43-page5.txt: [('degenrighteousness', 'de gen righteousness')]
ST18841113-V10-43-page6.txt: [('understandscourged', 'understand scourged')]
ST18841120-V10-44-page1.txt: [('straightresponsibilities', 'straight responsibilities')]
ST18841120-V10-44-page17.txt: [('inationoftheclaimthatSundayisthetrueseventh', 'i nation of the claim that Sunday is the true seventh'), ('CoastStatesorTerritories', 'Coast States or Territories')]
ST18841120-V10-44-page2.txt: [('usefulparticularly', 'useful particularly')]
ST18841120-V10-44-page4.txt: [('phariunconsciously', 'p h ar i unconsciously')]
ST18841127-V10-45-page14.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18841127-V10-45-page16.txt: [('commandmentkeepers', 'commandment keepers')]
ST18841127-V10-45-page3.txt: [('disappointneedless', 'disappoint needless'), ('latelytranslatedbyR', 'lately translated by R'), ('arrangedmatlistisendless', 'arranged mat list is endless'), ('andweshallbeconceitedtono', 'and we shall be conceited to no')]
ST18841204-V10-46-page12.txt: [('THOSEWHOTRESPASSAGAINSTUS', 'THO SEW HOT RES PASS AGAINST US'), ('FORTHINEISTHEKINGDOM', 'FOR THINE IS THE KINGDOM'), ('THEPOWERANDTHEGLORY', 'THE POWER AND THE GLORY')]
ST18841204-V10-46-page16.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18841204-V10-46-page7.txt: [('observtransgression', 'obs er v transgression')]
ST18841211-V10-47-page15.txt: [('thatwhichgivesthetonetoeverypaper', 'that which gives the tone to every paper'), ('willcontainarticlesonreligioustopics', 'will contain articles on religious topics'), ('DepartmentoftheSIGNSismadeupwithgreatcare', 'Department of the SIGNS is made up with great care'), ('Currentnewsandinterestingfactsaregiven', 'Current news and interesting facts are given')]
ST18850108-V11-02-page15.txt: [('chillicationstofurnis', 'chill i cations to furn is'), ('operativemissionsandbranchofficesonthe', 'operative missions and branch offices on the')]
ST18850108-V11-02-page2.txt: [('themeasureofhishonor', 'the measure of his honor'), ('hundredothereuphonisms', 'hundred o there up hon isms'), ('todothewillofbrmimwhogavehimselfaran', 'to do the will of b r m i m w h o g a v e h i m s e l f a r a n')]
ST18850108-V11-02-page7.txt: [('Butpatientsareguiltyofsinin', 'But patients are guilty of sin in')]
ST18850129-V11-05-page16.txt: [('SeventhldayAdventist', 'Seventh l day Adventist')]
ST18850205-V11-06-page15.txt: [('blowuptheBritisheusm', 'blow up the Brit is he us m'), ('ITcannotbetruthfullydeniedthatthereis', 'IT cannot be truthfully denied that there is')]
ST18850205-V11-06-page16.txt: [('figureinequalities', 'figure inequalities')]
ST18850205-V11-06-page7.txt: [('tligimpracticability', 't l i g i m p r a c t i c a b i l i t y')]
ST18850212-V11-07-page2.txt: [('sanctistitutionally', 'san c tis tit u t i o n a l l y'), ('Schoonertransactions', 'Schooner transactions')]
ST18850212-V11-07-page5.txt: [('principalidepartment', 'principal i department'), ('abunmanifestations', 'a bun manifestations')]
ST18850305-V11-10-page1.txt: [('forbearsanctification', 'forbear sanctification')]
ST18850305-V11-10-page12.txt: [('Thegreatwantofourtimesismen', 'The great want of our times is men'), ('andnotwithstandingallthegood', 'and notwithstanding all the good'), ('ingnightafternight', 'ing night after night')]
ST18850305-V11-10-page15.txt: [('ingatthetopofhisvoice', 'ing at the top of his voice')]
ST18850305-V11-10-page3.txt: [('examinadistinctive', 'exam in a distinctive'), ('toothinterpretation', 'tooth interpretation')]
ST18850312-V11-11-page11.txt: [('rationalmissionary', 'rational missionary')]
ST18850312-V11-11-page12.txt: [('theimageofitsnoblefather', 'the image of its noble father'), ('andtheagednarratorsobbde', 'and the aged narrator sob b de')]
ST18850312-V11-11-page3.txt: [('commandunforgiving', 'command unforgiving')]
ST18850319-V11-12-page15.txt: [('forthepurposeofelect', 'for the purpose of elect')]
ST18850402-V11-14-page13.txt: [('Prohibirepresentative', 'Pro hi b i representative')]
ST18850402-V11-14-page7.txt: [('superintendapplicable', 'superintend applicable')]
ST18850416-V11-16-page15.txt: [('encouragementandinstructiontothedelineationofthestrugglemaintainedby', 'encouragement and instruction to the delineation of the struggle maintained by')]
ST18850423-V11-17-page1.txt: [('andbadopenedbeforehisenraptured', 'and bad opened before his enraptured'), ('thefallenfoeoverworkinaspecialmannerto', 'the fallen foe overwork in a special manner to'), ('tenaciouslytotheideathattheblessingofrGod', 'tenaciously to the idea that the blessing of r G o d')]
ST18850423-V11-17-page15.txt: [('impressferencewillholditsannualsessionfortheyear', 'impress fer enc ew ill hold its annual session for the year'), ('SHARESINHEALDSBURGCOLLEGE', 'SHARES IN HEALDSBURG COLLEGE')]
ST18850423-V11-17-page2.txt: [('exclusivephilosopher', 'exclusive philosopher')]
ST18850423-V11-17-page3.txt: [('Baptistwasamostprominentprophet', 'Baptist was a most prominent prophet'), ('holdupthetruthasitisinChrist', 'hold up the truth as it is in Christ')]
ST18850507-V11-18-page8.txt: [('instituconversations', 'inst it u c o n v e r s a t i o n s')]
ST18850514-V11-19-page15.txt: [('Comeandlearnhowtoworkfor', 'Come and learn how to work for'), ('acertificatebywhich', 'a certificate by which'), ('Whereverthistractisreadthereiscreatedastrongde', 'Wherever this tract is read there is created a strong de')]
ST18850521-V11-20-page2.txt: [('misrepresentaliveth', 'misrepresent a liveth')]
ST18850521-V11-20-page4.txt: [('chrotologiperposition', 'c h rot o log i per position')]
ST18850528-V11-21-page1.txt: [('reasonunreasonable', 'reason unreasonable')]
ST18850528-V11-21-page10.txt: [('transgresobedience', 'trans gre s obedience')]
ST18850528-V11-21-page2.txt: [('Congregastructures', 'Cong reg a structures')]
ST18850528-V11-21-page4.txt: [('intercalarepresent', 'inter cal are present')]
ST18850611-V11-23-page5.txt: [('disappointscriptures', 'disappoint scriptures')]
ST18850618-V11-24-page3.txt: [('condescencounteract', 'con des cen counteract')]
ST18850625-V11-25-page15.txt: [('Sanctificatiollillikad', 'San c t i f i c a t i o l l i l l i k a d')]
ST18850625-V11-25-page4.txt: [('demonstraextremely', 'demon str a extremely')]
ST18850625-V11-25-page5.txt: [('salvaeffectiveness', 'sal v a effectiveness')]
ST18850625-V11-25-page8.txt: [('observbelligerents', 'obs er v belligerents')]
ST18850723-V11-28-page14.txt: [('organresponsibilities', 'organ responsibilities')]
ST18850723-V11-28-page15.txt: [('alieningimmortality', 'alien ing immortality')]
ST18850723-V11-28-page2.txt: [('denominadeposition', 'denom in a deposition')]
ST18850723-V11-28-page8.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18850730-V11-29-page13.txt: [('consideraspiritual', 'consider a spiritual')]
ST18850730-V11-29-page4.txt: [('astheattackwasmadeabout', 'as the attack was made about'), ('todisappearaltogether', 'to disappear altogether'), ('immodunderstanding', 'im mod understanding')]
ST18850813-V11-31-page10.txt: [('Heidelrequirements', 'He i del requirements')]
ST18850813-V11-31-page15.txt: [('thefirsttohavechainpumpsandartesion', 'the first to have chain pumps and a rte sion'), ('PersonsthusreceivingcopiesoftheSIENsarenotindebted', 'Persons thus receiving copies of the S I EN s are not indebted')]
ST18850813-V11-31-page9.txt: [('commandtaskmasters', 'command taskmasters')]
ST18850827-V11-33-page15.txt: [('thosewhowillremain', 'those who will remain'), ('Illinoiscampmeeting', 'Illinois campmeeting'), ('giventoofficersandteachersinregardtotheirwork', 'given to officers and teachers in regard to their work'), ('receivecopieswithoutorderingthem', 'receive copies without ordering them'), ('theyaresentbyother', 'they are sent by other')]
ST18850827-V11-33-page16.txt: [('delightfullylocated', 'delightfully located')]
ST18850827-V11-33-page7.txt: [('comparanevertheless', 'compar a nevertheless')]
ST18850903-V11-34-page15.txt: [('Societywillbeheldinconnectionwith', 'Society will beheld in connection with'), ('FORCONDUCTINGTHEBUSINESSOFDELIBERATIVE', 'FOR CONDUCTING THE BUSINESS OF DELIBERATIVE')]
ST18850903-V11-34-page16.txt: [('Sabbathinstruction', 'Sabbath instruction')]
ST18850903-V11-34-page2.txt: [('characterisimpossible', 'character is impossible')]
ST18850917-V11-36-page16.txt: [('Asnopaperwillbeprintednextweek', 'As no paper will be printed next week'), ('Conferauspiciously', 'Confer auspiciously')]
ST18851001-V11-37-page16.txt: [('thatthatisimpossible', 'that that is impossible'), ('theywouldliketohave', 'they would like to have')]
ST18851001-V11-37-page2.txt: [('indestructipleasure', 'in destruct i pleasure')]
ST18851008-V11-38-page15.txt: [('possibleconcerningthehistoryofoneofthegreatestrevolutions', 'possible concerning the history of one of the greatest revolutions'), ('andScandinavianlanguages', 'and Scandinavian languages'), ('Itisconducteduponthemostapprovedmethodofteaching', 'It is conducted upon the most approved method of teaching'), ('alreadyenteredthefieldfromthisschooland', 'already entered the field from this school and')]
ST18851022-V11-40-page16.txt: [('Thesystemgivestheopportunityto', 'The system gives the opportunity to')]
ST18851029-V11-41-page11.txt: [('transmisunderstood', 'trans misunderstood')]
ST18851105-V11-42-page10.txt: [('distribdistributed', 'dist rib distributed')]
ST18851112-V11-43-page1.txt: [('boardingaccomplish', 'boarding accomplish')]
ST18851112-V11-43-page10.txt: [('hisownpartworkingforhim', 'his own part working for him'), ('thesympathyandprayersof', 'the sympathy and prayers of')]
ST18851119-V11-44-page11.txt: [('surroundopportunity', 'surround opportunity'), ('heavresponsibility', 'he a v responsibility')]
ST18851119-V11-44-page15.txt: [('DiamondsarenowfoundinAustraliatosuch', 'Diamonds are now found in Australia to such')]
ST18851119-V11-44-page16.txt: [('thecourtsintheirwork', 'the courts in their work'), ('housedividedagainst', 'house divided against'), ('pointscanallbemadeinfewwordsonapostal', 'points can all be made in few words on a postal')]
ST18851119-V11-44-page4.txt: [('Alexancounterfeited', 'Alex an counterfeited')]
ST18851119-V11-44-page5.txt: [('heretoforeexisting', 'heretofore existing')]
ST18851203-V11-46-page11.txt: [('resurrecimpressions', 'res ur rec impressions')]
ST18851203-V11-46-page2.txt: [('theLegislaturetorepeal', 'the Legislature to repeal'), ('estabconstitutional', 'est a b constitutional')]
ST18851210-V11-47-page16.txt: [('forthereisnodiflerence', 'for there is nod if l er enc e')]
ST18851210-V11-47-page4.txt: [('incessantlyhovered', 'incessantly hovered')]
ST18851210-V11-47-page6.txt: [('Chrisproportionable', 'Chris proportion able')]
ST18851217-V11-48-page1.txt: [('imresponsibilities', 'im responsibilities')]
ST18851217-V11-48-page5.txt: [('acquaintpreconcerted', 'acquaint p recon cert ed')]
ST18851217-V11-48-page8.txt: [('overshadallegiance', 'overs had allegiance')]
ST18851224-V11-49-page13.txt: [('SecretaryInternational', 'Secretary International'), ('STOCKINHEALDSBURGCOLLEGE', 'STOCK IN HEALDSBURG COLLEGE')]
ST18851224-V11-49-page15.txt: [('ToembapcecroaWncoerisnhitphe', 'Toe m b a p c e c r o a W n c o e r i s n h i t p h e')]
ST18851224-V11-49-page3.txt: [('endeavorunchanging', 'endeavor unchanging')]
ST18860114-V12-02-page3.txt: [('banquettheological', 'banquet theological')]
ST18860114-V12-02-page6.txt: [('expectcomprehensible', 'expect comprehensible')]
ST18860121-V12-03-page16.txt: [('UnitedStatesConstitutionasitis', 'United States Constitution as it is'), ('Parliamenblackguards', 'Par liam en black guards')]
ST18860121-V12-03-page5.txt: [('justiceinvigorates', 'justice invigorates')]
ST18860128-V12-04-page7.txt: [('righteousblaspheme', 'righteous blaspheme')]
ST18860204-V12-05-page3.txt: [('eventualiconsecration', 'eventual i consecration')]
ST18860211-V12-06-page12.txt: [('comfortainformation', 'comfort a information')]
ST18860218-V12-07-page9.txt: [('Sabnotwithstanding', 'Sab notwithstanding')]
ST18860225-V12-08-page13.txt: [('disinopportunities', 'dis in opportunities'), ('Congreconsiderable', 'Con gre considerable')]
ST18860225-V12-08-page15.txt: [('Tinsisapamphletofonly', 'Tins is a pamphlet of only'), ('butItsvalueisnottobe', 'but Its value is not to be'), ('thattimeuntilthedayofherdeathremaineda', 'that time until the day of her death remained a'), ('HAVEyouseenthePacificHealthJournalandTemperance', 'HAVE you seen the Pacific Health Journal and Temperance')]
ST18860304-V12-09-page13.txt: [('filterintellectual', 'filter intellectual')]
ST18860311-V12-10-page15.txt: [('togetherwithmyexplanationofthem', 'together with my explanation of them')]
ST18860318-V12-11-page16.txt: [('Watchimpossibility', 'Watch impossibility')]
ST18860325-V12-12-page15.txt: [('THEregularannualmeetingofthesocietyAle', 'THE regular annual meeting of the society Ale')]
ST18860325-V12-12-page7.txt: [('righteousperformance', 'righteous performance')]
ST18860401-V12-13-page13.txt: [('opportunidiminishing', 'opp ort uni diminishing')]
ST18860401-V12-13-page5.txt: [('signifidisagreeable', 'sign if i disagreeable')]
ST18860401-V12-13-page6.txt: [('disciimpossibility', 'disc i impossibility')]
ST18860415-V12-15-page1.txt: [('incomprehensiveness', 'in comprehensiveness')]
ST18860415-V12-15-page10.txt: [('lookedregenerating', 'looked regenerating')]
ST18860415-V12-15-page15.txt: [('butinthenatureoftheeventtotakeplace', 'but in the nature of the event to take place')]
ST18860422-V12-16-page2.txt: [('resurrecdefections', 'res ur rec defections')]
ST18860422-V12-16-page7.txt: [('handwritestablished', 'hand writ established')]
ST18860506-V12-17-page5.txt: [('tobeverydevoutonSundya', 'to be very devout on Sun d y a'), ('InthelatterpartofthethirdcenturythefairlybulgesoutupontheotherdaysarounditI', 'In the latter part of the third century the fairly bulges out upon the other days around it I'), ('successillustrates', 'success illustrates')]
ST18860513-V12-18-page16.txt: [('denominafashionable', 'denom in a fashionable'), ('singlesubscriptions', 'single subscriptions')]
ST18860513-V12-18-page4.txt: [('converecclesiastical', 'con v er ecclesiastical')]
ST18860520-V12-19-page1.txt: [('understandnecessary', 'understand necessary')]
ST18860520-V12-19-page15.txt: [('Greatdistressstillprevailsamong', 'Great distress still prevails among'), ('andifbooksorderedbymailarenotreceived', 'and if books ordered by mail are not received')]
ST18860520-V12-19-page5.txt: [('impossibiliherewith', 'im pos sib i l i herewith')]
ST18860520-V12-19-page7.txt: [('materialproposition', 'material proposition')]
ST18860520-V12-19-page9.txt: [('Periodicalsdistributed', 'Periodicals distributed'), ('interestofthecauseonthiscoast', 'interest of the cause on this coast')]
ST18860527-V12-20-page2.txt: [('resurrecadmonishes', 'res ur rec admonishes'), ('itisabouttheaffairsofthislifeisalwaysloIced', 'it is about the affairs of this life is always lo Iced')]
ST18860527-V12-20-page3.txt: [('righteousdifferent', 'righteous different')]
ST18860527-V12-20-page5.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18860610-V12-22-page15.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18860610-V12-22-page6.txt: [('Sundayunmistakably', 'Sunday unmistakably')]
ST18860610-V12-22-page7.txt: [('confederuprightness', 'con fed er uprightness')]
ST18860617-V12-23-page11.txt: [('unsuccessoccasioned', 'u n s u c c e s s o c c a s i o n e d')]
ST18860617-V12-23-page14.txt: [('circumpublications', 'cir cum publications')]
ST18860617-V12-23-page6.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18860624-V12-24-page15.txt: [('GOODMomsisemphaticallyaFamilyJournal', 'GOOD Mom sis emphatically a Family Journal')]
ST18860701-V12-25-page14.txt: [('objectionadiscovery', 'objection a discovery')]
ST18860701-V12-25-page2.txt: [('hegivethwisdomuntothewise', 'he giveth wisdom unto the wise'), ('theseventhtothefirstdayoftheweekwas', 'the seventh to the first day of the week was'), ('Thereisscarcelyanythingwhichstrikes', 'There is scarcely anything which strikes')]
ST18860701-V12-25-page3.txt: [('considsuperstition', 'con sid superstition')]
ST18860722-V12-28-page7.txt: [('soverindispensable', 's over indispensable')]
ST18860729-V12-29-page14.txt: [('AdispatchfromOttawa', 'A dispatch from Ottawa')]
ST18860729-V12-29-page15.txt: [('andhistoricalresearch', 'and historical research'), ('theSabbaticinstitutionineveryconceivable', 'the Sabbatic institution in every conceivable')]
ST18860729-V12-29-page16.txt: [('singlesubscriptions', 'single subscriptions')]
ST18860805-V12-30-page15.txt: [('CenturiesconcerningtheSabbathandtheFirstDaypoptfh', 'Centuries concerning the Sabbath and the First Day p opt f h')]
ST18860805-V12-30-page6.txt: [('inheritconsideration', 'inherit consideration')]
ST18860805-V12-30-page8.txt: [('harmorevolutionary', 'harm or evolutionary')]
ST18860812-V12-31-page10.txt: [('untothatmanbywhomtheSonofmanisbeit', 'unto that man by whom the Son of man is be it')]
ST18860812-V12-31-page2.txt: [('sufficientlyextreme', 'sufficiently extreme')]
ST18860812-V12-31-page7.txt: [('observassassination', 'obs er v assassination')]
ST18860819-V12-32-page2.txt: [('compretransgressions', 'com pret ran s gre s sion s')]
ST18860826-V12-33-page4.txt: [('stratafortifications', 'strata fortifications')]
ST18860826-V12-33-page5.txt: [('righteousreligious', 'righteous religious'), ('personallyacquainted', 'personally acquainted')]
ST18860826-V12-33-page9.txt: [('groundrighteousness', 'ground righteousness')]
ST18860902-V12-34-page12.txt: [('Likealeafonthecurrentcast', 'Like a leaf on the current cast'), ('complimentintheEast', 'compliment in the East')]
ST18860902-V12-34-page15.txt: [('TheFallTermbeganAugust', 'The Fall Term began August'), ('judiciousdicipline', 'judicious di c i p line')]
ST18860902-V12-34-page2.txt: [('manifestarelations', 'manifest a relations')]
ST18860909-V12-35-page11.txt: [('righteousknowledge', 'righteous knowledge')]
ST18860909-V12-35-page14.txt: [('Extraordinaryprecautions', 'Extraordinary precautions')]
ST18860909-V12-35-page15.txt: [('receiptcertificate', 'receipt certificate'), ('DISTINCTIVEFEATURES', 'DISTINCTIVE FEATURES')]
ST18860916-V12-36-page14.txt: [('revoluttiionnisist', 'rev o l utt ii on nisi st')]
ST18860916-V12-36-page15.txt: [('THESIGNSOrTHETIMES', 'THE SIGNS Or THE TIMES')]
ST18860916-V12-36-page4.txt: [('Constanticomprehended', 'Constant i comprehended')]
ST18860923-V12-37-page15.txt: [('pleasedtoanswerquestions', 'pleased to answer questions'), ('orgiveinstructionin', 'or give instruction in')]
ST18860930-V12-38-page3.txt: [('Prevailcomplicated', 'Prevail complicated'), ('requireintelligibly', 'require intelligibly')]
ST18860930-V12-38-page5.txt: [('accordunmistakably', 'accord unmistakably'), ('instrumenagreeable', 'inst ru men agreeable')]
ST18861007-V12-39-page6.txt: [('Reformrighteousness', 'Reform righteousness')]
ST18861021-V12-40-page14.txt: [('CoPgregatioutalist', 'C o P gre gat i out a list')]
ST18861111-V12-43-page12.txt: [('perpendicliterature', 'per pen di c literature')]
ST18861111-V12-43-page15.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18861118-V12-44-page15.txt: [('EACHVOLUMECONTAINS', 'EACH VOLUME CONTAINS')]
ST18861125-V12-45-page13.txt: [('proscripinflammability', 'pro scrip in f l a m m a b i l i t y')]
ST18861125-V12-45-page15.txt: [('FrenchMiraocgceofo', 'French Mir a o c g c e o f o'), ('PACIFICHEALTHJOURNA', 'PACIFIC HEALTH J OUR N A'), ('AddressallorderstoPACIFICPRESS', 'Address all orders to PACIFIC PRESS')]
ST18861125-V12-45-page3.txt: [('generallysuspected', 'generally suspected')]
ST18861202-V12-46-page16.txt: [('respectpestilences', 'respect pestilences')]
ST18861202-V12-46-page4.txt: [('constantrebellions', 'constant rebellions')]
ST18861202-V12-46-page5.txt: [('reprehendeclaration', 'reprehend e c l a r a t i o n'), ('transformadisregarded', 'transform a disregarded')]
ST18861223-V12-49-page15.txt: [('ChristtheWayofLife', 'Christ the Way of Life')]
ST18861223-V12-49-page3.txt: [('transfiguraprofessor', 'trans fig ur a professor'), ('influopportunities', 'in flu opportunities')]
ST18861223-V12-49-page7.txt: [('considerauniversity', 'consider a university')]
ST18861230-V12-50-page16.txt: [('Departmentsdevoted', 'Departments devoted')]
ST18861230-V12-50-page5.txt: [('independintellectual', 'in depend intellectual')]
ST18870120-V13-03-page1.txt: [('selfcongratulations', 'self congratulations')]
ST18870120-V13-03-page4.txt: [('stillothersadevotionalmraeofmind', 'still others a devotional mr a e o f m i n d')]
ST18870203-V13-05-page15.txt: [('RaeandScotchmerSts', 'Rae and Scotch mer Sts')]
ST18870210-V13-06-page1.txt: [('felttheneedorfapyer', 'felt the need or f a p y e r'), ('YouneedtohumbleyourheartsbeforeGod', 'You need to humble your hearts before God')]
ST18870210-V13-06-page9.txt: [('PrideauxalsoquotesaChaldeeparaphrasetothe', 'Prideaux also quotes a Chaldee paraphrase to the'), ('oisnthisfatherlyprovidenceandlove', 'o is nth is fatherly providence and love'), ('ingshouldspeedilyaccepttheBiblejustasitreads', 'ing should speedily accept the Bible just as it reads')]
ST18870224-V13-08-page15.txt: [('PACEMONTHLYJOURNAL', 'PACE MONTHLY JOURNAL')]
ST18870303-V13-09-page15.txt: [('THEMOSTSIICCESSFIIIMETHODS', 'THE MOST S II C C E S S F I I I M E T H O D S')]
ST18870310-V13-10-page12.txt: [('sweetdispositioned', 'sweet disposition ed')]
ST18870310-V13-10-page14.txt: [('evangelicarehurches', 'evangelic are hur c hes'), ('aseveryhousekeeper', 'as every housekeeper')]
ST18870317-V13-11-page15.txt: [('ofpreservinghealth', 'of preserving health')]
ST18870317-V13-11-page2.txt: [('gloriousiperfection', 'glorious i perfection')]
ST18870317-V13-11-page3.txt: [('whohascometogriefthrough', 'who has come to grief through')]
ST18870324-V13-12-page15.txt: [('uponreceiptofprice', 'upon receipt of price'), ('EMBRACINGacriticalexaminationoftheTemporalMillen', 'EMBRACING a critical examination of the Temporal Millen'), ('WHOCHANGEDTHESABBATH', 'WHO CHANGED THE SABBATH')]
ST18870331-V13-13-page16.txt: [('willmemorializeCongress', 'will memorialize Congress')]
ST18870331-V13-13-page3.txt: [('shedfortheremission', 'shed for the remission'), ('buthesoneotdoubtthathisstandardwhile', 'but he sone ot doubt that his standard while'), ('thoughnotdirectlyansweringthisqueson', 'though not directly answering this ques on')]
ST18870616-V13-23-page14.txt: [('HEALTRisemphatically', 'HEAL T R i s e m p h a t i c a l l y')]
ST18870623-V13-24-page15.txt: [('territorywhichtheywillpromisetoworkthor', 'territory which they will promise to work thor'), ('NationalReformandthe', 'National Reform and the')]
ST18870623-V13-24-page7.txt: [('thereisnosuchthingasmoralityorimmorality', 'there is no such thing as morality or immorality'), ('isjustasfarestrangedfromthereal', 'is just as far estranged from the real')]
ST18870707-V13-26-page5.txt: [('Christandthoulstabesaved', 'Christ and thou l sta be saved')]
ST18870714-V13-27-page4.txt: [('notdependonmathematicalevidence', 'not depend on mathematical evidence'), ('shortofthatduanmentalskepticismwhich', 'short of that du an mental skepticism which')]
ST18870818-V13-32-page2.txt: [('ourdependenceandourstrength', 'our dependence and our strength'), ('ItisinconsistentwiththeBibleaccountof', 'It is inconsistent with the Bible account of')]
ST18870818-V13-32-page8.txt: [('SWITHGODANDTHEWORDWASGOD', 'S WITH GOD AND THE WORD WAS GOD'), ('THESAMEWASINTHEBEGINNINGWITHGOD', 'THE SAME WAS IN THE BEGINNING WITH GOD')]
ST18870818-V13-32-page9.txt: [('VERILYISAYTOTHEETODAYWITHMETHOUSHALTBEIN', 'VERILY I SAY TO THEE TO DAY WITH ME THOU SHALT BE IN')]
ST18870825-V13-33-page15.txt: [('Penaltyofigransgression', 'Penalty of i gran s gre s sion')]
ST18870825-V13-33-page4.txt: [('seventeenthcentury', 'seventeenth century')]
ST18871006-V13-39-page16.txt: [('singlesubscription', 'single subscription')]
ST18871208-V13-47-page14.txt: [('Calabriardestroyed', 'Cal a briar destroyed'), ('Werchobistritzkivi', 'We r c h o b i s t r i t z k i v i')]
ST18871208-V13-47-page5.txt: [('ministerastoolandleaveusforat', 'minister a stool and leave us for at'), ('Christcametokindleuponearth', 'Christ came to kindle upon earth')]
ST18880106-V14-01-page16.txt: [('TwelfthandCastroISIS', 'Twelfth and Castro IS IS')]
ST18880217-V14-07-page15.txt: [('TIMSABBATHQUESTION', 'TIM SABBATH QUESTION')]
ST18880309-V14-10-page4.txt: [('followingreferences', 'following references')]
ST18880323-V14-12-page6.txt: [('BerzogEncyclopedia', 'B er z o g E n c y c l o p e d i a')]
ST18880824-V14-33-page15.txt: [('BBETCfriSlestrJiiii', 'B B ETC fri S le str J iii i'), ('Efolcionlybyieubsoription', 'E f o l c i o n l y b y i e u b s o r i p t i o n')]
ST18880824-V14-33-page8.txt: [('signifiesintoxicated', 'signifies intoxicated')]
ST18880831-V14-34-page15.txt: [('singlesubscription', 'single subscription')]
ST18880831-V14-34-page16.txt: [('istheoneobjectoftheSIGNSOFme', 'is the one object of the SIGNS OF me'), ('andeditorofajournalcalledFreeThought', 'and editor of a journal called Free Thought')]
ST18880831-V14-34-page2.txt: [('commandmentkeepers', 'commandment keepers')]
ST18880831-V14-34-page3.txt: [('commandmentkeepers', 'commandment keepers')]
ST18881228-V14-50-page7.txt: [('nothingelsecanbedonethatwillbeeffective', 'nothing else can be done that will be effective')]
ST18890114-V15-02-page7.txt: [('forefattieussindvxo', 'fore fat tie us s ind v x o')]
ST18890204-V15-05-page10.txt: [('ffiallbathArffichropt', 'f f i a l l b a t h A r f f i c h r o p t')]
ST18890304-V15-09-page16.txt: [('ElpPipsofflipaitup', 'El p Pips of flip a it up')]
ST18890318-V15-11-page10.txt: [('ffiabbatlikffichoot', 'f f i a b b a t l i k f f i c h o o t')]
ST18890408-V15-14-page11.txt: [('heiscastforthasabranch', 'he is cast forth as a branch')]
ST18890422-V15-16-page16.txt: [('intheafternoonofsixdaysofthemeeting', 'in the afternoon of six days of the meeting')]
ST18890513-V15-18-page15.txt: [('ViewsofNationalReform', 'Views of National Reform')]
ST18890610-V15-22-page10.txt: [('ilPliPiressainisrsmis', 'i l P liP ire s sain is r s m i s')]
ST18890624-V15-24-page15.txt: [('TITHESandOFFERINGS', 'TITHES and OFFERINGS')]
ST18890715-V15-27-page15.txt: [('discussesReligious', 'discusses Religious')]
ST18890805-V15-30-page15.txt: [('onewillpersistinkeepingSundaywhenitsownfriendsgive', 'one will persist in keeping Sunday when its own friends give'), ('accordingtotheverybestauthorities', 'according to the very best authorities'), ('Coverporitefjoligion', 'Cover p o rite f j o l i g i o n')]
ST18890812-V15-31-page9.txt: [('ffiabbajthAvffiichroxi', 'f f i a b b a j t h A v f f i i c h r o x i')]
ST18890826-V15-33-page5.txt: [('culturerespecially', 'cult ur er especially')]
ST18890909-V15-35-page4.txt: [('Cardinalarchbishop', 'Cardinal archbishop')]
ST18890923-V15-37-page11.txt: [('missionariesofIndia', 'missionaries of India'), ('Ishaltseesomething', 'I shalt see something')]
ST18891104-V15-42-page15.txt: [('nowsuccessfullvused', 'now successful lv used')]
ST18891118-V15-44-page15.txt: [('knowsuccessfullyMsed', 'know successfully Ms ed')]
ST18891209-V15-47-page4.txt: [('carefullYbrefrained', 'care full Y b refrained')]
ST18891216-V15-48-page15.txt: [('dogmaticallypropounding', 'dogmatically propound ing')]
ST18891216-V15-48-page9.txt: [('jabbatliNffirlutoi', 'jab bat l iN f f i r l u t o i')]
ST18891230-V15-50-page15.txt: [('Everlastingpunishment', 'Everlasting punishment')]
ST18891230-V15-50-page16.txt: [('Secondjeorinthians', 'Second j e o r i n t h i a n s')]
ST18891230-V15-50-page8.txt: [('tastefullyarranged', 'tastefully arranged')]
ST18900127-V16-04-page15.txt: [('uncompromisinglyopposed', 'uncompromisingly opposed')]
ST18900127-V16-04-page7.txt: [('misunderstandables', 'misunderstand able s')]
ST18900217-V16-07-page9.txt: [('Streetconsequently', 'Street consequently')]
ST18900303-V16-09-page16.txt: [('singlasubscription', 'sing la subscription')]
ST18900303-V16-09-page3.txt: [('properlyinstructed', 'properly instructed')]
ST18900310-V16-10-page15.txt: [('TheLawofGodasChangedbythePapacy', 'The Law of God as Changed by the Papacy')]
ST18900512-V16-18-page14.txt: [('strenuouslyinsisted', 'strenuously insisted')]
ST18900609-V16-22-page15.txt: [('PACIFICPRESSPUBLISHINGCO', 'PACIFIC PRESS PUBLISHING C O'), ('TheLawofGodasChangedbythePapacy', 'The Law of God as Changed by the Papacy')]
ST18910511-V17-19-page7.txt: [('vigorouscondensation', 'vigorous condensation')]
ST18920208-V18-14e-page5.txt: [('Tractioetcyofficers', 'Tract i o etc y officers'), ('ministersandotherleading', 'ministers and other leading'), ('payingquarterlyinadvance', 'paying quarterly in advance')]
ST18921107-V19-01-page15.txt: [('ofreadingtogivetoour', 'of reading to give to our')]
ST18921114-V19-02-page10.txt: [('butthemereefforttopee', 'but the mere effort to pee')]
ST18921121-V19-03-page15.txt: [('OBSERVANCEBEENIPORCICD', 'OBSERVANCE BEEN I P OR C I C D')]
ST18921205-V19-05-page12.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18921205-V19-05-page15.txt: [('OakleywillgotoAustralia', 'Oak ley will go to Australia'), ('willhaveaplaceamongtheattractionsateAdn', 'will have a place among the attractions ate Ad n'), ('alonewouldcostseveralmilliondollars', 'alone would cost several million dollars')]
ST18921205-V19-05-page9.txt: [('constantdiscouragement', 'constant discouragement')]
ST18921212-V19-06-page15.txt: [('CongregationSlists', 'Congregation S lists')]
ST18921212-V19-06-page16.txt: [('sabbathbreakingandlawbreaking', 'sabbath breaking and lawbreaking'), ('Itslibertytootherswouldbetothinkand', 'Its liberty to others would be to think and'), ('butwasthedirectexpressionofthe', 'but was the direct expression of the'), ('TheQuestionSettled', 'The Question Settled')]
ST18921226-V19-08-page10.txt: [('THESIGNSOFTHETIMIS', 'THE SIGNS OF THE TIM IS')]
ST18921226-V19-08-page15.txt: [('scientificimportance', 'scientific importance'), ('OBSERVANCEBEENFORCED', 'OBSERVANCE BE ENFORCED')]
ST18921226-V19-08-page4.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18930102-V19-09-page2.txt: [('scripturaltopicsor', 'scriptural topics or')]
ST18930109-V19-10-page10.txt: [('Ifearyourmotherhas', 'I fear your mother has')]
ST18930116-V19-11-page14.txt: [('difficultiesamount', 'difficulties amount')]
ST18930116-V19-11-page2.txt: [('accomplishedprevions', 'accomplished prev ions')]
ST18930123-V19-12-page13.txt: [('Godisamoralgovernor', 'God is a moral governor')]
ST18930123-V19-12-page9.txt: [('ecclesiastispheres', 'ecclesia st i spheres')]
ST18930213-V19-15-page4.txt: [('experiencedbytheapostlesintheopeningof', 'experienced by the apostles in the opening of'), ('TheSpiritWhichShouldandWillAo', 'The Spirit Which Should and Will A o')]
ST18930227-V19-17-page11.txt: [('fromtheirhomesandfromtheirhabits', 'from their homes and from their habits')]
ST18930306-V19-18-page3.txt: [('deepersignificance', 'deeper significance')]
ST18930306-V19-18-page8.txt: [('incornprehensibilities', 'in corn p r e h e n s i b i l i t i e s')]
ST18930313-V19-19-page4.txt: [('measurelesscritical', 'measureless critical')]
ST18930327-V19-21-page12.txt: [('promiscuouscharity', 'promiscuous charity')]
ST18930327-V19-21-page14.txt: [('azimicTiVicivriomT', 'a z i m i c T i V i c i v r i o m T')]
ST18930410-V19-23-page9.txt: [('herpersonification', 'her personification')]
ST18930417-V19-24-page9.txt: [('abovediscouragements', 'above discouragements')]
ST18930424-V19-25-page12.txt: [('greatestoppression', 'greatest oppression')]
ST18930619-V19-32-page15.txt: [('actsasconductorandbrakeman', 'acts as conductor and brakeman')]
ST18930626-V19-33-page2.txt: [('nationalhumiliation', 'national humiliation')]
ST18930703-V19-34-page16.txt: [('religiourdenominations', 'religio ur denominations')]
ST18930710-V19-35-page3.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18930731-V19-38-page4.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18930731-V19-38-page7.txt: [('heavenlymindedness', 'heavenly mindedness')]
ST18930731-V19-38-page8.txt: [('gotobattleagainsteach', 'go to battle against each')]
ST18930821-V19-41-page14.txt: [('InlotsofInelsemdsichmidIncte', 'In lots of In else md sic h mid Inc t e')]
ST18930821-V19-41-page5.txt: [('constitutethebeauty', 'constitute the beauty')]
ST18930828-V19-42-page10.txt: [('SongsforLittleOnes', 'Songs for Little Ones')]
ST18930904-V19-43-page14.txt: [('peclalKindergartenMateriel', 'pe c la l Kindergarten Mater i el'), ('iwellaneourSiippltesleoCanandtwo', 'i well ane our S ii p p l t e s l e o C a n a n d t w o'), ('SoleAgentsforCalifornia', 'Sole Agents for California')]
ST18930918-V19-45-page9.txt: [('COngregatianforrte', 'C Ong reg at ian for rte')]
ST18930925-V19-46-page1.txt: [('manifestdistinction', 'manifest distinction')]
ST18930925-V19-46-page7.txt: [('Thislifeisimparted', 'This life is imparted')]
ST18931009-V19-48-page10.txt: [('Instantaneousfreedom', 'Instantaneous freedom')]
ST18931009-V19-48-page2.txt: [('continuedpreaching', 'continued preaching')]
ST18931009-V19-48-page5.txt: [('religicophilosophical', 'rel i g i c o p h i l o s o p h i c a l'), ('thoughtsconcerning', 'thoughts concerning')]
ST18931016-V19-49-page15.txt: [('ColumbianExposition', 'Columbian Exposition')]
ST18931016-V19-49-page6.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18931106-V20-01-page15.txt: [('laIihsatvheeablresatdsyelsloinldgnienavralylidtwfoothdoIuhsanvde', 'la Ii h sat v he e a b l r e s a t d s y e l s l o i n l d g n i e n a v r a l y l i d t w f o o t h d o I u h s a n v d e')]
ST18931106-V20-01-page2.txt: [('inthedestinyofthisvastislandworld', 'in the destiny of this vast island world'), ('DIoSoCoOUpNiTSTOSCHOOLS', 'DI o So C o O Up N i T S T O S C H O O L S'), ('Sixecopierropersent', 'Six eco pier roper sent'), ('pageIllustratedWeeklyPaperforChildren', 'page Illustrated Weekly Paper for Children')]
ST18931106-V20-01-page6.txt: [('followingstatements', 'following statements')]
ST18931120-V20-03-page14.txt: [('Inviewofwhatisthisadmonitiongiven', 'In view of what is this admonition given')]
ST18931120-V20-03-page5.txt: [('spiteofalltheboasted', 'spite of all the boasted')]
ST18931120-V20-03-page7.txt: [('spirituallypresent', 'spiritually present')]
ST18931204-V20-05-page6.txt: [('exercisingjudgment', 'exercising judgment')]
ST18931211-V20-06-page3.txt: [('religioussentiment', 'religious sentiment')]
ST18931218-V20-07-page13.txt: [('rviiroPTVrrAMOVITY', 'r v i i r o P T V r r A M O V I T Y')]
ST18931218-V20-07-page16.txt: [('FORBOTHOLDANDNEWSUBSCRIBERS', 'FOR BOTH OLD AND NEW SUBSCRIBERS')]
ST18931218-V20-07-page3.txt: [('unchangeablenessof', 'unchangeableness of')]
ST18931225-V20-08-page4.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18940101-V20-09-page11.txt: [('afterwardsilelivered', 'afterwards ile live red')]
ST18940101-V20-09-page15.txt: [('valuvalbulaeblneot', 'v a lu val bul a e b l n e o t')]
ST18940212-V20-15-page7.txt: [('Avaslightenedmvith', 'A vas lightened m v i t h')]
ST18940219-V20-16-page10.txt: [('butcurcriticismson', 'but cur criticisms on')]
ST18940305-V20-18-page5.txt: [('TheProtestantEpiscopal', 'The Protestant Episcopal')]
ST18940312-V20-19-page13.txt: [('apartfromitspurpose', 'apart from its purpose'), ('andwouldbeofprofitto', 'and would be of profit to'), ('thereshallyeseehim', 'there shall ye see him')]
ST18940319-V20-20-page4.txt: [('destruetivetempestsand', 'des true tiv et emp est sand')]
ST18940402-V20-22-page10.txt: [('withouttheBibletheycometowno', 'without the Bible they come town o')]
ST18940409-V20-23-page14.txt: [('PACIFICPRESSPUBLISHINGCO', 'PACIFIC PRESS PUBLISHING C O')]
ST18940430-V20-26-page7.txt: [('generaldisquisition', 'general disquisition')]
ST18940430-V20-26-page9.txt: [('wondrousbrilliance', 'wondrous brilliance')]
ST18940528-V20-29-page11.txt: [('topervadethecompany', 'to pervade the company')]
ST18940528-V20-29-page4.txt: [('authoritativelyforged', 'authoritatively forged')]
ST18940604-V20-30-page11.txt: [('missionashallowness', 'mission a shallowness')]
ST18940702-V20-34-page5.txt: [('highestdispleasure', 'highest displeasure')]
ST18940709-V20-35-page8.txt: [('investigativejudgment', 'investigative judgment')]
ST18940716-V20-36-page10.txt: [('liquortrafficgetsaboutone', 'liquor traffic gets about one'), ('boysakaestoffruitthathehadbrought', 'boys aka est of fruit that he had brought'), ('fatherobjectedtohergoing', 'father objected to her going')]
ST18940723-V20-37-page6.txt: [('prohibitingunconditionally', 'prohibiting unconditionally')]
ST18940806-V20-39-page13.txt: [('DISTRICTNUMBERFOUR', 'DISTRICT NUMBER FOUR')]
ST18940806-V20-39-page14.txt: [('elelliflelteldkelak', 'el ell if le l tel d k e l a k')]
ST18940820-V20-41-page16.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18940903-V20-43-page15.txt: [('withreenforcements', 'with reenforcements')]
ST18940903-V20-43-page5.txt: [('scripturalauthority', 'scriptural authority')]
ST18940917-V20-45-page15.txt: [('simultaneouslywith', 'simultaneously with')]
ST18940917-V20-45-page3.txt: [('traditionsreceived', 'traditions received')]
ST18940917-V20-45-page6.txt: [('thoughtbetstoretaintheirhonorableand', 'thought bets to retain their honorable and')]
ST18940924-V20-46-page9.txt: [('statementselicited', 'statements elicited')]
ST18941001-V20-47-page10.txt: [('Wheresorrowfulstepsmustfall', 'Where sorrowful steps must fall')]
ST18941008-V20-48-page13.txt: [('SIGNSOFTHETIMESholds', 'SIGNS OF THE TIMES holds')]
ST18941022-V20-50-page13.txt: [('DakotaTractSociety', 'Dakota Tract Society')]
ST18941029-V20-51-page13.txt: [('theirfieldofObservationinaMostinterestingroute', 'their field of Observation in a Most interesting route')]
ST18941105-V20-52-page10.txt: [('Iwasinearnestforit', 'I was in earnest for it')]
ST18941119-V20-54-page13.txt: [('RunningEveryThursdayUntilFurtherNotice', 'Running Every Thursday Until Further Notice')]
ST18941126-V20-55-page11.txt: [('PACIFICPRESSPUBLISHINGCO', 'PACIFIC PRESS PUBLISHING C O')]
ST18941203-V20-56-page4.txt: [('manifoldtemptations', 'manifold temptations')]
ST18941210-V20-57-page10.txt: [('instantaneouslycalculating', 'instantaneously calculating')]
ST18941210-V20-57-page7.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST18941217-V20-58-page12.txt: [('AtlanticConference', 'Atlantic Conference')]
ST18941217-V20-58-page14.txt: [('JesusLordoftheSabbath', 'Jesus Lord of the Sabbath'), ('healthfulandstrengtheningtotheintellectasthe', 'healthful and strengthening to the intellect as the')]
ST18941224-V20-59-page12.txt: [('ExecutiveCommittee', 'Executive Committee')]
ST18941224-V20-59-page6.txt: [('butwecannotseethelifewithin', 'but we cannot see the life within')]
ST18950530-V21-21-page15.txt: [('threeyearsforyearspast', 'three years for years past')]
ST18950530-V21-21-page3.txt: [('stirreditsinceslaverywas', 'stirred it since slavery was')]
ST18960402-V22-14-page13.txt: [('Andwhenhecametohimself', 'And when he came to himself')]
ST18960402-V22-14-page9.txt: [('commensuratelyextensive', 'commensurate l y extensive')]
ST18961008-V22-40-page8.txt: [('OnhiswaytoAlbanyhedr', 'On his way to Albany he dr')]
ST18961008-V22-40-page9.txt: [('theirpowertochange', 'their power to change')]
ST18961022-V22-42-page1.txt: [('corrupijoblissleaay', 'cor ru pi jo bliss lea a y')]
ST18961029-V22-43-page5.txt: [('NgSralltoGaiiPilil', 'N g S r a l l t o G a i i P i l i l')]
ST18961112-V22-45-page6.txt: [('commandmentbreaker', 'commandment breaker')]
ST18961119-V22-46-page11.txt: [('Nowtremblesonourlips', 'Now trembles on our lips')]
ST18961126-V22-47-page14.txt: [('AOHOIHIMINIHOHIMMUMMIRMWMUMW', 'A OH O I HIM IN I HO HIM MUM MIR M W M U M W')]
ST18961126-V22-47-page3.txt: [('EffectiveCorrector', 'Effective Corrector')]
ST18961203-V22-48-page4.txt: [('IIlllfllllllllllllllillllllllllllllllllllllllllllllllllllllllllllill', 'I Ill l f l l l l l l l l l l l l l l i l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l i l l'), ('lllllllllilllllllllllll', 'l l l l l l l l l ill l l l l l l l l l l l')]
ST18961217-V22-50-page9.txt: [('wagontotransportanidwhichcost', 'wagon to transport an i d w h i c h c o s t')]
ST18961224-V22-51-page15.txt: [('Pronouncingfeature', 'Pronouncing feature'), ('Andwhenhehadgatheredallthe', 'And when he had gathered all the'), ('inesoonfeovthoefuHnailee', 'ines o on fe o v tho e f u H n a i l e e')]
ST18961224-V22-51-page7.txt: [('everlastingburnings', 'everlasting burnings')]
ST18970422-V23-16-page1.txt: [('thevenerabledayofthesun', 'the venerable day of the sun')]
ST18970506-V23-18-page10.txt: [('Ineverfelttheleastmisgivings', 'I never felt the least misgivings')]
ST18970506-V23-18-page12.txt: [('THEbrethreninHelena', 'THE brethren in Helena')]
ST18970520-V23-20-page15.txt: [('PACIFICPRESSPUBLISHINGCO', 'PACIFIC PRESS PUBLISHING C O')]
ST18970527-V23-21-page15.txt: [('Vestibuledtrainservice', 'Vestibuled train service')]
ST18970527-V23-21-page16.txt: [('InternationalSabbath', 'International Sabbath')]
ST18970527-V23-21-page8.txt: [('broughtthethirteenth', 'brought the thirteenth')]
ST18970603-V23-22-page16.txt: [('misrepresentatives', 'misrepresent a tiv e s')]
ST18970617-V23-23-page13.txt: [('andCuspiusisgovernorofJudea', 'and C us pi us is governor of Judea')]
ST18970617-V23-23-page8.txt: [('rapidlyapproaching', 'rapidly approaching')]
ST18970701-V23-25-page15.txt: [('yearlysubscriptions', 'yearly subscriptions')]
ST18970715-V23-27-page10.txt: [('TOBACCOiBLINDNESSi', 'TOBACCO i BLINDNESS i')]
ST18970715-V23-27-page13.txt: [('SECONDCOMINGOFCHRIST', 'SECOND COMING OF CHRIST')]
ST18970729-V23-29-page15.txt: [('PACIFICPRESSPUBLISHINOCO', 'PACIFIC PRESS PUBLISH I NO C O')]
ST18970729-V23-29-page9.txt: [('wasthesecondspeaker', 'was the second speaker'), ('atoeprotectthedayfromsuchusesaswill', 'a toe protect the day from such uses as will'), ('Endeavorerstothesedistrictsasmessengers', 'Endeavorers to these districts as messengers')]
ST18970909-V23-35-page14.txt: [('oftileopTyLrligtiapreRdA', 'of tile o p Ty L r l i g t i a p r e R d A')]
ST18970909-V23-35-page16.txt: [('Cliriittliatlianade', 'C lir i it t l i a t l i a n a d e'), ('HumanicionstitutiOns', 'Human i cion st i tut i On s'), ('beforeithechildren', 'before it he children')]
ST18970923-V23-37-page14.txt: [('MESoniedyseuabrcarn', 'MES on i ed y s e u a b r c a r n')]
ST18970923-V23-37-page15.txt: [('PACIFICPRESSPUBLISHINGCO', 'PACIFIC PRESS PUBLISHING C O')]
ST18970923-V23-37-page5.txt: [('selfaggrandizement', 'self aggrandizement')]
ST18970930-V23-38-page14.txt: [('OUROFFERTheSIGNThSTHEPTI', 'OUR OFFER The SIGN T h S T H E P T I')]
ST18971007-V23-39-page12.txt: [('troublinginecessary', 'troubling i necessary')]
ST18971014-V23-40-page13.txt: [('heTestimonyofHistoryta', 'he Testimony of History t a')]
ST18971014-V23-40-page16.txt: [('disciplesafterTHEM', 'disciples after THEM')]
ST18971014-V23-40-page7.txt: [('speakethconcerning', 'speaketh concerning')]
ST18971021-V23-41-page7.txt: [('enciuringhardships', 'enc i ur ing hardships')]
ST18971028-V23-42-page9.txt: [('unprofessionalhands', 'unprofessional hands')]
ST18971118-V23-45-page20.txt: [('prodereansuafcficoiehnhtlyof', 'prod ere ans u a f c f i c o i e h n h t l y o f')]
ST18971125-V23-46-page14.txt: [('interestinthechurch', 'interest in the church'), ('Ilerethebrethrenwere', 'I l ere the brethren were')]
ST18971125-V23-46-page6.txt: [('perfectlyregulated', 'perfectly regulated')]
ST18971216-V23-49-page2.txt: [('whosoeverbelieveth', 'whosoever believeth')]
ST18980818-V24-33-page7.txt: [('aacirawsolOruBtotTuse', 'a a c i raw sol O ru B tot T u s e')]
ST18990105-V25-01-page19.txt: [('transportarepresents', 'transport a represents')]
ST18990105-V25-01-page2.txt: [('incintscencerningthepeople', 'inc int s cen c er n i n g t h e p e o p l e')]
ST18990105-V25-01-page22.txt: [('IIMINIONNIMaisagmasailla', 'II MINION N I M a i s a g m a s a i l l a')]
ST18990105-V25-01-page23.txt: [('neighboringtribesmen', 'neighboring tribesmen')]
ST18990105-V25-01-page32.txt: [('Wealsoofferafreescholarshipofone', 'We also offer a free scholarship of one'), ('FrenchlinerLaBourgogneincollisionnearNovaScotia', 'French liner La B our go g n e i n c o l l i s i o n n e a r N o v a S c o t i a')]
ST18990105-V25-01-page4.txt: [('forgetfulorignorantof', 'forgetful or ignorant of')]
ST18990118-V25-03-page9.txt: [('toonatigisielevegeo', 'to on at i g i s i e l e v e g e o')]
ST18990125-V25-04-page7.txt: [('iierievilaWliiiirdifil', 'i ier i evi laW liii ir di f i l')]
ST18990125-V25-04-page9.txt: [('exiAlifillkujoviAll', 'e x i A l i f i l l k u j o v i A l l'), ('wasthehandofthemanwithwhomweknelt', 'was the hand of the man with whom we knelt')]
ST18990201-V25-05-page14.txt: [('whowillfallhereafterinthebattleswiththenatives', 'who will fall hereafter in the battles with the natives'), ('wererepeatedonthefollowingday', 'were repeated on the following day'), ('sButtheblessingislosttothee', 's But the blessing is lost to thee')]
ST18990201-V25-05-page15.txt: [('viivrimivievwcipvivai', 'vii v rim i vie v w c i p v i v a i')]
ST18990208-V25-06-page1.txt: [('tohfetherairltlhinlyg', 'to h fe the r a i r l t l h i n l y g')]
ST18990208-V25-06-page6.txt: [('vitallyirriportant', 'vitally ir rip ort ant')]
ST18990215-V25-07-page10.txt: [('missionarreStablishments', 'mission arr e S t a b l i s h m e n t s')]
ST18990215-V25-07-page9.txt: [('rooliiiiihiotapoiontmolltimui', 'roo lii iii h iota poi ont m o l l t i m u i'), ('sissiguixfiessessessesene', 'sis s i gu ix fie s s esse s s e s e n e')]
ST18990301-V25-09-page9.txt: [('sessitiontseassesse', 's e s s i t i o n t s e a s s e s s e')]
ST18990308-V25-10-page9.txt: [('eseessasiplmerpsesseimpsas', 'e s e e s s a s i p l m e r p s e s s e i m p s a s')]
ST18990322-V25-12-page15.txt: [('Anattractivecoverhasbeen', 'An attractive cover has been')]
ST18990322-V25-12-page4.txt: [('fromthelawofsinanddeath', 'from the law of sin and death')]
ST18990329-V25-13-page11.txt: [('ungovernableappetite', 'ungovernable appetite')]
ST18990329-V25-13-page20.txt: [('alaalaitaalaalaist', 'ala ala it a ala alai st')]
ST18990412-V25-15-page9.txt: [('ilillillafilliglill', 'i l ill ill a fill i g l i l l')]
ST18990503-V25-18-page14.txt: [('conformistchurches', 'conformist churches')]
ST18990510-V25-19-page15.txt: [('Itcontainsfifteenillustrations', 'It contains fifteen illustrations')]
ST18990510-V25-19-page9.txt: [('onlytocrushoutalllingeringfeelingsofselfrespect', 'only to crush out all lingering feelings of self respect')]
ST18990517-V25-20-page9.txt: [('hierarchSlenounced', 'hierarch S le noun c ed')]
ST18990524-V25-21-page19.txt: [('InthePHriecartoftheSierras', 'In the P H rie cart of the Sierras')]
ST18990531-V25-22-page14.txt: [('UnitedStatesandCanadaunderonemanagement', 'United States and Canada under one management'), ('andstockintheconcern', 'and stock in the concern')]
ST18990531-V25-22-page9.txt: [('iedilijiiitiiiillittOROJOHNINiffitiMMON', 'i ed i l i j ii it iii ill it tO R O J O H N I N i f f i t i M M O N')]
ST18990607-V25-23-page1.txt: [('knewhisindiviclual', 'knew his in di vic lu a l')]
ST18990607-V25-23-page15.txt: [('ParliamentaryManual', 'Parliamentary Manual')]
ST18990614-V25-24-page9.txt: [('oduijkoviviltotommiff', 'o du i j k o v i v i l t o t o m m i f f')]
ST18990621-V25-25-page1.txt: [('consecratinzliimself', 'con sec rat in z l i i m s e l f')]
ST18990621-V25-25-page9.txt: [('okomiliviloolimillilliiiwig', 'o k o m i l i v i l o o l i m i l l i l l i i i w i g')]
ST18990628-V25-26-page4.txt: [('counterreformation', 'counter reformation')]
ST18990628-V25-26-page9.txt: [('lessemsessokisticisieseveasesse', 'less ems e s s o k i s t i c i s i e s e v e a s e s s e')]
ST18990704-V25-27-page4.txt: [('generallyrecognized', 'generally recognized')]
ST18990712-V25-28-page11.txt: [('defraudhimselfbydeprivinghimselfoftheblessings', 'defraud himself by depriving himself of the blessings')]
ST18990719-V25-29-page10.txt: [('incontrovertibleproof', 'incontrovertible proof'), ('thatthereisanotherlifebe', 'that there is another life be'), ('Andthenithasbeenthoughtastrange', 'And then it has been thought a strange')]
ST18990719-V25-29-page14.txt: [('ifilWrilifeiitiTool', 'if i l W r i l i f e i i t i T o o l')]
ST18990719-V25-29-page15.txt: [('SONGSHEAFisdividedintofourpaits', 'SONG SHEAF is divided into four p a its'), ('PACIFICPRESSPUBLISHINGCOMPANY', 'PACIFIC PRESS PUBLISHING COMPANY'), ('ssssossissssssissass', 's s s so s sis s s s s sis sass')]
ST18990719-V25-29-page4.txt: [('TheBiblerecordofNimrodisthat', 'The Bible record of Nimrod is that')]
ST18990719-V25-29-page6.txt: [('selfrighteousnesses', 'self righteousnesses')]
ST18990726-V25-30-page14.txt: [('AndIJohnsawtheholycity', 'And I John saw the holy city')]
ST18990726-V25-30-page15.txt: [('UpperColumbiaTractSociety', 'Upper Columbia Tract Society'), ('andthereasonforitsdiscontinuance', 'and the reason for its discontinuance')]
ST18990809-V25-32-page15.txt: [('Twonewyearlysubscriptionsandonerenewal', 'Two new yearly subscriptions and one renewal'), ('ktYliiViVisliWiliWW', 'k t Y l i i V i V i s l i W i l i W W')]
ST18990809-V25-32-page8.txt: [('thoughttransference', 'thought transference')]
ST18990816-V25-33-page13.txt: [('sauceisdesiredricherthebeatenyEo', 'sauce is desired richer the beaten y E o')]
ST18990816-V25-33-page14.txt: [('HowdidJesusexplainthemattertothem', 'How did Jesus explain the matter to them'), ('theoldmenthathadseenthefirst', 'the old men that had seen the first')]
ST18990823-V25-34-page10.txt: [('wouldbeindeedapleasurewe', 'would be indeed a pleasure we')]
ST18990823-V25-34-page11.txt: [('tfilliWiWiiThVskitiiiiWiWtilANWffiffiWilitilisiNsWililliWIM', 't f i l l i W i W i i T h V s k i t i i i i W i W t i l A N W f f i f f i W i l i t i l i s i N s W i l i l l i W I M')]
ST18990823-V25-34-page15.txt: [('elusivelytotheinterestsof', 'elusively to the interests of')]
ST18990906-V25-36-page5.txt: [('politicoeconomical', 'politico economical')]
ST18990913-V25-37-page16.txt: [('WWWWWWAWANANWAYWiliWil', 'WWW WWW A WAN AN WAY W i l i W i l')]
ST18990913-V25-37-page9.txt: [('ARBITARBAITTRAITOION', 'AR BIT AR B A IT T R A I T O I O N')]
ST18991004-V25-40-page10.txt: [('exultantsalutations', 'exultant salutations')]
ST18991011-V25-41-page13.txt: [('aAnddiuwsthebwleliRlomoavi', 'a And di u w s t h e b w l e l i R l o m o a v i')]
ST18991011-V25-41-page14.txt: [('ifyouwillsignandreturntousthefollowingblank', 'if you will sign and return to us the following blank')]
ST18991011-V25-41-page15.txt: [('Whatquestionsdidhe', 'What questions did he'), ('IfyouhavesentonlyoneoftheBiblesNo', 'If you have sent only one of the Bibles No')]
ST18991018-V25-42-page13.txt: [('beautifullyarranged', 'beautifully arranged')]
ST18991108-V25-45-page13.txt: [('IMOVIONNOWNICOVifiteinf', 'IM O VI ON NOW N I C O V i f i t e i n f')]
ST18991122-V25-47-page9.txt: [('previouslyconceived', 'previously conceived')]
ST18991129-V25-48,49-page21.txt: [('enlightenmentperverted', 'enlightenment perverted')]
ST18991129-V25-48,49-page22.txt: [('remainingterritory', 'remaining territory')]
ST18991129-V25-48,49-page7.txt: [('Whilesoberanindustriousworkman', 'While sober an industrious workman')]
ST18991215-V25-50-page8.txt: [('constantlyrecurring', 'constantly recurring')]
ST18991220-V25-51-page14.txt: [('ScOolarsOipnunfgegak', 'S c O o lars O i p nun f g e g a k')]
ST19000110-V26-02-page14.txt: [('MATTHREEKIJPiESSIC', 'MAT THREE K I J P i E S S I C'), ('thatforwhichweaspic', 'that for which we as pic'), ('keenHiscommandmentstandHis', 'keen His commandment stand His'), ('Fatherbathbestoweduponus', 'Father bath bestowed upon us'), ('thatdogmemocleaveuntoHim', 'that dog memo cleave unto Him')]
ST19000110-V26-02-page15.txt: [('ispowerinavoicewhenitisgivingthemessageof', 'is power in a voice when it is giving the message of')]
ST19000117-V26-03-page13.txt: [('intenselyinteresting', 'intensely interesting')]
ST19000207-V26-06-page15.txt: [('ScientificIlmerican', 'Scientific I l mer i can')]
ST19000207-V26-06-page16.txt: [('ThatTheyAllMayBeOne', 'That They All May Be One')]
ST19000404-V26-14-page15.txt: [('NitiictsVANcIatWatctiga', 'Nit ii cts VAN c I at Wat c t i g a')]
ST19000411-V26-15-page14.txt: [('demonstraconcerning', 'demon str a concerning')]
ST19000411-V26-15-page15.txt: [('andthemoneyallsentinoneorder', 'and the money all sent in one order'), ('KarafifijOiirovrat', 'Kara f i f i j O i i r o v r a t')]
ST19000411-V26-15-page16.txt: [('eternalpossibilities', 'eternal possibilities')]
ST19000411-V26-15-page4.txt: [('selfaggrandizement', 'self aggrandizement')]
ST19000411-V26-15-page8.txt: [('Pratestantrepublican', 'Prat est ant republican'), ('Protestantrepublican', 'Protestant republican')]
ST19000418-V26-16-page11.txt: [('yiyoyaxaXicbcnxiiiv', 'y i y o y ax a Xi c b c n x i i i v'), ('isiiiirialousziess', 'is iii iri a lo us z i e s s'), ('IbeCiimeIthoughtasachild', 'I be C ii me I thought as a child')]
ST19000418-V26-16-page16.txt: [('SULUISLCULILSUIISL', 'S U L U I S L C U L I L S U I I S L')]
ST19000418-V26-16-page5.txt: [('infinitelysplendid', 'infinitely splendid')]
ST19000425-V26-17-page15.txt: [('pliklakiklaRklialiliNIMININIMAIRMAMPOOMMOS', 'p l i k l a k i k l a R k l i a l i l i N I M I N I N I M A I R M A M P O O M M O S')]
ST19000606-V26-23-page11.txt: [('conanaeolaserosand', 'con a nae ola ser o sand')]
ST19000606-V26-23-page15.txt: [('ifBlessingInSickness', 'if Blessing In Sickness'), ('EnOrnamenttothehome', 'En Ornament to the home')]
ST19000606-V26-23-page4.txt: [('persecutingnations', 'persecuting nations')]
ST19000606-V26-23-page9.txt: [('lieutenantgovernor', 'lieutenant governor')]
ST19000613-V26-24-page1.txt: [('sacrificeoverlooking', 'sacrifice overlooking')]
ST19000620-V26-25-page11.txt: [('BICLIIIIIIIMIWINIM', 'BIC L III III IM I WIN IM')]
ST19000627-V26-26-page15.txt: [('Therearecertainprinciple', 'There are certain principle'), ('ormeseroloomisimsmie', 'or me ser o loom is im s m i e'), ('revealedinthewordofGod', 'revealed in the word of God'), ('NiltittleirfNislaw', 'Nil tittle ir f N i s l a w'), ('itieralalWePalOficaloowae', 'it ier ala l We Pal Of i c a loo w a e')]
ST19000704-V26-27-page16.txt: [('PACIFICPRESSPublishers', 'PACIFIC PRESS Publishers')]
ST19000704-V26-27-page20.txt: [('PUBLISHEDQUARTERLYHY', 'PUBLISHED QUARTERLY H Y')]
ST19000718-V26-29-page16.txt: [('UnprofitableContention', 'Unprofitable Contention')]
ST19000801-V26-31-page11.txt: [('STAMPSCollectionsBought', 'STAMPS Collections Bought')]
ST19000822-V26-34-page15.txt: [('iPniteorsyootrwcUlu', 'i P nite or s y o ot r w c U l u')]
ST19000829-V26-35-page13.txt: [('Thisistoconfirmourverbal', 'This is to confirm our verbal')]
ST19000829-V26-35-page8.txt: [('misunderstandingps', 'misunderstanding ps'), ('andHeisthePrinceofPeace', 'and He is the Prince of Peace')]
ST19000912-V26-37-page15.txt: [('ordergiventoyourSr', 'order given to your S r')]
ST19000912-V26-37-page3.txt: [('commandinggeneralship', 'commanding generalship')]
ST19000919-V26-38-page6.txt: [('Thefeetofsuchanonemayeverbe', 'The feet of such an one may ever be')]
ST19000926-V26-39-page14.txt: [('gladofthisopportunitytogettheversesalready', 'glad of this opportunity to get the verses already'), ('ownquestionbyhealingtheman', 'own question by healing the man')]
ST19000926-V26-39-page15.txt: [('accompanyingletter', 'accompanying letter')]
ST19000926-V26-39-page5.txt: [('andofthosedivinegraces', 'and of those divine graces')]
ST19001010-V26-41-page7.txt: [('antagonistiereligions', 'an tag on is tie religions')]
ST19001031-V26-44-page10.txt: [('AliitOlSdialliallitikatiligalgiaaasillikilithil', 'Ali it O l S di all i all it i kat i l i gal gia a as ill i k i l i t h i l'), ('kgliitildlititigii', 'k g l i i t i l d l i t i t i g i i')]
ST19001031-V26-44-page14.txt: [('tomeettheLordintheair', 'to meet the Lord in the air')]
ST19001107-V26-45-page14.txt: [('AndtheAngeloftheLordcalleduntohimoutof', 'And the Angel of the Lord called unto him out of')]
ST19001114-V26-46-page11.txt: [('anydesiredflexibility', 'any desired flexibility')]
ST19001121-V26-47-page15.txt: [('subscriptionsorforclubs', 'subscriptions or for clubs'), ('mustbeaccompaniedbycash', 'must be accompanied by cash')]
ST19001121-V26-47-page16.txt: [('osseasealsonstitris', 'o s sea seal sons tit r i s')]
ST19001128-V26-48-page13.txt: [('conscienceoppressed', 'conscience oppressed')]
ST19001219-V26-51-page16.txt: [('Sundayschoollessonstudiespraybeobtainedalmostany', 'Sunday school lesson studies pray be obtained almost any')]
ST19001226-V26-52-page14.txt: [('illadSeolpchieiaty', 'ill ad S e o l p c h i e i a t y')]
ST19020319-V28-12-page3.txt: [('lossfimpossibility', 'loss f i m p o s s i b i l i t y')]
ST19020416-V28-16-page14.txt: [('sheetletdownfromheavenbyfourcorners', 'sheet let down from heaven by four corners')]
ST19020625-V28-26-page2.txt: [('ResistancetoitglizIon', 'Resistance to it g l i z I o n')]
ST19020709-V28-28-page11.txt: [('materialprosperity', 'material prosperity')]
ST19020723-V28-30-page14.txt: [('andintoHiscourtswith', 'and into His courts with')]
ST19020723-V28-30-page15.txt: [('absoluteliyvithout', 'absolute l i y v it h out')]
ST19020806-V28-32-page15.txt: [('CaOrnotlianraioTract', 'C a Or not l ian r a i o T r a c t')]
ST19020813-V28-33-page14.txt: [('opposingprinciples', 'opposing principles'), ('Thedreamwasnotgivenprimarily', 'The dream was not given primarily')]
ST19020824-V28-39-page11.txt: [('andIwilltrytodoasshewishesinfuture', 'and I will try to do as she wishes in future')]
ST19020824-V28-39-page6.txt: [('IfoutlfiegalocanoeConthreed', 'If out l fie gal o canoe Cont h reed')]
ST19031216-V29-50-page20.txt: [('dailyitpreventsdisease', 'daily it prevents disease')]
ST19031223-V29-51-page11.txt: [('federationistoplacetheemployersofthecountry', 'federation is to place the employers of the country')]
ST19040113-V30-02-page14.txt: [('knownforbeautifyingthe', 'known for beautifying the')]
ST19040120-V30-03-page14.txt: [('naturalconsequence', 'natural consequence')]
ST19040120-V30-03-page4.txt: [('andtheprayeroffaithshallsavethesick', 'and the prayer of faith shall save the sick')]
ST19040203-V30-05-page11.txt: [('unappreciativeness', 'unappreciative ness')]
ST19040217-V30-07-page14.txt: [('estatearaiseroftaxes', 'estate a raiser of taxes')]
ST19040309-V30-10-page4.txt: [('thissimumenstunsueem', 'this s i mum en stun sue e m')]
ST19040316-V30-11-page4.txt: [('capitalisticsystem', 'capitalistic system')]
ST19040323-V30-12-page9.txt: [('generallyrecognized', 'generally recognized')]
ST19040420-V30-16-page8.txt: [('attendingsectarian', 'attending sectarian')]
ST19040427-V30-17-page14.txt: [('Ifyouusethatchimney', 'If you use that chimney'), ('BywhatcommonpiincipledoestheLordillus', 'By what common pi inc i p le does the Lord illus'), ('Whatsongofpraiseisutteredbytheelders', 'What song of praise is uttered by the elders')]
ST19040504-V30-18-page11.txt: [('Whilevisitingthisdarkanddrearyroom', 'While visiting this dark and dreary room'), ('manyoftheoldstandardsGpoelsongs', 'many of the old standards G p o e l s o n g s')]
ST19040504-V30-18-page14.txt: [('SUGGESTIVEQUESTIONS', 'SUGGESTIVE QUESTIONS')]
ST19040518-V30-20-page16.txt: [('discouragingmarriage', 'discouraging marriage')]
ST19040601-V30-22-page14.txt: [('overthewholelanduntiltheninthhour', 'over the whole land until the ninth hour'), ('orchildrenthatareconstantly', 'or children that are constantly')]
ST19040601-V30-22-page6.txt: [('judgmentssorighteousasallthislaw', 'judgments so righteous as all this law'), ('andwhenJehovahshallstretchoutHis', 'and when Jehovah shall stretch out His')]
ST19040824-V30-34-page13.txt: [('unusuallyiplitable', 'unusually i p lit able')]
ST19041102-V30-43-page5.txt: [('selvesanauthorityhigherthanthatofman', 'selves an authority higher than that of man'), ('IHAVEformanyyearsmadeitapractisetoread', 'I HAVE for many years made it a practise to read')]
ST19041109-V30-44-page16.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST19041116-V30-45-page12.txt: [('comprehensivetress', 'comprehensive tress')]
ST19041116-V30-45-page17.txt: [('iceludeitssCaorncograonncoeioSinebs', 'i c elude its s C a or n c o g r a o n n c o e i o S i n e b s')]
ST19041123-V30-46-page4.txt: [('imainaliniiiiirilM', 'i main a lin iii i iri l M')]
ST19041123-V30-46-page8.txt: [('necessarytherefore', 'necessary therefore')]
ST19050104-V31-01-page16.txt: [('estimatethefirtanciiillessdue', 'estimate the fir tan c iii l less due')]
ST19050118-V31-03-page11.txt: [('engagedinthesportthisyear', 'engaged in the sport this year'), ('Sundaylawsexistiinnnearlyeverystatein', 'Sunday laws exist i inn nearly every state in'), ('hadcreatedidealsocialconditions', 'had created ideal social conditions')]
ST19050118-V31-03-page13.txt: [('gardenerseverywhere', 'gardeners everywhere')]
ST19050124-V31-04-page13.txt: [('TheOldReliableFirm', 'The Old Reliable Firm')]
ST19050124-V31-04-page5.txt: [('selfaggrandizement', 'self aggrandizement')]
ST19050124-V31-04-page6.txt: [('fascinatinglywritten', 'fascinating l y written')]
ST19050201-V31-05-page13.txt: [('largenaturalsleePingeYee', 'large natural s lee Ping e Y e e')]
ST19050201-V31-05-page15.txt: [('CoarsethingseasilYwasixedWdelicale', 'Coarse thing sea sil Y was ix ed W d e l i c a l e'), ('floweringCarnation', 'flowering Car nation')]
ST19050201-V31-05-page16.txt: [('naturallysuperstitious', 'naturally superstitious')]
ST19050201-V31-05-page3.txt: [('selfaggrandizement', 'self aggrandizement')]
ST19050201-V31-05-page6.txt: [('constantlyincreasing', 'constantly increasing')]
ST19050208-V31-06-page3.txt: [('privilegethatisthusbroughttoeverychildof', 'privilege that is thus brought to every child of')]
ST19050215-V31-07-page13.txt: [('IygoguerstreturnsT', 'I y go gu erst return sT')]
ST19050215-V31-07-page15.txt: [('StandardDictionary', 'Standard Dictionary')]
ST19050222-V31-08-page12.txt: [('sufficientlyincreased', 'sufficiently increased')]
ST19050222-V31-08-page15.txt: [('yearlysubscription', 'yearly subscription')]
ST19050301-V31-09-page15.txt: [('largenaturalsleeping', 'large natural sleeping'), ('floweringCarnation', 'flowering Car nation')]
ST19050301-V31-09-page7.txt: [('widelydisseminated', 'widely disseminated')]
ST19050308-V31-10-page16.txt: [('EnforcementNervous', 'Enforcement Nervous')]
ST19050315-V31-11-page11.txt: [('inaccotrdoacnoncceiwith', 'in a c cot r d o a c n o n c c e i w i t h'), ('Iwanttointerestyoualittleinanew', 'I want to interest you a little in anew'), ('nameofhisvisitorwasDeath', 'name of his visitor was Death')]
ST19050315-V31-11-page12.txt: [('Whatareyougoingtodothere', 'What are you going to do there')]
ST19050315-V31-11-page15.txt: [('floweringCarnation', 'flowering Car nation')]
ST19050405-V31-14-page13.txt: [('unconditionalsurrender', 'unconditional surrender')]
ST19050412-V31-15-page13.txt: [('THEREDEEMERSHALECOMETOZION', 'THE REDEEMER S HALE COME TO ZION')]
ST19050412-V31-15-page4.txt: [('commandmentkeeping', 'commandment keeping')]
ST19050704-V31-27-page12.txt: [('materiallyconsidered', 'materially considered')]
ST19050704-V31-27-page16.txt: [('PerilsofOurCountry', 'Perils of Our Country')]
ST19050712-V31-28-page2.txt: [('subscriptionandone', 'subscription and one')]
ST19050726-V31-30-page7.txt: [('perityphlitophobia', 'per it y p h l i top hob i a')]
ST19050802-V31-31-page13.txt: [('Trypearlifteaccording', 'Try pearl if tea c cording')]
ST19050906-V31-36-page15.txt: [('pleasantlyflavored', 'pleasantly flavored')]
ST19050913-V31-37-page7.txt: [('Interparliamentary', 'Inter parliamentary')]
ST19051004-V31-40-page13.txt: [('Ibelieveitwilldogood', 'I believe it will do good')]
ST19051011-V31-41-page10.txt: [('WhatItMeanstotheRighteous', 'What It Means to the Righteous'), ('butitistoolatetoreform', 'but it is too late to reform')]
ST19051018-V31-42-page6.txt: [('commerciallylucrative', 'commercially lucrative')]
ST19051025-V31-43-page3.txt: [('bywhichheobtainedwitnessthathewas', 'by which he obtained witness that he was'), ('WhereAbramsojournedhisaltarrose', 'Where Abram sojourned his altar rose')]
ST19051101-V31-44-page13.txt: [('conferenceSabbathschool', 'conference Sabbath school')]
ST19051122-V31-47-page10.txt: [('vitallysignificant', 'vitally significant')]
ST19051206-V31-49-page15.txt: [('regeneratingdoctrines', 'regenerating doctrines')]
ST19051220-V31-51-page9.txt: [('bruisedforouriniquities', 'bruised for our iniquities'), ('arenldatothneiruenachhanogtehable', 'ar en l dat ot h n e i r u e n a c h h a n o g t e h a b l e'), ('laynosuchburdenupon', 'lay no such burden upon'), ('distinctionbetweenthelawofritualism', 'distinction between the law of ritualism')]
ST19051227-V31-52-page4.txt: [('endeavoredtosetforthinthetermsofGreekphilfophy', 'endeavored to set forth in the terms of Greek phil fop h y'), ('interdenominatioual', 'inter denom in at i o u a l')]
ST19060110-V32-02-page13.txt: [('probablypatentable', 'probably patentable')]
ST19060110-V32-02-page8.txt: [('intenselyinteresting', 'intensely interesting')]
ST19060117-V32-03-page12.txt: [('partiallyunderstood', 'partially understood')]
ST19060124-V32-04-page13.txt: [('fielksioEceisisiesiipeeece', 'fie l k s i o E c e i s i s i e s i i p e e e c e')]
ST19060124-V32-04-page15.txt: [('viaCoastLineandLosAngeles', 'via Coast Line and Los Angeles'), ('floweringCarnation', 'flowering Car nation')]
ST19060131-V32-05-page8.txt: [('everywhererecognized', 'everywhere recognized')]
ST19060207-V32-06-page15.txt: [('floweringCarnation', 'flowering Car nation')]
ST19060214-V32-07-page9.txt: [('evidentlyreasonable', 'evidently reasonable')]
ST19060221-V32-08-page13.txt: [('floweringCarnation', 'flowering Car nation')]
ST19060307-V32-10-page10.txt: [('andadditionsoftheirowndevising', 'and additions of their own devising')]
ST19060307-V32-10-page13.txt: [('whensevencandidateswereburiedwith', 'when seven candidates were buried with')]
ST19060314-V32-11-page13.txt: [('WanawssingligaIMMI', 'Wan a w s s i n g l i g a I M M I')]
ST19060314-V32-11-page15.txt: [('Whatisthemeaningoftheword', 'What is the meaning of the word')]
ST19060321-V32-12-page13.txt: [('earlyfloweringCarnation', 'early flowering Car nation'), ('advantagesofvegetarianism', 'advantages of vegetarianism')]
ST19060321-V32-12-page15.txt: [('teachingasanoccupa', 'teaching as a no c cup a')]
ST19060321-V32-12-page2.txt: [('intenselyinteresting', 'intensely interesting')]
ST19060404-V32-14-page9.txt: [('churchesstormedanddelugedwith', 'churches stormed and deluged with')]
ST19060411-V32-15-page8.txt: [('involvedprinciples', 'involved principles')]
ST19060425-V32-17-page13.txt: [('IPIEIPIPEEEIMPOPEEEIPIPeififlPf', 'I PIE I PIPE E E I M P O P E E E I P I P e i f i f l P f'), ('SlieflMlifillifiliIMIMMEIPEIESIPCCCE', 'S lief l M l i f i l l i f i l i I M I M M E I P E I E S I P C C C E')]
ST19060502-V32-18-page16.txt: [('Wewillendeavortogiveitinournext', 'We will endeavor to give it in our next')]
ST19060502-V32-18-page7.txt: [('Ineunsillimaillmilili', 'In e u n s i l l i m a i l l m i l i l i'), ('issassaossissesagolall', 'is sass a o s sis s e s a g o l a l l')]
ST19060509-V32-19-page14.txt: [('recentlydevastated', 'recently devastated')]
ST19060523-V32-20-page16.txt: [('earthquakedevastated', 'earthquake devastated')]
ST19060613-V32-23-page11.txt: [('pAINNYVVVVWWWWWWWW', 'p A INN Y V V V V WWW WWW W W'), ('AAAAAAAAAAAAWANtAAINAA', 'A A A A A A A A A A A A WAN t A A I N A A')]
ST19060620-V32-24-page11.txt: [('IMPORTANTTOTRAVELERS', 'IMPORTANT TO TRAVELERS')]
ST19060620-V32-24-page6.txt: [('MroorlorirripflorWYMCVi', 'Mr o or l or ir rip flo r W Y M C V i')]
ST19060627-V32-25-page16.txt: [('everlastingcharacter', 'everlasting character')]
ST19060627-V32-25-page21.txt: [('AAAAAAAAAAAAAAAAAAAAAAAAA', 'A A A A A A A A A A A A A A A A A A A A A A A A A')]
ST19060627-V32-25-page8.txt: [('containinghundreds', 'containing hundreds')]
ST19060704-V32-26-page11.txt: [('AAsNAAAAAAAAAINAAAAAAWA', 'A As N A A A A A A A A A I N A A A A A A W A')]
ST19060704-V32-26-page2.txt: [('onnoionsponoikaNnorio', 'on no ions p ono i k a N n o r i o')]
ST19060711-V32-27-page10.txt: [('AWAAAAAAAAAAWAAAAAAANYWA', 'A W A A A A A A A A A A W A A A A A A A N Y W A')]
ST19060718-V32-28-page13.txt: [('tiAAAOttetiOtsittesoVVVVYNOVVVIYVVVVV', 't i A A A O t t e t i O t s i t t e s o V V V V Y N O V V V I Y V V V V V'), ('AAWAAAAAAAAWAAAAAAAAAWA', 'A A W A A A A A A A A W A A A A A A A A A W A')]
ST19060718-V32-28-page8.txt: [('magnificenttriumph', 'magnificent triumph')]
ST19060725-V32-29-page13.txt: [('AAAWAAAAAAWAAAAAAAWAAAAJ', 'A A A W A A A A A A W A A A A A A A W A A A A J'), ('peovvvvvvvvvwwwviwwwwwwvvl', 'pe o v v v v v v v v v w w w v i w w w w w w v v l')]
ST19060808-V32-30-page15.txt: [('NAINAAISIONAINiAAAIN', 'N A I N A A I S I O N A I N i A A A I N')]
ST19060808-V32-30-page2.txt: [('refusetoliftheartandvoiceingrate', 'refuse to lift heart and voice ingrate'), ('willIpraisetheLord', 'will I praise the Lord')]
ST19060829-V32-33-page7.txt: [('partntiiccuulalarrly', 'part n t i i c c u u l a l a r r l y')]
ST19060905-V32-34-page6.txt: [('Vaticanpractically', 'Vatican practically')]
ST19060905-V32-34-page9.txt: [('aooaeoaoatsoaacsoaaa', 'a o o a e o a o a t s o a a c s o a a a')]
ST19060912-V32-35-page11.txt: [('forfailinformation', 'for fail information')]
ST19060919-V32-36-page11.txt: [('AAAAAAAAAAAAAAAAAAAAA', 'A A A A A A A A A A A A A A A A A A A A A')]
ST19060919-V32-36-page2.txt: [('llllllllllllllllllllllllllllllll', 'l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l')]
ST19060926-V32-37-page2.txt: [('HININIIMPININIIIHO', 'H IN IN I IMP IN IN III HO')]
ST19061010-V32-39-page2.txt: [('SOUTHERNCALIFORNIATRACTSOCIETY', 'SOUTHERN CALIFORNIA TRACT SOCIETY'), ('CALIFORNIATRACTSOCIETY', 'CALIFORNIA TRACT SOCIETY')]
ST19061031-V32-42-page5.txt: [('thedemonsmadehimsay', 'the demons made him say')]
ST19061031-V32-42-page7.txt: [('conunrighteousness', 'con unrighteousness'), ('theyspeaknotaccordingtothisWord', 'they speak not according to this Word'), ('itisjustifiedfreelybyHigs', 'it is justified freely by Hi g s')]
ST19061107-V32-43-page11.txt: [('lllllllllllllllllllllllllllllllllllllllllllll', 'l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l')]
ST19061107-V32-43-page13.txt: [('imilitopilimatilrbl', 'i mil i to pi lima til r b l')]
ST19061128-V32-46-page13.txt: [('lllllllllllllllllllllllllllllllllllllllllllll', 'l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l')]
ST19061128-V32-46-page16.txt: [('withoutAllitelessness', 'without A l lite less ness')]
ST19061205-V32-47-page10.txt: [('lllllllllllllllllllllllllllllllllll', 'l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l')]
ST19061205-V32-47-page14.txt: [('lllllllllllllllllllllllllllllllllllllllllllll', 'l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l')]
ST19070109-V33-02-page13.txt: [('glkoaNivammovaitTA', 'g l k o a N i v a m m o v a i t T A'), ('VVICIAMItatoWNIVela', 'V VIC I AM It a to W N I V e l a')]
ST19070116-V33-03-page15.txt: [('ecclesiasticopolitical', 'ecclesiastic o political')]
ST19070306-V33-10-page6.txt: [('ailhatialtlfralialasiii', 'ail hat i alt l fra l i alas iii')]
ST19070327-V33-13-page6.txt: [('savingtheirfellowmen', 'saving their fellowmen')]
ST19070403-V33-14-page11.txt: [('unconventionalized', 'unconventional i zed')]
ST19070403-V33-14-page15.txt: [('Portlanerradesinaie', 'Port l an err a des in ai e')]
ST19070403-V33-14-page6.txt: [('furtherSimportuned', 'further S importuned')]
ST19070410-V33-15-page11.txt: [('soonmoveoutofthetenementhouseand', 'soon move out of the tenement house and'), ('IndividualCommunion', 'Individual Communion')]
ST19070410-V33-15-page15.txt: [('intellectuallydreary', 'intellectually dreary')]
ST19070508-V33-19-page10.txt: [('interparliamentary', 'inter parliamentary'), ('Interparliamentary', 'Inter parliamentary')]
ST19070508-V33-19-page11.txt: [('gigratgralitlaraagralkalie', 'gig rat g r a l i t l a r a a g r a l k a l i e')]
ST19070515-V33-20-page10.txt: [('Interparliamentary', 'Inter parliamentary')]
ST19070522-V33-21-page10.txt: [('Interparliamentary', 'Inter parliamentary')]
ST19070605-V33-23-page8.txt: [('Whatsoeveryelslaaskofthe', 'Whatsoever ye ls la ask of the'), ('workethallthingsafterthecounselof', 'worketh all things after the counsel of'), ('ThisistheloveofGod', 'This is the love of God')]
ST19070619-V33-25-page2.txt: [('ministrationservice', 'ministration service')]
ST19070807-V33-32-page11.txt: [('interparliamentary', 'inter parliamentary')]
ST19070911-V33-37-page4.txt: [('deliberaimpregnable', 'de liber a impregnable')]
ST19071002-V33-40-page10.txt: [('splendidlyequipped', 'splendidly equipped')]
ST19071002-V33-40-page4.txt: [('suitableliterature', 'suitable literature')]
ST19071002-V33-40-page7.txt: [('largnotwithstanding', 'l arg notwithstanding')]
ST19071016-V33-42-page10.txt: [('Interparliamentary', 'Inter parliamentary')]
ST19071016-V33-42-page11.txt: [('Interparliamentary', 'Inter parliamentary')]
ST19071113-V33-46-page5.txt: [('Theinspirationmustpertainonlytothe', 'The inspiration must pertain only to the'), ('makeanewtranslation', 'make anew translation'), ('thatthebookwaswrittenbyoneinhisciroriginal', 'that the book was written by one in his cir original')]
ST19071225-V33-52-page15.txt: [('Someofitsinterestingchaptersare', 'Some of its interesting chapters are'), ('nearlyallofthemnewandspeciallyen', 'nearly all of them new and specially en')]
ST19080108-V34-02-page13.txt: [('peraelpiotasitions', 'per a el p iota sit ions')]
ST19080115-V34-03-page11.txt: [('earthquakestricken', 'earthquake stricken')]
ST19080304-V34-10-page11.txt: [('acknowledgedprotector', 'acknowledged protector')]
ST19080318-V34-12-page14.txt: [('causesdegeneration', 'causes degeneration')]
ST19080408-V34-15-page16.txt: [('Supersensitiveness', 'Super sensitiveness')]
ST19080527-V34-22-page3.txt: [('intintroititilititititrinoVib', 'int intro it it i lit it it it r i n o V i b'), ('ViESSittiSlitiESIESEriVititilWiniStitin', 'Vi E S S i t t i S l i t i E S I E S E r i V i t i t i l W i n i S t i t i n')]
ST19080610-V34-24-page3.txt: [('EMEOlVaSYSYSigitlEitirt', 'E M E O l V a S Y S Y S i g i t l E i t i r t')]
ST19080701-V34-27-page7.txt: [('sacrilegiousproceeding', 'sacrilegious proceeding')]
ST19080708-V34-28-page16.txt: [('RomanAorrespondent', 'Roman A or respondent')]
ST19080715-V34-29-page1.txt: [('VOLWINIIMIMUNIMsys', 'VOL WIN II MIM U N I M s y s')]
ST19080722-V34-30-page14.txt: [('titititibititiSSESEMEMiliN', 'titi titi bit it iS S E S E M E M i l i N')]
ST19080722-V34-30-page9.txt: [('standsoutprhoAmntlyinthe', 'stands out p rho Am n t l y i n t h e'), ('IntheconstellationofOrion', 'In the constellation of Orion')]
ST19080930-V35-09-page6.txt: [('photoengravingplants', 'photo engraving plants')]
ST19081209-V35-19-page3.txt: [('Witingingintiuctintitatintintrii', 'Wit ing ing in tiu c tint it at in tint r i i')]
ST19081209-V35-19-page4.txt: [('requirementofthelawmustappealtothe', 'requirement of the law must appeal to the')]
ST19081223-V35-21-page5.txt: [('PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP', 'P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P')]
ST19090113-V36-02-page13.txt: [('PLPIIMILWIXIVIMOANN', 'P L PI I MIL W I X I V I M O A N N'), ('APIPAMIMILIMMILMIMMIX', 'A PIP A MIMI LIM MIL MIM MIX'), ('WILTAMIPVIAIIAtiMM', 'WILT AM I P VIA II At iM M'), ('ireliredriWirVirillasNliyo', 'ire lire dr i W i r V i r i l l a s N l i y o')]
ST19090203-V36-05-page10.txt: [('insignificantlooking', 'insignificant looking')]
ST19090203-V36-05-page7.txt: [('inatrainandheardaremarkmade', 'in a train and heard are mark made')]
ST19090210-V36-06-page10.txt: [('lothershaveanddoreadLasSenates', 'l others have and do read Las Senates')]
ST19090210-V36-06-page12.txt: [('universallyobserved', 'universally observed')]
ST19090217-V36-07-page13.txt: [('secretarytreasurer', 'secretary treasurer')]
ST19100125-V37-04-page11.txt: [('commercialenterprises', 'commercial enterprises')]
ST19100125-V37-04-page16.txt: [('muntajilliakkruption', 'mun t a j i l l i a k k r u p t i o n')]
ST19100208-V37-06-page10.txt: [('misrepresentatives', 'misrepresent a tiv e s')]
ST19100315-V37-11-page15.txt: [('fainldpwapilelrnooytoubemcoalyled', 'fain l d p w a p i l e l r n o o y t o u b e m c o a l y l e d'), ('yearlysubscriptions', 'yearly subscriptions'), ('yoeuabrolLispufibosncur', 'y o e u a b r o l L i s p u f i b o s n c u r')]
ST19100419-V37-15-page10.txt: [('persecucombination', 'per sec u c o m b i n a t i o n')]
ST19100426-V37-16-page14.txt: [('dignifiedappearing', 'dignified appearing')]
ST19100614-V37-23-page13.txt: [('CXXXXXXIXXXXXXXXXXXXXXXIF', 'C XXX XXXIX XXX XXX XXX XXX XX IF')]
ST19100705-V37-26-page9.txt: [('beconstantlyimmersedinafountainoftears', 'be constantly immersed in a fountain of tears'), ('whiletheywerelookingsteadfastlyinto', 'while they were looking steadfastly into')]
ST19100802-V37-30-page13.txt: [('MONIMMeleelineeelIVEVIIVIEINUOVEMEMellMeellannellneelIVIII', 'MON IM Me lee line eel IV E V I I V I E I N U O V E M E M e l l M e e l l a n n e l l n e e l I V I I I')]
ST19100816-V37-32-page12.txt: [('weirdeffulIirecocity', 'weird eff u l I i r e c o c i t y')]
ST19100823-V37-33-page15.txt: [('NewfromCovertoCover', 'New from Cover to Cover')]
ST19100823-V37-33-page5.txt: [('ItisputatrestwiththosewhoHissouluntodeath', 'It is put at rest with those who His soul unto death'), ('InbeholdingthecrossdeathofChrist', 'In beholding the cross death of Christ')]
ST19100913-V37-36-page12.txt: [('heisajustmanandanholy', 'he is a just man and an holy'), ('doethmightymiracles', 'doeth mighty miracles')]
ST19100920-V37-37-page8.txt: [('ifierilekevisiimoivimAposionOmiliselles', 'if ier i l eke v is ii moi vim A pos ion O mil is el les')]
ST19101101-V37-43-page8.txt: [('BATTLECONTROVERSYPERSECUTORFORNICATOR', 'BATTLE CONTROVERSY PERSECUTOR FOR N I C A T O R')]
ST19101108-V37-44-page11.txt: [('dictaeffectiveness', 'dicta effectiveness')]
ST19101108-V37-44-page13.txt: [('nessagainstthyneighbor', 'ness against thy neighbor')]
ST19101115-V37-45-page15.txt: [('allyearlysubscriptionsat', 'all yearly subscriptions at')]
ST19101129-V37-47-page11.txt: [('irresponsibilities', 'ir responsibilities')]
ST19101206-V37-48-page9.txt: [('characterconsistency', 'character consistency')]
ST19101213-V37-49-page13.txt: [('interestwilderness', 'interest wilderness')]
ST19101213-V37-49-page8.txt: [('andcanhavethemdisposed', 'and can have them disposed'), ('whethertheywillWALKINMYLAW', 'whether they will WALK IN MY LAW'), ('ethhishandfromdoinganyevil', 'eth his hand from doing any evil')]
ST19101220-V37-50-page6.txt: [('forIhavenotnoduthyworksperness', 'for I have not no du thy works per ness')]
ST19110221-V38-08-page12.txt: [('disagreeablenesses', 'disagreeable nesses')]
ST19110221-V38-08-page14.txt: [('THATSCAFFOLDSWAYSTHE', 'THAT S C A F F O L D S W A Y S T H E')]
ST19110221-V38-08-page2.txt: [('absoluteprohibition', 'absolute prohibition')]
ST19110228-V38-09-page13.txt: [('irresistiblytimpelled', 'irresistibly tim pell ed')]
ST19110228-V38-09-page8.txt: [('commandmentkeeping', 'commandment keeping')]
ST19110307-V38-10-page13.txt: [('welutilscesinlonuds', 'we lu til s c e s i n l o n u d s')]
ST19110307-V38-10-page5.txt: [('consciencestricken', 'conscience stricken')]
ST19110411-V38-15-page7.txt: [('BATTLECONTROVERSYPERSECUTORFORNICATOR', 'BATTLE CONTROVERSY PERSECUTOR FOR N I C A T O R')]
ST19110418-V38-16-page13.txt: [('greatgranddaughter', 'great granddaughter')]
ST19110613-V38-23-page16.txt: [('industryarefallingoutandtellingoneachother', 'industry are falling out and telling on each other')]
ST19110613-V38-23-page4.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST19110620-V38-24-page13.txt: [('Lbsianstattiasaasalatasaatssasaiwai', 'L b sian stat tia s a as a lat as a ats s as ai w a i')]
ST19110620-V38-24-page4.txt: [('THESIGNSOFTHETIMES', 'THE SIGNS OF THE TIMES')]
ST19110620-V38-24-page8.txt: [('wordsfallfromthelipsofthosewhocompose', 'words fall from the lips of those who compose'), ('andmakeitHONORABLE', 'and make it HONORABLE')]
ST19110627-V38-25-page10.txt: [('Interparliamentary', 'Inter parliamentary')]
ST19110627-V38-25-page11.txt: [('interparliamentary', 'inter parliamentary')]
ST19110704-V38-26-page8.txt: [('muchwillbegainedbysubstitutingone', 'much will be gained by substituting one')]
ST19110718-V38-28-page13.txt: [('QuestionsandAOSWell', 'Questions and A O S Well')]
ST19110926-V38-38-page16.txt: [('earthquakeresistant', 'earthquake resistant')]
ST19111010-V38-40-page13.txt: [('AnotherLineofProphecy', 'Another Line of Prophecy')]
ST19111017-V38-41-page5.txt: [('HATdidJesusdowhenonearth', 'HAT did Jesus do when on earth')]
ST19111031-V38-43,44-page30.txt: [('ContributionsforDistinctivelyMissionWork', 'Contributions for Distinct iv ely Mission Work')]
ST19111212-V38-49-page14.txt: [('asupernaLturreaall', 'as up erna L t u r r e a a l l')]
ST19111219-V38-50-page10.txt: [('businessoperations', 'business operations')]
ST19111219-V38-50-page11.txt: [('Literatureintimates', 'Literature intimates')]
ST19111219-V38-50-page16.txt: [('tothemasChristgave', 'to them as Christ gave'), ('InallprobabilityHewas', 'In all probability He was'), ('Onemankillsanother', 'One man kills another')]
ST19120116-V39-03-page13.txt: [('Acompanyofsixfamiliesofnewconverts', 'A company of six families of new converts')]
ST19120123-V39-04-page13.txt: [('workerwasseizedwiththeplague', 'worker was seized with the plague')]
ST19120213-V39-07-page10.txt: [('PROBATIONAFTERDEATH', 'PROBATION AFTER DEATH')]
ST19120213-V39-07-page13.txt: [('SEEDSGoodgardeners', 'SEEDS Good gardeners')]
ST19120220-V39-08-page12.txt: [('foregoingscripture', 'foregoing scripture')]
ST19120220-V39-08-page16.txt: [('PeacefromtheOffended', 'Peace from the Of fended'), ('iratVadeedshavebeenwrought', 'ir at V a deeds have been wrought'), ('Butregardingthisearth', 'But regarding this earth')]
ST19120319-V39-12-page15.txt: [('EuropealTICservant', 'Europe a l TIC servant')]
ST19120319-V39-12-page16.txt: [('whichthedepartmentcouldbeincontactatall', 'which the department could be in contact at all'), ('oftheMareIslandObservatory', 'of the Mare Island Observatory')]
ST19120402-V39-14-page14.txt: [('lieutenantgoirernor', 'lieutenant go ir er nor')]
ST19120423-V39-17-page13.txt: [('WILAIPAKTilAnkalMaltulMIMIMPIMIPIVI', 'W I L A I P A K T i l A n k a l M a l t u l M I M I M P I M I P I V I')]
ST19120423-V39-17-page14.txt: [('MIlltNMILMILIMPALIntlINPVMPPAPVIIMPIPSentlIMMIMIllYMPPAPSptmos', 'M I l l t N M I L M I L I M P A L I n t l I N P V M P P A P V I I M P I P S e n t l I M M I M I l l Y M P P A P S p t m o s')]
ST19120423-V39-17-page16.txt: [('wonderfulattraction', 'wonderful attraction'), ('marvelouslyeloquent', 'marvelously eloquent')]
ST19120423-V39-17-page2.txt: [('waxoldasdothagarment', 'wax old as doth a garment')]
ST19120430-V39-18-page10.txt: [('practicallyunknown', 'practically unknown')]
ST19120430-V39-18-page13.txt: [('Orderofyourtractsocietyor', 'Order of your tract society or')]
ST19120430-V39-18-page16.txt: [('passengeripossessed', 'passenger i possessed')]
ST19120521-V39-20-page6.txt: [('attainedtoalimited', 'attained to a limited'), ('establishedincertaindefi', 'established in certain def i'), ('niteplacesforthemore', 'nite places for the more')]
ST19120604-V39-22-page14.txt: [('mImilfillooleffilielmilli', 'm I m i l f i l l o o l e f f i l i e l m i l l i')]
ST19120618-V39-24-page15.txt: [('IficortiaiiiitriatierretWiiifiruk', 'If i cor tia iii it ria tier ret W i i i f i r u k')]
ST19120716-V39-27-page16.txt: [('organizationnumbering', 'organization numbering')]
ST19120730-V39-29-page13.txt: [('sseuosseaesOeSesoesor', 's s e u o s s e a e s O e S e s o e s o r'), ('osonnaosoonisossoeosooso', 'o son n a o s o o n i s o s s o e o s o o s o')]
ST19120903-V39-34-page16.txt: [('thatwearejustontheeveofgreaterdiscoveries', 'that we are just on the eve of greater discoveries')]
ST19121001-V39-38-page14.txt: [('Breeanllyisgenierally', 'B ree an l l y is genie rally')]
ST19121015-V39-40-page13.txt: [('GoodBooksfhoerHolidays', 'Good Books f h o e r H o l i d a y s')]
ST19121029-V39-42-page14.txt: [('ConditionsinLawrence', 'Conditions in Lawrence')]
ST19121105-V39-43-page14.txt: [('MINIreffempleffamisolfl', 'MIN Ir eff emp l eff ami sol f l')]
ST19121112-V39-44-page4.txt: [('constitutionbreaking', 'constitution breaking')]
ST19121112-V39-44-page8.txt: [('sittethuponthethrone', 'sitteth upon the throne')]
ST19121126-V39-46-page8.txt: [('lofMEMORIADFCREATION', 'l of MEM OR I AD F C R E A T I O N')]
ST19121126-V39-46-page9.txt: [('thatmadeitpossibleforourprayerstobe', 'that made it possible for our prayers to be'), ('Foreverythinggivethanks', 'For everything give thanks')]
ST19121224-V39-50-page15.txt: [('centhigherinCanada', 'cent higher in Canada')]
ST19130211-V40-06-page10.txt: [('Themapaboveshowsthesitesofthecathedrals', 'The map above shows the sites of the cathedrals'), ('andprincipalcollegesonly', 'and principal colleges only')]
ST19130218-V40-07-page7.txt: [('commandmentkeeping', 'commandment keeping')]
ST19130311-V40-10-page12.txt: [('upasagreatstatesmanwould', 'up as a great statesman would')]
ST19130429-V40-17-page15.txt: [('officetoindividuals', 'office to individuals')]
ST19130708-V40-26-page15.txt: [('STANOMSColtirtIICARIPAN', 'STA NOM S Colt ir t I I C A R I P A N')]
ST19130708-V40-26-page2.txt: [('theetodayshaltthoubewithMiinParadise', 'thee to day shalt thou be with M i i n P a r a d i s e')]
ST19130722-V40-28-page4.txt: [('hiiiigingsalvation', 'hi iii gin g s a l v a t i o n')]
ST19130805-V40-30-page11.txt: [('eventsinthegreatplanof', 'events in the great plan of')]
ST19130805-V40-30-page7.txt: [('WearewillingtoleavetoGodalladjustalonebeforetheJudge', 'We are willing to leave to God all adjust alone before the Judge'), ('undertheinfluenceandpoweroftheministering', 'under the influence and power of the ministering')]
ST19130826-V40-33-page15.txt: [('yearlysubscriptions', 'yearly subscriptions'), ('QuestionsandAnswers', 'Questions and Answers')]
ST19130826-V40-33-page16.txt: [('politicaranibition', 'politic ara nib it ion')]
ST19130930-V40-38-page11.txt: [('bioxydramidoarsenobenzol', 'b i ox y dr amid oars en o benzol')]
ST19140120-V41-02-page11.txt: [('WPITAVAllittqAlliaJ', 'W P I T A V A l l i t t q A l l i a J')]
ST19140203-V41-04-page13.txt: [('sparringexhibitions', 'sparring exhibitions')]
ST19140217-V41-06-page14.txt: [('IIIIIIIIItIlllinlitil', 'III III II It Ill lin lit i l')]
ST19140224-V41-07-page10.txt: [('Jamesdrawsanotherconclusionthatleavesanychangeor', 'James draws another conclusion that leaves any change or'), ('Andmorestrikingstill', 'And more striking still'), ('ifsuchcouldbethecase', 'if such could be the case')]
ST19140303-V41-08-page15.txt: [('ScientificAmerican', 'Scientific American')]
ST19140303-V41-08-page3.txt: [('hisdefenseinaclear', 'his defense in a clear')]
ST19140310-V41-09-page9.txt: [('originallyestablished', 'originally established')]
ST19140331-V41-12-page12.txt: [('riailaifieriWaiirlatrifeifil', 'ria i la if ier i W a i i r l a t r i f e i f i l')]
ST19140414-V41-14-page12.txt: [('WORKWELLORGANIZEDINSOUTHERNEUROPE', 'WORK WELL ORGANIZED IN SOUTHERN EUROPE'), ('IIIIIIIIIIIIMIIIIIIIIIIII', 'III III III II IM III III III III')]
ST19140421-V41-15-page14.txt: [('nervousetendencies', 'ner v ouse tendencies')]
ST19140505-V41-17-page13.txt: [('Portuguesespeaking', 'Portuguese speaking')]
ST19140609-V41-22-page14.txt: [('secretarytreasurer', 'secretary treasurer')]
ST19140630-V41-25-page2.txt: [('industrialproblems', 'industrial problems')]
ST19140804-V41-30-page1.txt: [('millitoioirliiinmo', 'mill i to i o ir lii in m o')]
ST19140811-V41-31-page13.txt: [('MONINNMINPNPAINAKIN', 'MON INN MIN P N P A I N A K I N')]
ST19140818-V41-32-page1.txt: [('Interparliamentary', 'Inter parliamentary')]
ST19140825-V41-33-page13.txt: [('commandmentoftheDecalogue', 'commandment of the Decalogue')]
ST19140825-V41-33-page15.txt: [('WyomingTractSociety', 'Wyoming Tract Society')]
ST19140908-V41-35-page1.txt: [('Hoillinomminonumintim', 'Ho ill i nom min o num in tim')]
ST19140915-V41-36-page3.txt: [('WVpriiiiiiirtfooks', 'W V p r i i i i i i i r t f o o k s')]
ST19141006-V41-39-page1.txt: [('lownimanniMININIIIABINIAteseminimmomma', 'l own i mann i MIN IN III A B IN I Ate sem in im mom m a')]
ST19141020-V41-41-page11.txt: [('suchaSabbathastheLordhadwhen', 'such a Sabbath as the Lord had when')]
ST19141020-V41-41-page4.txt: [('decisiveladvantage', 'decisive l advantage')]
ST19141103-V41-43-page2.txt: [('whenConstantinoplefellintothe', 'when Constantinople fell into the')]
ST19141201-V41-47-page1.txt: [('INUMINUIIIMINIIIMnillM', 'I NUM IN U I I I M I N I I I M n i l l M')]
ST19141201-V41-47-page15.txt: [('atigewhioliodayosreason', 'at i g e w h i o l i o d a y o s r e a s o n')]
ST19141208-V41-48-page1.txt: [('numimplimmumminlin', 'num imp lim mum min lin')]
ST19141208-V41-48-page8.txt: [('ilimotitilitimoinim', 'i limo titi lit im o in im')]
ST19151109-V42-44-page12.txt: [('foesshallbetheyofhisown', 'foes shall be they of his own')]
ST19151109-V42-44-page15.txt: [('ArkansasTractSociety', 'Arkansas Tract Society'), ('ANDCARDINALGIBBONShave', 'AND CARDINAL GIBBONS have')]
ST19160118-V43-03-page10.txt: [('Viiiiliinellillifiliala', 'Vi iii lii nell ill i filial a')]
ST19160509-V43-19-page8.txt: [('Armagedpractically', 'Arm aged practically')]
ST19160606-V43-24-page1.txt: [('inamounimolinutilnumoilninumoillimialamiliala', 'in amo uni m o l i n u t i l n u m o i l n i n u m o i l l i m i a l a m i l i a l a'), ('irmalliolatiViinimill', 'ir mall i o lat i Vi in i mill')]
ST19160620-V43-25-page16.txt: [('secretarytreasurer', 'secretary treasurer')]
ST19160711-V43-27-page9.txt: [('CirculationManager', 'Circulation Manager')]
ST19160801-V43-30-page10.txt: [('stirianalimittimsnwinnssitussissismesiationisteinzasionemonsussumnsisminntiiiisiiiimonsi', 'stir ian a limit tim s n w i n n s s i t u s s i s s i s m e s i a t i o n i s t e i n z a s i o n e m o n s u s s u m n s i s m i n n t i i i i s i i i i m o n s i')]
ST19160808-V43-31-page9.txt: [('wiloomuutirsiwilinssissinniiiiminsummusissoilossisssummussuisinsusunisissimussaissisoss', 'w i l o o m u u t i r s i w i l i n s s i s s i n n i i i i m i n s u m m u s i s s o i l o s s i s s s u m m u s s u i s i n s u s u n i s i s s i m u s s a i s s i s o s s'), ('SSISIIMSISSISSIssissississmisstssissississuurnminusumssisunsissussusumussummiummuss', 'S S IS II MS IS S IS S Is sis sis sis s miss t s s i s s i s s i s s u u r n m i n u s u m s s i s u n s i s s u s s u s u m u s s u m m i u m m u s s')]
ST19160919-V43-37-page9.txt: [('IIIilllllllllllllllllllll', 'III ill l l l l l l l l l l l l l l l l l l l')]
ST19161017-V43-41-page9.txt: [('EumuslISHISIIIIIII', 'E u m u s l I S H I S I I I I I I I')]
ST19161024-V43-42-page1.txt: [('FIARMAPLINIPAIIINA', 'F I A R M A P L I N I P A I I I N A')]
ST19161212-V43-49-page1.txt: [('WWWWWWWWWWWWWWWWWWWWV', 'WWW WWW WWW WWW WWW WWW W W V')]
ST19161219-V43-50-page1.txt: [('lllllllllllllllllllllll', 'l l l l l l l l l l l l l l l l l l l l l l l')]
ST19180108-V45-02-page3.txt: [('brightnessdisplayed', 'brightness displayed')]
ST19180604-V45-22-page8.txt: [('strengthdestroying', 'strength destroying')]
ST19180716-V45-28-page10.txt: [('memoryresurrecting', 'memory resurrecting')]
ST19180813-V45-32-page5.txt: [('mumsonsminammunmill', 'mum sons min am mun mill')]
ST19180924-V45-37-page5.txt: [('TimesforSeptuevmbvecr', 'Times for Sep tue v m b v e c r')]
ST19181008-V45-39-page4.txt: [('postmillennialists', 'post millennial i sts')]
ST19181022-V45-41-page12.txt: [('interdenominationalism', 'interdenominational ism')]
ST19190121-V46-03-page10.txt: [('professinggodliness', 'professing godliness')]
ST19190121-V46-03-page6.txt: [('Christianscientific', 'Christian scientific')]
ST19190121-V46-03-page7.txt: [('mIstittiltillilliiiit', 'm I s t i t t i l t i l l i l l i i i i t')]
ST19190218-V46-07-page1.txt: [('iimoniooloolummollimminiuminnisiimin', 'iim on i o o loo lum m o l l i m m i n i u m i n n i s i i m i n')]
ST19190304-V46-09-page13.txt: [('llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll', 'l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l')]
ST19190415-V46-15-page3.txt: [('expprreessslylyffoorrbbiiddssccomparriing', 'exp p r r e e s s s l y l y f f o o r r b b i i d d s s c c o m p a r r i i n g')]
ST19190708-V46-26-page4.txt: [('previousarrttiicclleess', 'previous arr t t i i c c l l e e s s')]
ST19190909-V46-35-page8.txt: [('preachingpowerless', 'preaching powerless')]
ST19190930-V46-38-page5.txt: [('secretarytreasurer', 'secretary treasurer')]
ST19191007-V46-39-page11.txt: [('preparetomeetthyGod', 'prepare to meet thy God')]
ST19191021-V46-41-page2.txt: [('riTroopsAreCalledI', 'r i T r o o p s A r e C a l l e d I')]
ST19191028-V46-42-page13.txt: [('merelydemonstrated', 'merely demonstrated')]
ST19191111-V46-44-page9.txt: [('postmillennialists', 'post millennial i sts')]
ST19200106-V47-01-page8.txt: [('TIlillillifillIIIIrIMIIIIIft', 'TIl ill ill if ill III Ir IM III I If t'), ('Aeltassaassanwasaait', 'A el t a s s a a s s a n w a s a a i t')]
ST19200203-V47-05-page1.txt: [('lllllllllllllllllllllllll', 'l l l l l l l l l l l l l l l l l l l l l l l l l')]
ST19200217-V47-07-page3.txt: [('ialitiatisswobtervance', 'i a lit i at is s w o b t e r v a n c e'), ('exquisiteadaptation', 'exquisite adaptation')]
ST19200224-V47-08-page15.txt: [('Jesusdoctrinarians', 'Jesus do ctr in ar ian s')]
ST19200323-V47-12-page10.txt: [('incomprehensibilities', 'in comp r e h e n s i b i l i t i e s')]
ST19200601-V47-22-page4.txt: [('rWrylpilimirpillryr', 'r W r y l p i l i m i r p i l l r y r')]
ST19200803-V47-30-page2.txt: [('Postmillennialists', 'Post millennial i sts')]
ST19200810-V47-31-page13.txt: [('pouredoutuponallwho', 'poured out upon all who')]
ST19200817-V47-32-page5.txt: [('illffilliMillniiiiili', 'ill f f i l l i M i l l n i i i i i l i')]
ST19200928-V47-38-page1.txt: [('iteaBallguessianfouninipsismaimmr', 'i tea Ball guess ian fou n i n i p s i s m a i m m r')]
ST19201102-V47-43-page1.txt: [('thingmustbedonetosavecivilization', 'thing must be done to save civilization')]
ST19201221-V47-50-page12.txt: [('rtilliSiffilsissosollslill', 'r t i l l i S i f f i l s i s s o s o l l s l i l l')]
In [52]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/ST/correction9

Average verified rate: 0.9813660899271024

Average of error rates: 0.01879286268425136

Total token count: 36322865

In [53]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[53]:
[("'", 28888),
 ('e', 22198),
 ('m', 18752),
 ('d', 17513),
 ('w', 17407),
 ('n', 16506),
 ('t', 16450),
 ('r', 12271),
 ('g', 11370),
 ('f', 8448),
 ('th', 8144),
 ('pp', 6902),
 ('co', 5632),
 ('u', 4190),
 ('ex', 4129),
 ('x', 3486),
 ('tion', 2371),
 ('mo', 2269),
 ('wm', 1970),
 ('k', 1939),
 ('re', 1636),
 ('ment', 1611),
 ('eze', 1391),
 ('z', 1319),
 ("the'", 1295),
 ('altho', 1276),
 ("of'", 1121),
 ('ti', 1040),
 ('pa', 1030),
 ('wo', 985),
 ('sel', 935),
 ('q', 935),
 ('es', 906),
 ("an'", 878),
 ('ets', 852),
 ('al', 770),
 ('id', 713),
 ('va', 701),
 ('tions', 673),
 ('io', 643),
 ("''", 633),
 ('op', 618),
 ('ments', 614),
 ('mal', 577),
 ("if'", 564),
 ('aro', 554),
 ('ro', 553),
 ('ence', 540),
 ("and'", 534),
 ('oo', 525)]
In [ ]: